-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathregistries.json
34 lines (34 loc) · 948 Bytes
/
registries.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
{
"npm": {
"home": "https://www.npmjs.org",
"registry": "https://registry.npmjs.org/"
},
"cnpm": {
"home": "http://cnpmjs.org",
"registry": "http://r.cnpmjs.org/"
},
"taobao": {
"home": "https://npm.taobao.org",
"registry": "https://registry.npm.taobao.org/"
},
"nj": {
"home": "https://www.nodejitsu.com",
"registry": "https://registry.nodejitsu.com/"
},
"rednpm": {
"home": "http://npm.mirror.cqupt.edu.cn/",
"registry": "http://registry.mirror.cqupt.edu.cn/"
},
"npmMirror": {
"home": "https://skimdb.npmjs.com/",
"registry": "https://skimdb.npmjs.com/registry/"
},
"edunpm": {
"home": "http://www.enpmjs.org",
"registry": "http://registry.enpmjs.org/"
},
"yarn": {
"home": "https://registry.yarnpkg.com",
"registry": "https://registry.yarnpkg.com"
}
}