-
Notifications
You must be signed in to change notification settings - Fork 0
/
deno.lock
51 lines (51 loc) · 1.58 KB
/
deno.lock
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
{
"version": "4",
"specifiers": {
"jsr:@justinmchase/serializable@~0.3.13": "0.3.13",
"jsr:@justinmchase/type@~0.2.4": "0.2.4",
"jsr:@std/assert@^1.0.8": "1.0.8",
"jsr:@std/crypto@^1.0.3": "1.0.3",
"jsr:@std/encoding@^1.0.5": "1.0.5",
"jsr:@std/internal@^1.0.5": "1.0.5",
"jsr:@std/path@^1.0.8": "1.0.8"
},
"jsr": {
"@justinmchase/[email protected]": {
"integrity": "fdddf4a87ec11c75ee528f6c530f3e4209c072ec089f2fc11392e15b197ef93c",
"dependencies": [
"jsr:@justinmchase/type"
]
},
"@justinmchase/[email protected]": {
"integrity": "4852b04a1f8f905110e361392cd90a9f965e45eb0872fa84987b2a987f363cf5"
},
"@std/[email protected]": {
"integrity": "ebe0bd7eb488ee39686f77003992f389a06c3da1bbd8022184804852b2fa641b",
"dependencies": [
"jsr:@std/internal"
]
},
"@std/[email protected]": {
"integrity": "a2a32f51ddef632d299e3879cd027c630dcd4d1d9a5285d6e6788072f4e51e7f"
},
"@std/[email protected]": {
"integrity": "ecf363d4fc25bd85bd915ff6733a7e79b67e0e7806334af15f4645c569fefc04"
},
"@std/[email protected]": {
"integrity": "54a546004f769c1ac9e025abd15a76b6671ddc9687e2313b67376125650dc7ba"
},
"@std/[email protected]": {
"integrity": "548fa456bb6a04d3c1a1e7477986b6cffbce95102d0bb447c67c4ee70e0364be"
}
},
"workspace": {
"dependencies": [
"jsr:@justinmchase/serializable@~0.3.13",
"jsr:@justinmchase/type@~0.2.4",
"jsr:@std/assert@^1.0.8",
"jsr:@std/crypto@^1.0.3",
"jsr:@std/encoding@^1.0.5",
"jsr:@std/path@^1.0.8"
]
}
}