-
-
Notifications
You must be signed in to change notification settings - Fork 38
/
modules.json
executable file
·56 lines (56 loc) · 1.11 KB
/
modules.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
{
"https://deno.land/std": {
"version": "@0.100.0",
"modules": [
"/testing/asserts.ts",
"/textproto/mod.ts",
"/path/mod.ts",
"/datetime/mod.ts",
"/fs/expand_glob.ts",
"/fs/exists.ts",
"/io/bufio.ts",
"/io/readers.ts",
"/io/writers.ts",
"/io/buffer.ts",
"/http/_io.ts",
"/http/http_status.ts",
"/flags/mod.ts",
"/fmt/printf.ts",
"/fmt/colors.ts",
"/mime/multipart.ts",
"/async/mod.ts",
"/hash/sha1.ts",
"/ws/mod.ts"
]
},
"https://dev.jspm.io/react": {
"version": "@16.13",
"modules": [
"/index.js"
],
"types": {
"/index.js": "./types/react/index.d.ts"
}
},
"https://dev.jspm.io/react-dom": {
"version": "@16.13",
"modules": [
"/server.js"
],
"types": {
"/server.js": "./types/react-dom/server/index.d.ts"
}
},
"https://dev.jspm.io/@types/prop-types": {
"version": "@15.7.2",
"modules": [
"/index.d.ts"
]
},
"https://dev.jspm.io/csstype": {
"version": "@2.6.9",
"modules": [
"/index.d.ts"
]
}
}