forked from cnpm/npminstall
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.15 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
{
"name": "npminstall",
"version": "4.3.0",
"description": "Let npm install fast and easy",
"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": {
"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",
"contributor": "git-contributor"
},
"dependencies": {
"agentkeepalive": "^4.0.2",
"await-event": "^2.1.0",
"binary-mirror-config": "^1.19.0",
"bytes": "^3.1.0",
"chalk": "^2.4.2",
"cmd-shim": "^2.0.2",
"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-git-url": "^3.0.2",
"normalize-package-data": "^2.5.0",
"npm-package-arg": "^4.2.1",
"ora": "^3.4.0",
"p-map": "^2.1.0",
"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": "5",
"eslint-config-egg": "7",
"git-contributor": "^1.0.10",
"http-proxy": "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-4"
},
"keywords": [
"npminstall",
"npm install",
"yarn",
"pnpm",
"fatest npm install"
],
"engines": {
"node": ">=8.0.0"
},
"author": "fengmk2 <fengmk2@gmail.com> (https://fengmk2.com)",
"license": "MIT"
}