|
@@ -32,6 +32,8 @@
|
|
"lint-staged": "^16.1.0",
|
|
"lint-staged": "^16.1.0",
|
|
"prettier": "^3.5.3",
|
|
"prettier": "^3.5.3",
|
|
"typescript": "^5.8.3",
|
|
"typescript": "^5.8.3",
|
|
|
|
+ "unplugin-auto-import": "^19.3.0",
|
|
|
|
+ "unplugin-vue-components": "^28.7.0",
|
|
"vite": "^6.3.5",
|
|
"vite": "^6.3.5",
|
|
"vue": "^3.5.16",
|
|
"vue": "^3.5.16",
|
|
"vue-eslint-parser": "^10.1.3",
|
|
"vue-eslint-parser": "^10.1.3",
|
|
@@ -2183,6 +2185,20 @@
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/anymatch": {
|
|
|
|
+ "version": "3.1.3",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/anymatch/-/anymatch-3.1.3.tgz",
|
|
|
|
+ "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "ISC",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "normalize-path": "^3.0.0",
|
|
|
|
+ "picomatch": "^2.0.4"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 8"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/app-builder-bin": {
|
|
"node_modules/app-builder-bin": {
|
|
"version": "5.0.0-alpha.10",
|
|
"version": "5.0.0-alpha.10",
|
|
"resolved": "https://registry.npmmirror.com/app-builder-bin/-/app-builder-bin-5.0.0-alpha.10.tgz",
|
|
"resolved": "https://registry.npmmirror.com/app-builder-bin/-/app-builder-bin-5.0.0-alpha.10.tgz",
|
|
@@ -2458,6 +2474,19 @@
|
|
],
|
|
],
|
|
"license": "MIT"
|
|
"license": "MIT"
|
|
},
|
|
},
|
|
|
|
+ "node_modules/binary-extensions": {
|
|
|
|
+ "version": "2.3.0",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/binary-extensions/-/binary-extensions-2.3.0.tgz",
|
|
|
|
+ "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=8"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/bl": {
|
|
"node_modules/bl": {
|
|
"version": "4.1.0",
|
|
"version": "4.1.0",
|
|
"resolved": "https://registry.npmmirror.com/bl/-/bl-4.1.0.tgz",
|
|
"resolved": "https://registry.npmmirror.com/bl/-/bl-4.1.0.tgz",
|
|
@@ -2849,6 +2878,44 @@
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/chokidar": {
|
|
|
|
+ "version": "3.6.0",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.6.0.tgz",
|
|
|
|
+ "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "anymatch": "~3.1.2",
|
|
|
|
+ "braces": "~3.0.2",
|
|
|
|
+ "glob-parent": "~5.1.2",
|
|
|
|
+ "is-binary-path": "~2.1.0",
|
|
|
|
+ "is-glob": "~4.0.1",
|
|
|
|
+ "normalize-path": "~3.0.0",
|
|
|
|
+ "readdirp": "~3.6.0"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 8.10.0"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "url": "https://paulmillr.com/funding/"
|
|
|
|
+ },
|
|
|
|
+ "optionalDependencies": {
|
|
|
|
+ "fsevents": "~2.3.2"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/chokidar/node_modules/glob-parent": {
|
|
|
|
+ "version": "5.1.2",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
|
|
|
|
+ "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "ISC",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "is-glob": "^4.0.1"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 6"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/chownr": {
|
|
"node_modules/chownr": {
|
|
"version": "2.0.0",
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmmirror.com/chownr/-/chownr-2.0.0.tgz",
|
|
"resolved": "https://registry.npmmirror.com/chownr/-/chownr-2.0.0.tgz",
|
|
@@ -3120,6 +3187,13 @@
|
|
"dev": true,
|
|
"dev": true,
|
|
"license": "MIT"
|
|
"license": "MIT"
|
|
},
|
|
},
|
|
|
|
+ "node_modules/confbox": {
|
|
|
|
+ "version": "0.2.2",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/confbox/-/confbox-0.2.2.tgz",
|
|
|
|
+ "integrity": "sha512-1NB+BKqhtNipMsov4xI/NnhCKp9XG9NamYp5PVm9klAT0fsrNPjaFICsCFhNhwZJKNh7zB/3q8qXz0E9oaMNtQ==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT"
|
|
|
|
+ },
|
|
"node_modules/config-file-ts": {
|
|
"node_modules/config-file-ts": {
|
|
"version": "0.2.8-rc1",
|
|
"version": "0.2.8-rc1",
|
|
"resolved": "https://registry.npmmirror.com/config-file-ts/-/config-file-ts-0.2.8-rc1.tgz",
|
|
"resolved": "https://registry.npmmirror.com/config-file-ts/-/config-file-ts-0.2.8-rc1.tgz",
|
|
@@ -4353,6 +4427,13 @@
|
|
"dev": true,
|
|
"dev": true,
|
|
"license": "Apache-2.0"
|
|
"license": "Apache-2.0"
|
|
},
|
|
},
|
|
|
|
+ "node_modules/exsolve": {
|
|
|
|
+ "version": "1.0.5",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/exsolve/-/exsolve-1.0.5.tgz",
|
|
|
|
+ "integrity": "sha512-pz5dvkYYKQ1AHVrgOzBKWeP4u4FRb3a6DNK2ucr0OoNwYIU4QWsJ+NM36LLzORT+z845MzKHHhpXiUF5nvQoJg==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT"
|
|
|
|
+ },
|
|
"node_modules/extract-zip": {
|
|
"node_modules/extract-zip": {
|
|
"version": "2.0.1",
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmmirror.com/extract-zip/-/extract-zip-2.0.1.tgz",
|
|
"resolved": "https://registry.npmmirror.com/extract-zip/-/extract-zip-2.0.1.tgz",
|
|
@@ -4626,6 +4707,21 @@
|
|
"dev": true,
|
|
"dev": true,
|
|
"license": "ISC"
|
|
"license": "ISC"
|
|
},
|
|
},
|
|
|
|
+ "node_modules/fsevents": {
|
|
|
|
+ "version": "2.3.3",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
|
|
|
|
+ "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "hasInstallScript": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "darwin"
|
|
|
|
+ ],
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/function-bind": {
|
|
"node_modules/function-bind": {
|
|
"version": "1.1.2",
|
|
"version": "1.1.2",
|
|
"resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz",
|
|
"resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz",
|
|
@@ -5208,6 +5304,19 @@
|
|
"node": ">= 12"
|
|
"node": ">= 12"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/is-binary-path": {
|
|
|
|
+ "version": "2.1.0",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/is-binary-path/-/is-binary-path-2.1.0.tgz",
|
|
|
|
+ "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "binary-extensions": "^2.0.0"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=8"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/is-ci": {
|
|
"node_modules/is-ci": {
|
|
"version": "3.0.1",
|
|
"version": "3.0.1",
|
|
"resolved": "https://registry.npmmirror.com/is-ci/-/is-ci-3.0.1.tgz",
|
|
"resolved": "https://registry.npmmirror.com/is-ci/-/is-ci-3.0.1.tgz",
|
|
@@ -5715,6 +5824,24 @@
|
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/local-pkg": {
|
|
|
|
+ "version": "1.1.1",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/local-pkg/-/local-pkg-1.1.1.tgz",
|
|
|
|
+ "integrity": "sha512-WunYko2W1NcdfAFpuLUoucsgULmgDBRkdxHxWQ7mK0cQqwPiy8E1enjuRBrhLtZkB5iScJ1XIPdhVEFK8aOLSg==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "mlly": "^1.7.4",
|
|
|
|
+ "pkg-types": "^2.0.1",
|
|
|
|
+ "quansync": "^0.2.8"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=14"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "url": "https://github.com/sponsors/antfu"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/locate-path": {
|
|
"node_modules/locate-path": {
|
|
"version": "6.0.0",
|
|
"version": "6.0.0",
|
|
"resolved": "https://registry.npmmirror.com/locate-path/-/locate-path-6.0.0.tgz",
|
|
"resolved": "https://registry.npmmirror.com/locate-path/-/locate-path-6.0.0.tgz",
|
|
@@ -6389,6 +6516,38 @@
|
|
"node": ">=10"
|
|
"node": ">=10"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/mlly": {
|
|
|
|
+ "version": "1.7.4",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/mlly/-/mlly-1.7.4.tgz",
|
|
|
|
+ "integrity": "sha512-qmdSIPC4bDJXgZTCR7XosJiNKySV7O215tsPtDN9iEO/7q/76b/ijtgRu/+epFXSJhijtTCCGp3DWS549P3xKw==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "acorn": "^8.14.0",
|
|
|
|
+ "pathe": "^2.0.1",
|
|
|
|
+ "pkg-types": "^1.3.0",
|
|
|
|
+ "ufo": "^1.5.4"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/mlly/node_modules/confbox": {
|
|
|
|
+ "version": "0.1.8",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/confbox/-/confbox-0.1.8.tgz",
|
|
|
|
+ "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT"
|
|
|
|
+ },
|
|
|
|
+ "node_modules/mlly/node_modules/pkg-types": {
|
|
|
|
+ "version": "1.3.1",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-1.3.1.tgz",
|
|
|
|
+ "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "confbox": "^0.1.8",
|
|
|
|
+ "mlly": "^1.7.4",
|
|
|
|
+ "pathe": "^2.0.1"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/ms": {
|
|
"node_modules/ms": {
|
|
"version": "2.1.3",
|
|
"version": "2.1.3",
|
|
"resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
|
|
"resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
|
|
@@ -6581,7 +6740,6 @@
|
|
"integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
|
|
"integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
|
|
"dev": true,
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
- "peer": true,
|
|
|
|
"engines": {
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
"node": ">=0.10.0"
|
|
}
|
|
}
|
|
@@ -6859,6 +7017,13 @@
|
|
"node": ">=16 || 14 >=14.17"
|
|
"node": ">=16 || 14 >=14.17"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/pathe": {
|
|
|
|
+ "version": "2.0.3",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/pathe/-/pathe-2.0.3.tgz",
|
|
|
|
+ "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT"
|
|
|
|
+ },
|
|
"node_modules/pdf-lib": {
|
|
"node_modules/pdf-lib": {
|
|
"version": "1.17.1",
|
|
"version": "1.17.1",
|
|
"resolved": "https://registry.npmmirror.com/pdf-lib/-/pdf-lib-1.17.1.tgz",
|
|
"resolved": "https://registry.npmmirror.com/pdf-lib/-/pdf-lib-1.17.1.tgz",
|
|
@@ -6925,6 +7090,18 @@
|
|
"node": ">=0.10"
|
|
"node": ">=0.10"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/pkg-types": {
|
|
|
|
+ "version": "2.1.0",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-2.1.0.tgz",
|
|
|
|
+ "integrity": "sha512-wmJwA+8ihJixSoHKxZJRBQG1oY8Yr9pGLzRmSsNms0iNWyHHAlZCa7mmKiFR10YPZuz/2k169JiS/inOjBCZ2A==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "confbox": "^0.2.1",
|
|
|
|
+ "exsolve": "^1.0.1",
|
|
|
|
+ "pathe": "^2.0.3"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/plist": {
|
|
"node_modules/plist": {
|
|
"version": "3.1.0",
|
|
"version": "3.1.0",
|
|
"resolved": "https://registry.npmmirror.com/plist/-/plist-3.1.0.tgz",
|
|
"resolved": "https://registry.npmmirror.com/plist/-/plist-3.1.0.tgz",
|
|
@@ -7080,6 +7257,23 @@
|
|
"node": ">=6"
|
|
"node": ">=6"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/quansync": {
|
|
|
|
+ "version": "0.2.10",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/quansync/-/quansync-0.2.10.tgz",
|
|
|
|
+ "integrity": "sha512-t41VRkMYbkHyCYmOvx/6URnN80H7k4X0lLdBMGsz+maAwrJQYB1djpV6vHrQIBE0WBSGqhtEHrK9U3DWWH8v7A==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "funding": [
|
|
|
|
+ {
|
|
|
|
+ "type": "individual",
|
|
|
|
+ "url": "https://github.com/sponsors/antfu"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "type": "individual",
|
|
|
|
+ "url": "https://github.com/sponsors/sxzz"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "license": "MIT"
|
|
|
|
+ },
|
|
"node_modules/queue-microtask": {
|
|
"node_modules/queue-microtask": {
|
|
"version": "1.2.3",
|
|
"version": "1.2.3",
|
|
"resolved": "https://registry.npmmirror.com/queue-microtask/-/queue-microtask-1.2.3.tgz",
|
|
"resolved": "https://registry.npmmirror.com/queue-microtask/-/queue-microtask-1.2.3.tgz",
|
|
@@ -7166,6 +7360,19 @@
|
|
"node": ">=10"
|
|
"node": ">=10"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/readdirp": {
|
|
|
|
+ "version": "3.6.0",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-3.6.0.tgz",
|
|
|
|
+ "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "picomatch": "^2.2.1"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=8.10.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/require-directory": {
|
|
"node_modules/require-directory": {
|
|
"version": "2.1.1",
|
|
"version": "2.1.1",
|
|
"resolved": "https://registry.npmmirror.com/require-directory/-/require-directory-2.1.1.tgz",
|
|
"resolved": "https://registry.npmmirror.com/require-directory/-/require-directory-2.1.1.tgz",
|
|
@@ -7414,6 +7621,13 @@
|
|
"integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==",
|
|
"integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==",
|
|
"license": "ISC"
|
|
"license": "ISC"
|
|
},
|
|
},
|
|
|
|
+ "node_modules/scule": {
|
|
|
|
+ "version": "1.3.0",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/scule/-/scule-1.3.0.tgz",
|
|
|
|
+ "integrity": "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT"
|
|
|
|
+ },
|
|
"node_modules/semver": {
|
|
"node_modules/semver": {
|
|
"version": "6.3.1",
|
|
"version": "6.3.1",
|
|
"resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
|
|
"resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
|
|
@@ -7758,6 +7972,26 @@
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/strip-literal": {
|
|
|
|
+ "version": "3.0.0",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/strip-literal/-/strip-literal-3.0.0.tgz",
|
|
|
|
+ "integrity": "sha512-TcccoMhJOM3OebGhSBEmp3UZ2SfDMZUEBdRA/9ynfLi8yYajyWX3JiXArcJt4Umh4vISpspkQIY8ZZoCqjbviA==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "js-tokens": "^9.0.1"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "url": "https://github.com/sponsors/antfu"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/strip-literal/node_modules/js-tokens": {
|
|
|
|
+ "version": "9.0.1",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-9.0.1.tgz",
|
|
|
|
+ "integrity": "sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT"
|
|
|
|
+ },
|
|
"node_modules/sumchecker": {
|
|
"node_modules/sumchecker": {
|
|
"version": "3.0.1",
|
|
"version": "3.0.1",
|
|
"resolved": "https://registry.npmmirror.com/sumchecker/-/sumchecker-3.0.1.tgz",
|
|
"resolved": "https://registry.npmmirror.com/sumchecker/-/sumchecker-3.0.1.tgz",
|
|
@@ -8077,12 +8311,81 @@
|
|
"typescript": ">=4.8.4 <5.9.0"
|
|
"typescript": ">=4.8.4 <5.9.0"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/ufo": {
|
|
|
|
+ "version": "1.6.1",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/ufo/-/ufo-1.6.1.tgz",
|
|
|
|
+ "integrity": "sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT"
|
|
|
|
+ },
|
|
"node_modules/undici-types": {
|
|
"node_modules/undici-types": {
|
|
"version": "6.21.0",
|
|
"version": "6.21.0",
|
|
"resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-6.21.0.tgz",
|
|
"resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-6.21.0.tgz",
|
|
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
|
|
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
|
|
"license": "MIT"
|
|
"license": "MIT"
|
|
},
|
|
},
|
|
|
|
+ "node_modules/unimport": {
|
|
|
|
+ "version": "4.2.0",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/unimport/-/unimport-4.2.0.tgz",
|
|
|
|
+ "integrity": "sha512-mYVtA0nmzrysnYnyb3ALMbByJ+Maosee2+WyE0puXl+Xm2bUwPorPaaeZt0ETfuroPOtG8jj1g/qeFZ6buFnag==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "acorn": "^8.14.1",
|
|
|
|
+ "escape-string-regexp": "^5.0.0",
|
|
|
|
+ "estree-walker": "^3.0.3",
|
|
|
|
+ "local-pkg": "^1.1.1",
|
|
|
|
+ "magic-string": "^0.30.17",
|
|
|
|
+ "mlly": "^1.7.4",
|
|
|
|
+ "pathe": "^2.0.3",
|
|
|
|
+ "picomatch": "^4.0.2",
|
|
|
|
+ "pkg-types": "^2.1.0",
|
|
|
|
+ "scule": "^1.3.0",
|
|
|
|
+ "strip-literal": "^3.0.0",
|
|
|
|
+ "tinyglobby": "^0.2.12",
|
|
|
|
+ "unplugin": "^2.2.2",
|
|
|
|
+ "unplugin-utils": "^0.2.4"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=18.12.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/unimport/node_modules/escape-string-regexp": {
|
|
|
|
+ "version": "5.0.0",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
|
|
|
|
+ "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=12"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/unimport/node_modules/estree-walker": {
|
|
|
|
+ "version": "3.0.3",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-3.0.3.tgz",
|
|
|
|
+ "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "@types/estree": "^1.0.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/unimport/node_modules/picomatch": {
|
|
|
|
+ "version": "4.0.2",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz",
|
|
|
|
+ "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=12"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "url": "https://github.com/sponsors/jonschlinkert"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/unique-filename": {
|
|
"node_modules/unique-filename": {
|
|
"version": "2.0.1",
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmmirror.com/unique-filename/-/unique-filename-2.0.1.tgz",
|
|
"resolved": "https://registry.npmmirror.com/unique-filename/-/unique-filename-2.0.1.tgz",
|
|
@@ -8118,6 +8421,146 @@
|
|
"node": ">= 4.0.0"
|
|
"node": ">= 4.0.0"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/unplugin": {
|
|
|
|
+ "version": "2.3.5",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/unplugin/-/unplugin-2.3.5.tgz",
|
|
|
|
+ "integrity": "sha512-RyWSb5AHmGtjjNQ6gIlA67sHOsWpsbWpwDokLwTcejVdOjEkJZh7QKu14J00gDDVSh8kGH4KYC/TNBceXFZhtw==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "acorn": "^8.14.1",
|
|
|
|
+ "picomatch": "^4.0.2",
|
|
|
|
+ "webpack-virtual-modules": "^0.6.2"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=18.12.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/unplugin-auto-import": {
|
|
|
|
+ "version": "19.3.0",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/unplugin-auto-import/-/unplugin-auto-import-19.3.0.tgz",
|
|
|
|
+ "integrity": "sha512-iIi0u4Gq2uGkAOGqlPJOAMI8vocvjh1clGTfSK4SOrJKrt+tirrixo/FjgBwXQNNdS7ofcr7OxzmOb/RjWxeEQ==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "local-pkg": "^1.1.1",
|
|
|
|
+ "magic-string": "^0.30.17",
|
|
|
|
+ "picomatch": "^4.0.2",
|
|
|
|
+ "unimport": "^4.2.0",
|
|
|
|
+ "unplugin": "^2.3.4",
|
|
|
|
+ "unplugin-utils": "^0.2.4"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=14"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "url": "https://github.com/sponsors/antfu"
|
|
|
|
+ },
|
|
|
|
+ "peerDependencies": {
|
|
|
|
+ "@nuxt/kit": "^3.2.2",
|
|
|
|
+ "@vueuse/core": "*"
|
|
|
|
+ },
|
|
|
|
+ "peerDependenciesMeta": {
|
|
|
|
+ "@nuxt/kit": {
|
|
|
|
+ "optional": true
|
|
|
|
+ },
|
|
|
|
+ "@vueuse/core": {
|
|
|
|
+ "optional": true
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/unplugin-auto-import/node_modules/picomatch": {
|
|
|
|
+ "version": "4.0.2",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz",
|
|
|
|
+ "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=12"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "url": "https://github.com/sponsors/jonschlinkert"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/unplugin-utils": {
|
|
|
|
+ "version": "0.2.4",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/unplugin-utils/-/unplugin-utils-0.2.4.tgz",
|
|
|
|
+ "integrity": "sha512-8U/MtpkPkkk3Atewj1+RcKIjb5WBimZ/WSLhhR3w6SsIj8XJuKTacSP8g+2JhfSGw0Cb125Y+2zA/IzJZDVbhA==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "pathe": "^2.0.2",
|
|
|
|
+ "picomatch": "^4.0.2"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=18.12.0"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "url": "https://github.com/sponsors/sxzz"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/unplugin-utils/node_modules/picomatch": {
|
|
|
|
+ "version": "4.0.2",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz",
|
|
|
|
+ "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=12"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "url": "https://github.com/sponsors/jonschlinkert"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/unplugin-vue-components": {
|
|
|
|
+ "version": "28.7.0",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/unplugin-vue-components/-/unplugin-vue-components-28.7.0.tgz",
|
|
|
|
+ "integrity": "sha512-3SuWAHlTjOiZckqRBGXRdN/k6IMmKyt2Ch5/+DKwYaT321H0ItdZDvW4r8/YkEKQpN9TN3F/SZ0W342gQROC3Q==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "chokidar": "^3.6.0",
|
|
|
|
+ "debug": "^4.4.1",
|
|
|
|
+ "local-pkg": "^1.1.1",
|
|
|
|
+ "magic-string": "^0.30.17",
|
|
|
|
+ "mlly": "^1.7.4",
|
|
|
|
+ "tinyglobby": "^0.2.14",
|
|
|
|
+ "unplugin": "^2.3.4",
|
|
|
|
+ "unplugin-utils": "^0.2.4"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=14"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "url": "https://github.com/sponsors/antfu"
|
|
|
|
+ },
|
|
|
|
+ "peerDependencies": {
|
|
|
|
+ "@babel/parser": "^7.15.8",
|
|
|
|
+ "@nuxt/kit": "^3.2.2",
|
|
|
|
+ "vue": "2 || 3"
|
|
|
|
+ },
|
|
|
|
+ "peerDependenciesMeta": {
|
|
|
|
+ "@babel/parser": {
|
|
|
|
+ "optional": true
|
|
|
|
+ },
|
|
|
|
+ "@nuxt/kit": {
|
|
|
|
+ "optional": true
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/unplugin/node_modules/picomatch": {
|
|
|
|
+ "version": "4.0.2",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz",
|
|
|
|
+ "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=12"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "url": "https://github.com/sponsors/jonschlinkert"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/update-browserslist-db": {
|
|
"node_modules/update-browserslist-db": {
|
|
"version": "1.1.3",
|
|
"version": "1.1.3",
|
|
"resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz",
|
|
"resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz",
|
|
@@ -8386,6 +8829,13 @@
|
|
"defaults": "^1.0.3"
|
|
"defaults": "^1.0.3"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/webpack-virtual-modules": {
|
|
|
|
+ "version": "0.6.2",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
|
|
|
|
+ "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT"
|
|
|
|
+ },
|
|
"node_modules/which": {
|
|
"node_modules/which": {
|
|
"version": "2.0.2",
|
|
"version": "2.0.2",
|
|
"resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz",
|
|
"resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz",
|