| { |
| "name": "javascript", |
| "lockfileVersion": 3, |
| "requires": true, |
| "packages": { |
| "": { |
| "workspaces": [ |
| "packages/hps", |
| "packages/core" |
| ], |
| "devDependencies": { |
| "@stylistic/eslint-plugin": "^1.5.1", |
| "@types/js-beautify": "^1.14.3", |
| "eslint": "^8.55.0", |
| "jest": "^29.5.0", |
| "jest-junit": "^16.0.0", |
| "js-beautify": "^1.14.11", |
| "ts-jest": "^29.0.2", |
| "typescript": "^4.8.4" |
| } |
| }, |
| "node_modules/@ampproject/remapping": { |
| "version": "2.3.0", |
| "dev": true, |
| "license": "Apache-2.0", |
| "dependencies": { |
| "@jridgewell/gen-mapping": "^0.3.5", |
| "@jridgewell/trace-mapping": "^0.3.24" |
| }, |
| "engines": { |
| "node": ">=6.0.0" |
| } |
| }, |
| "node_modules/@babel/code-frame": { |
| "version": "7.27.1", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-validator-identifier": "^7.27.1", |
| "js-tokens": "^4.0.0", |
| "picocolors": "^1.1.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/compat-data": { |
| "version": "7.28.0", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/core": { |
| "version": "7.28.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@ampproject/remapping": "^2.2.0", |
| "@babel/code-frame": "^7.27.1", |
| "@babel/generator": "^7.28.0", |
| "@babel/helper-compilation-targets": "^7.27.2", |
| "@babel/helper-module-transforms": "^7.27.3", |
| "@babel/helpers": "^7.27.6", |
| "@babel/parser": "^7.28.0", |
| "@babel/template": "^7.27.2", |
| "@babel/traverse": "^7.28.0", |
| "@babel/types": "^7.28.0", |
| "convert-source-map": "^2.0.0", |
| "debug": "^4.1.0", |
| "gensync": "^1.0.0-beta.2", |
| "json5": "^2.2.3", |
| "semver": "^6.3.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/babel" |
| } |
| }, |
| "node_modules/@babel/core/node_modules/semver": { |
| "version": "6.3.1", |
| "dev": true, |
| "license": "ISC", |
| "bin": { |
| "semver": "bin/semver.js" |
| } |
| }, |
| "node_modules/@babel/generator": { |
| "version": "7.28.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/parser": "^7.28.0", |
| "@babel/types": "^7.28.0", |
| "@jridgewell/gen-mapping": "^0.3.12", |
| "@jridgewell/trace-mapping": "^0.3.28", |
| "jsesc": "^3.0.2" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/helper-compilation-targets": { |
| "version": "7.27.2", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/compat-data": "^7.27.2", |
| "@babel/helper-validator-option": "^7.27.1", |
| "browserslist": "^4.24.0", |
| "lru-cache": "^5.1.1", |
| "semver": "^6.3.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/helper-compilation-targets/node_modules/semver": { |
| "version": "6.3.1", |
| "dev": true, |
| "license": "ISC", |
| "bin": { |
| "semver": "bin/semver.js" |
| } |
| }, |
| "node_modules/@babel/helper-globals": { |
| "version": "7.28.0", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/helper-module-imports": { |
| "version": "7.27.1", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/traverse": "^7.27.1", |
| "@babel/types": "^7.27.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/helper-module-transforms": { |
| "version": "7.27.3", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-module-imports": "^7.27.1", |
| "@babel/helper-validator-identifier": "^7.27.1", |
| "@babel/traverse": "^7.27.3" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0" |
| } |
| }, |
| "node_modules/@babel/helper-plugin-utils": { |
| "version": "7.27.1", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/helper-string-parser": { |
| "version": "7.27.1", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/helper-validator-identifier": { |
| "version": "7.27.1", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/helper-validator-option": { |
| "version": "7.27.1", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/helpers": { |
| "version": "7.27.6", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/template": "^7.27.2", |
| "@babel/types": "^7.27.6" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/parser": { |
| "version": "7.28.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/types": "^7.28.0" |
| }, |
| "bin": { |
| "parser": "bin/babel-parser.js" |
| }, |
| "engines": { |
| "node": ">=6.0.0" |
| } |
| }, |
| "node_modules/@babel/plugin-syntax-async-generators": { |
| "version": "7.8.4", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.8.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-syntax-bigint": { |
| "version": "7.8.3", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.8.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-syntax-class-properties": { |
| "version": "7.12.13", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.12.13" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-syntax-class-static-block": { |
| "version": "7.14.5", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.14.5" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-syntax-import-attributes": { |
| "version": "7.27.1", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.27.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-syntax-import-meta": { |
| "version": "7.10.4", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.10.4" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-syntax-json-strings": { |
| "version": "7.8.3", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.8.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-syntax-jsx": { |
| "version": "7.27.1", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.27.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-syntax-logical-assignment-operators": { |
| "version": "7.10.4", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.10.4" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": { |
| "version": "7.8.3", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.8.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-syntax-numeric-separator": { |
| "version": "7.10.4", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.10.4" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-syntax-object-rest-spread": { |
| "version": "7.8.3", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.8.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-syntax-optional-catch-binding": { |
| "version": "7.8.3", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.8.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-syntax-optional-chaining": { |
| "version": "7.8.3", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.8.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-syntax-private-property-in-object": { |
| "version": "7.14.5", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.14.5" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-syntax-top-level-await": { |
| "version": "7.14.5", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.14.5" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-syntax-typescript": { |
| "version": "7.27.1", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.27.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/template": { |
| "version": "7.27.2", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/code-frame": "^7.27.1", |
| "@babel/parser": "^7.27.2", |
| "@babel/types": "^7.27.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/traverse": { |
| "version": "7.28.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/code-frame": "^7.27.1", |
| "@babel/generator": "^7.28.0", |
| "@babel/helper-globals": "^7.28.0", |
| "@babel/parser": "^7.28.0", |
| "@babel/template": "^7.27.2", |
| "@babel/types": "^7.28.0", |
| "debug": "^4.3.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/types": { |
| "version": "7.28.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-string-parser": "^7.27.1", |
| "@babel/helper-validator-identifier": "^7.27.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@bcoe/v8-coverage": { |
| "version": "0.2.3", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/@eslint-community/eslint-utils": { |
| "version": "4.7.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "eslint-visitor-keys": "^3.4.3" |
| }, |
| "engines": { |
| "node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
| }, |
| "funding": { |
| "url": "https://opencollective.com/eslint" |
| }, |
| "peerDependencies": { |
| "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" |
| } |
| }, |
| "node_modules/@eslint-community/regexpp": { |
| "version": "4.12.1", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": "^12.0.0 || ^14.0.0 || >=16.0.0" |
| } |
| }, |
| "node_modules/@eslint/eslintrc": { |
| "version": "2.1.4", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "ajv": "^6.12.4", |
| "debug": "^4.3.2", |
| "espree": "^9.6.0", |
| "globals": "^13.19.0", |
| "ignore": "^5.2.0", |
| "import-fresh": "^3.2.1", |
| "js-yaml": "^4.1.0", |
| "minimatch": "^3.1.2", |
| "strip-json-comments": "^3.1.1" |
| }, |
| "engines": { |
| "node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
| }, |
| "funding": { |
| "url": "https://opencollective.com/eslint" |
| } |
| }, |
| "node_modules/@eslint/eslintrc/node_modules/brace-expansion": { |
| "version": "1.1.12", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "balanced-match": "^1.0.0", |
| "concat-map": "0.0.1" |
| } |
| }, |
| "node_modules/@eslint/eslintrc/node_modules/minimatch": { |
| "version": "3.1.2", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "brace-expansion": "^1.1.7" |
| }, |
| "engines": { |
| "node": "*" |
| } |
| }, |
| "node_modules/@eslint/js": { |
| "version": "8.57.1", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
| } |
| }, |
| "node_modules/@apache-fory/core": { |
| "resolved": "packages/core", |
| "link": true |
| }, |
| "node_modules/@apache-fory/hps": { |
| "resolved": "packages/hps", |
| "link": true |
| }, |
| "node_modules/@gar/promisify": { |
| "version": "1.1.3", |
| "license": "MIT" |
| }, |
| "node_modules/@humanwhocodes/config-array": { |
| "version": "0.13.0", |
| "dev": true, |
| "license": "Apache-2.0", |
| "dependencies": { |
| "@humanwhocodes/object-schema": "^2.0.3", |
| "debug": "^4.3.1", |
| "minimatch": "^3.0.5" |
| }, |
| "engines": { |
| "node": ">=10.10.0" |
| } |
| }, |
| "node_modules/@humanwhocodes/config-array/node_modules/brace-expansion": { |
| "version": "1.1.12", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "balanced-match": "^1.0.0", |
| "concat-map": "0.0.1" |
| } |
| }, |
| "node_modules/@humanwhocodes/config-array/node_modules/minimatch": { |
| "version": "3.1.2", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "brace-expansion": "^1.1.7" |
| }, |
| "engines": { |
| "node": "*" |
| } |
| }, |
| "node_modules/@humanwhocodes/module-importer": { |
| "version": "1.0.1", |
| "dev": true, |
| "license": "Apache-2.0", |
| "engines": { |
| "node": ">=12.22" |
| }, |
| "funding": { |
| "type": "github", |
| "url": "https://github.com/sponsors/nzakas" |
| } |
| }, |
| "node_modules/@humanwhocodes/object-schema": { |
| "version": "2.0.3", |
| "dev": true, |
| "license": "BSD-3-Clause" |
| }, |
| "node_modules/@isaacs/cliui": { |
| "version": "8.0.2", |
| "license": "ISC", |
| "dependencies": { |
| "string-width": "^5.1.2", |
| "string-width-cjs": "npm:string-width@^4.2.0", |
| "strip-ansi": "^7.0.1", |
| "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", |
| "wrap-ansi": "^8.1.0", |
| "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" |
| }, |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/@isaacs/cliui/node_modules/ansi-regex": { |
| "version": "6.1.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=12" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/ansi-regex?sponsor=1" |
| } |
| }, |
| "node_modules/@isaacs/cliui/node_modules/ansi-styles": { |
| "version": "6.2.1", |
| "license": "MIT", |
| "engines": { |
| "node": ">=12" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/ansi-styles?sponsor=1" |
| } |
| }, |
| "node_modules/@isaacs/cliui/node_modules/emoji-regex": { |
| "version": "9.2.2", |
| "license": "MIT" |
| }, |
| "node_modules/@isaacs/cliui/node_modules/string-width": { |
| "version": "5.1.2", |
| "license": "MIT", |
| "dependencies": { |
| "eastasianwidth": "^0.2.0", |
| "emoji-regex": "^9.2.2", |
| "strip-ansi": "^7.0.1" |
| }, |
| "engines": { |
| "node": ">=12" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/@isaacs/cliui/node_modules/strip-ansi": { |
| "version": "7.1.0", |
| "license": "MIT", |
| "dependencies": { |
| "ansi-regex": "^6.0.1" |
| }, |
| "engines": { |
| "node": ">=12" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/strip-ansi?sponsor=1" |
| } |
| }, |
| "node_modules/@isaacs/cliui/node_modules/wrap-ansi": { |
| "version": "8.1.0", |
| "license": "MIT", |
| "dependencies": { |
| "ansi-styles": "^6.1.0", |
| "string-width": "^5.0.1", |
| "strip-ansi": "^7.0.1" |
| }, |
| "engines": { |
| "node": ">=12" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/wrap-ansi?sponsor=1" |
| } |
| }, |
| "node_modules/@isaacs/fs-minipass": { |
| "version": "4.0.1", |
| "license": "ISC", |
| "dependencies": { |
| "minipass": "^7.0.4" |
| }, |
| "engines": { |
| "node": ">=18.0.0" |
| } |
| }, |
| "node_modules/@isaacs/fs-minipass/node_modules/minipass": { |
| "version": "7.1.2", |
| "license": "ISC", |
| "engines": { |
| "node": ">=16 || 14 >=14.17" |
| } |
| }, |
| "node_modules/@istanbuljs/load-nyc-config": { |
| "version": "1.1.0", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "camelcase": "^5.3.1", |
| "find-up": "^4.1.0", |
| "get-package-type": "^0.1.0", |
| "js-yaml": "^3.13.1", |
| "resolve-from": "^5.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/@istanbuljs/load-nyc-config/node_modules/argparse": { |
| "version": "1.0.10", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "sprintf-js": "~1.0.2" |
| } |
| }, |
| "node_modules/@istanbuljs/load-nyc-config/node_modules/find-up": { |
| "version": "4.1.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "locate-path": "^5.0.0", |
| "path-exists": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml": { |
| "version": "3.14.1", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "argparse": "^1.0.7", |
| "esprima": "^4.0.0" |
| }, |
| "bin": { |
| "js-yaml": "bin/js-yaml.js" |
| } |
| }, |
| "node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path": { |
| "version": "5.0.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "p-locate": "^4.1.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/@istanbuljs/load-nyc-config/node_modules/p-limit": { |
| "version": "2.3.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "p-try": "^2.0.0" |
| }, |
| "engines": { |
| "node": ">=6" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/@istanbuljs/load-nyc-config/node_modules/p-locate": { |
| "version": "4.1.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "p-limit": "^2.2.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/@istanbuljs/load-nyc-config/node_modules/resolve-from": { |
| "version": "5.0.0", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/@istanbuljs/load-nyc-config/node_modules/sprintf-js": { |
| "version": "1.0.3", |
| "dev": true, |
| "license": "BSD-3-Clause" |
| }, |
| "node_modules/@istanbuljs/schema": { |
| "version": "0.1.3", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/@jest/console": { |
| "version": "29.7.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@jest/types": "^29.6.3", |
| "@types/node": "*", |
| "chalk": "^4.0.0", |
| "jest-message-util": "^29.7.0", |
| "jest-util": "^29.7.0", |
| "slash": "^3.0.0" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/@jest/core": { |
| "version": "29.7.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@jest/console": "^29.7.0", |
| "@jest/reporters": "^29.7.0", |
| "@jest/test-result": "^29.7.0", |
| "@jest/transform": "^29.7.0", |
| "@jest/types": "^29.6.3", |
| "@types/node": "*", |
| "ansi-escapes": "^4.2.1", |
| "chalk": "^4.0.0", |
| "ci-info": "^3.2.0", |
| "exit": "^0.1.2", |
| "graceful-fs": "^4.2.9", |
| "jest-changed-files": "^29.7.0", |
| "jest-config": "^29.7.0", |
| "jest-haste-map": "^29.7.0", |
| "jest-message-util": "^29.7.0", |
| "jest-regex-util": "^29.6.3", |
| "jest-resolve": "^29.7.0", |
| "jest-resolve-dependencies": "^29.7.0", |
| "jest-runner": "^29.7.0", |
| "jest-runtime": "^29.7.0", |
| "jest-snapshot": "^29.7.0", |
| "jest-util": "^29.7.0", |
| "jest-validate": "^29.7.0", |
| "jest-watcher": "^29.7.0", |
| "micromatch": "^4.0.4", |
| "pretty-format": "^29.7.0", |
| "slash": "^3.0.0", |
| "strip-ansi": "^6.0.0" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| }, |
| "peerDependencies": { |
| "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" |
| }, |
| "peerDependenciesMeta": { |
| "node-notifier": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@jest/environment": { |
| "version": "29.7.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@jest/fake-timers": "^29.7.0", |
| "@jest/types": "^29.6.3", |
| "@types/node": "*", |
| "jest-mock": "^29.7.0" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/@jest/expect": { |
| "version": "29.7.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "expect": "^29.7.0", |
| "jest-snapshot": "^29.7.0" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/@jest/expect-utils": { |
| "version": "29.7.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "jest-get-type": "^29.6.3" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/@jest/fake-timers": { |
| "version": "29.7.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@jest/types": "^29.6.3", |
| "@sinonjs/fake-timers": "^10.0.2", |
| "@types/node": "*", |
| "jest-message-util": "^29.7.0", |
| "jest-mock": "^29.7.0", |
| "jest-util": "^29.7.0" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/@jest/globals": { |
| "version": "29.7.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@jest/environment": "^29.7.0", |
| "@jest/expect": "^29.7.0", |
| "@jest/types": "^29.6.3", |
| "jest-mock": "^29.7.0" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/@jest/reporters": { |
| "version": "29.7.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@bcoe/v8-coverage": "^0.2.3", |
| "@jest/console": "^29.7.0", |
| "@jest/test-result": "^29.7.0", |
| "@jest/transform": "^29.7.0", |
| "@jest/types": "^29.6.3", |
| "@jridgewell/trace-mapping": "^0.3.18", |
| "@types/node": "*", |
| "chalk": "^4.0.0", |
| "collect-v8-coverage": "^1.0.0", |
| "exit": "^0.1.2", |
| "glob": "^7.1.3", |
| "graceful-fs": "^4.2.9", |
| "istanbul-lib-coverage": "^3.0.0", |
| "istanbul-lib-instrument": "^6.0.0", |
| "istanbul-lib-report": "^3.0.0", |
| "istanbul-lib-source-maps": "^4.0.0", |
| "istanbul-reports": "^3.1.3", |
| "jest-message-util": "^29.7.0", |
| "jest-util": "^29.7.0", |
| "jest-worker": "^29.7.0", |
| "slash": "^3.0.0", |
| "string-length": "^4.0.1", |
| "strip-ansi": "^6.0.0", |
| "v8-to-istanbul": "^9.0.1" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| }, |
| "peerDependencies": { |
| "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" |
| }, |
| "peerDependenciesMeta": { |
| "node-notifier": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@jest/schemas": { |
| "version": "29.6.3", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@sinclair/typebox": "^0.27.8" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/@jest/source-map": { |
| "version": "29.6.3", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@jridgewell/trace-mapping": "^0.3.18", |
| "callsites": "^3.0.0", |
| "graceful-fs": "^4.2.9" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/@jest/test-result": { |
| "version": "29.7.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@jest/console": "^29.7.0", |
| "@jest/types": "^29.6.3", |
| "@types/istanbul-lib-coverage": "^2.0.0", |
| "collect-v8-coverage": "^1.0.0" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/@jest/test-sequencer": { |
| "version": "29.7.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@jest/test-result": "^29.7.0", |
| "graceful-fs": "^4.2.9", |
| "jest-haste-map": "^29.7.0", |
| "slash": "^3.0.0" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/@jest/transform": { |
| "version": "29.7.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/core": "^7.11.6", |
| "@jest/types": "^29.6.3", |
| "@jridgewell/trace-mapping": "^0.3.18", |
| "babel-plugin-istanbul": "^6.1.1", |
| "chalk": "^4.0.0", |
| "convert-source-map": "^2.0.0", |
| "fast-json-stable-stringify": "^2.1.0", |
| "graceful-fs": "^4.2.9", |
| "jest-haste-map": "^29.7.0", |
| "jest-regex-util": "^29.6.3", |
| "jest-util": "^29.7.0", |
| "micromatch": "^4.0.4", |
| "pirates": "^4.0.4", |
| "slash": "^3.0.0", |
| "write-file-atomic": "^4.0.2" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/@jest/types": { |
| "version": "29.6.3", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@jest/schemas": "^29.6.3", |
| "@types/istanbul-lib-coverage": "^2.0.0", |
| "@types/istanbul-reports": "^3.0.0", |
| "@types/node": "*", |
| "@types/yargs": "^17.0.8", |
| "chalk": "^4.0.0" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/@jridgewell/gen-mapping": { |
| "version": "0.3.12", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@jridgewell/sourcemap-codec": "^1.5.0", |
| "@jridgewell/trace-mapping": "^0.3.24" |
| } |
| }, |
| "node_modules/@jridgewell/resolve-uri": { |
| "version": "3.1.2", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=6.0.0" |
| } |
| }, |
| "node_modules/@jridgewell/sourcemap-codec": { |
| "version": "1.5.4", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/@jridgewell/trace-mapping": { |
| "version": "0.3.29", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@jridgewell/resolve-uri": "^3.1.0", |
| "@jridgewell/sourcemap-codec": "^1.4.14" |
| } |
| }, |
| "node_modules/@nodelib/fs.scandir": { |
| "version": "2.1.5", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@nodelib/fs.stat": "2.0.5", |
| "run-parallel": "^1.1.9" |
| }, |
| "engines": { |
| "node": ">= 8" |
| } |
| }, |
| "node_modules/@nodelib/fs.stat": { |
| "version": "2.0.5", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">= 8" |
| } |
| }, |
| "node_modules/@nodelib/fs.walk": { |
| "version": "1.2.8", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@nodelib/fs.scandir": "2.1.5", |
| "fastq": "^1.6.0" |
| }, |
| "engines": { |
| "node": ">= 8" |
| } |
| }, |
| "node_modules/@npmcli/agent": { |
| "version": "3.0.0", |
| "license": "ISC", |
| "dependencies": { |
| "agent-base": "^7.1.0", |
| "http-proxy-agent": "^7.0.0", |
| "https-proxy-agent": "^7.0.1", |
| "lru-cache": "^10.0.1", |
| "socks-proxy-agent": "^8.0.3" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/@npmcli/agent/node_modules/agent-base": { |
| "version": "7.1.3", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 14" |
| } |
| }, |
| "node_modules/@npmcli/agent/node_modules/http-proxy-agent": { |
| "version": "7.0.2", |
| "license": "MIT", |
| "dependencies": { |
| "agent-base": "^7.1.0", |
| "debug": "^4.3.4" |
| }, |
| "engines": { |
| "node": ">= 14" |
| } |
| }, |
| "node_modules/@npmcli/agent/node_modules/https-proxy-agent": { |
| "version": "7.0.6", |
| "license": "MIT", |
| "dependencies": { |
| "agent-base": "^7.1.2", |
| "debug": "4" |
| }, |
| "engines": { |
| "node": ">= 14" |
| } |
| }, |
| "node_modules/@npmcli/agent/node_modules/lru-cache": { |
| "version": "10.4.3", |
| "license": "ISC" |
| }, |
| "node_modules/@npmcli/agent/node_modules/socks-proxy-agent": { |
| "version": "8.0.5", |
| "license": "MIT", |
| "dependencies": { |
| "agent-base": "^7.1.2", |
| "debug": "^4.3.4", |
| "socks": "^2.8.3" |
| }, |
| "engines": { |
| "node": ">= 14" |
| } |
| }, |
| "node_modules/@npmcli/fs": { |
| "version": "2.1.2", |
| "license": "ISC", |
| "dependencies": { |
| "@gar/promisify": "^1.1.3", |
| "semver": "^7.3.5" |
| }, |
| "engines": { |
| "node": "^12.13.0 || ^14.15.0 || >=16.0.0" |
| } |
| }, |
| "node_modules/@npmcli/move-file": { |
| "version": "2.0.1", |
| "license": "MIT", |
| "dependencies": { |
| "mkdirp": "^1.0.4", |
| "rimraf": "^3.0.2" |
| }, |
| "engines": { |
| "node": "^12.13.0 || ^14.15.0 || >=16.0.0" |
| } |
| }, |
| "node_modules/@one-ini/wasm": { |
| "version": "0.1.1", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/@pkgjs/parseargs": { |
| "version": "0.11.0", |
| "license": "MIT", |
| "optional": true, |
| "engines": { |
| "node": ">=14" |
| } |
| }, |
| "node_modules/@protobufjs/aspromise": { |
| "version": "1.1.2", |
| "dev": true, |
| "license": "BSD-3-Clause" |
| }, |
| "node_modules/@protobufjs/base64": { |
| "version": "1.1.2", |
| "dev": true, |
| "license": "BSD-3-Clause" |
| }, |
| "node_modules/@protobufjs/codegen": { |
| "version": "2.0.4", |
| "dev": true, |
| "license": "BSD-3-Clause" |
| }, |
| "node_modules/@protobufjs/eventemitter": { |
| "version": "1.1.0", |
| "dev": true, |
| "license": "BSD-3-Clause" |
| }, |
| "node_modules/@protobufjs/fetch": { |
| "version": "1.1.0", |
| "dev": true, |
| "license": "BSD-3-Clause", |
| "dependencies": { |
| "@protobufjs/aspromise": "^1.1.1", |
| "@protobufjs/inquire": "^1.1.0" |
| } |
| }, |
| "node_modules/@protobufjs/float": { |
| "version": "1.0.2", |
| "dev": true, |
| "license": "BSD-3-Clause" |
| }, |
| "node_modules/@protobufjs/inquire": { |
| "version": "1.1.0", |
| "dev": true, |
| "license": "BSD-3-Clause" |
| }, |
| "node_modules/@protobufjs/path": { |
| "version": "1.1.2", |
| "dev": true, |
| "license": "BSD-3-Clause" |
| }, |
| "node_modules/@protobufjs/pool": { |
| "version": "1.1.0", |
| "dev": true, |
| "license": "BSD-3-Clause" |
| }, |
| "node_modules/@protobufjs/utf8": { |
| "version": "1.1.0", |
| "dev": true, |
| "license": "BSD-3-Clause" |
| }, |
| "node_modules/@sinclair/typebox": { |
| "version": "0.27.8", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/@sinonjs/commons": { |
| "version": "3.0.1", |
| "dev": true, |
| "license": "BSD-3-Clause", |
| "dependencies": { |
| "type-detect": "4.0.8" |
| } |
| }, |
| "node_modules/@sinonjs/fake-timers": { |
| "version": "10.3.0", |
| "dev": true, |
| "license": "BSD-3-Clause", |
| "dependencies": { |
| "@sinonjs/commons": "^3.0.0" |
| } |
| }, |
| "node_modules/@stylistic/eslint-plugin": { |
| "version": "1.8.1", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@stylistic/eslint-plugin-js": "1.8.1", |
| "@stylistic/eslint-plugin-jsx": "1.8.1", |
| "@stylistic/eslint-plugin-plus": "1.8.1", |
| "@stylistic/eslint-plugin-ts": "1.8.1", |
| "@types/eslint": "^8.56.10" |
| }, |
| "engines": { |
| "node": "^16.0.0 || >=18.0.0" |
| }, |
| "peerDependencies": { |
| "eslint": ">=8.40.0" |
| } |
| }, |
| "node_modules/@stylistic/eslint-plugin-js": { |
| "version": "1.8.1", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@types/eslint": "^8.56.10", |
| "acorn": "^8.11.3", |
| "escape-string-regexp": "^4.0.0", |
| "eslint-visitor-keys": "^3.4.3", |
| "espree": "^9.6.1" |
| }, |
| "engines": { |
| "node": "^16.0.0 || >=18.0.0" |
| }, |
| "peerDependencies": { |
| "eslint": ">=8.40.0" |
| } |
| }, |
| "node_modules/@stylistic/eslint-plugin-jsx": { |
| "version": "1.8.1", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@stylistic/eslint-plugin-js": "^1.8.1", |
| "@types/eslint": "^8.56.10", |
| "estraverse": "^5.3.0", |
| "picomatch": "^4.0.2" |
| }, |
| "engines": { |
| "node": "^16.0.0 || >=18.0.0" |
| }, |
| "peerDependencies": { |
| "eslint": ">=8.40.0" |
| } |
| }, |
| "node_modules/@stylistic/eslint-plugin-plus": { |
| "version": "1.8.1", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@types/eslint": "^8.56.10", |
| "@typescript-eslint/utils": "^6.21.0" |
| }, |
| "peerDependencies": { |
| "eslint": "*" |
| } |
| }, |
| "node_modules/@stylistic/eslint-plugin-ts": { |
| "version": "1.8.1", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@stylistic/eslint-plugin-js": "1.8.1", |
| "@types/eslint": "^8.56.10", |
| "@typescript-eslint/utils": "^6.21.0" |
| }, |
| "engines": { |
| "node": "^16.0.0 || >=18.0.0" |
| }, |
| "peerDependencies": { |
| "eslint": ">=8.40.0" |
| } |
| }, |
| "node_modules/@tootallnate/once": { |
| "version": "2.0.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 10" |
| } |
| }, |
| "node_modules/@types/babel__core": { |
| "version": "7.20.5", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/parser": "^7.20.7", |
| "@babel/types": "^7.20.7", |
| "@types/babel__generator": "*", |
| "@types/babel__template": "*", |
| "@types/babel__traverse": "*" |
| } |
| }, |
| "node_modules/@types/babel__generator": { |
| "version": "7.27.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/types": "^7.0.0" |
| } |
| }, |
| "node_modules/@types/babel__template": { |
| "version": "7.4.4", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/parser": "^7.1.0", |
| "@babel/types": "^7.0.0" |
| } |
| }, |
| "node_modules/@types/babel__traverse": { |
| "version": "7.20.7", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/types": "^7.20.7" |
| } |
| }, |
| "node_modules/@types/eslint": { |
| "version": "8.56.12", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@types/estree": "*", |
| "@types/json-schema": "*" |
| } |
| }, |
| "node_modules/@types/estree": { |
| "version": "1.0.8", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/@types/graceful-fs": { |
| "version": "4.1.9", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@types/node": "*" |
| } |
| }, |
| "node_modules/@types/istanbul-lib-coverage": { |
| "version": "2.0.6", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/@types/istanbul-lib-report": { |
| "version": "3.0.3", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@types/istanbul-lib-coverage": "*" |
| } |
| }, |
| "node_modules/@types/istanbul-reports": { |
| "version": "3.0.4", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@types/istanbul-lib-report": "*" |
| } |
| }, |
| "node_modules/@types/js-beautify": { |
| "version": "1.14.3", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/@types/json-schema": { |
| "version": "7.0.15", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/@types/node": { |
| "version": "24.0.10", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "undici-types": "~7.8.0" |
| } |
| }, |
| "node_modules/@types/semver": { |
| "version": "7.7.0", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/@types/stack-utils": { |
| "version": "2.0.3", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/@types/yargs": { |
| "version": "17.0.33", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@types/yargs-parser": "*" |
| } |
| }, |
| "node_modules/@types/yargs-parser": { |
| "version": "21.0.3", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/@typescript-eslint/eslint-plugin": { |
| "version": "5.62.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@eslint-community/regexpp": "^4.4.0", |
| "@typescript-eslint/scope-manager": "5.62.0", |
| "@typescript-eslint/type-utils": "5.62.0", |
| "@typescript-eslint/utils": "5.62.0", |
| "debug": "^4.3.4", |
| "graphemer": "^1.4.0", |
| "ignore": "^5.2.0", |
| "natural-compare-lite": "^1.4.0", |
| "semver": "^7.3.7", |
| "tsutils": "^3.21.0" |
| }, |
| "engines": { |
| "node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/typescript-eslint" |
| }, |
| "peerDependencies": { |
| "@typescript-eslint/parser": "^5.0.0", |
| "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" |
| }, |
| "peerDependenciesMeta": { |
| "typescript": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": { |
| "version": "5.62.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@typescript-eslint/types": "5.62.0", |
| "@typescript-eslint/visitor-keys": "5.62.0" |
| }, |
| "engines": { |
| "node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/typescript-eslint" |
| } |
| }, |
| "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/types": { |
| "version": "5.62.0", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/typescript-eslint" |
| } |
| }, |
| "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/typescript-estree": { |
| "version": "5.62.0", |
| "dev": true, |
| "license": "BSD-2-Clause", |
| "dependencies": { |
| "@typescript-eslint/types": "5.62.0", |
| "@typescript-eslint/visitor-keys": "5.62.0", |
| "debug": "^4.3.4", |
| "globby": "^11.1.0", |
| "is-glob": "^4.0.3", |
| "semver": "^7.3.7", |
| "tsutils": "^3.21.0" |
| }, |
| "engines": { |
| "node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/typescript-eslint" |
| }, |
| "peerDependenciesMeta": { |
| "typescript": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/utils": { |
| "version": "5.62.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@eslint-community/eslint-utils": "^4.2.0", |
| "@types/json-schema": "^7.0.9", |
| "@types/semver": "^7.3.12", |
| "@typescript-eslint/scope-manager": "5.62.0", |
| "@typescript-eslint/types": "5.62.0", |
| "@typescript-eslint/typescript-estree": "5.62.0", |
| "eslint-scope": "^5.1.1", |
| "semver": "^7.3.7" |
| }, |
| "engines": { |
| "node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/typescript-eslint" |
| }, |
| "peerDependencies": { |
| "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" |
| } |
| }, |
| "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": { |
| "version": "5.62.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@typescript-eslint/types": "5.62.0", |
| "eslint-visitor-keys": "^3.3.0" |
| }, |
| "engines": { |
| "node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/typescript-eslint" |
| } |
| }, |
| "node_modules/@typescript-eslint/eslint-plugin/node_modules/eslint-scope": { |
| "version": "5.1.1", |
| "dev": true, |
| "license": "BSD-2-Clause", |
| "dependencies": { |
| "esrecurse": "^4.3.0", |
| "estraverse": "^4.1.1" |
| }, |
| "engines": { |
| "node": ">=8.0.0" |
| } |
| }, |
| "node_modules/@typescript-eslint/eslint-plugin/node_modules/estraverse": { |
| "version": "4.3.0", |
| "dev": true, |
| "license": "BSD-2-Clause", |
| "engines": { |
| "node": ">=4.0" |
| } |
| }, |
| "node_modules/@typescript-eslint/parser": { |
| "version": "5.62.0", |
| "dev": true, |
| "license": "BSD-2-Clause", |
| "dependencies": { |
| "@typescript-eslint/scope-manager": "5.62.0", |
| "@typescript-eslint/types": "5.62.0", |
| "@typescript-eslint/typescript-estree": "5.62.0", |
| "debug": "^4.3.4" |
| }, |
| "engines": { |
| "node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/typescript-eslint" |
| }, |
| "peerDependencies": { |
| "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" |
| }, |
| "peerDependenciesMeta": { |
| "typescript": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": { |
| "version": "5.62.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@typescript-eslint/types": "5.62.0", |
| "@typescript-eslint/visitor-keys": "5.62.0" |
| }, |
| "engines": { |
| "node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/typescript-eslint" |
| } |
| }, |
| "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types": { |
| "version": "5.62.0", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/typescript-eslint" |
| } |
| }, |
| "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/typescript-estree": { |
| "version": "5.62.0", |
| "dev": true, |
| "license": "BSD-2-Clause", |
| "dependencies": { |
| "@typescript-eslint/types": "5.62.0", |
| "@typescript-eslint/visitor-keys": "5.62.0", |
| "debug": "^4.3.4", |
| "globby": "^11.1.0", |
| "is-glob": "^4.0.3", |
| "semver": "^7.3.7", |
| "tsutils": "^3.21.0" |
| }, |
| "engines": { |
| "node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/typescript-eslint" |
| }, |
| "peerDependenciesMeta": { |
| "typescript": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": { |
| "version": "5.62.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@typescript-eslint/types": "5.62.0", |
| "eslint-visitor-keys": "^3.3.0" |
| }, |
| "engines": { |
| "node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/typescript-eslint" |
| } |
| }, |
| "node_modules/@typescript-eslint/scope-manager": { |
| "version": "6.21.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@typescript-eslint/types": "6.21.0", |
| "@typescript-eslint/visitor-keys": "6.21.0" |
| }, |
| "engines": { |
| "node": "^16.0.0 || >=18.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/typescript-eslint" |
| } |
| }, |
| "node_modules/@typescript-eslint/type-utils": { |
| "version": "5.62.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@typescript-eslint/typescript-estree": "5.62.0", |
| "@typescript-eslint/utils": "5.62.0", |
| "debug": "^4.3.4", |
| "tsutils": "^3.21.0" |
| }, |
| "engines": { |
| "node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/typescript-eslint" |
| }, |
| "peerDependencies": { |
| "eslint": "*" |
| }, |
| "peerDependenciesMeta": { |
| "typescript": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/scope-manager": { |
| "version": "5.62.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@typescript-eslint/types": "5.62.0", |
| "@typescript-eslint/visitor-keys": "5.62.0" |
| }, |
| "engines": { |
| "node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/typescript-eslint" |
| } |
| }, |
| "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": { |
| "version": "5.62.0", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/typescript-eslint" |
| } |
| }, |
| "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/typescript-estree": { |
| "version": "5.62.0", |
| "dev": true, |
| "license": "BSD-2-Clause", |
| "dependencies": { |
| "@typescript-eslint/types": "5.62.0", |
| "@typescript-eslint/visitor-keys": "5.62.0", |
| "debug": "^4.3.4", |
| "globby": "^11.1.0", |
| "is-glob": "^4.0.3", |
| "semver": "^7.3.7", |
| "tsutils": "^3.21.0" |
| }, |
| "engines": { |
| "node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/typescript-eslint" |
| }, |
| "peerDependenciesMeta": { |
| "typescript": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/utils": { |
| "version": "5.62.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@eslint-community/eslint-utils": "^4.2.0", |
| "@types/json-schema": "^7.0.9", |
| "@types/semver": "^7.3.12", |
| "@typescript-eslint/scope-manager": "5.62.0", |
| "@typescript-eslint/types": "5.62.0", |
| "@typescript-eslint/typescript-estree": "5.62.0", |
| "eslint-scope": "^5.1.1", |
| "semver": "^7.3.7" |
| }, |
| "engines": { |
| "node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/typescript-eslint" |
| }, |
| "peerDependencies": { |
| "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" |
| } |
| }, |
| "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/visitor-keys": { |
| "version": "5.62.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@typescript-eslint/types": "5.62.0", |
| "eslint-visitor-keys": "^3.3.0" |
| }, |
| "engines": { |
| "node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/typescript-eslint" |
| } |
| }, |
| "node_modules/@typescript-eslint/type-utils/node_modules/eslint-scope": { |
| "version": "5.1.1", |
| "dev": true, |
| "license": "BSD-2-Clause", |
| "dependencies": { |
| "esrecurse": "^4.3.0", |
| "estraverse": "^4.1.1" |
| }, |
| "engines": { |
| "node": ">=8.0.0" |
| } |
| }, |
| "node_modules/@typescript-eslint/type-utils/node_modules/estraverse": { |
| "version": "4.3.0", |
| "dev": true, |
| "license": "BSD-2-Clause", |
| "engines": { |
| "node": ">=4.0" |
| } |
| }, |
| "node_modules/@typescript-eslint/types": { |
| "version": "6.21.0", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": "^16.0.0 || >=18.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/typescript-eslint" |
| } |
| }, |
| "node_modules/@typescript-eslint/typescript-estree": { |
| "version": "6.21.0", |
| "dev": true, |
| "license": "BSD-2-Clause", |
| "dependencies": { |
| "@typescript-eslint/types": "6.21.0", |
| "@typescript-eslint/visitor-keys": "6.21.0", |
| "debug": "^4.3.4", |
| "globby": "^11.1.0", |
| "is-glob": "^4.0.3", |
| "minimatch": "9.0.3", |
| "semver": "^7.5.4", |
| "ts-api-utils": "^1.0.1" |
| }, |
| "engines": { |
| "node": "^16.0.0 || >=18.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/typescript-eslint" |
| }, |
| "peerDependenciesMeta": { |
| "typescript": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@typescript-eslint/utils": { |
| "version": "6.21.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@eslint-community/eslint-utils": "^4.4.0", |
| "@types/json-schema": "^7.0.12", |
| "@types/semver": "^7.5.0", |
| "@typescript-eslint/scope-manager": "6.21.0", |
| "@typescript-eslint/types": "6.21.0", |
| "@typescript-eslint/typescript-estree": "6.21.0", |
| "semver": "^7.5.4" |
| }, |
| "engines": { |
| "node": "^16.0.0 || >=18.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/typescript-eslint" |
| }, |
| "peerDependencies": { |
| "eslint": "^7.0.0 || ^8.0.0" |
| } |
| }, |
| "node_modules/@typescript-eslint/visitor-keys": { |
| "version": "6.21.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@typescript-eslint/types": "6.21.0", |
| "eslint-visitor-keys": "^3.4.1" |
| }, |
| "engines": { |
| "node": "^16.0.0 || >=18.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/typescript-eslint" |
| } |
| }, |
| "node_modules/@ungap/structured-clone": { |
| "version": "1.3.0", |
| "dev": true, |
| "license": "ISC" |
| }, |
| "node_modules/abbrev": { |
| "version": "2.0.0", |
| "dev": true, |
| "license": "ISC", |
| "engines": { |
| "node": "^14.17.0 || ^16.13.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/acorn": { |
| "version": "8.15.0", |
| "dev": true, |
| "license": "MIT", |
| "bin": { |
| "acorn": "bin/acorn" |
| }, |
| "engines": { |
| "node": ">=0.4.0" |
| } |
| }, |
| "node_modules/acorn-jsx": { |
| "version": "5.3.2", |
| "dev": true, |
| "license": "MIT", |
| "peerDependencies": { |
| "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" |
| } |
| }, |
| "node_modules/agent-base": { |
| "version": "6.0.2", |
| "license": "MIT", |
| "dependencies": { |
| "debug": "4" |
| }, |
| "engines": { |
| "node": ">= 6.0.0" |
| } |
| }, |
| "node_modules/agentkeepalive": { |
| "version": "4.6.0", |
| "license": "MIT", |
| "dependencies": { |
| "humanize-ms": "^1.2.1" |
| }, |
| "engines": { |
| "node": ">= 8.0.0" |
| } |
| }, |
| "node_modules/aggregate-error": { |
| "version": "3.1.0", |
| "license": "MIT", |
| "dependencies": { |
| "clean-stack": "^2.0.0", |
| "indent-string": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/ajv": { |
| "version": "6.12.6", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "fast-deep-equal": "^3.1.1", |
| "fast-json-stable-stringify": "^2.0.0", |
| "json-schema-traverse": "^0.4.1", |
| "uri-js": "^4.2.2" |
| }, |
| "funding": { |
| "type": "github", |
| "url": "https://github.com/sponsors/epoberezkin" |
| } |
| }, |
| "node_modules/ansi-escapes": { |
| "version": "4.3.2", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "type-fest": "^0.21.3" |
| }, |
| "engines": { |
| "node": ">=8" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/ansi-escapes/node_modules/type-fest": { |
| "version": "0.21.3", |
| "dev": true, |
| "license": "(MIT OR CC0-1.0)", |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/ansi-regex": { |
| "version": "5.0.1", |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/ansi-styles": { |
| "version": "4.3.0", |
| "license": "MIT", |
| "dependencies": { |
| "color-convert": "^2.0.1" |
| }, |
| "engines": { |
| "node": ">=8" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/ansi-styles?sponsor=1" |
| } |
| }, |
| "node_modules/anymatch": { |
| "version": "3.1.3", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "normalize-path": "^3.0.0", |
| "picomatch": "^2.0.4" |
| }, |
| "engines": { |
| "node": ">= 8" |
| } |
| }, |
| "node_modules/anymatch/node_modules/picomatch": { |
| "version": "2.3.1", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=8.6" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/jonschlinkert" |
| } |
| }, |
| "node_modules/aproba": { |
| "version": "2.0.0", |
| "license": "ISC" |
| }, |
| "node_modules/are-we-there-yet": { |
| "version": "3.0.1", |
| "license": "ISC", |
| "dependencies": { |
| "delegates": "^1.0.0", |
| "readable-stream": "^3.6.0" |
| }, |
| "engines": { |
| "node": "^12.13.0 || ^14.15.0 || >=16.0.0" |
| } |
| }, |
| "node_modules/argparse": { |
| "version": "2.0.1", |
| "dev": true, |
| "license": "Python-2.0" |
| }, |
| "node_modules/array-union": { |
| "version": "2.1.0", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/async": { |
| "version": "3.2.6", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/babel-jest": { |
| "version": "29.7.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@jest/transform": "^29.7.0", |
| "@types/babel__core": "^7.1.14", |
| "babel-plugin-istanbul": "^6.1.1", |
| "babel-preset-jest": "^29.6.3", |
| "chalk": "^4.0.0", |
| "graceful-fs": "^4.2.9", |
| "slash": "^3.0.0" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.8.0" |
| } |
| }, |
| "node_modules/babel-plugin-istanbul": { |
| "version": "6.1.1", |
| "dev": true, |
| "license": "BSD-3-Clause", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.0.0", |
| "@istanbuljs/load-nyc-config": "^1.0.0", |
| "@istanbuljs/schema": "^0.1.2", |
| "istanbul-lib-instrument": "^5.0.4", |
| "test-exclude": "^6.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/babel-plugin-istanbul/node_modules/istanbul-lib-instrument": { |
| "version": "5.2.1", |
| "dev": true, |
| "license": "BSD-3-Clause", |
| "dependencies": { |
| "@babel/core": "^7.12.3", |
| "@babel/parser": "^7.14.7", |
| "@istanbuljs/schema": "^0.1.2", |
| "istanbul-lib-coverage": "^3.2.0", |
| "semver": "^6.3.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/babel-plugin-istanbul/node_modules/semver": { |
| "version": "6.3.1", |
| "dev": true, |
| "license": "ISC", |
| "bin": { |
| "semver": "bin/semver.js" |
| } |
| }, |
| "node_modules/babel-plugin-jest-hoist": { |
| "version": "29.6.3", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/template": "^7.3.3", |
| "@babel/types": "^7.3.3", |
| "@types/babel__core": "^7.1.14", |
| "@types/babel__traverse": "^7.0.6" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/babel-preset-current-node-syntax": { |
| "version": "1.1.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/plugin-syntax-async-generators": "^7.8.4", |
| "@babel/plugin-syntax-bigint": "^7.8.3", |
| "@babel/plugin-syntax-class-properties": "^7.12.13", |
| "@babel/plugin-syntax-class-static-block": "^7.14.5", |
| "@babel/plugin-syntax-import-attributes": "^7.24.7", |
| "@babel/plugin-syntax-import-meta": "^7.10.4", |
| "@babel/plugin-syntax-json-strings": "^7.8.3", |
| "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", |
| "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", |
| "@babel/plugin-syntax-numeric-separator": "^7.10.4", |
| "@babel/plugin-syntax-object-rest-spread": "^7.8.3", |
| "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", |
| "@babel/plugin-syntax-optional-chaining": "^7.8.3", |
| "@babel/plugin-syntax-private-property-in-object": "^7.14.5", |
| "@babel/plugin-syntax-top-level-await": "^7.14.5" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0" |
| } |
| }, |
| "node_modules/babel-preset-jest": { |
| "version": "29.6.3", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "babel-plugin-jest-hoist": "^29.6.3", |
| "babel-preset-current-node-syntax": "^1.0.0" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0" |
| } |
| }, |
| "node_modules/balanced-match": { |
| "version": "1.0.2", |
| "license": "MIT" |
| }, |
| "node_modules/benchmark": { |
| "version": "2.1.4", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "lodash": "^4.17.4", |
| "platform": "^1.3.3" |
| } |
| }, |
| "node_modules/bindings": { |
| "version": "1.2.1", |
| "license": "MIT" |
| }, |
| "node_modules/brace-expansion": { |
| "version": "2.0.2", |
| "license": "MIT", |
| "dependencies": { |
| "balanced-match": "^1.0.0" |
| } |
| }, |
| "node_modules/braces": { |
| "version": "3.0.3", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "fill-range": "^7.1.1" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/browserslist": { |
| "version": "4.25.1", |
| "dev": true, |
| "funding": [ |
| { |
| "type": "opencollective", |
| "url": "https://opencollective.com/browserslist" |
| }, |
| { |
| "type": "tidelift", |
| "url": "https://tidelift.com/funding/github/npm/browserslist" |
| }, |
| { |
| "type": "github", |
| "url": "https://github.com/sponsors/ai" |
| } |
| ], |
| "license": "MIT", |
| "dependencies": { |
| "caniuse-lite": "^1.0.30001726", |
| "electron-to-chromium": "^1.5.173", |
| "node-releases": "^2.0.19", |
| "update-browserslist-db": "^1.1.3" |
| }, |
| "bin": { |
| "browserslist": "cli.js" |
| }, |
| "engines": { |
| "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" |
| } |
| }, |
| "node_modules/bs-logger": { |
| "version": "0.2.6", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "fast-json-stable-stringify": "2.x" |
| }, |
| "engines": { |
| "node": ">= 6" |
| } |
| }, |
| "node_modules/bser": { |
| "version": "2.1.1", |
| "dev": true, |
| "license": "Apache-2.0", |
| "dependencies": { |
| "node-int64": "^0.4.0" |
| } |
| }, |
| "node_modules/buffer-from": { |
| "version": "1.1.2", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/cacache": { |
| "version": "16.1.3", |
| "license": "ISC", |
| "dependencies": { |
| "@npmcli/fs": "^2.1.0", |
| "@npmcli/move-file": "^2.0.0", |
| "chownr": "^2.0.0", |
| "fs-minipass": "^2.1.0", |
| "glob": "^8.0.1", |
| "infer-owner": "^1.0.4", |
| "lru-cache": "^7.7.1", |
| "minipass": "^3.1.6", |
| "minipass-collect": "^1.0.2", |
| "minipass-flush": "^1.0.5", |
| "minipass-pipeline": "^1.2.4", |
| "mkdirp": "^1.0.4", |
| "p-map": "^4.0.0", |
| "promise-inflight": "^1.0.1", |
| "rimraf": "^3.0.2", |
| "ssri": "^9.0.0", |
| "tar": "^6.1.11", |
| "unique-filename": "^2.0.0" |
| }, |
| "engines": { |
| "node": "^12.13.0 || ^14.15.0 || >=16.0.0" |
| } |
| }, |
| "node_modules/cacache/node_modules/glob": { |
| "version": "8.1.0", |
| "license": "ISC", |
| "dependencies": { |
| "fs.realpath": "^1.0.0", |
| "inflight": "^1.0.4", |
| "inherits": "2", |
| "minimatch": "^5.0.1", |
| "once": "^1.3.0" |
| }, |
| "engines": { |
| "node": ">=12" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/isaacs" |
| } |
| }, |
| "node_modules/cacache/node_modules/lru-cache": { |
| "version": "7.18.3", |
| "license": "ISC", |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/cacache/node_modules/minimatch": { |
| "version": "5.1.6", |
| "license": "ISC", |
| "dependencies": { |
| "brace-expansion": "^2.0.1" |
| }, |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/callsites": { |
| "version": "3.1.0", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/camelcase": { |
| "version": "5.3.1", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/caniuse-lite": { |
| "version": "1.0.30001726", |
| "dev": true, |
| "funding": [ |
| { |
| "type": "opencollective", |
| "url": "https://opencollective.com/browserslist" |
| }, |
| { |
| "type": "tidelift", |
| "url": "https://tidelift.com/funding/github/npm/caniuse-lite" |
| }, |
| { |
| "type": "github", |
| "url": "https://github.com/sponsors/ai" |
| } |
| ], |
| "license": "CC-BY-4.0" |
| }, |
| "node_modules/chalk": { |
| "version": "4.1.2", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "ansi-styles": "^4.1.0", |
| "supports-color": "^7.1.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/chalk?sponsor=1" |
| } |
| }, |
| "node_modules/char-regex": { |
| "version": "1.0.2", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/chownr": { |
| "version": "2.0.0", |
| "license": "ISC", |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/ci-info": { |
| "version": "3.9.0", |
| "dev": true, |
| "funding": [ |
| { |
| "type": "github", |
| "url": "https://github.com/sponsors/sibiraj-s" |
| } |
| ], |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/cjs-module-lexer": { |
| "version": "1.4.3", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/clean-stack": { |
| "version": "2.2.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/cliui": { |
| "version": "8.0.1", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "string-width": "^4.2.0", |
| "strip-ansi": "^6.0.1", |
| "wrap-ansi": "^7.0.0" |
| }, |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/co": { |
| "version": "4.6.0", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "iojs": ">= 1.0.0", |
| "node": ">= 0.12.0" |
| } |
| }, |
| "node_modules/collect-v8-coverage": { |
| "version": "1.0.2", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/color-convert": { |
| "version": "2.0.1", |
| "license": "MIT", |
| "dependencies": { |
| "color-name": "~1.1.4" |
| }, |
| "engines": { |
| "node": ">=7.0.0" |
| } |
| }, |
| "node_modules/color-name": { |
| "version": "1.1.4", |
| "license": "MIT" |
| }, |
| "node_modules/color-support": { |
| "version": "1.1.3", |
| "license": "ISC", |
| "bin": { |
| "color-support": "bin.js" |
| } |
| }, |
| "node_modules/commander": { |
| "version": "10.0.1", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=14" |
| } |
| }, |
| "node_modules/concat-map": { |
| "version": "0.0.1", |
| "license": "MIT" |
| }, |
| "node_modules/config-chain": { |
| "version": "1.1.13", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "ini": "^1.3.4", |
| "proto-list": "~1.2.1" |
| } |
| }, |
| "node_modules/console-control-strings": { |
| "version": "1.1.0", |
| "license": "ISC" |
| }, |
| "node_modules/convert-source-map": { |
| "version": "2.0.0", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/create-jest": { |
| "version": "29.7.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@jest/types": "^29.6.3", |
| "chalk": "^4.0.0", |
| "exit": "^0.1.2", |
| "graceful-fs": "^4.2.9", |
| "jest-config": "^29.7.0", |
| "jest-util": "^29.7.0", |
| "prompts": "^2.0.1" |
| }, |
| "bin": { |
| "create-jest": "bin/create-jest.js" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/cross-spawn": { |
| "version": "7.0.6", |
| "license": "MIT", |
| "dependencies": { |
| "path-key": "^3.1.0", |
| "shebang-command": "^2.0.0", |
| "which": "^2.0.1" |
| }, |
| "engines": { |
| "node": ">= 8" |
| } |
| }, |
| "node_modules/debug": { |
| "version": "4.4.1", |
| "license": "MIT", |
| "dependencies": { |
| "ms": "^2.1.3" |
| }, |
| "engines": { |
| "node": ">=6.0" |
| }, |
| "peerDependenciesMeta": { |
| "supports-color": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/dedent": { |
| "version": "1.6.0", |
| "dev": true, |
| "license": "MIT", |
| "peerDependencies": { |
| "babel-plugin-macros": "^3.1.0" |
| }, |
| "peerDependenciesMeta": { |
| "babel-plugin-macros": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/deep-is": { |
| "version": "0.1.4", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/deepmerge": { |
| "version": "4.3.1", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/delegates": { |
| "version": "1.0.0", |
| "license": "MIT" |
| }, |
| "node_modules/detect-newline": { |
| "version": "3.1.0", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/diff-sequences": { |
| "version": "29.6.3", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/dir-glob": { |
| "version": "3.0.1", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "path-type": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/doctrine": { |
| "version": "3.0.0", |
| "dev": true, |
| "license": "Apache-2.0", |
| "dependencies": { |
| "esutils": "^2.0.2" |
| }, |
| "engines": { |
| "node": ">=6.0.0" |
| } |
| }, |
| "node_modules/eastasianwidth": { |
| "version": "0.2.0", |
| "license": "MIT" |
| }, |
| "node_modules/editorconfig": { |
| "version": "1.0.4", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@one-ini/wasm": "0.1.1", |
| "commander": "^10.0.0", |
| "minimatch": "9.0.1", |
| "semver": "^7.5.3" |
| }, |
| "bin": { |
| "editorconfig": "bin/editorconfig" |
| }, |
| "engines": { |
| "node": ">=14" |
| } |
| }, |
| "node_modules/editorconfig/node_modules/minimatch": { |
| "version": "9.0.1", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "brace-expansion": "^2.0.1" |
| }, |
| "engines": { |
| "node": ">=16 || 14 >=14.17" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/isaacs" |
| } |
| }, |
| "node_modules/ejs": { |
| "version": "3.1.10", |
| "dev": true, |
| "license": "Apache-2.0", |
| "dependencies": { |
| "jake": "^10.8.5" |
| }, |
| "bin": { |
| "ejs": "bin/cli.js" |
| }, |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/electron-to-chromium": { |
| "version": "1.5.179", |
| "dev": true, |
| "license": "ISC" |
| }, |
| "node_modules/emittery": { |
| "version": "0.14.1", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=12" |
| }, |
| "funding": { |
| "url": "https://github.com/sindresorhus/emittery?sponsor=1" |
| } |
| }, |
| "node_modules/emoji-regex": { |
| "version": "8.0.0", |
| "license": "MIT" |
| }, |
| "node_modules/encoding": { |
| "version": "0.1.13", |
| "license": "MIT", |
| "optional": true, |
| "dependencies": { |
| "iconv-lite": "^0.6.2" |
| } |
| }, |
| "node_modules/env-paths": { |
| "version": "2.2.1", |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/err-code": { |
| "version": "2.0.3", |
| "license": "MIT" |
| }, |
| "node_modules/error-ex": { |
| "version": "1.3.2", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "is-arrayish": "^0.2.1" |
| } |
| }, |
| "node_modules/escalade": { |
| "version": "3.2.0", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/escape-string-regexp": { |
| "version": "4.0.0", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/eslint": { |
| "version": "8.57.1", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@eslint-community/eslint-utils": "^4.2.0", |
| "@eslint-community/regexpp": "^4.6.1", |
| "@eslint/eslintrc": "^2.1.4", |
| "@eslint/js": "8.57.1", |
| "@humanwhocodes/config-array": "^0.13.0", |
| "@humanwhocodes/module-importer": "^1.0.1", |
| "@nodelib/fs.walk": "^1.2.8", |
| "@ungap/structured-clone": "^1.2.0", |
| "ajv": "^6.12.4", |
| "chalk": "^4.0.0", |
| "cross-spawn": "^7.0.2", |
| "debug": "^4.3.2", |
| "doctrine": "^3.0.0", |
| "escape-string-regexp": "^4.0.0", |
| "eslint-scope": "^7.2.2", |
| "eslint-visitor-keys": "^3.4.3", |
| "espree": "^9.6.1", |
| "esquery": "^1.4.2", |
| "esutils": "^2.0.2", |
| "fast-deep-equal": "^3.1.3", |
| "file-entry-cache": "^6.0.1", |
| "find-up": "^5.0.0", |
| "glob-parent": "^6.0.2", |
| "globals": "^13.19.0", |
| "graphemer": "^1.4.0", |
| "ignore": "^5.2.0", |
| "imurmurhash": "^0.1.4", |
| "is-glob": "^4.0.0", |
| "is-path-inside": "^3.0.3", |
| "js-yaml": "^4.1.0", |
| "json-stable-stringify-without-jsonify": "^1.0.1", |
| "levn": "^0.4.1", |
| "lodash.merge": "^4.6.2", |
| "minimatch": "^3.1.2", |
| "natural-compare": "^1.4.0", |
| "optionator": "^0.9.3", |
| "strip-ansi": "^6.0.1", |
| "text-table": "^0.2.0" |
| }, |
| "bin": { |
| "eslint": "bin/eslint.js" |
| }, |
| "engines": { |
| "node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
| }, |
| "funding": { |
| "url": "https://opencollective.com/eslint" |
| } |
| }, |
| "node_modules/eslint-scope": { |
| "version": "7.2.2", |
| "dev": true, |
| "license": "BSD-2-Clause", |
| "dependencies": { |
| "esrecurse": "^4.3.0", |
| "estraverse": "^5.2.0" |
| }, |
| "engines": { |
| "node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
| }, |
| "funding": { |
| "url": "https://opencollective.com/eslint" |
| } |
| }, |
| "node_modules/eslint-visitor-keys": { |
| "version": "3.4.3", |
| "dev": true, |
| "license": "Apache-2.0", |
| "engines": { |
| "node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
| }, |
| "funding": { |
| "url": "https://opencollective.com/eslint" |
| } |
| }, |
| "node_modules/eslint/node_modules/brace-expansion": { |
| "version": "1.1.12", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "balanced-match": "^1.0.0", |
| "concat-map": "0.0.1" |
| } |
| }, |
| "node_modules/eslint/node_modules/minimatch": { |
| "version": "3.1.2", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "brace-expansion": "^1.1.7" |
| }, |
| "engines": { |
| "node": "*" |
| } |
| }, |
| "node_modules/espree": { |
| "version": "9.6.1", |
| "dev": true, |
| "license": "BSD-2-Clause", |
| "dependencies": { |
| "acorn": "^8.9.0", |
| "acorn-jsx": "^5.3.2", |
| "eslint-visitor-keys": "^3.4.1" |
| }, |
| "engines": { |
| "node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
| }, |
| "funding": { |
| "url": "https://opencollective.com/eslint" |
| } |
| }, |
| "node_modules/esprima": { |
| "version": "4.0.1", |
| "dev": true, |
| "license": "BSD-2-Clause", |
| "bin": { |
| "esparse": "bin/esparse.js", |
| "esvalidate": "bin/esvalidate.js" |
| }, |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/esquery": { |
| "version": "1.6.0", |
| "dev": true, |
| "license": "BSD-3-Clause", |
| "dependencies": { |
| "estraverse": "^5.1.0" |
| }, |
| "engines": { |
| "node": ">=0.10" |
| } |
| }, |
| "node_modules/esrecurse": { |
| "version": "4.3.0", |
| "dev": true, |
| "license": "BSD-2-Clause", |
| "dependencies": { |
| "estraverse": "^5.2.0" |
| }, |
| "engines": { |
| "node": ">=4.0" |
| } |
| }, |
| "node_modules/estraverse": { |
| "version": "5.3.0", |
| "dev": true, |
| "license": "BSD-2-Clause", |
| "engines": { |
| "node": ">=4.0" |
| } |
| }, |
| "node_modules/esutils": { |
| "version": "2.0.3", |
| "dev": true, |
| "license": "BSD-2-Clause", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/execa": { |
| "version": "5.1.1", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "cross-spawn": "^7.0.3", |
| "get-stream": "^6.0.0", |
| "human-signals": "^2.1.0", |
| "is-stream": "^2.0.0", |
| "merge-stream": "^2.0.0", |
| "npm-run-path": "^4.0.1", |
| "onetime": "^5.1.2", |
| "signal-exit": "^3.0.3", |
| "strip-final-newline": "^2.0.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/sindresorhus/execa?sponsor=1" |
| } |
| }, |
| "node_modules/exit": { |
| "version": "0.1.2", |
| "dev": true, |
| "engines": { |
| "node": ">= 0.8.0" |
| } |
| }, |
| "node_modules/expect": { |
| "version": "29.7.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@jest/expect-utils": "^29.7.0", |
| "jest-get-type": "^29.6.3", |
| "jest-matcher-utils": "^29.7.0", |
| "jest-message-util": "^29.7.0", |
| "jest-util": "^29.7.0" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/exponential-backoff": { |
| "version": "3.1.2", |
| "license": "Apache-2.0" |
| }, |
| "node_modules/fast-deep-equal": { |
| "version": "3.1.3", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/fast-glob": { |
| "version": "3.3.3", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@nodelib/fs.stat": "^2.0.2", |
| "@nodelib/fs.walk": "^1.2.3", |
| "glob-parent": "^5.1.2", |
| "merge2": "^1.3.0", |
| "micromatch": "^4.0.8" |
| }, |
| "engines": { |
| "node": ">=8.6.0" |
| } |
| }, |
| "node_modules/fast-glob/node_modules/glob-parent": { |
| "version": "5.1.2", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "is-glob": "^4.0.1" |
| }, |
| "engines": { |
| "node": ">= 6" |
| } |
| }, |
| "node_modules/fast-json-stable-stringify": { |
| "version": "2.1.0", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/fast-levenshtein": { |
| "version": "2.0.6", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/fastq": { |
| "version": "1.19.1", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "reusify": "^1.0.4" |
| } |
| }, |
| "node_modules/fb-watchman": { |
| "version": "2.0.2", |
| "dev": true, |
| "license": "Apache-2.0", |
| "dependencies": { |
| "bser": "2.1.1" |
| } |
| }, |
| "node_modules/fdir": { |
| "version": "6.4.6", |
| "license": "MIT", |
| "peerDependencies": { |
| "picomatch": "^3 || ^4" |
| }, |
| "peerDependenciesMeta": { |
| "picomatch": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/file-entry-cache": { |
| "version": "6.0.1", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "flat-cache": "^3.0.4" |
| }, |
| "engines": { |
| "node": "^10.12.0 || >=12.0.0" |
| } |
| }, |
| "node_modules/filelist": { |
| "version": "1.0.4", |
| "dev": true, |
| "license": "Apache-2.0", |
| "dependencies": { |
| "minimatch": "^5.0.1" |
| } |
| }, |
| "node_modules/filelist/node_modules/minimatch": { |
| "version": "5.1.6", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "brace-expansion": "^2.0.1" |
| }, |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/fill-range": { |
| "version": "7.1.1", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "to-regex-range": "^5.0.1" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/find-up": { |
| "version": "5.0.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "locate-path": "^6.0.0", |
| "path-exists": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/flat-cache": { |
| "version": "3.2.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "flatted": "^3.2.9", |
| "keyv": "^4.5.3", |
| "rimraf": "^3.0.2" |
| }, |
| "engines": { |
| "node": "^10.12.0 || >=12.0.0" |
| } |
| }, |
| "node_modules/flatted": { |
| "version": "3.3.3", |
| "dev": true, |
| "license": "ISC" |
| }, |
| "node_modules/foreground-child": { |
| "version": "3.3.1", |
| "license": "ISC", |
| "dependencies": { |
| "cross-spawn": "^7.0.6", |
| "signal-exit": "^4.0.1" |
| }, |
| "engines": { |
| "node": ">=14" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/isaacs" |
| } |
| }, |
| "node_modules/foreground-child/node_modules/signal-exit": { |
| "version": "4.1.0", |
| "license": "ISC", |
| "engines": { |
| "node": ">=14" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/isaacs" |
| } |
| }, |
| "node_modules/fs-extra": { |
| "version": "11.3.0", |
| "license": "MIT", |
| "dependencies": { |
| "graceful-fs": "^4.2.0", |
| "jsonfile": "^6.0.1", |
| "universalify": "^2.0.0" |
| }, |
| "engines": { |
| "node": ">=14.14" |
| } |
| }, |
| "node_modules/fs-minipass": { |
| "version": "2.1.0", |
| "license": "ISC", |
| "dependencies": { |
| "minipass": "^3.0.0" |
| }, |
| "engines": { |
| "node": ">= 8" |
| } |
| }, |
| "node_modules/fs.realpath": { |
| "version": "1.0.0", |
| "license": "ISC" |
| }, |
| "node_modules/function-bind": { |
| "version": "1.1.2", |
| "dev": true, |
| "license": "MIT", |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/gauge": { |
| "version": "4.0.4", |
| "license": "ISC", |
| "dependencies": { |
| "aproba": "^1.0.3 || ^2.0.0", |
| "color-support": "^1.1.3", |
| "console-control-strings": "^1.1.0", |
| "has-unicode": "^2.0.1", |
| "signal-exit": "^3.0.7", |
| "string-width": "^4.2.3", |
| "strip-ansi": "^6.0.1", |
| "wide-align": "^1.1.5" |
| }, |
| "engines": { |
| "node": "^12.13.0 || ^14.15.0 || >=16.0.0" |
| } |
| }, |
| "node_modules/gensync": { |
| "version": "1.0.0-beta.2", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/get-caller-file": { |
| "version": "2.0.5", |
| "dev": true, |
| "license": "ISC", |
| "engines": { |
| "node": "6.* || 8.* || >= 10.*" |
| } |
| }, |
| "node_modules/get-package-type": { |
| "version": "0.1.0", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=8.0.0" |
| } |
| }, |
| "node_modules/get-stream": { |
| "version": "6.0.1", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/glob": { |
| "version": "7.2.3", |
| "license": "ISC", |
| "dependencies": { |
| "fs.realpath": "^1.0.0", |
| "inflight": "^1.0.4", |
| "inherits": "2", |
| "minimatch": "^3.1.1", |
| "once": "^1.3.0", |
| "path-is-absolute": "^1.0.0" |
| }, |
| "engines": { |
| "node": "*" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/isaacs" |
| } |
| }, |
| "node_modules/glob-parent": { |
| "version": "6.0.2", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "is-glob": "^4.0.3" |
| }, |
| "engines": { |
| "node": ">=10.13.0" |
| } |
| }, |
| "node_modules/glob/node_modules/brace-expansion": { |
| "version": "1.1.12", |
| "license": "MIT", |
| "dependencies": { |
| "balanced-match": "^1.0.0", |
| "concat-map": "0.0.1" |
| } |
| }, |
| "node_modules/glob/node_modules/minimatch": { |
| "version": "3.1.2", |
| "license": "ISC", |
| "dependencies": { |
| "brace-expansion": "^1.1.7" |
| }, |
| "engines": { |
| "node": "*" |
| } |
| }, |
| "node_modules/globals": { |
| "version": "13.24.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "type-fest": "^0.20.2" |
| }, |
| "engines": { |
| "node": ">=8" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/globby": { |
| "version": "11.1.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "array-union": "^2.1.0", |
| "dir-glob": "^3.0.1", |
| "fast-glob": "^3.2.9", |
| "ignore": "^5.2.0", |
| "merge2": "^1.4.1", |
| "slash": "^3.0.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/graceful-fs": { |
| "version": "4.2.11", |
| "license": "ISC" |
| }, |
| "node_modules/graphemer": { |
| "version": "1.4.0", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/has-flag": { |
| "version": "4.0.0", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/has-unicode": { |
| "version": "2.0.1", |
| "license": "ISC" |
| }, |
| "node_modules/hasown": { |
| "version": "2.0.2", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "function-bind": "^1.1.2" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| } |
| }, |
| "node_modules/html-escaper": { |
| "version": "2.0.2", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/http-cache-semantics": { |
| "version": "4.2.0", |
| "license": "BSD-2-Clause" |
| }, |
| "node_modules/http-proxy-agent": { |
| "version": "5.0.0", |
| "license": "MIT", |
| "dependencies": { |
| "@tootallnate/once": "2", |
| "agent-base": "6", |
| "debug": "4" |
| }, |
| "engines": { |
| "node": ">= 6" |
| } |
| }, |
| "node_modules/https-proxy-agent": { |
| "version": "5.0.1", |
| "license": "MIT", |
| "dependencies": { |
| "agent-base": "6", |
| "debug": "4" |
| }, |
| "engines": { |
| "node": ">= 6" |
| } |
| }, |
| "node_modules/human-signals": { |
| "version": "2.1.0", |
| "dev": true, |
| "license": "Apache-2.0", |
| "engines": { |
| "node": ">=10.17.0" |
| } |
| }, |
| "node_modules/humanize-ms": { |
| "version": "1.2.1", |
| "license": "MIT", |
| "dependencies": { |
| "ms": "^2.0.0" |
| } |
| }, |
| "node_modules/iconv-lite": { |
| "version": "0.6.3", |
| "license": "MIT", |
| "optional": true, |
| "dependencies": { |
| "safer-buffer": ">= 2.1.2 < 3.0.0" |
| }, |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/ignore": { |
| "version": "5.3.2", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">= 4" |
| } |
| }, |
| "node_modules/import-fresh": { |
| "version": "3.3.1", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "parent-module": "^1.0.0", |
| "resolve-from": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=6" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/import-local": { |
| "version": "3.2.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "pkg-dir": "^4.2.0", |
| "resolve-cwd": "^3.0.0" |
| }, |
| "bin": { |
| "import-local-fixture": "fixtures/cli.js" |
| }, |
| "engines": { |
| "node": ">=8" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/imurmurhash": { |
| "version": "0.1.4", |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.8.19" |
| } |
| }, |
| "node_modules/indent-string": { |
| "version": "4.0.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/infer-owner": { |
| "version": "1.0.4", |
| "license": "ISC" |
| }, |
| "node_modules/inflight": { |
| "version": "1.0.6", |
| "license": "ISC", |
| "dependencies": { |
| "once": "^1.3.0", |
| "wrappy": "1" |
| } |
| }, |
| "node_modules/inherits": { |
| "version": "2.0.4", |
| "license": "ISC" |
| }, |
| "node_modules/ini": { |
| "version": "1.3.8", |
| "dev": true, |
| "license": "ISC" |
| }, |
| "node_modules/ip-address": { |
| "version": "9.0.5", |
| "license": "MIT", |
| "dependencies": { |
| "jsbn": "1.1.0", |
| "sprintf-js": "^1.1.3" |
| }, |
| "engines": { |
| "node": ">= 12" |
| } |
| }, |
| "node_modules/is-arrayish": { |
| "version": "0.2.1", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/is-core-module": { |
| "version": "2.16.1", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "hasown": "^2.0.2" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/is-extglob": { |
| "version": "2.1.1", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/is-fullwidth-code-point": { |
| "version": "3.0.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/is-generator-fn": { |
| "version": "2.1.0", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/is-glob": { |
| "version": "4.0.3", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "is-extglob": "^2.1.1" |
| }, |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/is-lambda": { |
| "version": "1.0.1", |
| "license": "MIT" |
| }, |
| "node_modules/is-number": { |
| "version": "7.0.0", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.12.0" |
| } |
| }, |
| "node_modules/is-path-inside": { |
| "version": "3.0.3", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/is-stream": { |
| "version": "2.0.1", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/isexe": { |
| "version": "2.0.0", |
| "license": "ISC" |
| }, |
| "node_modules/istanbul-lib-coverage": { |
| "version": "3.2.2", |
| "dev": true, |
| "license": "BSD-3-Clause", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/istanbul-lib-instrument": { |
| "version": "6.0.3", |
| "dev": true, |
| "license": "BSD-3-Clause", |
| "dependencies": { |
| "@babel/core": "^7.23.9", |
| "@babel/parser": "^7.23.9", |
| "@istanbuljs/schema": "^0.1.3", |
| "istanbul-lib-coverage": "^3.2.0", |
| "semver": "^7.5.4" |
| }, |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/istanbul-lib-report": { |
| "version": "3.0.1", |
| "dev": true, |
| "license": "BSD-3-Clause", |
| "dependencies": { |
| "istanbul-lib-coverage": "^3.0.0", |
| "make-dir": "^4.0.0", |
| "supports-color": "^7.1.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/istanbul-lib-source-maps": { |
| "version": "4.0.1", |
| "dev": true, |
| "license": "BSD-3-Clause", |
| "dependencies": { |
| "debug": "^4.1.1", |
| "istanbul-lib-coverage": "^3.0.0", |
| "source-map": "^0.6.1" |
| }, |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/istanbul-reports": { |
| "version": "3.1.7", |
| "dev": true, |
| "license": "BSD-3-Clause", |
| "dependencies": { |
| "html-escaper": "^2.0.0", |
| "istanbul-lib-report": "^3.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/jackspeak": { |
| "version": "3.4.3", |
| "license": "BlueOak-1.0.0", |
| "dependencies": { |
| "@isaacs/cliui": "^8.0.2" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/isaacs" |
| }, |
| "optionalDependencies": { |
| "@pkgjs/parseargs": "^0.11.0" |
| } |
| }, |
| "node_modules/jake": { |
| "version": "10.9.2", |
| "dev": true, |
| "license": "Apache-2.0", |
| "dependencies": { |
| "async": "^3.2.3", |
| "chalk": "^4.0.2", |
| "filelist": "^1.0.4", |
| "minimatch": "^3.1.2" |
| }, |
| "bin": { |
| "jake": "bin/cli.js" |
| }, |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/jake/node_modules/brace-expansion": { |
| "version": "1.1.12", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "balanced-match": "^1.0.0", |
| "concat-map": "0.0.1" |
| } |
| }, |
| "node_modules/jake/node_modules/minimatch": { |
| "version": "3.1.2", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "brace-expansion": "^1.1.7" |
| }, |
| "engines": { |
| "node": "*" |
| } |
| }, |
| "node_modules/jest": { |
| "version": "29.7.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@jest/core": "^29.7.0", |
| "@jest/types": "^29.6.3", |
| "import-local": "^3.0.2", |
| "jest-cli": "^29.7.0" |
| }, |
| "bin": { |
| "jest": "bin/jest.js" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| }, |
| "peerDependencies": { |
| "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" |
| }, |
| "peerDependenciesMeta": { |
| "node-notifier": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/jest-changed-files": { |
| "version": "29.7.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "execa": "^5.0.0", |
| "jest-util": "^29.7.0", |
| "p-limit": "^3.1.0" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/jest-circus": { |
| "version": "29.7.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@jest/environment": "^29.7.0", |
| "@jest/expect": "^29.7.0", |
| "@jest/test-result": "^29.7.0", |
| "@jest/types": "^29.6.3", |
| "@types/node": "*", |
| "chalk": "^4.0.0", |
| "co": "^4.6.0", |
| "dedent": "^1.0.0", |
| "is-generator-fn": "^2.0.0", |
| "jest-each": "^29.7.0", |
| "jest-matcher-utils": "^29.7.0", |
| "jest-message-util": "^29.7.0", |
| "jest-runtime": "^29.7.0", |
| "jest-snapshot": "^29.7.0", |
| "jest-util": "^29.7.0", |
| "p-limit": "^3.1.0", |
| "pretty-format": "^29.7.0", |
| "pure-rand": "^6.0.0", |
| "slash": "^3.0.0", |
| "stack-utils": "^2.0.3" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/jest-cli": { |
| "version": "29.7.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@jest/core": "^29.7.0", |
| "@jest/test-result": "^29.7.0", |
| "@jest/types": "^29.6.3", |
| "chalk": "^4.0.0", |
| "create-jest": "^29.7.0", |
| "exit": "^0.1.2", |
| "import-local": "^3.0.2", |
| "jest-config": "^29.7.0", |
| "jest-util": "^29.7.0", |
| "jest-validate": "^29.7.0", |
| "yargs": "^17.3.1" |
| }, |
| "bin": { |
| "jest": "bin/jest.js" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| }, |
| "peerDependencies": { |
| "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" |
| }, |
| "peerDependenciesMeta": { |
| "node-notifier": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/jest-config": { |
| "version": "29.7.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/core": "^7.11.6", |
| "@jest/test-sequencer": "^29.7.0", |
| "@jest/types": "^29.6.3", |
| "babel-jest": "^29.7.0", |
| "chalk": "^4.0.0", |
| "ci-info": "^3.2.0", |
| "deepmerge": "^4.2.2", |
| "glob": "^7.1.3", |
| "graceful-fs": "^4.2.9", |
| "jest-circus": "^29.7.0", |
| "jest-environment-node": "^29.7.0", |
| "jest-get-type": "^29.6.3", |
| "jest-regex-util": "^29.6.3", |
| "jest-resolve": "^29.7.0", |
| "jest-runner": "^29.7.0", |
| "jest-util": "^29.7.0", |
| "jest-validate": "^29.7.0", |
| "micromatch": "^4.0.4", |
| "parse-json": "^5.2.0", |
| "pretty-format": "^29.7.0", |
| "slash": "^3.0.0", |
| "strip-json-comments": "^3.1.1" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| }, |
| "peerDependencies": { |
| "@types/node": "*", |
| "ts-node": ">=9.0.0" |
| }, |
| "peerDependenciesMeta": { |
| "@types/node": { |
| "optional": true |
| }, |
| "ts-node": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/jest-diff": { |
| "version": "29.7.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "chalk": "^4.0.0", |
| "diff-sequences": "^29.6.3", |
| "jest-get-type": "^29.6.3", |
| "pretty-format": "^29.7.0" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/jest-docblock": { |
| "version": "29.7.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "detect-newline": "^3.0.0" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/jest-each": { |
| "version": "29.7.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@jest/types": "^29.6.3", |
| "chalk": "^4.0.0", |
| "jest-get-type": "^29.6.3", |
| "jest-util": "^29.7.0", |
| "pretty-format": "^29.7.0" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/jest-environment-node": { |
| "version": "29.7.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@jest/environment": "^29.7.0", |
| "@jest/fake-timers": "^29.7.0", |
| "@jest/types": "^29.6.3", |
| "@types/node": "*", |
| "jest-mock": "^29.7.0", |
| "jest-util": "^29.7.0" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/jest-get-type": { |
| "version": "29.6.3", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/jest-haste-map": { |
| "version": "29.7.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@jest/types": "^29.6.3", |
| "@types/graceful-fs": "^4.1.3", |
| "@types/node": "*", |
| "anymatch": "^3.0.3", |
| "fb-watchman": "^2.0.0", |
| "graceful-fs": "^4.2.9", |
| "jest-regex-util": "^29.6.3", |
| "jest-util": "^29.7.0", |
| "jest-worker": "^29.7.0", |
| "micromatch": "^4.0.4", |
| "walker": "^1.0.8" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| }, |
| "optionalDependencies": { |
| "fsevents": "^2.3.2" |
| } |
| }, |
| "node_modules/jest-junit": { |
| "version": "16.0.0", |
| "dev": true, |
| "license": "Apache-2.0", |
| "dependencies": { |
| "mkdirp": "^1.0.4", |
| "strip-ansi": "^6.0.1", |
| "uuid": "^8.3.2", |
| "xml": "^1.0.1" |
| }, |
| "engines": { |
| "node": ">=10.12.0" |
| } |
| }, |
| "node_modules/jest-leak-detector": { |
| "version": "29.7.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "jest-get-type": "^29.6.3", |
| "pretty-format": "^29.7.0" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/jest-matcher-utils": { |
| "version": "29.7.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "chalk": "^4.0.0", |
| "jest-diff": "^29.7.0", |
| "jest-get-type": "^29.6.3", |
| "pretty-format": "^29.7.0" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/jest-message-util": { |
| "version": "29.7.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/code-frame": "^7.12.13", |
| "@jest/types": "^29.6.3", |
| "@types/stack-utils": "^2.0.0", |
| "chalk": "^4.0.0", |
| "graceful-fs": "^4.2.9", |
| "micromatch": "^4.0.4", |
| "pretty-format": "^29.7.0", |
| "slash": "^3.0.0", |
| "stack-utils": "^2.0.3" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/jest-mock": { |
| "version": "29.7.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@jest/types": "^29.6.3", |
| "@types/node": "*", |
| "jest-util": "^29.7.0" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/jest-pnp-resolver": { |
| "version": "1.2.3", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| }, |
| "peerDependencies": { |
| "jest-resolve": "*" |
| }, |
| "peerDependenciesMeta": { |
| "jest-resolve": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/jest-regex-util": { |
| "version": "29.6.3", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/jest-resolve": { |
| "version": "29.7.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "chalk": "^4.0.0", |
| "graceful-fs": "^4.2.9", |
| "jest-haste-map": "^29.7.0", |
| "jest-pnp-resolver": "^1.2.2", |
| "jest-util": "^29.7.0", |
| "jest-validate": "^29.7.0", |
| "resolve": "^1.20.0", |
| "resolve.exports": "^2.0.0", |
| "slash": "^3.0.0" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/jest-resolve-dependencies": { |
| "version": "29.7.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "jest-regex-util": "^29.6.3", |
| "jest-snapshot": "^29.7.0" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/jest-runner": { |
| "version": "29.7.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@jest/console": "^29.7.0", |
| "@jest/environment": "^29.7.0", |
| "@jest/test-result": "^29.7.0", |
| "@jest/transform": "^29.7.0", |
| "@jest/types": "^29.6.3", |
| "@types/node": "*", |
| "chalk": "^4.0.0", |
| "emittery": "^0.14.1", |
| "graceful-fs": "^4.2.9", |
| "jest-docblock": "^29.7.0", |
| "jest-environment-node": "^29.7.0", |
| "jest-haste-map": "^29.7.0", |
| "jest-leak-detector": "^29.7.0", |
| "jest-message-util": "^29.7.0", |
| "jest-resolve": "^29.7.0", |
| "jest-runtime": "^29.7.0", |
| "jest-util": "^29.7.0", |
| "jest-watcher": "^29.7.0", |
| "jest-worker": "^29.7.0", |
| "p-limit": "^3.1.0", |
| "source-map-support": "0.5.13" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/jest-runtime": { |
| "version": "29.7.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@jest/environment": "^29.7.0", |
| "@jest/fake-timers": "^29.7.0", |
| "@jest/globals": "^29.7.0", |
| "@jest/source-map": "^29.6.3", |
| "@jest/test-result": "^29.7.0", |
| "@jest/transform": "^29.7.0", |
| "@jest/types": "^29.6.3", |
| "@types/node": "*", |
| "chalk": "^4.0.0", |
| "cjs-module-lexer": "^1.0.0", |
| "collect-v8-coverage": "^1.0.0", |
| "glob": "^7.1.3", |
| "graceful-fs": "^4.2.9", |
| "jest-haste-map": "^29.7.0", |
| "jest-message-util": "^29.7.0", |
| "jest-mock": "^29.7.0", |
| "jest-regex-util": "^29.6.3", |
| "jest-resolve": "^29.7.0", |
| "jest-snapshot": "^29.7.0", |
| "jest-util": "^29.7.0", |
| "slash": "^3.0.0", |
| "strip-bom": "^4.0.0" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/jest-snapshot": { |
| "version": "29.7.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/core": "^7.11.6", |
| "@babel/generator": "^7.7.2", |
| "@babel/plugin-syntax-jsx": "^7.7.2", |
| "@babel/plugin-syntax-typescript": "^7.7.2", |
| "@babel/types": "^7.3.3", |
| "@jest/expect-utils": "^29.7.0", |
| "@jest/transform": "^29.7.0", |
| "@jest/types": "^29.6.3", |
| "babel-preset-current-node-syntax": "^1.0.0", |
| "chalk": "^4.0.0", |
| "expect": "^29.7.0", |
| "graceful-fs": "^4.2.9", |
| "jest-diff": "^29.7.0", |
| "jest-get-type": "^29.6.3", |
| "jest-matcher-utils": "^29.7.0", |
| "jest-message-util": "^29.7.0", |
| "jest-util": "^29.7.0", |
| "natural-compare": "^1.4.0", |
| "pretty-format": "^29.7.0", |
| "semver": "^7.5.3" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/jest-util": { |
| "version": "29.7.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@jest/types": "^29.6.3", |
| "@types/node": "*", |
| "chalk": "^4.0.0", |
| "ci-info": "^3.2.0", |
| "graceful-fs": "^4.2.9", |
| "picomatch": "^2.2.3" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/jest-util/node_modules/picomatch": { |
| "version": "2.3.1", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=8.6" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/jonschlinkert" |
| } |
| }, |
| "node_modules/jest-validate": { |
| "version": "29.7.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@jest/types": "^29.6.3", |
| "camelcase": "^6.2.0", |
| "chalk": "^4.0.0", |
| "jest-get-type": "^29.6.3", |
| "leven": "^3.1.0", |
| "pretty-format": "^29.7.0" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/jest-validate/node_modules/camelcase": { |
| "version": "6.3.0", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/jest-watcher": { |
| "version": "29.7.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@jest/test-result": "^29.7.0", |
| "@jest/types": "^29.6.3", |
| "@types/node": "*", |
| "ansi-escapes": "^4.2.1", |
| "chalk": "^4.0.0", |
| "emittery": "^0.14.1", |
| "jest-util": "^29.7.0", |
| "string-length": "^4.0.1" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/jest-worker": { |
| "version": "29.7.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@types/node": "*", |
| "jest-util": "^29.7.0", |
| "merge-stream": "^2.0.0", |
| "supports-color": "^8.0.0" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/jest-worker/node_modules/supports-color": { |
| "version": "8.1.1", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "has-flag": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/supports-color?sponsor=1" |
| } |
| }, |
| "node_modules/js-beautify": { |
| "version": "1.15.4", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "config-chain": "^1.1.13", |
| "editorconfig": "^1.0.4", |
| "glob": "^10.4.2", |
| "js-cookie": "^3.0.5", |
| "nopt": "^7.2.1" |
| }, |
| "bin": { |
| "css-beautify": "js/bin/css-beautify.js", |
| "html-beautify": "js/bin/html-beautify.js", |
| "js-beautify": "js/bin/js-beautify.js" |
| }, |
| "engines": { |
| "node": ">=14" |
| } |
| }, |
| "node_modules/js-beautify/node_modules/glob": { |
| "version": "10.4.5", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "foreground-child": "^3.1.0", |
| "jackspeak": "^3.1.2", |
| "minimatch": "^9.0.4", |
| "minipass": "^7.1.2", |
| "package-json-from-dist": "^1.0.0", |
| "path-scurry": "^1.11.1" |
| }, |
| "bin": { |
| "glob": "dist/esm/bin.mjs" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/isaacs" |
| } |
| }, |
| "node_modules/js-beautify/node_modules/minimatch": { |
| "version": "9.0.5", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "brace-expansion": "^2.0.1" |
| }, |
| "engines": { |
| "node": ">=16 || 14 >=14.17" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/isaacs" |
| } |
| }, |
| "node_modules/js-beautify/node_modules/minipass": { |
| "version": "7.1.2", |
| "dev": true, |
| "license": "ISC", |
| "engines": { |
| "node": ">=16 || 14 >=14.17" |
| } |
| }, |
| "node_modules/js-cookie": { |
| "version": "3.0.5", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=14" |
| } |
| }, |
| "node_modules/js-tokens": { |
| "version": "4.0.0", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/js-yaml": { |
| "version": "4.1.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "argparse": "^2.0.1" |
| }, |
| "bin": { |
| "js-yaml": "bin/js-yaml.js" |
| } |
| }, |
| "node_modules/jsbn": { |
| "version": "1.1.0", |
| "license": "MIT" |
| }, |
| "node_modules/jsesc": { |
| "version": "3.1.0", |
| "dev": true, |
| "license": "MIT", |
| "bin": { |
| "jsesc": "bin/jsesc" |
| }, |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/json-buffer": { |
| "version": "3.0.1", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/json-parse-even-better-errors": { |
| "version": "2.3.1", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/json-schema-traverse": { |
| "version": "0.4.1", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/json-stable-stringify-without-jsonify": { |
| "version": "1.0.1", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/json5": { |
| "version": "2.2.3", |
| "dev": true, |
| "license": "MIT", |
| "bin": { |
| "json5": "lib/cli.js" |
| }, |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/jsonfile": { |
| "version": "6.1.0", |
| "license": "MIT", |
| "dependencies": { |
| "universalify": "^2.0.0" |
| }, |
| "optionalDependencies": { |
| "graceful-fs": "^4.1.6" |
| } |
| }, |
| "node_modules/keyv": { |
| "version": "4.5.4", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "json-buffer": "3.0.1" |
| } |
| }, |
| "node_modules/kleur": { |
| "version": "3.0.3", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/leven": { |
| "version": "3.1.0", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/levn": { |
| "version": "0.4.1", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "prelude-ls": "^1.2.1", |
| "type-check": "~0.4.0" |
| }, |
| "engines": { |
| "node": ">= 0.8.0" |
| } |
| }, |
| "node_modules/lines-and-columns": { |
| "version": "1.2.4", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/locate-path": { |
| "version": "6.0.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "p-locate": "^5.0.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/lodash": { |
| "version": "4.17.21", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/lodash.memoize": { |
| "version": "4.1.2", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/lodash.merge": { |
| "version": "4.6.2", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/long": { |
| "version": "5.3.2", |
| "dev": true, |
| "license": "Apache-2.0" |
| }, |
| "node_modules/lru-cache": { |
| "version": "5.1.1", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "yallist": "^3.0.2" |
| } |
| }, |
| "node_modules/make-dir": { |
| "version": "4.0.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "semver": "^7.5.3" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/make-error": { |
| "version": "1.3.6", |
| "dev": true, |
| "license": "ISC" |
| }, |
| "node_modules/make-fetch-happen": { |
| "version": "10.2.1", |
| "license": "ISC", |
| "dependencies": { |
| "agentkeepalive": "^4.2.1", |
| "cacache": "^16.1.0", |
| "http-cache-semantics": "^4.1.0", |
| "http-proxy-agent": "^5.0.0", |
| "https-proxy-agent": "^5.0.0", |
| "is-lambda": "^1.0.1", |
| "lru-cache": "^7.7.1", |
| "minipass": "^3.1.6", |
| "minipass-collect": "^1.0.2", |
| "minipass-fetch": "^2.0.3", |
| "minipass-flush": "^1.0.5", |
| "minipass-pipeline": "^1.2.4", |
| "negotiator": "^0.6.3", |
| "promise-retry": "^2.0.1", |
| "socks-proxy-agent": "^7.0.0", |
| "ssri": "^9.0.0" |
| }, |
| "engines": { |
| "node": "^12.13.0 || ^14.15.0 || >=16.0.0" |
| } |
| }, |
| "node_modules/make-fetch-happen/node_modules/lru-cache": { |
| "version": "7.18.3", |
| "license": "ISC", |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/makeerror": { |
| "version": "1.0.12", |
| "dev": true, |
| "license": "BSD-3-Clause", |
| "dependencies": { |
| "tmpl": "1.0.5" |
| } |
| }, |
| "node_modules/merge-stream": { |
| "version": "2.0.0", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/merge2": { |
| "version": "1.4.1", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">= 8" |
| } |
| }, |
| "node_modules/micromatch": { |
| "version": "4.0.8", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "braces": "^3.0.3", |
| "picomatch": "^2.3.1" |
| }, |
| "engines": { |
| "node": ">=8.6" |
| } |
| }, |
| "node_modules/micromatch/node_modules/picomatch": { |
| "version": "2.3.1", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=8.6" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/jonschlinkert" |
| } |
| }, |
| "node_modules/mimic-fn": { |
| "version": "2.1.0", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/minimatch": { |
| "version": "9.0.3", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "brace-expansion": "^2.0.1" |
| }, |
| "engines": { |
| "node": ">=16 || 14 >=14.17" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/isaacs" |
| } |
| }, |
| "node_modules/minipass": { |
| "version": "3.3.6", |
| "license": "ISC", |
| "dependencies": { |
| "yallist": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/minipass-collect": { |
| "version": "1.0.2", |
| "license": "ISC", |
| "dependencies": { |
| "minipass": "^3.0.0" |
| }, |
| "engines": { |
| "node": ">= 8" |
| } |
| }, |
| "node_modules/minipass-fetch": { |
| "version": "2.1.2", |
| "license": "MIT", |
| "dependencies": { |
| "minipass": "^3.1.6", |
| "minipass-sized": "^1.0.3", |
| "minizlib": "^2.1.2" |
| }, |
| "engines": { |
| "node": "^12.13.0 || ^14.15.0 || >=16.0.0" |
| }, |
| "optionalDependencies": { |
| "encoding": "^0.1.13" |
| } |
| }, |
| "node_modules/minipass-flush": { |
| "version": "1.0.5", |
| "license": "ISC", |
| "dependencies": { |
| "minipass": "^3.0.0" |
| }, |
| "engines": { |
| "node": ">= 8" |
| } |
| }, |
| "node_modules/minipass-pipeline": { |
| "version": "1.2.4", |
| "license": "ISC", |
| "dependencies": { |
| "minipass": "^3.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/minipass-sized": { |
| "version": "1.0.3", |
| "license": "ISC", |
| "dependencies": { |
| "minipass": "^3.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/minipass/node_modules/yallist": { |
| "version": "4.0.0", |
| "license": "ISC" |
| }, |
| "node_modules/minizlib": { |
| "version": "2.1.2", |
| "license": "MIT", |
| "dependencies": { |
| "minipass": "^3.0.0", |
| "yallist": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">= 8" |
| } |
| }, |
| "node_modules/minizlib/node_modules/yallist": { |
| "version": "4.0.0", |
| "license": "ISC" |
| }, |
| "node_modules/mkdirp": { |
| "version": "1.0.4", |
| "license": "MIT", |
| "bin": { |
| "mkdirp": "bin/cmd.js" |
| }, |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/ms": { |
| "version": "2.1.3", |
| "license": "MIT" |
| }, |
| "node_modules/nan": { |
| "version": "2.22.2", |
| "license": "MIT" |
| }, |
| "node_modules/natural-compare": { |
| "version": "1.4.0", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/natural-compare-lite": { |
| "version": "1.4.0", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/negotiator": { |
| "version": "0.6.4", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.6" |
| } |
| }, |
| "node_modules/node-gyp": { |
| "version": "9.4.1", |
| "license": "MIT", |
| "dependencies": { |
| "env-paths": "^2.2.0", |
| "exponential-backoff": "^3.1.1", |
| "glob": "^7.1.4", |
| "graceful-fs": "^4.2.6", |
| "make-fetch-happen": "^10.0.3", |
| "nopt": "^6.0.0", |
| "npmlog": "^6.0.0", |
| "rimraf": "^3.0.2", |
| "semver": "^7.3.5", |
| "tar": "^6.1.2", |
| "which": "^2.0.2" |
| }, |
| "bin": { |
| "node-gyp": "bin/node-gyp.js" |
| }, |
| "engines": { |
| "node": "^12.13 || ^14.13 || >=16" |
| } |
| }, |
| "node_modules/node-gyp/node_modules/abbrev": { |
| "version": "1.1.1", |
| "license": "ISC" |
| }, |
| "node_modules/node-gyp/node_modules/nopt": { |
| "version": "6.0.0", |
| "license": "ISC", |
| "dependencies": { |
| "abbrev": "^1.0.0" |
| }, |
| "bin": { |
| "nopt": "bin/nopt.js" |
| }, |
| "engines": { |
| "node": "^12.13.0 || ^14.15.0 || >=16.0.0" |
| } |
| }, |
| "node_modules/node-int64": { |
| "version": "0.4.0", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/node-releases": { |
| "version": "2.0.19", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/nopt": { |
| "version": "7.2.1", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "abbrev": "^2.0.0" |
| }, |
| "bin": { |
| "nopt": "bin/nopt.js" |
| }, |
| "engines": { |
| "node": "^14.17.0 || ^16.13.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/normalize-path": { |
| "version": "3.0.0", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/npm-run-path": { |
| "version": "4.0.1", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "path-key": "^3.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/npmlog": { |
| "version": "6.0.2", |
| "license": "ISC", |
| "dependencies": { |
| "are-we-there-yet": "^3.0.0", |
| "console-control-strings": "^1.1.0", |
| "gauge": "^4.0.3", |
| "set-blocking": "^2.0.0" |
| }, |
| "engines": { |
| "node": "^12.13.0 || ^14.15.0 || >=16.0.0" |
| } |
| }, |
| "node_modules/once": { |
| "version": "1.4.0", |
| "license": "ISC", |
| "dependencies": { |
| "wrappy": "1" |
| } |
| }, |
| "node_modules/onetime": { |
| "version": "5.1.2", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "mimic-fn": "^2.1.0" |
| }, |
| "engines": { |
| "node": ">=6" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/optionator": { |
| "version": "0.9.4", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "deep-is": "^0.1.3", |
| "fast-levenshtein": "^2.0.6", |
| "levn": "^0.4.1", |
| "prelude-ls": "^1.2.1", |
| "type-check": "^0.4.0", |
| "word-wrap": "^1.2.5" |
| }, |
| "engines": { |
| "node": ">= 0.8.0" |
| } |
| }, |
| "node_modules/p-limit": { |
| "version": "3.1.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "yocto-queue": "^0.1.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/p-locate": { |
| "version": "5.0.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "p-limit": "^3.0.2" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/p-map": { |
| "version": "4.0.0", |
| "license": "MIT", |
| "dependencies": { |
| "aggregate-error": "^3.0.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/p-try": { |
| "version": "2.2.0", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/package-json-from-dist": { |
| "version": "1.0.1", |
| "license": "BlueOak-1.0.0" |
| }, |
| "node_modules/parent-module": { |
| "version": "1.0.1", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "callsites": "^3.0.0" |
| }, |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/parse-json": { |
| "version": "5.2.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/code-frame": "^7.0.0", |
| "error-ex": "^1.3.1", |
| "json-parse-even-better-errors": "^2.3.0", |
| "lines-and-columns": "^1.1.6" |
| }, |
| "engines": { |
| "node": ">=8" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/path-exists": { |
| "version": "4.0.0", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/path-is-absolute": { |
| "version": "1.0.1", |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/path-key": { |
| "version": "3.1.1", |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/path-parse": { |
| "version": "1.0.7", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/path-scurry": { |
| "version": "1.11.1", |
| "license": "BlueOak-1.0.0", |
| "dependencies": { |
| "lru-cache": "^10.2.0", |
| "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" |
| }, |
| "engines": { |
| "node": ">=16 || 14 >=14.18" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/isaacs" |
| } |
| }, |
| "node_modules/path-scurry/node_modules/lru-cache": { |
| "version": "10.4.3", |
| "license": "ISC" |
| }, |
| "node_modules/path-scurry/node_modules/minipass": { |
| "version": "7.1.2", |
| "license": "ISC", |
| "engines": { |
| "node": ">=16 || 14 >=14.17" |
| } |
| }, |
| "node_modules/path-type": { |
| "version": "4.0.0", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/picocolors": { |
| "version": "1.1.1", |
| "dev": true, |
| "license": "ISC" |
| }, |
| "node_modules/picomatch": { |
| "version": "4.0.2", |
| "license": "MIT", |
| "engines": { |
| "node": ">=12" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/jonschlinkert" |
| } |
| }, |
| "node_modules/pirates": { |
| "version": "4.0.7", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">= 6" |
| } |
| }, |
| "node_modules/pkg-dir": { |
| "version": "4.2.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "find-up": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/pkg-dir/node_modules/find-up": { |
| "version": "4.1.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "locate-path": "^5.0.0", |
| "path-exists": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/pkg-dir/node_modules/locate-path": { |
| "version": "5.0.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "p-locate": "^4.1.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/pkg-dir/node_modules/p-limit": { |
| "version": "2.3.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "p-try": "^2.0.0" |
| }, |
| "engines": { |
| "node": ">=6" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/pkg-dir/node_modules/p-locate": { |
| "version": "4.1.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "p-limit": "^2.2.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/platform": { |
| "version": "1.3.6", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/prelude-ls": { |
| "version": "1.2.1", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.8.0" |
| } |
| }, |
| "node_modules/pretty-format": { |
| "version": "29.7.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@jest/schemas": "^29.6.3", |
| "ansi-styles": "^5.0.0", |
| "react-is": "^18.0.0" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/pretty-format/node_modules/ansi-styles": { |
| "version": "5.2.0", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/ansi-styles?sponsor=1" |
| } |
| }, |
| "node_modules/proc-log": { |
| "version": "5.0.0", |
| "license": "ISC", |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/promise-inflight": { |
| "version": "1.0.1", |
| "license": "ISC" |
| }, |
| "node_modules/promise-retry": { |
| "version": "2.0.1", |
| "license": "MIT", |
| "dependencies": { |
| "err-code": "^2.0.2", |
| "retry": "^0.12.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/prompts": { |
| "version": "2.4.2", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "kleur": "^3.0.3", |
| "sisteransi": "^1.0.5" |
| }, |
| "engines": { |
| "node": ">= 6" |
| } |
| }, |
| "node_modules/proto-list": { |
| "version": "1.2.4", |
| "dev": true, |
| "license": "ISC" |
| }, |
| "node_modules/protobufjs": { |
| "version": "7.5.3", |
| "dev": true, |
| "hasInstallScript": true, |
| "license": "BSD-3-Clause", |
| "dependencies": { |
| "@protobufjs/aspromise": "^1.1.2", |
| "@protobufjs/base64": "^1.1.2", |
| "@protobufjs/codegen": "^2.0.4", |
| "@protobufjs/eventemitter": "^1.1.0", |
| "@protobufjs/fetch": "^1.1.0", |
| "@protobufjs/float": "^1.0.2", |
| "@protobufjs/inquire": "^1.1.0", |
| "@protobufjs/path": "^1.1.2", |
| "@protobufjs/pool": "^1.1.0", |
| "@protobufjs/utf8": "^1.1.0", |
| "@types/node": ">=13.7.0", |
| "long": "^5.0.0" |
| }, |
| "engines": { |
| "node": ">=12.0.0" |
| } |
| }, |
| "node_modules/punycode": { |
| "version": "2.3.1", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/pure-rand": { |
| "version": "6.1.0", |
| "dev": true, |
| "funding": [ |
| { |
| "type": "individual", |
| "url": "https://github.com/sponsors/dubzzz" |
| }, |
| { |
| "type": "opencollective", |
| "url": "https://opencollective.com/fast-check" |
| } |
| ], |
| "license": "MIT" |
| }, |
| "node_modules/queue-microtask": { |
| "version": "1.2.3", |
| "dev": true, |
| "funding": [ |
| { |
| "type": "github", |
| "url": "https://github.com/sponsors/feross" |
| }, |
| { |
| "type": "patreon", |
| "url": "https://www.patreon.com/feross" |
| }, |
| { |
| "type": "consulting", |
| "url": "https://feross.org/support" |
| } |
| ], |
| "license": "MIT" |
| }, |
| "node_modules/react-is": { |
| "version": "18.3.1", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/readable-stream": { |
| "version": "3.6.2", |
| "license": "MIT", |
| "dependencies": { |
| "inherits": "^2.0.3", |
| "string_decoder": "^1.1.1", |
| "util-deprecate": "^1.0.1" |
| }, |
| "engines": { |
| "node": ">= 6" |
| } |
| }, |
| "node_modules/require-directory": { |
| "version": "2.1.1", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/resolve": { |
| "version": "1.22.10", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "is-core-module": "^2.16.0", |
| "path-parse": "^1.0.7", |
| "supports-preserve-symlinks-flag": "^1.0.0" |
| }, |
| "bin": { |
| "resolve": "bin/resolve" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/resolve-cwd": { |
| "version": "3.0.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "resolve-from": "^5.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/resolve-cwd/node_modules/resolve-from": { |
| "version": "5.0.0", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/resolve-from": { |
| "version": "4.0.0", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/resolve.exports": { |
| "version": "2.0.3", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/retry": { |
| "version": "0.12.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 4" |
| } |
| }, |
| "node_modules/reusify": { |
| "version": "1.1.0", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "iojs": ">=1.0.0", |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/rimraf": { |
| "version": "3.0.2", |
| "license": "ISC", |
| "dependencies": { |
| "glob": "^7.1.3" |
| }, |
| "bin": { |
| "rimraf": "bin.js" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/isaacs" |
| } |
| }, |
| "node_modules/run-parallel": { |
| "version": "1.2.0", |
| "dev": true, |
| "funding": [ |
| { |
| "type": "github", |
| "url": "https://github.com/sponsors/feross" |
| }, |
| { |
| "type": "patreon", |
| "url": "https://www.patreon.com/feross" |
| }, |
| { |
| "type": "consulting", |
| "url": "https://feross.org/support" |
| } |
| ], |
| "license": "MIT", |
| "dependencies": { |
| "queue-microtask": "^1.2.2" |
| } |
| }, |
| "node_modules/safe-buffer": { |
| "version": "5.2.1", |
| "funding": [ |
| { |
| "type": "github", |
| "url": "https://github.com/sponsors/feross" |
| }, |
| { |
| "type": "patreon", |
| "url": "https://www.patreon.com/feross" |
| }, |
| { |
| "type": "consulting", |
| "url": "https://feross.org/support" |
| } |
| ], |
| "license": "MIT" |
| }, |
| "node_modules/safer-buffer": { |
| "version": "2.1.2", |
| "license": "MIT", |
| "optional": true |
| }, |
| "node_modules/semver": { |
| "version": "7.7.2", |
| "license": "ISC", |
| "bin": { |
| "semver": "bin/semver.js" |
| }, |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/set-blocking": { |
| "version": "2.0.0", |
| "license": "ISC" |
| }, |
| "node_modules/shebang-command": { |
| "version": "2.0.0", |
| "license": "MIT", |
| "dependencies": { |
| "shebang-regex": "^3.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/shebang-regex": { |
| "version": "3.0.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/signal-exit": { |
| "version": "3.0.7", |
| "license": "ISC" |
| }, |
| "node_modules/sisteransi": { |
| "version": "1.0.5", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/slash": { |
| "version": "3.0.0", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/smart-buffer": { |
| "version": "4.2.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 6.0.0", |
| "npm": ">= 3.0.0" |
| } |
| }, |
| "node_modules/socks": { |
| "version": "2.8.5", |
| "license": "MIT", |
| "dependencies": { |
| "ip-address": "^9.0.5", |
| "smart-buffer": "^4.2.0" |
| }, |
| "engines": { |
| "node": ">= 10.0.0", |
| "npm": ">= 3.0.0" |
| } |
| }, |
| "node_modules/socks-proxy-agent": { |
| "version": "7.0.0", |
| "license": "MIT", |
| "dependencies": { |
| "agent-base": "^6.0.2", |
| "debug": "^4.3.3", |
| "socks": "^2.6.2" |
| }, |
| "engines": { |
| "node": ">= 10" |
| } |
| }, |
| "node_modules/source-map": { |
| "version": "0.6.1", |
| "dev": true, |
| "license": "BSD-3-Clause", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/source-map-support": { |
| "version": "0.5.13", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "buffer-from": "^1.0.0", |
| "source-map": "^0.6.0" |
| } |
| }, |
| "node_modules/sprintf-js": { |
| "version": "1.1.3", |
| "license": "BSD-3-Clause" |
| }, |
| "node_modules/ssri": { |
| "version": "9.0.1", |
| "license": "ISC", |
| "dependencies": { |
| "minipass": "^3.1.1" |
| }, |
| "engines": { |
| "node": "^12.13.0 || ^14.15.0 || >=16.0.0" |
| } |
| }, |
| "node_modules/stack-utils": { |
| "version": "2.0.6", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "escape-string-regexp": "^2.0.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/stack-utils/node_modules/escape-string-regexp": { |
| "version": "2.0.0", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/string_decoder": { |
| "version": "1.3.0", |
| "license": "MIT", |
| "dependencies": { |
| "safe-buffer": "~5.2.0" |
| } |
| }, |
| "node_modules/string-length": { |
| "version": "4.0.2", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "char-regex": "^1.0.2", |
| "strip-ansi": "^6.0.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/string-width": { |
| "version": "4.2.3", |
| "license": "MIT", |
| "dependencies": { |
| "emoji-regex": "^8.0.0", |
| "is-fullwidth-code-point": "^3.0.0", |
| "strip-ansi": "^6.0.1" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/string-width-cjs": { |
| "name": "string-width", |
| "version": "4.2.3", |
| "license": "MIT", |
| "dependencies": { |
| "emoji-regex": "^8.0.0", |
| "is-fullwidth-code-point": "^3.0.0", |
| "strip-ansi": "^6.0.1" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/strip-ansi": { |
| "version": "6.0.1", |
| "license": "MIT", |
| "dependencies": { |
| "ansi-regex": "^5.0.1" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/strip-ansi-cjs": { |
| "name": "strip-ansi", |
| "version": "6.0.1", |
| "license": "MIT", |
| "dependencies": { |
| "ansi-regex": "^5.0.1" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/strip-bom": { |
| "version": "4.0.0", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/strip-final-newline": { |
| "version": "2.0.0", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/strip-json-comments": { |
| "version": "3.1.1", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/supports-color": { |
| "version": "7.2.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "has-flag": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/supports-preserve-symlinks-flag": { |
| "version": "1.0.0", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/tar": { |
| "version": "6.2.1", |
| "license": "ISC", |
| "dependencies": { |
| "chownr": "^2.0.0", |
| "fs-minipass": "^2.0.0", |
| "minipass": "^5.0.0", |
| "minizlib": "^2.1.1", |
| "mkdirp": "^1.0.3", |
| "yallist": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/tar/node_modules/minipass": { |
| "version": "5.0.0", |
| "license": "ISC", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/tar/node_modules/yallist": { |
| "version": "4.0.0", |
| "license": "ISC" |
| }, |
| "node_modules/test-exclude": { |
| "version": "6.0.0", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "@istanbuljs/schema": "^0.1.2", |
| "glob": "^7.1.4", |
| "minimatch": "^3.0.4" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/test-exclude/node_modules/brace-expansion": { |
| "version": "1.1.12", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "balanced-match": "^1.0.0", |
| "concat-map": "0.0.1" |
| } |
| }, |
| "node_modules/test-exclude/node_modules/minimatch": { |
| "version": "3.1.2", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "brace-expansion": "^1.1.7" |
| }, |
| "engines": { |
| "node": "*" |
| } |
| }, |
| "node_modules/text-table": { |
| "version": "0.2.0", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/tinyglobby": { |
| "version": "0.2.14", |
| "license": "MIT", |
| "dependencies": { |
| "fdir": "^6.4.4", |
| "picomatch": "^4.0.2" |
| }, |
| "engines": { |
| "node": ">=12.0.0" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/SuperchupuDev" |
| } |
| }, |
| "node_modules/tmpl": { |
| "version": "1.0.5", |
| "dev": true, |
| "license": "BSD-3-Clause" |
| }, |
| "node_modules/to-regex-range": { |
| "version": "5.0.1", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "is-number": "^7.0.0" |
| }, |
| "engines": { |
| "node": ">=8.0" |
| } |
| }, |
| "node_modules/ts-api-utils": { |
| "version": "1.4.3", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=16" |
| }, |
| "peerDependencies": { |
| "typescript": ">=4.2.0" |
| } |
| }, |
| "node_modules/ts-jest": { |
| "version": "29.4.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "bs-logger": "^0.2.6", |
| "ejs": "^3.1.10", |
| "fast-json-stable-stringify": "^2.1.0", |
| "json5": "^2.2.3", |
| "lodash.memoize": "^4.1.2", |
| "make-error": "^1.3.6", |
| "semver": "^7.7.2", |
| "type-fest": "^4.41.0", |
| "yargs-parser": "^21.1.1" |
| }, |
| "bin": { |
| "ts-jest": "cli.js" |
| }, |
| "engines": { |
| "node": "^14.15.0 || ^16.10.0 || ^18.0.0 || >=20.0.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": ">=7.0.0-beta.0 <8", |
| "@jest/transform": "^29.0.0 || ^30.0.0", |
| "@jest/types": "^29.0.0 || ^30.0.0", |
| "babel-jest": "^29.0.0 || ^30.0.0", |
| "jest": "^29.0.0 || ^30.0.0", |
| "jest-util": "^29.0.0 || ^30.0.0", |
| "typescript": ">=4.3 <6" |
| }, |
| "peerDependenciesMeta": { |
| "@babel/core": { |
| "optional": true |
| }, |
| "@jest/transform": { |
| "optional": true |
| }, |
| "@jest/types": { |
| "optional": true |
| }, |
| "babel-jest": { |
| "optional": true |
| }, |
| "esbuild": { |
| "optional": true |
| }, |
| "jest-util": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/ts-jest/node_modules/type-fest": { |
| "version": "4.41.0", |
| "dev": true, |
| "license": "(MIT OR CC0-1.0)", |
| "engines": { |
| "node": ">=16" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/tslib": { |
| "version": "2.8.1", |
| "license": "0BSD" |
| }, |
| "node_modules/tsutils": { |
| "version": "3.21.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "tslib": "^1.8.1" |
| }, |
| "engines": { |
| "node": ">= 6" |
| }, |
| "peerDependencies": { |
| "typescript": ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta" |
| } |
| }, |
| "node_modules/tsutils/node_modules/tslib": { |
| "version": "1.14.1", |
| "dev": true, |
| "license": "0BSD" |
| }, |
| "node_modules/type-check": { |
| "version": "0.4.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "prelude-ls": "^1.2.1" |
| }, |
| "engines": { |
| "node": ">= 0.8.0" |
| } |
| }, |
| "node_modules/type-detect": { |
| "version": "4.0.8", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/type-fest": { |
| "version": "0.20.2", |
| "dev": true, |
| "license": "(MIT OR CC0-1.0)", |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/typescript": { |
| "version": "4.9.5", |
| "dev": true, |
| "license": "Apache-2.0", |
| "bin": { |
| "tsc": "bin/tsc", |
| "tsserver": "bin/tsserver" |
| }, |
| "engines": { |
| "node": ">=4.2.0" |
| } |
| }, |
| "node_modules/undici-types": { |
| "version": "7.8.0", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/unique-filename": { |
| "version": "2.0.1", |
| "license": "ISC", |
| "dependencies": { |
| "unique-slug": "^3.0.0" |
| }, |
| "engines": { |
| "node": "^12.13.0 || ^14.15.0 || >=16.0.0" |
| } |
| }, |
| "node_modules/unique-slug": { |
| "version": "3.0.0", |
| "license": "ISC", |
| "dependencies": { |
| "imurmurhash": "^0.1.4" |
| }, |
| "engines": { |
| "node": "^12.13.0 || ^14.15.0 || >=16.0.0" |
| } |
| }, |
| "node_modules/universalify": { |
| "version": "2.0.1", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 10.0.0" |
| } |
| }, |
| "node_modules/update-browserslist-db": { |
| "version": "1.1.3", |
| "dev": true, |
| "funding": [ |
| { |
| "type": "opencollective", |
| "url": "https://opencollective.com/browserslist" |
| }, |
| { |
| "type": "tidelift", |
| "url": "https://tidelift.com/funding/github/npm/browserslist" |
| }, |
| { |
| "type": "github", |
| "url": "https://github.com/sponsors/ai" |
| } |
| ], |
| "license": "MIT", |
| "dependencies": { |
| "escalade": "^3.2.0", |
| "picocolors": "^1.1.1" |
| }, |
| "bin": { |
| "update-browserslist-db": "cli.js" |
| }, |
| "peerDependencies": { |
| "browserslist": ">= 4.21.0" |
| } |
| }, |
| "node_modules/uri-js": { |
| "version": "4.4.1", |
| "dev": true, |
| "license": "BSD-2-Clause", |
| "dependencies": { |
| "punycode": "^2.1.0" |
| } |
| }, |
| "node_modules/util-deprecate": { |
| "version": "1.0.2", |
| "license": "MIT" |
| }, |
| "node_modules/uuid": { |
| "version": "8.3.2", |
| "dev": true, |
| "license": "MIT", |
| "bin": { |
| "uuid": "dist/bin/uuid" |
| } |
| }, |
| "node_modules/v8-to-istanbul": { |
| "version": "9.3.0", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "@jridgewell/trace-mapping": "^0.3.12", |
| "@types/istanbul-lib-coverage": "^2.0.1", |
| "convert-source-map": "^2.0.0" |
| }, |
| "engines": { |
| "node": ">=10.12.0" |
| } |
| }, |
| "node_modules/walker": { |
| "version": "1.0.8", |
| "dev": true, |
| "license": "Apache-2.0", |
| "dependencies": { |
| "makeerror": "1.0.12" |
| } |
| }, |
| "node_modules/which": { |
| "version": "2.0.2", |
| "license": "ISC", |
| "dependencies": { |
| "isexe": "^2.0.0" |
| }, |
| "bin": { |
| "node-which": "bin/node-which" |
| }, |
| "engines": { |
| "node": ">= 8" |
| } |
| }, |
| "node_modules/wide-align": { |
| "version": "1.1.5", |
| "license": "ISC", |
| "dependencies": { |
| "string-width": "^1.0.2 || 2 || 3 || 4" |
| } |
| }, |
| "node_modules/word-wrap": { |
| "version": "1.2.5", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/wrap-ansi": { |
| "version": "7.0.0", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "ansi-styles": "^4.0.0", |
| "string-width": "^4.1.0", |
| "strip-ansi": "^6.0.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/wrap-ansi?sponsor=1" |
| } |
| }, |
| "node_modules/wrap-ansi-cjs": { |
| "name": "wrap-ansi", |
| "version": "7.0.0", |
| "license": "MIT", |
| "dependencies": { |
| "ansi-styles": "^4.0.0", |
| "string-width": "^4.1.0", |
| "strip-ansi": "^6.0.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/wrap-ansi?sponsor=1" |
| } |
| }, |
| "node_modules/wrappy": { |
| "version": "1.0.2", |
| "license": "ISC" |
| }, |
| "node_modules/write-file-atomic": { |
| "version": "4.0.2", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "imurmurhash": "^0.1.4", |
| "signal-exit": "^3.0.7" |
| }, |
| "engines": { |
| "node": "^12.13.0 || ^14.15.0 || >=16.0.0" |
| } |
| }, |
| "node_modules/xml": { |
| "version": "1.0.1", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/y18n": { |
| "version": "5.0.8", |
| "dev": true, |
| "license": "ISC", |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/yallist": { |
| "version": "3.1.1", |
| "dev": true, |
| "license": "ISC" |
| }, |
| "node_modules/yargs": { |
| "version": "17.7.2", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "cliui": "^8.0.1", |
| "escalade": "^3.1.1", |
| "get-caller-file": "^2.0.5", |
| "require-directory": "^2.1.1", |
| "string-width": "^4.2.3", |
| "y18n": "^5.0.5", |
| "yargs-parser": "^21.1.1" |
| }, |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/yargs-parser": { |
| "version": "21.1.1", |
| "dev": true, |
| "license": "ISC", |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/yocto-queue": { |
| "version": "0.1.0", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "packages/core": { |
| "name": "@apache-fory/core", |
| "version": "0.17.0-alpha.0", |
| "license": "Apache-2.0", |
| "workspaces": [ |
| "packages/hps" |
| ], |
| "dependencies": { |
| "node-gyp": "^9.4.0", |
| "tslib": "^2.4.0" |
| }, |
| "devDependencies": { |
| "@types/node": "^18.7.21", |
| "@typescript-eslint/eslint-plugin": "^5.40.0", |
| "@typescript-eslint/parser": "^5.40.0", |
| "benchmark": "^2.1.4", |
| "eslint": "^8.25.0", |
| "protobufjs": "^7.2.4" |
| } |
| }, |
| "packages/core/node_modules/@types/node": { |
| "version": "18.19.115", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "undici-types": "~5.26.4" |
| } |
| }, |
| "packages/core/node_modules/undici-types": { |
| "version": "5.26.5", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "packages/hps": { |
| "name": "@apache-fory/hps", |
| "version": "0.17.0-alpha.0", |
| "hasInstallScript": true, |
| "license": "Apache-2.0", |
| "dependencies": { |
| "bindings": "~1.2.1", |
| "fs-extra": "^11.3.0", |
| "nan": "^2.22.0", |
| "node-gyp": "^11.0.0" |
| }, |
| "engines": { |
| "node": "^20.0.0" |
| } |
| }, |
| "packages/hps/node_modules/@npmcli/fs": { |
| "version": "4.0.0", |
| "license": "ISC", |
| "dependencies": { |
| "semver": "^7.3.5" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "packages/hps/node_modules/abbrev": { |
| "version": "3.0.1", |
| "license": "ISC", |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "packages/hps/node_modules/cacache": { |
| "version": "19.0.1", |
| "license": "ISC", |
| "dependencies": { |
| "@npmcli/fs": "^4.0.0", |
| "fs-minipass": "^3.0.0", |
| "glob": "^10.2.2", |
| "lru-cache": "^10.0.1", |
| "minipass": "^7.0.3", |
| "minipass-collect": "^2.0.1", |
| "minipass-flush": "^1.0.5", |
| "minipass-pipeline": "^1.2.4", |
| "p-map": "^7.0.2", |
| "ssri": "^12.0.0", |
| "tar": "^7.4.3", |
| "unique-filename": "^4.0.0" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "packages/hps/node_modules/chownr": { |
| "version": "3.0.0", |
| "license": "BlueOak-1.0.0", |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "packages/hps/node_modules/fs-minipass": { |
| "version": "3.0.3", |
| "license": "ISC", |
| "dependencies": { |
| "minipass": "^7.0.3" |
| }, |
| "engines": { |
| "node": "^14.17.0 || ^16.13.0 || >=18.0.0" |
| } |
| }, |
| "packages/hps/node_modules/glob": { |
| "version": "10.4.5", |
| "license": "ISC", |
| "dependencies": { |
| "foreground-child": "^3.1.0", |
| "jackspeak": "^3.1.2", |
| "minimatch": "^9.0.4", |
| "minipass": "^7.1.2", |
| "package-json-from-dist": "^1.0.0", |
| "path-scurry": "^1.11.1" |
| }, |
| "bin": { |
| "glob": "dist/esm/bin.mjs" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/isaacs" |
| } |
| }, |
| "packages/hps/node_modules/isexe": { |
| "version": "3.1.1", |
| "license": "ISC", |
| "engines": { |
| "node": ">=16" |
| } |
| }, |
| "packages/hps/node_modules/lru-cache": { |
| "version": "10.4.3", |
| "license": "ISC" |
| }, |
| "packages/hps/node_modules/make-fetch-happen": { |
| "version": "14.0.3", |
| "license": "ISC", |
| "dependencies": { |
| "@npmcli/agent": "^3.0.0", |
| "cacache": "^19.0.1", |
| "http-cache-semantics": "^4.1.1", |
| "minipass": "^7.0.2", |
| "minipass-fetch": "^4.0.0", |
| "minipass-flush": "^1.0.5", |
| "minipass-pipeline": "^1.2.4", |
| "negotiator": "^1.0.0", |
| "proc-log": "^5.0.0", |
| "promise-retry": "^2.0.1", |
| "ssri": "^12.0.0" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "packages/hps/node_modules/minimatch": { |
| "version": "9.0.5", |
| "license": "ISC", |
| "dependencies": { |
| "brace-expansion": "^2.0.1" |
| }, |
| "engines": { |
| "node": ">=16 || 14 >=14.17" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/isaacs" |
| } |
| }, |
| "packages/hps/node_modules/minipass": { |
| "version": "7.1.2", |
| "license": "ISC", |
| "engines": { |
| "node": ">=16 || 14 >=14.17" |
| } |
| }, |
| "packages/hps/node_modules/minipass-collect": { |
| "version": "2.0.1", |
| "license": "ISC", |
| "dependencies": { |
| "minipass": "^7.0.3" |
| }, |
| "engines": { |
| "node": ">=16 || 14 >=14.17" |
| } |
| }, |
| "packages/hps/node_modules/minipass-fetch": { |
| "version": "4.0.1", |
| "license": "MIT", |
| "dependencies": { |
| "minipass": "^7.0.3", |
| "minipass-sized": "^1.0.3", |
| "minizlib": "^3.0.1" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| }, |
| "optionalDependencies": { |
| "encoding": "^0.1.13" |
| } |
| }, |
| "packages/hps/node_modules/minizlib": { |
| "version": "3.0.2", |
| "license": "MIT", |
| "dependencies": { |
| "minipass": "^7.1.2" |
| }, |
| "engines": { |
| "node": ">= 18" |
| } |
| }, |
| "packages/hps/node_modules/mkdirp": { |
| "version": "3.0.1", |
| "license": "MIT", |
| "bin": { |
| "mkdirp": "dist/cjs/src/bin.js" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/isaacs" |
| } |
| }, |
| "packages/hps/node_modules/negotiator": { |
| "version": "1.0.0", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.6" |
| } |
| }, |
| "packages/hps/node_modules/node-gyp": { |
| "version": "11.2.0", |
| "license": "MIT", |
| "dependencies": { |
| "env-paths": "^2.2.0", |
| "exponential-backoff": "^3.1.1", |
| "graceful-fs": "^4.2.6", |
| "make-fetch-happen": "^14.0.3", |
| "nopt": "^8.0.0", |
| "proc-log": "^5.0.0", |
| "semver": "^7.3.5", |
| "tar": "^7.4.3", |
| "tinyglobby": "^0.2.12", |
| "which": "^5.0.0" |
| }, |
| "bin": { |
| "node-gyp": "bin/node-gyp.js" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "packages/hps/node_modules/nopt": { |
| "version": "8.1.0", |
| "license": "ISC", |
| "dependencies": { |
| "abbrev": "^3.0.0" |
| }, |
| "bin": { |
| "nopt": "bin/nopt.js" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "packages/hps/node_modules/p-map": { |
| "version": "7.0.3", |
| "license": "MIT", |
| "engines": { |
| "node": ">=18" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "packages/hps/node_modules/ssri": { |
| "version": "12.0.0", |
| "license": "ISC", |
| "dependencies": { |
| "minipass": "^7.0.3" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "packages/hps/node_modules/tar": { |
| "version": "7.4.3", |
| "license": "ISC", |
| "dependencies": { |
| "@isaacs/fs-minipass": "^4.0.0", |
| "chownr": "^3.0.0", |
| "minipass": "^7.1.2", |
| "minizlib": "^3.0.1", |
| "mkdirp": "^3.0.1", |
| "yallist": "^5.0.0" |
| }, |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "packages/hps/node_modules/unique-filename": { |
| "version": "4.0.0", |
| "license": "ISC", |
| "dependencies": { |
| "unique-slug": "^5.0.0" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "packages/hps/node_modules/unique-slug": { |
| "version": "5.0.0", |
| "license": "ISC", |
| "dependencies": { |
| "imurmurhash": "^0.1.4" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "packages/hps/node_modules/which": { |
| "version": "5.0.0", |
| "license": "ISC", |
| "dependencies": { |
| "isexe": "^3.1.1" |
| }, |
| "bin": { |
| "node-which": "bin/which.js" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "packages/hps/node_modules/yallist": { |
| "version": "5.0.0", |
| "license": "BlueOak-1.0.0", |
| "engines": { |
| "node": ">=18" |
| } |
| } |
| } |
| } |