{
  "_from": "ps-tree@^1.1.0",
  "_id": "ps-tree@1.2.0",
  "_inBundle": false,
  "_integrity": "sha512-0VnamPPYHl4uaU/nSFeZZpR21QAWRz+sRv4iW9+v/GS/J5U5iZB5BNN6J0RMoOvdx2gWM2+ZFMIm58q24e4UYA==",
  "_location": "/ps-tree",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "ps-tree@^1.1.0",
    "name": "ps-tree",
    "escapedName": "ps-tree",
    "rawSpec": "^1.1.0",
    "saveSpec": null,
    "fetchSpec": "^1.1.0"
  },
  "_requiredBy": [
    "/npm-run-all"
  ],
  "_resolved": "https://registry.npmjs.org/ps-tree/-/ps-tree-1.2.0.tgz",
  "_shasum": "5e7425b89508736cdd4f2224d028f7bb3f722ebd",
  "_spec": "ps-tree@^1.1.0",
  "_where": "D:\\Development\\Work\\CENOS\\sample-app-angular-hybrid\\node_modules\\npm-run-all",
  "author": {
    "name": "Charlie Robbins",
    "email": "charlie.robbins@gmail.com"
  },
  "bin": {
    "ps-tree": "bin/ps-tree.js"
  },
  "bugs": {
    "url": "https://github.com/indexzero/ps-tree/issues",
    "email": "charlie.robbins@gmail.com"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Zhuohuan LI",
      "email": "zixia@zixia.net",
      "url": "https://github.com/zixia"
    },
    {
      "name": "Simone Primarosa",
      "email": "simonepri@outlook.com",
      "url": "https://github.com/simonepri"
    }
  ],
  "dependencies": {
    "event-stream": "=3.3.4"
  },
  "deprecated": false,
  "description": "Get all children of a pid",
  "devDependencies": {
    "codeclimate-test-reporter": "^0.5.0",
    "cross-env": "^2.0.1",
    "istanbul": "^0.4.5",
    "tape": "^4.9.0",
    "tree-kill": "^1.1.0"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "files": [
    "bin",
    "index.js"
  ],
  "homepage": "http://github.com/indexzero/ps-tree#readme",
  "keyboards": [
    "ps-tree",
    "ps",
    "tree",
    "ppid",
    "pid"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "ps-tree",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/indexzero/ps-tree.git"
  },
  "scripts": {
    "coverage": "cross-env CODECLIMATE_REPO_TOKEN=84436b4f13c70ace9c62e7f04928bf23c234eb212c0232d39d7fb1535beb2da5 node_modules/.bin/codeclimate-test-reporter < coverage/lcov.info",
    "test": "istanbul cover node_modules/tape/bin/tape test/test.js"
  },
  "version": "1.2.0"
}
