{"_id":"eslint-plugin-es-x","_rev":"4179008","name":"eslint-plugin-es-x","description":"ESLint plugin about ECMAScript syntactic features.","dist-tags":{"latest":"9.5.0"},"maintainers":[{"name":"eslint-community-bot","email":""},{"name":"michaeldeboey","email":""}],"time":{"modified":"2026-03-01T21:43:10.000Z","created":"2022-03-12T04:17:02.072Z","9.5.0":"2026-02-22T23:07:23.506Z","9.4.1":"2026-02-19T13:30:08.571Z","9.4.0":"2026-02-07T00:40:38.784Z","9.3.0":"2025-12-04T07:32:52.404Z","9.2.0":"2025-11-22T02:47:28.750Z","9.1.2":"2025-10-21T21:47:21.126Z","9.1.1":"2025-10-11T05:35:21.896Z","9.1.0":"2025-08-26T18:53:16.280Z","9.0.0":"2025-07-10T03:09:03.649Z","8.7.0":"2025-06-06T07:26:37.272Z","8.6.2":"2025-04-29T02:07:33.906Z","8.6.1":"2025-03-19T01:35:38.319Z","8.6.0":"2025-03-18T12:51:05.203Z","8.5.0":"2025-02-19T10:09:05.200Z","8.4.1":"2024-11-21T01:50:59.615Z","8.4.0":"2024-11-20T23:58:04.691Z","8.3.1":"2024-11-18T04:44:46.116Z","8.3.0":"2024-11-18T01:25:12.550Z","8.2.0":"2024-11-17T07:32:28.548Z","8.1.0":"2024-11-01T01:56:59.761Z","8.0.0":"2024-07-01T07:35:12.083Z","7.8.0":"2024-07-01T06:01:20.642Z","7.7.0":"2024-06-07T00:34:43.021Z","7.6.0":"2024-03-22T01:06:50.182Z","7.5.0":"2023-11-30T14:12:51.531Z","7.4.0":"2023-11-21T23:47:22.717Z","7.3.0":"2023-11-02T07:55:35.893Z","7.2.0":"2023-07-22T05:09:24.950Z","7.1.0":"2023-05-20T23:42:37.042Z","7.0.0":"2023-05-19T11:14:18.416Z","6.2.1":"2023-05-19T11:11:02.995Z","6.2.0":"2023-05-19T10:59:37.128Z","6.1.0":"2023-04-03T05:38:20.099Z","6.0.0":"2023-02-04T07:29:49.559Z","5.4.0":"2022-11-19T00:45:19.656Z","5.3.1":"2022-08-31T07:44:52.891Z","5.3.0":"2022-08-31T06:58:14.282Z","5.2.1":"2022-05-19T22:59:32.170Z","5.2.0":"2022-03-16T03:53:19.753Z","5.1.0":"2022-03-14T12:18:08.863Z","5.0.0":"2022-03-12T04:17:02.072Z"},"users":{},"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"repository":{"type":"git","url":"git+https://github.com/eslint-community/eslint-plugin-es-x.git"},"versions":{"9.5.0":{"name":"eslint-plugin-es-x","version":"9.5.0","description":"ESLint plugin about ECMAScript syntactic features.","engines":{"node":"^20.19.0 || >=22.12.0"},"main":"lib/index.js","peerDependencies":{"eslint":">=9.29.0"},"dependencies":{"@eslint-community/eslint-utils":"^4.1.2","@eslint-community/regexpp":"^4.12.1","eslint-type-tracer":"^0.4.0"},"devDependencies":{"@changesets/cli":"^2.29.2","@clack/prompts":"^1.0.0","@eslint-community/eslint-plugin-eslint-comments":"^4.6.0","@svitejs/changesets-changelog-github-compact":"^1.2.0","@typescript-eslint/parser":"^8.0.0","env-cmd":"^11.0.0","eslint":"^10.0.0","eslint-plugin-eslint-plugin":"^7.0.0","eslint-plugin-n":"^17.8.1","eslint-plugin-prettier":"^5.0.0","eslint-plugin-vue":"^10.0.0","espree":"^11.0.0","globals":"^17.0.0","jsdom":"^28.0.0","mocha":"^11.0.0","monaco-editor":"^0.55.0","npm-run-all2":"^8.0.0","nyc":"^17.0.0","opener":"^1.5.1","rimraf":"^6.0.0","semver":"^7.0.0","typescript":"^5.8.3","vite-plugin-eslint4b":"^0.6.0","vitepress":"^1.0.0","vue-eslint-parser":"^10.0.0"},"scripts":{"clean":"rimraf .nyc_output coverage","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","docs:build":"vitepress build docs","docs:watch":"vitepress dev docs","lint":"eslint lib tests scripts eslint-internal docs/.vitepress","lint:fix":"eslint lib tests scripts eslint-internal docs/.vitepress --fix","new":"node scripts/new-rule","pretest":"npm run -s lint","test":"npm run -s test:mocha","test:mocha":"nyc mocha tests/**/*.{js,mjs} --reporter dot --timeout 60000","test:debug":"mocha tests/**/*.{js,mjs} --reporter dot --timeout 60000","update":"run-s update:*","update:url":"npm run -s lint -- --fix","update:configs":"node scripts/update-lib-configs","update:flat-configs":"node scripts/update-lib-flat-configs","update:index":"node scripts/update-lib-index","update:doc":"node scripts/update-docs-readme","update:rule-docs":"node scripts/update-docs-rules","update:config-docs":"node scripts/update-docs-configs","resource-update:unicode-properties":"node scripts/update-unicode-properties","preversion":"npm test","version":"npm run generate:version && git add .","postversion":"git push && git push --tags","watch":"mocha tests/**/*.{js,mjs} --reporter progress --watch --growl","generate:version":"env-cmd -e version -- run-s update:*","changeset:version":"changeset version && npm run generate:version && git add --all","changeset:publish":"changeset publish"},"repository":{"type":"git","url":"git+https://github.com/eslint-community/eslint-plugin-es-x.git"},"keywords":["eslint","plugin","eslintplugin"],"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"license":"MIT","bugs":{"url":"https://github.com/eslint-community/eslint-plugin-es-x/issues"},"homepage":"https://github.com/eslint-community/eslint-plugin-es-x#readme","funding":["https://github.com/sponsors/ota-meshi","https://opencollective.com/eslint"],"gitHead":"8f2e93d991e73402f0e9c218c8b570a7599b2739","_id":"eslint-plugin-es-x@9.5.0","_nodeVersion":"24.13.0","_npmVersion":"11.10.1","dist":{"shasum":"8f792b797cbd3d33dd50e077ca22fd2a172f5b77","size":67162,"noattachment":false,"key":"/eslint-plugin-es-x/-/eslint-plugin-es-x-9.5.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-es-x/download/eslint-plugin-es-x-9.5.0.tgz"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:ac2b50f0-0eaa-4346-ae08-7f94efa75614"}},"directories":{},"maintainers":[{"name":"eslint-community-bot","email":""},{"name":"michaeldeboey","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/eslint-plugin-es-x_9.5.0_1771801643348_0.3388376526583863"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-02-22T23:07:23.506Z","publish_time":1771801643506,"_source_registry_name":"default","_cnpm_publish_time":1771801643506},"9.4.1":{"name":"eslint-plugin-es-x","version":"9.4.1","description":"ESLint plugin about ECMAScript syntactic features.","engines":{"node":"^20.19.0 || >=22.12.0"},"main":"lib/index.js","peerDependencies":{"eslint":">=9.29.0"},"dependencies":{"@eslint-community/eslint-utils":"^4.1.2","@eslint-community/regexpp":"^4.12.1","eslint-type-tracer":"^0.4.0"},"devDependencies":{"@changesets/cli":"^2.29.2","@clack/prompts":"^1.0.0","@eslint-community/eslint-plugin-eslint-comments":"^4.6.0","@svitejs/changesets-changelog-github-compact":"^1.2.0","@typescript-eslint/parser":"^8.0.0","env-cmd":"^11.0.0","eslint":"^10.0.0","eslint-plugin-eslint-plugin":"^7.0.0","eslint-plugin-n":"^17.8.1","eslint-plugin-prettier":"^5.0.0","eslint-plugin-vue":"^10.0.0","espree":"^11.0.0","globals":"^17.0.0","jsdom":"^28.0.0","mocha":"^11.0.0","monaco-editor":"^0.55.0","npm-run-all2":"^8.0.0","nyc":"^17.0.0","opener":"^1.5.1","rimraf":"^6.0.0","semver":"^7.0.0","typescript":"^5.8.3","vite-plugin-eslint4b":"^0.6.0","vitepress":"^1.0.0","vue-eslint-parser":"^10.0.0"},"scripts":{"clean":"rimraf .nyc_output coverage","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","docs:build":"vitepress build docs","docs:watch":"vitepress dev docs","lint":"eslint lib tests scripts eslint-internal docs/.vitepress","lint:fix":"eslint lib tests scripts eslint-internal docs/.vitepress --fix","new":"node scripts/new-rule","pretest":"npm run -s lint","test":"npm run -s test:mocha","test:mocha":"nyc mocha tests/**/*.{js,mjs} --reporter dot --timeout 60000","test:debug":"mocha tests/**/*.{js,mjs} --reporter dot --timeout 60000","update":"run-s update:*","update:url":"npm run -s lint -- --fix","update:configs":"node scripts/update-lib-configs","update:flat-configs":"node scripts/update-lib-flat-configs","update:index":"node scripts/update-lib-index","update:doc":"node scripts/update-docs-readme","update:rule-docs":"node scripts/update-docs-rules","update:config-docs":"node scripts/update-docs-configs","resource-update:unicode-properties":"node scripts/update-unicode-properties","preversion":"npm test","version":"npm run generate:version && git add .","postversion":"git push && git push --tags","watch":"mocha tests/**/*.{js,mjs} --reporter progress --watch --growl","generate:version":"env-cmd -e version -- run-s update:*","changeset:version":"changeset version && npm run generate:version && git add --all","changeset:publish":"changeset publish"},"repository":{"type":"git","url":"git+https://github.com/eslint-community/eslint-plugin-es-x.git"},"keywords":["eslint","plugin","eslintplugin"],"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"license":"MIT","bugs":{"url":"https://github.com/eslint-community/eslint-plugin-es-x/issues"},"homepage":"https://github.com/eslint-community/eslint-plugin-es-x#readme","funding":["https://github.com/sponsors/ota-meshi","https://opencollective.com/eslint"],"gitHead":"2a511bc315f6acdb8530e3bcfde032fb41bf808a","_id":"eslint-plugin-es-x@9.4.1","_nodeVersion":"24.13.1","_npmVersion":"11.10.0","dist":{"shasum":"0555fdd74087b27f8575ceea58270eae5d73a180","size":66860,"noattachment":false,"key":"/eslint-plugin-es-x/-/eslint-plugin-es-x-9.4.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-es-x/download/eslint-plugin-es-x-9.4.1.tgz"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:ac2b50f0-0eaa-4346-ae08-7f94efa75614"}},"directories":{},"maintainers":[{"name":"eslint-community-bot","email":""},{"name":"michaeldeboey","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/eslint-plugin-es-x_9.4.1_1771507808408_0.07109654269548726"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-02-19T13:30:08.571Z","publish_time":1771507808571,"_source_registry_name":"default","_cnpm_publish_time":1771507808571},"9.4.0":{"name":"eslint-plugin-es-x","version":"9.4.0","description":"ESLint plugin about ECMAScript syntactic features.","engines":{"node":"^20.19.0 || >=22.12.0"},"main":"lib/index.js","peerDependencies":{"eslint":">=9.29.0"},"dependencies":{"@eslint-community/eslint-utils":"^4.1.2","@eslint-community/regexpp":"^4.12.1","eslint-type-tracer":"^0.4.0"},"devDependencies":{"@changesets/cli":"^2.29.2","@clack/prompts":"^1.0.0","@svitejs/changesets-changelog-github-compact":"^1.2.0","@typescript-eslint/parser":"^8.0.0","env-cmd":"^11.0.0","eslint":"^9.29.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-eslint-plugin":"^7.0.0","eslint-plugin-n":"^17.8.1","eslint-plugin-prettier":"^5.0.0","eslint-plugin-vue":"^10.0.0","espree":"^11.0.0","globals":"^17.0.0","jsdom":"^28.0.0","mocha":"^11.0.0","monaco-editor":"^0.55.0","npm-run-all2":"^8.0.0","nyc":"^17.0.0","opener":"^1.5.1","rimraf":"^6.0.0","semver":"^7.0.0","typescript":"^5.8.3","vite-plugin-eslint4b":"^0.6.0","vitepress":"^1.0.0","vue-eslint-parser":"^10.0.0"},"scripts":{"clean":"rimraf .nyc_output coverage","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","docs:build":"vitepress build docs","docs:watch":"vitepress dev docs","lint":"eslint lib tests scripts eslint-internal docs/.vitepress","lint:fix":"eslint lib tests scripts eslint-internal docs/.vitepress --fix","new":"node scripts/new-rule","pretest":"npm run -s lint","test":"npm run -s test:mocha","test:mocha":"nyc mocha tests/**/*.{js,mjs} --reporter dot --timeout 60000","test:debug":"mocha tests/**/*.{js,mjs} --reporter dot --timeout 60000","update":"run-s update:*","update:url":"npm run -s lint -- --fix","update:configs":"node scripts/update-lib-configs","update:flat-configs":"node scripts/update-lib-flat-configs","update:index":"node scripts/update-lib-index","update:doc":"node scripts/update-docs-readme","update:rule-docs":"node scripts/update-docs-rules","update:config-docs":"node scripts/update-docs-configs","resource-update:unicode-properties":"node scripts/update-unicode-properties","preversion":"npm test","version":"npm run generate:version && git add .","postversion":"git push && git push --tags","watch":"mocha tests/**/*.{js,mjs} --reporter progress --watch --growl","generate:version":"env-cmd -e version -- run-s update:*","changeset:version":"changeset version && npm run generate:version && git add --all","changeset:publish":"changeset publish"},"repository":{"type":"git","url":"git+https://github.com/eslint-community/eslint-plugin-es-x.git"},"keywords":["eslint","plugin","eslintplugin"],"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"license":"MIT","bugs":{"url":"https://github.com/eslint-community/eslint-plugin-es-x/issues"},"homepage":"https://github.com/eslint-community/eslint-plugin-es-x#readme","funding":["https://github.com/sponsors/ota-meshi","https://opencollective.com/eslint"],"gitHead":"729bd187c6922118ed6d615dbbec7e8eb2557ba9","_id":"eslint-plugin-es-x@9.4.0","_nodeVersion":"24.13.0","_npmVersion":"11.9.0","dist":{"shasum":"ba270c4e45c04b9efdea1cf580d36e26a30f820e","size":66856,"noattachment":false,"key":"/eslint-plugin-es-x/-/eslint-plugin-es-x-9.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-es-x/download/eslint-plugin-es-x-9.4.0.tgz"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:ac2b50f0-0eaa-4346-ae08-7f94efa75614"}},"directories":{},"maintainers":[{"name":"eslint-community-bot","email":""},{"name":"michaeldeboey","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/eslint-plugin-es-x_9.4.0_1770424838618_0.863425135112851"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-02-07T00:40:38.784Z","publish_time":1770424838784,"_source_registry_name":"default","_cnpm_publish_time":1770424838784},"9.3.0":{"name":"eslint-plugin-es-x","version":"9.3.0","description":"ESLint plugin about ECMAScript syntactic features.","engines":{"node":"^20.19.0 || >=22.12.0"},"main":"lib/index.js","peerDependencies":{"eslint":">=9.29.0"},"dependencies":{"@eslint-community/eslint-utils":"^4.1.2","@eslint-community/regexpp":"^4.12.1","eslint-type-tracer":"^0.4.0"},"devDependencies":{"@changesets/cli":"^2.29.2","@clack/prompts":"^0.11.0","@svitejs/changesets-changelog-github-compact":"^1.2.0","@typescript-eslint/parser":"^8.0.0","env-cmd":"^11.0.0","eslint":"^9.29.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-eslint-plugin":"^7.0.0","eslint-plugin-n":"^17.8.1","eslint-plugin-prettier":"^5.0.0","eslint-plugin-vue":"^10.0.0","espree":"^11.0.0","globals":"^16.2.0","jsdom":"^27.0.0","mocha":"^11.0.0","monaco-editor":"^0.55.0","npm-run-all2":"^8.0.0","nyc":"^17.0.0","opener":"^1.5.1","rimraf":"^6.0.0","semver":"^7.0.0","typescript":"^5.8.3","vite-plugin-eslint4b":"^0.6.0","vitepress":"^1.0.0","vue-eslint-parser":"^10.0.0"},"scripts":{"clean":"rimraf .nyc_output coverage","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","docs:build":"vitepress build docs","docs:watch":"vitepress dev docs","lint":"eslint lib tests scripts eslint-internal docs/.vitepress","lint:fix":"eslint lib tests scripts eslint-internal docs/.vitepress --fix","new":"node scripts/new-rule","pretest":"npm run -s lint","test":"npm run -s test:mocha","test:mocha":"nyc mocha tests/**/*.{js,mjs} --reporter dot --timeout 60000","test:debug":"mocha tests/**/*.{js,mjs} --reporter dot --timeout 60000","update":"run-s update:*","update:url":"npm run -s lint -- --fix","update:configs":"node scripts/update-lib-configs","update:flat-configs":"node scripts/update-lib-flat-configs","update:index":"node scripts/update-lib-index","update:doc":"node scripts/update-docs-readme","update:rule-docs":"node scripts/update-docs-rules","update:config-docs":"node scripts/update-docs-configs","resource-update:unicode-properties":"node scripts/update-unicode-properties","preversion":"npm test","version":"npm run generate:version && git add .","postversion":"git push && git push --tags","watch":"mocha tests/**/*.{js,mjs} --reporter progress --watch --growl","generate:version":"env-cmd -e version -- run-s update:*","changeset:version":"changeset version && npm run generate:version && git add --all","changeset:publish":"changeset publish"},"repository":{"type":"git","url":"git+https://github.com/eslint-community/eslint-plugin-es-x.git"},"keywords":["eslint","plugin","eslintplugin"],"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"license":"MIT","bugs":{"url":"https://github.com/eslint-community/eslint-plugin-es-x/issues"},"homepage":"https://github.com/eslint-community/eslint-plugin-es-x#readme","funding":["https://github.com/sponsors/ota-meshi","https://opencollective.com/eslint"],"gitHead":"c37cb4ba635885461bd290f9158703b2a2382dce","_id":"eslint-plugin-es-x@9.3.0","_nodeVersion":"24.11.1","_npmVersion":"11.6.4","dist":{"shasum":"2a070c2552461cdddd534326b1c4a5fa77d5af44","size":66228,"noattachment":false,"key":"/eslint-plugin-es-x/-/eslint-plugin-es-x-9.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-es-x/download/eslint-plugin-es-x-9.3.0.tgz"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:ac2b50f0-0eaa-4346-ae08-7f94efa75614"}},"directories":{},"maintainers":[{"name":"eslint-community-bot","email":""},{"name":"michaeldeboey","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/eslint-plugin-es-x_9.3.0_1764833572215_0.5015475347715392"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-12-04T07:32:52.404Z","publish_time":1764833572404,"_source_registry_name":"default","_cnpm_publish_time":1764833572404},"9.2.0":{"name":"eslint-plugin-es-x","version":"9.2.0","description":"ESLint plugin about ECMAScript syntactic features.","engines":{"node":"^20.19.0 || >=22.12.0"},"main":"lib/index.js","peerDependencies":{"eslint":">=9.29.0"},"dependencies":{"@eslint-community/eslint-utils":"^4.1.2","@eslint-community/regexpp":"^4.12.1","eslint-type-tracer":"^0.4.0"},"devDependencies":{"@changesets/cli":"^2.29.2","@clack/prompts":"^0.11.0","@svitejs/changesets-changelog-github-compact":"^1.2.0","@typescript-eslint/parser":"^8.0.0","env-cmd":"^11.0.0","eslint":"^9.29.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-eslint-plugin":"^7.0.0","eslint-plugin-n":"^17.8.1","eslint-plugin-prettier":"^5.0.0","eslint-plugin-vue":"^10.0.0","espree":"^11.0.0","globals":"^16.2.0","jsdom":"^27.0.0","mocha":"^11.0.0","monaco-editor":"^0.55.0","npm-run-all2":"^8.0.0","nyc":"^17.0.0","opener":"^1.5.1","rimraf":"^6.0.0","semver":"^7.0.0","typescript":"^5.8.3","vite-plugin-eslint4b":"^0.6.0","vitepress":"^1.0.0","vue-eslint-parser":"^10.0.0"},"scripts":{"clean":"rimraf .nyc_output coverage","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","docs:build":"vitepress build docs","docs:watch":"vitepress dev docs","lint":"eslint lib tests scripts eslint-internal docs/.vitepress","lint:fix":"eslint lib tests scripts eslint-internal docs/.vitepress --fix","new":"node scripts/new-rule","pretest":"npm run -s lint","test":"npm run -s test:mocha","test:mocha":"nyc mocha tests/**/*.{js,mjs} --reporter dot --timeout 60000","test:debug":"mocha tests/**/*.{js,mjs} --reporter dot --timeout 60000","update":"run-s update:*","update:url":"npm run -s lint -- --fix","update:configs":"node scripts/update-lib-configs","update:flat-configs":"node scripts/update-lib-flat-configs","update:index":"node scripts/update-lib-index","update:doc":"node scripts/update-docs-readme","update:rule-docs":"node scripts/update-docs-rules","update:config-docs":"node scripts/update-docs-configs","resource-update:unicode-properties":"node scripts/update-unicode-properties","preversion":"npm test","version":"npm run generate:version && git add .","postversion":"git push && git push --tags","watch":"mocha tests/**/*.{js,mjs} --reporter progress --watch --growl","generate:version":"env-cmd -e version -- run-s update:*","changeset:version":"changeset version && npm run generate:version && git add --all","changeset:publish":"changeset publish"},"repository":{"type":"git","url":"git+https://github.com/eslint-community/eslint-plugin-es-x.git"},"keywords":["eslint","plugin","eslintplugin"],"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"license":"MIT","bugs":{"url":"https://github.com/eslint-community/eslint-plugin-es-x/issues"},"homepage":"https://github.com/eslint-community/eslint-plugin-es-x#readme","funding":["https://github.com/sponsors/ota-meshi","https://opencollective.com/eslint"],"gitHead":"0593d98612cedc1d06d12bbab9102d96089a8b94","_id":"eslint-plugin-es-x@9.2.0","_nodeVersion":"24.11.1","_npmVersion":"11.6.3","dist":{"shasum":"b39bcca1e0a6c8f03fe914bbe921640bf5b462a0","size":65516,"noattachment":false,"key":"/eslint-plugin-es-x/-/eslint-plugin-es-x-9.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-es-x/download/eslint-plugin-es-x-9.2.0.tgz"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:ac2b50f0-0eaa-4346-ae08-7f94efa75614"}},"directories":{},"maintainers":[{"name":"eslint-community-bot","email":""},{"name":"michaeldeboey","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/eslint-plugin-es-x_9.2.0_1763779648513_0.6305482288852551"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-11-22T02:47:28.750Z","publish_time":1763779648750,"_source_registry_name":"default","_cnpm_publish_time":1763779648750},"9.1.2":{"name":"eslint-plugin-es-x","version":"9.1.2","description":"ESLint plugin about ECMAScript syntactic features.","engines":{"node":"^20.19.0 || >=22.12.0"},"main":"lib/index.js","peerDependencies":{"eslint":">=9.29.0"},"dependencies":{"@eslint-community/eslint-utils":"^4.1.2","@eslint-community/regexpp":"^4.12.1","eslint-type-tracer":"^0.4.0"},"devDependencies":{"@changesets/cli":"^2.29.2","@clack/prompts":"^0.11.0","@svitejs/changesets-changelog-github-compact":"^1.2.0","@typescript-eslint/parser":"^8.0.0","env-cmd":"^11.0.0","eslint":"^9.29.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-eslint-plugin":"^7.0.0","eslint-plugin-n":"^17.8.1","eslint-plugin-prettier":"^5.0.0","eslint-plugin-vue":"^10.0.0","espree":"^10.3.0","globals":"^16.2.0","jsdom":"^27.0.0","mocha":"^11.0.0","monaco-editor":"^0.54.0","npm-run-all2":"^8.0.0","nyc":"^17.0.0","opener":"^1.5.1","rimraf":"^6.0.0","semver":"^7.0.0","typescript":"^5.8.3","vite-plugin-eslint4b":"^0.6.0","vitepress":"^1.0.0","vue-eslint-parser":"^10.0.0"},"scripts":{"clean":"rimraf .nyc_output coverage","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","docs:build":"vitepress build docs","docs:watch":"vitepress dev docs","lint":"eslint lib tests scripts eslint-internal docs/.vitepress","lint:fix":"eslint lib tests scripts eslint-internal docs/.vitepress --fix","new":"node scripts/new-rule","pretest":"npm run -s lint","test":"npm run -s test:mocha","test:mocha":"nyc mocha tests/**/*.{js,mjs} --reporter dot --timeout 60000","test:debug":"mocha tests/**/*.{js,mjs} --reporter dot --timeout 60000","update":"run-s update:*","update:url":"npm run -s lint -- --fix","update:configs":"node scripts/update-lib-configs","update:flat-configs":"node scripts/update-lib-flat-configs","update:index":"node scripts/update-lib-index","update:doc":"node scripts/update-docs-readme","update:rule-docs":"node scripts/update-docs-rules","update:config-docs":"node scripts/update-docs-configs","resource-update:unicode-properties":"node scripts/update-unicode-properties","preversion":"npm test","version":"npm run generate:version && git add .","postversion":"git push && git push --tags","watch":"mocha tests/**/*.{js,mjs} --reporter progress --watch --growl","generate:version":"env-cmd -e version -- run-s update:*","changeset:version":"changeset version && npm run generate:version && git add --all","changeset:publish":"changeset publish"},"repository":{"type":"git","url":"git+https://github.com/eslint-community/eslint-plugin-es-x.git"},"keywords":["eslint","plugin","eslintplugin"],"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"license":"MIT","bugs":{"url":"https://github.com/eslint-community/eslint-plugin-es-x/issues"},"homepage":"https://github.com/eslint-community/eslint-plugin-es-x#readme","funding":["https://github.com/sponsors/ota-meshi","https://opencollective.com/eslint"],"gitHead":"1cef59eb3e19b9e95339fc053951f1c0f13903a9","_id":"eslint-plugin-es-x@9.1.2","_nodeVersion":"24.10.0","_npmVersion":"11.6.2","dist":{"shasum":"16fd35cdc6ca1b83db1867f6c196e9c5de2c46a4","size":64501,"noattachment":false,"key":"/eslint-plugin-es-x/-/eslint-plugin-es-x-9.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-es-x/download/eslint-plugin-es-x-9.1.2.tgz"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:ac2b50f0-0eaa-4346-ae08-7f94efa75614"}},"directories":{},"maintainers":[{"name":"eslint-community-bot","email":""},{"name":"michaeldeboey","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/eslint-plugin-es-x_9.1.2_1761083240873_0.0900103450634877"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-10-21T21:47:21.126Z","publish_time":1761083241126,"_source_registry_name":"default","_cnpm_publish_time":1761083241126},"9.1.1":{"name":"eslint-plugin-es-x","version":"9.1.1","description":"ESLint plugin about ECMAScript syntactic features.","engines":{"node":"^20.19.0 || >=22.12.0"},"main":"lib/index.js","peerDependencies":{"eslint":">=9.29.0"},"dependencies":{"@eslint-community/eslint-utils":"^4.1.2","@eslint-community/regexpp":"^4.12.1","eslint-type-tracer":"^0.4.0"},"devDependencies":{"@changesets/cli":"^2.29.2","@clack/prompts":"^0.11.0","@svitejs/changesets-changelog-github-compact":"^1.2.0","@typescript-eslint/parser":"^8.0.0","env-cmd":"^11.0.0","eslint":"^9.29.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-eslint-plugin":"^6.0.0","eslint-plugin-n":"^17.8.1","eslint-plugin-prettier":"^5.0.0","eslint-plugin-vue":"^10.0.0","espree":"^10.3.0","globals":"^16.2.0","jsdom":"^27.0.0","mocha":"^11.0.0","monaco-editor":"^0.54.0","npm-run-all2":"^8.0.0","nyc":"^17.0.0","opener":"^1.5.1","rimraf":"^6.0.0","semver":"^7.0.0","typescript":"^5.8.3","vite-plugin-eslint4b":"^0.6.0","vitepress":"^1.0.0","vue-eslint-parser":"^10.0.0"},"scripts":{"clean":"rimraf .nyc_output coverage","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","docs:build":"vitepress build docs","docs:watch":"vitepress dev docs","lint":"eslint lib tests scripts eslint-internal docs/.vitepress","lint:fix":"eslint lib tests scripts eslint-internal docs/.vitepress --fix","new":"node scripts/new-rule","pretest":"npm run -s lint","test":"npm run -s test:mocha","test:mocha":"nyc mocha tests/**/*.{js,mjs} --reporter dot --timeout 60000","test:debug":"mocha tests/**/*.{js,mjs} --reporter dot --timeout 60000","update":"run-s update:*","update:url":"npm run -s lint -- --fix","update:configs":"node scripts/update-lib-configs","update:flat-configs":"node scripts/update-lib-flat-configs","update:index":"node scripts/update-lib-index","update:doc":"node scripts/update-docs-readme","update:rule-docs":"node scripts/update-docs-rules","update:config-docs":"node scripts/update-docs-configs","resource-update:unicode-properties":"node scripts/update-unicode-properties","preversion":"npm test","version":"npm run generate:version && git add .","postversion":"git push && git push --tags","watch":"mocha tests/**/*.{js,mjs} --reporter progress --watch --growl","generate:version":"env-cmd -e version -- run-s update:*","changeset:version":"changeset version && npm run generate:version && git add --all","changeset:publish":"changeset publish"},"repository":{"type":"git","url":"git+https://github.com/eslint-community/eslint-plugin-es-x.git"},"keywords":["eslint","plugin","eslintplugin"],"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"license":"MIT","bugs":{"url":"https://github.com/eslint-community/eslint-plugin-es-x/issues"},"homepage":"https://github.com/eslint-community/eslint-plugin-es-x#readme","funding":["https://github.com/sponsors/ota-meshi","https://opencollective.com/eslint"],"_id":"eslint-plugin-es-x@9.1.1","gitHead":"96d30a71cf8d81ed964b8edaba7cc1fce676381f","_nodeVersion":"24.9.0","_npmVersion":"11.6.0","dist":{"shasum":"418b4d4d17a3691cf84eb351a4c05802aa414402","size":64504,"noattachment":false,"key":"/eslint-plugin-es-x/-/eslint-plugin-es-x-9.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-es-x/download/eslint-plugin-es-x-9.1.1.tgz"},"_npmUser":{"name":"eslint-community-bot","email":"contact+eslintcbot@eslint.org"},"directories":{},"maintainers":[{"name":"eslint-community-bot","email":""},{"name":"michaeldeboey","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/eslint-plugin-es-x_9.1.1_1760160921698_0.4051259983553741"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-10-11T05:35:21.896Z","publish_time":1760160921896,"_source_registry_name":"default","_cnpm_publish_time":1760160921896},"9.1.0":{"name":"eslint-plugin-es-x","version":"9.1.0","description":"ESLint plugin about ECMAScript syntactic features.","engines":{"node":"^20.19.0 || >=22.12.0"},"main":"lib/index.js","peerDependencies":{"eslint":">=9.29.0"},"dependencies":{"@eslint-community/eslint-utils":"^4.1.2","@eslint-community/regexpp":"^4.12.1","eslint-type-tracer":"^0.4.0"},"devDependencies":{"@changesets/cli":"^2.29.2","@clack/prompts":"^0.11.0","@svitejs/changesets-changelog-github-compact":"^1.2.0","@typescript-eslint/parser":"^8.0.0","env-cmd":"^11.0.0","eslint":"^9.29.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-eslint-plugin":"^6.0.0","eslint-plugin-n":"^17.8.1","eslint-plugin-prettier":"^5.0.0","eslint-plugin-vue":"^10.0.0","espree":"^10.3.0","globals":"^16.2.0","jsdom":"^26.0.0","mocha":"^11.0.0","monaco-editor":"^0.52.0","npm-run-all2":"^8.0.0","nyc":"^17.0.0","opener":"^1.5.1","rimraf":"^6.0.0","semver":"^7.0.0","typescript":"^5.8.3","vite-plugin-eslint4b":"^0.6.0","vitepress":"^1.0.0","vue-eslint-parser":"^10.0.0"},"scripts":{"clean":"rimraf .nyc_output coverage","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","docs:build":"vitepress build docs","docs:watch":"vitepress dev docs","lint":"eslint lib tests scripts eslint-internal docs/.vitepress","lint:fix":"eslint lib tests scripts eslint-internal docs/.vitepress --fix","new":"node scripts/new-rule","pretest":"npm run -s lint","test":"npm run -s test:mocha","test:mocha":"nyc mocha tests/**/*.{js,mjs} --reporter dot --timeout 60000","test:debug":"mocha tests/**/*.{js,mjs} --reporter dot --timeout 60000","update":"run-s update:*","update:url":"npm run -s lint -- --fix","update:configs":"node scripts/update-lib-configs","update:flat-configs":"node scripts/update-lib-flat-configs","update:index":"node scripts/update-lib-index","update:doc":"node scripts/update-docs-readme","update:rule-docs":"node scripts/update-docs-rules","update:config-docs":"node scripts/update-docs-configs","resource-update:unicode-properties":"node scripts/update-unicode-properties","preversion":"npm test","version":"npm run generate:version && git add .","postversion":"git push && git push --tags","watch":"mocha tests/**/*.{js,mjs} --reporter progress --watch --growl","generate:version":"env-cmd -e version -- run-s update:*","changeset:version":"changeset version && npm run generate:version && git add --all","changeset:publish":"changeset publish"},"repository":{"type":"git","url":"git+https://github.com/eslint-community/eslint-plugin-es-x.git"},"keywords":["eslint","plugin","eslintplugin"],"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"license":"MIT","bugs":{"url":"https://github.com/eslint-community/eslint-plugin-es-x/issues"},"homepage":"https://github.com/eslint-community/eslint-plugin-es-x#readme","funding":["https://github.com/sponsors/ota-meshi","https://opencollective.com/eslint"],"_id":"eslint-plugin-es-x@9.1.0","gitHead":"3770379287c23d8d7a5aa758a1e69a32837bb05c","_nodeVersion":"20.19.4","_npmVersion":"10.8.2","dist":{"shasum":"fc658c87a6a18e8029576a7a495c186fbf992bd8","size":64461,"noattachment":false,"key":"/eslint-plugin-es-x/-/eslint-plugin-es-x-9.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-es-x/download/eslint-plugin-es-x-9.1.0.tgz"},"_npmUser":{"name":"eslint-community-bot","email":"contact+eslintcbot@eslint.org"},"directories":{},"maintainers":[{"name":"eslint-community-bot","email":""},{"name":"michaeldeboey","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/eslint-plugin-es-x_9.1.0_1756234396019_0.9023179477895962"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-08-26T18:53:16.280Z","publish_time":1756234396280,"_source_registry_name":"default","_cnpm_publish_time":1756234396280},"9.0.0":{"name":"eslint-plugin-es-x","version":"9.0.0","description":"ESLint plugin about ECMAScript syntactic features.","engines":{"node":"^20.19.0 || >=22.12.0"},"main":"lib/index.js","peerDependencies":{"eslint":">=9.29.0"},"dependencies":{"@eslint-community/eslint-utils":"^4.1.2","@eslint-community/regexpp":"^4.12.1","eslint-type-tracer":"^0.4.0"},"devDependencies":{"@changesets/cli":"^2.29.2","@clack/prompts":"^0.11.0","@svitejs/changesets-changelog-github-compact":"^1.2.0","@typescript-eslint/parser":"^8.0.0","env-cmd":"^10.1.0","eslint":"^9.29.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-eslint-plugin":"^6.0.0","eslint-plugin-n":"^17.8.1","eslint-plugin-prettier":"^5.0.0","eslint-plugin-vue":"^10.0.0","espree":"^10.3.0","globals":"^16.2.0","jsdom":"^26.0.0","mocha":"^11.0.0","monaco-editor":"^0.52.0","npm-run-all2":"^8.0.0","nyc":"^17.0.0","opener":"^1.5.1","rimraf":"^6.0.0","semver":"^7.0.0","typescript":"^5.8.3","vite-plugin-eslint4b":"^0.6.0","vitepress":"^1.0.0","vue-eslint-parser":"^10.0.0"},"scripts":{"clean":"rimraf .nyc_output coverage","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","docs:build":"vitepress build docs","docs:watch":"vitepress dev docs","lint":"eslint lib tests scripts eslint-internal docs/.vitepress","lint:fix":"eslint lib tests scripts eslint-internal docs/.vitepress --fix","new":"node scripts/new-rule","pretest":"npm run -s lint","test":"npm run -s test:mocha","test:mocha":"nyc mocha tests/**/*.{js,mjs} --reporter dot --timeout 60000","test:debug":"mocha tests/**/*.{js,mjs} --reporter dot --timeout 60000","update":"run-s update:*","update:url":"npm run -s lint -- --fix","update:configs":"node scripts/update-lib-configs","update:flat-configs":"node scripts/update-lib-flat-configs","update:index":"node scripts/update-lib-index","update:doc":"node scripts/update-docs-readme","update:rule-docs":"node scripts/update-docs-rules","update:config-docs":"node scripts/update-docs-configs","resource-update:unicode-properties":"node scripts/update-unicode-properties","preversion":"npm test","version":"npm run generate:version && git add .","postversion":"git push && git push --tags","watch":"mocha tests/**/*.{js,mjs} --reporter progress --watch --growl","generate:version":"env-cmd -e version run-s update:*","changeset:version":"changeset version && npm run generate:version && git add --all","changeset:publish":"changeset publish"},"repository":{"type":"git","url":"git+https://github.com/eslint-community/eslint-plugin-es-x.git"},"keywords":["eslint","plugin","eslintplugin"],"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"license":"MIT","bugs":{"url":"https://github.com/eslint-community/eslint-plugin-es-x/issues"},"homepage":"https://github.com/eslint-community/eslint-plugin-es-x#readme","funding":["https://github.com/sponsors/ota-meshi","https://opencollective.com/eslint"],"_id":"eslint-plugin-es-x@9.0.0","gitHead":"1adc96f9435f72b3ca149e91539654e6fb73b2d3","_nodeVersion":"20.19.3","_npmVersion":"10.8.2","dist":{"shasum":"415f1703cce4b3178798b4ddd4fdb686727ad59e","size":63571,"noattachment":false,"key":"/eslint-plugin-es-x/-/eslint-plugin-es-x-9.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-es-x/download/eslint-plugin-es-x-9.0.0.tgz"},"_npmUser":{"name":"eslint-community-bot","actor":{"name":"eslint-community-bot","type":"user","email":"contact+eslintcbot@eslint.org"},"email":"contact+eslintcbot@eslint.org"},"directories":{},"maintainers":[{"name":"eslint-community-bot","email":""},{"name":"michaeldeboey","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/eslint-plugin-es-x_9.0.0_1752116943429_0.19638238957595355"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-10T03:09:03.649Z","publish_time":1752116943649,"_source_registry_name":"default","_cnpm_publish_time":1752116943649},"8.7.0":{"name":"eslint-plugin-es-x","version":"8.7.0","description":"ESLint plugin about ECMAScript syntactic features.","engines":{"node":"^14.18.0 || >=16.0.0"},"main":"lib/index.js","peerDependencies":{"eslint":">=8"},"dependencies":{"@eslint-community/eslint-utils":"^4.1.2","@eslint-community/regexpp":"^4.12.1","eslint-compat-utils":"^0.6.3"},"devDependencies":{"@clack/prompts":"^0.11.0","@typescript-eslint/parser":"^8.0.0","env-cmd":"^10.1.0","eslint":"^9.1.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-eslint-plugin":"^6.0.0","eslint-plugin-n":"^17.8.1","eslint-plugin-prettier":"^5.0.0","eslint-plugin-vue":"^10.0.0","espree":"^10.3.0","globals":"^16.2.0","jsdom":"^26.0.0","mocha":"^11.0.0","monaco-editor":"^0.52.0","npm-run-all2":"^8.0.0","nyc":"^17.0.0","opener":"^1.5.1","rimraf":"^6.0.0","semver":"^7.0.0","typescript":"^5.8.3","vite-plugin-eslint4b":"^0.5.0","vitepress":"^1.0.0","vue-eslint-parser":"^10.0.0"},"scripts":{"clean":"rimraf .nyc_output coverage","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","docs:build":"vitepress build docs","docs:watch":"vitepress dev docs","lint":"eslint lib tests scripts eslint-internal docs/.vitepress","lint:fix":"eslint lib tests scripts eslint-internal docs/.vitepress --fix","new":"node scripts/new-rule","pretest":"npm run -s lint","test":"npm run -s test:mocha","test:mocha":"nyc mocha tests/**/*.{js,mjs} --reporter dot --timeout 60000","test:debug":"mocha tests/**/*.{js,mjs} --reporter dot --timeout 60000","update":"run-s update:*","update:url":"npm run -s lint -- --fix","update:configs":"node scripts/update-lib-configs","update:flat-configs":"node scripts/update-lib-flat-configs","update:index":"node scripts/update-lib-index","update:doc":"node scripts/update-docs-readme","update:rule-docs":"node scripts/update-docs-rules","update:config-docs":"node scripts/update-docs-configs","resource-update:unicode-properties":"node scripts/update-unicode-properties","preversion":"npm test","version":"env-cmd -e version run-s update:* && git add .","postversion":"git push && git push --tags","watch":"mocha tests/**/*.{js,mjs} --reporter progress --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/eslint-community/eslint-plugin-es-x.git"},"keywords":["eslint","plugin","eslintplugin"],"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"license":"MIT","bugs":{"url":"https://github.com/eslint-community/eslint-plugin-es-x/issues"},"homepage":"https://github.com/eslint-community/eslint-plugin-es-x#readme","funding":["https://github.com/sponsors/ota-meshi","https://opencollective.com/eslint"],"_id":"eslint-plugin-es-x@8.7.0","gitHead":"012956ed258ed38c4c55b99738095572433bde0f","_nodeVersion":"20.19.2","_npmVersion":"10.8.2","dist":{"shasum":"75ef816df5673f705cc37af4836c36a79e6a5952","size":74838,"noattachment":false,"key":"/eslint-plugin-es-x/-/eslint-plugin-es-x-8.7.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-es-x/download/eslint-plugin-es-x-8.7.0.tgz"},"_npmUser":{"name":"eslint-community-bot","email":"contact+eslintcbot@eslint.org"},"directories":{},"maintainers":[{"name":"eslint-community-bot","email":""},{"name":"michaeldeboey","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/eslint-plugin-es-x_8.7.0_1749194797099_0.4520527080904204"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-06T07:26:37.272Z","publish_time":1749194797272,"_source_registry_name":"default","_cnpm_publish_time":1749194797272},"8.6.2":{"name":"eslint-plugin-es-x","version":"8.6.2","description":"ESLint plugin about ECMAScript syntactic features.","engines":{"node":"^14.18.0 || >=16.0.0"},"main":"lib/index.js","peerDependencies":{"eslint":">=8"},"dependencies":{"@eslint-community/eslint-utils":"^4.1.2","@eslint-community/regexpp":"^4.12.1","eslint-compat-utils":"^0.6.3"},"devDependencies":{"@typescript-eslint/parser":"^8.0.0","env-cmd":"^10.1.0","eslint":"^9.1.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-eslint-plugin":"^6.0.0","eslint-plugin-n":"^17.8.1","eslint-plugin-prettier":"^5.0.0","eslint-plugin-vue":"^10.0.0","espree":"^10.3.0","globals":"^16.0.0","jsdom":"^26.0.0","mocha":"^11.0.0","monaco-editor":"^0.52.0","npm-run-all2":"^7.0.0","nyc":"^17.0.0","opener":"^1.5.1","rimraf":"^6.0.0","semver":"^7.0.0","typescript":"^5.7.2","vite-plugin-eslint4b":"^0.5.0","vitepress":"^1.0.0","vue-eslint-parser":"^10.0.0"},"scripts":{"clean":"rimraf .nyc_output coverage","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","docs:build":"vitepress build docs","docs:watch":"vitepress dev docs","lint":"eslint lib tests scripts eslint-internal docs/.vitepress","lint:fix":"eslint lib tests scripts eslint-internal docs/.vitepress --fix","new":"node scripts/new-rule","pretest":"npm run -s lint","test":"npm run -s test:mocha","test:mocha":"nyc mocha tests/**/*.{js,mjs} --reporter dot --timeout 60000","test:debug":"mocha tests/**/*.{js,mjs} --reporter dot --timeout 60000","update":"run-s update:*","update:url":"npm run -s lint -- --fix","update:configs":"node scripts/update-lib-configs","update:flat-configs":"node scripts/update-lib-flat-configs","update:index":"node scripts/update-lib-index","update:doc":"node scripts/update-docs-readme","update:rule-docs":"node scripts/update-docs-rules","update:config-docs":"node scripts/update-docs-configs","resource-update:unicode-properties":"node scripts/update-unicode-properties","preversion":"npm test","version":"env-cmd -e version run-s update:* && git add .","postversion":"git push && git push --tags","watch":"mocha tests/**/*.{js,mjs} --reporter progress --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/eslint-community/eslint-plugin-es-x.git"},"keywords":["eslint","plugin","eslintplugin"],"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"license":"MIT","bugs":{"url":"https://github.com/eslint-community/eslint-plugin-es-x/issues"},"homepage":"https://github.com/eslint-community/eslint-plugin-es-x#readme","funding":["https://github.com/sponsors/ota-meshi","https://opencollective.com/eslint"],"_id":"eslint-plugin-es-x@8.6.2","gitHead":"5bebf5bd2b90304612013b6bae0aa770d6647297","_nodeVersion":"20.19.0","_npmVersion":"10.8.2","dist":{"shasum":"8bdac6cd13c4dc20f6747d8bb0b69d3af2a82959","size":73070,"noattachment":false,"key":"/eslint-plugin-es-x/-/eslint-plugin-es-x-8.6.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-es-x/download/eslint-plugin-es-x-8.6.2.tgz"},"_npmUser":{"name":"eslint-community-bot","email":"contact+eslintcbot@eslint.org"},"directories":{},"maintainers":[{"name":"eslint-community-bot","email":""},{"name":"michaeldeboey","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/eslint-plugin-es-x_8.6.2_1745892453693_0.5957258697712882"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-29T02:07:33.906Z","publish_time":1745892453906,"_source_registry_name":"default","_cnpm_publish_time":1745892453906},"8.6.1":{"name":"eslint-plugin-es-x","version":"8.6.1","description":"ESLint plugin about ECMAScript syntactic features.","engines":{"node":"^14.18.0 || >=16.0.0"},"main":"lib/index.js","peerDependencies":{"eslint":">=8"},"dependencies":{"@eslint-community/eslint-utils":"^4.1.2","@eslint-community/regexpp":"^4.12.1","eslint-compat-utils":"^0.6.3"},"devDependencies":{"@typescript-eslint/parser":"^8.0.0","env-cmd":"^10.1.0","eslint":"^9.1.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-eslint-plugin":"^6.0.0","eslint-plugin-n":"^17.8.1","eslint-plugin-prettier":"^5.0.0","eslint-plugin-vue":"^10.0.0","espree":"^10.3.0","globals":"^16.0.0","jsdom":"^26.0.0","mocha":"^11.0.0","monaco-editor":"^0.52.0","npm-run-all2":"^7.0.0","nyc":"^17.0.0","opener":"^1.5.1","rimraf":"^6.0.0","semver":"^7.0.0","typescript":"^5.7.2","vite-plugin-eslint4b":"^0.5.0","vitepress":"^1.0.0","vue-eslint-parser":"^10.0.0"},"scripts":{"clean":"rimraf .nyc_output coverage","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","docs:build":"vitepress build docs","docs:watch":"vitepress dev docs","lint":"eslint lib tests scripts eslint-internal docs/.vitepress","lint:fix":"eslint lib tests scripts eslint-internal docs/.vitepress --fix","new":"node scripts/new-rule","pretest":"npm run -s lint","test":"npm run -s test:mocha","test:mocha":"nyc mocha tests/**/*.{js,mjs} --reporter dot --timeout 60000","test:debug":"mocha tests/**/*.{js,mjs} --reporter dot --timeout 60000","update":"run-s update:*","update:url":"npm run -s lint -- --fix","update:configs":"node scripts/update-lib-configs","update:flat-configs":"node scripts/update-lib-flat-configs","update:index":"node scripts/update-lib-index","update:doc":"node scripts/update-docs-readme","update:rule-docs":"node scripts/update-docs-rules","update:config-docs":"node scripts/update-docs-configs","resource-update:unicode-properties":"node scripts/update-unicode-properties","preversion":"npm test","version":"env-cmd -e version run-s update:* && git add .","postversion":"git push && git push --tags","watch":"mocha tests/**/*.{js,mjs} --reporter progress --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/eslint-community/eslint-plugin-es-x.git"},"keywords":["eslint","plugin","eslintplugin"],"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"license":"MIT","bugs":{"url":"https://github.com/eslint-community/eslint-plugin-es-x/issues"},"homepage":"https://github.com/eslint-community/eslint-plugin-es-x#readme","funding":["https://github.com/sponsors/ota-meshi","https://opencollective.com/eslint"],"_id":"eslint-plugin-es-x@8.6.1","gitHead":"f6aa5e07f61b597b736a20aa957c0422a43662f4","_nodeVersion":"20.18.3","_npmVersion":"10.8.2","dist":{"shasum":"5783c20ddfe2ceb6f1b85adb5a75c0c868145014","size":73035,"noattachment":false,"key":"/eslint-plugin-es-x/-/eslint-plugin-es-x-8.6.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-es-x/download/eslint-plugin-es-x-8.6.1.tgz"},"_npmUser":{"name":"eslint-community-bot","email":"contact+eslintcbot@eslint.org"},"directories":{},"maintainers":[{"name":"eslint-community-bot","email":""},{"name":"michaeldeboey","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/eslint-plugin-es-x_8.6.1_1742348138152_0.6036948757600189"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-19T01:35:38.319Z","publish_time":1742348138319,"_source_registry_name":"default","_cnpm_publish_time":1742348138319},"8.6.0":{"name":"eslint-plugin-es-x","version":"8.6.0","description":"ESLint plugin about ECMAScript syntactic features.","engines":{"node":"^14.18.0 || >=16.0.0"},"main":"lib/index.js","peerDependencies":{"eslint":">=8"},"dependencies":{"@eslint-community/eslint-utils":"^4.1.2","@eslint-community/regexpp":"^4.12.1","eslint-compat-utils":"^0.6.3"},"devDependencies":{"@typescript-eslint/parser":"^8.0.0","env-cmd":"^10.1.0","eslint":"^9.1.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-eslint-plugin":"^6.0.0","eslint-plugin-n":"^17.8.1","eslint-plugin-prettier":"^5.0.0","eslint-plugin-vue":"^10.0.0","espree":"^10.3.0","globals":"^16.0.0","jsdom":"^26.0.0","mocha":"^11.0.0","monaco-editor":"^0.52.0","npm-run-all2":"^7.0.0","nyc":"^17.0.0","opener":"^1.5.1","rimraf":"^6.0.0","semver":"^7.0.0","typescript":"^5.7.2","vite-plugin-eslint4b":"^0.5.0","vitepress":"^1.0.0","vue-eslint-parser":"^10.0.0"},"scripts":{"clean":"rimraf .nyc_output coverage","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","docs:build":"vitepress build docs","docs:watch":"vitepress dev docs","lint":"eslint lib tests scripts eslint-internal docs/.vitepress","lint:fix":"eslint lib tests scripts eslint-internal docs/.vitepress --fix","new":"node scripts/new-rule","pretest":"npm run -s lint","test":"npm run -s test:mocha","test:mocha":"nyc mocha tests/**/*.{js,mjs} --reporter dot --timeout 60000","test:debug":"mocha tests/**/*.{js,mjs} --reporter dot --timeout 60000","update":"run-s update:*","update:url":"npm run -s lint -- --fix","update:configs":"node scripts/update-lib-configs","update:flat-configs":"node scripts/update-lib-flat-configs","update:index":"node scripts/update-lib-index","update:doc":"node scripts/update-docs-readme","update:rule-docs":"node scripts/update-docs-rules","update:config-docs":"node scripts/update-docs-configs","resource-update:unicode-properties":"node scripts/update-unicode-properties","preversion":"npm test","version":"env-cmd -e version run-s update:* && git add .","postversion":"git push && git push --tags","watch":"mocha tests/**/*.{js,mjs} --reporter progress --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/eslint-community/eslint-plugin-es-x.git"},"keywords":["eslint","plugin","eslintplugin"],"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"license":"MIT","bugs":{"url":"https://github.com/eslint-community/eslint-plugin-es-x/issues"},"homepage":"https://github.com/eslint-community/eslint-plugin-es-x#readme","funding":["https://github.com/sponsors/ota-meshi","https://opencollective.com/eslint"],"_id":"eslint-plugin-es-x@8.6.0","gitHead":"e08b85921db3542e515ca39b2fd2f15dabd124e0","_nodeVersion":"20.19.0","_npmVersion":"10.8.2","dist":{"shasum":"d1bf272b16e4ee364fd7e594ad4cf984e05412cf","size":73020,"noattachment":false,"key":"/eslint-plugin-es-x/-/eslint-plugin-es-x-8.6.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-es-x/download/eslint-plugin-es-x-8.6.0.tgz"},"_npmUser":{"name":"eslint-community-bot","email":"contact+eslintcbot@eslint.org"},"directories":{},"maintainers":[{"name":"eslint-community-bot","email":""},{"name":"michaeldeboey","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/eslint-plugin-es-x_8.6.0_1742302264989_0.8458693709564327"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-18T12:51:05.203Z","publish_time":1742302265203,"_source_registry_name":"default","_cnpm_publish_time":1742302265203},"8.5.0":{"name":"eslint-plugin-es-x","version":"8.5.0","description":"ESLint plugin about ECMAScript syntactic features.","engines":{"node":"^14.18.0 || >=16.0.0"},"main":"lib/index.js","peerDependencies":{"eslint":">=8"},"dependencies":{"@eslint-community/eslint-utils":"^4.1.2","@eslint-community/regexpp":"^4.12.1","eslint-compat-utils":"^0.6.3"},"devDependencies":{"@typescript-eslint/parser":"^8.0.0","env-cmd":"^10.1.0","eslint":"^9.1.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-eslint-plugin":"^6.0.0","eslint-plugin-n":"^17.8.1","eslint-plugin-prettier":"^5.0.0","eslint-plugin-vue":"^9.25.0","espree":"^10.3.0","globals":"^15.0.0","jsdom":"^26.0.0","mocha":"^11.0.0","monaco-editor":"^0.52.0","npm-run-all2":"^7.0.0","nyc":"^17.0.0","opener":"^1.5.1","rimraf":"^6.0.0","semver":"^7.0.0","typescript":"^5.7.2","vite-plugin-eslint4b":"^0.5.0","vitepress":"^1.0.0","vue-eslint-parser":"^9.0.0"},"scripts":{"clean":"rimraf .nyc_output coverage","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","docs:build":"vitepress build docs","docs:watch":"vitepress dev docs","lint":"eslint lib tests scripts eslint-internal docs/.vitepress","lint:fix":"eslint lib tests scripts eslint-internal docs/.vitepress --fix","new":"node scripts/new-rule","pretest":"npm run -s lint","test":"npm run -s test:mocha","test:mocha":"nyc mocha tests/**/*.{js,mjs} --reporter dot --timeout 60000","test:debug":"mocha tests/**/*.{js,mjs} --reporter dot --timeout 60000","update":"run-s update:*","update:url":"npm run -s lint -- --fix","update:configs":"node scripts/update-lib-configs","update:flat-configs":"node scripts/update-lib-flat-configs","update:index":"node scripts/update-lib-index","update:doc":"node scripts/update-docs-readme","update:rule-docs":"node scripts/update-docs-rules","update:config-docs":"node scripts/update-docs-configs","resource-update:unicode-properties":"node scripts/update-unicode-properties","preversion":"npm test","version":"env-cmd -e version run-s update:* && git add .","postversion":"git push && git push --tags","watch":"mocha tests/**/*.{js,mjs} --reporter progress --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/eslint-community/eslint-plugin-es-x.git"},"keywords":["eslint","plugin","eslintplugin"],"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"license":"MIT","bugs":{"url":"https://github.com/eslint-community/eslint-plugin-es-x/issues"},"homepage":"https://github.com/eslint-community/eslint-plugin-es-x#readme","funding":["https://github.com/sponsors/ota-meshi","https://opencollective.com/eslint"],"_id":"eslint-plugin-es-x@8.5.0","gitHead":"cdbf55ec689406a4b785dd6d8bc6fce0594ec6b6","_nodeVersion":"20.18.2","_npmVersion":"10.8.2","dist":{"shasum":"b2a7638b42b22a57bfbe385307b5fb5b88a10687","size":68655,"noattachment":false,"key":"/eslint-plugin-es-x/-/eslint-plugin-es-x-8.5.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-es-x/download/eslint-plugin-es-x-8.5.0.tgz"},"_npmUser":{"name":"eslint-community-bot","email":"contact+eslintcbot@eslint.org"},"directories":{},"maintainers":[{"name":"eslint-community-bot","email":""},{"name":"michaeldeboey","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/eslint-plugin-es-x_8.5.0_1739959744872_0.7074652799237948"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-19T10:09:05.200Z","publish_time":1739959745200,"_source_registry_name":"default","_cnpm_publish_time":1739959745200},"8.4.1":{"name":"eslint-plugin-es-x","version":"8.4.1","description":"ESLint plugin about ECMAScript syntactic features.","engines":{"node":"^14.18.0 || >=16.0.0"},"main":"lib/index.js","peerDependencies":{"eslint":">=8"},"dependencies":{"@eslint-community/eslint-utils":"^4.1.2","@eslint-community/regexpp":"^4.12.1","eslint-compat-utils":"^0.6.3"},"devDependencies":{"@typescript-eslint/parser":"^8.0.0","env-cmd":"^10.1.0","eslint":"^9.1.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-eslint-plugin":"^6.0.0","eslint-plugin-n":"^17.8.1","eslint-plugin-prettier":"^5.0.0","eslint-plugin-vue":"^9.25.0","espree":"^10.3.0","globals":"^15.0.0","jsdom":"^25.0.0","mocha":"^10.0.0","monaco-editor":"^0.52.0","npm-run-all2":"^7.0.0","nyc":"^17.0.0","opener":"^1.5.1","rimraf":"^6.0.0","semver":"^7.0.0","typescript":"^5.6.3","vite-plugin-eslint4b":"^0.5.0","vitepress":"^1.0.0","vue-eslint-parser":"^9.0.0"},"scripts":{"clean":"rimraf .nyc_output coverage","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","docs:build":"vitepress build docs","docs:watch":"vitepress dev docs","lint":"eslint lib tests scripts eslint-internal docs/.vitepress","lint:fix":"eslint lib tests scripts eslint-internal docs/.vitepress --fix","new":"node scripts/new-rule","pretest":"npm run -s lint","test":"npm run -s test:mocha","test:mocha":"nyc mocha tests/**/*.{js,mjs} --reporter dot --timeout 60000","test:debug":"mocha tests/**/*.{js,mjs} --reporter dot --timeout 60000","update":"run-s update:*","update:url":"npm run -s lint -- --fix","update:configs":"node scripts/update-lib-configs","update:flat-configs":"node scripts/update-lib-flat-configs","update:index":"node scripts/update-lib-index","update:doc":"node scripts/update-docs-readme","update:rule-docs":"node scripts/update-docs-rules","update:config-docs":"node scripts/update-docs-configs","resource-update:unicode-properties":"node scripts/update-unicode-properties","preversion":"npm test","version":"env-cmd -e version run-s update:* && git add .","postversion":"git push && git push --tags","watch":"mocha tests/**/*.{js,mjs} --reporter progress --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/eslint-community/eslint-plugin-es-x.git"},"keywords":["eslint","plugin","eslintplugin"],"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"license":"MIT","bugs":{"url":"https://github.com/eslint-community/eslint-plugin-es-x/issues"},"homepage":"https://github.com/eslint-community/eslint-plugin-es-x#readme","funding":["https://github.com/sponsors/ota-meshi","https://opencollective.com/eslint"],"_id":"eslint-plugin-es-x@8.4.1","gitHead":"89c03f4bbda40bdf6199ae01bbc53470e6f98c63","_nodeVersion":"18.20.5","_npmVersion":"10.8.2","dist":{"shasum":"c1ada71b444bfb3567dfe78099647d4ae8c380d8","size":67583,"noattachment":false,"key":"/eslint-plugin-es-x/-/eslint-plugin-es-x-8.4.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-es-x/download/eslint-plugin-es-x-8.4.1.tgz"},"_npmUser":{"name":"eslint-community-bot","email":"contact+eslintcbot@eslint.org"},"directories":{},"maintainers":[{"name":"eslint-community-bot","email":""},{"name":"michaeldeboey","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-es-x_8.4.1_1732153859384_0.07959445343250904"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-11-21T01:50:59.615Z","publish_time":1732153859615,"_source_registry_name":"default","_cnpm_publish_time":1732153859615},"8.4.0":{"name":"eslint-plugin-es-x","version":"8.4.0","description":"ESLint plugin about ECMAScript syntactic features.","engines":{"node":"^14.18.0 || >=16.0.0"},"main":"lib/index.js","peerDependencies":{"eslint":">=8"},"dependencies":{"@eslint-community/eslint-utils":"^4.1.2","@eslint-community/regexpp":"^4.12.1","eslint-compat-utils":"^0.6.3"},"devDependencies":{"@typescript-eslint/parser":"^8.0.0","env-cmd":"^10.1.0","eslint":"^9.1.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-eslint-plugin":"^6.0.0","eslint-plugin-n":"^17.8.1","eslint-plugin-prettier":"^5.0.0","eslint-plugin-vue":"^9.25.0","espree":"^10.3.0","globals":"^15.0.0","jsdom":"^25.0.0","mocha":"^10.0.0","monaco-editor":"^0.52.0","npm-run-all2":"^7.0.0","nyc":"^17.0.0","opener":"^1.5.1","rimraf":"^6.0.0","semver":"^7.0.0","typescript":"^5.6.3","vite-plugin-eslint4b":"^0.5.0","vitepress":"^1.0.0","vue-eslint-parser":"^9.0.0"},"scripts":{"clean":"rimraf .nyc_output coverage","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","docs:build":"vitepress build docs","docs:watch":"vitepress dev docs","lint":"eslint lib tests scripts eslint-internal docs/.vitepress","lint:fix":"eslint lib tests scripts eslint-internal docs/.vitepress --fix","new":"node scripts/new-rule","pretest":"npm run -s lint","test":"npm run -s test:mocha","test:mocha":"nyc mocha tests/**/*.{js,mjs} --reporter dot --timeout 60000","test:debug":"mocha tests/**/*.{js,mjs} --reporter dot --timeout 60000","update":"run-s update:*","update:url":"npm run -s lint -- --fix","update:configs":"node scripts/update-lib-configs","update:flat-configs":"node scripts/update-lib-flat-configs","update:index":"node scripts/update-lib-index","update:doc":"node scripts/update-docs-readme","update:rule-docs":"node scripts/update-docs-rules","update:config-docs":"node scripts/update-docs-configs","resource-update:unicode-properties":"node scripts/update-unicode-properties","preversion":"npm test","version":"env-cmd -e version run-s update:* && git add .","postversion":"git push && git push --tags","watch":"mocha tests/**/*.{js,mjs} --reporter progress --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/eslint-community/eslint-plugin-es-x.git"},"keywords":["eslint","plugin","eslintplugin"],"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"license":"MIT","bugs":{"url":"https://github.com/eslint-community/eslint-plugin-es-x/issues"},"homepage":"https://github.com/eslint-community/eslint-plugin-es-x#readme","funding":["https://github.com/sponsors/ota-meshi","https://opencollective.com/eslint"],"_id":"eslint-plugin-es-x@8.4.0","gitHead":"92f5f7501f4cc9d1ccd17326de5c832c65443e58","_nodeVersion":"18.20.5","_npmVersion":"10.8.2","dist":{"shasum":"825d43f35599679d57e5202468bac5abbd0eb8df","size":67583,"noattachment":false,"key":"/eslint-plugin-es-x/-/eslint-plugin-es-x-8.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-es-x/download/eslint-plugin-es-x-8.4.0.tgz"},"_npmUser":{"name":"eslint-community-bot","email":"contact+eslintcbot@eslint.org"},"directories":{},"maintainers":[{"name":"eslint-community-bot","email":""},{"name":"michaeldeboey","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-es-x_8.4.0_1732147084462_0.5776221445269059"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-11-20T23:58:04.691Z","publish_time":1732147084691,"_source_registry_name":"default","_cnpm_publish_time":1732147084691},"8.3.1":{"name":"eslint-plugin-es-x","version":"8.3.1","description":"ESLint plugin about ECMAScript syntactic features.","engines":{"node":"^14.18.0 || >=16.0.0"},"main":"lib/index.js","peerDependencies":{"eslint":">=8"},"dependencies":{"@eslint-community/eslint-utils":"^4.1.2","@eslint-community/regexpp":"^4.12.1","eslint-compat-utils":"^0.6.3"},"devDependencies":{"@typescript-eslint/parser":"^8.0.0","env-cmd":"^10.1.0","eslint":"^9.1.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-eslint-plugin":"^6.0.0","eslint-plugin-n":"^17.8.1","eslint-plugin-prettier":"^5.0.0","eslint-plugin-vue":"^9.25.0","espree":"^10.3.0","globals":"^15.0.0","jsdom":"^25.0.0","mocha":"^10.0.0","monaco-editor":"^0.52.0","npm-run-all2":"^7.0.0","nyc":"^17.0.0","opener":"^1.5.1","rimraf":"^6.0.0","semver":"^7.0.0","typescript":"^5.6.3","vite-plugin-eslint4b":"^0.5.0","vitepress":"^1.0.0","vue-eslint-parser":"^9.0.0"},"scripts":{"clean":"rimraf .nyc_output coverage","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","docs:build":"vitepress build docs","docs:watch":"vitepress dev docs","lint":"eslint lib tests scripts eslint-internal docs/.vitepress","lint:fix":"eslint lib tests scripts eslint-internal docs/.vitepress --fix","new":"node scripts/new-rule","pretest":"npm run -s lint","test":"npm run -s test:mocha","test:mocha":"nyc mocha tests/**/*.{js,mjs} --reporter dot --timeout 60000","test:debug":"mocha tests/**/*.{js,mjs} --reporter dot --timeout 60000","update":"run-s update:*","update:url":"npm run -s lint -- --fix","update:configs":"node scripts/update-lib-configs","update:flat-configs":"node scripts/update-lib-flat-configs","update:index":"node scripts/update-lib-index","update:doc":"node scripts/update-docs-readme","update:rule-docs":"node scripts/update-docs-rules","update:config-docs":"node scripts/update-docs-configs","resource-update:unicode-properties":"node scripts/update-unicode-properties","preversion":"npm test","version":"env-cmd -e version run-s update:* && git add .","postversion":"git push && git push --tags","watch":"mocha tests/**/*.{js,mjs} --reporter progress --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/eslint-community/eslint-plugin-es-x.git"},"keywords":["eslint","plugin","eslintplugin"],"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"license":"MIT","bugs":{"url":"https://github.com/eslint-community/eslint-plugin-es-x/issues"},"homepage":"https://github.com/eslint-community/eslint-plugin-es-x#readme","funding":["https://github.com/sponsors/ota-meshi","https://opencollective.com/eslint"],"_id":"eslint-plugin-es-x@8.3.1","gitHead":"6c07320d0f33a0c3286de3d8c15f6fb347024334","_nodeVersion":"18.20.5","_npmVersion":"10.8.2","dist":{"shasum":"95fb29d7d7377c6fc2edd6f00702d9adeea0c201","size":66247,"noattachment":false,"key":"/eslint-plugin-es-x/-/eslint-plugin-es-x-8.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-es-x/download/eslint-plugin-es-x-8.3.1.tgz"},"_npmUser":{"name":"eslint-community-bot","email":"contact+eslintcbot@eslint.org"},"directories":{},"maintainers":[{"name":"eslint-community-bot","email":""},{"name":"michaeldeboey","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-es-x_8.3.1_1731905085840_0.8029484584496058"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-11-18T04:44:46.116Z","publish_time":1731905086116,"_source_registry_name":"default","_cnpm_publish_time":1731905086116},"8.3.0":{"name":"eslint-plugin-es-x","version":"8.3.0","description":"ESLint plugin about ECMAScript syntactic features.","engines":{"node":"^14.18.0 || >=16.0.0"},"main":"lib/index.js","peerDependencies":{"eslint":">=8"},"dependencies":{"@eslint-community/eslint-utils":"^4.1.2","@eslint-community/regexpp":"^4.12.1","eslint-compat-utils":"^0.6.3"},"devDependencies":{"@typescript-eslint/parser":"^8.0.0","env-cmd":"^10.1.0","eslint":"^9.1.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-eslint-plugin":"^6.0.0","eslint-plugin-n":"^17.8.1","eslint-plugin-prettier":"^5.0.0","eslint-plugin-vue":"^9.25.0","espree":"^10.3.0","globals":"^15.0.0","jsdom":"^25.0.0","mocha":"^10.0.0","monaco-editor":"^0.52.0","npm-run-all2":"^7.0.0","nyc":"^17.0.0","opener":"^1.5.1","rimraf":"^6.0.0","semver":"^7.0.0","typescript":"^5.6.3","vite-plugin-eslint4b":"^0.5.0","vitepress":"^1.0.0","vue-eslint-parser":"^9.0.0"},"scripts":{"clean":"rimraf .nyc_output coverage","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","docs:build":"vitepress build docs","docs:watch":"vitepress dev docs","lint":"eslint lib tests scripts eslint-internal docs/.vitepress","lint:fix":"eslint lib tests scripts eslint-internal docs/.vitepress --fix","new":"node scripts/new-rule","pretest":"npm run -s lint","test":"npm run -s test:mocha","test:mocha":"nyc mocha tests/**/*.{js,mjs} --reporter dot --timeout 60000","test:debug":"mocha tests/**/*.{js,mjs} --reporter dot --timeout 60000","update":"run-s update:*","update:url":"npm run -s lint -- --fix","update:configs":"node scripts/update-lib-configs","update:flat-configs":"node scripts/update-lib-flat-configs","update:index":"node scripts/update-lib-index","update:doc":"node scripts/update-docs-readme","update:rule-docs":"node scripts/update-docs-rules","update:config-docs":"node scripts/update-docs-configs","resource-update:unicode-properties":"node scripts/update-unicode-properties","preversion":"npm test","version":"env-cmd -e version run-s update:* && git add .","postversion":"git push && git push --tags","watch":"mocha tests/**/*.{js,mjs} --reporter progress --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/eslint-community/eslint-plugin-es-x.git"},"keywords":["eslint","plugin","eslintplugin"],"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"license":"MIT","bugs":{"url":"https://github.com/eslint-community/eslint-plugin-es-x/issues"},"homepage":"https://github.com/eslint-community/eslint-plugin-es-x#readme","funding":["https://github.com/sponsors/ota-meshi","https://opencollective.com/eslint"],"_id":"eslint-plugin-es-x@8.3.0","gitHead":"561e75b38862d23294e46b68ceac4f2442dd9d33","_nodeVersion":"18.20.5","_npmVersion":"10.8.2","dist":{"shasum":"efa29f4d08332ed68162121dc3900723b130e83c","size":66235,"noattachment":false,"key":"/eslint-plugin-es-x/-/eslint-plugin-es-x-8.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-es-x/download/eslint-plugin-es-x-8.3.0.tgz"},"_npmUser":{"name":"eslint-community-bot","email":"contact+eslintcbot@eslint.org"},"directories":{},"maintainers":[{"name":"eslint-community-bot","email":""},{"name":"michaeldeboey","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-es-x_8.3.0_1731893112319_0.11415732791994193"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-11-18T01:25:12.550Z","publish_time":1731893112550,"_source_registry_name":"default","_cnpm_publish_time":1731893112550},"8.2.0":{"name":"eslint-plugin-es-x","version":"8.2.0","description":"ESLint plugin about ECMAScript syntactic features.","engines":{"node":"^14.18.0 || >=16.0.0"},"main":"lib/index.js","peerDependencies":{"eslint":">=8"},"dependencies":{"@eslint-community/eslint-utils":"^4.1.2","@eslint-community/regexpp":"^4.12.1","eslint-compat-utils":"^0.6.0"},"devDependencies":{"@typescript-eslint/parser":"^8.0.0","env-cmd":"^10.1.0","eslint":"^9.1.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-eslint-plugin":"^6.0.0","eslint-plugin-n":"^17.8.1","eslint-plugin-prettier":"^5.0.0","eslint-plugin-vue":"^9.25.0","espree":"^10.3.0","globals":"^15.0.0","jsdom":"^25.0.0","mocha":"^10.0.0","monaco-editor":"^0.52.0","npm-run-all2":"^7.0.0","nyc":"^17.0.0","opener":"^1.5.1","rimraf":"^6.0.0","semver":"^7.0.0","typescript":"^5.6.3","vite-plugin-eslint4b":"^0.4.0","vitepress":"^1.0.0-rc.14","vue-eslint-editor":"^1.1.0","vue-eslint-parser":"^9.0.0"},"scripts":{"clean":"rimraf .nyc_output coverage","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","docs:build":"vitepress build docs","docs:watch":"vitepress dev docs","lint":"eslint lib tests scripts eslint-internal docs/.vitepress","lint:fix":"eslint lib tests scripts eslint-internal docs/.vitepress --fix","new":"node scripts/new-rule","pretest":"npm run -s lint","test":"npm run -s test:mocha","test:mocha":"nyc mocha tests/**/*.{js,mjs} --reporter dot --timeout 60000","test:debug":"mocha tests/**/*.{js,mjs} --reporter dot --timeout 60000","update":"run-s update:*","update:url":"npm run -s lint -- --fix","update:configs":"node scripts/update-lib-configs","update:flat-configs":"node scripts/update-lib-flat-configs","update:index":"node scripts/update-lib-index","update:doc":"node scripts/update-docs-readme","update:rule-docs":"node scripts/update-docs-rules","update:config-docs":"node scripts/update-docs-configs","resource-update:unicode-properties":"node scripts/update-unicode-properties","preversion":"npm test","version":"env-cmd -e version run-s update:* && git add .","postversion":"git push && git push --tags","watch":"mocha tests/**/*.{js,mjs} --reporter progress --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/eslint-community/eslint-plugin-es-x.git"},"keywords":["eslint","plugin","eslintplugin"],"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"license":"MIT","bugs":{"url":"https://github.com/eslint-community/eslint-plugin-es-x/issues"},"homepage":"https://github.com/eslint-community/eslint-plugin-es-x#readme","funding":["https://github.com/sponsors/ota-meshi","https://opencollective.com/eslint"],"_id":"eslint-plugin-es-x@8.2.0","gitHead":"98f5f5bea1ac9619bbe3397884af6599e1cbb075","_nodeVersion":"18.20.5","_npmVersion":"10.8.2","dist":{"shasum":"14ae4bf115b11e92b50e56d1023923028ecdddaf","size":64806,"noattachment":false,"key":"/eslint-plugin-es-x/-/eslint-plugin-es-x-8.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-es-x/download/eslint-plugin-es-x-8.2.0.tgz"},"_npmUser":{"name":"eslint-community-bot","email":"contact+eslintcbot@eslint.org"},"directories":{},"maintainers":[{"name":"eslint-community-bot","email":""},{"name":"michaeldeboey","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-es-x_8.2.0_1731828748333_0.5460994887468511"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-11-17T07:32:28.548Z","publish_time":1731828748548,"_source_registry_name":"default","_cnpm_publish_time":1731828748548},"8.1.0":{"name":"eslint-plugin-es-x","version":"8.1.0","description":"ESLint plugin about ECMAScript syntactic features.","engines":{"node":"^14.18.0 || >=16.0.0"},"main":"lib/index.js","peerDependencies":{"eslint":">=8"},"dependencies":{"@eslint-community/eslint-utils":"^4.1.2","@eslint-community/regexpp":"^4.12.1","eslint-compat-utils":"^0.5.1"},"devDependencies":{"@typescript-eslint/parser":"^8.0.0","env-cmd":"^10.1.0","eslint":"^9.1.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-eslint-plugin":"^6.0.0","eslint-plugin-n":"^17.8.1","eslint-plugin-prettier":"^5.0.0","eslint-plugin-vue":"^9.25.0","espree":"^10.3.0","globals":"^15.0.0","jsdom":"^25.0.0","mocha":"^10.0.0","monaco-editor":"^0.52.0","npm-run-all2":"^7.0.0","nyc":"^17.0.0","opener":"^1.5.1","rimraf":"^6.0.0","semver":"^7.0.0","typescript":"^5.6.3","vite-plugin-eslint4b":"^0.4.0","vitepress":"^1.0.0-rc.14","vue-eslint-editor":"^1.1.0","vue-eslint-parser":"^9.0.0"},"scripts":{"clean":"rimraf .nyc_output coverage","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","docs:build":"vitepress build docs","docs:watch":"vitepress dev docs","lint":"eslint lib tests scripts eslint-internal docs/.vitepress","lint:fix":"eslint lib tests scripts eslint-internal docs/.vitepress --fix","new":"node scripts/new-rule","pretest":"npm run -s lint","test":"npm run -s test:mocha","test:mocha":"nyc mocha tests/**/*.{js,mjs} --reporter dot --timeout 60000","test:debug":"mocha tests/**/*.{js,mjs} --reporter dot --timeout 60000","update":"run-s update:*","update:url":"npm run -s lint -- --fix","update:configs":"node scripts/update-lib-configs","update:flat-configs":"node scripts/update-lib-flat-configs","update:index":"node scripts/update-lib-index","update:doc":"node scripts/update-docs-readme","update:rule-docs":"node scripts/update-docs-rules","update:config-docs":"node scripts/update-docs-configs","resource-update:unicode-properties":"node scripts/update-unicode-properties","preversion":"npm test","version":"env-cmd -e version run-s update:* && git add .","postversion":"git push && git push --tags","watch":"mocha tests/**/*.{js,mjs} --reporter progress --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/eslint-community/eslint-plugin-es-x.git"},"keywords":["eslint","plugin","eslintplugin"],"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"license":"MIT","bugs":{"url":"https://github.com/eslint-community/eslint-plugin-es-x/issues"},"homepage":"https://github.com/eslint-community/eslint-plugin-es-x#readme","funding":["https://github.com/sponsors/ota-meshi","https://opencollective.com/eslint"],"_id":"eslint-plugin-es-x@8.1.0","gitHead":"6b224407c01a8484b5947bad2b051e92e773b974","_nodeVersion":"18.20.4","_npmVersion":"10.7.0","dist":{"shasum":"1b791f50bbea1722247a732ea9302f7500fc7b99","size":55142,"noattachment":false,"key":"/eslint-plugin-es-x/-/eslint-plugin-es-x-8.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-es-x/download/eslint-plugin-es-x-8.1.0.tgz"},"_npmUser":{"name":"eslint-community-bot","email":"contact+eslintcbot@eslint.org"},"directories":{},"maintainers":[{"name":"eslint-community-bot","email":""},{"name":"michaeldeboey","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-es-x_8.1.0_1730426219546_0.7808194347523567"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-11-01T01:56:59.761Z","publish_time":1730426219761,"_source_registry_name":"default","_cnpm_publish_time":1730426219761},"8.0.0":{"name":"eslint-plugin-es-x","version":"8.0.0","description":"ESLint plugin about ECMAScript syntactic features.","engines":{"node":"^14.18.0 || >=16.0.0"},"main":"lib/index.js","peerDependencies":{"eslint":">=8"},"dependencies":{"@eslint-community/eslint-utils":"^4.1.2","@eslint-community/regexpp":"^4.11.0","eslint-compat-utils":"^0.5.1"},"devDependencies":{"@typescript-eslint/parser":"^7.0.2","env-cmd":"^10.1.0","eslint":"^9.1.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-eslint-plugin":"^6.0.0","eslint-plugin-n":"^17.8.1","eslint-plugin-prettier":"^5.0.0","eslint-plugin-vue":"^9.25.0","espree":"^10.1.0","globals":"^15.0.0","jsdom":"^24.0.0","mocha":"^10.0.0","monaco-editor":"^0.50.0","npm-run-all":"^4.1.5","nyc":"^17.0.0","opener":"^1.5.1","rimraf":"^5.0.0","semver":"^7.0.0","typescript":"^5.0.2","vite-plugin-eslint4b":"^0.4.0","vitepress":"^1.0.0-rc.14","vue-eslint-editor":"^1.1.0","vue-eslint-parser":"^9.0.0"},"scripts":{"clean":"rimraf .nyc_output coverage","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","docs:build":"vitepress build docs","docs:watch":"vitepress dev docs","lint":"eslint lib tests scripts eslint-internal docs/.vitepress","lint:fix":"eslint lib tests scripts eslint-internal docs/.vitepress --fix","new":"node scripts/new-rule","pretest":"npm run -s lint","test":"npm run -s test:mocha","test:mocha":"nyc mocha tests/**/*.{js,mjs} --reporter dot --timeout 60000","test:debug":"mocha tests/**/*.{js,mjs} --reporter dot --timeout 60000","update":"run-s update:*","update:url":"npm run -s lint -- --fix","update:configs":"node scripts/update-lib-configs","update:flat-configs":"node scripts/update-lib-flat-configs","update:index":"node scripts/update-lib-index","update:doc":"node scripts/update-docs-readme","update:rule-docs":"node scripts/update-docs-rules","update:config-docs":"node scripts/update-docs-configs","resource-update:unicode-properties":"node scripts/update-unicode-properties","preversion":"npm test","version":"env-cmd -e version run-s update:* && git add .","postversion":"git push && git push --tags","watch":"mocha tests/**/*.{js,mjs} --reporter progress --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/eslint-community/eslint-plugin-es-x.git"},"keywords":["eslint","plugin","eslintplugin"],"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"license":"MIT","bugs":{"url":"https://github.com/eslint-community/eslint-plugin-es-x/issues"},"homepage":"https://github.com/eslint-community/eslint-plugin-es-x#readme","funding":["https://github.com/sponsors/ota-meshi","https://opencollective.com/eslint"],"_id":"eslint-plugin-es-x@8.0.0","gitHead":"e96b66f2e48eb4bbb70edc5844c6bfe5509e5c67","_nodeVersion":"18.20.3","_npmVersion":"10.7.0","dist":{"shasum":"66835093aae1cdf7e1639a17036ca179369ac456","size":47810,"noattachment":false,"key":"/eslint-plugin-es-x/-/eslint-plugin-es-x-8.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-es-x/download/eslint-plugin-es-x-8.0.0.tgz"},"_npmUser":{"name":"eslint-community-bot","email":"contact+eslintcbot@eslint.org"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-es-x_8.0.0_1719819311806_0.4179614685685946"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-01T07:35:12.083Z","publish_time":1719819312083,"_source_registry_name":"default","maintainers":[{"name":"eslint-community-bot","email":""},{"name":"michaeldeboey","email":""}],"_cnpm_publish_time":1719819312083},"7.8.0":{"name":"eslint-plugin-es-x","version":"7.8.0","description":"ESLint plugin about ECMAScript syntactic features.","engines":{"node":"^14.18.0 || >=16.0.0"},"main":"lib/index.js","peerDependencies":{"eslint":">=8"},"dependencies":{"@eslint-community/eslint-utils":"^4.1.2","@eslint-community/regexpp":"^4.11.0","eslint-compat-utils":"^0.5.1"},"devDependencies":{"@typescript-eslint/parser":"^7.0.2","env-cmd":"^10.1.0","eslint":"^9.1.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-eslint-plugin":"^6.0.0","eslint-plugin-n":"^17.8.1","eslint-plugin-prettier":"^5.0.0","eslint-plugin-vue":"^9.25.0","espree":"^10.1.0","globals":"^15.0.0","jsdom":"^24.0.0","mocha":"^10.0.0","monaco-editor":"^0.50.0","npm-run-all":"^4.1.5","nyc":"^17.0.0","opener":"^1.5.1","rimraf":"^5.0.0","semver":"^7.0.0","typescript":"^5.0.2","vite-plugin-eslint4b":"^0.4.0","vitepress":"^1.0.0-rc.14","vue-eslint-editor":"^1.1.0","vue-eslint-parser":"^9.0.0"},"scripts":{"clean":"rimraf .nyc_output coverage","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","docs:build":"vitepress build docs","docs:watch":"vitepress dev docs","lint":"eslint lib tests scripts eslint-internal docs/.vitepress","lint:fix":"eslint lib tests scripts eslint-internal docs/.vitepress --fix","new":"node scripts/new-rule","pretest":"npm run -s lint","test":"npm run -s test:mocha","test:mocha":"nyc mocha tests/**/*.{js,mjs} --reporter dot --timeout 60000","test:debug":"mocha tests/**/*.{js,mjs} --reporter dot --timeout 60000","update":"run-s update:*","update:url":"npm run -s lint -- --fix","update:configs":"node scripts/update-lib-configs","update:flat-configs":"node scripts/update-lib-flat-configs","update:index":"node scripts/update-lib-index","update:doc":"node scripts/update-docs-readme","update:rule-docs":"node scripts/update-docs-rules","update:config-docs":"node scripts/update-docs-configs","resource-update:unicode-properties":"node scripts/update-unicode-properties","preversion":"npm test","version":"env-cmd -e version run-s update:* && git add .","postversion":"git push && git push --tags","watch":"mocha tests/**/*.{js,mjs} --reporter progress --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/eslint-community/eslint-plugin-es-x.git"},"keywords":["eslint","plugin","eslintplugin"],"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"license":"MIT","bugs":{"url":"https://github.com/eslint-community/eslint-plugin-es-x/issues"},"homepage":"https://github.com/eslint-community/eslint-plugin-es-x#readme","funding":["https://github.com/sponsors/ota-meshi","https://opencollective.com/eslint"],"_id":"eslint-plugin-es-x@7.8.0","gitHead":"b988f2631b16a0a8ff02814846b61a1abe52081e","_nodeVersion":"18.20.3","_npmVersion":"10.7.0","dist":{"shasum":"a207aa08da37a7923f2a9599e6d3eb73f3f92b74","size":44535,"noattachment":false,"key":"/eslint-plugin-es-x/-/eslint-plugin-es-x-7.8.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-es-x/download/eslint-plugin-es-x-7.8.0.tgz"},"_npmUser":{"name":"eslint-community-bot","email":"contact+eslintcbot@eslint.org"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-es-x_7.8.0_1719813680500_0.07045179699711324"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-01T06:01:20.642Z","publish_time":1719813680642,"_source_registry_name":"default","maintainers":[{"name":"eslint-community-bot","email":""},{"name":"michaeldeboey","email":""}],"_cnpm_publish_time":1719813680642},"7.7.0":{"name":"eslint-plugin-es-x","version":"7.7.0","description":"ESLint plugin about ECMAScript syntactic features.","engines":{"node":"^14.18.0 || >=16.0.0"},"main":"lib/index.js","peerDependencies":{"eslint":">=8"},"dependencies":{"@eslint-community/eslint-utils":"^4.1.2","@eslint-community/regexpp":"^4.6.0","eslint-compat-utils":"^0.5.1"},"devDependencies":{"@typescript-eslint/parser":"^7.0.2","acorn":"^8.7.0","env-cmd":"^10.1.0","eslint":"^9.1.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-eslint-plugin":"^6.0.0","eslint-plugin-n":"^16.0.1","eslint-plugin-prettier":"^5.0.0","eslint-plugin-vue":"^9.25.0","espree":"^10.0.1","globals":"^15.0.0","jsdom":"^24.0.0","mocha":"^10.0.0","monaco-editor":"^0.49.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","opener":"^1.5.1","rimraf":"^5.0.0","semver":"^7.0.0","typescript":"^5.0.2","vite-plugin-eslint4b":"^0.4.0","vitepress":"^1.0.0-rc.14","vue-eslint-editor":"^1.1.0","vue-eslint-parser":"^9.0.0"},"scripts":{"clean":"rimraf .nyc_output coverage","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","docs:build":"vitepress build docs","docs:watch":"vitepress dev docs","lint":"eslint lib tests scripts eslint-internal docs/.vitepress","lint:fix":"eslint lib tests scripts eslint-internal docs/.vitepress --fix","new":"node scripts/new-rule","pretest":"npm run -s lint","test":"npm run -s test:mocha","test:mocha":"nyc mocha tests/**/*.{js,mjs} --reporter dot --timeout 60000","test:debug":"mocha tests/**/*.{js,mjs} --reporter dot --timeout 60000","update":"run-s update:*","update:url":"npm run -s lint -- --fix","update:configs":"node scripts/update-lib-configs","update:flat-configs":"node scripts/update-lib-flat-configs","update:index":"node scripts/update-lib-index","update:doc":"node scripts/update-docs-readme","update:rule-docs":"node scripts/update-docs-rules","update:config-docs":"node scripts/update-docs-configs","resource-update:unicode-properties":"node scripts/update-unicode-properties","preversion":"npm test","version":"env-cmd -e version run-s update:* && git add .","postversion":"git push && git push --tags","watch":"mocha tests/**/*.{js,mjs} --reporter progress --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/eslint-community/eslint-plugin-es-x.git"},"keywords":["eslint","plugin","eslintplugin"],"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"license":"MIT","bugs":{"url":"https://github.com/eslint-community/eslint-plugin-es-x/issues"},"homepage":"https://github.com/eslint-community/eslint-plugin-es-x#readme","funding":["https://github.com/sponsors/ota-meshi","https://opencollective.com/eslint"],"_id":"eslint-plugin-es-x@7.7.0","gitHead":"128c603619038a584f778f4327534f98626b76a8","_nodeVersion":"18.20.3","_npmVersion":"10.7.0","dist":{"shasum":"26a2e96ac9d5b510dec4635c7e30ec5b7b142a3f","size":44180,"noattachment":false,"key":"/eslint-plugin-es-x/-/eslint-plugin-es-x-7.7.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-es-x/download/eslint-plugin-es-x-7.7.0.tgz"},"_npmUser":{"name":"eslint-community-bot","email":"contact+eslintcbot@eslint.org"},"directories":{},"maintainers":[{"name":"eslint-community-bot","email":""},{"name":"michaeldeboey","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-es-x_7.7.0_1717720482815_0.32888313347658715"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-06-07T00:34:43.021Z","publish_time":1717720483021,"_source_registry_name":"default","_cnpm_publish_time":1717720483021},"7.6.0":{"name":"eslint-plugin-es-x","version":"7.6.0","description":"ESLint plugin about ECMAScript syntactic features.","engines":{"node":"^14.18.0 || >=16.0.0"},"main":"lib/index.js","peerDependencies":{"eslint":">=8"},"dependencies":{"@eslint-community/eslint-utils":"^4.1.2","@eslint-community/regexpp":"^4.6.0","eslint-compat-utils":"^0.5.0"},"devDependencies":{"@typescript-eslint/parser":"^7.0.2","acorn":"^8.7.0","env-cmd":"^10.1.0","eslint":"^8.11.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-eslint-plugin":"^5.0.0","eslint-plugin-n":"^16.0.1","eslint-plugin-prettier":"^5.0.0","eslint-plugin-vue":"^9.0.0","espree":"^10.0.1","globals":"^14.0.0","jsdom":"^24.0.0","mocha":"^10.0.0","monaco-editor":"^0.47.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","opener":"^1.5.1","rimraf":"^5.0.0","semver":"^7.0.0","typescript":"^5.0.2","vite-plugin-eslint4b":"^0.2.0","vitepress":"^1.0.0-rc.14","vue-eslint-editor":"^1.1.0","vue-eslint-parser":"^9.0.0"},"scripts":{"clean":"rimraf .nyc_output coverage","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","docs:build":"vitepress build docs","docs:watch":"vitepress dev docs","lint":"eslint lib tests scripts eslint-internal docs/.vitepress --rulesdir eslint-internal/rules","lint:fix":"eslint lib tests scripts eslint-internal docs/.vitepress --rulesdir eslint-internal/rules --fix","new":"node scripts/new-rule","pretest":"npm run -s lint","test":"npm run -s test:mocha","test:mocha":"nyc mocha tests/**/*.{js,mjs} --reporter dot --timeout 60000","test:debug":"mocha tests/**/*.{js,mjs} --reporter dot --timeout 60000","update":"run-s update:*","update:url":"npm run -s lint -- --fix","update:configs":"node scripts/update-lib-configs","update:flat-configs":"node scripts/update-lib-flat-configs","update:index":"node scripts/update-lib-index","update:doc":"node scripts/update-docs-readme","update:rule-docs":"node scripts/update-docs-rules","update:config-docs":"node scripts/update-docs-configs","resource-update:unicode-properties":"node scripts/update-unicode-properties","preversion":"npm test","version":"env-cmd -e version run-s update:* && git add .","postversion":"git push && git push --tags","watch":"mocha tests/**/*.{js,mjs} --reporter progress --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/eslint-community/eslint-plugin-es-x.git"},"keywords":["eslint","plugin","eslintplugin"],"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"license":"MIT","bugs":{"url":"https://github.com/eslint-community/eslint-plugin-es-x/issues"},"homepage":"https://github.com/eslint-community/eslint-plugin-es-x#readme","funding":"https://github.com/sponsors/ota-meshi","_id":"eslint-plugin-es-x@7.6.0","gitHead":"4cec84b7ed90172e2bc1810ee9c0d8b459e0e410","_nodeVersion":"18.19.1","_npmVersion":"10.2.4","dist":{"shasum":"ccee7a4556c0f816d1ae88fd0eea21540e8ccd65","size":43357,"noattachment":false,"key":"/eslint-plugin-es-x/-/eslint-plugin-es-x-7.6.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-es-x/download/eslint-plugin-es-x-7.6.0.tgz"},"_npmUser":{"name":"eslint-community-bot","email":"contact+eslintcbot@eslint.org"},"directories":{},"maintainers":[{"name":"eslint-community-bot","email":""},{"name":"michaeldeboey","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-es-x_7.6.0_1711069609946_0.36718686007213575"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-22T01:06:50.182Z","publish_time":1711069610182,"_source_registry_name":"default","_cnpm_publish_time":1711069610182},"7.5.0":{"name":"eslint-plugin-es-x","version":"7.5.0","description":"ESLint plugin about ECMAScript syntactic features.","engines":{"node":"^14.18.0 || >=16.0.0"},"main":"lib/index.js","peerDependencies":{"eslint":">=8"},"dependencies":{"@eslint-community/eslint-utils":"^4.1.2","@eslint-community/regexpp":"^4.6.0","eslint-compat-utils":"^0.1.2"},"devDependencies":{"@typescript-eslint/parser":"^6.1.0","acorn":"^8.7.0","env-cmd":"^10.1.0","eslint":"^8.11.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-eslint-plugin":"^5.0.0","eslint-plugin-n":"^16.0.1","eslint-plugin-prettier":"^5.0.0","eslint-plugin-vue":"^9.0.0","espree":"^9.3.1","globals":"^13.0.0","jsdom":"^22.0.0","mocha":"^10.0.0","monaco-editor":"^0.44.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","opener":"^1.5.1","rimraf":"^5.0.0","semver":"^7.0.0","typescript":"^5.0.2","vite-plugin-eslint4b":"^0.2.0","vitepress":"^1.0.0-rc.14","vue-eslint-editor":"^1.1.0","vue-eslint-parser":"^9.0.0"},"scripts":{"clean":"rimraf .nyc_output coverage","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","docs:build":"vitepress build docs","docs:watch":"vitepress dev docs","lint":"eslint lib tests scripts eslint-internal docs/.vitepress --rulesdir eslint-internal/rules","lint:fix":"eslint lib tests scripts eslint-internal docs/.vitepress --rulesdir eslint-internal/rules --fix","new":"node scripts/new-rule","pretest":"npm run -s lint","test":"npm run -s test:mocha","test:mocha":"nyc mocha tests/**/*.js --reporter dot --timeout 60000","test:debug":"mocha tests/**/*.js --reporter dot --timeout 60000","update":"run-s update:*","update:url":"npm run -s lint -- --fix","update:configs":"node scripts/update-lib-configs","update:index":"node scripts/update-lib-index","update:doc":"node scripts/update-docs-readme","update:ruledocs":"node scripts/update-docs-rules","resource-update:unicode-properties":"node scripts/update-unicode-properties","preversion":"npm test","version":"env-cmd -e version run-s update:* && git add .","postversion":"git push && git push --tags","watch":"mocha tests/**/*.js --reporter progress --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/eslint-community/eslint-plugin-es-x.git"},"keywords":["eslint","plugin","eslintplugin"],"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"license":"MIT","bugs":{"url":"https://github.com/eslint-community/eslint-plugin-es-x/issues"},"homepage":"https://github.com/eslint-community/eslint-plugin-es-x#readme","funding":"https://github.com/sponsors/ota-meshi","_id":"eslint-plugin-es-x@7.5.0","gitHead":"fb6d183387f7cef257f34f4d0301fbc91a3d4292","_nodeVersion":"18.18.2","_npmVersion":"9.8.1","dist":{"shasum":"d08d9cd155383e35156c48f736eb06561d07ba92","size":41177,"noattachment":false,"key":"/eslint-plugin-es-x/-/eslint-plugin-es-x-7.5.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-es-x/download/eslint-plugin-es-x-7.5.0.tgz"},"_npmUser":{"name":"eslint-community-bot","email":"contact+eslintcbot@eslint.org"},"directories":{},"maintainers":[{"name":"eslint-community-bot","email":""},{"name":"michaeldeboey","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-es-x_7.5.0_1701353571369_0.20460266605360755"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-11-30T14:12:51.531Z","publish_time":1701353571531,"_source_registry_name":"default","_cnpm_publish_time":1701353571531},"7.4.0":{"name":"eslint-plugin-es-x","version":"7.4.0","description":"ESLint plugin about ECMAScript syntactic features.","engines":{"node":"^14.18.0 || >=16.0.0"},"main":"lib/index.js","peerDependencies":{"eslint":">=8"},"dependencies":{"@eslint-community/eslint-utils":"^4.1.2","@eslint-community/regexpp":"^4.6.0","eslint-compat-utils":"^0.1.2"},"devDependencies":{"@typescript-eslint/parser":"^6.1.0","acorn":"^8.7.0","env-cmd":"^10.1.0","eslint":"^8.11.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-eslint-plugin":"^5.0.0","eslint-plugin-n":"^16.0.1","eslint-plugin-prettier":"^5.0.0","eslint-plugin-vue":"^9.0.0","espree":"^9.3.1","globals":"^13.0.0","jsdom":"^22.0.0","mocha":"^10.0.0","monaco-editor":"^0.44.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","opener":"^1.5.1","rimraf":"^5.0.0","semver":"^7.0.0","typescript":"^5.0.2","vite-plugin-eslint4b":"^0.2.0","vitepress":"^1.0.0-rc.14","vue-eslint-editor":"^1.1.0","vue-eslint-parser":"^9.0.0"},"scripts":{"clean":"rimraf .nyc_output coverage","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","docs:build":"vitepress build docs","docs:watch":"vitepress dev docs","lint":"eslint lib tests scripts eslint-internal docs/.vitepress --rulesdir eslint-internal/rules","lint:fix":"eslint lib tests scripts eslint-internal docs/.vitepress --rulesdir eslint-internal/rules --fix","new":"node scripts/new-rule","pretest":"npm run -s lint","test":"npm run -s test:mocha","test:mocha":"nyc mocha tests/**/*.js --reporter dot --timeout 60000","test:debug":"mocha tests/**/*.js --reporter dot --timeout 60000","update":"run-s update:*","update:url":"npm run -s lint -- --fix","update:configs":"node scripts/update-lib-configs","update:index":"node scripts/update-lib-index","update:doc":"node scripts/update-docs-readme","update:ruledocs":"node scripts/update-docs-rules","resource-update:unicode-properties":"node scripts/update-unicode-properties","preversion":"npm test","version":"env-cmd -e version run-s update:* && git add .","postversion":"git push && git push --tags","watch":"mocha tests/**/*.js --reporter progress --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/eslint-community/eslint-plugin-es-x.git"},"keywords":["eslint","plugin","eslintplugin"],"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"license":"MIT","bugs":{"url":"https://github.com/eslint-community/eslint-plugin-es-x/issues"},"homepage":"https://github.com/eslint-community/eslint-plugin-es-x#readme","funding":"https://github.com/sponsors/ota-meshi","_id":"eslint-plugin-es-x@7.4.0","gitHead":"73b0746557d76b4aeb84db0c35dcc2977401fdd9","_nodeVersion":"18.18.2","_npmVersion":"9.8.1","dist":{"shasum":"ae3132b5502c28821e3e6eb80314123a4143a87c","size":40954,"noattachment":false,"key":"/eslint-plugin-es-x/-/eslint-plugin-es-x-7.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-es-x/download/eslint-plugin-es-x-7.4.0.tgz"},"_npmUser":{"name":"eslint-community-bot","email":"contact+eslintcbot@eslint.org"},"directories":{},"maintainers":[{"name":"eslint-community-bot","email":""},{"name":"michaeldeboey","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-es-x_7.4.0_1700610442360_0.015548977087347149"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-11-21T23:47:22.717Z","publish_time":1700610442717,"_source_registry_name":"default","_cnpm_publish_time":1700610442717},"7.3.0":{"name":"eslint-plugin-es-x","version":"7.3.0","description":"ESLint plugin about ECMAScript syntactic features.","engines":{"node":"^14.18.0 || >=16.0.0"},"main":"lib/index.js","peerDependencies":{"eslint":">=8"},"dependencies":{"@eslint-community/eslint-utils":"^4.1.2","@eslint-community/regexpp":"^4.6.0"},"devDependencies":{"@typescript-eslint/parser":"^6.1.0","acorn":"^8.7.0","env-cmd":"^10.1.0","eslint":"^8.11.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-eslint-plugin":"^5.0.0","eslint-plugin-n":"^16.0.1","eslint-plugin-prettier":"^5.0.0","eslint-plugin-vue":"^9.0.0","espree":"^9.3.1","globals":"^13.0.0","jsdom":"^22.0.0","mocha":"^10.0.0","monaco-editor":"^0.44.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","opener":"^1.5.1","rimraf":"^5.0.0","semver":"^7.0.0","typescript":"^5.0.2","vite-plugin-eslint4b":"^0.2.0","vitepress":"^1.0.0-rc.14","vue-eslint-editor":"^1.1.0","vue-eslint-parser":"^9.0.0"},"scripts":{"clean":"rimraf .nyc_output coverage","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","docs:build":"vitepress build docs","docs:watch":"vitepress dev docs","lint":"eslint lib tests scripts eslint-internal docs/.vitepress --rulesdir eslint-internal/rules","lint:fix":"eslint lib tests scripts eslint-internal docs/.vitepress --rulesdir eslint-internal/rules --fix","new":"node scripts/new-rule","pretest":"npm run -s lint","test":"npm run -s test:mocha","test:mocha":"nyc mocha tests/**/*.js --reporter dot --timeout 60000","test:debug":"mocha tests/**/*.js --reporter dot --timeout 60000","update":"run-s update:*","update:url":"npm run -s lint -- --fix","update:configs":"node scripts/update-lib-configs","update:index":"node scripts/update-lib-index","update:doc":"node scripts/update-docs-readme","update:ruledocs":"node scripts/update-docs-rules","resource-update:unicode-properties":"node scripts/update-unicode-properties","preversion":"npm test","version":"env-cmd -e version run-s update:* && git add .","postversion":"git push && git push --tags","watch":"mocha tests/**/*.js --reporter progress --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/eslint-community/eslint-plugin-es-x.git"},"keywords":["eslint","plugin","eslintplugin"],"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"license":"MIT","bugs":{"url":"https://github.com/eslint-community/eslint-plugin-es-x/issues"},"homepage":"https://github.com/eslint-community/eslint-plugin-es-x#readme","funding":"https://github.com/sponsors/ota-meshi","_id":"eslint-plugin-es-x@7.3.0","gitHead":"d564f3170cdee64a08d951d53fbe2f3a7eeb61f5","_nodeVersion":"18.18.2","_npmVersion":"9.8.1","dist":{"shasum":"c699280ad35cd315720c3cccf0fe503092c08788","size":40728,"noattachment":false,"key":"/eslint-plugin-es-x/-/eslint-plugin-es-x-7.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-es-x/download/eslint-plugin-es-x-7.3.0.tgz"},"_npmUser":{"name":"eslint-community-bot","email":"contact+eslintcbot@eslint.org"},"directories":{},"maintainers":[{"name":"eslint-community-bot","email":""},{"name":"michaeldeboey","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-es-x_7.3.0_1698911735747_0.6407225695361047"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-11-02T07:55:35.893Z","publish_time":1698911735893,"_source_registry_name":"default","_cnpm_publish_time":1698911735893},"7.2.0":{"name":"eslint-plugin-es-x","version":"7.2.0","description":"ESLint plugin about ECMAScript syntactic features.","engines":{"node":"^14.18.0 || >=16.0.0"},"main":"lib/index.js","peerDependencies":{"eslint":">=8"},"dependencies":{"@eslint-community/eslint-utils":"^4.1.2","@eslint-community/regexpp":"^4.6.0"},"devDependencies":{"@typescript-eslint/parser":"^5.14.0","acorn":"^8.7.0","env-cmd":"^10.1.0","eslint":"^8.11.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-eslint-plugin":"^5.0.0","eslint-plugin-node":"^11.1.0","eslint-plugin-prettier":"^5.0.0","eslint-plugin-vue":"^9.0.0","espree":"^9.3.1","globals":"^13.0.0","jsdom":"^22.0.0","mocha":"^10.0.0","monaco-editor":"^0.39.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","opener":"^1.5.1","rimraf":"^5.0.0","semver":"^7.0.0","typescript":"^5.0.2","vite-plugin-eslint4b":"^0.2.0","vitepress":"^1.0.0-alpha.40","vue-eslint-editor":"^1.1.0","vue-eslint-parser":"^9.0.0"},"scripts":{"clean":"rimraf .nyc_output coverage","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","docs:build":"vitepress build docs","docs:watch":"vitepress dev docs","lint":"eslint lib tests scripts eslint-internal docs/.vitepress --rulesdir eslint-internal/rules","new":"node scripts/new-rule","pretest":"npm run -s lint","test":"npm run -s test:mocha","test:mocha":"nyc mocha tests/**/*.js --reporter dot --timeout 60000","test:debug":"mocha tests/**/*.js --reporter dot --timeout 60000","update":"run-s update:*","update:url":"npm run -s lint -- --fix","update:configs":"node scripts/update-lib-configs","update:index":"node scripts/update-lib-index","update:doc":"node scripts/update-docs-readme","update:ruledocs":"node scripts/update-docs-rules","resource-update:unicode-properties":"node scripts/update-unicode-properties","preversion":"npm test","version":"env-cmd -e version run-s update:* && git add .","postversion":"git push && git push --tags","watch":"mocha tests/**/*.js --reporter progress --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/eslint-community/eslint-plugin-es-x.git"},"keywords":["eslint","plugin","eslintplugin"],"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"license":"MIT","bugs":{"url":"https://github.com/eslint-community/eslint-plugin-es-x/issues"},"homepage":"https://github.com/eslint-community/eslint-plugin-es-x#readme","funding":"https://github.com/sponsors/ota-meshi","gitHead":"d7de90abe30d925e1508a2a0dc9d9cc95036f423","_id":"eslint-plugin-es-x@7.2.0","_nodeVersion":"18.16.1","_npmVersion":"9.5.1","dist":{"shasum":"5779d742ad31f8fd780b9481331481e142b72311","size":40320,"noattachment":false,"key":"/eslint-plugin-es-x/-/eslint-plugin-es-x-7.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-es-x/download/eslint-plugin-es-x-7.2.0.tgz"},"_npmUser":{"name":"eslint-community-bot","email":"contact+eslintcbot@eslint.org"},"directories":{},"maintainers":[{"name":"eslint-community-bot","email":""},{"name":"michaeldeboey","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-es-x_7.2.0_1690002564702_0.7236818555106406"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-07-22T05:09:24.950Z","publish_time":1690002564950,"_source_registry_name":"default","_cnpm_publish_time":1690002564950},"7.1.0":{"name":"eslint-plugin-es-x","version":"7.1.0","description":"ESLint plugin about ECMAScript syntactic features.","engines":{"node":"^14.18.0 || >=16.0.0"},"main":"lib/index.js","peerDependencies":{"eslint":">=8"},"dependencies":{"@eslint-community/eslint-utils":"^4.1.2","@eslint-community/regexpp":"^4.5.0"},"devDependencies":{"@typescript-eslint/parser":"^5.14.0","acorn":"^8.7.0","env-cmd":"^10.1.0","eslint":"^8.11.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-eslint-plugin":"^5.0.0","eslint-plugin-node":"^11.1.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-vue":"^9.0.0","espree":"^9.3.1","globals":"^13.0.0","jsdom":"^22.0.0","mocha":"^10.0.0","monaco-editor":"^0.38.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","opener":"^1.5.1","rimraf":"^5.0.0","semver":"^7.0.0","typescript":"^5.0.2","vite-plugin-eslint4b":"^0.1.1","vitepress":"^1.0.0-alpha.40","vue-eslint-editor":"^1.1.0","vue-eslint-parser":"^9.0.0"},"scripts":{"clean":"rimraf .nyc_output coverage","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","docs:build":"vitepress build docs","docs:watch":"vitepress dev docs","lint":"eslint lib tests scripts eslint-internal docs/.vitepress --rulesdir eslint-internal/rules","new":"node scripts/new-rule","pretest":"npm run -s lint","test":"npm run -s test:mocha","test:mocha":"nyc mocha tests/**/*.js --reporter dot --timeout 60000","test:debug":"mocha tests/**/*.js --reporter dot --timeout 60000","update":"run-s update:*","update:url":"npm run -s lint -- --fix","update:configs":"node scripts/update-lib-configs","update:index":"node scripts/update-lib-index","update:doc":"node scripts/update-docs-readme","update:ruledocs":"node scripts/update-docs-rules","resource-update:unicode-properties":"node scripts/update-unicode-properties","preversion":"npm test","version":"env-cmd -e version run-s update:* && git add .","postversion":"git push && git push --tags","watch":"mocha tests/**/*.js --reporter progress --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/eslint-community/eslint-plugin-es-x.git"},"keywords":["eslint","plugin","eslintplugin"],"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"license":"MIT","bugs":{"url":"https://github.com/eslint-community/eslint-plugin-es-x/issues"},"homepage":"https://github.com/eslint-community/eslint-plugin-es-x#readme","funding":"https://github.com/sponsors/ota-meshi","gitHead":"b99776854d94c9d508742ad6eecab441e8b2e30d","_id":"eslint-plugin-es-x@7.1.0","_nodeVersion":"18.16.0","_npmVersion":"9.5.1","dist":{"shasum":"f0d5421e658cca95c1cfb2355831851bdc83322d","size":40250,"noattachment":false,"key":"/eslint-plugin-es-x/-/eslint-plugin-es-x-7.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-es-x/download/eslint-plugin-es-x-7.1.0.tgz"},"_npmUser":{"name":"eslint-community-bot","email":"contact+eslintcbot@eslint.org"},"directories":{},"maintainers":[{"name":"eslint-community-bot","email":""},{"name":"michaeldeboey","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-es-x_7.1.0_1684626156802_0.07628437818628053"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-05-20T23:42:37.042Z","publish_time":1684626157042,"_source_registry_name":"default","_cnpm_publish_time":1684626157042},"7.0.0":{"name":"eslint-plugin-es-x","version":"7.0.0","description":"ESLint plugin about ECMAScript syntactic features.","engines":{"node":"^14.18.0 || >=16.0.0"},"main":"lib/index.js","peerDependencies":{"eslint":">=8"},"dependencies":{"@eslint-community/eslint-utils":"^4.1.2","@eslint-community/regexpp":"^4.5.0"},"devDependencies":{"@typescript-eslint/parser":"^5.14.0","acorn":"^8.7.0","env-cmd":"^10.1.0","eslint":"^8.11.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-eslint-plugin":"^5.0.0","eslint-plugin-node":"^11.1.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-vue":"^9.0.0","espree":"^9.3.1","globals":"^13.0.0","jsdom":"^22.0.0","mocha":"^10.0.0","monaco-editor":"^0.38.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","opener":"^1.5.1","rimraf":"^5.0.0","semver":"^7.0.0","typescript":"^5.0.2","vite-plugin-eslint4b":"^0.1.1","vitepress":"^1.0.0-alpha.40","vue-eslint-editor":"^1.1.0","vue-eslint-parser":"^9.0.0"},"scripts":{"clean":"rimraf .nyc_output coverage","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","docs:build":"vitepress build docs","docs:watch":"vitepress dev docs","lint":"eslint lib tests scripts eslint-internal docs/.vitepress --rulesdir eslint-internal/rules","new":"node scripts/new-rule","pretest":"npm run -s lint","test":"npm run -s test:mocha","test:mocha":"nyc mocha tests/**/*.js --reporter dot --timeout 60000","test:debug":"mocha tests/**/*.js --reporter dot --timeout 60000","update":"run-s update:*","update:url":"npm run -s lint -- --fix","update:configs":"node scripts/update-lib-configs","update:index":"node scripts/update-lib-index","update:doc":"node scripts/update-docs-readme","update:ruledocs":"node scripts/update-docs-rules","resource-update:unicode-properties":"node scripts/update-unicode-properties","preversion":"npm test","version":"env-cmd -e version run-s update:* && git add .","postversion":"git push && git push --tags","watch":"mocha tests/**/*.js --reporter progress --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/eslint-community/eslint-plugin-es-x.git"},"keywords":["eslint","plugin","eslintplugin"],"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"license":"MIT","bugs":{"url":"https://github.com/eslint-community/eslint-plugin-es-x/issues"},"homepage":"https://github.com/eslint-community/eslint-plugin-es-x#readme","funding":"https://github.com/sponsors/ota-meshi","gitHead":"83080e4422d6df774651e73979afc806a9a284d4","_id":"eslint-plugin-es-x@7.0.0","_nodeVersion":"18.16.0","_npmVersion":"9.5.1","dist":{"shasum":"0120a9c150d4d0e2db51e1b5fd6fe519dc87327f","size":40037,"noattachment":false,"key":"/eslint-plugin-es-x/-/eslint-plugin-es-x-7.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-es-x/download/eslint-plugin-es-x-7.0.0.tgz"},"_npmUser":{"name":"eslint-community-bot","email":"contact+eslintcbot@eslint.org"},"directories":{},"maintainers":[{"name":"eslint-community-bot","email":""},{"name":"michaeldeboey","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-es-x_7.0.0_1684494858146_0.3864842760915417"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-05-19T11:14:18.416Z","publish_time":1684494858416,"_source_registry_name":"default","_cnpm_publish_time":1684494858416},"6.2.1":{"name":"eslint-plugin-es-x","version":"6.2.1","description":"ESLint plugin about ECMAScript syntactic features.","engines":{"node":"^14.18.0 || >=16.0.0"},"main":"lib/index.js","peerDependencies":{"eslint":">=8"},"dependencies":{"@eslint-community/eslint-utils":"^4.1.2","@eslint-community/regexpp":"^4.5.0"},"devDependencies":{"@typescript-eslint/parser":"^5.14.0","acorn":"^8.7.0","env-cmd":"^10.1.0","eslint":"^8.11.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-eslint-plugin":"^5.0.0","eslint-plugin-node":"^11.1.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-vue":"^9.0.0","espree":"^9.3.1","globals":"^13.0.0","jsdom":"^22.0.0","mocha":"^10.0.0","monaco-editor":"^0.38.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","opener":"^1.5.1","rimraf":"^5.0.0","semver":"^7.0.0","typescript":"^5.0.2","vite-plugin-eslint4b":"^0.1.1","vitepress":"^1.0.0-alpha.40","vue-eslint-editor":"^1.1.0","vue-eslint-parser":"^9.0.0"},"scripts":{"clean":"rimraf .nyc_output coverage","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","docs:build":"vitepress build docs","docs:watch":"vitepress dev docs","lint":"eslint lib tests scripts eslint-internal docs/.vitepress --rulesdir eslint-internal/rules","new":"node scripts/new-rule","pretest":"npm run -s lint","test":"npm run -s test:mocha","test:mocha":"nyc mocha tests/**/*.js --reporter dot --timeout 60000","test:debug":"mocha tests/**/*.js --reporter dot --timeout 60000","update":"run-s update:*","update:url":"npm run -s lint -- --fix","update:configs":"node scripts/update-lib-configs","update:index":"node scripts/update-lib-index","update:doc":"node scripts/update-docs-readme","update:ruledocs":"node scripts/update-docs-rules","resource-update:unicode-properties":"node scripts/update-unicode-properties","preversion":"npm test","version":"env-cmd -e version run-s update:* && git add .","postversion":"git push && git push --tags","watch":"mocha tests/**/*.js --reporter progress --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/eslint-community/eslint-plugin-es-x.git"},"keywords":["eslint","plugin","eslintplugin"],"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"license":"MIT","bugs":{"url":"https://github.com/eslint-community/eslint-plugin-es-x/issues"},"homepage":"https://github.com/eslint-community/eslint-plugin-es-x#readme","funding":"https://github.com/sponsors/ota-meshi","gitHead":"5be0efed5cfb49fe99b20d443a1e3bb8b078a6fd","_id":"eslint-plugin-es-x@6.2.1","_nodeVersion":"18.16.0","_npmVersion":"9.5.1","dist":{"shasum":"34c9abc22483d7d49ff9ca8b5db29d54442d2e6b","size":39886,"noattachment":false,"key":"/eslint-plugin-es-x/-/eslint-plugin-es-x-6.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-es-x/download/eslint-plugin-es-x-6.2.1.tgz"},"_npmUser":{"name":"eslint-community-bot","email":"contact+eslintcbot@eslint.org"},"directories":{},"maintainers":[{"name":"eslint-community-bot","email":""},{"name":"michaeldeboey","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-es-x_6.2.1_1684494662780_0.4849841693634742"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-05-19T11:11:02.995Z","publish_time":1684494662995,"_source_registry_name":"default","_cnpm_publish_time":1684494662995},"6.2.0":{"name":"eslint-plugin-es-x","version":"6.2.0","description":"ESLint plugin about ECMAScript syntactic features.","engines":{"node":"^14.18.0 || >=16.0.0"},"main":"lib/index.js","peerDependencies":{"eslint":">=8"},"dependencies":{"@eslint-community/eslint-utils":"^4.1.2","@eslint-community/regexpp":"^4.5.0"},"devDependencies":{"@typescript-eslint/parser":"^5.14.0","acorn":"^8.7.0","env-cmd":"^10.1.0","eslint":"^8.11.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-eslint-plugin":"^5.0.0","eslint-plugin-node":"^11.1.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-vue":"^9.0.0","espree":"^9.3.1","globals":"^13.0.0","jsdom":"^22.0.0","mocha":"^10.0.0","monaco-editor":"^0.38.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","opener":"^1.5.1","rimraf":"^5.0.0","semver":"^7.0.0","typescript":"^5.0.2","vite-plugin-eslint4b":"^0.1.1","vitepress":"^1.0.0-alpha.40","vue-eslint-editor":"^1.1.0","vue-eslint-parser":"^9.0.0"},"scripts":{"clean":"rimraf .nyc_output coverage","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","docs:build":"vitepress build docs","docs:watch":"vitepress dev docs","lint":"eslint lib tests scripts eslint-internal docs/.vitepress --rulesdir eslint-internal/rules","new":"node scripts/new-rule","pretest":"npm run -s lint","test":"npm run -s test:mocha","test:mocha":"nyc mocha tests/**/*.js --reporter dot --timeout 60000","test:debug":"mocha tests/**/*.js --reporter dot --timeout 60000","update":"run-s update:*","update:url":"npm run -s lint -- --fix","update:configs":"node scripts/update-lib-configs","update:index":"node scripts/update-lib-index","update:doc":"node scripts/update-docs-readme","update:ruledocs":"node scripts/update-docs-rules","resource-update:unicode-properties":"node scripts/update-unicode-properties","preversion":"npm test","version":"env-cmd -e version run-s update:* && git add .","postversion":"git push && git push --tags","watch":"mocha tests/**/*.js --reporter progress --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/eslint-community/eslint-plugin-es-x.git"},"keywords":["eslint","plugin","eslintplugin"],"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"license":"MIT","bugs":{"url":"https://github.com/eslint-community/eslint-plugin-es-x/issues"},"homepage":"https://github.com/eslint-community/eslint-plugin-es-x#readme","funding":"https://github.com/sponsors/ota-meshi","gitHead":"cd919f1cbfe93d7bea7eae7625666db05440a777","_id":"eslint-plugin-es-x@6.2.0","_nodeVersion":"18.16.0","_npmVersion":"9.5.1","dist":{"shasum":"b856b5504d8b58b741070170a75c781ec4e82975","size":40039,"noattachment":false,"key":"/eslint-plugin-es-x/-/eslint-plugin-es-x-6.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-es-x/download/eslint-plugin-es-x-6.2.0.tgz"},"_npmUser":{"name":"eslint-community-bot","email":"contact+eslintcbot@eslint.org"},"directories":{},"maintainers":[{"name":"eslint-community-bot","email":""},{"name":"michaeldeboey","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-es-x_6.2.0_1684493976912_0.6451629718430532"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-05-19T10:59:37.128Z","publish_time":1684493977128,"_source_registry_name":"default","_cnpm_publish_time":1684493977128},"6.1.0":{"name":"eslint-plugin-es-x","version":"6.1.0","description":"ESLint plugin about ECMAScript syntactic features.","engines":{"node":"^14.18.0 || >=16.0.0"},"main":"lib/index.js","peerDependencies":{"eslint":">=8"},"dependencies":{"@eslint-community/eslint-utils":"^4.1.2","@eslint-community/regexpp":"^4.5.0"},"devDependencies":{"@typescript-eslint/parser":"^5.14.0","acorn":"^8.7.0","env-cmd":"^10.1.0","eslint":"^8.11.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-eslint-plugin":"^5.0.0","eslint-plugin-node":"^11.1.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-vue":"^9.0.0","espree":"^9.3.1","globals":"^13.0.0","jsdom":"^21.1.0","mocha":"^10.0.0","monaco-editor":"^0.36.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","opener":"^1.5.1","rimraf":"^4.1.2","semver":"^7.0.0","typescript":"^5.0.2","vite-plugin-eslint4b":"^0.1.1","vitepress":"^1.0.0-alpha.40","vue-eslint-editor":"^1.1.0","vue-eslint-parser":"^9.0.0"},"scripts":{"clean":"rimraf .nyc_output coverage","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","docs:build":"vitepress build docs","docs:watch":"vitepress dev docs","lint":"eslint lib tests scripts eslint-internal docs/.vitepress --rulesdir eslint-internal/rules","new":"node scripts/new-rule","pretest":"npm run -s lint","test":"npm run -s test:mocha","test:mocha":"nyc mocha tests/**/*.js --reporter dot --timeout 60000","test:debug":"mocha tests/**/*.js --reporter dot --timeout 60000","update":"run-s update:*","update:url":"npm run -s lint -- --fix","update:configs":"node scripts/update-lib-configs","update:index":"node scripts/update-lib-index","update:doc":"node scripts/update-docs-readme","update:ruledocs":"node scripts/update-docs-rules","resource-update:unicode-properties":"node scripts/update-unicode-properties","preversion":"npm test","version":"env-cmd -e version run-s update:* && git add .","postversion":"git push && git push --tags","watch":"mocha tests/**/*.js --reporter progress --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/eslint-community/eslint-plugin-es-x.git"},"keywords":["eslint","plugin","eslintplugin"],"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"license":"MIT","bugs":{"url":"https://github.com/eslint-community/eslint-plugin-es-x/issues"},"homepage":"https://github.com/eslint-community/eslint-plugin-es-x#readme","funding":"https://github.com/sponsors/ota-meshi","gitHead":"bb0be915e6190c7a49cc46e18e2489d52741644b","_id":"eslint-plugin-es-x@6.1.0","_nodeVersion":"18.15.0","_npmVersion":"9.5.0","dist":{"shasum":"d7b97f34775c34117a0f3dc256b74c3a1543d37c","size":39884,"noattachment":false,"key":"/eslint-plugin-es-x/-/eslint-plugin-es-x-6.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-es-x/download/eslint-plugin-es-x-6.1.0.tgz"},"_npmUser":{"name":"eslint-community-bot","email":"contact+eslintcbot@eslint.org"},"directories":{},"maintainers":[{"name":"eslint-community-bot","email":""},{"name":"michaeldeboey","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-es-x_6.1.0_1680500299869_0.47289417655153376"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-04-03T05:38:20.099Z","publish_time":1680500300099,"_cnpm_publish_time":1680500300099},"6.0.0":{"name":"eslint-plugin-es-x","version":"6.0.0","description":"ESLint plugin about ECMAScript syntactic features.","engines":{"node":"^14.18.0 || >=16.0.0"},"main":"lib/index.js","peerDependencies":{"eslint":">=8"},"dependencies":{"@eslint-community/eslint-utils":"^4.1.2","@eslint-community/regexpp":"^4.2.0"},"devDependencies":{"@typescript-eslint/parser":"^5.14.0","acorn":"^8.7.0","env-cmd":"^10.1.0","eslint":"^8.11.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-eslint-plugin":"^5.0.0","eslint-plugin-node":"^11.1.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-vue":"^9.0.0","espree":"^9.3.1","globals":"^13.0.0","jsdom":"^21.1.0","mocha":"^10.0.0","monaco-editor":"^0.34.1","npm-run-all":"^4.1.5","nyc":"^15.0.0","opener":"^1.5.1","rimraf":"^4.1.2","semver":"^7.0.0","typescript":"^4.1.2","vite-plugin-eslint4b":"^0.1.1","vitepress":"^1.0.0-alpha.40","vue-eslint-editor":"^1.1.0","vue-eslint-parser":"^9.0.0"},"scripts":{"clean":"rimraf .nyc_output coverage","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","docs:build":"vitepress build docs","docs:watch":"vitepress dev docs","lint":"eslint lib tests scripts eslint-internal docs/.vitepress --rulesdir eslint-internal/rules","new":"node scripts/new-rule","pretest":"npm run -s lint","test":"npm run -s test:mocha","test:mocha":"nyc mocha tests/**/*.js --reporter dot --timeout 60000","test:debug":"mocha tests/**/*.js --reporter dot --timeout 60000","update":"run-s update:*","update:url":"npm run -s lint -- --fix","update:configs":"node scripts/update-lib-configs","update:index":"node scripts/update-lib-index","update:doc":"node scripts/update-docs-readme","update:ruledocs":"node scripts/update-docs-rules","resource-update:unicode-properties":"node scripts/update-unicode-properties","preversion":"npm test","version":"env-cmd -e version run-s update:* && git add .","postversion":"git push && git push --tags","watch":"mocha tests/**/*.js --reporter progress --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/eslint-community/eslint-plugin-es-x.git"},"keywords":["eslint","plugin","eslintplugin"],"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"license":"MIT","bugs":{"url":"https://github.com/eslint-community/eslint-plugin-es-x/issues"},"homepage":"https://github.com/eslint-community/eslint-plugin-es-x#readme","funding":"https://github.com/sponsors/ota-meshi","gitHead":"e2eb8522a0c7e47303656b7176d41847f947bb65","_id":"eslint-plugin-es-x@6.0.0","_nodeVersion":"16.19.0","_npmVersion":"8.19.3","dist":{"shasum":"8a3abc15356ac0cc6140e14861e3372d756c207a","size":39662,"noattachment":false,"key":"/eslint-plugin-es-x/-/eslint-plugin-es-x-6.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-es-x/download/eslint-plugin-es-x-6.0.0.tgz"},"_npmUser":{"name":"eslint-community-bot","email":"contact+eslintcbot@eslint.org"},"directories":{},"maintainers":[{"name":"eslint-community-bot","email":""},{"name":"michaeldeboey","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-es-x_6.0.0_1675495789342_0.2171360237671589"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-04T07:29:49.559Z","publish_time":1675495789559,"_cnpm_publish_time":1675495789559},"5.4.0":{"name":"eslint-plugin-es-x","version":"5.4.0","description":"ESLint plugin about ECMAScript syntactic features.","engines":{"node":">=8.10.0"},"main":"lib/index.js","peerDependencies":{"eslint":">=4.19.1"},"dependencies":{"eslint-utils":"^2.0.0 || ^3.0.0","regexpp":"^3.0.0"},"devDependencies":{"@typescript-eslint/parser":"^5.14.0","acorn":"^8.7.0","env-cmd":"^10.1.0","eslint":"^8.11.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-eslint-plugin":"^5.0.0","eslint-plugin-node":"^11.1.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-vue":"^9.0.0","espree":"^9.3.1","globals":"^13.0.0","mocha":"^10.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","opener":"^1.5.1","rimraf":"^3.0.0","semver":"^7.0.0","typescript":"^4.1.2","vue-eslint-editor":"^1.1.0","vue-eslint-parser":"^9.0.0","vuepress":"^1.2.0"},"scripts":{"clean":"rimraf .nyc_output coverage","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","docs:build":"vuepress build docs","docs:watch":"vuepress dev docs","lint":"eslint lib tests scripts eslint-internal --rulesdir eslint-internal/rules","new":"node scripts/new-rule","pretest":"npm run -s lint","test":"npm run -s test:mocha","test:mocha":"nyc mocha tests/**/*.js --reporter dot --timeout 60000","update":"run-s update:*","update:url":"npm run -s lint -- --fix","update:configs":"node scripts/update-lib-configs","update:index":"node scripts/update-lib-index","update:doc":"node scripts/update-docs-readme","update:ruledocs":"node scripts/update-docs-rules","preversion":"npm test","version":"env-cmd -e version run-s update:* && git add .","postversion":"git push && git push --tags","watch":"mocha tests/**/*.js --reporter progress --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/eslint-community/eslint-plugin-es-x.git"},"keywords":["eslint","plugin","eslintplugin"],"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"license":"MIT","bugs":{"url":"https://github.com/eslint-community/eslint-plugin-es-x/issues"},"homepage":"https://github.com/eslint-community/eslint-plugin-es-x#readme","funding":"https://github.com/sponsors/ota-meshi","gitHead":"b3d82353b02fd825e3a6477e91ca86252dc81696","_id":"eslint-plugin-es-x@5.4.0","_nodeVersion":"16.18.0","_npmVersion":"8.19.2","dist":{"shasum":"5742c0f0d9d7e794c250dd48f753ad1600521a83","size":29439,"noattachment":false,"key":"/eslint-plugin-es-x/-/eslint-plugin-es-x-5.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-es-x/download/eslint-plugin-es-x-5.4.0.tgz"},"_npmUser":{"name":"ota-meshi","email":"otameshiyo23@gmail.com"},"directories":{},"maintainers":[{"name":"eslint-community-bot","email":""},{"name":"michaeldeboey","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-es-x_5.4.0_1668818719428_0.04852517460338013"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-19T00:45:30.143Z","publish_time":1668818719656,"_cnpm_publish_time":1668818719656},"5.3.1":{"name":"eslint-plugin-es-x","version":"5.3.1","description":"ESLint plugin about ECMAScript syntactic features.","engines":{"node":">=8.10.0"},"main":"lib/index.js","peerDependencies":{"eslint":">=4.19.1"},"dependencies":{"eslint-utils":"^2.0.0 || ^3.0.0","regexpp":"^3.0.0"},"devDependencies":{"@typescript-eslint/parser":"^5.14.0","acorn":"^8.7.0","env-cmd":"^10.1.0","eslint":"^8.11.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-eslint-plugin":"^5.0.0","eslint-plugin-node":"^11.1.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-vue":"^9.0.0","espree":"^9.3.1","globals":"^13.0.0","mocha":"^10.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","opener":"^1.5.1","rimraf":"^3.0.0","semver":"^7.0.0","typescript":"^4.1.2","vue-eslint-editor":"^1.1.0","vue-eslint-parser":"^9.0.0","vuepress":"^1.2.0"},"scripts":{"clean":"rimraf .nyc_output coverage","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","docs:build":"vuepress build docs","docs:watch":"vuepress dev docs","lint":"eslint lib tests scripts eslint-internal --rulesdir eslint-internal/rules","new":"node scripts/new-rule","pretest":"npm run -s lint","test":"npm run -s test:mocha","test:mocha":"nyc mocha tests/**/*.js --reporter dot --timeout 60000","update":"run-s update:*","update:url":"npm run -s lint -- --fix","update:configs":"node scripts/update-lib-configs","update:index":"node scripts/update-lib-index","update:doc":"node scripts/update-docs-readme","update:ruledocs":"node scripts/update-docs-rules","preversion":"npm test","version":"env-cmd -e version run-s update:* && git add .","postversion":"git push && git push --tags","watch":"mocha tests/**/*.js --reporter progress --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/ota-meshi/eslint-plugin-es-x.git"},"keywords":["eslint","plugin","eslintplugin"],"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"license":"MIT","bugs":{"url":"https://github.com/ota-meshi/eslint-plugin-es-x/issues"},"homepage":"https://github.com/ota-meshi/eslint-plugin-es-x#readme","funding":"https://github.com/sponsors/ota-meshi","gitHead":"059c2680c0eb83a1dc952eeab9b58874e88e7c58","_id":"eslint-plugin-es-x@5.3.1","_nodeVersion":"16.17.0","_npmVersion":"8.15.0","dist":{"shasum":"99d8a6feb01d5b5ff96e201c8447a496e3db645e","size":29412,"noattachment":false,"key":"/eslint-plugin-es-x/-/eslint-plugin-es-x-5.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-es-x/download/eslint-plugin-es-x-5.3.1.tgz"},"_npmUser":{"name":"ota-meshi","email":"otameshiyo23@gmail.com"},"directories":{},"maintainers":[{"name":"eslint-community-bot","email":""},{"name":"michaeldeboey","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-es-x_5.3.1_1661931892657_0.3233512513174901"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-31T07:48:36.822Z","publish_time":1661931892891,"_cnpm_publish_time":1661931892891},"5.3.0":{"name":"eslint-plugin-es-x","version":"5.3.0","description":"ESLint plugin about ECMAScript syntactic features.","engines":{"node":">=8.10.0"},"main":"lib/index.js","peerDependencies":{"eslint":">=4.19.1"},"dependencies":{"eslint-utils":"^2.0.0 || ^3.0.0","regexpp":"^3.0.0"},"devDependencies":{"@typescript-eslint/parser":"^5.14.0","acorn":"^8.7.0","env-cmd":"^10.1.0","eslint":"^8.11.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-eslint-plugin":"^5.0.0","eslint-plugin-node":"^11.1.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-vue":"^9.0.0","espree":"^9.3.1","globals":"^13.0.0","mocha":"^10.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","opener":"^1.5.1","rimraf":"^3.0.0","semver":"^7.0.0","typescript":"^4.1.2","vue-eslint-editor":"^1.1.0","vue-eslint-parser":"^9.0.0","vuepress":"^1.2.0"},"scripts":{"clean":"rimraf .nyc_output coverage","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","docs:build":"vuepress build docs","docs:watch":"vuepress dev docs","lint":"eslint lib tests scripts eslint-internal --rulesdir eslint-internal/rules","new":"node scripts/new-rule","pretest":"npm run -s lint","test":"npm run -s test:mocha","test:mocha":"nyc mocha tests/**/*.js --reporter dot --timeout 60000","update":"run-s update:*","update:url":"npm run -s lint -- --fix","update:configs":"node scripts/update-lib-configs","update:index":"node scripts/update-lib-index","update:doc":"node scripts/update-docs-readme","update:ruledocs":"node scripts/update-docs-rules","preversion":"npm test","version":"env-cmd -e version run-s update:* && git add .","postversion":"git push && git push --tags","watch":"mocha tests/**/*.js --reporter progress --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/ota-meshi/eslint-plugin-es-x.git"},"keywords":["eslint","plugin","eslintplugin"],"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"license":"MIT","bugs":{"url":"https://github.com/ota-meshi/eslint-plugin-es-x/issues"},"homepage":"https://github.com/ota-meshi/eslint-plugin-es-x#readme","funding":"https://github.com/sponsors/ota-meshi","gitHead":"173fc9a339988a2858e90079e17fa5f25c0972e2","_id":"eslint-plugin-es-x@5.3.0","_nodeVersion":"16.17.0","_npmVersion":"8.15.0","dist":{"shasum":"951322b1f1b1b6025d67022957747e2afdd446f1","size":29354,"noattachment":false,"key":"/eslint-plugin-es-x/-/eslint-plugin-es-x-5.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-es-x/download/eslint-plugin-es-x-5.3.0.tgz"},"_npmUser":{"name":"ota-meshi","email":"otameshiyo23@gmail.com"},"directories":{},"maintainers":[{"name":"eslint-community-bot","email":""},{"name":"michaeldeboey","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-es-x_5.3.0_1661929094097_0.9453385674882988"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-31T06:58:21.412Z","publish_time":1661929094282,"_cnpm_publish_time":1661929094282},"5.2.1":{"name":"eslint-plugin-es-x","version":"5.2.1","description":"ESLint plugin about ECMAScript syntactic features.","engines":{"node":">=8.10.0"},"main":"lib/index.js","peerDependencies":{"eslint":">=4.19.1"},"dependencies":{"eslint-utils":"^2.0.0 || ^3.0.0","regexpp":"^3.0.0"},"devDependencies":{"@typescript-eslint/parser":"^5.14.0","acorn":"^8.7.0","env-cmd":"^10.1.0","eslint":"^8.11.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-eslint-plugin":"^4.1.0","eslint-plugin-node":"^11.1.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-vue":"^9.0.0","espree":"^9.3.1","globals":"^13.0.0","mocha":"^10.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","opener":"^1.5.1","rimraf":"^3.0.0","semver":"^7.0.0","typescript":"^4.1.2","vue-eslint-editor":"^1.1.0","vue-eslint-parser":"^9.0.0","vuepress":"^1.2.0"},"scripts":{"clean":"rimraf .nyc_output coverage","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","docs:build":"vuepress build docs","docs:watch":"vuepress dev docs","lint":"eslint lib tests scripts eslint-internal --rulesdir eslint-internal/rules","new":"node scripts/new-rule","pretest":"npm run -s lint","test":"npm run -s test:mocha","test:mocha":"nyc mocha tests/**/*.js --reporter dot --timeout 60000","update":"run-s update:*","update:url":"npm run -s lint -- --fix","update:configs":"node scripts/update-lib-configs","update:index":"node scripts/update-lib-index","update:doc":"node scripts/update-docs-readme","update:ruledocs":"node scripts/update-docs-rules","preversion":"npm test","version":"env-cmd -e version run-s update:* && git add .","postversion":"git push && git push --tags","watch":"mocha tests/**/*.js --reporter progress --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/ota-meshi/eslint-plugin-es-x.git"},"keywords":["eslint","plugin","eslintplugin"],"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"license":"MIT","bugs":{"url":"https://github.com/ota-meshi/eslint-plugin-es-x/issues"},"homepage":"https://github.com/ota-meshi/eslint-plugin-es-x#readme","funding":"https://github.com/sponsors/ota-meshi","gitHead":"7c53cd6f0fa09902f1a390fb7155b7ac62ea4c68","_id":"eslint-plugin-es-x@5.2.1","_nodeVersion":"16.15.0","_npmVersion":"8.5.5","dist":{"shasum":"b404677af94798dce3a40e172a7f707d1cf57976","size":29165,"noattachment":false,"key":"/eslint-plugin-es-x/-/eslint-plugin-es-x-5.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-es-x/download/eslint-plugin-es-x-5.2.1.tgz"},"_npmUser":{"name":"ota-meshi","email":"otameshiyo23@gmail.com"},"directories":{},"maintainers":[{"name":"eslint-community-bot","email":""},{"name":"michaeldeboey","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-es-x_5.2.1_1653001171942_0.08344530309728793"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-19T22:59:41.317Z","publish_time":1653001172170,"_cnpm_publish_time":1653001172170},"5.2.0":{"name":"eslint-plugin-es-x","version":"5.2.0","description":"ESLint plugin about ECMAScript syntactic features.","engines":{"node":">=8.10.0"},"main":"lib/index.js","peerDependencies":{"eslint":">=4.19.1"},"dependencies":{"eslint-utils":"^2.0.0 || ^3.0.0","regexpp":"^3.0.0"},"devDependencies":{"@typescript-eslint/parser":"^5.14.0","acorn":"^8.7.0","eslint":"^8.11.0","eslint-plugin-es-x":"file:.","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-eslint-plugin":"^4.1.0","eslint-plugin-node":"^11.1.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-vue":"^8.5.0","eslint4b":"^7.10.0","espree":"^9.3.1","globals":"^13.0.0","mocha":"^9.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","opener":"^1.5.1","rimraf":"^3.0.0","semver":"^7.0.0","typescript":"^4.1.2","vue-eslint-editor":"^1.1.0","vue-eslint-parser":"^8.3.0","vuepress":"^1.2.0"},"scripts":{"clean":"rimraf .nyc_output coverage","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","docs:build":"vuepress build docs","docs:watch":"vuepress dev docs","lint":"eslint lib tests scripts eslint-internal --rulesdir eslint-internal/rules","new":"node scripts/new-rule","pretest":"npm run -s lint","test":"npm run -s test:mocha","test:mocha":"nyc mocha tests/**/*.js --reporter dot --timeout 60000","update":"run-s update:*","update:url":"npm run -s lint -- --fix","update:configs":"node scripts/update-lib-configs","update:index":"node scripts/update-lib-index","update:doc":"node scripts/update-docs-readme","update:ruledocs":"node scripts/update-docs-rules","preversion":"npm test","version":"run-s update:* docs:build && git add .","postversion":"git push && git push --tags","watch":"mocha tests/**/*.js --reporter progress --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/ota-meshi/eslint-plugin-es-x.git"},"keywords":["eslint","plugin","eslintplugin"],"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"license":"MIT","bugs":{"url":"https://github.com/ota-meshi/eslint-plugin-es-x/issues"},"homepage":"https://github.com/ota-meshi/eslint-plugin-es-x#readme","funding":"https://github.com/sponsors/ota-meshi","gitHead":"62aa789a3ccecab6593b501593012af3797a731f","_id":"eslint-plugin-es-x@5.2.0","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"shasum":"df7eb770de63ac9cc94d598279e300523fc1b1f6","size":29169,"noattachment":false,"key":"/eslint-plugin-es-x/-/eslint-plugin-es-x-5.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-es-x/download/eslint-plugin-es-x-5.2.0.tgz"},"_npmUser":{"name":"ota-meshi","email":"otameshiyo23@gmail.com"},"directories":{},"maintainers":[{"name":"eslint-community-bot","email":""},{"name":"michaeldeboey","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-es-x_5.2.0_1647402799541_0.87219733644859"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-16T03:53:26.002Z","publish_time":1647402799753,"_cnpm_publish_time":1647402799753},"5.1.0":{"name":"eslint-plugin-es-x","version":"5.1.0","description":"ESLint plugin about ECMAScript syntactic features.","engines":{"node":">=8.10.0"},"main":"lib/index.js","peerDependencies":{"eslint":">=4.19.1"},"dependencies":{"eslint-utils":"^2.0.0 || ^3.0.0","regexpp":"^3.0.0"},"devDependencies":{"@typescript-eslint/parser":"^5.14.0","acorn":"^8.7.0","eslint":"^8.11.0","eslint-plugin-es-x":"file:.","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-eslint-plugin":"^4.1.0","eslint-plugin-node":"^11.1.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-vue":"^8.5.0","eslint4b":"^7.10.0","espree":"^9.3.1","globals":"^13.0.0","mocha":"^9.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","opener":"^1.5.1","rimraf":"^3.0.0","semver":"^7.0.0","typescript":"^4.1.2","vue-eslint-editor":"^1.1.0","vue-eslint-parser":"^8.3.0","vuepress":"^1.2.0"},"scripts":{"clean":"rimraf .nyc_output coverage","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","docs:build":"vuepress build docs","docs:watch":"vuepress dev docs","lint":"eslint lib tests scripts eslint-internal --rulesdir eslint-internal/rules","new":"node scripts/new-rule","pretest":"npm run -s lint","test":"npm run -s test:mocha","test:mocha":"nyc mocha tests/**/*.js --reporter dot --timeout 60000","update":"run-s update:*","update:url":"npm run -s lint -- --fix","update:configs":"node scripts/update-lib-configs","update:index":"node scripts/update-lib-index","update:doc":"node scripts/update-docs-readme","update:ruledocs":"node scripts/update-docs-rules","preversion":"npm test","version":"run-s update:* docs:build && git add .","postversion":"git push && git push --tags","watch":"mocha tests/**/*.js --reporter progress --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/ota-meshi/eslint-plugin-es-x.git"},"keywords":["eslint","plugin","eslintplugin"],"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"license":"MIT","bugs":{"url":"https://github.com/ota-meshi/eslint-plugin-es-x/issues"},"homepage":"https://github.com/ota-meshi/eslint-plugin-es-x#readme","funding":"https://github.com/sponsors/ota-meshi","gitHead":"2bb9cd06a98711917964de351da7d7a71a743252","_id":"eslint-plugin-es-x@5.1.0","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"shasum":"2790203fb8616a67e155100b0b9ce7a5f14f944a","size":28701,"noattachment":false,"key":"/eslint-plugin-es-x/-/eslint-plugin-es-x-5.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-es-x/download/eslint-plugin-es-x-5.1.0.tgz"},"_npmUser":{"name":"ota-meshi","email":"otameshiyo23@gmail.com"},"directories":{},"maintainers":[{"name":"eslint-community-bot","email":""},{"name":"michaeldeboey","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-es-x_5.1.0_1647260288625_0.4931901675131296"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-14T12:18:17.827Z","publish_time":1647260288863,"_cnpm_publish_time":1647260288863},"5.0.0":{"name":"eslint-plugin-es-x","version":"5.0.0","description":"ESLint plugin about ECMAScript syntactic features.","engines":{"node":">=8.10.0"},"main":"lib/index.js","peerDependencies":{"eslint":">=4.19.1"},"dependencies":{"eslint-utils":"^2.0.0 || ^3.0.0","regexpp":"^3.0.0"},"devDependencies":{"@typescript-eslint/parser":"^5.14.0","@vuepress/plugin-pwa":"^1.2.0","acorn":"^8.7.0","eslint":"^8.11.0","eslint-plugin-es-x":"file:.","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-eslint-plugin":"^4.1.0","eslint-plugin-node":"^11.1.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-vue":"^8.5.0","eslint4b":"^7.10.0","espree":"^9.3.1","globals":"^12.0.0","mocha":"^6.2.0","npm-run-all":"^4.1.5","nyc":"^14.1.1","opener":"^1.5.1","rimraf":"^3.0.0","semver":"^6.3.0","typescript":"^4.1.2","vue-eslint-editor":"^1.1.0","vue-eslint-parser":"^8.3.0","vuepress":"^1.2.0"},"scripts":{"clean":"rimraf .nyc_output coverage","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","docs:build":"vuepress build docs","docs:watch":"vuepress dev docs","lint":"eslint lib tests scripts eslint-internal --rulesdir eslint-internal/rules","new":"node scripts/new-rule","pretest":"npm run -s lint","test":"npm run -s test:mocha","test:mocha":"nyc mocha tests/**/*.js --reporter dot --timeout 60000","update":"run-s update:*","update:url":"npm run -s lint -- --fix","update:configs":"node scripts/update-lib-configs","update:index":"node scripts/update-lib-index","update:doc":"node scripts/update-docs-readme","update:ruledocs":"node scripts/update-docs-rules","preversion":"npm test","version":"run-s update:* docs:build && git add .","postversion":"git push && git push --tags","watch":"mocha tests/**/*.js --reporter progress --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/ota-meshi/eslint-plugin-es-x.git"},"keywords":["eslint","plugin","eslintplugin"],"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"license":"MIT","bugs":{"url":"https://github.com/ota-meshi/eslint-plugin-es-x/issues"},"homepage":"https://github.com/ota-meshi/eslint-plugin-es-x#readme","funding":"https://github.com/sponsors/ota-meshi","gitHead":"c9de2db4979786a718e99a6ce87be8ab343bb25d","_id":"eslint-plugin-es-x@5.0.0","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"shasum":"4e5ef299da51c1c07d1800216ae893aa3f3b9a63","size":26810,"noattachment":false,"key":"/eslint-plugin-es-x/-/eslint-plugin-es-x-5.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-es-x/download/eslint-plugin-es-x-5.0.0.tgz"},"_npmUser":{"name":"ota-meshi","email":"otameshiyo23@gmail.com"},"directories":{},"maintainers":[{"name":"eslint-community-bot","email":""},{"name":"michaeldeboey","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-es-x_5.0.0_1647058621781_0.3304573528789414"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-12T04:17:05.098Z","publish_time":1647058622072,"_cnpm_publish_time":1647058622072}},"readme":"# eslint-plugin-es-x\n\n[![npm version](https://img.shields.io/npm/v/eslint-plugin-es-x.svg)](https://www.npmjs.com/package/eslint-plugin-es-x)\n[![Downloads/month](https://img.shields.io/npm/dm/eslint-plugin-es-x.svg)](https://www.npmtrends.com/eslint-plugin-es-x)\n[![Build Status](https://github.com/eslint-community/eslint-plugin-es-x/actions/workflows/ci.yml/badge.svg)](https://github.com/eslint-community/eslint-plugin-es-x/actions)\n\nESLint plugin which disallows each ECMAScript syntax.\n\n> Forked from [eslint-plugin-es](https://github.com/mysticatea/eslint-plugin-es). As the original repository seems [no longer maintained](https://github.com/mysticatea/eslint-plugin-es/issues/72).\n\n## ???? Goal\n\n[Espree](https://github.com/eslint/espree#readme), the default parser of [ESLint](https://eslint.org/), has supported `ecmaVersion` option.\nHowever, the error messages of new syntax are not readable (e.g., \"unexpected token\" or something like).\n\nWhen we use this plugin along with the latest `ecmaVersion` option value, it tells us the readable error message for the new syntax, such as \"ES2020 BigInt is forbidden.\"\nPlus, this plugin lets us disable each syntactic feature individually.\n\n## ???? Usage\n\nSee [documentation](https://eslint-community.github.io/eslint-plugin-es-x/)\n\n## ???? Semantic Versioning Policy\n\nThis plugin follows [semantic versioning](https://semver.org/) and [ESLint's semantic versioning policy](https://github.com/eslint/eslint#semantic-versioning-policy).\n\n- We will release a new minor version to add new rules when TC39 decided to advance proposals to Stage 4. In the minor releases, we don't update configs.\n- We will release a new major version to update configs when new ECMAScript snapshots are available.\n\n## ???? Changelog\n\nSee [releases](https://github.com/eslint-community/eslint-plugin-es-x/releases).\n\n## ❤️ Contributing\n\nWelcome contributing!\n\nPlease use GitHub's Issues/PRs.\n\n### Development Tools\n\n- `npm test` runs tests and measures coverage.\n- `npm run clean` removes the coverage result of `npm test` command.\n- `npm run coverage` shows the coverage result of the last `npm test` command.\n- `npm run docs:build` builds documentation.\n- `npm run docs:watch` builds documentation on each file change.\n- `npm run watch` runs tests on each file change.\n","_attachments":{},"homepage":"https://github.com/eslint-community/eslint-plugin-es-x#readme","bugs":{"url":"https://github.com/eslint-community/eslint-plugin-es-x/issues"},"license":"MIT"}