-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
deno.lock
48 lines (48 loc) · 1.78 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
{
"version": "3",
"packages": {
"specifiers": {
"jsr:@std/assert@^0.224.0": "jsr:@std/assert@0.224.0",
"jsr:@std/assert@^0.225.1": "jsr:@std/assert@0.225.2",
"jsr:@std/async@^0.224.0": "jsr:@std/async@0.224.0",
"jsr:@std/bytes@^0.224.0": "jsr:@std/bytes@0.224.0",
"jsr:@std/internal@^0.225.1": "jsr:@std/internal@0.225.1"
},
"jsr": {
"@std/assert@0.224.0": {
"integrity": "8643233ec7aec38a940a8264a6e3eed9bfa44e7a71cc6b3c8874213ff401967f"
},
"@std/assert@0.225.2": {
"integrity": "6fd566c3ea01654d29c2b633298b7fc7599716336233852eb87e9843658fa192",
"dependencies": [
"jsr:@std/internal@^0.225.1"
]
},
"@std/async@0.224.0": {
"integrity": "b6da423eeafbd0003fe88d950e069368c6a156f8b5293b7adbd9c8903a8f8d66",
"dependencies": [
"jsr:@std/assert@^0.224.0"
]
},
"@std/bytes@0.224.0": {
"integrity": "a2250e1d0eb7d1c5a426f21267ab9bdeac2447fa87a3d0d1a467d3f7a6058e49"
},
"@std/internal@0.225.1": {
"integrity": "7d8a812be88c2792f15ab9cf46911e521ccca50435948a8f24df5cefda96bde9"
}
}
},
"remote": {
"https://deno.land/std@0.202.0/async/delay.ts": "a6142eb44cdd856b645086af2b811b1fcce08ec06bb7d50969e6a872ee9b8659",
"https://deno.land/x/fifo@v0.2.2/lib/fifo.ts": "ae84d3e5ebbb5fe67986c1478c41842de70648f5dd61a5d421b62924808e14ae",
"https://deno.land/x/fifo@v0.2.2/lib/static.ts": "a4230d086b1e9924dcf214d7e6d82f54d3e83d5574cef7742629cc40b705e6cf",
"https://deno.land/x/fifo@v0.2.2/mod.ts": "7f4c7dff3f8aa58449846459375024d7258203b98012b91731262d222f94f8e6"
},
"workspace": {
"dependencies": [
"jsr:@std/assert@^0.225.1",
"jsr:@std/async@^0.224.0",
"jsr:@std/bytes@^0.224.0"
]
}
}