Files
RCZN-bs-program/rc_autoplc_front/package-lock.json

3386 lines
89 KiB
JSON
Raw Normal View History

2025-12-15 16:16:07 +08:00
{
"name": "rc_autoplc_front",
"version": "0.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "rc_autoplc_front",
"version": "0.0.0",
"dependencies": {
2026-02-02 13:48:55 +08:00
"@amap/amap-jsapi-loader": "^1.0.1",
2025-12-15 16:16:07 +08:00
"axios": "^1.13.2",
2026-02-02 13:48:55 +08:00
"echarts": "^6.0.0",
2025-12-15 16:16:07 +08:00
"element-plus": "^2.12.0",
2026-02-02 13:48:55 +08:00
"html2canvas": "^1.4.1",
2025-12-15 16:16:07 +08:00
"pinia": "^3.0.4",
"pinia-plugin-persistedstate": "^4.7.1",
"vue": "^3.5.25",
2026-02-02 13:48:55 +08:00
"vue-echarts": "^8.0.1",
2025-12-15 16:16:07 +08:00
"vue-router": "^4.6.3"
},
"devDependencies": {
"@tsconfig/node24": "^24.0.3",
"@types/node": "^24.10.1",
"@vitejs/plugin-vue": "^6.0.2",
"@vue/tsconfig": "^0.8.1",
"npm-run-all2": "^8.0.4",
2026-02-02 13:48:55 +08:00
"sass-embedded": "^1.97.3",
2025-12-15 16:16:07 +08:00
"typescript": "~5.9.0",
"vite": "^7.2.4",
"vite-plugin-vue-devtools": "^8.0.5",
"vue-tsc": "^3.1.5"
},
"engines": {
"node": "^20.19.0 || >=22.12.0"
}
},
2026-02-02 13:48:55 +08:00
"node_modules/@amap/amap-jsapi-loader": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@amap/amap-jsapi-loader/-/amap-jsapi-loader-1.0.1.tgz",
"integrity": "sha512-nPyLKt7Ow/ThHLkSvn2etQlUzqxmTVgK7bIgwdBRTg2HK5668oN7xVxkaiRe3YZEzGzfV2XgH5Jmu2T73ljejw==",
"license": "MIT"
},
2025-12-15 16:16:07 +08:00
"node_modules/@babel/code-frame": {
"version": "7.27.1",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-validator-identifier": "^7.27.1",
"js-tokens": "^4.0.0",
"picocolors": "^1.1.1"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/compat-data": {
"version": "7.28.5",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/core": {
"version": "7.28.5",
"dev": true,
"license": "MIT",
"peer": true,
"dependencies": {
"@babel/code-frame": "^7.27.1",
"@babel/generator": "^7.28.5",
"@babel/helper-compilation-targets": "^7.27.2",
"@babel/helper-module-transforms": "^7.28.3",
"@babel/helpers": "^7.28.4",
"@babel/parser": "^7.28.5",
"@babel/template": "^7.27.2",
"@babel/traverse": "^7.28.5",
"@babel/types": "^7.28.5",
"@jridgewell/remapping": "^2.3.5",
"convert-source-map": "^2.0.0",
"debug": "^4.1.0",
"gensync": "^1.0.0-beta.2",
"json5": "^2.2.3",
"semver": "^6.3.1"
},
"engines": {
"node": ">=6.9.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/babel"
}
},
"node_modules/@babel/generator": {
"version": "7.28.5",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/parser": "^7.28.5",
"@babel/types": "^7.28.5",
"@jridgewell/gen-mapping": "^0.3.12",
"@jridgewell/trace-mapping": "^0.3.28",
"jsesc": "^3.0.2"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-annotate-as-pure": {
"version": "7.27.3",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/types": "^7.27.3"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-compilation-targets": {
"version": "7.27.2",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/compat-data": "^7.27.2",
"@babel/helper-validator-option": "^7.27.1",
"browserslist": "^4.24.0",
"lru-cache": "^5.1.1",
"semver": "^6.3.1"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-create-class-features-plugin": {
"version": "7.28.5",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.27.3",
"@babel/helper-member-expression-to-functions": "^7.28.5",
"@babel/helper-optimise-call-expression": "^7.27.1",
"@babel/helper-replace-supers": "^7.27.1",
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
"@babel/traverse": "^7.28.5",
"semver": "^6.3.1"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
}
},
"node_modules/@babel/helper-globals": {
"version": "7.28.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-member-expression-to-functions": {
"version": "7.28.5",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/traverse": "^7.28.5",
"@babel/types": "^7.28.5"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-module-imports": {
"version": "7.27.1",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/traverse": "^7.27.1",
"@babel/types": "^7.27.1"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-module-transforms": {
"version": "7.28.3",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-module-imports": "^7.27.1",
"@babel/helper-validator-identifier": "^7.27.1",
"@babel/traverse": "^7.28.3"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
}
},
"node_modules/@babel/helper-optimise-call-expression": {
"version": "7.27.1",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/types": "^7.27.1"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-plugin-utils": {
"version": "7.27.1",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-replace-supers": {
"version": "7.27.1",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-member-expression-to-functions": "^7.27.1",
"@babel/helper-optimise-call-expression": "^7.27.1",
"@babel/traverse": "^7.27.1"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
}
},
"node_modules/@babel/helper-skip-transparent-expression-wrappers": {
"version": "7.27.1",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/traverse": "^7.27.1",
"@babel/types": "^7.27.1"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-string-parser": {
"version": "7.27.1",
"license": "MIT",
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-validator-identifier": {
"version": "7.28.5",
"license": "MIT",
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-validator-option": {
"version": "7.27.1",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helpers": {
"version": "7.28.4",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/template": "^7.27.2",
"@babel/types": "^7.28.4"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/parser": {
"version": "7.28.5",
"license": "MIT",
"dependencies": {
"@babel/types": "^7.28.5"
},
"bin": {
"parser": "bin/babel-parser.js"
},
"engines": {
"node": ">=6.0.0"
}
},
"node_modules/@babel/plugin-proposal-decorators": {
"version": "7.28.0",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-create-class-features-plugin": "^7.27.1",
"@babel/helper-plugin-utils": "^7.27.1",
"@babel/plugin-syntax-decorators": "^7.27.1"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-decorators": {
"version": "7.27.1",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.27.1"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-import-attributes": {
"version": "7.27.1",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.27.1"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-import-meta": {
"version": "7.10.4",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.10.4"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-jsx": {
"version": "7.27.1",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.27.1"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-typescript": {
"version": "7.27.1",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.27.1"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-typescript": {
"version": "7.28.5",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.27.3",
"@babel/helper-create-class-features-plugin": "^7.28.5",
"@babel/helper-plugin-utils": "^7.27.1",
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
"@babel/plugin-syntax-typescript": "^7.27.1"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/template": {
"version": "7.27.2",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/code-frame": "^7.27.1",
"@babel/parser": "^7.27.2",
"@babel/types": "^7.27.1"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/traverse": {
"version": "7.28.5",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/code-frame": "^7.27.1",
"@babel/generator": "^7.28.5",
"@babel/helper-globals": "^7.28.0",
"@babel/parser": "^7.28.5",
"@babel/template": "^7.27.2",
"@babel/types": "^7.28.5",
"debug": "^4.3.1"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/types": {
"version": "7.28.5",
"license": "MIT",
"dependencies": {
"@babel/helper-string-parser": "^7.27.1",
"@babel/helper-validator-identifier": "^7.28.5"
},
"engines": {
"node": ">=6.9.0"
}
},
2026-02-02 13:48:55 +08:00
"node_modules/@bufbuild/protobuf": {
"version": "2.11.0",
"resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-2.11.0.tgz",
"integrity": "sha512-sBXGT13cpmPR5BMgHE6UEEfEaShh5Ror6rfN3yEK5si7QVrtZg8LEPQb0VVhiLRUslD2yLnXtnRzG035J/mZXQ==",
"dev": true,
"license": "(Apache-2.0 AND BSD-3-Clause)"
},
2025-12-15 16:16:07 +08:00
"node_modules/@ctrl/tinycolor": {
"version": "3.6.1",
"license": "MIT",
"engines": {
"node": ">=10"
}
},
"node_modules/@element-plus/icons-vue": {
"version": "2.3.2",
"license": "MIT",
"peerDependencies": {
"vue": "^3.2.0"
}
},
2026-02-02 13:48:55 +08:00
"node_modules/@esbuild/win32-x64": {
2025-12-15 16:16:07 +08:00
"version": "0.25.12",
"cpu": [
2026-02-02 13:48:55 +08:00
"x64"
2025-12-15 16:16:07 +08:00
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
2026-02-02 13:48:55 +08:00
"win32"
2025-12-15 16:16:07 +08:00
],
"engines": {
"node": ">=18"
}
},
2026-02-02 13:48:55 +08:00
"node_modules/@floating-ui/core": {
"version": "1.7.3",
2025-12-15 16:16:07 +08:00
"license": "MIT",
2026-02-02 13:48:55 +08:00
"dependencies": {
"@floating-ui/utils": "^0.2.10"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/@floating-ui/dom": {
"version": "1.7.4",
2025-12-15 16:16:07 +08:00
"license": "MIT",
2026-02-02 13:48:55 +08:00
"dependencies": {
"@floating-ui/core": "^1.7.3",
"@floating-ui/utils": "^0.2.10"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/@floating-ui/utils": {
"version": "0.2.10",
"license": "MIT"
},
"node_modules/@jridgewell/gen-mapping": {
"version": "0.3.13",
2025-12-15 16:16:07 +08:00
"dev": true,
"license": "MIT",
2026-02-02 13:48:55 +08:00
"dependencies": {
"@jridgewell/sourcemap-codec": "^1.5.0",
"@jridgewell/trace-mapping": "^0.3.24"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/@jridgewell/remapping": {
"version": "2.3.5",
2025-12-15 16:16:07 +08:00
"dev": true,
"license": "MIT",
2026-02-02 13:48:55 +08:00
"dependencies": {
"@jridgewell/gen-mapping": "^0.3.5",
"@jridgewell/trace-mapping": "^0.3.24"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/@jridgewell/resolve-uri": {
"version": "3.1.2",
2025-12-15 16:16:07 +08:00
"dev": true,
"license": "MIT",
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">=6.0.0"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/@jridgewell/sourcemap-codec": {
"version": "1.5.5",
"license": "MIT"
},
"node_modules/@jridgewell/trace-mapping": {
"version": "0.3.31",
2025-12-15 16:16:07 +08:00
"dev": true,
"license": "MIT",
2026-02-02 13:48:55 +08:00
"dependencies": {
"@jridgewell/resolve-uri": "^3.1.0",
"@jridgewell/sourcemap-codec": "^1.4.14"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/@parcel/watcher": {
"version": "2.5.6",
"resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.6.tgz",
"integrity": "sha512-tmmZ3lQxAe/k/+rNnXQRawJ4NjxO2hqiOLTHvWchtGZULp4RyFeh6aU4XdOYBFe2KE1oShQTv4AblOs2iOrNnQ==",
2025-12-15 16:16:07 +08:00
"dev": true,
2026-02-02 13:48:55 +08:00
"hasInstallScript": true,
2025-12-15 16:16:07 +08:00
"license": "MIT",
"optional": true,
2026-02-02 13:48:55 +08:00
"dependencies": {
"detect-libc": "^2.0.3",
"is-glob": "^4.0.3",
"node-addon-api": "^7.0.0",
"picomatch": "^4.0.3"
},
2025-12-15 16:16:07 +08:00
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">= 10.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
},
"optionalDependencies": {
"@parcel/watcher-android-arm64": "2.5.6",
"@parcel/watcher-darwin-arm64": "2.5.6",
"@parcel/watcher-darwin-x64": "2.5.6",
"@parcel/watcher-freebsd-x64": "2.5.6",
"@parcel/watcher-linux-arm-glibc": "2.5.6",
"@parcel/watcher-linux-arm-musl": "2.5.6",
"@parcel/watcher-linux-arm64-glibc": "2.5.6",
"@parcel/watcher-linux-arm64-musl": "2.5.6",
"@parcel/watcher-linux-x64-glibc": "2.5.6",
"@parcel/watcher-linux-x64-musl": "2.5.6",
"@parcel/watcher-win32-arm64": "2.5.6",
"@parcel/watcher-win32-ia32": "2.5.6",
"@parcel/watcher-win32-x64": "2.5.6"
}
},
"node_modules/@parcel/watcher-android-arm64": {
"version": "2.5.6",
"resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.6.tgz",
"integrity": "sha512-YQxSS34tPF/6ZG7r/Ih9xy+kP/WwediEUsqmtf0cuCV5TPPKw/PQHRhueUo6JdeFJaqV3pyjm0GdYjZotbRt/A==",
2025-12-15 16:16:07 +08:00
"cpu": [
2026-02-02 13:48:55 +08:00
"arm64"
2025-12-15 16:16:07 +08:00
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
2026-02-02 13:48:55 +08:00
"android"
2025-12-15 16:16:07 +08:00
],
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">= 10.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/@parcel/watcher-darwin-arm64": {
"version": "2.5.6",
"resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.6.tgz",
"integrity": "sha512-Z2ZdrnwyXvvvdtRHLmM4knydIdU9adO3D4n/0cVipF3rRiwP+3/sfzpAwA/qKFL6i1ModaabkU7IbpeMBgiVEA==",
2025-12-15 16:16:07 +08:00
"cpu": [
"arm64"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
2026-02-02 13:48:55 +08:00
"darwin"
2025-12-15 16:16:07 +08:00
],
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">= 10.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/@parcel/watcher-darwin-x64": {
"version": "2.5.6",
"resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.6.tgz",
"integrity": "sha512-HgvOf3W9dhithcwOWX9uDZyn1lW9R+7tPZ4sug+NGrGIo4Rk1hAXLEbcH1TQSqxts0NYXXlOWqVpvS1SFS4fRg==",
2025-12-15 16:16:07 +08:00
"cpu": [
2026-02-02 13:48:55 +08:00
"x64"
2025-12-15 16:16:07 +08:00
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
2026-02-02 13:48:55 +08:00
"darwin"
2025-12-15 16:16:07 +08:00
],
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">= 10.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/@parcel/watcher-freebsd-x64": {
"version": "2.5.6",
"resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.6.tgz",
"integrity": "sha512-vJVi8yd/qzJxEKHkeemh7w3YAn6RJCtYlE4HPMoVnCpIXEzSrxErBW5SJBgKLbXU3WdIpkjBTeUNtyBVn8TRng==",
2025-12-15 16:16:07 +08:00
"cpu": [
2026-02-02 13:48:55 +08:00
"x64"
2025-12-15 16:16:07 +08:00
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
2026-02-02 13:48:55 +08:00
"freebsd"
2025-12-15 16:16:07 +08:00
],
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">= 10.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/@parcel/watcher-linux-arm-glibc": {
"version": "2.5.6",
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.6.tgz",
"integrity": "sha512-9JiYfB6h6BgV50CCfasfLf/uvOcJskMSwcdH1PHH9rvS1IrNy8zad6IUVPVUfmXr+u+Km9IxcfMLzgdOudz9EQ==",
2025-12-15 16:16:07 +08:00
"cpu": [
2026-02-02 13:48:55 +08:00
"arm"
2025-12-15 16:16:07 +08:00
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
"linux"
],
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">= 10.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/@parcel/watcher-linux-arm-musl": {
"version": "2.5.6",
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.6.tgz",
"integrity": "sha512-Ve3gUCG57nuUUSyjBq/MAM0CzArtuIOxsBdQ+ftz6ho8n7s1i9E1Nmk/xmP323r2YL0SONs1EuwqBp2u1k5fxg==",
2025-12-15 16:16:07 +08:00
"cpu": [
2026-02-02 13:48:55 +08:00
"arm"
2025-12-15 16:16:07 +08:00
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
"linux"
],
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">= 10.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/@parcel/watcher-linux-arm64-glibc": {
"version": "2.5.6",
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.6.tgz",
"integrity": "sha512-f2g/DT3NhGPdBmMWYoxixqYr3v/UXcmLOYy16Bx0TM20Tchduwr4EaCbmxh1321TABqPGDpS8D/ggOTaljijOA==",
2025-12-15 16:16:07 +08:00
"cpu": [
2026-02-02 13:48:55 +08:00
"arm64"
2025-12-15 16:16:07 +08:00
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
"linux"
],
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">= 10.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/@parcel/watcher-linux-arm64-musl": {
"version": "2.5.6",
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.6.tgz",
"integrity": "sha512-qb6naMDGlbCwdhLj6hgoVKJl2odL34z2sqkC7Z6kzir8b5W65WYDpLB6R06KabvZdgoHI/zxke4b3zR0wAbDTA==",
2025-12-15 16:16:07 +08:00
"cpu": [
2026-02-02 13:48:55 +08:00
"arm64"
2025-12-15 16:16:07 +08:00
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
"linux"
],
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">= 10.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/@parcel/watcher-linux-x64-glibc": {
"version": "2.5.6",
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.6.tgz",
"integrity": "sha512-kbT5wvNQlx7NaGjzPFu8nVIW1rWqV780O7ZtkjuWaPUgpv2NMFpjYERVi0UYj1msZNyCzGlaCWEtzc+exjMGbQ==",
2025-12-15 16:16:07 +08:00
"cpu": [
"x64"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
"linux"
],
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">= 10.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/@parcel/watcher-linux-x64-musl": {
"version": "2.5.6",
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.6.tgz",
"integrity": "sha512-1JRFeC+h7RdXwldHzTsmdtYR/Ku8SylLgTU/reMuqdVD7CtLwf0VR1FqeprZ0eHQkO0vqsbvFLXUmYm/uNKJBg==",
2025-12-15 16:16:07 +08:00
"cpu": [
2026-02-02 13:48:55 +08:00
"x64"
2025-12-15 16:16:07 +08:00
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
2026-02-02 13:48:55 +08:00
"linux"
2025-12-15 16:16:07 +08:00
],
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">= 10.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/@parcel/watcher-win32-arm64": {
"version": "2.5.6",
"resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.6.tgz",
"integrity": "sha512-3ukyebjc6eGlw9yRt678DxVF7rjXatWiHvTXqphZLvo7aC5NdEgFufVwjFfY51ijYEWpXbqF5jtrK275z52D4Q==",
2025-12-15 16:16:07 +08:00
"cpu": [
2026-02-02 13:48:55 +08:00
"arm64"
2025-12-15 16:16:07 +08:00
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
2026-02-02 13:48:55 +08:00
"win32"
2025-12-15 16:16:07 +08:00
],
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">= 10.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/@parcel/watcher-win32-ia32": {
"version": "2.5.6",
"resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.6.tgz",
"integrity": "sha512-k35yLp1ZMwwee3Ez/pxBi5cf4AoBKYXj00CZ80jUz5h8prpiaQsiRPKQMxoLstNuqe2vR4RNPEAEcjEFzhEz/g==",
2025-12-15 16:16:07 +08:00
"cpu": [
2026-02-02 13:48:55 +08:00
"ia32"
2025-12-15 16:16:07 +08:00
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
2026-02-02 13:48:55 +08:00
"win32"
2025-12-15 16:16:07 +08:00
],
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">= 10.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/@parcel/watcher-win32-x64": {
"version": "2.5.6",
"resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.6.tgz",
"integrity": "sha512-hbQlYcCq5dlAX9Qx+kFb0FHue6vbjlf0FrNzSKdYK2APUf7tGfGxQCk2ihEREmbR6ZMc0MVAD5RIX/41gpUzTw==",
2025-12-15 16:16:07 +08:00
"cpu": [
"x64"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
2026-02-02 13:48:55 +08:00
"win32"
2025-12-15 16:16:07 +08:00
],
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">= 10.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/@polka/url": {
"version": "1.0.0-next.29",
2025-12-15 16:16:07 +08:00
"dev": true,
2026-02-02 13:48:55 +08:00
"license": "MIT"
},
"node_modules/@popperjs/core": {
"name": "@sxzz/popperjs-es",
"version": "2.11.7",
2025-12-15 16:16:07 +08:00
"license": "MIT",
2026-02-02 13:48:55 +08:00
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/popperjs"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/@rolldown/pluginutils": {
"version": "1.0.0-beta.50",
"dev": true,
"license": "MIT"
},
"node_modules/@rollup/rollup-win32-x64-gnu": {
"version": "4.53.3",
2025-12-15 16:16:07 +08:00
"cpu": [
"x64"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
2026-02-02 13:48:55 +08:00
"win32"
]
2025-12-15 16:16:07 +08:00
},
2026-02-02 13:48:55 +08:00
"node_modules/@rollup/rollup-win32-x64-msvc": {
"version": "4.53.3",
2025-12-15 16:16:07 +08:00
"cpu": [
2026-02-02 13:48:55 +08:00
"x64"
2025-12-15 16:16:07 +08:00
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
"win32"
2026-02-02 13:48:55 +08:00
]
2025-12-15 16:16:07 +08:00
},
2026-02-02 13:48:55 +08:00
"node_modules/@tsconfig/node24": {
"version": "24.0.3",
2025-12-15 16:16:07 +08:00
"dev": true,
2026-02-02 13:48:55 +08:00
"license": "MIT"
2025-12-15 16:16:07 +08:00
},
2026-02-02 13:48:55 +08:00
"node_modules/@types/estree": {
"version": "1.0.8",
2025-12-15 16:16:07 +08:00
"dev": true,
2026-02-02 13:48:55 +08:00
"license": "MIT"
2025-12-15 16:16:07 +08:00
},
2026-02-02 13:48:55 +08:00
"node_modules/@types/lodash": {
"version": "4.17.21",
"license": "MIT"
},
"node_modules/@types/lodash-es": {
"version": "4.17.12",
2025-12-15 16:16:07 +08:00
"license": "MIT",
2026-02-02 13:48:55 +08:00
"peer": true,
2025-12-15 16:16:07 +08:00
"dependencies": {
2026-02-02 13:48:55 +08:00
"@types/lodash": "*"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/@types/node": {
"version": "24.10.2",
"dev": true,
2025-12-15 16:16:07 +08:00
"license": "MIT",
2026-02-02 13:48:55 +08:00
"peer": true,
2025-12-15 16:16:07 +08:00
"dependencies": {
2026-02-02 13:48:55 +08:00
"undici-types": "~7.16.0"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/@types/web-bluetooth": {
"version": "0.0.16",
2025-12-15 16:16:07 +08:00
"license": "MIT"
},
2026-02-02 13:48:55 +08:00
"node_modules/@vitejs/plugin-vue": {
"version": "6.0.2",
2025-12-15 16:16:07 +08:00
"dev": true,
"license": "MIT",
"dependencies": {
2026-02-02 13:48:55 +08:00
"@rolldown/pluginutils": "1.0.0-beta.50"
},
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"peerDependencies": {
"vite": "^5.0.0 || ^6.0.0 || ^7.0.0",
"vue": "^3.2.25"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/@volar/language-core": {
"version": "2.4.26",
2025-12-15 16:16:07 +08:00
"dev": true,
"license": "MIT",
"dependencies": {
2026-02-02 13:48:55 +08:00
"@volar/source-map": "2.4.26"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/@volar/source-map": {
"version": "2.4.26",
"dev": true,
"license": "MIT"
},
"node_modules/@volar/typescript": {
"version": "2.4.26",
2025-12-15 16:16:07 +08:00
"dev": true,
"license": "MIT",
2026-02-02 13:48:55 +08:00
"dependencies": {
"@volar/language-core": "2.4.26",
"path-browserify": "^1.0.1",
"vscode-uri": "^3.0.8"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/@vue/babel-helper-vue-transform-on": {
"version": "1.5.0",
"dev": true,
2025-12-15 16:16:07 +08:00
"license": "MIT"
},
2026-02-02 13:48:55 +08:00
"node_modules/@vue/babel-plugin-jsx": {
"version": "1.5.0",
2025-12-15 16:16:07 +08:00
"dev": true,
"license": "MIT",
"dependencies": {
2026-02-02 13:48:55 +08:00
"@babel/helper-module-imports": "^7.27.1",
"@babel/helper-plugin-utils": "^7.27.1",
"@babel/plugin-syntax-jsx": "^7.27.1",
"@babel/template": "^7.27.2",
"@babel/traverse": "^7.28.0",
"@babel/types": "^7.28.2",
"@vue/babel-helper-vue-transform-on": "1.5.0",
"@vue/babel-plugin-resolve-type": "1.5.0",
"@vue/shared": "^3.5.18"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"peerDependenciesMeta": {
"@babel/core": {
"optional": true
}
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/@vue/babel-plugin-resolve-type": {
"version": "1.5.0",
2025-12-15 16:16:07 +08:00
"dev": true,
"license": "MIT",
2026-02-02 13:48:55 +08:00
"dependencies": {
"@babel/code-frame": "^7.27.1",
"@babel/helper-module-imports": "^7.27.1",
"@babel/helper-plugin-utils": "^7.27.1",
"@babel/parser": "^7.28.0",
"@vue/compiler-sfc": "^3.5.18"
},
2025-12-15 16:16:07 +08:00
"funding": {
2026-02-02 13:48:55 +08:00
"url": "https://github.com/sponsors/sxzz"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/@vue/compiler-core": {
"version": "3.5.25",
"license": "MIT",
"dependencies": {
"@babel/parser": "^7.28.5",
"@vue/shared": "3.5.25",
"entities": "^4.5.0",
"estree-walker": "^2.0.2",
"source-map-js": "^1.2.1"
}
2025-12-15 16:16:07 +08:00
},
2026-02-02 13:48:55 +08:00
"node_modules/@vue/compiler-dom": {
"version": "3.5.25",
2025-12-15 16:16:07 +08:00
"license": "MIT",
2026-02-02 13:48:55 +08:00
"dependencies": {
"@vue/compiler-core": "3.5.25",
"@vue/shared": "3.5.25"
}
2025-12-15 16:16:07 +08:00
},
2026-02-02 13:48:55 +08:00
"node_modules/@vue/compiler-sfc": {
"version": "3.5.25",
2025-12-15 16:16:07 +08:00
"license": "MIT",
2026-02-02 13:48:55 +08:00
"dependencies": {
"@babel/parser": "^7.28.5",
"@vue/compiler-core": "3.5.25",
"@vue/compiler-dom": "3.5.25",
"@vue/compiler-ssr": "3.5.25",
"@vue/shared": "3.5.25",
"estree-walker": "^2.0.2",
"magic-string": "^0.30.21",
"postcss": "^8.5.6",
"source-map-js": "^1.2.1"
}
2025-12-15 16:16:07 +08:00
},
2026-02-02 13:48:55 +08:00
"node_modules/@vue/compiler-ssr": {
"version": "3.5.25",
2025-12-15 16:16:07 +08:00
"license": "MIT",
2026-02-02 13:48:55 +08:00
"dependencies": {
"@vue/compiler-dom": "3.5.25",
"@vue/shared": "3.5.25"
}
2025-12-15 16:16:07 +08:00
},
2026-02-02 13:48:55 +08:00
"node_modules/@vue/devtools-api": {
"version": "7.7.9",
2025-12-15 16:16:07 +08:00
"license": "MIT",
2026-02-02 13:48:55 +08:00
"dependencies": {
"@vue/devtools-kit": "^7.7.9"
}
2025-12-15 16:16:07 +08:00
},
2026-02-02 13:48:55 +08:00
"node_modules/@vue/devtools-core": {
"version": "8.0.5",
2025-12-15 16:16:07 +08:00
"dev": true,
"license": "MIT",
2026-02-02 13:48:55 +08:00
"dependencies": {
"@vue/devtools-kit": "^8.0.5",
"@vue/devtools-shared": "^8.0.5",
"mitt": "^3.0.1",
"nanoid": "^5.1.5",
"pathe": "^2.0.3",
"vite-hot-client": "^2.1.0"
},
"peerDependencies": {
"vue": "^3.0.0"
}
2025-12-15 16:16:07 +08:00
},
2026-02-02 13:48:55 +08:00
"node_modules/@vue/devtools-core/node_modules/@vue/devtools-kit": {
"version": "8.0.5",
2025-12-15 16:16:07 +08:00
"dev": true,
"license": "MIT",
2026-02-02 13:48:55 +08:00
"dependencies": {
"@vue/devtools-shared": "^8.0.5",
"birpc": "^2.6.1",
"hookable": "^5.5.3",
"mitt": "^3.0.1",
"perfect-debounce": "^2.0.0",
"speakingurl": "^14.0.1",
"superjson": "^2.2.2"
}
2025-12-15 16:16:07 +08:00
},
2026-02-02 13:48:55 +08:00
"node_modules/@vue/devtools-core/node_modules/@vue/devtools-shared": {
"version": "8.0.5",
2025-12-15 16:16:07 +08:00
"dev": true,
"license": "MIT",
2026-02-02 13:48:55 +08:00
"dependencies": {
"rfdc": "^1.4.1"
}
2025-12-15 16:16:07 +08:00
},
2026-02-02 13:48:55 +08:00
"node_modules/@vue/devtools-core/node_modules/nanoid": {
"version": "5.1.6",
2025-12-15 16:16:07 +08:00
"dev": true,
2026-02-02 13:48:55 +08:00
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
2025-12-15 16:16:07 +08:00
"license": "MIT",
2026-02-02 13:48:55 +08:00
"bin": {
"nanoid": "bin/nanoid.js"
},
"engines": {
"node": "^18 || >=20"
}
2025-12-15 16:16:07 +08:00
},
2026-02-02 13:48:55 +08:00
"node_modules/@vue/devtools-core/node_modules/perfect-debounce": {
"version": "2.0.0",
2025-12-15 16:16:07 +08:00
"dev": true,
2026-02-02 13:48:55 +08:00
"license": "MIT"
},
"node_modules/@vue/devtools-kit": {
"version": "7.7.9",
2025-12-15 16:16:07 +08:00
"license": "MIT",
2026-02-02 13:48:55 +08:00
"dependencies": {
"@vue/devtools-shared": "^7.7.9",
"birpc": "^2.3.0",
"hookable": "^5.5.3",
"mitt": "^3.0.1",
"perfect-debounce": "^1.0.0",
"speakingurl": "^14.0.1",
"superjson": "^2.2.2"
}
2025-12-15 16:16:07 +08:00
},
2026-02-02 13:48:55 +08:00
"node_modules/@vue/devtools-shared": {
"version": "7.7.9",
2025-12-15 16:16:07 +08:00
"license": "MIT",
2026-02-02 13:48:55 +08:00
"dependencies": {
"rfdc": "^1.4.1"
}
2025-12-15 16:16:07 +08:00
},
2026-02-02 13:48:55 +08:00
"node_modules/@vue/language-core": {
"version": "3.1.8",
2025-12-15 16:16:07 +08:00
"dev": true,
"license": "MIT",
2026-02-02 13:48:55 +08:00
"dependencies": {
"@volar/language-core": "2.4.26",
"@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"
},
"peerDependencies": {
"typescript": "*"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
}
2025-12-15 16:16:07 +08:00
},
2026-02-02 13:48:55 +08:00
"node_modules/@vue/reactivity": {
"version": "3.5.25",
2025-12-15 16:16:07 +08:00
"license": "MIT",
2026-02-02 13:48:55 +08:00
"dependencies": {
"@vue/shared": "3.5.25"
}
2025-12-15 16:16:07 +08:00
},
2026-02-02 13:48:55 +08:00
"node_modules/@vue/runtime-core": {
"version": "3.5.25",
2025-12-15 16:16:07 +08:00
"license": "MIT",
2026-02-02 13:48:55 +08:00
"dependencies": {
"@vue/reactivity": "3.5.25",
"@vue/shared": "3.5.25"
}
2025-12-15 16:16:07 +08:00
},
2026-02-02 13:48:55 +08:00
"node_modules/@vue/runtime-dom": {
"version": "3.5.25",
2025-12-15 16:16:07 +08:00
"license": "MIT",
2026-02-02 13:48:55 +08:00
"dependencies": {
"@vue/reactivity": "3.5.25",
"@vue/runtime-core": "3.5.25",
"@vue/shared": "3.5.25",
"csstype": "^3.1.3"
}
2025-12-15 16:16:07 +08:00
},
2026-02-02 13:48:55 +08:00
"node_modules/@vue/server-renderer": {
"version": "3.5.25",
2025-12-15 16:16:07 +08:00
"license": "MIT",
2026-02-02 13:48:55 +08:00
"dependencies": {
"@vue/compiler-ssr": "3.5.25",
"@vue/shared": "3.5.25"
},
"peerDependencies": {
"vue": "3.5.25"
}
2025-12-15 16:16:07 +08:00
},
2026-02-02 13:48:55 +08:00
"node_modules/@vue/shared": {
"version": "3.5.25",
"license": "MIT"
},
"node_modules/@vue/tsconfig": {
"version": "0.8.1",
2025-12-15 16:16:07 +08:00
"dev": true,
"license": "MIT",
2026-02-02 13:48:55 +08:00
"peerDependencies": {
"typescript": "5.x",
"vue": "^3.4.0"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
},
"vue": {
"optional": true
}
}
2025-12-15 16:16:07 +08:00
},
2026-02-02 13:48:55 +08:00
"node_modules/@vueuse/core": {
"version": "9.13.0",
2025-12-15 16:16:07 +08:00
"license": "MIT",
2026-02-02 13:48:55 +08:00
"dependencies": {
"@types/web-bluetooth": "^0.0.16",
"@vueuse/metadata": "9.13.0",
"@vueuse/shared": "9.13.0",
"vue-demi": "*"
},
"funding": {
"url": "https://github.com/sponsors/antfu"
}
2025-12-15 16:16:07 +08:00
},
2026-02-02 13:48:55 +08:00
"node_modules/@vueuse/core/node_modules/vue-demi": {
"version": "0.14.10",
"hasInstallScript": true,
2025-12-15 16:16:07 +08:00
"license": "MIT",
2026-02-02 13:48:55 +08:00
"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
}
}
2025-12-15 16:16:07 +08:00
},
2026-02-02 13:48:55 +08:00
"node_modules/@vueuse/metadata": {
"version": "9.13.0",
2025-12-15 16:16:07 +08:00
"license": "MIT",
2026-02-02 13:48:55 +08:00
"funding": {
"url": "https://github.com/sponsors/antfu"
}
2025-12-15 16:16:07 +08:00
},
2026-02-02 13:48:55 +08:00
"node_modules/@vueuse/shared": {
"version": "9.13.0",
2025-12-15 16:16:07 +08:00
"license": "MIT",
2026-02-02 13:48:55 +08:00
"dependencies": {
"vue-demi": "*"
},
"funding": {
"url": "https://github.com/sponsors/antfu"
}
2025-12-15 16:16:07 +08:00
},
2026-02-02 13:48:55 +08:00
"node_modules/@vueuse/shared/node_modules/vue-demi": {
"version": "0.14.10",
"hasInstallScript": true,
2025-12-15 16:16:07 +08:00
"license": "MIT",
2026-02-02 13:48:55 +08:00
"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
}
}
2025-12-15 16:16:07 +08:00
},
2026-02-02 13:48:55 +08:00
"node_modules/alien-signals": {
"version": "3.1.1",
2025-12-15 16:16:07 +08:00
"dev": true,
"license": "MIT"
},
2026-02-02 13:48:55 +08:00
"node_modules/ansi-styles": {
"version": "6.2.3",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
"node_modules/ansis": {
"version": "4.2.0",
2025-12-15 16:16:07 +08:00
"dev": true,
2026-02-02 13:48:55 +08:00
"license": "ISC",
"engines": {
"node": ">=14"
}
},
"node_modules/async-validator": {
"version": "4.2.5",
2025-12-15 16:16:07 +08:00
"license": "MIT"
},
2026-02-02 13:48:55 +08:00
"node_modules/asynckit": {
"version": "0.4.0",
2025-12-15 16:16:07 +08:00
"license": "MIT"
},
2026-02-02 13:48:55 +08:00
"node_modules/axios": {
"version": "1.13.2",
2025-12-15 16:16:07 +08:00
"license": "MIT",
"dependencies": {
2026-02-02 13:48:55 +08:00
"follow-redirects": "^1.15.6",
"form-data": "^4.0.4",
"proxy-from-env": "^1.1.0"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/base64-arraybuffer": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-1.0.2.tgz",
"integrity": "sha512-I3yl4r9QB5ZRY3XuJVEPfc2XhZO6YweFPI+UovAzn+8/hb3oJ6lnysaFcjVpkCPfVWFUDvoZ8kmVDP7WyRtYtQ==",
"license": "MIT",
"engines": {
"node": ">= 0.6.0"
}
},
"node_modules/baseline-browser-mapping": {
"version": "2.9.5",
2025-12-15 16:16:07 +08:00
"dev": true,
2026-02-02 13:48:55 +08:00
"license": "Apache-2.0",
"bin": {
"baseline-browser-mapping": "dist/cli.js"
}
},
"node_modules/birpc": {
"version": "2.9.0",
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/antfu"
}
},
"node_modules/browserslist": {
"version": "4.28.1",
"dev": true,
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/browserslist"
},
{
"type": "tidelift",
"url": "https://tidelift.com/funding/github/npm/browserslist"
},
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
2025-12-15 16:16:07 +08:00
"license": "MIT",
"peer": true,
"dependencies": {
2026-02-02 13:48:55 +08:00
"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"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/bundle-name": {
"version": "4.1.0",
2025-12-15 16:16:07 +08:00
"dev": true,
"license": "MIT",
"dependencies": {
2026-02-02 13:48:55 +08:00
"run-applescript": "^7.0.0"
2025-12-15 16:16:07 +08:00
},
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">=18"
2025-12-15 16:16:07 +08:00
},
2026-02-02 13:48:55 +08:00
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/call-bind-apply-helpers": {
"version": "1.0.2",
2025-12-15 16:16:07 +08:00
"license": "MIT",
"dependencies": {
2026-02-02 13:48:55 +08:00
"es-errors": "^1.3.0",
"function-bind": "^1.1.2"
},
"engines": {
"node": ">= 0.4"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/caniuse-lite": {
"version": "1.0.30001760",
2025-12-15 16:16:07 +08:00
"dev": true,
2026-02-02 13:48:55 +08:00
"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"
2025-12-15 16:16:07 +08:00
},
2026-02-02 13:48:55 +08:00
"node_modules/chokidar": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz",
"integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
2025-12-15 16:16:07 +08:00
"dev": true,
"license": "MIT",
2026-02-02 13:48:55 +08:00
"optional": true,
2025-12-15 16:16:07 +08:00
"dependencies": {
2026-02-02 13:48:55 +08:00
"readdirp": "^4.0.1"
},
"engines": {
"node": ">= 14.16.0"
},
"funding": {
"url": "https://paulmillr.com/funding/"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/colorjs.io": {
"version": "0.5.2",
"resolved": "https://registry.npmjs.org/colorjs.io/-/colorjs.io-0.5.2.tgz",
"integrity": "sha512-twmVoizEW7ylZSN32OgKdXRmo1qg+wT5/6C3xu5b9QsWzSFAhHLn2xd8ro0diCsKfCj1RdaTP/nrcW+vAoQPIw==",
2025-12-15 16:16:07 +08:00
"dev": true,
"license": "MIT"
},
2026-02-02 13:48:55 +08:00
"node_modules/combined-stream": {
"version": "1.0.8",
2025-12-15 16:16:07 +08:00
"license": "MIT",
"dependencies": {
2026-02-02 13:48:55 +08:00
"delayed-stream": "~1.0.0"
2025-12-15 16:16:07 +08:00
},
2026-02-02 13:48:55 +08:00
"engines": {
"node": ">= 0.8"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/convert-source-map": {
"version": "2.0.0",
2025-12-15 16:16:07 +08:00
"dev": true,
2026-02-02 13:48:55 +08:00
"license": "MIT"
},
"node_modules/copy-anything": {
"version": "4.0.5",
2025-12-15 16:16:07 +08:00
"license": "MIT",
"dependencies": {
2026-02-02 13:48:55 +08:00
"is-what": "^5.2.0"
2025-12-15 16:16:07 +08:00
},
2026-02-02 13:48:55 +08:00
"engines": {
"node": ">=18"
2025-12-15 16:16:07 +08:00
},
2026-02-02 13:48:55 +08:00
"funding": {
"url": "https://github.com/sponsors/mesqueeb"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/cross-spawn": {
"version": "7.0.6",
"dev": true,
2025-12-15 16:16:07 +08:00
"license": "MIT",
"dependencies": {
2026-02-02 13:48:55 +08:00
"path-key": "^3.1.0",
"shebang-command": "^2.0.0",
"which": "^2.0.1"
},
"engines": {
"node": ">= 8"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/cross-spawn/node_modules/isexe": {
"version": "2.0.0",
"dev": true,
"license": "ISC"
2025-12-15 16:16:07 +08:00
},
2026-02-02 13:48:55 +08:00
"node_modules/cross-spawn/node_modules/which": {
"version": "2.0.2",
"dev": true,
"license": "ISC",
2025-12-15 16:16:07 +08:00
"dependencies": {
2026-02-02 13:48:55 +08:00
"isexe": "^2.0.0"
},
"bin": {
"node-which": "bin/node-which"
},
"engines": {
"node": ">= 8"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/css-line-break": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/css-line-break/-/css-line-break-2.1.0.tgz",
"integrity": "sha512-FHcKFCZcAha3LwfVBhCQbW2nCNbkZXn7KVUJcsT5/P8YmfsVja0FMPJr0B903j/E69HUphKiV9iQArX8SDYA4w==",
2025-12-15 16:16:07 +08:00
"license": "MIT",
"dependencies": {
2026-02-02 13:48:55 +08:00
"utrie": "^1.0.2"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/csstype": {
"version": "3.2.3",
"license": "MIT"
2025-12-15 16:16:07 +08:00
},
2026-02-02 13:48:55 +08:00
"node_modules/dayjs": {
"version": "1.11.19",
"license": "MIT"
},
"node_modules/debug": {
"version": "4.4.3",
2025-12-15 16:16:07 +08:00
"dev": true,
"license": "MIT",
"dependencies": {
2026-02-02 13:48:55 +08:00
"ms": "^2.1.3"
2025-12-15 16:16:07 +08:00
},
2026-02-02 13:48:55 +08:00
"engines": {
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/default-browser": {
"version": "5.4.0",
2025-12-15 16:16:07 +08:00
"dev": true,
"license": "MIT",
"dependencies": {
2026-02-02 13:48:55 +08:00
"bundle-name": "^4.1.0",
"default-browser-id": "^5.0.0"
},
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/default-browser-id": {
"version": "5.0.1",
2025-12-15 16:16:07 +08:00
"dev": true,
"license": "MIT",
2026-02-02 13:48:55 +08:00
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/define-lazy-prop": {
"version": "3.0.0",
2025-12-15 16:16:07 +08:00
"dev": true,
"license": "MIT",
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/defu": {
"version": "6.1.4",
2025-12-15 16:16:07 +08:00
"license": "MIT"
},
2026-02-02 13:48:55 +08:00
"node_modules/delayed-stream": {
"version": "1.0.0",
"license": "MIT",
"engines": {
"node": ">=0.4.0"
}
},
"node_modules/detect-libc": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
"integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
"dev": true,
"license": "Apache-2.0",
"optional": true,
"engines": {
"node": ">=8"
}
},
"node_modules/dunder-proto": {
"version": "1.0.1",
2025-12-15 16:16:07 +08:00
"license": "MIT",
"dependencies": {
2026-02-02 13:48:55 +08:00
"call-bind-apply-helpers": "^1.0.1",
"es-errors": "^1.3.0",
"gopd": "^1.2.0"
},
"engines": {
"node": ">= 0.4"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/echarts": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/echarts/-/echarts-6.0.0.tgz",
"integrity": "sha512-Tte/grDQRiETQP4xz3iZWSvoHrkCQtwqd6hs+mifXcjrCuo2iKWbajFObuLJVBlDIJlOzgQPd1hsaKt/3+OMkQ==",
"license": "Apache-2.0",
2025-12-15 16:16:07 +08:00
"dependencies": {
2026-02-02 13:48:55 +08:00
"tslib": "2.3.0",
"zrender": "6.0.0"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/echarts/node_modules/tslib": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz",
"integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==",
"license": "0BSD"
},
"node_modules/electron-to-chromium": {
"version": "1.5.267",
2025-12-15 16:16:07 +08:00
"dev": true,
2026-02-02 13:48:55 +08:00
"license": "ISC"
},
"node_modules/element-plus": {
"version": "2.12.0",
2025-12-15 16:16:07 +08:00
"license": "MIT",
"dependencies": {
2026-02-02 13:48:55 +08:00
"@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": "^9.1.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"
2025-12-15 16:16:07 +08:00
},
"peerDependencies": {
2026-02-02 13:48:55 +08:00
"vue": "^3.2.0"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/entities": {
"version": "4.5.0",
"license": "BSD-2-Clause",
"engines": {
"node": ">=0.12"
},
"funding": {
"url": "https://github.com/fb55/entities?sponsor=1"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/error-stack-parser-es": {
"version": "1.0.5",
"dev": true,
2025-12-15 16:16:07 +08:00
"license": "MIT",
2026-02-02 13:48:55 +08:00
"funding": {
"url": "https://github.com/sponsors/antfu"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/es-define-property": {
"version": "1.0.1",
2025-12-15 16:16:07 +08:00
"license": "MIT",
2026-02-02 13:48:55 +08:00
"engines": {
"node": ">= 0.4"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/es-errors": {
"version": "1.3.0",
2025-12-15 16:16:07 +08:00
"license": "MIT",
2026-02-02 13:48:55 +08:00
"engines": {
"node": ">= 0.4"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/es-object-atoms": {
"version": "1.1.1",
2025-12-15 16:16:07 +08:00
"license": "MIT",
2026-02-02 13:48:55 +08:00
"dependencies": {
"es-errors": "^1.3.0"
2025-12-15 16:16:07 +08:00
},
2026-02-02 13:48:55 +08:00
"engines": {
"node": ">= 0.4"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/es-set-tostringtag": {
"version": "2.1.0",
2025-12-15 16:16:07 +08:00
"license": "MIT",
"dependencies": {
2026-02-02 13:48:55 +08:00
"es-errors": "^1.3.0",
"get-intrinsic": "^1.2.6",
"has-tostringtag": "^1.0.2",
"hasown": "^2.0.2"
2025-12-15 16:16:07 +08:00
},
2026-02-02 13:48:55 +08:00
"engines": {
"node": ">= 0.4"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/esbuild": {
"version": "0.25.12",
"dev": true,
2025-12-15 16:16:07 +08:00
"hasInstallScript": true,
"license": "MIT",
"bin": {
2026-02-02 13:48:55 +08:00
"esbuild": "bin/esbuild"
2025-12-15 16:16:07 +08:00
},
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">=18"
2025-12-15 16:16:07 +08:00
},
2026-02-02 13:48:55 +08:00
"optionalDependencies": {
"@esbuild/aix-ppc64": "0.25.12",
"@esbuild/android-arm": "0.25.12",
"@esbuild/android-arm64": "0.25.12",
"@esbuild/android-x64": "0.25.12",
"@esbuild/darwin-arm64": "0.25.12",
"@esbuild/darwin-x64": "0.25.12",
"@esbuild/freebsd-arm64": "0.25.12",
"@esbuild/freebsd-x64": "0.25.12",
"@esbuild/linux-arm": "0.25.12",
"@esbuild/linux-arm64": "0.25.12",
"@esbuild/linux-ia32": "0.25.12",
"@esbuild/linux-loong64": "0.25.12",
"@esbuild/linux-mips64el": "0.25.12",
"@esbuild/linux-ppc64": "0.25.12",
"@esbuild/linux-riscv64": "0.25.12",
"@esbuild/linux-s390x": "0.25.12",
"@esbuild/linux-x64": "0.25.12",
"@esbuild/netbsd-arm64": "0.25.12",
"@esbuild/netbsd-x64": "0.25.12",
"@esbuild/openbsd-arm64": "0.25.12",
"@esbuild/openbsd-x64": "0.25.12",
"@esbuild/openharmony-arm64": "0.25.12",
"@esbuild/sunos-x64": "0.25.12",
"@esbuild/win32-arm64": "0.25.12",
"@esbuild/win32-ia32": "0.25.12",
"@esbuild/win32-x64": "0.25.12"
}
},
"node_modules/escalade": {
"version": "3.2.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=6"
}
},
"node_modules/estree-walker": {
"version": "2.0.2",
"license": "MIT"
},
"node_modules/fdir": {
"version": "6.5.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=12.0.0"
2025-12-15 16:16:07 +08:00
},
"peerDependencies": {
2026-02-02 13:48:55 +08:00
"picomatch": "^3 || ^4"
2025-12-15 16:16:07 +08:00
},
"peerDependenciesMeta": {
2026-02-02 13:48:55 +08:00
"picomatch": {
2025-12-15 16:16:07 +08:00
"optional": true
}
}
},
2026-02-02 13:48:55 +08:00
"node_modules/follow-redirects": {
"version": "1.15.11",
"funding": [
{
"type": "individual",
"url": "https://github.com/sponsors/RubenVerborgh"
}
],
2025-12-15 16:16:07 +08:00
"license": "MIT",
2026-02-02 13:48:55 +08:00
"engines": {
"node": ">=4.0"
2025-12-15 16:16:07 +08:00
},
2026-02-02 13:48:55 +08:00
"peerDependenciesMeta": {
"debug": {
"optional": true
}
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/form-data": {
"version": "4.0.5",
2025-12-15 16:16:07 +08:00
"license": "MIT",
2026-02-02 13:48:55 +08:00
"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"
2025-12-15 16:16:07 +08:00
},
2026-02-02 13:48:55 +08:00
"engines": {
"node": ">= 6"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/function-bind": {
"version": "1.1.2",
2025-12-15 16:16:07 +08:00
"license": "MIT",
"funding": {
2026-02-02 13:48:55 +08:00
"url": "https://github.com/sponsors/ljharb"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/gensync": {
"version": "1.0.0-beta.2",
2025-12-15 16:16:07 +08:00
"dev": true,
2026-02-02 13:48:55 +08:00
"license": "MIT",
2025-12-15 16:16:07 +08:00
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">=6.9.0"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/get-intrinsic": {
"version": "1.3.0",
2025-12-15 16:16:07 +08:00
"license": "MIT",
"dependencies": {
2026-02-02 13:48:55 +08:00
"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"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/get-proto": {
"version": "1.0.1",
"license": "MIT",
"dependencies": {
"dunder-proto": "^1.0.1",
"es-object-atoms": "^1.0.0"
},
"engines": {
"node": ">= 0.4"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/gopd": {
"version": "1.2.0",
2025-12-15 16:16:07 +08:00
"license": "MIT",
2026-02-02 13:48:55 +08:00
"engines": {
"node": ">= 0.4"
},
2025-12-15 16:16:07 +08:00
"funding": {
2026-02-02 13:48:55 +08:00
"url": "https://github.com/sponsors/ljharb"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/has-flag": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
2025-12-15 16:16:07 +08:00
"dev": true,
"license": "MIT",
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">=8"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/has-symbols": {
"version": "1.1.0",
"license": "MIT",
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/has-tostringtag": {
"version": "1.0.2",
2025-12-15 16:16:07 +08:00
"license": "MIT",
"dependencies": {
2026-02-02 13:48:55 +08:00
"has-symbols": "^1.0.3"
2025-12-15 16:16:07 +08:00
},
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">= 0.4"
2025-12-15 16:16:07 +08:00
},
"funding": {
2026-02-02 13:48:55 +08:00
"url": "https://github.com/sponsors/ljharb"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/hasown": {
"version": "2.0.2",
2025-12-15 16:16:07 +08:00
"license": "MIT",
"dependencies": {
"function-bind": "^1.1.2"
},
"engines": {
"node": ">= 0.4"
}
},
2026-02-02 13:48:55 +08:00
"node_modules/hookable": {
"version": "5.5.3",
"license": "MIT"
2025-12-15 16:16:07 +08:00
},
2026-02-02 13:48:55 +08:00
"node_modules/html2canvas": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/html2canvas/-/html2canvas-1.4.1.tgz",
"integrity": "sha512-fPU6BHNpsyIhr8yyMpTLLxAbkaK8ArIBcmZIRiBLiDhjeqvXolaEmDGmELFuX9I4xDcaKKcJl+TKZLqruBbmWA==",
2025-12-15 16:16:07 +08:00
"license": "MIT",
"dependencies": {
2026-02-02 13:48:55 +08:00
"css-line-break": "^2.1.0",
"text-segmentation": "^1.0.3"
2025-12-15 16:16:07 +08:00
},
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">=8.0.0"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/immutable": {
"version": "5.1.4",
"resolved": "https://registry.npmjs.org/immutable/-/immutable-5.1.4.tgz",
"integrity": "sha512-p6u1bG3YSnINT5RQmx/yRZBpenIl30kVxkTLDyHLIMk0gict704Q9n+thfDI7lTRm9vXdDYutVzXhzcThxTnXA==",
2025-12-15 16:16:07 +08:00
"dev": true,
"license": "MIT"
},
2026-02-02 13:48:55 +08:00
"node_modules/is-docker": {
"version": "3.0.0",
"dev": true,
2025-12-15 16:16:07 +08:00
"license": "MIT",
2026-02-02 13:48:55 +08:00
"bin": {
"is-docker": "cli.js"
2025-12-15 16:16:07 +08:00
},
"engines": {
2026-02-02 13:48:55 +08:00
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
2025-12-15 16:16:07 +08:00
},
"funding": {
2026-02-02 13:48:55 +08:00
"url": "https://github.com/sponsors/sindresorhus"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/is-extglob": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
"integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
2025-12-15 16:16:07 +08:00
"dev": true,
"license": "MIT",
2026-02-02 13:48:55 +08:00
"optional": true,
2025-12-15 16:16:07 +08:00
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">=0.10.0"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/is-glob": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
"integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
2025-12-15 16:16:07 +08:00
"dev": true,
2026-02-02 13:48:55 +08:00
"license": "MIT",
"optional": true,
2025-12-15 16:16:07 +08:00
"dependencies": {
2026-02-02 13:48:55 +08:00
"is-extglob": "^2.1.1"
2025-12-15 16:16:07 +08:00
},
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">=0.10.0"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/is-inside-container": {
"version": "1.0.0",
2025-12-15 16:16:07 +08:00
"dev": true,
"license": "MIT",
"dependencies": {
2026-02-02 13:48:55 +08:00
"is-docker": "^3.0.0"
},
"bin": {
"is-inside-container": "cli.js"
2025-12-15 16:16:07 +08:00
},
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">=14.16"
2025-12-15 16:16:07 +08:00
},
2026-02-02 13:48:55 +08:00
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/is-what": {
"version": "5.5.0",
2025-12-15 16:16:07 +08:00
"license": "MIT",
"engines": {
"node": ">=18"
},
"funding": {
2026-02-02 13:48:55 +08:00
"url": "https://github.com/sponsors/mesqueeb"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/is-wsl": {
"version": "3.1.0",
2025-12-15 16:16:07 +08:00
"dev": true,
"license": "MIT",
2026-02-02 13:48:55 +08:00
"dependencies": {
"is-inside-container": "^1.0.0"
},
2025-12-15 16:16:07 +08:00
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">=16"
2025-12-15 16:16:07 +08:00
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
2026-02-02 13:48:55 +08:00
"node_modules/isexe": {
"version": "3.1.1",
2025-12-15 16:16:07 +08:00
"dev": true,
2026-02-02 13:48:55 +08:00
"license": "ISC",
2025-12-15 16:16:07 +08:00
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">=16"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/js-tokens": {
"version": "4.0.0",
"dev": true,
2025-12-15 16:16:07 +08:00
"license": "MIT"
},
2026-02-02 13:48:55 +08:00
"node_modules/jsesc": {
"version": "3.1.0",
"dev": true,
2025-12-15 16:16:07 +08:00
"license": "MIT",
2026-02-02 13:48:55 +08:00
"bin": {
"jsesc": "bin/jsesc"
},
2025-12-15 16:16:07 +08:00
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">=6"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/json-parse-even-better-errors": {
"version": "4.0.0",
"dev": true,
2025-12-15 16:16:07 +08:00
"license": "MIT",
2026-02-02 13:48:55 +08:00
"engines": {
"node": "^18.17.0 || >=20.5.0"
}
},
"node_modules/json5": {
"version": "2.2.3",
"dev": true,
"license": "MIT",
"bin": {
"json5": "lib/cli.js"
2025-12-15 16:16:07 +08:00
},
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">=6"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/kolorist": {
"version": "1.8.0",
2025-12-15 16:16:07 +08:00
"dev": true,
2026-02-02 13:48:55 +08:00
"license": "MIT"
2025-12-15 16:16:07 +08:00
},
2026-02-02 13:48:55 +08:00
"node_modules/lodash": {
"version": "4.17.21",
"license": "MIT",
"peer": true
},
"node_modules/lodash-es": {
"version": "4.17.21",
"license": "MIT",
"peer": true
},
"node_modules/lodash-unified": {
"version": "1.0.3",
2025-12-15 16:16:07 +08:00
"license": "MIT",
"peerDependencies": {
2026-02-02 13:48:55 +08:00
"@types/lodash-es": "*",
"lodash": "*",
"lodash-es": "*"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/lru-cache": {
"version": "5.1.1",
"dev": true,
"license": "ISC",
"dependencies": {
"yallist": "^3.0.2"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/magic-string": {
"version": "0.30.21",
2025-12-15 16:16:07 +08:00
"license": "MIT",
2026-02-02 13:48:55 +08:00
"dependencies": {
"@jridgewell/sourcemap-codec": "^1.5.5"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/math-intrinsics": {
"version": "1.1.0",
2025-12-15 16:16:07 +08:00
"license": "MIT",
"engines": {
"node": ">= 0.4"
}
},
2026-02-02 13:48:55 +08:00
"node_modules/memoize-one": {
"version": "6.0.0",
"license": "MIT"
},
"node_modules/memorystream": {
"version": "0.3.1",
"dev": true,
2025-12-15 16:16:07 +08:00
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">= 0.10.0"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/mime-db": {
"version": "1.52.0",
2025-12-15 16:16:07 +08:00
"license": "MIT",
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">= 0.6"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/mime-types": {
"version": "2.1.35",
2025-12-15 16:16:07 +08:00
"license": "MIT",
"dependencies": {
2026-02-02 13:48:55 +08:00
"mime-db": "1.52.0"
2025-12-15 16:16:07 +08:00
},
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">= 0.6"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/mitt": {
"version": "3.0.1",
"license": "MIT"
2025-12-15 16:16:07 +08:00
},
2026-02-02 13:48:55 +08:00
"node_modules/mrmime": {
"version": "2.0.1",
2025-12-15 16:16:07 +08:00
"dev": true,
"license": "MIT",
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">=10"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/ms": {
"version": "2.1.3",
"dev": true,
2025-12-15 16:16:07 +08:00
"license": "MIT"
},
2026-02-02 13:48:55 +08:00
"node_modules/muggle-string": {
"version": "0.4.1",
2025-12-15 16:16:07 +08:00
"dev": true,
2026-02-02 13:48:55 +08:00
"license": "MIT"
2025-12-15 16:16:07 +08:00
},
2026-02-02 13:48:55 +08:00
"node_modules/nanoid": {
"version": "3.3.11",
2025-12-15 16:16:07 +08:00
"funding": [
{
2026-02-02 13:48:55 +08:00
"type": "github",
"url": "https://github.com/sponsors/ai"
2025-12-15 16:16:07 +08:00
}
],
"license": "MIT",
2026-02-02 13:48:55 +08:00
"bin": {
"nanoid": "bin/nanoid.cjs"
},
2025-12-15 16:16:07 +08:00
"engines": {
2026-02-02 13:48:55 +08:00
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/node-addon-api": {
"version": "7.1.1",
"resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz",
"integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
"dev": true,
2025-12-15 16:16:07 +08:00
"license": "MIT",
2026-02-02 13:48:55 +08:00
"optional": true
},
"node_modules/node-releases": {
"version": "2.0.27",
"dev": true,
"license": "MIT"
},
"node_modules/normalize-wheel-es": {
"version": "1.2.0",
"license": "BSD-3-Clause"
},
"node_modules/npm-normalize-package-bin": {
"version": "4.0.0",
"dev": true,
"license": "ISC",
"engines": {
"node": "^18.17.0 || >=20.5.0"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/npm-run-all2": {
"version": "8.0.4",
2025-12-15 16:16:07 +08:00
"dev": true,
"license": "MIT",
2026-02-02 13:48:55 +08:00
"dependencies": {
"ansi-styles": "^6.2.1",
"cross-spawn": "^7.0.6",
"memorystream": "^0.3.1",
"picomatch": "^4.0.2",
"pidtree": "^0.6.0",
"read-package-json-fast": "^4.0.0",
"shell-quote": "^1.7.3",
"which": "^5.0.0"
},
"bin": {
"npm-run-all": "bin/npm-run-all/index.js",
"npm-run-all2": "bin/npm-run-all/index.js",
"run-p": "bin/run-p/index.js",
"run-s": "bin/run-s/index.js"
},
2025-12-15 16:16:07 +08:00
"engines": {
2026-02-02 13:48:55 +08:00
"node": "^20.5.0 || >=22.0.0",
"npm": ">= 10"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/ohash": {
"version": "2.0.11",
"dev": true,
"license": "MIT"
},
"node_modules/open": {
"version": "10.2.0",
"dev": true,
2025-12-15 16:16:07 +08:00
"license": "MIT",
"dependencies": {
2026-02-02 13:48:55 +08:00
"default-browser": "^5.2.1",
"define-lazy-prop": "^3.0.0",
"is-inside-container": "^1.0.0",
"wsl-utils": "^0.1.0"
2025-12-15 16:16:07 +08:00
},
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">=18"
2025-12-15 16:16:07 +08:00
},
"funding": {
2026-02-02 13:48:55 +08:00
"url": "https://github.com/sponsors/sindresorhus"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/path-browserify": {
2025-12-15 16:16:07 +08:00
"version": "1.0.1",
2026-02-02 13:48:55 +08:00
"dev": true,
"license": "MIT"
},
"node_modules/path-key": {
"version": "3.1.1",
"dev": true,
2025-12-15 16:16:07 +08:00
"license": "MIT",
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">=8"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/pathe": {
"version": "2.0.3",
"dev": true,
"license": "MIT"
},
"node_modules/perfect-debounce": {
"version": "1.0.0",
"license": "MIT"
},
"node_modules/picocolors": {
"version": "1.1.1",
"license": "ISC"
},
"node_modules/picomatch": {
"version": "4.0.3",
"dev": true,
2025-12-15 16:16:07 +08:00
"license": "MIT",
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">=12"
2025-12-15 16:16:07 +08:00
},
"funding": {
2026-02-02 13:48:55 +08:00
"url": "https://github.com/sponsors/jonschlinkert"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/pidtree": {
"version": "0.6.0",
"dev": true,
2025-12-15 16:16:07 +08:00
"license": "MIT",
2026-02-02 13:48:55 +08:00
"bin": {
"pidtree": "bin/pidtree.js"
},
2025-12-15 16:16:07 +08:00
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">=0.10"
}
},
"node_modules/pinia": {
"version": "3.0.4",
"license": "MIT",
"peer": true,
"dependencies": {
"@vue/devtools-api": "^7.7.7"
2025-12-15 16:16:07 +08:00
},
"funding": {
2026-02-02 13:48:55 +08:00
"url": "https://github.com/sponsors/posva"
},
"peerDependencies": {
"typescript": ">=4.5.0",
"vue": "^3.5.11"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/pinia-plugin-persistedstate": {
"version": "4.7.1",
2025-12-15 16:16:07 +08:00
"license": "MIT",
"dependencies": {
2026-02-02 13:48:55 +08:00
"defu": "^6.1.4"
2025-12-15 16:16:07 +08:00
},
2026-02-02 13:48:55 +08:00
"peerDependencies": {
"@nuxt/kit": ">=3.0.0",
"@pinia/nuxt": ">=0.10.0",
"pinia": ">=3.0.0"
2025-12-15 16:16:07 +08:00
},
2026-02-02 13:48:55 +08:00
"peerDependenciesMeta": {
"@nuxt/kit": {
"optional": true
},
"@pinia/nuxt": {
"optional": true
},
"pinia": {
"optional": true
}
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/postcss": {
"version": "8.5.6",
"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"
}
],
2025-12-15 16:16:07 +08:00
"license": "MIT",
"dependencies": {
2026-02-02 13:48:55 +08:00
"nanoid": "^3.3.11",
"picocolors": "^1.1.1",
"source-map-js": "^1.2.1"
2025-12-15 16:16:07 +08:00
},
"engines": {
2026-02-02 13:48:55 +08:00
"node": "^10 || ^12 || >=14"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/proxy-from-env": {
"version": "1.1.0",
2025-12-15 16:16:07 +08:00
"license": "MIT"
},
2026-02-02 13:48:55 +08:00
"node_modules/read-package-json-fast": {
"version": "4.0.0",
2025-12-15 16:16:07 +08:00
"dev": true,
2026-02-02 13:48:55 +08:00
"license": "ISC",
"dependencies": {
"json-parse-even-better-errors": "^4.0.0",
"npm-normalize-package-bin": "^4.0.0"
2025-12-15 16:16:07 +08:00
},
"engines": {
2026-02-02 13:48:55 +08:00
"node": "^18.17.0 || >=20.5.0"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/readdirp": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz",
"integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
2025-12-15 16:16:07 +08:00
"dev": true,
"license": "MIT",
2026-02-02 13:48:55 +08:00
"optional": true,
2025-12-15 16:16:07 +08:00
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">= 14.18.0"
2025-12-15 16:16:07 +08:00
},
"funding": {
2026-02-02 13:48:55 +08:00
"type": "individual",
"url": "https://paulmillr.com/funding/"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/rfdc": {
"version": "1.4.1",
"license": "MIT"
},
"node_modules/rollup": {
"version": "4.53.3",
"dev": true,
2025-12-15 16:16:07 +08:00
"license": "MIT",
2026-02-02 13:48:55 +08:00
"dependencies": {
"@types/estree": "1.0.8"
},
"bin": {
"rollup": "dist/bin/rollup"
},
2025-12-15 16:16:07 +08:00
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">=18.0.0",
"npm": ">=8.0.0"
2025-12-15 16:16:07 +08:00
},
2026-02-02 13:48:55 +08:00
"optionalDependencies": {
"@rollup/rollup-android-arm-eabi": "4.53.3",
"@rollup/rollup-android-arm64": "4.53.3",
"@rollup/rollup-darwin-arm64": "4.53.3",
"@rollup/rollup-darwin-x64": "4.53.3",
"@rollup/rollup-freebsd-arm64": "4.53.3",
"@rollup/rollup-freebsd-x64": "4.53.3",
"@rollup/rollup-linux-arm-gnueabihf": "4.53.3",
"@rollup/rollup-linux-arm-musleabihf": "4.53.3",
"@rollup/rollup-linux-arm64-gnu": "4.53.3",
"@rollup/rollup-linux-arm64-musl": "4.53.3",
"@rollup/rollup-linux-loong64-gnu": "4.53.3",
"@rollup/rollup-linux-ppc64-gnu": "4.53.3",
"@rollup/rollup-linux-riscv64-gnu": "4.53.3",
"@rollup/rollup-linux-riscv64-musl": "4.53.3",
"@rollup/rollup-linux-s390x-gnu": "4.53.3",
"@rollup/rollup-linux-x64-gnu": "4.53.3",
"@rollup/rollup-linux-x64-musl": "4.53.3",
"@rollup/rollup-openharmony-arm64": "4.53.3",
"@rollup/rollup-win32-arm64-msvc": "4.53.3",
"@rollup/rollup-win32-ia32-msvc": "4.53.3",
"@rollup/rollup-win32-x64-gnu": "4.53.3",
"@rollup/rollup-win32-x64-msvc": "4.53.3",
"fsevents": "~2.3.2"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/run-applescript": {
"version": "7.1.0",
2025-12-15 16:16:07 +08:00
"dev": true,
"license": "MIT",
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">=18"
2025-12-15 16:16:07 +08:00
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
2026-02-02 13:48:55 +08:00
"node_modules/rxjs": {
"version": "7.8.2",
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.2.tgz",
"integrity": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==",
2025-12-15 16:16:07 +08:00
"dev": true,
2026-02-02 13:48:55 +08:00
"license": "Apache-2.0",
"dependencies": {
"tslib": "^2.1.0"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/sass": {
"version": "1.97.3",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.97.3.tgz",
"integrity": "sha512-fDz1zJpd5GycprAbu4Q2PV/RprsRtKC/0z82z0JLgdytmcq0+ujJbJ/09bPGDxCLkKY3Np5cRAOcWiVkLXJURg==",
2025-12-15 16:16:07 +08:00
"dev": true,
"license": "MIT",
2026-02-02 13:48:55 +08:00
"optional": true,
"dependencies": {
"chokidar": "^4.0.0",
"immutable": "^5.0.2",
"source-map-js": ">=0.6.2 <2.0.0"
},
2025-12-15 16:16:07 +08:00
"bin": {
2026-02-02 13:48:55 +08:00
"sass": "sass.js"
2025-12-15 16:16:07 +08:00
},
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">=14.0.0"
},
"optionalDependencies": {
"@parcel/watcher": "^2.4.1"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/sass-embedded": {
"version": "1.97.3",
"resolved": "https://registry.npmjs.org/sass-embedded/-/sass-embedded-1.97.3.tgz",
"integrity": "sha512-eKzFy13Nk+IRHhlAwP3sfuv+PzOrvzUkwJK2hdoCKYcWGSdmwFpeGpWmyewdw8EgBnsKaSBtgf/0b2K635ecSA==",
2025-12-15 16:16:07 +08:00
"dev": true,
"license": "MIT",
2026-02-02 13:48:55 +08:00
"peer": true,
"dependencies": {
"@bufbuild/protobuf": "^2.5.0",
"colorjs.io": "^0.5.0",
"immutable": "^5.0.2",
"rxjs": "^7.4.0",
"supports-color": "^8.1.1",
"sync-child-process": "^1.0.2",
"varint": "^6.0.0"
},
2025-12-15 16:16:07 +08:00
"bin": {
2026-02-02 13:48:55 +08:00
"sass": "dist/bin/sass.js"
2025-12-15 16:16:07 +08:00
},
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">=16.0.0"
},
"optionalDependencies": {
"sass-embedded-all-unknown": "1.97.3",
"sass-embedded-android-arm": "1.97.3",
"sass-embedded-android-arm64": "1.97.3",
"sass-embedded-android-riscv64": "1.97.3",
"sass-embedded-android-x64": "1.97.3",
"sass-embedded-darwin-arm64": "1.97.3",
"sass-embedded-darwin-x64": "1.97.3",
"sass-embedded-linux-arm": "1.97.3",
"sass-embedded-linux-arm64": "1.97.3",
"sass-embedded-linux-musl-arm": "1.97.3",
"sass-embedded-linux-musl-arm64": "1.97.3",
"sass-embedded-linux-musl-riscv64": "1.97.3",
"sass-embedded-linux-musl-x64": "1.97.3",
"sass-embedded-linux-riscv64": "1.97.3",
"sass-embedded-linux-x64": "1.97.3",
"sass-embedded-unknown-all": "1.97.3",
"sass-embedded-win32-arm64": "1.97.3",
"sass-embedded-win32-x64": "1.97.3"
}
},
"node_modules/sass-embedded-all-unknown": {
"version": "1.97.3",
"resolved": "https://registry.npmjs.org/sass-embedded-all-unknown/-/sass-embedded-all-unknown-1.97.3.tgz",
"integrity": "sha512-t6N46NlPuXiY3rlmG6/+1nwebOBOaLFOOVqNQOC2cJhghOD4hh2kHNQQTorCsbY9S1Kir2la1/XLBwOJfui0xg==",
"cpu": [
"!arm",
"!arm64",
"!riscv64",
"!x64"
],
2025-12-15 16:16:07 +08:00
"dev": true,
"license": "MIT",
2026-02-02 13:48:55 +08:00
"optional": true,
2025-12-15 16:16:07 +08:00
"dependencies": {
2026-02-02 13:48:55 +08:00
"sass": "1.97.3"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/sass-embedded-android-arm": {
"version": "1.97.3",
"resolved": "https://registry.npmjs.org/sass-embedded-android-arm/-/sass-embedded-android-arm-1.97.3.tgz",
"integrity": "sha512-cRTtf/KV/q0nzGZoUzVkeIVVFv3L/tS1w4WnlHapphsjTXF/duTxI8JOU1c/9GhRPiMdfeXH7vYNcMmtjwX7jg==",
"cpu": [
"arm"
],
"dev": true,
2025-12-15 16:16:07 +08:00
"license": "MIT",
2026-02-02 13:48:55 +08:00
"optional": true,
"os": [
"android"
],
2025-12-15 16:16:07 +08:00
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">=14.0.0"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/sass-embedded-android-arm64": {
"version": "1.97.3",
"resolved": "https://registry.npmjs.org/sass-embedded-android-arm64/-/sass-embedded-android-arm64-1.97.3.tgz",
"integrity": "sha512-aiZ6iqiHsUsaDx0EFbbmmA0QgxicSxVVN3lnJJ0f1RStY0DthUkquGT5RJ4TPdaZ6ebeJWkboV4bra+CP766eA==",
"cpu": [
"arm64"
],
2025-12-15 16:16:07 +08:00
"dev": true,
"license": "MIT",
2026-02-02 13:48:55 +08:00
"optional": true,
"os": [
"android"
],
2025-12-15 16:16:07 +08:00
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">=14.0.0"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/sass-embedded-android-riscv64": {
"version": "1.97.3",
"resolved": "https://registry.npmjs.org/sass-embedded-android-riscv64/-/sass-embedded-android-riscv64-1.97.3.tgz",
"integrity": "sha512-zVEDgl9JJodofGHobaM/q6pNETG69uuBIGQHRo789jloESxxZe82lI3AWJQuPmYCOG5ElfRthqgv89h3gTeLYA==",
"cpu": [
"riscv64"
],
"dev": true,
2025-12-15 16:16:07 +08:00
"license": "MIT",
2026-02-02 13:48:55 +08:00
"optional": true,
"os": [
"android"
],
2025-12-15 16:16:07 +08:00
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">=14.0.0"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/sass-embedded-android-x64": {
"version": "1.97.3",
"resolved": "https://registry.npmjs.org/sass-embedded-android-x64/-/sass-embedded-android-x64-1.97.3.tgz",
"integrity": "sha512-3ke0le7ZKepyXn/dKKspYkpBC0zUk/BMciyP5ajQUDy4qJwobd8zXdAq6kOkdiMB+d9UFJOmEkvgFJHl3lqwcw==",
"cpu": [
"x64"
],
2025-12-15 16:16:07 +08:00
"dev": true,
"license": "MIT",
2026-02-02 13:48:55 +08:00
"optional": true,
"os": [
"android"
],
2025-12-15 16:16:07 +08:00
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">=14.0.0"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/sass-embedded-darwin-arm64": {
"version": "1.97.3",
"resolved": "https://registry.npmjs.org/sass-embedded-darwin-arm64/-/sass-embedded-darwin-arm64-1.97.3.tgz",
"integrity": "sha512-fuqMTqO4gbOmA/kC5b9y9xxNYw6zDEyfOtMgabS7Mz93wimSk2M1quQaTJnL98Mkcsl2j+7shNHxIS/qpcIDDA==",
"cpu": [
"arm64"
2025-12-15 16:16:07 +08:00
],
2026-02-02 13:48:55 +08:00
"dev": true,
2025-12-15 16:16:07 +08:00
"license": "MIT",
2026-02-02 13:48:55 +08:00
"optional": true,
"os": [
"darwin"
],
2025-12-15 16:16:07 +08:00
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">=14.0.0"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/sass-embedded-darwin-x64": {
"version": "1.97.3",
"resolved": "https://registry.npmjs.org/sass-embedded-darwin-x64/-/sass-embedded-darwin-x64-1.97.3.tgz",
"integrity": "sha512-b/2RBs/2bZpP8lMkyZ0Px0vkVkT8uBd0YXpOwK7iOwYkAT8SsO4+WdVwErsqC65vI5e1e5p1bb20tuwsoQBMVA==",
"cpu": [
"x64"
],
2025-12-15 16:16:07 +08:00
"dev": true,
2026-02-02 13:48:55 +08:00
"license": "MIT",
"optional": true,
"os": [
"darwin"
],
2025-12-15 16:16:07 +08:00
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">=14.0.0"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/sass-embedded-linux-arm": {
"version": "1.97.3",
"resolved": "https://registry.npmjs.org/sass-embedded-linux-arm/-/sass-embedded-linux-arm-1.97.3.tgz",
"integrity": "sha512-2lPQ7HQQg4CKsH18FTsj2hbw5GJa6sBQgDsls+cV7buXlHjqF8iTKhAQViT6nrpLK/e8nFCoaRgSqEC8xMnXuA==",
"cpu": [
"arm"
],
2025-12-15 16:16:07 +08:00
"dev": true,
"license": "MIT",
2026-02-02 13:48:55 +08:00
"optional": true,
"os": [
"linux"
],
2025-12-15 16:16:07 +08:00
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">=14.0.0"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/sass-embedded-linux-arm64": {
"version": "1.97.3",
"resolved": "https://registry.npmjs.org/sass-embedded-linux-arm64/-/sass-embedded-linux-arm64-1.97.3.tgz",
"integrity": "sha512-IP1+2otCT3DuV46ooxPaOKV1oL5rLjteRzf8ldZtfIEcwhSgSsHgA71CbjYgLEwMY9h4jeal8Jfv3QnedPvSjg==",
"cpu": [
"arm64"
],
2025-12-15 16:16:07 +08:00
"dev": true,
"license": "MIT",
2026-02-02 13:48:55 +08:00
"optional": true,
"os": [
"linux"
],
2025-12-15 16:16:07 +08:00
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">=14.0.0"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/sass-embedded-linux-musl-arm": {
"version": "1.97.3",
"resolved": "https://registry.npmjs.org/sass-embedded-linux-musl-arm/-/sass-embedded-linux-musl-arm-1.97.3.tgz",
"integrity": "sha512-cBTMU68X2opBpoYsSZnI321gnoaiMBEtc+60CKCclN6PCL3W3uXm8g4TLoil1hDD6mqU9YYNlVG6sJ+ZNef6Lg==",
"cpu": [
"arm"
],
2025-12-15 16:16:07 +08:00
"dev": true,
"license": "MIT",
2026-02-02 13:48:55 +08:00
"optional": true,
"os": [
"linux"
],
2025-12-15 16:16:07 +08:00
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">=14.0.0"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/sass-embedded-linux-musl-arm64": {
"version": "1.97.3",
"resolved": "https://registry.npmjs.org/sass-embedded-linux-musl-arm64/-/sass-embedded-linux-musl-arm64-1.97.3.tgz",
"integrity": "sha512-Lij0SdZCsr+mNRSyDZ7XtJpXEITrYsaGbOTz5e6uFLJ9bmzUbV7M8BXz2/cA7bhfpRPT7/lwRKPdV4+aR9Ozcw==",
"cpu": [
"arm64"
],
2025-12-15 16:16:07 +08:00
"dev": true,
"license": "MIT",
2026-02-02 13:48:55 +08:00
"optional": true,
"os": [
"linux"
],
2025-12-15 16:16:07 +08:00
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">=14.0.0"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/sass-embedded-linux-musl-riscv64": {
"version": "1.97.3",
"resolved": "https://registry.npmjs.org/sass-embedded-linux-musl-riscv64/-/sass-embedded-linux-musl-riscv64-1.97.3.tgz",
"integrity": "sha512-sBeLFIzMGshR4WmHAD4oIM7WJVkSoCIEwutzptFtGlSlwfNiijULp+J5hA2KteGvI6Gji35apR5aWj66wEn/iA==",
"cpu": [
"riscv64"
],
2025-12-15 16:16:07 +08:00
"dev": true,
"license": "MIT",
2026-02-02 13:48:55 +08:00
"optional": true,
"os": [
"linux"
],
2025-12-15 16:16:07 +08:00
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">=14.0.0"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/sass-embedded-linux-musl-x64": {
"version": "1.97.3",
"resolved": "https://registry.npmjs.org/sass-embedded-linux-musl-x64/-/sass-embedded-linux-musl-x64-1.97.3.tgz",
"integrity": "sha512-/oWJ+OVrDg7ADDQxRLC/4g1+Nsz1g4mkYS2t6XmyMJKFTFK50FVI2t5sOdFH+zmMp+nXHKM036W94y9m4jjEcw==",
"cpu": [
"x64"
],
"dev": true,
2025-12-15 16:16:07 +08:00
"license": "MIT",
2026-02-02 13:48:55 +08:00
"optional": true,
"os": [
"linux"
],
"engines": {
"node": ">=14.0.0"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/sass-embedded-linux-riscv64": {
"version": "1.97.3",
"resolved": "https://registry.npmjs.org/sass-embedded-linux-riscv64/-/sass-embedded-linux-riscv64-1.97.3.tgz",
"integrity": "sha512-l3IfySApLVYdNx0Kjm7Zehte1CDPZVcldma3dZt+TfzvlAEerM6YDgsk5XEj3L8eHBCgHgF4A0MJspHEo2WNfA==",
"cpu": [
"riscv64"
],
"dev": true,
2025-12-15 16:16:07 +08:00
"license": "MIT",
2026-02-02 13:48:55 +08:00
"optional": true,
"os": [
"linux"
],
"engines": {
"node": ">=14.0.0"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/sass-embedded-linux-x64": {
"version": "1.97.3",
"resolved": "https://registry.npmjs.org/sass-embedded-linux-x64/-/sass-embedded-linux-x64-1.97.3.tgz",
"integrity": "sha512-Kwqwc/jSSlcpRjULAOVbndqEy2GBzo6OBmmuBVINWUaJLJ8Kczz3vIsDUWLfWz/kTEw9FHBSiL0WCtYLVAXSLg==",
"cpu": [
"x64"
2025-12-15 16:16:07 +08:00
],
2026-02-02 13:48:55 +08:00
"dev": true,
2025-12-15 16:16:07 +08:00
"license": "MIT",
2026-02-02 13:48:55 +08:00
"optional": true,
"os": [
"linux"
],
2025-12-15 16:16:07 +08:00
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">=14.0.0"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/sass-embedded-unknown-all": {
"version": "1.97.3",
"resolved": "https://registry.npmjs.org/sass-embedded-unknown-all/-/sass-embedded-unknown-all-1.97.3.tgz",
"integrity": "sha512-/GHajyYJmvb0IABUQHbVHf1nuHPtIDo/ClMZ81IDr59wT5CNcMe7/dMNujXwWugtQVGI5UGmqXWZQCeoGnct8Q==",
2025-12-15 16:16:07 +08:00
"dev": true,
2026-02-02 13:48:55 +08:00
"license": "MIT",
"optional": true,
"os": [
"!android",
"!darwin",
"!linux",
"!win32"
],
2025-12-15 16:16:07 +08:00
"dependencies": {
2026-02-02 13:48:55 +08:00
"sass": "1.97.3"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/sass-embedded-win32-arm64": {
"version": "1.97.3",
"resolved": "https://registry.npmjs.org/sass-embedded-win32-arm64/-/sass-embedded-win32-arm64-1.97.3.tgz",
"integrity": "sha512-RDGtRS1GVvQfMGAmVXNxYiUOvPzn9oO1zYB/XUM9fudDRnieYTcUytpNTQZLs6Y1KfJxgt5Y+giRceC92fT8Uw==",
"cpu": [
"arm64"
],
2025-12-15 16:16:07 +08:00
"dev": true,
"license": "MIT",
2026-02-02 13:48:55 +08:00
"optional": true,
"os": [
"win32"
],
2025-12-15 16:16:07 +08:00
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">=14.0.0"
2025-12-15 16:16:07 +08:00
}
},
2026-02-02 13:48:55 +08:00
"node_modules/sass-embedded-win32-x64": {
"version": "1.97.3",
"resolved": "https://registry.npmjs.org/sass-embedded-win32-x64/-/sass-embedded-win32-x64-1.97.3.tgz",
"integrity": "sha512-SFRa2lED9UEwV6vIGeBXeBOLKF+rowF3WmNfb/BzhxmdAsKofCXrJ8ePW7OcDVrvNEbTOGwhsReIsF5sH8fVaw==",
"cpu": [
"x64"
],
2025-12-15 16:16:07 +08:00
"dev": true,
"license": "MIT",
2026-02-02 13:48:55 +08:00
"optional": true,
"os": [
"win32"
],
2025-12-15 16:16:07 +08:00
"engines": {
2026-02-02 13:48:55 +08:00
"node": ">=14.0.0"
2025-12-15 16:16:07 +08:00
}
},
"node_modules/semver": {
"version": "6.3.1",
"dev": true,
"license": "ISC",
"bin": {
"semver": "bin/semver.js"
}
},
"node_modules/shebang-command": {
"version": "2.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
"shebang-regex": "^3.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/shebang-regex": {
"version": "3.0.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
}
},
"node_modules/shell-quote": {
"version": "1.8.3",
"dev": true,
"license": "MIT",
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/sirv": {
"version": "3.0.2",
"dev": true,
"license": "MIT",
"dependencies": {
"@polka/url": "^1.0.0-next.24",
"mrmime": "^2.0.0",
"totalist": "^3.0.0"
},
"engines": {
"node": ">=18"
}
},
"node_modules/source-map-js": {
"version": "1.2.1",
"license": "BSD-3-Clause",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/speakingurl": {
"version": "14.0.1",
"license": "BSD-3-Clause",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/superjson": {
"version": "2.2.6",
"license": "MIT",
"dependencies": {
"copy-anything": "^4"
},
"engines": {
"node": ">=16"
}
},
2026-02-02 13:48:55 +08:00
"node_modules/supports-color": {
"version": "8.1.1",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
"dev": true,
"license": "MIT",
"dependencies": {
"has-flag": "^4.0.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/chalk/supports-color?sponsor=1"
}
},
"node_modules/sync-child-process": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/sync-child-process/-/sync-child-process-1.0.2.tgz",
"integrity": "sha512-8lD+t2KrrScJ/7KXCSyfhT3/hRq78rC0wBFqNJXv3mZyn6hW2ypM05JmlSvtqRbeq6jqA94oHbxAr2vYsJ8vDA==",
"dev": true,
"license": "MIT",
"dependencies": {
"sync-message-port": "^1.0.0"
},
"engines": {
"node": ">=16.0.0"
}
},
"node_modules/sync-message-port": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/sync-message-port/-/sync-message-port-1.1.3.tgz",
"integrity": "sha512-GTt8rSKje5FilG+wEdfCkOcLL7LWqpMlr2c3LRuKt/YXxcJ52aGSbGBAdI4L3aaqfrBt6y711El53ItyH1NWzg==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=16.0.0"
}
},
"node_modules/text-segmentation": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/text-segmentation/-/text-segmentation-1.0.3.tgz",
"integrity": "sha512-iOiPUo/BGnZ6+54OsWxZidGCsdU8YbE4PSpdPinp7DeMtUJNJBoJ/ouUSTJjHkh1KntHaltHl/gDs2FC4i5+Nw==",
"license": "MIT",
"dependencies": {
"utrie": "^1.0.2"
}
},
2025-12-15 16:16:07 +08:00
"node_modules/tinyglobby": {
"version": "0.2.15",
"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/totalist": {
"version": "3.0.1",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=6"
}
},
2026-02-02 13:48:55 +08:00
"node_modules/tslib": {
"version": "2.8.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
"dev": true,
"license": "0BSD"
},
2025-12-15 16:16:07 +08:00
"node_modules/typescript": {
"version": "5.9.3",
"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",
"dev": true,
"license": "MIT"
},
"node_modules/unplugin-utils": {
"version": "0.3.1",
"dev": true,
"license": "MIT",
"dependencies": {
"pathe": "^2.0.3",
"picomatch": "^4.0.3"
},
"engines": {
"node": ">=20.19.0"
},
"funding": {
"url": "https://github.com/sponsors/sxzz"
}
},
"node_modules/update-browserslist-db": {
"version": "1.2.2",
"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-02-02 13:48:55 +08:00
"node_modules/utrie": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/utrie/-/utrie-1.0.2.tgz",
"integrity": "sha512-1MLa5ouZiOmQzUbjbu9VmjLzn1QLXBhwpUa7kdLUQK+KQ5KA9I1vk5U4YHe/X2Ch7PYnJfWuWT+VbuxbGwljhw==",
"license": "MIT",
"dependencies": {
"base64-arraybuffer": "^1.0.2"
}
},
"node_modules/varint": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/varint/-/varint-6.0.0.tgz",
"integrity": "sha512-cXEIW6cfr15lFv563k4GuVuW/fiwjknytD37jIOLSdSWuOI6WnO/oKwmP2FQTU2l01LP8/M5TSAJpzUaGe3uWg==",
"dev": true,
"license": "MIT"
},
2025-12-15 16:16:07 +08:00
"node_modules/vite": {
"version": "7.2.7",
"dev": true,
"license": "MIT",
"peer": true,
"dependencies": {
"esbuild": "^0.25.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/vite-dev-rpc": {
"version": "1.1.0",
"dev": true,
"license": "MIT",
"dependencies": {
"birpc": "^2.4.0",
"vite-hot-client": "^2.1.0"
},
"funding": {
"url": "https://github.com/sponsors/antfu"
},
"peerDependencies": {
"vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.1 || ^7.0.0-0"
}
},
"node_modules/vite-hot-client": {
"version": "2.1.0",
"dev": true,
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/antfu"
},
"peerDependencies": {
"vite": "^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0"
}
},
"node_modules/vite-plugin-inspect": {
"version": "11.3.3",
"dev": true,
"license": "MIT",
"dependencies": {
"ansis": "^4.1.0",
"debug": "^4.4.1",
"error-stack-parser-es": "^1.0.5",
"ohash": "^2.0.11",
"open": "^10.2.0",
"perfect-debounce": "^2.0.0",
"sirv": "^3.0.1",
"unplugin-utils": "^0.3.0",
"vite-dev-rpc": "^1.1.0"
},
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/sponsors/antfu"
},
"peerDependencies": {
"vite": "^6.0.0 || ^7.0.0-0"
},
"peerDependenciesMeta": {
"@nuxt/kit": {
"optional": true
}
}
},
"node_modules/vite-plugin-inspect/node_modules/perfect-debounce": {
"version": "2.0.0",
"dev": true,
"license": "MIT"
},
"node_modules/vite-plugin-vue-devtools": {
"version": "8.0.5",
"dev": true,
"license": "MIT",
"dependencies": {
"@vue/devtools-core": "^8.0.5",
"@vue/devtools-kit": "^8.0.5",
"@vue/devtools-shared": "^8.0.5",
"sirv": "^3.0.2",
"vite-plugin-inspect": "^11.3.3",
"vite-plugin-vue-inspector": "^5.3.2"
},
"engines": {
"node": ">=v14.21.3"
},
"peerDependencies": {
"vite": "^6.0.0 || ^7.0.0-0"
}
},
"node_modules/vite-plugin-vue-devtools/node_modules/@vue/devtools-kit": {
"version": "8.0.5",
"dev": true,
"license": "MIT",
"dependencies": {
"@vue/devtools-shared": "^8.0.5",
"birpc": "^2.6.1",
"hookable": "^5.5.3",
"mitt": "^3.0.1",
"perfect-debounce": "^2.0.0",
"speakingurl": "^14.0.1",
"superjson": "^2.2.2"
}
},
"node_modules/vite-plugin-vue-devtools/node_modules/@vue/devtools-shared": {
"version": "8.0.5",
"dev": true,
"license": "MIT",
"dependencies": {
"rfdc": "^1.4.1"
}
},
"node_modules/vite-plugin-vue-devtools/node_modules/perfect-debounce": {
"version": "2.0.0",
"dev": true,
"license": "MIT"
},
"node_modules/vite-plugin-vue-inspector": {
"version": "5.3.2",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/core": "^7.23.0",
"@babel/plugin-proposal-decorators": "^7.23.0",
"@babel/plugin-syntax-import-attributes": "^7.22.5",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-typescript": "^7.22.15",
"@vue/babel-plugin-jsx": "^1.1.5",
"@vue/compiler-dom": "^3.3.4",
"kolorist": "^1.8.0",
"magic-string": "^0.30.4"
},
"peerDependencies": {
"vite": "^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0"
}
},
"node_modules/vscode-uri": {
"version": "3.1.0",
"dev": true,
"license": "MIT"
},
"node_modules/vue": {
"version": "3.5.25",
"license": "MIT",
"peer": true,
"dependencies": {
"@vue/compiler-dom": "3.5.25",
"@vue/compiler-sfc": "3.5.25",
"@vue/runtime-dom": "3.5.25",
"@vue/server-renderer": "3.5.25",
"@vue/shared": "3.5.25"
},
"peerDependencies": {
"typescript": "*"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
}
},
2026-02-02 13:48:55 +08:00
"node_modules/vue-echarts": {
"version": "8.0.1",
"resolved": "https://registry.npmjs.org/vue-echarts/-/vue-echarts-8.0.1.tgz",
"integrity": "sha512-23rJTFLu1OUEGRWjJGmdGt8fP+8+ja1gVgzMYPIPaHWpXegcO1viIAaeu2H4QHESlVeHzUAHIxKXGrwjsyXAaA==",
"license": "MIT",
"peerDependencies": {
"echarts": "^6.0.0",
"vue": "^3.3.0"
}
},
2025-12-15 16:16:07 +08:00
"node_modules/vue-router": {
"version": "4.6.3",
"license": "MIT",
"dependencies": {
"@vue/devtools-api": "^6.6.4"
},
"funding": {
"url": "https://github.com/sponsors/posva"
},
"peerDependencies": {
"vue": "^3.5.0"
}
},
"node_modules/vue-router/node_modules/@vue/devtools-api": {
"version": "6.6.4",
"license": "MIT"
},
"node_modules/vue-tsc": {
"version": "3.1.8",
"dev": true,
"license": "MIT",
"dependencies": {
"@volar/typescript": "2.4.26",
"@vue/language-core": "3.1.8"
},
"bin": {
"vue-tsc": "bin/vue-tsc.js"
},
"peerDependencies": {
"typescript": ">=5.0.0"
}
},
"node_modules/which": {
"version": "5.0.0",
"dev": true,
"license": "ISC",
"dependencies": {
"isexe": "^3.1.1"
},
"bin": {
"node-which": "bin/which.js"
},
"engines": {
"node": "^18.17.0 || >=20.5.0"
}
},
"node_modules/wsl-utils": {
"version": "0.1.0",
"dev": true,
"license": "MIT",
"dependencies": {
"is-wsl": "^3.1.0"
},
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/yallist": {
"version": "3.1.1",
"dev": true,
"license": "ISC"
2026-02-02 13:48:55 +08:00
},
"node_modules/zrender": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/zrender/-/zrender-6.0.0.tgz",
"integrity": "sha512-41dFXEEXuJpNecuUQq6JlbybmnHaqqpGlbH1yxnA5V9MMP4SbohSVZsJIwz+zdjQXSSlR1Vc34EgH1zxyTDvhg==",
"license": "BSD-3-Clause",
"dependencies": {
"tslib": "2.3.0"
}
},
"node_modules/zrender/node_modules/tslib": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz",
"integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==",
"license": "0BSD"
2025-12-15 16:16:07 +08:00
}
}
}