Spaces:
Sleeping
Sleeping
havinashpatil
Finalizing CodeArena RL Benchmark: frontend improvements, GRPO training scripts, and cleaned environment
03a7eb9 | { | |
| "name": "frontend", | |
| "version": "0.0.0", | |
| "lockfileVersion": 3, | |
| "requires": true, | |
| "packages": { | |
| "": { | |
| "name": "frontend", | |
| "version": "0.0.0", | |
| "dependencies": { | |
| "@monaco-editor/react": "^4.7.0", | |
| "@tailwindcss/vite": "^4.2.4", | |
| "clsx": "^2.1.1", | |
| "framer-motion": "^12.38.0", | |
| "lucide-react": "^1.11.0", | |
| "react": "^19.2.5", | |
| "react-dom": "^19.2.5", | |
| "recharts": "^3.8.1", | |
| "tailwindcss": "^4.2.4" | |
| }, | |
| "devDependencies": { | |
| "@eslint/js": "^9.39.4", | |
| "@types/react": "^19.2.14", | |
| "@types/react-dom": "^19.2.3", | |
| "@vitejs/plugin-react": "^6.0.1", | |
| "eslint": "^9.39.4", | |
| "eslint-plugin-react-hooks": "^7.1.1", | |
| "eslint-plugin-react-refresh": "^0.5.2", | |
| "globals": "^17.5.0", | |
| "vite": "^8.0.9" | |
| } | |
| }, | |
| "node_modules/@babel/code-frame": { | |
| "version": "7.29.0", | |
| "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz", | |
| "integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/helper-validator-identifier": "^7.28.5", | |
| "js-tokens": "^4.0.0", | |
| "picocolors": "^1.1.1" | |
| }, | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@babel/compat-data": { | |
| "version": "7.29.0", | |
| "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.0.tgz", | |
| "integrity": "sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@babel/core": { | |
| "version": "7.29.0", | |
| "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.0.tgz", | |
| "integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "peer": true, | |
| "dependencies": { | |
| "@babel/code-frame": "^7.29.0", | |
| "@babel/generator": "^7.29.0", | |
| "@babel/helper-compilation-targets": "^7.28.6", | |
| "@babel/helper-module-transforms": "^7.28.6", | |
| "@babel/helpers": "^7.28.6", | |
| "@babel/parser": "^7.29.0", | |
| "@babel/template": "^7.28.6", | |
| "@babel/traverse": "^7.29.0", | |
| "@babel/types": "^7.29.0", | |
| "@jridgewell/remapping": "^2.3.5", | |
| "convert-source-map": "^2.0.0", | |
| "debug": "^4.1.0", | |
| "gensync": "^1.0.0-beta.2", | |
| "json5": "^2.2.3", | |
| "semver": "^6.3.1" | |
| }, | |
| "engines": { | |
| "node": ">=6.9.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/babel" | |
| } | |
| }, | |
| "node_modules/@babel/generator": { | |
| "version": "7.29.1", | |
| "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.1.tgz", | |
| "integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/parser": "^7.29.0", | |
| "@babel/types": "^7.29.0", | |
| "@jridgewell/gen-mapping": "^0.3.12", | |
| "@jridgewell/trace-mapping": "^0.3.28", | |
| "jsesc": "^3.0.2" | |
| }, | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@babel/helper-compilation-targets": { | |
| "version": "7.28.6", | |
| "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz", | |
| "integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/compat-data": "^7.28.6", | |
| "@babel/helper-validator-option": "^7.27.1", | |
| "browserslist": "^4.24.0", | |
| "lru-cache": "^5.1.1", | |
| "semver": "^6.3.1" | |
| }, | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@babel/helper-globals": { | |
| "version": "7.28.0", | |
| "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz", | |
| "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@babel/helper-module-imports": { | |
| "version": "7.28.6", | |
| "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz", | |
| "integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/traverse": "^7.28.6", | |
| "@babel/types": "^7.28.6" | |
| }, | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@babel/helper-module-transforms": { | |
| "version": "7.28.6", | |
| "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz", | |
| "integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/helper-module-imports": "^7.28.6", | |
| "@babel/helper-validator-identifier": "^7.28.5", | |
| "@babel/traverse": "^7.28.6" | |
| }, | |
| "engines": { | |
| "node": ">=6.9.0" | |
| }, | |
| "peerDependencies": { | |
| "@babel/core": "^7.0.0" | |
| } | |
| }, | |
| "node_modules/@babel/helper-string-parser": { | |
| "version": "7.27.1", | |
| "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz", | |
| "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@babel/helper-validator-identifier": { | |
| "version": "7.28.5", | |
| "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz", | |
| "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@babel/helper-validator-option": { | |
| "version": "7.27.1", | |
| "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz", | |
| "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@babel/helpers": { | |
| "version": "7.29.2", | |
| "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.2.tgz", | |
| "integrity": "sha512-HoGuUs4sCZNezVEKdVcwqmZN8GoHirLUcLaYVNBK2J0DadGtdcqgr3BCbvH8+XUo4NGjNl3VOtSjEKNzqfFgKw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/template": "^7.28.6", | |
| "@babel/types": "^7.29.0" | |
| }, | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@babel/parser": { | |
| "version": "7.29.2", | |
| "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.2.tgz", | |
| "integrity": "sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/types": "^7.29.0" | |
| }, | |
| "bin": { | |
| "parser": "bin/babel-parser.js" | |
| }, | |
| "engines": { | |
| "node": ">=6.0.0" | |
| } | |
| }, | |
| "node_modules/@babel/template": { | |
| "version": "7.28.6", | |
| "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.28.6.tgz", | |
| "integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/code-frame": "^7.28.6", | |
| "@babel/parser": "^7.28.6", | |
| "@babel/types": "^7.28.6" | |
| }, | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@babel/traverse": { | |
| "version": "7.29.0", | |
| "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.0.tgz", | |
| "integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/code-frame": "^7.29.0", | |
| "@babel/generator": "^7.29.0", | |
| "@babel/helper-globals": "^7.28.0", | |
| "@babel/parser": "^7.29.0", | |
| "@babel/template": "^7.28.6", | |
| "@babel/types": "^7.29.0", | |
| "debug": "^4.3.1" | |
| }, | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@babel/types": { | |
| "version": "7.29.0", | |
| "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz", | |
| "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/helper-string-parser": "^7.27.1", | |
| "@babel/helper-validator-identifier": "^7.28.5" | |
| }, | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@emnapi/wasi-threads": { | |
| "version": "1.2.1", | |
| "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz", | |
| "integrity": "sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "tslib": "^2.4.0" | |
| } | |
| }, | |
| "node_modules/@eslint-community/eslint-utils": { | |
| "version": "4.9.1", | |
| "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz", | |
| "integrity": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "eslint-visitor-keys": "^3.4.3" | |
| }, | |
| "engines": { | |
| "node": "^12.22.0 || ^14.17.0 || >=16.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/eslint" | |
| }, | |
| "peerDependencies": { | |
| "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" | |
| } | |
| }, | |
| "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": { | |
| "version": "3.4.3", | |
| "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", | |
| "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", | |
| "dev": true, | |
| "license": "Apache-2.0", | |
| "engines": { | |
| "node": "^12.22.0 || ^14.17.0 || >=16.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/eslint" | |
| } | |
| }, | |
| "node_modules/@eslint-community/regexpp": { | |
| "version": "4.12.2", | |
| "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz", | |
| "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": "^12.0.0 || ^14.0.0 || >=16.0.0" | |
| } | |
| }, | |
| "node_modules/@eslint/config-array": { | |
| "version": "0.21.2", | |
| "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.2.tgz", | |
| "integrity": "sha512-nJl2KGTlrf9GjLimgIru+V/mzgSK0ABCDQRvxw5BjURL7WfH5uoWmizbH7QB6MmnMBd8cIC9uceWnezL1VZWWw==", | |
| "dev": true, | |
| "license": "Apache-2.0", | |
| "dependencies": { | |
| "@eslint/object-schema": "^2.1.7", | |
| "debug": "^4.3.1", | |
| "minimatch": "^3.1.5" | |
| }, | |
| "engines": { | |
| "node": "^18.18.0 || ^20.9.0 || >=21.1.0" | |
| } | |
| }, | |
| "node_modules/@eslint/config-helpers": { | |
| "version": "0.4.2", | |
| "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz", | |
| "integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==", | |
| "dev": true, | |
| "license": "Apache-2.0", | |
| "dependencies": { | |
| "@eslint/core": "^0.17.0" | |
| }, | |
| "engines": { | |
| "node": "^18.18.0 || ^20.9.0 || >=21.1.0" | |
| } | |
| }, | |
| "node_modules/@eslint/core": { | |
| "version": "0.17.0", | |
| "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz", | |
| "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==", | |
| "dev": true, | |
| "license": "Apache-2.0", | |
| "dependencies": { | |
| "@types/json-schema": "^7.0.15" | |
| }, | |
| "engines": { | |
| "node": "^18.18.0 || ^20.9.0 || >=21.1.0" | |
| } | |
| }, | |
| "node_modules/@eslint/eslintrc": { | |
| "version": "3.3.5", | |
| "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.5.tgz", | |
| "integrity": "sha512-4IlJx0X0qftVsN5E+/vGujTRIFtwuLbNsVUe7TO6zYPDR1O6nFwvwhIKEKSrl6dZchmYBITazxKoUYOjdtjlRg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "ajv": "^6.14.0", | |
| "debug": "^4.3.2", | |
| "espree": "^10.0.1", | |
| "globals": "^14.0.0", | |
| "ignore": "^5.2.0", | |
| "import-fresh": "^3.2.1", | |
| "js-yaml": "^4.1.1", | |
| "minimatch": "^3.1.5", | |
| "strip-json-comments": "^3.1.1" | |
| }, | |
| "engines": { | |
| "node": "^18.18.0 || ^20.9.0 || >=21.1.0" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/eslint" | |
| } | |
| }, | |
| "node_modules/@eslint/eslintrc/node_modules/globals": { | |
| "version": "14.0.0", | |
| "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz", | |
| "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/sindresorhus" | |
| } | |
| }, | |
| "node_modules/@eslint/js": { | |
| "version": "9.39.4", | |
| "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.4.tgz", | |
| "integrity": "sha512-nE7DEIchvtiFTwBw4Lfbu59PG+kCofhjsKaCWzxTpt4lfRjRMqG6uMBzKXuEcyXhOHoUp9riAm7/aWYGhXZ9cw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": "^18.18.0 || ^20.9.0 || >=21.1.0" | |
| }, | |
| "funding": { | |
| "url": "https://eslint.org/donate" | |
| } | |
| }, | |
| "node_modules/@eslint/object-schema": { | |
| "version": "2.1.7", | |
| "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz", | |
| "integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==", | |
| "dev": true, | |
| "license": "Apache-2.0", | |
| "engines": { | |
| "node": "^18.18.0 || ^20.9.0 || >=21.1.0" | |
| } | |
| }, | |
| "node_modules/@eslint/plugin-kit": { | |
| "version": "0.4.1", | |
| "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz", | |
| "integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==", | |
| "dev": true, | |
| "license": "Apache-2.0", | |
| "dependencies": { | |
| "@eslint/core": "^0.17.0", | |
| "levn": "^0.4.1" | |
| }, | |
| "engines": { | |
| "node": "^18.18.0 || ^20.9.0 || >=21.1.0" | |
| } | |
| }, | |
| "node_modules/@humanfs/core": { | |
| "version": "0.19.2", | |
| "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.2.tgz", | |
| "integrity": "sha512-UhXNm+CFMWcbChXywFwkmhqjs3PRCmcSa/hfBgLIb7oQ5HNb1wS0icWsGtSAUNgefHeI+eBrA8I1fxmbHsGdvA==", | |
| "dev": true, | |
| "license": "Apache-2.0", | |
| "dependencies": { | |
| "@humanfs/types": "^0.15.0" | |
| }, | |
| "engines": { | |
| "node": ">=18.18.0" | |
| } | |
| }, | |
| "node_modules/@humanfs/node": { | |
| "version": "0.16.8", | |
| "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.8.tgz", | |
| "integrity": "sha512-gE1eQNZ3R++kTzFUpdGlpmy8kDZD/MLyHqDwqjkVQI0JMdI1D51sy1H958PNXYkM2rAac7e5/CnIKZrHtPh3BQ==", | |
| "dev": true, | |
| "license": "Apache-2.0", | |
| "dependencies": { | |
| "@humanfs/core": "^0.19.2", | |
| "@humanfs/types": "^0.15.0", | |
| "@humanwhocodes/retry": "^0.4.0" | |
| }, | |
| "engines": { | |
| "node": ">=18.18.0" | |
| } | |
| }, | |
| "node_modules/@humanfs/types": { | |
| "version": "0.15.0", | |
| "resolved": "https://registry.npmjs.org/@humanfs/types/-/types-0.15.0.tgz", | |
| "integrity": "sha512-ZZ1w0aoQkwuUuC7Yf+7sdeaNfqQiiLcSRbfI08oAxqLtpXQr9AIVX7Ay7HLDuiLYAaFPu8oBYNq/QIi9URHJ3Q==", | |
| "dev": true, | |
| "license": "Apache-2.0", | |
| "engines": { | |
| "node": ">=18.18.0" | |
| } | |
| }, | |
| "node_modules/@humanwhocodes/module-importer": { | |
| "version": "1.0.1", | |
| "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", | |
| "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", | |
| "dev": true, | |
| "license": "Apache-2.0", | |
| "engines": { | |
| "node": ">=12.22" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/nzakas" | |
| } | |
| }, | |
| "node_modules/@humanwhocodes/retry": { | |
| "version": "0.4.3", | |
| "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz", | |
| "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==", | |
| "dev": true, | |
| "license": "Apache-2.0", | |
| "engines": { | |
| "node": ">=18.18" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/nzakas" | |
| } | |
| }, | |
| "node_modules/@jridgewell/gen-mapping": { | |
| "version": "0.3.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/@monaco-editor/loader": { | |
| "version": "1.7.0", | |
| "resolved": "https://registry.npmjs.org/@monaco-editor/loader/-/loader-1.7.0.tgz", | |
| "integrity": "sha512-gIwR1HrJrrx+vfyOhYmCZ0/JcWqG5kbfG7+d3f/C1LXk2EvzAbHSg3MQ5lO2sMlo9izoAZ04shohfKLVT6crVA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "state-local": "^1.0.6" | |
| } | |
| }, | |
| "node_modules/@monaco-editor/react": { | |
| "version": "4.7.0", | |
| "resolved": "https://registry.npmjs.org/@monaco-editor/react/-/react-4.7.0.tgz", | |
| "integrity": "sha512-cyzXQCtO47ydzxpQtCGSQGOC8Gk3ZUeBXFAxD+CWXYFo5OqZyZUonFl0DwUlTyAfRHntBfw2p3w4s9R6oe1eCA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@monaco-editor/loader": "^1.5.0" | |
| }, | |
| "peerDependencies": { | |
| "monaco-editor": ">= 0.25.0 < 1", | |
| "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", | |
| "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" | |
| } | |
| }, | |
| "node_modules/@napi-rs/wasm-runtime": { | |
| "version": "1.1.4", | |
| "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.4.tgz", | |
| "integrity": "sha512-3NQNNgA1YSlJb/kMH1ildASP9HW7/7kYnRI2szWJaofaS1hWmbGI4H+d3+22aGzXXN9IJ+n+GiFVcGipJP18ow==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@tybys/wasm-util": "^0.10.1" | |
| }, | |
| "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.126.0", | |
| "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.126.0.tgz", | |
| "integrity": "sha512-oGfVtjAgwQVVpfBrbtk4e1XDyWHRFta6BS3GWVzrF8xYBT2VGQAk39yJS/wFSMrZqoiCU4oghT3Ch0HaHGIHcQ==", | |
| "license": "MIT", | |
| "funding": { | |
| "url": "https://github.com/sponsors/Boshen" | |
| } | |
| }, | |
| "node_modules/@reduxjs/toolkit": { | |
| "version": "2.11.2", | |
| "resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-2.11.2.tgz", | |
| "integrity": "sha512-Kd6kAHTA6/nUpp8mySPqj3en3dm0tdMIgbttnQ1xFMVpufoj+ADi8pXLBsd4xzTRHQa7t/Jv8W5UnCuW4kuWMQ==", | |
| "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/@reduxjs/toolkit/node_modules/immer": { | |
| "version": "11.1.4", | |
| "resolved": "https://registry.npmjs.org/immer/-/immer-11.1.4.tgz", | |
| "integrity": "sha512-XREFCPo6ksxVzP4E0ekD5aMdf8WMwmdNaz6vuvxgI40UaEiu6q3p8X52aU6GdyvLY3XXX/8R7JOTXStz/nBbRw==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/immer" | |
| } | |
| }, | |
| "node_modules/@rolldown/binding-android-arm64": { | |
| "version": "1.0.0-rc.16", | |
| "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.0-rc.16.tgz", | |
| "integrity": "sha512-rhY3k7Bsae9qQfOtph2Pm2jZEA+s8Gmjoz4hhmx70K9iMQ/ddeae+xhRQcM5IuVx5ry1+bGfkvMn7D6MJggVSA==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "android" | |
| ], | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| } | |
| }, | |
| "node_modules/@rolldown/binding-darwin-arm64": { | |
| "version": "1.0.0-rc.16", | |
| "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.0-rc.16.tgz", | |
| "integrity": "sha512-rNz0yK078yrNn3DrdgN+PKiMOW8HfQ92jQiXxwX8yW899ayV00MLVdaCNeVBhG/TbH3ouYVObo8/yrkiectkcQ==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "darwin" | |
| ], | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| } | |
| }, | |
| "node_modules/@rolldown/binding-darwin-x64": { | |
| "version": "1.0.0-rc.16", | |
| "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.0-rc.16.tgz", | |
| "integrity": "sha512-r/OmdR00HmD4i79Z//xO06uEPOq5hRXdhw7nzkxQxwSavs3PSHa1ijntdpOiZ2mzOQ3fVVu8C1M19FoNM+dMUQ==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "darwin" | |
| ], | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| } | |
| }, | |
| "node_modules/@rolldown/binding-freebsd-x64": { | |
| "version": "1.0.0-rc.16", | |
| "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.0-rc.16.tgz", | |
| "integrity": "sha512-KcRE5w8h0OnjUatG8pldyD14/CQ5Phs1oxfR+3pKDjboHRo9+MkqQaiIZlZRpsxC15paeXme/I127tUa9TXJ6g==", | |
| "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.0.0-rc.16", | |
| "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.0-rc.16.tgz", | |
| "integrity": "sha512-bT0guA1bpxEJ/ZhTRniQf7rNF8ybvXOuWbNIeLABaV5NGjx4EtOWBTSRGWFU9ZWVkPOZ+HNFP8RMcBokBiZ0Kg==", | |
| "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.0.0-rc.16", | |
| "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.0-rc.16.tgz", | |
| "integrity": "sha512-+tHktCHWV8BDQSjemUqm/Jl/TPk3QObCTIjmdDy/nlupcujZghmKK2962LYrqFpWu+ai01AN/REOH3NEpqvYQg==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| } | |
| }, | |
| "node_modules/@rolldown/binding-linux-arm64-musl": { | |
| "version": "1.0.0-rc.16", | |
| "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.0-rc.16.tgz", | |
| "integrity": "sha512-3fPzdREH806oRLxpTWW1Gt4tQHs0TitZFOECB2xzCFLPKnSOy90gwA7P29cksYilFO6XVRY1kzga0cL2nRjKPg==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| } | |
| }, | |
| "node_modules/@rolldown/binding-linux-ppc64-gnu": { | |
| "version": "1.0.0-rc.16", | |
| "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.0-rc.16.tgz", | |
| "integrity": "sha512-EKwI1tSrLs7YVw+JPJT/G2dJQ1jl9qlTTTEG0V2Ok/RdOenRfBw2PQdLPyjhIu58ocdBfP7vIRN/pvMsPxs/AQ==", | |
| "cpu": [ | |
| "ppc64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| } | |
| }, | |
| "node_modules/@rolldown/binding-linux-s390x-gnu": { | |
| "version": "1.0.0-rc.16", | |
| "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.0-rc.16.tgz", | |
| "integrity": "sha512-Uknladnb3Sxqu6SEcqBldQyJUpk8NleooZEc0MbRBJ4inEhRYWZX0NJu12vNf2mqAq7gsofAxHrGghiUYjhaLQ==", | |
| "cpu": [ | |
| "s390x" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| } | |
| }, | |
| "node_modules/@rolldown/binding-linux-x64-gnu": { | |
| "version": "1.0.0-rc.16", | |
| "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.0-rc.16.tgz", | |
| "integrity": "sha512-FIb8+uG49sZBtLTn+zt1AJ20TqVcqWeSIyoVt0or7uAWesgKaHbiBh6OpA/k9v0LTt+PTrb1Lao133kP4uVxkg==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| } | |
| }, | |
| "node_modules/@rolldown/binding-linux-x64-musl": { | |
| "version": "1.0.0-rc.16", | |
| "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.0-rc.16.tgz", | |
| "integrity": "sha512-RuERhF9/EgWxZEXYWCOaViUWHIboceK4/ivdtQ3R0T44NjLkIIlGIAVAuCddFxsZ7vnRHtNQUrt2vR2n2slB2w==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| } | |
| }, | |
| "node_modules/@rolldown/binding-openharmony-arm64": { | |
| "version": "1.0.0-rc.16", | |
| "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.0-rc.16.tgz", | |
| "integrity": "sha512-mXcXnvd9GpazCxeUCCnZ2+YF7nut+ZOEbE4GtaiPtyY6AkhZWbK70y1KK3j+RDhjVq5+U8FySkKRb/+w0EeUwA==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "openharmony" | |
| ], | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| } | |
| }, | |
| "node_modules/@rolldown/binding-wasm32-wasi": { | |
| "version": "1.0.0-rc.16", | |
| "resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.0-rc.16.tgz", | |
| "integrity": "sha512-3Q2KQxnC8IJOLqXmUMoYwyIPZU9hzRbnHaoV3Euz+VVnjZKcY8ktnNP8T9R4/GGQtb27C/UYKABxesKWb8lsvQ==", | |
| "cpu": [ | |
| "wasm32" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@emnapi/core": "1.9.2", | |
| "@emnapi/runtime": "1.9.2", | |
| "@napi-rs/wasm-runtime": "^1.1.4" | |
| }, | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| } | |
| }, | |
| "node_modules/@rolldown/binding-wasm32-wasi/node_modules/@emnapi/core": { | |
| "version": "1.9.2", | |
| "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.9.2.tgz", | |
| "integrity": "sha512-UC+ZhH3XtczQYfOlu3lNEkdW/p4dsJ1r/bP7H8+rhao3TTTMO1ATq/4DdIi23XuGoFY+Cz0JmCbdVl0hz9jZcA==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@emnapi/wasi-threads": "1.2.1", | |
| "tslib": "^2.4.0" | |
| } | |
| }, | |
| "node_modules/@rolldown/binding-wasm32-wasi/node_modules/@emnapi/runtime": { | |
| "version": "1.9.2", | |
| "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.9.2.tgz", | |
| "integrity": "sha512-3U4+MIWHImeyu1wnmVygh5WlgfYDtyf0k8AbLhMFxOipihf6nrWC4syIm/SwEeec0mNSafiiNnMJwbza/Is6Lw==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "tslib": "^2.4.0" | |
| } | |
| }, | |
| "node_modules/@rolldown/binding-win32-arm64-msvc": { | |
| "version": "1.0.0-rc.16", | |
| "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.0-rc.16.tgz", | |
| "integrity": "sha512-tj7XRemQcOcFwv7qhpUxMTBbI5mWMlE4c1Omhg5+h8GuLXzyj8HviYgR+bB2DMDgRqUE+jiDleqSCRjx4aYk/Q==", | |
| "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.0.0-rc.16", | |
| "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.0-rc.16.tgz", | |
| "integrity": "sha512-PH5DRZT+F4f2PTXRXR8uJxnBq2po/xFtddyabTJVJs/ZYVHqXPEgNIr35IHTEa6bpa0Q8Awg+ymkTaGnKITw4g==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "win32" | |
| ], | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| } | |
| }, | |
| "node_modules/@rolldown/pluginutils": { | |
| "version": "1.0.0-rc.7", | |
| "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.7.tgz", | |
| "integrity": "sha512-qujRfC8sFVInYSPPMLQByRh7zhwkGFS4+tyMQ83srV1qrxL4g8E2tyxVVyxd0+8QeBM1mIk9KbWxkegRr76XzA==", | |
| "dev": true, | |
| "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.2.4", | |
| "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.2.4.tgz", | |
| "integrity": "sha512-Ai7+yQPxz3ddrDQzFfBKdHEVBg0w3Zl83jnjuwxnZOsnH9pGn93QHQtpU0p/8rYWxvbFZHneni6p1BSLK4DkGA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@jridgewell/remapping": "^2.3.5", | |
| "enhanced-resolve": "^5.19.0", | |
| "jiti": "^2.6.1", | |
| "lightningcss": "1.32.0", | |
| "magic-string": "^0.30.21", | |
| "source-map-js": "^1.2.1", | |
| "tailwindcss": "4.2.4" | |
| } | |
| }, | |
| "node_modules/@tailwindcss/oxide": { | |
| "version": "4.2.4", | |
| "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.2.4.tgz", | |
| "integrity": "sha512-9El/iI069DKDSXwTvB9J4BwdO5JhRrOweGaK25taBAvBXyXqJAX+Jqdvs8r8gKpsI/1m0LeJLyQYTf/WLrBT1Q==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 20" | |
| }, | |
| "optionalDependencies": { | |
| "@tailwindcss/oxide-android-arm64": "4.2.4", | |
| "@tailwindcss/oxide-darwin-arm64": "4.2.4", | |
| "@tailwindcss/oxide-darwin-x64": "4.2.4", | |
| "@tailwindcss/oxide-freebsd-x64": "4.2.4", | |
| "@tailwindcss/oxide-linux-arm-gnueabihf": "4.2.4", | |
| "@tailwindcss/oxide-linux-arm64-gnu": "4.2.4", | |
| "@tailwindcss/oxide-linux-arm64-musl": "4.2.4", | |
| "@tailwindcss/oxide-linux-x64-gnu": "4.2.4", | |
| "@tailwindcss/oxide-linux-x64-musl": "4.2.4", | |
| "@tailwindcss/oxide-wasm32-wasi": "4.2.4", | |
| "@tailwindcss/oxide-win32-arm64-msvc": "4.2.4", | |
| "@tailwindcss/oxide-win32-x64-msvc": "4.2.4" | |
| } | |
| }, | |
| "node_modules/@tailwindcss/oxide-android-arm64": { | |
| "version": "4.2.4", | |
| "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.2.4.tgz", | |
| "integrity": "sha512-e7MOr1SAn9U8KlZzPi1ZXGZHeC5anY36qjNwmZv9pOJ8E4Q6jmD1vyEHkQFmNOIN7twGPEMXRHmitN4zCMN03g==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "android" | |
| ], | |
| "engines": { | |
| "node": ">= 20" | |
| } | |
| }, | |
| "node_modules/@tailwindcss/oxide-darwin-arm64": { | |
| "version": "4.2.4", | |
| "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.2.4.tgz", | |
| "integrity": "sha512-tSC/Kbqpz/5/o/C2sG7QvOxAKqyd10bq+ypZNf+9Fi2TvbVbv1zNpcEptcsU7DPROaSbVgUXmrzKhurFvo5eDg==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "darwin" | |
| ], | |
| "engines": { | |
| "node": ">= 20" | |
| } | |
| }, | |
| "node_modules/@tailwindcss/oxide-darwin-x64": { | |
| "version": "4.2.4", | |
| "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.2.4.tgz", | |
| "integrity": "sha512-yPyUXn3yO/ufR6+Kzv0t4fCg2qNr90jxXc5QqBpjlPNd0NqyDXcmQb/6weunH/MEDXW5dhyEi+agTDiqa3WsGg==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "darwin" | |
| ], | |
| "engines": { | |
| "node": ">= 20" | |
| } | |
| }, | |
| "node_modules/@tailwindcss/oxide-freebsd-x64": { | |
| "version": "4.2.4", | |
| "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.2.4.tgz", | |
| "integrity": "sha512-BoMIB4vMQtZsXdGLVc2z+P9DbETkiopogfWZKbWwM8b/1Vinbs4YcUwo+kM/KeLkX3Ygrf4/PsRndKaYhS8Eiw==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "freebsd" | |
| ], | |
| "engines": { | |
| "node": ">= 20" | |
| } | |
| }, | |
| "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": { | |
| "version": "4.2.4", | |
| "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.2.4.tgz", | |
| "integrity": "sha512-7pIHBLTHYRAlS7V22JNuTh33yLH4VElwKtB3bwchK/UaKUPpQ0lPQiOWcbm4V3WP2I6fNIJ23vABIvoy2izdwA==", | |
| "cpu": [ | |
| "arm" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">= 20" | |
| } | |
| }, | |
| "node_modules/@tailwindcss/oxide-linux-arm64-gnu": { | |
| "version": "4.2.4", | |
| "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.2.4.tgz", | |
| "integrity": "sha512-+E4wxJ0ZGOzSH325reXTWB48l42i93kQqMvDyz5gqfRzRZ7faNhnmvlV4EPGJU3QJM/3Ab5jhJ5pCRUsKn6OQw==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">= 20" | |
| } | |
| }, | |
| "node_modules/@tailwindcss/oxide-linux-arm64-musl": { | |
| "version": "4.2.4", | |
| "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.2.4.tgz", | |
| "integrity": "sha512-bBADEGAbo4ASnppIziaQJelekCxdMaxisrk+fB7Thit72IBnALp9K6ffA2G4ruj90G9XRS2VQ6q2bCKbfFV82g==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">= 20" | |
| } | |
| }, | |
| "node_modules/@tailwindcss/oxide-linux-x64-gnu": { | |
| "version": "4.2.4", | |
| "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.2.4.tgz", | |
| "integrity": "sha512-7Mx25E4WTfnht0TVRTyC00j3i0M+EeFe7wguMDTlX4mRxafznw0CA8WJkFjWYH5BlgELd1kSjuU2JiPnNZbJDA==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">= 20" | |
| } | |
| }, | |
| "node_modules/@tailwindcss/oxide-linux-x64-musl": { | |
| "version": "4.2.4", | |
| "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.2.4.tgz", | |
| "integrity": "sha512-2wwJRF7nyhOR0hhHoChc04xngV3iS+akccHTGtz965FwF0up4b2lOdo6kI1EbDaEXKgvcrFBYcYQQ/rrnWFVfA==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">= 20" | |
| } | |
| }, | |
| "node_modules/@tailwindcss/oxide-wasm32-wasi": { | |
| "version": "4.2.4", | |
| "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.2.4.tgz", | |
| "integrity": "sha512-FQsqApeor8Fo6gUEklzmaa9994orJZZDBAlQpK2Mq+DslRKFJeD6AjHpBQ0kZFQohVr8o85PPh8eOy86VlSCmw==", | |
| "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.8.1", | |
| "@emnapi/runtime": "^1.8.1", | |
| "@emnapi/wasi-threads": "^1.1.0", | |
| "@napi-rs/wasm-runtime": "^1.1.1", | |
| "@tybys/wasm-util": "^0.10.1", | |
| "tslib": "^2.8.1" | |
| }, | |
| "engines": { | |
| "node": ">=14.0.0" | |
| } | |
| }, | |
| "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { | |
| "version": "4.2.4", | |
| "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.2.4.tgz", | |
| "integrity": "sha512-L9BXqxC4ToVgwMFqj3pmZRqyHEztulpUJzCxUtLjobMCzTPsGt1Fa9enKbOpY2iIyVtaHNeNvAK8ERP/64sqGQ==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "win32" | |
| ], | |
| "engines": { | |
| "node": ">= 20" | |
| } | |
| }, | |
| "node_modules/@tailwindcss/oxide-win32-x64-msvc": { | |
| "version": "4.2.4", | |
| "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.2.4.tgz", | |
| "integrity": "sha512-ESlKG0EpVJQwRjXDDa9rLvhEAh0mhP1sF7sap9dNZT0yyl9SAG6T7gdP09EH0vIv0UNTlo6jPWyujD6559fZvw==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "win32" | |
| ], | |
| "engines": { | |
| "node": ">= 20" | |
| } | |
| }, | |
| "node_modules/@tailwindcss/vite": { | |
| "version": "4.2.4", | |
| "resolved": "https://registry.npmjs.org/@tailwindcss/vite/-/vite-4.2.4.tgz", | |
| "integrity": "sha512-pCvohwOCspk3ZFn6eJzrrX3g4n2JY73H6MmYC87XfGPyTty4YsCjYTMArRZm/zOI8dIt3+EcrLHAFPe5A4bgtw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@tailwindcss/node": "4.2.4", | |
| "@tailwindcss/oxide": "4.2.4", | |
| "tailwindcss": "4.2.4" | |
| }, | |
| "peerDependencies": { | |
| "vite": "^5.2.0 || ^6 || ^7 || ^8" | |
| } | |
| }, | |
| "node_modules/@tybys/wasm-util": { | |
| "version": "0.10.1", | |
| "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz", | |
| "integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "tslib": "^2.4.0" | |
| } | |
| }, | |
| "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/estree": { | |
| "version": "1.0.8", | |
| "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz", | |
| "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/@types/json-schema": { | |
| "version": "7.0.15", | |
| "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", | |
| "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/@types/react": { | |
| "version": "19.2.14", | |
| "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz", | |
| "integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==", | |
| "devOptional": true, | |
| "license": "MIT", | |
| "peer": true, | |
| "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/trusted-types": { | |
| "version": "2.0.7", | |
| "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz", | |
| "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==", | |
| "license": "MIT", | |
| "optional": true | |
| }, | |
| "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.1", | |
| "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-6.0.1.tgz", | |
| "integrity": "sha512-l9X/E3cDb+xY3SWzlG1MOGt2usfEHGMNIaegaUGFsLkb3RCn/k8/TOXBcab+OndDI4TBtktT8/9BwwW8Vi9KUQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@rolldown/pluginutils": "1.0.0-rc.7" | |
| }, | |
| "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/acorn": { | |
| "version": "8.16.0", | |
| "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz", | |
| "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "peer": true, | |
| "bin": { | |
| "acorn": "bin/acorn" | |
| }, | |
| "engines": { | |
| "node": ">=0.4.0" | |
| } | |
| }, | |
| "node_modules/acorn-jsx": { | |
| "version": "5.3.2", | |
| "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", | |
| "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "peerDependencies": { | |
| "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" | |
| } | |
| }, | |
| "node_modules/ajv": { | |
| "version": "6.14.0", | |
| "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.14.0.tgz", | |
| "integrity": "sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "fast-deep-equal": "^3.1.1", | |
| "fast-json-stable-stringify": "^2.0.0", | |
| "json-schema-traverse": "^0.4.1", | |
| "uri-js": "^4.2.2" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/epoberezkin" | |
| } | |
| }, | |
| "node_modules/ansi-styles": { | |
| "version": "4.3.0", | |
| "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", | |
| "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "color-convert": "^2.0.1" | |
| }, | |
| "engines": { | |
| "node": ">=8" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/chalk/ansi-styles?sponsor=1" | |
| } | |
| }, | |
| "node_modules/argparse": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", | |
| "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", | |
| "dev": true, | |
| "license": "Python-2.0" | |
| }, | |
| "node_modules/balanced-match": { | |
| "version": "1.0.2", | |
| "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", | |
| "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/baseline-browser-mapping": { | |
| "version": "2.10.20", | |
| "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.20.tgz", | |
| "integrity": "sha512-1AaXxEPfXT+GvTBJFuy4yXVHWJBXa4OdbIebGN/wX5DlsIkU0+wzGnd2lOzokSk51d5LUmqjgBLRLlypLUqInQ==", | |
| "dev": true, | |
| "license": "Apache-2.0", | |
| "bin": { | |
| "baseline-browser-mapping": "dist/cli.cjs" | |
| }, | |
| "engines": { | |
| "node": ">=6.0.0" | |
| } | |
| }, | |
| "node_modules/brace-expansion": { | |
| "version": "1.1.14", | |
| "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.14.tgz", | |
| "integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "balanced-match": "^1.0.0", | |
| "concat-map": "0.0.1" | |
| } | |
| }, | |
| "node_modules/browserslist": { | |
| "version": "4.28.2", | |
| "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.2.tgz", | |
| "integrity": "sha512-48xSriZYYg+8qXna9kwqjIVzuQxi+KYWp2+5nCYnYKPTr0LvD89Jqk2Or5ogxz0NUMfIjhh2lIUX/LyX9B4oIg==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/browserslist" | |
| }, | |
| { | |
| "type": "tidelift", | |
| "url": "https://tidelift.com/funding/github/npm/browserslist" | |
| }, | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/ai" | |
| } | |
| ], | |
| "license": "MIT", | |
| "peer": true, | |
| "dependencies": { | |
| "baseline-browser-mapping": "^2.10.12", | |
| "caniuse-lite": "^1.0.30001782", | |
| "electron-to-chromium": "^1.5.328", | |
| "node-releases": "^2.0.36", | |
| "update-browserslist-db": "^1.2.3" | |
| }, | |
| "bin": { | |
| "browserslist": "cli.js" | |
| }, | |
| "engines": { | |
| "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" | |
| } | |
| }, | |
| "node_modules/callsites": { | |
| "version": "3.1.0", | |
| "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", | |
| "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6" | |
| } | |
| }, | |
| "node_modules/caniuse-lite": { | |
| "version": "1.0.30001788", | |
| "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001788.tgz", | |
| "integrity": "sha512-6q8HFp+lOQtcf7wBK+uEenxymVWkGKkjFpCvw5W25cmMwEDU45p1xQFBQv8JDlMMry7eNxyBaR+qxgmTUZkIRQ==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/browserslist" | |
| }, | |
| { | |
| "type": "tidelift", | |
| "url": "https://tidelift.com/funding/github/npm/caniuse-lite" | |
| }, | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/ai" | |
| } | |
| ], | |
| "license": "CC-BY-4.0" | |
| }, | |
| "node_modules/chalk": { | |
| "version": "4.1.2", | |
| "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", | |
| "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "ansi-styles": "^4.1.0", | |
| "supports-color": "^7.1.0" | |
| }, | |
| "engines": { | |
| "node": ">=10" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/chalk/chalk?sponsor=1" | |
| } | |
| }, | |
| "node_modules/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/color-convert": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", | |
| "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "color-name": "~1.1.4" | |
| }, | |
| "engines": { | |
| "node": ">=7.0.0" | |
| } | |
| }, | |
| "node_modules/color-name": { | |
| "version": "1.1.4", | |
| "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", | |
| "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/concat-map": { | |
| "version": "0.0.1", | |
| "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", | |
| "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/convert-source-map": { | |
| "version": "2.0.0", | |
| "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", | |
| "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/cross-spawn": { | |
| "version": "7.0.6", | |
| "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", | |
| "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "path-key": "^3.1.0", | |
| "shebang-command": "^2.0.0", | |
| "which": "^2.0.1" | |
| }, | |
| "engines": { | |
| "node": ">= 8" | |
| } | |
| }, | |
| "node_modules/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/debug": { | |
| "version": "4.4.3", | |
| "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", | |
| "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "ms": "^2.1.3" | |
| }, | |
| "engines": { | |
| "node": ">=6.0" | |
| }, | |
| "peerDependenciesMeta": { | |
| "supports-color": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "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/deep-is": { | |
| "version": "0.1.4", | |
| "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", | |
| "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/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/dompurify": { | |
| "version": "3.2.7", | |
| "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.7.tgz", | |
| "integrity": "sha512-WhL/YuveyGXJaerVlMYGWhvQswa7myDG17P7Vu65EWC05o8vfeNbvNf4d/BOvH99+ZW+LlQsc1GDKMa1vNK6dw==", | |
| "license": "(MPL-2.0 OR Apache-2.0)", | |
| "optionalDependencies": { | |
| "@types/trusted-types": "^2.0.7" | |
| } | |
| }, | |
| "node_modules/electron-to-chromium": { | |
| "version": "1.5.343", | |
| "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.343.tgz", | |
| "integrity": "sha512-YHnQ3MXI08icvL9ZKnEBy05F2EQ8ob01UaMOuMbM8l+4UcAq6MPPbBTJBbsBUg3H8JeZNt+O4fjsoWth3p6IFg==", | |
| "dev": true, | |
| "license": "ISC" | |
| }, | |
| "node_modules/enhanced-resolve": { | |
| "version": "5.21.0", | |
| "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.21.0.tgz", | |
| "integrity": "sha512-otxSQPw4lkOZWkHpB3zaEQs6gWYEsmX4xQF68ElXC/TWvGxGMSGOvoNbaLXm6/cS/fSfHtsEdw90y20PCd+sCA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "graceful-fs": "^4.2.4", | |
| "tapable": "^2.3.3" | |
| }, | |
| "engines": { | |
| "node": ">=10.13.0" | |
| } | |
| }, | |
| "node_modules/es-toolkit": { | |
| "version": "1.46.0", | |
| "resolved": "https://registry.npmjs.org/es-toolkit/-/es-toolkit-1.46.0.tgz", | |
| "integrity": "sha512-IToJ6ct9OLl5zz6WsC/1vZEwfSZ7Myil+ygl5Tf30Xjn9AEkzNB4kqp2G7VUJKF1DtTx/ra5M5KLlXvzOg51BA==", | |
| "license": "MIT", | |
| "workspaces": [ | |
| "docs", | |
| "benchmarks" | |
| ] | |
| }, | |
| "node_modules/escalade": { | |
| "version": "3.2.0", | |
| "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", | |
| "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6" | |
| } | |
| }, | |
| "node_modules/escape-string-regexp": { | |
| "version": "4.0.0", | |
| "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", | |
| "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=10" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/sindresorhus" | |
| } | |
| }, | |
| "node_modules/eslint": { | |
| "version": "9.39.4", | |
| "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.4.tgz", | |
| "integrity": "sha512-XoMjdBOwe/esVgEvLmNsD3IRHkm7fbKIUGvrleloJXUZgDHig2IPWNniv+GwjyJXzuNqVjlr5+4yVUZjycJwfQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "peer": true, | |
| "dependencies": { | |
| "@eslint-community/eslint-utils": "^4.8.0", | |
| "@eslint-community/regexpp": "^4.12.1", | |
| "@eslint/config-array": "^0.21.2", | |
| "@eslint/config-helpers": "^0.4.2", | |
| "@eslint/core": "^0.17.0", | |
| "@eslint/eslintrc": "^3.3.5", | |
| "@eslint/js": "9.39.4", | |
| "@eslint/plugin-kit": "^0.4.1", | |
| "@humanfs/node": "^0.16.6", | |
| "@humanwhocodes/module-importer": "^1.0.1", | |
| "@humanwhocodes/retry": "^0.4.2", | |
| "@types/estree": "^1.0.6", | |
| "ajv": "^6.14.0", | |
| "chalk": "^4.0.0", | |
| "cross-spawn": "^7.0.6", | |
| "debug": "^4.3.2", | |
| "escape-string-regexp": "^4.0.0", | |
| "eslint-scope": "^8.4.0", | |
| "eslint-visitor-keys": "^4.2.1", | |
| "espree": "^10.4.0", | |
| "esquery": "^1.5.0", | |
| "esutils": "^2.0.2", | |
| "fast-deep-equal": "^3.1.3", | |
| "file-entry-cache": "^8.0.0", | |
| "find-up": "^5.0.0", | |
| "glob-parent": "^6.0.2", | |
| "ignore": "^5.2.0", | |
| "imurmurhash": "^0.1.4", | |
| "is-glob": "^4.0.0", | |
| "json-stable-stringify-without-jsonify": "^1.0.1", | |
| "lodash.merge": "^4.6.2", | |
| "minimatch": "^3.1.5", | |
| "natural-compare": "^1.4.0", | |
| "optionator": "^0.9.3" | |
| }, | |
| "bin": { | |
| "eslint": "bin/eslint.js" | |
| }, | |
| "engines": { | |
| "node": "^18.18.0 || ^20.9.0 || >=21.1.0" | |
| }, | |
| "funding": { | |
| "url": "https://eslint.org/donate" | |
| }, | |
| "peerDependencies": { | |
| "jiti": "*" | |
| }, | |
| "peerDependenciesMeta": { | |
| "jiti": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/eslint-plugin-react-hooks": { | |
| "version": "7.1.1", | |
| "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.1.1.tgz", | |
| "integrity": "sha512-f2I7Gw6JbvCexzIInuSbZpfdQ44D7iqdWX01FKLvrPgqxoE7oMj8clOfto8U6vYiz4yd5oKu39rRSVOe1zRu0g==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/core": "^7.24.4", | |
| "@babel/parser": "^7.24.4", | |
| "hermes-parser": "^0.25.1", | |
| "zod": "^3.25.0 || ^4.0.0", | |
| "zod-validation-error": "^3.5.0 || ^4.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 || ^10.0.0" | |
| } | |
| }, | |
| "node_modules/eslint-plugin-react-refresh": { | |
| "version": "0.5.2", | |
| "resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.5.2.tgz", | |
| "integrity": "sha512-hmgTH57GfzoTFjVN0yBwTggnsVUF2tcqi7RJZHqi9lIezSs4eFyAMktA68YD4r5kNw1mxyY4dmkyoFDb3FIqrA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "peerDependencies": { | |
| "eslint": "^9 || ^10" | |
| } | |
| }, | |
| "node_modules/eslint-scope": { | |
| "version": "8.4.0", | |
| "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz", | |
| "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==", | |
| "dev": true, | |
| "license": "BSD-2-Clause", | |
| "dependencies": { | |
| "esrecurse": "^4.3.0", | |
| "estraverse": "^5.2.0" | |
| }, | |
| "engines": { | |
| "node": "^18.18.0 || ^20.9.0 || >=21.1.0" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/eslint" | |
| } | |
| }, | |
| "node_modules/eslint-visitor-keys": { | |
| "version": "4.2.1", | |
| "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz", | |
| "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==", | |
| "dev": true, | |
| "license": "Apache-2.0", | |
| "engines": { | |
| "node": "^18.18.0 || ^20.9.0 || >=21.1.0" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/eslint" | |
| } | |
| }, | |
| "node_modules/espree": { | |
| "version": "10.4.0", | |
| "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz", | |
| "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==", | |
| "dev": true, | |
| "license": "BSD-2-Clause", | |
| "dependencies": { | |
| "acorn": "^8.15.0", | |
| "acorn-jsx": "^5.3.2", | |
| "eslint-visitor-keys": "^4.2.1" | |
| }, | |
| "engines": { | |
| "node": "^18.18.0 || ^20.9.0 || >=21.1.0" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/eslint" | |
| } | |
| }, | |
| "node_modules/esquery": { | |
| "version": "1.7.0", | |
| "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.7.0.tgz", | |
| "integrity": "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==", | |
| "dev": true, | |
| "license": "BSD-3-Clause", | |
| "dependencies": { | |
| "estraverse": "^5.1.0" | |
| }, | |
| "engines": { | |
| "node": ">=0.10" | |
| } | |
| }, | |
| "node_modules/esrecurse": { | |
| "version": "4.3.0", | |
| "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", | |
| "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", | |
| "dev": true, | |
| "license": "BSD-2-Clause", | |
| "dependencies": { | |
| "estraverse": "^5.2.0" | |
| }, | |
| "engines": { | |
| "node": ">=4.0" | |
| } | |
| }, | |
| "node_modules/estraverse": { | |
| "version": "5.3.0", | |
| "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", | |
| "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", | |
| "dev": true, | |
| "license": "BSD-2-Clause", | |
| "engines": { | |
| "node": ">=4.0" | |
| } | |
| }, | |
| "node_modules/esutils": { | |
| "version": "2.0.3", | |
| "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", | |
| "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", | |
| "dev": true, | |
| "license": "BSD-2-Clause", | |
| "engines": { | |
| "node": ">=0.10.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/fast-deep-equal": { | |
| "version": "3.1.3", | |
| "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", | |
| "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/fast-json-stable-stringify": { | |
| "version": "2.1.0", | |
| "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", | |
| "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/fast-levenshtein": { | |
| "version": "2.0.6", | |
| "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", | |
| "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/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/file-entry-cache": { | |
| "version": "8.0.0", | |
| "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz", | |
| "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "flat-cache": "^4.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=16.0.0" | |
| } | |
| }, | |
| "node_modules/find-up": { | |
| "version": "5.0.0", | |
| "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", | |
| "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "locate-path": "^6.0.0", | |
| "path-exists": "^4.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=10" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/sindresorhus" | |
| } | |
| }, | |
| "node_modules/flat-cache": { | |
| "version": "4.0.1", | |
| "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz", | |
| "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "flatted": "^3.2.9", | |
| "keyv": "^4.5.4" | |
| }, | |
| "engines": { | |
| "node": ">=16" | |
| } | |
| }, | |
| "node_modules/flatted": { | |
| "version": "3.4.2", | |
| "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.2.tgz", | |
| "integrity": "sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==", | |
| "dev": true, | |
| "license": "ISC" | |
| }, | |
| "node_modules/framer-motion": { | |
| "version": "12.38.0", | |
| "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.38.0.tgz", | |
| "integrity": "sha512-rFYkY/pigbcswl1XQSb7q424kSTQ8q6eAC+YUsSKooHQYuLdzdHjrt6uxUC+PRAO++q5IS7+TamgIw1AphxR+g==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "motion-dom": "^12.38.0", | |
| "motion-utils": "^12.36.0", | |
| "tslib": "^2.4.0" | |
| }, | |
| "peerDependencies": { | |
| "@emotion/is-prop-valid": "*", | |
| "react": "^18.0.0 || ^19.0.0", | |
| "react-dom": "^18.0.0 || ^19.0.0" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@emotion/is-prop-valid": { | |
| "optional": true | |
| }, | |
| "react": { | |
| "optional": true | |
| }, | |
| "react-dom": { | |
| "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/gensync": { | |
| "version": "1.0.0-beta.2", | |
| "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", | |
| "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/glob-parent": { | |
| "version": "6.0.2", | |
| "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", | |
| "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", | |
| "dev": true, | |
| "license": "ISC", | |
| "dependencies": { | |
| "is-glob": "^4.0.3" | |
| }, | |
| "engines": { | |
| "node": ">=10.13.0" | |
| } | |
| }, | |
| "node_modules/globals": { | |
| "version": "17.5.0", | |
| "resolved": "https://registry.npmjs.org/globals/-/globals-17.5.0.tgz", | |
| "integrity": "sha512-qoV+HK2yFl/366t2/Cb3+xxPUo5BuMynomoDmiaZBIdbs+0pYbjfZU+twLhGKp4uCZ/+NbtpVepH5bGCxRyy2g==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/sindresorhus" | |
| } | |
| }, | |
| "node_modules/graceful-fs": { | |
| "version": "4.2.11", | |
| "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", | |
| "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", | |
| "license": "ISC" | |
| }, | |
| "node_modules/has-flag": { | |
| "version": "4.0.0", | |
| "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", | |
| "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/hermes-estree": { | |
| "version": "0.25.1", | |
| "resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.25.1.tgz", | |
| "integrity": "sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/hermes-parser": { | |
| "version": "0.25.1", | |
| "resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.25.1.tgz", | |
| "integrity": "sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "hermes-estree": "0.25.1" | |
| } | |
| }, | |
| "node_modules/ignore": { | |
| "version": "5.3.2", | |
| "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz", | |
| "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 4" | |
| } | |
| }, | |
| "node_modules/immer": { | |
| "version": "10.2.0", | |
| "resolved": "https://registry.npmjs.org/immer/-/immer-10.2.0.tgz", | |
| "integrity": "sha512-d/+XTN3zfODyjr89gM3mPq1WNX2B8pYsu7eORitdwyA2sBubnTl3laYlBk4sXY5FUa5qTZGBDPJICVbvqzjlbw==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/immer" | |
| } | |
| }, | |
| "node_modules/import-fresh": { | |
| "version": "3.3.1", | |
| "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz", | |
| "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "parent-module": "^1.0.0", | |
| "resolve-from": "^4.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=6" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/sindresorhus" | |
| } | |
| }, | |
| "node_modules/imurmurhash": { | |
| "version": "0.1.4", | |
| "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", | |
| "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=0.8.19" | |
| } | |
| }, | |
| "node_modules/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-extglob": { | |
| "version": "2.1.1", | |
| "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", | |
| "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=0.10.0" | |
| } | |
| }, | |
| "node_modules/is-glob": { | |
| "version": "4.0.3", | |
| "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", | |
| "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "is-extglob": "^2.1.1" | |
| }, | |
| "engines": { | |
| "node": ">=0.10.0" | |
| } | |
| }, | |
| "node_modules/isexe": { | |
| "version": "2.0.0", | |
| "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", | |
| "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", | |
| "dev": true, | |
| "license": "ISC" | |
| }, | |
| "node_modules/jiti": { | |
| "version": "2.6.1", | |
| "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz", | |
| "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==", | |
| "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" | |
| }, | |
| "node_modules/js-yaml": { | |
| "version": "4.1.1", | |
| "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", | |
| "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "argparse": "^2.0.1" | |
| }, | |
| "bin": { | |
| "js-yaml": "bin/js-yaml.js" | |
| } | |
| }, | |
| "node_modules/jsesc": { | |
| "version": "3.1.0", | |
| "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz", | |
| "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "bin": { | |
| "jsesc": "bin/jsesc" | |
| }, | |
| "engines": { | |
| "node": ">=6" | |
| } | |
| }, | |
| "node_modules/json-buffer": { | |
| "version": "3.0.1", | |
| "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", | |
| "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/json-schema-traverse": { | |
| "version": "0.4.1", | |
| "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", | |
| "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/json-stable-stringify-without-jsonify": { | |
| "version": "1.0.1", | |
| "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", | |
| "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/json5": { | |
| "version": "2.2.3", | |
| "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", | |
| "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "bin": { | |
| "json5": "lib/cli.js" | |
| }, | |
| "engines": { | |
| "node": ">=6" | |
| } | |
| }, | |
| "node_modules/keyv": { | |
| "version": "4.5.4", | |
| "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", | |
| "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "json-buffer": "3.0.1" | |
| } | |
| }, | |
| "node_modules/levn": { | |
| "version": "0.4.1", | |
| "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", | |
| "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "prelude-ls": "^1.2.1", | |
| "type-check": "~0.4.0" | |
| }, | |
| "engines": { | |
| "node": ">= 0.8.0" | |
| } | |
| }, | |
| "node_modules/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" | |
| ], | |
| "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" | |
| ], | |
| "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" | |
| ], | |
| "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" | |
| ], | |
| "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/locate-path": { | |
| "version": "6.0.0", | |
| "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", | |
| "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "p-locate": "^5.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=10" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/sindresorhus" | |
| } | |
| }, | |
| "node_modules/lodash.merge": { | |
| "version": "4.6.2", | |
| "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", | |
| "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/lru-cache": { | |
| "version": "5.1.1", | |
| "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", | |
| "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", | |
| "dev": true, | |
| "license": "ISC", | |
| "dependencies": { | |
| "yallist": "^3.0.2" | |
| } | |
| }, | |
| "node_modules/lucide-react": { | |
| "version": "1.11.0", | |
| "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.11.0.tgz", | |
| "integrity": "sha512-UOhjdztXCgdBReRcIhsvz2siIBogfv/lhJEIViCpLt924dO+GDms9T7DNoucI23s6kEPpe988m5N0D2ajnzb2g==", | |
| "license": "ISC", | |
| "peerDependencies": { | |
| "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" | |
| } | |
| }, | |
| "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/marked": { | |
| "version": "14.0.0", | |
| "resolved": "https://registry.npmjs.org/marked/-/marked-14.0.0.tgz", | |
| "integrity": "sha512-uIj4+faQ+MgHgwUW1l2PsPglZLOLOT1uErt06dAPtx2kjteLAkbsd/0FiYg/MGS+i7ZKLb7w2WClxHkzOOuryQ==", | |
| "license": "MIT", | |
| "bin": { | |
| "marked": "bin/marked.js" | |
| }, | |
| "engines": { | |
| "node": ">= 18" | |
| } | |
| }, | |
| "node_modules/minimatch": { | |
| "version": "3.1.5", | |
| "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz", | |
| "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==", | |
| "dev": true, | |
| "license": "ISC", | |
| "dependencies": { | |
| "brace-expansion": "^1.1.7" | |
| }, | |
| "engines": { | |
| "node": "*" | |
| } | |
| }, | |
| "node_modules/monaco-editor": { | |
| "version": "0.55.1", | |
| "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.55.1.tgz", | |
| "integrity": "sha512-jz4x+TJNFHwHtwuV9vA9rMujcZRb0CEilTEwG2rRSpe/A7Jdkuj8xPKttCgOh+v/lkHy7HsZ64oj+q3xoAFl9A==", | |
| "license": "MIT", | |
| "peer": true, | |
| "dependencies": { | |
| "dompurify": "3.2.7", | |
| "marked": "14.0.0" | |
| } | |
| }, | |
| "node_modules/motion-dom": { | |
| "version": "12.38.0", | |
| "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.38.0.tgz", | |
| "integrity": "sha512-pdkHLD8QYRp8VfiNLb8xIBJis1byQ9gPT3Jnh2jqfFtAsWUA3dEepDlsWe/xMpO8McV+VdpKVcp+E+TGJEtOoA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "motion-utils": "^12.36.0" | |
| } | |
| }, | |
| "node_modules/motion-utils": { | |
| "version": "12.36.0", | |
| "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.36.0.tgz", | |
| "integrity": "sha512-eHWisygbiwVvf6PZ1vhaHCLamvkSbPIeAYxWUuL3a2PD/TROgE7FvfHWTIH4vMl798QLfMw15nRqIaRDXTlYRg==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/ms": { | |
| "version": "2.1.3", | |
| "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", | |
| "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/nanoid": { | |
| "version": "3.3.11", | |
| "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", | |
| "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", | |
| "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/natural-compare": { | |
| "version": "1.4.0", | |
| "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", | |
| "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/node-releases": { | |
| "version": "2.0.38", | |
| "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.38.tgz", | |
| "integrity": "sha512-3qT/88Y3FbH/Kx4szpQQ4HzUbVrHPKTLVpVocKiLfoYvw9XSGOX2FmD2d6DrXbVYyAQTF2HeF6My8jmzx7/CRw==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/optionator": { | |
| "version": "0.9.4", | |
| "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz", | |
| "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "deep-is": "^0.1.3", | |
| "fast-levenshtein": "^2.0.6", | |
| "levn": "^0.4.1", | |
| "prelude-ls": "^1.2.1", | |
| "type-check": "^0.4.0", | |
| "word-wrap": "^1.2.5" | |
| }, | |
| "engines": { | |
| "node": ">= 0.8.0" | |
| } | |
| }, | |
| "node_modules/p-limit": { | |
| "version": "3.1.0", | |
| "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", | |
| "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "yocto-queue": "^0.1.0" | |
| }, | |
| "engines": { | |
| "node": ">=10" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/sindresorhus" | |
| } | |
| }, | |
| "node_modules/p-locate": { | |
| "version": "5.0.0", | |
| "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", | |
| "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "p-limit": "^3.0.2" | |
| }, | |
| "engines": { | |
| "node": ">=10" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/sindresorhus" | |
| } | |
| }, | |
| "node_modules/parent-module": { | |
| "version": "1.0.1", | |
| "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", | |
| "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "callsites": "^3.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=6" | |
| } | |
| }, | |
| "node_modules/path-exists": { | |
| "version": "4.0.0", | |
| "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", | |
| "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/path-key": { | |
| "version": "3.1.1", | |
| "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", | |
| "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/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", | |
| "peer": true, | |
| "engines": { | |
| "node": ">=12" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/jonschlinkert" | |
| } | |
| }, | |
| "node_modules/postcss": { | |
| "version": "8.5.10", | |
| "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.10.tgz", | |
| "integrity": "sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==", | |
| "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.11", | |
| "picocolors": "^1.1.1", | |
| "source-map-js": "^1.2.1" | |
| }, | |
| "engines": { | |
| "node": "^10 || ^12 || >=14" | |
| } | |
| }, | |
| "node_modules/prelude-ls": { | |
| "version": "1.2.1", | |
| "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", | |
| "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.8.0" | |
| } | |
| }, | |
| "node_modules/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.5", | |
| "resolved": "https://registry.npmjs.org/react/-/react-19.2.5.tgz", | |
| "integrity": "sha512-llUJLzz1zTUBrskt2pwZgLq59AemifIftw4aB7JxOqf1HY2FDaGDxgwpAPVzHU1kdWabH7FauP4i1oEeer2WCA==", | |
| "license": "MIT", | |
| "peer": true, | |
| "engines": { | |
| "node": ">=0.10.0" | |
| } | |
| }, | |
| "node_modules/react-dom": { | |
| "version": "19.2.5", | |
| "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.5.tgz", | |
| "integrity": "sha512-J5bAZz+DXMMwW/wV3xzKke59Af6CHY7G4uYLN1OvBcKEsWOs4pQExj86BBKamxl/Ik5bx9whOrvBlSDfWzgSag==", | |
| "license": "MIT", | |
| "peer": true, | |
| "dependencies": { | |
| "scheduler": "^0.27.0" | |
| }, | |
| "peerDependencies": { | |
| "react": "^19.2.5" | |
| } | |
| }, | |
| "node_modules/react-is": { | |
| "version": "19.2.5", | |
| "resolved": "https://registry.npmjs.org/react-is/-/react-is-19.2.5.tgz", | |
| "integrity": "sha512-Dn0t8IQhCmeIT3wu+Apm1/YVsJXsGWi6k4sPdnBIdqMVtHtv0IGi6dcpNpNkNac0zB2uUAqNX3MHzN8c+z2rwQ==", | |
| "license": "MIT", | |
| "peer": true | |
| }, | |
| "node_modules/react-redux": { | |
| "version": "9.2.0", | |
| "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-9.2.0.tgz", | |
| "integrity": "sha512-ROY9fvHhwOD9ySfrF0wmvu//bKCQ6AeZZq1nJNtbDC+kk5DuSuNX/n6YWYF/SYy7bSba4D4FSz8DJeKY/S/r+g==", | |
| "license": "MIT", | |
| "peer": true, | |
| "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.8.1", | |
| "resolved": "https://registry.npmjs.org/recharts/-/recharts-3.8.1.tgz", | |
| "integrity": "sha512-mwzmO1s9sFL0TduUpwndxCUNoXsBw3u3E/0+A+cLcrSfQitSG62L32N69GhqUrrT5qKcAE3pCGVINC6pqkBBQg==", | |
| "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": "^10.1.1", | |
| "react-redux": "8.x.x || 9.x.x", | |
| "reselect": "5.1.1", | |
| "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/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", | |
| "peer": true | |
| }, | |
| "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/reselect": { | |
| "version": "5.1.1", | |
| "resolved": "https://registry.npmjs.org/reselect/-/reselect-5.1.1.tgz", | |
| "integrity": "sha512-K/BG6eIky/SBpzfHZv/dd+9JBFiS4SWV7FIujVyJRux6e45+73RaUHXLmIR1f7WOMaQ0U1km6qwklRQxpJJY0w==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/resolve-from": { | |
| "version": "4.0.0", | |
| "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", | |
| "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=4" | |
| } | |
| }, | |
| "node_modules/rolldown": { | |
| "version": "1.0.0-rc.16", | |
| "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.0-rc.16.tgz", | |
| "integrity": "sha512-rzi5WqKzEZw3SooTt7cgm4eqIoujPIyGcJNGFL7iPEuajQw7vxMHUkXylu4/vhCkJGXsgRmxqMKXUpT6FEgl0g==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@oxc-project/types": "=0.126.0", | |
| "@rolldown/pluginutils": "1.0.0-rc.16" | |
| }, | |
| "bin": { | |
| "rolldown": "bin/cli.mjs" | |
| }, | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| }, | |
| "optionalDependencies": { | |
| "@rolldown/binding-android-arm64": "1.0.0-rc.16", | |
| "@rolldown/binding-darwin-arm64": "1.0.0-rc.16", | |
| "@rolldown/binding-darwin-x64": "1.0.0-rc.16", | |
| "@rolldown/binding-freebsd-x64": "1.0.0-rc.16", | |
| "@rolldown/binding-linux-arm-gnueabihf": "1.0.0-rc.16", | |
| "@rolldown/binding-linux-arm64-gnu": "1.0.0-rc.16", | |
| "@rolldown/binding-linux-arm64-musl": "1.0.0-rc.16", | |
| "@rolldown/binding-linux-ppc64-gnu": "1.0.0-rc.16", | |
| "@rolldown/binding-linux-s390x-gnu": "1.0.0-rc.16", | |
| "@rolldown/binding-linux-x64-gnu": "1.0.0-rc.16", | |
| "@rolldown/binding-linux-x64-musl": "1.0.0-rc.16", | |
| "@rolldown/binding-openharmony-arm64": "1.0.0-rc.16", | |
| "@rolldown/binding-wasm32-wasi": "1.0.0-rc.16", | |
| "@rolldown/binding-win32-arm64-msvc": "1.0.0-rc.16", | |
| "@rolldown/binding-win32-x64-msvc": "1.0.0-rc.16" | |
| } | |
| }, | |
| "node_modules/rolldown/node_modules/@rolldown/pluginutils": { | |
| "version": "1.0.0-rc.16", | |
| "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.16.tgz", | |
| "integrity": "sha512-45+YtqxLYKDWQouLKCrpIZhke+nXxhsw+qAHVzHDVwttyBlHNBVs2K25rDXrZzhpTp9w1FlAlvweV1H++fdZoA==", | |
| "license": "MIT" | |
| }, | |
| "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/semver": { | |
| "version": "6.3.1", | |
| "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", | |
| "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", | |
| "dev": true, | |
| "license": "ISC", | |
| "bin": { | |
| "semver": "bin/semver.js" | |
| } | |
| }, | |
| "node_modules/shebang-command": { | |
| "version": "2.0.0", | |
| "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", | |
| "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "shebang-regex": "^3.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/shebang-regex": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", | |
| "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/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/state-local": { | |
| "version": "1.0.7", | |
| "resolved": "https://registry.npmjs.org/state-local/-/state-local-1.0.7.tgz", | |
| "integrity": "sha512-HTEHMNieakEnoe33shBYcZ7NX83ACUjCu8c40iOGEZsngj9zRnkqS9j1pqQPXwobB0ZcVTk27REb7COQ0UR59w==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/strip-json-comments": { | |
| "version": "3.1.1", | |
| "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", | |
| "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=8" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/sindresorhus" | |
| } | |
| }, | |
| "node_modules/supports-color": { | |
| "version": "7.2.0", | |
| "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", | |
| "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "has-flag": "^4.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/tailwindcss": { | |
| "version": "4.2.4", | |
| "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.4.tgz", | |
| "integrity": "sha512-HhKppgO81FQof5m6TEnuBWCZGgfRAWbaeOaGT00KOy/Pf/j6oUihdvBpA7ltCeAvZpFhW3j0PTclkxsd4IXYDA==", | |
| "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/tinyglobby": { | |
| "version": "0.2.16", | |
| "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz", | |
| "integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==", | |
| "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/tslib": { | |
| "version": "2.8.1", | |
| "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", | |
| "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", | |
| "license": "0BSD" | |
| }, | |
| "node_modules/type-check": { | |
| "version": "0.4.0", | |
| "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", | |
| "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "prelude-ls": "^1.2.1" | |
| }, | |
| "engines": { | |
| "node": ">= 0.8.0" | |
| } | |
| }, | |
| "node_modules/update-browserslist-db": { | |
| "version": "1.2.3", | |
| "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz", | |
| "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/browserslist" | |
| }, | |
| { | |
| "type": "tidelift", | |
| "url": "https://tidelift.com/funding/github/npm/browserslist" | |
| }, | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/ai" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "escalade": "^3.2.0", | |
| "picocolors": "^1.1.1" | |
| }, | |
| "bin": { | |
| "update-browserslist-db": "cli.js" | |
| }, | |
| "peerDependencies": { | |
| "browserslist": ">= 4.21.0" | |
| } | |
| }, | |
| "node_modules/uri-js": { | |
| "version": "4.4.1", | |
| "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", | |
| "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", | |
| "dev": true, | |
| "license": "BSD-2-Clause", | |
| "dependencies": { | |
| "punycode": "^2.1.0" | |
| } | |
| }, | |
| "node_modules/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.0.9", | |
| "resolved": "https://registry.npmjs.org/vite/-/vite-8.0.9.tgz", | |
| "integrity": "sha512-t7g7GVRpMXjNpa67HaVWI/8BWtdVIQPCL2WoozXXA7LBGEFK4AkkKkHx2hAQf5x1GZSlcmEDPkVLSGahxnEEZw==", | |
| "license": "MIT", | |
| "peer": true, | |
| "dependencies": { | |
| "lightningcss": "^1.32.0", | |
| "picomatch": "^4.0.4", | |
| "postcss": "^8.5.10", | |
| "rolldown": "1.0.0-rc.16", | |
| "tinyglobby": "^0.2.16" | |
| }, | |
| "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.1.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/which": { | |
| "version": "2.0.2", | |
| "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", | |
| "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", | |
| "dev": true, | |
| "license": "ISC", | |
| "dependencies": { | |
| "isexe": "^2.0.0" | |
| }, | |
| "bin": { | |
| "node-which": "bin/node-which" | |
| }, | |
| "engines": { | |
| "node": ">= 8" | |
| } | |
| }, | |
| "node_modules/word-wrap": { | |
| "version": "1.2.5", | |
| "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", | |
| "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=0.10.0" | |
| } | |
| }, | |
| "node_modules/yallist": { | |
| "version": "3.1.1", | |
| "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", | |
| "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", | |
| "dev": true, | |
| "license": "ISC" | |
| }, | |
| "node_modules/yocto-queue": { | |
| "version": "0.1.0", | |
| "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", | |
| "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=10" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/sindresorhus" | |
| } | |
| }, | |
| "node_modules/zod": { | |
| "version": "4.3.6", | |
| "resolved": "https://registry.npmjs.org/zod/-/zod-4.3.6.tgz", | |
| "integrity": "sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "peer": true, | |
| "funding": { | |
| "url": "https://github.com/sponsors/colinhacks" | |
| } | |
| }, | |
| "node_modules/zod-validation-error": { | |
| "version": "4.0.2", | |
| "resolved": "https://registry.npmjs.org/zod-validation-error/-/zod-validation-error-4.0.2.tgz", | |
| "integrity": "sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=18.0.0" | |
| }, | |
| "peerDependencies": { | |
| "zod": "^3.25.0 || ^4.0.0" | |
| } | |
| } | |
| } | |
| } | |