Spaces:
Sleeping
Sleeping
| { | |
| "name": "frontend", | |
| "version": "0.0.0", | |
| "lockfileVersion": 3, | |
| "requires": true, | |
| "packages": { | |
| "": { | |
| "name": "frontend", | |
| "version": "0.0.0", | |
| "dependencies": { | |
| "@tailwindcss/vite": "^4.3.2", | |
| "react": "^19.2.7", | |
| "react-dom": "^19.2.7", | |
| "recharts": "^3.9.1", | |
| "tailwindcss": "^4.3.2" | |
| }, | |
| "devDependencies": { | |
| "@testing-library/jest-dom": "^6.9.1", | |
| "@testing-library/react": "^16.3.2", | |
| "@testing-library/user-event": "^14.6.1", | |
| "@types/node": "^24.13.2", | |
| "@types/react": "^19.2.17", | |
| "@types/react-dom": "^19.2.3", | |
| "@vitejs/plugin-react": "^6.0.3", | |
| "jsdom": "^29.1.1", | |
| "oxlint": "^1.71.0", | |
| "typescript": "^6.0.3", | |
| "vite": "^8.1.2", | |
| "vitest": "^4.1.9" | |
| } | |
| }, | |
| "node_modules/@adobe/css-tools": { | |
| "version": "4.5.0", | |
| "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.5.0.tgz", | |
| "integrity": "sha512-6OzddxPio9UiWTCemp4N8cYLV2ZN1ncRnV1cVGtve7dhPOtRkleRyx32GQCYSwDYgaHU3USMm84tNsvKzRCa1Q==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/@asamuzakjp/css-color": { | |
| "version": "5.1.11", | |
| "resolved": "https://registry.npmjs.org/@asamuzakjp/css-color/-/css-color-5.1.11.tgz", | |
| "integrity": "sha512-KVw6qIiCTUQhByfTd78h2yD1/00waTmm9uy/R7Ck/ctUyAPj+AEDLkQIdJW0T8+qGgj3j5bpNKK7Q3G+LedJWg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@asamuzakjp/generational-cache": "^1.0.1", | |
| "@csstools/css-calc": "^3.2.0", | |
| "@csstools/css-color-parser": "^4.1.0", | |
| "@csstools/css-parser-algorithms": "^4.0.0", | |
| "@csstools/css-tokenizer": "^4.0.0" | |
| }, | |
| "engines": { | |
| "node": "^20.19.0 || ^22.12.0 || >=24.0.0" | |
| } | |
| }, | |
| "node_modules/@asamuzakjp/dom-selector": { | |
| "version": "7.1.1", | |
| "resolved": "https://registry.npmjs.org/@asamuzakjp/dom-selector/-/dom-selector-7.1.1.tgz", | |
| "integrity": "sha512-67RZDnYRc8H/8MLDgQCDE//zoqVFwajkepHZgmXrbwybzXOEwOWGPYGmALYl9J2DOLfFPPs6kKCqmbzV895hTQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@asamuzakjp/generational-cache": "^1.0.1", | |
| "@asamuzakjp/nwsapi": "^2.3.9", | |
| "bidi-js": "^1.0.3", | |
| "css-tree": "^3.2.1", | |
| "is-potential-custom-element-name": "^1.0.1" | |
| }, | |
| "engines": { | |
| "node": "^20.19.0 || ^22.12.0 || >=24.0.0" | |
| } | |
| }, | |
| "node_modules/@asamuzakjp/generational-cache": { | |
| "version": "1.0.1", | |
| "resolved": "https://registry.npmjs.org/@asamuzakjp/generational-cache/-/generational-cache-1.0.1.tgz", | |
| "integrity": "sha512-wajfB8KqzMCN2KGNFdLkReeHncd0AslUSrvHVvvYWuU8ghncRJoA50kT3zP9MVL0+9g4/67H+cdvBskj9THPzg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": "^20.19.0 || ^22.12.0 || >=24.0.0" | |
| } | |
| }, | |
| "node_modules/@asamuzakjp/nwsapi": { | |
| "version": "2.3.9", | |
| "resolved": "https://registry.npmjs.org/@asamuzakjp/nwsapi/-/nwsapi-2.3.9.tgz", | |
| "integrity": "sha512-n8GuYSrI9bF7FFZ/SjhwevlHc8xaVlb/7HmHelnc/PZXBD2ZR49NnN9sMMuDdEGPeeRQ5d0hqlSlEpgCX3Wl0Q==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/@babel/code-frame": { | |
| "version": "7.29.7", | |
| "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.7.tgz", | |
| "integrity": "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "peer": true, | |
| "dependencies": { | |
| "@babel/helper-validator-identifier": "^7.29.7", | |
| "js-tokens": "^4.0.0", | |
| "picocolors": "^1.1.1" | |
| }, | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@babel/helper-validator-identifier": { | |
| "version": "7.29.7", | |
| "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz", | |
| "integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "peer": true, | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@babel/runtime": { | |
| "version": "7.29.7", | |
| "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.7.tgz", | |
| "integrity": "sha512-Nq8OhGWiZIZGV6hLHoyAKLLcJihP/xFeBMGJoUrxTX2psI8dCifzLhZISFb+VWS3wFMRDmCGw5R+dOySCqPLhw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@bramus/specificity": { | |
| "version": "2.4.2", | |
| "resolved": "https://registry.npmjs.org/@bramus/specificity/-/specificity-2.4.2.tgz", | |
| "integrity": "sha512-ctxtJ/eA+t+6q2++vj5j7FYX3nRu311q1wfYH3xjlLOsczhlhxAg2FWNUXhpGvAw3BWo1xBcvOV6/YLc2r5FJw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "css-tree": "^3.0.0" | |
| }, | |
| "bin": { | |
| "specificity": "bin/cli.js" | |
| } | |
| }, | |
| "node_modules/@csstools/color-helpers": { | |
| "version": "6.1.0", | |
| "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.1.0.tgz", | |
| "integrity": "sha512-064IFJdjTfUqnjpCVpMOdbr8FLQBhinbZj6yRv2An2E41O/pLEXqfFRWqGq/SxlE5PEUYTlvWsG2r8MswAVvkg==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "engines": { | |
| "node": ">=20.19.0" | |
| } | |
| }, | |
| "node_modules/@csstools/css-calc": { | |
| "version": "3.2.1", | |
| "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.2.1.tgz", | |
| "integrity": "sha512-DtdHlgXh5ZkA43cwBcAm+huzgJiwx3ZTWVjBs94kwz2xKqSimDA3lBgCjphYgwgVUMWatSM0pDd8TILB1yrVVg==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=20.19.0" | |
| }, | |
| "peerDependencies": { | |
| "@csstools/css-parser-algorithms": "^4.0.0", | |
| "@csstools/css-tokenizer": "^4.0.0" | |
| } | |
| }, | |
| "node_modules/@csstools/css-color-parser": { | |
| "version": "4.1.9", | |
| "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.1.9.tgz", | |
| "integrity": "sha512-paQcIaOO53Rk5+YrBaBjm/SgrV4INImjo2BT1DtQRYr+XeTRbeAYlS+jxXp9drqvKmtFnWRJKIalDLhZZDu42A==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "@csstools/color-helpers": "^6.1.0", | |
| "@csstools/css-calc": "^3.2.1" | |
| }, | |
| "engines": { | |
| "node": ">=20.19.0" | |
| }, | |
| "peerDependencies": { | |
| "@csstools/css-parser-algorithms": "^4.0.0", | |
| "@csstools/css-tokenizer": "^4.0.0" | |
| } | |
| }, | |
| "node_modules/@csstools/css-parser-algorithms": { | |
| "version": "4.0.0", | |
| "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz", | |
| "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=20.19.0" | |
| }, | |
| "peerDependencies": { | |
| "@csstools/css-tokenizer": "^4.0.0" | |
| } | |
| }, | |
| "node_modules/@csstools/css-syntax-patches-for-csstree": { | |
| "version": "1.1.6", | |
| "resolved": "https://registry.npmjs.org/@csstools/css-syntax-patches-for-csstree/-/css-syntax-patches-for-csstree-1.1.6.tgz", | |
| "integrity": "sha512-TcJCWFbXLPpJYq6z7bfOyjWYJDiDg2/I4gyUC9pqPNqHFRIey0EB0q0L5cSnQDfWJg8Jd6VadakxdIez/3zkqQ==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "peerDependencies": { | |
| "css-tree": "^3.2.1" | |
| }, | |
| "peerDependenciesMeta": { | |
| "css-tree": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/@csstools/css-tokenizer": { | |
| "version": "4.0.0", | |
| "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz", | |
| "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=20.19.0" | |
| } | |
| }, | |
| "node_modules/@emnapi/core": { | |
| "version": "1.11.1", | |
| "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.11.1.tgz", | |
| "integrity": "sha512-RSvbQmHzdKzNsLYa/wHrbc3KN4sYLKAdPZxqiM2HATqv/SBk2/ENSHpvXGaLOMcsAyz0poEGqkmmKYG3OWiJEQ==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@emnapi/wasi-threads": "1.2.2", | |
| "tslib": "^2.4.0" | |
| } | |
| }, | |
| "node_modules/@emnapi/runtime": { | |
| "version": "1.11.1", | |
| "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.11.1.tgz", | |
| "integrity": "sha512-vgj7R3y3Wgx24IQaGPA/R6YFXLHVMOZ0uVEyIQPaWs+rd1AzfEMXlAC22FYwO1XkKR6NPsq7mUandH8oIRdZFw==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "tslib": "^2.4.0" | |
| } | |
| }, | |
| "node_modules/@emnapi/wasi-threads": { | |
| "version": "1.2.2", | |
| "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.2.tgz", | |
| "integrity": "sha512-c95qOXkHdydNKhscBTebqEC1CVAZpyqOfVfBzQ1qgzyl3gfeldUjIggDbIZgDKsHLgnsM+igH7TJ/eAasaVuMA==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "tslib": "^2.4.0" | |
| } | |
| }, | |
| "node_modules/@exodus/bytes": { | |
| "version": "1.15.1", | |
| "resolved": "https://registry.npmjs.org/@exodus/bytes/-/bytes-1.15.1.tgz", | |
| "integrity": "sha512-S6mL0yNB/Abt9Ei4tq8gDhcczc4S3+vQ4ra7vxnAf+YHC02srtqxKKZghx2Dq6p0e66THKwR6r8N6P95wEty7Q==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": "^20.19.0 || ^22.12.0 || >=24.0.0" | |
| }, | |
| "peerDependencies": { | |
| "@noble/hashes": "^1.8.0 || ^2.0.0" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@noble/hashes": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/@jridgewell/gen-mapping": { | |
| "version": "0.3.13", | |
| "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz", | |
| "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==", | |
| "license": "MIT", | |
| "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==", | |
| "license": "MIT", | |
| "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/sourcemap-codec": { | |
| "version": "1.5.5", | |
| "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz", | |
| "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/@jridgewell/trace-mapping": { | |
| "version": "0.3.31", | |
| "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz", | |
| "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@jridgewell/resolve-uri": "^3.1.0", | |
| "@jridgewell/sourcemap-codec": "^1.4.14" | |
| } | |
| }, | |
| "node_modules/@napi-rs/wasm-runtime": { | |
| "version": "1.1.6", | |
| "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.6.tgz", | |
| "integrity": "sha512-ZLv/JdUfkvOy9eCnnBaGfiO+XimbjebAeO+MRQqD/B+FR1tnRN0tpKSJHRbE8sFfS6aqsXZ67TQjfwfsxULVbg==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@tybys/wasm-util": "^0.10.3" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/Brooooooklyn" | |
| }, | |
| "peerDependencies": { | |
| "@emnapi/core": "^1.7.1", | |
| "@emnapi/runtime": "^1.7.1" | |
| } | |
| }, | |
| "node_modules/@oxc-project/types": { | |
| "version": "0.138.0", | |
| "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.138.0.tgz", | |
| "integrity": "sha512-1a7ZKmrRTCoN1XMZ4L0PyyqrMnrNlLyPuOkdSX2MZg7IiIGRUyurNhAm73ptDOraoBcIordsIGKNPKUzy3ZmfA==", | |
| "license": "MIT", | |
| "funding": { | |
| "url": "https://github.com/sponsors/Boshen" | |
| } | |
| }, | |
| "node_modules/@oxlint/binding-android-arm-eabi": { | |
| "version": "1.72.0", | |
| "resolved": "https://registry.npmjs.org/@oxlint/binding-android-arm-eabi/-/binding-android-arm-eabi-1.72.0.tgz", | |
| "integrity": "sha512-zhCmvn+1Mj3UchAc/90i99S0t7jJUsHmFVSPg4UWrjO8b8eaSGwscgO6QAUtvHBstkjQwBttQNswEnAF1mIQdA==", | |
| "cpu": [ | |
| "arm" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "android" | |
| ], | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| } | |
| }, | |
| "node_modules/@oxlint/binding-android-arm64": { | |
| "version": "1.72.0", | |
| "resolved": "https://registry.npmjs.org/@oxlint/binding-android-arm64/-/binding-android-arm64-1.72.0.tgz", | |
| "integrity": "sha512-mtH+aY/ozv1eZoCUC2owjFAtyNBKHpJHygKeEu9zXXnQGW1Q2/qOpvx+I+Lf23+TvTz66F4iiXUbl2cGvoLPCQ==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "android" | |
| ], | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| } | |
| }, | |
| "node_modules/@oxlint/binding-darwin-arm64": { | |
| "version": "1.72.0", | |
| "resolved": "https://registry.npmjs.org/@oxlint/binding-darwin-arm64/-/binding-darwin-arm64-1.72.0.tgz", | |
| "integrity": "sha512-EvnajNPDtfknB3ZieeOOyDTwJn9QXDiwfnF4ZDQqART6RG6hjY4WigQcZdGoK2dkB3e1vrmEzN9aYbQCUkh/gQ==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "darwin" | |
| ], | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| } | |
| }, | |
| "node_modules/@oxlint/binding-darwin-x64": { | |
| "version": "1.72.0", | |
| "resolved": "https://registry.npmjs.org/@oxlint/binding-darwin-x64/-/binding-darwin-x64-1.72.0.tgz", | |
| "integrity": "sha512-ZkCdEa/G80A7vEHfeCDz/+L3m33DE73v32mDKhgOIgz8Uwf0DFcK7+uu6qC+7LEhmz5fpOe1osWKyjSNMydFIQ==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "darwin" | |
| ], | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| } | |
| }, | |
| "node_modules/@oxlint/binding-freebsd-x64": { | |
| "version": "1.72.0", | |
| "resolved": "https://registry.npmjs.org/@oxlint/binding-freebsd-x64/-/binding-freebsd-x64-1.72.0.tgz", | |
| "integrity": "sha512-NroXv2vh+sxVY1uya/rM5pjhx1hm8BzlYpx9q67QP0Xhw5MH2bf5GJylpvLEC+781p1Xli/317EoV9AlGwViag==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "freebsd" | |
| ], | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| } | |
| }, | |
| "node_modules/@oxlint/binding-linux-arm-gnueabihf": { | |
| "version": "1.72.0", | |
| "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.72.0.tgz", | |
| "integrity": "sha512-0NDywYgfj279Ou/BcQuCYSj7NJwBfmWn5qc5uGO/Ny7fUWmXyIpvawqX/8acQlWG6IXelJsJhj+JAy6sjsKj0A==", | |
| "cpu": [ | |
| "arm" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| } | |
| }, | |
| "node_modules/@oxlint/binding-linux-arm-musleabihf": { | |
| "version": "1.72.0", | |
| "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-1.72.0.tgz", | |
| "integrity": "sha512-4vpXB06h65Ezsy4hRyrGjGrfa1SkVPii09yaajiYhmVpgsFiLD+KNxIx/BNAY+XiO+i1yqp9HHdwqM8VTqa5XQ==", | |
| "cpu": [ | |
| "arm" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| } | |
| }, | |
| "node_modules/@oxlint/binding-linux-arm64-gnu": { | |
| "version": "1.72.0", | |
| "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.72.0.tgz", | |
| "integrity": "sha512-immaN4g2ZGFiOkKrvRX9LvzZdd2GkQM5wR+UyzYyUuyhUTXGQ4HKUJH18xp4G8OfhCVaVAJfKZxwE1r8+4hhaQ==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "libc": [ | |
| "glibc" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| } | |
| }, | |
| "node_modules/@oxlint/binding-linux-arm64-musl": { | |
| "version": "1.72.0", | |
| "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.72.0.tgz", | |
| "integrity": "sha512-JGHS9Mnr7iWyyLDxgCv1MhzVpAckgptg00F2gnxt/GD7lQ2SW1BRcxHqhSTaSdDpjWRrBkBxMMh4+Hn3aVtExg==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "libc": [ | |
| "musl" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| } | |
| }, | |
| "node_modules/@oxlint/binding-linux-ppc64-gnu": { | |
| "version": "1.72.0", | |
| "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.72.0.tgz", | |
| "integrity": "sha512-AOYgBZqxNshrg83P9v0RYv+m8s10Cqkj4/PxXFDhcS3k7FqsIG5+CxErshZCIN7G8iy4Y+VGfAsuEdar8AcbBg==", | |
| "cpu": [ | |
| "ppc64" | |
| ], | |
| "dev": true, | |
| "libc": [ | |
| "glibc" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| } | |
| }, | |
| "node_modules/@oxlint/binding-linux-riscv64-gnu": { | |
| "version": "1.72.0", | |
| "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-1.72.0.tgz", | |
| "integrity": "sha512-QMybPS5ij3/vrKG67mqzHwW++91sYxK/PPUVi6SBtNCEzW4niS52fVBdXbQ6nou0wWbUPEpx8Sl/ZjtgE3clXA==", | |
| "cpu": [ | |
| "riscv64" | |
| ], | |
| "dev": true, | |
| "libc": [ | |
| "glibc" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| } | |
| }, | |
| "node_modules/@oxlint/binding-linux-riscv64-musl": { | |
| "version": "1.72.0", | |
| "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-1.72.0.tgz", | |
| "integrity": "sha512-gOc3W7JV0PXRpIL7stUlLe3Wa9Gp0Kdlup87IT3gHDvPKck2xNgMIl/Gs2lldYY2lyXZDC4rWi3hmoLUobkgbQ==", | |
| "cpu": [ | |
| "riscv64" | |
| ], | |
| "dev": true, | |
| "libc": [ | |
| "musl" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| } | |
| }, | |
| "node_modules/@oxlint/binding-linux-s390x-gnu": { | |
| "version": "1.72.0", | |
| "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.72.0.tgz", | |
| "integrity": "sha512-rpGxph+FjjHcYI5q6uxB3Az+tnfmEnDbSA8+PK9ZE/VzyUAkvBOMeuY7ZQMhu5mpZH7YQDsTdW6Cx4kV/msc6w==", | |
| "cpu": [ | |
| "s390x" | |
| ], | |
| "dev": true, | |
| "libc": [ | |
| "glibc" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| } | |
| }, | |
| "node_modules/@oxlint/binding-linux-x64-gnu": { | |
| "version": "1.72.0", | |
| "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.72.0.tgz", | |
| "integrity": "sha512-WND+uhf/Ko13SLqQMWQUgsZuLvYYEvL0ZKgg0tgGYfLqxG7l8Ju123fHDMJyYSDl5E3bUbpFUuii/OvMreFQzw==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "dev": true, | |
| "libc": [ | |
| "glibc" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| } | |
| }, | |
| "node_modules/@oxlint/binding-linux-x64-musl": { | |
| "version": "1.72.0", | |
| "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-x64-musl/-/binding-linux-x64-musl-1.72.0.tgz", | |
| "integrity": "sha512-SrpbrUL70nG9vh6zP4/oKHWgLuHquwsr7MW9XOn0olBVgh10Uqr8qscKhQoBGEn6olK/IUpn5GSKcdQ5AjUhGA==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "dev": true, | |
| "libc": [ | |
| "musl" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| } | |
| }, | |
| "node_modules/@oxlint/binding-openharmony-arm64": { | |
| "version": "1.72.0", | |
| "resolved": "https://registry.npmjs.org/@oxlint/binding-openharmony-arm64/-/binding-openharmony-arm64-1.72.0.tgz", | |
| "integrity": "sha512-qkrsEn6NmgFKr7U/QnezQMb+q/vzAy0Dd9Y95gQGQTyjzDLN+HRZMuM5u70iyH4nBLCfKBzhjMsYCehKay2jyg==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "openharmony" | |
| ], | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| } | |
| }, | |
| "node_modules/@oxlint/binding-win32-arm64-msvc": { | |
| "version": "1.72.0", | |
| "resolved": "https://registry.npmjs.org/@oxlint/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.72.0.tgz", | |
| "integrity": "sha512-LWR6ZlFZph+KPjXv8opgZsXRDCdrdQe8VL8Cg9zxCoBS73h6znzZpydVgmdnwj8mB9AuSM5jxEgDJDpQkjboeg==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "win32" | |
| ], | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| } | |
| }, | |
| "node_modules/@oxlint/binding-win32-ia32-msvc": { | |
| "version": "1.72.0", | |
| "resolved": "https://registry.npmjs.org/@oxlint/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-1.72.0.tgz", | |
| "integrity": "sha512-yt6HEh7IsHvtjRWtmeZRX134eaXKHq5Gnqlf1xBJdJl1JtdoRUEJw3nAxpZoUDS860cX/foKbztO441anVBtVQ==", | |
| "cpu": [ | |
| "ia32" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "win32" | |
| ], | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| } | |
| }, | |
| "node_modules/@oxlint/binding-win32-x64-msvc": { | |
| "version": "1.72.0", | |
| "resolved": "https://registry.npmjs.org/@oxlint/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.72.0.tgz", | |
| "integrity": "sha512-b2eKFD2hX7tIwmo/cyH6TDq8vzWRZ2qNHrzoGntUTmq0h3zQh/uX3eTSHCwI8OB/ADQfJCRelLItK8BsxuucDA==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "win32" | |
| ], | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| } | |
| }, | |
| "node_modules/@reduxjs/toolkit": { | |
| "version": "2.12.0", | |
| "resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-2.12.0.tgz", | |
| "integrity": "sha512-KiT+RzZbp6mQET+Mg+h2c97+9j1sNflUxQkIHI7Yuzf6Peu+OYpmkn6nbHWmLLWj+1ZODUJFwGZ7gx3L9R9EOw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@standard-schema/spec": "^1.0.0", | |
| "@standard-schema/utils": "^0.3.0", | |
| "immer": "^11.0.0", | |
| "redux": "^5.0.1", | |
| "redux-thunk": "^3.1.0", | |
| "reselect": "^5.1.0" | |
| }, | |
| "peerDependencies": { | |
| "react": "^16.9.0 || ^17.0.0 || ^18 || ^19", | |
| "react-redux": "^7.2.1 || ^8.1.3 || ^9.0.0" | |
| }, | |
| "peerDependenciesMeta": { | |
| "react": { | |
| "optional": true | |
| }, | |
| "react-redux": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/@rolldown/binding-android-arm64": { | |
| "version": "1.1.4", | |
| "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.1.4.tgz", | |
| "integrity": "sha512-EZLpf/8y7GXkkra90ML47kzik/GMP3EMcE9bPyHmRfxLC6z9+aW5A8poCsoxjrT5GfEcNAAvWwUHjvP1pUQkfw==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "android" | |
| ], | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| } | |
| }, | |
| "node_modules/@rolldown/binding-darwin-arm64": { | |
| "version": "1.1.4", | |
| "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.1.4.tgz", | |
| "integrity": "sha512-aUi+HBvmYb7j8krl1+qJgkG8C17fO79gk3c+jPw4S8glRFc1DTija9S3EyaTSQUm5GJXYKDAsugBEhFHH2vYiQ==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "darwin" | |
| ], | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| } | |
| }, | |
| "node_modules/@rolldown/binding-darwin-x64": { | |
| "version": "1.1.4", | |
| "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.1.4.tgz", | |
| "integrity": "sha512-F7hHC3gwY11+vByKPRWqwGbeXWVgKmL+pTGCinaEhdihzBV2aQ0fvZOch9cXYUOKuKKq429HeYXOqQLc7wFCEg==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "darwin" | |
| ], | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| } | |
| }, | |
| "node_modules/@rolldown/binding-freebsd-x64": { | |
| "version": "1.1.4", | |
| "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.1.4.tgz", | |
| "integrity": "sha512-sI5yw+7s92SK6odiEhD5lKCBlWcpjHS5qyqpVQbZAJ0fIzEUXrmbl3DH2ybR3PZogulNJF+COLtmA8hUfvkCCQ==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "freebsd" | |
| ], | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| } | |
| }, | |
| "node_modules/@rolldown/binding-linux-arm-gnueabihf": { | |
| "version": "1.1.4", | |
| "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.1.4.tgz", | |
| "integrity": "sha512-mCi0OKgEieFircrtVYmQAFGszRtMnZ6fpZAXrxanXAu7lqZcsK1E1RAaZNG0uKAnxox3B1f4EyQNnoyMfN1vAA==", | |
| "cpu": [ | |
| "arm" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| } | |
| }, | |
| "node_modules/@rolldown/binding-linux-arm64-gnu": { | |
| "version": "1.1.4", | |
| "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.1.4.tgz", | |
| "integrity": "sha512-B9Ial3Kv5sh0SHnB1g/QWcUQCEvCF6QKGAl4zXypYj65mVI+B4AhFBwPtSN7pDrJeIx8Z7zdy4ntx+wQABom7w==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "libc": [ | |
| "glibc" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| } | |
| }, | |
| "node_modules/@rolldown/binding-linux-arm64-musl": { | |
| "version": "1.1.4", | |
| "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.1.4.tgz", | |
| "integrity": "sha512-lZVym0PuHE1KZ22gmFTC15lAkrg9iTszR617oYRB/iPY1A56ywoJzVKOJBKaot5RiikCObmur6pogpse3gRcng==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "libc": [ | |
| "musl" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| } | |
| }, | |
| "node_modules/@rolldown/binding-linux-ppc64-gnu": { | |
| "version": "1.1.4", | |
| "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.1.4.tgz", | |
| "integrity": "sha512-t2DNiLJWNTbnEHyUzTumldML6ET4/g16467LZoDDJ3tSxGvguL5/NyC2lCsNKuyRycg9XeDQF5SSv+TNOhQEXg==", | |
| "cpu": [ | |
| "ppc64" | |
| ], | |
| "libc": [ | |
| "glibc" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| } | |
| }, | |
| "node_modules/@rolldown/binding-linux-s390x-gnu": { | |
| "version": "1.1.4", | |
| "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.1.4.tgz", | |
| "integrity": "sha512-0WIRnL1Uw4BvTZRLQt+PVgo6ZKTJadlC2btP+/EOXv2f/DWbY0rEgl+y834mIVwP1FkTlWVTrGGJXf12lru7EQ==", | |
| "cpu": [ | |
| "s390x" | |
| ], | |
| "libc": [ | |
| "glibc" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| } | |
| }, | |
| "node_modules/@rolldown/binding-linux-x64-gnu": { | |
| "version": "1.1.4", | |
| "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.1.4.tgz", | |
| "integrity": "sha512-JWtGshGfX+oENAKonoNkqEJX+7hC8yfhi9GUyPX1VX4mdh1y5r+ZiJLR5XzAB0aoP6s/PcILsGjKq8O0mm24bw==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "libc": [ | |
| "glibc" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| } | |
| }, | |
| "node_modules/@rolldown/binding-linux-x64-musl": { | |
| "version": "1.1.4", | |
| "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.1.4.tgz", | |
| "integrity": "sha512-rT6yQcxUuXs4CnbofqwHRRV0iem349rLMYpTjkgQGLjrY4ado/eDzwPZPTCgTOlF6Nkp8NEv70yLMTn6qkWxsQ==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "libc": [ | |
| "musl" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| } | |
| }, | |
| "node_modules/@rolldown/binding-openharmony-arm64": { | |
| "version": "1.1.4", | |
| "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.1.4.tgz", | |
| "integrity": "sha512-KXMGoboq5cyaCQjDA4GLuRiOwBQ0EyFnJoVViLeZ45/3rFItRODEr+NdsBcVpll40hhNArlm/speWGRvj08LzA==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "openharmony" | |
| ], | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| } | |
| }, | |
| "node_modules/@rolldown/binding-wasm32-wasi": { | |
| "version": "1.1.4", | |
| "resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.1.4.tgz", | |
| "integrity": "sha512-5K83rb36oJiY7BCyE9zLZtGcPV4g5wvq+xwdO0XPIwDVZI8cyB/AUjkNXGb92/rnmezEkjMOpgY61rtwjQtFwg==", | |
| "cpu": [ | |
| "wasm32" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@emnapi/core": "1.11.1", | |
| "@emnapi/runtime": "1.11.1", | |
| "@napi-rs/wasm-runtime": "^1.1.6" | |
| }, | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| } | |
| }, | |
| "node_modules/@rolldown/binding-win32-arm64-msvc": { | |
| "version": "1.1.4", | |
| "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.1.4.tgz", | |
| "integrity": "sha512-PnWBtw3TV5KOg69HQQDR0mnQuyCmSGR2pAB4DC1rPF808fgKeTUMj2EOEyKATpgiuxuR5APQmiDO7PDgEjTFSA==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "win32" | |
| ], | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| } | |
| }, | |
| "node_modules/@rolldown/binding-win32-x64-msvc": { | |
| "version": "1.1.4", | |
| "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.1.4.tgz", | |
| "integrity": "sha512-M1lpniBePobTfsa7Ks9a199e1akxsXn+GYBUKsEzv3YFzOm1HJAMNwKI3qr0Zq+mxwx9gOZoTdP1yXRYsZUocQ==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "win32" | |
| ], | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| } | |
| }, | |
| "node_modules/@rolldown/pluginutils": { | |
| "version": "1.0.1", | |
| "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.1.tgz", | |
| "integrity": "sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/@standard-schema/spec": { | |
| "version": "1.1.0", | |
| "resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.1.0.tgz", | |
| "integrity": "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/@standard-schema/utils": { | |
| "version": "0.3.0", | |
| "resolved": "https://registry.npmjs.org/@standard-schema/utils/-/utils-0.3.0.tgz", | |
| "integrity": "sha512-e7Mew686owMaPJVNNLs55PUvgz371nKgwsc4vxE49zsODpJEnxgxRo2y/OKrqueavXgZNMDVj3DdHFlaSAeU8g==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/@tailwindcss/node": { | |
| "version": "4.3.2", | |
| "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.3.2.tgz", | |
| "integrity": "sha512-yWP/sqEcBLaD8JuA6zNwxoYKr75qxTioYwlRwekj5Jr/I5GXnoJfjetH/psLUIv74cYTH2lBUEzBkinthoYcBg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@jridgewell/remapping": "^2.3.5", | |
| "enhanced-resolve": "5.21.6", | |
| "jiti": "^2.7.0", | |
| "lightningcss": "1.32.0", | |
| "magic-string": "^0.30.21", | |
| "source-map-js": "^1.2.1", | |
| "tailwindcss": "4.3.2" | |
| } | |
| }, | |
| "node_modules/@tailwindcss/oxide": { | |
| "version": "4.3.2", | |
| "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.3.2.tgz", | |
| "integrity": "sha512-z8ZgnzX8gdNoWLBLqBPoh/sjnxkwvf9ZuWjnO0l0yIzbLa5/9S+eC5QxGZKRobVHIC3/1BoMWjHblqWjcgFgag==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 20" | |
| }, | |
| "optionalDependencies": { | |
| "@tailwindcss/oxide-android-arm64": "4.3.2", | |
| "@tailwindcss/oxide-darwin-arm64": "4.3.2", | |
| "@tailwindcss/oxide-darwin-x64": "4.3.2", | |
| "@tailwindcss/oxide-freebsd-x64": "4.3.2", | |
| "@tailwindcss/oxide-linux-arm-gnueabihf": "4.3.2", | |
| "@tailwindcss/oxide-linux-arm64-gnu": "4.3.2", | |
| "@tailwindcss/oxide-linux-arm64-musl": "4.3.2", | |
| "@tailwindcss/oxide-linux-x64-gnu": "4.3.2", | |
| "@tailwindcss/oxide-linux-x64-musl": "4.3.2", | |
| "@tailwindcss/oxide-wasm32-wasi": "4.3.2", | |
| "@tailwindcss/oxide-win32-arm64-msvc": "4.3.2", | |
| "@tailwindcss/oxide-win32-x64-msvc": "4.3.2" | |
| } | |
| }, | |
| "node_modules/@tailwindcss/oxide-android-arm64": { | |
| "version": "4.3.2", | |
| "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.3.2.tgz", | |
| "integrity": "sha512-WHxqIuHpvZ5VtdX6GTl1Ik/Vp2YuN42Et+0CdeaVd/frQ9jAvGmvR8vLT+jk3e8/Q3x8kECB9+R17pgpp2BulA==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "android" | |
| ], | |
| "engines": { | |
| "node": ">= 20" | |
| } | |
| }, | |
| "node_modules/@tailwindcss/oxide-darwin-arm64": { | |
| "version": "4.3.2", | |
| "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.3.2.tgz", | |
| "integrity": "sha512-GZypeUY/IDJW3877KeM+O67vbXr3MBnbtEL4aYhNErv/JWZhye2vGSWWG9tB6iiqR2MqRNkY8IOUy4NdSZV26w==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "darwin" | |
| ], | |
| "engines": { | |
| "node": ">= 20" | |
| } | |
| }, | |
| "node_modules/@tailwindcss/oxide-darwin-x64": { | |
| "version": "4.3.2", | |
| "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.3.2.tgz", | |
| "integrity": "sha512-UIIzmefR6KO1sDU7MzRqAxC8iBpft/VhkGjTjnhoS6k7Z3rQ9wEgA1ODSiyH/tcSYssulNm4Ci3hOeK1jH7ccQ==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "darwin" | |
| ], | |
| "engines": { | |
| "node": ">= 20" | |
| } | |
| }, | |
| "node_modules/@tailwindcss/oxide-freebsd-x64": { | |
| "version": "4.3.2", | |
| "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.3.2.tgz", | |
| "integrity": "sha512-GN+uAmcI6DNspnCDwtOAZrTz6oukJnp337qZvxqCGLd3BHBzJpO0ZbTLRvJNdztOeAmTzewewGIMPb0tk2R4WA==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "freebsd" | |
| ], | |
| "engines": { | |
| "node": ">= 20" | |
| } | |
| }, | |
| "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": { | |
| "version": "4.3.2", | |
| "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.3.2.tgz", | |
| "integrity": "sha512-4ABn7qSbdHRwTiDiuWNegCyb5+2FJ4vKIKc3DmKrvAFw7MU1Lm11dIkTPwUaFdTzc7IsOpDbqBrlh0x6y36U/w==", | |
| "cpu": [ | |
| "arm" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">= 20" | |
| } | |
| }, | |
| "node_modules/@tailwindcss/oxide-linux-arm64-gnu": { | |
| "version": "4.3.2", | |
| "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.3.2.tgz", | |
| "integrity": "sha512-wDgEIGwoM8w8pufh9LVt1PahDgNdKXrLC2qfAnV3vAmococ9RWbxeAw4pxPttd/TsJfwjyLf90Dg1y9y8I6Emw==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "libc": [ | |
| "glibc" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">= 20" | |
| } | |
| }, | |
| "node_modules/@tailwindcss/oxide-linux-arm64-musl": { | |
| "version": "4.3.2", | |
| "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.3.2.tgz", | |
| "integrity": "sha512-J5Nuk0uZQIiMTJj3LEx4sAA9tMFUoXQZFv1J6An+QGYe53HKRJuFDi0rpq/tuouCZeAbOBY3kQ6g8qeD4TUjtA==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "libc": [ | |
| "musl" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">= 20" | |
| } | |
| }, | |
| "node_modules/@tailwindcss/oxide-linux-x64-gnu": { | |
| "version": "4.3.2", | |
| "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.3.2.tgz", | |
| "integrity": "sha512-kqCZpSKOBEJO4mz7OqWoofBZeXTAwaVGPj0ErAj7CojmhKpWVWVOnrt9dE8odoIraZq4oj3ausM37kXi+Tow8w==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "libc": [ | |
| "glibc" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">= 20" | |
| } | |
| }, | |
| "node_modules/@tailwindcss/oxide-linux-x64-musl": { | |
| "version": "4.3.2", | |
| "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.3.2.tgz", | |
| "integrity": "sha512-cixpqbh2toJDmkuCRI68nXA8ZxNmdK9Y+9v5h3MC3ZQKy/0BO8AWzlkWyRM7JAFSGBlfig4YVTPsK6MVgqz1uw==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "libc": [ | |
| "musl" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">= 20" | |
| } | |
| }, | |
| "node_modules/@tailwindcss/oxide-wasm32-wasi": { | |
| "version": "4.3.2", | |
| "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.3.2.tgz", | |
| "integrity": "sha512-4ec2Z/LOmRsAgU23CS4xeJfcJlmRg94A/XrbGRCF1gyU/zdDfRLYDVsS+ynSZCmGNxQ1jQriQOKMQeQxBA3Isw==", | |
| "bundleDependencies": [ | |
| "@napi-rs/wasm-runtime", | |
| "@emnapi/core", | |
| "@emnapi/runtime", | |
| "@tybys/wasm-util", | |
| "@emnapi/wasi-threads", | |
| "tslib" | |
| ], | |
| "cpu": [ | |
| "wasm32" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@emnapi/core": "^1.11.1", | |
| "@emnapi/runtime": "^1.11.1", | |
| "@emnapi/wasi-threads": "^1.2.2", | |
| "@napi-rs/wasm-runtime": "^1.1.4", | |
| "@tybys/wasm-util": "^0.10.2", | |
| "tslib": "^2.8.1" | |
| }, | |
| "engines": { | |
| "node": ">=14.0.0" | |
| } | |
| }, | |
| "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { | |
| "version": "4.3.2", | |
| "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.3.2.tgz", | |
| "integrity": "sha512-Zyr/M0+XcYZu3bZrUytc7TXvrk0ftWfl8gN2MwekNDzhqhKRUucMPSeOzM0o0wH5AWOU49BsKRrfKxI2atCPMQ==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "win32" | |
| ], | |
| "engines": { | |
| "node": ">= 20" | |
| } | |
| }, | |
| "node_modules/@tailwindcss/oxide-win32-x64-msvc": { | |
| "version": "4.3.2", | |
| "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.3.2.tgz", | |
| "integrity": "sha512-QI9BO7KlNZsp2GuO0jwAAj5jCDABOKXRkCk2XuKTSaNEFSdfzqswYVTtCHBNKHLsqyjFyFkqlDiwkNbTYSssMQ==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "win32" | |
| ], | |
| "engines": { | |
| "node": ">= 20" | |
| } | |
| }, | |
| "node_modules/@tailwindcss/vite": { | |
| "version": "4.3.2", | |
| "resolved": "https://registry.npmjs.org/@tailwindcss/vite/-/vite-4.3.2.tgz", | |
| "integrity": "sha512-eHpMeX4JXfVNJDEcsouTeCBubJBTcTLigeaw/NTUW6PB5ATKKXdyonnXgTBX2VuRbjz1hjfz6C5XAhr52ImQXA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@tailwindcss/node": "4.3.2", | |
| "@tailwindcss/oxide": "4.3.2", | |
| "tailwindcss": "4.3.2" | |
| }, | |
| "peerDependencies": { | |
| "vite": "^5.2.0 || ^6 || ^7 || ^8" | |
| } | |
| }, | |
| "node_modules/@testing-library/dom": { | |
| "version": "10.4.1", | |
| "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-10.4.1.tgz", | |
| "integrity": "sha512-o4PXJQidqJl82ckFaXUeoAW+XysPLauYI43Abki5hABd853iMhitooc6znOnczgbTYmEP6U6/y1ZyKAIsvMKGg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "peer": true, | |
| "dependencies": { | |
| "@babel/code-frame": "^7.10.4", | |
| "@babel/runtime": "^7.12.5", | |
| "@types/aria-query": "^5.0.1", | |
| "aria-query": "5.3.0", | |
| "dom-accessibility-api": "^0.5.9", | |
| "lz-string": "^1.5.0", | |
| "picocolors": "1.1.1", | |
| "pretty-format": "^27.0.2" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@testing-library/jest-dom": { | |
| "version": "6.9.1", | |
| "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.9.1.tgz", | |
| "integrity": "sha512-zIcONa+hVtVSSep9UT3jZ5rizo2BsxgyDYU7WFD5eICBE7no3881HGeb/QkGfsJs6JTkY1aQhT7rIPC7e+0nnA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@adobe/css-tools": "^4.4.0", | |
| "aria-query": "^5.0.0", | |
| "css.escape": "^1.5.1", | |
| "dom-accessibility-api": "^0.6.3", | |
| "picocolors": "^1.1.1", | |
| "redent": "^3.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=14", | |
| "npm": ">=6", | |
| "yarn": ">=1" | |
| } | |
| }, | |
| "node_modules/@testing-library/jest-dom/node_modules/dom-accessibility-api": { | |
| "version": "0.6.3", | |
| "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.6.3.tgz", | |
| "integrity": "sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/@testing-library/react": { | |
| "version": "16.3.2", | |
| "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.3.2.tgz", | |
| "integrity": "sha512-XU5/SytQM+ykqMnAnvB2umaJNIOsLF3PVv//1Ew4CTcpz0/BRyy/af40qqrt7SjKpDdT1saBMc42CUok5gaw+g==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/runtime": "^7.12.5" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "@testing-library/dom": "^10.0.0", | |
| "@types/react": "^18.0.0 || ^19.0.0", | |
| "@types/react-dom": "^18.0.0 || ^19.0.0", | |
| "react": "^18.0.0 || ^19.0.0", | |
| "react-dom": "^18.0.0 || ^19.0.0" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@types/react": { | |
| "optional": true | |
| }, | |
| "@types/react-dom": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/@testing-library/user-event": { | |
| "version": "14.6.1", | |
| "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.6.1.tgz", | |
| "integrity": "sha512-vq7fv0rnt+QTXgPxr5Hjc210p6YKq2kmdziLgnsZGgLJ9e6VAShx1pACLuRjd/AS/sr7phAR58OIIpf0LlmQNw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=12", | |
| "npm": ">=6" | |
| }, | |
| "peerDependencies": { | |
| "@testing-library/dom": ">=7.21.4" | |
| } | |
| }, | |
| "node_modules/@tybys/wasm-util": { | |
| "version": "0.10.3", | |
| "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.3.tgz", | |
| "integrity": "sha512-F3fo1MYrRJYL3zER0OUOmkutjr1Vp23m7OsSgp7nq4SP6OqX6C/56XFIPAl5bt3zaBRjmW7SGz3u/6LwFpYcOg==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "tslib": "^2.4.0" | |
| } | |
| }, | |
| "node_modules/@types/aria-query": { | |
| "version": "5.0.4", | |
| "resolved": "https://registry.npmjs.org/@types/aria-query/-/aria-query-5.0.4.tgz", | |
| "integrity": "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "peer": true | |
| }, | |
| "node_modules/@types/chai": { | |
| "version": "5.2.3", | |
| "resolved": "https://registry.npmjs.org/@types/chai/-/chai-5.2.3.tgz", | |
| "integrity": "sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/deep-eql": "*", | |
| "assertion-error": "^2.0.1" | |
| } | |
| }, | |
| "node_modules/@types/d3-array": { | |
| "version": "3.2.2", | |
| "resolved": "https://registry.npmjs.org/@types/d3-array/-/d3-array-3.2.2.tgz", | |
| "integrity": "sha512-hOLWVbm7uRza0BYXpIIW5pxfrKe0W+D5lrFiAEYR+pb6w3N2SwSMaJbXdUfSEv+dT4MfHBLtn5js0LAWaO6otw==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/@types/d3-color": { | |
| "version": "3.1.3", | |
| "resolved": "https://registry.npmjs.org/@types/d3-color/-/d3-color-3.1.3.tgz", | |
| "integrity": "sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/@types/d3-ease": { | |
| "version": "3.0.2", | |
| "resolved": "https://registry.npmjs.org/@types/d3-ease/-/d3-ease-3.0.2.tgz", | |
| "integrity": "sha512-NcV1JjO5oDzoK26oMzbILE6HW7uVXOHLQvHshBUW4UMdZGfiY6v5BeQwh9a9tCzv+CeefZQHJt5SRgK154RtiA==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/@types/d3-interpolate": { | |
| "version": "3.0.4", | |
| "resolved": "https://registry.npmjs.org/@types/d3-interpolate/-/d3-interpolate-3.0.4.tgz", | |
| "integrity": "sha512-mgLPETlrpVV1YRJIglr4Ez47g7Yxjl1lj7YKsiMCb27VJH9W8NVM6Bb9d8kkpG/uAQS5AmbA48q2IAolKKo1MA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/d3-color": "*" | |
| } | |
| }, | |
| "node_modules/@types/d3-path": { | |
| "version": "3.1.1", | |
| "resolved": "https://registry.npmjs.org/@types/d3-path/-/d3-path-3.1.1.tgz", | |
| "integrity": "sha512-VMZBYyQvbGmWyWVea0EHs/BwLgxc+MKi1zLDCONksozI4YJMcTt8ZEuIR4Sb1MMTE8MMW49v0IwI5+b7RmfWlg==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/@types/d3-scale": { | |
| "version": "4.0.9", | |
| "resolved": "https://registry.npmjs.org/@types/d3-scale/-/d3-scale-4.0.9.tgz", | |
| "integrity": "sha512-dLmtwB8zkAeO/juAMfnV+sItKjlsw2lKdZVVy6LRr0cBmegxSABiLEpGVmSJJ8O08i4+sGR6qQtb6WtuwJdvVw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/d3-time": "*" | |
| } | |
| }, | |
| "node_modules/@types/d3-shape": { | |
| "version": "3.1.8", | |
| "resolved": "https://registry.npmjs.org/@types/d3-shape/-/d3-shape-3.1.8.tgz", | |
| "integrity": "sha512-lae0iWfcDeR7qt7rA88BNiqdvPS5pFVPpo5OfjElwNaT2yyekbM0C9vK+yqBqEmHr6lDkRnYNoTBYlAgJa7a4w==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/d3-path": "*" | |
| } | |
| }, | |
| "node_modules/@types/d3-time": { | |
| "version": "3.0.4", | |
| "resolved": "https://registry.npmjs.org/@types/d3-time/-/d3-time-3.0.4.tgz", | |
| "integrity": "sha512-yuzZug1nkAAaBlBBikKZTgzCeA+k1uy4ZFwWANOfKw5z5LRhV0gNA7gNkKm7HoK+HRN0wX3EkxGk0fpbWhmB7g==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/@types/d3-timer": { | |
| "version": "3.0.2", | |
| "resolved": "https://registry.npmjs.org/@types/d3-timer/-/d3-timer-3.0.2.tgz", | |
| "integrity": "sha512-Ps3T8E8dZDam6fUyNiMkekK3XUsaUEik+idO9/YjPtfj2qruF8tFBXS7XhtE4iIXBLxhmLjP3SXpLhVf21I9Lw==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/@types/deep-eql": { | |
| "version": "4.0.2", | |
| "resolved": "https://registry.npmjs.org/@types/deep-eql/-/deep-eql-4.0.2.tgz", | |
| "integrity": "sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/@types/estree": { | |
| "version": "1.0.9", | |
| "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz", | |
| "integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/@types/node": { | |
| "version": "24.13.2", | |
| "resolved": "https://registry.npmjs.org/@types/node/-/node-24.13.2.tgz", | |
| "integrity": "sha512-fRa09kZTgu8o71KFcDjUFuc7F+dEbZYZmkI0mg5YBTRs0yMKjYHsq/c0urDKeDb+D5qVgXOdFcuu+DZPKOITwA==", | |
| "devOptional": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "undici-types": "~7.18.0" | |
| } | |
| }, | |
| "node_modules/@types/react": { | |
| "version": "19.2.17", | |
| "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.17.tgz", | |
| "integrity": "sha512-MXfmqaVPEVgkBT/aY0aGCkRWWtByiYQXo3xdQ8r5RzuFrPiRn8Gar2tQdXSUQ2GKV3bkXckek89V8wQBY2Q/Aw==", | |
| "devOptional": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "csstype": "^3.2.2" | |
| } | |
| }, | |
| "node_modules/@types/react-dom": { | |
| "version": "19.2.3", | |
| "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.3.tgz", | |
| "integrity": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "peerDependencies": { | |
| "@types/react": "^19.2.0" | |
| } | |
| }, | |
| "node_modules/@types/use-sync-external-store": { | |
| "version": "0.0.6", | |
| "resolved": "https://registry.npmjs.org/@types/use-sync-external-store/-/use-sync-external-store-0.0.6.tgz", | |
| "integrity": "sha512-zFDAD+tlpf2r4asuHEj0XH6pY6i0g5NeAHPn+15wk3BV6JA69eERFXC1gyGThDkVa1zCyKr5jox1+2LbV/AMLg==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/@vitejs/plugin-react": { | |
| "version": "6.0.3", | |
| "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-6.0.3.tgz", | |
| "integrity": "sha512-vmFvco5/QuC2f9Oj+wTk0+9XeDFkHxSamwZKYc7MxYwKICfvUvlMhqKI0VuICPltGqh1neqBKDvO4kes1ya8vg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@rolldown/pluginutils": "^1.0.1" | |
| }, | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| }, | |
| "peerDependencies": { | |
| "@rolldown/plugin-babel": "^0.1.7 || ^0.2.0", | |
| "babel-plugin-react-compiler": "^1.0.0", | |
| "vite": "^8.0.0" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@rolldown/plugin-babel": { | |
| "optional": true | |
| }, | |
| "babel-plugin-react-compiler": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/@vitest/expect": { | |
| "version": "4.1.9", | |
| "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.1.9.tgz", | |
| "integrity": "sha512-vl/rYsUKcBr3SnQn166+XR5ZQcgMx3DQhFWdfli/cWpLnLUmbxZvyrJZotLFUryib+LtArYMSTJ5RbQ57ZqrlA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@standard-schema/spec": "^1.1.0", | |
| "@types/chai": "^5.2.2", | |
| "@vitest/spy": "4.1.9", | |
| "@vitest/utils": "4.1.9", | |
| "chai": "^6.2.2", | |
| "tinyrainbow": "^3.1.0" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/vitest" | |
| } | |
| }, | |
| "node_modules/@vitest/mocker": { | |
| "version": "4.1.9", | |
| "resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.1.9.tgz", | |
| "integrity": "sha512-EVkXzBjrPGM+cK8/ANWgBrkUCfJfb38/EfTSO8h7pWvKkyPkpWxvR7BkD2MyItMF62C97zAEoqdpUixwR/e+Rw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@vitest/spy": "4.1.9", | |
| "estree-walker": "^3.0.3", | |
| "magic-string": "^0.30.21" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/vitest" | |
| }, | |
| "peerDependencies": { | |
| "msw": "^2.4.9", | |
| "vite": "^6.0.0 || ^7.0.0 || ^8.0.0" | |
| }, | |
| "peerDependenciesMeta": { | |
| "msw": { | |
| "optional": true | |
| }, | |
| "vite": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/@vitest/pretty-format": { | |
| "version": "4.1.9", | |
| "resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.1.9.tgz", | |
| "integrity": "sha512-s0iufns3iIFitdgm+YR7g1whCAaGtXz459VS9/PqyKDEEFgYIhsHOQmXgIgDuYCt7DeQmiZT0Qe2OA2p4ZPu5A==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "tinyrainbow": "^3.1.0" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/vitest" | |
| } | |
| }, | |
| "node_modules/@vitest/runner": { | |
| "version": "4.1.9", | |
| "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.1.9.tgz", | |
| "integrity": "sha512-KXLMDtc7oe70+3mJfGrPUWPesswH+3sTxAMAMl8DG7I8IUQT4XW718dY5ID3vPUcmlu27CcKfY4P3h3I29SLJg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@vitest/utils": "4.1.9", | |
| "pathe": "^2.0.3" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/vitest" | |
| } | |
| }, | |
| "node_modules/@vitest/snapshot": { | |
| "version": "4.1.9", | |
| "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.1.9.tgz", | |
| "integrity": "sha512-Jc7RKGNBo8Z28WYIm0Niej4xdSPByRf6mU58VpHQkd6Zh05rlnA+twjbK5HyeIGHxrzsc3mJgS43uM0CZKzaIA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@vitest/pretty-format": "4.1.9", | |
| "@vitest/utils": "4.1.9", | |
| "magic-string": "^0.30.21", | |
| "pathe": "^2.0.3" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/vitest" | |
| } | |
| }, | |
| "node_modules/@vitest/spy": { | |
| "version": "4.1.9", | |
| "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.1.9.tgz", | |
| "integrity": "sha512-fHpsS6mIi+PiEW+vcRVOMkX1oSaPKne3VOclSFICPcGOmfKgXPU5iAah+wcNcj2xPrCCmfq99IDGf+EojhhvhA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "funding": { | |
| "url": "https://opencollective.com/vitest" | |
| } | |
| }, | |
| "node_modules/@vitest/utils": { | |
| "version": "4.1.9", | |
| "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.1.9.tgz", | |
| "integrity": "sha512-A51o8ymO5PpqlWNnBP9ZHPXDIpuMtTLlGSjN7la4US+LJzoUMyhwjA5QXlm39JexgwHKW4Xjs8Z2d3dLCXOeuA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@vitest/pretty-format": "4.1.9", | |
| "convert-source-map": "^2.0.0", | |
| "tinyrainbow": "^3.1.0" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/vitest" | |
| } | |
| }, | |
| "node_modules/ansi-regex": { | |
| "version": "5.0.1", | |
| "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", | |
| "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "peer": true, | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/ansi-styles": { | |
| "version": "5.2.0", | |
| "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", | |
| "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "peer": true, | |
| "engines": { | |
| "node": ">=10" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/chalk/ansi-styles?sponsor=1" | |
| } | |
| }, | |
| "node_modules/aria-query": { | |
| "version": "5.3.0", | |
| "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.0.tgz", | |
| "integrity": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==", | |
| "dev": true, | |
| "license": "Apache-2.0", | |
| "dependencies": { | |
| "dequal": "^2.0.3" | |
| } | |
| }, | |
| "node_modules/assertion-error": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-2.0.1.tgz", | |
| "integrity": "sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=12" | |
| } | |
| }, | |
| "node_modules/bidi-js": { | |
| "version": "1.0.3", | |
| "resolved": "https://registry.npmjs.org/bidi-js/-/bidi-js-1.0.3.tgz", | |
| "integrity": "sha512-RKshQI1R3YQ+n9YJz2QQ147P66ELpa1FQEg20Dk8oW9t2KgLbpDLLp9aGZ7y8WHSshDknG0bknqGw5/tyCs5tw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "require-from-string": "^2.0.2" | |
| } | |
| }, | |
| "node_modules/chai": { | |
| "version": "6.2.2", | |
| "resolved": "https://registry.npmjs.org/chai/-/chai-6.2.2.tgz", | |
| "integrity": "sha512-NUPRluOfOiTKBKvWPtSD4PhFvWCqOi0BGStNWs57X9js7XGTprSmFoz5F0tWhR4WPjNeR9jXqdC7/UpSJTnlRg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/clsx": { | |
| "version": "2.1.1", | |
| "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz", | |
| "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6" | |
| } | |
| }, | |
| "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==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/css-tree": { | |
| "version": "3.2.1", | |
| "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.2.1.tgz", | |
| "integrity": "sha512-X7sjQzceUhu1u7Y/ylrRZFU2FS6LRiFVp6rKLPg23y3x3c3DOKAwuXGDp+PAGjh6CSnCjYeAul8pcT8bAl+lSA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "mdn-data": "2.27.1", | |
| "source-map-js": "^1.2.1" | |
| }, | |
| "engines": { | |
| "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0" | |
| } | |
| }, | |
| "node_modules/css.escape": { | |
| "version": "1.5.1", | |
| "resolved": "https://registry.npmjs.org/css.escape/-/css.escape-1.5.1.tgz", | |
| "integrity": "sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/csstype": { | |
| "version": "3.2.3", | |
| "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz", | |
| "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==", | |
| "devOptional": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/d3-array": { | |
| "version": "3.2.4", | |
| "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-3.2.4.tgz", | |
| "integrity": "sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==", | |
| "license": "ISC", | |
| "dependencies": { | |
| "internmap": "1 - 2" | |
| }, | |
| "engines": { | |
| "node": ">=12" | |
| } | |
| }, | |
| "node_modules/d3-color": { | |
| "version": "3.1.0", | |
| "resolved": "https://registry.npmjs.org/d3-color/-/d3-color-3.1.0.tgz", | |
| "integrity": "sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==", | |
| "license": "ISC", | |
| "engines": { | |
| "node": ">=12" | |
| } | |
| }, | |
| "node_modules/d3-ease": { | |
| "version": "3.0.1", | |
| "resolved": "https://registry.npmjs.org/d3-ease/-/d3-ease-3.0.1.tgz", | |
| "integrity": "sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==", | |
| "license": "BSD-3-Clause", | |
| "engines": { | |
| "node": ">=12" | |
| } | |
| }, | |
| "node_modules/d3-format": { | |
| "version": "3.1.2", | |
| "resolved": "https://registry.npmjs.org/d3-format/-/d3-format-3.1.2.tgz", | |
| "integrity": "sha512-AJDdYOdnyRDV5b6ArilzCPPwc1ejkHcoyFarqlPqT7zRYjhavcT3uSrqcMvsgh2CgoPbK3RCwyHaVyxYcP2Arg==", | |
| "license": "ISC", | |
| "engines": { | |
| "node": ">=12" | |
| } | |
| }, | |
| "node_modules/d3-interpolate": { | |
| "version": "3.0.1", | |
| "resolved": "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-3.0.1.tgz", | |
| "integrity": "sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==", | |
| "license": "ISC", | |
| "dependencies": { | |
| "d3-color": "1 - 3" | |
| }, | |
| "engines": { | |
| "node": ">=12" | |
| } | |
| }, | |
| "node_modules/d3-path": { | |
| "version": "3.1.0", | |
| "resolved": "https://registry.npmjs.org/d3-path/-/d3-path-3.1.0.tgz", | |
| "integrity": "sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==", | |
| "license": "ISC", | |
| "engines": { | |
| "node": ">=12" | |
| } | |
| }, | |
| "node_modules/d3-scale": { | |
| "version": "4.0.2", | |
| "resolved": "https://registry.npmjs.org/d3-scale/-/d3-scale-4.0.2.tgz", | |
| "integrity": "sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==", | |
| "license": "ISC", | |
| "dependencies": { | |
| "d3-array": "2.10.0 - 3", | |
| "d3-format": "1 - 3", | |
| "d3-interpolate": "1.2.0 - 3", | |
| "d3-time": "2.1.1 - 3", | |
| "d3-time-format": "2 - 4" | |
| }, | |
| "engines": { | |
| "node": ">=12" | |
| } | |
| }, | |
| "node_modules/d3-shape": { | |
| "version": "3.2.0", | |
| "resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-3.2.0.tgz", | |
| "integrity": "sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==", | |
| "license": "ISC", | |
| "dependencies": { | |
| "d3-path": "^3.1.0" | |
| }, | |
| "engines": { | |
| "node": ">=12" | |
| } | |
| }, | |
| "node_modules/d3-time": { | |
| "version": "3.1.0", | |
| "resolved": "https://registry.npmjs.org/d3-time/-/d3-time-3.1.0.tgz", | |
| "integrity": "sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==", | |
| "license": "ISC", | |
| "dependencies": { | |
| "d3-array": "2 - 3" | |
| }, | |
| "engines": { | |
| "node": ">=12" | |
| } | |
| }, | |
| "node_modules/d3-time-format": { | |
| "version": "4.1.0", | |
| "resolved": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-4.1.0.tgz", | |
| "integrity": "sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==", | |
| "license": "ISC", | |
| "dependencies": { | |
| "d3-time": "1 - 3" | |
| }, | |
| "engines": { | |
| "node": ">=12" | |
| } | |
| }, | |
| "node_modules/d3-timer": { | |
| "version": "3.0.1", | |
| "resolved": "https://registry.npmjs.org/d3-timer/-/d3-timer-3.0.1.tgz", | |
| "integrity": "sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==", | |
| "license": "ISC", | |
| "engines": { | |
| "node": ">=12" | |
| } | |
| }, | |
| "node_modules/data-urls": { | |
| "version": "7.0.0", | |
| "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-7.0.0.tgz", | |
| "integrity": "sha512-23XHcCF+coGYevirZceTVD7NdJOqVn+49IHyxgszm+JIiHLoB2TkmPtsYkNWT1pvRSGkc35L6NHs0yHkN2SumA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "whatwg-mimetype": "^5.0.0", | |
| "whatwg-url": "^16.0.0" | |
| }, | |
| "engines": { | |
| "node": "^20.19.0 || ^22.12.0 || >=24.0.0" | |
| } | |
| }, | |
| "node_modules/decimal.js": { | |
| "version": "10.6.0", | |
| "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.6.0.tgz", | |
| "integrity": "sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/decimal.js-light": { | |
| "version": "2.5.1", | |
| "resolved": "https://registry.npmjs.org/decimal.js-light/-/decimal.js-light-2.5.1.tgz", | |
| "integrity": "sha512-qIMFpTMZmny+MMIitAB6D7iVPEorVw6YQRWkvarTkT4tBeSLLiHzcwj6q0MmYSFCiVpiqPJTJEYIrpcPzVEIvg==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/dequal": { | |
| "version": "2.0.3", | |
| "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", | |
| "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6" | |
| } | |
| }, | |
| "node_modules/detect-libc": { | |
| "version": "2.1.2", | |
| "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz", | |
| "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==", | |
| "license": "Apache-2.0", | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/dom-accessibility-api": { | |
| "version": "0.5.16", | |
| "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz", | |
| "integrity": "sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "peer": true | |
| }, | |
| "node_modules/enhanced-resolve": { | |
| "version": "5.21.6", | |
| "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.21.6.tgz", | |
| "integrity": "sha512-aNnGCvbJ/RIyWo1IuhNdVjnNF+EjH9wpzpNHt+ci/m9He9LJvUN8wrCcXjp9cWsGNAuvSpVFTx/vraAFQ8qGjQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "graceful-fs": "^4.2.4", | |
| "tapable": "^2.3.3" | |
| }, | |
| "engines": { | |
| "node": ">=10.13.0" | |
| } | |
| }, | |
| "node_modules/entities": { | |
| "version": "8.0.0", | |
| "resolved": "https://registry.npmjs.org/entities/-/entities-8.0.0.tgz", | |
| "integrity": "sha512-zwfzJecQ/Uej6tusMqwAqU/6KL2XaB2VZ2Jg54Je6ahNBGNH6Ek6g3jjNCF0fG9EWQKGZNddNjU5F1ZQn/sBnA==", | |
| "dev": true, | |
| "license": "BSD-2-Clause", | |
| "engines": { | |
| "node": ">=20.19.0" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/fb55/entities?sponsor=1" | |
| } | |
| }, | |
| "node_modules/es-module-lexer": { | |
| "version": "2.2.0", | |
| "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-2.2.0.tgz", | |
| "integrity": "sha512-3lGxdTXCLfe1MYfTz1y2ksAAUM4NAOP6rPEjxGJVKO7TZ5+tvHCaQWGpC4Y3IXvW3ece0Cz1cIP4FWBxOnGCTQ==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/es-toolkit": { | |
| "version": "1.49.0", | |
| "resolved": "https://registry.npmjs.org/es-toolkit/-/es-toolkit-1.49.0.tgz", | |
| "integrity": "sha512-G5iZ6Pc/FNRY/soKZHC+TxGDD83rHUDXxzaWhGCX44vAv/tMs56WMusnm/KMNK+luUPsgA9U28cGr4RDlSzL2g==", | |
| "license": "MIT", | |
| "workspaces": [ | |
| "docs", | |
| "benchmarks" | |
| ] | |
| }, | |
| "node_modules/estree-walker": { | |
| "version": "3.0.3", | |
| "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz", | |
| "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/estree": "^1.0.0" | |
| } | |
| }, | |
| "node_modules/eventemitter3": { | |
| "version": "5.0.4", | |
| "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.4.tgz", | |
| "integrity": "sha512-mlsTRyGaPBjPedk6Bvw+aqbsXDtoAyAzm5MO7JgU+yVRyMQ5O8bD4Kcci7BS85f93veegeCPkL8R4GLClnjLFw==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/expect-type": { | |
| "version": "1.4.0", | |
| "resolved": "https://registry.npmjs.org/expect-type/-/expect-type-1.4.0.tgz", | |
| "integrity": "sha512-KfYbmpRm0VbLjEvVa9yGwCi9GI34xvi7A/HXYWQO65CSD2u3MczUJSuwXKFIxlGsgBQizV9q5J9NHj4VG0n+pA==", | |
| "dev": true, | |
| "license": "Apache-2.0", | |
| "engines": { | |
| "node": ">=12.0.0" | |
| } | |
| }, | |
| "node_modules/fdir": { | |
| "version": "6.5.0", | |
| "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", | |
| "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=12.0.0" | |
| }, | |
| "peerDependencies": { | |
| "picomatch": "^3 || ^4" | |
| }, | |
| "peerDependenciesMeta": { | |
| "picomatch": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "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/graceful-fs": { | |
| "version": "4.2.11", | |
| "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", | |
| "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", | |
| "license": "ISC" | |
| }, | |
| "node_modules/html-encoding-sniffer": { | |
| "version": "6.0.0", | |
| "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-6.0.0.tgz", | |
| "integrity": "sha512-CV9TW3Y3f8/wT0BRFc1/KAVQ3TUHiXmaAb6VW9vtiMFf7SLoMd1PdAc4W3KFOFETBJUb90KatHqlsZMWV+R9Gg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@exodus/bytes": "^1.6.0" | |
| }, | |
| "engines": { | |
| "node": "^20.19.0 || ^22.12.0 || >=24.0.0" | |
| } | |
| }, | |
| "node_modules/immer": { | |
| "version": "11.1.9", | |
| "resolved": "https://registry.npmjs.org/immer/-/immer-11.1.9.tgz", | |
| "integrity": "sha512-sc/z0Cyti70bZa0ZU4sWfAElfovFb9Ni8tArJZLuklYWxegPiK3pDOql1Rq5H0FIRAW9LSQRG6OX4KqBldbhBA==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/immer" | |
| } | |
| }, | |
| "node_modules/indent-string": { | |
| "version": "4.0.0", | |
| "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", | |
| "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/internmap": { | |
| "version": "2.0.3", | |
| "resolved": "https://registry.npmjs.org/internmap/-/internmap-2.0.3.tgz", | |
| "integrity": "sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==", | |
| "license": "ISC", | |
| "engines": { | |
| "node": ">=12" | |
| } | |
| }, | |
| "node_modules/is-potential-custom-element-name": { | |
| "version": "1.0.1", | |
| "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz", | |
| "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/jiti": { | |
| "version": "2.7.0", | |
| "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.7.0.tgz", | |
| "integrity": "sha512-AC/7JofJvZGrrneWNaEnJeOLUx+JlGt7tNa0wZiRPT4MY1wmfKjt2+6O2p2uz2+skll8OZZmJMNqeke7kKbNgQ==", | |
| "license": "MIT", | |
| "bin": { | |
| "jiti": "lib/jiti-cli.mjs" | |
| } | |
| }, | |
| "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==", | |
| "dev": true, | |
| "license": "MIT", | |
| "peer": true | |
| }, | |
| "node_modules/jsdom": { | |
| "version": "29.1.1", | |
| "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-29.1.1.tgz", | |
| "integrity": "sha512-ECi4Fi2f7BdJtUKTflYRTiaMxIB0O6zfR1fX0GXpUrf6flp8QIYn1UT20YQqdSOfk2dfkCwS8LAFoJDEppNK5Q==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@asamuzakjp/css-color": "^5.1.11", | |
| "@asamuzakjp/dom-selector": "^7.1.1", | |
| "@bramus/specificity": "^2.4.2", | |
| "@csstools/css-syntax-patches-for-csstree": "^1.1.3", | |
| "@exodus/bytes": "^1.15.0", | |
| "css-tree": "^3.2.1", | |
| "data-urls": "^7.0.0", | |
| "decimal.js": "^10.6.0", | |
| "html-encoding-sniffer": "^6.0.0", | |
| "is-potential-custom-element-name": "^1.0.1", | |
| "lru-cache": "^11.3.5", | |
| "parse5": "^8.0.1", | |
| "saxes": "^6.0.0", | |
| "symbol-tree": "^3.2.4", | |
| "tough-cookie": "^6.0.1", | |
| "undici": "^7.25.0", | |
| "w3c-xmlserializer": "^5.0.0", | |
| "webidl-conversions": "^8.0.1", | |
| "whatwg-mimetype": "^5.0.0", | |
| "whatwg-url": "^16.0.1", | |
| "xml-name-validator": "^5.0.0" | |
| }, | |
| "engines": { | |
| "node": "^20.19.0 || ^22.13.0 || >=24.0.0" | |
| }, | |
| "peerDependencies": { | |
| "canvas": "^3.0.0" | |
| }, | |
| "peerDependenciesMeta": { | |
| "canvas": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/lightningcss": { | |
| "version": "1.32.0", | |
| "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz", | |
| "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==", | |
| "license": "MPL-2.0", | |
| "dependencies": { | |
| "detect-libc": "^2.0.3" | |
| }, | |
| "engines": { | |
| "node": ">= 12.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/parcel" | |
| }, | |
| "optionalDependencies": { | |
| "lightningcss-android-arm64": "1.32.0", | |
| "lightningcss-darwin-arm64": "1.32.0", | |
| "lightningcss-darwin-x64": "1.32.0", | |
| "lightningcss-freebsd-x64": "1.32.0", | |
| "lightningcss-linux-arm-gnueabihf": "1.32.0", | |
| "lightningcss-linux-arm64-gnu": "1.32.0", | |
| "lightningcss-linux-arm64-musl": "1.32.0", | |
| "lightningcss-linux-x64-gnu": "1.32.0", | |
| "lightningcss-linux-x64-musl": "1.32.0", | |
| "lightningcss-win32-arm64-msvc": "1.32.0", | |
| "lightningcss-win32-x64-msvc": "1.32.0" | |
| } | |
| }, | |
| "node_modules/lightningcss-android-arm64": { | |
| "version": "1.32.0", | |
| "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz", | |
| "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "MPL-2.0", | |
| "optional": true, | |
| "os": [ | |
| "android" | |
| ], | |
| "engines": { | |
| "node": ">= 12.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/parcel" | |
| } | |
| }, | |
| "node_modules/lightningcss-darwin-arm64": { | |
| "version": "1.32.0", | |
| "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz", | |
| "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "MPL-2.0", | |
| "optional": true, | |
| "os": [ | |
| "darwin" | |
| ], | |
| "engines": { | |
| "node": ">= 12.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/parcel" | |
| } | |
| }, | |
| "node_modules/lightningcss-darwin-x64": { | |
| "version": "1.32.0", | |
| "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz", | |
| "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "MPL-2.0", | |
| "optional": true, | |
| "os": [ | |
| "darwin" | |
| ], | |
| "engines": { | |
| "node": ">= 12.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/parcel" | |
| } | |
| }, | |
| "node_modules/lightningcss-freebsd-x64": { | |
| "version": "1.32.0", | |
| "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz", | |
| "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "MPL-2.0", | |
| "optional": true, | |
| "os": [ | |
| "freebsd" | |
| ], | |
| "engines": { | |
| "node": ">= 12.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/parcel" | |
| } | |
| }, | |
| "node_modules/lightningcss-linux-arm-gnueabihf": { | |
| "version": "1.32.0", | |
| "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz", | |
| "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==", | |
| "cpu": [ | |
| "arm" | |
| ], | |
| "license": "MPL-2.0", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">= 12.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/parcel" | |
| } | |
| }, | |
| "node_modules/lightningcss-linux-arm64-gnu": { | |
| "version": "1.32.0", | |
| "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz", | |
| "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "libc": [ | |
| "glibc" | |
| ], | |
| "license": "MPL-2.0", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">= 12.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/parcel" | |
| } | |
| }, | |
| "node_modules/lightningcss-linux-arm64-musl": { | |
| "version": "1.32.0", | |
| "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz", | |
| "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "libc": [ | |
| "musl" | |
| ], | |
| "license": "MPL-2.0", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">= 12.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/parcel" | |
| } | |
| }, | |
| "node_modules/lightningcss-linux-x64-gnu": { | |
| "version": "1.32.0", | |
| "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz", | |
| "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "libc": [ | |
| "glibc" | |
| ], | |
| "license": "MPL-2.0", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">= 12.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/parcel" | |
| } | |
| }, | |
| "node_modules/lightningcss-linux-x64-musl": { | |
| "version": "1.32.0", | |
| "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz", | |
| "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "libc": [ | |
| "musl" | |
| ], | |
| "license": "MPL-2.0", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">= 12.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/parcel" | |
| } | |
| }, | |
| "node_modules/lightningcss-win32-arm64-msvc": { | |
| "version": "1.32.0", | |
| "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz", | |
| "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "MPL-2.0", | |
| "optional": true, | |
| "os": [ | |
| "win32" | |
| ], | |
| "engines": { | |
| "node": ">= 12.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/parcel" | |
| } | |
| }, | |
| "node_modules/lightningcss-win32-x64-msvc": { | |
| "version": "1.32.0", | |
| "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz", | |
| "integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "MPL-2.0", | |
| "optional": true, | |
| "os": [ | |
| "win32" | |
| ], | |
| "engines": { | |
| "node": ">= 12.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/parcel" | |
| } | |
| }, | |
| "node_modules/lru-cache": { | |
| "version": "11.5.1", | |
| "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.1.tgz", | |
| "integrity": "sha512-RPimw/7aMdv2oqRrxKwvZXcPfwBrn/JZ2xYcY9Hus/6LaS3VOAKVWKWgNLCFSiOm1ESXinjsDlidVU7JlnCN2A==", | |
| "dev": true, | |
| "license": "BlueOak-1.0.0", | |
| "engines": { | |
| "node": "20 || >=22" | |
| } | |
| }, | |
| "node_modules/lz-string": { | |
| "version": "1.5.0", | |
| "resolved": "https://registry.npmjs.org/lz-string/-/lz-string-1.5.0.tgz", | |
| "integrity": "sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "peer": true, | |
| "bin": { | |
| "lz-string": "bin/bin.js" | |
| } | |
| }, | |
| "node_modules/magic-string": { | |
| "version": "0.30.21", | |
| "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz", | |
| "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@jridgewell/sourcemap-codec": "^1.5.5" | |
| } | |
| }, | |
| "node_modules/mdn-data": { | |
| "version": "2.27.1", | |
| "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.27.1.tgz", | |
| "integrity": "sha512-9Yubnt3e8A0OKwxYSXyhLymGW4sCufcLG6VdiDdUGVkPhpqLxlvP5vl1983gQjJl3tqbrM731mjaZaP68AgosQ==", | |
| "dev": true, | |
| "license": "CC0-1.0" | |
| }, | |
| "node_modules/min-indent": { | |
| "version": "1.0.1", | |
| "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz", | |
| "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=4" | |
| } | |
| }, | |
| "node_modules/nanoid": { | |
| "version": "3.3.15", | |
| "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.15.tgz", | |
| "integrity": "sha512-y7Wygv/7mEOvxTuEQDB8StXdMRBWf1kR/tlhAzBRUFkB2jfcLOAxO/SHmOO2zgz1pVgK29/kyupn059/bCHdjA==", | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/ai" | |
| } | |
| ], | |
| "license": "MIT", | |
| "bin": { | |
| "nanoid": "bin/nanoid.cjs" | |
| }, | |
| "engines": { | |
| "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" | |
| } | |
| }, | |
| "node_modules/obug": { | |
| "version": "2.1.3", | |
| "resolved": "https://registry.npmjs.org/obug/-/obug-2.1.3.tgz", | |
| "integrity": "sha512-9miFgM2OFba7hB+pRgvtV84pYTBaoTHohvmIgiRt6dRIzbwEOIaNaP+dIlGs2fNFoB0SeISs0Jz5WFVRid6Xyg==", | |
| "dev": true, | |
| "funding": [ | |
| "https://github.com/sponsors/sxzz", | |
| "https://opencollective.com/debug" | |
| ], | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=12.20.0" | |
| } | |
| }, | |
| "node_modules/oxlint": { | |
| "version": "1.72.0", | |
| "resolved": "https://registry.npmjs.org/oxlint/-/oxlint-1.72.0.tgz", | |
| "integrity": "sha512-1rhdZIP/EvoI91ABIwNU5Q8+bWf8mjrS5UzIOZld4d4bXxJvtlUhlQvaoTogIGin/qdErMOrwaIJvCSIAKTLhA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "bin": { | |
| "oxlint": "bin/oxlint" | |
| }, | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/Boshen" | |
| }, | |
| "optionalDependencies": { | |
| "@oxlint/binding-android-arm-eabi": "1.72.0", | |
| "@oxlint/binding-android-arm64": "1.72.0", | |
| "@oxlint/binding-darwin-arm64": "1.72.0", | |
| "@oxlint/binding-darwin-x64": "1.72.0", | |
| "@oxlint/binding-freebsd-x64": "1.72.0", | |
| "@oxlint/binding-linux-arm-gnueabihf": "1.72.0", | |
| "@oxlint/binding-linux-arm-musleabihf": "1.72.0", | |
| "@oxlint/binding-linux-arm64-gnu": "1.72.0", | |
| "@oxlint/binding-linux-arm64-musl": "1.72.0", | |
| "@oxlint/binding-linux-ppc64-gnu": "1.72.0", | |
| "@oxlint/binding-linux-riscv64-gnu": "1.72.0", | |
| "@oxlint/binding-linux-riscv64-musl": "1.72.0", | |
| "@oxlint/binding-linux-s390x-gnu": "1.72.0", | |
| "@oxlint/binding-linux-x64-gnu": "1.72.0", | |
| "@oxlint/binding-linux-x64-musl": "1.72.0", | |
| "@oxlint/binding-openharmony-arm64": "1.72.0", | |
| "@oxlint/binding-win32-arm64-msvc": "1.72.0", | |
| "@oxlint/binding-win32-ia32-msvc": "1.72.0", | |
| "@oxlint/binding-win32-x64-msvc": "1.72.0" | |
| }, | |
| "peerDependencies": { | |
| "oxlint-tsgolint": ">=0.22.1", | |
| "vite-plus": "*" | |
| }, | |
| "peerDependenciesMeta": { | |
| "oxlint-tsgolint": { | |
| "optional": true | |
| }, | |
| "vite-plus": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/parse5": { | |
| "version": "8.0.1", | |
| "resolved": "https://registry.npmjs.org/parse5/-/parse5-8.0.1.tgz", | |
| "integrity": "sha512-z1e/HMG90obSGeidlli3hj7cbocou0/wa5HacvI3ASx34PecNjNQeaHNo5WIZpWofN9kgkqV1q5YvXe3F0FoPw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "entities": "^8.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/inikulin/parse5?sponsor=1" | |
| } | |
| }, | |
| "node_modules/pathe": { | |
| "version": "2.0.3", | |
| "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz", | |
| "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==", | |
| "dev": true, | |
| "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": "4.0.4", | |
| "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz", | |
| "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=12" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/jonschlinkert" | |
| } | |
| }, | |
| "node_modules/postcss": { | |
| "version": "8.5.16", | |
| "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.16.tgz", | |
| "integrity": "sha512-vuwillviilfKZsg0VGj5R/YwwcHx4SLsIOI/7K6mQkWx+l5cUHTjj5g0AasTBcyXsbfTgrwsUNmVUb5xVwyPwg==", | |
| "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" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "nanoid": "^3.3.12", | |
| "picocolors": "^1.1.1", | |
| "source-map-js": "^1.2.1" | |
| }, | |
| "engines": { | |
| "node": "^10 || ^12 || >=14" | |
| } | |
| }, | |
| "node_modules/pretty-format": { | |
| "version": "27.5.1", | |
| "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", | |
| "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "peer": true, | |
| "dependencies": { | |
| "ansi-regex": "^5.0.1", | |
| "ansi-styles": "^5.0.0", | |
| "react-is": "^17.0.1" | |
| }, | |
| "engines": { | |
| "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" | |
| } | |
| }, | |
| "node_modules/pretty-format/node_modules/react-is": { | |
| "version": "17.0.2", | |
| "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz", | |
| "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==", | |
| "dev": true, | |
| "license": "MIT", | |
| "peer": true | |
| }, | |
| "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/react": { | |
| "version": "19.2.7", | |
| "resolved": "https://registry.npmjs.org/react/-/react-19.2.7.tgz", | |
| "integrity": "sha512-HNe9WslTbXmFK8o8cmwgAeJFSBvt1bPdHCVKtaaV+WlAN36mpT4hcRpwbf3fY56ar2oIXzsBpOAiIRHAdY0OlQ==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=0.10.0" | |
| } | |
| }, | |
| "node_modules/react-dom": { | |
| "version": "19.2.7", | |
| "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.7.tgz", | |
| "integrity": "sha512-t0BRVXvbiE/o20Hfw669rLbMCDWtYZLvmJigy2f0MxsXF+71pxhR3xOkspmsO8h3ZlNzyibAmtCa3l4lYKk6gQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "scheduler": "^0.27.0" | |
| }, | |
| "peerDependencies": { | |
| "react": "^19.2.7" | |
| } | |
| }, | |
| "node_modules/react-is": { | |
| "version": "19.2.7", | |
| "resolved": "https://registry.npmjs.org/react-is/-/react-is-19.2.7.tgz", | |
| "integrity": "sha512-kZFnouyVv7eP/Phmrlo9FK+zcAdriZJvzxXHF1Sl1P377WSGe2G/JxVolhTrB/jeV47lKImhNUsijjHAAbcl/A==", | |
| "license": "MIT", | |
| "peer": true | |
| }, | |
| "node_modules/react-redux": { | |
| "version": "9.3.0", | |
| "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-9.3.0.tgz", | |
| "integrity": "sha512-KQopgqFo/p/fgmAs5qz6p5RWaNAzq40WAu7fJIXnQpYxFPbJYtsJPWvGeF2rOBaY/kEuV77AVsX8TsQzKm+A/g==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/use-sync-external-store": "^0.0.6", | |
| "use-sync-external-store": "^1.4.0" | |
| }, | |
| "peerDependencies": { | |
| "@types/react": "^18.2.25 || ^19", | |
| "react": "^18.0 || ^19", | |
| "redux": "^5.0.0" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@types/react": { | |
| "optional": true | |
| }, | |
| "redux": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/recharts": { | |
| "version": "3.9.1", | |
| "resolved": "https://registry.npmjs.org/recharts/-/recharts-3.9.1.tgz", | |
| "integrity": "sha512-WMcwlXcB7l+BbxiEdyClkG+1sxrMHNZpzT577LEvU4+rXPd8oTAy1wXk72hnk2KOOmxuLvw3z5DtXT7HEAydtg==", | |
| "license": "MIT", | |
| "workspaces": [ | |
| "www" | |
| ], | |
| "dependencies": { | |
| "@reduxjs/toolkit": "^1.9.0 || 2.x.x", | |
| "clsx": "^2.1.1", | |
| "decimal.js-light": "^2.5.1", | |
| "es-toolkit": "^1.39.3", | |
| "eventemitter3": "^5.0.1", | |
| "immer": "^11.1.8", | |
| "react-redux": "8.x.x || 9.x.x", | |
| "reselect": "5.2.0", | |
| "tiny-invariant": "^1.3.3", | |
| "use-sync-external-store": "^1.2.2", | |
| "victory-vendor": "^37.0.2" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", | |
| "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", | |
| "react-is": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" | |
| } | |
| }, | |
| "node_modules/redent": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz", | |
| "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "indent-string": "^4.0.0", | |
| "strip-indent": "^3.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/redux": { | |
| "version": "5.0.1", | |
| "resolved": "https://registry.npmjs.org/redux/-/redux-5.0.1.tgz", | |
| "integrity": "sha512-M9/ELqF6fy8FwmkpnF0S3YKOqMyoWJ4+CS5Efg2ct3oY9daQvd/Pc71FpGZsVsbl3Cpb+IIcjBDUnnyBdQbq4w==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/redux-thunk": { | |
| "version": "3.1.0", | |
| "resolved": "https://registry.npmjs.org/redux-thunk/-/redux-thunk-3.1.0.tgz", | |
| "integrity": "sha512-NW2r5T6ksUKXCabzhL9z+h206HQw/NJkcLm1GPImRQ8IzfXwRGqjVhKJGauHirT0DAuyy6hjdnMZaRoAcy0Klw==", | |
| "license": "MIT", | |
| "peerDependencies": { | |
| "redux": "^5.0.0" | |
| } | |
| }, | |
| "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/reselect": { | |
| "version": "5.2.0", | |
| "resolved": "https://registry.npmjs.org/reselect/-/reselect-5.2.0.tgz", | |
| "integrity": "sha512-AgZ3UOZm3YndfrJ4OYjgrT7bmCm/1iqkjvEfH/oYjzh6PD2qw4QuT3jjnXIrpdt4MTpMXclMT3lXbmRY+XRakw==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/rolldown": { | |
| "version": "1.1.4", | |
| "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.1.4.tgz", | |
| "integrity": "sha512-IjZYiLxZwpnhwhdBH2ugdTGVSdhCQUmLxLoqyjiL0JxYjyRst+5a0P3xfrTxJ5F638j4Mvvw5FAX5XE6eHpXbA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@oxc-project/types": "=0.138.0", | |
| "@rolldown/pluginutils": "^1.0.0" | |
| }, | |
| "bin": { | |
| "rolldown": "bin/cli.mjs" | |
| }, | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| }, | |
| "optionalDependencies": { | |
| "@rolldown/binding-android-arm64": "1.1.4", | |
| "@rolldown/binding-darwin-arm64": "1.1.4", | |
| "@rolldown/binding-darwin-x64": "1.1.4", | |
| "@rolldown/binding-freebsd-x64": "1.1.4", | |
| "@rolldown/binding-linux-arm-gnueabihf": "1.1.4", | |
| "@rolldown/binding-linux-arm64-gnu": "1.1.4", | |
| "@rolldown/binding-linux-arm64-musl": "1.1.4", | |
| "@rolldown/binding-linux-ppc64-gnu": "1.1.4", | |
| "@rolldown/binding-linux-s390x-gnu": "1.1.4", | |
| "@rolldown/binding-linux-x64-gnu": "1.1.4", | |
| "@rolldown/binding-linux-x64-musl": "1.1.4", | |
| "@rolldown/binding-openharmony-arm64": "1.1.4", | |
| "@rolldown/binding-wasm32-wasi": "1.1.4", | |
| "@rolldown/binding-win32-arm64-msvc": "1.1.4", | |
| "@rolldown/binding-win32-x64-msvc": "1.1.4" | |
| } | |
| }, | |
| "node_modules/saxes": { | |
| "version": "6.0.0", | |
| "resolved": "https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz", | |
| "integrity": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==", | |
| "dev": true, | |
| "license": "ISC", | |
| "dependencies": { | |
| "xmlchars": "^2.2.0" | |
| }, | |
| "engines": { | |
| "node": ">=v12.22.7" | |
| } | |
| }, | |
| "node_modules/scheduler": { | |
| "version": "0.27.0", | |
| "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz", | |
| "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/siginfo": { | |
| "version": "2.0.0", | |
| "resolved": "https://registry.npmjs.org/siginfo/-/siginfo-2.0.0.tgz", | |
| "integrity": "sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==", | |
| "dev": true, | |
| "license": "ISC" | |
| }, | |
| "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==", | |
| "license": "BSD-3-Clause", | |
| "engines": { | |
| "node": ">=0.10.0" | |
| } | |
| }, | |
| "node_modules/stackback": { | |
| "version": "0.0.2", | |
| "resolved": "https://registry.npmjs.org/stackback/-/stackback-0.0.2.tgz", | |
| "integrity": "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/std-env": { | |
| "version": "4.1.0", | |
| "resolved": "https://registry.npmjs.org/std-env/-/std-env-4.1.0.tgz", | |
| "integrity": "sha512-Rq7ybcX2RuC55r9oaPVEW7/xu3tj8u4GeBYHBWCychFtzMIr86A7e3PPEBPT37sHStKX3+TiX/Fr/ACmJLVlLQ==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/strip-indent": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz", | |
| "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "min-indent": "^1.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/symbol-tree": { | |
| "version": "3.2.4", | |
| "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz", | |
| "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/tailwindcss": { | |
| "version": "4.3.2", | |
| "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.2.tgz", | |
| "integrity": "sha512-WtctNNSH8A9jlMIqxzuYumOHU5uGZyRv0Q5svQl+oEPy5w84YpBxdb7MdqyiSPQge5jTJ6zFQLq0PFygdccSBA==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/tapable": { | |
| "version": "2.3.3", | |
| "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.3.tgz", | |
| "integrity": "sha512-uxc/zpqFg6x7C8vOE7lh6Lbda8eEL9zmVm/PLeTPBRhh1xCgdWaQ+J1CUieGpIfm2HdtsUpRv+HshiasBMcc6A==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/webpack" | |
| } | |
| }, | |
| "node_modules/tiny-invariant": { | |
| "version": "1.3.3", | |
| "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.3.tgz", | |
| "integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/tinybench": { | |
| "version": "2.9.0", | |
| "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.9.0.tgz", | |
| "integrity": "sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/tinyexec": { | |
| "version": "1.2.4", | |
| "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.2.4.tgz", | |
| "integrity": "sha512-SHf/r48b7vOrjve9PxJo3MN5v5yuyjHvdUcrQffT3WXMUfnGmHDVbC4k3sHJaJTgZCwpUplIaAo5ANtMyp3YHg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/tinyglobby": { | |
| "version": "0.2.17", | |
| "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.17.tgz", | |
| "integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "fdir": "^6.5.0", | |
| "picomatch": "^4.0.4" | |
| }, | |
| "engines": { | |
| "node": ">=12.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/SuperchupuDev" | |
| } | |
| }, | |
| "node_modules/tinyrainbow": { | |
| "version": "3.1.0", | |
| "resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-3.1.0.tgz", | |
| "integrity": "sha512-Bf+ILmBgretUrdJxzXM0SgXLZ3XfiaUuOj/IKQHuTXip+05Xn+uyEYdVg0kYDipTBcLrCVyUzAPz7QmArb0mmw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=14.0.0" | |
| } | |
| }, | |
| "node_modules/tldts": { | |
| "version": "7.4.5", | |
| "resolved": "https://registry.npmjs.org/tldts/-/tldts-7.4.5.tgz", | |
| "integrity": "sha512-RfEzKWcq5fHUOFq7J3rl3Oz6ylKGtcHqUznzj4EcXsxLSIjJcvpbXAQtWGeJQ0xKnimR5e0Cn+cn9TssfMzm+g==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "tldts-core": "^7.4.5" | |
| }, | |
| "bin": { | |
| "tldts": "bin/cli.js" | |
| } | |
| }, | |
| "node_modules/tldts-core": { | |
| "version": "7.4.5", | |
| "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-7.4.5.tgz", | |
| "integrity": "sha512-pGrwzZDvPwKe+7NNUqAunb6rqTfynr0VOUhCMdqbu5xlvNiszsAJygRzwvpVycdzejlbpY+SWJOn+s75Og7FEA==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/tough-cookie": { | |
| "version": "6.0.1", | |
| "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-6.0.1.tgz", | |
| "integrity": "sha512-LktZQb3IeoUWB9lqR5EWTHgW/VTITCXg4D21M+lvybRVdylLrRMnqaIONLVb5mav8vM19m44HIcGq4qASeu2Qw==", | |
| "dev": true, | |
| "license": "BSD-3-Clause", | |
| "dependencies": { | |
| "tldts": "^7.0.5" | |
| }, | |
| "engines": { | |
| "node": ">=16" | |
| } | |
| }, | |
| "node_modules/tr46": { | |
| "version": "6.0.0", | |
| "resolved": "https://registry.npmjs.org/tr46/-/tr46-6.0.0.tgz", | |
| "integrity": "sha512-bLVMLPtstlZ4iMQHpFHTR7GAGj2jxi8Dg0s2h2MafAE4uSWF98FC/3MomU51iQAMf8/qDUbKWf5GxuvvVcXEhw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "punycode": "^2.3.1" | |
| }, | |
| "engines": { | |
| "node": ">=20" | |
| } | |
| }, | |
| "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", | |
| "optional": true | |
| }, | |
| "node_modules/typescript": { | |
| "version": "6.0.3", | |
| "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz", | |
| "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==", | |
| "dev": true, | |
| "license": "Apache-2.0", | |
| "bin": { | |
| "tsc": "bin/tsc", | |
| "tsserver": "bin/tsserver" | |
| }, | |
| "engines": { | |
| "node": ">=14.17" | |
| } | |
| }, | |
| "node_modules/undici": { | |
| "version": "7.28.0", | |
| "resolved": "https://registry.npmjs.org/undici/-/undici-7.28.0.tgz", | |
| "integrity": "sha512-cRZYrTDwWznlnRiPjggAGxZXanty6M8RV1ff8Wm4LWXBp7/IG8v5DnOm74DtUBp9OONpK75YlPnIjQqX0dBDtA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=20.18.1" | |
| } | |
| }, | |
| "node_modules/undici-types": { | |
| "version": "7.18.2", | |
| "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz", | |
| "integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==", | |
| "devOptional": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/use-sync-external-store": { | |
| "version": "1.6.0", | |
| "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.6.0.tgz", | |
| "integrity": "sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==", | |
| "license": "MIT", | |
| "peerDependencies": { | |
| "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" | |
| } | |
| }, | |
| "node_modules/victory-vendor": { | |
| "version": "37.3.6", | |
| "resolved": "https://registry.npmjs.org/victory-vendor/-/victory-vendor-37.3.6.tgz", | |
| "integrity": "sha512-SbPDPdDBYp+5MJHhBCAyI7wKM3d5ivekigc2Dk2s7pgbZ9wIgIBYGVw4zGHBml/qTFbexrofXW6Gu4noGxrOwQ==", | |
| "license": "MIT AND ISC", | |
| "dependencies": { | |
| "@types/d3-array": "^3.0.3", | |
| "@types/d3-ease": "^3.0.0", | |
| "@types/d3-interpolate": "^3.0.1", | |
| "@types/d3-scale": "^4.0.2", | |
| "@types/d3-shape": "^3.1.0", | |
| "@types/d3-time": "^3.0.0", | |
| "@types/d3-timer": "^3.0.0", | |
| "d3-array": "^3.1.6", | |
| "d3-ease": "^3.0.1", | |
| "d3-interpolate": "^3.0.1", | |
| "d3-scale": "^4.0.2", | |
| "d3-shape": "^3.1.0", | |
| "d3-time": "^3.0.0", | |
| "d3-timer": "^3.0.1" | |
| } | |
| }, | |
| "node_modules/vite": { | |
| "version": "8.1.2", | |
| "resolved": "https://registry.npmjs.org/vite/-/vite-8.1.2.tgz", | |
| "integrity": "sha512-6YYPbRXTxx6bRXmOn7XdnQAy5DQNHhDgtjhDHI13oe4pY93kkcdGJWxpGwOm++/Wh0QpQhDrpIoVMrmrsI5AGQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "lightningcss": "^1.32.0", | |
| "picomatch": "^4.0.4", | |
| "postcss": "^8.5.16", | |
| "rolldown": "~1.1.3", | |
| "tinyglobby": "^0.2.17" | |
| }, | |
| "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", | |
| "@vitejs/devtools": "^0.3.0", | |
| "esbuild": "^0.27.0 || ^0.28.0", | |
| "jiti": ">=1.21.0", | |
| "less": "^4.0.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 | |
| }, | |
| "@vitejs/devtools": { | |
| "optional": true | |
| }, | |
| "esbuild": { | |
| "optional": true | |
| }, | |
| "jiti": { | |
| "optional": true | |
| }, | |
| "less": { | |
| "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/vitest": { | |
| "version": "4.1.9", | |
| "resolved": "https://registry.npmjs.org/vitest/-/vitest-4.1.9.tgz", | |
| "integrity": "sha512-nE3/LEyc0z87uHYLZebqCUOaJr2hdtuPp7BQ4BosVFnfltxgAvMG08NyrSGlPpOUWvR27c5flSmYFTNr78L9GQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@vitest/expect": "4.1.9", | |
| "@vitest/mocker": "4.1.9", | |
| "@vitest/pretty-format": "4.1.9", | |
| "@vitest/runner": "4.1.9", | |
| "@vitest/snapshot": "4.1.9", | |
| "@vitest/spy": "4.1.9", | |
| "@vitest/utils": "4.1.9", | |
| "es-module-lexer": "^2.0.0", | |
| "expect-type": "^1.3.0", | |
| "magic-string": "^0.30.21", | |
| "obug": "^2.1.1", | |
| "pathe": "^2.0.3", | |
| "picomatch": "^4.0.3", | |
| "std-env": "^4.0.0-rc.1", | |
| "tinybench": "^2.9.0", | |
| "tinyexec": "^1.0.2", | |
| "tinyglobby": "^0.2.15", | |
| "tinyrainbow": "^3.1.0", | |
| "vite": "^6.0.0 || ^7.0.0 || ^8.0.0", | |
| "why-is-node-running": "^2.3.0" | |
| }, | |
| "bin": { | |
| "vitest": "vitest.mjs" | |
| }, | |
| "engines": { | |
| "node": "^20.0.0 || ^22.0.0 || >=24.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/vitest" | |
| }, | |
| "peerDependencies": { | |
| "@edge-runtime/vm": "*", | |
| "@opentelemetry/api": "^1.9.0", | |
| "@types/node": "^20.0.0 || ^22.0.0 || >=24.0.0", | |
| "@vitest/browser-playwright": "4.1.9", | |
| "@vitest/browser-preview": "4.1.9", | |
| "@vitest/browser-webdriverio": "4.1.9", | |
| "@vitest/coverage-istanbul": "4.1.9", | |
| "@vitest/coverage-v8": "4.1.9", | |
| "@vitest/ui": "4.1.9", | |
| "happy-dom": "*", | |
| "jsdom": "*", | |
| "vite": "^6.0.0 || ^7.0.0 || ^8.0.0" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@edge-runtime/vm": { | |
| "optional": true | |
| }, | |
| "@opentelemetry/api": { | |
| "optional": true | |
| }, | |
| "@types/node": { | |
| "optional": true | |
| }, | |
| "@vitest/browser-playwright": { | |
| "optional": true | |
| }, | |
| "@vitest/browser-preview": { | |
| "optional": true | |
| }, | |
| "@vitest/browser-webdriverio": { | |
| "optional": true | |
| }, | |
| "@vitest/coverage-istanbul": { | |
| "optional": true | |
| }, | |
| "@vitest/coverage-v8": { | |
| "optional": true | |
| }, | |
| "@vitest/ui": { | |
| "optional": true | |
| }, | |
| "happy-dom": { | |
| "optional": true | |
| }, | |
| "jsdom": { | |
| "optional": true | |
| }, | |
| "vite": { | |
| "optional": false | |
| } | |
| } | |
| }, | |
| "node_modules/w3c-xmlserializer": { | |
| "version": "5.0.0", | |
| "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz", | |
| "integrity": "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "xml-name-validator": "^5.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/webidl-conversions": { | |
| "version": "8.0.1", | |
| "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-8.0.1.tgz", | |
| "integrity": "sha512-BMhLD/Sw+GbJC21C/UgyaZX41nPt8bUTg+jWyDeg7e7YN4xOM05YPSIXceACnXVtqyEw/LMClUQMtMZ+PGGpqQ==", | |
| "dev": true, | |
| "license": "BSD-2-Clause", | |
| "engines": { | |
| "node": ">=20" | |
| } | |
| }, | |
| "node_modules/whatwg-mimetype": { | |
| "version": "5.0.0", | |
| "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-5.0.0.tgz", | |
| "integrity": "sha512-sXcNcHOC51uPGF0P/D4NVtrkjSU2fNsm9iog4ZvZJsL3rjoDAzXZhkm2MWt1y+PUdggKAYVoMAIYcs78wJ51Cw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=20" | |
| } | |
| }, | |
| "node_modules/whatwg-url": { | |
| "version": "16.0.1", | |
| "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-16.0.1.tgz", | |
| "integrity": "sha512-1to4zXBxmXHV3IiSSEInrreIlu02vUOvrhxJJH5vcxYTBDAx51cqZiKdyTxlecdKNSjj8EcxGBxNf6Vg+945gw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@exodus/bytes": "^1.11.0", | |
| "tr46": "^6.0.0", | |
| "webidl-conversions": "^8.0.1" | |
| }, | |
| "engines": { | |
| "node": "^20.19.0 || ^22.12.0 || >=24.0.0" | |
| } | |
| }, | |
| "node_modules/why-is-node-running": { | |
| "version": "2.3.0", | |
| "resolved": "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-2.3.0.tgz", | |
| "integrity": "sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "siginfo": "^2.0.0", | |
| "stackback": "0.0.2" | |
| }, | |
| "bin": { | |
| "why-is-node-running": "cli.js" | |
| }, | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/xml-name-validator": { | |
| "version": "5.0.0", | |
| "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-5.0.0.tgz", | |
| "integrity": "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==", | |
| "dev": true, | |
| "license": "Apache-2.0", | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/xmlchars": { | |
| "version": "2.2.0", | |
| "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz", | |
| "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==", | |
| "dev": true, | |
| "license": "MIT" | |
| } | |
| } | |
| } | |