{ "@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": { "tarball": "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.3.2.tgz" }, "scripts": { "build": "tsc" } } ], "@sigstore/sign!>=2.3.2 <3.0.0-0": [ "2.3.2", { "name": "@sigstore/sign", "dist": { "tarball": "https://registry.npmjs.org/@sigstore/sign/-/sign-2.3.2.tgz" }, "dependencies": { "@sigstore/bundle": ">=2.3.2 <3.0.0-0", "@sigstore/core": ">=1.0.0 <2.0.0-0", "@sigstore/protobuf-specs": ">=0.3.2 <0.4.0-0", "make-fetch-happen": ">=13.0.1 <14.0.0-0", "proc-log": ">=4.2.0 <5.0.0-0", "promise-retry": ">=2.0.1 <3.0.0-0" }, "scripts": { "build": "tsc --build", "clean": "shx rm -rf dist *.tsbuildinfo", "test": "jest" } } ], "@sigstore/tuf!>=2.3.4 <3.0.0-0": [ "2.3.4", { "name": "@sigstore/tuf", "dist": { "tarball": "https://registry.npmjs.org/@sigstore/tuf/-/tuf-2.3.4.tgz" }, "dependencies": { "@sigstore/protobuf-specs": ">=0.3.2 <0.4.0-0", "tuf-js": ">=2.2.1 <3.0.0-0" }, "scripts": { "build": "tsc --build", "clean": "shx rm -rf dist *.tsbuildinfo", "test": "jest" } } ], "@sigstore/verify!>=1.2.1 <2.0.0-0": [ "1.2.1", { "name": "@sigstore/verify", "dist": { "tarball": "https://registry.npmjs.org/@sigstore/verify/-/verify-1.2.1.tgz" }, "dependencies": { "@sigstore/bundle": ">=2.3.2 <3.0.0-0", "@sigstore/core": ">=1.1.0 <2.0.0-0", "@sigstore/protobuf-specs": ">=0.3.2 <0.4.0-0" }, "scripts": { "build": "tsc --build", "clean": "shx rm -rf dist *.tsbuildinfo", "test": "jest" } } ], "@sindresorhus/is!>=4.6.0 <5.0.0-0": [ "4.6.0", { "name": "@sindresorhus/is", "dist": { "tarball": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.6.0.tgz" }, "scripts": { "build": "del dist && tsc", "prepare": "npm run build", "test": "xo && ava" } } ], "@sindresorhus/merge-streams!>=2.1.0 <3.0.0-0": [ "2.3.0", { "name": "@sindresorhus/merge-streams", "dist": { "tarball": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz" }, "scripts": { "test": "xo && c8 ava && tsd" } } ], "@sindresorhus/merge-streams!>=4.0.0 <5.0.0-0": [ "4.0.0", { "name": "@sindresorhus/merge-streams", "dist": { "tarball": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-4.0.0.tgz" }, "scripts": { "test": "xo && c8 ava && tsd" } } ], "@tufjs/canonical-json!2.0.0": [ "2.0.0", { "name": "@tufjs/canonical-json", "dist": { "tarball": "https://registry.npmjs.org/@tufjs/canonical-json/-/canonical-json-2.0.0.tgz" }, "scripts": { "test": "jest" } } ], "@tufjs/models!2.0.1": [ "2.0.1", { "name": "@tufjs/models", "dist": { "tarball": "https://registry.npmjs.org/@tufjs/models/-/models-2.0.1.tgz" }, "dependencies": { "@tufjs/canonical-json": "2.0.0", "minimatch": ">=9.0.4 <10.0.0-0" }, "scripts": { "build": "tsc --build", "clean": "rm -rf dist && rm tsconfig.tsbuildinfo", "test": "jest" } } ], "@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/normalize-package-data!>=2.4.3 <3.0.0-0": [ "2.4.4", { "name": "@types/normalize-package-data", "dist": { "tarball": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz" } } ], "@types/semver!>=7.5.5 <8.0.0-0": [ "7.5.8", { "name": "@types/semver", "dist": { "tarball": "https://registry.npmjs.org/@types/semver/-/semver-7.5.8.tgz" } } ], "@typescript-eslint/eslint-plugin!>=5.4.2 <6.0.0-0||>=6.0.0 <7.0.0-0||>=7.0.0 <8.0.0-0||>=8.0.0 <9.0.0-0": [ "8.33.0", { "name": "@typescript-eslint/eslint-plugin", "dist": { "tarball": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.33.0.tgz" }, "dependencies": { "@eslint-community/regexpp": ">=4.10.0 <5.0.0-0", "@typescript-eslint/scope-manager": "8.33.0", "@typescript-eslint/type-utils": "8.33.0", "@typescript-eslint/utils": "8.33.0", "@typescript-eslint/visitor-keys": "8.33.0", "graphemer": ">=1.4.0 <2.0.0-0", "ignore": ">=7.0.0 <8.0.0-0", "natural-compare": ">=1.4.0 <2.0.0-0", "ts-api-utils": ">=2.1.0 <3.0.0-0" }, "scripts": { "//": "These package scripts are mostly here for convenience. Task running is handled by Nx at the root level.", "build": "yarn run -BT nx build", "clean": "rimraf dist/ coverage/", "format": "yarn run -T format", "generate-breaking-changes": "yarn run -BT nx generate-breaking-changes", "generate-configs": "yarn run -T generate-configs", "lint": "yarn run -BT nx lint", "test": "yarn run -BT nx test", "typecheck": "yarn run -BT nx typecheck" } } ], "@typescript-eslint/eslint-plugin!8.33.0": [ "8.33.0", { "name": "@typescript-eslint/eslint-plugin", "dist": { "tarball": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.33.0.tgz" }, "dependencies": { "@eslint-community/regexpp": ">=4.10.0 <5.0.0-0", "@typescript-eslint/scope-manager": "8.33.0", "@typescript-eslint/type-utils": "8.33.0", "@typescript-eslint/utils": "8.33.0", "@typescript-eslint/visitor-keys": "8.33.0", "graphemer": ">=1.4.0 <2.0.0-0", "ignore": ">=7.0.0 <8.0.0-0", "natural-compare": ">=1.4.0 <2.0.0-0", "ts-api-utils": ">=2.1.0 <3.0.0-0" }, "scripts": { "//": "These package scripts are mostly here for convenience. Task running is handled by Nx at the root level.", "build": "yarn run -BT nx build", "clean": "rimraf dist/ coverage/", "format": "yarn run -T format", "generate-breaking-changes": "yarn run -BT nx generate-breaking-changes", "generate-configs": "yarn run -T generate-configs", "lint": "yarn run -BT nx lint", "test": "yarn run -BT nx test", "typecheck": "yarn run -BT nx typecheck" } } ], "@typescript-eslint/parser!>=5.4.2 <6.0.0-0||>=6.0.0 <7.0.0-0||>=7.0.0 <8.0.0-0||>=8.0.0 <9.0.0-0": [ "8.33.0", { "name": "@typescript-eslint/parser", "dist": { "tarball": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.33.0.tgz" }, "dependencies": { "@typescript-eslint/scope-manager": "8.33.0", "@typescript-eslint/types": "8.33.0", "@typescript-eslint/typescript-estree": "8.33.0", "@typescript-eslint/visitor-keys": "8.33.0", "debug": ">=4.3.4 <5.0.0-0" }, "scripts": { "//": "These package scripts are mostly here for convenience. Task running is handled by Nx at the root level.", "build": "yarn run -BT nx build", "clean": "rimraf dist/ coverage/", "format": "yarn run -T format", "lint": "yarn run -BT nx lint", "test": "yarn run -BT nx test", "typecheck": "yarn run -BT nx typecheck" } } ], "@typescript-eslint/parser!8.33.0": [ "8.33.0", { "name": "@typescript-eslint/parser", "dist": { "tarball": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.33.0.tgz" }, "dependencies": { "@typescript-eslint/scope-manager": "8.33.0", "@typescript-eslint/types": "8.33.0", "@typescript-eslint/typescript-estree": "8.33.0", "@typescript-eslint/visitor-keys": "8.33.0", "debug": ">=4.3.4 <5.0.0-0" }, "scripts": { "//": "These package scripts are mostly here for convenience. Task running is handled by Nx at the root level.", "build": "yarn run -BT nx build", "clean": "rimraf dist/ coverage/", "format": "yarn run -T format", "lint": "yarn run -BT nx lint", "test": "yarn run -BT nx test", "typecheck": "yarn run -BT nx typecheck" } } ], "@typescript-eslint/project-service!8.33.0": [ "8.33.0", { "name": "@typescript-eslint/project-service", "dist": { "tarball": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.33.0.tgz" }, "dependencies": { "@typescript-eslint/tsconfig-utils": ">=8.33.0 <9.0.0-0", "@typescript-eslint/types": ">=8.33.0 <9.0.0-0", "debug": ">=4.3.4 <5.0.0-0" }, "scripts": { "//": "These package scripts are mostly here for convenience. Task running is handled by Nx at the root level.", "build": "yarn run -BT nx build", "clean": "rimraf dist/ coverage/", "format": "yarn run -T format", "lint": "yarn run -BT nx lint", "test": "yarn run -BT nx test", "typecheck": "yarn run -BT nx typecheck" } } ], "@typescript-eslint/scope-manager!8.33.0": [ "8.33.0", { "name": "@typescript-eslint/scope-manager", "dist": { "tarball": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.33.0.tgz" }, "dependencies": { "@typescript-eslint/types": "8.33.0", "@typescript-eslint/visitor-keys": "8.33.0" }, "scripts": { "//": "These package scripts are mostly here for convenience. Task running is handled by Nx at the root level.", "build": "yarn run -BT nx build", "clean": "rimraf dist/ coverage/", "clean-fixtures": "rimraf -g \"./src/**/fixtures/**/snapshots\"", "format": "yarn run -T format", "generate-lib": "yarn run -BT nx generate-lib repo", "lint": "yarn run -BT nx lint", "test": "yarn run -BT nx test", "typecheck": "yarn run -BT nx typecheck" } } ], "@typescript-eslint/tsconfig-utils!8.33.0": [ "8.33.0", { "name": "@typescript-eslint/tsconfig-utils", "dist": { "tarball": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.33.0.tgz" }, "scripts": { "//": "These package scripts are mostly here for convenience. Task running is handled by Nx at the root level.", "build": "yarn run -BT nx build", "clean": "rimraf dist/ coverage/", "format": "yarn run -T format", "lint": "yarn run -BT nx lint", "test": "yarn run -BT nx test", "typecheck": "yarn run -BT nx typecheck" } } ], "@typescript-eslint/tsconfig-utils!>=8.33.0 <9.0.0-0": [ "8.33.0", { "name": "@typescript-eslint/tsconfig-utils", "dist": { "tarball": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.33.0.tgz" }, "scripts": { "//": "These package scripts are mostly here for convenience. Task running is handled by Nx at the root level.", "build": "yarn run -BT nx build", "clean": "rimraf dist/ coverage/", "format": "yarn run -T format", "lint": "yarn run -BT nx lint", "test": "yarn run -BT nx test", "typecheck": "yarn run -BT nx typecheck" } } ], "@typescript-eslint/type-utils!8.33.0": [ "8.33.0", { "name": "@typescript-eslint/type-utils", "dist": { "tarball": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.33.0.tgz" }, "dependencies": { "@typescript-eslint/typescript-estree": "8.33.0", "@typescript-eslint/utils": "8.33.0", "debug": ">=4.3.4 <5.0.0-0", "ts-api-utils": ">=2.1.0 <3.0.0-0" }, "scripts": { "//": "These package scripts are mostly here for convenience. Task running is handled by Nx at the root level.", "build": "yarn run -BT nx build", "clean": "rimraf dist/ coverage/", "format": "yarn run -T format", "lint": "yarn run -BT nx lint", "test": "yarn run -BT nx test", "typecheck": "yarn run -BT nx typecheck" } } ], "@typescript-eslint/types!8.33.0": [ "8.33.0", { "name": "@typescript-eslint/types", "dist": { "tarball": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.33.0.tgz" }, "scripts": { "//": "These package scripts are mostly here for convenience. Task running is handled by Nx at the root level.", "build": "yarn run -BT nx build", "clean": "rimraf dist/ src/generated/ coverage/", "copy-ast-spec": "tsx ./tools/copy-ast-spec.mts", "format": "yarn run -T format", "generate-lib": "yarn run -BT nx run scope-manager:generate-lib", "lint": "yarn run -BT nx lint", "test": "yarn run -BT nx test", "typecheck": "yarn run -BT nx typecheck" } } ], "@typescript-eslint/types!>=8.33.0 <9.0.0-0": [ "8.33.0", { "name": "@typescript-eslint/types", "dist": { "tarball": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.33.0.tgz" }, "scripts": { "//": "These package scripts are mostly here for convenience. Task running is handled by Nx at the root level.", "build": "yarn run -BT nx build", "clean": "rimraf dist/ src/generated/ coverage/", "copy-ast-spec": "tsx ./tools/copy-ast-spec.mts", "format": "yarn run -T format", "generate-lib": "yarn run -BT nx run scope-manager:generate-lib", "lint": "yarn run -BT nx lint", "test": "yarn run -BT nx test", "typecheck": "yarn run -BT nx typecheck" } } ], "@typescript-eslint/typescript-estree!8.33.0": [ "8.33.0", { "name": "@typescript-eslint/typescript-estree", "dist": { "tarball": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.33.0.tgz" }, "dependencies": { "@typescript-eslint/project-service": "8.33.0", "@typescript-eslint/tsconfig-utils": "8.33.0", "@typescript-eslint/types": "8.33.0", "@typescript-eslint/visitor-keys": "8.33.0", "debug": ">=4.3.4 <5.0.0-0", "fast-glob": ">=3.3.2 <4.0.0-0", "is-glob": ">=4.0.3 <5.0.0-0", "minimatch": ">=9.0.4 <10.0.0-0", "semver": ">=7.6.0 <8.0.0-0", "ts-api-utils": ">=2.1.0 <3.0.0-0" }, "scripts": { "//": "These package scripts are mostly here for convenience. Task running is handled by Nx at the root level.", "build": "yarn run -BT nx build", "clean": "rimraf dist/ coverage/", "format": "yarn run -T format", "lint": "yarn run -BT nx lint", "test": "yarn run -BT nx test", "typecheck": "yarn run -BT nx typecheck" } } ], "@typescript-eslint/utils!8.33.0": [ "8.33.0", { "name": "@typescript-eslint/utils", "dist": { "tarball": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.33.0.tgz" }, "dependencies": { "@eslint-community/eslint-utils": ">=4.7.0 <5.0.0-0", "@typescript-eslint/scope-manager": "8.33.0", "@typescript-eslint/types": "8.33.0", "@typescript-eslint/typescript-estree": "8.33.0" }, "scripts": { "//": "These package scripts are mostly here for convenience. Task running is handled by Nx at the root level.", "build": "yarn run -BT nx build", "clean": "rimraf dist/ coverage/", "format": "yarn run -T format", "lint": "yarn run -BT nx lint", "test": "yarn run -BT nx test", "typecheck": "yarn run -BT nx typecheck" } } ], "@typescript-eslint/visitor-keys!8.33.0": [ "8.33.0", { "name": "@typescript-eslint/visitor-keys", "dist": { "tarball": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.33.0.tgz" }, "dependencies": { "@typescript-eslint/types": "8.33.0", "eslint-visitor-keys": ">=4.2.0 <5.0.0-0" }, "scripts": { "//": "These package scripts are mostly here for convenience. Task running is handled by Nx at the root level.", "build": "yarn run -BT nx build", "clean": "rimraf dist/ coverage/", "format": "yarn run -T format", "lint": "yarn run -BT nx lint", "test": "yarn run -BT nx test", "typecheck": "yarn run -BT nx typecheck" } } ], "@ungap/structured-clone!>=1.2.0 <2.0.0-0": [ "1.2.0", { "name": "@ungap/structured-clone", "dist": { "tarball": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz" }, "scripts": { "build": "npm run cjs && npm run rollup:json && npm run test", "cjs": "ascjs esm cjs", "coverage": "c8 report --reporter=text-lcov > ./coverage/lcov.info", "rollup:json": "rollup --config rollup/json.config.js", "test": "c8 node test/index.js" } } ], "abbrev!>=2.0.0 <3.0.0-0": [ "2.0.0", { "name": "abbrev", "dist": { "tarball": "https://registry.npmjs.org/abbrev/-/abbrev-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" } } ], "acorn!>=8.9.0 <9.0.0-0": [ "8.11.3", { "name": "acorn", "dist": { "tarball": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz" }, "bin": { "acorn": "bin/acorn" }, "scripts": { "prepare": "cd ..; npm run build:main" } } ], "acorn-jsx!>=5.3.2 <6.0.0-0": [ "5.3.2", { "name": "acorn-jsx", "dist": { "tarball": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz" } } ], "agent-base!>=7.0.2 <8.0.0-0": [ "7.1.1", { "name": "agent-base", "dist": { "tarball": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz" }, "dependencies": { "debug": ">=4.3.4 <5.0.0-0" }, "scripts": { "build": "tsc", "lint": "eslint . --ext .ts", "pack": "node ../../scripts/pack.mjs", "test": "jest --env node --verbose --bail" } } ], "agent-base!>=7.1.0 <8.0.0-0": [ "7.1.1", { "name": "agent-base", "dist": { "tarball": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz" }, "dependencies": { "debug": ">=4.3.4 <5.0.0-0" }, "scripts": { "build": "tsc", "lint": "eslint . --ext .ts", "pack": "node ../../scripts/pack.mjs", "test": "jest --env node --verbose --bail" } } ], "agent-base!>=7.1.1 <8.0.0-0": [ "7.1.1", { "name": "agent-base", "dist": { "tarball": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz" }, "dependencies": { "debug": ">=4.3.4 <5.0.0-0" }, "scripts": { "build": "tsc", "lint": "eslint . --ext .ts", "pack": "node ../../scripts/pack.mjs", "test": "jest --env node --verbose --bail" } } ], "aggregate-error!>=3.0.0 <4.0.0-0": [ "3.1.0", { "name": "aggregate-error", "dist": { "tarball": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz" }, "dependencies": { "clean-stack": ">=2.0.0 <3.0.0-0", "indent-string": ">=4.0.0 <5.0.0-0" } } ], "aggregate-error!>=5.0.0 <6.0.0-0": [ "5.0.0", { "name": "aggregate-error", "dist": { "tarball": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-5.0.0.tgz" }, "dependencies": { "clean-stack": ">=5.2.0 <6.0.0-0", "indent-string": ">=5.0.0 <6.0.0-0" }, "scripts": { "test": "xo && ava && tsd" } } ], "ajv!>=6.12.4 <7.0.0-0": [ "6.12.6", { "name": "ajv", "dist": { "tarball": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz" }, "dependencies": { "fast-deep-equal": ">=3.1.1 <4.0.0-0", "fast-json-stable-stringify": ">=2.0.0 <3.0.0-0", "json-schema-traverse": ">=0.4.1 <0.5.0-0", "uri-js": ">=4.2.2 <5.0.0-0" } } ], "ansi-escapes!>=7.0.0 <8.0.0-0": [ "7.0.0", { "name": "ansi-escapes", "dist": { "tarball": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-7.0.0.tgz" }, "dependencies": { "environment": ">=1.0.0 <2.0.0-0" }, "scripts": { "//test": "xo && ava && tsd", "test": "ava && tsd" } } ], "ansi-regex!>=5.0.1 <6.0.0-0": [ "5.0.1", { "name": "ansi-regex", "dist": { "tarball": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz" } } ], "ansi-regex!>=6.0.1 <7.0.0-0": [ "6.0.1", { "name": "ansi-regex", "dist": { "tarball": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz" }, "scripts": { "test": "xo && ava && tsd", "view-supported": "node fixtures/view-codes.js" } } ], "ansi-regex!>=6.1.0 <7.0.0-0": [ "6.1.0", { "name": "ansi-regex", "dist": { "tarball": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz" }, "scripts": { "test": "xo && ava && tsd", "view-supported": "node fixtures/view-codes.js" } } ], "ansi-styles!>=3.2.1 <4.0.0-0": [ "3.2.1", { "name": "ansi-styles", "dist": { "tarball": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz" }, "dependencies": { "color-convert": ">=1.9.0 <2.0.0-0" } } ], "ansi-styles!>=4.0.0 <5.0.0-0": [ "4.3.0", { "name": "ansi-styles", "dist": { "tarball": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz" }, "dependencies": { "color-convert": ">=2.0.1 <3.0.0-0" } } ], "ansi-styles!>=4.1.0 <5.0.0-0": [ "4.3.0", { "name": "ansi-styles", "dist": { "tarball": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz" }, "dependencies": { "color-convert": ">=2.0.1 <3.0.0-0" } } ], "ansi-styles!>=6.1.0 <7.0.0-0": [ "6.2.1", { "name": "ansi-styles", "dist": { "tarball": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz" }, "scripts": { "screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor", "test": "xo && ava && tsd" } } ], "any-promise!>=1.0.0 <2.0.0-0": [ "1.3.0", { "name": "any-promise", "dist": { "tarball": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz" }, "scripts": { "test": "ava" } } ], "aproba!>=2.0.0 <3.0.0-0": [ "2.0.0", { "name": "aproba", "dist": { "tarball": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz" } } ], "archy!>=1.0.0 <1.1.0-0": [ "1.0.0", { "name": "archy", "dist": { "tarball": "https://registry.npmjs.org/archy/-/archy-1.0.0.tgz" } } ], "argparse!>=2.0.1 <3.0.0-0": [ "2.0.1", { "name": "argparse", "dist": { "tarball": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz" } } ], "argv-formatter!>=1.0.0 <1.1.0-0": [ "1.0.0", { "name": "argv-formatter", "dist": { "tarball": "https://registry.npmjs.org/argv-formatter/-/argv-formatter-1.0.0.tgz" } } ], "aria-query!>=5.3.2 <6.0.0-0": [ "5.3.2", { "name": "aria-query", "dist": { "tarball": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.2.tgz" }, "scripts": { "build": "babel src --out-dir lib", "build:tests": "npm run build && rimraf __tests-built__ && BABEL_ENV=test babel __tests__ --out-dir __tests-built__", "lint": "eslint --ext=js,mjs .", "output_as_hack": "babel-node ./scripts/output_as_hack.js", "posttest": "npm audit --production", "prebuild": "rimraf lib", "prepack": "npm run build", "prepublishOnly": "npm run build", "pretest": "npm run lint && flow", "test": "npm run tests-only", "tests-built": "nyc tape --strict -r array.from/auto '__tests-built__/**/*.js'", "tests-only": "nyc tape --strict -r @babel/register '__tests__/**/*.js'" } } ], "array-buffer-byte-length!>=1.0.1 <2.0.0-0": [ "1.0.1", { "name": "array-buffer-byte-length", "dist": { "tarball": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.1.tgz" }, "dependencies": { "call-bind": ">=1.0.5 <2.0.0-0", "is-array-buffer": ">=3.0.4 <4.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p .", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "array-buffer-byte-length!>=1.0.2 <2.0.0-0": [ "1.0.2", { "name": "array-buffer-byte-length", "dist": { "tarball": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz" }, "dependencies": { "call-bound": ">=1.0.3 <2.0.0-0", "is-array-buffer": ">=3.0.5 <4.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc && attw -P", "posttest": "npx npm@'>= 10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "array-ify!>=1.0.0 <2.0.0-0": [ "1.0.0", { "name": "array-ify", "dist": { "tarball": "https://registry.npmjs.org/array-ify/-/array-ify-1.0.0.tgz" } } ], "array-includes!>=3.1.5 <4.0.0-0": [ "3.1.5", { "name": "array-includes", "dist": { "tarball": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.5.tgz" }, "dependencies": { "call-bind": ">=1.0.2 <2.0.0-0", "define-properties": ">=1.1.4 <2.0.0-0", "es-abstract": ">=1.19.5 <2.0.0-0", "get-intrinsic": ">=1.1.1 <2.0.0-0", "is-string": ">=1.0.7 <2.0.0-0" } } ], "array-includes!>=3.1.6 <4.0.0-0": [ "3.1.6", { "name": "array-includes", "dist": { "tarball": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.6.tgz" }, "dependencies": { "call-bind": ">=1.0.2 <2.0.0-0", "define-properties": ">=1.1.4 <2.0.0-0", "es-abstract": ">=1.20.4 <2.0.0-0", "get-intrinsic": ">=1.1.3 <2.0.0-0", "is-string": ">=1.0.7 <2.0.0-0" } } ], "array-includes!>=3.1.8 <4.0.0-0": [ "3.1.8", { "name": "array-includes", "dist": { "tarball": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.8.tgz" }, "dependencies": { "call-bind": ">=1.0.7 <2.0.0-0", "define-properties": ">=1.2.1 <2.0.0-0", "es-abstract": ">=1.23.2 <2.0.0-0", "es-object-atoms": ">=1.0.0 <2.0.0-0", "get-intrinsic": ">=1.2.4 <2.0.0-0", "is-string": ">=1.0.7 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "es-shim-api --bound", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run --silent lint", "test": "npm run --silent tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "array.prototype.findlast!>=1.2.5 <2.0.0-0": [ "1.2.5", { "name": "array.prototype.findlast", "dist": { "tarball": "https://registry.npmjs.org/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz" }, "dependencies": { "call-bind": ">=1.0.7 <2.0.0-0", "define-properties": ">=1.2.1 <2.0.0-0", "es-abstract": ">=1.23.2 <2.0.0-0", "es-errors": ">=1.3.0 <2.0.0-0", "es-object-atoms": ">=1.0.0 <2.0.0-0", "es-shim-unscopables": ">=1.0.2 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "es-shim-api --bound", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run --silent lint && evalmd README.md", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "array.prototype.findlastindex!>=1.2.5 <2.0.0-0": [ "1.2.6", { "name": "array.prototype.findlastindex", "dist": { "tarball": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.6.tgz" }, "dependencies": { "call-bind": ">=1.0.8 <2.0.0-0", "call-bound": ">=1.0.4 <2.0.0-0", "define-properties": ">=1.2.1 <2.0.0-0", "es-abstract": ">=1.23.9 <2.0.0-0", "es-errors": ">=1.3.0 <2.0.0-0", "es-object-atoms": ">=1.1.1 <2.0.0-0", "es-shim-unscopables": ">=1.1.0 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "es-shim-api --bound", "posttest": "npx npm@\">= 10.2\" audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run --silent lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "array.prototype.flat!>=1.3.1 <2.0.0-0": [ "1.3.1", { "name": "array.prototype.flat", "dist": { "tarball": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.1.tgz" }, "dependencies": { "call-bind": ">=1.0.2 <2.0.0-0", "define-properties": ">=1.1.4 <2.0.0-0", "es-abstract": ">=1.20.4 <2.0.0-0", "es-shim-unscopables": ">=1.0.0 <2.0.0-0" } } ], "array.prototype.flat!>=1.3.2 <2.0.0-0": [ "1.3.2", { "name": "array.prototype.flat", "dist": { "tarball": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz" }, "dependencies": { "call-bind": ">=1.0.2 <2.0.0-0", "define-properties": ">=1.2.0 <2.0.0-0", "es-abstract": ">=1.22.1 <2.0.0-0", "es-shim-unscopables": ">=1.0.0 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "es-shim-api --bound", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run --silent lint && evalmd README.md", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "array.prototype.flatmap!>=1.3.2 <2.0.0-0": [ "1.3.2", { "name": "array.prototype.flatmap", "dist": { "tarball": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz" }, "dependencies": { "call-bind": ">=1.0.2 <2.0.0-0", "define-properties": ">=1.2.0 <2.0.0-0", "es-abstract": ">=1.22.1 <2.0.0-0", "es-shim-unscopables": ">=1.0.0 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "es-shim-api --bound", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "array.prototype.flatmap!>=1.3.3 <2.0.0-0": [ "1.3.3", { "name": "array.prototype.flatmap", "dist": { "tarball": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz" }, "dependencies": { "call-bind": ">=1.0.8 <2.0.0-0", "define-properties": ">=1.2.1 <2.0.0-0", "es-abstract": ">=1.23.5 <2.0.0-0", "es-shim-unscopables": ">=1.0.2 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "es-shim-api --bound", "posttest": "npx npm@'>= 10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "array.prototype.tosorted!>=1.1.4 <2.0.0-0": [ "1.1.4", { "name": "array.prototype.tosorted", "dist": { "tarball": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz" }, "dependencies": { "call-bind": ">=1.0.7 <2.0.0-0", "define-properties": ">=1.2.1 <2.0.0-0", "es-abstract": ">=1.23.3 <2.0.0-0", "es-errors": ">=1.3.0 <2.0.0-0", "es-shim-unscopables": ">=1.0.2 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "es-shim-api --bound && evalmd README.md", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run --silent lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "arraybuffer.prototype.slice!>=1.0.3 <2.0.0-0": [ "1.0.3", { "name": "arraybuffer.prototype.slice", "dist": { "tarball": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.3.tgz" }, "dependencies": { "array-buffer-byte-length": ">=1.0.1 <2.0.0-0", "call-bind": ">=1.0.5 <2.0.0-0", "define-properties": ">=1.2.1 <2.0.0-0", "es-abstract": ">=1.22.3 <2.0.0-0", "es-errors": ">=1.2.1 <2.0.0-0", "get-intrinsic": ">=1.2.3 <2.0.0-0", "is-array-buffer": ">=3.0.4 <4.0.0-0", "is-shared-array-buffer": ">=1.0.2 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "evalmd README.md && es-shim-api --bound", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "arraybuffer.prototype.slice!>=1.0.4 <2.0.0-0": [ "1.0.4", { "name": "arraybuffer.prototype.slice", "dist": { "tarball": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz" }, "dependencies": { "array-buffer-byte-length": ">=1.0.1 <2.0.0-0", "call-bind": ">=1.0.8 <2.0.0-0", "define-properties": ">=1.2.1 <2.0.0-0", "es-abstract": ">=1.23.5 <2.0.0-0", "es-errors": ">=1.3.0 <2.0.0-0", "get-intrinsic": ">=1.2.6 <2.0.0-0", "is-array-buffer": ">=3.0.4 <4.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "evalmd README.md && es-shim-api --bound", "posttest": "npx npm@'>=10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "ast-types-flow!>=0.0.8 <0.0.9-0": [ "0.0.8", { "name": "ast-types-flow", "dist": { "tarball": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.8.tgz" }, "scripts": { "build": "gulp build", "test": "flow" } } ], "available-typed-arrays!>=1.0.5 <2.0.0-0": [ "1.0.5", { "name": "available-typed-arrays", "dist": { "tarball": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz" } } ], "available-typed-arrays!>=1.0.7 <2.0.0-0": [ "1.0.7", { "name": "available-typed-arrays", "dist": { "tarball": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz" }, "dependencies": { "possible-typed-array-names": ">=1.0.0 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p .", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only && npm run test:harmony", "test:harmony": "nyc node --harmony --es-staging test", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "axe-core!>=4.10.0 <5.0.0-0": [ "4.10.3", { "name": "axe-core", "dist": { "tarball": "https://registry.npmjs.org/axe-core/-/axe-core-4.10.3.tgz" }, "scripts": { "api-docs": "jsdoc --configure .jsdoc.json", "build": "grunt", "develop": "grunt dev --force", "eslint": "eslint --color --format stylish '{lib,test,build,doc}/**/*.js' 'Gruntfile.js'", "fmt": "prettier --write .", "fmt:check": "prettier --check .", "integration": "node test/integration/full/test-webdriver.js", "integration:apg": "mocha --fail-zero test/aria-practices/*.spec.js", "integration:chrome": "npm run integration -- browser=Chrome", "integration:firefox": "npm run integration -- browser=Firefox", "next-release": "standard-version --scripts.prebump=./build/next-version.js --skip.commit=true --skip.tag=true", "patch": "npx patch-package", "postbuild": "prettier --write ./locales/_template.json ./doc/rule-descriptions.md", "prebuild": "node ./build/check-node-version.js", "prepare": "husky && npm run patch", "pretest": "node ./build/check-node-version.js", "release": "git fetch origin --tags --force && standard-version -a", "rule-gen": "node build/rule-generator", "sri-update": "grunt build && node build/sri-update && git add sri-history.json", "sri-validate": "node build/sri-update --validate", "start": "http-server -a \"\" -p 9876 --silent", "test": "npm run test:tsc && run-s \"test:unit:* -- {@}\" --", "test:act": "mocha --fail-zero test/act-rules/*.spec.js", "test:apg": "start-server-and-test 9876 integration:apg", "test:debug": "npm run test:unit -- --no-single-run --browsers=ChromeDebugging", "test:examples": "node ./doc/examples/test-examples", "test:integration": "npm run test:integration:chrome", "test:integration:chrome": "start-server-and-test 9876 integration:chrome", "test:integration:firefox": "start-server-and-test 9876 integration:firefox", "test:jsdom": "mocha test/node/jsdom.js", "test:locales": "mocha test/test-locales.js", "test:node": "node test/node/node.js", "test:rule-help-version": "mocha test/test-rule-help-version.js", "test:tsc": "tsc", "test:unit": "karma start test/karma.conf.js", "test:unit:api": "npm run test:unit -- testDirs=api", "test:unit:checks": "npm run test:unit -- testDirs=checks", "test:unit:commons": "npm run test:unit -- testDirs=commons", "test:unit:core": "npm run test:unit -- testDirs=core", "test:unit:integration": "npm run test:unit -- testDirs=integration", "test:unit:rule-matches": "npm run test:unit -- testDirs=rule-matches", "test:unit:virtual-rules": "npm run test:unit -- testDirs=virtual-rules", "test:virtual-rules": "mocha test/test-virtual-rules.js", "unpatch": "npx patch-package --reverse", "version": "echo \"use 'npm run release' to bump axe-core version\" && exit 1" } } ], "axobject-query!>=4.1.0 <5.0.0-0": [ "4.1.0", { "name": "axobject-query", "dist": { "tarball": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz" }, "scripts": { "build": "rimraf lib && babel src --out-dir lib", "build:tests": "npm run build && rimraf __tests-built__ && BABEL_ENV=test babel __tests__ --out-dir __tests-built__", "flow": "flow", "lint": "eslint --ext=js,mjs .", "lint:fix": "npm run lint -- --fix", "prepack": "npm run build", "prepublishOnly": "npm run build", "pretest": "npm run lint:fix && npm run flow", "test": "npm run tests-only", "tests-built": "nyc tape '__tests-built__/**/*.js'", "tests-only": "nyc tape -r @babel/register '__tests__/**/*.js'" } } ], "balanced-match!>=1.0.0 <2.0.0-0": [ "1.0.2", { "name": "balanced-match", "dist": { "tarball": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz" } } ], "before-after-hook!>=4.0.0 <5.0.0-0": [ "4.0.0", { "name": "before-after-hook", "dist": { "tarball": "https://registry.npmjs.org/before-after-hook/-/before-after-hook-4.0.0.tgz" }, "scripts": { "lint": "prettier --check \"*.{js,json,ts,md}\" \"test//*.{js,json,ts,md}\" \".github/**/*.yml\"", "lint:fix": "prettier --write \"*.{js,json,ts,md}\" \"test//*.{js,json,ts,md}\" \".github/**/*.yml\"", "postcoverage": "open-cli coverage/index.html", "test": "npm run test:code && npm run test:tsc && npm run test:tsd && npm run lint", "test:code": "c8 --100 --clean node --test", "test:deno": "deno test --no-check", "test:tsc": "tsc --allowJs --noEmit --esModuleInterop --skipLibCheck --lib es2020 index.js", "test:tsd": "tsd" } } ], "bin-links!>=4.0.4 <5.0.0-0": [ "4.0.4", { "name": "bin-links", "dist": { "tarball": "https://registry.npmjs.org/bin-links/-/bin-links-4.0.4.tgz" }, "dependencies": { "cmd-shim": ">=6.0.0 <7.0.0-0", "npm-normalize-package-bin": ">=3.0.0 <4.0.0-0", "read-cmd-shim": ">=4.0.0 <5.0.0-0", "write-file-atomic": ">=5.0.0 <6.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" } } ], "binary-extensions!>=2.3.0 <3.0.0-0": [ "2.3.0", { "name": "binary-extensions", "dist": { "tarball": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz" }, "scripts": { "test": "xo && ava && tsd" } } ], "bottleneck!>=2.15.3 <3.0.0-0": [ "2.19.5", { "name": "bottleneck", "dist": { "tarball": "https://registry.npmjs.org/bottleneck/-/bottleneck-2.19.5.tgz" }, "scripts": { "test": "mocha test", "test-all": "./scripts/test_all.sh" } } ], "brace-expansion!>=1.1.7 <2.0.0-0": [ "1.1.11", { "name": "brace-expansion", "dist": { "tarball": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz" }, "dependencies": { "balanced-match": ">=1.0.0 <2.0.0-0", "concat-map": "0.0.1" } } ], "brace-expansion!>=2.0.1 <3.0.0-0": [ "2.0.1", { "name": "brace-expansion", "dist": { "tarball": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz" }, "dependencies": { "balanced-match": ">=1.0.0 <2.0.0-0" } } ], "braces!>=3.0.2 <4.0.0-0": [ "3.0.2", { "name": "braces", "dist": { "tarball": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz" }, "dependencies": { "fill-range": ">=7.0.1 <8.0.0-0" } } ], "cacache!>=18.0.0 <19.0.0-0": [ "18.0.3", { "name": "cacache", "dist": { "tarball": "https://registry.npmjs.org/cacache/-/cacache-18.0.3.tgz" }, "dependencies": { "@npmcli/fs": ">=3.1.0 <4.0.0-0", "fs-minipass": ">=3.0.0 <4.0.0-0", "glob": ">=10.2.2 <11.0.0-0", "lru-cache": ">=10.0.1 <11.0.0-0", "minipass": ">=7.0.3 <8.0.0-0", "minipass-collect": ">=2.0.1 <3.0.0-0", "minipass-flush": ">=1.0.5 <2.0.0-0", "minipass-pipeline": ">=1.2.4 <2.0.0-0", "p-map": ">=4.0.0 <5.0.0-0", "ssri": ">=10.0.0 <11.0.0-0", "tar": ">=6.1.11 <7.0.0-0", "unique-filename": ">=3.0.0 <4.0.0-0" }, "scripts": { "coverage": "tap", "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", "test-docker": "docker run -it --rm --name pacotest -v \"$PWD\":/tmp -w /tmp node:latest npm test" } } ], "cacache!>=18.0.3 <19.0.0-0": [ "18.0.3", { "name": "cacache", "dist": { "tarball": "https://registry.npmjs.org/cacache/-/cacache-18.0.3.tgz" }, "dependencies": { "@npmcli/fs": ">=3.1.0 <4.0.0-0", "fs-minipass": ">=3.0.0 <4.0.0-0", "glob": ">=10.2.2 <11.0.0-0", "lru-cache": ">=10.0.1 <11.0.0-0", "minipass": ">=7.0.3 <8.0.0-0", "minipass-collect": ">=2.0.1 <3.0.0-0", "minipass-flush": ">=1.0.5 <2.0.0-0", "minipass-pipeline": ">=1.2.4 <2.0.0-0", "p-map": ">=4.0.0 <5.0.0-0", "ssri": ">=10.0.0 <11.0.0-0", "tar": ">=6.1.11 <7.0.0-0", "unique-filename": ">=3.0.0 <4.0.0-0" }, "scripts": { "coverage": "tap", "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", "test-docker": "docker run -it --rm --name pacotest -v \"$PWD\":/tmp -w /tmp node:latest npm test" } } ], "call-bind!>=1.0.0 <2.0.0-0": [ "1.0.2", { "name": "call-bind", "dist": { "tarball": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz" }, "dependencies": { "function-bind": ">=1.1.1 <2.0.0-0", "get-intrinsic": ">=1.0.2 <2.0.0-0" } } ], "call-bind!>=1.0.2 <2.0.0-0": [ "1.0.2", { "name": "call-bind", "dist": { "tarball": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz" }, "dependencies": { "function-bind": ">=1.1.1 <2.0.0-0", "get-intrinsic": ">=1.0.2 <2.0.0-0" } } ], "call-bind!>=1.0.5 <2.0.0-0": [ "1.0.7", { "name": "call-bind", "dist": { "tarball": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz" }, "dependencies": { "es-define-property": ">=1.0.0 <2.0.0-0", "es-errors": ">=1.3.0 <2.0.0-0", "function-bind": ">=1.1.2 <2.0.0-0", "get-intrinsic": ">=1.2.4 <2.0.0-0", "set-function-length": ">=1.2.1 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=.js,.mjs .", "postlint": "evalmd README.md", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=auto", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "call-bind!>=1.0.6 <2.0.0-0": [ "1.0.7", { "name": "call-bind", "dist": { "tarball": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz" }, "dependencies": { "es-define-property": ">=1.0.0 <2.0.0-0", "es-errors": ">=1.3.0 <2.0.0-0", "function-bind": ">=1.1.2 <2.0.0-0", "get-intrinsic": ">=1.2.4 <2.0.0-0", "set-function-length": ">=1.2.1 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=.js,.mjs .", "postlint": "evalmd README.md", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=auto", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "call-bind!>=1.0.7 <2.0.0-0": [ "1.0.7", { "name": "call-bind", "dist": { "tarball": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz" }, "dependencies": { "es-define-property": ">=1.0.0 <2.0.0-0", "es-errors": ">=1.3.0 <2.0.0-0", "function-bind": ">=1.1.2 <2.0.0-0", "get-intrinsic": ">=1.2.4 <2.0.0-0", "set-function-length": ">=1.2.1 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=.js,.mjs .", "postlint": "evalmd README.md", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=auto", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "call-bind!>=1.0.8 <2.0.0-0": [ "1.0.8", { "name": "call-bind", "dist": { "tarball": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz" }, "dependencies": { "call-bind-apply-helpers": ">=1.0.0 <2.0.0-0", "es-define-property": ">=1.0.0 <2.0.0-0", "get-intrinsic": ">=1.2.4 <2.0.0-0", "set-function-length": ">=1.2.2 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=.js,.mjs .", "postlint": "evalmd README.md", "posttest": "npx npm@'>=10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=auto", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "call-bind-apply-helpers!>=1.0.0 <2.0.0-0": [ "1.0.2", { "name": "call-bind-apply-helpers", "dist": { "tarball": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz" }, "dependencies": { "es-errors": ">=1.3.0 <2.0.0-0", "function-bind": ">=1.1.2 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=.js,.mjs .", "postlint": "tsc -p . && attw -P", "posttest": "npx npm@'>=10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=auto", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "call-bind-apply-helpers!>=1.0.1 <2.0.0-0": [ "1.0.2", { "name": "call-bind-apply-helpers", "dist": { "tarball": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz" }, "dependencies": { "es-errors": ">=1.3.0 <2.0.0-0", "function-bind": ">=1.1.2 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=.js,.mjs .", "postlint": "tsc -p . && attw -P", "posttest": "npx npm@'>=10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=auto", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "call-bind-apply-helpers!>=1.0.2 <2.0.0-0": [ "1.0.2", { "name": "call-bind-apply-helpers", "dist": { "tarball": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz" }, "dependencies": { "es-errors": ">=1.3.0 <2.0.0-0", "function-bind": ">=1.1.2 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=.js,.mjs .", "postlint": "tsc -p . && attw -P", "posttest": "npx npm@'>=10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=auto", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "call-bound!>=1.0.2 <2.0.0-0": [ "1.0.4", { "name": "call-bound", "dist": { "tarball": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz" }, "dependencies": { "call-bind-apply-helpers": ">=1.0.2 <2.0.0-0", "get-intrinsic": ">=1.3.0 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=.js,.mjs .", "postlint": "tsc -p . && attw -P", "posttest": "npx npm@'>=10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=auto", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "call-bound!>=1.0.3 <2.0.0-0": [ "1.0.4", { "name": "call-bound", "dist": { "tarball": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz" }, "dependencies": { "call-bind-apply-helpers": ">=1.0.2 <2.0.0-0", "get-intrinsic": ">=1.3.0 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=.js,.mjs .", "postlint": "tsc -p . && attw -P", "posttest": "npx npm@'>=10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=auto", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "call-bound!>=1.0.4 <2.0.0-0": [ "1.0.4", { "name": "call-bound", "dist": { "tarball": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz" }, "dependencies": { "call-bind-apply-helpers": ">=1.0.2 <2.0.0-0", "get-intrinsic": ">=1.3.0 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=.js,.mjs .", "postlint": "tsc -p . && attw -P", "posttest": "npx npm@'>=10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=auto", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "callsites!>=3.0.0 <4.0.0-0": [ "3.1.0", { "name": "callsites", "dist": { "tarball": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz" } } ], "chalk!>=2.0.0 <3.0.0-0": [ "2.4.2", { "name": "chalk", "dist": { "tarball": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz" }, "dependencies": { "ansi-styles": ">=3.2.1 <4.0.0-0", "escape-string-regexp": ">=1.0.5 <2.0.0-0", "supports-color": ">=5.3.0 <6.0.0-0" } } ], "chalk!>=2.3.2 <3.0.0-0": [ "2.4.2", { "name": "chalk", "dist": { "tarball": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz" }, "dependencies": { "ansi-styles": ">=3.2.1 <4.0.0-0", "escape-string-regexp": ">=1.0.5 <2.0.0-0", "supports-color": ">=5.3.0 <6.0.0-0" } } ], "chalk!>=2.4.2 <3.0.0-0": [ "2.4.2", { "name": "chalk", "dist": { "tarball": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz" }, "dependencies": { "ansi-styles": ">=3.2.1 <4.0.0-0", "escape-string-regexp": ">=1.0.5 <2.0.0-0", "supports-color": ">=5.3.0 <6.0.0-0" }, "scripts": { "bench": "matcha benchmark.js", "coveralls": "nyc report --reporter=text-lcov | coveralls", "test": "xo && tsc --project types && flow --max-warnings=0 && nyc ava" } } ], "chalk!>=4.0.0 <5.0.0-0": [ "4.1.2", { "name": "chalk", "dist": { "tarball": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz" }, "dependencies": { "ansi-styles": ">=4.1.0 <5.0.0-0", "supports-color": ">=7.1.0 <8.0.0-0" } } ], "chalk!>=5.3.0 <6.0.0-0": [ "5.3.0", { "name": "chalk", "dist": { "tarball": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz" }, "scripts": { "bench": "matcha benchmark.js", "test": "xo && c8 ava && tsd" } } ], "chalk!>=5.4.1 <6.0.0-0": [ "5.4.1", { "name": "chalk", "dist": { "tarball": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz" }, "scripts": { "bench": "matcha benchmark.js", "test": "xo && c8 ava && tsd" } } ], "char-regex!>=1.0.2 <2.0.0-0": [ "1.0.2", { "name": "char-regex", "dist": { "tarball": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz" }, "scripts": { "lint": "xo", "test": "yarn lint && ava" } } ], "chownr!>=2.0.0 <3.0.0-0": [ "2.0.0", { "name": "chownr", "dist": { "tarball": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz" } } ], "ci-info!>=4.0.0 <5.0.0-0": [ "4.0.0", { "name": "ci-info", "dist": { "tarball": "https://registry.npmjs.org/ci-info/-/ci-info-4.0.0.tgz" }, "scripts": { "lint:fix": "standard --fix", "prepare": "husky install", "test": "standard && node test.js" } } ], "cidr-regex!>=4.1.1 <5.0.0-0": [ "4.1.1", { "name": "cidr-regex", "dist": { "tarball": "https://registry.npmjs.org/cidr-regex/-/cidr-regex-4.1.1.tgz" }, "dependencies": { "ip-regex": ">=5.0.0 <6.0.0-0" } } ], "clean-stack!>=2.0.0 <3.0.0-0": [ "2.2.0", { "name": "clean-stack", "dist": { "tarball": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz" } } ], "clean-stack!>=5.2.0 <6.0.0-0": [ "5.2.0", { "name": "clean-stack", "dist": { "tarball": "https://registry.npmjs.org/clean-stack/-/clean-stack-5.2.0.tgz" }, "dependencies": { "escape-string-regexp": "5.0.0" }, "scripts": { "test": "xo && ava && tsd" } } ], "cli-columns!>=4.0.0 <5.0.0-0": [ "4.0.0", { "name": "cli-columns", "dist": { "tarball": "https://registry.npmjs.org/cli-columns/-/cli-columns-4.0.0.tgz" }, "dependencies": { "string-width": ">=4.2.3 <5.0.0-0", "strip-ansi": ">=6.0.1 <7.0.0-0" } } ], "cli-highlight!>=2.1.11 <3.0.0-0": [ "2.1.11", { "name": "cli-highlight", "dist": { "tarball": "https://registry.npmjs.org/cli-highlight/-/cli-highlight-2.1.11.tgz" }, "dependencies": { "chalk": ">=4.0.0 <5.0.0-0", "highlight.js": ">=10.7.1 <11.0.0-0", "mz": ">=2.4.0 <3.0.0-0", "parse5": ">=5.1.1 <6.0.0-0", "parse5-htmlparser2-tree-adapter": ">=6.0.0 <7.0.0-0", "yargs": ">=16.0.0 <17.0.0-0" }, "bin": { "highlight": "bin/highlight" }, "scripts": { "build": "tsc -p .", "eslint": "eslint 'src/**/*.ts'", "lint": "npm run eslint && npm run prettier", "prettier": "prettier --write --list-different '**/{*.ts,*.json,.prettierrc}'", "semantic-release": "semantic-release", "test": "jest", "typedoc": "typedoc --media media --mode file --excludeNotExported --out typedoc src/index.ts", "watch": "tsc -p . -w" } } ], "cli-table3!>=0.6.5 <0.7.0-0": [ "0.6.5", { "name": "cli-table3", "dist": { "tarball": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.5.tgz" }, "dependencies": { "string-width": ">=4.2.0 <5.0.0-0" }, "optionalDependencies": { "@colors/colors": "1.5.0" }, "scripts": { "changelog": "lerna-changelog", "docs": "node ./scripts/update-docs.js", "prettier": "prettier --write '{examples,lib,scripts,src,test}/**/*.js'", "test": "jest --color", "test:watch": "jest --color --watchAll --notify" } } ], "cliui!>=7.0.2 <8.0.0-0": [ "7.0.4", { "name": "cliui", "dist": { "tarball": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz" }, "dependencies": { "string-width": ">=4.2.0 <5.0.0-0", "strip-ansi": ">=6.0.0 <7.0.0-0", "wrap-ansi": ">=7.0.0 <8.0.0-0" } } ], "cliui!>=8.0.1 <9.0.0-0": [ "8.0.1", { "name": "cliui", "dist": { "tarball": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz" }, "dependencies": { "string-width": ">=4.2.0 <5.0.0-0", "strip-ansi": ">=6.0.1 <7.0.0-0", "wrap-ansi": ">=7.0.0 <8.0.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/esm/cliui-test.mjs" } } ], "cmd-shim!>=6.0.0 <7.0.0-0": [ "6.0.3", { "name": "cmd-shim", "dist": { "tarball": "https://registry.npmjs.org/cmd-shim/-/cmd-shim-6.0.3.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" } } ], "color-convert!>=1.9.0 <2.0.0-0": [ "1.9.3", { "name": "color-convert", "dist": { "tarball": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz" }, "dependencies": { "color-name": "1.1.3" } } ], "color-convert!>=2.0.1 <3.0.0-0": [ "2.0.1", { "name": "color-convert", "dist": { "tarball": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz" }, "dependencies": { "color-name": ">=1.1.4 <1.2.0-0" } } ], "color-name!1.1.3": [ "1.1.3", { "name": "color-name", "dist": { "tarball": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz" } } ], "color-name!>=1.1.4 <1.2.0-0": [ "1.1.4", { "name": "color-name", "dist": { "tarball": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz" } } ], "common-ancestor-path!>=1.0.1 <2.0.0-0": [ "1.0.1", { "name": "common-ancestor-path", "dist": { "tarball": "https://registry.npmjs.org/common-ancestor-path/-/common-ancestor-path-1.0.1.tgz" } } ], "compare-func!>=2.0.0 <3.0.0-0": [ "2.0.0", { "name": "compare-func", "dist": { "tarball": "https://registry.npmjs.org/compare-func/-/compare-func-2.0.0.tgz" }, "dependencies": { "array-ify": ">=1.0.0 <2.0.0-0", "dot-prop": ">=5.1.0 <6.0.0-0" } } ], "concat-map!0.0.1": [ "0.0.1", { "name": "concat-map", "dist": { "tarball": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz" } } ], "config-chain!>=1.1.11 <2.0.0-0": [ "1.1.13", { "name": "config-chain", "dist": { "tarball": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz" }, "dependencies": { "ini": ">=1.3.4 <2.0.0-0", "proto-list": ">=1.2.1 <1.3.0-0" }, "scripts": { "test": "tap test/*" } } ], "confusing-browser-globals!1.0.11": [ "1.0.11", { "name": "confusing-browser-globals", "dist": { "tarball": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz" } } ], "confusing-browser-globals!>=1.0.10 <2.0.0-0": [ "1.0.11", { "name": "confusing-browser-globals", "dist": { "tarball": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz" } } ], "conventional-changelog-angular!>=8.0.0 <9.0.0-0": [ "8.0.0", { "name": "conventional-changelog-angular", "dist": { "tarball": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-8.0.0.tgz" }, "dependencies": { "compare-func": ">=2.0.0 <3.0.0-0" } } ], "conventional-changelog-writer!>=8.0.0 <9.0.0-0": [ "8.0.0", { "name": "conventional-changelog-writer", "dist": { "tarball": "https://registry.npmjs.org/conventional-changelog-writer/-/conventional-changelog-writer-8.0.0.tgz" }, "dependencies": { "@types/semver": ">=7.5.5 <8.0.0-0", "conventional-commits-filter": ">=5.0.0 <6.0.0-0", "handlebars": ">=4.7.7 <5.0.0-0", "meow": ">=13.0.0 <14.0.0-0", "semver": ">=7.5.2 <8.0.0-0" }, "bin": { "conventional-changelog-writer": "dist/cli/index.js" } } ], "conventional-commits-filter!>=5.0.0 <6.0.0-0": [ "5.0.0", { "name": "conventional-commits-filter", "dist": { "tarball": "https://registry.npmjs.org/conventional-commits-filter/-/conventional-commits-filter-5.0.0.tgz" } } ], "conventional-commits-parser!>=6.0.0 <7.0.0-0": [ "6.0.0", { "name": "conventional-commits-parser", "dist": { "tarball": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-6.0.0.tgz" }, "dependencies": { "meow": ">=13.0.0 <14.0.0-0" }, "bin": { "conventional-commits-parser": "dist/cli/index.js" } } ], "convert-hrtime!>=5.0.0 <6.0.0-0": [ "5.0.0", { "name": "convert-hrtime", "dist": { "tarball": "https://registry.npmjs.org/convert-hrtime/-/convert-hrtime-5.0.0.tgz" }, "scripts": { "test": "xo && ava && tsd" } } ], "core-util-is!>=1.0.0 <1.1.0-0": [ "1.0.3", { "name": "core-util-is", "dist": { "tarball": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz" } } ], "cosmiconfig!>=9.0.0 <10.0.0-0": [ "9.0.0", { "name": "cosmiconfig", "dist": { "tarball": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz" }, "dependencies": { "env-paths": ">=2.2.1 <3.0.0-0", "import-fresh": ">=3.3.0 <4.0.0-0", "js-yaml": ">=4.1.0 <5.0.0-0", "parse-json": ">=5.2.0 <6.0.0-0" }, "scripts": { "build": "npm run build:tsc", "build:tsc": "cross-env NODE_ENV=production tsc -b", "check:all": "npm run test && npm run lint && npm run format:check", "clean": "git clean -Xdf -e '!node_modules' .", "dev": "npm run build:tsc -- --watch", "format": "prettier \"**/*.{js,ts,json,yml,yaml}\" --write", "format:check": "prettier \"**/*.{js,ts,json,yml,yaml}\" --check", "format:md": "remark-preset-davidtheclark --format", "lint": "eslint --ext .js,.ts .", "lint:fix": "eslint --ext .js,.ts . --fix", "lint:md": "remark-preset-davidtheclark", "prepare": "husky install", "prepublishOnly": "npm run check:all && npm run build", "test": "vitest run --coverage", "test:watch": "vitest" } } ], "cross-spawn!>=7.0.0 <8.0.0-0": [ "7.0.3", { "name": "cross-spawn", "dist": { "tarball": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz" }, "dependencies": { "path-key": ">=3.1.0 <4.0.0-0", "shebang-command": ">=2.0.0 <3.0.0-0", "which": ">=2.0.1 <3.0.0-0" }, "scripts": { "lint": "eslint .", "postrelease": "git push --follow-tags origin HEAD && npm publish", "prerelease": "npm t && npm run lint", "release": "standard-version", "test": "jest --env node --coverage" } } ], "cross-spawn!>=7.0.2 <8.0.0-0": [ "7.0.3", { "name": "cross-spawn", "dist": { "tarball": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz" }, "dependencies": { "path-key": ">=3.1.0 <4.0.0-0", "shebang-command": ">=2.0.0 <3.0.0-0", "which": ">=2.0.1 <3.0.0-0" } } ], "cross-spawn!>=7.0.3 <8.0.0-0": [ "7.0.3", { "name": "cross-spawn", "dist": { "tarball": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz" }, "dependencies": { "path-key": ">=3.1.0 <4.0.0-0", "shebang-command": ">=2.0.0 <3.0.0-0", "which": ">=2.0.1 <3.0.0-0" } } ], "crypto-random-string!>=4.0.0 <5.0.0-0": [ "4.0.0", { "name": "crypto-random-string", "dist": { "tarball": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-4.0.0.tgz" }, "dependencies": { "type-fest": ">=1.0.1 <2.0.0-0" }, "scripts": { "test": "xo && ava && tsd" } } ], "cssesc!>=3.0.0 <4.0.0-0": [ "3.0.0", { "name": "cssesc", "dist": { "tarball": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz" }, "bin": { "cssesc": "bin/cssesc" } } ], "damerau-levenshtein!>=1.0.8 <2.0.0-0": [ "1.0.8", { "name": "damerau-levenshtein", "dist": { "tarball": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz" } } ], "data-view-buffer!>=1.0.1 <2.0.0-0": [ "1.0.1", { "name": "data-view-buffer", "dist": { "tarball": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.1.tgz" }, "dependencies": { "call-bind": ">=1.0.6 <2.0.0-0", "es-errors": ">=1.3.0 <2.0.0-0", "is-data-view": ">=1.0.1 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p .", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "data-view-buffer!>=1.0.2 <2.0.0-0": [ "1.0.2", { "name": "data-view-buffer", "dist": { "tarball": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.2.tgz" }, "dependencies": { "call-bound": ">=1.0.3 <2.0.0-0", "es-errors": ">=1.3.0 <2.0.0-0", "is-data-view": ">=1.0.2 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p .", "posttest": "npx npm@'>= 10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "data-view-byte-length!>=1.0.1 <2.0.0-0": [ "1.0.1", { "name": "data-view-byte-length", "dist": { "tarball": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.1.tgz" }, "dependencies": { "call-bind": ">=1.0.7 <2.0.0-0", "es-errors": ">=1.3.0 <2.0.0-0", "is-data-view": ">=1.0.1 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p . && attw -P", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "data-view-byte-length!>=1.0.2 <2.0.0-0": [ "1.0.2", { "name": "data-view-byte-length", "dist": { "tarball": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz" }, "dependencies": { "call-bound": ">=1.0.3 <2.0.0-0", "es-errors": ">=1.3.0 <2.0.0-0", "is-data-view": ">=1.0.2 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p . && attw -P", "posttest": "npx npm@'>= 10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "data-view-byte-offset!>=1.0.0 <2.0.0-0": [ "1.0.0", { "name": "data-view-byte-offset", "dist": { "tarball": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.0.tgz" }, "dependencies": { "call-bind": ">=1.0.6 <2.0.0-0", "es-errors": ">=1.3.0 <2.0.0-0", "is-data-view": ">=1.0.1 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p . && attw -P", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "data-view-byte-offset!>=1.0.1 <2.0.0-0": [ "1.0.1", { "name": "data-view-byte-offset", "dist": { "tarball": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz" }, "dependencies": { "call-bound": ">=1.0.2 <2.0.0-0", "es-errors": ">=1.3.0 <2.0.0-0", "is-data-view": ">=1.0.1 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p . && attw -P", "posttest": "npx npm@'>= 10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "debug!>=3.2.7 <4.0.0-0": [ "3.2.7", { "name": "debug", "dist": { "tarball": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz" }, "dependencies": { "ms": ">=2.1.1 <3.0.0-0" } } ], "debug!>=4.0.0 <5.0.0-0": [ "4.3.4", { "name": "debug", "dist": { "tarball": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz" }, "dependencies": { "ms": "2.1.2" } } ], "debug!>=4.3.1 <5.0.0-0": [ "4.3.5", { "name": "debug", "dist": { "tarball": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz" }, "dependencies": { "ms": "2.1.2" }, "scripts": { "lint": "xo", "test": "npm run test:node && npm run test:browser && npm run lint", "test:browser": "karma start --single-run", "test:coverage": "cat ./coverage/lcov.info | coveralls", "test:node": "istanbul cover _mocha -- test.js test.node.js" } } ], "debug!>=4.3.2 <5.0.0-0": [ "4.3.4", { "name": "debug", "dist": { "tarball": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz" }, "dependencies": { "ms": "2.1.2" } } ], "debug!>=4.3.4 <5.0.0-0": [ "4.3.4", { "name": "debug", "dist": { "tarball": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz" }, "dependencies": { "ms": "2.1.2" } } ], "deep-extend!>=0.6.0 <0.7.0-0": [ "0.6.0", { "name": "deep-extend", "dist": { "tarball": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz" } } ], "deep-is!>=0.1.3 <0.2.0-0": [ "0.1.4", { "name": "deep-is", "dist": { "tarball": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz" } } ], "define-data-property!>=1.0.1 <2.0.0-0": [ "1.1.4", { "name": "define-data-property", "dist": { "tarball": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz" }, "dependencies": { "es-define-property": ">=1.0.0 <2.0.0-0", "es-errors": ">=1.3.0 <2.0.0-0", "gopd": ">=1.0.1 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "npm run tsc", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "tsc": "tsc -p .", "version": "auto-changelog && git add CHANGELOG.md" } } ], "define-data-property!>=1.1.4 <2.0.0-0": [ "1.1.4", { "name": "define-data-property", "dist": { "tarball": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz" }, "dependencies": { "es-define-property": ">=1.0.0 <2.0.0-0", "es-errors": ">=1.3.0 <2.0.0-0", "gopd": ">=1.0.1 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "npm run tsc", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "tsc": "tsc -p .", "version": "auto-changelog && git add CHANGELOG.md" } } ], "define-lazy-prop!>=2.0.0 <3.0.0-0": [ "2.0.0", { "name": "define-lazy-prop", "dist": { "tarball": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz" } } ], "define-properties!>=1.1.3 <2.0.0-0": [ "1.1.4", { "name": "define-properties", "dist": { "tarball": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.4.tgz" }, "dependencies": { "has-property-descriptors": ">=1.0.0 <2.0.0-0", "object-keys": ">=1.1.1 <2.0.0-0" } } ], "define-properties!>=1.1.4 <2.0.0-0": [ "1.1.4", { "name": "define-properties", "dist": { "tarball": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.4.tgz" }, "dependencies": { "has-property-descriptors": ">=1.0.0 <2.0.0-0", "object-keys": ">=1.1.1 <2.0.0-0" } } ], "define-properties!>=1.2.0 <2.0.0-0": [ "1.2.1", { "name": "define-properties", "dist": { "tarball": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz" }, "dependencies": { "define-data-property": ">=1.0.1 <2.0.0-0", "has-property-descriptors": ">=1.0.0 <2.0.0-0", "object-keys": ">=1.1.1 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "define-properties!>=1.2.1 <2.0.0-0": [ "1.2.1", { "name": "define-properties", "dist": { "tarball": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz" }, "dependencies": { "define-data-property": ">=1.0.1 <2.0.0-0", "has-property-descriptors": ">=1.0.0 <2.0.0-0", "object-keys": ">=1.1.1 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "diff!>=5.1.0 <6.0.0-0": [ "5.1.0", { "name": "diff", "dist": { "tarball": "https://registry.npmjs.org/diff/-/diff-5.1.0.tgz" } } ], "dir-glob!>=3.0.1 <4.0.0-0": [ "3.0.1", { "name": "dir-glob", "dist": { "tarball": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz" }, "dependencies": { "path-type": ">=4.0.0 <5.0.0-0" } } ], "doctrine!>=2.1.0 <3.0.0-0": [ "2.1.0", { "name": "doctrine", "dist": { "tarball": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz" }, "dependencies": { "esutils": ">=2.0.2 <3.0.0-0" } } ], "doctrine!>=3.0.0 <4.0.0-0": [ "3.0.0", { "name": "doctrine", "dist": { "tarball": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz" }, "dependencies": { "esutils": ">=2.0.2 <3.0.0-0" } } ], "dot-prop!>=5.1.0 <6.0.0-0": [ "5.3.0", { "name": "dot-prop", "dist": { "tarball": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz" }, "dependencies": { "is-obj": ">=2.0.0 <3.0.0-0" } } ], "dunder-proto!>=1.0.0 <2.0.0-0": [ "1.0.1", { "name": "dunder-proto", "dist": { "tarball": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz" }, "dependencies": { "call-bind-apply-helpers": ">=1.0.1 <2.0.0-0", "es-errors": ">=1.3.0 <2.0.0-0", "gopd": ">=1.2.0 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=.js,.mjs .", "postlint": "tsc -p . && attw -P", "posttest": "npx npm@'>= 10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "dunder-proto!>=1.0.1 <2.0.0-0": [ "1.0.1", { "name": "dunder-proto", "dist": { "tarball": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz" }, "dependencies": { "call-bind-apply-helpers": ">=1.0.1 <2.0.0-0", "es-errors": ">=1.3.0 <2.0.0-0", "gopd": ">=1.2.0 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=.js,.mjs .", "postlint": "tsc -p . && attw -P", "posttest": "npx npm@'>= 10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "duplexer2!>=0.1.0 <0.2.0-0": [ "0.1.4", { "name": "duplexer2", "dist": { "tarball": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.1.4.tgz" }, "dependencies": { "readable-stream": ">=2.0.2 <3.0.0-0" } } ], "eastasianwidth!>=0.2.0 <0.3.0-0": [ "0.2.0", { "name": "eastasianwidth", "dist": { "tarball": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz" }, "scripts": { "test": "mocha" } } ], "emoji-regex!>=8.0.0 <9.0.0-0": [ "8.0.0", { "name": "emoji-regex", "dist": { "tarball": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz" } } ], "emoji-regex!>=9.2.2 <10.0.0-0": [ "9.2.2", { "name": "emoji-regex", "dist": { "tarball": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz" } } ], "emojilib!>=2.4.0 <3.0.0-0": [ "2.4.0", { "name": "emojilib", "dist": { "tarball": "https://registry.npmjs.org/emojilib/-/emojilib-2.4.0.tgz" }, "scripts": { "build": "node build.js", "prepublish": "npm run build", "test": "node test.js | tap-spec" } } ], "encoding!>=0.1.13 <0.2.0-0?": [ "0.1.13", { "name": "encoding", "dist": { "tarball": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz" }, "dependencies": { "iconv-lite": ">=0.6.2 <0.7.0-0" } } ], "enhanced-resolve!>=5.10.0 <6.0.0-0": [ "5.12.0", { "name": "enhanced-resolve", "dist": { "tarball": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.12.0.tgz" }, "dependencies": { "graceful-fs": ">=4.2.4 <5.0.0-0", "tapable": ">=2.2.0 <3.0.0-0" } } ], "env-ci!>=11.0.0 <12.0.0-0": [ "11.0.0", { "name": "env-ci", "dist": { "tarball": "https://registry.npmjs.org/env-ci/-/env-ci-11.0.0.tgz" }, "dependencies": { "execa": ">=8.0.0 <9.0.0-0", "java-properties": ">=1.0.2 <2.0.0-0" }, "scripts": { "lint": "prettier --check \"*.{js,json,md}\" \".github/**/*.{md,yml}\" \"{lib,services,test}/**/*.js\"", "lint:fix": "prettier --write \"*.{js,json,md}\" \".github/**/*.{md,yml}\" \"{lib,services,test}/**/*.js\"", "semantic-release": "semantic-release", "test": "npm run lint && npm run test:ci", "test:ci": "c8 ava --verbose" } } ], "env-paths!>=2.2.0 <3.0.0-0": [ "2.2.1", { "name": "env-paths", "dist": { "tarball": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz" } } ], "env-paths!>=2.2.1 <3.0.0-0": [ "2.2.1", { "name": "env-paths", "dist": { "tarball": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz" }, "scripts": { "test": "xo && ava && tsd" } } ], "environment!>=1.0.0 <2.0.0-0": [ "1.1.0", { "name": "environment", "dist": { "tarball": "https://registry.npmjs.org/environment/-/environment-1.1.0.tgz" }, "scripts": { "test": "xo && ava && tsc index.d.ts" } } ], "err-code!>=2.0.2 <3.0.0-0": [ "2.0.3", { "name": "err-code", "dist": { "tarball": "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz" } } ], "error-ex!>=1.3.1 <2.0.0-0": [ "1.3.2", { "name": "error-ex", "dist": { "tarball": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz" }, "dependencies": { "is-arrayish": ">=0.2.1 <0.3.0-0" } } ], "es-abstract!>=1.17.5 <2.0.0-0": [ "1.24.0", { "name": "es-abstract", "dist": { "tarball": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.0.tgz" }, "dependencies": { "array-buffer-byte-length": ">=1.0.2 <2.0.0-0", "arraybuffer.prototype.slice": ">=1.0.4 <2.0.0-0", "available-typed-arrays": ">=1.0.7 <2.0.0-0", "call-bind": ">=1.0.8 <2.0.0-0", "call-bound": ">=1.0.4 <2.0.0-0", "data-view-buffer": ">=1.0.2 <2.0.0-0", "data-view-byte-length": ">=1.0.2 <2.0.0-0", "data-view-byte-offset": ">=1.0.1 <2.0.0-0", "es-define-property": ">=1.0.1 <2.0.0-0", "es-errors": ">=1.3.0 <2.0.0-0", "es-object-atoms": ">=1.1.1 <2.0.0-0", "es-set-tostringtag": ">=2.1.0 <3.0.0-0", "es-to-primitive": ">=1.3.0 <2.0.0-0", "function.prototype.name": ">=1.1.8 <2.0.0-0", "get-intrinsic": ">=1.3.0 <2.0.0-0", "get-proto": ">=1.0.1 <2.0.0-0", "get-symbol-description": ">=1.1.0 <2.0.0-0", "globalthis": ">=1.0.4 <2.0.0-0", "gopd": ">=1.2.0 <2.0.0-0", "has-property-descriptors": ">=1.0.2 <2.0.0-0", "has-proto": ">=1.2.0 <2.0.0-0", "has-symbols": ">=1.1.0 <2.0.0-0", "hasown": ">=2.0.2 <3.0.0-0", "internal-slot": ">=1.1.0 <2.0.0-0", "is-array-buffer": ">=3.0.5 <4.0.0-0", "is-callable": ">=1.2.7 <2.0.0-0", "is-data-view": ">=1.0.2 <2.0.0-0", "is-negative-zero": ">=2.0.3 <3.0.0-0", "is-regex": ">=1.2.1 <2.0.0-0", "is-set": ">=2.0.3 <3.0.0-0", "is-shared-array-buffer": ">=1.0.4 <2.0.0-0", "is-string": ">=1.1.1 <2.0.0-0", "is-typed-array": ">=1.1.15 <2.0.0-0", "is-weakref": ">=1.1.1 <2.0.0-0", "math-intrinsics": ">=1.1.0 <2.0.0-0", "object-inspect": ">=1.13.4 <2.0.0-0", "object-keys": ">=1.1.1 <2.0.0-0", "object.assign": ">=4.1.7 <5.0.0-0", "own-keys": ">=1.0.1 <2.0.0-0", "regexp.prototype.flags": ">=1.5.4 <2.0.0-0", "safe-array-concat": ">=1.1.3 <2.0.0-0", "safe-push-apply": ">=1.0.0 <2.0.0-0", "safe-regex-test": ">=1.1.0 <2.0.0-0", "set-proto": ">=1.0.0 <2.0.0-0", "stop-iteration-iterator": ">=1.1.0 <2.0.0-0", "string.prototype.trim": ">=1.2.10 <2.0.0-0", "string.prototype.trimend": ">=1.0.9 <2.0.0-0", "string.prototype.trimstart": ">=1.0.8 <2.0.0-0", "typed-array-buffer": ">=1.0.3 <2.0.0-0", "typed-array-byte-length": ">=1.0.3 <2.0.0-0", "typed-array-byte-offset": ">=1.0.4 <2.0.0-0", "typed-array-length": ">=1.0.7 <2.0.0-0", "unbox-primitive": ">=1.1.0 <2.0.0-0", "which-typed-array": ">=1.1.19 <2.0.0-0" }, "scripts": { "eccheck": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')", "lint": "eslint .", "postspackle": "git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1 | xargs git add", "posttest": "npx npm@'>= 10.2' audit --production", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest && npm run spackle", "prespackle": "npm run --silent spackled | xargs rm || true", "pretest": "npm run lint", "spackle": "node operations/spackle 1 && node operations/build-unicode.mjs", "spackled": "git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1", "test": "npm run tests-only && npm run test:ses", "test:ses": "node --stack-size=5120 test/ses-compat", "tests-only": "nyc node --stack-size=5120 test" } } ], "es-abstract!>=1.19.0 <2.0.0-0": [ "1.20.2", { "name": "es-abstract", "dist": { "tarball": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.20.2.tgz" }, "dependencies": { "call-bind": ">=1.0.2 <2.0.0-0", "es-to-primitive": ">=1.2.1 <2.0.0-0", "function-bind": ">=1.1.1 <2.0.0-0", "function.prototype.name": ">=1.1.5 <2.0.0-0", "get-intrinsic": ">=1.1.2 <2.0.0-0", "get-symbol-description": ">=1.0.0 <2.0.0-0", "has": ">=1.0.3 <2.0.0-0", "has-property-descriptors": ">=1.0.0 <2.0.0-0", "has-symbols": ">=1.0.3 <2.0.0-0", "internal-slot": ">=1.0.3 <2.0.0-0", "is-callable": ">=1.2.4 <2.0.0-0", "is-negative-zero": ">=2.0.2 <3.0.0-0", "is-regex": ">=1.1.4 <2.0.0-0", "is-shared-array-buffer": ">=1.0.2 <2.0.0-0", "is-string": ">=1.0.7 <2.0.0-0", "is-weakref": ">=1.0.2 <2.0.0-0", "object-inspect": ">=1.12.2 <2.0.0-0", "object-keys": ">=1.1.1 <2.0.0-0", "object.assign": ">=4.1.4 <5.0.0-0", "regexp.prototype.flags": ">=1.4.3 <2.0.0-0", "string.prototype.trimend": ">=1.0.5 <2.0.0-0", "string.prototype.trimstart": ">=1.0.5 <2.0.0-0", "unbox-primitive": ">=1.0.2 <2.0.0-0" } } ], "es-abstract!>=1.19.1 <2.0.0-0": [ "1.20.2", { "name": "es-abstract", "dist": { "tarball": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.20.2.tgz" }, "dependencies": { "call-bind": ">=1.0.2 <2.0.0-0", "es-to-primitive": ">=1.2.1 <2.0.0-0", "function-bind": ">=1.1.1 <2.0.0-0", "function.prototype.name": ">=1.1.5 <2.0.0-0", "get-intrinsic": ">=1.1.2 <2.0.0-0", "get-symbol-description": ">=1.0.0 <2.0.0-0", "has": ">=1.0.3 <2.0.0-0", "has-property-descriptors": ">=1.0.0 <2.0.0-0", "has-symbols": ">=1.0.3 <2.0.0-0", "internal-slot": ">=1.0.3 <2.0.0-0", "is-callable": ">=1.2.4 <2.0.0-0", "is-negative-zero": ">=2.0.2 <3.0.0-0", "is-regex": ">=1.1.4 <2.0.0-0", "is-shared-array-buffer": ">=1.0.2 <2.0.0-0", "is-string": ">=1.0.7 <2.0.0-0", "is-weakref": ">=1.0.2 <2.0.0-0", "object-inspect": ">=1.12.2 <2.0.0-0", "object-keys": ">=1.1.1 <2.0.0-0", "object.assign": ">=4.1.4 <5.0.0-0", "regexp.prototype.flags": ">=1.4.3 <2.0.0-0", "string.prototype.trimend": ">=1.0.5 <2.0.0-0", "string.prototype.trimstart": ">=1.0.5 <2.0.0-0", "unbox-primitive": ">=1.0.2 <2.0.0-0" } } ], "es-abstract!>=1.19.5 <2.0.0-0": [ "1.20.2", { "name": "es-abstract", "dist": { "tarball": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.20.2.tgz" }, "dependencies": { "call-bind": ">=1.0.2 <2.0.0-0", "es-to-primitive": ">=1.2.1 <2.0.0-0", "function-bind": ">=1.1.1 <2.0.0-0", "function.prototype.name": ">=1.1.5 <2.0.0-0", "get-intrinsic": ">=1.1.2 <2.0.0-0", "get-symbol-description": ">=1.0.0 <2.0.0-0", "has": ">=1.0.3 <2.0.0-0", "has-property-descriptors": ">=1.0.0 <2.0.0-0", "has-symbols": ">=1.0.3 <2.0.0-0", "internal-slot": ">=1.0.3 <2.0.0-0", "is-callable": ">=1.2.4 <2.0.0-0", "is-negative-zero": ">=2.0.2 <3.0.0-0", "is-regex": ">=1.1.4 <2.0.0-0", "is-shared-array-buffer": ">=1.0.2 <2.0.0-0", "is-string": ">=1.0.7 <2.0.0-0", "is-weakref": ">=1.0.2 <2.0.0-0", "object-inspect": ">=1.12.2 <2.0.0-0", "object-keys": ">=1.1.1 <2.0.0-0", "object.assign": ">=4.1.4 <5.0.0-0", "regexp.prototype.flags": ">=1.4.3 <2.0.0-0", "string.prototype.trimend": ">=1.0.5 <2.0.0-0", "string.prototype.trimstart": ">=1.0.5 <2.0.0-0", "unbox-primitive": ">=1.0.2 <2.0.0-0" } } ], "es-abstract!>=1.20.4 <2.0.0-0": [ "1.21.1", { "name": "es-abstract", "dist": { "tarball": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.21.1.tgz" }, "dependencies": { "available-typed-arrays": ">=1.0.5 <2.0.0-0", "call-bind": ">=1.0.2 <2.0.0-0", "es-set-tostringtag": ">=2.0.1 <3.0.0-0", "es-to-primitive": ">=1.2.1 <2.0.0-0", "function-bind": ">=1.1.1 <2.0.0-0", "function.prototype.name": ">=1.1.5 <2.0.0-0", "get-intrinsic": ">=1.1.3 <2.0.0-0", "get-symbol-description": ">=1.0.0 <2.0.0-0", "globalthis": ">=1.0.3 <2.0.0-0", "gopd": ">=1.0.1 <2.0.0-0", "has": ">=1.0.3 <2.0.0-0", "has-property-descriptors": ">=1.0.0 <2.0.0-0", "has-proto": ">=1.0.1 <2.0.0-0", "has-symbols": ">=1.0.3 <2.0.0-0", "internal-slot": ">=1.0.4 <2.0.0-0", "is-array-buffer": ">=3.0.1 <4.0.0-0", "is-callable": ">=1.2.7 <2.0.0-0", "is-negative-zero": ">=2.0.2 <3.0.0-0", "is-regex": ">=1.1.4 <2.0.0-0", "is-shared-array-buffer": ">=1.0.2 <2.0.0-0", "is-string": ">=1.0.7 <2.0.0-0", "is-typed-array": ">=1.1.10 <2.0.0-0", "is-weakref": ">=1.0.2 <2.0.0-0", "object-inspect": ">=1.12.2 <2.0.0-0", "object-keys": ">=1.1.1 <2.0.0-0", "object.assign": ">=4.1.4 <5.0.0-0", "regexp.prototype.flags": ">=1.4.3 <2.0.0-0", "safe-regex-test": ">=1.0.0 <2.0.0-0", "string.prototype.trimend": ">=1.0.6 <2.0.0-0", "string.prototype.trimstart": ">=1.0.6 <2.0.0-0", "typed-array-length": ">=1.0.4 <2.0.0-0", "unbox-primitive": ">=1.0.2 <2.0.0-0", "which-typed-array": ">=1.1.9 <2.0.0-0" } } ], "es-abstract!>=1.22.1 <2.0.0-0": [ "1.23.3", { "name": "es-abstract", "dist": { "tarball": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.3.tgz" }, "dependencies": { "array-buffer-byte-length": ">=1.0.1 <2.0.0-0", "arraybuffer.prototype.slice": ">=1.0.3 <2.0.0-0", "available-typed-arrays": ">=1.0.7 <2.0.0-0", "call-bind": ">=1.0.7 <2.0.0-0", "data-view-buffer": ">=1.0.1 <2.0.0-0", "data-view-byte-length": ">=1.0.1 <2.0.0-0", "data-view-byte-offset": ">=1.0.0 <2.0.0-0", "es-define-property": ">=1.0.0 <2.0.0-0", "es-errors": ">=1.3.0 <2.0.0-0", "es-object-atoms": ">=1.0.0 <2.0.0-0", "es-set-tostringtag": ">=2.0.3 <3.0.0-0", "es-to-primitive": ">=1.2.1 <2.0.0-0", "function.prototype.name": ">=1.1.6 <2.0.0-0", "get-intrinsic": ">=1.2.4 <2.0.0-0", "get-symbol-description": ">=1.0.2 <2.0.0-0", "globalthis": ">=1.0.3 <2.0.0-0", "gopd": ">=1.0.1 <2.0.0-0", "has-property-descriptors": ">=1.0.2 <2.0.0-0", "has-proto": ">=1.0.3 <2.0.0-0", "has-symbols": ">=1.0.3 <2.0.0-0", "hasown": ">=2.0.2 <3.0.0-0", "internal-slot": ">=1.0.7 <2.0.0-0", "is-array-buffer": ">=3.0.4 <4.0.0-0", "is-callable": ">=1.2.7 <2.0.0-0", "is-data-view": ">=1.0.1 <2.0.0-0", "is-negative-zero": ">=2.0.3 <3.0.0-0", "is-regex": ">=1.1.4 <2.0.0-0", "is-shared-array-buffer": ">=1.0.3 <2.0.0-0", "is-string": ">=1.0.7 <2.0.0-0", "is-typed-array": ">=1.1.13 <2.0.0-0", "is-weakref": ">=1.0.2 <2.0.0-0", "object-inspect": ">=1.13.1 <2.0.0-0", "object-keys": ">=1.1.1 <2.0.0-0", "object.assign": ">=4.1.5 <5.0.0-0", "regexp.prototype.flags": ">=1.5.2 <2.0.0-0", "safe-array-concat": ">=1.1.2 <2.0.0-0", "safe-regex-test": ">=1.0.3 <2.0.0-0", "string.prototype.trim": ">=1.2.9 <2.0.0-0", "string.prototype.trimend": ">=1.0.8 <2.0.0-0", "string.prototype.trimstart": ">=1.0.8 <2.0.0-0", "typed-array-buffer": ">=1.0.2 <2.0.0-0", "typed-array-byte-length": ">=1.0.1 <2.0.0-0", "typed-array-byte-offset": ">=1.0.2 <2.0.0-0", "typed-array-length": ">=1.0.6 <2.0.0-0", "unbox-primitive": ">=1.0.2 <2.0.0-0", "which-typed-array": ">=1.1.15 <2.0.0-0" }, "scripts": { "eccheck": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')", "lint": "eslint .", "postspackle": "git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1 | xargs git add", "posttest": "aud --production", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest && npm run spackle", "prespackle": "npm run --silent spackled | xargs rm || true", "pretest": "npm run lint", "spackle": "node operations/spackle 1 && node operations/build-unicode.mjs", "spackled": "git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1", "test": "npm run tests-only && npm run test:ses", "test:ses": "node test/ses-compat", "tests-only": "nyc node --stack-size=5120 test" } } ], "es-abstract!>=1.22.3 <2.0.0-0": [ "1.23.3", { "name": "es-abstract", "dist": { "tarball": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.3.tgz" }, "dependencies": { "array-buffer-byte-length": ">=1.0.1 <2.0.0-0", "arraybuffer.prototype.slice": ">=1.0.3 <2.0.0-0", "available-typed-arrays": ">=1.0.7 <2.0.0-0", "call-bind": ">=1.0.7 <2.0.0-0", "data-view-buffer": ">=1.0.1 <2.0.0-0", "data-view-byte-length": ">=1.0.1 <2.0.0-0", "data-view-byte-offset": ">=1.0.0 <2.0.0-0", "es-define-property": ">=1.0.0 <2.0.0-0", "es-errors": ">=1.3.0 <2.0.0-0", "es-object-atoms": ">=1.0.0 <2.0.0-0", "es-set-tostringtag": ">=2.0.3 <3.0.0-0", "es-to-primitive": ">=1.2.1 <2.0.0-0", "function.prototype.name": ">=1.1.6 <2.0.0-0", "get-intrinsic": ">=1.2.4 <2.0.0-0", "get-symbol-description": ">=1.0.2 <2.0.0-0", "globalthis": ">=1.0.3 <2.0.0-0", "gopd": ">=1.0.1 <2.0.0-0", "has-property-descriptors": ">=1.0.2 <2.0.0-0", "has-proto": ">=1.0.3 <2.0.0-0", "has-symbols": ">=1.0.3 <2.0.0-0", "hasown": ">=2.0.2 <3.0.0-0", "internal-slot": ">=1.0.7 <2.0.0-0", "is-array-buffer": ">=3.0.4 <4.0.0-0", "is-callable": ">=1.2.7 <2.0.0-0", "is-data-view": ">=1.0.1 <2.0.0-0", "is-negative-zero": ">=2.0.3 <3.0.0-0", "is-regex": ">=1.1.4 <2.0.0-0", "is-shared-array-buffer": ">=1.0.3 <2.0.0-0", "is-string": ">=1.0.7 <2.0.0-0", "is-typed-array": ">=1.1.13 <2.0.0-0", "is-weakref": ">=1.0.2 <2.0.0-0", "object-inspect": ">=1.13.1 <2.0.0-0", "object-keys": ">=1.1.1 <2.0.0-0", "object.assign": ">=4.1.5 <5.0.0-0", "regexp.prototype.flags": ">=1.5.2 <2.0.0-0", "safe-array-concat": ">=1.1.2 <2.0.0-0", "safe-regex-test": ">=1.0.3 <2.0.0-0", "string.prototype.trim": ">=1.2.9 <2.0.0-0", "string.prototype.trimend": ">=1.0.8 <2.0.0-0", "string.prototype.trimstart": ">=1.0.8 <2.0.0-0", "typed-array-buffer": ">=1.0.2 <2.0.0-0", "typed-array-byte-length": ">=1.0.1 <2.0.0-0", "typed-array-byte-offset": ">=1.0.2 <2.0.0-0", "typed-array-length": ">=1.0.6 <2.0.0-0", "unbox-primitive": ">=1.0.2 <2.0.0-0", "which-typed-array": ">=1.1.15 <2.0.0-0" }, "scripts": { "eccheck": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')", "lint": "eslint .", "postspackle": "git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1 | xargs git add", "posttest": "aud --production", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest && npm run spackle", "prespackle": "npm run --silent spackled | xargs rm || true", "pretest": "npm run lint", "spackle": "node operations/spackle 1 && node operations/build-unicode.mjs", "spackled": "git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1", "test": "npm run tests-only && npm run test:ses", "test:ses": "node test/ses-compat", "tests-only": "nyc node --stack-size=5120 test" } } ], "es-abstract!>=1.23.0 <2.0.0-0": [ "1.23.3", { "name": "es-abstract", "dist": { "tarball": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.3.tgz" }, "dependencies": { "array-buffer-byte-length": ">=1.0.1 <2.0.0-0", "arraybuffer.prototype.slice": ">=1.0.3 <2.0.0-0", "available-typed-arrays": ">=1.0.7 <2.0.0-0", "call-bind": ">=1.0.7 <2.0.0-0", "data-view-buffer": ">=1.0.1 <2.0.0-0", "data-view-byte-length": ">=1.0.1 <2.0.0-0", "data-view-byte-offset": ">=1.0.0 <2.0.0-0", "es-define-property": ">=1.0.0 <2.0.0-0", "es-errors": ">=1.3.0 <2.0.0-0", "es-object-atoms": ">=1.0.0 <2.0.0-0", "es-set-tostringtag": ">=2.0.3 <3.0.0-0", "es-to-primitive": ">=1.2.1 <2.0.0-0", "function.prototype.name": ">=1.1.6 <2.0.0-0", "get-intrinsic": ">=1.2.4 <2.0.0-0", "get-symbol-description": ">=1.0.2 <2.0.0-0", "globalthis": ">=1.0.3 <2.0.0-0", "gopd": ">=1.0.1 <2.0.0-0", "has-property-descriptors": ">=1.0.2 <2.0.0-0", "has-proto": ">=1.0.3 <2.0.0-0", "has-symbols": ">=1.0.3 <2.0.0-0", "hasown": ">=2.0.2 <3.0.0-0", "internal-slot": ">=1.0.7 <2.0.0-0", "is-array-buffer": ">=3.0.4 <4.0.0-0", "is-callable": ">=1.2.7 <2.0.0-0", "is-data-view": ">=1.0.1 <2.0.0-0", "is-negative-zero": ">=2.0.3 <3.0.0-0", "is-regex": ">=1.1.4 <2.0.0-0", "is-shared-array-buffer": ">=1.0.3 <2.0.0-0", "is-string": ">=1.0.7 <2.0.0-0", "is-typed-array": ">=1.1.13 <2.0.0-0", "is-weakref": ">=1.0.2 <2.0.0-0", "object-inspect": ">=1.13.1 <2.0.0-0", "object-keys": ">=1.1.1 <2.0.0-0", "object.assign": ">=4.1.5 <5.0.0-0", "regexp.prototype.flags": ">=1.5.2 <2.0.0-0", "safe-array-concat": ">=1.1.2 <2.0.0-0", "safe-regex-test": ">=1.0.3 <2.0.0-0", "string.prototype.trim": ">=1.2.9 <2.0.0-0", "string.prototype.trimend": ">=1.0.8 <2.0.0-0", "string.prototype.trimstart": ">=1.0.8 <2.0.0-0", "typed-array-buffer": ">=1.0.2 <2.0.0-0", "typed-array-byte-length": ">=1.0.1 <2.0.0-0", "typed-array-byte-offset": ">=1.0.2 <2.0.0-0", "typed-array-length": ">=1.0.6 <2.0.0-0", "unbox-primitive": ">=1.0.2 <2.0.0-0", "which-typed-array": ">=1.1.15 <2.0.0-0" }, "scripts": { "eccheck": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')", "lint": "eslint .", "postspackle": "git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1 | xargs git add", "posttest": "aud --production", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest && npm run spackle", "prespackle": "npm run --silent spackled | xargs rm || true", "pretest": "npm run lint", "spackle": "node operations/spackle 1 && node operations/build-unicode.mjs", "spackled": "git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1", "test": "npm run tests-only && npm run test:ses", "test:ses": "node test/ses-compat", "tests-only": "nyc node --stack-size=5120 test" } } ], "es-abstract!>=1.23.2 <2.0.0-0": [ "1.23.3", { "name": "es-abstract", "dist": { "tarball": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.3.tgz" }, "dependencies": { "array-buffer-byte-length": ">=1.0.1 <2.0.0-0", "arraybuffer.prototype.slice": ">=1.0.3 <2.0.0-0", "available-typed-arrays": ">=1.0.7 <2.0.0-0", "call-bind": ">=1.0.7 <2.0.0-0", "data-view-buffer": ">=1.0.1 <2.0.0-0", "data-view-byte-length": ">=1.0.1 <2.0.0-0", "data-view-byte-offset": ">=1.0.0 <2.0.0-0", "es-define-property": ">=1.0.0 <2.0.0-0", "es-errors": ">=1.3.0 <2.0.0-0", "es-object-atoms": ">=1.0.0 <2.0.0-0", "es-set-tostringtag": ">=2.0.3 <3.0.0-0", "es-to-primitive": ">=1.2.1 <2.0.0-0", "function.prototype.name": ">=1.1.6 <2.0.0-0", "get-intrinsic": ">=1.2.4 <2.0.0-0", "get-symbol-description": ">=1.0.2 <2.0.0-0", "globalthis": ">=1.0.3 <2.0.0-0", "gopd": ">=1.0.1 <2.0.0-0", "has-property-descriptors": ">=1.0.2 <2.0.0-0", "has-proto": ">=1.0.3 <2.0.0-0", "has-symbols": ">=1.0.3 <2.0.0-0", "hasown": ">=2.0.2 <3.0.0-0", "internal-slot": ">=1.0.7 <2.0.0-0", "is-array-buffer": ">=3.0.4 <4.0.0-0", "is-callable": ">=1.2.7 <2.0.0-0", "is-data-view": ">=1.0.1 <2.0.0-0", "is-negative-zero": ">=2.0.3 <3.0.0-0", "is-regex": ">=1.1.4 <2.0.0-0", "is-shared-array-buffer": ">=1.0.3 <2.0.0-0", "is-string": ">=1.0.7 <2.0.0-0", "is-typed-array": ">=1.1.13 <2.0.0-0", "is-weakref": ">=1.0.2 <2.0.0-0", "object-inspect": ">=1.13.1 <2.0.0-0", "object-keys": ">=1.1.1 <2.0.0-0", "object.assign": ">=4.1.5 <5.0.0-0", "regexp.prototype.flags": ">=1.5.2 <2.0.0-0", "safe-array-concat": ">=1.1.2 <2.0.0-0", "safe-regex-test": ">=1.0.3 <2.0.0-0", "string.prototype.trim": ">=1.2.9 <2.0.0-0", "string.prototype.trimend": ">=1.0.8 <2.0.0-0", "string.prototype.trimstart": ">=1.0.8 <2.0.0-0", "typed-array-buffer": ">=1.0.2 <2.0.0-0", "typed-array-byte-length": ">=1.0.1 <2.0.0-0", "typed-array-byte-offset": ">=1.0.2 <2.0.0-0", "typed-array-length": ">=1.0.6 <2.0.0-0", "unbox-primitive": ">=1.0.2 <2.0.0-0", "which-typed-array": ">=1.1.15 <2.0.0-0" }, "scripts": { "eccheck": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')", "lint": "eslint .", "postspackle": "git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1 | xargs git add", "posttest": "aud --production", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest && npm run spackle", "prespackle": "npm run --silent spackled | xargs rm || true", "pretest": "npm run lint", "spackle": "node operations/spackle 1 && node operations/build-unicode.mjs", "spackled": "git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1", "test": "npm run tests-only && npm run test:ses", "test:ses": "node test/ses-compat", "tests-only": "nyc node --stack-size=5120 test" } } ], "es-abstract!>=1.23.3 <2.0.0-0": [ "1.23.3", { "name": "es-abstract", "dist": { "tarball": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.3.tgz" }, "dependencies": { "array-buffer-byte-length": ">=1.0.1 <2.0.0-0", "arraybuffer.prototype.slice": ">=1.0.3 <2.0.0-0", "available-typed-arrays": ">=1.0.7 <2.0.0-0", "call-bind": ">=1.0.7 <2.0.0-0", "data-view-buffer": ">=1.0.1 <2.0.0-0", "data-view-byte-length": ">=1.0.1 <2.0.0-0", "data-view-byte-offset": ">=1.0.0 <2.0.0-0", "es-define-property": ">=1.0.0 <2.0.0-0", "es-errors": ">=1.3.0 <2.0.0-0", "es-object-atoms": ">=1.0.0 <2.0.0-0", "es-set-tostringtag": ">=2.0.3 <3.0.0-0", "es-to-primitive": ">=1.2.1 <2.0.0-0", "function.prototype.name": ">=1.1.6 <2.0.0-0", "get-intrinsic": ">=1.2.4 <2.0.0-0", "get-symbol-description": ">=1.0.2 <2.0.0-0", "globalthis": ">=1.0.3 <2.0.0-0", "gopd": ">=1.0.1 <2.0.0-0", "has-property-descriptors": ">=1.0.2 <2.0.0-0", "has-proto": ">=1.0.3 <2.0.0-0", "has-symbols": ">=1.0.3 <2.0.0-0", "hasown": ">=2.0.2 <3.0.0-0", "internal-slot": ">=1.0.7 <2.0.0-0", "is-array-buffer": ">=3.0.4 <4.0.0-0", "is-callable": ">=1.2.7 <2.0.0-0", "is-data-view": ">=1.0.1 <2.0.0-0", "is-negative-zero": ">=2.0.3 <3.0.0-0", "is-regex": ">=1.1.4 <2.0.0-0", "is-shared-array-buffer": ">=1.0.3 <2.0.0-0", "is-string": ">=1.0.7 <2.0.0-0", "is-typed-array": ">=1.1.13 <2.0.0-0", "is-weakref": ">=1.0.2 <2.0.0-0", "object-inspect": ">=1.13.1 <2.0.0-0", "object-keys": ">=1.1.1 <2.0.0-0", "object.assign": ">=4.1.5 <5.0.0-0", "regexp.prototype.flags": ">=1.5.2 <2.0.0-0", "safe-array-concat": ">=1.1.2 <2.0.0-0", "safe-regex-test": ">=1.0.3 <2.0.0-0", "string.prototype.trim": ">=1.2.9 <2.0.0-0", "string.prototype.trimend": ">=1.0.8 <2.0.0-0", "string.prototype.trimstart": ">=1.0.8 <2.0.0-0", "typed-array-buffer": ">=1.0.2 <2.0.0-0", "typed-array-byte-length": ">=1.0.1 <2.0.0-0", "typed-array-byte-offset": ">=1.0.2 <2.0.0-0", "typed-array-length": ">=1.0.6 <2.0.0-0", "unbox-primitive": ">=1.0.2 <2.0.0-0", "which-typed-array": ">=1.1.15 <2.0.0-0" }, "scripts": { "eccheck": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')", "lint": "eslint .", "postspackle": "git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1 | xargs git add", "posttest": "aud --production", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest && npm run spackle", "prespackle": "npm run --silent spackled | xargs rm || true", "pretest": "npm run lint", "spackle": "node operations/spackle 1 && node operations/build-unicode.mjs", "spackled": "git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1", "test": "npm run tests-only && npm run test:ses", "test:ses": "node test/ses-compat", "tests-only": "nyc node --stack-size=5120 test" } } ], "es-abstract!>=1.23.5 <2.0.0-0": [ "1.24.0", { "name": "es-abstract", "dist": { "tarball": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.0.tgz" }, "dependencies": { "array-buffer-byte-length": ">=1.0.2 <2.0.0-0", "arraybuffer.prototype.slice": ">=1.0.4 <2.0.0-0", "available-typed-arrays": ">=1.0.7 <2.0.0-0", "call-bind": ">=1.0.8 <2.0.0-0", "call-bound": ">=1.0.4 <2.0.0-0", "data-view-buffer": ">=1.0.2 <2.0.0-0", "data-view-byte-length": ">=1.0.2 <2.0.0-0", "data-view-byte-offset": ">=1.0.1 <2.0.0-0", "es-define-property": ">=1.0.1 <2.0.0-0", "es-errors": ">=1.3.0 <2.0.0-0", "es-object-atoms": ">=1.1.1 <2.0.0-0", "es-set-tostringtag": ">=2.1.0 <3.0.0-0", "es-to-primitive": ">=1.3.0 <2.0.0-0", "function.prototype.name": ">=1.1.8 <2.0.0-0", "get-intrinsic": ">=1.3.0 <2.0.0-0", "get-proto": ">=1.0.1 <2.0.0-0", "get-symbol-description": ">=1.1.0 <2.0.0-0", "globalthis": ">=1.0.4 <2.0.0-0", "gopd": ">=1.2.0 <2.0.0-0", "has-property-descriptors": ">=1.0.2 <2.0.0-0", "has-proto": ">=1.2.0 <2.0.0-0", "has-symbols": ">=1.1.0 <2.0.0-0", "hasown": ">=2.0.2 <3.0.0-0", "internal-slot": ">=1.1.0 <2.0.0-0", "is-array-buffer": ">=3.0.5 <4.0.0-0", "is-callable": ">=1.2.7 <2.0.0-0", "is-data-view": ">=1.0.2 <2.0.0-0", "is-negative-zero": ">=2.0.3 <3.0.0-0", "is-regex": ">=1.2.1 <2.0.0-0", "is-set": ">=2.0.3 <3.0.0-0", "is-shared-array-buffer": ">=1.0.4 <2.0.0-0", "is-string": ">=1.1.1 <2.0.0-0", "is-typed-array": ">=1.1.15 <2.0.0-0", "is-weakref": ">=1.1.1 <2.0.0-0", "math-intrinsics": ">=1.1.0 <2.0.0-0", "object-inspect": ">=1.13.4 <2.0.0-0", "object-keys": ">=1.1.1 <2.0.0-0", "object.assign": ">=4.1.7 <5.0.0-0", "own-keys": ">=1.0.1 <2.0.0-0", "regexp.prototype.flags": ">=1.5.4 <2.0.0-0", "safe-array-concat": ">=1.1.3 <2.0.0-0", "safe-push-apply": ">=1.0.0 <2.0.0-0", "safe-regex-test": ">=1.1.0 <2.0.0-0", "set-proto": ">=1.0.0 <2.0.0-0", "stop-iteration-iterator": ">=1.1.0 <2.0.0-0", "string.prototype.trim": ">=1.2.10 <2.0.0-0", "string.prototype.trimend": ">=1.0.9 <2.0.0-0", "string.prototype.trimstart": ">=1.0.8 <2.0.0-0", "typed-array-buffer": ">=1.0.3 <2.0.0-0", "typed-array-byte-length": ">=1.0.3 <2.0.0-0", "typed-array-byte-offset": ">=1.0.4 <2.0.0-0", "typed-array-length": ">=1.0.7 <2.0.0-0", "unbox-primitive": ">=1.1.0 <2.0.0-0", "which-typed-array": ">=1.1.19 <2.0.0-0" }, "scripts": { "eccheck": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')", "lint": "eslint .", "postspackle": "git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1 | xargs git add", "posttest": "npx npm@'>= 10.2' audit --production", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest && npm run spackle", "prespackle": "npm run --silent spackled | xargs rm || true", "pretest": "npm run lint", "spackle": "node operations/spackle 1 && node operations/build-unicode.mjs", "spackled": "git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1", "test": "npm run tests-only && npm run test:ses", "test:ses": "node --stack-size=5120 test/ses-compat", "tests-only": "nyc node --stack-size=5120 test" } } ], "es-abstract!>=1.23.6 <2.0.0-0": [ "1.24.0", { "name": "es-abstract", "dist": { "tarball": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.0.tgz" }, "dependencies": { "array-buffer-byte-length": ">=1.0.2 <2.0.0-0", "arraybuffer.prototype.slice": ">=1.0.4 <2.0.0-0", "available-typed-arrays": ">=1.0.7 <2.0.0-0", "call-bind": ">=1.0.8 <2.0.0-0", "call-bound": ">=1.0.4 <2.0.0-0", "data-view-buffer": ">=1.0.2 <2.0.0-0", "data-view-byte-length": ">=1.0.2 <2.0.0-0", "data-view-byte-offset": ">=1.0.1 <2.0.0-0", "es-define-property": ">=1.0.1 <2.0.0-0", "es-errors": ">=1.3.0 <2.0.0-0", "es-object-atoms": ">=1.1.1 <2.0.0-0", "es-set-tostringtag": ">=2.1.0 <3.0.0-0", "es-to-primitive": ">=1.3.0 <2.0.0-0", "function.prototype.name": ">=1.1.8 <2.0.0-0", "get-intrinsic": ">=1.3.0 <2.0.0-0", "get-proto": ">=1.0.1 <2.0.0-0", "get-symbol-description": ">=1.1.0 <2.0.0-0", "globalthis": ">=1.0.4 <2.0.0-0", "gopd": ">=1.2.0 <2.0.0-0", "has-property-descriptors": ">=1.0.2 <2.0.0-0", "has-proto": ">=1.2.0 <2.0.0-0", "has-symbols": ">=1.1.0 <2.0.0-0", "hasown": ">=2.0.2 <3.0.0-0", "internal-slot": ">=1.1.0 <2.0.0-0", "is-array-buffer": ">=3.0.5 <4.0.0-0", "is-callable": ">=1.2.7 <2.0.0-0", "is-data-view": ">=1.0.2 <2.0.0-0", "is-negative-zero": ">=2.0.3 <3.0.0-0", "is-regex": ">=1.2.1 <2.0.0-0", "is-set": ">=2.0.3 <3.0.0-0", "is-shared-array-buffer": ">=1.0.4 <2.0.0-0", "is-string": ">=1.1.1 <2.0.0-0", "is-typed-array": ">=1.1.15 <2.0.0-0", "is-weakref": ">=1.1.1 <2.0.0-0", "math-intrinsics": ">=1.1.0 <2.0.0-0", "object-inspect": ">=1.13.4 <2.0.0-0", "object-keys": ">=1.1.1 <2.0.0-0", "object.assign": ">=4.1.7 <5.0.0-0", "own-keys": ">=1.0.1 <2.0.0-0", "regexp.prototype.flags": ">=1.5.4 <2.0.0-0", "safe-array-concat": ">=1.1.3 <2.0.0-0", "safe-push-apply": ">=1.0.0 <2.0.0-0", "safe-regex-test": ">=1.1.0 <2.0.0-0", "set-proto": ">=1.0.0 <2.0.0-0", "stop-iteration-iterator": ">=1.1.0 <2.0.0-0", "string.prototype.trim": ">=1.2.10 <2.0.0-0", "string.prototype.trimend": ">=1.0.9 <2.0.0-0", "string.prototype.trimstart": ">=1.0.8 <2.0.0-0", "typed-array-buffer": ">=1.0.3 <2.0.0-0", "typed-array-byte-length": ">=1.0.3 <2.0.0-0", "typed-array-byte-offset": ">=1.0.4 <2.0.0-0", "typed-array-length": ">=1.0.7 <2.0.0-0", "unbox-primitive": ">=1.1.0 <2.0.0-0", "which-typed-array": ">=1.1.19 <2.0.0-0" }, "scripts": { "eccheck": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')", "lint": "eslint .", "postspackle": "git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1 | xargs git add", "posttest": "npx npm@'>= 10.2' audit --production", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest && npm run spackle", "prespackle": "npm run --silent spackled | xargs rm || true", "pretest": "npm run lint", "spackle": "node operations/spackle 1 && node operations/build-unicode.mjs", "spackled": "git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1", "test": "npm run tests-only && npm run test:ses", "test:ses": "node --stack-size=5120 test/ses-compat", "tests-only": "nyc node --stack-size=5120 test" } } ], "es-abstract!>=1.23.9 <2.0.0-0": [ "1.24.0", { "name": "es-abstract", "dist": { "tarball": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.0.tgz" }, "dependencies": { "array-buffer-byte-length": ">=1.0.2 <2.0.0-0", "arraybuffer.prototype.slice": ">=1.0.4 <2.0.0-0", "available-typed-arrays": ">=1.0.7 <2.0.0-0", "call-bind": ">=1.0.8 <2.0.0-0", "call-bound": ">=1.0.4 <2.0.0-0", "data-view-buffer": ">=1.0.2 <2.0.0-0", "data-view-byte-length": ">=1.0.2 <2.0.0-0", "data-view-byte-offset": ">=1.0.1 <2.0.0-0", "es-define-property": ">=1.0.1 <2.0.0-0", "es-errors": ">=1.3.0 <2.0.0-0", "es-object-atoms": ">=1.1.1 <2.0.0-0", "es-set-tostringtag": ">=2.1.0 <3.0.0-0", "es-to-primitive": ">=1.3.0 <2.0.0-0", "function.prototype.name": ">=1.1.8 <2.0.0-0", "get-intrinsic": ">=1.3.0 <2.0.0-0", "get-proto": ">=1.0.1 <2.0.0-0", "get-symbol-description": ">=1.1.0 <2.0.0-0", "globalthis": ">=1.0.4 <2.0.0-0", "gopd": ">=1.2.0 <2.0.0-0", "has-property-descriptors": ">=1.0.2 <2.0.0-0", "has-proto": ">=1.2.0 <2.0.0-0", "has-symbols": ">=1.1.0 <2.0.0-0", "hasown": ">=2.0.2 <3.0.0-0", "internal-slot": ">=1.1.0 <2.0.0-0", "is-array-buffer": ">=3.0.5 <4.0.0-0", "is-callable": ">=1.2.7 <2.0.0-0", "is-data-view": ">=1.0.2 <2.0.0-0", "is-negative-zero": ">=2.0.3 <3.0.0-0", "is-regex": ">=1.2.1 <2.0.0-0", "is-set": ">=2.0.3 <3.0.0-0", "is-shared-array-buffer": ">=1.0.4 <2.0.0-0", "is-string": ">=1.1.1 <2.0.0-0", "is-typed-array": ">=1.1.15 <2.0.0-0", "is-weakref": ">=1.1.1 <2.0.0-0", "math-intrinsics": ">=1.1.0 <2.0.0-0", "object-inspect": ">=1.13.4 <2.0.0-0", "object-keys": ">=1.1.1 <2.0.0-0", "object.assign": ">=4.1.7 <5.0.0-0", "own-keys": ">=1.0.1 <2.0.0-0", "regexp.prototype.flags": ">=1.5.4 <2.0.0-0", "safe-array-concat": ">=1.1.3 <2.0.0-0", "safe-push-apply": ">=1.0.0 <2.0.0-0", "safe-regex-test": ">=1.1.0 <2.0.0-0", "set-proto": ">=1.0.0 <2.0.0-0", "stop-iteration-iterator": ">=1.1.0 <2.0.0-0", "string.prototype.trim": ">=1.2.10 <2.0.0-0", "string.prototype.trimend": ">=1.0.9 <2.0.0-0", "string.prototype.trimstart": ">=1.0.8 <2.0.0-0", "typed-array-buffer": ">=1.0.3 <2.0.0-0", "typed-array-byte-length": ">=1.0.3 <2.0.0-0", "typed-array-byte-offset": ">=1.0.4 <2.0.0-0", "typed-array-length": ">=1.0.7 <2.0.0-0", "unbox-primitive": ">=1.1.0 <2.0.0-0", "which-typed-array": ">=1.1.19 <2.0.0-0" }, "scripts": { "eccheck": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')", "lint": "eslint .", "postspackle": "git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1 | xargs git add", "posttest": "npx npm@'>= 10.2' audit --production", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest && npm run spackle", "prespackle": "npm run --silent spackled | xargs rm || true", "pretest": "npm run lint", "spackle": "node operations/spackle 1 && node operations/build-unicode.mjs", "spackled": "git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1", "test": "npm run tests-only && npm run test:ses", "test:ses": "node --stack-size=5120 test/ses-compat", "tests-only": "nyc node --stack-size=5120 test" } } ], "es-define-property!>=1.0.0 <2.0.0-0": [ "1.0.0", { "name": "es-define-property", "dist": { "tarball": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz" }, "dependencies": { "get-intrinsic": ">=1.2.4 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p .", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "es-define-property!>=1.0.1 <2.0.0-0": [ "1.0.1", { "name": "es-define-property", "dist": { "tarball": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p .", "posttest": "npx npm@'>= 10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "es-errors!>=1.2.1 <2.0.0-0": [ "1.3.0", { "name": "es-errors", "dist": { "tarball": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p . && eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git' | grep -v dist/)", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "es-errors!>=1.3.0 <2.0.0-0": [ "1.3.0", { "name": "es-errors", "dist": { "tarball": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p . && eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git' | grep -v dist/)", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "es-iterator-helpers!>=1.2.1 <2.0.0-0": [ "1.2.1", { "name": "es-iterator-helpers", "dist": { "tarball": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.2.1.tgz" }, "dependencies": { "call-bind": ">=1.0.8 <2.0.0-0", "call-bound": ">=1.0.3 <2.0.0-0", "define-properties": ">=1.2.1 <2.0.0-0", "es-abstract": ">=1.23.6 <2.0.0-0", "es-errors": ">=1.3.0 <2.0.0-0", "es-set-tostringtag": ">=2.0.3 <3.0.0-0", "function-bind": ">=1.1.2 <2.0.0-0", "get-intrinsic": ">=1.2.6 <2.0.0-0", "globalthis": ">=1.0.4 <2.0.0-0", "gopd": ">=1.2.0 <2.0.0-0", "has-property-descriptors": ">=1.0.2 <2.0.0-0", "has-proto": ">=1.2.0 <2.0.0-0", "has-symbols": ">=1.1.0 <2.0.0-0", "internal-slot": ">=1.1.0 <2.0.0-0", "iterator.prototype": ">=1.1.4 <2.0.0-0", "safe-array-concat": ">=1.1.3 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "evalmd README.md", "posttest": "npx npm@'>=10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "es-shim-api --type=multi --ignore-dirs=WrapForValidIteratorPrototype,IteratorHelperPrototype", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "es-object-atoms!>=1.0.0 <2.0.0-0": [ "1.0.0", { "name": "es-object-atoms", "dist": { "tarball": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.0.0.tgz" }, "dependencies": { "es-errors": ">=1.3.0 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p . && eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git' | grep -v dist/)", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "es-object-atoms!>=1.1.1 <2.0.0-0": [ "1.1.1", { "name": "es-object-atoms", "dist": { "tarball": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz" }, "dependencies": { "es-errors": ">=1.3.0 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p . && eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git' | grep -v dist/)", "posttest": "npx npm@\">= 10.2\" audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "es-set-tostringtag!>=2.0.1 <3.0.0-0": [ "2.0.1", { "name": "es-set-tostringtag", "dist": { "tarball": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz" }, "dependencies": { "get-intrinsic": ">=1.1.3 <2.0.0-0", "has": ">=1.0.3 <2.0.0-0", "has-tostringtag": ">=1.0.0 <2.0.0-0" } } ], "es-set-tostringtag!>=2.0.3 <3.0.0-0": [ "2.0.3", { "name": "es-set-tostringtag", "dist": { "tarball": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.3.tgz" }, "dependencies": { "get-intrinsic": ">=1.2.4 <2.0.0-0", "has-tostringtag": ">=1.0.2 <2.0.0-0", "hasown": ">=2.0.1 <3.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p .", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "es-set-tostringtag!>=2.1.0 <3.0.0-0": [ "2.1.0", { "name": "es-set-tostringtag", "dist": { "tarball": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz" }, "dependencies": { "es-errors": ">=1.3.0 <2.0.0-0", "get-intrinsic": ">=1.2.6 <2.0.0-0", "has-tostringtag": ">=1.0.2 <2.0.0-0", "hasown": ">=2.0.2 <3.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p . && attw -P", "posttest": "npx npm@\">= 10.2\" audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "es-shim-unscopables!>=1.0.0 <2.0.0-0": [ "1.0.0", { "name": "es-shim-unscopables", "dist": { "tarball": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz" }, "dependencies": { "has": ">=1.0.3 <2.0.0-0" } } ], "es-shim-unscopables!>=1.0.2 <2.0.0-0": [ "1.0.2", { "name": "es-shim-unscopables", "dist": { "tarball": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz" }, "dependencies": { "hasown": ">=2.0.0 <3.0.0-0" }, "scripts": { "lint": "eslint --ext=.js,.mjs .", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint-disabled": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "es-shim-unscopables!>=1.1.0 <2.0.0-0": [ "1.1.0", { "name": "es-shim-unscopables", "dist": { "tarball": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz" }, "dependencies": { "hasown": ">=2.0.2 <3.0.0-0" }, "scripts": { "lint": "eslint --ext=.js,.mjs .", "postlint": "tsc && attw -P", "posttest": "npx npm@\">= 10.2\" audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint-disabled": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "es-to-primitive!>=1.2.1 <2.0.0-0": [ "1.2.1", { "name": "es-to-primitive", "dist": { "tarball": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz" }, "dependencies": { "is-callable": ">=1.1.4 <2.0.0-0", "is-date-object": ">=1.0.1 <2.0.0-0", "is-symbol": ">=1.0.2 <2.0.0-0" } } ], "es-to-primitive!>=1.3.0 <2.0.0-0": [ "1.3.0", { "name": "es-to-primitive", "dist": { "tarball": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.3.0.tgz" }, "dependencies": { "is-callable": ">=1.2.7 <2.0.0-0", "is-date-object": ">=1.0.5 <2.0.0-0", "is-symbol": ">=1.0.4 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc && attw -P", "posttest": "npx npm@'>=10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "escalade!>=3.1.1 <4.0.0-0": [ "3.1.1", { "name": "escalade", "dist": { "tarball": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz" } } ], "escape-string-regexp!>=1.0.5 <2.0.0-0": [ "1.0.5", { "name": "escape-string-regexp", "dist": { "tarball": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz" } } ], "escape-string-regexp!>=4.0.0 <5.0.0-0": [ "4.0.0", { "name": "escape-string-regexp", "dist": { "tarball": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz" } } ], "escape-string-regexp!5.0.0": [ "5.0.0", { "name": "escape-string-regexp", "dist": { "tarball": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz" }, "scripts": { "test": "xo && ava && tsd" } } ], "eslint!8.57.1": [ "8.57.1", { "name": "eslint", "dist": { "tarball": "https://registry.npmjs.org/eslint/-/eslint-8.57.1.tgz" }, "dependencies": { "@eslint-community/eslint-utils": ">=4.2.0 <5.0.0-0", "@eslint-community/regexpp": ">=4.6.1 <5.0.0-0", "@eslint/eslintrc": ">=2.1.4 <3.0.0-0", "@eslint/js": "8.57.1", "@humanwhocodes/config-array": ">=0.13.0 <0.14.0-0", "@humanwhocodes/module-importer": ">=1.0.1 <2.0.0-0", "@nodelib/fs.walk": ">=1.2.8 <2.0.0-0", "@ungap/structured-clone": ">=1.2.0 <2.0.0-0", "ajv": ">=6.12.4 <7.0.0-0", "chalk": ">=4.0.0 <5.0.0-0", "cross-spawn": ">=7.0.2 <8.0.0-0", "debug": ">=4.3.2 <5.0.0-0", "doctrine": ">=3.0.0 <4.0.0-0", "escape-string-regexp": ">=4.0.0 <5.0.0-0", "eslint-scope": ">=7.2.2 <8.0.0-0", "eslint-visitor-keys": ">=3.4.3 <4.0.0-0", "espree": ">=9.6.1 <10.0.0-0", "esquery": ">=1.4.2 <2.0.0-0", "esutils": ">=2.0.2 <3.0.0-0", "fast-deep-equal": ">=3.1.3 <4.0.0-0", "file-entry-cache": ">=6.0.1 <7.0.0-0", "find-up": ">=5.0.0 <6.0.0-0", "glob-parent": ">=6.0.2 <7.0.0-0", "globals": ">=13.19.0 <14.0.0-0", "graphemer": ">=1.4.0 <2.0.0-0", "ignore": ">=5.2.0 <6.0.0-0", "imurmurhash": ">=0.1.4 <0.2.0-0", "is-glob": ">=4.0.0 <5.0.0-0", "is-path-inside": ">=3.0.3 <4.0.0-0", "js-yaml": ">=4.1.0 <5.0.0-0", "json-stable-stringify-without-jsonify": ">=1.0.1 <2.0.0-0", "levn": ">=0.4.1 <0.5.0-0", "lodash.merge": ">=4.6.2 <5.0.0-0", "minimatch": ">=3.1.2 <4.0.0-0", "natural-compare": ">=1.4.0 <2.0.0-0", "optionator": ">=0.9.3 <0.10.0-0", "strip-ansi": ">=6.0.1 <7.0.0-0", "text-table": ">=0.2.0 <0.3.0-0" }, "bin": { "eslint": "bin/eslint.js" }, "scripts": { "build:docs:update-links": "node tools/fetch-docs-links.js", "build:readme": "node tools/update-readme.js", "build:site": "node Makefile.js gensite", "build:webpack": "node Makefile.js webpack", "lint": "node Makefile.js lint", "lint:docs:js": "node Makefile.js lintDocsJS", "lint:docs:rule-examples": "node Makefile.js checkRuleExamples", "lint:fix": "node Makefile.js lint -- fix", "lint:fix:docs:js": "node Makefile.js lintDocsJS -- fix", "release:generate:alpha": "node Makefile.js generatePrerelease -- alpha", "release:generate:beta": "node Makefile.js generatePrerelease -- beta", "release:generate:latest": "node Makefile.js generateRelease -- latest", "release:generate:maintenance": "node Makefile.js generateRelease -- maintenance", "release:generate:rc": "node Makefile.js generatePrerelease -- rc", "release:publish": "node Makefile.js publishRelease", "test": "node Makefile.js test", "test:cli": "mocha", "test:fuzz": "node Makefile.js fuzz", "test:performance": "node Makefile.js perf" } } ], "eslint-config-airbnb!19.0.4": [ "19.0.4", { "name": "eslint-config-airbnb", "dist": { "tarball": "https://registry.npmjs.org/eslint-config-airbnb/-/eslint-config-airbnb-19.0.4.tgz" }, "dependencies": { "eslint-config-airbnb-base": ">=15.0.0 <16.0.0-0", "object.assign": ">=4.1.2 <5.0.0-0", "object.entries": ">=1.1.5 <2.0.0-0" } } ], "eslint-config-airbnb-base!>=15.0.0 <16.0.0-0": [ "15.0.0", { "name": "eslint-config-airbnb-base", "dist": { "tarball": "https://registry.npmjs.org/eslint-config-airbnb-base/-/eslint-config-airbnb-base-15.0.0.tgz" }, "dependencies": { "confusing-browser-globals": ">=1.0.10 <2.0.0-0", "object.assign": ">=4.1.2 <5.0.0-0", "object.entries": ">=1.1.5 <2.0.0-0", "semver": ">=6.3.0 <7.0.0-0" } } ], "eslint-config-next!15.3.3": [ "15.3.3", { "name": "eslint-config-next", "dist": { "tarball": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-15.3.3.tgz" }, "dependencies": { "@next/eslint-plugin-next": "15.3.3", "@rushstack/eslint-patch": ">=1.10.3 <2.0.0-0", "@typescript-eslint/eslint-plugin": ">=5.4.2 <6.0.0-0||>=6.0.0 <7.0.0-0||>=7.0.0 <8.0.0-0||>=8.0.0 <9.0.0-0", "@typescript-eslint/parser": ">=5.4.2 <6.0.0-0||>=6.0.0 <7.0.0-0||>=7.0.0 <8.0.0-0||>=8.0.0 <9.0.0-0", "eslint-import-resolver-node": ">=0.3.6 <0.4.0-0", "eslint-import-resolver-typescript": ">=3.5.2 <4.0.0-0", "eslint-plugin-import": ">=2.31.0 <3.0.0-0", "eslint-plugin-jsx-a11y": ">=6.10.0 <7.0.0-0", "eslint-plugin-react": ">=7.37.0 <8.0.0-0", "eslint-plugin-react-hooks": ">=5.0.0 <6.0.0-0" } } ], "eslint-config-prettier!10.1.5": [ "10.1.5", { "name": "eslint-config-prettier", "dist": { "tarball": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-10.1.5.tgz" }, "bin": { "eslint-config-prettier": "bin/cli.js" } } ], "eslint-config-xo!0.45.0": [ "0.45.0", { "name": "eslint-config-xo", "dist": { "tarball": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.45.0.tgz" }, "dependencies": { "confusing-browser-globals": "1.0.11" }, "scripts": { "test": "eslint . && ava" } } ], "eslint-config-xo-react!0.27.0": [ "0.27.0", { "name": "eslint-config-xo-react", "dist": { "tarball": "https://registry.npmjs.org/eslint-config-xo-react/-/eslint-config-xo-react-0.27.0.tgz" } } ], "eslint-import-resolver-node!>=0.3.6 <0.4.0-0": [ "0.3.6", { "name": "eslint-import-resolver-node", "dist": { "tarball": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6.tgz" }, "dependencies": { "debug": ">=3.2.7 <4.0.0-0", "resolve": ">=1.20.0 <2.0.0-0" } } ], "eslint-import-resolver-node!>=0.3.9 <0.4.0-0": [ "0.3.9", { "name": "eslint-import-resolver-node", "dist": { "tarball": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz" }, "dependencies": { "debug": ">=3.2.7 <4.0.0-0", "is-core-module": ">=2.13.0 <3.0.0-0", "resolve": ">=1.22.4 <2.0.0-0" }, "scripts": { "prepublishOnly": "cp ../../{LICENSE,.npmrc} ./", "test": "npm run tests-only", "tests-only": "nyc mocha" } } ], "eslint-import-resolver-typescript!>=3.5.2 <4.0.0-0": [ "3.5.3", { "name": "eslint-import-resolver-typescript", "dist": { "tarball": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.5.3.tgz" }, "dependencies": { "debug": ">=4.3.4 <5.0.0-0", "enhanced-resolve": ">=5.10.0 <6.0.0-0", "get-tsconfig": ">=4.2.0 <5.0.0-0", "globby": ">=13.1.2 <14.0.0-0", "is-core-module": ">=2.10.0 <3.0.0-0", "is-glob": ">=4.0.3 <5.0.0-0", "synckit": ">=0.8.4 <0.9.0-0" } } ], "eslint-module-utils!>=2.12.0 <3.0.0-0": [ "2.12.0", { "name": "eslint-module-utils", "dist": { "tarball": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.12.0.tgz" }, "dependencies": { "debug": ">=3.2.7 <4.0.0-0" }, "scripts": { "posttsc": "attw -P .", "prepublishOnly": "cp ../{LICENSE,.npmrc} ./", "test": "echo \"Error: no test specified\" && exit 1", "tsc": "tsc -p ." } } ], "eslint-plugin-import!2.31.0": [ "2.31.0", { "name": "eslint-plugin-import", "dist": { "tarball": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.31.0.tgz" }, "dependencies": { "@rtsao/scc": ">=1.1.0 <2.0.0-0", "array-includes": ">=3.1.8 <4.0.0-0", "array.prototype.findlastindex": ">=1.2.5 <2.0.0-0", "array.prototype.flat": ">=1.3.2 <2.0.0-0", "array.prototype.flatmap": ">=1.3.2 <2.0.0-0", "debug": ">=3.2.7 <4.0.0-0", "doctrine": ">=2.1.0 <3.0.0-0", "eslint-import-resolver-node": ">=0.3.9 <0.4.0-0", "eslint-module-utils": ">=2.12.0 <3.0.0-0", "hasown": ">=2.0.2 <3.0.0-0", "is-core-module": ">=2.15.1 <3.0.0-0", "is-glob": ">=4.0.3 <5.0.0-0", "minimatch": ">=3.1.2 <4.0.0-0", "object.fromentries": ">=2.0.8 <3.0.0-0", "object.groupby": ">=1.0.3 <2.0.0-0", "object.values": ">=1.2.0 <2.0.0-0", "semver": ">=6.3.1 <7.0.0-0", "string.prototype.trimend": ">=1.0.8 <2.0.0-0", "tsconfig-paths": ">=3.15.0 <4.0.0-0" }, "scripts": { "build": "babel --quiet --out-dir lib src", "copy-metafiles": "node --require babel-register ./scripts/copyMetafiles", "mocha": "cross-env BABEL_ENV=test nyc mocha", "postbuild": "npm run copy-metafiles", "posttest": "eslint . && npm run update:eslint-docs -- --check && markdownlint \"**/*.md\"", "prebuild": "rimraf lib", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest && npm run build", "pretest": "linklocal", "preupdate:eslint-docs": "npm run build", "test": "npm run tests-only", "test-all": "node --require babel-register ./scripts/testAll", "test-compiled": "npm run prepublish && BABEL_ENV=testCompiled mocha --compilers js:babel-register tests/src", "test-example:flat": "cd examples/flat && npm install && npm run lint", "test-example:legacy": "cd examples/legacy && npm install && npm run lint", "test-examples": "npm run build && npm run test-example:legacy && npm run test-example:flat", "tests-only": "npm run mocha tests/src", "update:eslint-docs": "eslint-doc-generator --rule-doc-title-format prefix-name --rule-doc-section-options false --rule-list-split meta.docs.category --ignore-config stage-0 --config-emoji recommended,☑️", "watch": "npm run tests-only -- -- --watch" } } ], "eslint-plugin-import!>=2.31.0 <3.0.0-0": [ "2.31.0", { "name": "eslint-plugin-import", "dist": { "tarball": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.31.0.tgz" }, "dependencies": { "@rtsao/scc": ">=1.1.0 <2.0.0-0", "array-includes": ">=3.1.8 <4.0.0-0", "array.prototype.findlastindex": ">=1.2.5 <2.0.0-0", "array.prototype.flat": ">=1.3.2 <2.0.0-0", "array.prototype.flatmap": ">=1.3.2 <2.0.0-0", "debug": ">=3.2.7 <4.0.0-0", "doctrine": ">=2.1.0 <3.0.0-0", "eslint-import-resolver-node": ">=0.3.9 <0.4.0-0", "eslint-module-utils": ">=2.12.0 <3.0.0-0", "hasown": ">=2.0.2 <3.0.0-0", "is-core-module": ">=2.15.1 <3.0.0-0", "is-glob": ">=4.0.3 <5.0.0-0", "minimatch": ">=3.1.2 <4.0.0-0", "object.fromentries": ">=2.0.8 <3.0.0-0", "object.groupby": ">=1.0.3 <2.0.0-0", "object.values": ">=1.2.0 <2.0.0-0", "semver": ">=6.3.1 <7.0.0-0", "string.prototype.trimend": ">=1.0.8 <2.0.0-0", "tsconfig-paths": ">=3.15.0 <4.0.0-0" }, "scripts": { "build": "babel --quiet --out-dir lib src", "copy-metafiles": "node --require babel-register ./scripts/copyMetafiles", "mocha": "cross-env BABEL_ENV=test nyc mocha", "postbuild": "npm run copy-metafiles", "posttest": "eslint . && npm run update:eslint-docs -- --check && markdownlint \"**/*.md\"", "prebuild": "rimraf lib", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest && npm run build", "pretest": "linklocal", "preupdate:eslint-docs": "npm run build", "test": "npm run tests-only", "test-all": "node --require babel-register ./scripts/testAll", "test-compiled": "npm run prepublish && BABEL_ENV=testCompiled mocha --compilers js:babel-register tests/src", "test-example:flat": "cd examples/flat && npm install && npm run lint", "test-example:legacy": "cd examples/legacy && npm install && npm run lint", "test-examples": "npm run build && npm run test-example:legacy && npm run test-example:flat", "tests-only": "npm run mocha tests/src", "update:eslint-docs": "eslint-doc-generator --rule-doc-title-format prefix-name --rule-doc-section-options false --rule-list-split meta.docs.category --ignore-config stage-0 --config-emoji recommended,☑️", "watch": "npm run tests-only -- -- --watch" } } ], "eslint-plugin-jsx-a11y!6.10.2": [ "6.10.2", { "name": "eslint-plugin-jsx-a11y", "dist": { "tarball": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.2.tgz" }, "dependencies": { "aria-query": ">=5.3.2 <6.0.0-0", "array-includes": ">=3.1.8 <4.0.0-0", "array.prototype.flatmap": ">=1.3.2 <2.0.0-0", "ast-types-flow": ">=0.0.8 <0.0.9-0", "axe-core": ">=4.10.0 <5.0.0-0", "axobject-query": ">=4.1.0 <5.0.0-0", "damerau-levenshtein": ">=1.0.8 <2.0.0-0", "emoji-regex": ">=9.2.2 <10.0.0-0", "hasown": ">=2.0.2 <3.0.0-0", "jsx-ast-utils": ">=3.3.5 <4.0.0-0", "language-tags": ">=1.0.9 <2.0.0-0", "minimatch": ">=3.1.2 <4.0.0-0", "object.fromentries": ">=2.0.8 <3.0.0-0", "safe-regex-test": ">=1.0.3 <2.0.0-0", "string.prototype.includes": ">=2.0.1 <3.0.0-0" }, "scripts": { "build": "rimraf lib && babel src --out-dir lib --copy-files", "create": "node ./scripts/create-rule", "flow": "flow", "generate-list-of-rules": "eslint-doc-generator --rule-doc-title-format prefix-name --rule-doc-section-options false --config-emoji recommended,☑️ --ignore-config flat/recommended --ignore-config flat/strict", "generate-list-of-rules:check": "npm run generate-list-of-rules -- --check", "lint": "npx eslint@8 --ext=js,mjs,cjs,ts,tsx .", "lint:fix": "npm run lint -- --fix", "posttest": "npx npm@'>=10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "pregenerate-list-of-rules": "npm run build", "prepack": "npmignore --auto --commentLines=autogenerated && npm run build", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest && npm run lint && npm run flow && npm run tests-only", "pretest": "npm run lint:fix && npm run flow", "pretest:examples": "npm run build", "test": "npm run tests-only", "test-example:flat-cjs": "cd examples/flat-cjs && npm install && npm run lint", "test-example:flat-esm": "cd examples/flat-esm && npm install && npm run lint", "test-example:legacy": "cd examples/legacy && npm install && npm run lint", "test:examples": "npm run test-example:legacy && npm run test-example:flat-esm && npm run test-example:flat-cjs", "tests-only": "tape --require=@babel/register '__tests__/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "eslint-plugin-jsx-a11y!>=6.10.0 <7.0.0-0": [ "6.10.2", { "name": "eslint-plugin-jsx-a11y", "dist": { "tarball": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.2.tgz" }, "dependencies": { "aria-query": ">=5.3.2 <6.0.0-0", "array-includes": ">=3.1.8 <4.0.0-0", "array.prototype.flatmap": ">=1.3.2 <2.0.0-0", "ast-types-flow": ">=0.0.8 <0.0.9-0", "axe-core": ">=4.10.0 <5.0.0-0", "axobject-query": ">=4.1.0 <5.0.0-0", "damerau-levenshtein": ">=1.0.8 <2.0.0-0", "emoji-regex": ">=9.2.2 <10.0.0-0", "hasown": ">=2.0.2 <3.0.0-0", "jsx-ast-utils": ">=3.3.5 <4.0.0-0", "language-tags": ">=1.0.9 <2.0.0-0", "minimatch": ">=3.1.2 <4.0.0-0", "object.fromentries": ">=2.0.8 <3.0.0-0", "safe-regex-test": ">=1.0.3 <2.0.0-0", "string.prototype.includes": ">=2.0.1 <3.0.0-0" }, "scripts": { "build": "rimraf lib && babel src --out-dir lib --copy-files", "create": "node ./scripts/create-rule", "flow": "flow", "generate-list-of-rules": "eslint-doc-generator --rule-doc-title-format prefix-name --rule-doc-section-options false --config-emoji recommended,☑️ --ignore-config flat/recommended --ignore-config flat/strict", "generate-list-of-rules:check": "npm run generate-list-of-rules -- --check", "lint": "npx eslint@8 --ext=js,mjs,cjs,ts,tsx .", "lint:fix": "npm run lint -- --fix", "posttest": "npx npm@'>=10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "pregenerate-list-of-rules": "npm run build", "prepack": "npmignore --auto --commentLines=autogenerated && npm run build", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest && npm run lint && npm run flow && npm run tests-only", "pretest": "npm run lint:fix && npm run flow", "pretest:examples": "npm run build", "test": "npm run tests-only", "test-example:flat-cjs": "cd examples/flat-cjs && npm install && npm run lint", "test-example:flat-esm": "cd examples/flat-esm && npm install && npm run lint", "test-example:legacy": "cd examples/legacy && npm install && npm run lint", "test:examples": "npm run test-example:legacy && npm run test-example:flat-esm && npm run test-example:flat-cjs", "tests-only": "tape --require=@babel/register '__tests__/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "eslint-plugin-prefer-arrow!1.2.3": [ "1.2.3", { "name": "eslint-plugin-prefer-arrow", "dist": { "tarball": "https://registry.npmjs.org/eslint-plugin-prefer-arrow/-/eslint-plugin-prefer-arrow-1.2.3.tgz" } } ], "eslint-plugin-prettier!5.4.1": [ "5.4.1", { "name": "eslint-plugin-prettier", "dist": { "tarball": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.4.1.tgz" }, "dependencies": { "prettier-linter-helpers": ">=1.0.0 <2.0.0-0", "synckit": ">=0.11.7 <0.12.0-0" } } ], "eslint-plugin-react!7.37.5": [ "7.37.5", { "name": "eslint-plugin-react", "dist": { "tarball": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.5.tgz" }, "dependencies": { "array-includes": ">=3.1.8 <4.0.0-0", "array.prototype.findlast": ">=1.2.5 <2.0.0-0", "array.prototype.flatmap": ">=1.3.3 <2.0.0-0", "array.prototype.tosorted": ">=1.1.4 <2.0.0-0", "doctrine": ">=2.1.0 <3.0.0-0", "es-iterator-helpers": ">=1.2.1 <2.0.0-0", "estraverse": ">=5.3.0 <6.0.0-0", "hasown": ">=2.0.2 <3.0.0-0", "jsx-ast-utils": ">=2.4.1 <3.0.0-0||>=3.0.0 <4.0.0-0", "minimatch": ">=3.1.2 <4.0.0-0", "object.entries": ">=1.1.9 <2.0.0-0", "object.fromentries": ">=2.0.8 <3.0.0-0", "object.values": ">=1.2.1 <2.0.0-0", "prop-types": ">=15.8.1 <16.0.0-0", "resolve": ">=2.0.0-next.5 <3.0.0-0", "semver": ">=6.3.1 <7.0.0-0", "string.prototype.matchall": ">=4.0.12 <5.0.0-0", "string.prototype.repeat": ">=1.0.0 <2.0.0-0" }, "scripts": { "build-types": "tsc -p build.tsconfig.json", "clean-built-types": "rm -f $(find . -maxdepth 1 -type f -name '*.d.ts*') $(find lib -type f -name '*.d.ts*' ! -name 'types.d.ts')", "lint": "eslint .", "lint:docs": "markdownlint \"**/*.md\"", "postlint": "npm run type-check", "postlint:docs": "npm run update:eslint-docs -- --check", "posttest": "npx npm@'>= 10.2' audit --production", "prebuild-types": "npm run clean-built-types", "prelint": "npm run lint:docs", "prepack": "npm run build-types && npmignore --auto --commentLines=autogenerated", "pretest": "npm run lint", "test": "npm run unit-test", "type-check": "tsc", "unit-test": "istanbul cover node_modules/mocha/bin/_mocha tests/lib/**/*.js tests/util/**/*.js tests/index.js tests/flat-config.js", "update:eslint-docs": "eslint-doc-generator" } } ], "eslint-plugin-react!>=7.37.0 <8.0.0-0": [ "7.37.5", { "name": "eslint-plugin-react", "dist": { "tarball": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.5.tgz" }, "dependencies": { "array-includes": ">=3.1.8 <4.0.0-0", "array.prototype.findlast": ">=1.2.5 <2.0.0-0", "array.prototype.flatmap": ">=1.3.3 <2.0.0-0", "array.prototype.tosorted": ">=1.1.4 <2.0.0-0", "doctrine": ">=2.1.0 <3.0.0-0", "es-iterator-helpers": ">=1.2.1 <2.0.0-0", "estraverse": ">=5.3.0 <6.0.0-0", "hasown": ">=2.0.2 <3.0.0-0", "jsx-ast-utils": ">=2.4.1 <3.0.0-0||>=3.0.0 <4.0.0-0", "minimatch": ">=3.1.2 <4.0.0-0", "object.entries": ">=1.1.9 <2.0.0-0", "object.fromentries": ">=2.0.8 <3.0.0-0", "object.values": ">=1.2.1 <2.0.0-0", "prop-types": ">=15.8.1 <16.0.0-0", "resolve": ">=2.0.0-next.5 <3.0.0-0", "semver": ">=6.3.1 <7.0.0-0", "string.prototype.matchall": ">=4.0.12 <5.0.0-0", "string.prototype.repeat": ">=1.0.0 <2.0.0-0" }, "scripts": { "build-types": "tsc -p build.tsconfig.json", "clean-built-types": "rm -f $(find . -maxdepth 1 -type f -name '*.d.ts*') $(find lib -type f -name '*.d.ts*' ! -name 'types.d.ts')", "lint": "eslint .", "lint:docs": "markdownlint \"**/*.md\"", "postlint": "npm run type-check", "postlint:docs": "npm run update:eslint-docs -- --check", "posttest": "npx npm@'>= 10.2' audit --production", "prebuild-types": "npm run clean-built-types", "prelint": "npm run lint:docs", "prepack": "npm run build-types && npmignore --auto --commentLines=autogenerated", "pretest": "npm run lint", "test": "npm run unit-test", "type-check": "tsc", "unit-test": "istanbul cover node_modules/mocha/bin/_mocha tests/lib/**/*.js tests/util/**/*.js tests/index.js tests/flat-config.js", "update:eslint-docs": "eslint-doc-generator" } } ], "eslint-plugin-react-hooks!5.2.0": [ "5.2.0", { "name": "eslint-plugin-react-hooks", "dist": { "tarball": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.2.0.tgz" }, "scripts": { "test": "jest", "typecheck": "tsc --noEmit" } } ], "eslint-plugin-react-hooks!>=5.0.0 <6.0.0-0": [ "5.2.0", { "name": "eslint-plugin-react-hooks", "dist": { "tarball": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.2.0.tgz" }, "scripts": { "test": "jest", "typecheck": "tsc --noEmit" } } ], "eslint-plugin-unused-imports!4.1.4": [ "4.1.4", { "name": "eslint-plugin-unused-imports", "dist": { "tarball": "https://registry.npmjs.org/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-4.1.4.tgz" }, "scripts": { "build": "tsup", "format": "prettier --write '**/*.[jt]s'", "release": "bumpp && npm publish", "test": "vitest" } } ], "eslint-scope!>=7.2.2 <8.0.0-0": [ "7.2.2", { "name": "eslint-scope", "dist": { "tarball": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz" }, "dependencies": { "esrecurse": ">=4.3.0 <5.0.0-0", "estraverse": ">=5.2.0 <6.0.0-0" }, "scripts": { "build": "rollup -c", "generate-alpharelease": "eslint-generate-prerelease alpha", "generate-betarelease": "eslint-generate-prerelease beta", "generate-rcrelease": "eslint-generate-prerelease rc", "generate-release": "eslint-generate-release", "lint": "npm run build && node Makefile.js lint", "prepublishOnly": "npm run update-version && npm run build", "publish-release": "eslint-publish-release", "test": "npm run build && node Makefile.js test", "update-version": "node tools/update-version.js" } } ], "eslint-visitor-keys!>=3.3.0 <4.0.0-0": [ "3.3.0", { "name": "eslint-visitor-keys", "dist": { "tarball": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz" } } ], "eslint-visitor-keys!>=3.4.1 <4.0.0-0": [ "3.4.3", { "name": "eslint-visitor-keys", "dist": { "tarball": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz" }, "scripts": { "build": "npm run build:cjs && npm run build:types", "build:cjs": "rollup -c", "build:debug": "npm run build:cjs -- -m && npm run build:types", "build:keys": "node tools/build-keys-from-ts", "build:types": "tsc", "lint": "eslint .", "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 tests/lib/**/*.cjs && c8 mocha tests/lib/**/*.js && npm run test:types", "test:open-coverage": "c8 report --reporter lcov && opener coverage/lcov-report/index.html", "test:types": "tsd" } } ], "eslint-visitor-keys!>=3.4.3 <4.0.0-0": [ "3.4.3", { "name": "eslint-visitor-keys", "dist": { "tarball": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz" }, "scripts": { "build": "npm run build:cjs && npm run build:types", "build:cjs": "rollup -c", "build:debug": "npm run build:cjs -- -m && npm run build:types", "build:keys": "node tools/build-keys-from-ts", "build:types": "tsc", "lint": "eslint .", "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 tests/lib/**/*.cjs && c8 mocha tests/lib/**/*.js && npm run test:types", "test:open-coverage": "c8 report --reporter lcov && opener coverage/lcov-report/index.html", "test:types": "tsd" } } ], "eslint-visitor-keys!>=4.2.0 <5.0.0-0": [ "4.2.0", { "name": "eslint-visitor-keys", "dist": { "tarball": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz" }, "scripts": { "build": "npm run build:cjs && npm run build:types", "build:cjs": "rollup -c", "build:debug": "npm run build:cjs -- -m && npm run build:types", "build:types": "tsc -v && tsc", "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 tests/lib/**/*.cjs && c8 mocha tests/lib/**/*.js && npm run test:types", "test:open-coverage": "c8 report --reporter lcov && opener coverage/lcov-report/index.html", "test:types": "tsd" } } ], "espree!>=9.6.0 <10.0.0-0": [ "9.6.1", { "name": "espree", "dist": { "tarball": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz" }, "dependencies": { "acorn": ">=8.9.0 <9.0.0-0", "acorn-jsx": ">=5.3.2 <6.0.0-0", "eslint-visitor-keys": ">=3.4.1 <4.0.0-0" }, "scripts": { "build": "rollup -c rollup.config.js", "build:debug": "npm run build -- -m", "fixlint": "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", "prepublishOnly": "npm run update-version && npm run build", "pretest": "npm run build", "publish-release": "eslint-publish-release", "sync-docs": "node sync-docs.js", "test": "npm-run-all -p unit lint", "unit": "npm-run-all -s unit:*", "unit:cjs": "mocha --color --reporter progress --timeout 30000 tests/lib/commonjs.cjs", "unit:esm": "c8 mocha --color --reporter progress --timeout 30000 'tests/lib/**/*.js'", "update-version": "node tools/update-version.js" } } ], "espree!>=9.6.1 <10.0.0-0": [ "9.6.1", { "name": "espree", "dist": { "tarball": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz" }, "dependencies": { "acorn": ">=8.9.0 <9.0.0-0", "acorn-jsx": ">=5.3.2 <6.0.0-0", "eslint-visitor-keys": ">=3.4.1 <4.0.0-0" }, "scripts": { "build": "rollup -c rollup.config.js", "build:debug": "npm run build -- -m", "fixlint": "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", "prepublishOnly": "npm run update-version && npm run build", "pretest": "npm run build", "publish-release": "eslint-publish-release", "sync-docs": "node sync-docs.js", "test": "npm-run-all -p unit lint", "unit": "npm-run-all -s unit:*", "unit:cjs": "mocha --color --reporter progress --timeout 30000 tests/lib/commonjs.cjs", "unit:esm": "c8 mocha --color --reporter progress --timeout 30000 'tests/lib/**/*.js'", "update-version": "node tools/update-version.js" } } ], "esquery!>=1.4.2 <2.0.0-0": [ "1.5.0", { "name": "esquery", "dist": { "tarball": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz" }, "dependencies": { "estraverse": ">=5.1.0 <6.0.0-0" }, "scripts": { "build": "npm run build:parser && npm run build:browser", "build:browser": "rollup -c", "build:parser": "rm parser.js && pegjs --cache --format umd -o \"parser.js\" \"grammar.pegjs\"", "lint": "eslint .", "mocha": "mocha --require chai/register-assert --require @babel/register tests", "prepublishOnly": "npm run build && npm test", "test": "nyc npm run mocha && npm run lint", "test:ci": "npm run mocha" } } ], "esrecurse!>=4.3.0 <5.0.0-0": [ "4.3.0", { "name": "esrecurse", "dist": { "tarball": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz" }, "dependencies": { "estraverse": ">=5.2.0 <6.0.0-0" } } ], "estraverse!>=5.1.0 <6.0.0-0": [ "5.3.0", { "name": "estraverse", "dist": { "tarball": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz" } } ], "estraverse!>=5.2.0 <6.0.0-0": [ "5.3.0", { "name": "estraverse", "dist": { "tarball": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz" } } ], "estraverse!>=5.3.0 <6.0.0-0": [ "5.3.0", { "name": "estraverse", "dist": { "tarball": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz" } } ], "esutils!>=2.0.2 <3.0.0-0": [ "2.0.3", { "name": "esutils", "dist": { "tarball": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz" } } ], "execa!>=8.0.0 <9.0.0-0": [ "8.0.1", { "name": "execa", "dist": { "tarball": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz" }, "dependencies": { "cross-spawn": ">=7.0.3 <8.0.0-0", "get-stream": ">=8.0.1 <9.0.0-0", "human-signals": ">=5.0.0 <6.0.0-0", "is-stream": ">=3.0.0 <4.0.0-0", "merge-stream": ">=2.0.0 <3.0.0-0", "npm-run-path": ">=5.1.0 <6.0.0-0", "onetime": ">=6.0.0 <7.0.0-0", "signal-exit": ">=4.1.0 <5.0.0-0", "strip-final-newline": ">=3.0.0 <4.0.0-0" }, "scripts": { "test": "xo && c8 ava && tsd" } } ], "execa!>=9.0.0 <10.0.0-0": [ "9.2.0", { "name": "execa", "dist": { "tarball": "https://registry.npmjs.org/execa/-/execa-9.2.0.tgz" }, "dependencies": { "@sindresorhus/merge-streams": ">=4.0.0 <5.0.0-0", "cross-spawn": ">=7.0.3 <8.0.0-0", "figures": ">=6.1.0 <7.0.0-0", "get-stream": ">=9.0.0 <10.0.0-0", "human-signals": ">=7.0.0 <8.0.0-0", "is-plain-obj": ">=4.1.0 <5.0.0-0", "is-stream": ">=4.0.1 <5.0.0-0", "npm-run-path": ">=5.2.0 <6.0.0-0", "pretty-ms": ">=9.0.0 <10.0.0-0", "signal-exit": ">=4.1.0 <5.0.0-0", "strip-final-newline": ">=4.0.0 <5.0.0-0", "yoctocolors": ">=2.0.0 <3.0.0-0" }, "scripts": { "lint": "xo", "test": "npm run lint && npm run unit && npm run type", "type": "tsd && tsc && npx --yes tsd@0.29.0 && npx --yes --package typescript@5.1 tsc", "unit": "c8 ava" } } ], "exponential-backoff!>=3.1.1 <4.0.0-0": [ "3.1.1", { "name": "exponential-backoff", "dist": { "tarball": "https://registry.npmjs.org/exponential-backoff/-/exponential-backoff-3.1.1.tgz" }, "scripts": { "build": "tsc", "test": "jest", "test:watch": "jest --watch" } } ], "fast-content-type-parse!>=3.0.0 <4.0.0-0": [ "3.0.0", { "name": "fast-content-type-parse", "dist": { "tarball": "https://registry.npmjs.org/fast-content-type-parse/-/fast-content-type-parse-3.0.0.tgz" }, "scripts": { "benchmark": "node benchmarks/simple.js && node benchmarks/simple-ows.js && node benchmarks/with-param.js && node benchmarks/with-param-quoted.js", "lint": "eslint", "lint:fix": "eslint --fix", "test": "npm run test:unit && npm run test:typescript", "test:typescript": "tsd", "test:unit": "c8 --100 node --test" } } ], "fast-deep-equal!>=3.1.1 <4.0.0-0": [ "3.1.3", { "name": "fast-deep-equal", "dist": { "tarball": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz" } } ], "fast-deep-equal!>=3.1.3 <4.0.0-0": [ "3.1.3", { "name": "fast-deep-equal", "dist": { "tarball": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz" } } ], "fast-diff!>=1.1.2 <2.0.0-0": [ "1.2.0", { "name": "fast-diff", "dist": { "tarball": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.2.0.tgz" } } ], "fast-glob!3.3.1": [ "3.3.1", { "name": "fast-glob", "dist": { "tarball": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz" }, "dependencies": { "@nodelib/fs.stat": ">=2.0.2 <3.0.0-0", "@nodelib/fs.walk": ">=1.2.3 <2.0.0-0", "glob-parent": ">=5.1.2 <6.0.0-0", "merge2": ">=1.3.0 <2.0.0-0", "micromatch": ">=4.0.4 <5.0.0-0" }, "scripts": { "bench:async": "npm run bench:product:async && npm run bench:regression:async", "bench:product": "npm run bench:product:async && npm run bench:product:sync && npm run bench:product:stream", "bench:product:async": "hereby bench:product:async", "bench:product:stream": "hereby bench:product:stream", "bench:product:sync": "hereby bench:product:sync", "bench:regression": "npm run bench:regression:async && npm run bench:regression:sync && npm run bench:regression:stream", "bench:regression:async": "hereby bench:regression:async", "bench:regression:stream": "hereby bench:regression:stream", "bench:regression:sync": "hereby bench:regression:sync", "bench:stream": "npm run bench:product:stream && npm run bench:regression:stream", "bench:sync": "npm run bench:product:sync && npm run bench:regression:sync", "build": "npm run clean && npm run compile && npm run lint && npm test", "clean": "rimraf out", "compile": "tsc", "lint": "eslint \"src/**/*.ts\" --cache", "test": "mocha \"out/**/*.spec.js\" -s 0", "test:e2e": "mocha \"out/**/*.e2e.js\" -s 0", "test:e2e:async": "mocha \"out/**/*.e2e.js\" -s 0 --grep \"\\(async\\)\"", "test:e2e:stream": "mocha \"out/**/*.e2e.js\" -s 0 --grep \"\\(stream\\)\"", "test:e2e:sync": "mocha \"out/**/*.e2e.js\" -s 0 --grep \"\\(sync\\)\"", "watch": "npm run clean && npm run compile -- --sourceMap --watch" } } ], "fast-glob!>=3.2.11 <4.0.0-0": [ "3.2.12", { "name": "fast-glob", "dist": { "tarball": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz" }, "dependencies": { "@nodelib/fs.stat": ">=2.0.2 <3.0.0-0", "@nodelib/fs.walk": ">=1.2.3 <2.0.0-0", "glob-parent": ">=5.1.2 <6.0.0-0", "merge2": ">=1.3.0 <2.0.0-0", "micromatch": ">=4.0.4 <5.0.0-0" } } ], "fast-glob!>=3.3.2 <4.0.0-0": [ "3.3.2", { "name": "fast-glob", "dist": { "tarball": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz" }, "dependencies": { "@nodelib/fs.stat": ">=2.0.2 <3.0.0-0", "@nodelib/fs.walk": ">=1.2.3 <2.0.0-0", "glob-parent": ">=5.1.2 <6.0.0-0", "merge2": ">=1.3.0 <2.0.0-0", "micromatch": ">=4.0.4 <5.0.0-0" }, "scripts": { "bench:async": "npm run bench:product:async && npm run bench:regression:async", "bench:product": "npm run bench:product:async && npm run bench:product:sync && npm run bench:product:stream", "bench:product:async": "hereby bench:product:async", "bench:product:stream": "hereby bench:product:stream", "bench:product:sync": "hereby bench:product:sync", "bench:regression": "npm run bench:regression:async && npm run bench:regression:sync && npm run bench:regression:stream", "bench:regression:async": "hereby bench:regression:async", "bench:regression:stream": "hereby bench:regression:stream", "bench:regression:sync": "hereby bench:regression:sync", "bench:stream": "npm run bench:product:stream && npm run bench:regression:stream", "bench:sync": "npm run bench:product:sync && npm run bench:regression:sync", "build": "npm run clean && npm run compile && npm run lint && npm test", "clean": "rimraf out", "compile": "tsc", "lint": "eslint \"src/**/*.ts\" --cache", "test": "mocha \"out/**/*.spec.js\" -s 0", "test:e2e": "mocha \"out/**/*.e2e.js\" -s 0", "test:e2e:async": "mocha \"out/**/*.e2e.js\" -s 0 --grep \"\\(async\\)\"", "test:e2e:stream": "mocha \"out/**/*.e2e.js\" -s 0 --grep \"\\(stream\\)\"", "test:e2e:sync": "mocha \"out/**/*.e2e.js\" -s 0 --grep \"\\(sync\\)\"", "watch": "npm run clean && npm run compile -- --sourceMap --watch" } } ], "fast-json-stable-stringify!>=2.0.0 <3.0.0-0": [ "2.1.0", { "name": "fast-json-stable-stringify", "dist": { "tarball": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz" } } ], "fast-levenshtein!>=2.0.6 <3.0.0-0": [ "2.0.6", { "name": "fast-levenshtein", "dist": { "tarball": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz" } } ], "fastest-levenshtein!>=1.0.16 <2.0.0-0": [ "1.0.16", { "name": "fastest-levenshtein", "dist": { "tarball": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz" }, "scripts": { "bench": "npm run build && tsc bench.ts && node bench.js", "build": "tsc mod.ts --declaration", "build:esm": "tsc --declaration -p tsconfig.esm.json", "prepare": "npm run build && npm run build:esm", "test": "npm run build && tsc test.ts && jest test.js", "test:coverage": "npm run build && jest --coverage", "test:coveralls": "npm run build && jest --coverage --coverageReporters=text-lcov | coveralls" } } ], "fastq!>=1.6.0 <2.0.0-0": [ "1.13.0", { "name": "fastq", "dist": { "tarball": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz" }, "dependencies": { "reusify": ">=1.0.4 <2.0.0-0" } } ], "figures!>=2.0.0 <3.0.0-0": [ "2.0.0", { "name": "figures", "dist": { "tarball": "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz" }, "dependencies": { "escape-string-regexp": ">=1.0.5 <2.0.0-0" } } ], "figures!>=6.0.0 <7.0.0-0": [ "6.1.0", { "name": "figures", "dist": { "tarball": "https://registry.npmjs.org/figures/-/figures-6.1.0.tgz" }, "dependencies": { "is-unicode-supported": ">=2.0.0 <3.0.0-0" }, "scripts": { "test": "xo && ava && tsd" } } ], "figures!>=6.1.0 <7.0.0-0": [ "6.1.0", { "name": "figures", "dist": { "tarball": "https://registry.npmjs.org/figures/-/figures-6.1.0.tgz" }, "dependencies": { "is-unicode-supported": ">=2.0.0 <3.0.0-0" }, "scripts": { "test": "xo && ava && tsd" } } ], "file-entry-cache!>=6.0.1 <7.0.0-0": [ "6.0.1", { "name": "file-entry-cache", "dist": { "tarball": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz" }, "dependencies": { "flat-cache": ">=3.0.4 <4.0.0-0" } } ], "fill-range!>=7.0.1 <8.0.0-0": [ "7.0.1", { "name": "fill-range", "dist": { "tarball": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz" }, "dependencies": { "to-regex-range": ">=5.0.1 <6.0.0-0" } } ], "find-up!>=2.0.0 <3.0.0-0": [ "2.1.0", { "name": "find-up", "dist": { "tarball": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz" }, "dependencies": { "locate-path": ">=2.0.0 <3.0.0-0" } } ], "find-up!>=5.0.0 <6.0.0-0": [ "5.0.0", { "name": "find-up", "dist": { "tarball": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz" }, "dependencies": { "locate-path": ">=6.0.0 <7.0.0-0", "path-exists": ">=4.0.0 <5.0.0-0" } } ], "find-up-simple!>=1.0.0 <2.0.0-0": [ "1.0.0", { "name": "find-up-simple", "dist": { "tarball": "https://registry.npmjs.org/find-up-simple/-/find-up-simple-1.0.0.tgz" }, "scripts": { "test": "xo && ava" } } ], "find-versions!>=6.0.0 <7.0.0-0": [ "6.0.0", { "name": "find-versions", "dist": { "tarball": "https://registry.npmjs.org/find-versions/-/find-versions-6.0.0.tgz" }, "dependencies": { "semver-regex": ">=4.0.5 <5.0.0-0", "super-regex": ">=1.0.0 <2.0.0-0" }, "scripts": { "test": "xo && ava && tsd" } } ], "flat-cache!>=3.0.4 <4.0.0-0": [ "3.0.4", { "name": "flat-cache", "dist": { "tarball": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz" }, "dependencies": { "flatted": ">=3.1.0 <4.0.0-0", "rimraf": ">=3.0.2 <4.0.0-0" } } ], "flatted!>=3.1.0 <4.0.0-0": [ "3.2.7", { "name": "flatted", "dist": { "tarball": "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz" } } ], "for-each!>=0.3.3 <0.4.0-0": [ "0.3.3", { "name": "for-each", "dist": { "tarball": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz" }, "dependencies": { "is-callable": ">=1.1.3 <2.0.0-0" } } ], "for-each!>=0.3.5 <0.4.0-0": [ "0.3.5", { "name": "for-each", "dist": { "tarball": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz" }, "dependencies": { "is-callable": ">=1.2.7 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc && attw -P", "posttest": "npx npm@\">= 10.2\" audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "foreground-child!>=3.1.0 <4.0.0-0": [ "3.1.1", { "name": "foreground-child", "dist": { "tarball": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz" }, "dependencies": { "cross-spawn": ">=7.0.0 <8.0.0-0", "signal-exit": ">=4.0.1 <5.0.0-0" }, "scripts": { "format": "prettier --write . --loglevel warn", "postversion": "npm publish", "prepare": "tsc -p tsconfig.json && tsc -p tsconfig-esm.json && bash ./scripts/fixup.sh", "prepublishOnly": "git push origin --follow-tags", "presnap": "npm run prepare", "pretest": "npm run prepare", "preversion": "npm test", "snap": "c8 tap", "test": "c8 tap", "typedoc": "typedoc --tsconfig tsconfig-esm.json ./src/*.ts" } } ], "from2!>=2.3.0 <3.0.0-0": [ "2.3.0", { "name": "from2", "dist": { "tarball": "https://registry.npmjs.org/from2/-/from2-2.3.0.tgz" }, "dependencies": { "inherits": ">=2.0.1 <3.0.0-0", "readable-stream": ">=2.0.0 <3.0.0-0" } } ], "fs-extra!>=11.0.0 <12.0.0-0": [ "11.2.0", { "name": "fs-extra", "dist": { "tarball": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz" }, "dependencies": { "graceful-fs": ">=4.2.0 <5.0.0-0", "jsonfile": ">=6.0.1 <7.0.0-0", "universalify": ">=2.0.0 <3.0.0-0" }, "scripts": { "lint": "standard", "test": "npm run lint && npm run unit && npm run unit-esm", "test-find": "find ./lib/**/__tests__ -name *.test.js | xargs mocha", "unit": "nyc node test.js", "unit-esm": "node test.mjs" } } ], "fs-minipass!>=2.0.0 <3.0.0-0": [ "2.1.0", { "name": "fs-minipass", "dist": { "tarball": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz" }, "dependencies": { "minipass": ">=3.0.0 <4.0.0-0" } } ], "fs-minipass!>=3.0.0 <4.0.0-0": [ "3.0.3", { "name": "fs-minipass", "dist": { "tarball": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-3.0.3.tgz" }, "dependencies": { "minipass": ">=7.0.3 <8.0.0-0" }, "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" } } ], "fs-minipass!>=3.0.3 <4.0.0-0": [ "3.0.3", { "name": "fs-minipass", "dist": { "tarball": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-3.0.3.tgz" }, "dependencies": { "minipass": ">=7.0.3 <8.0.0-0" }, "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" } } ], "fs.realpath!>=1.0.0 <2.0.0-0": [ "1.0.0", { "name": "fs.realpath", "dist": { "tarball": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz" } } ], "function-bind!>=1.1.1 <2.0.0-0": [ "1.1.1", { "name": "function-bind", "dist": { "tarball": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz" } } ], "function-bind!>=1.1.2 <2.0.0-0": [ "1.1.2", { "name": "function-bind", "dist": { "tarball": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz" }, "scripts": { "lint": "eslint --ext=js,mjs .", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "function-timeout!>=1.0.1 <2.0.0-0": [ "1.0.2", { "name": "function-timeout", "dist": { "tarball": "https://registry.npmjs.org/function-timeout/-/function-timeout-1.0.2.tgz" }, "scripts": { "test": "xo && ava && tsd" } } ], "function.prototype.name!>=1.1.5 <2.0.0-0": [ "1.1.5", { "name": "function.prototype.name", "dist": { "tarball": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz" }, "dependencies": { "call-bind": ">=1.0.2 <2.0.0-0", "define-properties": ">=1.1.3 <2.0.0-0", "es-abstract": ">=1.19.0 <2.0.0-0", "functions-have-names": ">=1.2.2 <2.0.0-0" } } ], "function.prototype.name!>=1.1.6 <2.0.0-0": [ "1.1.6", { "name": "function.prototype.name", "dist": { "tarball": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.6.tgz" }, "dependencies": { "call-bind": ">=1.0.2 <2.0.0-0", "define-properties": ">=1.2.0 <2.0.0-0", "es-abstract": ">=1.22.1 <2.0.0-0", "functions-have-names": ">=1.2.3 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "es-shim-api --bound", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run --silent tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "function.prototype.name!>=1.1.8 <2.0.0-0": [ "1.1.8", { "name": "function.prototype.name", "dist": { "tarball": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.8.tgz" }, "dependencies": { "call-bind": ">=1.0.8 <2.0.0-0", "call-bound": ">=1.0.3 <2.0.0-0", "define-properties": ">=1.2.1 <2.0.0-0", "functions-have-names": ">=1.2.3 <2.0.0-0", "hasown": ">=2.0.2 <3.0.0-0", "is-callable": ">=1.2.7 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "es-shim-api --bound", "posttest": "npx npm@'>=10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run --silent tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "functions-have-names!>=1.2.2 <2.0.0-0": [ "1.2.3", { "name": "functions-have-names", "dist": { "tarball": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz" } } ], "functions-have-names!>=1.2.3 <2.0.0-0": [ "1.2.3", { "name": "functions-have-names", "dist": { "tarball": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz" }, "scripts": { "lint": "eslint --ext=js,mjs .", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "get-caller-file!>=2.0.5 <3.0.0-0": [ "2.0.5", { "name": "get-caller-file", "dist": { "tarball": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz" } } ], "get-intrinsic!>=1.0.2 <2.0.0-0": [ "1.1.2", { "name": "get-intrinsic", "dist": { "tarball": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.2.tgz" }, "dependencies": { "function-bind": ">=1.1.1 <2.0.0-0", "has": ">=1.0.3 <2.0.0-0", "has-symbols": ">=1.0.3 <2.0.0-0" } } ], "get-intrinsic!>=1.1.0 <2.0.0-0": [ "1.1.2", { "name": "get-intrinsic", "dist": { "tarball": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.2.tgz" }, "dependencies": { "function-bind": ">=1.1.1 <2.0.0-0", "has": ">=1.0.3 <2.0.0-0", "has-symbols": ">=1.0.3 <2.0.0-0" } } ], "get-intrinsic!>=1.1.1 <2.0.0-0": [ "1.1.2", { "name": "get-intrinsic", "dist": { "tarball": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.2.tgz" }, "dependencies": { "function-bind": ">=1.1.1 <2.0.0-0", "has": ">=1.0.3 <2.0.0-0", "has-symbols": ">=1.0.3 <2.0.0-0" } } ], "get-intrinsic!>=1.1.2 <2.0.0-0": [ "1.1.2", { "name": "get-intrinsic", "dist": { "tarball": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.2.tgz" }, "dependencies": { "function-bind": ">=1.1.1 <2.0.0-0", "has": ">=1.0.3 <2.0.0-0", "has-symbols": ">=1.0.3 <2.0.0-0" } } ], "get-intrinsic!>=1.1.3 <2.0.0-0": [ "1.2.0", { "name": "get-intrinsic", "dist": { "tarball": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.0.tgz" }, "dependencies": { "function-bind": ">=1.1.1 <2.0.0-0", "has": ">=1.0.3 <2.0.0-0", "has-symbols": ">=1.0.3 <2.0.0-0" } } ], "get-intrinsic!>=1.2.1 <2.0.0-0": [ "1.2.4", { "name": "get-intrinsic", "dist": { "tarball": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz" }, "dependencies": { "es-errors": ">=1.3.0 <2.0.0-0", "function-bind": ">=1.1.2 <2.0.0-0", "has-proto": ">=1.0.1 <2.0.0-0", "has-symbols": ">=1.0.3 <2.0.0-0", "hasown": ">=2.0.0 <3.0.0-0" }, "scripts": { "lint": "eslint --ext=.js,.mjs .", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "get-intrinsic!>=1.2.3 <2.0.0-0": [ "1.2.4", { "name": "get-intrinsic", "dist": { "tarball": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz" }, "dependencies": { "es-errors": ">=1.3.0 <2.0.0-0", "function-bind": ">=1.1.2 <2.0.0-0", "has-proto": ">=1.0.1 <2.0.0-0", "has-symbols": ">=1.0.3 <2.0.0-0", "hasown": ">=2.0.0 <3.0.0-0" }, "scripts": { "lint": "eslint --ext=.js,.mjs .", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "get-intrinsic!>=1.2.4 <2.0.0-0": [ "1.2.4", { "name": "get-intrinsic", "dist": { "tarball": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz" }, "dependencies": { "es-errors": ">=1.3.0 <2.0.0-0", "function-bind": ">=1.1.2 <2.0.0-0", "has-proto": ">=1.0.1 <2.0.0-0", "has-symbols": ">=1.0.3 <2.0.0-0", "hasown": ">=2.0.0 <3.0.0-0" }, "scripts": { "lint": "eslint --ext=.js,.mjs .", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "get-intrinsic!>=1.2.5 <2.0.0-0": [ "1.3.0", { "name": "get-intrinsic", "dist": { "tarball": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz" }, "dependencies": { "call-bind-apply-helpers": ">=1.0.2 <2.0.0-0", "es-define-property": ">=1.0.1 <2.0.0-0", "es-errors": ">=1.3.0 <2.0.0-0", "es-object-atoms": ">=1.1.1 <2.0.0-0", "function-bind": ">=1.1.2 <2.0.0-0", "get-proto": ">=1.0.1 <2.0.0-0", "gopd": ">=1.2.0 <2.0.0-0", "has-symbols": ">=1.1.0 <2.0.0-0", "hasown": ">=2.0.2 <3.0.0-0", "math-intrinsics": ">=1.1.0 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=.js,.mjs .", "posttest": "npx npm@'>= 10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "get-intrinsic!>=1.2.6 <2.0.0-0": [ "1.3.0", { "name": "get-intrinsic", "dist": { "tarball": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz" }, "dependencies": { "call-bind-apply-helpers": ">=1.0.2 <2.0.0-0", "es-define-property": ">=1.0.1 <2.0.0-0", "es-errors": ">=1.3.0 <2.0.0-0", "es-object-atoms": ">=1.1.1 <2.0.0-0", "function-bind": ">=1.1.2 <2.0.0-0", "get-proto": ">=1.0.1 <2.0.0-0", "gopd": ">=1.2.0 <2.0.0-0", "has-symbols": ">=1.1.0 <2.0.0-0", "hasown": ">=2.0.2 <3.0.0-0", "math-intrinsics": ">=1.1.0 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=.js,.mjs .", "posttest": "npx npm@'>= 10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "get-intrinsic!>=1.2.7 <2.0.0-0": [ "1.3.0", { "name": "get-intrinsic", "dist": { "tarball": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz" }, "dependencies": { "call-bind-apply-helpers": ">=1.0.2 <2.0.0-0", "es-define-property": ">=1.0.1 <2.0.0-0", "es-errors": ">=1.3.0 <2.0.0-0", "es-object-atoms": ">=1.1.1 <2.0.0-0", "function-bind": ">=1.1.2 <2.0.0-0", "get-proto": ">=1.0.1 <2.0.0-0", "gopd": ">=1.2.0 <2.0.0-0", "has-symbols": ">=1.1.0 <2.0.0-0", "hasown": ">=2.0.2 <3.0.0-0", "math-intrinsics": ">=1.1.0 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=.js,.mjs .", "posttest": "npx npm@'>= 10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "get-intrinsic!>=1.3.0 <2.0.0-0": [ "1.3.0", { "name": "get-intrinsic", "dist": { "tarball": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz" }, "dependencies": { "call-bind-apply-helpers": ">=1.0.2 <2.0.0-0", "es-define-property": ">=1.0.1 <2.0.0-0", "es-errors": ">=1.3.0 <2.0.0-0", "es-object-atoms": ">=1.1.1 <2.0.0-0", "function-bind": ">=1.1.2 <2.0.0-0", "get-proto": ">=1.0.1 <2.0.0-0", "gopd": ">=1.2.0 <2.0.0-0", "has-symbols": ">=1.1.0 <2.0.0-0", "hasown": ">=2.0.2 <3.0.0-0", "math-intrinsics": ">=1.1.0 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=.js,.mjs .", "posttest": "npx npm@'>= 10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "get-proto!>=1.0.0 <2.0.0-0": [ "1.0.1", { "name": "get-proto", "dist": { "tarball": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz" }, "dependencies": { "dunder-proto": ">=1.0.1 <2.0.0-0", "es-object-atoms": ">=1.0.0 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc && attw -P", "posttest": "npx npm@\">=10.2\" audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run --silent lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "get-proto!>=1.0.1 <2.0.0-0": [ "1.0.1", { "name": "get-proto", "dist": { "tarball": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz" }, "dependencies": { "dunder-proto": ">=1.0.1 <2.0.0-0", "es-object-atoms": ">=1.0.0 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc && attw -P", "posttest": "npx npm@\">=10.2\" audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run --silent lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "get-stream!>=6.0.0 <7.0.0-0": [ "6.0.1", { "name": "get-stream", "dist": { "tarball": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz" } } ], "get-stream!>=7.0.0 <8.0.0-0": [ "7.0.1", { "name": "get-stream", "dist": { "tarball": "https://registry.npmjs.org/get-stream/-/get-stream-7.0.1.tgz" }, "scripts": { "test": "xo && ava && tsd" } } ], "get-stream!>=8.0.1 <9.0.0-0": [ "8.0.1", { "name": "get-stream", "dist": { "tarball": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz" }, "scripts": { "benchmark": "node benchmarks/index.js", "test": "xo && ava && tsd --typings=source/index.d.ts --files=source/index.test-d.ts" } } ], "get-stream!>=9.0.0 <10.0.0-0": [ "9.0.1", { "name": "get-stream", "dist": { "tarball": "https://registry.npmjs.org/get-stream/-/get-stream-9.0.1.tgz" }, "dependencies": { "@sec-ant/readable-stream": ">=0.4.1 <0.5.0-0", "is-stream": ">=4.0.1 <5.0.0-0" }, "scripts": { "benchmark": "node benchmarks/index.js", "test": "xo && ava && tsd --typings=source/index.d.ts --files=source/index.test-d.ts" } } ], "get-symbol-description!>=1.0.0 <2.0.0-0": [ "1.0.0", { "name": "get-symbol-description", "dist": { "tarball": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz" }, "dependencies": { "call-bind": ">=1.0.2 <2.0.0-0", "get-intrinsic": ">=1.1.1 <2.0.0-0" } } ], "get-symbol-description!>=1.0.2 <2.0.0-0": [ "1.0.2", { "name": "get-symbol-description", "dist": { "tarball": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.2.tgz" }, "dependencies": { "call-bind": ">=1.0.5 <2.0.0-0", "es-errors": ">=1.3.0 <2.0.0-0", "get-intrinsic": ">=1.2.4 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=.js,.mjs .", "postlint": "evalmd README.md", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "get-symbol-description!>=1.1.0 <2.0.0-0": [ "1.1.0", { "name": "get-symbol-description", "dist": { "tarball": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.1.0.tgz" }, "dependencies": { "call-bound": ">=1.0.3 <2.0.0-0", "es-errors": ">=1.3.0 <2.0.0-0", "get-intrinsic": ">=1.2.6 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=.js,.mjs .", "postlint": "tsc && attw -P", "posttest": "npx npm@'>= 10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "get-tsconfig!>=4.2.0 <5.0.0-0": [ "4.3.0", { "name": "get-tsconfig", "dist": { "tarball": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.3.0.tgz" } } ], "git-log-parser!>=1.2.0 <2.0.0-0": [ "1.2.0", { "name": "git-log-parser", "dist": { "tarball": "https://registry.npmjs.org/git-log-parser/-/git-log-parser-1.2.0.tgz" }, "dependencies": { "argv-formatter": ">=1.0.0 <1.1.0-0", "spawn-error-forwarder": ">=1.0.0 <1.1.0-0", "split2": ">=1.0.0 <1.1.0-0", "stream-combiner2": ">=1.1.1 <1.2.0-0", "through2": ">=2.0.0 <2.1.0-0", "traverse": ">=0.6.6 <0.7.0-0" } } ], "glob!>=7.1.3 <8.0.0-0": [ "7.2.3", { "name": "glob", "dist": { "tarball": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz" }, "dependencies": { "fs.realpath": ">=1.0.0 <2.0.0-0", "inflight": ">=1.0.4 <2.0.0-0", "inherits": ">=2.0.0 <3.0.0-0", "minimatch": ">=3.1.1 <4.0.0-0", "once": ">=1.3.0 <2.0.0-0", "path-is-absolute": ">=1.0.0 <2.0.0-0" } } ], "glob!>=10.2.2 <11.0.0-0": [ "10.4.1", { "name": "glob", "dist": { "tarball": "https://registry.npmjs.org/glob/-/glob-10.4.1.tgz" }, "dependencies": { "foreground-child": ">=3.1.0 <4.0.0-0", "jackspeak": ">=3.1.2 <4.0.0-0", "minimatch": ">=9.0.4 <10.0.0-0", "minipass": ">=7.1.2 <8.0.0-0", "path-scurry": ">=1.11.1 <2.0.0-0" }, "bin": { "glob": "dist/esm/bin.mjs" }, "scripts": { "bench": "bash benchmark.sh", "benchclean": "node benchclean.cjs", "format": "prettier --write . --log-level warn", "postversion": "npm publish", "prebench": "npm run prepare", "prepare": "tshy", "preprof": "npm run prepare", "prepublish": "npm run benchclean", "prepublishOnly": "git push origin --follow-tags", "presnap": "npm run prepare", "pretest": "npm run prepare", "preversion": "npm test", "prof": "bash prof.sh", "profclean": "rm -f v8.log profile.txt", "snap": "tap", "test": "tap", "test-regen": "npm run profclean && TEST_REGEN=1 node --no-warnings --loader ts-node/esm test/00-setup.ts", "typedoc": "typedoc --tsconfig .tshy/esm.json ./src/*.ts" } } ], "glob!>=10.3.10 <11.0.0-0": [ "10.4.1", { "name": "glob", "dist": { "tarball": "https://registry.npmjs.org/glob/-/glob-10.4.1.tgz" }, "dependencies": { "foreground-child": ">=3.1.0 <4.0.0-0", "jackspeak": ">=3.1.2 <4.0.0-0", "minimatch": ">=9.0.4 <10.0.0-0", "minipass": ">=7.1.2 <8.0.0-0", "path-scurry": ">=1.11.1 <2.0.0-0" }, "bin": { "glob": "dist/esm/bin.mjs" }, "scripts": { "bench": "bash benchmark.sh", "benchclean": "node benchclean.cjs", "format": "prettier --write . --log-level warn", "postversion": "npm publish", "prebench": "npm run prepare", "prepare": "tshy", "preprof": "npm run prepare", "prepublish": "npm run benchclean", "prepublishOnly": "git push origin --follow-tags", "presnap": "npm run prepare", "pretest": "npm run prepare", "preversion": "npm test", "prof": "bash prof.sh", "profclean": "rm -f v8.log profile.txt", "snap": "tap", "test": "tap", "test-regen": "npm run profclean && TEST_REGEN=1 node --no-warnings --loader ts-node/esm test/00-setup.ts", "typedoc": "typedoc --tsconfig .tshy/esm.json ./src/*.ts" } } ], "glob!>=10.4.1 <11.0.0-0": [ "10.4.1", { "name": "glob", "dist": { "tarball": "https://registry.npmjs.org/glob/-/glob-10.4.1.tgz" }, "dependencies": { "foreground-child": ">=3.1.0 <4.0.0-0", "jackspeak": ">=3.1.2 <4.0.0-0", "minimatch": ">=9.0.4 <10.0.0-0", "minipass": ">=7.1.2 <8.0.0-0", "path-scurry": ">=1.11.1 <2.0.0-0" }, "bin": { "glob": "dist/esm/bin.mjs" }, "scripts": { "bench": "bash benchmark.sh", "benchclean": "node benchclean.cjs", "format": "prettier --write . --log-level warn", "postversion": "npm publish", "prebench": "npm run prepare", "prepare": "tshy", "preprof": "npm run prepare", "prepublish": "npm run benchclean", "prepublishOnly": "git push origin --follow-tags", "presnap": "npm run prepare", "pretest": "npm run prepare", "preversion": "npm test", "prof": "bash prof.sh", "profclean": "rm -f v8.log profile.txt", "snap": "tap", "test": "tap", "test-regen": "npm run profclean && TEST_REGEN=1 node --no-warnings --loader ts-node/esm test/00-setup.ts", "typedoc": "typedoc --tsconfig .tshy/esm.json ./src/*.ts" } } ], "glob-parent!>=5.1.2 <6.0.0-0": [ "5.1.2", { "name": "glob-parent", "dist": { "tarball": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz" }, "dependencies": { "is-glob": ">=4.0.1 <5.0.0-0" } } ], "glob-parent!>=6.0.2 <7.0.0-0": [ "6.0.2", { "name": "glob-parent", "dist": { "tarball": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz" }, "dependencies": { "is-glob": ">=4.0.3 <5.0.0-0" } } ], "globals!>=13.19.0 <14.0.0-0": [ "13.19.0", { "name": "globals", "dist": { "tarball": "https://registry.npmjs.org/globals/-/globals-13.19.0.tgz" }, "dependencies": { "type-fest": ">=0.20.2 <0.21.0-0" } } ], "globalthis!>=1.0.3 <2.0.0-0": [ "1.0.3", { "name": "globalthis", "dist": { "tarball": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz" }, "dependencies": { "define-properties": ">=1.1.3 <2.0.0-0" } } ], "globalthis!>=1.0.4 <2.0.0-0": [ "1.0.4", { "name": "globalthis", "dist": { "tarball": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz" }, "dependencies": { "define-properties": ">=1.2.1 <2.0.0-0", "gopd": ">=1.0.1 <2.0.0-0" }, "scripts": { "build": "mkdir -p dist && browserify browserShim.js > dist/browser.js", "lint": "eslint --ext=js,mjs .", "postlint": "es-shim-api --bound --property", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest && npm run build", "pretest": "npm run lint", "test": "npm run --silent tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "globalyzer!0.1.0": [ "0.1.0", { "name": "globalyzer", "dist": { "tarball": "https://registry.npmjs.org/globalyzer/-/globalyzer-0.1.0.tgz" } } ], "globby!>=13.1.2 <14.0.0-0": [ "13.1.3", { "name": "globby", "dist": { "tarball": "https://registry.npmjs.org/globby/-/globby-13.1.3.tgz" }, "dependencies": { "dir-glob": ">=3.0.1 <4.0.0-0", "fast-glob": ">=3.2.11 <4.0.0-0", "ignore": ">=5.2.0 <6.0.0-0", "merge2": ">=1.4.1 <2.0.0-0", "slash": ">=4.0.0 <5.0.0-0" } } ], "globby!>=14.0.0 <15.0.0-0": [ "14.0.1", { "name": "globby", "dist": { "tarball": "https://registry.npmjs.org/globby/-/globby-14.0.1.tgz" }, "dependencies": { "@sindresorhus/merge-streams": ">=2.1.0 <3.0.0-0", "fast-glob": ">=3.3.2 <4.0.0-0", "ignore": ">=5.2.4 <6.0.0-0", "path-type": ">=5.0.0 <6.0.0-0", "slash": ">=5.1.0 <6.0.0-0", "unicorn-magic": ">=0.1.0 <0.2.0-0" }, "scripts": { "bench": "npm update @globby/main-branch glob-stream fast-glob && node bench.js", "test": "xo && ava && tsd" } } ], "globrex!>=0.1.2 <0.2.0-0": [ "0.1.2", { "name": "globrex", "dist": { "tarball": "https://registry.npmjs.org/globrex/-/globrex-0.1.2.tgz" } } ], "gopd!>=1.0.1 <2.0.0-0": [ "1.0.1", { "name": "gopd", "dist": { "tarball": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz" }, "dependencies": { "get-intrinsic": ">=1.1.3 <2.0.0-0" } } ], "gopd!>=1.2.0 <2.0.0-0": [ "1.2.0", { "name": "gopd", "dist": { "tarball": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "evalmd README.md", "posttest": "npx npm@'>=10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "tsc -p . && attw -P", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "graceful-fs!4.2.10": [ "4.2.10", { "name": "graceful-fs", "dist": { "tarball": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz" }, "scripts": { "postpublish": "git push origin --follow-tags", "posttest": "nyc report", "postversion": "npm publish", "preversion": "npm test", "test": "nyc --silent node test.js | tap -c -" } } ], "graceful-fs!>=4.1.2 <5.0.0-0": [ "4.2.10", { "name": "graceful-fs", "dist": { "tarball": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz" } } ], "graceful-fs!>=4.1.6 <5.0.0-0?": [ "4.2.10", { "name": "graceful-fs", "dist": { "tarball": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz" } } ], "graceful-fs!>=4.2.0 <5.0.0-0": [ "4.2.10", { "name": "graceful-fs", "dist": { "tarball": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz" } } ], "graceful-fs!>=4.2.4 <5.0.0-0": [ "4.2.10", { "name": "graceful-fs", "dist": { "tarball": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz" } } ], "graceful-fs!>=4.2.6 <5.0.0-0": [ "4.2.10", { "name": "graceful-fs", "dist": { "tarball": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz" } } ], "graceful-fs!>=4.2.11 <5.0.0-0": [ "4.2.11", { "name": "graceful-fs", "dist": { "tarball": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz" }, "scripts": { "postpublish": "git push origin --follow-tags", "posttest": "nyc report", "postversion": "npm publish", "preversion": "npm test", "test": "nyc --silent node test.js | tap -c -" } } ], "graphemer!>=1.4.0 <2.0.0-0": [ "1.4.0", { "name": "graphemer", "dist": { "tarball": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz" }, "scripts": { "build": "tsc --project tsconfig.json", "prepublishOnly": "npm run build", "pretest": "npm run build", "prettier:check": "prettier --check .", "prettier:fix": "prettier --write .", "test": "ts-node node_modules/tape/bin/tape tests/**.ts" } } ], "handlebars!>=4.7.7 <5.0.0-0": [ "4.7.7", { "name": "handlebars", "dist": { "tarball": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.7.tgz" }, "dependencies": { "minimist": ">=1.2.5 <2.0.0-0", "neo-async": ">=2.6.0 <3.0.0-0", "source-map": ">=0.6.1 <0.7.0-0", "uglify-js": ">=3.1.4 <4.0.0-0", "wordwrap": ">=1.0.0 <2.0.0-0" }, "optionalDependencies": { "uglify-js": ">=3.1.4 <4.0.0-0" }, "bin": { "handlebars": "bin/handlebars" } } ], "has!>=1.0.3 <2.0.0-0": [ "1.0.3", { "name": "has", "dist": { "tarball": "https://registry.npmjs.org/has/-/has-1.0.3.tgz" }, "dependencies": { "function-bind": ">=1.1.1 <2.0.0-0" } } ], "has-bigints!>=1.0.1 <2.0.0-0": [ "1.0.2", { "name": "has-bigints", "dist": { "tarball": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz" } } ], "has-bigints!>=1.0.2 <2.0.0-0": [ "1.0.2", { "name": "has-bigints", "dist": { "tarball": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz" } } ], "has-flag!>=3.0.0 <4.0.0-0": [ "3.0.0", { "name": "has-flag", "dist": { "tarball": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz" } } ], "has-flag!>=4.0.0 <5.0.0-0": [ "4.0.0", { "name": "has-flag", "dist": { "tarball": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz" } } ], "has-property-descriptors!>=1.0.0 <2.0.0-0": [ "1.0.0", { "name": "has-property-descriptors", "dist": { "tarball": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz" }, "dependencies": { "get-intrinsic": ">=1.1.1 <2.0.0-0" } } ], "has-property-descriptors!>=1.0.2 <2.0.0-0": [ "1.0.2", { "name": "has-property-descriptors", "dist": { "tarball": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz" }, "dependencies": { "es-define-property": ">=1.0.0 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "has-proto!>=1.0.1 <2.0.0-0": [ "1.0.1", { "name": "has-proto", "dist": { "tarball": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz" } } ], "has-proto!>=1.0.3 <2.0.0-0": [ "1.0.3", { "name": "has-proto", "dist": { "tarball": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p .", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "has-proto!>=1.2.0 <2.0.0-0": [ "1.2.0", { "name": "has-proto", "dist": { "tarball": "https://registry.npmjs.org/has-proto/-/has-proto-1.2.0.tgz" }, "dependencies": { "dunder-proto": ">=1.0.0 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p . && attw -P", "posttest": "npx npm@'>=10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "has-symbols!>=1.0.2 <2.0.0-0": [ "1.0.3", { "name": "has-symbols", "dist": { "tarball": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz" } } ], "has-symbols!>=1.0.3 <2.0.0-0": [ "1.0.3", { "name": "has-symbols", "dist": { "tarball": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz" } } ], "has-symbols!>=1.1.0 <2.0.0-0": [ "1.1.0", { "name": "has-symbols", "dist": { "tarball": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p . && attw -P", "posttest": "npx npm@'>=10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run --silent lint", "test": "npm run tests-only", "test:shams": "npm run --silent test:shams:getownpropertysymbols && npm run --silent test:shams:corejs", "test:shams:corejs": "nyc node test/shams/core-js.js", "test:shams:getownpropertysymbols": "nyc node test/shams/get-own-property-symbols.js", "test:staging": "nyc node --harmony --es-staging test", "test:stock": "nyc node test", "tests-only": "npm run test:stock && npm run test:shams", "version": "auto-changelog && git add CHANGELOG.md" } } ], "has-tostringtag!>=1.0.0 <2.0.0-0": [ "1.0.0", { "name": "has-tostringtag", "dist": { "tarball": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz" }, "dependencies": { "has-symbols": ">=1.0.2 <2.0.0-0" } } ], "has-tostringtag!>=1.0.2 <2.0.0-0": [ "1.0.2", { "name": "has-tostringtag", "dist": { "tarball": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz" }, "dependencies": { "has-symbols": ">=1.0.3 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run --silent lint", "test": "npm run tests-only", "test:shams": "npm run --silent test:shams:getownpropertysymbols && npm run --silent test:shams:corejs", "test:shams:corejs": "nyc node test/shams/core-js.js", "test:shams:getownpropertysymbols": "nyc node test/shams/get-own-property-symbols.js", "test:staging": "nyc node --harmony --es-staging test", "test:stock": "nyc node test", "tests-only": "npm run test:stock && npm run test:shams", "version": "auto-changelog && git add CHANGELOG.md" } } ], "hasown!>=2.0.0 <3.0.0-0": [ "2.0.2", { "name": "hasown", "dist": { "tarball": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz" }, "dependencies": { "function-bind": ">=1.1.2 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "npm run tsc", "posttest": "aud --production", "posttsc": "attw -P", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "tsc": "tsc -p .", "version": "auto-changelog && git add CHANGELOG.md" } } ], "hasown!>=2.0.1 <3.0.0-0": [ "2.0.2", { "name": "hasown", "dist": { "tarball": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz" }, "dependencies": { "function-bind": ">=1.1.2 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "npm run tsc", "posttest": "aud --production", "posttsc": "attw -P", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "tsc": "tsc -p .", "version": "auto-changelog && git add CHANGELOG.md" } } ], "hasown!>=2.0.2 <3.0.0-0": [ "2.0.2", { "name": "hasown", "dist": { "tarball": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz" }, "dependencies": { "function-bind": ">=1.1.2 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "npm run tsc", "posttest": "aud --production", "posttsc": "attw -P", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "tsc": "tsc -p .", "version": "auto-changelog && git add CHANGELOG.md" } } ], "highlight.js!>=10.7.1 <11.0.0-0": [ "10.7.3", { "name": "highlight.js", "dist": { "tarball": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.3.tgz" }, "scripts": { "build": "node ./tools/build.js -t node", "build-browser": "node ./tools/build.js -t browser :common", "build-cdn": "node ./tools/build.js -t cdn", "build_and_test": "npm run build && npm run test", "lint": "eslint src/*.js src/lib/*.js src/plugins/*.js demo/*.js", "lint-languages": "eslint --no-eslintrc -c .eslintrc.lang.js src/languages/**/*.js", "mocha": "mocha", "test": "mocha test", "test-browser": "mocha test/browser", "test-detect": "mocha test/detect", "test-markup": "mocha test/markup", "test-parser": "mocha test/parser" } } ], "hook-std!>=3.0.0 <4.0.0-0": [ "3.0.0", { "name": "hook-std", "dist": { "tarball": "https://registry.npmjs.org/hook-std/-/hook-std-3.0.0.tgz" }, "scripts": { "test": "xo && ava && tsd" } } ], "hosted-git-info!>=7.0.0 <8.0.0-0": [ "7.0.2", { "name": "hosted-git-info", "dist": { "tarball": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.2.tgz" }, "dependencies": { "lru-cache": ">=10.0.1 <11.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", "test:coverage": "tap --coverage-report=html" } } ], "hosted-git-info!>=7.0.2 <8.0.0-0": [ "7.0.2", { "name": "hosted-git-info", "dist": { "tarball": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.2.tgz" }, "dependencies": { "lru-cache": ">=10.0.1 <11.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", "test:coverage": "tap --coverage-report=html" } } ], "hosted-git-info!>=8.0.0 <9.0.0-0": [ "8.1.0", { "name": "hosted-git-info", "dist": { "tarball": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-8.1.0.tgz" }, "dependencies": { "lru-cache": ">=10.0.1 <11.0.0-0" }, "scripts": { "eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"", "lint": "npm run eslint", "lintfix": "npm run eslint -- --fix", "postlint": "template-oss-check", "posttest": "npm run lint", "snap": "tap", "template-oss-apply": "template-oss-apply --force", "test": "tap", "test:coverage": "tap --coverage-report=html" } } ], "http-cache-semantics!>=4.1.1 <5.0.0-0": [ "4.1.1", { "name": "http-cache-semantics", "dist": { "tarball": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz" }, "scripts": { "test": "mocha" } } ], "http-proxy-agent!>=7.0.0 <8.0.0-0": [ "7.0.2", { "name": "http-proxy-agent", "dist": { "tarball": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz" }, "dependencies": { "agent-base": ">=7.1.0 <8.0.0-0", "debug": ">=4.3.4 <5.0.0-0" }, "scripts": { "build": "tsc", "lint": "eslint . --ext .ts", "pack": "node ../../scripts/pack.mjs", "test": "jest --env node --verbose --bail" } } ], "https-proxy-agent!>=7.0.0 <8.0.0-0": [ "7.0.4", { "name": "https-proxy-agent", "dist": { "tarball": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz" }, "dependencies": { "agent-base": ">=7.0.2 <8.0.0-0", "debug": ">=4.0.0 <5.0.0-0" }, "scripts": { "build": "tsc", "lint": "eslint --ext .ts", "pack": "node ../../scripts/pack.mjs", "test": "jest --env node --verbose --bail test/test.ts", "test-e2e": "jest --env node --verbose --bail test/e2e.test.ts" } } ], "https-proxy-agent!>=7.0.1 <8.0.0-0": [ "7.0.4", { "name": "https-proxy-agent", "dist": { "tarball": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz" }, "dependencies": { "agent-base": ">=7.0.2 <8.0.0-0", "debug": ">=4.0.0 <5.0.0-0" }, "scripts": { "build": "tsc", "lint": "eslint --ext .ts", "pack": "node ../../scripts/pack.mjs", "test": "jest --env node --verbose --bail test/test.ts", "test-e2e": "jest --env node --verbose --bail test/e2e.test.ts" } } ], "human-signals!>=5.0.0 <6.0.0-0": [ "5.0.0", { "name": "human-signals", "dist": { "tarball": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz" }, "scripts": { "test": "gulp test" } } ], "human-signals!>=7.0.0 <8.0.0-0": [ "7.0.0", { "name": "human-signals", "dist": { "tarball": "https://registry.npmjs.org/human-signals/-/human-signals-7.0.0.tgz" }, "scripts": { "test": "gulp test" } } ], "iconv-lite!>=0.6.2 <0.7.0-0": [ "0.6.3", { "name": "iconv-lite", "dist": { "tarball": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz" }, "dependencies": { "safer-buffer": ">=2.1.2 <3.0.0" } } ], "ignore!>=5.2.0 <6.0.0-0": [ "5.2.0", { "name": "ignore", "dist": { "tarball": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz" } } ], "ignore!>=5.2.4 <6.0.0-0": [ "5.3.1", { "name": "ignore", "dist": { "tarball": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz" }, "scripts": { "build": "babel -o legacy.js index.js", "posttest": "npm run report && codecov", "prepublishOnly": "npm run build", "report": "tap --coverage-report=html", "tap": "tap --reporter classic", "test": "npm run test:only", "test:cases": "npm run tap test/*.js -- --coverage", "test:git": "npm run tap test/git-check-ignore.js", "test:ignore": "npm run tap test/ignore.js", "test:lint": "eslint .", "test:no-coverage": "npm run tap test/*.js -- --no-check-coverage", "test:only": "npm run test:lint && npm run test:tsc && npm run test:ts && npm run test:cases", "test:others": "npm run tap test/others.js", "test:ts": "node ./test/ts/simple.js", "test:tsc": "tsc ./test/ts/simple.ts --lib ES6", "test:win32": "IGNORE_TEST_WIN32=1 npm run test" } } ], "ignore!>=7.0.0 <8.0.0-0": [ "7.0.4", { "name": "ignore", "dist": { "tarball": "https://registry.npmjs.org/ignore/-/ignore-7.0.4.tgz" }, "scripts": { "==================== linting ======================": "", "===================== cases =======================": "", "===================== debug =======================": "", "===================== import ======================": "", "build": "babel -o legacy.js index.js", "lint": "eslint .", "prepublishOnly": "npm run build", "report": "tap --coverage-report=html", "tap": "tap --reporter classic", "test": "npm run lint && npm run ts && npm run build && npm run test:cases", "test:16": "npm run test:ts:16 && npm run test:cjs:16 && npm run test:mjs:16", "test:cases": "npm run tap test/*.test.js -- --coverage", "test:cjs:16": "ts-node --compilerOptions '{\"moduleResolution\": \"Node16\", \"module\": \"Node16\"}' ./test/import/simple.cjs", "test:git": "npm run tap test/git-check-ignore.test.js", "test:ignore": "npm run tap test/ignore.test.js", "test:ignore:only": "IGNORE_ONLY_IGNORES=1 npm run tap test/ignore.test.js", "test:mjs:16": "ts-node --compilerOptions '{\"moduleResolution\": \"Node16\", \"module\": \"Node16\"}' ./test/import/simple.mjs && babel -o ./test/import/simple-mjs.js ./test/import/simple.mjs && node ./test/import/simple-mjs.js", "test:no-coverage": "npm run tap test/*.test.js -- --no-check-coverage", "test:others": "npm run tap test/others.test.js", "test:ts": "ts-node ./test/import/simple.ts", "test:ts:16": "ts-node --compilerOptions '{\"moduleResolution\": \"Node16\", \"module\": \"Node16\"}' ./test/import/simple.ts && tsc ./test/import/simple.ts --lib ES6 --moduleResolution Node16 --module Node16 && node ./test/import/simple.js", "test:win32": "IGNORE_TEST_WIN32=1 npm run test", "ts": "npm run test:ts && npm run test:16" } } ], "ignore-walk!>=6.0.4 <7.0.0-0": [ "6.0.5", { "name": "ignore-walk", "dist": { "tarball": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-6.0.5.tgz" }, "dependencies": { "minimatch": ">=9.0.0 <10.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", "test:windows-coverage": "npm pkg set tap.statements=99 --json && npm pkg set tap.branches=98 --json && npm pkg set tap.lines=99 --json" } } ], "import-fresh!>=3.2.1 <4.0.0-0": [ "3.3.0", { "name": "import-fresh", "dist": { "tarball": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz" }, "dependencies": { "parent-module": ">=1.0.0 <2.0.0-0", "resolve-from": ">=4.0.0 <5.0.0-0" } } ], "import-fresh!>=3.3.0 <4.0.0-0": [ "3.3.0", { "name": "import-fresh", "dist": { "tarball": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz" }, "dependencies": { "parent-module": ">=1.0.0 <2.0.0-0", "resolve-from": ">=4.0.0 <5.0.0-0" }, "scripts": { "heapdump": "node heapdump.js", "test": "xo && ava && tsd" } } ], "import-from-esm!>=1.0.3 <2.0.0-0": [ "1.3.4", { "name": "import-from-esm", "dist": { "tarball": "https://registry.npmjs.org/import-from-esm/-/import-from-esm-1.3.4.tgz" }, "dependencies": { "debug": ">=4.3.4 <5.0.0-0", "import-meta-resolve": ">=4.0.0 <5.0.0-0" }, "scripts": { "knip": "knip", "lint": "xo", "lint:fix": "xo --fix", "test": "npm run test:all && npm run knip", "test:all": "npm run test:ava && npm run test:nested && npm run test:fuzz:regression && npm run test:fuzz && npm run test:tsd", "test:ava": "c8 ava tests/e2e.test.js", "test:ava:watch": "c8 ava tests/e2e.test.js --watch", "test:fuzz": "cross-env NODE_OPTIONS=--no-warnings ava tests/fuzz.test.js", "test:fuzz:regression": "cross-env NODE_OPTIONS=--no-warnings ava tests/fuzz-regression.test.js", "test:nested": "cd tests/fixture/nested/ && npm ci && npm test", "test:tsd": "tsd --files tests/**/*.test-d.ts" } } ], "import-from-esm!>=2.0.0 <3.0.0-0": [ "2.0.0", { "name": "import-from-esm", "dist": { "tarball": "https://registry.npmjs.org/import-from-esm/-/import-from-esm-2.0.0.tgz" }, "dependencies": { "debug": ">=4.3.4 <5.0.0-0", "import-meta-resolve": ">=4.0.0 <5.0.0-0" }, "scripts": { "knip": "knip", "lint": "xo", "lint:fix": "xo --fix", "test": "npm run test:all && npm run knip", "test:all": "npm run test:ava && npm run test:nested && npm run test:fuzz:regression && npm run test:fuzz && npm run test:tsd", "test:ava": "c8 ava tests/e2e.test.js", "test:ava:watch": "c8 ava tests/e2e.test.js --watch", "test:fuzz": "ava tests/fuzz.test.js", "test:fuzz:regression": "ava tests/fuzz-regression.test.js", "test:nested": "cd tests/fixture/nested/ && npm ci && npm test", "test:tsd": "tsd --files tests/**/*.test-d.ts" } } ], "import-meta-resolve!>=4.0.0 <5.0.0-0": [ "4.1.0", { "name": "import-meta-resolve", "dist": { "tarball": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-4.1.0.tgz" }, "scripts": { "build": "tsc --build --clean && tsc --build && type-coverage", "format": "remark . -qfo && prettier . -w --log-level warn && xo --fix", "generate": "node --conditions development script.js", "prepack": "npm run generate && npm run build && npm run format", "test": "npm run generate && npm run build && npm run format && npm run test-coverage", "test-api": "node --experimental-import-meta-resolve test/baseline.js && node --experimental-import-meta-resolve test/baseline-async.js && node test/index.js", "test-coverage": "c8 --check-coverage --branches 75 --functions 75 --lines 75 --statements 75 --reporter lcov npm run test-api" } } ], "imurmurhash!>=0.1.4 <0.2.0-0": [ "0.1.4", { "name": "imurmurhash", "dist": { "tarball": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz" } } ], "indent-string!>=4.0.0 <5.0.0-0": [ "4.0.0", { "name": "indent-string", "dist": { "tarball": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz" } } ], "indent-string!>=5.0.0 <6.0.0-0": [ "5.0.0", { "name": "indent-string", "dist": { "tarball": "https://registry.npmjs.org/indent-string/-/indent-string-5.0.0.tgz" }, "scripts": { "test": "xo && ava && tsd" } } ], "index-to-position!>=0.1.2 <0.2.0-0": [ "0.1.2", { "name": "index-to-position", "dist": { "tarball": "https://registry.npmjs.org/index-to-position/-/index-to-position-0.1.2.tgz" }, "scripts": { "test": "xo && ava && tsc index.d.ts" } } ], "inflight!>=1.0.4 <2.0.0-0": [ "1.0.6", { "name": "inflight", "dist": { "tarball": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz" }, "dependencies": { "once": ">=1.3.0 <2.0.0-0", "wrappy": ">=1.0.0 <2.0.0-0" } } ], "inherits!>=2.0.3 <2.1.0-0": [ "2.0.4", { "name": "inherits", "dist": { "tarball": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz" } } ], "inherits!>=2.0.0 <3.0.0-0": [ "2.0.4", { "name": "inherits", "dist": { "tarball": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz" } } ], "inherits!>=2.0.1 <3.0.0-0": [ "2.0.4", { "name": "inherits", "dist": { "tarball": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz" } } ], "ini!>=1.3.0 <1.4.0-0": [ "1.3.8", { "name": "ini", "dist": { "tarball": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz" } } ], "ini!>=1.3.4 <2.0.0-0": [ "1.3.8", { "name": "ini", "dist": { "tarball": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz" }, "scripts": { "eslint": "eslint", "lint": "npm run eslint -- ini.js test/*.js", "lintfix": "npm run lint -- --fix", "posttest": "npm run lint", "postversion": "npm publish", "prepublishOnly": "git push origin --follow-tags", "preversion": "npm test", "test": "tap" } } ], "ini!>=4.1.2 <5.0.0-0": [ "4.1.3", { "name": "ini", "dist": { "tarball": "https://registry.npmjs.org/ini/-/ini-4.1.3.tgz" }, "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" } } ], "ini!>=4.1.3 <5.0.0-0": [ "4.1.3", { "name": "ini", "dist": { "tarball": "https://registry.npmjs.org/ini/-/ini-4.1.3.tgz" }, "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" } } ], "init-package-json!>=6.0.3 <7.0.0-0": [ "6.0.3", { "name": "init-package-json", "dist": { "tarball": "https://registry.npmjs.org/init-package-json/-/init-package-json-6.0.3.tgz" }, "dependencies": { "@npmcli/package-json": ">=5.0.0 <6.0.0-0", "npm-package-arg": ">=11.0.0 <12.0.0-0", "promzard": ">=1.0.0 <2.0.0-0", "read": ">=3.0.1 <4.0.0-0", "semver": ">=7.3.5 <8.0.0-0", "validate-npm-package-license": ">=3.0.4 <4.0.0-0", "validate-npm-package-name": ">=5.0.0 <6.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" } } ], "internal-slot!>=1.0.3 <2.0.0-0": [ "1.0.3", { "name": "internal-slot", "dist": { "tarball": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz" }, "dependencies": { "get-intrinsic": ">=1.1.0 <2.0.0-0", "has": ">=1.0.3 <2.0.0-0", "side-channel": ">=1.0.4 <2.0.0-0" } } ], "internal-slot!>=1.0.4 <2.0.0-0": [ "1.0.4", { "name": "internal-slot", "dist": { "tarball": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.4.tgz" }, "dependencies": { "get-intrinsic": ">=1.1.3 <2.0.0-0", "has": ">=1.0.3 <2.0.0-0", "side-channel": ">=1.0.4 <2.0.0-0" } } ], "internal-slot!>=1.0.7 <2.0.0-0": [ "1.0.7", { "name": "internal-slot", "dist": { "tarball": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.7.tgz" }, "dependencies": { "es-errors": ">=1.3.0 <2.0.0-0", "hasown": ">=2.0.0 <3.0.0-0", "side-channel": ">=1.0.4 <2.0.0-0" }, "scripts": { "lint": "eslint .", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "internal-slot!>=1.1.0 <2.0.0-0": [ "1.1.0", { "name": "internal-slot", "dist": { "tarball": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.1.0.tgz" }, "dependencies": { "es-errors": ">=1.3.0 <2.0.0-0", "hasown": ">=2.0.2 <3.0.0-0", "side-channel": ">=1.1.0 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc && attw -P", "posttest": "npx npm@'>= 10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "into-stream!>=7.0.0 <8.0.0-0": [ "7.0.0", { "name": "into-stream", "dist": { "tarball": "https://registry.npmjs.org/into-stream/-/into-stream-7.0.0.tgz" }, "dependencies": { "from2": ">=2.3.0 <3.0.0-0", "p-is-promise": ">=3.0.0 <4.0.0-0" }, "scripts": { "test": "xo && ava && tsd" } } ], "ip-address!>=9.0.5 <10.0.0-0": [ "9.0.5", { "name": "ip-address", "dist": { "tarball": "https://registry.npmjs.org/ip-address/-/ip-address-9.0.5.tgz" }, "dependencies": { "jsbn": "1.1.0", "sprintf-js": ">=1.1.3 <2.0.0-0" }, "scripts": { "build": "rm -rf dist; mkdir dist; tsc", "docs": "documentation build --github --output docs --format html ./ip-address.js", "prepack": "npm run build", "release": "release-it", "test": "mocha", "test-ci": "nyc mocha", "watch": "mocha --watch" } } ], "ip-regex!>=5.0.0 <6.0.0-0": [ "5.0.0", { "name": "ip-regex", "dist": { "tarball": "https://registry.npmjs.org/ip-regex/-/ip-regex-5.0.0.tgz" }, "scripts": { "test": "xo && ava && tsd" } } ], "is-array-buffer!>=3.0.1 <4.0.0-0": [ "3.0.1", { "name": "is-array-buffer", "dist": { "tarball": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.1.tgz" }, "dependencies": { "call-bind": ">=1.0.2 <2.0.0-0", "get-intrinsic": ">=1.1.3 <2.0.0-0", "is-typed-array": ">=1.1.10 <2.0.0-0" } } ], "is-array-buffer!>=3.0.4 <4.0.0-0": [ "3.0.4", { "name": "is-array-buffer", "dist": { "tarball": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.4.tgz" }, "dependencies": { "call-bind": ">=1.0.2 <2.0.0-0", "get-intrinsic": ">=1.2.1 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=.js,.mjs .", "postlint": "tsc -p .", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only --", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "is-array-buffer!>=3.0.5 <4.0.0-0": [ "3.0.5", { "name": "is-array-buffer", "dist": { "tarball": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.5.tgz" }, "dependencies": { "call-bind": ">=1.0.8 <2.0.0-0", "call-bound": ">=1.0.3 <2.0.0-0", "get-intrinsic": ">=1.2.6 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=.js,.mjs .", "postlint": "tsc && attw -P", "posttest": "npx npm@'>= 10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only --", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "is-arrayish!>=0.2.1 <0.3.0-0": [ "0.2.1", { "name": "is-arrayish", "dist": { "tarball": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz" } } ], "is-async-function!>=2.0.0 <3.0.0-0": [ "2.0.0", { "name": "is-async-function", "dist": { "tarball": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.0.0.tgz" }, "dependencies": { "has-tostringtag": ">=1.0.0 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "test:all": "npm run test:index && npm run test:uglified", "test:index": "node test", "test:uglified": "node test/uglified", "tests-only": "nyc npm run test:all", "version": "auto-changelog && git add CHANGELOG.md" } } ], "is-bigint!>=1.0.1 <2.0.0-0": [ "1.0.4", { "name": "is-bigint", "dist": { "tarball": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz" }, "dependencies": { "has-bigints": ">=1.0.1 <2.0.0-0" } } ], "is-bigint!>=1.1.0 <2.0.0-0": [ "1.1.0", { "name": "is-bigint", "dist": { "tarball": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.1.0.tgz" }, "dependencies": { "has-bigints": ">=1.0.2 <2.0.0-0" }, "scripts": { "lint": "eslint .", "postlint": "tsc -p . && attw -P", "posttest": "npx npm@'>=10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "is-boolean-object!>=1.1.0 <2.0.0-0": [ "1.1.2", { "name": "is-boolean-object", "dist": { "tarball": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz" }, "dependencies": { "call-bind": ">=1.0.2 <2.0.0-0", "has-tostringtag": ">=1.0.0 <2.0.0-0" } } ], "is-boolean-object!>=1.2.1 <2.0.0-0": [ "1.2.2", { "name": "is-boolean-object", "dist": { "tarball": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.2.2.tgz" }, "dependencies": { "call-bound": ">=1.0.3 <2.0.0-0", "has-tostringtag": ">=1.0.2 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p . && attw -P", "posttest": "npx npm@'>=10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only && npm run test:harmony && npm run test:corejs", "test:corejs": "nyc tape test-corejs.js", "test:harmony": "node --harmony --es-staging test", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "is-callable!>=1.1.3 <2.0.0-0": [ "1.2.7", { "name": "is-callable", "dist": { "tarball": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz" } } ], "is-callable!>=1.1.4 <2.0.0-0": [ "1.2.4", { "name": "is-callable", "dist": { "tarball": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.4.tgz" } } ], "is-callable!>=1.2.4 <2.0.0-0": [ "1.2.4", { "name": "is-callable", "dist": { "tarball": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.4.tgz" } } ], "is-callable!>=1.2.7 <2.0.0-0": [ "1.2.7", { "name": "is-callable", "dist": { "tarball": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz" } } ], "is-cidr!>=5.1.0 <6.0.0-0": [ "5.1.0", { "name": "is-cidr", "dist": { "tarball": "https://registry.npmjs.org/is-cidr/-/is-cidr-5.1.0.tgz" }, "dependencies": { "cidr-regex": ">=4.1.1 <5.0.0-0" } } ], "is-core-module!>=2.8.1 <3.0.0-0": [ "2.10.0", { "name": "is-core-module", "dist": { "tarball": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.10.0.tgz" }, "dependencies": { "has": ">=1.0.3 <2.0.0-0" } } ], "is-core-module!>=2.9.0 <3.0.0-0": [ "2.10.0", { "name": "is-core-module", "dist": { "tarball": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.10.0.tgz" }, "dependencies": { "has": ">=1.0.3 <2.0.0-0" } } ], "is-core-module!>=2.10.0 <3.0.0-0": [ "2.11.0", { "name": "is-core-module", "dist": { "tarball": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.11.0.tgz" }, "dependencies": { "has": ">=1.0.3 <2.0.0-0" } } ], "is-core-module!>=2.13.0 <3.0.0-0": [ "2.13.1", { "name": "is-core-module", "dist": { "tarball": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz" }, "dependencies": { "hasown": ">=2.0.0 <3.0.0-0" }, "scripts": { "lint": "eslint .", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "is-core-module!>=2.15.1 <3.0.0-0": [ "2.16.1", { "name": "is-core-module", "dist": { "tarball": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz" }, "dependencies": { "hasown": ">=2.0.2 <3.0.0-0" }, "scripts": { "lint": "eslint .", "posttest": "npx npm@'>=10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "is-data-view!>=1.0.1 <2.0.0-0": [ "1.0.1", { "name": "is-data-view", "dist": { "tarball": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.1.tgz" }, "dependencies": { "is-typed-array": ">=1.1.13 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p .", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "is-data-view!>=1.0.2 <2.0.0-0": [ "1.0.2", { "name": "is-data-view", "dist": { "tarball": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.2.tgz" }, "dependencies": { "call-bound": ">=1.0.2 <2.0.0-0", "get-intrinsic": ">=1.2.6 <2.0.0-0", "is-typed-array": ">=1.1.13 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p .", "posttest": "npx npm@'>= 10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "is-date-object!>=1.0.1 <2.0.0-0": [ "1.0.5", { "name": "is-date-object", "dist": { "tarball": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz" }, "dependencies": { "has-tostringtag": ">=1.0.0 <2.0.0-0" } } ], "is-date-object!>=1.0.5 <2.0.0-0": [ "1.0.5", { "name": "is-date-object", "dist": { "tarball": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz" }, "dependencies": { "has-tostringtag": ">=1.0.0 <2.0.0-0" } } ], "is-date-object!>=1.1.0 <2.0.0-0": [ "1.1.0", { "name": "is-date-object", "dist": { "tarball": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.1.0.tgz" }, "dependencies": { "call-bound": ">=1.0.2 <2.0.0-0", "has-tostringtag": ">=1.0.2 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc && attw -P", "posttest": "npx npm@'>= 10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only && npm run test:corejs", "test:corejs": "nyc tape test-corejs.js", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "is-docker!>=2.0.0 <3.0.0-0": [ "2.2.1", { "name": "is-docker", "dist": { "tarball": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz" }, "bin": { "is-docker": "cli.js" } } ], "is-docker!>=2.1.1 <3.0.0-0": [ "2.2.1", { "name": "is-docker", "dist": { "tarball": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz" }, "bin": { "is-docker": "cli.js" } } ], "is-extglob!>=2.1.1 <3.0.0-0": [ "2.1.1", { "name": "is-extglob", "dist": { "tarball": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz" } } ], "is-finalizationregistry!>=1.1.0 <2.0.0-0": [ "1.1.1", { "name": "is-finalizationregistry", "dist": { "tarball": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz" }, "dependencies": { "call-bound": ">=1.0.3 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=.js,.mjs .", "postlint": "tsc -P . && attw -P", "posttest": "npx npm@'>=10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "is-fullwidth-code-point!>=3.0.0 <4.0.0-0": [ "3.0.0", { "name": "is-fullwidth-code-point", "dist": { "tarball": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz" } } ], "is-generator-function!>=1.0.10 <2.0.0-0": [ "1.0.10", { "name": "is-generator-function", "dist": { "tarball": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.10.tgz" }, "dependencies": { "has-tostringtag": ">=1.0.0 <2.0.0-0" }, "scripts": { "lint": "eslint .", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "test:all": "npm run test:index && npm run test:corejs && npm run test:uglified", "test:corejs": "node test/corejs", "test:harmony": "node --es-staging --harmony test && node --es-staging --harmony test/corejs && node --es-staging --harmony test/uglified", "test:index": "node test", "test:uglified": "node test/uglified", "tests-only": "nyc npm run test:all", "version": "auto-changelog && git add CHANGELOG.md" } } ], "is-glob!>=4.0.0 <5.0.0-0": [ "4.0.3", { "name": "is-glob", "dist": { "tarball": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz" }, "dependencies": { "is-extglob": ">=2.1.1 <3.0.0-0" } } ], "is-glob!>=4.0.1 <5.0.0-0": [ "4.0.3", { "name": "is-glob", "dist": { "tarball": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz" }, "dependencies": { "is-extglob": ">=2.1.1 <3.0.0-0" } } ], "is-glob!>=4.0.3 <5.0.0-0": [ "4.0.3", { "name": "is-glob", "dist": { "tarball": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz" }, "dependencies": { "is-extglob": ">=2.1.1 <3.0.0-0" } } ], "is-lambda!>=1.0.1 <2.0.0-0": [ "1.0.1", { "name": "is-lambda", "dist": { "tarball": "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz" } } ], "is-map!>=2.0.3 <3.0.0-0": [ "2.0.3", { "name": "is-map", "dist": { "tarball": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p . && attw -P", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only && npm run tests:shims && npm run tests:corejs", "tests-only": "nyc tape 'test/**/*.js'", "tests:corejs": "nyc tape --require=core-js 'test/**/*.js'", "tests:shims": "nyc tape --require=es5-shim --require=es5-shim 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "is-negative-zero!>=2.0.2 <3.0.0-0": [ "2.0.2", { "name": "is-negative-zero", "dist": { "tarball": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz" } } ], "is-negative-zero!>=2.0.3 <3.0.0-0": [ "2.0.3", { "name": "is-negative-zero", "dist": { "tarball": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p .", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "is-number!>=7.0.0 <8.0.0-0": [ "7.0.0", { "name": "is-number", "dist": { "tarball": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz" } } ], "is-number-object!>=1.0.4 <2.0.0-0": [ "1.0.7", { "name": "is-number-object", "dist": { "tarball": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz" }, "dependencies": { "has-tostringtag": ">=1.0.0 <2.0.0-0" } } ], "is-number-object!>=1.1.1 <2.0.0-0": [ "1.1.1", { "name": "is-number-object", "dist": { "tarball": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.1.1.tgz" }, "dependencies": { "call-bound": ">=1.0.3 <2.0.0-0", "has-tostringtag": ">=1.0.2 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p . && attw -P", "posttest": "npx npm@'>=10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only && npm run test:corejs", "test:corejs": "nyc tape test-corejs.js", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "is-obj!>=2.0.0 <3.0.0-0": [ "2.0.0", { "name": "is-obj", "dist": { "tarball": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz" } } ], "is-path-inside!>=3.0.3 <4.0.0-0": [ "3.0.3", { "name": "is-path-inside", "dist": { "tarball": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz" } } ], "is-plain-obj!>=2.1.0 <3.0.0-0": [ "2.1.0", { "name": "is-plain-obj", "dist": { "tarball": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz" } } ], "is-plain-obj!>=4.1.0 <5.0.0-0": [ "4.1.0", { "name": "is-plain-obj", "dist": { "tarball": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz" }, "scripts": { "test": "xo && ava && tsd" } } ], "is-regex!>=1.1.4 <2.0.0-0": [ "1.1.4", { "name": "is-regex", "dist": { "tarball": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz" }, "dependencies": { "call-bind": ">=1.0.2 <2.0.0-0", "has-tostringtag": ">=1.0.0 <2.0.0-0" } } ], "is-regex!>=1.2.1 <2.0.0-0": [ "1.2.1", { "name": "is-regex", "dist": { "tarball": "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz" }, "dependencies": { "call-bound": ">=1.0.2 <2.0.0-0", "gopd": ">=1.2.0 <2.0.0-0", "has-tostringtag": ">=1.0.2 <2.0.0-0", "hasown": ">=2.0.2 <3.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p . && attw -P", "posttest": "npx npm@'>=10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only && npm run test:harmony", "test:corejs": "nyc tape test-corejs.js", "test:harmony": "nyc node --harmony --es-staging test", "tests-only": "nyc node test", "version": "auto-changelog && git add CHANGELOG.md" } } ], "is-set!>=2.0.3 <3.0.0-0": [ "2.0.3", { "name": "is-set", "dist": { "tarball": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz" }, "scripts": { "lint": "eslint --ext=.js,.mjs .", "postlint": "tsc -p . && attw -P", "posttest": "npx aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only && npm run tests:shims && npm run tests:corejs", "tests-only": "nyc tape 'test/**/*.js'", "tests:corejs": "nyc tape --require=core-js 'test/**/*.js'", "tests:shims": "nyc tape --require=es5-shim --require=es5-shim 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "is-shared-array-buffer!>=1.0.2 <2.0.0-0": [ "1.0.2", { "name": "is-shared-array-buffer", "dist": { "tarball": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz" }, "dependencies": { "call-bind": ">=1.0.2 <2.0.0-0" } } ], "is-shared-array-buffer!>=1.0.3 <2.0.0-0": [ "1.0.3", { "name": "is-shared-array-buffer", "dist": { "tarball": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.3.tgz" }, "dependencies": { "call-bind": ">=1.0.7 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=.js,.mjs .", "postlint": "tsc -p .", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only --", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "is-shared-array-buffer!>=1.0.4 <2.0.0-0": [ "1.0.4", { "name": "is-shared-array-buffer", "dist": { "tarball": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz" }, "dependencies": { "call-bound": ">=1.0.3 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=.js,.mjs .", "postlint": "tsc -p . && attw -P", "posttest": "npx npm@'>= 10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only --", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "is-stream!>=3.0.0 <4.0.0-0": [ "3.0.0", { "name": "is-stream", "dist": { "tarball": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz" }, "scripts": { "test": "xo && ava && tsd" } } ], "is-stream!>=4.0.1 <5.0.0-0": [ "4.0.1", { "name": "is-stream", "dist": { "tarball": "https://registry.npmjs.org/is-stream/-/is-stream-4.0.1.tgz" }, "scripts": { "test": "xo && ava && tsd" } } ], "is-string!>=1.0.5 <2.0.0-0": [ "1.0.7", { "name": "is-string", "dist": { "tarball": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz" }, "dependencies": { "has-tostringtag": ">=1.0.0 <2.0.0-0" } } ], "is-string!>=1.0.7 <2.0.0-0": [ "1.0.7", { "name": "is-string", "dist": { "tarball": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz" }, "dependencies": { "has-tostringtag": ">=1.0.0 <2.0.0-0" } } ], "is-string!>=1.1.1 <2.0.0-0": [ "1.1.1", { "name": "is-string", "dist": { "tarball": "https://registry.npmjs.org/is-string/-/is-string-1.1.1.tgz" }, "dependencies": { "call-bound": ">=1.0.3 <2.0.0-0", "has-tostringtag": ">=1.0.2 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p . && attw -P", "posttest": "npx npm@'>=10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only && npm run test:corejs", "test:corejs": "nyc tape test-corejs.js", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "is-symbol!>=1.0.2 <2.0.0-0": [ "1.0.4", { "name": "is-symbol", "dist": { "tarball": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz" }, "dependencies": { "has-symbols": ">=1.0.2 <2.0.0-0" } } ], "is-symbol!>=1.0.3 <2.0.0-0": [ "1.0.4", { "name": "is-symbol", "dist": { "tarball": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz" }, "dependencies": { "has-symbols": ">=1.0.2 <2.0.0-0" } } ], "is-symbol!>=1.0.4 <2.0.0-0": [ "1.1.1", { "name": "is-symbol", "dist": { "tarball": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.1.1.tgz" }, "dependencies": { "call-bound": ">=1.0.2 <2.0.0-0", "has-symbols": ">=1.1.0 <2.0.0-0", "safe-regex-test": ">=1.1.0 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p . && attw -P", "posttest": "npx npm@'>=10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "is-symbol!>=1.1.1 <2.0.0-0": [ "1.1.1", { "name": "is-symbol", "dist": { "tarball": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.1.1.tgz" }, "dependencies": { "call-bound": ">=1.0.2 <2.0.0-0", "has-symbols": ">=1.1.0 <2.0.0-0", "safe-regex-test": ">=1.1.0 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p . && attw -P", "posttest": "npx npm@'>=10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "is-typed-array!>=1.1.9 <2.0.0-0": [ "1.1.10", { "name": "is-typed-array", "dist": { "tarball": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.10.tgz" }, "dependencies": { "available-typed-arrays": ">=1.0.5 <2.0.0-0", "call-bind": ">=1.0.2 <2.0.0-0", "for-each": ">=0.3.3 <0.4.0-0", "gopd": ">=1.0.1 <2.0.0-0", "has-tostringtag": ">=1.0.0 <2.0.0-0" } } ], "is-typed-array!>=1.1.10 <2.0.0-0": [ "1.1.10", { "name": "is-typed-array", "dist": { "tarball": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.10.tgz" }, "dependencies": { "available-typed-arrays": ">=1.0.5 <2.0.0-0", "call-bind": ">=1.0.2 <2.0.0-0", "for-each": ">=0.3.3 <0.4.0-0", "gopd": ">=1.0.1 <2.0.0-0", "has-tostringtag": ">=1.0.0 <2.0.0-0" } } ], "is-typed-array!>=1.1.13 <2.0.0-0": [ "1.1.13", { "name": "is-typed-array", "dist": { "tarball": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.13.tgz" }, "dependencies": { "which-typed-array": ">=1.1.14 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p .", "posttest": "npx aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run --silent lint", "test": "npm run tests-only && npm run test:harmony", "test:harmony": "nyc node --harmony --es-staging test", "tests-only": "nyc tape test", "version": "auto-changelog && git add CHANGELOG.md" } } ], "is-typed-array!>=1.1.14 <2.0.0-0": [ "1.1.15", { "name": "is-typed-array", "dist": { "tarball": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz" }, "dependencies": { "which-typed-array": ">=1.1.16 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p . && attw -P", "posttest": "npx npm@'>= 10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run --silent lint", "test": "npm run tests-only && npm run test:harmony", "test:harmony": "nyc node --harmony --es-staging test", "tests-only": "nyc tape test", "version": "auto-changelog && git add CHANGELOG.md" } } ], "is-typed-array!>=1.1.15 <2.0.0-0": [ "1.1.15", { "name": "is-typed-array", "dist": { "tarball": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz" }, "dependencies": { "which-typed-array": ">=1.1.16 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p . && attw -P", "posttest": "npx npm@'>= 10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run --silent lint", "test": "npm run tests-only && npm run test:harmony", "test:harmony": "nyc node --harmony --es-staging test", "tests-only": "nyc tape test", "version": "auto-changelog && git add CHANGELOG.md" } } ], "is-unicode-supported!>=2.0.0 <3.0.0-0": [ "2.0.0", { "name": "is-unicode-supported", "dist": { "tarball": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-2.0.0.tgz" }, "scripts": { "test": "xo && ava && tsd" } } ], "is-weakmap!>=2.0.2 <3.0.0-0": [ "2.0.2", { "name": "is-weakmap", "dist": { "tarball": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p . && attw -P", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only && npm run tests:shims && npm run tests:corejs", "tests-only": "nyc tape 'test/**/*.js'", "tests:corejs": "nyc tape --require=core-js 'test/**/*.js'", "tests:shims": "nyc tape --require=es5-shim --require=es5-shim 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "is-weakref!>=1.0.2 <2.0.0-0": [ "1.0.2", { "name": "is-weakref", "dist": { "tarball": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz" }, "dependencies": { "call-bind": ">=1.0.2 <2.0.0-0" } } ], "is-weakref!>=1.1.1 <2.0.0-0": [ "1.1.1", { "name": "is-weakref", "dist": { "tarball": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.1.1.tgz" }, "dependencies": { "call-bound": ">=1.0.3 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc && attw -P", "posttest": "npx npm@'>=10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "is-weakset!>=2.0.3 <3.0.0-0": [ "2.0.4", { "name": "is-weakset", "dist": { "tarball": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.4.tgz" }, "dependencies": { "call-bound": ">=1.0.3 <2.0.0-0", "get-intrinsic": ">=1.2.6 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p . && attw -P", "posttest": "npx npm@'>=10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only && npm run tests:shims && npm run tests:corejs", "tests-only": "nyc tape 'test/**/*.js'", "tests:corejs": "nyc tape --require=core-js 'test/**/*.js'", "tests:shims": "nyc tape --require=es5-shim --require=es6-shim 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "is-wsl!>=2.2.0 <3.0.0-0": [ "2.2.0", { "name": "is-wsl", "dist": { "tarball": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz" }, "dependencies": { "is-docker": ">=2.0.0 <3.0.0-0" } } ], "isarray!>=1.0.0 <1.1.0-0": [ "1.0.0", { "name": "isarray", "dist": { "tarball": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz" } } ], "isarray!>=2.0.5 <3.0.0-0": [ "2.0.5", { "name": "isarray", "dist": { "tarball": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz" } } ], "isexe!>=2.0.0 <3.0.0-0": [ "2.0.0", { "name": "isexe", "dist": { "tarball": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz" } } ], "isexe!>=3.1.1 <4.0.0-0": [ "3.1.1", { "name": "isexe", "dist": { "tarball": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz" }, "scripts": { "format": "prettier --write . --loglevel warn --ignore-path ../../.prettierignore --cache", "postversion": "npm publish", "prepare": "tsc -p tsconfig/cjs.json && tsc -p tsconfig/esm.json && bash ./scripts/fixup.sh", "prepublishOnly": "git push origin --follow-tags", "presnap": "npm run prepare", "pretest": "npm run prepare", "preversion": "npm test", "snap": "c8 tap", "test": "c8 tap", "typedoc": "typedoc --tsconfig tsconfig/esm.json ./src/*.ts" } } ], "issue-parser!>=7.0.0 <8.0.0-0": [ "7.0.1", { "name": "issue-parser", "dist": { "tarball": "https://registry.npmjs.org/issue-parser/-/issue-parser-7.0.1.tgz" }, "dependencies": { "lodash.capitalize": ">=4.2.1 <5.0.0-0", "lodash.escaperegexp": ">=4.1.2 <5.0.0-0", "lodash.isplainobject": ">=4.0.6 <5.0.0-0", "lodash.isstring": ">=4.0.1 <5.0.0-0", "lodash.uniqby": ">=4.7.0 <5.0.0-0" }, "scripts": { "codecov": "codecov -f coverage/coverage-final.json", "lint:engines": "ls-engines", "lint:js": "xo", "lint:lockfile": "lockfile-lint", "lint:publish": "publint --strict", "test": "npm-run-all --print-label --parallel lint:* --parallel test:*", "test:unit": "nyc ava -v" } } ], "iterator.prototype!>=1.1.4 <2.0.0-0": [ "1.1.5", { "name": "iterator.prototype", "dist": { "tarball": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.5.tgz" }, "dependencies": { "define-data-property": ">=1.1.4 <2.0.0-0", "es-object-atoms": ">=1.0.0 <2.0.0-0", "get-intrinsic": ">=1.2.6 <2.0.0-0", "get-proto": ">=1.0.0 <2.0.0-0", "has-symbols": ">=1.1.0 <2.0.0-0", "set-function-name": ">=2.0.2 <3.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "posttest": "npx npm@'>=10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "jackspeak!>=3.1.2 <4.0.0-0": [ "3.4.0", { "name": "jackspeak", "dist": { "tarball": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.0.tgz" }, "dependencies": { "@isaacs/cliui": ">=8.0.2 <9.0.0-0" }, "optionalDependencies": { "@pkgjs/parseargs": ">=0.11.0 <0.12.0-0" }, "scripts": { "build-examples": "for i in examples/*.js ; do node $i -h > ${i/.js/.txt}; done", "format": "prettier --write . --log-level warn", "postversion": "npm publish", "prepare": "tshy", "prepublishOnly": "git push origin --follow-tags", "presnap": "npm run prepare", "pretest": "npm run prepare", "preversion": "npm test", "snap": "tap", "test": "tap", "typedoc": "typedoc --tsconfig .tshy/esm.json ./src/*.ts" } } ], "java-properties!>=1.0.2 <2.0.0-0": [ "1.0.2", { "name": "java-properties", "dist": { "tarball": "https://registry.npmjs.org/java-properties/-/java-properties-1.0.2.tgz" } } ], "js-tokens!>=3.0.0 <4.0.0-0||>=4.0.0 <5.0.0-0": [ "4.0.0", { "name": "js-tokens", "dist": { "tarball": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz" } } ], "js-tokens!>=4.0.0 <5.0.0-0": [ "4.0.0", { "name": "js-tokens", "dist": { "tarball": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz" } } ], "js-yaml!>=4.1.0 <5.0.0-0": [ "4.1.0", { "name": "js-yaml", "dist": { "tarball": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz" }, "dependencies": { "argparse": ">=2.0.1 <3.0.0-0" }, "bin": { "js-yaml": "bin/js-yaml.js" } } ], "jsbn!1.1.0": [ "1.1.0", { "name": "jsbn", "dist": { "tarball": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz" }, "scripts": { "test": "mocha test.js" } } ], "json-parse-better-errors!>=1.0.1 <2.0.0-0": [ "1.0.2", { "name": "json-parse-better-errors", "dist": { "tarball": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz" } } ], "json-parse-even-better-errors!>=2.3.0 <3.0.0-0": [ "2.3.1", { "name": "json-parse-even-better-errors", "dist": { "tarball": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz" } } ], "json-parse-even-better-errors!>=3.0.0 <4.0.0-0": [ "3.0.2", { "name": "json-parse-even-better-errors", "dist": { "tarball": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.2.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" } } ], "json-parse-even-better-errors!>=3.0.2 <4.0.0-0": [ "3.0.2", { "name": "json-parse-even-better-errors", "dist": { "tarball": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.2.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" } } ], "json-schema-traverse!>=0.4.1 <0.5.0-0": [ "0.4.1", { "name": "json-schema-traverse", "dist": { "tarball": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz" } } ], "json-stable-stringify-without-jsonify!>=1.0.1 <2.0.0-0": [ "1.0.1", { "name": "json-stable-stringify-without-jsonify", "dist": { "tarball": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz" } } ], "json-stringify-nice!>=1.1.4 <2.0.0-0": [ "1.1.4", { "name": "json-stringify-nice", "dist": { "tarball": "https://registry.npmjs.org/json-stringify-nice/-/json-stringify-nice-1.1.4.tgz" } } ], "json5!>=1.0.2 <2.0.0-0": [ "1.0.2", { "name": "json5", "dist": { "tarball": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz" }, "dependencies": { "minimist": ">=1.2.0 <2.0.0-0" }, "bin": { "json5": "lib/cli.js" }, "scripts": { "build": "babel-node build/build.js && babel src -d lib && rollup -c", "coverage": "nyc report --reporter=text-lcov | coveralls", "lint": "eslint --fix build src", "prepublishOnly": "npm run lint && npm test && npm run production", "pretest": "cross-env NODE_ENV=test npm run build", "preversion": "npm run lint && npm test && npm run production", "production": "cross-env NODE_ENV=production npm run build", "test": "nyc --reporter=html --reporter=text mocha" } } ], "jsonfile!>=6.0.1 <7.0.0-0": [ "6.1.0", { "name": "jsonfile", "dist": { "tarball": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz" }, "dependencies": { "graceful-fs": ">=4.1.6 <5.0.0-0", "universalify": ">=2.0.0 <3.0.0-0" }, "optionalDependencies": { "graceful-fs": ">=4.1.6 <5.0.0-0" } } ], "jsonparse!>=1.3.1 <2.0.0-0": [ "1.3.1", { "name": "jsonparse", "dist": { "tarball": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz" } } ], "jsx-ast-utils!>=2.4.1 <3.0.0-0||>=3.0.0 <4.0.0-0": [ "3.3.3", { "name": "jsx-ast-utils", "dist": { "tarball": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.3.tgz" }, "dependencies": { "array-includes": ">=3.1.5 <4.0.0-0", "object.assign": ">=4.1.3 <5.0.0-0" } } ], "jsx-ast-utils!>=3.3.5 <4.0.0-0": [ "3.3.5", { "name": "jsx-ast-utils", "dist": { "tarball": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz" }, "dependencies": { "array-includes": ">=3.1.6 <4.0.0-0", "array.prototype.flat": ">=1.3.1 <2.0.0-0", "object.assign": ">=4.1.4 <5.0.0-0", "object.values": ">=1.1.6 <2.0.0-0" }, "scripts": { "build": "babel src --out-dir lib", "lint": "eslint .", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prebuild": "rimraf lib", "prelint": "npm run build", "prepack": "npmignore --auto --commentLines=autogenerated && npm run build", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest && npm test", "pretest": "npm run lint", "test": "npm run tests-only --", "test:watch": "npm run tests-only -- --watch", "tests-only": "jest --coverage", "version": "auto-changelog && git add CHANGELOG.md" } } ], "just-diff!>=6.0.0 <7.0.0-0": [ "6.0.2", { "name": "just-diff", "dist": { "tarball": "https://registry.npmjs.org/just-diff/-/just-diff-6.0.2.tgz" }, "scripts": { "build": "rollup -c", "test": "echo \"Error: no test specified\" && exit 1" } } ], "just-diff-apply!>=5.2.0 <6.0.0-0": [ "5.4.1", { "name": "just-diff-apply", "dist": { "tarball": "https://registry.npmjs.org/just-diff-apply/-/just-diff-apply-5.4.1.tgz" } } ], "language-subtag-registry!>=0.3.20 <0.4.0-0": [ "0.3.23", { "name": "language-subtag-registry", "dist": { "tarball": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.23.tgz" }, "scripts": { "test": "make test" } } ], "language-tags!>=1.0.9 <2.0.0-0": [ "1.0.9", { "name": "language-tags", "dist": { "tarball": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.9.tgz" }, "dependencies": { "language-subtag-registry": ">=0.3.20 <0.4.0-0" }, "scripts": { "build": "babel src -d lib", "lint": "eslint --ext=js,mjs .", "prebuild": "rimraf lib && mkdirp lib", "prepublishOnly": "npm run build", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc mocha --recursive test" } } ], "levn!>=0.4.1 <0.5.0-0": [ "0.4.1", { "name": "levn", "dist": { "tarball": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz" }, "dependencies": { "prelude-ls": ">=1.2.1 <2.0.0-0", "type-check": ">=0.4.0 <0.5.0-0" } } ], "libnpmaccess!>=8.0.6 <9.0.0-0": [ "8.0.6", { "name": "libnpmaccess", "dist": { "tarball": "https://registry.npmjs.org/libnpmaccess/-/libnpmaccess-8.0.6.tgz" }, "dependencies": { "npm-package-arg": ">=11.0.2 <12.0.0-0", "npm-registry-fetch": ">=17.0.1 <18.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" } } ], "libnpmdiff!>=6.1.3 <7.0.0-0": [ "6.1.3", { "name": "libnpmdiff", "dist": { "tarball": "https://registry.npmjs.org/libnpmdiff/-/libnpmdiff-6.1.3.tgz" }, "dependencies": { "@npmcli/arborist": ">=7.5.3 <8.0.0-0", "@npmcli/installed-package-contents": ">=2.1.0 <3.0.0-0", "binary-extensions": ">=2.3.0 <3.0.0-0", "diff": ">=5.1.0 <6.0.0-0", "minimatch": ">=9.0.4 <10.0.0-0", "npm-package-arg": ">=11.0.2 <12.0.0-0", "pacote": ">=18.0.6 <19.0.0-0", "tar": ">=6.2.1 <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" } } ], "libnpmexec!>=8.1.2 <9.0.0-0": [ "8.1.2", { "name": "libnpmexec", "dist": { "tarball": "https://registry.npmjs.org/libnpmexec/-/libnpmexec-8.1.2.tgz" }, "dependencies": { "@npmcli/arborist": ">=7.5.3 <8.0.0-0", "@npmcli/run-script": ">=8.1.0 <9.0.0-0", "ci-info": ">=4.0.0 <5.0.0-0", "npm-package-arg": ">=11.0.2 <12.0.0-0", "pacote": ">=18.0.6 <19.0.0-0", "proc-log": ">=4.2.0 <5.0.0-0", "read": ">=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", "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" } } ], "libnpmfund!>=5.0.11 <6.0.0-0": [ "5.0.11", { "name": "libnpmfund", "dist": { "tarball": "https://registry.npmjs.org/libnpmfund/-/libnpmfund-5.0.11.tgz" }, "dependencies": { "@npmcli/arborist": ">=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", "posttest": "npm run lint", "snap": "tap", "template-oss-apply": "template-oss-apply --force", "test": "tap" } } ], "libnpmhook!>=10.0.5 <11.0.0-0": [ "10.0.5", { "name": "libnpmhook", "dist": { "tarball": "https://registry.npmjs.org/libnpmhook/-/libnpmhook-10.0.5.tgz" }, "dependencies": { "aproba": ">=2.0.0 <3.0.0-0", "npm-registry-fetch": ">=17.0.1 <18.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" } } ], "libnpmorg!>=6.0.6 <7.0.0-0": [ "6.0.6", { "name": "libnpmorg", "dist": { "tarball": "https://registry.npmjs.org/libnpmorg/-/libnpmorg-6.0.6.tgz" }, "dependencies": { "aproba": ">=2.0.0 <3.0.0-0", "npm-registry-fetch": ">=17.0.1 <18.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" } } ], "libnpmpack!>=7.0.3 <8.0.0-0": [ "7.0.3", { "name": "libnpmpack", "dist": { "tarball": "https://registry.npmjs.org/libnpmpack/-/libnpmpack-7.0.3.tgz" }, "dependencies": { "@npmcli/arborist": ">=7.5.3 <8.0.0-0", "@npmcli/run-script": ">=8.1.0 <9.0.0-0", "npm-package-arg": ">=11.0.2 <12.0.0-0", "pacote": ">=18.0.6 <19.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" } } ], "libnpmpublish!>=9.0.9 <10.0.0-0": [ "9.0.9", { "name": "libnpmpublish", "dist": { "tarball": "https://registry.npmjs.org/libnpmpublish/-/libnpmpublish-9.0.9.tgz" }, "dependencies": { "ci-info": ">=4.0.0 <5.0.0-0", "normalize-package-data": ">=6.0.1 <7.0.0-0", "npm-package-arg": ">=11.0.2 <12.0.0-0", "npm-registry-fetch": ">=17.0.1 <18.0.0-0", "proc-log": ">=4.2.0 <5.0.0-0", "semver": ">=7.3.7 <8.0.0-0", "sigstore": ">=2.2.0 <3.0.0-0", "ssri": ">=10.0.6 <11.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" } } ], "libnpmsearch!>=7.0.6 <8.0.0-0": [ "7.0.6", { "name": "libnpmsearch", "dist": { "tarball": "https://registry.npmjs.org/libnpmsearch/-/libnpmsearch-7.0.6.tgz" }, "dependencies": { "npm-registry-fetch": ">=17.0.1 <18.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" } } ], "libnpmteam!>=6.0.5 <7.0.0-0": [ "6.0.5", { "name": "libnpmteam", "dist": { "tarball": "https://registry.npmjs.org/libnpmteam/-/libnpmteam-6.0.5.tgz" }, "dependencies": { "aproba": ">=2.0.0 <3.0.0-0", "npm-registry-fetch": ">=17.0.1 <18.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" } } ], "libnpmversion!>=6.0.3 <7.0.0-0": [ "6.0.3", { "name": "libnpmversion", "dist": { "tarball": "https://registry.npmjs.org/libnpmversion/-/libnpmversion-6.0.3.tgz" }, "dependencies": { "@npmcli/git": ">=5.0.7 <6.0.0-0", "@npmcli/run-script": ">=8.1.0 <9.0.0-0", "json-parse-even-better-errors": ">=3.0.2 <4.0.0-0", "proc-log": ">=4.2.0 <5.0.0-0", "semver": ">=7.3.7 <8.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" } } ], "lines-and-columns!>=1.1.6 <2.0.0-0": [ "1.2.4", { "name": "lines-and-columns", "dist": { "tarball": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz" } } ], "load-json-file!>=4.0.0 <5.0.0-0": [ "4.0.0", { "name": "load-json-file", "dist": { "tarball": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz" }, "dependencies": { "graceful-fs": ">=4.1.2 <5.0.0-0", "parse-json": ">=4.0.0 <5.0.0-0", "pify": ">=3.0.0 <4.0.0-0", "strip-bom": ">=3.0.0 <4.0.0-0" } } ], "locate-path!>=2.0.0 <3.0.0-0": [ "2.0.0", { "name": "locate-path", "dist": { "tarball": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz" }, "dependencies": { "p-locate": ">=2.0.0 <3.0.0-0", "path-exists": ">=3.0.0 <4.0.0-0" } } ], "locate-path!>=6.0.0 <7.0.0-0": [ "6.0.0", { "name": "locate-path", "dist": { "tarball": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz" }, "dependencies": { "p-locate": ">=5.0.0 <6.0.0-0" } } ], "lodash-es!>=4.17.21 <5.0.0-0": [ "4.17.21", { "name": "lodash-es", "dist": { "tarball": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz" }, "scripts": { "test": "echo \"See https://travis-ci.org/lodash-archive/lodash-cli for testing details.\"" } } ], "lodash.capitalize!>=4.2.1 <5.0.0-0": [ "4.2.1", { "name": "lodash.capitalize", "dist": { "tarball": "https://registry.npmjs.org/lodash.capitalize/-/lodash.capitalize-4.2.1.tgz" } } ], "lodash.escaperegexp!>=4.1.2 <5.0.0-0": [ "4.1.2", { "name": "lodash.escaperegexp", "dist": { "tarball": "https://registry.npmjs.org/lodash.escaperegexp/-/lodash.escaperegexp-4.1.2.tgz" } } ], "lodash.isplainobject!>=4.0.6 <5.0.0-0": [ "4.0.6", { "name": "lodash.isplainobject", "dist": { "tarball": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz" } } ], "lodash.isstring!>=4.0.1 <5.0.0-0": [ "4.0.1", { "name": "lodash.isstring", "dist": { "tarball": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz" } } ], "lodash.merge!>=4.6.2 <5.0.0-0": [ "4.6.2", { "name": "lodash.merge", "dist": { "tarball": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz" } } ], "lodash.uniqby!>=4.7.0 <5.0.0-0": [ "4.7.0", { "name": "lodash.uniqby", "dist": { "tarball": "https://registry.npmjs.org/lodash.uniqby/-/lodash.uniqby-4.7.0.tgz" } } ], "loose-envify!>=1.4.0 <2.0.0-0": [ "1.4.0", { "name": "loose-envify", "dist": { "tarball": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz" }, "dependencies": { "js-tokens": ">=3.0.0 <4.0.0-0||>=4.0.0 <5.0.0-0" }, "bin": { "loose-envify": "cli.js" } } ], "lru-cache!>=6.0.0 <7.0.0-0": [ "6.0.0", { "name": "lru-cache", "dist": { "tarball": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz" }, "dependencies": { "yallist": ">=4.0.0 <5.0.0-0" } } ], "lru-cache!>=10.0.1 <11.0.0-0": [ "10.2.2", { "name": "lru-cache", "dist": { "tarball": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.2.tgz" }, "scripts": { "benchmark": "make -C benchmark", "benchmark-results-typedoc": "bash scripts/benchmark-results-typedoc.sh", "build": "npm run prepare", "format": "prettier --write .", "postversion": "npm publish", "prebenchmark": "npm run prepare", "prepare": "tshy && bash fixup.sh", "preprofile": "npm run prepare", "prepublishOnly": "git push origin --follow-tags", "presnap": "npm run prepare", "pretest": "npm run prepare", "preversion": "npm test", "profile": "make -C benchmark profile", "snap": "tap", "test": "tap", "typedoc": "typedoc --tsconfig ./.tshy/esm.json ./src/*.ts" } } ], "lru-cache!>=10.2.0 <11.0.0-0": [ "10.2.2", { "name": "lru-cache", "dist": { "tarball": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.2.tgz" }, "scripts": { "benchmark": "make -C benchmark", "benchmark-results-typedoc": "bash scripts/benchmark-results-typedoc.sh", "build": "npm run prepare", "format": "prettier --write .", "postversion": "npm publish", "prebenchmark": "npm run prepare", "prepare": "tshy && bash fixup.sh", "preprofile": "npm run prepare", "prepublishOnly": "git push origin --follow-tags", "presnap": "npm run prepare", "pretest": "npm run prepare", "preversion": "npm test", "profile": "make -C benchmark profile", "snap": "tap", "test": "tap", "typedoc": "typedoc --tsconfig ./.tshy/esm.json ./src/*.ts" } } ], "lru-cache!>=10.2.2 <11.0.0-0": [ "10.2.2", { "name": "lru-cache", "dist": { "tarball": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.2.tgz" }, "scripts": { "benchmark": "make -C benchmark", "benchmark-results-typedoc": "bash scripts/benchmark-results-typedoc.sh", "build": "npm run prepare", "format": "prettier --write .", "postversion": "npm publish", "prebenchmark": "npm run prepare", "prepare": "tshy && bash fixup.sh", "preprofile": "npm run prepare", "prepublishOnly": "git push origin --follow-tags", "presnap": "npm run prepare", "pretest": "npm run prepare", "preversion": "npm test", "profile": "make -C benchmark profile", "snap": "tap", "test": "tap", "typedoc": "typedoc --tsconfig ./.tshy/esm.json ./src/*.ts" } } ], "make-fetch-happen!>=13.0.0 <14.0.0-0": [ "13.0.1", { "name": "make-fetch-happen", "dist": { "tarball": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-13.0.1.tgz" }, "dependencies": { "@npmcli/agent": ">=2.0.0 <3.0.0-0", "cacache": ">=18.0.0 <19.0.0-0", "http-cache-semantics": ">=4.1.1 <5.0.0-0", "is-lambda": ">=1.0.1 <2.0.0-0", "minipass": ">=7.0.2 <8.0.0-0", "minipass-fetch": ">=3.0.0 <4.0.0-0", "minipass-flush": ">=1.0.5 <2.0.0-0", "minipass-pipeline": ">=1.2.4 <2.0.0-0", "negotiator": ">=0.6.3 <0.7.0-0", "proc-log": ">=4.2.0 <5.0.0-0", "promise-retry": ">=2.0.1 <3.0.0-0", "ssri": ">=10.0.0 <11.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" } } ], "make-fetch-happen!>=13.0.1 <14.0.0-0": [ "13.0.1", { "name": "make-fetch-happen", "dist": { "tarball": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-13.0.1.tgz" }, "dependencies": { "@npmcli/agent": ">=2.0.0 <3.0.0-0", "cacache": ">=18.0.0 <19.0.0-0", "http-cache-semantics": ">=4.1.1 <5.0.0-0", "is-lambda": ">=1.0.1 <2.0.0-0", "minipass": ">=7.0.2 <8.0.0-0", "minipass-fetch": ">=3.0.0 <4.0.0-0", "minipass-flush": ">=1.0.5 <2.0.0-0", "minipass-pipeline": ">=1.2.4 <2.0.0-0", "negotiator": ">=0.6.3 <0.7.0-0", "proc-log": ">=4.2.0 <5.0.0-0", "promise-retry": ">=2.0.1 <3.0.0-0", "ssri": ">=10.0.0 <11.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" } } ], "marked!>=15.0.0 <16.0.0-0": [ "15.0.12", { "name": "marked", "dist": { "tarball": "https://registry.npmjs.org/marked/-/marked-15.0.12.tgz" }, "bin": { "marked": "bin/marked.js" }, "scripts": { "bench": "npm run build && node test/bench.js", "build": "npm run build:esbuild && npm run build:types && npm run build:man", "build:docs": "npm run build && node docs/build.js", "build:esbuild": "node esbuild.config.js", "build:man": "marked-man man/marked.1.md > man/marked.1", "build:reset": "git checkout upstream/master lib/marked.cjs lib/marked.umd.js lib/marked.esm.js marked.min.js", "build:types": "tsc && dts-bundle-generator --export-referenced-types --project tsconfig.json -o lib/marked.d.ts src/marked.ts && dts-bundle-generator --export-referenced-types --project tsconfig.json -o lib/marked.d.cts src/marked.ts", "lint": "eslint --fix", "rules": "node test/rules.js", "test": "npm run build && npm run test:specs && npm run test:unit", "test:all": "npm test && npm run test:umd && npm run test:cjs && npm run test:types && npm run test:lint", "test:cjs": "node test/cjs-test.cjs", "test:lint": "eslint", "test:only": "npm run build && npm run test:specs:only && npm run test:unit:only", "test:redos": "node test/recheck.js > vuln.js", "test:specs": "node --test --test-reporter=spec test/run-spec-tests.js", "test:specs:only": "node --test --test-only --test-reporter=spec test/run-spec-tests.js", "test:types": "tsc --project tsconfig-type-test.json && attw -P --exclude-entrypoints ./bin/marked ./marked.min.js", "test:umd": "node test/umd-test.js", "test:unit": "node --test --test-reporter=spec test/unit/*.test.js", "test:unit:only": "node --test --test-only --test-reporter=spec test/unit/*.test.js", "test:update": "node test/update-specs.js" } } ], "marked-terminal!>=7.3.0 <8.0.0-0": [ "7.3.0", { "name": "marked-terminal", "dist": { "tarball": "https://registry.npmjs.org/marked-terminal/-/marked-terminal-7.3.0.tgz" }, "dependencies": { "ansi-escapes": ">=7.0.0 <8.0.0-0", "ansi-regex": ">=6.1.0 <7.0.0-0", "chalk": ">=5.4.1 <6.0.0-0", "cli-highlight": ">=2.1.11 <3.0.0-0", "cli-table3": ">=0.6.5 <0.7.0-0", "node-emoji": ">=2.2.0 <3.0.0-0", "supports-hyperlinks": ">=3.1.0 <4.0.0-0" }, "scripts": { "build": "rollup -c", "prepack": "npm run build", "test": "cross-env FORCE_HYPERLINK=0 mocha tests/*.js --reporter spec" } } ], "math-intrinsics!>=1.1.0 <2.0.0-0": [ "1.1.0", { "name": "math-intrinsics", "dist": { "tarball": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc && attw -P", "posttest": "npx npm@'>= 10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md && eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git' | grep -v dist/)", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "meow!>=13.0.0 <14.0.0-0": [ "13.2.0", { "name": "meow", "dist": { "tarball": "https://registry.npmjs.org/meow/-/meow-13.2.0.tgz" }, "scripts": { "build": "rollup --config", "prepare": "npm run build", "test": "xo && npm run build && ava && tsd --typings build/index.d.ts" } } ], "merge-options!3.0.4": [ "3.0.4", { "name": "merge-options", "dist": { "tarball": "https://registry.npmjs.org/merge-options/-/merge-options-3.0.4.tgz" }, "dependencies": { "is-plain-obj": ">=2.1.0 <3.0.0-0" } } ], "merge-stream!>=2.0.0 <3.0.0-0": [ "2.0.0", { "name": "merge-stream", "dist": { "tarball": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz" } } ], "merge2!>=1.3.0 <2.0.0-0": [ "1.4.1", { "name": "merge2", "dist": { "tarball": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz" } } ], "merge2!>=1.4.1 <2.0.0-0": [ "1.4.1", { "name": "merge2", "dist": { "tarball": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz" } } ], "micromatch!>=4.0.2 <5.0.0-0": [ "4.0.5", { "name": "micromatch", "dist": { "tarball": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz" }, "dependencies": { "braces": ">=3.0.2 <4.0.0-0", "picomatch": ">=2.3.1 <3.0.0-0" } } ], "micromatch!>=4.0.4 <5.0.0-0": [ "4.0.5", { "name": "micromatch", "dist": { "tarball": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz" }, "dependencies": { "braces": ">=3.0.2 <4.0.0-0", "picomatch": ">=2.3.1 <3.0.0-0" } } ], "mime!>=4.0.0 <5.0.0-0": [ "4.0.3", { "name": "mime", "dist": { "tarball": "https://registry.npmjs.org/mime/-/mime-4.0.3.tgz" }, "bin": { "mime": "bin/cli.js" }, "scripts": { "build": "npm run build:clean && tsc", "build:clean": "rm -fr dist", "build:types": "node dist/scripts/build.js", "build:watch": "npm run build:clean && tsc --watch", "lint": "prettier -c .", "lint:fix": "prettier -w .", "prepublishOnly": "npm run build && npm run build:types && npm test", "release": "# `standard-version --dry-run --prerelease` is the command you're after", "test": "node --test && ./test/exports_test.sh", "test:watch": "clear && node --enable-source-maps --test --watch test" } } ], "mimic-fn!>=4.0.0 <5.0.0-0": [ "4.0.0", { "name": "mimic-fn", "dist": { "tarball": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz" }, "scripts": { "test": "xo && ava && tsd" } } ], "minimatch!>=3.0.5 <4.0.0-0": [ "3.0.8", { "name": "minimatch", "dist": { "tarball": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.8.tgz" }, "dependencies": { "brace-expansion": ">=1.1.7 <2.0.0-0" } } ], "minimatch!>=3.1.1 <4.0.0-0": [ "3.1.2", { "name": "minimatch", "dist": { "tarball": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" }, "dependencies": { "brace-expansion": ">=1.1.7 <2.0.0-0" } } ], "minimatch!>=3.1.2 <4.0.0-0": [ "3.1.2", { "name": "minimatch", "dist": { "tarball": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" }, "dependencies": { "brace-expansion": ">=1.1.7 <2.0.0-0" } } ], "minimatch!>=9.0.0 <10.0.0-0": [ "9.0.4", { "name": "minimatch", "dist": { "tarball": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz" }, "dependencies": { "brace-expansion": ">=2.0.1 <3.0.0-0" }, "scripts": { "benchmark": "node benchmark/index.js", "format": "prettier --write . --loglevel warn", "postversion": "npm publish", "prepare": "tshy", "prepublishOnly": "git push origin --follow-tags", "presnap": "npm run prepare", "pretest": "npm run prepare", "preversion": "npm test", "snap": "tap", "test": "tap", "typedoc": "typedoc --tsconfig tsconfig-esm.json ./src/*.ts" } } ], "minimatch!>=9.0.4 <10.0.0-0": [ "9.0.4", { "name": "minimatch", "dist": { "tarball": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz" }, "dependencies": { "brace-expansion": ">=2.0.1 <3.0.0-0" }, "scripts": { "benchmark": "node benchmark/index.js", "format": "prettier --write . --loglevel warn", "postversion": "npm publish", "prepare": "tshy", "prepublishOnly": "git push origin --follow-tags", "presnap": "npm run prepare", "pretest": "npm run prepare", "preversion": "npm test", "snap": "tap", "test": "tap", "typedoc": "typedoc --tsconfig tsconfig-esm.json ./src/*.ts" } } ], "minimist!>=1.2.0 <2.0.0-0": [ "1.2.6", { "name": "minimist", "dist": { "tarball": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz" } } ], "minimist!>=1.2.5 <2.0.0-0": [ "1.2.6", { "name": "minimist", "dist": { "tarball": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz" } } ], "minimist!>=1.2.6 <2.0.0-0": [ "1.2.6", { "name": "minimist", "dist": { "tarball": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz" } } ], "minipass!>=3.0.0 <4.0.0-0": [ "3.3.5", { "name": "minipass", "dist": { "tarball": "https://registry.npmjs.org/minipass/-/minipass-3.3.5.tgz" }, "dependencies": { "yallist": ">=4.0.0 <5.0.0-0" } } ], "minipass!>=5.0.0 <6.0.0-0": [ "5.0.0", { "name": "minipass", "dist": { "tarball": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz" }, "scripts": { "format": "prettier --write . --loglevel warn", "postpublish": "git push origin --follow-tags", "postversion": "npm publish", "prepare": "node ./scripts/transpile-to-esm.js", "presnap": "npm run prepare", "pretest": "npm run prepare", "preversion": "npm test", "snap": "tap", "test": "tap", "typedoc": "typedoc ./index.d.ts" } } ], "minipass!>=5.0.0 <6.0.0-0||>=6.0.2 <7.0.0-0||>=7.0.0 <8.0.0-0": [ "7.1.2", { "name": "minipass", "dist": { "tarball": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz" }, "scripts": { "format": "prettier --write . --loglevel warn", "postversion": "npm publish", "prepare": "tshy", "prepublishOnly": "git push origin --follow-tags", "presnap": "npm run prepare", "pretest": "npm run prepare", "preversion": "npm test", "snap": "tap", "test": "tap", "typedoc": "typedoc --tsconfig .tshy/esm.json ./src/*.ts" } } ], "minipass!>=7.0.2 <8.0.0-0": [ "7.1.2", { "name": "minipass", "dist": { "tarball": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz" }, "scripts": { "format": "prettier --write . --loglevel warn", "postversion": "npm publish", "prepare": "tshy", "prepublishOnly": "git push origin --follow-tags", "presnap": "npm run prepare", "pretest": "npm run prepare", "preversion": "npm test", "snap": "tap", "test": "tap", "typedoc": "typedoc --tsconfig .tshy/esm.json ./src/*.ts" } } ], "minipass!>=7.0.3 <8.0.0-0": [ "7.1.2", { "name": "minipass", "dist": { "tarball": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz" }, "scripts": { "format": "prettier --write . --loglevel warn", "postversion": "npm publish", "prepare": "tshy", "prepublishOnly": "git push origin --follow-tags", "presnap": "npm run prepare", "pretest": "npm run prepare", "preversion": "npm test", "snap": "tap", "test": "tap", "typedoc": "typedoc --tsconfig .tshy/esm.json ./src/*.ts" } } ], "minipass!>=7.1.1 <8.0.0-0": [ "7.1.2", { "name": "minipass", "dist": { "tarball": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz" }, "scripts": { "format": "prettier --write . --loglevel warn", "postversion": "npm publish", "prepare": "tshy", "prepublishOnly": "git push origin --follow-tags", "presnap": "npm run prepare", "pretest": "npm run prepare", "preversion": "npm test", "snap": "tap", "test": "tap", "typedoc": "typedoc --tsconfig .tshy/esm.json ./src/*.ts" } } ], "minipass!>=7.1.2 <8.0.0-0": [ "7.1.2", { "name": "minipass", "dist": { "tarball": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz" }, "scripts": { "format": "prettier --write . --loglevel warn", "postversion": "npm publish", "prepare": "tshy", "prepublishOnly": "git push origin --follow-tags", "presnap": "npm run prepare", "pretest": "npm run prepare", "preversion": "npm test", "snap": "tap", "test": "tap", "typedoc": "typedoc --tsconfig .tshy/esm.json ./src/*.ts" } } ], "minipass-collect!>=2.0.1 <3.0.0-0": [ "2.0.1", { "name": "minipass-collect", "dist": { "tarball": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-2.0.1.tgz" }, "dependencies": { "minipass": ">=7.0.3 <8.0.0-0" }, "scripts": { "postversion": "npm publish", "prepublishOnly": "git push origin --follow-tags", "preversion": "npm test", "snap": "tap", "test": "tap" } } ], "minipass-fetch!>=3.0.0 <4.0.0-0": [ "3.0.5", { "name": "minipass-fetch", "dist": { "tarball": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-3.0.5.tgz" }, "dependencies": { "minipass": ">=7.0.3 <8.0.0-0", "minipass-sized": ">=1.0.3 <2.0.0-0", "minizlib": ">=2.1.2 <3.0.0-0" }, "optionalDependencies": { "encoding": ">=0.1.13 <0.2.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", "test:tls-fixtures": "./test/fixtures/tls/setup.sh" } } ], "minipass-flush!>=1.0.5 <2.0.0-0": [ "1.0.5", { "name": "minipass-flush", "dist": { "tarball": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz" }, "dependencies": { "minipass": ">=3.0.0 <4.0.0-0" } } ], "minipass-json-stream!>=1.0.1 <2.0.0-0": [ "1.0.1", { "name": "minipass-json-stream", "dist": { "tarball": "https://registry.npmjs.org/minipass-json-stream/-/minipass-json-stream-1.0.1.tgz" }, "dependencies": { "jsonparse": ">=1.3.1 <2.0.0-0", "minipass": ">=3.0.0 <4.0.0-0" } } ], "minipass-pipeline!>=1.2.4 <2.0.0-0": [ "1.2.4", { "name": "minipass-pipeline", "dist": { "tarball": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz" }, "dependencies": { "minipass": ">=3.0.0 <4.0.0-0" } } ], "minipass-sized!>=1.0.3 <2.0.0-0": [ "1.0.3", { "name": "minipass-sized", "dist": { "tarball": "https://registry.npmjs.org/minipass-sized/-/minipass-sized-1.0.3.tgz" }, "dependencies": { "minipass": ">=3.0.0 <4.0.0-0" } } ], "minizlib!>=2.1.1 <3.0.0-0": [ "2.1.2", { "name": "minizlib", "dist": { "tarball": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz" }, "dependencies": { "minipass": ">=3.0.0 <4.0.0-0", "yallist": ">=4.0.0 <5.0.0-0" } } ], "minizlib!>=2.1.2 <3.0.0-0": [ "2.1.2", { "name": "minizlib", "dist": { "tarball": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz" }, "dependencies": { "minipass": ">=3.0.0 <4.0.0-0", "yallist": ">=4.0.0 <5.0.0-0" } } ], "mkdirp!>=1.0.3 <2.0.0-0": [ "1.0.4", { "name": "mkdirp", "dist": { "tarball": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz" }, "bin": { "mkdirp": "bin/cmd.js" } } ], "ms!2.1.2": [ "2.1.2", { "name": "ms", "dist": { "tarball": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz" } } ], "ms!>=2.1.1 <3.0.0-0": [ "2.1.3", { "name": "ms", "dist": { "tarball": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz" } } ], "ms!>=2.1.2 <3.0.0-0": [ "2.1.3", { "name": "ms", "dist": { "tarball": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz" } } ], "mute-stream!>=1.0.0 <2.0.0-0": [ "1.0.0", { "name": "mute-stream", "dist": { "tarball": "https://registry.npmjs.org/mute-stream/-/mute-stream-1.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" } } ], "mz!>=2.4.0 <3.0.0-0": [ "2.7.0", { "name": "mz", "dist": { "tarball": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz" }, "dependencies": { "any-promise": ">=1.0.0 <2.0.0-0", "object-assign": ">=4.0.1 <5.0.0-0", "thenify-all": ">=1.0.0 <2.0.0-0" }, "scripts": { "test": "mocha --reporter spec", "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot", "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot" } } ], "natural-compare!>=1.4.0 <2.0.0-0": [ "1.4.0", { "name": "natural-compare", "dist": { "tarball": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz" } } ], "negotiator!>=0.6.3 <0.7.0-0": [ "0.6.3", { "name": "negotiator", "dist": { "tarball": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz" } } ], "neo-async!>=2.6.0 <3.0.0-0": [ "2.6.2", { "name": "neo-async", "dist": { "tarball": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz" } } ], "nerf-dart!>=1.0.0 <2.0.0-0": [ "1.0.0", { "name": "nerf-dart", "dist": { "tarball": "https://registry.npmjs.org/nerf-dart/-/nerf-dart-1.0.0.tgz" } } ], "node-emoji!>=2.2.0 <3.0.0-0": [ "2.2.0", { "name": "node-emoji", "dist": { "tarball": "https://registry.npmjs.org/node-emoji/-/node-emoji-2.2.0.tgz" }, "dependencies": { "@sindresorhus/is": ">=4.6.0 <5.0.0-0", "char-regex": ">=1.0.2 <2.0.0-0", "emojilib": ">=2.4.0 <3.0.0-0", "skin-tone": ">=2.0.0 <3.0.0-0" }, "scripts": { "build": "tsup", "format": "prettier \"**/*\" --ignore-unknown", "lint": "eslint . .*js --max-warnings 0 --report-unused-disable-directives", "lint:knip": "knip", "lint:md": "markdownlint \"**/*.md\" \".github/**/*.md\" --rules sentences-per-line", "lint:package-json": "npmPkgJsonLint .", "lint:packages": "pnpm dedupe --check", "lint:spelling": "cspell \"**\" \".github/**/*\"", "prepare": "husky install", "should-semantic-release": "should-semantic-release --verbose", "test": "vitest", "test:cjs": "node ./src/e2e.cjs", "tsc": "tsc" } } ], "node-gyp!>=10.0.0 <11.0.0-0": [ "10.1.0", { "name": "node-gyp", "dist": { "tarball": "https://registry.npmjs.org/node-gyp/-/node-gyp-10.1.0.tgz" }, "dependencies": { "env-paths": ">=2.2.0 <3.0.0-0", "exponential-backoff": ">=3.1.1 <4.0.0-0", "glob": ">=10.3.10 <11.0.0-0", "graceful-fs": ">=4.2.6 <5.0.0-0", "make-fetch-happen": ">=13.0.0 <14.0.0-0", "nopt": ">=7.0.0 <8.0.0-0", "proc-log": ">=3.0.0 <4.0.0-0", "semver": ">=7.3.5 <8.0.0-0", "tar": ">=6.1.2 <7.0.0-0", "which": ">=4.0.0 <5.0.0-0" }, "bin": { "node-gyp": "bin/node-gyp.js" }, "scripts": { "lint": "standard \"*/*.js\" \"test/**/*.js\" \".github/**/*.js\"", "test": "cross-env NODE_GYP_NULL_LOGGER=true mocha --timeout 15000 test/test-download.js test/test-*" } } ], "node-gyp!>=10.1.0 <11.0.0-0": [ "10.1.0", { "name": "node-gyp", "dist": { "tarball": "https://registry.npmjs.org/node-gyp/-/node-gyp-10.1.0.tgz" }, "dependencies": { "env-paths": ">=2.2.0 <3.0.0-0", "exponential-backoff": ">=3.1.1 <4.0.0-0", "glob": ">=10.3.10 <11.0.0-0", "graceful-fs": ">=4.2.6 <5.0.0-0", "make-fetch-happen": ">=13.0.0 <14.0.0-0", "nopt": ">=7.0.0 <8.0.0-0", "proc-log": ">=3.0.0 <4.0.0-0", "semver": ">=7.3.5 <8.0.0-0", "tar": ">=6.1.2 <7.0.0-0", "which": ">=4.0.0 <5.0.0-0" }, "bin": { "node-gyp": "bin/node-gyp.js" }, "scripts": { "lint": "standard \"*/*.js\" \"test/**/*.js\" \".github/**/*.js\"", "test": "cross-env NODE_GYP_NULL_LOGGER=true mocha --timeout 15000 test/test-download.js test/test-*" } } ], "nopt!>=7.0.0 <8.0.0-0": [ "7.2.1", { "name": "nopt", "dist": { "tarball": "https://registry.npmjs.org/nopt/-/nopt-7.2.1.tgz" }, "dependencies": { "abbrev": ">=2.0.0 <3.0.0-0" }, "bin": { "nopt": "bin/nopt.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" } } ], "nopt!>=7.2.1 <8.0.0-0": [ "7.2.1", { "name": "nopt", "dist": { "tarball": "https://registry.npmjs.org/nopt/-/nopt-7.2.1.tgz" }, "dependencies": { "abbrev": ">=2.0.0 <3.0.0-0" }, "bin": { "nopt": "bin/nopt.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" } } ], "normalize-package-data!>=6.0.0 <7.0.0-0": [ "6.0.1", { "name": "normalize-package-data", "dist": { "tarball": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-6.0.1.tgz" }, "dependencies": { "hosted-git-info": ">=7.0.0 <8.0.0-0", "is-core-module": ">=2.8.1 <3.0.0-0", "semver": ">=7.3.5 <8.0.0-0", "validate-npm-package-license": ">=3.0.4 <4.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" } } ], "normalize-package-data!>=6.0.1 <7.0.0-0": [ "6.0.1", { "name": "normalize-package-data", "dist": { "tarball": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-6.0.1.tgz" }, "dependencies": { "hosted-git-info": ">=7.0.0 <8.0.0-0", "is-core-module": ">=2.8.1 <3.0.0-0", "semver": ">=7.3.5 <8.0.0-0", "validate-npm-package-license": ">=3.0.4 <4.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" } } ], "normalize-url!>=8.0.0 <9.0.0-0": [ "8.0.1", { "name": "normalize-url", "dist": { "tarball": "https://registry.npmjs.org/normalize-url/-/normalize-url-8.0.1.tgz" }, "scripts": { "//test": "xo && c8 ava && tsd", "test": "c8 ava && tsd" } } ], "npm!>=10.5.0 <11.0.0-0": [ "10.8.1", { "name": "npm", "dist": { "tarball": "https://registry.npmjs.org/npm/-/npm-10.8.1.tgz" }, "dependencies": { "@isaacs/string-locale-compare": ">=1.1.0 <2.0.0-0", "@npmcli/arborist": ">=7.5.3 <8.0.0-0", "@npmcli/config": ">=8.3.3 <9.0.0-0", "@npmcli/fs": ">=3.1.1 <4.0.0-0", "@npmcli/map-workspaces": ">=3.0.6 <4.0.0-0", "@npmcli/package-json": ">=5.1.1 <6.0.0-0", "@npmcli/promise-spawn": ">=7.0.2 <8.0.0-0", "@npmcli/redact": ">=2.0.0 <3.0.0-0", "@npmcli/run-script": ">=8.1.0 <9.0.0-0", "@sigstore/tuf": ">=2.3.4 <3.0.0-0", "abbrev": ">=2.0.0 <3.0.0-0", "archy": ">=1.0.0 <1.1.0-0", "cacache": ">=18.0.3 <19.0.0-0", "chalk": ">=5.3.0 <6.0.0-0", "ci-info": ">=4.0.0 <5.0.0-0", "cli-columns": ">=4.0.0 <5.0.0-0", "fastest-levenshtein": ">=1.0.16 <2.0.0-0", "fs-minipass": ">=3.0.3 <4.0.0-0", "glob": ">=10.4.1 <11.0.0-0", "graceful-fs": ">=4.2.11 <5.0.0-0", "hosted-git-info": ">=7.0.2 <8.0.0-0", "ini": ">=4.1.3 <5.0.0-0", "init-package-json": ">=6.0.3 <7.0.0-0", "is-cidr": ">=5.1.0 <6.0.0-0", "json-parse-even-better-errors": ">=3.0.2 <4.0.0-0", "libnpmaccess": ">=8.0.6 <9.0.0-0", "libnpmdiff": ">=6.1.3 <7.0.0-0", "libnpmexec": ">=8.1.2 <9.0.0-0", "libnpmfund": ">=5.0.11 <6.0.0-0", "libnpmhook": ">=10.0.5 <11.0.0-0", "libnpmorg": ">=6.0.6 <7.0.0-0", "libnpmpack": ">=7.0.3 <8.0.0-0", "libnpmpublish": ">=9.0.9 <10.0.0-0", "libnpmsearch": ">=7.0.6 <8.0.0-0", "libnpmteam": ">=6.0.5 <7.0.0-0", "libnpmversion": ">=6.0.3 <7.0.0-0", "make-fetch-happen": ">=13.0.1 <14.0.0-0", "minimatch": ">=9.0.4 <10.0.0-0", "minipass": ">=7.1.1 <8.0.0-0", "minipass-pipeline": ">=1.2.4 <2.0.0-0", "ms": ">=2.1.2 <3.0.0-0", "node-gyp": ">=10.1.0 <11.0.0-0", "nopt": ">=7.2.1 <8.0.0-0", "normalize-package-data": ">=6.0.1 <7.0.0-0", "npm-audit-report": ">=5.0.0 <6.0.0-0", "npm-install-checks": ">=6.3.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-profile": ">=10.0.0 <11.0.0-0", "npm-registry-fetch": ">=17.0.1 <18.0.0-0", "npm-user-validate": ">=2.0.1 <3.0.0-0", "p-map": ">=4.0.0 <5.0.0-0", "pacote": ">=18.0.6 <19.0.0-0", "parse-conflict-json": ">=3.0.1 <4.0.0-0", "proc-log": ">=4.2.0 <5.0.0-0", "qrcode-terminal": ">=0.12.0 <0.13.0-0", "read": ">=3.0.1 <4.0.0-0", "semver": ">=7.6.2 <8.0.0-0", "spdx-expression-parse": ">=4.0.0 <5.0.0-0", "ssri": ">=10.0.6 <11.0.0-0", "supports-color": ">=9.4.0 <10.0.0-0", "tar": ">=6.2.1 <7.0.0-0", "text-table": ">=0.2.0 <0.3.0-0", "tiny-relative-date": ">=1.3.0 <2.0.0-0", "treeverse": ">=3.0.0 <4.0.0-0", "validate-npm-package-name": ">=5.0.1 <6.0.0-0", "which": ">=4.0.0 <5.0.0-0", "write-file-atomic": ">=5.0.1 <6.0.0-0" }, "bin": { "npm": "bin/npm-cli.js", "npx": "bin/npx-cli.js" }, "scripts": { "dependencies": "node scripts/bundle-and-gitignore-deps.js && node scripts/dependency-graph.js", "dumpconf": "env | grep npm | sort | uniq", "licenses": "npx licensee --production --errors-only", "lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"", "lint-all": "node . run lint -ws -iwr --if-present", "lintfix": "node . run lint -- --fix", "postlint": "template-oss-check", "posttest": "node . run lint", "prepack": "node . run build -w docs", "resetdeps": "node scripts/resetdeps.js", "rp-pull-request": "node scripts/update-authors.js", "snap": "tap", "template-oss-apply": "template-oss-apply --force", "test": "tap", "test-all": "node . run test -ws -iwr --if-present", "test:nocolor": "CI=true tap -Rclassic" } } ], "npm-audit-report!>=5.0.0 <6.0.0-0": [ "5.0.0", { "name": "npm-audit-report", "dist": { "tarball": "https://registry.npmjs.org/npm-audit-report/-/npm-audit-report-5.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" } } ], "npm-bundled!>=3.0.0 <4.0.0-0": [ "3.0.1", { "name": "npm-bundled", "dist": { "tarball": "https://registry.npmjs.org/npm-bundled/-/npm-bundled-3.0.1.tgz" }, "dependencies": { "npm-normalize-package-bin": ">=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", "snap": "tap", "template-oss-apply": "template-oss-apply --force", "test": "tap" } } ], "npm-install-checks!>=6.0.0 <7.0.0-0": [ "6.3.0", { "name": "npm-install-checks", "dist": { "tarball": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-6.3.0.tgz" }, "dependencies": { "semver": ">=7.1.1 <8.0.0-0" }, "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" } } ], "npm-install-checks!>=6.2.0 <7.0.0-0": [ "6.3.0", { "name": "npm-install-checks", "dist": { "tarball": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-6.3.0.tgz" }, "dependencies": { "semver": ">=7.1.1 <8.0.0-0" }, "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" } } ], "npm-install-checks!>=6.3.0 <7.0.0-0": [ "6.3.0", { "name": "npm-install-checks", "dist": { "tarball": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-6.3.0.tgz" }, "dependencies": { "semver": ">=7.1.1 <8.0.0-0" }, "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" } } ], "npm-normalize-package-bin!>=3.0.0 <4.0.0-0": [ "3.0.1", { "name": "npm-normalize-package-bin", "dist": { "tarball": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-3.0.1.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" } } ], "npm-package-arg!>=11.0.0 <12.0.0-0": [ "11.0.2", { "name": "npm-package-arg", "dist": { "tarball": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-11.0.2.tgz" }, "dependencies": { "hosted-git-info": ">=7.0.0 <8.0.0-0", "proc-log": ">=4.0.0 <5.0.0-0", "semver": ">=7.3.5 <8.0.0-0", "validate-npm-package-name": ">=5.0.0 <6.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" } } ], "npm-package-arg!>=11.0.2 <12.0.0-0": [ "11.0.2", { "name": "npm-package-arg", "dist": { "tarball": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-11.0.2.tgz" }, "dependencies": { "hosted-git-info": ">=7.0.0 <8.0.0-0", "proc-log": ">=4.0.0 <5.0.0-0", "semver": ">=7.3.5 <8.0.0-0", "validate-npm-package-name": ">=5.0.0 <6.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" } } ], "npm-packlist!>=8.0.0 <9.0.0-0": [ "8.0.2", { "name": "npm-packlist", "dist": { "tarball": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-8.0.2.tgz" }, "dependencies": { "ignore-walk": ">=6.0.4 <7.0.0-0" }, "scripts": { "eslint": "eslint", "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" } } ], "npm-pick-manifest!>=9.0.0 <10.0.0-0": [ "9.0.1", { "name": "npm-pick-manifest", "dist": { "tarball": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-9.0.1.tgz" }, "dependencies": { "npm-install-checks": ">=6.0.0 <7.0.0-0", "npm-normalize-package-bin": ">=3.0.0 <4.0.0-0", "npm-package-arg": ">=11.0.0 <12.0.0-0", "semver": ">=7.3.5 <8.0.0-0" }, "scripts": { "coverage": "tap", "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" } } ], "npm-pick-manifest!>=9.0.1 <10.0.0-0": [ "9.0.1", { "name": "npm-pick-manifest", "dist": { "tarball": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-9.0.1.tgz" }, "dependencies": { "npm-install-checks": ">=6.0.0 <7.0.0-0", "npm-normalize-package-bin": ">=3.0.0 <4.0.0-0", "npm-package-arg": ">=11.0.0 <12.0.0-0", "semver": ">=7.3.5 <8.0.0-0" }, "scripts": { "coverage": "tap", "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" } } ], "npm-profile!>=10.0.0 <11.0.0-0": [ "10.0.0", { "name": "npm-profile", "dist": { "tarball": "https://registry.npmjs.org/npm-profile/-/npm-profile-10.0.0.tgz" }, "dependencies": { "npm-registry-fetch": ">=17.0.1 <18.0.0-0", "proc-log": ">=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" } } ], "npm-registry-fetch!>=17.0.0 <18.0.0-0": [ "17.0.1", { "name": "npm-registry-fetch", "dist": { "tarball": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-17.0.1.tgz" }, "dependencies": { "@npmcli/redact": ">=2.0.0 <3.0.0-0", "make-fetch-happen": ">=13.0.0 <14.0.0-0", "minipass": ">=7.0.2 <8.0.0-0", "minipass-fetch": ">=3.0.0 <4.0.0-0", "minipass-json-stream": ">=1.0.1 <2.0.0-0", "minizlib": ">=2.1.2 <3.0.0-0", "npm-package-arg": ">=11.0.0 <12.0.0-0", "proc-log": ">=4.0.0 <5.0.0-0" }, "scripts": { "eslint": "eslint", "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" } } ], "npm-registry-fetch!>=17.0.1 <18.0.0-0": [ "17.0.1", { "name": "npm-registry-fetch", "dist": { "tarball": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-17.0.1.tgz" }, "dependencies": { "@npmcli/redact": ">=2.0.0 <3.0.0-0", "make-fetch-happen": ">=13.0.0 <14.0.0-0", "minipass": ">=7.0.2 <8.0.0-0", "minipass-fetch": ">=3.0.0 <4.0.0-0", "minipass-json-stream": ">=1.0.1 <2.0.0-0", "minizlib": ">=2.1.2 <3.0.0-0", "npm-package-arg": ">=11.0.0 <12.0.0-0", "proc-log": ">=4.0.0 <5.0.0-0" }, "scripts": { "eslint": "eslint", "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" } } ], "npm-run-path!>=5.1.0 <6.0.0-0": [ "5.3.0", { "name": "npm-run-path", "dist": { "tarball": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz" }, "dependencies": { "path-key": ">=4.0.0 <5.0.0-0" }, "scripts": { "test": "xo && ava && tsd" } } ], "npm-run-path!>=5.2.0 <6.0.0-0": [ "5.3.0", { "name": "npm-run-path", "dist": { "tarball": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz" }, "dependencies": { "path-key": ">=4.0.0 <5.0.0-0" }, "scripts": { "test": "xo && ava && tsd" } } ], "npm-user-validate!>=2.0.1 <3.0.0-0": [ "2.0.1", { "name": "npm-user-validate", "dist": { "tarball": "https://registry.npmjs.org/npm-user-validate/-/npm-user-validate-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" } } ], "object-assign!>=4.0.1 <5.0.0-0": [ "4.1.1", { "name": "object-assign", "dist": { "tarball": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz" }, "scripts": { "bench": "matcha bench.js", "test": "xo && ava" } } ], "object-assign!>=4.1.1 <5.0.0-0": [ "4.1.1", { "name": "object-assign", "dist": { "tarball": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz" } } ], "object-inspect!>=1.9.0 <2.0.0-0": [ "1.12.2", { "name": "object-inspect", "dist": { "tarball": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.2.tgz" } } ], "object-inspect!>=1.12.2 <2.0.0-0": [ "1.12.2", { "name": "object-inspect", "dist": { "tarball": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.2.tgz" } } ], "object-inspect!>=1.13.1 <2.0.0-0": [ "1.13.1", { "name": "object-inspect", "dist": { "tarball": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "npx @pkgjs/support validate", "posttest": "npx aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only && npm run test:corejs", "test:corejs": "nyc tape test-core-js.js 'test/*.js'", "tests-only": "nyc tape 'test/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "object-inspect!>=1.13.3 <2.0.0-0": [ "1.13.4", { "name": "object-inspect", "dist": { "tarball": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "npx @pkgjs/support validate", "posttest": "npx npm@'>=10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only && npm run test:corejs", "test:corejs": "nyc tape test-core-js.js 'test/*.js'", "tests-only": "nyc tape 'test/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "object-inspect!>=1.13.4 <2.0.0-0": [ "1.13.4", { "name": "object-inspect", "dist": { "tarball": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "npx @pkgjs/support validate", "posttest": "npx npm@'>=10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only && npm run test:corejs", "test:corejs": "nyc tape test-core-js.js 'test/*.js'", "tests-only": "nyc tape 'test/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "object-keys!>=1.1.1 <2.0.0-0": [ "1.1.1", { "name": "object-keys", "dist": { "tarball": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz" } } ], "object.assign!>=4.1.2 <5.0.0-0": [ "4.1.4", { "name": "object.assign", "dist": { "tarball": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz" }, "dependencies": { "call-bind": ">=1.0.2 <2.0.0-0", "define-properties": ">=1.1.4 <2.0.0-0", "has-symbols": ">=1.0.3 <2.0.0-0", "object-keys": ">=1.1.1 <2.0.0-0" } } ], "object.assign!>=4.1.3 <5.0.0-0": [ "4.1.4", { "name": "object.assign", "dist": { "tarball": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz" }, "dependencies": { "call-bind": ">=1.0.2 <2.0.0-0", "define-properties": ">=1.1.4 <2.0.0-0", "has-symbols": ">=1.0.3 <2.0.0-0", "object-keys": ">=1.1.1 <2.0.0-0" } } ], "object.assign!>=4.1.4 <5.0.0-0": [ "4.1.4", { "name": "object.assign", "dist": { "tarball": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz" }, "dependencies": { "call-bind": ">=1.0.2 <2.0.0-0", "define-properties": ">=1.1.4 <2.0.0-0", "has-symbols": ">=1.0.3 <2.0.0-0", "object-keys": ">=1.1.1 <2.0.0-0" } } ], "object.assign!>=4.1.5 <5.0.0-0": [ "4.1.5", { "name": "object.assign", "dist": { "tarball": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.5.tgz" }, "dependencies": { "call-bind": ">=1.0.5 <2.0.0-0", "define-properties": ">=1.2.1 <2.0.0-0", "has-symbols": ">=1.0.3 <2.0.0-0", "object-keys": ">=1.1.1 <2.0.0-0" }, "scripts": { "build": "mkdir -p dist && browserify browserShim.js > dist/browser.js", "lint": "eslint .", "posttest": "aud --production", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest && npm run build", "pretest": "npm run lint && es-shim-api --bound", "test": "npm run tests-only && npm run test:ses", "test:implementation": "nyc node test", "test:native": "nyc node test/native", "test:ses": "node test/ses-compat", "test:shim": "nyc node test/shimmed", "tests-only": "npm run test:implementation && npm run test:shim" } } ], "object.assign!>=4.1.7 <5.0.0-0": [ "4.1.7", { "name": "object.assign", "dist": { "tarball": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.7.tgz" }, "dependencies": { "call-bind": ">=1.0.8 <2.0.0-0", "call-bound": ">=1.0.3 <2.0.0-0", "define-properties": ">=1.2.1 <2.0.0-0", "es-object-atoms": ">=1.0.0 <2.0.0-0", "has-symbols": ">=1.1.0 <2.0.0-0", "object-keys": ">=1.1.1 <2.0.0-0" }, "scripts": { "build": "mkdir -p dist && browserify browserShim.js > dist/browser.js", "lint": "eslint .", "posttest": "npx npm@'>=10.2' audit --production", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest && npm run build", "pretest": "npm run lint && es-shim-api --bound", "test": "npm run tests-only && npm run test:ses", "test:implementation": "nyc node test", "test:native": "nyc node test/native", "test:ses": "node test/ses-compat", "test:shim": "nyc node test/shimmed", "tests-only": "npm run test:implementation && npm run test:shim" } } ], "object.entries!>=1.1.5 <2.0.0-0": [ "1.1.5", { "name": "object.entries", "dist": { "tarball": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.5.tgz" }, "dependencies": { "call-bind": ">=1.0.2 <2.0.0-0", "define-properties": ">=1.1.3 <2.0.0-0", "es-abstract": ">=1.19.1 <2.0.0-0" } } ], "object.entries!>=1.1.9 <2.0.0-0": [ "1.1.9", { "name": "object.entries", "dist": { "tarball": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.9.tgz" }, "dependencies": { "call-bind": ">=1.0.8 <2.0.0-0", "call-bound": ">=1.0.4 <2.0.0-0", "define-properties": ">=1.2.1 <2.0.0-0", "es-object-atoms": ">=1.1.1 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "es-shim-api --bound", "posttest": "npx npm@\">= 10.2\" audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run --silent lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "object.fromentries!>=2.0.8 <3.0.0-0": [ "2.0.8", { "name": "object.fromentries", "dist": { "tarball": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.8.tgz" }, "dependencies": { "call-bind": ">=1.0.7 <2.0.0-0", "define-properties": ">=1.2.1 <2.0.0-0", "es-abstract": ">=1.23.2 <2.0.0-0", "es-object-atoms": ">=1.0.0 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "es-shim-api --bound", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "object.groupby!>=1.0.3 <2.0.0-0": [ "1.0.3", { "name": "object.groupby", "dist": { "tarball": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.3.tgz" }, "dependencies": { "call-bind": ">=1.0.7 <2.0.0-0", "define-properties": ">=1.2.1 <2.0.0-0", "es-abstract": ">=1.23.2 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "es-shim-api --bound && evalmd README.md", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run --silent lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "object.values!>=1.1.6 <2.0.0-0": [ "1.1.6", { "name": "object.values", "dist": { "tarball": "https://registry.npmjs.org/object.values/-/object.values-1.1.6.tgz" }, "dependencies": { "call-bind": ">=1.0.2 <2.0.0-0", "define-properties": ">=1.1.4 <2.0.0-0", "es-abstract": ">=1.20.4 <2.0.0-0" } } ], "object.values!>=1.2.0 <2.0.0-0": [ "1.2.0", { "name": "object.values", "dist": { "tarball": "https://registry.npmjs.org/object.values/-/object.values-1.2.0.tgz" }, "dependencies": { "call-bind": ">=1.0.7 <2.0.0-0", "define-properties": ">=1.2.1 <2.0.0-0", "es-object-atoms": ">=1.0.0 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "es-shim-api --bound", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "object.values!>=1.2.1 <2.0.0-0": [ "1.2.1", { "name": "object.values", "dist": { "tarball": "https://registry.npmjs.org/object.values/-/object.values-1.2.1.tgz" }, "dependencies": { "call-bind": ">=1.0.8 <2.0.0-0", "call-bound": ">=1.0.3 <2.0.0-0", "define-properties": ">=1.2.1 <2.0.0-0", "es-object-atoms": ">=1.0.0 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "es-shim-api --bound", "posttest": "npx npm@'>= 10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "once!>=1.3.0 <2.0.0-0": [ "1.4.0", { "name": "once", "dist": { "tarball": "https://registry.npmjs.org/once/-/once-1.4.0.tgz" }, "dependencies": { "wrappy": ">=1.0.0 <2.0.0-0" } } ], "onetime!>=6.0.0 <7.0.0-0": [ "6.0.0", { "name": "onetime", "dist": { "tarball": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz" }, "dependencies": { "mimic-fn": ">=4.0.0 <5.0.0-0" }, "scripts": { "test": "xo && ava && tsd" } } ], "open!>=8.4.0 <9.0.0-0": [ "8.4.0", { "name": "open", "dist": { "tarball": "https://registry.npmjs.org/open/-/open-8.4.0.tgz" }, "dependencies": { "define-lazy-prop": ">=2.0.0 <3.0.0-0", "is-docker": ">=2.1.1 <3.0.0-0", "is-wsl": ">=2.2.0 <3.0.0-0" } } ], "optionator!>=0.9.3 <0.10.0-0": [ "0.9.4", { "name": "optionator", "dist": { "tarball": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz" }, "dependencies": { "deep-is": ">=0.1.3 <0.2.0-0", "fast-levenshtein": ">=2.0.6 <3.0.0-0", "levn": ">=0.4.1 <0.5.0-0", "prelude-ls": ">=1.2.1 <2.0.0-0", "type-check": ">=0.4.0 <0.5.0-0", "word-wrap": ">=1.2.5 <2.0.0-0" }, "scripts": { "test": "make test" } } ], "own-keys!>=1.0.1 <2.0.0-0": [ "1.0.1", { "name": "own-keys", "dist": { "tarball": "https://registry.npmjs.org/own-keys/-/own-keys-1.0.1.tgz" }, "dependencies": { "get-intrinsic": ">=1.2.6 <2.0.0-0", "object-keys": ">=1.1.1 <2.0.0-0", "safe-push-apply": ">=1.0.0 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc && attw -P", "posttest": "npx npm@'>= 10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape test", "version": "auto-changelog && git add CHANGELOG.md" } } ], "p-each-series!>=3.0.0 <4.0.0-0": [ "3.0.0", { "name": "p-each-series", "dist": { "tarball": "https://registry.npmjs.org/p-each-series/-/p-each-series-3.0.0.tgz" }, "scripts": { "test": "xo && ava && tsd" } } ], "p-filter!>=4.0.0 <5.0.0-0": [ "4.1.0", { "name": "p-filter", "dist": { "tarball": "https://registry.npmjs.org/p-filter/-/p-filter-4.1.0.tgz" }, "dependencies": { "p-map": ">=7.0.1 <8.0.0-0" }, "scripts": { "test": "xo && ava && tsd" } } ], "p-is-promise!>=3.0.0 <4.0.0-0": [ "3.0.0", { "name": "p-is-promise", "dist": { "tarball": "https://registry.npmjs.org/p-is-promise/-/p-is-promise-3.0.0.tgz" } } ], "p-limit!>=1.1.0 <2.0.0-0": [ "1.3.0", { "name": "p-limit", "dist": { "tarball": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz" }, "dependencies": { "p-try": ">=1.0.0 <2.0.0-0" } } ], "p-limit!>=3.0.2 <4.0.0-0": [ "3.1.0", { "name": "p-limit", "dist": { "tarball": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz" }, "dependencies": { "yocto-queue": ">=0.1.0 <0.2.0-0" } } ], "p-locate!>=2.0.0 <3.0.0-0": [ "2.0.0", { "name": "p-locate", "dist": { "tarball": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz" }, "dependencies": { "p-limit": ">=1.1.0 <2.0.0-0" } } ], "p-locate!>=5.0.0 <6.0.0-0": [ "5.0.0", { "name": "p-locate", "dist": { "tarball": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz" }, "dependencies": { "p-limit": ">=3.0.2 <4.0.0-0" } } ], "p-map!>=4.0.0 <5.0.0-0": [ "4.0.0", { "name": "p-map", "dist": { "tarball": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz" }, "dependencies": { "aggregate-error": ">=3.0.0 <4.0.0-0" } } ], "p-map!>=7.0.1 <8.0.0-0": [ "7.0.2", { "name": "p-map", "dist": { "tarball": "https://registry.npmjs.org/p-map/-/p-map-7.0.2.tgz" }, "scripts": { "test": "xo && ava && tsd" } } ], "p-reduce!>=3.0.0 <4.0.0-0": [ "3.0.0", { "name": "p-reduce", "dist": { "tarball": "https://registry.npmjs.org/p-reduce/-/p-reduce-3.0.0.tgz" }, "scripts": { "test": "xo && ava && tsd" } } ], "p-try!>=1.0.0 <2.0.0-0": [ "1.0.0", { "name": "p-try", "dist": { "tarball": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz" } } ], "pacote!>=18.0.0 <19.0.0-0": [ "18.0.6", { "name": "pacote", "dist": { "tarball": "https://registry.npmjs.org/pacote/-/pacote-18.0.6.tgz" }, "dependencies": { "@npmcli/git": ">=5.0.0 <6.0.0-0", "@npmcli/installed-package-contents": ">=2.0.1 <3.0.0-0", "@npmcli/package-json": ">=5.1.0 <6.0.0-0", "@npmcli/promise-spawn": ">=7.0.0 <8.0.0-0", "@npmcli/run-script": ">=8.0.0 <9.0.0-0", "cacache": ">=18.0.0 <19.0.0-0", "fs-minipass": ">=3.0.0 <4.0.0-0", "minipass": ">=7.0.2 <8.0.0-0", "npm-package-arg": ">=11.0.0 <12.0.0-0", "npm-packlist": ">=8.0.0 <9.0.0-0", "npm-pick-manifest": ">=9.0.0 <10.0.0-0", "npm-registry-fetch": ">=17.0.0 <18.0.0-0", "proc-log": ">=4.0.0 <5.0.0-0", "promise-retry": ">=2.0.1 <3.0.0-0", "sigstore": ">=2.2.0 <3.0.0-0", "ssri": ">=10.0.0 <11.0.0-0", "tar": ">=6.1.11 <7.0.0-0" }, "bin": { "pacote": "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" } } ], "pacote!>=18.0.6 <19.0.0-0": [ "18.0.6", { "name": "pacote", "dist": { "tarball": "https://registry.npmjs.org/pacote/-/pacote-18.0.6.tgz" }, "dependencies": { "@npmcli/git": ">=5.0.0 <6.0.0-0", "@npmcli/installed-package-contents": ">=2.0.1 <3.0.0-0", "@npmcli/package-json": ">=5.1.0 <6.0.0-0", "@npmcli/promise-spawn": ">=7.0.0 <8.0.0-0", "@npmcli/run-script": ">=8.0.0 <9.0.0-0", "cacache": ">=18.0.0 <19.0.0-0", "fs-minipass": ">=3.0.0 <4.0.0-0", "minipass": ">=7.0.2 <8.0.0-0", "npm-package-arg": ">=11.0.0 <12.0.0-0", "npm-packlist": ">=8.0.0 <9.0.0-0", "npm-pick-manifest": ">=9.0.0 <10.0.0-0", "npm-registry-fetch": ">=17.0.0 <18.0.0-0", "proc-log": ">=4.0.0 <5.0.0-0", "promise-retry": ">=2.0.1 <3.0.0-0", "sigstore": ">=2.2.0 <3.0.0-0", "ssri": ">=10.0.0 <11.0.0-0", "tar": ">=6.1.11 <7.0.0-0" }, "bin": { "pacote": "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" } } ], "parent-module!>=1.0.0 <2.0.0-0": [ "1.0.1", { "name": "parent-module", "dist": { "tarball": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz" }, "dependencies": { "callsites": ">=3.0.0 <4.0.0-0" } } ], "parse-conflict-json!>=3.0.0 <4.0.0-0": [ "3.0.1", { "name": "parse-conflict-json", "dist": { "tarball": "https://registry.npmjs.org/parse-conflict-json/-/parse-conflict-json-3.0.1.tgz" }, "dependencies": { "json-parse-even-better-errors": ">=3.0.0 <4.0.0-0", "just-diff": ">=6.0.0 <7.0.0-0", "just-diff-apply": ">=5.2.0 <6.0.0-0" }, "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" } } ], "parse-conflict-json!>=3.0.1 <4.0.0-0": [ "3.0.1", { "name": "parse-conflict-json", "dist": { "tarball": "https://registry.npmjs.org/parse-conflict-json/-/parse-conflict-json-3.0.1.tgz" }, "dependencies": { "json-parse-even-better-errors": ">=3.0.0 <4.0.0-0", "just-diff": ">=6.0.0 <7.0.0-0", "just-diff-apply": ">=5.2.0 <6.0.0-0" }, "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" } } ], "parse-json!>=4.0.0 <5.0.0-0": [ "4.0.0", { "name": "parse-json", "dist": { "tarball": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz" }, "dependencies": { "error-ex": ">=1.3.1 <2.0.0-0", "json-parse-better-errors": ">=1.0.1 <2.0.0-0" } } ], "parse-json!>=5.2.0 <6.0.0-0": [ "5.2.0", { "name": "parse-json", "dist": { "tarball": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz" }, "dependencies": { "@babel/code-frame": ">=7.0.0 <8.0.0-0", "error-ex": ">=1.3.1 <2.0.0-0", "json-parse-even-better-errors": ">=2.3.0 <3.0.0-0", "lines-and-columns": ">=1.1.6 <2.0.0-0" }, "scripts": { "test": "xo && nyc ava" } } ], "parse-json!>=8.0.0 <9.0.0-0": [ "8.1.0", { "name": "parse-json", "dist": { "tarball": "https://registry.npmjs.org/parse-json/-/parse-json-8.1.0.tgz" }, "dependencies": { "@babel/code-frame": ">=7.22.13 <8.0.0-0", "index-to-position": ">=0.1.2 <0.2.0-0", "type-fest": ">=4.7.1 <5.0.0-0" }, "scripts": { "test": "xo && nyc ava && tsd" } } ], "parse-ms!>=4.0.0 <5.0.0-0": [ "4.0.0", { "name": "parse-ms", "dist": { "tarball": "https://registry.npmjs.org/parse-ms/-/parse-ms-4.0.0.tgz" }, "scripts": { "test": "xo && ava && tsd" } } ], "parse5!>=5.1.1 <6.0.0-0": [ "5.1.1", { "name": "parse5", "dist": { "tarball": "https://registry.npmjs.org/parse5/-/parse5-5.1.1.tgz" } } ], "parse5!>=6.0.1 <7.0.0-0": [ "6.0.1", { "name": "parse5", "dist": { "tarball": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz" } } ], "parse5-htmlparser2-tree-adapter!>=6.0.0 <7.0.0-0": [ "6.0.1", { "name": "parse5-htmlparser2-tree-adapter", "dist": { "tarball": "https://registry.npmjs.org/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-6.0.1.tgz" }, "dependencies": { "parse5": ">=6.0.1 <7.0.0-0" } } ], "path-exists!>=3.0.0 <4.0.0-0": [ "3.0.0", { "name": "path-exists", "dist": { "tarball": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz" } } ], "path-exists!>=4.0.0 <5.0.0-0": [ "4.0.0", { "name": "path-exists", "dist": { "tarball": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz" } } ], "path-is-absolute!>=1.0.0 <2.0.0-0": [ "1.0.1", { "name": "path-is-absolute", "dist": { "tarball": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz" } } ], "path-key!>=3.1.0 <4.0.0-0": [ "3.1.1", { "name": "path-key", "dist": { "tarball": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz" } } ], "path-key!>=4.0.0 <5.0.0-0": [ "4.0.0", { "name": "path-key", "dist": { "tarball": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz" }, "scripts": { "test": "xo && ava && tsd" } } ], "path-parse!>=1.0.7 <2.0.0-0": [ "1.0.7", { "name": "path-parse", "dist": { "tarball": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz" } } ], "path-scurry!>=1.11.1 <2.0.0-0": [ "1.11.1", { "name": "path-scurry", "dist": { "tarball": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz" }, "dependencies": { "lru-cache": ">=10.2.0 <11.0.0-0", "minipass": ">=5.0.0 <6.0.0-0||>=6.0.2 <7.0.0-0||>=7.0.0 <8.0.0-0" }, "scripts": { "bench": "bash ./scripts/bench.sh", "format": "prettier --write . --loglevel warn", "postversion": "npm publish", "prepare": "tshy", "prepublishOnly": "git push origin --follow-tags", "presnap": "npm run prepare", "pretest": "npm run prepare", "preversion": "npm test", "snap": "tap", "test": "tap", "typedoc": "typedoc --tsconfig tsconfig-esm.json ./src/*.ts" } } ], "path-type!>=4.0.0 <5.0.0-0": [ "4.0.0", { "name": "path-type", "dist": { "tarball": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz" } } ], "path-type!>=5.0.0 <6.0.0-0": [ "5.0.0", { "name": "path-type", "dist": { "tarball": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz" }, "scripts": { "test": "xo && nyc ava && tsd" } } ], "picocolors!>=1.0.0 <2.0.0-0": [ "1.0.0", { "name": "picocolors", "dist": { "tarball": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz" } } ], "picomatch!>=2.3.1 <3.0.0-0": [ "2.3.1", { "name": "picomatch", "dist": { "tarball": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz" } } ], "pify!>=3.0.0 <4.0.0-0": [ "3.0.0", { "name": "pify", "dist": { "tarball": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz" } } ], "pkg-conf!>=2.1.0 <3.0.0-0": [ "2.1.0", { "name": "pkg-conf", "dist": { "tarball": "https://registry.npmjs.org/pkg-conf/-/pkg-conf-2.1.0.tgz" }, "dependencies": { "find-up": ">=2.0.0 <3.0.0-0", "load-json-file": ">=4.0.0 <5.0.0-0" } } ], "possible-typed-array-names!>=1.0.0 <2.0.0-0": [ "1.0.0", { "name": "possible-typed-array-names", "dist": { "tarball": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p . && eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git' | grep -v dist/)", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "postcss-selector-parser!>=6.0.10 <7.0.0-0": [ "6.0.10", { "name": "postcss-selector-parser", "dist": { "tarball": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz" }, "dependencies": { "cssesc": ">=3.0.0 <4.0.0-0", "util-deprecate": ">=1.0.2 <2.0.0-0" } } ], "prelude-ls!>=1.2.1 <2.0.0-0": [ "1.2.1", { "name": "prelude-ls", "dist": { "tarball": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz" } } ], "prettier!3.5.3": [ "3.5.3", { "name": "prettier", "dist": { "tarball": "https://registry.npmjs.org/prettier/-/prettier-3.5.3.tgz" }, "bin": { "prettier": "bin/prettier.cjs" } } ], "prettier-linter-helpers!>=1.0.0 <2.0.0-0": [ "1.0.0", { "name": "prettier-linter-helpers", "dist": { "tarball": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz" }, "dependencies": { "fast-diff": ">=1.1.2 <2.0.0-0" } } ], "pretty-ms!>=9.0.0 <10.0.0-0": [ "9.0.0", { "name": "pretty-ms", "dist": { "tarball": "https://registry.npmjs.org/pretty-ms/-/pretty-ms-9.0.0.tgz" }, "dependencies": { "parse-ms": ">=4.0.0 <5.0.0-0" }, "scripts": { "test": "xo && ava && tsd" } } ], "proc-log!>=3.0.0 <4.0.0-0": [ "3.0.0", { "name": "proc-log", "dist": { "tarball": "https://registry.npmjs.org/proc-log/-/proc-log-3.0.0.tgz" }, "scripts": { "lint": "eslint \"**/*.js\"", "lintfix": "npm run lint -- --fix", "postlint": "template-oss-check", "postsnap": "eslint index.js test/*.js --fix", "posttest": "npm run lint", "snap": "tap", "template-oss-apply": "template-oss-apply --force", "test": "tap" } } ], "proc-log!>=4.0.0 <5.0.0-0": [ "4.2.0", { "name": "proc-log", "dist": { "tarball": "https://registry.npmjs.org/proc-log/-/proc-log-4.2.0.tgz" }, "scripts": { "lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"", "lintfix": "npm run lint -- --fix", "postlint": "template-oss-check", "postsnap": "eslint index.js test/*.js --fix", "posttest": "npm run lint", "snap": "tap", "template-oss-apply": "template-oss-apply --force", "test": "tap" } } ], "proc-log!>=4.1.0 <5.0.0-0": [ "4.2.0", { "name": "proc-log", "dist": { "tarball": "https://registry.npmjs.org/proc-log/-/proc-log-4.2.0.tgz" }, "scripts": { "lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"", "lintfix": "npm run lint -- --fix", "postlint": "template-oss-check", "postsnap": "eslint index.js test/*.js --fix", "posttest": "npm run lint", "snap": "tap", "template-oss-apply": "template-oss-apply --force", "test": "tap" } } ], "proc-log!>=4.2.0 <5.0.0-0": [ "4.2.0", { "name": "proc-log", "dist": { "tarball": "https://registry.npmjs.org/proc-log/-/proc-log-4.2.0.tgz" }, "scripts": { "lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"", "lintfix": "npm run lint -- --fix", "postlint": "template-oss-check", "postsnap": "eslint index.js test/*.js --fix", "posttest": "npm run lint", "snap": "tap", "template-oss-apply": "template-oss-apply --force", "test": "tap" } } ], "process-nextick-args!>=2.0.0 <2.1.0-0": [ "2.0.1", { "name": "process-nextick-args", "dist": { "tarball": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz" } } ], "proggy!>=2.0.0 <3.0.0-0": [ "2.0.0", { "name": "proggy", "dist": { "tarball": "https://registry.npmjs.org/proggy/-/proggy-2.0.0.tgz" }, "scripts": { "lint": "eslint \"**/*.js\"", "lintfix": "npm run lint -- --fix", "postlint": "template-oss-check", "postsnap": "eslint lib test --fix", "posttest": "npm run lint", "snap": "tap", "template-oss-apply": "template-oss-apply --force", "test": "tap" } } ], "promise-all-reject-late!>=1.0.0 <2.0.0-0": [ "1.0.1", { "name": "promise-all-reject-late", "dist": { "tarball": "https://registry.npmjs.org/promise-all-reject-late/-/promise-all-reject-late-1.0.1.tgz" } } ], "promise-call-limit!>=3.0.1 <4.0.0-0": [ "3.0.1", { "name": "promise-call-limit", "dist": { "tarball": "https://registry.npmjs.org/promise-call-limit/-/promise-call-limit-3.0.1.tgz" }, "scripts": { "postversion": "npm publish", "prepare": "tshy", "prepublishOnly": "git push origin --follow-tags", "pretest": "npm run prepare", "preversion": "npm test", "snap": "tap", "test": "tap" } } ], "promise-inflight!>=1.0.1 <2.0.0-0": [ "1.0.1", { "name": "promise-inflight", "dist": { "tarball": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz" } } ], "promise-retry!>=2.0.1 <3.0.0-0": [ "2.0.1", { "name": "promise-retry", "dist": { "tarball": "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz" }, "dependencies": { "err-code": ">=2.0.2 <3.0.0-0", "retry": ">=0.12.0 <0.13.0-0" } } ], "promzard!>=1.0.0 <2.0.0-0": [ "1.0.2", { "name": "promzard", "dist": { "tarball": "https://registry.npmjs.org/promzard/-/promzard-1.0.2.tgz" }, "dependencies": { "read": ">=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" } } ], "prop-types!>=15.8.1 <16.0.0-0": [ "15.8.1", { "name": "prop-types", "dist": { "tarball": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz" }, "dependencies": { "loose-envify": ">=1.4.0 <2.0.0-0", "object-assign": ">=4.1.1 <5.0.0-0", "react-is": ">=16.13.1 <17.0.0-0" } } ], "proto-list!>=1.2.1 <1.3.0-0": [ "1.2.4", { "name": "proto-list", "dist": { "tarball": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz" }, "scripts": { "test": "tap test/*.js" } } ], "punycode!>=2.1.0 <3.0.0-0": [ "2.1.1", { "name": "punycode", "dist": { "tarball": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz" } } ], "qrcode-terminal!>=0.12.0 <0.13.0-0": [ "0.12.0", { "name": "qrcode-terminal", "dist": { "tarball": "https://registry.npmjs.org/qrcode-terminal/-/qrcode-terminal-0.12.0.tgz" }, "bin": { "qrcode-terminal": "./bin/qrcode-terminal.js" } } ], "queue-microtask!>=1.2.2 <2.0.0-0": [ "1.2.3", { "name": "queue-microtask", "dist": { "tarball": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz" } } ], "rc!>=1.2.8 <2.0.0-0": [ "1.2.8", { "name": "rc", "dist": { "tarball": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz" }, "dependencies": { "deep-extend": ">=0.6.0 <0.7.0-0", "ini": ">=1.3.0 <1.4.0-0", "minimist": ">=1.2.0 <2.0.0-0", "strip-json-comments": ">=2.0.1 <2.1.0-0" }, "bin": { "rc": "./cli.js" } } ], "react-is!>=16.13.1 <17.0.0-0": [ "16.13.1", { "name": "react-is", "dist": { "tarball": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz" } } ], "read!>=3.0.1 <4.0.0-0": [ "3.0.1", { "name": "read", "dist": { "tarball": "https://registry.npmjs.org/read/-/read-3.0.1.tgz" }, "dependencies": { "mute-stream": ">=1.0.0 <2.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", "prepare": "tshy", "presnap": "npm run prepare", "pretest": "npm run prepare", "snap": "c8 tap", "template-oss-apply": "template-oss-apply --force", "test": "c8 tap" } } ], "read-cmd-shim!>=4.0.0 <5.0.0-0": [ "4.0.0", { "name": "read-cmd-shim", "dist": { "tarball": "https://registry.npmjs.org/read-cmd-shim/-/read-cmd-shim-4.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" } } ], "read-package-json-fast!>=3.0.0 <4.0.0-0": [ "3.0.2", { "name": "read-package-json-fast", "dist": { "tarball": "https://registry.npmjs.org/read-package-json-fast/-/read-package-json-fast-3.0.2.tgz" }, "dependencies": { "json-parse-even-better-errors": ">=3.0.0 <4.0.0-0", "npm-normalize-package-bin": ">=3.0.0 <4.0.0-0" }, "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" } } ], "read-package-json-fast!>=3.0.2 <4.0.0-0": [ "3.0.2", { "name": "read-package-json-fast", "dist": { "tarball": "https://registry.npmjs.org/read-package-json-fast/-/read-package-json-fast-3.0.2.tgz" }, "dependencies": { "json-parse-even-better-errors": ">=3.0.0 <4.0.0-0", "npm-normalize-package-bin": ">=3.0.0 <4.0.0-0" }, "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" } } ], "read-package-up!>=11.0.0 <12.0.0-0": [ "11.0.0", { "name": "read-package-up", "dist": { "tarball": "https://registry.npmjs.org/read-package-up/-/read-package-up-11.0.0.tgz" }, "dependencies": { "find-up-simple": ">=1.0.0 <2.0.0-0", "read-pkg": ">=9.0.0 <10.0.0-0", "type-fest": ">=4.6.0 <5.0.0-0" }, "scripts": { "test": "xo && ava && tsd" } } ], "read-pkg!>=9.0.0 <10.0.0-0": [ "9.0.1", { "name": "read-pkg", "dist": { "tarball": "https://registry.npmjs.org/read-pkg/-/read-pkg-9.0.1.tgz" }, "dependencies": { "@types/normalize-package-data": ">=2.4.3 <3.0.0-0", "normalize-package-data": ">=6.0.0 <7.0.0-0", "parse-json": ">=8.0.0 <9.0.0-0", "type-fest": ">=4.6.0 <5.0.0-0", "unicorn-magic": ">=0.1.0 <0.2.0-0" }, "scripts": { "test": "xo && tsd && cd test && ava" } } ], "read-pkg-up!>=11.0.0 <12.0.0-0": [ "11.0.0", { "name": "read-pkg-up", "dist": { "tarball": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-11.0.0.tgz" }, "dependencies": { "find-up-simple": ">=1.0.0 <2.0.0-0", "read-pkg": ">=9.0.0 <10.0.0-0", "type-fest": ">=4.6.0 <5.0.0-0" }, "scripts": { "test": "xo && ava && tsd" } } ], "readable-stream!>=2.3.6 <2.4.0-0": [ "2.3.7", { "name": "readable-stream", "dist": { "tarball": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz" }, "dependencies": { "core-util-is": ">=1.0.0 <1.1.0-0", "inherits": ">=2.0.3 <2.1.0-0", "isarray": ">=1.0.0 <1.1.0-0", "process-nextick-args": ">=2.0.0 <2.1.0-0", "safe-buffer": ">=5.1.1 <5.2.0-0", "string_decoder": ">=1.1.1 <1.2.0-0", "util-deprecate": ">=1.0.1 <1.1.0-0" } } ], "readable-stream!>=2.0.0 <3.0.0-0": [ "2.3.7", { "name": "readable-stream", "dist": { "tarball": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz" }, "dependencies": { "core-util-is": ">=1.0.0 <1.1.0-0", "inherits": ">=2.0.3 <2.1.0-0", "isarray": ">=1.0.0 <1.1.0-0", "process-nextick-args": ">=2.0.0 <2.1.0-0", "safe-buffer": ">=5.1.1 <5.2.0-0", "string_decoder": ">=1.1.1 <1.2.0-0", "util-deprecate": ">=1.0.1 <1.1.0-0" } } ], "readable-stream!>=2.0.2 <3.0.0-0": [ "2.3.7", { "name": "readable-stream", "dist": { "tarball": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz" }, "dependencies": { "core-util-is": ">=1.0.0 <1.1.0-0", "inherits": ">=2.0.3 <2.1.0-0", "isarray": ">=1.0.0 <1.1.0-0", "process-nextick-args": ">=2.0.0 <2.1.0-0", "safe-buffer": ">=5.1.1 <5.2.0-0", "string_decoder": ">=1.1.1 <1.2.0-0", "util-deprecate": ">=1.0.1 <1.1.0-0" } } ], "reflect.getprototypeof!>=1.0.6 <2.0.0-0": [ "1.0.10", { "name": "reflect.getprototypeof", "dist": { "tarball": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz" }, "dependencies": { "call-bind": ">=1.0.8 <2.0.0-0", "define-properties": ">=1.2.1 <2.0.0-0", "es-abstract": ">=1.23.9 <2.0.0-0", "es-errors": ">=1.3.0 <2.0.0-0", "es-object-atoms": ">=1.0.0 <2.0.0-0", "get-intrinsic": ">=1.2.7 <2.0.0-0", "get-proto": ">=1.0.1 <2.0.0-0", "which-builtin-type": ">=1.2.1 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "es-shim-api --bound", "posttest": "npx npm@'>=10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "reflect.getprototypeof!>=1.0.9 <2.0.0-0": [ "1.0.10", { "name": "reflect.getprototypeof", "dist": { "tarball": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz" }, "dependencies": { "call-bind": ">=1.0.8 <2.0.0-0", "define-properties": ">=1.2.1 <2.0.0-0", "es-abstract": ">=1.23.9 <2.0.0-0", "es-errors": ">=1.3.0 <2.0.0-0", "es-object-atoms": ">=1.0.0 <2.0.0-0", "get-intrinsic": ">=1.2.7 <2.0.0-0", "get-proto": ">=1.0.1 <2.0.0-0", "which-builtin-type": ">=1.2.1 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "es-shim-api --bound", "posttest": "npx npm@'>=10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "regexp.prototype.flags!>=1.4.3 <2.0.0-0": [ "1.4.3", { "name": "regexp.prototype.flags", "dist": { "tarball": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz" }, "dependencies": { "call-bind": ">=1.0.2 <2.0.0-0", "define-properties": ">=1.1.3 <2.0.0-0", "functions-have-names": ">=1.2.2 <2.0.0-0" } } ], "regexp.prototype.flags!>=1.5.2 <2.0.0-0": [ "1.5.2", { "name": "regexp.prototype.flags", "dist": { "tarball": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.2.tgz" }, "dependencies": { "call-bind": ">=1.0.6 <2.0.0-0", "define-properties": ">=1.2.1 <2.0.0-0", "es-errors": ">=1.3.0 <2.0.0-0", "set-function-name": ">=2.0.1 <3.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "es-shim-api --bound", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "regexp.prototype.flags!>=1.5.3 <2.0.0-0": [ "1.5.4", { "name": "regexp.prototype.flags", "dist": { "tarball": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz" }, "dependencies": { "call-bind": ">=1.0.8 <2.0.0-0", "define-properties": ">=1.2.1 <2.0.0-0", "es-errors": ">=1.3.0 <2.0.0-0", "get-proto": ">=1.0.1 <2.0.0-0", "gopd": ">=1.2.0 <2.0.0-0", "set-function-name": ">=2.0.2 <3.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "evalmd README.md && es-shim-api --bound", "posttest": "npx npm@'>=10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "regexp.prototype.flags!>=1.5.4 <2.0.0-0": [ "1.5.4", { "name": "regexp.prototype.flags", "dist": { "tarball": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz" }, "dependencies": { "call-bind": ">=1.0.8 <2.0.0-0", "define-properties": ">=1.2.1 <2.0.0-0", "es-errors": ">=1.3.0 <2.0.0-0", "get-proto": ">=1.0.1 <2.0.0-0", "gopd": ">=1.2.0 <2.0.0-0", "set-function-name": ">=2.0.2 <3.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "evalmd README.md && es-shim-api --bound", "posttest": "npx npm@'>=10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "registry-auth-token!>=5.0.0 <6.0.0-0": [ "5.0.2", { "name": "registry-auth-token", "dist": { "tarball": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-5.0.2.tgz" }, "dependencies": { "@pnpm/npm-conf": ">=2.1.0 <3.0.0-0" }, "scripts": { "coverage": "istanbul cover _mocha", "posttest": "standard", "test": "mocha --require test/global-hooks.js" } } ], "require-directory!>=2.1.1 <3.0.0-0": [ "2.1.1", { "name": "require-directory", "dist": { "tarball": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz" } } ], "resolve!>=1.20.0 <2.0.0-0": [ "1.22.1", { "name": "resolve", "dist": { "tarball": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz" }, "dependencies": { "is-core-module": ">=2.9.0 <3.0.0-0", "path-parse": ">=1.0.7 <2.0.0-0", "supports-preserve-symlinks-flag": ">=1.0.0 <2.0.0-0" }, "bin": { "resolve": "bin/resolve" } } ], "resolve!>=1.22.4 <2.0.0-0": [ "1.22.8", { "name": "resolve", "dist": { "tarball": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz" }, "dependencies": { "is-core-module": ">=2.13.0 <3.0.0-0", "path-parse": ">=1.0.7 <2.0.0-0", "supports-preserve-symlinks-flag": ">=1.0.0 <2.0.0-0" }, "bin": { "resolve": "bin/resolve" }, "scripts": { "lint": "eslint --ext=js,mjs --no-eslintrc -c .eslintrc . 'bin/**'", "posttest": "npm run test:multirepo && aud --production", "prelint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')", "prepack": "npmignore --auto --commentLines=autogenerated && cp node_modules/is-core-module/core.json ./lib/ ||:", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "pretests-only": "cd ./test/resolver/nested_symlinks && node mylib/sync && node mylib/async", "test": "npm run --silent tests-only", "test:multirepo": "cd ./test/resolver/multirepo && npm install && npm test", "tests-only": "tape test/*.js" } } ], "resolve!>=2.0.0-next.5 <3.0.0-0": [ "2.0.0-next.5", { "name": "resolve", "dist": { "tarball": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.5.tgz" }, "dependencies": { "is-core-module": ">=2.13.0 <3.0.0-0", "path-parse": ">=1.0.7 <2.0.0-0", "supports-preserve-symlinks-flag": ">=1.0.0 <2.0.0-0" }, "bin": { "resolve": "bin/resolve" }, "scripts": { "lint": "eslint --ext=js,mjs --no-eslintrc -c .eslintrc . 'bin/**'", "posttest": "npm run test:multirepo && aud --production", "prelint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "pretests-only": "cd ./test/resolver/nested_symlinks && node mylib/sync && node mylib/async", "test": "npm run --silent tests-only", "test:multirepo": "cd ./test/resolver/multirepo && npm install && npm test", "tests-only": "tape test/*.js" } } ], "resolve-from!>=4.0.0 <5.0.0-0": [ "4.0.0", { "name": "resolve-from", "dist": { "tarball": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz" } } ], "resolve-from!>=5.0.0 <6.0.0-0": [ "5.0.0", { "name": "resolve-from", "dist": { "tarball": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz" } } ], "retry!>=0.12.0 <0.13.0-0": [ "0.12.0", { "name": "retry", "dist": { "tarball": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz" } } ], "reusify!>=1.0.4 <2.0.0-0": [ "1.0.4", { "name": "reusify", "dist": { "tarball": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz" } } ], "rimraf!>=3.0.2 <4.0.0-0": [ "3.0.2", { "name": "rimraf", "dist": { "tarball": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz" }, "dependencies": { "glob": ">=7.1.3 <8.0.0-0" }, "bin": { "rimraf": "bin.js" } } ], "run-parallel!>=1.1.9 <2.0.0-0": [ "1.2.0", { "name": "run-parallel", "dist": { "tarball": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz" }, "dependencies": { "queue-microtask": ">=1.2.2 <2.0.0-0" } } ], "safe-array-concat!>=1.1.2 <2.0.0-0": [ "1.1.2", { "name": "safe-array-concat", "dist": { "tarball": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.2.tgz" }, "dependencies": { "call-bind": ">=1.0.7 <2.0.0-0", "get-intrinsic": ">=1.2.4 <2.0.0-0", "has-symbols": ">=1.0.3 <2.0.0-0", "isarray": ">=2.0.5 <3.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "evalmd README.md", "posttest": "aud --production", "posttsc": "attw -P", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "npm run tsc", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape test", "tsc": "tsc -p .", "version": "auto-changelog && git add CHANGELOG.md" } } ], "safe-array-concat!>=1.1.3 <2.0.0-0": [ "1.1.3", { "name": "safe-array-concat", "dist": { "tarball": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.3.tgz" }, "dependencies": { "call-bind": ">=1.0.8 <2.0.0-0", "call-bound": ">=1.0.2 <2.0.0-0", "get-intrinsic": ">=1.2.6 <2.0.0-0", "has-symbols": ">=1.1.0 <2.0.0-0", "isarray": ">=2.0.5 <3.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc && attw -P", "posttest": "npx npm@'>= 10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape test", "version": "auto-changelog && git add CHANGELOG.md" } } ], "safe-buffer!>=5.1.0 <5.2.0-0": [ "5.1.2", { "name": "safe-buffer", "dist": { "tarball": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz" } } ], "safe-buffer!>=5.1.1 <5.2.0-0": [ "5.1.2", { "name": "safe-buffer", "dist": { "tarball": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz" } } ], "safe-push-apply!>=1.0.0 <2.0.0-0": [ "1.0.0", { "name": "safe-push-apply", "dist": { "tarball": "https://registry.npmjs.org/safe-push-apply/-/safe-push-apply-1.0.0.tgz" }, "dependencies": { "es-errors": ">=1.3.0 <2.0.0-0", "isarray": ">=2.0.5 <3.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc && attw -P", "posttest": "npx npm@'>= 10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape test", "version": "auto-changelog && git add CHANGELOG.md" } } ], "safe-regex-test!>=1.0.0 <2.0.0-0": [ "1.0.0", { "name": "safe-regex-test", "dist": { "tarball": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz" }, "dependencies": { "call-bind": ">=1.0.2 <2.0.0-0", "get-intrinsic": ">=1.1.3 <2.0.0-0", "is-regex": ">=1.1.4 <2.0.0-0" } } ], "safe-regex-test!>=1.0.3 <2.0.0-0": [ "1.0.3", { "name": "safe-regex-test", "dist": { "tarball": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.3.tgz" }, "dependencies": { "call-bind": ">=1.0.6 <2.0.0-0", "es-errors": ">=1.3.0 <2.0.0-0", "is-regex": ">=1.1.4 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape test", "version": "auto-changelog && git add CHANGELOG.md" } } ], "safe-regex-test!>=1.1.0 <2.0.0-0": [ "1.1.0", { "name": "safe-regex-test", "dist": { "tarball": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.1.0.tgz" }, "dependencies": { "call-bound": ">=1.0.2 <2.0.0-0", "es-errors": ">=1.3.0 <2.0.0-0", "is-regex": ">=1.2.1 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc && attw -P", "posttest": "npx npm@'>= 10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape test", "version": "auto-changelog && git add CHANGELOG.md" } } ], "safer-buffer!>=2.1.2 <3.0.0": [ "2.1.2", { "name": "safer-buffer", "dist": { "tarball": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz" } } ], "semantic-release!24.2.5": [ "24.2.5", { "name": "semantic-release", "dist": { "tarball": "https://registry.npmjs.org/semantic-release/-/semantic-release-24.2.5.tgz" }, "dependencies": { "@semantic-release/commit-analyzer": ">=13.0.0-beta.1 <14.0.0-0", "@semantic-release/error": ">=4.0.0 <5.0.0-0", "@semantic-release/github": ">=11.0.0 <12.0.0-0", "@semantic-release/npm": ">=12.0.0 <13.0.0-0", "@semantic-release/release-notes-generator": ">=14.0.0-beta.1 <15.0.0-0", "aggregate-error": ">=5.0.0 <6.0.0-0", "cosmiconfig": ">=9.0.0 <10.0.0-0", "debug": ">=4.0.0 <5.0.0-0", "env-ci": ">=11.0.0 <12.0.0-0", "execa": ">=9.0.0 <10.0.0-0", "figures": ">=6.0.0 <7.0.0-0", "find-versions": ">=6.0.0 <7.0.0-0", "get-stream": ">=6.0.0 <7.0.0-0", "git-log-parser": ">=1.2.0 <2.0.0-0", "hook-std": ">=3.0.0 <4.0.0-0", "hosted-git-info": ">=8.0.0 <9.0.0-0", "import-from-esm": ">=2.0.0 <3.0.0-0", "lodash-es": ">=4.17.21 <5.0.0-0", "marked": ">=15.0.0 <16.0.0-0", "marked-terminal": ">=7.3.0 <8.0.0-0", "micromatch": ">=4.0.2 <5.0.0-0", "p-each-series": ">=3.0.0 <4.0.0-0", "p-reduce": ">=3.0.0 <4.0.0-0", "read-package-up": ">=11.0.0 <12.0.0-0", "resolve-from": ">=5.0.0 <6.0.0-0", "semver": ">=7.3.2 <8.0.0-0", "semver-diff": ">=4.0.0 <5.0.0-0", "signale": ">=1.2.1 <2.0.0-0", "yargs": ">=17.5.1 <18.0.0-0" }, "bin": { "semantic-release": "bin/semantic-release.js" }, "scripts": { "lint:engines": "ls-engines", "lint:lockfile": "lockfile-lint", "lint:prettier": "prettier --check \"*.{js,json,md}\" \".github/**/*.{md,yml}\" \"docs/**/*.md\" \"{bin,lib,test}/**/*.js\"", "lint:prettier:fix": "prettier --write \"*.{js,json,md}\" \".github/**/*.{md,yml}\" \"docs/**/*.md\" \"{bin,lib,test}/**/*.js\"", "lint:publish": "publint --strict", "semantic-release": "./bin/semantic-release.js", "test": "npm-run-all --print-label --parallel lint:* --serial test:*", "test:e2e": "ava --verbose test/e2e.test.js", "test:integration": "ava --verbose test/integration.test.js", "test:unit": "c8 ava --verbose" } } ], "semver!>=6.3.0 <7.0.0-0": [ "6.3.0", { "name": "semver", "dist": { "tarball": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz" }, "bin": { "semver": "./bin/semver.js" } } ], "semver!>=6.3.1 <7.0.0-0": [ "6.3.1", { "name": "semver", "dist": { "tarball": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz" }, "bin": { "semver": "bin/semver.js" }, "scripts": { "lint": "echo linting disabled", "lintfix": "npm run lint -- --fix", "postlint": "template-oss-check", "posttest": "npm run lint", "snap": "tap test/ --100 --timeout=30", "template-oss-apply": "template-oss-apply --force", "test": "tap test/ --100 --timeout=30" } } ], "semver!>=7.1.1 <8.0.0-0": [ "7.3.7", { "name": "semver", "dist": { "tarball": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz" }, "dependencies": { "lru-cache": ">=6.0.0 <7.0.0-0" }, "bin": { "semver": "bin/semver.js" } } ], "semver!>=7.1.2 <8.0.0-0": [ "7.3.7", { "name": "semver", "dist": { "tarball": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz" }, "dependencies": { "lru-cache": ">=6.0.0 <7.0.0-0" }, "bin": { "semver": "bin/semver.js" } } ], "semver!>=7.3.2 <8.0.0-0": [ "7.3.7", { "name": "semver", "dist": { "tarball": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz" }, "dependencies": { "lru-cache": ">=6.0.0 <7.0.0-0" }, "bin": { "semver": "bin/semver.js" } } ], "semver!>=7.3.5 <8.0.0-0": [ "7.3.7", { "name": "semver", "dist": { "tarball": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz" }, "dependencies": { "lru-cache": ">=6.0.0 <7.0.0-0" }, "bin": { "semver": "bin/semver.js" } } ], "semver!>=7.3.7 <8.0.0-0": [ "7.3.7", { "name": "semver", "dist": { "tarball": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz" }, "dependencies": { "lru-cache": ">=6.0.0 <7.0.0-0" }, "bin": { "semver": "bin/semver.js" } } ], "semver!>=7.5.2 <8.0.0-0": [ "7.6.2", { "name": "semver", "dist": { "tarball": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz" }, "bin": { "semver": "bin/semver.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" } } ], "semver!>=7.5.3 <8.0.0-0": [ "7.6.2", { "name": "semver", "dist": { "tarball": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz" }, "bin": { "semver": "bin/semver.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" } } ], "semver!>=7.6.0 <8.0.0-0": [ "7.6.2", { "name": "semver", "dist": { "tarball": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz" }, "bin": { "semver": "bin/semver.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" } } ], "semver!>=7.6.2 <8.0.0-0": [ "7.6.2", { "name": "semver", "dist": { "tarball": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz" }, "bin": { "semver": "bin/semver.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" } } ], "semver-diff!>=4.0.0 <5.0.0-0": [ "4.0.0", { "name": "semver-diff", "dist": { "tarball": "https://registry.npmjs.org/semver-diff/-/semver-diff-4.0.0.tgz" }, "dependencies": { "semver": ">=7.3.5 <8.0.0-0" }, "scripts": { "test": "xo && ava && tsd" } } ], "semver-regex!>=4.0.5 <5.0.0-0": [ "4.0.5", { "name": "semver-regex", "dist": { "tarball": "https://registry.npmjs.org/semver-regex/-/semver-regex-4.0.5.tgz" }, "scripts": { "test": "xo && ava && tsd" } } ], "set-function-length!>=1.2.1 <2.0.0-0": [ "1.2.2", { "name": "set-function-length", "dist": { "tarball": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz" }, "dependencies": { "define-data-property": ">=1.1.4 <2.0.0-0", "es-errors": ">=1.3.0 <2.0.0-0", "function-bind": ">=1.1.2 <2.0.0-0", "get-intrinsic": ">=1.2.4 <2.0.0-0", "gopd": ">=1.0.1 <2.0.0-0", "has-property-descriptors": ">=1.0.2 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "npm run tsc", "posttest": "aud --production", "posttsc": "attw -P", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "tsc": "tsc -p .", "version": "auto-changelog && git add CHANGELOG.md" } } ], "set-function-length!>=1.2.2 <2.0.0-0": [ "1.2.2", { "name": "set-function-length", "dist": { "tarball": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz" }, "dependencies": { "define-data-property": ">=1.1.4 <2.0.0-0", "es-errors": ">=1.3.0 <2.0.0-0", "function-bind": ">=1.1.2 <2.0.0-0", "get-intrinsic": ">=1.2.4 <2.0.0-0", "gopd": ">=1.0.1 <2.0.0-0", "has-property-descriptors": ">=1.0.2 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "npm run tsc", "posttest": "aud --production", "posttsc": "attw -P", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "tsc": "tsc -p .", "version": "auto-changelog && git add CHANGELOG.md" } } ], "set-function-name!>=2.0.1 <3.0.0-0": [ "2.0.2", { "name": "set-function-name", "dist": { "tarball": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz" }, "dependencies": { "define-data-property": ">=1.1.4 <2.0.0-0", "es-errors": ">=1.3.0 <2.0.0-0", "functions-have-names": ">=1.2.3 <2.0.0-0", "has-property-descriptors": ">=1.0.2 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p .", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "set-function-name!>=2.0.2 <3.0.0-0": [ "2.0.2", { "name": "set-function-name", "dist": { "tarball": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz" }, "dependencies": { "define-data-property": ">=1.1.4 <2.0.0-0", "es-errors": ">=1.3.0 <2.0.0-0", "functions-have-names": ">=1.2.3 <2.0.0-0", "has-property-descriptors": ">=1.0.2 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p .", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "set-proto!>=1.0.0 <2.0.0-0": [ "1.0.0", { "name": "set-proto", "dist": { "tarball": "https://registry.npmjs.org/set-proto/-/set-proto-1.0.0.tgz" }, "dependencies": { "dunder-proto": ">=1.0.1 <2.0.0-0", "es-errors": ">=1.3.0 <2.0.0-0", "es-object-atoms": ">=1.0.0 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc && attw -P", "posttest": "npx npm@\">=10.2\" audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run --silent lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "shebang-command!>=2.0.0 <3.0.0-0": [ "2.0.0", { "name": "shebang-command", "dist": { "tarball": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz" }, "dependencies": { "shebang-regex": ">=3.0.0 <4.0.0-0" } } ], "shebang-regex!>=3.0.0 <4.0.0-0": [ "3.0.0", { "name": "shebang-regex", "dist": { "tarball": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz" } } ], "side-channel!>=1.0.4 <2.0.0-0": [ "1.0.4", { "name": "side-channel", "dist": { "tarball": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz" }, "dependencies": { "call-bind": ">=1.0.0 <2.0.0-0", "get-intrinsic": ">=1.0.2 <2.0.0-0", "object-inspect": ">=1.9.0 <2.0.0-0" } } ], "side-channel!>=1.1.0 <2.0.0-0": [ "1.1.0", { "name": "side-channel", "dist": { "tarball": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz" }, "dependencies": { "es-errors": ">=1.3.0 <2.0.0-0", "object-inspect": ">=1.13.3 <2.0.0-0", "side-channel-list": ">=1.0.0 <2.0.0-0", "side-channel-map": ">=1.0.1 <2.0.0-0", "side-channel-weakmap": ">=1.0.2 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p . && attw -P", "posttest": "npx npm@'>=10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "side-channel-list!>=1.0.0 <2.0.0-0": [ "1.0.0", { "name": "side-channel-list", "dist": { "tarball": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz" }, "dependencies": { "es-errors": ">=1.3.0 <2.0.0-0", "object-inspect": ">=1.13.3 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p . && attw -P", "posttest": "npx npm@'>= 10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md && eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "side-channel-map!>=1.0.1 <2.0.0-0": [ "1.0.1", { "name": "side-channel-map", "dist": { "tarball": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz" }, "dependencies": { "call-bound": ">=1.0.2 <2.0.0-0", "es-errors": ">=1.3.0 <2.0.0-0", "get-intrinsic": ">=1.2.5 <2.0.0-0", "object-inspect": ">=1.13.3 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p . && attw -P", "posttest": "npx npm@'>= 10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md && eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "side-channel-weakmap!>=1.0.2 <2.0.0-0": [ "1.0.2", { "name": "side-channel-weakmap", "dist": { "tarball": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz" }, "dependencies": { "call-bound": ">=1.0.2 <2.0.0-0", "es-errors": ">=1.3.0 <2.0.0-0", "get-intrinsic": ">=1.2.5 <2.0.0-0", "object-inspect": ">=1.13.3 <2.0.0-0", "side-channel-map": ">=1.0.1 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p . && attw -P", "posttest": "npx npm@'>=10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "signal-exit!>=4.0.1 <5.0.0-0": [ "4.1.0", { "name": "signal-exit", "dist": { "tarball": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz" }, "scripts": { "format": "prettier --write . --loglevel warn", "postversion": "npm publish", "prepare": "tsc -p tsconfig.json && tsc -p tsconfig-esm.json && bash ./scripts/fixup.sh", "preprepare": "rm -rf dist", "prepublishOnly": "git push origin --follow-tags", "presnap": "npm run prepare", "pretest": "npm run prepare", "preversion": "npm test", "snap": "c8 tap", "test": "c8 tap", "typedoc": "typedoc --tsconfig tsconfig-esm.json ./src/*.ts" } } ], "signal-exit!>=4.1.0 <5.0.0-0": [ "4.1.0", { "name": "signal-exit", "dist": { "tarball": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz" }, "scripts": { "format": "prettier --write . --loglevel warn", "postversion": "npm publish", "prepare": "tsc -p tsconfig.json && tsc -p tsconfig-esm.json && bash ./scripts/fixup.sh", "preprepare": "rm -rf dist", "prepublishOnly": "git push origin --follow-tags", "presnap": "npm run prepare", "pretest": "npm run prepare", "preversion": "npm test", "snap": "c8 tap", "test": "c8 tap", "typedoc": "typedoc --tsconfig tsconfig-esm.json ./src/*.ts" } } ], "signale!>=1.2.1 <2.0.0-0": [ "1.4.0", { "name": "signale", "dist": { "tarball": "https://registry.npmjs.org/signale/-/signale-1.4.0.tgz" }, "dependencies": { "chalk": ">=2.3.2 <3.0.0-0", "figures": ">=2.0.0 <3.0.0-0", "pkg-conf": ">=2.1.0 <3.0.0-0" } } ], "sigstore!>=2.2.0 <3.0.0-0": [ "2.3.1", { "name": "sigstore", "dist": { "tarball": "https://registry.npmjs.org/sigstore/-/sigstore-2.3.1.tgz" }, "dependencies": { "@sigstore/bundle": ">=2.3.2 <3.0.0-0", "@sigstore/core": ">=1.0.0 <2.0.0-0", "@sigstore/protobuf-specs": ">=0.3.2 <0.4.0-0", "@sigstore/sign": ">=2.3.2 <3.0.0-0", "@sigstore/tuf": ">=2.3.4 <3.0.0-0", "@sigstore/verify": ">=1.2.1 <2.0.0-0" }, "scripts": { "build": "tsc --build", "clean": "shx rm -rf dist *.tsbuildinfo", "test": "jest" } } ], "skin-tone!>=2.0.0 <3.0.0-0": [ "2.0.0", { "name": "skin-tone", "dist": { "tarball": "https://registry.npmjs.org/skin-tone/-/skin-tone-2.0.0.tgz" }, "dependencies": { "unicode-emoji-modifier-base": ">=1.0.0 <2.0.0-0" }, "scripts": { "test": "xo && ava && tsd" } } ], "slash!>=4.0.0 <5.0.0-0": [ "4.0.0", { "name": "slash", "dist": { "tarball": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz" } } ], "slash!>=5.1.0 <6.0.0-0": [ "5.1.0", { "name": "slash", "dist": { "tarball": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz" }, "scripts": { "test": "xo && ava && tsd" } } ], "smart-buffer!>=4.2.0 <5.0.0-0": [ "4.2.0", { "name": "smart-buffer", "dist": { "tarball": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz" } } ], "socks!>=2.7.1 <3.0.0-0": [ "2.8.3", { "name": "socks", "dist": { "tarball": "https://registry.npmjs.org/socks/-/socks-2.8.3.tgz" }, "dependencies": { "ip-address": ">=9.0.5 <10.0.0-0", "smart-buffer": ">=4.2.0 <5.0.0-0" }, "scripts": { "build": "rm -rf build typings && prettier --write ./src/**/*.ts --config .prettierrc.yaml && tsc -p .", "build-raw": "rm -rf build typings && tsc -p .", "lint": "eslint 'src/**/*.ts'", "prepublish": "npm install -g typescript && npm run build", "prettier": "prettier --write ./src/**/*.ts --config .prettierrc.yaml", "test": "NODE_ENV=test mocha --recursive --require ts-node/register test/**/*.ts" } } ], "socks-proxy-agent!>=8.0.3 <9.0.0-0": [ "8.0.3", { "name": "socks-proxy-agent", "dist": { "tarball": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.3.tgz" }, "dependencies": { "agent-base": ">=7.1.1 <8.0.0-0", "debug": ">=4.3.4 <5.0.0-0", "socks": ">=2.7.1 <3.0.0-0" }, "scripts": { "build": "tsc", "lint": "eslint . --ext .ts", "pack": "node ../../scripts/pack.mjs", "test": "jest --env node --verbose --bail test/test.ts", "test-e2e": "jest --env node --verbose --bail test/e2e.test.ts" } } ], "source-map!>=0.6.1 <0.7.0-0": [ "0.6.1", { "name": "source-map", "dist": { "tarball": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz" } } ], "spawn-error-forwarder!>=1.0.0 <1.1.0-0": [ "1.0.0", { "name": "spawn-error-forwarder", "dist": { "tarball": "https://registry.npmjs.org/spawn-error-forwarder/-/spawn-error-forwarder-1.0.0.tgz" } } ], "spdx-correct!>=3.0.0 <4.0.0-0": [ "3.1.1", { "name": "spdx-correct", "dist": { "tarball": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz" }, "dependencies": { "spdx-expression-parse": ">=3.0.0 <4.0.0-0", "spdx-license-ids": ">=3.0.0 <4.0.0-0" } } ], "spdx-exceptions!>=2.1.0 <3.0.0-0": [ "2.3.0", { "name": "spdx-exceptions", "dist": { "tarball": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz" } } ], "spdx-expression-parse!>=3.0.0 <4.0.0-0": [ "3.0.1", { "name": "spdx-expression-parse", "dist": { "tarball": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz" }, "dependencies": { "spdx-exceptions": ">=2.1.0 <3.0.0-0", "spdx-license-ids": ">=3.0.0 <4.0.0-0" } } ], "spdx-expression-parse!>=4.0.0 <5.0.0-0": [ "4.0.0", { "name": "spdx-expression-parse", "dist": { "tarball": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-4.0.0.tgz" }, "dependencies": { "spdx-exceptions": ">=2.1.0 <3.0.0-0", "spdx-license-ids": ">=3.0.0 <4.0.0-0" }, "scripts": { "lint": "standard", "test": "npm run test:suite && npm run test:readme", "test:readme": "defence -i javascript README.md | replace-require-self | node", "test:suite": "node test.js" } } ], "spdx-license-ids!>=3.0.0 <4.0.0-0": [ "3.0.12", { "name": "spdx-license-ids", "dist": { "tarball": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.12.tgz" } } ], "split2!>=1.0.0 <1.1.0-0": [ "1.0.0", { "name": "split2", "dist": { "tarball": "https://registry.npmjs.org/split2/-/split2-1.0.0.tgz" }, "dependencies": { "through2": ">=2.0.0 <2.1.0-0" } } ], "sprintf-js!>=1.1.3 <2.0.0-0": [ "1.1.3", { "name": "sprintf-js", "dist": { "tarball": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz" }, "scripts": { "lint": "eslint .", "lint:fix": "eslint --fix .", "pretest": "npm run lint", "test": "mocha test/*.js" } } ], "ssri!>=10.0.0 <11.0.0-0": [ "10.0.6", { "name": "ssri", "dist": { "tarball": "https://registry.npmjs.org/ssri/-/ssri-10.0.6.tgz" }, "dependencies": { "minipass": ">=7.0.3 <8.0.0-0" }, "scripts": { "coverage": "tap", "lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"", "lintfix": "npm run lint -- --fix", "postlint": "template-oss-check", "postrelease": "npm publish", "posttest": "npm run lint", "prerelease": "npm t", "snap": "tap", "template-oss-apply": "template-oss-apply --force", "test": "tap" } } ], "ssri!>=10.0.6 <11.0.0-0": [ "10.0.6", { "name": "ssri", "dist": { "tarball": "https://registry.npmjs.org/ssri/-/ssri-10.0.6.tgz" }, "dependencies": { "minipass": ">=7.0.3 <8.0.0-0" }, "scripts": { "coverage": "tap", "lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"", "lintfix": "npm run lint -- --fix", "postlint": "template-oss-check", "postrelease": "npm publish", "posttest": "npm run lint", "prerelease": "npm t", "snap": "tap", "template-oss-apply": "template-oss-apply --force", "test": "tap" } } ], "stop-iteration-iterator!>=1.1.0 <2.0.0-0": [ "1.1.0", { "name": "stop-iteration-iterator", "dist": { "tarball": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz" }, "dependencies": { "es-errors": ">=1.3.0 <2.0.0-0", "internal-slot": ">=1.1.0 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc && attw -P", "posttest": "npx npm@'>= 10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "stream-combiner2!>=1.1.1 <1.2.0-0": [ "1.1.1", { "name": "stream-combiner2", "dist": { "tarball": "https://registry.npmjs.org/stream-combiner2/-/stream-combiner2-1.1.1.tgz" }, "dependencies": { "duplexer2": ">=0.1.0 <0.2.0-0", "readable-stream": ">=2.0.2 <3.0.0-0" } } ], "string-width!>=4.1.0 <5.0.0-0": [ "4.2.3", { "name": "string-width", "dist": { "tarball": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" }, "dependencies": { "emoji-regex": ">=8.0.0 <9.0.0-0", "is-fullwidth-code-point": ">=3.0.0 <4.0.0-0", "strip-ansi": ">=6.0.1 <7.0.0-0" } } ], "string-width!>=4.2.0 <5.0.0-0": [ "4.2.3", { "name": "string-width", "dist": { "tarball": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" }, "dependencies": { "emoji-regex": ">=8.0.0 <9.0.0-0", "is-fullwidth-code-point": ">=3.0.0 <4.0.0-0", "strip-ansi": ">=6.0.1 <7.0.0-0" } } ], "string-width!>=4.2.3 <5.0.0-0": [ "4.2.3", { "name": "string-width", "dist": { "tarball": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" }, "dependencies": { "emoji-regex": ">=8.0.0 <9.0.0-0", "is-fullwidth-code-point": ">=3.0.0 <4.0.0-0", "strip-ansi": ">=6.0.1 <7.0.0-0" } } ], "string-width!>=5.0.1 <6.0.0-0": [ "5.1.2", { "name": "string-width", "dist": { "tarball": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz" }, "dependencies": { "eastasianwidth": ">=0.2.0 <0.3.0-0", "emoji-regex": ">=9.2.2 <10.0.0-0", "strip-ansi": ">=7.0.1 <8.0.0-0" }, "scripts": { "test": "xo && ava && tsd" } } ], "string-width!>=5.1.2 <6.0.0-0": [ "5.1.2", { "name": "string-width", "dist": { "tarball": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz" }, "dependencies": { "eastasianwidth": ">=0.2.0 <0.3.0-0", "emoji-regex": ">=9.2.2 <10.0.0-0", "strip-ansi": ">=7.0.1 <8.0.0-0" }, "scripts": { "test": "xo && ava && tsd" } } ], "string-width-cjs!npm:string-width@^4.2.0": [ "4.2.3", { "name": "string-width-cjs", "dist": { "tarball": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" }, "dependencies": { "emoji-regex": ">=8.0.0 <9.0.0-0", "is-fullwidth-code-point": ">=3.0.0 <4.0.0-0", "strip-ansi": ">=6.0.1 <7.0.0-0" }, "scripts": { "test": "xo && ava && tsd" } } ], "string.prototype.includes!>=2.0.1 <3.0.0-0": [ "2.0.1", { "name": "string.prototype.includes", "dist": { "tarball": "https://registry.npmjs.org/string.prototype.includes/-/string.prototype.includes-2.0.1.tgz" }, "dependencies": { "call-bind": ">=1.0.7 <2.0.0-0", "define-properties": ">=1.2.1 <2.0.0-0", "es-abstract": ">=1.23.3 <2.0.0-0" }, "scripts": { "cover": "istanbul cover --report html --verbose --dir coverage tape 'tests/*.js'", "lint": "eslint --ext=js,mjs .", "postlint": "es-shim-api --bound", "posttest": "npx npm@'>=10.2' audit --production", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "tape 'tests/*.js'" } } ], "string.prototype.matchall!>=4.0.12 <5.0.0-0": [ "4.0.12", { "name": "string.prototype.matchall", "dist": { "tarball": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.12.tgz" }, "dependencies": { "call-bind": ">=1.0.8 <2.0.0-0", "call-bound": ">=1.0.3 <2.0.0-0", "define-properties": ">=1.2.1 <2.0.0-0", "es-abstract": ">=1.23.6 <2.0.0-0", "es-errors": ">=1.3.0 <2.0.0-0", "es-object-atoms": ">=1.0.0 <2.0.0-0", "get-intrinsic": ">=1.2.6 <2.0.0-0", "gopd": ">=1.2.0 <2.0.0-0", "has-symbols": ">=1.1.0 <2.0.0-0", "internal-slot": ">=1.1.0 <2.0.0-0", "regexp.prototype.flags": ">=1.5.3 <2.0.0-0", "set-function-name": ">=2.0.2 <3.0.0-0", "side-channel": ">=1.1.0 <2.0.0-0" }, "scripts": { "lint": "eslint .", "postlint": "es-shim-api --bound", "posttest": "npx npm@'>= 10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd *.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "string.prototype.repeat!>=1.0.0 <2.0.0-0": [ "1.0.0", { "name": "string.prototype.repeat", "dist": { "tarball": "https://registry.npmjs.org/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz" }, "dependencies": { "define-properties": ">=1.1.3 <2.0.0-0", "es-abstract": ">=1.17.5 <2.0.0-0" }, "scripts": { "cover": "istanbul cover --report html --verbose --dir coverage tape 'tests/*.js'", "pretest": "es-shim-api --bound", "test": "npm run tests-only", "tests-only": "tape 'tests/*.js'" } } ], "string.prototype.trim!>=1.2.9 <2.0.0-0": [ "1.2.9", { "name": "string.prototype.trim", "dist": { "tarball": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.9.tgz" }, "dependencies": { "call-bind": ">=1.0.7 <2.0.0-0", "define-properties": ">=1.2.1 <2.0.0-0", "es-abstract": ">=1.23.0 <2.0.0-0", "es-object-atoms": ">=1.0.0 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "es-shim-api --bound", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "string.prototype.trim!>=1.2.10 <2.0.0-0": [ "1.2.10", { "name": "string.prototype.trim", "dist": { "tarball": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz" }, "dependencies": { "call-bind": ">=1.0.8 <2.0.0-0", "call-bound": ">=1.0.2 <2.0.0-0", "define-data-property": ">=1.1.4 <2.0.0-0", "define-properties": ">=1.2.1 <2.0.0-0", "es-abstract": ">=1.23.5 <2.0.0-0", "es-object-atoms": ">=1.0.0 <2.0.0-0", "has-property-descriptors": ">=1.0.2 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "es-shim-api --bound", "posttest": "npx npm@'>= 10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "string.prototype.trimend!>=1.0.5 <2.0.0-0": [ "1.0.5", { "name": "string.prototype.trimend", "dist": { "tarball": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.5.tgz" }, "dependencies": { "call-bind": ">=1.0.2 <2.0.0-0", "define-properties": ">=1.1.4 <2.0.0-0", "es-abstract": ">=1.19.5 <2.0.0-0" } } ], "string.prototype.trimend!>=1.0.6 <2.0.0-0": [ "1.0.6", { "name": "string.prototype.trimend", "dist": { "tarball": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz" }, "dependencies": { "call-bind": ">=1.0.2 <2.0.0-0", "define-properties": ">=1.1.4 <2.0.0-0", "es-abstract": ">=1.20.4 <2.0.0-0" } } ], "string.prototype.trimend!>=1.0.8 <2.0.0-0": [ "1.0.8", { "name": "string.prototype.trimend", "dist": { "tarball": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.8.tgz" }, "dependencies": { "call-bind": ">=1.0.7 <2.0.0-0", "define-properties": ">=1.2.1 <2.0.0-0", "es-object-atoms": ">=1.0.0 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "es-shim-api --bound", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "string.prototype.trimend!>=1.0.9 <2.0.0-0": [ "1.0.9", { "name": "string.prototype.trimend", "dist": { "tarball": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz" }, "dependencies": { "call-bind": ">=1.0.8 <2.0.0-0", "call-bound": ">=1.0.2 <2.0.0-0", "define-properties": ">=1.2.1 <2.0.0-0", "es-object-atoms": ">=1.0.0 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "es-shim-api --bound", "posttest": "npx npm@'>= 10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "string.prototype.trimstart!>=1.0.5 <2.0.0-0": [ "1.0.5", { "name": "string.prototype.trimstart", "dist": { "tarball": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.5.tgz" }, "dependencies": { "call-bind": ">=1.0.2 <2.0.0-0", "define-properties": ">=1.1.4 <2.0.0-0", "es-abstract": ">=1.19.5 <2.0.0-0" } } ], "string.prototype.trimstart!>=1.0.6 <2.0.0-0": [ "1.0.6", { "name": "string.prototype.trimstart", "dist": { "tarball": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz" }, "dependencies": { "call-bind": ">=1.0.2 <2.0.0-0", "define-properties": ">=1.1.4 <2.0.0-0", "es-abstract": ">=1.20.4 <2.0.0-0" } } ], "string.prototype.trimstart!>=1.0.8 <2.0.0-0": [ "1.0.8", { "name": "string.prototype.trimstart", "dist": { "tarball": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz" }, "dependencies": { "call-bind": ">=1.0.7 <2.0.0-0", "define-properties": ">=1.2.1 <2.0.0-0", "es-object-atoms": ">=1.0.0 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "es-shim-api --bound", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "string_decoder!>=1.1.1 <1.2.0-0": [ "1.1.1", { "name": "string_decoder", "dist": { "tarball": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz" }, "dependencies": { "safe-buffer": ">=5.1.0 <5.2.0-0" } } ], "strip-ansi!>=6.0.0 <7.0.0-0": [ "6.0.1", { "name": "strip-ansi", "dist": { "tarball": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" }, "dependencies": { "ansi-regex": ">=5.0.1 <6.0.0-0" } } ], "strip-ansi!>=6.0.1 <7.0.0-0": [ "6.0.1", { "name": "strip-ansi", "dist": { "tarball": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" }, "dependencies": { "ansi-regex": ">=5.0.1 <6.0.0-0" } } ], "strip-ansi!>=7.0.1 <8.0.0-0": [ "7.1.0", { "name": "strip-ansi", "dist": { "tarball": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz" }, "dependencies": { "ansi-regex": ">=6.0.1 <7.0.0-0" }, "scripts": { "test": "xo && ava && tsd" } } ], "strip-ansi-cjs!npm:strip-ansi@^6.0.1": [ "6.0.1", { "name": "strip-ansi-cjs", "dist": { "tarball": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" }, "dependencies": { "ansi-regex": ">=5.0.1 <6.0.0-0" }, "scripts": { "test": "xo && ava && tsd" } } ], "strip-bom!>=3.0.0 <4.0.0-0": [ "3.0.0", { "name": "strip-bom", "dist": { "tarball": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz" } } ], "strip-final-newline!>=3.0.0 <4.0.0-0": [ "3.0.0", { "name": "strip-final-newline", "dist": { "tarball": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz" }, "scripts": { "test": "xo && ava" } } ], "strip-final-newline!>=4.0.0 <5.0.0-0": [ "4.0.0", { "name": "strip-final-newline", "dist": { "tarball": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-4.0.0.tgz" }, "scripts": { "test": "xo && ava && tsd" } } ], "strip-json-comments!>=2.0.1 <2.1.0-0": [ "2.0.1", { "name": "strip-json-comments", "dist": { "tarball": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz" } } ], "strip-json-comments!>=3.1.1 <4.0.0-0": [ "3.1.1", { "name": "strip-json-comments", "dist": { "tarball": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz" } } ], "super-regex!>=1.0.0 <2.0.0-0": [ "1.0.0", { "name": "super-regex", "dist": { "tarball": "https://registry.npmjs.org/super-regex/-/super-regex-1.0.0.tgz" }, "dependencies": { "function-timeout": ">=1.0.1 <2.0.0-0", "time-span": ">=5.1.0 <6.0.0-0" }, "scripts": { "benchmark": "node benchmark/index.js", "test": "xo && ava && tsd" } } ], "supports-color!>=5.3.0 <6.0.0-0": [ "5.5.0", { "name": "supports-color", "dist": { "tarball": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz" }, "dependencies": { "has-flag": ">=3.0.0 <4.0.0-0" } } ], "supports-color!>=7.0.0 <8.0.0-0": [ "7.2.0", { "name": "supports-color", "dist": { "tarball": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz" }, "dependencies": { "has-flag": ">=4.0.0 <5.0.0-0" } } ], "supports-color!>=7.1.0 <8.0.0-0": [ "7.2.0", { "name": "supports-color", "dist": { "tarball": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz" }, "dependencies": { "has-flag": ">=4.0.0 <5.0.0-0" } } ], "supports-color!>=9.4.0 <10.0.0-0": [ "9.4.0", { "name": "supports-color", "dist": { "tarball": "https://registry.npmjs.org/supports-color/-/supports-color-9.4.0.tgz" }, "scripts": { "//test": "xo && ava && tsd", "test": "tsd" } } ], "supports-hyperlinks!>=3.1.0 <4.0.0-0": [ "3.2.0", { "name": "supports-hyperlinks", "dist": { "tarball": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-3.2.0.tgz" }, "dependencies": { "has-flag": ">=4.0.0 <5.0.0-0", "supports-color": ">=7.0.0 <8.0.0-0" }, "scripts": { "//test": "xo && ava && tsc", "test": "ava" } } ], "supports-preserve-symlinks-flag!>=1.0.0 <2.0.0-0": [ "1.0.0", { "name": "supports-preserve-symlinks-flag", "dist": { "tarball": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz" } } ], "synckit!>=0.8.4 <0.9.0-0": [ "0.8.4", { "name": "synckit", "dist": { "tarball": "https://registry.npmjs.org/synckit/-/synckit-0.8.4.tgz" }, "dependencies": { "@pkgr/utils": ">=2.3.1 <3.0.0-0", "tslib": ">=2.4.0 <3.0.0-0" } } ], "synckit!>=0.11.7 <0.12.0-0": [ "0.11.8", { "name": "synckit", "dist": { "tarball": "https://registry.npmjs.org/synckit/-/synckit-0.11.8.tgz" }, "dependencies": { "@pkgr/core": ">=0.2.4 <0.3.0-0" } } ], "tapable!>=2.2.0 <3.0.0-0": [ "2.2.1", { "name": "tapable", "dist": { "tarball": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz" } } ], "tar!>=6.1.2 <7.0.0-0": [ "6.1.11", { "name": "tar", "dist": { "tarball": "https://registry.npmjs.org/tar/-/tar-6.1.11.tgz" }, "dependencies": { "chownr": ">=2.0.0 <3.0.0-0", "fs-minipass": ">=2.0.0 <3.0.0-0", "minipass": ">=3.0.0 <4.0.0-0", "minizlib": ">=2.1.1 <3.0.0-0", "mkdirp": ">=1.0.3 <2.0.0-0", "yallist": ">=4.0.0 <5.0.0-0" } } ], "tar!>=6.1.11 <7.0.0-0": [ "6.1.11", { "name": "tar", "dist": { "tarball": "https://registry.npmjs.org/tar/-/tar-6.1.11.tgz" }, "dependencies": { "chownr": ">=2.0.0 <3.0.0-0", "fs-minipass": ">=2.0.0 <3.0.0-0", "minipass": ">=3.0.0 <4.0.0-0", "minizlib": ">=2.1.1 <3.0.0-0", "mkdirp": ">=1.0.3 <2.0.0-0", "yallist": ">=4.0.0 <5.0.0-0" } } ], "tar!>=6.2.1 <7.0.0-0": [ "6.2.1", { "name": "tar", "dist": { "tarball": "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz" }, "dependencies": { "chownr": ">=2.0.0 <3.0.0-0", "fs-minipass": ">=2.0.0 <3.0.0-0", "minipass": ">=5.0.0 <6.0.0-0", "minizlib": ">=2.1.1 <3.0.0-0", "mkdirp": ">=1.0.3 <2.0.0-0", "yallist": ">=4.0.0 <5.0.0-0" }, "scripts": { "genparse": "node scripts/generate-parse-fixtures.js", "snap": "tap", "test": "tap" } } ], "temp-dir!>=3.0.0 <4.0.0-0": [ "3.0.0", { "name": "temp-dir", "dist": { "tarball": "https://registry.npmjs.org/temp-dir/-/temp-dir-3.0.0.tgz" }, "scripts": { "test": "xo && ava && tsd" } } ], "tempy!>=3.0.0 <4.0.0-0": [ "3.1.0", { "name": "tempy", "dist": { "tarball": "https://registry.npmjs.org/tempy/-/tempy-3.1.0.tgz" }, "dependencies": { "is-stream": ">=3.0.0 <4.0.0-0", "temp-dir": ">=3.0.0 <4.0.0-0", "type-fest": ">=2.12.2 <3.0.0-0", "unique-string": ">=3.0.0 <4.0.0-0" }, "scripts": { "test": "xo && ava && tsd" } } ], "text-table!>=0.2.0 <0.3.0-0": [ "0.2.0", { "name": "text-table", "dist": { "tarball": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz" } } ], "thenify!>=3.1.0 <4.0.0": [ "3.3.1", { "name": "thenify", "dist": { "tarball": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz" }, "dependencies": { "any-promise": ">=1.0.0 <2.0.0-0" }, "scripts": { "test": "mocha --reporter spec", "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot", "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot" } } ], "thenify-all!>=1.0.0 <2.0.0-0": [ "1.6.0", { "name": "thenify-all", "dist": { "tarball": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz" }, "dependencies": { "thenify": ">=3.1.0 <4.0.0" }, "scripts": { "test": "mocha --reporter spec", "test-cov": "istanbul cover node_modules/.bin/_mocha -- --reporter dot", "test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- --reporter dot" } } ], "through2!>=2.0.0 <2.1.0-0": [ "2.0.5", { "name": "through2", "dist": { "tarball": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz" }, "dependencies": { "readable-stream": ">=2.3.6 <2.4.0-0", "xtend": ">=4.0.1 <4.1.0-0" } } ], "time-span!>=5.1.0 <6.0.0-0": [ "5.1.0", { "name": "time-span", "dist": { "tarball": "https://registry.npmjs.org/time-span/-/time-span-5.1.0.tgz" }, "dependencies": { "convert-hrtime": ">=5.0.0 <6.0.0-0" }, "scripts": { "test": "xo && ava && tsd" } } ], "tiny-glob!>=0.2.9 <0.3.0-0": [ "0.2.9", { "name": "tiny-glob", "dist": { "tarball": "https://registry.npmjs.org/tiny-glob/-/tiny-glob-0.2.9.tgz" }, "dependencies": { "globalyzer": "0.1.0", "globrex": ">=0.1.2 <0.2.0-0" } } ], "tiny-relative-date!>=1.3.0 <2.0.0-0": [ "1.3.0", { "name": "tiny-relative-date", "dist": { "tarball": "https://registry.npmjs.org/tiny-relative-date/-/tiny-relative-date-1.3.0.tgz" } } ], "to-regex-range!>=5.0.1 <6.0.0-0": [ "5.0.1", { "name": "to-regex-range", "dist": { "tarball": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz" }, "dependencies": { "is-number": ">=7.0.0 <8.0.0-0" } } ], "traverse!>=0.6.6 <0.7.0-0": [ "0.6.6", { "name": "traverse", "dist": { "tarball": "https://registry.npmjs.org/traverse/-/traverse-0.6.6.tgz" } } ], "treeverse!>=3.0.0 <4.0.0-0": [ "3.0.0", { "name": "treeverse", "dist": { "tarball": "https://registry.npmjs.org/treeverse/-/treeverse-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" } } ], "ts-api-utils!>=2.1.0 <3.0.0-0": [ "2.1.0", { "name": "ts-api-utils", "dist": { "tarball": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz" }, "scripts": { "build": "tsup src/index.ts && cp lib/index.d.ts lib/index.d.cts", "docs": "typedoc", "docs:serve": "npx --yes http-server docs/generated", "format": "prettier \"**/*\" --ignore-unknown", "lint": "eslint . --max-warnings 0", "lint:docs": "typedoc --validation --treatValidationWarningsAsErrors", "lint:knip": "knip", "lint:md": "markdownlint \"**/*.md\" \".github/**/*.md\" --rules sentences-per-line", "lint:packages": "pnpm dedupe --check", "lint:spelling": "cspell \"**\" \".github/**/*\"", "prepare": "husky", "should-semantic-release": "should-semantic-release --verbose", "test": "vitest", "tsc": "tsc" } } ], "tsconfig-paths!>=3.15.0 <4.0.0-0": [ "3.15.0", { "name": "tsconfig-paths", "dist": { "tarball": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz" }, "dependencies": { "@types/json5": ">=0.0.29 <0.0.30-0", "json5": ">=1.0.2 <2.0.0-0", "minimist": ">=1.2.6 <2.0.0-0", "strip-bom": ">=3.0.0 <4.0.0-0" }, "scripts": { "build": "rimraf lib && tsc -p .", "example:api": "cd example/api && ts-node main.ts", "example:node": "yarn build && cd ./example/node && ts-node -r ../register.js main.ts", "example:perf": "cd example/perf && ts-node main.ts", "example:project": "yarn build && ts-node -r ./register.js -P ./example/project/tsconfig.json ./example/project/main.ts", "lint": "tslint './{src,tests}/**/*.ts{,x}'", "postversion": "git push --tags && yarn publish --new-version $npm_package_version && git push && echo \"Successfully released version $npm_package_version!\"", "preversion": "yarn verify", "start": "cd src && ts-node index.ts", "test": "jest", "test-coverage": "jest --coverage", "verify": "yarn build && yarn lint && yarn test-coverage" } } ], "tslib!>=2.4.0 <3.0.0-0": [ "2.4.1", { "name": "tslib", "dist": { "tarball": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz" } } ], "tuf-js!>=2.2.1 <3.0.0-0": [ "2.2.1", { "name": "tuf-js", "dist": { "tarball": "https://registry.npmjs.org/tuf-js/-/tuf-js-2.2.1.tgz" }, "dependencies": { "@tufjs/models": "2.0.1", "debug": ">=4.3.4 <5.0.0-0", "make-fetch-happen": ">=13.0.1 <14.0.0-0" }, "scripts": { "build": "tsc --build", "clean": "rm -rf dist", "test": "jest" } } ], "type-check!>=0.4.0 <0.5.0-0": [ "0.4.0", { "name": "type-check", "dist": { "tarball": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz" }, "dependencies": { "prelude-ls": ">=1.2.1 <2.0.0-0" } } ], "type-fest!>=0.20.2 <0.21.0-0": [ "0.20.2", { "name": "type-fest", "dist": { "tarball": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz" } } ], "type-fest!>=1.0.1 <2.0.0-0": [ "1.4.0", { "name": "type-fest", "dist": { "tarball": "https://registry.npmjs.org/type-fest/-/type-fest-1.4.0.tgz" }, "scripts": { "test": "xo && tsd && tsc" } } ], "type-fest!>=2.12.2 <3.0.0-0": [ "2.19.0", { "name": "type-fest", "dist": { "tarball": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz" }, "scripts": { "test": "xo && tsd && tsc && node script/test/source-files-extension.js" } } ], "type-fest!>=4.6.0 <5.0.0-0": [ "4.20.0", { "name": "type-fest", "dist": { "tarball": "https://registry.npmjs.org/type-fest/-/type-fest-4.20.0.tgz" }, "scripts": { "test": "run-p test:*", "test:source-files-extension": "node script/test/source-files-extension.js", "test:tsc": "tsc", "test:tsd": "tsd", "test:xo": "xo" } } ], "type-fest!>=4.7.1 <5.0.0-0": [ "4.20.0", { "name": "type-fest", "dist": { "tarball": "https://registry.npmjs.org/type-fest/-/type-fest-4.20.0.tgz" }, "scripts": { "test": "run-p test:*", "test:source-files-extension": "node script/test/source-files-extension.js", "test:tsc": "tsc", "test:tsd": "tsd", "test:xo": "xo" } } ], "typed-array-buffer!>=1.0.2 <2.0.0-0": [ "1.0.2", { "name": "typed-array-buffer", "dist": { "tarball": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.2.tgz" }, "dependencies": { "call-bind": ">=1.0.7 <2.0.0-0", "es-errors": ">=1.3.0 <2.0.0-0", "is-typed-array": ">=1.1.13 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "typed-array-buffer!>=1.0.3 <2.0.0-0": [ "1.0.3", { "name": "typed-array-buffer", "dist": { "tarball": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz" }, "dependencies": { "call-bound": ">=1.0.3 <2.0.0-0", "es-errors": ">=1.3.0 <2.0.0-0", "is-typed-array": ">=1.1.14 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc && attw -P", "posttest": "npx npm@'>= 10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "typed-array-byte-length!>=1.0.1 <2.0.0-0": [ "1.0.1", { "name": "typed-array-byte-length", "dist": { "tarball": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.1.tgz" }, "dependencies": { "call-bind": ">=1.0.7 <2.0.0-0", "for-each": ">=0.3.3 <0.4.0-0", "gopd": ">=1.0.1 <2.0.0-0", "has-proto": ">=1.0.3 <2.0.0-0", "is-typed-array": ">=1.1.13 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p .", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "typed-array-byte-length!>=1.0.3 <2.0.0-0": [ "1.0.3", { "name": "typed-array-byte-length", "dist": { "tarball": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz" }, "dependencies": { "call-bind": ">=1.0.8 <2.0.0-0", "for-each": ">=0.3.3 <0.4.0-0", "gopd": ">=1.2.0 <2.0.0-0", "has-proto": ">=1.2.0 <2.0.0-0", "is-typed-array": ">=1.1.14 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p . && attw -P", "posttest": "npx npm@'>= 10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "typed-array-byte-offset!>=1.0.2 <2.0.0-0": [ "1.0.2", { "name": "typed-array-byte-offset", "dist": { "tarball": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.2.tgz" }, "dependencies": { "available-typed-arrays": ">=1.0.7 <2.0.0-0", "call-bind": ">=1.0.7 <2.0.0-0", "for-each": ">=0.3.3 <0.4.0-0", "gopd": ">=1.0.1 <2.0.0-0", "has-proto": ">=1.0.3 <2.0.0-0", "is-typed-array": ">=1.1.13 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "typed-array-byte-offset!>=1.0.4 <2.0.0-0": [ "1.0.4", { "name": "typed-array-byte-offset", "dist": { "tarball": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz" }, "dependencies": { "available-typed-arrays": ">=1.0.7 <2.0.0-0", "call-bind": ">=1.0.8 <2.0.0-0", "for-each": ">=0.3.3 <0.4.0-0", "gopd": ">=1.2.0 <2.0.0-0", "has-proto": ">=1.2.0 <2.0.0-0", "is-typed-array": ">=1.1.15 <2.0.0-0", "reflect.getprototypeof": ">=1.0.9 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p . && attw -P", "posttest": "npx npm@'>=10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "typed-array-length!>=1.0.4 <2.0.0-0": [ "1.0.4", { "name": "typed-array-length", "dist": { "tarball": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.4.tgz" }, "dependencies": { "call-bind": ">=1.0.2 <2.0.0-0", "for-each": ">=0.3.3 <0.4.0-0", "is-typed-array": ">=1.1.9 <2.0.0-0" } } ], "typed-array-length!>=1.0.6 <2.0.0-0": [ "1.0.6", { "name": "typed-array-length", "dist": { "tarball": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.6.tgz" }, "dependencies": { "call-bind": ">=1.0.7 <2.0.0-0", "for-each": ">=0.3.3 <0.4.0-0", "gopd": ">=1.0.1 <2.0.0-0", "has-proto": ">=1.0.3 <2.0.0-0", "is-typed-array": ">=1.1.13 <2.0.0-0", "possible-typed-array-names": ">=1.0.0 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p . && attw -P", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only && npm run test:harmony", "test:harmony": "nyc node --harmony --es-staging test", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "typed-array-length!>=1.0.7 <2.0.0-0": [ "1.0.7", { "name": "typed-array-length", "dist": { "tarball": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.7.tgz" }, "dependencies": { "call-bind": ">=1.0.7 <2.0.0-0", "for-each": ">=0.3.3 <0.4.0-0", "gopd": ">=1.0.1 <2.0.0-0", "is-typed-array": ">=1.1.13 <2.0.0-0", "possible-typed-array-names": ">=1.0.0 <2.0.0-0", "reflect.getprototypeof": ">=1.0.6 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p . && attw -P", "posttest": "npx npm@'>=10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only && npm run test:harmony", "test:harmony": "nyc node --harmony --es-staging test", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "typescript!5.8.3": [ "5.8.3", { "name": "typescript", "dist": { "tarball": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz" }, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "scripts": { "build": "npm run build:compiler && npm run build:tests", "build:compiler": "hereby local", "build:tests": "hereby tests", "build:tests:notypecheck": "hereby tests --no-typecheck", "clean": "hereby clean", "format": "dprint fmt", "gulp": "hereby", "knip": "hereby knip", "lint": "hereby lint", "setup-hooks": "node scripts/link-hooks.mjs", "test": "hereby runtests-parallel --light=false", "test:eslint-rules": "hereby run-eslint-rules-tests" } } ], "uglify-js!>=3.1.4 <4.0.0-0?": [ "3.17.0", { "name": "uglify-js", "dist": { "tarball": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.17.0.tgz" }, "bin": { "uglifyjs": "bin/uglifyjs" } } ], "unbox-primitive!>=1.0.2 <2.0.0-0": [ "1.0.2", { "name": "unbox-primitive", "dist": { "tarball": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz" }, "dependencies": { "call-bind": ">=1.0.2 <2.0.0-0", "has-bigints": ">=1.0.2 <2.0.0-0", "has-symbols": ">=1.0.3 <2.0.0-0", "which-boxed-primitive": ">=1.0.2 <2.0.0-0" } } ], "unbox-primitive!>=1.1.0 <2.0.0-0": [ "1.1.0", { "name": "unbox-primitive", "dist": { "tarball": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz" }, "dependencies": { "call-bound": ">=1.0.3 <2.0.0-0", "has-bigints": ">=1.0.2 <2.0.0-0", "has-symbols": ">=1.1.0 <2.0.0-0", "which-boxed-primitive": ">=1.1.1 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc && attw -P", "posttest": "npx npm@'>= 10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "unicode-emoji-modifier-base!>=1.0.0 <2.0.0-0": [ "1.0.0", { "name": "unicode-emoji-modifier-base", "dist": { "tarball": "https://registry.npmjs.org/unicode-emoji-modifier-base/-/unicode-emoji-modifier-base-1.0.0.tgz" }, "scripts": { "build": "node scripts/build.js", "cover": "istanbul cover --report html node_modules/.bin/_mocha tests -- -u exports -R spec", "download": "curl http://unicode.org/Public/emoji/3.0/emoji-data.txt > data/emoji-data.txt", "test": "mocha tests" } } ], "unicorn-magic!>=0.1.0 <0.2.0-0": [ "0.1.0", { "name": "unicorn-magic", "dist": { "tarball": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz" }, "scripts": { "test": "xo && ava && tsc index.d.ts" } } ], "unique-filename!>=3.0.0 <4.0.0-0": [ "3.0.0", { "name": "unique-filename", "dist": { "tarball": "https://registry.npmjs.org/unique-filename/-/unique-filename-3.0.0.tgz" }, "dependencies": { "unique-slug": ">=4.0.0 <5.0.0-0" }, "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" } } ], "unique-slug!>=4.0.0 <5.0.0-0": [ "4.0.0", { "name": "unique-slug", "dist": { "tarball": "https://registry.npmjs.org/unique-slug/-/unique-slug-4.0.0.tgz" }, "dependencies": { "imurmurhash": ">=0.1.4 <0.2.0-0" }, "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" } } ], "unique-string!>=3.0.0 <4.0.0-0": [ "3.0.0", { "name": "unique-string", "dist": { "tarball": "https://registry.npmjs.org/unique-string/-/unique-string-3.0.0.tgz" }, "dependencies": { "crypto-random-string": ">=4.0.0 <5.0.0-0" }, "scripts": { "test": "xo && ava && tsd" } } ], "universal-user-agent!>=7.0.0 <8.0.0-0": [ "7.0.2", { "name": "universal-user-agent", "dist": { "tarball": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-7.0.2.tgz" }, "scripts": { "lint": "prettier --check '*.{js,json,md}'", "lint:fix": "prettier --write '*.{js,json,md}'", "test": "npm run test:code && npm run test:types", "test:code": "node test.js", "test:types": "tsd" } } ], "universal-user-agent!>=7.0.2 <8.0.0-0": [ "7.0.2", { "name": "universal-user-agent", "dist": { "tarball": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-7.0.2.tgz" }, "scripts": { "lint": "prettier --check '*.{js,json,md}'", "lint:fix": "prettier --write '*.{js,json,md}'", "test": "npm run test:code && npm run test:types", "test:code": "node test.js", "test:types": "tsd" } } ], "universalify!>=2.0.0 <3.0.0-0": [ "2.0.0", { "name": "universalify", "dist": { "tarball": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz" } } ], "uri-js!>=4.2.2 <5.0.0-0": [ "4.4.1", { "name": "uri-js", "dist": { "tarball": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz" }, "dependencies": { "punycode": ">=2.1.0 <3.0.0-0" } } ], "url-join!>=5.0.0 <6.0.0-0": [ "5.0.0", { "name": "url-join", "dist": { "tarball": "https://registry.npmjs.org/url-join/-/url-join-5.0.0.tgz" }, "scripts": { "test": "mocha --require should" } } ], "util-deprecate!>=1.0.1 <1.1.0-0": [ "1.0.2", { "name": "util-deprecate", "dist": { "tarball": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz" } } ], "util-deprecate!>=1.0.2 <2.0.0-0": [ "1.0.2", { "name": "util-deprecate", "dist": { "tarball": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz" } } ], "validate-npm-package-license!>=3.0.4 <4.0.0-0": [ "3.0.4", { "name": "validate-npm-package-license", "dist": { "tarball": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz" }, "dependencies": { "spdx-correct": ">=3.0.0 <4.0.0-0", "spdx-expression-parse": ">=3.0.0 <4.0.0-0" } } ], "validate-npm-package-name!>=5.0.0 <6.0.0-0": [ "5.0.1", { "name": "validate-npm-package-name", "dist": { "tarball": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-5.0.1.tgz" }, "scripts": { "cov:test": "TAP_FLAGS='--cov' npm run test:code", "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:code": "tap ${TAP_FLAGS:-'--'} test/*.js", "test:style": "standard" } } ], "validate-npm-package-name!>=5.0.1 <6.0.0-0": [ "5.0.1", { "name": "validate-npm-package-name", "dist": { "tarball": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-5.0.1.tgz" }, "scripts": { "cov:test": "TAP_FLAGS='--cov' npm run test:code", "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:code": "tap ${TAP_FLAGS:-'--'} test/*.js", "test:style": "standard" } } ], "walk-up-path!>=3.0.1 <4.0.0-0": [ "3.0.1", { "name": "walk-up-path", "dist": { "tarball": "https://registry.npmjs.org/walk-up-path/-/walk-up-path-3.0.1.tgz" }, "scripts": { "format": "prettier --write . --loglevel warn", "postversion": "npm publish", "prepare": "tsc -p tsconfig.json && tsc -p tsconfig-esm.json && bash ./scripts/fixup.sh", "prepublishOnly": "git push origin --follow-tags", "presnap": "npm run prepare", "pretest": "npm run prepare", "preversion": "npm test", "snap": "c8 tap", "test": "c8 tap", "typedoc": "typedoc --tsconfig tsconfig-esm.json ./src/*.ts" } } ], "which!>=2.0.1 <3.0.0-0": [ "2.0.2", { "name": "which", "dist": { "tarball": "https://registry.npmjs.org/which/-/which-2.0.2.tgz" }, "dependencies": { "isexe": ">=2.0.0 <3.0.0-0" }, "bin": { "node-which": "./bin/node-which" } } ], "which!>=4.0.0 <5.0.0-0": [ "4.0.0", { "name": "which", "dist": { "tarball": "https://registry.npmjs.org/which/-/which-4.0.0.tgz" }, "dependencies": { "isexe": ">=3.1.1 <4.0.0-0" }, "bin": { "node-which": "bin/which.js" }, "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" } } ], "which-boxed-primitive!>=1.0.2 <2.0.0-0": [ "1.0.2", { "name": "which-boxed-primitive", "dist": { "tarball": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz" }, "dependencies": { "is-bigint": ">=1.0.1 <2.0.0-0", "is-boolean-object": ">=1.1.0 <2.0.0-0", "is-number-object": ">=1.0.4 <2.0.0-0", "is-string": ">=1.0.5 <2.0.0-0", "is-symbol": ">=1.0.3 <2.0.0-0" } } ], "which-boxed-primitive!>=1.1.0 <2.0.0-0": [ "1.1.1", { "name": "which-boxed-primitive", "dist": { "tarball": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz" }, "dependencies": { "is-bigint": ">=1.1.0 <2.0.0-0", "is-boolean-object": ">=1.2.1 <2.0.0-0", "is-number-object": ">=1.1.1 <2.0.0-0", "is-string": ">=1.1.1 <2.0.0-0", "is-symbol": ">=1.1.1 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p . && attw -P", "posttest": "npx npm@'>=10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "which-boxed-primitive!>=1.1.1 <2.0.0-0": [ "1.1.1", { "name": "which-boxed-primitive", "dist": { "tarball": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz" }, "dependencies": { "is-bigint": ">=1.1.0 <2.0.0-0", "is-boolean-object": ">=1.2.1 <2.0.0-0", "is-number-object": ">=1.1.1 <2.0.0-0", "is-string": ">=1.1.1 <2.0.0-0", "is-symbol": ">=1.1.1 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p . && attw -P", "posttest": "npx npm@'>=10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "which-builtin-type!>=1.2.1 <2.0.0-0": [ "1.2.1", { "name": "which-builtin-type", "dist": { "tarball": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.2.1.tgz" }, "dependencies": { "call-bound": ">=1.0.2 <2.0.0-0", "function.prototype.name": ">=1.1.6 <2.0.0-0", "has-tostringtag": ">=1.0.2 <2.0.0-0", "is-async-function": ">=2.0.0 <3.0.0-0", "is-date-object": ">=1.1.0 <2.0.0-0", "is-finalizationregistry": ">=1.1.0 <2.0.0-0", "is-generator-function": ">=1.0.10 <2.0.0-0", "is-regex": ">=1.2.1 <2.0.0-0", "is-weakref": ">=1.0.2 <2.0.0-0", "isarray": ">=2.0.5 <3.0.0-0", "which-boxed-primitive": ">=1.1.0 <2.0.0-0", "which-collection": ">=1.0.2 <2.0.0-0", "which-typed-array": ">=1.1.16 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -P . && attw -P", "posttest": "npx npm@'>=10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "which-collection!>=1.0.2 <2.0.0-0": [ "1.0.2", { "name": "which-collection", "dist": { "tarball": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz" }, "dependencies": { "is-map": ">=2.0.3 <3.0.0-0", "is-set": ">=2.0.3 <3.0.0-0", "is-weakmap": ">=2.0.2 <3.0.0-0", "is-weakset": ">=2.0.3 <3.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p . && attw -P", "posttest": "npx aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" } } ], "which-typed-array!>=1.1.9 <2.0.0-0": [ "1.1.9", { "name": "which-typed-array", "dist": { "tarball": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.9.tgz" }, "dependencies": { "available-typed-arrays": ">=1.0.5 <2.0.0-0", "call-bind": ">=1.0.2 <2.0.0-0", "for-each": ">=0.3.3 <0.4.0-0", "gopd": ">=1.0.1 <2.0.0-0", "has-tostringtag": ">=1.0.0 <2.0.0-0", "is-typed-array": ">=1.1.10 <2.0.0-0" } } ], "which-typed-array!>=1.1.14 <2.0.0-0": [ "1.1.15", { "name": "which-typed-array", "dist": { "tarball": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.15.tgz" }, "dependencies": { "available-typed-arrays": ">=1.0.7 <2.0.0-0", "call-bind": ">=1.0.7 <2.0.0-0", "for-each": ">=0.3.3 <0.4.0-0", "gopd": ">=1.0.1 <2.0.0-0", "has-tostringtag": ">=1.0.2 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p . && attw -P", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run --silent lint", "test": "npm run tests-only && npm run test:harmony", "test:harmony": "nyc node --harmony --es-staging test", "tests-only": "nyc tape test", "version": "auto-changelog && git add CHANGELOG.md" } } ], "which-typed-array!>=1.1.15 <2.0.0-0": [ "1.1.15", { "name": "which-typed-array", "dist": { "tarball": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.15.tgz" }, "dependencies": { "available-typed-arrays": ">=1.0.7 <2.0.0-0", "call-bind": ">=1.0.7 <2.0.0-0", "for-each": ">=0.3.3 <0.4.0-0", "gopd": ">=1.0.1 <2.0.0-0", "has-tostringtag": ">=1.0.2 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p . && attw -P", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run --silent lint", "test": "npm run tests-only && npm run test:harmony", "test:harmony": "nyc node --harmony --es-staging test", "tests-only": "nyc tape test", "version": "auto-changelog && git add CHANGELOG.md" } } ], "which-typed-array!>=1.1.16 <2.0.0-0": [ "1.1.19", { "name": "which-typed-array", "dist": { "tarball": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.19.tgz" }, "dependencies": { "available-typed-arrays": ">=1.0.7 <2.0.0-0", "call-bind": ">=1.0.8 <2.0.0-0", "call-bound": ">=1.0.4 <2.0.0-0", "for-each": ">=0.3.5 <0.4.0-0", "get-proto": ">=1.0.1 <2.0.0-0", "gopd": ">=1.2.0 <2.0.0-0", "has-tostringtag": ">=1.0.2 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p . && attw -P", "posttest": "npx npm@'>=10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run --silent lint", "test": "npm run tests-only && npm run test:harmony", "test:harmony": "nyc node --harmony --es-staging test", "tests-only": "nyc tape test", "version": "auto-changelog && git add CHANGELOG.md" } } ], "which-typed-array!>=1.1.19 <2.0.0-0": [ "1.1.19", { "name": "which-typed-array", "dist": { "tarball": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.19.tgz" }, "dependencies": { "available-typed-arrays": ">=1.0.7 <2.0.0-0", "call-bind": ">=1.0.8 <2.0.0-0", "call-bound": ">=1.0.4 <2.0.0-0", "for-each": ">=0.3.5 <0.4.0-0", "get-proto": ">=1.0.1 <2.0.0-0", "gopd": ">=1.2.0 <2.0.0-0", "has-tostringtag": ">=1.0.2 <2.0.0-0" }, "scripts": { "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p . && attw -P", "posttest": "npx npm@'>=10.2' audit --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run --silent lint", "test": "npm run tests-only && npm run test:harmony", "test:harmony": "nyc node --harmony --es-staging test", "tests-only": "nyc tape test", "version": "auto-changelog && git add CHANGELOG.md" } } ], "word-wrap!>=1.2.5 <2.0.0-0": [ "1.2.5", { "name": "word-wrap", "dist": { "tarball": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz" }, "scripts": { "test": "mocha" } } ], "wordwrap!>=1.0.0 <2.0.0-0": [ "1.0.0", { "name": "wordwrap", "dist": { "tarball": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz" } } ], "wrap-ansi!>=7.0.0 <8.0.0-0": [ "7.0.0", { "name": "wrap-ansi", "dist": { "tarball": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz" }, "dependencies": { "ansi-styles": ">=4.0.0 <5.0.0-0", "string-width": ">=4.1.0 <5.0.0-0", "strip-ansi": ">=6.0.0 <7.0.0-0" } } ], "wrap-ansi!>=8.1.0 <9.0.0-0": [ "8.1.0", { "name": "wrap-ansi", "dist": { "tarball": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz" }, "dependencies": { "ansi-styles": ">=6.1.0 <7.0.0-0", "string-width": ">=5.0.1 <6.0.0-0", "strip-ansi": ">=7.0.1 <8.0.0-0" }, "scripts": { "test": "xo && nyc ava && tsd" } } ], "wrap-ansi-cjs!npm:wrap-ansi@^7.0.0": [ "7.0.0", { "name": "wrap-ansi-cjs", "dist": { "tarball": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz" }, "dependencies": { "ansi-styles": ">=4.0.0 <5.0.0-0", "string-width": ">=4.1.0 <5.0.0-0", "strip-ansi": ">=6.0.0 <7.0.0-0" }, "scripts": { "test": "xo && nyc ava" } } ], "wrappy!>=1.0.0 <2.0.0-0": [ "1.0.2", { "name": "wrappy", "dist": { "tarball": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz" } } ], "write-file-atomic!>=5.0.0 <6.0.0-0": [ "5.0.1", { "name": "write-file-atomic", "dist": { "tarball": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-5.0.1.tgz" }, "dependencies": { "imurmurhash": ">=0.1.4 <0.2.0-0", "signal-exit": ">=4.0.1 <5.0.0-0" }, "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" } } ], "write-file-atomic!>=5.0.1 <6.0.0-0": [ "5.0.1", { "name": "write-file-atomic", "dist": { "tarball": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-5.0.1.tgz" }, "dependencies": { "imurmurhash": ">=0.1.4 <0.2.0-0", "signal-exit": ">=4.0.1 <5.0.0-0" }, "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" } } ], "xtend!>=4.0.1 <4.1.0-0": [ "4.0.2", { "name": "xtend", "dist": { "tarball": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz" } } ], "y18n!>=5.0.5 <6.0.0-0": [ "5.0.8", { "name": "y18n", "dist": { "tarball": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz" } } ], "yallist!>=4.0.0 <5.0.0-0": [ "4.0.0", { "name": "yallist", "dist": { "tarball": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz" } } ], "yargs!>=16.0.0 <17.0.0-0": [ "16.2.0", { "name": "yargs", "dist": { "tarball": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz" }, "dependencies": { "cliui": ">=7.0.2 <8.0.0-0", "escalade": ">=3.1.1 <4.0.0-0", "get-caller-file": ">=2.0.5 <3.0.0-0", "require-directory": ">=2.1.1 <3.0.0-0", "string-width": ">=4.2.0 <5.0.0-0", "y18n": ">=5.0.5 <6.0.0-0", "yargs-parser": ">=20.2.2 <21.0.0-0" }, "scripts": { "build:cjs": "rollup -c rollup.config.cjs", "check": "gts lint && npm run check:js", "check:js": "standardx '**/*.mjs' && standardx '**/*.cjs' && standardx './*.mjs' && standardx './*.cjs'", "clean": "gts clean", "compile": "rimraf build && tsc", "coverage": "c8 report --check-coverage", "fix": "gts fix && npm run fix:js", "fix:js": "standardx --fix '**/*.mjs' && standardx --fix '**/*.cjs' && standardx --fix './*.mjs' && standardx --fix './*.cjs'", "postbuild:cjs": "rimraf ./build/index.cjs.d.ts", "postcompile": "npm run build:cjs", "posttest": "npm run check", "prepare": "npm run compile", "pretest": "npm run compile -- -p tsconfig.test.json && cross-env NODE_ENV=test npm run build:cjs", "test": "c8 mocha ./test/*.cjs --require ./test/before.cjs --timeout=12000 --check-leaks", "test:esm": "c8 mocha ./test/esm/*.mjs --check-leaks" } } ], "yargs!>=17.5.1 <18.0.0-0": [ "17.7.2", { "name": "yargs", "dist": { "tarball": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz" }, "dependencies": { "cliui": ">=8.0.1 <9.0.0-0", "escalade": ">=3.1.1 <4.0.0-0", "get-caller-file": ">=2.0.5 <3.0.0-0", "require-directory": ">=2.1.1 <3.0.0-0", "string-width": ">=4.2.3 <5.0.0-0", "y18n": ">=5.0.5 <6.0.0-0", "yargs-parser": ">=21.1.1 <22.0.0-0" }, "scripts": { "build:cjs": "rollup -c rollup.config.cjs", "check": "gts lint && npm run check:js", "check:js": "eslint . --ext cjs --ext mjs --ext js", "clean": "gts clean", "compile": "rimraf build && tsc", "coverage": "c8 report --check-coverage", "fix": "gts fix && npm run fix:js", "fix:js": "eslint . --ext cjs --ext mjs --ext js --fix", "postbuild:cjs": "rimraf ./build/index.cjs.d.ts", "postcompile": "npm run build:cjs", "posttest": "npm run check", "prepare": "npm run compile", "pretest": "npm run compile -- -p tsconfig.test.json && cross-env NODE_ENV=test npm run build:cjs", "test": "c8 mocha --enable-source-maps ./test/*.cjs --require ./test/before.cjs --timeout=12000 --check-leaks", "test:esm": "c8 mocha --enable-source-maps ./test/esm/*.mjs --check-leaks" } } ], "yargs-parser!>=20.2.2 <21.0.0-0": [ "20.2.9", { "name": "yargs-parser", "dist": { "tarball": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz" } } ], "yargs-parser!>=21.1.1 <22.0.0-0": [ "21.1.1", { "name": "yargs-parser", "dist": { "tarball": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz" }, "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", "precompile": "rimraf build", "prepare": "npm run compile", "pretest": "rimraf build && tsc -p tsconfig.test.json && cross-env NODE_ENV=test npm run build:cjs", "pretest:typescript": "npm run pretest", "test": "c8 --reporter=text --reporter=html mocha test/*.cjs", "test:browser": "start-server-and-test 'serve ./ -p 8080' http://127.0.0.1:8080/package.json 'node ./test/browser/yargs-test.cjs'", "test:esm": "c8 --reporter=text --reporter=html mocha test/*.mjs", "test:typescript": "c8 mocha ./build/test/typescript/*.js" } } ], "yocto-queue!>=0.1.0 <0.2.0-0": [ "0.1.0", { "name": "yocto-queue", "dist": { "tarball": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz" } } ], "yoctocolors!>=2.0.0 <3.0.0-0": [ "2.0.2", { "name": "yoctocolors", "dist": { "tarball": "https://registry.npmjs.org/yoctocolors/-/yoctocolors-2.0.2.tgz" }, "scripts": { "test": "xo && ava && tsd" } } ] }