forked from npm/arborist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.39 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "@npmcli/arborist",
"version": "0.0.0-pre.6",
"description": "Manage node_modules trees",
"dependencies": {
"@npmcli/installed-package-contents": "^1.0.5",
"@npmcli/run-script": "^1.2.1",
"bin-links": "github:npm/bin-links#v2",
"json-stringify-nice": "^1.1.1",
"mkdirp-infer-owner": "^1.0.2",
"npm-install-checks": "^4.0.0",
"npm-package-arg": "^8.0.0",
"pacote": "^10.3.1",
"parse-conflict-json": "^1.0.0",
"promise-all-reject-late": "^1.0.0",
"promise-call-limit": "^1.0.1",
"read-package-json-fast": "^1.1.0",
"readdir-scoped-modules": "^1.1.0",
"semver": "^7.1.2",
"treeverse": "^1.0.1"
},
"devDependencies": {
"minify-registry-metadata": "^2.1.0",
"mutate-fs": "^2.1.1",
"require-inject": "^1.4.4",
"tap": "^14.10.6",
"tcompare": "^3.0.4"
},
"scripts": {
"test": "tap",
"snap": "tap",
"test-proxy": "ARBORIST_TEST_PROXY=1 tap --snapshot",
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --follow-tags"
},
"repository": {
"type": "git",
"url": "https://github.com/npm/arborist"
},
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"license": "ISC",
"files": [
"lib/**/*.js"
],
"main": "lib/index.js",
"tap": {
"100": true,
"coverage-map": "map.js",
"esm": false,
"timeout": "60"
}
}