forked from cnpm/npminstall
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
93 lines (93 loc) · 2.26 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
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
93
{
"name": "npminstall",
"version": "5.5.0",
"description": "Make npm install fast and handy.",
"main": "lib/index.js",
"files": [
"lib",
"bin",
"node-gyp-bin"
],
"bin": {
"npminstall": "bin/install.js",
"npmlink": "bin/link.js",
"npmuninstall": "bin/uninstall.js",
"npmupdate": "bin/update.js"
},
"scripts": {
"contributor": "git-contributor",
"test": "npm run lint && egg-bin test -t 2000000",
"test-cov": "egg-bin cov -t 2000000",
"test-local": "npm_china=true local=true egg-bin test -t 2000000",
"lint": "eslint . --fix",
"ci": "npm run lint && npm run test-cov",
"autod": "autod"
},
"dependencies": {
"agentkeepalive": "^4.0.2",
"await-event": "^2.1.0",
"bin-links": "^2.3.0",
"binary-mirror-config": "^1.19.0",
"bytes": "^3.1.0",
"chalk": "^2.4.2",
"cmd-shim-hotfix": "^3.0.3",
"debug": "^4.1.1",
"destroy": "^1.0.4",
"fs-extra": "^7.0.1",
"minimatch": "^3.0.4",
"minimist": "^1.2.0",
"moment": "^2.24.0",
"ms": "^2.1.1",
"mz": "^2.7.0",
"mz-modules": "^2.1.0",
"node-gyp": "^4.0.0",
"node-homedir": "^1.1.1",
"normalize-package-data": "^2.5.0",
"npm-normalize-package-bin": "^1.0.1",
"npm-package-arg": "^8.1.5",
"ora": "^4.0.5",
"p-map": "^2.1.0",
"pacote": "^12.0.2",
"runscript": "^1.3.0",
"semver": "^6.0.0",
"tar": "^4.4.8",
"urllib": "^2.33.3",
"utility": "^1.16.1",
"uuid": "^3.3.2"
},
"devDependencies": {
"autod": "3",
"coffee": "^5.2.1",
"egg-bin": "^4.13.1",
"eslint": "7",
"eslint-config-egg": "7",
"eslint-plugin-jsdoc": "^4.1.1",
"git-contributor": "^1.0.10",
"http-proxy": "^1.18.1",
"mm": "^2.5.0"
},
"homepage": "https://github.com/cnpm/npminstall",
"repository": {
"type": "git",
"url": "git://github.com/cnpm/npminstall.git",
"web": "https://github.com/cnpm/npminstall"
},
"bugs": {
"url": "https://github.com/cnpm/npminstall/issues"
},
"publishConfig": {
"tag": "latest"
},
"keywords": [
"npminstall",
"npm install",
"yarn",
"pnpm",
"fastest npm install"
],
"engines": {
"node": ">=10.0.0"
},
"author": "fengmk2 <[email protected]> (https://github.com/fengmk2)",
"license": "MIT"
}