Initial commit

This commit is contained in:
2025-07-25 19:00:06 -04:00
commit e604c7a437
52 changed files with 96098 additions and 0 deletions

67
deno.lock generated Normal file
View File

@@ -0,0 +1,67 @@
{
"version": "5",
"specifiers": {
"jsr:@hono/hono@^4.8.3": "4.8.5",
"jsr:@hono/hono@^4.8.5": "4.8.5",
"jsr:@hono/zod-validator@~0.7.2": "0.7.2",
"jsr:@proxnet/undead-logging@^1.5.0": "1.5.0",
"jsr:@std/assert@1": "1.0.13",
"jsr:@std/internal@^1.0.6": "1.0.9",
"npm:@types/node@*": "22.15.15",
"npm:chalk@^5.3.0": "5.4.1",
"npm:zod@^4.0.5": "4.0.5"
},
"jsr": {
"@hono/hono@4.8.5": {
"integrity": "78f72e532f378e379915a7e1ae7bd8a171b02324bd37b70877fd35375e8c2d6b"
},
"@hono/zod-validator@0.7.2": {
"integrity": "2c055aabbd9e349b32bd0761bed1efd31b5b47f2cb42cd6eef91186b6d5cf4e1",
"dependencies": [
"jsr:@hono/hono@^4.8.3",
"npm:zod"
]
},
"@proxnet/undead-logging@1.5.0": {
"integrity": "b358b3caf2dc17d91a840dfbdb85d3cf253909928810df501ac131dfbcb33c45",
"dependencies": [
"npm:chalk"
]
},
"@std/assert@1.0.13": {
"integrity": "ae0d31e41919b12c656c742b22522c32fb26ed0cba32975cb0de2a273cb68b29",
"dependencies": [
"jsr:@std/internal"
]
},
"@std/internal@1.0.9": {
"integrity": "bdfb97f83e4db7a13e8faab26fb1958d1b80cc64366501af78a0aee151696eb8"
}
},
"npm": {
"@types/node@22.15.15": {
"integrity": "sha512-R5muMcZob3/Jjchn5LcO8jdKwSCbzqmPB6ruBxMcf9kbxtniZHP327s6C37iOfuw8mbKK3cAQa7sEl7afLrQ8A==",
"dependencies": [
"undici-types"
]
},
"chalk@5.4.1": {
"integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w=="
},
"undici-types@6.21.0": {
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ=="
},
"zod@4.0.5": {
"integrity": "sha512-/5UuuRPStvHXu7RS+gmvRf4NXrNxpSllGwDnCBcJZtQsKrviYXm54yDGV2KYNLT5kq0lHGcl7lqWJLgSaG+tgA=="
}
},
"workspace": {
"dependencies": [
"jsr:@hono/hono@^4.8.5",
"jsr:@hono/zod-validator@~0.7.2",
"jsr:@proxnet/undead-logging@^1.5.0",
"jsr:@std/assert@1",
"npm:zod@^4.0.5"
]
}
}