{
  "_args": [
    [
      "find-process@1.4.3",
      "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless"
    ]
  ],
  "_development": true,
  "_from": "find-process@1.4.3",
  "_id": "find-process@1.4.3",
  "_inBundle": false,
  "_integrity": "sha512-+IA+AUsQCf3uucawyTwMWcY+2M3FXq3BRvw3S+j5Jvydjk31f/+NPWpYZOJs+JUs2GvxH4Yfr6Wham0ZtRLlPA==",
  "_location": "/find-process",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "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": [
    "/@serverless/enterprise-plugin"
  ],
  "_resolved": "https://registry.npmjs.org/find-process/-/find-process-1.4.3.tgz",
  "_spec": "1.4.3",
  "_where": "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless",
  "author": {
    "name": "zoujie",
    "email": "yibn2008@gmail.com"
  },
  "bin": {
    "find-process": "bin/find-process.js"
  },
  "bugs": {
    "url": "https://github.com/yibn2008/find-process/issues"
  },
  "dependencies": {
    "chalk": "^2.0.1",
    "commander": "^2.11.0",
    "debug": "^2.6.8"
  },
  "description": "find process info by port/pid/name etc.",
  "devDependencies": {
    "mocha": "3.x",
    "npm-ensure": "^1.1.2",
    "standard": "12.x"
  },
  "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.3"
}
