2026-01-09 23:18:52 +08:00
|
|
|
{
|
|
|
|
|
"name": "frontend",
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"lockfileVersion": 3,
|
|
|
|
|
"requires": true,
|
|
|
|
|
"packages": {
|
|
|
|
|
"": {
|
|
|
|
|
"name": "frontend",
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@element-plus/icons-vue": "^2.3.2",
|
|
|
|
|
"axios": "^1.13.2",
|
|
|
|
|
"element-plus": "^2.13.1",
|
2026-01-14 01:10:48 +08:00
|
|
|
"openai": "^6.16.0",
|
2026-01-09 23:18:52 +08:00
|
|
|
"vue": "^3.5.24"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-01-14 01:10:48 +08:00
|
|
|
"@tailwindcss/postcss": "^4.1.18",
|
2026-01-09 23:18:52 +08:00
|
|
|
"@types/node": "^24.10.1",
|
|
|
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
|
|
|
"@vue/tsconfig": "^0.8.1",
|
2026-01-14 01:10:48 +08:00
|
|
|
"autoprefixer": "^10.4.23",
|
|
|
|
|
"postcss": "^8.5.6",
|
|
|
|
|
"tailwindcss": "^4.1.18",
|
2026-01-09 23:18:52 +08:00
|
|
|
"typescript": "~5.9.3",
|
|
|
|
|
"vite": "^7.2.4",
|
|
|
|
|
"vue-tsc": "^3.1.4"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-01-14 01:10:48 +08:00
|
|
|
"node_modules/@alloc/quick-lru": {
|
|
|
|
|
"version": "5.2.0",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@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"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-01-09 23:18:52 +08:00
|
|
|
"node_modules/@babel/helper-string-parser": {
|
|
|
|
|
"version": "7.27.1",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
|
|
|
|
|
"integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=6.9.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/helper-validator-identifier": {
|
|
|
|
|
"version": "7.28.5",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
|
|
|
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=6.9.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/parser": {
|
|
|
|
|
"version": "7.28.5",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@babel/parser/-/parser-7.28.5.tgz",
|
|
|
|
|
"integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/types": "^7.28.5"
|
|
|
|
|
},
|
|
|
|
|
"bin": {
|
|
|
|
|
"parser": "bin/babel-parser.js"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=6.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/types": {
|
|
|
|
|
"version": "7.28.5",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@babel/types/-/types-7.28.5.tgz",
|
|
|
|
|
"integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/helper-string-parser": "^7.27.1",
|
|
|
|
|
"@babel/helper-validator-identifier": "^7.28.5"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=6.9.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@ctrl/tinycolor": {
|
|
|
|
|
"version": "3.6.1",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@ctrl/tinycolor/-/tinycolor-3.6.1.tgz",
|
|
|
|
|
"integrity": "sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=10"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@element-plus/icons-vue": {
|
|
|
|
|
"version": "2.3.2",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@element-plus/icons-vue/-/icons-vue-2.3.2.tgz",
|
|
|
|
|
"integrity": "sha512-OzIuTaIfC8QXEPmJvB4Y4kw34rSXdCJzxcD1kFStBvr8bK6X1zQAYDo0CNMjojnfTqRQCJ0I7prlErcoRiET2A==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"vue": "^3.2.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@esbuild/aix-ppc64": {
|
|
|
|
|
"version": "0.27.2",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@esbuild/aix-ppc64/-/aix-ppc64-0.27.2.tgz",
|
|
|
|
|
"integrity": "sha512-GZMB+a0mOMZs4MpDbj8RJp4cw+w1WV5NYD6xzgvzUJ5Ek2jerwfO2eADyI6ExDSUED+1X8aMbegahsJi+8mgpw==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"ppc64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"aix"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@esbuild/android-arm": {
|
|
|
|
|
"version": "0.27.2",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@esbuild/android-arm/-/android-arm-0.27.2.tgz",
|
|
|
|
|
"integrity": "sha512-DVNI8jlPa7Ujbr1yjU2PfUSRtAUZPG9I1RwW4F4xFB1Imiu2on0ADiI/c3td+KmDtVKNbi+nffGDQMfcIMkwIA==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"android"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@esbuild/android-arm64": {
|
|
|
|
|
"version": "0.27.2",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@esbuild/android-arm64/-/android-arm64-0.27.2.tgz",
|
|
|
|
|
"integrity": "sha512-pvz8ZZ7ot/RBphf8fv60ljmaoydPU12VuXHImtAs0XhLLw+EXBi2BLe3OYSBslR4rryHvweW5gmkKFwTiFy6KA==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"android"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@esbuild/android-x64": {
|
|
|
|
|
"version": "0.27.2",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@esbuild/android-x64/-/android-x64-0.27.2.tgz",
|
|
|
|
|
"integrity": "sha512-z8Ank4Byh4TJJOh4wpz8g2vDy75zFL0TlZlkUkEwYXuPSgX8yzep596n6mT7905kA9uHZsf/o2OJZubl2l3M7A==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"android"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@esbuild/darwin-arm64": {
|
|
|
|
|
"version": "0.27.2",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@esbuild/darwin-arm64/-/darwin-arm64-0.27.2.tgz",
|
|
|
|
|
"integrity": "sha512-davCD2Zc80nzDVRwXTcQP/28fiJbcOwvdolL0sOiOsbwBa72kegmVU0Wrh1MYrbuCL98Omp5dVhQFWRKR2ZAlg==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"darwin"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@esbuild/darwin-x64": {
|
|
|
|
|
"version": "0.27.2",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@esbuild/darwin-x64/-/darwin-x64-0.27.2.tgz",
|
|
|
|
|
"integrity": "sha512-ZxtijOmlQCBWGwbVmwOF/UCzuGIbUkqB1faQRf5akQmxRJ1ujusWsb3CVfk/9iZKr2L5SMU5wPBi1UWbvL+VQA==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"darwin"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@esbuild/freebsd-arm64": {
|
|
|
|
|
"version": "0.27.2",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.2.tgz",
|
|
|
|
|
"integrity": "sha512-lS/9CN+rgqQ9czogxlMcBMGd+l8Q3Nj1MFQwBZJyoEKI50XGxwuzznYdwcav6lpOGv5BqaZXqvBSiB/kJ5op+g==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"freebsd"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@esbuild/freebsd-x64": {
|
|
|
|
|
"version": "0.27.2",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@esbuild/freebsd-x64/-/freebsd-x64-0.27.2.tgz",
|
|
|
|
|
"integrity": "sha512-tAfqtNYb4YgPnJlEFu4c212HYjQWSO/w/h/lQaBK7RbwGIkBOuNKQI9tqWzx7Wtp7bTPaGC6MJvWI608P3wXYA==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"freebsd"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@esbuild/linux-arm": {
|
|
|
|
|
"version": "0.27.2",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@esbuild/linux-arm/-/linux-arm-0.27.2.tgz",
|
|
|
|
|
"integrity": "sha512-vWfq4GaIMP9AIe4yj1ZUW18RDhx6EPQKjwe7n8BbIecFtCQG4CfHGaHuh7fdfq+y3LIA2vGS/o9ZBGVxIDi9hw==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@esbuild/linux-arm64": {
|
|
|
|
|
"version": "0.27.2",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@esbuild/linux-arm64/-/linux-arm64-0.27.2.tgz",
|
|
|
|
|
"integrity": "sha512-hYxN8pr66NsCCiRFkHUAsxylNOcAQaxSSkHMMjcpx0si13t1LHFphxJZUiGwojB1a/Hd5OiPIqDdXONia6bhTw==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@esbuild/linux-ia32": {
|
|
|
|
|
"version": "0.27.2",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@esbuild/linux-ia32/-/linux-ia32-0.27.2.tgz",
|
|
|
|
|
"integrity": "sha512-MJt5BRRSScPDwG2hLelYhAAKh9imjHK5+NE/tvnRLbIqUWa+0E9N4WNMjmp/kXXPHZGqPLxggwVhz7QP8CTR8w==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"ia32"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@esbuild/linux-loong64": {
|
|
|
|
|
"version": "0.27.2",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@esbuild/linux-loong64/-/linux-loong64-0.27.2.tgz",
|
|
|
|
|
"integrity": "sha512-lugyF1atnAT463aO6KPshVCJK5NgRnU4yb3FUumyVz+cGvZbontBgzeGFO1nF+dPueHD367a2ZXe1NtUkAjOtg==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"loong64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@esbuild/linux-mips64el": {
|
|
|
|
|
"version": "0.27.2",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@esbuild/linux-mips64el/-/linux-mips64el-0.27.2.tgz",
|
|
|
|
|
"integrity": "sha512-nlP2I6ArEBewvJ2gjrrkESEZkB5mIoaTswuqNFRv/WYd+ATtUpe9Y09RnJvgvdag7he0OWgEZWhviS1OTOKixw==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"mips64el"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@esbuild/linux-ppc64": {
|
|
|
|
|
"version": "0.27.2",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@esbuild/linux-ppc64/-/linux-ppc64-0.27.2.tgz",
|
|
|
|
|
"integrity": "sha512-C92gnpey7tUQONqg1n6dKVbx3vphKtTHJaNG2Ok9lGwbZil6DrfyecMsp9CrmXGQJmZ7iiVXvvZH6Ml5hL6XdQ==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"ppc64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@esbuild/linux-riscv64": {
|
|
|
|
|
"version": "0.27.2",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@esbuild/linux-riscv64/-/linux-riscv64-0.27.2.tgz",
|
|
|
|
|
"integrity": "sha512-B5BOmojNtUyN8AXlK0QJyvjEZkWwy/FKvakkTDCziX95AowLZKR6aCDhG7LeF7uMCXEJqwa8Bejz5LTPYm8AvA==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"riscv64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@esbuild/linux-s390x": {
|
|
|
|
|
"version": "0.27.2",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@esbuild/linux-s390x/-/linux-s390x-0.27.2.tgz",
|
|
|
|
|
"integrity": "sha512-p4bm9+wsPwup5Z8f4EpfN63qNagQ47Ua2znaqGH6bqLlmJ4bx97Y9JdqxgGZ6Y8xVTixUnEkoKSHcpRlDnNr5w==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"s390x"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@esbuild/linux-x64": {
|
|
|
|
|
"version": "0.27.2",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@esbuild/linux-x64/-/linux-x64-0.27.2.tgz",
|
|
|
|
|
"integrity": "sha512-uwp2Tip5aPmH+NRUwTcfLb+W32WXjpFejTIOWZFw/v7/KnpCDKG66u4DLcurQpiYTiYwQ9B7KOeMJvLCu/OvbA==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@esbuild/netbsd-arm64": {
|
|
|
|
|
"version": "0.27.2",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.2.tgz",
|
|
|
|
|
"integrity": "sha512-Kj6DiBlwXrPsCRDeRvGAUb/LNrBASrfqAIok+xB0LxK8CHqxZ037viF13ugfsIpePH93mX7xfJp97cyDuTZ3cw==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"netbsd"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@esbuild/netbsd-x64": {
|
|
|
|
|
"version": "0.27.2",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@esbuild/netbsd-x64/-/netbsd-x64-0.27.2.tgz",
|
|
|
|
|
"integrity": "sha512-HwGDZ0VLVBY3Y+Nw0JexZy9o/nUAWq9MlV7cahpaXKW6TOzfVno3y3/M8Ga8u8Yr7GldLOov27xiCnqRZf0tCA==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"netbsd"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@esbuild/openbsd-arm64": {
|
|
|
|
|
"version": "0.27.2",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.2.tgz",
|
|
|
|
|
"integrity": "sha512-DNIHH2BPQ5551A7oSHD0CKbwIA/Ox7+78/AWkbS5QoRzaqlev2uFayfSxq68EkonB+IKjiuxBFoV8ESJy8bOHA==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"openbsd"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@esbuild/openbsd-x64": {
|
|
|
|
|
"version": "0.27.2",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@esbuild/openbsd-x64/-/openbsd-x64-0.27.2.tgz",
|
|
|
|
|
"integrity": "sha512-/it7w9Nb7+0KFIzjalNJVR5bOzA9Vay+yIPLVHfIQYG/j+j9VTH84aNB8ExGKPU4AzfaEvN9/V4HV+F+vo8OEg==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"openbsd"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@esbuild/openharmony-arm64": {
|
|
|
|
|
"version": "0.27.2",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.2.tgz",
|
|
|
|
|
"integrity": "sha512-LRBbCmiU51IXfeXk59csuX/aSaToeG7w48nMwA6049Y4J4+VbWALAuXcs+qcD04rHDuSCSRKdmY63sruDS5qag==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"openharmony"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@esbuild/sunos-x64": {
|
|
|
|
|
"version": "0.27.2",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@esbuild/sunos-x64/-/sunos-x64-0.27.2.tgz",
|
|
|
|
|
"integrity": "sha512-kMtx1yqJHTmqaqHPAzKCAkDaKsffmXkPHThSfRwZGyuqyIeBvf08KSsYXl+abf5HDAPMJIPnbBfXvP2ZC2TfHg==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"sunos"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@esbuild/win32-arm64": {
|
|
|
|
|
"version": "0.27.2",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@esbuild/win32-arm64/-/win32-arm64-0.27.2.tgz",
|
|
|
|
|
"integrity": "sha512-Yaf78O/B3Kkh+nKABUF++bvJv5Ijoy9AN1ww904rOXZFLWVc5OLOfL56W+C8F9xn5JQZa3UX6m+IktJnIb1Jjg==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"win32"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@esbuild/win32-ia32": {
|
|
|
|
|
"version": "0.27.2",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@esbuild/win32-ia32/-/win32-ia32-0.27.2.tgz",
|
|
|
|
|
"integrity": "sha512-Iuws0kxo4yusk7sw70Xa2E2imZU5HoixzxfGCdxwBdhiDgt9vX9VUCBhqcwY7/uh//78A1hMkkROMJq9l27oLQ==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"ia32"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"win32"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@esbuild/win32-x64": {
|
|
|
|
|
"version": "0.27.2",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@esbuild/win32-x64/-/win32-x64-0.27.2.tgz",
|
|
|
|
|
"integrity": "sha512-sRdU18mcKf7F+YgheI/zGf5alZatMUTKj/jNS6l744f9u3WFu4v7twcUI9vu4mknF4Y9aDlblIie0IM+5xxaqQ==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"win32"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@floating-ui/core": {
|
|
|
|
|
"version": "1.7.3",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@floating-ui/core/-/core-1.7.3.tgz",
|
|
|
|
|
"integrity": "sha512-sGnvb5dmrJaKEZ+LDIpguvdX3bDlEllmv4/ClQ9awcmCZrlx5jQyyMWFM5kBI+EyNOCDDiKk8il0zeuX3Zlg/w==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@floating-ui/utils": "^0.2.10"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@floating-ui/dom": {
|
|
|
|
|
"version": "1.7.4",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@floating-ui/dom/-/dom-1.7.4.tgz",
|
|
|
|
|
"integrity": "sha512-OOchDgh4F2CchOX94cRVqhvy7b3AFb+/rQXyswmzmGakRfkMgoWVjfnLWkRirfLEfuD4ysVW16eXzwt3jHIzKA==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@floating-ui/core": "^1.7.3",
|
|
|
|
|
"@floating-ui/utils": "^0.2.10"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@floating-ui/utils": {
|
|
|
|
|
"version": "0.2.10",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@floating-ui/utils/-/utils-0.2.10.tgz",
|
|
|
|
|
"integrity": "sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==",
|
|
|
|
|
"license": "MIT"
|
|
|
|
|
},
|
2026-01-14 01:10:48 +08:00
|
|
|
"node_modules/@jridgewell/gen-mapping": {
|
|
|
|
|
"version": "0.3.13",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@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/remapping": {
|
|
|
|
|
"version": "2.3.5",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@jridgewell/remapping/-/remapping-2.3.5.tgz",
|
|
|
|
|
"integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@jridgewell/gen-mapping": "^0.3.5",
|
|
|
|
|
"@jridgewell/trace-mapping": "^0.3.24"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@jridgewell/resolve-uri": {
|
|
|
|
|
"version": "3.1.2",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
|
|
|
|
|
"integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=6.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-01-09 23:18:52 +08:00
|
|
|
"node_modules/@jridgewell/sourcemap-codec": {
|
|
|
|
|
"version": "1.5.5",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
|
|
|
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
|
|
|
|
|
"license": "MIT"
|
|
|
|
|
},
|
2026-01-14 01:10:48 +08:00
|
|
|
"node_modules/@jridgewell/trace-mapping": {
|
|
|
|
|
"version": "0.3.31",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@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"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-01-09 23:18:52 +08:00
|
|
|
"node_modules/@popperjs/core": {
|
|
|
|
|
"name": "@sxzz/popperjs-es",
|
|
|
|
|
"version": "2.11.7",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@sxzz/popperjs-es/-/popperjs-es-2.11.7.tgz",
|
|
|
|
|
"integrity": "sha512-Ccy0NlLkzr0Ex2FKvh2X+OyERHXJ88XJ1MXtsI9y9fGexlaXaVTPzBCRBwIxFkORuOb+uBqeu+RqnpgYTEZRUQ==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/popperjs"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rolldown/pluginutils": {
|
|
|
|
|
"version": "1.0.0-beta.53",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.53.tgz",
|
|
|
|
|
"integrity": "sha512-vENRlFU4YbrwVqNDZ7fLvy+JR1CRkyr01jhSiDpE1u6py3OMzQfztQU2jxykW3ALNxO4kSlqIDeYyD0Y9RcQeQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT"
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rollup/rollup-android-arm-eabi": {
|
|
|
|
|
"version": "4.55.1",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.55.1.tgz",
|
|
|
|
|
"integrity": "sha512-9R0DM/ykwfGIlNu6+2U09ga0WXeZ9MRC2Ter8jnz8415VbuIykVuc6bhdrbORFZANDmTDvq26mJrEVTl8TdnDg==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"android"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rollup/rollup-android-arm64": {
|
|
|
|
|
"version": "4.55.1",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.55.1.tgz",
|
|
|
|
|
"integrity": "sha512-eFZCb1YUqhTysgW3sj/55du5cG57S7UTNtdMjCW7LwVcj3dTTcowCsC8p7uBdzKsZYa8J7IDE8lhMI+HX1vQvg==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"android"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rollup/rollup-darwin-arm64": {
|
|
|
|
|
"version": "4.55.1",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.55.1.tgz",
|
|
|
|
|
"integrity": "sha512-p3grE2PHcQm2e8PSGZdzIhCKbMCw/xi9XvMPErPhwO17vxtvCN5FEA2mSLgmKlCjHGMQTP6phuQTYWUnKewwGg==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"darwin"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rollup/rollup-darwin-x64": {
|
|
|
|
|
"version": "4.55.1",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.55.1.tgz",
|
|
|
|
|
"integrity": "sha512-rDUjG25C9qoTm+e02Esi+aqTKSBYwVTaoS1wxcN47/Luqef57Vgp96xNANwt5npq9GDxsH7kXxNkJVEsWEOEaQ==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"darwin"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rollup/rollup-freebsd-arm64": {
|
|
|
|
|
"version": "4.55.1",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.55.1.tgz",
|
|
|
|
|
"integrity": "sha512-+JiU7Jbp5cdxekIgdte0jfcu5oqw4GCKr6i3PJTlXTCU5H5Fvtkpbs4XJHRmWNXF+hKmn4v7ogI5OQPaupJgOg==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"freebsd"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rollup/rollup-freebsd-x64": {
|
|
|
|
|
"version": "4.55.1",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.55.1.tgz",
|
|
|
|
|
"integrity": "sha512-V5xC1tOVWtLLmr3YUk2f6EJK4qksksOYiz/TCsFHu/R+woubcLWdC9nZQmwjOAbmExBIVKsm1/wKmEy4z4u4Bw==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"freebsd"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rollup/rollup-linux-arm-gnueabihf": {
|
|
|
|
|
"version": "4.55.1",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.55.1.tgz",
|
|
|
|
|
"integrity": "sha512-Rn3n+FUk2J5VWx+ywrG/HGPTD9jXNbicRtTM11e/uorplArnXZYsVifnPPqNNP5BsO3roI4n8332ukpY/zN7rQ==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rollup/rollup-linux-arm-musleabihf": {
|
|
|
|
|
"version": "4.55.1",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.55.1.tgz",
|
|
|
|
|
"integrity": "sha512-grPNWydeKtc1aEdrJDWk4opD7nFtQbMmV7769hiAaYyUKCT1faPRm2av8CX1YJsZ4TLAZcg9gTR1KvEzoLjXkg==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rollup/rollup-linux-arm64-gnu": {
|
|
|
|
|
"version": "4.55.1",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.55.1.tgz",
|
|
|
|
|
"integrity": "sha512-a59mwd1k6x8tXKcUxSyISiquLwB5pX+fJW9TkWU46lCqD/GRDe9uDN31jrMmVP3feI3mhAdvcCClhV8V5MhJFQ==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rollup/rollup-linux-arm64-musl": {
|
|
|
|
|
"version": "4.55.1",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.55.1.tgz",
|
|
|
|
|
"integrity": "sha512-puS1MEgWX5GsHSoiAsF0TYrpomdvkaXm0CofIMG5uVkP6IBV+ZO9xhC5YEN49nsgYo1DuuMquF9+7EDBVYu4uA==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rollup/rollup-linux-loong64-gnu": {
|
|
|
|
|
"version": "4.55.1",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.55.1.tgz",
|
|
|
|
|
"integrity": "sha512-r3Wv40in+lTsULSb6nnoudVbARdOwb2u5fpeoOAZjFLznp6tDU8kd+GTHmJoqZ9lt6/Sys33KdIHUaQihFcu7g==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"loong64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rollup/rollup-linux-loong64-musl": {
|
|
|
|
|
"version": "4.55.1",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.55.1.tgz",
|
|
|
|
|
"integrity": "sha512-MR8c0+UxAlB22Fq4R+aQSPBayvYa3+9DrwG/i1TKQXFYEaoW3B5b/rkSRIypcZDdWjWnpcvxbNaAJDcSbJU3Lw==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"loong64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rollup/rollup-linux-ppc64-gnu": {
|
|
|
|
|
"version": "4.55.1",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.55.1.tgz",
|
|
|
|
|
"integrity": "sha512-3KhoECe1BRlSYpMTeVrD4sh2Pw2xgt4jzNSZIIPLFEsnQn9gAnZagW9+VqDqAHgm1Xc77LzJOo2LdigS5qZ+gw==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"ppc64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rollup/rollup-linux-ppc64-musl": {
|
|
|
|
|
"version": "4.55.1",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.55.1.tgz",
|
|
|
|
|
"integrity": "sha512-ziR1OuZx0vdYZZ30vueNZTg73alF59DicYrPViG0NEgDVN8/Jl87zkAPu4u6VjZST2llgEUjaiNl9JM6HH1Vdw==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"ppc64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rollup/rollup-linux-riscv64-gnu": {
|
|
|
|
|
"version": "4.55.1",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.55.1.tgz",
|
|
|
|
|
"integrity": "sha512-uW0Y12ih2XJRERZ4jAfKamTyIHVMPQnTZcQjme2HMVDAHY4amf5u414OqNYC+x+LzRdRcnIG1YodLrrtA8xsxw==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"riscv64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rollup/rollup-linux-riscv64-musl": {
|
|
|
|
|
"version": "4.55.1",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.55.1.tgz",
|
|
|
|
|
"integrity": "sha512-u9yZ0jUkOED1BFrqu3BwMQoixvGHGZ+JhJNkNKY/hyoEgOwlqKb62qu+7UjbPSHYjiVy8kKJHvXKv5coH4wDeg==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"riscv64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rollup/rollup-linux-s390x-gnu": {
|
|
|
|
|
"version": "4.55.1",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.55.1.tgz",
|
|
|
|
|
"integrity": "sha512-/0PenBCmqM4ZUd0190j7J0UsQ/1nsi735iPRakO8iPciE7BQ495Y6msPzaOmvx0/pn+eJVVlZrNrSh4WSYLxNg==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"s390x"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rollup/rollup-linux-x64-gnu": {
|
|
|
|
|
"version": "4.55.1",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.55.1.tgz",
|
|
|
|
|
"integrity": "sha512-a8G4wiQxQG2BAvo+gU6XrReRRqj+pLS2NGXKm8io19goR+K8lw269eTrPkSdDTALwMmJp4th2Uh0D8J9bEV1vg==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rollup/rollup-linux-x64-musl": {
|
|
|
|
|
"version": "4.55.1",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.55.1.tgz",
|
|
|
|
|
"integrity": "sha512-bD+zjpFrMpP/hqkfEcnjXWHMw5BIghGisOKPj+2NaNDuVT+8Ds4mPf3XcPHuat1tz89WRL+1wbcxKY3WSbiT7w==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rollup/rollup-openbsd-x64": {
|
|
|
|
|
"version": "4.55.1",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.55.1.tgz",
|
|
|
|
|
"integrity": "sha512-eLXw0dOiqE4QmvikfQ6yjgkg/xDM+MdU9YJuP4ySTibXU0oAvnEWXt7UDJmD4UkYialMfOGFPJnIHSe/kdzPxg==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"openbsd"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rollup/rollup-openharmony-arm64": {
|
|
|
|
|
"version": "4.55.1",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.55.1.tgz",
|
|
|
|
|
"integrity": "sha512-xzm44KgEP11te3S2HCSyYf5zIzWmx3n8HDCc7EE59+lTcswEWNpvMLfd9uJvVX8LCg9QWG67Xt75AuHn4vgsXw==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"openharmony"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rollup/rollup-win32-arm64-msvc": {
|
|
|
|
|
"version": "4.55.1",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.55.1.tgz",
|
|
|
|
|
"integrity": "sha512-yR6Bl3tMC/gBok5cz/Qi0xYnVbIxGx5Fcf/ca0eB6/6JwOY+SRUcJfI0OpeTpPls7f194as62thCt/2BjxYN8g==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"win32"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rollup/rollup-win32-ia32-msvc": {
|
|
|
|
|
"version": "4.55.1",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.55.1.tgz",
|
|
|
|
|
"integrity": "sha512-3fZBidchE0eY0oFZBnekYCfg+5wAB0mbpCBuofh5mZuzIU/4jIVkbESmd2dOsFNS78b53CYv3OAtwqkZZmU5nA==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"ia32"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"win32"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rollup/rollup-win32-x64-gnu": {
|
|
|
|
|
"version": "4.55.1",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.55.1.tgz",
|
|
|
|
|
"integrity": "sha512-xGGY5pXj69IxKb4yv/POoocPy/qmEGhimy/FoTpTSVju3FYXUQQMFCaZZXJVidsmGxRioZAwpThl/4zX41gRKg==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"win32"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rollup/rollup-win32-x64-msvc": {
|
|
|
|
|
"version": "4.55.1",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.55.1.tgz",
|
|
|
|
|
"integrity": "sha512-SPEpaL6DX4rmcXtnhdrQYgzQ5W2uW3SCJch88lB2zImhJRhIIK44fkUrgIV/Q8yUNfw5oyZ5vkeQsZLhCb06lw==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"win32"
|
|
|
|
|
]
|
|
|
|
|
},
|
2026-01-14 01:10:48 +08:00
|
|
|
"node_modules/@tailwindcss/node": {
|
|
|
|
|
"version": "4.1.18",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@tailwindcss/node/-/node-4.1.18.tgz",
|
|
|
|
|
"integrity": "sha512-DoR7U1P7iYhw16qJ49fgXUlry1t4CpXeErJHnQ44JgTSKMaZUdf17cfn5mHchfJ4KRBZRFA/Coo+MUF5+gOaCQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@jridgewell/remapping": "^2.3.4",
|
|
|
|
|
"enhanced-resolve": "^5.18.3",
|
|
|
|
|
"jiti": "^2.6.1",
|
|
|
|
|
"lightningcss": "1.30.2",
|
|
|
|
|
"magic-string": "^0.30.21",
|
|
|
|
|
"source-map-js": "^1.2.1",
|
|
|
|
|
"tailwindcss": "4.1.18"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@tailwindcss/oxide": {
|
|
|
|
|
"version": "4.1.18",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@tailwindcss/oxide/-/oxide-4.1.18.tgz",
|
|
|
|
|
"integrity": "sha512-EgCR5tTS5bUSKQgzeMClT6iCY3ToqE1y+ZB0AKldj809QXk1Y+3jB0upOYZrn9aGIzPtUsP7sX4QQ4XtjBB95A==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 10"
|
|
|
|
|
},
|
|
|
|
|
"optionalDependencies": {
|
|
|
|
|
"@tailwindcss/oxide-android-arm64": "4.1.18",
|
|
|
|
|
"@tailwindcss/oxide-darwin-arm64": "4.1.18",
|
|
|
|
|
"@tailwindcss/oxide-darwin-x64": "4.1.18",
|
|
|
|
|
"@tailwindcss/oxide-freebsd-x64": "4.1.18",
|
|
|
|
|
"@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.18",
|
|
|
|
|
"@tailwindcss/oxide-linux-arm64-gnu": "4.1.18",
|
|
|
|
|
"@tailwindcss/oxide-linux-arm64-musl": "4.1.18",
|
|
|
|
|
"@tailwindcss/oxide-linux-x64-gnu": "4.1.18",
|
|
|
|
|
"@tailwindcss/oxide-linux-x64-musl": "4.1.18",
|
|
|
|
|
"@tailwindcss/oxide-wasm32-wasi": "4.1.18",
|
|
|
|
|
"@tailwindcss/oxide-win32-arm64-msvc": "4.1.18",
|
|
|
|
|
"@tailwindcss/oxide-win32-x64-msvc": "4.1.18"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@tailwindcss/oxide-android-arm64": {
|
|
|
|
|
"version": "4.1.18",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.18.tgz",
|
|
|
|
|
"integrity": "sha512-dJHz7+Ugr9U/diKJA0W6N/6/cjI+ZTAoxPf9Iz9BFRF2GzEX8IvXxFIi/dZBloVJX/MZGvRuFA9rqwdiIEZQ0Q==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"android"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 10"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@tailwindcss/oxide-darwin-arm64": {
|
|
|
|
|
"version": "4.1.18",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.18.tgz",
|
|
|
|
|
"integrity": "sha512-Gc2q4Qhs660bhjyBSKgq6BYvwDz4G+BuyJ5H1xfhmDR3D8HnHCmT/BSkvSL0vQLy/nkMLY20PQ2OoYMO15Jd0A==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"darwin"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 10"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@tailwindcss/oxide-darwin-x64": {
|
|
|
|
|
"version": "4.1.18",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.18.tgz",
|
|
|
|
|
"integrity": "sha512-FL5oxr2xQsFrc3X9o1fjHKBYBMD1QZNyc1Xzw/h5Qu4XnEBi3dZn96HcHm41c/euGV+GRiXFfh2hUCyKi/e+yw==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"darwin"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 10"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@tailwindcss/oxide-freebsd-x64": {
|
|
|
|
|
"version": "4.1.18",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.18.tgz",
|
|
|
|
|
"integrity": "sha512-Fj+RHgu5bDodmV1dM9yAxlfJwkkWvLiRjbhuO2LEtwtlYlBgiAT4x/j5wQr1tC3SANAgD+0YcmWVrj8R9trVMA==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"freebsd"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 10"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
|
|
|
|
|
"version": "4.1.18",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.18.tgz",
|
|
|
|
|
"integrity": "sha512-Fp+Wzk/Ws4dZn+LV2Nqx3IilnhH51YZoRaYHQsVq3RQvEl+71VGKFpkfHrLM/Li+kt5c0DJe/bHXK1eHgDmdiA==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 10"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
|
|
|
|
|
"version": "4.1.18",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.18.tgz",
|
|
|
|
|
"integrity": "sha512-S0n3jboLysNbh55Vrt7pk9wgpyTTPD0fdQeh7wQfMqLPM/Hrxi+dVsLsPrycQjGKEQk85Kgbx+6+QnYNiHalnw==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 10"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@tailwindcss/oxide-linux-arm64-musl": {
|
|
|
|
|
"version": "4.1.18",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.18.tgz",
|
|
|
|
|
"integrity": "sha512-1px92582HkPQlaaCkdRcio71p8bc8i/ap5807tPRDK/uw953cauQBT8c5tVGkOwrHMfc2Yh6UuxaH4vtTjGvHg==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 10"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@tailwindcss/oxide-linux-x64-gnu": {
|
|
|
|
|
"version": "4.1.18",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.18.tgz",
|
|
|
|
|
"integrity": "sha512-v3gyT0ivkfBLoZGF9LyHmts0Isc8jHZyVcbzio6Wpzifg/+5ZJpDiRiUhDLkcr7f/r38SWNe7ucxmGW3j3Kb/g==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 10"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@tailwindcss/oxide-linux-x64-musl": {
|
|
|
|
|
"version": "4.1.18",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.18.tgz",
|
|
|
|
|
"integrity": "sha512-bhJ2y2OQNlcRwwgOAGMY0xTFStt4/wyU6pvI6LSuZpRgKQwxTec0/3Scu91O8ir7qCR3AuepQKLU/kX99FouqQ==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 10"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@tailwindcss/oxide-wasm32-wasi": {
|
|
|
|
|
"version": "4.1.18",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.18.tgz",
|
|
|
|
|
"integrity": "sha512-LffYTvPjODiP6PT16oNeUQJzNVyJl1cjIebq/rWWBF+3eDst5JGEFSc5cWxyRCJ0Mxl+KyIkqRxk1XPEs9x8TA==",
|
|
|
|
|
"bundleDependencies": [
|
|
|
|
|
"@napi-rs/wasm-runtime",
|
|
|
|
|
"@emnapi/core",
|
|
|
|
|
"@emnapi/runtime",
|
|
|
|
|
"@tybys/wasm-util",
|
|
|
|
|
"@emnapi/wasi-threads",
|
|
|
|
|
"tslib"
|
|
|
|
|
],
|
|
|
|
|
"cpu": [
|
|
|
|
|
"wasm32"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@emnapi/core": "^1.7.1",
|
|
|
|
|
"@emnapi/runtime": "^1.7.1",
|
|
|
|
|
"@emnapi/wasi-threads": "^1.1.0",
|
|
|
|
|
"@napi-rs/wasm-runtime": "^1.1.0",
|
|
|
|
|
"@tybys/wasm-util": "^0.10.1",
|
|
|
|
|
"tslib": "^2.4.0"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=14.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
|
|
|
|
|
"version": "4.1.18",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.18.tgz",
|
|
|
|
|
"integrity": "sha512-HjSA7mr9HmC8fu6bdsZvZ+dhjyGCLdotjVOgLA2vEqxEBZaQo9YTX4kwgEvPCpRh8o4uWc4J/wEoFzhEmjvPbA==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"win32"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 10"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@tailwindcss/oxide-win32-x64-msvc": {
|
|
|
|
|
"version": "4.1.18",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.18.tgz",
|
|
|
|
|
"integrity": "sha512-bJWbyYpUlqamC8dpR7pfjA0I7vdF6t5VpUGMWRkXVE3AXgIZjYUYAK7II1GNaxR8J1SSrSrppRar8G++JekE3Q==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"win32"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 10"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@tailwindcss/postcss": {
|
|
|
|
|
"version": "4.1.18",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@tailwindcss/postcss/-/postcss-4.1.18.tgz",
|
|
|
|
|
"integrity": "sha512-Ce0GFnzAOuPyfV5SxjXGn0CubwGcuDB0zcdaPuCSzAa/2vII24JTkH+I6jcbXLb1ctjZMZZI6OjDaLPJQL1S0g==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@alloc/quick-lru": "^5.2.0",
|
|
|
|
|
"@tailwindcss/node": "4.1.18",
|
|
|
|
|
"@tailwindcss/oxide": "4.1.18",
|
|
|
|
|
"postcss": "^8.4.41",
|
|
|
|
|
"tailwindcss": "4.1.18"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-01-09 23:18:52 +08:00
|
|
|
"node_modules/@types/estree": {
|
|
|
|
|
"version": "1.0.8",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@types/estree/-/estree-1.0.8.tgz",
|
|
|
|
|
"integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT"
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@types/lodash": {
|
|
|
|
|
"version": "4.17.21",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@types/lodash/-/lodash-4.17.21.tgz",
|
|
|
|
|
"integrity": "sha512-FOvQ0YPD5NOfPgMzJihoT+Za5pdkDJWcbpuj1DjaKZIr/gxodQjY/uWEFlTNqW2ugXHUiL8lRQgw63dzKHZdeQ==",
|
|
|
|
|
"license": "MIT"
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@types/lodash-es": {
|
|
|
|
|
"version": "4.17.12",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@types/lodash-es/-/lodash-es-4.17.12.tgz",
|
|
|
|
|
"integrity": "sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"peer": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/lodash": "*"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@types/node": {
|
|
|
|
|
"version": "24.10.4",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@types/node/-/node-24.10.4.tgz",
|
|
|
|
|
"integrity": "sha512-vnDVpYPMzs4wunl27jHrfmwojOGKya0xyM3sH+UE5iv5uPS6vX7UIoh6m+vQc5LGBq52HBKPIn/zcSZVzeDEZg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"peer": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"undici-types": "~7.16.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@types/web-bluetooth": {
|
|
|
|
|
"version": "0.0.20",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz",
|
|
|
|
|
"integrity": "sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==",
|
|
|
|
|
"license": "MIT"
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@vitejs/plugin-vue": {
|
|
|
|
|
"version": "6.0.3",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@vitejs/plugin-vue/-/plugin-vue-6.0.3.tgz",
|
|
|
|
|
"integrity": "sha512-TlGPkLFLVOY3T7fZrwdvKpjprR3s4fxRln0ORDo1VQ7HHyxJwTlrjKU3kpVWTlaAjIEuCTokmjkZnr8Tpc925w==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@rolldown/pluginutils": "1.0.0-beta.53"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0",
|
|
|
|
|
"vue": "^3.2.25"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@volar/language-core": {
|
|
|
|
|
"version": "2.4.27",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@volar/language-core/-/language-core-2.4.27.tgz",
|
|
|
|
|
"integrity": "sha512-DjmjBWZ4tJKxfNC1F6HyYERNHPYS7L7OPFyCrestykNdUZMFYzI9WTyvwPcaNaHlrEUwESHYsfEw3isInncZxQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@volar/source-map": "2.4.27"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@volar/source-map": {
|
|
|
|
|
"version": "2.4.27",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@volar/source-map/-/source-map-2.4.27.tgz",
|
|
|
|
|
"integrity": "sha512-ynlcBReMgOZj2i6po+qVswtDUeeBRCTgDurjMGShbm8WYZgJ0PA4RmtebBJ0BCYol1qPv3GQF6jK7C9qoVc7lg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT"
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@volar/typescript": {
|
|
|
|
|
"version": "2.4.27",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@volar/typescript/-/typescript-2.4.27.tgz",
|
|
|
|
|
"integrity": "sha512-eWaYCcl/uAPInSK2Lze6IqVWaBu/itVqR5InXcHXFyles4zO++Mglt3oxdgj75BDcv1Knr9Y93nowS8U3wqhxg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@volar/language-core": "2.4.27",
|
|
|
|
|
"path-browserify": "^1.0.1",
|
|
|
|
|
"vscode-uri": "^3.0.8"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@vue/compiler-core": {
|
|
|
|
|
"version": "3.5.26",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@vue/compiler-core/-/compiler-core-3.5.26.tgz",
|
|
|
|
|
"integrity": "sha512-vXyI5GMfuoBCnv5ucIT7jhHKl55Y477yxP6fc4eUswjP8FG3FFVFd41eNDArR+Uk3QKn2Z85NavjaxLxOC19/w==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/parser": "^7.28.5",
|
|
|
|
|
"@vue/shared": "3.5.26",
|
|
|
|
|
"entities": "^7.0.0",
|
|
|
|
|
"estree-walker": "^2.0.2",
|
|
|
|
|
"source-map-js": "^1.2.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@vue/compiler-dom": {
|
|
|
|
|
"version": "3.5.26",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@vue/compiler-dom/-/compiler-dom-3.5.26.tgz",
|
|
|
|
|
"integrity": "sha512-y1Tcd3eXs834QjswshSilCBnKGeQjQXB6PqFn/1nxcQw4pmG42G8lwz+FZPAZAby6gZeHSt/8LMPfZ4Rb+Bd/A==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@vue/compiler-core": "3.5.26",
|
|
|
|
|
"@vue/shared": "3.5.26"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@vue/compiler-sfc": {
|
|
|
|
|
"version": "3.5.26",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@vue/compiler-sfc/-/compiler-sfc-3.5.26.tgz",
|
|
|
|
|
"integrity": "sha512-egp69qDTSEZcf4bGOSsprUr4xI73wfrY5oRs6GSgXFTiHrWj4Y3X5Ydtip9QMqiCMCPVwLglB9GBxXtTadJ3mA==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/parser": "^7.28.5",
|
|
|
|
|
"@vue/compiler-core": "3.5.26",
|
|
|
|
|
"@vue/compiler-dom": "3.5.26",
|
|
|
|
|
"@vue/compiler-ssr": "3.5.26",
|
|
|
|
|
"@vue/shared": "3.5.26",
|
|
|
|
|
"estree-walker": "^2.0.2",
|
|
|
|
|
"magic-string": "^0.30.21",
|
|
|
|
|
"postcss": "^8.5.6",
|
|
|
|
|
"source-map-js": "^1.2.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@vue/compiler-ssr": {
|
|
|
|
|
"version": "3.5.26",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@vue/compiler-ssr/-/compiler-ssr-3.5.26.tgz",
|
|
|
|
|
"integrity": "sha512-lZT9/Y0nSIRUPVvapFJEVDbEXruZh2IYHMk2zTtEgJSlP5gVOqeWXH54xDKAaFS4rTnDeDBQUYDtxKyoW9FwDw==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@vue/compiler-dom": "3.5.26",
|
|
|
|
|
"@vue/shared": "3.5.26"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@vue/language-core": {
|
|
|
|
|
"version": "3.2.2",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@vue/language-core/-/language-core-3.2.2.tgz",
|
|
|
|
|
"integrity": "sha512-5DAuhxsxBN9kbriklh3Q5AMaJhyOCNiQJvCskN9/30XOpdLiqZU9Q+WvjArP17ubdGEyZtBzlIeG5nIjEbNOrQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@volar/language-core": "2.4.27",
|
|
|
|
|
"@vue/compiler-dom": "^3.5.0",
|
|
|
|
|
"@vue/shared": "^3.5.0",
|
|
|
|
|
"alien-signals": "^3.0.0",
|
|
|
|
|
"muggle-string": "^0.4.1",
|
|
|
|
|
"path-browserify": "^1.0.1",
|
|
|
|
|
"picomatch": "^4.0.2"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@vue/reactivity": {
|
|
|
|
|
"version": "3.5.26",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@vue/reactivity/-/reactivity-3.5.26.tgz",
|
|
|
|
|
"integrity": "sha512-9EnYB1/DIiUYYnzlnUBgwU32NNvLp/nhxLXeWRhHUEeWNTn1ECxX8aGO7RTXeX6PPcxe3LLuNBFoJbV4QZ+CFQ==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@vue/shared": "3.5.26"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@vue/runtime-core": {
|
|
|
|
|
"version": "3.5.26",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@vue/runtime-core/-/runtime-core-3.5.26.tgz",
|
|
|
|
|
"integrity": "sha512-xJWM9KH1kd201w5DvMDOwDHYhrdPTrAatn56oB/LRG4plEQeZRQLw0Bpwih9KYoqmzaxF0OKSn6swzYi84e1/Q==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@vue/reactivity": "3.5.26",
|
|
|
|
|
"@vue/shared": "3.5.26"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@vue/runtime-dom": {
|
|
|
|
|
"version": "3.5.26",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@vue/runtime-dom/-/runtime-dom-3.5.26.tgz",
|
|
|
|
|
"integrity": "sha512-XLLd/+4sPC2ZkN/6+V4O4gjJu6kSDbHAChvsyWgm1oGbdSO3efvGYnm25yCjtFm/K7rrSDvSfPDgN1pHgS4VNQ==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@vue/reactivity": "3.5.26",
|
|
|
|
|
"@vue/runtime-core": "3.5.26",
|
|
|
|
|
"@vue/shared": "3.5.26",
|
|
|
|
|
"csstype": "^3.2.3"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@vue/server-renderer": {
|
|
|
|
|
"version": "3.5.26",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@vue/server-renderer/-/server-renderer-3.5.26.tgz",
|
|
|
|
|
"integrity": "sha512-TYKLXmrwWKSodyVuO1WAubucd+1XlLg4set0YoV+Hu8Lo79mp/YMwWV5mC5FgtsDxX3qo1ONrxFaTP1OQgy1uA==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@vue/compiler-ssr": "3.5.26",
|
|
|
|
|
"@vue/shared": "3.5.26"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"vue": "3.5.26"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@vue/shared": {
|
|
|
|
|
"version": "3.5.26",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@vue/shared/-/shared-3.5.26.tgz",
|
|
|
|
|
"integrity": "sha512-7Z6/y3uFI5PRoKeorTOSXKcDj0MSasfNNltcslbFrPpcw6aXRUALq4IfJlaTRspiWIUOEZbrpM+iQGmCOiWe4A==",
|
|
|
|
|
"license": "MIT"
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@vue/tsconfig": {
|
|
|
|
|
"version": "0.8.1",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@vue/tsconfig/-/tsconfig-0.8.1.tgz",
|
|
|
|
|
"integrity": "sha512-aK7feIWPXFSUhsCP9PFqPyFOcz4ENkb8hZ2pneL6m2UjCkccvaOhC/5KCKluuBufvp2KzkbdA2W2pk20vLzu3g==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"typescript": "5.x",
|
|
|
|
|
"vue": "^3.4.0"
|
|
|
|
|
},
|
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
|
"typescript": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"vue": {
|
|
|
|
|
"optional": true
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@vueuse/core": {
|
|
|
|
|
"version": "10.11.1",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@vueuse/core/-/core-10.11.1.tgz",
|
|
|
|
|
"integrity": "sha512-guoy26JQktXPcz+0n3GukWIy/JDNKti9v6VEMu6kV2sYBsWuGiTU8OWdg+ADfUbHg3/3DlqySDe7JmdHrktiww==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/web-bluetooth": "^0.0.20",
|
|
|
|
|
"@vueuse/metadata": "10.11.1",
|
|
|
|
|
"@vueuse/shared": "10.11.1",
|
|
|
|
|
"vue-demi": ">=0.14.8"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://github.com/sponsors/antfu"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@vueuse/core/node_modules/vue-demi": {
|
|
|
|
|
"version": "0.14.10",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/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/@vueuse/metadata": {
|
|
|
|
|
"version": "10.11.1",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@vueuse/metadata/-/metadata-10.11.1.tgz",
|
|
|
|
|
"integrity": "sha512-IGa5FXd003Ug1qAZmyE8wF3sJ81xGLSqTqtQ6jaVfkeZ4i5kS2mwQF61yhVqojRnenVew5PldLyRgvdl4YYuSw==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://github.com/sponsors/antfu"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@vueuse/shared": {
|
|
|
|
|
"version": "10.11.1",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/@vueuse/shared/-/shared-10.11.1.tgz",
|
|
|
|
|
"integrity": "sha512-LHpC8711VFZlDaYUXEBbFBCQ7GS3dVU9mjOhhMhXP6txTV4EhYQg/KGnQuvt/sPAtoUKq7VVUnL6mVtFoL42sA==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"vue-demi": ">=0.14.8"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://github.com/sponsors/antfu"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@vueuse/shared/node_modules/vue-demi": {
|
|
|
|
|
"version": "0.14.10",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/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/alien-signals": {
|
|
|
|
|
"version": "3.1.2",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/alien-signals/-/alien-signals-3.1.2.tgz",
|
|
|
|
|
"integrity": "sha512-d9dYqZTS90WLiU0I5c6DHj/HcKkF8ZyGN3G5x8wSbslulz70KOxaqCT0hQCo9KOyhVqzqGojvNdJXoTumZOtcw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT"
|
|
|
|
|
},
|
|
|
|
|
"node_modules/async-validator": {
|
|
|
|
|
"version": "4.2.5",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/async-validator/-/async-validator-4.2.5.tgz",
|
|
|
|
|
"integrity": "sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==",
|
|
|
|
|
"license": "MIT"
|
|
|
|
|
},
|
|
|
|
|
"node_modules/asynckit": {
|
|
|
|
|
"version": "0.4.0",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/asynckit/-/asynckit-0.4.0.tgz",
|
|
|
|
|
"integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
|
|
|
|
|
"license": "MIT"
|
|
|
|
|
},
|
2026-01-14 01:10:48 +08:00
|
|
|
"node_modules/autoprefixer": {
|
|
|
|
|
"version": "10.4.23",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/autoprefixer/-/autoprefixer-10.4.23.tgz",
|
|
|
|
|
"integrity": "sha512-YYTXSFulfwytnjAPlw8QHncHJmlvFKtczb8InXaAx9Q0LbfDnfEYDE55omerIJKihhmU61Ft+cAOSzQVaBUmeA==",
|
|
|
|
|
"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.1",
|
|
|
|
|
"caniuse-lite": "^1.0.30001760",
|
|
|
|
|
"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"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-01-09 23:18:52 +08:00
|
|
|
"node_modules/axios": {
|
|
|
|
|
"version": "1.13.2",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/axios/-/axios-1.13.2.tgz",
|
|
|
|
|
"integrity": "sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"follow-redirects": "^1.15.6",
|
|
|
|
|
"form-data": "^4.0.4",
|
|
|
|
|
"proxy-from-env": "^1.1.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-01-14 01:10:48 +08:00
|
|
|
"node_modules/baseline-browser-mapping": {
|
|
|
|
|
"version": "2.9.14",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/baseline-browser-mapping/-/baseline-browser-mapping-2.9.14.tgz",
|
|
|
|
|
"integrity": "sha512-B0xUquLkiGLgHhpPBqvl7GWegWBUNuujQ6kXd/r1U38ElPT6Ok8KZ8e+FpUGEc2ZoRQUzq/aUnaKFc/svWUGSg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
|
"bin": {
|
|
|
|
|
"baseline-browser-mapping": "dist/cli.js"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/browserslist": {
|
|
|
|
|
"version": "4.28.1",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/browserslist/-/browserslist-4.28.1.tgz",
|
|
|
|
|
"integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==",
|
|
|
|
|
"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",
|
|
|
|
|
"peer": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"baseline-browser-mapping": "^2.9.0",
|
|
|
|
|
"caniuse-lite": "^1.0.30001759",
|
|
|
|
|
"electron-to-chromium": "^1.5.263",
|
|
|
|
|
"node-releases": "^2.0.27",
|
|
|
|
|
"update-browserslist-db": "^1.2.0"
|
|
|
|
|
},
|
|
|
|
|
"bin": {
|
|
|
|
|
"browserslist": "cli.js"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-01-09 23:18:52 +08:00
|
|
|
"node_modules/call-bind-apply-helpers": {
|
|
|
|
|
"version": "1.0.2",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/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"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-01-14 01:10:48 +08:00
|
|
|
"node_modules/caniuse-lite": {
|
|
|
|
|
"version": "1.0.30001764",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/caniuse-lite/-/caniuse-lite-1.0.30001764.tgz",
|
|
|
|
|
"integrity": "sha512-9JGuzl2M+vPL+pz70gtMF9sHdMFbY9FJaQBi186cHKH3pSzDvzoUJUPV6fqiKIMyXbud9ZLg4F3Yza1vJ1+93g==",
|
|
|
|
|
"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"
|
|
|
|
|
},
|
2026-01-09 23:18:52 +08:00
|
|
|
"node_modules/combined-stream": {
|
|
|
|
|
"version": "1.0.8",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/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/csstype": {
|
|
|
|
|
"version": "3.2.3",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/csstype/-/csstype-3.2.3.tgz",
|
|
|
|
|
"integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
|
|
|
|
|
"license": "MIT"
|
|
|
|
|
},
|
|
|
|
|
"node_modules/dayjs": {
|
|
|
|
|
"version": "1.11.19",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/dayjs/-/dayjs-1.11.19.tgz",
|
|
|
|
|
"integrity": "sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw==",
|
|
|
|
|
"license": "MIT"
|
|
|
|
|
},
|
|
|
|
|
"node_modules/delayed-stream": {
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/delayed-stream/-/delayed-stream-1.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=0.4.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-01-14 01:10:48 +08:00
|
|
|
"node_modules/detect-libc": {
|
|
|
|
|
"version": "2.1.2",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/detect-libc/-/detect-libc-2.1.2.tgz",
|
|
|
|
|
"integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=8"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-01-09 23:18:52 +08:00
|
|
|
"node_modules/dunder-proto": {
|
|
|
|
|
"version": "1.0.1",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/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"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-01-14 01:10:48 +08:00
|
|
|
"node_modules/electron-to-chromium": {
|
|
|
|
|
"version": "1.5.267",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/electron-to-chromium/-/electron-to-chromium-1.5.267.tgz",
|
|
|
|
|
"integrity": "sha512-0Drusm6MVRXSOJpGbaSVgcQsuB4hEkMpHXaVstcPmhu5LIedxs1xNK/nIxmQIU/RPC0+1/o0AVZfBTkTNJOdUw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "ISC"
|
|
|
|
|
},
|
2026-01-09 23:18:52 +08:00
|
|
|
"node_modules/element-plus": {
|
|
|
|
|
"version": "2.13.1",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/element-plus/-/element-plus-2.13.1.tgz",
|
|
|
|
|
"integrity": "sha512-eG4BDBGdAsUGN6URH1PixzZb0ngdapLivIk1meghS1uEueLvQ3aljSKrCt5x6sYb6mUk8eGtzTQFgsPmLavQcA==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@ctrl/tinycolor": "^3.4.1",
|
|
|
|
|
"@element-plus/icons-vue": "^2.3.2",
|
|
|
|
|
"@floating-ui/dom": "^1.0.1",
|
|
|
|
|
"@popperjs/core": "npm:@sxzz/popperjs-es@^2.11.7",
|
|
|
|
|
"@types/lodash": "^4.17.20",
|
|
|
|
|
"@types/lodash-es": "^4.17.12",
|
|
|
|
|
"@vueuse/core": "^10.11.0",
|
|
|
|
|
"async-validator": "^4.2.5",
|
|
|
|
|
"dayjs": "^1.11.19",
|
|
|
|
|
"lodash": "^4.17.21",
|
|
|
|
|
"lodash-es": "^4.17.21",
|
|
|
|
|
"lodash-unified": "^1.0.3",
|
|
|
|
|
"memoize-one": "^6.0.0",
|
|
|
|
|
"normalize-wheel-es": "^1.2.0"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"vue": "^3.3.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-01-14 01:10:48 +08:00
|
|
|
"node_modules/enhanced-resolve": {
|
|
|
|
|
"version": "5.18.4",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/enhanced-resolve/-/enhanced-resolve-5.18.4.tgz",
|
|
|
|
|
"integrity": "sha512-LgQMM4WXU3QI+SYgEc2liRgznaD5ojbmY3sb8LxyguVkIg5FxdpTkvk72te2R38/TGKxH634oLxXRGY6d7AP+Q==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"graceful-fs": "^4.2.4",
|
|
|
|
|
"tapable": "^2.2.0"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=10.13.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-01-09 23:18:52 +08:00
|
|
|
"node_modules/entities": {
|
|
|
|
|
"version": "7.0.0",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/entities/-/entities-7.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-FDWG5cmEYf2Z00IkYRhbFrwIwvdFKH07uV8dvNy0omp/Qb1xcyCWp2UDtcwJF4QZZvk0sLudP6/hAu42TaqVhQ==",
|
|
|
|
|
"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://mirrors.cloud.tencent.com/npm/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://mirrors.cloud.tencent.com/npm/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.1",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
|
|
|
|
|
"integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"es-errors": "^1.3.0"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 0.4"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/es-set-tostringtag": {
|
|
|
|
|
"version": "2.1.0",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/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.27.2",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/esbuild/-/esbuild-0.27.2.tgz",
|
|
|
|
|
"integrity": "sha512-HyNQImnsOC7X9PMNaCIeAm4ISCQXs5a5YasTXVliKv4uuBo1dKrG0A+uQS8M5eXjVMnLg3WgXaKvprHlFJQffw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"hasInstallScript": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"bin": {
|
|
|
|
|
"esbuild": "bin/esbuild"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18"
|
|
|
|
|
},
|
|
|
|
|
"optionalDependencies": {
|
|
|
|
|
"@esbuild/aix-ppc64": "0.27.2",
|
|
|
|
|
"@esbuild/android-arm": "0.27.2",
|
|
|
|
|
"@esbuild/android-arm64": "0.27.2",
|
|
|
|
|
"@esbuild/android-x64": "0.27.2",
|
|
|
|
|
"@esbuild/darwin-arm64": "0.27.2",
|
|
|
|
|
"@esbuild/darwin-x64": "0.27.2",
|
|
|
|
|
"@esbuild/freebsd-arm64": "0.27.2",
|
|
|
|
|
"@esbuild/freebsd-x64": "0.27.2",
|
|
|
|
|
"@esbuild/linux-arm": "0.27.2",
|
|
|
|
|
"@esbuild/linux-arm64": "0.27.2",
|
|
|
|
|
"@esbuild/linux-ia32": "0.27.2",
|
|
|
|
|
"@esbuild/linux-loong64": "0.27.2",
|
|
|
|
|
"@esbuild/linux-mips64el": "0.27.2",
|
|
|
|
|
"@esbuild/linux-ppc64": "0.27.2",
|
|
|
|
|
"@esbuild/linux-riscv64": "0.27.2",
|
|
|
|
|
"@esbuild/linux-s390x": "0.27.2",
|
|
|
|
|
"@esbuild/linux-x64": "0.27.2",
|
|
|
|
|
"@esbuild/netbsd-arm64": "0.27.2",
|
|
|
|
|
"@esbuild/netbsd-x64": "0.27.2",
|
|
|
|
|
"@esbuild/openbsd-arm64": "0.27.2",
|
|
|
|
|
"@esbuild/openbsd-x64": "0.27.2",
|
|
|
|
|
"@esbuild/openharmony-arm64": "0.27.2",
|
|
|
|
|
"@esbuild/sunos-x64": "0.27.2",
|
|
|
|
|
"@esbuild/win32-arm64": "0.27.2",
|
|
|
|
|
"@esbuild/win32-ia32": "0.27.2",
|
|
|
|
|
"@esbuild/win32-x64": "0.27.2"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-01-14 01:10:48 +08:00
|
|
|
"node_modules/escalade": {
|
|
|
|
|
"version": "3.2.0",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/escalade/-/escalade-3.2.0.tgz",
|
|
|
|
|
"integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=6"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-01-09 23:18:52 +08:00
|
|
|
"node_modules/estree-walker": {
|
|
|
|
|
"version": "2.0.2",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/estree-walker/-/estree-walker-2.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
|
|
|
|
|
"license": "MIT"
|
|
|
|
|
},
|
|
|
|
|
"node_modules/fdir": {
|
|
|
|
|
"version": "6.5.0",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/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/follow-redirects": {
|
|
|
|
|
"version": "1.15.11",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/follow-redirects/-/follow-redirects-1.15.11.tgz",
|
|
|
|
|
"integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==",
|
|
|
|
|
"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.5",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/form-data/-/form-data-4.0.5.tgz",
|
|
|
|
|
"integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"asynckit": "^0.4.0",
|
|
|
|
|
"combined-stream": "^1.0.8",
|
|
|
|
|
"es-set-tostringtag": "^2.1.0",
|
|
|
|
|
"hasown": "^2.0.2",
|
|
|
|
|
"mime-types": "^2.1.12"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 6"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-01-14 01:10:48 +08:00
|
|
|
"node_modules/fraction.js": {
|
|
|
|
|
"version": "5.3.4",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/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"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-01-09 23:18:52 +08:00
|
|
|
"node_modules/fsevents": {
|
|
|
|
|
"version": "2.3.3",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/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://mirrors.cloud.tencent.com/npm/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-intrinsic": {
|
|
|
|
|
"version": "1.3.0",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/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://mirrors.cloud.tencent.com/npm/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/gopd": {
|
|
|
|
|
"version": "1.2.0",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/gopd/-/gopd-1.2.0.tgz",
|
|
|
|
|
"integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 0.4"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-01-14 01:10:48 +08:00
|
|
|
"node_modules/graceful-fs": {
|
|
|
|
|
"version": "4.2.11",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/graceful-fs/-/graceful-fs-4.2.11.tgz",
|
|
|
|
|
"integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "ISC"
|
|
|
|
|
},
|
2026-01-09 23:18:52 +08:00
|
|
|
"node_modules/has-symbols": {
|
|
|
|
|
"version": "1.1.0",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/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://mirrors.cloud.tencent.com/npm/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.2",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/hasown/-/hasown-2.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"function-bind": "^1.1.2"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 0.4"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-01-14 01:10:48 +08:00
|
|
|
"node_modules/jiti": {
|
|
|
|
|
"version": "2.6.1",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/jiti/-/jiti-2.6.1.tgz",
|
|
|
|
|
"integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"peer": true,
|
|
|
|
|
"bin": {
|
|
|
|
|
"jiti": "lib/jiti-cli.mjs"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/lightningcss": {
|
|
|
|
|
"version": "1.30.2",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/lightningcss/-/lightningcss-1.30.2.tgz",
|
|
|
|
|
"integrity": "sha512-utfs7Pr5uJyyvDETitgsaqSyjCb2qNRAtuqUeWIAKztsOYdcACf2KtARYXg2pSvhkt+9NfoaNY7fxjl6nuMjIQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MPL-2.0",
|
|
|
|
|
"peer": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"detect-libc": "^2.0.3"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 12.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/parcel"
|
|
|
|
|
},
|
|
|
|
|
"optionalDependencies": {
|
|
|
|
|
"lightningcss-android-arm64": "1.30.2",
|
|
|
|
|
"lightningcss-darwin-arm64": "1.30.2",
|
|
|
|
|
"lightningcss-darwin-x64": "1.30.2",
|
|
|
|
|
"lightningcss-freebsd-x64": "1.30.2",
|
|
|
|
|
"lightningcss-linux-arm-gnueabihf": "1.30.2",
|
|
|
|
|
"lightningcss-linux-arm64-gnu": "1.30.2",
|
|
|
|
|
"lightningcss-linux-arm64-musl": "1.30.2",
|
|
|
|
|
"lightningcss-linux-x64-gnu": "1.30.2",
|
|
|
|
|
"lightningcss-linux-x64-musl": "1.30.2",
|
|
|
|
|
"lightningcss-win32-arm64-msvc": "1.30.2",
|
|
|
|
|
"lightningcss-win32-x64-msvc": "1.30.2"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/lightningcss-android-arm64": {
|
|
|
|
|
"version": "1.30.2",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/lightningcss-android-arm64/-/lightningcss-android-arm64-1.30.2.tgz",
|
|
|
|
|
"integrity": "sha512-BH9sEdOCahSgmkVhBLeU7Hc9DWeZ1Eb6wNS6Da8igvUwAe0sqROHddIlvU06q3WyXVEOYDZ6ykBZQnjTbmo4+A==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MPL-2.0",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"android"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 12.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/parcel"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/lightningcss-darwin-arm64": {
|
|
|
|
|
"version": "1.30.2",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.2.tgz",
|
|
|
|
|
"integrity": "sha512-ylTcDJBN3Hp21TdhRT5zBOIi73P6/W0qwvlFEk22fkdXchtNTOU4Qc37SkzV+EKYxLouZ6M4LG9NfZ1qkhhBWA==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MPL-2.0",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"darwin"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 12.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/parcel"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/lightningcss-darwin-x64": {
|
|
|
|
|
"version": "1.30.2",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.2.tgz",
|
|
|
|
|
"integrity": "sha512-oBZgKchomuDYxr7ilwLcyms6BCyLn0z8J0+ZZmfpjwg9fRVZIR5/GMXd7r9RH94iDhld3UmSjBM6nXWM2TfZTQ==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MPL-2.0",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"darwin"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 12.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/parcel"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/lightningcss-freebsd-x64": {
|
|
|
|
|
"version": "1.30.2",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.2.tgz",
|
|
|
|
|
"integrity": "sha512-c2bH6xTrf4BDpK8MoGG4Bd6zAMZDAXS569UxCAGcA7IKbHNMlhGQ89eRmvpIUGfKWNVdbhSbkQaWhEoMGmGslA==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MPL-2.0",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"freebsd"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 12.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/parcel"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/lightningcss-linux-arm-gnueabihf": {
|
|
|
|
|
"version": "1.30.2",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.2.tgz",
|
|
|
|
|
"integrity": "sha512-eVdpxh4wYcm0PofJIZVuYuLiqBIakQ9uFZmipf6LF/HRj5Bgm0eb3qL/mr1smyXIS1twwOxNWndd8z0E374hiA==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MPL-2.0",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 12.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/parcel"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/lightningcss-linux-arm64-gnu": {
|
|
|
|
|
"version": "1.30.2",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.2.tgz",
|
|
|
|
|
"integrity": "sha512-UK65WJAbwIJbiBFXpxrbTNArtfuznvxAJw4Q2ZGlU8kPeDIWEX1dg3rn2veBVUylA2Ezg89ktszWbaQnxD/e3A==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MPL-2.0",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 12.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/parcel"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/lightningcss-linux-arm64-musl": {
|
|
|
|
|
"version": "1.30.2",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.2.tgz",
|
|
|
|
|
"integrity": "sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MPL-2.0",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 12.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/parcel"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/lightningcss-linux-x64-gnu": {
|
|
|
|
|
"version": "1.30.2",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.2.tgz",
|
|
|
|
|
"integrity": "sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MPL-2.0",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 12.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/parcel"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/lightningcss-linux-x64-musl": {
|
|
|
|
|
"version": "1.30.2",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.2.tgz",
|
|
|
|
|
"integrity": "sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MPL-2.0",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 12.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/parcel"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/lightningcss-win32-arm64-msvc": {
|
|
|
|
|
"version": "1.30.2",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.2.tgz",
|
|
|
|
|
"integrity": "sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MPL-2.0",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"win32"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 12.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/parcel"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/lightningcss-win32-x64-msvc": {
|
|
|
|
|
"version": "1.30.2",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.2.tgz",
|
|
|
|
|
"integrity": "sha512-5g1yc73p+iAkid5phb4oVFMB45417DkRevRbt/El/gKXJk4jid+vPFF/AXbxn05Aky8PapwzZrdJShv5C0avjw==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MPL-2.0",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"win32"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 12.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/parcel"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-01-09 23:18:52 +08:00
|
|
|
"node_modules/lodash": {
|
|
|
|
|
"version": "4.17.21",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/lodash/-/lodash-4.17.21.tgz",
|
|
|
|
|
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"peer": true
|
|
|
|
|
},
|
|
|
|
|
"node_modules/lodash-es": {
|
|
|
|
|
"version": "4.17.22",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/lodash-es/-/lodash-es-4.17.22.tgz",
|
|
|
|
|
"integrity": "sha512-XEawp1t0gxSi9x01glktRZ5HDy0HXqrM0x5pXQM98EaI0NxO6jVM7omDOxsuEo5UIASAnm2bRp1Jt/e0a2XU8Q==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"peer": true
|
|
|
|
|
},
|
|
|
|
|
"node_modules/lodash-unified": {
|
|
|
|
|
"version": "1.0.3",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/lodash-unified/-/lodash-unified-1.0.3.tgz",
|
|
|
|
|
"integrity": "sha512-WK9qSozxXOD7ZJQlpSqOT+om2ZfcT4yO+03FuzAHD0wF6S0l0090LRPDx3vhTTLZ8cFKpBn+IOcVXK6qOcIlfQ==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@types/lodash-es": "*",
|
|
|
|
|
"lodash": "*",
|
|
|
|
|
"lodash-es": "*"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/magic-string": {
|
|
|
|
|
"version": "0.30.21",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/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://mirrors.cloud.tencent.com/npm/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 0.4"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/memoize-one": {
|
|
|
|
|
"version": "6.0.0",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/memoize-one/-/memoize-one-6.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==",
|
|
|
|
|
"license": "MIT"
|
|
|
|
|
},
|
|
|
|
|
"node_modules/mime-db": {
|
|
|
|
|
"version": "1.52.0",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/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://mirrors.cloud.tencent.com/npm/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/muggle-string": {
|
|
|
|
|
"version": "0.4.1",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/muggle-string/-/muggle-string-0.4.1.tgz",
|
|
|
|
|
"integrity": "sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT"
|
|
|
|
|
},
|
|
|
|
|
"node_modules/nanoid": {
|
|
|
|
|
"version": "3.3.11",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/nanoid/-/nanoid-3.3.11.tgz",
|
|
|
|
|
"integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
|
|
|
|
|
"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"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-01-14 01:10:48 +08:00
|
|
|
"node_modules/node-releases": {
|
|
|
|
|
"version": "2.0.27",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/node-releases/-/node-releases-2.0.27.tgz",
|
|
|
|
|
"integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT"
|
|
|
|
|
},
|
2026-01-09 23:18:52 +08:00
|
|
|
"node_modules/normalize-wheel-es": {
|
|
|
|
|
"version": "1.2.0",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/normalize-wheel-es/-/normalize-wheel-es-1.2.0.tgz",
|
|
|
|
|
"integrity": "sha512-Wj7+EJQ8mSuXr2iWfnujrimU35R2W4FAErEyTmJoJ7ucwTn2hOUSsRehMb5RSYkxXGTM7Y9QpvPmp++w5ftoJw==",
|
|
|
|
|
"license": "BSD-3-Clause"
|
|
|
|
|
},
|
2026-01-14 01:10:48 +08:00
|
|
|
"node_modules/openai": {
|
|
|
|
|
"version": "6.16.0",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/openai/-/openai-6.16.0.tgz",
|
|
|
|
|
"integrity": "sha512-fZ1uBqjFUjXzbGc35fFtYKEOxd20kd9fDpFeqWtsOZWiubY8CZ1NAlXHW3iathaFvqmNtCWMIsosCuyeI7Joxg==",
|
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
|
"bin": {
|
|
|
|
|
"openai": "bin/cli"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"ws": "^8.18.0",
|
|
|
|
|
"zod": "^3.25 || ^4.0"
|
|
|
|
|
},
|
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
|
"ws": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"zod": {
|
|
|
|
|
"optional": true
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-01-09 23:18:52 +08:00
|
|
|
"node_modules/path-browserify": {
|
|
|
|
|
"version": "1.0.1",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/path-browserify/-/path-browserify-1.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT"
|
|
|
|
|
},
|
|
|
|
|
"node_modules/picocolors": {
|
|
|
|
|
"version": "1.1.1",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/picocolors/-/picocolors-1.1.1.tgz",
|
|
|
|
|
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
|
|
|
|
"license": "ISC"
|
|
|
|
|
},
|
|
|
|
|
"node_modules/picomatch": {
|
|
|
|
|
"version": "4.0.3",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/picomatch/-/picomatch-4.0.3.tgz",
|
|
|
|
|
"integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"peer": true,
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=12"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/postcss": {
|
|
|
|
|
"version": "8.5.6",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/postcss/-/postcss-8.5.6.tgz",
|
|
|
|
|
"integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/postcss/"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "tidelift",
|
|
|
|
|
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "github",
|
|
|
|
|
"url": "https://github.com/sponsors/ai"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"license": "MIT",
|
2026-01-14 01:10:48 +08:00
|
|
|
"peer": true,
|
2026-01-09 23:18:52 +08:00
|
|
|
"dependencies": {
|
|
|
|
|
"nanoid": "^3.3.11",
|
|
|
|
|
"picocolors": "^1.1.1",
|
|
|
|
|
"source-map-js": "^1.2.1"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^10 || ^12 || >=14"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-01-14 01:10:48 +08:00
|
|
|
"node_modules/postcss-value-parser": {
|
|
|
|
|
"version": "4.2.0",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
|
|
|
|
|
"integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT"
|
|
|
|
|
},
|
2026-01-09 23:18:52 +08:00
|
|
|
"node_modules/proxy-from-env": {
|
|
|
|
|
"version": "1.1.0",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
|
|
|
|
|
"license": "MIT"
|
|
|
|
|
},
|
|
|
|
|
"node_modules/rollup": {
|
|
|
|
|
"version": "4.55.1",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/rollup/-/rollup-4.55.1.tgz",
|
|
|
|
|
"integrity": "sha512-wDv/Ht1BNHB4upNbK74s9usvl7hObDnvVzknxqY/E/O3X6rW1U1rV1aENEfJ54eFZDTNo7zv1f5N4edCluH7+A==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/estree": "1.0.8"
|
|
|
|
|
},
|
|
|
|
|
"bin": {
|
|
|
|
|
"rollup": "dist/bin/rollup"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18.0.0",
|
|
|
|
|
"npm": ">=8.0.0"
|
|
|
|
|
},
|
|
|
|
|
"optionalDependencies": {
|
|
|
|
|
"@rollup/rollup-android-arm-eabi": "4.55.1",
|
|
|
|
|
"@rollup/rollup-android-arm64": "4.55.1",
|
|
|
|
|
"@rollup/rollup-darwin-arm64": "4.55.1",
|
|
|
|
|
"@rollup/rollup-darwin-x64": "4.55.1",
|
|
|
|
|
"@rollup/rollup-freebsd-arm64": "4.55.1",
|
|
|
|
|
"@rollup/rollup-freebsd-x64": "4.55.1",
|
|
|
|
|
"@rollup/rollup-linux-arm-gnueabihf": "4.55.1",
|
|
|
|
|
"@rollup/rollup-linux-arm-musleabihf": "4.55.1",
|
|
|
|
|
"@rollup/rollup-linux-arm64-gnu": "4.55.1",
|
|
|
|
|
"@rollup/rollup-linux-arm64-musl": "4.55.1",
|
|
|
|
|
"@rollup/rollup-linux-loong64-gnu": "4.55.1",
|
|
|
|
|
"@rollup/rollup-linux-loong64-musl": "4.55.1",
|
|
|
|
|
"@rollup/rollup-linux-ppc64-gnu": "4.55.1",
|
|
|
|
|
"@rollup/rollup-linux-ppc64-musl": "4.55.1",
|
|
|
|
|
"@rollup/rollup-linux-riscv64-gnu": "4.55.1",
|
|
|
|
|
"@rollup/rollup-linux-riscv64-musl": "4.55.1",
|
|
|
|
|
"@rollup/rollup-linux-s390x-gnu": "4.55.1",
|
|
|
|
|
"@rollup/rollup-linux-x64-gnu": "4.55.1",
|
|
|
|
|
"@rollup/rollup-linux-x64-musl": "4.55.1",
|
|
|
|
|
"@rollup/rollup-openbsd-x64": "4.55.1",
|
|
|
|
|
"@rollup/rollup-openharmony-arm64": "4.55.1",
|
|
|
|
|
"@rollup/rollup-win32-arm64-msvc": "4.55.1",
|
|
|
|
|
"@rollup/rollup-win32-ia32-msvc": "4.55.1",
|
|
|
|
|
"@rollup/rollup-win32-x64-gnu": "4.55.1",
|
|
|
|
|
"@rollup/rollup-win32-x64-msvc": "4.55.1",
|
|
|
|
|
"fsevents": "~2.3.2"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/source-map-js": {
|
|
|
|
|
"version": "1.2.1",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/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"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-01-14 01:10:48 +08:00
|
|
|
"node_modules/tailwindcss": {
|
|
|
|
|
"version": "4.1.18",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/tailwindcss/-/tailwindcss-4.1.18.tgz",
|
|
|
|
|
"integrity": "sha512-4+Z+0yiYyEtUVCScyfHCxOYP06L5Ne+JiHhY2IjR2KWMIWhJOYZKLSGZaP5HkZ8+bY0cxfzwDE5uOmzFXyIwxw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT"
|
|
|
|
|
},
|
|
|
|
|
"node_modules/tapable": {
|
|
|
|
|
"version": "2.3.0",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/tapable/-/tapable-2.3.0.tgz",
|
|
|
|
|
"integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=6"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/webpack"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-01-09 23:18:52 +08:00
|
|
|
"node_modules/tinyglobby": {
|
|
|
|
|
"version": "0.2.15",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/tinyglobby/-/tinyglobby-0.2.15.tgz",
|
|
|
|
|
"integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"fdir": "^6.5.0",
|
|
|
|
|
"picomatch": "^4.0.3"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=12.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://github.com/sponsors/SuperchupuDev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/typescript": {
|
|
|
|
|
"version": "5.9.3",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/typescript/-/typescript-5.9.3.tgz",
|
|
|
|
|
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
|
|
|
|
|
"devOptional": true,
|
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
|
"peer": true,
|
|
|
|
|
"bin": {
|
|
|
|
|
"tsc": "bin/tsc",
|
|
|
|
|
"tsserver": "bin/tsserver"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=14.17"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/undici-types": {
|
|
|
|
|
"version": "7.16.0",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/undici-types/-/undici-types-7.16.0.tgz",
|
|
|
|
|
"integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT"
|
|
|
|
|
},
|
2026-01-14 01:10:48 +08:00
|
|
|
"node_modules/update-browserslist-db": {
|
|
|
|
|
"version": "1.2.3",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/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"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-01-09 23:18:52 +08:00
|
|
|
"node_modules/vite": {
|
|
|
|
|
"version": "7.3.1",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/vite/-/vite-7.3.1.tgz",
|
|
|
|
|
"integrity": "sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"peer": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"esbuild": "^0.27.0",
|
|
|
|
|
"fdir": "^6.5.0",
|
|
|
|
|
"picomatch": "^4.0.3",
|
|
|
|
|
"postcss": "^8.5.6",
|
|
|
|
|
"rollup": "^4.43.0",
|
|
|
|
|
"tinyglobby": "^0.2.15"
|
|
|
|
|
},
|
|
|
|
|
"bin": {
|
|
|
|
|
"vite": "bin/vite.js"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://github.com/vitejs/vite?sponsor=1"
|
|
|
|
|
},
|
|
|
|
|
"optionalDependencies": {
|
|
|
|
|
"fsevents": "~2.3.3"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@types/node": "^20.19.0 || >=22.12.0",
|
|
|
|
|
"jiti": ">=1.21.0",
|
|
|
|
|
"less": "^4.0.0",
|
|
|
|
|
"lightningcss": "^1.21.0",
|
|
|
|
|
"sass": "^1.70.0",
|
|
|
|
|
"sass-embedded": "^1.70.0",
|
|
|
|
|
"stylus": ">=0.54.8",
|
|
|
|
|
"sugarss": "^5.0.0",
|
|
|
|
|
"terser": "^5.16.0",
|
|
|
|
|
"tsx": "^4.8.1",
|
|
|
|
|
"yaml": "^2.4.2"
|
|
|
|
|
},
|
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
|
"@types/node": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"jiti": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"less": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"lightningcss": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"sass": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"sass-embedded": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"stylus": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"sugarss": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"terser": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"tsx": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"yaml": {
|
|
|
|
|
"optional": true
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/vscode-uri": {
|
|
|
|
|
"version": "3.1.0",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/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.26",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/vue/-/vue-3.5.26.tgz",
|
|
|
|
|
"integrity": "sha512-SJ/NTccVyAoNUJmkM9KUqPcYlY+u8OVL1X5EW9RIs3ch5H2uERxyyIUI4MRxVCSOiEcupX9xNGde1tL9ZKpimA==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"peer": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@vue/compiler-dom": "3.5.26",
|
|
|
|
|
"@vue/compiler-sfc": "3.5.26",
|
|
|
|
|
"@vue/runtime-dom": "3.5.26",
|
|
|
|
|
"@vue/server-renderer": "3.5.26",
|
|
|
|
|
"@vue/shared": "3.5.26"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"typescript": "*"
|
|
|
|
|
},
|
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
|
"typescript": {
|
|
|
|
|
"optional": true
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/vue-tsc": {
|
|
|
|
|
"version": "3.2.2",
|
|
|
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/vue-tsc/-/vue-tsc-3.2.2.tgz",
|
|
|
|
|
"integrity": "sha512-r9YSia/VgGwmbbfC06hDdAatH634XJ9nVl6Zrnz1iK4ucp8Wu78kawplXnIDa3MSu1XdQQePTHLXYwPDWn+nyQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@volar/typescript": "2.4.27",
|
|
|
|
|
"@vue/language-core": "3.2.2"
|
|
|
|
|
},
|
|
|
|
|
"bin": {
|
|
|
|
|
"vue-tsc": "bin/vue-tsc.js"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"typescript": ">=5.0.0"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|