-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeno.lock
More file actions
70 lines (70 loc) · 2.13 KB
/
deno.lock
File metadata and controls
70 lines (70 loc) · 2.13 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"version": "3",
"packages": {
"specifiers": {
"jsr:@std/assert@^1.0.0": "jsr:@std/assert@1.0.16",
"jsr:@std/crypto@^1.0.0": "jsr:@std/crypto@1.0.5",
"jsr:@std/fs@^1.0.0": "jsr:@std/fs@1.0.21",
"jsr:@std/internal@^1.0.12": "jsr:@std/internal@1.0.12",
"jsr:@std/path@^1.0.0": "jsr:@std/path@1.1.4",
"jsr:@std/path@^1.1.4": "jsr:@std/path@1.1.4",
"npm:@types/node": "npm:@types/node@18.16.19",
"npm:zod@^3.22.4": "npm:zod@3.25.76"
},
"jsr": {
"@std/assert@1.0.16": {
"integrity": "6a7272ed1eaa77defe76e5ff63ca705d9c495077e2d5fd0126d2b53fc5bd6532",
"dependencies": [
"jsr:@std/internal@^1.0.12"
]
},
"@std/crypto@1.0.5": {
"integrity": "0dcfbb319fe0bba1bd3af904ceb4f948cde1b92979ec1614528380ed308a3b40"
},
"@std/fs@1.0.21": {
"integrity": "d720fe1056d78d43065a4d6e0eeb2b19f34adb8a0bc7caf3a4dbf1d4178252cd",
"dependencies": [
"jsr:@std/internal@^1.0.12",
"jsr:@std/path@^1.1.4"
]
},
"@std/internal@1.0.12": {
"integrity": "972a634fd5bc34b242024402972cd5143eac68d8dffaca5eaa4dba30ce17b027"
},
"@std/path@1.1.4": {
"integrity": "1d2d43f39efb1b42f0b1882a25486647cb851481862dc7313390b2bb044314b5",
"dependencies": [
"jsr:@std/internal@^1.0.12"
]
}
},
"npm": {
"@types/node@18.16.19": {
"integrity": "sha512-IXl7o+R9iti9eBW4Wg2hx1xQDig183jj7YLn8F7udNceyfkbn1ZxmzZXuak20gR40D7pIkIY1kYGx5VIGbaHKA==",
"dependencies": {}
},
"zod@3.25.76": {
"integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
"dependencies": {}
}
}
},
"remote": {},
"workspace": {
"dependencies": [
"jsr:@std/assert@^1.0.0",
"jsr:@std/crypto@^1.0.0",
"jsr:@std/fs@^1.0.0",
"jsr:@std/path@^1.0.0",
"jsr:@std/testing@^1.0.0",
"npm:zod@^3.22.4"
],
"packageJson": {
"dependencies": [
"npm:eslint@^8.56.0",
"npm:prettier@^3.2.4",
"npm:zod@^3.22.4"
]
}
}
}