-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathdem.json
49 lines (49 loc) · 946 Bytes
/
dem.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
{
"modules": [
{
"protocol": "https",
"path": "deno.land/std",
"version": "0.110.0",
"files": [
"/fmt/colors.ts",
"/http/cookie.ts",
"/http/http_status.ts",
"/http/server.ts",
"/io/buffer.ts",
"/io/bufio.ts",
"/io/util.ts",
"/mime/multipart.ts",
"/path/mod.ts",
"/testing/asserts.ts",
"/testing/bench.ts",
"/textproto/mod.ts",
"/ws/mod.ts"
]
},
{
"protocol": "https",
"path": "deno.land/x/dejs",
"version": "0.10.1",
"files": [
"/mod.ts"
]
},
{
"protocol": "https",
"path": "deno.land/x/mysql",
"version": "v2.6.0",
"files": [
"/mod.ts"
]
},
{
"protocol": "https",
"path": "deno.land/x/router",
"version": "v2.0.0",
"files": [
"/mod.ts"
]
}
],
"aliases": {}
}