ljr-cli 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{lib → bin}/demo1.js +1 -1
- package/{lib → bin}/demo2.js +1 -1
- package/{lib → bin}/index.js +2 -0
- package/{lib → bin}/templates/vue2.7.16/package.json +41 -41
- package/{lib → bin}/templates/vue2.7.16/pnpm-lock.yaml +5 -5
- package/{lib → bin}/templates/vue2.7.16/src/views/Pitfalls//345/206/205/345/255/230/346/272/242/345/207/272/index.vue +2 -2
- package/{lib → bin}/templates/vue2.7.16/src/views/demo//345/205/250/345/261/200store/346/225/260/346/215/256/345/255/227/345/205/270/index.vue +11 -11
- package/{lib → bin}/templates/vue2.7.16/src/views/demo//345/205/250/345/261/200/346/214/207/344/273/244/index.vue +10 -10
- package/{lib → bin}/templates/vue2.7.16/src/views/demo//350/257/267/346/261/202/347/244/272/344/276/213/index.vue +2 -2
- package/{lib → bin}/templates/vue2.7.16/src/views/login.vue +7 -7
- package/bin/templates/vue2.7.16/src/views/template/base-info2.vue +56 -0
- package/{lib → bin}/templates/vue2.7.16/src/views/template/list/index.vue +3 -3
- package/{lib → bin}/templates/vue3.5.25-2025.12.4/.vscode/settings.json +1 -1
- package/{lib → bin}/templates/vue3.5.25-2025.12.4/README.md +66 -35
- package/{lib → bin}/templates/vue3.5.25-2025.12.4/auto-imports.d.ts +12 -0
- package/{lib → bin}/templates/vue3.5.25-2025.12.4/components.d.ts +8 -0
- package/bin/templates/vue3.5.25-2025.12.4/env.d.ts +2 -0
- package/{lib → bin}/templates/vue3.5.25-2025.12.4/eslint.config.ts +1 -0
- package/{lib → bin}/templates/vue3.5.25-2025.12.4/package.json +3 -1
- package/{lib → bin}/templates/vue3.5.25-2025.12.4/pnpm-lock.yaml +558 -399
- package/bin/templates/vue3.5.25-2025.12.4/src/boot/pinia.ts +31 -0
- package/{lib → bin}/templates/vue3.5.25-2025.12.4/src/boot/router.ts +2 -2
- package/bin/templates/vue3.5.25-2025.12.4/src/components/layout/header.vue +16 -0
- package/bin/templates/vue3.5.25-2025.12.4/src/components/layout/left-right.vue +28 -0
- package/bin/templates/vue3.5.25-2025.12.4/src/components/layout/menu.vue +12 -0
- package/bin/templates/vue3.5.25-2025.12.4/src/pages/[...404].vue +5 -0
- package/bin/templates/vue3.5.25-2025.12.4/src/pages/index/about.vue +7 -0
- package/bin/templates/vue3.5.25-2025.12.4/src/pages/index/index.vue +70 -0
- package/bin/templates/vue3.5.25-2025.12.4/src/pages/index.vue +13 -0
- package/bin/templates/vue3.5.25-2025.12.4/src/pages/login.vue +76 -0
- package/bin/templates/vue3.5.25-2025.12.4/src/router/index.ts +28 -0
- package/bin/templates/vue3.5.25-2025.12.4/src/stores/account.ts +49 -0
- package/bin/templates/vue3.5.25-2025.12.4/src/stores/dd.ts +35 -0
- package/bin/templates/vue3.5.25-2025.12.4/src/stores/index.ts +3 -0
- package/bin/templates/vue3.5.25-2025.12.4/src/stores/layout.ts +22 -0
- package/bin/templates/vue3.5.25-2025.12.4/src/stores//347/273/204/345/220/210/345/274/217pinia/345/206/231/346/263/225(/344/273/245account/344/270/272/344/276/213).ts +28 -0
- package/{lib → bin}/templates/vue3.5.25-2025.12.4/tsconfig.app.json +1 -1
- package/bin/templates/vue3.5.25-2025.12.4/typed-router.d.ts +119 -0
- package/{lib → bin}/templates/vue3.5.25-2025.12.4/vite.config.ts +3 -1
- package/package.json +8 -7
- package/lib/templates/vue2.7.16/src/views/template/base-info2.vue +0 -56
- package/lib/templates/vue3.5.25-2025.12.4/env.d.ts +0 -1
- package/lib/templates/vue3.5.25-2025.12.4/src/boot/pinia.ts +0 -10
- package/lib/templates/vue3.5.25-2025.12.4/src/router/index.ts +0 -20
- package/lib/templates/vue3.5.25-2025.12.4/src/stores/counter.ts +0 -12
- package/lib/templates/vue3.5.25-2025.12.4/src/views/AboutView.vue +0 -3
- package/lib/templates/vue3.5.25-2025.12.4/src/views/HomeView.vue +0 -14
- package/{lib → bin}/templates/flutter//346/210/221/346/230/257flutter.txt +0 -0
- package/{lib → bin}/templates/java//346/210/221/346/230/257java.txt +0 -0
- package/{lib → bin}/templates/monorepo//346/210/221/346/230/257monorepo.txt +0 -0
- package/{lib → bin}/templates/mysql//346/210/221/346/230/257mysql.txt +0 -0
- package/{lib → bin}/templates/node//346/210/221/346/230/257node.txt +0 -0
- package/{lib → bin}/templates/qiankun//346/210/221/346/230/257qiankun.txt +0 -0
- package/{lib → bin}/templates/react//346/210/221/346/230/257react.txt +0 -0
- package/{lib → bin}/templates/uni-app//346/210/221/346/230/257uni-app.txt +0 -0
- package/{lib → bin}/templates/vue2.7.16/.browserslistrc +0 -0
- package/{lib → bin}/templates/vue2.7.16/.env +0 -0
- package/{lib → bin}/templates/vue2.7.16/.env.development +0 -0
- package/{lib → bin}/templates/vue2.7.16/.env.production +0 -0
- package/{lib → bin}/templates/vue2.7.16/.eslintignore +0 -0
- package/{lib → bin}/templates/vue2.7.16/.eslintrc.js +0 -0
- package/{lib → bin}/templates/vue2.7.16/.prettierrc.js +0 -0
- package/{lib → bin}/templates/vue2.7.16/.vscode/settings.json +0 -0
- package/{lib → bin}/templates/vue2.7.16/README.md +0 -0
- package/{lib → bin}/templates/vue2.7.16/babel.config.js +0 -0
- package/{lib → bin}/templates/vue2.7.16/jsconfig.json +0 -0
- package/{lib → bin}/templates/vue2.7.16/public/favicon.svg +0 -0
- package/{lib → bin}/templates/vue2.7.16/public/index.html +0 -0
- package/{lib → bin}/templates/vue2.7.16/src/App.vue +0 -0
- package/{lib → bin}/templates/vue2.7.16/src/api/interface/index.js +0 -0
- package/{lib → bin}/templates/vue2.7.16/src/api/request.js +0 -0
- package/{lib → bin}/templates/vue2.7.16/src/api/server/index.js +0 -0
- package/{lib → bin}/templates/vue2.7.16/src/assets/logo.png +0 -0
- package/{lib → bin}/templates/vue2.7.16/src/components/README.md +0 -0
- package/{lib → bin}/templates/vue2.7.16/src/components/baseInfo/index.vue +0 -0
- package/{lib → bin}/templates/vue2.7.16/src/components/baseInfo/item.vue +0 -0
- package/{lib → bin}/templates/vue2.7.16/src/components/index.js +0 -0
- package/{lib → bin}/templates/vue2.7.16/src/components/layout/left-menu-and-top-info.vue +0 -0
- package/{lib → bin}/templates/vue2.7.16/src/components/pagination/index.vue +0 -0
- package/{lib → bin}/templates/vue2.7.16/src/css/coverage-style.css +0 -0
- package/{lib → bin}/templates/vue2.7.16/src/directive/index.js +0 -0
- package/{lib → bin}/templates/vue2.7.16/src/directive/input-number.js +0 -0
- package/{lib → bin}/templates/vue2.7.16/src/directive/permission.js +0 -0
- package/{lib → bin}/templates/vue2.7.16/src/directive/re-click.js +0 -0
- package/{lib → bin}/templates/vue2.7.16/src/global-config.js +0 -0
- package/{lib → bin}/templates/vue2.7.16/src/main.js +0 -0
- package/{lib → bin}/templates/vue2.7.16/src/prototype/README.md +0 -0
- package/{lib → bin}/templates/vue2.7.16/src/prototype/el-dialog.js +0 -0
- package/{lib → bin}/templates/vue2.7.16/src/prototype/index.js +0 -0
- package/{lib → bin}/templates/vue2.7.16/src/router/index.js +0 -0
- package/{lib → bin}/templates/vue2.7.16/src/store/index.js +0 -0
- package/{lib → bin}/templates/vue2.7.16/src/store/modules/dd.js +0 -0
- package/{lib → bin}/templates/vue2.7.16/src/store/modules/permissions.js +0 -0
- package/{lib → bin}/templates/vue2.7.16/src/views/404.vue +0 -0
- package/{lib → bin}/templates/vue2.7.16/src/views/Pitfalls//345/206/205/345/255/230/346/272/242/345/207/272//351/200/240/346/210/220vue2/345/206/205/345/255/230/346/272/242/345/207/272/347/232/204/345/257/271/350/261/241.js +0 -0
- package/{lib → bin}/templates/vue2.7.16/src/views/about.vue +0 -0
- package/{lib → bin}/templates/vue2.7.16/src/views/demo//345/205/250/345/261/200/345/274/271/347/252/227/ce.vue +0 -0
- package/{lib → bin}/templates/vue2.7.16/src/views/demo//345/205/250/345/261/200/345/274/271/347/252/227/index.vue +0 -0
- package/{lib → bin}/templates/vue2.7.16/src/views/home.vue +0 -0
- package/{lib → bin}/templates/vue2.7.16/src/views/template/base-info.vue +0 -0
- package/{lib → bin}/templates/vue2.7.16/src/views/template/list/ce.vue +0 -0
- package/{lib → bin}/templates/vue2.7.16/src/views/template/list/search.vue +0 -0
- package/{lib → bin}/templates/vue2.7.16/vue.config.js +0 -0
- package/{lib → bin}/templates/vue3.5.25-2025.12.4/.editorconfig +0 -0
- package/{lib → bin}/templates/vue3.5.25-2025.12.4/.gitattributes +0 -0
- package/{lib → bin}/templates/vue3.5.25-2025.12.4/.prettierrc.json +0 -0
- package/{lib → bin}/templates/vue3.5.25-2025.12.4/.vscode/extensions.json +0 -0
- package/{lib → bin}/templates/vue3.5.25-2025.12.4/index.html +0 -0
- package/{lib → bin}/templates/vue3.5.25-2025.12.4/public/favicon.svg +0 -0
- package/{lib → bin}/templates/vue3.5.25-2025.12.4/src/App.vue +0 -0
- package/{lib → bin}/templates/vue3.5.25-2025.12.4/src/assets/vue.svg +0 -0
- package/{lib → bin}/templates/vue3.5.25-2025.12.4/src/boot/index.ts +2 -2
- /package/{lib → bin}/templates/vue3.5.25-2025.12.4/src/boot/style.ts +0 -0
- /package/{lib → bin}/templates/vue3.5.25-2025.12.4/src/css/coverage-style.css +0 -0
- /package/{lib → bin}/templates/vue3.5.25-2025.12.4/src/directive/index.js +0 -0
- /package/{lib → bin}/templates/vue3.5.25-2025.12.4/src/directive/rememberScrollPosition.ts +0 -0
- /package/{lib → bin}/templates/vue3.5.25-2025.12.4/src/main.ts +0 -0
- /package/{lib → bin}/templates/vue3.5.25-2025.12.4/tsconfig.json +0 -0
- /package/{lib → bin}/templates/vue3.5.25-2025.12.4/tsconfig.node.json +0 -0
- /package/{lib → bin}/templates/wx-miniapp//346/210/221/346/230/257wx-miniapp.txt" +0 -0
|
@@ -10,13 +10,19 @@ importers:
|
|
|
10
10
|
dependencies:
|
|
11
11
|
element-plus:
|
|
12
12
|
specifier: ^2.12.0
|
|
13
|
-
version: 2.13.
|
|
13
|
+
version: 2.13.1(vue@3.5.26(typescript@5.9.3))
|
|
14
14
|
l-global:
|
|
15
|
-
specifier: ^1.0.
|
|
16
|
-
version: 1.0.
|
|
15
|
+
specifier: ^1.0.5
|
|
16
|
+
version: 1.0.5
|
|
17
17
|
pinia:
|
|
18
18
|
specifier: ^3.0.4
|
|
19
19
|
version: 3.0.4(typescript@5.9.3)(vue@3.5.26(typescript@5.9.3))
|
|
20
|
+
pinia-plugin-persistedstate:
|
|
21
|
+
specifier: ^4.7.1
|
|
22
|
+
version: 4.7.1(pinia@3.0.4(typescript@5.9.3)(vue@3.5.26(typescript@5.9.3)))
|
|
23
|
+
unplugin-vue-router:
|
|
24
|
+
specifier: ^0.19.2
|
|
25
|
+
version: 0.19.2(@vue/compiler-sfc@3.5.26)(vue-router@4.6.4(vue@3.5.26(typescript@5.9.3)))(vue@3.5.26(typescript@5.9.3))
|
|
20
26
|
vue:
|
|
21
27
|
specifier: ^3.5.25
|
|
22
28
|
version: 3.5.26(typescript@5.9.3)
|
|
@@ -29,19 +35,19 @@ importers:
|
|
|
29
35
|
version: 24.0.3
|
|
30
36
|
'@types/node':
|
|
31
37
|
specifier: ^24.10.1
|
|
32
|
-
version: 24.10.
|
|
38
|
+
version: 24.10.7
|
|
33
39
|
'@vitejs/plugin-vue':
|
|
34
40
|
specifier: ^6.0.2
|
|
35
|
-
version: 6.0.3(vite@7.3.
|
|
41
|
+
version: 6.0.3(vite@7.3.1(@types/node@24.10.7)(jiti@2.6.1)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3))
|
|
36
42
|
'@vitejs/plugin-vue-jsx':
|
|
37
43
|
specifier: ^5.1.2
|
|
38
|
-
version: 5.1.3(vite@7.3.
|
|
44
|
+
version: 5.1.3(vite@7.3.1(@types/node@24.10.7)(jiti@2.6.1)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3))
|
|
39
45
|
'@vue/eslint-config-prettier':
|
|
40
46
|
specifier: ^10.2.0
|
|
41
47
|
version: 10.2.0(eslint@9.39.2(jiti@2.6.1))(prettier@3.6.2)
|
|
42
48
|
'@vue/eslint-config-typescript':
|
|
43
49
|
specifier: ^14.6.0
|
|
44
|
-
version: 14.6.0(eslint-plugin-vue@10.5.1(@typescript-eslint/parser@8.
|
|
50
|
+
version: 14.6.0(eslint-plugin-vue@10.5.1(@typescript-eslint/parser@8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
|
|
45
51
|
'@vue/tsconfig':
|
|
46
52
|
specifier: ^0.8.1
|
|
47
53
|
version: 0.8.1(typescript@5.9.3)(vue@3.5.26(typescript@5.9.3))
|
|
@@ -50,7 +56,7 @@ importers:
|
|
|
50
56
|
version: 9.39.2(jiti@2.6.1)
|
|
51
57
|
eslint-plugin-vue:
|
|
52
58
|
specifier: ~10.5.1
|
|
53
|
-
version: 10.5.1(@typescript-eslint/parser@8.
|
|
59
|
+
version: 10.5.1(@typescript-eslint/parser@8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1)))
|
|
54
60
|
jiti:
|
|
55
61
|
specifier: ^2.6.1
|
|
56
62
|
version: 2.6.1
|
|
@@ -68,45 +74,45 @@ importers:
|
|
|
68
74
|
version: 20.3.0(@vueuse/core@10.11.1(vue@3.5.26(typescript@5.9.3)))
|
|
69
75
|
unplugin-vue-components:
|
|
70
76
|
specifier: ^30.0.0
|
|
71
|
-
version: 30.0.0(@babel/parser@7.28.
|
|
77
|
+
version: 30.0.0(@babel/parser@7.28.6)(vue@3.5.26(typescript@5.9.3))
|
|
72
78
|
vite:
|
|
73
79
|
specifier: ^7.2.4
|
|
74
|
-
version: 7.3.
|
|
80
|
+
version: 7.3.1(@types/node@24.10.7)(jiti@2.6.1)(yaml@2.8.2)
|
|
75
81
|
vite-plugin-vue-devtools:
|
|
76
82
|
specifier: ^8.0.5
|
|
77
|
-
version: 8.0.5(vite@7.3.
|
|
83
|
+
version: 8.0.5(vite@7.3.1(@types/node@24.10.7)(jiti@2.6.1)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3))
|
|
78
84
|
vue-tsc:
|
|
79
85
|
specifier: ^3.1.5
|
|
80
|
-
version: 3.2.
|
|
86
|
+
version: 3.2.2(typescript@5.9.3)
|
|
81
87
|
|
|
82
88
|
packages:
|
|
83
89
|
|
|
84
|
-
'@babel/code-frame@7.
|
|
85
|
-
resolution: {integrity: sha512-
|
|
90
|
+
'@babel/code-frame@7.28.6':
|
|
91
|
+
resolution: {integrity: sha512-JYgintcMjRiCvS8mMECzaEn+m3PfoQiyqukOMCCVQtoJGYJw8j/8LBJEiqkHLkfwCcs74E3pbAUFNg7d9VNJ+Q==}
|
|
86
92
|
engines: {node: '>=6.9.0'}
|
|
87
93
|
|
|
88
|
-
'@babel/compat-data@7.28.
|
|
89
|
-
resolution: {integrity: sha512-
|
|
94
|
+
'@babel/compat-data@7.28.6':
|
|
95
|
+
resolution: {integrity: sha512-2lfu57JtzctfIrcGMz992hyLlByuzgIk58+hhGCxjKZ3rWI82NnVLjXcaTqkI2NvlcvOskZaiZ5kjUALo3Lpxg==}
|
|
90
96
|
engines: {node: '>=6.9.0'}
|
|
91
97
|
|
|
92
|
-
'@babel/core@7.28.
|
|
93
|
-
resolution: {integrity: sha512-
|
|
98
|
+
'@babel/core@7.28.6':
|
|
99
|
+
resolution: {integrity: sha512-H3mcG6ZDLTlYfaSNi0iOKkigqMFvkTKlGUYlD8GW7nNOYRrevuA46iTypPyv+06V3fEmvvazfntkBU34L0azAw==}
|
|
94
100
|
engines: {node: '>=6.9.0'}
|
|
95
101
|
|
|
96
|
-
'@babel/generator@7.28.
|
|
97
|
-
resolution: {integrity: sha512-
|
|
102
|
+
'@babel/generator@7.28.6':
|
|
103
|
+
resolution: {integrity: sha512-lOoVRwADj8hjf7al89tvQ2a1lf53Z+7tiXMgpZJL3maQPDxh0DgLMN62B2MKUOFcoodBHLMbDM6WAbKgNy5Suw==}
|
|
98
104
|
engines: {node: '>=6.9.0'}
|
|
99
105
|
|
|
100
106
|
'@babel/helper-annotate-as-pure@7.27.3':
|
|
101
107
|
resolution: {integrity: sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==}
|
|
102
108
|
engines: {node: '>=6.9.0'}
|
|
103
109
|
|
|
104
|
-
'@babel/helper-compilation-targets@7.
|
|
105
|
-
resolution: {integrity: sha512-
|
|
110
|
+
'@babel/helper-compilation-targets@7.28.6':
|
|
111
|
+
resolution: {integrity: sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==}
|
|
106
112
|
engines: {node: '>=6.9.0'}
|
|
107
113
|
|
|
108
|
-
'@babel/helper-create-class-features-plugin@7.28.
|
|
109
|
-
resolution: {integrity: sha512-
|
|
114
|
+
'@babel/helper-create-class-features-plugin@7.28.6':
|
|
115
|
+
resolution: {integrity: sha512-dTOdvsjnG3xNT9Y0AUg1wAl38y+4Rl4sf9caSQZOXdNqVn+H+HbbJ4IyyHaIqNR6SW9oJpA/RuRjsjCw2IdIow==}
|
|
110
116
|
engines: {node: '>=6.9.0'}
|
|
111
117
|
peerDependencies:
|
|
112
118
|
'@babel/core': ^7.0.0
|
|
@@ -119,12 +125,12 @@ packages:
|
|
|
119
125
|
resolution: {integrity: sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==}
|
|
120
126
|
engines: {node: '>=6.9.0'}
|
|
121
127
|
|
|
122
|
-
'@babel/helper-module-imports@7.
|
|
123
|
-
resolution: {integrity: sha512-
|
|
128
|
+
'@babel/helper-module-imports@7.28.6':
|
|
129
|
+
resolution: {integrity: sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==}
|
|
124
130
|
engines: {node: '>=6.9.0'}
|
|
125
131
|
|
|
126
|
-
'@babel/helper-module-transforms@7.28.
|
|
127
|
-
resolution: {integrity: sha512-
|
|
132
|
+
'@babel/helper-module-transforms@7.28.6':
|
|
133
|
+
resolution: {integrity: sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==}
|
|
128
134
|
engines: {node: '>=6.9.0'}
|
|
129
135
|
peerDependencies:
|
|
130
136
|
'@babel/core': ^7.0.0
|
|
@@ -133,12 +139,12 @@ packages:
|
|
|
133
139
|
resolution: {integrity: sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==}
|
|
134
140
|
engines: {node: '>=6.9.0'}
|
|
135
141
|
|
|
136
|
-
'@babel/helper-plugin-utils@7.
|
|
137
|
-
resolution: {integrity: sha512-
|
|
142
|
+
'@babel/helper-plugin-utils@7.28.6':
|
|
143
|
+
resolution: {integrity: sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==}
|
|
138
144
|
engines: {node: '>=6.9.0'}
|
|
139
145
|
|
|
140
|
-
'@babel/helper-replace-supers@7.
|
|
141
|
-
resolution: {integrity: sha512-
|
|
146
|
+
'@babel/helper-replace-supers@7.28.6':
|
|
147
|
+
resolution: {integrity: sha512-mq8e+laIk94/yFec3DxSjCRD2Z0TAjhVbEJY3UQrlwVo15Lmt7C2wAUbK4bjnTs4APkwsYLTahXRraQXhb1WCg==}
|
|
142
148
|
engines: {node: '>=6.9.0'}
|
|
143
149
|
peerDependencies:
|
|
144
150
|
'@babel/core': ^7.0.0
|
|
@@ -159,29 +165,29 @@ packages:
|
|
|
159
165
|
resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==}
|
|
160
166
|
engines: {node: '>=6.9.0'}
|
|
161
167
|
|
|
162
|
-
'@babel/helpers@7.28.
|
|
163
|
-
resolution: {integrity: sha512-
|
|
168
|
+
'@babel/helpers@7.28.6':
|
|
169
|
+
resolution: {integrity: sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==}
|
|
164
170
|
engines: {node: '>=6.9.0'}
|
|
165
171
|
|
|
166
|
-
'@babel/parser@7.28.
|
|
167
|
-
resolution: {integrity: sha512-
|
|
172
|
+
'@babel/parser@7.28.6':
|
|
173
|
+
resolution: {integrity: sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ==}
|
|
168
174
|
engines: {node: '>=6.0.0'}
|
|
169
175
|
hasBin: true
|
|
170
176
|
|
|
171
|
-
'@babel/plugin-proposal-decorators@7.28.
|
|
172
|
-
resolution: {integrity: sha512-
|
|
177
|
+
'@babel/plugin-proposal-decorators@7.28.6':
|
|
178
|
+
resolution: {integrity: sha512-RVdFPPyY9fCRAX68haPmOk2iyKW8PKJFthmm8NeSI3paNxKWGZIn99+VbIf0FrtCpFnPgnpF/L48tadi617ULg==}
|
|
173
179
|
engines: {node: '>=6.9.0'}
|
|
174
180
|
peerDependencies:
|
|
175
181
|
'@babel/core': ^7.0.0-0
|
|
176
182
|
|
|
177
|
-
'@babel/plugin-syntax-decorators@7.
|
|
178
|
-
resolution: {integrity: sha512-
|
|
183
|
+
'@babel/plugin-syntax-decorators@7.28.6':
|
|
184
|
+
resolution: {integrity: sha512-71EYI0ONURHJBL4rSFXnITXqXrrY8q4P0q006DPfN+Rk+ASM+++IBXem/ruokgBZR8YNEWZ8R6B+rCb8VcUTqA==}
|
|
179
185
|
engines: {node: '>=6.9.0'}
|
|
180
186
|
peerDependencies:
|
|
181
187
|
'@babel/core': ^7.0.0-0
|
|
182
188
|
|
|
183
|
-
'@babel/plugin-syntax-import-attributes@7.
|
|
184
|
-
resolution: {integrity: sha512-
|
|
189
|
+
'@babel/plugin-syntax-import-attributes@7.28.6':
|
|
190
|
+
resolution: {integrity: sha512-jiLC0ma9XkQT3TKJ9uYvlakm66Pamywo+qwL+oL8HJOvc6TWdZXVfhqJr8CCzbSGUAbDOzlGHJC1U+vRfLQDvw==}
|
|
185
191
|
engines: {node: '>=6.9.0'}
|
|
186
192
|
peerDependencies:
|
|
187
193
|
'@babel/core': ^7.0.0-0
|
|
@@ -191,34 +197,34 @@ packages:
|
|
|
191
197
|
peerDependencies:
|
|
192
198
|
'@babel/core': ^7.0.0-0
|
|
193
199
|
|
|
194
|
-
'@babel/plugin-syntax-jsx@7.
|
|
195
|
-
resolution: {integrity: sha512-
|
|
200
|
+
'@babel/plugin-syntax-jsx@7.28.6':
|
|
201
|
+
resolution: {integrity: sha512-wgEmr06G6sIpqr8YDwA2dSRTE3bJ+V0IfpzfSY3Lfgd7YWOaAdlykvJi13ZKBt8cZHfgH1IXN+CL656W3uUa4w==}
|
|
196
202
|
engines: {node: '>=6.9.0'}
|
|
197
203
|
peerDependencies:
|
|
198
204
|
'@babel/core': ^7.0.0-0
|
|
199
205
|
|
|
200
|
-
'@babel/plugin-syntax-typescript@7.
|
|
201
|
-
resolution: {integrity: sha512
|
|
206
|
+
'@babel/plugin-syntax-typescript@7.28.6':
|
|
207
|
+
resolution: {integrity: sha512-+nDNmQye7nlnuuHDboPbGm00Vqg3oO8niRRL27/4LYHUsHYh0zJ1xWOz0uRwNFmM1Avzk8wZbc6rdiYhomzv/A==}
|
|
202
208
|
engines: {node: '>=6.9.0'}
|
|
203
209
|
peerDependencies:
|
|
204
210
|
'@babel/core': ^7.0.0-0
|
|
205
211
|
|
|
206
|
-
'@babel/plugin-transform-typescript@7.28.
|
|
207
|
-
resolution: {integrity: sha512-
|
|
212
|
+
'@babel/plugin-transform-typescript@7.28.6':
|
|
213
|
+
resolution: {integrity: sha512-0YWL2RFxOqEm9Efk5PvreamxPME8OyY0wM5wh5lHjF+VtVhdneCWGzZeSqzOfiobVqQaNCd2z0tQvnI9DaPWPw==}
|
|
208
214
|
engines: {node: '>=6.9.0'}
|
|
209
215
|
peerDependencies:
|
|
210
216
|
'@babel/core': ^7.0.0-0
|
|
211
217
|
|
|
212
|
-
'@babel/template@7.
|
|
213
|
-
resolution: {integrity: sha512-
|
|
218
|
+
'@babel/template@7.28.6':
|
|
219
|
+
resolution: {integrity: sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==}
|
|
214
220
|
engines: {node: '>=6.9.0'}
|
|
215
221
|
|
|
216
|
-
'@babel/traverse@7.28.
|
|
217
|
-
resolution: {integrity: sha512-
|
|
222
|
+
'@babel/traverse@7.28.6':
|
|
223
|
+
resolution: {integrity: sha512-fgWX62k02qtjqdSNTAGxmKYY/7FSL9WAS1o2Hu5+I5m9T0yxZzr4cnrfXQ/MX0rIifthCSs6FKTlzYbJcPtMNg==}
|
|
218
224
|
engines: {node: '>=6.9.0'}
|
|
219
225
|
|
|
220
|
-
'@babel/types@7.28.
|
|
221
|
-
resolution: {integrity: sha512-
|
|
226
|
+
'@babel/types@7.28.6':
|
|
227
|
+
resolution: {integrity: sha512-0ZrskXVEHSWIqZM/sQZ4EV3jZJXRkio/WCxaqKZP1g//CEWEPSfeZFcms4XeKBCHU0ZKnIkdJeU/kF+eRp5lBg==}
|
|
222
228
|
engines: {node: '>=6.9.0'}
|
|
223
229
|
|
|
224
230
|
'@ctrl/tinycolor@3.6.1':
|
|
@@ -487,116 +493,131 @@ packages:
|
|
|
487
493
|
'@rolldown/pluginutils@1.0.0-beta.53':
|
|
488
494
|
resolution: {integrity: sha512-vENRlFU4YbrwVqNDZ7fLvy+JR1CRkyr01jhSiDpE1u6py3OMzQfztQU2jxykW3ALNxO4kSlqIDeYyD0Y9RcQeQ==}
|
|
489
495
|
|
|
490
|
-
'@rolldown/pluginutils@1.0.0-beta.
|
|
491
|
-
resolution: {integrity: sha512-
|
|
496
|
+
'@rolldown/pluginutils@1.0.0-beta.59':
|
|
497
|
+
resolution: {integrity: sha512-aoh6LAJRyhtazs98ydgpNOYstxUlsOV1KJXcpf/0c0vFcUA8uyd/hwKRhqE/AAPNqAho9RliGsvitCoOzREoVA==}
|
|
492
498
|
|
|
493
|
-
'@rollup/rollup-android-arm-eabi@4.
|
|
494
|
-
resolution: {integrity: sha512-
|
|
499
|
+
'@rollup/rollup-android-arm-eabi@4.55.1':
|
|
500
|
+
resolution: {integrity: sha512-9R0DM/ykwfGIlNu6+2U09ga0WXeZ9MRC2Ter8jnz8415VbuIykVuc6bhdrbORFZANDmTDvq26mJrEVTl8TdnDg==}
|
|
495
501
|
cpu: [arm]
|
|
496
502
|
os: [android]
|
|
497
503
|
|
|
498
|
-
'@rollup/rollup-android-arm64@4.
|
|
499
|
-
resolution: {integrity: sha512-
|
|
504
|
+
'@rollup/rollup-android-arm64@4.55.1':
|
|
505
|
+
resolution: {integrity: sha512-eFZCb1YUqhTysgW3sj/55du5cG57S7UTNtdMjCW7LwVcj3dTTcowCsC8p7uBdzKsZYa8J7IDE8lhMI+HX1vQvg==}
|
|
500
506
|
cpu: [arm64]
|
|
501
507
|
os: [android]
|
|
502
508
|
|
|
503
|
-
'@rollup/rollup-darwin-arm64@4.
|
|
504
|
-
resolution: {integrity: sha512-
|
|
509
|
+
'@rollup/rollup-darwin-arm64@4.55.1':
|
|
510
|
+
resolution: {integrity: sha512-p3grE2PHcQm2e8PSGZdzIhCKbMCw/xi9XvMPErPhwO17vxtvCN5FEA2mSLgmKlCjHGMQTP6phuQTYWUnKewwGg==}
|
|
505
511
|
cpu: [arm64]
|
|
506
512
|
os: [darwin]
|
|
507
513
|
|
|
508
|
-
'@rollup/rollup-darwin-x64@4.
|
|
509
|
-
resolution: {integrity: sha512-
|
|
514
|
+
'@rollup/rollup-darwin-x64@4.55.1':
|
|
515
|
+
resolution: {integrity: sha512-rDUjG25C9qoTm+e02Esi+aqTKSBYwVTaoS1wxcN47/Luqef57Vgp96xNANwt5npq9GDxsH7kXxNkJVEsWEOEaQ==}
|
|
510
516
|
cpu: [x64]
|
|
511
517
|
os: [darwin]
|
|
512
518
|
|
|
513
|
-
'@rollup/rollup-freebsd-arm64@4.
|
|
514
|
-
resolution: {integrity: sha512
|
|
519
|
+
'@rollup/rollup-freebsd-arm64@4.55.1':
|
|
520
|
+
resolution: {integrity: sha512-+JiU7Jbp5cdxekIgdte0jfcu5oqw4GCKr6i3PJTlXTCU5H5Fvtkpbs4XJHRmWNXF+hKmn4v7ogI5OQPaupJgOg==}
|
|
515
521
|
cpu: [arm64]
|
|
516
522
|
os: [freebsd]
|
|
517
523
|
|
|
518
|
-
'@rollup/rollup-freebsd-x64@4.
|
|
519
|
-
resolution: {integrity: sha512-
|
|
524
|
+
'@rollup/rollup-freebsd-x64@4.55.1':
|
|
525
|
+
resolution: {integrity: sha512-V5xC1tOVWtLLmr3YUk2f6EJK4qksksOYiz/TCsFHu/R+woubcLWdC9nZQmwjOAbmExBIVKsm1/wKmEy4z4u4Bw==}
|
|
520
526
|
cpu: [x64]
|
|
521
527
|
os: [freebsd]
|
|
522
528
|
|
|
523
|
-
'@rollup/rollup-linux-arm-gnueabihf@4.
|
|
524
|
-
resolution: {integrity: sha512-
|
|
529
|
+
'@rollup/rollup-linux-arm-gnueabihf@4.55.1':
|
|
530
|
+
resolution: {integrity: sha512-Rn3n+FUk2J5VWx+ywrG/HGPTD9jXNbicRtTM11e/uorplArnXZYsVifnPPqNNP5BsO3roI4n8332ukpY/zN7rQ==}
|
|
525
531
|
cpu: [arm]
|
|
526
532
|
os: [linux]
|
|
527
533
|
|
|
528
|
-
'@rollup/rollup-linux-arm-musleabihf@4.
|
|
529
|
-
resolution: {integrity: sha512
|
|
534
|
+
'@rollup/rollup-linux-arm-musleabihf@4.55.1':
|
|
535
|
+
resolution: {integrity: sha512-grPNWydeKtc1aEdrJDWk4opD7nFtQbMmV7769hiAaYyUKCT1faPRm2av8CX1YJsZ4TLAZcg9gTR1KvEzoLjXkg==}
|
|
530
536
|
cpu: [arm]
|
|
531
537
|
os: [linux]
|
|
532
538
|
|
|
533
|
-
'@rollup/rollup-linux-arm64-gnu@4.
|
|
534
|
-
resolution: {integrity: sha512-
|
|
539
|
+
'@rollup/rollup-linux-arm64-gnu@4.55.1':
|
|
540
|
+
resolution: {integrity: sha512-a59mwd1k6x8tXKcUxSyISiquLwB5pX+fJW9TkWU46lCqD/GRDe9uDN31jrMmVP3feI3mhAdvcCClhV8V5MhJFQ==}
|
|
535
541
|
cpu: [arm64]
|
|
536
542
|
os: [linux]
|
|
537
543
|
|
|
538
|
-
'@rollup/rollup-linux-arm64-musl@4.
|
|
539
|
-
resolution: {integrity: sha512-
|
|
544
|
+
'@rollup/rollup-linux-arm64-musl@4.55.1':
|
|
545
|
+
resolution: {integrity: sha512-puS1MEgWX5GsHSoiAsF0TYrpomdvkaXm0CofIMG5uVkP6IBV+ZO9xhC5YEN49nsgYo1DuuMquF9+7EDBVYu4uA==}
|
|
540
546
|
cpu: [arm64]
|
|
541
547
|
os: [linux]
|
|
542
548
|
|
|
543
|
-
'@rollup/rollup-linux-loong64-gnu@4.
|
|
544
|
-
resolution: {integrity: sha512-
|
|
549
|
+
'@rollup/rollup-linux-loong64-gnu@4.55.1':
|
|
550
|
+
resolution: {integrity: sha512-r3Wv40in+lTsULSb6nnoudVbARdOwb2u5fpeoOAZjFLznp6tDU8kd+GTHmJoqZ9lt6/Sys33KdIHUaQihFcu7g==}
|
|
545
551
|
cpu: [loong64]
|
|
546
552
|
os: [linux]
|
|
547
553
|
|
|
548
|
-
'@rollup/rollup-linux-
|
|
549
|
-
resolution: {integrity: sha512-
|
|
554
|
+
'@rollup/rollup-linux-loong64-musl@4.55.1':
|
|
555
|
+
resolution: {integrity: sha512-MR8c0+UxAlB22Fq4R+aQSPBayvYa3+9DrwG/i1TKQXFYEaoW3B5b/rkSRIypcZDdWjWnpcvxbNaAJDcSbJU3Lw==}
|
|
556
|
+
cpu: [loong64]
|
|
557
|
+
os: [linux]
|
|
558
|
+
|
|
559
|
+
'@rollup/rollup-linux-ppc64-gnu@4.55.1':
|
|
560
|
+
resolution: {integrity: sha512-3KhoECe1BRlSYpMTeVrD4sh2Pw2xgt4jzNSZIIPLFEsnQn9gAnZagW9+VqDqAHgm1Xc77LzJOo2LdigS5qZ+gw==}
|
|
561
|
+
cpu: [ppc64]
|
|
562
|
+
os: [linux]
|
|
563
|
+
|
|
564
|
+
'@rollup/rollup-linux-ppc64-musl@4.55.1':
|
|
565
|
+
resolution: {integrity: sha512-ziR1OuZx0vdYZZ30vueNZTg73alF59DicYrPViG0NEgDVN8/Jl87zkAPu4u6VjZST2llgEUjaiNl9JM6HH1Vdw==}
|
|
550
566
|
cpu: [ppc64]
|
|
551
567
|
os: [linux]
|
|
552
568
|
|
|
553
|
-
'@rollup/rollup-linux-riscv64-gnu@4.
|
|
554
|
-
resolution: {integrity: sha512-
|
|
569
|
+
'@rollup/rollup-linux-riscv64-gnu@4.55.1':
|
|
570
|
+
resolution: {integrity: sha512-uW0Y12ih2XJRERZ4jAfKamTyIHVMPQnTZcQjme2HMVDAHY4amf5u414OqNYC+x+LzRdRcnIG1YodLrrtA8xsxw==}
|
|
555
571
|
cpu: [riscv64]
|
|
556
572
|
os: [linux]
|
|
557
573
|
|
|
558
|
-
'@rollup/rollup-linux-riscv64-musl@4.
|
|
559
|
-
resolution: {integrity: sha512-
|
|
574
|
+
'@rollup/rollup-linux-riscv64-musl@4.55.1':
|
|
575
|
+
resolution: {integrity: sha512-u9yZ0jUkOED1BFrqu3BwMQoixvGHGZ+JhJNkNKY/hyoEgOwlqKb62qu+7UjbPSHYjiVy8kKJHvXKv5coH4wDeg==}
|
|
560
576
|
cpu: [riscv64]
|
|
561
577
|
os: [linux]
|
|
562
578
|
|
|
563
|
-
'@rollup/rollup-linux-s390x-gnu@4.
|
|
564
|
-
resolution: {integrity: sha512
|
|
579
|
+
'@rollup/rollup-linux-s390x-gnu@4.55.1':
|
|
580
|
+
resolution: {integrity: sha512-/0PenBCmqM4ZUd0190j7J0UsQ/1nsi735iPRakO8iPciE7BQ495Y6msPzaOmvx0/pn+eJVVlZrNrSh4WSYLxNg==}
|
|
565
581
|
cpu: [s390x]
|
|
566
582
|
os: [linux]
|
|
567
583
|
|
|
568
|
-
'@rollup/rollup-linux-x64-gnu@4.
|
|
569
|
-
resolution: {integrity: sha512-
|
|
584
|
+
'@rollup/rollup-linux-x64-gnu@4.55.1':
|
|
585
|
+
resolution: {integrity: sha512-a8G4wiQxQG2BAvo+gU6XrReRRqj+pLS2NGXKm8io19goR+K8lw269eTrPkSdDTALwMmJp4th2Uh0D8J9bEV1vg==}
|
|
570
586
|
cpu: [x64]
|
|
571
587
|
os: [linux]
|
|
572
588
|
|
|
573
|
-
'@rollup/rollup-linux-x64-musl@4.
|
|
574
|
-
resolution: {integrity: sha512-
|
|
589
|
+
'@rollup/rollup-linux-x64-musl@4.55.1':
|
|
590
|
+
resolution: {integrity: sha512-bD+zjpFrMpP/hqkfEcnjXWHMw5BIghGisOKPj+2NaNDuVT+8Ds4mPf3XcPHuat1tz89WRL+1wbcxKY3WSbiT7w==}
|
|
575
591
|
cpu: [x64]
|
|
576
592
|
os: [linux]
|
|
577
593
|
|
|
578
|
-
'@rollup/rollup-
|
|
579
|
-
resolution: {integrity: sha512-
|
|
594
|
+
'@rollup/rollup-openbsd-x64@4.55.1':
|
|
595
|
+
resolution: {integrity: sha512-eLXw0dOiqE4QmvikfQ6yjgkg/xDM+MdU9YJuP4ySTibXU0oAvnEWXt7UDJmD4UkYialMfOGFPJnIHSe/kdzPxg==}
|
|
596
|
+
cpu: [x64]
|
|
597
|
+
os: [openbsd]
|
|
598
|
+
|
|
599
|
+
'@rollup/rollup-openharmony-arm64@4.55.1':
|
|
600
|
+
resolution: {integrity: sha512-xzm44KgEP11te3S2HCSyYf5zIzWmx3n8HDCc7EE59+lTcswEWNpvMLfd9uJvVX8LCg9QWG67Xt75AuHn4vgsXw==}
|
|
580
601
|
cpu: [arm64]
|
|
581
602
|
os: [openharmony]
|
|
582
603
|
|
|
583
|
-
'@rollup/rollup-win32-arm64-msvc@4.
|
|
584
|
-
resolution: {integrity: sha512-
|
|
604
|
+
'@rollup/rollup-win32-arm64-msvc@4.55.1':
|
|
605
|
+
resolution: {integrity: sha512-yR6Bl3tMC/gBok5cz/Qi0xYnVbIxGx5Fcf/ca0eB6/6JwOY+SRUcJfI0OpeTpPls7f194as62thCt/2BjxYN8g==}
|
|
585
606
|
cpu: [arm64]
|
|
586
607
|
os: [win32]
|
|
587
608
|
|
|
588
|
-
'@rollup/rollup-win32-ia32-msvc@4.
|
|
589
|
-
resolution: {integrity: sha512-
|
|
609
|
+
'@rollup/rollup-win32-ia32-msvc@4.55.1':
|
|
610
|
+
resolution: {integrity: sha512-3fZBidchE0eY0oFZBnekYCfg+5wAB0mbpCBuofh5mZuzIU/4jIVkbESmd2dOsFNS78b53CYv3OAtwqkZZmU5nA==}
|
|
590
611
|
cpu: [ia32]
|
|
591
612
|
os: [win32]
|
|
592
613
|
|
|
593
|
-
'@rollup/rollup-win32-x64-gnu@4.
|
|
594
|
-
resolution: {integrity: sha512-
|
|
614
|
+
'@rollup/rollup-win32-x64-gnu@4.55.1':
|
|
615
|
+
resolution: {integrity: sha512-xGGY5pXj69IxKb4yv/POoocPy/qmEGhimy/FoTpTSVju3FYXUQQMFCaZZXJVidsmGxRioZAwpThl/4zX41gRKg==}
|
|
595
616
|
cpu: [x64]
|
|
596
617
|
os: [win32]
|
|
597
618
|
|
|
598
|
-
'@rollup/rollup-win32-x64-msvc@4.
|
|
599
|
-
resolution: {integrity: sha512-
|
|
619
|
+
'@rollup/rollup-win32-x64-msvc@4.55.1':
|
|
620
|
+
resolution: {integrity: sha512-SPEpaL6DX4rmcXtnhdrQYgzQ5W2uW3SCJch88lB2zImhJRhIIK44fkUrgIV/Q8yUNfw5oyZ5vkeQsZLhCb06lw==}
|
|
600
621
|
cpu: [x64]
|
|
601
622
|
os: [win32]
|
|
602
623
|
|
|
@@ -615,72 +636,72 @@ packages:
|
|
|
615
636
|
'@types/lodash-es@4.17.12':
|
|
616
637
|
resolution: {integrity: sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==}
|
|
617
638
|
|
|
618
|
-
'@types/lodash@4.17.
|
|
619
|
-
resolution: {integrity: sha512-
|
|
639
|
+
'@types/lodash@4.17.23':
|
|
640
|
+
resolution: {integrity: sha512-RDvF6wTulMPjrNdCoYRC8gNR880JNGT8uB+REUpC2Ns4pRqQJhGz90wh7rgdXDPpCczF3VGktDuFGVnz8zP7HA==}
|
|
620
641
|
|
|
621
|
-
'@types/node@24.10.
|
|
622
|
-
resolution: {integrity: sha512
|
|
642
|
+
'@types/node@24.10.7':
|
|
643
|
+
resolution: {integrity: sha512-+054pVMzVTmRQV8BhpGv3UyfZ2Llgl8rdpDTon+cUH9+na0ncBVXj3wTUKh14+Kiz18ziM3b4ikpP5/Pc0rQEQ==}
|
|
623
644
|
|
|
624
645
|
'@types/web-bluetooth@0.0.20':
|
|
625
646
|
resolution: {integrity: sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==}
|
|
626
647
|
|
|
627
|
-
'@typescript-eslint/eslint-plugin@8.
|
|
628
|
-
resolution: {integrity: sha512-
|
|
648
|
+
'@typescript-eslint/eslint-plugin@8.53.0':
|
|
649
|
+
resolution: {integrity: sha512-eEXsVvLPu8Z4PkFibtuFJLJOTAV/nPdgtSjkGoPpddpFk3/ym2oy97jynY6ic2m6+nc5M8SE1e9v/mHKsulcJg==}
|
|
629
650
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
630
651
|
peerDependencies:
|
|
631
|
-
'@typescript-eslint/parser': ^8.
|
|
652
|
+
'@typescript-eslint/parser': ^8.53.0
|
|
632
653
|
eslint: ^8.57.0 || ^9.0.0
|
|
633
654
|
typescript: '>=4.8.4 <6.0.0'
|
|
634
655
|
|
|
635
|
-
'@typescript-eslint/parser@8.
|
|
636
|
-
resolution: {integrity: sha512-
|
|
656
|
+
'@typescript-eslint/parser@8.53.0':
|
|
657
|
+
resolution: {integrity: sha512-npiaib8XzbjtzS2N4HlqPvlpxpmZ14FjSJrteZpPxGUaYPlvhzlzUZ4mZyABo0EFrOWnvyd0Xxroq//hKhtAWg==}
|
|
637
658
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
638
659
|
peerDependencies:
|
|
639
660
|
eslint: ^8.57.0 || ^9.0.0
|
|
640
661
|
typescript: '>=4.8.4 <6.0.0'
|
|
641
662
|
|
|
642
|
-
'@typescript-eslint/project-service@8.
|
|
643
|
-
resolution: {integrity: sha512-
|
|
663
|
+
'@typescript-eslint/project-service@8.53.0':
|
|
664
|
+
resolution: {integrity: sha512-Bl6Gdr7NqkqIP5yP9z1JU///Nmes4Eose6L1HwpuVHwScgDPPuEWbUVhvlZmb8hy0vX9syLk5EGNL700WcBlbg==}
|
|
644
665
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
645
666
|
peerDependencies:
|
|
646
667
|
typescript: '>=4.8.4 <6.0.0'
|
|
647
668
|
|
|
648
|
-
'@typescript-eslint/scope-manager@8.
|
|
649
|
-
resolution: {integrity: sha512-
|
|
669
|
+
'@typescript-eslint/scope-manager@8.53.0':
|
|
670
|
+
resolution: {integrity: sha512-kWNj3l01eOGSdVBnfAF2K1BTh06WS0Yet6JUgb9Cmkqaz3Jlu0fdVUjj9UI8gPidBWSMqDIglmEXifSgDT/D0g==}
|
|
650
671
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
651
672
|
|
|
652
|
-
'@typescript-eslint/tsconfig-utils@8.
|
|
653
|
-
resolution: {integrity: sha512-
|
|
673
|
+
'@typescript-eslint/tsconfig-utils@8.53.0':
|
|
674
|
+
resolution: {integrity: sha512-K6Sc0R5GIG6dNoPdOooQ+KtvT5KCKAvTcY8h2rIuul19vxH5OTQk7ArKkd4yTzkw66WnNY0kPPzzcmWA+XRmiA==}
|
|
654
675
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
655
676
|
peerDependencies:
|
|
656
677
|
typescript: '>=4.8.4 <6.0.0'
|
|
657
678
|
|
|
658
|
-
'@typescript-eslint/type-utils@8.
|
|
659
|
-
resolution: {integrity: sha512-
|
|
679
|
+
'@typescript-eslint/type-utils@8.53.0':
|
|
680
|
+
resolution: {integrity: sha512-BBAUhlx7g4SmcLhn8cnbxoxtmS7hcq39xKCgiutL3oNx1TaIp+cny51s8ewnKMpVUKQUGb41RAUWZ9kxYdovuw==}
|
|
660
681
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
661
682
|
peerDependencies:
|
|
662
683
|
eslint: ^8.57.0 || ^9.0.0
|
|
663
684
|
typescript: '>=4.8.4 <6.0.0'
|
|
664
685
|
|
|
665
|
-
'@typescript-eslint/types@8.
|
|
666
|
-
resolution: {integrity: sha512-
|
|
686
|
+
'@typescript-eslint/types@8.53.0':
|
|
687
|
+
resolution: {integrity: sha512-Bmh9KX31Vlxa13+PqPvt4RzKRN1XORYSLlAE+sO1i28NkisGbTtSLFVB3l7PWdHtR3E0mVMuC7JilWJ99m2HxQ==}
|
|
667
688
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
668
689
|
|
|
669
|
-
'@typescript-eslint/typescript-estree@8.
|
|
670
|
-
resolution: {integrity: sha512-
|
|
690
|
+
'@typescript-eslint/typescript-estree@8.53.0':
|
|
691
|
+
resolution: {integrity: sha512-pw0c0Gdo7Z4xOG987u3nJ8akL9093yEEKv8QTJ+Bhkghj1xyj8cgPaavlr9rq8h7+s6plUJ4QJYw2gCZodqmGw==}
|
|
671
692
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
672
693
|
peerDependencies:
|
|
673
694
|
typescript: '>=4.8.4 <6.0.0'
|
|
674
695
|
|
|
675
|
-
'@typescript-eslint/utils@8.
|
|
676
|
-
resolution: {integrity: sha512-
|
|
696
|
+
'@typescript-eslint/utils@8.53.0':
|
|
697
|
+
resolution: {integrity: sha512-XDY4mXTez3Z1iRDI5mbRhH4DFSt46oaIFsLg+Zn97+sYrXACziXSQcSelMybnVZ5pa1P6xYkPr5cMJyunM1ZDA==}
|
|
677
698
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
678
699
|
peerDependencies:
|
|
679
700
|
eslint: ^8.57.0 || ^9.0.0
|
|
680
701
|
typescript: '>=4.8.4 <6.0.0'
|
|
681
702
|
|
|
682
|
-
'@typescript-eslint/visitor-keys@8.
|
|
683
|
-
resolution: {integrity: sha512-
|
|
703
|
+
'@typescript-eslint/visitor-keys@8.53.0':
|
|
704
|
+
resolution: {integrity: sha512-LZ2NqIHFhvFwxG0qZeLL9DvdNAHPGCY5dIRwBhyYeU+LfLhcStE1ImjsuTG/WaVh3XysGaeLW8Rqq7cGkPCFvw==}
|
|
684
705
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
685
706
|
|
|
686
707
|
'@vitejs/plugin-vue-jsx@5.1.3':
|
|
@@ -706,6 +727,15 @@ packages:
|
|
|
706
727
|
'@volar/typescript@2.4.27':
|
|
707
728
|
resolution: {integrity: sha512-eWaYCcl/uAPInSK2Lze6IqVWaBu/itVqR5InXcHXFyles4zO++Mglt3oxdgj75BDcv1Knr9Y93nowS8U3wqhxg==}
|
|
708
729
|
|
|
730
|
+
'@vue-macros/common@3.1.2':
|
|
731
|
+
resolution: {integrity: sha512-h9t4ArDdniO9ekYHAD95t9AZcAbb19lEGK+26iAjUODOIJKmObDNBSe4+6ELQAA3vtYiFPPBtHh7+cQCKi3Dng==}
|
|
732
|
+
engines: {node: '>=20.19.0'}
|
|
733
|
+
peerDependencies:
|
|
734
|
+
vue: ^2.7.0 || ^3.2.25
|
|
735
|
+
peerDependenciesMeta:
|
|
736
|
+
vue:
|
|
737
|
+
optional: true
|
|
738
|
+
|
|
709
739
|
'@vue/babel-helper-vue-transform-on@1.5.0':
|
|
710
740
|
resolution: {integrity: sha512-0dAYkerNhhHutHZ34JtTl2czVQHUNWv6xEbkdF5W+Yrv5pCWsqjeORdOgbtW2I9gWlt+wBmVn+ttqN9ZxR5tzA==}
|
|
711
741
|
|
|
@@ -790,8 +820,8 @@ packages:
|
|
|
790
820
|
typescript:
|
|
791
821
|
optional: true
|
|
792
822
|
|
|
793
|
-
'@vue/language-core@3.2.
|
|
794
|
-
resolution: {integrity: sha512-
|
|
823
|
+
'@vue/language-core@3.2.2':
|
|
824
|
+
resolution: {integrity: sha512-5DAuhxsxBN9kbriklh3Q5AMaJhyOCNiQJvCskN9/30XOpdLiqZU9Q+WvjArP17ubdGEyZtBzlIeG5nIjEbNOrQ==}
|
|
795
825
|
|
|
796
826
|
'@vue/reactivity@3.5.26':
|
|
797
827
|
resolution: {integrity: sha512-9EnYB1/DIiUYYnzlnUBgwU32NNvLp/nhxLXeWRhHUEeWNTn1ECxX8aGO7RTXeX6PPcxe3LLuNBFoJbV4QZ+CFQ==}
|
|
@@ -861,14 +891,22 @@ packages:
|
|
|
861
891
|
argparse@2.0.1:
|
|
862
892
|
resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
|
|
863
893
|
|
|
894
|
+
ast-kit@2.2.0:
|
|
895
|
+
resolution: {integrity: sha512-m1Q/RaVOnTp9JxPX+F+Zn7IcLYMzM8kZofDImfsKZd8MbR+ikdOzTeztStWqfrqIxZnYWryyI9ePm3NGjnZgGw==}
|
|
896
|
+
engines: {node: '>=20.19.0'}
|
|
897
|
+
|
|
898
|
+
ast-walker-scope@0.8.3:
|
|
899
|
+
resolution: {integrity: sha512-cbdCP0PGOBq0ASG+sjnKIoYkWMKhhz+F/h9pRexUdX2Hd38+WOlBkRKlqkGOSm0YQpcFMQBJeK4WspUAkwsEdg==}
|
|
900
|
+
engines: {node: '>=20.19.0'}
|
|
901
|
+
|
|
864
902
|
async-validator@4.2.5:
|
|
865
903
|
resolution: {integrity: sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==}
|
|
866
904
|
|
|
867
905
|
balanced-match@1.0.2:
|
|
868
906
|
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
|
|
869
907
|
|
|
870
|
-
baseline-browser-mapping@2.9.
|
|
871
|
-
resolution: {integrity: sha512-
|
|
908
|
+
baseline-browser-mapping@2.9.14:
|
|
909
|
+
resolution: {integrity: sha512-B0xUquLkiGLgHhpPBqvl7GWegWBUNuujQ6kXd/r1U38ElPT6Ok8KZ8e+FpUGEc2ZoRQUzq/aUnaKFc/svWUGSg==}
|
|
872
910
|
hasBin: true
|
|
873
911
|
|
|
874
912
|
birpc@2.9.0:
|
|
@@ -900,8 +938,8 @@ packages:
|
|
|
900
938
|
resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==}
|
|
901
939
|
engines: {node: '>=6'}
|
|
902
940
|
|
|
903
|
-
caniuse-lite@1.0.
|
|
904
|
-
resolution: {integrity: sha512-
|
|
941
|
+
caniuse-lite@1.0.30001764:
|
|
942
|
+
resolution: {integrity: sha512-9JGuzl2M+vPL+pz70gtMF9sHdMFbY9FJaQBi186cHKH3pSzDvzoUJUPV6fqiKIMyXbud9ZLg4F3Yza1vJ1+93g==}
|
|
905
943
|
|
|
906
944
|
chalk@4.1.2:
|
|
907
945
|
resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
|
|
@@ -911,6 +949,10 @@ packages:
|
|
|
911
949
|
resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==}
|
|
912
950
|
engines: {node: '>= 14.16.0'}
|
|
913
951
|
|
|
952
|
+
chokidar@5.0.0:
|
|
953
|
+
resolution: {integrity: sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==}
|
|
954
|
+
engines: {node: '>= 20.19.0'}
|
|
955
|
+
|
|
914
956
|
color-convert@2.0.1:
|
|
915
957
|
resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==}
|
|
916
958
|
engines: {node: '>=7.0.0'}
|
|
@@ -973,11 +1015,14 @@ packages:
|
|
|
973
1015
|
resolution: {integrity: sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==}
|
|
974
1016
|
engines: {node: '>=12'}
|
|
975
1017
|
|
|
1018
|
+
defu@6.1.4:
|
|
1019
|
+
resolution: {integrity: sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==}
|
|
1020
|
+
|
|
976
1021
|
electron-to-chromium@1.5.267:
|
|
977
1022
|
resolution: {integrity: sha512-0Drusm6MVRXSOJpGbaSVgcQsuB4hEkMpHXaVstcPmhu5LIedxs1xNK/nIxmQIU/RPC0+1/o0AVZfBTkTNJOdUw==}
|
|
978
1023
|
|
|
979
|
-
element-plus@2.13.
|
|
980
|
-
resolution: {integrity: sha512-
|
|
1024
|
+
element-plus@2.13.1:
|
|
1025
|
+
resolution: {integrity: sha512-eG4BDBGdAsUGN6URH1PixzZb0ngdapLivIk1meghS1uEueLvQ3aljSKrCt5x6sYb6mUk8eGtzTQFgsPmLavQcA==}
|
|
981
1026
|
peerDependencies:
|
|
982
1027
|
vue: ^3.3.0
|
|
983
1028
|
|
|
@@ -1261,8 +1306,8 @@ packages:
|
|
|
1261
1306
|
kolorist@1.8.0:
|
|
1262
1307
|
resolution: {integrity: sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==}
|
|
1263
1308
|
|
|
1264
|
-
l-global@1.0.
|
|
1265
|
-
resolution: {integrity: sha512-
|
|
1309
|
+
l-global@1.0.5:
|
|
1310
|
+
resolution: {integrity: sha512-qYSgDaVAs/TrhbC85YK6PxsGEeau2DmIziMDRbwE0tKXE+sgtGe0a/fbNquQOr+hb4phZccqnOiErTgWEKrnIg==}
|
|
1266
1311
|
|
|
1267
1312
|
levn@0.4.1:
|
|
1268
1313
|
resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==}
|
|
@@ -1295,6 +1340,10 @@ packages:
|
|
|
1295
1340
|
lru-cache@5.1.1:
|
|
1296
1341
|
resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
|
|
1297
1342
|
|
|
1343
|
+
magic-string-ast@1.0.3:
|
|
1344
|
+
resolution: {integrity: sha512-CvkkH1i81zl7mmb94DsRiFeG9V2fR2JeuK8yDgS8oiZSFa++wWLEgZ5ufEOyLHbvSbD1gTRKv9NdX69Rnvr9JA==}
|
|
1345
|
+
engines: {node: '>=20.19.0'}
|
|
1346
|
+
|
|
1298
1347
|
magic-string@0.30.21:
|
|
1299
1348
|
resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
|
|
1300
1349
|
|
|
@@ -1426,6 +1475,20 @@ packages:
|
|
|
1426
1475
|
engines: {node: '>=0.10'}
|
|
1427
1476
|
hasBin: true
|
|
1428
1477
|
|
|
1478
|
+
pinia-plugin-persistedstate@4.7.1:
|
|
1479
|
+
resolution: {integrity: sha512-WHOqh2esDlR3eAaknPbqXrkkj0D24h8shrDPqysgCFR6ghqP/fpFfJmMPJp0gETHsvrh9YNNg6dQfo2OEtDnIQ==}
|
|
1480
|
+
peerDependencies:
|
|
1481
|
+
'@nuxt/kit': '>=3.0.0'
|
|
1482
|
+
'@pinia/nuxt': '>=0.10.0'
|
|
1483
|
+
pinia: '>=3.0.0'
|
|
1484
|
+
peerDependenciesMeta:
|
|
1485
|
+
'@nuxt/kit':
|
|
1486
|
+
optional: true
|
|
1487
|
+
'@pinia/nuxt':
|
|
1488
|
+
optional: true
|
|
1489
|
+
pinia:
|
|
1490
|
+
optional: true
|
|
1491
|
+
|
|
1429
1492
|
pinia@3.0.4:
|
|
1430
1493
|
resolution: {integrity: sha512-l7pqLUFTI/+ESXn6k3nu30ZIzW5E2WZF/LaHJEpoq6ElcLD+wduZoB2kBN19du6K/4FDpPMazY2wJr+IndBtQw==}
|
|
1431
1494
|
peerDependencies:
|
|
@@ -1480,6 +1543,10 @@ packages:
|
|
|
1480
1543
|
resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==}
|
|
1481
1544
|
engines: {node: '>= 14.18.0'}
|
|
1482
1545
|
|
|
1546
|
+
readdirp@5.0.0:
|
|
1547
|
+
resolution: {integrity: sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==}
|
|
1548
|
+
engines: {node: '>= 20.19.0'}
|
|
1549
|
+
|
|
1483
1550
|
resolve-from@4.0.0:
|
|
1484
1551
|
resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==}
|
|
1485
1552
|
engines: {node: '>=4'}
|
|
@@ -1491,8 +1558,8 @@ packages:
|
|
|
1491
1558
|
rfdc@1.4.1:
|
|
1492
1559
|
resolution: {integrity: sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==}
|
|
1493
1560
|
|
|
1494
|
-
rollup@4.
|
|
1495
|
-
resolution: {integrity: sha512-
|
|
1561
|
+
rollup@4.55.1:
|
|
1562
|
+
resolution: {integrity: sha512-wDv/Ht1BNHB4upNbK74s9usvl7hObDnvVzknxqY/E/O3X6rW1U1rV1aENEfJ54eFZDTNo7zv1f5N4edCluH7+A==}
|
|
1496
1563
|
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
|
|
1497
1564
|
hasBin: true
|
|
1498
1565
|
|
|
@@ -1580,8 +1647,8 @@ packages:
|
|
|
1580
1647
|
resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
|
|
1581
1648
|
engines: {node: '>= 0.8.0'}
|
|
1582
1649
|
|
|
1583
|
-
typescript-eslint@8.
|
|
1584
|
-
resolution: {integrity: sha512-
|
|
1650
|
+
typescript-eslint@8.53.0:
|
|
1651
|
+
resolution: {integrity: sha512-xHURCQNxZ1dsWn0sdOaOfCSQG0HKeqSj9OexIxrz6ypU6wHYOdX2I3D2b8s8wFSsSOYJb+6q283cLiLlkEsBYw==}
|
|
1585
1652
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
1586
1653
|
peerDependencies:
|
|
1587
1654
|
eslint: ^8.57.0 || ^9.0.0
|
|
@@ -1592,8 +1659,8 @@ packages:
|
|
|
1592
1659
|
engines: {node: '>=14.17'}
|
|
1593
1660
|
hasBin: true
|
|
1594
1661
|
|
|
1595
|
-
ufo@1.6.
|
|
1596
|
-
resolution: {integrity: sha512-
|
|
1662
|
+
ufo@1.6.2:
|
|
1663
|
+
resolution: {integrity: sha512-heMioaxBcG9+Znsda5Q8sQbWnLJSl98AFDXTO80wELWEzX3hordXsTdxrIfMQoO9IY1MEnoGoPjpoKpMj+Yx0Q==}
|
|
1597
1664
|
|
|
1598
1665
|
undici-types@7.16.0:
|
|
1599
1666
|
resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==}
|
|
@@ -1631,6 +1698,15 @@ packages:
|
|
|
1631
1698
|
'@nuxt/kit':
|
|
1632
1699
|
optional: true
|
|
1633
1700
|
|
|
1701
|
+
unplugin-vue-router@0.19.2:
|
|
1702
|
+
resolution: {integrity: sha512-u5dgLBarxE5cyDK/hzJGfpCTLIAyiTXGlo85COuD4Nssj6G7NxS+i9mhCWz/1p/ud1eMwdcUbTXehQe41jYZUA==}
|
|
1703
|
+
peerDependencies:
|
|
1704
|
+
'@vue/compiler-sfc': ^3.5.17
|
|
1705
|
+
vue-router: ^4.6.0
|
|
1706
|
+
peerDependenciesMeta:
|
|
1707
|
+
vue-router:
|
|
1708
|
+
optional: true
|
|
1709
|
+
|
|
1634
1710
|
unplugin@2.3.11:
|
|
1635
1711
|
resolution: {integrity: sha512-5uKD0nqiYVzlmCRs01Fhs2BdkEgBS3SAVP6ndrBsuK42iC2+JHyxM05Rm9G8+5mkmRtzMZGY8Ct5+mliZxU/Ww==}
|
|
1636
1712
|
engines: {node: '>=18.12.0'}
|
|
@@ -1678,8 +1754,8 @@ packages:
|
|
|
1678
1754
|
peerDependencies:
|
|
1679
1755
|
vite: ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0
|
|
1680
1756
|
|
|
1681
|
-
vite@7.3.
|
|
1682
|
-
resolution: {integrity: sha512-
|
|
1757
|
+
vite@7.3.1:
|
|
1758
|
+
resolution: {integrity: sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==}
|
|
1683
1759
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
1684
1760
|
hasBin: true
|
|
1685
1761
|
peerDependencies:
|
|
@@ -1743,8 +1819,8 @@ packages:
|
|
|
1743
1819
|
peerDependencies:
|
|
1744
1820
|
vue: ^3.5.0
|
|
1745
1821
|
|
|
1746
|
-
vue-tsc@3.2.
|
|
1747
|
-
resolution: {integrity: sha512-
|
|
1822
|
+
vue-tsc@3.2.2:
|
|
1823
|
+
resolution: {integrity: sha512-r9YSia/VgGwmbbfC06hDdAatH634XJ9nVl6Zrnz1iK4ucp8Wu78kawplXnIDa3MSu1XdQQePTHLXYwPDWn+nyQ==}
|
|
1748
1824
|
hasBin: true
|
|
1749
1825
|
peerDependencies:
|
|
1750
1826
|
typescript: '>=5.0.0'
|
|
@@ -1785,31 +1861,36 @@ packages:
|
|
|
1785
1861
|
yallist@3.1.1:
|
|
1786
1862
|
resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
|
|
1787
1863
|
|
|
1864
|
+
yaml@2.8.2:
|
|
1865
|
+
resolution: {integrity: sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==}
|
|
1866
|
+
engines: {node: '>= 14.6'}
|
|
1867
|
+
hasBin: true
|
|
1868
|
+
|
|
1788
1869
|
yocto-queue@0.1.0:
|
|
1789
1870
|
resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
|
|
1790
1871
|
engines: {node: '>=10'}
|
|
1791
1872
|
|
|
1792
1873
|
snapshots:
|
|
1793
1874
|
|
|
1794
|
-
'@babel/code-frame@7.
|
|
1875
|
+
'@babel/code-frame@7.28.6':
|
|
1795
1876
|
dependencies:
|
|
1796
1877
|
'@babel/helper-validator-identifier': 7.28.5
|
|
1797
1878
|
js-tokens: 4.0.0
|
|
1798
1879
|
picocolors: 1.1.1
|
|
1799
1880
|
|
|
1800
|
-
'@babel/compat-data@7.28.
|
|
1881
|
+
'@babel/compat-data@7.28.6': {}
|
|
1801
1882
|
|
|
1802
|
-
'@babel/core@7.28.
|
|
1883
|
+
'@babel/core@7.28.6':
|
|
1803
1884
|
dependencies:
|
|
1804
|
-
'@babel/code-frame': 7.
|
|
1805
|
-
'@babel/generator': 7.28.
|
|
1806
|
-
'@babel/helper-compilation-targets': 7.
|
|
1807
|
-
'@babel/helper-module-transforms': 7.28.
|
|
1808
|
-
'@babel/helpers': 7.28.
|
|
1809
|
-
'@babel/parser': 7.28.
|
|
1810
|
-
'@babel/template': 7.
|
|
1811
|
-
'@babel/traverse': 7.28.
|
|
1812
|
-
'@babel/types': 7.28.
|
|
1885
|
+
'@babel/code-frame': 7.28.6
|
|
1886
|
+
'@babel/generator': 7.28.6
|
|
1887
|
+
'@babel/helper-compilation-targets': 7.28.6
|
|
1888
|
+
'@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.6)
|
|
1889
|
+
'@babel/helpers': 7.28.6
|
|
1890
|
+
'@babel/parser': 7.28.6
|
|
1891
|
+
'@babel/template': 7.28.6
|
|
1892
|
+
'@babel/traverse': 7.28.6
|
|
1893
|
+
'@babel/types': 7.28.6
|
|
1813
1894
|
'@jridgewell/remapping': 2.3.5
|
|
1814
1895
|
convert-source-map: 2.0.0
|
|
1815
1896
|
debug: 4.4.3
|
|
@@ -1819,35 +1900,35 @@ snapshots:
|
|
|
1819
1900
|
transitivePeerDependencies:
|
|
1820
1901
|
- supports-color
|
|
1821
1902
|
|
|
1822
|
-
'@babel/generator@7.28.
|
|
1903
|
+
'@babel/generator@7.28.6':
|
|
1823
1904
|
dependencies:
|
|
1824
|
-
'@babel/parser': 7.28.
|
|
1825
|
-
'@babel/types': 7.28.
|
|
1905
|
+
'@babel/parser': 7.28.6
|
|
1906
|
+
'@babel/types': 7.28.6
|
|
1826
1907
|
'@jridgewell/gen-mapping': 0.3.13
|
|
1827
1908
|
'@jridgewell/trace-mapping': 0.3.31
|
|
1828
1909
|
jsesc: 3.1.0
|
|
1829
1910
|
|
|
1830
1911
|
'@babel/helper-annotate-as-pure@7.27.3':
|
|
1831
1912
|
dependencies:
|
|
1832
|
-
'@babel/types': 7.28.
|
|
1913
|
+
'@babel/types': 7.28.6
|
|
1833
1914
|
|
|
1834
|
-
'@babel/helper-compilation-targets@7.
|
|
1915
|
+
'@babel/helper-compilation-targets@7.28.6':
|
|
1835
1916
|
dependencies:
|
|
1836
|
-
'@babel/compat-data': 7.28.
|
|
1917
|
+
'@babel/compat-data': 7.28.6
|
|
1837
1918
|
'@babel/helper-validator-option': 7.27.1
|
|
1838
1919
|
browserslist: 4.28.1
|
|
1839
1920
|
lru-cache: 5.1.1
|
|
1840
1921
|
semver: 6.3.1
|
|
1841
1922
|
|
|
1842
|
-
'@babel/helper-create-class-features-plugin@7.28.
|
|
1923
|
+
'@babel/helper-create-class-features-plugin@7.28.6(@babel/core@7.28.6)':
|
|
1843
1924
|
dependencies:
|
|
1844
|
-
'@babel/core': 7.28.
|
|
1925
|
+
'@babel/core': 7.28.6
|
|
1845
1926
|
'@babel/helper-annotate-as-pure': 7.27.3
|
|
1846
1927
|
'@babel/helper-member-expression-to-functions': 7.28.5
|
|
1847
1928
|
'@babel/helper-optimise-call-expression': 7.27.1
|
|
1848
|
-
'@babel/helper-replace-supers': 7.
|
|
1929
|
+
'@babel/helper-replace-supers': 7.28.6(@babel/core@7.28.6)
|
|
1849
1930
|
'@babel/helper-skip-transparent-expression-wrappers': 7.27.1
|
|
1850
|
-
'@babel/traverse': 7.28.
|
|
1931
|
+
'@babel/traverse': 7.28.6
|
|
1851
1932
|
semver: 6.3.1
|
|
1852
1933
|
transitivePeerDependencies:
|
|
1853
1934
|
- supports-color
|
|
@@ -1856,46 +1937,46 @@ snapshots:
|
|
|
1856
1937
|
|
|
1857
1938
|
'@babel/helper-member-expression-to-functions@7.28.5':
|
|
1858
1939
|
dependencies:
|
|
1859
|
-
'@babel/traverse': 7.28.
|
|
1860
|
-
'@babel/types': 7.28.
|
|
1940
|
+
'@babel/traverse': 7.28.6
|
|
1941
|
+
'@babel/types': 7.28.6
|
|
1861
1942
|
transitivePeerDependencies:
|
|
1862
1943
|
- supports-color
|
|
1863
1944
|
|
|
1864
|
-
'@babel/helper-module-imports@7.
|
|
1945
|
+
'@babel/helper-module-imports@7.28.6':
|
|
1865
1946
|
dependencies:
|
|
1866
|
-
'@babel/traverse': 7.28.
|
|
1867
|
-
'@babel/types': 7.28.
|
|
1947
|
+
'@babel/traverse': 7.28.6
|
|
1948
|
+
'@babel/types': 7.28.6
|
|
1868
1949
|
transitivePeerDependencies:
|
|
1869
1950
|
- supports-color
|
|
1870
1951
|
|
|
1871
|
-
'@babel/helper-module-transforms@7.28.
|
|
1952
|
+
'@babel/helper-module-transforms@7.28.6(@babel/core@7.28.6)':
|
|
1872
1953
|
dependencies:
|
|
1873
|
-
'@babel/core': 7.28.
|
|
1874
|
-
'@babel/helper-module-imports': 7.
|
|
1954
|
+
'@babel/core': 7.28.6
|
|
1955
|
+
'@babel/helper-module-imports': 7.28.6
|
|
1875
1956
|
'@babel/helper-validator-identifier': 7.28.5
|
|
1876
|
-
'@babel/traverse': 7.28.
|
|
1957
|
+
'@babel/traverse': 7.28.6
|
|
1877
1958
|
transitivePeerDependencies:
|
|
1878
1959
|
- supports-color
|
|
1879
1960
|
|
|
1880
1961
|
'@babel/helper-optimise-call-expression@7.27.1':
|
|
1881
1962
|
dependencies:
|
|
1882
|
-
'@babel/types': 7.28.
|
|
1963
|
+
'@babel/types': 7.28.6
|
|
1883
1964
|
|
|
1884
|
-
'@babel/helper-plugin-utils@7.
|
|
1965
|
+
'@babel/helper-plugin-utils@7.28.6': {}
|
|
1885
1966
|
|
|
1886
|
-
'@babel/helper-replace-supers@7.
|
|
1967
|
+
'@babel/helper-replace-supers@7.28.6(@babel/core@7.28.6)':
|
|
1887
1968
|
dependencies:
|
|
1888
|
-
'@babel/core': 7.28.
|
|
1969
|
+
'@babel/core': 7.28.6
|
|
1889
1970
|
'@babel/helper-member-expression-to-functions': 7.28.5
|
|
1890
1971
|
'@babel/helper-optimise-call-expression': 7.27.1
|
|
1891
|
-
'@babel/traverse': 7.28.
|
|
1972
|
+
'@babel/traverse': 7.28.6
|
|
1892
1973
|
transitivePeerDependencies:
|
|
1893
1974
|
- supports-color
|
|
1894
1975
|
|
|
1895
1976
|
'@babel/helper-skip-transparent-expression-wrappers@7.27.1':
|
|
1896
1977
|
dependencies:
|
|
1897
|
-
'@babel/traverse': 7.28.
|
|
1898
|
-
'@babel/types': 7.28.
|
|
1978
|
+
'@babel/traverse': 7.28.6
|
|
1979
|
+
'@babel/types': 7.28.6
|
|
1899
1980
|
transitivePeerDependencies:
|
|
1900
1981
|
- supports-color
|
|
1901
1982
|
|
|
@@ -1905,79 +1986,79 @@ snapshots:
|
|
|
1905
1986
|
|
|
1906
1987
|
'@babel/helper-validator-option@7.27.1': {}
|
|
1907
1988
|
|
|
1908
|
-
'@babel/helpers@7.28.
|
|
1989
|
+
'@babel/helpers@7.28.6':
|
|
1909
1990
|
dependencies:
|
|
1910
|
-
'@babel/template': 7.
|
|
1911
|
-
'@babel/types': 7.28.
|
|
1991
|
+
'@babel/template': 7.28.6
|
|
1992
|
+
'@babel/types': 7.28.6
|
|
1912
1993
|
|
|
1913
|
-
'@babel/parser@7.28.
|
|
1994
|
+
'@babel/parser@7.28.6':
|
|
1914
1995
|
dependencies:
|
|
1915
|
-
'@babel/types': 7.28.
|
|
1996
|
+
'@babel/types': 7.28.6
|
|
1916
1997
|
|
|
1917
|
-
'@babel/plugin-proposal-decorators@7.28.
|
|
1998
|
+
'@babel/plugin-proposal-decorators@7.28.6(@babel/core@7.28.6)':
|
|
1918
1999
|
dependencies:
|
|
1919
|
-
'@babel/core': 7.28.
|
|
1920
|
-
'@babel/helper-create-class-features-plugin': 7.28.
|
|
1921
|
-
'@babel/helper-plugin-utils': 7.
|
|
1922
|
-
'@babel/plugin-syntax-decorators': 7.
|
|
2000
|
+
'@babel/core': 7.28.6
|
|
2001
|
+
'@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.6)
|
|
2002
|
+
'@babel/helper-plugin-utils': 7.28.6
|
|
2003
|
+
'@babel/plugin-syntax-decorators': 7.28.6(@babel/core@7.28.6)
|
|
1923
2004
|
transitivePeerDependencies:
|
|
1924
2005
|
- supports-color
|
|
1925
2006
|
|
|
1926
|
-
'@babel/plugin-syntax-decorators@7.
|
|
2007
|
+
'@babel/plugin-syntax-decorators@7.28.6(@babel/core@7.28.6)':
|
|
1927
2008
|
dependencies:
|
|
1928
|
-
'@babel/core': 7.28.
|
|
1929
|
-
'@babel/helper-plugin-utils': 7.
|
|
2009
|
+
'@babel/core': 7.28.6
|
|
2010
|
+
'@babel/helper-plugin-utils': 7.28.6
|
|
1930
2011
|
|
|
1931
|
-
'@babel/plugin-syntax-import-attributes@7.
|
|
2012
|
+
'@babel/plugin-syntax-import-attributes@7.28.6(@babel/core@7.28.6)':
|
|
1932
2013
|
dependencies:
|
|
1933
|
-
'@babel/core': 7.28.
|
|
1934
|
-
'@babel/helper-plugin-utils': 7.
|
|
2014
|
+
'@babel/core': 7.28.6
|
|
2015
|
+
'@babel/helper-plugin-utils': 7.28.6
|
|
1935
2016
|
|
|
1936
|
-
'@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.28.
|
|
2017
|
+
'@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.28.6)':
|
|
1937
2018
|
dependencies:
|
|
1938
|
-
'@babel/core': 7.28.
|
|
1939
|
-
'@babel/helper-plugin-utils': 7.
|
|
2019
|
+
'@babel/core': 7.28.6
|
|
2020
|
+
'@babel/helper-plugin-utils': 7.28.6
|
|
1940
2021
|
|
|
1941
|
-
'@babel/plugin-syntax-jsx@7.
|
|
2022
|
+
'@babel/plugin-syntax-jsx@7.28.6(@babel/core@7.28.6)':
|
|
1942
2023
|
dependencies:
|
|
1943
|
-
'@babel/core': 7.28.
|
|
1944
|
-
'@babel/helper-plugin-utils': 7.
|
|
2024
|
+
'@babel/core': 7.28.6
|
|
2025
|
+
'@babel/helper-plugin-utils': 7.28.6
|
|
1945
2026
|
|
|
1946
|
-
'@babel/plugin-syntax-typescript@7.
|
|
2027
|
+
'@babel/plugin-syntax-typescript@7.28.6(@babel/core@7.28.6)':
|
|
1947
2028
|
dependencies:
|
|
1948
|
-
'@babel/core': 7.28.
|
|
1949
|
-
'@babel/helper-plugin-utils': 7.
|
|
2029
|
+
'@babel/core': 7.28.6
|
|
2030
|
+
'@babel/helper-plugin-utils': 7.28.6
|
|
1950
2031
|
|
|
1951
|
-
'@babel/plugin-transform-typescript@7.28.
|
|
2032
|
+
'@babel/plugin-transform-typescript@7.28.6(@babel/core@7.28.6)':
|
|
1952
2033
|
dependencies:
|
|
1953
|
-
'@babel/core': 7.28.
|
|
2034
|
+
'@babel/core': 7.28.6
|
|
1954
2035
|
'@babel/helper-annotate-as-pure': 7.27.3
|
|
1955
|
-
'@babel/helper-create-class-features-plugin': 7.28.
|
|
1956
|
-
'@babel/helper-plugin-utils': 7.
|
|
2036
|
+
'@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.6)
|
|
2037
|
+
'@babel/helper-plugin-utils': 7.28.6
|
|
1957
2038
|
'@babel/helper-skip-transparent-expression-wrappers': 7.27.1
|
|
1958
|
-
'@babel/plugin-syntax-typescript': 7.
|
|
2039
|
+
'@babel/plugin-syntax-typescript': 7.28.6(@babel/core@7.28.6)
|
|
1959
2040
|
transitivePeerDependencies:
|
|
1960
2041
|
- supports-color
|
|
1961
2042
|
|
|
1962
|
-
'@babel/template@7.
|
|
2043
|
+
'@babel/template@7.28.6':
|
|
1963
2044
|
dependencies:
|
|
1964
|
-
'@babel/code-frame': 7.
|
|
1965
|
-
'@babel/parser': 7.28.
|
|
1966
|
-
'@babel/types': 7.28.
|
|
2045
|
+
'@babel/code-frame': 7.28.6
|
|
2046
|
+
'@babel/parser': 7.28.6
|
|
2047
|
+
'@babel/types': 7.28.6
|
|
1967
2048
|
|
|
1968
|
-
'@babel/traverse@7.28.
|
|
2049
|
+
'@babel/traverse@7.28.6':
|
|
1969
2050
|
dependencies:
|
|
1970
|
-
'@babel/code-frame': 7.
|
|
1971
|
-
'@babel/generator': 7.28.
|
|
2051
|
+
'@babel/code-frame': 7.28.6
|
|
2052
|
+
'@babel/generator': 7.28.6
|
|
1972
2053
|
'@babel/helper-globals': 7.28.0
|
|
1973
|
-
'@babel/parser': 7.28.
|
|
1974
|
-
'@babel/template': 7.
|
|
1975
|
-
'@babel/types': 7.28.
|
|
2054
|
+
'@babel/parser': 7.28.6
|
|
2055
|
+
'@babel/template': 7.28.6
|
|
2056
|
+
'@babel/types': 7.28.6
|
|
1976
2057
|
debug: 4.4.3
|
|
1977
2058
|
transitivePeerDependencies:
|
|
1978
2059
|
- supports-color
|
|
1979
2060
|
|
|
1980
|
-
'@babel/types@7.28.
|
|
2061
|
+
'@babel/types@7.28.6':
|
|
1981
2062
|
dependencies:
|
|
1982
2063
|
'@babel/helper-string-parser': 7.27.1
|
|
1983
2064
|
'@babel/helper-validator-identifier': 7.28.5
|
|
@@ -2171,72 +2252,81 @@ snapshots:
|
|
|
2171
2252
|
|
|
2172
2253
|
'@rolldown/pluginutils@1.0.0-beta.53': {}
|
|
2173
2254
|
|
|
2174
|
-
'@rolldown/pluginutils@1.0.0-beta.
|
|
2255
|
+
'@rolldown/pluginutils@1.0.0-beta.59': {}
|
|
2256
|
+
|
|
2257
|
+
'@rollup/rollup-android-arm-eabi@4.55.1':
|
|
2258
|
+
optional: true
|
|
2259
|
+
|
|
2260
|
+
'@rollup/rollup-android-arm64@4.55.1':
|
|
2261
|
+
optional: true
|
|
2175
2262
|
|
|
2176
|
-
'@rollup/rollup-
|
|
2263
|
+
'@rollup/rollup-darwin-arm64@4.55.1':
|
|
2177
2264
|
optional: true
|
|
2178
2265
|
|
|
2179
|
-
'@rollup/rollup-
|
|
2266
|
+
'@rollup/rollup-darwin-x64@4.55.1':
|
|
2180
2267
|
optional: true
|
|
2181
2268
|
|
|
2182
|
-
'@rollup/rollup-
|
|
2269
|
+
'@rollup/rollup-freebsd-arm64@4.55.1':
|
|
2183
2270
|
optional: true
|
|
2184
2271
|
|
|
2185
|
-
'@rollup/rollup-
|
|
2272
|
+
'@rollup/rollup-freebsd-x64@4.55.1':
|
|
2186
2273
|
optional: true
|
|
2187
2274
|
|
|
2188
|
-
'@rollup/rollup-
|
|
2275
|
+
'@rollup/rollup-linux-arm-gnueabihf@4.55.1':
|
|
2189
2276
|
optional: true
|
|
2190
2277
|
|
|
2191
|
-
'@rollup/rollup-
|
|
2278
|
+
'@rollup/rollup-linux-arm-musleabihf@4.55.1':
|
|
2192
2279
|
optional: true
|
|
2193
2280
|
|
|
2194
|
-
'@rollup/rollup-linux-
|
|
2281
|
+
'@rollup/rollup-linux-arm64-gnu@4.55.1':
|
|
2195
2282
|
optional: true
|
|
2196
2283
|
|
|
2197
|
-
'@rollup/rollup-linux-
|
|
2284
|
+
'@rollup/rollup-linux-arm64-musl@4.55.1':
|
|
2198
2285
|
optional: true
|
|
2199
2286
|
|
|
2200
|
-
'@rollup/rollup-linux-
|
|
2287
|
+
'@rollup/rollup-linux-loong64-gnu@4.55.1':
|
|
2201
2288
|
optional: true
|
|
2202
2289
|
|
|
2203
|
-
'@rollup/rollup-linux-
|
|
2290
|
+
'@rollup/rollup-linux-loong64-musl@4.55.1':
|
|
2204
2291
|
optional: true
|
|
2205
2292
|
|
|
2206
|
-
'@rollup/rollup-linux-
|
|
2293
|
+
'@rollup/rollup-linux-ppc64-gnu@4.55.1':
|
|
2207
2294
|
optional: true
|
|
2208
2295
|
|
|
2209
|
-
'@rollup/rollup-linux-ppc64-
|
|
2296
|
+
'@rollup/rollup-linux-ppc64-musl@4.55.1':
|
|
2210
2297
|
optional: true
|
|
2211
2298
|
|
|
2212
|
-
'@rollup/rollup-linux-riscv64-gnu@4.
|
|
2299
|
+
'@rollup/rollup-linux-riscv64-gnu@4.55.1':
|
|
2213
2300
|
optional: true
|
|
2214
2301
|
|
|
2215
|
-
'@rollup/rollup-linux-riscv64-musl@4.
|
|
2302
|
+
'@rollup/rollup-linux-riscv64-musl@4.55.1':
|
|
2216
2303
|
optional: true
|
|
2217
2304
|
|
|
2218
|
-
'@rollup/rollup-linux-s390x-gnu@4.
|
|
2305
|
+
'@rollup/rollup-linux-s390x-gnu@4.55.1':
|
|
2219
2306
|
optional: true
|
|
2220
2307
|
|
|
2221
|
-
'@rollup/rollup-linux-x64-gnu@4.
|
|
2308
|
+
'@rollup/rollup-linux-x64-gnu@4.55.1':
|
|
2222
2309
|
optional: true
|
|
2223
2310
|
|
|
2224
|
-
'@rollup/rollup-linux-x64-musl@4.
|
|
2311
|
+
'@rollup/rollup-linux-x64-musl@4.55.1':
|
|
2225
2312
|
optional: true
|
|
2226
2313
|
|
|
2227
|
-
'@rollup/rollup-
|
|
2314
|
+
'@rollup/rollup-openbsd-x64@4.55.1':
|
|
2228
2315
|
optional: true
|
|
2229
2316
|
|
|
2230
|
-
'@rollup/rollup-
|
|
2317
|
+
'@rollup/rollup-openharmony-arm64@4.55.1':
|
|
2231
2318
|
optional: true
|
|
2232
2319
|
|
|
2233
|
-
'@rollup/rollup-win32-
|
|
2320
|
+
'@rollup/rollup-win32-arm64-msvc@4.55.1':
|
|
2234
2321
|
optional: true
|
|
2235
2322
|
|
|
2236
|
-
'@rollup/rollup-win32-
|
|
2323
|
+
'@rollup/rollup-win32-ia32-msvc@4.55.1':
|
|
2237
2324
|
optional: true
|
|
2238
2325
|
|
|
2239
|
-
'@rollup/rollup-win32-x64-
|
|
2326
|
+
'@rollup/rollup-win32-x64-gnu@4.55.1':
|
|
2327
|
+
optional: true
|
|
2328
|
+
|
|
2329
|
+
'@rollup/rollup-win32-x64-msvc@4.55.1':
|
|
2240
2330
|
optional: true
|
|
2241
2331
|
|
|
2242
2332
|
'@sxzz/popperjs-es@2.11.7': {}
|
|
@@ -2249,24 +2339,24 @@ snapshots:
|
|
|
2249
2339
|
|
|
2250
2340
|
'@types/lodash-es@4.17.12':
|
|
2251
2341
|
dependencies:
|
|
2252
|
-
'@types/lodash': 4.17.
|
|
2342
|
+
'@types/lodash': 4.17.23
|
|
2253
2343
|
|
|
2254
|
-
'@types/lodash@4.17.
|
|
2344
|
+
'@types/lodash@4.17.23': {}
|
|
2255
2345
|
|
|
2256
|
-
'@types/node@24.10.
|
|
2346
|
+
'@types/node@24.10.7':
|
|
2257
2347
|
dependencies:
|
|
2258
2348
|
undici-types: 7.16.0
|
|
2259
2349
|
|
|
2260
2350
|
'@types/web-bluetooth@0.0.20': {}
|
|
2261
2351
|
|
|
2262
|
-
'@typescript-eslint/eslint-plugin@8.
|
|
2352
|
+
'@typescript-eslint/eslint-plugin@8.53.0(@typescript-eslint/parser@8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)':
|
|
2263
2353
|
dependencies:
|
|
2264
2354
|
'@eslint-community/regexpp': 4.12.2
|
|
2265
|
-
'@typescript-eslint/parser': 8.
|
|
2266
|
-
'@typescript-eslint/scope-manager': 8.
|
|
2267
|
-
'@typescript-eslint/type-utils': 8.
|
|
2268
|
-
'@typescript-eslint/utils': 8.
|
|
2269
|
-
'@typescript-eslint/visitor-keys': 8.
|
|
2355
|
+
'@typescript-eslint/parser': 8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
|
|
2356
|
+
'@typescript-eslint/scope-manager': 8.53.0
|
|
2357
|
+
'@typescript-eslint/type-utils': 8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
|
|
2358
|
+
'@typescript-eslint/utils': 8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
|
|
2359
|
+
'@typescript-eslint/visitor-keys': 8.53.0
|
|
2270
2360
|
eslint: 9.39.2(jiti@2.6.1)
|
|
2271
2361
|
ignore: 7.0.5
|
|
2272
2362
|
natural-compare: 1.4.0
|
|
@@ -2275,41 +2365,41 @@ snapshots:
|
|
|
2275
2365
|
transitivePeerDependencies:
|
|
2276
2366
|
- supports-color
|
|
2277
2367
|
|
|
2278
|
-
'@typescript-eslint/parser@8.
|
|
2368
|
+
'@typescript-eslint/parser@8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)':
|
|
2279
2369
|
dependencies:
|
|
2280
|
-
'@typescript-eslint/scope-manager': 8.
|
|
2281
|
-
'@typescript-eslint/types': 8.
|
|
2282
|
-
'@typescript-eslint/typescript-estree': 8.
|
|
2283
|
-
'@typescript-eslint/visitor-keys': 8.
|
|
2370
|
+
'@typescript-eslint/scope-manager': 8.53.0
|
|
2371
|
+
'@typescript-eslint/types': 8.53.0
|
|
2372
|
+
'@typescript-eslint/typescript-estree': 8.53.0(typescript@5.9.3)
|
|
2373
|
+
'@typescript-eslint/visitor-keys': 8.53.0
|
|
2284
2374
|
debug: 4.4.3
|
|
2285
2375
|
eslint: 9.39.2(jiti@2.6.1)
|
|
2286
2376
|
typescript: 5.9.3
|
|
2287
2377
|
transitivePeerDependencies:
|
|
2288
2378
|
- supports-color
|
|
2289
2379
|
|
|
2290
|
-
'@typescript-eslint/project-service@8.
|
|
2380
|
+
'@typescript-eslint/project-service@8.53.0(typescript@5.9.3)':
|
|
2291
2381
|
dependencies:
|
|
2292
|
-
'@typescript-eslint/tsconfig-utils': 8.
|
|
2293
|
-
'@typescript-eslint/types': 8.
|
|
2382
|
+
'@typescript-eslint/tsconfig-utils': 8.53.0(typescript@5.9.3)
|
|
2383
|
+
'@typescript-eslint/types': 8.53.0
|
|
2294
2384
|
debug: 4.4.3
|
|
2295
2385
|
typescript: 5.9.3
|
|
2296
2386
|
transitivePeerDependencies:
|
|
2297
2387
|
- supports-color
|
|
2298
2388
|
|
|
2299
|
-
'@typescript-eslint/scope-manager@8.
|
|
2389
|
+
'@typescript-eslint/scope-manager@8.53.0':
|
|
2300
2390
|
dependencies:
|
|
2301
|
-
'@typescript-eslint/types': 8.
|
|
2302
|
-
'@typescript-eslint/visitor-keys': 8.
|
|
2391
|
+
'@typescript-eslint/types': 8.53.0
|
|
2392
|
+
'@typescript-eslint/visitor-keys': 8.53.0
|
|
2303
2393
|
|
|
2304
|
-
'@typescript-eslint/tsconfig-utils@8.
|
|
2394
|
+
'@typescript-eslint/tsconfig-utils@8.53.0(typescript@5.9.3)':
|
|
2305
2395
|
dependencies:
|
|
2306
2396
|
typescript: 5.9.3
|
|
2307
2397
|
|
|
2308
|
-
'@typescript-eslint/type-utils@8.
|
|
2398
|
+
'@typescript-eslint/type-utils@8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)':
|
|
2309
2399
|
dependencies:
|
|
2310
|
-
'@typescript-eslint/types': 8.
|
|
2311
|
-
'@typescript-eslint/typescript-estree': 8.
|
|
2312
|
-
'@typescript-eslint/utils': 8.
|
|
2400
|
+
'@typescript-eslint/types': 8.53.0
|
|
2401
|
+
'@typescript-eslint/typescript-estree': 8.53.0(typescript@5.9.3)
|
|
2402
|
+
'@typescript-eslint/utils': 8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
|
|
2313
2403
|
debug: 4.4.3
|
|
2314
2404
|
eslint: 9.39.2(jiti@2.6.1)
|
|
2315
2405
|
ts-api-utils: 2.4.0(typescript@5.9.3)
|
|
@@ -2317,14 +2407,14 @@ snapshots:
|
|
|
2317
2407
|
transitivePeerDependencies:
|
|
2318
2408
|
- supports-color
|
|
2319
2409
|
|
|
2320
|
-
'@typescript-eslint/types@8.
|
|
2410
|
+
'@typescript-eslint/types@8.53.0': {}
|
|
2321
2411
|
|
|
2322
|
-
'@typescript-eslint/typescript-estree@8.
|
|
2412
|
+
'@typescript-eslint/typescript-estree@8.53.0(typescript@5.9.3)':
|
|
2323
2413
|
dependencies:
|
|
2324
|
-
'@typescript-eslint/project-service': 8.
|
|
2325
|
-
'@typescript-eslint/tsconfig-utils': 8.
|
|
2326
|
-
'@typescript-eslint/types': 8.
|
|
2327
|
-
'@typescript-eslint/visitor-keys': 8.
|
|
2414
|
+
'@typescript-eslint/project-service': 8.53.0(typescript@5.9.3)
|
|
2415
|
+
'@typescript-eslint/tsconfig-utils': 8.53.0(typescript@5.9.3)
|
|
2416
|
+
'@typescript-eslint/types': 8.53.0
|
|
2417
|
+
'@typescript-eslint/visitor-keys': 8.53.0
|
|
2328
2418
|
debug: 4.4.3
|
|
2329
2419
|
minimatch: 9.0.5
|
|
2330
2420
|
semver: 7.7.3
|
|
@@ -2334,38 +2424,38 @@ snapshots:
|
|
|
2334
2424
|
transitivePeerDependencies:
|
|
2335
2425
|
- supports-color
|
|
2336
2426
|
|
|
2337
|
-
'@typescript-eslint/utils@8.
|
|
2427
|
+
'@typescript-eslint/utils@8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)':
|
|
2338
2428
|
dependencies:
|
|
2339
2429
|
'@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1))
|
|
2340
|
-
'@typescript-eslint/scope-manager': 8.
|
|
2341
|
-
'@typescript-eslint/types': 8.
|
|
2342
|
-
'@typescript-eslint/typescript-estree': 8.
|
|
2430
|
+
'@typescript-eslint/scope-manager': 8.53.0
|
|
2431
|
+
'@typescript-eslint/types': 8.53.0
|
|
2432
|
+
'@typescript-eslint/typescript-estree': 8.53.0(typescript@5.9.3)
|
|
2343
2433
|
eslint: 9.39.2(jiti@2.6.1)
|
|
2344
2434
|
typescript: 5.9.3
|
|
2345
2435
|
transitivePeerDependencies:
|
|
2346
2436
|
- supports-color
|
|
2347
2437
|
|
|
2348
|
-
'@typescript-eslint/visitor-keys@8.
|
|
2438
|
+
'@typescript-eslint/visitor-keys@8.53.0':
|
|
2349
2439
|
dependencies:
|
|
2350
|
-
'@typescript-eslint/types': 8.
|
|
2440
|
+
'@typescript-eslint/types': 8.53.0
|
|
2351
2441
|
eslint-visitor-keys: 4.2.1
|
|
2352
2442
|
|
|
2353
|
-
'@vitejs/plugin-vue-jsx@5.1.3(vite@7.3.
|
|
2443
|
+
'@vitejs/plugin-vue-jsx@5.1.3(vite@7.3.1(@types/node@24.10.7)(jiti@2.6.1)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3))':
|
|
2354
2444
|
dependencies:
|
|
2355
|
-
'@babel/core': 7.28.
|
|
2356
|
-
'@babel/plugin-syntax-typescript': 7.
|
|
2357
|
-
'@babel/plugin-transform-typescript': 7.28.
|
|
2358
|
-
'@rolldown/pluginutils': 1.0.0-beta.
|
|
2359
|
-
'@vue/babel-plugin-jsx': 2.0.1(@babel/core@7.28.
|
|
2360
|
-
vite: 7.3.
|
|
2445
|
+
'@babel/core': 7.28.6
|
|
2446
|
+
'@babel/plugin-syntax-typescript': 7.28.6(@babel/core@7.28.6)
|
|
2447
|
+
'@babel/plugin-transform-typescript': 7.28.6(@babel/core@7.28.6)
|
|
2448
|
+
'@rolldown/pluginutils': 1.0.0-beta.59
|
|
2449
|
+
'@vue/babel-plugin-jsx': 2.0.1(@babel/core@7.28.6)
|
|
2450
|
+
vite: 7.3.1(@types/node@24.10.7)(jiti@2.6.1)(yaml@2.8.2)
|
|
2361
2451
|
vue: 3.5.26(typescript@5.9.3)
|
|
2362
2452
|
transitivePeerDependencies:
|
|
2363
2453
|
- supports-color
|
|
2364
2454
|
|
|
2365
|
-
'@vitejs/plugin-vue@6.0.3(vite@7.3.
|
|
2455
|
+
'@vitejs/plugin-vue@6.0.3(vite@7.3.1(@types/node@24.10.7)(jiti@2.6.1)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3))':
|
|
2366
2456
|
dependencies:
|
|
2367
2457
|
'@rolldown/pluginutils': 1.0.0-beta.53
|
|
2368
|
-
vite: 7.3.
|
|
2458
|
+
vite: 7.3.1(@types/node@24.10.7)(jiti@2.6.1)(yaml@2.8.2)
|
|
2369
2459
|
vue: 3.5.26(typescript@5.9.3)
|
|
2370
2460
|
|
|
2371
2461
|
'@volar/language-core@2.4.27':
|
|
@@ -2380,67 +2470,77 @@ snapshots:
|
|
|
2380
2470
|
path-browserify: 1.0.1
|
|
2381
2471
|
vscode-uri: 3.1.0
|
|
2382
2472
|
|
|
2473
|
+
'@vue-macros/common@3.1.2(vue@3.5.26(typescript@5.9.3))':
|
|
2474
|
+
dependencies:
|
|
2475
|
+
'@vue/compiler-sfc': 3.5.26
|
|
2476
|
+
ast-kit: 2.2.0
|
|
2477
|
+
local-pkg: 1.1.2
|
|
2478
|
+
magic-string-ast: 1.0.3
|
|
2479
|
+
unplugin-utils: 0.3.1
|
|
2480
|
+
optionalDependencies:
|
|
2481
|
+
vue: 3.5.26(typescript@5.9.3)
|
|
2482
|
+
|
|
2383
2483
|
'@vue/babel-helper-vue-transform-on@1.5.0': {}
|
|
2384
2484
|
|
|
2385
2485
|
'@vue/babel-helper-vue-transform-on@2.0.1': {}
|
|
2386
2486
|
|
|
2387
|
-
'@vue/babel-plugin-jsx@1.5.0(@babel/core@7.28.
|
|
2487
|
+
'@vue/babel-plugin-jsx@1.5.0(@babel/core@7.28.6)':
|
|
2388
2488
|
dependencies:
|
|
2389
|
-
'@babel/helper-module-imports': 7.
|
|
2390
|
-
'@babel/helper-plugin-utils': 7.
|
|
2391
|
-
'@babel/plugin-syntax-jsx': 7.
|
|
2392
|
-
'@babel/template': 7.
|
|
2393
|
-
'@babel/traverse': 7.28.
|
|
2394
|
-
'@babel/types': 7.28.
|
|
2489
|
+
'@babel/helper-module-imports': 7.28.6
|
|
2490
|
+
'@babel/helper-plugin-utils': 7.28.6
|
|
2491
|
+
'@babel/plugin-syntax-jsx': 7.28.6(@babel/core@7.28.6)
|
|
2492
|
+
'@babel/template': 7.28.6
|
|
2493
|
+
'@babel/traverse': 7.28.6
|
|
2494
|
+
'@babel/types': 7.28.6
|
|
2395
2495
|
'@vue/babel-helper-vue-transform-on': 1.5.0
|
|
2396
|
-
'@vue/babel-plugin-resolve-type': 1.5.0(@babel/core@7.28.
|
|
2496
|
+
'@vue/babel-plugin-resolve-type': 1.5.0(@babel/core@7.28.6)
|
|
2397
2497
|
'@vue/shared': 3.5.26
|
|
2398
2498
|
optionalDependencies:
|
|
2399
|
-
'@babel/core': 7.28.
|
|
2499
|
+
'@babel/core': 7.28.6
|
|
2400
2500
|
transitivePeerDependencies:
|
|
2401
2501
|
- supports-color
|
|
2402
2502
|
|
|
2403
|
-
'@vue/babel-plugin-jsx@2.0.1(@babel/core@7.28.
|
|
2503
|
+
'@vue/babel-plugin-jsx@2.0.1(@babel/core@7.28.6)':
|
|
2404
2504
|
dependencies:
|
|
2405
|
-
'@babel/helper-module-imports': 7.
|
|
2406
|
-
'@babel/helper-plugin-utils': 7.
|
|
2407
|
-
'@babel/plugin-syntax-jsx': 7.
|
|
2408
|
-
'@babel/template': 7.
|
|
2409
|
-
'@babel/traverse': 7.28.
|
|
2410
|
-
'@babel/types': 7.28.
|
|
2505
|
+
'@babel/helper-module-imports': 7.28.6
|
|
2506
|
+
'@babel/helper-plugin-utils': 7.28.6
|
|
2507
|
+
'@babel/plugin-syntax-jsx': 7.28.6(@babel/core@7.28.6)
|
|
2508
|
+
'@babel/template': 7.28.6
|
|
2509
|
+
'@babel/traverse': 7.28.6
|
|
2510
|
+
'@babel/types': 7.28.6
|
|
2411
2511
|
'@vue/babel-helper-vue-transform-on': 2.0.1
|
|
2412
|
-
'@vue/babel-plugin-resolve-type': 2.0.1(@babel/core@7.28.
|
|
2512
|
+
'@vue/babel-plugin-resolve-type': 2.0.1(@babel/core@7.28.6)
|
|
2413
2513
|
'@vue/shared': 3.5.26
|
|
2414
2514
|
optionalDependencies:
|
|
2415
|
-
'@babel/core': 7.28.
|
|
2515
|
+
'@babel/core': 7.28.6
|
|
2416
2516
|
transitivePeerDependencies:
|
|
2417
2517
|
- supports-color
|
|
2418
2518
|
|
|
2419
|
-
'@vue/babel-plugin-resolve-type@1.5.0(@babel/core@7.28.
|
|
2519
|
+
'@vue/babel-plugin-resolve-type@1.5.0(@babel/core@7.28.6)':
|
|
2420
2520
|
dependencies:
|
|
2421
|
-
'@babel/code-frame': 7.
|
|
2422
|
-
'@babel/core': 7.28.
|
|
2423
|
-
'@babel/helper-module-imports': 7.
|
|
2424
|
-
'@babel/helper-plugin-utils': 7.
|
|
2425
|
-
'@babel/parser': 7.28.
|
|
2521
|
+
'@babel/code-frame': 7.28.6
|
|
2522
|
+
'@babel/core': 7.28.6
|
|
2523
|
+
'@babel/helper-module-imports': 7.28.6
|
|
2524
|
+
'@babel/helper-plugin-utils': 7.28.6
|
|
2525
|
+
'@babel/parser': 7.28.6
|
|
2426
2526
|
'@vue/compiler-sfc': 3.5.26
|
|
2427
2527
|
transitivePeerDependencies:
|
|
2428
2528
|
- supports-color
|
|
2429
2529
|
|
|
2430
|
-
'@vue/babel-plugin-resolve-type@2.0.1(@babel/core@7.28.
|
|
2530
|
+
'@vue/babel-plugin-resolve-type@2.0.1(@babel/core@7.28.6)':
|
|
2431
2531
|
dependencies:
|
|
2432
|
-
'@babel/code-frame': 7.
|
|
2433
|
-
'@babel/core': 7.28.
|
|
2434
|
-
'@babel/helper-module-imports': 7.
|
|
2435
|
-
'@babel/helper-plugin-utils': 7.
|
|
2436
|
-
'@babel/parser': 7.28.
|
|
2532
|
+
'@babel/code-frame': 7.28.6
|
|
2533
|
+
'@babel/core': 7.28.6
|
|
2534
|
+
'@babel/helper-module-imports': 7.28.6
|
|
2535
|
+
'@babel/helper-plugin-utils': 7.28.6
|
|
2536
|
+
'@babel/parser': 7.28.6
|
|
2437
2537
|
'@vue/compiler-sfc': 3.5.26
|
|
2438
2538
|
transitivePeerDependencies:
|
|
2439
2539
|
- supports-color
|
|
2440
2540
|
|
|
2441
2541
|
'@vue/compiler-core@3.5.26':
|
|
2442
2542
|
dependencies:
|
|
2443
|
-
'@babel/parser': 7.28.
|
|
2543
|
+
'@babel/parser': 7.28.6
|
|
2444
2544
|
'@vue/shared': 3.5.26
|
|
2445
2545
|
entities: 7.0.0
|
|
2446
2546
|
estree-walker: 2.0.2
|
|
@@ -2453,7 +2553,7 @@ snapshots:
|
|
|
2453
2553
|
|
|
2454
2554
|
'@vue/compiler-sfc@3.5.26':
|
|
2455
2555
|
dependencies:
|
|
2456
|
-
'@babel/parser': 7.28.
|
|
2556
|
+
'@babel/parser': 7.28.6
|
|
2457
2557
|
'@vue/compiler-core': 3.5.26
|
|
2458
2558
|
'@vue/compiler-dom': 3.5.26
|
|
2459
2559
|
'@vue/compiler-ssr': 3.5.26
|
|
@@ -2474,14 +2574,14 @@ snapshots:
|
|
|
2474
2574
|
dependencies:
|
|
2475
2575
|
'@vue/devtools-kit': 7.7.9
|
|
2476
2576
|
|
|
2477
|
-
'@vue/devtools-core@8.0.5(vite@7.3.
|
|
2577
|
+
'@vue/devtools-core@8.0.5(vite@7.3.1(@types/node@24.10.7)(jiti@2.6.1)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3))':
|
|
2478
2578
|
dependencies:
|
|
2479
2579
|
'@vue/devtools-kit': 8.0.5
|
|
2480
2580
|
'@vue/devtools-shared': 8.0.5
|
|
2481
2581
|
mitt: 3.0.1
|
|
2482
2582
|
nanoid: 5.1.6
|
|
2483
2583
|
pathe: 2.0.3
|
|
2484
|
-
vite-hot-client: 2.1.0(vite@7.3.
|
|
2584
|
+
vite-hot-client: 2.1.0(vite@7.3.1(@types/node@24.10.7)(jiti@2.6.1)(yaml@2.8.2))
|
|
2485
2585
|
vue: 3.5.26(typescript@5.9.3)
|
|
2486
2586
|
transitivePeerDependencies:
|
|
2487
2587
|
- vite
|
|
@@ -2523,20 +2623,20 @@ snapshots:
|
|
|
2523
2623
|
transitivePeerDependencies:
|
|
2524
2624
|
- '@types/eslint'
|
|
2525
2625
|
|
|
2526
|
-
'@vue/eslint-config-typescript@14.6.0(eslint-plugin-vue@10.5.1(@typescript-eslint/parser@8.
|
|
2626
|
+
'@vue/eslint-config-typescript@14.6.0(eslint-plugin-vue@10.5.1(@typescript-eslint/parser@8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)':
|
|
2527
2627
|
dependencies:
|
|
2528
|
-
'@typescript-eslint/utils': 8.
|
|
2628
|
+
'@typescript-eslint/utils': 8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
|
|
2529
2629
|
eslint: 9.39.2(jiti@2.6.1)
|
|
2530
|
-
eslint-plugin-vue: 10.5.1(@typescript-eslint/parser@8.
|
|
2630
|
+
eslint-plugin-vue: 10.5.1(@typescript-eslint/parser@8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1)))
|
|
2531
2631
|
fast-glob: 3.3.3
|
|
2532
|
-
typescript-eslint: 8.
|
|
2632
|
+
typescript-eslint: 8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
|
|
2533
2633
|
vue-eslint-parser: 10.2.0(eslint@9.39.2(jiti@2.6.1))
|
|
2534
2634
|
optionalDependencies:
|
|
2535
2635
|
typescript: 5.9.3
|
|
2536
2636
|
transitivePeerDependencies:
|
|
2537
2637
|
- supports-color
|
|
2538
2638
|
|
|
2539
|
-
'@vue/language-core@3.2.
|
|
2639
|
+
'@vue/language-core@3.2.2':
|
|
2540
2640
|
dependencies:
|
|
2541
2641
|
'@volar/language-core': 2.4.27
|
|
2542
2642
|
'@vue/compiler-dom': 3.5.26
|
|
@@ -2619,11 +2719,21 @@ snapshots:
|
|
|
2619
2719
|
|
|
2620
2720
|
argparse@2.0.1: {}
|
|
2621
2721
|
|
|
2722
|
+
ast-kit@2.2.0:
|
|
2723
|
+
dependencies:
|
|
2724
|
+
'@babel/parser': 7.28.6
|
|
2725
|
+
pathe: 2.0.3
|
|
2726
|
+
|
|
2727
|
+
ast-walker-scope@0.8.3:
|
|
2728
|
+
dependencies:
|
|
2729
|
+
'@babel/parser': 7.28.6
|
|
2730
|
+
ast-kit: 2.2.0
|
|
2731
|
+
|
|
2622
2732
|
async-validator@4.2.5: {}
|
|
2623
2733
|
|
|
2624
2734
|
balanced-match@1.0.2: {}
|
|
2625
2735
|
|
|
2626
|
-
baseline-browser-mapping@2.9.
|
|
2736
|
+
baseline-browser-mapping@2.9.14: {}
|
|
2627
2737
|
|
|
2628
2738
|
birpc@2.9.0: {}
|
|
2629
2739
|
|
|
@@ -2644,8 +2754,8 @@ snapshots:
|
|
|
2644
2754
|
|
|
2645
2755
|
browserslist@4.28.1:
|
|
2646
2756
|
dependencies:
|
|
2647
|
-
baseline-browser-mapping: 2.9.
|
|
2648
|
-
caniuse-lite: 1.0.
|
|
2757
|
+
baseline-browser-mapping: 2.9.14
|
|
2758
|
+
caniuse-lite: 1.0.30001764
|
|
2649
2759
|
electron-to-chromium: 1.5.267
|
|
2650
2760
|
node-releases: 2.0.27
|
|
2651
2761
|
update-browserslist-db: 1.2.3(browserslist@4.28.1)
|
|
@@ -2656,7 +2766,7 @@ snapshots:
|
|
|
2656
2766
|
|
|
2657
2767
|
callsites@3.1.0: {}
|
|
2658
2768
|
|
|
2659
|
-
caniuse-lite@1.0.
|
|
2769
|
+
caniuse-lite@1.0.30001764: {}
|
|
2660
2770
|
|
|
2661
2771
|
chalk@4.1.2:
|
|
2662
2772
|
dependencies:
|
|
@@ -2667,6 +2777,10 @@ snapshots:
|
|
|
2667
2777
|
dependencies:
|
|
2668
2778
|
readdirp: 4.1.2
|
|
2669
2779
|
|
|
2780
|
+
chokidar@5.0.0:
|
|
2781
|
+
dependencies:
|
|
2782
|
+
readdirp: 5.0.0
|
|
2783
|
+
|
|
2670
2784
|
color-convert@2.0.1:
|
|
2671
2785
|
dependencies:
|
|
2672
2786
|
color-name: 1.1.4
|
|
@@ -2712,15 +2826,17 @@ snapshots:
|
|
|
2712
2826
|
|
|
2713
2827
|
define-lazy-prop@3.0.0: {}
|
|
2714
2828
|
|
|
2829
|
+
defu@6.1.4: {}
|
|
2830
|
+
|
|
2715
2831
|
electron-to-chromium@1.5.267: {}
|
|
2716
2832
|
|
|
2717
|
-
element-plus@2.13.
|
|
2833
|
+
element-plus@2.13.1(vue@3.5.26(typescript@5.9.3)):
|
|
2718
2834
|
dependencies:
|
|
2719
2835
|
'@ctrl/tinycolor': 3.6.1
|
|
2720
2836
|
'@element-plus/icons-vue': 2.3.2(vue@3.5.26(typescript@5.9.3))
|
|
2721
2837
|
'@floating-ui/dom': 1.7.4
|
|
2722
2838
|
'@popperjs/core': '@sxzz/popperjs-es@2.11.7'
|
|
2723
|
-
'@types/lodash': 4.17.
|
|
2839
|
+
'@types/lodash': 4.17.23
|
|
2724
2840
|
'@types/lodash-es': 4.17.12
|
|
2725
2841
|
'@vueuse/core': 10.11.1(vue@3.5.26(typescript@5.9.3))
|
|
2726
2842
|
async-validator: 4.2.5
|
|
@@ -2786,7 +2902,7 @@ snapshots:
|
|
|
2786
2902
|
optionalDependencies:
|
|
2787
2903
|
eslint-config-prettier: 10.1.8(eslint@9.39.2(jiti@2.6.1))
|
|
2788
2904
|
|
|
2789
|
-
eslint-plugin-vue@10.5.1(@typescript-eslint/parser@8.
|
|
2905
|
+
eslint-plugin-vue@10.5.1(@typescript-eslint/parser@8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))):
|
|
2790
2906
|
dependencies:
|
|
2791
2907
|
'@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1))
|
|
2792
2908
|
eslint: 9.39.2(jiti@2.6.1)
|
|
@@ -2797,7 +2913,7 @@ snapshots:
|
|
|
2797
2913
|
vue-eslint-parser: 10.2.0(eslint@9.39.2(jiti@2.6.1))
|
|
2798
2914
|
xml-name-validator: 4.0.0
|
|
2799
2915
|
optionalDependencies:
|
|
2800
|
-
'@typescript-eslint/parser': 8.
|
|
2916
|
+
'@typescript-eslint/parser': 8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
|
|
2801
2917
|
|
|
2802
2918
|
eslint-scope@8.4.0:
|
|
2803
2919
|
dependencies:
|
|
@@ -3001,7 +3117,7 @@ snapshots:
|
|
|
3001
3117
|
|
|
3002
3118
|
kolorist@1.8.0: {}
|
|
3003
3119
|
|
|
3004
|
-
l-global@1.0.
|
|
3120
|
+
l-global@1.0.5: {}
|
|
3005
3121
|
|
|
3006
3122
|
levn@0.4.1:
|
|
3007
3123
|
dependencies:
|
|
@@ -3034,6 +3150,10 @@ snapshots:
|
|
|
3034
3150
|
dependencies:
|
|
3035
3151
|
yallist: 3.1.1
|
|
3036
3152
|
|
|
3153
|
+
magic-string-ast@1.0.3:
|
|
3154
|
+
dependencies:
|
|
3155
|
+
magic-string: 0.30.21
|
|
3156
|
+
|
|
3037
3157
|
magic-string@0.30.21:
|
|
3038
3158
|
dependencies:
|
|
3039
3159
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
@@ -3064,7 +3184,7 @@ snapshots:
|
|
|
3064
3184
|
acorn: 8.15.0
|
|
3065
3185
|
pathe: 2.0.3
|
|
3066
3186
|
pkg-types: 1.3.1
|
|
3067
|
-
ufo: 1.6.
|
|
3187
|
+
ufo: 1.6.2
|
|
3068
3188
|
|
|
3069
3189
|
mrmime@2.0.1: {}
|
|
3070
3190
|
|
|
@@ -3149,6 +3269,12 @@ snapshots:
|
|
|
3149
3269
|
|
|
3150
3270
|
pidtree@0.6.0: {}
|
|
3151
3271
|
|
|
3272
|
+
pinia-plugin-persistedstate@4.7.1(pinia@3.0.4(typescript@5.9.3)(vue@3.5.26(typescript@5.9.3))):
|
|
3273
|
+
dependencies:
|
|
3274
|
+
defu: 6.1.4
|
|
3275
|
+
optionalDependencies:
|
|
3276
|
+
pinia: 3.0.4(typescript@5.9.3)(vue@3.5.26(typescript@5.9.3))
|
|
3277
|
+
|
|
3152
3278
|
pinia@3.0.4(typescript@5.9.3)(vue@3.5.26(typescript@5.9.3)):
|
|
3153
3279
|
dependencies:
|
|
3154
3280
|
'@vue/devtools-api': 7.7.9
|
|
@@ -3200,38 +3326,43 @@ snapshots:
|
|
|
3200
3326
|
|
|
3201
3327
|
readdirp@4.1.2: {}
|
|
3202
3328
|
|
|
3329
|
+
readdirp@5.0.0: {}
|
|
3330
|
+
|
|
3203
3331
|
resolve-from@4.0.0: {}
|
|
3204
3332
|
|
|
3205
3333
|
reusify@1.1.0: {}
|
|
3206
3334
|
|
|
3207
3335
|
rfdc@1.4.1: {}
|
|
3208
3336
|
|
|
3209
|
-
rollup@4.
|
|
3337
|
+
rollup@4.55.1:
|
|
3210
3338
|
dependencies:
|
|
3211
3339
|
'@types/estree': 1.0.8
|
|
3212
3340
|
optionalDependencies:
|
|
3213
|
-
'@rollup/rollup-android-arm-eabi': 4.
|
|
3214
|
-
'@rollup/rollup-android-arm64': 4.
|
|
3215
|
-
'@rollup/rollup-darwin-arm64': 4.
|
|
3216
|
-
'@rollup/rollup-darwin-x64': 4.
|
|
3217
|
-
'@rollup/rollup-freebsd-arm64': 4.
|
|
3218
|
-
'@rollup/rollup-freebsd-x64': 4.
|
|
3219
|
-
'@rollup/rollup-linux-arm-gnueabihf': 4.
|
|
3220
|
-
'@rollup/rollup-linux-arm-musleabihf': 4.
|
|
3221
|
-
'@rollup/rollup-linux-arm64-gnu': 4.
|
|
3222
|
-
'@rollup/rollup-linux-arm64-musl': 4.
|
|
3223
|
-
'@rollup/rollup-linux-loong64-gnu': 4.
|
|
3224
|
-
'@rollup/rollup-linux-
|
|
3225
|
-
'@rollup/rollup-linux-
|
|
3226
|
-
'@rollup/rollup-linux-
|
|
3227
|
-
'@rollup/rollup-linux-
|
|
3228
|
-
'@rollup/rollup-linux-
|
|
3229
|
-
'@rollup/rollup-linux-
|
|
3230
|
-
'@rollup/rollup-
|
|
3231
|
-
'@rollup/rollup-
|
|
3232
|
-
'@rollup/rollup-
|
|
3233
|
-
'@rollup/rollup-
|
|
3234
|
-
'@rollup/rollup-win32-
|
|
3341
|
+
'@rollup/rollup-android-arm-eabi': 4.55.1
|
|
3342
|
+
'@rollup/rollup-android-arm64': 4.55.1
|
|
3343
|
+
'@rollup/rollup-darwin-arm64': 4.55.1
|
|
3344
|
+
'@rollup/rollup-darwin-x64': 4.55.1
|
|
3345
|
+
'@rollup/rollup-freebsd-arm64': 4.55.1
|
|
3346
|
+
'@rollup/rollup-freebsd-x64': 4.55.1
|
|
3347
|
+
'@rollup/rollup-linux-arm-gnueabihf': 4.55.1
|
|
3348
|
+
'@rollup/rollup-linux-arm-musleabihf': 4.55.1
|
|
3349
|
+
'@rollup/rollup-linux-arm64-gnu': 4.55.1
|
|
3350
|
+
'@rollup/rollup-linux-arm64-musl': 4.55.1
|
|
3351
|
+
'@rollup/rollup-linux-loong64-gnu': 4.55.1
|
|
3352
|
+
'@rollup/rollup-linux-loong64-musl': 4.55.1
|
|
3353
|
+
'@rollup/rollup-linux-ppc64-gnu': 4.55.1
|
|
3354
|
+
'@rollup/rollup-linux-ppc64-musl': 4.55.1
|
|
3355
|
+
'@rollup/rollup-linux-riscv64-gnu': 4.55.1
|
|
3356
|
+
'@rollup/rollup-linux-riscv64-musl': 4.55.1
|
|
3357
|
+
'@rollup/rollup-linux-s390x-gnu': 4.55.1
|
|
3358
|
+
'@rollup/rollup-linux-x64-gnu': 4.55.1
|
|
3359
|
+
'@rollup/rollup-linux-x64-musl': 4.55.1
|
|
3360
|
+
'@rollup/rollup-openbsd-x64': 4.55.1
|
|
3361
|
+
'@rollup/rollup-openharmony-arm64': 4.55.1
|
|
3362
|
+
'@rollup/rollup-win32-arm64-msvc': 4.55.1
|
|
3363
|
+
'@rollup/rollup-win32-ia32-msvc': 4.55.1
|
|
3364
|
+
'@rollup/rollup-win32-x64-gnu': 4.55.1
|
|
3365
|
+
'@rollup/rollup-win32-x64-msvc': 4.55.1
|
|
3235
3366
|
fsevents: 2.3.3
|
|
3236
3367
|
|
|
3237
3368
|
run-applescript@7.1.0: {}
|
|
@@ -3301,12 +3432,12 @@ snapshots:
|
|
|
3301
3432
|
dependencies:
|
|
3302
3433
|
prelude-ls: 1.2.1
|
|
3303
3434
|
|
|
3304
|
-
typescript-eslint@8.
|
|
3435
|
+
typescript-eslint@8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3):
|
|
3305
3436
|
dependencies:
|
|
3306
|
-
'@typescript-eslint/eslint-plugin': 8.
|
|
3307
|
-
'@typescript-eslint/parser': 8.
|
|
3308
|
-
'@typescript-eslint/typescript-estree': 8.
|
|
3309
|
-
'@typescript-eslint/utils': 8.
|
|
3437
|
+
'@typescript-eslint/eslint-plugin': 8.53.0(@typescript-eslint/parser@8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
|
|
3438
|
+
'@typescript-eslint/parser': 8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
|
|
3439
|
+
'@typescript-eslint/typescript-estree': 8.53.0(typescript@5.9.3)
|
|
3440
|
+
'@typescript-eslint/utils': 8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
|
|
3310
3441
|
eslint: 9.39.2(jiti@2.6.1)
|
|
3311
3442
|
typescript: 5.9.3
|
|
3312
3443
|
transitivePeerDependencies:
|
|
@@ -3314,7 +3445,7 @@ snapshots:
|
|
|
3314
3445
|
|
|
3315
3446
|
typescript@5.9.3: {}
|
|
3316
3447
|
|
|
3317
|
-
ufo@1.6.
|
|
3448
|
+
ufo@1.6.2: {}
|
|
3318
3449
|
|
|
3319
3450
|
undici-types@7.16.0: {}
|
|
3320
3451
|
|
|
@@ -3351,7 +3482,7 @@ snapshots:
|
|
|
3351
3482
|
pathe: 2.0.3
|
|
3352
3483
|
picomatch: 4.0.3
|
|
3353
3484
|
|
|
3354
|
-
unplugin-vue-components@30.0.0(@babel/parser@7.28.
|
|
3485
|
+
unplugin-vue-components@30.0.0(@babel/parser@7.28.6)(vue@3.5.26(typescript@5.9.3)):
|
|
3355
3486
|
dependencies:
|
|
3356
3487
|
chokidar: 4.0.3
|
|
3357
3488
|
debug: 4.4.3
|
|
@@ -3363,10 +3494,35 @@ snapshots:
|
|
|
3363
3494
|
unplugin-utils: 0.3.1
|
|
3364
3495
|
vue: 3.5.26(typescript@5.9.3)
|
|
3365
3496
|
optionalDependencies:
|
|
3366
|
-
'@babel/parser': 7.28.
|
|
3497
|
+
'@babel/parser': 7.28.6
|
|
3367
3498
|
transitivePeerDependencies:
|
|
3368
3499
|
- supports-color
|
|
3369
3500
|
|
|
3501
|
+
unplugin-vue-router@0.19.2(@vue/compiler-sfc@3.5.26)(vue-router@4.6.4(vue@3.5.26(typescript@5.9.3)))(vue@3.5.26(typescript@5.9.3)):
|
|
3502
|
+
dependencies:
|
|
3503
|
+
'@babel/generator': 7.28.6
|
|
3504
|
+
'@vue-macros/common': 3.1.2(vue@3.5.26(typescript@5.9.3))
|
|
3505
|
+
'@vue/compiler-sfc': 3.5.26
|
|
3506
|
+
'@vue/language-core': 3.2.2
|
|
3507
|
+
ast-walker-scope: 0.8.3
|
|
3508
|
+
chokidar: 5.0.0
|
|
3509
|
+
json5: 2.2.3
|
|
3510
|
+
local-pkg: 1.1.2
|
|
3511
|
+
magic-string: 0.30.21
|
|
3512
|
+
mlly: 1.8.0
|
|
3513
|
+
muggle-string: 0.4.1
|
|
3514
|
+
pathe: 2.0.3
|
|
3515
|
+
picomatch: 4.0.3
|
|
3516
|
+
scule: 1.3.0
|
|
3517
|
+
tinyglobby: 0.2.15
|
|
3518
|
+
unplugin: 2.3.11
|
|
3519
|
+
unplugin-utils: 0.3.1
|
|
3520
|
+
yaml: 2.8.2
|
|
3521
|
+
optionalDependencies:
|
|
3522
|
+
vue-router: 4.6.4(vue@3.5.26(typescript@5.9.3))
|
|
3523
|
+
transitivePeerDependencies:
|
|
3524
|
+
- vue
|
|
3525
|
+
|
|
3370
3526
|
unplugin@2.3.11:
|
|
3371
3527
|
dependencies:
|
|
3372
3528
|
'@jridgewell/remapping': 2.3.5
|
|
@@ -3386,17 +3542,17 @@ snapshots:
|
|
|
3386
3542
|
|
|
3387
3543
|
util-deprecate@1.0.2: {}
|
|
3388
3544
|
|
|
3389
|
-
vite-dev-rpc@1.1.0(vite@7.3.
|
|
3545
|
+
vite-dev-rpc@1.1.0(vite@7.3.1(@types/node@24.10.7)(jiti@2.6.1)(yaml@2.8.2)):
|
|
3390
3546
|
dependencies:
|
|
3391
3547
|
birpc: 2.9.0
|
|
3392
|
-
vite: 7.3.
|
|
3393
|
-
vite-hot-client: 2.1.0(vite@7.3.
|
|
3548
|
+
vite: 7.3.1(@types/node@24.10.7)(jiti@2.6.1)(yaml@2.8.2)
|
|
3549
|
+
vite-hot-client: 2.1.0(vite@7.3.1(@types/node@24.10.7)(jiti@2.6.1)(yaml@2.8.2))
|
|
3394
3550
|
|
|
3395
|
-
vite-hot-client@2.1.0(vite@7.3.
|
|
3551
|
+
vite-hot-client@2.1.0(vite@7.3.1(@types/node@24.10.7)(jiti@2.6.1)(yaml@2.8.2)):
|
|
3396
3552
|
dependencies:
|
|
3397
|
-
vite: 7.3.
|
|
3553
|
+
vite: 7.3.1(@types/node@24.10.7)(jiti@2.6.1)(yaml@2.8.2)
|
|
3398
3554
|
|
|
3399
|
-
vite-plugin-inspect@11.3.3(vite@7.3.
|
|
3555
|
+
vite-plugin-inspect@11.3.3(vite@7.3.1(@types/node@24.10.7)(jiti@2.6.1)(yaml@2.8.2)):
|
|
3400
3556
|
dependencies:
|
|
3401
3557
|
ansis: 4.2.0
|
|
3402
3558
|
debug: 4.4.3
|
|
@@ -3406,52 +3562,53 @@ snapshots:
|
|
|
3406
3562
|
perfect-debounce: 2.0.0
|
|
3407
3563
|
sirv: 3.0.2
|
|
3408
3564
|
unplugin-utils: 0.3.1
|
|
3409
|
-
vite: 7.3.
|
|
3410
|
-
vite-dev-rpc: 1.1.0(vite@7.3.
|
|
3565
|
+
vite: 7.3.1(@types/node@24.10.7)(jiti@2.6.1)(yaml@2.8.2)
|
|
3566
|
+
vite-dev-rpc: 1.1.0(vite@7.3.1(@types/node@24.10.7)(jiti@2.6.1)(yaml@2.8.2))
|
|
3411
3567
|
transitivePeerDependencies:
|
|
3412
3568
|
- supports-color
|
|
3413
3569
|
|
|
3414
|
-
vite-plugin-vue-devtools@8.0.5(vite@7.3.
|
|
3570
|
+
vite-plugin-vue-devtools@8.0.5(vite@7.3.1(@types/node@24.10.7)(jiti@2.6.1)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3)):
|
|
3415
3571
|
dependencies:
|
|
3416
|
-
'@vue/devtools-core': 8.0.5(vite@7.3.
|
|
3572
|
+
'@vue/devtools-core': 8.0.5(vite@7.3.1(@types/node@24.10.7)(jiti@2.6.1)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3))
|
|
3417
3573
|
'@vue/devtools-kit': 8.0.5
|
|
3418
3574
|
'@vue/devtools-shared': 8.0.5
|
|
3419
3575
|
sirv: 3.0.2
|
|
3420
|
-
vite: 7.3.
|
|
3421
|
-
vite-plugin-inspect: 11.3.3(vite@7.3.
|
|
3422
|
-
vite-plugin-vue-inspector: 5.3.2(vite@7.3.
|
|
3576
|
+
vite: 7.3.1(@types/node@24.10.7)(jiti@2.6.1)(yaml@2.8.2)
|
|
3577
|
+
vite-plugin-inspect: 11.3.3(vite@7.3.1(@types/node@24.10.7)(jiti@2.6.1)(yaml@2.8.2))
|
|
3578
|
+
vite-plugin-vue-inspector: 5.3.2(vite@7.3.1(@types/node@24.10.7)(jiti@2.6.1)(yaml@2.8.2))
|
|
3423
3579
|
transitivePeerDependencies:
|
|
3424
3580
|
- '@nuxt/kit'
|
|
3425
3581
|
- supports-color
|
|
3426
3582
|
- vue
|
|
3427
3583
|
|
|
3428
|
-
vite-plugin-vue-inspector@5.3.2(vite@7.3.
|
|
3584
|
+
vite-plugin-vue-inspector@5.3.2(vite@7.3.1(@types/node@24.10.7)(jiti@2.6.1)(yaml@2.8.2)):
|
|
3429
3585
|
dependencies:
|
|
3430
|
-
'@babel/core': 7.28.
|
|
3431
|
-
'@babel/plugin-proposal-decorators': 7.28.
|
|
3432
|
-
'@babel/plugin-syntax-import-attributes': 7.
|
|
3433
|
-
'@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.28.
|
|
3434
|
-
'@babel/plugin-transform-typescript': 7.28.
|
|
3435
|
-
'@vue/babel-plugin-jsx': 1.5.0(@babel/core@7.28.
|
|
3586
|
+
'@babel/core': 7.28.6
|
|
3587
|
+
'@babel/plugin-proposal-decorators': 7.28.6(@babel/core@7.28.6)
|
|
3588
|
+
'@babel/plugin-syntax-import-attributes': 7.28.6(@babel/core@7.28.6)
|
|
3589
|
+
'@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.28.6)
|
|
3590
|
+
'@babel/plugin-transform-typescript': 7.28.6(@babel/core@7.28.6)
|
|
3591
|
+
'@vue/babel-plugin-jsx': 1.5.0(@babel/core@7.28.6)
|
|
3436
3592
|
'@vue/compiler-dom': 3.5.26
|
|
3437
3593
|
kolorist: 1.8.0
|
|
3438
3594
|
magic-string: 0.30.21
|
|
3439
|
-
vite: 7.3.
|
|
3595
|
+
vite: 7.3.1(@types/node@24.10.7)(jiti@2.6.1)(yaml@2.8.2)
|
|
3440
3596
|
transitivePeerDependencies:
|
|
3441
3597
|
- supports-color
|
|
3442
3598
|
|
|
3443
|
-
vite@7.3.
|
|
3599
|
+
vite@7.3.1(@types/node@24.10.7)(jiti@2.6.1)(yaml@2.8.2):
|
|
3444
3600
|
dependencies:
|
|
3445
3601
|
esbuild: 0.27.2
|
|
3446
3602
|
fdir: 6.5.0(picomatch@4.0.3)
|
|
3447
3603
|
picomatch: 4.0.3
|
|
3448
3604
|
postcss: 8.5.6
|
|
3449
|
-
rollup: 4.
|
|
3605
|
+
rollup: 4.55.1
|
|
3450
3606
|
tinyglobby: 0.2.15
|
|
3451
3607
|
optionalDependencies:
|
|
3452
|
-
'@types/node': 24.10.
|
|
3608
|
+
'@types/node': 24.10.7
|
|
3453
3609
|
fsevents: 2.3.3
|
|
3454
3610
|
jiti: 2.6.1
|
|
3611
|
+
yaml: 2.8.2
|
|
3455
3612
|
|
|
3456
3613
|
vscode-uri@3.1.0: {}
|
|
3457
3614
|
|
|
@@ -3476,10 +3633,10 @@ snapshots:
|
|
|
3476
3633
|
'@vue/devtools-api': 6.6.4
|
|
3477
3634
|
vue: 3.5.26(typescript@5.9.3)
|
|
3478
3635
|
|
|
3479
|
-
vue-tsc@3.2.
|
|
3636
|
+
vue-tsc@3.2.2(typescript@5.9.3):
|
|
3480
3637
|
dependencies:
|
|
3481
3638
|
'@volar/typescript': 2.4.27
|
|
3482
|
-
'@vue/language-core': 3.2.
|
|
3639
|
+
'@vue/language-core': 3.2.2
|
|
3483
3640
|
typescript: 5.9.3
|
|
3484
3641
|
|
|
3485
3642
|
vue@3.5.26(typescript@5.9.3):
|
|
@@ -3512,4 +3669,6 @@ snapshots:
|
|
|
3512
3669
|
|
|
3513
3670
|
yallist@3.1.1: {}
|
|
3514
3671
|
|
|
3672
|
+
yaml@2.8.2: {}
|
|
3673
|
+
|
|
3515
3674
|
yocto-queue@0.1.0: {}
|