{
  "_from": "wait-on@2.1.0",
  "_id": "wait-on@2.1.0",
  "_inBundle": false,
  "_integrity": "sha512-hDwJ674+7dfiiK/cxtYCwPxlnjXDjto/pCz1PF02sXUhqCqCWsgvxZln0699PReWqXXgkxqkF6DDo5Rj9sjNvw==",
  "_location": "/wait-on",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "wait-on@2.1.0",
    "name": "wait-on",
    "escapedName": "wait-on",
    "rawSpec": "2.1.0",
    "saveSpec": null,
    "fetchSpec": "2.1.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/wait-on/-/wait-on-2.1.0.tgz",
  "_shasum": "3c4ace1f57266ca5be7fa25e0c15803b889ca46a",
  "_spec": "wait-on@2.1.0",
  "_where": "D:\\Development\\Work\\CENOS\\sample-app-angular-hybrid",
  "author": {
    "name": "Jeff Barczewski",
    "email": "info@codewinds.com"
  },
  "bin": {
    "wait-on": "bin/wait-on"
  },
  "bugs": {
    "url": "http://github.com/jeffbski/wait-on/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "core-js": "^2.4.1",
    "joi": "^9.2.0",
    "minimist": "^1.2.0",
    "request": "^2.78.0",
    "rx": "^4.1.0"
  },
  "deprecated": false,
  "description": "wait-on is a cross platform command line utility and Node.js API which will wait for files, ports, sockets, and http(s) resources to become available",
  "devDependencies": {
    "accum": "^0.3.6",
    "expect": "^1.8.0",
    "mocha": "^3.1.2",
    "temp": "^0.8.3"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "homepage": "https://github.com/jeffbski/wait-on#readme",
  "keywords": [
    "wait",
    "delay",
    "cli",
    "files",
    "tcp",
    "ports",
    "sockets",
    "http",
    "exist",
    "ready",
    "available",
    "portable",
    "cross-platform",
    "unix",
    "linux",
    "windows",
    "win32",
    "osx"
  ],
  "license": "MIT",
  "main": "lib/wait-on",
  "name": "wait-on",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/jeffbski/wait-on.git"
  },
  "scripts": {
    "test": "mocha 'test/**/*.mocha.js'"
  },
  "version": "2.1.0"
}
