forked from kevva/bin-wrapper
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
59 lines (59 loc) · 1.1 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
{
"name": "bin-wrapper-china",
"version": "0.1.0",
"description": "Binary mirror download link replacement for mainland China",
"license": "MIT",
"repository": "best-shot/bin-wrapper-china",
"author": {
"name": "Kevin Mårtensson",
"email": "[email protected]",
"url": "https://github.com/kevva"
},
"contributors": [
{
"name": "Eric Chen",
"email": "[email protected]",
"url": "https://github.com/airkro"
}
],
"bin": {
"china-bin-env": "./inject-env.js"
},
"engines": {
"node": ">=8.3"
},
"scripts": {
"test": "xo --fix --prettier && ava"
},
"files": [
"url-replacer.js",
"inject-env.js",
"index.js"
],
"keywords": [
"bin",
"check",
"local",
"wrapper",
"mirror",
"china"
],
"dependencies": {
"bin-check": "^4.1.0",
"binary-mirror-config": "^1",
"bin-version-check": "^4.0.0",
"download": "^7.1.0",
"import-lazy": "^4.0.0",
"os-filter-obj": "^2.0.0",
"pify": "^4.0.1"
},
"devDependencies": {
"ava": "3.5.0",
"executable": "^4.1.1",
"nock": "^11.9.1",
"path-exists": "^4.0.0",
"rimraf": "^3.0.2",
"tempy": "^0.3.0",
"xo": "0.28.0"
}
}