| { |
| "name": "emscripten", |
| "lockfileVersion": 3, |
| "requires": true, |
| "packages": { |
| "": { |
| "dependencies": { |
| "@babel/cli": "^7.28.3", |
| "@babel/core": "^7.28.4", |
| "@babel/preset-env": "^7.28.3", |
| "acorn": "^8.15.0", |
| "google-closure-compiler": "20240317.0.0", |
| "html-minifier-terser": "7.2.0" |
| }, |
| "devDependencies": { |
| "@eslint/eslintrc": "^3.3.1", |
| "@eslint/js": "^9.36.0", |
| "es-check": "^9.4.4", |
| "eslint": "^9.36.0", |
| "eslint-config-prettier": "^10.1.8", |
| "globals": "^16.4.0", |
| "prettier": "^3.6.2", |
| "rollup": "^4.52.3", |
| "source-map": "0.7.6", |
| "typescript": "^5.9.3", |
| "vite": "^7.1.7", |
| "webpack": "^5.102.0", |
| "webpack-cli": "^6.0.1", |
| "ws": "^8.18.3" |
| } |
| }, |
| "node_modules/@babel/cli": { |
| "version": "7.28.3", |
| "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.28.3.tgz", |
| "integrity": "sha512-n1RU5vuCX0CsaqaXm9I0KUCNKNQMy5epmzl/xdSSm70bSqhg9GWhgeosypyQLc0bK24+Xpk1WGzZlI9pJtkZdg==", |
| "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==", |
| "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==", |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/core": { |
| "version": "7.28.4", |
| "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.4.tgz", |
| "integrity": "sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==", |
| "dependencies": { |
| "@babel/code-frame": "^7.27.1", |
| "@babel/generator": "^7.28.3", |
| "@babel/helper-compilation-targets": "^7.27.2", |
| "@babel/helper-module-transforms": "^7.28.3", |
| "@babel/helpers": "^7.28.4", |
| "@babel/parser": "^7.28.4", |
| "@babel/template": "^7.27.2", |
| "@babel/traverse": "^7.28.4", |
| "@babel/types": "^7.28.4", |
| "@jridgewell/remapping": "^2.3.5", |
| "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.3", |
| "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.3.tgz", |
| "integrity": "sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==", |
| "dependencies": { |
| "@babel/parser": "^7.28.3", |
| "@babel/types": "^7.28.2", |
| "@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==", |
| "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==", |
| "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.28.3", |
| "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.3.tgz", |
| "integrity": "sha512-V9f6ZFIYSLNEbuGA/92uOvYsGCJNsuA8ESZ4ldc09bWk/j8H8TKiPw8Mk1eG6olpnO0ALHJmYfZvF4MEE4gajg==", |
| "dependencies": { |
| "@babel/helper-annotate-as-pure": "^7.27.3", |
| "@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.28.3", |
| "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==", |
| "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==", |
| "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==", |
| "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==", |
| "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==", |
| "dependencies": { |
| "@babel/traverse": "^7.27.1", |
| "@babel/types": "^7.27.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/helper-module-transforms": { |
| "version": "7.28.3", |
| "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz", |
| "integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==", |
| "dependencies": { |
| "@babel/helper-module-imports": "^7.27.1", |
| "@babel/helper-validator-identifier": "^7.27.1", |
| "@babel/traverse": "^7.28.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==", |
| "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==", |
| "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==", |
| "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==", |
| "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==", |
| "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==", |
| "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==", |
| "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==", |
| "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==", |
| "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.4", |
| "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz", |
| "integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==", |
| "dependencies": { |
| "@babel/template": "^7.27.2", |
| "@babel/types": "^7.28.4" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/parser": { |
| "version": "7.28.4", |
| "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.4.tgz", |
| "integrity": "sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==", |
| "dependencies": { |
| "@babel/types": "^7.28.4" |
| }, |
| "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==", |
| "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==", |
| "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==", |
| "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==", |
| "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.28.3", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.28.3.tgz", |
| "integrity": "sha512-b6YTX108evsvE4YgWyQ921ZAFFQm3Bn+CA3+ZXlNVnPhx+UfsVURoPjfGAPCjBgrqo30yX/C2nZGX96DxvR9Iw==", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.27.1", |
| "@babel/traverse": "^7.28.3" |
| }, |
| "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==", |
| "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==", |
| "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==", |
| "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==", |
| "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==", |
| "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==", |
| "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==", |
| "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==", |
| "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.28.3", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.28.3.tgz", |
| "integrity": "sha512-LtPXlBbRoc4Njl/oh1CeD/3jC+atytbnf/UqLoqTDcEYGUPj022+rvfkbDYieUrSj3CaV4yHDByPE+T2HwfsJg==", |
| "dependencies": { |
| "@babel/helper-create-class-features-plugin": "^7.28.3", |
| "@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.4", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.4.tgz", |
| "integrity": "sha512-cFOlhIYPBv/iBoc+KS3M6et2XPtbT2HiCRfBXWtfpc9OAyostldxIf9YAYB6ypURBBbx+Qv6nyrLzASfJe+hBA==", |
| "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.4" |
| }, |
| "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==", |
| "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==", |
| "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==", |
| "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==", |
| "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==", |
| "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==", |
| "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==", |
| "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==", |
| "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==", |
| "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==", |
| "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==", |
| "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==", |
| "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==", |
| "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==", |
| "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==", |
| "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==", |
| "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==", |
| "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==", |
| "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==", |
| "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==", |
| "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==", |
| "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==", |
| "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==", |
| "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==", |
| "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==", |
| "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==", |
| "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==", |
| "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==", |
| "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==", |
| "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==", |
| "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==", |
| "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-regenerator": { |
| "version": "7.28.4", |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.4.tgz", |
| "integrity": "sha512-+ZEdQlBoRg9m2NnzvEeLgtvBMO4tkFBw5SQIUgLICgTrumLoU7lr+Oghi6km2PFj+dbUt2u1oby2w3BDO9YQnA==", |
| "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==", |
| "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==", |
| "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==", |
| "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==", |
| "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==", |
| "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==", |
| "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==", |
| "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==", |
| "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==", |
| "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==", |
| "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==", |
| "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.3", |
| "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.28.3.tgz", |
| "integrity": "sha512-ROiDcM+GbYVPYBOeCR6uBXKkQpBExLl8k9HO1ygXEyds39j+vCCsjmj7S8GOniZQlEs81QlkdJZe76IpLSiqpg==", |
| "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.28.3", |
| "@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.28.3", |
| "@babel/plugin-transform-classes": "^7.28.3", |
| "@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.3", |
| "@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/template": { |
| "version": "7.27.2", |
| "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz", |
| "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==", |
| "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.4", |
| "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.4.tgz", |
| "integrity": "sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ==", |
| "dependencies": { |
| "@babel/code-frame": "^7.27.1", |
| "@babel/generator": "^7.28.3", |
| "@babel/helper-globals": "^7.28.0", |
| "@babel/parser": "^7.28.4", |
| "@babel/template": "^7.27.2", |
| "@babel/types": "^7.28.4", |
| "debug": "^4.3.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/types": { |
| "version": "7.28.4", |
| "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.4.tgz", |
| "integrity": "sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==", |
| "dependencies": { |
| "@babel/helper-string-parser": "^7.27.1", |
| "@babel/helper-validator-identifier": "^7.27.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@colors/colors": { |
| "version": "1.6.0", |
| "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.6.0.tgz", |
| "integrity": "sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.1.90" |
| } |
| }, |
| "node_modules/@dabh/diagnostics": { |
| "version": "2.0.3", |
| "resolved": "https://registry.npmjs.org/@dabh/diagnostics/-/diagnostics-2.0.3.tgz", |
| "integrity": "sha512-hrlQOIi7hAfzsMqlGSFyVucrx38O+j6wiGOf//H2ecvIEqYN4ADBSS2iLMh5UFyDunCNniUIPk/q3riFv45xRA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "colorspace": "1.1.x", |
| "enabled": "2.0.x", |
| "kuler": "^2.0.0" |
| } |
| }, |
| "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==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=14.17.0" |
| } |
| }, |
| "node_modules/@esbuild/aix-ppc64": { |
| "version": "0.25.0", |
| "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.0.tgz", |
| "integrity": "sha512-O7vun9Sf8DFjH2UtqK8Ku3LkquL9SZL8OLY1T5NZkA34+wG3OQF7cl4Ql8vdNzM6fzBbYfLaiRLIOZ+2FOCgBQ==", |
| "cpu": [ |
| "ppc64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "aix" |
| ], |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@esbuild/android-arm": { |
| "version": "0.25.0", |
| "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.0.tgz", |
| "integrity": "sha512-PTyWCYYiU0+1eJKmw21lWtC+d08JDZPQ5g+kFyxP0V+es6VPPSUhM6zk8iImp2jbV6GwjX4pap0JFbUQN65X1g==", |
| "cpu": [ |
| "arm" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "android" |
| ], |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@esbuild/android-arm64": { |
| "version": "0.25.0", |
| "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.0.tgz", |
| "integrity": "sha512-grvv8WncGjDSyUBjN9yHXNt+cq0snxXbDxy5pJtzMKGmmpPxeAmAhWxXI+01lU5rwZomDgD3kJwulEnhTRUd6g==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "android" |
| ], |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@esbuild/android-x64": { |
| "version": "0.25.0", |
| "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.0.tgz", |
| "integrity": "sha512-m/ix7SfKG5buCnxasr52+LI78SQ+wgdENi9CqyCXwjVR2X4Jkz+BpC3le3AoBPYTC9NHklwngVXvbJ9/Akhrfg==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "android" |
| ], |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@esbuild/darwin-arm64": { |
| "version": "0.25.0", |
| "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.0.tgz", |
| "integrity": "sha512-mVwdUb5SRkPayVadIOI78K7aAnPamoeFR2bT5nszFUZ9P8UpK4ratOdYbZZXYSqPKMHfS1wdHCJk1P1EZpRdvw==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "darwin" |
| ], |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@esbuild/darwin-x64": { |
| "version": "0.25.0", |
| "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.0.tgz", |
| "integrity": "sha512-DgDaYsPWFTS4S3nWpFcMn/33ZZwAAeAFKNHNa1QN0rI4pUjgqf0f7ONmXf6d22tqTY+H9FNdgeaAa+YIFUn2Rg==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "darwin" |
| ], |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@esbuild/freebsd-arm64": { |
| "version": "0.25.0", |
| "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.0.tgz", |
| "integrity": "sha512-VN4ocxy6dxefN1MepBx/iD1dH5K8qNtNe227I0mnTRjry8tj5MRk4zprLEdG8WPyAPb93/e4pSgi1SoHdgOa4w==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "freebsd" |
| ], |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@esbuild/freebsd-x64": { |
| "version": "0.25.0", |
| "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.0.tgz", |
| "integrity": "sha512-mrSgt7lCh07FY+hDD1TxiTyIHyttn6vnjesnPoVDNmDfOmggTLXRv8Id5fNZey1gl/V2dyVK1VXXqVsQIiAk+A==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "freebsd" |
| ], |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@esbuild/linux-arm": { |
| "version": "0.25.0", |
| "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.0.tgz", |
| "integrity": "sha512-vkB3IYj2IDo3g9xX7HqhPYxVkNQe8qTK55fraQyTzTX/fxaDtXiEnavv9geOsonh2Fd2RMB+i5cbhu2zMNWJwg==", |
| "cpu": [ |
| "arm" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@esbuild/linux-arm64": { |
| "version": "0.25.0", |
| "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.0.tgz", |
| "integrity": "sha512-9QAQjTWNDM/Vk2bgBl17yWuZxZNQIF0OUUuPZRKoDtqF2k4EtYbpyiG5/Dk7nqeK6kIJWPYldkOcBqjXjrUlmg==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@esbuild/linux-ia32": { |
| "version": "0.25.0", |
| "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.0.tgz", |
| "integrity": "sha512-43ET5bHbphBegyeqLb7I1eYn2P/JYGNmzzdidq/w0T8E2SsYL1U6un2NFROFRg1JZLTzdCoRomg8Rvf9M6W6Gg==", |
| "cpu": [ |
| "ia32" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@esbuild/linux-loong64": { |
| "version": "0.25.0", |
| "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.0.tgz", |
| "integrity": "sha512-fC95c/xyNFueMhClxJmeRIj2yrSMdDfmqJnyOY4ZqsALkDrrKJfIg5NTMSzVBr5YW1jf+l7/cndBfP3MSDpoHw==", |
| "cpu": [ |
| "loong64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@esbuild/linux-mips64el": { |
| "version": "0.25.0", |
| "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.0.tgz", |
| "integrity": "sha512-nkAMFju7KDW73T1DdH7glcyIptm95a7Le8irTQNO/qtkoyypZAnjchQgooFUDQhNAy4iu08N79W4T4pMBwhPwQ==", |
| "cpu": [ |
| "mips64el" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@esbuild/linux-ppc64": { |
| "version": "0.25.0", |
| "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.0.tgz", |
| "integrity": "sha512-NhyOejdhRGS8Iwv+KKR2zTq2PpysF9XqY+Zk77vQHqNbo/PwZCzB5/h7VGuREZm1fixhs4Q/qWRSi5zmAiO4Fw==", |
| "cpu": [ |
| "ppc64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@esbuild/linux-riscv64": { |
| "version": "0.25.0", |
| "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.0.tgz", |
| "integrity": "sha512-5S/rbP5OY+GHLC5qXp1y/Mx//e92L1YDqkiBbO9TQOvuFXM+iDqUNG5XopAnXoRH3FjIUDkeGcY1cgNvnXp/kA==", |
| "cpu": [ |
| "riscv64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@esbuild/linux-s390x": { |
| "version": "0.25.0", |
| "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.0.tgz", |
| "integrity": "sha512-XM2BFsEBz0Fw37V0zU4CXfcfuACMrppsMFKdYY2WuTS3yi8O1nFOhil/xhKTmE1nPmVyvQJjJivgDT+xh8pXJA==", |
| "cpu": [ |
| "s390x" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@esbuild/linux-x64": { |
| "version": "0.25.0", |
| "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.0.tgz", |
| "integrity": "sha512-9yl91rHw/cpwMCNytUDxwj2XjFpxML0y9HAOH9pNVQDpQrBxHy01Dx+vaMu0N1CKa/RzBD2hB4u//nfc+Sd3Cw==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@esbuild/netbsd-arm64": { |
| "version": "0.25.0", |
| "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.0.tgz", |
| "integrity": "sha512-RuG4PSMPFfrkH6UwCAqBzauBWTygTvb1nxWasEJooGSJ/NwRw7b2HOwyRTQIU97Hq37l3npXoZGYMy3b3xYvPw==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "netbsd" |
| ], |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@esbuild/netbsd-x64": { |
| "version": "0.25.0", |
| "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.0.tgz", |
| "integrity": "sha512-jl+qisSB5jk01N5f7sPCsBENCOlPiS/xptD5yxOx2oqQfyourJwIKLRA2yqWdifj3owQZCL2sn6o08dBzZGQzA==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "netbsd" |
| ], |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@esbuild/openbsd-arm64": { |
| "version": "0.25.0", |
| "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.0.tgz", |
| "integrity": "sha512-21sUNbq2r84YE+SJDfaQRvdgznTD8Xc0oc3p3iW/a1EVWeNj/SdUCbm5U0itZPQYRuRTW20fPMWMpcrciH2EJw==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "openbsd" |
| ], |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@esbuild/openbsd-x64": { |
| "version": "0.25.0", |
| "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.0.tgz", |
| "integrity": "sha512-2gwwriSMPcCFRlPlKx3zLQhfN/2WjJ2NSlg5TKLQOJdV0mSxIcYNTMhk3H3ulL/cak+Xj0lY1Ym9ysDV1igceg==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "openbsd" |
| ], |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@esbuild/sunos-x64": { |
| "version": "0.25.0", |
| "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.0.tgz", |
| "integrity": "sha512-bxI7ThgLzPrPz484/S9jLlvUAHYMzy6I0XiU1ZMeAEOBcS0VePBFxh1JjTQt3Xiat5b6Oh4x7UC7IwKQKIJRIg==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "sunos" |
| ], |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@esbuild/win32-arm64": { |
| "version": "0.25.0", |
| "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.0.tgz", |
| "integrity": "sha512-ZUAc2YK6JW89xTbXvftxdnYy3m4iHIkDtK3CLce8wg8M2L+YZhIvO1DKpxrd0Yr59AeNNkTiic9YLf6FTtXWMw==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "win32" |
| ], |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@esbuild/win32-ia32": { |
| "version": "0.25.0", |
| "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.0.tgz", |
| "integrity": "sha512-eSNxISBu8XweVEWG31/JzjkIGbGIJN/TrRoiSVZwZ6pkC6VX4Im/WV2cz559/TXLcYbcrDN8JtKgd9DJVIo8GA==", |
| "cpu": [ |
| "ia32" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "win32" |
| ], |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@esbuild/win32-x64": { |
| "version": "0.25.0", |
| "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.0.tgz", |
| "integrity": "sha512-ZENoHJBxA20C2zFzh6AI4fT6RraMzjYw4xKWemRTRmRVtN9c5DcH9r/f2ihEkMjOW5eGgrwCslG/+Y/3bL+DHQ==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "win32" |
| ], |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@eslint-community/eslint-utils": { |
| "version": "4.9.0", |
| "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz", |
| "integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "eslint-visitor-keys": "^3.4.3" |
| }, |
| "engines": { |
| "node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
| }, |
| "funding": { |
| "url": "https://opencollective.com/eslint" |
| }, |
| "peerDependencies": { |
| "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" |
| } |
| }, |
| "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": { |
| "version": "3.4.3", |
| "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", |
| "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", |
| "dev": true, |
| "license": "Apache-2.0", |
| "engines": { |
| "node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
| }, |
| "funding": { |
| "url": "https://opencollective.com/eslint" |
| } |
| }, |
| "node_modules/@eslint-community/regexpp": { |
| "version": "4.12.1", |
| "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz", |
| "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": "^12.0.0 || ^14.0.0 || >=16.0.0" |
| } |
| }, |
| "node_modules/@eslint/config-array": { |
| "version": "0.21.0", |
| "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.0.tgz", |
| "integrity": "sha512-ENIdc4iLu0d93HeYirvKmrzshzofPw6VkZRKQGe9Nv46ZnWUzcF1xV01dcvEg/1wXUR61OmmlSfyeyO7EvjLxQ==", |
| "dev": true, |
| "dependencies": { |
| "@eslint/object-schema": "^2.1.6", |
| "debug": "^4.3.1", |
| "minimatch": "^3.1.2" |
| }, |
| "engines": { |
| "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
| } |
| }, |
| "node_modules/@eslint/config-helpers": { |
| "version": "0.3.1", |
| "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.3.1.tgz", |
| "integrity": "sha512-xR93k9WhrDYpXHORXpxVL5oHj3Era7wo6k/Wd8/IsQNnZUTzkGS29lyn3nAT05v6ltUuTFVCCYDEGfy2Or/sPA==", |
| "dev": true, |
| "license": "Apache-2.0", |
| "engines": { |
| "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
| } |
| }, |
| "node_modules/@eslint/core": { |
| "version": "0.15.2", |
| "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.15.2.tgz", |
| "integrity": "sha512-78Md3/Rrxh83gCxoUc0EiciuOHsIITzLy53m3d9UyiW8y9Dj2D29FeETqyKA+BRK76tnTp6RXWb3pCay8Oyomg==", |
| "dev": true, |
| "license": "Apache-2.0", |
| "dependencies": { |
| "@types/json-schema": "^7.0.15" |
| }, |
| "engines": { |
| "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
| } |
| }, |
| "node_modules/@eslint/eslintrc": { |
| "version": "3.3.1", |
| "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz", |
| "integrity": "sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "ajv": "^6.12.4", |
| "debug": "^4.3.2", |
| "espree": "^10.0.1", |
| "globals": "^14.0.0", |
| "ignore": "^5.2.0", |
| "import-fresh": "^3.2.1", |
| "js-yaml": "^4.1.0", |
| "minimatch": "^3.1.2", |
| "strip-json-comments": "^3.1.1" |
| }, |
| "engines": { |
| "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
| }, |
| "funding": { |
| "url": "https://opencollective.com/eslint" |
| } |
| }, |
| "node_modules/@eslint/eslintrc/node_modules/globals": { |
| "version": "14.0.0", |
| "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz", |
| "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=18" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/@eslint/js": { |
| "version": "9.36.0", |
| "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.36.0.tgz", |
| "integrity": "sha512-uhCbYtYynH30iZErszX78U+nR3pJU3RHGQ57NXy5QupD4SBVwDeU8TNBy+MjMngc1UyIW9noKqsRqfjQTBU2dw==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
| }, |
| "funding": { |
| "url": "https://eslint.org/donate" |
| } |
| }, |
| "node_modules/@eslint/object-schema": { |
| "version": "2.1.6", |
| "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.6.tgz", |
| "integrity": "sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==", |
| "dev": true, |
| "engines": { |
| "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
| } |
| }, |
| "node_modules/@eslint/plugin-kit": { |
| "version": "0.3.5", |
| "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.3.5.tgz", |
| "integrity": "sha512-Z5kJ+wU3oA7MMIqVR9tyZRtjYPr4OC004Q4Rw7pgOKUOKkJfZ3O24nz3WYfGRpMDNmcOi3TwQOmgm7B7Tpii0w==", |
| "dev": true, |
| "license": "Apache-2.0", |
| "dependencies": { |
| "@eslint/core": "^0.15.2", |
| "levn": "^0.4.1" |
| }, |
| "engines": { |
| "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
| } |
| }, |
| "node_modules/@humanfs/core": { |
| "version": "0.19.1", |
| "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz", |
| "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==", |
| "dev": true, |
| "license": "Apache-2.0", |
| "engines": { |
| "node": ">=18.18.0" |
| } |
| }, |
| "node_modules/@humanfs/node": { |
| "version": "0.16.6", |
| "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.6.tgz", |
| "integrity": "sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==", |
| "dev": true, |
| "license": "Apache-2.0", |
| "dependencies": { |
| "@humanfs/core": "^0.19.1", |
| "@humanwhocodes/retry": "^0.3.0" |
| }, |
| "engines": { |
| "node": ">=18.18.0" |
| } |
| }, |
| "node_modules/@humanfs/node/node_modules/@humanwhocodes/retry": { |
| "version": "0.3.1", |
| "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.1.tgz", |
| "integrity": "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==", |
| "dev": true, |
| "license": "Apache-2.0", |
| "engines": { |
| "node": ">=18.18" |
| }, |
| "funding": { |
| "type": "github", |
| "url": "https://github.com/sponsors/nzakas" |
| } |
| }, |
| "node_modules/@humanwhocodes/module-importer": { |
| "version": "1.0.1", |
| "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", |
| "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", |
| "dev": true, |
| "license": "Apache-2.0", |
| "engines": { |
| "node": ">=12.22" |
| }, |
| "funding": { |
| "type": "github", |
| "url": "https://github.com/sponsors/nzakas" |
| } |
| }, |
| "node_modules/@humanwhocodes/retry": { |
| "version": "0.4.2", |
| "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.2.tgz", |
| "integrity": "sha512-xeO57FpIu4p1Ri3Jq/EXq4ClRm86dVF2z/+kvFnyqVYRavTZmaFaUBbWCOuuTh0o/g7DSsk6kc2vrS4Vl5oPOQ==", |
| "dev": true, |
| "license": "Apache-2.0", |
| "engines": { |
| "node": ">=18.18" |
| }, |
| "funding": { |
| "type": "github", |
| "url": "https://github.com/sponsors/nzakas" |
| } |
| }, |
| "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==", |
| "dependencies": { |
| "@jridgewell/sourcemap-codec": "^1.5.0", |
| "@jridgewell/trace-mapping": "^0.3.24" |
| } |
| }, |
| "node_modules/@jridgewell/remapping": { |
| "version": "2.3.5", |
| "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz", |
| "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==", |
| "dependencies": { |
| "@jridgewell/gen-mapping": "^0.3.5", |
| "@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.6", |
| "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz", |
| "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==", |
| "license": "MIT", |
| "dependencies": { |
| "@jridgewell/gen-mapping": "^0.3.5", |
| "@jridgewell/trace-mapping": "^0.3.25" |
| } |
| }, |
| "node_modules/@jridgewell/sourcemap-codec": { |
| "version": "1.5.0", |
| "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", |
| "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==", |
| "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==", |
| "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/@nodelib/fs.scandir": { |
| "version": "2.1.5", |
| "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", |
| "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@nodelib/fs.stat": "2.0.5", |
| "run-parallel": "^1.1.9" |
| }, |
| "engines": { |
| "node": ">= 8" |
| } |
| }, |
| "node_modules/@nodelib/fs.stat": { |
| "version": "2.0.5", |
| "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", |
| "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">= 8" |
| } |
| }, |
| "node_modules/@nodelib/fs.walk": { |
| "version": "1.2.8", |
| "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", |
| "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@nodelib/fs.scandir": "2.1.5", |
| "fastq": "^1.6.0" |
| }, |
| "engines": { |
| "node": ">= 8" |
| } |
| }, |
| "node_modules/@rollup/rollup-android-arm-eabi": { |
| "version": "4.52.3", |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.52.3.tgz", |
| "integrity": "sha512-h6cqHGZ6VdnwliFG1NXvMPTy/9PS3h8oLh7ImwR+kl+oYnQizgjxsONmmPSb2C66RksfkfIxEVtDSEcJiO0tqw==", |
| "cpu": [ |
| "arm" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "android" |
| ] |
| }, |
| "node_modules/@rollup/rollup-android-arm64": { |
| "version": "4.52.3", |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.52.3.tgz", |
| "integrity": "sha512-wd+u7SLT/u6knklV/ifG7gr5Qy4GUbH2hMWcDauPFJzmCZUAJ8L2bTkVXC2niOIxp8lk3iH/QX8kSrUxVZrOVw==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "android" |
| ] |
| }, |
| "node_modules/@rollup/rollup-darwin-arm64": { |
| "version": "4.52.3", |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.52.3.tgz", |
| "integrity": "sha512-lj9ViATR1SsqycwFkJCtYfQTheBdvlWJqzqxwc9f2qrcVrQaF/gCuBRTiTolkRWS6KvNxSk4KHZWG7tDktLgjg==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "darwin" |
| ] |
| }, |
| "node_modules/@rollup/rollup-darwin-x64": { |
| "version": "4.52.3", |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.52.3.tgz", |
| "integrity": "sha512-+Dyo7O1KUmIsbzx1l+4V4tvEVnVQqMOIYtrxK7ncLSknl1xnMHLgn7gddJVrYPNZfEB8CIi3hK8gq8bDhb3h5A==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "darwin" |
| ] |
| }, |
| "node_modules/@rollup/rollup-freebsd-arm64": { |
| "version": "4.52.3", |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.52.3.tgz", |
| "integrity": "sha512-u9Xg2FavYbD30g3DSfNhxgNrxhi6xVG4Y6i9Ur1C7xUuGDW3banRbXj+qgnIrwRN4KeJ396jchwy9bCIzbyBEQ==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "freebsd" |
| ] |
| }, |
| "node_modules/@rollup/rollup-freebsd-x64": { |
| "version": "4.52.3", |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.52.3.tgz", |
| "integrity": "sha512-5M8kyi/OX96wtD5qJR89a/3x5x8x5inXBZO04JWhkQb2JWavOWfjgkdvUqibGJeNNaz1/Z1PPza5/tAPXICI6A==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "freebsd" |
| ] |
| }, |
| "node_modules/@rollup/rollup-linux-arm-gnueabihf": { |
| "version": "4.52.3", |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.52.3.tgz", |
| "integrity": "sha512-IoerZJ4l1wRMopEHRKOO16e04iXRDyZFZnNZKrWeNquh5d6bucjezgd+OxG03mOMTnS1x7hilzb3uURPkJ0OfA==", |
| "cpu": [ |
| "arm" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ] |
| }, |
| "node_modules/@rollup/rollup-linux-arm-musleabihf": { |
| "version": "4.52.3", |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.52.3.tgz", |
| "integrity": "sha512-ZYdtqgHTDfvrJHSh3W22TvjWxwOgc3ThK/XjgcNGP2DIwFIPeAPNsQxrJO5XqleSlgDux2VAoWQ5iJrtaC1TbA==", |
| "cpu": [ |
| "arm" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ] |
| }, |
| "node_modules/@rollup/rollup-linux-arm64-gnu": { |
| "version": "4.52.3", |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.52.3.tgz", |
| "integrity": "sha512-NcViG7A0YtuFDA6xWSgmFb6iPFzHlf5vcqb2p0lGEbT+gjrEEz8nC/EeDHvx6mnGXnGCC1SeVV+8u+smj0CeGQ==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ] |
| }, |
| "node_modules/@rollup/rollup-linux-arm64-musl": { |
| "version": "4.52.3", |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.52.3.tgz", |
| "integrity": "sha512-d3pY7LWno6SYNXRm6Ebsq0DJGoiLXTb83AIPCXl9fmtIQs/rXoS8SJxxUNtFbJ5MiOvs+7y34np77+9l4nfFMw==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ] |
| }, |
| "node_modules/@rollup/rollup-linux-loong64-gnu": { |
| "version": "4.52.3", |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.52.3.tgz", |
| "integrity": "sha512-3y5GA0JkBuirLqmjwAKwB0keDlI6JfGYduMlJD/Rl7fvb4Ni8iKdQs1eiunMZJhwDWdCvrcqXRY++VEBbvk6Eg==", |
| "cpu": [ |
| "loong64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ] |
| }, |
| "node_modules/@rollup/rollup-linux-ppc64-gnu": { |
| "version": "4.52.3", |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.52.3.tgz", |
| "integrity": "sha512-AUUH65a0p3Q0Yfm5oD2KVgzTKgwPyp9DSXc3UA7DtxhEb/WSPfbG4wqXeSN62OG5gSo18em4xv6dbfcUGXcagw==", |
| "cpu": [ |
| "ppc64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ] |
| }, |
| "node_modules/@rollup/rollup-linux-riscv64-gnu": { |
| "version": "4.52.3", |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.52.3.tgz", |
| "integrity": "sha512-1makPhFFVBqZE+XFg3Dkq+IkQ7JvmUrwwqaYBL2CE+ZpxPaqkGaiWFEWVGyvTwZace6WLJHwjVh/+CXbKDGPmg==", |
| "cpu": [ |
| "riscv64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ] |
| }, |
| "node_modules/@rollup/rollup-linux-riscv64-musl": { |
| "version": "4.52.3", |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.52.3.tgz", |
| "integrity": "sha512-OOFJa28dxfl8kLOPMUOQBCO6z3X2SAfzIE276fwT52uXDWUS178KWq0pL7d6p1kz7pkzA0yQwtqL0dEPoVcRWg==", |
| "cpu": [ |
| "riscv64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ] |
| }, |
| "node_modules/@rollup/rollup-linux-s390x-gnu": { |
| "version": "4.52.3", |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.52.3.tgz", |
| "integrity": "sha512-jMdsML2VI5l+V7cKfZx3ak+SLlJ8fKvLJ0Eoa4b9/vCUrzXKgoKxvHqvJ/mkWhFiyp88nCkM5S2v6nIwRtPcgg==", |
| "cpu": [ |
| "s390x" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ] |
| }, |
| "node_modules/@rollup/rollup-linux-x64-gnu": { |
| "version": "4.52.3", |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.52.3.tgz", |
| "integrity": "sha512-tPgGd6bY2M2LJTA1uGq8fkSPK8ZLYjDjY+ZLK9WHncCnfIz29LIXIqUgzCR0hIefzy6Hpbe8Th5WOSwTM8E7LA==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ] |
| }, |
| "node_modules/@rollup/rollup-linux-x64-musl": { |
| "version": "4.52.3", |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.52.3.tgz", |
| "integrity": "sha512-BCFkJjgk+WFzP+tcSMXq77ymAPIxsX9lFJWs+2JzuZTLtksJ2o5hvgTdIcZ5+oKzUDMwI0PfWzRBYAydAHF2Mw==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ] |
| }, |
| "node_modules/@rollup/rollup-openharmony-arm64": { |
| "version": "4.52.3", |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.52.3.tgz", |
| "integrity": "sha512-KTD/EqjZF3yvRaWUJdD1cW+IQBk4fbQaHYJUmP8N4XoKFZilVL8cobFSTDnjTtxWJQ3JYaMgF4nObY/+nYkumA==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "openharmony" |
| ] |
| }, |
| "node_modules/@rollup/rollup-win32-arm64-msvc": { |
| "version": "4.52.3", |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.52.3.tgz", |
| "integrity": "sha512-+zteHZdoUYLkyYKObGHieibUFLbttX2r+58l27XZauq0tcWYYuKUwY2wjeCN9oK1Um2YgH2ibd6cnX/wFD7DuA==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "win32" |
| ] |
| }, |
| "node_modules/@rollup/rollup-win32-ia32-msvc": { |
| "version": "4.52.3", |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.52.3.tgz", |
| "integrity": "sha512-of1iHkTQSo3kr6dTIRX6t81uj/c/b15HXVsPcEElN5sS859qHrOepM5p9G41Hah+CTqSh2r8Bm56dL2z9UQQ7g==", |
| "cpu": [ |
| "ia32" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "win32" |
| ] |
| }, |
| "node_modules/@rollup/rollup-win32-x64-gnu": { |
| "version": "4.52.3", |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.52.3.tgz", |
| "integrity": "sha512-s0hybmlHb56mWVZQj8ra9048/WZTPLILKxcvcq+8awSZmyiSUZjjem1AhU3Tf4ZKpYhK4mg36HtHDOe8QJS5PQ==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "win32" |
| ] |
| }, |
| "node_modules/@rollup/rollup-win32-x64-msvc": { |
| "version": "4.52.3", |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.52.3.tgz", |
| "integrity": "sha512-zGIbEVVXVtauFgl3MRwGWEN36P5ZGenHRMgNw88X5wEhEBpq0XrMEZwOn07+ICrwM17XO5xfMZqh0OldCH5VTA==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "win32" |
| ] |
| }, |
| "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==", |
| "dev": true, |
| "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==", |
| "dev": true, |
| "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==", |
| "dev": true |
| }, |
| "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==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/@types/node": { |
| "version": "22.13.4", |
| "resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.4.tgz", |
| "integrity": "sha512-ywP2X0DYtX3y08eFVx5fNIw7/uIv8hYUKgXoK8oayJlLnKcRfEYCxWMVE1XagUdVtCJlZT1AU4LXEABW+L1Peg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "undici-types": "~6.20.0" |
| } |
| }, |
| "node_modules/@types/triple-beam": { |
| "version": "1.3.5", |
| "resolved": "https://registry.npmjs.org/@types/triple-beam/-/triple-beam-1.3.5.tgz", |
| "integrity": "sha512-6WaYesThRMCl19iryMYP7/x2OVgCtbIVflDGFpWnb9irXI3UjYE4AzmYuiUKY1AJstGijoY+MgUszMgRxIYTYw==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "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==", |
| "dev": true, |
| "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==", |
| "dev": true, |
| "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==", |
| "dev": true, |
| "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==", |
| "dev": true, |
| "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==", |
| "dev": true, |
| "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==", |
| "dev": true, |
| "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==", |
| "dev": true, |
| "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==", |
| "dev": true, |
| "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==", |
| "dev": true, |
| "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==", |
| "dev": true, |
| "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==", |
| "dev": true, |
| "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==", |
| "dev": true, |
| "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==", |
| "dev": true, |
| "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==", |
| "dev": true, |
| "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==", |
| "dev": true, |
| "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==", |
| "dev": true, |
| "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==", |
| "dev": true, |
| "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==", |
| "dev": true, |
| "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==", |
| "dev": true, |
| "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==", |
| "dev": true, |
| "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==", |
| "bin": { |
| "acorn": "bin/acorn" |
| }, |
| "engines": { |
| "node": ">=0.4.0" |
| } |
| }, |
| "node_modules/acorn-import-phases": { |
| "version": "1.0.3", |
| "resolved": "https://registry.npmjs.org/acorn-import-phases/-/acorn-import-phases-1.0.3.tgz", |
| "integrity": "sha512-jtKLnfoOzm28PazuQ4dVBcE9Jeo6ha1GAJvq3N0LlNOszmTfx+wSycBehn+FN0RnyeR77IBxN/qVYMw0Rlj0Xw==", |
| "dev": true, |
| "engines": { |
| "node": ">=10.13.0" |
| }, |
| "peerDependencies": { |
| "acorn": "^8.14.0" |
| } |
| }, |
| "node_modules/acorn-jsx": { |
| "version": "5.3.2", |
| "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", |
| "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", |
| "dev": true, |
| "license": "MIT", |
| "peerDependencies": { |
| "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" |
| } |
| }, |
| "node_modules/acorn-walk": { |
| "version": "8.3.4", |
| "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.4.tgz", |
| "integrity": "sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "acorn": "^8.11.0" |
| }, |
| "engines": { |
| "node": ">=0.4.0" |
| } |
| }, |
| "node_modules/ajv": { |
| "version": "6.12.6", |
| "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", |
| "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "fast-deep-equal": "^3.1.1", |
| "fast-json-stable-stringify": "^2.0.0", |
| "json-schema-traverse": "^0.4.1", |
| "uri-js": "^4.2.2" |
| }, |
| "funding": { |
| "type": "github", |
| "url": "https://github.com/sponsors/epoberezkin" |
| } |
| }, |
| "node_modules/ajv-formats": { |
| "version": "2.1.1", |
| "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", |
| "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "ajv": "^8.0.0" |
| }, |
| "peerDependencies": { |
| "ajv": "^8.0.0" |
| }, |
| "peerDependenciesMeta": { |
| "ajv": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/ajv-formats/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==", |
| "dev": true, |
| "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/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==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/ansi-styles": { |
| "version": "4.3.0", |
| "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", |
| "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", |
| "license": "MIT", |
| "dependencies": { |
| "color-convert": "^2.0.1" |
| }, |
| "engines": { |
| "node": ">=8" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/ansi-styles?sponsor=1" |
| } |
| }, |
| "node_modules/anymatch": { |
| "version": "3.1.3", |
| "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/argparse": { |
| "version": "2.0.1", |
| "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", |
| "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", |
| "dev": true, |
| "license": "Python-2.0" |
| }, |
| "node_modules/async": { |
| "version": "3.2.6", |
| "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz", |
| "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "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==", |
| "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==", |
| "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==", |
| "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/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.11", |
| "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", |
| "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", |
| "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==", |
| "devOptional": true, |
| "license": "MIT", |
| "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" |
| } |
| ], |
| "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-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/callsites": { |
| "version": "3.1.0", |
| "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", |
| "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/camel-case": { |
| "version": "4.1.2", |
| "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz", |
| "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==", |
| "license": "MIT", |
| "dependencies": { |
| "pascal-case": "^3.1.2", |
| "tslib": "^2.0.3" |
| } |
| }, |
| "node_modules/caniuse-lite": { |
| "version": "1.0.30001727", |
| "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001727.tgz", |
| "integrity": "sha512-pB68nIHmbN6L/4C6MH1DokyR3bYqFwjaSs/sWDHGj4CTcFtQUQMuJftVwWkXq7mNWOybD3KhUv3oWHoGxgP14Q==", |
| "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" |
| } |
| ] |
| }, |
| "node_modules/chalk": { |
| "version": "4.1.2", |
| "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", |
| "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", |
| "license": "MIT", |
| "dependencies": { |
| "ansi-styles": "^4.1.0", |
| "supports-color": "^7.1.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/chalk?sponsor=1" |
| } |
| }, |
| "node_modules/chalk/node_modules/supports-color": { |
| "version": "7.2.0", |
| "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", |
| "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", |
| "license": "MIT", |
| "dependencies": { |
| "has-flag": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "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==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=6.0" |
| } |
| }, |
| "node_modules/clean-css": { |
| "version": "5.3.3", |
| "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.3.tgz", |
| "integrity": "sha512-D5J+kHaVb/wKSFcyyV75uCn8fiY4sV38XJoe4CUyGQ+mOU/fMVYUdH1hJC+CJQ5uY3EnW27SbJYS4X8BiLrAFg==", |
| "license": "MIT", |
| "dependencies": { |
| "source-map": "~0.6.0" |
| }, |
| "engines": { |
| "node": ">= 10.0" |
| } |
| }, |
| "node_modules/clean-css/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/clone": { |
| "version": "2.1.2", |
| "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz", |
| "integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.8" |
| } |
| }, |
| "node_modules/clone-buffer": { |
| "version": "1.0.0", |
| "resolved": "https://registry.npmjs.org/clone-buffer/-/clone-buffer-1.0.0.tgz", |
| "integrity": "sha512-KLLTJWrvwIP+OPfMn0x2PheDEP20RPUcGXj/ERegTgdmPEZylALQldygiqrPPu8P45uNuPs7ckmReLY6v/iA5g==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.10" |
| } |
| }, |
| "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==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "is-plain-object": "^2.0.4", |
| "kind-of": "^6.0.2", |
| "shallow-clone": "^3.0.0" |
| }, |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/clone-stats": { |
| "version": "1.0.0", |
| "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-1.0.0.tgz", |
| "integrity": "sha512-au6ydSpg6nsrigcZ4m8Bc9hxjeW+GJ8xh5G3BJCMt4WXe1H10UNaVOamqQTmrx1kjVuxAHIQSNU6hY4Nsn9/ag==", |
| "license": "MIT" |
| }, |
| "node_modules/cloneable-readable": { |
| "version": "1.1.3", |
| "resolved": "https://registry.npmjs.org/cloneable-readable/-/cloneable-readable-1.1.3.tgz", |
| "integrity": "sha512-2EF8zTQOxYq70Y4XKtorQupqF0m49MBz2/yf5Bj+MHjvpG3Hy7sImifnqD6UA+TKYxeSV+u6qqQPawN5UvnpKQ==", |
| "license": "MIT", |
| "dependencies": { |
| "inherits": "^2.0.1", |
| "process-nextick-args": "^2.0.0", |
| "readable-stream": "^2.3.5" |
| } |
| }, |
| "node_modules/color": { |
| "version": "3.2.1", |
| "resolved": "https://registry.npmjs.org/color/-/color-3.2.1.tgz", |
| "integrity": "sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "color-convert": "^1.9.3", |
| "color-string": "^1.6.0" |
| } |
| }, |
| "node_modules/color-convert": { |
| "version": "2.0.1", |
| "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", |
| "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", |
| "license": "MIT", |
| "dependencies": { |
| "color-name": "~1.1.4" |
| }, |
| "engines": { |
| "node": ">=7.0.0" |
| } |
| }, |
| "node_modules/color-name": { |
| "version": "1.1.4", |
| "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", |
| "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", |
| "license": "MIT" |
| }, |
| "node_modules/color-string": { |
| "version": "1.9.1", |
| "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz", |
| "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "color-name": "^1.0.0", |
| "simple-swizzle": "^0.2.2" |
| } |
| }, |
| "node_modules/color/node_modules/color-convert": { |
| "version": "1.9.3", |
| "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", |
| "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "color-name": "1.1.3" |
| } |
| }, |
| "node_modules/color/node_modules/color-name": { |
| "version": "1.1.3", |
| "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", |
| "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/colorette": { |
| "version": "2.0.20", |
| "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz", |
| "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/colorspace": { |
| "version": "1.1.4", |
| "resolved": "https://registry.npmjs.org/colorspace/-/colorspace-1.1.4.tgz", |
| "integrity": "sha512-BgvKJiuVu1igBUF2kEjRCZXol6wiiGbY5ipL/oVPwm0BL9sIpMIzM8IK7vwuxIIzOXMV3Ey5w+vxhm0rR/TN8w==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "color": "^3.1.3", |
| "text-hex": "1.0.x" |
| } |
| }, |
| "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/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-compat": { |
| "version": "3.44.0", |
| "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.44.0.tgz", |
| "integrity": "sha512-JepmAj2zfl6ogy34qfWtcE7nHKAJnKsQFRn++scjVS2bZFllwptzw61BZcZFYBPpUznLfAvh0LGhxKppk04ClA==", |
| "dependencies": { |
| "browserslist": "^4.25.1" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/core-js" |
| } |
| }, |
| "node_modules/core-util-is": { |
| "version": "1.0.3", |
| "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", |
| "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", |
| "license": "MIT" |
| }, |
| "node_modules/cross-spawn": { |
| "version": "7.0.6", |
| "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", |
| "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "path-key": "^3.1.0", |
| "shebang-command": "^2.0.0", |
| "which": "^2.0.1" |
| }, |
| "engines": { |
| "node": ">= 8" |
| } |
| }, |
| "node_modules/debug": { |
| "version": "4.4.1", |
| "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", |
| "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", |
| "dependencies": { |
| "ms": "^2.1.3" |
| }, |
| "engines": { |
| "node": ">=6.0" |
| }, |
| "peerDependenciesMeta": { |
| "supports-color": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/deep-is": { |
| "version": "0.1.4", |
| "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", |
| "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/dot-case": { |
| "version": "3.0.4", |
| "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz", |
| "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==", |
| "license": "MIT", |
| "dependencies": { |
| "no-case": "^3.0.4", |
| "tslib": "^2.0.3" |
| } |
| }, |
| "node_modules/electron-to-chromium": { |
| "version": "1.5.180", |
| "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.180.tgz", |
| "integrity": "sha512-ED+GEyEh3kYMwt2faNmgMB0b8O5qtATGgR4RmRsIp4T6p7B8vdMbIedYndnvZfsaXvSzegtpfqRMDNCjjiSduA==" |
| }, |
| "node_modules/enabled": { |
| "version": "2.0.0", |
| "resolved": "https://registry.npmjs.org/enabled/-/enabled-2.0.0.tgz", |
| "integrity": "sha512-AKrN98kuwOzMIdAizXGI86UFBoo26CL21UM763y1h/GMSJ4/OHU9k2YlsmBpyScFo/wbLzWQJBMCW4+IO3/+OQ==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/enhanced-resolve": { |
| "version": "5.18.1", |
| "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.1.tgz", |
| "integrity": "sha512-ZSW3ma5GkcQBIpwZTSRAI8N71Uuwgs93IezB7mf7R60tC8ZbJideoDNKjHn2O9KIlx6rkGTTEk1xUCK2E1Y2Yg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "graceful-fs": "^4.2.4", |
| "tapable": "^2.2.0" |
| }, |
| "engines": { |
| "node": ">=10.13.0" |
| } |
| }, |
| "node_modules/entities": { |
| "version": "4.5.0", |
| "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", |
| "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", |
| "license": "BSD-2-Clause", |
| "engines": { |
| "node": ">=0.12" |
| }, |
| "funding": { |
| "url": "https://github.com/fb55/entities?sponsor=1" |
| } |
| }, |
| "node_modules/envinfo": { |
| "version": "7.14.0", |
| "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.14.0.tgz", |
| "integrity": "sha512-CO40UI41xDQzhLB1hWyqUKgFhs250pNcGbyGKe1l/e4FSaI/+YE4IMG76GDt0In67WLPACIITC+sOi08x4wIvg==", |
| "dev": true, |
| "license": "MIT", |
| "bin": { |
| "envinfo": "dist/cli.js" |
| }, |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/es-check": { |
| "version": "9.4.4", |
| "resolved": "https://registry.npmjs.org/es-check/-/es-check-9.4.4.tgz", |
| "integrity": "sha512-Ppp6r1diw1jy0t5uQX47HN3JqvosoAymZshdimrwpxCY1GQfZvqTqb9tHiiDbkm+aqGLdVDCZoL9okue7tdXZw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "acorn": "8.15.0", |
| "acorn-walk": "^8.3.4", |
| "browserslist": "^4.23.3", |
| "commander": "14.0.1", |
| "fast-brake": "^0.1.4", |
| "fast-glob": "^3.3.3", |
| "lilconfig": "^3.1.3", |
| "source-map": "^0.7.4", |
| "supports-color": "8.1.1", |
| "winston": "3.17.0" |
| }, |
| "bin": { |
| "es-check": "index.js" |
| }, |
| "engines": { |
| "node": ">= 4" |
| } |
| }, |
| "node_modules/es-check/node_modules/commander": { |
| "version": "14.0.1", |
| "resolved": "https://registry.npmjs.org/commander/-/commander-14.0.1.tgz", |
| "integrity": "sha512-2JkV3gUZUVrbNA+1sjBOYLsMZ5cEEl8GTFP2a4AVz5hvasAMCQ1D2l2le/cX+pV4N6ZU17zjUahLpIXRrnWL8A==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=20" |
| } |
| }, |
| "node_modules/es-module-lexer": { |
| "version": "1.6.0", |
| "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.6.0.tgz", |
| "integrity": "sha512-qqnD1yMU6tk/jnaMosogGySTZP8YtUgAffA9nMN+E/rjxcfRQ6IEk7IiozUjgxKoFHBGjTLnrHB/YC45r/59EQ==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/esbuild": { |
| "version": "0.25.0", |
| "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.0.tgz", |
| "integrity": "sha512-BXq5mqc8ltbaN34cDqWuYKyNhX8D/Z0J1xdtdQ8UcIIIyJyz+ZMKUt58tF3SrZ85jcfN/PZYhjR5uDQAYNVbuw==", |
| "dev": true, |
| "hasInstallScript": true, |
| "license": "MIT", |
| "bin": { |
| "esbuild": "bin/esbuild" |
| }, |
| "engines": { |
| "node": ">=18" |
| }, |
| "optionalDependencies": { |
| "@esbuild/aix-ppc64": "0.25.0", |
| "@esbuild/android-arm": "0.25.0", |
| "@esbuild/android-arm64": "0.25.0", |
| "@esbuild/android-x64": "0.25.0", |
| "@esbuild/darwin-arm64": "0.25.0", |
| "@esbuild/darwin-x64": "0.25.0", |
| "@esbuild/freebsd-arm64": "0.25.0", |
| "@esbuild/freebsd-x64": "0.25.0", |
| "@esbuild/linux-arm": "0.25.0", |
| "@esbuild/linux-arm64": "0.25.0", |
| "@esbuild/linux-ia32": "0.25.0", |
| "@esbuild/linux-loong64": "0.25.0", |
| "@esbuild/linux-mips64el": "0.25.0", |
| "@esbuild/linux-ppc64": "0.25.0", |
| "@esbuild/linux-riscv64": "0.25.0", |
| "@esbuild/linux-s390x": "0.25.0", |
| "@esbuild/linux-x64": "0.25.0", |
| "@esbuild/netbsd-arm64": "0.25.0", |
| "@esbuild/netbsd-x64": "0.25.0", |
| "@esbuild/openbsd-arm64": "0.25.0", |
| "@esbuild/openbsd-x64": "0.25.0", |
| "@esbuild/sunos-x64": "0.25.0", |
| "@esbuild/win32-arm64": "0.25.0", |
| "@esbuild/win32-ia32": "0.25.0", |
| "@esbuild/win32-x64": "0.25.0" |
| } |
| }, |
| "node_modules/escalade": { |
| "version": "3.2.0", |
| "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", |
| "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/escape-string-regexp": { |
| "version": "4.0.0", |
| "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", |
| "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/eslint": { |
| "version": "9.36.0", |
| "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.36.0.tgz", |
| "integrity": "sha512-hB4FIzXovouYzwzECDcUkJ4OcfOEkXTv2zRY6B9bkwjx/cprAq0uvm1nl7zvQ0/TsUk0zQiN4uPfJpB9m+rPMQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@eslint-community/eslint-utils": "^4.8.0", |
| "@eslint-community/regexpp": "^4.12.1", |
| "@eslint/config-array": "^0.21.0", |
| "@eslint/config-helpers": "^0.3.1", |
| "@eslint/core": "^0.15.2", |
| "@eslint/eslintrc": "^3.3.1", |
| "@eslint/js": "9.36.0", |
| "@eslint/plugin-kit": "^0.3.5", |
| "@humanfs/node": "^0.16.6", |
| "@humanwhocodes/module-importer": "^1.0.1", |
| "@humanwhocodes/retry": "^0.4.2", |
| "@types/estree": "^1.0.6", |
| "@types/json-schema": "^7.0.15", |
| "ajv": "^6.12.4", |
| "chalk": "^4.0.0", |
| "cross-spawn": "^7.0.6", |
| "debug": "^4.3.2", |
| "escape-string-regexp": "^4.0.0", |
| "eslint-scope": "^8.4.0", |
| "eslint-visitor-keys": "^4.2.1", |
| "espree": "^10.4.0", |
| "esquery": "^1.5.0", |
| "esutils": "^2.0.2", |
| "fast-deep-equal": "^3.1.3", |
| "file-entry-cache": "^8.0.0", |
| "find-up": "^5.0.0", |
| "glob-parent": "^6.0.2", |
| "ignore": "^5.2.0", |
| "imurmurhash": "^0.1.4", |
| "is-glob": "^4.0.0", |
| "json-stable-stringify-without-jsonify": "^1.0.1", |
| "lodash.merge": "^4.6.2", |
| "minimatch": "^3.1.2", |
| "natural-compare": "^1.4.0", |
| "optionator": "^0.9.3" |
| }, |
| "bin": { |
| "eslint": "bin/eslint.js" |
| }, |
| "engines": { |
| "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
| }, |
| "funding": { |
| "url": "https://eslint.org/donate" |
| }, |
| "peerDependencies": { |
| "jiti": "*" |
| }, |
| "peerDependenciesMeta": { |
| "jiti": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/eslint-config-prettier": { |
| "version": "10.1.8", |
| "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-10.1.8.tgz", |
| "integrity": "sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==", |
| "dev": true, |
| "license": "MIT", |
| "bin": { |
| "eslint-config-prettier": "bin/cli.js" |
| }, |
| "funding": { |
| "url": "https://opencollective.com/eslint-config-prettier" |
| }, |
| "peerDependencies": { |
| "eslint": ">=7.0.0" |
| } |
| }, |
| "node_modules/eslint-scope": { |
| "version": "8.4.0", |
| "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz", |
| "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==", |
| "dev": true, |
| "dependencies": { |
| "esrecurse": "^4.3.0", |
| "estraverse": "^5.2.0" |
| }, |
| "engines": { |
| "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
| }, |
| "funding": { |
| "url": "https://opencollective.com/eslint" |
| } |
| }, |
| "node_modules/eslint-visitor-keys": { |
| "version": "4.2.1", |
| "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz", |
| "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==", |
| "dev": true, |
| "engines": { |
| "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
| }, |
| "funding": { |
| "url": "https://opencollective.com/eslint" |
| } |
| }, |
| "node_modules/eslint/node_modules/glob-parent": { |
| "version": "6.0.2", |
| "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", |
| "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "is-glob": "^4.0.3" |
| }, |
| "engines": { |
| "node": ">=10.13.0" |
| } |
| }, |
| "node_modules/espree": { |
| "version": "10.4.0", |
| "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz", |
| "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==", |
| "dev": true, |
| "dependencies": { |
| "acorn": "^8.15.0", |
| "acorn-jsx": "^5.3.2", |
| "eslint-visitor-keys": "^4.2.1" |
| }, |
| "engines": { |
| "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
| }, |
| "funding": { |
| "url": "https://opencollective.com/eslint" |
| } |
| }, |
| "node_modules/esquery": { |
| "version": "1.6.0", |
| "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz", |
| "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==", |
| "dev": true, |
| "license": "BSD-3-Clause", |
| "dependencies": { |
| "estraverse": "^5.1.0" |
| }, |
| "engines": { |
| "node": ">=0.10" |
| } |
| }, |
| "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==", |
| "dev": true, |
| "license": "BSD-2-Clause", |
| "dependencies": { |
| "estraverse": "^5.2.0" |
| }, |
| "engines": { |
| "node": ">=4.0" |
| } |
| }, |
| "node_modules/estraverse": { |
| "version": "5.3.0", |
| "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", |
| "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", |
| "dev": true, |
| "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==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.8.x" |
| } |
| }, |
| "node_modules/fast-brake": { |
| "version": "0.1.6", |
| "resolved": "https://registry.npmjs.org/fast-brake/-/fast-brake-0.1.6.tgz", |
| "integrity": "sha512-V3j0HTIs70OOxRpbqT0bWVdrmP86s6N8TBPw/WyKJqdJ2Fwh3CuMmlO83uIIDpqik6m1Io9fT6qwNn69EqvXYA==", |
| "dev": true, |
| "license": "MIT", |
| "workspaces": [ |
| ".", |
| "site", |
| "utils/*" |
| ] |
| }, |
| "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==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/fast-glob": { |
| "version": "3.3.3", |
| "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz", |
| "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@nodelib/fs.stat": "^2.0.2", |
| "@nodelib/fs.walk": "^1.2.3", |
| "glob-parent": "^5.1.2", |
| "merge2": "^1.3.0", |
| "micromatch": "^4.0.8" |
| }, |
| "engines": { |
| "node": ">=8.6.0" |
| } |
| }, |
| "node_modules/fast-json-stable-stringify": { |
| "version": "2.1.0", |
| "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", |
| "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/fast-levenshtein": { |
| "version": "2.0.6", |
| "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", |
| "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", |
| "dev": true, |
| "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==", |
| "dev": true, |
| "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==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">= 4.9.1" |
| } |
| }, |
| "node_modules/fastq": { |
| "version": "1.19.0", |
| "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.19.0.tgz", |
| "integrity": "sha512-7SFSRCNjBQIZH/xZR3iy5iQYR8aGBE0h3VG6/cwlbrpdciNYBMotQav8c1XI3HjHH+NikUpP53nPdlZSdWmFzA==", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "reusify": "^1.0.4" |
| } |
| }, |
| "node_modules/fecha": { |
| "version": "4.2.3", |
| "resolved": "https://registry.npmjs.org/fecha/-/fecha-4.2.3.tgz", |
| "integrity": "sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/file-entry-cache": { |
| "version": "8.0.0", |
| "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz", |
| "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "flat-cache": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=16.0.0" |
| } |
| }, |
| "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==", |
| "devOptional": true, |
| "license": "MIT", |
| "dependencies": { |
| "to-regex-range": "^5.0.1" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "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==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "locate-path": "^6.0.0", |
| "path-exists": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/flat": { |
| "version": "5.0.2", |
| "resolved": "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz", |
| "integrity": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==", |
| "dev": true, |
| "license": "BSD-3-Clause", |
| "bin": { |
| "flat": "cli.js" |
| } |
| }, |
| "node_modules/flat-cache": { |
| "version": "4.0.1", |
| "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz", |
| "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "flatted": "^3.2.9", |
| "keyv": "^4.5.4" |
| }, |
| "engines": { |
| "node": ">=16" |
| } |
| }, |
| "node_modules/flatted": { |
| "version": "3.3.3", |
| "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz", |
| "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==", |
| "dev": true, |
| "license": "ISC" |
| }, |
| "node_modules/fn.name": { |
| "version": "1.1.0", |
| "resolved": "https://registry.npmjs.org/fn.name/-/fn.name-1.1.0.tgz", |
| "integrity": "sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "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/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/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==", |
| "devOptional": true, |
| "license": "ISC", |
| "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==", |
| "dev": true, |
| "license": "BSD-2-Clause" |
| }, |
| "node_modules/globals": { |
| "version": "16.4.0", |
| "resolved": "https://registry.npmjs.org/globals/-/globals-16.4.0.tgz", |
| "integrity": "sha512-ob/2LcVVaVGCYN+r14cnwnoDPUufjiYgSqRhiFD0Q1iI4Odora5RE8Iv1D24hAz5oMophRGkGz+yuvQmmUMnMw==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=18" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/google-closure-compiler": { |
| "version": "20240317.0.0", |
| "resolved": "https://registry.npmjs.org/google-closure-compiler/-/google-closure-compiler-20240317.0.0.tgz", |
| "integrity": "sha512-PlC5aU2vwsypKbxyFNXOW4psDZfhDoOr2dCwuo8VcgQji+HVIgRi2lviO66x2SfTi0ilm3kI6rq/RSdOMFczcQ==", |
| "license": "Apache-2.0", |
| "dependencies": { |
| "chalk": "4.x", |
| "google-closure-compiler-java": "^20240317.0.0", |
| "minimist": "1.x", |
| "vinyl": "2.x", |
| "vinyl-sourcemaps-apply": "^0.2.0" |
| }, |
| "bin": { |
| "google-closure-compiler": "cli.js" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "optionalDependencies": { |
| "google-closure-compiler-linux": "^20240317.0.0", |
| "google-closure-compiler-osx": "^20240317.0.0", |
| "google-closure-compiler-windows": "^20240317.0.0" |
| } |
| }, |
| "node_modules/google-closure-compiler-java": { |
| "version": "20240317.0.0", |
| "resolved": "https://registry.npmjs.org/google-closure-compiler-java/-/google-closure-compiler-java-20240317.0.0.tgz", |
| "integrity": "sha512-oWURPChjcCrVfiQOuVtpSoUJVvtOYo41JGEQ2qtArsTGmk/DpWh40vS6hitwKRM/0YzJX/jYUuyt9ibuXXJKmg==", |
| "license": "Apache-2.0" |
| }, |
| "node_modules/google-closure-compiler-linux": { |
| "version": "20240317.0.0", |
| "resolved": "https://registry.npmjs.org/google-closure-compiler-linux/-/google-closure-compiler-linux-20240317.0.0.tgz", |
| "integrity": "sha512-dYLtcbbJdbbBS0lTy9SzySdVv/aGkpyTekQiW4ADhT/i1p1b4r0wQTKj6kpVVmFvbZ6t9tW/jbXc9EXXNUahZw==", |
| "cpu": [ |
| "x32", |
| "x64" |
| ], |
| "license": "Apache-2.0", |
| "optional": true, |
| "os": [ |
| "linux" |
| ] |
| }, |
| "node_modules/google-closure-compiler-osx": { |
| "version": "20240317.0.0", |
| "resolved": "https://registry.npmjs.org/google-closure-compiler-osx/-/google-closure-compiler-osx-20240317.0.0.tgz", |
| "integrity": "sha512-0mABwjD4HP11rikFd8JRIb9OgPqn9h3o3wS0otufMfmbwS7zRpnnoJkunifhORl3VoR1gFm6vcTC9YziTEFdOw==", |
| "cpu": [ |
| "x32", |
| "x64", |
| "arm64" |
| ], |
| "license": "Apache-2.0", |
| "optional": true, |
| "os": [ |
| "darwin" |
| ] |
| }, |
| "node_modules/google-closure-compiler-windows": { |
| "version": "20240317.0.0", |
| "resolved": "https://registry.npmjs.org/google-closure-compiler-windows/-/google-closure-compiler-windows-20240317.0.0.tgz", |
| "integrity": "sha512-fTueVFzNOWURFlXZmrFkAB7yA+jzpA2TeDOYeBEFwVlVGHwi8PV3Q9vCIWlbkE8wLpukKEg5wfRHYrLwVPINCA==", |
| "cpu": [ |
| "x32", |
| "x64" |
| ], |
| "license": "Apache-2.0", |
| "optional": true, |
| "os": [ |
| "win32" |
| ] |
| }, |
| "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==", |
| "dev": true, |
| "license": "ISC" |
| }, |
| "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/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/html-minifier-terser": { |
| "version": "7.2.0", |
| "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-7.2.0.tgz", |
| "integrity": "sha512-tXgn3QfqPIpGl9o+K5tpcj3/MN4SfLtsx2GWwBC3SSd0tXQGyF3gsSqad8loJgKZGM3ZxbYDd5yhiBIdWpmvLA==", |
| "license": "MIT", |
| "dependencies": { |
| "camel-case": "^4.1.2", |
| "clean-css": "~5.3.2", |
| "commander": "^10.0.0", |
| "entities": "^4.4.0", |
| "param-case": "^3.0.4", |
| "relateurl": "^0.2.7", |
| "terser": "^5.15.1" |
| }, |
| "bin": { |
| "html-minifier-terser": "cli.js" |
| }, |
| "engines": { |
| "node": "^14.13.1 || >=16.0.0" |
| } |
| }, |
| "node_modules/html-minifier-terser/node_modules/commander": { |
| "version": "10.0.1", |
| "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz", |
| "integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=14" |
| } |
| }, |
| "node_modules/ignore": { |
| "version": "5.3.2", |
| "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz", |
| "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">= 4" |
| } |
| }, |
| "node_modules/import-fresh": { |
| "version": "3.3.1", |
| "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz", |
| "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "parent-module": "^1.0.0", |
| "resolve-from": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=6" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/import-local": { |
| "version": "3.2.0", |
| "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.2.0.tgz", |
| "integrity": "sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "pkg-dir": "^4.2.0", |
| "resolve-cwd": "^3.0.0" |
| }, |
| "bin": { |
| "import-local-fixture": "fixtures/cli.js" |
| }, |
| "engines": { |
| "node": ">=8" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/imurmurhash": { |
| "version": "0.1.4", |
| "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", |
| "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.8.19" |
| } |
| }, |
| "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/interpret": { |
| "version": "3.1.1", |
| "resolved": "https://registry.npmjs.org/interpret/-/interpret-3.1.1.tgz", |
| "integrity": "sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=10.13.0" |
| } |
| }, |
| "node_modules/is-arrayish": { |
| "version": "0.3.2", |
| "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz", |
| "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "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-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-extglob": { |
| "version": "2.1.1", |
| "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", |
| "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", |
| "devOptional": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "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==", |
| "devOptional": true, |
| "license": "MIT", |
| "dependencies": { |
| "is-extglob": "^2.1.1" |
| }, |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "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==", |
| "devOptional": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.12.0" |
| } |
| }, |
| "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==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "isobject": "^3.0.1" |
| }, |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/is-stream": { |
| "version": "2.0.1", |
| "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", |
| "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/isarray": { |
| "version": "1.0.0", |
| "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", |
| "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", |
| "license": "MIT" |
| }, |
| "node_modules/isexe": { |
| "version": "2.0.0", |
| "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", |
| "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", |
| "dev": true, |
| "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==", |
| "dev": true, |
| "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==", |
| "dev": true, |
| "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==" |
| }, |
| "node_modules/js-yaml": { |
| "version": "4.1.0", |
| "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", |
| "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "argparse": "^2.0.1" |
| }, |
| "bin": { |
| "js-yaml": "bin/js-yaml.js" |
| } |
| }, |
| "node_modules/jsesc": { |
| "version": "3.1.0", |
| "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz", |
| "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==", |
| "bin": { |
| "jsesc": "bin/jsesc" |
| }, |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/json-buffer": { |
| "version": "3.0.1", |
| "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", |
| "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "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==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/json-schema-traverse": { |
| "version": "0.4.1", |
| "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", |
| "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/json-stable-stringify-without-jsonify": { |
| "version": "1.0.1", |
| "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", |
| "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", |
| "dev": true, |
| "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/keyv": { |
| "version": "4.5.4", |
| "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", |
| "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "json-buffer": "3.0.1" |
| } |
| }, |
| "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==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/kuler": { |
| "version": "2.0.0", |
| "resolved": "https://registry.npmjs.org/kuler/-/kuler-2.0.0.tgz", |
| "integrity": "sha512-Xq9nH7KlWZmXAtodXDDRE7vs6DU1gTU8zYDHDiWLSip45Egwq3plLHzPn27NgvzL2r1LMPC1vdqh98sQxtqj4A==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/levn": { |
| "version": "0.4.1", |
| "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", |
| "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "prelude-ls": "^1.2.1", |
| "type-check": "~0.4.0" |
| }, |
| "engines": { |
| "node": ">= 0.8.0" |
| } |
| }, |
| "node_modules/lilconfig": { |
| "version": "3.1.3", |
| "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz", |
| "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=14" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/antonk52" |
| } |
| }, |
| "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==", |
| "dev": true, |
| "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==", |
| "dev": true, |
| "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==" |
| }, |
| "node_modules/lodash.merge": { |
| "version": "4.6.2", |
| "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", |
| "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/logform": { |
| "version": "2.7.0", |
| "resolved": "https://registry.npmjs.org/logform/-/logform-2.7.0.tgz", |
| "integrity": "sha512-TFYA4jnP7PVbmlBIfhlSe+WKxs9dklXMTEGcBCIvLhE/Tn3H6Gk1norupVW7m5Cnd4bLcr08AytbyV/xj7f/kQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@colors/colors": "1.6.0", |
| "@types/triple-beam": "^1.3.2", |
| "fecha": "^4.2.0", |
| "ms": "^2.1.1", |
| "safe-stable-stringify": "^2.3.1", |
| "triple-beam": "^1.3.0" |
| }, |
| "engines": { |
| "node": ">= 12.0.0" |
| } |
| }, |
| "node_modules/lower-case": { |
| "version": "2.0.2", |
| "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz", |
| "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", |
| "license": "MIT", |
| "dependencies": { |
| "tslib": "^2.0.3" |
| } |
| }, |
| "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==", |
| "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/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==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/merge2": { |
| "version": "1.4.1", |
| "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", |
| "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">= 8" |
| } |
| }, |
| "node_modules/micromatch": { |
| "version": "4.0.8", |
| "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", |
| "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "braces": "^3.0.3", |
| "picomatch": "^2.3.1" |
| }, |
| "engines": { |
| "node": ">=8.6" |
| } |
| }, |
| "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==", |
| "dev": true, |
| "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==", |
| "dev": true, |
| "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/minimist": { |
| "version": "1.2.8", |
| "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", |
| "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", |
| "license": "MIT", |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "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/nanoid": { |
| "version": "3.3.11", |
| "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", |
| "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", |
| "dev": true, |
| "funding": [ |
| { |
| "type": "github", |
| "url": "https://github.com/sponsors/ai" |
| } |
| ], |
| "bin": { |
| "nanoid": "bin/nanoid.cjs" |
| }, |
| "engines": { |
| "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" |
| } |
| }, |
| "node_modules/natural-compare": { |
| "version": "1.4.0", |
| "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", |
| "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", |
| "dev": true, |
| "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==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/no-case": { |
| "version": "3.0.4", |
| "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", |
| "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", |
| "license": "MIT", |
| "dependencies": { |
| "lower-case": "^2.0.2", |
| "tslib": "^2.0.3" |
| } |
| }, |
| "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/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/one-time": { |
| "version": "1.0.0", |
| "resolved": "https://registry.npmjs.org/one-time/-/one-time-1.0.0.tgz", |
| "integrity": "sha512-5DXOiRKwuSEcQ/l0kGCF6Q3jcADFv5tSmRaJck/OqkVFcOzutB134KRSfF0xDrL39MNnqxbHBbUUcjZIhTgb2g==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "fn.name": "1.x.x" |
| } |
| }, |
| "node_modules/optionator": { |
| "version": "0.9.4", |
| "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz", |
| "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "deep-is": "^0.1.3", |
| "fast-levenshtein": "^2.0.6", |
| "levn": "^0.4.1", |
| "prelude-ls": "^1.2.1", |
| "type-check": "^0.4.0", |
| "word-wrap": "^1.2.5" |
| }, |
| "engines": { |
| "node": ">= 0.8.0" |
| } |
| }, |
| "node_modules/p-limit": { |
| "version": "3.1.0", |
| "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", |
| "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "yocto-queue": "^0.1.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/p-locate": { |
| "version": "5.0.0", |
| "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", |
| "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", |
| "dev": true, |
| "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==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/param-case": { |
| "version": "3.0.4", |
| "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz", |
| "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==", |
| "license": "MIT", |
| "dependencies": { |
| "dot-case": "^3.0.4", |
| "tslib": "^2.0.3" |
| } |
| }, |
| "node_modules/parent-module": { |
| "version": "1.0.1", |
| "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", |
| "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "callsites": "^3.0.0" |
| }, |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/pascal-case": { |
| "version": "3.1.2", |
| "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz", |
| "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==", |
| "license": "MIT", |
| "dependencies": { |
| "no-case": "^3.0.4", |
| "tslib": "^2.0.3" |
| } |
| }, |
| "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==", |
| "dev": true, |
| "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==", |
| "dev": true, |
| "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==", |
| "devOptional": true, |
| "license": "MIT", |
| "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/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==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "find-up": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/pkg-dir/node_modules/find-up": { |
| "version": "4.1.0", |
| "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", |
| "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "locate-path": "^5.0.0", |
| "path-exists": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/pkg-dir/node_modules/locate-path": { |
| "version": "5.0.0", |
| "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", |
| "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "p-locate": "^4.1.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/pkg-dir/node_modules/p-limit": { |
| "version": "2.3.0", |
| "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", |
| "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "p-try": "^2.0.0" |
| }, |
| "engines": { |
| "node": ">=6" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/pkg-dir/node_modules/p-locate": { |
| "version": "4.1.0", |
| "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", |
| "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "p-limit": "^2.2.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/postcss": { |
| "version": "8.5.6", |
| "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz", |
| "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==", |
| "dev": true, |
| "funding": [ |
| { |
| "type": "opencollective", |
| "url": "https://opencollective.com/postcss/" |
| }, |
| { |
| "type": "tidelift", |
| "url": "https://tidelift.com/funding/github/npm/postcss" |
| }, |
| { |
| "type": "github", |
| "url": "https://github.com/sponsors/ai" |
| } |
| ], |
| "dependencies": { |
| "nanoid": "^3.3.11", |
| "picocolors": "^1.1.1", |
| "source-map-js": "^1.2.1" |
| }, |
| "engines": { |
| "node": "^10 || ^12 || >=14" |
| } |
| }, |
| "node_modules/prelude-ls": { |
| "version": "1.2.1", |
| "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", |
| "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.8.0" |
| } |
| }, |
| "node_modules/prettier": { |
| "version": "3.6.2", |
| "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.2.tgz", |
| "integrity": "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==", |
| "dev": true, |
| "bin": { |
| "prettier": "bin/prettier.cjs" |
| }, |
| "engines": { |
| "node": ">=14" |
| }, |
| "funding": { |
| "url": "https://github.com/prettier/prettier?sponsor=1" |
| } |
| }, |
| "node_modules/process-nextick-args": { |
| "version": "2.0.1", |
| "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", |
| "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", |
| "license": "MIT" |
| }, |
| "node_modules/punycode": { |
| "version": "2.3.1", |
| "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", |
| "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/queue-microtask": { |
| "version": "1.2.3", |
| "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", |
| "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", |
| "dev": true, |
| "funding": [ |
| { |
| "type": "github", |
| "url": "https://github.com/sponsors/feross" |
| }, |
| { |
| "type": "patreon", |
| "url": "https://www.patreon.com/feross" |
| }, |
| { |
| "type": "consulting", |
| "url": "https://feross.org/support" |
| } |
| ], |
| "license": "MIT" |
| }, |
| "node_modules/randombytes": { |
| "version": "2.1.0", |
| "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", |
| "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "safe-buffer": "^5.1.0" |
| } |
| }, |
| "node_modules/readable-stream": { |
| "version": "2.3.8", |
| "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", |
| "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", |
| "license": "MIT", |
| "dependencies": { |
| "core-util-is": "~1.0.0", |
| "inherits": "~2.0.3", |
| "isarray": "~1.0.0", |
| "process-nextick-args": "~2.0.0", |
| "safe-buffer": "~5.1.1", |
| "string_decoder": "~1.1.1", |
| "util-deprecate": "~1.0.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==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "resolve": "^1.20.0" |
| }, |
| "engines": { |
| "node": ">= 10.13.0" |
| } |
| }, |
| "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/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/relateurl": { |
| "version": "0.2.7", |
| "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz", |
| "integrity": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.10" |
| } |
| }, |
| "node_modules/remove-trailing-separator": { |
| "version": "1.1.0", |
| "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", |
| "integrity": "sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw==", |
| "license": "ISC" |
| }, |
| "node_modules/replace-ext": { |
| "version": "1.0.1", |
| "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.1.tgz", |
| "integrity": "sha512-yD5BHCe7quCgBph4rMQ+0KkIRKwWCrHDOX1p1Gp6HwjPM5kVoCdKGNhN7ydqqsX6lJEnQDKZ/tFMiEdQ1dvPEw==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.10" |
| } |
| }, |
| "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==", |
| "dev": true, |
| "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==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "resolve-from": "^5.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/resolve-cwd/node_modules/resolve-from": { |
| "version": "5.0.0", |
| "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", |
| "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/resolve-from": { |
| "version": "4.0.0", |
| "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", |
| "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/reusify": { |
| "version": "1.0.4", |
| "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", |
| "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "iojs": ">=1.0.0", |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/rollup": { |
| "version": "4.52.3", |
| "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.52.3.tgz", |
| "integrity": "sha512-RIDh866U8agLgiIcdpB+COKnlCreHJLfIhWC3LVflku5YHfpnsIKigRZeFfMfCc4dVcqNVfQQ5gO/afOck064A==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@types/estree": "1.0.8" |
| }, |
| "bin": { |
| "rollup": "dist/bin/rollup" |
| }, |
| "engines": { |
| "node": ">=18.0.0", |
| "npm": ">=8.0.0" |
| }, |
| "optionalDependencies": { |
| "@rollup/rollup-android-arm-eabi": "4.52.3", |
| "@rollup/rollup-android-arm64": "4.52.3", |
| "@rollup/rollup-darwin-arm64": "4.52.3", |
| "@rollup/rollup-darwin-x64": "4.52.3", |
| "@rollup/rollup-freebsd-arm64": "4.52.3", |
| "@rollup/rollup-freebsd-x64": "4.52.3", |
| "@rollup/rollup-linux-arm-gnueabihf": "4.52.3", |
| "@rollup/rollup-linux-arm-musleabihf": "4.52.3", |
| "@rollup/rollup-linux-arm64-gnu": "4.52.3", |
| "@rollup/rollup-linux-arm64-musl": "4.52.3", |
| "@rollup/rollup-linux-loong64-gnu": "4.52.3", |
| "@rollup/rollup-linux-ppc64-gnu": "4.52.3", |
| "@rollup/rollup-linux-riscv64-gnu": "4.52.3", |
| "@rollup/rollup-linux-riscv64-musl": "4.52.3", |
| "@rollup/rollup-linux-s390x-gnu": "4.52.3", |
| "@rollup/rollup-linux-x64-gnu": "4.52.3", |
| "@rollup/rollup-linux-x64-musl": "4.52.3", |
| "@rollup/rollup-openharmony-arm64": "4.52.3", |
| "@rollup/rollup-win32-arm64-msvc": "4.52.3", |
| "@rollup/rollup-win32-ia32-msvc": "4.52.3", |
| "@rollup/rollup-win32-x64-gnu": "4.52.3", |
| "@rollup/rollup-win32-x64-msvc": "4.52.3", |
| "fsevents": "~2.3.2" |
| } |
| }, |
| "node_modules/run-parallel": { |
| "version": "1.2.0", |
| "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", |
| "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", |
| "dev": true, |
| "funding": [ |
| { |
| "type": "github", |
| "url": "https://github.com/sponsors/feross" |
| }, |
| { |
| "type": "patreon", |
| "url": "https://www.patreon.com/feross" |
| }, |
| { |
| "type": "consulting", |
| "url": "https://feross.org/support" |
| } |
| ], |
| "license": "MIT", |
| "dependencies": { |
| "queue-microtask": "^1.2.2" |
| } |
| }, |
| "node_modules/safe-buffer": { |
| "version": "5.1.2", |
| "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", |
| "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", |
| "license": "MIT" |
| }, |
| "node_modules/safe-stable-stringify": { |
| "version": "2.5.0", |
| "resolved": "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-2.5.0.tgz", |
| "integrity": "sha512-b3rppTKm9T+PsVCBEOUR46GWI7fdOs00VKZ1+9c1EWDaDMvjQc6tUwuFyIprgGgTcWoVHSKrU8H31ZHA2e0RHA==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "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==", |
| "dev": true, |
| "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/schema-utils/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==", |
| "dev": true, |
| "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/schema-utils/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==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "fast-deep-equal": "^3.1.3" |
| }, |
| "peerDependencies": { |
| "ajv": "^8.8.2" |
| } |
| }, |
| "node_modules/schema-utils/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==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "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==", |
| "dev": true, |
| "license": "BSD-3-Clause", |
| "dependencies": { |
| "randombytes": "^2.1.0" |
| } |
| }, |
| "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==", |
| "dev": true, |
| "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==", |
| "dev": true, |
| "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==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/simple-swizzle": { |
| "version": "0.2.2", |
| "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz", |
| "integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "is-arrayish": "^0.3.1" |
| } |
| }, |
| "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.7.6", |
| "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.6.tgz", |
| "integrity": "sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==", |
| "dev": true, |
| "license": "BSD-3-Clause", |
| "engines": { |
| "node": ">= 12" |
| } |
| }, |
| "node_modules/source-map-js": { |
| "version": "1.2.1", |
| "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", |
| "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", |
| "dev": true, |
| "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/source-map-support/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/stack-trace": { |
| "version": "0.0.10", |
| "resolved": "https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.10.tgz", |
| "integrity": "sha512-KGzahc7puUKkzyMt+IqAep+TVNbKP+k2Lmwhub39m1AsTSkaDutx56aDCo+HLDzf/D26BIHTJWNiTG1KAJiQCg==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": "*" |
| } |
| }, |
| "node_modules/string_decoder": { |
| "version": "1.1.1", |
| "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", |
| "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", |
| "license": "MIT", |
| "dependencies": { |
| "safe-buffer": "~5.1.0" |
| } |
| }, |
| "node_modules/strip-json-comments": { |
| "version": "3.1.1", |
| "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", |
| "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "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==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "has-flag": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/supports-color?sponsor=1" |
| } |
| }, |
| "node_modules/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.3", |
| "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.3.tgz", |
| "integrity": "sha512-ZL6DDuAlRlLGghwcfmSn9sK3Hr6ArtyudlSAiCqQ6IfE+b+HHbydbYDIG15IfS5do+7XQQBdBiubF/cV2dnDzg==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/webpack" |
| } |
| }, |
| "node_modules/terser": { |
| "version": "5.39.0", |
| "resolved": "https://registry.npmjs.org/terser/-/terser-5.39.0.tgz", |
| "integrity": "sha512-LBAhFyLho16harJoWMg/nZsQYgTrg5jXOn2nCYjRUcZZEdE3qa2zb8QEDRUGVZBW4rlazf2fxkg8tztybTaqWw==", |
| "license": "BSD-2-Clause", |
| "dependencies": { |
| "@jridgewell/source-map": "^0.3.3", |
| "acorn": "^8.8.2", |
| "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.11", |
| "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.11.tgz", |
| "integrity": "sha512-RVCsMfuD0+cTt3EwX8hSl2Ks56EbFHWmhluwcqoPKtBnfjiT6olaq7PRIRfhyU8nnC2MrnDrBLfrD/RGE+cVXQ==", |
| "dev": true, |
| "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-hex": { |
| "version": "1.0.0", |
| "resolved": "https://registry.npmjs.org/text-hex/-/text-hex-1.0.0.tgz", |
| "integrity": "sha512-uuVGNWzgJ4yhRaNSiubPY7OjISw4sw4E5Uv0wbjp+OzcbmVU/rsT8ujgcXJhn9ypzsgr5vlzpPqP+MBBKcGvbg==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/tinyglobby": { |
| "version": "0.2.15", |
| "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz", |
| "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "fdir": "^6.5.0", |
| "picomatch": "^4.0.3" |
| }, |
| "engines": { |
| "node": ">=12.0.0" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/SuperchupuDev" |
| } |
| }, |
| "node_modules/tinyglobby/node_modules/fdir": { |
| "version": "6.5.0", |
| "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", |
| "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=12.0.0" |
| }, |
| "peerDependencies": { |
| "picomatch": "^3 || ^4" |
| }, |
| "peerDependenciesMeta": { |
| "picomatch": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/tinyglobby/node_modules/picomatch": { |
| "version": "4.0.3", |
| "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", |
| "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=12" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/jonschlinkert" |
| } |
| }, |
| "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==", |
| "devOptional": true, |
| "license": "MIT", |
| "dependencies": { |
| "is-number": "^7.0.0" |
| }, |
| "engines": { |
| "node": ">=8.0" |
| } |
| }, |
| "node_modules/triple-beam": { |
| "version": "1.4.1", |
| "resolved": "https://registry.npmjs.org/triple-beam/-/triple-beam-1.4.1.tgz", |
| "integrity": "sha512-aZbgViZrg1QNcG+LULa7nhZpJTZSLm/mXnHXnbAbjmN5aSa0y7V+wvv6+4WaBtpISJzThKy+PIPxc1Nq1EJ9mg==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">= 14.0.0" |
| } |
| }, |
| "node_modules/tslib": { |
| "version": "2.8.1", |
| "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", |
| "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", |
| "license": "0BSD" |
| }, |
| "node_modules/type-check": { |
| "version": "0.4.0", |
| "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", |
| "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "prelude-ls": "^1.2.1" |
| }, |
| "engines": { |
| "node": ">= 0.8.0" |
| } |
| }, |
| "node_modules/typescript": { |
| "version": "5.9.3", |
| "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", |
| "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", |
| "dev": true, |
| "license": "Apache-2.0", |
| "bin": { |
| "tsc": "bin/tsc", |
| "tsserver": "bin/tsserver" |
| }, |
| "engines": { |
| "node": ">=14.17" |
| } |
| }, |
| "node_modules/undici-types": { |
| "version": "6.20.0", |
| "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz", |
| "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==", |
| "dev": true, |
| "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" |
| } |
| ], |
| "dependencies": { |
| "escalade": "^3.2.0", |
| "picocolors": "^1.1.1" |
| }, |
| "bin": { |
| "update-browserslist-db": "cli.js" |
| }, |
| "peerDependencies": { |
| "browserslist": ">= 4.21.0" |
| } |
| }, |
| "node_modules/uri-js": { |
| "version": "4.4.1", |
| "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", |
| "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", |
| "dev": true, |
| "license": "BSD-2-Clause", |
| "dependencies": { |
| "punycode": "^2.1.0" |
| } |
| }, |
| "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/vinyl": { |
| "version": "2.2.1", |
| "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-2.2.1.tgz", |
| "integrity": "sha512-LII3bXRFBZLlezoG5FfZVcXflZgWP/4dCwKtxd5ky9+LOtM4CS3bIRQsmR1KMnMW07jpE8fqR2lcxPZ+8sJIcw==", |
| "license": "MIT", |
| "dependencies": { |
| "clone": "^2.1.1", |
| "clone-buffer": "^1.0.0", |
| "clone-stats": "^1.0.0", |
| "cloneable-readable": "^1.0.0", |
| "remove-trailing-separator": "^1.0.1", |
| "replace-ext": "^1.0.0" |
| }, |
| "engines": { |
| "node": ">= 0.10" |
| } |
| }, |
| "node_modules/vinyl-sourcemaps-apply": { |
| "version": "0.2.1", |
| "resolved": "https://registry.npmjs.org/vinyl-sourcemaps-apply/-/vinyl-sourcemaps-apply-0.2.1.tgz", |
| "integrity": "sha512-+oDh3KYZBoZC8hfocrbrxbLUeaYtQK7J5WU5Br9VqWqmCll3tFJqKp97GC9GmMsVIL0qnx2DgEDVxdo5EZ5sSw==", |
| "license": "ISC", |
| "dependencies": { |
| "source-map": "^0.5.1" |
| } |
| }, |
| "node_modules/vinyl-sourcemaps-apply/node_modules/source-map": { |
| "version": "0.5.7", |
| "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", |
| "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==", |
| "license": "BSD-3-Clause", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/vite": { |
| "version": "7.1.7", |
| "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.7.tgz", |
| "integrity": "sha512-VbA8ScMvAISJNJVbRDTJdCwqQoAareR/wutevKanhR2/1EkoXVZVkkORaYm/tNVCjP/UDTKtcw3bAkwOUdedmA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "esbuild": "^0.25.0", |
| "fdir": "^6.5.0", |
| "picomatch": "^4.0.3", |
| "postcss": "^8.5.6", |
| "rollup": "^4.43.0", |
| "tinyglobby": "^0.2.15" |
| }, |
| "bin": { |
| "vite": "bin/vite.js" |
| }, |
| "engines": { |
| "node": "^20.19.0 || >=22.12.0" |
| }, |
| "funding": { |
| "url": "https://github.com/vitejs/vite?sponsor=1" |
| }, |
| "optionalDependencies": { |
| "fsevents": "~2.3.3" |
| }, |
| "peerDependencies": { |
| "@types/node": "^20.19.0 || >=22.12.0", |
| "jiti": ">=1.21.0", |
| "less": "^4.0.0", |
| "lightningcss": "^1.21.0", |
| "sass": "^1.70.0", |
| "sass-embedded": "^1.70.0", |
| "stylus": ">=0.54.8", |
| "sugarss": "^5.0.0", |
| "terser": "^5.16.0", |
| "tsx": "^4.8.1", |
| "yaml": "^2.4.2" |
| }, |
| "peerDependenciesMeta": { |
| "@types/node": { |
| "optional": true |
| }, |
| "jiti": { |
| "optional": true |
| }, |
| "less": { |
| "optional": true |
| }, |
| "lightningcss": { |
| "optional": true |
| }, |
| "sass": { |
| "optional": true |
| }, |
| "sass-embedded": { |
| "optional": true |
| }, |
| "stylus": { |
| "optional": true |
| }, |
| "sugarss": { |
| "optional": true |
| }, |
| "terser": { |
| "optional": true |
| }, |
| "tsx": { |
| "optional": true |
| }, |
| "yaml": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/vite/node_modules/fdir": { |
| "version": "6.5.0", |
| "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", |
| "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=12.0.0" |
| }, |
| "peerDependencies": { |
| "picomatch": "^3 || ^4" |
| }, |
| "peerDependenciesMeta": { |
| "picomatch": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/vite/node_modules/picomatch": { |
| "version": "4.0.3", |
| "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", |
| "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=12" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/jonschlinkert" |
| } |
| }, |
| "node_modules/watchpack": { |
| "version": "2.4.4", |
| "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.4.tgz", |
| "integrity": "sha512-c5EGNOiyxxV5qmTtAB7rbiXxi1ooX1pQKMLX/MIabJjRA0SJBQOjKF+KSVfHkr9U1cADPon0mRiVe/riyaiDUA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "glob-to-regexp": "^0.4.1", |
| "graceful-fs": "^4.1.2" |
| }, |
| "engines": { |
| "node": ">=10.13.0" |
| } |
| }, |
| "node_modules/webpack": { |
| "version": "5.102.0", |
| "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.102.0.tgz", |
| "integrity": "sha512-hUtqAR3ZLVEYDEABdBioQCIqSoguHbFn1K7WlPPWSuXmx0031BD73PSE35jKyftdSh4YLDoQNgK4pqBt5Q82MA==", |
| "dev": true, |
| "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.5", |
| "chrome-trace-event": "^1.0.2", |
| "enhanced-resolve": "^5.17.3", |
| "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.2.3", |
| "terser-webpack-plugin": "^5.3.11", |
| "watchpack": "^2.4.4", |
| "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==", |
| "dev": true, |
| "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==", |
| "dev": true, |
| "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==", |
| "dev": true, |
| "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==", |
| "dev": true, |
| "engines": { |
| "node": ">=10.13.0" |
| } |
| }, |
| "node_modules/webpack/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==", |
| "dev": true, |
| "license": "BSD-2-Clause", |
| "dependencies": { |
| "esrecurse": "^4.3.0", |
| "estraverse": "^4.1.1" |
| }, |
| "engines": { |
| "node": ">=8.0.0" |
| } |
| }, |
| "node_modules/webpack/node_modules/estraverse": { |
| "version": "4.3.0", |
| "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", |
| "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", |
| "dev": true, |
| "license": "BSD-2-Clause", |
| "engines": { |
| "node": ">=4.0" |
| } |
| }, |
| "node_modules/which": { |
| "version": "2.0.2", |
| "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", |
| "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "isexe": "^2.0.0" |
| }, |
| "bin": { |
| "node-which": "bin/node-which" |
| }, |
| "engines": { |
| "node": ">= 8" |
| } |
| }, |
| "node_modules/wildcard": { |
| "version": "2.0.1", |
| "resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.1.tgz", |
| "integrity": "sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/winston": { |
| "version": "3.17.0", |
| "resolved": "https://registry.npmjs.org/winston/-/winston-3.17.0.tgz", |
| "integrity": "sha512-DLiFIXYC5fMPxaRg832S6F5mJYvePtmO5G9v9IgUFPhXm9/GkXarH/TUrBAVzhTCzAj9anE/+GjrgXp/54nOgw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@colors/colors": "^1.6.0", |
| "@dabh/diagnostics": "^2.0.2", |
| "async": "^3.2.3", |
| "is-stream": "^2.0.0", |
| "logform": "^2.7.0", |
| "one-time": "^1.0.0", |
| "readable-stream": "^3.4.0", |
| "safe-stable-stringify": "^2.3.1", |
| "stack-trace": "0.0.x", |
| "triple-beam": "^1.3.0", |
| "winston-transport": "^4.9.0" |
| }, |
| "engines": { |
| "node": ">= 12.0.0" |
| } |
| }, |
| "node_modules/winston-transport": { |
| "version": "4.9.0", |
| "resolved": "https://registry.npmjs.org/winston-transport/-/winston-transport-4.9.0.tgz", |
| "integrity": "sha512-8drMJ4rkgaPo1Me4zD/3WLfI/zPdA9o2IipKODunnGDcuqbHwjsbB79ylv04LCGGzU0xQ6vTznOMpQGaLhhm6A==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "logform": "^2.7.0", |
| "readable-stream": "^3.6.2", |
| "triple-beam": "^1.3.0" |
| }, |
| "engines": { |
| "node": ">= 12.0.0" |
| } |
| }, |
| "node_modules/winston-transport/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==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "inherits": "^2.0.3", |
| "string_decoder": "^1.1.1", |
| "util-deprecate": "^1.0.1" |
| }, |
| "engines": { |
| "node": ">= 6" |
| } |
| }, |
| "node_modules/winston/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==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "inherits": "^2.0.3", |
| "string_decoder": "^1.1.1", |
| "util-deprecate": "^1.0.1" |
| }, |
| "engines": { |
| "node": ">= 6" |
| } |
| }, |
| "node_modules/word-wrap": { |
| "version": "1.2.5", |
| "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", |
| "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "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/ws": { |
| "version": "8.18.3", |
| "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz", |
| "integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==", |
| "dev": true, |
| "engines": { |
| "node": ">=10.0.0" |
| }, |
| "peerDependencies": { |
| "bufferutil": "^4.0.1", |
| "utf-8-validate": ">=5.0.2" |
| }, |
| "peerDependenciesMeta": { |
| "bufferutil": { |
| "optional": true |
| }, |
| "utf-8-validate": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/yallist": { |
| "version": "3.1.1", |
| "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", |
| "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" |
| }, |
| "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==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| } |
| } |
| } |