-
Notifications
You must be signed in to change notification settings - Fork 0
/
deno.lock
49 lines (49 loc) · 1.17 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
48
49
{
"version": "4",
"specifiers": {
"jsr:@std/assert@*": "1.0.8",
"jsr:@std/assert@^1.0.8": "1.0.8",
"jsr:@std/cli@*": "1.0.7",
"jsr:@std/cli@^1.0.7": "1.0.7",
"jsr:@std/internal@^1.0.5": "1.0.5",
"npm:zod@*": "3.23.8",
"npm:zod@^3.23.8": "3.23.8"
},
"jsr": {
"@std/[email protected]": {
"integrity": "ebe0bd7eb488ee39686f77003992f389a06c3da1bbd8022184804852b2fa641b",
"dependencies": [
"jsr:@std/internal"
]
},
"@std/[email protected]": {
"integrity": "98359df9df586a69015ba570305183b0cb9e7d53c05ea2016ef9a3e77e82c7cd"
},
"@std/[email protected]": {
"integrity": "54a546004f769c1ac9e025abd15a76b6671ddc9687e2313b67376125650dc7ba"
}
},
"npm": {
"[email protected]": {
"integrity": "sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g=="
}
},
"workspace": {
"dependencies": [
"jsr:@std/cli@^1.0.7",
"npm:zod@^3.23.8"
],
"members": {
"days/01": {
"dependencies": [
"jsr:@std/assert@^1.0.8"
]
},
"days/02": {
"dependencies": [
"jsr:@std/assert@^1.0.8"
]
}
}
}
}