{"_id":"@intlify/eslint-plugin-svelte","_rev":"12-ccc7cb31738180ede76cd0a2bf2e5f65","name":"@intlify/eslint-plugin-svelte","dist-tags":{"latest":"1.0.0"},"versions":{"0.0.1":{"name":"@intlify/eslint-plugin-svelte","version":"0.0.1","keywords":["eslint","eslint-plugin","eslintplugin","i18n","internationalization","svelte","sveltejs"],"author":{"url":"https://github.com/ota-meshi","name":"Yosuke Ota"},"license":"MIT","_id":"@intlify/eslint-plugin-svelte@0.0.1","maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"homepage":"https://github.com/intlify/eslint-plugin-svelte#readme","bugs":{"url":"https://github.com/intlify/eslint-plugin-svelte/issues"},"dist":{"shasum":"fe529f63e46de4ef30dc59c367c95e586104e65b","tarball":"https://registry.npmjs.org/@intlify/eslint-plugin-svelte/-/eslint-plugin-svelte-0.0.1.tgz","fileCount":14,"integrity":"sha512-bGvSqW/kYzOKBmneuxkF31MM9+wMtlUIw6I4+0Wq8ER56g2Gz6B2lLi+2RbEr1N3B/UT+UU1lPR1J0jXJB8Ffw==","signatures":[{"sig":"MEQCIE8YNgYYzVq59zACELciqcNAFWIKpyNbZYeqtP9iL+GRAiBSlVqI6oy3smbIAiK9iGPNI0Q+1NLHzx2wOxdVa18hdw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15555,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg7qQ+CRA9TVsSAnZWagAA7yYQAIXm06MSpFI0LeDmHa1Q\noWg5FIjL5LRYp9ww2SJoqRH8lOpe+2DCHAC5OoyYArnjMr++ZhOtSYwSX544\nFbY98SgH+GLe6oEU1dSnz6VqlFaK6v/HdrTt1RjajbATXOneEY6Tyw++1+35\nG29gjprlETQAEd2rbv5BJNeGp8YvLn0HQq/aVJ1ARV+RtKmvIFcvf79qVLGV\nv9gfExQAsjbpiH7vmZ2GKO8gHKfcj116nJM3oY/65ab2jludkj6BHx2X5o+w\nTdCSBPCvc9z5933UCkxx2+FNWZjNCTBQSxd4TjbW19qc9eEZvGbwk0apu+PW\nM/4PEfnXPza1Mp/ecQQoo2TyQNRf1xEtR03eh3IEvSOBSdGoJTyiWx7VjdIr\npm+V3j0NILItZMe61kktMzbqAiNvEnAuEupo44MRicDN0ux0I/SDJ5gx1TCS\nPPbgY96tYrsUNRyPHunsRG3jZ8YMC/6u+q8/BOUxFnqZO0bKk0eetNKKoe0T\n2WKyoRR1p07Aij8N9ZJdgKm9qbMC4W6tCxswm/NynhoDNAoX+YPpJUtAPwPE\nv4LyveMNRRpSZzDb44dIKoQTaz+aVDju7lzMTD/8TP69uu/8kE/teuw05Ztu\njeHD3sCpccT1OfJnXrahLebmXO7tn5FSPkuwVGwvr7VyTEcQubv38O8CChWF\nX2l0\r\n=ou7o\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","engines":{"node":"^12.0.0 || >=14"},"gitHead":"dbe9a4fb00038b47ec9fae48949d4419ed9b793d","scripts":{"docs":"npm run build && vuepress dev docs","lint":"eslint . --ext js,ts,vue,md --ignore-pattern \"/tests/fixtures\"","test":"mocha --require ts-node/register \"./tests/**/*.ts\"","build":"tsc --project ./tsconfig.build.json","clean":"rimraf .nyc_output coverage dist docs/.vuepress/dist","coverage":"nyc report --reporter lcov && opener coverage/lcov-report/index.html","generate":"ts-node --transpile-only scripts/update.ts && prettier . --write","lint:docs":"prettier docs --check","docs:build":"npm run build && vuepress build docs","test:debug":"mocha --require ts-node/register/transpile-only \"./tests/**/*.ts\"","test:coverage":"nyc mocha --require ts-node/register \"./tests/**/*.ts\" --timeout 60000","release:prepare":"shipjs prepare","release:trigger":"shipjs trigger","test:integrations":"mocha ./tests-integrations/*.js --timeout 60000"},"_npmUser":{"name":"ota-meshi","email":"otameshiyo23@gmail.com"},"changelog":{"labels":{"Type: Bug":":bug: Bug Fixes","Type: A11y":":wheelchair: Accessibility","Type: I18n":":globe_with_meridians: Internationalization","Type: Feature":":star: Features","Type: Breaking":":boom: Breaking Change","Type: Security":":lock: Security Fixes","Type: Deprecated":":warning: Deprecated Features","Type: Improvement":":zap: Improvement Features","Type: Performance":":chart_with_upwards_trend: Performance Fixes","Type: Documentation":":pencil: Documentation"}},"repository":{"url":"git+https://github.com/intlify/eslint-plugin-svelte.git","type":"git"},"_npmVersion":"6.14.13","description":"ESLint plugin for internationalization with Svelte","directories":{},"_nodeVersion":"14.17.0","dependencies":{"debug":"^4.3.1","svelte-eslint-parser":"^0.4.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","mocha":"^8.0.0","eslint":"^7.0.0","opener":"^1.5.1","rimraf":"^3.0.0","shipjs":"^0.23.0","svelte":"^3.37.0","ts-node":"^9.0.0","eslint4b":"^7.16.0","prettier":"^2.0.5","vuepress":"^1.5.2","typescript":"^4.0.0","@types/debug":"^4.1.5","@types/eslint":"^7.2.10","lerna-changelog":"^1.0.1","vue-eslint-editor":"^1.1.0","vue-eslint-parser":"^7.6.0","vue-github-button":"^1.2.0","@types/eslint-scope":"^3.7.0","eslint-config-prettier":"^8.0.0","eslint-plugin-markdown":"^2.0.0","eslint-plugin-prettier":"^3.1.4","@typescript-eslint/parser":"^4.10.0","@types/eslint-visitor-keys":"^1.0.0","@typescript-eslint/eslint-plugin":"^4.10.0"},"peerDependencies":{"eslint":"^7.0.0","svelte":"^3.37.0"},"peerDependenciesMeta":{"svelte":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin-svelte_0.0.1_1626252350072_0.44055448768232797","host":"s3://npm-registry-packages"}},"0.0.2":{"name":"@intlify/eslint-plugin-svelte","version":"0.0.2","keywords":["eslint","eslint-plugin","eslintplugin","i18n","internationalization","svelte","sveltejs"],"author":{"url":"https://github.com/ota-meshi","name":"Yosuke Ota"},"license":"MIT","_id":"@intlify/eslint-plugin-svelte@0.0.2","maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"homepage":"https://github.com/intlify/eslint-plugin-svelte#readme","bugs":{"url":"https://github.com/intlify/eslint-plugin-svelte/issues"},"dist":{"shasum":"fb6a7e4573f8af22220678258a8d4ef70c137277","tarball":"https://registry.npmjs.org/@intlify/eslint-plugin-svelte/-/eslint-plugin-svelte-0.0.2.tgz","fileCount":14,"integrity":"sha512-nmPXm/SIhsifVpWxGv4cIPHRGGasPnbd4z2pHPQ7CPe90r+1A17z3EO9I+Jtr4hGx+Bz/c/FRfqM4uvZgfAXiQ==","signatures":[{"sig":"MEYCIQDHiQXXu89DYkjSZhAalDWXgDO8n1FIyOIO64oMUI37xwIhAOntluuvVdVZBMegzatFaHKcnGyO8WGTIqKz4lfwriEC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15826,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhHhf1CRA9TVsSAnZWagAAQ8UP/irvWRlJDhx1UnZdcpOx\n/UBYox8AQc2HNYcyw+muesTsRbWHHXJVTFe2r4RVMsgBY3lYaY8Zxm0RAYXU\nknugatGb4DsEcMZJyVQijFIgOGpoSW/pwEN4lWRpaye18UoQBxd/QbrTCYqF\n2nmYLWoWhmWoZi3K6NCZuosEf6jbckgCmqiFFZn6Mzg/S9glO/5jZtZy+wQg\nXkJgYOAFEqfeHWDEdRhO4rSI67jvqPzC408x/XUXy7g3wfbWgHdZ0qX8Tt6Y\nz5c6utFu/rtC4D/BUxtNa0EzQyRaH4l2Uqc2YjbQaAobKIPpQJI3tQKfvdzj\ndk4W8VhUMFhc1AKkFwEA8dIrwDpymtywT+AmcuSqPOKUlE4VQnX2ptnPfLuA\n/KwGul9qhx/oaYqli+BsbqmUq/h0YTsHh0UoQ9uUeqO2pY2RV2AvsVLbF7mG\nrYINnOgscwRYrjUbZwrjhCmlrkjTqqt3VOTQpVyXLt/CQFxIKO1GFDJeRrsC\nHJ6lsBi116DpuB8z6rctP7o85VXLAL3tGL0rJOIDWksvrlvlbEIikOH2Tx9u\n1GQkfgZ9+nhEYOF6YqUoSG58dq/T51ydiE9123S8pvnFCNqqmFeMrfK4ZCdw\n3Mn4NhCkzl9CSccFK6inNSbEqCKCAMojyc50ogEXDSpepZ6EG1z4TEUjcFyU\nVi2B\r\n=Ugtp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","engines":{"node":"^12.0.0 || >=14"},"gitHead":"24d83398e410b6bd30d6470a0a836a7afd266193","scripts":{"docs":"npm run build && vuepress dev docs","lint":"eslint . --ext js,ts,vue,md --ignore-pattern \"/tests/fixtures\"","test":"mocha --require ts-node/register \"./tests/**/*.ts\"","build":"tsc --project ./tsconfig.build.json","clean":"rimraf .nyc_output coverage dist docs/.vuepress/dist","coverage":"nyc report --reporter lcov && opener coverage/lcov-report/index.html","generate":"ts-node --transpile-only scripts/update.ts && prettier . --write","lint:docs":"prettier docs --check","docs:build":"npm run build && vuepress build docs","test:debug":"mocha --require ts-node/register/transpile-only \"./tests/**/*.ts\"","test:coverage":"nyc mocha --require ts-node/register \"./tests/**/*.ts\" --timeout 60000","release:prepare":"shipjs prepare","release:trigger":"shipjs trigger","test:integrations":"mocha ./tests-integrations/*.js --timeout 60000"},"_npmUser":{"name":"ota-meshi","email":"otameshiyo23@gmail.com"},"changelog":{"labels":{"Type: Bug":":bug: Bug Fixes","Type: A11y":":wheelchair: Accessibility","Type: I18n":":globe_with_meridians: Internationalization","Type: Feature":":star: Features","Type: Breaking":":boom: Breaking Change","Type: Security":":lock: Security Fixes","Type: Deprecated":":warning: Deprecated Features","Type: Improvement":":zap: Improvement Features","Type: Performance":":chart_with_upwards_trend: Performance Fixes","Type: Documentation":":pencil: Documentation"}},"repository":{"url":"git+https://github.com/intlify/eslint-plugin-svelte.git","type":"git"},"_npmVersion":"6.14.13","description":"ESLint plugin for internationalization with Svelte","directories":{},"_nodeVersion":"14.17.0","dependencies":{"debug":"^4.3.1","svelte-eslint-parser":"^0.4.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","mocha":"^8.0.0","eslint":"^7.0.0","opener":"^1.5.1","rimraf":"^3.0.0","shipjs":"^0.23.0","svelte":"^3.37.0","ts-node":"^9.0.0","eslint4b":"^7.16.0","prettier":"^2.0.5","vuepress":"^1.5.2","typescript":"^4.0.0","@types/debug":"^4.1.5","@types/eslint":"^7.2.10","lerna-changelog":"^1.0.1","vue-eslint-editor":"^1.1.0","vue-eslint-parser":"^7.6.0","vue-github-button":"^1.2.0","@types/eslint-scope":"^3.7.0","eslint-config-prettier":"^8.0.0","eslint-plugin-markdown":"^2.0.0","eslint-plugin-prettier":"^3.1.4","@typescript-eslint/parser":"^4.10.0","@types/eslint-visitor-keys":"^1.0.0","@typescript-eslint/eslint-plugin":"^4.10.0"},"peerDependencies":{"eslint":"^7.0.0 || ^8.0.0-0","svelte":"^3.37.0"},"peerDependenciesMeta":{"svelte":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin-svelte_0.0.2_1629362165550_0.7489670751813082","host":"s3://npm-registry-packages"}},"0.1.0":{"name":"@intlify/eslint-plugin-svelte","version":"0.1.0","keywords":["eslint","eslint-plugin","eslintplugin","i18n","internationalization","svelte","sveltejs"],"author":{"url":"https://github.com/ota-meshi","name":"Yosuke Ota"},"license":"MIT","_id":"@intlify/eslint-plugin-svelte@0.1.0","maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"homepage":"https://github.com/intlify/eslint-plugin-svelte#readme","bugs":{"url":"https://github.com/intlify/eslint-plugin-svelte/issues"},"dist":{"shasum":"42da0893d47e1bb181bc5d3135b1a81fbcfca5af","tarball":"https://registry.npmjs.org/@intlify/eslint-plugin-svelte/-/eslint-plugin-svelte-0.1.0.tgz","fileCount":14,"integrity":"sha512-KT6/A61F61z13dOahy04EckBBV5JvKt6RyVBJthSk8v6MVq5VUicwtP+VV8dJtj8mnmPAbe9Q2UgwcdtEtBplQ==","signatures":[{"sig":"MEYCIQCL0JGcenaad12Ub93kJDbJ2UVZbOUINeQR/XNFy2EhggIhAIKiiN2gUA6QCR2keCeXWwKueET2GePq3HyJZrWQzAFV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18527,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhpcanCRA9TVsSAnZWagAA4OwP/A411pVgjGiJcz6ZRn/U\nbpzla7YPj34LZr39fy81Qv5M6oz43e2ttSPChTfdOrtyWIpzuh1Ya8srwcZH\n/Ti7Hht6dDh9FXcz9U4eogljh+3zKfeOx5kTBUna1jsvuFUUlB/Vjpm6G5rX\ntjDvR92xKIlUiG1bxGRVz6HKmZocqU5g8/Wqzg1x2quix8eKEd0BCxz7499u\nsH0GMdGzj9hLyHfbIq9/6ikPEF2Rle2/BDYZDBFi55sSOO/XExfgWWfYpPF0\nzPwuCo9lpuhGzAfzNmozNFRATGfUv53BMbUmRN13mAvFtEfiALL6urC+q8cL\nWn6gevgTH8AwLi416j0kIUYfvnL0a9DNCHtZAPyQkn3/xV8zfCtbYTNtDqlH\nIrwhwnlvdWI0OVoYRTjOzTZLPj8mY+h4+W9P+l5go3T4/GEzHh8DiFvFDLkS\n2Zpx2UG8TLnLghwhg/gbU37jQrceIKPKeJu5cvJLo43a8QEf3LPLx2dYV748\nkd4AmOBD0AxboaEpmM1yJIT1CAO712rDmW0GcgYoLwJ8mnLocCk+giyuSHsw\nF5Z/mkj8yevcT1PWlLNRxbcbYrmsNHbQrhAnKmqcyGakgZvIuR6rX73cGE9H\n1BN457/yT0OQyrGN5gEUSh0ROFUTEw2FGMUxHvjdmZ6lhz9SQy3fZPYNpC3I\n/P6m\r\n=okZX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","engines":{"node":"^12 || >=14"},"gitHead":"9d14d7d5c69d2c40a4410779806b4e9bd5f6f9e8","scripts":{"docs":"npm run build && vuepress dev docs","lint":"eslint . --ext js,ts,vue,md --ignore-pattern \"/tests/fixtures\"","test":"mocha --require ts-node/register \"./tests/**/*.ts\"","build":"tsc --project ./tsconfig.build.json","clean":"rimraf .nyc_output coverage dist docs/.vuepress/dist","coverage":"nyc report --reporter lcov && opener coverage/lcov-report/index.html","generate":"ts-node --transpile-only scripts/update.ts && prettier . --write","lint:docs":"prettier docs --check","docs:build":"npm run build && vuepress build docs","test:debug":"mocha --require ts-node/register/transpile-only \"./tests/**/*.ts\"","format:docs":"prettier docs --write","test:coverage":"nyc mocha --require ts-node/register \"./tests/**/*.ts\" --timeout 60000","release:prepare":"shipjs prepare","release:trigger":"shipjs trigger","test:integrations":"mocha ./tests-integrations/*.js --timeout 60000"},"_npmUser":{"name":"ota-meshi","email":"otameshiyo23@gmail.com"},"changelog":{"labels":{"Type: Bug":":bug: Bug Fixes","Type: A11y":":wheelchair: Accessibility","Type: I18n":":globe_with_meridians: Internationalization","Type: Feature":":star: Features","Type: Breaking":":boom: Breaking Change","Type: Security":":lock: Security Fixes","Type: Deprecated":":warning: Deprecated Features","Type: Improvement":":zap: Improvement Features","Type: Performance":":chart_with_upwards_trend: Performance Fixes","Type: Documentation":":pencil: Documentation"}},"repository":{"url":"git+https://github.com/intlify/eslint-plugin-svelte.git","type":"git"},"_npmVersion":"6.14.13","description":"ESLint plugin for internationalization with Svelte","directories":{},"_nodeVersion":"14.17.0","dependencies":{"debug":"^4.3.1","svelte-eslint-parser":"^0.8.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","mocha":"^8.0.0","eslint":"^7.0.0","opener":"^1.5.1","rimraf":"^3.0.0","shipjs":"^0.23.0","svelte":"^3.37.0","ts-node":"^9.0.0","eslint4b":"^7.16.0","prettier":"^2.0.5","vuepress":"^1.5.2","typescript":"^4.0.0","@types/debug":"^4.1.5","@types/eslint":"^7.2.10","lerna-changelog":"^1.0.1","vue-eslint-editor":"^1.1.0","vue-eslint-parser":"^7.6.0","vue-github-button":"^1.2.0","@types/eslint-scope":"^3.7.0","eslint-config-prettier":"^8.0.0","eslint-plugin-markdown":"^2.0.0","eslint-plugin-prettier":"^3.1.4","@typescript-eslint/parser":"^4.10.0","@types/eslint-visitor-keys":"^1.0.0","@typescript-eslint/eslint-plugin":"^4.10.0"},"peerDependencies":{"eslint":"^7.0.0 || ^8.0.0-0","svelte":"^3.37.0"},"peerDependenciesMeta":{"svelte":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin-svelte_0.1.0_1638254247459_0.2195713860201598","host":"s3://npm-registry-packages"}},"0.1.1":{"name":"@intlify/eslint-plugin-svelte","version":"0.1.1","keywords":["eslint","eslint-plugin","eslintplugin","i18n","internationalization","svelte","sveltejs"],"author":{"url":"https://github.com/ota-meshi","name":"Yosuke Ota"},"license":"MIT","_id":"@intlify/eslint-plugin-svelte@0.1.1","maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"homepage":"https://github.com/intlify/eslint-plugin-svelte#readme","bugs":{"url":"https://github.com/intlify/eslint-plugin-svelte/issues"},"dist":{"shasum":"3a576e317bc6ceb28dc101b2467011ca1012567e","tarball":"https://registry.npmjs.org/@intlify/eslint-plugin-svelte/-/eslint-plugin-svelte-0.1.1.tgz","fileCount":14,"integrity":"sha512-63kki0s7ZIvi2Li0kK+UKltiXpl+ihdMnbb5jAr4tG3pkxB2dJFnGSWAOsxGVFtRJRsuFbGTisl52loV7oI9Vg==","signatures":[{"sig":"MEQCIBVQ4CRNKD5ubev61n/XfAaOz6S6jfK1Iw3dtMJ1ae/0AiACRnDVhI+xOEMa73czC6CMc3oROAsPA2mb/SROg+AUeQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17022,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhseHVCRA9TVsSAnZWagAA854P/Ayql4QCEzjXdn5EOYXT\nOSKUIehleCzXLa3bQlCVvJHp49ufVH4y7eZg7hs1BLl1DTXeyNG9T7Qk+spG\nMK9PH9tPBgwWvjSJqrY/jfjAFDV5Jv5FxnvPEa82JO2FWIjh5qQjAv0WZE21\niTSh9BVTvpTzdtYLneLnPWVm244zgU//y4YOlK6Kb7pAdG8pQxJ/b9D0KsPW\nMSwBo40Ji+P9eoJ5YLIhWZZmOi4NwaYZq8EP54TU6Eo2PfQ88ogFGC1/z5nD\nHOCt1/bpJtpgXNjR9/dsFHejctVz4J9nF4DyC+FxNwYG8pg9DezM3aPPE8mg\nMcsUF86j/u2z9EcfMsGfSXVvQ3QazdEbgj4M4Lltq4IT1T4CRfjnM82uxn8G\ny+d63Iv1k3h2+yNhubsQORhL3RBeT6wFi1p/2Pu2yrdc8FrTpvKnfSPueMqz\nnRCw5G9tPA5Z48CXVtfP6uM37CBjTbumvzNxzsxAtQOvvGrVabrGQ7Gzx+Av\n4v5GQH/O5Pc/+UebJ26gAi0tl1j2LTr7CPE/Aw7WO8ryJznqqfe2/OGpiQpT\n0pUYysS7Bu4GzrwszGZGmm7qUkL3xPVTdlhlYVqsO60SuZSRp4UgLJpKTpZI\nxBw9/VL1xNFPoAMUJZjfMM0CA7EQ13VP0FBH9jAjTslrnyQOzovCSFllHi5F\noa6w\r\n=pT5X\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","engines":{"node":"^12 || >=14"},"gitHead":"054447daa82cb3ccef8f09a64f6d72cac176823c","scripts":{"docs":"npm run build && vuepress dev docs","lint":"eslint . --ext js,ts,vue,md --ignore-pattern \"/tests/fixtures\"","test":"mocha --require ts-node/register \"./tests/**/*.ts\"","build":"tsc --project ./tsconfig.build.json","clean":"rimraf .nyc_output coverage dist docs/.vuepress/dist","coverage":"nyc report --reporter lcov && opener coverage/lcov-report/index.html","generate":"ts-node --transpile-only scripts/update.ts && prettier . --write","lint:docs":"prettier docs --check","docs:build":"npm run build && vuepress build docs","test:debug":"mocha --require ts-node/register/transpile-only \"./tests/**/*.ts\"","format:docs":"prettier docs --write","test:coverage":"nyc mocha --require ts-node/register \"./tests/**/*.ts\" --timeout 60000","release:prepare":"shipjs prepare","release:trigger":"shipjs trigger","test:integrations":"mocha ./tests-integrations/*.js --timeout 60000"},"_npmUser":{"name":"ota-meshi","email":"otameshiyo23@gmail.com"},"changelog":{"labels":{"Type: Bug":":bug: Bug Fixes","Type: A11y":":wheelchair: Accessibility","Type: I18n":":globe_with_meridians: Internationalization","Type: Feature":":star: Features","Type: Breaking":":boom: Breaking Change","Type: Security":":lock: Security Fixes","Type: Deprecated":":warning: Deprecated Features","Type: Improvement":":zap: Improvement Features","Type: Performance":":chart_with_upwards_trend: Performance Fixes","Type: Documentation":":pencil: Documentation"}},"repository":{"url":"git+https://github.com/intlify/eslint-plugin-svelte.git","type":"git"},"_npmVersion":"6.14.13","description":"ESLint plugin for internationalization with Svelte","directories":{},"_nodeVersion":"14.17.0","dependencies":{"debug":"^4.3.1","svelte-eslint-parser":">=0.9.0 <1.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","mocha":"^8.0.0","eslint":"^7.0.0","opener":"^1.5.1","rimraf":"^3.0.0","shipjs":"^0.23.0","svelte":"^3.37.0","ts-node":"^9.0.0","eslint4b":"^7.16.0","prettier":"^2.0.5","vuepress":"^1.5.2","typescript":"^4.0.0","@types/debug":"^4.1.5","@types/eslint":"^7.2.10","lerna-changelog":"^1.0.1","vue-eslint-editor":"^1.1.0","vue-eslint-parser":"^7.6.0","vue-github-button":"^1.2.0","@types/eslint-scope":"^3.7.0","eslint-config-prettier":"^8.0.0","eslint-plugin-markdown":"^2.0.0","eslint-plugin-prettier":"^3.1.4","@typescript-eslint/parser":"^4.10.0","@types/eslint-visitor-keys":"^1.0.0","@typescript-eslint/eslint-plugin":"^4.10.0"},"peerDependencies":{"eslint":"^7.0.0 || ^8.0.0-0","svelte":"^3.37.0"},"peerDependenciesMeta":{"svelte":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin-svelte_0.1.1_1639047637650_0.19355755109278916","host":"s3://npm-registry-packages"}},"0.2.0":{"name":"@intlify/eslint-plugin-svelte","version":"0.2.0","keywords":["eslint","eslint-plugin","eslintplugin","i18n","internationalization","svelte","sveltejs"],"author":{"url":"https://github.com/ota-meshi","name":"Yosuke Ota"},"license":"MIT","_id":"@intlify/eslint-plugin-svelte@0.2.0","maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"homepage":"https://github.com/intlify/eslint-plugin-svelte#readme","bugs":{"url":"https://github.com/intlify/eslint-plugin-svelte/issues"},"dist":{"shasum":"b6ddfe38dbe9669ba5b18443858217d72476ec19","tarball":"https://registry.npmjs.org/@intlify/eslint-plugin-svelte/-/eslint-plugin-svelte-0.2.0.tgz","fileCount":20,"integrity":"sha512-zWw6HWL6ZUQHjapklAtfsOR59Uvn5nL9jC+yy39WKL9/VnR9dHS2bL+WqDW1QXQTNSgGykWHIikPxDCu0Kvh0Q==","signatures":[{"sig":"MEQCID2fQ9qiTO/zyVZjRaihi/+P8QFk32j5ohwGw2HLl/qNAiBiXbsTo/llFjC4ynAGgf5kU9AEgE4SssUHlWY3XKAyyQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16934},"main":"dist/index.js","engines":{"node":"^12 || >=14"},"scripts":{"docs":"npm run build && vuepress dev docs","lint":"eslint . --ext js,ts,vue,md --ignore-pattern \"/tests/fixtures\"","test":"mocha --require ts-node/register \"./tests/**/*.ts\"","build":"tsc --project ./tsconfig.build.json","clean":"rimraf .nyc_output coverage dist docs/.vuepress/dist","coverage":"nyc report --reporter lcov && opener coverage/lcov-report/index.html","generate":"ts-node --transpile-only scripts/update.ts && prettier . --write","lint:docs":"prettier docs --check","docs:build":"npm run build && vuepress build docs","test:debug":"mocha --require ts-node/register/transpile-only \"./tests/**/*.ts\"","format:docs":"prettier docs --write","test:coverage":"nyc mocha --require ts-node/register \"./tests/**/*.ts\" --timeout 60000","test:integrations":"mocha ./tests-integrations/*.js --timeout 60000"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"changelog":{"labels":{"Type: Bug":":bug: Bug Fixes","Type: A11y":":wheelchair: Accessibility","Type: I18n":":globe_with_meridians: Internationalization","Type: Feature":":star: Features","Type: Breaking":":boom: Breaking Change","Type: Security":":lock: Security Fixes","Type: Deprecated":":warning: Deprecated Features","Type: Improvement":":zap: Improvement Features","Type: Performance":":chart_with_upwards_trend: Performance Fixes","Type: Documentation":":pencil: Documentation"}},"repository":{"url":"git+https://github.com/intlify/eslint-plugin-svelte.git","type":"git"},"description":"ESLint plugin for internationalization with Svelte","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2021 intlify\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject 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,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","dependencies":{"debug":"^4.3.1","svelte-eslint-parser":">=0.9.0 <1.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","mocha":"^8.0.0","eslint":"^7.0.0","opener":"^1.5.1","rimraf":"^3.0.0","svelte":"^3.37.0","ts-node":"^9.0.0","eslint4b":"^7.16.0","prettier":"^2.0.5","vuepress":"^1.5.2","typescript":"^4.0.0","@types/debug":"^4.1.5","@types/eslint":"^7.2.10","lerna-changelog":"^1.0.1","vue-eslint-editor":"^1.1.0","vue-eslint-parser":"^7.6.0","vue-github-button":"^1.2.0","@types/eslint-scope":"^3.7.0","eslint-config-prettier":"^8.0.0","eslint-plugin-markdown":"^2.0.0","eslint-plugin-prettier":"^3.1.4","@typescript-eslint/parser":"^4.10.0","@types/eslint-visitor-keys":"^1.0.0","@typescript-eslint/eslint-plugin":"^4.10.0"},"peerDependencies":{"eslint":"^7.0.0 || ^8.0.0-0","svelte":"^3.37.0 || ^4.0.5"},"peerDependenciesMeta":{"svelte":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin-svelte_0.2.0_1702508945748_0.35497862597127194","host":"s3://npm-registry-packages"}},"0.3.0":{"name":"@intlify/eslint-plugin-svelte","version":"0.3.0","keywords":["eslint","eslint-plugin","eslintplugin","i18n","internationalization","svelte","sveltejs"],"author":{"url":"https://github.com/ota-meshi","name":"Yosuke Ota"},"license":"MIT","_id":"@intlify/eslint-plugin-svelte@0.3.0","maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"homepage":"https://github.com/intlify/eslint-plugin-svelte#readme","bugs":{"url":"https://github.com/intlify/eslint-plugin-svelte/issues"},"dist":{"shasum":"9121aaddc8977ede826985989ce622e63dc0f030","tarball":"https://registry.npmjs.org/@intlify/eslint-plugin-svelte/-/eslint-plugin-svelte-0.3.0.tgz","fileCount":14,"integrity":"sha512-k/LBnatEjzgEGa9jfVK6Oogb2M7HtHtiZiQ3rVZ3aEtS6lL4UQqGA5pp63y44ry+useEk72RWiUZG0NBGAPavA==","signatures":[{"sig":"MEYCIQDDCIsIDa6WAXQ2VbezzW5HmPWQ9bzw76U3mpvFgUKvlwIhANkIz67P/U6R9jpNrtvNRPXkimyTxPyF+U29B3EthQwD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18108},"main":"dist/index.js","engines":{"node":"^12 || >=14"},"gitHead":"bdfeb706c78553c1ca12dcef8c0f20ccc9ce2e69","scripts":{"docs":"npm run build && vuepress dev docs","lint":"eslint . --ext js,ts,vue,md --ignore-pattern \"/tests/fixtures\"","test":"mocha --require ts-node/register \"./tests/**/*.ts\"","build":"tsc --project ./tsconfig.build.json","clean":"rimraf .nyc_output coverage dist docs/.vuepress/dist","format":"yarn lint --fix && yarn format:docs","release":"changeset publish","coverage":"nyc report --reporter lcov && opener coverage/lcov-report/index.html","generate":"ts-node --transpile-only scripts/update.ts && prettier . --write","lint:docs":"prettier docs --check","docs:build":"npm run build && vuepress build docs","prerelease":"yarn build","test:debug":"mocha --require ts-node/register/transpile-only \"./tests/**/*.ts\"","version:ci":"env-cmd -e version-ci yarn generate && changeset version","format:docs":"prettier docs --write","test:coverage":"nyc mocha --require ts-node/register \"./tests/**/*.ts\" --timeout 60000","test:integrations":"mocha ./tests-integrations/*.js --timeout 60000"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"changelog":{"labels":{"Type: Bug":":bug: Bug Fixes","Type: A11y":":wheelchair: Accessibility","Type: I18n":":globe_with_meridians: Internationalization","Type: Feature":":star: Features","Type: Breaking":":boom: Breaking Change","Type: Security":":lock: Security Fixes","Type: Deprecated":":warning: Deprecated Features","Type: Improvement":":zap: Improvement Features","Type: Performance":":chart_with_upwards_trend: Performance Fixes","Type: Documentation":":pencil: Documentation"}},"repository":{"url":"git+https://github.com/intlify/eslint-plugin-svelte.git","type":"git"},"_npmVersion":"10.2.3","description":"ESLint plugin for internationalization with Svelte","directories":{},"_nodeVersion":"18.19.0","dependencies":{"debug":"^4.3.1","svelte-eslint-parser":">=0.9.0 <1.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","mocha":"^8.0.0","eslint":"^8.0.0","opener":"^1.5.1","rimraf":"^3.0.0","svelte":"^3.37.0","env-cmd":"^10.1.0","ts-node":"^9.0.0","eslint4b":"^7.16.0","prettier":"^3.0.0","vuepress":"^1.5.2","typescript":"~5.0.0","@types/debug":"^4.1.5","@types/eslint":"^7.2.10","@changesets/cli":"^2.24.2","vue-eslint-editor":"^1.1.0","vue-eslint-parser":"^7.6.0","vue-github-button":"^1.2.0","@types/eslint-scope":"^3.7.0","eslint-config-prettier":"^8.0.0","eslint-plugin-markdown":"^2.0.0","eslint-plugin-prettier":"^5.0.0","@typescript-eslint/parser":"^6.0.0","@types/eslint-visitor-keys":"^1.0.0","@changesets/changelog-github":"^0.5.0","@changesets/get-release-plan":"^4.0.0","@typescript-eslint/eslint-plugin":"^6.0.0"},"peerDependencies":{"eslint":"^7.0.0 || ^8.0.0-0","svelte":"^3.37.0 || ^4.0.5"},"peerDependenciesMeta":{"svelte":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin-svelte_0.3.0_1705421063285_0.908223987697778","host":"s3://npm-registry-packages"}},"0.4.0":{"name":"@intlify/eslint-plugin-svelte","version":"0.4.0","keywords":["eslint","eslint-plugin","eslintplugin","i18n","internationalization","svelte","sveltejs"],"author":{"url":"https://github.com/ota-meshi","name":"Yosuke Ota"},"license":"MIT","_id":"@intlify/eslint-plugin-svelte@0.4.0","maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"homepage":"https://github.com/intlify/eslint-plugin-svelte#readme","bugs":{"url":"https://github.com/intlify/eslint-plugin-svelte/issues"},"dist":{"shasum":"7e937cad2f3f673ed3291f6bd54955c6913ace74","tarball":"https://registry.npmjs.org/@intlify/eslint-plugin-svelte/-/eslint-plugin-svelte-0.4.0.tgz","fileCount":14,"integrity":"sha512-PB5FjON84ATd+EO3fs+YwHBmZnFBAIB+5h3omF6iqi+MO2IckNNxuwmVX+DCbSEFHm5VAHorISWbi0cl76DPEw==","signatures":[{"sig":"MEQCIEn1i8h89EGkuoGa7tJLMq2XikxX551+XoWUSmy8rzMbAiBke87goMyoUSXudu1ayMFMvzxtjlnLDgrYIJHaKgxQzQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18330},"main":"dist/index.js","engines":{"node":"^12 || >=14"},"gitHead":"d1c194b1c42b331865b01c2f7eca6cd88b4fc4c3","scripts":{"docs":"npm run build && vuepress dev docs","lint":"eslint . --ext js,ts,vue,md --ignore-pattern \"/tests/fixtures\"","test":"mocha --require ts-node/register \"./tests/**/*.ts\"","build":"tsc --project ./tsconfig.build.json","clean":"rimraf .nyc_output coverage dist docs/.vuepress/dist","format":"yarn lint --fix && yarn format:docs","release":"changeset publish","coverage":"nyc report --reporter lcov && opener coverage/lcov-report/index.html","generate":"ts-node --transpile-only scripts/update.ts && prettier . --write","lint:docs":"prettier docs --check","docs:build":"npm run build && vuepress build docs","prerelease":"yarn build","test:debug":"mocha --require ts-node/register/transpile-only \"./tests/**/*.ts\"","version:ci":"env-cmd -e version-ci yarn generate && changeset version","format:docs":"prettier docs --write","test:coverage":"nyc mocha --require ts-node/register \"./tests/**/*.ts\" --timeout 60000","test:integrations":"mocha ./tests-integrations/*.js --timeout 60000"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"changelog":{"labels":{"Type: Bug":":bug: Bug Fixes","Type: A11y":":wheelchair: Accessibility","Type: I18n":":globe_with_meridians: Internationalization","Type: Feature":":star: Features","Type: Breaking":":boom: Breaking Change","Type: Security":":lock: Security Fixes","Type: Deprecated":":warning: Deprecated Features","Type: Improvement":":zap: Improvement Features","Type: Performance":":chart_with_upwards_trend: Performance Fixes","Type: Documentation":":pencil: Documentation"}},"repository":{"url":"git+https://github.com/intlify/eslint-plugin-svelte.git","type":"git"},"_npmVersion":"10.2.3","description":"ESLint plugin for internationalization with Svelte","directories":{},"_nodeVersion":"18.19.0","dependencies":{"debug":"^4.3.1","eslint-compat-utils":"^0.4.1","svelte-eslint-parser":">=0.9.0 <1.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","mocha":"^8.0.0","eslint":"^8.0.0","opener":"^1.5.1","rimraf":"^3.0.0","svelte":"^3.37.0","env-cmd":"^10.1.0","ts-node":"^9.0.0","eslint4b":"^7.16.0","prettier":"^3.0.0","vuepress":"^1.5.2","typescript":"~5.0.0","@types/debug":"^4.1.5","@types/eslint":"^7.2.10","@changesets/cli":"^2.24.2","vue-eslint-editor":"^1.1.0","vue-eslint-parser":"^7.6.0","vue-github-button":"^1.2.0","@types/eslint-scope":"^3.7.0","eslint-config-prettier":"^8.0.0","eslint-plugin-markdown":"^2.0.0","eslint-plugin-prettier":"^5.0.0","@typescript-eslint/parser":"^6.0.0","@types/eslint-visitor-keys":"^1.0.0","@changesets/changelog-github":"^0.5.0","@changesets/get-release-plan":"^4.0.0","@typescript-eslint/eslint-plugin":"^6.0.0"},"peerDependencies":{"eslint":"^7.0.0 || ^8.0.0-0 || ^9.0.0-0","svelte":"^3.37.0 || ^4.0.5"},"peerDependenciesMeta":{"svelte":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin-svelte_0.4.0_1705462899717_0.056917130185000886","host":"s3://npm-registry-packages"}},"0.4.1":{"name":"@intlify/eslint-plugin-svelte","version":"0.4.1","keywords":["eslint","eslint-plugin","eslintplugin","i18n","internationalization","svelte","sveltejs"],"author":{"url":"https://github.com/ota-meshi","name":"Yosuke Ota"},"license":"MIT","_id":"@intlify/eslint-plugin-svelte@0.4.1","maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"homepage":"https://github.com/intlify/eslint-plugin-svelte#readme","bugs":{"url":"https://github.com/intlify/eslint-plugin-svelte/issues"},"dist":{"shasum":"a0e61451f9d733671eebd582ef1598e65d30ccc8","tarball":"https://registry.npmjs.org/@intlify/eslint-plugin-svelte/-/eslint-plugin-svelte-0.4.1.tgz","fileCount":14,"integrity":"sha512-PQPLgTRLRc2ZESOnNrVgNMNxSUaEkIAyohqkP/JzWSdldJjRYu7AOcrdq3G4IGDGKS2Li1XgpVOrueYIxeZSow==","signatures":[{"sig":"MEYCIQD7HGNLn0b1rcB8RtGk5oGQwqaBotO8QP2W6/SRb8hcsgIhAMh6Ol3FdsaTVqm5ot7aejXkV+UWvPyK4cKpi2OBa9tZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18470},"main":"dist/index.js","engines":{"node":"^12 || >=14"},"gitHead":"4257b064614b887a6a154738c4e97003c1e78a7d","scripts":{"docs":"npm run build && vuepress dev docs","lint":"eslint . --ext js,ts,vue,md --ignore-pattern \"/tests/fixtures\"","test":"mocha --require ts-node/register \"./tests/**/*.ts\"","build":"tsc --project ./tsconfig.build.json","clean":"rimraf .nyc_output coverage dist docs/.vuepress/dist","format":"yarn lint --fix && yarn format:docs","release":"changeset publish","coverage":"nyc report --reporter lcov && opener coverage/lcov-report/index.html","generate":"ts-node --transpile-only scripts/update.ts && prettier . --write","lint:docs":"prettier docs --check","docs:build":"npm run build && vuepress build docs","prerelease":"yarn build","test:debug":"mocha --require ts-node/register/transpile-only \"./tests/**/*.ts\"","version:ci":"env-cmd -e version-ci yarn generate && changeset version","format:docs":"prettier docs --write","test:coverage":"nyc mocha --require ts-node/register \"./tests/**/*.ts\" --timeout 60000","test:integrations":"mocha ./tests-integrations/*.js --timeout 60000"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"changelog":{"labels":{"Type: Bug":":bug: Bug Fixes","Type: A11y":":wheelchair: Accessibility","Type: I18n":":globe_with_meridians: Internationalization","Type: Feature":":star: Features","Type: Breaking":":boom: Breaking Change","Type: Security":":lock: Security Fixes","Type: Deprecated":":warning: Deprecated Features","Type: Improvement":":zap: Improvement Features","Type: Performance":":chart_with_upwards_trend: Performance Fixes","Type: Documentation":":pencil: Documentation"}},"repository":{"url":"git+https://github.com/intlify/eslint-plugin-svelte.git","type":"git"},"_npmVersion":"10.2.4","description":"ESLint plugin for internationalization with Svelte","directories":{},"_nodeVersion":"18.19.1","dependencies":{"debug":"^4.3.1","eslint-compat-utils":"^0.4.1","svelte-eslint-parser":">=0.9.0 <1.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","mocha":"^8.0.0","eslint":"^8.0.0","opener":"^1.5.1","rimraf":"^3.0.0","svelte":"^3.37.0","env-cmd":"^10.1.0","ts-node":"^9.0.0","eslint4b":"^7.16.0","prettier":"^3.0.0","vuepress":"^1.5.2","typescript":"~5.0.0","@types/debug":"^4.1.5","@types/eslint":"^7.2.10","@changesets/cli":"^2.24.2","vue-eslint-editor":"^1.1.0","vue-eslint-parser":"^7.6.0","vue-github-button":"^1.2.0","@types/eslint-scope":"^3.7.0","eslint-config-prettier":"^8.0.0","eslint-plugin-markdown":"^2.0.0","eslint-plugin-prettier":"^5.0.0","@typescript-eslint/parser":"^6.0.0","@types/eslint-visitor-keys":"^1.0.0","@changesets/changelog-github":"^0.5.0","@changesets/get-release-plan":"^4.0.0","@typescript-eslint/eslint-plugin":"^6.0.0"},"peerDependencies":{"eslint":"^7.0.0 || ^8.0.0-0 || ^9.0.0-0","svelte":"^3.37.0 || ^4.0.5"},"peerDependenciesMeta":{"svelte":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin-svelte_0.4.1_1711965054603_0.7980786223386103","host":"s3://npm-registry-packages"}},"0.4.2":{"name":"@intlify/eslint-plugin-svelte","version":"0.4.2","keywords":["eslint","eslint-plugin","eslintplugin","i18n","internationalization","svelte","sveltejs"],"author":{"url":"https://github.com/ota-meshi","name":"Yosuke Ota"},"license":"MIT","_id":"@intlify/eslint-plugin-svelte@0.4.2","maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"homepage":"https://github.com/intlify/eslint-plugin-svelte#readme","bugs":{"url":"https://github.com/intlify/eslint-plugin-svelte/issues"},"dist":{"shasum":"f1d5cbae3faa01a6bcf6c7257693ef92fe508ab8","tarball":"https://registry.npmjs.org/@intlify/eslint-plugin-svelte/-/eslint-plugin-svelte-0.4.2.tgz","fileCount":14,"integrity":"sha512-cw3SNGuVnG5hbYxMkPkLTSaa+uDLFYax3xXDhxqTAIIwSXbhzU98C/vPj2bTZrpi+b2Pbg0axIPD63McMT3LXQ==","signatures":[{"sig":"MEQCIBP5xcPhK9C0REp/ZqlIhh33DBM8GYOrEOr2wckgw0usAiBW7o/8wmL91oacdau1/OTMPANPRYWlOY7UW/QOQcy/eA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18590},"main":"dist/index.js","engines":{"node":"^12 || >=14"},"gitHead":"2446acad33d90a19eb8129e88a137179d43521e5","scripts":{"docs":"npm run build && vuepress dev docs","lint":"eslint . --ext js,ts,vue,md --ignore-pattern \"/tests/fixtures\"","test":"mocha --require ts-node/register \"./tests/**/*.ts\"","build":"tsc --project ./tsconfig.build.json","clean":"rimraf .nyc_output coverage dist docs/.vuepress/dist","format":"yarn lint --fix && yarn format:docs","release":"changeset publish","coverage":"nyc report --reporter lcov && opener coverage/lcov-report/index.html","generate":"ts-node --transpile-only scripts/update.ts && prettier . --write","lint:docs":"prettier docs --check","docs:build":"npm run build && vuepress build docs","prerelease":"yarn build","test:debug":"mocha --require ts-node/register/transpile-only \"./tests/**/*.ts\"","version:ci":"env-cmd -e version-ci yarn generate && changeset version","format:docs":"prettier docs --write","test:coverage":"nyc mocha --require ts-node/register \"./tests/**/*.ts\" --timeout 60000","test:integrations":"mocha ./tests-integrations/*.js --timeout 60000"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"changelog":{"labels":{"Type: Bug":":bug: Bug Fixes","Type: A11y":":wheelchair: Accessibility","Type: I18n":":globe_with_meridians: Internationalization","Type: Feature":":star: Features","Type: Breaking":":boom: Breaking Change","Type: Security":":lock: Security Fixes","Type: Deprecated":":warning: Deprecated Features","Type: Improvement":":zap: Improvement Features","Type: Performance":":chart_with_upwards_trend: Performance Fixes","Type: Documentation":":pencil: Documentation"}},"repository":{"url":"git+https://github.com/intlify/eslint-plugin-svelte.git","type":"git"},"_npmVersion":"10.7.0","description":"ESLint plugin for internationalization with Svelte","directories":{},"_nodeVersion":"18.20.3","dependencies":{"debug":"^4.3.1","eslint-compat-utils":"^0.5.1","svelte-eslint-parser":">=0.9.0 <1.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"packageManager":"yarn@1.22.22+sha256.c17d3797fb9a9115bf375e31bfd30058cac6bc9c3b8807a3d8cb2094794b51ca","devDependencies":{"nyc":"^15.0.0","mocha":"^8.0.0","eslint":"^8.0.0","opener":"^1.5.1","rimraf":"^3.0.0","svelte":"^3.37.0","env-cmd":"^10.1.0","ts-node":"^9.0.0","eslint4b":"^7.16.0","prettier":"^3.0.0","vuepress":"^1.5.2","typescript":"~5.0.0","@types/debug":"^4.1.5","@types/eslint":"^7.2.10","@changesets/cli":"^2.24.2","vue-eslint-editor":"^1.1.0","vue-eslint-parser":"^7.6.0","vue-github-button":"^1.2.0","@types/eslint-scope":"^3.7.0","eslint-config-prettier":"^8.0.0","eslint-plugin-markdown":"^2.0.0","eslint-plugin-prettier":"^5.0.0","@typescript-eslint/parser":"^6.0.0","@types/eslint-visitor-keys":"^1.0.0","@changesets/changelog-github":"^0.5.0","@changesets/get-release-plan":"^4.0.0","@typescript-eslint/eslint-plugin":"^6.0.0"},"peerDependencies":{"eslint":"^7.0.0 || ^8.0.0-0 || ^9.0.0-0","svelte":"^3.37.0 || ^4.0.5 || ^5.0.0-0"},"peerDependenciesMeta":{"svelte":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin-svelte_0.4.2_1718874192408_0.9345948361107097","host":"s3://npm-registry-packages"}},"0.5.0":{"name":"@intlify/eslint-plugin-svelte","version":"0.5.0","keywords":["eslint","eslint-plugin","eslintplugin","i18n","internationalization","svelte","sveltejs"],"author":{"url":"https://github.com/ota-meshi","name":"Yosuke Ota"},"license":"MIT","_id":"@intlify/eslint-plugin-svelte@0.5.0","homepage":"https://github.com/intlify/eslint-plugin-svelte#readme","bugs":{"url":"https://github.com/intlify/eslint-plugin-svelte/issues"},"dist":{"shasum":"9b2a2b78cca5f494c10fc360e66609cec421ee32","tarball":"https://registry.npmjs.org/@intlify/eslint-plugin-svelte/-/eslint-plugin-svelte-0.5.0.tgz","fileCount":15,"integrity":"sha512-F7Zns9dWWyRRzLr4t+1he2e71n/yIxhPJIX5ey9G/wjL0Zqz1i5F/GFcDk4n8nhaGsDWc1L07ZRdVg7Zzgqqvw==","signatures":[{"sig":"MEUCIQDg2t/P/ywYIrk4crunPshQGITl9Y7t9ckDKrPPNgNCXgIgHnoiEMz4WWvjZ937L5W7svfQ0/4s/9pqK+R/KEJqsgc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19660},"main":"dist/index.js","engines":{"node":"^12 || >=14"},"gitHead":"df9bd1fd6ecf714e424ff67ddaf1bc30bb72551e","scripts":{"docs":"npm run build && vuepress dev docs","lint":"eslint . --ext js,ts,vue,md --ignore-pattern \"/tests/fixtures\"","test":"mocha --require ts-node/register \"./tests/**/*.ts\"","build":"tsc --project ./tsconfig.build.json","clean":"rimraf .nyc_output coverage dist docs/.vuepress/dist","format":"yarn lint --fix && yarn format:docs","release":"changeset publish","coverage":"nyc report --reporter lcov && opener coverage/lcov-report/index.html","generate":"ts-node --transpile-only scripts/update.ts && prettier . --write","lint:docs":"prettier docs --check","docs:build":"npm run build && vuepress build docs","prerelease":"yarn build","test:debug":"mocha --require ts-node/register/transpile-only \"./tests/**/*.ts\"","version:ci":"env-cmd -e version-ci yarn generate && changeset version","format:docs":"prettier docs --write","test:coverage":"nyc mocha --require ts-node/register \"./tests/**/*.ts\" --timeout 60000","test:integrations":"mocha ./tests-integrations/*.js --timeout 60000"},"_npmUser":{"name":"kazupon","email":"kawakazu80@gmail.com"},"changelog":{"labels":{"Type: Bug":":bug: Bug Fixes","Type: A11y":":wheelchair: Accessibility","Type: I18n":":globe_with_meridians: Internationalization","Type: Feature":":star: Features","Type: Breaking":":boom: Breaking Change","Type: Security":":lock: Security Fixes","Type: Deprecated":":warning: Deprecated Features","Type: Improvement":":zap: Improvement Features","Type: Performance":":chart_with_upwards_trend: Performance Fixes","Type: Documentation":":pencil: Documentation"}},"repository":{"url":"git+https://github.com/intlify/eslint-plugin-svelte.git","type":"git"},"_npmVersion":"10.7.0","description":"ESLint plugin for internationalization with Svelte","directories":{},"_nodeVersion":"18.20.3","dependencies":{"debug":"^4.3.1","eslint-compat-utils":"^0.5.1","svelte-eslint-parser":">=0.9.0 <1.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"packageManager":"yarn@1.22.22+sha256.c17d3797fb9a9115bf375e31bfd30058cac6bc9c3b8807a3d8cb2094794b51ca","devDependencies":{"nyc":"^15.0.0","mocha":"^8.0.0","eslint":"^8.0.0","opener":"^1.5.1","rimraf":"^3.0.0","svelte":"^3.37.0","env-cmd":"^10.1.0","ts-node":"^9.0.0","eslint4b":"^7.16.0","prettier":"^3.0.0","vuepress":"^1.5.2","typescript":"~5.0.0","@types/debug":"^4.1.5","@types/eslint":"^7.2.10","@changesets/cli":"^2.24.2","vue-eslint-editor":"^1.1.0","vue-eslint-parser":"^7.6.0","vue-github-button":"^1.2.0","@types/eslint-scope":"^3.7.0","eslint-config-prettier":"^8.0.0","eslint-plugin-markdown":"^2.0.0","eslint-plugin-prettier":"^5.0.0","@typescript-eslint/parser":"^6.0.0","@types/eslint-visitor-keys":"^1.0.0","@changesets/changelog-github":"^0.5.0","@changesets/get-release-plan":"^4.0.0","@typescript-eslint/eslint-plugin":"^6.0.0"},"peerDependencies":{"eslint":"^7.0.0 || ^8.0.0-0 || ^9.0.0-0","svelte":"^3.37.0 || ^4.0.5 || ^5.0.0-0"},"peerDependenciesMeta":{"svelte":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin-svelte_0.5.0_1719795064709_0.018246138019083258","host":"s3://npm-registry-packages"}},"1.0.0":{"name":"@intlify/eslint-plugin-svelte","description":"ESLint plugin for internationalization with Svelte","version":"1.0.0","type":"module","publishConfig":{"access":"public"},"author":{"name":"Yosuke Ota","url":"https://github.com/ota-meshi"},"bugs":{"url":"https://github.com/intlify/eslint-plugin-svelte/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":{"debug":"^4.4.0","svelte-eslint-parser":"^1.1.1"},"peerDependencies":{"eslint":"^9.22.0","svelte":"^3.37.0 || ^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"svelte":{"optional":true}},"devDependencies":{"@changesets/changelog-github":"^0.5.1","@changesets/cli":"^2.28.1","@changesets/get-release-plan":"^4.0.8","@types/debug":"^4.1.12","@types/mocha":"^10.0.10","@types/node":"^22.13.14","env-cmd":"^10.1.0","eslint":"^9.23.0","eslint-config-prettier":"^10.1.1","eslint-plugin-markdown":"^5.1.0","eslint-plugin-prettier":"^5.2.5","mocha":"^11.1.0","nyc":"^17.1.0","opener":"^1.5.2","prettier":"^3.5.3","rimraf":"^6.0.1","svelte":"^5.25.3","tsx":"^4.19.3","typescript":"~5.8.2","typescript-eslint":"^8.28.0"},"engines":{"node":"^18.20.0 || ^20.10.0 || >=21.1.0"},"homepage":"https://github.com/intlify/eslint-plugin-svelte#readme","keywords":["eslint","eslint-plugin","eslintplugin","i18n","internationalization","svelte","sveltejs"],"license":"MIT","main":"dist/index.js","repository":{"type":"git","url":"git+https://github.com/intlify/eslint-plugin-svelte.git"},"scripts":{"build":"tsc --project ./tsconfig.build.json","clean":"rimraf .nyc_output coverage dist docs/.vuepress/dist","coverage":"nyc report --reporter lcov && opener coverage/lcov-report/index.html","docs":"npm run build && vuepress dev docs","docs:build":"npm run build && vuepress build docs","generate":"yarn ts scripts/update.ts && prettier . --write","lint":"eslint . --ignore-pattern \"/tests/fixtures\"","lint:docs":"prettier docs --check","format":"yarn lint --fix && yarn format:docs","format:docs":"prettier docs --write","test":"yarn mocha \"./tests/**/*.ts\"","test:debug":"yarn mocha \"./tests/**/*.ts\"","test:coverage":"nyc yarn mocha \"./tests/**/*.ts\" --timeout 60000","test:integrations":"yarn mocha \"./tests-integrations/*.ts\" --timeout 60000","prerelease":"yarn build","release":"changeset publish","version:ci":"env-cmd -e version-ci yarn generate && changeset version","ts":"node --import tsx/esm","mocha":"yarn ts ./node_modules/mocha/bin/mocha.js"},"packageManager":"yarn@1.22.22+sha256.c17d3797fb9a9115bf375e31bfd30058cac6bc9c3b8807a3d8cb2094794b51ca","_id":"@intlify/eslint-plugin-svelte@1.0.0","gitHead":"ad5b966e6905812d3f87cd483369c7296d064f83","_nodeVersion":"20.19.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-n0D9Ok/h3Aa1Ne1OJe9UfpOlXIY7nhW1sqW8ggAXGWqDUR3V3jQgFArPy+XqaPzrBYAkEHRh9d3zPa6rqqPddQ==","shasum":"37dc7ef38569fd0f3a112772d7b62d7075970817","tarball":"https://registry.npmjs.org/@intlify/eslint-plugin-svelte/-/eslint-plugin-svelte-1.0.0.tgz","fileCount":13,"unpackedSize":15703,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIB/JiYk+4Daj57+AcbUUb/2pH5UUt14AAiQdIugVSVvpAiA0SAoR9RtQzbgirOIG94oxwBTy3V7djM+FqiVf96TEiQ=="}]},"_npmUser":{"name":"ota-meshi","email":"otameshiyo23@gmail.com"},"directories":{},"maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/eslint-plugin-svelte_1.0.0_1743066398861_0.8630853175521744"},"_hasShrinkwrap":false}},"time":{"created":"2021-07-14T08:45:49.712Z","modified":"2025-03-27T09:06:39.266Z","0.0.1":"2021-07-14T08:45:50.217Z","0.0.2":"2021-08-19T08:36:05.716Z","0.1.0":"2021-11-30T06:37:27.588Z","0.1.1":"2021-12-09T11:00:37.772Z","0.2.0":"2023-12-13T23:09:05.955Z","0.3.0":"2024-01-16T16:04:23.494Z","0.4.0":"2024-01-17T03:41:39.858Z","0.4.1":"2024-04-01T09:50:54.754Z","0.4.2":"2024-06-20T09:03:12.599Z","0.5.0":"2024-07-01T00:51:04.913Z","1.0.0":"2025-03-27T09:06:39.033Z"},"bugs":{"url":"https://github.com/intlify/eslint-plugin-svelte/issues"},"author":{"name":"Yosuke Ota","url":"https://github.com/ota-meshi"},"license":"MIT","homepage":"https://github.com/intlify/eslint-plugin-svelte#readme","keywords":["eslint","eslint-plugin","eslintplugin","i18n","internationalization","svelte","sveltejs"],"repository":{"type":"git","url":"git+https://github.com/intlify/eslint-plugin-svelte.git"},"description":"ESLint plugin for internationalization with Svelte","maintainers":[{"name":"kazupon","email":"kawakazu80@gmail.com"},{"name":"ota-meshi","email":"otameshiyo23@gmail.com"}],"readme":"<h1 align=\"center\">@intlify/eslint-plugin-svelte</h1>\n<p align=\"center\">\n  <a href=\"https://github.com/intlify/eslint-plugin-svelte/actions/workflows/test.yml\"><img src=\"https://github.com/intlify/eslint-plugin-svelte/actions/workflows/test.yml/badge.svg?branch=main\" alt=\"Test Status\"></a>\n</p>\n<p align=\"center\">\n  <a href=\"https://www.npmjs.com/package/@intlify/eslint-plugin-svelte\"><img src=\"https://img.shields.io/npm/v/@intlify/eslint-plugin-svelte.svg\" alt=\"NPM\"></a>\n</p>\n<p align=\"center\">ESLint plugin for internationalization with Svelte</p>\n\n<h2 align=\"center\">\n\n[Online Demo](https://eslint-online-playground.netlify.app/#https://github.com/intlify/eslint-plugin-svelte/tree/main/playground)\n\n</h2>\n\n## :book: Documentation\n\nSee [here](https://github.com/intlify/eslint-plugin-svelte/blob/main/docs/README.md)\n\n## :scroll: Changelog\n\nDetails changes for each release are documented in the [CHANGELOG.md](https://github.com/intlify/eslint-plugin-svelte/blob/main/CHANGELOG.md).\n\n## :exclamation: Issues\n\nPlease make sure to read the [Issue Reporting Checklist](https://github.com/intlify/eslint-plugin-svelte/blob/main/CONTRIBUTING.md#issue-reporting-guidelines) before opening an issue. Issues not conforming to the guidelines may be closed immediately.\n\n## :muscle: Contribution\n\nPlease make sure to read the [Contributing Guide](https://github.com/intlify/eslint-plugin-svelte/blob/main/.github/CONTRIBUTING.md) before making a pull request.\n\n## :copyright: License\n\n[MIT](http://opensource.org/licenses/MIT)\n","readmeFilename":"README.md"}