eslint-config-lemon
Version:
<div align="center"> <br> <img width="400" src="logo.svg"> <br> <br> </div>
1,595 lines • 333 kB
Plain Text
{
"@babel/code-frame!>=7.0.0 <8.0.0-0": [
"7.18.6",
{
"name": "@babel/code-frame",
"dist": {
"tarball": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz"
},
"dependencies": {
"@babel/highlight": ">=7.18.6 <8.0.0-0"
}
}
],
"@babel/helper-validator-identifier!>=7.18.6 <8.0.0-0": [
"7.18.6",
{
"name": "@babel/helper-validator-identifier",
"dist": {
"tarball": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz"
}
}
],
"@babel/highlight!>=7.18.6 <8.0.0-0": [
"7.18.6",
{
"name": "@babel/highlight",
"dist": {
"tarball": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz"
},
"dependencies": {
"@babel/helper-validator-identifier": ">=7.18.6 <8.0.0-0",
"chalk": ">=2.0.0 <3.0.0-0",
"js-tokens": ">=4.0.0 <5.0.0-0"
}
}
],
"@babel/runtime!>=7.10.2 <8.0.0-0": [
"7.19.0",
{
"name": "@babel/runtime",
"dist": {
"tarball": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.19.0.tgz"
},
"dependencies": {
"regenerator-runtime": ">=0.13.4 <0.14.0-0"
}
}
],
"@babel/runtime!>=7.18.9 <8.0.0-0": [
"7.19.0",
{
"name": "@babel/runtime",
"dist": {
"tarball": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.19.0.tgz"
},
"dependencies": {
"regenerator-runtime": ">=0.13.4 <0.14.0-0"
}
}
],
"@babel/runtime!>=7.20.7 <8.0.0-0": [
"7.20.13",
{
"name": "@babel/runtime",
"dist": {
"tarball": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.20.13.tgz"
},
"dependencies": {
"regenerator-runtime": ">=0.13.11 <0.14.0-0"
}
}
],
"@babel/runtime-corejs3!>=7.10.2 <8.0.0-0": [
"7.19.0",
{
"name": "@babel/runtime-corejs3",
"dist": {
"tarball": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.19.0.tgz"
},
"dependencies": {
"core-js-pure": ">=3.20.2 <4.0.0-0",
"regenerator-runtime": ">=0.13.4 <0.14.0-0"
}
}
],
"@eslint-community/eslint-utils!>=4.2.0 <5.0.0-0": [
"4.4.0",
{
"name": "@eslint-community/eslint-utils",
"dist": {
"tarball": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz"
},
"dependencies": {
"eslint-visitor-keys": ">=3.3.0 <4.0.0-0"
},
"scripts": {
"build": "rollup -c",
"clean": "rimraf .nyc_output coverage index.*",
"coverage": "opener ./coverage/lcov-report/index.html",
"docs:build": "vitepress build docs",
"docs:watch": "vitepress dev docs",
"format": "npm run -s format:prettier -- --write",
"format:check": "npm run -s format:prettier -- --check",
"format:prettier": "prettier .",
"lint": "eslint .",
"postversion": "git push && git push --tags",
"prebuild": "npm run -s clean",
"preversion": "npm test && npm run -s build",
"prewatch": "npm run -s clean",
"test": "c8 mocha --reporter dot \"test/*.mjs\"",
"watch": "warun \"{src,test}/**/*.mjs\" -- npm run -s test:mocha"
}
}
],
"@eslint-community/regexpp!>=4.4.0 <5.0.0-0": [
"4.4.1",
{
"name": "@eslint-community/regexpp",
"dist": {
"tarball": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.4.1.tgz"
},
"scripts": {
"build": "run-s build:*",
"build:dts": "dts-bundle --name @eslint-community/regexpp --main .temp/index.d.ts --out ../index.d.ts",
"build:rollup": "rollup -c",
"build:tsc": "tsc --module es2015",
"clean": "rimraf .temp index.*",
"lint": "eslint . --ext .ts",
"postversion": "git push && git push --tags",
"prebuild": "npm run -s clean",
"preversion": "npm test && npm run -s build",
"prewatch": "npm run -s clean",
"test": "nyc _mocha \"test/*.ts\" --reporter dot --timeout 10000",
"update:test": "ts-node scripts/update-fixtures.ts",
"update:unicode": "run-s update:unicode:*",
"update:unicode:ids": "ts-node scripts/update-unicode-ids.ts",
"update:unicode:props": "ts-node scripts/update-unicode-properties.ts",
"watch": "_mocha \"test/*.ts\" --require ts-node/register --reporter dot --timeout 10000 --watch-extensions ts --watch --growl"
}
}
],
"@eslint/eslintrc!>=1.3.1 <2.0.0-0": [
"1.3.1",
{
"name": "@eslint/eslintrc",
"dist": {
"tarball": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.1.tgz"
},
"dependencies": {
"ajv": ">=6.12.4 <7.0.0-0",
"debug": ">=4.3.2 <5.0.0-0",
"espree": ">=9.4.0 <10.0.0-0",
"globals": ">=13.15.0 <14.0.0-0",
"ignore": ">=5.2.0 <6.0.0-0",
"import-fresh": ">=3.2.1 <4.0.0-0",
"js-yaml": ">=4.1.0 <5.0.0-0",
"minimatch": ">=3.1.2 <4.0.0-0",
"strip-json-comments": ">=3.1.1 <4.0.0-0"
}
}
],
"@eslint/eslintrc!>=1.4.1 <2.0.0-0": [
"1.4.1",
{
"name": "@eslint/eslintrc",
"dist": {
"tarball": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.4.1.tgz"
},
"dependencies": {
"ajv": ">=6.12.4 <7.0.0-0",
"debug": ">=4.3.2 <5.0.0-0",
"espree": ">=9.4.0 <10.0.0-0",
"globals": ">=13.19.0 <14.0.0-0",
"ignore": ">=5.2.0 <6.0.0-0",
"import-fresh": ">=3.2.1 <4.0.0-0",
"js-yaml": ">=4.1.0 <5.0.0-0",
"minimatch": ">=3.1.2 <4.0.0-0",
"strip-json-comments": ">=3.1.1 <4.0.0-0"
}
}
],
"@eslint/eslintrc!>=2.0.1 <3.0.0-0": [
"2.0.1",
{
"name": "@eslint/eslintrc",
"dist": {
"tarball": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.0.1.tgz"
},
"dependencies": {
"ajv": ">=6.12.4 <7.0.0-0",
"debug": ">=4.3.2 <5.0.0-0",
"espree": ">=9.5.0 <10.0.0-0",
"globals": ">=13.19.0 <14.0.0-0",
"ignore": ">=5.2.0 <6.0.0-0",
"import-fresh": ">=3.2.1 <4.0.0-0",
"js-yaml": ">=4.1.0 <5.0.0-0",
"minimatch": ">=3.1.2 <4.0.0-0",
"strip-json-comments": ">=3.1.1 <4.0.0-0"
},
"scripts": {
"build": "rollup -c",
"fix": "npm run lint -- --fix",
"generate-alpharelease": "eslint-generate-prerelease alpha",
"generate-betarelease": "eslint-generate-prerelease beta",
"generate-rcrelease": "eslint-generate-prerelease rc",
"generate-release": "eslint-generate-release",
"lint": "eslint . --report-unused-disable-directives",
"prepare": "npm run build",
"publish-release": "eslint-publish-release",
"test": "mocha -R progress -c 'tests/lib/*.cjs' && c8 mocha -R progress -c 'tests/lib/**/*.js'"
}
}
],
"@eslint/js!8.36.0": [
"8.36.0",
{
"name": "@eslint/js",
"dist": {
"tarball": "https://registry.npmjs.org/@eslint/js/-/js-8.36.0.tgz"
}
}
],
"@gar/promisify!>=1.1.3 <2.0.0-0": [
"1.1.3",
{
"name": "@gar/promisify",
"dist": {
"tarball": "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz"
}
}
],
"@humanwhocodes/config-array!>=0.10.4 <0.11.0-0": [
"0.10.4",
{
"name": "@humanwhocodes/config-array",
"dist": {
"tarball": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.10.4.tgz"
},
"dependencies": {
"@humanwhocodes/object-schema": ">=1.2.1 <2.0.0-0",
"debug": ">=4.1.1 <5.0.0-0",
"minimatch": ">=3.0.4 <4.0.0-0"
}
}
],
"@humanwhocodes/config-array!>=0.11.8 <0.12.0-0": [
"0.11.8",
{
"name": "@humanwhocodes/config-array",
"dist": {
"tarball": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.8.tgz"
},
"dependencies": {
"@humanwhocodes/object-schema": ">=1.2.1 <2.0.0-0",
"debug": ">=4.1.1 <5.0.0-0",
"minimatch": ">=3.0.5 <4.0.0-0"
}
}
],
"@humanwhocodes/gitignore-to-minimatch!>=1.0.2 <2.0.0-0": [
"1.0.2",
{
"name": "@humanwhocodes/gitignore-to-minimatch",
"dist": {
"tarball": "https://registry.npmjs.org/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz"
}
}
],
"@humanwhocodes/module-importer!>=1.0.1 <2.0.0-0": [
"1.0.1",
{
"name": "@humanwhocodes/module-importer",
"dist": {
"tarball": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz"
}
}
],
"@humanwhocodes/object-schema!>=1.2.1 <2.0.0-0": [
"1.2.1",
{
"name": "@humanwhocodes/object-schema",
"dist": {
"tarball": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz"
}
}
],
"@isaacs/string-locale-compare!>=1.1.0 <2.0.0-0": [
"1.1.0",
{
"name": "@isaacs/string-locale-compare",
"dist": {
"tarball": "https://registry.npmjs.org/@isaacs/string-locale-compare/-/string-locale-compare-1.1.0.tgz"
}
}
],
"@next/eslint-plugin-next!13.1.4": [
"13.1.4",
{
"name": "@next/eslint-plugin-next",
"dist": {
"tarball": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-13.1.4.tgz"
},
"dependencies": {
"glob": "7.1.7"
}
}
],
"@next/eslint-plugin-next!13.2.4": [
"13.2.4",
{
"name": "@next/eslint-plugin-next",
"dist": {
"tarball": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-13.2.4.tgz"
},
"dependencies": {
"glob": "7.1.7"
},
"scripts": {
"build": "swc -d dist src",
"prepublishOnly": "cd ../../ && turbo run build",
"test-pack": "cd ../../ && pnpm test-pack eslint-plugin-next"
}
}
],
"@nodelib/fs.scandir!2.1.5": [
"2.1.5",
{
"name": "@nodelib/fs.scandir",
"dist": {
"tarball": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz"
},
"dependencies": {
"@nodelib/fs.stat": "2.0.5",
"run-parallel": ">=1.1.9 <2.0.0-0"
}
}
],
"@nodelib/fs.stat!2.0.5": [
"2.0.5",
{
"name": "@nodelib/fs.stat",
"dist": {
"tarball": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz"
}
}
],
"@nodelib/fs.stat!>=2.0.2 <3.0.0-0": [
"2.0.5",
{
"name": "@nodelib/fs.stat",
"dist": {
"tarball": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz"
}
}
],
"@nodelib/fs.walk!>=1.2.3 <2.0.0-0": [
"1.2.8",
{
"name": "@nodelib/fs.walk",
"dist": {
"tarball": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz"
},
"dependencies": {
"@nodelib/fs.scandir": "2.1.5",
"fastq": ">=1.6.0 <2.0.0-0"
}
}
],
"@nodelib/fs.walk!>=1.2.8 <2.0.0-0": [
"1.2.8",
{
"name": "@nodelib/fs.walk",
"dist": {
"tarball": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz"
},
"dependencies": {
"@nodelib/fs.scandir": "2.1.5",
"fastq": ">=1.6.0 <2.0.0-0"
}
}
],
"@npmcli/arborist!>=5.6.1 <6.0.0-0": [
"5.6.1",
{
"name": "@npmcli/arborist",
"dist": {
"tarball": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-5.6.1.tgz"
},
"dependencies": {
"@isaacs/string-locale-compare": ">=1.1.0 <2.0.0-0",
"@npmcli/installed-package-contents": ">=1.0.7 <2.0.0-0",
"@npmcli/map-workspaces": ">=2.0.3 <3.0.0-0",
"@npmcli/metavuln-calculator": ">=3.0.1 <4.0.0-0",
"@npmcli/move-file": ">=2.0.0 <3.0.0-0",
"@npmcli/name-from-folder": ">=1.0.1 <2.0.0-0",
"@npmcli/node-gyp": ">=2.0.0 <3.0.0-0",
"@npmcli/package-json": ">=2.0.0 <3.0.0-0",
"@npmcli/query": ">=1.2.0 <2.0.0-0",
"@npmcli/run-script": ">=4.1.3 <5.0.0-0",
"bin-links": ">=3.0.3 <4.0.0-0",
"cacache": ">=16.1.3 <17.0.0-0",
"common-ancestor-path": ">=1.0.1 <2.0.0-0",
"json-parse-even-better-errors": ">=2.3.1 <3.0.0-0",
"json-stringify-nice": ">=1.1.4 <2.0.0-0",
"minimatch": ">=5.1.0 <6.0.0-0",
"mkdirp": ">=1.0.4 <2.0.0-0",
"mkdirp-infer-owner": ">=2.0.0 <3.0.0-0",
"nopt": ">=6.0.0 <7.0.0-0",
"npm-install-checks": ">=5.0.0 <6.0.0-0",
"npm-package-arg": ">=9.0.0 <10.0.0-0",
"npm-pick-manifest": ">=7.0.2 <8.0.0-0",
"npm-registry-fetch": ">=13.0.0 <14.0.0-0",
"npmlog": ">=6.0.2 <7.0.0-0",
"pacote": ">=13.6.1 <14.0.0-0",
"parse-conflict-json": ">=2.0.1 <3.0.0-0",
"proc-log": ">=2.0.0 <3.0.0-0",
"promise-all-reject-late": ">=1.0.0 <2.0.0-0",
"promise-call-limit": ">=1.0.1 <2.0.0-0",
"read-package-json-fast": ">=2.0.2 <3.0.0-0",
"readdir-scoped-modules": ">=1.1.0 <2.0.0-0",
"rimraf": ">=3.0.2 <4.0.0-0",
"semver": ">=7.3.7 <8.0.0-0",
"ssri": ">=9.0.0 <10.0.0-0",
"treeverse": ">=2.0.0 <3.0.0-0",
"walk-up-path": ">=1.0.0 <2.0.0-0"
},
"bin": {
"arborist": "bin/index.js"
}
}
],
"@npmcli/ci-detect!>=2.0.0 <3.0.0-0": [
"2.0.0",
{
"name": "@npmcli/ci-detect",
"dist": {
"tarball": "https://registry.npmjs.org/@npmcli/ci-detect/-/ci-detect-2.0.0.tgz"
}
}
],
"@npmcli/config!>=4.2.1 <5.0.0-0": [
"4.2.2",
{
"name": "@npmcli/config",
"dist": {
"tarball": "https://registry.npmjs.org/@npmcli/config/-/config-4.2.2.tgz"
},
"dependencies": {
"@npmcli/map-workspaces": ">=2.0.2 <3.0.0-0",
"ini": ">=3.0.0 <4.0.0-0",
"mkdirp-infer-owner": ">=2.0.0 <3.0.0-0",
"nopt": ">=6.0.0 <7.0.0-0",
"proc-log": ">=2.0.0 <3.0.0-0",
"read-package-json-fast": ">=2.0.3 <3.0.0-0",
"semver": ">=7.3.5 <8.0.0-0",
"walk-up-path": ">=1.0.0 <2.0.0-0"
}
}
],
"@npmcli/disparity-colors!>=2.0.0 <3.0.0-0": [
"2.0.0",
{
"name": "@npmcli/disparity-colors",
"dist": {
"tarball": "https://registry.npmjs.org/@npmcli/disparity-colors/-/disparity-colors-2.0.0.tgz"
},
"dependencies": {
"ansi-styles": ">=4.3.0 <5.0.0-0"
}
}
],
"@npmcli/fs!>=2.1.0 <3.0.0-0": [
"2.1.2",
{
"name": "@npmcli/fs",
"dist": {
"tarball": "https://registry.npmjs.org/@npmcli/fs/-/fs-2.1.2.tgz"
},
"dependencies": {
"@gar/promisify": ">=1.1.3 <2.0.0-0",
"semver": ">=7.3.5 <8.0.0-0"
}
}
],
"@npmcli/fs!>=2.1.1 <3.0.0-0": [
"2.1.2",
{
"name": "@npmcli/fs",
"dist": {
"tarball": "https://registry.npmjs.org/@npmcli/fs/-/fs-2.1.2.tgz"
},
"dependencies": {
"@gar/promisify": ">=1.1.3 <2.0.0-0",
"semver": ">=7.3.5 <8.0.0-0"
}
}
],
"@npmcli/git!>=3.0.0 <4.0.0-0": [
"3.0.2",
{
"name": "@npmcli/git",
"dist": {
"tarball": "https://registry.npmjs.org/@npmcli/git/-/git-3.0.2.tgz"
},
"dependencies": {
"@npmcli/promise-spawn": ">=3.0.0 <4.0.0-0",
"lru-cache": ">=7.4.4 <8.0.0-0",
"mkdirp": ">=1.0.4 <2.0.0-0",
"npm-pick-manifest": ">=7.0.0 <8.0.0-0",
"proc-log": ">=2.0.0 <3.0.0-0",
"promise-inflight": ">=1.0.1 <2.0.0-0",
"promise-retry": ">=2.0.1 <3.0.0-0",
"semver": ">=7.3.5 <8.0.0-0",
"which": ">=2.0.2 <3.0.0-0"
}
}
],
"@npmcli/installed-package-contents!>=1.0.7 <2.0.0-0": [
"1.0.7",
{
"name": "@npmcli/installed-package-contents",
"dist": {
"tarball": "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-1.0.7.tgz"
},
"dependencies": {
"npm-bundled": ">=1.1.1 <2.0.0-0",
"npm-normalize-package-bin": ">=1.0.1 <2.0.0-0"
},
"bin": {
"installed-package-contents": "index.js"
}
}
],
"@npmcli/map-workspaces!>=2.0.2 <3.0.0-0": [
"2.0.4",
{
"name": "@npmcli/map-workspaces",
"dist": {
"tarball": "https://registry.npmjs.org/@npmcli/map-workspaces/-/map-workspaces-2.0.4.tgz"
},
"dependencies": {
"@npmcli/name-from-folder": ">=1.0.1 <2.0.0-0",
"glob": ">=8.0.1 <9.0.0-0",
"minimatch": ">=5.0.1 <6.0.0-0",
"read-package-json-fast": ">=2.0.3 <3.0.0-0"
}
}
],
"@npmcli/map-workspaces!>=2.0.3 <3.0.0-0": [
"2.0.4",
{
"name": "@npmcli/map-workspaces",
"dist": {
"tarball": "https://registry.npmjs.org/@npmcli/map-workspaces/-/map-workspaces-2.0.4.tgz"
},
"dependencies": {
"@npmcli/name-from-folder": ">=1.0.1 <2.0.0-0",
"glob": ">=8.0.1 <9.0.0-0",
"minimatch": ">=5.0.1 <6.0.0-0",
"read-package-json-fast": ">=2.0.3 <3.0.0-0"
}
}
],
"@npmcli/metavuln-calculator!>=3.0.1 <4.0.0-0": [
"3.1.1",
{
"name": "@npmcli/metavuln-calculator",
"dist": {
"tarball": "https://registry.npmjs.org/@npmcli/metavuln-calculator/-/metavuln-calculator-3.1.1.tgz"
},
"dependencies": {
"cacache": ">=16.0.0 <17.0.0-0",
"json-parse-even-better-errors": ">=2.3.1 <3.0.0-0",
"pacote": ">=13.0.3 <14.0.0-0",
"semver": ">=7.3.5 <8.0.0-0"
}
}
],
"@npmcli/move-file!>=2.0.0 <3.0.0-0": [
"2.0.1",
{
"name": "@npmcli/move-file",
"dist": {
"tarball": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-2.0.1.tgz"
},
"dependencies": {
"mkdirp": ">=1.0.4 <2.0.0-0",
"rimraf": ">=3.0.2 <4.0.0-0"
}
}
],
"@npmcli/name-from-folder!>=1.0.1 <2.0.0-0": [
"1.0.1",
{
"name": "@npmcli/name-from-folder",
"dist": {
"tarball": "https://registry.npmjs.org/@npmcli/name-from-folder/-/name-from-folder-1.0.1.tgz"
}
}
],
"@npmcli/node-gyp!>=2.0.0 <3.0.0-0": [
"2.0.0",
{
"name": "@npmcli/node-gyp",
"dist": {
"tarball": "https://registry.npmjs.org/@npmcli/node-gyp/-/node-gyp-2.0.0.tgz"
}
}
],
"@npmcli/package-json!>=2.0.0 <3.0.0-0": [
"2.0.0",
{
"name": "@npmcli/package-json",
"dist": {
"tarball": "https://registry.npmjs.org/@npmcli/package-json/-/package-json-2.0.0.tgz"
},
"dependencies": {
"json-parse-even-better-errors": ">=2.3.1 <3.0.0-0"
}
}
],
"@npmcli/promise-spawn!>=3.0.0 <4.0.0-0": [
"3.0.0",
{
"name": "@npmcli/promise-spawn",
"dist": {
"tarball": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-3.0.0.tgz"
},
"dependencies": {
"infer-owner": ">=1.0.4 <2.0.0-0"
}
}
],
"@npmcli/promise-spawn!>=0.0.0": [
"3.0.0",
{
"name": "@npmcli/promise-spawn",
"dist": {
"tarball": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-3.0.0.tgz"
},
"dependencies": {
"infer-owner": ">=1.0.4 <2.0.0-0"
}
}
],
"@npmcli/query!>=1.2.0 <2.0.0-0": [
"1.2.0",
{
"name": "@npmcli/query",
"dist": {
"tarball": "https://registry.npmjs.org/@npmcli/query/-/query-1.2.0.tgz"
},
"dependencies": {
"npm-package-arg": ">=9.1.0 <10.0.0-0",
"postcss-selector-parser": ">=6.0.10 <7.0.0-0",
"semver": ">=7.3.7 <8.0.0-0"
}
}
],
"@npmcli/run-script!>=4.1.0 <5.0.0-0": [
"4.2.1",
{
"name": "@npmcli/run-script",
"dist": {
"tarball": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-4.2.1.tgz"
},
"dependencies": {
"@npmcli/node-gyp": ">=2.0.0 <3.0.0-0",
"@npmcli/promise-spawn": ">=3.0.0 <4.0.0-0",
"node-gyp": ">=9.0.0 <10.0.0-0",
"read-package-json-fast": ">=2.0.3 <3.0.0-0",
"which": ">=2.0.2 <3.0.0-0"
}
}
],
"@npmcli/run-script!>=4.1.3 <5.0.0-0": [
"4.2.1",
{
"name": "@npmcli/run-script",
"dist": {
"tarball": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-4.2.1.tgz"
},
"dependencies": {
"@npmcli/node-gyp": ">=2.0.0 <3.0.0-0",
"@npmcli/promise-spawn": ">=3.0.0 <4.0.0-0",
"node-gyp": ">=9.0.0 <10.0.0-0",
"read-package-json-fast": ">=2.0.3 <3.0.0-0",
"which": ">=2.0.2 <3.0.0-0"
}
}
],
"@npmcli/run-script!>=4.2.0 <5.0.0-0": [
"4.2.1",
{
"name": "@npmcli/run-script",
"dist": {
"tarball": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-4.2.1.tgz"
},
"dependencies": {
"@npmcli/node-gyp": ">=2.0.0 <3.0.0-0",
"@npmcli/promise-spawn": ">=3.0.0 <4.0.0-0",
"node-gyp": ">=9.0.0 <10.0.0-0",
"read-package-json-fast": ">=2.0.3 <3.0.0-0",
"which": ">=2.0.2 <3.0.0-0"
}
}
],
"@npmcli/run-script!>=4.2.1 <5.0.0-0": [
"4.2.1",
{
"name": "@npmcli/run-script",
"dist": {
"tarball": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-4.2.1.tgz"
},
"dependencies": {
"@npmcli/node-gyp": ">=2.0.0 <3.0.0-0",
"@npmcli/promise-spawn": ">=3.0.0 <4.0.0-0",
"node-gyp": ">=9.0.0 <10.0.0-0",
"read-package-json-fast": ">=2.0.3 <3.0.0-0",
"which": ">=2.0.2 <3.0.0-0"
}
}
],
"@octokit/auth-token!>=3.0.0 <4.0.0-0": [
"3.0.1",
{
"name": "@octokit/auth-token",
"dist": {
"tarball": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-3.0.1.tgz"
},
"dependencies": {
"@octokit/types": ">=7.0.0 <8.0.0-0"
}
}
],
"@octokit/core!>=4.0.0 <5.0.0-0": [
"4.0.5",
{
"name": "@octokit/core",
"dist": {
"tarball": "https://registry.npmjs.org/@octokit/core/-/core-4.0.5.tgz"
},
"dependencies": {
"@octokit/auth-token": ">=3.0.0 <4.0.0-0",
"@octokit/graphql": ">=5.0.0 <6.0.0-0",
"@octokit/request": ">=6.0.0 <7.0.0-0",
"@octokit/request-error": ">=3.0.0 <4.0.0-0",
"@octokit/types": ">=7.0.0 <8.0.0-0",
"before-after-hook": ">=2.2.0 <3.0.0-0",
"universal-user-agent": ">=6.0.0 <7.0.0-0"
}
}
],
"@octokit/endpoint!>=7.0.0 <8.0.0-0": [
"7.0.2",
{
"name": "@octokit/endpoint",
"dist": {
"tarball": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-7.0.2.tgz"
},
"dependencies": {
"@octokit/types": ">=7.0.0 <8.0.0-0",
"is-plain-object": ">=5.0.0 <6.0.0-0",
"universal-user-agent": ">=6.0.0 <7.0.0-0"
}
}
],
"@octokit/graphql!>=5.0.0 <6.0.0-0": [
"5.0.1",
{
"name": "@octokit/graphql",
"dist": {
"tarball": "https://registry.npmjs.org/@octokit/graphql/-/graphql-5.0.1.tgz"
},
"dependencies": {
"@octokit/request": ">=6.0.0 <7.0.0-0",
"@octokit/types": ">=7.0.0 <8.0.0-0",
"universal-user-agent": ">=6.0.0 <7.0.0-0"
}
}
],
"@octokit/openapi-types!>=13.6.0 <14.0.0-0": [
"13.8.0",
{
"name": "@octokit/openapi-types",
"dist": {
"tarball": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-13.8.0.tgz"
}
}
],
"@octokit/plugin-paginate-rest!>=4.0.0 <5.0.0-0": [
"4.2.0",
{
"name": "@octokit/plugin-paginate-rest",
"dist": {
"tarball": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-4.2.0.tgz"
},
"dependencies": {
"@octokit/types": ">=7.2.0 <8.0.0-0"
}
}
],
"@octokit/plugin-request-log!>=1.0.4 <2.0.0-0": [
"1.0.4",
{
"name": "@octokit/plugin-request-log",
"dist": {
"tarball": "https://registry.npmjs.org/@octokit/plugin-request-log/-/plugin-request-log-1.0.4.tgz"
}
}
],
"@octokit/plugin-rest-endpoint-methods!>=6.0.0 <7.0.0-0": [
"6.4.1",
{
"name": "@octokit/plugin-rest-endpoint-methods",
"dist": {
"tarball": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-6.4.1.tgz"
},
"dependencies": {
"@octokit/types": ">=7.2.0 <8.0.0-0",
"deprecation": ">=2.3.1 <3.0.0-0"
}
}
],
"@octokit/request!>=6.0.0 <7.0.0-0": [
"6.2.1",
{
"name": "@octokit/request",
"dist": {
"tarball": "https://registry.npmjs.org/@octokit/request/-/request-6.2.1.tgz"
},
"dependencies": {
"@octokit/endpoint": ">=7.0.0 <8.0.0-0",
"@octokit/request-error": ">=3.0.0 <4.0.0-0",
"@octokit/types": ">=7.0.0 <8.0.0-0",
"is-plain-object": ">=5.0.0 <6.0.0-0",
"node-fetch": ">=2.6.7 <3.0.0-0",
"universal-user-agent": ">=6.0.0 <7.0.0-0"
}
}
],
"@octokit/request-error!>=3.0.0 <4.0.0-0": [
"3.0.1",
{
"name": "@octokit/request-error",
"dist": {
"tarball": "https://registry.npmjs.org/@octokit/request-error/-/request-error-3.0.1.tgz"
},
"dependencies": {
"@octokit/types": ">=7.0.0 <8.0.0-0",
"deprecation": ">=2.0.0 <3.0.0-0",
"once": ">=1.4.0 <2.0.0-0"
}
}
],
"@octokit/rest!>=19.0.0 <20.0.0-0": [
"19.0.4",
{
"name": "@octokit/rest",
"dist": {
"tarball": "https://registry.npmjs.org/@octokit/rest/-/rest-19.0.4.tgz"
},
"dependencies": {
"@octokit/core": ">=4.0.0 <5.0.0-0",
"@octokit/plugin-paginate-rest": ">=4.0.0 <5.0.0-0",
"@octokit/plugin-request-log": ">=1.0.4 <2.0.0-0",
"@octokit/plugin-rest-endpoint-methods": ">=6.0.0 <7.0.0-0"
}
}
],
"@octokit/types!>=7.0.0 <8.0.0-0": [
"7.2.0",
{
"name": "@octokit/types",
"dist": {
"tarball": "https://registry.npmjs.org/@octokit/types/-/types-7.2.0.tgz"
},
"dependencies": {
"@octokit/openapi-types": ">=13.6.0 <14.0.0-0"
}
}
],
"@octokit/types!>=7.2.0 <8.0.0-0": [
"7.2.0",
{
"name": "@octokit/types",
"dist": {
"tarball": "https://registry.npmjs.org/@octokit/types/-/types-7.2.0.tgz"
},
"dependencies": {
"@octokit/openapi-types": ">=13.6.0 <14.0.0-0"
}
}
],
"@pkgr/utils!>=2.3.1 <3.0.0-0": [
"2.3.1",
{
"name": "@pkgr/utils",
"dist": {
"tarball": "https://registry.npmjs.org/@pkgr/utils/-/utils-2.3.1.tgz"
},
"dependencies": {
"cross-spawn": ">=7.0.3 <8.0.0-0",
"is-glob": ">=4.0.3 <5.0.0-0",
"open": ">=8.4.0 <9.0.0-0",
"picocolors": ">=1.0.0 <2.0.0-0",
"tiny-glob": ">=0.2.9 <0.3.0-0",
"tslib": ">=2.4.0 <3.0.0-0"
}
}
],
"@rushstack/eslint-patch!>=1.1.3 <2.0.0-0": [
"1.2.0",
{
"name": "@rushstack/eslint-patch",
"dist": {
"tarball": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.2.0.tgz"
}
}
],
"@semantic-release/commit-analyzer!>=9.0.2 <10.0.0-0": [
"9.0.2",
{
"name": "@semantic-release/commit-analyzer",
"dist": {
"tarball": "https://registry.npmjs.org/@semantic-release/commit-analyzer/-/commit-analyzer-9.0.2.tgz"
},
"dependencies": {
"conventional-changelog-angular": ">=5.0.0 <6.0.0-0",
"conventional-commits-filter": ">=2.0.0 <3.0.0-0",
"conventional-commits-parser": ">=3.2.3 <4.0.0-0",
"debug": ">=4.0.0 <5.0.0-0",
"import-from": ">=4.0.0 <5.0.0-0",
"lodash": ">=4.17.4 <5.0.0-0",
"micromatch": ">=4.0.2 <5.0.0-0"
}
}
],
"@semantic-release/error!>=3.0.0 <4.0.0-0": [
"3.0.0",
{
"name": "@semantic-release/error",
"dist": {
"tarball": "https://registry.npmjs.org/@semantic-release/error/-/error-3.0.0.tgz"
}
}
],
"@semantic-release/github!>=8.0.0 <9.0.0-0": [
"8.0.6",
{
"name": "@semantic-release/github",
"dist": {
"tarball": "https://registry.npmjs.org/@semantic-release/github/-/github-8.0.6.tgz"
},
"dependencies": {
"@octokit/rest": ">=19.0.0 <20.0.0-0",
"@semantic-release/error": ">=3.0.0 <4.0.0-0",
"aggregate-error": ">=3.0.0 <4.0.0-0",
"bottleneck": ">=2.18.1 <3.0.0-0",
"debug": ">=4.0.0 <5.0.0-0",
"dir-glob": ">=3.0.0 <4.0.0-0",
"fs-extra": ">=10.0.0 <11.0.0-0",
"globby": ">=11.0.0 <12.0.0-0",
"http-proxy-agent": ">=5.0.0 <6.0.0-0",
"https-proxy-agent": ">=5.0.0 <6.0.0-0",
"issue-parser": ">=6.0.0 <7.0.0-0",
"lodash": ">=4.17.4 <5.0.0-0",
"mime": ">=3.0.0 <4.0.0-0",
"p-filter": ">=2.0.0 <3.0.0-0",
"p-retry": ">=4.0.0 <5.0.0-0",
"url-join": ">=4.0.0 <5.0.0-0"
}
}
],
"@semantic-release/npm!>=9.0.0 <10.0.0-0": [
"9.0.1",
{
"name": "@semantic-release/npm",
"dist": {
"tarball": "https://registry.npmjs.org/@semantic-release/npm/-/npm-9.0.1.tgz"
},
"dependencies": {
"@semantic-release/error": ">=3.0.0 <4.0.0-0",
"aggregate-error": ">=3.0.0 <4.0.0-0",
"execa": ">=5.0.0 <6.0.0-0",
"fs-extra": ">=10.0.0 <11.0.0-0",
"lodash": ">=4.17.15 <5.0.0-0",
"nerf-dart": ">=1.0.0 <2.0.0-0",
"normalize-url": ">=6.0.0 <7.0.0-0",
"npm": ">=8.3.0 <9.0.0-0",
"rc": ">=1.2.8 <2.0.0-0",
"read-pkg": ">=5.0.0 <6.0.0-0",
"registry-auth-token": ">=4.0.0 <5.0.0-0",
"semver": ">=7.1.2 <8.0.0-0",
"tempy": ">=1.0.0 <2.0.0-0"
}
}
],
"@semantic-release/release-notes-generator!>=10.0.0 <11.0.0-0": [
"10.0.3",
{
"name": "@semantic-release/release-notes-generator",
"dist": {
"tarball": "https://registry.npmjs.org/@semantic-release/release-notes-generator/-/release-notes-generator-10.0.3.tgz"
},
"dependencies": {
"conventional-changelog-angular": ">=5.0.0 <6.0.0-0",
"conventional-changelog-writer": ">=5.0.0 <6.0.0-0",
"conventional-commits-filter": ">=2.0.0 <3.0.0-0",
"conventional-commits-parser": ">=3.2.3 <4.0.0-0",
"debug": ">=4.0.0 <5.0.0-0",
"get-stream": ">=6.0.0 <7.0.0-0",
"import-from": ">=4.0.0 <5.0.0-0",
"into-stream": ">=6.0.0 <7.0.0-0",
"lodash": ">=4.17.4 <5.0.0-0",
"read-pkg-up": ">=7.0.0 <8.0.0-0"
}
}
],
"@tootallnate/once!>=2.0.0 <3.0.0-0": [
"2.0.0",
{
"name": "@tootallnate/once",
"dist": {
"tarball": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz"
}
}
],
"@types/json-schema!>=7.0.9 <8.0.0-0": [
"7.0.11",
{
"name": "@types/json-schema",
"dist": {
"tarball": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz"
}
}
],
"@types/json5!>=0.0.29 <0.0.30-0": [
"0.0.29",
{
"name": "@types/json5",
"dist": {
"tarball": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz"
}
}
],
"@types/minimist!>=1.2.0 <2.0.0-0": [
"1.2.2",
{
"name": "@types/minimist",
"dist": {
"tarball": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz"
}
}
],
"@types/normalize-package-data!>=2.4.0 <3.0.0-0": [
"2.4.1",
{
"name": "@types/normalize-package-data",
"dist": {
"tarball": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz"
}
}
],
"@types/normalize-package-data!>=2.4.1 <3.0.0-0": [
"2.4.1",
{
"name": "@types/normalize-package-data",
"dist": {
"tarball": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz"
}
}
],
"@types/parse-json!>=4.0.0 <5.0.0-0": [
"4.0.0",
{
"name": "@types/parse-json",
"dist": {
"tarball": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz"
}
}
],
"@types/retry!0.12.0": [
"0.12.0",
{
"name": "@types/retry",
"dist": {
"tarball": "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz"
}
}
],
"@types/semver!>=7.3.12 <8.0.0-0": [
"7.3.13",
{
"name": "@types/semver",
"dist": {
"tarball": "https://registry.npmjs.org/@types/semver/-/semver-7.3.13.tgz"
}
}
],
"@typescript-eslint/eslint-plugin!5.36.2": [
"5.36.2",
{
"name": "@typescript-eslint/eslint-plugin",
"dist": {
"tarball": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.36.2.tgz"
},
"dependencies": {
"@typescript-eslint/scope-manager": "5.36.2",
"@typescript-eslint/type-utils": "5.36.2",
"@typescript-eslint/utils": "5.36.2",
"debug": ">=4.3.4 <5.0.0-0",
"functional-red-black-tree": ">=1.0.1 <2.0.0-0",
"ignore": ">=5.2.0 <6.0.0-0",
"regexpp": ">=3.2.0 <4.0.0-0",
"semver": ">=7.3.7 <8.0.0-0",
"tsutils": ">=3.21.0 <4.0.0-0"
}
}
],
"@typescript-eslint/eslint-plugin!5.48.2": [
"5.48.2",
{
"name": "@typescript-eslint/eslint-plugin",
"dist": {
"tarball": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.48.2.tgz"
},
"dependencies": {
"@typescript-eslint/scope-manager": "5.48.2",
"@typescript-eslint/type-utils": "5.48.2",
"@typescript-eslint/utils": "5.48.2",
"debug": ">=4.3.4 <5.0.0-0",
"ignore": ">=5.2.0 <6.0.0-0",
"natural-compare-lite": ">=1.4.0 <2.0.0-0",
"regexpp": ">=3.2.0 <4.0.0-0",
"semver": ">=7.3.7 <8.0.0-0",
"tsutils": ">=3.21.0 <4.0.0-0"
}
}
],
"@typescript-eslint/eslint-plugin!5.56.0": [
"5.56.0",
{
"name": "@typescript-eslint/eslint-plugin",
"dist": {
"tarball": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.56.0.tgz"
},
"dependencies": {
"@eslint-community/regexpp": ">=4.4.0 <5.0.0-0",
"@typescript-eslint/scope-manager": "5.56.0",
"@typescript-eslint/type-utils": "5.56.0",
"@typescript-eslint/utils": "5.56.0",
"debug": ">=4.3.4 <5.0.0-0",
"grapheme-splitter": ">=1.0.4 <2.0.0-0",
"ignore": ">=5.2.0 <6.0.0-0",
"natural-compare-lite": ">=1.4.0 <2.0.0-0",
"semver": ">=7.3.7 <8.0.0-0",
"tsutils": ">=3.21.0 <4.0.0-0"
},
"scripts": {
"build": "tsc -b tsconfig.build.json",
"check-configs": "jest tests/configs.test.ts --runTestsByPath --silent --runInBand",
"check-docs": "jest tests/docs.test.ts --runTestsByPath --silent --runInBand",
"clean": "tsc -b tsconfig.build.json --clean",
"format": "prettier --write \"./**/*.{ts,mts,cts,tsx,js,mjs,cjs,jsx,json,md,css}\" --ignore-path ../../.prettierignore",
"generate:breaking-changes": "yarn tsx tools/generate-breaking-changes.ts",
"generate:configs": "yarn tsx tools/generate-configs.ts",
"lint": "nx lint",
"postclean": "rimraf dist && rimraf coverage",
"test": "jest --coverage",
"typecheck": "tsc -p tsconfig.json --noEmit"
}
}
],
"@typescript-eslint/parser!5.36.2": [
"5.36.2",
{
"name": "@typescript-eslint/parser",
"dist": {
"tarball": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.36.2.tgz"
},
"dependencies": {
"@typescript-eslint/scope-manager": "5.36.2",
"@typescript-eslint/types": "5.36.2",
"@typescript-eslint/typescript-estree": "5.36.2",
"debug": ">=4.3.4 <5.0.0-0"
}
}
],
"@typescript-eslint/parser!5.48.2": [
"5.48.2",
{
"name": "@typescript-eslint/parser",
"dist": {
"tarball": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.48.2.tgz"
},
"dependencies": {
"@typescript-eslint/scope-manager": "5.48.2",
"@typescript-eslint/types": "5.48.2",
"@typescript-eslint/typescript-estree": "5.48.2",
"debug": ">=4.3.4 <5.0.0-0"
}
}
],
"@typescript-eslint/parser!5.56.0": [
"5.56.0",
{
"name": "@typescript-eslint/parser",
"dist": {
"tarball": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.56.0.tgz"
},
"dependencies": {
"@typescript-eslint/scope-manager": "5.56.0",
"@typescript-eslint/types": "5.56.0",
"@typescript-eslint/typescript-estree": "5.56.0",
"debug": ">=4.3.4 <5.0.0-0"
},
"scripts": {
"build": "tsc -b tsconfig.build.json",
"clean": "tsc -b tsconfig.build.json --clean",
"format": "prettier --write \"./**/*.{ts,mts,cts,tsx,js,mjs,cjs,jsx,json,md,css}\" --ignore-path ../../.prettierignore",
"lint": "nx lint",
"postbuild": "downlevel-dts dist _ts3.4/dist",
"postclean": "rimraf dist && rimraf _ts3.4 && rimraf coverage",
"test": "jest --coverage",
"typecheck": "tsc -p tsconfig.json --noEmit"
}
}
],
"@typescript-eslint/parser!>=5.42.0 <6.0.0-0": [
"5.48.2",
{
"name": "@typescript-eslint/parser",
"dist": {
"tarball": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.48.2.tgz"
},
"dependencies": {
"@typescript-eslint/scope-manager": "5.48.2",
"@typescript-eslint/types": "5.48.2",
"@typescript-eslint/typescript-estree": "5.48.2",
"debug": ">=4.3.4 <5.0.0-0"
}
}
],
"@typescript-eslint/scope-manager!5.36.2": [
"5.36.2",
{
"name": "@typescript-eslint/scope-manager",
"dist": {
"tarball": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.36.2.tgz"
},
"dependencies": {
"@typescript-eslint/types": "5.36.2",
"@typescript-eslint/visitor-keys": "5.36.2"
}
}
],
"@typescript-eslint/scope-manager!5.48.2": [
"5.48.2",
{
"name": "@typescript-eslint/scope-manager",
"dist": {
"tarball": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.48.2.tgz"
},
"dependencies": {
"@typescript-eslint/types": "5.48.2",
"@typescript-eslint/visitor-keys": "5.48.2"
}
}
],
"@typescript-eslint/scope-manager!5.56.0": [
"5.56.0",
{
"name": "@typescript-eslint/scope-manager",
"dist": {
"tarball": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.56.0.tgz"
},
"dependencies": {
"@typescript-eslint/types": "5.56.0",
"@typescript-eslint/visitor-keys": "5.56.0"
},
"scripts": {
"build": "nx build",
"clean": "nx clean",
"clean-fixtures": "nx clean-fixtures",
"format": "prettier --write \"./**/*.{ts,mts,cts,tsx,js,mjs,cjs,jsx,json,md,css}\" --ignore-path ../../.prettierignore",
"generate:lib": "nx generate-lib",
"lint": "nx lint",
"test": "nx test --code-coverage",
"typecheck": "nx typecheck"
}
}
],
"@typescript-eslint/type-utils!5.36.2": [
"5.36.2",
{
"name": "@typescript-eslint/type-utils",
"dist": {
"tarball": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.36.2.tgz"
},
"dependencies": {
"@typescript-eslint/typescript-estree": "5.36.2",
"@typescript-eslint/utils": "5.36.2",
"debug": ">=4.3.4 <5.0.0-0",
"tsutils": ">=3.21.0 <4.0.0-0"
}
}
],
"@typescript-eslint/type-utils!5.48.2": [
"5.48.2",
{
"name": "@typescript-eslint/type-utils",
"dist": {
"tarball": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.48.2.tgz"
},
"dependencies": {
"@typescript-eslint/typescript-estree": "5.48.2",
"@typescript-eslint/utils": "5.48.2",
"debug": ">=4.3.4 <5.0.0-0",
"tsutils": ">=3.21.0 <4.0.0-0"
}
}
],
"@typescript-eslint/type-utils!5.56.0": [
"5.56.0",
{
"name": "@typescript-eslint/type-utils",
"dist": {
"tarball": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.56.0.tgz"
},
"dependencies": {
"@typescript-eslint/typescript-estree": "5.56.0",
"@typescript-eslint/utils": "5.56.0",
"debug": ">=4.3.4 <5.0.0-0",
"tsutils": ">=3.21.0 <4.0.0-0"
},
"scripts": {
"build": "tsc -b tsconfig.build.json",
"clean": "tsc -b tsconfig.build.json --clean",
"format": "prettier --write \"./**/*.{ts,mts,cts,tsx,js,mjs,cjs,jsx,json,md,css}\" --ignore-path ../../.prettierignore",
"lint": "nx lint",
"postbuild": "downlevel-dts dist _ts3.4/dist",
"postclean": "rimraf dist && rimraf _ts3.4 && rimraf coverage",
"test": "jest --coverage",
"typecheck": "tsc -p tsconfig.json --noEmit"
}
}
],
"@typescript-eslint/types!5.36.2": [
"5.36.2",
{
"name": "@typescript-eslint/types",
"dist": {
"tarball": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.36.2.tgz"
}
}
],
"@typescript-eslint/types!5.48.2": [
"5.48.2",
{
"name": "@typescript-eslint/types",
"dist": {
"tarball": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.48.2.tgz"
}
}
],
"@typescript-eslint/types!5.56.0": [
"5.56.0",
{
"name": "@typescript-eslint/types",
"dist": {
"tarball": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.56.0.tgz"
},
"scripts": {
"build": "tsc -b tsconfig.build.json",
"clean": "tsc -b tsconfig.build.json --clean",
"format": "prettier --write \"./**/*.{ts,mts,cts,tsx,js,mjs,cjs,jsx,json,md,css}\" --ignore-path ../../.prettierignore",
"generate:lib": "yarn tsx ../scope-manager/tools/generate-lib.ts",
"lint": "nx lint",
"postbuild": "downlevel-dts dist _ts3.4/dist",
"postclean": "rimraf dist && rimraf src/generated && rimraf _ts3.4 && rimraf coverage",
"prebuild": "yarn tsx ./tools/copy-ast-spec.ts",
"typecheck": "tsc -p tsconfig.json --noEmit"
}
}
],
"@typescript-eslint/typescript-estree!5.36.2": [
"5.36.2",
{
"name": "@typescript-eslint/typescript-estree",
"dist": {
"tarball": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.36.2.tgz"
},
"dependencies": {
"@typescript-eslint/types": "5.36.2",
"@typescript-eslint/visitor-keys": "5.36.2",
"debug": ">=4.3.4 <5.0.0-0",
"globby": ">=11.1.0 <12.0.0-0",
"is-glob": ">=4.0.3 <5.0.0-0",
"semver": ">=7.3.7 <8.0.0-0",
"tsutils": ">=3.21.0 <4.0.0-0"
}
}
],
"@typescript-eslint/typescript-estree!5.48.2": [
"5.48.2",
{
"name": "@typescript-eslint/typescript-estree",
"dist": {
"tarball": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.48.2.tgz"
},
"dependencies": {
"@typescript-eslint/types": "5.48.2",
"@typescript-eslint/visitor-keys": "5.48.2",
"debug": ">=4.3.4 <5.0.0-0",
"globby": ">=11.1.0 <12.0.0-0",
"is-glob": ">=4.0.3 <5.0.0-0",
"semver": ">=7.3.7 <8.0.0-0",
"tsutils": ">=3.21.0 <4.0.0-0"
}
}
],
"@typescript-eslint/typescript-estree!5.56.0": [
"5.56.0",
{
"name": "@typescript-eslint/typescript-estree",
"dist": {
"tarball": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.56.0.tgz"
},
"dependencies": {
"@typescript-eslint/types": "5.56.0",
"@typescript-eslint/visitor-keys": "5.56.0",
"debug": ">=4.3.4 <5.0.0-0",
"globby": ">=11.1.0 <12.0.0-0",
"is-glob": ">=4.0.3 <5.0.0-0",
"semver": ">=7.3.7 <8.0.0-0",
"tsutils": ">=3.21.0 <4.0.0-0"
},
"scripts": {
"build": "tsc -b tsconfig.build.json",
"clean": "tsc -b tsconfig.build.json --clean",
"format": "prettier --write \"./**/*.{ts,mts,cts,tsx,js,mjs,cjs,jsx,json,md,css}\" --ignore-path ../../.prettierignore",
"lint": "nx lint",
"postbuild": "downlevel-dts dist _ts3.4/dist",
"postclean": "rimraf dist && rimraf _ts3.4 && rimraf coverage",
"test": "jest --coverage",
"typecheck": "tsc -p tsconfig.json --noEmit"
}
}
],
"@typescript-eslint/utils!5.36.2": [
"5.36.2",
{
"name": "@typescript-eslint/utils",
"dist": {
"tarball": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.36.2.tgz"
},
"dependencies": {
"@types/json-schema": ">=7.0.9 <8.0.0-0",
"@typescript-eslint/scope-manager": "5.36.2",
"@typescript-eslint/types": "5.36.2",
"@typescript-eslint/typescript-estree": "5.36.2",
"eslint-scope": ">=5.1.1 <6.0.0-0",
"eslint-utils": ">=3.0.0 <4.0.0-0"
}
}
],
"@typescript-eslint/utils!5.48.2": [
"5.48.2",
{
"name": "@typescript-eslint/utils",
"dist": {
"tarball": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.48.2.tgz"
},
"dependencies": {
"@types/json-schema": ">=7.0.9 <8.0.0-0",
"@types/semver": ">=7.3.12 <8.0.0-0",
"@typescript-eslint/scope-manager": "5.48.2",
"@typescript-eslint/types": "5.48.2",
"@typescript-eslint/typescript-estree": "5.48.2",
"eslint-scope": ">=5.1.1 <6.0.0-0",
"eslint-utils": ">=3.0.0 <4.0.0-0",
"semver": ">=7.3.7 <8.0.0-0"
}
}
],
"@typescript-eslint/utils!5.56.0": [
"5.56.0",
{
"name": "@typescript-eslint/utils",
"dist": {
"tarball": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.56.0.tgz"
},
"dependencies": {
"@eslint-community/eslint-utils": ">=4.2.0 <5.0.0-0",
"@types/json-schema": ">=7.0.9 <8.0.0-0",
"@types/semver": ">=7.3.12 <8.0.0-0",
"@typescript-eslint/scope-manager": "5.56.0",
"@typescript-eslint/types": "5.56.0",
"@typescript-eslint/typescript-estree": "5.56.0",
"eslint-scope": ">=5.1.1 <6.0.0-0",
"semver": ">=7.3.7 <8.0.0-0"
},
"scripts": {
"build": "tsc -b tsconfig.build.json",
"clean": "tsc -b tsconfig.build.json --clean",
"format": "prettier --write \"./**/*.{ts,mts,cts,tsx,js,mjs,cjs,jsx,json,md,css}\" --ignore-path ../../.prettierignore",
"lint": "nx lint",
"postbuild": "downlevel-dts dist _ts3.4/dist",
"postclean": "rimraf dist && rimraf _ts3.4 && rimraf coverage",
"test": "jest --coverage",
"typecheck": "tsc -p tsconfig.json --noEmit"
}
}
],
"@typescript-eslint/visitor-keys!5.36.2": [
"5.36.2",
{
"name": "@typescript-eslint/visitor-keys",
"dist": {
"tarball": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.36.2.tgz"
},
"dependencies": {
"@typescript-eslint/types": "5.36.2",
"eslint-visitor-keys": ">=3.3.0 <4.0.0-0"
}
}
],
"@typescript-eslint/visitor-keys!5.48.2": [
"5.48.2",
{
"name": "@typescript-eslint/visitor-keys",
"dist": {
"tarball": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.48.2.tgz"
},
"dependencies": {
"@typescript-eslint/types": "5.48.2",
"eslint-visitor-keys": ">=3.3.0 <4.0.0-0"
}
}
],
"@typescript-eslint/visitor-keys!5.56.0": [
"5.56.0",
{
"name": "@typescript-eslint/visitor-keys",
"dist": {
"tarball": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.56.0.tgz"
},
"dependencies": {
"@typescript-eslint/types": "5.56.0",
"eslint-visitor-keys": ">=3.3.0 <4.0.0-0"
},
"scripts": {
"build": "tsc -b tsconfig.build.json",
"clean": "tsc -b tsconfig.build.json --clean",
"format": "prettier --write \"./**/*.{ts,mts,cts,tsx,js,mjs,cjs,jsx,json,md,css}\" --ignore-path ../../.prettierignore",
"lint": "nx lint",
"postbuild": "downlevel-dts dist _ts3.4/dist",
"postclean": "rimraf dist && rimraf _ts3.4 && rimraf coverage",
"test": "jest --coverage",
"typecheck": "tsc -p tsconfig.json --noEmit"
}
}
],
"JSONStream!>=1.0.4 <2.0.0-0": [
"1.3.5",
{
"name": "JSONStream",
"dist": {
"tarball": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz"
},
"dependencies": {
"jsonparse": ">=1.2.0 <2.0.0-0",
"through": ">=2.2.7 <3.0.0"
},
"bin": {
"JSONStream": "./bin.js"
}
}
],
"abbrev!>=1.1.1 <1.2.0-0": [
"1.1.1",
{
"name": "abbrev",
"dist": {
"tarball": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz"
}
}
],
"abbrev!>=1.0.0 <2.0.0-0": [
"1.1.1",
{
"name": "abbrev",
"dist": {
"tarball": "ht