@tanyueran/cli 0.0.21 → 0.1.0

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.
Files changed (28) hide show
  1. package/README.md +1 -1
  2. package/dist/index.js +1 -1
  3. package/package.json +1 -1
  4. package/template/module/vue/vue-ts-empty/index.module.scss.hbs +6 -0
  5. package/template/module/vue/vue-ts-empty/index.vue.hbs +55 -0
  6. package/template/project/vue/vite-vue-ts/.editorconfig +8 -0
  7. package/template/project/vue/vite-vue-ts/.env +0 -0
  8. package/template/project/vue/vite-vue-ts/.env.dev +1 -0
  9. package/template/project/vue/vite-vue-ts/.env.qa +1 -0
  10. package/template/project/vue/vite-vue-ts/.gitattributes +1 -0
  11. package/template/project/vue/vite-vue-ts/.prettierrc.json +6 -0
  12. package/template/project/vue/vite-vue-ts/.vscode/extensions.json +8 -0
  13. package/template/project/vue/vite-vue-ts/README.md +39 -0
  14. package/template/project/vue/vite-vue-ts/build/plugins/vite-plugin-html-replace-flag.js +13 -0
  15. package/template/project/vue/vite-vue-ts/env.d.ts +1 -0
  16. package/template/project/vue/vite-vue-ts/eslint.config.ts +22 -0
  17. package/template/project/vue/vite-vue-ts/index.html +13 -0
  18. package/template/project/vue/vite-vue-ts/package.json.hbs +40 -0
  19. package/template/project/vue/vite-vue-ts/pnpm-lock.yaml +3219 -0
  20. package/template/project/vue/vite-vue-ts/public/favicon.ico +0 -0
  21. package/template/project/vue/vite-vue-ts/src/App.vue +15 -0
  22. package/template/project/vue/vite-vue-ts/src/main.ts +12 -0
  23. package/template/project/vue/vite-vue-ts/src/router/index.ts +23 -0
  24. package/template/project/vue/vite-vue-ts/src/stores/counter.ts +12 -0
  25. package/template/project/vue/vite-vue-ts/src/views/about/index.vue +28 -0
  26. package/template/project/vue/vite-vue-ts/src/views/home/index.vue +28 -0
  27. package/template/project/vue/vite-vue-ts/tsconfig.json +22 -0
  28. package/template/project/vue/vite-vue-ts/vite.config.ts +45 -0
