-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Expand file tree
/
Copy pathconstants.json
More file actions
44 lines (44 loc) · 932 Bytes
/
constants.json
File metadata and controls
44 lines (44 loc) · 932 Bytes
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
[
{
"id": "CLOUDFLARE",
"name": "Cloudflare",
"href": "https://www.cloudflare.com",
"weight": 3,
"categories": ["infrastructure"]
},
{
"id": "VERCEL",
"name": "Vercel",
"href": "https://vercel.com",
"weight": 2,
"categories": ["infrastructure"]
},
{
"id": "HERODEVS",
"name": "HeroDevs",
"href": "https://herodevs.com",
"weight": 3,
"categories": ["security", "esp", "release"]
},
{
"id": "DIGITALOCEAN",
"name": "DigitalOcean",
"href": "https://www.digitalocean.com",
"categories": ["infrastructure"],
"weight": 3
},
{
"id": "MICROSOFT",
"name": "Microsoft Azure",
"href": "https://microsoft.com",
"categories": ["infrastructure"],
"weight": 2
},
{
"id": "NODESOURCE",
"name": "NodeSource",
"href": "https://nodesource.com",
"weight": 3,
"categories": ["security", "esp", "release"]
}
]