-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathregistries.json
More file actions
94 lines (94 loc) · 1.95 KB
/
registries.json
File metadata and controls
94 lines (94 loc) · 1.95 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
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
[
{
"id": "sf",
"lonlat": [-122.3984, 37.7989],
"registries": [
{
"name": "npmjs",
"display": "npm Inc.",
"url": "registry.npmjs.com",
"type": "corporate",
"icon": "C"
},
{
"name": "fullfat",
"display": "npm Inc. (fullfatdb)",
"url": "fullfatdb.npmjs.com",
"type": "corporate",
"icon": "C"
}
]
},
{
"id": "atlanta",
"lonlat": [-84.3915, 33.7516],
"registries": [
{
"name": "nodejitsu",
"display": "Nodejitsu",
"url": "registry.nodejitsu.com",
"type": "corporate",
"icon": "C"
}
]
},
{
"id": "dallas",
"lonlat": [-96.8353, 32.9299],
"registries": [
{
"name": "iriscouch",
"display": "Nodejitsu (IrisCouch)",
"url": "isaacs.iriscouch.com",
"type": "corporate",
"icon": "C"
},
{
"name": "strongloop",
"display": "StrongLoop Inc.",
"url": "npm.strongloop.com",
"type": "corporate",
"icon": "C"
}
]
},
{
"id": "nuremberg",
"lonlat": [11.07787, 49.45476],
"registries": [
{
"name": "npmjseu",
"display": "European mirror",
"url": "registry.npmjs.eu",
"type": "community",
"icon": "CM"
}
]
},
{
"id": "beijing",
"lonlat": [116.40753, 39.90403],
"registries": [
{
"name": "cnpmjs",
"display": "Chinese mirror",
"url": "registry.cnpmjs.org",
"type": "community",
"icon": "CM"
}
]
},
{
"id": "sydney",
"lonlat": [151.03911, -33.95567],
"registries": [
{
"name": "npmjsau",
"display": "Australian mirror",
"url": "registry.npmjs.au",
"type": "community",
"icon": "CM"
}
]
}
]