{
  "_from": "wait-port@^0.2.7",
  "_id": "wait-port@0.2.9",
  "_inBundle": false,
  "_integrity": "sha512-hQ/cVKsNqGZ/UbZB/oakOGFqic00YAMM5/PEj3Bt4vKarv2jWIWzDbqlwT94qMs/exAQAsvMOq99sZblV92zxQ==",
  "_location": "/wait-port",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "wait-port@^0.2.7",
    "name": "wait-port",
    "escapedName": "wait-port",
    "rawSpec": "^0.2.7",
    "saveSpec": null,
    "fetchSpec": "^0.2.7"
  },
  "_requiredBy": [
    "/spawnd"
  ],
  "_resolved": "https://registry.npmjs.org/wait-port/-/wait-port-0.2.9.tgz",
  "_shasum": "3905cf271b5dbe37a85c03b85b418b81cb24ee55",
  "_spec": "wait-port@^0.2.7",
  "_where": "C:\\Users\\fvers\\Local Sites\\moovelogisticawoocommerce\\app\\public\\wp-content\\plugins\\moove-logistica-for-woocommerce\\node_modules\\spawnd",
  "author": {
    "name": "Dave Kerr"
  },
  "bin": {
    "wait-port": "bin/wait-port.js"
  },
  "bugs": {
    "url": "https://github.com/dwmkerr/wait-port/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "chalk": "^2.4.2",
    "commander": "^3.0.2",
    "debug": "^4.1.1"
  },
  "deprecated": false,
  "description": "Utility to wait for a TCP port to open.",
  "devDependencies": {
    "codecov": "^3.6.1",
    "eslint": "^6.5.1",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-node": "^10.0.0",
    "mocha": "^7.2.0",
    "mocha-junit-reporter": "^1.23.1",
    "nyc": "^14.1.1",
    "sinon": "^8.0.0",
    "standard-version": "^8.0.0"
  },
  "engines": {
    "node": ">=8"
  },
  "homepage": "https://github.com/dwmkerr/wait-port#readme",
  "license": "MIT",
  "main": "./lib/wait-port.js",
  "man": [
    "./man/wait-port.1"
  ],
  "name": "wait-port",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dwmkerr/wait-port.git"
  },
  "scripts": {
    "debug": "DEBUG=wait-port mocha --recursive --inspect --debug-brk 'lib/**/*.spec.js'",
    "lint": "eslint .",
    "release": "standard-version",
    "report-coverage": "nyc report --reporter=text-lcov > ./artifacts/coverage/coverage.lcov && codecov",
    "test": "DEBUG=wait-port nyc --report-dir 'artifacts/coverage' -x 'lib/**/*.spec.js' --reporter=html --reporter=text mocha --recursive -t 10000 'lib/**/*.spec.js'",
    "test:ci": "DEBUG=wait-port nyc --report-dir 'artifacts/coverage' -x 'lib/**/*.spec.js' --reporter=html --reporter=text mocha --recursive -t 10000 'lib/**/*.spec.js' --reporter mocha-junit-reporter --reporter-options mochaFile=./artifacts/test-reports/test-results.xml",
    "test:debug": "DEBUG=wait-port mocha --inspect --inspect-brk -t 10000 'lib/**/*.spec.js'",
    "test:watch": "DEBUG=wait-port mocha --watch --recursive -t 10000 'lib/**/*.spec.js'"
  },
  "version": "0.2.9"
}
