{"bin":{"eslint":"bin/eslint.js"},"bugs":{"url":"https://github.com/eslint/eslint/issues/"},"dist":{"shasum":"409da5c41a5536d5a849f8555a18ca7ef1eb963b","tarball":"https://registry.npmjs.org/eslint/-/eslint-10.9.1.tgz","fileCount":420,"integrity":"sha512-9VaAkDURekixUQJy0oJYl2DcN6oKMfxay7XzaGYAWQwsb6qfKf+x76R2k1L8kb1boc+FyCAaTA9GmiKaaiaF+A==","signatures":[{"sig":"MEUCIQD6QRZIv+x7RqQR3iHGkByksl2zyMC9UDZug3B4ZWOcxAIgb/mMrRe8TPs/nqg+wy71sT5WV9QIwT5GpdoGDNKudtU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQCwf/VBWmZCszKcanb0NUMIXTvjWnwLk/p+4wS2U1dPtwIgOhvUuF7itH5pdbG7UpPX4xvXrapEPhHjN3Nzpl5MEeY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2926541},"main":"./lib/api.js","name":"eslint","type":"commonjs","types":"./lib/types/index.d.ts","author":{"name":"Nicholas C. Zakas","email":"nicholas+npm@nczconsulting.com"},"engines":{"node":"^20.19.0 || ^22.13.0 || >=24"},"exports":{".":{"types":"./lib/types/index.d.ts","default":"./lib/api.js"},"./rules":{"types":"./lib/types/rules.d.ts"},"./config":{"types":"./lib/types/config-api.d.ts","default":"./lib/config-api.js"},"./universal":{"types":"./lib/types/universal.d.ts","default":"./lib/universal.js"},"./package.json":"./package.json","./use-at-your-own-risk":{"types":"./lib/types/use-at-your-own-risk.d.ts","default":"./lib/unsupported-api.js"}},"funding":"https://eslint.org/donate","gitHead":"5c8c2417b9ff462f2dc4e54a062c59135b45b845","license":"MIT","scripts":{"fmt":"prettier --write .","lint":"node Makefile.js lint","test":"node Makefile.js test","lint:fix":"node Makefile.js lint -- fix","test:cli":"mocha","fmt:check":"prettier --check .","test:fuzz":"node Makefile.js fuzz","test:pnpm":"cd tests/pnpm && node check.js && pnpm install && pnpm exec tsc","build:site":"node Makefile.js gensite","lint:types":"attw --pack","test:types":"tsc -p tests/lib/types/tsconfig.json && npm run test:types --workspaces --if-present","lint:unused":"knip","test:emfile":"node tools/check-emfile-handling.js","build:readme":"node tools/update-readme.js","lint:docs:js":"node Makefile.js lintDocsJS","test:browser":"node Makefile.js cypress","build:webpack":"node Makefile.js webpack","test:ecosystem":"node tools/test-ecosystem/index.mjs","test:types:5.3":"npx -p typescript@5.3 -y -- tsc -p tsconfig.types-legacy.json","test:types:5.x":"npx -p typescript@5.x -y -- tsc -p tsconfig.types.json","test:types:7.x":"npx -p @typescript/native-preview@latest -y -- tsgo -p tsconfig.types.json","test:types:all":"npm run test:types && npm run test:types:5.3 && npm run test:types:5.x && npm run test:types:7.x","lint:rule-types":"node tools/update-rule-type-headers.js --check","release:publish":"node Makefile.js publishRelease","lint:fix:docs:js":"node Makefile.js lintDocsJS -- fix","test:performance":"node Makefile.js perf","build:rules-index":"node Makefile.js generateRuleIndexPage","release:generate:rc":"node Makefile.js generatePrerelease -- rc","release:generate:beta":"node Makefile.js generatePrerelease -- beta","test:ecosystem:update":"node tools/test-ecosystem/update.mjs","release:generate:alpha":"node Makefile.js generatePrerelease -- alpha","build:docs:update-links":"node tools/fetch-docs-links.js","lint:docs:rule-examples":"node Makefile.js checkRuleExamples","release:generate:latest":"node Makefile.js generateRelease -- latest","release:generate:maintenance":"node Makefile.js generateRelease -- maintenance"},"_npmUser":{"name":"eslintbot","email":"contact@eslint.org"},"gitHooks":{"pre-commit":"lint-staged"},"homepage":"https://eslint.org","keywords":["ast","lint","javascript","ecmascript","espree"],"repository":{"url":"git+https://github.com/eslint/eslint.git","type":"git"},"workspaces":["packages/*"],"_npmVersion":"10.9.4","description":"An AST-based pattern checker for JavaScript.","directories":{},"lint-staged":{"docs/**/*.svg":"npx -y svgo -r --multipass","lib/rules/*.js":["node tools/update-eslint-all.js","node tools/update-eslint-recommended.js","node tools/update-rule-type-headers.js","git add packages/js/src/configs/*.js lib/types/rules.d.ts"],"docs/src/**/*.md":["markdownlint-cli2 --fix","prettier --write"],"docs/src/rules/*.md":["node tools/check-rule-examples.js","node tools/fetch-docs-links.js","git add docs/src/_data/further_reading_links.json"],"*.{js,json,jsonc,json5,yml,yaml}":["eslint --fix","prettier --write"],"!({{*.,**/*.}{js,json,jsonc,json5,yml,yaml},docs/src/**/*.md})":"prettier --write --ignore-unknown"},"maintainers":[{"name":"openjsfoundation","email":"npm@openjsf.org"},{"name":"eslintbot","email":"contact@eslint.org"}],"_nodeVersion":"22.21.0","allowScripts":{"re2":true,"yorkie":true,"core-js":false,"cypress":false},"dependencies":{"ajv":"^6.14.0","debug":"^4.3.2","espree":"^11.2.0","ignore":"^5.2.0","esquery":"^1.7.0","esutils":"^2.0.2","find-up":"^5.0.0","is-glob":"^4.0.0","minimatch":"^10.2.5","optionator":"^0.9.3","cross-spawn":"^7.0.6","glob-parent":"^6.0.2","imurmurhash":"^0.1.4","@eslint/core":"^1.2.1","eslint-scope":"^9.1.2","@humanfs/node":"^0.16.6","@types/estree":"^1.0.6","fast-deep-equal":"^3.1.3","natural-compare":"^1.4.0","file-entry-cache":"^8.0.0","@eslint/plugin-kit":"^0.7.2","eslint-visitor-keys":"^5.0.1","@eslint/config-array":"^0.23.5","@humanwhocodes/retry":"^0.4.2","escape-string-regexp":"^4.0.0","@eslint/config-helpers":"^0.7.0","@eslint-community/regexpp":"^4.12.2","@eslint-community/eslint-utils":"^4.8.0","@humanwhocodes/module-importer":"^1.0.1","json-stable-stringify-without-jsonify":"^1.0.1"},"typesVersions":{"*":{"rules":["./lib/types/rules.d.ts"],"config":["./lib/types/config-api.d.ts"],"universal":["./lib/types/universal.d.ts"],"use-at-your-own-risk":["./lib/types/use-at-your-own-risk.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"c8":"^11.0.0","ejs":"^3.0.2","got":"^11.8.3","chai":"^4.0.1","glob":"^10.0.0","jiti":"^2.6.1","knip":"^6.13.1","mocha":"^11.7.1","sinon":"^11.0.0","eslint":"file:.","eslump":"^3.0.0","marked":"^4.0.8","semver":"^7.5.3","yorkie":"^2.0.0","cheerio":"^0.22.0","core-js":"^3.1.3","cypress":"^14.1.0","esprima":"^4.0.1","globals":"^16.2.0","shelljs":"^0.10.0","webpack":"^5.109.2","prettier":"3.9.6","progress":"^2.0.3","proxyquire":"^2.0.1","typescript":"^6.0.3","@babel/core":"^7.4.3","@types/node":"^22.13.14","common-tags":"^1.8.0","fs-teardown":"^0.1.3","gray-matter":"^4.0.3","lint-staged":"^11.0.0","markdown-it":"^14.2.0","metascraper":"^5.25.7","npm-license":"^0.3.3","webpack-cli":"^4.5.0","@eslint/json":"^2.0.1","babel-loader":"^8.0.5","@types/esquery":"^1.5.4","eslint-release":"^3.3.0","@eslint/eslintrc":"^3.3.6","metascraper-logo":"^5.25.7","@babel/preset-env":"^7.4.3","eslint-plugin-yml":"^1.14.0","markdownlint-cli2":"^0.22.0","metascraper-image":"^5.29.3","metascraper-title":"^5.25.7","regenerator-runtime":"^0.14.0","eslint-config-eslint":"file:packages/eslint-config-eslint","eslint-rule-extender":"^0.0.1","@arethetypeswrong/cli":"^0.18.3","markdown-it-container":"^4.0.0","metascraper-description":"^5.25.7","metascraper-logo-favicon":"^5.25.7","@typescript-eslint/parser":"^8.58.2","eslint-plugin-expect-type":"^0.6.0","eslint-plugin-eslint-plugin":"^7.3.2","node-polyfill-webpack-plugin":"^1.0.3","@cypress/webpack-preprocessor":"^6.0.2"},"peerDependencies":{"jiti":"*"},"peerDependenciesMeta":{"jiti":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/eslint_10.9.1_1787595717949_0.1928156309937865","host":"s3://npm-registry-packages-npm-production"},"_id":"eslint@10.9.1","version":"10.9.1"}