|
@@ -0,0 +1,4476 @@
|
|
|
|
|
+{
|
|
|
|
|
+ "name": "awesome_webui",
|
|
|
|
|
+ "version": "0.0.0",
|
|
|
|
|
+ "lockfileVersion": 3,
|
|
|
|
|
+ "requires": true,
|
|
|
|
|
+ "packages": {
|
|
|
|
|
+ "": {
|
|
|
|
|
+ "name": "awesome_webui",
|
|
|
|
|
+ "version": "0.0.0",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@radix-ui/react-collapsible": "^1.1.12",
|
|
|
|
|
+ "@radix-ui/react-dialog": "^1.1.15",
|
|
|
|
|
+ "@radix-ui/react-label": "^2.1.8",
|
|
|
|
|
+ "@radix-ui/react-scroll-area": "^1.2.10",
|
|
|
|
|
+ "@radix-ui/react-separator": "^1.1.8",
|
|
|
|
|
+ "@radix-ui/react-slider": "^1.3.6",
|
|
|
|
|
+ "@radix-ui/react-slot": "^1.2.4",
|
|
|
|
|
+ "@radix-ui/react-switch": "^1.2.6",
|
|
|
|
|
+ "@radix-ui/react-toggle-group": "^1.1.11",
|
|
|
|
|
+ "@tailwindcss/vite": "^4.2.1",
|
|
|
|
|
+ "class-variance-authority": "^0.7.1",
|
|
|
|
|
+ "clsx": "^2.1.1",
|
|
|
|
|
+ "lucide-react": "^0.577.0",
|
|
|
|
|
+ "react": "^19.2.0",
|
|
|
|
|
+ "react-dom": "^19.2.0",
|
|
|
|
|
+ "tailwind-merge": "^3.5.0",
|
|
|
|
|
+ "tailwindcss": "^4.2.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "devDependencies": {
|
|
|
|
|
+ "@eslint/js": "^9.39.1",
|
|
|
|
|
+ "@types/node": "^24.10.1",
|
|
|
|
|
+ "@types/react": "^19.2.7",
|
|
|
|
|
+ "@types/react-dom": "^19.2.3",
|
|
|
|
|
+ "@vitejs/plugin-react-swc": "^4.2.2",
|
|
|
|
|
+ "eslint": "^9.39.1",
|
|
|
|
|
+ "eslint-plugin-react-hooks": "^7.0.1",
|
|
|
|
|
+ "eslint-plugin-react-refresh": "^0.4.24",
|
|
|
|
|
+ "globals": "^16.5.0",
|
|
|
|
|
+ "typescript": "~5.9.3",
|
|
|
|
|
+ "typescript-eslint": "^8.48.0",
|
|
|
|
|
+ "vite": "^7.3.1"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@babel/code-frame": {
|
|
|
|
|
+ "version": "7.29.0",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@babel/helper-validator-identifier": "^7.28.5",
|
|
|
|
|
+ "js-tokens": "^4.0.0",
|
|
|
|
|
+ "picocolors": "^1.1.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=6.9.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@babel/compat-data": {
|
|
|
|
|
+ "version": "7.29.0",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=6.9.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@babel/core": {
|
|
|
|
|
+ "version": "7.29.0",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@babel/code-frame": "^7.29.0",
|
|
|
|
|
+ "@babel/generator": "^7.29.0",
|
|
|
|
|
+ "@babel/helper-compilation-targets": "^7.28.6",
|
|
|
|
|
+ "@babel/helper-module-transforms": "^7.28.6",
|
|
|
|
|
+ "@babel/helpers": "^7.28.6",
|
|
|
|
|
+ "@babel/parser": "^7.29.0",
|
|
|
|
|
+ "@babel/template": "^7.28.6",
|
|
|
|
|
+ "@babel/traverse": "^7.29.0",
|
|
|
|
|
+ "@babel/types": "^7.29.0",
|
|
|
|
|
+ "@jridgewell/remapping": "^2.3.5",
|
|
|
|
|
+ "convert-source-map": "^2.0.0",
|
|
|
|
|
+ "debug": "^4.1.0",
|
|
|
|
|
+ "gensync": "^1.0.0-beta.2",
|
|
|
|
|
+ "json5": "^2.2.3",
|
|
|
|
|
+ "semver": "^6.3.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=6.9.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "type": "opencollective",
|
|
|
|
|
+ "url": "https://opencollective.com/babel"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@babel/generator": {
|
|
|
|
|
+ "version": "7.29.1",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@babel/parser": "^7.29.0",
|
|
|
|
|
+ "@babel/types": "^7.29.0",
|
|
|
|
|
+ "@jridgewell/gen-mapping": "^0.3.12",
|
|
|
|
|
+ "@jridgewell/trace-mapping": "^0.3.28",
|
|
|
|
|
+ "jsesc": "^3.0.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=6.9.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@babel/helper-compilation-targets": {
|
|
|
|
|
+ "version": "7.28.6",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@babel/compat-data": "^7.28.6",
|
|
|
|
|
+ "@babel/helper-validator-option": "^7.27.1",
|
|
|
|
|
+ "browserslist": "^4.24.0",
|
|
|
|
|
+ "lru-cache": "^5.1.1",
|
|
|
|
|
+ "semver": "^6.3.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=6.9.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@babel/helper-globals": {
|
|
|
|
|
+ "version": "7.28.0",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=6.9.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@babel/helper-module-imports": {
|
|
|
|
|
+ "version": "7.28.6",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@babel/traverse": "^7.28.6",
|
|
|
|
|
+ "@babel/types": "^7.28.6"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=6.9.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@babel/helper-module-transforms": {
|
|
|
|
|
+ "version": "7.28.6",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@babel/helper-module-imports": "^7.28.6",
|
|
|
|
|
+ "@babel/helper-validator-identifier": "^7.28.5",
|
|
|
|
|
+ "@babel/traverse": "^7.28.6"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=6.9.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "@babel/core": "^7.0.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@babel/helper-string-parser": {
|
|
|
|
|
+ "version": "7.27.1",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=6.9.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@babel/helper-validator-identifier": {
|
|
|
|
|
+ "version": "7.28.5",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=6.9.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@babel/helper-validator-option": {
|
|
|
|
|
+ "version": "7.27.1",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=6.9.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@babel/helpers": {
|
|
|
|
|
+ "version": "7.28.6",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@babel/template": "^7.28.6",
|
|
|
|
|
+ "@babel/types": "^7.28.6"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=6.9.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@babel/parser": {
|
|
|
|
|
+ "version": "7.29.0",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@babel/types": "^7.29.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "bin": {
|
|
|
|
|
+ "parser": "bin/babel-parser.js"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=6.0.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@babel/template": {
|
|
|
|
|
+ "version": "7.28.6",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@babel/code-frame": "^7.28.6",
|
|
|
|
|
+ "@babel/parser": "^7.28.6",
|
|
|
|
|
+ "@babel/types": "^7.28.6"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=6.9.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@babel/traverse": {
|
|
|
|
|
+ "version": "7.29.0",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@babel/code-frame": "^7.29.0",
|
|
|
|
|
+ "@babel/generator": "^7.29.0",
|
|
|
|
|
+ "@babel/helper-globals": "^7.28.0",
|
|
|
|
|
+ "@babel/parser": "^7.29.0",
|
|
|
|
|
+ "@babel/template": "^7.28.6",
|
|
|
|
|
+ "@babel/types": "^7.29.0",
|
|
|
|
|
+ "debug": "^4.3.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=6.9.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@babel/types": {
|
|
|
|
|
+ "version": "7.29.0",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@babel/helper-string-parser": "^7.27.1",
|
|
|
|
|
+ "@babel/helper-validator-identifier": "^7.28.5"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=6.9.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@esbuild/aix-ppc64": {
|
|
|
|
|
+ "version": "0.27.3",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-9fJMTNFTWZMh5qwrBItuziu834eOCUcEqymSH7pY+zoMVEZg3gcPuBNxH1EvfVYe9h0x/Ptw8KBzv7qxb7l8dg==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "ppc64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "aix"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=18"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@esbuild/android-arm": {
|
|
|
|
|
+ "version": "0.27.3",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-i5D1hPY7GIQmXlXhs2w8AWHhenb00+GxjxRncS2ZM7YNVGNfaMxgzSGuO8o8SJzRc/oZwU2bcScvVERk03QhzA==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "android"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=18"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@esbuild/android-arm64": {
|
|
|
|
|
+ "version": "0.27.3",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-YdghPYUmj/FX2SYKJ0OZxf+iaKgMsKHVPF1MAq/P8WirnSpCStzKJFjOjzsW0QQ7oIAiccHdcqjbHmJxRb/dmg==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "android"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=18"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@esbuild/android-x64": {
|
|
|
|
|
+ "version": "0.27.3",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-IN/0BNTkHtk8lkOM8JWAYFg4ORxBkZQf9zXiEOfERX/CzxW3Vg1ewAhU7QSWQpVIzTW+b8Xy+lGzdYXV6UZObQ==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "x64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "android"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=18"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@esbuild/darwin-arm64": {
|
|
|
|
|
+ "version": "0.27.3",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-Re491k7ByTVRy0t3EKWajdLIr0gz2kKKfzafkth4Q8A5n1xTHrkqZgLLjFEHVD+AXdUGgQMq+Godfq45mGpCKg==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "darwin"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=18"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@esbuild/darwin-x64": {
|
|
|
|
|
+ "version": "0.27.3",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-vHk/hA7/1AckjGzRqi6wbo+jaShzRowYip6rt6q7VYEDX4LEy1pZfDpdxCBnGtl+A5zq8iXDcyuxwtv3hNtHFg==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "x64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "darwin"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=18"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@esbuild/freebsd-arm64": {
|
|
|
|
|
+ "version": "0.27.3",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-ipTYM2fjt3kQAYOvo6vcxJx3nBYAzPjgTCk7QEgZG8AUO3ydUhvelmhrbOheMnGOlaSFUoHXB6un+A7q4ygY9w==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "freebsd"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=18"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@esbuild/freebsd-x64": {
|
|
|
|
|
+ "version": "0.27.3",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-dDk0X87T7mI6U3K9VjWtHOXqwAMJBNN2r7bejDsc+j03SEjtD9HrOl8gVFByeM0aJksoUuUVU9TBaZa2rgj0oA==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "x64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "freebsd"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=18"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@esbuild/linux-arm": {
|
|
|
|
|
+ "version": "0.27.3",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-s6nPv2QkSupJwLYyfS+gwdirm0ukyTFNl3KTgZEAiJDd+iHZcbTPPcWCcRYH+WlNbwChgH2QkE9NSlNrMT8Gfw==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=18"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@esbuild/linux-arm64": {
|
|
|
|
|
+ "version": "0.27.3",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-sZOuFz/xWnZ4KH3YfFrKCf1WyPZHakVzTiqji3WDc0BCl2kBwiJLCXpzLzUBLgmp4veFZdvN5ChW4Eq/8Fc2Fg==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=18"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@esbuild/linux-ia32": {
|
|
|
|
|
+ "version": "0.27.3",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-yGlQYjdxtLdh0a3jHjuwOrxQjOZYD/C9PfdbgJJF3TIZWnm/tMd/RcNiLngiu4iwcBAOezdnSLAwQDPqTmtTYg==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "ia32"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=18"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@esbuild/linux-loong64": {
|
|
|
|
|
+ "version": "0.27.3",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-WO60Sn8ly3gtzhyjATDgieJNet/KqsDlX5nRC5Y3oTFcS1l0KWba+SEa9Ja1GfDqSF1z6hif/SkpQJbL63cgOA==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "loong64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=18"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@esbuild/linux-mips64el": {
|
|
|
|
|
+ "version": "0.27.3",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-APsymYA6sGcZ4pD6k+UxbDjOFSvPWyZhjaiPyl/f79xKxwTnrn5QUnXR5prvetuaSMsb4jgeHewIDCIWljrSxw==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "mips64el"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=18"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@esbuild/linux-ppc64": {
|
|
|
|
|
+ "version": "0.27.3",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-eizBnTeBefojtDb9nSh4vvVQ3V9Qf9Df01PfawPcRzJH4gFSgrObw+LveUyDoKU3kxi5+9RJTCWlj4FjYXVPEA==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "ppc64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=18"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@esbuild/linux-riscv64": {
|
|
|
|
|
+ "version": "0.27.3",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-3Emwh0r5wmfm3ssTWRQSyVhbOHvqegUDRd0WhmXKX2mkHJe1SFCMJhagUleMq+Uci34wLSipf8Lagt4LlpRFWQ==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "riscv64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=18"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@esbuild/linux-s390x": {
|
|
|
|
|
+ "version": "0.27.3",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-pBHUx9LzXWBc7MFIEEL0yD/ZVtNgLytvx60gES28GcWMqil8ElCYR4kvbV2BDqsHOvVDRrOxGySBM9Fcv744hw==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "s390x"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=18"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@esbuild/linux-x64": {
|
|
|
|
|
+ "version": "0.27.3",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "x64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=18"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@esbuild/netbsd-arm64": {
|
|
|
|
|
+ "version": "0.27.3",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-sDpk0RgmTCR/5HguIZa9n9u+HVKf40fbEUt+iTzSnCaGvY9kFP0YKBWZtJaraonFnqef5SlJ8/TiPAxzyS+UoA==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "netbsd"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=18"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@esbuild/netbsd-x64": {
|
|
|
|
|
+ "version": "0.27.3",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-P14lFKJl/DdaE00LItAukUdZO5iqNH7+PjoBm+fLQjtxfcfFE20Xf5CrLsmZdq5LFFZzb5JMZ9grUwvtVYzjiA==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "x64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "netbsd"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=18"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@esbuild/openbsd-arm64": {
|
|
|
|
|
+ "version": "0.27.3",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-AIcMP77AvirGbRl/UZFTq5hjXK+2wC7qFRGoHSDrZ5v5b8DK/GYpXW3CPRL53NkvDqb9D+alBiC/dV0Fb7eJcw==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "openbsd"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=18"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@esbuild/openbsd-x64": {
|
|
|
|
|
+ "version": "0.27.3",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-DnW2sRrBzA+YnE70LKqnM3P+z8vehfJWHXECbwBmH/CU51z6FiqTQTHFenPlHmo3a8UgpLyH3PT+87OViOh1AQ==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "x64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "openbsd"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=18"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@esbuild/openharmony-arm64": {
|
|
|
|
|
+ "version": "0.27.3",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-NinAEgr/etERPTsZJ7aEZQvvg/A6IsZG/LgZy+81wON2huV7SrK3e63dU0XhyZP4RKGyTm7aOgmQk0bGp0fy2g==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "openharmony"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=18"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@esbuild/sunos-x64": {
|
|
|
|
|
+ "version": "0.27.3",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-PanZ+nEz+eWoBJ8/f8HKxTTD172SKwdXebZ0ndd953gt1HRBbhMsaNqjTyYLGLPdoWHy4zLU7bDVJztF5f3BHA==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "x64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "sunos"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=18"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@esbuild/win32-arm64": {
|
|
|
|
|
+ "version": "0.27.3",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-B2t59lWWYrbRDw/tjiWOuzSsFh1Y/E95ofKz7rIVYSQkUYBjfSgf6oeYPNWHToFRr2zx52JKApIcAS/D5TUBnA==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "win32"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=18"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@esbuild/win32-ia32": {
|
|
|
|
|
+ "version": "0.27.3",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-QLKSFeXNS8+tHW7tZpMtjlNb7HKau0QDpwm49u0vUp9y1WOF+PEzkU84y9GqYaAVW8aH8f3GcBck26jh54cX4Q==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "ia32"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "win32"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=18"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@esbuild/win32-x64": {
|
|
|
|
|
+ "version": "0.27.3",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-4uJGhsxuptu3OcpVAzli+/gWusVGwZZHTlS63hh++ehExkVT8SgiEf7/uC/PclrPPkLhZqGgCTjd0VWLo6xMqA==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "x64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "win32"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=18"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@eslint-community/eslint-utils": {
|
|
|
|
|
+ "version": "4.9.1",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "eslint-visitor-keys": "^3.4.3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://opencollective.com/eslint"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
|
|
|
|
|
+ "version": "3.4.3",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "Apache-2.0",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://opencollective.com/eslint"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@eslint-community/regexpp": {
|
|
|
|
|
+ "version": "4.12.2",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@eslint/config-array": {
|
|
|
|
|
+ "version": "0.21.1",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "Apache-2.0",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@eslint/object-schema": "^2.1.7",
|
|
|
|
|
+ "debug": "^4.3.1",
|
|
|
|
|
+ "minimatch": "^3.1.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@eslint/config-helpers": {
|
|
|
|
|
+ "version": "0.4.2",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "Apache-2.0",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@eslint/core": "^0.17.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@eslint/core": {
|
|
|
|
|
+ "version": "0.17.0",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "Apache-2.0",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@types/json-schema": "^7.0.15"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@eslint/eslintrc": {
|
|
|
|
|
+ "version": "3.3.4",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "ajv": "^6.14.0",
|
|
|
|
|
+ "debug": "^4.3.2",
|
|
|
|
|
+ "espree": "^10.0.1",
|
|
|
|
|
+ "globals": "^14.0.0",
|
|
|
|
|
+ "ignore": "^5.2.0",
|
|
|
|
|
+ "import-fresh": "^3.2.1",
|
|
|
|
|
+ "js-yaml": "^4.1.1",
|
|
|
|
|
+ "minimatch": "^3.1.3",
|
|
|
|
|
+ "strip-json-comments": "^3.1.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://opencollective.com/eslint"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@eslint/eslintrc/node_modules/globals": {
|
|
|
|
|
+ "version": "14.0.0",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=18"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@eslint/js": {
|
|
|
|
|
+ "version": "9.39.3",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://eslint.org/donate"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@eslint/object-schema": {
|
|
|
|
|
+ "version": "2.1.7",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "Apache-2.0",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@eslint/plugin-kit": {
|
|
|
|
|
+ "version": "0.4.1",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "Apache-2.0",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@eslint/core": "^0.17.0",
|
|
|
|
|
+ "levn": "^0.4.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@humanfs/core": {
|
|
|
|
|
+ "version": "0.19.1",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "Apache-2.0",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=18.18.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@humanfs/node": {
|
|
|
|
|
+ "version": "0.16.7",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "Apache-2.0",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@humanfs/core": "^0.19.1",
|
|
|
|
|
+ "@humanwhocodes/retry": "^0.4.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=18.18.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@humanwhocodes/module-importer": {
|
|
|
|
|
+ "version": "1.0.1",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "Apache-2.0",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12.22"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "type": "github",
|
|
|
|
|
+ "url": "https://github.com/sponsors/nzakas"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@humanwhocodes/retry": {
|
|
|
|
|
+ "version": "0.4.3",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "Apache-2.0",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=18.18"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "type": "github",
|
|
|
|
|
+ "url": "https://github.com/sponsors/nzakas"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@jridgewell/gen-mapping": {
|
|
|
|
|
+ "version": "0.3.13",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@jridgewell/sourcemap-codec": "^1.5.0",
|
|
|
|
|
+ "@jridgewell/trace-mapping": "^0.3.24"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@jridgewell/remapping": {
|
|
|
|
|
+ "version": "2.3.5",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@jridgewell/gen-mapping": "^0.3.5",
|
|
|
|
|
+ "@jridgewell/trace-mapping": "^0.3.24"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@jridgewell/resolve-uri": {
|
|
|
|
|
+ "version": "3.1.2",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=6.0.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@jridgewell/sourcemap-codec": {
|
|
|
|
|
+ "version": "1.5.5",
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@jridgewell/trace-mapping": {
|
|
|
|
|
+ "version": "0.3.31",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@jridgewell/resolve-uri": "^3.1.0",
|
|
|
|
|
+ "@jridgewell/sourcemap-codec": "^1.4.14"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@radix-ui/number": {
|
|
|
|
|
+ "version": "1.1.1",
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@radix-ui/primitive": {
|
|
|
|
|
+ "version": "1.1.3",
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@radix-ui/react-collapsible": {
|
|
|
|
|
+ "version": "1.1.12",
|
|
|
|
|
+ "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-presence": "1.1.5",
|
|
|
|
|
+ "@radix-ui/react-primitive": "2.1.3",
|
|
|
|
|
+ "@radix-ui/react-use-controllable-state": "1.2.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-collection": {
|
|
|
|
|
+ "version": "1.1.7",
|
|
|
|
|
+ "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",
|
|
|
|
|
+ "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",
|
|
|
|
|
+ "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",
|
|
|
|
|
+ "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",
|
|
|
|
|
+ "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",
|
|
|
|
|
+ "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",
|
|
|
|
|
+ "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",
|
|
|
|
|
+ "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-focus-guards": {
|
|
|
|
|
+ "version": "1.1.3",
|
|
|
|
|
+ "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",
|
|
|
|
|
+ "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",
|
|
|
|
|
+ "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-label": {
|
|
|
|
|
+ "version": "2.1.8",
|
|
|
|
|
+ "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-label/node_modules/@radix-ui/react-primitive": {
|
|
|
|
|
+ "version": "2.1.4",
|
|
|
|
|
+ "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-portal": {
|
|
|
|
|
+ "version": "1.1.9",
|
|
|
|
|
+ "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",
|
|
|
|
|
+ "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",
|
|
|
|
|
+ "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",
|
|
|
|
|
+ "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-roving-focus": {
|
|
|
|
|
+ "version": "1.1.11",
|
|
|
|
|
+ "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-scroll-area": {
|
|
|
|
|
+ "version": "1.2.10",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@radix-ui/number": "1.1.1",
|
|
|
|
|
+ "@radix-ui/primitive": "1.1.3",
|
|
|
|
|
+ "@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-presence": "1.1.5",
|
|
|
|
|
+ "@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"
|
|
|
|
|
+ },
|
|
|
|
|
+ "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",
|
|
|
|
|
+ "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",
|
|
|
|
|
+ "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-slider": {
|
|
|
|
|
+ "version": "1.3.6",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@radix-ui/number": "1.1.1",
|
|
|
|
|
+ "@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-primitive": "2.1.3",
|
|
|
|
|
+ "@radix-ui/react-use-controllable-state": "1.2.2",
|
|
|
|
|
+ "@radix-ui/react-use-layout-effect": "1.1.1",
|
|
|
|
|
+ "@radix-ui/react-use-previous": "1.1.1",
|
|
|
|
|
+ "@radix-ui/react-use-size": "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-slot": {
|
|
|
|
|
+ "version": "1.2.4",
|
|
|
|
|
+ "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-switch": {
|
|
|
|
|
+ "version": "1.2.6",
|
|
|
|
|
+ "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-primitive": "2.1.3",
|
|
|
|
|
+ "@radix-ui/react-use-controllable-state": "1.2.2",
|
|
|
|
|
+ "@radix-ui/react-use-previous": "1.1.1",
|
|
|
|
|
+ "@radix-ui/react-use-size": "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-toggle": {
|
|
|
|
|
+ "version": "1.1.10",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@radix-ui/primitive": "1.1.3",
|
|
|
|
|
+ "@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-toggle-group": {
|
|
|
|
|
+ "version": "1.1.11",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@radix-ui/primitive": "1.1.3",
|
|
|
|
|
+ "@radix-ui/react-context": "1.1.2",
|
|
|
|
|
+ "@radix-ui/react-direction": "1.1.1",
|
|
|
|
|
+ "@radix-ui/react-primitive": "2.1.3",
|
|
|
|
|
+ "@radix-ui/react-roving-focus": "1.1.11",
|
|
|
|
|
+ "@radix-ui/react-toggle": "1.1.10",
|
|
|
|
|
+ "@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-use-callback-ref": {
|
|
|
|
|
+ "version": "1.1.1",
|
|
|
|
|
+ "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",
|
|
|
|
|
+ "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",
|
|
|
|
|
+ "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",
|
|
|
|
|
+ "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",
|
|
|
|
|
+ "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-previous": {
|
|
|
|
|
+ "version": "1.1.1",
|
|
|
|
|
+ "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-size": {
|
|
|
|
|
+ "version": "1.1.1",
|
|
|
|
|
+ "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/@rolldown/pluginutils": {
|
|
|
|
|
+ "version": "1.0.0-rc.2",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@rollup/rollup-android-arm-eabi": {
|
|
|
|
|
+ "version": "4.59.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.59.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-upnNBkA6ZH2VKGcBj9Fyl9IGNPULcjXRlg0LLeaioQWueH30p6IXtJEbKAgvyv+mJaMxSm1l6xwDXYjpEMiLMg==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "android"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@rollup/rollup-android-arm64": {
|
|
|
|
|
+ "version": "4.59.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.59.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-hZ+Zxj3SySm4A/DylsDKZAeVg0mvi++0PYVceVyX7hemkw7OreKdCvW2oQ3T1FMZvCaQXqOTHb8qmBShoqk69Q==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "android"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@rollup/rollup-darwin-arm64": {
|
|
|
|
|
+ "version": "4.59.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.59.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-W2Psnbh1J8ZJw0xKAd8zdNgF9HRLkdWwwdWqubSVk0pUuQkoHnv7rx4GiF9rT4t5DIZGAsConRE3AxCdJ4m8rg==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "darwin"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@rollup/rollup-darwin-x64": {
|
|
|
|
|
+ "version": "4.59.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.59.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-ZW2KkwlS4lwTv7ZVsYDiARfFCnSGhzYPdiOU4IM2fDbL+QGlyAbjgSFuqNRbSthybLbIJ915UtZBtmuLrQAT/w==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "x64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "darwin"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@rollup/rollup-freebsd-arm64": {
|
|
|
|
|
+ "version": "4.59.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.59.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-EsKaJ5ytAu9jI3lonzn3BgG8iRBjV4LxZexygcQbpiU0wU0ATxhNVEpXKfUa0pS05gTcSDMKpn3Sx+QB9RlTTA==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "freebsd"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@rollup/rollup-freebsd-x64": {
|
|
|
|
|
+ "version": "4.59.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.59.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-d3DuZi2KzTMjImrxoHIAODUZYoUUMsuUiY4SRRcJy6NJoZ6iIqWnJu9IScV9jXysyGMVuW+KNzZvBLOcpdl3Vg==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "x64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "freebsd"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
|
|
|
|
|
+ "version": "4.59.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.59.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-t4ONHboXi/3E0rT6OZl1pKbl2Vgxf9vJfWgmUoCEVQVxhW6Cw/c8I6hbbu7DAvgp82RKiH7TpLwxnJeKv2pbsw==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "libc": [
|
|
|
|
|
+ "glibc"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@rollup/rollup-linux-arm-musleabihf": {
|
|
|
|
|
+ "version": "4.59.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.59.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-CikFT7aYPA2ufMD086cVORBYGHffBo4K8MQ4uPS/ZnY54GKj36i196u8U+aDVT2LX4eSMbyHtyOh7D7Zvk2VvA==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "libc": [
|
|
|
|
|
+ "musl"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@rollup/rollup-linux-arm64-gnu": {
|
|
|
|
|
+ "version": "4.59.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.59.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-jYgUGk5aLd1nUb1CtQ8E+t5JhLc9x5WdBKew9ZgAXg7DBk0ZHErLHdXM24rfX+bKrFe+Xp5YuJo54I5HFjGDAA==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "libc": [
|
|
|
|
|
+ "glibc"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@rollup/rollup-linux-arm64-musl": {
|
|
|
|
|
+ "version": "4.59.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.59.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-peZRVEdnFWZ5Bh2KeumKG9ty7aCXzzEsHShOZEFiCQlDEepP1dpUl/SrUNXNg13UmZl+gzVDPsiCwnV1uI0RUA==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "libc": [
|
|
|
|
|
+ "musl"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@rollup/rollup-linux-loong64-gnu": {
|
|
|
|
|
+ "version": "4.59.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.59.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-gbUSW/97f7+r4gHy3Jlup8zDG190AuodsWnNiXErp9mT90iCy9NKKU0Xwx5k8VlRAIV2uU9CsMnEFg/xXaOfXg==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "loong64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "libc": [
|
|
|
|
|
+ "glibc"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@rollup/rollup-linux-loong64-musl": {
|
|
|
|
|
+ "version": "4.59.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.59.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-yTRONe79E+o0FWFijasoTjtzG9EBedFXJMl888NBEDCDV9I2wGbFFfJQQe63OijbFCUZqxpHz1GzpbtSFikJ4Q==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "loong64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "libc": [
|
|
|
|
|
+ "musl"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@rollup/rollup-linux-ppc64-gnu": {
|
|
|
|
|
+ "version": "4.59.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.59.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-sw1o3tfyk12k3OEpRddF68a1unZ5VCN7zoTNtSn2KndUE+ea3m3ROOKRCZxEpmT9nsGnogpFP9x6mnLTCaoLkA==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "ppc64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "libc": [
|
|
|
|
|
+ "glibc"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@rollup/rollup-linux-ppc64-musl": {
|
|
|
|
|
+ "version": "4.59.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.59.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-+2kLtQ4xT3AiIxkzFVFXfsmlZiG5FXYW7ZyIIvGA7Bdeuh9Z0aN4hVyXS/G1E9bTP/vqszNIN/pUKCk/BTHsKA==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "ppc64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "libc": [
|
|
|
|
|
+ "musl"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@rollup/rollup-linux-riscv64-gnu": {
|
|
|
|
|
+ "version": "4.59.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.59.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-NDYMpsXYJJaj+I7UdwIuHHNxXZ/b/N2hR15NyH3m2qAtb/hHPA4g4SuuvrdxetTdndfj9b1WOmy73kcPRoERUg==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "riscv64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "libc": [
|
|
|
|
|
+ "glibc"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@rollup/rollup-linux-riscv64-musl": {
|
|
|
|
|
+ "version": "4.59.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.59.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-nLckB8WOqHIf1bhymk+oHxvM9D3tyPndZH8i8+35p/1YiVoVswPid2yLzgX7ZJP0KQvnkhM4H6QZ5m0LzbyIAg==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "riscv64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "libc": [
|
|
|
|
|
+ "musl"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@rollup/rollup-linux-s390x-gnu": {
|
|
|
|
|
+ "version": "4.59.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.59.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-oF87Ie3uAIvORFBpwnCvUzdeYUqi2wY6jRFWJAy1qus/udHFYIkplYRW+wo+GRUP4sKzYdmE1Y3+rY5Gc4ZO+w==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "s390x"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "libc": [
|
|
|
|
|
+ "glibc"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@rollup/rollup-linux-x64-gnu": {
|
|
|
|
|
+ "version": "4.59.0",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "x64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "libc": [
|
|
|
|
|
+ "glibc"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@rollup/rollup-linux-x64-musl": {
|
|
|
|
|
+ "version": "4.59.0",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "x64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "libc": [
|
|
|
|
|
+ "musl"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@rollup/rollup-openbsd-x64": {
|
|
|
|
|
+ "version": "4.59.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.59.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-M3bLRAVk6GOwFlPTIxVBSYKUaqfLrn8l0psKinkCFxl4lQvOSz8ZrKDz2gxcBwHFpci0B6rttydI4IpS4IS/jQ==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "x64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "openbsd"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@rollup/rollup-openharmony-arm64": {
|
|
|
|
|
+ "version": "4.59.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.59.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-tt9KBJqaqp5i5HUZzoafHZX8b5Q2Fe7UjYERADll83O4fGqJ49O1FsL6LpdzVFQcpwvnyd0i+K/VSwu/o/nWlA==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "openharmony"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@rollup/rollup-win32-arm64-msvc": {
|
|
|
|
|
+ "version": "4.59.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.59.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-V5B6mG7OrGTwnxaNUzZTDTjDS7F75PO1ae6MJYdiMu60sq0CqN5CVeVsbhPxalupvTX8gXVSU9gq+Rx1/hvu6A==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "win32"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@rollup/rollup-win32-ia32-msvc": {
|
|
|
|
|
+ "version": "4.59.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.59.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-UKFMHPuM9R0iBegwzKF4y0C4J9u8C6MEJgFuXTBerMk7EJ92GFVFYBfOZaSGLu6COf7FxpQNqhNS4c4icUPqxA==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "ia32"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "win32"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@rollup/rollup-win32-x64-gnu": {
|
|
|
|
|
+ "version": "4.59.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.59.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-laBkYlSS1n2L8fSo1thDNGrCTQMmxjYY5G0WFWjFFYZkKPjsMBsgJfGf4TLxXrF6RyhI60L8TMOjBMvXiTcxeA==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "x64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "win32"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@rollup/rollup-win32-x64-msvc": {
|
|
|
|
|
+ "version": "4.59.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.59.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-2HRCml6OztYXyJXAvdDXPKcawukWY2GpR5/nxKp4iBgiO3wcoEGkAaqctIbZcNB6KlUQBIqt8VYkNSj2397EfA==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "x64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "win32"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@swc/core": {
|
|
|
|
|
+ "version": "1.15.18",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "hasInstallScript": true,
|
|
|
|
|
+ "license": "Apache-2.0",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@swc/counter": "^0.1.3",
|
|
|
|
|
+ "@swc/types": "^0.1.25"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=10"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "type": "opencollective",
|
|
|
|
|
+ "url": "https://opencollective.com/swc"
|
|
|
|
|
+ },
|
|
|
|
|
+ "optionalDependencies": {
|
|
|
|
|
+ "@swc/core-darwin-arm64": "1.15.18",
|
|
|
|
|
+ "@swc/core-darwin-x64": "1.15.18",
|
|
|
|
|
+ "@swc/core-linux-arm-gnueabihf": "1.15.18",
|
|
|
|
|
+ "@swc/core-linux-arm64-gnu": "1.15.18",
|
|
|
|
|
+ "@swc/core-linux-arm64-musl": "1.15.18",
|
|
|
|
|
+ "@swc/core-linux-x64-gnu": "1.15.18",
|
|
|
|
|
+ "@swc/core-linux-x64-musl": "1.15.18",
|
|
|
|
|
+ "@swc/core-win32-arm64-msvc": "1.15.18",
|
|
|
|
|
+ "@swc/core-win32-ia32-msvc": "1.15.18",
|
|
|
|
|
+ "@swc/core-win32-x64-msvc": "1.15.18"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "@swc/helpers": ">=0.5.17"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependenciesMeta": {
|
|
|
|
|
+ "@swc/helpers": {
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@swc/core-darwin-arm64": {
|
|
|
|
|
+ "version": "1.15.18",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.15.18.tgz",
|
|
|
|
|
+ "integrity": "sha512-+mIv7uBuSaywN3C9LNuWaX1jJJ3SKfiJuE6Lr3bd+/1Iv8oMU7oLBjYMluX1UrEPzwN2qCdY6Io0yVicABoCwQ==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "Apache-2.0 AND MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "darwin"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=10"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@swc/core-darwin-x64": {
|
|
|
|
|
+ "version": "1.15.18",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.15.18.tgz",
|
|
|
|
|
+ "integrity": "sha512-wZle0eaQhnzxWX5V/2kEOI6Z9vl/lTFEC6V4EWcn+5pDjhemCpQv9e/TDJ0GIoiClX8EDWRvuZwh+Z3dhL1NAg==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "x64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "Apache-2.0 AND MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "darwin"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=10"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@swc/core-linux-arm-gnueabihf": {
|
|
|
|
|
+ "version": "1.15.18",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.15.18.tgz",
|
|
|
|
|
+ "integrity": "sha512-ao61HGXVqrJFHAcPtF4/DegmwEkVCo4HApnotLU8ognfmU8x589z7+tcf3hU+qBiU1WOXV5fQX6W9Nzs6hjxDw==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "Apache-2.0",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=10"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@swc/core-linux-arm64-gnu": {
|
|
|
|
|
+ "version": "1.15.18",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.15.18.tgz",
|
|
|
|
|
+ "integrity": "sha512-3xnctOBLIq3kj8PxOCgPrGjBLP/kNOddr6f5gukYt/1IZxsITQaU9TDyjeX6jG+FiCIHjCuWuffsyQDL5Ew1bg==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "libc": [
|
|
|
|
|
+ "glibc"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "Apache-2.0 AND MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=10"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@swc/core-linux-arm64-musl": {
|
|
|
|
|
+ "version": "1.15.18",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.15.18.tgz",
|
|
|
|
|
+ "integrity": "sha512-0a+Lix+FSSHBSBOA0XznCcHo5/1nA6oLLjcnocvzXeqtdjnPb+SvchItHI+lfeiuj1sClYPDvPMLSLyXFaiIKw==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "libc": [
|
|
|
|
|
+ "musl"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "Apache-2.0 AND MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=10"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@swc/core-linux-x64-gnu": {
|
|
|
|
|
+ "version": "1.15.18",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "x64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "libc": [
|
|
|
|
|
+ "glibc"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "Apache-2.0 AND MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=10"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@swc/core-linux-x64-musl": {
|
|
|
|
|
+ "version": "1.15.18",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "x64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "libc": [
|
|
|
|
|
+ "musl"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "Apache-2.0 AND MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=10"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@swc/core-win32-arm64-msvc": {
|
|
|
|
|
+ "version": "1.15.18",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.15.18.tgz",
|
|
|
|
|
+ "integrity": "sha512-zk0RYO+LjiBCat2RTMHzAWaMky0cra9loH4oRrLKLLNuL+jarxKLFDA8xTZWEkCPLjUTwlRN7d28eDLLMgtUcQ==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "Apache-2.0 AND MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "win32"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=10"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@swc/core-win32-ia32-msvc": {
|
|
|
|
|
+ "version": "1.15.18",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.15.18.tgz",
|
|
|
|
|
+ "integrity": "sha512-yVuTrZ0RccD5+PEkpcLOBAuPbYBXS6rslENvIXfvJGXSdX5QGi1ehC4BjAMl5FkKLiam4kJECUI0l7Hq7T1vwg==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "ia32"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "Apache-2.0 AND MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "win32"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=10"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@swc/core-win32-x64-msvc": {
|
|
|
|
|
+ "version": "1.15.18",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.15.18.tgz",
|
|
|
|
|
+ "integrity": "sha512-7NRmE4hmUQNCbYU3Hn9Tz57mK9Qq4c97ZS+YlamlK6qG9Fb5g/BB3gPDe0iLlJkns/sYv2VWSkm8c3NmbEGjbg==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "x64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "Apache-2.0 AND MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "win32"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=10"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@swc/counter": {
|
|
|
|
|
+ "version": "0.1.3",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "Apache-2.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@swc/types": {
|
|
|
|
|
+ "version": "0.1.25",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "Apache-2.0",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@swc/counter": "^0.1.3"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@tailwindcss/node": {
|
|
|
|
|
+ "version": "4.2.1",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@jridgewell/remapping": "^2.3.5",
|
|
|
|
|
+ "enhanced-resolve": "^5.19.0",
|
|
|
|
|
+ "jiti": "^2.6.1",
|
|
|
|
|
+ "lightningcss": "1.31.1",
|
|
|
|
|
+ "magic-string": "^0.30.21",
|
|
|
|
|
+ "source-map-js": "^1.2.1",
|
|
|
|
|
+ "tailwindcss": "4.2.1"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@tailwindcss/oxide": {
|
|
|
|
|
+ "version": "4.2.1",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 20"
|
|
|
|
|
+ },
|
|
|
|
|
+ "optionalDependencies": {
|
|
|
|
|
+ "@tailwindcss/oxide-android-arm64": "4.2.1",
|
|
|
|
|
+ "@tailwindcss/oxide-darwin-arm64": "4.2.1",
|
|
|
|
|
+ "@tailwindcss/oxide-darwin-x64": "4.2.1",
|
|
|
|
|
+ "@tailwindcss/oxide-freebsd-x64": "4.2.1",
|
|
|
|
|
+ "@tailwindcss/oxide-linux-arm-gnueabihf": "4.2.1",
|
|
|
|
|
+ "@tailwindcss/oxide-linux-arm64-gnu": "4.2.1",
|
|
|
|
|
+ "@tailwindcss/oxide-linux-arm64-musl": "4.2.1",
|
|
|
|
|
+ "@tailwindcss/oxide-linux-x64-gnu": "4.2.1",
|
|
|
|
|
+ "@tailwindcss/oxide-linux-x64-musl": "4.2.1",
|
|
|
|
|
+ "@tailwindcss/oxide-wasm32-wasi": "4.2.1",
|
|
|
|
|
+ "@tailwindcss/oxide-win32-arm64-msvc": "4.2.1",
|
|
|
|
|
+ "@tailwindcss/oxide-win32-x64-msvc": "4.2.1"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@tailwindcss/oxide-android-arm64": {
|
|
|
|
|
+ "version": "4.2.1",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.2.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-eZ7G1Zm5EC8OOKaesIKuw77jw++QJ2lL9N+dDpdQiAB/c/B2wDh0QPFHbkBVrXnwNugvrbJFk1gK2SsVjwWReg==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "android"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 20"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@tailwindcss/oxide-darwin-arm64": {
|
|
|
|
|
+ "version": "4.2.1",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.2.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-q/LHkOstoJ7pI1J0q6djesLzRvQSIfEto148ppAd+BVQK0JYjQIFSK3JgYZJa+Yzi0DDa52ZsQx2rqytBnf8Hw==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "darwin"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 20"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@tailwindcss/oxide-darwin-x64": {
|
|
|
|
|
+ "version": "4.2.1",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.2.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-/f/ozlaXGY6QLbpvd/kFTro2l18f7dHKpB+ieXz+Cijl4Mt9AI2rTrpq7V+t04nK+j9XBQHnSMdeQRhbGyt6fw==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "x64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "darwin"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 20"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@tailwindcss/oxide-freebsd-x64": {
|
|
|
|
|
+ "version": "4.2.1",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.2.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-5e/AkgYJT/cpbkys/OU2Ei2jdETCLlifwm7ogMC7/hksI2fC3iiq6OcXwjibcIjPung0kRtR3TxEITkqgn0TcA==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "x64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "freebsd"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 20"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
|
|
|
|
|
+ "version": "4.2.1",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.2.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-Uny1EcVTTmerCKt/1ZuKTkb0x8ZaiuYucg2/kImO5A5Y/kBz41/+j0gxUZl+hTF3xkWpDmHX+TaWhOtba2Fyuw==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 20"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
|
|
|
|
|
+ "version": "4.2.1",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.2.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-CTrwomI+c7n6aSSQlsPL0roRiNMDQ/YzMD9EjcR+H4f0I1SQ8QqIuPnsVp7QgMkC1Qi8rtkekLkOFjo7OlEFRQ==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "libc": [
|
|
|
|
|
+ "glibc"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 20"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
|
|
|
|
|
+ "version": "4.2.1",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.2.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-WZA0CHRL/SP1TRbA5mp9htsppSEkWuQ4KsSUumYQnyl8ZdT39ntwqmz4IUHGN6p4XdSlYfJwM4rRzZLShHsGAQ==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "libc": [
|
|
|
|
|
+ "musl"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 20"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
|
|
|
|
|
+ "version": "4.2.1",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "x64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "libc": [
|
|
|
|
|
+ "glibc"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 20"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@tailwindcss/oxide-linux-x64-musl": {
|
|
|
|
|
+ "version": "4.2.1",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "x64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "libc": [
|
|
|
|
|
+ "musl"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 20"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@tailwindcss/oxide-wasm32-wasi": {
|
|
|
|
|
+ "version": "4.2.1",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.2.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-MGFB5cVPvshR85MTJkEvqDUnuNoysrsRxd6vnk1Lf2tbiqNlXpHYZqkqOQalydienEWOHHFyyuTSYRsLfxFJ2Q==",
|
|
|
|
|
+ "bundleDependencies": [
|
|
|
|
|
+ "@napi-rs/wasm-runtime",
|
|
|
|
|
+ "@emnapi/core",
|
|
|
|
|
+ "@emnapi/runtime",
|
|
|
|
|
+ "@tybys/wasm-util",
|
|
|
|
|
+ "@emnapi/wasi-threads",
|
|
|
|
|
+ "tslib"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "wasm32"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@emnapi/core": "^1.8.1",
|
|
|
|
|
+ "@emnapi/runtime": "^1.8.1",
|
|
|
|
|
+ "@emnapi/wasi-threads": "^1.1.0",
|
|
|
|
|
+ "@napi-rs/wasm-runtime": "^1.1.1",
|
|
|
|
|
+ "@tybys/wasm-util": "^0.10.1",
|
|
|
|
|
+ "tslib": "^2.8.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=14.0.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
|
|
|
|
|
+ "version": "4.2.1",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.2.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-YlUEHRHBGnCMh4Nj4GnqQyBtsshUPdiNroZj8VPkvTZSoHsilRCwXcVKnG9kyi0ZFAS/3u+qKHBdDc81SADTRA==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "win32"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 20"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
|
|
|
|
|
+ "version": "4.2.1",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.2.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-rbO34G5sMWWyrN/idLeVxAZgAKWrn5LiR3/I90Q9MkA67s6T1oB0xtTe+0heoBvHSpbU9Mk7i6uwJnpo4u21XQ==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "x64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "win32"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 20"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@tailwindcss/vite": {
|
|
|
|
|
+ "version": "4.2.1",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@tailwindcss/node": "4.2.1",
|
|
|
|
|
+ "@tailwindcss/oxide": "4.2.1",
|
|
|
|
|
+ "tailwindcss": "4.2.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "vite": "^5.2.0 || ^6 || ^7"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@types/estree": {
|
|
|
|
|
+ "version": "1.0.8",
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@types/json-schema": {
|
|
|
|
|
+ "version": "7.0.15",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@types/node": {
|
|
|
|
|
+ "version": "24.12.0",
|
|
|
|
|
+ "devOptional": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "undici-types": "~7.16.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@types/react": {
|
|
|
|
|
+ "version": "19.2.14",
|
|
|
|
|
+ "devOptional": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "csstype": "^3.2.2"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@types/react-dom": {
|
|
|
|
|
+ "version": "19.2.3",
|
|
|
|
|
+ "devOptional": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "@types/react": "^19.2.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@typescript-eslint/eslint-plugin": {
|
|
|
|
|
+ "version": "8.56.1",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@eslint-community/regexpp": "^4.12.2",
|
|
|
|
|
+ "@typescript-eslint/scope-manager": "8.56.1",
|
|
|
|
|
+ "@typescript-eslint/type-utils": "8.56.1",
|
|
|
|
|
+ "@typescript-eslint/utils": "8.56.1",
|
|
|
|
|
+ "@typescript-eslint/visitor-keys": "8.56.1",
|
|
|
|
|
+ "ignore": "^7.0.5",
|
|
|
|
|
+ "natural-compare": "^1.4.0",
|
|
|
|
|
+ "ts-api-utils": "^2.4.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "type": "opencollective",
|
|
|
|
|
+ "url": "https://opencollective.com/typescript-eslint"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "@typescript-eslint/parser": "^8.56.1",
|
|
|
|
|
+ "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
|
|
|
+ "typescript": ">=4.8.4 <6.0.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": {
|
|
|
|
|
+ "version": "7.0.5",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 4"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@typescript-eslint/parser": {
|
|
|
|
|
+ "version": "8.56.1",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@typescript-eslint/scope-manager": "8.56.1",
|
|
|
|
|
+ "@typescript-eslint/types": "8.56.1",
|
|
|
|
|
+ "@typescript-eslint/typescript-estree": "8.56.1",
|
|
|
|
|
+ "@typescript-eslint/visitor-keys": "8.56.1",
|
|
|
|
|
+ "debug": "^4.4.3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "type": "opencollective",
|
|
|
|
|
+ "url": "https://opencollective.com/typescript-eslint"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
|
|
|
+ "typescript": ">=4.8.4 <6.0.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@typescript-eslint/project-service": {
|
|
|
|
|
+ "version": "8.56.1",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@typescript-eslint/tsconfig-utils": "^8.56.1",
|
|
|
|
|
+ "@typescript-eslint/types": "^8.56.1",
|
|
|
|
|
+ "debug": "^4.4.3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "type": "opencollective",
|
|
|
|
|
+ "url": "https://opencollective.com/typescript-eslint"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "typescript": ">=4.8.4 <6.0.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@typescript-eslint/scope-manager": {
|
|
|
|
|
+ "version": "8.56.1",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@typescript-eslint/types": "8.56.1",
|
|
|
|
|
+ "@typescript-eslint/visitor-keys": "8.56.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "type": "opencollective",
|
|
|
|
|
+ "url": "https://opencollective.com/typescript-eslint"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@typescript-eslint/tsconfig-utils": {
|
|
|
|
|
+ "version": "8.56.1",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "type": "opencollective",
|
|
|
|
|
+ "url": "https://opencollective.com/typescript-eslint"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "typescript": ">=4.8.4 <6.0.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@typescript-eslint/type-utils": {
|
|
|
|
|
+ "version": "8.56.1",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@typescript-eslint/types": "8.56.1",
|
|
|
|
|
+ "@typescript-eslint/typescript-estree": "8.56.1",
|
|
|
|
|
+ "@typescript-eslint/utils": "8.56.1",
|
|
|
|
|
+ "debug": "^4.4.3",
|
|
|
|
|
+ "ts-api-utils": "^2.4.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "type": "opencollective",
|
|
|
|
|
+ "url": "https://opencollective.com/typescript-eslint"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
|
|
|
+ "typescript": ">=4.8.4 <6.0.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@typescript-eslint/types": {
|
|
|
|
|
+ "version": "8.56.1",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "type": "opencollective",
|
|
|
|
|
+ "url": "https://opencollective.com/typescript-eslint"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@typescript-eslint/typescript-estree": {
|
|
|
|
|
+ "version": "8.56.1",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@typescript-eslint/project-service": "8.56.1",
|
|
|
|
|
+ "@typescript-eslint/tsconfig-utils": "8.56.1",
|
|
|
|
|
+ "@typescript-eslint/types": "8.56.1",
|
|
|
|
|
+ "@typescript-eslint/visitor-keys": "8.56.1",
|
|
|
|
|
+ "debug": "^4.4.3",
|
|
|
|
|
+ "minimatch": "^10.2.2",
|
|
|
|
|
+ "semver": "^7.7.3",
|
|
|
|
|
+ "tinyglobby": "^0.2.15",
|
|
|
|
|
+ "ts-api-utils": "^2.4.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "type": "opencollective",
|
|
|
|
|
+ "url": "https://opencollective.com/typescript-eslint"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "typescript": ">=4.8.4 <6.0.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match": {
|
|
|
|
|
+ "version": "4.0.4",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "18 || 20 || >=22"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": {
|
|
|
|
|
+ "version": "5.0.4",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "balanced-match": "^4.0.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "18 || 20 || >=22"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
|
|
|
|
|
+ "version": "10.2.4",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "BlueOak-1.0.0",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "brace-expansion": "^5.0.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "18 || 20 || >=22"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://github.com/sponsors/isaacs"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": {
|
|
|
|
|
+ "version": "7.7.4",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "ISC",
|
|
|
|
|
+ "bin": {
|
|
|
|
|
+ "semver": "bin/semver.js"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=10"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@typescript-eslint/utils": {
|
|
|
|
|
+ "version": "8.56.1",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@eslint-community/eslint-utils": "^4.9.1",
|
|
|
|
|
+ "@typescript-eslint/scope-manager": "8.56.1",
|
|
|
|
|
+ "@typescript-eslint/types": "8.56.1",
|
|
|
|
|
+ "@typescript-eslint/typescript-estree": "8.56.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "type": "opencollective",
|
|
|
|
|
+ "url": "https://opencollective.com/typescript-eslint"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
|
|
|
+ "typescript": ">=4.8.4 <6.0.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@typescript-eslint/visitor-keys": {
|
|
|
|
|
+ "version": "8.56.1",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@typescript-eslint/types": "8.56.1",
|
|
|
|
|
+ "eslint-visitor-keys": "^5.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "type": "opencollective",
|
|
|
|
|
+ "url": "https://opencollective.com/typescript-eslint"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
|
|
|
|
|
+ "version": "5.0.1",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "Apache-2.0",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "^20.19.0 || ^22.13.0 || >=24"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://opencollective.com/eslint"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@vitejs/plugin-react-swc": {
|
|
|
|
|
+ "version": "4.2.3",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@rolldown/pluginutils": "1.0.0-rc.2",
|
|
|
|
|
+ "@swc/core": "^1.15.11"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "^20.19.0 || >=22.12.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "vite": "^4 || ^5 || ^6 || ^7"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/acorn": {
|
|
|
|
|
+ "version": "8.16.0",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "bin": {
|
|
|
|
|
+ "acorn": "bin/acorn"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=0.4.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/acorn-jsx": {
|
|
|
|
|
+ "version": "5.3.2",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/ajv": {
|
|
|
|
|
+ "version": "6.14.0",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "fast-deep-equal": "^3.1.1",
|
|
|
|
|
+ "fast-json-stable-stringify": "^2.0.0",
|
|
|
|
|
+ "json-schema-traverse": "^0.4.1",
|
|
|
|
|
+ "uri-js": "^4.2.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "type": "github",
|
|
|
|
|
+ "url": "https://github.com/sponsors/epoberezkin"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/ansi-styles": {
|
|
|
|
|
+ "version": "4.3.0",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "color-convert": "^2.0.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=8"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/argparse": {
|
|
|
|
|
+ "version": "2.0.1",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "Python-2.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/aria-hidden": {
|
|
|
|
|
+ "version": "1.2.6",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "tslib": "^2.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=10"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/balanced-match": {
|
|
|
|
|
+ "version": "1.0.2",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/baseline-browser-mapping": {
|
|
|
|
|
+ "version": "2.10.0",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "Apache-2.0",
|
|
|
|
|
+ "bin": {
|
|
|
|
|
+ "baseline-browser-mapping": "dist/cli.cjs"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=6.0.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/brace-expansion": {
|
|
|
|
|
+ "version": "1.1.12",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "balanced-match": "^1.0.0",
|
|
|
|
|
+ "concat-map": "0.0.1"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/browserslist": {
|
|
|
|
|
+ "version": "4.28.1",
|
|
|
|
|
+ "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.9.0",
|
|
|
|
|
+ "caniuse-lite": "^1.0.30001759",
|
|
|
|
|
+ "electron-to-chromium": "^1.5.263",
|
|
|
|
|
+ "node-releases": "^2.0.27",
|
|
|
|
|
+ "update-browserslist-db": "^1.2.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "bin": {
|
|
|
|
|
+ "browserslist": "cli.js"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/callsites": {
|
|
|
|
|
+ "version": "3.1.0",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=6"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/caniuse-lite": {
|
|
|
|
|
+ "version": "1.0.30001777",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "opencollective",
|
|
|
|
|
+ "url": "https://opencollective.com/browserslist"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "tidelift",
|
|
|
|
|
+ "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "github",
|
|
|
|
|
+ "url": "https://github.com/sponsors/ai"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "CC-BY-4.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/chalk": {
|
|
|
|
|
+ "version": "4.1.2",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "ansi-styles": "^4.1.0",
|
|
|
|
|
+ "supports-color": "^7.1.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=10"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://github.com/chalk/chalk?sponsor=1"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/class-variance-authority": {
|
|
|
|
|
+ "version": "0.7.1",
|
|
|
|
|
+ "license": "Apache-2.0",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "clsx": "^2.1.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://polar.sh/cva"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/clsx": {
|
|
|
|
|
+ "version": "2.1.1",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=6"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/color-convert": {
|
|
|
|
|
+ "version": "2.0.1",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "color-name": "~1.1.4"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=7.0.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/color-name": {
|
|
|
|
|
+ "version": "1.1.4",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/concat-map": {
|
|
|
|
|
+ "version": "0.0.1",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/convert-source-map": {
|
|
|
|
|
+ "version": "2.0.0",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/cross-spawn": {
|
|
|
|
|
+ "version": "7.0.6",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "path-key": "^3.1.0",
|
|
|
|
|
+ "shebang-command": "^2.0.0",
|
|
|
|
|
+ "which": "^2.0.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 8"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/csstype": {
|
|
|
|
|
+ "version": "3.2.3",
|
|
|
|
|
+ "devOptional": true,
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/debug": {
|
|
|
|
|
+ "version": "4.4.3",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "ms": "^2.1.3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=6.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependenciesMeta": {
|
|
|
|
|
+ "supports-color": {
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/deep-is": {
|
|
|
|
|
+ "version": "0.1.4",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/detect-libc": {
|
|
|
|
|
+ "version": "2.1.2",
|
|
|
|
|
+ "license": "Apache-2.0",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=8"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/detect-node-es": {
|
|
|
|
|
+ "version": "1.1.0",
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/electron-to-chromium": {
|
|
|
|
|
+ "version": "1.5.307",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "ISC"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/enhanced-resolve": {
|
|
|
|
|
+ "version": "5.20.0",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "graceful-fs": "^4.2.4",
|
|
|
|
|
+ "tapable": "^2.3.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=10.13.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/esbuild": {
|
|
|
|
|
+ "version": "0.27.3",
|
|
|
|
|
+ "hasInstallScript": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "bin": {
|
|
|
|
|
+ "esbuild": "bin/esbuild"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=18"
|
|
|
|
|
+ },
|
|
|
|
|
+ "optionalDependencies": {
|
|
|
|
|
+ "@esbuild/aix-ppc64": "0.27.3",
|
|
|
|
|
+ "@esbuild/android-arm": "0.27.3",
|
|
|
|
|
+ "@esbuild/android-arm64": "0.27.3",
|
|
|
|
|
+ "@esbuild/android-x64": "0.27.3",
|
|
|
|
|
+ "@esbuild/darwin-arm64": "0.27.3",
|
|
|
|
|
+ "@esbuild/darwin-x64": "0.27.3",
|
|
|
|
|
+ "@esbuild/freebsd-arm64": "0.27.3",
|
|
|
|
|
+ "@esbuild/freebsd-x64": "0.27.3",
|
|
|
|
|
+ "@esbuild/linux-arm": "0.27.3",
|
|
|
|
|
+ "@esbuild/linux-arm64": "0.27.3",
|
|
|
|
|
+ "@esbuild/linux-ia32": "0.27.3",
|
|
|
|
|
+ "@esbuild/linux-loong64": "0.27.3",
|
|
|
|
|
+ "@esbuild/linux-mips64el": "0.27.3",
|
|
|
|
|
+ "@esbuild/linux-ppc64": "0.27.3",
|
|
|
|
|
+ "@esbuild/linux-riscv64": "0.27.3",
|
|
|
|
|
+ "@esbuild/linux-s390x": "0.27.3",
|
|
|
|
|
+ "@esbuild/linux-x64": "0.27.3",
|
|
|
|
|
+ "@esbuild/netbsd-arm64": "0.27.3",
|
|
|
|
|
+ "@esbuild/netbsd-x64": "0.27.3",
|
|
|
|
|
+ "@esbuild/openbsd-arm64": "0.27.3",
|
|
|
|
|
+ "@esbuild/openbsd-x64": "0.27.3",
|
|
|
|
|
+ "@esbuild/openharmony-arm64": "0.27.3",
|
|
|
|
|
+ "@esbuild/sunos-x64": "0.27.3",
|
|
|
|
|
+ "@esbuild/win32-arm64": "0.27.3",
|
|
|
|
|
+ "@esbuild/win32-ia32": "0.27.3",
|
|
|
|
|
+ "@esbuild/win32-x64": "0.27.3"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/escalade": {
|
|
|
|
|
+ "version": "3.2.0",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=6"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/escape-string-regexp": {
|
|
|
|
|
+ "version": "4.0.0",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=10"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/eslint": {
|
|
|
|
|
+ "version": "9.39.3",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@eslint-community/eslint-utils": "^4.8.0",
|
|
|
|
|
+ "@eslint-community/regexpp": "^4.12.1",
|
|
|
|
|
+ "@eslint/config-array": "^0.21.1",
|
|
|
|
|
+ "@eslint/config-helpers": "^0.4.2",
|
|
|
|
|
+ "@eslint/core": "^0.17.0",
|
|
|
|
|
+ "@eslint/eslintrc": "^3.3.1",
|
|
|
|
|
+ "@eslint/js": "9.39.3",
|
|
|
|
|
+ "@eslint/plugin-kit": "^0.4.1",
|
|
|
|
|
+ "@humanfs/node": "^0.16.6",
|
|
|
|
|
+ "@humanwhocodes/module-importer": "^1.0.1",
|
|
|
|
|
+ "@humanwhocodes/retry": "^0.4.2",
|
|
|
|
|
+ "@types/estree": "^1.0.6",
|
|
|
|
|
+ "ajv": "^6.12.4",
|
|
|
|
|
+ "chalk": "^4.0.0",
|
|
|
|
|
+ "cross-spawn": "^7.0.6",
|
|
|
|
|
+ "debug": "^4.3.2",
|
|
|
|
|
+ "escape-string-regexp": "^4.0.0",
|
|
|
|
|
+ "eslint-scope": "^8.4.0",
|
|
|
|
|
+ "eslint-visitor-keys": "^4.2.1",
|
|
|
|
|
+ "espree": "^10.4.0",
|
|
|
|
|
+ "esquery": "^1.5.0",
|
|
|
|
|
+ "esutils": "^2.0.2",
|
|
|
|
|
+ "fast-deep-equal": "^3.1.3",
|
|
|
|
|
+ "file-entry-cache": "^8.0.0",
|
|
|
|
|
+ "find-up": "^5.0.0",
|
|
|
|
|
+ "glob-parent": "^6.0.2",
|
|
|
|
|
+ "ignore": "^5.2.0",
|
|
|
|
|
+ "imurmurhash": "^0.1.4",
|
|
|
|
|
+ "is-glob": "^4.0.0",
|
|
|
|
|
+ "json-stable-stringify-without-jsonify": "^1.0.1",
|
|
|
|
|
+ "lodash.merge": "^4.6.2",
|
|
|
|
|
+ "minimatch": "^3.1.2",
|
|
|
|
|
+ "natural-compare": "^1.4.0",
|
|
|
|
|
+ "optionator": "^0.9.3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "bin": {
|
|
|
|
|
+ "eslint": "bin/eslint.js"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://eslint.org/donate"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "jiti": "*"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependenciesMeta": {
|
|
|
|
|
+ "jiti": {
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/eslint-plugin-react-hooks": {
|
|
|
|
|
+ "version": "7.0.1",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@babel/core": "^7.24.4",
|
|
|
|
|
+ "@babel/parser": "^7.24.4",
|
|
|
|
|
+ "hermes-parser": "^0.25.1",
|
|
|
|
|
+ "zod": "^3.25.0 || ^4.0.0",
|
|
|
|
|
+ "zod-validation-error": "^3.5.0 || ^4.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=18"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/eslint-plugin-react-refresh": {
|
|
|
|
|
+ "version": "0.4.26",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "eslint": ">=8.40"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/eslint-scope": {
|
|
|
|
|
+ "version": "8.4.0",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "BSD-2-Clause",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "esrecurse": "^4.3.0",
|
|
|
|
|
+ "estraverse": "^5.2.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://opencollective.com/eslint"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/eslint-visitor-keys": {
|
|
|
|
|
+ "version": "4.2.1",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "Apache-2.0",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://opencollective.com/eslint"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/espree": {
|
|
|
|
|
+ "version": "10.4.0",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "BSD-2-Clause",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "acorn": "^8.15.0",
|
|
|
|
|
+ "acorn-jsx": "^5.3.2",
|
|
|
|
|
+ "eslint-visitor-keys": "^4.2.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://opencollective.com/eslint"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/esquery": {
|
|
|
|
|
+ "version": "1.7.0",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "BSD-3-Clause",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "estraverse": "^5.1.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=0.10"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/esrecurse": {
|
|
|
|
|
+ "version": "4.3.0",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "BSD-2-Clause",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "estraverse": "^5.2.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=4.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/estraverse": {
|
|
|
|
|
+ "version": "5.3.0",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "BSD-2-Clause",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=4.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/esutils": {
|
|
|
|
|
+ "version": "2.0.3",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "BSD-2-Clause",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=0.10.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/fast-deep-equal": {
|
|
|
|
|
+ "version": "3.1.3",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/fast-json-stable-stringify": {
|
|
|
|
|
+ "version": "2.1.0",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/fast-levenshtein": {
|
|
|
|
|
+ "version": "2.0.6",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/fdir": {
|
|
|
|
|
+ "version": "6.5.0",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "picomatch": "^3 || ^4"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependenciesMeta": {
|
|
|
|
|
+ "picomatch": {
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/file-entry-cache": {
|
|
|
|
|
+ "version": "8.0.0",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "flat-cache": "^4.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=16.0.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/find-up": {
|
|
|
|
|
+ "version": "5.0.0",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "locate-path": "^6.0.0",
|
|
|
|
|
+ "path-exists": "^4.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=10"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/flat-cache": {
|
|
|
|
|
+ "version": "4.0.1",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "flatted": "^3.2.9",
|
|
|
|
|
+ "keyv": "^4.5.4"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=16"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/flatted": {
|
|
|
|
|
+ "version": "3.4.1",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "ISC"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/fsevents": {
|
|
|
|
|
+ "version": "2.3.3",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
|
|
|
|
+ "hasInstallScript": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "darwin"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/gensync": {
|
|
|
|
|
+ "version": "1.0.0-beta.2",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=6.9.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/get-nonce": {
|
|
|
|
|
+ "version": "1.0.1",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=6"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/glob-parent": {
|
|
|
|
|
+ "version": "6.0.2",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "ISC",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "is-glob": "^4.0.3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=10.13.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/globals": {
|
|
|
|
|
+ "version": "16.5.0",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=18"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/graceful-fs": {
|
|
|
|
|
+ "version": "4.2.11",
|
|
|
|
|
+ "license": "ISC"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/has-flag": {
|
|
|
|
|
+ "version": "4.0.0",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=8"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/hermes-estree": {
|
|
|
|
|
+ "version": "0.25.1",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/hermes-parser": {
|
|
|
|
|
+ "version": "0.25.1",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "hermes-estree": "0.25.1"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/ignore": {
|
|
|
|
|
+ "version": "5.3.2",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 4"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/import-fresh": {
|
|
|
|
|
+ "version": "3.3.1",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "parent-module": "^1.0.0",
|
|
|
|
|
+ "resolve-from": "^4.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=6"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/imurmurhash": {
|
|
|
|
|
+ "version": "0.1.4",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=0.8.19"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/is-extglob": {
|
|
|
|
|
+ "version": "2.1.1",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=0.10.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/is-glob": {
|
|
|
|
|
+ "version": "4.0.3",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "is-extglob": "^2.1.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=0.10.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/isexe": {
|
|
|
|
|
+ "version": "2.0.0",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "ISC"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/jiti": {
|
|
|
|
|
+ "version": "2.6.1",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "bin": {
|
|
|
|
|
+ "jiti": "lib/jiti-cli.mjs"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/js-tokens": {
|
|
|
|
|
+ "version": "4.0.0",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/js-yaml": {
|
|
|
|
|
+ "version": "4.1.1",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "argparse": "^2.0.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "bin": {
|
|
|
|
|
+ "js-yaml": "bin/js-yaml.js"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/jsesc": {
|
|
|
|
|
+ "version": "3.1.0",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "bin": {
|
|
|
|
|
+ "jsesc": "bin/jsesc"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=6"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/json-buffer": {
|
|
|
|
|
+ "version": "3.0.1",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/json-schema-traverse": {
|
|
|
|
|
+ "version": "0.4.1",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/json-stable-stringify-without-jsonify": {
|
|
|
|
|
+ "version": "1.0.1",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/json5": {
|
|
|
|
|
+ "version": "2.2.3",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "bin": {
|
|
|
|
|
+ "json5": "lib/cli.js"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=6"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/keyv": {
|
|
|
|
|
+ "version": "4.5.4",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "json-buffer": "3.0.1"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/levn": {
|
|
|
|
|
+ "version": "0.4.1",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "prelude-ls": "^1.2.1",
|
|
|
|
|
+ "type-check": "~0.4.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 0.8.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/lightningcss": {
|
|
|
|
|
+ "version": "1.31.1",
|
|
|
|
|
+ "license": "MPL-2.0",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "detect-libc": "^2.0.3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 12.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "type": "opencollective",
|
|
|
|
|
+ "url": "https://opencollective.com/parcel"
|
|
|
|
|
+ },
|
|
|
|
|
+ "optionalDependencies": {
|
|
|
|
|
+ "lightningcss-android-arm64": "1.31.1",
|
|
|
|
|
+ "lightningcss-darwin-arm64": "1.31.1",
|
|
|
|
|
+ "lightningcss-darwin-x64": "1.31.1",
|
|
|
|
|
+ "lightningcss-freebsd-x64": "1.31.1",
|
|
|
|
|
+ "lightningcss-linux-arm-gnueabihf": "1.31.1",
|
|
|
|
|
+ "lightningcss-linux-arm64-gnu": "1.31.1",
|
|
|
|
|
+ "lightningcss-linux-arm64-musl": "1.31.1",
|
|
|
|
|
+ "lightningcss-linux-x64-gnu": "1.31.1",
|
|
|
|
|
+ "lightningcss-linux-x64-musl": "1.31.1",
|
|
|
|
|
+ "lightningcss-win32-arm64-msvc": "1.31.1",
|
|
|
|
|
+ "lightningcss-win32-x64-msvc": "1.31.1"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/lightningcss-android-arm64": {
|
|
|
|
|
+ "version": "1.31.1",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.31.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-HXJF3x8w9nQ4jbXRiNppBCqeZPIAfUo8zE/kOEGbW5NZvGc/K7nMxbhIr+YlFlHW5mpbg/YFPdbnCh1wAXCKFg==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MPL-2.0",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "android"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 12.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "type": "opencollective",
|
|
|
|
|
+ "url": "https://opencollective.com/parcel"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/lightningcss-darwin-arm64": {
|
|
|
|
|
+ "version": "1.31.1",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.31.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-02uTEqf3vIfNMq3h/z2cJfcOXnQ0GRwQrkmPafhueLb2h7mqEidiCzkE4gBMEH65abHRiQvhdcQ+aP0D0g67sg==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MPL-2.0",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "darwin"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 12.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "type": "opencollective",
|
|
|
|
|
+ "url": "https://opencollective.com/parcel"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/lightningcss-darwin-x64": {
|
|
|
|
|
+ "version": "1.31.1",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.31.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-1ObhyoCY+tGxtsz1lSx5NXCj3nirk0Y0kB/g8B8DT+sSx4G9djitg9ejFnjb3gJNWo7qXH4DIy2SUHvpoFwfTA==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "x64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MPL-2.0",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "darwin"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 12.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "type": "opencollective",
|
|
|
|
|
+ "url": "https://opencollective.com/parcel"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/lightningcss-freebsd-x64": {
|
|
|
|
|
+ "version": "1.31.1",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.31.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-1RINmQKAItO6ISxYgPwszQE1BrsVU5aB45ho6O42mu96UiZBxEXsuQ7cJW4zs4CEodPUioj/QrXW1r9pLUM74A==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "x64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MPL-2.0",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "freebsd"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 12.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "type": "opencollective",
|
|
|
|
|
+ "url": "https://opencollective.com/parcel"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/lightningcss-linux-arm-gnueabihf": {
|
|
|
|
|
+ "version": "1.31.1",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.31.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-OOCm2//MZJ87CdDK62rZIu+aw9gBv4azMJuA8/KB74wmfS3lnC4yoPHm0uXZ/dvNNHmnZnB8XLAZzObeG0nS1g==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MPL-2.0",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 12.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "type": "opencollective",
|
|
|
|
|
+ "url": "https://opencollective.com/parcel"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/lightningcss-linux-arm64-gnu": {
|
|
|
|
|
+ "version": "1.31.1",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.31.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-WKyLWztD71rTnou4xAD5kQT+982wvca7E6QoLpoawZ1gP9JM0GJj4Tp5jMUh9B3AitHbRZ2/H3W5xQmdEOUlLg==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "libc": [
|
|
|
|
|
+ "glibc"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MPL-2.0",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 12.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "type": "opencollective",
|
|
|
|
|
+ "url": "https://opencollective.com/parcel"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/lightningcss-linux-arm64-musl": {
|
|
|
|
|
+ "version": "1.31.1",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.31.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-mVZ7Pg2zIbe3XlNbZJdjs86YViQFoJSpc41CbVmKBPiGmC4YrfeOyz65ms2qpAobVd7WQsbW4PdsSJEMymyIMg==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "libc": [
|
|
|
|
|
+ "musl"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MPL-2.0",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 12.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "type": "opencollective",
|
|
|
|
|
+ "url": "https://opencollective.com/parcel"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/lightningcss-linux-x64-gnu": {
|
|
|
|
|
+ "version": "1.31.1",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "x64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "libc": [
|
|
|
|
|
+ "glibc"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MPL-2.0",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 12.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "type": "opencollective",
|
|
|
|
|
+ "url": "https://opencollective.com/parcel"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/lightningcss-linux-x64-musl": {
|
|
|
|
|
+ "version": "1.31.1",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "x64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "libc": [
|
|
|
|
|
+ "musl"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MPL-2.0",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 12.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "type": "opencollective",
|
|
|
|
|
+ "url": "https://opencollective.com/parcel"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/lightningcss-win32-arm64-msvc": {
|
|
|
|
|
+ "version": "1.31.1",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.31.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-aJReEbSEQzx1uBlQizAOBSjcmr9dCdL3XuC/6HLXAxmtErsj2ICo5yYggg1qOODQMtnjNQv2UHb9NpOuFtYe4w==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MPL-2.0",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "win32"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 12.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "type": "opencollective",
|
|
|
|
|
+ "url": "https://opencollective.com/parcel"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/lightningcss-win32-x64-msvc": {
|
|
|
|
|
+ "version": "1.31.1",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.31.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-I9aiFrbd7oYHwlnQDqr1Roz+fTz61oDDJX7n9tYF9FJymH1cIN1DtKw3iYt6b8WZgEjoNwVSncwF4wx/ZedMhw==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "x64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MPL-2.0",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "win32"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 12.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "type": "opencollective",
|
|
|
|
|
+ "url": "https://opencollective.com/parcel"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/locate-path": {
|
|
|
|
|
+ "version": "6.0.0",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "p-locate": "^5.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=10"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/lodash.merge": {
|
|
|
|
|
+ "version": "4.6.2",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/lru-cache": {
|
|
|
|
|
+ "version": "5.1.1",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "ISC",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "yallist": "^3.0.2"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/lucide-react": {
|
|
|
|
|
+ "version": "0.577.0",
|
|
|
|
|
+ "license": "ISC",
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/magic-string": {
|
|
|
|
|
+ "version": "0.30.21",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@jridgewell/sourcemap-codec": "^1.5.5"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/minimatch": {
|
|
|
|
|
+ "version": "3.1.5",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "ISC",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "brace-expansion": "^1.1.7"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "*"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/ms": {
|
|
|
|
|
+ "version": "2.1.3",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/nanoid": {
|
|
|
|
|
+ "version": "3.3.11",
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "github",
|
|
|
|
|
+ "url": "https://github.com/sponsors/ai"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "bin": {
|
|
|
|
|
+ "nanoid": "bin/nanoid.cjs"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/natural-compare": {
|
|
|
|
|
+ "version": "1.4.0",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/node-releases": {
|
|
|
|
|
+ "version": "2.0.36",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/optionator": {
|
|
|
|
|
+ "version": "0.9.4",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "deep-is": "^0.1.3",
|
|
|
|
|
+ "fast-levenshtein": "^2.0.6",
|
|
|
|
|
+ "levn": "^0.4.1",
|
|
|
|
|
+ "prelude-ls": "^1.2.1",
|
|
|
|
|
+ "type-check": "^0.4.0",
|
|
|
|
|
+ "word-wrap": "^1.2.5"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 0.8.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/p-limit": {
|
|
|
|
|
+ "version": "3.1.0",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "yocto-queue": "^0.1.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=10"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/p-locate": {
|
|
|
|
|
+ "version": "5.0.0",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "p-limit": "^3.0.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=10"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/parent-module": {
|
|
|
|
|
+ "version": "1.0.1",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "callsites": "^3.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=6"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/path-exists": {
|
|
|
|
|
+ "version": "4.0.0",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=8"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/path-key": {
|
|
|
|
|
+ "version": "3.1.1",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=8"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/picocolors": {
|
|
|
|
|
+ "version": "1.1.1",
|
|
|
|
|
+ "license": "ISC"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/picomatch": {
|
|
|
|
|
+ "version": "4.0.3",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://github.com/sponsors/jonschlinkert"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/postcss": {
|
|
|
|
|
+ "version": "8.5.8",
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "opencollective",
|
|
|
|
|
+ "url": "https://opencollective.com/postcss/"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "tidelift",
|
|
|
|
|
+ "url": "https://tidelift.com/funding/github/npm/postcss"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "github",
|
|
|
|
|
+ "url": "https://github.com/sponsors/ai"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "nanoid": "^3.3.11",
|
|
|
|
|
+ "picocolors": "^1.1.1",
|
|
|
|
|
+ "source-map-js": "^1.2.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "^10 || ^12 || >=14"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/prelude-ls": {
|
|
|
|
|
+ "version": "1.2.1",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 0.8.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/punycode": {
|
|
|
|
|
+ "version": "2.3.1",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=6"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/react": {
|
|
|
|
|
+ "version": "19.2.4",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=0.10.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/react-dom": {
|
|
|
|
|
+ "version": "19.2.4",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "scheduler": "^0.27.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "react": "^19.2.4"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/react-remove-scroll": {
|
|
|
|
|
+ "version": "2.7.2",
|
|
|
|
|
+ "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",
|
|
|
|
|
+ "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",
|
|
|
|
|
+ "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/resolve-from": {
|
|
|
|
|
+ "version": "4.0.0",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=4"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/rollup": {
|
|
|
|
|
+ "version": "4.59.0",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@types/estree": "1.0.8"
|
|
|
|
|
+ },
|
|
|
|
|
+ "bin": {
|
|
|
|
|
+ "rollup": "dist/bin/rollup"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=18.0.0",
|
|
|
|
|
+ "npm": ">=8.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "optionalDependencies": {
|
|
|
|
|
+ "@rollup/rollup-android-arm-eabi": "4.59.0",
|
|
|
|
|
+ "@rollup/rollup-android-arm64": "4.59.0",
|
|
|
|
|
+ "@rollup/rollup-darwin-arm64": "4.59.0",
|
|
|
|
|
+ "@rollup/rollup-darwin-x64": "4.59.0",
|
|
|
|
|
+ "@rollup/rollup-freebsd-arm64": "4.59.0",
|
|
|
|
|
+ "@rollup/rollup-freebsd-x64": "4.59.0",
|
|
|
|
|
+ "@rollup/rollup-linux-arm-gnueabihf": "4.59.0",
|
|
|
|
|
+ "@rollup/rollup-linux-arm-musleabihf": "4.59.0",
|
|
|
|
|
+ "@rollup/rollup-linux-arm64-gnu": "4.59.0",
|
|
|
|
|
+ "@rollup/rollup-linux-arm64-musl": "4.59.0",
|
|
|
|
|
+ "@rollup/rollup-linux-loong64-gnu": "4.59.0",
|
|
|
|
|
+ "@rollup/rollup-linux-loong64-musl": "4.59.0",
|
|
|
|
|
+ "@rollup/rollup-linux-ppc64-gnu": "4.59.0",
|
|
|
|
|
+ "@rollup/rollup-linux-ppc64-musl": "4.59.0",
|
|
|
|
|
+ "@rollup/rollup-linux-riscv64-gnu": "4.59.0",
|
|
|
|
|
+ "@rollup/rollup-linux-riscv64-musl": "4.59.0",
|
|
|
|
|
+ "@rollup/rollup-linux-s390x-gnu": "4.59.0",
|
|
|
|
|
+ "@rollup/rollup-linux-x64-gnu": "4.59.0",
|
|
|
|
|
+ "@rollup/rollup-linux-x64-musl": "4.59.0",
|
|
|
|
|
+ "@rollup/rollup-openbsd-x64": "4.59.0",
|
|
|
|
|
+ "@rollup/rollup-openharmony-arm64": "4.59.0",
|
|
|
|
|
+ "@rollup/rollup-win32-arm64-msvc": "4.59.0",
|
|
|
|
|
+ "@rollup/rollup-win32-ia32-msvc": "4.59.0",
|
|
|
|
|
+ "@rollup/rollup-win32-x64-gnu": "4.59.0",
|
|
|
|
|
+ "@rollup/rollup-win32-x64-msvc": "4.59.0",
|
|
|
|
|
+ "fsevents": "~2.3.2"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/scheduler": {
|
|
|
|
|
+ "version": "0.27.0",
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/semver": {
|
|
|
|
|
+ "version": "6.3.1",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "ISC",
|
|
|
|
|
+ "bin": {
|
|
|
|
|
+ "semver": "bin/semver.js"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/shebang-command": {
|
|
|
|
|
+ "version": "2.0.0",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "shebang-regex": "^3.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=8"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/shebang-regex": {
|
|
|
|
|
+ "version": "3.0.0",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=8"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/source-map-js": {
|
|
|
|
|
+ "version": "1.2.1",
|
|
|
|
|
+ "license": "BSD-3-Clause",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=0.10.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/strip-json-comments": {
|
|
|
|
|
+ "version": "3.1.1",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=8"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/supports-color": {
|
|
|
|
|
+ "version": "7.2.0",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "has-flag": "^4.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=8"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/tailwind-merge": {
|
|
|
|
|
+ "version": "3.5.0",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "type": "github",
|
|
|
|
|
+ "url": "https://github.com/sponsors/dcastil"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/tailwindcss": {
|
|
|
|
|
+ "version": "4.2.1",
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/tapable": {
|
|
|
|
|
+ "version": "2.3.0",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=6"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "type": "opencollective",
|
|
|
|
|
+ "url": "https://opencollective.com/webpack"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/tinyglobby": {
|
|
|
|
|
+ "version": "0.2.15",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "fdir": "^6.5.0",
|
|
|
|
|
+ "picomatch": "^4.0.3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://github.com/sponsors/SuperchupuDev"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/ts-api-utils": {
|
|
|
|
|
+ "version": "2.4.0",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=18.12"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "typescript": ">=4.8.4"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/tslib": {
|
|
|
|
|
+ "version": "2.8.1",
|
|
|
|
|
+ "license": "0BSD"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/type-check": {
|
|
|
|
|
+ "version": "0.4.0",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "prelude-ls": "^1.2.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 0.8.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/typescript": {
|
|
|
|
|
+ "version": "5.9.3",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "Apache-2.0",
|
|
|
|
|
+ "bin": {
|
|
|
|
|
+ "tsc": "bin/tsc",
|
|
|
|
|
+ "tsserver": "bin/tsserver"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=14.17"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/typescript-eslint": {
|
|
|
|
|
+ "version": "8.56.1",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@typescript-eslint/eslint-plugin": "8.56.1",
|
|
|
|
|
+ "@typescript-eslint/parser": "8.56.1",
|
|
|
|
|
+ "@typescript-eslint/typescript-estree": "8.56.1",
|
|
|
|
|
+ "@typescript-eslint/utils": "8.56.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "type": "opencollective",
|
|
|
|
|
+ "url": "https://opencollective.com/typescript-eslint"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
|
|
|
+ "typescript": ">=4.8.4 <6.0.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/undici-types": {
|
|
|
|
|
+ "version": "7.16.0",
|
|
|
|
|
+ "devOptional": true,
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/update-browserslist-db": {
|
|
|
|
|
+ "version": "1.2.3",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "opencollective",
|
|
|
|
|
+ "url": "https://opencollective.com/browserslist"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "tidelift",
|
|
|
|
|
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "github",
|
|
|
|
|
+ "url": "https://github.com/sponsors/ai"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "escalade": "^3.2.0",
|
|
|
|
|
+ "picocolors": "^1.1.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "bin": {
|
|
|
|
|
+ "update-browserslist-db": "cli.js"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "browserslist": ">= 4.21.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/uri-js": {
|
|
|
|
|
+ "version": "4.4.1",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "BSD-2-Clause",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "punycode": "^2.1.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/use-callback-ref": {
|
|
|
|
|
+ "version": "1.3.3",
|
|
|
|
|
+ "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",
|
|
|
|
|
+ "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/vite": {
|
|
|
|
|
+ "version": "7.3.1",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "esbuild": "^0.27.0",
|
|
|
|
|
+ "fdir": "^6.5.0",
|
|
|
|
|
+ "picomatch": "^4.0.3",
|
|
|
|
|
+ "postcss": "^8.5.6",
|
|
|
|
|
+ "rollup": "^4.43.0",
|
|
|
|
|
+ "tinyglobby": "^0.2.15"
|
|
|
|
|
+ },
|
|
|
|
|
+ "bin": {
|
|
|
|
|
+ "vite": "bin/vite.js"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "^20.19.0 || >=22.12.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://github.com/vitejs/vite?sponsor=1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "optionalDependencies": {
|
|
|
|
|
+ "fsevents": "~2.3.3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "@types/node": "^20.19.0 || >=22.12.0",
|
|
|
|
|
+ "jiti": ">=1.21.0",
|
|
|
|
|
+ "less": "^4.0.0",
|
|
|
|
|
+ "lightningcss": "^1.21.0",
|
|
|
|
|
+ "sass": "^1.70.0",
|
|
|
|
|
+ "sass-embedded": "^1.70.0",
|
|
|
|
|
+ "stylus": ">=0.54.8",
|
|
|
|
|
+ "sugarss": "^5.0.0",
|
|
|
|
|
+ "terser": "^5.16.0",
|
|
|
|
|
+ "tsx": "^4.8.1",
|
|
|
|
|
+ "yaml": "^2.4.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependenciesMeta": {
|
|
|
|
|
+ "@types/node": {
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "jiti": {
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "less": {
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "lightningcss": {
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "sass": {
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "sass-embedded": {
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "stylus": {
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "sugarss": {
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "terser": {
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "tsx": {
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "yaml": {
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/which": {
|
|
|
|
|
+ "version": "2.0.2",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "ISC",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "isexe": "^2.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "bin": {
|
|
|
|
|
+ "node-which": "bin/node-which"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 8"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/word-wrap": {
|
|
|
|
|
+ "version": "1.2.5",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=0.10.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/yallist": {
|
|
|
|
|
+ "version": "3.1.1",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "ISC"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/yocto-queue": {
|
|
|
|
|
+ "version": "0.1.0",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=10"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/zod": {
|
|
|
|
|
+ "version": "4.3.6",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://github.com/sponsors/colinhacks"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/zod-validation-error": {
|
|
|
|
|
+ "version": "4.0.2",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=18.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "zod": "^3.25.0 || ^4.0.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+}
|