create-tauri-vue-app 0.0.1

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 (42) hide show
  1. package/README.md +38 -0
  2. package/index.js +113 -0
  3. package/package.json +20 -0
  4. package/template/README.md +31 -0
  5. package/template/index.html +13 -0
  6. package/template/package-lock.json +1564 -0
  7. package/template/package.json +25 -0
  8. package/template/public/dclaw.png +0 -0
  9. package/template/public/favicon.svg +1 -0
  10. package/template/public/icons.svg +24 -0
  11. package/template/src/App.vue +3 -0
  12. package/template/src/assets/hero.png +0 -0
  13. package/template/src/assets/vite.svg +1 -0
  14. package/template/src/assets/vue.svg +1 -0
  15. package/template/src/components/HelloWorld.vue +93 -0
  16. package/template/src/main.js +11 -0
  17. package/template/src/router/index.js +22 -0
  18. package/template/src/style.css +23 -0
  19. package/template/src/views/Home.vue +18 -0
  20. package/template/src-tauri/Cargo.toml +26 -0
  21. package/template/src-tauri/build.rs +3 -0
  22. package/template/src-tauri/capabilities/default.json +49 -0
  23. package/template/src-tauri/icons/128x128.png +0 -0
  24. package/template/src-tauri/icons/128x128@2x.png +0 -0
  25. package/template/src-tauri/icons/32x32.png +0 -0
  26. package/template/src-tauri/icons/Square107x107Logo.png +0 -0
  27. package/template/src-tauri/icons/Square142x142Logo.png +0 -0
  28. package/template/src-tauri/icons/Square150x150Logo.png +0 -0
  29. package/template/src-tauri/icons/Square284x284Logo.png +0 -0
  30. package/template/src-tauri/icons/Square30x30Logo.png +0 -0
  31. package/template/src-tauri/icons/Square310x310Logo.png +0 -0
  32. package/template/src-tauri/icons/Square44x44Logo.png +0 -0
  33. package/template/src-tauri/icons/Square71x71Logo.png +0 -0
  34. package/template/src-tauri/icons/Square89x89Logo.png +0 -0
  35. package/template/src-tauri/icons/StoreLogo.png +0 -0
  36. package/template/src-tauri/icons/icon.icns +0 -0
  37. package/template/src-tauri/icons/icon.ico +0 -0
  38. package/template/src-tauri/icons/icon.png +0 -0
  39. package/template/src-tauri/src/lib.rs +12 -0
  40. package/template/src-tauri/src/main.rs +6 -0
  41. package/template/src-tauri/tauri.conf.json +38 -0
  42. package/template/vite.config.js +7 -0
