{
  "_from": "find-process@^1.4.3",
  "_id": "find-process@1.4.4",
  "_inBundle": false,
  "_integrity": "sha512-rRSuT1LE4b+BFK588D2V8/VG9liW0Ark1XJgroxZXI0LtwmQJOb490DvDYvbm+Hek9ETFzTutGfJ90gumITPhQ==",
  "_location": "/find-process",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "find-process@^1.4.3",
    "name": "find-process",
    "escapedName": "find-process",
    "rawSpec": "^1.4.3",
    "saveSpec": null,
    "fetchSpec": "^1.4.3"
  },
  "_requiredBy": [
    "/jest-dev-server"
  ],
  "_resolved": "https://registry.npmjs.org/find-process/-/find-process-1.4.4.tgz",
  "_shasum": "52820561162fda0d1feef9aed5d56b3787f0fd6e",
  "_spec": "find-process@^1.4.3",
  "_where": "C:\\Users\\fvers\\Local Sites\\moovelogisticawoocommerce\\app\\public\\wp-content\\plugins\\moove-logistica-for-woocommerce\\node_modules\\jest-dev-server",
  "author": {
    "name": "zoujie",
    "email": "yibn2008@gmail.com"
  },
  "bin": {
    "find-process": "bin/find-process.js"
  },
  "bugs": {
    "url": "https://github.com/yibn2008/find-process/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "chalk": "^4.0.0",
    "commander": "^5.1.0",
    "debug": "^4.1.1"
  },
  "deprecated": false,
  "description": "find process info by port/pid/name etc.",
  "devDependencies": {
    "mocha": "^7.2.0",
    "npm-ensure": "^1.2.0",
    "standard": "^14.3.4"
  },
  "ensure": {
    "deps": {
      "checkDirs": [
        "lib/*",
        "bin/*",
        "*.js"
      ]
    }
  },
  "homepage": "https://github.com/yibn2008/find-process#readme",
  "keywords": [
    "node",
    "process",
    "pid",
    "port"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "find-process",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yibn2008/find-process.git"
  },
  "scripts": {
    "lint": "standard --fix && npm-ensure -t deps",
    "test": "mocha test/*.test.js && standard"
  },
  "standard": {
    "globals": [
      "describe",
      "beforeEach",
      "afterEach",
      "it"
    ],
    "ignore": [
      "/node_modules",
      "/doc",
      "/example",
      "/test"
    ]
  },
  "types": "index.d.ts",
  "version": "1.4.4"
}
