-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 1.52 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
{
"name": "cnpm",
"version": "6.1.0",
"description": "cnpm: npm client for cnpmjs.org",
"main": "bin/cnpm",
"files": [
"bin",
"lib"
],
"scripts": {
"test": "npm run lint -- --fix && npm run test-local",
"test-local": "egg-bin test",
"lint": "eslint bin lib test/*.js",
"ci": "npm run lint && npm run test",
"autod": "autod"
},
"preferGlobal": true,
"bin": {
"cnpm": "bin/cnpm"
},
"dependencies": {
"auto-correct": "^1.0.0",
"bagpipe": "^0.3.5",
"colors": "^1.1.2",
"commander": "~2.10.0",
"cross-spawn": "~0.2.8",
"debug": "^2.2.0",
"giturl": "^1.0.0",
"ini": "^1.3.4",
"npm": "^6.1.0",
"npm-request": "^1.0.0",
"npminstall": "^3.0.0",
"open": "^6.0.0",
"urllib": "^2.17.0"
},
"devDependencies": {
"autod": "^2.7.1",
"coffee": "^3.3.0",
"egg-bin": "^4.7.0",
"egg-ci": "^1.1.0",
"eslint": "^4.19.1",
"eslint-config-egg": "^7.0.0",
"fs-extra": "0",
"rimraf": "^2.5.4"
},
"homepage": "https://github.com/cnpm/cnpm",
"repository": {
"type": "git",
"url": "git://github.com/cnpm/cnpm.git"
},
"bugs": {
"url": "https://github.com/cnpm/cnpm/issues"
},
"keywords": [
"cnpm",
"npm",
"npminstall"
],
"publishConfig": {
"tag": "latest-6"
},
"engines": {
"node": ">= 6.0.0"
},
"ci": {
"version": "6, 8, 10",
"command": {
"travis": "ci",
"appveyor": "ci"
}
},
"author": "fengmk2 <[email protected]> (https://fengmk2.com)",
"license": "MIT"
}