-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeno.lock
More file actions
43 lines (43 loc) · 1.33 KB
/
deno.lock
File metadata and controls
43 lines (43 loc) · 1.33 KB
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
{
"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:@utility/git@^0.2.0": "jsr:@utility/git@0.2.0"
},
"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"
},
"@utility/git@0.2.0": {
"integrity": "fa34f3ee320d1bf587601cbfd6be90620b5024cd25dd6c8c142cbe6e7fdd51ff"
}
}
},
"remote": {},
"workspace": {
"dependencies": [
"jsr:@codemonument/cliffy@^1.0.0-rc.3",
"jsr:@std/assert@^0.220.1",
"jsr:@std/path@^0.220.1",
"jsr:@std/semver@^0.220.1",
"jsr:@std/testing@^0.220.1",
"jsr:@utility/git@^0.2.0"
]
}
}