forked from npm/read-package-tree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 862 Bytes
/
package.json
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
{
"name": "read-package-tree",
"version": "5.1.6",
"description": "Read the contents of node_modules.",
"main": "rpt.js",
"directories": {
"test": "test"
},
"dependencies": {
"debuglog": "^1.0.1",
"dezalgo": "^1.0.0",
"once": "^1.3.0",
"read-package-json": "^2.0.0",
"readdir-scoped-modules": "^1.0.0"
},
"devDependencies": {
"archy": "^1.0.0",
"mkdirp": "^0.5.1",
"tacks": "^1.2.1",
"tap": "^6.3.0"
},
"scripts": {
"test": "tap test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/npm/read-package-tree"
},
"author": "Isaac Z. Schlueter <[email protected]> (http://blog.izs.me/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/npm/read-package-tree/issues"
},
"homepage": "https://github.com/npm/read-package-tree",
"files": [
"rpt.js"
]
}