-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathdeno.lock
47 lines (47 loc) · 1.35 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
{
"version": "4",
"specifiers": {
"jsr:@b-fuze/deno-dom@*": "0.1.48",
"jsr:@b-fuze/deno-dom@~0.1.48": "0.1.48",
"jsr:@std/dotenv@~0.225.2": "0.225.2",
"jsr:@std/fs@^1.0.5": "1.0.5",
"jsr:@std/html@^1.0.3": "1.0.3",
"jsr:@std/path@^1.0.7": "1.0.7",
"npm:zod@^3.23.8": "3.23.8"
},
"jsr": {
"@b-fuze/[email protected]": {
"integrity": "bf5b591aef2e9e9c59adfcbb93a9ecd45bab5b7c8263625beafa5c8f1662e7da"
},
"@std/[email protected]": {
"integrity": "e2025dce4de6c7bca21dece8baddd4262b09d5187217e231b033e088e0c4dd23"
},
"@std/[email protected]": {
"integrity": "41806ad6823d0b5f275f9849a2640d87e4ef67c51ee1b8fb02426f55e02fd44e",
"dependencies": [
"jsr:@std/path"
]
},
"@std/[email protected]": {
"integrity": "7a0ac35e050431fb49d44e61c8b8aac1ebd55937e0dc9ec6409aa4bab39a7988"
},
"@std/[email protected]": {
"integrity": "76a689e07f0e15dcc6002ec39d0866797e7156629212b28f27179b8a5c3b33a1"
}
},
"npm": {
"[email protected]": {
"integrity": "sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g=="
}
},
"workspace": {
"dependencies": [
"jsr:@b-fuze/deno-dom@~0.1.48",
"jsr:@std/dotenv@~0.225.2",
"jsr:@std/fs@^1.0.5",
"jsr:@std/html@^1.0.3",
"jsr:@std/path@^1.0.7",
"npm:zod@^3.23.8"
]
}
}