@@ -0,0 +1,3219 @@
1
+ lockfileVersion: '9.0'
2
+
3
+ settings:
4
+ autoInstallPeers: true
5
+ excludeLinksFromLockfile: false
6
+
7
+ importers:
8
+
9
+ .:
10
+ dependencies:
11
+ pinia:
12
+ specifier: ^3.0.3
13
+ version: 3.0.3(typescript@5.8.3)(vue@3.5.18(typescript@5.8.3))
14
+ vue:
15
+ specifier: ^3.5.18
16
+ version: 3.5.18(typescript@5.8.3)
17
+ vue-router:
18
+ specifier: ^4.5.1
19
+ version: 4.5.1(vue@3.5.18(typescript@5.8.3))
20
+ devDependencies:
21
+ '@tsconfig/node22':
22
+ specifier: ^22.0.2
23
+ version: 22.0.2
24
+ '@types/node':
25
+ specifier: ^22.16.5
26
+ version: 22.17.1
27
+ '@vitejs/plugin-vue':
28
+ specifier: ^6.0.1
29
+ version: 6.0.1(vite@7.1.2(@types/node@22.17.1)(jiti@2.5.1))(vue@3.5.18(typescript@5.8.3))
30
+ '@vitejs/plugin-vue-jsx':
31
+ specifier: ^5.0.1
32
+ version: 5.0.1(vite@7.1.2(@types/node@22.17.1)(jiti@2.5.1))(vue@3.5.18(typescript@5.8.3))
33
+ '@vue/eslint-config-prettier':
34
+ specifier: ^10.2.0
35
+ version: 10.2.0(eslint@9.33.0(jiti@2.5.1))(prettier@3.6.2)
36
+ '@vue/eslint-config-typescript':
37
+ specifier: ^14.6.0
38
+ version: 14.6.0(eslint-plugin-vue@10.3.0(@typescript-eslint/parser@8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.8.3))(eslint@9.33.0(jiti@2.5.1))(vue-eslint-parser@10.2.0(eslint@9.33.0(jiti@2.5.1))))(eslint@9.33.0(jiti@2.5.1))(typescript@5.8.3)
39
+ '@vue/tsconfig':
40
+ specifier: ^0.7.0
41
+ version: 0.7.0(typescript@5.8.3)(vue@3.5.18(typescript@5.8.3))
42
+ eslint:
43
+ specifier: ^9.31.0
44
+ version: 9.33.0(jiti@2.5.1)
45
+ eslint-plugin-vue:
46
+ specifier: ~10.3.0
47
+ version: 10.3.0(@typescript-eslint/parser@8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.8.3))(eslint@9.33.0(jiti@2.5.1))(vue-eslint-parser@10.2.0(eslint@9.33.0(jiti@2.5.1)))
48
+ jiti:
49
+ specifier: ^2.4.2
50
+ version: 2.5.1
51
+ npm-run-all2:
52
+ specifier: ^8.0.4
53
+ version: 8.0.4
54
+ prettier:
55
+ specifier: 3.6.2
56
+ version: 3.6.2
57
+ typescript:
58
+ specifier: ~5.8.0
59
+ version: 5.8.3
60
+ vite:
61
+ specifier: ^7.0.6
62
+ version: 7.1.2(@types/node@22.17.1)(jiti@2.5.1)
63
+ vite-plugin-vue-devtools:
64
+ specifier: ^8.0.0
65
+ version: 8.0.0(vite@7.1.2(@types/node@22.17.1)(jiti@2.5.1))(vue@3.5.18(typescript@5.8.3))
66
+ vue-tsc:
67
+ specifier: ^3.0.4
68
+ version: 3.0.5(typescript@5.8.3)
69
+
70
+ packages:
71
+
72
+ '@ampproject/remapping@2.3.0':
73
+ resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==}
74
+ engines: {node: '>=6.0.0'}
75
+
76
+ '@babel/code-frame@7.27.1':
77
+ resolution: {integrity: sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==}
78
+ engines: {node: '>=6.9.0'}
79
+
80
+ '@babel/compat-data@7.28.0':
81
+ resolution: {integrity: sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==}
82
+ engines: {node: '>=6.9.0'}
83
+
84
+ '@babel/core@7.28.0':
85
+ resolution: {integrity: sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==}
86
+ engines: {node: '>=6.9.0'}
87
+
88
+ '@babel/generator@7.28.0':
89
+ resolution: {integrity: sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg==}
90
+ engines: {node: '>=6.9.0'}
91
+
92
+ '@babel/helper-annotate-as-pure@7.27.3':
93
+ resolution: {integrity: sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==}
94
+ engines: {node: '>=6.9.0'}
95
+
96
+ '@babel/helper-compilation-targets@7.27.2':
97
+ resolution: {integrity: sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==}
98
+ engines: {node: '>=6.9.0'}
99
+
100
+ '@babel/helper-create-class-features-plugin@7.27.1':
101
+ resolution: {integrity: sha512-QwGAmuvM17btKU5VqXfb+Giw4JcN0hjuufz3DYnpeVDvZLAObloM77bhMXiqry3Iio+Ai4phVRDwl6WU10+r5A==}
102
+ engines: {node: '>=6.9.0'}
103
+ peerDependencies:
104
+ '@babel/core': ^7.0.0
105
+
106
+ '@babel/helper-globals@7.28.0':
107
+ resolution: {integrity: sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==}
108
+ engines: {node: '>=6.9.0'}
109
+
110
+ '@babel/helper-member-expression-to-functions@7.27.1':
111
+ resolution: {integrity: sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==}
112
+ engines: {node: '>=6.9.0'}
113
+
114
+ '@babel/helper-module-imports@7.27.1':
115
+ resolution: {integrity: sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==}
116
+ engines: {node: '>=6.9.0'}
117
+
118
+ '@babel/helper-module-transforms@7.27.3':
119
+ resolution: {integrity: sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==}
120
+ engines: {node: '>=6.9.0'}
121
+ peerDependencies:
122
+ '@babel/core': ^7.0.0
123
+
124
+ '@babel/helper-optimise-call-expression@7.27.1':
125
+ resolution: {integrity: sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==}
126
+ engines: {node: '>=6.9.0'}
127
+
128
+ '@babel/helper-plugin-utils@7.27.1':
129
+ resolution: {integrity: sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==}
130
+ engines: {node: '>=6.9.0'}
131
+
132
+ '@babel/helper-replace-supers@7.27.1':
133
+ resolution: {integrity: sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==}
134
+ engines: {node: '>=6.9.0'}
135
+ peerDependencies:
136
+ '@babel/core': ^7.0.0
137
+
138
+ '@babel/helper-skip-transparent-expression-wrappers@7.27.1':
139
+ resolution: {integrity: sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==}
140
+ engines: {node: '>=6.9.0'}
141
+
142
+ '@babel/helper-string-parser@7.27.1':
143
+ resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==}
144
+ engines: {node: '>=6.9.0'}
145
+
146
+ '@babel/helper-validator-identifier@7.27.1':
147
+ resolution: {integrity: sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==}
148
+ engines: {node: '>=6.9.0'}
149
+
150
+ '@babel/helper-validator-option@7.27.1':
151
+ resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==}
152
+ engines: {node: '>=6.9.0'}
153
+
154
+ '@babel/helpers@7.28.2':
155
+ resolution: {integrity: sha512-/V9771t+EgXz62aCcyofnQhGM8DQACbRhvzKFsXKC9QM+5MadF8ZmIm0crDMaz3+o0h0zXfJnd4EhbYbxsrcFw==}
156
+ engines: {node: '>=6.9.0'}
157
+
158
+ '@babel/parser@7.28.0':
159
+ resolution: {integrity: sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==}
160
+ engines: {node: '>=6.0.0'}
161
+ hasBin: true
162
+
163
+ '@babel/plugin-proposal-decorators@7.28.0':
164
+ resolution: {integrity: sha512-zOiZqvANjWDUaUS9xMxbMcK/Zccztbe/6ikvUXaG9nsPH3w6qh5UaPGAnirI/WhIbZ8m3OHU0ReyPrknG+ZKeg==}
165
+ engines: {node: '>=6.9.0'}
166
+ peerDependencies:
167
+ '@babel/core': ^7.0.0-0
168
+
169
+ '@babel/plugin-syntax-decorators@7.27.1':
170
+ resolution: {integrity: sha512-YMq8Z87Lhl8EGkmb0MwYkt36QnxC+fzCgrl66ereamPlYToRpIk5nUjKUY3QKLWq8mwUB1BgbeXcTJhZOCDg5A==}
171
+ engines: {node: '>=6.9.0'}
172
+ peerDependencies:
173
+ '@babel/core': ^7.0.0-0
174
+
175
+ '@babel/plugin-syntax-import-attributes@7.27.1':
176
+ resolution: {integrity: sha512-oFT0FrKHgF53f4vOsZGi2Hh3I35PfSmVs4IBFLFj4dnafP+hIWDLg3VyKmUHfLoLHlyxY4C7DGtmHuJgn+IGww==}
177
+ engines: {node: '>=6.9.0'}
178
+ peerDependencies:
179
+ '@babel/core': ^7.0.0-0
180
+
181
+ '@babel/plugin-syntax-import-meta@7.10.4':
182
+ resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==}
183
+ peerDependencies:
184
+ '@babel/core': ^7.0.0-0
185
+
186
+ '@babel/plugin-syntax-jsx@7.27.1':
187
+ resolution: {integrity: sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==}
188
+ engines: {node: '>=6.9.0'}
189
+ peerDependencies:
190
+ '@babel/core': ^7.0.0-0
191
+
192
+ '@babel/plugin-syntax-typescript@7.27.1':
193
+ resolution: {integrity: sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==}
194
+ engines: {node: '>=6.9.0'}
195
+ peerDependencies:
196
+ '@babel/core': ^7.0.0-0
197
+
198
+ '@babel/plugin-transform-typescript@7.28.0':
199
+ resolution: {integrity: sha512-4AEiDEBPIZvLQaWlc9liCavE0xRM0dNca41WtBeM3jgFptfUOSG9z0uteLhq6+3rq+WB6jIvUwKDTpXEHPJ2Vg==}
200
+ engines: {node: '>=6.9.0'}
201
+ peerDependencies:
202
+ '@babel/core': ^7.0.0-0
203
+
204
+ '@babel/template@7.27.2':
205
+ resolution: {integrity: sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==}
206
+ engines: {node: '>=6.9.0'}
207
+
208
+ '@babel/traverse@7.28.0':
209
+ resolution: {integrity: sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==}
210
+ engines: {node: '>=6.9.0'}
211
+
212
+ '@babel/types@7.28.2':
213
+ resolution: {integrity: sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==}
214
+ engines: {node: '>=6.9.0'}
215
+
216
+ '@esbuild/aix-ppc64@0.25.9':
217
+ resolution: {integrity: sha512-OaGtL73Jck6pBKjNIe24BnFE6agGl+6KxDtTfHhy1HmhthfKouEcOhqpSL64K4/0WCtbKFLOdzD/44cJ4k9opA==}
218
+ engines: {node: '>=18'}
219
+ cpu: [ppc64]
220
+ os: [aix]
221
+
222
+ '@esbuild/android-arm64@0.25.9':
223
+ resolution: {integrity: sha512-IDrddSmpSv51ftWslJMvl3Q2ZT98fUSL2/rlUXuVqRXHCs5EUF1/f+jbjF5+NG9UffUDMCiTyh8iec7u8RlTLg==}
224
+ engines: {node: '>=18'}
225
+ cpu: [arm64]
226
+ os: [android]
227
+
228
+ '@esbuild/android-arm@0.25.9':
229
+ resolution: {integrity: sha512-5WNI1DaMtxQ7t7B6xa572XMXpHAaI/9Hnhk8lcxF4zVN4xstUgTlvuGDorBguKEnZO70qwEcLpfifMLoxiPqHQ==}
230
+ engines: {node: '>=18'}
231
+ cpu: [arm]
232
+ os: [android]
233
+
234
+ '@esbuild/android-x64@0.25.9':
235
+ resolution: {integrity: sha512-I853iMZ1hWZdNllhVZKm34f4wErd4lMyeV7BLzEExGEIZYsOzqDWDf+y082izYUE8gtJnYHdeDpN/6tUdwvfiw==}
236
+ engines: {node: '>=18'}
237
+ cpu: [x64]
238
+ os: [android]
239
+
240
+ '@esbuild/darwin-arm64@0.25.9':
241
+ resolution: {integrity: sha512-XIpIDMAjOELi/9PB30vEbVMs3GV1v2zkkPnuyRRURbhqjyzIINwj+nbQATh4H9GxUgH1kFsEyQMxwiLFKUS6Rg==}
242
+ engines: {node: '>=18'}
243
+ cpu: [arm64]
244
+ os: [darwin]
245
+
246
+ '@esbuild/darwin-x64@0.25.9':
247
+ resolution: {integrity: sha512-jhHfBzjYTA1IQu8VyrjCX4ApJDnH+ez+IYVEoJHeqJm9VhG9Dh2BYaJritkYK3vMaXrf7Ogr/0MQ8/MeIefsPQ==}
248
+ engines: {node: '>=18'}
249
+ cpu: [x64]
250
+ os: [darwin]
251
+
252
+ '@esbuild/freebsd-arm64@0.25.9':
253
+ resolution: {integrity: sha512-z93DmbnY6fX9+KdD4Ue/H6sYs+bhFQJNCPZsi4XWJoYblUqT06MQUdBCpcSfuiN72AbqeBFu5LVQTjfXDE2A6Q==}
254
+ engines: {node: '>=18'}
255
+ cpu: [arm64]
256
+ os: [freebsd]
257
+
258
+ '@esbuild/freebsd-x64@0.25.9':
259
+ resolution: {integrity: sha512-mrKX6H/vOyo5v71YfXWJxLVxgy1kyt1MQaD8wZJgJfG4gq4DpQGpgTB74e5yBeQdyMTbgxp0YtNj7NuHN0PoZg==}
260
+ engines: {node: '>=18'}
261
+ cpu: [x64]
262
+ os: [freebsd]
263
+
264
+ '@esbuild/linux-arm64@0.25.9':
265
+ resolution: {integrity: sha512-BlB7bIcLT3G26urh5Dmse7fiLmLXnRlopw4s8DalgZ8ef79Jj4aUcYbk90g8iCa2467HX8SAIidbL7gsqXHdRw==}
266
+ engines: {node: '>=18'}
267
+ cpu: [arm64]
268
+ os: [linux]
269
+
270
+ '@esbuild/linux-arm@0.25.9':
271
+ resolution: {integrity: sha512-HBU2Xv78SMgaydBmdor38lg8YDnFKSARg1Q6AT0/y2ezUAKiZvc211RDFHlEZRFNRVhcMamiToo7bDx3VEOYQw==}
272
+ engines: {node: '>=18'}
273
+ cpu: [arm]
274
+ os: [linux]
275
+
276
+ '@esbuild/linux-ia32@0.25.9':
277
+ resolution: {integrity: sha512-e7S3MOJPZGp2QW6AK6+Ly81rC7oOSerQ+P8L0ta4FhVi+/j/v2yZzx5CqqDaWjtPFfYz21Vi1S0auHrap3Ma3A==}
278
+ engines: {node: '>=18'}
279
+ cpu: [ia32]
280
+ os: [linux]
281
+
282
+ '@esbuild/linux-loong64@0.25.9':
283
+ resolution: {integrity: sha512-Sbe10Bnn0oUAB2AalYztvGcK+o6YFFA/9829PhOCUS9vkJElXGdphz0A3DbMdP8gmKkqPmPcMJmJOrI3VYB1JQ==}
284
+ engines: {node: '>=18'}
285
+ cpu: [loong64]
286
+ os: [linux]
287
+
288
+ '@esbuild/linux-mips64el@0.25.9':
289
+ resolution: {integrity: sha512-YcM5br0mVyZw2jcQeLIkhWtKPeVfAerES5PvOzaDxVtIyZ2NUBZKNLjC5z3/fUlDgT6w89VsxP2qzNipOaaDyA==}
290
+ engines: {node: '>=18'}
291
+ cpu: [mips64el]
292
+ os: [linux]
293
+
294
+ '@esbuild/linux-ppc64@0.25.9':
295
+ resolution: {integrity: sha512-++0HQvasdo20JytyDpFvQtNrEsAgNG2CY1CLMwGXfFTKGBGQT3bOeLSYE2l1fYdvML5KUuwn9Z8L1EWe2tzs1w==}
296
+ engines: {node: '>=18'}
297
+ cpu: [ppc64]
298
+ os: [linux]
299
+
300
+ '@esbuild/linux-riscv64@0.25.9':
301
+ resolution: {integrity: sha512-uNIBa279Y3fkjV+2cUjx36xkx7eSjb8IvnL01eXUKXez/CBHNRw5ekCGMPM0BcmqBxBcdgUWuUXmVWwm4CH9kg==}
302
+ engines: {node: '>=18'}
303
+ cpu: [riscv64]
304
+ os: [linux]
305
+
306
+ '@esbuild/linux-s390x@0.25.9':
307
+ resolution: {integrity: sha512-Mfiphvp3MjC/lctb+7D287Xw1DGzqJPb/J2aHHcHxflUo+8tmN/6d4k6I2yFR7BVo5/g7x2Monq4+Yew0EHRIA==}
308
+ engines: {node: '>=18'}
309
+ cpu: [s390x]
310
+ os: [linux]
311
+
312
+ '@esbuild/linux-x64@0.25.9':
313
+ resolution: {integrity: sha512-iSwByxzRe48YVkmpbgoxVzn76BXjlYFXC7NvLYq+b+kDjyyk30J0JY47DIn8z1MO3K0oSl9fZoRmZPQI4Hklzg==}
314
+ engines: {node: '>=18'}
315
+ cpu: [x64]
316
+ os: [linux]
317
+
318
+ '@esbuild/netbsd-arm64@0.25.9':
319
+ resolution: {integrity: sha512-9jNJl6FqaUG+COdQMjSCGW4QiMHH88xWbvZ+kRVblZsWrkXlABuGdFJ1E9L7HK+T0Yqd4akKNa/lO0+jDxQD4Q==}
320
+ engines: {node: '>=18'}
321
+ cpu: [arm64]
322
+ os: [netbsd]
323
+
324
+ '@esbuild/netbsd-x64@0.25.9':
325
+ resolution: {integrity: sha512-RLLdkflmqRG8KanPGOU7Rpg829ZHu8nFy5Pqdi9U01VYtG9Y0zOG6Vr2z4/S+/3zIyOxiK6cCeYNWOFR9QP87g==}
326
+ engines: {node: '>=18'}
327
+ cpu: [x64]
328
+ os: [netbsd]
329
+
330
+ '@esbuild/openbsd-arm64@0.25.9':
331
+ resolution: {integrity: sha512-YaFBlPGeDasft5IIM+CQAhJAqS3St3nJzDEgsgFixcfZeyGPCd6eJBWzke5piZuZ7CtL656eOSYKk4Ls2C0FRQ==}
332
+ engines: {node: '>=18'}
333
+ cpu: [arm64]
334
+ os: [openbsd]
335
+
336
+ '@esbuild/openbsd-x64@0.25.9':
337
+ resolution: {integrity: sha512-1MkgTCuvMGWuqVtAvkpkXFmtL8XhWy+j4jaSO2wxfJtilVCi0ZE37b8uOdMItIHz4I6z1bWWtEX4CJwcKYLcuA==}
338
+ engines: {node: '>=18'}
339
+ cpu: [x64]
340
+ os: [openbsd]
341
+
342
+ '@esbuild/openharmony-arm64@0.25.9':
343
+ resolution: {integrity: sha512-4Xd0xNiMVXKh6Fa7HEJQbrpP3m3DDn43jKxMjxLLRjWnRsfxjORYJlXPO4JNcXtOyfajXorRKY9NkOpTHptErg==}
344
+ engines: {node: '>=18'}
345
+ cpu: [arm64]
346
+ os: [openharmony]
347
+
348
+ '@esbuild/sunos-x64@0.25.9':
349
+ resolution: {integrity: sha512-WjH4s6hzo00nNezhp3wFIAfmGZ8U7KtrJNlFMRKxiI9mxEK1scOMAaa9i4crUtu+tBr+0IN6JCuAcSBJZfnphw==}
350
+ engines: {node: '>=18'}
351
+ cpu: [x64]
352
+ os: [sunos]
353
+
354
+ '@esbuild/win32-arm64@0.25.9':
355
+ resolution: {integrity: sha512-mGFrVJHmZiRqmP8xFOc6b84/7xa5y5YvR1x8djzXpJBSv/UsNK6aqec+6JDjConTgvvQefdGhFDAs2DLAds6gQ==}
356
+ engines: {node: '>=18'}
357
+ cpu: [arm64]
358
+ os: [win32]
359
+
360
+ '@esbuild/win32-ia32@0.25.9':
361
+ resolution: {integrity: sha512-b33gLVU2k11nVx1OhX3C8QQP6UHQK4ZtN56oFWvVXvz2VkDoe6fbG8TOgHFxEvqeqohmRnIHe5A1+HADk4OQww==}
362
+ engines: {node: '>=18'}
363
+ cpu: [ia32]
364
+ os: [win32]
365
+
366
+ '@esbuild/win32-x64@0.25.9':
367
+ resolution: {integrity: sha512-PPOl1mi6lpLNQxnGoyAfschAodRFYXJ+9fs6WHXz7CSWKbOqiMZsubC+BQsVKuul+3vKLuwTHsS2c2y9EoKwxQ==}
368
+ engines: {node: '>=18'}
369
+ cpu: [x64]
370
+ os: [win32]
371
+
372
+ '@eslint-community/eslint-utils@4.7.0':
373
+ resolution: {integrity: sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==}
374
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
375
+ peerDependencies:
376
+ eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
377
+
378
+ '@eslint-community/regexpp@4.12.1':
379
+ resolution: {integrity: sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==}
380
+ engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
381
+
382
+ '@eslint/config-array@0.21.0':
383
+ resolution: {integrity: sha512-ENIdc4iLu0d93HeYirvKmrzshzofPw6VkZRKQGe9Nv46ZnWUzcF1xV01dcvEg/1wXUR61OmmlSfyeyO7EvjLxQ==}
384
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
385
+
386
+ '@eslint/config-helpers@0.3.1':
387
+ resolution: {integrity: sha512-xR93k9WhrDYpXHORXpxVL5oHj3Era7wo6k/Wd8/IsQNnZUTzkGS29lyn3nAT05v6ltUuTFVCCYDEGfy2Or/sPA==}
388
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
389
+
390
+ '@eslint/core@0.15.2':
391
+ resolution: {integrity: sha512-78Md3/Rrxh83gCxoUc0EiciuOHsIITzLy53m3d9UyiW8y9Dj2D29FeETqyKA+BRK76tnTp6RXWb3pCay8Oyomg==}
392
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
393
+
394
+ '@eslint/eslintrc@3.3.1':
395
+ resolution: {integrity: sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==}
396
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
397
+
398
+ '@eslint/js@9.33.0':
399
+ resolution: {integrity: sha512-5K1/mKhWaMfreBGJTwval43JJmkip0RmM+3+IuqupeSKNC/Th2Kc7ucaq5ovTSra/OOKB9c58CGSz3QMVbWt0A==}
400
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
401
+
402
+ '@eslint/object-schema@2.1.6':
403
+ resolution: {integrity: sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==}
404
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
405
+
406
+ '@eslint/plugin-kit@0.3.5':
407
+ resolution: {integrity: sha512-Z5kJ+wU3oA7MMIqVR9tyZRtjYPr4OC004Q4Rw7pgOKUOKkJfZ3O24nz3WYfGRpMDNmcOi3TwQOmgm7B7Tpii0w==}
408
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
409
+
410
+ '@humanfs/core@0.19.1':
411
+ resolution: {integrity: sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==}
412
+ engines: {node: '>=18.18.0'}
413
+
414
+ '@humanfs/node@0.16.6':
415
+ resolution: {integrity: sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==}
416
+ engines: {node: '>=18.18.0'}
417
+
418
+ '@humanwhocodes/module-importer@1.0.1':
419
+ resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==}
420
+ engines: {node: '>=12.22'}
421
+
422
+ '@humanwhocodes/retry@0.3.1':
423
+ resolution: {integrity: sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==}
424
+ engines: {node: '>=18.18'}
425
+
426
+ '@humanwhocodes/retry@0.4.3':
427
+ resolution: {integrity: sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==}
428
+ engines: {node: '>=18.18'}
429
+
430
+ '@jridgewell/gen-mapping@0.3.13':
431
+ resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==}
432
+
433
+ '@jridgewell/resolve-uri@3.1.2':
434
+ resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
435
+ engines: {node: '>=6.0.0'}
436
+
437
+ '@jridgewell/sourcemap-codec@1.5.5':
438
+ resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==}
439
+
440
+ '@jridgewell/trace-mapping@0.3.30':
441
+ resolution: {integrity: sha512-GQ7Nw5G2lTu/BtHTKfXhKHok2WGetd4XYcVKGx00SjAk8GMwgJM3zr6zORiPGuOE+/vkc90KtTosSSvaCjKb2Q==}
442
+
443
+ '@nodelib/fs.scandir@2.1.5':
444
+ resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
445
+ engines: {node: '>= 8'}
446
+
447
+ '@nodelib/fs.stat@2.0.5':
448
+ resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==}
449
+ engines: {node: '>= 8'}
450
+
451
+ '@nodelib/fs.walk@1.2.8':
452
+ resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==}
453
+ engines: {node: '>= 8'}
454
+
455
+ '@pkgr/core@0.2.9':
456
+ resolution: {integrity: sha512-QNqXyfVS2wm9hweSYD2O7F0G06uurj9kZ96TRQE5Y9hU7+tgdZwIkbAKc5Ocy1HxEY2kuDQa6cQ1WRs/O5LFKA==}
457
+ engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0}
458
+
459
+ '@polka/url@1.0.0-next.29':
460
+ resolution: {integrity: sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==}
461
+
462
+ '@rolldown/pluginutils@1.0.0-beta.29':
463
+ resolution: {integrity: sha512-NIJgOsMjbxAXvoGq/X0gD7VPMQ8j9g0BiDaNjVNVjvl+iKXxL3Jre0v31RmBYeLEmkbj2s02v8vFTbUXi5XS2Q==}
464
+
465
+ '@rolldown/pluginutils@1.0.0-beta.32':
466
+ resolution: {integrity: sha512-QReCdvxiUZAPkvp1xpAg62IeNzykOFA6syH2CnClif4YmALN1XKpB39XneL80008UbtMShthSVDKmrx05N1q/g==}
467
+
468
+ '@rollup/rollup-android-arm-eabi@4.46.2':
469
+ resolution: {integrity: sha512-Zj3Hl6sN34xJtMv7Anwb5Gu01yujyE/cLBDB2gnHTAHaWS1Z38L7kuSG+oAh0giZMqG060f/YBStXtMH6FvPMA==}
470
+ cpu: [arm]
471
+ os: [android]
472
+
473
+ '@rollup/rollup-android-arm64@4.46.2':
474
+ resolution: {integrity: sha512-nTeCWY83kN64oQ5MGz3CgtPx8NSOhC5lWtsjTs+8JAJNLcP3QbLCtDDgUKQc/Ro/frpMq4SHUaHN6AMltcEoLQ==}
475
+ cpu: [arm64]
476
+ os: [android]
477
+
478
+ '@rollup/rollup-darwin-arm64@4.46.2':
479
+ resolution: {integrity: sha512-HV7bW2Fb/F5KPdM/9bApunQh68YVDU8sO8BvcW9OngQVN3HHHkw99wFupuUJfGR9pYLLAjcAOA6iO+evsbBaPQ==}
480
+ cpu: [arm64]
481
+ os: [darwin]
482
+
483
+ '@rollup/rollup-darwin-x64@4.46.2':
484
+ resolution: {integrity: sha512-SSj8TlYV5nJixSsm/y3QXfhspSiLYP11zpfwp6G/YDXctf3Xkdnk4woJIF5VQe0of2OjzTt8EsxnJDCdHd2xMA==}
485
+ cpu: [x64]
486
+ os: [darwin]
487
+
488
+ '@rollup/rollup-freebsd-arm64@4.46.2':
489
+ resolution: {integrity: sha512-ZyrsG4TIT9xnOlLsSSi9w/X29tCbK1yegE49RYm3tu3wF1L/B6LVMqnEWyDB26d9Ecx9zrmXCiPmIabVuLmNSg==}
490
+ cpu: [arm64]
491
+ os: [freebsd]
492
+
493
+ '@rollup/rollup-freebsd-x64@4.46.2':
494
+ resolution: {integrity: sha512-pCgHFoOECwVCJ5GFq8+gR8SBKnMO+xe5UEqbemxBpCKYQddRQMgomv1104RnLSg7nNvgKy05sLsY51+OVRyiVw==}
495
+ cpu: [x64]
496
+ os: [freebsd]
497
+
498
+ '@rollup/rollup-linux-arm-gnueabihf@4.46.2':
499
+ resolution: {integrity: sha512-EtP8aquZ0xQg0ETFcxUbU71MZlHaw9MChwrQzatiE8U/bvi5uv/oChExXC4mWhjiqK7azGJBqU0tt5H123SzVA==}
500
+ cpu: [arm]
501
+ os: [linux]
502
+
503
+ '@rollup/rollup-linux-arm-musleabihf@4.46.2':
504
+ resolution: {integrity: sha512-qO7F7U3u1nfxYRPM8HqFtLd+raev2K137dsV08q/LRKRLEc7RsiDWihUnrINdsWQxPR9jqZ8DIIZ1zJJAm5PjQ==}
505
+ cpu: [arm]
506
+ os: [linux]
507
+
508
+ '@rollup/rollup-linux-arm64-gnu@4.46.2':
509
+ resolution: {integrity: sha512-3dRaqLfcOXYsfvw5xMrxAk9Lb1f395gkoBYzSFcc/scgRFptRXL9DOaDpMiehf9CO8ZDRJW2z45b6fpU5nwjng==}
510
+ cpu: [arm64]
511
+ os: [linux]
512
+
513
+ '@rollup/rollup-linux-arm64-musl@4.46.2':
514
+ resolution: {integrity: sha512-fhHFTutA7SM+IrR6lIfiHskxmpmPTJUXpWIsBXpeEwNgZzZZSg/q4i6FU4J8qOGyJ0TR+wXBwx/L7Ho9z0+uDg==}
515
+ cpu: [arm64]
516
+ os: [linux]
517
+
518
+ '@rollup/rollup-linux-loongarch64-gnu@4.46.2':
519
+ resolution: {integrity: sha512-i7wfGFXu8x4+FRqPymzjD+Hyav8l95UIZ773j7J7zRYc3Xsxy2wIn4x+llpunexXe6laaO72iEjeeGyUFmjKeA==}
520
+ cpu: [loong64]
521
+ os: [linux]
522
+
523
+ '@rollup/rollup-linux-ppc64-gnu@4.46.2':
524
+ resolution: {integrity: sha512-B/l0dFcHVUnqcGZWKcWBSV2PF01YUt0Rvlurci5P+neqY/yMKchGU8ullZvIv5e8Y1C6wOn+U03mrDylP5q9Yw==}
525
+ cpu: [ppc64]
526
+ os: [linux]
527
+
528
+ '@rollup/rollup-linux-riscv64-gnu@4.46.2':
529
+ resolution: {integrity: sha512-32k4ENb5ygtkMwPMucAb8MtV8olkPT03oiTxJbgkJa7lJ7dZMr0GCFJlyvy+K8iq7F/iuOr41ZdUHaOiqyR3iQ==}
530
+ cpu: [riscv64]
531
+ os: [linux]
532
+
533
+ '@rollup/rollup-linux-riscv64-musl@4.46.2':
534
+ resolution: {integrity: sha512-t5B2loThlFEauloaQkZg9gxV05BYeITLvLkWOkRXogP4qHXLkWSbSHKM9S6H1schf/0YGP/qNKtiISlxvfmmZw==}
535
+ cpu: [riscv64]
536
+ os: [linux]
537
+
538
+ '@rollup/rollup-linux-s390x-gnu@4.46.2':
539
+ resolution: {integrity: sha512-YKjekwTEKgbB7n17gmODSmJVUIvj8CX7q5442/CK80L8nqOUbMtf8b01QkG3jOqyr1rotrAnW6B/qiHwfcuWQA==}
540
+ cpu: [s390x]
541
+ os: [linux]
542
+
543
+ '@rollup/rollup-linux-x64-gnu@4.46.2':
544
+ resolution: {integrity: sha512-Jj5a9RUoe5ra+MEyERkDKLwTXVu6s3aACP51nkfnK9wJTraCC8IMe3snOfALkrjTYd2G1ViE1hICj0fZ7ALBPA==}
545
+ cpu: [x64]
546
+ os: [linux]
547
+
548
+ '@rollup/rollup-linux-x64-musl@4.46.2':
549
+ resolution: {integrity: sha512-7kX69DIrBeD7yNp4A5b81izs8BqoZkCIaxQaOpumcJ1S/kmqNFjPhDu1LHeVXv0SexfHQv5cqHsxLOjETuqDuA==}
550
+ cpu: [x64]
551
+ os: [linux]
552
+
553
+ '@rollup/rollup-win32-arm64-msvc@4.46.2':
554
+ resolution: {integrity: sha512-wiJWMIpeaak/jsbaq2HMh/rzZxHVW1rU6coyeNNpMwk5isiPjSTx0a4YLSlYDwBH/WBvLz+EtsNqQScZTLJy3g==}
555
+ cpu: [arm64]
556
+ os: [win32]
557
+
558
+ '@rollup/rollup-win32-ia32-msvc@4.46.2':
559
+ resolution: {integrity: sha512-gBgaUDESVzMgWZhcyjfs9QFK16D8K6QZpwAaVNJxYDLHWayOta4ZMjGm/vsAEy3hvlS2GosVFlBlP9/Wb85DqQ==}
560
+ cpu: [ia32]
561
+ os: [win32]
562
+
563
+ '@rollup/rollup-win32-x64-msvc@4.46.2':
564
+ resolution: {integrity: sha512-CvUo2ixeIQGtF6WvuB87XWqPQkoFAFqW+HUo/WzHwuHDvIwZCtjdWXoYCcr06iKGydiqTclC4jU/TNObC/xKZg==}
565
+ cpu: [x64]
566
+ os: [win32]
567
+
568
+ '@sec-ant/readable-stream@0.4.1':
569
+ resolution: {integrity: sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==}
570
+
571
+ '@sindresorhus/merge-streams@4.0.0':
572
+ resolution: {integrity: sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==}
573
+ engines: {node: '>=18'}
574
+
575
+ '@tsconfig/node22@22.0.2':
576
+ resolution: {integrity: sha512-Kmwj4u8sDRDrMYRoN9FDEcXD8UpBSaPQQ24Gz+Gamqfm7xxn+GBR7ge/Z7pK8OXNGyUzbSwJj+TH6B+DS/epyA==}
577
+
578
+ '@types/estree@1.0.8':
579
+ resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==}
580
+
581
+ '@types/json-schema@7.0.15':
582
+ resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
583
+
584
+ '@types/node@22.17.1':
585
+ resolution: {integrity: sha512-y3tBaz+rjspDTylNjAX37jEC3TETEFGNJL6uQDxwF9/8GLLIjW1rvVHlynyuUKMnMr1Roq8jOv3vkopBjC4/VA==}
586
+
587
+ '@typescript-eslint/eslint-plugin@8.39.1':
588
+ resolution: {integrity: sha512-yYegZ5n3Yr6eOcqgj2nJH8cH/ZZgF+l0YIdKILSDjYFRjgYQMgv/lRjV5Z7Up04b9VYUondt8EPMqg7kTWgJ2g==}
589
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
590
+ peerDependencies:
591
+ '@typescript-eslint/parser': ^8.39.1
592
+ eslint: ^8.57.0 || ^9.0.0
593
+ typescript: '>=4.8.4 <6.0.0'
594
+
595
+ '@typescript-eslint/parser@8.39.1':
596
+ resolution: {integrity: sha512-pUXGCuHnnKw6PyYq93lLRiZm3vjuslIy7tus1lIQTYVK9bL8XBgJnCWm8a0KcTtHC84Yya1Q6rtll+duSMj0dg==}
597
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
598
+ peerDependencies:
599
+ eslint: ^8.57.0 || ^9.0.0
600
+ typescript: '>=4.8.4 <6.0.0'
601
+
602
+ '@typescript-eslint/project-service@8.39.1':
603
+ resolution: {integrity: sha512-8fZxek3ONTwBu9ptw5nCKqZOSkXshZB7uAxuFF0J/wTMkKydjXCzqqga7MlFMpHi9DoG4BadhmTkITBcg8Aybw==}
604
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
605
+ peerDependencies:
606
+ typescript: '>=4.8.4 <6.0.0'
607
+
608
+ '@typescript-eslint/scope-manager@8.39.1':
609
+ resolution: {integrity: sha512-RkBKGBrjgskFGWuyUGz/EtD8AF/GW49S21J8dvMzpJitOF1slLEbbHnNEtAHtnDAnx8qDEdRrULRnWVx27wGBw==}
610
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
611
+
612
+ '@typescript-eslint/tsconfig-utils@8.39.1':
613
+ resolution: {integrity: sha512-ePUPGVtTMR8XMU2Hee8kD0Pu4NDE1CN9Q1sxGSGd/mbOtGZDM7pnhXNJnzW63zk/q+Z54zVzj44HtwXln5CvHA==}
614
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
615
+ peerDependencies:
616
+ typescript: '>=4.8.4 <6.0.0'
617
+
618
+ '@typescript-eslint/type-utils@8.39.1':
619
+ resolution: {integrity: sha512-gu9/ahyatyAdQbKeHnhT4R+y3YLtqqHyvkfDxaBYk97EcbfChSJXyaJnIL3ygUv7OuZatePHmQvuH5ru0lnVeA==}
620
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
621
+ peerDependencies:
622
+ eslint: ^8.57.0 || ^9.0.0
623
+ typescript: '>=4.8.4 <6.0.0'
624
+
625
+ '@typescript-eslint/types@8.39.1':
626
+ resolution: {integrity: sha512-7sPDKQQp+S11laqTrhHqeAbsCfMkwJMrV7oTDvtDds4mEofJYir414bYKUEb8YPUm9QL3U+8f6L6YExSoAGdQw==}
627
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
628
+
629
+ '@typescript-eslint/typescript-estree@8.39.1':
630
+ resolution: {integrity: sha512-EKkpcPuIux48dddVDXyQBlKdeTPMmALqBUbEk38McWv0qVEZwOpVJBi7ugK5qVNgeuYjGNQxrrnoM/5+TI/BPw==}
631
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
632
+ peerDependencies:
633
+ typescript: '>=4.8.4 <6.0.0'
634
+
635
+ '@typescript-eslint/utils@8.39.1':
636
+ resolution: {integrity: sha512-VF5tZ2XnUSTuiqZFXCZfZs1cgkdd3O/sSYmdo2EpSyDlC86UM/8YytTmKnehOW3TGAlivqTDT6bS87B/GQ/jyg==}
637
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
638
+ peerDependencies:
639
+ eslint: ^8.57.0 || ^9.0.0
640
+ typescript: '>=4.8.4 <6.0.0'
641
+
642
+ '@typescript-eslint/visitor-keys@8.39.1':
643
+ resolution: {integrity: sha512-W8FQi6kEh2e8zVhQ0eeRnxdvIoOkAp/CPAahcNio6nO9dsIwb9b34z90KOlheoyuVf6LSOEdjlkxSkapNEc+4A==}
644
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
645
+
646
+ '@vitejs/plugin-vue-jsx@5.0.1':
647
+ resolution: {integrity: sha512-X7qmQMXbdDh+sfHUttXokPD0cjPkMFoae7SgbkF9vi3idGUKmxLcnU2Ug49FHwiKXebfzQRIm5yK3sfCJzNBbg==}
648
+ engines: {node: ^20.19.0 || >=22.12.0}
649
+ peerDependencies:
650
+ vite: ^5.0.0 || ^6.0.0 || ^7.0.0
651
+ vue: ^3.0.0
652
+
653
+ '@vitejs/plugin-vue@6.0.1':
654
+ resolution: {integrity: sha512-+MaE752hU0wfPFJEUAIxqw18+20euHHdxVtMvbFcOEpjEyfqXH/5DCoTHiVJ0J29EhTJdoTkjEv5YBKU9dnoTw==}
655
+ engines: {node: ^20.19.0 || >=22.12.0}
656
+ peerDependencies:
657
+ vite: ^5.0.0 || ^6.0.0 || ^7.0.0
658
+ vue: ^3.2.25
659
+
660
+ '@volar/language-core@2.4.22':
661
+ resolution: {integrity: sha512-gp4M7Di5KgNyIyO903wTClYBavRt6UyFNpc5LWfyZr1lBsTUY+QrVZfmbNF2aCyfklBOVk9YC4p+zkwoyT7ECg==}
662
+
663
+ '@volar/source-map@2.4.22':
664
+ resolution: {integrity: sha512-L2nVr/1vei0xKRgO2tYVXtJYd09HTRjaZi418e85Q+QdbbqA8h7bBjfNyPPSsjnrOO4l4kaAo78c8SQUAdHvgA==}
665
+
666
+ '@volar/typescript@2.4.22':
667
+ resolution: {integrity: sha512-6ZczlJW1/GWTrNnkmZxJp4qyBt/SGVlcTuCWpI5zLrdPdCZsj66Aff9ZsfFaT3TyjG8zVYgBMYPuCm/eRkpcpQ==}
668
+
669
+ '@vue/babel-helper-vue-transform-on@1.5.0':
670
+ resolution: {integrity: sha512-0dAYkerNhhHutHZ34JtTl2czVQHUNWv6xEbkdF5W+Yrv5pCWsqjeORdOgbtW2I9gWlt+wBmVn+ttqN9ZxR5tzA==}
671
+
672
+ '@vue/babel-plugin-jsx@1.5.0':
673
+ resolution: {integrity: sha512-mneBhw1oOqCd2247O0Yw/mRwC9jIGACAJUlawkmMBiNmL4dGA2eMzuNZVNqOUfYTa6vqmND4CtOPzmEEEqLKFw==}
674
+ peerDependencies:
675
+ '@babel/core': ^7.0.0-0
676
+ peerDependenciesMeta:
677
+ '@babel/core':
678
+ optional: true
679
+
680
+ '@vue/babel-plugin-resolve-type@1.5.0':
681
+ resolution: {integrity: sha512-Wm/60o+53JwJODm4Knz47dxJnLDJ9FnKnGZJbUUf8nQRAtt6P+undLUAVU3Ha33LxOJe6IPoifRQ6F/0RrU31w==}
682
+ peerDependencies:
683
+ '@babel/core': ^7.0.0-0
684
+
685
+ '@vue/compiler-core@3.5.18':
686
+ resolution: {integrity: sha512-3slwjQrrV1TO8MoXgy3aynDQ7lslj5UqDxuHnrzHtpON5CBinhWjJETciPngpin/T3OuW3tXUf86tEurusnztw==}
687
+
688
+ '@vue/compiler-dom@3.5.18':
689
+ resolution: {integrity: sha512-RMbU6NTU70++B1JyVJbNbeFkK+A+Q7y9XKE2EM4NLGm2WFR8x9MbAtWxPPLdm0wUkuZv9trpwfSlL6tjdIa1+A==}
690
+
691
+ '@vue/compiler-sfc@3.5.18':
692
+ resolution: {integrity: sha512-5aBjvGqsWs+MoxswZPoTB9nSDb3dhd1x30xrrltKujlCxo48j8HGDNj3QPhF4VIS0VQDUrA1xUfp2hEa+FNyXA==}
693
+
694
+ '@vue/compiler-ssr@3.5.18':
695
+ resolution: {integrity: sha512-xM16Ak7rSWHkM3m22NlmcdIM+K4BMyFARAfV9hYFl+SFuRzrZ3uGMNW05kA5pmeMa0X9X963Kgou7ufdbpOP9g==}
696
+
697
+ '@vue/compiler-vue2@2.7.16':
698
+ resolution: {integrity: sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==}
699
+
700
+ '@vue/devtools-api@6.6.4':
701
+ resolution: {integrity: sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==}
702
+
703
+ '@vue/devtools-api@7.7.7':
704
+ resolution: {integrity: sha512-lwOnNBH2e7x1fIIbVT7yF5D+YWhqELm55/4ZKf45R9T8r9dE2AIOy8HKjfqzGsoTHFbWbr337O4E0A0QADnjBg==}
705
+
706
+ '@vue/devtools-core@8.0.0':
707
+ resolution: {integrity: sha512-5bPtF0jAFnaGs4C/4+3vGRR5U+cf6Y8UWK0nJflutEDGepHxl5L9JRaPdHQYCUgrzUaf4cY4waNBEEGXrfcs3A==}
708
+ peerDependencies:
709
+ vue: ^3.0.0
710
+
711
+ '@vue/devtools-kit@7.7.7':
712
+ resolution: {integrity: sha512-wgoZtxcTta65cnZ1Q6MbAfePVFxfM+gq0saaeytoph7nEa7yMXoi6sCPy4ufO111B9msnw0VOWjPEFCXuAKRHA==}
713
+
714
+ '@vue/devtools-kit@8.0.0':
715
+ resolution: {integrity: sha512-b11OeQODkE0bctdT0RhL684pEV2DPXJ80bjpywVCbFn1PxuL3bmMPDoJKjbMnnoWbrnUYXYzFfmMWBZAMhORkQ==}
716
+
717
+ '@vue/devtools-shared@7.7.7':
718
+ resolution: {integrity: sha512-+udSj47aRl5aKb0memBvcUG9koarqnxNM5yjuREvqwK6T3ap4mn3Zqqc17QrBFTqSMjr3HK1cvStEZpMDpfdyw==}
719
+
720
+ '@vue/devtools-shared@8.0.0':
721
+ resolution: {integrity: sha512-jrKnbjshQCiOAJanoeJjTU7WaCg0Dz2BUal6SaR6VM/P3hiFdX5Q6Pxl73ZMnrhCxNK9nAg5hvvRGqs+6dtU1g==}
722
+
723
+ '@vue/eslint-config-prettier@10.2.0':
724
+ resolution: {integrity: sha512-GL3YBLwv/+b86yHcNNfPJxOTtVFJ4Mbc9UU3zR+KVoG7SwGTjPT+32fXamscNumElhcpXW3mT0DgzS9w32S7Bw==}
725
+ peerDependencies:
726
+ eslint: '>= 8.21.0'
727
+ prettier: '>= 3.0.0'
728
+
729
+ '@vue/eslint-config-typescript@14.6.0':
730
+ resolution: {integrity: sha512-UpiRY/7go4Yps4mYCjkvlIbVWmn9YvPGQDxTAlcKLphyaD77LjIu3plH4Y9zNT0GB4f3K5tMmhhtRhPOgrQ/bQ==}
731
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
732
+ peerDependencies:
733
+ eslint: ^9.10.0
734
+ eslint-plugin-vue: ^9.28.0 || ^10.0.0
735
+ typescript: '>=4.8.4'
736
+ peerDependenciesMeta:
737
+ typescript:
738
+ optional: true
739
+
740
+ '@vue/language-core@3.0.5':
741
+ resolution: {integrity: sha512-gCEjn9Ik7I/seHVNIEipOm8W+f3/kg60e8s1IgIkMYma2wu9ZGUTMv3mSL2bX+Md2L8fslceJ4SU8j1fgSRoiw==}
742
+ peerDependencies:
743
+ typescript: '*'
744
+ peerDependenciesMeta:
745
+ typescript:
746
+ optional: true
747
+
748
+ '@vue/reactivity@3.5.18':
749
+ resolution: {integrity: sha512-x0vPO5Imw+3sChLM5Y+B6G1zPjwdOri9e8V21NnTnlEvkxatHEH5B5KEAJcjuzQ7BsjGrKtfzuQ5eQwXh8HXBg==}
750
+
751
+ '@vue/runtime-core@3.5.18':
752
+ resolution: {integrity: sha512-DUpHa1HpeOQEt6+3nheUfqVXRog2kivkXHUhoqJiKR33SO4x+a5uNOMkV487WPerQkL0vUuRvq/7JhRgLW3S+w==}
753
+
754
+ '@vue/runtime-dom@3.5.18':
755
+ resolution: {integrity: sha512-YwDj71iV05j4RnzZnZtGaXwPoUWeRsqinblgVJwR8XTXYZ9D5PbahHQgsbmzUvCWNF6x7siQ89HgnX5eWkr3mw==}
756
+
757
+ '@vue/server-renderer@3.5.18':
758
+ resolution: {integrity: sha512-PvIHLUoWgSbDG7zLHqSqaCoZvHi6NNmfVFOqO+OnwvqMz/tqQr3FuGWS8ufluNddk7ZLBJYMrjcw1c6XzR12mA==}
759
+ peerDependencies:
760
+ vue: 3.5.18
761
+
762
+ '@vue/shared@3.5.18':
763
+ resolution: {integrity: sha512-cZy8Dq+uuIXbxCZpuLd2GJdeSO/lIzIspC2WtkqIpje5QyFbvLaI5wZtdUjLHjGZrlVX6GilejatWwVYYRc8tA==}
764
+
765
+ '@vue/tsconfig@0.7.0':
766
+ resolution: {integrity: sha512-ku2uNz5MaZ9IerPPUyOHzyjhXoX2kVJaVf7hL315DC17vS6IiZRmmCPfggNbU16QTvM80+uYYy3eYJB59WCtvg==}
767
+ peerDependencies:
768
+ typescript: 5.x
769
+ vue: ^3.4.0
770
+ peerDependenciesMeta:
771
+ typescript:
772
+ optional: true
773
+ vue:
774
+ optional: true
775
+
776
+ acorn-jsx@5.3.2:
777
+ resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
778
+ peerDependencies:
779
+ acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
780
+
781
+ acorn@8.15.0:
782
+ resolution: {integrity: sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==}
783
+ engines: {node: '>=0.4.0'}
784
+ hasBin: true
785
+
786
+ ajv@6.12.6:
787
+ resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==}
788
+
789
+ alien-signals@2.0.6:
790
+ resolution: {integrity: sha512-P3TxJSe31bUHBiblg59oU1PpaWPtmxF9GhJ/cB7OkgJ0qN/ifFSKUI25/v8ZhsT+lIG6ac8DpTOplXxORX6F3Q==}
791
+
792
+ ansi-styles@4.3.0:
793
+ resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
794
+ engines: {node: '>=8'}
795
+
796
+ ansi-styles@6.2.1:
797
+ resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==}
798
+ engines: {node: '>=12'}
799
+
800
+ ansis@4.1.0:
801
+ resolution: {integrity: sha512-BGcItUBWSMRgOCe+SVZJ+S7yTRG0eGt9cXAHev72yuGcY23hnLA7Bky5L/xLyPINoSN95geovfBkqoTlNZYa7w==}
802
+ engines: {node: '>=14'}
803
+
804
+ argparse@2.0.1:
805
+ resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
806
+
807
+ balanced-match@1.0.2:
808
+ resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
809
+
810
+ birpc@2.5.0:
811
+ resolution: {integrity: sha512-VSWO/W6nNQdyP520F1mhf+Lc2f8pjGQOtoHHm7Ze8Go1kX7akpVIrtTa0fn+HB0QJEDVacl6aO08YE0PgXfdnQ==}
812
+
813
+ boolbase@1.0.0:
814
+ resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==}
815
+
816
+ brace-expansion@1.1.12:
817
+ resolution: {integrity: sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==}
818
+
819
+ brace-expansion@2.0.2:
820
+ resolution: {integrity: sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==}
821
+
822
+ braces@3.0.3:
823
+ resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
824
+ engines: {node: '>=8'}
825
+
826
+ browserslist@4.25.2:
827
+ resolution: {integrity: sha512-0si2SJK3ooGzIawRu61ZdPCO1IncZwS8IzuX73sPZsXW6EQ/w/DAfPyKI8l1ETTCr2MnvqWitmlCUxgdul45jA==}
828
+ engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
829
+ hasBin: true
830
+
831
+ bundle-name@4.1.0:
832
+ resolution: {integrity: sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==}
833
+ engines: {node: '>=18'}
834
+
835
+ callsites@3.1.0:
836
+ resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==}
837
+ engines: {node: '>=6'}
838
+
839
+ caniuse-lite@1.0.30001735:
840
+ resolution: {integrity: sha512-EV/laoX7Wq2J9TQlyIXRxTJqIw4sxfXS4OYgudGxBYRuTv0q7AM6yMEpU/Vo1I94thg9U6EZ2NfZx9GJq83u7w==}
841
+
842
+ chalk@4.1.2:
843
+ resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
844
+ engines: {node: '>=10'}
845
+
846
+ color-convert@2.0.1:
847
+ resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==}
848
+ engines: {node: '>=7.0.0'}
849
+
850
+ color-name@1.1.4:
851
+ resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
852
+
853
+ concat-map@0.0.1:
854
+ resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
855
+
856
+ convert-source-map@2.0.0:
857
+ resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
858
+
859
+ copy-anything@3.0.5:
860
+ resolution: {integrity: sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==}
861
+ engines: {node: '>=12.13'}
862
+
863
+ cross-spawn@7.0.6:
864
+ resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
865
+ engines: {node: '>= 8'}
866
+
867
+ cssesc@3.0.0:
868
+ resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==}
869
+ engines: {node: '>=4'}
870
+ hasBin: true
871
+
872
+ csstype@3.1.3:
873
+ resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==}
874
+
875
+ de-indent@1.0.2:
876
+ resolution: {integrity: sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==}
877
+
878
+ debug@4.4.1:
879
+ resolution: {integrity: sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==}
880
+ engines: {node: '>=6.0'}
881
+ peerDependencies:
882
+ supports-color: '*'
883
+ peerDependenciesMeta:
884
+ supports-color:
885
+ optional: true
886
+
887
+ deep-is@0.1.4:
888
+ resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==}
889
+
890
+ default-browser-id@5.0.0:
891
+ resolution: {integrity: sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==}
892
+ engines: {node: '>=18'}
893
+
894
+ default-browser@5.2.1:
895
+ resolution: {integrity: sha512-WY/3TUME0x3KPYdRRxEJJvXRHV4PyPoUsxtZa78lwItwRQRHhd2U9xOscaT/YTf8uCXIAjeJOFBVEh/7FtD8Xg==}
896
+ engines: {node: '>=18'}
897
+
898
+ define-lazy-prop@3.0.0:
899
+ resolution: {integrity: sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==}
900
+ engines: {node: '>=12'}
901
+
902
+ electron-to-chromium@1.5.200:
903
+ resolution: {integrity: sha512-rFCxROw7aOe4uPTfIAx+rXv9cEcGx+buAF4npnhtTqCJk5KDFRnh3+KYj7rdVh6lsFt5/aPs+Irj9rZ33WMA7w==}
904
+
905
+ entities@4.5.0:
906
+ resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==}
907
+ engines: {node: '>=0.12'}
908
+
909
+ error-stack-parser-es@1.0.5:
910
+ resolution: {integrity: sha512-5qucVt2XcuGMcEGgWI7i+yZpmpByQ8J1lHhcL7PwqCwu9FPP3VUXzT4ltHe5i2z9dePwEHcDVOAfSnHsOlCXRA==}
911
+
912
+ esbuild@0.25.9:
913
+ resolution: {integrity: sha512-CRbODhYyQx3qp7ZEwzxOk4JBqmD/seJrzPa/cGjY1VtIn5E09Oi9/dB4JwctnfZ8Q8iT7rioVv5k/FNT/uf54g==}
914
+ engines: {node: '>=18'}
915
+ hasBin: true
916
+
917
+ escalade@3.2.0:
918
+ resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==}
919
+ engines: {node: '>=6'}
920
+
921
+ escape-string-regexp@4.0.0:
922
+ resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==}
923
+ engines: {node: '>=10'}
924
+
925
+ eslint-config-prettier@10.1.8:
926
+ resolution: {integrity: sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==}
927
+ hasBin: true
928
+ peerDependencies:
929
+ eslint: '>=7.0.0'
930
+
931
+ eslint-plugin-prettier@5.5.4:
932
+ resolution: {integrity: sha512-swNtI95SToIz05YINMA6Ox5R057IMAmWZ26GqPxusAp1TZzj+IdY9tXNWWD3vkF/wEqydCONcwjTFpxybBqZsg==}
933
+ engines: {node: ^14.18.0 || >=16.0.0}
934
+ peerDependencies:
935
+ '@types/eslint': '>=8.0.0'
936
+ eslint: '>=8.0.0'
937
+ eslint-config-prettier: '>= 7.0.0 <10.0.0 || >=10.1.0'
938
+ prettier: '>=3.0.0'
939
+ peerDependenciesMeta:
940
+ '@types/eslint':
941
+ optional: true
942
+ eslint-config-prettier:
943
+ optional: true
944
+
945
+ eslint-plugin-vue@10.3.0:
946
+ resolution: {integrity: sha512-A0u9snqjCfYaPnqqOaH6MBLVWDUIN4trXn8J3x67uDcXvR7X6Ut8p16N+nYhMCQ9Y7edg2BIRGzfyZsY0IdqoQ==}
947
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
948
+ peerDependencies:
949
+ '@typescript-eslint/parser': ^7.0.0 || ^8.0.0
950
+ eslint: ^8.57.0 || ^9.0.0
951
+ vue-eslint-parser: ^10.0.0
952
+ peerDependenciesMeta:
953
+ '@typescript-eslint/parser':
954
+ optional: true
955
+
956
+ eslint-scope@8.4.0:
957
+ resolution: {integrity: sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==}
958
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
959
+
960
+ eslint-visitor-keys@3.4.3:
961
+ resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==}
962
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
963
+
964
+ eslint-visitor-keys@4.2.1:
965
+ resolution: {integrity: sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==}
966
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
967
+
968
+ eslint@9.33.0:
969
+ resolution: {integrity: sha512-TS9bTNIryDzStCpJN93aC5VRSW3uTx9sClUn4B87pwiCaJh220otoI0X8mJKr+VcPtniMdN8GKjlwgWGUv5ZKA==}
970
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
971
+ hasBin: true
972
+ peerDependencies:
973
+ jiti: '*'
974
+ peerDependenciesMeta:
975
+ jiti:
976
+ optional: true
977
+
978
+ espree@10.4.0:
979
+ resolution: {integrity: sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==}
980
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
981
+
982
+ esquery@1.6.0:
983
+ resolution: {integrity: sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==}
984
+ engines: {node: '>=0.10'}
985
+
986
+ esrecurse@4.3.0:
987
+ resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==}
988
+ engines: {node: '>=4.0'}
989
+
990
+ estraverse@5.3.0:
991
+ resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==}
992
+ engines: {node: '>=4.0'}
993
+
994
+ estree-walker@2.0.2:
995
+ resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==}
996
+
997
+ esutils@2.0.3:
998
+ resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==}
999
+ engines: {node: '>=0.10.0'}
1000
+
1001
+ execa@9.6.0:
1002
+ resolution: {integrity: sha512-jpWzZ1ZhwUmeWRhS7Qv3mhpOhLfwI+uAX4e5fOcXqwMR7EcJ0pj2kV1CVzHVMX/LphnKWD3LObjZCoJ71lKpHw==}
1003
+ engines: {node: ^18.19.0 || >=20.5.0}
1004
+
1005
+ fast-deep-equal@3.1.3:
1006
+ resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
1007
+
1008
+ fast-diff@1.3.0:
1009
+ resolution: {integrity: sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==}
1010
+
1011
+ fast-glob@3.3.3:
1012
+ resolution: {integrity: sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==}
1013
+ engines: {node: '>=8.6.0'}
1014
+
1015
+ fast-json-stable-stringify@2.1.0:
1016
+ resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==}
1017
+
1018
+ fast-levenshtein@2.0.6:
1019
+ resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==}
1020
+
1021
+ fastq@1.19.1:
1022
+ resolution: {integrity: sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==}
1023
+
1024
+ fdir@6.4.6:
1025
+ resolution: {integrity: sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==}
1026
+ peerDependencies:
1027
+ picomatch: ^3 || ^4
1028
+ peerDependenciesMeta:
1029
+ picomatch:
1030
+ optional: true
1031
+
1032
+ figures@6.1.0:
1033
+ resolution: {integrity: sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg==}
1034
+ engines: {node: '>=18'}
1035
+
1036
+ file-entry-cache@8.0.0:
1037
+ resolution: {integrity: sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==}
1038
+ engines: {node: '>=16.0.0'}
1039
+
1040
+ fill-range@7.1.1:
1041
+ resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==}
1042
+ engines: {node: '>=8'}
1043
+
1044
+ find-up@5.0.0:
1045
+ resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==}
1046
+ engines: {node: '>=10'}
1047
+
1048
+ flat-cache@4.0.1:
1049
+ resolution: {integrity: sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==}
1050
+ engines: {node: '>=16'}
1051
+
1052
+ flatted@3.3.3:
1053
+ resolution: {integrity: sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==}
1054
+
1055
+ fsevents@2.3.3:
1056
+ resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
1057
+ engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
1058
+ os: [darwin]
1059
+
1060
+ gensync@1.0.0-beta.2:
1061
+ resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==}
1062
+ engines: {node: '>=6.9.0'}
1063
+
1064
+ get-stream@9.0.1:
1065
+ resolution: {integrity: sha512-kVCxPF3vQM/N0B1PmoqVUqgHP+EeVjmZSQn+1oCRPxd2P21P2F19lIgbR3HBosbB1PUhOAoctJnfEn2GbN2eZA==}
1066
+ engines: {node: '>=18'}
1067
+
1068
+ glob-parent@5.1.2:
1069
+ resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==}
1070
+ engines: {node: '>= 6'}
1071
+
1072
+ glob-parent@6.0.2:
1073
+ resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==}
1074
+ engines: {node: '>=10.13.0'}
1075
+
1076
+ globals@14.0.0:
1077
+ resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==}
1078
+ engines: {node: '>=18'}
1079
+
1080
+ graphemer@1.4.0:
1081
+ resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==}
1082
+
1083
+ has-flag@4.0.0:
1084
+ resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==}
1085
+ engines: {node: '>=8'}
1086
+
1087
+ he@1.2.0:
1088
+ resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==}
1089
+ hasBin: true
1090
+
1091
+ hookable@5.5.3:
1092
+ resolution: {integrity: sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==}
1093
+
1094
+ human-signals@8.0.1:
1095
+ resolution: {integrity: sha512-eKCa6bwnJhvxj14kZk5NCPc6Hb6BdsU9DZcOnmQKSnO1VKrfV0zCvtttPZUsBvjmNDn8rpcJfpwSYnHBjc95MQ==}
1096
+ engines: {node: '>=18.18.0'}
1097
+
1098
+ ignore@5.3.2:
1099
+ resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==}
1100
+ engines: {node: '>= 4'}
1101
+
1102
+ ignore@7.0.5:
1103
+ resolution: {integrity: sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==}
1104
+ engines: {node: '>= 4'}
1105
+
1106
+ import-fresh@3.3.1:
1107
+ resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==}
1108
+ engines: {node: '>=6'}
1109
+
1110
+ imurmurhash@0.1.4:
1111
+ resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==}
1112
+ engines: {node: '>=0.8.19'}
1113
+
1114
+ is-docker@3.0.0:
1115
+ resolution: {integrity: sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==}
1116
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
1117
+ hasBin: true
1118
+
1119
+ is-extglob@2.1.1:
1120
+ resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
1121
+ engines: {node: '>=0.10.0'}
1122
+
1123
+ is-glob@4.0.3:
1124
+ resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
1125
+ engines: {node: '>=0.10.0'}
1126
+
1127
+ is-inside-container@1.0.0:
1128
+ resolution: {integrity: sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==}
1129
+ engines: {node: '>=14.16'}
1130
+ hasBin: true
1131
+
1132
+ is-number@7.0.0:
1133
+ resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
1134
+ engines: {node: '>=0.12.0'}
1135
+
1136
+ is-plain-obj@4.1.0:
1137
+ resolution: {integrity: sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==}
1138
+ engines: {node: '>=12'}
1139
+
1140
+ is-stream@4.0.1:
1141
+ resolution: {integrity: sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A==}
1142
+ engines: {node: '>=18'}
1143
+
1144
+ is-unicode-supported@2.1.0:
1145
+ resolution: {integrity: sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==}
1146
+ engines: {node: '>=18'}
1147
+
1148
+ is-what@4.1.16:
1149
+ resolution: {integrity: sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==}
1150
+ engines: {node: '>=12.13'}
1151
+
1152
+ is-wsl@3.1.0:
1153
+ resolution: {integrity: sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==}
1154
+ engines: {node: '>=16'}
1155
+
1156
+ isexe@2.0.0:
1157
+ resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
1158
+
1159
+ isexe@3.1.1:
1160
+ resolution: {integrity: sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==}
1161
+ engines: {node: '>=16'}
1162
+
1163
+ jiti@2.5.1:
1164
+ resolution: {integrity: sha512-twQoecYPiVA5K/h6SxtORw/Bs3ar+mLUtoPSc7iMXzQzK8d7eJ/R09wmTwAjiamETn1cXYPGfNnu7DMoHgu12w==}
1165
+ hasBin: true
1166
+
1167
+ js-tokens@4.0.0:
1168
+ resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
1169
+
1170
+ js-yaml@4.1.0:
1171
+ resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==}
1172
+ hasBin: true
1173
+
1174
+ jsesc@3.1.0:
1175
+ resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==}
1176
+ engines: {node: '>=6'}
1177
+ hasBin: true
1178
+
1179
+ json-buffer@3.0.1:
1180
+ resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==}
1181
+
1182
+ json-parse-even-better-errors@4.0.0:
1183
+ resolution: {integrity: sha512-lR4MXjGNgkJc7tkQ97kb2nuEMnNCyU//XYVH0MKTGcXEiSudQ5MKGKen3C5QubYy0vmq+JGitUg92uuywGEwIA==}
1184
+ engines: {node: ^18.17.0 || >=20.5.0}
1185
+
1186
+ json-schema-traverse@0.4.1:
1187
+ resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==}
1188
+
1189
+ json-stable-stringify-without-jsonify@1.0.1:
1190
+ resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==}
1191
+
1192
+ json5@2.2.3:
1193
+ resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==}
1194
+ engines: {node: '>=6'}
1195
+ hasBin: true
1196
+
1197
+ keyv@4.5.4:
1198
+ resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==}
1199
+
1200
+ kolorist@1.8.0:
1201
+ resolution: {integrity: sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==}
1202
+
1203
+ levn@0.4.1:
1204
+ resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==}
1205
+ engines: {node: '>= 0.8.0'}
1206
+
1207
+ locate-path@6.0.0:
1208
+ resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==}
1209
+ engines: {node: '>=10'}
1210
+
1211
+ lodash.merge@4.6.2:
1212
+ resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==}
1213
+
1214
+ lru-cache@5.1.1:
1215
+ resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
1216
+
1217
+ magic-string@0.30.17:
1218
+ resolution: {integrity: sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==}
1219
+
1220
+ memorystream@0.3.1:
1221
+ resolution: {integrity: sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==}
1222
+ engines: {node: '>= 0.10.0'}
1223
+
1224
+ merge2@1.4.1:
1225
+ resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==}
1226
+ engines: {node: '>= 8'}
1227
+
1228
+ micromatch@4.0.8:
1229
+ resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==}
1230
+ engines: {node: '>=8.6'}
1231
+
1232
+ minimatch@3.1.2:
1233
+ resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
1234
+
1235
+ minimatch@9.0.5:
1236
+ resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==}
1237
+ engines: {node: '>=16 || 14 >=14.17'}
1238
+
1239
+ mitt@3.0.1:
1240
+ resolution: {integrity: sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==}
1241
+
1242
+ mrmime@2.0.1:
1243
+ resolution: {integrity: sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==}
1244
+ engines: {node: '>=10'}
1245
+
1246
+ ms@2.1.3:
1247
+ resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
1248
+
1249
+ muggle-string@0.4.1:
1250
+ resolution: {integrity: sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==}
1251
+
1252
+ nanoid@3.3.11:
1253
+ resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
1254
+ engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
1255
+ hasBin: true
1256
+
1257
+ nanoid@5.1.5:
1258
+ resolution: {integrity: sha512-Ir/+ZpE9fDsNH0hQ3C68uyThDXzYcim2EqcZ8zn8Chtt1iylPT9xXJB0kPCnqzgcEGikO9RxSrh63MsmVCU7Fw==}
1259
+ engines: {node: ^18 || >=20}
1260
+ hasBin: true
1261
+
1262
+ natural-compare@1.4.0:
1263
+ resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==}
1264
+
1265
+ node-releases@2.0.19:
1266
+ resolution: {integrity: sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==}
1267
+
1268
+ npm-normalize-package-bin@4.0.0:
1269
+ resolution: {integrity: sha512-TZKxPvItzai9kN9H/TkmCtx/ZN/hvr3vUycjlfmH0ootY9yFBzNOpiXAdIn1Iteqsvk4lQn6B5PTrt+n6h8k/w==}
1270
+ engines: {node: ^18.17.0 || >=20.5.0}
1271
+
1272
+ npm-run-all2@8.0.4:
1273
+ resolution: {integrity: sha512-wdbB5My48XKp2ZfJUlhnLVihzeuA1hgBnqB2J9ahV77wLS+/YAJAlN8I+X3DIFIPZ3m5L7nplmlbhNiFDmXRDA==}
1274
+ engines: {node: ^20.5.0 || >=22.0.0, npm: '>= 10'}
1275
+ hasBin: true
1276
+
1277
+ npm-run-path@6.0.0:
1278
+ resolution: {integrity: sha512-9qny7Z9DsQU8Ou39ERsPU4OZQlSTP47ShQzuKZ6PRXpYLtIFgl/DEBYEXKlvcEa+9tHVcK8CF81Y2V72qaZhWA==}
1279
+ engines: {node: '>=18'}
1280
+
1281
+ nth-check@2.1.1:
1282
+ resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==}
1283
+
1284
+ ohash@2.0.11:
1285
+ resolution: {integrity: sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==}
1286
+
1287
+ open@10.2.0:
1288
+ resolution: {integrity: sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==}
1289
+ engines: {node: '>=18'}
1290
+
1291
+ optionator@0.9.4:
1292
+ resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==}
1293
+ engines: {node: '>= 0.8.0'}
1294
+
1295
+ p-limit@3.1.0:
1296
+ resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==}
1297
+ engines: {node: '>=10'}
1298
+
1299
+ p-locate@5.0.0:
1300
+ resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==}
1301
+ engines: {node: '>=10'}
1302
+
1303
+ parent-module@1.0.1:
1304
+ resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==}
1305
+ engines: {node: '>=6'}
1306
+
1307
+ parse-ms@4.0.0:
1308
+ resolution: {integrity: sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw==}
1309
+ engines: {node: '>=18'}
1310
+
1311
+ path-browserify@1.0.1:
1312
+ resolution: {integrity: sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==}
1313
+
1314
+ path-exists@4.0.0:
1315
+ resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==}
1316
+ engines: {node: '>=8'}
1317
+
1318
+ path-key@3.1.1:
1319
+ resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
1320
+ engines: {node: '>=8'}
1321
+
1322
+ path-key@4.0.0:
1323
+ resolution: {integrity: sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==}
1324
+ engines: {node: '>=12'}
1325
+
1326
+ pathe@2.0.3:
1327
+ resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==}
1328
+
1329
+ perfect-debounce@1.0.0:
1330
+ resolution: {integrity: sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==}
1331
+
1332
+ picocolors@1.1.1:
1333
+ resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
1334
+
1335
+ picomatch@2.3.1:
1336
+ resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
1337
+ engines: {node: '>=8.6'}
1338
+
1339
+ picomatch@4.0.3:
1340
+ resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==}
1341
+ engines: {node: '>=12'}
1342
+
1343
+ pidtree@0.6.0:
1344
+ resolution: {integrity: sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==}
1345
+ engines: {node: '>=0.10'}
1346
+ hasBin: true
1347
+
1348
+ pinia@3.0.3:
1349
+ resolution: {integrity: sha512-ttXO/InUULUXkMHpTdp9Fj4hLpD/2AoJdmAbAeW2yu1iy1k+pkFekQXw5VpC0/5p51IOR/jDaDRfRWRnMMsGOA==}
1350
+ peerDependencies:
1351
+ typescript: '>=4.4.4'
1352
+ vue: ^2.7.0 || ^3.5.11
1353
+ peerDependenciesMeta:
1354
+ typescript:
1355
+ optional: true
1356
+
1357
+ postcss-selector-parser@6.1.2:
1358
+ resolution: {integrity: sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==}
1359
+ engines: {node: '>=4'}
1360
+
1361
+ postcss@8.5.6:
1362
+ resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==}
1363
+ engines: {node: ^10 || ^12 || >=14}
1364
+
1365
+ prelude-ls@1.2.1:
1366
+ resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
1367
+ engines: {node: '>= 0.8.0'}
1368
+
1369
+ prettier-linter-helpers@1.0.0:
1370
+ resolution: {integrity: sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==}
1371
+ engines: {node: '>=6.0.0'}
1372
+
1373
+ prettier@3.6.2:
1374
+ resolution: {integrity: sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==}
1375
+ engines: {node: '>=14'}
1376
+ hasBin: true
1377
+
1378
+ pretty-ms@9.2.0:
1379
+ resolution: {integrity: sha512-4yf0QO/sllf/1zbZWYnvWw3NxCQwLXKzIj0G849LSufP15BXKM0rbD2Z3wVnkMfjdn/CB0Dpp444gYAACdsplg==}
1380
+ engines: {node: '>=18'}
1381
+
1382
+ punycode@2.3.1:
1383
+ resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
1384
+ engines: {node: '>=6'}
1385
+
1386
+ queue-microtask@1.2.3:
1387
+ resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==}
1388
+
1389
+ read-package-json-fast@4.0.0:
1390
+ resolution: {integrity: sha512-qpt8EwugBWDw2cgE2W+/3oxC+KTez2uSVR8JU9Q36TXPAGCaozfQUs59v4j4GFpWTaw0i6hAZSvOmu1J0uOEUg==}
1391
+ engines: {node: ^18.17.0 || >=20.5.0}
1392
+
1393
+ resolve-from@4.0.0:
1394
+ resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==}
1395
+ engines: {node: '>=4'}
1396
+
1397
+ reusify@1.1.0:
1398
+ resolution: {integrity: sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==}
1399
+ engines: {iojs: '>=1.0.0', node: '>=0.10.0'}
1400
+
1401
+ rfdc@1.4.1:
1402
+ resolution: {integrity: sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==}
1403
+
1404
+ rollup@4.46.2:
1405
+ resolution: {integrity: sha512-WMmLFI+Boh6xbop+OAGo9cQ3OgX9MIg7xOQjn+pTCwOkk+FNDAeAemXkJ3HzDJrVXleLOFVa1ipuc1AmEx1Dwg==}
1406
+ engines: {node: '>=18.0.0', npm: '>=8.0.0'}
1407
+ hasBin: true
1408
+
1409
+ run-applescript@7.0.0:
1410
+ resolution: {integrity: sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==}
1411
+ engines: {node: '>=18'}
1412
+
1413
+ run-parallel@1.2.0:
1414
+ resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==}
1415
+
1416
+ semver@6.3.1:
1417
+ resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
1418
+ hasBin: true
1419
+
1420
+ semver@7.7.2:
1421
+ resolution: {integrity: sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==}
1422
+ engines: {node: '>=10'}
1423
+ hasBin: true
1424
+
1425
+ shebang-command@2.0.0:
1426
+ resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
1427
+ engines: {node: '>=8'}
1428
+
1429
+ shebang-regex@3.0.0:
1430
+ resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
1431
+ engines: {node: '>=8'}
1432
+
1433
+ shell-quote@1.8.3:
1434
+ resolution: {integrity: sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==}
1435
+ engines: {node: '>= 0.4'}
1436
+
1437
+ signal-exit@4.1.0:
1438
+ resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==}
1439
+ engines: {node: '>=14'}
1440
+
1441
+ sirv@3.0.1:
1442
+ resolution: {integrity: sha512-FoqMu0NCGBLCcAkS1qA+XJIQTR6/JHfQXl+uGteNCQ76T91DMUjPa9xfmeqMY3z80nLSg9yQmNjK0Px6RWsH/A==}
1443
+ engines: {node: '>=18'}
1444
+
1445
+ source-map-js@1.2.1:
1446
+ resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
1447
+ engines: {node: '>=0.10.0'}
1448
+
1449
+ speakingurl@14.0.1:
1450
+ resolution: {integrity: sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==}
1451
+ engines: {node: '>=0.10.0'}
1452
+
1453
+ strip-final-newline@4.0.0:
1454
+ resolution: {integrity: sha512-aulFJcD6YK8V1G7iRB5tigAP4TsHBZZrOV8pjV++zdUwmeV8uzbY7yn6h9MswN62adStNZFuCIx4haBnRuMDaw==}
1455
+ engines: {node: '>=18'}
1456
+
1457
+ strip-json-comments@3.1.1:
1458
+ resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
1459
+ engines: {node: '>=8'}
1460
+
1461
+ superjson@2.2.2:
1462
+ resolution: {integrity: sha512-5JRxVqC8I8NuOUjzBbvVJAKNM8qoVuH0O77h4WInc/qC2q5IreqKxYwgkga3PfA22OayK2ikceb/B26dztPl+Q==}
1463
+ engines: {node: '>=16'}
1464
+
1465
+ supports-color@7.2.0:
1466
+ resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
1467
+ engines: {node: '>=8'}
1468
+
1469
+ synckit@0.11.11:
1470
+ resolution: {integrity: sha512-MeQTA1r0litLUf0Rp/iisCaL8761lKAZHaimlbGK4j0HysC4PLfqygQj9srcs0m2RdtDYnF8UuYyKpbjHYp7Jw==}
1471
+ engines: {node: ^14.18.0 || >=16.0.0}
1472
+
1473
+ tinyglobby@0.2.14:
1474
+ resolution: {integrity: sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==}
1475
+ engines: {node: '>=12.0.0'}
1476
+
1477
+ to-regex-range@5.0.1:
1478
+ resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
1479
+ engines: {node: '>=8.0'}
1480
+
1481
+ totalist@3.0.1:
1482
+ resolution: {integrity: sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==}
1483
+ engines: {node: '>=6'}
1484
+
1485
+ ts-api-utils@2.1.0:
1486
+ resolution: {integrity: sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==}
1487
+ engines: {node: '>=18.12'}
1488
+ peerDependencies:
1489
+ typescript: '>=4.8.4'
1490
+
1491
+ type-check@0.4.0:
1492
+ resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
1493
+ engines: {node: '>= 0.8.0'}
1494
+
1495
+ typescript-eslint@8.39.1:
1496
+ resolution: {integrity: sha512-GDUv6/NDYngUlNvwaHM1RamYftxf782IyEDbdj3SeaIHHv8fNQVRC++fITT7kUJV/5rIA/tkoRSSskt6osEfqg==}
1497
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1498
+ peerDependencies:
1499
+ eslint: ^8.57.0 || ^9.0.0
1500
+ typescript: '>=4.8.4 <6.0.0'
1501
+
1502
+ typescript@5.8.3:
1503
+ resolution: {integrity: sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==}
1504
+ engines: {node: '>=14.17'}
1505
+ hasBin: true
1506
+
1507
+ undici-types@6.21.0:
1508
+ resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==}
1509
+
1510
+ unicorn-magic@0.3.0:
1511
+ resolution: {integrity: sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==}
1512
+ engines: {node: '>=18'}
1513
+
1514
+ unplugin-utils@0.2.5:
1515
+ resolution: {integrity: sha512-gwXJnPRewT4rT7sBi/IvxKTjsms7jX7QIDLOClApuZwR49SXbrB1z2NLUZ+vDHyqCj/n58OzRRqaW+B8OZi8vg==}
1516
+ engines: {node: '>=18.12.0'}
1517
+
1518
+ update-browserslist-db@1.1.3:
1519
+ resolution: {integrity: sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==}
1520
+ hasBin: true
1521
+ peerDependencies:
1522
+ browserslist: '>= 4.21.0'
1523
+
1524
+ uri-js@4.4.1:
1525
+ resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==}
1526
+
1527
+ util-deprecate@1.0.2:
1528
+ resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
1529
+
1530
+ vite-dev-rpc@1.1.0:
1531
+ resolution: {integrity: sha512-pKXZlgoXGoE8sEKiKJSng4hI1sQ4wi5YT24FCrwrLt6opmkjlqPPVmiPWWJn8M8byMxRGzp1CrFuqQs4M/Z39A==}
1532
+ peerDependencies:
1533
+ vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.1 || ^7.0.0-0
1534
+
1535
+ vite-hot-client@2.1.0:
1536
+ resolution: {integrity: sha512-7SpgZmU7R+dDnSmvXE1mfDtnHLHQSisdySVR7lO8ceAXvM0otZeuQQ6C8LrS5d/aYyP/QZ0hI0L+dIPrm4YlFQ==}
1537
+ peerDependencies:
1538
+ vite: ^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0
1539
+
1540
+ vite-plugin-inspect@11.3.2:
1541
+ resolution: {integrity: sha512-nzwvyFQg58XSMAmKVLr2uekAxNYvAbz1lyPmCAFVIBncCgN9S/HPM+2UM9Q9cvc4JEbC5ZBgwLAdaE2onmQuKg==}
1542
+ engines: {node: '>=14'}
1543
+ peerDependencies:
1544
+ '@nuxt/kit': '*'
1545
+ vite: ^6.0.0 || ^7.0.0-0
1546
+ peerDependenciesMeta:
1547
+ '@nuxt/kit':
1548
+ optional: true
1549
+
1550
+ vite-plugin-vue-devtools@8.0.0:
1551
+ resolution: {integrity: sha512-9bWQig8UMu3nPbxX86NJv56aelpFYoBHxB5+pxuQz3pa3Tajc1ezRidj/0dnADA4/UHuVIfwIVYHOvMXYcPshg==}
1552
+ engines: {node: '>=v14.21.3'}
1553
+ peerDependencies:
1554
+ vite: ^6.0.0 || ^7.0.0-0
1555
+
1556
+ vite-plugin-vue-inspector@5.3.2:
1557
+ resolution: {integrity: sha512-YvEKooQcSiBTAs0DoYLfefNja9bLgkFM7NI2b07bE2SruuvX0MEa9cMaxjKVMkeCp5Nz9FRIdcN1rOdFVBeL6Q==}
1558
+ peerDependencies:
1559
+ vite: ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0
1560
+
1561
+ vite@7.1.2:
1562
+ resolution: {integrity: sha512-J0SQBPlQiEXAF7tajiH+rUooJPo0l8KQgyg4/aMunNtrOa7bwuZJsJbDWzeljqQpgftxuq5yNJxQ91O9ts29UQ==}
1563
+ engines: {node: ^20.19.0 || >=22.12.0}
1564
+ hasBin: true
1565
+ peerDependencies:
1566
+ '@types/node': ^20.19.0 || >=22.12.0
1567
+ jiti: '>=1.21.0'
1568
+ less: ^4.0.0
1569
+ lightningcss: ^1.21.0
1570
+ sass: ^1.70.0
1571
+ sass-embedded: ^1.70.0
1572
+ stylus: '>=0.54.8'
1573
+ sugarss: ^5.0.0
1574
+ terser: ^5.16.0
1575
+ tsx: ^4.8.1
1576
+ yaml: ^2.4.2
1577
+ peerDependenciesMeta:
1578
+ '@types/node':
1579
+ optional: true
1580
+ jiti:
1581
+ optional: true
1582
+ less:
1583
+ optional: true
1584
+ lightningcss:
1585
+ optional: true
1586
+ sass:
1587
+ optional: true
1588
+ sass-embedded:
1589
+ optional: true
1590
+ stylus:
1591
+ optional: true
1592
+ sugarss:
1593
+ optional: true
1594
+ terser:
1595
+ optional: true
1596
+ tsx:
1597
+ optional: true
1598
+ yaml:
1599
+ optional: true
1600
+
1601
+ vscode-uri@3.1.0:
1602
+ resolution: {integrity: sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==}
1603
+
1604
+ vue-eslint-parser@10.2.0:
1605
+ resolution: {integrity: sha512-CydUvFOQKD928UzZhTp4pr2vWz1L+H99t7Pkln2QSPdvmURT0MoC4wUccfCnuEaihNsu9aYYyk+bep8rlfkUXw==}
1606
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1607
+ peerDependencies:
1608
+ eslint: ^8.57.0 || ^9.0.0
1609
+
1610
+ vue-router@4.5.1:
1611
+ resolution: {integrity: sha512-ogAF3P97NPm8fJsE4by9dwSYtDwXIY1nFY9T6DyQnGHd1E2Da94w9JIolpe42LJGIl0DwOHBi8TcRPlPGwbTtw==}
1612
+ peerDependencies:
1613
+ vue: ^3.2.0
1614
+
1615
+ vue-tsc@3.0.5:
1616
+ resolution: {integrity: sha512-PsTFN9lo1HJCrZw9NoqjYcAbYDXY0cOKyuW2E7naX5jcaVyWpqEsZOHN9Dws5890E8e5SDAD4L4Zam3dxG3/Cw==}
1617
+ hasBin: true
1618
+ peerDependencies:
1619
+ typescript: '>=5.0.0'
1620
+
1621
+ vue@3.5.18:
1622
+ resolution: {integrity: sha512-7W4Y4ZbMiQ3SEo+m9lnoNpV9xG7QVMLa+/0RFwwiAVkeYoyGXqWE85jabU4pllJNUzqfLShJ5YLptewhCWUgNA==}
1623
+ peerDependencies:
1624
+ typescript: '*'
1625
+ peerDependenciesMeta:
1626
+ typescript:
1627
+ optional: true
1628
+
1629
+ which@2.0.2:
1630
+ resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
1631
+ engines: {node: '>= 8'}
1632
+ hasBin: true
1633
+
1634
+ which@5.0.0:
1635
+ resolution: {integrity: sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==}
1636
+ engines: {node: ^18.17.0 || >=20.5.0}
1637
+ hasBin: true
1638
+
1639
+ word-wrap@1.2.5:
1640
+ resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==}
1641
+ engines: {node: '>=0.10.0'}
1642
+
1643
+ wsl-utils@0.1.0:
1644
+ resolution: {integrity: sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==}
1645
+ engines: {node: '>=18'}
1646
+
1647
+ xml-name-validator@4.0.0:
1648
+ resolution: {integrity: sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==}
1649
+ engines: {node: '>=12'}
1650
+
1651
+ yallist@3.1.1:
1652
+ resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
1653
+
1654
+ yocto-queue@0.1.0:
1655
+ resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
1656
+ engines: {node: '>=10'}
1657
+
1658
+ yoctocolors@2.1.1:
1659
+ resolution: {integrity: sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==}
1660
+ engines: {node: '>=18'}
1661
+
1662
+ snapshots:
1663
+
1664
+ '@ampproject/remapping@2.3.0':
1665
+ dependencies:
1666
+ '@jridgewell/gen-mapping': 0.3.13
1667
+ '@jridgewell/trace-mapping': 0.3.30
1668
+
1669
+ '@babel/code-frame@7.27.1':
1670
+ dependencies:
1671
+ '@babel/helper-validator-identifier': 7.27.1
1672
+ js-tokens: 4.0.0
1673
+ picocolors: 1.1.1
1674
+
1675
+ '@babel/compat-data@7.28.0': {}
1676
+
1677
+ '@babel/core@7.28.0':
1678
+ dependencies:
1679
+ '@ampproject/remapping': 2.3.0
1680
+ '@babel/code-frame': 7.27.1
1681
+ '@babel/generator': 7.28.0
1682
+ '@babel/helper-compilation-targets': 7.27.2
1683
+ '@babel/helper-module-transforms': 7.27.3(@babel/core@7.28.0)
1684
+ '@babel/helpers': 7.28.2
1685
+ '@babel/parser': 7.28.0
1686
+ '@babel/template': 7.27.2
1687
+ '@babel/traverse': 7.28.0
1688
+ '@babel/types': 7.28.2
1689
+ convert-source-map: 2.0.0
1690
+ debug: 4.4.1
1691
+ gensync: 1.0.0-beta.2
1692
+ json5: 2.2.3
1693
+ semver: 6.3.1
1694
+ transitivePeerDependencies:
1695
+ - supports-color
1696
+
1697
+ '@babel/generator@7.28.0':
1698
+ dependencies:
1699
+ '@babel/parser': 7.28.0
1700
+ '@babel/types': 7.28.2
1701
+ '@jridgewell/gen-mapping': 0.3.13
1702
+ '@jridgewell/trace-mapping': 0.3.30
1703
+ jsesc: 3.1.0
1704
+
1705
+ '@babel/helper-annotate-as-pure@7.27.3':
1706
+ dependencies:
1707
+ '@babel/types': 7.28.2
1708
+
1709
+ '@babel/helper-compilation-targets@7.27.2':
1710
+ dependencies:
1711
+ '@babel/compat-data': 7.28.0
1712
+ '@babel/helper-validator-option': 7.27.1
1713
+ browserslist: 4.25.2
1714
+ lru-cache: 5.1.1
1715
+ semver: 6.3.1
1716
+
1717
+ '@babel/helper-create-class-features-plugin@7.27.1(@babel/core@7.28.0)':
1718
+ dependencies:
1719
+ '@babel/core': 7.28.0
1720
+ '@babel/helper-annotate-as-pure': 7.27.3
1721
+ '@babel/helper-member-expression-to-functions': 7.27.1
1722
+ '@babel/helper-optimise-call-expression': 7.27.1
1723
+ '@babel/helper-replace-supers': 7.27.1(@babel/core@7.28.0)
1724
+ '@babel/helper-skip-transparent-expression-wrappers': 7.27.1
1725
+ '@babel/traverse': 7.28.0
1726
+ semver: 6.3.1
1727
+ transitivePeerDependencies:
1728
+ - supports-color
1729
+
1730
+ '@babel/helper-globals@7.28.0': {}
1731
+
1732
+ '@babel/helper-member-expression-to-functions@7.27.1':
1733
+ dependencies:
1734
+ '@babel/traverse': 7.28.0
1735
+ '@babel/types': 7.28.2
1736
+ transitivePeerDependencies:
1737
+ - supports-color
1738
+
1739
+ '@babel/helper-module-imports@7.27.1':
1740
+ dependencies:
1741
+ '@babel/traverse': 7.28.0
1742
+ '@babel/types': 7.28.2
1743
+ transitivePeerDependencies:
1744
+ - supports-color
1745
+
1746
+ '@babel/helper-module-transforms@7.27.3(@babel/core@7.28.0)':
1747
+ dependencies:
1748
+ '@babel/core': 7.28.0
1749
+ '@babel/helper-module-imports': 7.27.1
1750
+ '@babel/helper-validator-identifier': 7.27.1
1751
+ '@babel/traverse': 7.28.0
1752
+ transitivePeerDependencies:
1753
+ - supports-color
1754
+
1755
+ '@babel/helper-optimise-call-expression@7.27.1':
1756
+ dependencies:
1757
+ '@babel/types': 7.28.2
1758
+
1759
+ '@babel/helper-plugin-utils@7.27.1': {}
1760
+
1761
+ '@babel/helper-replace-supers@7.27.1(@babel/core@7.28.0)':
1762
+ dependencies:
1763
+ '@babel/core': 7.28.0
1764
+ '@babel/helper-member-expression-to-functions': 7.27.1
1765
+ '@babel/helper-optimise-call-expression': 7.27.1
1766
+ '@babel/traverse': 7.28.0
1767
+ transitivePeerDependencies:
1768
+ - supports-color
1769
+
1770
+ '@babel/helper-skip-transparent-expression-wrappers@7.27.1':
1771
+ dependencies:
1772
+ '@babel/traverse': 7.28.0
1773
+ '@babel/types': 7.28.2
1774
+ transitivePeerDependencies:
1775
+ - supports-color
1776
+
1777
+ '@babel/helper-string-parser@7.27.1': {}
1778
+
1779
+ '@babel/helper-validator-identifier@7.27.1': {}
1780
+
1781
+ '@babel/helper-validator-option@7.27.1': {}
1782
+
1783
+ '@babel/helpers@7.28.2':
1784
+ dependencies:
1785
+ '@babel/template': 7.27.2
1786
+ '@babel/types': 7.28.2
1787
+
1788
+ '@babel/parser@7.28.0':
1789
+ dependencies:
1790
+ '@babel/types': 7.28.2
1791
+
1792
+ '@babel/plugin-proposal-decorators@7.28.0(@babel/core@7.28.0)':
1793
+ dependencies:
1794
+ '@babel/core': 7.28.0
1795
+ '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.28.0)
1796
+ '@babel/helper-plugin-utils': 7.27.1
1797
+ '@babel/plugin-syntax-decorators': 7.27.1(@babel/core@7.28.0)
1798
+ transitivePeerDependencies:
1799
+ - supports-color
1800
+
1801
+ '@babel/plugin-syntax-decorators@7.27.1(@babel/core@7.28.0)':
1802
+ dependencies:
1803
+ '@babel/core': 7.28.0
1804
+ '@babel/helper-plugin-utils': 7.27.1
1805
+
1806
+ '@babel/plugin-syntax-import-attributes@7.27.1(@babel/core@7.28.0)':
1807
+ dependencies:
1808
+ '@babel/core': 7.28.0
1809
+ '@babel/helper-plugin-utils': 7.27.1
1810
+
1811
+ '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.28.0)':
1812
+ dependencies:
1813
+ '@babel/core': 7.28.0
1814
+ '@babel/helper-plugin-utils': 7.27.1
1815
+
1816
+ '@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.28.0)':
1817
+ dependencies:
1818
+ '@babel/core': 7.28.0
1819
+ '@babel/helper-plugin-utils': 7.27.1
1820
+
1821
+ '@babel/plugin-syntax-typescript@7.27.1(@babel/core@7.28.0)':
1822
+ dependencies:
1823
+ '@babel/core': 7.28.0
1824
+ '@babel/helper-plugin-utils': 7.27.1
1825
+
1826
+ '@babel/plugin-transform-typescript@7.28.0(@babel/core@7.28.0)':
1827
+ dependencies:
1828
+ '@babel/core': 7.28.0
1829
+ '@babel/helper-annotate-as-pure': 7.27.3
1830
+ '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.28.0)
1831
+ '@babel/helper-plugin-utils': 7.27.1
1832
+ '@babel/helper-skip-transparent-expression-wrappers': 7.27.1
1833
+ '@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.28.0)
1834
+ transitivePeerDependencies:
1835
+ - supports-color
1836
+
1837
+ '@babel/template@7.27.2':
1838
+ dependencies:
1839
+ '@babel/code-frame': 7.27.1
1840
+ '@babel/parser': 7.28.0
1841
+ '@babel/types': 7.28.2
1842
+
1843
+ '@babel/traverse@7.28.0':
1844
+ dependencies:
1845
+ '@babel/code-frame': 7.27.1
1846
+ '@babel/generator': 7.28.0
1847
+ '@babel/helper-globals': 7.28.0
1848
+ '@babel/parser': 7.28.0
1849
+ '@babel/template': 7.27.2
1850
+ '@babel/types': 7.28.2
1851
+ debug: 4.4.1
1852
+ transitivePeerDependencies:
1853
+ - supports-color
1854
+
1855
+ '@babel/types@7.28.2':
1856
+ dependencies:
1857
+ '@babel/helper-string-parser': 7.27.1
1858
+ '@babel/helper-validator-identifier': 7.27.1
1859
+
1860
+ '@esbuild/aix-ppc64@0.25.9':
1861
+ optional: true
1862
+
1863
+ '@esbuild/android-arm64@0.25.9':
1864
+ optional: true
1865
+
1866
+ '@esbuild/android-arm@0.25.9':
1867
+ optional: true
1868
+
1869
+ '@esbuild/android-x64@0.25.9':
1870
+ optional: true
1871
+
1872
+ '@esbuild/darwin-arm64@0.25.9':
1873
+ optional: true
1874
+
1875
+ '@esbuild/darwin-x64@0.25.9':
1876
+ optional: true
1877
+
1878
+ '@esbuild/freebsd-arm64@0.25.9':
1879
+ optional: true
1880
+
1881
+ '@esbuild/freebsd-x64@0.25.9':
1882
+ optional: true
1883
+
1884
+ '@esbuild/linux-arm64@0.25.9':
1885
+ optional: true
1886
+
1887
+ '@esbuild/linux-arm@0.25.9':
1888
+ optional: true
1889
+
1890
+ '@esbuild/linux-ia32@0.25.9':
1891
+ optional: true
1892
+
1893
+ '@esbuild/linux-loong64@0.25.9':
1894
+ optional: true
1895
+
1896
+ '@esbuild/linux-mips64el@0.25.9':
1897
+ optional: true
1898
+
1899
+ '@esbuild/linux-ppc64@0.25.9':
1900
+ optional: true
1901
+
1902
+ '@esbuild/linux-riscv64@0.25.9':
1903
+ optional: true
1904
+
1905
+ '@esbuild/linux-s390x@0.25.9':
1906
+ optional: true
1907
+
1908
+ '@esbuild/linux-x64@0.25.9':
1909
+ optional: true
1910
+
1911
+ '@esbuild/netbsd-arm64@0.25.9':
1912
+ optional: true
1913
+
1914
+ '@esbuild/netbsd-x64@0.25.9':
1915
+ optional: true
1916
+
1917
+ '@esbuild/openbsd-arm64@0.25.9':
1918
+ optional: true
1919
+
1920
+ '@esbuild/openbsd-x64@0.25.9':
1921
+ optional: true
1922
+
1923
+ '@esbuild/openharmony-arm64@0.25.9':
1924
+ optional: true
1925
+
1926
+ '@esbuild/sunos-x64@0.25.9':
1927
+ optional: true
1928
+
1929
+ '@esbuild/win32-arm64@0.25.9':
1930
+ optional: true
1931
+
1932
+ '@esbuild/win32-ia32@0.25.9':
1933
+ optional: true
1934
+
1935
+ '@esbuild/win32-x64@0.25.9':
1936
+ optional: true
1937
+
1938
+ '@eslint-community/eslint-utils@4.7.0(eslint@9.33.0(jiti@2.5.1))':
1939
+ dependencies:
1940
+ eslint: 9.33.0(jiti@2.5.1)
1941
+ eslint-visitor-keys: 3.4.3
1942
+
1943
+ '@eslint-community/regexpp@4.12.1': {}
1944
+
1945
+ '@eslint/config-array@0.21.0':
1946
+ dependencies:
1947
+ '@eslint/object-schema': 2.1.6
1948
+ debug: 4.4.1
1949
+ minimatch: 3.1.2
1950
+ transitivePeerDependencies:
1951
+ - supports-color
1952
+
1953
+ '@eslint/config-helpers@0.3.1': {}
1954
+
1955
+ '@eslint/core@0.15.2':
1956
+ dependencies:
1957
+ '@types/json-schema': 7.0.15
1958
+
1959
+ '@eslint/eslintrc@3.3.1':
1960
+ dependencies:
1961
+ ajv: 6.12.6
1962
+ debug: 4.4.1
1963
+ espree: 10.4.0
1964
+ globals: 14.0.0
1965
+ ignore: 5.3.2
1966
+ import-fresh: 3.3.1
1967
+ js-yaml: 4.1.0
1968
+ minimatch: 3.1.2
1969
+ strip-json-comments: 3.1.1
1970
+ transitivePeerDependencies:
1971
+ - supports-color
1972
+
1973
+ '@eslint/js@9.33.0': {}
1974
+
1975
+ '@eslint/object-schema@2.1.6': {}
1976
+
1977
+ '@eslint/plugin-kit@0.3.5':
1978
+ dependencies:
1979
+ '@eslint/core': 0.15.2
1980
+ levn: 0.4.1
1981
+
1982
+ '@humanfs/core@0.19.1': {}
1983
+
1984
+ '@humanfs/node@0.16.6':
1985
+ dependencies:
1986
+ '@humanfs/core': 0.19.1
1987
+ '@humanwhocodes/retry': 0.3.1
1988
+
1989
+ '@humanwhocodes/module-importer@1.0.1': {}
1990
+
1991
+ '@humanwhocodes/retry@0.3.1': {}
1992
+
1993
+ '@humanwhocodes/retry@0.4.3': {}
1994
+
1995
+ '@jridgewell/gen-mapping@0.3.13':
1996
+ dependencies:
1997
+ '@jridgewell/sourcemap-codec': 1.5.5
1998
+ '@jridgewell/trace-mapping': 0.3.30
1999
+
2000
+ '@jridgewell/resolve-uri@3.1.2': {}
2001
+
2002
+ '@jridgewell/sourcemap-codec@1.5.5': {}
2003
+
2004
+ '@jridgewell/trace-mapping@0.3.30':
2005
+ dependencies:
2006
+ '@jridgewell/resolve-uri': 3.1.2
2007
+ '@jridgewell/sourcemap-codec': 1.5.5
2008
+
2009
+ '@nodelib/fs.scandir@2.1.5':
2010
+ dependencies:
2011
+ '@nodelib/fs.stat': 2.0.5
2012
+ run-parallel: 1.2.0
2013
+
2014
+ '@nodelib/fs.stat@2.0.5': {}
2015
+
2016
+ '@nodelib/fs.walk@1.2.8':
2017
+ dependencies:
2018
+ '@nodelib/fs.scandir': 2.1.5
2019
+ fastq: 1.19.1
2020
+
2021
+ '@pkgr/core@0.2.9': {}
2022
+
2023
+ '@polka/url@1.0.0-next.29': {}
2024
+
2025
+ '@rolldown/pluginutils@1.0.0-beta.29': {}
2026
+
2027
+ '@rolldown/pluginutils@1.0.0-beta.32': {}
2028
+
2029
+ '@rollup/rollup-android-arm-eabi@4.46.2':
2030
+ optional: true
2031
+
2032
+ '@rollup/rollup-android-arm64@4.46.2':
2033
+ optional: true
2034
+
2035
+ '@rollup/rollup-darwin-arm64@4.46.2':
2036
+ optional: true
2037
+
2038
+ '@rollup/rollup-darwin-x64@4.46.2':
2039
+ optional: true
2040
+
2041
+ '@rollup/rollup-freebsd-arm64@4.46.2':
2042
+ optional: true
2043
+
2044
+ '@rollup/rollup-freebsd-x64@4.46.2':
2045
+ optional: true
2046
+
2047
+ '@rollup/rollup-linux-arm-gnueabihf@4.46.2':
2048
+ optional: true
2049
+
2050
+ '@rollup/rollup-linux-arm-musleabihf@4.46.2':
2051
+ optional: true
2052
+
2053
+ '@rollup/rollup-linux-arm64-gnu@4.46.2':
2054
+ optional: true
2055
+
2056
+ '@rollup/rollup-linux-arm64-musl@4.46.2':
2057
+ optional: true
2058
+
2059
+ '@rollup/rollup-linux-loongarch64-gnu@4.46.2':
2060
+ optional: true
2061
+
2062
+ '@rollup/rollup-linux-ppc64-gnu@4.46.2':
2063
+ optional: true
2064
+
2065
+ '@rollup/rollup-linux-riscv64-gnu@4.46.2':
2066
+ optional: true
2067
+
2068
+ '@rollup/rollup-linux-riscv64-musl@4.46.2':
2069
+ optional: true
2070
+
2071
+ '@rollup/rollup-linux-s390x-gnu@4.46.2':
2072
+ optional: true
2073
+
2074
+ '@rollup/rollup-linux-x64-gnu@4.46.2':
2075
+ optional: true
2076
+
2077
+ '@rollup/rollup-linux-x64-musl@4.46.2':
2078
+ optional: true
2079
+
2080
+ '@rollup/rollup-win32-arm64-msvc@4.46.2':
2081
+ optional: true
2082
+
2083
+ '@rollup/rollup-win32-ia32-msvc@4.46.2':
2084
+ optional: true
2085
+
2086
+ '@rollup/rollup-win32-x64-msvc@4.46.2':
2087
+ optional: true
2088
+
2089
+ '@sec-ant/readable-stream@0.4.1': {}
2090
+
2091
+ '@sindresorhus/merge-streams@4.0.0': {}
2092
+
2093
+ '@tsconfig/node22@22.0.2': {}
2094
+
2095
+ '@types/estree@1.0.8': {}
2096
+
2097
+ '@types/json-schema@7.0.15': {}
2098
+
2099
+ '@types/node@22.17.1':
2100
+ dependencies:
2101
+ undici-types: 6.21.0
2102
+
2103
+ '@typescript-eslint/eslint-plugin@8.39.1(@typescript-eslint/parser@8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.8.3))(eslint@9.33.0(jiti@2.5.1))(typescript@5.8.3)':
2104
+ dependencies:
2105
+ '@eslint-community/regexpp': 4.12.1
2106
+ '@typescript-eslint/parser': 8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.8.3)
2107
+ '@typescript-eslint/scope-manager': 8.39.1
2108
+ '@typescript-eslint/type-utils': 8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.8.3)
2109
+ '@typescript-eslint/utils': 8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.8.3)
2110
+ '@typescript-eslint/visitor-keys': 8.39.1
2111
+ eslint: 9.33.0(jiti@2.5.1)
2112
+ graphemer: 1.4.0
2113
+ ignore: 7.0.5
2114
+ natural-compare: 1.4.0
2115
+ ts-api-utils: 2.1.0(typescript@5.8.3)
2116
+ typescript: 5.8.3
2117
+ transitivePeerDependencies:
2118
+ - supports-color
2119
+
2120
+ '@typescript-eslint/parser@8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.8.3)':
2121
+ dependencies:
2122
+ '@typescript-eslint/scope-manager': 8.39.1
2123
+ '@typescript-eslint/types': 8.39.1
2124
+ '@typescript-eslint/typescript-estree': 8.39.1(typescript@5.8.3)
2125
+ '@typescript-eslint/visitor-keys': 8.39.1
2126
+ debug: 4.4.1
2127
+ eslint: 9.33.0(jiti@2.5.1)
2128
+ typescript: 5.8.3
2129
+ transitivePeerDependencies:
2130
+ - supports-color
2131
+
2132
+ '@typescript-eslint/project-service@8.39.1(typescript@5.8.3)':
2133
+ dependencies:
2134
+ '@typescript-eslint/tsconfig-utils': 8.39.1(typescript@5.8.3)
2135
+ '@typescript-eslint/types': 8.39.1
2136
+ debug: 4.4.1
2137
+ typescript: 5.8.3
2138
+ transitivePeerDependencies:
2139
+ - supports-color
2140
+
2141
+ '@typescript-eslint/scope-manager@8.39.1':
2142
+ dependencies:
2143
+ '@typescript-eslint/types': 8.39.1
2144
+ '@typescript-eslint/visitor-keys': 8.39.1
2145
+
2146
+ '@typescript-eslint/tsconfig-utils@8.39.1(typescript@5.8.3)':
2147
+ dependencies:
2148
+ typescript: 5.8.3
2149
+
2150
+ '@typescript-eslint/type-utils@8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.8.3)':
2151
+ dependencies:
2152
+ '@typescript-eslint/types': 8.39.1
2153
+ '@typescript-eslint/typescript-estree': 8.39.1(typescript@5.8.3)
2154
+ '@typescript-eslint/utils': 8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.8.3)
2155
+ debug: 4.4.1
2156
+ eslint: 9.33.0(jiti@2.5.1)
2157
+ ts-api-utils: 2.1.0(typescript@5.8.3)
2158
+ typescript: 5.8.3
2159
+ transitivePeerDependencies:
2160
+ - supports-color
2161
+
2162
+ '@typescript-eslint/types@8.39.1': {}
2163
+
2164
+ '@typescript-eslint/typescript-estree@8.39.1(typescript@5.8.3)':
2165
+ dependencies:
2166
+ '@typescript-eslint/project-service': 8.39.1(typescript@5.8.3)
2167
+ '@typescript-eslint/tsconfig-utils': 8.39.1(typescript@5.8.3)
2168
+ '@typescript-eslint/types': 8.39.1
2169
+ '@typescript-eslint/visitor-keys': 8.39.1
2170
+ debug: 4.4.1
2171
+ fast-glob: 3.3.3
2172
+ is-glob: 4.0.3
2173
+ minimatch: 9.0.5
2174
+ semver: 7.7.2
2175
+ ts-api-utils: 2.1.0(typescript@5.8.3)
2176
+ typescript: 5.8.3
2177
+ transitivePeerDependencies:
2178
+ - supports-color
2179
+
2180
+ '@typescript-eslint/utils@8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.8.3)':
2181
+ dependencies:
2182
+ '@eslint-community/eslint-utils': 4.7.0(eslint@9.33.0(jiti@2.5.1))
2183
+ '@typescript-eslint/scope-manager': 8.39.1
2184
+ '@typescript-eslint/types': 8.39.1
2185
+ '@typescript-eslint/typescript-estree': 8.39.1(typescript@5.8.3)
2186
+ eslint: 9.33.0(jiti@2.5.1)
2187
+ typescript: 5.8.3
2188
+ transitivePeerDependencies:
2189
+ - supports-color
2190
+
2191
+ '@typescript-eslint/visitor-keys@8.39.1':
2192
+ dependencies:
2193
+ '@typescript-eslint/types': 8.39.1
2194
+ eslint-visitor-keys: 4.2.1
2195
+
2196
+ '@vitejs/plugin-vue-jsx@5.0.1(vite@7.1.2(@types/node@22.17.1)(jiti@2.5.1))(vue@3.5.18(typescript@5.8.3))':
2197
+ dependencies:
2198
+ '@babel/core': 7.28.0
2199
+ '@babel/plugin-transform-typescript': 7.28.0(@babel/core@7.28.0)
2200
+ '@rolldown/pluginutils': 1.0.0-beta.32
2201
+ '@vue/babel-plugin-jsx': 1.5.0(@babel/core@7.28.0)
2202
+ vite: 7.1.2(@types/node@22.17.1)(jiti@2.5.1)
2203
+ vue: 3.5.18(typescript@5.8.3)
2204
+ transitivePeerDependencies:
2205
+ - supports-color
2206
+
2207
+ '@vitejs/plugin-vue@6.0.1(vite@7.1.2(@types/node@22.17.1)(jiti@2.5.1))(vue@3.5.18(typescript@5.8.3))':
2208
+ dependencies:
2209
+ '@rolldown/pluginutils': 1.0.0-beta.29
2210
+ vite: 7.1.2(@types/node@22.17.1)(jiti@2.5.1)
2211
+ vue: 3.5.18(typescript@5.8.3)
2212
+
2213
+ '@volar/language-core@2.4.22':
2214
+ dependencies:
2215
+ '@volar/source-map': 2.4.22
2216
+
2217
+ '@volar/source-map@2.4.22': {}
2218
+
2219
+ '@volar/typescript@2.4.22':
2220
+ dependencies:
2221
+ '@volar/language-core': 2.4.22
2222
+ path-browserify: 1.0.1
2223
+ vscode-uri: 3.1.0
2224
+
2225
+ '@vue/babel-helper-vue-transform-on@1.5.0': {}
2226
+
2227
+ '@vue/babel-plugin-jsx@1.5.0(@babel/core@7.28.0)':
2228
+ dependencies:
2229
+ '@babel/helper-module-imports': 7.27.1
2230
+ '@babel/helper-plugin-utils': 7.27.1
2231
+ '@babel/plugin-syntax-jsx': 7.27.1(@babel/core@7.28.0)
2232
+ '@babel/template': 7.27.2
2233
+ '@babel/traverse': 7.28.0
2234
+ '@babel/types': 7.28.2
2235
+ '@vue/babel-helper-vue-transform-on': 1.5.0
2236
+ '@vue/babel-plugin-resolve-type': 1.5.0(@babel/core@7.28.0)
2237
+ '@vue/shared': 3.5.18
2238
+ optionalDependencies:
2239
+ '@babel/core': 7.28.0
2240
+ transitivePeerDependencies:
2241
+ - supports-color
2242
+
2243
+ '@vue/babel-plugin-resolve-type@1.5.0(@babel/core@7.28.0)':
2244
+ dependencies:
2245
+ '@babel/code-frame': 7.27.1
2246
+ '@babel/core': 7.28.0
2247
+ '@babel/helper-module-imports': 7.27.1
2248
+ '@babel/helper-plugin-utils': 7.27.1
2249
+ '@babel/parser': 7.28.0
2250
+ '@vue/compiler-sfc': 3.5.18
2251
+ transitivePeerDependencies:
2252
+ - supports-color
2253
+
2254
+ '@vue/compiler-core@3.5.18':
2255
+ dependencies:
2256
+ '@babel/parser': 7.28.0
2257
+ '@vue/shared': 3.5.18
2258
+ entities: 4.5.0
2259
+ estree-walker: 2.0.2
2260
+ source-map-js: 1.2.1
2261
+
2262
+ '@vue/compiler-dom@3.5.18':
2263
+ dependencies:
2264
+ '@vue/compiler-core': 3.5.18
2265
+ '@vue/shared': 3.5.18
2266
+
2267
+ '@vue/compiler-sfc@3.5.18':
2268
+ dependencies:
2269
+ '@babel/parser': 7.28.0
2270
+ '@vue/compiler-core': 3.5.18
2271
+ '@vue/compiler-dom': 3.5.18
2272
+ '@vue/compiler-ssr': 3.5.18
2273
+ '@vue/shared': 3.5.18
2274
+ estree-walker: 2.0.2
2275
+ magic-string: 0.30.17
2276
+ postcss: 8.5.6
2277
+ source-map-js: 1.2.1
2278
+
2279
+ '@vue/compiler-ssr@3.5.18':
2280
+ dependencies:
2281
+ '@vue/compiler-dom': 3.5.18
2282
+ '@vue/shared': 3.5.18
2283
+
2284
+ '@vue/compiler-vue2@2.7.16':
2285
+ dependencies:
2286
+ de-indent: 1.0.2
2287
+ he: 1.2.0
2288
+
2289
+ '@vue/devtools-api@6.6.4': {}
2290
+
2291
+ '@vue/devtools-api@7.7.7':
2292
+ dependencies:
2293
+ '@vue/devtools-kit': 7.7.7
2294
+
2295
+ '@vue/devtools-core@8.0.0(vite@7.1.2(@types/node@22.17.1)(jiti@2.5.1))(vue@3.5.18(typescript@5.8.3))':
2296
+ dependencies:
2297
+ '@vue/devtools-kit': 8.0.0
2298
+ '@vue/devtools-shared': 8.0.0
2299
+ mitt: 3.0.1
2300
+ nanoid: 5.1.5
2301
+ pathe: 2.0.3
2302
+ vite-hot-client: 2.1.0(vite@7.1.2(@types/node@22.17.1)(jiti@2.5.1))
2303
+ vue: 3.5.18(typescript@5.8.3)
2304
+ transitivePeerDependencies:
2305
+ - vite
2306
+
2307
+ '@vue/devtools-kit@7.7.7':
2308
+ dependencies:
2309
+ '@vue/devtools-shared': 7.7.7
2310
+ birpc: 2.5.0
2311
+ hookable: 5.5.3
2312
+ mitt: 3.0.1
2313
+ perfect-debounce: 1.0.0
2314
+ speakingurl: 14.0.1
2315
+ superjson: 2.2.2
2316
+
2317
+ '@vue/devtools-kit@8.0.0':
2318
+ dependencies:
2319
+ '@vue/devtools-shared': 8.0.0
2320
+ birpc: 2.5.0
2321
+ hookable: 5.5.3
2322
+ mitt: 3.0.1
2323
+ perfect-debounce: 1.0.0
2324
+ speakingurl: 14.0.1
2325
+ superjson: 2.2.2
2326
+
2327
+ '@vue/devtools-shared@7.7.7':
2328
+ dependencies:
2329
+ rfdc: 1.4.1
2330
+
2331
+ '@vue/devtools-shared@8.0.0':
2332
+ dependencies:
2333
+ rfdc: 1.4.1
2334
+
2335
+ '@vue/eslint-config-prettier@10.2.0(eslint@9.33.0(jiti@2.5.1))(prettier@3.6.2)':
2336
+ dependencies:
2337
+ eslint: 9.33.0(jiti@2.5.1)
2338
+ eslint-config-prettier: 10.1.8(eslint@9.33.0(jiti@2.5.1))
2339
+ eslint-plugin-prettier: 5.5.4(eslint-config-prettier@10.1.8(eslint@9.33.0(jiti@2.5.1)))(eslint@9.33.0(jiti@2.5.1))(prettier@3.6.2)
2340
+ prettier: 3.6.2
2341
+ transitivePeerDependencies:
2342
+ - '@types/eslint'
2343
+
2344
+ '@vue/eslint-config-typescript@14.6.0(eslint-plugin-vue@10.3.0(@typescript-eslint/parser@8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.8.3))(eslint@9.33.0(jiti@2.5.1))(vue-eslint-parser@10.2.0(eslint@9.33.0(jiti@2.5.1))))(eslint@9.33.0(jiti@2.5.1))(typescript@5.8.3)':
2345
+ dependencies:
2346
+ '@typescript-eslint/utils': 8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.8.3)
2347
+ eslint: 9.33.0(jiti@2.5.1)
2348
+ eslint-plugin-vue: 10.3.0(@typescript-eslint/parser@8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.8.3))(eslint@9.33.0(jiti@2.5.1))(vue-eslint-parser@10.2.0(eslint@9.33.0(jiti@2.5.1)))
2349
+ fast-glob: 3.3.3
2350
+ typescript-eslint: 8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.8.3)
2351
+ vue-eslint-parser: 10.2.0(eslint@9.33.0(jiti@2.5.1))
2352
+ optionalDependencies:
2353
+ typescript: 5.8.3
2354
+ transitivePeerDependencies:
2355
+ - supports-color
2356
+
2357
+ '@vue/language-core@3.0.5(typescript@5.8.3)':
2358
+ dependencies:
2359
+ '@volar/language-core': 2.4.22
2360
+ '@vue/compiler-dom': 3.5.18
2361
+ '@vue/compiler-vue2': 2.7.16
2362
+ '@vue/shared': 3.5.18
2363
+ alien-signals: 2.0.6
2364
+ muggle-string: 0.4.1
2365
+ path-browserify: 1.0.1
2366
+ picomatch: 4.0.3
2367
+ optionalDependencies:
2368
+ typescript: 5.8.3
2369
+
2370
+ '@vue/reactivity@3.5.18':
2371
+ dependencies:
2372
+ '@vue/shared': 3.5.18
2373
+
2374
+ '@vue/runtime-core@3.5.18':
2375
+ dependencies:
2376
+ '@vue/reactivity': 3.5.18
2377
+ '@vue/shared': 3.5.18
2378
+
2379
+ '@vue/runtime-dom@3.5.18':
2380
+ dependencies:
2381
+ '@vue/reactivity': 3.5.18
2382
+ '@vue/runtime-core': 3.5.18
2383
+ '@vue/shared': 3.5.18
2384
+ csstype: 3.1.3
2385
+
2386
+ '@vue/server-renderer@3.5.18(vue@3.5.18(typescript@5.8.3))':
2387
+ dependencies:
2388
+ '@vue/compiler-ssr': 3.5.18
2389
+ '@vue/shared': 3.5.18
2390
+ vue: 3.5.18(typescript@5.8.3)
2391
+
2392
+ '@vue/shared@3.5.18': {}
2393
+
2394
+ '@vue/tsconfig@0.7.0(typescript@5.8.3)(vue@3.5.18(typescript@5.8.3))':
2395
+ optionalDependencies:
2396
+ typescript: 5.8.3
2397
+ vue: 3.5.18(typescript@5.8.3)
2398
+
2399
+ acorn-jsx@5.3.2(acorn@8.15.0):
2400
+ dependencies:
2401
+ acorn: 8.15.0
2402
+
2403
+ acorn@8.15.0: {}
2404
+
2405
+ ajv@6.12.6:
2406
+ dependencies:
2407
+ fast-deep-equal: 3.1.3
2408
+ fast-json-stable-stringify: 2.1.0
2409
+ json-schema-traverse: 0.4.1
2410
+ uri-js: 4.4.1
2411
+
2412
+ alien-signals@2.0.6: {}
2413
+
2414
+ ansi-styles@4.3.0:
2415
+ dependencies:
2416
+ color-convert: 2.0.1
2417
+
2418
+ ansi-styles@6.2.1: {}
2419
+
2420
+ ansis@4.1.0: {}
2421
+
2422
+ argparse@2.0.1: {}
2423
+
2424
+ balanced-match@1.0.2: {}
2425
+
2426
+ birpc@2.5.0: {}
2427
+
2428
+ boolbase@1.0.0: {}
2429
+
2430
+ brace-expansion@1.1.12:
2431
+ dependencies:
2432
+ balanced-match: 1.0.2
2433
+ concat-map: 0.0.1
2434
+
2435
+ brace-expansion@2.0.2:
2436
+ dependencies:
2437
+ balanced-match: 1.0.2
2438
+
2439
+ braces@3.0.3:
2440
+ dependencies:
2441
+ fill-range: 7.1.1
2442
+
2443
+ browserslist@4.25.2:
2444
+ dependencies:
2445
+ caniuse-lite: 1.0.30001735
2446
+ electron-to-chromium: 1.5.200
2447
+ node-releases: 2.0.19
2448
+ update-browserslist-db: 1.1.3(browserslist@4.25.2)
2449
+
2450
+ bundle-name@4.1.0:
2451
+ dependencies:
2452
+ run-applescript: 7.0.0
2453
+
2454
+ callsites@3.1.0: {}
2455
+
2456
+ caniuse-lite@1.0.30001735: {}
2457
+
2458
+ chalk@4.1.2:
2459
+ dependencies:
2460
+ ansi-styles: 4.3.0
2461
+ supports-color: 7.2.0
2462
+
2463
+ color-convert@2.0.1:
2464
+ dependencies:
2465
+ color-name: 1.1.4
2466
+
2467
+ color-name@1.1.4: {}
2468
+
2469
+ concat-map@0.0.1: {}
2470
+
2471
+ convert-source-map@2.0.0: {}
2472
+
2473
+ copy-anything@3.0.5:
2474
+ dependencies:
2475
+ is-what: 4.1.16
2476
+
2477
+ cross-spawn@7.0.6:
2478
+ dependencies:
2479
+ path-key: 3.1.1
2480
+ shebang-command: 2.0.0
2481
+ which: 2.0.2
2482
+
2483
+ cssesc@3.0.0: {}
2484
+
2485
+ csstype@3.1.3: {}
2486
+
2487
+ de-indent@1.0.2: {}
2488
+
2489
+ debug@4.4.1:
2490
+ dependencies:
2491
+ ms: 2.1.3
2492
+
2493
+ deep-is@0.1.4: {}
2494
+
2495
+ default-browser-id@5.0.0: {}
2496
+
2497
+ default-browser@5.2.1:
2498
+ dependencies:
2499
+ bundle-name: 4.1.0
2500
+ default-browser-id: 5.0.0
2501
+
2502
+ define-lazy-prop@3.0.0: {}
2503
+
2504
+ electron-to-chromium@1.5.200: {}
2505
+
2506
+ entities@4.5.0: {}
2507
+
2508
+ error-stack-parser-es@1.0.5: {}
2509
+
2510
+ esbuild@0.25.9:
2511
+ optionalDependencies:
2512
+ '@esbuild/aix-ppc64': 0.25.9
2513
+ '@esbuild/android-arm': 0.25.9
2514
+ '@esbuild/android-arm64': 0.25.9
2515
+ '@esbuild/android-x64': 0.25.9
2516
+ '@esbuild/darwin-arm64': 0.25.9
2517
+ '@esbuild/darwin-x64': 0.25.9
2518
+ '@esbuild/freebsd-arm64': 0.25.9
2519
+ '@esbuild/freebsd-x64': 0.25.9
2520
+ '@esbuild/linux-arm': 0.25.9
2521
+ '@esbuild/linux-arm64': 0.25.9
2522
+ '@esbuild/linux-ia32': 0.25.9
2523
+ '@esbuild/linux-loong64': 0.25.9
2524
+ '@esbuild/linux-mips64el': 0.25.9
2525
+ '@esbuild/linux-ppc64': 0.25.9
2526
+ '@esbuild/linux-riscv64': 0.25.9
2527
+ '@esbuild/linux-s390x': 0.25.9
2528
+ '@esbuild/linux-x64': 0.25.9
2529
+ '@esbuild/netbsd-arm64': 0.25.9
2530
+ '@esbuild/netbsd-x64': 0.25.9
2531
+ '@esbuild/openbsd-arm64': 0.25.9
2532
+ '@esbuild/openbsd-x64': 0.25.9
2533
+ '@esbuild/openharmony-arm64': 0.25.9
2534
+ '@esbuild/sunos-x64': 0.25.9
2535
+ '@esbuild/win32-arm64': 0.25.9
2536
+ '@esbuild/win32-ia32': 0.25.9
2537
+ '@esbuild/win32-x64': 0.25.9
2538
+
2539
+ escalade@3.2.0: {}
2540
+
2541
+ escape-string-regexp@4.0.0: {}
2542
+
2543
+ eslint-config-prettier@10.1.8(eslint@9.33.0(jiti@2.5.1)):
2544
+ dependencies:
2545
+ eslint: 9.33.0(jiti@2.5.1)
2546
+
2547
+ eslint-plugin-prettier@5.5.4(eslint-config-prettier@10.1.8(eslint@9.33.0(jiti@2.5.1)))(eslint@9.33.0(jiti@2.5.1))(prettier@3.6.2):
2548
+ dependencies:
2549
+ eslint: 9.33.0(jiti@2.5.1)
2550
+ prettier: 3.6.2
2551
+ prettier-linter-helpers: 1.0.0
2552
+ synckit: 0.11.11
2553
+ optionalDependencies:
2554
+ eslint-config-prettier: 10.1.8(eslint@9.33.0(jiti@2.5.1))
2555
+
2556
+ eslint-plugin-vue@10.3.0(@typescript-eslint/parser@8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.8.3))(eslint@9.33.0(jiti@2.5.1))(vue-eslint-parser@10.2.0(eslint@9.33.0(jiti@2.5.1))):
2557
+ dependencies:
2558
+ '@eslint-community/eslint-utils': 4.7.0(eslint@9.33.0(jiti@2.5.1))
2559
+ eslint: 9.33.0(jiti@2.5.1)
2560
+ natural-compare: 1.4.0
2561
+ nth-check: 2.1.1
2562
+ postcss-selector-parser: 6.1.2
2563
+ semver: 7.7.2
2564
+ vue-eslint-parser: 10.2.0(eslint@9.33.0(jiti@2.5.1))
2565
+ xml-name-validator: 4.0.0
2566
+ optionalDependencies:
2567
+ '@typescript-eslint/parser': 8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.8.3)
2568
+
2569
+ eslint-scope@8.4.0:
2570
+ dependencies:
2571
+ esrecurse: 4.3.0
2572
+ estraverse: 5.3.0
2573
+
2574
+ eslint-visitor-keys@3.4.3: {}
2575
+
2576
+ eslint-visitor-keys@4.2.1: {}
2577
+
2578
+ eslint@9.33.0(jiti@2.5.1):
2579
+ dependencies:
2580
+ '@eslint-community/eslint-utils': 4.7.0(eslint@9.33.0(jiti@2.5.1))
2581
+ '@eslint-community/regexpp': 4.12.1
2582
+ '@eslint/config-array': 0.21.0
2583
+ '@eslint/config-helpers': 0.3.1
2584
+ '@eslint/core': 0.15.2
2585
+ '@eslint/eslintrc': 3.3.1
2586
+ '@eslint/js': 9.33.0
2587
+ '@eslint/plugin-kit': 0.3.5
2588
+ '@humanfs/node': 0.16.6
2589
+ '@humanwhocodes/module-importer': 1.0.1
2590
+ '@humanwhocodes/retry': 0.4.3
2591
+ '@types/estree': 1.0.8
2592
+ '@types/json-schema': 7.0.15
2593
+ ajv: 6.12.6
2594
+ chalk: 4.1.2
2595
+ cross-spawn: 7.0.6
2596
+ debug: 4.4.1
2597
+ escape-string-regexp: 4.0.0
2598
+ eslint-scope: 8.4.0
2599
+ eslint-visitor-keys: 4.2.1
2600
+ espree: 10.4.0
2601
+ esquery: 1.6.0
2602
+ esutils: 2.0.3
2603
+ fast-deep-equal: 3.1.3
2604
+ file-entry-cache: 8.0.0
2605
+ find-up: 5.0.0
2606
+ glob-parent: 6.0.2
2607
+ ignore: 5.3.2
2608
+ imurmurhash: 0.1.4
2609
+ is-glob: 4.0.3
2610
+ json-stable-stringify-without-jsonify: 1.0.1
2611
+ lodash.merge: 4.6.2
2612
+ minimatch: 3.1.2
2613
+ natural-compare: 1.4.0
2614
+ optionator: 0.9.4
2615
+ optionalDependencies:
2616
+ jiti: 2.5.1
2617
+ transitivePeerDependencies:
2618
+ - supports-color
2619
+
2620
+ espree@10.4.0:
2621
+ dependencies:
2622
+ acorn: 8.15.0
2623
+ acorn-jsx: 5.3.2(acorn@8.15.0)
2624
+ eslint-visitor-keys: 4.2.1
2625
+
2626
+ esquery@1.6.0:
2627
+ dependencies:
2628
+ estraverse: 5.3.0
2629
+
2630
+ esrecurse@4.3.0:
2631
+ dependencies:
2632
+ estraverse: 5.3.0
2633
+
2634
+ estraverse@5.3.0: {}
2635
+
2636
+ estree-walker@2.0.2: {}
2637
+
2638
+ esutils@2.0.3: {}
2639
+
2640
+ execa@9.6.0:
2641
+ dependencies:
2642
+ '@sindresorhus/merge-streams': 4.0.0
2643
+ cross-spawn: 7.0.6
2644
+ figures: 6.1.0
2645
+ get-stream: 9.0.1
2646
+ human-signals: 8.0.1
2647
+ is-plain-obj: 4.1.0
2648
+ is-stream: 4.0.1
2649
+ npm-run-path: 6.0.0
2650
+ pretty-ms: 9.2.0
2651
+ signal-exit: 4.1.0
2652
+ strip-final-newline: 4.0.0
2653
+ yoctocolors: 2.1.1
2654
+
2655
+ fast-deep-equal@3.1.3: {}
2656
+
2657
+ fast-diff@1.3.0: {}
2658
+
2659
+ fast-glob@3.3.3:
2660
+ dependencies:
2661
+ '@nodelib/fs.stat': 2.0.5
2662
+ '@nodelib/fs.walk': 1.2.8
2663
+ glob-parent: 5.1.2
2664
+ merge2: 1.4.1
2665
+ micromatch: 4.0.8
2666
+
2667
+ fast-json-stable-stringify@2.1.0: {}
2668
+
2669
+ fast-levenshtein@2.0.6: {}
2670
+
2671
+ fastq@1.19.1:
2672
+ dependencies:
2673
+ reusify: 1.1.0
2674
+
2675
+ fdir@6.4.6(picomatch@4.0.3):
2676
+ optionalDependencies:
2677
+ picomatch: 4.0.3
2678
+
2679
+ figures@6.1.0:
2680
+ dependencies:
2681
+ is-unicode-supported: 2.1.0
2682
+
2683
+ file-entry-cache@8.0.0:
2684
+ dependencies:
2685
+ flat-cache: 4.0.1
2686
+
2687
+ fill-range@7.1.1:
2688
+ dependencies:
2689
+ to-regex-range: 5.0.1
2690
+
2691
+ find-up@5.0.0:
2692
+ dependencies:
2693
+ locate-path: 6.0.0
2694
+ path-exists: 4.0.0
2695
+
2696
+ flat-cache@4.0.1:
2697
+ dependencies:
2698
+ flatted: 3.3.3
2699
+ keyv: 4.5.4
2700
+
2701
+ flatted@3.3.3: {}
2702
+
2703
+ fsevents@2.3.3:
2704
+ optional: true
2705
+
2706
+ gensync@1.0.0-beta.2: {}
2707
+
2708
+ get-stream@9.0.1:
2709
+ dependencies:
2710
+ '@sec-ant/readable-stream': 0.4.1
2711
+ is-stream: 4.0.1
2712
+
2713
+ glob-parent@5.1.2:
2714
+ dependencies:
2715
+ is-glob: 4.0.3
2716
+
2717
+ glob-parent@6.0.2:
2718
+ dependencies:
2719
+ is-glob: 4.0.3
2720
+
2721
+ globals@14.0.0: {}
2722
+
2723
+ graphemer@1.4.0: {}
2724
+
2725
+ has-flag@4.0.0: {}
2726
+
2727
+ he@1.2.0: {}
2728
+
2729
+ hookable@5.5.3: {}
2730
+
2731
+ human-signals@8.0.1: {}
2732
+
2733
+ ignore@5.3.2: {}
2734
+
2735
+ ignore@7.0.5: {}
2736
+
2737
+ import-fresh@3.3.1:
2738
+ dependencies:
2739
+ parent-module: 1.0.1
2740
+ resolve-from: 4.0.0
2741
+
2742
+ imurmurhash@0.1.4: {}
2743
+
2744
+ is-docker@3.0.0: {}
2745
+
2746
+ is-extglob@2.1.1: {}
2747
+
2748
+ is-glob@4.0.3:
2749
+ dependencies:
2750
+ is-extglob: 2.1.1
2751
+
2752
+ is-inside-container@1.0.0:
2753
+ dependencies:
2754
+ is-docker: 3.0.0
2755
+
2756
+ is-number@7.0.0: {}
2757
+
2758
+ is-plain-obj@4.1.0: {}
2759
+
2760
+ is-stream@4.0.1: {}
2761
+
2762
+ is-unicode-supported@2.1.0: {}
2763
+
2764
+ is-what@4.1.16: {}
2765
+
2766
+ is-wsl@3.1.0:
2767
+ dependencies:
2768
+ is-inside-container: 1.0.0
2769
+
2770
+ isexe@2.0.0: {}
2771
+
2772
+ isexe@3.1.1: {}
2773
+
2774
+ jiti@2.5.1: {}
2775
+
2776
+ js-tokens@4.0.0: {}
2777
+
2778
+ js-yaml@4.1.0:
2779
+ dependencies:
2780
+ argparse: 2.0.1
2781
+
2782
+ jsesc@3.1.0: {}
2783
+
2784
+ json-buffer@3.0.1: {}
2785
+
2786
+ json-parse-even-better-errors@4.0.0: {}
2787
+
2788
+ json-schema-traverse@0.4.1: {}
2789
+
2790
+ json-stable-stringify-without-jsonify@1.0.1: {}
2791
+
2792
+ json5@2.2.3: {}
2793
+
2794
+ keyv@4.5.4:
2795
+ dependencies:
2796
+ json-buffer: 3.0.1
2797
+
2798
+ kolorist@1.8.0: {}
2799
+
2800
+ levn@0.4.1:
2801
+ dependencies:
2802
+ prelude-ls: 1.2.1
2803
+ type-check: 0.4.0
2804
+
2805
+ locate-path@6.0.0:
2806
+ dependencies:
2807
+ p-locate: 5.0.0
2808
+
2809
+ lodash.merge@4.6.2: {}
2810
+
2811
+ lru-cache@5.1.1:
2812
+ dependencies:
2813
+ yallist: 3.1.1
2814
+
2815
+ magic-string@0.30.17:
2816
+ dependencies:
2817
+ '@jridgewell/sourcemap-codec': 1.5.5
2818
+
2819
+ memorystream@0.3.1: {}
2820
+
2821
+ merge2@1.4.1: {}
2822
+
2823
+ micromatch@4.0.8:
2824
+ dependencies:
2825
+ braces: 3.0.3
2826
+ picomatch: 2.3.1
2827
+
2828
+ minimatch@3.1.2:
2829
+ dependencies:
2830
+ brace-expansion: 1.1.12
2831
+
2832
+ minimatch@9.0.5:
2833
+ dependencies:
2834
+ brace-expansion: 2.0.2
2835
+
2836
+ mitt@3.0.1: {}
2837
+
2838
+ mrmime@2.0.1: {}
2839
+
2840
+ ms@2.1.3: {}
2841
+
2842
+ muggle-string@0.4.1: {}
2843
+
2844
+ nanoid@3.3.11: {}
2845
+
2846
+ nanoid@5.1.5: {}
2847
+
2848
+ natural-compare@1.4.0: {}
2849
+
2850
+ node-releases@2.0.19: {}
2851
+
2852
+ npm-normalize-package-bin@4.0.0: {}
2853
+
2854
+ npm-run-all2@8.0.4:
2855
+ dependencies:
2856
+ ansi-styles: 6.2.1
2857
+ cross-spawn: 7.0.6
2858
+ memorystream: 0.3.1
2859
+ picomatch: 4.0.3
2860
+ pidtree: 0.6.0
2861
+ read-package-json-fast: 4.0.0
2862
+ shell-quote: 1.8.3
2863
+ which: 5.0.0
2864
+
2865
+ npm-run-path@6.0.0:
2866
+ dependencies:
2867
+ path-key: 4.0.0
2868
+ unicorn-magic: 0.3.0
2869
+
2870
+ nth-check@2.1.1:
2871
+ dependencies:
2872
+ boolbase: 1.0.0
2873
+
2874
+ ohash@2.0.11: {}
2875
+
2876
+ open@10.2.0:
2877
+ dependencies:
2878
+ default-browser: 5.2.1
2879
+ define-lazy-prop: 3.0.0
2880
+ is-inside-container: 1.0.0
2881
+ wsl-utils: 0.1.0
2882
+
2883
+ optionator@0.9.4:
2884
+ dependencies:
2885
+ deep-is: 0.1.4
2886
+ fast-levenshtein: 2.0.6
2887
+ levn: 0.4.1
2888
+ prelude-ls: 1.2.1
2889
+ type-check: 0.4.0
2890
+ word-wrap: 1.2.5
2891
+
2892
+ p-limit@3.1.0:
2893
+ dependencies:
2894
+ yocto-queue: 0.1.0
2895
+
2896
+ p-locate@5.0.0:
2897
+ dependencies:
2898
+ p-limit: 3.1.0
2899
+
2900
+ parent-module@1.0.1:
2901
+ dependencies:
2902
+ callsites: 3.1.0
2903
+
2904
+ parse-ms@4.0.0: {}
2905
+
2906
+ path-browserify@1.0.1: {}
2907
+
2908
+ path-exists@4.0.0: {}
2909
+
2910
+ path-key@3.1.1: {}
2911
+
2912
+ path-key@4.0.0: {}
2913
+
2914
+ pathe@2.0.3: {}
2915
+
2916
+ perfect-debounce@1.0.0: {}
2917
+
2918
+ picocolors@1.1.1: {}
2919
+
2920
+ picomatch@2.3.1: {}
2921
+
2922
+ picomatch@4.0.3: {}
2923
+
2924
+ pidtree@0.6.0: {}
2925
+
2926
+ pinia@3.0.3(typescript@5.8.3)(vue@3.5.18(typescript@5.8.3)):
2927
+ dependencies:
2928
+ '@vue/devtools-api': 7.7.7
2929
+ vue: 3.5.18(typescript@5.8.3)
2930
+ optionalDependencies:
2931
+ typescript: 5.8.3
2932
+
2933
+ postcss-selector-parser@6.1.2:
2934
+ dependencies:
2935
+ cssesc: 3.0.0
2936
+ util-deprecate: 1.0.2
2937
+
2938
+ postcss@8.5.6:
2939
+ dependencies:
2940
+ nanoid: 3.3.11
2941
+ picocolors: 1.1.1
2942
+ source-map-js: 1.2.1
2943
+
2944
+ prelude-ls@1.2.1: {}
2945
+
2946
+ prettier-linter-helpers@1.0.0:
2947
+ dependencies:
2948
+ fast-diff: 1.3.0
2949
+
2950
+ prettier@3.6.2: {}
2951
+
2952
+ pretty-ms@9.2.0:
2953
+ dependencies:
2954
+ parse-ms: 4.0.0
2955
+
2956
+ punycode@2.3.1: {}
2957
+
2958
+ queue-microtask@1.2.3: {}
2959
+
2960
+ read-package-json-fast@4.0.0:
2961
+ dependencies:
2962
+ json-parse-even-better-errors: 4.0.0
2963
+ npm-normalize-package-bin: 4.0.0
2964
+
2965
+ resolve-from@4.0.0: {}
2966
+
2967
+ reusify@1.1.0: {}
2968
+
2969
+ rfdc@1.4.1: {}
2970
+
2971
+ rollup@4.46.2:
2972
+ dependencies:
2973
+ '@types/estree': 1.0.8
2974
+ optionalDependencies:
2975
+ '@rollup/rollup-android-arm-eabi': 4.46.2
2976
+ '@rollup/rollup-android-arm64': 4.46.2
2977
+ '@rollup/rollup-darwin-arm64': 4.46.2
2978
+ '@rollup/rollup-darwin-x64': 4.46.2
2979
+ '@rollup/rollup-freebsd-arm64': 4.46.2
2980
+ '@rollup/rollup-freebsd-x64': 4.46.2
2981
+ '@rollup/rollup-linux-arm-gnueabihf': 4.46.2
2982
+ '@rollup/rollup-linux-arm-musleabihf': 4.46.2
2983
+ '@rollup/rollup-linux-arm64-gnu': 4.46.2
2984
+ '@rollup/rollup-linux-arm64-musl': 4.46.2
2985
+ '@rollup/rollup-linux-loongarch64-gnu': 4.46.2
2986
+ '@rollup/rollup-linux-ppc64-gnu': 4.46.2
2987
+ '@rollup/rollup-linux-riscv64-gnu': 4.46.2
2988
+ '@rollup/rollup-linux-riscv64-musl': 4.46.2
2989
+ '@rollup/rollup-linux-s390x-gnu': 4.46.2
2990
+ '@rollup/rollup-linux-x64-gnu': 4.46.2
2991
+ '@rollup/rollup-linux-x64-musl': 4.46.2
2992
+ '@rollup/rollup-win32-arm64-msvc': 4.46.2
2993
+ '@rollup/rollup-win32-ia32-msvc': 4.46.2
2994
+ '@rollup/rollup-win32-x64-msvc': 4.46.2
2995
+ fsevents: 2.3.3
2996
+
2997
+ run-applescript@7.0.0: {}
2998
+
2999
+ run-parallel@1.2.0:
3000
+ dependencies:
3001
+ queue-microtask: 1.2.3
3002
+
3003
+ semver@6.3.1: {}
3004
+
3005
+ semver@7.7.2: {}
3006
+
3007
+ shebang-command@2.0.0:
3008
+ dependencies:
3009
+ shebang-regex: 3.0.0
3010
+
3011
+ shebang-regex@3.0.0: {}
3012
+
3013
+ shell-quote@1.8.3: {}
3014
+
3015
+ signal-exit@4.1.0: {}
3016
+
3017
+ sirv@3.0.1:
3018
+ dependencies:
3019
+ '@polka/url': 1.0.0-next.29
3020
+ mrmime: 2.0.1
3021
+ totalist: 3.0.1
3022
+
3023
+ source-map-js@1.2.1: {}
3024
+
3025
+ speakingurl@14.0.1: {}
3026
+
3027
+ strip-final-newline@4.0.0: {}
3028
+
3029
+ strip-json-comments@3.1.1: {}
3030
+
3031
+ superjson@2.2.2:
3032
+ dependencies:
3033
+ copy-anything: 3.0.5
3034
+
3035
+ supports-color@7.2.0:
3036
+ dependencies:
3037
+ has-flag: 4.0.0
3038
+
3039
+ synckit@0.11.11:
3040
+ dependencies:
3041
+ '@pkgr/core': 0.2.9
3042
+
3043
+ tinyglobby@0.2.14:
3044
+ dependencies:
3045
+ fdir: 6.4.6(picomatch@4.0.3)
3046
+ picomatch: 4.0.3
3047
+
3048
+ to-regex-range@5.0.1:
3049
+ dependencies:
3050
+ is-number: 7.0.0
3051
+
3052
+ totalist@3.0.1: {}
3053
+
3054
+ ts-api-utils@2.1.0(typescript@5.8.3):
3055
+ dependencies:
3056
+ typescript: 5.8.3
3057
+
3058
+ type-check@0.4.0:
3059
+ dependencies:
3060
+ prelude-ls: 1.2.1
3061
+
3062
+ typescript-eslint@8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.8.3):
3063
+ dependencies:
3064
+ '@typescript-eslint/eslint-plugin': 8.39.1(@typescript-eslint/parser@8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.8.3))(eslint@9.33.0(jiti@2.5.1))(typescript@5.8.3)
3065
+ '@typescript-eslint/parser': 8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.8.3)
3066
+ '@typescript-eslint/typescript-estree': 8.39.1(typescript@5.8.3)
3067
+ '@typescript-eslint/utils': 8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.8.3)
3068
+ eslint: 9.33.0(jiti@2.5.1)
3069
+ typescript: 5.8.3
3070
+ transitivePeerDependencies:
3071
+ - supports-color
3072
+
3073
+ typescript@5.8.3: {}
3074
+
3075
+ undici-types@6.21.0: {}
3076
+
3077
+ unicorn-magic@0.3.0: {}
3078
+
3079
+ unplugin-utils@0.2.5:
3080
+ dependencies:
3081
+ pathe: 2.0.3
3082
+ picomatch: 4.0.3
3083
+
3084
+ update-browserslist-db@1.1.3(browserslist@4.25.2):
3085
+ dependencies:
3086
+ browserslist: 4.25.2
3087
+ escalade: 3.2.0
3088
+ picocolors: 1.1.1
3089
+
3090
+ uri-js@4.4.1:
3091
+ dependencies:
3092
+ punycode: 2.3.1
3093
+
3094
+ util-deprecate@1.0.2: {}
3095
+
3096
+ vite-dev-rpc@1.1.0(vite@7.1.2(@types/node@22.17.1)(jiti@2.5.1)):
3097
+ dependencies:
3098
+ birpc: 2.5.0
3099
+ vite: 7.1.2(@types/node@22.17.1)(jiti@2.5.1)
3100
+ vite-hot-client: 2.1.0(vite@7.1.2(@types/node@22.17.1)(jiti@2.5.1))
3101
+
3102
+ vite-hot-client@2.1.0(vite@7.1.2(@types/node@22.17.1)(jiti@2.5.1)):
3103
+ dependencies:
3104
+ vite: 7.1.2(@types/node@22.17.1)(jiti@2.5.1)
3105
+
3106
+ vite-plugin-inspect@11.3.2(vite@7.1.2(@types/node@22.17.1)(jiti@2.5.1)):
3107
+ dependencies:
3108
+ ansis: 4.1.0
3109
+ debug: 4.4.1
3110
+ error-stack-parser-es: 1.0.5
3111
+ ohash: 2.0.11
3112
+ open: 10.2.0
3113
+ perfect-debounce: 1.0.0
3114
+ sirv: 3.0.1
3115
+ unplugin-utils: 0.2.5
3116
+ vite: 7.1.2(@types/node@22.17.1)(jiti@2.5.1)
3117
+ vite-dev-rpc: 1.1.0(vite@7.1.2(@types/node@22.17.1)(jiti@2.5.1))
3118
+ transitivePeerDependencies:
3119
+ - supports-color
3120
+
3121
+ vite-plugin-vue-devtools@8.0.0(vite@7.1.2(@types/node@22.17.1)(jiti@2.5.1))(vue@3.5.18(typescript@5.8.3)):
3122
+ dependencies:
3123
+ '@vue/devtools-core': 8.0.0(vite@7.1.2(@types/node@22.17.1)(jiti@2.5.1))(vue@3.5.18(typescript@5.8.3))
3124
+ '@vue/devtools-kit': 8.0.0
3125
+ '@vue/devtools-shared': 8.0.0
3126
+ execa: 9.6.0
3127
+ sirv: 3.0.1
3128
+ vite: 7.1.2(@types/node@22.17.1)(jiti@2.5.1)
3129
+ vite-plugin-inspect: 11.3.2(vite@7.1.2(@types/node@22.17.1)(jiti@2.5.1))
3130
+ vite-plugin-vue-inspector: 5.3.2(vite@7.1.2(@types/node@22.17.1)(jiti@2.5.1))
3131
+ transitivePeerDependencies:
3132
+ - '@nuxt/kit'
3133
+ - supports-color
3134
+ - vue
3135
+
3136
+ vite-plugin-vue-inspector@5.3.2(vite@7.1.2(@types/node@22.17.1)(jiti@2.5.1)):
3137
+ dependencies:
3138
+ '@babel/core': 7.28.0
3139
+ '@babel/plugin-proposal-decorators': 7.28.0(@babel/core@7.28.0)
3140
+ '@babel/plugin-syntax-import-attributes': 7.27.1(@babel/core@7.28.0)
3141
+ '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.28.0)
3142
+ '@babel/plugin-transform-typescript': 7.28.0(@babel/core@7.28.0)
3143
+ '@vue/babel-plugin-jsx': 1.5.0(@babel/core@7.28.0)
3144
+ '@vue/compiler-dom': 3.5.18
3145
+ kolorist: 1.8.0
3146
+ magic-string: 0.30.17
3147
+ vite: 7.1.2(@types/node@22.17.1)(jiti@2.5.1)
3148
+ transitivePeerDependencies:
3149
+ - supports-color
3150
+
3151
+ vite@7.1.2(@types/node@22.17.1)(jiti@2.5.1):
3152
+ dependencies:
3153
+ esbuild: 0.25.9
3154
+ fdir: 6.4.6(picomatch@4.0.3)
3155
+ picomatch: 4.0.3
3156
+ postcss: 8.5.6
3157
+ rollup: 4.46.2
3158
+ tinyglobby: 0.2.14
3159
+ optionalDependencies:
3160
+ '@types/node': 22.17.1
3161
+ fsevents: 2.3.3
3162
+ jiti: 2.5.1
3163
+
3164
+ vscode-uri@3.1.0: {}
3165
+
3166
+ vue-eslint-parser@10.2.0(eslint@9.33.0(jiti@2.5.1)):
3167
+ dependencies:
3168
+ debug: 4.4.1
3169
+ eslint: 9.33.0(jiti@2.5.1)
3170
+ eslint-scope: 8.4.0
3171
+ eslint-visitor-keys: 4.2.1
3172
+ espree: 10.4.0
3173
+ esquery: 1.6.0
3174
+ semver: 7.7.2
3175
+ transitivePeerDependencies:
3176
+ - supports-color
3177
+
3178
+ vue-router@4.5.1(vue@3.5.18(typescript@5.8.3)):
3179
+ dependencies:
3180
+ '@vue/devtools-api': 6.6.4
3181
+ vue: 3.5.18(typescript@5.8.3)
3182
+
3183
+ vue-tsc@3.0.5(typescript@5.8.3):
3184
+ dependencies:
3185
+ '@volar/typescript': 2.4.22
3186
+ '@vue/language-core': 3.0.5(typescript@5.8.3)
3187
+ typescript: 5.8.3
3188
+
3189
+ vue@3.5.18(typescript@5.8.3):
3190
+ dependencies:
3191
+ '@vue/compiler-dom': 3.5.18
3192
+ '@vue/compiler-sfc': 3.5.18
3193
+ '@vue/runtime-dom': 3.5.18
3194
+ '@vue/server-renderer': 3.5.18(vue@3.5.18(typescript@5.8.3))
3195
+ '@vue/shared': 3.5.18
3196
+ optionalDependencies:
3197
+ typescript: 5.8.3
3198
+
3199
+ which@2.0.2:
3200
+ dependencies:
3201
+ isexe: 2.0.0
3202
+
3203
+ which@5.0.0:
3204
+ dependencies:
3205
+ isexe: 3.1.1
3206
+
3207
+ word-wrap@1.2.5: {}
3208
+
3209
+ wsl-utils@0.1.0:
3210
+ dependencies:
3211
+ is-wsl: 3.1.0
3212
+
3213
+ xml-name-validator@4.0.0: {}
3214
+
3215
+ yallist@3.1.1: {}
3216
+
3217
+ yocto-queue@0.1.0: {}
3218
+
3219
+ yoctocolors@2.1.1: {}