forked from cnpm/cnpmjs.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
132 lines (132 loc) · 3.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"name": "cnpmjs.org",
"version": "3.0.0-rc.57",
"description": "Private npm registry and web for Enterprise, base on MySQL and Simple Store Service",
"main": "index.js",
"scripts": {
"contributor": "git-contributor",
"dev": "DEBUG=cnpm* node dispatch.js",
"test": "make jshint && make test",
"test-local": "make test",
"start": "./bin/nodejsctl start && cp History.md docs/web/history.md",
"status": "./bin/nodejsctl status",
"stop": "./bin/nodejsctl stop",
"ci": "make test-travis-mysql"
},
"bin": {
"cnpmjs.org": "bin/cli.js"
},
"dependencies": {
"agentkeepalive": "^4.0.0",
"await-event": "^2.1.0",
"bytes": "^2.5.0",
"cfork": "^1.6.1",
"changes-stream": "^1.1.0",
"co": "^4.6.0",
"co-defer": "^1.0.0",
"co-gather": "~0.0.1",
"co-sleep": "~0.0.1",
"commander": "^2.11.0",
"copy-to": "^2.0.1",
"debug": "^3.0.0",
"error-formater": "^1.0.3",
"fs-cnpm": "^2.1.0",
"giturl": "^1.0.0",
"graceful": "^1.0.1",
"gravatar": "^1.6.0",
"he": "^1.2.0",
"humanize-ms": "^1.2.1",
"humanize-number": "~0.0.2",
"ioredis": "^4.6.2",
"ip-regex": "^4.1.0",
"is-type-of": "^1.2.0",
"kcors": "^1.2.1",
"koa": "^1.2.0",
"koa-bodyparser": "^2.5.0",
"koa-conditional-get": "^1.0.4",
"koa-etag": "^2.1.2",
"koa-limit": "^1.0.2",
"koa-markdown": "^2.0.2",
"koa-maxrequests": "^1.0.0",
"koa-middlewares": "^2.1.0",
"koa-mock": "^1.6.2",
"koa-proxy": "^0.9.0",
"koa-rewrite": "^1.1.2",
"koa-rt": "^1.0.0",
"koa-safe-jsonp": "^0.3.1",
"markdown-it": "^8.3.2",
"mime": "^1.3.6",
"mini-logger": "^1.1.3",
"mkdirp": "^0.5.1",
"moment": "^2.18.1",
"mysql": "^2.14.1",
"mz": "^2.6.0",
"nodemailer": "^1.3.0",
"normalize-registry-metadata": "^1.1.2",
"rimraf": "^2.6.2",
"semver": "^5.4.1",
"sequelize": "^3.23.4",
"ssri": "^8.0.1",
"thunkify-wrap": "^1.0.4",
"treekill": "^1.0.0",
"tunnel-agent": "^0.6.0",
"urllib": "^2.24.0",
"utility": "^1.12.0",
"uuid": "^8.3.0",
"xss": "^0.3.3"
},
"devDependencies": {
"autod": "*",
"chunkstream": "*",
"git-contributor": "^1.0.10",
"intelli-espower-loader": "^1.0.1",
"istanbul": "*",
"jshint": "*",
"mm": "*",
"mocha": "3",
"node-dev": "*",
"pedding": "*",
"pg": "5",
"pg-hstore": "2",
"power-assert": "^1.4.2",
"should": "8",
"sqlite3": "*",
"supertest": "2",
"thunk-mocha": "1"
},
"homepage": "https://github.com/cnpm/cnpmjs.org",
"repository": {
"type": "git",
"url": "git://github.com/cnpm/cnpmjs.org.git",
"web": "https://github.com/cnpm/cnpmjs.org"
},
"bugs": {
"url": "https://github.com/cnpm/cnpmjs.org/issues"
},
"publishConfig": {
"tag": "latest-3"
},
"keywords": [
"cnpmjs.org",
"npm",
"npmjs",
"npmjs.org",
"registry"
],
"engines": {
"node": ">= 8.0.0"
},
"ci": {
"type": "github",
"os": {
"github": "linux, macos"
},
"npminstall": true,
"version": "10, 12",
"command": {
"github": "ci"
},
"services": "mysql"
},
"license": "MIT"
}