-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathdeno.lock
45 lines (45 loc) · 1.14 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
{
"version": "4",
"specifiers": {
"jsr:@std/assert@*": "1.0.7",
"jsr:@std/assert@^1.0.8": "1.0.8",
"jsr:@std/expect@*": "1.0.8",
"jsr:@std/internal@^1.0.5": "1.0.5"
},
"jsr": {
"@std/[email protected]": {
"integrity": "64ce9fac879e0b9f3042a89b3c3f8ccfc9c984391af19e2087513a79d73e28c3",
"dependencies": [
"jsr:@std/internal"
]
},
"@std/[email protected]": {
"integrity": "ebe0bd7eb488ee39686f77003992f389a06c3da1bbd8022184804852b2fa641b",
"dependencies": [
"jsr:@std/internal"
]
},
"@std/[email protected]": {
"integrity": "27e40d8f3aefb372fc6a703fb0b69e34560e72a2f78705178babdffa00119a5f",
"dependencies": [
"jsr:@std/assert@^1.0.8",
"jsr:@std/internal"
]
},
"@std/[email protected]": {
"integrity": "54a546004f769c1ac9e025abd15a76b6671ddc9687e2313b67376125650dc7ba"
}
},
"workspace": {
"packageJson": {
"dependencies": [
"npm:@types/bun@^1.1.9",
"npm:@types/culori@^2.1.0",
"npm:bun@^1.1.34",
"npm:culori@^4.0.1",
"npm:tsup@^8.2.4",
"npm:typescript@^5.0.2"
]
}
}
}