mirror of
https://github.com/honojs/hono.git
synced 2024-11-22 11:17:33 +01:00
246a06aa1d
* feat(serve-static): support absolute root * add bun runtime test * don't use `Request` * add code for deno * remove unnecessay `console.log` * use `normalizeFilePath` instead of `URL` * use `URL` for `options.root` * don't allow directory traversal and fix the behavior when root including `../`
57 lines
1.7 KiB
JSON
57 lines
1.7 KiB
JSON
{
|
|
"version": "3",
|
|
"packages": {
|
|
"specifiers": {
|
|
"jsr:@std/assert@^1.0.3": "jsr:@std/assert@1.0.5",
|
|
"jsr:@std/assert@^1.0.4": "jsr:@std/assert@1.0.5",
|
|
"jsr:@std/internal@^1.0.2": "jsr:@std/internal@1.0.2",
|
|
"jsr:@std/internal@^1.0.3": "jsr:@std/internal@1.0.3",
|
|
"jsr:@std/path@^1.0.3": "jsr:@std/path@1.0.6",
|
|
"jsr:@std/testing@^1.0.1": "jsr:@std/testing@1.0.2"
|
|
},
|
|
"jsr": {
|
|
"@std/assert@1.0.3": {
|
|
"integrity": "b0d03ce1ced880df67132eea140623010d415848df66f6aa5df76507ca7c26d8",
|
|
"dependencies": [
|
|
"jsr:@std/internal@^1.0.2"
|
|
]
|
|
},
|
|
"@std/assert@1.0.5": {
|
|
"integrity": "e37da8e4033490ce613eec4ac1d78dba1faf5b02a3f6c573a28f15365b9b440f",
|
|
"dependencies": [
|
|
"jsr:@std/internal@^1.0.3"
|
|
]
|
|
},
|
|
"@std/internal@1.0.2": {
|
|
"integrity": "f4cabe2021352e8bfc24e6569700df87bf070914fc38d4b23eddd20108ac4495"
|
|
},
|
|
"@std/internal@1.0.3": {
|
|
"integrity": "208e9b94a3d5649bd880e9ca38b885ab7651ab5b5303a56ed25de4755fb7b11e"
|
|
},
|
|
"@std/path@1.0.6": {
|
|
"integrity": "ab2c55f902b380cf28e0eec501b4906e4c1960d13f00e11cfbcd21de15f18fed"
|
|
},
|
|
"@std/testing@1.0.1": {
|
|
"integrity": "9c25841137ee818933e1722091bb9ed5fdc251c35e84c97979a52196bdb6c5c3",
|
|
"dependencies": [
|
|
"jsr:@std/assert@^1.0.3"
|
|
]
|
|
},
|
|
"@std/testing@1.0.2": {
|
|
"integrity": "9e8a7f4e26c219addabe7942d09c3450fa0a74e9662341961bc0ef502274dec3",
|
|
"dependencies": [
|
|
"jsr:@std/assert@^1.0.4"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"remote": {},
|
|
"workspace": {
|
|
"dependencies": [
|
|
"jsr:@std/assert@^1.0.3",
|
|
"jsr:@std/path@^1.0.3",
|
|
"jsr:@std/testing@^1.0.1"
|
|
]
|
|
}
|
|
}
|