-
Notifications
You must be signed in to change notification settings - Fork 61
/
deno.lock
31 lines (31 loc) · 903 Bytes
/
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
{
"version": "3",
"packages": {
"specifiers": {
"jsr:@std/assert@^0.225.1": "jsr:@std/assert@0.225.1",
"jsr:@std/cli": "jsr:@std/cli@0.224.1",
"npm:@types/node": "npm:@types/node@18.16.19"
},
"jsr": {
"@std/assert@0.225.1": {
"integrity": "7342fa32a6d82c2c7c98ffea566baa9a892d04b22815b9fcf62cedeee5764f9c"
},
"@std/cli@0.224.1": {
"integrity": "f631d47fc9802541399d00a1f77ac62ac709e7465b6bc52547caa358c486b36e",
"dependencies": [
"jsr:@std/assert@^0.225.1"
]
}
},
"npm": {
"@types/node@18.16.19": {
"integrity": "sha512-IXl7o+R9iti9eBW4Wg2hx1xQDig183jj7YLn8F7udNceyfkbn1ZxmzZXuak20gR40D7pIkIY1kYGx5VIGbaHKA==",
"dependencies": {}
}
}
},
"redirects": {
"https://deno.land/std/path/mod.ts": "https://deno.land/std@0.224.0/path/mod.ts"
},
"remote": {}
}