{"_id":"@intlify/vite-plugin-vue-i18n","_rev":"2795896","name":"@intlify/vite-plugin-vue-i18n","description":"Vite plugin for Vue I18n","dist-tags":{"alpha":"1.0.0-alpha.2","beta":"1.0.0-beta.17","latest":"3.4.0","next":"4.0.0","rc":"2.0.0-rc.2"},"maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"time":{"modified":"2022-07-12T09:44:06.000Z","created":"2020-06-05T15:36:33.372Z","4.0.0":"2022-04-05T11:42:41.569Z","3.4.0":"2022-04-05T11:34:59.881Z","3.3.1":"2022-02-27T17:29:25.954Z","3.3.0":"2022-02-12T07:42:59.986Z","3.2.2":"2022-02-06T16:48:11.391Z","3.2.1":"2021-11-22T04:11:18.805Z","3.2.0":"2021-11-21T16:29:52.882Z","3.1.1":"2021-11-20T11:49:41.778Z","3.1.0":"2021-11-10T11:13:28.593Z","3.0.0":"2021-10-24T18:14:16.719Z","2.5.0":"2021-10-24T15:52:23.383Z","2.4.0":"2021-07-26T16:52:39.134Z","2.3.2":"2021-07-13T00:26:08.075Z","2.3.1":"2021-07-04T16:34:54.535Z","2.3.0":"2021-07-01T03:47:33.541Z","2.2.1":"2021-06-07T17:09:43.425Z","2.2.0":"2021-06-06T18:31:00.920Z","2.1.2":"2021-04-09T02:39:31.013Z","2.1.1":"2021-04-08T00:25:43.222Z","2.1.0":"2021-04-07T18:34:01.577Z","2.0.4":"2021-03-19T11:19:07.023Z","2.0.3":"2021-03-16T06:26:31.569Z","2.0.2":"2021-03-11T15:32:04.004Z","2.0.1":"2021-03-05T10:00:31.751Z","2.0.0":"2021-03-01T02:35:04.885Z","2.0.0-rc.2":"2021-02-22T11:07:30.314Z","2.0.0-rc.1":"2021-02-17T01:32:26.027Z","1.0.0-beta.17":"2021-02-12T18:00:01.728Z","1.0.0-beta.16":"2021-02-07T18:11:08.251Z","1.0.0-beta.15":"2021-02-05T03:43:36.797Z","1.0.0-beta.14":"2021-02-03T08:37:29.842Z","1.0.0-beta.13":"2021-02-02T04:04:49.780Z","1.0.0-beta.12":"2021-01-09T17:11:29.142Z","1.0.0-beta.11":"2021-01-08T12:31:29.242Z","1.0.0-beta.10":"2021-01-08T10:33:21.377Z","1.0.0-beta.9":"2021-01-08T05:22:49.091Z","1.0.0-beta.8":"2021-01-08T04:04:32.838Z","1.0.0-beta.7":"2021-01-04T08:55:45.172Z","1.0.0-beta.6":"2021-01-03T17:22:18.657Z","1.0.0-beta.5":"2020-12-31T20:41:47.511Z","1.0.0-beta.4":"2020-12-24T09:42:02.514Z","1.0.0-beta.3":"2020-12-22T09:55:46.224Z","1.0.0-beta.2":"2020-12-04T10:34:55.556Z","1.0.0-beta.1":"2020-10-19T11:51:05.788Z","1.0.0-alpha.2":"2020-10-03T15:54:29.848Z","1.0.0-alpha.1":"2020-09-14T02:11:24.276Z","0.2.0":"2020-08-05T07:04:07.087Z","0.1.0":"2020-06-05T18:25:20.840Z","0.0.0":"2020-06-05T15:36:33.372Z"},"users":{},"author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/intlify/bundle-tools.git","directory":"packages/vite-plugin-vue-i18n"},"versions":{"4.0.0":{"name":"@intlify/vite-plugin-vue-i18n","description":"Vite plugin for Vue I18n","version":"4.0.0","author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"bugs":{"url":"https://github.com/intlify/bundle-tools/issues"},"peerDependencies":{"vite":"^2.9.0","vue-i18n":"next","petite-vue-i18n":"next"},"peerDependenciesMeta":{"vue-i18n":{"optional":true},"petite-vue-i18n":{"optional":true}},"dependencies":{"@intlify/bundle-utils":"next","@intlify/shared":"next","@rollup/pluginutils":"^4.1.0","debug":"^4.3.1","source-map":"0.6.1","fast-glob":"^3.2.5"},"devDependencies":{},"engines":{"node":">= 12"},"homepage":"https://github.com/intlify/bundle-tools/blob/main/packages/vite-plugin-vue-i18n/README.md","keywords":["i18n","plugin","vite","vitejs","vue","vue-i18n"],"license":"MIT","main":"lib/index.js","module":"./index.mjs","types":"lib/index.d.ts","exports":{".":{"import":"./index.mjs","require":"./lib/index.js"},"./lib/*":"./lib/*","./index.mjs":"./index.mjs","./package.json":"./package.json"},"repository":{"type":"git","url":"git+https://github.com/intlify/bundle-tools.git","directory":"packages/vite-plugin-vue-i18n"},"scripts":{"build":"tsc -p .","build:example":"vite build --config ./examples/vite.config.ts --outDir ./examples/dist","clean":"npm-run-all clean:*","clean:lib":"rm -rf ./lib","clean:example":"rm -rf ./examples/dist","dev":"vite examples --config ./examples/vite.config.ts","dev:composition":"vite examples/composition --config ./examples/composition/vite.config.ts","dev:global":"vite examples/global --config ./examples/global/vite.config.ts","dev:legacy":"vite examples/legacy --config ./examples/legacy/vite.config.ts","test":"yarn test:e2e","test:e2e":"jest --runInBand --config ./jest.e2e.config.js","watch":"tsc -p . --watch","changelog":"esmo ../../scripts/changelog.ts","release":"esmo ../../scripts/release.ts"},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020-present, kazuya kawaguchi\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","_id":"@intlify/vite-plugin-vue-i18n@4.0.0","dist":{"shasum":"e95d20c6ff9535f9d4292270af33e2d412e7df96","size":12088,"noattachment":false,"key":"/@intlify/vite-plugin-vue-i18n/-/@intlify/vite-plugin-vue-i18n-4.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@intlify/vite-plugin-vue-i18n/download/@intlify/vite-plugin-vue-i18n-4.0.0.tgz"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"directories":{},"maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vite-plugin-vue-i18n_4.0.0_1649158961395_0.19093670951726427"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-05T13:50:52.137Z","publish_time":1649158961569,"_cnpm_publish_time":1649158961569},"3.4.0":{"name":"@intlify/vite-plugin-vue-i18n","description":"Vite plugin for Vue I18n","version":"3.4.0","author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"bugs":{"url":"https://github.com/intlify/bundle-tools/issues"},"peerDependencies":{"vite":"^2.0.0","vue-i18n":"^9.1.0","petite-vue-i18n":"^9.1.0"},"peerDependenciesMeta":{"vue-i18n":{"optional":true},"petite-vue-i18n":{"optional":true}},"dependencies":{"@intlify/bundle-utils":"^2.2.2","@intlify/shared":"^9.1.0","@rollup/pluginutils":"^4.1.0","debug":"^4.3.1","source-map":"0.6.1","fast-glob":"^3.2.5"},"devDependencies":{},"engines":{"node":">= 12"},"homepage":"https://github.com/intlify/bundle-tools/blob/main/packages/vite-plugin-vue-i18n/README.md","keywords":["i18n","plugin","vite","vitejs","vue","vue-i18n"],"license":"MIT","main":"lib/index.js","module":"./index.mjs","types":"lib/index.d.ts","exports":{".":{"import":"./index.mjs","require":"./lib/index.js"},"./lib/*":"./lib/*","./index.mjs":"./index.mjs","./package.json":"./package.json"},"repository":{"type":"git","url":"git+https://github.com/intlify/bundle-tools.git","directory":"packages/vite-plugin-vue-i18n"},"scripts":{"build":"tsc -p .","build:example":"vite build --config ./examples/vite.config.ts --outDir ./examples/dist","clean":"npm-run-all clean:*","clean:lib":"rm -rf ./lib","clean:example":"rm -rf ./examples/dist","dev":"vite examples --config ./examples/vite.config.ts","dev:composition":"vite examples/composition --config ./examples/composition/vite.config.ts","dev:global":"vite examples/global --config ./examples/global/vite.config.ts","dev:legacy":"vite examples/legacy --config ./examples/legacy/vite.config.ts","test":"yarn test:e2e","test:e2e":"jest --runInBand --config ./jest.e2e.config.js","watch":"tsc -p . --watch","changelog":"esmo ../../scripts/changelog.ts","release":"esmo ../../scripts/release.ts"},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020-present, kazuya kawaguchi\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","_id":"@intlify/vite-plugin-vue-i18n@3.4.0","dist":{"shasum":"cf15b0d207a843227a5da0ac713f1a5b9d96e40b","size":12076,"noattachment":false,"key":"/@intlify/vite-plugin-vue-i18n/-/@intlify/vite-plugin-vue-i18n-3.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@intlify/vite-plugin-vue-i18n/download/@intlify/vite-plugin-vue-i18n-3.4.0.tgz"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"directories":{},"maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vite-plugin-vue-i18n_3.4.0_1649158499713_0.04472140524996071"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-05T13:50:50.671Z","publish_time":1649158499881,"_cnpm_publish_time":1649158499881},"3.3.1":{"name":"@intlify/vite-plugin-vue-i18n","description":"Vite plugin for Vue I18n","version":"3.3.1","author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"bugs":{"url":"https://github.com/intlify/bundle-tools/issues"},"peerDependencies":{"vite":"^2.0.0","vue-i18n":"^9.0.0","petite-vue-i18n":"^9.0.0"},"peerDependenciesMeta":{"vue-i18n":{"optional":true},"petite-vue-i18n":{"optional":true}},"dependencies":{"@intlify/bundle-utils":"next","@intlify/shared":"beta","@rollup/pluginutils":"^4.1.0","debug":"^4.3.1","source-map":"0.6.1","fast-glob":"^3.2.5"},"devDependencies":{},"engines":{"node":">= 12"},"homepage":"https://github.com/intlify/bundle-tools/blob/main/packages/vite-plugin-vue-i18n/README.md","keywords":["i18n","plugin","vite","vitejs","vue","vue-i18n"],"license":"MIT","main":"lib/index.js","module":"./index.mjs","types":"lib/index.d.ts","exports":{".":{"import":"./index.mjs","require":"./lib/index.js"},"./lib/*":"./lib/*","./index.mjs":"./index.mjs","./package.json":"./package.json"},"repository":{"type":"git","url":"git+https://github.com/intlify/bundle-tools.git","directory":"packages/vite-plugin-vue-i18n"},"scripts":{"build":"tsc -p .","build:example":"vite build --config ./examples/vite.config.ts --outDir ./examples/dist","clean":"npm-run-all clean:*","clean:lib":"rm -rf ./lib","clean:example":"rm -rf ./examples/dist","dev":"vite examples --config ./examples/vite.config.ts","dev:composition":"vite examples/composition --config ./examples/composition/vite.config.ts","dev:global":"vite examples/global --config ./examples/global/vite.config.ts","dev:legacy":"vite examples/legacy --config ./examples/legacy/vite.config.ts","test":"yarn test:e2e","test:e2e":"jest --runInBand --config ./jest.e2e.config.js","watch":"tsc -p . --watch","changelog":"esmo ../../scripts/changelog.ts","release":"esmo ../../scripts/release.ts"},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020-present, kazuya kawaguchi\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","_id":"@intlify/vite-plugin-vue-i18n@3.3.1","dist":{"shasum":"d43e8561d20c13c48fb5fd4c1c3dc53cf2195bef","size":11954,"noattachment":false,"key":"/@intlify/vite-plugin-vue-i18n/-/@intlify/vite-plugin-vue-i18n-3.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@intlify/vite-plugin-vue-i18n/download/@intlify/vite-plugin-vue-i18n-3.3.1.tgz"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"directories":{},"maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vite-plugin-vue-i18n_3.3.1_1645982965820_0.858289819255897"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-27T17:29:31.538Z","publish_time":1645982965954,"_cnpm_publish_time":1645982965954},"3.3.0":{"name":"@intlify/vite-plugin-vue-i18n","description":"Vite plugin for Vue I18n","version":"3.3.0","author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"bugs":{"url":"https://github.com/intlify/bundle-tools/issues"},"peerDependencies":{"vite":"^2.0.0","vue-i18n":"^9.0.0","petite-vue-i18n":"^9.0.0"},"peerDependenciesMeta":{"vue-i18n":{"optional":true},"petite-vue-i18n":{"optional":true}},"dependencies":{"@intlify/bundle-utils":"next","@intlify/shared":"beta","@rollup/pluginutils":"^4.1.0","debug":"^4.3.1","source-map":"0.6.1","fast-glob":"^3.2.5"},"devDependencies":{},"engines":{"node":">= 12"},"homepage":"https://github.com/intlify/bundle-tools/blob/main/packages/vite-plugin-vue-i18n/README.md","keywords":["i18n","plugin","vite","vitejs","vue","vue-i18n"],"license":"MIT","main":"lib/index.js","module":"./index.mjs","types":"lib/index.d.ts","exports":{".":{"import":"./index.mjs","require":"./lib/index.js"},"./lib/*":"./lib/*","./index.mjs":"./index.mjs","./package.json":"./package.json"},"repository":{"type":"git","url":"git+https://github.com/intlify/bundle-tools.git","directory":"packages/vite-plugin-vue-i18n"},"scripts":{"build":"tsc -p .","build:example":"vite build --config ./examples/vite.config.ts --outDir ./examples/dist","clean":"npm-run-all clean:*","clean:lib":"rm -rf ./lib","clean:example":"rm -rf ./examples/dist","dev":"vite examples --config ./examples/vite.config.ts","dev:composition":"vite examples/composition --config ./examples/composition/vite.config.ts","dev:global":"vite examples/global --config ./examples/global/vite.config.ts","dev:legacy":"vite examples/legacy --config ./examples/legacy/vite.config.ts","test":"yarn test:e2e","test:e2e":"jest --runInBand --config ./jest.e2e.config.js","watch":"tsc -p . --watch","changelog":"esmo ../../scripts/changelog.ts","release":"esmo ../../scripts/release.ts"},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020-present, kazuya kawaguchi\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","_id":"@intlify/vite-plugin-vue-i18n@3.3.0","dist":{"shasum":"8daf20d8def8eee2be8279cc05e45f5aed87234c","size":11987,"noattachment":false,"key":"/@intlify/vite-plugin-vue-i18n/-/@intlify/vite-plugin-vue-i18n-3.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@intlify/vite-plugin-vue-i18n/download/@intlify/vite-plugin-vue-i18n-3.3.0.tgz"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"directories":{},"maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vite-plugin-vue-i18n_3.3.0_1644651779573_0.979707682218242"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-12T07:43:08.149Z","publish_time":1644651779986,"_cnpm_publish_time":1644651779986},"3.2.2":{"name":"@intlify/vite-plugin-vue-i18n","description":"Vite plugin for Vue I18n","version":"3.2.2","author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"bugs":{"url":"https://github.com/intlify/bundle-tools/issues"},"peerDependencies":{"vite":"^2.0.0","vue-i18n":"^9.0.0","petite-vue-i18n":"^9.0.0"},"peerDependenciesMeta":{"vue-i18n":{"optional":true},"petite-vue-i18n":{"optional":true}},"dependencies":{"@intlify/bundle-utils":"next","@intlify/shared":"beta","@rollup/pluginutils":"^4.1.0","debug":"^4.3.1","source-map":"0.6.1","fast-glob":"^3.2.5"},"devDependencies":{},"engines":{"node":">= 12"},"homepage":"https://github.com/intlify/bundle-tools/blob/main/packages/vite-plugin-vue-i18n/README.md","keywords":["i18n","plugin","vite","vitejs","vue","vue-i18n"],"license":"MIT","main":"lib/index.js","repository":{"type":"git","url":"git+https://github.com/intlify/bundle-tools.git","directory":"packages/vite-plugin-vue-i18n"},"scripts":{"build":"tsc -p .","build:example":"vite build --config ./examples/vite.config.ts --outDir ./examples/dist","clean":"npm-run-all clean:*","clean:lib":"rm -rf ./lib","clean:example":"rm -rf ./examples/dist","dev":"vite examples --config ./examples/vite.config.ts","dev:composition":"vite examples/composition --config ./examples/composition/vite.config.ts","dev:global":"vite examples/global --config ./examples/global/vite.config.ts","dev:legacy":"vite examples/legacy --config ./examples/legacy/vite.config.ts","test":"yarn test:e2e","test:e2e":"jest --runInBand --config ./jest.e2e.config.js","watch":"tsc -p . --watch","changelog":"esmo ../../scripts/changelog.ts","release":"esmo ../../scripts/release.ts"},"types":"lib/index.d.ts","licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020-present, kazuya kawaguchi\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","_id":"@intlify/vite-plugin-vue-i18n@3.2.2","dist":{"shasum":"e094e713f321551614bcd1bf4a8257ba2d4f0109","size":11847,"noattachment":false,"key":"/@intlify/vite-plugin-vue-i18n/-/@intlify/vite-plugin-vue-i18n-3.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@intlify/vite-plugin-vue-i18n/download/@intlify/vite-plugin-vue-i18n-3.2.2.tgz"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"directories":{},"maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vite-plugin-vue-i18n_3.2.2_1644166091229_0.732543924996895"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-06T16:48:24.380Z","publish_time":1644166091391,"_cnpm_publish_time":1644166091391},"3.2.1":{"name":"@intlify/vite-plugin-vue-i18n","description":"Vite plugin for Vue I18n","version":"3.2.1","author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"bugs":{"url":"https://github.com/intlify/bundle-tools/issues"},"peerDependencies":{"vite":"^2.0.0","vue-i18n":"^9.0.0","petite-vue-i18n":"^9.0.0"},"peerDependenciesMeta":{"vue-i18n":{"optional":true},"petite-vue-i18n":{"optional":true}},"dependencies":{"@intlify/bundle-utils":"next","@intlify/shared":"beta","@rollup/pluginutils":"^4.1.0","debug":"^4.3.1","source-map":"0.6.1","fast-glob":"^3.2.5"},"devDependencies":{},"engines":{"node":">= 12"},"homepage":"https://github.com/intlify/bundle-tools/blob/main/packages/vite-plugin-vue-i18n/README.md","keywords":["i18n","plugin","vite","vitejs","vue","vue-i18n"],"license":"MIT","main":"lib/index.js","repository":{"type":"git","url":"git+https://github.com/intlify/bundle-tools.git","directory":"packages/vite-plugin-vue-i18n"},"scripts":{"build":"tsc -p .","build:example":"vite build --config ./examples/vite.config.ts --outDir ./examples/dist","clean":"npm-run-all clean:*","clean:lib":"rm -rf ./lib","clean:example":"rm -rf ./examples/dist","dev":"vite examples --config ./examples/vite.config.ts","dev:composition":"vite examples/composition --config ./examples/composition/vite.config.ts","dev:global":"vite examples/global --config ./examples/global/vite.config.ts","dev:legacy":"vite examples/legacy --config ./examples/legacy/vite.config.ts","test":"yarn test:e2e","test:e2e":"jest --runInBand --config ./jest.e2e.config.js","watch":"tsc -p . --watch","changelog":"esmo ../../scripts/changelog.ts","release":"esmo ../../scripts/release.ts"},"types":"lib/index.d.ts","licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020-present, kazuya kawaguchi\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","_id":"@intlify/vite-plugin-vue-i18n@3.2.1","dist":{"shasum":"f6348aec52ed1cd7388956f3b3d7412fc9efad0f","size":11767,"noattachment":false,"key":"/@intlify/vite-plugin-vue-i18n/-/@intlify/vite-plugin-vue-i18n-3.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@intlify/vite-plugin-vue-i18n/download/@intlify/vite-plugin-vue-i18n-3.2.1.tgz"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"directories":{},"maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vite-plugin-vue-i18n_3.2.1_1637554278622_0.6638564489110876"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T16:02:54.530Z","publish_time":1637554278805,"_cnpm_publish_time":1637554278805},"3.2.0":{"name":"@intlify/vite-plugin-vue-i18n","description":"Vite plugin for Vue I18n","version":"3.2.0","author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"bugs":{"url":"https://github.com/intlify/bundle-tools/issues"},"peerDependencies":{"vite":"^2.0.0","vue-i18n":"^9.0.0","petite-vue-i18n":"^9.0.0"},"peerDependenciesMeta":{"vue-i18n":{"optional":true},"petite-vue-i18n":{"optional":true}},"dependencies":{"@intlify/bundle-utils":"next","@intlify/shared":"beta","@rollup/pluginutils":"^4.1.0","debug":"^4.3.1","source-map":"0.6.1","fast-glob":"^3.2.5"},"devDependencies":{},"engines":{"node":">= 12"},"homepage":"https://github.com/intlify/bundle-tools/blob/main/packages/vite-plugin-vue-i18n/README.md","keywords":["i18n","plugin","vite","vitejs","vue","vue-i18n"],"license":"MIT","main":"lib/index.js","repository":{"type":"git","url":"git+https://github.com/intlify/bundle-tools.git","directory":"packages/vite-plugin-vue-i18n"},"scripts":{"build":"tsc -p .","build:example":"vite build --config ./examples/vite.config.ts --outDir ./examples/dist","clean":"npm-run-all clean:*","clean:lib":"rm -rf ./lib","clean:example":"rm -rf ./examples/dist","dev":"vite examples --config ./examples/vite.config.ts","dev:composition":"vite examples/composition --config ./examples/composition/vite.config.ts","dev:global":"vite examples/global --config ./examples/global/vite.config.ts","dev:legacy":"vite examples/legacy --config ./examples/legacy/vite.config.ts","test":"yarn test:e2e","test:e2e":"jest --runInBand --config ./jest.e2e.config.js","watch":"tsc -p . --watch","changelog":"esmo ../../scripts/changelog.ts","release":"esmo ../../scripts/release.ts"},"types":"lib/index.d.ts","licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020-present, kazuya kawaguchi\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","_id":"@intlify/vite-plugin-vue-i18n@3.2.0","dist":{"shasum":"fdb38c6b041df6d4ada180513bf7560c1811f8eb","size":11481,"noattachment":false,"key":"/@intlify/vite-plugin-vue-i18n/-/@intlify/vite-plugin-vue-i18n-3.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@intlify/vite-plugin-vue-i18n/download/@intlify/vite-plugin-vue-i18n-3.2.0.tgz"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"directories":{},"maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vite-plugin-vue-i18n_3.2.0_1637512192747_0.8856504579846949"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T16:02:53.673Z","publish_time":1637512192882,"_cnpm_publish_time":1637512192882},"3.1.1":{"name":"@intlify/vite-plugin-vue-i18n","description":"Vite plugin for Vue I18n","version":"3.1.1","author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"bugs":{"url":"https://github.com/intlify/bundle-tools/issues"},"peerDependencies":{"vite":"^2.0.0","vue-i18n":"^9.0.0","petite-vue-i18n":"^9.0.0"},"peerDependenciesMeta":{"vue-i18n":{"optional":true},"petite-vue-i18n":{"optional":true}},"dependencies":{"@intlify/bundle-utils":"next","@intlify/shared":"beta","@rollup/pluginutils":"^4.1.0","debug":"^4.3.1","fast-glob":"^3.2.5"},"devDependencies":{},"engines":{"node":">= 12"},"homepage":"https://github.com/intlify/bundle-tools/blob/main/packages/vite-plugin-vue-i18n/README.md","keywords":["i18n","plugin","vite","vitejs","vue","vue-i18n"],"license":"MIT","main":"lib/index.js","repository":{"type":"git","url":"git+https://github.com/intlify/bundle-tools.git","directory":"packages/vite-plugin-vue-i18n"},"scripts":{"build":"tsc -p .","build:example":"vite build --config ./examples/vite.config.ts --outDir ./examples/dist","clean":"npm-run-all clean:*","clean:lib":"rm -rf ./lib","clean:example":"rm -rf ./examples/dist","dev":"vite examples --config ./examples/vite.config.ts","dev:composition":"vite examples/composition --config ./examples/composition/vite.config.ts","dev:global":"vite examples/global --config ./examples/global/vite.config.ts","dev:legacy":"vite examples/legacy --config ./examples/legacy/vite.config.ts","test":"yarn test:e2e","test:e2e":"jest --runInBand --config ./jest.e2e.config.js","watch":"tsc -p . --watch","changelog":"esmo ../../scripts/changelog.ts","release":"esmo ../../scripts/release.ts"},"types":"lib/index.d.ts","licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020-present, kazuya kawaguchi\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","_id":"@intlify/vite-plugin-vue-i18n@3.1.1","dist":{"shasum":"f9b7fe4734cdccb365e269ad95b93b2c4e1fda5e","size":11435,"noattachment":false,"key":"/@intlify/vite-plugin-vue-i18n/-/@intlify/vite-plugin-vue-i18n-3.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@intlify/vite-plugin-vue-i18n/download/@intlify/vite-plugin-vue-i18n-3.1.1.tgz"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"directories":{},"maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vite-plugin-vue-i18n_3.1.1_1637408981643_0.17319105602846885"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T16:02:52.041Z","publish_time":1637408981778,"_cnpm_publish_time":1637408981778},"3.1.0":{"name":"@intlify/vite-plugin-vue-i18n","description":"Vite plugin for Vue I18n","version":"3.1.0","author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"bugs":{"url":"https://github.com/intlify/bundle-tools/issues"},"peerDependencies":{"vite":"^2.0.0","vue-i18n":"^9.0.0","petite-vue-i18n":"^9.0.0"},"peerDependenciesMeta":{"vue-i18n":{"optional":true},"petite-vue-i18n":{"optional":true}},"dependencies":{"@intlify/bundle-utils":"next","@intlify/shared":"beta","@rollup/pluginutils":"^4.1.0","debug":"^4.3.1","fast-glob":"^3.2.5"},"devDependencies":{},"engines":{"node":">= 12"},"homepage":"https://github.com/intlify/bundle-tools/blob/main/packages/vite-plugin-vue-i18n/README.md","keywords":["i18n","plugin","vite","vitejs","vue","vue-i18n"],"license":"MIT","main":"lib/index.js","repository":{"type":"git","url":"git+https://github.com/intlify/bundle-tools.git","directory":"packages/vite-plugin-vue-i18n"},"scripts":{"build":"tsc -p .","build:example":"vite build --config ./examples/vite.config.ts --outDir ./examples/dist","clean":"npm-run-all clean:*","clean:lib":"rm -rf ./lib","clean:example":"rm -rf ./examples/dist","dev":"vite examples --config ./examples/vite.config.ts","dev:composition":"vite examples/composition --config ./examples/composition/vite.config.ts","dev:global":"vite examples/global --config ./examples/global/vite.config.ts","dev:legacy":"vite examples/legacy --config ./examples/legacy/vite.config.ts","test":"yarn test:e2e","test:e2e":"jest --runInBand --config ./jest.e2e.config.js","watch":"tsc -p . --watch","changelog":"esmo ../../scripts/changelog.ts","release":"esmo ../../scripts/release.ts"},"types":"lib/index.d.ts","licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020-present, kazuya kawaguchi\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","_id":"@intlify/vite-plugin-vue-i18n@3.1.0","dist":{"shasum":"616993ed498abefe8981e26fbd98bd302b55e3d3","size":11406,"noattachment":false,"key":"/@intlify/vite-plugin-vue-i18n/-/@intlify/vite-plugin-vue-i18n-3.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@intlify/vite-plugin-vue-i18n/download/@intlify/vite-plugin-vue-i18n-3.1.0.tgz"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"directories":{},"maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vite-plugin-vue-i18n_3.1.0_1636542808419_0.15234507130924047"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T16:02:50.380Z","publish_time":1636542808593,"_cnpm_publish_time":1636542808593},"3.0.0":{"name":"@intlify/vite-plugin-vue-i18n","description":"Vite plugin for Vue I18n","version":"3.0.0","author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"bugs":{"url":"https://github.com/intlify/bundle-tools/issues"},"dependencies":{"@intlify/bundle-utils":"next","@intlify/shared":"beta","@rollup/pluginutils":"^4.1.0","debug":"^4.3.1","fast-glob":"^3.2.5"},"devDependencies":{},"engines":{"node":">= 12"},"homepage":"https://github.com/intlify/bundle-tools/blob/main/packages/vite-plugin-vue-i18n/README.md","keywords":["i18n","plugin","vite","vitejs","vue","vue-i18n"],"license":"MIT","main":"lib/index.js","repository":{"type":"git","url":"git+https://github.com/intlify/bundle-tools.git","directory":"packages/vite-plugin-vue-i18n"},"scripts":{"build":"tsc -p .","build:example":"vite build --config ./examples/vite.config.ts --outDir ./examples/dist","clean":"npm-run-all clean:*","clean:lib":"rm -rf ./lib","clean:example":"rm -rf ./examples/dist","dev":"vite examples --config ./examples/vite.config.ts","dev:composition":"vite examples/composition --config ./examples/composition/vite.config.ts","dev:global":"vite examples/global --config ./examples/global/vite.config.ts","dev:legacy":"vite examples/legacy --config ./examples/legacy/vite.config.ts","test":"yarn test:e2e","test:e2e":"jest --runInBand --config ./jest.e2e.config.js","watch":"tsc -p . --watch","changelog":"esmo ../../scripts/changelog.ts","release":"esmo ../../scripts/release.ts"},"types":"lib/index.d.ts","licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020-present, kazuya kawaguchi\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","_id":"@intlify/vite-plugin-vue-i18n@3.0.0","dist":{"shasum":"e9a8c58f6d6ff08e3c3b984029e9007fa9e66344","size":11281,"noattachment":false,"key":"/@intlify/vite-plugin-vue-i18n/-/@intlify/vite-plugin-vue-i18n-3.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@intlify/vite-plugin-vue-i18n/download/@intlify/vite-plugin-vue-i18n-3.0.0.tgz"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"directories":{},"maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vite-plugin-vue-i18n_3.0.0_1635099256543_0.43551204539181865"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T16:02:49.493Z","publish_time":1635099256719,"_cnpm_publish_time":1635099256719},"2.5.0":{"name":"@intlify/vite-plugin-vue-i18n","description":"Vite plugin for Vue I18n","version":"2.5.0","author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"bugs":{"url":"https://github.com/intlify/bundle-tools/issues"},"dependencies":{"@intlify/bundle-utils":"^1.0.0","@intlify/shared":"^9.1.9","@rollup/pluginutils":"^4.1.0","debug":"^4.3.1","fast-glob":"^3.2.5"},"devDependencies":{},"engines":{"node":">= 12"},"homepage":"https://github.com/intlify/bundle-tools/blob/main/packages/vite-plugin-vue-i18n/README.md","keywords":["i18n","plugin","vite","vitejs","vue","vue-i18n"],"license":"MIT","main":"lib/index.js","repository":{"type":"git","url":"git+https://github.com/intlify/bundle-tools.git","directory":"packages/vite-plugin-vue-i18n"},"scripts":{"build":"tsc -p .","build:example":"vite build --config ./examples/vite.config.ts --outDir ./examples/dist","clean":"npm-run-all clean:*","clean:lib":"rm -rf ./lib","clean:example":"rm -rf ./examples/dist","dev":"vite examples --config ./examples/vite.config.ts","dev:composition":"vite examples/composition --config ./examples/composition/vite.config.ts","dev:global":"vite examples/global --config ./examples/global/vite.config.ts","dev:legacy":"vite examples/legacy --config ./examples/legacy/vite.config.ts","test":"yarn test:e2e","test:e2e":"jest --runInBand --config ./jest.e2e.config.js","watch":"tsc -p . --watch","changelog":"esmo ../../scripts/changelog.ts","release":"esmo ../../scripts/release.ts"},"types":"lib/index.d.ts","licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020-present, kazuya kawaguchi\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","_id":"@intlify/vite-plugin-vue-i18n@2.5.0","dist":{"shasum":"2dc6bb1ba95fedf7c8cd64253ed09ba27cc28a21","size":11268,"noattachment":false,"key":"/@intlify/vite-plugin-vue-i18n/-/@intlify/vite-plugin-vue-i18n-2.5.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@intlify/vite-plugin-vue-i18n/download/@intlify/vite-plugin-vue-i18n-2.5.0.tgz"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"directories":{},"maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vite-plugin-vue-i18n_2.5.0_1635090743193_0.13429122360417511"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T16:02:48.619Z","publish_time":1635090743383,"_cnpm_publish_time":1635090743383},"2.4.0":{"name":"@intlify/vite-plugin-vue-i18n","description":"Vite plugin for Vue I18n","version":"2.4.0","author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"bugs":{"url":"https://github.com/intlify/bundle-tools/issues"},"dependencies":{"@intlify/bundle-utils":"^0.2.0","@intlify/shared":"^9.1.6","@rollup/pluginutils":"^4.1.0","debug":"^4.3.1","fast-glob":"^3.2.5"},"devDependencies":{},"engines":{"node":">= 12"},"homepage":"https://github.com/intlify/bundle-tools/blob/main/packages/vite-plugin-vue-i18n/README.md","keywords":["i18n","plugin","vite","vitejs","vue","vue-i18n"],"license":"MIT","main":"lib/index.js","peerDependencies":{"vite":"^2.3.6","vue-i18n":"^9.1.6"},"repository":{"type":"git","url":"git+https://github.com/intlify/bundle-tools.git","directory":"packages/vite-plugin-vue-i18n"},"scripts":{"build":"tsc -p .","build:example":"vite build --config ./examples/vite.config.ts --outDir ./examples/dist","clean":"npm-run-all clean:*","clean:lib":"rm -rf ./lib","clean:example":"rm -rf ./examples/dist","dev":"vite examples --config ./examples/vite.config.ts","dev:composition":"vite examples/composition --config ./examples/composition/vite.config.ts","dev:global":"vite examples/global --config ./examples/global/vite.config.ts","dev:legacy":"vite examples/legacy --config ./examples/legacy/vite.config.ts","test":"yarn test:e2e","test:e2e":"jest --runInBand --config ./jest.e2e.config.js","watch":"tsc -p . --watch","changelog":"esmo ../../scripts/changelog.ts","release":"esmo ../../scripts/release.ts"},"types":"lib/index.d.ts","licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020-present, kazuya kawaguchi\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","_id":"@intlify/vite-plugin-vue-i18n@2.4.0","dist":{"shasum":"e122d4dcd83bf7231da8f3c8dec1393c2cb44adb","size":11097,"noattachment":false,"key":"/@intlify/vite-plugin-vue-i18n/-/@intlify/vite-plugin-vue-i18n-2.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@intlify/vite-plugin-vue-i18n/download/@intlify/vite-plugin-vue-i18n-2.4.0.tgz"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"directories":{},"maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vite-plugin-vue-i18n_2.4.0_1627318359013_0.679827561910668"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T16:02:47.741Z","publish_time":1627318359134,"_cnpm_publish_time":1627318359134},"2.3.2":{"name":"@intlify/vite-plugin-vue-i18n","description":"Vite plugin for Vue I18n","version":"2.3.2","author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"bugs":{"url":"https://github.com/intlify/bundle-tools/issues"},"dependencies":{"@intlify/bundle-utils":"^0.1.0","@intlify/shared":"^9.1.6","@rollup/pluginutils":"^4.1.0","debug":"^4.3.1","fast-glob":"^3.2.5"},"devDependencies":{},"engines":{"node":">= 12"},"homepage":"https://github.com/intlify/bundle-tools/blob/main/packages/vite-plugin-vue-i18n/README.md","keywords":["i18n","plugin","vite","vitejs","vue","vue-i18n"],"license":"MIT","main":"lib/index.js","peerDependencies":{"vite":"^2.3.6","vue-i18n":"^9.1.6"},"repository":{"type":"git","url":"git+https://github.com/intlify/bundle-tools.git","directory":"packages/vite-plugin-vue-i18n"},"scripts":{"build":"tsc -p .","build:example":"vite build --config ./examples/vite.config.ts --outDir ./examples/dist","clean":"npm-run-all clean:*","clean:lib":"rm -rf ./lib","clean:example":"rm -rf ./examples/dist","dev":"vite examples --config ./examples/vite.config.ts","dev:composition":"vite examples/composition --config ./examples/composition/vite.config.ts","dev:global":"vite examples/global --config ./examples/global/vite.config.ts","dev:legacy":"vite examples/legacy --config ./examples/legacy/vite.config.ts","test":"yarn test:e2e","test:e2e":"jest --runInBand --config ./jest.e2e.config.js","watch":"tsc -p . --watch","changelog":"esmo ../../scripts/changelog.ts","release":"esmo ../../scripts/release.ts"},"types":"lib/index.d.ts","licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020-present, kazuya kawaguchi\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","_id":"@intlify/vite-plugin-vue-i18n@2.3.2","dist":{"shasum":"65565fec4e1cc2910dc090b6d52cc4b0a1186549","size":10956,"noattachment":false,"key":"/@intlify/vite-plugin-vue-i18n/-/@intlify/vite-plugin-vue-i18n-2.3.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@intlify/vite-plugin-vue-i18n/download/@intlify/vite-plugin-vue-i18n-2.3.2.tgz"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"directories":{},"maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vite-plugin-vue-i18n_2.3.2_1626135967933_0.07510950184476362"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T16:02:46.867Z","publish_time":1626135968075,"_cnpm_publish_time":1626135968075},"2.3.1":{"name":"@intlify/vite-plugin-vue-i18n","description":"Vite plugin for Vue I18n","version":"2.3.1","author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"bugs":{"url":"https://github.com/intlify/bundle-tools/issues"},"dependencies":{"@intlify/cli":"^0.5.0","@intlify/shared":"^9.1.6","@rollup/pluginutils":"^4.1.0","debug":"^4.3.1","fast-glob":"^3.2.5"},"devDependencies":{},"engines":{"node":">= 12"},"homepage":"https://github.com/intlify/bundle-tools/packages/vite-plugin-vue-i18n#readme","keywords":["i18n","plugin","vite","vitejs","vue","vue-i18n"],"license":"MIT","main":"lib/index.js","peerDependencies":{"vite":"^2.3.6","vue-i18n":"^9.1.6"},"repository":{"type":"git","url":"git+https://github.com/intlify/bundle-tools.git","directory":"packages/vite-plugin-vue-i18n"},"scripts":{"build":"tsc -p .","build:example":"vite build --config ./examples/vite.config.ts --outDir ./examples/dist","clean":"npm-run-all clean:*","clean:lib":"rm -rf ./lib","clean:example":"rm -rf ./examples/dist","dev":"vite examples --config ./examples/vite.config.ts","dev:composition":"vite examples/composition --config ./examples/composition/vite.config.ts","dev:global":"vite examples/global --config ./examples/global/vite.config.ts","dev:legacy":"vite examples/legacy --config ./examples/legacy/vite.config.ts","test":"yarn test:e2e","test:e2e":"jest --runInBand --config ./jest.e2e.config.js","watch":"tsc -p . --watch","changelog":"esmo ../../scripts/changelog.ts","release":"esmo ../../scripts/release.ts"},"types":"lib/index.d.ts","_id":"@intlify/vite-plugin-vue-i18n@2.3.1","_nodeVersion":"14.17.0","_npmVersion":"6.14.13","dist":{"shasum":"32ecd28933ae4e5cc4edfe08edfd783f5123803f","size":10865,"noattachment":false,"key":"/@intlify/vite-plugin-vue-i18n/-/@intlify/vite-plugin-vue-i18n-2.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@intlify/vite-plugin-vue-i18n/download/@intlify/vite-plugin-vue-i18n-2.3.1.tgz"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"directories":{},"maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vite-plugin-vue-i18n_2.3.1_1625416494396_0.9412622147498959"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T16:02:45.204Z","publish_time":1625416494535,"_cnpm_publish_time":1625416494535},"2.3.0":{"name":"@intlify/vite-plugin-vue-i18n","description":"Vite plugin for i18n resource pre-compilation and custom blocks","version":"2.3.0","author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"bugs":{"url":"https://github.com/intlify/vite-plugin-vue-i18n/issues"},"changelog":{"labels":{"Type: Feature":":star: Features","Type: Bug":":bug: Bug Fixes","Type: Security":":lock: Security Fixes","Type: Performance":":chart_with_upwards_trend: Performance Fixes","Type: Improvement":":zap: Improvement Features","Type: Breaking":":boom: Breaking Change","Type: Deprecated":":warning: Deprecated Features","Type: I18n":":globe_with_meridians: Internationalization","Type: A11y":":wheelchair: Accessibility","Type: Documentation":":pencil: Documentation"}},"dependencies":{"@intlify/cli":"^0.5.0","@intlify/shared":"^9.1.6","@rollup/pluginutils":"^4.1.0","debug":"^4.3.1","fast-glob":"^3.2.5"},"devDependencies":{"@types/debug":"^4.1.5","@types/jest":"^26.0.23","@types/jsdom":"^16.2.10","@types/node":"^15.12.1","@typescript-eslint/eslint-plugin":"^4.26.0","@typescript-eslint/parser":"^4.26.0","@vitejs/plugin-vue":"^1.2.3","@vue/compiler-sfc":"^3.0.11","eslint":"^7.28.0","eslint-config-prettier":"^8.3.0","eslint-plugin-prettier":"^3.4.0","eslint-plugin-vue":"^7.10.0","eslint-plugin-vue-libs":"^4.0.0","jest":"^27.0.4","jest-puppeteer":"^5.0.4","jest-watch-typeahead":"^0.6.4","jsdom":"^16.6.0","lerna-changelog":"^1.0.1","npm-run-all":"^4.1.5","opener":"^1.5.2","puppeteer":"^10.0.0","shipjs":"^0.23.2","ts-jest":"^27.0.3","typescript":"^4.3.2","typescript-eslint-language-service":"^4.1.4","vite":"^2.3.6","vue":"^3.0.11","vue-i18n":"^9.1.6"},"engines":{"node":">= 12"},"homepage":"https://github.com/intlify/vite-plugin-vue-i18n#readme","keywords":["i18n","plugin","vite","vitejs","vue","vue-i18n"],"license":"MIT","main":"lib/index.js","peerDependencies":{"vite":"^2.3.6","vue-i18n":"^9.1.6"},"repository":{"type":"git","url":"git+https://github.com/intlify/vite-plugin-vue-i18n.git"},"scripts":{"build":"tsc -p .","build:example":"vite build --config ./examples/vite.config.ts --outDir ./examples/dist","clean":"npm-run-all clean:*","clean:cache:jest":"jest --clearCache","clean:coverage":"rm -rf ./coverage","clean:lib":"rm -rf ./lib/index.js","coverage":"opener coverage/lcov-report/index.html","dev":"vite examples --config ./examples/vite.config.ts","dev:composition":"vite examples/composition --config ./examples/composition/vite.config.ts","dev:global":"vite examples/global --config ./examples/global/vite.config.ts","dev:legacy":"vite examples/legacy --config ./examples/legacy/vite.config.ts","fix":"npm-run-all --parallel lint:fix format:fix","format":"prettier --config .prettierrc --ignore-path .prettierignore '**/*.{js,json,html}'","format:fix":"yarn format --write","lint":"eslint ./src ./test --ext .ts","lint:fix":"yarn lint --fix","release:prepare":"shipjs prepare","release:trigger":"shipjs trigger","test":"yarn lint && yarn test:cover && yarn test:e2e","test:cover":"yarn test:unit --coverage","test:e2e":"jest --runInBand --config ./jest.e2e.config.js","test:unit":"jest --env node","test:watch":"jest --env node --watch","watch":"tsc -p . --watch"},"types":"lib/index.d.ts","gitHead":"0726249f9b5756541a2cb74112d1f3f59b5081d1","_id":"@intlify/vite-plugin-vue-i18n@2.3.0","_nodeVersion":"14.16.0","_npmVersion":"6.14.13","dist":{"shasum":"bf205e304f126b9e045a9f06be03f0e4e6c50357","size":12071,"noattachment":false,"key":"/@intlify/vite-plugin-vue-i18n/-/@intlify/vite-plugin-vue-i18n-2.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@intlify/vite-plugin-vue-i18n/download/@intlify/vite-plugin-vue-i18n-2.3.0.tgz"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"directories":{},"maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vite-plugin-vue-i18n_2.3.0_1625111253421_0.3925424357517793"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T16:02:43.552Z","publish_time":1625111253541,"_cnpm_publish_time":1625111253541},"2.2.1":{"name":"@intlify/vite-plugin-vue-i18n","description":"Vite plugin for i18n resource pre-compilation and custom blocks","version":"2.2.1","author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"bugs":{"url":"https://github.com/intlify/vite-plugin-vue-i18n/issues"},"changelog":{"labels":{"Type: Feature":":star: Features","Type: Bug":":bug: Bug Fixes","Type: Security":":lock: Security Fixes","Type: Performance":":chart_with_upwards_trend: Performance Fixes","Type: Improvement":":zap: Improvement Features","Type: Breaking":":boom: Breaking Change","Type: Deprecated":":warning: Deprecated Features","Type: I18n":":globe_with_meridians: Internationalization","Type: A11y":":wheelchair: Accessibility","Type: Documentation":":pencil: Documentation"}},"dependencies":{"@intlify/cli":"^0.5.0","@intlify/shared":"^9.1.6","@rollup/pluginutils":"^4.1.0","debug":"^4.3.1","fast-glob":"^3.2.5"},"devDependencies":{"@types/debug":"^4.1.5","@types/jest":"^26.0.23","@types/jsdom":"^16.2.10","@types/node":"^15.12.1","@typescript-eslint/eslint-plugin":"^4.26.0","@typescript-eslint/parser":"^4.26.0","@vitejs/plugin-vue":"^1.2.3","@vue/compiler-sfc":"^3.0.11","eslint":"^7.28.0","eslint-config-prettier":"^8.3.0","eslint-plugin-prettier":"^3.4.0","eslint-plugin-vue":"^7.10.0","eslint-plugin-vue-libs":"^4.0.0","jest":"^27.0.4","jest-puppeteer":"^5.0.4","jest-watch-typeahead":"^0.6.4","jsdom":"^16.6.0","lerna-changelog":"^1.0.1","npm-run-all":"^4.1.5","opener":"^1.5.2","puppeteer":"^10.0.0","shipjs":"^0.23.2","ts-jest":"^27.0.3","typescript":"^4.3.2","typescript-eslint-language-service":"^4.1.4","vite":"^2.3.6","vue":"^3.0.11","vue-i18n":"^9.1.6"},"engines":{"node":">= 12"},"homepage":"https://github.com/intlify/vite-plugin-vue-i18n#readme","keywords":["i18n","plugin","vite","vitejs","vue","vue-i18n"],"license":"MIT","main":"lib/index.js","peerDependencies":{"vite":"^2.3.6","vue-i18n":"^9.1.6"},"repository":{"type":"git","url":"git+https://github.com/intlify/vite-plugin-vue-i18n.git"},"scripts":{"build":"tsc -p .","build:example":"vite build --config ./examples/vite.config.ts --outDir ./examples/dist","clean":"npm-run-all clean:*","clean:cache:jest":"jest --clearCache","clean:coverage":"rm -rf ./coverage","clean:lib":"rm -rf ./lib/index.js","coverage":"opener coverage/lcov-report/index.html","dev":"vite examples --config ./examples/vite.config.ts","dev:composition":"vite examples/composition --config ./examples/composition/vite.config.ts","dev:global":"vite examples/global --config ./examples/global/vite.config.ts","dev:legacy":"vite examples/legacy --config ./examples/legacy/vite.config.ts","fix":"npm-run-all --parallel lint:fix format:fix","format":"prettier --config .prettierrc --ignore-path .prettierignore '**/*.{js,json,html}'","format:fix":"yarn format --write","lint":"eslint ./src ./test --ext .ts","lint:fix":"yarn lint --fix","release:prepare":"shipjs prepare","release:trigger":"shipjs trigger","test":"yarn lint && yarn test:cover && yarn test:e2e","test:cover":"yarn test:unit --coverage","test:e2e":"jest --runInBand --config ./jest.e2e.config.js","test:unit":"jest --env node","test:watch":"jest --env node --watch","watch":"tsc -p . --watch"},"types":"lib/index.d.ts","gitHead":"cd1ba3293505b66baeb0fb2b9f455ca53dc2330c","_id":"@intlify/vite-plugin-vue-i18n@2.2.1","_nodeVersion":"14.16.0","_npmVersion":"6.14.13","dist":{"shasum":"0b8853107e056dbaad7580bec0683e9c77e5c28a","size":11534,"noattachment":false,"key":"/@intlify/vite-plugin-vue-i18n/-/@intlify/vite-plugin-vue-i18n-2.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@intlify/vite-plugin-vue-i18n/download/@intlify/vite-plugin-vue-i18n-2.2.1.tgz"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"directories":{},"maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vite-plugin-vue-i18n_2.2.1_1623085783306_0.8246775347463056"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T16:02:41.901Z","publish_time":1623085783425,"_cnpm_publish_time":1623085783425},"2.2.0":{"name":"@intlify/vite-plugin-vue-i18n","description":"Vite plugin for i18n resource pre-compilation and custom blocks","version":"2.2.0","author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"bugs":{"url":"https://github.com/intlify/vite-plugin-vue-i18n/issues"},"changelog":{"labels":{"Type: Feature":":star: Features","Type: Bug":":bug: Bug Fixes","Type: Security":":lock: Security Fixes","Type: Performance":":chart_with_upwards_trend: Performance Fixes","Type: Improvement":":zap: Improvement Features","Type: Breaking":":boom: Breaking Change","Type: Deprecated":":warning: Deprecated Features","Type: I18n":":globe_with_meridians: Internationalization","Type: A11y":":wheelchair: Accessibility","Type: Documentation":":pencil: Documentation"}},"dependencies":{"@intlify/cli":"^0.5.0","@intlify/shared":"^9.1.6","@rollup/pluginutils":"^4.1.0","debug":"^4.3.1","fast-glob":"^3.2.5"},"devDependencies":{"@types/debug":"^4.1.5","@types/jest":"^26.0.23","@types/jsdom":"^16.2.10","@types/node":"^15.12.1","@typescript-eslint/eslint-plugin":"^4.26.0","@typescript-eslint/parser":"^4.26.0","@vitejs/plugin-vue":"^1.2.3","@vue/compiler-sfc":"^3.0.11","eslint":"^7.28.0","eslint-config-prettier":"^8.3.0","eslint-plugin-prettier":"^3.4.0","eslint-plugin-vue":"^7.10.0","eslint-plugin-vue-libs":"^4.0.0","jest":"^27.0.4","jest-puppeteer":"^5.0.4","jest-watch-typeahead":"^0.6.4","jsdom":"^16.6.0","lerna-changelog":"^1.0.1","npm-run-all":"^4.1.5","opener":"^1.5.2","puppeteer":"^10.0.0","shipjs":"^0.23.2","ts-jest":"^27.0.3","typescript":"^4.3.2","typescript-eslint-language-service":"^4.1.4","vite":"^2.3.6","vue":"^3.0.11","vue-i18n":"^9.1.6"},"engines":{"node":">= 12"},"homepage":"https://github.com/intlify/vite-plugin-vue-i18n#readme","keywords":["i18n","plugin","vite","vitejs","vue","vue-i18n"],"license":"MIT","main":"lib/index.js","peerDependencies":{"vite":"^2.3.6","vue-i18n":"^9.1.6"},"repository":{"type":"git","url":"git+https://github.com/intlify/vite-plugin-vue-i18n.git"},"scripts":{"build":"tsc -p .","build:example":"vite build --config ./examples/vite.config.ts --outDir ./examples/dist","clean":"npm-run-all clean:*","clean:cache:jest":"jest --clearCache","clean:coverage":"rm -rf ./coverage","clean:lib":"rm -rf ./lib/index.js","coverage":"opener coverage/lcov-report/index.html","dev":"vite examples --config ./examples/vite.config.ts","dev:composition":"vite examples/composition --config ./examples/composition/vite.config.ts","dev:global":"vite examples/global --config ./examples/global/vite.config.ts","dev:legacy":"vite examples/legacy --config ./examples/legacy/vite.config.ts","fix":"npm-run-all --parallel lint:fix format:fix","format":"prettier --config .prettierrc --ignore-path .prettierignore '**/*.{js,json,html}'","format:fix":"yarn format --write","lint":"eslint ./src ./test --ext .ts","lint:fix":"yarn lint --fix","release:prepare":"shipjs prepare","release:trigger":"shipjs trigger","test":"yarn lint && yarn test:cover && yarn test:e2e","test:cover":"yarn test:unit --coverage","test:e2e":"jest --runInBand --config ./jest.e2e.config.js","test:unit":"jest --env node","test:watch":"jest --env node --watch","watch":"tsc -p . --watch"},"types":"lib/index.d.ts","gitHead":"2517504ea97c0fd1010d9ffc3a5b8fe801eed5b8","_id":"@intlify/vite-plugin-vue-i18n@2.2.0","_nodeVersion":"14.16.0","_npmVersion":"6.14.13","dist":{"shasum":"322c90fee27b513e56021b12e2395c0b4128a0bb","size":11562,"noattachment":false,"key":"/@intlify/vite-plugin-vue-i18n/-/@intlify/vite-plugin-vue-i18n-2.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@intlify/vite-plugin-vue-i18n/download/@intlify/vite-plugin-vue-i18n-2.2.0.tgz"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"directories":{},"maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vite-plugin-vue-i18n_2.2.0_1623004260728_0.03126571858509797"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T16:02:40.253Z","publish_time":1623004260920,"_cnpm_publish_time":1623004260920},"2.1.2":{"name":"@intlify/vite-plugin-vue-i18n","description":"Vite plugin for i18n resource pre-compilation and custom blocks","version":"2.1.2","author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"bugs":{"url":"https://github.com/intlify/vite-plugin-vue-i18n/issues"},"changelog":{"labels":{"Type: Feature":":star: Features","Type: Bug":":bug: Bug Fixes","Type: Security":":lock: Security Fixes","Type: Performance":":chart_with_upwards_trend: Performance Fixes","Type: Improvement":":zap: Improvement Features","Type: Breaking":":boom: Breaking Change","Type: Deprecated":":warning: Deprecated Features","Type: I18n":":globe_with_meridians: Internationalization","Type: A11y":":wheelchair: Accessibility","Type: Documentation":":pencil: Documentation"}},"dependencies":{"@intlify/cli":"^0.4.0","@intlify/shared":"^9.1.0","@rollup/pluginutils":"^4.1.0","debug":"^4.1.1","fast-glob":"^3.2.5"},"devDependencies":{"@types/debug":"^4.1.5","@types/jest":"^26.0.16","@types/jsdom":"^16.2.5","@types/node":"^14.14.10","@typescript-eslint/eslint-plugin":"^4.21.0","@typescript-eslint/parser":"^4.21.0","@vitejs/plugin-vue":"^1.2.1","@vue/compiler-sfc":"^3.0.11","eslint":"^7.23.0","eslint-config-prettier":"^8.1.0","eslint-plugin-prettier":"^3.3.0","eslint-plugin-vue":"^7.8.0","eslint-plugin-vue-libs":"^4.0.0","jest":"^26.6.3","jest-puppeteer":"^4.4.0","jest-watch-typeahead":"^0.6.1","jsdom":"^16.4.0","lerna-changelog":"^1.0.1","npm-run-all":"^4.1.5","opener":"^1.5.2","puppeteer":"^3.3.0","shipjs":"^0.23.0","ts-jest":"^26.5.0","typescript":"^4.2.3","typescript-eslint-language-service":"^4.1.3","vite":"^2.1.5","vue":"^3.0.11","vue-i18n":"^9.1.1"},"engines":{"node":">= 12"},"homepage":"https://github.com/intlify/vite-plugin-vue-i18n#readme","keywords":["i18n","plugin","vite","vitejs","vue","vue-i18n"],"license":"MIT","main":"lib/index.js","peerDependencies":{"vite":"^2.1.5","vue-i18n":"^9.1.1"},"repository":{"type":"git","url":"git+https://github.com/intlify/vite-plugin-vue-i18n.git"},"scripts":{"build":"tsc -p .","build:example":"vite build --config ./examples/vite.config.ts --outDir ./examples/dist","clean":"npm-run-all clean:*","clean:cache:jest":"jest --clearCache","clean:coverage":"rm -rf ./coverage","clean:lib":"rm -rf ./lib/index.js","coverage":"opener coverage/lcov-report/index.html","dev":"vite examples --config ./examples/vite.config.ts","dev:composition":"vite examples/composition --config ./examples/vite.config.ts","dev:global":"vite examples/global --config ./examples/vite.config.ts","dev:legacy":"vite examples/legacy --config ./examples/vite.config.ts","fix":"npm-run-all --parallel lint:fix format:fix","format":"prettier --config .prettierrc --ignore-path .prettierignore '**/*.{js,json,html}'","format:fix":"yarn format --write","lint":"eslint ./src ./test --ext .ts","lint:fix":"yarn lint --fix","release:prepare":"shipjs prepare","release:trigger":"shipjs trigger","test":"yarn lint && yarn test:cover && yarn test:e2e","test:cover":"yarn test:unit --coverage","test:e2e":"jest --runInBand --config ./jest.e2e.config.js","test:unit":"jest --env node","test:watch":"jest --env node --watch","watch":"tsc -p . --watch"},"types":"lib/index.d.ts","gitHead":"6bfc3378fc7260a6414ecacdd052b18a8edc495b","_id":"@intlify/vite-plugin-vue-i18n@2.1.2","_nodeVersion":"14.16.0","_npmVersion":"6.14.11","dist":{"shasum":"afc794952d1beb83834ffbf5a1651de019f32aee","size":11380,"noattachment":false,"key":"/@intlify/vite-plugin-vue-i18n/-/@intlify/vite-plugin-vue-i18n-2.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@intlify/vite-plugin-vue-i18n/download/@intlify/vite-plugin-vue-i18n-2.1.2.tgz"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"directories":{},"maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vite-plugin-vue-i18n_2.1.2_1617935970865_0.022835444178903597"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T16:02:38.591Z","publish_time":1617935971013,"_cnpm_publish_time":1617935971013},"2.1.1":{"name":"@intlify/vite-plugin-vue-i18n","description":"Vite plugin for i18n resource pre-compilation and custom blocks","version":"2.1.1","author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"bugs":{"url":"https://github.com/intlify/vite-plugin-vue-i18n/issues"},"changelog":{"labels":{"Type: Feature":":star: Features","Type: Bug":":bug: Bug Fixes","Type: Security":":lock: Security Fixes","Type: Performance":":chart_with_upwards_trend: Performance Fixes","Type: Improvement":":zap: Improvement Features","Type: Breaking":":boom: Breaking Change","Type: Deprecated":":warning: Deprecated Features","Type: I18n":":globe_with_meridians: Internationalization","Type: A11y":":wheelchair: Accessibility","Type: Documentation":":pencil: Documentation"}},"dependencies":{"@intlify/cli":"^0.4.0","@intlify/shared":"^9.1.0","@rollup/pluginutils":"^4.1.0","debug":"^4.1.1","fast-glob":"^3.2.5"},"devDependencies":{"@types/debug":"^4.1.5","@types/jest":"^26.0.16","@types/jsdom":"^16.2.5","@types/node":"^14.14.10","@typescript-eslint/eslint-plugin":"^4.21.0","@typescript-eslint/parser":"^4.21.0","@vitejs/plugin-vue":"^1.2.1","@vue/compiler-sfc":"^3.0.11","eslint":"^7.23.0","eslint-config-prettier":"^8.1.0","eslint-plugin-prettier":"^3.3.0","eslint-plugin-vue":"^7.8.0","eslint-plugin-vue-libs":"^4.0.0","jest":"^26.6.3","jest-puppeteer":"^4.4.0","jest-watch-typeahead":"^0.6.1","jsdom":"^16.4.0","lerna-changelog":"^1.0.1","npm-run-all":"^4.1.5","opener":"^1.5.2","puppeteer":"^3.3.0","shipjs":"^0.23.0","ts-jest":"^26.5.0","typescript":"^4.2.3","typescript-eslint-language-service":"^4.1.3","vite":"^2.1.5","vue":"^3.0.11","vue-i18n":"^9.1.1"},"engines":{"node":">= 12"},"homepage":"https://github.com/intlify/vite-plugin-vue-i18n#readme","keywords":["i18n","plugin","vite","vitejs","vue","vue-i18n"],"license":"MIT","main":"lib/index.js","peerDependencies":{"vite":"^2.1.5","vue-i18n":"^9.1.1"},"repository":{"type":"git","url":"git+https://github.com/intlify/vite-plugin-vue-i18n.git"},"scripts":{"build":"tsc -p .","build:example":"vite build --config ./examples/vite.config.ts --outDir ./examples/dist","clean":"npm-run-all clean:*","clean:cache:jest":"jest --clearCache","clean:coverage":"rm -rf ./coverage","clean:lib":"rm -rf ./lib/index.js","coverage":"opener coverage/lcov-report/index.html","dev":"vite examples --config ./examples/vite.config.ts","dev:composition":"vite examples/composition --config ./examples/vite.config.ts","dev:global":"vite examples/global --config ./examples/vite.config.ts","dev:legacy":"vite examples/legacy --config ./examples/vite.config.ts","fix":"npm-run-all --parallel lint:fix format:fix","format":"prettier --config .prettierrc --ignore-path .prettierignore '**/*.{js,json,html}'","format:fix":"yarn format --write","lint":"eslint ./src ./test --ext .ts","lint:fix":"yarn lint --fix","release:prepare":"shipjs prepare","release:trigger":"shipjs trigger","test":"yarn lint && yarn test:cover && yarn test:e2e","test:cover":"yarn test:unit --coverage","test:e2e":"jest --runInBand --config ./jest.e2e.config.js","test:unit":"jest --env node","test:watch":"jest --env node --watch","watch":"tsc -p . --watch"},"types":"lib/index.d.ts","gitHead":"82bf7e07b7af7f764301b95ab5eda58e8a169d63","_id":"@intlify/vite-plugin-vue-i18n@2.1.1","_nodeVersion":"14.16.0","_npmVersion":"6.14.11","dist":{"shasum":"b689b56039bcd9459f0d985f71468e31bf3e8903","size":11286,"noattachment":false,"key":"/@intlify/vite-plugin-vue-i18n/-/@intlify/vite-plugin-vue-i18n-2.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@intlify/vite-plugin-vue-i18n/download/@intlify/vite-plugin-vue-i18n-2.1.1.tgz"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"directories":{},"maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vite-plugin-vue-i18n_2.1.1_1617841542944_0.8693397509983434"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T16:02:36.929Z","publish_time":1617841543222,"_cnpm_publish_time":1617841543222},"2.1.0":{"name":"@intlify/vite-plugin-vue-i18n","description":"Vite plugin for i18n resource pre-compilation and custom blocks","version":"2.1.0","author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"bugs":{"url":"https://github.com/intlify/vite-plugin-vue-i18n/issues"},"changelog":{"labels":{"Type: Feature":":star: Features","Type: Bug":":bug: Bug Fixes","Type: Security":":lock: Security Fixes","Type: Performance":":chart_with_upwards_trend: Performance Fixes","Type: Improvement":":zap: Improvement Features","Type: Breaking":":boom: Breaking Change","Type: Deprecated":":warning: Deprecated Features","Type: I18n":":globe_with_meridians: Internationalization","Type: A11y":":wheelchair: Accessibility","Type: Documentation":":pencil: Documentation"}},"dependencies":{"@intlify/cli":"^0.4.0","@intlify/shared":"^9.1.0","@rollup/pluginutils":"^4.1.0","debug":"^4.1.1","fast-glob":"^3.2.5"},"devDependencies":{"@types/debug":"^4.1.5","@types/jest":"^26.0.16","@types/jsdom":"^16.2.5","@types/node":"^14.14.10","@typescript-eslint/eslint-plugin":"^4.21.0","@typescript-eslint/parser":"^4.21.0","@vitejs/plugin-vue":"^1.2.1","@vue/compiler-sfc":"^3.0.11","eslint":"^7.23.0","eslint-config-prettier":"^8.1.0","eslint-plugin-prettier":"^3.3.0","eslint-plugin-vue":"^7.8.0","eslint-plugin-vue-libs":"^4.0.0","jest":"^26.6.3","jest-puppeteer":"^4.4.0","jest-watch-typeahead":"^0.6.1","jsdom":"^16.4.0","lerna-changelog":"^1.0.1","npm-run-all":"^4.1.5","opener":"^1.5.2","puppeteer":"^3.3.0","shipjs":"^0.23.0","ts-jest":"^26.5.0","typescript":"^4.2.3","typescript-eslint-language-service":"^4.1.3","vite":"^2.1.5","vue":"^3.0.11","vue-i18n":"^9.1.0"},"engines":{"node":">= 12"},"homepage":"https://github.com/intlify/vite-plugin-vue-i18n#readme","keywords":["i18n","plugin","vite","vitejs","vue","vue-i18n"],"license":"MIT","main":"lib/index.js","peerDependencies":{"vite":"^2.1.5","vue-i18n":"^9.1.0"},"repository":{"type":"git","url":"git+https://github.com/intlify/vite-plugin-vue-i18n.git"},"scripts":{"build":"tsc -p .","build:example":"vite build --config ./examples/vite.config.ts --outDir ./examples/dist","clean":"npm-run-all clean:*","clean:cache:jest":"jest --clearCache","clean:coverage":"rm -rf ./coverage","clean:lib":"rm -rf ./lib/index.js","coverage":"opener coverage/lcov-report/index.html","dev":"vite examples --config ./examples/vite.config.ts","dev:composition":"vite examples/composition --config ./examples/vite.config.ts","dev:global":"vite examples/global --config ./examples/vite.config.ts","dev:legacy":"vite examples/legacy --config ./examples/vite.config.ts","fix":"npm-run-all --parallel lint:fix format:fix","format":"prettier --config .prettierrc --ignore-path .prettierignore '**/*.{js,json,html}'","format:fix":"yarn format --write","lint":"eslint ./src ./test --ext .ts","lint:fix":"yarn lint --fix","release:prepare":"shipjs prepare","release:trigger":"shipjs trigger","test":"yarn lint && yarn test:cover && yarn test:e2e","test:cover":"yarn test:unit --coverage","test:e2e":"jest --runInBand --config ./jest.e2e.config.js","test:unit":"jest --env node","test:watch":"jest --env node --watch","watch":"tsc -p . --watch"},"types":"lib/index.d.ts","gitHead":"39416363a36e60ba57abcd44ddc5248055429abf","_id":"@intlify/vite-plugin-vue-i18n@2.1.0","_nodeVersion":"14.16.0","_npmVersion":"6.14.11","dist":{"shasum":"93e78eb3624dcdcb6188dbdad4ed733af3cc18e6","size":11254,"noattachment":false,"key":"/@intlify/vite-plugin-vue-i18n/-/@intlify/vite-plugin-vue-i18n-2.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@intlify/vite-plugin-vue-i18n/download/@intlify/vite-plugin-vue-i18n-2.1.0.tgz"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"directories":{},"maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vite-plugin-vue-i18n_2.1.0_1617820441448_0.09920674176952238"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T16:02:35.282Z","publish_time":1617820441577,"_cnpm_publish_time":1617820441577},"2.0.4":{"name":"@intlify/vite-plugin-vue-i18n","description":"Vite plugin for i18n resource pre-compilation and custom blocks","version":"2.0.4","author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"bugs":{"url":"https://github.com/intlify/vite-plugin-vue-i18n/issues"},"changelog":{"labels":{"Type: Feature":":star: Features","Type: Bug":":bug: Bug Fixes","Type: Security":":lock: Security Fixes","Type: Performance":":chart_with_upwards_trend: Performance Fixes","Type: Improvement":":zap: Improvement Features","Type: Breaking":":boom: Breaking Change","Type: Deprecated":":warning: Deprecated Features","Type: I18n":":globe_with_meridians: Internationalization","Type: A11y":":wheelchair: Accessibility","Type: Documentation":":pencil: Documentation"}},"dependencies":{"@intlify/cli":"^0.2.0","@intlify/shared":"^9.0.0","@rollup/pluginutils":"^4.1.0","debug":"^4.1.1","fast-glob":"^3.2.5"},"devDependencies":{"@types/debug":"^4.1.5","@types/jest":"^26.0.16","@types/jsdom":"^16.2.5","@types/node":"^14.14.10","@typescript-eslint/eslint-plugin":"^4.11.0","@typescript-eslint/parser":"^4.11.0","@vitejs/plugin-vue":"^1.1.4","@vue/compiler-sfc":"^3.0.5","eslint":"^7.20.0","eslint-config-prettier":"^8.0.0","eslint-plugin-prettier":"^3.3.0","eslint-plugin-vue":"^7.6.0","eslint-plugin-vue-libs":"^4.0.0","jest":"^26.6.3","jest-puppeteer":"^4.4.0","jest-watch-typeahead":"^0.6.1","jsdom":"^16.4.0","lerna-changelog":"^1.0.1","npm-run-all":"^4.1.5","opener":"^1.5.2","puppeteer":"^3.3.0","shipjs":"^0.23.0","ts-jest":"^26.4.0","typescript":"^4.1.3","typescript-eslint-language-service":"^4.1.2","vite":"^2.0.1","vue":"^3.0.6","vue-i18n":"^9.0.0"},"engines":{"node":">= 12"},"homepage":"https://github.com/intlify/vite-plugin-vue-i18n#readme","keywords":["i18n","plugin","vite","vitejs","vue","vue-i18n"],"license":"MIT","main":"lib/index.js","peerDependencies":{"vite":"^2.0.1","vue-i18n":"^9.0.0"},"repository":{"type":"git","url":"git+https://github.com/intlify/vite-plugin-vue-i18n.git"},"scripts":{"build":"tsc -p .","build:example":"vite build --config ./examples/vite.config.ts --outDir ./examples/dist","clean":"npm-run-all clean:*","clean:cache:jest":"jest --clearCache","clean:coverage":"rm -rf ./coverage","clean:lib":"rm -rf ./lib/index.js","coverage":"opener coverage/lcov-report/index.html","dev":"vite examples --config ./examples/vite.config.ts","dev:composition":"vite examples/composition --config ./examples/vite.config.ts","dev:global":"vite examples/global --config ./examples/vite.config.ts","dev:legacy":"vite examples/legacy --config ./examples/vite.config.ts","fix":"npm-run-all --parallel lint:fix format:fix","format":"prettier --config .prettierrc --ignore-path .prettierignore '**/*.{js,json,html}'","format:fix":"yarn format --write","lint":"eslint ./src ./test --ext .ts","lint:fix":"yarn lint --fix","release:prepare":"shipjs prepare","release:trigger":"shipjs trigger","test":"yarn lint && yarn test:cover && yarn test:e2e","test:cover":"yarn test:unit --coverage","test:e2e":"jest --runInBand --config ./jest.e2e.config.js","test:unit":"jest --env node","test:watch":"jest --env node --watch","watch":"tsc -p . --watch"},"types":"lib/index.d.ts","gitHead":"14162033793887b39f24a736e675108487b7b09a","_id":"@intlify/vite-plugin-vue-i18n@2.0.4","_nodeVersion":"14.15.4","_npmVersion":"6.14.10","dist":{"shasum":"364134a63db3a4d6a50cf53850a824e63419fad1","size":10736,"noattachment":false,"key":"/@intlify/vite-plugin-vue-i18n/-/@intlify/vite-plugin-vue-i18n-2.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/@intlify/vite-plugin-vue-i18n/download/@intlify/vite-plugin-vue-i18n-2.0.4.tgz"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"directories":{},"maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vite-plugin-vue-i18n_2.0.4_1616152746875_0.530461917600241"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T16:02:33.645Z","publish_time":1616152747023,"_cnpm_publish_time":1616152747023},"2.0.3":{"name":"@intlify/vite-plugin-vue-i18n","description":"Vite plugin for i18n resource pre-compilation and custom blocks","version":"2.0.3","author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"bugs":{"url":"https://github.com/intlify/vite-plugin-vue-i18n/issues"},"changelog":{"labels":{"Type: Feature":":star: Features","Type: Bug":":bug: Bug Fixes","Type: Security":":lock: Security Fixes","Type: Performance":":chart_with_upwards_trend: Performance Fixes","Type: Improvement":":zap: Improvement Features","Type: Breaking":":boom: Breaking Change","Type: Deprecated":":warning: Deprecated Features","Type: I18n":":globe_with_meridians: Internationalization","Type: A11y":":wheelchair: Accessibility","Type: Documentation":":pencil: Documentation"}},"dependencies":{"@intlify/cli":"^0.2.0","@intlify/shared":"^9.0.0","@rollup/pluginutils":"^4.1.0","debug":"^4.1.1","fast-glob":"^3.2.5"},"devDependencies":{"@types/debug":"^4.1.5","@types/jest":"^26.0.16","@types/jsdom":"^16.2.5","@types/node":"^14.14.10","@typescript-eslint/eslint-plugin":"^4.11.0","@typescript-eslint/parser":"^4.11.0","@vitejs/plugin-vue":"^1.1.4","@vue/compiler-sfc":"^3.0.5","eslint":"^7.20.0","eslint-config-prettier":"^8.0.0","eslint-plugin-prettier":"^3.3.0","eslint-plugin-vue":"^7.6.0","eslint-plugin-vue-libs":"^4.0.0","jest":"^26.6.3","jest-puppeteer":"^4.4.0","jest-watch-typeahead":"^0.6.1","jsdom":"^16.4.0","lerna-changelog":"^1.0.1","npm-run-all":"^4.1.5","opener":"^1.5.2","puppeteer":"^3.3.0","shipjs":"^0.23.0","ts-jest":"^26.4.0","typescript":"^4.1.3","typescript-eslint-language-service":"^4.1.2","vite":"^2.0.1","vue":"^3.0.6","vue-i18n":"^9.0.0"},"engines":{"node":">= 12"},"homepage":"https://github.com/intlify/vite-plugin-vue-i18n#readme","keywords":["i18n","plugin","vite","vitejs","vue","vue-i18n"],"license":"MIT","main":"lib/index.js","peerDependencies":{"vite":"^2.0.1"},"repository":{"type":"git","url":"git+https://github.com/intlify/vite-plugin-vue-i18n.git"},"scripts":{"build":"tsc -p .","build:example":"vite build --config ./examples/vite.config.ts --outDir ./examples/dist","clean":"npm-run-all clean:*","clean:cache:jest":"jest --clearCache","clean:coverage":"rm -rf ./coverage","clean:lib":"rm -rf ./lib/index.js","coverage":"opener coverage/lcov-report/index.html","dev":"vite examples --config ./examples/vite.config.ts","dev:composition":"vite examples/composition --config ./examples/vite.config.ts","dev:global":"vite examples/global --config ./examples/vite.config.ts","dev:legacy":"vite examples/legacy --config ./examples/vite.config.ts","fix":"npm-run-all --parallel lint:fix format:fix","format":"prettier --config .prettierrc --ignore-path .prettierignore '**/*.{js,json,html}'","format:fix":"yarn format --write","lint":"eslint ./src ./test --ext .ts","lint:fix":"yarn lint --fix","release:prepare":"shipjs prepare","release:trigger":"shipjs trigger","test":"yarn lint && yarn test:cover && yarn test:e2e","test:cover":"yarn test:unit --coverage","test:e2e":"jest --runInBand --config ./jest.e2e.config.js","test:unit":"jest --env node","test:watch":"jest --env node --watch","watch":"tsc -p . --watch"},"types":"lib/index.d.ts","gitHead":"3c75c8e36f22844119de9f19e0d7998ee4974cd7","_id":"@intlify/vite-plugin-vue-i18n@2.0.3","_nodeVersion":"14.15.4","_npmVersion":"6.14.10","dist":{"shasum":"c409c9614d3a0438fa07be5606e16aa9709656a8","size":10706,"noattachment":false,"key":"/@intlify/vite-plugin-vue-i18n/-/@intlify/vite-plugin-vue-i18n-2.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@intlify/vite-plugin-vue-i18n/download/@intlify/vite-plugin-vue-i18n-2.0.3.tgz"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"directories":{},"maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vite-plugin-vue-i18n_2.0.3_1615875991417_0.05395061197654871"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T16:02:32.772Z","publish_time":1615875991569,"_cnpm_publish_time":1615875991569},"2.0.2":{"name":"@intlify/vite-plugin-vue-i18n","description":"Vite plugin for i18n resource pre-compilation and custom blocks","version":"2.0.2","author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"bugs":{"url":"https://github.com/intlify/vite-plugin-vue-i18n/issues"},"changelog":{"labels":{"Type: Feature":":star: Features","Type: Bug":":bug: Bug Fixes","Type: Security":":lock: Security Fixes","Type: Performance":":chart_with_upwards_trend: Performance Fixes","Type: Improvement":":zap: Improvement Features","Type: Breaking":":boom: Breaking Change","Type: Deprecated":":warning: Deprecated Features","Type: I18n":":globe_with_meridians: Internationalization","Type: A11y":":wheelchair: Accessibility","Type: Documentation":":pencil: Documentation"}},"dependencies":{"@intlify/cli":"^0.2.0","@intlify/shared":"^9.0.0","@rollup/pluginutils":"^4.1.0","fast-glob":"^3.2.5"},"devDependencies":{"@types/debug":"^4.1.5","@types/jest":"^26.0.16","@types/jsdom":"^16.2.5","@types/node":"^14.14.10","@typescript-eslint/eslint-plugin":"^4.11.0","@typescript-eslint/parser":"^4.11.0","@vitejs/plugin-vue":"^1.1.4","@vue/compiler-sfc":"^3.0.5","debug":"^4.1.1","eslint":"^7.20.0","eslint-config-prettier":"^8.0.0","eslint-plugin-prettier":"^3.3.0","eslint-plugin-vue":"^7.6.0","eslint-plugin-vue-libs":"^4.0.0","jest":"^26.6.3","jest-puppeteer":"^4.4.0","jest-watch-typeahead":"^0.6.1","jsdom":"^16.4.0","lerna-changelog":"^1.0.1","npm-run-all":"^4.1.5","opener":"^1.5.2","puppeteer":"^3.3.0","shipjs":"^0.23.0","ts-jest":"^26.4.0","typescript":"^4.1.3","typescript-eslint-language-service":"^4.1.2","vite":"^2.0.1","vue":"^3.0.6","vue-i18n":"^9.0.0"},"engines":{"node":">= 12"},"homepage":"https://github.com/intlify/vite-plugin-vue-i18n#readme","keywords":["i18n","plugin","vite","vitejs","vue","vue-i18n"],"license":"MIT","main":"lib/index.js","repository":{"type":"git","url":"git+https://github.com/intlify/vite-plugin-vue-i18n.git"},"scripts":{"build":"tsc -p .","build:example":"vite build --config ./examples/vite.config.ts --outDir ./examples/dist","clean":"npm-run-all clean:*","clean:cache:jest":"jest --clearCache","clean:coverage":"rm -rf ./coverage","clean:lib":"rm -rf ./lib/index.js","coverage":"opener coverage/lcov-report/index.html","dev":"vite examples --config ./examples/vite.config.ts","dev:composition":"vite examples/composition --config ./examples/vite.config.ts","dev:global":"vite examples/global --config ./examples/vite.config.ts","dev:legacy":"vite examples/legacy --config ./examples/vite.config.ts","fix":"npm-run-all --parallel lint:fix format:fix","format":"prettier --config .prettierrc --ignore-path .prettierignore '**/*.{js,json,html}'","format:fix":"yarn format --write","lint":"eslint ./src ./test --ext .ts","lint:fix":"yarn lint --fix","release:prepare":"shipjs prepare","release:trigger":"shipjs trigger","test":"yarn lint && yarn test:cover && yarn test:e2e","test:cover":"yarn test:unit --coverage","test:e2e":"jest --runInBand --config ./jest.e2e.config.js","test:unit":"jest --env node","test:watch":"jest --env node --watch","watch":"tsc -p . --watch"},"types":"lib/index.d.ts","gitHead":"3309349ba8eafd6741586fbfe4ddfba6b321d664","_id":"@intlify/vite-plugin-vue-i18n@2.0.2","_nodeVersion":"14.15.4","_npmVersion":"6.14.10","dist":{"shasum":"29feba253bd1c1ea9b6d4c0434a010152ada4dc1","size":10641,"noattachment":false,"key":"/@intlify/vite-plugin-vue-i18n/-/@intlify/vite-plugin-vue-i18n-2.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@intlify/vite-plugin-vue-i18n/download/@intlify/vite-plugin-vue-i18n-2.0.2.tgz"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"directories":{},"maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vite-plugin-vue-i18n_2.0.2_1615476723819_0.36428016643287076"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T16:02:31.123Z","publish_time":1615476724004,"_cnpm_publish_time":1615476724004},"2.0.1":{"name":"@intlify/vite-plugin-vue-i18n","description":"Vite plugin for i18n resource pre-compilation and custom blocks","version":"2.0.1","author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"bugs":{"url":"https://github.com/intlify/vite-plugin-vue-i18n/issues"},"changelog":{"labels":{"Type: Feature":":star: Features","Type: Bug":":bug: Bug Fixes","Type: Security":":lock: Security Fixes","Type: Performance":":chart_with_upwards_trend: Performance Fixes","Type: Improvement":":zap: Improvement Features","Type: Breaking":":boom: Breaking Change","Type: Deprecated":":warning: Deprecated Features","Type: I18n":":globe_with_meridians: Internationalization","Type: A11y":":wheelchair: Accessibility","Type: Documentation":":pencil: Documentation"}},"dependencies":{"@intlify/cli":"^0.2.0","@intlify/shared":"^9.0.0","@rollup/pluginutils":"^4.1.0","fast-glob":"^3.2.5"},"devDependencies":{"@types/debug":"^4.1.5","@types/jest":"^26.0.16","@types/jsdom":"^16.2.5","@types/node":"^14.14.10","@typescript-eslint/eslint-plugin":"^4.11.0","@typescript-eslint/parser":"^4.11.0","@vitejs/plugin-vue":"^1.1.4","@vue/compiler-sfc":"^3.0.5","debug":"^4.1.1","eslint":"^7.20.0","eslint-config-prettier":"^8.0.0","eslint-plugin-prettier":"^3.3.0","eslint-plugin-vue":"^7.6.0","eslint-plugin-vue-libs":"^4.0.0","jest":"^26.6.3","jest-puppeteer":"^4.4.0","jest-watch-typeahead":"^0.6.1","jsdom":"^16.4.0","lerna-changelog":"^1.0.1","npm-run-all":"^4.1.5","opener":"^1.5.2","puppeteer":"^3.3.0","shipjs":"^0.23.0","ts-jest":"^26.4.0","typescript":"^4.1.3","typescript-eslint-language-service":"^4.1.2","vite":"^2.0.1","vue":"^3.0.6","vue-i18n":"^9.0.0"},"engines":{"node":">= 12"},"homepage":"https://github.com/intlify/vite-plugin-vue-i18n#readme","keywords":["i18n","plugin","vite","vitejs","vue","vue-i18n"],"license":"MIT","main":"lib/index.js","repository":{"type":"git","url":"git+https://github.com/intlify/vite-plugin-vue-i18n.git"},"scripts":{"build":"tsc -p .","build:example":"vite build --config ./examples/vite.config.ts --outDir ./examples/dist","clean":"npm-run-all clean:*","clean:cache:jest":"jest --clearCache","clean:coverage":"rm -rf ./coverage","clean:lib":"rm -rf ./lib/index.js","coverage":"opener coverage/lcov-report/index.html","dev":"vite examples --config ./examples/vite.config.ts","dev:composition":"vite examples/composition --config ./examples/vite.config.ts","dev:global":"vite examples/global --config ./examples/vite.config.ts","dev:legacy":"vite examples/legacy --config ./examples/vite.config.ts","fix":"npm-run-all --parallel lint:fix format:fix","format":"prettier --config .prettierrc --ignore-path .prettierignore '**/*.{js,json,html}'","format:fix":"yarn format --write","lint":"eslint ./src ./test --ext .ts","lint:fix":"yarn lint --fix","release:prepare":"shipjs prepare","release:trigger":"shipjs trigger","test":"yarn lint && yarn test:cover && yarn test:e2e","test:cover":"yarn test:unit --coverage","test:e2e":"jest --runInBand --config ./jest.e2e.config.js","test:unit":"jest --env node","test:watch":"jest --env node --watch","watch":"tsc -p . --watch"},"types":"lib/index.d.ts","gitHead":"63643ba284d661c65562fecdf7dc88d6a9ce5a0b","_id":"@intlify/vite-plugin-vue-i18n@2.0.1","_nodeVersion":"14.15.4","_npmVersion":"6.14.10","dist":{"shasum":"2c6aee7ecfc04e0698123623a7d7d6f7daa6c32d","size":10580,"noattachment":false,"key":"/@intlify/vite-plugin-vue-i18n/-/@intlify/vite-plugin-vue-i18n-2.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@intlify/vite-plugin-vue-i18n/download/@intlify/vite-plugin-vue-i18n-2.0.1.tgz"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"directories":{},"maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vite-plugin-vue-i18n_2.0.1_1614938431616_0.908583461616306"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T16:02:29.477Z","publish_time":1614938431751,"_cnpm_publish_time":1614938431751},"2.0.0":{"name":"@intlify/vite-plugin-vue-i18n","description":"Vite plugin for i18n resource pre-compilation and custom blocks","version":"2.0.0","author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"bugs":{"url":"https://github.com/intlify/vite-plugin-vue-i18n/issues"},"changelog":{"labels":{"Type: Feature":":star: Features","Type: Bug":":bug: Bug Fixes","Type: Security":":lock: Security Fixes","Type: Performance":":chart_with_upwards_trend: Performance Fixes","Type: Improvement":":zap: Improvement Features","Type: Breaking":":boom: Breaking Change","Type: Deprecated":":warning: Deprecated Features","Type: I18n":":globe_with_meridians: Internationalization","Type: A11y":":wheelchair: Accessibility","Type: Documentation":":pencil: Documentation"}},"dependencies":{"@intlify/cli":"^0.2.0","@intlify/shared":"^9.0.0","@rollup/pluginutils":"^4.1.0","fast-glob":"^3.2.5"},"devDependencies":{"@types/debug":"^4.1.5","@types/jest":"^26.0.16","@types/jsdom":"^16.2.5","@types/node":"^14.14.10","@typescript-eslint/eslint-plugin":"^4.11.0","@typescript-eslint/parser":"^4.11.0","@vitejs/plugin-vue":"^1.1.4","@vue/compiler-sfc":"^3.0.5","debug":"^4.1.1","eslint":"^7.20.0","eslint-config-prettier":"^8.0.0","eslint-plugin-prettier":"^3.3.0","eslint-plugin-vue":"^7.6.0","eslint-plugin-vue-libs":"^4.0.0","jest":"^26.6.3","jest-puppeteer":"^4.4.0","jest-watch-typeahead":"^0.6.1","jsdom":"^16.4.0","lerna-changelog":"^1.0.1","npm-run-all":"^4.1.5","opener":"^1.5.2","puppeteer":"^3.3.0","shipjs":"^0.23.0","ts-jest":"^26.4.0","typescript":"^4.1.3","typescript-eslint-language-service":"^4.1.2","vite":"^2.0.1","vue":"^3.0.6","vue-i18n":"^9.0.0"},"engines":{"node":">= 12"},"homepage":"https://github.com/intlify/vite-plugin-vue-i18n#readme","keywords":["i18n","plugin","vite","vitejs","vue","vue-i18n"],"license":"MIT","main":"lib/index.js","repository":{"type":"git","url":"git+https://github.com/intlify/vite-plugin-vue-i18n.git"},"scripts":{"build":"tsc -p .","build:example":"vite build --config ./examples/vite.config.ts --outDir ./examples/dist","clean":"npm-run-all clean:*","clean:cache:jest":"jest --clearCache","clean:coverage":"rm -rf ./coverage","clean:lib":"rm -rf ./lib/index.js","coverage":"opener coverage/lcov-report/index.html","dev":"vite examples --config ./examples/vite.config.ts","dev:composition":"vite examples/composition --config ./examples/vite.config.ts","dev:global":"vite examples/global --config ./examples/vite.config.ts","dev:legacy":"vite examples/legacy --config ./examples/vite.config.ts","fix":"npm-run-all --parallel lint:fix format:fix","format":"prettier --config .prettierrc --ignore-path .prettierignore '**/*.{js,json,html}'","format:fix":"yarn format --write","lint":"eslint ./src ./test --ext .ts","lint:fix":"yarn lint --fix","release:prepare":"shipjs prepare","release:trigger":"shipjs trigger","test":"yarn lint && yarn test:cover && yarn test:e2e","test:cover":"yarn test:unit --coverage","test:e2e":"jest --runInBand --config ./jest.e2e.config.js","test:unit":"jest --env node","test:watch":"jest --env node --watch","watch":"tsc -p . --watch"},"types":"lib/index.d.ts","gitHead":"7e1298a4717833f1104e4ef31ccbc0138ae8fb99","_id":"@intlify/vite-plugin-vue-i18n@2.0.0","_nodeVersion":"14.15.4","_npmVersion":"6.14.10","dist":{"shasum":"57bfb9f8f0ba238ce32f56f913fae4dea2c70ed5","size":9829,"noattachment":false,"key":"/@intlify/vite-plugin-vue-i18n/-/@intlify/vite-plugin-vue-i18n-2.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@intlify/vite-plugin-vue-i18n/download/@intlify/vite-plugin-vue-i18n-2.0.0.tgz"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"directories":{},"maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vite-plugin-vue-i18n_2.0.0_1614566104697_0.46296157780200153"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T16:02:27.836Z","publish_time":1614566104885,"_cnpm_publish_time":1614566104885},"2.0.0-rc.2":{"name":"@intlify/vite-plugin-vue-i18n","description":"Vite plugin for i18n resource pre-compilation and custom blocks","version":"2.0.0-rc.2","author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"bugs":{"url":"https://github.com/intlify/vite-plugin-vue-i18n/issues"},"changelog":{"labels":{"Type: Feature":":star: Features","Type: Bug":":bug: Bug Fixes","Type: Security":":lock: Security Fixes","Type: Performance":":chart_with_upwards_trend: Performance Fixes","Type: Improvement":":zap: Improvement Features","Type: Breaking":":boom: Breaking Change","Type: Deprecated":":warning: Deprecated Features","Type: I18n":":globe_with_meridians: Internationalization","Type: A11y":":wheelchair: Accessibility","Type: Documentation":":pencil: Documentation"}},"dependencies":{"@intlify/cli":"^0.2.0","@intlify/shared":"^9.0.0-rc.7","@rollup/pluginutils":"^4.1.0","fast-glob":"^3.2.5"},"devDependencies":{"@types/debug":"^4.1.5","@types/jest":"^26.0.16","@types/jsdom":"^16.2.5","@types/node":"^14.14.10","@typescript-eslint/eslint-plugin":"^4.11.0","@typescript-eslint/parser":"^4.11.0","@vitejs/plugin-vue":"^1.1.4","@vue/compiler-sfc":"^3.0.5","debug":"^4.1.1","eslint":"^7.20.0","eslint-config-prettier":"^8.0.0","eslint-plugin-prettier":"^3.3.0","eslint-plugin-vue":"^7.6.0","eslint-plugin-vue-libs":"^4.0.0","jest":"^26.6.3","jest-puppeteer":"^4.4.0","jest-watch-typeahead":"^0.6.1","jsdom":"^16.4.0","lerna-changelog":"^1.0.1","npm-run-all":"^4.1.5","opener":"^1.5.2","puppeteer":"^3.3.0","shipjs":"^0.23.0","ts-jest":"^26.4.0","typescript":"^4.1.3","typescript-eslint-language-service":"^4.1.2","vite":"^2.0.1","vue":"^3.0.5","vue-i18n":"^9.0.0-rc.7"},"engines":{"node":">= 12"},"homepage":"https://github.com/intlify/vite-plugin-vue-i18n#readme","keywords":["i18n","plugin","vite","vitejs","vue","vue-i18n"],"license":"MIT","main":"lib/index.js","repository":{"type":"git","url":"git+https://github.com/intlify/vite-plugin-vue-i18n.git"},"scripts":{"build":"tsc -p .","build:example":"vite build --config ./examples/vite.config.ts --outDir ./examples/dist","clean":"npm-run-all clean:*","clean:cache:jest":"jest --clearCache","clean:coverage":"rm -rf ./coverage","clean:lib":"rm -rf ./lib/index.js","coverage":"opener coverage/lcov-report/index.html","dev":"vite examples --config ./examples/vite.config.ts","dev:composition":"vite examples/composition --config ./examples/vite.config.ts","dev:global":"vite examples/global --config ./examples/vite.config.ts","dev:legacy":"vite examples/legacy --config ./examples/vite.config.ts","fix":"npm-run-all --parallel lint:fix format:fix","format":"prettier --config .prettierrc --ignore-path .prettierignore '**/*.{js,json,html}'","format:fix":"yarn format --write","lint":"eslint ./src ./test --ext .ts","lint:fix":"yarn lint --fix","release:prepare":"shipjs prepare","release:trigger":"shipjs trigger","test":"yarn lint && yarn test:cover && yarn test:e2e","test:cover":"yarn test:unit --coverage","test:e2e":"jest --runInBand --config ./jest.e2e.config.js","test:unit":"jest --env node","test:watch":"jest --env node --watch","watch":"tsc -p . --watch"},"types":"lib/index.d.ts","readmeFilename":"README.md","gitHead":"332690000c051e3a6730ce46c7a11fb179291ed6","_id":"@intlify/vite-plugin-vue-i18n@2.0.0-rc.2","_nodeVersion":"14.15.4","_npmVersion":"6.14.10","dist":{"shasum":"7383257d005ac630eb0e6ef635c386762932d000","size":9799,"noattachment":false,"key":"/@intlify/vite-plugin-vue-i18n/-/@intlify/vite-plugin-vue-i18n-2.0.0-rc.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@intlify/vite-plugin-vue-i18n/download/@intlify/vite-plugin-vue-i18n-2.0.0-rc.2.tgz"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"directories":{},"maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vite-plugin-vue-i18n_2.0.0-rc.2_1613992050190_0.5127567248676881"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T16:02:26.150Z","publish_time":1613992050314,"_cnpm_publish_time":1613992050314},"2.0.0-rc.1":{"name":"@intlify/vite-plugin-vue-i18n","description":"Vite plugin for i18n resource pre-compilation and custom blocks","version":"2.0.0-rc.1","author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"bugs":{"url":"https://github.com/intlify/vite-plugin-vue-i18n/issues"},"changelog":{"labels":{"Type: Feature":":star: Features","Type: Bug":":bug: Bug Fixes","Type: Security":":lock: Security Fixes","Type: Performance":":chart_with_upwards_trend: Performance Fixes","Type: Improvement":":zap: Improvement Features","Type: Breaking":":boom: Breaking Change","Type: Deprecated":":warning: Deprecated Features","Type: I18n":":globe_with_meridians: Internationalization","Type: A11y":":wheelchair: Accessibility","Type: Documentation":":pencil: Documentation"}},"dependencies":{"@intlify/cli":"^0.2.0","@intlify/shared":"^9.0.0-rc.5","fast-glob":"^3.2.5","@rollup/pluginutils":"^4.1.0"},"devDependencies":{"@types/debug":"^4.1.5","@types/jest":"^26.0.16","@types/jsdom":"^16.2.5","@types/node":"^14.14.10","@typescript-eslint/eslint-plugin":"^4.11.0","@typescript-eslint/parser":"^4.11.0","@vitejs/plugin-vue":"^1.1.4","@vue/compiler-sfc":"^3.0.5","debug":"^4.1.1","eslint":"^7.16.0","eslint-config-prettier":"^7.1.0","eslint-plugin-prettier":"^3.3.0","eslint-plugin-vue":"^7.3.0","eslint-plugin-vue-libs":"^4.0.0","jest":"^26.6.3","jest-puppeteer":"^4.4.0","jest-watch-typeahead":"^0.6.1","jsdom":"^16.4.0","lerna-changelog":"^1.0.1","npm-run-all":"^4.1.5","opener":"^1.5.2","puppeteer":"^3.3.0","shipjs":"^0.23.0","ts-jest":"^26.4.0","typescript":"^4.1.3","typescript-eslint-language-service":"^4.1.2","vite":"2.0.0-beta.69","vue":"^3.0.5","vue-i18n":"^9.0.0-rc.5"},"engines":{"node":">= 12"},"homepage":"https://github.com/intlify/vite-plugin-vue-i18n#readme","keywords":["i18n","plugin","vite","vitejs","vue","vue-i18n"],"license":"MIT","main":"lib/index.js","repository":{"type":"git","url":"git+https://github.com/intlify/vite-plugin-vue-i18n.git"},"scripts":{"build":"tsc -p .","build:example":"vite build --config ./examples/vite.config.ts --outDir ./examples/dist","dev":"vite examples --config ./examples/vite.config.ts","dev:legacy":"vite examples/legacy --config ./examples/vite.config.ts","dev:global":"vite examples/global --config ./examples/vite.config.ts","dev:composition":"vite examples/composition --config ./examples/vite.config.ts","clean":"npm-run-all clean:*","clean:cache:jest":"jest --clearCache","clean:coverage":"rm -rf ./coverage","clean:lib":"rm -rf ./lib/index.js","coverage":"opener coverage/lcov-report/index.html","fix":"npm-run-all --parallel lint:fix format:fix","format":"prettier --config .prettierrc --ignore-path .prettierignore '**/*.{js,json,html}'","format:fix":"yarn format --write","lint":"eslint ./src ./test --ext .ts","lint:fix":"yarn lint --fix","release:prepare":"shipjs prepare","release:trigger":"shipjs trigger","test":"yarn lint && yarn test:cover && yarn test:e2e","test:cover":"yarn test:unit --coverage","test:e2e":"jest --runInBand --config ./jest.e2e.config.js","test:unit":"jest --env node","test:watch":"jest --env node --watch","watch":"tsc -p . --watch"},"types":"lib/index.d.ts","gitHead":"d3ab76d963fce69984d507182b13e7d936138c68","_id":"@intlify/vite-plugin-vue-i18n@2.0.0-rc.1","_nodeVersion":"14.15.4","_npmVersion":"6.14.10","dist":{"shasum":"72126dd60e789a4c001c5979935ecc4e94c898cf","size":17725,"noattachment":false,"key":"/@intlify/vite-plugin-vue-i18n/-/@intlify/vite-plugin-vue-i18n-2.0.0-rc.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@intlify/vite-plugin-vue-i18n/download/@intlify/vite-plugin-vue-i18n-2.0.0-rc.1.tgz"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"directories":{},"maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vite-plugin-vue-i18n_2.0.0-rc.1_1613525545832_0.07808723656109229"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T16:02:24.500Z","publish_time":1613525546027,"_cnpm_publish_time":1613525546027},"1.0.0-beta.17":{"name":"@intlify/vite-plugin-vue-i18n","description":"Vite plugin for i18n resource pre-compilation and custom blocks","version":"1.0.0-beta.17","author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"bugs":{"url":"https://github.com/intlify/vite-plugin-vue-i18n/issues"},"changelog":{"labels":{"Type: Feature":":star: Features","Type: Bug":":bug: Bug Fixes","Type: Security":":lock: Security Fixes","Type: Performance":":chart_with_upwards_trend: Performance Fixes","Type: Improvement":":zap: Improvement Features","Type: Breaking":":boom: Breaking Change","Type: Deprecated":":warning: Deprecated Features","Type: I18n":":globe_with_meridians: Internationalization","Type: A11y":":wheelchair: Accessibility","Type: Documentation":":pencil: Documentation"}},"dependencies":{"@intlify/cli":"^0.2.0","@intlify/shared":"^9.0.0-rc.5","fast-glob":"^3.2.5","@rollup/pluginutils":"^4.1.0"},"devDependencies":{"@types/debug":"^4.1.5","@types/jest":"^26.0.16","@types/jsdom":"^16.2.5","@types/node":"^14.14.10","@typescript-eslint/eslint-plugin":"^4.11.0","@typescript-eslint/parser":"^4.11.0","@vitejs/plugin-vue":"^1.1.4","@vue/compiler-sfc":"^3.0.5","debug":"^4.1.1","eslint":"^7.16.0","eslint-config-prettier":"^7.1.0","eslint-plugin-prettier":"^3.3.0","eslint-plugin-vue":"^7.3.0","eslint-plugin-vue-libs":"^4.0.0","jest":"^26.6.3","jest-puppeteer":"^4.4.0","jest-watch-typeahead":"^0.6.1","jsdom":"^16.4.0","lerna-changelog":"^1.0.1","npm-run-all":"^4.1.5","opener":"^1.5.2","puppeteer":"^3.3.0","shipjs":"^0.23.0","ts-jest":"^26.4.0","typescript":"^4.1.3","typescript-eslint-language-service":"^4.1.2","vite":"2.0.0-beta.69","vue":"^3.0.5","vue-i18n":"^9.0.0-rc.5"},"engines":{"node":">= 12"},"homepage":"https://github.com/intlify/vite-plugin-vue-i18n#readme","keywords":["i18n","plugin","vite","vitejs","vue","vue-i18n"],"license":"MIT","main":"lib/index.js","repository":{"type":"git","url":"git+https://github.com/intlify/vite-plugin-vue-i18n.git"},"scripts":{"build":"tsc -p .","build:example":"vite build --config ./examples/vite.config.ts --outDir ./examples/dist","dev":"vite examples --config ./examples/vite.config.ts","dev:legacy":"vite examples/legacy --config ./examples/vite.config.ts","dev:global":"vite examples/global --config ./examples/vite.config.ts","dev:composition":"vite examples/composition --config ./examples/vite.config.ts","clean":"npm-run-all clean:*","clean:cache:jest":"jest --clearCache","clean:coverage":"rm -rf ./coverage","clean:lib":"rm -rf ./lib/index.js","coverage":"opener coverage/lcov-report/index.html","fix":"npm-run-all --parallel lint:fix format:fix","format":"prettier --config .prettierrc --ignore-path .prettierignore '**/*.{js,json,html}'","format:fix":"yarn format --write","lint":"eslint ./src ./test --ext .ts","lint:fix":"yarn lint --fix","release:prepare":"shipjs prepare","release:trigger":"shipjs trigger","test":"yarn lint && yarn test:cover && yarn test:e2e","test:cover":"yarn test:unit --coverage","test:e2e":"jest --runInBand --config ./jest.e2e.config.js","test:unit":"jest --env node","test:watch":"jest --env node --watch","watch":"tsc -p . --watch"},"types":"lib/index.d.ts","readmeFilename":"README.md","gitHead":"7f38f7958bac9f0c926da2ad6185029ef1bf3d3b","_id":"@intlify/vite-plugin-vue-i18n@1.0.0-beta.17","_nodeVersion":"14.15.4","_npmVersion":"6.14.10","dist":{"shasum":"d9d1d64f86c83839af602c34babff57a4e6c9cb8","size":17705,"noattachment":false,"key":"/@intlify/vite-plugin-vue-i18n/-/@intlify/vite-plugin-vue-i18n-1.0.0-beta.17.tgz","tarball":"http://registry.cnpm.dingdandao.com/@intlify/vite-plugin-vue-i18n/download/@intlify/vite-plugin-vue-i18n-1.0.0-beta.17.tgz"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"directories":{},"maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vite-plugin-vue-i18n_1.0.0-beta.17_1613152801372_0.8476290751989137"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T16:02:22.652Z","publish_time":1613152801728,"_cnpm_publish_time":1613152801728},"1.0.0-beta.16":{"name":"@intlify/vite-plugin-vue-i18n","description":"Vite plugin for i18n resource pre-compilation and custom blocks","version":"1.0.0-beta.16","author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"bugs":{"url":"https://github.com/intlify/vite-plugin-vue-i18n/issues"},"changelog":{"labels":{"Type: Feature":":star: Features","Type: Bug":":bug: Bug Fixes","Type: Security":":lock: Security Fixes","Type: Performance":":chart_with_upwards_trend: Performance Fixes","Type: Improvement":":zap: Improvement Features","Type: Breaking":":boom: Breaking Change","Type: Deprecated":":warning: Deprecated Features","Type: I18n":":globe_with_meridians: Internationalization","Type: A11y":":wheelchair: Accessibility","Type: Documentation":":pencil: Documentation"}},"dependencies":{"@intlify/cli":"^0.2.0","@intlify/shared":"^9.0.0-rc.5","fast-glob":"^3.2.5","@rollup/pluginutils":"^4.1.0"},"devDependencies":{"@types/debug":"^4.1.5","@types/jest":"^26.0.16","@types/jsdom":"^16.2.5","@types/node":"^14.14.10","@typescript-eslint/eslint-plugin":"^4.11.0","@typescript-eslint/parser":"^4.11.0","@vitejs/plugin-vue":"^1.1.4","@vue/compiler-sfc":"^3.0.5","debug":"^4.1.1","eslint":"^7.16.0","eslint-config-prettier":"^7.1.0","eslint-plugin-prettier":"^3.3.0","eslint-plugin-vue":"^7.3.0","eslint-plugin-vue-libs":"^4.0.0","jest":"^26.6.3","jest-puppeteer":"^4.4.0","jest-watch-typeahead":"^0.6.1","jsdom":"^16.4.0","lerna-changelog":"^1.0.1","npm-run-all":"^4.1.5","opener":"^1.5.2","puppeteer":"^3.3.0","shipjs":"^0.23.0","ts-jest":"^26.4.0","typescript":"^4.1.3","typescript-eslint-language-service":"^4.1.2","vite":"2.0.0-beta.65","vue":"^3.0.5","vue-i18n":"^9.0.0-rc.5"},"engines":{"node":">= 12"},"homepage":"https://github.com/intlify/vite-plugin-vue-i18n#readme","keywords":["i18n","plugin","vite","vitejs","vue","vue-i18n"],"license":"MIT","main":"lib/index.js","repository":{"type":"git","url":"git+https://github.com/intlify/vite-plugin-vue-i18n.git"},"scripts":{"build":"tsc -p .","build:example":"vite build --config ./examples/vite.config.ts --outDir ./examples/dist","dev":"vite examples --config ./examples/vite.config.ts","dev:legacy":"vite examples/legacy --config ./examples/vite.config.ts","dev:global":"vite examples/global --config ./examples/vite.config.ts","dev:composition":"vite examples/composition --config ./examples/vite.config.ts","clean":"npm-run-all clean:*","clean:cache:jest":"jest --clearCache","clean:coverage":"rm -rf ./coverage","clean:lib":"rm -rf ./lib/index.js","coverage":"opener coverage/lcov-report/index.html","fix":"npm-run-all --parallel lint:fix format:fix","format":"prettier --config .prettierrc --ignore-path .prettierignore '**/*.{js,json,html}'","format:fix":"yarn format --write","lint":"eslint ./src ./test --ext .ts","lint:fix":"yarn lint --fix","release:prepare":"shipjs prepare","release:trigger":"shipjs trigger","test":"yarn lint && yarn test:cover && yarn test:e2e","test:cover":"yarn test:unit --coverage","test:e2e":"jest --runInBand --config ./jest.e2e.config.js","test:unit":"jest --env node","test:watch":"jest --env node --watch","watch":"tsc -p . --watch"},"types":"lib/index.d.ts","gitHead":"b4fd60fa5c3427dd998b3af9fa7a99cd6fb2f407","_id":"@intlify/vite-plugin-vue-i18n@1.0.0-beta.16","_nodeVersion":"14.15.4","_npmVersion":"6.14.10","dist":{"shasum":"da10167faa4c9f14f8ef64221d0b08173655eeb0","size":17659,"noattachment":false,"key":"/@intlify/vite-plugin-vue-i18n/-/@intlify/vite-plugin-vue-i18n-1.0.0-beta.16.tgz","tarball":"http://registry.cnpm.dingdandao.com/@intlify/vite-plugin-vue-i18n/download/@intlify/vite-plugin-vue-i18n-1.0.0-beta.16.tgz"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"directories":{},"maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vite-plugin-vue-i18n_1.0.0-beta.16_1612721468048_0.13204297278459576"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T16:02:20.816Z","publish_time":1612721468251,"_cnpm_publish_time":1612721468251},"1.0.0-beta.15":{"name":"@intlify/vite-plugin-vue-i18n","description":"Vite plugin for i18n resource pre-compilation and custom blocks","version":"1.0.0-beta.15","author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"bugs":{"url":"https://github.com/intlify/vite-plugin-vue-i18n/issues"},"changelog":{"labels":{"Type: Feature":":star: Features","Type: Bug":":bug: Bug Fixes","Type: Security":":lock: Security Fixes","Type: Performance":":chart_with_upwards_trend: Performance Fixes","Type: Improvement":":zap: Improvement Features","Type: Breaking":":boom: Breaking Change","Type: Deprecated":":warning: Deprecated Features","Type: I18n":":globe_with_meridians: Internationalization","Type: A11y":":wheelchair: Accessibility","Type: Documentation":":pencil: Documentation"}},"dependencies":{"@intlify/cli":"^0.2.0","@intlify/shared":"^9.0.0-beta.16","fast-glob":"^3.2.5","@rollup/pluginutils":"^4.1.0"},"devDependencies":{"@types/debug":"^4.1.5","@types/jest":"^26.0.16","@types/jsdom":"^16.2.5","@types/node":"^14.14.10","@typescript-eslint/eslint-plugin":"^4.11.0","@typescript-eslint/parser":"^4.11.0","@vitejs/plugin-vue":"^1.1.4","@vue/compiler-sfc":"^3.0.5","debug":"^4.1.1","eslint":"^7.16.0","eslint-config-prettier":"^7.1.0","eslint-plugin-prettier":"^3.3.0","eslint-plugin-vue":"^7.3.0","eslint-plugin-vue-libs":"^4.0.0","jest":"^26.6.3","jest-puppeteer":"^4.4.0","jest-watch-typeahead":"^0.6.1","jsdom":"^16.4.0","lerna-changelog":"^1.0.1","npm-run-all":"^4.1.5","opener":"^1.5.2","puppeteer":"^3.3.0","shipjs":"^0.23.0","ts-jest":"^26.4.0","typescript":"^4.1.3","typescript-eslint-language-service":"^4.1.2","vite":"2.0.0-beta.61","vue":"^3.0.5","vue-i18n":"^9.0.0-rc.5"},"engines":{"node":">= 12"},"homepage":"https://github.com/intlify/vite-plugin-vue-i18n#readme","keywords":["i18n","plugin","vite","vitejs","vue","vue-i18n"],"license":"MIT","main":"lib/index.js","repository":{"type":"git","url":"git+https://github.com/intlify/vite-plugin-vue-i18n.git"},"scripts":{"build":"tsc -p .","build:example":"vite build --config ./examples/vite.config.ts --outDir ./examples/dist","dev":"vite examples --config ./examples/vite.config.ts","dev:legacy":"vite examples/legacy --config ./examples/vite.config.ts","dev:global":"vite examples/global --config ./examples/vite.config.ts","dev:composition":"vite examples/composition --config ./examples/vite.config.ts","clean":"npm-run-all clean:*","clean:cache:jest":"jest --clearCache","clean:coverage":"rm -rf ./coverage","clean:lib":"rm -rf ./lib/index.js","coverage":"opener coverage/lcov-report/index.html","fix":"npm-run-all --parallel lint:fix format:fix","format":"prettier --config .prettierrc --ignore-path .prettierignore '**/*.{js,json,html}'","format:fix":"yarn format --write","lint":"eslint ./src ./test --ext .ts","lint:fix":"yarn lint --fix","release:prepare":"shipjs prepare","release:trigger":"shipjs trigger","test":"yarn lint && yarn test:cover && yarn test:e2e","test:cover":"yarn test:unit --coverage","test:e2e":"jest --runInBand --config ./jest.e2e.config.js","test:unit":"jest --env node","test:watch":"jest --env node --watch","watch":"tsc -p . --watch"},"types":"lib/index.d.ts","gitHead":"1957fee32ba0d47ab82362dad1187e82e0d3a74e","_id":"@intlify/vite-plugin-vue-i18n@1.0.0-beta.15","_nodeVersion":"14.15.4","_npmVersion":"6.14.10","dist":{"shasum":"c1842f0fa5435e5c86ce5aabf279d3bd26cf4da6","size":17397,"noattachment":false,"key":"/@intlify/vite-plugin-vue-i18n/-/@intlify/vite-plugin-vue-i18n-1.0.0-beta.15.tgz","tarball":"http://registry.cnpm.dingdandao.com/@intlify/vite-plugin-vue-i18n/download/@intlify/vite-plugin-vue-i18n-1.0.0-beta.15.tgz"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"directories":{},"maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vite-plugin-vue-i18n_1.0.0-beta.15_1612496616608_0.8076708802115662"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T16:02:19.140Z","publish_time":1612496616797,"_cnpm_publish_time":1612496616797},"1.0.0-beta.14":{"name":"@intlify/vite-plugin-vue-i18n","description":"Vite plugin for i18n resource pre-compilation and custom blocks","version":"1.0.0-beta.14","author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"bugs":{"url":"https://github.com/intlify/vite-plugin-vue-i18n/issues"},"changelog":{"labels":{"Type: Feature":":star: Features","Type: Bug":":bug: Bug Fixes","Type: Security":":lock: Security Fixes","Type: Performance":":chart_with_upwards_trend: Performance Fixes","Type: Improvement":":zap: Improvement Features","Type: Breaking":":boom: Breaking Change","Type: Deprecated":":warning: Deprecated Features","Type: I18n":":globe_with_meridians: Internationalization","Type: A11y":":wheelchair: Accessibility","Type: Documentation":":pencil: Documentation"}},"dependencies":{"@intlify/cli":"^0.2.0","@intlify/shared":"^9.0.0-beta.16","@rollup/pluginutils":"^4.1.0"},"devDependencies":{"@types/debug":"^4.1.5","@types/jest":"^26.0.16","@types/jsdom":"^16.2.5","@types/node":"^14.14.10","@typescript-eslint/eslint-plugin":"^4.11.0","@typescript-eslint/parser":"^4.11.0","@vitejs/plugin-vue":"^1.1.4","@vue/compiler-sfc":"^3.0.5","debug":"^4.1.1","eslint":"^7.16.0","eslint-config-prettier":"^7.1.0","eslint-plugin-prettier":"^3.3.0","eslint-plugin-vue":"^7.3.0","eslint-plugin-vue-libs":"^4.0.0","fast-glob":"^3.2.5","jest":"^26.6.3","jest-puppeteer":"^4.4.0","jest-watch-typeahead":"^0.6.1","jsdom":"^16.4.0","lerna-changelog":"^1.0.1","npm-run-all":"^4.1.5","opener":"^1.5.2","puppeteer":"^3.3.0","shipjs":"^0.23.0","ts-jest":"^26.4.0","typescript":"^4.1.3","typescript-eslint-language-service":"^4.1.2","vite":"2.0.0-beta.61","vue":"^3.0.5","vue-i18n":"^9.0.0-rc.5"},"engines":{"node":">= 12"},"homepage":"https://github.com/intlify/vite-plugin-vue-i18n#readme","keywords":["i18n","plugin","vite","vitejs","vue","vue-i18n"],"license":"MIT","main":"lib/index.js","repository":{"type":"git","url":"git+https://github.com/intlify/vite-plugin-vue-i18n.git"},"scripts":{"build":"tsc -p .","build:example":"vite build --config ./examples/vite.config.ts --outDir ./examples/dist","dev":"vite examples --config ./examples/vite.config.ts","dev:legacy":"vite examples/legacy --config ./examples/vite.config.ts","dev:global":"vite examples/global --config ./examples/vite.config.ts","dev:composition":"vite examples/composition --config ./examples/vite.config.ts","clean":"npm-run-all clean:*","clean:cache:jest":"jest --clearCache","clean:coverage":"rm -rf ./coverage","clean:lib":"rm -rf ./lib/index.js","coverage":"opener coverage/lcov-report/index.html","fix":"npm-run-all --parallel lint:fix format:fix","format":"prettier --config .prettierrc --ignore-path .prettierignore '**/*.{js,json,html}'","format:fix":"yarn format --write","lint":"eslint ./src ./test --ext .ts","lint:fix":"yarn lint --fix","release:prepare":"shipjs prepare","release:trigger":"shipjs trigger","test":"yarn lint && yarn test:cover && yarn test:e2e","test:cover":"yarn test:unit --coverage","test:e2e":"jest --runInBand --config ./jest.e2e.config.js","test:unit":"jest --env node","test:watch":"jest --env node --watch","watch":"tsc -p . --watch"},"types":"lib/index.d.ts","gitHead":"1014faea0ec13295b381547de57ec9f0a04c4139","_id":"@intlify/vite-plugin-vue-i18n@1.0.0-beta.14","_nodeVersion":"14.15.4","_npmVersion":"6.14.10","dist":{"shasum":"04bc69034c6d497d4da2cdc74531756040b8cd47","size":17329,"noattachment":false,"key":"/@intlify/vite-plugin-vue-i18n/-/@intlify/vite-plugin-vue-i18n-1.0.0-beta.14.tgz","tarball":"http://registry.cnpm.dingdandao.com/@intlify/vite-plugin-vue-i18n/download/@intlify/vite-plugin-vue-i18n-1.0.0-beta.14.tgz"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"directories":{},"maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vite-plugin-vue-i18n_1.0.0-beta.14_1612341449574_0.9856569094787153"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T16:02:17.314Z","publish_time":1612341449842,"_cnpm_publish_time":1612341449842},"1.0.0-beta.13":{"name":"@intlify/vite-plugin-vue-i18n","description":"Vite plugin for i18n resource pre-compilation and custom blocks","version":"1.0.0-beta.13","author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"bugs":{"url":"https://github.com/intlify/vite-plugin-vue-i18n/issues"},"changelog":{"labels":{"Type: Feature":":star: Features","Type: Bug":":bug: Bug Fixes","Type: Security":":lock: Security Fixes","Type: Performance":":chart_with_upwards_trend: Performance Fixes","Type: Improvement":":zap: Improvement Features","Type: Breaking":":boom: Breaking Change","Type: Deprecated":":warning: Deprecated Features","Type: I18n":":globe_with_meridians: Internationalization","Type: A11y":":wheelchair: Accessibility","Type: Documentation":":pencil: Documentation"}},"dependencies":{"@intlify/cli":"^0.1.2","@intlify/shared":"^9.0.0-beta.16","@rollup/pluginutils":"^4.1.0"},"devDependencies":{"@types/debug":"^4.1.5","@types/jest":"^26.0.16","@types/jsdom":"^16.2.5","@types/node":"^14.14.10","@typescript-eslint/eslint-plugin":"^4.11.0","@typescript-eslint/parser":"^4.11.0","@vitejs/plugin-vue":"^1.1.4","@vue/compiler-sfc":"^3.0.5","debug":"^4.1.1","eslint":"^7.16.0","eslint-config-prettier":"^7.1.0","eslint-plugin-prettier":"^3.3.0","eslint-plugin-vue":"^7.3.0","eslint-plugin-vue-libs":"^4.0.0","jest":"^26.6.3","jest-puppeteer":"^4.4.0","jest-watch-typeahead":"^0.6.1","jsdom":"^16.4.0","lerna-changelog":"^1.0.1","npm-run-all":"^4.1.5","opener":"^1.5.2","puppeteer":"^3.3.0","shipjs":"^0.23.0","ts-jest":"^26.4.0","typescript":"^4.1.3","typescript-eslint-language-service":"^4.1.2","vite":"2.0.0-beta.61","vue":"^3.0.5","vue-i18n":"^9.0.0-rc.5"},"engines":{"node":">= 12"},"homepage":"https://github.com/intlify/vite-plugin-vue-i18n#readme","keywords":["i18n","plugin","vite","vitejs","vue","vue-i18n"],"license":"MIT","main":"lib/index.js","repository":{"type":"git","url":"git+https://github.com/intlify/vite-plugin-vue-i18n.git"},"scripts":{"build":"tsc -p .","build:example":"vite build --config ./examples/vite.config.ts --outDir ./examples/dist","dev":"vite examples --config ./examples/vite.config.ts","dev:legacy":"vite examples/legacy --config ./examples/vite.config.ts","dev:global":"vite examples/global --config ./examples/vite.config.ts","dev:composition":"vite examples/composition --config ./examples/vite.config.ts","clean":"npm-run-all clean:*","clean:cache:jest":"jest --clearCache","clean:coverage":"rm -rf ./coverage","clean:lib":"rm -rf ./lib/index.js","coverage":"opener coverage/lcov-report/index.html","fix":"npm-run-all --parallel lint:fix format:fix","format":"prettier --config .prettierrc --ignore-path .prettierignore '**/*.{js,json,html}'","format:fix":"yarn format --write","lint":"eslint ./src ./test --ext .ts","lint:fix":"yarn lint --fix","release:prepare":"shipjs prepare","release:trigger":"shipjs trigger","test":"yarn lint && yarn test:cover && yarn test:e2e","test:cover":"yarn test:unit --coverage","test:e2e":"jest --runInBand --config ./jest.e2e.config.js","test:unit":"jest --env node","test:watch":"jest --env node --watch","watch":"tsc -p . --watch"},"types":"lib/index.d.ts","gitHead":"0c471fbb30bd647d883da6eac2b55975e165c1b8","_id":"@intlify/vite-plugin-vue-i18n@1.0.0-beta.13","_nodeVersion":"14.15.4","_npmVersion":"6.14.10","dist":{"shasum":"4fd945bd185e4833296f479c5946a9fa4772d7aa","size":16092,"noattachment":false,"key":"/@intlify/vite-plugin-vue-i18n/-/@intlify/vite-plugin-vue-i18n-1.0.0-beta.13.tgz","tarball":"http://registry.cnpm.dingdandao.com/@intlify/vite-plugin-vue-i18n/download/@intlify/vite-plugin-vue-i18n-1.0.0-beta.13.tgz"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"directories":{},"maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vite-plugin-vue-i18n_1.0.0-beta.13_1612238689583_0.6192188089701403"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T16:02:16.217Z","publish_time":1612238689780,"_cnpm_publish_time":1612238689780},"1.0.0-beta.12":{"name":"@intlify/vite-plugin-vue-i18n","description":"Vite plugin for i18n resource pre-compilation and custom blocks","version":"1.0.0-beta.12","author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"bugs":{"url":"https://github.com/intlify/vite-plugin-vue-i18n/issues"},"changelog":{"labels":{"Type: Feature":":star: Features","Type: Bug":":bug: Bug Fixes","Type: Security":":lock: Security Fixes","Type: Performance":":chart_with_upwards_trend: Performance Fixes","Type: Improvement":":zap: Improvement Features","Type: Breaking":":boom: Breaking Change","Type: Deprecated":":warning: Deprecated Features","Type: I18n":":globe_with_meridians: Internationalization","Type: A11y":":wheelchair: Accessibility","Type: Documentation":":pencil: Documentation"}},"dependencies":{"@intlify/cli":"^0.1.2","@intlify/shared":"^9.0.0-beta.16","@rollup/pluginutils":"^4.1.0"},"devDependencies":{"@types/debug":"^4.1.5","@types/jest":"^26.0.16","@types/jsdom":"^16.2.5","@types/node":"^14.14.10","@typescript-eslint/eslint-plugin":"^4.11.0","@typescript-eslint/parser":"^4.11.0","@vitejs/plugin-vue":"^1.0.4","@vue/compiler-sfc":"^3.0.5","debug":"^4.1.1","eslint":"^7.16.0","eslint-config-prettier":"^7.1.0","eslint-plugin-prettier":"^3.3.0","eslint-plugin-vue":"^7.3.0","eslint-plugin-vue-libs":"^4.0.0","jest":"^26.6.3","jest-puppeteer":"^4.4.0","jest-watch-typeahead":"^0.6.1","jsdom":"^16.4.0","lerna-changelog":"^1.0.1","npm-run-all":"^4.1.5","opener":"^1.5.2","puppeteer":"^3.3.0","shipjs":"^0.23.0","ts-jest":"^26.4.0","typescript":"^4.1.3","typescript-eslint-language-service":"^4.1.2","vite":"2.0.0-beta.15","vue":"^3.0.5","vue-i18n":"^9.0.0-rc.1"},"engines":{"node":">= 12"},"homepage":"https://github.com/intlify/vite-plugin-vue-i18n#readme","keywords":["i18n","plugin","vite","vitejs","vue","vue-i18n"],"license":"MIT","main":"lib/index.js","repository":{"type":"git","url":"git+https://github.com/intlify/vite-plugin-vue-i18n.git"},"scripts":{"build":"tsc -p .","build:example":"vite build --config ./examples/vite.config.ts --outDir ./examples/dist","dev":"vite examples --config ./examples/vite.config.ts","dev:legacy":"vite examples/legacy --config ./examples/vite.config.ts","dev:global":"vite examples/global --config ./examples/vite.config.ts","dev:composition":"vite examples/composition --config ./examples/vite.config.ts","clean":"npm-run-all clean:*","clean:cache:jest":"jest --clearCache","clean:coverage":"rm -rf ./coverage","clean:lib":"rm -rf ./lib/index.js","coverage":"opener coverage/lcov-report/index.html","fix":"npm-run-all --parallel lint:fix format:fix","format":"prettier --config .prettierrc --ignore-path .prettierignore '**/*.{js,json,html}'","format:fix":"yarn format --write","lint":"eslint ./src ./test --ext .ts","lint:fix":"yarn lint --fix","release:prepare":"shipjs prepare","release:trigger":"shipjs trigger","test":"yarn lint && yarn test:cover && yarn test:e2e","test:cover":"yarn test:unit --coverage","test:e2e":"jest --runInBand --config ./jest.e2e.config.js","test:unit":"jest --env node","test:watch":"jest --env node --watch","watch":"tsc -p . --watch"},"types":"lib/index.d.ts","gitHead":"9b070cf346b06e34f4e13be74f8668edd5c934ef","_id":"@intlify/vite-plugin-vue-i18n@1.0.0-beta.12","_nodeVersion":"14.1.0","_npmVersion":"6.14.4","dist":{"shasum":"c00fe901f6485b6ebe3a76adb807175e71de80bd","size":15681,"noattachment":false,"key":"/@intlify/vite-plugin-vue-i18n/-/@intlify/vite-plugin-vue-i18n-1.0.0-beta.12.tgz","tarball":"http://registry.cnpm.dingdandao.com/@intlify/vite-plugin-vue-i18n/download/@intlify/vite-plugin-vue-i18n-1.0.0-beta.12.tgz"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"directories":{},"maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vite-plugin-vue-i18n_1.0.0-beta.12_1610212289036_0.2681867781318006"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T16:02:14.432Z","publish_time":1610212289142,"_cnpm_publish_time":1610212289142},"1.0.0-beta.11":{"name":"@intlify/vite-plugin-vue-i18n","description":"Vite plugin for i18n resource pre-compilation and custom blocks","version":"1.0.0-beta.11","author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"bugs":{"url":"https://github.com/intlify/vite-plugin-vue-i18n/issues"},"changelog":{"labels":{"Type: Feature":":star: Features","Type: Bug":":bug: Bug Fixes","Type: Security":":lock: Security Fixes","Type: Performance":":chart_with_upwards_trend: Performance Fixes","Type: Improvement":":zap: Improvement Features","Type: Breaking":":boom: Breaking Change","Type: Deprecated":":warning: Deprecated Features","Type: I18n":":globe_with_meridians: Internationalization","Type: A11y":":wheelchair: Accessibility","Type: Documentation":":pencil: Documentation"}},"dependencies":{"@intlify/cli":"^0.1.2","@intlify/shared":"^9.0.0-beta.16","@rollup/pluginutils":"^4.1.0"},"devDependencies":{"@types/debug":"^4.1.5","@types/jest":"^26.0.16","@types/jsdom":"^16.2.5","@types/node":"^14.14.10","@typescript-eslint/eslint-plugin":"^4.11.0","@typescript-eslint/parser":"^4.11.0","@vitejs/plugin-vue":"^1.0.4","@vue/compiler-sfc":"^3.0.5","debug":"^4.1.1","eslint":"^7.16.0","eslint-config-prettier":"^7.1.0","eslint-plugin-prettier":"^3.3.0","eslint-plugin-vue":"^7.3.0","eslint-plugin-vue-libs":"^4.0.0","jest":"^26.6.3","jest-puppeteer":"^4.4.0","jest-watch-typeahead":"^0.6.1","jsdom":"^16.4.0","lerna-changelog":"^1.0.1","npm-run-all":"^4.1.5","opener":"^1.5.2","puppeteer":"^3.3.0","shipjs":"^0.23.0","ts-jest":"^26.4.0","typescript":"^4.1.3","typescript-eslint-language-service":"^4.1.2","vite":"2.0.0-beta.12","vue":"^3.0.5","vue-i18n":"^9.0.0-rc.1"},"engines":{"node":">= 12"},"homepage":"https://github.com/intlify/vite-plugin-vue-i18n#readme","keywords":["i18n","plugin","vite","vitejs","vue","vue-i18n"],"license":"MIT","main":"lib/index.js","repository":{"type":"git","url":"git+https://github.com/intlify/vite-plugin-vue-i18n.git"},"scripts":{"build":"tsc -p .","build:example":"vite build --config ./examples/vite.config.ts --outDir ./examples/dist","dev":"vite examples --config ./examples/vite.config.ts","dev:legacy":"vite examples/legacy --config ./examples/vite.config.ts","dev:global":"vite examples/global --config ./examples/vite.config.ts","dev:composition":"vite examples/composition --config ./examples/vite.config.ts","clean":"npm-run-all clean:*","clean:cache:jest":"jest --clearCache","clean:coverage":"rm -rf ./coverage","clean:lib":"rm -rf ./lib/index.js","coverage":"opener coverage/lcov-report/index.html","fix":"npm-run-all --parallel lint:fix format:fix","format":"prettier --config .prettierrc --ignore-path .prettierignore '**/*.{js,json,html}'","format:fix":"yarn format --write","lint":"eslint ./src ./test --ext .ts","lint:fix":"yarn lint --fix","release:prepare":"shipjs prepare","release:trigger":"shipjs trigger","test":"yarn lint && yarn test:cover && yarn test:e2e","test:cover":"yarn test:unit --coverage","test:e2e":"jest --runInBand --config ./jest.e2e.config.js","test:unit":"jest --env node","test:watch":"jest --env node --watch","watch":"tsc -p . --watch"},"types":"lib/index.d.ts","readmeFilename":"README.md","gitHead":"cdd4c4212583e28f89f306d11cb429500456d29f","_id":"@intlify/vite-plugin-vue-i18n@1.0.0-beta.11","_nodeVersion":"14.1.0","_npmVersion":"6.14.4","dist":{"shasum":"cf93e84b685071a9cb9bb34b548704089c93f2e5","size":15437,"noattachment":false,"key":"/@intlify/vite-plugin-vue-i18n/-/@intlify/vite-plugin-vue-i18n-1.0.0-beta.11.tgz","tarball":"http://registry.cnpm.dingdandao.com/@intlify/vite-plugin-vue-i18n/download/@intlify/vite-plugin-vue-i18n-1.0.0-beta.11.tgz"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"directories":{},"maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vite-plugin-vue-i18n_1.0.0-beta.11_1610109089106_0.08317343563269786"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T16:02:12.760Z","publish_time":1610109089242,"_cnpm_publish_time":1610109089242},"1.0.0-beta.10":{"name":"@intlify/vite-plugin-vue-i18n","description":"Vite plugin for i18n resource pre-compilation and custom blocks","version":"1.0.0-beta.10","author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"bugs":{"url":"https://github.com/intlify/vite-plugin-vue-i18n/issues"},"changelog":{"labels":{"Type: Feature":":star: Features","Type: Bug":":bug: Bug Fixes","Type: Security":":lock: Security Fixes","Type: Performance":":chart_with_upwards_trend: Performance Fixes","Type: Improvement":":zap: Improvement Features","Type: Breaking":":boom: Breaking Change","Type: Deprecated":":warning: Deprecated Features","Type: I18n":":globe_with_meridians: Internationalization","Type: A11y":":wheelchair: Accessibility","Type: Documentation":":pencil: Documentation"}},"dependencies":{"@intlify/cli":"^0.1.2","@intlify/shared":"^9.0.0-beta.16","@rollup/pluginutils":"^4.1.0"},"devDependencies":{"@types/debug":"^4.1.5","@types/jest":"^26.0.16","@types/jsdom":"^16.2.5","@types/node":"^14.14.10","@typescript-eslint/eslint-plugin":"^4.11.0","@typescript-eslint/parser":"^4.11.0","@vitejs/plugin-vue":"^1.0.4","@vue/compiler-sfc":"^3.0.5","debug":"^4.1.1","eslint":"^7.16.0","eslint-config-prettier":"^7.1.0","eslint-plugin-prettier":"^3.3.0","eslint-plugin-vue":"^7.3.0","eslint-plugin-vue-libs":"^4.0.0","jest":"^26.6.3","jest-puppeteer":"^4.4.0","jest-watch-typeahead":"^0.6.1","jsdom":"^16.4.0","lerna-changelog":"^1.0.1","npm-run-all":"^4.1.5","opener":"^1.5.2","puppeteer":"^3.3.0","serve":"^11.3.2","shipjs":"^0.23.0","ts-jest":"^26.4.0","typescript":"^4.1.3","typescript-eslint-language-service":"^4.1.2","vite":"2.0.0-beta.12","vue":"^3.0.5","vue-i18n":"^9.0.0-rc.1"},"engines":{"node":">= 12"},"homepage":"https://github.com/intlify/vite-plugin-vue-i18n#readme","keywords":["i18n","plugin","vite","vitejs","vue","vue-i18n"],"license":"MIT","main":"lib/index.js","repository":{"type":"git","url":"git+https://github.com/intlify/vite-plugin-vue-i18n.git"},"scripts":{"build":"tsc -p .","build:example":"vite build --config ./examples/vite.config.ts --outDir ./examples/dist","dev:legacy":"vite examples/legacy --config ./examples/vite.config.ts","dev:global":"vite examples/global --config ./examples/vite.config.ts","dev:composition":"vite examples/composition --config ./examples/vite.config.ts","clean":"npm-run-all clean:*","clean:cache:jest":"jest --clearCache","clean:coverage":"rm -rf ./coverage","clean:lib":"rm -rf ./lib/index.js","coverage":"opener coverage/lcov-report/index.html","fix":"npm-run-all --parallel lint:fix format:fix","format":"prettier --config .prettierrc --ignore-path .prettierignore '**/*.{js,json,html}'","format:fix":"yarn format --write","lint":"eslint ./src ./test --ext .ts","lint:fix":"yarn lint --fix","release:prepare":"shipjs prepare","release:trigger":"shipjs trigger","test":"yarn lint && yarn test:cover","test:cover":"yarn test:unit --coverage","test:e2e":"yarn build:example && jest --runInBand --config ./jest.e2e.config.js","test:unit":"jest --env node","test:watch":"jest --env node --watch","watch":"tsc -p . --watch"},"types":"lib/index.d.ts","gitHead":"dfdfa5a3c787ccbaa31ade04c075c22438c94e49","_id":"@intlify/vite-plugin-vue-i18n@1.0.0-beta.10","_nodeVersion":"14.1.0","_npmVersion":"6.14.4","dist":{"shasum":"6fb4e3a3afe11ac85fe99e84468a9f9bfeedd70e","size":15525,"noattachment":false,"key":"/@intlify/vite-plugin-vue-i18n/-/@intlify/vite-plugin-vue-i18n-1.0.0-beta.10.tgz","tarball":"http://registry.cnpm.dingdandao.com/@intlify/vite-plugin-vue-i18n/download/@intlify/vite-plugin-vue-i18n-1.0.0-beta.10.tgz"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"directories":{},"maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vite-plugin-vue-i18n_1.0.0-beta.10_1610102001253_0.6112124849475109"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T16:02:11.126Z","publish_time":1610102001377,"_cnpm_publish_time":1610102001377},"1.0.0-beta.9":{"name":"@intlify/vite-plugin-vue-i18n","description":"Vite plugin for i18n resource pre-compilation and custom blocks","version":"1.0.0-beta.9","author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"bugs":{"url":"https://github.com/intlify/vite-plugin-vue-i18n/issues"},"changelog":{"labels":{"Type: Feature":":star: Features","Type: Bug":":bug: Bug Fixes","Type: Security":":lock: Security Fixes","Type: Performance":":chart_with_upwards_trend: Performance Fixes","Type: Improvement":":zap: Improvement Features","Type: Breaking":":boom: Breaking Change","Type: Deprecated":":warning: Deprecated Features","Type: I18n":":globe_with_meridians: Internationalization","Type: A11y":":wheelchair: Accessibility","Type: Documentation":":pencil: Documentation"}},"dependencies":{"@intlify/cli":"^0.1.2","@intlify/shared":"^9.0.0-beta.16","@rollup/pluginutils":"^4.1.0"},"devDependencies":{"@types/debug":"^4.1.5","@types/jest":"^26.0.16","@types/jsdom":"^16.2.5","@types/node":"^14.14.10","@typescript-eslint/eslint-plugin":"^4.11.0","@typescript-eslint/parser":"^4.11.0","@vitejs/plugin-vue":"^1.0.4","@vue/compiler-sfc":"^3.0.5","debug":"^4.1.1","eslint":"^7.16.0","eslint-config-prettier":"^7.1.0","eslint-plugin-prettier":"^3.3.0","eslint-plugin-vue":"^7.3.0","eslint-plugin-vue-libs":"^4.0.0","jest":"^26.6.3","jest-puppeteer":"^4.4.0","jest-watch-typeahead":"^0.6.1","jsdom":"^16.4.0","lerna-changelog":"^1.0.1","npm-run-all":"^4.1.5","opener":"^1.5.2","puppeteer":"^3.3.0","serve":"^11.3.2","shipjs":"^0.23.0","ts-jest":"^26.4.0","typescript":"^4.1.3","typescript-eslint-language-service":"^4.1.2","vite":"2.0.0-beta.12","vue":"^3.0.5","vue-i18n":"^9.0.0-rc.1"},"engines":{"node":">= 12"},"homepage":"https://github.com/intlify/vite-plugin-vue-i18n#readme","keywords":["i18n","plugin","vite","vitejs","vue","vue-i18n"],"license":"MIT","main":"lib/index.js","repository":{"type":"git","url":"git+https://github.com/intlify/vite-plugin-vue-i18n.git"},"scripts":{"build":"tsc -p .","build:example":"vite build --config ./examples/vite.config.ts --outDir ./examples/dist","dev:legacy":"vite examples/legacy --config ./examples/vite.config.ts","dev:global":"vite examples/global --config ./examples/vite.config.ts","dev:composition":"vite examples/composition --config ./examples/vite.config.ts","clean":"npm-run-all clean:*","clean:cache:jest":"jest --clearCache","clean:coverage":"rm -rf ./coverage","clean:lib":"rm -rf ./lib/index.js","coverage":"opener coverage/lcov-report/index.html","fix":"npm-run-all --parallel lint:fix format:fix","format":"prettier --config .prettierrc --ignore-path .prettierignore '**/*.{js,json,html}'","format:fix":"yarn format --write","lint":"eslint ./src ./test --ext .ts","lint:fix":"yarn lint --fix","release:prepare":"shipjs prepare","release:trigger":"shipjs trigger","test":"yarn lint && yarn test:cover","test:cover":"yarn test:unit --coverage","test:e2e":"yarn build:example && jest --runInBand --config ./jest.e2e.config.js","test:unit":"jest --env node","test:watch":"jest --env node --watch","watch":"tsc -p . --watch"},"types":"lib/index.d.ts","readmeFilename":"README.md","gitHead":"db2f64073d860507bc9db37dc92fb30e188e00e0","_id":"@intlify/vite-plugin-vue-i18n@1.0.0-beta.9","_nodeVersion":"14.1.0","_npmVersion":"6.14.4","dist":{"shasum":"91aa686e00be6e151aa022d422349a13b7f934ef","size":13897,"noattachment":false,"key":"/@intlify/vite-plugin-vue-i18n/-/@intlify/vite-plugin-vue-i18n-1.0.0-beta.9.tgz","tarball":"http://registry.cnpm.dingdandao.com/@intlify/vite-plugin-vue-i18n/download/@intlify/vite-plugin-vue-i18n-1.0.0-beta.9.tgz"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"directories":{},"maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vite-plugin-vue-i18n_1.0.0-beta.9_1610083368946_0.5190236961033521"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T16:02:09.500Z","publish_time":1610083369091,"_cnpm_publish_time":1610083369091},"1.0.0-beta.8":{"name":"@intlify/vite-plugin-vue-i18n","description":"Vite plugin for i18n resource pre-compilation and custom blocks","version":"1.0.0-beta.8","author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"bugs":{"url":"https://github.com/intlify/vite-plugin-vue-i18n/issues"},"changelog":{"labels":{"Type: Feature":":star: Features","Type: Bug":":bug: Bug Fixes","Type: Security":":lock: Security Fixes","Type: Performance":":chart_with_upwards_trend: Performance Fixes","Type: Improvement":":zap: Improvement Features","Type: Breaking":":boom: Breaking Change","Type: Deprecated":":warning: Deprecated Features","Type: I18n":":globe_with_meridians: Internationalization","Type: A11y":":wheelchair: Accessibility","Type: Documentation":":pencil: Documentation"}},"dependencies":{"@intlify/cli":"^0.1.2","@intlify/shared":"^9.0.0-beta.16","@rollup/pluginutils":"^4.1.0"},"devDependencies":{"@types/debug":"^4.1.5","@types/jest":"^26.0.16","@types/jsdom":"^16.2.5","@types/node":"^14.14.10","@typescript-eslint/eslint-plugin":"^4.11.0","@typescript-eslint/parser":"^4.11.0","@vitejs/plugin-vue":"^1.0.3","@vue/compiler-sfc":"^3.0.5","debug":"^4.1.1","eslint":"^7.16.0","eslint-config-prettier":"^7.1.0","eslint-plugin-prettier":"^3.3.0","eslint-plugin-vue":"^7.3.0","eslint-plugin-vue-libs":"^4.0.0","jest":"^26.6.3","jest-puppeteer":"^4.4.0","jest-watch-typeahead":"^0.6.1","jsdom":"^16.4.0","lerna-changelog":"^1.0.1","npm-run-all":"^4.1.5","opener":"^1.5.2","puppeteer":"^3.3.0","serve":"^11.3.2","shipjs":"^0.23.0","ts-jest":"^26.4.0","typescript":"^4.1.3","typescript-eslint-language-service":"^4.1.2","vite":"2.0.0-beta.9","vue":"^3.0.5","vue-i18n":"^9.0.0-rc.1"},"engines":{"node":">= 12"},"homepage":"https://github.com/intlify/vite-plugin-vue-i18n#readme","keywords":["i18n","plugin","vite","vitejs","vue","vue-i18n"],"license":"MIT","main":"lib/index.js","repository":{"type":"git","url":"git+https://github.com/intlify/vite-plugin-vue-i18n.git"},"scripts":{"build":"tsc -p .","build:example":"echo 'e2e test!'","clean":"npm-run-all clean:*","clean:cache:jest":"jest --clearCache","clean:coverage":"rm -rf ./coverage","clean:lib":"rm -rf ./lib/index.js","coverage":"opener coverage/lcov-report/index.html","fix":"npm-run-all --parallel lint:fix format:fix","format":"prettier --config .prettierrc --ignore-path .prettierignore '**/*.{js,json,html}'","format:fix":"yarn format --write","lint":"eslint ./src ./test --ext .ts","lint:fix":"yarn lint --fix","release:prepare":"shipjs prepare","release:trigger":"shipjs trigger","test":"yarn lint && yarn test:cover","test:cover":"yarn test:unit --coverage","test:e2e":"yarn build:example && jest --runInBand --config ./jest.e2e.config.js","test:unit":"jest --env node","test:watch":"jest --env node --watch","watch":"tsc -p . --watch"},"types":"lib/index.d.ts","gitHead":"6208636017846cc2dc28f6c4b2f94fb3a01f2f07","_id":"@intlify/vite-plugin-vue-i18n@1.0.0-beta.8","_nodeVersion":"14.1.0","_npmVersion":"6.14.4","dist":{"shasum":"18b1a50bcc3ecad27562dfa13517b0b488b84c6b","size":13807,"noattachment":false,"key":"/@intlify/vite-plugin-vue-i18n/-/@intlify/vite-plugin-vue-i18n-1.0.0-beta.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/@intlify/vite-plugin-vue-i18n/download/@intlify/vite-plugin-vue-i18n-1.0.0-beta.8.tgz"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"directories":{},"maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vite-plugin-vue-i18n_1.0.0-beta.8_1610078672668_0.6383655946809628"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T16:02:07.841Z","publish_time":1610078672838,"_cnpm_publish_time":1610078672838},"1.0.0-beta.7":{"name":"@intlify/vite-plugin-vue-i18n","description":"Vite plugin for i18n resource pre-compilation and custom blocks","version":"1.0.0-beta.7","author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"bugs":{"url":"https://github.com/intlify/vite-plugin-vue-i18n/issues"},"changelog":{"labels":{"Type: Feature":":star: Features","Type: Bug":":bug: Bug Fixes","Type: Security":":lock: Security Fixes","Type: Performance":":chart_with_upwards_trend: Performance Fixes","Type: Improvement":":zap: Improvement Features","Type: Breaking":":boom: Breaking Change","Type: Deprecated":":warning: Deprecated Features","Type: I18n":":globe_with_meridians: Internationalization","Type: A11y":":wheelchair: Accessibility","Type: Documentation":":pencil: Documentation"}},"dependencies":{"@intlify/cli":"^0.1.2","@intlify/shared":"^9.0.0-beta.16","@rollup/pluginutils":"^4.1.0"},"devDependencies":{"@types/debug":"^4.1.5","@types/jest":"^26.0.16","@types/jsdom":"^16.2.5","@types/node":"^14.14.10","@typescript-eslint/eslint-plugin":"^4.11.0","@typescript-eslint/parser":"^4.11.0","@vitejs/plugin-vue":"^1.0.3","@vue/compiler-sfc":"^3.0.5","debug":"^4.1.1","eslint":"^7.16.0","eslint-config-prettier":"^7.1.0","eslint-plugin-prettier":"^3.3.0","eslint-plugin-vue":"^7.3.0","eslint-plugin-vue-libs":"^4.0.0","jest":"^26.6.3","jest-puppeteer":"^4.4.0","jest-watch-typeahead":"^0.6.1","jsdom":"^16.4.0","lerna-changelog":"^1.0.1","npm-run-all":"^4.1.5","opener":"^1.5.2","puppeteer":"^3.3.0","serve":"^11.3.2","shipjs":"^0.23.0","ts-jest":"^26.4.0","typescript":"^4.1.3","typescript-eslint-language-service":"^4.1.2","vite":"2.0.0-beta.4","vue":"^3.0.5","vue-i18n":"^9.0.0-beta.18"},"engines":{"node":">= 12"},"homepage":"https://github.com/intlify/vite-plugin-vue-i18n#readme","keywords":["i18n","plugin","vite","vitejs","vue","vue-i18n"],"license":"MIT","main":"lib/index.js","repository":{"type":"git","url":"git+https://github.com/intlify/vite-plugin-vue-i18n.git"},"scripts":{"build":"tsc -p .","build:example":"echo 'e2e test!'","clean":"npm-run-all clean:*","clean:cache:jest":"jest --clearCache","clean:coverage":"rm -rf ./coverage","clean:lib":"rm -rf ./lib/index.js","coverage":"opener coverage/lcov-report/index.html","fix":"npm-run-all --parallel lint:fix format:fix","format":"prettier --config .prettierrc --ignore-path .prettierignore '**/*.{js,json,html}'","format:fix":"yarn format --write","lint":"eslint ./src ./test --ext .ts","lint:fix":"yarn lint --fix","release:prepare":"shipjs prepare","release:trigger":"shipjs trigger","test":"yarn lint && yarn test:cover","test:cover":"yarn test:unit --coverage","test:e2e":"yarn build:example && jest --runInBand --config ./jest.e2e.config.js","test:unit":"jest --env node","test:watch":"jest --env node --watch","watch":"tsc -p . --watch"},"types":"lib/index.d.ts","readmeFilename":"README.md","gitHead":"bc58f89210fedb328f82acd6813d9b9c093abebe","_id":"@intlify/vite-plugin-vue-i18n@1.0.0-beta.7","_nodeVersion":"14.1.0","_npmVersion":"6.14.4","dist":{"shasum":"97a6a6965a69cce7ecaed77f038c708153fd771d","size":61691,"noattachment":false,"key":"/@intlify/vite-plugin-vue-i18n/-/@intlify/vite-plugin-vue-i18n-1.0.0-beta.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/@intlify/vite-plugin-vue-i18n/download/@intlify/vite-plugin-vue-i18n-1.0.0-beta.7.tgz"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"directories":{},"maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vite-plugin-vue-i18n_1.0.0-beta.7_1609750545012_0.8392591558945852"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T16:02:06.190Z","publish_time":1609750545172,"_cnpm_publish_time":1609750545172},"1.0.0-beta.6":{"name":"@intlify/vite-plugin-vue-i18n","description":"Vite plugin for i18n resource pre-compilation and custom blocks","version":"1.0.0-beta.6","author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"bugs":{"url":"https://github.com/intlify/vite-plugin-vue-i18n/issues"},"changelog":{"labels":{"Type: Feature":":star: Features","Type: Bug":":bug: Bug Fixes","Type: Security":":lock: Security Fixes","Type: Performance":":chart_with_upwards_trend: Performance Fixes","Type: Improvement":":zap: Improvement Features","Type: Breaking":":boom: Breaking Change","Type: Deprecated":":warning: Deprecated Features","Type: I18n":":globe_with_meridians: Internationalization","Type: A11y":":wheelchair: Accessibility","Type: Documentation":":pencil: Documentation"}},"dependencies":{"@intlify/cli":"^0.1.2","@intlify/shared":"^9.0.0-beta.16","@rollup/pluginutils":"^4.1.0"},"devDependencies":{"@types/debug":"^4.1.5","@types/jest":"^26.0.16","@types/jsdom":"^16.2.5","@types/node":"^14.14.10","@typescript-eslint/eslint-plugin":"^4.11.0","@typescript-eslint/parser":"^4.11.0","@vitejs/plugin-vue":"^1.0.3","@vue/compiler-sfc":"^3.0.5","debug":"^4.1.1","eslint":"^7.16.0","eslint-config-prettier":"^7.1.0","eslint-plugin-prettier":"^3.3.0","eslint-plugin-vue":"^7.3.0","eslint-plugin-vue-libs":"^4.0.0","jest":"^26.6.3","jest-puppeteer":"^4.4.0","jest-watch-typeahead":"^0.6.1","jsdom":"^16.4.0","lerna-changelog":"^1.0.1","npm-run-all":"^4.1.5","opener":"^1.5.2","puppeteer":"^3.3.0","serve":"^11.3.2","shipjs":"^0.23.0","ts-jest":"^26.4.0","typescript":"^4.1.3","typescript-eslint-language-service":"^4.1.2","vite":"2.0.0-beta.3","vue-i18n":"^9.0.0-beta.18"},"engines":{"node":">= 12"},"homepage":"https://github.com/intlify/vite-plugin-vue-i18n#readme","keywords":["i18n","plugin","vite","vitejs","vue","vue-i18n"],"license":"MIT","main":"lib/index.js","repository":{"type":"git","url":"git+https://github.com/intlify/vite-plugin-vue-i18n.git"},"scripts":{"build":"tsc -p .","build:example":"echo 'e2e test!'","clean":"npm-run-all clean:*","clean:cache:jest":"jest --clearCache","clean:coverage":"rm -rf ./coverage","clean:lib":"rm -rf ./lib/index.js","coverage":"opener coverage/lcov-report/index.html","fix":"npm-run-all --parallel lint:fix format:fix","format":"prettier --config .prettierrc --ignore-path .prettierignore '**/*.{js,json,html}'","format:fix":"yarn format --write","lint":"eslint ./src ./test --ext .ts","lint:fix":"yarn lint --fix","release:prepare":"shipjs prepare","release:trigger":"shipjs trigger","test":"yarn lint && yarn test:cover","test:cover":"yarn test:unit --coverage","test:e2e":"yarn build:example && jest --runInBand --config ./jest.e2e.config.js","test:unit":"jest --env node","test:watch":"jest --env node --watch","watch":"tsc -p . --watch"},"types":"lib/index.d.ts","readmeFilename":"README.md","gitHead":"3b77eea3248abf34ed99eb69043775d3893ea9eb","_id":"@intlify/vite-plugin-vue-i18n@1.0.0-beta.6","_nodeVersion":"14.1.0","_npmVersion":"6.14.4","dist":{"shasum":"816dd1416183b44332373cacb2d65894fdcc22d6","size":62251,"noattachment":false,"key":"/@intlify/vite-plugin-vue-i18n/-/@intlify/vite-plugin-vue-i18n-1.0.0-beta.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/@intlify/vite-plugin-vue-i18n/download/@intlify/vite-plugin-vue-i18n-1.0.0-beta.6.tgz"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"directories":{},"maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vite-plugin-vue-i18n_1.0.0-beta.6_1609694538364_0.3413130894389338"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T16:02:04.092Z","publish_time":1609694538657,"_cnpm_publish_time":1609694538657},"1.0.0-beta.5":{"name":"@intlify/vite-plugin-vue-i18n","description":"Vite plugin for i18n resource pre-compilation and custom blocks","version":"1.0.0-beta.5","author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"bugs":{"url":"https://github.com/intlify/vite-plugin-vue-i18n/issues"},"changelog":{"labels":{"Type: Feature":":star: Features","Type: Bug":":bug: Bug Fixes","Type: Security":":lock: Security Fixes","Type: Performance":":chart_with_upwards_trend: Performance Fixes","Type: Improvement":":zap: Improvement Features","Type: Breaking":":boom: Breaking Change","Type: Deprecated":":warning: Deprecated Features","Type: I18n":":globe_with_meridians: Internationalization","Type: A11y":":wheelchair: Accessibility","Type: Documentation":":pencil: Documentation"}},"dependencies":{"@intlify/cli":"^0.1.2","@intlify/core-base":"^9.0.0-beta.16","@intlify/message-compiler":"^9.0.0-beta.16","@intlify/shared":"^9.0.0-beta.16","@rollup/pluginutils":"^4.1.0","jsonc-eslint-parser":"^0.6.0","yaml-eslint-parser":"^0.2.0"},"devDependencies":{"@rollup/plugin-alias":"^3.1.1","@types/debug":"^4.1.5","@types/jest":"^26.0.16","@types/jsdom":"^16.2.5","@types/node":"^14.14.10","@typescript-eslint/eslint-plugin":"^4.11.0","@typescript-eslint/parser":"^4.11.0","debug":"^4.1.1","eslint":"^7.16.0","eslint-config-prettier":"^7.1.0","eslint-plugin-prettier":"^3.3.0","eslint-plugin-vue":"^7.3.0","eslint-plugin-vue-libs":"^4.0.0","jest":"^26.6.3","jest-puppeteer":"^4.4.0","jest-watch-typeahead":"^0.6.1","jsdom":"^16.4.0","lerna-changelog":"^1.0.1","npm-run-all":"^4.1.5","opener":"^1.5.2","puppeteer":"^3.3.0","serve":"^11.3.2","shipjs":"^0.23.0","ts-jest":"^26.4.0","typescript":"^4.1.3","typescript-eslint-language-service":"^4.1.2","vite":"1.0.0-rc.13","vue-i18n":"^9.0.0-beta.16"},"engines":{"node":">= 10"},"homepage":"https://github.com/intlify/vite-plugin-vue-i18n#readme","keywords":["i18n","plugin","vite","vitejs","vue","vue-i18n"],"license":"MIT","main":"lib/index.js","repository":{"type":"git","url":"git+https://github.com/intlify/vite-plugin-vue-i18n.git"},"scripts":{"build":"tsc -p .","build:example":"echo 'e2e test!'","clean":"npm-run-all clean:*","clean:cache:jest":"jest --clearCache","clean:coverage":"rm -rf ./coverage","clean:lib":"rm -rf ./lib/index.js","coverage":"opener coverage/lcov-report/index.html","fix":"npm-run-all --parallel lint:fix format:fix","format":"prettier --config .prettierrc --ignore-path .prettierignore '**/*.{js,json,html}'","format:fix":"yarn format --write","lint":"eslint ./src ./test --ext .ts","lint:fix":"yarn lint --fix","release:prepare":"shipjs prepare","release:trigger":"shipjs trigger","test":"yarn lint && yarn test:cover","test:cover":"yarn test:unit --coverage","test:e2e":"yarn build:example && jest --runInBand --config ./jest.e2e.config.js","test:unit":"jest --env node","test:watch":"jest --env node --watch","watch":"tsc -p . --watch"},"types":"lib/index.d.ts","readmeFilename":"README.md","gitHead":"858d3e622abe2eab16d8b21e48d954f89b7e00ff","_id":"@intlify/vite-plugin-vue-i18n@1.0.0-beta.5","_nodeVersion":"14.1.0","_npmVersion":"6.14.4","dist":{"shasum":"92723842accf845dbfb7220b40e9144353165355","size":142361,"noattachment":false,"key":"/@intlify/vite-plugin-vue-i18n/-/@intlify/vite-plugin-vue-i18n-1.0.0-beta.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/@intlify/vite-plugin-vue-i18n/download/@intlify/vite-plugin-vue-i18n-1.0.0-beta.5.tgz"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"directories":{},"maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vite-plugin-vue-i18n_1.0.0-beta.5_1609447307256_0.6706538696310611"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T16:02:02.008Z","publish_time":1609447307511,"_cnpm_publish_time":1609447307511},"1.0.0-beta.4":{"name":"@intlify/vite-plugin-vue-i18n","description":"Vite plugin for i18n resource pre-compilation and custom blocks","version":"1.0.0-beta.4","author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"bugs":{"url":"https://github.com/intlify/vite-plugin-vue-i18n/issues"},"changelog":{"labels":{"Type: Feature":":star: Features","Type: Bug":":bug: Bug Fixes","Type: Security":":lock: Security Fixes","Type: Performance":":chart_with_upwards_trend: Performance Fixes","Type: Improvement":":zap: Improvement Features","Type: Breaking":":boom: Breaking Change","Type: Deprecated":":warning: Deprecated Features","Type: I18n":":globe_with_meridians: Internationalization","Type: A11y":":wheelchair: Accessibility","Type: Documentation":":pencil: Documentation"}},"dependencies":{"@intlify/core-base":"^9.0.0-beta.16","@intlify/message-compiler":"^9.0.0-beta.16","@intlify/shared":"^9.0.0-beta.16","@rollup/pluginutils":"^4.1.0","jsonc-eslint-parser":"^0.6.0","yaml-eslint-parser":"^0.2.0"},"devDependencies":{"@rollup/plugin-alias":"^3.1.1","@types/debug":"^4.1.5","@types/jest":"^26.0.16","@types/jsdom":"^16.2.5","@types/node":"^14.14.10","@typescript-eslint/eslint-plugin":"^4.11.0","@typescript-eslint/parser":"^4.11.0","debug":"^4.1.1","eslint":"^7.16.0","eslint-config-prettier":"^7.1.0","eslint-plugin-prettier":"^3.3.0","eslint-plugin-vue":"^7.3.0","eslint-plugin-vue-libs":"^4.0.0","jest":"^26.6.3","jest-puppeteer":"^4.4.0","jest-watch-typeahead":"^0.6.1","jsdom":"^16.4.0","lerna-changelog":"^1.0.1","npm-run-all":"^4.1.5","opener":"^1.5.2","puppeteer":"^3.3.0","serve":"^11.3.2","shipjs":"^0.23.0","ts-jest":"^26.4.0","typescript":"^4.1.3","typescript-eslint-language-service":"^4.1.2","vite":"1.0.0-rc.13","vue-i18n":"^9.0.0-beta.16"},"engines":{"node":">= 10"},"homepage":"https://github.com/intlify/vite-plugin-vue-i18n#readme","keywords":["i18n","plugin","vite","vitejs","vue","vue-i18n"],"license":"MIT","main":"lib/index.js","repository":{"type":"git","url":"git+https://github.com/intlify/vite-plugin-vue-i18n.git"},"scripts":{"build":"tsc -p .","build:example":"echo 'e2e test!'","clean":"npm-run-all clean:*","clean:cache:jest":"jest --clearCache","clean:coverage":"rm -rf ./coverage","clean:lib":"rm -rf ./lib/index.js","coverage":"opener coverage/lcov-report/index.html","fix":"npm-run-all --parallel lint:fix format:fix","format":"prettier --config .prettierrc --ignore-path .prettierignore '**/*.{js,json,html}'","format:fix":"yarn format --write","lint":"eslint ./src ./test --ext .ts","lint:fix":"yarn lint --fix","release:prepare":"shipjs prepare","release:trigger":"shipjs trigger","test":"yarn lint && yarn test:cover","test:cover":"yarn test:unit --coverage","test:e2e":"yarn build:example && jest --runInBand --config ./jest.e2e.config.js","test:unit":"jest --env node","test:watch":"jest --env node --watch","watch":"tsc -p . --watch"},"types":"lib/index.d.ts","readmeFilename":"README.md","gitHead":"a08abcbef9730b20d83ef60b568d4940d9ccc903","_id":"@intlify/vite-plugin-vue-i18n@1.0.0-beta.4","_nodeVersion":"14.1.0","_npmVersion":"6.14.4","dist":{"shasum":"2ef55bdab430abeec27e1662dd901a6905b60f49","size":145377,"noattachment":false,"key":"/@intlify/vite-plugin-vue-i18n/-/@intlify/vite-plugin-vue-i18n-1.0.0-beta.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/@intlify/vite-plugin-vue-i18n/download/@intlify/vite-plugin-vue-i18n-1.0.0-beta.4.tgz"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"directories":{},"maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vite-plugin-vue-i18n_1.0.0-beta.4_1608802922340_0.29656080004340235"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T16:01:59.717Z","publish_time":1608802922514,"_cnpm_publish_time":1608802922514},"1.0.0-beta.3":{"name":"@intlify/vite-plugin-vue-i18n","description":"Vite plugin for custom blocks","version":"1.0.0-beta.3","author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"bugs":{"url":"https://github.com/intlify/vite-plugin-vue-i18n/issues"},"changelog":{"labels":{"Type: Feature":":star: Features","Type: Bug":":bug: Bug Fixes","Type: Security":":lock: Security Fixes","Type: Performance":":chart_with_upwards_trend: Performance Fixes","Type: Improvement":":zap: Improvement Features","Type: Breaking":":boom: Breaking Change","Type: Deprecated":":warning: Deprecated Features","Type: I18n":":globe_with_meridians: Internationalization","Type: A11y":":wheelchair: Accessibility","Type: Documentation":":pencil: Documentation"}},"dependencies":{"@intlify/core-base":"^9.0.0-beta.15","@intlify/message-compiler":"^9.0.0-beta.15","@intlify/shared":"^9.0.0-beta.15","jsonc-eslint-parser":"^0.6.0","yaml-eslint-parser":"^0.2.0"},"devDependencies":{"@rollup/plugin-alias":"^3.1.1","@types/debug":"^4.1.5","@types/jest":"^26.0.16","@types/jsdom":"^16.2.5","@types/node":"^14.14.10","@typescript-eslint/eslint-plugin":"^4.11.0","@typescript-eslint/parser":"^4.11.0","debug":"^4.1.1","eslint":"^7.16.0","eslint-config-prettier":"^7.1.0","eslint-plugin-prettier":"^3.3.0","eslint-plugin-vue":"^7.3.0","eslint-plugin-vue-libs":"^4.0.0","jest":"^26.6.3","jest-puppeteer":"^4.4.0","jest-watch-typeahead":"^0.6.1","jsdom":"^16.4.0","lerna-changelog":"^1.0.1","npm-run-all":"^4.1.5","opener":"^1.5.2","puppeteer":"^3.3.0","serve":"^11.3.2","shipjs":"^0.23.0","ts-jest":"^26.4.0","typescript":"^4.1.3","typescript-eslint-language-service":"^4.1.2","vite":"1.0.0-rc.13","vue-i18n":"^9.0.0-beta.15"},"engines":{"node":">= 10"},"homepage":"https://github.com/intlify/vite-plugin-vue-i18n#readme","keywords":["i18n","plugin","vite","vitejs","vue","vue-i18n"],"license":"MIT","main":"lib/index.js","repository":{"type":"git","url":"git+https://github.com/intlify/vite-plugin-vue-i18n.git"},"scripts":{"build":"tsc -p .","build:example":"echo 'e2e test!'","clean":"npm-run-all clean:*","clean:cache:jest":"jest --clearCache","clean:coverage":"rm -rf ./coverage","clean:lib":"rm -rf ./lib/index.js","coverage":"opener coverage/lcov-report/index.html","fix":"npm-run-all --parallel lint:fix format:fix","format":"prettier --config .prettierrc --ignore-path .prettierignore '**/*.{js,json,html}'","format:fix":"yarn format --write","lint":"eslint ./src ./test --ext .ts","lint:fix":"yarn lint --fix","release:prepare":"shipjs prepare","release:trigger":"shipjs trigger","test":"yarn lint && yarn test:cover","test:cover":"yarn test:unit --coverage","test:e2e":"yarn build:example && jest --runInBand --config ./jest.e2e.config.js","test:unit":"jest --env node","test:watch":"jest --env node --watch","watch":"tsc -p . --watch"},"types":"lib/index.d.ts","readmeFilename":"README.md","gitHead":"13ec00c3be71919ed99815f14b26886916d7fc90","_id":"@intlify/vite-plugin-vue-i18n@1.0.0-beta.3","_nodeVersion":"14.1.0","_npmVersion":"6.14.4","dist":{"shasum":"78eee2ef2627ca7111bf5ad75b5562a964e08e1c","size":432124,"noattachment":false,"key":"/@intlify/vite-plugin-vue-i18n/-/@intlify/vite-plugin-vue-i18n-1.0.0-beta.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@intlify/vite-plugin-vue-i18n/download/@intlify/vite-plugin-vue-i18n-1.0.0-beta.3.tgz"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"directories":{},"maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vite-plugin-vue-i18n_1.0.0-beta.3_1608630946030_0.9004159968095982"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T16:01:57.630Z","publish_time":1608630946224,"_cnpm_publish_time":1608630946224},"1.0.0-beta.2":{"name":"@intlify/vite-plugin-vue-i18n","description":"Vite plugin for custom blocks","version":"1.0.0-beta.2","author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"bugs":{"url":"https://github.com/intlify/vite-plugin-vue-i18n/issues"},"changelog":{"labels":{"Type: Feature":":star: Features","Type: Bug":":bug: Bug Fixes","Type: Security":":lock: Security Fixes","Type: Performance":":chart_with_upwards_trend: Performance Fixes","Type: Improvement":":zap: Improvement Features","Type: Breaking":":boom: Breaking Change","Type: Deprecated":":warning: Deprecated Features","Type: I18n":":globe_with_meridians: Internationalization","Type: A11y":":wheelchair: Accessibility","Type: Documentation":":pencil: Documentation"}},"dependencies":{"js-yaml":"^3.14.0","json5":"^2.1.3","vue-i18n":"^9.0.0-beta.10"},"devDependencies":{"@rollup/plugin-alias":"^3.1.1","@types/debug":"^4.1.5","@types/jest":"^26.0.16","@types/js-yaml":"^3.12.5","@types/jsdom":"^16.2.5","@types/json5":"^0.0.30","@types/node":"^14.14.10","@typescript-eslint/eslint-plugin":"^4.9.0","@typescript-eslint/parser":"^4.9.0","debug":"^4.1.1","eslint":"^7.14.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.1.3","eslint-plugin-vue":"^7.1.0","eslint-plugin-vue-libs":"^4.0.0","jest":"^26.6.3","jest-puppeteer":"^4.4.0","jest-watch-typeahead":"^0.6.1","jsdom":"^16.4.0","lerna-changelog":"^1.0.1","npm-run-all":"^4.1.5","opener":"^1.5.2","puppeteer":"^3.3.0","serve":"^11.3.2","shipjs":"^0.23.0","ts-jest":"^26.4.0","typescript":"^4.1.2","typescript-eslint-language-service":"^4.1.2","vite":"1.0.0-rc.13"},"engines":{"node":">= 10"},"homepage":"https://github.com/intlify/vite-plugin-vue-i18n#readme","keywords":["i18n","plugin","vite","vitejs","vue","vue-i18n"],"license":"MIT","main":"lib/index.js","types":"lib/index.d.ts","repository":{"type":"git","url":"git+https://github.com/intlify/vite-plugin-vue-i18n.git"},"scripts":{"build":"tsc -p .","build:example":"yarn build && npm-run-all --parallel build:example:*","build:example:legacy":"npx vite build --config ./examples/legacy/vite.config.ts --outDir ./examples/legacy","build:example:composable":"npx vite build --config ./examples/composable/vite.config.ts --outDir ./examples/composable","build:example:global":"npx vite build --config ./examples/global/vite.config.ts --outDir ./examples/global","clean":"npm-run-all clean:*","clean:lib":"rm -rf ./lib/index.js","clean:example":"npm-run-all clean:example:*","clean:example:legacy":"rm -rf ./examples/legacy/index.js","clean:example:composable":"rm -rf ./examples/composable/index.js","clean:example:global":"rm -rf ./examples/global/index.js","clean:cache:jest":"jest --clearCache","clean:coverage":"rm -rf ./coverage","coverage":"opener coverage/lcov-report/index.html","fix":"npm-run-all --parallel lint:fix format:fix","format":"prettier --config .prettierrc --ignore-path .prettierignore '**/*.{js,json,html}'","format:fix":"yarn format --write","lint":"eslint ./src ./test --ext .ts","lint:fix":"yarn lint --fix","release:prepare":"shipjs prepare","release:trigger":"shipjs trigger","test":"yarn lint && yarn test:cover","test:cover":"yarn test:unit --coverage","test:e2e":"yarn build:example && jest --runInBand --config ./jest.e2e.config.js","test:unit":"jest --env node","test:watch":"jest --env node --watch","watch":"tsc -p . --watch"},"readmeFilename":"README.md","gitHead":"3af43fe998c439249462d639728c6af4d3f2a2df","_id":"@intlify/vite-plugin-vue-i18n@1.0.0-beta.2","_nodeVersion":"14.1.0","_npmVersion":"6.14.4","dist":{"shasum":"e8e8a3554ae2cc626358700cc7e5efa36d86b26f","size":10909,"noattachment":false,"key":"/@intlify/vite-plugin-vue-i18n/-/@intlify/vite-plugin-vue-i18n-1.0.0-beta.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@intlify/vite-plugin-vue-i18n/download/@intlify/vite-plugin-vue-i18n-1.0.0-beta.2.tgz"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"directories":{},"maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vite-plugin-vue-i18n_1.0.0-beta.2_1607078095391_0.03222793096335819"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T16:01:55.108Z","publish_time":1607078095556,"_cnpm_publish_time":1607078095556},"1.0.0-beta.1":{"name":"@intlify/vite-plugin-vue-i18n","description":"Vite plugin for custom blocks","version":"1.0.0-beta.1","author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"bugs":{"url":"https://github.com/intlify/vite-plugin-vue-i18n/issues"},"changelog":{"labels":{"Type: Feature":":star: Features","Type: Bug":":bug: Bug Fixes","Type: Security":":lock: Security Fixes","Type: Performance":":chart_with_upwards_trend: Performance Fixes","Type: Improvement":":zap: Improvement Features","Type: Breaking":":boom: Breaking Change","Type: Deprecated":":warning: Deprecated Features","Type: I18n":":globe_with_meridians: Internationalization","Type: A11y":":wheelchair: Accessibility","Type: Documentation":":pencil: Documentation"}},"dependencies":{"js-yaml":"^3.14.0","json5":"^2.1.3","vue-i18n":"^9.0.0-beta.6"},"devDependencies":{"@rollup/plugin-alias":"^3.1.1","@types/debug":"^4.1.5","@types/jest":"^26.0.8","@types/js-yaml":"^3.12.4","@types/jsdom":"^16.2.3","@types/json5":"^0.0.30","@types/node":"^14.11.0","@typescript-eslint/eslint-plugin":"^4.4.0","@typescript-eslint/parser":"^4.4.0","debug":"^4.1.1","eslint":"^7.11.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.1.3","eslint-plugin-vue":"^7.1.0","eslint-plugin-vue-libs":"^4.0.0","jest":"^26.5.0","jest-puppeteer":"^4.4.0","jest-watch-typeahead":"^0.6.1","jsdom":"^16.4.0","lerna-changelog":"^1.0.1","npm-run-all":"^4.1.5","opener":"^1.5.1","puppeteer":"^3.3.0","serve":"^11.3.2","shipjs":"^0.22.0","ts-jest":"^26.4.0","typescript":"^4.0.3","typescript-eslint-language-service":"^4.0.1","vite":"1.0.0-rc.4"},"engines":{"node":">= 10"},"homepage":"https://github.com/intlify/vite-plugin-vue-i18n#readme","keywords":["i18n","plugin","vite","vitejs","vue","vue-i18n"],"license":"MIT","main":"lib/index.js","types":"lib/index.d.ts","repository":{"type":"git","url":"git+https://github.com/intlify/vite-plugin-vue-i18n.git"},"scripts":{"build":"tsc -p .","build:example":"yarn build && npm-run-all --parallel build:example:*","build:example:legacy":"vite build -c ./examples/legacy/vite.config.ts --outDir ./examples/legacy","build:example:composable":"vite build -c ./examples/composable/vite.config.ts --outDir ./examples/composable","clean":"npm-run-all clean:*","clean:lib":"rm -rf ./lib/index.js","clean:example":"npm-run-all clean:example:*","clean:example:legacy":"rm -rf ./examples/legacy/index.js","clean:example:composable":"rm -rf ./examples/composable/index.js","clean:cache:jest":"jest --clearCache","clean:coverage":"rm -rf ./coverage","coverage":"opener coverage/lcov-report/index.html","fix":"npm-run-all --parallel lint:fix format:fix","format":"prettier --config .prettierrc --ignore-path .prettierignore '**/*.{js,json,html}'","format:fix":"yarn format --write","lint":"eslint ./src ./test --ext .ts","lint:fix":"yarn lint --fix","release:prepare":"shipjs prepare","release:trigger":"shipjs trigger","test":"yarn lint && yarn test:cover","test:cover":"yarn test:unit --coverage","test:e2e":"yarn build:example && jest --runInBand --config ./jest.e2e.config.js","test:unit":"jest --env node","test:watch":"jest --env node --watch","watch":"tsc -p . --watch"},"readmeFilename":"README.md","gitHead":"0a8fc4b4869ec095b0ba577a3c0273a596286fc1","_id":"@intlify/vite-plugin-vue-i18n@1.0.0-beta.1","_nodeVersion":"14.1.0","_npmVersion":"6.14.4","dist":{"shasum":"7d20654872d41f153afd8afdc4c296eb6f939a94","size":10641,"noattachment":false,"key":"/@intlify/vite-plugin-vue-i18n/-/@intlify/vite-plugin-vue-i18n-1.0.0-beta.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@intlify/vite-plugin-vue-i18n/download/@intlify/vite-plugin-vue-i18n-1.0.0-beta.1.tgz"},"maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vite-plugin-vue-i18n_1.0.0-beta.1_1603108265676_0.8391913332743197"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T16:01:53.414Z","publish_time":1603108265788,"_cnpm_publish_time":1603108265788},"1.0.0-alpha.2":{"name":"@intlify/vite-plugin-vue-i18n","description":"Vite plugin for custom blocks","version":"1.0.0-alpha.2","author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"bugs":{"url":"https://github.com/intlify/vite-plugin-vue-i18n/issues"},"changelog":{"labels":{"Type: Feature":":star: Features","Type: Bug":":bug: Bug Fixes","Type: Security":":lock: Security Fixes","Type: Performance":":chart_with_upwards_trend: Performance Fixes","Type: Improvement":":zap: Improvement Features","Type: Breaking":":boom: Breaking Change","Type: Deprecated":":warning: Deprecated Features","Type: I18n":":globe_with_meridians: Internationalization","Type: A11y":":wheelchair: Accessibility","Type: Documentation":":pencil: Documentation"}},"dependencies":{"js-yaml":"^3.14.0","json5":"^2.1.3","vue-i18n":"^9.0.0-beta.4"},"devDependencies":{"@rollup/plugin-alias":"^3.1.1","@types/debug":"^4.1.5","@types/jest":"^26.0.8","@types/js-yaml":"^3.12.4","@types/jsdom":"^16.2.3","@types/json5":"^0.0.30","@types/node":"^14.0.11","@typescript-eslint/eslint-plugin":"^4.1.0","@typescript-eslint/parser":"^4.1.0","debug":"^4.1.1","eslint":"^7.10.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.1.3","eslint-plugin-vue":"^7.0.0","eslint-plugin-vue-libs":"^4.0.0","jest":"^26.4.0","jest-puppeteer":"^4.4.0","jest-watch-typeahead":"^0.6.1","jsdom":"^16.2.2","lerna-changelog":"^1.0.1","npm-run-all":"^4.1.5","opener":"^1.5.1","puppeteer":"^3.3.0","serve":"^11.3.2","shipjs":"^0.22.0","ts-jest":"^26.4.0","typescript":"^4.0.2","typescript-eslint-language-service":"^4.0.1","vite":"1.0.0-rc.4"},"engines":{"node":">= 10"},"homepage":"https://github.com/intlify/vite-plugin-vue-i18n#readme","keywords":["i18n","plugin","vite","vitejs","vue","vue-i18n"],"license":"MIT","main":"lib/index.js","types":"lib/index.d.ts","repository":{"type":"git","url":"git+https://github.com/intlify/vite-plugin-vue-i18n.git"},"scripts":{"build":"tsc -p .","build:example":"yarn build && npm-run-all --parallel build:example:*","build:example:legacy":"vite build -c ./examples/legacy/vite.config.ts --outDir ./examples/legacy","build:example:composable":"vite build -c ./examples/composable/vite.config.ts --outDir ./examples/composable","clean":"npm-run-all clean:*","clean:lib":"rm -rf ./lib/index.js","clean:example":"npm-run-all clean:example:*","clean:example:legacy":"rm -rf ./examples/legacy/index.js","clean:example:composable":"rm -rf ./examples/composable/index.js","clean:cache:jest":"jest --clearCache","clean:coverage":"rm -rf ./coverage","coverage":"opener coverage/lcov-report/index.html","fix":"npm-run-all --parallel lint:fix format:fix","format":"prettier --config .prettierrc --ignore-path .prettierignore '**/*.{js,json,html}'","format:fix":"yarn format --write","lint":"eslint ./src ./test --ext .ts","lint:fix":"yarn lint --fix","release:prepare":"shipjs prepare","release:trigger":"shipjs trigger","test":"yarn lint && yarn test:cover","test:cover":"yarn test:unit --coverage","test:e2e":"yarn build:example && jest --runInBand --config ./jest.e2e.config.js","test:unit":"jest --env node","test:watch":"jest --env node --watch","watch":"tsc -p . --watch"},"gitHead":"16b1bdb3329daa5b9f2367db0b090863744574c4","_id":"@intlify/vite-plugin-vue-i18n@1.0.0-alpha.2","_nodeVersion":"14.1.0","_npmVersion":"6.14.4","dist":{"shasum":"1b85f258eee86a481ddbc7a4dd356c99bfb80b7d","size":10605,"noattachment":false,"key":"/@intlify/vite-plugin-vue-i18n/-/@intlify/vite-plugin-vue-i18n-1.0.0-alpha.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@intlify/vite-plugin-vue-i18n/download/@intlify/vite-plugin-vue-i18n-1.0.0-alpha.2.tgz"},"maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vite-plugin-vue-i18n_1.0.0-alpha.2_1601740469638_0.11631290161755525"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T16:01:51.751Z","publish_time":1601740469848,"_cnpm_publish_time":1601740469848},"1.0.0-alpha.1":{"name":"@intlify/vite-plugin-vue-i18n","description":"Vite plugin for custom blocks","version":"1.0.0-alpha.1","author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"bugs":{"url":"https://github.com/intlify/vite-plugin-vue-i18n/issues"},"changelog":{"labels":{"Type: Feature":":star: Features","Type: Bug":":bug: Bug Fixes","Type: Security":":lock: Security Fixes","Type: Performance":":chart_with_upwards_trend: Performance Fixes","Type: Improvement":":zap: Improvement Features","Type: Breaking":":boom: Breaking Change","Type: Deprecated":":warning: Deprecated Features","Type: I18n":":globe_with_meridians: Internationalization","Type: A11y":":wheelchair: Accessibility","Type: Documentation":":pencil: Documentation"}},"dependencies":{"js-yaml":"^3.14.0","json5":"^2.1.3","vue-i18n":"^9.0.0-beta.1"},"devDependencies":{"@rollup/plugin-alias":"^3.1.1","@types/debug":"^4.1.5","@types/jest":"^26.0.8","@types/js-yaml":"^3.12.4","@types/jsdom":"^16.2.3","@types/json5":"^0.0.30","@types/node":"^14.0.11","@typescript-eslint/eslint-plugin":"^4.1.0","@typescript-eslint/parser":"^4.1.0","debug":"^4.1.1","eslint":"^7.9.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.1.3","eslint-plugin-vue":"^7.0.0-beta.2","eslint-plugin-vue-libs":"^4.0.0","jest":"^26.0.1","jest-puppeteer":"^4.4.0","jest-watch-typeahead":"^0.6.0","jsdom":"^16.2.2","lerna-changelog":"^1.0.1","npm-run-all":"^4.1.5","opener":"^1.5.1","puppeteer":"^3.3.0","serve":"^11.3.2","shipjs":"^0.19.0","ts-jest":"^26.1.0","typescript":"^4.0.2","typescript-eslint-language-service":"^4.0.0","vite":"1.0.0-rc.4"},"engines":{"node":">= 10"},"homepage":"https://github.com/intlify/vite-plugin-vue-i18n#readme","keywords":["i18n","plugin","vite","vitejs","vue","vue-i18n"],"license":"MIT","main":"lib/index.js","repository":{"type":"git","url":"git+https://github.com/intlify/vite-plugin-vue-i18n.git"},"scripts":{"build":"tsc -p .","build:example":"yarn build && npm-run-all --parallel build:example:*","build:example:legacy":"vite build -c ./examples/legacy/vite.config.ts --outDir ./examples/legacy","build:example:composable":"vite build -c ./examples/composable/vite.config.ts --outDir ./examples/composable","clean":"npm-run-all clean:*","clean:lib":"rm -rf ./lib/index.js","clean:example":"npm-run-all clean:example:*","clean:example:legacy":"rm -rf ./examples/legacy/index.js","clean:example:composable":"rm -rf ./examples/composable/index.js","clean:cache:jest":"jest --clearCache","clean:coverage":"rm -rf ./coverage","coverage":"opener coverage/lcov-report/index.html","fix":"npm-run-all --parallel lint:fix format:fix","format":"prettier --config .prettierrc --ignore-path .prettierignore '**/*.{js,json,html}'","format:fix":"yarn format --write","lint":"eslint ./src ./test --ext .ts","lint:fix":"yarn lint --fix","release:prepare":"shipjs prepare","release:trigger":"shipjs trigger","test":"yarn lint && yarn test:cover","test:cover":"yarn test:unit --coverage","test:e2e":"yarn build:example && jest --runInBand --config ./jest.e2e.config.js","test:unit":"jest --env node","test:watch":"jest --env node --watch","watch":"tsc -p . --watch"},"readmeFilename":"README.md","licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 kazuya kawaguchi\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","_id":"@intlify/vite-plugin-vue-i18n@1.0.0-alpha.1","dist":{"shasum":"710a7cd87efe2883df1a38955bd574c3902798fe","size":10736,"noattachment":false,"key":"/@intlify/vite-plugin-vue-i18n/-/@intlify/vite-plugin-vue-i18n-1.0.0-alpha.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@intlify/vite-plugin-vue-i18n/download/@intlify/vite-plugin-vue-i18n-1.0.0-alpha.1.tgz"},"maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vite-plugin-vue-i18n_1.0.0-alpha.1_1600049484109_0.43998206518644367"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T16:01:50.113Z","publish_time":1600049484276,"_cnpm_publish_time":1600049484276},"0.2.0":{"name":"@intlify/vite-plugin-vue-i18n","description":"Vite plugin for custom blocks","version":"0.2.0","author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"bugs":{"url":"https://github.com/intlify/vite-plugin-vue-i18n/issues"},"changelog":{"labels":{"Type: Feature":":star: Features","Type: Bug":":bug: Bug Fixes","Type: Security":":lock: Security Fixes","Type: Performance":":chart_with_upwards_trend: Performance Fixes","Type: Improvement":":zap: Improvement Features","Type: Breaking":":boom: Breaking Change","Type: Deprecated":":warning: Deprecated Features","Type: I18n":":globe_with_meridians: Internationalization","Type: A11y":":wheelchair: Accessibility","Type: Documentation":":pencil: Documentation"}},"dependencies":{"js-yaml":"^3.14.0","json5":"^2.1.3","vue-i18n":"^9.0.0-alpha.12"},"devDependencies":{"@rollup/plugin-alias":"^3.1.1","@types/debug":"^4.1.5","@types/jest":"^26.0.8","@types/js-yaml":"^3.12.4","@types/jsdom":"^16.2.3","@types/json5":"^0.0.30","@types/node":"^14.0.11","@typescript-eslint/eslint-plugin":"^3.8.0","@typescript-eslint/parser":"^3.8.0","debug":"^4.1.1","eslint":"^7.6.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.1.3","eslint-plugin-vue":"^7.0.0-beta.1","eslint-plugin-vue-libs":"^4.0.0","jest":"^26.0.1","jest-puppeteer":"^4.4.0","jest-watch-typeahead":"^0.6.0","jsdom":"^16.2.2","lerna-changelog":"^1.0.1","npm-run-all":"^4.1.5","opener":"^1.5.1","puppeteer":"^3.3.0","serve":"^11.3.2","shipjs":"^0.19.0","ts-jest":"^26.1.0","typescript":"^3.9.7","typescript-eslint-language-service":"^3.0.0","vite":"1.0.0-rc.4"},"engines":{"node":">= 10"},"homepage":"https://github.com/intlify/vite-plugin-vue-i18n#readme","keywords":["i18n","plugin","vite","vitejs","vue","vue-i18n"],"license":"MIT","main":"lib/index.js","repository":{"type":"git","url":"git+https://github.com/intlify/vite-plugin-vue-i18n.git"},"scripts":{"build":"tsc -p .","build:example":"yarn build && npm-run-all --parallel build:example:*","build:example:legacy":"vite build -c ./examples/legacy/vite.config.ts --outDir ./examples/legacy","build:example:composable":"vite build -c ./examples/composable/vite.config.ts --outDir ./examples/composable","clean":"npm-run-all clean:*","clean:lib":"rm -rf ./lib/index.js","clean:example":"npm-run-all clean:example:*","clean:example:legacy":"rm -rf ./examples/legacy/index.js","clean:example:composable":"rm -rf ./examples/composable/index.js","clean:cache:jest":"jest --clearCache","clean:coverage":"rm -rf ./coverage","coverage":"opener coverage/lcov-report/index.html","fix":"npm-run-all --parallel lint:fix format:fix","format":"prettier --config .prettierrc --ignore-path .prettierignore '**/*.{js,json,html}'","format:fix":"yarn format --write","lint":"eslint ./src ./test --ext .ts","lint:fix":"yarn lint --fix","release:prepare":"shipjs prepare","release:trigger":"shipjs trigger","test":"yarn lint && yarn test:cover","test:cover":"yarn test:unit --coverage","test:e2e":"yarn build:example && jest --runInBand --config ./jest.e2e.config.js","test:unit":"jest --env node","test:watch":"jest --env node --watch","watch":"tsc -p . --watch"},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 kazuya kawaguchi\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","_id":"@intlify/vite-plugin-vue-i18n@0.2.0","dist":{"shasum":"f1acf2a6451ef39dad446422d2d95787ebe32680","size":10715,"noattachment":false,"key":"/@intlify/vite-plugin-vue-i18n/-/@intlify/vite-plugin-vue-i18n-0.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@intlify/vite-plugin-vue-i18n/download/@intlify/vite-plugin-vue-i18n-0.2.0.tgz"},"maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vite-plugin-vue-i18n_0.2.0_1596611046925_0.04442114741049075"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T16:01:48.448Z","publish_time":1596611047087,"_cnpm_publish_time":1596611047087},"0.1.0":{"name":"@intlify/vite-plugin-vue-i18n","description":"Vite plugin for custom blocks","version":"0.1.0","author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"bugs":{"url":"https://github.com/intlify/vite-plugin-vue-i18n/issues"},"changelog":{"labels":{"Type: Feature":":star: Features","Type: Bug":":bug: Bug Fixes","Type: Security":":lock: Security Fixes","Type: Performance":":chart_with_upwards_trend: Performance Fixes","Type: Improvement":":zap: Improvement Features","Type: Breaking":":boom: Breaking Change","Type: Deprecated":":warning: Deprecated Features","Type: I18n":":globe_with_meridians: Internationalization","Type: A11y":":wheelchair: Accessibility","Type: Documentation":":pencil: Documentation"}},"dependencies":{"js-yaml":"^3.14.0","json5":"^2.1.3","vue-i18n":"^9.0.0-alpha.10"},"devDependencies":{"@rollup/plugin-alias":"^3.1.1","@types/debug":"^4.1.5","@types/jest":"^25.2.3","@types/js-yaml":"^3.12.4","@types/jsdom":"^16.2.3","@types/json5":"^0.0.30","@types/node":"^14.0.11","@typescript-eslint/eslint-plugin":"^3.1.0","@typescript-eslint/parser":"^3.1.0","debug":"^4.1.1","eslint":"^7.1.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.1.3","eslint-plugin-vue":"^7.0.0-alpha.5","eslint-plugin-vue-libs":"^4.0.0","jest":"^26.0.1","jest-puppeteer":"^4.4.0","jest-watch-typeahead":"^0.6.0","jsdom":"^16.2.2","lerna-changelog":"^1.0.1","npm-run-all":"^4.1.5","opener":"^1.5.1","puppeteer":"^3.3.0","serve":"^11.3.2","shipjs":"^0.19.0","ts-jest":"^26.1.0","typescript":"^3.9.5","typescript-eslint-language-service":"^3.0.0","vite":"^0.20.4"},"engines":{"node":">= 10"},"homepage":"https://github.com/intlify/vite-plugin-vue-i18n#readme","keywords":["i18n","plugin","vite","vitejs","vue","vue-i18n"],"license":"MIT","main":"lib/index.js","repository":{"type":"git","url":"git+https://github.com/intlify/vite-plugin-vue-i18n.git"},"scripts":{"build":"tsc --skipLibCheck -p .","build:example":"yarn build && npm-run-all --parallel build:example:*","build:example:legacy":"vite build -c ./examples/legacy/vite.config.ts --outDir ./examples/legacy","build:example:composable":"vite build -c ./examples/composable/vite.config.ts --outDir ./examples/composable","clean":"npm-run-all clean:*","clean:lib":"rm -rf ./lib/index.js","clean:example":"npm-run-all clean:example:*","clean:example:legacy":"rm -rf ./examples/legacy/index.js","clean:example:composable":"rm -rf ./examples/composable/index.js","clean:cache:jest":"jest --clearCache","clean:coverage":"rm -rf ./coverage","coverage":"opener coverage/lcov-report/index.html","fix":"npm-run-all --parallel lint:fix format:fix","format":"prettier --config .prettierrc --ignore-path .prettierignore '**/*.{js,json,html}'","format:fix":"yarn format --write","lint":"eslint ./src ./test --ext .ts","lint:fix":"yarn lint --fix","release:prepare":"shipjs prepare","release:trigger":"shipjs trigger","test":"yarn lint && yarn test:cover","test:cover":"yarn test:unit --coverage","test:e2e":"yarn build:example && jest --runInBand --config ./jest.e2e.config.js","test:unit":"jest --env node","test:watch":"jest --env node --watch","watch":"tsc -p . --watch"},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 kazuya kawaguchi\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","_id":"@intlify/vite-plugin-vue-i18n@0.1.0","dist":{"shasum":"1966c568b816f70c0ffabf6c803c4422715369c3","size":10471,"noattachment":false,"key":"/@intlify/vite-plugin-vue-i18n/-/@intlify/vite-plugin-vue-i18n-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@intlify/vite-plugin-vue-i18n/download/@intlify/vite-plugin-vue-i18n-0.1.0.tgz"},"maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vite-plugin-vue-i18n_0.1.0_1591381520731_0.6089595870077484"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T16:01:47.335Z","publish_time":1591381520840,"_cnpm_publish_time":1591381520840},"0.0.0":{"name":"@intlify/vite-plugin-vue-i18n","description":"Vite plugin for custom blocks","version":"0.0.0","author":{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com"},"bugs":{"url":"https://github.com/intlify/vite-plugin-vue-i18n/issues"},"changelog":{"labels":{"Type: Feature":":star: Features","Type: Bug":":bug: Bug Fixes","Type: Security":":lock: Security Fixes","Type: Performance":":chart_with_upwards_trend: Performance Fixes","Type: Improvement":":zap: Improvement Features","Type: Breaking":":boom: Breaking Change","Type: Deprecated":":warning: Deprecated Features","Type: I18n":":globe_with_meridians: Internationalization","Type: A11y":":wheelchair: Accessibility","Type: Documentation":":pencil: Documentation"}},"devDependencies":{"@types/jest":"^25.2.3","@types/node":"^14.0.11","@typescript-eslint/eslint-plugin":"^3.1.0","@typescript-eslint/parser":"^3.1.0","eslint":"^7.1.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.1.3","eslint-plugin-vue":"^7.0.0-alpha.5","eslint-plugin-vue-libs":"^4.0.0","jest":"^26.0.1","jest-watch-typeahead":"^0.6.0","lerna-changelog":"^1.0.1","npm-run-all":"^4.1.5","opener":"^1.5.1","shipjs":"^0.19.0","ts-jest":"^26.1.0","typescript":"^3.9.5","typescript-eslint-language-service":"^3.0.0"},"engines":{"node":">= 10"},"homepage":"https://github.com/intlify/vite-plugin-vue-i18n#readme","keywords":["i18n","plugin","vite","vitejs","vue","vue-i18n"],"license":"MIT","main":"lib/index.js","repository":{"type":"git","url":"git+https://github.com/intlify/vite-plugin-vue-i18n.git"},"scripts":{"build":"tsc -p .","clean":"npm-run-all clean:*","clean:cache:jest":"jest --clearCache","clean:coverage":"rm -rf ./coverage","clean:lib":"rm -rf ./lib/index.js","coverage":"opener coverage/lcov-report/index.html","fix":"npm-run-all --parallel lint:fix format:fix","format":"prettier --config .prettierrc --ignore-path .prettierignore '**/*.{js,json,html}'","format:fix":"yarn format --write","lint":"eslint ./src ./test --ext .ts","lint:fix":"yarn lint --fix","release:prepare":"shipjs prepare","release:trigger":"shipjs trigger","test":"yarn lint && yarn test:cover","test:cover":"yarn test:unit --coverage","test:unit":"jest --env node","test:watch":"jest --env node --watch","watch":"tsc -p . --watch"},"gitHead":"aad3ebc7aa398c6dfd297dc42c77cbc410d338d5","_id":"@intlify/vite-plugin-vue-i18n@0.0.0","_nodeVersion":"14.1.0","_npmVersion":"6.14.4","dist":{"shasum":"66eb2fdee14ea12e326669d90d7da2c1e3949e43","size":7000,"noattachment":false,"key":"/@intlify/vite-plugin-vue-i18n/-/@intlify/vite-plugin-vue-i18n-0.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@intlify/vite-plugin-vue-i18n/download/@intlify/vite-plugin-vue-i18n-0.0.0.tgz"},"maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vite-plugin-vue-i18n_0.0.0_1591371393050_0.9143858326025207"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T16:01:45.643Z","publish_time":1591371393372,"_cnpm_publish_time":1591371393372}},"readme":"# @intlify/vite-plugin-vue-i18n\n\n[![Lint](https://github.com/intlify/bundle-tools/actions/workflows/lint.yml/badge.svg)](https://github.com/intlify/bundle-tools/actions/workflows/lint.yml)\n[![Test](https://github.com/intlify/bundle-tools/actions/workflows/test.yml/badge.svg)](https://github.com/intlify/bundle-tools/actions/workflows/test.yml)\n[![npm](https://img.shields.io/npm/v/@intlify/vite-plugin-vue-i18n.svg?color=blueviolet)](https://www.npmjs.com/package/@intlify/vite-plugin-vue-i18n)\n\n\nVite plugin for Vue I18n\n\n## ???? Features\n\n- i18n resources pre-compilation\n- i18n custom block\n- Static bundle importing\n- Bundling optimizations\n\n## ???? Installation\n\n### npm\n\n```sh\n$ npm i --save-dev @intlify/vite-plugin-vue-i18n\n```\n\n### yarn\n\n```sh\n$ yarn add -D @intlify/vite-plugin-vue-i18n\n```\n\n## ⚠️ Notice\n\nWhen this plugin is installed, Vue I18n can only use the Composition API, and if you want to use the Legacy API, you need to set the `compositionOnly` option to `false`.\n\nAlso, if you do a production build with vite, Vue I18n will automatically bundle the runtime only module. If you need on-demand compilation with Message compiler, you need to set the `runtimeOnly` option to `false`.\n\n## ???? Usage\n\n### i18n resources pre-compilation\n\nSince `vue-i18n@v9.x`, the locale messages are handled with message compiler, which converts them to javascript functions after compiling. After compiling, message compiler converts them into javascript functions, which can improve the performance of the application.\n\nHowever, with the message compiler, the javascript function conversion will not work in some environments (e.g. CSP). For this reason, `vue-i18n@v9.x` and later offer a full version that includes compiler and runtime, and a runtime only version.\n\nIf you are using the runtime version, you will need to compile before importing locale messages by managing them in a file such as `.json`.\n\n#### Vite Config\n\nthe below example that `examples/composition/vite.config.ts`:\n\n```ts\nimport path from 'path'\nimport { defineConfig } from 'vite'\nimport vue from '@vitejs/plugin-vue'\nimport vueI18n from '@intlify/vite-plugin-vue-i18n'\n\nexport default defineConfig({\n  plugins: [\n    vue(), // you need to install `@vitejs/plugin-vue`\n    vueI18n({\n      // if you want to use Vue I18n Legacy API, you need to set `compositionOnly: false`\n      // compositionOnly: false,\n\n      // you need to set i18n resource including paths !\n      include: path.resolve(__dirname, './path/to/src/locales/**')\n    })\n  ]\n})\n```\n\n### i18n custom block\n\nThe below example that `examples/composition/App.vue` have `i18n` custom block:\n\n```vue\n<template>\n  <form>\n    <label>{{ t('language') }}</label>\n    <select v-model=\"locale\">\n      <option value=\"en\">en</option>\n      <option value=\"ja\">ja</option>\n    </select>\n  </form>\n  <p>{{ t('hello') }}</p>\n</template>\n\n<script>\nimport { useI18n } from 'vue-i18n'\n\nexport default {\n  name: 'App',\n  setup() {\n    const { locale, t } = useI18n({\n      inheritLocale: true\n    })\n\n    return { locale, t }\n  }\n}\n</script>\n\n<i18n>\n{\n  \"en\": {\n    \"language\": \"Language\",\n    \"hello\": \"hello, world!\"\n  },\n  \"ja\": {\n    \"language\": \"言語\",\n    \"hello\": \"こんにちは、世界！\"\n  }\n}\n</i18n>\n```\n\n### Locale Messages formatting\n\nYou can be used by specifying the following format in the `lang` attribute:\n\n- json (default)\n- yaml\n- yml\n- json5\n\nexample `yaml` format:\n\n```vue\n<i18n lang=\"yaml\">\nen:\n  hello: 'Hello World!'\nja:\n  hello: 'こんにちは、世界！'\n</i18n>\n```\n\n### Static bundle importing\n\nvite-plugin-vue-i18n allows you to statically bundle i18n resources such as `json` or `yaml` specified by the [`include` option](#include) of the plugin described below as locale messages with the `import` syntax.\n\nIn this case, only one i18n resource can be statically bundled at a time with `import` syntax, so the these code will be redundant for multiple locales.\n\n```js\nimport { createApp } from 'vue'\nimport { createI18n } from 'vue-i18n'\n/*\n * The i18n resources in the path specified in the plugin `include` option can be read\n * as vue-i18n optimized locale messages using the import syntax\n */\nimport en from './src/locales/en.json'\nimport ja from './src/locales/ja.yaml'\nimport fr from './src/locales/fr.json5'\n\nconst i18n = createI18n({\n  locale: 'en',\n  messages: {\n    en,\n    ja,\n    fr\n  }\n})\n\nconst app = createApp()\napp.use(i18n).mount('#app')\n```\n\nvite-plugin-vue-i18n can use the vite (rollup) mechanism to import all locales at once, using the special identifier `@intlify/vite-plugin-vue-i18n/messages`, as the bellow:\n\n```js\nimport { createApp } from 'vue'\nimport { createI18n } from 'vue-i18n'\n/*\n * All i18n resources specified in the plugin `include` option can be loaded\n * at once using the import syntax\n */\nimport messages from '@intlify/vite-plugin-vue-i18n/messages'\n\nconst i18n = createI18n({\n  locale: 'en',\n  messages\n})\n\nconst app = createApp()\napp.use(i18n).mount('#app')\n```\n\n### Client Types\n\nIf you want type definition of `@intlify/vite-plugin-vue-i18n/messages`, add `vite-plugin-vue-i18n/client` to `compilerOptions.types` of your tsconfig:\n\n```json\n{\n  \"compilerOptions\": {\n    \"types\": [\"@intlify/vite-plugin-vue-i18n/client\"]\n  }\n}\n```\n\n### Bundle optimizations\n\nvite-plugin-vue-i18n allows you to support bundle size optimization provided by vue-i18n.\n\n## ⚖️ Support for `petite-vue-i18n` (Experimental)\n\nvite-plugin-vue-i18n plugin support for `petite-vue-i18n`.\n\nvite-plugin-vue-i18n plugin provides several dedicated options for `petite-vue-i18n`.\n\nNote that it is as experimental as `Petite-vue-i18n`.\n\n## ???? Automatic bundling\n### For Vue I18n\nAs noted [here](https://vue-i18n.intlify.dev/installation.html#explanation-of-different-builds), NPM provides many different builds of Vue I18n.\n\nvite-plugin-vue-i18n will automatically select and bundle Vue I18n build according to the following vite behavior:\n\n- vite dev: `vue-i18n.esm-bundler.js`\n- vite build: `vue-i18n.runtime.esm-bundler.js`\n\nAbout details, See the [here](https://vue-i18n.intlify.dev/guide/advanced/optimization.html#improve-performance-and-reduce-bundle-size-with-runtime-build-only)\n\n### For `petite-vue-i18n`\n\nvite-plugin-vue-i18n will automatically select and bundle `petite-vue-i18n` build according to the following vite behavior:\n\n- vite dev: `petite-vue-i18n.esm-bundler.js`\n- vite build: `petite-vue-i18n.runtime.esm-bundler.js`\n\n## ???? Options\n\nYou can specify options in the plugin option to support bundle size optimization provided by vue-i18n.\n\nThe same thing can be [configured](https://vue-i18n.intlify.dev/guide/advanced/optimization.html#reduce-bundle-size-with-feature-build-flags) with the `define` option, but the plugin option is more friendly. Especially if you are using typescript, you can use intelisense.\n\nAbout details, See the below section\n\n### `include`\n\n- **Type:** `string | string[] | undefined`\n- **Default:** `undefined`\n\n  A [minimatch](https://github.com/isaacs/minimatch) pattern, or array of patterns, you can specify a path to pre-compile i18n resources files. The extensions of i18n resources to be precompiled are as follows:\n\n  ```\n  - json\n  - json5\n  - yaml\n  - yml\n  ```\n\n  Note `json` resources matches this option, it will be handled **before the internal json plugin of Vite, and will not be processed afterwards**, else the option doesn't match, the Vite side will handle.\n\n### `runtimeOnly`\n\n- **Type:** `boolean`\n- **Default:** `true`\n\n  Whether or not to automatically use Vue I18n **runtime-only** in production build, set in the `vue-i18n` field of Vite `resolve.alias` option.\n  If `false` is specified, Vue I18n (vue-i18n) package.json `module` field will be used.\n\n  For more details, See [here](#package-automatic-vue-i18n-bundling)\n\n### `compositionOnly`\n\n- **Type:** `boolean`\n- **Default:** `true`\n\n  Whether to make vue-i18n's API only composition API. **By default the legacy API is tree-shaken.**\n\n  For more details, See [here](https://vue-i18n.intlify.dev/guide/advanced/optimization.html#reduce-bundle-size-with-feature-build-flags)\n\n### `fullInstall`\n\n- **Type:** `boolean`\n- **Default:** `true`\n\n  Whether to install the full set of APIs, components, etc. provided by Vue I18n. By default, all of them will be installed.\n\n  If `false` is specified, **buld-in components and directive will not be installed in vue and will be tree-shaken.**\n\n  For more details, See [here](https://vue-i18n.intlify.dev/guide/advanced/optimization.html#reduce-bundle-size-with-feature-build-flags)\n\n### `forceStringify`\n\n- **Type:** `boolean`\n- **Default:** `false`\n\n  Whether pre-compile number and boolean values as message functions that return the string value.\n\n  For example, the following json resources:\n\n  ```json\n  {\n    \"trueValue\": true,\n    \"falseValue\": false,\n    \"nullValue\": null,\n    \"numberValue\": 1\n  }\n  ```\n\n  after pre-compiled (development):\n\n  ```js\n  export default {\n    trueValue: (() => {\n      const fn = ctx => {\n        const { normalize: _normalize } = ctx\n        return _normalize(['true'])\n      }\n      fn.source = 'true'\n      return fn\n    })(),\n    falseValue: (() => {\n      const fn = ctx => {\n        const { normalize: _normalize } = ctx\n        return _normalize(['false'])\n      }\n      fn.source = 'false'\n      return fn\n    })(),\n    nullValue: (() => {\n      const fn = ctx => {\n        const { normalize: _normalize } = ctx\n        return _normalize(['null'])\n      }\n      fn.source = 'null'\n      return fn\n    })(),\n    numberValue: (() => {\n      const fn = ctx => {\n        const { normalize: _normalize } = ctx\n        return _normalize(['1'])\n      }\n      fn.source = '1'\n      return fn\n    })()\n  }\n  ```\n\n### `defaultSFCLang`\n\n- **Type:** `string`\n- **Default:** `undefined`\n\n  Specify the content for all your inlined `i18n` custom blocks on your `SFC`.\n\n  `defaultSFCLang` must have one of the following values:\n\n  ```\n  - json\n  - json5\n  - yaml\n  - yml\n  ```\n\n  On inlined `i18n` custom blocks that have specified the `lang` attribute, the `defaultSFCLang` is not applied.\n\n  For example, with `defaultSFCLang: \"yaml\"` or `defaultSFCLang: \"yml\"`, this custom block:\n  ```html\n  <i18n lang=\"yaml\">\n  en:\n    hello: Hello\n  es:\n    hello: Hola\n  </i18n>\n  ```\n\n  and this another one, are equivalent:\n  ```html\n  <i18n>\n  en:\n    hello: Hello\n  es:\n    hello: Hola\n  </i18n>\n  ```\n\n### `globalSFCScope`\n\n- **Type:** `boolean`\n- **Default:** `undefined`\n\n  Whether to include all `i18n` custom blocks on your `SFC` on `global` scope.\n\n  If `true`, it will be applied to all inlined `i18n` or `imported` custom blocks.\n\n  **Warning**: beware enabling `globalSFCScope: true`, all `i18n` custom blocks in all your `SFC` will be on `global` scope.\n\n  For example, with `globalSFCScope: true`, this custom block:\n\n  ```html\n  <i18n lang=\"yaml\" global>\n  en:\n    hello: Hello\n  es:\n    hello: Hola\n  </i18n>\n  ```\n\n  and this another one, are equivalent:\n\n  ```html\n  <i18n lang=\"yaml\">\n  en:\n    hello: Hello\n  es:\n    hello: Hola\n  </i18n>\n  ```\n\n  You can also use `defaultSFCLang: \"yaml\"`, following with previous example, this another is also equivalent to previous ones:\n\n  ```html\n  <i18n>\n  en:\n    hello: Hello\n  es:\n    hello: Hola\n  </i18n>\n  ```\n\n### `useVueI18nImportName` (Experimental)\n\n- **Type:** `boolean`\n- **Default:** `false`\n\n  Whether to use the import name of `petite-vue-i18n` with the same import name as vue-i18n (`import { xxx } from 'vue-i18n'`).\n\n  This option allows a smooth migration from `petite-vue-i18n` to `vue-i18n` and allows progressive enhacement.\n\n\n## ???? Changelog\n\nDetails changes for each release are documented in the [CHANGELOG.md](https://github.com/intlify/bundle-tools/blob/main/packages/vite-plugin-vue-i18n/CHANGELOG.md)\n\n## ©️ License\n\n[MIT](http://opensource.org/licenses/MIT)\n","_attachments":{},"homepage":"https://github.com/intlify/bundle-tools/blob/main/packages/vite-plugin-vue-i18n/README.md","bugs":{"url":"https://github.com/intlify/bundle-tools/issues"},"license":"MIT"}