-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeno.lock
More file actions
88 lines (88 loc) · 2.71 KB
/
deno.lock
File metadata and controls
88 lines (88 loc) · 2.71 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"version": "5",
"specifiers": {
"jsr:@hono/hono@4": "4.10.7",
"jsr:@std/assert@1": "1.0.16",
"jsr:@std/assert@^1.0.14": "1.0.16",
"jsr:@std/assert@^1.0.15": "1.0.16",
"jsr:@std/async@^1.0.15": "1.0.15",
"jsr:@std/data-structures@^1.0.9": "1.0.9",
"jsr:@std/expect@^1.0.17": "1.0.17",
"jsr:@std/fs@^1.0.19": "1.0.20",
"jsr:@std/internal@^1.0.10": "1.0.12",
"jsr:@std/internal@^1.0.12": "1.0.12",
"jsr:@std/path@^1.1.2": "1.1.3",
"jsr:@std/path@^1.1.3": "1.1.3",
"jsr:@std/testing@^1.0.16": "1.0.16",
"npm:@types/node@*": "24.2.0"
},
"jsr": {
"@hono/hono@4.10.7": {
"integrity": "b60512559d554f20a945e07a6c5f115e57cbd4c024da9217833c8e7b2c90355d"
},
"@std/assert@1.0.16": {
"integrity": "6a7272ed1eaa77defe76e5ff63ca705d9c495077e2d5fd0126d2b53fc5bd6532",
"dependencies": [
"jsr:@std/internal@^1.0.12"
]
},
"@std/async@1.0.15": {
"integrity": "55d1d9d04f99403fe5730ab16bdcc3c47f658a6bf054cafb38a50f046238116e"
},
"@std/data-structures@1.0.9": {
"integrity": "033d6e17e64bf1f84a614e647c1b015fa2576ae3312305821e1a4cb20674bb4d"
},
"@std/expect@1.0.17": {
"integrity": "316b47dd65c33e3151344eb3267bf42efba17d1415425f07ed96185d67fc04d9",
"dependencies": [
"jsr:@std/assert@^1.0.14",
"jsr:@std/internal@^1.0.10"
]
},
"@std/fs@1.0.20": {
"integrity": "e953206aae48d46ee65e8783ded459f23bec7dd1f3879512911c35e5484ea187",
"dependencies": [
"jsr:@std/path@^1.1.3"
]
},
"@std/internal@1.0.12": {
"integrity": "972a634fd5bc34b242024402972cd5143eac68d8dffaca5eaa4dba30ce17b027"
},
"@std/path@1.1.3": {
"integrity": "b015962d82a5e6daea980c32b82d2c40142149639968549c649031a230b1afb3",
"dependencies": [
"jsr:@std/internal@^1.0.12"
]
},
"@std/testing@1.0.16": {
"integrity": "a917ffdeb5924c9be436dc78bc32e511760e14d3a96e49c607fc5ecca86d0092",
"dependencies": [
"jsr:@std/assert@^1.0.15",
"jsr:@std/async",
"jsr:@std/data-structures",
"jsr:@std/fs",
"jsr:@std/internal@^1.0.12",
"jsr:@std/path@^1.1.2"
]
}
},
"npm": {
"@types/node@24.2.0": {
"integrity": "sha512-3xyG3pMCq3oYCNg7/ZP+E1ooTaGB4cG8JWRsqqOYQdbWNY4zbaV0Ennrd7stjiJEFZCaybcIgpTjJWHRfBSIDw==",
"dependencies": [
"undici-types"
]
},
"undici-types@7.10.0": {
"integrity": "sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag=="
}
},
"workspace": {
"dependencies": [
"jsr:@hono/hono@4",
"jsr:@std/assert@1",
"jsr:@std/expect@^1.0.17",
"jsr:@std/testing@^1.0.16"
]
}
}