| { |
| "name": "web-ssr", |
| "version": "1.0.0", |
| "lockfileVersion": 3, |
| "requires": true, |
| "packages": { |
| "": { |
| "name": "web-ssr", |
| "version": "1.0.0", |
| "license": "ISC", |
| "dependencies": { |
| "@babel/cli": "^7.28.0", |
| "@babel/core": "^7.28.0", |
| "@babel/node": "^7.28.0", |
| "@babel/preset-env": "^7.28.0", |
| "@babel/preset-react": "^7.27.1", |
| "@dapplets/unicode-escape-webpack-plugin": "^0.1.1", |
| "assert": "^2.1.0", |
| "babel-loader": "^10.0.0", |
| "babel-node": "^0.0.1-security", |
| "buffer": "^6.0.3", |
| "license-webpack-plugin": "^4.0.2", |
| "path-browserify": "^1.0.1", |
| "process": "^0.11.10", |
| "react": "^19.1.1", |
| "react-dom": "^19.1.1", |
| "stream-browserify": "^3.0.0", |
| "string_decoder": "^1.3.0", |
| "text-encoding": "^0.7.0", |
| "url": "^0.11.4", |
| "util": "^0.12.5", |
| "webpack": "^5.101.0", |
| "webpack-cli": "^6.0.1", |
| "xpath": "^0.0.34" |
| } |
| }, |
| "node_modules/@ampproject/remapping": { |
| "version": "2.3.0", |
| "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz", |
| "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", |
| "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/cli": { |
| "version": "7.28.0", |
| "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.28.0.tgz", |
| "integrity": "sha512-CYrZG7FagtE8ReKDBfItxnrEBf2khq2eTMnPuqO8UVN0wzhp1eMX1wfda8b1a32l2aqYLwRRIOGNovm8FVzmMw==", |
| "license": "MIT", |
| "dependencies": { |
| "@jridgewell/trace-mapping": "^0.3.28", |
| "commander": "^6.2.0", |
| "convert-source-map": "^2.0.0", |
| "fs-readdir-recursive": "^1.1.0", |
| "glob": "^7.2.0", |
| "make-dir": "^2.1.0", |
| "slash": "^2.0.0" |
| }, |
| "bin": { |
| "babel": "bin/babel.js", |
| "babel-external-helpers": "bin/babel-external-helpers.js" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "optionalDependencies": { |
| "@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.3", |
| "chokidar": "^3.6.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/code-frame": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz", |
| "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==", |
| "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", |
| "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.0.tgz", |
| "integrity": "sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/core": { |
| "version": "7.28.0", |
| "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.0.tgz", |
| "integrity": "sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==", |
| "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/generator": { |
| "version": "7.28.0", |
| "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.0.tgz", |
| "integrity": "sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg==", |
| "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-annotate-as-pure": { |
| "version": "7.27.3", |
| "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz", |
| "integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/types": "^7.27.3" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/helper-compilation-targets": { |
| "version": "7.27.2", |
| "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz", |
| "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==", |
| "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-create-class-features-plugin": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.27.1.tgz", |
| "integrity": "sha512-QwGAmuvM17btKU5VqXfb+Giw4JcN0hjuufz3DYnpeVDvZLAObloM77bhMXiqry3Iio+Ai4phVRDwl6WU10+r5A==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-annotate-as-pure": "^7.27.1", |
| "@babel/helper-member-expression-to-functions": "^7.27.1", |
| "@babel/helper-optimise-call-expression": "^7.27.1", |
| "@babel/helper-replace-supers": "^7.27.1", |
| "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1", |
| "@babel/traverse": "^7.27.1", |
| "semver": "^6.3.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0" |
| } |
| }, |
| "node_modules/@babel/helper-create-regexp-features-plugin": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.27.1.tgz", |
| "integrity": "sha512-uVDC72XVf8UbrH5qQTc18Agb8emwjTiZrQE11Nv3CuBEZmVvTwwE9CBUEvHku06gQCAyYf8Nv6ja1IN+6LMbxQ==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-annotate-as-pure": "^7.27.1", |
| "regexpu-core": "^6.2.0", |
| "semver": "^6.3.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0" |
| } |
| }, |
| "node_modules/@babel/helper-define-polyfill-provider": { |
| "version": "0.6.5", |
| "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.5.tgz", |
| "integrity": "sha512-uJnGFcPsWQK8fvjgGP5LZUZZsYGIoPeRjSF5PGwrelYgq7Q15/Ft9NGFp1zglwgIv//W0uG4BevRuSJRyylZPg==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-compilation-targets": "^7.27.2", |
| "@babel/helper-plugin-utils": "^7.27.1", |
| "debug": "^4.4.1", |
| "lodash.debounce": "^4.0.8", |
| "resolve": "^1.22.10" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" |
| } |
| }, |
| "node_modules/@babel/helper-globals": { |
| "version": "7.28.0", |
| "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz", |
| "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/helper-member-expression-to-functions": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz", |
| "integrity": "sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/traverse": "^7.27.1", |
| "@babel/types": "^7.27.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/helper-module-imports": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz", |
| "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==", |
| "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", |
| "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz", |
| "integrity": "sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==", |
| "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-optimise-call-expression": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz", |
| "integrity": "sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/types": "^7.27.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/helper-plugin-utils": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz", |
| "integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/helper-remap-async-to-generator": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.27.1.tgz", |
| "integrity": "sha512-7fiA521aVw8lSPeI4ZOD3vRFkoqkJcS+z4hFo82bFSH/2tNd6eJ5qCVMS5OzDmZh/kaHQeBaeyxK6wljcPtveA==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-annotate-as-pure": "^7.27.1", |
| "@babel/helper-wrap-function": "^7.27.1", |
| "@babel/traverse": "^7.27.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0" |
| } |
| }, |
| "node_modules/@babel/helper-replace-supers": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz", |
| "integrity": "sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-member-expression-to-functions": "^7.27.1", |
| "@babel/helper-optimise-call-expression": "^7.27.1", |
| "@babel/traverse": "^7.27.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0" |
| } |
| }, |
| "node_modules/@babel/helper-skip-transparent-expression-wrappers": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz", |
| "integrity": "sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/traverse": "^7.27.1", |
| "@babel/types": "^7.27.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/helper-string-parser": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz", |
| "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/helper-validator-identifier": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz", |
| "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/helper-validator-option": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz", |
| "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/helper-wrap-function": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.27.1.tgz", |
| "integrity": "sha512-NFJK2sHUvrjo8wAU/nQTWU890/zB2jj0qBcCbZbbf+005cAsv6tMjXz31fBign6M5ov1o0Bllu+9nbqkfsjjJQ==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/template": "^7.27.1", |
| "@babel/traverse": "^7.27.1", |
| "@babel/types": "^7.27.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/helpers": { |
| "version": "7.28.2", |
| "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.2.tgz", |
| "integrity": "sha512-/V9771t+EgXz62aCcyofnQhGM8DQACbRhvzKFsXKC9QM+5MadF8ZmIm0crDMaz3+o0h0zXfJnd4EhbYbxsrcFw==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/template": "^7.27.2", |
| "@babel/types": "^7.28.2" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/node": { |
| "version": "7.28.0", |
| "resolved": "https://registry.npmjs.org/@babel/node/-/node-7.28.0.tgz", |
| "integrity": "sha512-6u1Mmn3SIMUH8uwTq543L062X3JDgms9HPf06o/pIGdDjeD/zNQ+dfZPQD27sCyvtP0ZOlJtwnl2RIdPe9bHeQ==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/register": "^7.27.1", |
| "commander": "^6.2.0", |
| "core-js": "^3.30.2", |
| "node-environment-flags": "^1.0.5", |
| "regenerator-runtime": "^0.14.0", |
| "v8flags": "^3.1.1" |
| }, |
| "bin": { |
| "babel-node": "bin/babel-node.js" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/parser": { |
| "version": "7.28.0", |
| "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.0.tgz", |
| "integrity": "sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/types": "^7.28.0" |
| }, |
| "bin": { |
| "parser": "bin/babel-parser.js" |
| }, |
| "engines": { |
| "node": ">=6.0.0" |
| } |
| }, |
| "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.27.1.tgz", |
| "integrity": "sha512-QPG3C9cCVRQLxAVwmefEmwdTanECuUBMQZ/ym5kiw3XKCGA7qkuQLcjWWHcrD/GKbn/WmJwaezfuuAOcyKlRPA==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.27.1", |
| "@babel/traverse": "^7.27.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0" |
| } |
| }, |
| "node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.27.1.tgz", |
| "integrity": "sha512-qNeq3bCKnGgLkEXUuFry6dPlGfCdQNZbn7yUAPCInwAJHMU7THJfrBSozkcWq5sNM6RcF3S8XyQL2A52KNR9IA==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.27.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0" |
| } |
| }, |
| "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.27.1.tgz", |
| "integrity": "sha512-g4L7OYun04N1WyqMNjldFwlfPCLVkgB54A/YCXICZYBsvJJE3kByKv9c9+R/nAfmIfjl2rKYLNyMHboYbZaWaA==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.27.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0" |
| } |
| }, |
| "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.27.1.tgz", |
| "integrity": "sha512-oO02gcONcD5O1iTLi/6frMJBIwWEHceWGSGqrpCmEL8nogiS6J9PBlE48CaK20/Jx1LuRml9aDftLgdjXT8+Cw==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.27.1", |
| "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1", |
| "@babel/plugin-transform-optional-chaining": "^7.27.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.13.0" |
| } |
| }, |
| "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.27.1.tgz", |
| "integrity": "sha512-6BpaYGDavZqkI6yT+KSPdpZFfpnd68UKXbcjI9pJ13pvHhPrCKWOOLp+ysvMeA+DxnhuPpgIaRpxRxo5A9t5jw==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.27.1", |
| "@babel/traverse": "^7.27.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0" |
| } |
| }, |
| "node_modules/@babel/plugin-proposal-private-property-in-object": { |
| "version": "7.21.0-placeholder-for-preset-env.2", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz", |
| "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-syntax-import-assertions": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.27.1.tgz", |
| "integrity": "sha512-UT/Jrhw57xg4ILHLFnzFpPDlMbcdEicaAtjPQpbj9wa8T4r5KVWCimHcL/460g8Ht0DMxDyjsLgiWSkVjnwPFg==", |
| "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-attributes": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.27.1.tgz", |
| "integrity": "sha512-oFT0FrKHgF53f4vOsZGi2Hh3I35PfSmVs4IBFLFj4dnafP+hIWDLg3VyKmUHfLoLHlyxY4C7DGtmHuJgn+IGww==", |
| "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-jsx": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz", |
| "integrity": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==", |
| "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-unicode-sets-regex": { |
| "version": "7.18.6", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz", |
| "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-create-regexp-features-plugin": "^7.18.6", |
| "@babel/helper-plugin-utils": "^7.18.6" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-arrow-functions": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.27.1.tgz", |
| "integrity": "sha512-8Z4TGic6xW70FKThA5HYEKKyBpOOsucTOD1DjU3fZxDg+K3zBJcXMFnt/4yQiZnf5+MiOMSXQ9PaEK/Ilh1DeA==", |
| "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-transform-async-generator-functions": { |
| "version": "7.28.0", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.28.0.tgz", |
| "integrity": "sha512-BEOdvX4+M765icNPZeidyADIvQ1m1gmunXufXxvRESy/jNNyfovIqUyE7MVgGBjWktCoJlzvFA1To2O4ymIO3Q==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.27.1", |
| "@babel/helper-remap-async-to-generator": "^7.27.1", |
| "@babel/traverse": "^7.28.0" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-async-to-generator": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.27.1.tgz", |
| "integrity": "sha512-NREkZsZVJS4xmTr8qzE5y8AfIPqsdQfRuUiLRTEzb7Qii8iFWCyDKaUV2c0rCuh4ljDZ98ALHP/PetiBV2nddA==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-module-imports": "^7.27.1", |
| "@babel/helper-plugin-utils": "^7.27.1", |
| "@babel/helper-remap-async-to-generator": "^7.27.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-block-scoped-functions": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.27.1.tgz", |
| "integrity": "sha512-cnqkuOtZLapWYZUYM5rVIdv1nXYuFVIltZ6ZJ7nIj585QsjKM5dhL2Fu/lICXZ1OyIAFc7Qy+bvDAtTXqGrlhg==", |
| "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-transform-block-scoping": { |
| "version": "7.28.0", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.0.tgz", |
| "integrity": "sha512-gKKnwjpdx5sER/wl0WN0efUBFzF/56YZO0RJrSYP4CljXnP31ByY7fol89AzomdlLNzI36AvOTmYHsnZTCkq8Q==", |
| "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-transform-class-properties": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.27.1.tgz", |
| "integrity": "sha512-D0VcalChDMtuRvJIu3U/fwWjf8ZMykz5iZsg77Nuj821vCKI3zCyRLwRdWbsuJ/uRwZhZ002QtCqIkwC/ZkvbA==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-create-class-features-plugin": "^7.27.1", |
| "@babel/helper-plugin-utils": "^7.27.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-class-static-block": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.27.1.tgz", |
| "integrity": "sha512-s734HmYU78MVzZ++joYM+NkJusItbdRcbm+AGRgJCt3iA+yux0QpD9cBVdz3tKyrjVYWRl7j0mHSmv4lhV0aoA==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-create-class-features-plugin": "^7.27.1", |
| "@babel/helper-plugin-utils": "^7.27.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.12.0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-classes": { |
| "version": "7.28.0", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.0.tgz", |
| "integrity": "sha512-IjM1IoJNw72AZFlj33Cu8X0q2XK/6AaVC3jQu+cgQ5lThWD5ajnuUAml80dqRmOhmPkTH8uAwnpMu9Rvj0LTRA==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-annotate-as-pure": "^7.27.3", |
| "@babel/helper-compilation-targets": "^7.27.2", |
| "@babel/helper-globals": "^7.28.0", |
| "@babel/helper-plugin-utils": "^7.27.1", |
| "@babel/helper-replace-supers": "^7.27.1", |
| "@babel/traverse": "^7.28.0" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-computed-properties": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.27.1.tgz", |
| "integrity": "sha512-lj9PGWvMTVksbWiDT2tW68zGS/cyo4AkZ/QTp0sQT0mjPopCmrSkzxeXkznjqBxzDI6TclZhOJbBmbBLjuOZUw==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.27.1", |
| "@babel/template": "^7.27.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-destructuring": { |
| "version": "7.28.0", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.0.tgz", |
| "integrity": "sha512-v1nrSMBiKcodhsyJ4Gf+Z0U/yawmJDBOTpEB3mcQY52r9RIyPneGyAS/yM6seP/8I+mWI3elOMtT5dB8GJVs+A==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.27.1", |
| "@babel/traverse": "^7.28.0" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-dotall-regex": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.27.1.tgz", |
| "integrity": "sha512-gEbkDVGRvjj7+T1ivxrfgygpT7GUd4vmODtYpbs0gZATdkX8/iSnOtZSxiZnsgm1YjTgjI6VKBGSJJevkrclzw==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-create-regexp-features-plugin": "^7.27.1", |
| "@babel/helper-plugin-utils": "^7.27.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-duplicate-keys": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.27.1.tgz", |
| "integrity": "sha512-MTyJk98sHvSs+cvZ4nOauwTTG1JeonDjSGvGGUNHreGQns+Mpt6WX/dVzWBHgg+dYZhkC4X+zTDfkTU+Vy9y7Q==", |
| "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-transform-duplicate-named-capturing-groups-regex": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.27.1.tgz", |
| "integrity": "sha512-hkGcueTEzuhB30B3eJCbCYeCaaEQOmQR0AdvzpD4LoN0GXMWzzGSuRrxR2xTnCrvNbVwK9N6/jQ92GSLfiZWoQ==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-create-regexp-features-plugin": "^7.27.1", |
| "@babel/helper-plugin-utils": "^7.27.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-dynamic-import": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.27.1.tgz", |
| "integrity": "sha512-MHzkWQcEmjzzVW9j2q8LGjwGWpG2mjwaaB0BNQwst3FIjqsg8Ct/mIZlvSPJvfi9y2AC8mi/ktxbFVL9pZ1I4A==", |
| "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-transform-explicit-resource-management": { |
| "version": "7.28.0", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-explicit-resource-management/-/plugin-transform-explicit-resource-management-7.28.0.tgz", |
| "integrity": "sha512-K8nhUcn3f6iB+P3gwCv/no7OdzOZQcKchW6N389V6PD8NUWKZHzndOd9sPDVbMoBsbmjMqlB4L9fm+fEFNVlwQ==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.27.1", |
| "@babel/plugin-transform-destructuring": "^7.28.0" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-exponentiation-operator": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.27.1.tgz", |
| "integrity": "sha512-uspvXnhHvGKf2r4VVtBpeFnuDWsJLQ6MF6lGJLC89jBR1uoVeqM416AZtTuhTezOfgHicpJQmoD5YUakO/YmXQ==", |
| "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-transform-export-namespace-from": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.27.1.tgz", |
| "integrity": "sha512-tQvHWSZ3/jH2xuq/vZDy0jNn+ZdXJeM8gHvX4lnJmsc3+50yPlWdZXIc5ay+umX+2/tJIqHqiEqcJvxlmIvRvQ==", |
| "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-transform-for-of": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.27.1.tgz", |
| "integrity": "sha512-BfbWFFEJFQzLCQ5N8VocnCtA8J1CLkNTe2Ms2wocj75dd6VpiqS5Z5quTYcUoo4Yq+DN0rtikODccuv7RU81sw==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.27.1", |
| "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-function-name": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.27.1.tgz", |
| "integrity": "sha512-1bQeydJF9Nr1eBCMMbC+hdwmRlsv5XYOMu03YSWFwNs0HsAmtSxxF1fyuYPqemVldVyFmlCU7w8UE14LupUSZQ==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-compilation-targets": "^7.27.1", |
| "@babel/helper-plugin-utils": "^7.27.1", |
| "@babel/traverse": "^7.27.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-json-strings": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.27.1.tgz", |
| "integrity": "sha512-6WVLVJiTjqcQauBhn1LkICsR2H+zm62I3h9faTDKt1qP4jn2o72tSvqMwtGFKGTpojce0gJs+76eZ2uCHRZh0Q==", |
| "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-transform-literals": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.27.1.tgz", |
| "integrity": "sha512-0HCFSepIpLTkLcsi86GG3mTUzxV5jpmbv97hTETW3yzrAij8aqlD36toB1D0daVFJM8NK6GvKO0gslVQmm+zZA==", |
| "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-transform-logical-assignment-operators": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.27.1.tgz", |
| "integrity": "sha512-SJvDs5dXxiae4FbSL1aBJlG4wvl594N6YEVVn9e3JGulwioy6z3oPjx/sQBO3Y4NwUu5HNix6KJ3wBZoewcdbw==", |
| "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-transform-member-expression-literals": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.27.1.tgz", |
| "integrity": "sha512-hqoBX4dcZ1I33jCSWcXrP+1Ku7kdqXf1oeah7ooKOIiAdKQ+uqftgCFNOSzA5AMS2XIHEYeGFg4cKRCdpxzVOQ==", |
| "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-transform-modules-amd": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.27.1.tgz", |
| "integrity": "sha512-iCsytMg/N9/oFq6n+gFTvUYDZQOMK5kEdeYxmxt91fcJGycfxVP9CnrxoliM0oumFERba2i8ZtwRUCMhvP1LnA==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-module-transforms": "^7.27.1", |
| "@babel/helper-plugin-utils": "^7.27.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-modules-commonjs": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.27.1.tgz", |
| "integrity": "sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-module-transforms": "^7.27.1", |
| "@babel/helper-plugin-utils": "^7.27.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-modules-systemjs": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.27.1.tgz", |
| "integrity": "sha512-w5N1XzsRbc0PQStASMksmUeqECuzKuTJer7kFagK8AXgpCMkeDMO5S+aaFb7A51ZYDF7XI34qsTX+fkHiIm5yA==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-module-transforms": "^7.27.1", |
| "@babel/helper-plugin-utils": "^7.27.1", |
| "@babel/helper-validator-identifier": "^7.27.1", |
| "@babel/traverse": "^7.27.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-modules-umd": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.27.1.tgz", |
| "integrity": "sha512-iQBE/xC5BV1OxJbp6WG7jq9IWiD+xxlZhLrdwpPkTX3ydmXdvoCpyfJN7acaIBZaOqTfr76pgzqBJflNbeRK+w==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-module-transforms": "^7.27.1", |
| "@babel/helper-plugin-utils": "^7.27.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.27.1.tgz", |
| "integrity": "sha512-SstR5JYy8ddZvD6MhV0tM/j16Qds4mIpJTOd1Yu9J9pJjH93bxHECF7pgtc28XvkzTD6Pxcm/0Z73Hvk7kb3Ng==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-create-regexp-features-plugin": "^7.27.1", |
| "@babel/helper-plugin-utils": "^7.27.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-new-target": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.27.1.tgz", |
| "integrity": "sha512-f6PiYeqXQ05lYq3TIfIDu/MtliKUbNwkGApPUvyo6+tc7uaR4cPjPe7DFPr15Uyycg2lZU6btZ575CuQoYh7MQ==", |
| "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-transform-nullish-coalescing-operator": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.27.1.tgz", |
| "integrity": "sha512-aGZh6xMo6q9vq1JGcw58lZ1Z0+i0xB2x0XaauNIUXd6O1xXc3RwoWEBlsTQrY4KQ9Jf0s5rgD6SiNkaUdJegTA==", |
| "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-transform-numeric-separator": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.27.1.tgz", |
| "integrity": "sha512-fdPKAcujuvEChxDBJ5c+0BTaS6revLV7CJL08e4m3de8qJfNIuCc2nc7XJYOjBoTMJeqSmwXJ0ypE14RCjLwaw==", |
| "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-transform-object-rest-spread": { |
| "version": "7.28.0", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.0.tgz", |
| "integrity": "sha512-9VNGikXxzu5eCiQjdE4IZn8sb9q7Xsk5EXLDBKUYg1e/Tve8/05+KJEtcxGxAgCY5t/BpKQM+JEL/yT4tvgiUA==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-compilation-targets": "^7.27.2", |
| "@babel/helper-plugin-utils": "^7.27.1", |
| "@babel/plugin-transform-destructuring": "^7.28.0", |
| "@babel/plugin-transform-parameters": "^7.27.7", |
| "@babel/traverse": "^7.28.0" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-object-super": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.27.1.tgz", |
| "integrity": "sha512-SFy8S9plRPbIcxlJ8A6mT/CxFdJx/c04JEctz4jf8YZaVS2px34j7NXRrlGlHkN/M2gnpL37ZpGRGVFLd3l8Ng==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.27.1", |
| "@babel/helper-replace-supers": "^7.27.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-optional-catch-binding": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.27.1.tgz", |
| "integrity": "sha512-txEAEKzYrHEX4xSZN4kJ+OfKXFVSWKB2ZxM9dpcE3wT7smwkNmXo5ORRlVzMVdJbD+Q8ILTgSD7959uj+3Dm3Q==", |
| "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-transform-optional-chaining": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.27.1.tgz", |
| "integrity": "sha512-BQmKPPIuc8EkZgNKsv0X4bPmOoayeu4F1YCwx2/CfmDSXDbp7GnzlUH+/ul5VGfRg1AoFPsrIThlEBj2xb4CAg==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.27.1", |
| "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-parameters": { |
| "version": "7.27.7", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.27.7.tgz", |
| "integrity": "sha512-qBkYTYCb76RRxUM6CcZA5KRu8K4SM8ajzVeUgVdMVO9NN9uI/GaVmBg/WKJJGnNokV9SY8FxNOVWGXzqzUidBg==", |
| "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-transform-private-methods": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.27.1.tgz", |
| "integrity": "sha512-10FVt+X55AjRAYI9BrdISN9/AQWHqldOeZDUoLyif1Kn05a56xVBXb8ZouL8pZ9jem8QpXaOt8TS7RHUIS+GPA==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-create-class-features-plugin": "^7.27.1", |
| "@babel/helper-plugin-utils": "^7.27.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-private-property-in-object": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.27.1.tgz", |
| "integrity": "sha512-5J+IhqTi1XPa0DXF83jYOaARrX+41gOewWbkPyjMNRDqgOCqdffGh8L3f/Ek5utaEBZExjSAzcyjmV9SSAWObQ==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-annotate-as-pure": "^7.27.1", |
| "@babel/helper-create-class-features-plugin": "^7.27.1", |
| "@babel/helper-plugin-utils": "^7.27.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-property-literals": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.27.1.tgz", |
| "integrity": "sha512-oThy3BCuCha8kDZ8ZkgOg2exvPYUlprMukKQXI1r1pJ47NCvxfkEy8vK+r/hT9nF0Aa4H1WUPZZjHTFtAhGfmQ==", |
| "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-transform-react-display-name": { |
| "version": "7.28.0", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.28.0.tgz", |
| "integrity": "sha512-D6Eujc2zMxKjfa4Zxl4GHMsmhKKZ9VpcqIchJLvwTxad9zWIYulwYItBovpDOoNLISpcZSXoDJ5gaGbQUDqViA==", |
| "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-transform-react-jsx": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.27.1.tgz", |
| "integrity": "sha512-2KH4LWGSrJIkVf5tSiBFYuXDAoWRq2MMwgivCf+93dd0GQi8RXLjKA/0EvRnVV5G0hrHczsquXuD01L8s6dmBw==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-annotate-as-pure": "^7.27.1", |
| "@babel/helper-module-imports": "^7.27.1", |
| "@babel/helper-plugin-utils": "^7.27.1", |
| "@babel/plugin-syntax-jsx": "^7.27.1", |
| "@babel/types": "^7.27.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-react-jsx-development": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.27.1.tgz", |
| "integrity": "sha512-ykDdF5yI4f1WrAolLqeF3hmYU12j9ntLQl/AOG1HAS21jxyg1Q0/J/tpREuYLfatGdGmXp/3yS0ZA76kOlVq9Q==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/plugin-transform-react-jsx": "^7.27.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-react-pure-annotations": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.27.1.tgz", |
| "integrity": "sha512-JfuinvDOsD9FVMTHpzA/pBLisxpv1aSf+OIV8lgH3MuWrks19R27e6a6DipIg4aX1Zm9Wpb04p8wljfKrVSnPA==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-annotate-as-pure": "^7.27.1", |
| "@babel/helper-plugin-utils": "^7.27.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-regenerator": { |
| "version": "7.28.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.1.tgz", |
| "integrity": "sha512-P0QiV/taaa3kXpLY+sXla5zec4E+4t4Aqc9ggHlfZ7a2cp8/x/Gv08jfwEtn9gnnYIMvHx6aoOZ8XJL8eU71Dg==", |
| "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-transform-regexp-modifiers": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.27.1.tgz", |
| "integrity": "sha512-TtEciroaiODtXvLZv4rmfMhkCv8jx3wgKpL68PuiPh2M4fvz5jhsA7697N1gMvkvr/JTF13DrFYyEbY9U7cVPA==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-create-regexp-features-plugin": "^7.27.1", |
| "@babel/helper-plugin-utils": "^7.27.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-reserved-words": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.27.1.tgz", |
| "integrity": "sha512-V2ABPHIJX4kC7HegLkYoDpfg9PVmuWy/i6vUM5eGK22bx4YVFD3M5F0QQnWQoDs6AGsUWTVOopBiMFQgHaSkVw==", |
| "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-transform-shorthand-properties": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.27.1.tgz", |
| "integrity": "sha512-N/wH1vcn4oYawbJ13Y/FxcQrWk63jhfNa7jef0ih7PHSIHX2LB7GWE1rkPrOnka9kwMxb6hMl19p7lidA+EHmQ==", |
| "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-transform-spread": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.27.1.tgz", |
| "integrity": "sha512-kpb3HUqaILBJcRFVhFUs6Trdd4mkrzcGXss+6/mxUd273PfbWqSDHRzMT2234gIg2QYfAjvXLSquP1xECSg09Q==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.27.1", |
| "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-sticky-regex": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.27.1.tgz", |
| "integrity": "sha512-lhInBO5bi/Kowe2/aLdBAawijx+q1pQzicSgnkB6dUPc1+RC8QmJHKf2OjvU+NZWitguJHEaEmbV6VWEouT58g==", |
| "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-transform-template-literals": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.27.1.tgz", |
| "integrity": "sha512-fBJKiV7F2DxZUkg5EtHKXQdbsbURW3DZKQUWphDum0uRP6eHGGa/He9mc0mypL680pb+e/lDIthRohlv8NCHkg==", |
| "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-transform-typeof-symbol": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.27.1.tgz", |
| "integrity": "sha512-RiSILC+nRJM7FY5srIyc4/fGIwUhyDuuBSdWn4y6yT6gm652DpCHZjIipgn6B7MQ1ITOUnAKWixEUjQRIBIcLw==", |
| "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-transform-unicode-escapes": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.27.1.tgz", |
| "integrity": "sha512-Ysg4v6AmF26k9vpfFuTZg8HRfVWzsh1kVfowA23y9j/Gu6dOuahdUVhkLqpObp3JIv27MLSii6noRnuKN8H0Mg==", |
| "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-transform-unicode-property-regex": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.27.1.tgz", |
| "integrity": "sha512-uW20S39PnaTImxp39O5qFlHLS9LJEmANjMG7SxIhap8rCHqu0Ik+tLEPX5DKmHn6CsWQ7j3lix2tFOa5YtL12Q==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-create-regexp-features-plugin": "^7.27.1", |
| "@babel/helper-plugin-utils": "^7.27.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-unicode-regex": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.27.1.tgz", |
| "integrity": "sha512-xvINq24TRojDuyt6JGtHmkVkrfVV3FPT16uytxImLeBZqW3/H52yN+kM1MGuyPkIQxrzKwPHs5U/MP3qKyzkGw==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-create-regexp-features-plugin": "^7.27.1", |
| "@babel/helper-plugin-utils": "^7.27.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-unicode-sets-regex": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.27.1.tgz", |
| "integrity": "sha512-EtkOujbc4cgvb0mlpQefi4NTPBzhSIevblFevACNLUspmrALgmEBdL/XfnyyITfd8fKBZrZys92zOWcik7j9Tw==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-create-regexp-features-plugin": "^7.27.1", |
| "@babel/helper-plugin-utils": "^7.27.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0" |
| } |
| }, |
| "node_modules/@babel/preset-env": { |
| "version": "7.28.0", |
| "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.28.0.tgz", |
| "integrity": "sha512-VmaxeGOwuDqzLl5JUkIRM1X2Qu2uKGxHEQWh+cvvbl7JuJRgKGJSfsEF/bUaxFhJl/XAyxBe7q7qSuTbKFuCyg==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/compat-data": "^7.28.0", |
| "@babel/helper-compilation-targets": "^7.27.2", |
| "@babel/helper-plugin-utils": "^7.27.1", |
| "@babel/helper-validator-option": "^7.27.1", |
| "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.27.1", |
| "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.27.1", |
| "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.27.1", |
| "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.27.1", |
| "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.27.1", |
| "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2", |
| "@babel/plugin-syntax-import-assertions": "^7.27.1", |
| "@babel/plugin-syntax-import-attributes": "^7.27.1", |
| "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6", |
| "@babel/plugin-transform-arrow-functions": "^7.27.1", |
| "@babel/plugin-transform-async-generator-functions": "^7.28.0", |
| "@babel/plugin-transform-async-to-generator": "^7.27.1", |
| "@babel/plugin-transform-block-scoped-functions": "^7.27.1", |
| "@babel/plugin-transform-block-scoping": "^7.28.0", |
| "@babel/plugin-transform-class-properties": "^7.27.1", |
| "@babel/plugin-transform-class-static-block": "^7.27.1", |
| "@babel/plugin-transform-classes": "^7.28.0", |
| "@babel/plugin-transform-computed-properties": "^7.27.1", |
| "@babel/plugin-transform-destructuring": "^7.28.0", |
| "@babel/plugin-transform-dotall-regex": "^7.27.1", |
| "@babel/plugin-transform-duplicate-keys": "^7.27.1", |
| "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.27.1", |
| "@babel/plugin-transform-dynamic-import": "^7.27.1", |
| "@babel/plugin-transform-explicit-resource-management": "^7.28.0", |
| "@babel/plugin-transform-exponentiation-operator": "^7.27.1", |
| "@babel/plugin-transform-export-namespace-from": "^7.27.1", |
| "@babel/plugin-transform-for-of": "^7.27.1", |
| "@babel/plugin-transform-function-name": "^7.27.1", |
| "@babel/plugin-transform-json-strings": "^7.27.1", |
| "@babel/plugin-transform-literals": "^7.27.1", |
| "@babel/plugin-transform-logical-assignment-operators": "^7.27.1", |
| "@babel/plugin-transform-member-expression-literals": "^7.27.1", |
| "@babel/plugin-transform-modules-amd": "^7.27.1", |
| "@babel/plugin-transform-modules-commonjs": "^7.27.1", |
| "@babel/plugin-transform-modules-systemjs": "^7.27.1", |
| "@babel/plugin-transform-modules-umd": "^7.27.1", |
| "@babel/plugin-transform-named-capturing-groups-regex": "^7.27.1", |
| "@babel/plugin-transform-new-target": "^7.27.1", |
| "@babel/plugin-transform-nullish-coalescing-operator": "^7.27.1", |
| "@babel/plugin-transform-numeric-separator": "^7.27.1", |
| "@babel/plugin-transform-object-rest-spread": "^7.28.0", |
| "@babel/plugin-transform-object-super": "^7.27.1", |
| "@babel/plugin-transform-optional-catch-binding": "^7.27.1", |
| "@babel/plugin-transform-optional-chaining": "^7.27.1", |
| "@babel/plugin-transform-parameters": "^7.27.7", |
| "@babel/plugin-transform-private-methods": "^7.27.1", |
| "@babel/plugin-transform-private-property-in-object": "^7.27.1", |
| "@babel/plugin-transform-property-literals": "^7.27.1", |
| "@babel/plugin-transform-regenerator": "^7.28.0", |
| "@babel/plugin-transform-regexp-modifiers": "^7.27.1", |
| "@babel/plugin-transform-reserved-words": "^7.27.1", |
| "@babel/plugin-transform-shorthand-properties": "^7.27.1", |
| "@babel/plugin-transform-spread": "^7.27.1", |
| "@babel/plugin-transform-sticky-regex": "^7.27.1", |
| "@babel/plugin-transform-template-literals": "^7.27.1", |
| "@babel/plugin-transform-typeof-symbol": "^7.27.1", |
| "@babel/plugin-transform-unicode-escapes": "^7.27.1", |
| "@babel/plugin-transform-unicode-property-regex": "^7.27.1", |
| "@babel/plugin-transform-unicode-regex": "^7.27.1", |
| "@babel/plugin-transform-unicode-sets-regex": "^7.27.1", |
| "@babel/preset-modules": "0.1.6-no-external-plugins", |
| "babel-plugin-polyfill-corejs2": "^0.4.14", |
| "babel-plugin-polyfill-corejs3": "^0.13.0", |
| "babel-plugin-polyfill-regenerator": "^0.6.5", |
| "core-js-compat": "^3.43.0", |
| "semver": "^6.3.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/preset-modules": { |
| "version": "0.1.6-no-external-plugins", |
| "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz", |
| "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.0.0", |
| "@babel/types": "^7.4.4", |
| "esutils": "^2.0.2" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0" |
| } |
| }, |
| "node_modules/@babel/preset-react": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.27.1.tgz", |
| "integrity": "sha512-oJHWh2gLhU9dW9HHr42q0cI0/iHHXTLGe39qvpAZZzagHy0MzYLCnCVV0symeRvzmjHyVU7mw2K06E6u/JwbhA==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.27.1", |
| "@babel/helper-validator-option": "^7.27.1", |
| "@babel/plugin-transform-react-display-name": "^7.27.1", |
| "@babel/plugin-transform-react-jsx": "^7.27.1", |
| "@babel/plugin-transform-react-jsx-development": "^7.27.1", |
| "@babel/plugin-transform-react-pure-annotations": "^7.27.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/register": { |
| "version": "7.27.1", |
| "resolved": "https://registry.npmjs.org/@babel/register/-/register-7.27.1.tgz", |
| "integrity": "sha512-K13lQpoV54LATKkzBpBAEu1GGSIRzxR9f4IN4V8DCDgiUMo2UDGagEZr3lPeVNJPLkWUi5JE4hCHKneVTwQlYQ==", |
| "license": "MIT", |
| "dependencies": { |
| "clone-deep": "^4.0.1", |
| "find-cache-dir": "^2.0.0", |
| "make-dir": "^2.1.0", |
| "pirates": "^4.0.6", |
| "source-map-support": "^0.5.16" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/template": { |
| "version": "7.27.2", |
| "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz", |
| "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==", |
| "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", |
| "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.0.tgz", |
| "integrity": "sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==", |
| "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.2", |
| "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.2.tgz", |
| "integrity": "sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-string-parser": "^7.27.1", |
| "@babel/helper-validator-identifier": "^7.27.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@dapplets/unicode-escape-webpack-plugin": { |
| "version": "0.1.1", |
| "resolved": "https://registry.npmjs.org/@dapplets/unicode-escape-webpack-plugin/-/unicode-escape-webpack-plugin-0.1.1.tgz", |
| "integrity": "sha512-dBcrCWE6ZOOHD1XLe3raXk29CwQSJQCXYx8QNcCMvfG+cZ9tZh1h2OVV7D936pmues8OTm1KhjWeiZXbH30SAg==", |
| "license": "MIT" |
| }, |
| "node_modules/@discoveryjs/json-ext": { |
| "version": "0.6.3", |
| "resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.6.3.tgz", |
| "integrity": "sha512-4B4OijXeVNOPZlYA2oEwWOTkzyltLao+xbotHQeqN++Rv27Y6s818+n2Qkp8q+Fxhn0t/5lA5X1Mxktud8eayQ==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=14.17.0" |
| } |
| }, |
| "node_modules/@jridgewell/gen-mapping": { |
| "version": "0.3.12", |
| "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.12.tgz", |
| "integrity": "sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==", |
| "license": "MIT", |
| "dependencies": { |
| "@jridgewell/sourcemap-codec": "^1.5.0", |
| "@jridgewell/trace-mapping": "^0.3.24" |
| } |
| }, |
| "node_modules/@jridgewell/resolve-uri": { |
| "version": "3.1.2", |
| "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", |
| "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=6.0.0" |
| } |
| }, |
| "node_modules/@jridgewell/source-map": { |
| "version": "0.3.10", |
| "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.10.tgz", |
| "integrity": "sha512-0pPkgz9dY+bijgistcTTJ5mR+ocqRXLuhXHYdzoMmmoJ2C9S46RCm2GMUbatPEUK9Yjy26IrAy8D/M00lLkv+Q==", |
| "license": "MIT", |
| "dependencies": { |
| "@jridgewell/gen-mapping": "^0.3.5", |
| "@jridgewell/trace-mapping": "^0.3.25" |
| } |
| }, |
| "node_modules/@jridgewell/sourcemap-codec": { |
| "version": "1.5.4", |
| "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.4.tgz", |
| "integrity": "sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw==", |
| "license": "MIT" |
| }, |
| "node_modules/@jridgewell/trace-mapping": { |
| "version": "0.3.29", |
| "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.29.tgz", |
| "integrity": "sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ==", |
| "license": "MIT", |
| "dependencies": { |
| "@jridgewell/resolve-uri": "^3.1.0", |
| "@jridgewell/sourcemap-codec": "^1.4.14" |
| } |
| }, |
| "node_modules/@nicolo-ribaudo/chokidar-2": { |
| "version": "2.1.8-no-fsevents.3", |
| "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.3.tgz", |
| "integrity": "sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ==", |
| "license": "MIT", |
| "optional": true |
| }, |
| "node_modules/@types/eslint": { |
| "version": "9.6.1", |
| "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-9.6.1.tgz", |
| "integrity": "sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==", |
| "license": "MIT", |
| "dependencies": { |
| "@types/estree": "*", |
| "@types/json-schema": "*" |
| } |
| }, |
| "node_modules/@types/eslint-scope": { |
| "version": "3.7.7", |
| "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz", |
| "integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==", |
| "license": "MIT", |
| "dependencies": { |
| "@types/eslint": "*", |
| "@types/estree": "*" |
| } |
| }, |
| "node_modules/@types/estree": { |
| "version": "1.0.8", |
| "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz", |
| "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==", |
| "license": "MIT" |
| }, |
| "node_modules/@types/json-schema": { |
| "version": "7.0.15", |
| "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", |
| "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", |
| "license": "MIT" |
| }, |
| "node_modules/@types/node": { |
| "version": "24.2.0", |
| "resolved": "https://registry.npmjs.org/@types/node/-/node-24.2.0.tgz", |
| "integrity": "sha512-3xyG3pMCq3oYCNg7/ZP+E1ooTaGB4cG8JWRsqqOYQdbWNY4zbaV0Ennrd7stjiJEFZCaybcIgpTjJWHRfBSIDw==", |
| "license": "MIT", |
| "dependencies": { |
| "undici-types": "~7.10.0" |
| } |
| }, |
| "node_modules/@webassemblyjs/ast": { |
| "version": "1.14.1", |
| "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.14.1.tgz", |
| "integrity": "sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==", |
| "license": "MIT", |
| "dependencies": { |
| "@webassemblyjs/helper-numbers": "1.13.2", |
| "@webassemblyjs/helper-wasm-bytecode": "1.13.2" |
| } |
| }, |
| "node_modules/@webassemblyjs/floating-point-hex-parser": { |
| "version": "1.13.2", |
| "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.13.2.tgz", |
| "integrity": "sha512-6oXyTOzbKxGH4steLbLNOu71Oj+C8Lg34n6CqRvqfS2O71BxY6ByfMDRhBytzknj9yGUPVJ1qIKhRlAwO1AovA==", |
| "license": "MIT" |
| }, |
| "node_modules/@webassemblyjs/helper-api-error": { |
| "version": "1.13.2", |
| "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.13.2.tgz", |
| "integrity": "sha512-U56GMYxy4ZQCbDZd6JuvvNV/WFildOjsaWD3Tzzvmw/mas3cXzRJPMjP83JqEsgSbyrmaGjBfDtV7KDXV9UzFQ==", |
| "license": "MIT" |
| }, |
| "node_modules/@webassemblyjs/helper-buffer": { |
| "version": "1.14.1", |
| "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.14.1.tgz", |
| "integrity": "sha512-jyH7wtcHiKssDtFPRB+iQdxlDf96m0E39yb0k5uJVhFGleZFoNw1c4aeIcVUPPbXUVJ94wwnMOAqUHyzoEPVMA==", |
| "license": "MIT" |
| }, |
| "node_modules/@webassemblyjs/helper-numbers": { |
| "version": "1.13.2", |
| "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.13.2.tgz", |
| "integrity": "sha512-FE8aCmS5Q6eQYcV3gI35O4J789wlQA+7JrqTTpJqn5emA4U2hvwJmvFRC0HODS+3Ye6WioDklgd6scJ3+PLnEA==", |
| "license": "MIT", |
| "dependencies": { |
| "@webassemblyjs/floating-point-hex-parser": "1.13.2", |
| "@webassemblyjs/helper-api-error": "1.13.2", |
| "@xtuc/long": "4.2.2" |
| } |
| }, |
| "node_modules/@webassemblyjs/helper-wasm-bytecode": { |
| "version": "1.13.2", |
| "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.13.2.tgz", |
| "integrity": "sha512-3QbLKy93F0EAIXLh0ogEVR6rOubA9AoZ+WRYhNbFyuB70j3dRdwH9g+qXhLAO0kiYGlg3TxDV+I4rQTr/YNXkA==", |
| "license": "MIT" |
| }, |
| "node_modules/@webassemblyjs/helper-wasm-section": { |
| "version": "1.14.1", |
| "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.14.1.tgz", |
| "integrity": "sha512-ds5mXEqTJ6oxRoqjhWDU83OgzAYjwsCV8Lo/N+oRsNDmx/ZDpqalmrtgOMkHwxsG0iI//3BwWAErYRHtgn0dZw==", |
| "license": "MIT", |
| "dependencies": { |
| "@webassemblyjs/ast": "1.14.1", |
| "@webassemblyjs/helper-buffer": "1.14.1", |
| "@webassemblyjs/helper-wasm-bytecode": "1.13.2", |
| "@webassemblyjs/wasm-gen": "1.14.1" |
| } |
| }, |
| "node_modules/@webassemblyjs/ieee754": { |
| "version": "1.13.2", |
| "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.13.2.tgz", |
| "integrity": "sha512-4LtOzh58S/5lX4ITKxnAK2USuNEvpdVV9AlgGQb8rJDHaLeHciwG4zlGr0j/SNWlr7x3vO1lDEsuePvtcDNCkw==", |
| "license": "MIT", |
| "dependencies": { |
| "@xtuc/ieee754": "^1.2.0" |
| } |
| }, |
| "node_modules/@webassemblyjs/leb128": { |
| "version": "1.13.2", |
| "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.13.2.tgz", |
| "integrity": "sha512-Lde1oNoIdzVzdkNEAWZ1dZ5orIbff80YPdHx20mrHwHrVNNTjNr8E3xz9BdpcGqRQbAEa+fkrCb+fRFTl/6sQw==", |
| "license": "Apache-2.0", |
| "dependencies": { |
| "@xtuc/long": "4.2.2" |
| } |
| }, |
| "node_modules/@webassemblyjs/utf8": { |
| "version": "1.13.2", |
| "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.13.2.tgz", |
| "integrity": "sha512-3NQWGjKTASY1xV5m7Hr0iPeXD9+RDobLll3T9d2AO+g3my8xy5peVyjSag4I50mR1bBSN/Ct12lo+R9tJk0NZQ==", |
| "license": "MIT" |
| }, |
| "node_modules/@webassemblyjs/wasm-edit": { |
| "version": "1.14.1", |
| "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.14.1.tgz", |
| "integrity": "sha512-RNJUIQH/J8iA/1NzlE4N7KtyZNHi3w7at7hDjvRNm5rcUXa00z1vRz3glZoULfJ5mpvYhLybmVcwcjGrC1pRrQ==", |
| "license": "MIT", |
| "dependencies": { |
| "@webassemblyjs/ast": "1.14.1", |
| "@webassemblyjs/helper-buffer": "1.14.1", |
| "@webassemblyjs/helper-wasm-bytecode": "1.13.2", |
| "@webassemblyjs/helper-wasm-section": "1.14.1", |
| "@webassemblyjs/wasm-gen": "1.14.1", |
| "@webassemblyjs/wasm-opt": "1.14.1", |
| "@webassemblyjs/wasm-parser": "1.14.1", |
| "@webassemblyjs/wast-printer": "1.14.1" |
| } |
| }, |
| "node_modules/@webassemblyjs/wasm-gen": { |
| "version": "1.14.1", |
| "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.14.1.tgz", |
| "integrity": "sha512-AmomSIjP8ZbfGQhumkNvgC33AY7qtMCXnN6bL2u2Js4gVCg8fp735aEiMSBbDR7UQIj90n4wKAFUSEd0QN2Ukg==", |
| "license": "MIT", |
| "dependencies": { |
| "@webassemblyjs/ast": "1.14.1", |
| "@webassemblyjs/helper-wasm-bytecode": "1.13.2", |
| "@webassemblyjs/ieee754": "1.13.2", |
| "@webassemblyjs/leb128": "1.13.2", |
| "@webassemblyjs/utf8": "1.13.2" |
| } |
| }, |
| "node_modules/@webassemblyjs/wasm-opt": { |
| "version": "1.14.1", |
| "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.14.1.tgz", |
| "integrity": "sha512-PTcKLUNvBqnY2U6E5bdOQcSM+oVP/PmrDY9NzowJjislEjwP/C4an2303MCVS2Mg9d3AJpIGdUFIQQWbPds0Sw==", |
| "license": "MIT", |
| "dependencies": { |
| "@webassemblyjs/ast": "1.14.1", |
| "@webassemblyjs/helper-buffer": "1.14.1", |
| "@webassemblyjs/wasm-gen": "1.14.1", |
| "@webassemblyjs/wasm-parser": "1.14.1" |
| } |
| }, |
| "node_modules/@webassemblyjs/wasm-parser": { |
| "version": "1.14.1", |
| "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.14.1.tgz", |
| "integrity": "sha512-JLBl+KZ0R5qB7mCnud/yyX08jWFw5MsoalJ1pQ4EdFlgj9VdXKGuENGsiCIjegI1W7p91rUlcB/LB5yRJKNTcQ==", |
| "license": "MIT", |
| "dependencies": { |
| "@webassemblyjs/ast": "1.14.1", |
| "@webassemblyjs/helper-api-error": "1.13.2", |
| "@webassemblyjs/helper-wasm-bytecode": "1.13.2", |
| "@webassemblyjs/ieee754": "1.13.2", |
| "@webassemblyjs/leb128": "1.13.2", |
| "@webassemblyjs/utf8": "1.13.2" |
| } |
| }, |
| "node_modules/@webassemblyjs/wast-printer": { |
| "version": "1.14.1", |
| "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.14.1.tgz", |
| "integrity": "sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw==", |
| "license": "MIT", |
| "dependencies": { |
| "@webassemblyjs/ast": "1.14.1", |
| "@xtuc/long": "4.2.2" |
| } |
| }, |
| "node_modules/@webpack-cli/configtest": { |
| "version": "3.0.1", |
| "resolved": "https://registry.npmjs.org/@webpack-cli/configtest/-/configtest-3.0.1.tgz", |
| "integrity": "sha512-u8d0pJ5YFgneF/GuvEiDA61Tf1VDomHHYMjv/wc9XzYj7nopltpG96nXN5dJRstxZhcNpV1g+nT6CydO7pHbjA==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=18.12.0" |
| }, |
| "peerDependencies": { |
| "webpack": "^5.82.0", |
| "webpack-cli": "6.x.x" |
| } |
| }, |
| "node_modules/@webpack-cli/info": { |
| "version": "3.0.1", |
| "resolved": "https://registry.npmjs.org/@webpack-cli/info/-/info-3.0.1.tgz", |
| "integrity": "sha512-coEmDzc2u/ffMvuW9aCjoRzNSPDl/XLuhPdlFRpT9tZHmJ/039az33CE7uH+8s0uL1j5ZNtfdv0HkfaKRBGJsQ==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=18.12.0" |
| }, |
| "peerDependencies": { |
| "webpack": "^5.82.0", |
| "webpack-cli": "6.x.x" |
| } |
| }, |
| "node_modules/@webpack-cli/serve": { |
| "version": "3.0.1", |
| "resolved": "https://registry.npmjs.org/@webpack-cli/serve/-/serve-3.0.1.tgz", |
| "integrity": "sha512-sbgw03xQaCLiT6gcY/6u3qBDn01CWw/nbaXl3gTdTFuJJ75Gffv3E3DBpgvY2fkkrdS1fpjaXNOmJlnbtKauKg==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=18.12.0" |
| }, |
| "peerDependencies": { |
| "webpack": "^5.82.0", |
| "webpack-cli": "6.x.x" |
| }, |
| "peerDependenciesMeta": { |
| "webpack-dev-server": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@xtuc/ieee754": { |
| "version": "1.2.0", |
| "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", |
| "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", |
| "license": "BSD-3-Clause" |
| }, |
| "node_modules/@xtuc/long": { |
| "version": "4.2.2", |
| "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", |
| "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", |
| "license": "Apache-2.0" |
| }, |
| "node_modules/acorn": { |
| "version": "8.15.0", |
| "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz", |
| "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", |
| "license": "MIT", |
| "bin": { |
| "acorn": "bin/acorn" |
| }, |
| "engines": { |
| "node": ">=0.4.0" |
| } |
| }, |
| "node_modules/acorn-import-phases": { |
| "version": "1.0.4", |
| "resolved": "https://registry.npmjs.org/acorn-import-phases/-/acorn-import-phases-1.0.4.tgz", |
| "integrity": "sha512-wKmbr/DDiIXzEOiWrTTUcDm24kQ2vGfZQvM2fwg2vXqR5uW6aapr7ObPtj1th32b9u90/Pf4AItvdTh42fBmVQ==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=10.13.0" |
| }, |
| "peerDependencies": { |
| "acorn": "^8.14.0" |
| } |
| }, |
| "node_modules/ajv": { |
| "version": "8.17.1", |
| "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", |
| "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", |
| "license": "MIT", |
| "dependencies": { |
| "fast-deep-equal": "^3.1.3", |
| "fast-uri": "^3.0.1", |
| "json-schema-traverse": "^1.0.0", |
| "require-from-string": "^2.0.2" |
| }, |
| "funding": { |
| "type": "github", |
| "url": "https://github.com/sponsors/epoberezkin" |
| } |
| }, |
| "node_modules/ajv-formats": { |
| "version": "2.1.1", |
| "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", |
| "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", |
| "license": "MIT", |
| "dependencies": { |
| "ajv": "^8.0.0" |
| }, |
| "peerDependencies": { |
| "ajv": "^8.0.0" |
| }, |
| "peerDependenciesMeta": { |
| "ajv": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/ajv-keywords": { |
| "version": "5.1.0", |
| "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", |
| "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", |
| "license": "MIT", |
| "dependencies": { |
| "fast-deep-equal": "^3.1.3" |
| }, |
| "peerDependencies": { |
| "ajv": "^8.8.2" |
| } |
| }, |
| "node_modules/anymatch": { |
| "version": "3.1.3", |
| "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", |
| "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", |
| "license": "ISC", |
| "optional": true, |
| "dependencies": { |
| "normalize-path": "^3.0.0", |
| "picomatch": "^2.0.4" |
| }, |
| "engines": { |
| "node": ">= 8" |
| } |
| }, |
| "node_modules/array-buffer-byte-length": { |
| "version": "1.0.2", |
| "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz", |
| "integrity": "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==", |
| "license": "MIT", |
| "dependencies": { |
| "call-bound": "^1.0.3", |
| "is-array-buffer": "^3.0.5" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/array.prototype.reduce": { |
| "version": "1.0.8", |
| "resolved": "https://registry.npmjs.org/array.prototype.reduce/-/array.prototype.reduce-1.0.8.tgz", |
| "integrity": "sha512-DwuEqgXFBwbmZSRqt3BpQigWNUoqw9Ml2dTWdF3B2zQlQX4OeUE0zyuzX0fX0IbTvjdkZbcBTU3idgpO78qkTw==", |
| "license": "MIT", |
| "dependencies": { |
| "call-bind": "^1.0.8", |
| "call-bound": "^1.0.4", |
| "define-properties": "^1.2.1", |
| "es-abstract": "^1.23.9", |
| "es-array-method-boxes-properly": "^1.0.0", |
| "es-errors": "^1.3.0", |
| "es-object-atoms": "^1.1.1", |
| "is-string": "^1.1.1" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/arraybuffer.prototype.slice": { |
| "version": "1.0.4", |
| "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz", |
| "integrity": "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==", |
| "license": "MIT", |
| "dependencies": { |
| "array-buffer-byte-length": "^1.0.1", |
| "call-bind": "^1.0.8", |
| "define-properties": "^1.2.1", |
| "es-abstract": "^1.23.5", |
| "es-errors": "^1.3.0", |
| "get-intrinsic": "^1.2.6", |
| "is-array-buffer": "^3.0.4" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/assert": { |
| "version": "2.1.0", |
| "resolved": "https://registry.npmjs.org/assert/-/assert-2.1.0.tgz", |
| "integrity": "sha512-eLHpSK/Y4nhMJ07gDaAzoX/XAKS8PSaojml3M0DM4JpV1LAi5JOJ/p6H/XWrl8L+DzVEvVCW1z3vWAaB9oTsQw==", |
| "license": "MIT", |
| "dependencies": { |
| "call-bind": "^1.0.2", |
| "is-nan": "^1.3.2", |
| "object-is": "^1.1.5", |
| "object.assign": "^4.1.4", |
| "util": "^0.12.5" |
| } |
| }, |
| "node_modules/async-function": { |
| "version": "1.0.0", |
| "resolved": "https://registry.npmjs.org/async-function/-/async-function-1.0.0.tgz", |
| "integrity": "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.4" |
| } |
| }, |
| "node_modules/available-typed-arrays": { |
| "version": "1.0.7", |
| "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz", |
| "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==", |
| "license": "MIT", |
| "dependencies": { |
| "possible-typed-array-names": "^1.0.0" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/babel-loader": { |
| "version": "10.0.0", |
| "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-10.0.0.tgz", |
| "integrity": "sha512-z8jt+EdS61AMw22nSfoNJAZ0vrtmhPRVi6ghL3rCeRZI8cdNYFiV5xeV3HbE7rlZZNmGH8BVccwWt8/ED0QOHA==", |
| "license": "MIT", |
| "dependencies": { |
| "find-up": "^5.0.0" |
| }, |
| "engines": { |
| "node": "^18.20.0 || ^20.10.0 || >=22.0.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.12.0", |
| "webpack": ">=5.61.0" |
| } |
| }, |
| "node_modules/babel-node": { |
| "version": "0.0.1-security", |
| "resolved": "https://registry.npmjs.org/babel-node/-/babel-node-0.0.1-security.tgz", |
| "integrity": "sha512-zF3D9H2FA2xrP+B/X462G+38aHpmR+33jBF7NowfPuV4CiPEzAR1Typ1RC+qPfe0vCeWeV0FLG2pfVGb0vIfeg==" |
| }, |
| "node_modules/babel-plugin-polyfill-corejs2": { |
| "version": "0.4.14", |
| "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.14.tgz", |
| "integrity": "sha512-Co2Y9wX854ts6U8gAAPXfn0GmAyctHuK8n0Yhfjd6t30g7yvKjspvvOo9yG+z52PZRgFErt7Ka2pYnXCjLKEpg==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/compat-data": "^7.27.7", |
| "@babel/helper-define-polyfill-provider": "^0.6.5", |
| "semver": "^6.3.1" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" |
| } |
| }, |
| "node_modules/babel-plugin-polyfill-corejs3": { |
| "version": "0.13.0", |
| "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.13.0.tgz", |
| "integrity": "sha512-U+GNwMdSFgzVmfhNm8GJUX88AadB3uo9KpJqS3FaqNIPKgySuvMb+bHPsOmmuWyIcuqZj/pzt1RUIUZns4y2+A==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-define-polyfill-provider": "^0.6.5", |
| "core-js-compat": "^3.43.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" |
| } |
| }, |
| "node_modules/babel-plugin-polyfill-regenerator": { |
| "version": "0.6.5", |
| "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.5.tgz", |
| "integrity": "sha512-ISqQ2frbiNU9vIJkzg7dlPpznPZ4jOiUQ1uSmB0fEHeowtN3COYRsXr/xexn64NpU13P06jc/L5TgiJXOgrbEg==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-define-polyfill-provider": "^0.6.5" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" |
| } |
| }, |
| "node_modules/balanced-match": { |
| "version": "1.0.2", |
| "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", |
| "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", |
| "license": "MIT" |
| }, |
| "node_modules/base64-js": { |
| "version": "1.5.1", |
| "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", |
| "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", |
| "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/binary-extensions": { |
| "version": "2.3.0", |
| "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", |
| "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", |
| "license": "MIT", |
| "optional": true, |
| "engines": { |
| "node": ">=8" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/brace-expansion": { |
| "version": "1.1.12", |
| "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", |
| "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", |
| "license": "MIT", |
| "dependencies": { |
| "balanced-match": "^1.0.0", |
| "concat-map": "0.0.1" |
| } |
| }, |
| "node_modules/braces": { |
| "version": "3.0.3", |
| "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", |
| "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", |
| "license": "MIT", |
| "optional": true, |
| "dependencies": { |
| "fill-range": "^7.1.1" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/browserslist": { |
| "version": "4.25.1", |
| "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.25.1.tgz", |
| "integrity": "sha512-KGj0KoOMXLpSNkkEI6Z6mShmQy0bc1I+T7K9N81k4WWMrfz+6fQ6es80B/YLAeRoKvjYE1YSHHOW1qe9xIVzHw==", |
| "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/buffer": { |
| "version": "6.0.3", |
| "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz", |
| "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==", |
| "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": { |
| "base64-js": "^1.3.1", |
| "ieee754": "^1.2.1" |
| } |
| }, |
| "node_modules/buffer-from": { |
| "version": "1.1.2", |
| "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", |
| "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", |
| "license": "MIT" |
| }, |
| "node_modules/call-bind": { |
| "version": "1.0.8", |
| "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz", |
| "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==", |
| "license": "MIT", |
| "dependencies": { |
| "call-bind-apply-helpers": "^1.0.0", |
| "es-define-property": "^1.0.0", |
| "get-intrinsic": "^1.2.4", |
| "set-function-length": "^1.2.2" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/call-bind-apply-helpers": { |
| "version": "1.0.2", |
| "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", |
| "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==", |
| "license": "MIT", |
| "dependencies": { |
| "es-errors": "^1.3.0", |
| "function-bind": "^1.1.2" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| } |
| }, |
| "node_modules/call-bound": { |
| "version": "1.0.4", |
| "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz", |
| "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==", |
| "license": "MIT", |
| "dependencies": { |
| "call-bind-apply-helpers": "^1.0.2", |
| "get-intrinsic": "^1.3.0" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/caniuse-lite": { |
| "version": "1.0.30001731", |
| "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001731.tgz", |
| "integrity": "sha512-lDdp2/wrOmTRWuoB5DpfNkC0rJDU8DqRa6nYL6HK6sytw70QMopt/NIc/9SM7ylItlBWfACXk0tEn37UWM/+mg==", |
| "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/chokidar": { |
| "version": "3.6.0", |
| "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", |
| "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", |
| "license": "MIT", |
| "optional": true, |
| "dependencies": { |
| "anymatch": "~3.1.2", |
| "braces": "~3.0.2", |
| "glob-parent": "~5.1.2", |
| "is-binary-path": "~2.1.0", |
| "is-glob": "~4.0.1", |
| "normalize-path": "~3.0.0", |
| "readdirp": "~3.6.0" |
| }, |
| "engines": { |
| "node": ">= 8.10.0" |
| }, |
| "funding": { |
| "url": "https://paulmillr.com/funding/" |
| }, |
| "optionalDependencies": { |
| "fsevents": "~2.3.2" |
| } |
| }, |
| "node_modules/chrome-trace-event": { |
| "version": "1.0.4", |
| "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz", |
| "integrity": "sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=6.0" |
| } |
| }, |
| "node_modules/clone-deep": { |
| "version": "4.0.1", |
| "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", |
| "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", |
| "license": "MIT", |
| "dependencies": { |
| "is-plain-object": "^2.0.4", |
| "kind-of": "^6.0.2", |
| "shallow-clone": "^3.0.0" |
| }, |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/colorette": { |
| "version": "2.0.20", |
| "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz", |
| "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==", |
| "license": "MIT" |
| }, |
| "node_modules/commander": { |
| "version": "6.2.1", |
| "resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz", |
| "integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 6" |
| } |
| }, |
| "node_modules/commondir": { |
| "version": "1.0.1", |
| "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", |
| "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==", |
| "license": "MIT" |
| }, |
| "node_modules/concat-map": { |
| "version": "0.0.1", |
| "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", |
| "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", |
| "license": "MIT" |
| }, |
| "node_modules/convert-source-map": { |
| "version": "2.0.0", |
| "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", |
| "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", |
| "license": "MIT" |
| }, |
| "node_modules/core-js": { |
| "version": "3.45.0", |
| "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.45.0.tgz", |
| "integrity": "sha512-c2KZL9lP4DjkN3hk/an4pWn5b5ZefhRJnAc42n6LJ19kSnbeRbdQZE5dSeE2LBol1OwJD3X1BQvFTAsa8ReeDA==", |
| "hasInstallScript": true, |
| "license": "MIT", |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/core-js" |
| } |
| }, |
| "node_modules/core-js-compat": { |
| "version": "3.45.0", |
| "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.45.0.tgz", |
| "integrity": "sha512-gRoVMBawZg0OnxaVv3zpqLLxaHmsubEGyTnqdpI/CEBvX4JadI1dMSHxagThprYRtSVbuQxvi6iUatdPxohHpA==", |
| "license": "MIT", |
| "dependencies": { |
| "browserslist": "^4.25.1" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/core-js" |
| } |
| }, |
| "node_modules/cross-spawn": { |
| "version": "7.0.6", |
| "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", |
| "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", |
| "license": "MIT", |
| "dependencies": { |
| "path-key": "^3.1.0", |
| "shebang-command": "^2.0.0", |
| "which": "^2.0.1" |
| }, |
| "engines": { |
| "node": ">= 8" |
| } |
| }, |
| "node_modules/data-view-buffer": { |
| "version": "1.0.2", |
| "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.2.tgz", |
| "integrity": "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==", |
| "license": "MIT", |
| "dependencies": { |
| "call-bound": "^1.0.3", |
| "es-errors": "^1.3.0", |
| "is-data-view": "^1.0.2" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/data-view-byte-length": { |
| "version": "1.0.2", |
| "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz", |
| "integrity": "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==", |
| "license": "MIT", |
| "dependencies": { |
| "call-bound": "^1.0.3", |
| "es-errors": "^1.3.0", |
| "is-data-view": "^1.0.2" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/inspect-js" |
| } |
| }, |
| "node_modules/data-view-byte-offset": { |
| "version": "1.0.1", |
| "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz", |
| "integrity": "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==", |
| "license": "MIT", |
| "dependencies": { |
| "call-bound": "^1.0.2", |
| "es-errors": "^1.3.0", |
| "is-data-view": "^1.0.1" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/debug": { |
| "version": "4.4.1", |
| "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", |
| "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", |
| "license": "MIT", |
| "dependencies": { |
| "ms": "^2.1.3" |
| }, |
| "engines": { |
| "node": ">=6.0" |
| }, |
| "peerDependenciesMeta": { |
| "supports-color": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/define-data-property": { |
| "version": "1.1.4", |
| "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", |
| "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", |
| "license": "MIT", |
| "dependencies": { |
| "es-define-property": "^1.0.0", |
| "es-errors": "^1.3.0", |
| "gopd": "^1.0.1" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/define-properties": { |
| "version": "1.2.1", |
| "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", |
| "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", |
| "license": "MIT", |
| "dependencies": { |
| "define-data-property": "^1.0.1", |
| "has-property-descriptors": "^1.0.0", |
| "object-keys": "^1.1.1" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/dunder-proto": { |
| "version": "1.0.1", |
| "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", |
| "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==", |
| "license": "MIT", |
| "dependencies": { |
| "call-bind-apply-helpers": "^1.0.1", |
| "es-errors": "^1.3.0", |
| "gopd": "^1.2.0" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| } |
| }, |
| "node_modules/electron-to-chromium": { |
| "version": "1.5.198", |
| "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.198.tgz", |
| "integrity": "sha512-G5COfnp3w+ydVu80yprgWSfmfQaYRh9DOxfhAxstLyetKaLyl55QrNjx8C38Pc/C+RaDmb1M0Lk8wPEMQ+bGgQ==", |
| "license": "ISC" |
| }, |
| "node_modules/enhanced-resolve": { |
| "version": "5.18.3", |
| "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.3.tgz", |
| "integrity": "sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww==", |
| "license": "MIT", |
| "dependencies": { |
| "graceful-fs": "^4.2.4", |
| "tapable": "^2.2.0" |
| }, |
| "engines": { |
| "node": ">=10.13.0" |
| } |
| }, |
| "node_modules/envinfo": { |
| "version": "7.14.0", |
| "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.14.0.tgz", |
| "integrity": "sha512-CO40UI41xDQzhLB1hWyqUKgFhs250pNcGbyGKe1l/e4FSaI/+YE4IMG76GDt0In67WLPACIITC+sOi08x4wIvg==", |
| "license": "MIT", |
| "bin": { |
| "envinfo": "dist/cli.js" |
| }, |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/es-abstract": { |
| "version": "1.24.0", |
| "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.0.tgz", |
| "integrity": "sha512-WSzPgsdLtTcQwm4CROfS5ju2Wa1QQcVeT37jFjYzdFz1r9ahadC8B8/a4qxJxM+09F18iumCdRmlr96ZYkQvEg==", |
| "license": "MIT", |
| "dependencies": { |
| "array-buffer-byte-length": "^1.0.2", |
| "arraybuffer.prototype.slice": "^1.0.4", |
| "available-typed-arrays": "^1.0.7", |
| "call-bind": "^1.0.8", |
| "call-bound": "^1.0.4", |
| "data-view-buffer": "^1.0.2", |
| "data-view-byte-length": "^1.0.2", |
| "data-view-byte-offset": "^1.0.1", |
| "es-define-property": "^1.0.1", |
| "es-errors": "^1.3.0", |
| "es-object-atoms": "^1.1.1", |
| "es-set-tostringtag": "^2.1.0", |
| "es-to-primitive": "^1.3.0", |
| "function.prototype.name": "^1.1.8", |
| "get-intrinsic": "^1.3.0", |
| "get-proto": "^1.0.1", |
| "get-symbol-description": "^1.1.0", |
| "globalthis": "^1.0.4", |
| "gopd": "^1.2.0", |
| "has-property-descriptors": "^1.0.2", |
| "has-proto": "^1.2.0", |
| "has-symbols": "^1.1.0", |
| "hasown": "^2.0.2", |
| "internal-slot": "^1.1.0", |
| "is-array-buffer": "^3.0.5", |
| "is-callable": "^1.2.7", |
| "is-data-view": "^1.0.2", |
| "is-negative-zero": "^2.0.3", |
| "is-regex": "^1.2.1", |
| "is-set": "^2.0.3", |
| "is-shared-array-buffer": "^1.0.4", |
| "is-string": "^1.1.1", |
| "is-typed-array": "^1.1.15", |
| "is-weakref": "^1.1.1", |
| "math-intrinsics": "^1.1.0", |
| "object-inspect": "^1.13.4", |
| "object-keys": "^1.1.1", |
| "object.assign": "^4.1.7", |
| "own-keys": "^1.0.1", |
| "regexp.prototype.flags": "^1.5.4", |
| "safe-array-concat": "^1.1.3", |
| "safe-push-apply": "^1.0.0", |
| "safe-regex-test": "^1.1.0", |
| "set-proto": "^1.0.0", |
| "stop-iteration-iterator": "^1.1.0", |
| "string.prototype.trim": "^1.2.10", |
| "string.prototype.trimend": "^1.0.9", |
| "string.prototype.trimstart": "^1.0.8", |
| "typed-array-buffer": "^1.0.3", |
| "typed-array-byte-length": "^1.0.3", |
| "typed-array-byte-offset": "^1.0.4", |
| "typed-array-length": "^1.0.7", |
| "unbox-primitive": "^1.1.0", |
| "which-typed-array": "^1.1.19" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/es-array-method-boxes-properly": { |
| "version": "1.0.0", |
| "resolved": "https://registry.npmjs.org/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz", |
| "integrity": "sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==", |
| "license": "MIT" |
| }, |
| "node_modules/es-define-property": { |
| "version": "1.0.1", |
| "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", |
| "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.4" |
| } |
| }, |
| "node_modules/es-errors": { |
| "version": "1.3.0", |
| "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", |
| "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.4" |
| } |
| }, |
| "node_modules/es-module-lexer": { |
| "version": "1.7.0", |
| "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.7.0.tgz", |
| "integrity": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==", |
| "license": "MIT" |
| }, |
| "node_modules/es-object-atoms": { |
| "version": "1.1.1", |
| "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", |
| "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==", |
| "license": "MIT", |
| "dependencies": { |
| "es-errors": "^1.3.0" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| } |
| }, |
| "node_modules/es-set-tostringtag": { |
| "version": "2.1.0", |
| "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz", |
| "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==", |
| "license": "MIT", |
| "dependencies": { |
| "es-errors": "^1.3.0", |
| "get-intrinsic": "^1.2.6", |
| "has-tostringtag": "^1.0.2", |
| "hasown": "^2.0.2" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| } |
| }, |
| "node_modules/es-to-primitive": { |
| "version": "1.3.0", |
| "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.3.0.tgz", |
| "integrity": "sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==", |
| "license": "MIT", |
| "dependencies": { |
| "is-callable": "^1.2.7", |
| "is-date-object": "^1.0.5", |
| "is-symbol": "^1.0.4" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/escalade": { |
| "version": "3.2.0", |
| "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", |
| "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/eslint-scope": { |
| "version": "5.1.1", |
| "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", |
| "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", |
| "license": "BSD-2-Clause", |
| "dependencies": { |
| "esrecurse": "^4.3.0", |
| "estraverse": "^4.1.1" |
| }, |
| "engines": { |
| "node": ">=8.0.0" |
| } |
| }, |
| "node_modules/esrecurse": { |
| "version": "4.3.0", |
| "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", |
| "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", |
| "license": "BSD-2-Clause", |
| "dependencies": { |
| "estraverse": "^5.2.0" |
| }, |
| "engines": { |
| "node": ">=4.0" |
| } |
| }, |
| "node_modules/esrecurse/node_modules/estraverse": { |
| "version": "5.3.0", |
| "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", |
| "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", |
| "license": "BSD-2-Clause", |
| "engines": { |
| "node": ">=4.0" |
| } |
| }, |
| "node_modules/estraverse": { |
| "version": "4.3.0", |
| "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", |
| "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", |
| "license": "BSD-2-Clause", |
| "engines": { |
| "node": ">=4.0" |
| } |
| }, |
| "node_modules/esutils": { |
| "version": "2.0.3", |
| "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", |
| "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", |
| "license": "BSD-2-Clause", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/events": { |
| "version": "3.3.0", |
| "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", |
| "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.8.x" |
| } |
| }, |
| "node_modules/fast-deep-equal": { |
| "version": "3.1.3", |
| "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", |
| "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", |
| "license": "MIT" |
| }, |
| "node_modules/fast-uri": { |
| "version": "3.0.6", |
| "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.6.tgz", |
| "integrity": "sha512-Atfo14OibSv5wAp4VWNsFYE1AchQRTv9cBGWET4pZWHzYshFSS9NQI6I57rdKn9croWVMbYFbLhJ+yJvmZIIHw==", |
| "funding": [ |
| { |
| "type": "github", |
| "url": "https://github.com/sponsors/fastify" |
| }, |
| { |
| "type": "opencollective", |
| "url": "https://opencollective.com/fastify" |
| } |
| ], |
| "license": "BSD-3-Clause" |
| }, |
| "node_modules/fastest-levenshtein": { |
| "version": "1.0.16", |
| "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz", |
| "integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 4.9.1" |
| } |
| }, |
| "node_modules/fill-range": { |
| "version": "7.1.1", |
| "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", |
| "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", |
| "license": "MIT", |
| "optional": true, |
| "dependencies": { |
| "to-regex-range": "^5.0.1" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/find-cache-dir": { |
| "version": "2.1.0", |
| "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz", |
| "integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==", |
| "license": "MIT", |
| "dependencies": { |
| "commondir": "^1.0.1", |
| "make-dir": "^2.0.0", |
| "pkg-dir": "^3.0.0" |
| }, |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/find-up": { |
| "version": "5.0.0", |
| "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", |
| "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", |
| "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": { |
| "version": "5.0.2", |
| "resolved": "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz", |
| "integrity": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==", |
| "license": "BSD-3-Clause", |
| "bin": { |
| "flat": "cli.js" |
| } |
| }, |
| "node_modules/for-each": { |
| "version": "0.3.5", |
| "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz", |
| "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==", |
| "license": "MIT", |
| "dependencies": { |
| "is-callable": "^1.2.7" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/fs-readdir-recursive": { |
| "version": "1.1.0", |
| "resolved": "https://registry.npmjs.org/fs-readdir-recursive/-/fs-readdir-recursive-1.1.0.tgz", |
| "integrity": "sha512-GNanXlVr2pf02+sPN40XN8HG+ePaNcvM0q5mZBd668Obwb0yD5GiUbZOFgwn8kGMY6I3mdyDJzieUy3PTYyTRA==", |
| "license": "MIT" |
| }, |
| "node_modules/fs.realpath": { |
| "version": "1.0.0", |
| "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", |
| "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", |
| "license": "ISC" |
| }, |
| "node_modules/fsevents": { |
| "version": "2.3.3", |
| "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", |
| "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", |
| "hasInstallScript": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "darwin" |
| ], |
| "engines": { |
| "node": "^8.16.0 || ^10.6.0 || >=11.0.0" |
| } |
| }, |
| "node_modules/function-bind": { |
| "version": "1.1.2", |
| "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", |
| "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", |
| "license": "MIT", |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/function.prototype.name": { |
| "version": "1.1.8", |
| "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.8.tgz", |
| "integrity": "sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==", |
| "license": "MIT", |
| "dependencies": { |
| "call-bind": "^1.0.8", |
| "call-bound": "^1.0.3", |
| "define-properties": "^1.2.1", |
| "functions-have-names": "^1.2.3", |
| "hasown": "^2.0.2", |
| "is-callable": "^1.2.7" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/functions-have-names": { |
| "version": "1.2.3", |
| "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", |
| "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", |
| "license": "MIT", |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/gensync": { |
| "version": "1.0.0-beta.2", |
| "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", |
| "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/get-intrinsic": { |
| "version": "1.3.0", |
| "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", |
| "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==", |
| "license": "MIT", |
| "dependencies": { |
| "call-bind-apply-helpers": "^1.0.2", |
| "es-define-property": "^1.0.1", |
| "es-errors": "^1.3.0", |
| "es-object-atoms": "^1.1.1", |
| "function-bind": "^1.1.2", |
| "get-proto": "^1.0.1", |
| "gopd": "^1.2.0", |
| "has-symbols": "^1.1.0", |
| "hasown": "^2.0.2", |
| "math-intrinsics": "^1.1.0" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/get-proto": { |
| "version": "1.0.1", |
| "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", |
| "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==", |
| "license": "MIT", |
| "dependencies": { |
| "dunder-proto": "^1.0.1", |
| "es-object-atoms": "^1.0.0" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| } |
| }, |
| "node_modules/get-symbol-description": { |
| "version": "1.1.0", |
| "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.1.0.tgz", |
| "integrity": "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==", |
| "license": "MIT", |
| "dependencies": { |
| "call-bound": "^1.0.3", |
| "es-errors": "^1.3.0", |
| "get-intrinsic": "^1.2.6" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/glob": { |
| "version": "7.2.3", |
| "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", |
| "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", |
| "deprecated": "Glob versions prior to v9 are no longer supported", |
| "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": "5.1.2", |
| "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", |
| "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", |
| "license": "ISC", |
| "optional": true, |
| "dependencies": { |
| "is-glob": "^4.0.1" |
| }, |
| "engines": { |
| "node": ">= 6" |
| } |
| }, |
| "node_modules/glob-to-regexp": { |
| "version": "0.4.1", |
| "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", |
| "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", |
| "license": "BSD-2-Clause" |
| }, |
| "node_modules/globalthis": { |
| "version": "1.0.4", |
| "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz", |
| "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==", |
| "license": "MIT", |
| "dependencies": { |
| "define-properties": "^1.2.1", |
| "gopd": "^1.0.1" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/gopd": { |
| "version": "1.2.0", |
| "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", |
| "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/graceful-fs": { |
| "version": "4.2.11", |
| "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", |
| "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", |
| "license": "ISC" |
| }, |
| "node_modules/has-bigints": { |
| "version": "1.1.0", |
| "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.1.0.tgz", |
| "integrity": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/has-flag": { |
| "version": "4.0.0", |
| "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", |
| "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/has-property-descriptors": { |
| "version": "1.0.2", |
| "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", |
| "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", |
| "license": "MIT", |
| "dependencies": { |
| "es-define-property": "^1.0.0" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/has-proto": { |
| "version": "1.2.0", |
| "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.2.0.tgz", |
| "integrity": "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==", |
| "license": "MIT", |
| "dependencies": { |
| "dunder-proto": "^1.0.0" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/has-symbols": { |
| "version": "1.1.0", |
| "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", |
| "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/has-tostringtag": { |
| "version": "1.0.2", |
| "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", |
| "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", |
| "license": "MIT", |
| "dependencies": { |
| "has-symbols": "^1.0.3" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/hasown": { |
| "version": "2.0.2", |
| "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", |
| "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", |
| "license": "MIT", |
| "dependencies": { |
| "function-bind": "^1.1.2" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| } |
| }, |
| "node_modules/homedir-polyfill": { |
| "version": "1.0.3", |
| "resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz", |
| "integrity": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==", |
| "license": "MIT", |
| "dependencies": { |
| "parse-passwd": "^1.0.0" |
| }, |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/ieee754": { |
| "version": "1.2.1", |
| "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", |
| "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", |
| "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": "BSD-3-Clause" |
| }, |
| "node_modules/import-local": { |
| "version": "3.2.0", |
| "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.2.0.tgz", |
| "integrity": "sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==", |
| "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/import-local/node_modules/find-up": { |
| "version": "4.1.0", |
| "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", |
| "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", |
| "license": "MIT", |
| "dependencies": { |
| "locate-path": "^5.0.0", |
| "path-exists": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/import-local/node_modules/locate-path": { |
| "version": "5.0.0", |
| "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", |
| "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", |
| "license": "MIT", |
| "dependencies": { |
| "p-locate": "^4.1.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/import-local/node_modules/p-limit": { |
| "version": "2.3.0", |
| "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", |
| "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", |
| "license": "MIT", |
| "dependencies": { |
| "p-try": "^2.0.0" |
| }, |
| "engines": { |
| "node": ">=6" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/import-local/node_modules/p-locate": { |
| "version": "4.1.0", |
| "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", |
| "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", |
| "license": "MIT", |
| "dependencies": { |
| "p-limit": "^2.2.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/import-local/node_modules/pkg-dir": { |
| "version": "4.2.0", |
| "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", |
| "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", |
| "license": "MIT", |
| "dependencies": { |
| "find-up": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/inflight": { |
| "version": "1.0.6", |
| "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", |
| "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", |
| "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.", |
| "license": "ISC", |
| "dependencies": { |
| "once": "^1.3.0", |
| "wrappy": "1" |
| } |
| }, |
| "node_modules/inherits": { |
| "version": "2.0.4", |
| "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", |
| "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", |
| "license": "ISC" |
| }, |
| "node_modules/internal-slot": { |
| "version": "1.1.0", |
| "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.1.0.tgz", |
| "integrity": "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==", |
| "license": "MIT", |
| "dependencies": { |
| "es-errors": "^1.3.0", |
| "hasown": "^2.0.2", |
| "side-channel": "^1.1.0" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| } |
| }, |
| "node_modules/interpret": { |
| "version": "3.1.1", |
| "resolved": "https://registry.npmjs.org/interpret/-/interpret-3.1.1.tgz", |
| "integrity": "sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=10.13.0" |
| } |
| }, |
| "node_modules/is-arguments": { |
| "version": "1.2.0", |
| "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.2.0.tgz", |
| "integrity": "sha512-7bVbi0huj/wrIAOzb8U1aszg9kdi3KN/CyU19CTI7tAoZYEZoL9yCDXpbXN+uPsuWnP02cyug1gleqq+TU+YCA==", |
| "license": "MIT", |
| "dependencies": { |
| "call-bound": "^1.0.2", |
| "has-tostringtag": "^1.0.2" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/is-array-buffer": { |
| "version": "3.0.5", |
| "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.5.tgz", |
| "integrity": "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==", |
| "license": "MIT", |
| "dependencies": { |
| "call-bind": "^1.0.8", |
| "call-bound": "^1.0.3", |
| "get-intrinsic": "^1.2.6" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/is-async-function": { |
| "version": "2.1.1", |
| "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.1.1.tgz", |
| "integrity": "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==", |
| "license": "MIT", |
| "dependencies": { |
| "async-function": "^1.0.0", |
| "call-bound": "^1.0.3", |
| "get-proto": "^1.0.1", |
| "has-tostringtag": "^1.0.2", |
| "safe-regex-test": "^1.1.0" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/is-bigint": { |
| "version": "1.1.0", |
| "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.1.0.tgz", |
| "integrity": "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==", |
| "license": "MIT", |
| "dependencies": { |
| "has-bigints": "^1.0.2" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/is-binary-path": { |
| "version": "2.1.0", |
| "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", |
| "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", |
| "license": "MIT", |
| "optional": true, |
| "dependencies": { |
| "binary-extensions": "^2.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/is-boolean-object": { |
| "version": "1.2.2", |
| "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.2.2.tgz", |
| "integrity": "sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==", |
| "license": "MIT", |
| "dependencies": { |
| "call-bound": "^1.0.3", |
| "has-tostringtag": "^1.0.2" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/is-callable": { |
| "version": "1.2.7", |
| "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", |
| "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/is-core-module": { |
| "version": "2.16.1", |
| "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz", |
| "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==", |
| "license": "MIT", |
| "dependencies": { |
| "hasown": "^2.0.2" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/is-data-view": { |
| "version": "1.0.2", |
| "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.2.tgz", |
| "integrity": "sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==", |
| "license": "MIT", |
| "dependencies": { |
| "call-bound": "^1.0.2", |
| "get-intrinsic": "^1.2.6", |
| "is-typed-array": "^1.1.13" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/is-date-object": { |
| "version": "1.1.0", |
| "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.1.0.tgz", |
| "integrity": "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==", |
| "license": "MIT", |
| "dependencies": { |
| "call-bound": "^1.0.2", |
| "has-tostringtag": "^1.0.2" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/is-extglob": { |
| "version": "2.1.1", |
| "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", |
| "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", |
| "license": "MIT", |
| "optional": true, |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/is-finalizationregistry": { |
| "version": "1.1.1", |
| "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz", |
| "integrity": "sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==", |
| "license": "MIT", |
| "dependencies": { |
| "call-bound": "^1.0.3" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/is-generator-function": { |
| "version": "1.1.0", |
| "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.0.tgz", |
| "integrity": "sha512-nPUB5km40q9e8UfN/Zc24eLlzdSf9OfKByBw9CIdw4H1giPMeA0OIJvbchsCu4npfI2QcMVBsGEBHKZ7wLTWmQ==", |
| "license": "MIT", |
| "dependencies": { |
| "call-bound": "^1.0.3", |
| "get-proto": "^1.0.0", |
| "has-tostringtag": "^1.0.2", |
| "safe-regex-test": "^1.1.0" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/is-glob": { |
| "version": "4.0.3", |
| "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", |
| "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", |
| "license": "MIT", |
| "optional": true, |
| "dependencies": { |
| "is-extglob": "^2.1.1" |
| }, |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/is-map": { |
| "version": "2.0.3", |
| "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz", |
| "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/is-nan": { |
| "version": "1.3.2", |
| "resolved": "https://registry.npmjs.org/is-nan/-/is-nan-1.3.2.tgz", |
| "integrity": "sha512-E+zBKpQ2t6MEo1VsonYmluk9NxGrbzpeeLC2xIViuO2EjU2xsXsBPwTr3Ykv9l08UYEVEdWeRZNouaZqF6RN0w==", |
| "license": "MIT", |
| "dependencies": { |
| "call-bind": "^1.0.0", |
| "define-properties": "^1.1.3" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/is-negative-zero": { |
| "version": "2.0.3", |
| "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz", |
| "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/is-number": { |
| "version": "7.0.0", |
| "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", |
| "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", |
| "license": "MIT", |
| "optional": true, |
| "engines": { |
| "node": ">=0.12.0" |
| } |
| }, |
| "node_modules/is-number-object": { |
| "version": "1.1.1", |
| "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.1.1.tgz", |
| "integrity": "sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==", |
| "license": "MIT", |
| "dependencies": { |
| "call-bound": "^1.0.3", |
| "has-tostringtag": "^1.0.2" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/is-plain-object": { |
| "version": "2.0.4", |
| "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", |
| "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", |
| "license": "MIT", |
| "dependencies": { |
| "isobject": "^3.0.1" |
| }, |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/is-regex": { |
| "version": "1.2.1", |
| "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz", |
| "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==", |
| "license": "MIT", |
| "dependencies": { |
| "call-bound": "^1.0.2", |
| "gopd": "^1.2.0", |
| "has-tostringtag": "^1.0.2", |
| "hasown": "^2.0.2" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/is-set": { |
| "version": "2.0.3", |
| "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz", |
| "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/is-shared-array-buffer": { |
| "version": "1.0.4", |
| "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz", |
| "integrity": "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==", |
| "license": "MIT", |
| "dependencies": { |
| "call-bound": "^1.0.3" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/is-string": { |
| "version": "1.1.1", |
| "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.1.1.tgz", |
| "integrity": "sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==", |
| "license": "MIT", |
| "dependencies": { |
| "call-bound": "^1.0.3", |
| "has-tostringtag": "^1.0.2" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/is-symbol": { |
| "version": "1.1.1", |
| "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.1.1.tgz", |
| "integrity": "sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==", |
| "license": "MIT", |
| "dependencies": { |
| "call-bound": "^1.0.2", |
| "has-symbols": "^1.1.0", |
| "safe-regex-test": "^1.1.0" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/is-typed-array": { |
| "version": "1.1.15", |
| "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz", |
| "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==", |
| "license": "MIT", |
| "dependencies": { |
| "which-typed-array": "^1.1.16" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/is-weakmap": { |
| "version": "2.0.2", |
| "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz", |
| "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/is-weakref": { |
| "version": "1.1.1", |
| "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.1.1.tgz", |
| "integrity": "sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==", |
| "license": "MIT", |
| "dependencies": { |
| "call-bound": "^1.0.3" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/is-weakset": { |
| "version": "2.0.4", |
| "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.4.tgz", |
| "integrity": "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==", |
| "license": "MIT", |
| "dependencies": { |
| "call-bound": "^1.0.3", |
| "get-intrinsic": "^1.2.6" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/isexe": { |
| "version": "2.0.0", |
| "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", |
| "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", |
| "license": "ISC" |
| }, |
| "node_modules/isobject": { |
| "version": "3.0.1", |
| "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", |
| "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/jest-worker": { |
| "version": "27.5.1", |
| "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", |
| "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", |
| "license": "MIT", |
| "dependencies": { |
| "@types/node": "*", |
| "merge-stream": "^2.0.0", |
| "supports-color": "^8.0.0" |
| }, |
| "engines": { |
| "node": ">= 10.13.0" |
| } |
| }, |
| "node_modules/js-tokens": { |
| "version": "4.0.0", |
| "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", |
| "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", |
| "license": "MIT" |
| }, |
| "node_modules/jsesc": { |
| "version": "3.1.0", |
| "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz", |
| "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==", |
| "license": "MIT", |
| "bin": { |
| "jsesc": "bin/jsesc" |
| }, |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/json-parse-even-better-errors": { |
| "version": "2.3.1", |
| "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", |
| "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", |
| "license": "MIT" |
| }, |
| "node_modules/json-schema-traverse": { |
| "version": "1.0.0", |
| "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", |
| "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", |
| "license": "MIT" |
| }, |
| "node_modules/json5": { |
| "version": "2.2.3", |
| "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", |
| "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", |
| "license": "MIT", |
| "bin": { |
| "json5": "lib/cli.js" |
| }, |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/kind-of": { |
| "version": "6.0.3", |
| "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", |
| "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/license-webpack-plugin": { |
| "version": "4.0.2", |
| "resolved": "https://registry.npmjs.org/license-webpack-plugin/-/license-webpack-plugin-4.0.2.tgz", |
| "integrity": "sha512-771TFWFD70G1wLTC4oU2Cw4qvtmNrIw+wRvBtn+okgHl7slJVi7zfNcdmqDL72BojM30VNJ2UHylr1o77U37Jw==", |
| "license": "ISC", |
| "dependencies": { |
| "webpack-sources": "^3.0.0" |
| }, |
| "peerDependenciesMeta": { |
| "webpack": { |
| "optional": true |
| }, |
| "webpack-sources": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/loader-runner": { |
| "version": "4.3.0", |
| "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz", |
| "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=6.11.5" |
| } |
| }, |
| "node_modules/locate-path": { |
| "version": "6.0.0", |
| "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", |
| "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", |
| "license": "MIT", |
| "dependencies": { |
| "p-locate": "^5.0.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/lodash.debounce": { |
| "version": "4.0.8", |
| "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", |
| "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", |
| "license": "MIT" |
| }, |
| "node_modules/lru-cache": { |
| "version": "5.1.1", |
| "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", |
| "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", |
| "license": "ISC", |
| "dependencies": { |
| "yallist": "^3.0.2" |
| } |
| }, |
| "node_modules/make-dir": { |
| "version": "2.1.0", |
| "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", |
| "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", |
| "license": "MIT", |
| "dependencies": { |
| "pify": "^4.0.1", |
| "semver": "^5.6.0" |
| }, |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/make-dir/node_modules/semver": { |
| "version": "5.7.2", |
| "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", |
| "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", |
| "license": "ISC", |
| "bin": { |
| "semver": "bin/semver" |
| } |
| }, |
| "node_modules/math-intrinsics": { |
| "version": "1.1.0", |
| "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", |
| "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.4" |
| } |
| }, |
| "node_modules/merge-stream": { |
| "version": "2.0.0", |
| "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", |
| "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", |
| "license": "MIT" |
| }, |
| "node_modules/mime-db": { |
| "version": "1.52.0", |
| "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", |
| "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.6" |
| } |
| }, |
| "node_modules/mime-types": { |
| "version": "2.1.35", |
| "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", |
| "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", |
| "license": "MIT", |
| "dependencies": { |
| "mime-db": "1.52.0" |
| }, |
| "engines": { |
| "node": ">= 0.6" |
| } |
| }, |
| "node_modules/minimatch": { |
| "version": "3.1.2", |
| "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", |
| "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", |
| "license": "ISC", |
| "dependencies": { |
| "brace-expansion": "^1.1.7" |
| }, |
| "engines": { |
| "node": "*" |
| } |
| }, |
| "node_modules/ms": { |
| "version": "2.1.3", |
| "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", |
| "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", |
| "license": "MIT" |
| }, |
| "node_modules/neo-async": { |
| "version": "2.6.2", |
| "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", |
| "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", |
| "license": "MIT" |
| }, |
| "node_modules/node-environment-flags": { |
| "version": "1.0.6", |
| "resolved": "https://registry.npmjs.org/node-environment-flags/-/node-environment-flags-1.0.6.tgz", |
| "integrity": "sha512-5Evy2epuL+6TM0lCQGpFIj6KwiEsGh1SrHUhTbNX+sLbBtjidPZFAnVK9y5yU1+h//RitLbRHTIMyxQPtxMdHw==", |
| "license": "Apache-2.0", |
| "dependencies": { |
| "object.getownpropertydescriptors": "^2.0.3", |
| "semver": "^5.7.0" |
| } |
| }, |
| "node_modules/node-environment-flags/node_modules/semver": { |
| "version": "5.7.2", |
| "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", |
| "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", |
| "license": "ISC", |
| "bin": { |
| "semver": "bin/semver" |
| } |
| }, |
| "node_modules/node-releases": { |
| "version": "2.0.19", |
| "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.19.tgz", |
| "integrity": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==", |
| "license": "MIT" |
| }, |
| "node_modules/normalize-path": { |
| "version": "3.0.0", |
| "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", |
| "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", |
| "license": "MIT", |
| "optional": true, |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/object-inspect": { |
| "version": "1.13.4", |
| "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz", |
| "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/object-is": { |
| "version": "1.1.6", |
| "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.6.tgz", |
| "integrity": "sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==", |
| "license": "MIT", |
| "dependencies": { |
| "call-bind": "^1.0.7", |
| "define-properties": "^1.2.1" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/object-keys": { |
| "version": "1.1.1", |
| "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", |
| "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.4" |
| } |
| }, |
| "node_modules/object.assign": { |
| "version": "4.1.7", |
| "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.7.tgz", |
| "integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==", |
| "license": "MIT", |
| "dependencies": { |
| "call-bind": "^1.0.8", |
| "call-bound": "^1.0.3", |
| "define-properties": "^1.2.1", |
| "es-object-atoms": "^1.0.0", |
| "has-symbols": "^1.1.0", |
| "object-keys": "^1.1.1" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/object.getownpropertydescriptors": { |
| "version": "2.1.8", |
| "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.8.tgz", |
| "integrity": "sha512-qkHIGe4q0lSYMv0XI4SsBTJz3WaURhLvd0lKSgtVuOsJ2krg4SgMw3PIRQFMp07yi++UR3se2mkcLqsBNpBb/A==", |
| "license": "MIT", |
| "dependencies": { |
| "array.prototype.reduce": "^1.0.6", |
| "call-bind": "^1.0.7", |
| "define-properties": "^1.2.1", |
| "es-abstract": "^1.23.2", |
| "es-object-atoms": "^1.0.0", |
| "gopd": "^1.0.1", |
| "safe-array-concat": "^1.1.2" |
| }, |
| "engines": { |
| "node": ">= 0.8" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/once": { |
| "version": "1.4.0", |
| "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", |
| "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", |
| "license": "ISC", |
| "dependencies": { |
| "wrappy": "1" |
| } |
| }, |
| "node_modules/own-keys": { |
| "version": "1.0.1", |
| "resolved": "https://registry.npmjs.org/own-keys/-/own-keys-1.0.1.tgz", |
| "integrity": "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==", |
| "license": "MIT", |
| "dependencies": { |
| "get-intrinsic": "^1.2.6", |
| "object-keys": "^1.1.1", |
| "safe-push-apply": "^1.0.0" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/p-limit": { |
| "version": "3.1.0", |
| "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", |
| "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", |
| "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", |
| "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", |
| "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", |
| "license": "MIT", |
| "dependencies": { |
| "p-limit": "^3.0.2" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/p-try": { |
| "version": "2.2.0", |
| "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", |
| "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/parse-passwd": { |
| "version": "1.0.0", |
| "resolved": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz", |
| "integrity": "sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/path-browserify": { |
| "version": "1.0.1", |
| "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz", |
| "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==", |
| "license": "MIT" |
| }, |
| "node_modules/path-exists": { |
| "version": "4.0.0", |
| "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", |
| "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/path-is-absolute": { |
| "version": "1.0.1", |
| "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", |
| "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/path-key": { |
| "version": "3.1.1", |
| "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", |
| "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/path-parse": { |
| "version": "1.0.7", |
| "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", |
| "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", |
| "license": "MIT" |
| }, |
| "node_modules/picocolors": { |
| "version": "1.1.1", |
| "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", |
| "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", |
| "license": "ISC" |
| }, |
| "node_modules/picomatch": { |
| "version": "2.3.1", |
| "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", |
| "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", |
| "license": "MIT", |
| "optional": true, |
| "engines": { |
| "node": ">=8.6" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/jonschlinkert" |
| } |
| }, |
| "node_modules/pify": { |
| "version": "4.0.1", |
| "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", |
| "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/pirates": { |
| "version": "4.0.7", |
| "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.7.tgz", |
| "integrity": "sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 6" |
| } |
| }, |
| "node_modules/pkg-dir": { |
| "version": "3.0.0", |
| "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz", |
| "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", |
| "license": "MIT", |
| "dependencies": { |
| "find-up": "^3.0.0" |
| }, |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/pkg-dir/node_modules/find-up": { |
| "version": "3.0.0", |
| "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", |
| "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", |
| "license": "MIT", |
| "dependencies": { |
| "locate-path": "^3.0.0" |
| }, |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/pkg-dir/node_modules/locate-path": { |
| "version": "3.0.0", |
| "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", |
| "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", |
| "license": "MIT", |
| "dependencies": { |
| "p-locate": "^3.0.0", |
| "path-exists": "^3.0.0" |
| }, |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/pkg-dir/node_modules/p-limit": { |
| "version": "2.3.0", |
| "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", |
| "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", |
| "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": "3.0.0", |
| "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", |
| "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", |
| "license": "MIT", |
| "dependencies": { |
| "p-limit": "^2.0.0" |
| }, |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/pkg-dir/node_modules/path-exists": { |
| "version": "3.0.0", |
| "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", |
| "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/possible-typed-array-names": { |
| "version": "1.1.0", |
| "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz", |
| "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.4" |
| } |
| }, |
| "node_modules/process": { |
| "version": "0.11.10", |
| "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", |
| "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.6.0" |
| } |
| }, |
| "node_modules/qs": { |
| "version": "6.14.0", |
| "resolved": "https://registry.npmjs.org/qs/-/qs-6.14.0.tgz", |
| "integrity": "sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==", |
| "license": "BSD-3-Clause", |
| "dependencies": { |
| "side-channel": "^1.1.0" |
| }, |
| "engines": { |
| "node": ">=0.6" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/randombytes": { |
| "version": "2.1.0", |
| "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", |
| "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", |
| "license": "MIT", |
| "dependencies": { |
| "safe-buffer": "^5.1.0" |
| } |
| }, |
| "node_modules/react": { |
| "version": "19.1.1", |
| "resolved": "https://registry.npmjs.org/react/-/react-19.1.1.tgz", |
| "integrity": "sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/react-dom": { |
| "version": "19.1.1", |
| "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.1.1.tgz", |
| "integrity": "sha512-Dlq/5LAZgF0Gaz6yiqZCf6VCcZs1ghAJyrsu84Q/GT0gV+mCxbfmKNoGRKBYMJ8IEdGPqu49YWXD02GCknEDkw==", |
| "license": "MIT", |
| "dependencies": { |
| "scheduler": "^0.26.0" |
| }, |
| "peerDependencies": { |
| "react": "^19.1.1" |
| } |
| }, |
| "node_modules/readdirp": { |
| "version": "3.6.0", |
| "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", |
| "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", |
| "license": "MIT", |
| "optional": true, |
| "dependencies": { |
| "picomatch": "^2.2.1" |
| }, |
| "engines": { |
| "node": ">=8.10.0" |
| } |
| }, |
| "node_modules/rechoir": { |
| "version": "0.8.0", |
| "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.8.0.tgz", |
| "integrity": "sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==", |
| "license": "MIT", |
| "dependencies": { |
| "resolve": "^1.20.0" |
| }, |
| "engines": { |
| "node": ">= 10.13.0" |
| } |
| }, |
| "node_modules/reflect.getprototypeof": { |
| "version": "1.0.10", |
| "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz", |
| "integrity": "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==", |
| "license": "MIT", |
| "dependencies": { |
| "call-bind": "^1.0.8", |
| "define-properties": "^1.2.1", |
| "es-abstract": "^1.23.9", |
| "es-errors": "^1.3.0", |
| "es-object-atoms": "^1.0.0", |
| "get-intrinsic": "^1.2.7", |
| "get-proto": "^1.0.1", |
| "which-builtin-type": "^1.2.1" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/regenerate": { |
| "version": "1.4.2", |
| "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", |
| "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", |
| "license": "MIT" |
| }, |
| "node_modules/regenerate-unicode-properties": { |
| "version": "10.2.0", |
| "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.0.tgz", |
| "integrity": "sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA==", |
| "license": "MIT", |
| "dependencies": { |
| "regenerate": "^1.4.2" |
| }, |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/regenerator-runtime": { |
| "version": "0.14.1", |
| "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", |
| "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==", |
| "license": "MIT" |
| }, |
| "node_modules/regexp.prototype.flags": { |
| "version": "1.5.4", |
| "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz", |
| "integrity": "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==", |
| "license": "MIT", |
| "dependencies": { |
| "call-bind": "^1.0.8", |
| "define-properties": "^1.2.1", |
| "es-errors": "^1.3.0", |
| "get-proto": "^1.0.1", |
| "gopd": "^1.2.0", |
| "set-function-name": "^2.0.2" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/regexpu-core": { |
| "version": "6.2.0", |
| "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-6.2.0.tgz", |
| "integrity": "sha512-H66BPQMrv+V16t8xtmq+UC0CBpiTBA60V8ibS1QVReIp8T1z8hwFxqcGzm9K6lgsN7sB5edVH8a+ze6Fqm4weA==", |
| "license": "MIT", |
| "dependencies": { |
| "regenerate": "^1.4.2", |
| "regenerate-unicode-properties": "^10.2.0", |
| "regjsgen": "^0.8.0", |
| "regjsparser": "^0.12.0", |
| "unicode-match-property-ecmascript": "^2.0.0", |
| "unicode-match-property-value-ecmascript": "^2.1.0" |
| }, |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/regjsgen": { |
| "version": "0.8.0", |
| "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.8.0.tgz", |
| "integrity": "sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==", |
| "license": "MIT" |
| }, |
| "node_modules/regjsparser": { |
| "version": "0.12.0", |
| "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.12.0.tgz", |
| "integrity": "sha512-cnE+y8bz4NhMjISKbgeVJtqNbtf5QpjZP+Bslo+UqkIt9QPnX9q095eiRRASJG1/tz6dlNr6Z5NsBiWYokp6EQ==", |
| "license": "BSD-2-Clause", |
| "dependencies": { |
| "jsesc": "~3.0.2" |
| }, |
| "bin": { |
| "regjsparser": "bin/parser" |
| } |
| }, |
| "node_modules/regjsparser/node_modules/jsesc": { |
| "version": "3.0.2", |
| "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz", |
| "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==", |
| "license": "MIT", |
| "bin": { |
| "jsesc": "bin/jsesc" |
| }, |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/require-from-string": { |
| "version": "2.0.2", |
| "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", |
| "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/resolve": { |
| "version": "1.22.10", |
| "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz", |
| "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==", |
| "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", |
| "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz", |
| "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", |
| "license": "MIT", |
| "dependencies": { |
| "resolve-from": "^5.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/resolve-from": { |
| "version": "5.0.0", |
| "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", |
| "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/safe-array-concat": { |
| "version": "1.1.3", |
| "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.3.tgz", |
| "integrity": "sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==", |
| "license": "MIT", |
| "dependencies": { |
| "call-bind": "^1.0.8", |
| "call-bound": "^1.0.2", |
| "get-intrinsic": "^1.2.6", |
| "has-symbols": "^1.1.0", |
| "isarray": "^2.0.5" |
| }, |
| "engines": { |
| "node": ">=0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/safe-array-concat/node_modules/isarray": { |
| "version": "2.0.5", |
| "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", |
| "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", |
| "license": "MIT" |
| }, |
| "node_modules/safe-buffer": { |
| "version": "5.2.1", |
| "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", |
| "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", |
| "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/safe-push-apply": { |
| "version": "1.0.0", |
| "resolved": "https://registry.npmjs.org/safe-push-apply/-/safe-push-apply-1.0.0.tgz", |
| "integrity": "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==", |
| "license": "MIT", |
| "dependencies": { |
| "es-errors": "^1.3.0", |
| "isarray": "^2.0.5" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/safe-push-apply/node_modules/isarray": { |
| "version": "2.0.5", |
| "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", |
| "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", |
| "license": "MIT" |
| }, |
| "node_modules/safe-regex-test": { |
| "version": "1.1.0", |
| "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.1.0.tgz", |
| "integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==", |
| "license": "MIT", |
| "dependencies": { |
| "call-bound": "^1.0.2", |
| "es-errors": "^1.3.0", |
| "is-regex": "^1.2.1" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/scheduler": { |
| "version": "0.26.0", |
| "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.26.0.tgz", |
| "integrity": "sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA==", |
| "license": "MIT" |
| }, |
| "node_modules/schema-utils": { |
| "version": "4.3.2", |
| "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.2.tgz", |
| "integrity": "sha512-Gn/JaSk/Mt9gYubxTtSn/QCV4em9mpAPiR1rqy/Ocu19u/G9J5WWdNoUT4SiV6mFC3y6cxyFcFwdzPM3FgxGAQ==", |
| "license": "MIT", |
| "dependencies": { |
| "@types/json-schema": "^7.0.9", |
| "ajv": "^8.9.0", |
| "ajv-formats": "^2.1.1", |
| "ajv-keywords": "^5.1.0" |
| }, |
| "engines": { |
| "node": ">= 10.13.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/webpack" |
| } |
| }, |
| "node_modules/semver": { |
| "version": "6.3.1", |
| "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", |
| "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", |
| "license": "ISC", |
| "bin": { |
| "semver": "bin/semver.js" |
| } |
| }, |
| "node_modules/serialize-javascript": { |
| "version": "6.0.2", |
| "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz", |
| "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==", |
| "license": "BSD-3-Clause", |
| "dependencies": { |
| "randombytes": "^2.1.0" |
| } |
| }, |
| "node_modules/set-function-length": { |
| "version": "1.2.2", |
| "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", |
| "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", |
| "license": "MIT", |
| "dependencies": { |
| "define-data-property": "^1.1.4", |
| "es-errors": "^1.3.0", |
| "function-bind": "^1.1.2", |
| "get-intrinsic": "^1.2.4", |
| "gopd": "^1.0.1", |
| "has-property-descriptors": "^1.0.2" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| } |
| }, |
| "node_modules/set-function-name": { |
| "version": "2.0.2", |
| "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz", |
| "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==", |
| "license": "MIT", |
| "dependencies": { |
| "define-data-property": "^1.1.4", |
| "es-errors": "^1.3.0", |
| "functions-have-names": "^1.2.3", |
| "has-property-descriptors": "^1.0.2" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| } |
| }, |
| "node_modules/set-proto": { |
| "version": "1.0.0", |
| "resolved": "https://registry.npmjs.org/set-proto/-/set-proto-1.0.0.tgz", |
| "integrity": "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==", |
| "license": "MIT", |
| "dependencies": { |
| "dunder-proto": "^1.0.1", |
| "es-errors": "^1.3.0", |
| "es-object-atoms": "^1.0.0" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| } |
| }, |
| "node_modules/shallow-clone": { |
| "version": "3.0.1", |
| "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz", |
| "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", |
| "license": "MIT", |
| "dependencies": { |
| "kind-of": "^6.0.2" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/shebang-command": { |
| "version": "2.0.0", |
| "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", |
| "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", |
| "license": "MIT", |
| "dependencies": { |
| "shebang-regex": "^3.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/shebang-regex": { |
| "version": "3.0.0", |
| "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", |
| "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/side-channel": { |
| "version": "1.1.0", |
| "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz", |
| "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==", |
| "license": "MIT", |
| "dependencies": { |
| "es-errors": "^1.3.0", |
| "object-inspect": "^1.13.3", |
| "side-channel-list": "^1.0.0", |
| "side-channel-map": "^1.0.1", |
| "side-channel-weakmap": "^1.0.2" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/side-channel-list": { |
| "version": "1.0.0", |
| "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz", |
| "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==", |
| "license": "MIT", |
| "dependencies": { |
| "es-errors": "^1.3.0", |
| "object-inspect": "^1.13.3" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/side-channel-map": { |
| "version": "1.0.1", |
| "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz", |
| "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==", |
| "license": "MIT", |
| "dependencies": { |
| "call-bound": "^1.0.2", |
| "es-errors": "^1.3.0", |
| "get-intrinsic": "^1.2.5", |
| "object-inspect": "^1.13.3" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/side-channel-weakmap": { |
| "version": "1.0.2", |
| "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz", |
| "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==", |
| "license": "MIT", |
| "dependencies": { |
| "call-bound": "^1.0.2", |
| "es-errors": "^1.3.0", |
| "get-intrinsic": "^1.2.5", |
| "object-inspect": "^1.13.3", |
| "side-channel-map": "^1.0.1" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/slash": { |
| "version": "2.0.0", |
| "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", |
| "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/source-map": { |
| "version": "0.6.1", |
| "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", |
| "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", |
| "license": "BSD-3-Clause", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/source-map-support": { |
| "version": "0.5.21", |
| "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", |
| "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", |
| "license": "MIT", |
| "dependencies": { |
| "buffer-from": "^1.0.0", |
| "source-map": "^0.6.0" |
| } |
| }, |
| "node_modules/stop-iteration-iterator": { |
| "version": "1.1.0", |
| "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz", |
| "integrity": "sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==", |
| "license": "MIT", |
| "dependencies": { |
| "es-errors": "^1.3.0", |
| "internal-slot": "^1.1.0" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| } |
| }, |
| "node_modules/stream-browserify": { |
| "version": "3.0.0", |
| "resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-3.0.0.tgz", |
| "integrity": "sha512-H73RAHsVBapbim0tU2JwwOiXUj+fikfiaoYAKHF3VJfA0pe2BCzkhAHBlLG6REzE+2WNZcxOXjK7lkso+9euLA==", |
| "license": "MIT", |
| "dependencies": { |
| "inherits": "~2.0.4", |
| "readable-stream": "^3.5.0" |
| } |
| }, |
| "node_modules/stream-browserify/node_modules/readable-stream": { |
| "version": "3.6.2", |
| "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", |
| "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", |
| "license": "MIT", |
| "dependencies": { |
| "inherits": "^2.0.3", |
| "string_decoder": "^1.1.1", |
| "util-deprecate": "^1.0.1" |
| }, |
| "engines": { |
| "node": ">= 6" |
| } |
| }, |
| "node_modules/string_decoder": { |
| "version": "1.3.0", |
| "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", |
| "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", |
| "license": "MIT", |
| "dependencies": { |
| "safe-buffer": "~5.2.0" |
| } |
| }, |
| "node_modules/string.prototype.trim": { |
| "version": "1.2.10", |
| "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz", |
| "integrity": "sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==", |
| "license": "MIT", |
| "dependencies": { |
| "call-bind": "^1.0.8", |
| "call-bound": "^1.0.2", |
| "define-data-property": "^1.1.4", |
| "define-properties": "^1.2.1", |
| "es-abstract": "^1.23.5", |
| "es-object-atoms": "^1.0.0", |
| "has-property-descriptors": "^1.0.2" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/string.prototype.trimend": { |
| "version": "1.0.9", |
| "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz", |
| "integrity": "sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==", |
| "license": "MIT", |
| "dependencies": { |
| "call-bind": "^1.0.8", |
| "call-bound": "^1.0.2", |
| "define-properties": "^1.2.1", |
| "es-object-atoms": "^1.0.0" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/string.prototype.trimstart": { |
| "version": "1.0.8", |
| "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz", |
| "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==", |
| "license": "MIT", |
| "dependencies": { |
| "call-bind": "^1.0.7", |
| "define-properties": "^1.2.1", |
| "es-object-atoms": "^1.0.0" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/supports-color": { |
| "version": "8.1.1", |
| "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", |
| "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", |
| "license": "MIT", |
| "dependencies": { |
| "has-flag": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/supports-color?sponsor=1" |
| } |
| }, |
| "node_modules/supports-preserve-symlinks-flag": { |
| "version": "1.0.0", |
| "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", |
| "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/tapable": { |
| "version": "2.2.2", |
| "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.2.tgz", |
| "integrity": "sha512-Re10+NauLTMCudc7T5WLFLAwDhQ0JWdrMK+9B2M8zR5hRExKmsRDCBA7/aV/pNJFltmBFO5BAMlQFi/vq3nKOg==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/terser": { |
| "version": "5.43.1", |
| "resolved": "https://registry.npmjs.org/terser/-/terser-5.43.1.tgz", |
| "integrity": "sha512-+6erLbBm0+LROX2sPXlUYx/ux5PyE9K/a92Wrt6oA+WDAoFTdpHE5tCYCI5PNzq2y8df4rA+QgHLJuR4jNymsg==", |
| "license": "BSD-2-Clause", |
| "dependencies": { |
| "@jridgewell/source-map": "^0.3.3", |
| "acorn": "^8.14.0", |
| "commander": "^2.20.0", |
| "source-map-support": "~0.5.20" |
| }, |
| "bin": { |
| "terser": "bin/terser" |
| }, |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/terser-webpack-plugin": { |
| "version": "5.3.14", |
| "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.14.tgz", |
| "integrity": "sha512-vkZjpUjb6OMS7dhV+tILUW6BhpDR7P2L/aQSAv+Uwk+m8KATX9EccViHTJR2qDtACKPIYndLGCyl3FMo+r2LMw==", |
| "license": "MIT", |
| "dependencies": { |
| "@jridgewell/trace-mapping": "^0.3.25", |
| "jest-worker": "^27.4.5", |
| "schema-utils": "^4.3.0", |
| "serialize-javascript": "^6.0.2", |
| "terser": "^5.31.1" |
| }, |
| "engines": { |
| "node": ">= 10.13.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/webpack" |
| }, |
| "peerDependencies": { |
| "webpack": "^5.1.0" |
| }, |
| "peerDependenciesMeta": { |
| "@swc/core": { |
| "optional": true |
| }, |
| "esbuild": { |
| "optional": true |
| }, |
| "uglify-js": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/terser/node_modules/commander": { |
| "version": "2.20.3", |
| "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", |
| "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", |
| "license": "MIT" |
| }, |
| "node_modules/text-encoding": { |
| "version": "0.7.0", |
| "resolved": "https://registry.npmjs.org/text-encoding/-/text-encoding-0.7.0.tgz", |
| "integrity": "sha512-oJQ3f1hrOnbRLOcwKz0Liq2IcrvDeZRHXhd9RgLrsT+DjWY/nty1Hi7v3dtkaEYbPYe0mUoOfzRrMwfXXwgPUA==", |
| "deprecated": "no longer maintained", |
| "license": "(Unlicense OR Apache-2.0)" |
| }, |
| "node_modules/to-regex-range": { |
| "version": "5.0.1", |
| "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", |
| "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", |
| "license": "MIT", |
| "optional": true, |
| "dependencies": { |
| "is-number": "^7.0.0" |
| }, |
| "engines": { |
| "node": ">=8.0" |
| } |
| }, |
| "node_modules/typed-array-buffer": { |
| "version": "1.0.3", |
| "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz", |
| "integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==", |
| "license": "MIT", |
| "dependencies": { |
| "call-bound": "^1.0.3", |
| "es-errors": "^1.3.0", |
| "is-typed-array": "^1.1.14" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| } |
| }, |
| "node_modules/typed-array-byte-length": { |
| "version": "1.0.3", |
| "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz", |
| "integrity": "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==", |
| "license": "MIT", |
| "dependencies": { |
| "call-bind": "^1.0.8", |
| "for-each": "^0.3.3", |
| "gopd": "^1.2.0", |
| "has-proto": "^1.2.0", |
| "is-typed-array": "^1.1.14" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/typed-array-byte-offset": { |
| "version": "1.0.4", |
| "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz", |
| "integrity": "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==", |
| "license": "MIT", |
| "dependencies": { |
| "available-typed-arrays": "^1.0.7", |
| "call-bind": "^1.0.8", |
| "for-each": "^0.3.3", |
| "gopd": "^1.2.0", |
| "has-proto": "^1.2.0", |
| "is-typed-array": "^1.1.15", |
| "reflect.getprototypeof": "^1.0.9" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/typed-array-length": { |
| "version": "1.0.7", |
| "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.7.tgz", |
| "integrity": "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==", |
| "license": "MIT", |
| "dependencies": { |
| "call-bind": "^1.0.7", |
| "for-each": "^0.3.3", |
| "gopd": "^1.0.1", |
| "is-typed-array": "^1.1.13", |
| "possible-typed-array-names": "^1.0.0", |
| "reflect.getprototypeof": "^1.0.6" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/unbox-primitive": { |
| "version": "1.1.0", |
| "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz", |
| "integrity": "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==", |
| "license": "MIT", |
| "dependencies": { |
| "call-bound": "^1.0.3", |
| "has-bigints": "^1.0.2", |
| "has-symbols": "^1.1.0", |
| "which-boxed-primitive": "^1.1.1" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/undici-types": { |
| "version": "7.10.0", |
| "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.10.0.tgz", |
| "integrity": "sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==", |
| "license": "MIT" |
| }, |
| "node_modules/unicode-canonical-property-names-ecmascript": { |
| "version": "2.0.1", |
| "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz", |
| "integrity": "sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/unicode-match-property-ecmascript": { |
| "version": "2.0.0", |
| "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", |
| "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", |
| "license": "MIT", |
| "dependencies": { |
| "unicode-canonical-property-names-ecmascript": "^2.0.0", |
| "unicode-property-aliases-ecmascript": "^2.0.0" |
| }, |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/unicode-match-property-value-ecmascript": { |
| "version": "2.2.0", |
| "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.0.tgz", |
| "integrity": "sha512-4IehN3V/+kkr5YeSSDDQG8QLqO26XpL2XP3GQtqwlT/QYSECAwFztxVHjlbh0+gjJ3XmNLS0zDsbgs9jWKExLg==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/unicode-property-aliases-ecmascript": { |
| "version": "2.1.0", |
| "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz", |
| "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/update-browserslist-db": { |
| "version": "1.1.3", |
| "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz", |
| "integrity": "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==", |
| "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/url": { |
| "version": "0.11.4", |
| "resolved": "https://registry.npmjs.org/url/-/url-0.11.4.tgz", |
| "integrity": "sha512-oCwdVC7mTuWiPyjLUz/COz5TLk6wgp0RCsN+wHZ2Ekneac9w8uuV0njcbbie2ME+Vs+d6duwmYuR3HgQXs1fOg==", |
| "license": "MIT", |
| "dependencies": { |
| "punycode": "^1.4.1", |
| "qs": "^6.12.3" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| } |
| }, |
| "node_modules/url/node_modules/punycode": { |
| "version": "1.4.1", |
| "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", |
| "integrity": "sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==", |
| "license": "MIT" |
| }, |
| "node_modules/util": { |
| "version": "0.12.5", |
| "resolved": "https://registry.npmjs.org/util/-/util-0.12.5.tgz", |
| "integrity": "sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==", |
| "license": "MIT", |
| "dependencies": { |
| "inherits": "^2.0.3", |
| "is-arguments": "^1.0.4", |
| "is-generator-function": "^1.0.7", |
| "is-typed-array": "^1.1.3", |
| "which-typed-array": "^1.1.2" |
| } |
| }, |
| "node_modules/util-deprecate": { |
| "version": "1.0.2", |
| "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", |
| "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", |
| "license": "MIT" |
| }, |
| "node_modules/v8flags": { |
| "version": "3.2.0", |
| "resolved": "https://registry.npmjs.org/v8flags/-/v8flags-3.2.0.tgz", |
| "integrity": "sha512-mH8etigqMfiGWdeXpaaqGfs6BndypxusHHcv2qSHyZkGEznCd/qAXCWWRzeowtL54147cktFOC4P5y+kl8d8Jg==", |
| "license": "MIT", |
| "dependencies": { |
| "homedir-polyfill": "^1.0.1" |
| }, |
| "engines": { |
| "node": ">= 0.10" |
| } |
| }, |
| "node_modules/watchpack": { |
| "version": "2.4.4", |
| "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.4.tgz", |
| "integrity": "sha512-c5EGNOiyxxV5qmTtAB7rbiXxi1ooX1pQKMLX/MIabJjRA0SJBQOjKF+KSVfHkr9U1cADPon0mRiVe/riyaiDUA==", |
| "license": "MIT", |
| "dependencies": { |
| "glob-to-regexp": "^0.4.1", |
| "graceful-fs": "^4.1.2" |
| }, |
| "engines": { |
| "node": ">=10.13.0" |
| } |
| }, |
| "node_modules/webpack": { |
| "version": "5.101.0", |
| "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.101.0.tgz", |
| "integrity": "sha512-B4t+nJqytPeuZlHuIKTbalhljIFXeNRqrUGAQgTGlfOl2lXXKXw+yZu6bicycP+PUlM44CxBjCFD6aciKFT3LQ==", |
| "license": "MIT", |
| "dependencies": { |
| "@types/eslint-scope": "^3.7.7", |
| "@types/estree": "^1.0.8", |
| "@types/json-schema": "^7.0.15", |
| "@webassemblyjs/ast": "^1.14.1", |
| "@webassemblyjs/wasm-edit": "^1.14.1", |
| "@webassemblyjs/wasm-parser": "^1.14.1", |
| "acorn": "^8.15.0", |
| "acorn-import-phases": "^1.0.3", |
| "browserslist": "^4.24.0", |
| "chrome-trace-event": "^1.0.2", |
| "enhanced-resolve": "^5.17.2", |
| "es-module-lexer": "^1.2.1", |
| "eslint-scope": "5.1.1", |
| "events": "^3.2.0", |
| "glob-to-regexp": "^0.4.1", |
| "graceful-fs": "^4.2.11", |
| "json-parse-even-better-errors": "^2.3.1", |
| "loader-runner": "^4.2.0", |
| "mime-types": "^2.1.27", |
| "neo-async": "^2.6.2", |
| "schema-utils": "^4.3.2", |
| "tapable": "^2.1.1", |
| "terser-webpack-plugin": "^5.3.11", |
| "watchpack": "^2.4.1", |
| "webpack-sources": "^3.3.3" |
| }, |
| "bin": { |
| "webpack": "bin/webpack.js" |
| }, |
| "engines": { |
| "node": ">=10.13.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/webpack" |
| }, |
| "peerDependenciesMeta": { |
| "webpack-cli": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/webpack-cli": { |
| "version": "6.0.1", |
| "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-6.0.1.tgz", |
| "integrity": "sha512-MfwFQ6SfwinsUVi0rNJm7rHZ31GyTcpVE5pgVA3hwFRb7COD4TzjUUwhGWKfO50+xdc2MQPuEBBJoqIMGt3JDw==", |
| "license": "MIT", |
| "dependencies": { |
| "@discoveryjs/json-ext": "^0.6.1", |
| "@webpack-cli/configtest": "^3.0.1", |
| "@webpack-cli/info": "^3.0.1", |
| "@webpack-cli/serve": "^3.0.1", |
| "colorette": "^2.0.14", |
| "commander": "^12.1.0", |
| "cross-spawn": "^7.0.3", |
| "envinfo": "^7.14.0", |
| "fastest-levenshtein": "^1.0.12", |
| "import-local": "^3.0.2", |
| "interpret": "^3.1.1", |
| "rechoir": "^0.8.0", |
| "webpack-merge": "^6.0.1" |
| }, |
| "bin": { |
| "webpack-cli": "bin/cli.js" |
| }, |
| "engines": { |
| "node": ">=18.12.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/webpack" |
| }, |
| "peerDependencies": { |
| "webpack": "^5.82.0" |
| }, |
| "peerDependenciesMeta": { |
| "webpack-bundle-analyzer": { |
| "optional": true |
| }, |
| "webpack-dev-server": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/webpack-cli/node_modules/commander": { |
| "version": "12.1.0", |
| "resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz", |
| "integrity": "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/webpack-merge": { |
| "version": "6.0.1", |
| "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-6.0.1.tgz", |
| "integrity": "sha512-hXXvrjtx2PLYx4qruKl+kyRSLc52V+cCvMxRjmKwoA+CBbbF5GfIBtR6kCvl0fYGqTUPKB+1ktVmTHqMOzgCBg==", |
| "license": "MIT", |
| "dependencies": { |
| "clone-deep": "^4.0.1", |
| "flat": "^5.0.2", |
| "wildcard": "^2.0.1" |
| }, |
| "engines": { |
| "node": ">=18.0.0" |
| } |
| }, |
| "node_modules/webpack-sources": { |
| "version": "3.3.3", |
| "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.3.3.tgz", |
| "integrity": "sha512-yd1RBzSGanHkitROoPFd6qsrxt+oFhg/129YzheDGqeustzX0vTZJZsSsQjVQC4yzBQ56K55XU8gaNCtIzOnTg==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=10.13.0" |
| } |
| }, |
| "node_modules/which": { |
| "version": "2.0.2", |
| "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", |
| "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", |
| "license": "ISC", |
| "dependencies": { |
| "isexe": "^2.0.0" |
| }, |
| "bin": { |
| "node-which": "bin/node-which" |
| }, |
| "engines": { |
| "node": ">= 8" |
| } |
| }, |
| "node_modules/which-boxed-primitive": { |
| "version": "1.1.1", |
| "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz", |
| "integrity": "sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==", |
| "license": "MIT", |
| "dependencies": { |
| "is-bigint": "^1.1.0", |
| "is-boolean-object": "^1.2.1", |
| "is-number-object": "^1.1.1", |
| "is-string": "^1.1.1", |
| "is-symbol": "^1.1.1" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/which-builtin-type": { |
| "version": "1.2.1", |
| "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.2.1.tgz", |
| "integrity": "sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==", |
| "license": "MIT", |
| "dependencies": { |
| "call-bound": "^1.0.2", |
| "function.prototype.name": "^1.1.6", |
| "has-tostringtag": "^1.0.2", |
| "is-async-function": "^2.0.0", |
| "is-date-object": "^1.1.0", |
| "is-finalizationregistry": "^1.1.0", |
| "is-generator-function": "^1.0.10", |
| "is-regex": "^1.2.1", |
| "is-weakref": "^1.0.2", |
| "isarray": "^2.0.5", |
| "which-boxed-primitive": "^1.1.0", |
| "which-collection": "^1.0.2", |
| "which-typed-array": "^1.1.16" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/which-builtin-type/node_modules/isarray": { |
| "version": "2.0.5", |
| "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", |
| "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", |
| "license": "MIT" |
| }, |
| "node_modules/which-collection": { |
| "version": "1.0.2", |
| "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz", |
| "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==", |
| "license": "MIT", |
| "dependencies": { |
| "is-map": "^2.0.3", |
| "is-set": "^2.0.3", |
| "is-weakmap": "^2.0.2", |
| "is-weakset": "^2.0.3" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/which-typed-array": { |
| "version": "1.1.19", |
| "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.19.tgz", |
| "integrity": "sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==", |
| "license": "MIT", |
| "dependencies": { |
| "available-typed-arrays": "^1.0.7", |
| "call-bind": "^1.0.8", |
| "call-bound": "^1.0.4", |
| "for-each": "^0.3.5", |
| "get-proto": "^1.0.1", |
| "gopd": "^1.2.0", |
| "has-tostringtag": "^1.0.2" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/wildcard": { |
| "version": "2.0.1", |
| "resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.1.tgz", |
| "integrity": "sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==", |
| "license": "MIT" |
| }, |
| "node_modules/wrappy": { |
| "version": "1.0.2", |
| "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", |
| "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", |
| "license": "ISC" |
| }, |
| "node_modules/xpath": { |
| "version": "0.0.34", |
| "resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.34.tgz", |
| "integrity": "sha512-FxF6+rkr1rNSQrhUNYrAFJpRXNzlDoMxeXN5qI84939ylEv3qqPFKa85Oxr6tDaJKqwW6KKyo2v26TSv3k6LeA==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.6.0" |
| } |
| }, |
| "node_modules/yallist": { |
| "version": "3.1.1", |
| "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", |
| "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", |
| "license": "ISC" |
| }, |
| "node_modules/yocto-queue": { |
| "version": "0.1.0", |
| "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", |
| "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| } |
| } |
| } |