-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 1.04 KB
/
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
39
{
"name": "npmd-resolve",
"description": "resolve npm dependency trees",
"version": "7.9.1",
"homepage": "https://github.com/dominictarr/npmd-resolve",
"repository": {
"type": "git",
"url": "git://github.com/dominictarr/npmd-resolve.git"
},
"dependencies": {
"padded-semver": "~2.0.4",
"semver": "~2.2",
"level-peek": "~1.0.6",
"pull-stream": "~2.20",
"pull-cat": "~1.1.5",
"request": "2",
"pull-fs": "~1.1.3",
"npmd-tree": ">=3.3.4 <4",
"pull-paramap": "~1.0.5",
"pull-traverse": "~1.0.1",
"mkdirp": "~0.3.5",
"get-deps": "~2.2.0",
"npmd-config": "~1.0.10",
"npmd-url": "~0.1.1",
"npmd-cache": "~4.3.0",
"minimist": "~1.1.0"
},
"bin": "./bin.js",
"scripts": {
"prepublish": "npm ls && npm test && noderify index.js > bin.js",
"test": "set -e; for t in test/*.js; do node $t; done"
},
"author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",
"license": "MIT",
"devDependencies": {
"tape": "~2.13.1",
"noderify": "~0.1.4"
}
}