333
schangxiang@126.com
2025-09-19 18966e02fb573c7e2bb0c6426ed792b38b910940
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
  "_args": [
    [
      "ps-tree@1.2.0",
      "E:\\ximenzi\\wms\\old\\api"
    ]
  ],
  "_from": "ps-tree@1.2.0",
  "_id": "ps-tree@1.2.0",
  "_inBundle": false,
  "_integrity": "sha512-0VnamPPYHl4uaU/nSFeZZpR21QAWRz+sRv4iW9+v/GS/J5U5iZB5BNN6J0RMoOvdx2gWM2+ZFMIm58q24e4UYA==",
  "_location": "/ps-tree",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ps-tree@1.2.0",
    "name": "ps-tree",
    "escapedName": "ps-tree",
    "rawSpec": "1.2.0",
    "saveSpec": null,
    "fetchSpec": "1.2.0"
  },
  "_requiredBy": [
    "/egg-cluster",
    "/graceful"
  ],
  "_resolved": "https://registry.npmjs.org/ps-tree/-/ps-tree-1.2.0.tgz",
  "_spec": "1.2.0",
  "_where": "E:\\ximenzi\\wms\\old\\api",
  "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"
  },
  "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"
  },
  "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"
}