-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
deno.lock
36 lines (36 loc) · 1.04 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
{
"version": "3",
"packages": {
"specifiers": {
"jsr:@std/assert@^0.220.1": "jsr:@std/assert@0.220.1",
"jsr:@std/fmt@^0.220.1": "jsr:@std/fmt@0.220.1",
"jsr:@std/path@^0.220.1": "jsr:@std/path@0.220.1",
"jsr:@std/testing@^0.220.1": "jsr:@std/testing@0.220.1"
},
"jsr": {
"@std/assert@0.220.1": {
"integrity": "88710d54f3afdd7a5761e7805abba1f56cd14e4b212feffeb3e73a9f77482425",
"dependencies": [
"jsr:@std/fmt@^0.220.1"
]
},
"@std/fmt@0.220.1": {
"integrity": "3b1a698477a26b1dacbbee26db1a65030a005c6d71db3b3a0e59f8a638f04d7a"
},
"@std/path@0.220.1": {
"integrity": "cc63c1b5e5192e2f718dc2f365a3514fffb26cc0380959bab0f8fb5988a52f0c"
},
"@std/testing@0.220.1": {
"integrity": "be77cc1df543f70217d450612637f9f6fcc6887f19fca89665ce08456ee1f290"
}
}
},
"remote": {},
"workspace": {
"dependencies": [
"jsr:@std/assert@^0.220.1",
"jsr:@std/path@^0.220.1",
"jsr:@std/testing@^0.220.1"
]
}
}