package.json
1.31 KB
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
{
"_args": [
[
"pstree.remy@1.1.6",
"/Users/ye/Desktop/NodeBook/nodejs-book/ch12/12.4/node-auction"
]
],
"_development": true,
"_from": "pstree.remy@1.1.6",
"_id": "pstree.remy@1.1.6",
"_inBundle": false,
"_integrity": "sha512-NdF35+QsqD7EgNEI5mkI/X+UwaxVEbQaz9f4IooEmMUv6ZPmlTQYGjBPJGgrlzNdjSvIy4MWMg6Q6vCgBO2K+w==",
"_location": "/pstree.remy",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "pstree.remy@1.1.6",
"name": "pstree.remy",
"escapedName": "pstree.remy",
"rawSpec": "1.1.6",
"saveSpec": null,
"fetchSpec": "1.1.6"
},
"_requiredBy": [
"/nodemon"
],
"_resolved": "https://registry.npmjs.org/pstree.remy/-/pstree.remy-1.1.6.tgz",
"_spec": "1.1.6",
"_where": "/Users/ye/Desktop/NodeBook/nodejs-book/ch12/12.4/node-auction",
"author": {
"name": "Remy Sharp"
},
"dependencies": {},
"description": "Collects the full tree of processes from /proc",
"devDependencies": {
"tap": "^11.0.0"
},
"directories": {
"test": "tests"
},
"keywords": [
"ps",
"pstree",
"ps tree"
],
"license": "MIT",
"main": "lib/index.js",
"name": "pstree.remy",
"scripts": {
"test": "tap tests/*.test.js"
},
"version": "1.1.6"
}