-
-
Notifications
You must be signed in to change notification settings - Fork 46
/
deno.lock
57 lines (57 loc) · 1.79 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
52
53
54
55
56
57
{
"version": "4",
"specifiers": {
"jsr:@std/assert@1": "1.0.7",
"jsr:@std/assert@^1.0.7": "1.0.7",
"jsr:@std/async@1": "1.0.8",
"jsr:@std/bytes@1": "1.0.3",
"jsr:@std/bytes@^1.0.2-rc.3": "1.0.3",
"jsr:@std/collections@1": "1.0.9",
"jsr:@std/internal@^1.0.5": "1.0.5",
"jsr:@std/io@0.224.5": "0.224.5",
"jsr:@std/random@0.1.0": "0.1.0",
"jsr:@std/testing@1": "1.0.4",
"npm:cluster-key-slot@1.1.0": "1.1.0"
},
"jsr": {
"@std/assert@1.0.7": {
"integrity": "64ce9fac879e0b9f3042a89b3c3f8ccfc9c984391af19e2087513a79d73e28c3",
"dependencies": [
"jsr:@std/internal"
]
},
"@std/async@1.0.8": {
"integrity": "c057c5211a0f1d12e7dcd111ab430091301b8d64b4250052a79d277383bc3ba7"
},
"@std/bytes@1.0.3": {
"integrity": "e5d5b9e685966314e4edb4be60dfc4bd7624a075bfd4ec8109252b4320f76452"
},
"@std/collections@1.0.9": {
"integrity": "4f58104ead08a04a2199374247f07befe50ba01d9cca8cbb23ab9a0419921e71"
},
"@std/internal@1.0.5": {
"integrity": "54a546004f769c1ac9e025abd15a76b6671ddc9687e2313b67376125650dc7ba"
},
"@std/io@0.224.5": {
"integrity": "cb84fe655d1273fca94efcff411465027a8b0b4225203f19d6ee98d9c8920a2d",
"dependencies": [
"jsr:@std/bytes@^1.0.2-rc.3"
]
},
"@std/random@0.1.0": {
"integrity": "70a006be0ffb77d036bab54aa8ae6bd0119ba77ace0f2f56f63273d4262a5667"
},
"@std/testing@1.0.4": {
"integrity": "ca1368d720b183f572d40c469bb9faf09643ddd77b54f8b44d36ae6b94940576",
"dependencies": [
"jsr:@std/assert@^1.0.7",
"jsr:@std/internal"
]
}
},
"npm": {
"cluster-key-slot@1.1.0": {
"integrity": "sha512-2Nii8p3RwAPiFwsnZvukotvow2rIHM+yQ6ZcBXGHdniadkYGZYiGmkHJIbZPIV9nfv7m/U1IPMVVcAhoWFeklw=="
}
}
}