@@ -0,0 +1,1564 @@
1
+ {
2
+ "name": "myclaw",
3
+ "version": "0.0.0",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "myclaw",
9
+ "version": "0.0.0",
10
+ "dependencies": {
11
+ "@tauri-apps/api": "^2.10.1",
12
+ "@tauri-apps/plugin-log": "^2.8.0",
13
+ "@tauri-apps/plugin-shell": "^2.3.5",
14
+ "element-plus": "^2.13.7",
15
+ "vue": "^3.5.32",
16
+ "vue-router": "^4.6.4"
17
+ },
18
+ "devDependencies": {
19
+ "@tauri-apps/cli": "^2.10.1",
20
+ "@vitejs/plugin-vue": "^6.0.5",
21
+ "vite": "^8.0.4"
22
+ }
23
+ },
24
+ "node_modules/@babel/helper-string-parser": {
25
+ "version": "7.27.1",
26
+ "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
27
+ "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
28
+ "license": "MIT",
29
+ "engines": {
30
+ "node": ">=6.9.0"
31
+ }
32
+ },
33
+ "node_modules/@babel/helper-validator-identifier": {
34
+ "version": "7.28.5",
35
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
36
+ "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
37
+ "license": "MIT",
38
+ "engines": {
39
+ "node": ">=6.9.0"
40
+ }
41
+ },
42
+ "node_modules/@babel/parser": {
43
+ "version": "7.29.2",
44
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.2.tgz",
45
+ "integrity": "sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==",
46
+ "license": "MIT",
47
+ "dependencies": {
48
+ "@babel/types": "^7.29.0"
49
+ },
50
+ "bin": {
51
+ "parser": "bin/babel-parser.js"
52
+ },
53
+ "engines": {
54
+ "node": ">=6.0.0"
55
+ }
56
+ },
57
+ "node_modules/@babel/types": {
58
+ "version": "7.29.0",
59
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
60
+ "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
61
+ "license": "MIT",
62
+ "dependencies": {
63
+ "@babel/helper-string-parser": "^7.27.1",
64
+ "@babel/helper-validator-identifier": "^7.28.5"
65
+ },
66
+ "engines": {
67
+ "node": ">=6.9.0"
68
+ }
69
+ },
70
+ "node_modules/@ctrl/tinycolor": {
71
+ "version": "4.2.0",
72
+ "resolved": "https://registry.npmjs.org/@ctrl/tinycolor/-/tinycolor-4.2.0.tgz",
73
+ "integrity": "sha512-kzyuwOAQnXJNLS9PSyrk0CWk35nWJW/zl/6KvnTBMFK65gm7U1/Z5BqjxeapjZCIhQcM/DsrEmcbRwDyXyXK4A==",
74
+ "license": "MIT",
75
+ "engines": {
76
+ "node": ">=14"
77
+ }
78
+ },
79
+ "node_modules/@element-plus/icons-vue": {
80
+ "version": "2.3.2",
81
+ "resolved": "https://registry.npmjs.org/@element-plus/icons-vue/-/icons-vue-2.3.2.tgz",
82
+ "integrity": "sha512-OzIuTaIfC8QXEPmJvB4Y4kw34rSXdCJzxcD1kFStBvr8bK6X1zQAYDo0CNMjojnfTqRQCJ0I7prlErcoRiET2A==",
83
+ "license": "MIT",
84
+ "peerDependencies": {
85
+ "vue": "^3.2.0"
86
+ }
87
+ },
88
+ "node_modules/@emnapi/core": {
89
+ "version": "1.9.2",
90
+ "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.9.2.tgz",
91
+ "integrity": "sha512-UC+ZhH3XtczQYfOlu3lNEkdW/p4dsJ1r/bP7H8+rhao3TTTMO1ATq/4DdIi23XuGoFY+Cz0JmCbdVl0hz9jZcA==",
92
+ "dev": true,
93
+ "license": "MIT",
94
+ "optional": true,
95
+ "dependencies": {
96
+ "@emnapi/wasi-threads": "1.2.1",
97
+ "tslib": "^2.4.0"
98
+ }
99
+ },
100
+ "node_modules/@emnapi/runtime": {
101
+ "version": "1.9.2",
102
+ "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.9.2.tgz",
103
+ "integrity": "sha512-3U4+MIWHImeyu1wnmVygh5WlgfYDtyf0k8AbLhMFxOipihf6nrWC4syIm/SwEeec0mNSafiiNnMJwbza/Is6Lw==",
104
+ "dev": true,
105
+ "license": "MIT",
106
+ "optional": true,
107
+ "dependencies": {
108
+ "tslib": "^2.4.0"
109
+ }
110
+ },
111
+ "node_modules/@emnapi/wasi-threads": {
112
+ "version": "1.2.1",
113
+ "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz",
114
+ "integrity": "sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==",
115
+ "dev": true,
116
+ "license": "MIT",
117
+ "optional": true,
118
+ "dependencies": {
119
+ "tslib": "^2.4.0"
120
+ }
121
+ },
122
+ "node_modules/@floating-ui/core": {
123
+ "version": "1.7.5",
124
+ "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.5.tgz",
125
+ "integrity": "sha512-1Ih4WTWyw0+lKyFMcBHGbb5U5FtuHJuujoyyr5zTaWS5EYMeT6Jb2AuDeftsCsEuchO+mM2ij5+q9crhydzLhQ==",
126
+ "license": "MIT",
127
+ "dependencies": {
128
+ "@floating-ui/utils": "^0.2.11"
129
+ }
130
+ },
131
+ "node_modules/@floating-ui/dom": {
132
+ "version": "1.7.6",
133
+ "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.6.tgz",
134
+ "integrity": "sha512-9gZSAI5XM36880PPMm//9dfiEngYoC6Am2izES1FF406YFsjvyBMmeJ2g4SAju3xWwtuynNRFL2s9hgxpLI5SQ==",
135
+ "license": "MIT",
136
+ "dependencies": {
137
+ "@floating-ui/core": "^1.7.5",
138
+ "@floating-ui/utils": "^0.2.11"
139
+ }
140
+ },
141
+ "node_modules/@floating-ui/utils": {
142
+ "version": "0.2.11",
143
+ "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.11.tgz",
144
+ "integrity": "sha512-RiB/yIh78pcIxl6lLMG0CgBXAZ2Y0eVHqMPYugu+9U0AeT6YBeiJpf7lbdJNIugFP5SIjwNRgo4DhR1Qxi26Gg==",
145
+ "license": "MIT"
146
+ },
147
+ "node_modules/@jridgewell/sourcemap-codec": {
148
+ "version": "1.5.5",
149
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
150
+ "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
151
+ "license": "MIT"
152
+ },
153
+ "node_modules/@napi-rs/wasm-runtime": {
154
+ "version": "1.1.3",
155
+ "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.3.tgz",
156
+ "integrity": "sha512-xK9sGVbJWYb08+mTJt3/YV24WxvxpXcXtP6B172paPZ+Ts69Re9dAr7lKwJoeIx8OoeuimEiRZ7umkiUVClmmQ==",
157
+ "dev": true,
158
+ "license": "MIT",
159
+ "optional": true,
160
+ "dependencies": {
161
+ "@tybys/wasm-util": "^0.10.1"
162
+ },
163
+ "funding": {
164
+ "type": "github",
165
+ "url": "https://github.com/sponsors/Brooooooklyn"
166
+ },
167
+ "peerDependencies": {
168
+ "@emnapi/core": "^1.7.1",
169
+ "@emnapi/runtime": "^1.7.1"
170
+ }
171
+ },
172
+ "node_modules/@oxc-project/types": {
173
+ "version": "0.124.0",
174
+ "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.124.0.tgz",
175
+ "integrity": "sha512-VBFWMTBvHxS11Z5Lvlr3IWgrwhMTXV+Md+EQF0Xf60+wAdsGFTBx7X7K/hP4pi8N7dcm1RvcHwDxZ16Qx8keUg==",
176
+ "dev": true,
177
+ "license": "MIT",
178
+ "funding": {
179
+ "url": "https://github.com/sponsors/Boshen"
180
+ }
181
+ },
182
+ "node_modules/@popperjs/core": {
183
+ "name": "@sxzz/popperjs-es",
184
+ "version": "2.11.8",
185
+ "resolved": "https://registry.npmjs.org/@sxzz/popperjs-es/-/popperjs-es-2.11.8.tgz",
186
+ "integrity": "sha512-wOwESXvvED3S8xBmcPWHs2dUuzrE4XiZeFu7e1hROIJkm02a49N120pmOXxY33sBb6hArItm5W5tcg1cBtV+HQ==",
187
+ "license": "MIT",
188
+ "funding": {
189
+ "type": "opencollective",
190
+ "url": "https://opencollective.com/popperjs"
191
+ }
192
+ },
193
+ "node_modules/@rolldown/binding-android-arm64": {
194
+ "version": "1.0.0-rc.15",
195
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.0-rc.15.tgz",
196
+ "integrity": "sha512-YYe6aWruPZDtHNpwu7+qAHEMbQ/yRl6atqb/AhznLTnD3UY99Q1jE7ihLSahNWkF4EqRPVC4SiR4O0UkLK02tA==",
197
+ "cpu": [
198
+ "arm64"
199
+ ],
200
+ "dev": true,
201
+ "license": "MIT",
202
+ "optional": true,
203
+ "os": [
204
+ "android"
205
+ ],
206
+ "engines": {
207
+ "node": "^20.19.0 || >=22.12.0"
208
+ }
209
+ },
210
+ "node_modules/@rolldown/binding-darwin-arm64": {
211
+ "version": "1.0.0-rc.15",
212
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.0-rc.15.tgz",
213
+ "integrity": "sha512-oArR/ig8wNTPYsXL+Mzhs0oxhxfuHRfG7Ikw7jXsw8mYOtk71W0OkF2VEVh699pdmzjPQsTjlD1JIOoHkLP1Fg==",
214
+ "cpu": [
215
+ "arm64"
216
+ ],
217
+ "dev": true,
218
+ "license": "MIT",
219
+ "optional": true,
220
+ "os": [
221
+ "darwin"
222
+ ],
223
+ "engines": {
224
+ "node": "^20.19.0 || >=22.12.0"
225
+ }
226
+ },
227
+ "node_modules/@rolldown/binding-darwin-x64": {
228
+ "version": "1.0.0-rc.15",
229
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.0-rc.15.tgz",
230
+ "integrity": "sha512-YzeVqOqjPYvUbJSWJ4EDL8ahbmsIXQpgL3JVipmN+MX0XnXMeWomLN3Fb+nwCmP/jfyqte5I3XRSm7OfQrbyxw==",
231
+ "cpu": [
232
+ "x64"
233
+ ],
234
+ "dev": true,
235
+ "license": "MIT",
236
+ "optional": true,
237
+ "os": [
238
+ "darwin"
239
+ ],
240
+ "engines": {
241
+ "node": "^20.19.0 || >=22.12.0"
242
+ }
243
+ },
244
+ "node_modules/@rolldown/binding-freebsd-x64": {
245
+ "version": "1.0.0-rc.15",
246
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.0-rc.15.tgz",
247
+ "integrity": "sha512-9Erhx956jeQ0nNTyif1+QWAXDRD38ZNjr//bSHrt6wDwB+QkAfl2q6Mn1k6OBPerznjRmbM10lgRb1Pli4xZPw==",
248
+ "cpu": [
249
+ "x64"
250
+ ],
251
+ "dev": true,
252
+ "license": "MIT",
253
+ "optional": true,
254
+ "os": [
255
+ "freebsd"
256
+ ],
257
+ "engines": {
258
+ "node": "^20.19.0 || >=22.12.0"
259
+ }
260
+ },
261
+ "node_modules/@rolldown/binding-linux-arm-gnueabihf": {
262
+ "version": "1.0.0-rc.15",
263
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.0-rc.15.tgz",
264
+ "integrity": "sha512-cVwk0w8QbZJGTnP/AHQBs5yNwmpgGYStL88t4UIaqcvYJWBfS0s3oqVLZPwsPU6M0zlW4GqjP0Zq5MnAGwFeGA==",
265
+ "cpu": [
266
+ "arm"
267
+ ],
268
+ "dev": true,
269
+ "license": "MIT",
270
+ "optional": true,
271
+ "os": [
272
+ "linux"
273
+ ],
274
+ "engines": {
275
+ "node": "^20.19.0 || >=22.12.0"
276
+ }
277
+ },
278
+ "node_modules/@rolldown/binding-linux-arm64-gnu": {
279
+ "version": "1.0.0-rc.15",
280
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.0-rc.15.tgz",
281
+ "integrity": "sha512-eBZ/u8iAK9SoHGanqe/jrPnY0JvBN6iXbVOsbO38mbz+ZJsaobExAm1Iu+rxa4S1l2FjG0qEZn4Rc6X8n+9M+w==",
282
+ "cpu": [
283
+ "arm64"
284
+ ],
285
+ "dev": true,
286
+ "license": "MIT",
287
+ "optional": true,
288
+ "os": [
289
+ "linux"
290
+ ],
291
+ "engines": {
292
+ "node": "^20.19.0 || >=22.12.0"
293
+ }
294
+ },
295
+ "node_modules/@rolldown/binding-linux-arm64-musl": {
296
+ "version": "1.0.0-rc.15",
297
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.0-rc.15.tgz",
298
+ "integrity": "sha512-ZvRYMGrAklV9PEkgt4LQM6MjQX2P58HPAuecwYObY2DhS2t35R0I810bKi0wmaYORt6m/2Sm+Z+nFgb0WhXNcQ==",
299
+ "cpu": [
300
+ "arm64"
301
+ ],
302
+ "dev": true,
303
+ "license": "MIT",
304
+ "optional": true,
305
+ "os": [
306
+ "linux"
307
+ ],
308
+ "engines": {
309
+ "node": "^20.19.0 || >=22.12.0"
310
+ }
311
+ },
312
+ "node_modules/@rolldown/binding-linux-ppc64-gnu": {
313
+ "version": "1.0.0-rc.15",
314
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.0-rc.15.tgz",
315
+ "integrity": "sha512-VDpgGBzgfg5hLg+uBpCLoFG5kVvEyafmfxGUV0UHLcL5irxAK7PKNeC2MwClgk6ZAiNhmo9FLhRYgvMmedLtnQ==",
316
+ "cpu": [
317
+ "ppc64"
318
+ ],
319
+ "dev": true,
320
+ "license": "MIT",
321
+ "optional": true,
322
+ "os": [
323
+ "linux"
324
+ ],
325
+ "engines": {
326
+ "node": "^20.19.0 || >=22.12.0"
327
+ }
328
+ },
329
+ "node_modules/@rolldown/binding-linux-s390x-gnu": {
330
+ "version": "1.0.0-rc.15",
331
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.0-rc.15.tgz",
332
+ "integrity": "sha512-y1uXY3qQWCzcPgRJATPSOUP4tCemh4uBdY7e3EZbVwCJTY3gLJWnQABgeUetvED+bt1FQ01OeZwvhLS2bpNrAQ==",
333
+ "cpu": [
334
+ "s390x"
335
+ ],
336
+ "dev": true,
337
+ "license": "MIT",
338
+ "optional": true,
339
+ "os": [
340
+ "linux"
341
+ ],
342
+ "engines": {
343
+ "node": "^20.19.0 || >=22.12.0"
344
+ }
345
+ },
346
+ "node_modules/@rolldown/binding-linux-x64-gnu": {
347
+ "version": "1.0.0-rc.15",
348
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.0-rc.15.tgz",
349
+ "integrity": "sha512-023bTPBod7J3Y/4fzAN6QtpkSABR0rigtrwaP+qSEabUh5zf6ELr9Nc7GujaROuPY3uwdSIXWrvhn1KxOvurWA==",
350
+ "cpu": [
351
+ "x64"
352
+ ],
353
+ "dev": true,
354
+ "license": "MIT",
355
+ "optional": true,
356
+ "os": [
357
+ "linux"
358
+ ],
359
+ "engines": {
360
+ "node": "^20.19.0 || >=22.12.0"
361
+ }
362
+ },
363
+ "node_modules/@rolldown/binding-linux-x64-musl": {
364
+ "version": "1.0.0-rc.15",
365
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.0-rc.15.tgz",
366
+ "integrity": "sha512-witB2O0/hU4CgfOOKUoeFgQ4GktPi1eEbAhaLAIpgD6+ZnhcPkUtPsoKKHRzmOoWPZue46IThdSgdo4XneOLYw==",
367
+ "cpu": [
368
+ "x64"
369
+ ],
370
+ "dev": true,
371
+ "license": "MIT",
372
+ "optional": true,
373
+ "os": [
374
+ "linux"
375
+ ],
376
+ "engines": {
377
+ "node": "^20.19.0 || >=22.12.0"
378
+ }
379
+ },
380
+ "node_modules/@rolldown/binding-openharmony-arm64": {
381
+ "version": "1.0.0-rc.15",
382
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.0-rc.15.tgz",
383
+ "integrity": "sha512-UCL68NJ0Ud5zRipXZE9dF5PmirzJE4E4BCIOOssEnM7wLDsxjc6Qb0sGDxTNRTP53I6MZpygyCpY8Aa8sPfKPg==",
384
+ "cpu": [
385
+ "arm64"
386
+ ],
387
+ "dev": true,
388
+ "license": "MIT",
389
+ "optional": true,
390
+ "os": [
391
+ "openharmony"
392
+ ],
393
+ "engines": {
394
+ "node": "^20.19.0 || >=22.12.0"
395
+ }
396
+ },
397
+ "node_modules/@rolldown/binding-wasm32-wasi": {
398
+ "version": "1.0.0-rc.15",
399
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.0-rc.15.tgz",
400
+ "integrity": "sha512-ApLruZq/ig+nhaE7OJm4lDjayUnOHVUa77zGeqnqZ9pn0ovdVbbNPerVibLXDmWeUZXjIYIT8V3xkT58Rm9u5Q==",
401
+ "cpu": [
402
+ "wasm32"
403
+ ],
404
+ "dev": true,
405
+ "license": "MIT",
406
+ "optional": true,
407
+ "dependencies": {
408
+ "@emnapi/core": "1.9.2",
409
+ "@emnapi/runtime": "1.9.2",
410
+ "@napi-rs/wasm-runtime": "^1.1.3"
411
+ },
412
+ "engines": {
413
+ "node": ">=14.0.0"
414
+ }
415
+ },
416
+ "node_modules/@rolldown/binding-win32-arm64-msvc": {
417
+ "version": "1.0.0-rc.15",
418
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.0-rc.15.tgz",
419
+ "integrity": "sha512-KmoUoU7HnN+Si5YWJigfTws1jz1bKBYDQKdbLspz0UaqjjFkddHsqorgiW1mxcAj88lYUE6NC/zJNwT+SloqtA==",
420
+ "cpu": [
421
+ "arm64"
422
+ ],
423
+ "dev": true,
424
+ "license": "MIT",
425
+ "optional": true,
426
+ "os": [
427
+ "win32"
428
+ ],
429
+ "engines": {
430
+ "node": "^20.19.0 || >=22.12.0"
431
+ }
432
+ },
433
+ "node_modules/@rolldown/binding-win32-x64-msvc": {
434
+ "version": "1.0.0-rc.15",
435
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.0-rc.15.tgz",
436
+ "integrity": "sha512-3P2A8L+x75qavWLe/Dll3EYBJLQmtkJN8rfh+U/eR3MqMgL/h98PhYI+JFfXuDPgPeCB7iZAKiqii5vqOvnA0g==",
437
+ "cpu": [
438
+ "x64"
439
+ ],
440
+ "dev": true,
441
+ "license": "MIT",
442
+ "optional": true,
443
+ "os": [
444
+ "win32"
445
+ ],
446
+ "engines": {
447
+ "node": "^20.19.0 || >=22.12.0"
448
+ }
449
+ },
450
+ "node_modules/@rolldown/pluginutils": {
451
+ "version": "1.0.0-rc.13",
452
+ "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.13.tgz",
453
+ "integrity": "sha512-3ngTAv6F/Py35BsYbeeLeecvhMKdsKm4AoOETVhAA+Qc8nrA2I0kF7oa93mE9qnIurngOSpMnQ0x2nQY2FPviA==",
454
+ "dev": true,
455
+ "license": "MIT"
456
+ },
457
+ "node_modules/@tauri-apps/api": {
458
+ "version": "2.10.1",
459
+ "resolved": "https://registry.npmjs.org/@tauri-apps/api/-/api-2.10.1.tgz",
460
+ "integrity": "sha512-hKL/jWf293UDSUN09rR69hrToyIXBb8CjGaWC7gfinvnQrBVvnLr08FeFi38gxtugAVyVcTa5/FD/Xnkb1siBw==",
461
+ "license": "Apache-2.0 OR MIT",
462
+ "funding": {
463
+ "type": "opencollective",
464
+ "url": "https://opencollective.com/tauri"
465
+ }
466
+ },
467
+ "node_modules/@tauri-apps/cli": {
468
+ "version": "2.10.1",
469
+ "resolved": "https://registry.npmjs.org/@tauri-apps/cli/-/cli-2.10.1.tgz",
470
+ "integrity": "sha512-jQNGF/5quwORdZSSLtTluyKQ+o6SMa/AUICfhf4egCGFdMHqWssApVgYSbg+jmrZoc8e1DscNvjTnXtlHLS11g==",
471
+ "dev": true,
472
+ "license": "Apache-2.0 OR MIT",
473
+ "bin": {
474
+ "tauri": "tauri.js"
475
+ },
476
+ "engines": {
477
+ "node": ">= 10"
478
+ },
479
+ "funding": {
480
+ "type": "opencollective",
481
+ "url": "https://opencollective.com/tauri"
482
+ },
483
+ "optionalDependencies": {
484
+ "@tauri-apps/cli-darwin-arm64": "2.10.1",
485
+ "@tauri-apps/cli-darwin-x64": "2.10.1",
486
+ "@tauri-apps/cli-linux-arm-gnueabihf": "2.10.1",
487
+ "@tauri-apps/cli-linux-arm64-gnu": "2.10.1",
488
+ "@tauri-apps/cli-linux-arm64-musl": "2.10.1",
489
+ "@tauri-apps/cli-linux-riscv64-gnu": "2.10.1",
490
+ "@tauri-apps/cli-linux-x64-gnu": "2.10.1",
491
+ "@tauri-apps/cli-linux-x64-musl": "2.10.1",
492
+ "@tauri-apps/cli-win32-arm64-msvc": "2.10.1",
493
+ "@tauri-apps/cli-win32-ia32-msvc": "2.10.1",
494
+ "@tauri-apps/cli-win32-x64-msvc": "2.10.1"
495
+ }
496
+ },
497
+ "node_modules/@tauri-apps/cli-darwin-arm64": {
498
+ "version": "2.10.1",
499
+ "resolved": "https://registry.npmjs.org/@tauri-apps/cli-darwin-arm64/-/cli-darwin-arm64-2.10.1.tgz",
500
+ "integrity": "sha512-Z2OjCXiZ+fbYZy7PmP3WRnOpM9+Fy+oonKDEmUE6MwN4IGaYqgceTjwHucc/kEEYZos5GICve35f7ZiizgqEnQ==",
501
+ "cpu": [
502
+ "arm64"
503
+ ],
504
+ "dev": true,
505
+ "license": "Apache-2.0 OR MIT",
506
+ "optional": true,
507
+ "os": [
508
+ "darwin"
509
+ ],
510
+ "engines": {
511
+ "node": ">= 10"
512
+ }
513
+ },
514
+ "node_modules/@tauri-apps/cli-darwin-x64": {
515
+ "version": "2.10.1",
516
+ "resolved": "https://registry.npmjs.org/@tauri-apps/cli-darwin-x64/-/cli-darwin-x64-2.10.1.tgz",
517
+ "integrity": "sha512-V/irQVvjPMGOTQqNj55PnQPVuH4VJP8vZCN7ajnj+ZS8Kom1tEM2hR3qbbIRoS3dBKs5mbG8yg1WC+97dq17Pw==",
518
+ "cpu": [
519
+ "x64"
520
+ ],
521
+ "dev": true,
522
+ "license": "Apache-2.0 OR MIT",
523
+ "optional": true,
524
+ "os": [
525
+ "darwin"
526
+ ],
527
+ "engines": {
528
+ "node": ">= 10"
529
+ }
530
+ },
531
+ "node_modules/@tauri-apps/cli-linux-arm-gnueabihf": {
532
+ "version": "2.10.1",
533
+ "resolved": "https://registry.npmjs.org/@tauri-apps/cli-linux-arm-gnueabihf/-/cli-linux-arm-gnueabihf-2.10.1.tgz",
534
+ "integrity": "sha512-Hyzwsb4VnCWKGfTw+wSt15Z2pLw2f0JdFBfq2vHBOBhvg7oi6uhKiF87hmbXOBXUZaGkyRDkCHsdzJcIfoJC2w==",
535
+ "cpu": [
536
+ "arm"
537
+ ],
538
+ "dev": true,
539
+ "license": "Apache-2.0 OR MIT",
540
+ "optional": true,
541
+ "os": [
542
+ "linux"
543
+ ],
544
+ "engines": {
545
+ "node": ">= 10"
546
+ }
547
+ },
548
+ "node_modules/@tauri-apps/cli-linux-arm64-gnu": {
549
+ "version": "2.10.1",
550
+ "resolved": "https://registry.npmjs.org/@tauri-apps/cli-linux-arm64-gnu/-/cli-linux-arm64-gnu-2.10.1.tgz",
551
+ "integrity": "sha512-OyOYs2t5GkBIvyWjA1+h4CZxTcdz1OZPCWAPz5DYEfB0cnWHERTnQ/SLayQzncrT0kwRoSfSz9KxenkyJoTelA==",
552
+ "cpu": [
553
+ "arm64"
554
+ ],
555
+ "dev": true,
556
+ "license": "Apache-2.0 OR MIT",
557
+ "optional": true,
558
+ "os": [
559
+ "linux"
560
+ ],
561
+ "engines": {
562
+ "node": ">= 10"
563
+ }
564
+ },
565
+ "node_modules/@tauri-apps/cli-linux-arm64-musl": {
566
+ "version": "2.10.1",
567
+ "resolved": "https://registry.npmjs.org/@tauri-apps/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.10.1.tgz",
568
+ "integrity": "sha512-MIj78PDDGjkg3NqGptDOGgfXks7SYJwhiMh8SBoZS+vfdz7yP5jN18bNaLnDhsVIPARcAhE1TlsZe/8Yxo2zqg==",
569
+ "cpu": [
570
+ "arm64"
571
+ ],
572
+ "dev": true,
573
+ "license": "Apache-2.0 OR MIT",
574
+ "optional": true,
575
+ "os": [
576
+ "linux"
577
+ ],
578
+ "engines": {
579
+ "node": ">= 10"
580
+ }
581
+ },
582
+ "node_modules/@tauri-apps/cli-linux-riscv64-gnu": {
583
+ "version": "2.10.1",
584
+ "resolved": "https://registry.npmjs.org/@tauri-apps/cli-linux-riscv64-gnu/-/cli-linux-riscv64-gnu-2.10.1.tgz",
585
+ "integrity": "sha512-X0lvOVUg8PCVaoEtEAnpxmnkwlE1gcMDTqfhbefICKDnOTJ5Est3qL0SrWxizDackIOKBcvtpejrSiVpuJI1kw==",
586
+ "cpu": [
587
+ "riscv64"
588
+ ],
589
+ "dev": true,
590
+ "license": "Apache-2.0 OR MIT",
591
+ "optional": true,
592
+ "os": [
593
+ "linux"
594
+ ],
595
+ "engines": {
596
+ "node": ">= 10"
597
+ }
598
+ },
599
+ "node_modules/@tauri-apps/cli-linux-x64-gnu": {
600
+ "version": "2.10.1",
601
+ "resolved": "https://registry.npmjs.org/@tauri-apps/cli-linux-x64-gnu/-/cli-linux-x64-gnu-2.10.1.tgz",
602
+ "integrity": "sha512-2/12bEzsJS9fAKybxgicCDFxYD1WEI9kO+tlDwX5znWG2GwMBaiWcmhGlZ8fi+DMe9CXlcVarMTYc0L3REIRxw==",
603
+ "cpu": [
604
+ "x64"
605
+ ],
606
+ "dev": true,
607
+ "license": "Apache-2.0 OR MIT",
608
+ "optional": true,
609
+ "os": [
610
+ "linux"
611
+ ],
612
+ "engines": {
613
+ "node": ">= 10"
614
+ }
615
+ },
616
+ "node_modules/@tauri-apps/cli-linux-x64-musl": {
617
+ "version": "2.10.1",
618
+ "resolved": "https://registry.npmjs.org/@tauri-apps/cli-linux-x64-musl/-/cli-linux-x64-musl-2.10.1.tgz",
619
+ "integrity": "sha512-Y8J0ZzswPz50UcGOFuXGEMrxbjwKSPgXftx5qnkuMs2rmwQB5ssvLb6tn54wDSYxe7S6vlLob9vt0VKuNOaCIQ==",
620
+ "cpu": [
621
+ "x64"
622
+ ],
623
+ "dev": true,
624
+ "license": "Apache-2.0 OR MIT",
625
+ "optional": true,
626
+ "os": [
627
+ "linux"
628
+ ],
629
+ "engines": {
630
+ "node": ">= 10"
631
+ }
632
+ },
633
+ "node_modules/@tauri-apps/cli-win32-arm64-msvc": {
634
+ "version": "2.10.1",
635
+ "resolved": "https://registry.npmjs.org/@tauri-apps/cli-win32-arm64-msvc/-/cli-win32-arm64-msvc-2.10.1.tgz",
636
+ "integrity": "sha512-iSt5B86jHYAPJa/IlYw++SXtFPGnWtFJriHn7X0NFBVunF6zu9+/zOn8OgqIWSl8RgzhLGXQEEtGBdR4wzpVgg==",
637
+ "cpu": [
638
+ "arm64"
639
+ ],
640
+ "dev": true,
641
+ "license": "Apache-2.0 OR MIT",
642
+ "optional": true,
643
+ "os": [
644
+ "win32"
645
+ ],
646
+ "engines": {
647
+ "node": ">= 10"
648
+ }
649
+ },
650
+ "node_modules/@tauri-apps/cli-win32-ia32-msvc": {
651
+ "version": "2.10.1",
652
+ "resolved": "https://registry.npmjs.org/@tauri-apps/cli-win32-ia32-msvc/-/cli-win32-ia32-msvc-2.10.1.tgz",
653
+ "integrity": "sha512-gXyxgEzsFegmnWywYU5pEBURkcFN/Oo45EAwvZrHMh+zUSEAvO5E8TXsgPADYm31d1u7OQU3O3HsYfVBf2moHw==",
654
+ "cpu": [
655
+ "ia32"
656
+ ],
657
+ "dev": true,
658
+ "license": "Apache-2.0 OR MIT",
659
+ "optional": true,
660
+ "os": [
661
+ "win32"
662
+ ],
663
+ "engines": {
664
+ "node": ">= 10"
665
+ }
666
+ },
667
+ "node_modules/@tauri-apps/cli-win32-x64-msvc": {
668
+ "version": "2.10.1",
669
+ "resolved": "https://registry.npmjs.org/@tauri-apps/cli-win32-x64-msvc/-/cli-win32-x64-msvc-2.10.1.tgz",
670
+ "integrity": "sha512-6Cn7YpPFwzChy0ERz6djKEmUehWrYlM+xTaNzGPgZocw3BD7OfwfWHKVWxXzdjEW2KfKkHddfdxK1XXTYqBRLg==",
671
+ "cpu": [
672
+ "x64"
673
+ ],
674
+ "dev": true,
675
+ "license": "Apache-2.0 OR MIT",
676
+ "optional": true,
677
+ "os": [
678
+ "win32"
679
+ ],
680
+ "engines": {
681
+ "node": ">= 10"
682
+ }
683
+ },
684
+ "node_modules/@tauri-apps/plugin-log": {
685
+ "version": "2.8.0",
686
+ "resolved": "https://registry.npmjs.org/@tauri-apps/plugin-log/-/plugin-log-2.8.0.tgz",
687
+ "integrity": "sha512-a+7rOq3MJwpTOLLKbL8d0qGZ85hgHw5pNOWusA9o3cf7cEgtYHiGY/+O8fj8MvywQIGqFv0da2bYQDlrqLE7rw==",
688
+ "license": "MIT OR Apache-2.0",
689
+ "dependencies": {
690
+ "@tauri-apps/api": "^2.8.0"
691
+ }
692
+ },
693
+ "node_modules/@tauri-apps/plugin-shell": {
694
+ "version": "2.3.5",
695
+ "resolved": "https://registry.npmjs.org/@tauri-apps/plugin-shell/-/plugin-shell-2.3.5.tgz",
696
+ "integrity": "sha512-jewtULhiQ7lI7+owCKAjc8tYLJr92U16bPOeAa472LHJdgaibLP83NcfAF2e+wkEcA53FxKQAZ7byDzs2eeizg==",
697
+ "license": "MIT OR Apache-2.0",
698
+ "dependencies": {
699
+ "@tauri-apps/api": "^2.10.1"
700
+ }
701
+ },
702
+ "node_modules/@tybys/wasm-util": {
703
+ "version": "0.10.1",
704
+ "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz",
705
+ "integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==",
706
+ "dev": true,
707
+ "license": "MIT",
708
+ "optional": true,
709
+ "dependencies": {
710
+ "tslib": "^2.4.0"
711
+ }
712
+ },
713
+ "node_modules/@types/lodash": {
714
+ "version": "4.17.24",
715
+ "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.24.tgz",
716
+ "integrity": "sha512-gIW7lQLZbue7lRSWEFql49QJJWThrTFFeIMJdp3eH4tKoxm1OvEPg02rm4wCCSHS0cL3/Fizimb35b7k8atwsQ==",
717
+ "license": "MIT"
718
+ },
719
+ "node_modules/@types/lodash-es": {
720
+ "version": "4.17.12",
721
+ "resolved": "https://registry.npmjs.org/@types/lodash-es/-/lodash-es-4.17.12.tgz",
722
+ "integrity": "sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==",
723
+ "license": "MIT",
724
+ "dependencies": {
725
+ "@types/lodash": "*"
726
+ }
727
+ },
728
+ "node_modules/@types/web-bluetooth": {
729
+ "version": "0.0.20",
730
+ "resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz",
731
+ "integrity": "sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==",
732
+ "license": "MIT"
733
+ },
734
+ "node_modules/@vitejs/plugin-vue": {
735
+ "version": "6.0.6",
736
+ "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-6.0.6.tgz",
737
+ "integrity": "sha512-u9HHgfrq3AjXlysn0eINFnWQOJQLO9WN6VprZ8FXl7A2bYisv3Hui9Ij+7QZ41F/WYWarHjwBbXtD7dKg3uxbg==",
738
+ "dev": true,
739
+ "license": "MIT",
740
+ "dependencies": {
741
+ "@rolldown/pluginutils": "1.0.0-rc.13"
742
+ },
743
+ "engines": {
744
+ "node": "^20.19.0 || >=22.12.0"
745
+ },
746
+ "peerDependencies": {
747
+ "vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
748
+ "vue": "^3.2.25"
749
+ }
750
+ },
751
+ "node_modules/@vue/compiler-core": {
752
+ "version": "3.5.32",
753
+ "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.32.tgz",
754
+ "integrity": "sha512-4x74Tbtqnda8s/NSD6e1Dr5p1c8HdMU5RWSjMSUzb8RTcUQqevDCxVAitcLBKT+ie3o0Dl9crc/S/opJM7qBGQ==",
755
+ "license": "MIT",
756
+ "dependencies": {
757
+ "@babel/parser": "^7.29.2",
758
+ "@vue/shared": "3.5.32",
759
+ "entities": "^7.0.1",
760
+ "estree-walker": "^2.0.2",
761
+ "source-map-js": "^1.2.1"
762
+ }
763
+ },
764
+ "node_modules/@vue/compiler-dom": {
765
+ "version": "3.5.32",
766
+ "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.32.tgz",
767
+ "integrity": "sha512-ybHAu70NtiEI1fvAUz3oXZqkUYEe5J98GjMDpTGl5iHb0T15wQYLR4wE3h9xfuTNA+Cm2f4czfe8B4s+CCH57Q==",
768
+ "license": "MIT",
769
+ "dependencies": {
770
+ "@vue/compiler-core": "3.5.32",
771
+ "@vue/shared": "3.5.32"
772
+ }
773
+ },
774
+ "node_modules/@vue/compiler-sfc": {
775
+ "version": "3.5.32",
776
+ "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.32.tgz",
777
+ "integrity": "sha512-8UYUYo71cP/0YHMO814TRZlPuUUw3oifHuMR7Wp9SNoRSrxRQnhMLNlCeaODNn6kNTJsjFoQ/kqIj4qGvya4Xg==",
778
+ "license": "MIT",
779
+ "dependencies": {
780
+ "@babel/parser": "^7.29.2",
781
+ "@vue/compiler-core": "3.5.32",
782
+ "@vue/compiler-dom": "3.5.32",
783
+ "@vue/compiler-ssr": "3.5.32",
784
+ "@vue/shared": "3.5.32",
785
+ "estree-walker": "^2.0.2",
786
+ "magic-string": "^0.30.21",
787
+ "postcss": "^8.5.8",
788
+ "source-map-js": "^1.2.1"
789
+ }
790
+ },
791
+ "node_modules/@vue/compiler-ssr": {
792
+ "version": "3.5.32",
793
+ "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.32.tgz",
794
+ "integrity": "sha512-Gp4gTs22T3DgRotZ8aA/6m2jMR+GMztvBXUBEUOYOcST+giyGWJ4WvFd7QLHBkzTxkfOt8IELKNdpzITLbA2rw==",
795
+ "license": "MIT",
796
+ "dependencies": {
797
+ "@vue/compiler-dom": "3.5.32",
798
+ "@vue/shared": "3.5.32"
799
+ }
800
+ },
801
+ "node_modules/@vue/devtools-api": {
802
+ "version": "6.6.4",
803
+ "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
804
+ "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
805
+ "license": "MIT"
806
+ },
807
+ "node_modules/@vue/reactivity": {
808
+ "version": "3.5.32",
809
+ "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.32.tgz",
810
+ "integrity": "sha512-/ORasxSGvZ6MN5gc+uE364SxFdJ0+WqVG0CENXaGW58TOCdrAW76WWaplDtECeS1qphvtBZtR+3/o1g1zL4xPQ==",
811
+ "license": "MIT",
812
+ "dependencies": {
813
+ "@vue/shared": "3.5.32"
814
+ }
815
+ },
816
+ "node_modules/@vue/runtime-core": {
817
+ "version": "3.5.32",
818
+ "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.32.tgz",
819
+ "integrity": "sha512-pDrXCejn4UpFDFmMd27AcJEbHaLemaE5o4pbb7sLk79SRIhc6/t34BQA7SGNgYtbMnvbF/HHOftYBgFJtUoJUQ==",
820
+ "license": "MIT",
821
+ "dependencies": {
822
+ "@vue/reactivity": "3.5.32",
823
+ "@vue/shared": "3.5.32"
824
+ }
825
+ },
826
+ "node_modules/@vue/runtime-dom": {
827
+ "version": "3.5.32",
828
+ "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.32.tgz",
829
+ "integrity": "sha512-1CDVv7tv/IV13V8Nip1k/aaObVbWqRlVCVezTwx3K07p7Vxossp5JU1dcPNhJk3w347gonIUT9jQOGutyJrSVQ==",
830
+ "license": "MIT",
831
+ "dependencies": {
832
+ "@vue/reactivity": "3.5.32",
833
+ "@vue/runtime-core": "3.5.32",
834
+ "@vue/shared": "3.5.32",
835
+ "csstype": "^3.2.3"
836
+ }
837
+ },
838
+ "node_modules/@vue/server-renderer": {
839
+ "version": "3.5.32",
840
+ "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.32.tgz",
841
+ "integrity": "sha512-IOjm2+JQwRFS7W28HNuJeXQle9KdZbODFY7hFGVtnnghF51ta20EWAZJHX+zLGtsHhaU6uC9BGPV52KVpYryMQ==",
842
+ "license": "MIT",
843
+ "dependencies": {
844
+ "@vue/compiler-ssr": "3.5.32",
845
+ "@vue/shared": "3.5.32"
846
+ },
847
+ "peerDependencies": {
848
+ "vue": "3.5.32"
849
+ }
850
+ },
851
+ "node_modules/@vue/shared": {
852
+ "version": "3.5.32",
853
+ "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.32.tgz",
854
+ "integrity": "sha512-ksNyrmRQzWJJ8n3cRDuSF7zNNontuJg1YHnmWRJd2AMu8Ij2bqwiiri2lH5rHtYPZjj4STkNcgcmiQqlOjiYGg==",
855
+ "license": "MIT"
856
+ },
857
+ "node_modules/@vueuse/core": {
858
+ "version": "12.0.0",
859
+ "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-12.0.0.tgz",
860
+ "integrity": "sha512-C12RukhXiJCbx4MGhjmd/gH52TjJsc3G0E0kQj/kb19H3Nt6n1CA4DRWuTdWWcaFRdlTe0npWDS942mvacvNBw==",
861
+ "license": "MIT",
862
+ "dependencies": {
863
+ "@types/web-bluetooth": "^0.0.20",
864
+ "@vueuse/metadata": "12.0.0",
865
+ "@vueuse/shared": "12.0.0",
866
+ "vue": "^3.5.13"
867
+ },
868
+ "funding": {
869
+ "url": "https://github.com/sponsors/antfu"
870
+ }
871
+ },
872
+ "node_modules/@vueuse/metadata": {
873
+ "version": "12.0.0",
874
+ "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-12.0.0.tgz",
875
+ "integrity": "sha512-Yzimd1D3sjxTDOlF05HekU5aSGdKjxhuhRFHA7gDWLn57PRbBIh+SF5NmjhJ0WRgF3my7T8LBucyxdFJjIfRJQ==",
876
+ "license": "MIT",
877
+ "funding": {
878
+ "url": "https://github.com/sponsors/antfu"
879
+ }
880
+ },
881
+ "node_modules/@vueuse/shared": {
882
+ "version": "12.0.0",
883
+ "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-12.0.0.tgz",
884
+ "integrity": "sha512-3i6qtcq2PIio5i/vVYidkkcgvmTjCqrf26u+Fd4LhnbBmIT6FN8y6q/GJERp8lfcB9zVEfjdV0Br0443qZuJpw==",
885
+ "license": "MIT",
886
+ "dependencies": {
887
+ "vue": "^3.5.13"
888
+ },
889
+ "funding": {
890
+ "url": "https://github.com/sponsors/antfu"
891
+ }
892
+ },
893
+ "node_modules/async-validator": {
894
+ "version": "4.2.5",
895
+ "resolved": "https://registry.npmjs.org/async-validator/-/async-validator-4.2.5.tgz",
896
+ "integrity": "sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==",
897
+ "license": "MIT"
898
+ },
899
+ "node_modules/csstype": {
900
+ "version": "3.2.3",
901
+ "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
902
+ "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
903
+ "license": "MIT"
904
+ },
905
+ "node_modules/dayjs": {
906
+ "version": "1.11.20",
907
+ "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.20.tgz",
908
+ "integrity": "sha512-YbwwqR/uYpeoP4pu043q+LTDLFBLApUP6VxRihdfNTqu4ubqMlGDLd6ErXhEgsyvY0K6nCs7nggYumAN+9uEuQ==",
909
+ "license": "MIT"
910
+ },
911
+ "node_modules/detect-libc": {
912
+ "version": "2.1.2",
913
+ "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
914
+ "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
915
+ "dev": true,
916
+ "license": "Apache-2.0",
917
+ "engines": {
918
+ "node": ">=8"
919
+ }
920
+ },
921
+ "node_modules/element-plus": {
922
+ "version": "2.13.7",
923
+ "resolved": "https://registry.npmjs.org/element-plus/-/element-plus-2.13.7.tgz",
924
+ "integrity": "sha512-XdHATFZOyzVFL1DaHQ90IOJQSg9UnSAV+bhDW+YB5UoZ0Hxs50mwqjqfwXkuwpSag+VXXizVcErBR6Movo5daw==",
925
+ "license": "MIT",
926
+ "dependencies": {
927
+ "@ctrl/tinycolor": "^4.2.0",
928
+ "@element-plus/icons-vue": "^2.3.2",
929
+ "@floating-ui/dom": "^1.0.1",
930
+ "@popperjs/core": "npm:@sxzz/popperjs-es@^2.11.7",
931
+ "@types/lodash": "^4.17.20",
932
+ "@types/lodash-es": "^4.17.12",
933
+ "@vueuse/core": "12.0.0",
934
+ "async-validator": "^4.2.5",
935
+ "dayjs": "^1.11.19",
936
+ "lodash": "^4.17.23",
937
+ "lodash-es": "^4.17.23",
938
+ "lodash-unified": "^1.0.3",
939
+ "memoize-one": "^6.0.0",
940
+ "normalize-wheel-es": "^1.2.0",
941
+ "vue-component-type-helpers": "^3.2.4"
942
+ },
943
+ "peerDependencies": {
944
+ "vue": "^3.3.0"
945
+ }
946
+ },
947
+ "node_modules/entities": {
948
+ "version": "7.0.1",
949
+ "resolved": "https://registry.npmjs.org/entities/-/entities-7.0.1.tgz",
950
+ "integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==",
951
+ "license": "BSD-2-Clause",
952
+ "engines": {
953
+ "node": ">=0.12"
954
+ },
955
+ "funding": {
956
+ "url": "https://github.com/fb55/entities?sponsor=1"
957
+ }
958
+ },
959
+ "node_modules/estree-walker": {
960
+ "version": "2.0.2",
961
+ "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
962
+ "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
963
+ "license": "MIT"
964
+ },
965
+ "node_modules/fdir": {
966
+ "version": "6.5.0",
967
+ "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
968
+ "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
969
+ "dev": true,
970
+ "license": "MIT",
971
+ "engines": {
972
+ "node": ">=12.0.0"
973
+ },
974
+ "peerDependencies": {
975
+ "picomatch": "^3 || ^4"
976
+ },
977
+ "peerDependenciesMeta": {
978
+ "picomatch": {
979
+ "optional": true
980
+ }
981
+ }
982
+ },
983
+ "node_modules/fsevents": {
984
+ "version": "2.3.3",
985
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
986
+ "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
987
+ "dev": true,
988
+ "hasInstallScript": true,
989
+ "license": "MIT",
990
+ "optional": true,
991
+ "os": [
992
+ "darwin"
993
+ ],
994
+ "engines": {
995
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
996
+ }
997
+ },
998
+ "node_modules/lightningcss": {
999
+ "version": "1.32.0",
1000
+ "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz",
1001
+ "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
1002
+ "dev": true,
1003
+ "license": "MPL-2.0",
1004
+ "dependencies": {
1005
+ "detect-libc": "^2.0.3"
1006
+ },
1007
+ "engines": {
1008
+ "node": ">= 12.0.0"
1009
+ },
1010
+ "funding": {
1011
+ "type": "opencollective",
1012
+ "url": "https://opencollective.com/parcel"
1013
+ },
1014
+ "optionalDependencies": {
1015
+ "lightningcss-android-arm64": "1.32.0",
1016
+ "lightningcss-darwin-arm64": "1.32.0",
1017
+ "lightningcss-darwin-x64": "1.32.0",
1018
+ "lightningcss-freebsd-x64": "1.32.0",
1019
+ "lightningcss-linux-arm-gnueabihf": "1.32.0",
1020
+ "lightningcss-linux-arm64-gnu": "1.32.0",
1021
+ "lightningcss-linux-arm64-musl": "1.32.0",
1022
+ "lightningcss-linux-x64-gnu": "1.32.0",
1023
+ "lightningcss-linux-x64-musl": "1.32.0",
1024
+ "lightningcss-win32-arm64-msvc": "1.32.0",
1025
+ "lightningcss-win32-x64-msvc": "1.32.0"
1026
+ }
1027
+ },
1028
+ "node_modules/lightningcss-android-arm64": {
1029
+ "version": "1.32.0",
1030
+ "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz",
1031
+ "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",
1032
+ "cpu": [
1033
+ "arm64"
1034
+ ],
1035
+ "dev": true,
1036
+ "license": "MPL-2.0",
1037
+ "optional": true,
1038
+ "os": [
1039
+ "android"
1040
+ ],
1041
+ "engines": {
1042
+ "node": ">= 12.0.0"
1043
+ },
1044
+ "funding": {
1045
+ "type": "opencollective",
1046
+ "url": "https://opencollective.com/parcel"
1047
+ }
1048
+ },
1049
+ "node_modules/lightningcss-darwin-arm64": {
1050
+ "version": "1.32.0",
1051
+ "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz",
1052
+ "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
1053
+ "cpu": [
1054
+ "arm64"
1055
+ ],
1056
+ "dev": true,
1057
+ "license": "MPL-2.0",
1058
+ "optional": true,
1059
+ "os": [
1060
+ "darwin"
1061
+ ],
1062
+ "engines": {
1063
+ "node": ">= 12.0.0"
1064
+ },
1065
+ "funding": {
1066
+ "type": "opencollective",
1067
+ "url": "https://opencollective.com/parcel"
1068
+ }
1069
+ },
1070
+ "node_modules/lightningcss-darwin-x64": {
1071
+ "version": "1.32.0",
1072
+ "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz",
1073
+ "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",
1074
+ "cpu": [
1075
+ "x64"
1076
+ ],
1077
+ "dev": true,
1078
+ "license": "MPL-2.0",
1079
+ "optional": true,
1080
+ "os": [
1081
+ "darwin"
1082
+ ],
1083
+ "engines": {
1084
+ "node": ">= 12.0.0"
1085
+ },
1086
+ "funding": {
1087
+ "type": "opencollective",
1088
+ "url": "https://opencollective.com/parcel"
1089
+ }
1090
+ },
1091
+ "node_modules/lightningcss-freebsd-x64": {
1092
+ "version": "1.32.0",
1093
+ "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz",
1094
+ "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",
1095
+ "cpu": [
1096
+ "x64"
1097
+ ],
1098
+ "dev": true,
1099
+ "license": "MPL-2.0",
1100
+ "optional": true,
1101
+ "os": [
1102
+ "freebsd"
1103
+ ],
1104
+ "engines": {
1105
+ "node": ">= 12.0.0"
1106
+ },
1107
+ "funding": {
1108
+ "type": "opencollective",
1109
+ "url": "https://opencollective.com/parcel"
1110
+ }
1111
+ },
1112
+ "node_modules/lightningcss-linux-arm-gnueabihf": {
1113
+ "version": "1.32.0",
1114
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz",
1115
+ "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",
1116
+ "cpu": [
1117
+ "arm"
1118
+ ],
1119
+ "dev": true,
1120
+ "license": "MPL-2.0",
1121
+ "optional": true,
1122
+ "os": [
1123
+ "linux"
1124
+ ],
1125
+ "engines": {
1126
+ "node": ">= 12.0.0"
1127
+ },
1128
+ "funding": {
1129
+ "type": "opencollective",
1130
+ "url": "https://opencollective.com/parcel"
1131
+ }
1132
+ },
1133
+ "node_modules/lightningcss-linux-arm64-gnu": {
1134
+ "version": "1.32.0",
1135
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz",
1136
+ "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",
1137
+ "cpu": [
1138
+ "arm64"
1139
+ ],
1140
+ "dev": true,
1141
+ "license": "MPL-2.0",
1142
+ "optional": true,
1143
+ "os": [
1144
+ "linux"
1145
+ ],
1146
+ "engines": {
1147
+ "node": ">= 12.0.0"
1148
+ },
1149
+ "funding": {
1150
+ "type": "opencollective",
1151
+ "url": "https://opencollective.com/parcel"
1152
+ }
1153
+ },
1154
+ "node_modules/lightningcss-linux-arm64-musl": {
1155
+ "version": "1.32.0",
1156
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz",
1157
+ "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",
1158
+ "cpu": [
1159
+ "arm64"
1160
+ ],
1161
+ "dev": true,
1162
+ "license": "MPL-2.0",
1163
+ "optional": true,
1164
+ "os": [
1165
+ "linux"
1166
+ ],
1167
+ "engines": {
1168
+ "node": ">= 12.0.0"
1169
+ },
1170
+ "funding": {
1171
+ "type": "opencollective",
1172
+ "url": "https://opencollective.com/parcel"
1173
+ }
1174
+ },
1175
+ "node_modules/lightningcss-linux-x64-gnu": {
1176
+ "version": "1.32.0",
1177
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz",
1178
+ "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==",
1179
+ "cpu": [
1180
+ "x64"
1181
+ ],
1182
+ "dev": true,
1183
+ "license": "MPL-2.0",
1184
+ "optional": true,
1185
+ "os": [
1186
+ "linux"
1187
+ ],
1188
+ "engines": {
1189
+ "node": ">= 12.0.0"
1190
+ },
1191
+ "funding": {
1192
+ "type": "opencollective",
1193
+ "url": "https://opencollective.com/parcel"
1194
+ }
1195
+ },
1196
+ "node_modules/lightningcss-linux-x64-musl": {
1197
+ "version": "1.32.0",
1198
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz",
1199
+ "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",
1200
+ "cpu": [
1201
+ "x64"
1202
+ ],
1203
+ "dev": true,
1204
+ "license": "MPL-2.0",
1205
+ "optional": true,
1206
+ "os": [
1207
+ "linux"
1208
+ ],
1209
+ "engines": {
1210
+ "node": ">= 12.0.0"
1211
+ },
1212
+ "funding": {
1213
+ "type": "opencollective",
1214
+ "url": "https://opencollective.com/parcel"
1215
+ }
1216
+ },
1217
+ "node_modules/lightningcss-win32-arm64-msvc": {
1218
+ "version": "1.32.0",
1219
+ "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz",
1220
+ "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",
1221
+ "cpu": [
1222
+ "arm64"
1223
+ ],
1224
+ "dev": true,
1225
+ "license": "MPL-2.0",
1226
+ "optional": true,
1227
+ "os": [
1228
+ "win32"
1229
+ ],
1230
+ "engines": {
1231
+ "node": ">= 12.0.0"
1232
+ },
1233
+ "funding": {
1234
+ "type": "opencollective",
1235
+ "url": "https://opencollective.com/parcel"
1236
+ }
1237
+ },
1238
+ "node_modules/lightningcss-win32-x64-msvc": {
1239
+ "version": "1.32.0",
1240
+ "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz",
1241
+ "integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",
1242
+ "cpu": [
1243
+ "x64"
1244
+ ],
1245
+ "dev": true,
1246
+ "license": "MPL-2.0",
1247
+ "optional": true,
1248
+ "os": [
1249
+ "win32"
1250
+ ],
1251
+ "engines": {
1252
+ "node": ">= 12.0.0"
1253
+ },
1254
+ "funding": {
1255
+ "type": "opencollective",
1256
+ "url": "https://opencollective.com/parcel"
1257
+ }
1258
+ },
1259
+ "node_modules/lodash": {
1260
+ "version": "4.18.1",
1261
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
1262
+ "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
1263
+ "license": "MIT"
1264
+ },
1265
+ "node_modules/lodash-es": {
1266
+ "version": "4.18.1",
1267
+ "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.18.1.tgz",
1268
+ "integrity": "sha512-J8xewKD/Gk22OZbhpOVSwcs60zhd95ESDwezOFuA3/099925PdHJ7OFHNTGtajL3AlZkykD32HykiMo+BIBI8A==",
1269
+ "license": "MIT"
1270
+ },
1271
+ "node_modules/lodash-unified": {
1272
+ "version": "1.0.3",
1273
+ "resolved": "https://registry.npmjs.org/lodash-unified/-/lodash-unified-1.0.3.tgz",
1274
+ "integrity": "sha512-WK9qSozxXOD7ZJQlpSqOT+om2ZfcT4yO+03FuzAHD0wF6S0l0090LRPDx3vhTTLZ8cFKpBn+IOcVXK6qOcIlfQ==",
1275
+ "license": "MIT",
1276
+ "peerDependencies": {
1277
+ "@types/lodash-es": "*",
1278
+ "lodash": "*",
1279
+ "lodash-es": "*"
1280
+ }
1281
+ },
1282
+ "node_modules/magic-string": {
1283
+ "version": "0.30.21",
1284
+ "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
1285
+ "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
1286
+ "license": "MIT",
1287
+ "dependencies": {
1288
+ "@jridgewell/sourcemap-codec": "^1.5.5"
1289
+ }
1290
+ },
1291
+ "node_modules/memoize-one": {
1292
+ "version": "6.0.0",
1293
+ "resolved": "https://registry.npmjs.org/memoize-one/-/memoize-one-6.0.0.tgz",
1294
+ "integrity": "sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==",
1295
+ "license": "MIT"
1296
+ },
1297
+ "node_modules/nanoid": {
1298
+ "version": "3.3.11",
1299
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
1300
+ "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
1301
+ "funding": [
1302
+ {
1303
+ "type": "github",
1304
+ "url": "https://github.com/sponsors/ai"
1305
+ }
1306
+ ],
1307
+ "license": "MIT",
1308
+ "bin": {
1309
+ "nanoid": "bin/nanoid.cjs"
1310
+ },
1311
+ "engines": {
1312
+ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
1313
+ }
1314
+ },
1315
+ "node_modules/normalize-wheel-es": {
1316
+ "version": "1.2.0",
1317
+ "resolved": "https://registry.npmjs.org/normalize-wheel-es/-/normalize-wheel-es-1.2.0.tgz",
1318
+ "integrity": "sha512-Wj7+EJQ8mSuXr2iWfnujrimU35R2W4FAErEyTmJoJ7ucwTn2hOUSsRehMb5RSYkxXGTM7Y9QpvPmp++w5ftoJw==",
1319
+ "license": "BSD-3-Clause"
1320
+ },
1321
+ "node_modules/picocolors": {
1322
+ "version": "1.1.1",
1323
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
1324
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
1325
+ "license": "ISC"
1326
+ },
1327
+ "node_modules/picomatch": {
1328
+ "version": "4.0.4",
1329
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
1330
+ "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
1331
+ "dev": true,
1332
+ "license": "MIT",
1333
+ "engines": {
1334
+ "node": ">=12"
1335
+ },
1336
+ "funding": {
1337
+ "url": "https://github.com/sponsors/jonschlinkert"
1338
+ }
1339
+ },
1340
+ "node_modules/postcss": {
1341
+ "version": "8.5.9",
1342
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.9.tgz",
1343
+ "integrity": "sha512-7a70Nsot+EMX9fFU3064K/kdHWZqGVY+BADLyXc8Dfv+mTLLVl6JzJpPaCZ2kQL9gIJvKXSLMHhqdRRjwQeFtw==",
1344
+ "funding": [
1345
+ {
1346
+ "type": "opencollective",
1347
+ "url": "https://opencollective.com/postcss/"
1348
+ },
1349
+ {
1350
+ "type": "tidelift",
1351
+ "url": "https://tidelift.com/funding/github/npm/postcss"
1352
+ },
1353
+ {
1354
+ "type": "github",
1355
+ "url": "https://github.com/sponsors/ai"
1356
+ }
1357
+ ],
1358
+ "license": "MIT",
1359
+ "dependencies": {
1360
+ "nanoid": "^3.3.11",
1361
+ "picocolors": "^1.1.1",
1362
+ "source-map-js": "^1.2.1"
1363
+ },
1364
+ "engines": {
1365
+ "node": "^10 || ^12 || >=14"
1366
+ }
1367
+ },
1368
+ "node_modules/rolldown": {
1369
+ "version": "1.0.0-rc.15",
1370
+ "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.0-rc.15.tgz",
1371
+ "integrity": "sha512-Ff31guA5zT6WjnGp0SXw76X6hzGRk/OQq2hE+1lcDe+lJdHSgnSX6nK3erbONHyCbpSj9a9E+uX/OvytZoWp2g==",
1372
+ "dev": true,
1373
+ "license": "MIT",
1374
+ "dependencies": {
1375
+ "@oxc-project/types": "=0.124.0",
1376
+ "@rolldown/pluginutils": "1.0.0-rc.15"
1377
+ },
1378
+ "bin": {
1379
+ "rolldown": "bin/cli.mjs"
1380
+ },
1381
+ "engines": {
1382
+ "node": "^20.19.0 || >=22.12.0"
1383
+ },
1384
+ "optionalDependencies": {
1385
+ "@rolldown/binding-android-arm64": "1.0.0-rc.15",
1386
+ "@rolldown/binding-darwin-arm64": "1.0.0-rc.15",
1387
+ "@rolldown/binding-darwin-x64": "1.0.0-rc.15",
1388
+ "@rolldown/binding-freebsd-x64": "1.0.0-rc.15",
1389
+ "@rolldown/binding-linux-arm-gnueabihf": "1.0.0-rc.15",
1390
+ "@rolldown/binding-linux-arm64-gnu": "1.0.0-rc.15",
1391
+ "@rolldown/binding-linux-arm64-musl": "1.0.0-rc.15",
1392
+ "@rolldown/binding-linux-ppc64-gnu": "1.0.0-rc.15",
1393
+ "@rolldown/binding-linux-s390x-gnu": "1.0.0-rc.15",
1394
+ "@rolldown/binding-linux-x64-gnu": "1.0.0-rc.15",
1395
+ "@rolldown/binding-linux-x64-musl": "1.0.0-rc.15",
1396
+ "@rolldown/binding-openharmony-arm64": "1.0.0-rc.15",
1397
+ "@rolldown/binding-wasm32-wasi": "1.0.0-rc.15",
1398
+ "@rolldown/binding-win32-arm64-msvc": "1.0.0-rc.15",
1399
+ "@rolldown/binding-win32-x64-msvc": "1.0.0-rc.15"
1400
+ }
1401
+ },
1402
+ "node_modules/rolldown/node_modules/@rolldown/pluginutils": {
1403
+ "version": "1.0.0-rc.15",
1404
+ "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.15.tgz",
1405
+ "integrity": "sha512-UromN0peaE53IaBRe9W7CjrZgXl90fqGpK+mIZbA3qSTeYqg3pqpROBdIPvOG3F5ereDHNwoHBI2e50n1BDr1g==",
1406
+ "dev": true,
1407
+ "license": "MIT"
1408
+ },
1409
+ "node_modules/source-map-js": {
1410
+ "version": "1.2.1",
1411
+ "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
1412
+ "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
1413
+ "license": "BSD-3-Clause",
1414
+ "engines": {
1415
+ "node": ">=0.10.0"
1416
+ }
1417
+ },
1418
+ "node_modules/tinyglobby": {
1419
+ "version": "0.2.16",
1420
+ "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz",
1421
+ "integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==",
1422
+ "dev": true,
1423
+ "license": "MIT",
1424
+ "dependencies": {
1425
+ "fdir": "^6.5.0",
1426
+ "picomatch": "^4.0.4"
1427
+ },
1428
+ "engines": {
1429
+ "node": ">=12.0.0"
1430
+ },
1431
+ "funding": {
1432
+ "url": "https://github.com/sponsors/SuperchupuDev"
1433
+ }
1434
+ },
1435
+ "node_modules/tslib": {
1436
+ "version": "2.8.1",
1437
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
1438
+ "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
1439
+ "dev": true,
1440
+ "license": "0BSD",
1441
+ "optional": true
1442
+ },
1443
+ "node_modules/vite": {
1444
+ "version": "8.0.8",
1445
+ "resolved": "https://registry.npmjs.org/vite/-/vite-8.0.8.tgz",
1446
+ "integrity": "sha512-dbU7/iLVa8KZALJyLOBOQ88nOXtNG8vxKuOT4I2mD+Ya70KPceF4IAmDsmU0h1Qsn5bPrvsY9HJstCRh3hG6Uw==",
1447
+ "dev": true,
1448
+ "license": "MIT",
1449
+ "dependencies": {
1450
+ "lightningcss": "^1.32.0",
1451
+ "picomatch": "^4.0.4",
1452
+ "postcss": "^8.5.8",
1453
+ "rolldown": "1.0.0-rc.15",
1454
+ "tinyglobby": "^0.2.15"
1455
+ },
1456
+ "bin": {
1457
+ "vite": "bin/vite.js"
1458
+ },
1459
+ "engines": {
1460
+ "node": "^20.19.0 || >=22.12.0"
1461
+ },
1462
+ "funding": {
1463
+ "url": "https://github.com/vitejs/vite?sponsor=1"
1464
+ },
1465
+ "optionalDependencies": {
1466
+ "fsevents": "~2.3.3"
1467
+ },
1468
+ "peerDependencies": {
1469
+ "@types/node": "^20.19.0 || >=22.12.0",
1470
+ "@vitejs/devtools": "^0.1.0",
1471
+ "esbuild": "^0.27.0 || ^0.28.0",
1472
+ "jiti": ">=1.21.0",
1473
+ "less": "^4.0.0",
1474
+ "sass": "^1.70.0",
1475
+ "sass-embedded": "^1.70.0",
1476
+ "stylus": ">=0.54.8",
1477
+ "sugarss": "^5.0.0",
1478
+ "terser": "^5.16.0",
1479
+ "tsx": "^4.8.1",
1480
+ "yaml": "^2.4.2"
1481
+ },
1482
+ "peerDependenciesMeta": {
1483
+ "@types/node": {
1484
+ "optional": true
1485
+ },
1486
+ "@vitejs/devtools": {
1487
+ "optional": true
1488
+ },
1489
+ "esbuild": {
1490
+ "optional": true
1491
+ },
1492
+ "jiti": {
1493
+ "optional": true
1494
+ },
1495
+ "less": {
1496
+ "optional": true
1497
+ },
1498
+ "sass": {
1499
+ "optional": true
1500
+ },
1501
+ "sass-embedded": {
1502
+ "optional": true
1503
+ },
1504
+ "stylus": {
1505
+ "optional": true
1506
+ },
1507
+ "sugarss": {
1508
+ "optional": true
1509
+ },
1510
+ "terser": {
1511
+ "optional": true
1512
+ },
1513
+ "tsx": {
1514
+ "optional": true
1515
+ },
1516
+ "yaml": {
1517
+ "optional": true
1518
+ }
1519
+ }
1520
+ },
1521
+ "node_modules/vue": {
1522
+ "version": "3.5.32",
1523
+ "resolved": "https://registry.npmjs.org/vue/-/vue-3.5.32.tgz",
1524
+ "integrity": "sha512-vM4z4Q9tTafVfMAK7IVzmxg34rSzTFMyIe0UUEijUCkn9+23lj0WRfA83dg7eQZIUlgOSGrkViIaCfqSAUXsMw==",
1525
+ "license": "MIT",
1526
+ "dependencies": {
1527
+ "@vue/compiler-dom": "3.5.32",
1528
+ "@vue/compiler-sfc": "3.5.32",
1529
+ "@vue/runtime-dom": "3.5.32",
1530
+ "@vue/server-renderer": "3.5.32",
1531
+ "@vue/shared": "3.5.32"
1532
+ },
1533
+ "peerDependencies": {
1534
+ "typescript": "*"
1535
+ },
1536
+ "peerDependenciesMeta": {
1537
+ "typescript": {
1538
+ "optional": true
1539
+ }
1540
+ }
1541
+ },
1542
+ "node_modules/vue-component-type-helpers": {
1543
+ "version": "3.2.6",
1544
+ "resolved": "https://registry.npmjs.org/vue-component-type-helpers/-/vue-component-type-helpers-3.2.6.tgz",
1545
+ "integrity": "sha512-O02tnvIfOQVmnvoWwuSydwRoHjZVt8UEBR+2p4rT35p8GAy5VTlWP8o5qXfJR/GWCN0nVZoYWsVUvx2jwgdBmQ==",
1546
+ "license": "MIT"
1547
+ },
1548
+ "node_modules/vue-router": {
1549
+ "version": "4.6.4",
1550
+ "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.6.4.tgz",
1551
+ "integrity": "sha512-Hz9q5sa33Yhduglwz6g9skT8OBPii+4bFn88w6J+J4MfEo4KRRpmiNG/hHHkdbRFlLBOqxN8y8gf2Fb0MTUgVg==",
1552
+ "license": "MIT",
1553
+ "dependencies": {
1554
+ "@vue/devtools-api": "^6.6.4"
1555
+ },
1556
+ "funding": {
1557
+ "url": "https://github.com/sponsors/posva"
1558
+ },
1559
+ "peerDependencies": {
1560
+ "vue": "^3.5.0"
1561
+ }
1562
+ }
1563
+ }
1564
+ }