-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdeno.lock
More file actions
35 lines (35 loc) · 1.02 KB
/
deno.lock
File metadata and controls
35 lines (35 loc) · 1.02 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
{
"version": "4",
"specifiers": {
"jsr:@deco/warp@0.2.4": "0.2.4",
"npm:@cloudflare/workers-types@^4.20241127.0": "4.20250410.0",
"npm:@types/node@^22.10.1": "22.14.0"
},
"jsr": {
"@deco/warp@0.2.4": {
"integrity": "a4da88f96f98fc77b0c4a1565530d5d66ebe6eb013e2dcfc05121327a7c67dee"
}
},
"npm": {
"@cloudflare/workers-types@4.20250410.0": {
"integrity": "sha512-Yx9VUi6QpmXtUIhOL+em+V02gue12kmVBVL6RGH5mhFh50M0x9JyOmm6wKwKZUny2uQd+22nuouE2q3z1OrsIQ=="
},
"@types/node@22.14.0": {
"integrity": "sha512-Kmpl+z84ILoG+3T/zQFyAJsU6EPTmOCj8/2+83fSN6djd6I4o7uOuGIH6vq3PrjY5BGitSbFuMN18j3iknubbA==",
"dependencies": [
"undici-types"
]
},
"undici-types@6.21.0": {
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ=="
}
},
"workspace": {
"packageJson": {
"dependencies": [
"npm:@cloudflare/workers-types@^4.20241127.0",
"npm:@types/node@^22.10.1"
]
}
}
}