|
@@ -0,0 +1,2646 @@
|
|
|
|
|
+{
|
|
|
|
|
+ "name": "persona-graph-visualization",
|
|
|
|
|
+ "version": "1.0.0",
|
|
|
|
|
+ "lockfileVersion": 3,
|
|
|
|
|
+ "requires": true,
|
|
|
|
|
+ "packages": {
|
|
|
|
|
+ "": {
|
|
|
|
|
+ "name": "persona-graph-visualization",
|
|
|
|
|
+ "version": "1.0.0",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "d3": "^7.8.5",
|
|
|
|
|
+ "pinia": "^2.1.7",
|
|
|
|
|
+ "vue": "^3.4.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "devDependencies": {
|
|
|
|
|
+ "@vitejs/plugin-vue": "^5.0.0",
|
|
|
|
|
+ "autoprefixer": "^10.4.0",
|
|
|
|
|
+ "daisyui": "^4.4.0",
|
|
|
|
|
+ "postcss": "^8.4.0",
|
|
|
|
|
+ "tailwindcss": "^3.4.0",
|
|
|
|
|
+ "vite": "^5.0.0",
|
|
|
|
|
+ "vite-plugin-singlefile": "^2.0.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@alloc/quick-lru": {
|
|
|
|
|
+ "version": "5.2.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=10"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@babel/helper-string-parser": {
|
|
|
|
|
+ "version": "7.27.1",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=6.9.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@babel/helper-validator-identifier": {
|
|
|
|
|
+ "version": "7.28.5",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
|
|
|
+ "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=6.9.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@babel/parser": {
|
|
|
|
|
+ "version": "7.28.5",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.28.5.tgz",
|
|
|
|
|
+ "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@babel/types": "^7.28.5"
|
|
|
|
|
+ },
|
|
|
|
|
+ "bin": {
|
|
|
|
|
+ "parser": "bin/babel-parser.js"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=6.0.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@babel/types": {
|
|
|
|
|
+ "version": "7.28.5",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.28.5.tgz",
|
|
|
|
|
+ "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
|
|
|
|
|
+ "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.21.5",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz",
|
|
|
|
|
+ "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "ppc64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "aix"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@esbuild/android-arm": {
|
|
|
|
|
+ "version": "0.21.5",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.21.5.tgz",
|
|
|
|
|
+ "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "android"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@esbuild/android-arm64": {
|
|
|
|
|
+ "version": "0.21.5",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz",
|
|
|
|
|
+ "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "android"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@esbuild/android-x64": {
|
|
|
|
|
+ "version": "0.21.5",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.21.5.tgz",
|
|
|
|
|
+ "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "x64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "android"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@esbuild/darwin-arm64": {
|
|
|
|
|
+ "version": "0.21.5",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz",
|
|
|
|
|
+ "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "darwin"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@esbuild/darwin-x64": {
|
|
|
|
|
+ "version": "0.21.5",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz",
|
|
|
|
|
+ "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "x64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "darwin"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@esbuild/freebsd-arm64": {
|
|
|
|
|
+ "version": "0.21.5",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz",
|
|
|
|
|
+ "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "freebsd"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@esbuild/freebsd-x64": {
|
|
|
|
|
+ "version": "0.21.5",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz",
|
|
|
|
|
+ "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "x64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "freebsd"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@esbuild/linux-arm": {
|
|
|
|
|
+ "version": "0.21.5",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz",
|
|
|
|
|
+ "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@esbuild/linux-arm64": {
|
|
|
|
|
+ "version": "0.21.5",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz",
|
|
|
|
|
+ "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@esbuild/linux-ia32": {
|
|
|
|
|
+ "version": "0.21.5",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz",
|
|
|
|
|
+ "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "ia32"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@esbuild/linux-loong64": {
|
|
|
|
|
+ "version": "0.21.5",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz",
|
|
|
|
|
+ "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "loong64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@esbuild/linux-mips64el": {
|
|
|
|
|
+ "version": "0.21.5",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz",
|
|
|
|
|
+ "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "mips64el"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@esbuild/linux-ppc64": {
|
|
|
|
|
+ "version": "0.21.5",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz",
|
|
|
|
|
+ "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "ppc64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@esbuild/linux-riscv64": {
|
|
|
|
|
+ "version": "0.21.5",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz",
|
|
|
|
|
+ "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "riscv64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@esbuild/linux-s390x": {
|
|
|
|
|
+ "version": "0.21.5",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz",
|
|
|
|
|
+ "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "s390x"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@esbuild/linux-x64": {
|
|
|
|
|
+ "version": "0.21.5",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz",
|
|
|
|
|
+ "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "x64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@esbuild/netbsd-x64": {
|
|
|
|
|
+ "version": "0.21.5",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz",
|
|
|
|
|
+ "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "x64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "netbsd"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@esbuild/openbsd-x64": {
|
|
|
|
|
+ "version": "0.21.5",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz",
|
|
|
|
|
+ "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "x64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "openbsd"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@esbuild/sunos-x64": {
|
|
|
|
|
+ "version": "0.21.5",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz",
|
|
|
|
|
+ "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "x64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "sunos"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@esbuild/win32-arm64": {
|
|
|
|
|
+ "version": "0.21.5",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz",
|
|
|
|
|
+ "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "win32"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@esbuild/win32-ia32": {
|
|
|
|
|
+ "version": "0.21.5",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz",
|
|
|
|
|
+ "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "ia32"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "win32"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@esbuild/win32-x64": {
|
|
|
|
|
+ "version": "0.21.5",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz",
|
|
|
|
|
+ "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "x64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "win32"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@jridgewell/gen-mapping": {
|
|
|
|
|
+ "version": "0.3.13",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
|
|
|
|
|
+ "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@jridgewell/sourcemap-codec": "^1.5.0",
|
|
|
|
|
+ "@jridgewell/trace-mapping": "^0.3.24"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@jridgewell/resolve-uri": {
|
|
|
|
|
+ "version": "3.1.2",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
|
|
|
|
|
+ "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=6.0.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@jridgewell/sourcemap-codec": {
|
|
|
|
|
+ "version": "1.5.5",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
|
|
|
+ "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og=="
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@jridgewell/trace-mapping": {
|
|
|
|
|
+ "version": "0.3.31",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
|
|
|
|
|
+ "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@jridgewell/resolve-uri": "^3.1.0",
|
|
|
|
|
+ "@jridgewell/sourcemap-codec": "^1.4.14"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@nodelib/fs.scandir": {
|
|
|
|
|
+ "version": "2.1.5",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
|
|
|
|
|
+ "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@nodelib/fs.stat": "2.0.5",
|
|
|
|
|
+ "run-parallel": "^1.1.9"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 8"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@nodelib/fs.stat": {
|
|
|
|
|
+ "version": "2.0.5",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
|
|
|
|
|
+ "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 8"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@nodelib/fs.walk": {
|
|
|
|
|
+ "version": "1.2.8",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
|
|
|
|
|
+ "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@nodelib/fs.scandir": "2.1.5",
|
|
|
|
|
+ "fastq": "^1.6.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 8"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@rollup/rollup-android-arm-eabi": {
|
|
|
|
|
+ "version": "4.53.3",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.53.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-mRSi+4cBjrRLoaal2PnqH82Wqyb+d3HsPUN/W+WslCXsZsyHa9ZeQQX/pQsZaVIWDkPcpV6jJ+3KLbTbgnwv8w==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "android"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@rollup/rollup-android-arm64": {
|
|
|
|
|
+ "version": "4.53.3",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.53.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-CbDGaMpdE9sh7sCmTrTUyllhrg65t6SwhjlMJsLr+J8YjFuPmCEjbBSx4Z/e4SmDyH3aB5hGaJUP2ltV/vcs4w==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "android"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@rollup/rollup-darwin-arm64": {
|
|
|
|
|
+ "version": "4.53.3",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.53.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-Nr7SlQeqIBpOV6BHHGZgYBuSdanCXuw09hon14MGOLGmXAFYjx1wNvquVPmpZnl0tLjg25dEdr4IQ6GgyToCUA==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "darwin"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@rollup/rollup-darwin-x64": {
|
|
|
|
|
+ "version": "4.53.3",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.53.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-DZ8N4CSNfl965CmPktJ8oBnfYr3F8dTTNBQkRlffnUarJ2ohudQD17sZBa097J8xhQ26AwhHJ5mvUyQW8ddTsQ==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "x64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "darwin"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@rollup/rollup-freebsd-arm64": {
|
|
|
|
|
+ "version": "4.53.3",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.53.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-yMTrCrK92aGyi7GuDNtGn2sNW+Gdb4vErx4t3Gv/Tr+1zRb8ax4z8GWVRfr3Jw8zJWvpGHNpss3vVlbF58DZ4w==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "freebsd"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@rollup/rollup-freebsd-x64": {
|
|
|
|
|
+ "version": "4.53.3",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.53.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-lMfF8X7QhdQzseM6XaX0vbno2m3hlyZFhwcndRMw8fbAGUGL3WFMBdK0hbUBIUYcEcMhVLr1SIamDeuLBnXS+Q==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "x64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "freebsd"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
|
|
|
|
|
+ "version": "4.53.3",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.53.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-k9oD15soC/Ln6d2Wv/JOFPzZXIAIFLp6B+i14KhxAfnq76ajt0EhYc5YPeX6W1xJkAdItcVT+JhKl1QZh44/qw==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@rollup/rollup-linux-arm-musleabihf": {
|
|
|
|
|
+ "version": "4.53.3",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.53.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-vTNlKq+N6CK/8UktsrFuc+/7NlEYVxgaEgRXVUVK258Z5ymho29skzW1sutgYjqNnquGwVUObAaxae8rZ6YMhg==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@rollup/rollup-linux-arm64-gnu": {
|
|
|
|
|
+ "version": "4.53.3",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.53.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-RGrFLWgMhSxRs/EWJMIFM1O5Mzuz3Xy3/mnxJp/5cVhZ2XoCAxJnmNsEyeMJtpK+wu0FJFWz+QF4mjCA7AUQ3w==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@rollup/rollup-linux-arm64-musl": {
|
|
|
|
|
+ "version": "4.53.3",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.53.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-kASyvfBEWYPEwe0Qv4nfu6pNkITLTb32p4yTgzFCocHnJLAHs+9LjUu9ONIhvfT/5lv4YS5muBHyuV84epBo/A==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@rollup/rollup-linux-loong64-gnu": {
|
|
|
|
|
+ "version": "4.53.3",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.53.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-JiuKcp2teLJwQ7vkJ95EwESWkNRFJD7TQgYmCnrPtlu50b4XvT5MOmurWNrCj3IFdyjBQ5p9vnrX4JM6I8OE7g==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "loong64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@rollup/rollup-linux-ppc64-gnu": {
|
|
|
|
|
+ "version": "4.53.3",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.53.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-EoGSa8nd6d3T7zLuqdojxC20oBfNT8nexBbB/rkxgKj5T5vhpAQKKnD+h3UkoMuTyXkP5jTjK/ccNRmQrPNDuw==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "ppc64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@rollup/rollup-linux-riscv64-gnu": {
|
|
|
|
|
+ "version": "4.53.3",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.53.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-4s+Wped2IHXHPnAEbIB0YWBv7SDohqxobiiPA1FIWZpX+w9o2i4LezzH/NkFUl8LRci/8udci6cLq+jJQlh+0g==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "riscv64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@rollup/rollup-linux-riscv64-musl": {
|
|
|
|
|
+ "version": "4.53.3",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.53.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-68k2g7+0vs2u9CxDt5ktXTngsxOQkSEV/xBbwlqYcUrAVh6P9EgMZvFsnHy4SEiUl46Xf0IObWVbMvPrr2gw8A==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "riscv64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@rollup/rollup-linux-s390x-gnu": {
|
|
|
|
|
+ "version": "4.53.3",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.53.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-VYsFMpULAz87ZW6BVYw3I6sWesGpsP9OPcyKe8ofdg9LHxSbRMd7zrVrr5xi/3kMZtpWL/wC+UIJWJYVX5uTKg==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "s390x"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@rollup/rollup-linux-x64-gnu": {
|
|
|
|
|
+ "version": "4.53.3",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.53.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-3EhFi1FU6YL8HTUJZ51imGJWEX//ajQPfqWLI3BQq4TlvHy4X0MOr5q3D2Zof/ka0d5FNdPwZXm3Yyib/UEd+w==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "x64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@rollup/rollup-linux-x64-musl": {
|
|
|
|
|
+ "version": "4.53.3",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.53.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-eoROhjcc6HbZCJr+tvVT8X4fW3/5g/WkGvvmwz/88sDtSJzO7r/blvoBDgISDiCjDRZmHpwud7h+6Q9JxFwq1Q==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "x64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "linux"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@rollup/rollup-openharmony-arm64": {
|
|
|
|
|
+ "version": "4.53.3",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.53.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-OueLAWgrNSPGAdUdIjSWXw+u/02BRTcnfw9PN41D2vq/JSEPnJnVuBgw18VkN8wcd4fjUs+jFHVM4t9+kBSNLw==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "openharmony"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@rollup/rollup-win32-arm64-msvc": {
|
|
|
|
|
+ "version": "4.53.3",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.53.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-GOFuKpsxR/whszbF/bzydebLiXIHSgsEUp6M0JI8dWvi+fFa1TD6YQa4aSZHtpmh2/uAlj/Dy+nmby3TJ3pkTw==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "arm64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "win32"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@rollup/rollup-win32-ia32-msvc": {
|
|
|
|
|
+ "version": "4.53.3",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.53.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-iah+THLcBJdpfZ1TstDFbKNznlzoxa8fmnFYK4V67HvmuNYkVdAywJSoteUszvBQ9/HqN2+9AZghbajMsFT+oA==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "ia32"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "win32"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@rollup/rollup-win32-x64-gnu": {
|
|
|
|
|
+ "version": "4.53.3",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.53.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-J9QDiOIZlZLdcot5NXEepDkstocktoVjkaKUtqzgzpt2yWjGlbYiKyp05rWwk4nypbYUNoFAztEgixoLaSETkg==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "x64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "win32"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@rollup/rollup-win32-x64-msvc": {
|
|
|
|
|
+ "version": "4.53.3",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.53.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-UhTd8u31dXadv0MopwGgNOBpUVROFKWVQgAg5N1ESyCz8AuBcMqm4AuTjrwgQKGDfoFuz02EuMRHQIw/frmYKQ==",
|
|
|
|
|
+ "cpu": [
|
|
|
|
|
+ "x64"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "win32"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@types/estree": {
|
|
|
|
|
+ "version": "1.0.8",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.8.tgz",
|
|
|
|
|
+ "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
|
|
|
|
|
+ "dev": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@vitejs/plugin-vue": {
|
|
|
|
|
+ "version": "5.2.4",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-5.2.4.tgz",
|
|
|
|
|
+ "integrity": "sha512-7Yx/SXSOcQq5HiiV3orevHUFn+pmMB4cgbEkDYgnkUWb0WfeQ/wa2yFv6D5ICiCQOVpjA7vYDXrC7AGO8yjDHA==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "^18.0.0 || >=20.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "vite": "^5.0.0 || ^6.0.0",
|
|
|
|
|
+ "vue": "^3.2.25"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@vue/compiler-core": {
|
|
|
|
|
+ "version": "3.5.25",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.5.25.tgz",
|
|
|
|
|
+ "integrity": "sha512-vay5/oQJdsNHmliWoZfHPoVZZRmnSWhug0BYT34njkYTPqClh3DNWLkZNJBVSjsNMrg0CCrBfoKkjZQPM/QVUw==",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@babel/parser": "^7.28.5",
|
|
|
|
|
+ "@vue/shared": "3.5.25",
|
|
|
|
|
+ "entities": "^4.5.0",
|
|
|
|
|
+ "estree-walker": "^2.0.2",
|
|
|
|
|
+ "source-map-js": "^1.2.1"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@vue/compiler-dom": {
|
|
|
|
|
+ "version": "3.5.25",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.5.25.tgz",
|
|
|
|
|
+ "integrity": "sha512-4We0OAcMZsKgYoGlMjzYvaoErltdFI2/25wqanuTu+S4gismOTRTBPi4IASOjxWdzIwrYSjnqONfKvuqkXzE2Q==",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@vue/compiler-core": "3.5.25",
|
|
|
|
|
+ "@vue/shared": "3.5.25"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@vue/compiler-sfc": {
|
|
|
|
|
+ "version": "3.5.25",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.5.25.tgz",
|
|
|
|
|
+ "integrity": "sha512-PUgKp2rn8fFsI++lF2sO7gwO2d9Yj57Utr5yEsDf3GNaQcowCLKL7sf+LvVFvtJDXUp/03+dC6f2+LCv5aK1ag==",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@babel/parser": "^7.28.5",
|
|
|
|
|
+ "@vue/compiler-core": "3.5.25",
|
|
|
|
|
+ "@vue/compiler-dom": "3.5.25",
|
|
|
|
|
+ "@vue/compiler-ssr": "3.5.25",
|
|
|
|
|
+ "@vue/shared": "3.5.25",
|
|
|
|
|
+ "estree-walker": "^2.0.2",
|
|
|
|
|
+ "magic-string": "^0.30.21",
|
|
|
|
|
+ "postcss": "^8.5.6",
|
|
|
|
|
+ "source-map-js": "^1.2.1"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@vue/compiler-ssr": {
|
|
|
|
|
+ "version": "3.5.25",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.5.25.tgz",
|
|
|
|
|
+ "integrity": "sha512-ritPSKLBcParnsKYi+GNtbdbrIE1mtuFEJ4U1sWeuOMlIziK5GtOL85t5RhsNy4uWIXPgk+OUdpnXiTdzn8o3A==",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@vue/compiler-dom": "3.5.25",
|
|
|
|
|
+ "@vue/shared": "3.5.25"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@vue/devtools-api": {
|
|
|
|
|
+ "version": "6.6.4",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
|
|
|
|
|
+ "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g=="
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@vue/reactivity": {
|
|
|
|
|
+ "version": "3.5.25",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.5.25.tgz",
|
|
|
|
|
+ "integrity": "sha512-5xfAypCQepv4Jog1U4zn8cZIcbKKFka3AgWHEFQeK65OW+Ys4XybP6z2kKgws4YB43KGpqp5D/K3go2UPPunLA==",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@vue/shared": "3.5.25"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@vue/runtime-core": {
|
|
|
|
|
+ "version": "3.5.25",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.5.25.tgz",
|
|
|
|
|
+ "integrity": "sha512-Z751v203YWwYzy460bzsYQISDfPjHTl+6Zzwo/a3CsAf+0ccEjQ8c+0CdX1WsumRTHeywvyUFtW6KvNukT/smA==",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@vue/reactivity": "3.5.25",
|
|
|
|
|
+ "@vue/shared": "3.5.25"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@vue/runtime-dom": {
|
|
|
|
|
+ "version": "3.5.25",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.5.25.tgz",
|
|
|
|
|
+ "integrity": "sha512-a4WrkYFbb19i9pjkz38zJBg8wa/rboNERq3+hRRb0dHiJh13c+6kAbgqCPfMaJ2gg4weWD3APZswASOfmKwamA==",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@vue/reactivity": "3.5.25",
|
|
|
|
|
+ "@vue/runtime-core": "3.5.25",
|
|
|
|
|
+ "@vue/shared": "3.5.25",
|
|
|
|
|
+ "csstype": "^3.1.3"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@vue/server-renderer": {
|
|
|
|
|
+ "version": "3.5.25",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.5.25.tgz",
|
|
|
|
|
+ "integrity": "sha512-UJaXR54vMG61i8XNIzTSf2Q7MOqZHpp8+x3XLGtE3+fL+nQd+k7O5+X3D/uWrnQXOdMw5VPih+Uremcw+u1woQ==",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@vue/compiler-ssr": "3.5.25",
|
|
|
|
|
+ "@vue/shared": "3.5.25"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "vue": "3.5.25"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@vue/shared": {
|
|
|
|
|
+ "version": "3.5.25",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.25.tgz",
|
|
|
|
|
+ "integrity": "sha512-AbOPdQQnAnzs58H2FrrDxYj/TJfmeS2jdfEEhgiKINy+bnOANmVizIEgq1r+C5zsbs6l1CCQxtcj71rwNQ4jWg=="
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/any-promise": {
|
|
|
|
|
+ "version": "1.3.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/any-promise/-/any-promise-1.3.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==",
|
|
|
|
|
+ "dev": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/anymatch": {
|
|
|
|
|
+ "version": "3.1.3",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/anymatch/-/anymatch-3.1.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "normalize-path": "^3.0.0",
|
|
|
|
|
+ "picomatch": "^2.0.4"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 8"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/arg": {
|
|
|
|
|
+ "version": "5.0.2",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/arg/-/arg-5.0.2.tgz",
|
|
|
|
|
+ "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==",
|
|
|
|
|
+ "dev": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/autoprefixer": {
|
|
|
|
|
+ "version": "10.4.22",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/autoprefixer/-/autoprefixer-10.4.22.tgz",
|
|
|
|
|
+ "integrity": "sha512-ARe0v/t9gO28Bznv6GgqARmVqcWOV3mfgUPn9becPHMiD3o9BwlRgaeccZnwTpZ7Zwqrm+c1sUSsMxIzQzc8Xg==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "opencollective",
|
|
|
|
|
+ "url": "https://opencollective.com/postcss/"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "tidelift",
|
|
|
|
|
+ "url": "https://tidelift.com/funding/github/npm/autoprefixer"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "github",
|
|
|
|
|
+ "url": "https://github.com/sponsors/ai"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "browserslist": "^4.27.0",
|
|
|
|
|
+ "caniuse-lite": "^1.0.30001754",
|
|
|
|
|
+ "fraction.js": "^5.3.4",
|
|
|
|
|
+ "normalize-range": "^0.1.2",
|
|
|
|
|
+ "picocolors": "^1.1.1",
|
|
|
|
|
+ "postcss-value-parser": "^4.2.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "bin": {
|
|
|
|
|
+ "autoprefixer": "bin/autoprefixer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "^10 || ^12 || >=14"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "postcss": "^8.1.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/baseline-browser-mapping": {
|
|
|
|
|
+ "version": "2.8.31",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/baseline-browser-mapping/-/baseline-browser-mapping-2.8.31.tgz",
|
|
|
|
|
+ "integrity": "sha512-a28v2eWrrRWPpJSzxc+mKwm0ZtVx/G8SepdQZDArnXYU/XS+IF6mp8aB/4E+hH1tyGCoDo3KlUCdlSxGDsRkAw==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "bin": {
|
|
|
|
|
+ "baseline-browser-mapping": "dist/cli.js"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/binary-extensions": {
|
|
|
|
|
+ "version": "2.3.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/binary-extensions/-/binary-extensions-2.3.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=8"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/braces": {
|
|
|
|
|
+ "version": "3.0.3",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "fill-range": "^7.1.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=8"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/browserslist": {
|
|
|
|
|
+ "version": "4.28.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.28.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-tbydkR/CxfMwelN0vwdP/pLkDwyAASZ+VfWm4EOwlB6SWhx1sYnWLqo8N5j0rAzPfzfRaxt0mM/4wPU/Su84RQ==",
|
|
|
|
|
+ "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"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "baseline-browser-mapping": "^2.8.25",
|
|
|
|
|
+ "caniuse-lite": "^1.0.30001754",
|
|
|
|
|
+ "electron-to-chromium": "^1.5.249",
|
|
|
|
|
+ "node-releases": "^2.0.27",
|
|
|
|
|
+ "update-browserslist-db": "^1.1.4"
|
|
|
|
|
+ },
|
|
|
|
|
+ "bin": {
|
|
|
|
|
+ "browserslist": "cli.js"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/camelcase-css": {
|
|
|
|
|
+ "version": "2.0.1",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/camelcase-css/-/camelcase-css-2.0.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 6"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/caniuse-lite": {
|
|
|
|
|
+ "version": "1.0.30001757",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001757.tgz",
|
|
|
|
|
+ "integrity": "sha512-r0nnL/I28Zi/yjk1el6ilj27tKcdjLsNqAOZr0yVjWPrSQyHgKI2INaEWw21bAQSv2LXRt1XuCS/GomNpWOxsQ==",
|
|
|
|
|
+ "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"
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/chokidar": {
|
|
|
|
|
+ "version": "3.6.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.6.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "anymatch": "~3.1.2",
|
|
|
|
|
+ "braces": "~3.0.2",
|
|
|
|
|
+ "glob-parent": "~5.1.2",
|
|
|
|
|
+ "is-binary-path": "~2.1.0",
|
|
|
|
|
+ "is-glob": "~4.0.1",
|
|
|
|
|
+ "normalize-path": "~3.0.0",
|
|
|
|
|
+ "readdirp": "~3.6.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 8.10.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://paulmillr.com/funding/"
|
|
|
|
|
+ },
|
|
|
|
|
+ "optionalDependencies": {
|
|
|
|
|
+ "fsevents": "~2.3.2"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/chokidar/node_modules/glob-parent": {
|
|
|
|
|
+ "version": "5.1.2",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
|
|
|
|
|
+ "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "is-glob": "^4.0.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 6"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/commander": {
|
|
|
|
|
+ "version": "7.2.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/commander/-/commander-7.2.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 10"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/css-selector-tokenizer": {
|
|
|
|
|
+ "version": "0.8.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/css-selector-tokenizer/-/css-selector-tokenizer-0.8.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-Jd6Ig3/pe62/qe5SBPTN8h8LeUg/pT4lLgtavPf7updwwHpvFzxvOQBHYj2LZDMjUnBzgvIUSjRcf6oT5HzHFg==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "cssesc": "^3.0.0",
|
|
|
|
|
+ "fastparse": "^1.1.2"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/cssesc": {
|
|
|
|
|
+ "version": "3.0.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/cssesc/-/cssesc-3.0.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "bin": {
|
|
|
|
|
+ "cssesc": "bin/cssesc"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=4"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/csstype": {
|
|
|
|
|
+ "version": "3.2.3",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.2.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ=="
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/culori": {
|
|
|
|
|
+ "version": "3.3.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/culori/-/culori-3.3.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-pHJg+jbuFsCjz9iclQBqyL3B2HLCBF71BwVNujUYEvCeQMvV97R59MNK3R2+jgJ3a1fcZgI9B3vYgz8lzr/BFQ==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/d3": {
|
|
|
|
|
+ "version": "7.9.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/d3/-/d3-7.9.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-e1U46jVP+w7Iut8Jt8ri1YsPOvFpg46k+K8TpCb0P+zjCkjkPnV7WzfDJzMHy1LnA+wj5pLT1wjO901gLXeEhA==",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "d3-array": "3",
|
|
|
|
|
+ "d3-axis": "3",
|
|
|
|
|
+ "d3-brush": "3",
|
|
|
|
|
+ "d3-chord": "3",
|
|
|
|
|
+ "d3-color": "3",
|
|
|
|
|
+ "d3-contour": "4",
|
|
|
|
|
+ "d3-delaunay": "6",
|
|
|
|
|
+ "d3-dispatch": "3",
|
|
|
|
|
+ "d3-drag": "3",
|
|
|
|
|
+ "d3-dsv": "3",
|
|
|
|
|
+ "d3-ease": "3",
|
|
|
|
|
+ "d3-fetch": "3",
|
|
|
|
|
+ "d3-force": "3",
|
|
|
|
|
+ "d3-format": "3",
|
|
|
|
|
+ "d3-geo": "3",
|
|
|
|
|
+ "d3-hierarchy": "3",
|
|
|
|
|
+ "d3-interpolate": "3",
|
|
|
|
|
+ "d3-path": "3",
|
|
|
|
|
+ "d3-polygon": "3",
|
|
|
|
|
+ "d3-quadtree": "3",
|
|
|
|
|
+ "d3-random": "3",
|
|
|
|
|
+ "d3-scale": "4",
|
|
|
|
|
+ "d3-scale-chromatic": "3",
|
|
|
|
|
+ "d3-selection": "3",
|
|
|
|
|
+ "d3-shape": "3",
|
|
|
|
|
+ "d3-time": "3",
|
|
|
|
|
+ "d3-time-format": "4",
|
|
|
|
|
+ "d3-timer": "3",
|
|
|
|
|
+ "d3-transition": "3",
|
|
|
|
|
+ "d3-zoom": "3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/d3-array": {
|
|
|
|
|
+ "version": "3.2.4",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/d3-array/-/d3-array-3.2.4.tgz",
|
|
|
|
|
+ "integrity": "sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "internmap": "1 - 2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/d3-axis": {
|
|
|
|
|
+ "version": "3.0.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/d3-axis/-/d3-axis-3.0.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-IH5tgjV4jE/GhHkRV0HiVYPDtvfjHQlQfJHs0usq7M30XcSBvOotpmH1IgkcXsO/5gEQZD43B//fc7SRT5S+xw==",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/d3-brush": {
|
|
|
|
|
+ "version": "3.0.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/d3-brush/-/d3-brush-3.0.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-ALnjWlVYkXsVIGlOsuWH1+3udkYFI48Ljihfnh8FZPF2QS9o+PzGLBslO0PjzVoHLZ2KCVgAM8NVkXPJB2aNnQ==",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "d3-dispatch": "1 - 3",
|
|
|
|
|
+ "d3-drag": "2 - 3",
|
|
|
|
|
+ "d3-interpolate": "1 - 3",
|
|
|
|
|
+ "d3-selection": "3",
|
|
|
|
|
+ "d3-transition": "3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/d3-chord": {
|
|
|
|
|
+ "version": "3.0.1",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/d3-chord/-/d3-chord-3.0.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-VE5S6TNa+j8msksl7HwjxMHDM2yNK3XCkusIlpX5kwauBfXuyLAtNg9jCp/iHH61tgI4sb6R/EIMWCqEIdjT/g==",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "d3-path": "1 - 3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/d3-color": {
|
|
|
|
|
+ "version": "3.1.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/d3-color/-/d3-color-3.1.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/d3-contour": {
|
|
|
|
|
+ "version": "4.0.2",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/d3-contour/-/d3-contour-4.0.2.tgz",
|
|
|
|
|
+ "integrity": "sha512-4EzFTRIikzs47RGmdxbeUvLWtGedDUNkTcmzoeyg4sP/dvCexO47AaQL7VKy/gul85TOxw+IBgA8US2xwbToNA==",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "d3-array": "^3.2.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/d3-delaunay": {
|
|
|
|
|
+ "version": "6.0.4",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/d3-delaunay/-/d3-delaunay-6.0.4.tgz",
|
|
|
|
|
+ "integrity": "sha512-mdjtIZ1XLAM8bm/hx3WwjfHt6Sggek7qH043O8KEjDXN40xi3vx/6pYSVTwLjEgiXQTbvaouWKynLBiUZ6SK6A==",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "delaunator": "5"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/d3-dispatch": {
|
|
|
|
|
+ "version": "3.0.1",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/d3-dispatch/-/d3-dispatch-3.0.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/d3-drag": {
|
|
|
|
|
+ "version": "3.0.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/d3-drag/-/d3-drag-3.0.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-pWbUJLdETVA8lQNJecMxoXfH6x+mO2UQo8rSmZ+QqxcbyA3hfeprFgIT//HW2nlHChWeIIMwS2Fq+gEARkhTkg==",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "d3-dispatch": "1 - 3",
|
|
|
|
|
+ "d3-selection": "3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/d3-dsv": {
|
|
|
|
|
+ "version": "3.0.1",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/d3-dsv/-/d3-dsv-3.0.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-UG6OvdI5afDIFP9w4G0mNq50dSOsXHJaRE8arAS5o9ApWnIElp8GZw1Dun8vP8OyHOZ/QJUKUJwxiiCCnUwm+Q==",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "commander": "7",
|
|
|
|
|
+ "iconv-lite": "0.6",
|
|
|
|
|
+ "rw": "1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "bin": {
|
|
|
|
|
+ "csv2json": "bin/dsv2json.js",
|
|
|
|
|
+ "csv2tsv": "bin/dsv2dsv.js",
|
|
|
|
|
+ "dsv2dsv": "bin/dsv2dsv.js",
|
|
|
|
|
+ "dsv2json": "bin/dsv2json.js",
|
|
|
|
|
+ "json2csv": "bin/json2dsv.js",
|
|
|
|
|
+ "json2dsv": "bin/json2dsv.js",
|
|
|
|
|
+ "json2tsv": "bin/json2dsv.js",
|
|
|
|
|
+ "tsv2csv": "bin/dsv2dsv.js",
|
|
|
|
|
+ "tsv2json": "bin/dsv2json.js"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/d3-ease": {
|
|
|
|
|
+ "version": "3.0.1",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/d3-ease/-/d3-ease-3.0.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/d3-fetch": {
|
|
|
|
|
+ "version": "3.0.1",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/d3-fetch/-/d3-fetch-3.0.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-kpkQIM20n3oLVBKGg6oHrUchHM3xODkTzjMoj7aWQFq5QEM+R6E4WkzT5+tojDY7yjez8KgCBRoj4aEr99Fdqw==",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "d3-dsv": "1 - 3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/d3-force": {
|
|
|
|
|
+ "version": "3.0.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/d3-force/-/d3-force-3.0.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-zxV/SsA+U4yte8051P4ECydjD/S+qeYtnaIyAs9tgHCqfguma/aAQDjo85A9Z6EKhBirHRJHXIgJUlffT4wdLg==",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "d3-dispatch": "1 - 3",
|
|
|
|
|
+ "d3-quadtree": "1 - 3",
|
|
|
|
|
+ "d3-timer": "1 - 3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/d3-format": {
|
|
|
|
|
+ "version": "3.1.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/d3-format/-/d3-format-3.1.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-YyUI6AEuY/Wpt8KWLgZHsIU86atmikuoOmCfommt0LYHiQSPjvX2AcFc38PX0CBpr2RCyZhjex+NS/LPOv6YqA==",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/d3-geo": {
|
|
|
|
|
+ "version": "3.1.1",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/d3-geo/-/d3-geo-3.1.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-637ln3gXKXOwhalDzinUgY83KzNWZRKbYubaG+fGVuc/dxO64RRljtCTnf5ecMyE1RIdtqpkVcq0IbtU2S8j2Q==",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "d3-array": "2.5.0 - 3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/d3-hierarchy": {
|
|
|
|
|
+ "version": "3.1.2",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/d3-hierarchy/-/d3-hierarchy-3.1.2.tgz",
|
|
|
|
|
+ "integrity": "sha512-FX/9frcub54beBdugHjDCdikxThEqjnR93Qt7PvQTOHxyiNCAlvMrHhclk3cD5VeAaq9fxmfRp+CnWw9rEMBuA==",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/d3-interpolate": {
|
|
|
|
|
+ "version": "3.0.1",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/d3-interpolate/-/d3-interpolate-3.0.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "d3-color": "1 - 3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/d3-path": {
|
|
|
|
|
+ "version": "3.1.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/d3-path/-/d3-path-3.1.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/d3-polygon": {
|
|
|
|
|
+ "version": "3.0.1",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/d3-polygon/-/d3-polygon-3.0.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-3vbA7vXYwfe1SYhED++fPUQlWSYTTGmFmQiany/gdbiWgU/iEyQzyymwL9SkJjFFuCS4902BSzewVGsHHmHtXg==",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/d3-quadtree": {
|
|
|
|
|
+ "version": "3.0.1",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/d3-quadtree/-/d3-quadtree-3.0.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-04xDrxQTDTCFwP5H6hRhsRcb9xxv2RzkcsygFzmkSIOJy3PeRJP7sNk3VRIbKXcog561P9oU0/rVH6vDROAgUw==",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/d3-random": {
|
|
|
|
|
+ "version": "3.0.1",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/d3-random/-/d3-random-3.0.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-FXMe9GfxTxqd5D6jFsQ+DJ8BJS4E/fT5mqqdjovykEB2oFbTMDVdg1MGFxfQW+FBOGoB++k8swBrgwSHT1cUXQ==",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/d3-scale": {
|
|
|
|
|
+ "version": "4.0.2",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/d3-scale/-/d3-scale-4.0.2.tgz",
|
|
|
|
|
+ "integrity": "sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "d3-array": "2.10.0 - 3",
|
|
|
|
|
+ "d3-format": "1 - 3",
|
|
|
|
|
+ "d3-interpolate": "1.2.0 - 3",
|
|
|
|
|
+ "d3-time": "2.1.1 - 3",
|
|
|
|
|
+ "d3-time-format": "2 - 4"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/d3-scale-chromatic": {
|
|
|
|
|
+ "version": "3.1.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/d3-scale-chromatic/-/d3-scale-chromatic-3.1.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-A3s5PWiZ9YCXFye1o246KoscMWqf8BsD9eRiJ3He7C9OBaxKhAd5TFCdEx/7VbKtxxTsu//1mMJFrEt572cEyQ==",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "d3-color": "1 - 3",
|
|
|
|
|
+ "d3-interpolate": "1 - 3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/d3-selection": {
|
|
|
|
|
+ "version": "3.0.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/d3-selection/-/d3-selection-3.0.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/d3-shape": {
|
|
|
|
|
+ "version": "3.2.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/d3-shape/-/d3-shape-3.2.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "d3-path": "^3.1.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/d3-time": {
|
|
|
|
|
+ "version": "3.1.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/d3-time/-/d3-time-3.1.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "d3-array": "2 - 3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/d3-time-format": {
|
|
|
|
|
+ "version": "4.1.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/d3-time-format/-/d3-time-format-4.1.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "d3-time": "1 - 3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/d3-timer": {
|
|
|
|
|
+ "version": "3.0.1",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/d3-timer/-/d3-timer-3.0.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/d3-transition": {
|
|
|
|
|
+ "version": "3.0.1",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/d3-transition/-/d3-transition-3.0.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w==",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "d3-color": "1 - 3",
|
|
|
|
|
+ "d3-dispatch": "1 - 3",
|
|
|
|
|
+ "d3-ease": "1 - 3",
|
|
|
|
|
+ "d3-interpolate": "1 - 3",
|
|
|
|
|
+ "d3-timer": "1 - 3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "d3-selection": "2 - 3"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/d3-zoom": {
|
|
|
|
|
+ "version": "3.0.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/d3-zoom/-/d3-zoom-3.0.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-b8AmV3kfQaqWAuacbPuNbL6vahnOJflOhexLzMMNLga62+/nh0JzvJ0aO/5a5MVgUFGS7Hu1P9P03o3fJkDCyw==",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "d3-dispatch": "1 - 3",
|
|
|
|
|
+ "d3-drag": "2 - 3",
|
|
|
|
|
+ "d3-interpolate": "1 - 3",
|
|
|
|
|
+ "d3-selection": "2 - 3",
|
|
|
|
|
+ "d3-transition": "2 - 3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/daisyui": {
|
|
|
|
|
+ "version": "4.12.24",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/daisyui/-/daisyui-4.12.24.tgz",
|
|
|
|
|
+ "integrity": "sha512-JYg9fhQHOfXyLadrBrEqCDM6D5dWCSSiM6eTNCRrBRzx/VlOCrLS8eDfIw9RVvs64v2mJdLooKXY8EwQzoszAA==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "css-selector-tokenizer": "^0.8",
|
|
|
|
|
+ "culori": "^3",
|
|
|
|
|
+ "picocolors": "^1",
|
|
|
|
|
+ "postcss-js": "^4"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=16.9.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "type": "opencollective",
|
|
|
|
|
+ "url": "https://opencollective.com/daisyui"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/delaunator": {
|
|
|
|
|
+ "version": "5.0.1",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/delaunator/-/delaunator-5.0.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-8nvh+XBe96aCESrGOqMp/84b13H9cdKbG5P2ejQCh4d4sK9RL4371qou9drQjMhvnPmhWl5hnmqbEE0fXr9Xnw==",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "robust-predicates": "^3.0.2"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/didyoumean": {
|
|
|
|
|
+ "version": "1.2.2",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/didyoumean/-/didyoumean-1.2.2.tgz",
|
|
|
|
|
+ "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==",
|
|
|
|
|
+ "dev": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/dlv": {
|
|
|
|
|
+ "version": "1.1.3",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/dlv/-/dlv-1.1.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==",
|
|
|
|
|
+ "dev": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/electron-to-chromium": {
|
|
|
|
|
+ "version": "1.5.262",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.262.tgz",
|
|
|
|
|
+ "integrity": "sha512-NlAsMteRHek05jRUxUR0a5jpjYq9ykk6+kO0yRaMi5moe7u0fVIOeQ3Y30A8dIiWFBNUoQGi1ljb1i5VtS9WQQ==",
|
|
|
|
|
+ "dev": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/entities": {
|
|
|
|
|
+ "version": "4.5.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/entities/-/entities-4.5.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=0.12"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://github.com/fb55/entities?sponsor=1"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/esbuild": {
|
|
|
|
|
+ "version": "0.21.5",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.21.5.tgz",
|
|
|
|
|
+ "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "hasInstallScript": true,
|
|
|
|
|
+ "bin": {
|
|
|
|
|
+ "esbuild": "bin/esbuild"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ },
|
|
|
|
|
+ "optionalDependencies": {
|
|
|
|
|
+ "@esbuild/aix-ppc64": "0.21.5",
|
|
|
|
|
+ "@esbuild/android-arm": "0.21.5",
|
|
|
|
|
+ "@esbuild/android-arm64": "0.21.5",
|
|
|
|
|
+ "@esbuild/android-x64": "0.21.5",
|
|
|
|
|
+ "@esbuild/darwin-arm64": "0.21.5",
|
|
|
|
|
+ "@esbuild/darwin-x64": "0.21.5",
|
|
|
|
|
+ "@esbuild/freebsd-arm64": "0.21.5",
|
|
|
|
|
+ "@esbuild/freebsd-x64": "0.21.5",
|
|
|
|
|
+ "@esbuild/linux-arm": "0.21.5",
|
|
|
|
|
+ "@esbuild/linux-arm64": "0.21.5",
|
|
|
|
|
+ "@esbuild/linux-ia32": "0.21.5",
|
|
|
|
|
+ "@esbuild/linux-loong64": "0.21.5",
|
|
|
|
|
+ "@esbuild/linux-mips64el": "0.21.5",
|
|
|
|
|
+ "@esbuild/linux-ppc64": "0.21.5",
|
|
|
|
|
+ "@esbuild/linux-riscv64": "0.21.5",
|
|
|
|
|
+ "@esbuild/linux-s390x": "0.21.5",
|
|
|
|
|
+ "@esbuild/linux-x64": "0.21.5",
|
|
|
|
|
+ "@esbuild/netbsd-x64": "0.21.5",
|
|
|
|
|
+ "@esbuild/openbsd-x64": "0.21.5",
|
|
|
|
|
+ "@esbuild/sunos-x64": "0.21.5",
|
|
|
|
|
+ "@esbuild/win32-arm64": "0.21.5",
|
|
|
|
|
+ "@esbuild/win32-ia32": "0.21.5",
|
|
|
|
|
+ "@esbuild/win32-x64": "0.21.5"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/escalade": {
|
|
|
|
|
+ "version": "3.2.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.2.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=6"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/estree-walker": {
|
|
|
|
|
+ "version": "2.0.2",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
|
|
|
|
|
+ "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/fast-glob": {
|
|
|
|
|
+ "version": "3.3.3",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/fast-glob/-/fast-glob-3.3.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@nodelib/fs.stat": "^2.0.2",
|
|
|
|
|
+ "@nodelib/fs.walk": "^1.2.3",
|
|
|
|
|
+ "glob-parent": "^5.1.2",
|
|
|
|
|
+ "merge2": "^1.3.0",
|
|
|
|
|
+ "micromatch": "^4.0.8"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=8.6.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/fast-glob/node_modules/glob-parent": {
|
|
|
|
|
+ "version": "5.1.2",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
|
|
|
|
|
+ "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "is-glob": "^4.0.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 6"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/fastparse": {
|
|
|
|
|
+ "version": "1.1.2",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/fastparse/-/fastparse-1.1.2.tgz",
|
|
|
|
|
+ "integrity": "sha512-483XLLxTVIwWK3QTrMGRqUfUpoOs/0hbQrl2oz4J0pAcm3A3bu84wxTFqGqkJzewCLdME38xJLJAxBABfQT8sQ==",
|
|
|
|
|
+ "dev": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/fastq": {
|
|
|
|
|
+ "version": "1.19.1",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/fastq/-/fastq-1.19.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "reusify": "^1.0.4"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/fill-range": {
|
|
|
|
|
+ "version": "7.1.1",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.1.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "to-regex-range": "^5.0.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=8"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/fraction.js": {
|
|
|
|
|
+ "version": "5.3.4",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/fraction.js/-/fraction.js-5.3.4.tgz",
|
|
|
|
|
+ "integrity": "sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "*"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "type": "github",
|
|
|
|
|
+ "url": "https://github.com/sponsors/rawify"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/fsevents": {
|
|
|
|
|
+ "version": "2.3.3",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "hasInstallScript": true,
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "os": [
|
|
|
|
|
+ "darwin"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/function-bind": {
|
|
|
|
|
+ "version": "1.1.2",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz",
|
|
|
|
|
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/glob-parent": {
|
|
|
|
|
+ "version": "6.0.2",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-6.0.2.tgz",
|
|
|
|
|
+ "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "is-glob": "^4.0.3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=10.13.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/hasown": {
|
|
|
|
|
+ "version": "2.0.2",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz",
|
|
|
|
|
+ "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "function-bind": "^1.1.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 0.4"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/iconv-lite": {
|
|
|
|
|
+ "version": "0.6.3",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.6.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=0.10.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/internmap": {
|
|
|
|
|
+ "version": "2.0.3",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/internmap/-/internmap-2.0.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/is-binary-path": {
|
|
|
|
|
+ "version": "2.1.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/is-binary-path/-/is-binary-path-2.1.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "binary-extensions": "^2.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=8"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/is-core-module": {
|
|
|
|
|
+ "version": "2.16.1",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.16.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "hasown": "^2.0.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 0.4"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/is-extglob": {
|
|
|
|
|
+ "version": "2.1.1",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=0.10.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/is-glob": {
|
|
|
|
|
+ "version": "4.0.3",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "is-extglob": "^2.1.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=0.10.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/is-number": {
|
|
|
|
|
+ "version": "7.0.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=0.12.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/jiti": {
|
|
|
|
|
+ "version": "1.21.7",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/jiti/-/jiti-1.21.7.tgz",
|
|
|
|
|
+ "integrity": "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "bin": {
|
|
|
|
|
+ "jiti": "bin/jiti.js"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/lilconfig": {
|
|
|
|
|
+ "version": "3.1.3",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/lilconfig/-/lilconfig-3.1.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=14"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://github.com/sponsors/antonk52"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/lines-and-columns": {
|
|
|
|
|
+ "version": "1.2.4",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
|
|
|
|
|
+ "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
|
|
|
|
|
+ "dev": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/magic-string": {
|
|
|
|
|
+ "version": "0.30.21",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.21.tgz",
|
|
|
|
|
+ "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@jridgewell/sourcemap-codec": "^1.5.5"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/merge2": {
|
|
|
|
|
+ "version": "1.4.1",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/merge2/-/merge2-1.4.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 8"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/micromatch": {
|
|
|
|
|
+ "version": "4.0.8",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.8.tgz",
|
|
|
|
|
+ "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "braces": "^3.0.3",
|
|
|
|
|
+ "picomatch": "^2.3.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=8.6"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/mz": {
|
|
|
|
|
+ "version": "2.7.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/mz/-/mz-2.7.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "any-promise": "^1.0.0",
|
|
|
|
|
+ "object-assign": "^4.0.1",
|
|
|
|
|
+ "thenify-all": "^1.0.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/nanoid": {
|
|
|
|
|
+ "version": "3.3.11",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.11.tgz",
|
|
|
|
|
+ "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "github",
|
|
|
|
|
+ "url": "https://github.com/sponsors/ai"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "bin": {
|
|
|
|
|
+ "nanoid": "bin/nanoid.cjs"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/node-releases": {
|
|
|
|
|
+ "version": "2.0.27",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.27.tgz",
|
|
|
|
|
+ "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==",
|
|
|
|
|
+ "dev": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/normalize-path": {
|
|
|
|
|
+ "version": "3.0.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/normalize-path/-/normalize-path-3.0.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=0.10.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/normalize-range": {
|
|
|
|
|
+ "version": "0.1.2",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/normalize-range/-/normalize-range-0.1.2.tgz",
|
|
|
|
|
+ "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=0.10.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/object-assign": {
|
|
|
|
|
+ "version": "4.1.1",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/object-assign/-/object-assign-4.1.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=0.10.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/object-hash": {
|
|
|
|
|
+ "version": "3.0.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/object-hash/-/object-hash-3.0.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 6"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/path-parse": {
|
|
|
|
|
+ "version": "1.0.7",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/path-parse/-/path-parse-1.0.7.tgz",
|
|
|
|
|
+ "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
|
|
|
|
|
+ "dev": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/picocolors": {
|
|
|
|
|
+ "version": "1.1.1",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA=="
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/picomatch": {
|
|
|
|
|
+ "version": "2.3.1",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=8.6"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://github.com/sponsors/jonschlinkert"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/pify": {
|
|
|
|
|
+ "version": "2.3.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/pify/-/pify-2.3.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=0.10.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/pinia": {
|
|
|
|
|
+ "version": "2.3.1",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/pinia/-/pinia-2.3.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-khUlZSwt9xXCaTbbxFYBKDc/bWAGWJjOgvxETwkTN7KRm66EeT1ZdZj6i2ceh9sP2Pzqsbc704r2yngBrxBVug==",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@vue/devtools-api": "^6.6.3",
|
|
|
|
|
+ "vue-demi": "^0.14.10"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://github.com/sponsors/posva"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "typescript": ">=4.4.4",
|
|
|
|
|
+ "vue": "^2.7.0 || ^3.5.11"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependenciesMeta": {
|
|
|
|
|
+ "typescript": {
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/pirates": {
|
|
|
|
|
+ "version": "4.0.7",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/pirates/-/pirates-4.0.7.tgz",
|
|
|
|
|
+ "integrity": "sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 6"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/postcss": {
|
|
|
|
|
+ "version": "8.5.6",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.6.tgz",
|
|
|
|
|
+ "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "opencollective",
|
|
|
|
|
+ "url": "https://opencollective.com/postcss/"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "tidelift",
|
|
|
|
|
+ "url": "https://tidelift.com/funding/github/npm/postcss"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "github",
|
|
|
|
|
+ "url": "https://github.com/sponsors/ai"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "nanoid": "^3.3.11",
|
|
|
|
|
+ "picocolors": "^1.1.1",
|
|
|
|
|
+ "source-map-js": "^1.2.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "^10 || ^12 || >=14"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/postcss-import": {
|
|
|
|
|
+ "version": "15.1.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/postcss-import/-/postcss-import-15.1.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "postcss-value-parser": "^4.0.0",
|
|
|
|
|
+ "read-cache": "^1.0.0",
|
|
|
|
|
+ "resolve": "^1.1.7"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=14.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "postcss": "^8.0.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/postcss-js": {
|
|
|
|
|
+ "version": "4.1.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/postcss-js/-/postcss-js-4.1.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-oIAOTqgIo7q2EOwbhb8UalYePMvYoIeRY2YKntdpFQXNosSu3vLrniGgmH9OKs/qAkfoj5oB3le/7mINW1LCfw==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "opencollective",
|
|
|
|
|
+ "url": "https://opencollective.com/postcss/"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "github",
|
|
|
|
|
+ "url": "https://github.com/sponsors/ai"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "camelcase-css": "^2.0.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "^12 || ^14 || >= 16"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "postcss": "^8.4.21"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/postcss-load-config": {
|
|
|
|
|
+ "version": "6.0.1",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/postcss-load-config/-/postcss-load-config-6.0.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-oPtTM4oerL+UXmx+93ytZVN82RrlY/wPUV8IeDxFrzIjXOLF1pN+EmKPLbubvKHT2HC20xXsCAH2Z+CKV6Oz/g==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "opencollective",
|
|
|
|
|
+ "url": "https://opencollective.com/postcss/"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "github",
|
|
|
|
|
+ "url": "https://github.com/sponsors/ai"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "lilconfig": "^3.1.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 18"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "jiti": ">=1.21.0",
|
|
|
|
|
+ "postcss": ">=8.0.9",
|
|
|
|
|
+ "tsx": "^4.8.1",
|
|
|
|
|
+ "yaml": "^2.4.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependenciesMeta": {
|
|
|
|
|
+ "jiti": {
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "postcss": {
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "tsx": {
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "yaml": {
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/postcss-nested": {
|
|
|
|
|
+ "version": "6.2.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/postcss-nested/-/postcss-nested-6.2.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "opencollective",
|
|
|
|
|
+ "url": "https://opencollective.com/postcss/"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "github",
|
|
|
|
|
+ "url": "https://github.com/sponsors/ai"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "postcss-selector-parser": "^6.1.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "postcss": "^8.2.14"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/postcss-selector-parser": {
|
|
|
|
|
+ "version": "6.1.2",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz",
|
|
|
|
|
+ "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "cssesc": "^3.0.0",
|
|
|
|
|
+ "util-deprecate": "^1.0.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=4"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/postcss-value-parser": {
|
|
|
|
|
+ "version": "4.2.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
|
|
|
|
|
+ "dev": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/queue-microtask": {
|
|
|
|
|
+ "version": "1.2.3",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/queue-microtask/-/queue-microtask-1.2.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "github",
|
|
|
|
|
+ "url": "https://github.com/sponsors/feross"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "patreon",
|
|
|
|
|
+ "url": "https://www.patreon.com/feross"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "consulting",
|
|
|
|
|
+ "url": "https://feross.org/support"
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/read-cache": {
|
|
|
|
|
+ "version": "1.0.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/read-cache/-/read-cache-1.0.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "pify": "^2.3.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/readdirp": {
|
|
|
|
|
+ "version": "3.6.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-3.6.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "picomatch": "^2.2.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=8.10.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/resolve": {
|
|
|
|
|
+ "version": "1.22.11",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/resolve/-/resolve-1.22.11.tgz",
|
|
|
|
|
+ "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "is-core-module": "^2.16.1",
|
|
|
|
|
+ "path-parse": "^1.0.7",
|
|
|
|
|
+ "supports-preserve-symlinks-flag": "^1.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "bin": {
|
|
|
|
|
+ "resolve": "bin/resolve"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 0.4"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/reusify": {
|
|
|
|
|
+ "version": "1.1.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/reusify/-/reusify-1.1.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "iojs": ">=1.0.0",
|
|
|
|
|
+ "node": ">=0.10.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/robust-predicates": {
|
|
|
|
|
+ "version": "3.0.2",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/robust-predicates/-/robust-predicates-3.0.2.tgz",
|
|
|
|
|
+ "integrity": "sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg=="
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/rollup": {
|
|
|
|
|
+ "version": "4.53.3",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/rollup/-/rollup-4.53.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-w8GmOxZfBmKknvdXU1sdM9NHcoQejwF/4mNgj2JuEEdRaHwwF12K7e9eXn1nLZ07ad+du76mkVsyeb2rKGllsA==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "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.53.3",
|
|
|
|
|
+ "@rollup/rollup-android-arm64": "4.53.3",
|
|
|
|
|
+ "@rollup/rollup-darwin-arm64": "4.53.3",
|
|
|
|
|
+ "@rollup/rollup-darwin-x64": "4.53.3",
|
|
|
|
|
+ "@rollup/rollup-freebsd-arm64": "4.53.3",
|
|
|
|
|
+ "@rollup/rollup-freebsd-x64": "4.53.3",
|
|
|
|
|
+ "@rollup/rollup-linux-arm-gnueabihf": "4.53.3",
|
|
|
|
|
+ "@rollup/rollup-linux-arm-musleabihf": "4.53.3",
|
|
|
|
|
+ "@rollup/rollup-linux-arm64-gnu": "4.53.3",
|
|
|
|
|
+ "@rollup/rollup-linux-arm64-musl": "4.53.3",
|
|
|
|
|
+ "@rollup/rollup-linux-loong64-gnu": "4.53.3",
|
|
|
|
|
+ "@rollup/rollup-linux-ppc64-gnu": "4.53.3",
|
|
|
|
|
+ "@rollup/rollup-linux-riscv64-gnu": "4.53.3",
|
|
|
|
|
+ "@rollup/rollup-linux-riscv64-musl": "4.53.3",
|
|
|
|
|
+ "@rollup/rollup-linux-s390x-gnu": "4.53.3",
|
|
|
|
|
+ "@rollup/rollup-linux-x64-gnu": "4.53.3",
|
|
|
|
|
+ "@rollup/rollup-linux-x64-musl": "4.53.3",
|
|
|
|
|
+ "@rollup/rollup-openharmony-arm64": "4.53.3",
|
|
|
|
|
+ "@rollup/rollup-win32-arm64-msvc": "4.53.3",
|
|
|
|
|
+ "@rollup/rollup-win32-ia32-msvc": "4.53.3",
|
|
|
|
|
+ "@rollup/rollup-win32-x64-gnu": "4.53.3",
|
|
|
|
|
+ "@rollup/rollup-win32-x64-msvc": "4.53.3",
|
|
|
|
|
+ "fsevents": "~2.3.2"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/run-parallel": {
|
|
|
|
|
+ "version": "1.2.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/run-parallel/-/run-parallel-1.2.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "github",
|
|
|
|
|
+ "url": "https://github.com/sponsors/feross"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "patreon",
|
|
|
|
|
+ "url": "https://www.patreon.com/feross"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "consulting",
|
|
|
|
|
+ "url": "https://feross.org/support"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "queue-microtask": "^1.2.2"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/rw": {
|
|
|
|
|
+ "version": "1.3.3",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/rw/-/rw-1.3.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ=="
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/safer-buffer": {
|
|
|
|
|
+ "version": "2.1.2",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz",
|
|
|
|
|
+ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/source-map-js": {
|
|
|
|
|
+ "version": "1.2.1",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=0.10.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/sucrase": {
|
|
|
|
|
+ "version": "3.35.1",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/sucrase/-/sucrase-3.35.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-DhuTmvZWux4H1UOnWMB3sk0sbaCVOoQZjv8u1rDoTV0HTdGem9hkAZtl4JZy8P2z4Bg0nT+YMeOFyVr4zcG5Tw==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@jridgewell/gen-mapping": "^0.3.2",
|
|
|
|
|
+ "commander": "^4.0.0",
|
|
|
|
|
+ "lines-and-columns": "^1.1.6",
|
|
|
|
|
+ "mz": "^2.7.0",
|
|
|
|
|
+ "pirates": "^4.0.1",
|
|
|
|
|
+ "tinyglobby": "^0.2.11",
|
|
|
|
|
+ "ts-interface-checker": "^0.1.9"
|
|
|
|
|
+ },
|
|
|
|
|
+ "bin": {
|
|
|
|
|
+ "sucrase": "bin/sucrase",
|
|
|
|
|
+ "sucrase-node": "bin/sucrase-node"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=16 || 14 >=14.17"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/sucrase/node_modules/commander": {
|
|
|
|
|
+ "version": "4.1.1",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/commander/-/commander-4.1.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 6"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/supports-preserve-symlinks-flag": {
|
|
|
|
|
+ "version": "1.0.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 0.4"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/tailwindcss": {
|
|
|
|
|
+ "version": "3.4.18",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/tailwindcss/-/tailwindcss-3.4.18.tgz",
|
|
|
|
|
+ "integrity": "sha512-6A2rnmW5xZMdw11LYjhcI5846rt9pbLSabY5XPxo+XWdxwZaFEn47Go4NzFiHu9sNNmr/kXivP1vStfvMaK1GQ==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@alloc/quick-lru": "^5.2.0",
|
|
|
|
|
+ "arg": "^5.0.2",
|
|
|
|
|
+ "chokidar": "^3.6.0",
|
|
|
|
|
+ "didyoumean": "^1.2.2",
|
|
|
|
|
+ "dlv": "^1.1.3",
|
|
|
|
|
+ "fast-glob": "^3.3.2",
|
|
|
|
|
+ "glob-parent": "^6.0.2",
|
|
|
|
|
+ "is-glob": "^4.0.3",
|
|
|
|
|
+ "jiti": "^1.21.7",
|
|
|
|
|
+ "lilconfig": "^3.1.3",
|
|
|
|
|
+ "micromatch": "^4.0.8",
|
|
|
|
|
+ "normalize-path": "^3.0.0",
|
|
|
|
|
+ "object-hash": "^3.0.0",
|
|
|
|
|
+ "picocolors": "^1.1.1",
|
|
|
|
|
+ "postcss": "^8.4.47",
|
|
|
|
|
+ "postcss-import": "^15.1.0",
|
|
|
|
|
+ "postcss-js": "^4.0.1",
|
|
|
|
|
+ "postcss-load-config": "^4.0.2 || ^5.0 || ^6.0",
|
|
|
|
|
+ "postcss-nested": "^6.2.0",
|
|
|
|
|
+ "postcss-selector-parser": "^6.1.2",
|
|
|
|
|
+ "resolve": "^1.22.8",
|
|
|
|
|
+ "sucrase": "^3.35.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "bin": {
|
|
|
|
|
+ "tailwind": "lib/cli.js",
|
|
|
|
|
+ "tailwindcss": "lib/cli.js"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=14.0.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/thenify": {
|
|
|
|
|
+ "version": "3.3.1",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/thenify/-/thenify-3.3.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "any-promise": "^1.0.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/thenify-all": {
|
|
|
|
|
+ "version": "1.6.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/thenify-all/-/thenify-all-1.6.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "thenify": ">= 3.1.0 < 4"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=0.8"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/tinyglobby": {
|
|
|
|
|
+ "version": "0.2.15",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/tinyglobby/-/tinyglobby-0.2.15.tgz",
|
|
|
|
|
+ "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "fdir": "^6.5.0",
|
|
|
|
|
+ "picomatch": "^4.0.3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://github.com/sponsors/SuperchupuDev"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/tinyglobby/node_modules/fdir": {
|
|
|
|
|
+ "version": "6.5.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/fdir/-/fdir-6.5.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "picomatch": "^3 || ^4"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependenciesMeta": {
|
|
|
|
|
+ "picomatch": {
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/tinyglobby/node_modules/picomatch": {
|
|
|
|
|
+ "version": "4.0.3",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://github.com/sponsors/jonschlinkert"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/to-regex-range": {
|
|
|
|
|
+ "version": "5.0.1",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "is-number": "^7.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=8.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/ts-interface-checker": {
|
|
|
|
|
+ "version": "0.1.13",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz",
|
|
|
|
|
+ "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==",
|
|
|
|
|
+ "dev": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/update-browserslist-db": {
|
|
|
|
|
+ "version": "1.1.4",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.1.4.tgz",
|
|
|
|
|
+ "integrity": "sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A==",
|
|
|
|
|
+ "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"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "escalade": "^3.2.0",
|
|
|
|
|
+ "picocolors": "^1.1.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "bin": {
|
|
|
|
|
+ "update-browserslist-db": "cli.js"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "browserslist": ">= 4.21.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/util-deprecate": {
|
|
|
|
|
+ "version": "1.0.2",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz",
|
|
|
|
|
+ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
|
|
|
|
|
+ "dev": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/vite": {
|
|
|
|
|
+ "version": "5.4.21",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/vite/-/vite-5.4.21.tgz",
|
|
|
|
|
+ "integrity": "sha512-o5a9xKjbtuhY6Bi5S3+HvbRERmouabWbyUcpXXUA1u+GNUKoROi9byOJ8M0nHbHYHkYICiMlqxkg1KkYmm25Sw==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "esbuild": "^0.21.3",
|
|
|
|
|
+ "postcss": "^8.4.43",
|
|
|
|
|
+ "rollup": "^4.20.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "bin": {
|
|
|
|
|
+ "vite": "bin/vite.js"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "^18.0.0 || >=20.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://github.com/vitejs/vite?sponsor=1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "optionalDependencies": {
|
|
|
|
|
+ "fsevents": "~2.3.3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "@types/node": "^18.0.0 || >=20.0.0",
|
|
|
|
|
+ "less": "*",
|
|
|
|
|
+ "lightningcss": "^1.21.0",
|
|
|
|
|
+ "sass": "*",
|
|
|
|
|
+ "sass-embedded": "*",
|
|
|
|
|
+ "stylus": "*",
|
|
|
|
|
+ "sugarss": "*",
|
|
|
|
|
+ "terser": "^5.4.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependenciesMeta": {
|
|
|
|
|
+ "@types/node": {
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "less": {
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "lightningcss": {
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "sass": {
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "sass-embedded": {
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "stylus": {
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "sugarss": {
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "terser": {
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/vite-plugin-singlefile": {
|
|
|
|
|
+ "version": "2.3.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/vite-plugin-singlefile/-/vite-plugin-singlefile-2.3.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-DAcHzYypM0CasNLSz/WG0VdKOCxGHErfrjOoyIPiNxTPTGmO6rRD/te93n1YL/s+miXq66ipF1brMBikf99c6A==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "micromatch": "^4.0.8"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">18.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "rollup": "^4.44.1",
|
|
|
|
|
+ "vite": "^5.4.11 || ^6.0.0 || ^7.0.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/vue": {
|
|
|
|
|
+ "version": "3.5.25",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/vue/-/vue-3.5.25.tgz",
|
|
|
|
|
+ "integrity": "sha512-YLVdgv2K13WJ6n+kD5owehKtEXwdwXuj2TTyJMsO7pSeKw2bfRNZGjhB7YzrpbMYj5b5QsUebHpOqR3R3ziy/g==",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@vue/compiler-dom": "3.5.25",
|
|
|
|
|
+ "@vue/compiler-sfc": "3.5.25",
|
|
|
|
|
+ "@vue/runtime-dom": "3.5.25",
|
|
|
|
|
+ "@vue/server-renderer": "3.5.25",
|
|
|
|
|
+ "@vue/shared": "3.5.25"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "typescript": "*"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependenciesMeta": {
|
|
|
|
|
+ "typescript": {
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/vue-demi": {
|
|
|
|
|
+ "version": "0.14.10",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.14.10.tgz",
|
|
|
|
|
+ "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
|
|
|
|
|
+ "hasInstallScript": true,
|
|
|
|
|
+ "bin": {
|
|
|
|
|
+ "vue-demi-fix": "bin/vue-demi-fix.js",
|
|
|
|
|
+ "vue-demi-switch": "bin/vue-demi-switch.js"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://github.com/sponsors/antfu"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "@vue/composition-api": "^1.0.0-rc.1",
|
|
|
|
|
+ "vue": "^3.0.0-0 || ^2.6.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependenciesMeta": {
|
|
|
|
|
+ "@vue/composition-api": {
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+}
|