-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
dem.json
64 lines (64 loc) · 1.2 KB
/
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"modules": [
{
"protocol": "https",
"path": "deno.land/std",
"version": "0.85.0",
"files": [
"/async/deferred.ts",
"/encoding/utf8.ts",
"/encoding/yaml.ts",
"/fmt/colors.ts",
"/fs/empty_dir.ts",
"/fs/ensure_dir.ts",
"/fs/exists.ts",
"/fs/expand_glob.ts",
"/hash/sha256.ts",
"/node/process.ts",
"/path/mod.ts"
]
},
{
"protocol": "https",
"path": "deno.land/x/dotenv",
"version": "v0.5.0",
"files": [
"/mod.ts"
]
},
{
"protocol": "https",
"path": "deno.land/x/mysql",
"version": "v2.7.0",
"files": [
"/mod.ts"
]
},
{
"protocol": "https",
"path": "deno.land/x/postgres",
"version": "v0.8.0",
"files": [
"/mod.ts"
]
},
{
"protocol": "https",
"path": "deno.land/x/sqlite",
"version": "v2.2.1",
"files": [
"/mod.ts"
]
},
{
"protocol": "https",
"path": "deno.land/x/yargs",
"version": "v16.2.0-deno",
"files": [
"/deno-types.ts",
"/deno.ts"
]
}
],
"aliases": {}
}