|
|
@@ -0,0 +1,1072 @@
|
|
|
+{
|
|
|
+ "name": "vue4",
|
|
|
+ "version": "0.0.0",
|
|
|
+ "lockfileVersion": 3,
|
|
|
+ "requires": true,
|
|
|
+ "packages": {
|
|
|
+ "": {
|
|
|
+ "name": "vue4",
|
|
|
+ "version": "0.0.0",
|
|
|
+ "dependencies": {
|
|
|
+ "vue": "^3.5.12"
|
|
|
+ },
|
|
|
+ "devDependencies": {
|
|
|
+ "@vitejs/plugin-vue": "^5.1.4",
|
|
|
+ "vite": "^5.4.8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/helper-string-parser": {
|
|
|
+ "version": "7.25.9",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz",
|
|
|
+ "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/helper-validator-identifier": {
|
|
|
+ "version": "7.25.9",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz",
|
|
|
+ "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/parser": {
|
|
|
+ "version": "7.25.9",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.25.9.tgz",
|
|
|
+ "integrity": "sha512-aI3jjAAO1fh7vY/pBGsn1i9LDbRP43+asrRlkPuTXW5yHXtd1NgTEMudbBoDDxrf1daEEfPJqR+JBMakzrR4Dg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/types": "^7.25.9"
|
|
|
+ },
|
|
|
+ "bin": {
|
|
|
+ "parser": "bin/babel-parser.js"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/types": {
|
|
|
+ "version": "7.25.9",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.25.9.tgz",
|
|
|
+ "integrity": "sha512-OwS2CM5KocvQ/k7dFJa8i5bNGJP0hXWfVCfDkqRFP1IreH1JDC7wG6eCYCi0+McbfT8OR/kNqsI0UU0xP9H6PQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-string-parser": "^7.25.9",
|
|
|
+ "@babel/helper-validator-identifier": "^7.25.9"
|
|
|
+ },
|
|
|
+ "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,
|
|
|
+ "license": "MIT",
|
|
|
+ "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,
|
|
|
+ "license": "MIT",
|
|
|
+ "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,
|
|
|
+ "license": "MIT",
|
|
|
+ "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,
|
|
|
+ "license": "MIT",
|
|
|
+ "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,
|
|
|
+ "license": "MIT",
|
|
|
+ "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,
|
|
|
+ "license": "MIT",
|
|
|
+ "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,
|
|
|
+ "license": "MIT",
|
|
|
+ "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,
|
|
|
+ "license": "MIT",
|
|
|
+ "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,
|
|
|
+ "license": "MIT",
|
|
|
+ "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,
|
|
|
+ "license": "MIT",
|
|
|
+ "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,
|
|
|
+ "license": "MIT",
|
|
|
+ "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,
|
|
|
+ "license": "MIT",
|
|
|
+ "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,
|
|
|
+ "license": "MIT",
|
|
|
+ "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,
|
|
|
+ "license": "MIT",
|
|
|
+ "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,
|
|
|
+ "license": "MIT",
|
|
|
+ "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,
|
|
|
+ "license": "MIT",
|
|
|
+ "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,
|
|
|
+ "license": "MIT",
|
|
|
+ "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,
|
|
|
+ "license": "MIT",
|
|
|
+ "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,
|
|
|
+ "license": "MIT",
|
|
|
+ "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,
|
|
|
+ "license": "MIT",
|
|
|
+ "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,
|
|
|
+ "license": "MIT",
|
|
|
+ "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,
|
|
|
+ "license": "MIT",
|
|
|
+ "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,
|
|
|
+ "license": "MIT",
|
|
|
+ "optional": true,
|
|
|
+ "os": [
|
|
|
+ "win32"
|
|
|
+ ],
|
|
|
+ "engines": {
|
|
|
+ "node": ">=12"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@jridgewell/sourcemap-codec": {
|
|
|
+ "version": "1.5.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
|
|
|
+ "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/@rollup/rollup-android-arm-eabi": {
|
|
|
+ "version": "4.24.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.24.0.tgz",
|
|
|
+ "integrity": "sha512-Q6HJd7Y6xdB48x8ZNVDOqsbh2uByBhgK8PiQgPhwkIw/HC/YX5Ghq2mQY5sRMZWHb3VsFkWooUVOZHKr7DmDIA==",
|
|
|
+ "cpu": [
|
|
|
+ "arm"
|
|
|
+ ],
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "optional": true,
|
|
|
+ "os": [
|
|
|
+ "android"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "node_modules/@rollup/rollup-android-arm64": {
|
|
|
+ "version": "4.24.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.24.0.tgz",
|
|
|
+ "integrity": "sha512-ijLnS1qFId8xhKjT81uBHuuJp2lU4x2yxa4ctFPtG+MqEE6+C5f/+X/bStmxapgmwLwiL3ih122xv8kVARNAZA==",
|
|
|
+ "cpu": [
|
|
|
+ "arm64"
|
|
|
+ ],
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "optional": true,
|
|
|
+ "os": [
|
|
|
+ "android"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "node_modules/@rollup/rollup-darwin-arm64": {
|
|
|
+ "version": "4.24.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.24.0.tgz",
|
|
|
+ "integrity": "sha512-bIv+X9xeSs1XCk6DVvkO+S/z8/2AMt/2lMqdQbMrmVpgFvXlmde9mLcbQpztXm1tajC3raFDqegsH18HQPMYtA==",
|
|
|
+ "cpu": [
|
|
|
+ "arm64"
|
|
|
+ ],
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "optional": true,
|
|
|
+ "os": [
|
|
|
+ "darwin"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "node_modules/@rollup/rollup-darwin-x64": {
|
|
|
+ "version": "4.24.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.24.0.tgz",
|
|
|
+ "integrity": "sha512-X6/nOwoFN7RT2svEQWUsW/5C/fYMBe4fnLK9DQk4SX4mgVBiTA9h64kjUYPvGQ0F/9xwJ5U5UfTbl6BEjaQdBQ==",
|
|
|
+ "cpu": [
|
|
|
+ "x64"
|
|
|
+ ],
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "optional": true,
|
|
|
+ "os": [
|
|
|
+ "darwin"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
|
|
|
+ "version": "4.24.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.24.0.tgz",
|
|
|
+ "integrity": "sha512-0KXvIJQMOImLCVCz9uvvdPgfyWo93aHHp8ui3FrtOP57svqrF/roSSR5pjqL2hcMp0ljeGlU4q9o/rQaAQ3AYA==",
|
|
|
+ "cpu": [
|
|
|
+ "arm"
|
|
|
+ ],
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "optional": true,
|
|
|
+ "os": [
|
|
|
+ "linux"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "node_modules/@rollup/rollup-linux-arm-musleabihf": {
|
|
|
+ "version": "4.24.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.24.0.tgz",
|
|
|
+ "integrity": "sha512-it2BW6kKFVh8xk/BnHfakEeoLPv8STIISekpoF+nBgWM4d55CZKc7T4Dx1pEbTnYm/xEKMgy1MNtYuoA8RFIWw==",
|
|
|
+ "cpu": [
|
|
|
+ "arm"
|
|
|
+ ],
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "optional": true,
|
|
|
+ "os": [
|
|
|
+ "linux"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "node_modules/@rollup/rollup-linux-arm64-gnu": {
|
|
|
+ "version": "4.24.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.24.0.tgz",
|
|
|
+ "integrity": "sha512-i0xTLXjqap2eRfulFVlSnM5dEbTVque/3Pi4g2y7cxrs7+a9De42z4XxKLYJ7+OhE3IgxvfQM7vQc43bwTgPwA==",
|
|
|
+ "cpu": [
|
|
|
+ "arm64"
|
|
|
+ ],
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "optional": true,
|
|
|
+ "os": [
|
|
|
+ "linux"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "node_modules/@rollup/rollup-linux-arm64-musl": {
|
|
|
+ "version": "4.24.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.24.0.tgz",
|
|
|
+ "integrity": "sha512-9E6MKUJhDuDh604Qco5yP/3qn3y7SLXYuiC0Rpr89aMScS2UAmK1wHP2b7KAa1nSjWJc/f/Lc0Wl1L47qjiyQw==",
|
|
|
+ "cpu": [
|
|
|
+ "arm64"
|
|
|
+ ],
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "optional": true,
|
|
|
+ "os": [
|
|
|
+ "linux"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
|
|
|
+ "version": "4.24.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.24.0.tgz",
|
|
|
+ "integrity": "sha512-2XFFPJ2XMEiF5Zi2EBf4h73oR1V/lycirxZxHZNc93SqDN/IWhYYSYj8I9381ikUFXZrz2v7r2tOVk2NBwxrWw==",
|
|
|
+ "cpu": [
|
|
|
+ "ppc64"
|
|
|
+ ],
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "optional": true,
|
|
|
+ "os": [
|
|
|
+ "linux"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "node_modules/@rollup/rollup-linux-riscv64-gnu": {
|
|
|
+ "version": "4.24.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.24.0.tgz",
|
|
|
+ "integrity": "sha512-M3Dg4hlwuntUCdzU7KjYqbbd+BLq3JMAOhCKdBE3TcMGMZbKkDdJ5ivNdehOssMCIokNHFOsv7DO4rlEOfyKpg==",
|
|
|
+ "cpu": [
|
|
|
+ "riscv64"
|
|
|
+ ],
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "optional": true,
|
|
|
+ "os": [
|
|
|
+ "linux"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "node_modules/@rollup/rollup-linux-s390x-gnu": {
|
|
|
+ "version": "4.24.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.24.0.tgz",
|
|
|
+ "integrity": "sha512-mjBaoo4ocxJppTorZVKWFpy1bfFj9FeCMJqzlMQGjpNPY9JwQi7OuS1axzNIk0nMX6jSgy6ZURDZ2w0QW6D56g==",
|
|
|
+ "cpu": [
|
|
|
+ "s390x"
|
|
|
+ ],
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "optional": true,
|
|
|
+ "os": [
|
|
|
+ "linux"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "node_modules/@rollup/rollup-linux-x64-gnu": {
|
|
|
+ "version": "4.24.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.24.0.tgz",
|
|
|
+ "integrity": "sha512-ZXFk7M72R0YYFN5q13niV0B7G8/5dcQ9JDp8keJSfr3GoZeXEoMHP/HlvqROA3OMbMdfr19IjCeNAnPUG93b6A==",
|
|
|
+ "cpu": [
|
|
|
+ "x64"
|
|
|
+ ],
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "optional": true,
|
|
|
+ "os": [
|
|
|
+ "linux"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "node_modules/@rollup/rollup-linux-x64-musl": {
|
|
|
+ "version": "4.24.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.24.0.tgz",
|
|
|
+ "integrity": "sha512-w1i+L7kAXZNdYl+vFvzSZy8Y1arS7vMgIy8wusXJzRrPyof5LAb02KGr1PD2EkRcl73kHulIID0M501lN+vobQ==",
|
|
|
+ "cpu": [
|
|
|
+ "x64"
|
|
|
+ ],
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "optional": true,
|
|
|
+ "os": [
|
|
|
+ "linux"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "node_modules/@rollup/rollup-win32-arm64-msvc": {
|
|
|
+ "version": "4.24.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.24.0.tgz",
|
|
|
+ "integrity": "sha512-VXBrnPWgBpVDCVY6XF3LEW0pOU51KbaHhccHw6AS6vBWIC60eqsH19DAeeObl+g8nKAz04QFdl/Cefta0xQtUQ==",
|
|
|
+ "cpu": [
|
|
|
+ "arm64"
|
|
|
+ ],
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "optional": true,
|
|
|
+ "os": [
|
|
|
+ "win32"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "node_modules/@rollup/rollup-win32-ia32-msvc": {
|
|
|
+ "version": "4.24.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.24.0.tgz",
|
|
|
+ "integrity": "sha512-xrNcGDU0OxVcPTH/8n/ShH4UevZxKIO6HJFK0e15XItZP2UcaiLFd5kiX7hJnqCbSztUF8Qot+JWBC/QXRPYWQ==",
|
|
|
+ "cpu": [
|
|
|
+ "ia32"
|
|
|
+ ],
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "optional": true,
|
|
|
+ "os": [
|
|
|
+ "win32"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "node_modules/@rollup/rollup-win32-x64-msvc": {
|
|
|
+ "version": "4.24.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.24.0.tgz",
|
|
|
+ "integrity": "sha512-fbMkAF7fufku0N2dE5TBXcNlg0pt0cJue4xBRE2Qc5Vqikxr4VCgKj/ht6SMdFcOacVA9rqF70APJ8RN/4vMJw==",
|
|
|
+ "cpu": [
|
|
|
+ "x64"
|
|
|
+ ],
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "optional": true,
|
|
|
+ "os": [
|
|
|
+ "win32"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "node_modules/@types/estree": {
|
|
|
+ "version": "1.0.6",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.6.tgz",
|
|
|
+ "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/@vitejs/plugin-vue": {
|
|
|
+ "version": "5.1.4",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-5.1.4.tgz",
|
|
|
+ "integrity": "sha512-N2XSI2n3sQqp5w7Y/AN/L2XDjBIRGqXko+eDp42sydYSBeJuSm5a1sLf8zakmo8u7tA8NmBgoDLA1HeOESjp9A==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": "^18.0.0 || >=20.0.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "vite": "^5.0.0",
|
|
|
+ "vue": "^3.2.25"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@vue/compiler-core": {
|
|
|
+ "version": "3.5.12",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.5.12.tgz",
|
|
|
+ "integrity": "sha512-ISyBTRMmMYagUxhcpyEH0hpXRd/KqDU4ymofPgl2XAkY9ZhQ+h0ovEZJIiPop13UmR/54oA2cgMDjgroRelaEw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/parser": "^7.25.3",
|
|
|
+ "@vue/shared": "3.5.12",
|
|
|
+ "entities": "^4.5.0",
|
|
|
+ "estree-walker": "^2.0.2",
|
|
|
+ "source-map-js": "^1.2.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@vue/compiler-dom": {
|
|
|
+ "version": "3.5.12",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.5.12.tgz",
|
|
|
+ "integrity": "sha512-9G6PbJ03uwxLHKQ3P42cMTi85lDRvGLB2rSGOiQqtXELat6uI4n8cNz9yjfVHRPIu+MsK6TE418Giruvgptckg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@vue/compiler-core": "3.5.12",
|
|
|
+ "@vue/shared": "3.5.12"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@vue/compiler-sfc": {
|
|
|
+ "version": "3.5.12",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.5.12.tgz",
|
|
|
+ "integrity": "sha512-2k973OGo2JuAa5+ZlekuQJtitI5CgLMOwgl94BzMCsKZCX/xiqzJYzapl4opFogKHqwJk34vfsaKpfEhd1k5nw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/parser": "^7.25.3",
|
|
|
+ "@vue/compiler-core": "3.5.12",
|
|
|
+ "@vue/compiler-dom": "3.5.12",
|
|
|
+ "@vue/compiler-ssr": "3.5.12",
|
|
|
+ "@vue/shared": "3.5.12",
|
|
|
+ "estree-walker": "^2.0.2",
|
|
|
+ "magic-string": "^0.30.11",
|
|
|
+ "postcss": "^8.4.47",
|
|
|
+ "source-map-js": "^1.2.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@vue/compiler-ssr": {
|
|
|
+ "version": "3.5.12",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.5.12.tgz",
|
|
|
+ "integrity": "sha512-eLwc7v6bfGBSM7wZOGPmRavSWzNFF6+PdRhE+VFJhNCgHiF8AM7ccoqcv5kBXA2eWUfigD7byekvf/JsOfKvPA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@vue/compiler-dom": "3.5.12",
|
|
|
+ "@vue/shared": "3.5.12"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@vue/reactivity": {
|
|
|
+ "version": "3.5.12",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.5.12.tgz",
|
|
|
+ "integrity": "sha512-UzaN3Da7xnJXdz4Okb/BGbAaomRHc3RdoWqTzlvd9+WBR5m3J39J1fGcHes7U3za0ruYn/iYy/a1euhMEHvTAg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@vue/shared": "3.5.12"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@vue/runtime-core": {
|
|
|
+ "version": "3.5.12",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.5.12.tgz",
|
|
|
+ "integrity": "sha512-hrMUYV6tpocr3TL3Ad8DqxOdpDe4zuQY4HPY3X/VRh+L2myQO8MFXPAMarIOSGNu0bFAjh1yBkMPXZBqCk62Uw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@vue/reactivity": "3.5.12",
|
|
|
+ "@vue/shared": "3.5.12"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@vue/runtime-dom": {
|
|
|
+ "version": "3.5.12",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.5.12.tgz",
|
|
|
+ "integrity": "sha512-q8VFxR9A2MRfBr6/55Q3umyoN7ya836FzRXajPB6/Vvuv0zOPL+qltd9rIMzG/DbRLAIlREmnLsplEF/kotXKA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@vue/reactivity": "3.5.12",
|
|
|
+ "@vue/runtime-core": "3.5.12",
|
|
|
+ "@vue/shared": "3.5.12",
|
|
|
+ "csstype": "^3.1.3"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@vue/server-renderer": {
|
|
|
+ "version": "3.5.12",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.5.12.tgz",
|
|
|
+ "integrity": "sha512-I3QoeDDeEPZm8yR28JtY+rk880Oqmj43hreIBVTicisFTx/Dl7JpG72g/X7YF8hnQD3IFhkky5i2bPonwrTVPg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@vue/compiler-ssr": "3.5.12",
|
|
|
+ "@vue/shared": "3.5.12"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "vue": "3.5.12"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@vue/shared": {
|
|
|
+ "version": "3.5.12",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.12.tgz",
|
|
|
+ "integrity": "sha512-L2RPSAwUFbgZH20etwrXyVyCBu9OxRSi8T/38QsvnkJyvq2LufW2lDCOzm7t/U9C1mkhJGWYfCuFBCmIuNivrg==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/csstype": {
|
|
|
+ "version": "3.1.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.1.3.tgz",
|
|
|
+ "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/entities": {
|
|
|
+ "version": "4.5.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/entities/-/entities-4.5.0.tgz",
|
|
|
+ "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
|
|
|
+ "license": "BSD-2-Clause",
|
|
|
+ "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,
|
|
|
+ "license": "MIT",
|
|
|
+ "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/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==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "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,
|
|
|
+ "license": "MIT",
|
|
|
+ "optional": true,
|
|
|
+ "os": [
|
|
|
+ "darwin"
|
|
|
+ ],
|
|
|
+ "engines": {
|
|
|
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/magic-string": {
|
|
|
+ "version": "0.30.12",
|
|
|
+ "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.12.tgz",
|
|
|
+ "integrity": "sha512-Ea8I3sQMVXr8JhN4z+H/d8zwo+tYDgHE9+5G4Wnrwhs0gaK9fXTKx0Tw5Xwsd/bCPTTZNRAdpyzvoeORe9LYpw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@jridgewell/sourcemap-codec": "^1.5.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/nanoid": {
|
|
|
+ "version": "3.3.7",
|
|
|
+ "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.7.tgz",
|
|
|
+ "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/ai"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "license": "MIT",
|
|
|
+ "bin": {
|
|
|
+ "nanoid": "bin/nanoid.cjs"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/picocolors": {
|
|
|
+ "version": "1.1.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
|
|
|
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
|
|
+ "license": "ISC"
|
|
|
+ },
|
|
|
+ "node_modules/postcss": {
|
|
|
+ "version": "8.4.47",
|
|
|
+ "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.4.47.tgz",
|
|
|
+ "integrity": "sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/postcss/"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "tidelift",
|
|
|
+ "url": "https://tidelift.com/funding/github/npm/postcss"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/ai"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "nanoid": "^3.3.7",
|
|
|
+ "picocolors": "^1.1.0",
|
|
|
+ "source-map-js": "^1.2.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": "^10 || ^12 || >=14"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/rollup": {
|
|
|
+ "version": "4.24.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/rollup/-/rollup-4.24.0.tgz",
|
|
|
+ "integrity": "sha512-DOmrlGSXNk1DM0ljiQA+i+o0rSLhtii1je5wgk60j49d1jHT5YYttBv1iWOnYSTG+fZZESUOSNiAl89SIet+Cg==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@types/estree": "1.0.6"
|
|
|
+ },
|
|
|
+ "bin": {
|
|
|
+ "rollup": "dist/bin/rollup"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=18.0.0",
|
|
|
+ "npm": ">=8.0.0"
|
|
|
+ },
|
|
|
+ "optionalDependencies": {
|
|
|
+ "@rollup/rollup-android-arm-eabi": "4.24.0",
|
|
|
+ "@rollup/rollup-android-arm64": "4.24.0",
|
|
|
+ "@rollup/rollup-darwin-arm64": "4.24.0",
|
|
|
+ "@rollup/rollup-darwin-x64": "4.24.0",
|
|
|
+ "@rollup/rollup-linux-arm-gnueabihf": "4.24.0",
|
|
|
+ "@rollup/rollup-linux-arm-musleabihf": "4.24.0",
|
|
|
+ "@rollup/rollup-linux-arm64-gnu": "4.24.0",
|
|
|
+ "@rollup/rollup-linux-arm64-musl": "4.24.0",
|
|
|
+ "@rollup/rollup-linux-powerpc64le-gnu": "4.24.0",
|
|
|
+ "@rollup/rollup-linux-riscv64-gnu": "4.24.0",
|
|
|
+ "@rollup/rollup-linux-s390x-gnu": "4.24.0",
|
|
|
+ "@rollup/rollup-linux-x64-gnu": "4.24.0",
|
|
|
+ "@rollup/rollup-linux-x64-musl": "4.24.0",
|
|
|
+ "@rollup/rollup-win32-arm64-msvc": "4.24.0",
|
|
|
+ "@rollup/rollup-win32-ia32-msvc": "4.24.0",
|
|
|
+ "@rollup/rollup-win32-x64-msvc": "4.24.0",
|
|
|
+ "fsevents": "~2.3.2"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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==",
|
|
|
+ "license": "BSD-3-Clause",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/vite": {
|
|
|
+ "version": "5.4.9",
|
|
|
+ "resolved": "https://registry.npmmirror.com/vite/-/vite-5.4.9.tgz",
|
|
|
+ "integrity": "sha512-20OVpJHh0PAM0oSOELa5GaZNWeDjcAvQjGXy2Uyr+Tp+/D2/Hdz6NLgpJLsarPTA2QJ6v8mX2P1ZfbsSKvdMkg==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "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/vue": {
|
|
|
+ "version": "3.5.12",
|
|
|
+ "resolved": "https://registry.npmmirror.com/vue/-/vue-3.5.12.tgz",
|
|
|
+ "integrity": "sha512-CLVZtXtn2ItBIi/zHZ0Sg1Xkb7+PU32bJJ8Bmy7ts3jxXTcbfsEfBivFYYWz1Hur+lalqGAh65Coin0r+HRUfg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@vue/compiler-dom": "3.5.12",
|
|
|
+ "@vue/compiler-sfc": "3.5.12",
|
|
|
+ "@vue/runtime-dom": "3.5.12",
|
|
|
+ "@vue/server-renderer": "3.5.12",
|
|
|
+ "@vue/shared": "3.5.12"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "typescript": "*"
|
|
|
+ },
|
|
|
+ "peerDependenciesMeta": {
|
|
|
+ "typescript": {
|
|
|
+ "optional": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|