forked from i5ting/yrm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathregistries.json
More file actions
50 lines (50 loc) · 1.08 KB
/
registries.json
File metadata and controls
50 lines (50 loc) · 1.08 KB
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
[
{
"type": "static",
"name": "npm",
"home": "https://www.npmjs.com",
"registry": "https://registry.npmjs.com/"
},
{
"type": "static",
"name": "cnpm",
"home": "http://cnpmjs.org",
"registry": "http://r.cnpmjs.org/"
},
{
"type": "static",
"name": "taobao",
"home": "https://npmmirror.com",
"registry": "https://registry.npmmirror.com/"
},
{
"type": "static",
"name": "nj",
"home": "https://www.nodejitsu.com",
"registry": "https://registry.nodejitsu.com/"
},
{
"type": "static",
"name": "rednpm",
"home": "http://npm.mirror.cqupt.edu.cn",
"registry": "http://registry.mirror.cqupt.edu.cn/"
},
{
"type": "static",
"name": "npmMirror",
"home": "https://skimdb.npmjs.com",
"registry": "https://skimdb.npmjs.com/registry/"
},
{
"type": "static",
"name": "edunpm",
"home": "http://www.enpmjs.org",
"registry": "http://registry.enpmjs.org/"
},
{
"type": "static",
"name": "yarn",
"home": "https://yarnpkg.com",
"registry": "https://registry.yarnpkg.com/"
}
]