-
Notifications
You must be signed in to change notification settings - Fork 0
/
deno.lock
31 lines (31 loc) · 840 Bytes
/
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
{
"version": "3",
"packages": {
"specifiers": {
"jsr:@hono/hono@^4.5.4": "jsr:@hono/[email protected]",
"jsr:@std/assert@^1.0.2": "jsr:@std/[email protected]",
"jsr:@std/internal@^1.0.1": "jsr:@std/[email protected]"
},
"jsr": {
"@hono/[email protected]": {
"integrity": "3792780b8460d5df0959b07c059db9325e4fa1a49f8b5aff7ab9bc870bdec8e3"
},
"@std/[email protected]": {
"integrity": "ccacec332958126deaceb5c63ff8b4eaf9f5ed0eac9feccf124110435e59e49c",
"dependencies": [
"jsr:@std/internal@^1.0.1"
]
},
"@std/[email protected]": {
"integrity": "6f8c7544d06a11dd256c8d6ba54b11ed870aac6c5aeafff499892662c57673e6"
}
}
},
"remote": {},
"workspace": {
"dependencies": [
"jsr:@hono/hono@^4.5.4",
"jsr:@std/assert@^1.0.2"
]
}
}