-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
executable file
·61 lines (61 loc) · 1.41 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
{
"name": "npm_cache_share",
"version": "1.1.16",
"description": "npm cache by npm-shrinkwrap.json",
"license": "MIT",
"main": "index.js",
"bin": {
"npm_cache_share": "./bin/client",
"ncs": "./bin/client"
},
"repository": {
"type": "git",
"url": "https://github.com/Robinlim/npm_cache_share.git"
},
"keywords": [
"npm cache",
"npm_cache",
"npm-cache",
"module cache"
],
"author": {
"name": "robin",
"email": "[email protected]"
},
"engines": [
"node"
],
"bugs": {
"url": "https://github.com/Robinlim/npm_cache_share/issues",
"email": "[email protected]"
},
"dependencies": {
"ansi-styles": "^2.2.1",
"archiver": "^1.3.0",
"async": "^2.0.1",
"body-parser": "~1.15.2",
"commander": "^2.9.0",
"compression": "~1.5.0",
"cookie-parser": "~1.4.3",
"ejs": "^2.5.7",
"escape-html": "^1.0.3",
"express": "~4.13.3",
"fs-extra": "^0.30.0",
"fstream": "^1.0.10",
"fstream-ignore": "^1.0.5",
"json-parse-helpfulerror": "^1.0.3",
"lodash": "^4.14.2",
"multiparty": "^4.1.2",
"node-annotation": "^1.0.0",
"node-zookeeper-client": "^0.2.2",
"os-homedir": "^1.0.2",
"read-package-json": "^2.0.4",
"read-package-tree": "^5.1.5",
"request": "^2.74.0",
"semver": "^5.3.0",
"serve-favicon": "~2.3.0",
"shelljs": "^0.7.3",
"tar": "^2.2.1",
"unzipper": "^0.8.8"
}
}