-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 1.51 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
{
"name": "cnpm",
"version": "9.4.0",
"description": "cnpm: npm client for cnpmjs.org",
"preferGlobal": true,
"bin": {
"cnpm": "bin/cnpm.js"
},
"main": "bin/cnpm",
"files": [
"bin",
"lib"
],
"scripts": {
"contributor": "git-contributor",
"test": "npm run lint && npm run test-local",
"test-local": "egg-bin test",
"lint": "eslint bin/* lib test/*.test.js",
"ci": "npm run lint && egg-bin test"
},
"bundleDependencies": [
"auto-correct",
"bagpipe",
"commander",
"cross-spawn",
"giturl",
"ini",
"npm",
"npm-request",
"npminstall",
"open",
"urllib"
],
"dependencies": {
"auto-correct": "^1.0.0",
"bagpipe": "^0.3.5",
"commander": "~2.10.0",
"cross-spawn": "~0.2.8",
"giturl": "^1.0.0",
"ini": "^1.3.4",
"npm": "^9.6.2",
"npm-request": "^1.0.0",
"npminstall": "^7.0.0",
"open": "^8.2.1",
"urllib": "^3.1.0"
},
"devDependencies": {
"coffee": "5",
"egg-bin": "6",
"eslint": "8",
"eslint-config-egg": "12",
"git-contributor": "2"
},
"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"
},
"engines": {
"node": ">= 14.18.0"
},
"author": "fengmk2 <[email protected]> (https://github.com/fengmk2)",
"license": "MIT"
}