mirror of
https://github.com/honojs/hono.git
synced 2024-11-22 02:27:49 +01:00
91c04ac073
* refactor(utils/url): Decode parameters more accurately without performance degradation. * Add tests about getQueryParam and getQueryParams. * chore(bench): add query param bench * chore: denoify
15 lines
258 B
JSON
15 lines
258 B
JSON
{
|
|
"scripts": {
|
|
"bench:node": "tsx ./src/bench.mts",
|
|
"bench:bun": "bun run ./src/bench.mts"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"tsx": "^3.12.2"
|
|
},
|
|
"dependencies": {
|
|
"fast-querystring": "^1.1.1",
|
|
"mitata": "^0.1.6"
|
|
}
|
|
}
|