-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdeno.lock
33 lines (33 loc) · 874 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
32
33
{
"version": "4",
"specifiers": {
"jsr:@b-fuze/deno-dom@*": "0.1.49",
"jsr:@std/assert@1": "1.0.10",
"jsr:@std/internal@^1.0.5": "1.0.5",
"npm:prettier@*": "3.4.2"
},
"jsr": {
"@b-fuze/deno-dom@0.1.49": {
"integrity": "45c40175fdd1e74ab2d4b54c4fdaabbad6e5b76ee28df12a48e076b3fa7901a9"
},
"@std/assert@1.0.10": {
"integrity": "59b5cbac5bd55459a19045d95cc7c2ff787b4f8527c0dd195078ff6f9481fbb3",
"dependencies": [
"jsr:@std/internal"
]
},
"@std/internal@1.0.5": {
"integrity": "54a546004f769c1ac9e025abd15a76b6671ddc9687e2313b67376125650dc7ba"
}
},
"npm": {
"prettier@3.4.2": {
"integrity": "sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ=="
}
},
"workspace": {
"dependencies": [
"jsr:@std/assert@1"
]
}
}