God Agent OS
feat(v11): Complete God Mode upgrade - Theme, Language, Computer Use, Real Backend
bbcfe72 | { | |
| "name": "god-agent-os-ui", | |
| "version": "11.0.0", | |
| "lockfileVersion": 3, | |
| "requires": true, | |
| "packages": { | |
| "": { | |
| "name": "god-agent-os-ui", | |
| "version": "11.0.0", | |
| "dependencies": { | |
| "@radix-ui/react-dialog": "^1.1.15", | |
| "@radix-ui/react-dropdown-menu": "^2.1.16", | |
| "@radix-ui/react-progress": "^1.1.8", | |
| "@radix-ui/react-separator": "^1.1.8", | |
| "@radix-ui/react-slot": "^1.2.4", | |
| "@radix-ui/react-tooltip": "^1.2.8", | |
| "class-variance-authority": "^0.7.1", | |
| "clsx": "^2.1.1", | |
| "date-fns": "^3.6.0", | |
| "framer-motion": "^11.1.9", | |
| "i18next": "^23.11.5", | |
| "lucide-react": "^0.378.0", | |
| "next": "14.2.3", | |
| "react": "^18.3.1", | |
| "react-dom": "^18.3.1", | |
| "react-i18next": "^14.1.2", | |
| "react-is": "^19.2.6", | |
| "react-markdown": "^9.0.1", | |
| "react-syntax-highlighter": "^15.5.0", | |
| "recharts": "^3.8.1", | |
| "rehype-highlight": "^7.0.0", | |
| "remark-gfm": "^4.0.0", | |
| "tailwind-merge": "^2.3.0", | |
| "zustand": "^4.5.2" | |
| }, | |
| "devDependencies": { | |
| "@types/node": "^20", | |
| "@types/react": "^18", | |
| "@types/react-dom": "^18", | |
| "@types/react-syntax-highlighter": "^15.5.13", | |
| "autoprefixer": "^10.0.1", | |
| "postcss": "^8", | |
| "tailwindcss": "^3.4.1", | |
| "typescript": "^5" | |
| } | |
| }, | |
| "node_modules/@alloc/quick-lru": { | |
| "version": "5.2.0", | |
| "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz", | |
| "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=10" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/sindresorhus" | |
| } | |
| }, | |
| "node_modules/@babel/runtime": { | |
| "version": "7.29.2", | |
| "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.2.tgz", | |
| "integrity": "sha512-JiDShH45zKHWyGe4ZNVRrCjBz8Nh9TMmZG1kh4QTK8hCBTWBi8Da+i7s1fJw7/lYpM4ccepSNfqzZ/QvABBi5g==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@floating-ui/core": { | |
| "version": "1.7.5", | |
| "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.5.tgz", | |
| "integrity": "sha512-1Ih4WTWyw0+lKyFMcBHGbb5U5FtuHJuujoyyr5zTaWS5EYMeT6Jb2AuDeftsCsEuchO+mM2ij5+q9crhydzLhQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@floating-ui/utils": "^0.2.11" | |
| } | |
| }, | |
| "node_modules/@floating-ui/dom": { | |
| "version": "1.7.6", | |
| "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.6.tgz", | |
| "integrity": "sha512-9gZSAI5XM36880PPMm//9dfiEngYoC6Am2izES1FF406YFsjvyBMmeJ2g4SAju3xWwtuynNRFL2s9hgxpLI5SQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@floating-ui/core": "^1.7.5", | |
| "@floating-ui/utils": "^0.2.11" | |
| } | |
| }, | |
| "node_modules/@floating-ui/react-dom": { | |
| "version": "2.1.8", | |
| "resolved": "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.1.8.tgz", | |
| "integrity": "sha512-cC52bHwM/n/CxS87FH0yWdngEZrjdtLW/qVruo68qg+prK7ZQ4YGdut2GyDVpoGeAYe/h899rVeOVm6Oi40k2A==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@floating-ui/dom": "^1.7.6" | |
| }, | |
| "peerDependencies": { | |
| "react": ">=16.8.0", | |
| "react-dom": ">=16.8.0" | |
| } | |
| }, | |
| "node_modules/@floating-ui/utils": { | |
| "version": "0.2.11", | |
| "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.11.tgz", | |
| "integrity": "sha512-RiB/yIh78pcIxl6lLMG0CgBXAZ2Y0eVHqMPYugu+9U0AeT6YBeiJpf7lbdJNIugFP5SIjwNRgo4DhR1Qxi26Gg==", | |
| "license": "MIT" | |
| }, | |
| "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==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@jridgewell/sourcemap-codec": "^1.5.0", | |
| "@jridgewell/trace-mapping": "^0.3.24" | |
| } | |
| }, | |
| "node_modules/@jridgewell/resolve-uri": { | |
| "version": "3.1.2", | |
| "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", | |
| "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", | |
| "dev": true, | |
| "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==", | |
| "dev": true, | |
| "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==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@jridgewell/resolve-uri": "^3.1.0", | |
| "@jridgewell/sourcemap-codec": "^1.4.14" | |
| } | |
| }, | |
| "node_modules/@next/env": { | |
| "version": "14.2.3", | |
| "resolved": "https://registry.npmjs.org/@next/env/-/env-14.2.3.tgz", | |
| "integrity": "sha512-W7fd7IbkfmeeY2gXrzJYDx8D2lWKbVoTIj1o1ScPHNzvp30s1AuoEFSdr39bC5sjxJaxTtq3OTCZboNp0lNWHA==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/@next/swc-darwin-arm64": { | |
| "version": "14.2.3", | |
| "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-14.2.3.tgz", | |
| "integrity": "sha512-3pEYo/RaGqPP0YzwnlmPN2puaF2WMLM3apt5jLW2fFdXD9+pqcoTzRk+iZsf8ta7+quAe4Q6Ms0nR0SFGFdS1A==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "darwin" | |
| ], | |
| "engines": { | |
| "node": ">= 10" | |
| } | |
| }, | |
| "node_modules/@next/swc-darwin-x64": { | |
| "version": "14.2.3", | |
| "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-14.2.3.tgz", | |
| "integrity": "sha512-6adp7waE6P1TYFSXpY366xwsOnEXM+y1kgRpjSRVI2CBDOcbRjsJ67Z6EgKIqWIue52d2q/Mx8g9MszARj8IEA==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "darwin" | |
| ], | |
| "engines": { | |
| "node": ">= 10" | |
| } | |
| }, | |
| "node_modules/@next/swc-linux-arm64-gnu": { | |
| "version": "14.2.3", | |
| "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-14.2.3.tgz", | |
| "integrity": "sha512-cuzCE/1G0ZSnTAHJPUT1rPgQx1w5tzSX7POXSLaS7w2nIUJUD+e25QoXD/hMfxbsT9rslEXugWypJMILBj/QsA==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">= 10" | |
| } | |
| }, | |
| "node_modules/@next/swc-linux-arm64-musl": { | |
| "version": "14.2.3", | |
| "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-14.2.3.tgz", | |
| "integrity": "sha512-0D4/oMM2Y9Ta3nGuCcQN8jjJjmDPYpHX9OJzqk42NZGJocU2MqhBq5tWkJrUQOQY9N+In9xOdymzapM09GeiZw==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">= 10" | |
| } | |
| }, | |
| "node_modules/@next/swc-linux-x64-gnu": { | |
| "version": "14.2.3", | |
| "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-14.2.3.tgz", | |
| "integrity": "sha512-ENPiNnBNDInBLyUU5ii8PMQh+4XLr4pG51tOp6aJ9xqFQ2iRI6IH0Ds2yJkAzNV1CfyagcyzPfROMViS2wOZ9w==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">= 10" | |
| } | |
| }, | |
| "node_modules/@next/swc-linux-x64-musl": { | |
| "version": "14.2.3", | |
| "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-14.2.3.tgz", | |
| "integrity": "sha512-BTAbq0LnCbF5MtoM7I/9UeUu/8ZBY0i8SFjUMCbPDOLv+un67e2JgyN4pmgfXBwy/I+RHu8q+k+MCkDN6P9ViQ==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">= 10" | |
| } | |
| }, | |
| "node_modules/@next/swc-win32-arm64-msvc": { | |
| "version": "14.2.3", | |
| "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-14.2.3.tgz", | |
| "integrity": "sha512-AEHIw/dhAMLNFJFJIJIyOFDzrzI5bAjI9J26gbO5xhAKHYTZ9Or04BesFPXiAYXDNdrwTP2dQceYA4dL1geu8A==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "win32" | |
| ], | |
| "engines": { | |
| "node": ">= 10" | |
| } | |
| }, | |
| "node_modules/@next/swc-win32-ia32-msvc": { | |
| "version": "14.2.3", | |
| "resolved": "https://registry.npmjs.org/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-14.2.3.tgz", | |
| "integrity": "sha512-vga40n1q6aYb0CLrM+eEmisfKCR45ixQYXuBXxOOmmoV8sYST9k7E3US32FsY+CkkF7NtzdcebiFT4CHuMSyZw==", | |
| "cpu": [ | |
| "ia32" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "win32" | |
| ], | |
| "engines": { | |
| "node": ">= 10" | |
| } | |
| }, | |
| "node_modules/@next/swc-win32-x64-msvc": { | |
| "version": "14.2.3", | |
| "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-14.2.3.tgz", | |
| "integrity": "sha512-Q1/zm43RWynxrO7lW4ehciQVj+5ePBhOK+/K2P7pLFX3JaJ/IZVC69SHidrmZSOkqz7ECIOhhy7XhAFG4JYyHA==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "win32" | |
| ], | |
| "engines": { | |
| "node": ">= 10" | |
| } | |
| }, | |
| "node_modules/@nodelib/fs.scandir": { | |
| "version": "2.1.5", | |
| "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", | |
| "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@nodelib/fs.stat": "2.0.5", | |
| "run-parallel": "^1.1.9" | |
| }, | |
| "engines": { | |
| "node": ">= 8" | |
| } | |
| }, | |
| "node_modules/@nodelib/fs.stat": { | |
| "version": "2.0.5", | |
| "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", | |
| "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 8" | |
| } | |
| }, | |
| "node_modules/@nodelib/fs.walk": { | |
| "version": "1.2.8", | |
| "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", | |
| "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@nodelib/fs.scandir": "2.1.5", | |
| "fastq": "^1.6.0" | |
| }, | |
| "engines": { | |
| "node": ">= 8" | |
| } | |
| }, | |
| "node_modules/@radix-ui/primitive": { | |
| "version": "1.1.3", | |
| "resolved": "https://registry.npmjs.org/@radix-ui/primitive/-/primitive-1.1.3.tgz", | |
| "integrity": "sha512-JTF99U/6XIjCBo0wqkU5sK10glYe27MRRsfwoiq5zzOEZLHU3A3KCMa5X/azekYRCJ0HlwI0crAXS/5dEHTzDg==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/@radix-ui/react-arrow": { | |
| "version": "1.1.7", | |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-arrow/-/react-arrow-1.1.7.tgz", | |
| "integrity": "sha512-F+M1tLhO+mlQaOWspE8Wstg+z6PwxwRd8oQ8IXceWz92kfAmalTRf0EjrouQeo7QssEPfCn05B4Ihs1K9WQ/7w==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@radix-ui/react-primitive": "2.1.3" | |
| }, | |
| "peerDependencies": { | |
| "@types/react": "*", | |
| "@types/react-dom": "*", | |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", | |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@types/react": { | |
| "optional": true | |
| }, | |
| "@types/react-dom": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/@radix-ui/react-collection": { | |
| "version": "1.1.7", | |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-collection/-/react-collection-1.1.7.tgz", | |
| "integrity": "sha512-Fh9rGN0MoI4ZFUNyfFVNU4y9LUz93u9/0K+yLgA2bwRojxM8JU1DyvvMBabnZPBgMWREAJvU2jjVzq+LrFUglw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@radix-ui/react-compose-refs": "1.1.2", | |
| "@radix-ui/react-context": "1.1.2", | |
| "@radix-ui/react-primitive": "2.1.3", | |
| "@radix-ui/react-slot": "1.2.3" | |
| }, | |
| "peerDependencies": { | |
| "@types/react": "*", | |
| "@types/react-dom": "*", | |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", | |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@types/react": { | |
| "optional": true | |
| }, | |
| "@types/react-dom": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/@radix-ui/react-collection/node_modules/@radix-ui/react-slot": { | |
| "version": "1.2.3", | |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.2.3.tgz", | |
| "integrity": "sha512-aeNmHnBxbi2St0au6VBVC7JXFlhLlOnvIIlePNniyUNAClzmtAUEY8/pBiK3iHjufOlwA+c20/8jngo7xcrg8A==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@radix-ui/react-compose-refs": "1.1.2" | |
| }, | |
| "peerDependencies": { | |
| "@types/react": "*", | |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@types/react": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/@radix-ui/react-compose-refs": { | |
| "version": "1.1.2", | |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.2.tgz", | |
| "integrity": "sha512-z4eqJvfiNnFMHIIvXP3CY57y2WJs5g2v3X0zm9mEJkrkNv4rDxu+sg9Jh8EkXyeqBkB7SOcboo9dMVqhyrACIg==", | |
| "license": "MIT", | |
| "peerDependencies": { | |
| "@types/react": "*", | |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@types/react": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/@radix-ui/react-context": { | |
| "version": "1.1.2", | |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-1.1.2.tgz", | |
| "integrity": "sha512-jCi/QKUM2r1Ju5a3J64TH2A5SpKAgh0LpknyqdQ4m6DCV0xJ2HG1xARRwNGPQfi1SLdLWZ1OJz6F4OMBBNiGJA==", | |
| "license": "MIT", | |
| "peerDependencies": { | |
| "@types/react": "*", | |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@types/react": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/@radix-ui/react-dialog": { | |
| "version": "1.1.15", | |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-dialog/-/react-dialog-1.1.15.tgz", | |
| "integrity": "sha512-TCglVRtzlffRNxRMEyR36DGBLJpeusFcgMVD9PZEzAKnUs1lKCgX5u9BmC2Yg+LL9MgZDugFFs1Vl+Jp4t/PGw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@radix-ui/primitive": "1.1.3", | |
| "@radix-ui/react-compose-refs": "1.1.2", | |
| "@radix-ui/react-context": "1.1.2", | |
| "@radix-ui/react-dismissable-layer": "1.1.11", | |
| "@radix-ui/react-focus-guards": "1.1.3", | |
| "@radix-ui/react-focus-scope": "1.1.7", | |
| "@radix-ui/react-id": "1.1.1", | |
| "@radix-ui/react-portal": "1.1.9", | |
| "@radix-ui/react-presence": "1.1.5", | |
| "@radix-ui/react-primitive": "2.1.3", | |
| "@radix-ui/react-slot": "1.2.3", | |
| "@radix-ui/react-use-controllable-state": "1.2.2", | |
| "aria-hidden": "^1.2.4", | |
| "react-remove-scroll": "^2.6.3" | |
| }, | |
| "peerDependencies": { | |
| "@types/react": "*", | |
| "@types/react-dom": "*", | |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", | |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@types/react": { | |
| "optional": true | |
| }, | |
| "@types/react-dom": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-slot": { | |
| "version": "1.2.3", | |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.2.3.tgz", | |
| "integrity": "sha512-aeNmHnBxbi2St0au6VBVC7JXFlhLlOnvIIlePNniyUNAClzmtAUEY8/pBiK3iHjufOlwA+c20/8jngo7xcrg8A==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@radix-ui/react-compose-refs": "1.1.2" | |
| }, | |
| "peerDependencies": { | |
| "@types/react": "*", | |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@types/react": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/@radix-ui/react-direction": { | |
| "version": "1.1.1", | |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-direction/-/react-direction-1.1.1.tgz", | |
| "integrity": "sha512-1UEWRX6jnOA2y4H5WczZ44gOOjTEmlqv1uNW4GAJEO5+bauCBhv8snY65Iw5/VOS/ghKN9gr2KjnLKxrsvoMVw==", | |
| "license": "MIT", | |
| "peerDependencies": { | |
| "@types/react": "*", | |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@types/react": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/@radix-ui/react-dismissable-layer": { | |
| "version": "1.1.11", | |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-dismissable-layer/-/react-dismissable-layer-1.1.11.tgz", | |
| "integrity": "sha512-Nqcp+t5cTB8BinFkZgXiMJniQH0PsUt2k51FUhbdfeKvc4ACcG2uQniY/8+h1Yv6Kza4Q7lD7PQV0z0oicE0Mg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@radix-ui/primitive": "1.1.3", | |
| "@radix-ui/react-compose-refs": "1.1.2", | |
| "@radix-ui/react-primitive": "2.1.3", | |
| "@radix-ui/react-use-callback-ref": "1.1.1", | |
| "@radix-ui/react-use-escape-keydown": "1.1.1" | |
| }, | |
| "peerDependencies": { | |
| "@types/react": "*", | |
| "@types/react-dom": "*", | |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", | |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@types/react": { | |
| "optional": true | |
| }, | |
| "@types/react-dom": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/@radix-ui/react-dropdown-menu": { | |
| "version": "2.1.16", | |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-dropdown-menu/-/react-dropdown-menu-2.1.16.tgz", | |
| "integrity": "sha512-1PLGQEynI/3OX/ftV54COn+3Sud/Mn8vALg2rWnBLnRaGtJDduNW/22XjlGgPdpcIbiQxjKtb7BkcjP00nqfJw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@radix-ui/primitive": "1.1.3", | |
| "@radix-ui/react-compose-refs": "1.1.2", | |
| "@radix-ui/react-context": "1.1.2", | |
| "@radix-ui/react-id": "1.1.1", | |
| "@radix-ui/react-menu": "2.1.16", | |
| "@radix-ui/react-primitive": "2.1.3", | |
| "@radix-ui/react-use-controllable-state": "1.2.2" | |
| }, | |
| "peerDependencies": { | |
| "@types/react": "*", | |
| "@types/react-dom": "*", | |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", | |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@types/react": { | |
| "optional": true | |
| }, | |
| "@types/react-dom": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/@radix-ui/react-focus-guards": { | |
| "version": "1.1.3", | |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-guards/-/react-focus-guards-1.1.3.tgz", | |
| "integrity": "sha512-0rFg/Rj2Q62NCm62jZw0QX7a3sz6QCQU0LpZdNrJX8byRGaGVTqbrW9jAoIAHyMQqsNpeZ81YgSizOt5WXq0Pw==", | |
| "license": "MIT", | |
| "peerDependencies": { | |
| "@types/react": "*", | |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@types/react": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/@radix-ui/react-focus-scope": { | |
| "version": "1.1.7", | |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-scope/-/react-focus-scope-1.1.7.tgz", | |
| "integrity": "sha512-t2ODlkXBQyn7jkl6TNaw/MtVEVvIGelJDCG41Okq/KwUsJBwQ4XVZsHAVUkK4mBv3ewiAS3PGuUWuY2BoK4ZUw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@radix-ui/react-compose-refs": "1.1.2", | |
| "@radix-ui/react-primitive": "2.1.3", | |
| "@radix-ui/react-use-callback-ref": "1.1.1" | |
| }, | |
| "peerDependencies": { | |
| "@types/react": "*", | |
| "@types/react-dom": "*", | |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", | |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@types/react": { | |
| "optional": true | |
| }, | |
| "@types/react-dom": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/@radix-ui/react-id": { | |
| "version": "1.1.1", | |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-id/-/react-id-1.1.1.tgz", | |
| "integrity": "sha512-kGkGegYIdQsOb4XjsfM97rXsiHaBwco+hFI66oO4s9LU+PLAC5oJ7khdOVFxkhsmlbpUqDAvXw11CluXP+jkHg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@radix-ui/react-use-layout-effect": "1.1.1" | |
| }, | |
| "peerDependencies": { | |
| "@types/react": "*", | |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@types/react": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/@radix-ui/react-menu": { | |
| "version": "2.1.16", | |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-menu/-/react-menu-2.1.16.tgz", | |
| "integrity": "sha512-72F2T+PLlphrqLcAotYPp0uJMr5SjP5SL01wfEspJbru5Zs5vQaSHb4VB3ZMJPimgHHCHG7gMOeOB9H3Hdmtxg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@radix-ui/primitive": "1.1.3", | |
| "@radix-ui/react-collection": "1.1.7", | |
| "@radix-ui/react-compose-refs": "1.1.2", | |
| "@radix-ui/react-context": "1.1.2", | |
| "@radix-ui/react-direction": "1.1.1", | |
| "@radix-ui/react-dismissable-layer": "1.1.11", | |
| "@radix-ui/react-focus-guards": "1.1.3", | |
| "@radix-ui/react-focus-scope": "1.1.7", | |
| "@radix-ui/react-id": "1.1.1", | |
| "@radix-ui/react-popper": "1.2.8", | |
| "@radix-ui/react-portal": "1.1.9", | |
| "@radix-ui/react-presence": "1.1.5", | |
| "@radix-ui/react-primitive": "2.1.3", | |
| "@radix-ui/react-roving-focus": "1.1.11", | |
| "@radix-ui/react-slot": "1.2.3", | |
| "@radix-ui/react-use-callback-ref": "1.1.1", | |
| "aria-hidden": "^1.2.4", | |
| "react-remove-scroll": "^2.6.3" | |
| }, | |
| "peerDependencies": { | |
| "@types/react": "*", | |
| "@types/react-dom": "*", | |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", | |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@types/react": { | |
| "optional": true | |
| }, | |
| "@types/react-dom": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/@radix-ui/react-menu/node_modules/@radix-ui/react-slot": { | |
| "version": "1.2.3", | |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.2.3.tgz", | |
| "integrity": "sha512-aeNmHnBxbi2St0au6VBVC7JXFlhLlOnvIIlePNniyUNAClzmtAUEY8/pBiK3iHjufOlwA+c20/8jngo7xcrg8A==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@radix-ui/react-compose-refs": "1.1.2" | |
| }, | |
| "peerDependencies": { | |
| "@types/react": "*", | |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@types/react": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/@radix-ui/react-popper": { | |
| "version": "1.2.8", | |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-popper/-/react-popper-1.2.8.tgz", | |
| "integrity": "sha512-0NJQ4LFFUuWkE7Oxf0htBKS6zLkkjBH+hM1uk7Ng705ReR8m/uelduy1DBo0PyBXPKVnBA6YBlU94MBGXrSBCw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@floating-ui/react-dom": "^2.0.0", | |
| "@radix-ui/react-arrow": "1.1.7", | |
| "@radix-ui/react-compose-refs": "1.1.2", | |
| "@radix-ui/react-context": "1.1.2", | |
| "@radix-ui/react-primitive": "2.1.3", | |
| "@radix-ui/react-use-callback-ref": "1.1.1", | |
| "@radix-ui/react-use-layout-effect": "1.1.1", | |
| "@radix-ui/react-use-rect": "1.1.1", | |
| "@radix-ui/react-use-size": "1.1.1", | |
| "@radix-ui/rect": "1.1.1" | |
| }, | |
| "peerDependencies": { | |
| "@types/react": "*", | |
| "@types/react-dom": "*", | |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", | |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@types/react": { | |
| "optional": true | |
| }, | |
| "@types/react-dom": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/@radix-ui/react-portal": { | |
| "version": "1.1.9", | |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-portal/-/react-portal-1.1.9.tgz", | |
| "integrity": "sha512-bpIxvq03if6UNwXZ+HTK71JLh4APvnXntDc6XOX8UVq4XQOVl7lwok0AvIl+b8zgCw3fSaVTZMpAPPagXbKmHQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@radix-ui/react-primitive": "2.1.3", | |
| "@radix-ui/react-use-layout-effect": "1.1.1" | |
| }, | |
| "peerDependencies": { | |
| "@types/react": "*", | |
| "@types/react-dom": "*", | |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", | |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@types/react": { | |
| "optional": true | |
| }, | |
| "@types/react-dom": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/@radix-ui/react-presence": { | |
| "version": "1.1.5", | |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-presence/-/react-presence-1.1.5.tgz", | |
| "integrity": "sha512-/jfEwNDdQVBCNvjkGit4h6pMOzq8bHkopq458dPt2lMjx+eBQUohZNG9A7DtO/O5ukSbxuaNGXMjHicgwy6rQQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@radix-ui/react-compose-refs": "1.1.2", | |
| "@radix-ui/react-use-layout-effect": "1.1.1" | |
| }, | |
| "peerDependencies": { | |
| "@types/react": "*", | |
| "@types/react-dom": "*", | |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", | |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@types/react": { | |
| "optional": true | |
| }, | |
| "@types/react-dom": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/@radix-ui/react-primitive": { | |
| "version": "2.1.3", | |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-2.1.3.tgz", | |
| "integrity": "sha512-m9gTwRkhy2lvCPe6QJp4d3G1TYEUHn/FzJUtq9MjH46an1wJU+GdoGC5VLof8RX8Ft/DlpshApkhswDLZzHIcQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@radix-ui/react-slot": "1.2.3" | |
| }, | |
| "peerDependencies": { | |
| "@types/react": "*", | |
| "@types/react-dom": "*", | |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", | |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@types/react": { | |
| "optional": true | |
| }, | |
| "@types/react-dom": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/@radix-ui/react-primitive/node_modules/@radix-ui/react-slot": { | |
| "version": "1.2.3", | |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.2.3.tgz", | |
| "integrity": "sha512-aeNmHnBxbi2St0au6VBVC7JXFlhLlOnvIIlePNniyUNAClzmtAUEY8/pBiK3iHjufOlwA+c20/8jngo7xcrg8A==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@radix-ui/react-compose-refs": "1.1.2" | |
| }, | |
| "peerDependencies": { | |
| "@types/react": "*", | |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@types/react": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/@radix-ui/react-progress": { | |
| "version": "1.1.8", | |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-progress/-/react-progress-1.1.8.tgz", | |
| "integrity": "sha512-+gISHcSPUJ7ktBy9RnTqbdKW78bcGke3t6taawyZ71pio1JewwGSJizycs7rLhGTvMJYCQB1DBK4KQsxs7U8dA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@radix-ui/react-context": "1.1.3", | |
| "@radix-ui/react-primitive": "2.1.4" | |
| }, | |
| "peerDependencies": { | |
| "@types/react": "*", | |
| "@types/react-dom": "*", | |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", | |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@types/react": { | |
| "optional": true | |
| }, | |
| "@types/react-dom": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/@radix-ui/react-progress/node_modules/@radix-ui/react-context": { | |
| "version": "1.1.3", | |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-1.1.3.tgz", | |
| "integrity": "sha512-ieIFACdMpYfMEjF0rEf5KLvfVyIkOz6PDGyNnP+u+4xQ6jny3VCgA4OgXOwNx2aUkxn8zx9fiVcM8CfFYv9Lxw==", | |
| "license": "MIT", | |
| "peerDependencies": { | |
| "@types/react": "*", | |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@types/react": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/@radix-ui/react-progress/node_modules/@radix-ui/react-primitive": { | |
| "version": "2.1.4", | |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-2.1.4.tgz", | |
| "integrity": "sha512-9hQc4+GNVtJAIEPEqlYqW5RiYdrr8ea5XQ0ZOnD6fgru+83kqT15mq2OCcbe8KnjRZl5vF3ks69AKz3kh1jrhg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@radix-ui/react-slot": "1.2.4" | |
| }, | |
| "peerDependencies": { | |
| "@types/react": "*", | |
| "@types/react-dom": "*", | |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", | |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@types/react": { | |
| "optional": true | |
| }, | |
| "@types/react-dom": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/@radix-ui/react-roving-focus": { | |
| "version": "1.1.11", | |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-roving-focus/-/react-roving-focus-1.1.11.tgz", | |
| "integrity": "sha512-7A6S9jSgm/S+7MdtNDSb+IU859vQqJ/QAtcYQcfFC6W8RS4IxIZDldLR0xqCFZ6DCyrQLjLPsxtTNch5jVA4lA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@radix-ui/primitive": "1.1.3", | |
| "@radix-ui/react-collection": "1.1.7", | |
| "@radix-ui/react-compose-refs": "1.1.2", | |
| "@radix-ui/react-context": "1.1.2", | |
| "@radix-ui/react-direction": "1.1.1", | |
| "@radix-ui/react-id": "1.1.1", | |
| "@radix-ui/react-primitive": "2.1.3", | |
| "@radix-ui/react-use-callback-ref": "1.1.1", | |
| "@radix-ui/react-use-controllable-state": "1.2.2" | |
| }, | |
| "peerDependencies": { | |
| "@types/react": "*", | |
| "@types/react-dom": "*", | |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", | |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@types/react": { | |
| "optional": true | |
| }, | |
| "@types/react-dom": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/@radix-ui/react-separator": { | |
| "version": "1.1.8", | |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-separator/-/react-separator-1.1.8.tgz", | |
| "integrity": "sha512-sDvqVY4itsKwwSMEe0jtKgfTh+72Sy3gPmQpjqcQneqQ4PFmr/1I0YA+2/puilhggCe2gJcx5EBAYFkWkdpa5g==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@radix-ui/react-primitive": "2.1.4" | |
| }, | |
| "peerDependencies": { | |
| "@types/react": "*", | |
| "@types/react-dom": "*", | |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", | |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@types/react": { | |
| "optional": true | |
| }, | |
| "@types/react-dom": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/@radix-ui/react-separator/node_modules/@radix-ui/react-primitive": { | |
| "version": "2.1.4", | |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-2.1.4.tgz", | |
| "integrity": "sha512-9hQc4+GNVtJAIEPEqlYqW5RiYdrr8ea5XQ0ZOnD6fgru+83kqT15mq2OCcbe8KnjRZl5vF3ks69AKz3kh1jrhg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@radix-ui/react-slot": "1.2.4" | |
| }, | |
| "peerDependencies": { | |
| "@types/react": "*", | |
| "@types/react-dom": "*", | |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", | |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@types/react": { | |
| "optional": true | |
| }, | |
| "@types/react-dom": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/@radix-ui/react-slot": { | |
| "version": "1.2.4", | |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.2.4.tgz", | |
| "integrity": "sha512-Jl+bCv8HxKnlTLVrcDE8zTMJ09R9/ukw4qBs/oZClOfoQk/cOTbDn+NceXfV7j09YPVQUryJPHurafcSg6EVKA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@radix-ui/react-compose-refs": "1.1.2" | |
| }, | |
| "peerDependencies": { | |
| "@types/react": "*", | |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@types/react": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/@radix-ui/react-tooltip": { | |
| "version": "1.2.8", | |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-tooltip/-/react-tooltip-1.2.8.tgz", | |
| "integrity": "sha512-tY7sVt1yL9ozIxvmbtN5qtmH2krXcBCfjEiCgKGLqunJHvgvZG2Pcl2oQ3kbcZARb1BGEHdkLzcYGO8ynVlieg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@radix-ui/primitive": "1.1.3", | |
| "@radix-ui/react-compose-refs": "1.1.2", | |
| "@radix-ui/react-context": "1.1.2", | |
| "@radix-ui/react-dismissable-layer": "1.1.11", | |
| "@radix-ui/react-id": "1.1.1", | |
| "@radix-ui/react-popper": "1.2.8", | |
| "@radix-ui/react-portal": "1.1.9", | |
| "@radix-ui/react-presence": "1.1.5", | |
| "@radix-ui/react-primitive": "2.1.3", | |
| "@radix-ui/react-slot": "1.2.3", | |
| "@radix-ui/react-use-controllable-state": "1.2.2", | |
| "@radix-ui/react-visually-hidden": "1.2.3" | |
| }, | |
| "peerDependencies": { | |
| "@types/react": "*", | |
| "@types/react-dom": "*", | |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", | |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@types/react": { | |
| "optional": true | |
| }, | |
| "@types/react-dom": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/@radix-ui/react-tooltip/node_modules/@radix-ui/react-slot": { | |
| "version": "1.2.3", | |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.2.3.tgz", | |
| "integrity": "sha512-aeNmHnBxbi2St0au6VBVC7JXFlhLlOnvIIlePNniyUNAClzmtAUEY8/pBiK3iHjufOlwA+c20/8jngo7xcrg8A==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@radix-ui/react-compose-refs": "1.1.2" | |
| }, | |
| "peerDependencies": { | |
| "@types/react": "*", | |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@types/react": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/@radix-ui/react-use-callback-ref": { | |
| "version": "1.1.1", | |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.1.1.tgz", | |
| "integrity": "sha512-FkBMwD+qbGQeMu1cOHnuGB6x4yzPjho8ap5WtbEJ26umhgqVXbhekKUQO+hZEL1vU92a3wHwdp0HAcqAUF5iDg==", | |
| "license": "MIT", | |
| "peerDependencies": { | |
| "@types/react": "*", | |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@types/react": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/@radix-ui/react-use-controllable-state": { | |
| "version": "1.2.2", | |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-use-controllable-state/-/react-use-controllable-state-1.2.2.tgz", | |
| "integrity": "sha512-BjasUjixPFdS+NKkypcyyN5Pmg83Olst0+c6vGov0diwTEo6mgdqVR6hxcEgFuh4QrAs7Rc+9KuGJ9TVCj0Zzg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@radix-ui/react-use-effect-event": "0.0.2", | |
| "@radix-ui/react-use-layout-effect": "1.1.1" | |
| }, | |
| "peerDependencies": { | |
| "@types/react": "*", | |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@types/react": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/@radix-ui/react-use-effect-event": { | |
| "version": "0.0.2", | |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-use-effect-event/-/react-use-effect-event-0.0.2.tgz", | |
| "integrity": "sha512-Qp8WbZOBe+blgpuUT+lw2xheLP8q0oatc9UpmiemEICxGvFLYmHm9QowVZGHtJlGbS6A6yJ3iViad/2cVjnOiA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@radix-ui/react-use-layout-effect": "1.1.1" | |
| }, | |
| "peerDependencies": { | |
| "@types/react": "*", | |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@types/react": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/@radix-ui/react-use-escape-keydown": { | |
| "version": "1.1.1", | |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-use-escape-keydown/-/react-use-escape-keydown-1.1.1.tgz", | |
| "integrity": "sha512-Il0+boE7w/XebUHyBjroE+DbByORGR9KKmITzbR7MyQ4akpORYP/ZmbhAr0DG7RmmBqoOnZdy2QlvajJ2QA59g==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@radix-ui/react-use-callback-ref": "1.1.1" | |
| }, | |
| "peerDependencies": { | |
| "@types/react": "*", | |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@types/react": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/@radix-ui/react-use-layout-effect": { | |
| "version": "1.1.1", | |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.1.1.tgz", | |
| "integrity": "sha512-RbJRS4UWQFkzHTTwVymMTUv8EqYhOp8dOOviLj2ugtTiXRaRQS7GLGxZTLL1jWhMeoSCf5zmcZkqTl9IiYfXcQ==", | |
| "license": "MIT", | |
| "peerDependencies": { | |
| "@types/react": "*", | |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@types/react": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/@radix-ui/react-use-rect": { | |
| "version": "1.1.1", | |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-use-rect/-/react-use-rect-1.1.1.tgz", | |
| "integrity": "sha512-QTYuDesS0VtuHNNvMh+CjlKJ4LJickCMUAqjlE3+j8w+RlRpwyX3apEQKGFzbZGdo7XNG1tXa+bQqIE7HIXT2w==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@radix-ui/rect": "1.1.1" | |
| }, | |
| "peerDependencies": { | |
| "@types/react": "*", | |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@types/react": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/@radix-ui/react-use-size": { | |
| "version": "1.1.1", | |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-use-size/-/react-use-size-1.1.1.tgz", | |
| "integrity": "sha512-ewrXRDTAqAXlkl6t/fkXWNAhFX9I+CkKlw6zjEwk86RSPKwZr3xpBRso655aqYafwtnbpHLj6toFzmd6xdVptQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@radix-ui/react-use-layout-effect": "1.1.1" | |
| }, | |
| "peerDependencies": { | |
| "@types/react": "*", | |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@types/react": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/@radix-ui/react-visually-hidden": { | |
| "version": "1.2.3", | |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-visually-hidden/-/react-visually-hidden-1.2.3.tgz", | |
| "integrity": "sha512-pzJq12tEaaIhqjbzpCuv/OypJY/BPavOofm+dbab+MHLajy277+1lLm6JFcGgF5eskJ6mquGirhXY2GD/8u8Ug==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@radix-ui/react-primitive": "2.1.3" | |
| }, | |
| "peerDependencies": { | |
| "@types/react": "*", | |
| "@types/react-dom": "*", | |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", | |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@types/react": { | |
| "optional": true | |
| }, | |
| "@types/react-dom": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/@radix-ui/rect": { | |
| "version": "1.1.1", | |
| "resolved": "https://registry.npmjs.org/@radix-ui/rect/-/rect-1.1.1.tgz", | |
| "integrity": "sha512-HPwpGIzkl28mWyZqG52jiqDJ12waP11Pa1lGoiyUkIEuMLBP0oeK/C89esbXrxsky5we7dfd8U58nm0SgAWpVw==", | |
| "license": "MIT" | |
| }, | |
| "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.8", | |
| "resolved": "https://registry.npmjs.org/immer/-/immer-11.1.8.tgz", | |
| "integrity": "sha512-/tbkHMW7y10Lx6i1crLjD4/OhNkRG+Fo7byZHtah0547nIeXYcpIXaUh0IAQY6gO5459qpGGYapcEOHtFXkIuA==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/immer" | |
| } | |
| }, | |
| "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/@swc/counter": { | |
| "version": "0.1.3", | |
| "resolved": "https://registry.npmjs.org/@swc/counter/-/counter-0.1.3.tgz", | |
| "integrity": "sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==", | |
| "license": "Apache-2.0" | |
| }, | |
| "node_modules/@swc/helpers": { | |
| "version": "0.5.5", | |
| "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.5.tgz", | |
| "integrity": "sha512-KGYxvIOXcceOAbEk4bi/dVLEK9z8sZ0uBB3Il5b1rhfClSpcX0yfRO0KmTkqR2cnQDymwLB+25ZyMzICg/cm/A==", | |
| "license": "Apache-2.0", | |
| "dependencies": { | |
| "@swc/counter": "^0.1.3", | |
| "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/debug": { | |
| "version": "4.1.13", | |
| "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.13.tgz", | |
| "integrity": "sha512-KSVgmQmzMwPlmtljOomayoR89W4FynCAi3E8PPs7vmDVPe84hT+vGPKkJfThkmXs0x0jAaa9U8uW8bbfyS2fWw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/ms": "*" | |
| } | |
| }, | |
| "node_modules/@types/estree": { | |
| "version": "1.0.9", | |
| "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz", | |
| "integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/@types/estree-jsx": { | |
| "version": "1.0.5", | |
| "resolved": "https://registry.npmjs.org/@types/estree-jsx/-/estree-jsx-1.0.5.tgz", | |
| "integrity": "sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/estree": "*" | |
| } | |
| }, | |
| "node_modules/@types/hast": { | |
| "version": "3.0.4", | |
| "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", | |
| "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "*" | |
| } | |
| }, | |
| "node_modules/@types/mdast": { | |
| "version": "4.0.4", | |
| "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz", | |
| "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "*" | |
| } | |
| }, | |
| "node_modules/@types/ms": { | |
| "version": "2.1.0", | |
| "resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz", | |
| "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/@types/node": { | |
| "version": "20.19.41", | |
| "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.41.tgz", | |
| "integrity": "sha512-ECymXOukMnOoVkC2bb1Vc/w/836DXncOg5m8Xj1RH7xSHZJWNYY6Zh7EH477vcnD5egKNNfy2RpNOmuChhFPgQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "undici-types": "~6.21.0" | |
| } | |
| }, | |
| "node_modules/@types/prop-types": { | |
| "version": "15.7.15", | |
| "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.15.tgz", | |
| "integrity": "sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/@types/react": { | |
| "version": "18.3.28", | |
| "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.28.tgz", | |
| "integrity": "sha512-z9VXpC7MWrhfWipitjNdgCauoMLRdIILQsAEV+ZesIzBq/oUlxk0m3ApZuMFCXdnS4U7KrI+l3WRUEGQ8K1QKw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/prop-types": "*", | |
| "csstype": "^3.2.2" | |
| } | |
| }, | |
| "node_modules/@types/react-dom": { | |
| "version": "18.3.7", | |
| "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.7.tgz", | |
| "integrity": "sha512-MEe3UeoENYVFXzoXEWsvcpg6ZvlrFNlOQ7EOsvhI3CfAXwzPfO8Qwuxd40nepsYKqyyVQnTdEfv68q91yLcKrQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "peerDependencies": { | |
| "@types/react": "^18.0.0" | |
| } | |
| }, | |
| "node_modules/@types/react-syntax-highlighter": { | |
| "version": "15.5.13", | |
| "resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-15.5.13.tgz", | |
| "integrity": "sha512-uLGJ87j6Sz8UaBAooU0T6lWJ0dBmjZgN1PZTrj05TNql2/XpC6+4HhMT5syIdFUUt+FASfCeLLv4kBygNU+8qA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/react": "*" | |
| } | |
| }, | |
| "node_modules/@types/unist": { | |
| "version": "3.0.3", | |
| "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", | |
| "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", | |
| "license": "MIT" | |
| }, | |
| "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/@ungap/structured-clone": { | |
| "version": "1.3.1", | |
| "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.1.tgz", | |
| "integrity": "sha512-mUFwbeTqrVgDQxFveS+df2yfap6iuP20NAKAsBt5jDEoOTDew+zwLAOilHCeQJOVSvmgCX4ogqIrA0mnyr08yQ==", | |
| "license": "ISC" | |
| }, | |
| "node_modules/any-promise": { | |
| "version": "1.3.0", | |
| "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz", | |
| "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/anymatch": { | |
| "version": "3.1.3", | |
| "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", | |
| "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", | |
| "dev": true, | |
| "license": "ISC", | |
| "dependencies": { | |
| "normalize-path": "^3.0.0", | |
| "picomatch": "^2.0.4" | |
| }, | |
| "engines": { | |
| "node": ">= 8" | |
| } | |
| }, | |
| "node_modules/anymatch/node_modules/picomatch": { | |
| "version": "2.3.2", | |
| "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz", | |
| "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=8.6" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/jonschlinkert" | |
| } | |
| }, | |
| "node_modules/arg": { | |
| "version": "5.0.2", | |
| "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", | |
| "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/aria-hidden": { | |
| "version": "1.2.6", | |
| "resolved": "https://registry.npmjs.org/aria-hidden/-/aria-hidden-1.2.6.tgz", | |
| "integrity": "sha512-ik3ZgC9dY/lYVVM++OISsaYDeg1tb0VtP5uL3ouh1koGOaUMDPpbFIei4JkFimWUFPn90sbMNMXQAIVOlnYKJA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "tslib": "^2.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=10" | |
| } | |
| }, | |
| "node_modules/autoprefixer": { | |
| "version": "10.5.0", | |
| "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.5.0.tgz", | |
| "integrity": "sha512-FMhOoZV4+qR6aTUALKX2rEqGG+oyATvwBt9IIzVR5rMa2HRWPkxf+P+PAJLD1I/H5/II+HuZcBJYEFBpq39ong==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/postcss/" | |
| }, | |
| { | |
| "type": "tidelift", | |
| "url": "https://tidelift.com/funding/github/npm/autoprefixer" | |
| }, | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/ai" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "browserslist": "^4.28.2", | |
| "caniuse-lite": "^1.0.30001787", | |
| "fraction.js": "^5.3.4", | |
| "picocolors": "^1.1.1", | |
| "postcss-value-parser": "^4.2.0" | |
| }, | |
| "bin": { | |
| "autoprefixer": "bin/autoprefixer" | |
| }, | |
| "engines": { | |
| "node": "^10 || ^12 || >=14" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.1.0" | |
| } | |
| }, | |
| "node_modules/bail": { | |
| "version": "2.0.2", | |
| "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz", | |
| "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/baseline-browser-mapping": { | |
| "version": "2.10.29", | |
| "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.29.tgz", | |
| "integrity": "sha512-Asa2krT+XTPZINCS+2QcyS8WTkObE77RwkydwF7h6DmnKqbvlalz93m/dnphUyCa6SWSP51VgtEUf2FN+gelFQ==", | |
| "dev": true, | |
| "license": "Apache-2.0", | |
| "bin": { | |
| "baseline-browser-mapping": "dist/cli.cjs" | |
| }, | |
| "engines": { | |
| "node": ">=6.0.0" | |
| } | |
| }, | |
| "node_modules/binary-extensions": { | |
| "version": "2.3.0", | |
| "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", | |
| "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=8" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/sindresorhus" | |
| } | |
| }, | |
| "node_modules/braces": { | |
| "version": "3.0.3", | |
| "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", | |
| "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "fill-range": "^7.1.1" | |
| }, | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "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", | |
| "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/busboy": { | |
| "version": "1.6.0", | |
| "resolved": "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz", | |
| "integrity": "sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==", | |
| "dependencies": { | |
| "streamsearch": "^1.1.0" | |
| }, | |
| "engines": { | |
| "node": ">=10.16.0" | |
| } | |
| }, | |
| "node_modules/camelcase-css": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz", | |
| "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 6" | |
| } | |
| }, | |
| "node_modules/caniuse-lite": { | |
| "version": "1.0.30001792", | |
| "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001792.tgz", | |
| "integrity": "sha512-hVLMUZFgR4JJ6ACt1uEESvQN1/dBVqPAKY0hgrV70eN3391K6juAfTjKZLKvOMsx8PxA7gsY1/tLMMTcfFLLpw==", | |
| "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/ccount": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz", | |
| "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/character-entities": { | |
| "version": "2.0.2", | |
| "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz", | |
| "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/character-entities-html4": { | |
| "version": "2.1.0", | |
| "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz", | |
| "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/character-entities-legacy": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz", | |
| "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/character-reference-invalid": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz", | |
| "integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/chokidar": { | |
| "version": "3.6.0", | |
| "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", | |
| "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "anymatch": "~3.1.2", | |
| "braces": "~3.0.2", | |
| "glob-parent": "~5.1.2", | |
| "is-binary-path": "~2.1.0", | |
| "is-glob": "~4.0.1", | |
| "normalize-path": "~3.0.0", | |
| "readdirp": "~3.6.0" | |
| }, | |
| "engines": { | |
| "node": ">= 8.10.0" | |
| }, | |
| "funding": { | |
| "url": "https://paulmillr.com/funding/" | |
| }, | |
| "optionalDependencies": { | |
| "fsevents": "~2.3.2" | |
| } | |
| }, | |
| "node_modules/chokidar/node_modules/glob-parent": { | |
| "version": "5.1.2", | |
| "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", | |
| "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", | |
| "dev": true, | |
| "license": "ISC", | |
| "dependencies": { | |
| "is-glob": "^4.0.1" | |
| }, | |
| "engines": { | |
| "node": ">= 6" | |
| } | |
| }, | |
| "node_modules/class-variance-authority": { | |
| "version": "0.7.1", | |
| "resolved": "https://registry.npmjs.org/class-variance-authority/-/class-variance-authority-0.7.1.tgz", | |
| "integrity": "sha512-Ka+9Trutv7G8M6WT6SeiRWz792K5qEqIGEGzXKhAE6xOWAY6pPH8U+9IY3oCMv6kqTmLsv7Xh/2w2RigkePMsg==", | |
| "license": "Apache-2.0", | |
| "dependencies": { | |
| "clsx": "^2.1.1" | |
| }, | |
| "funding": { | |
| "url": "https://polar.sh/cva" | |
| } | |
| }, | |
| "node_modules/client-only": { | |
| "version": "0.0.1", | |
| "resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz", | |
| "integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==", | |
| "license": "MIT" | |
| }, | |
| "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/comma-separated-tokens": { | |
| "version": "2.0.3", | |
| "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz", | |
| "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/commander": { | |
| "version": "4.1.1", | |
| "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", | |
| "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 6" | |
| } | |
| }, | |
| "node_modules/cssesc": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", | |
| "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "bin": { | |
| "cssesc": "bin/cssesc" | |
| }, | |
| "engines": { | |
| "node": ">=4" | |
| } | |
| }, | |
| "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==", | |
| "dev": 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/date-fns": { | |
| "version": "3.6.0", | |
| "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.6.0.tgz", | |
| "integrity": "sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/kossnocorp" | |
| } | |
| }, | |
| "node_modules/debug": { | |
| "version": "4.4.3", | |
| "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", | |
| "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", | |
| "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/decode-named-character-reference": { | |
| "version": "1.3.0", | |
| "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.3.0.tgz", | |
| "integrity": "sha512-GtpQYB283KrPp6nRw50q3U9/VfOutZOe103qlN7BPP6Ad27xYnOIWv4lPzo8HCAL+mMZofJ9KEy30fq6MfaK6Q==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "character-entities": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/dequal": { | |
| "version": "2.0.3", | |
| "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", | |
| "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6" | |
| } | |
| }, | |
| "node_modules/detect-node-es": { | |
| "version": "1.1.0", | |
| "resolved": "https://registry.npmjs.org/detect-node-es/-/detect-node-es-1.1.0.tgz", | |
| "integrity": "sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/devlop": { | |
| "version": "1.1.0", | |
| "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz", | |
| "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "dequal": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/didyoumean": { | |
| "version": "1.2.2", | |
| "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz", | |
| "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==", | |
| "dev": true, | |
| "license": "Apache-2.0" | |
| }, | |
| "node_modules/dlv": { | |
| "version": "1.1.3", | |
| "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", | |
| "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/electron-to-chromium": { | |
| "version": "1.5.354", | |
| "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.354.tgz", | |
| "integrity": "sha512-JaBHwWcfIdmSAfWM5l3uwjGd431j8YEMikZ+K/2nXVuBqJKyZ0f+2h4n4JY5AyNiZmnY9qQr2RU3v9DxDmHMNg==", | |
| "dev": true, | |
| "license": "ISC" | |
| }, | |
| "node_modules/es-errors": { | |
| "version": "1.3.0", | |
| "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", | |
| "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.4" | |
| } | |
| }, | |
| "node_modules/es-toolkit": { | |
| "version": "1.46.1", | |
| "resolved": "https://registry.npmjs.org/es-toolkit/-/es-toolkit-1.46.1.tgz", | |
| "integrity": "sha512-5eNtXOs3tbfxXOj04tjjseeWkRWaoCjdEI+96DgwzZoe6c9juL49pXlzAFTI72aWC9Y8p7168g6XIKjh7k6pyQ==", | |
| "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": "5.0.0", | |
| "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", | |
| "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=12" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/sindresorhus" | |
| } | |
| }, | |
| "node_modules/estree-util-is-identifier-name": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmjs.org/estree-util-is-identifier-name/-/estree-util-is-identifier-name-3.0.0.tgz", | |
| "integrity": "sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "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/extend": { | |
| "version": "3.0.2", | |
| "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", | |
| "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/fast-glob": { | |
| "version": "3.3.3", | |
| "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz", | |
| "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@nodelib/fs.stat": "^2.0.2", | |
| "@nodelib/fs.walk": "^1.2.3", | |
| "glob-parent": "^5.1.2", | |
| "merge2": "^1.3.0", | |
| "micromatch": "^4.0.8" | |
| }, | |
| "engines": { | |
| "node": ">=8.6.0" | |
| } | |
| }, | |
| "node_modules/fast-glob/node_modules/glob-parent": { | |
| "version": "5.1.2", | |
| "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", | |
| "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", | |
| "dev": true, | |
| "license": "ISC", | |
| "dependencies": { | |
| "is-glob": "^4.0.1" | |
| }, | |
| "engines": { | |
| "node": ">= 6" | |
| } | |
| }, | |
| "node_modules/fastq": { | |
| "version": "1.20.1", | |
| "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz", | |
| "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==", | |
| "dev": true, | |
| "license": "ISC", | |
| "dependencies": { | |
| "reusify": "^1.0.4" | |
| } | |
| }, | |
| "node_modules/fault": { | |
| "version": "1.0.4", | |
| "resolved": "https://registry.npmjs.org/fault/-/fault-1.0.4.tgz", | |
| "integrity": "sha512-CJ0HCB5tL5fYTEA7ToAq5+kTwd++Borf1/bifxd9iT70QcXr4MRrO3Llf8Ifs70q+SJcGHFtnIE/Nw6giCtECA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "format": "^0.2.0" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/fdir": { | |
| "version": "6.5.0", | |
| "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", | |
| "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=12.0.0" | |
| }, | |
| "peerDependencies": { | |
| "picomatch": "^3 || ^4" | |
| }, | |
| "peerDependenciesMeta": { | |
| "picomatch": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/fill-range": { | |
| "version": "7.1.1", | |
| "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", | |
| "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "to-regex-range": "^5.0.1" | |
| }, | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/format": { | |
| "version": "0.2.2", | |
| "resolved": "https://registry.npmjs.org/format/-/format-0.2.2.tgz", | |
| "integrity": "sha512-wzsgA6WOq+09wrU1tsJ09udeR/YZRaeArL9e1wPbFg3GG2yDnC2ldKpxs4xunpFF9DgqCqOIra3bc1HWrJ37Ww==", | |
| "engines": { | |
| "node": ">=0.4.x" | |
| } | |
| }, | |
| "node_modules/fraction.js": { | |
| "version": "5.3.4", | |
| "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-5.3.4.tgz", | |
| "integrity": "sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": "*" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/rawify" | |
| } | |
| }, | |
| "node_modules/framer-motion": { | |
| "version": "11.18.2", | |
| "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.18.2.tgz", | |
| "integrity": "sha512-5F5Och7wrvtLVElIpclDT0CBzMVg3dL22B64aZwHtsIY8RB4mXICLrkajK4G9R+ieSAGcgrLeae2SeUTg2pr6w==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "motion-dom": "^11.18.1", | |
| "motion-utils": "^11.18.1", | |
| "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==", | |
| "dev": true, | |
| "hasInstallScript": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "darwin" | |
| ], | |
| "engines": { | |
| "node": "^8.16.0 || ^10.6.0 || >=11.0.0" | |
| } | |
| }, | |
| "node_modules/function-bind": { | |
| "version": "1.1.2", | |
| "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", | |
| "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "node_modules/get-nonce": { | |
| "version": "1.0.1", | |
| "resolved": "https://registry.npmjs.org/get-nonce/-/get-nonce-1.0.1.tgz", | |
| "integrity": "sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6" | |
| } | |
| }, | |
| "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/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/hasown": { | |
| "version": "2.0.3", | |
| "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.3.tgz", | |
| "integrity": "sha512-ej4AhfhfL2Q2zpMmLo7U1Uv9+PyhIZpgQLGT1F9miIGmiCJIoCgSmczFdrc97mWT4kVY72KA+WnnhJ5pghSvSg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "function-bind": "^1.1.2" | |
| }, | |
| "engines": { | |
| "node": ">= 0.4" | |
| } | |
| }, | |
| "node_modules/hast-util-is-element": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-3.0.0.tgz", | |
| "integrity": "sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/hast": "^3.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/hast-util-parse-selector": { | |
| "version": "2.2.5", | |
| "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-2.2.5.tgz", | |
| "integrity": "sha512-7j6mrk/qqkSehsM92wQjdIgWM2/BW61u/53G6xmC8i1OmEdKLHbk419QKQUjz6LglWsfqoiHmyMRkP1BGjecNQ==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/hast-util-to-jsx-runtime": { | |
| "version": "2.3.6", | |
| "resolved": "https://registry.npmjs.org/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.6.tgz", | |
| "integrity": "sha512-zl6s8LwNyo1P9uw+XJGvZtdFF1GdAkOg8ujOw+4Pyb76874fLps4ueHXDhXWdk6YHQ6OgUtinliG7RsYvCbbBg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/estree": "^1.0.0", | |
| "@types/hast": "^3.0.0", | |
| "@types/unist": "^3.0.0", | |
| "comma-separated-tokens": "^2.0.0", | |
| "devlop": "^1.0.0", | |
| "estree-util-is-identifier-name": "^3.0.0", | |
| "hast-util-whitespace": "^3.0.0", | |
| "mdast-util-mdx-expression": "^2.0.0", | |
| "mdast-util-mdx-jsx": "^3.0.0", | |
| "mdast-util-mdxjs-esm": "^2.0.0", | |
| "property-information": "^7.0.0", | |
| "space-separated-tokens": "^2.0.0", | |
| "style-to-js": "^1.0.0", | |
| "unist-util-position": "^5.0.0", | |
| "vfile-message": "^4.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/hast-util-to-text": { | |
| "version": "4.0.2", | |
| "resolved": "https://registry.npmjs.org/hast-util-to-text/-/hast-util-to-text-4.0.2.tgz", | |
| "integrity": "sha512-KK6y/BN8lbaq654j7JgBydev7wuNMcID54lkRav1P0CaE1e47P72AWWPiGKXTJU271ooYzcvTAn/Zt0REnvc7A==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/hast": "^3.0.0", | |
| "@types/unist": "^3.0.0", | |
| "hast-util-is-element": "^3.0.0", | |
| "unist-util-find-after": "^5.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/hast-util-whitespace": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz", | |
| "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/hast": "^3.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/hastscript": { | |
| "version": "6.0.0", | |
| "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-6.0.0.tgz", | |
| "integrity": "sha512-nDM6bvd7lIqDUiYEiu5Sl/+6ReP0BMk/2f4U/Rooccxkj0P5nm+acM5PrGJ/t5I8qPGiqZSE6hVAwZEdZIvP4w==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/hast": "^2.0.0", | |
| "comma-separated-tokens": "^1.0.0", | |
| "hast-util-parse-selector": "^2.0.0", | |
| "property-information": "^5.0.0", | |
| "space-separated-tokens": "^1.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/hastscript/node_modules/@types/hast": { | |
| "version": "2.3.10", | |
| "resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.10.tgz", | |
| "integrity": "sha512-McWspRw8xx8J9HurkVBfYj0xKoE25tOFlHGdx4MJ5xORQrMGZNqJhVQWaIbm6Oyla5kYOXtDiopzKRJzEOkwJw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "^2" | |
| } | |
| }, | |
| "node_modules/hastscript/node_modules/@types/unist": { | |
| "version": "2.0.11", | |
| "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz", | |
| "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/hastscript/node_modules/comma-separated-tokens": { | |
| "version": "1.0.8", | |
| "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-1.0.8.tgz", | |
| "integrity": "sha512-GHuDRO12Sypu2cV70d1dkA2EUmXHgntrzbpvOB+Qy+49ypNfGgFQIC2fhhXbnyrJRynDCAARsT7Ou0M6hirpfw==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/hastscript/node_modules/property-information": { | |
| "version": "5.6.0", | |
| "resolved": "https://registry.npmjs.org/property-information/-/property-information-5.6.0.tgz", | |
| "integrity": "sha512-YUHSPk+A30YPv+0Qf8i9Mbfe/C0hdPXk1s1jPVToV8pk8BQtpw10ct89Eo7OWkutrwqvT0eicAxlOg3dOAu8JA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "xtend": "^4.0.0" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/hastscript/node_modules/space-separated-tokens": { | |
| "version": "1.1.5", | |
| "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-1.1.5.tgz", | |
| "integrity": "sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/highlight.js": { | |
| "version": "10.7.3", | |
| "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.3.tgz", | |
| "integrity": "sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==", | |
| "license": "BSD-3-Clause", | |
| "engines": { | |
| "node": "*" | |
| } | |
| }, | |
| "node_modules/highlightjs-vue": { | |
| "version": "1.0.0", | |
| "resolved": "https://registry.npmjs.org/highlightjs-vue/-/highlightjs-vue-1.0.0.tgz", | |
| "integrity": "sha512-PDEfEF102G23vHmPhLyPboFCD+BkMGu+GuJe2d9/eH4FsCwvgBpnc9n0pGE+ffKdph38s6foEZiEjdgHdzp+IA==", | |
| "license": "CC0-1.0" | |
| }, | |
| "node_modules/html-parse-stringify": { | |
| "version": "3.0.1", | |
| "resolved": "https://registry.npmjs.org/html-parse-stringify/-/html-parse-stringify-3.0.1.tgz", | |
| "integrity": "sha512-KknJ50kTInJ7qIScF3jeaFRpMpE8/lfiTdzf/twXyPBLAGrLRTmkz3AdTnKeh40X8k9L2fdYwEp/42WGXIRGcg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "void-elements": "3.1.0" | |
| } | |
| }, | |
| "node_modules/html-url-attributes": { | |
| "version": "3.0.1", | |
| "resolved": "https://registry.npmjs.org/html-url-attributes/-/html-url-attributes-3.0.1.tgz", | |
| "integrity": "sha512-ol6UPyBWqsrO6EJySPz2O7ZSr856WDrEzM5zMqp+FJJLGMW35cLYmmZnl0vztAZxRUoNZJFTCohfjuIJ8I4QBQ==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/i18next": { | |
| "version": "23.16.8", | |
| "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.8.tgz", | |
| "integrity": "sha512-06r/TitrM88Mg5FdUXAKL96dJMzgqLE5dv3ryBAra4KCwD9mJ4ndOTS95ZuymIGoE+2hzfdaMak2X11/es7ZWg==", | |
| "funding": [ | |
| { | |
| "type": "individual", | |
| "url": "https://locize.com" | |
| }, | |
| { | |
| "type": "individual", | |
| "url": "https://locize.com/i18next.html" | |
| }, | |
| { | |
| "type": "individual", | |
| "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/runtime": "^7.23.2" | |
| } | |
| }, | |
| "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/inline-style-parser": { | |
| "version": "0.2.7", | |
| "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.7.tgz", | |
| "integrity": "sha512-Nb2ctOyNR8DqQoR0OwRG95uNWIC0C1lCgf5Naz5H6Ji72KZ8OcFZLz2P5sNgwlyoJ8Yif11oMuYs5pBQa86csA==", | |
| "license": "MIT" | |
| }, | |
| "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-alphabetical": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz", | |
| "integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/is-alphanumerical": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz", | |
| "integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "is-alphabetical": "^2.0.0", | |
| "is-decimal": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/is-binary-path": { | |
| "version": "2.1.0", | |
| "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", | |
| "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "binary-extensions": "^2.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/is-core-module": { | |
| "version": "2.16.2", | |
| "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.2.tgz", | |
| "integrity": "sha512-evOr8xfXKxE6qSR0hSXL2r3sd7ALj8+7jQEUvPYcm5sgZFdJ+AYzT6yNmJenvIYQBgIGwfwz08sL8zoL7yq2BA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "hasown": "^2.0.3" | |
| }, | |
| "engines": { | |
| "node": ">= 0.4" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "node_modules/is-decimal": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz", | |
| "integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "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/is-hexadecimal": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz", | |
| "integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/is-number": { | |
| "version": "7.0.0", | |
| "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", | |
| "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=0.12.0" | |
| } | |
| }, | |
| "node_modules/is-plain-obj": { | |
| "version": "4.1.0", | |
| "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz", | |
| "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=12" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/sindresorhus" | |
| } | |
| }, | |
| "node_modules/jiti": { | |
| "version": "1.21.7", | |
| "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.7.tgz", | |
| "integrity": "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==", | |
| "dev": true, | |
| "license": "MIT", | |
| "bin": { | |
| "jiti": "bin/jiti.js" | |
| } | |
| }, | |
| "node_modules/js-tokens": { | |
| "version": "4.0.0", | |
| "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", | |
| "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/lilconfig": { | |
| "version": "3.1.3", | |
| "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz", | |
| "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=14" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/antonk52" | |
| } | |
| }, | |
| "node_modules/lines-and-columns": { | |
| "version": "1.2.4", | |
| "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", | |
| "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/longest-streak": { | |
| "version": "3.1.0", | |
| "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz", | |
| "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/loose-envify": { | |
| "version": "1.4.0", | |
| "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", | |
| "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "js-tokens": "^3.0.0 || ^4.0.0" | |
| }, | |
| "bin": { | |
| "loose-envify": "cli.js" | |
| } | |
| }, | |
| "node_modules/lowlight": { | |
| "version": "1.20.0", | |
| "resolved": "https://registry.npmjs.org/lowlight/-/lowlight-1.20.0.tgz", | |
| "integrity": "sha512-8Ktj+prEb1RoCPkEOrPMYUN/nCggB7qAWe3a7OpMjWQkh3l2RD5wKRQ+o8Q8YuI9RG/xs95waaI/E6ym/7NsTw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "fault": "^1.0.0", | |
| "highlight.js": "~10.7.0" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/lucide-react": { | |
| "version": "0.378.0", | |
| "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.378.0.tgz", | |
| "integrity": "sha512-u6EPU8juLUk9ytRcyapkWI18epAv3RU+6+TC23ivjR0e+glWKBobFeSgRwOIJihzktILQuy6E0E80P2jVTDR5g==", | |
| "license": "ISC", | |
| "peerDependencies": { | |
| "react": "^16.5.1 || ^17.0.0 || ^18.0.0" | |
| } | |
| }, | |
| "node_modules/markdown-table": { | |
| "version": "3.0.4", | |
| "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.4.tgz", | |
| "integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/mdast-util-find-and-replace": { | |
| "version": "3.0.2", | |
| "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz", | |
| "integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/mdast": "^4.0.0", | |
| "escape-string-regexp": "^5.0.0", | |
| "unist-util-is": "^6.0.0", | |
| "unist-util-visit-parents": "^6.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/mdast-util-from-markdown": { | |
| "version": "2.0.3", | |
| "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.3.tgz", | |
| "integrity": "sha512-W4mAWTvSlKvf8L6J+VN9yLSqQ9AOAAvHuoDAmPkz4dHf553m5gVj2ejadHJhoJmcmxEnOv6Pa8XJhpxE93kb8Q==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/mdast": "^4.0.0", | |
| "@types/unist": "^3.0.0", | |
| "decode-named-character-reference": "^1.0.0", | |
| "devlop": "^1.0.0", | |
| "mdast-util-to-string": "^4.0.0", | |
| "micromark": "^4.0.0", | |
| "micromark-util-decode-numeric-character-reference": "^2.0.0", | |
| "micromark-util-decode-string": "^2.0.0", | |
| "micromark-util-normalize-identifier": "^2.0.0", | |
| "micromark-util-symbol": "^2.0.0", | |
| "micromark-util-types": "^2.0.0", | |
| "unist-util-stringify-position": "^4.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/mdast-util-gfm": { | |
| "version": "3.1.0", | |
| "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz", | |
| "integrity": "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "mdast-util-from-markdown": "^2.0.0", | |
| "mdast-util-gfm-autolink-literal": "^2.0.0", | |
| "mdast-util-gfm-footnote": "^2.0.0", | |
| "mdast-util-gfm-strikethrough": "^2.0.0", | |
| "mdast-util-gfm-table": "^2.0.0", | |
| "mdast-util-gfm-task-list-item": "^2.0.0", | |
| "mdast-util-to-markdown": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/mdast-util-gfm-autolink-literal": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz", | |
| "integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/mdast": "^4.0.0", | |
| "ccount": "^2.0.0", | |
| "devlop": "^1.0.0", | |
| "mdast-util-find-and-replace": "^3.0.0", | |
| "micromark-util-character": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/mdast-util-gfm-footnote": { | |
| "version": "2.1.0", | |
| "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz", | |
| "integrity": "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/mdast": "^4.0.0", | |
| "devlop": "^1.1.0", | |
| "mdast-util-from-markdown": "^2.0.0", | |
| "mdast-util-to-markdown": "^2.0.0", | |
| "micromark-util-normalize-identifier": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/mdast-util-gfm-strikethrough": { | |
| "version": "2.0.0", | |
| "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz", | |
| "integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/mdast": "^4.0.0", | |
| "mdast-util-from-markdown": "^2.0.0", | |
| "mdast-util-to-markdown": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/mdast-util-gfm-table": { | |
| "version": "2.0.0", | |
| "resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz", | |
| "integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/mdast": "^4.0.0", | |
| "devlop": "^1.0.0", | |
| "markdown-table": "^3.0.0", | |
| "mdast-util-from-markdown": "^2.0.0", | |
| "mdast-util-to-markdown": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/mdast-util-gfm-task-list-item": { | |
| "version": "2.0.0", | |
| "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz", | |
| "integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/mdast": "^4.0.0", | |
| "devlop": "^1.0.0", | |
| "mdast-util-from-markdown": "^2.0.0", | |
| "mdast-util-to-markdown": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/mdast-util-mdx-expression": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/mdast-util-mdx-expression/-/mdast-util-mdx-expression-2.0.1.tgz", | |
| "integrity": "sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/estree-jsx": "^1.0.0", | |
| "@types/hast": "^3.0.0", | |
| "@types/mdast": "^4.0.0", | |
| "devlop": "^1.0.0", | |
| "mdast-util-from-markdown": "^2.0.0", | |
| "mdast-util-to-markdown": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/mdast-util-mdx-jsx": { | |
| "version": "3.2.0", | |
| "resolved": "https://registry.npmjs.org/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-3.2.0.tgz", | |
| "integrity": "sha512-lj/z8v0r6ZtsN/cGNNtemmmfoLAFZnjMbNyLzBafjzikOM+glrjNHPlf6lQDOTccj9n5b0PPihEBbhneMyGs1Q==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/estree-jsx": "^1.0.0", | |
| "@types/hast": "^3.0.0", | |
| "@types/mdast": "^4.0.0", | |
| "@types/unist": "^3.0.0", | |
| "ccount": "^2.0.0", | |
| "devlop": "^1.1.0", | |
| "mdast-util-from-markdown": "^2.0.0", | |
| "mdast-util-to-markdown": "^2.0.0", | |
| "parse-entities": "^4.0.0", | |
| "stringify-entities": "^4.0.0", | |
| "unist-util-stringify-position": "^4.0.0", | |
| "vfile-message": "^4.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/mdast-util-mdxjs-esm": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-2.0.1.tgz", | |
| "integrity": "sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/estree-jsx": "^1.0.0", | |
| "@types/hast": "^3.0.0", | |
| "@types/mdast": "^4.0.0", | |
| "devlop": "^1.0.0", | |
| "mdast-util-from-markdown": "^2.0.0", | |
| "mdast-util-to-markdown": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/mdast-util-phrasing": { | |
| "version": "4.1.0", | |
| "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz", | |
| "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/mdast": "^4.0.0", | |
| "unist-util-is": "^6.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/mdast-util-to-hast": { | |
| "version": "13.2.1", | |
| "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.1.tgz", | |
| "integrity": "sha512-cctsq2wp5vTsLIcaymblUriiTcZd0CwWtCbLvrOzYCDZoWyMNV8sZ7krj09FSnsiJi3WVsHLM4k6Dq/yaPyCXA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/hast": "^3.0.0", | |
| "@types/mdast": "^4.0.0", | |
| "@ungap/structured-clone": "^1.0.0", | |
| "devlop": "^1.0.0", | |
| "micromark-util-sanitize-uri": "^2.0.0", | |
| "trim-lines": "^3.0.0", | |
| "unist-util-position": "^5.0.0", | |
| "unist-util-visit": "^5.0.0", | |
| "vfile": "^6.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/mdast-util-to-markdown": { | |
| "version": "2.1.2", | |
| "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz", | |
| "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/mdast": "^4.0.0", | |
| "@types/unist": "^3.0.0", | |
| "longest-streak": "^3.0.0", | |
| "mdast-util-phrasing": "^4.0.0", | |
| "mdast-util-to-string": "^4.0.0", | |
| "micromark-util-classify-character": "^2.0.0", | |
| "micromark-util-decode-string": "^2.0.0", | |
| "unist-util-visit": "^5.0.0", | |
| "zwitch": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/mdast-util-to-string": { | |
| "version": "4.0.0", | |
| "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz", | |
| "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/mdast": "^4.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/merge2": { | |
| "version": "1.4.1", | |
| "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", | |
| "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 8" | |
| } | |
| }, | |
| "node_modules/micromark": { | |
| "version": "4.0.2", | |
| "resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.2.tgz", | |
| "integrity": "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==", | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/debug": "^4.0.0", | |
| "debug": "^4.0.0", | |
| "decode-named-character-reference": "^1.0.0", | |
| "devlop": "^1.0.0", | |
| "micromark-core-commonmark": "^2.0.0", | |
| "micromark-factory-space": "^2.0.0", | |
| "micromark-util-character": "^2.0.0", | |
| "micromark-util-chunked": "^2.0.0", | |
| "micromark-util-combine-extensions": "^2.0.0", | |
| "micromark-util-decode-numeric-character-reference": "^2.0.0", | |
| "micromark-util-encode": "^2.0.0", | |
| "micromark-util-normalize-identifier": "^2.0.0", | |
| "micromark-util-resolve-all": "^2.0.0", | |
| "micromark-util-sanitize-uri": "^2.0.0", | |
| "micromark-util-subtokenize": "^2.0.0", | |
| "micromark-util-symbol": "^2.0.0", | |
| "micromark-util-types": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-core-commonmark": { | |
| "version": "2.0.3", | |
| "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz", | |
| "integrity": "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==", | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "decode-named-character-reference": "^1.0.0", | |
| "devlop": "^1.0.0", | |
| "micromark-factory-destination": "^2.0.0", | |
| "micromark-factory-label": "^2.0.0", | |
| "micromark-factory-space": "^2.0.0", | |
| "micromark-factory-title": "^2.0.0", | |
| "micromark-factory-whitespace": "^2.0.0", | |
| "micromark-util-character": "^2.0.0", | |
| "micromark-util-chunked": "^2.0.0", | |
| "micromark-util-classify-character": "^2.0.0", | |
| "micromark-util-html-tag-name": "^2.0.0", | |
| "micromark-util-normalize-identifier": "^2.0.0", | |
| "micromark-util-resolve-all": "^2.0.0", | |
| "micromark-util-subtokenize": "^2.0.0", | |
| "micromark-util-symbol": "^2.0.0", | |
| "micromark-util-types": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-extension-gfm": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz", | |
| "integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-extension-gfm-autolink-literal": "^2.0.0", | |
| "micromark-extension-gfm-footnote": "^2.0.0", | |
| "micromark-extension-gfm-strikethrough": "^2.0.0", | |
| "micromark-extension-gfm-table": "^2.0.0", | |
| "micromark-extension-gfm-tagfilter": "^2.0.0", | |
| "micromark-extension-gfm-task-list-item": "^2.0.0", | |
| "micromark-util-combine-extensions": "^2.0.0", | |
| "micromark-util-types": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/micromark-extension-gfm-autolink-literal": { | |
| "version": "2.1.0", | |
| "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz", | |
| "integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-util-character": "^2.0.0", | |
| "micromark-util-sanitize-uri": "^2.0.0", | |
| "micromark-util-symbol": "^2.0.0", | |
| "micromark-util-types": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/micromark-extension-gfm-footnote": { | |
| "version": "2.1.0", | |
| "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz", | |
| "integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "devlop": "^1.0.0", | |
| "micromark-core-commonmark": "^2.0.0", | |
| "micromark-factory-space": "^2.0.0", | |
| "micromark-util-character": "^2.0.0", | |
| "micromark-util-normalize-identifier": "^2.0.0", | |
| "micromark-util-sanitize-uri": "^2.0.0", | |
| "micromark-util-symbol": "^2.0.0", | |
| "micromark-util-types": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/micromark-extension-gfm-strikethrough": { | |
| "version": "2.1.0", | |
| "resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz", | |
| "integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "devlop": "^1.0.0", | |
| "micromark-util-chunked": "^2.0.0", | |
| "micromark-util-classify-character": "^2.0.0", | |
| "micromark-util-resolve-all": "^2.0.0", | |
| "micromark-util-symbol": "^2.0.0", | |
| "micromark-util-types": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/micromark-extension-gfm-table": { | |
| "version": "2.1.1", | |
| "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz", | |
| "integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "devlop": "^1.0.0", | |
| "micromark-factory-space": "^2.0.0", | |
| "micromark-util-character": "^2.0.0", | |
| "micromark-util-symbol": "^2.0.0", | |
| "micromark-util-types": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/micromark-extension-gfm-tagfilter": { | |
| "version": "2.0.0", | |
| "resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz", | |
| "integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-util-types": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/micromark-extension-gfm-task-list-item": { | |
| "version": "2.1.0", | |
| "resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz", | |
| "integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "devlop": "^1.0.0", | |
| "micromark-factory-space": "^2.0.0", | |
| "micromark-util-character": "^2.0.0", | |
| "micromark-util-symbol": "^2.0.0", | |
| "micromark-util-types": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/micromark-factory-destination": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz", | |
| "integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==", | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-util-character": "^2.0.0", | |
| "micromark-util-symbol": "^2.0.0", | |
| "micromark-util-types": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-factory-label": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz", | |
| "integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==", | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "devlop": "^1.0.0", | |
| "micromark-util-character": "^2.0.0", | |
| "micromark-util-symbol": "^2.0.0", | |
| "micromark-util-types": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-factory-space": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz", | |
| "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==", | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-util-character": "^2.0.0", | |
| "micromark-util-types": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-factory-title": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz", | |
| "integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==", | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-factory-space": "^2.0.0", | |
| "micromark-util-character": "^2.0.0", | |
| "micromark-util-symbol": "^2.0.0", | |
| "micromark-util-types": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-factory-whitespace": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz", | |
| "integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==", | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-factory-space": "^2.0.0", | |
| "micromark-util-character": "^2.0.0", | |
| "micromark-util-symbol": "^2.0.0", | |
| "micromark-util-types": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-util-character": { | |
| "version": "2.1.1", | |
| "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz", | |
| "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==", | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-util-symbol": "^2.0.0", | |
| "micromark-util-types": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-util-chunked": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz", | |
| "integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==", | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-util-symbol": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-util-classify-character": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz", | |
| "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==", | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-util-character": "^2.0.0", | |
| "micromark-util-symbol": "^2.0.0", | |
| "micromark-util-types": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-util-combine-extensions": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz", | |
| "integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==", | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-util-chunked": "^2.0.0", | |
| "micromark-util-types": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-util-decode-numeric-character-reference": { | |
| "version": "2.0.2", | |
| "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz", | |
| "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==", | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-util-symbol": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-util-decode-string": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz", | |
| "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==", | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "decode-named-character-reference": "^1.0.0", | |
| "micromark-util-character": "^2.0.0", | |
| "micromark-util-decode-numeric-character-reference": "^2.0.0", | |
| "micromark-util-symbol": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-util-encode": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz", | |
| "integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==", | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT" | |
| }, | |
| "node_modules/micromark-util-html-tag-name": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz", | |
| "integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==", | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT" | |
| }, | |
| "node_modules/micromark-util-normalize-identifier": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz", | |
| "integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==", | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-util-symbol": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-util-resolve-all": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz", | |
| "integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==", | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-util-types": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-util-sanitize-uri": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz", | |
| "integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==", | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-util-character": "^2.0.0", | |
| "micromark-util-encode": "^2.0.0", | |
| "micromark-util-symbol": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-util-subtokenize": { | |
| "version": "2.1.0", | |
| "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz", | |
| "integrity": "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==", | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "devlop": "^1.0.0", | |
| "micromark-util-chunked": "^2.0.0", | |
| "micromark-util-symbol": "^2.0.0", | |
| "micromark-util-types": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-util-symbol": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz", | |
| "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==", | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT" | |
| }, | |
| "node_modules/micromark-util-types": { | |
| "version": "2.0.2", | |
| "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz", | |
| "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==", | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT" | |
| }, | |
| "node_modules/micromatch": { | |
| "version": "4.0.8", | |
| "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", | |
| "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "braces": "^3.0.3", | |
| "picomatch": "^2.3.1" | |
| }, | |
| "engines": { | |
| "node": ">=8.6" | |
| } | |
| }, | |
| "node_modules/micromatch/node_modules/picomatch": { | |
| "version": "2.3.2", | |
| "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz", | |
| "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=8.6" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/jonschlinkert" | |
| } | |
| }, | |
| "node_modules/motion-dom": { | |
| "version": "11.18.1", | |
| "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-11.18.1.tgz", | |
| "integrity": "sha512-g76KvA001z+atjfxczdRtw/RXOM3OMSdd1f4DL77qCTF/+avrRJiawSG4yDibEQ215sr9kpinSlX2pCTJ9zbhw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "motion-utils": "^11.18.1" | |
| } | |
| }, | |
| "node_modules/motion-utils": { | |
| "version": "11.18.1", | |
| "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-11.18.1.tgz", | |
| "integrity": "sha512-49Kt+HKjtbJKLtgO/LKj9Ld+6vw9BjH5d9sc40R/kVyH8GLAXgT42M2NnuPcJNuA3s9ZfZBUcwIgpmZWGEE+hA==", | |
| "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==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/mz": { | |
| "version": "2.7.0", | |
| "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz", | |
| "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "any-promise": "^1.0.0", | |
| "object-assign": "^4.0.1", | |
| "thenify-all": "^1.0.0" | |
| } | |
| }, | |
| "node_modules/nanoid": { | |
| "version": "3.3.12", | |
| "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.12.tgz", | |
| "integrity": "sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==", | |
| "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/next": { | |
| "version": "14.2.3", | |
| "resolved": "https://registry.npmjs.org/next/-/next-14.2.3.tgz", | |
| "integrity": "sha512-dowFkFTR8v79NPJO4QsBUtxv0g9BrS/phluVpMAt2ku7H+cbcBJlopXjkWlwxrk/xGqMemr7JkGPGemPrLLX7A==", | |
| "deprecated": "This version has a security vulnerability. Please upgrade to a patched version. See https://nextjs.org/blog/security-update-2025-12-11 for more details.", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@next/env": "14.2.3", | |
| "@swc/helpers": "0.5.5", | |
| "busboy": "1.6.0", | |
| "caniuse-lite": "^1.0.30001579", | |
| "graceful-fs": "^4.2.11", | |
| "postcss": "8.4.31", | |
| "styled-jsx": "5.1.1" | |
| }, | |
| "bin": { | |
| "next": "dist/bin/next" | |
| }, | |
| "engines": { | |
| "node": ">=18.17.0" | |
| }, | |
| "optionalDependencies": { | |
| "@next/swc-darwin-arm64": "14.2.3", | |
| "@next/swc-darwin-x64": "14.2.3", | |
| "@next/swc-linux-arm64-gnu": "14.2.3", | |
| "@next/swc-linux-arm64-musl": "14.2.3", | |
| "@next/swc-linux-x64-gnu": "14.2.3", | |
| "@next/swc-linux-x64-musl": "14.2.3", | |
| "@next/swc-win32-arm64-msvc": "14.2.3", | |
| "@next/swc-win32-ia32-msvc": "14.2.3", | |
| "@next/swc-win32-x64-msvc": "14.2.3" | |
| }, | |
| "peerDependencies": { | |
| "@opentelemetry/api": "^1.1.0", | |
| "@playwright/test": "^1.41.2", | |
| "react": "^18.2.0", | |
| "react-dom": "^18.2.0", | |
| "sass": "^1.3.0" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@opentelemetry/api": { | |
| "optional": true | |
| }, | |
| "@playwright/test": { | |
| "optional": true | |
| }, | |
| "sass": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/next/node_modules/postcss": { | |
| "version": "8.4.31", | |
| "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", | |
| "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", | |
| "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.6", | |
| "picocolors": "^1.0.0", | |
| "source-map-js": "^1.0.2" | |
| }, | |
| "engines": { | |
| "node": "^10 || ^12 || >=14" | |
| } | |
| }, | |
| "node_modules/node-releases": { | |
| "version": "2.0.44", | |
| "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.44.tgz", | |
| "integrity": "sha512-5WUyunoPMsvvEhS8AxHtRzP+oA8UCkJ7YRxatWKjngndhDGLiqEVAQKWjFAiAiuL8zMRGzGSJxFnLetoa43qGQ==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/normalize-path": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", | |
| "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=0.10.0" | |
| } | |
| }, | |
| "node_modules/object-assign": { | |
| "version": "4.1.1", | |
| "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", | |
| "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=0.10.0" | |
| } | |
| }, | |
| "node_modules/object-hash": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", | |
| "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 6" | |
| } | |
| }, | |
| "node_modules/parse-entities": { | |
| "version": "4.0.2", | |
| "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.2.tgz", | |
| "integrity": "sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "^2.0.0", | |
| "character-entities-legacy": "^3.0.0", | |
| "character-reference-invalid": "^2.0.0", | |
| "decode-named-character-reference": "^1.0.0", | |
| "is-alphanumerical": "^2.0.0", | |
| "is-decimal": "^2.0.0", | |
| "is-hexadecimal": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/parse-entities/node_modules/@types/unist": { | |
| "version": "2.0.11", | |
| "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz", | |
| "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/path-parse": { | |
| "version": "1.0.7", | |
| "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", | |
| "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/picocolors": { | |
| "version": "1.1.1", | |
| "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", | |
| "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", | |
| "license": "ISC" | |
| }, | |
| "node_modules/picomatch": { | |
| "version": "4.0.4", | |
| "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz", | |
| "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=12" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/jonschlinkert" | |
| } | |
| }, | |
| "node_modules/pify": { | |
| "version": "2.3.0", | |
| "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", | |
| "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=0.10.0" | |
| } | |
| }, | |
| "node_modules/pirates": { | |
| "version": "4.0.7", | |
| "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.7.tgz", | |
| "integrity": "sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 6" | |
| } | |
| }, | |
| "node_modules/postcss": { | |
| "version": "8.5.14", | |
| "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.14.tgz", | |
| "integrity": "sha512-SoSL4+OSEtR99LHFZQiJLkT59C5B1amGO1NzTwj7TT1qCUgUO6hxOvzkOYxD+vMrXBM3XJIKzokoERdqQq/Zmg==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/postcss/" | |
| }, | |
| { | |
| "type": "tidelift", | |
| "url": "https://tidelift.com/funding/github/npm/postcss" | |
| }, | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/ai" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "nanoid": "^3.3.11", | |
| "picocolors": "^1.1.1", | |
| "source-map-js": "^1.2.1" | |
| }, | |
| "engines": { | |
| "node": "^10 || ^12 || >=14" | |
| } | |
| }, | |
| "node_modules/postcss-import": { | |
| "version": "15.1.0", | |
| "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz", | |
| "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "postcss-value-parser": "^4.0.0", | |
| "read-cache": "^1.0.0", | |
| "resolve": "^1.1.7" | |
| }, | |
| "engines": { | |
| "node": ">=14.0.0" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.0.0" | |
| } | |
| }, | |
| "node_modules/postcss-js": { | |
| "version": "4.1.0", | |
| "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.1.0.tgz", | |
| "integrity": "sha512-oIAOTqgIo7q2EOwbhb8UalYePMvYoIeRY2YKntdpFQXNosSu3vLrniGgmH9OKs/qAkfoj5oB3le/7mINW1LCfw==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/postcss/" | |
| }, | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/ai" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "camelcase-css": "^2.0.1" | |
| }, | |
| "engines": { | |
| "node": "^12 || ^14 || >= 16" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4.21" | |
| } | |
| }, | |
| "node_modules/postcss-load-config": { | |
| "version": "6.0.1", | |
| "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-6.0.1.tgz", | |
| "integrity": "sha512-oPtTM4oerL+UXmx+93ytZVN82RrlY/wPUV8IeDxFrzIjXOLF1pN+EmKPLbubvKHT2HC20xXsCAH2Z+CKV6Oz/g==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/postcss/" | |
| }, | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/ai" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "lilconfig": "^3.1.1" | |
| }, | |
| "engines": { | |
| "node": ">= 18" | |
| }, | |
| "peerDependencies": { | |
| "jiti": ">=1.21.0", | |
| "postcss": ">=8.0.9", | |
| "tsx": "^4.8.1", | |
| "yaml": "^2.4.2" | |
| }, | |
| "peerDependenciesMeta": { | |
| "jiti": { | |
| "optional": true | |
| }, | |
| "postcss": { | |
| "optional": true | |
| }, | |
| "tsx": { | |
| "optional": true | |
| }, | |
| "yaml": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/postcss-nested": { | |
| "version": "6.2.0", | |
| "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.2.0.tgz", | |
| "integrity": "sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/postcss/" | |
| }, | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/ai" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "postcss-selector-parser": "^6.1.1" | |
| }, | |
| "engines": { | |
| "node": ">=12.0" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.2.14" | |
| } | |
| }, | |
| "node_modules/postcss-selector-parser": { | |
| "version": "6.1.2", | |
| "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", | |
| "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "cssesc": "^3.0.0", | |
| "util-deprecate": "^1.0.2" | |
| }, | |
| "engines": { | |
| "node": ">=4" | |
| } | |
| }, | |
| "node_modules/postcss-value-parser": { | |
| "version": "4.2.0", | |
| "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", | |
| "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/prismjs": { | |
| "version": "1.30.0", | |
| "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.30.0.tgz", | |
| "integrity": "sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6" | |
| } | |
| }, | |
| "node_modules/property-information": { | |
| "version": "7.1.0", | |
| "resolved": "https://registry.npmjs.org/property-information/-/property-information-7.1.0.tgz", | |
| "integrity": "sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/queue-microtask": { | |
| "version": "1.2.3", | |
| "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", | |
| "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/feross" | |
| }, | |
| { | |
| "type": "patreon", | |
| "url": "https://www.patreon.com/feross" | |
| }, | |
| { | |
| "type": "consulting", | |
| "url": "https://feross.org/support" | |
| } | |
| ], | |
| "license": "MIT" | |
| }, | |
| "node_modules/react": { | |
| "version": "18.3.1", | |
| "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", | |
| "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "loose-envify": "^1.1.0" | |
| }, | |
| "engines": { | |
| "node": ">=0.10.0" | |
| } | |
| }, | |
| "node_modules/react-dom": { | |
| "version": "18.3.1", | |
| "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz", | |
| "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "loose-envify": "^1.1.0", | |
| "scheduler": "^0.23.2" | |
| }, | |
| "peerDependencies": { | |
| "react": "^18.3.1" | |
| } | |
| }, | |
| "node_modules/react-i18next": { | |
| "version": "14.1.3", | |
| "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.1.3.tgz", | |
| "integrity": "sha512-wZnpfunU6UIAiJ+bxwOiTmBOAaB14ha97MjOEnLGac2RJ+h/maIYXZuTHlmyqQVX1UVHmU1YDTQ5vxLmwfXTjw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/runtime": "^7.23.9", | |
| "html-parse-stringify": "^3.0.1" | |
| }, | |
| "peerDependencies": { | |
| "i18next": ">= 23.2.3", | |
| "react": ">= 16.8.0" | |
| }, | |
| "peerDependenciesMeta": { | |
| "react-dom": { | |
| "optional": true | |
| }, | |
| "react-native": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/react-is": { | |
| "version": "19.2.6", | |
| "resolved": "https://registry.npmjs.org/react-is/-/react-is-19.2.6.tgz", | |
| "integrity": "sha512-XjBR15BhXuylgWGuslhDKqlSayuqvqBX91BP8pauG8kd1zY8kotkNWbXksTCNRarse4kuGbe2kIY05ARtwNIvw==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/react-markdown": { | |
| "version": "9.1.0", | |
| "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-9.1.0.tgz", | |
| "integrity": "sha512-xaijuJB0kzGiUdG7nc2MOMDUDBWPyGAjZtUrow9XxUeua8IqeP+VlIfAZ3bphpcLTnSZXz6z9jcVC/TCwbfgdw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/hast": "^3.0.0", | |
| "@types/mdast": "^4.0.0", | |
| "devlop": "^1.0.0", | |
| "hast-util-to-jsx-runtime": "^2.0.0", | |
| "html-url-attributes": "^3.0.0", | |
| "mdast-util-to-hast": "^13.0.0", | |
| "remark-parse": "^11.0.0", | |
| "remark-rehype": "^11.0.0", | |
| "unified": "^11.0.0", | |
| "unist-util-visit": "^5.0.0", | |
| "vfile": "^6.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| }, | |
| "peerDependencies": { | |
| "@types/react": ">=18", | |
| "react": ">=18" | |
| } | |
| }, | |
| "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", | |
| "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/react-remove-scroll": { | |
| "version": "2.7.2", | |
| "resolved": "https://registry.npmjs.org/react-remove-scroll/-/react-remove-scroll-2.7.2.tgz", | |
| "integrity": "sha512-Iqb9NjCCTt6Hf+vOdNIZGdTiH1QSqr27H/Ek9sv/a97gfueI/5h1s3yRi1nngzMUaOOToin5dI1dXKdXiF+u0Q==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "react-remove-scroll-bar": "^2.3.7", | |
| "react-style-singleton": "^2.2.3", | |
| "tslib": "^2.1.0", | |
| "use-callback-ref": "^1.3.3", | |
| "use-sidecar": "^1.1.3" | |
| }, | |
| "engines": { | |
| "node": ">=10" | |
| }, | |
| "peerDependencies": { | |
| "@types/react": "*", | |
| "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@types/react": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/react-remove-scroll-bar": { | |
| "version": "2.3.8", | |
| "resolved": "https://registry.npmjs.org/react-remove-scroll-bar/-/react-remove-scroll-bar-2.3.8.tgz", | |
| "integrity": "sha512-9r+yi9+mgU33AKcj6IbT9oRCO78WriSj6t/cF8DWBZJ9aOGPOTEDvdUDz1FwKim7QXWwmHqtdHnRJfhAxEG46Q==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "react-style-singleton": "^2.2.2", | |
| "tslib": "^2.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=10" | |
| }, | |
| "peerDependencies": { | |
| "@types/react": "*", | |
| "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@types/react": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/react-style-singleton": { | |
| "version": "2.2.3", | |
| "resolved": "https://registry.npmjs.org/react-style-singleton/-/react-style-singleton-2.2.3.tgz", | |
| "integrity": "sha512-b6jSvxvVnyptAiLjbkWLE/lOnR4lfTtDAl+eUC7RZy+QQWc6wRzIV2CE6xBuMmDxc2qIihtDCZD5NPOFl7fRBQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "get-nonce": "^1.0.0", | |
| "tslib": "^2.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=10" | |
| }, | |
| "peerDependencies": { | |
| "@types/react": "*", | |
| "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@types/react": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/react-syntax-highlighter": { | |
| "version": "15.6.6", | |
| "resolved": "https://registry.npmjs.org/react-syntax-highlighter/-/react-syntax-highlighter-15.6.6.tgz", | |
| "integrity": "sha512-DgXrc+AZF47+HvAPEmn7Ua/1p10jNoVZVI/LoPiYdtY+OM+/nG5yefLHKJwdKqY1adMuHFbeyBaG9j64ML7vTw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/runtime": "^7.3.1", | |
| "highlight.js": "^10.4.1", | |
| "highlightjs-vue": "^1.0.0", | |
| "lowlight": "^1.17.0", | |
| "prismjs": "^1.30.0", | |
| "refractor": "^3.6.0" | |
| }, | |
| "peerDependencies": { | |
| "react": ">= 0.14.0" | |
| } | |
| }, | |
| "node_modules/read-cache": { | |
| "version": "1.0.0", | |
| "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", | |
| "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "pify": "^2.3.0" | |
| } | |
| }, | |
| "node_modules/readdirp": { | |
| "version": "3.6.0", | |
| "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", | |
| "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "picomatch": "^2.2.1" | |
| }, | |
| "engines": { | |
| "node": ">=8.10.0" | |
| } | |
| }, | |
| "node_modules/readdirp/node_modules/picomatch": { | |
| "version": "2.3.2", | |
| "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz", | |
| "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=8.6" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/jonschlinkert" | |
| } | |
| }, | |
| "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" | |
| }, | |
| "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/refractor": { | |
| "version": "3.6.0", | |
| "resolved": "https://registry.npmjs.org/refractor/-/refractor-3.6.0.tgz", | |
| "integrity": "sha512-MY9W41IOWxxk31o+YvFCNyNzdkc9M20NoZK5vq6jkv4I/uh2zkWcfudj0Q1fovjUQJrNewS9NMzeTtqPf+n5EA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "hastscript": "^6.0.0", | |
| "parse-entities": "^2.0.0", | |
| "prismjs": "~1.27.0" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/refractor/node_modules/character-entities": { | |
| "version": "1.2.4", | |
| "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz", | |
| "integrity": "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/refractor/node_modules/character-entities-legacy": { | |
| "version": "1.1.4", | |
| "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz", | |
| "integrity": "sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/refractor/node_modules/character-reference-invalid": { | |
| "version": "1.1.4", | |
| "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz", | |
| "integrity": "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/refractor/node_modules/is-alphabetical": { | |
| "version": "1.0.4", | |
| "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz", | |
| "integrity": "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/refractor/node_modules/is-alphanumerical": { | |
| "version": "1.0.4", | |
| "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz", | |
| "integrity": "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "is-alphabetical": "^1.0.0", | |
| "is-decimal": "^1.0.0" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/refractor/node_modules/is-decimal": { | |
| "version": "1.0.4", | |
| "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz", | |
| "integrity": "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/refractor/node_modules/is-hexadecimal": { | |
| "version": "1.0.4", | |
| "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz", | |
| "integrity": "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/refractor/node_modules/parse-entities": { | |
| "version": "2.0.0", | |
| "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-2.0.0.tgz", | |
| "integrity": "sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "character-entities": "^1.0.0", | |
| "character-entities-legacy": "^1.0.0", | |
| "character-reference-invalid": "^1.0.0", | |
| "is-alphanumerical": "^1.0.0", | |
| "is-decimal": "^1.0.0", | |
| "is-hexadecimal": "^1.0.0" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/refractor/node_modules/prismjs": { | |
| "version": "1.27.0", | |
| "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.27.0.tgz", | |
| "integrity": "sha512-t13BGPUlFDR7wRB5kQDG4jjl7XeuH6jbJGt11JHPL96qwsEHNX2+68tFXqc1/k+/jALsbSWJKUOT/hcYAZ5LkA==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6" | |
| } | |
| }, | |
| "node_modules/rehype-highlight": { | |
| "version": "7.0.2", | |
| "resolved": "https://registry.npmjs.org/rehype-highlight/-/rehype-highlight-7.0.2.tgz", | |
| "integrity": "sha512-k158pK7wdC2qL3M5NcZROZ2tR/l7zOzjxXd5VGdcfIyoijjQqpHd3JKtYSBDpDZ38UI2WJWuFAtkMDxmx5kstA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/hast": "^3.0.0", | |
| "hast-util-to-text": "^4.0.0", | |
| "lowlight": "^3.0.0", | |
| "unist-util-visit": "^5.0.0", | |
| "vfile": "^6.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/rehype-highlight/node_modules/highlight.js": { | |
| "version": "11.11.1", | |
| "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.11.1.tgz", | |
| "integrity": "sha512-Xwwo44whKBVCYoliBQwaPvtd/2tYFkRQtXDWj1nackaV2JPXx3L0+Jvd8/qCJ2p+ML0/XVkJ2q+Mr+UVdpJK5w==", | |
| "license": "BSD-3-Clause", | |
| "engines": { | |
| "node": ">=12.0.0" | |
| } | |
| }, | |
| "node_modules/rehype-highlight/node_modules/lowlight": { | |
| "version": "3.3.0", | |
| "resolved": "https://registry.npmjs.org/lowlight/-/lowlight-3.3.0.tgz", | |
| "integrity": "sha512-0JNhgFoPvP6U6lE/UdVsSq99tn6DhjjpAj5MxG49ewd2mOBVtwWYIT8ClyABhq198aXXODMU6Ox8DrGy/CpTZQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/hast": "^3.0.0", | |
| "devlop": "^1.0.0", | |
| "highlight.js": "~11.11.0" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/remark-gfm": { | |
| "version": "4.0.1", | |
| "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.1.tgz", | |
| "integrity": "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/mdast": "^4.0.0", | |
| "mdast-util-gfm": "^3.0.0", | |
| "micromark-extension-gfm": "^3.0.0", | |
| "remark-parse": "^11.0.0", | |
| "remark-stringify": "^11.0.0", | |
| "unified": "^11.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/remark-parse": { | |
| "version": "11.0.0", | |
| "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz", | |
| "integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/mdast": "^4.0.0", | |
| "mdast-util-from-markdown": "^2.0.0", | |
| "micromark-util-types": "^2.0.0", | |
| "unified": "^11.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/remark-rehype": { | |
| "version": "11.1.2", | |
| "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.2.tgz", | |
| "integrity": "sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/hast": "^3.0.0", | |
| "@types/mdast": "^4.0.0", | |
| "mdast-util-to-hast": "^13.0.0", | |
| "unified": "^11.0.0", | |
| "vfile": "^6.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/remark-stringify": { | |
| "version": "11.0.0", | |
| "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz", | |
| "integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/mdast": "^4.0.0", | |
| "mdast-util-to-markdown": "^2.0.0", | |
| "unified": "^11.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "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": { | |
| "version": "1.22.12", | |
| "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.12.tgz", | |
| "integrity": "sha512-TyeJ1zif53BPfHootBGwPRYT1RUt6oGWsaQr8UyZW/eAm9bKoijtvruSDEmZHm92CwS9nj7/fWttqPCgzep8CA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "es-errors": "^1.3.0", | |
| "is-core-module": "^2.16.1", | |
| "path-parse": "^1.0.7", | |
| "supports-preserve-symlinks-flag": "^1.0.0" | |
| }, | |
| "bin": { | |
| "resolve": "bin/resolve" | |
| }, | |
| "engines": { | |
| "node": ">= 0.4" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "node_modules/reusify": { | |
| "version": "1.1.0", | |
| "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz", | |
| "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "iojs": ">=1.0.0", | |
| "node": ">=0.10.0" | |
| } | |
| }, | |
| "node_modules/run-parallel": { | |
| "version": "1.2.0", | |
| "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", | |
| "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/feross" | |
| }, | |
| { | |
| "type": "patreon", | |
| "url": "https://www.patreon.com/feross" | |
| }, | |
| { | |
| "type": "consulting", | |
| "url": "https://feross.org/support" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "queue-microtask": "^1.2.2" | |
| } | |
| }, | |
| "node_modules/scheduler": { | |
| "version": "0.23.2", | |
| "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz", | |
| "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "loose-envify": "^1.1.0" | |
| } | |
| }, | |
| "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/space-separated-tokens": { | |
| "version": "2.0.2", | |
| "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz", | |
| "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/streamsearch": { | |
| "version": "1.1.0", | |
| "resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz", | |
| "integrity": "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==", | |
| "engines": { | |
| "node": ">=10.0.0" | |
| } | |
| }, | |
| "node_modules/stringify-entities": { | |
| "version": "4.0.4", | |
| "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz", | |
| "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "character-entities-html4": "^2.0.0", | |
| "character-entities-legacy": "^3.0.0" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/style-to-js": { | |
| "version": "1.1.21", | |
| "resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.21.tgz", | |
| "integrity": "sha512-RjQetxJrrUJLQPHbLku6U/ocGtzyjbJMP9lCNK7Ag0CNh690nSH8woqWH9u16nMjYBAok+i7JO1NP2pOy8IsPQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "style-to-object": "1.0.14" | |
| } | |
| }, | |
| "node_modules/style-to-object": { | |
| "version": "1.0.14", | |
| "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.14.tgz", | |
| "integrity": "sha512-LIN7rULI0jBscWQYaSswptyderlarFkjQ+t79nzty8tcIAceVomEVlLzH5VP4Cmsv6MtKhs7qaAiwlcp+Mgaxw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "inline-style-parser": "0.2.7" | |
| } | |
| }, | |
| "node_modules/styled-jsx": { | |
| "version": "5.1.1", | |
| "resolved": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.1.tgz", | |
| "integrity": "sha512-pW7uC1l4mBZ8ugbiZrcIsiIvVx1UmTfw7UkC3Um2tmfUq9Bhk8IiyEIPl6F8agHgjzku6j0xQEZbfA5uSgSaCw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "client-only": "0.0.1" | |
| }, | |
| "engines": { | |
| "node": ">= 12.0.0" | |
| }, | |
| "peerDependencies": { | |
| "react": ">= 16.8.0 || 17.x.x || ^18.0.0-0" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@babel/core": { | |
| "optional": true | |
| }, | |
| "babel-plugin-macros": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/sucrase": { | |
| "version": "3.35.1", | |
| "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.1.tgz", | |
| "integrity": "sha512-DhuTmvZWux4H1UOnWMB3sk0sbaCVOoQZjv8u1rDoTV0HTdGem9hkAZtl4JZy8P2z4Bg0nT+YMeOFyVr4zcG5Tw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@jridgewell/gen-mapping": "^0.3.2", | |
| "commander": "^4.0.0", | |
| "lines-and-columns": "^1.1.6", | |
| "mz": "^2.7.0", | |
| "pirates": "^4.0.1", | |
| "tinyglobby": "^0.2.11", | |
| "ts-interface-checker": "^0.1.9" | |
| }, | |
| "bin": { | |
| "sucrase": "bin/sucrase", | |
| "sucrase-node": "bin/sucrase-node" | |
| }, | |
| "engines": { | |
| "node": ">=16 || 14 >=14.17" | |
| } | |
| }, | |
| "node_modules/supports-preserve-symlinks-flag": { | |
| "version": "1.0.0", | |
| "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", | |
| "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.4" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "node_modules/tailwind-merge": { | |
| "version": "2.6.1", | |
| "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.6.1.tgz", | |
| "integrity": "sha512-Oo6tHdpZsGpkKG88HJ8RR1rg/RdnEkQEfMoEk2x1XRI3F1AxeU+ijRXpiVUF4UbLfcxxRGw6TbUINKYdWVsQTQ==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/dcastil" | |
| } | |
| }, | |
| "node_modules/tailwindcss": { | |
| "version": "3.4.19", | |
| "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.19.tgz", | |
| "integrity": "sha512-3ofp+LL8E+pK/JuPLPggVAIaEuhvIz4qNcf3nA1Xn2o/7fb7s/TYpHhwGDv1ZU3PkBluUVaF8PyCHcm48cKLWQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@alloc/quick-lru": "^5.2.0", | |
| "arg": "^5.0.2", | |
| "chokidar": "^3.6.0", | |
| "didyoumean": "^1.2.2", | |
| "dlv": "^1.1.3", | |
| "fast-glob": "^3.3.2", | |
| "glob-parent": "^6.0.2", | |
| "is-glob": "^4.0.3", | |
| "jiti": "^1.21.7", | |
| "lilconfig": "^3.1.3", | |
| "micromatch": "^4.0.8", | |
| "normalize-path": "^3.0.0", | |
| "object-hash": "^3.0.0", | |
| "picocolors": "^1.1.1", | |
| "postcss": "^8.4.47", | |
| "postcss-import": "^15.1.0", | |
| "postcss-js": "^4.0.1", | |
| "postcss-load-config": "^4.0.2 || ^5.0 || ^6.0", | |
| "postcss-nested": "^6.2.0", | |
| "postcss-selector-parser": "^6.1.2", | |
| "resolve": "^1.22.8", | |
| "sucrase": "^3.35.0" | |
| }, | |
| "bin": { | |
| "tailwind": "lib/cli.js", | |
| "tailwindcss": "lib/cli.js" | |
| }, | |
| "engines": { | |
| "node": ">=14.0.0" | |
| } | |
| }, | |
| "node_modules/thenify": { | |
| "version": "3.3.1", | |
| "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz", | |
| "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "any-promise": "^1.0.0" | |
| } | |
| }, | |
| "node_modules/thenify-all": { | |
| "version": "1.6.0", | |
| "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz", | |
| "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "thenify": ">= 3.1.0 < 4" | |
| }, | |
| "engines": { | |
| "node": ">=0.8" | |
| } | |
| }, | |
| "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==", | |
| "dev": true, | |
| "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/to-regex-range": { | |
| "version": "5.0.1", | |
| "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", | |
| "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "is-number": "^7.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=8.0" | |
| } | |
| }, | |
| "node_modules/trim-lines": { | |
| "version": "3.0.1", | |
| "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz", | |
| "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/trough": { | |
| "version": "2.2.0", | |
| "resolved": "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz", | |
| "integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/ts-interface-checker": { | |
| "version": "0.1.13", | |
| "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz", | |
| "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==", | |
| "dev": true, | |
| "license": "Apache-2.0" | |
| }, | |
| "node_modules/tslib": { | |
| "version": "2.8.1", | |
| "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", | |
| "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", | |
| "license": "0BSD" | |
| }, | |
| "node_modules/typescript": { | |
| "version": "5.9.3", | |
| "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", | |
| "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", | |
| "dev": true, | |
| "license": "Apache-2.0", | |
| "bin": { | |
| "tsc": "bin/tsc", | |
| "tsserver": "bin/tsserver" | |
| }, | |
| "engines": { | |
| "node": ">=14.17" | |
| } | |
| }, | |
| "node_modules/undici-types": { | |
| "version": "6.21.0", | |
| "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", | |
| "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/unified": { | |
| "version": "11.0.5", | |
| "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz", | |
| "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "^3.0.0", | |
| "bail": "^2.0.0", | |
| "devlop": "^1.0.0", | |
| "extend": "^3.0.0", | |
| "is-plain-obj": "^4.0.0", | |
| "trough": "^2.0.0", | |
| "vfile": "^6.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/unist-util-find-after": { | |
| "version": "5.0.0", | |
| "resolved": "https://registry.npmjs.org/unist-util-find-after/-/unist-util-find-after-5.0.0.tgz", | |
| "integrity": "sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "^3.0.0", | |
| "unist-util-is": "^6.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/unist-util-is": { | |
| "version": "6.0.1", | |
| "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.1.tgz", | |
| "integrity": "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "^3.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/unist-util-position": { | |
| "version": "5.0.0", | |
| "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz", | |
| "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "^3.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/unist-util-stringify-position": { | |
| "version": "4.0.0", | |
| "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", | |
| "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "^3.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/unist-util-visit": { | |
| "version": "5.1.0", | |
| "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.1.0.tgz", | |
| "integrity": "sha512-m+vIdyeCOpdr/QeQCu2EzxX/ohgS8KbnPDgFni4dQsfSCtpz8UqDyY5GjRru8PDKuYn7Fq19j1CQ+nJSsGKOzg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "^3.0.0", | |
| "unist-util-is": "^6.0.0", | |
| "unist-util-visit-parents": "^6.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/unist-util-visit-parents": { | |
| "version": "6.0.2", | |
| "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz", | |
| "integrity": "sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "^3.0.0", | |
| "unist-util-is": "^6.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "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/use-callback-ref": { | |
| "version": "1.3.3", | |
| "resolved": "https://registry.npmjs.org/use-callback-ref/-/use-callback-ref-1.3.3.tgz", | |
| "integrity": "sha512-jQL3lRnocaFtu3V00JToYz/4QkNWswxijDaCVNZRiRTO3HQDLsdu1ZtmIUvV4yPp+rvWm5j0y0TG/S61cuijTg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "tslib": "^2.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=10" | |
| }, | |
| "peerDependencies": { | |
| "@types/react": "*", | |
| "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@types/react": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/use-sidecar": { | |
| "version": "1.1.3", | |
| "resolved": "https://registry.npmjs.org/use-sidecar/-/use-sidecar-1.1.3.tgz", | |
| "integrity": "sha512-Fedw0aZvkhynoPYlA5WXrMCAMm+nSWdZt6lzJQ7Ok8S6Q+VsHmHpRWndVRJ8Be0ZbkfPc5LRYH+5XrzXcEeLRQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "detect-node-es": "^1.1.0", | |
| "tslib": "^2.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=10" | |
| }, | |
| "peerDependencies": { | |
| "@types/react": "*", | |
| "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@types/react": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "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/util-deprecate": { | |
| "version": "1.0.2", | |
| "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", | |
| "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/vfile": { | |
| "version": "6.0.3", | |
| "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", | |
| "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "^3.0.0", | |
| "vfile-message": "^4.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/vfile-message": { | |
| "version": "4.0.3", | |
| "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.3.tgz", | |
| "integrity": "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "^3.0.0", | |
| "unist-util-stringify-position": "^4.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "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/void-elements": { | |
| "version": "3.1.0", | |
| "resolved": "https://registry.npmjs.org/void-elements/-/void-elements-3.1.0.tgz", | |
| "integrity": "sha512-Dhxzh5HZuiHQhbvTW9AMetFfBHDMYpo23Uo9btPXgdYP+3T5S+p+jgNy7spra+veYhBP2dCSgxR/i2Y02h5/6w==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=0.10.0" | |
| } | |
| }, | |
| "node_modules/xtend": { | |
| "version": "4.0.2", | |
| "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", | |
| "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=0.4" | |
| } | |
| }, | |
| "node_modules/zustand": { | |
| "version": "4.5.7", | |
| "resolved": "https://registry.npmjs.org/zustand/-/zustand-4.5.7.tgz", | |
| "integrity": "sha512-CHOUy7mu3lbD6o6LJLfllpjkzhHXSBlX8B9+qPddUsIfeF5S/UZ5q0kmCsnRqT1UHFQZchNFDDzMbQsuesHWlw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "use-sync-external-store": "^1.2.2" | |
| }, | |
| "engines": { | |
| "node": ">=12.7.0" | |
| }, | |
| "peerDependencies": { | |
| "@types/react": ">=16.8", | |
| "immer": ">=9.0.6", | |
| "react": ">=16.8" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@types/react": { | |
| "optional": true | |
| }, | |
| "immer": { | |
| "optional": true | |
| }, | |
| "react": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/zwitch": { | |
| "version": "2.0.4", | |
| "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz", | |
| "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| } | |
| } | |
| } | |