eslint-config-lemon
Version:
<div align="center"> <br> <img width="400" src="logo.svg"> <br> <br> </div>
1,498 lines (1,497 loc) • 601 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/code-frame!>=7.22.13 <8.0.0-0": [
"7.24.7",
{
"name": "@babel/code-frame",
"dist": {
"tarball": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz"
},
"dependencies": {
"@babel/highlight": ">=7.24.7 <8.0.0-0",
"picocolors": ">=1.0.0 <2.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/helper-validator-identifier!>=7.24.7 <8.0.0-0": [
"7.24.7",
{
"name": "@babel/helper-validator-identifier",
"dist": {
"tarball": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.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/highlight!>=7.24.7 <8.0.0-0": [
"7.24.7",
{
"name": "@babel/highlight",
"dist": {
"tarball": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz"
},
"dependencies": {
"@babel/helper-validator-identifier": ">=7.24.7 <8.0.0-0",
"chalk": ">=2.4.2 <3.0.0-0",
"js-tokens": ">=4.0.0 <5.0.0-0",
"picocolors": ">=1.0.0 <2.0.0-0"
}
}
],
"@colors/colors!1.5.0?": [
"1.5.0",
{
"name": "@colors/colors",
"dist": {
"tarball": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz"
},
"scripts": {
"lint": "eslint . --fix",
"test": "export FORCE_COLOR=1 && node tests/basic-test.js && node tests/safe-test.js"
}
}
],
"@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/eslint-utils!>=4.7.0 <5.0.0-0": [
"4.7.0",
{
"name": "@eslint-community/eslint-utils",
"dist": {
"tarball": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz"
},
"dependencies": {
"eslint-visitor-keys": ">=3.4.3 <4.0.0-0"
},
"scripts": {
"build": "npm run build:dts && npm run build:rollup",
"build:dts": "tsc -p tsconfig.build.json",
"build:rollup": "rollup -c",
"clean": "rimraf .nyc_output coverage index.* dist",
"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": "run-p lint:*",
"lint:eslint": "eslint .",
"lint:format": "npm run -s format:check",
"lint:installed-check": "installed-check -v -i installed-check -i npm-run-all2 -i knip -i rollup-plugin-dts",
"lint:knip": "knip",
"postversion": "git push && git push --tags",
"prebuild": "npm run -s clean",
"preversion": "npm run test-coverage && npm run -s build",
"prewatch": "npm run -s clean",
"test": "mocha --reporter dot \"test/*.mjs\"",
"test-coverage": "c8 mocha --reporter dot \"test/*.mjs\"",
"watch": "warun \"{src,test}/**/*.mjs\" -- npm run -s test:mocha"
}
}
],
"@eslint-community/regexpp!>=4.6.1 <5.0.0-0": [
"4.10.1",
{
"name": "@eslint-community/regexpp",
"dist": {
"tarball": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.10.1.tgz"
},
"scripts": {
"build": "run-s build:*",
"build:dts": "npm run -s build:tsc -- --removeComments false && dts-bundle --name @eslint-community/regexpp --main .temp/index.d.ts --out ../index.d.ts && prettier --write index.d.ts",
"build:rollup": "rollup -c",
"build:tsc": "tsc --module es2015",
"clean": "rimraf .temp index.*",
"debug": "mocha --require ts-node/register/transpile-only \"test/*.ts\" --reporter dot --timeout 10000",
"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:test262:extract": "ts-node -T scripts/extract-test262.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-community/regexpp!>=4.10.0 <5.0.0-0": [
"4.10.1",
{
"name": "@eslint-community/regexpp",
"dist": {
"tarball": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.10.1.tgz"
},
"scripts": {
"build": "run-s build:*",
"build:dts": "npm run -s build:tsc -- --removeComments false && dts-bundle --name @eslint-community/regexpp --main .temp/index.d.ts --out ../index.d.ts && prettier --write index.d.ts",
"build:rollup": "rollup -c",
"build:tsc": "tsc --module es2015",
"clean": "rimraf .temp index.*",
"debug": "mocha --require ts-node/register/transpile-only \"test/*.ts\" --reporter dot --timeout 10000",
"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:test262:extract": "ts-node -T scripts/extract-test262.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!>=2.1.4 <3.0.0-0": [
"2.1.4",
{
"name": "@eslint/eslintrc",
"dist": {
"tarball": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz"
},
"dependencies": {
"ajv": ">=6.12.4 <7.0.0-0",
"debug": ">=4.3.2 <5.0.0-0",
"espree": ">=9.6.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",
"lint": "eslint . --report-unused-disable-directives",
"lint:fix": "npm run lint -- --fix",
"prepare": "npm run build",
"release:generate:alpha": "eslint-generate-prerelease alpha",
"release:generate:beta": "eslint-generate-prerelease beta",
"release:generate:latest": "eslint-generate-release",
"release:generate:rc": "eslint-generate-prerelease rc",
"release:publish": "eslint-publish-release",
"test": "mocha -R progress -c 'tests/lib/*.cjs' && c8 mocha -R progress -c 'tests/lib/**/*.js'"
}
}
],
"@eslint/js!8.57.1": [
"8.57.1",
{
"name": "@eslint/js",
"dist": {
"tarball": "https://registry.npmjs.org/@eslint/js/-/js-8.57.1.tgz"
}
}
],
"@humanwhocodes/config-array!>=0.13.0 <0.14.0-0": [
"0.13.0",
{
"name": "@humanwhocodes/config-array",
"dist": {
"tarball": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz"
},
"dependencies": {
"@humanwhocodes/object-schema": ">=2.0.3 <3.0.0-0",
"debug": ">=4.3.1 <5.0.0-0",
"minimatch": ">=3.0.5 <4.0.0-0"
},
"scripts": {
"build": "rollup -c",
"format": "nitpik",
"lint": "eslint *.config.js src/*.js tests/*.js",
"lint:fix": "eslint --fix *.config.js src/*.js tests/*.js",
"prepublish": "npm run build",
"test": "mocha -r esm tests/ --recursive",
"test:coverage": "nyc --include src/*.js npm run test"
}
}
],
"@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!>=2.0.3 <3.0.0-0": [
"2.0.3",
{
"name": "@humanwhocodes/object-schema",
"dist": {
"tarball": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz"
},
"scripts": {
"test": "mocha tests/"
}
}
],
"@isaacs/cliui!>=8.0.2 <9.0.0-0": [
"8.0.2",
{
"name": "@isaacs/cliui",
"dist": {
"tarball": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz"
},
"dependencies": {
"string-width": ">=5.1.2 <6.0.0-0",
"string-width-cjs": "npm:string-width@^4.2.0",
"strip-ansi": ">=7.0.1 <8.0.0-0",
"strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
"wrap-ansi": ">=8.1.0 <9.0.0-0",
"wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
},
"scripts": {
"build:cjs": "rollup -c",
"check": "standardx '**/*.ts' && standardx '**/*.js' && standardx '**/*.cjs'",
"compile": "tsc",
"coverage": "c8 report --check-coverage",
"fix": "standardx --fix '**/*.ts' && standardx --fix '**/*.js' && standardx --fix '**/*.cjs'",
"postcompile": "npm run build:cjs",
"postest": "check",
"precompile": "rimraf build",
"prepare": "npm run compile",
"pretest": "rimraf build && tsc -p tsconfig.test.json && cross-env NODE_ENV=test npm run build:cjs",
"test": "c8 mocha ./test/*.cjs",
"test:esm": "c8 mocha ./test/**/*.mjs"
}
}
],
"@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!15.3.3": [
"15.3.3",
{
"name": "@next/eslint-plugin-next",
"dist": {
"tarball": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-15.3.3.tgz"
},
"dependencies": {
"fast-glob": "3.3.1"
},
"scripts": {
"build": "swc -d dist src",
"prepublishOnly": "cd ../../ && turbo run build"
}
}
],
"@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/agent!>=2.0.0 <3.0.0-0": [
"2.2.2",
{
"name": "@npmcli/agent",
"dist": {
"tarball": "https://registry.npmjs.org/@npmcli/agent/-/agent-2.2.2.tgz"
},
"dependencies": {
"agent-base": ">=7.1.0 <8.0.0-0",
"http-proxy-agent": ">=7.0.0 <8.0.0-0",
"https-proxy-agent": ">=7.0.1 <8.0.0-0",
"lru-cache": ">=10.0.1 <11.0.0-0",
"socks-proxy-agent": ">=8.0.3 <9.0.0-0"
},
"scripts": {
"gencerts": "bash scripts/create-cert.sh",
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
"lintfix": "npm run lint -- --fix",
"postlint": "template-oss-check",
"posttest": "npm run lint",
"snap": "tap",
"template-oss-apply": "template-oss-apply --force",
"test": "tap"
}
}
],
"@npmcli/arborist!>=7.5.3 <8.0.0-0": [
"7.5.3",
{
"name": "@npmcli/arborist",
"dist": {
"tarball": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-7.5.3.tgz"
},
"dependencies": {
"@isaacs/string-locale-compare": ">=1.1.0 <2.0.0-0",
"@npmcli/fs": ">=3.1.1 <4.0.0-0",
"@npmcli/installed-package-contents": ">=2.1.0 <3.0.0-0",
"@npmcli/map-workspaces": ">=3.0.2 <4.0.0-0",
"@npmcli/metavuln-calculator": ">=7.1.1 <8.0.0-0",
"@npmcli/name-from-folder": ">=2.0.0 <3.0.0-0",
"@npmcli/node-gyp": ">=3.0.0 <4.0.0-0",
"@npmcli/package-json": ">=5.1.0 <6.0.0-0",
"@npmcli/query": ">=3.1.0 <4.0.0-0",
"@npmcli/redact": ">=2.0.0 <3.0.0-0",
"@npmcli/run-script": ">=8.1.0 <9.0.0-0",
"bin-links": ">=4.0.4 <5.0.0-0",
"cacache": ">=18.0.3 <19.0.0-0",
"common-ancestor-path": ">=1.0.1 <2.0.0-0",
"hosted-git-info": ">=7.0.2 <8.0.0-0",
"json-parse-even-better-errors": ">=3.0.2 <4.0.0-0",
"json-stringify-nice": ">=1.1.4 <2.0.0-0",
"lru-cache": ">=10.2.2 <11.0.0-0",
"minimatch": ">=9.0.4 <10.0.0-0",
"nopt": ">=7.2.1 <8.0.0-0",
"npm-install-checks": ">=6.2.0 <7.0.0-0",
"npm-package-arg": ">=11.0.2 <12.0.0-0",
"npm-pick-manifest": ">=9.0.1 <10.0.0-0",
"npm-registry-fetch": ">=17.0.1 <18.0.0-0",
"pacote": ">=18.0.6 <19.0.0-0",
"parse-conflict-json": ">=3.0.0 <4.0.0-0",
"proc-log": ">=4.2.0 <5.0.0-0",
"proggy": ">=2.0.0 <3.0.0-0",
"promise-all-reject-late": ">=1.0.0 <2.0.0-0",
"promise-call-limit": ">=3.0.1 <4.0.0-0",
"read-package-json-fast": ">=3.0.2 <4.0.0-0",
"semver": ">=7.3.7 <8.0.0-0",
"ssri": ">=10.0.6 <11.0.0-0",
"treeverse": ">=3.0.0 <4.0.0-0",
"walk-up-path": ">=3.0.1 <4.0.0-0"
},
"bin": {
"arborist": "bin/index.js"
},
"scripts": {
"benchclean": "rm -rf scripts/benchmark/*/",
"benchmark": "node scripts/benchmark.js",
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
"lintfix": "npm run lint -- --fix",
"postlint": "template-oss-check",
"posttest": "npm run lint",
"snap": "tap",
"template-oss-apply": "template-oss-apply --force",
"test": "tap",
"test-proxy": "ARBORIST_TEST_PROXY=1 tap --snapshot"
}
}
],
"@npmcli/config!>=8.3.3 <9.0.0-0": [
"8.3.3",
{
"name": "@npmcli/config",
"dist": {
"tarball": "https://registry.npmjs.org/@npmcli/config/-/config-8.3.3.tgz"
},
"dependencies": {
"@npmcli/map-workspaces": ">=3.0.2 <4.0.0-0",
"ci-info": ">=4.0.0 <5.0.0-0",
"ini": ">=4.1.2 <5.0.0-0",
"nopt": ">=7.2.1 <8.0.0-0",
"proc-log": ">=4.2.0 <5.0.0-0",
"read-package-json-fast": ">=3.0.2 <4.0.0-0",
"semver": ">=7.3.5 <8.0.0-0",
"walk-up-path": ">=3.0.1 <4.0.0-0"
},
"scripts": {
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
"lintfix": "npm run lint -- --fix",
"postlint": "template-oss-check",
"posttest": "npm run lint",
"snap": "tap",
"template-oss-apply": "template-oss-apply --force",
"test": "tap"
}
}
],
"@npmcli/fs!>=3.1.0 <4.0.0-0": [
"3.1.1",
{
"name": "@npmcli/fs",
"dist": {
"tarball": "https://registry.npmjs.org/@npmcli/fs/-/fs-3.1.1.tgz"
},
"dependencies": {
"semver": ">=7.3.5 <8.0.0-0"
},
"scripts": {
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
"lintfix": "npm run lint -- --fix",
"npmclilint": "npmcli-lint",
"postlint": "template-oss-check",
"postsnap": "npm run lintfix --",
"posttest": "npm run lint",
"snap": "tap",
"template-oss-apply": "template-oss-apply --force",
"test": "tap"
}
}
],
"@npmcli/fs!>=3.1.1 <4.0.0-0": [
"3.1.1",
{
"name": "@npmcli/fs",
"dist": {
"tarball": "https://registry.npmjs.org/@npmcli/fs/-/fs-3.1.1.tgz"
},
"dependencies": {
"semver": ">=7.3.5 <8.0.0-0"
},
"scripts": {
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
"lintfix": "npm run lint -- --fix",
"npmclilint": "npmcli-lint",
"postlint": "template-oss-check",
"postsnap": "npm run lintfix --",
"posttest": "npm run lint",
"snap": "tap",
"template-oss-apply": "template-oss-apply --force",
"test": "tap"
}
}
],
"@npmcli/git!>=5.0.0 <6.0.0-0": [
"5.0.7",
{
"name": "@npmcli/git",
"dist": {
"tarball": "https://registry.npmjs.org/@npmcli/git/-/git-5.0.7.tgz"
},
"dependencies": {
"@npmcli/promise-spawn": ">=7.0.0 <8.0.0-0",
"lru-cache": ">=10.0.1 <11.0.0-0",
"npm-pick-manifest": ">=9.0.0 <10.0.0-0",
"proc-log": ">=4.0.0 <5.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": ">=4.0.0 <5.0.0-0"
},
"scripts": {
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
"lintfix": "npm run lint -- --fix",
"postlint": "template-oss-check",
"posttest": "npm run lint",
"snap": "tap",
"template-oss-apply": "template-oss-apply --force",
"test": "tap"
}
}
],
"@npmcli/git!>=5.0.7 <6.0.0-0": [
"5.0.7",
{
"name": "@npmcli/git",
"dist": {
"tarball": "https://registry.npmjs.org/@npmcli/git/-/git-5.0.7.tgz"
},
"dependencies": {
"@npmcli/promise-spawn": ">=7.0.0 <8.0.0-0",
"lru-cache": ">=10.0.1 <11.0.0-0",
"npm-pick-manifest": ">=9.0.0 <10.0.0-0",
"proc-log": ">=4.0.0 <5.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": ">=4.0.0 <5.0.0-0"
},
"scripts": {
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
"lintfix": "npm run lint -- --fix",
"postlint": "template-oss-check",
"posttest": "npm run lint",
"snap": "tap",
"template-oss-apply": "template-oss-apply --force",
"test": "tap"
}
}
],
"@npmcli/installed-package-contents!>=2.0.1 <3.0.0-0": [
"2.1.0",
{
"name": "@npmcli/installed-package-contents",
"dist": {
"tarball": "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-2.1.0.tgz"
},
"dependencies": {
"npm-bundled": ">=3.0.0 <4.0.0-0",
"npm-normalize-package-bin": ">=3.0.0 <4.0.0-0"
},
"bin": {
"installed-package-contents": "bin/index.js"
},
"scripts": {
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
"lintfix": "npm run lint -- --fix",
"postlint": "template-oss-check",
"posttest": "npm run lint",
"snap": "tap",
"template-oss-apply": "template-oss-apply --force",
"test": "tap"
}
}
],
"@npmcli/installed-package-contents!>=2.1.0 <3.0.0-0": [
"2.1.0",
{
"name": "@npmcli/installed-package-contents",
"dist": {
"tarball": "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-2.1.0.tgz"
},
"dependencies": {
"npm-bundled": ">=3.0.0 <4.0.0-0",
"npm-normalize-package-bin": ">=3.0.0 <4.0.0-0"
},
"bin": {
"installed-package-contents": "bin/index.js"
},
"scripts": {
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
"lintfix": "npm run lint -- --fix",
"postlint": "template-oss-check",
"posttest": "npm run lint",
"snap": "tap",
"template-oss-apply": "template-oss-apply --force",
"test": "tap"
}
}
],
"@npmcli/map-workspaces!>=3.0.2 <4.0.0-0": [
"3.0.6",
{
"name": "@npmcli/map-workspaces",
"dist": {
"tarball": "https://registry.npmjs.org/@npmcli/map-workspaces/-/map-workspaces-3.0.6.tgz"
},
"dependencies": {
"@npmcli/name-from-folder": ">=2.0.0 <3.0.0-0",
"glob": ">=10.2.2 <11.0.0-0",
"minimatch": ">=9.0.0 <10.0.0-0",
"read-package-json-fast": ">=3.0.0 <4.0.0-0"
},
"scripts": {
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
"lintfix": "npm run lint -- --fix",
"postlint": "template-oss-check",
"posttest": "npm run lint",
"pretest": "npm run lint",
"snap": "tap",
"template-oss-apply": "template-oss-apply --force",
"test": "tap"
}
}
],
"@npmcli/map-workspaces!>=3.0.6 <4.0.0-0": [
"3.0.6",
{
"name": "@npmcli/map-workspaces",
"dist": {
"tarball": "https://registry.npmjs.org/@npmcli/map-workspaces/-/map-workspaces-3.0.6.tgz"
},
"dependencies": {
"@npmcli/name-from-folder": ">=2.0.0 <3.0.0-0",
"glob": ">=10.2.2 <11.0.0-0",
"minimatch": ">=9.0.0 <10.0.0-0",
"read-package-json-fast": ">=3.0.0 <4.0.0-0"
},
"scripts": {
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
"lintfix": "npm run lint -- --fix",
"postlint": "template-oss-check",
"posttest": "npm run lint",
"pretest": "npm run lint",
"snap": "tap",
"template-oss-apply": "template-oss-apply --force",
"test": "tap"
}
}
],
"@npmcli/metavuln-calculator!>=7.1.1 <8.0.0-0": [
"7.1.1",
{
"name": "@npmcli/metavuln-calculator",
"dist": {
"tarball": "https://registry.npmjs.org/@npmcli/metavuln-calculator/-/metavuln-calculator-7.1.1.tgz"
},
"dependencies": {
"cacache": ">=18.0.0 <19.0.0-0",
"json-parse-even-better-errors": ">=3.0.0 <4.0.0-0",
"pacote": ">=18.0.0 <19.0.0-0",
"proc-log": ">=4.1.0 <5.0.0-0",
"semver": ">=7.3.5 <8.0.0-0"
},
"scripts": {
"eslint": "eslint",
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
"lintfix": "npm run lint -- --fix",
"postlint": "template-oss-check",
"postsnap": "npm run lint",
"posttest": "npm run lint",
"snap": "tap",
"template-oss-apply": "template-oss-apply --force",
"test": "tap"
}
}
],
"@npmcli/name-from-folder!>=2.0.0 <3.0.0-0": [
"2.0.0",
{
"name": "@npmcli/name-from-folder",
"dist": {
"tarball": "https://registry.npmjs.org/@npmcli/name-from-folder/-/name-from-folder-2.0.0.tgz"
},
"scripts": {
"lint": "eslint \"**/*.js\"",
"lintfix": "npm run lint -- --fix",
"postlint": "template-oss-check",
"posttest": "npm run lint",
"snap": "tap",
"template-oss-apply": "template-oss-apply --force",
"test": "tap"
}
}
],
"@npmcli/node-gyp!>=3.0.0 <4.0.0-0": [
"3.0.0",
{
"name": "@npmcli/node-gyp",
"dist": {
"tarball": "https://registry.npmjs.org/@npmcli/node-gyp/-/node-gyp-3.0.0.tgz"
},
"scripts": {
"lint": "eslint \"**/*.js\"",
"lintfix": "npm run lint -- --fix",
"postlint": "template-oss-check",
"posttest": "npm run lint",
"snap": "tap",
"template-oss-apply": "template-oss-apply --force",
"test": "tap"
}
}
],
"@npmcli/package-json!>=5.0.0 <6.0.0-0": [
"5.2.0",
{
"name": "@npmcli/package-json",
"dist": {
"tarball": "https://registry.npmjs.org/@npmcli/package-json/-/package-json-5.2.0.tgz"
},
"dependencies": {
"@npmcli/git": ">=5.0.0 <6.0.0-0",
"glob": ">=10.2.2 <11.0.0-0",
"hosted-git-info": ">=7.0.0 <8.0.0-0",
"json-parse-even-better-errors": ">=3.0.0 <4.0.0-0",
"normalize-package-data": ">=6.0.0 <7.0.0-0",
"proc-log": ">=4.0.0 <5.0.0-0",
"semver": ">=7.5.3 <8.0.0-0"
},
"scripts": {
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
"lintfix": "npm run lint -- --fix",
"postlint": "template-oss-check",
"postsnap": "npm run lintfix --",
"posttest": "npm run lint",
"snap": "tap",
"template-oss-apply": "template-oss-apply --force",
"test": "tap"
}
}
],
"@npmcli/package-json!>=5.1.0 <6.0.0-0": [
"5.2.0",
{
"name": "@npmcli/package-json",
"dist": {
"tarball": "https://registry.npmjs.org/@npmcli/package-json/-/package-json-5.2.0.tgz"
},
"dependencies": {
"@npmcli/git": ">=5.0.0 <6.0.0-0",
"glob": ">=10.2.2 <11.0.0-0",
"hosted-git-info": ">=7.0.0 <8.0.0-0",
"json-parse-even-better-errors": ">=3.0.0 <4.0.0-0",
"normalize-package-data": ">=6.0.0 <7.0.0-0",
"proc-log": ">=4.0.0 <5.0.0-0",
"semver": ">=7.5.3 <8.0.0-0"
},
"scripts": {
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
"lintfix": "npm run lint -- --fix",
"postlint": "template-oss-check",
"postsnap": "npm run lintfix --",
"posttest": "npm run lint",
"snap": "tap",
"template-oss-apply": "template-oss-apply --force",
"test": "tap"
}
}
],
"@npmcli/package-json!>=5.1.1 <6.0.0-0": [
"5.2.0",
{
"name": "@npmcli/package-json",
"dist": {
"tarball": "https://registry.npmjs.org/@npmcli/package-json/-/package-json-5.2.0.tgz"
},
"dependencies": {
"@npmcli/git": ">=5.0.0 <6.0.0-0",
"glob": ">=10.2.2 <11.0.0-0",
"hosted-git-info": ">=7.0.0 <8.0.0-0",
"json-parse-even-better-errors": ">=3.0.0 <4.0.0-0",
"normalize-package-data": ">=6.0.0 <7.0.0-0",
"proc-log": ">=4.0.0 <5.0.0-0",
"semver": ">=7.5.3 <8.0.0-0"
},
"scripts": {
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
"lintfix": "npm run lint -- --fix",
"postlint": "template-oss-check",
"postsnap": "npm run lintfix --",
"posttest": "npm run lint",
"snap": "tap",
"template-oss-apply": "template-oss-apply --force",
"test": "tap"
}
}
],
"@npmcli/promise-spawn!>=7.0.0 <8.0.0-0": [
"7.0.2",
{
"name": "@npmcli/promise-spawn",
"dist": {
"tarball": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-7.0.2.tgz"
},
"dependencies": {
"which": ">=4.0.0 <5.0.0-0"
},
"scripts": {
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
"lintfix": "npm run lint -- --fix",
"postlint": "template-oss-check",
"postsnap": "npm run lintfix --",
"posttest": "npm run lint",
"snap": "tap",
"template-oss-apply": "template-oss-apply --force",
"test": "tap"
}
}
],
"@npmcli/promise-spawn!>=7.0.2 <8.0.0-0": [
"7.0.2",
{
"name": "@npmcli/promise-spawn",
"dist": {
"tarball": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-7.0.2.tgz"
},
"dependencies": {
"which": ">=4.0.0 <5.0.0-0"
},
"scripts": {
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
"lintfix": "npm run lint -- --fix",
"postlint": "template-oss-check",
"postsnap": "npm run lintfix --",
"posttest": "npm run lint",
"snap": "tap",
"template-oss-apply": "template-oss-apply --force",
"test": "tap"
}
}
],
"@npmcli/query!>=3.1.0 <4.0.0-0": [
"3.1.0",
{
"name": "@npmcli/query",
"dist": {
"tarball": "https://registry.npmjs.org/@npmcli/query/-/query-3.1.0.tgz"
},
"dependencies": {
"postcss-selector-parser": ">=6.0.10 <7.0.0-0"
},
"scripts": {
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
"lintfix": "npm run lint -- --fix",
"postlint": "template-oss-check",
"posttest": "npm run lint",
"snap": "tap",
"template-oss-apply": "template-oss-apply --force",
"test": "tap"
}
}
],
"@npmcli/redact!>=2.0.0 <3.0.0-0": [
"2.0.1",
{
"name": "@npmcli/redact",
"dist": {
"tarball": "https://registry.npmjs.org/@npmcli/redact/-/redact-2.0.1.tgz"
},
"scripts": {
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
"lintfix": "npm run lint -- --fix",
"postlint": "template-oss-check",
"posttest": "npm run lint",
"snap": "tap",
"template-oss-apply": "template-oss-apply --force",
"test": "tap"
}
}
],
"@npmcli/run-script!>=8.0.0 <9.0.0-0": [
"8.1.0",
{
"name": "@npmcli/run-script",
"dist": {
"tarball": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-8.1.0.tgz"
},
"dependencies": {
"@npmcli/node-gyp": ">=3.0.0 <4.0.0-0",
"@npmcli/package-json": ">=5.0.0 <6.0.0-0",
"@npmcli/promise-spawn": ">=7.0.0 <8.0.0-0",
"node-gyp": ">=10.0.0 <11.0.0-0",
"proc-log": ">=4.0.0 <5.0.0-0",
"which": ">=4.0.0 <5.0.0-0"
},
"scripts": {
"eslint": "eslint",
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
"lintfix": "npm run lint -- --fix",
"postlint": "template-oss-check",
"posttest": "npm run lint",
"snap": "tap",
"template-oss-apply": "template-oss-apply --force",
"test": "tap"
}
}
],
"@npmcli/run-script!>=8.1.0 <9.0.0-0": [
"8.1.0",
{
"name": "@npmcli/run-script",
"dist": {
"tarball": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-8.1.0.tgz"
},
"dependencies": {
"@npmcli/node-gyp": ">=3.0.0 <4.0.0-0",
"@npmcli/package-json": ">=5.0.0 <6.0.0-0",
"@npmcli/promise-spawn": ">=7.0.0 <8.0.0-0",
"node-gyp": ">=10.0.0 <11.0.0-0",
"proc-log": ">=4.0.0 <5.0.0-0",
"which": ">=4.0.0 <5.0.0-0"
},
"scripts": {
"eslint": "eslint",
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
"lintfix": "npm run lint -- --fix",
"postlint": "template-oss-check",
"posttest": "npm run lint",
"snap": "tap",
"template-oss-apply": "template-oss-apply --force",
"test": "tap"
}
}
],
"@octokit/auth-token!>=6.0.0 <7.0.0-0": [
"6.0.0",
{
"name": "@octokit/auth-token",
"dist": {
"tarball": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-6.0.0.tgz"
}
}
],
"@octokit/core!>=7.0.0 <8.0.0-0": [
"7.0.2",
{
"name": "@octokit/core",
"dist": {
"tarball": "https://registry.npmjs.org/@octokit/core/-/core-7.0.2.tgz"
},
"dependencies": {
"@octokit/auth-token": ">=6.0.0 <7.0.0-0",
"@octokit/graphql": ">=9.0.1 <10.0.0-0",
"@octokit/request": ">=10.0.2 <11.0.0-0",
"@octokit/request-error": ">=7.0.0 <8.0.0-0",
"@octokit/types": ">=14.0.0 <15.0.0-0",
"before-after-hook": ">=4.0.0 <5.0.0-0",
"universal-user-agent": ">=7.0.0 <8.0.0-0"
}
}
],
"@octokit/endpoint!>=11.0.0 <12.0.0-0": [
"11.0.0",
{
"name": "@octokit/endpoint",
"dist": {
"tarball": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-11.0.0.tgz"
},
"dependencies": {
"@octokit/types": ">=14.0.0 <15.0.0-0",
"universal-user-agent": ">=7.0.2 <8.0.0-0"
}
}
],
"@octokit/graphql!>=9.0.1 <10.0.0-0": [
"9.0.1",
{
"name": "@octokit/graphql",
"dist": {
"tarball": "https://registry.npmjs.org/@octokit/graphql/-/graphql-9.0.1.tgz"
},
"dependencies": {
"@octokit/request": ">=10.0.2 <11.0.0-0",
"@octokit/types": ">=14.0.0 <15.0.0-0",
"universal-user-agent": ">=7.0.0 <8.0.0-0"
}
}
],
"@octokit/openapi-types!>=25.1.0 <26.0.0-0": [
"25.1.0",
{
"name": "@octokit/openapi-types",
"dist": {
"tarball": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-25.1.0.tgz"
}
}
],
"@octokit/plugin-paginate-rest!>=13.0.0 <14.0.0-0": [
"13.0.1",
{
"name": "@octokit/plugin-paginate-rest",
"dist": {
"tarball": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-13.0.1.tgz"
},
"dependencies": {
"@octokit/types": ">=14.1.0 <15.0.0-0"
}
}
],
"@octokit/plugin-retry!>=8.0.0 <9.0.0-0": [
"8.0.1",
{
"name": "@octokit/plugin-retry",
"dist": {
"tarball": "https://registry.npmjs.org/@octokit/plugin-retry/-/plugin-retry-8.0.1.tgz"
},
"dependencies": {
"@octokit/request-error": ">=7.0.0 <8.0.0-0",
"@octokit/types": ">=14.0.0 <15.0.0-0",
"bottleneck": ">=2.15.3 <3.0.0-0"
}
}
],
"@octokit/plugin-throttling!>=11.0.0 <12.0.0-0": [
"11.0.1",
{
"name": "@octokit/plugin-throttling",
"dist": {
"tarball": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-11.0.1.tgz"
},
"dependencies": {
"@octokit/types": ">=14.0.0 <15.0.0-0",
"bottleneck": ">=2.15.3 <3.0.0-0"
}
}
],
"@octokit/request!>=10.0.2 <11.0.0-0": [
"10.0.2",
{
"name": "@octokit/request",
"dist": {
"tarball": "https://registry.npmjs.org/@octokit/request/-/request-10.0.2.tgz"
},
"dependencies": {
"@octokit/endpoint": ">=11.0.0 <12.0.0-0",
"@octokit/request-error": ">=7.0.0 <8.0.0-0",
"@octokit/types": ">=14.0.0 <15.0.0-0",
"fast-content-type-parse": ">=3.0.0 <4.0.0-0",
"universal-user-agent": ">=7.0.2 <8.0.0-0"
}
}
],
"@octokit/request-error!>=7.0.0 <8.0.0-0": [
"7.0.0",
{
"name": "@octokit/request-error",
"dist": {
"tarball": "https://registry.npmjs.org/@octokit/request-error/-/request-error-7.0.0.tgz"
},
"dependencies": {
"@octokit/types": ">=14.0.0 <15.0.0-0"
}
}
],
"@octokit/types!>=14.0.0 <15.0.0-0": [
"14.1.0",
{
"name": "@octokit/types",
"dist": {
"tarball": "https://registry.npmjs.org/@octokit/types/-/types-14.1.0.tgz"
},
"dependencies": {
"@octokit/openapi-types": ">=25.1.0 <26.0.0-0"
}
}
],
"@octokit/types!>=14.1.0 <15.0.0-0": [
"14.1.0",
{
"name": "@octokit/types",
"dist": {
"tarball": "https://registry.npmjs.org/@octokit/types/-/types-14.1.0.tgz"
},
"dependencies": {
"@octokit/openapi-types": ">=25.1.0 <26.0.0-0"
}
}
],
"@pkgjs/parseargs!>=0.11.0 <0.12.0-0?": [
"0.11.0",
{
"name": "@pkgjs/parseargs",
"dist": {
"tarball": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz"
},
"scripts": {
"coverage": "c8 --check-coverage tape 'test/*.js'",
"fix": "npm run posttest -- --fix",
"posttest": "eslint .",
"test": "c8 tape 'test/*.js'"
}
}
],
"@pkgr/core!>=0.2.4 <0.3.0-0": [
"0.2.4",
{
"name": "@pkgr/core",
"dist": {
"tarball": "https://registry.npmjs.org/@pkgr/core/-/core-0.2.4.tgz"
}
}
],
"@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"
}
}
],
"@pnpm/config.env-replace!>=1.1.0 <2.0.0-0": [
"1.1.0",
{
"name": "@pnpm/config.env-replace",
"dist": {
"tarball": "https://registry.npmjs.org/@pnpm/config.env-replace/-/config.env-replace-1.1.0.tgz"
}
}
],
"@pnpm/network.ca-file!>=1.0.1 <2.0.0-0": [
"1.0.2",
{
"name": "@pnpm/network.ca-file",
"dist": {
"tarball": "https://registry.npmjs.org/@pnpm/network.ca-file/-/network.ca-file-1.0.2.tgz"
},
"dependencies": {
"graceful-fs": "4.2.10"
}
}
],
"@pnpm/npm-conf!>=2.1.0 <3.0.0-0": [
"2.2.2",
{
"name": "@pnpm/npm-conf",
"dist": {
"tarball": "https://registry.npmjs.org/@pnpm/npm-conf/-/npm-conf-2.2.2.tgz"
},
"dependencies": {
"@pnpm/config.env-replace": ">=1.1.0 <2.0.0-0",
"@pnpm/network.ca-file": ">=1.0.1 <2.0.0-0",
"config-chain": ">=1.1.11 <2.0.0-0"
},
"scripts": {
"__prepublishOnly": "node lib/make.js && tsc -p lib/tsconfig.make-out.json",
"test": "jest"
}
}
],
"@rtsao/scc!>=1.1.0 <2.0.0-0": [
"1.1.0",
{
"name": "@rtsao/scc",
"dist": {
"tarball": "https://registry.npmjs.org/@rtsao/scc/-/scc-1.1.0.tgz"
}
}
],
"@rushstack/eslint-patch!>=1.10.3 <2.0.0-0": [
"1.11.0",
{
"name": "@rushstack/eslint-patch",
"dist": {
"tarball": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.11.0.tgz"
},
"scripts": {
"_phase:build": "heft run --only build -- --clean",
"build": "heft build --clean"
}
}
],
"@sec-ant/readable-stream!>=0.4.1 <0.5.0-0": [
"0.4.1",
{
"name": "@sec-ant/readable-stream",
"dist": {
"tarball": "https://registry.npmjs.org/@sec-ant/readable-stream/-/readable-stream-0.4.1.tgz"
},
"scripts": {
"build": "vite build",
"bump": "changeset version 2>/dev/null | grep . && npm i; exit 0",
"bump-biome:latest": "npm i -DE @biomejs/biome@latest",
"bump-biome:nightly": "npm i -DE @biomejs/biome@nightly",
"changeset": "changeset",
"check": "conc \"npm:format:prettier\" \"npm:check:biome\"",
"check:biome": "biome check --apply .",
"copy": "copy-files-from-to",
"format": "conc \"npm:format:prettier\" \"npm:format:biome\"",
"format:biome": "biome format . --write",
"format:prettier": "prettier . --write",
"install:ci": "npm ci && npx playwright install --with-deps",
"install:codesandbox": "npm ci && ./scripts/prepare.sh",
"postbuild": "tsc && npm run copy",
"prebuild": "npm run check && npm run type-check",
"prepublishOnly": "npm run build",
"test": "npm run test:chromium && npm run test:firefox",
"test:chromium": "vitest run --browser.name=chromium",
"test:coverage": "vitest run --coverage",
"test:firefox": "vitest run --browser.name=firefox",
"test:ui": "vitest --ui --coverage",
"type-check": "tsc --noEmit --emitDeclarationOnly false",
"update-hooks": "simple-git-hooks"
}
}
],
"@semantic-release/commit-analyzer!>=13.0.0-beta.1 <14.0.0-0": [
"13.0.0",
{
"name": "@semantic-release/commit-analyzer",
"dist": {
"tarball": "https://registry.npmjs.org/@semantic-release/commit-analyzer/-/commit-analyzer-13.0.0.tgz"
},
"dependencies": {
"conventional-changelog-angular": ">=8.0.0 <9.0.0-0",
"conventional-changelog-writer": ">=8.0.0 <9.0.0-0",
"conventional-commits-filter": ">=5.0.0 <6.0.0-0",
"conventional-commits-parser": ">=6.0.0 <7.0.0-0",
"debug": ">=4.0.0 <5.0.0-0",
"import-from-esm": ">=1.0.3 <2.0.0-0",
"lodash-es": ">=4.17.21 <5.0.0-0",
"micromatch": ">=4.0.2 <5.0.0-0"
},
"scripts": {
"lint:engines": "ls-engines",
"lint:lockfile": "lockfile-lint",
"lint:prettier": "prettier --check \"*.{js,json,md}\" \".github/**/*.{md,yml}\" \"{bin,lib,test}/*.js\"",
"lint:prettier:fix": "prettier --write \"*.{js,json,md}\" \".github/**/*.{md,yml}\" \"{bin,lib,test}/*.js\"",
"lint:publish": "publint --strict",
"test": "npm-run-all --print-label --parallel lint:* --parallel test:*",
"test:integration": "ava --verbose test/integration.test.js",
"test:unit": "c8 ava --verbose"
}
}
],
"@semantic-release/error!>=4.0.0 <5.0.0-0": [
"4.0.0",
{
"name": "@semantic-release/error",
"dist": {
"tarball": "https://registry.npmjs.org/@semantic-release/error/-/error-4.0.0.tgz"
},
"scripts": {
"lint": "prettier --check \"*.{js,json,md}\" \".github/**/*.{md,yml}\" \"{bin,lib,test}/*.js\"",
"lint:fix": "prettier --write \"*.{js,json,md}\" \".github/**/*.{md,yml}\" \"{bin,lib,test}/*.js\"",
"pretest": "npm run lint",
"test": "c8 ava -v",
"test:ci": "c8 ava -v"
}
}
],
"@semantic-release/github!>=11.0.0 <12.0.0-0": [
"11.0.3",
{
"name": "@semantic-release/github",
"dist": {
"tarball": "https://registry.npmjs.org/@semantic-release/github/-/github-11.0.3.tgz"
},
"dependencies": {
"@octokit/core": ">=7.0.0 <8.0.0-0",
"@octokit/plugin-paginate-rest": ">=13.0.0 <14.0.0-0",
"@octokit/plugin-retry": ">=8.0.0 <9.0.0-0",
"@octokit/plugin-throttling": ">=11.0.0 <12.0.0-0",
"@semantic-release/error": ">=4.0.0 <5.0.0-0",
"aggregate-error": ">=5.0.0 <6.0.0-0",
"debug": ">=4.3.4 <5.0.0-0",
"dir-glob": ">=3.0.1 <4.0.0-0",
"globby": ">=14.0.0 <15.0.0-0",
"http-proxy-agent": ">=7.0.0 <8.0.0-0",
"https-proxy-agent": ">=7.0.0 <8.0.0-0",
"issue-parser": ">=7.0.0 <8.0.0-0",
"lodash-es": ">=4.17.21 <5.0.0-0",
"mime": ">=4.0.0 <5.0.0-0",
"p-filter": ">=4.0.0 <5.0.0-0",
"url-join": ">=5.0.0 <6.0.0-0"
},
"scripts": {
"codecov": "codecov -f coverage/coverage-final.json",
"lint:engines": "ls-engines",
"lint:lockfile": "lockfile-lint",
"lint:prettier": "prettier --check \"{lib,test}/**/*.{js,json,ts}\" \"*.{js,md,json}\" \".github/**/*.yml\"",
"lint:prettier:fix": "prettier --write \"{lib,test}/**/*.{js,json,ts}\" \"*.{js,md,json}\" \".github/**/*.yml\"",
"lint:publish": "publint --strict",
"test": "npm-run-all --print-label --parallel lint:* --parallel test:*",
"test:integration": "ava --verbose test/integration.test.js",
"test:unit": "c8 ava --verbose"
}
}
],
"@semantic-release/npm!>=12.0.0 <13.0.0-0": [
"12.0.1",
{
"name": "@semantic-release/npm",
"dist": {
"tarball": "https://registry.npmjs.org/@semantic-release/npm/-/npm-12.0.1.tgz"
},
"dependencies": {
"@semantic-release/error": ">=4.0.0 <5.0.0-0",
"aggregate-error": ">=5.0.0 <6.0.0-0",
"execa": ">=9.0.0 <10.0.0-0",
"fs-extra": ">=11.0.0 <12.0.0-0",
"lodash-es": ">=4.17.21 <5.0.0-0",
"nerf-dart": ">=1.0.0 <2.0.0-0",
"normalize-url": ">=8.0.0 <9.0.0-0",
"npm": ">=10.5.0 <11.0.0-0",
"rc": ">=1.2.8 <2.0.0-0",
"read-pkg": ">=9.0.0 <10.0.0-0",
"registry-auth-token": ">=5.0.0 <6.0.0-0",
"semver": ">=7.1.2 <8.0.0-0",
"tempy": ">=3.0.0 <4.0.0-0"
},
"scripts": {
"lint": "prettier --check \"{lib,test}/**/*.{js,json,ts}\" \"*.{md,json,js}\" \".github/**/*.yml\"",
"lint:engines": "ls-engines",
"lint:lockfile": "lockfile-lint",
"lint:prettier": "prettier --check \"{lib,test}/**/*.{js,json,ts}\" \"*.{md,json,js}\" \".github/**/*.yml\"",
"lint:prettier:fix": "prettier --write \"*.{js,json,md}\" \".github/**/*.{md,yml}\" \"{bin,lib,test}/**/*.js\"",
"lint:publish": "publint --strict",
"test": "npm-run-all --print-label --parallel lint:* --parallel test:*",
"test:integration": "ava --verbose test/integration.test.js",
"test:unit": "c8 ava --verbose"
}
}
],
"@semantic-release/release-notes-generator!>=14.0.0-beta.1 <15.0.0-0": [
"14.0.0",
{
"name": "@semantic-release/release-notes-generator",
"dist": {
"tarball": "https://registry.npmjs.org/@semantic-release/release-notes-generator/-/release-notes-generator-14.0.0.tgz"
},
"dependencies": {
"conventional-changelog-angular": ">=8.0.0 <9.0.0-0",
"conventional-changelog-writer": ">=8.0.0 <9.0.0-0",
"conventional-commits-filter": ">=5.0.0 <6.0.0-0",
"conventional-commits-parser": ">=6.0.0 <7.0.0-0",
"debug": ">=4.0.0 <5.0.0-0",
"get-stream": ">=7.0.0 <8.0.0-0",
"import-from-esm": ">=1.0.3 <2.0.0-0",
"into-stream": ">=7.0.0 <8.0.0-0",
"lodash-es": ">=4.17.21 <5.0.0-0",
"read-pkg-up": ">=11.0.0 <12.0.0-0"
},
"scripts": {
"lint:engines": "ls-engines",
"lint:lockfile": "lockfile-lint",
"lint:prettier": "prettier --check \"{lib,test}/**/*.{js,json,ts}\" \"*.{md,json,js}\" \".github/**/*.yml\"",
"lint:prettier:fix": "prettier --write \"*.{js,json,md}\" \".github/**/*.{md,yml}\" \"{bin,lib,test}/**/*.js\"",
"lint:publish": "publint --strict",
"test": "npm-run-all --print-label --parallel lint:* --parallel test:*",
"test:integration": "ava --verbose test/integration.test.js",
"test:unit": "c8 ava --verbose"
}
}
],
"@sigstore/bundle!>=2.3.2 <3.0.0-0": [
"2.3.2",
{
"name": "@sigstore/bundle",
"dist": {
"tarball": "https://registry.npmjs.org/@sigstore/bundle/-/bundle-2.3.2.tgz"
},
"dependencies": {
"@sigstore/protobuf-specs": ">=0.3.2 <0.4.0-0"
},
"scripts": {
"build": "tsc --build",
"clean": "shx rm -rf dist *.tsbuildinfo",
"test": "jest"
}
}
],
"@sigstore/core!>=1.0.0 <2.0.0-0": [
"1.1.0",
{
"name": "@sigstore/core",
"dist": {
"tarball": "https://registry.npmjs.org/@sigstore/core/-/core-1.1.0.tgz"
},
"scripts": {
"build": "tsc --build",
"clean": "shx rm -rf dist *.tsbuildinfo",
"test": "jest"
}
}
],
"@sigstore/core!>=1.1.0 <2.0.0-0": [
"1.1.0",
{
"name": "@sigstore/core",
"dist": {
"tarball": "https://registry.npmjs.org/@sigstore/core/-/core-1.1.0.tgz"
},
"scripts": {
"build": "tsc --build",
"clean": "shx rm -rf dist *.tsbuildinfo",
"test": "jest"
}
}
],
"@sigstore/protobuf-specs!>=0.3.2 <0.4.0-0": [
"0.3.2",
{
"name": "@sigstore/protobuf-specs",
"dist": {