3195 lines
107 KiB
JSON
3195 lines
107 KiB
JSON
|
|
{
|
||
|
|
"name": "frontend-terminal",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"lockfileVersion": 3,
|
||
|
|
"requires": true,
|
||
|
|
"packages": {
|
||
|
|
"": {
|
||
|
|
"name": "frontend-terminal",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"dependencies": {
|
||
|
|
"axios": "^1.7.0",
|
||
|
|
"pinia": "^2.1.0",
|
||
|
|
"qrcode": "^1.5.4",
|
||
|
|
"vue": "^3.4.0",
|
||
|
|
"vue-router": "^4.3.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/node": "^20.0.0",
|
||
|
|
"@types/qrcode": "^1.5.6",
|
||
|
|
"@vitejs/plugin-vue": "^5.0.0",
|
||
|
|
"autoprefixer": "^10.4.0",
|
||
|
|
"postcss": "^8.4.0",
|
||
|
|
"tailwindcss": "^3.4.0",
|
||
|
|
"typescript": "^5.5.0",
|
||
|
|
"vite": "^5.3.0",
|
||
|
|
"vue-tsc": "^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,
|
||
|
|
"license": "MIT",
|
||
|
|
"engines": {
|
||
|
|
"node": ">=10"
|
||
|
|
},
|
||
|
|
"funding": {
|
||
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/@babel/helper-string-parser": {
|
||
|
|
"version": "7.29.7",
|
||
|
|
"resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz",
|
||
|
|
"integrity": "sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==",
|
||
|
|
"license": "MIT",
|
||
|
|
"engines": {
|
||
|
|
"node": ">=6.9.0"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/@babel/helper-validator-identifier": {
|
||
|
|
"version": "7.29.7",
|
||
|
|
"resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz",
|
||
|
|
"integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==",
|
||
|
|
"license": "MIT",
|
||
|
|
"engines": {
|
||
|
|
"node": ">=6.9.0"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/@babel/parser": {
|
||
|
|
"version": "7.29.7",
|
||
|
|
"resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.29.7.tgz",
|
||
|
|
"integrity": "sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"@babel/types": "^7.29.7"
|
||
|
|
},
|
||
|
|
"bin": {
|
||
|
|
"parser": "bin/babel-parser.js"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=6.0.0"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/@babel/types": {
|
||
|
|
"version": "7.29.7",
|
||
|
|
"resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.29.7.tgz",
|
||
|
|
"integrity": "sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"@babel/helper-string-parser": "^7.29.7",
|
||
|
|
"@babel/helper-validator-identifier": "^7.29.7"
|
||
|
|
},
|
||
|
|
"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/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,
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"@jridgewell/sourcemap-codec": "^1.5.0",
|
||
|
|
"@jridgewell/trace-mapping": "^0.3.24"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/@jridgewell/resolve-uri": {
|
||
|
|
"version": "3.1.2",
|
||
|
|
"resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
|
||
|
|
"integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"engines": {
|
||
|
|
"node": ">=6.0.0"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/@jridgewell/sourcemap-codec": {
|
||
|
|
"version": "1.5.5",
|
||
|
|
"resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
||
|
|
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
|
||
|
|
"license": "MIT"
|
||
|
|
},
|
||
|
|
"node_modules/@jridgewell/trace-mapping": {
|
||
|
|
"version": "0.3.31",
|
||
|
|
"resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
|
||
|
|
"integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"@jridgewell/resolve-uri": "^3.1.0",
|
||
|
|
"@jridgewell/sourcemap-codec": "^1.4.14"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/@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,
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"@nodelib/fs.stat": "2.0.5",
|
||
|
|
"run-parallel": "^1.1.9"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 8"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/@nodelib/fs.stat": {
|
||
|
|
"version": "2.0.5",
|
||
|
|
"resolved": "https://registry.npmmirror.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
|
||
|
|
"integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 8"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/@nodelib/fs.walk": {
|
||
|
|
"version": "1.2.8",
|
||
|
|
"resolved": "https://registry.npmmirror.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
|
||
|
|
"integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"@nodelib/fs.scandir": "2.1.5",
|
||
|
|
"fastq": "^1.6.0"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 8"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/@rollup/rollup-android-arm-eabi": {
|
||
|
|
"version": "4.62.2",
|
||
|
|
"resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.62.2.tgz",
|
||
|
|
"integrity": "sha512-6o7ZLZK+BeenkZCFNDXqpbjw9bD6nuWonvS/lwQJp7NoVVxm6p3qE7qQ5jGuBjiFsgvqjD8mZAU5oWxTmbOeOg==",
|
||
|
|
"cpu": [
|
||
|
|
"arm"
|
||
|
|
],
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"optional": true,
|
||
|
|
"os": [
|
||
|
|
"android"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"node_modules/@rollup/rollup-android-arm64": {
|
||
|
|
"version": "4.62.2",
|
||
|
|
"resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.62.2.tgz",
|
||
|
|
"integrity": "sha512-BaH7BllCACHoH1LguOU56UItGfUWjujlO65kS9LAodViaN4bwIKd7oeW/ZHJ/4ljr/7MIiENnNy3HJ0zXv8Zkw==",
|
||
|
|
"cpu": [
|
||
|
|
"arm64"
|
||
|
|
],
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"optional": true,
|
||
|
|
"os": [
|
||
|
|
"android"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"node_modules/@rollup/rollup-darwin-arm64": {
|
||
|
|
"version": "4.62.2",
|
||
|
|
"resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.62.2.tgz",
|
||
|
|
"integrity": "sha512-v39RCCvj4He82I9sFmk+M1VZ0PLM9sfsLVikjfx2hYBNALhrrOR2D3JjQA6AhlaSOgcR+RzrKY7e1+bT6SUO/A==",
|
||
|
|
"cpu": [
|
||
|
|
"arm64"
|
||
|
|
],
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"optional": true,
|
||
|
|
"os": [
|
||
|
|
"darwin"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"node_modules/@rollup/rollup-darwin-x64": {
|
||
|
|
"version": "4.62.2",
|
||
|
|
"resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.62.2.tgz",
|
||
|
|
"integrity": "sha512-yl0y2vq3S3lHeuXhEdss6TWfKW8vkujImO12tn4ZkG/4oghr09LvdYm2RElVjokTQiUvDUGXLGsYeLqUMCKpGA==",
|
||
|
|
"cpu": [
|
||
|
|
"x64"
|
||
|
|
],
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"optional": true,
|
||
|
|
"os": [
|
||
|
|
"darwin"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"node_modules/@rollup/rollup-freebsd-arm64": {
|
||
|
|
"version": "4.62.2",
|
||
|
|
"resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.62.2.tgz",
|
||
|
|
"integrity": "sha512-tT4pvt4qXD+vEoezupCWi+a1F0vvDiksiHc+PxRlYTOH1I6/X4id9jPxTP+Fg+545euaFT1jJVs4CEdHZAU1vw==",
|
||
|
|
"cpu": [
|
||
|
|
"arm64"
|
||
|
|
],
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"optional": true,
|
||
|
|
"os": [
|
||
|
|
"freebsd"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"node_modules/@rollup/rollup-freebsd-x64": {
|
||
|
|
"version": "4.62.2",
|
||
|
|
"resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.62.2.tgz",
|
||
|
|
"integrity": "sha512-6nU5F2wCW+qvCBhTn1pdIU3bzsIoF7EUwsCDRxilWGprQR6yd508YnH9+OKFCwpfS8pjZqDUmnCAr7exax0XCg==",
|
||
|
|
"cpu": [
|
||
|
|
"x64"
|
||
|
|
],
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"optional": true,
|
||
|
|
"os": [
|
||
|
|
"freebsd"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"node_modules/@rollup/rollup-linux-arm-gnueabihf": {
|
||
|
|
"version": "4.62.2",
|
||
|
|
"resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.62.2.tgz",
|
||
|
|
"integrity": "sha512-n1GJHPOvpIfhi3TmrCeh6S6URt9BFCt0KQE3qvexyGCTAKpR4Lg+eWvNZEqu7epxwus/8ElT3hacYEucm49SZg==",
|
||
|
|
"cpu": [
|
||
|
|
"arm"
|
||
|
|
],
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"optional": true,
|
||
|
|
"os": [
|
||
|
|
"linux"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"node_modules/@rollup/rollup-linux-arm-musleabihf": {
|
||
|
|
"version": "4.62.2",
|
||
|
|
"resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.62.2.tgz",
|
||
|
|
"integrity": "sha512-JqgflS8wEB+UXV/vS1RpRbifGBeN4D5lz8D8oOFbFZw4vedvdOgCFAjfBmIMdW3yL10XpQQ0Ambepw6MXrhOnA==",
|
||
|
|
"cpu": [
|
||
|
|
"arm"
|
||
|
|
],
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"optional": true,
|
||
|
|
"os": [
|
||
|
|
"linux"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"node_modules/@rollup/rollup-linux-arm64-gnu": {
|
||
|
|
"version": "4.62.2",
|
||
|
|
"resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.62.2.tgz",
|
||
|
|
"integrity": "sha512-wnFJkogWvN4jm/hQRF2UBaeUmk20j5+DmHvoyWii2b8HJDyvz1MF2OU/6ynXt2KR63rbZLWkFpoytpdc/yBuSA==",
|
||
|
|
"cpu": [
|
||
|
|
"arm64"
|
||
|
|
],
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"optional": true,
|
||
|
|
"os": [
|
||
|
|
"linux"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"node_modules/@rollup/rollup-linux-arm64-musl": {
|
||
|
|
"version": "4.62.2",
|
||
|
|
"resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.62.2.tgz",
|
||
|
|
"integrity": "sha512-HVu2bp0zhvJ8xHEV9+UUs7S90VadmBSY3LcIMvozbPo4AuMGDWlz3ymHLHZPX4hR67TKTt8Qp5PJ5RBg/i+RMQ==",
|
||
|
|
"cpu": [
|
||
|
|
"arm64"
|
||
|
|
],
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"optional": true,
|
||
|
|
"os": [
|
||
|
|
"linux"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"node_modules/@rollup/rollup-linux-loong64-gnu": {
|
||
|
|
"version": "4.62.2",
|
||
|
|
"resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.62.2.tgz",
|
||
|
|
"integrity": "sha512-mQqqAV8QaoSgr9I2fKDLY2BAVvmKjWoGiu/cSYQonsLvtqwEn1E4QYfnCOcp5zoEqNhsDYin1s6jx/VJmrxlZg==",
|
||
|
|
"cpu": [
|
||
|
|
"loong64"
|
||
|
|
],
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"optional": true,
|
||
|
|
"os": [
|
||
|
|
"linux"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"node_modules/@rollup/rollup-linux-loong64-musl": {
|
||
|
|
"version": "4.62.2",
|
||
|
|
"resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.62.2.tgz",
|
||
|
|
"integrity": "sha512-IxKLoxCQ2IWi6bT2akyDUBGsOImDKB+sPp4EsTmwFQ/fMwpCKm8uLSSgP/Kx/QYUgKis6SEZ5/Nlhup0DIA0PQ==",
|
||
|
|
"cpu": [
|
||
|
|
"loong64"
|
||
|
|
],
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"optional": true,
|
||
|
|
"os": [
|
||
|
|
"linux"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"node_modules/@rollup/rollup-linux-ppc64-gnu": {
|
||
|
|
"version": "4.62.2",
|
||
|
|
"resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.62.2.tgz",
|
||
|
|
"integrity": "sha512-Mk5ha2RQSgyFfmYYLkBpPnUk8D8FriBxesO1u9O75X0mHgXL1UQcH5Itl2lurWL2tj0RxV9b9tJgipac0hRY9A==",
|
||
|
|
"cpu": [
|
||
|
|
"ppc64"
|
||
|
|
],
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"optional": true,
|
||
|
|
"os": [
|
||
|
|
"linux"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"node_modules/@rollup/rollup-linux-ppc64-musl": {
|
||
|
|
"version": "4.62.2",
|
||
|
|
"resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.62.2.tgz",
|
||
|
|
"integrity": "sha512-CjvEnqJL/0/TQ3TXX3OPIJ/kmBellrWd4heXUmHeJlTnmwjKpSJzoehLaL6Xk0ZnMHBu9dZuFADNOrtjF4v+2w==",
|
||
|
|
"cpu": [
|
||
|
|
"ppc64"
|
||
|
|
],
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"optional": true,
|
||
|
|
"os": [
|
||
|
|
"linux"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"node_modules/@rollup/rollup-linux-riscv64-gnu": {
|
||
|
|
"version": "4.62.2",
|
||
|
|
"resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.62.2.tgz",
|
||
|
|
"integrity": "sha512-1SiZbzwdkaDURsew/tSOrooKiYy7EQGT6m8ufavAi9NEyQb/6VuIxFXAL1fqa4iZe3g4NbNk4P7J32z2tw5Mgg==",
|
||
|
|
"cpu": [
|
||
|
|
"riscv64"
|
||
|
|
],
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"optional": true,
|
||
|
|
"os": [
|
||
|
|
"linux"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"node_modules/@rollup/rollup-linux-riscv64-musl": {
|
||
|
|
"version": "4.62.2",
|
||
|
|
"resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.62.2.tgz",
|
||
|
|
"integrity": "sha512-nQts12zJ3NQRoE6uYljOH89v7szzLDvG2JD/vsX+vGXU8w/At1GowTZ5/7qeFQ8m7L55rpR8Okugnuo5bgjy2Q==",
|
||
|
|
"cpu": [
|
||
|
|
"riscv64"
|
||
|
|
],
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"optional": true,
|
||
|
|
"os": [
|
||
|
|
"linux"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"node_modules/@rollup/rollup-linux-s390x-gnu": {
|
||
|
|
"version": "4.62.2",
|
||
|
|
"resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.62.2.tgz",
|
||
|
|
"integrity": "sha512-E9/ll019jhPIJgpzfZoIkBGhcz+kKNgVWYRY0zr9srBdPPFVpvOKW8VaJKUbeK+eZXyQF9ltME+Kk6affeaPgg==",
|
||
|
|
"cpu": [
|
||
|
|
"s390x"
|
||
|
|
],
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"optional": true,
|
||
|
|
"os": [
|
||
|
|
"linux"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"node_modules/@rollup/rollup-linux-x64-gnu": {
|
||
|
|
"version": "4.62.2",
|
||
|
|
"resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.62.2.tgz",
|
||
|
|
"integrity": "sha512-5BqxR/pshjey51iliyzTD5Xi3EN0aLmQ2lZ3lvefVV9c82BvrLo2/6OT55iifpWBufs6kdwWbuOKS841DrmK9A==",
|
||
|
|
"cpu": [
|
||
|
|
"x64"
|
||
|
|
],
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"optional": true,
|
||
|
|
"os": [
|
||
|
|
"linux"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"node_modules/@rollup/rollup-linux-x64-musl": {
|
||
|
|
"version": "4.62.2",
|
||
|
|
"resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.62.2.tgz",
|
||
|
|
"integrity": "sha512-uNN83XxQrRAh/w0/pmAfibcwyb6YWt4gP+dpnQKPVJshAloQ785ii8CT8ZCIxkGg9opVsvAlGhFitSm6D1Jjpg==",
|
||
|
|
"cpu": [
|
||
|
|
"x64"
|
||
|
|
],
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"optional": true,
|
||
|
|
"os": [
|
||
|
|
"linux"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"node_modules/@rollup/rollup-openbsd-x64": {
|
||
|
|
"version": "4.62.2",
|
||
|
|
"resolved": "https://registry.npmmirror.com/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.62.2.tgz",
|
||
|
|
"integrity": "sha512-srjEIxSH3LRnJN6THczDHWQplqEMFiAJrTab0msUryh9kwNpkICf3Ea6q6MN/2cZwRFUNx5w+h6Hpi4QuHS6Zg==",
|
||
|
|
"cpu": [
|
||
|
|
"x64"
|
||
|
|
],
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"optional": true,
|
||
|
|
"os": [
|
||
|
|
"openbsd"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"node_modules/@rollup/rollup-openharmony-arm64": {
|
||
|
|
"version": "4.62.2",
|
||
|
|
"resolved": "https://registry.npmmirror.com/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.62.2.tgz",
|
||
|
|
"integrity": "sha512-8hOJnxgbyObnCm5AlRA3A931xX19xq80RjVTKgJOvEKWqJruP/Uf12IbAOaDjjEXYRewwHLfmF0YRIdK3OwKWA==",
|
||
|
|
"cpu": [
|
||
|
|
"arm64"
|
||
|
|
],
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"optional": true,
|
||
|
|
"os": [
|
||
|
|
"openharmony"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"node_modules/@rollup/rollup-win32-arm64-msvc": {
|
||
|
|
"version": "4.62.2",
|
||
|
|
"resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.62.2.tgz",
|
||
|
|
"integrity": "sha512-mmF4AY1i0hG/bLWUctUq59gtmgaSIRa3cu/A3JFRp/sCNEme2bgDEiDS22P9FbnJB8NJNF4jPJiSP5RHQpUTDg==",
|
||
|
|
"cpu": [
|
||
|
|
"arm64"
|
||
|
|
],
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"optional": true,
|
||
|
|
"os": [
|
||
|
|
"win32"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"node_modules/@rollup/rollup-win32-ia32-msvc": {
|
||
|
|
"version": "4.62.2",
|
||
|
|
"resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.62.2.tgz",
|
||
|
|
"integrity": "sha512-DZgkknc6jhHrk46V25vbAM0zZkyP0nSDkJB8/dRkLTxv470dOmWDqGoEJl/9A0dFfS7yE3REOwNDxpHwSLSt0Q==",
|
||
|
|
"cpu": [
|
||
|
|
"ia32"
|
||
|
|
],
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"optional": true,
|
||
|
|
"os": [
|
||
|
|
"win32"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"node_modules/@rollup/rollup-win32-x64-gnu": {
|
||
|
|
"version": "4.62.2",
|
||
|
|
"resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.62.2.tgz",
|
||
|
|
"integrity": "sha512-T6xr6ucWSFto+VGajA8YH26LdpHRuP4YLHEKAtCWvJDOlnmWcDZVCI2Jmjr+IFHDlt2zRaTAKE4tfjTaWLgJBg==",
|
||
|
|
"cpu": [
|
||
|
|
"x64"
|
||
|
|
],
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"optional": true,
|
||
|
|
"os": [
|
||
|
|
"win32"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"node_modules/@rollup/rollup-win32-x64-msvc": {
|
||
|
|
"version": "4.62.2",
|
||
|
|
"resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.62.2.tgz",
|
||
|
|
"integrity": "sha512-BfzEnDJOt9T8M989/lA37EcJgat01wLRnoi5dQf3QzOH7jzpqTAzdDbVfRljVr5r+jzKqpbHeyOfAaXxAd0PAA==",
|
||
|
|
"cpu": [
|
||
|
|
"x64"
|
||
|
|
],
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"optional": true,
|
||
|
|
"os": [
|
||
|
|
"win32"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"node_modules/@types/estree": {
|
||
|
|
"version": "1.0.9",
|
||
|
|
"resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.9.tgz",
|
||
|
|
"integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT"
|
||
|
|
},
|
||
|
|
"node_modules/@types/node": {
|
||
|
|
"version": "20.19.43",
|
||
|
|
"resolved": "https://registry.npmmirror.com/@types/node/-/node-20.19.43.tgz",
|
||
|
|
"integrity": "sha512-6oYBAi5ikg4Pl+kGsoYtawUMBT2zZMCvPNF7pVLnHZfd1zf38DRiWn/gT01RYCdUqkv7Fhr+C9ot4/tb+2sVvA==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"undici-types": "~6.21.0"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/@types/qrcode": {
|
||
|
|
"version": "1.5.6",
|
||
|
|
"resolved": "https://registry.npmmirror.com/@types/qrcode/-/qrcode-1.5.6.tgz",
|
||
|
|
"integrity": "sha512-te7NQcV2BOvdj2b1hCAHzAoMNuj65kNBMz0KBaxM6c3VGBOhU0dURQKOtH8CFNI/dsKkwlv32p26qYQTWoB5bw==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"@types/node": "*"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"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,
|
||
|
|
"license": "MIT",
|
||
|
|
"engines": {
|
||
|
|
"node": "^18.0.0 || >=20.0.0"
|
||
|
|
},
|
||
|
|
"peerDependencies": {
|
||
|
|
"vite": "^5.0.0 || ^6.0.0",
|
||
|
|
"vue": "^3.2.25"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/@volar/language-core": {
|
||
|
|
"version": "2.4.15",
|
||
|
|
"resolved": "https://registry.npmmirror.com/@volar/language-core/-/language-core-2.4.15.tgz",
|
||
|
|
"integrity": "sha512-3VHw+QZU0ZG9IuQmzT68IyN4hZNd9GchGPhbD9+pa8CVv7rnoOZwo7T8weIbrRmihqy3ATpdfXFnqRrfPVK6CA==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"@volar/source-map": "2.4.15"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/@volar/source-map": {
|
||
|
|
"version": "2.4.15",
|
||
|
|
"resolved": "https://registry.npmmirror.com/@volar/source-map/-/source-map-2.4.15.tgz",
|
||
|
|
"integrity": "sha512-CPbMWlUN6hVZJYGcU/GSoHu4EnCHiLaXI9n8c9la6RaI9W5JHX+NqG+GSQcB0JdC2FIBLdZJwGsfKyBB71VlTg==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT"
|
||
|
|
},
|
||
|
|
"node_modules/@volar/typescript": {
|
||
|
|
"version": "2.4.15",
|
||
|
|
"resolved": "https://registry.npmmirror.com/@volar/typescript/-/typescript-2.4.15.tgz",
|
||
|
|
"integrity": "sha512-2aZ8i0cqPGjXb4BhkMsPYDkkuc2ZQ6yOpqwAuNwUoncELqoy5fRgOQtLR9gB0g902iS0NAkvpIzs27geVyVdPg==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"@volar/language-core": "2.4.15",
|
||
|
|
"path-browserify": "^1.0.1",
|
||
|
|
"vscode-uri": "^3.0.8"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/@vue/compiler-core": {
|
||
|
|
"version": "3.5.39",
|
||
|
|
"resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.5.39.tgz",
|
||
|
|
"integrity": "sha512-16KBTEXAJCpDr0mwlw+AZyhu8iyC7R3S2vBwsI7QnWJU6X3WKc9VKeNEZpiMdZ569qWhz9574L3vV55qRL0Vtw==",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"@babel/parser": "^7.29.7",
|
||
|
|
"@vue/shared": "3.5.39",
|
||
|
|
"entities": "^7.0.1",
|
||
|
|
"estree-walker": "^2.0.2",
|
||
|
|
"source-map-js": "^1.2.1"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/@vue/compiler-dom": {
|
||
|
|
"version": "3.5.39",
|
||
|
|
"resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.5.39.tgz",
|
||
|
|
"integrity": "sha512-oQPigALqYbNxTNPvNgSOe+czwVExfbVF02lz8jP0S3AXJiu3jxYDygNUiqSep4ezzW8XgnubqH63My2A7JR/vg==",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"@vue/compiler-core": "3.5.39",
|
||
|
|
"@vue/shared": "3.5.39"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/@vue/compiler-sfc": {
|
||
|
|
"version": "3.5.39",
|
||
|
|
"resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.5.39.tgz",
|
||
|
|
"integrity": "sha512-d0ki86iOyN8LoZPBmk5SJWNwHP19CnDDCfuo//+2WJa2g5Ke0Jay983PIBIcSSzldC68I8DrD5GrHV3OSDfodg==",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"@babel/parser": "^7.29.7",
|
||
|
|
"@vue/compiler-core": "3.5.39",
|
||
|
|
"@vue/compiler-dom": "3.5.39",
|
||
|
|
"@vue/compiler-ssr": "3.5.39",
|
||
|
|
"@vue/shared": "3.5.39",
|
||
|
|
"estree-walker": "^2.0.2",
|
||
|
|
"magic-string": "^0.30.21",
|
||
|
|
"postcss": "^8.5.15",
|
||
|
|
"source-map-js": "^1.2.1"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/@vue/compiler-ssr": {
|
||
|
|
"version": "3.5.39",
|
||
|
|
"resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.5.39.tgz",
|
||
|
|
"integrity": "sha512-Ce7/wvwMHai74bdszfXExdazFigYnlF9zgCmEQUcM1j0fOymlouZ7XilTYNo8oUjhlnjYOZbGrcYKuqjz89Ucw==",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"@vue/compiler-dom": "3.5.39",
|
||
|
|
"@vue/shared": "3.5.39"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/@vue/compiler-vue2": {
|
||
|
|
"version": "2.7.16",
|
||
|
|
"resolved": "https://registry.npmmirror.com/@vue/compiler-vue2/-/compiler-vue2-2.7.16.tgz",
|
||
|
|
"integrity": "sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"de-indent": "^1.0.2",
|
||
|
|
"he": "^1.2.0"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"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==",
|
||
|
|
"license": "MIT"
|
||
|
|
},
|
||
|
|
"node_modules/@vue/language-core": {
|
||
|
|
"version": "2.2.12",
|
||
|
|
"resolved": "https://registry.npmmirror.com/@vue/language-core/-/language-core-2.2.12.tgz",
|
||
|
|
"integrity": "sha512-IsGljWbKGU1MZpBPN+BvPAdr55YPkj2nB/TBNGNC32Vy2qLG25DYu/NBN2vNtZqdRbTRjaoYrahLrToim2NanA==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"@volar/language-core": "2.4.15",
|
||
|
|
"@vue/compiler-dom": "^3.5.0",
|
||
|
|
"@vue/compiler-vue2": "^2.7.16",
|
||
|
|
"@vue/shared": "^3.5.0",
|
||
|
|
"alien-signals": "^1.0.3",
|
||
|
|
"minimatch": "^9.0.3",
|
||
|
|
"muggle-string": "^0.4.1",
|
||
|
|
"path-browserify": "^1.0.1"
|
||
|
|
},
|
||
|
|
"peerDependencies": {
|
||
|
|
"typescript": "*"
|
||
|
|
},
|
||
|
|
"peerDependenciesMeta": {
|
||
|
|
"typescript": {
|
||
|
|
"optional": true
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/@vue/reactivity": {
|
||
|
|
"version": "3.5.39",
|
||
|
|
"resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.5.39.tgz",
|
||
|
|
"integrity": "sha512-TpsuBJ9gGlZa5d23XcM2y8EXanz9dZeVDQBXRwzy46ItgvM+rWpzs+UVM0wcRLxGvcav0HE5jz2gNL53xlRAog==",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"@vue/shared": "3.5.39"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/@vue/runtime-core": {
|
||
|
|
"version": "3.5.39",
|
||
|
|
"resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.5.39.tgz",
|
||
|
|
"integrity": "sha512-9GLtNyRvPAUMbX+7ono0RC2j0guo2LXVi8LvcmAooImACUKm0oFf0jjwbX8/H0AE/t1nxhAkn8RSl9PMCzzxZw==",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"@vue/reactivity": "3.5.39",
|
||
|
|
"@vue/shared": "3.5.39"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/@vue/runtime-dom": {
|
||
|
|
"version": "3.5.39",
|
||
|
|
"resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.5.39.tgz",
|
||
|
|
"integrity": "sha512-7Y6aAGboKcXAZ3ECuUy7RrS5yy2r47dhTp2SKaJmYxjopImaVFaNa5Ne66NwGovsrxVAl5S5rwc7m22UG7Lmww==",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"@vue/reactivity": "3.5.39",
|
||
|
|
"@vue/runtime-core": "3.5.39",
|
||
|
|
"@vue/shared": "3.5.39",
|
||
|
|
"csstype": "^3.2.3"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/@vue/server-renderer": {
|
||
|
|
"version": "3.5.39",
|
||
|
|
"resolved": "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.5.39.tgz",
|
||
|
|
"integrity": "sha512-yZSakiAGw85rZfG7UM8akMnIF+FmeiNk47uvHf2nVBBSe+dIKUhZuZq9+XgJhbV3nS5Z4ALH23/MpXofW+mbcw==",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"@vue/compiler-ssr": "3.5.39",
|
||
|
|
"@vue/shared": "3.5.39"
|
||
|
|
},
|
||
|
|
"peerDependencies": {
|
||
|
|
"vue": "3.5.39"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/@vue/shared": {
|
||
|
|
"version": "3.5.39",
|
||
|
|
"resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.39.tgz",
|
||
|
|
"integrity": "sha512-l1rrBtBfTnmxvtsvdQDXltUUy8S1Y+ZaqdfUzmAnJkTd8Z8rv5v/ytW+TKiqEOWyHPoqtPlNFSs0lhRmYVSHVA==",
|
||
|
|
"license": "MIT"
|
||
|
|
},
|
||
|
|
"node_modules/agent-base": {
|
||
|
|
"version": "6.0.2",
|
||
|
|
"resolved": "https://registry.npmmirror.com/agent-base/-/agent-base-6.0.2.tgz",
|
||
|
|
"integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"debug": "4"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 6.0.0"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/alien-signals": {
|
||
|
|
"version": "1.0.13",
|
||
|
|
"resolved": "https://registry.npmmirror.com/alien-signals/-/alien-signals-1.0.13.tgz",
|
||
|
|
"integrity": "sha512-OGj9yyTnJEttvzhTUWuscOvtqxq5vrhF7vL9oS0xJ2mK0ItPYP1/y+vCFebfxoEyAz0++1AIwJ5CMr+Fk3nDmg==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT"
|
||
|
|
},
|
||
|
|
"node_modules/ansi-regex": {
|
||
|
|
"version": "5.0.1",
|
||
|
|
"resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
||
|
|
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
||
|
|
"license": "MIT",
|
||
|
|
"engines": {
|
||
|
|
"node": ">=8"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/ansi-styles": {
|
||
|
|
"version": "4.3.0",
|
||
|
|
"resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
||
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"color-convert": "^2.0.1"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=8"
|
||
|
|
},
|
||
|
|
"funding": {
|
||
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"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,
|
||
|
|
"license": "MIT"
|
||
|
|
},
|
||
|
|
"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,
|
||
|
|
"license": "ISC",
|
||
|
|
"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,
|
||
|
|
"license": "MIT"
|
||
|
|
},
|
||
|
|
"node_modules/asynckit": {
|
||
|
|
"version": "0.4.0",
|
||
|
|
"resolved": "https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz",
|
||
|
|
"integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
|
||
|
|
"license": "MIT"
|
||
|
|
},
|
||
|
|
"node_modules/autoprefixer": {
|
||
|
|
"version": "10.5.2",
|
||
|
|
"resolved": "https://registry.npmmirror.com/autoprefixer/-/autoprefixer-10.5.2.tgz",
|
||
|
|
"integrity": "sha512-rD5t5DwOjJdmSORcTq64j8MawTC+tbQ+HHqjR4NDumamy/ambn1UJrlKL+KdwujWxMkFjPM3pPHOEA9tl4767Q==",
|
||
|
|
"dev": true,
|
||
|
|
"funding": [
|
||
|
|
{
|
||
|
|
"type": "opencollective",
|
||
|
|
"url": "https://opencollective.com/postcss/"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "tidelift",
|
||
|
|
"url": "https://tidelift.com/funding/github/npm/autoprefixer"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "github",
|
||
|
|
"url": "https://github.com/sponsors/ai"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"browserslist": "^4.28.4",
|
||
|
|
"caniuse-lite": "^1.0.30001799",
|
||
|
|
"fraction.js": "^5.3.4",
|
||
|
|
"picocolors": "^1.1.1",
|
||
|
|
"postcss-value-parser": "^4.2.0"
|
||
|
|
},
|
||
|
|
"bin": {
|
||
|
|
"autoprefixer": "bin/autoprefixer"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": "^10 || ^12 || >=14"
|
||
|
|
},
|
||
|
|
"peerDependencies": {
|
||
|
|
"postcss": "^8.1.0"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/axios": {
|
||
|
|
"version": "1.18.1",
|
||
|
|
"resolved": "https://registry.npmmirror.com/axios/-/axios-1.18.1.tgz",
|
||
|
|
"integrity": "sha512-3nTvFlvpn9Zu/RkHUqtc7/+al4UpRW5az71ap5zccp6e8RAYEzhMTecX8Dz1wWDYrPpUoB1HAQEGEAEvUr7S9g==",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"follow-redirects": "^1.16.0",
|
||
|
|
"form-data": "^4.0.5",
|
||
|
|
"https-proxy-agent": "^5.0.1",
|
||
|
|
"proxy-from-env": "^2.1.0"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/balanced-match": {
|
||
|
|
"version": "1.0.2",
|
||
|
|
"resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
|
||
|
|
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT"
|
||
|
|
},
|
||
|
|
"node_modules/baseline-browser-mapping": {
|
||
|
|
"version": "2.10.43",
|
||
|
|
"resolved": "https://registry.npmmirror.com/baseline-browser-mapping/-/baseline-browser-mapping-2.10.43.tgz",
|
||
|
|
"integrity": "sha512-AjYpR78kDWAY3Efj+cDTFH9t9SCoL7OoTp1BOb0mQV7S+6CiLwnWM3FyxhJtdPufDFKzmCSFoUncKjWgJEZTCQ==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "Apache-2.0",
|
||
|
|
"bin": {
|
||
|
|
"baseline-browser-mapping": "dist/cli.cjs"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=6.0.0"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/binary-extensions": {
|
||
|
|
"version": "2.3.0",
|
||
|
|
"resolved": "https://registry.npmmirror.com/binary-extensions/-/binary-extensions-2.3.0.tgz",
|
||
|
|
"integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"engines": {
|
||
|
|
"node": ">=8"
|
||
|
|
},
|
||
|
|
"funding": {
|
||
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/brace-expansion": {
|
||
|
|
"version": "2.1.2",
|
||
|
|
"resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.1.2.tgz",
|
||
|
|
"integrity": "sha512-w5JZcKgdhDOgOwm8H+KgbosopHMuGcl6qbulwjtz3SM7I7P3yW1eAjzMPLrIE+NQ9vjgANKHWeMHnrT0OXW1oA==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"balanced-match": "^1.0.0"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"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,
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"fill-range": "^7.1.1"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=8"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/browserslist": {
|
||
|
|
"version": "4.28.5",
|
||
|
|
"resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.28.5.tgz",
|
||
|
|
"integrity": "sha512-Cu2E6QejHWzuDMTkuwgpABFgDfZrXLQq5V13YOACZx4mFAG4IwGTbTfHPMr4WtxlHoXSM8FIuRwYYCz5XiabaQ==",
|
||
|
|
"dev": true,
|
||
|
|
"funding": [
|
||
|
|
{
|
||
|
|
"type": "opencollective",
|
||
|
|
"url": "https://opencollective.com/browserslist"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "tidelift",
|
||
|
|
"url": "https://tidelift.com/funding/github/npm/browserslist"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "github",
|
||
|
|
"url": "https://github.com/sponsors/ai"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"baseline-browser-mapping": "^2.10.42",
|
||
|
|
"caniuse-lite": "^1.0.30001800",
|
||
|
|
"electron-to-chromium": "^1.5.387",
|
||
|
|
"node-releases": "^2.0.50",
|
||
|
|
"update-browserslist-db": "^1.2.3"
|
||
|
|
},
|
||
|
|
"bin": {
|
||
|
|
"browserslist": "cli.js"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/call-bind-apply-helpers": {
|
||
|
|
"version": "1.0.2",
|
||
|
|
"resolved": "https://registry.npmmirror.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
|
||
|
|
"integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"es-errors": "^1.3.0",
|
||
|
|
"function-bind": "^1.1.2"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 0.4"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/camelcase": {
|
||
|
|
"version": "5.3.1",
|
||
|
|
"resolved": "https://registry.npmmirror.com/camelcase/-/camelcase-5.3.1.tgz",
|
||
|
|
"integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
|
||
|
|
"license": "MIT",
|
||
|
|
"engines": {
|
||
|
|
"node": ">=6"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"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,
|
||
|
|
"license": "MIT",
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 6"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/caniuse-lite": {
|
||
|
|
"version": "1.0.30001803",
|
||
|
|
"resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001803.tgz",
|
||
|
|
"integrity": "sha512-g/uHREV2ZpK9qMalCsWaxmA6ol+DX8GYhuf3T40RKoP+oL7vhRJh8LNt73PCjpnR6l14FzfPrB5Yux4PKm2meg==",
|
||
|
|
"dev": true,
|
||
|
|
"funding": [
|
||
|
|
{
|
||
|
|
"type": "opencollective",
|
||
|
|
"url": "https://opencollective.com/browserslist"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "tidelift",
|
||
|
|
"url": "https://tidelift.com/funding/github/npm/caniuse-lite"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "github",
|
||
|
|
"url": "https://github.com/sponsors/ai"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"license": "CC-BY-4.0"
|
||
|
|
},
|
||
|
|
"node_modules/chokidar": {
|
||
|
|
"version": "3.6.0",
|
||
|
|
"resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.6.0.tgz",
|
||
|
|
"integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"anymatch": "~3.1.2",
|
||
|
|
"braces": "~3.0.2",
|
||
|
|
"glob-parent": "~5.1.2",
|
||
|
|
"is-binary-path": "~2.1.0",
|
||
|
|
"is-glob": "~4.0.1",
|
||
|
|
"normalize-path": "~3.0.0",
|
||
|
|
"readdirp": "~3.6.0"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 8.10.0"
|
||
|
|
},
|
||
|
|
"funding": {
|
||
|
|
"url": "https://paulmillr.com/funding/"
|
||
|
|
},
|
||
|
|
"optionalDependencies": {
|
||
|
|
"fsevents": "~2.3.2"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/chokidar/node_modules/glob-parent": {
|
||
|
|
"version": "5.1.2",
|
||
|
|
"resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
|
||
|
|
"integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "ISC",
|
||
|
|
"dependencies": {
|
||
|
|
"is-glob": "^4.0.1"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 6"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/cliui": {
|
||
|
|
"version": "6.0.0",
|
||
|
|
"resolved": "https://registry.npmmirror.com/cliui/-/cliui-6.0.0.tgz",
|
||
|
|
"integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==",
|
||
|
|
"license": "ISC",
|
||
|
|
"dependencies": {
|
||
|
|
"string-width": "^4.2.0",
|
||
|
|
"strip-ansi": "^6.0.0",
|
||
|
|
"wrap-ansi": "^6.2.0"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/color-convert": {
|
||
|
|
"version": "2.0.1",
|
||
|
|
"resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
|
||
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"color-name": "~1.1.4"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=7.0.0"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/color-name": {
|
||
|
|
"version": "1.1.4",
|
||
|
|
"resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
|
||
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
||
|
|
"license": "MIT"
|
||
|
|
},
|
||
|
|
"node_modules/combined-stream": {
|
||
|
|
"version": "1.0.8",
|
||
|
|
"resolved": "https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz",
|
||
|
|
"integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"delayed-stream": "~1.0.0"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 0.8"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"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,
|
||
|
|
"license": "MIT",
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 6"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"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,
|
||
|
|
"license": "MIT",
|
||
|
|
"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==",
|
||
|
|
"license": "MIT"
|
||
|
|
},
|
||
|
|
"node_modules/de-indent": {
|
||
|
|
"version": "1.0.2",
|
||
|
|
"resolved": "https://registry.npmmirror.com/de-indent/-/de-indent-1.0.2.tgz",
|
||
|
|
"integrity": "sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT"
|
||
|
|
},
|
||
|
|
"node_modules/debug": {
|
||
|
|
"version": "4.4.3",
|
||
|
|
"resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.3.tgz",
|
||
|
|
"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"ms": "^2.1.3"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=6.0"
|
||
|
|
},
|
||
|
|
"peerDependenciesMeta": {
|
||
|
|
"supports-color": {
|
||
|
|
"optional": true
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/decamelize": {
|
||
|
|
"version": "1.2.0",
|
||
|
|
"resolved": "https://registry.npmmirror.com/decamelize/-/decamelize-1.2.0.tgz",
|
||
|
|
"integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==",
|
||
|
|
"license": "MIT",
|
||
|
|
"engines": {
|
||
|
|
"node": ">=0.10.0"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/delayed-stream": {
|
||
|
|
"version": "1.0.0",
|
||
|
|
"resolved": "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz",
|
||
|
|
"integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
|
||
|
|
"license": "MIT",
|
||
|
|
"engines": {
|
||
|
|
"node": ">=0.4.0"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"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,
|
||
|
|
"license": "Apache-2.0"
|
||
|
|
},
|
||
|
|
"node_modules/dijkstrajs": {
|
||
|
|
"version": "1.0.3",
|
||
|
|
"resolved": "https://registry.npmmirror.com/dijkstrajs/-/dijkstrajs-1.0.3.tgz",
|
||
|
|
"integrity": "sha512-qiSlmBq9+BCdCA/L46dw8Uy93mloxsPSbwnm5yrKn2vMPiy8KyAskTF6zuV/j5BMsmOGZDPs7KjU+mjb670kfA==",
|
||
|
|
"license": "MIT"
|
||
|
|
},
|
||
|
|
"node_modules/dlv": {
|
||
|
|
"version": "1.1.3",
|
||
|
|
"resolved": "https://registry.npmmirror.com/dlv/-/dlv-1.1.3.tgz",
|
||
|
|
"integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT"
|
||
|
|
},
|
||
|
|
"node_modules/dunder-proto": {
|
||
|
|
"version": "1.0.1",
|
||
|
|
"resolved": "https://registry.npmmirror.com/dunder-proto/-/dunder-proto-1.0.1.tgz",
|
||
|
|
"integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"call-bind-apply-helpers": "^1.0.1",
|
||
|
|
"es-errors": "^1.3.0",
|
||
|
|
"gopd": "^1.2.0"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 0.4"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/electron-to-chromium": {
|
||
|
|
"version": "1.5.389",
|
||
|
|
"resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.389.tgz",
|
||
|
|
"integrity": "sha512-cEto7aeOqBfU1D+c5py5pE+ooscKE75JifxLBdFUZsqAxRS6y7kebtxAZvICszSl05gPjYHDTjY+lXpyGvpJbg==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "ISC"
|
||
|
|
},
|
||
|
|
"node_modules/emoji-regex": {
|
||
|
|
"version": "8.0.0",
|
||
|
|
"resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
||
|
|
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
||
|
|
"license": "MIT"
|
||
|
|
},
|
||
|
|
"node_modules/entities": {
|
||
|
|
"version": "7.0.1",
|
||
|
|
"resolved": "https://registry.npmmirror.com/entities/-/entities-7.0.1.tgz",
|
||
|
|
"integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==",
|
||
|
|
"license": "BSD-2-Clause",
|
||
|
|
"engines": {
|
||
|
|
"node": ">=0.12"
|
||
|
|
},
|
||
|
|
"funding": {
|
||
|
|
"url": "https://github.com/fb55/entities?sponsor=1"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/es-define-property": {
|
||
|
|
"version": "1.0.1",
|
||
|
|
"resolved": "https://registry.npmmirror.com/es-define-property/-/es-define-property-1.0.1.tgz",
|
||
|
|
"integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
|
||
|
|
"license": "MIT",
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 0.4"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/es-errors": {
|
||
|
|
"version": "1.3.0",
|
||
|
|
"resolved": "https://registry.npmmirror.com/es-errors/-/es-errors-1.3.0.tgz",
|
||
|
|
"integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
|
||
|
|
"license": "MIT",
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 0.4"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/es-object-atoms": {
|
||
|
|
"version": "1.1.2",
|
||
|
|
"resolved": "https://registry.npmmirror.com/es-object-atoms/-/es-object-atoms-1.1.2.tgz",
|
||
|
|
"integrity": "sha512-HWcBoN6NileqtSydK2FqHbS/LoDd2pqrnQHLyJzBj4kOp/ky2MWMN694xOfkK8/SnUsW2DH7EfyVlydKCsm1Zw==",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"es-errors": "^1.3.0"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 0.4"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/es-set-tostringtag": {
|
||
|
|
"version": "2.1.0",
|
||
|
|
"resolved": "https://registry.npmmirror.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
|
||
|
|
"integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"es-errors": "^1.3.0",
|
||
|
|
"get-intrinsic": "^1.2.6",
|
||
|
|
"has-tostringtag": "^1.0.2",
|
||
|
|
"hasown": "^2.0.2"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 0.4"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"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/escalade": {
|
||
|
|
"version": "3.2.0",
|
||
|
|
"resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.2.0.tgz",
|
||
|
|
"integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"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==",
|
||
|
|
"license": "MIT"
|
||
|
|
},
|
||
|
|
"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,
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"@nodelib/fs.stat": "^2.0.2",
|
||
|
|
"@nodelib/fs.walk": "^1.2.3",
|
||
|
|
"glob-parent": "^5.1.2",
|
||
|
|
"merge2": "^1.3.0",
|
||
|
|
"micromatch": "^4.0.8"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=8.6.0"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/fast-glob/node_modules/glob-parent": {
|
||
|
|
"version": "5.1.2",
|
||
|
|
"resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
|
||
|
|
"integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "ISC",
|
||
|
|
"dependencies": {
|
||
|
|
"is-glob": "^4.0.1"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 6"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/fastq": {
|
||
|
|
"version": "1.20.1",
|
||
|
|
"resolved": "https://registry.npmmirror.com/fastq/-/fastq-1.20.1.tgz",
|
||
|
|
"integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "ISC",
|
||
|
|
"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,
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"to-regex-range": "^5.0.1"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=8"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/find-up": {
|
||
|
|
"version": "4.1.0",
|
||
|
|
"resolved": "https://registry.npmmirror.com/find-up/-/find-up-4.1.0.tgz",
|
||
|
|
"integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"locate-path": "^5.0.0",
|
||
|
|
"path-exists": "^4.0.0"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=8"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/follow-redirects": {
|
||
|
|
"version": "1.16.0",
|
||
|
|
"resolved": "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.16.0.tgz",
|
||
|
|
"integrity": "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==",
|
||
|
|
"funding": [
|
||
|
|
{
|
||
|
|
"type": "individual",
|
||
|
|
"url": "https://github.com/sponsors/RubenVerborgh"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"license": "MIT",
|
||
|
|
"engines": {
|
||
|
|
"node": ">=4.0"
|
||
|
|
},
|
||
|
|
"peerDependenciesMeta": {
|
||
|
|
"debug": {
|
||
|
|
"optional": true
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/form-data": {
|
||
|
|
"version": "4.0.6",
|
||
|
|
"resolved": "https://registry.npmmirror.com/form-data/-/form-data-4.0.6.tgz",
|
||
|
|
"integrity": "sha512-vKatAh4SlVfgbv+YtmhiRjhEMJsYpsG1Y2rMQtR+SVSbytsSD1YGzDIcrAJmdFec88u/+VoGmxnl+80gL1tRCQ==",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"asynckit": "^0.4.0",
|
||
|
|
"combined-stream": "^1.0.8",
|
||
|
|
"es-set-tostringtag": "^2.1.0",
|
||
|
|
"hasown": "^2.0.4",
|
||
|
|
"mime-types": "^2.1.35"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 6"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"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,
|
||
|
|
"license": "MIT",
|
||
|
|
"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,
|
||
|
|
"license": "MIT",
|
||
|
|
"optional": true,
|
||
|
|
"os": [
|
||
|
|
"darwin"
|
||
|
|
],
|
||
|
|
"engines": {
|
||
|
|
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/function-bind": {
|
||
|
|
"version": "1.1.2",
|
||
|
|
"resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz",
|
||
|
|
"integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
|
||
|
|
"license": "MIT",
|
||
|
|
"funding": {
|
||
|
|
"url": "https://github.com/sponsors/ljharb"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/get-caller-file": {
|
||
|
|
"version": "2.0.5",
|
||
|
|
"resolved": "https://registry.npmmirror.com/get-caller-file/-/get-caller-file-2.0.5.tgz",
|
||
|
|
"integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
|
||
|
|
"license": "ISC",
|
||
|
|
"engines": {
|
||
|
|
"node": "6.* || 8.* || >= 10.*"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/get-intrinsic": {
|
||
|
|
"version": "1.3.0",
|
||
|
|
"resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
|
||
|
|
"integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"call-bind-apply-helpers": "^1.0.2",
|
||
|
|
"es-define-property": "^1.0.1",
|
||
|
|
"es-errors": "^1.3.0",
|
||
|
|
"es-object-atoms": "^1.1.1",
|
||
|
|
"function-bind": "^1.1.2",
|
||
|
|
"get-proto": "^1.0.1",
|
||
|
|
"gopd": "^1.2.0",
|
||
|
|
"has-symbols": "^1.1.0",
|
||
|
|
"hasown": "^2.0.2",
|
||
|
|
"math-intrinsics": "^1.1.0"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 0.4"
|
||
|
|
},
|
||
|
|
"funding": {
|
||
|
|
"url": "https://github.com/sponsors/ljharb"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/get-proto": {
|
||
|
|
"version": "1.0.1",
|
||
|
|
"resolved": "https://registry.npmmirror.com/get-proto/-/get-proto-1.0.1.tgz",
|
||
|
|
"integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"dunder-proto": "^1.0.1",
|
||
|
|
"es-object-atoms": "^1.0.0"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 0.4"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"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,
|
||
|
|
"license": "ISC",
|
||
|
|
"dependencies": {
|
||
|
|
"is-glob": "^4.0.3"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=10.13.0"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/gopd": {
|
||
|
|
"version": "1.2.0",
|
||
|
|
"resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.2.0.tgz",
|
||
|
|
"integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
|
||
|
|
"license": "MIT",
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 0.4"
|
||
|
|
},
|
||
|
|
"funding": {
|
||
|
|
"url": "https://github.com/sponsors/ljharb"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/has-symbols": {
|
||
|
|
"version": "1.1.0",
|
||
|
|
"resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.1.0.tgz",
|
||
|
|
"integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
|
||
|
|
"license": "MIT",
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 0.4"
|
||
|
|
},
|
||
|
|
"funding": {
|
||
|
|
"url": "https://github.com/sponsors/ljharb"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/has-tostringtag": {
|
||
|
|
"version": "1.0.2",
|
||
|
|
"resolved": "https://registry.npmmirror.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
|
||
|
|
"integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"has-symbols": "^1.0.3"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 0.4"
|
||
|
|
},
|
||
|
|
"funding": {
|
||
|
|
"url": "https://github.com/sponsors/ljharb"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/hasown": {
|
||
|
|
"version": "2.0.4",
|
||
|
|
"resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.4.tgz",
|
||
|
|
"integrity": "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"function-bind": "^1.1.2"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 0.4"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/he": {
|
||
|
|
"version": "1.2.0",
|
||
|
|
"resolved": "https://registry.npmmirror.com/he/-/he-1.2.0.tgz",
|
||
|
|
"integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"bin": {
|
||
|
|
"he": "bin/he"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/https-proxy-agent": {
|
||
|
|
"version": "5.0.1",
|
||
|
|
"resolved": "https://registry.npmmirror.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
|
||
|
|
"integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"agent-base": "6",
|
||
|
|
"debug": "4"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 6"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"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,
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"binary-extensions": "^2.0.0"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=8"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/is-core-module": {
|
||
|
|
"version": "2.16.2",
|
||
|
|
"resolved": "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.16.2.tgz",
|
||
|
|
"integrity": "sha512-evOr8xfXKxE6qSR0hSXL2r3sd7ALj8+7jQEUvPYcm5sgZFdJ+AYzT6yNmJenvIYQBgIGwfwz08sL8zoL7yq2BA==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"hasown": "^2.0.3"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 0.4"
|
||
|
|
},
|
||
|
|
"funding": {
|
||
|
|
"url": "https://github.com/sponsors/ljharb"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/is-extglob": {
|
||
|
|
"version": "2.1.1",
|
||
|
|
"resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
|
||
|
|
"integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"engines": {
|
||
|
|
"node": ">=0.10.0"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/is-fullwidth-code-point": {
|
||
|
|
"version": "3.0.0",
|
||
|
|
"resolved": "https://registry.npmmirror.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
||
|
|
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
|
||
|
|
"license": "MIT",
|
||
|
|
"engines": {
|
||
|
|
"node": ">=8"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"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,
|
||
|
|
"license": "MIT",
|
||
|
|
"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,
|
||
|
|
"license": "MIT",
|
||
|
|
"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,
|
||
|
|
"license": "MIT",
|
||
|
|
"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,
|
||
|
|
"license": "MIT",
|
||
|
|
"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,
|
||
|
|
"license": "MIT"
|
||
|
|
},
|
||
|
|
"node_modules/locate-path": {
|
||
|
|
"version": "5.0.0",
|
||
|
|
"resolved": "https://registry.npmmirror.com/locate-path/-/locate-path-5.0.0.tgz",
|
||
|
|
"integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"p-locate": "^4.1.0"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=8"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"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==",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"@jridgewell/sourcemap-codec": "^1.5.5"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/math-intrinsics": {
|
||
|
|
"version": "1.1.0",
|
||
|
|
"resolved": "https://registry.npmmirror.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
|
||
|
|
"integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
|
||
|
|
"license": "MIT",
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 0.4"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"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,
|
||
|
|
"license": "MIT",
|
||
|
|
"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,
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"braces": "^3.0.3",
|
||
|
|
"picomatch": "^2.3.1"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=8.6"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/mime-db": {
|
||
|
|
"version": "1.52.0",
|
||
|
|
"resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz",
|
||
|
|
"integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
|
||
|
|
"license": "MIT",
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 0.6"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/mime-types": {
|
||
|
|
"version": "2.1.35",
|
||
|
|
"resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz",
|
||
|
|
"integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"mime-db": "1.52.0"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 0.6"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/minimatch": {
|
||
|
|
"version": "9.0.9",
|
||
|
|
"resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.9.tgz",
|
||
|
|
"integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "ISC",
|
||
|
|
"dependencies": {
|
||
|
|
"brace-expansion": "^2.0.2"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=16 || 14 >=14.17"
|
||
|
|
},
|
||
|
|
"funding": {
|
||
|
|
"url": "https://github.com/sponsors/isaacs"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/ms": {
|
||
|
|
"version": "2.1.3",
|
||
|
|
"resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
|
||
|
|
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
||
|
|
"license": "MIT"
|
||
|
|
},
|
||
|
|
"node_modules/muggle-string": {
|
||
|
|
"version": "0.4.1",
|
||
|
|
"resolved": "https://registry.npmmirror.com/muggle-string/-/muggle-string-0.4.1.tgz",
|
||
|
|
"integrity": "sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT"
|
||
|
|
},
|
||
|
|
"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,
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"any-promise": "^1.0.0",
|
||
|
|
"object-assign": "^4.0.1",
|
||
|
|
"thenify-all": "^1.0.0"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/nanoid": {
|
||
|
|
"version": "3.3.15",
|
||
|
|
"resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.15.tgz",
|
||
|
|
"integrity": "sha512-y7Wygv/7mEOvxTuEQDB8StXdMRBWf1kR/tlhAzBRUFkB2jfcLOAxO/SHmOO2zgz1pVgK29/kyupn059/bCHdjA==",
|
||
|
|
"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/node-releases": {
|
||
|
|
"version": "2.0.51",
|
||
|
|
"resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.51.tgz",
|
||
|
|
"integrity": "sha512-wRNIrw4DmVLKQlbgOMdkMx27Wrpzes2hh5Jtbi2bjPd+4wJstWIqP5A+lscnqbm0xxmT5Bpg8Lec5ItEBwx6BQ==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"engines": {
|
||
|
|
"node": ">=18"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"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,
|
||
|
|
"license": "MIT",
|
||
|
|
"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,
|
||
|
|
"license": "MIT",
|
||
|
|
"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,
|
||
|
|
"license": "MIT",
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 6"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/p-limit": {
|
||
|
|
"version": "2.3.0",
|
||
|
|
"resolved": "https://registry.npmmirror.com/p-limit/-/p-limit-2.3.0.tgz",
|
||
|
|
"integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"p-try": "^2.0.0"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=6"
|
||
|
|
},
|
||
|
|
"funding": {
|
||
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/p-locate": {
|
||
|
|
"version": "4.1.0",
|
||
|
|
"resolved": "https://registry.npmmirror.com/p-locate/-/p-locate-4.1.0.tgz",
|
||
|
|
"integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"p-limit": "^2.2.0"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=8"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/p-try": {
|
||
|
|
"version": "2.2.0",
|
||
|
|
"resolved": "https://registry.npmmirror.com/p-try/-/p-try-2.2.0.tgz",
|
||
|
|
"integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
|
||
|
|
"license": "MIT",
|
||
|
|
"engines": {
|
||
|
|
"node": ">=6"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/path-browserify": {
|
||
|
|
"version": "1.0.1",
|
||
|
|
"resolved": "https://registry.npmmirror.com/path-browserify/-/path-browserify-1.0.1.tgz",
|
||
|
|
"integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT"
|
||
|
|
},
|
||
|
|
"node_modules/path-exists": {
|
||
|
|
"version": "4.0.0",
|
||
|
|
"resolved": "https://registry.npmmirror.com/path-exists/-/path-exists-4.0.0.tgz",
|
||
|
|
"integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
|
||
|
|
"license": "MIT",
|
||
|
|
"engines": {
|
||
|
|
"node": ">=8"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"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,
|
||
|
|
"license": "MIT"
|
||
|
|
},
|
||
|
|
"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/picomatch": {
|
||
|
|
"version": "2.3.2",
|
||
|
|
"resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.2.tgz",
|
||
|
|
"integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"engines": {
|
||
|
|
"node": ">=8.6"
|
||
|
|
},
|
||
|
|
"funding": {
|
||
|
|
"url": "https://github.com/sponsors/jonschlinkert"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/pify": {
|
||
|
|
"version": "2.3.0",
|
||
|
|
"resolved": "https://registry.npmmirror.com/pify/-/pify-2.3.0.tgz",
|
||
|
|
"integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"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==",
|
||
|
|
"license": "MIT",
|
||
|
|
"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,
|
||
|
|
"license": "MIT",
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 6"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/pngjs": {
|
||
|
|
"version": "5.0.0",
|
||
|
|
"resolved": "https://registry.npmmirror.com/pngjs/-/pngjs-5.0.0.tgz",
|
||
|
|
"integrity": "sha512-40QW5YalBNfQo5yRYmiw7Yz6TKKVr3h6970B2YE+3fQpsWcrbj1PzJgxeJ19DRQjhMbKPIuMY8rFaXc8moolVw==",
|
||
|
|
"license": "MIT",
|
||
|
|
"engines": {
|
||
|
|
"node": ">=10.13.0"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/postcss": {
|
||
|
|
"version": "8.5.16",
|
||
|
|
"resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.16.tgz",
|
||
|
|
"integrity": "sha512-vuwillviilfKZsg0VGj5R/YwwcHx4SLsIOI/7K6mQkWx+l5cUHTjj5g0AasTBcyXsbfTgrwsUNmVUb5xVwyPwg==",
|
||
|
|
"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.12",
|
||
|
|
"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,
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"postcss-value-parser": "^4.0.0",
|
||
|
|
"read-cache": "^1.0.0",
|
||
|
|
"resolve": "^1.1.7"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=14.0.0"
|
||
|
|
},
|
||
|
|
"peerDependencies": {
|
||
|
|
"postcss": "^8.0.0"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/postcss-js": {
|
||
|
|
"version": "4.1.0",
|
||
|
|
"resolved": "https://registry.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"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"camelcase-css": "^2.0.1"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": "^12 || ^14 || >= 16"
|
||
|
|
},
|
||
|
|
"peerDependencies": {
|
||
|
|
"postcss": "^8.4.21"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/postcss-load-config": {
|
||
|
|
"version": "6.0.1",
|
||
|
|
"resolved": "https://registry.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"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"lilconfig": "^3.1.1"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 18"
|
||
|
|
},
|
||
|
|
"peerDependencies": {
|
||
|
|
"jiti": ">=1.21.0",
|
||
|
|
"postcss": ">=8.0.9",
|
||
|
|
"tsx": "^4.8.1",
|
||
|
|
"yaml": "^2.4.2"
|
||
|
|
},
|
||
|
|
"peerDependenciesMeta": {
|
||
|
|
"jiti": {
|
||
|
|
"optional": true
|
||
|
|
},
|
||
|
|
"postcss": {
|
||
|
|
"optional": true
|
||
|
|
},
|
||
|
|
"tsx": {
|
||
|
|
"optional": true
|
||
|
|
},
|
||
|
|
"yaml": {
|
||
|
|
"optional": true
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/postcss-nested": {
|
||
|
|
"version": "6.2.0",
|
||
|
|
"resolved": "https://registry.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"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"postcss-selector-parser": "^6.1.1"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=12.0"
|
||
|
|
},
|
||
|
|
"peerDependencies": {
|
||
|
|
"postcss": "^8.2.14"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/postcss-selector-parser": {
|
||
|
|
"version": "6.1.4",
|
||
|
|
"resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-6.1.4.tgz",
|
||
|
|
"integrity": "sha512-bIoJLOmjCO1S9XdY/DcnR5hJxvrDir1PbGChrzXG3vw0/FOliy/fA3dmdhQ441kah4gKv+TwckGzex6wNS5cnQ==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"cssesc": "^3.0.0",
|
||
|
|
"util-deprecate": "^1.0.2"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=4"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/postcss-value-parser": {
|
||
|
|
"version": "4.2.0",
|
||
|
|
"resolved": "https://registry.npmmirror.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
|
||
|
|
"integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT"
|
||
|
|
},
|
||
|
|
"node_modules/proxy-from-env": {
|
||
|
|
"version": "2.1.0",
|
||
|
|
"resolved": "https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-2.1.0.tgz",
|
||
|
|
"integrity": "sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==",
|
||
|
|
"license": "MIT",
|
||
|
|
"engines": {
|
||
|
|
"node": ">=10"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/qrcode": {
|
||
|
|
"version": "1.5.4",
|
||
|
|
"resolved": "https://registry.npmmirror.com/qrcode/-/qrcode-1.5.4.tgz",
|
||
|
|
"integrity": "sha512-1ca71Zgiu6ORjHqFBDpnSMTR2ReToX4l1Au1VFLyVeBTFavzQnv5JxMFr3ukHVKpSrSA2MCk0lNJSykjUfz7Zg==",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"dijkstrajs": "^1.0.1",
|
||
|
|
"pngjs": "^5.0.0",
|
||
|
|
"yargs": "^15.3.1"
|
||
|
|
},
|
||
|
|
"bin": {
|
||
|
|
"qrcode": "bin/qrcode"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=10.13.0"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"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"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"license": "MIT"
|
||
|
|
},
|
||
|
|
"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,
|
||
|
|
"license": "MIT",
|
||
|
|
"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,
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"picomatch": "^2.2.1"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=8.10.0"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/require-directory": {
|
||
|
|
"version": "2.1.1",
|
||
|
|
"resolved": "https://registry.npmmirror.com/require-directory/-/require-directory-2.1.1.tgz",
|
||
|
|
"integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
|
||
|
|
"license": "MIT",
|
||
|
|
"engines": {
|
||
|
|
"node": ">=0.10.0"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/require-main-filename": {
|
||
|
|
"version": "2.0.0",
|
||
|
|
"resolved": "https://registry.npmmirror.com/require-main-filename/-/require-main-filename-2.0.0.tgz",
|
||
|
|
"integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==",
|
||
|
|
"license": "ISC"
|
||
|
|
},
|
||
|
|
"node_modules/resolve": {
|
||
|
|
"version": "1.22.12",
|
||
|
|
"resolved": "https://registry.npmmirror.com/resolve/-/resolve-1.22.12.tgz",
|
||
|
|
"integrity": "sha512-TyeJ1zif53BPfHootBGwPRYT1RUt6oGWsaQr8UyZW/eAm9bKoijtvruSDEmZHm92CwS9nj7/fWttqPCgzep8CA==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"es-errors": "^1.3.0",
|
||
|
|
"is-core-module": "^2.16.1",
|
||
|
|
"path-parse": "^1.0.7",
|
||
|
|
"supports-preserve-symlinks-flag": "^1.0.0"
|
||
|
|
},
|
||
|
|
"bin": {
|
||
|
|
"resolve": "bin/resolve"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 0.4"
|
||
|
|
},
|
||
|
|
"funding": {
|
||
|
|
"url": "https://github.com/sponsors/ljharb"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/reusify": {
|
||
|
|
"version": "1.1.0",
|
||
|
|
"resolved": "https://registry.npmmirror.com/reusify/-/reusify-1.1.0.tgz",
|
||
|
|
"integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"engines": {
|
||
|
|
"iojs": ">=1.0.0",
|
||
|
|
"node": ">=0.10.0"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/rollup": {
|
||
|
|
"version": "4.62.2",
|
||
|
|
"resolved": "https://registry.npmmirror.com/rollup/-/rollup-4.62.2.tgz",
|
||
|
|
"integrity": "sha512-RFnrW4lhXA3s3eqHDZvN654g8OTjzRfqpIRJYczCGB6HzphckVAi/Qh4tbPUbRuDi7s1Llv8g/NspLkttY3gTA==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"@types/estree": "1.0.9"
|
||
|
|
},
|
||
|
|
"bin": {
|
||
|
|
"rollup": "dist/bin/rollup"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=18.0.0",
|
||
|
|
"npm": ">=8.0.0"
|
||
|
|
},
|
||
|
|
"optionalDependencies": {
|
||
|
|
"@rollup/rollup-android-arm-eabi": "4.62.2",
|
||
|
|
"@rollup/rollup-android-arm64": "4.62.2",
|
||
|
|
"@rollup/rollup-darwin-arm64": "4.62.2",
|
||
|
|
"@rollup/rollup-darwin-x64": "4.62.2",
|
||
|
|
"@rollup/rollup-freebsd-arm64": "4.62.2",
|
||
|
|
"@rollup/rollup-freebsd-x64": "4.62.2",
|
||
|
|
"@rollup/rollup-linux-arm-gnueabihf": "4.62.2",
|
||
|
|
"@rollup/rollup-linux-arm-musleabihf": "4.62.2",
|
||
|
|
"@rollup/rollup-linux-arm64-gnu": "4.62.2",
|
||
|
|
"@rollup/rollup-linux-arm64-musl": "4.62.2",
|
||
|
|
"@rollup/rollup-linux-loong64-gnu": "4.62.2",
|
||
|
|
"@rollup/rollup-linux-loong64-musl": "4.62.2",
|
||
|
|
"@rollup/rollup-linux-ppc64-gnu": "4.62.2",
|
||
|
|
"@rollup/rollup-linux-ppc64-musl": "4.62.2",
|
||
|
|
"@rollup/rollup-linux-riscv64-gnu": "4.62.2",
|
||
|
|
"@rollup/rollup-linux-riscv64-musl": "4.62.2",
|
||
|
|
"@rollup/rollup-linux-s390x-gnu": "4.62.2",
|
||
|
|
"@rollup/rollup-linux-x64-gnu": "4.62.2",
|
||
|
|
"@rollup/rollup-linux-x64-musl": "4.62.2",
|
||
|
|
"@rollup/rollup-openbsd-x64": "4.62.2",
|
||
|
|
"@rollup/rollup-openharmony-arm64": "4.62.2",
|
||
|
|
"@rollup/rollup-win32-arm64-msvc": "4.62.2",
|
||
|
|
"@rollup/rollup-win32-ia32-msvc": "4.62.2",
|
||
|
|
"@rollup/rollup-win32-x64-gnu": "4.62.2",
|
||
|
|
"@rollup/rollup-win32-x64-msvc": "4.62.2",
|
||
|
|
"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"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"queue-microtask": "^1.2.2"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/set-blocking": {
|
||
|
|
"version": "2.0.0",
|
||
|
|
"resolved": "https://registry.npmmirror.com/set-blocking/-/set-blocking-2.0.0.tgz",
|
||
|
|
"integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==",
|
||
|
|
"license": "ISC"
|
||
|
|
},
|
||
|
|
"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/string-width": {
|
||
|
|
"version": "4.2.3",
|
||
|
|
"resolved": "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz",
|
||
|
|
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"emoji-regex": "^8.0.0",
|
||
|
|
"is-fullwidth-code-point": "^3.0.0",
|
||
|
|
"strip-ansi": "^6.0.1"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=8"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/strip-ansi": {
|
||
|
|
"version": "6.0.1",
|
||
|
|
"resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
||
|
|
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"ansi-regex": "^5.0.1"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=8"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/sucrase": {
|
||
|
|
"version": "3.35.1",
|
||
|
|
"resolved": "https://registry.npmmirror.com/sucrase/-/sucrase-3.35.1.tgz",
|
||
|
|
"integrity": "sha512-DhuTmvZWux4H1UOnWMB3sk0sbaCVOoQZjv8u1rDoTV0HTdGem9hkAZtl4JZy8P2z4Bg0nT+YMeOFyVr4zcG5Tw==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"@jridgewell/gen-mapping": "^0.3.2",
|
||
|
|
"commander": "^4.0.0",
|
||
|
|
"lines-and-columns": "^1.1.6",
|
||
|
|
"mz": "^2.7.0",
|
||
|
|
"pirates": "^4.0.1",
|
||
|
|
"tinyglobby": "^0.2.11",
|
||
|
|
"ts-interface-checker": "^0.1.9"
|
||
|
|
},
|
||
|
|
"bin": {
|
||
|
|
"sucrase": "bin/sucrase",
|
||
|
|
"sucrase-node": "bin/sucrase-node"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=16 || 14 >=14.17"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/supports-preserve-symlinks-flag": {
|
||
|
|
"version": "1.0.0",
|
||
|
|
"resolved": "https://registry.npmmirror.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
|
||
|
|
"integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 0.4"
|
||
|
|
},
|
||
|
|
"funding": {
|
||
|
|
"url": "https://github.com/sponsors/ljharb"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/tailwindcss": {
|
||
|
|
"version": "3.4.19",
|
||
|
|
"resolved": "https://registry.npmmirror.com/tailwindcss/-/tailwindcss-3.4.19.tgz",
|
||
|
|
"integrity": "sha512-3ofp+LL8E+pK/JuPLPggVAIaEuhvIz4qNcf3nA1Xn2o/7fb7s/TYpHhwGDv1ZU3PkBluUVaF8PyCHcm48cKLWQ==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"@alloc/quick-lru": "^5.2.0",
|
||
|
|
"arg": "^5.0.2",
|
||
|
|
"chokidar": "^3.6.0",
|
||
|
|
"didyoumean": "^1.2.2",
|
||
|
|
"dlv": "^1.1.3",
|
||
|
|
"fast-glob": "^3.3.2",
|
||
|
|
"glob-parent": "^6.0.2",
|
||
|
|
"is-glob": "^4.0.3",
|
||
|
|
"jiti": "^1.21.7",
|
||
|
|
"lilconfig": "^3.1.3",
|
||
|
|
"micromatch": "^4.0.8",
|
||
|
|
"normalize-path": "^3.0.0",
|
||
|
|
"object-hash": "^3.0.0",
|
||
|
|
"picocolors": "^1.1.1",
|
||
|
|
"postcss": "^8.4.47",
|
||
|
|
"postcss-import": "^15.1.0",
|
||
|
|
"postcss-js": "^4.0.1",
|
||
|
|
"postcss-load-config": "^4.0.2 || ^5.0 || ^6.0",
|
||
|
|
"postcss-nested": "^6.2.0",
|
||
|
|
"postcss-selector-parser": "^6.1.2",
|
||
|
|
"resolve": "^1.22.8",
|
||
|
|
"sucrase": "^3.35.0"
|
||
|
|
},
|
||
|
|
"bin": {
|
||
|
|
"tailwind": "lib/cli.js",
|
||
|
|
"tailwindcss": "lib/cli.js"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=14.0.0"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/thenify": {
|
||
|
|
"version": "3.3.1",
|
||
|
|
"resolved": "https://registry.npmmirror.com/thenify/-/thenify-3.3.1.tgz",
|
||
|
|
"integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"any-promise": "^1.0.0"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/thenify-all": {
|
||
|
|
"version": "1.6.0",
|
||
|
|
"resolved": "https://registry.npmmirror.com/thenify-all/-/thenify-all-1.6.0.tgz",
|
||
|
|
"integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"thenify": ">= 3.1.0 < 4"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=0.8"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/tinyglobby": {
|
||
|
|
"version": "0.2.17",
|
||
|
|
"resolved": "https://registry.npmmirror.com/tinyglobby/-/tinyglobby-0.2.17.tgz",
|
||
|
|
"integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"fdir": "^6.5.0",
|
||
|
|
"picomatch": "^4.0.4"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=12.0.0"
|
||
|
|
},
|
||
|
|
"funding": {
|
||
|
|
"url": "https://github.com/sponsors/SuperchupuDev"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/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,
|
||
|
|
"license": "MIT",
|
||
|
|
"engines": {
|
||
|
|
"node": ">=12.0.0"
|
||
|
|
},
|
||
|
|
"peerDependencies": {
|
||
|
|
"picomatch": "^3 || ^4"
|
||
|
|
},
|
||
|
|
"peerDependenciesMeta": {
|
||
|
|
"picomatch": {
|
||
|
|
"optional": true
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/tinyglobby/node_modules/picomatch": {
|
||
|
|
"version": "4.0.5",
|
||
|
|
"resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.5.tgz",
|
||
|
|
"integrity": "sha512-RvwwcruNjI1ncT5xRakeyS9Lf8lcItv34KD+aif+VH9kduAyfYBipGh12274xtenIPZ119/R9BdTBa8gAwSh0A==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"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,
|
||
|
|
"license": "MIT",
|
||
|
|
"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,
|
||
|
|
"license": "Apache-2.0"
|
||
|
|
},
|
||
|
|
"node_modules/typescript": {
|
||
|
|
"version": "5.9.3",
|
||
|
|
"resolved": "https://registry.npmmirror.com/typescript/-/typescript-5.9.3.tgz",
|
||
|
|
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
|
||
|
|
"devOptional": true,
|
||
|
|
"license": "Apache-2.0",
|
||
|
|
"bin": {
|
||
|
|
"tsc": "bin/tsc",
|
||
|
|
"tsserver": "bin/tsserver"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=14.17"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/undici-types": {
|
||
|
|
"version": "6.21.0",
|
||
|
|
"resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-6.21.0.tgz",
|
||
|
|
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT"
|
||
|
|
},
|
||
|
|
"node_modules/update-browserslist-db": {
|
||
|
|
"version": "1.2.3",
|
||
|
|
"resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
|
||
|
|
"integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
|
||
|
|
"dev": true,
|
||
|
|
"funding": [
|
||
|
|
{
|
||
|
|
"type": "opencollective",
|
||
|
|
"url": "https://opencollective.com/browserslist"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "tidelift",
|
||
|
|
"url": "https://tidelift.com/funding/github/npm/browserslist"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "github",
|
||
|
|
"url": "https://github.com/sponsors/ai"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"escalade": "^3.2.0",
|
||
|
|
"picocolors": "^1.1.1"
|
||
|
|
},
|
||
|
|
"bin": {
|
||
|
|
"update-browserslist-db": "cli.js"
|
||
|
|
},
|
||
|
|
"peerDependencies": {
|
||
|
|
"browserslist": ">= 4.21.0"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/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,
|
||
|
|
"license": "MIT"
|
||
|
|
},
|
||
|
|
"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,
|
||
|
|
"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/vscode-uri": {
|
||
|
|
"version": "3.1.0",
|
||
|
|
"resolved": "https://registry.npmmirror.com/vscode-uri/-/vscode-uri-3.1.0.tgz",
|
||
|
|
"integrity": "sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT"
|
||
|
|
},
|
||
|
|
"node_modules/vue": {
|
||
|
|
"version": "3.5.39",
|
||
|
|
"resolved": "https://registry.npmmirror.com/vue/-/vue-3.5.39.tgz",
|
||
|
|
"integrity": "sha512-xmZCYabFGcirU8r0fTuvl/LICc1OU620rnqepaJDL/a141ZigkG7AyaxQLdqJ02ZRYzWe6YPaDHeQx7MfknQfA==",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"@vue/compiler-dom": "3.5.39",
|
||
|
|
"@vue/compiler-sfc": "3.5.39",
|
||
|
|
"@vue/runtime-dom": "3.5.39",
|
||
|
|
"@vue/server-renderer": "3.5.39",
|
||
|
|
"@vue/shared": "3.5.39"
|
||
|
|
},
|
||
|
|
"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,
|
||
|
|
"license": "MIT",
|
||
|
|
"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
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/vue-router": {
|
||
|
|
"version": "4.6.4",
|
||
|
|
"resolved": "https://registry.npmmirror.com/vue-router/-/vue-router-4.6.4.tgz",
|
||
|
|
"integrity": "sha512-Hz9q5sa33Yhduglwz6g9skT8OBPii+4bFn88w6J+J4MfEo4KRRpmiNG/hHHkdbRFlLBOqxN8y8gf2Fb0MTUgVg==",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"@vue/devtools-api": "^6.6.4"
|
||
|
|
},
|
||
|
|
"funding": {
|
||
|
|
"url": "https://github.com/sponsors/posva"
|
||
|
|
},
|
||
|
|
"peerDependencies": {
|
||
|
|
"vue": "^3.5.0"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/vue-tsc": {
|
||
|
|
"version": "2.2.12",
|
||
|
|
"resolved": "https://registry.npmmirror.com/vue-tsc/-/vue-tsc-2.2.12.tgz",
|
||
|
|
"integrity": "sha512-P7OP77b2h/Pmk+lZdJ0YWs+5tJ6J2+uOQPo7tlBnY44QqQSPYvS0qVT4wqDJgwrZaLe47etJLLQRFia71GYITw==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"@volar/typescript": "2.4.15",
|
||
|
|
"@vue/language-core": "2.2.12"
|
||
|
|
},
|
||
|
|
"bin": {
|
||
|
|
"vue-tsc": "bin/vue-tsc.js"
|
||
|
|
},
|
||
|
|
"peerDependencies": {
|
||
|
|
"typescript": ">=5.0.0"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/which-module": {
|
||
|
|
"version": "2.0.1",
|
||
|
|
"resolved": "https://registry.npmmirror.com/which-module/-/which-module-2.0.1.tgz",
|
||
|
|
"integrity": "sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==",
|
||
|
|
"license": "ISC"
|
||
|
|
},
|
||
|
|
"node_modules/wrap-ansi": {
|
||
|
|
"version": "6.2.0",
|
||
|
|
"resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
||
|
|
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"ansi-styles": "^4.0.0",
|
||
|
|
"string-width": "^4.1.0",
|
||
|
|
"strip-ansi": "^6.0.0"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=8"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/y18n": {
|
||
|
|
"version": "4.0.3",
|
||
|
|
"resolved": "https://registry.npmmirror.com/y18n/-/y18n-4.0.3.tgz",
|
||
|
|
"integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==",
|
||
|
|
"license": "ISC"
|
||
|
|
},
|
||
|
|
"node_modules/yargs": {
|
||
|
|
"version": "15.4.1",
|
||
|
|
"resolved": "https://registry.npmmirror.com/yargs/-/yargs-15.4.1.tgz",
|
||
|
|
"integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"cliui": "^6.0.0",
|
||
|
|
"decamelize": "^1.2.0",
|
||
|
|
"find-up": "^4.1.0",
|
||
|
|
"get-caller-file": "^2.0.1",
|
||
|
|
"require-directory": "^2.1.1",
|
||
|
|
"require-main-filename": "^2.0.0",
|
||
|
|
"set-blocking": "^2.0.0",
|
||
|
|
"string-width": "^4.2.0",
|
||
|
|
"which-module": "^2.0.0",
|
||
|
|
"y18n": "^4.0.0",
|
||
|
|
"yargs-parser": "^18.1.2"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=8"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/yargs-parser": {
|
||
|
|
"version": "18.1.3",
|
||
|
|
"resolved": "https://registry.npmmirror.com/yargs-parser/-/yargs-parser-18.1.3.tgz",
|
||
|
|
"integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==",
|
||
|
|
"license": "ISC",
|
||
|
|
"dependencies": {
|
||
|
|
"camelcase": "^5.0.0",
|
||
|
|
"decamelize": "^1.2.0"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=6"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|