init
This commit is contained in:
commit
515596ba2b
12 changed files with 427 additions and 0 deletions
44
deno.lock
generated
Normal file
44
deno.lock
generated
Normal file
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"version": "4",
|
||||
"specifiers": {
|
||||
"jsr:@hono/hono@4.8.4": "4.8.4",
|
||||
"jsr:@std/assert@1.0.13": "1.0.13",
|
||||
"jsr:@std/fs@1.0.19": "1.0.19",
|
||||
"jsr:@std/internal@^1.0.6": "1.0.9",
|
||||
"jsr:@std/internal@^1.0.9": "1.0.9",
|
||||
"jsr:@std/path@^1.1.1": "1.1.1",
|
||||
"npm:zod@4.0.2": "4.0.2"
|
||||
},
|
||||
"jsr": {
|
||||
"@hono/hono@4.8.4": {
|
||||
"integrity": "dabc0ea1185040fc1e89abfe29906d9e3dd425a4c40f903f9ead78c48917da06"
|
||||
},
|
||||
"@std/assert@1.0.13": {
|
||||
"integrity": "ae0d31e41919b12c656c742b22522c32fb26ed0cba32975cb0de2a273cb68b29",
|
||||
"dependencies": [
|
||||
"jsr:@std/internal@^1.0.6"
|
||||
]
|
||||
},
|
||||
"@std/fs@1.0.19": {
|
||||
"integrity": "051968c2b1eae4d2ea9f79a08a3845740ef6af10356aff43d3e2ef11ed09fb06",
|
||||
"dependencies": [
|
||||
"jsr:@std/internal@^1.0.9",
|
||||
"jsr:@std/path"
|
||||
]
|
||||
},
|
||||
"@std/internal@1.0.9": {
|
||||
"integrity": "bdfb97f83e4db7a13e8faab26fb1958d1b80cc64366501af78a0aee151696eb8"
|
||||
},
|
||||
"@std/path@1.1.1": {
|
||||
"integrity": "fe00026bd3a7e6a27f73709b83c607798be40e20c81dde655ce34052fd82ec76",
|
||||
"dependencies": [
|
||||
"jsr:@std/internal@^1.0.9"
|
||||
]
|
||||
}
|
||||
},
|
||||
"npm": {
|
||||
"zod@4.0.2": {
|
||||
"integrity": "sha512-X2niJNY54MGam4L6Kj0AxeedeDIi/E5QFW0On2faSX5J4/pfLk1tW+cRMIMoojnCavn/u5W/kX17e1CSGnKMxA=="
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue