{"_id":"@intlify/hono","_rev":"14-2dbb84022f5b5e7f40c659e1dda67ce7","name":"@intlify/hono","dist-tags":{"alpha":"2.0.0-beta.1","latest":"2.1.2","next":"3.0.0-beta.1"},"versions":{"0.0.1":{"name":"@intlify/hono","version":"0.0.1","keywords":["i18n","hono","honojs","internationalization","intlify","utilities","middleware"],"author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"license":"MIT","_id":"@intlify/hono@0.0.1","maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"homepage":"https://github.com/intlify/hono#readme","bugs":{"url":"https://github.com/intlify/hono/issues"},"dist":{"shasum":"9ccfa5ac664dba8be87d4f21be1205df2e5f1998","tarball":"https://registry.npmjs.org/@intlify/hono/-/hono-0.0.1.tgz","fileCount":8,"integrity":"sha512-G/fP2T59MgCUTJO3YdByzMiB0tcWgiuWoFDn3JiVqc5wHwDjfKOi4QrguyRmnGnIjxuIxyTwB3WKyjf3T4J0PA==","signatures":[{"sig":"MEUCIA31+e3jf9DIHlo3KNnNKmwM7QVf5MGDY6kdGN8H5giTAiEA408QPwZ1V9WqFVUSjyjAHlWKvBG/HqKaNL6NckVvmko=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5176},"main":"dist/index.cjs","type":"module","types":"dist/index.d.ts","module":"dist/index.mjs","engines":{"node":">= 18"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.cjs"},"./dist/*":"./dist/*","./package.json":"./package.json"},"funding":"https://github.com/sponsors/kazupon","gitHead":"5cfaba3aa3a772c66d3b0528d0672aa8da34e90a","scripts":{"fix":"npm run format && npm run lint","lint":"deno lint","test":"npm run test:type && npm run test:unit","build":"unbuild && bun run ./scripts/deno.ts","format":"deno fmt","prepare":"git config --local core.hooksPath .githooks","release":"bumpp --commit \"release: v%s\" --push --tag","changelog":"gh-changelogen --repo=intlify/hono","test:type":"vitest typecheck --run","test:unit":"vitest run","test:coverage":"npm test -- --reporter verbose --coverage"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"repository":{"url":"git+https://github.com/intlify/hono.git","type":"git"},"_npmVersion":"9.8.1","description":"Internationalization middleware & utilities for Hono","directories":{},"lint-staged":{"*.{js,ts,jsx,tsx}":["deno lint"],"*.{js,ts,jsx,tsx,json,jsonc}":["deno fmt"]},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"@intlify/core":"npm:@intlify/core-edge@9.5.0-bd7ec22","@intlify/utils":"^0.11.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"hono":"^3.8.1","bumpp":"^9.2.0","vitest":"^1.0.0-beta.2","unbuild":"^2.0.0","bun-types":"latest","miniflare":"^3.20231016.0","typescript":"^5.2.2","@types/node":"^20.6.0","lint-staged":"^15.0.0","gh-changelogen":"^0.2.8","@vitest/coverage-v8":"^1.0.0-beta.2","@cloudflare/workers-types":"^4.20231016.0","vitest-environment-miniflare":"^2.14.1"},"_npmOperationalInternal":{"tmp":"tmp/hono_0.0.1_1698054254041_0.674554921215305","host":"s3://npm-registry-packages"}},"0.1.0":{"name":"@intlify/hono","version":"0.1.0","keywords":["i18n","hono","honojs","internationalization","intlify","utilities","middleware"],"author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"license":"MIT","_id":"@intlify/hono@0.1.0","maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"homepage":"https://github.com/intlify/hono#readme","bugs":{"url":"https://github.com/intlify/hono/issues"},"dist":{"shasum":"98754c3628564311893932f511af755e4720628e","tarball":"https://registry.npmjs.org/@intlify/hono/-/hono-0.1.0.tgz","fileCount":8,"integrity":"sha512-Y4GIvVJzDc/hqw1xm/ILdZ4Qm4h3PFEHj3DIyEx89f4IOqjXSHVPZBdG72RHgk/h1ur1rdZ6OyjxtLq5ZA4HFA==","signatures":[{"sig":"MEYCIQC45lnFaer3Ofwu/JHHcvoI56oxwzB/GxSwRrvrSHo8qgIhAPqLlc35iHPnPSImPnLICnjmMDVxnkJCzo2okaAdZOWp","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":45399},"main":"dist/index.cjs","type":"module","types":"dist/index.d.ts","module":"dist/index.mjs","engines":{"node":">= 18"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.cjs"},"./dist/*":"./dist/*","./package.json":"./package.json"},"funding":"https://github.com/sponsors/kazupon","gitHead":"60c3886bad767c71a7f33e51ea29c4c06c00cc60","scripts":{"fix":"npm run format && npm run lint","lint":"deno lint","test":"npm run test:type && npm run test:unit","build":"unbuild && bun run ./scripts/deno.ts","format":"deno fmt","prepare":"git config --local core.hooksPath .githooks","release":"bumpp --commit \"release: v%s\" --push --tag","changelog":"gh-changelogen --repo=intlify/hono","test:type":"vitest typecheck --run","test:unit":"vitest run","play:basic":"wrangler dev ./playground/basic/index.ts","test:coverage":"npm test -- --reporter verbose --coverage"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"repository":{"url":"git+https://github.com/intlify/hono.git","type":"git"},"_npmVersion":"9.8.1","description":"Internationalization middleware & utilities for Hono","directories":{},"lint-staged":{"*.{js,ts,jsx,tsx}":["deno lint"],"*.{js,ts,jsx,tsx,json,jsonc}":["deno fmt"]},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"@intlify/core":"npm:@intlify/core-edge@9.5.0-bd7ec22","@intlify/utils":"^0.11.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"hono":"^3.8.1","bumpp":"^9.2.0","vitest":"1.0.0-beta.2","unbuild":"^2.0.0","wrangler":"^3.6.0","bun-types":"latest","miniflare":"^3.20231016.0","typescript":"^5.2.2","@types/node":"^20.6.0","lint-staged":"^15.0.0","gh-changelogen":"^0.2.8","@vitest/coverage-v8":"1.0.0-beta.2","@cloudflare/workers-types":"^4.20231016.0","vitest-environment-miniflare":"^2.14.1"},"_npmOperationalInternal":{"tmp":"tmp/hono_0.1.0_1698115837449_0.8107995763974909","host":"s3://npm-registry-packages"}},"0.1.1":{"name":"@intlify/hono","version":"0.1.1","keywords":["i18n","hono","honojs","internationalization","intlify","utilities","middleware"],"author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"license":"MIT","_id":"@intlify/hono@0.1.1","maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"homepage":"https://github.com/intlify/hono#readme","bugs":{"url":"https://github.com/intlify/hono/issues"},"dist":{"shasum":"2c2fe6b7b508dc2f69c549e26358871001427f48","tarball":"https://registry.npmjs.org/@intlify/hono/-/hono-0.1.1.tgz","fileCount":8,"integrity":"sha512-MJHCti+oIsG0FGyROsG5d301i5zIjCsHsEoJJsjLckobNM/pQZxknB/xTOu53UkDfhOzehRgbelcQawfRf1L9A==","signatures":[{"sig":"MEYCIQD/sn0PRQCXjlLErrwiNRwcY49CKb6nu12H87UTdaXwUgIhAM4dK/vSpphRdf9EGKRXcEjLjN0HzTSaohf9Y6Va90cx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":45399},"main":"dist/index.cjs","type":"module","types":"dist/index.d.ts","module":"dist/index.mjs","engines":{"node":">= 18"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.cjs"},"./dist/*":"./dist/*","./package.json":"./package.json"},"funding":"https://github.com/sponsors/kazupon","gitHead":"351a8add5acb618a98c10e271b792c8407195dd9","scripts":{"fix":"npm run format && npm run lint","lint":"deno lint","test":"npm run test:type && npm run test:unit","build":"unbuild && bun run ./scripts/deno.ts","format":"deno fmt","prepare":"git config --local core.hooksPath .githooks","release":"bumpp --commit \"release: v%s\" --push --tag","changelog":"gh-changelogen --repo=intlify/hono","test:type":"vitest typecheck --run","test:unit":"vitest run","play:basic":"wrangler dev ./playground/basic/index.ts","test:coverage":"npm test -- --reporter verbose --coverage"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"repository":{"url":"git+https://github.com/intlify/hono.git","type":"git"},"_npmVersion":"9.8.1","description":"Internationalization middleware & utilities for Hono","directories":{},"lint-staged":{"*.{js,ts,jsx,tsx}":["deno lint"],"*.{js,ts,jsx,tsx,json,jsonc}":["deno fmt"]},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"@intlify/core":"npm:@intlify/core-edge@9.5.0-bd7ec22","@intlify/utils":"^0.11.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"hono":"^3.8.1","bumpp":"^9.2.0","vitest":"1.0.0-beta.2","unbuild":"^2.0.0","wrangler":"^3.6.0","bun-types":"latest","miniflare":"^3.20231016.0","typescript":"^5.2.2","@types/node":"^20.6.0","lint-staged":"^15.0.0","gh-changelogen":"^0.2.8","@vitest/coverage-v8":"1.0.0-beta.2","@cloudflare/workers-types":"^4.20231016.0","vitest-environment-miniflare":"^2.14.1"},"_npmOperationalInternal":{"tmp":"tmp/hono_0.1.1_1698116847678_0.2963061743552209","host":"s3://npm-registry-packages"}},"0.1.3":{"name":"@intlify/hono","version":"0.1.3","keywords":["i18n","hono","honojs","internationalization","intlify","utilities","middleware"],"author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"license":"MIT","_id":"@intlify/hono@0.1.3","maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"homepage":"https://github.com/intlify/hono#readme","bugs":{"url":"https://github.com/intlify/hono/issues"},"dist":{"shasum":"941ac3942aa39bbc49ac13793c5a5d7f3b372e58","tarball":"https://registry.npmjs.org/@intlify/hono/-/hono-0.1.3.tgz","fileCount":8,"integrity":"sha512-ZY+yNdTR/Zwwr8hkVI3Nea9WwPqq2RW+hg64MeiJDY8z/WmyNnJT6yTv9hP2vddDkwjfEbRvpnnM9kUpib1GEg==","signatures":[{"sig":"MEUCIQDB/g3WJpzizFoINKbIux/LZf1WrqxFsvahq5ZElNkFWQIgeuwe6D6/j5Jzszwr7h4hE6JBfwLmIoUo0jPo2vmqfCk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@intlify%2fhono@0.1.3","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":45357},"main":"dist/index.cjs","type":"module","types":"dist/index.d.ts","module":"dist/index.mjs","engines":{"node":">= 20"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.cjs"},"./dist/*":"./dist/*","./package.json":"./package.json"},"funding":"https://github.com/sponsors/kazupon","gitHead":"cabc91f90b5710bcd9d65fedd3c4f70878b79318","scripts":{"fix":"npm run format && npm run lint","lint":"deno lint","test":"npm run test:type && npm run test:unit","build":"unbuild && bun run ./scripts/deno.ts","format":"deno fmt","prepare":"git config --local core.hooksPath .githooks","release":"bumpp --commit \"release: v%s\" --push --tag","changelog":"gh-changelogen --repo=intlify/hono","test:type":"vitest typecheck --run","test:unit":"vitest run","play:basic":"wrangler dev ./playground/basic/index.ts","test:coverage":"npm test -- --reporter verbose --coverage"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"repository":{"url":"git+https://github.com/intlify/hono.git","type":"git"},"_npmVersion":"10.8.2","description":"Internationalization middleware & utilities for Hono","directories":{},"lint-staged":{"*.{js,ts,jsx,tsx}":["deno lint"],"*.{js,ts,jsx,tsx,json,jsonc}":["deno fmt"]},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"@intlify/core":"^9.6.0","@intlify/utils":"^0.11.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"hono":"^3.8.1","bumpp":"^9.2.0","vitest":"0.34.6","unbuild":"^2.0.0","wrangler":"^3.6.0","bun-types":"latest","miniflare":"^3.20231016.0","typescript":"^5.2.2","@types/node":"^20.6.0","lint-staged":"^15.0.0","gh-changelogen":"^0.2.8","@vitest/coverage-v8":"0.34.6","@cloudflare/workers-types":"^4.20231016.0","vitest-environment-miniflare":"^2.14.1"},"_npmOperationalInternal":{"tmp":"tmp/hono_0.1.3_1762964808497_0.06698085771653295","host":"s3://npm-registry-packages-npm-production"}},"1.0.0":{"name":"@intlify/hono","version":"1.0.0","keywords":["i18n","hono","honojs","internationalization","intlify","utilities","middleware"],"author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"license":"MIT","_id":"@intlify/hono@1.0.0","maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"homepage":"https://github.com/intlify/hono#readme","bugs":{"url":"https://github.com/intlify/hono/issues"},"dist":{"shasum":"a5cce29a16dcc22f7967afba78f7157d71dd55cd","tarball":"https://registry.npmjs.org/@intlify/hono/-/hono-1.0.0.tgz","fileCount":8,"integrity":"sha512-roDOIk45Kvb2nPn6zVl+vbXncU4NYsH+sAsFKTAJ9X7BizWTKYh/Lut4tDU6EMqjWjymOO/uG8kJAn6SFP4dxQ==","signatures":[{"sig":"MEUCICSKRYMcP6wE9nL4k4MyyK/2PWRNuQXwLbtJnVVwwuweAiEA9IRrJl9l0Y01rw0u7PmR+bQX2nPf4a3NGb3mXmSQGJA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@intlify%2fhono@1.0.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":45357},"main":"dist/index.cjs","type":"module","types":"dist/index.d.ts","module":"dist/index.mjs","engines":{"node":">= 20"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.cjs"},"./dist/*":"./dist/*","./package.json":"./package.json"},"funding":"https://github.com/sponsors/kazupon","gitHead":"3937f11d97da86da44b649d358cb2c3ccca68c70","scripts":{"fix":"npm run format && npm run lint","lint":"deno lint","test":"npm run test:type && npm run test:unit","build":"unbuild && bun run ./scripts/deno.ts","format":"deno fmt","prepare":"git config --local core.hooksPath .githooks","release":"bumpp --commit \"release: v%s\" --push --tag","changelog":"gh-changelogen --repo=intlify/hono","test:type":"vitest typecheck --run","test:unit":"vitest run","play:basic":"wrangler dev ./playground/basic/index.ts","test:coverage":"npm test -- --reporter verbose --coverage"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"repository":{"url":"git+https://github.com/intlify/hono.git","type":"git"},"_npmVersion":"10.8.2","description":"Internationalization middleware & utilities for Hono","directories":{},"lint-staged":{"*.{js,ts,jsx,tsx}":["deno lint"],"*.{js,ts,jsx,tsx,json,jsonc}":["deno fmt"]},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"@intlify/core":"^9.6.0","@intlify/utils":"^0.11.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"hono":"^3.8.1","bumpp":"^9.2.0","vitest":"0.34.6","unbuild":"^2.0.0","wrangler":"^3.6.0","bun-types":"latest","miniflare":"^3.20231016.0","typescript":"^5.2.2","@types/node":"^20.6.0","lint-staged":"^15.0.0","gh-changelogen":"^0.2.8","@vitest/coverage-v8":"0.34.6","@cloudflare/workers-types":"^4.20231016.0","vitest-environment-miniflare":"^2.14.1"},"_npmOperationalInternal":{"tmp":"tmp/hono_1.0.0_1762965054233_0.7710840281094904","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-alpha.3":{"name":"@intlify/hono","version":"2.0.0-alpha.3","keywords":["i18n","hono","honojs","internationalization","intlify","utilities","middleware"],"author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"license":"MIT","_id":"@intlify/hono@2.0.0-alpha.3","maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"homepage":"https://github.com/intlify/srvmid#readme","bugs":{"url":"https://github.com/intlify/srvmid/issues"},"dist":{"shasum":"848e1a753e75ebff037e17c811d961956597bc13","tarball":"https://registry.npmjs.org/@intlify/hono/-/hono-2.0.0-alpha.3.tgz","fileCount":8,"integrity":"sha512-JiSAOE1i0OuPB0hxq+7RYHDrD1PaFbnQvUSNtEjAVxSGMiKa1yLpRJoiJMVKVOXCLQTm2ik8VUL2dGzpEcRsLQ==","signatures":[{"sig":"MEUCIA0tnaYcMipbUE4MYrSlSUeiz/H/wsW9aeKETYeOmFazAiEAkIsBvkV/FxI39rCqu0dJxf/qQqruZzI6tihjaWqtQXU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@intlify%2fhono@2.0.0-alpha.3","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":46599},"main":"dist/index.cjs","type":"module","_from":"file:intlify-hono-2.0.0-alpha.3.tgz","types":"dist/index.d.ts","module":"dist/index.mjs","engines":{"node":">= 20"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.cjs"},"./dist/*":"./dist/*","./package.json":"./package.json"},"funding":"https://github.com/sponsors/kazupon","scripts":{"build":"unbuild","build:docs":"typedoc --excludeInternal","play:basic":"wrangler dev ./playground/basic/index.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da2b44be-4aa6-4ea4-80f3-0b7e1f81f6c2"}},"_resolved":"/tmp/d2c844b65a51b20cfa9c50e502e6ff79/intlify-hono-2.0.0-alpha.3.tgz","_integrity":"sha512-JiSAOE1i0OuPB0hxq+7RYHDrD1PaFbnQvUSNtEjAVxSGMiKa1yLpRJoiJMVKVOXCLQTm2ik8VUL2dGzpEcRsLQ==","repository":{"url":"git+https://github.com/intlify/srvmid.git","type":"git","directory":"packages/hono"},"_npmVersion":"11.6.2","description":"Internationalization middleware & utilities for Hono","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"@intlify/core":"^9.6.0","@intlify/utils":"^0.11.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"hono":"^3.8.1","typedoc":"^0.28.14","unbuild":"^3.6.1","wrangler":"^3.6.0","typescript":"^5.9.3","@types/node":"^24.10.0","typedoc-plugin-markdown":"^4.9.0","@cloudflare/workers-types":"^4.20231016.0"},"_npmOperationalInternal":{"tmp":"tmp/hono_2.0.0-alpha.3_1763140059318_0.36307297277196793","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-alpha.6":{"name":"@intlify/hono","version":"2.0.0-alpha.6","keywords":["i18n","hono","honojs","internationalization","intlify","utilities","middleware"],"author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"license":"MIT","_id":"@intlify/hono@2.0.0-alpha.6","maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"homepage":"https://github.com/intlify/srvmid#readme","bugs":{"url":"https://github.com/intlify/srvmid/issues"},"dist":{"shasum":"7fa70d1db51d4c87ea014b0882619b943c1ef389","tarball":"https://registry.npmjs.org/@intlify/hono/-/hono-2.0.0-alpha.6.tgz","fileCount":7,"integrity":"sha512-5Ov+9SJmcj9gbtquj2XptNFT0cmFgyCGMM1f7Rk4JRNH4cLbwOBNEFeg16wXza0QGRvRUVbwPJYquFRTRcsrDQ==","signatures":[{"sig":"MEUCIF490hd6QR9YmoI9CjaJ3CpaeqlHCMl98dItJSnqXHsZAiEAjAAwNmxveMlBc1ZAq3N7wiya0L8L0TJs5qBZCZoc9Wc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@intlify%2fhono@2.0.0-alpha.6","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":41304},"main":"dist/index.mjs","type":"module","_from":"file:intlify-hono-2.0.0-alpha.6.tgz","types":"dist/index.d.ts","module":"dist/index.mjs","engines":{"node":">= 20"},"exports":{".":{"types":"./dist/index.d.mts","import":"./dist/index.mjs"},"./dist/*":"./dist/*","./package.json":"./package.json"},"funding":"https://github.com/sponsors/kazupon","scripts":{"build":"tsdown","build:docs":"typedoc --excludeInternal","play:basic":"node ./playground/basic/index.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da2b44be-4aa6-4ea4-80f3-0b7e1f81f6c2"}},"_resolved":"/tmp/9913117b36e44d5790eba80790374796/intlify-hono-2.0.0-alpha.6.tgz","_integrity":"sha512-5Ov+9SJmcj9gbtquj2XptNFT0cmFgyCGMM1f7Rk4JRNH4cLbwOBNEFeg16wXza0QGRvRUVbwPJYquFRTRcsrDQ==","repository":{"url":"git+https://github.com/intlify/srvmid.git","type":"git","directory":"packages/hono"},"_npmVersion":"11.6.2","description":"Internationalization middleware & utilities for Hono","directories":{},"sideEffects":false,"_nodeVersion":"24.11.1","dependencies":{"@intlify/core":"^11.1.12","@intlify/utils":"^1.0.1"},"publishConfig":{"access":"public"},"typesVersions":{"*":{"*":["./dist/*","./*"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"hono":"^4.10.6","srvx":"^0.9.6","tsdown":"^0.16.4","publint":"^0.3.15","typedoc":"^0.28.14","typescript":"^5.9.3","@types/node":"^24.10.0","typedoc-plugin-markdown":"^4.9.0"},"_npmOperationalInternal":{"tmp":"tmp/hono_2.0.0-alpha.6_1763441837775_0.9417454676198931","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-alpha.7":{"name":"@intlify/hono","version":"2.0.0-alpha.7","keywords":["i18n","hono","honojs","internationalization","intlify","utilities","middleware"],"author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"license":"MIT","_id":"@intlify/hono@2.0.0-alpha.7","maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"homepage":"https://github.com/intlify/srvmid#readme","bugs":{"url":"https://github.com/intlify/srvmid/issues"},"dist":{"shasum":"cda32e3adf8fe5f93361bce743ba96dcfc818a37","tarball":"https://registry.npmjs.org/@intlify/hono/-/hono-2.0.0-alpha.7.tgz","fileCount":7,"integrity":"sha512-RlLlYzAtXmaWZzO92aYAewxBHw7YlZLiFn6U1YlHFNFp/wAIboqwNAT0waurqVw28EJsktSOsZ3FxyDUb/qb1A==","signatures":[{"sig":"MEUCIG3hPEmuTneR6S3eKAMmMTNolr4MghDGIa0baDXp+rd2AiEAhkWWe6Qe8utBWXWFYzCEXqvNRupkyF8h/LNwjLjDhV8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@intlify%2fhono@2.0.0-alpha.7","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":41304},"main":"dist/index.mjs","type":"module","_from":"file:intlify-hono-2.0.0-alpha.7.tgz","types":"dist/index.d.ts","module":"dist/index.mjs","engines":{"node":">= 20"},"exports":{".":{"types":"./dist/index.d.mts","import":"./dist/index.mjs"},"./dist/*":"./dist/*","./package.json":"./package.json"},"funding":"https://github.com/sponsors/kazupon","scripts":{"build":"tsdown","build:docs":"typedoc --excludeInternal","play:basic":"node ./playground/basic/index.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da2b44be-4aa6-4ea4-80f3-0b7e1f81f6c2"}},"_resolved":"/tmp/b69736e7406dee3c1845a07371bbfeb2/intlify-hono-2.0.0-alpha.7.tgz","_integrity":"sha512-RlLlYzAtXmaWZzO92aYAewxBHw7YlZLiFn6U1YlHFNFp/wAIboqwNAT0waurqVw28EJsktSOsZ3FxyDUb/qb1A==","repository":{"url":"git+https://github.com/intlify/srvmid.git","type":"git","directory":"packages/hono"},"_npmVersion":"11.6.2","description":"Internationalization middleware & utilities for Hono","directories":{},"sideEffects":false,"_nodeVersion":"24.11.1","dependencies":{"@intlify/core":"^11.1.12","@intlify/utils":"^1.0.1"},"publishConfig":{"access":"public"},"typesVersions":{"*":{"*":["./dist/*","./*"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"hono":"^4.10.6","srvx":"^0.9.6","tsdown":"^0.16.4","publint":"^0.3.15","typedoc":"^0.28.14","typescript":"^5.9.3","@types/node":"^24.10.0","typedoc-plugin-markdown":"^4.9.0"},"_npmOperationalInternal":{"tmp":"tmp/hono_2.0.0-alpha.7_1763442089971_0.9662529611679862","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-beta.1":{"name":"@intlify/hono","version":"2.0.0-beta.1","keywords":["i18n","hono","honojs","internationalization","intlify","utilities","middleware"],"author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"license":"MIT","_id":"@intlify/hono@2.0.0-beta.1","maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"homepage":"https://github.com/intlify/srvmid#readme","bugs":{"url":"https://github.com/intlify/srvmid/issues"},"dist":{"shasum":"2afc81a83918a47d62d6a1cd3ad9f5fad24bdabe","tarball":"https://registry.npmjs.org/@intlify/hono/-/hono-2.0.0-beta.1.tgz","fileCount":7,"integrity":"sha512-C6tqA2vQMWVCb79SjyRSODWIOSt4E0XpHXtrxtMjV8CxxwNQ7tbwdt5z67w9UtPuWAJMYG3S96WnSFrt2fMqOw==","signatures":[{"sig":"MEYCIQCn328l/c7mIY7zB+0+My1iV31BL+V4hTI2P6ZNdVWt/wIhAI/oc1OzKRDW5YxGk14KqGQRxiOOJPqvCdecQ+wGj1bo","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@intlify%2fhono@2.0.0-beta.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":42423},"main":"dist/index.mjs","type":"module","_from":"file:intlify-hono-2.0.0-beta.1.tgz","types":"dist/index.d.ts","module":"dist/index.mjs","engines":{"node":">= 20"},"exports":{".":{"types":"./dist/index.d.mts","import":"./dist/index.mjs"},"./dist/*":"./dist/*","./package.json":"./package.json"},"funding":"https://github.com/sponsors/kazupon","scripts":{"build":"tsdown","build:docs":"typedoc --excludeInternal","play:basic":"node ./playground/basic/index.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da2b44be-4aa6-4ea4-80f3-0b7e1f81f6c2"}},"_resolved":"/tmp/70e07c84be8a1fe46b14257e9bcdb9eb/intlify-hono-2.0.0-beta.1.tgz","_integrity":"sha512-C6tqA2vQMWVCb79SjyRSODWIOSt4E0XpHXtrxtMjV8CxxwNQ7tbwdt5z67w9UtPuWAJMYG3S96WnSFrt2fMqOw==","repository":{"url":"git+https://github.com/intlify/srvmid.git","type":"git","directory":"packages/hono"},"_npmVersion":"11.6.3","description":"Internationalization for Hono","directories":{},"sideEffects":false,"_nodeVersion":"24.11.1","dependencies":{"@intlify/core":"^11.1.12","@intlify/utils":"^1.0.1"},"publishConfig":{"access":"public"},"typesVersions":{"*":{"*":["./dist/*","./*"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"hono":"^4.10.6","srvx":"^0.9.6","tsdown":"^0.16.5","publint":"^0.3.15","typedoc":"^0.28.14","typescript":"^5.9.3","@types/node":"^24.10.1","typedoc-plugin-markdown":"^4.9.0"},"_npmOperationalInternal":{"tmp":"tmp/hono_2.0.0-beta.1_1763724753665_0.5609728532431195","host":"s3://npm-registry-packages-npm-production"}},"2.0.0":{"name":"@intlify/hono","version":"2.0.0","keywords":["i18n","hono","honojs","internationalization","intlify","utilities","middleware"],"author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"license":"MIT","_id":"@intlify/hono@2.0.0","maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"homepage":"https://github.com/intlify/srvmid#readme","bugs":{"url":"https://github.com/intlify/srvmid/issues"},"dist":{"shasum":"9b385f87afc2502a0dd4283d5edd065def6c9297","tarball":"https://registry.npmjs.org/@intlify/hono/-/hono-2.0.0.tgz","fileCount":7,"integrity":"sha512-/ppjAm7rD3WQmgFcw3AFCuRr5pXuWugOaAQokBnKnu88VLEI6kQhcmgYmXex8cjOb2m8d7fQB+hm0lVL/waL3g==","signatures":[{"sig":"MEUCIQCeKba3lIQxf4XcVP1h13T2dRbcBMIrzQ8Ahq/AYyiF1QIgIv/6On+75qheDcYDyp3S0gCHaV1CrOAa0+BRAMkNm9E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@intlify%2fhono@2.0.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":42416},"main":"dist/index.mjs","type":"module","_from":"file:intlify-hono-2.0.0.tgz","types":"dist/index.d.ts","module":"dist/index.mjs","engines":{"node":">= 20"},"exports":{".":{"types":"./dist/index.d.mts","import":"./dist/index.mjs"},"./dist/*":"./dist/*","./package.json":"./package.json"},"funding":"https://github.com/sponsors/kazupon","scripts":{"build":"tsdown","build:docs":"typedoc --excludeInternal","play:basic":"node ./playground/basic/index.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da2b44be-4aa6-4ea4-80f3-0b7e1f81f6c2"}},"_resolved":"/tmp/dca25a1af4ebc7bf7b3362d874c6a60c/intlify-hono-2.0.0.tgz","_integrity":"sha512-/ppjAm7rD3WQmgFcw3AFCuRr5pXuWugOaAQokBnKnu88VLEI6kQhcmgYmXex8cjOb2m8d7fQB+hm0lVL/waL3g==","repository":{"url":"git+https://github.com/intlify/srvmid.git","type":"git","directory":"packages/hono"},"_npmVersion":"11.6.3","description":"Internationalization for Hono","directories":{},"sideEffects":false,"_nodeVersion":"24.11.1","dependencies":{"@intlify/core":"^11.1.12","@intlify/utils":"^1.0.1"},"publishConfig":{"access":"public"},"typesVersions":{"*":{"*":["./dist/*","./*"]}},"_hasShrinkwrap":false,"devDependencies":{"hono":"^4.10.6","srvx":"^0.9.6","tsdown":"^0.16.5","publint":"^0.3.15","typedoc":"^0.28.14","typescript":"^5.9.3","@types/node":"^24.10.1","typedoc-plugin-markdown":"^4.9.0"},"_npmOperationalInternal":{"tmp":"tmp/hono_2.0.0_1763737937572_0.94754480250247","host":"s3://npm-registry-packages-npm-production"}},"2.1.0":{"name":"@intlify/hono","version":"2.1.0","keywords":["i18n","hono","honojs","internationalization","intlify","utilities","middleware"],"author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"license":"MIT","_id":"@intlify/hono@2.1.0","maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"homepage":"https://github.com/intlify/srvmid#readme","bugs":{"url":"https://github.com/intlify/srvmid/issues"},"dist":{"shasum":"9055fd3fa359158d24e7c556790f993aa396763b","tarball":"https://registry.npmjs.org/@intlify/hono/-/hono-2.1.0.tgz","fileCount":7,"integrity":"sha512-e8Kd6jAisNil5CIInz9nuYuHsUGULTelAhvqFRN1tWlKZdIvaQS3QTNJ4StnsDBKNtA5bd3xo/xfaW1EBKeCDQ==","signatures":[{"sig":"MEYCIQD4A9DCELnNRx44EM11RYsiO58J3amwVYDjtlnEU7RiSAIhAIekVzDd2kueD/JUNUs8YPHSqwAHMdd8Z5CW+0A4eTDz","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@intlify%2fhono@2.1.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":101404},"main":"dist/index.mjs","type":"module","_from":"file:intlify-hono-2.1.0.tgz","types":"dist/index.d.ts","module":"dist/index.mjs","engines":{"node":">= 20"},"exports":{".":{"types":"./dist/index.d.mts","import":"./dist/index.mjs"},"./dist/*":"./dist/*","./package.json":"./package.json"},"funding":"https://github.com/sponsors/kazupon","scripts":{"build":"tsdown","build:docs":"typedoc --excludeInternal","play:basic":"node ./playground/basic/index.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da2b44be-4aa6-4ea4-80f3-0b7e1f81f6c2"}},"_resolved":"/tmp/211cebd655ebde2a139abc92c287c3ee/intlify-hono-2.1.0.tgz","_integrity":"sha512-e8Kd6jAisNil5CIInz9nuYuHsUGULTelAhvqFRN1tWlKZdIvaQS3QTNJ4StnsDBKNtA5bd3xo/xfaW1EBKeCDQ==","repository":{"url":"git+https://github.com/intlify/srvmid.git","type":"git","directory":"packages/hono"},"_npmVersion":"11.12.1","description":"Internationalization for Hono","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","dependencies":{"@intlify/core":"^11.3.0","@intlify/utils":"^1.0.1"},"publishConfig":{"access":"public"},"typesVersions":{"*":{"*":["./dist/*","./*"]}},"_hasShrinkwrap":false,"devDependencies":{"hono":"^4.10.6","srvx":"^0.11.15","tsdown":"^0.21.7","publint":"^0.3.18","typedoc":"^0.28.18","typescript":"^6.0.2","@types/node":"^25.5.2","typedoc-plugin-markdown":"^4.11.0"},"_npmOperationalInternal":{"tmp":"tmp/hono_2.1.0_1775380127525_0.9990399749519012","host":"s3://npm-registry-packages-npm-production"}},"2.1.1":{"name":"@intlify/hono","version":"2.1.1","keywords":["i18n","hono","honojs","internationalization","intlify","utilities","middleware"],"author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"license":"MIT","_id":"@intlify/hono@2.1.1","maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"homepage":"https://github.com/intlify/srvmid#readme","bugs":{"url":"https://github.com/intlify/srvmid/issues"},"dist":{"shasum":"85cf60df9e9dca72e06e34d3747bbf1c7e44385f","tarball":"https://registry.npmjs.org/@intlify/hono/-/hono-2.1.1.tgz","fileCount":7,"integrity":"sha512-rzjf+IjYUSrHzgTaAcHG67u34oJPgkOf0dFP4W4wEnowzqIfL9yHIjh8WM7g7c5mCYLmIB+ecC9SuzYDopCKDQ==","signatures":[{"sig":"MEYCIQDElcqJveKijz1rARU8abIslDgG8TnTu3NOkkI8gRu5GAIhALfB+l6DvqjoIQHKAFISvi5twfIPvRmVHmfcKYAvF221","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@intlify%2fhono@2.1.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":40829},"main":"dist/index.mjs","type":"module","_from":"file:intlify-hono-2.1.1.tgz","types":"dist/index.d.ts","module":"dist/index.mjs","engines":{"node":">= 20"},"exports":{".":{"types":"./dist/index.d.mts","import":"./dist/index.mjs"},"./dist/*":"./dist/*","./package.json":"./package.json"},"funding":"https://github.com/sponsors/kazupon","scripts":{"build":"tsdown","build:docs":"typedoc --excludeInternal","play:basic":"node ./playground/basic/index.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da2b44be-4aa6-4ea4-80f3-0b7e1f81f6c2"}},"_resolved":"/tmp/cbd859ac45fca3130777281a687f3964/intlify-hono-2.1.1.tgz","_integrity":"sha512-rzjf+IjYUSrHzgTaAcHG67u34oJPgkOf0dFP4W4wEnowzqIfL9yHIjh8WM7g7c5mCYLmIB+ecC9SuzYDopCKDQ==","repository":{"url":"git+https://github.com/intlify/srvmid.git","type":"git","directory":"packages/hono"},"_npmVersion":"11.12.1","description":"Internationalization for Hono","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","dependencies":{"@intlify/core":"^11.3.0","@intlify/utils":"^1.0.1"},"publishConfig":{"access":"public"},"typesVersions":{"*":{"*":["./dist/*","./*"]}},"_hasShrinkwrap":false,"devDependencies":{"hono":"^4.10.6","srvx":"^0.11.15","tsdown":"^0.21.7","publint":"^0.3.18","typedoc":"^0.28.18","typescript":"^6.0.2","@types/node":"^25.5.2","typedoc-plugin-markdown":"^4.11.0"},"_npmOperationalInternal":{"tmp":"tmp/hono_2.1.1_1775625794688_0.6645127920584961","host":"s3://npm-registry-packages-npm-production"}},"2.1.2":{"name":"@intlify/hono","version":"2.1.2","keywords":["i18n","hono","honojs","internationalization","intlify","utilities","middleware"],"author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"license":"MIT","_id":"@intlify/hono@2.1.2","maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"homepage":"https://github.com/intlify/srvmid#readme","bugs":{"url":"https://github.com/intlify/srvmid/issues"},"dist":{"shasum":"00dcc7a66368e4614cdb30ca3b33e2c764a76963","tarball":"https://registry.npmjs.org/@intlify/hono/-/hono-2.1.2.tgz","fileCount":7,"integrity":"sha512-ILQSNMnz7ePLGefZPBPwDs/X/9bCU4tMt1Si1rO9im6cXxVW14p0chMSKKpaTf7ifQ7c7/U8t21rY38P30uIQQ==","signatures":[{"sig":"MEYCIQCbDQLPymb26IA/gFDBrdBgohzGjIFdv+CQPiKFIqv36wIhANXmUn2Hu00Z3uWsd0UxYNVk0YZY55AetFM6azVnFVDO","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@intlify%2fhono@2.1.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":40829},"main":"dist/index.mjs","type":"module","_from":"file:intlify-hono-2.1.2.tgz","types":"dist/index.d.ts","module":"dist/index.mjs","engines":{"node":">= 20"},"exports":{".":{"types":"./dist/index.d.mts","import":"./dist/index.mjs"},"./dist/*":"./dist/*","./package.json":"./package.json"},"funding":"https://github.com/sponsors/kazupon","scripts":{"build":"tsdown","build:docs":"typedoc --excludeInternal","play:basic":"node ./playground/basic/index.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da2b44be-4aa6-4ea4-80f3-0b7e1f81f6c2"}},"_resolved":"/tmp/7adae53dcff310263fb137998a504db1/intlify-hono-2.1.2.tgz","_integrity":"sha512-ILQSNMnz7ePLGefZPBPwDs/X/9bCU4tMt1Si1rO9im6cXxVW14p0chMSKKpaTf7ifQ7c7/U8t21rY38P30uIQQ==","repository":{"url":"git+https://github.com/intlify/srvmid.git","type":"git","directory":"packages/hono"},"_npmVersion":"11.12.1","description":"Internationalization for Hono","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","dependencies":{"@intlify/core":"^11.3.2","@intlify/utils":"^1.0.1"},"publishConfig":{"access":"public"},"typesVersions":{"*":{"*":["./dist/*","./*"]}},"_hasShrinkwrap":false,"devDependencies":{"hono":"^4.10.6","srvx":"^0.11.15","tsdown":"^0.21.7","publint":"^0.3.18","typedoc":"^0.28.18","typescript":"^6.0.2","@types/node":"^25.5.2","typedoc-plugin-markdown":"^4.11.0"},"_npmOperationalInternal":{"tmp":"tmp/hono_2.1.2_1775635546126_0.6915868786145023","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-beta.1":{"name":"@intlify/hono","description":"Internationalization for Hono","version":"3.0.0-beta.1","author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"license":"MIT","funding":"https://github.com/sponsors/kazupon","bugs":{"url":"https://github.com/intlify/srvmid/issues"},"repository":{"type":"git","url":"git+https://github.com/intlify/srvmid.git","directory":"packages/hono"},"keywords":["i18n","hono","honojs","internationalization","intlify","utilities","middleware"],"publishConfig":{"access":"public"},"engines":{"node":">= 22"},"type":"module","sideEffects":false,"main":"dist/index.mjs","module":"dist/index.mjs","exports":{".":{"types":"./dist/index.d.mts","import":"./dist/index.mjs"},"./dist/*":"./dist/*","./package.json":"./package.json"},"types":"dist/index.d.ts","typesVersions":{"*":{"*":["./dist/*","./*"]}},"dependencies":{"@intlify/core":"^11.4.4","@intlify/utils":"^1.0.1"},"devDependencies":{"@types/node":"^25.9.1","hono":"^4.10.6","publint":"^0.3.21","srvx":"^0.11.16","tsdown":"^0.22.0","typedoc":"^0.28.19","typedoc-plugin-markdown":"^4.11.0","typescript":"^6.0.3"},"scripts":{"build":"tsdown","build:docs":"typedoc --excludeInternal","play:basic":"node ./playground/basic/index.ts"},"_nodeVersion":"24.15.0","_id":"@intlify/hono@3.0.0-beta.1","dist":{"integrity":"sha512-MatBD5w9Hdz0x1Jjce0QqHJ7LuzpM/8W8e8Lls+vWqMCj/62J9UOIJK9t4wADl5RoCABBM7oPTTekhg8/ZRU1g==","shasum":"2076b88f9461e900d59c73520a3d3c7441898f5e","tarball":"https://registry.npmjs.org/@intlify/hono/-/hono-3.0.0-beta.1.tgz","fileCount":7,"unpackedSize":40828,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@intlify%2fhono@3.0.0-beta.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIAWSt512uPWfYtk9vDqHLsSSNBm2ohBF5dcJw+3h43wPAiA0fnCYi5NIFDy5nt9Mv0HDLrwuq315i5WTUuCj3mefIQ=="}]},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da2b44be-4aa6-4ea4-80f3-0b7e1f81f6c2"}},"directories":{},"maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/hono_3.0.0-beta.1_1779595743102_0.22408288163192003"},"_hasShrinkwrap":false}},"time":{"created":"2023-10-23T09:44:13.925Z","modified":"2026-05-24T04:09:03.554Z","0.0.1":"2023-10-23T09:44:14.218Z","0.1.0":"2023-10-24T02:50:37.648Z","0.1.1":"2023-10-24T03:07:27.981Z","0.1.3":"2025-11-12T16:26:48.684Z","1.0.0":"2025-11-12T16:30:54.452Z","2.0.0-alpha.3":"2025-11-14T17:07:39.518Z","2.0.0-alpha.6":"2025-11-18T04:57:17.993Z","2.0.0-alpha.7":"2025-11-18T05:01:30.140Z","2.0.0-beta.1":"2025-11-21T11:32:33.862Z","2.0.0":"2025-11-21T15:12:17.748Z","2.1.0":"2026-04-05T09:08:47.669Z","2.1.1":"2026-04-08T05:23:14.841Z","2.1.2":"2026-04-08T08:05:46.311Z","3.0.0-beta.1":"2026-05-24T04:09:03.237Z"},"bugs":{"url":"https://github.com/intlify/srvmid/issues"},"author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"license":"MIT","homepage":"https://github.com/intlify/srvmid#readme","keywords":["i18n","hono","honojs","internationalization","intlify","utilities","middleware"],"repository":{"url":"git+https://github.com/intlify/srvmid.git","type":"git","directory":"packages/hono"},"description":"Internationalization for Hono","maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"readme":"","readmeFilename":""}