ljr-cli 1.0.0 → 1.0.2

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 (102) hide show
  1. package/lib/demo1.js +39 -0
  2. package/lib/demo2.js +87 -0
  3. package/lib/index.js +220 -14
  4. package/lib/templates/flutter//346/210/221/346/230/257flutter.txt +0 -0
  5. package/lib/templates/java//346/210/221/346/230/257java.txt +0 -0
  6. package/lib/templates/monorepo//346/210/221/346/230/257monorepo.txt +0 -0
  7. package/lib/templates/mysql//346/210/221/346/230/257mysql.txt +0 -0
  8. package/lib/templates/node//346/210/221/346/230/257node.txt +0 -0
  9. package/lib/templates/qiankun//346/210/221/346/230/257qiankun.txt +0 -0
  10. package/lib/templates/react//346/210/221/346/230/257react.txt +0 -0
  11. package/lib/templates/uni-app//346/210/221/346/230/257uni-app.txt +0 -0
  12. package/lib/templates/vue2.7.16/.browserslistrc +3 -0
  13. package/lib/templates/vue2.7.16/.env +4 -0
  14. package/lib/templates/vue2.7.16/.env.development +7 -0
  15. package/lib/templates/vue2.7.16/.env.production +7 -0
  16. package/lib/templates/vue2.7.16/.eslintignore +3 -0
  17. package/lib/templates/vue2.7.16/.eslintrc.js +21 -0
  18. package/lib/templates/vue2.7.16/.prettierrc.js +11 -0
  19. package/lib/templates/vue2.7.16/.vscode/settings.json +10 -0
  20. package/lib/templates/vue2.7.16/README.md +71 -0
  21. package/lib/templates/vue2.7.16/babel.config.js +3 -0
  22. package/lib/templates/vue2.7.16/jsconfig.json +19 -0
  23. package/lib/templates/vue2.7.16/package.json +41 -0
  24. package/lib/templates/vue2.7.16/pnpm-lock.yaml +8171 -0
  25. package/lib/templates/vue2.7.16/public/favicon.svg +14 -0
  26. package/lib/templates/vue2.7.16/public/index.html +20 -0
  27. package/lib/templates/vue2.7.16/src/App.vue +14 -0
  28. package/lib/templates/vue2.7.16/src/api/interface/index.js +6 -0
  29. package/lib/templates/vue2.7.16/src/api/request.js +121 -0
  30. package/lib/templates/vue2.7.16/src/api/server/index.js +6 -0
  31. package/lib/templates/vue2.7.16/src/assets/logo.png +0 -0
  32. package/lib/templates/vue2.7.16/src/components/README.md +5 -0
  33. package/lib/templates/vue2.7.16/src/components/baseInfo/index.vue +29 -0
  34. package/lib/templates/vue2.7.16/src/components/baseInfo/item.vue +64 -0
  35. package/lib/templates/vue2.7.16/src/components/index.js +14 -0
  36. package/lib/templates/vue2.7.16/src/components/layout/left-menu-and-top-info.vue +121 -0
  37. package/lib/templates/vue2.7.16/src/components/pagination/index.vue +52 -0
  38. package/lib/templates/vue2.7.16/src/css/coverage-style.css +6 -0
  39. package/lib/templates/vue2.7.16/src/directive/index.js +16 -0
  40. package/lib/templates/vue2.7.16/src/directive/input-number.js +18 -0
  41. package/lib/templates/vue2.7.16/src/directive/permission.js +52 -0
  42. package/lib/templates/vue2.7.16/src/directive/re-click.js +12 -0
  43. package/lib/templates/vue2.7.16/src/global-config.js +12 -0
  44. package/lib/templates/vue2.7.16/src/main.js +79 -0
  45. package/lib/templates/vue2.7.16/src/prototype/README.md +1 -0
  46. package/lib/templates/vue2.7.16/src/prototype/el-dialog.js +127 -0
  47. package/lib/templates/vue2.7.16/src/prototype/index.js +53 -0
  48. package/lib/templates/vue2.7.16/src/router/index.js +257 -0
  49. package/lib/templates/vue2.7.16/src/store/index.js +50 -0
  50. package/lib/templates/vue2.7.16/src/store/modules/dd.js +128 -0
  51. package/lib/templates/vue2.7.16/src/store/modules/permissions.js +24 -0
  52. package/lib/templates/vue2.7.16/src/views/404.vue +7 -0
  53. package/lib/templates/vue2.7.16/src/views/Pitfalls//345/206/205/345/255/230/346/272/242/345/207/272/index.vue +56 -0
  54. package/lib/templates/vue2.7.16/src/views/Pitfalls//345/206/205/345/255/230/346/272/242/345/207/272//351/200/240/346/210/220vue2/345/206/205/345/255/230/346/272/242/345/207/272/347/232/204/345/257/271/350/261/241.js +33518 -0
  55. package/lib/templates/vue2.7.16/src/views/about.vue +5 -0
  56. package/lib/templates/vue2.7.16/src/views/demo//345/205/250/345/261/200store/346/225/260/346/215/256/345/255/227/345/205/270/index.vue +85 -0
  57. package/lib/templates/vue2.7.16/src/views/demo//345/205/250/345/261/200/345/274/271/347/252/227/ce.vue +42 -0
  58. package/lib/templates/vue2.7.16/src/views/demo//345/205/250/345/261/200/345/274/271/347/252/227/index.vue +24 -0
  59. package/lib/templates/vue2.7.16/src/views/demo//345/205/250/345/261/200/346/214/207/344/273/244/index.vue +78 -0
  60. package/lib/templates/vue2.7.16/src/views/demo//350/257/267/346/261/202/347/244/272/344/276/213/index.vue +51 -0
  61. package/lib/templates/vue2.7.16/src/views/home.vue +3 -0
  62. package/lib/templates/vue2.7.16/src/views/login.vue +67 -0
  63. package/lib/templates/vue2.7.16/src/views/template/base-info.vue +29 -0
  64. package/lib/templates/vue2.7.16/src/views/template/base-info2.vue +56 -0
  65. package/lib/templates/vue2.7.16/src/views/template/list/ce.vue +58 -0
  66. package/lib/templates/vue2.7.16/src/views/template/list/index.vue +111 -0
  67. package/lib/templates/vue2.7.16/src/views/template/list/search.vue +60 -0
  68. package/lib/templates/vue2.7.16/vue.config.js +26 -0
  69. package/lib/templates/vue3.5.25-2025.12.4/.editorconfig +8 -0
  70. package/lib/templates/vue3.5.25-2025.12.4/.gitattributes +1 -0
  71. package/lib/templates/vue3.5.25-2025.12.4/.prettierrc.json +11 -0
  72. package/lib/templates/vue3.5.25-2025.12.4/.vscode/extensions.json +8 -0
  73. package/lib/templates/vue3.5.25-2025.12.4/.vscode/settings.json +13 -0
  74. package/lib/templates/vue3.5.25-2025.12.4/README.md +93 -0
  75. package/lib/templates/vue3.5.25-2025.12.4/auto-imports.d.ts +78 -0
  76. package/lib/templates/vue3.5.25-2025.12.4/components.d.ts +28 -0
  77. package/lib/templates/vue3.5.25-2025.12.4/env.d.ts +1 -0
  78. package/lib/templates/vue3.5.25-2025.12.4/eslint.config.ts +32 -0
  79. package/lib/templates/vue3.5.25-2025.12.4/index.html +13 -0
  80. package/lib/templates/vue3.5.25-2025.12.4/package.json +47 -0
  81. package/lib/templates/vue3.5.25-2025.12.4/pnpm-lock.yaml +3515 -0
  82. package/lib/templates/vue3.5.25-2025.12.4/public/favicon.svg +14 -0
  83. package/lib/templates/vue3.5.25-2025.12.4/src/App.vue +12 -0
  84. package/lib/templates/vue3.5.25-2025.12.4/src/assets/vue.svg +1 -0
  85. package/lib/templates/vue3.5.25-2025.12.4/src/boot/index.ts +14 -0
  86. package/lib/templates/vue3.5.25-2025.12.4/src/boot/pinia.ts +10 -0
  87. package/lib/templates/vue3.5.25-2025.12.4/src/boot/router.ts +10 -0
  88. package/lib/templates/vue3.5.25-2025.12.4/src/boot/style.ts +9 -0
  89. package/lib/templates/vue3.5.25-2025.12.4/src/css/coverage-style.css +6 -0
  90. package/lib/templates/vue3.5.25-2025.12.4/src/directive/index.js +8 -0
  91. package/lib/templates/vue3.5.25-2025.12.4/src/directive/rememberScrollPosition.ts +17 -0
  92. package/lib/templates/vue3.5.25-2025.12.4/src/main.ts +7 -0
  93. package/lib/templates/vue3.5.25-2025.12.4/src/router/index.ts +20 -0
  94. package/lib/templates/vue3.5.25-2025.12.4/src/stores/counter.ts +12 -0
  95. package/lib/templates/vue3.5.25-2025.12.4/src/views/AboutView.vue +3 -0
  96. package/lib/templates/vue3.5.25-2025.12.4/src/views/HomeView.vue +14 -0
  97. package/lib/templates/vue3.5.25-2025.12.4/tsconfig.app.json +12 -0
  98. package/lib/templates/vue3.5.25-2025.12.4/tsconfig.json +11 -0
  99. package/lib/templates/vue3.5.25-2025.12.4/tsconfig.node.json +19 -0
  100. package/lib/templates/vue3.5.25-2025.12.4/vite.config.ts +31 -0
  101. package/lib/templates/wx-miniapp//346/210/221/346/230/257wx-miniapp.txt +0 -0
  102. package/package.json +16 -3
@@ -0,0 +1,3515 @@
1
+ lockfileVersion: '9.0'
2
+
3
+ settings:
4
+ autoInstallPeers: true
5
+ excludeLinksFromLockfile: false
6
+
7
+ importers:
8
+
9
+ .:
10
+ dependencies:
11
+ element-plus:
12
+ specifier: ^2.12.0
13
+ version: 2.13.0(vue@3.5.26(typescript@5.9.3))
14
+ l-global:
15
+ specifier: ^1.0.2
16
+ version: 1.0.2
17
+ pinia:
18
+ specifier: ^3.0.4
19
+ version: 3.0.4(typescript@5.9.3)(vue@3.5.26(typescript@5.9.3))
20
+ vue:
21
+ specifier: ^3.5.25
22
+ version: 3.5.26(typescript@5.9.3)
23
+ vue-router:
24
+ specifier: ^4.6.3
25
+ version: 4.6.4(vue@3.5.26(typescript@5.9.3))
26
+ devDependencies:
27
+ '@tsconfig/node24':
28
+ specifier: ^24.0.3
29
+ version: 24.0.3
30
+ '@types/node':
31
+ specifier: ^24.10.1
32
+ version: 24.10.4
33
+ '@vitejs/plugin-vue':
34
+ specifier: ^6.0.2
35
+ version: 6.0.3(vite@7.3.0(@types/node@24.10.4)(jiti@2.6.1))(vue@3.5.26(typescript@5.9.3))
36
+ '@vitejs/plugin-vue-jsx':
37
+ specifier: ^5.1.2
38
+ version: 5.1.3(vite@7.3.0(@types/node@24.10.4)(jiti@2.6.1))(vue@3.5.26(typescript@5.9.3))
39
+ '@vue/eslint-config-prettier':
40
+ specifier: ^10.2.0
41
+ version: 10.2.0(eslint@9.39.2(jiti@2.6.1))(prettier@3.6.2)
42
+ '@vue/eslint-config-typescript':
43
+ specifier: ^14.6.0
44
+ version: 14.6.0(eslint-plugin-vue@10.5.1(@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
45
+ '@vue/tsconfig':
46
+ specifier: ^0.8.1
47
+ version: 0.8.1(typescript@5.9.3)(vue@3.5.26(typescript@5.9.3))
48
+ eslint:
49
+ specifier: ^9.39.1
50
+ version: 9.39.2(jiti@2.6.1)
51
+ eslint-plugin-vue:
52
+ specifier: ~10.5.1
53
+ version: 10.5.1(@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1)))
54
+ jiti:
55
+ specifier: ^2.6.1
56
+ version: 2.6.1
57
+ npm-run-all2:
58
+ specifier: ^8.0.4
59
+ version: 8.0.4
60
+ prettier:
61
+ specifier: 3.6.2
62
+ version: 3.6.2
63
+ typescript:
64
+ specifier: ~5.9.0
65
+ version: 5.9.3
66
+ unplugin-auto-import:
67
+ specifier: ^20.3.0
68
+ version: 20.3.0(@vueuse/core@10.11.1(vue@3.5.26(typescript@5.9.3)))
69
+ unplugin-vue-components:
70
+ specifier: ^30.0.0
71
+ version: 30.0.0(@babel/parser@7.28.5)(vue@3.5.26(typescript@5.9.3))
72
+ vite:
73
+ specifier: ^7.2.4
74
+ version: 7.3.0(@types/node@24.10.4)(jiti@2.6.1)
75
+ vite-plugin-vue-devtools:
76
+ specifier: ^8.0.5
77
+ version: 8.0.5(vite@7.3.0(@types/node@24.10.4)(jiti@2.6.1))(vue@3.5.26(typescript@5.9.3))
78
+ vue-tsc:
79
+ specifier: ^3.1.5
80
+ version: 3.2.1(typescript@5.9.3)
81
+
82
+ packages:
83
+
84
+ '@babel/code-frame@7.27.1':
85
+ resolution: {integrity: sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==}
86
+ engines: {node: '>=6.9.0'}
87
+
88
+ '@babel/compat-data@7.28.5':
89
+ resolution: {integrity: sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==}
90
+ engines: {node: '>=6.9.0'}
91
+
92
+ '@babel/core@7.28.5':
93
+ resolution: {integrity: sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==}
94
+ engines: {node: '>=6.9.0'}
95
+
96
+ '@babel/generator@7.28.5':
97
+ resolution: {integrity: sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==}
98
+ engines: {node: '>=6.9.0'}
99
+
100
+ '@babel/helper-annotate-as-pure@7.27.3':
101
+ resolution: {integrity: sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==}
102
+ engines: {node: '>=6.9.0'}
103
+
104
+ '@babel/helper-compilation-targets@7.27.2':
105
+ resolution: {integrity: sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==}
106
+ engines: {node: '>=6.9.0'}
107
+
108
+ '@babel/helper-create-class-features-plugin@7.28.5':
109
+ resolution: {integrity: sha512-q3WC4JfdODypvxArsJQROfupPBq9+lMwjKq7C33GhbFYJsufD0yd/ziwD+hJucLeWsnFPWZjsU2DNFqBPE7jwQ==}
110
+ engines: {node: '>=6.9.0'}
111
+ peerDependencies:
112
+ '@babel/core': ^7.0.0
113
+
114
+ '@babel/helper-globals@7.28.0':
115
+ resolution: {integrity: sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==}
116
+ engines: {node: '>=6.9.0'}
117
+
118
+ '@babel/helper-member-expression-to-functions@7.28.5':
119
+ resolution: {integrity: sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==}
120
+ engines: {node: '>=6.9.0'}
121
+
122
+ '@babel/helper-module-imports@7.27.1':
123
+ resolution: {integrity: sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==}
124
+ engines: {node: '>=6.9.0'}
125
+
126
+ '@babel/helper-module-transforms@7.28.3':
127
+ resolution: {integrity: sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==}
128
+ engines: {node: '>=6.9.0'}
129
+ peerDependencies:
130
+ '@babel/core': ^7.0.0
131
+
132
+ '@babel/helper-optimise-call-expression@7.27.1':
133
+ resolution: {integrity: sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==}
134
+ engines: {node: '>=6.9.0'}
135
+
136
+ '@babel/helper-plugin-utils@7.27.1':
137
+ resolution: {integrity: sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==}
138
+ engines: {node: '>=6.9.0'}
139
+
140
+ '@babel/helper-replace-supers@7.27.1':
141
+ resolution: {integrity: sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==}
142
+ engines: {node: '>=6.9.0'}
143
+ peerDependencies:
144
+ '@babel/core': ^7.0.0
145
+
146
+ '@babel/helper-skip-transparent-expression-wrappers@7.27.1':
147
+ resolution: {integrity: sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==}
148
+ engines: {node: '>=6.9.0'}
149
+
150
+ '@babel/helper-string-parser@7.27.1':
151
+ resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==}
152
+ engines: {node: '>=6.9.0'}
153
+
154
+ '@babel/helper-validator-identifier@7.28.5':
155
+ resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==}
156
+ engines: {node: '>=6.9.0'}
157
+
158
+ '@babel/helper-validator-option@7.27.1':
159
+ resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==}
160
+ engines: {node: '>=6.9.0'}
161
+
162
+ '@babel/helpers@7.28.4':
163
+ resolution: {integrity: sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==}
164
+ engines: {node: '>=6.9.0'}
165
+
166
+ '@babel/parser@7.28.5':
167
+ resolution: {integrity: sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==}
168
+ engines: {node: '>=6.0.0'}
169
+ hasBin: true
170
+
171
+ '@babel/plugin-proposal-decorators@7.28.0':
172
+ resolution: {integrity: sha512-zOiZqvANjWDUaUS9xMxbMcK/Zccztbe/6ikvUXaG9nsPH3w6qh5UaPGAnirI/WhIbZ8m3OHU0ReyPrknG+ZKeg==}
173
+ engines: {node: '>=6.9.0'}
174
+ peerDependencies:
175
+ '@babel/core': ^7.0.0-0
176
+
177
+ '@babel/plugin-syntax-decorators@7.27.1':
178
+ resolution: {integrity: sha512-YMq8Z87Lhl8EGkmb0MwYkt36QnxC+fzCgrl66ereamPlYToRpIk5nUjKUY3QKLWq8mwUB1BgbeXcTJhZOCDg5A==}
179
+ engines: {node: '>=6.9.0'}
180
+ peerDependencies:
181
+ '@babel/core': ^7.0.0-0
182
+
183
+ '@babel/plugin-syntax-import-attributes@7.27.1':
184
+ resolution: {integrity: sha512-oFT0FrKHgF53f4vOsZGi2Hh3I35PfSmVs4IBFLFj4dnafP+hIWDLg3VyKmUHfLoLHlyxY4C7DGtmHuJgn+IGww==}
185
+ engines: {node: '>=6.9.0'}
186
+ peerDependencies:
187
+ '@babel/core': ^7.0.0-0
188
+
189
+ '@babel/plugin-syntax-import-meta@7.10.4':
190
+ resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==}
191
+ peerDependencies:
192
+ '@babel/core': ^7.0.0-0
193
+
194
+ '@babel/plugin-syntax-jsx@7.27.1':
195
+ resolution: {integrity: sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==}
196
+ engines: {node: '>=6.9.0'}
197
+ peerDependencies:
198
+ '@babel/core': ^7.0.0-0
199
+
200
+ '@babel/plugin-syntax-typescript@7.27.1':
201
+ resolution: {integrity: sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==}
202
+ engines: {node: '>=6.9.0'}
203
+ peerDependencies:
204
+ '@babel/core': ^7.0.0-0
205
+
206
+ '@babel/plugin-transform-typescript@7.28.5':
207
+ resolution: {integrity: sha512-x2Qa+v/CuEoX7Dr31iAfr0IhInrVOWZU/2vJMJ00FOR/2nM0BcBEclpaf9sWCDc+v5e9dMrhSH8/atq/kX7+bA==}
208
+ engines: {node: '>=6.9.0'}
209
+ peerDependencies:
210
+ '@babel/core': ^7.0.0-0
211
+
212
+ '@babel/template@7.27.2':
213
+ resolution: {integrity: sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==}
214
+ engines: {node: '>=6.9.0'}
215
+
216
+ '@babel/traverse@7.28.5':
217
+ resolution: {integrity: sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==}
218
+ engines: {node: '>=6.9.0'}
219
+
220
+ '@babel/types@7.28.5':
221
+ resolution: {integrity: sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==}
222
+ engines: {node: '>=6.9.0'}
223
+
224
+ '@ctrl/tinycolor@3.6.1':
225
+ resolution: {integrity: sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==}
226
+ engines: {node: '>=10'}
227
+
228
+ '@element-plus/icons-vue@2.3.2':
229
+ resolution: {integrity: sha512-OzIuTaIfC8QXEPmJvB4Y4kw34rSXdCJzxcD1kFStBvr8bK6X1zQAYDo0CNMjojnfTqRQCJ0I7prlErcoRiET2A==}
230
+ peerDependencies:
231
+ vue: ^3.2.0
232
+
233
+ '@esbuild/aix-ppc64@0.27.2':
234
+ resolution: {integrity: sha512-GZMB+a0mOMZs4MpDbj8RJp4cw+w1WV5NYD6xzgvzUJ5Ek2jerwfO2eADyI6ExDSUED+1X8aMbegahsJi+8mgpw==}
235
+ engines: {node: '>=18'}
236
+ cpu: [ppc64]
237
+ os: [aix]
238
+
239
+ '@esbuild/android-arm64@0.27.2':
240
+ resolution: {integrity: sha512-pvz8ZZ7ot/RBphf8fv60ljmaoydPU12VuXHImtAs0XhLLw+EXBi2BLe3OYSBslR4rryHvweW5gmkKFwTiFy6KA==}
241
+ engines: {node: '>=18'}
242
+ cpu: [arm64]
243
+ os: [android]
244
+
245
+ '@esbuild/android-arm@0.27.2':
246
+ resolution: {integrity: sha512-DVNI8jlPa7Ujbr1yjU2PfUSRtAUZPG9I1RwW4F4xFB1Imiu2on0ADiI/c3td+KmDtVKNbi+nffGDQMfcIMkwIA==}
247
+ engines: {node: '>=18'}
248
+ cpu: [arm]
249
+ os: [android]
250
+
251
+ '@esbuild/android-x64@0.27.2':
252
+ resolution: {integrity: sha512-z8Ank4Byh4TJJOh4wpz8g2vDy75zFL0TlZlkUkEwYXuPSgX8yzep596n6mT7905kA9uHZsf/o2OJZubl2l3M7A==}
253
+ engines: {node: '>=18'}
254
+ cpu: [x64]
255
+ os: [android]
256
+
257
+ '@esbuild/darwin-arm64@0.27.2':
258
+ resolution: {integrity: sha512-davCD2Zc80nzDVRwXTcQP/28fiJbcOwvdolL0sOiOsbwBa72kegmVU0Wrh1MYrbuCL98Omp5dVhQFWRKR2ZAlg==}
259
+ engines: {node: '>=18'}
260
+ cpu: [arm64]
261
+ os: [darwin]
262
+
263
+ '@esbuild/darwin-x64@0.27.2':
264
+ resolution: {integrity: sha512-ZxtijOmlQCBWGwbVmwOF/UCzuGIbUkqB1faQRf5akQmxRJ1ujusWsb3CVfk/9iZKr2L5SMU5wPBi1UWbvL+VQA==}
265
+ engines: {node: '>=18'}
266
+ cpu: [x64]
267
+ os: [darwin]
268
+
269
+ '@esbuild/freebsd-arm64@0.27.2':
270
+ resolution: {integrity: sha512-lS/9CN+rgqQ9czogxlMcBMGd+l8Q3Nj1MFQwBZJyoEKI50XGxwuzznYdwcav6lpOGv5BqaZXqvBSiB/kJ5op+g==}
271
+ engines: {node: '>=18'}
272
+ cpu: [arm64]
273
+ os: [freebsd]
274
+
275
+ '@esbuild/freebsd-x64@0.27.2':
276
+ resolution: {integrity: sha512-tAfqtNYb4YgPnJlEFu4c212HYjQWSO/w/h/lQaBK7RbwGIkBOuNKQI9tqWzx7Wtp7bTPaGC6MJvWI608P3wXYA==}
277
+ engines: {node: '>=18'}
278
+ cpu: [x64]
279
+ os: [freebsd]
280
+
281
+ '@esbuild/linux-arm64@0.27.2':
282
+ resolution: {integrity: sha512-hYxN8pr66NsCCiRFkHUAsxylNOcAQaxSSkHMMjcpx0si13t1LHFphxJZUiGwojB1a/Hd5OiPIqDdXONia6bhTw==}
283
+ engines: {node: '>=18'}
284
+ cpu: [arm64]
285
+ os: [linux]
286
+
287
+ '@esbuild/linux-arm@0.27.2':
288
+ resolution: {integrity: sha512-vWfq4GaIMP9AIe4yj1ZUW18RDhx6EPQKjwe7n8BbIecFtCQG4CfHGaHuh7fdfq+y3LIA2vGS/o9ZBGVxIDi9hw==}
289
+ engines: {node: '>=18'}
290
+ cpu: [arm]
291
+ os: [linux]
292
+
293
+ '@esbuild/linux-ia32@0.27.2':
294
+ resolution: {integrity: sha512-MJt5BRRSScPDwG2hLelYhAAKh9imjHK5+NE/tvnRLbIqUWa+0E9N4WNMjmp/kXXPHZGqPLxggwVhz7QP8CTR8w==}
295
+ engines: {node: '>=18'}
296
+ cpu: [ia32]
297
+ os: [linux]
298
+
299
+ '@esbuild/linux-loong64@0.27.2':
300
+ resolution: {integrity: sha512-lugyF1atnAT463aO6KPshVCJK5NgRnU4yb3FUumyVz+cGvZbontBgzeGFO1nF+dPueHD367a2ZXe1NtUkAjOtg==}
301
+ engines: {node: '>=18'}
302
+ cpu: [loong64]
303
+ os: [linux]
304
+
305
+ '@esbuild/linux-mips64el@0.27.2':
306
+ resolution: {integrity: sha512-nlP2I6ArEBewvJ2gjrrkESEZkB5mIoaTswuqNFRv/WYd+ATtUpe9Y09RnJvgvdag7he0OWgEZWhviS1OTOKixw==}
307
+ engines: {node: '>=18'}
308
+ cpu: [mips64el]
309
+ os: [linux]
310
+
311
+ '@esbuild/linux-ppc64@0.27.2':
312
+ resolution: {integrity: sha512-C92gnpey7tUQONqg1n6dKVbx3vphKtTHJaNG2Ok9lGwbZil6DrfyecMsp9CrmXGQJmZ7iiVXvvZH6Ml5hL6XdQ==}
313
+ engines: {node: '>=18'}
314
+ cpu: [ppc64]
315
+ os: [linux]
316
+
317
+ '@esbuild/linux-riscv64@0.27.2':
318
+ resolution: {integrity: sha512-B5BOmojNtUyN8AXlK0QJyvjEZkWwy/FKvakkTDCziX95AowLZKR6aCDhG7LeF7uMCXEJqwa8Bejz5LTPYm8AvA==}
319
+ engines: {node: '>=18'}
320
+ cpu: [riscv64]
321
+ os: [linux]
322
+
323
+ '@esbuild/linux-s390x@0.27.2':
324
+ resolution: {integrity: sha512-p4bm9+wsPwup5Z8f4EpfN63qNagQ47Ua2znaqGH6bqLlmJ4bx97Y9JdqxgGZ6Y8xVTixUnEkoKSHcpRlDnNr5w==}
325
+ engines: {node: '>=18'}
326
+ cpu: [s390x]
327
+ os: [linux]
328
+
329
+ '@esbuild/linux-x64@0.27.2':
330
+ resolution: {integrity: sha512-uwp2Tip5aPmH+NRUwTcfLb+W32WXjpFejTIOWZFw/v7/KnpCDKG66u4DLcurQpiYTiYwQ9B7KOeMJvLCu/OvbA==}
331
+ engines: {node: '>=18'}
332
+ cpu: [x64]
333
+ os: [linux]
334
+
335
+ '@esbuild/netbsd-arm64@0.27.2':
336
+ resolution: {integrity: sha512-Kj6DiBlwXrPsCRDeRvGAUb/LNrBASrfqAIok+xB0LxK8CHqxZ037viF13ugfsIpePH93mX7xfJp97cyDuTZ3cw==}
337
+ engines: {node: '>=18'}
338
+ cpu: [arm64]
339
+ os: [netbsd]
340
+
341
+ '@esbuild/netbsd-x64@0.27.2':
342
+ resolution: {integrity: sha512-HwGDZ0VLVBY3Y+Nw0JexZy9o/nUAWq9MlV7cahpaXKW6TOzfVno3y3/M8Ga8u8Yr7GldLOov27xiCnqRZf0tCA==}
343
+ engines: {node: '>=18'}
344
+ cpu: [x64]
345
+ os: [netbsd]
346
+
347
+ '@esbuild/openbsd-arm64@0.27.2':
348
+ resolution: {integrity: sha512-DNIHH2BPQ5551A7oSHD0CKbwIA/Ox7+78/AWkbS5QoRzaqlev2uFayfSxq68EkonB+IKjiuxBFoV8ESJy8bOHA==}
349
+ engines: {node: '>=18'}
350
+ cpu: [arm64]
351
+ os: [openbsd]
352
+
353
+ '@esbuild/openbsd-x64@0.27.2':
354
+ resolution: {integrity: sha512-/it7w9Nb7+0KFIzjalNJVR5bOzA9Vay+yIPLVHfIQYG/j+j9VTH84aNB8ExGKPU4AzfaEvN9/V4HV+F+vo8OEg==}
355
+ engines: {node: '>=18'}
356
+ cpu: [x64]
357
+ os: [openbsd]
358
+
359
+ '@esbuild/openharmony-arm64@0.27.2':
360
+ resolution: {integrity: sha512-LRBbCmiU51IXfeXk59csuX/aSaToeG7w48nMwA6049Y4J4+VbWALAuXcs+qcD04rHDuSCSRKdmY63sruDS5qag==}
361
+ engines: {node: '>=18'}
362
+ cpu: [arm64]
363
+ os: [openharmony]
364
+
365
+ '@esbuild/sunos-x64@0.27.2':
366
+ resolution: {integrity: sha512-kMtx1yqJHTmqaqHPAzKCAkDaKsffmXkPHThSfRwZGyuqyIeBvf08KSsYXl+abf5HDAPMJIPnbBfXvP2ZC2TfHg==}
367
+ engines: {node: '>=18'}
368
+ cpu: [x64]
369
+ os: [sunos]
370
+
371
+ '@esbuild/win32-arm64@0.27.2':
372
+ resolution: {integrity: sha512-Yaf78O/B3Kkh+nKABUF++bvJv5Ijoy9AN1ww904rOXZFLWVc5OLOfL56W+C8F9xn5JQZa3UX6m+IktJnIb1Jjg==}
373
+ engines: {node: '>=18'}
374
+ cpu: [arm64]
375
+ os: [win32]
376
+
377
+ '@esbuild/win32-ia32@0.27.2':
378
+ resolution: {integrity: sha512-Iuws0kxo4yusk7sw70Xa2E2imZU5HoixzxfGCdxwBdhiDgt9vX9VUCBhqcwY7/uh//78A1hMkkROMJq9l27oLQ==}
379
+ engines: {node: '>=18'}
380
+ cpu: [ia32]
381
+ os: [win32]
382
+
383
+ '@esbuild/win32-x64@0.27.2':
384
+ resolution: {integrity: sha512-sRdU18mcKf7F+YgheI/zGf5alZatMUTKj/jNS6l744f9u3WFu4v7twcUI9vu4mknF4Y9aDlblIie0IM+5xxaqQ==}
385
+ engines: {node: '>=18'}
386
+ cpu: [x64]
387
+ os: [win32]
388
+
389
+ '@eslint-community/eslint-utils@4.9.1':
390
+ resolution: {integrity: sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==}
391
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
392
+ peerDependencies:
393
+ eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
394
+
395
+ '@eslint-community/regexpp@4.12.2':
396
+ resolution: {integrity: sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==}
397
+ engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
398
+
399
+ '@eslint/config-array@0.21.1':
400
+ resolution: {integrity: sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==}
401
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
402
+
403
+ '@eslint/config-helpers@0.4.2':
404
+ resolution: {integrity: sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==}
405
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
406
+
407
+ '@eslint/core@0.17.0':
408
+ resolution: {integrity: sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==}
409
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
410
+
411
+ '@eslint/eslintrc@3.3.3':
412
+ resolution: {integrity: sha512-Kr+LPIUVKz2qkx1HAMH8q1q6azbqBAsXJUxBl/ODDuVPX45Z9DfwB8tPjTi6nNZ8BuM3nbJxC5zCAg5elnBUTQ==}
413
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
414
+
415
+ '@eslint/js@9.39.2':
416
+ resolution: {integrity: sha512-q1mjIoW1VX4IvSocvM/vbTiveKC4k9eLrajNEuSsmjymSDEbpGddtpfOoN7YGAqBK3NG+uqo8ia4PDTt8buCYA==}
417
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
418
+
419
+ '@eslint/object-schema@2.1.7':
420
+ resolution: {integrity: sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==}
421
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
422
+
423
+ '@eslint/plugin-kit@0.4.1':
424
+ resolution: {integrity: sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==}
425
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
426
+
427
+ '@floating-ui/core@1.7.3':
428
+ resolution: {integrity: sha512-sGnvb5dmrJaKEZ+LDIpguvdX3bDlEllmv4/ClQ9awcmCZrlx5jQyyMWFM5kBI+EyNOCDDiKk8il0zeuX3Zlg/w==}
429
+
430
+ '@floating-ui/dom@1.7.4':
431
+ resolution: {integrity: sha512-OOchDgh4F2CchOX94cRVqhvy7b3AFb+/rQXyswmzmGakRfkMgoWVjfnLWkRirfLEfuD4ysVW16eXzwt3jHIzKA==}
432
+
433
+ '@floating-ui/utils@0.2.10':
434
+ resolution: {integrity: sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==}
435
+
436
+ '@humanfs/core@0.19.1':
437
+ resolution: {integrity: sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==}
438
+ engines: {node: '>=18.18.0'}
439
+
440
+ '@humanfs/node@0.16.7':
441
+ resolution: {integrity: sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==}
442
+ engines: {node: '>=18.18.0'}
443
+
444
+ '@humanwhocodes/module-importer@1.0.1':
445
+ resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==}
446
+ engines: {node: '>=12.22'}
447
+
448
+ '@humanwhocodes/retry@0.4.3':
449
+ resolution: {integrity: sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==}
450
+ engines: {node: '>=18.18'}
451
+
452
+ '@jridgewell/gen-mapping@0.3.13':
453
+ resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==}
454
+
455
+ '@jridgewell/remapping@2.3.5':
456
+ resolution: {integrity: sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==}
457
+
458
+ '@jridgewell/resolve-uri@3.1.2':
459
+ resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
460
+ engines: {node: '>=6.0.0'}
461
+
462
+ '@jridgewell/sourcemap-codec@1.5.5':
463
+ resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==}
464
+
465
+ '@jridgewell/trace-mapping@0.3.31':
466
+ resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==}
467
+
468
+ '@nodelib/fs.scandir@2.1.5':
469
+ resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
470
+ engines: {node: '>= 8'}
471
+
472
+ '@nodelib/fs.stat@2.0.5':
473
+ resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==}
474
+ engines: {node: '>= 8'}
475
+
476
+ '@nodelib/fs.walk@1.2.8':
477
+ resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==}
478
+ engines: {node: '>= 8'}
479
+
480
+ '@pkgr/core@0.2.9':
481
+ resolution: {integrity: sha512-QNqXyfVS2wm9hweSYD2O7F0G06uurj9kZ96TRQE5Y9hU7+tgdZwIkbAKc5Ocy1HxEY2kuDQa6cQ1WRs/O5LFKA==}
482
+ engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0}
483
+
484
+ '@polka/url@1.0.0-next.29':
485
+ resolution: {integrity: sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==}
486
+
487
+ '@rolldown/pluginutils@1.0.0-beta.53':
488
+ resolution: {integrity: sha512-vENRlFU4YbrwVqNDZ7fLvy+JR1CRkyr01jhSiDpE1u6py3OMzQfztQU2jxykW3ALNxO4kSlqIDeYyD0Y9RcQeQ==}
489
+
490
+ '@rolldown/pluginutils@1.0.0-beta.58':
491
+ resolution: {integrity: sha512-qWhDs6yFGR5xDfdrwiSa3CWGIHxD597uGE/A9xGqytBjANvh4rLCTTkq7szhMV4+Ygh+PMS90KVJ8xWG/TkX4w==}
492
+
493
+ '@rollup/rollup-android-arm-eabi@4.54.0':
494
+ resolution: {integrity: sha512-OywsdRHrFvCdvsewAInDKCNyR3laPA2mc9bRYJ6LBp5IyvF3fvXbbNR0bSzHlZVFtn6E0xw2oZlyjg4rKCVcng==}
495
+ cpu: [arm]
496
+ os: [android]
497
+
498
+ '@rollup/rollup-android-arm64@4.54.0':
499
+ resolution: {integrity: sha512-Skx39Uv+u7H224Af+bDgNinitlmHyQX1K/atIA32JP3JQw6hVODX5tkbi2zof/E69M1qH2UoN3Xdxgs90mmNYw==}
500
+ cpu: [arm64]
501
+ os: [android]
502
+
503
+ '@rollup/rollup-darwin-arm64@4.54.0':
504
+ resolution: {integrity: sha512-k43D4qta/+6Fq+nCDhhv9yP2HdeKeP56QrUUTW7E6PhZP1US6NDqpJj4MY0jBHlJivVJD5P8NxrjuobZBJTCRw==}
505
+ cpu: [arm64]
506
+ os: [darwin]
507
+
508
+ '@rollup/rollup-darwin-x64@4.54.0':
509
+ resolution: {integrity: sha512-cOo7biqwkpawslEfox5Vs8/qj83M/aZCSSNIWpVzfU2CYHa2G3P1UN5WF01RdTHSgCkri7XOlTdtk17BezlV3A==}
510
+ cpu: [x64]
511
+ os: [darwin]
512
+
513
+ '@rollup/rollup-freebsd-arm64@4.54.0':
514
+ resolution: {integrity: sha512-miSvuFkmvFbgJ1BevMa4CPCFt5MPGw094knM64W9I0giUIMMmRYcGW/JWZDriaw/k1kOBtsWh1z6nIFV1vPNtA==}
515
+ cpu: [arm64]
516
+ os: [freebsd]
517
+
518
+ '@rollup/rollup-freebsd-x64@4.54.0':
519
+ resolution: {integrity: sha512-KGXIs55+b/ZfZsq9aR026tmr/+7tq6VG6MsnrvF4H8VhwflTIuYh+LFUlIsRdQSgrgmtM3fVATzEAj4hBQlaqQ==}
520
+ cpu: [x64]
521
+ os: [freebsd]
522
+
523
+ '@rollup/rollup-linux-arm-gnueabihf@4.54.0':
524
+ resolution: {integrity: sha512-EHMUcDwhtdRGlXZsGSIuXSYwD5kOT9NVnx9sqzYiwAc91wfYOE1g1djOEDseZJKKqtHAHGwnGPQu3kytmfaXLQ==}
525
+ cpu: [arm]
526
+ os: [linux]
527
+
528
+ '@rollup/rollup-linux-arm-musleabihf@4.54.0':
529
+ resolution: {integrity: sha512-+pBrqEjaakN2ySv5RVrj/qLytYhPKEUwk+e3SFU5jTLHIcAtqh2rLrd/OkbNuHJpsBgxsD8ccJt5ga/SeG0JmA==}
530
+ cpu: [arm]
531
+ os: [linux]
532
+
533
+ '@rollup/rollup-linux-arm64-gnu@4.54.0':
534
+ resolution: {integrity: sha512-NSqc7rE9wuUaRBsBp5ckQ5CVz5aIRKCwsoa6WMF7G01sX3/qHUw/z4pv+D+ahL1EIKy6Enpcnz1RY8pf7bjwng==}
535
+ cpu: [arm64]
536
+ os: [linux]
537
+
538
+ '@rollup/rollup-linux-arm64-musl@4.54.0':
539
+ resolution: {integrity: sha512-gr5vDbg3Bakga5kbdpqx81m2n9IX8M6gIMlQQIXiLTNeQW6CucvuInJ91EuCJ/JYvc+rcLLsDFcfAD1K7fMofg==}
540
+ cpu: [arm64]
541
+ os: [linux]
542
+
543
+ '@rollup/rollup-linux-loong64-gnu@4.54.0':
544
+ resolution: {integrity: sha512-gsrtB1NA3ZYj2vq0Rzkylo9ylCtW/PhpLEivlgWe0bpgtX5+9j9EZa0wtZiCjgu6zmSeZWyI/e2YRX1URozpIw==}
545
+ cpu: [loong64]
546
+ os: [linux]
547
+
548
+ '@rollup/rollup-linux-ppc64-gnu@4.54.0':
549
+ resolution: {integrity: sha512-y3qNOfTBStmFNq+t4s7Tmc9hW2ENtPg8FeUD/VShI7rKxNW7O4fFeaYbMsd3tpFlIg1Q8IapFgy7Q9i2BqeBvA==}
550
+ cpu: [ppc64]
551
+ os: [linux]
552
+
553
+ '@rollup/rollup-linux-riscv64-gnu@4.54.0':
554
+ resolution: {integrity: sha512-89sepv7h2lIVPsFma8iwmccN7Yjjtgz0Rj/Ou6fEqg3HDhpCa+Et+YSufy27i6b0Wav69Qv4WBNl3Rs6pwhebQ==}
555
+ cpu: [riscv64]
556
+ os: [linux]
557
+
558
+ '@rollup/rollup-linux-riscv64-musl@4.54.0':
559
+ resolution: {integrity: sha512-ZcU77ieh0M2Q8Ur7D5X7KvK+UxbXeDHwiOt/CPSBTI1fBmeDMivW0dPkdqkT4rOgDjrDDBUed9x4EgraIKoR2A==}
560
+ cpu: [riscv64]
561
+ os: [linux]
562
+
563
+ '@rollup/rollup-linux-s390x-gnu@4.54.0':
564
+ resolution: {integrity: sha512-2AdWy5RdDF5+4YfG/YesGDDtbyJlC9LHmL6rZw6FurBJ5n4vFGupsOBGfwMRjBYH7qRQowT8D/U4LoSvVwOhSQ==}
565
+ cpu: [s390x]
566
+ os: [linux]
567
+
568
+ '@rollup/rollup-linux-x64-gnu@4.54.0':
569
+ resolution: {integrity: sha512-WGt5J8Ij/rvyqpFexxk3ffKqqbLf9AqrTBbWDk7ApGUzaIs6V+s2s84kAxklFwmMF/vBNGrVdYgbblCOFFezMQ==}
570
+ cpu: [x64]
571
+ os: [linux]
572
+
573
+ '@rollup/rollup-linux-x64-musl@4.54.0':
574
+ resolution: {integrity: sha512-JzQmb38ATzHjxlPHuTH6tE7ojnMKM2kYNzt44LO/jJi8BpceEC8QuXYA908n8r3CNuG/B3BV8VR3Hi1rYtmPiw==}
575
+ cpu: [x64]
576
+ os: [linux]
577
+
578
+ '@rollup/rollup-openharmony-arm64@4.54.0':
579
+ resolution: {integrity: sha512-huT3fd0iC7jigGh7n3q/+lfPcXxBi+om/Rs3yiFxjvSxbSB6aohDFXbWvlspaqjeOh+hx7DDHS+5Es5qRkWkZg==}
580
+ cpu: [arm64]
581
+ os: [openharmony]
582
+
583
+ '@rollup/rollup-win32-arm64-msvc@4.54.0':
584
+ resolution: {integrity: sha512-c2V0W1bsKIKfbLMBu/WGBz6Yci8nJ/ZJdheE0EwB73N3MvHYKiKGs3mVilX4Gs70eGeDaMqEob25Tw2Gb9Nqyw==}
585
+ cpu: [arm64]
586
+ os: [win32]
587
+
588
+ '@rollup/rollup-win32-ia32-msvc@4.54.0':
589
+ resolution: {integrity: sha512-woEHgqQqDCkAzrDhvDipnSirm5vxUXtSKDYTVpZG3nUdW/VVB5VdCYA2iReSj/u3yCZzXID4kuKG7OynPnB3WQ==}
590
+ cpu: [ia32]
591
+ os: [win32]
592
+
593
+ '@rollup/rollup-win32-x64-gnu@4.54.0':
594
+ resolution: {integrity: sha512-dzAc53LOuFvHwbCEOS0rPbXp6SIhAf2txMP5p6mGyOXXw5mWY8NGGbPMPrs4P1WItkfApDathBj/NzMLUZ9rtQ==}
595
+ cpu: [x64]
596
+ os: [win32]
597
+
598
+ '@rollup/rollup-win32-x64-msvc@4.54.0':
599
+ resolution: {integrity: sha512-hYT5d3YNdSh3mbCU1gwQyPgQd3T2ne0A3KG8KSBdav5TiBg6eInVmV+TeR5uHufiIgSFg0XsOWGW5/RhNcSvPg==}
600
+ cpu: [x64]
601
+ os: [win32]
602
+
603
+ '@sxzz/popperjs-es@2.11.7':
604
+ resolution: {integrity: sha512-Ccy0NlLkzr0Ex2FKvh2X+OyERHXJ88XJ1MXtsI9y9fGexlaXaVTPzBCRBwIxFkORuOb+uBqeu+RqnpgYTEZRUQ==}
605
+
606
+ '@tsconfig/node24@24.0.3':
607
+ resolution: {integrity: sha512-vcERKtKQKHgzt/vfS3Gjasd8SUI2a0WZXpgJURdJsMySpS5+ctgbPfuLj2z/W+w4lAfTWxoN4upKfu2WzIRYnw==}
608
+
609
+ '@types/estree@1.0.8':
610
+ resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==}
611
+
612
+ '@types/json-schema@7.0.15':
613
+ resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
614
+
615
+ '@types/lodash-es@4.17.12':
616
+ resolution: {integrity: sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==}
617
+
618
+ '@types/lodash@4.17.21':
619
+ resolution: {integrity: sha512-FOvQ0YPD5NOfPgMzJihoT+Za5pdkDJWcbpuj1DjaKZIr/gxodQjY/uWEFlTNqW2ugXHUiL8lRQgw63dzKHZdeQ==}
620
+
621
+ '@types/node@24.10.4':
622
+ resolution: {integrity: sha512-vnDVpYPMzs4wunl27jHrfmwojOGKya0xyM3sH+UE5iv5uPS6vX7UIoh6m+vQc5LGBq52HBKPIn/zcSZVzeDEZg==}
623
+
624
+ '@types/web-bluetooth@0.0.20':
625
+ resolution: {integrity: sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==}
626
+
627
+ '@typescript-eslint/eslint-plugin@8.51.0':
628
+ resolution: {integrity: sha512-XtssGWJvypyM2ytBnSnKtHYOGT+4ZwTnBVl36TA4nRO2f4PRNGz5/1OszHzcZCvcBMh+qb7I06uoCmLTRdR9og==}
629
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
630
+ peerDependencies:
631
+ '@typescript-eslint/parser': ^8.51.0
632
+ eslint: ^8.57.0 || ^9.0.0
633
+ typescript: '>=4.8.4 <6.0.0'
634
+
635
+ '@typescript-eslint/parser@8.51.0':
636
+ resolution: {integrity: sha512-3xP4XzzDNQOIqBMWogftkwxhg5oMKApqY0BAflmLZiFYHqyhSOxv/cd/zPQLTcCXr4AkaKb25joocY0BD1WC6A==}
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/project-service@8.51.0':
643
+ resolution: {integrity: sha512-Luv/GafO07Z7HpiI7qeEW5NW8HUtZI/fo/kE0YbtQEFpJRUuR0ajcWfCE5bnMvL7QQFrmT/odMe8QZww8X2nfQ==}
644
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
645
+ peerDependencies:
646
+ typescript: '>=4.8.4 <6.0.0'
647
+
648
+ '@typescript-eslint/scope-manager@8.51.0':
649
+ resolution: {integrity: sha512-JhhJDVwsSx4hiOEQPeajGhCWgBMBwVkxC/Pet53EpBVs7zHHtayKefw1jtPaNRXpI9RA2uocdmpdfE7T+NrizA==}
650
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
651
+
652
+ '@typescript-eslint/tsconfig-utils@8.51.0':
653
+ resolution: {integrity: sha512-Qi5bSy/vuHeWyir2C8u/uqGMIlIDu8fuiYWv48ZGlZ/k+PRPHtaAu7erpc7p5bzw2WNNSniuxoMSO4Ar6V9OXw==}
654
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
655
+ peerDependencies:
656
+ typescript: '>=4.8.4 <6.0.0'
657
+
658
+ '@typescript-eslint/type-utils@8.51.0':
659
+ resolution: {integrity: sha512-0XVtYzxnobc9K0VU7wRWg1yiUrw4oQzexCG2V2IDxxCxhqBMSMbjB+6o91A+Uc0GWtgjCa3Y8bi7hwI0Tu4n5Q==}
660
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
661
+ peerDependencies:
662
+ eslint: ^8.57.0 || ^9.0.0
663
+ typescript: '>=4.8.4 <6.0.0'
664
+
665
+ '@typescript-eslint/types@8.51.0':
666
+ resolution: {integrity: sha512-TizAvWYFM6sSscmEakjY3sPqGwxZRSywSsPEiuZF6d5GmGD9Gvlsv0f6N8FvAAA0CD06l3rIcWNbsN1e5F/9Ag==}
667
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
668
+
669
+ '@typescript-eslint/typescript-estree@8.51.0':
670
+ resolution: {integrity: sha512-1qNjGqFRmlq0VW5iVlcyHBbCjPB7y6SxpBkrbhNWMy/65ZoncXCEPJxkRZL8McrseNH6lFhaxCIaX+vBuFnRng==}
671
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
672
+ peerDependencies:
673
+ typescript: '>=4.8.4 <6.0.0'
674
+
675
+ '@typescript-eslint/utils@8.51.0':
676
+ resolution: {integrity: sha512-11rZYxSe0zabiKaCP2QAwRf/dnmgFgvTmeDTtZvUvXG3UuAdg/GU02NExmmIXzz3vLGgMdtrIosI84jITQOxUA==}
677
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
678
+ peerDependencies:
679
+ eslint: ^8.57.0 || ^9.0.0
680
+ typescript: '>=4.8.4 <6.0.0'
681
+
682
+ '@typescript-eslint/visitor-keys@8.51.0':
683
+ resolution: {integrity: sha512-mM/JRQOzhVN1ykejrvwnBRV3+7yTKK8tVANVN3o1O0t0v7o+jqdVu9crPy5Y9dov15TJk/FTIgoUGHrTOVL3Zg==}
684
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
685
+
686
+ '@vitejs/plugin-vue-jsx@5.1.3':
687
+ resolution: {integrity: sha512-I6Zr8cYVr5WHMW5gNOP09DNqW9rgO8RX73Wa6Czgq/0ndpTfJM4vfDChfOT1+3KtdrNqilNBtNlFwVeB02ZzGw==}
688
+ engines: {node: ^20.19.0 || >=22.12.0}
689
+ peerDependencies:
690
+ vite: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0
691
+ vue: ^3.0.0
692
+
693
+ '@vitejs/plugin-vue@6.0.3':
694
+ resolution: {integrity: sha512-TlGPkLFLVOY3T7fZrwdvKpjprR3s4fxRln0ORDo1VQ7HHyxJwTlrjKU3kpVWTlaAjIEuCTokmjkZnr8Tpc925w==}
695
+ engines: {node: ^20.19.0 || >=22.12.0}
696
+ peerDependencies:
697
+ vite: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0
698
+ vue: ^3.2.25
699
+
700
+ '@volar/language-core@2.4.27':
701
+ resolution: {integrity: sha512-DjmjBWZ4tJKxfNC1F6HyYERNHPYS7L7OPFyCrestykNdUZMFYzI9WTyvwPcaNaHlrEUwESHYsfEw3isInncZxQ==}
702
+
703
+ '@volar/source-map@2.4.27':
704
+ resolution: {integrity: sha512-ynlcBReMgOZj2i6po+qVswtDUeeBRCTgDurjMGShbm8WYZgJ0PA4RmtebBJ0BCYol1qPv3GQF6jK7C9qoVc7lg==}
705
+
706
+ '@volar/typescript@2.4.27':
707
+ resolution: {integrity: sha512-eWaYCcl/uAPInSK2Lze6IqVWaBu/itVqR5InXcHXFyles4zO++Mglt3oxdgj75BDcv1Knr9Y93nowS8U3wqhxg==}
708
+
709
+ '@vue/babel-helper-vue-transform-on@1.5.0':
710
+ resolution: {integrity: sha512-0dAYkerNhhHutHZ34JtTl2czVQHUNWv6xEbkdF5W+Yrv5pCWsqjeORdOgbtW2I9gWlt+wBmVn+ttqN9ZxR5tzA==}
711
+
712
+ '@vue/babel-helper-vue-transform-on@2.0.1':
713
+ resolution: {integrity: sha512-uZ66EaFbnnZSYqYEyplWvn46GhZ1KuYSThdT68p+am7MgBNbQ3hphTL9L+xSIsWkdktwhPYLwPgVWqo96jDdRA==}
714
+
715
+ '@vue/babel-plugin-jsx@1.5.0':
716
+ resolution: {integrity: sha512-mneBhw1oOqCd2247O0Yw/mRwC9jIGACAJUlawkmMBiNmL4dGA2eMzuNZVNqOUfYTa6vqmND4CtOPzmEEEqLKFw==}
717
+ peerDependencies:
718
+ '@babel/core': ^7.0.0-0
719
+ peerDependenciesMeta:
720
+ '@babel/core':
721
+ optional: true
722
+
723
+ '@vue/babel-plugin-jsx@2.0.1':
724
+ resolution: {integrity: sha512-a8CaLQjD/s4PVdhrLD/zT574ZNPnZBOY+IhdtKWRB4HRZ0I2tXBi5ne7d9eCfaYwp5gU5+4KIyFTV1W1YL9xZA==}
725
+ peerDependencies:
726
+ '@babel/core': ^7.0.0-0
727
+ peerDependenciesMeta:
728
+ '@babel/core':
729
+ optional: true
730
+
731
+ '@vue/babel-plugin-resolve-type@1.5.0':
732
+ resolution: {integrity: sha512-Wm/60o+53JwJODm4Knz47dxJnLDJ9FnKnGZJbUUf8nQRAtt6P+undLUAVU3Ha33LxOJe6IPoifRQ6F/0RrU31w==}
733
+ peerDependencies:
734
+ '@babel/core': ^7.0.0-0
735
+
736
+ '@vue/babel-plugin-resolve-type@2.0.1':
737
+ resolution: {integrity: sha512-ybwgIuRGRRBhOU37GImDoWQoz+TlSqap65qVI6iwg/J7FfLTLmMf97TS7xQH9I7Qtr/gp161kYVdhr1ZMraSYQ==}
738
+ peerDependencies:
739
+ '@babel/core': ^7.0.0-0
740
+
741
+ '@vue/compiler-core@3.5.26':
742
+ resolution: {integrity: sha512-vXyI5GMfuoBCnv5ucIT7jhHKl55Y477yxP6fc4eUswjP8FG3FFVFd41eNDArR+Uk3QKn2Z85NavjaxLxOC19/w==}
743
+
744
+ '@vue/compiler-dom@3.5.26':
745
+ resolution: {integrity: sha512-y1Tcd3eXs834QjswshSilCBnKGeQjQXB6PqFn/1nxcQw4pmG42G8lwz+FZPAZAby6gZeHSt/8LMPfZ4Rb+Bd/A==}
746
+
747
+ '@vue/compiler-sfc@3.5.26':
748
+ resolution: {integrity: sha512-egp69qDTSEZcf4bGOSsprUr4xI73wfrY5oRs6GSgXFTiHrWj4Y3X5Ydtip9QMqiCMCPVwLglB9GBxXtTadJ3mA==}
749
+
750
+ '@vue/compiler-ssr@3.5.26':
751
+ resolution: {integrity: sha512-lZT9/Y0nSIRUPVvapFJEVDbEXruZh2IYHMk2zTtEgJSlP5gVOqeWXH54xDKAaFS4rTnDeDBQUYDtxKyoW9FwDw==}
752
+
753
+ '@vue/devtools-api@6.6.4':
754
+ resolution: {integrity: sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==}
755
+
756
+ '@vue/devtools-api@7.7.9':
757
+ resolution: {integrity: sha512-kIE8wvwlcZ6TJTbNeU2HQNtaxLx3a84aotTITUuL/4bzfPxzajGBOoqjMhwZJ8L9qFYDU/lAYMEEm11dnZOD6g==}
758
+
759
+ '@vue/devtools-core@8.0.5':
760
+ resolution: {integrity: sha512-dpCw8nl0GDBuiL9SaY0mtDxoGIEmU38w+TQiYEPOLhW03VDC0lfNMYXS/qhl4I0YlysGp04NLY4UNn6xgD0VIQ==}
761
+ peerDependencies:
762
+ vue: ^3.0.0
763
+
764
+ '@vue/devtools-kit@7.7.9':
765
+ resolution: {integrity: sha512-PyQ6odHSgiDVd4hnTP+aDk2X4gl2HmLDfiyEnn3/oV+ckFDuswRs4IbBT7vacMuGdwY/XemxBoh302ctbsptuA==}
766
+
767
+ '@vue/devtools-kit@8.0.5':
768
+ resolution: {integrity: sha512-q2VV6x1U3KJMTQPUlRMyWEKVbcHuxhqJdSr6Jtjz5uAThAIrfJ6WVZdGZm5cuO63ZnSUz0RCsVwiUUb0mDV0Yg==}
769
+
770
+ '@vue/devtools-shared@7.7.9':
771
+ resolution: {integrity: sha512-iWAb0v2WYf0QWmxCGy0seZNDPdO3Sp5+u78ORnyeonS6MT4PC7VPrryX2BpMJrwlDeaZ6BD4vP4XKjK0SZqaeA==}
772
+
773
+ '@vue/devtools-shared@8.0.5':
774
+ resolution: {integrity: sha512-bRLn6/spxpmgLk+iwOrR29KrYnJjG9DGpHGkDFG82UM21ZpJ39ztUT9OXX3g+usW7/b2z+h46I9ZiYyB07XMXg==}
775
+
776
+ '@vue/eslint-config-prettier@10.2.0':
777
+ resolution: {integrity: sha512-GL3YBLwv/+b86yHcNNfPJxOTtVFJ4Mbc9UU3zR+KVoG7SwGTjPT+32fXamscNumElhcpXW3mT0DgzS9w32S7Bw==}
778
+ peerDependencies:
779
+ eslint: '>= 8.21.0'
780
+ prettier: '>= 3.0.0'
781
+
782
+ '@vue/eslint-config-typescript@14.6.0':
783
+ resolution: {integrity: sha512-UpiRY/7go4Yps4mYCjkvlIbVWmn9YvPGQDxTAlcKLphyaD77LjIu3plH4Y9zNT0GB4f3K5tMmhhtRhPOgrQ/bQ==}
784
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
785
+ peerDependencies:
786
+ eslint: ^9.10.0
787
+ eslint-plugin-vue: ^9.28.0 || ^10.0.0
788
+ typescript: '>=4.8.4'
789
+ peerDependenciesMeta:
790
+ typescript:
791
+ optional: true
792
+
793
+ '@vue/language-core@3.2.1':
794
+ resolution: {integrity: sha512-g6oSenpnGMtpxHGAwKuu7HJJkNZpemK/zg3vZzZbJ6cnnXq1ssxuNrXSsAHYM3NvH8p4IkTw+NLmuxyeYz4r8A==}
795
+
796
+ '@vue/reactivity@3.5.26':
797
+ resolution: {integrity: sha512-9EnYB1/DIiUYYnzlnUBgwU32NNvLp/nhxLXeWRhHUEeWNTn1ECxX8aGO7RTXeX6PPcxe3LLuNBFoJbV4QZ+CFQ==}
798
+
799
+ '@vue/runtime-core@3.5.26':
800
+ resolution: {integrity: sha512-xJWM9KH1kd201w5DvMDOwDHYhrdPTrAatn56oB/LRG4plEQeZRQLw0Bpwih9KYoqmzaxF0OKSn6swzYi84e1/Q==}
801
+
802
+ '@vue/runtime-dom@3.5.26':
803
+ resolution: {integrity: sha512-XLLd/+4sPC2ZkN/6+V4O4gjJu6kSDbHAChvsyWgm1oGbdSO3efvGYnm25yCjtFm/K7rrSDvSfPDgN1pHgS4VNQ==}
804
+
805
+ '@vue/server-renderer@3.5.26':
806
+ resolution: {integrity: sha512-TYKLXmrwWKSodyVuO1WAubucd+1XlLg4set0YoV+Hu8Lo79mp/YMwWV5mC5FgtsDxX3qo1ONrxFaTP1OQgy1uA==}
807
+ peerDependencies:
808
+ vue: 3.5.26
809
+
810
+ '@vue/shared@3.5.26':
811
+ resolution: {integrity: sha512-7Z6/y3uFI5PRoKeorTOSXKcDj0MSasfNNltcslbFrPpcw6aXRUALq4IfJlaTRspiWIUOEZbrpM+iQGmCOiWe4A==}
812
+
813
+ '@vue/tsconfig@0.8.1':
814
+ resolution: {integrity: sha512-aK7feIWPXFSUhsCP9PFqPyFOcz4ENkb8hZ2pneL6m2UjCkccvaOhC/5KCKluuBufvp2KzkbdA2W2pk20vLzu3g==}
815
+ peerDependencies:
816
+ typescript: 5.x
817
+ vue: ^3.4.0
818
+ peerDependenciesMeta:
819
+ typescript:
820
+ optional: true
821
+ vue:
822
+ optional: true
823
+
824
+ '@vueuse/core@10.11.1':
825
+ resolution: {integrity: sha512-guoy26JQktXPcz+0n3GukWIy/JDNKti9v6VEMu6kV2sYBsWuGiTU8OWdg+ADfUbHg3/3DlqySDe7JmdHrktiww==}
826
+
827
+ '@vueuse/metadata@10.11.1':
828
+ resolution: {integrity: sha512-IGa5FXd003Ug1qAZmyE8wF3sJ81xGLSqTqtQ6jaVfkeZ4i5kS2mwQF61yhVqojRnenVew5PldLyRgvdl4YYuSw==}
829
+
830
+ '@vueuse/shared@10.11.1':
831
+ resolution: {integrity: sha512-LHpC8711VFZlDaYUXEBbFBCQ7GS3dVU9mjOhhMhXP6txTV4EhYQg/KGnQuvt/sPAtoUKq7VVUnL6mVtFoL42sA==}
832
+
833
+ acorn-jsx@5.3.2:
834
+ resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
835
+ peerDependencies:
836
+ acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
837
+
838
+ acorn@8.15.0:
839
+ resolution: {integrity: sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==}
840
+ engines: {node: '>=0.4.0'}
841
+ hasBin: true
842
+
843
+ ajv@6.12.6:
844
+ resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==}
845
+
846
+ alien-signals@3.1.2:
847
+ resolution: {integrity: sha512-d9dYqZTS90WLiU0I5c6DHj/HcKkF8ZyGN3G5x8wSbslulz70KOxaqCT0hQCo9KOyhVqzqGojvNdJXoTumZOtcw==}
848
+
849
+ ansi-styles@4.3.0:
850
+ resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
851
+ engines: {node: '>=8'}
852
+
853
+ ansi-styles@6.2.3:
854
+ resolution: {integrity: sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==}
855
+ engines: {node: '>=12'}
856
+
857
+ ansis@4.2.0:
858
+ resolution: {integrity: sha512-HqZ5rWlFjGiV0tDm3UxxgNRqsOTniqoKZu0pIAfh7TZQMGuZK+hH0drySty0si0QXj1ieop4+SkSfPZBPPkHig==}
859
+ engines: {node: '>=14'}
860
+
861
+ argparse@2.0.1:
862
+ resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
863
+
864
+ async-validator@4.2.5:
865
+ resolution: {integrity: sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==}
866
+
867
+ balanced-match@1.0.2:
868
+ resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
869
+
870
+ baseline-browser-mapping@2.9.11:
871
+ resolution: {integrity: sha512-Sg0xJUNDU1sJNGdfGWhVHX0kkZ+HWcvmVymJbj6NSgZZmW/8S9Y2HQ5euytnIgakgxN6papOAWiwDo1ctFDcoQ==}
872
+ hasBin: true
873
+
874
+ birpc@2.9.0:
875
+ resolution: {integrity: sha512-KrayHS5pBi69Xi9JmvoqrIgYGDkD6mcSe/i6YKi3w5kekCLzrX4+nawcXqrj2tIp50Kw/mT/s3p+GVK0A0sKxw==}
876
+
877
+ boolbase@1.0.0:
878
+ resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==}
879
+
880
+ brace-expansion@1.1.12:
881
+ resolution: {integrity: sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==}
882
+
883
+ brace-expansion@2.0.2:
884
+ resolution: {integrity: sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==}
885
+
886
+ braces@3.0.3:
887
+ resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
888
+ engines: {node: '>=8'}
889
+
890
+ browserslist@4.28.1:
891
+ resolution: {integrity: sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==}
892
+ engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
893
+ hasBin: true
894
+
895
+ bundle-name@4.1.0:
896
+ resolution: {integrity: sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==}
897
+ engines: {node: '>=18'}
898
+
899
+ callsites@3.1.0:
900
+ resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==}
901
+ engines: {node: '>=6'}
902
+
903
+ caniuse-lite@1.0.30001762:
904
+ resolution: {integrity: sha512-PxZwGNvH7Ak8WX5iXzoK1KPZttBXNPuaOvI2ZYU7NrlM+d9Ov+TUvlLOBNGzVXAntMSMMlJPd+jY6ovrVjSmUw==}
905
+
906
+ chalk@4.1.2:
907
+ resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
908
+ engines: {node: '>=10'}
909
+
910
+ chokidar@4.0.3:
911
+ resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==}
912
+ engines: {node: '>= 14.16.0'}
913
+
914
+ color-convert@2.0.1:
915
+ resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==}
916
+ engines: {node: '>=7.0.0'}
917
+
918
+ color-name@1.1.4:
919
+ resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
920
+
921
+ concat-map@0.0.1:
922
+ resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
923
+
924
+ confbox@0.1.8:
925
+ resolution: {integrity: sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==}
926
+
927
+ confbox@0.2.2:
928
+ resolution: {integrity: sha512-1NB+BKqhtNipMsov4xI/NnhCKp9XG9NamYp5PVm9klAT0fsrNPjaFICsCFhNhwZJKNh7zB/3q8qXz0E9oaMNtQ==}
929
+
930
+ convert-source-map@2.0.0:
931
+ resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
932
+
933
+ copy-anything@4.0.5:
934
+ resolution: {integrity: sha512-7Vv6asjS4gMOuILabD3l739tsaxFQmC+a7pLZm02zyvs8p977bL3zEgq3yDk5rn9B0PbYgIv++jmHcuUab4RhA==}
935
+ engines: {node: '>=18'}
936
+
937
+ cross-spawn@7.0.6:
938
+ resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
939
+ engines: {node: '>= 8'}
940
+
941
+ cssesc@3.0.0:
942
+ resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==}
943
+ engines: {node: '>=4'}
944
+ hasBin: true
945
+
946
+ csstype@3.2.3:
947
+ resolution: {integrity: sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==}
948
+
949
+ dayjs@1.11.19:
950
+ resolution: {integrity: sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw==}
951
+
952
+ debug@4.4.3:
953
+ resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==}
954
+ engines: {node: '>=6.0'}
955
+ peerDependencies:
956
+ supports-color: '*'
957
+ peerDependenciesMeta:
958
+ supports-color:
959
+ optional: true
960
+
961
+ deep-is@0.1.4:
962
+ resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==}
963
+
964
+ default-browser-id@5.0.1:
965
+ resolution: {integrity: sha512-x1VCxdX4t+8wVfd1so/9w+vQ4vx7lKd2Qp5tDRutErwmR85OgmfX7RlLRMWafRMY7hbEiXIbudNrjOAPa/hL8Q==}
966
+ engines: {node: '>=18'}
967
+
968
+ default-browser@5.4.0:
969
+ resolution: {integrity: sha512-XDuvSq38Hr1MdN47EDvYtx3U0MTqpCEn+F6ft8z2vYDzMrvQhVp0ui9oQdqW3MvK3vqUETglt1tVGgjLuJ5izg==}
970
+ engines: {node: '>=18'}
971
+
972
+ define-lazy-prop@3.0.0:
973
+ resolution: {integrity: sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==}
974
+ engines: {node: '>=12'}
975
+
976
+ electron-to-chromium@1.5.267:
977
+ resolution: {integrity: sha512-0Drusm6MVRXSOJpGbaSVgcQsuB4hEkMpHXaVstcPmhu5LIedxs1xNK/nIxmQIU/RPC0+1/o0AVZfBTkTNJOdUw==}
978
+
979
+ element-plus@2.13.0:
980
+ resolution: {integrity: sha512-qjxS+SBChvqCl6lU6ShiliLMN6WqFHiXQENYbAY3GKNflG+FS3jqn8JmQq0CBZq4koFqsi95NT1M6SL4whZfrA==}
981
+ peerDependencies:
982
+ vue: ^3.3.0
983
+
984
+ entities@7.0.0:
985
+ resolution: {integrity: sha512-FDWG5cmEYf2Z00IkYRhbFrwIwvdFKH07uV8dvNy0omp/Qb1xcyCWp2UDtcwJF4QZZvk0sLudP6/hAu42TaqVhQ==}
986
+ engines: {node: '>=0.12'}
987
+
988
+ error-stack-parser-es@1.0.5:
989
+ resolution: {integrity: sha512-5qucVt2XcuGMcEGgWI7i+yZpmpByQ8J1lHhcL7PwqCwu9FPP3VUXzT4ltHe5i2z9dePwEHcDVOAfSnHsOlCXRA==}
990
+
991
+ esbuild@0.27.2:
992
+ resolution: {integrity: sha512-HyNQImnsOC7X9PMNaCIeAm4ISCQXs5a5YasTXVliKv4uuBo1dKrG0A+uQS8M5eXjVMnLg3WgXaKvprHlFJQffw==}
993
+ engines: {node: '>=18'}
994
+ hasBin: true
995
+
996
+ escalade@3.2.0:
997
+ resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==}
998
+ engines: {node: '>=6'}
999
+
1000
+ escape-string-regexp@4.0.0:
1001
+ resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==}
1002
+ engines: {node: '>=10'}
1003
+
1004
+ escape-string-regexp@5.0.0:
1005
+ resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==}
1006
+ engines: {node: '>=12'}
1007
+
1008
+ eslint-config-prettier@10.1.8:
1009
+ resolution: {integrity: sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==}
1010
+ hasBin: true
1011
+ peerDependencies:
1012
+ eslint: '>=7.0.0'
1013
+
1014
+ eslint-plugin-prettier@5.5.4:
1015
+ resolution: {integrity: sha512-swNtI95SToIz05YINMA6Ox5R057IMAmWZ26GqPxusAp1TZzj+IdY9tXNWWD3vkF/wEqydCONcwjTFpxybBqZsg==}
1016
+ engines: {node: ^14.18.0 || >=16.0.0}
1017
+ peerDependencies:
1018
+ '@types/eslint': '>=8.0.0'
1019
+ eslint: '>=8.0.0'
1020
+ eslint-config-prettier: '>= 7.0.0 <10.0.0 || >=10.1.0'
1021
+ prettier: '>=3.0.0'
1022
+ peerDependenciesMeta:
1023
+ '@types/eslint':
1024
+ optional: true
1025
+ eslint-config-prettier:
1026
+ optional: true
1027
+
1028
+ eslint-plugin-vue@10.5.1:
1029
+ resolution: {integrity: sha512-SbR9ZBUFKgvWAbq3RrdCtWaW0IKm6wwUiApxf3BVTNfqUIo4IQQmreMg2iHFJJ6C/0wss3LXURBJ1OwS/MhFcQ==}
1030
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1031
+ peerDependencies:
1032
+ '@stylistic/eslint-plugin': ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0
1033
+ '@typescript-eslint/parser': ^7.0.0 || ^8.0.0
1034
+ eslint: ^8.57.0 || ^9.0.0
1035
+ vue-eslint-parser: ^10.0.0
1036
+ peerDependenciesMeta:
1037
+ '@stylistic/eslint-plugin':
1038
+ optional: true
1039
+ '@typescript-eslint/parser':
1040
+ optional: true
1041
+
1042
+ eslint-scope@8.4.0:
1043
+ resolution: {integrity: sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==}
1044
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1045
+
1046
+ eslint-visitor-keys@3.4.3:
1047
+ resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==}
1048
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
1049
+
1050
+ eslint-visitor-keys@4.2.1:
1051
+ resolution: {integrity: sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==}
1052
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1053
+
1054
+ eslint@9.39.2:
1055
+ resolution: {integrity: sha512-LEyamqS7W5HB3ujJyvi0HQK/dtVINZvd5mAAp9eT5S/ujByGjiZLCzPcHVzuXbpJDJF/cxwHlfceVUDZ2lnSTw==}
1056
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1057
+ hasBin: true
1058
+ peerDependencies:
1059
+ jiti: '*'
1060
+ peerDependenciesMeta:
1061
+ jiti:
1062
+ optional: true
1063
+
1064
+ espree@10.4.0:
1065
+ resolution: {integrity: sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==}
1066
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1067
+
1068
+ esquery@1.7.0:
1069
+ resolution: {integrity: sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==}
1070
+ engines: {node: '>=0.10'}
1071
+
1072
+ esrecurse@4.3.0:
1073
+ resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==}
1074
+ engines: {node: '>=4.0'}
1075
+
1076
+ estraverse@5.3.0:
1077
+ resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==}
1078
+ engines: {node: '>=4.0'}
1079
+
1080
+ estree-walker@2.0.2:
1081
+ resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==}
1082
+
1083
+ estree-walker@3.0.3:
1084
+ resolution: {integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==}
1085
+
1086
+ esutils@2.0.3:
1087
+ resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==}
1088
+ engines: {node: '>=0.10.0'}
1089
+
1090
+ exsolve@1.0.8:
1091
+ resolution: {integrity: sha512-LmDxfWXwcTArk8fUEnOfSZpHOJ6zOMUJKOtFLFqJLoKJetuQG874Uc7/Kki7zFLzYybmZhp1M7+98pfMqeX8yA==}
1092
+
1093
+ fast-deep-equal@3.1.3:
1094
+ resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
1095
+
1096
+ fast-diff@1.3.0:
1097
+ resolution: {integrity: sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==}
1098
+
1099
+ fast-glob@3.3.3:
1100
+ resolution: {integrity: sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==}
1101
+ engines: {node: '>=8.6.0'}
1102
+
1103
+ fast-json-stable-stringify@2.1.0:
1104
+ resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==}
1105
+
1106
+ fast-levenshtein@2.0.6:
1107
+ resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==}
1108
+
1109
+ fastq@1.20.1:
1110
+ resolution: {integrity: sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==}
1111
+
1112
+ fdir@6.5.0:
1113
+ resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==}
1114
+ engines: {node: '>=12.0.0'}
1115
+ peerDependencies:
1116
+ picomatch: ^3 || ^4
1117
+ peerDependenciesMeta:
1118
+ picomatch:
1119
+ optional: true
1120
+
1121
+ file-entry-cache@8.0.0:
1122
+ resolution: {integrity: sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==}
1123
+ engines: {node: '>=16.0.0'}
1124
+
1125
+ fill-range@7.1.1:
1126
+ resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==}
1127
+ engines: {node: '>=8'}
1128
+
1129
+ find-up@5.0.0:
1130
+ resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==}
1131
+ engines: {node: '>=10'}
1132
+
1133
+ flat-cache@4.0.1:
1134
+ resolution: {integrity: sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==}
1135
+ engines: {node: '>=16'}
1136
+
1137
+ flatted@3.3.3:
1138
+ resolution: {integrity: sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==}
1139
+
1140
+ fsevents@2.3.3:
1141
+ resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
1142
+ engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
1143
+ os: [darwin]
1144
+
1145
+ gensync@1.0.0-beta.2:
1146
+ resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==}
1147
+ engines: {node: '>=6.9.0'}
1148
+
1149
+ glob-parent@5.1.2:
1150
+ resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==}
1151
+ engines: {node: '>= 6'}
1152
+
1153
+ glob-parent@6.0.2:
1154
+ resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==}
1155
+ engines: {node: '>=10.13.0'}
1156
+
1157
+ globals@14.0.0:
1158
+ resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==}
1159
+ engines: {node: '>=18'}
1160
+
1161
+ has-flag@4.0.0:
1162
+ resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==}
1163
+ engines: {node: '>=8'}
1164
+
1165
+ hookable@5.5.3:
1166
+ resolution: {integrity: sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==}
1167
+
1168
+ ignore@5.3.2:
1169
+ resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==}
1170
+ engines: {node: '>= 4'}
1171
+
1172
+ ignore@7.0.5:
1173
+ resolution: {integrity: sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==}
1174
+ engines: {node: '>= 4'}
1175
+
1176
+ import-fresh@3.3.1:
1177
+ resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==}
1178
+ engines: {node: '>=6'}
1179
+
1180
+ imurmurhash@0.1.4:
1181
+ resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==}
1182
+ engines: {node: '>=0.8.19'}
1183
+
1184
+ is-docker@3.0.0:
1185
+ resolution: {integrity: sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==}
1186
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
1187
+ hasBin: true
1188
+
1189
+ is-extglob@2.1.1:
1190
+ resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
1191
+ engines: {node: '>=0.10.0'}
1192
+
1193
+ is-glob@4.0.3:
1194
+ resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
1195
+ engines: {node: '>=0.10.0'}
1196
+
1197
+ is-inside-container@1.0.0:
1198
+ resolution: {integrity: sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==}
1199
+ engines: {node: '>=14.16'}
1200
+ hasBin: true
1201
+
1202
+ is-number@7.0.0:
1203
+ resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
1204
+ engines: {node: '>=0.12.0'}
1205
+
1206
+ is-what@5.5.0:
1207
+ resolution: {integrity: sha512-oG7cgbmg5kLYae2N5IVd3jm2s+vldjxJzK1pcu9LfpGuQ93MQSzo0okvRna+7y5ifrD+20FE8FvjusyGaz14fw==}
1208
+ engines: {node: '>=18'}
1209
+
1210
+ is-wsl@3.1.0:
1211
+ resolution: {integrity: sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==}
1212
+ engines: {node: '>=16'}
1213
+
1214
+ isexe@2.0.0:
1215
+ resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
1216
+
1217
+ isexe@3.1.1:
1218
+ resolution: {integrity: sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==}
1219
+ engines: {node: '>=16'}
1220
+
1221
+ jiti@2.6.1:
1222
+ resolution: {integrity: sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==}
1223
+ hasBin: true
1224
+
1225
+ js-tokens@4.0.0:
1226
+ resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
1227
+
1228
+ js-tokens@9.0.1:
1229
+ resolution: {integrity: sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==}
1230
+
1231
+ js-yaml@4.1.1:
1232
+ resolution: {integrity: sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==}
1233
+ hasBin: true
1234
+
1235
+ jsesc@3.1.0:
1236
+ resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==}
1237
+ engines: {node: '>=6'}
1238
+ hasBin: true
1239
+
1240
+ json-buffer@3.0.1:
1241
+ resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==}
1242
+
1243
+ json-parse-even-better-errors@4.0.0:
1244
+ resolution: {integrity: sha512-lR4MXjGNgkJc7tkQ97kb2nuEMnNCyU//XYVH0MKTGcXEiSudQ5MKGKen3C5QubYy0vmq+JGitUg92uuywGEwIA==}
1245
+ engines: {node: ^18.17.0 || >=20.5.0}
1246
+
1247
+ json-schema-traverse@0.4.1:
1248
+ resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==}
1249
+
1250
+ json-stable-stringify-without-jsonify@1.0.1:
1251
+ resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==}
1252
+
1253
+ json5@2.2.3:
1254
+ resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==}
1255
+ engines: {node: '>=6'}
1256
+ hasBin: true
1257
+
1258
+ keyv@4.5.4:
1259
+ resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==}
1260
+
1261
+ kolorist@1.8.0:
1262
+ resolution: {integrity: sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==}
1263
+
1264
+ l-global@1.0.2:
1265
+ resolution: {integrity: sha512-8zYto2T/ruw7zYIKVTmSa5x1TE66dzCJ6rENhJ9/sSx+HXLxUHA5Cm7nn9I3+iOnmGObUd0oqgK6+SLWlvhWFw==}
1266
+
1267
+ levn@0.4.1:
1268
+ resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==}
1269
+ engines: {node: '>= 0.8.0'}
1270
+
1271
+ local-pkg@1.1.2:
1272
+ resolution: {integrity: sha512-arhlxbFRmoQHl33a0Zkle/YWlmNwoyt6QNZEIJcqNbdrsix5Lvc4HyyI3EnwxTYlZYc32EbYrQ8SzEZ7dqgg9A==}
1273
+ engines: {node: '>=14'}
1274
+
1275
+ locate-path@6.0.0:
1276
+ resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==}
1277
+ engines: {node: '>=10'}
1278
+
1279
+ lodash-es@4.17.22:
1280
+ resolution: {integrity: sha512-XEawp1t0gxSi9x01glktRZ5HDy0HXqrM0x5pXQM98EaI0NxO6jVM7omDOxsuEo5UIASAnm2bRp1Jt/e0a2XU8Q==}
1281
+
1282
+ lodash-unified@1.0.3:
1283
+ resolution: {integrity: sha512-WK9qSozxXOD7ZJQlpSqOT+om2ZfcT4yO+03FuzAHD0wF6S0l0090LRPDx3vhTTLZ8cFKpBn+IOcVXK6qOcIlfQ==}
1284
+ peerDependencies:
1285
+ '@types/lodash-es': '*'
1286
+ lodash: '*'
1287
+ lodash-es: '*'
1288
+
1289
+ lodash.merge@4.6.2:
1290
+ resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==}
1291
+
1292
+ lodash@4.17.21:
1293
+ resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==}
1294
+
1295
+ lru-cache@5.1.1:
1296
+ resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
1297
+
1298
+ magic-string@0.30.21:
1299
+ resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
1300
+
1301
+ memoize-one@6.0.0:
1302
+ resolution: {integrity: sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==}
1303
+
1304
+ memorystream@0.3.1:
1305
+ resolution: {integrity: sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==}
1306
+ engines: {node: '>= 0.10.0'}
1307
+
1308
+ merge2@1.4.1:
1309
+ resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==}
1310
+ engines: {node: '>= 8'}
1311
+
1312
+ micromatch@4.0.8:
1313
+ resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==}
1314
+ engines: {node: '>=8.6'}
1315
+
1316
+ minimatch@3.1.2:
1317
+ resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
1318
+
1319
+ minimatch@9.0.5:
1320
+ resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==}
1321
+ engines: {node: '>=16 || 14 >=14.17'}
1322
+
1323
+ mitt@3.0.1:
1324
+ resolution: {integrity: sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==}
1325
+
1326
+ mlly@1.8.0:
1327
+ resolution: {integrity: sha512-l8D9ODSRWLe2KHJSifWGwBqpTZXIXTeo8mlKjY+E2HAakaTeNpqAyBZ8GSqLzHgw4XmHmC8whvpjJNMbFZN7/g==}
1328
+
1329
+ mrmime@2.0.1:
1330
+ resolution: {integrity: sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==}
1331
+ engines: {node: '>=10'}
1332
+
1333
+ ms@2.1.3:
1334
+ resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
1335
+
1336
+ muggle-string@0.4.1:
1337
+ resolution: {integrity: sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==}
1338
+
1339
+ nanoid@3.3.11:
1340
+ resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
1341
+ engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
1342
+ hasBin: true
1343
+
1344
+ nanoid@5.1.6:
1345
+ resolution: {integrity: sha512-c7+7RQ+dMB5dPwwCp4ee1/iV/q2P6aK1mTZcfr1BTuVlyW9hJYiMPybJCcnBlQtuSmTIWNeazm/zqNoZSSElBg==}
1346
+ engines: {node: ^18 || >=20}
1347
+ hasBin: true
1348
+
1349
+ natural-compare@1.4.0:
1350
+ resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==}
1351
+
1352
+ node-releases@2.0.27:
1353
+ resolution: {integrity: sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==}
1354
+
1355
+ normalize-wheel-es@1.2.0:
1356
+ resolution: {integrity: sha512-Wj7+EJQ8mSuXr2iWfnujrimU35R2W4FAErEyTmJoJ7ucwTn2hOUSsRehMb5RSYkxXGTM7Y9QpvPmp++w5ftoJw==}
1357
+
1358
+ npm-normalize-package-bin@4.0.0:
1359
+ resolution: {integrity: sha512-TZKxPvItzai9kN9H/TkmCtx/ZN/hvr3vUycjlfmH0ootY9yFBzNOpiXAdIn1Iteqsvk4lQn6B5PTrt+n6h8k/w==}
1360
+ engines: {node: ^18.17.0 || >=20.5.0}
1361
+
1362
+ npm-run-all2@8.0.4:
1363
+ resolution: {integrity: sha512-wdbB5My48XKp2ZfJUlhnLVihzeuA1hgBnqB2J9ahV77wLS+/YAJAlN8I+X3DIFIPZ3m5L7nplmlbhNiFDmXRDA==}
1364
+ engines: {node: ^20.5.0 || >=22.0.0, npm: '>= 10'}
1365
+ hasBin: true
1366
+
1367
+ nth-check@2.1.1:
1368
+ resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==}
1369
+
1370
+ ohash@2.0.11:
1371
+ resolution: {integrity: sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==}
1372
+
1373
+ open@10.2.0:
1374
+ resolution: {integrity: sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==}
1375
+ engines: {node: '>=18'}
1376
+
1377
+ optionator@0.9.4:
1378
+ resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==}
1379
+ engines: {node: '>= 0.8.0'}
1380
+
1381
+ p-limit@3.1.0:
1382
+ resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==}
1383
+ engines: {node: '>=10'}
1384
+
1385
+ p-locate@5.0.0:
1386
+ resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==}
1387
+ engines: {node: '>=10'}
1388
+
1389
+ parent-module@1.0.1:
1390
+ resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==}
1391
+ engines: {node: '>=6'}
1392
+
1393
+ path-browserify@1.0.1:
1394
+ resolution: {integrity: sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==}
1395
+
1396
+ path-exists@4.0.0:
1397
+ resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==}
1398
+ engines: {node: '>=8'}
1399
+
1400
+ path-key@3.1.1:
1401
+ resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
1402
+ engines: {node: '>=8'}
1403
+
1404
+ pathe@2.0.3:
1405
+ resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==}
1406
+
1407
+ perfect-debounce@1.0.0:
1408
+ resolution: {integrity: sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==}
1409
+
1410
+ perfect-debounce@2.0.0:
1411
+ resolution: {integrity: sha512-fkEH/OBiKrqqI/yIgjR92lMfs2K8105zt/VT6+7eTjNwisrsh47CeIED9z58zI7DfKdH3uHAn25ziRZn3kgAow==}
1412
+
1413
+ picocolors@1.1.1:
1414
+ resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
1415
+
1416
+ picomatch@2.3.1:
1417
+ resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
1418
+ engines: {node: '>=8.6'}
1419
+
1420
+ picomatch@4.0.3:
1421
+ resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==}
1422
+ engines: {node: '>=12'}
1423
+
1424
+ pidtree@0.6.0:
1425
+ resolution: {integrity: sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==}
1426
+ engines: {node: '>=0.10'}
1427
+ hasBin: true
1428
+
1429
+ pinia@3.0.4:
1430
+ resolution: {integrity: sha512-l7pqLUFTI/+ESXn6k3nu30ZIzW5E2WZF/LaHJEpoq6ElcLD+wduZoB2kBN19du6K/4FDpPMazY2wJr+IndBtQw==}
1431
+ peerDependencies:
1432
+ typescript: '>=4.5.0'
1433
+ vue: ^3.5.11
1434
+ peerDependenciesMeta:
1435
+ typescript:
1436
+ optional: true
1437
+
1438
+ pkg-types@1.3.1:
1439
+ resolution: {integrity: sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==}
1440
+
1441
+ pkg-types@2.3.0:
1442
+ resolution: {integrity: sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==}
1443
+
1444
+ postcss-selector-parser@6.1.2:
1445
+ resolution: {integrity: sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==}
1446
+ engines: {node: '>=4'}
1447
+
1448
+ postcss@8.5.6:
1449
+ resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==}
1450
+ engines: {node: ^10 || ^12 || >=14}
1451
+
1452
+ prelude-ls@1.2.1:
1453
+ resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
1454
+ engines: {node: '>= 0.8.0'}
1455
+
1456
+ prettier-linter-helpers@1.0.1:
1457
+ resolution: {integrity: sha512-SxToR7P8Y2lWmv/kTzVLC1t/GDI2WGjMwNhLLE9qtH8Q13C+aEmuRlzDst4Up4s0Wc8sF2M+J57iB3cMLqftfg==}
1458
+ engines: {node: '>=6.0.0'}
1459
+
1460
+ prettier@3.6.2:
1461
+ resolution: {integrity: sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==}
1462
+ engines: {node: '>=14'}
1463
+ hasBin: true
1464
+
1465
+ punycode@2.3.1:
1466
+ resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
1467
+ engines: {node: '>=6'}
1468
+
1469
+ quansync@0.2.11:
1470
+ resolution: {integrity: sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==}
1471
+
1472
+ queue-microtask@1.2.3:
1473
+ resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==}
1474
+
1475
+ read-package-json-fast@4.0.0:
1476
+ resolution: {integrity: sha512-qpt8EwugBWDw2cgE2W+/3oxC+KTez2uSVR8JU9Q36TXPAGCaozfQUs59v4j4GFpWTaw0i6hAZSvOmu1J0uOEUg==}
1477
+ engines: {node: ^18.17.0 || >=20.5.0}
1478
+
1479
+ readdirp@4.1.2:
1480
+ resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==}
1481
+ engines: {node: '>= 14.18.0'}
1482
+
1483
+ resolve-from@4.0.0:
1484
+ resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==}
1485
+ engines: {node: '>=4'}
1486
+
1487
+ reusify@1.1.0:
1488
+ resolution: {integrity: sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==}
1489
+ engines: {iojs: '>=1.0.0', node: '>=0.10.0'}
1490
+
1491
+ rfdc@1.4.1:
1492
+ resolution: {integrity: sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==}
1493
+
1494
+ rollup@4.54.0:
1495
+ resolution: {integrity: sha512-3nk8Y3a9Ea8szgKhinMlGMhGMw89mqule3KWczxhIzqudyHdCIOHw8WJlj/r329fACjKLEh13ZSk7oE22kyeIw==}
1496
+ engines: {node: '>=18.0.0', npm: '>=8.0.0'}
1497
+ hasBin: true
1498
+
1499
+ run-applescript@7.1.0:
1500
+ resolution: {integrity: sha512-DPe5pVFaAsinSaV6QjQ6gdiedWDcRCbUuiQfQa2wmWV7+xC9bGulGI8+TdRmoFkAPaBXk8CrAbnlY2ISniJ47Q==}
1501
+ engines: {node: '>=18'}
1502
+
1503
+ run-parallel@1.2.0:
1504
+ resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==}
1505
+
1506
+ scule@1.3.0:
1507
+ resolution: {integrity: sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==}
1508
+
1509
+ semver@6.3.1:
1510
+ resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
1511
+ hasBin: true
1512
+
1513
+ semver@7.7.3:
1514
+ resolution: {integrity: sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==}
1515
+ engines: {node: '>=10'}
1516
+ hasBin: true
1517
+
1518
+ shebang-command@2.0.0:
1519
+ resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
1520
+ engines: {node: '>=8'}
1521
+
1522
+ shebang-regex@3.0.0:
1523
+ resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
1524
+ engines: {node: '>=8'}
1525
+
1526
+ shell-quote@1.8.3:
1527
+ resolution: {integrity: sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==}
1528
+ engines: {node: '>= 0.4'}
1529
+
1530
+ sirv@3.0.2:
1531
+ resolution: {integrity: sha512-2wcC/oGxHis/BoHkkPwldgiPSYcpZK3JU28WoMVv55yHJgcZ8rlXvuG9iZggz+sU1d4bRgIGASwyWqjxu3FM0g==}
1532
+ engines: {node: '>=18'}
1533
+
1534
+ source-map-js@1.2.1:
1535
+ resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
1536
+ engines: {node: '>=0.10.0'}
1537
+
1538
+ speakingurl@14.0.1:
1539
+ resolution: {integrity: sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==}
1540
+ engines: {node: '>=0.10.0'}
1541
+
1542
+ strip-json-comments@3.1.1:
1543
+ resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
1544
+ engines: {node: '>=8'}
1545
+
1546
+ strip-literal@3.1.0:
1547
+ resolution: {integrity: sha512-8r3mkIM/2+PpjHoOtiAW8Rg3jJLHaV7xPwG+YRGrv6FP0wwk/toTpATxWYOW0BKdWwl82VT2tFYi5DlROa0Mxg==}
1548
+
1549
+ superjson@2.2.6:
1550
+ resolution: {integrity: sha512-H+ue8Zo4vJmV2nRjpx86P35lzwDT3nItnIsocgumgr0hHMQ+ZGq5vrERg9kJBo5AWGmxZDhzDo+WVIJqkB0cGA==}
1551
+ engines: {node: '>=16'}
1552
+
1553
+ supports-color@7.2.0:
1554
+ resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
1555
+ engines: {node: '>=8'}
1556
+
1557
+ synckit@0.11.11:
1558
+ resolution: {integrity: sha512-MeQTA1r0litLUf0Rp/iisCaL8761lKAZHaimlbGK4j0HysC4PLfqygQj9srcs0m2RdtDYnF8UuYyKpbjHYp7Jw==}
1559
+ engines: {node: ^14.18.0 || >=16.0.0}
1560
+
1561
+ tinyglobby@0.2.15:
1562
+ resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==}
1563
+ engines: {node: '>=12.0.0'}
1564
+
1565
+ to-regex-range@5.0.1:
1566
+ resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
1567
+ engines: {node: '>=8.0'}
1568
+
1569
+ totalist@3.0.1:
1570
+ resolution: {integrity: sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==}
1571
+ engines: {node: '>=6'}
1572
+
1573
+ ts-api-utils@2.4.0:
1574
+ resolution: {integrity: sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==}
1575
+ engines: {node: '>=18.12'}
1576
+ peerDependencies:
1577
+ typescript: '>=4.8.4'
1578
+
1579
+ type-check@0.4.0:
1580
+ resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
1581
+ engines: {node: '>= 0.8.0'}
1582
+
1583
+ typescript-eslint@8.51.0:
1584
+ resolution: {integrity: sha512-jh8ZuM5oEh2PSdyQG9YAEM1TCGuWenLSuSUhf/irbVUNW9O5FhbFVONviN2TgMTBnUmyHv7E56rYnfLZK6TkiA==}
1585
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1586
+ peerDependencies:
1587
+ eslint: ^8.57.0 || ^9.0.0
1588
+ typescript: '>=4.8.4 <6.0.0'
1589
+
1590
+ typescript@5.9.3:
1591
+ resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==}
1592
+ engines: {node: '>=14.17'}
1593
+ hasBin: true
1594
+
1595
+ ufo@1.6.1:
1596
+ resolution: {integrity: sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==}
1597
+
1598
+ undici-types@7.16.0:
1599
+ resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==}
1600
+
1601
+ unimport@5.6.0:
1602
+ resolution: {integrity: sha512-8rqAmtJV8o60x46kBAJKtHpJDJWkA2xcBqWKPI14MgUb05o1pnpnCnXSxedUXyeq7p8fR5g3pTo2BaswZ9lD9A==}
1603
+ engines: {node: '>=18.12.0'}
1604
+
1605
+ unplugin-auto-import@20.3.0:
1606
+ resolution: {integrity: sha512-RcSEQiVv7g0mLMMXibYVKk8mpteKxvyffGuDKqZZiFr7Oq3PB1HwgHdK5O7H4AzbhzHoVKG0NnMnsk/1HIVYzQ==}
1607
+ engines: {node: '>=14'}
1608
+ peerDependencies:
1609
+ '@nuxt/kit': ^4.0.0
1610
+ '@vueuse/core': '*'
1611
+ peerDependenciesMeta:
1612
+ '@nuxt/kit':
1613
+ optional: true
1614
+ '@vueuse/core':
1615
+ optional: true
1616
+
1617
+ unplugin-utils@0.3.1:
1618
+ resolution: {integrity: sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==}
1619
+ engines: {node: '>=20.19.0'}
1620
+
1621
+ unplugin-vue-components@30.0.0:
1622
+ resolution: {integrity: sha512-4qVE/lwCgmdPTp6h0qsRN2u642tt4boBQtcpn4wQcWZAsr8TQwq+SPT3NDu/6kBFxzo/sSEK4ioXhOOBrXc3iw==}
1623
+ engines: {node: '>=14'}
1624
+ peerDependencies:
1625
+ '@babel/parser': ^7.15.8
1626
+ '@nuxt/kit': ^3.2.2 || ^4.0.0
1627
+ vue: 2 || 3
1628
+ peerDependenciesMeta:
1629
+ '@babel/parser':
1630
+ optional: true
1631
+ '@nuxt/kit':
1632
+ optional: true
1633
+
1634
+ unplugin@2.3.11:
1635
+ resolution: {integrity: sha512-5uKD0nqiYVzlmCRs01Fhs2BdkEgBS3SAVP6ndrBsuK42iC2+JHyxM05Rm9G8+5mkmRtzMZGY8Ct5+mliZxU/Ww==}
1636
+ engines: {node: '>=18.12.0'}
1637
+
1638
+ update-browserslist-db@1.2.3:
1639
+ resolution: {integrity: sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==}
1640
+ hasBin: true
1641
+ peerDependencies:
1642
+ browserslist: '>= 4.21.0'
1643
+
1644
+ uri-js@4.4.1:
1645
+ resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==}
1646
+
1647
+ util-deprecate@1.0.2:
1648
+ resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
1649
+
1650
+ vite-dev-rpc@1.1.0:
1651
+ resolution: {integrity: sha512-pKXZlgoXGoE8sEKiKJSng4hI1sQ4wi5YT24FCrwrLt6opmkjlqPPVmiPWWJn8M8byMxRGzp1CrFuqQs4M/Z39A==}
1652
+ peerDependencies:
1653
+ vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.1 || ^7.0.0-0
1654
+
1655
+ vite-hot-client@2.1.0:
1656
+ resolution: {integrity: sha512-7SpgZmU7R+dDnSmvXE1mfDtnHLHQSisdySVR7lO8ceAXvM0otZeuQQ6C8LrS5d/aYyP/QZ0hI0L+dIPrm4YlFQ==}
1657
+ peerDependencies:
1658
+ vite: ^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0
1659
+
1660
+ vite-plugin-inspect@11.3.3:
1661
+ resolution: {integrity: sha512-u2eV5La99oHoYPHE6UvbwgEqKKOQGz86wMg40CCosP6q8BkB6e5xPneZfYagK4ojPJSj5anHCrnvC20DpwVdRA==}
1662
+ engines: {node: '>=14'}
1663
+ peerDependencies:
1664
+ '@nuxt/kit': '*'
1665
+ vite: ^6.0.0 || ^7.0.0-0
1666
+ peerDependenciesMeta:
1667
+ '@nuxt/kit':
1668
+ optional: true
1669
+
1670
+ vite-plugin-vue-devtools@8.0.5:
1671
+ resolution: {integrity: sha512-p619BlKFOqQXJ6uDWS1vUPQzuJOD6xJTfftj57JXBGoBD/yeQCowR7pnWcr/FEX4/HVkFbreI6w2uuGBmQOh6A==}
1672
+ engines: {node: '>=v14.21.3'}
1673
+ peerDependencies:
1674
+ vite: ^6.0.0 || ^7.0.0-0
1675
+
1676
+ vite-plugin-vue-inspector@5.3.2:
1677
+ resolution: {integrity: sha512-YvEKooQcSiBTAs0DoYLfefNja9bLgkFM7NI2b07bE2SruuvX0MEa9cMaxjKVMkeCp5Nz9FRIdcN1rOdFVBeL6Q==}
1678
+ peerDependencies:
1679
+ vite: ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0
1680
+
1681
+ vite@7.3.0:
1682
+ resolution: {integrity: sha512-dZwN5L1VlUBewiP6H9s2+B3e3Jg96D0vzN+Ry73sOefebhYr9f94wwkMNN/9ouoU8pV1BqA1d1zGk8928cx0rg==}
1683
+ engines: {node: ^20.19.0 || >=22.12.0}
1684
+ hasBin: true
1685
+ peerDependencies:
1686
+ '@types/node': ^20.19.0 || >=22.12.0
1687
+ jiti: '>=1.21.0'
1688
+ less: ^4.0.0
1689
+ lightningcss: ^1.21.0
1690
+ sass: ^1.70.0
1691
+ sass-embedded: ^1.70.0
1692
+ stylus: '>=0.54.8'
1693
+ sugarss: ^5.0.0
1694
+ terser: ^5.16.0
1695
+ tsx: ^4.8.1
1696
+ yaml: ^2.4.2
1697
+ peerDependenciesMeta:
1698
+ '@types/node':
1699
+ optional: true
1700
+ jiti:
1701
+ optional: true
1702
+ less:
1703
+ optional: true
1704
+ lightningcss:
1705
+ optional: true
1706
+ sass:
1707
+ optional: true
1708
+ sass-embedded:
1709
+ optional: true
1710
+ stylus:
1711
+ optional: true
1712
+ sugarss:
1713
+ optional: true
1714
+ terser:
1715
+ optional: true
1716
+ tsx:
1717
+ optional: true
1718
+ yaml:
1719
+ optional: true
1720
+
1721
+ vscode-uri@3.1.0:
1722
+ resolution: {integrity: sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==}
1723
+
1724
+ vue-demi@0.14.10:
1725
+ resolution: {integrity: sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==}
1726
+ engines: {node: '>=12'}
1727
+ hasBin: true
1728
+ peerDependencies:
1729
+ '@vue/composition-api': ^1.0.0-rc.1
1730
+ vue: ^3.0.0-0 || ^2.6.0
1731
+ peerDependenciesMeta:
1732
+ '@vue/composition-api':
1733
+ optional: true
1734
+
1735
+ vue-eslint-parser@10.2.0:
1736
+ resolution: {integrity: sha512-CydUvFOQKD928UzZhTp4pr2vWz1L+H99t7Pkln2QSPdvmURT0MoC4wUccfCnuEaihNsu9aYYyk+bep8rlfkUXw==}
1737
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1738
+ peerDependencies:
1739
+ eslint: ^8.57.0 || ^9.0.0
1740
+
1741
+ vue-router@4.6.4:
1742
+ resolution: {integrity: sha512-Hz9q5sa33Yhduglwz6g9skT8OBPii+4bFn88w6J+J4MfEo4KRRpmiNG/hHHkdbRFlLBOqxN8y8gf2Fb0MTUgVg==}
1743
+ peerDependencies:
1744
+ vue: ^3.5.0
1745
+
1746
+ vue-tsc@3.2.1:
1747
+ resolution: {integrity: sha512-I23Rk8dkQfmcSbxDO0dmg9ioMLjKA1pjlU3Lz6Jfk2pMGu3Uryu9810XkcZH24IzPbhzPCnkKo2rEMRX0skSrw==}
1748
+ hasBin: true
1749
+ peerDependencies:
1750
+ typescript: '>=5.0.0'
1751
+
1752
+ vue@3.5.26:
1753
+ resolution: {integrity: sha512-SJ/NTccVyAoNUJmkM9KUqPcYlY+u8OVL1X5EW9RIs3ch5H2uERxyyIUI4MRxVCSOiEcupX9xNGde1tL9ZKpimA==}
1754
+ peerDependencies:
1755
+ typescript: '*'
1756
+ peerDependenciesMeta:
1757
+ typescript:
1758
+ optional: true
1759
+
1760
+ webpack-virtual-modules@0.6.2:
1761
+ resolution: {integrity: sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==}
1762
+
1763
+ which@2.0.2:
1764
+ resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
1765
+ engines: {node: '>= 8'}
1766
+ hasBin: true
1767
+
1768
+ which@5.0.0:
1769
+ resolution: {integrity: sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==}
1770
+ engines: {node: ^18.17.0 || >=20.5.0}
1771
+ hasBin: true
1772
+
1773
+ word-wrap@1.2.5:
1774
+ resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==}
1775
+ engines: {node: '>=0.10.0'}
1776
+
1777
+ wsl-utils@0.1.0:
1778
+ resolution: {integrity: sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==}
1779
+ engines: {node: '>=18'}
1780
+
1781
+ xml-name-validator@4.0.0:
1782
+ resolution: {integrity: sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==}
1783
+ engines: {node: '>=12'}
1784
+
1785
+ yallist@3.1.1:
1786
+ resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
1787
+
1788
+ yocto-queue@0.1.0:
1789
+ resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
1790
+ engines: {node: '>=10'}
1791
+
1792
+ snapshots:
1793
+
1794
+ '@babel/code-frame@7.27.1':
1795
+ dependencies:
1796
+ '@babel/helper-validator-identifier': 7.28.5
1797
+ js-tokens: 4.0.0
1798
+ picocolors: 1.1.1
1799
+
1800
+ '@babel/compat-data@7.28.5': {}
1801
+
1802
+ '@babel/core@7.28.5':
1803
+ dependencies:
1804
+ '@babel/code-frame': 7.27.1
1805
+ '@babel/generator': 7.28.5
1806
+ '@babel/helper-compilation-targets': 7.27.2
1807
+ '@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.5)
1808
+ '@babel/helpers': 7.28.4
1809
+ '@babel/parser': 7.28.5
1810
+ '@babel/template': 7.27.2
1811
+ '@babel/traverse': 7.28.5
1812
+ '@babel/types': 7.28.5
1813
+ '@jridgewell/remapping': 2.3.5
1814
+ convert-source-map: 2.0.0
1815
+ debug: 4.4.3
1816
+ gensync: 1.0.0-beta.2
1817
+ json5: 2.2.3
1818
+ semver: 6.3.1
1819
+ transitivePeerDependencies:
1820
+ - supports-color
1821
+
1822
+ '@babel/generator@7.28.5':
1823
+ dependencies:
1824
+ '@babel/parser': 7.28.5
1825
+ '@babel/types': 7.28.5
1826
+ '@jridgewell/gen-mapping': 0.3.13
1827
+ '@jridgewell/trace-mapping': 0.3.31
1828
+ jsesc: 3.1.0
1829
+
1830
+ '@babel/helper-annotate-as-pure@7.27.3':
1831
+ dependencies:
1832
+ '@babel/types': 7.28.5
1833
+
1834
+ '@babel/helper-compilation-targets@7.27.2':
1835
+ dependencies:
1836
+ '@babel/compat-data': 7.28.5
1837
+ '@babel/helper-validator-option': 7.27.1
1838
+ browserslist: 4.28.1
1839
+ lru-cache: 5.1.1
1840
+ semver: 6.3.1
1841
+
1842
+ '@babel/helper-create-class-features-plugin@7.28.5(@babel/core@7.28.5)':
1843
+ dependencies:
1844
+ '@babel/core': 7.28.5
1845
+ '@babel/helper-annotate-as-pure': 7.27.3
1846
+ '@babel/helper-member-expression-to-functions': 7.28.5
1847
+ '@babel/helper-optimise-call-expression': 7.27.1
1848
+ '@babel/helper-replace-supers': 7.27.1(@babel/core@7.28.5)
1849
+ '@babel/helper-skip-transparent-expression-wrappers': 7.27.1
1850
+ '@babel/traverse': 7.28.5
1851
+ semver: 6.3.1
1852
+ transitivePeerDependencies:
1853
+ - supports-color
1854
+
1855
+ '@babel/helper-globals@7.28.0': {}
1856
+
1857
+ '@babel/helper-member-expression-to-functions@7.28.5':
1858
+ dependencies:
1859
+ '@babel/traverse': 7.28.5
1860
+ '@babel/types': 7.28.5
1861
+ transitivePeerDependencies:
1862
+ - supports-color
1863
+
1864
+ '@babel/helper-module-imports@7.27.1':
1865
+ dependencies:
1866
+ '@babel/traverse': 7.28.5
1867
+ '@babel/types': 7.28.5
1868
+ transitivePeerDependencies:
1869
+ - supports-color
1870
+
1871
+ '@babel/helper-module-transforms@7.28.3(@babel/core@7.28.5)':
1872
+ dependencies:
1873
+ '@babel/core': 7.28.5
1874
+ '@babel/helper-module-imports': 7.27.1
1875
+ '@babel/helper-validator-identifier': 7.28.5
1876
+ '@babel/traverse': 7.28.5
1877
+ transitivePeerDependencies:
1878
+ - supports-color
1879
+
1880
+ '@babel/helper-optimise-call-expression@7.27.1':
1881
+ dependencies:
1882
+ '@babel/types': 7.28.5
1883
+
1884
+ '@babel/helper-plugin-utils@7.27.1': {}
1885
+
1886
+ '@babel/helper-replace-supers@7.27.1(@babel/core@7.28.5)':
1887
+ dependencies:
1888
+ '@babel/core': 7.28.5
1889
+ '@babel/helper-member-expression-to-functions': 7.28.5
1890
+ '@babel/helper-optimise-call-expression': 7.27.1
1891
+ '@babel/traverse': 7.28.5
1892
+ transitivePeerDependencies:
1893
+ - supports-color
1894
+
1895
+ '@babel/helper-skip-transparent-expression-wrappers@7.27.1':
1896
+ dependencies:
1897
+ '@babel/traverse': 7.28.5
1898
+ '@babel/types': 7.28.5
1899
+ transitivePeerDependencies:
1900
+ - supports-color
1901
+
1902
+ '@babel/helper-string-parser@7.27.1': {}
1903
+
1904
+ '@babel/helper-validator-identifier@7.28.5': {}
1905
+
1906
+ '@babel/helper-validator-option@7.27.1': {}
1907
+
1908
+ '@babel/helpers@7.28.4':
1909
+ dependencies:
1910
+ '@babel/template': 7.27.2
1911
+ '@babel/types': 7.28.5
1912
+
1913
+ '@babel/parser@7.28.5':
1914
+ dependencies:
1915
+ '@babel/types': 7.28.5
1916
+
1917
+ '@babel/plugin-proposal-decorators@7.28.0(@babel/core@7.28.5)':
1918
+ dependencies:
1919
+ '@babel/core': 7.28.5
1920
+ '@babel/helper-create-class-features-plugin': 7.28.5(@babel/core@7.28.5)
1921
+ '@babel/helper-plugin-utils': 7.27.1
1922
+ '@babel/plugin-syntax-decorators': 7.27.1(@babel/core@7.28.5)
1923
+ transitivePeerDependencies:
1924
+ - supports-color
1925
+
1926
+ '@babel/plugin-syntax-decorators@7.27.1(@babel/core@7.28.5)':
1927
+ dependencies:
1928
+ '@babel/core': 7.28.5
1929
+ '@babel/helper-plugin-utils': 7.27.1
1930
+
1931
+ '@babel/plugin-syntax-import-attributes@7.27.1(@babel/core@7.28.5)':
1932
+ dependencies:
1933
+ '@babel/core': 7.28.5
1934
+ '@babel/helper-plugin-utils': 7.27.1
1935
+
1936
+ '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.28.5)':
1937
+ dependencies:
1938
+ '@babel/core': 7.28.5
1939
+ '@babel/helper-plugin-utils': 7.27.1
1940
+
1941
+ '@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.28.5)':
1942
+ dependencies:
1943
+ '@babel/core': 7.28.5
1944
+ '@babel/helper-plugin-utils': 7.27.1
1945
+
1946
+ '@babel/plugin-syntax-typescript@7.27.1(@babel/core@7.28.5)':
1947
+ dependencies:
1948
+ '@babel/core': 7.28.5
1949
+ '@babel/helper-plugin-utils': 7.27.1
1950
+
1951
+ '@babel/plugin-transform-typescript@7.28.5(@babel/core@7.28.5)':
1952
+ dependencies:
1953
+ '@babel/core': 7.28.5
1954
+ '@babel/helper-annotate-as-pure': 7.27.3
1955
+ '@babel/helper-create-class-features-plugin': 7.28.5(@babel/core@7.28.5)
1956
+ '@babel/helper-plugin-utils': 7.27.1
1957
+ '@babel/helper-skip-transparent-expression-wrappers': 7.27.1
1958
+ '@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.28.5)
1959
+ transitivePeerDependencies:
1960
+ - supports-color
1961
+
1962
+ '@babel/template@7.27.2':
1963
+ dependencies:
1964
+ '@babel/code-frame': 7.27.1
1965
+ '@babel/parser': 7.28.5
1966
+ '@babel/types': 7.28.5
1967
+
1968
+ '@babel/traverse@7.28.5':
1969
+ dependencies:
1970
+ '@babel/code-frame': 7.27.1
1971
+ '@babel/generator': 7.28.5
1972
+ '@babel/helper-globals': 7.28.0
1973
+ '@babel/parser': 7.28.5
1974
+ '@babel/template': 7.27.2
1975
+ '@babel/types': 7.28.5
1976
+ debug: 4.4.3
1977
+ transitivePeerDependencies:
1978
+ - supports-color
1979
+
1980
+ '@babel/types@7.28.5':
1981
+ dependencies:
1982
+ '@babel/helper-string-parser': 7.27.1
1983
+ '@babel/helper-validator-identifier': 7.28.5
1984
+
1985
+ '@ctrl/tinycolor@3.6.1': {}
1986
+
1987
+ '@element-plus/icons-vue@2.3.2(vue@3.5.26(typescript@5.9.3))':
1988
+ dependencies:
1989
+ vue: 3.5.26(typescript@5.9.3)
1990
+
1991
+ '@esbuild/aix-ppc64@0.27.2':
1992
+ optional: true
1993
+
1994
+ '@esbuild/android-arm64@0.27.2':
1995
+ optional: true
1996
+
1997
+ '@esbuild/android-arm@0.27.2':
1998
+ optional: true
1999
+
2000
+ '@esbuild/android-x64@0.27.2':
2001
+ optional: true
2002
+
2003
+ '@esbuild/darwin-arm64@0.27.2':
2004
+ optional: true
2005
+
2006
+ '@esbuild/darwin-x64@0.27.2':
2007
+ optional: true
2008
+
2009
+ '@esbuild/freebsd-arm64@0.27.2':
2010
+ optional: true
2011
+
2012
+ '@esbuild/freebsd-x64@0.27.2':
2013
+ optional: true
2014
+
2015
+ '@esbuild/linux-arm64@0.27.2':
2016
+ optional: true
2017
+
2018
+ '@esbuild/linux-arm@0.27.2':
2019
+ optional: true
2020
+
2021
+ '@esbuild/linux-ia32@0.27.2':
2022
+ optional: true
2023
+
2024
+ '@esbuild/linux-loong64@0.27.2':
2025
+ optional: true
2026
+
2027
+ '@esbuild/linux-mips64el@0.27.2':
2028
+ optional: true
2029
+
2030
+ '@esbuild/linux-ppc64@0.27.2':
2031
+ optional: true
2032
+
2033
+ '@esbuild/linux-riscv64@0.27.2':
2034
+ optional: true
2035
+
2036
+ '@esbuild/linux-s390x@0.27.2':
2037
+ optional: true
2038
+
2039
+ '@esbuild/linux-x64@0.27.2':
2040
+ optional: true
2041
+
2042
+ '@esbuild/netbsd-arm64@0.27.2':
2043
+ optional: true
2044
+
2045
+ '@esbuild/netbsd-x64@0.27.2':
2046
+ optional: true
2047
+
2048
+ '@esbuild/openbsd-arm64@0.27.2':
2049
+ optional: true
2050
+
2051
+ '@esbuild/openbsd-x64@0.27.2':
2052
+ optional: true
2053
+
2054
+ '@esbuild/openharmony-arm64@0.27.2':
2055
+ optional: true
2056
+
2057
+ '@esbuild/sunos-x64@0.27.2':
2058
+ optional: true
2059
+
2060
+ '@esbuild/win32-arm64@0.27.2':
2061
+ optional: true
2062
+
2063
+ '@esbuild/win32-ia32@0.27.2':
2064
+ optional: true
2065
+
2066
+ '@esbuild/win32-x64@0.27.2':
2067
+ optional: true
2068
+
2069
+ '@eslint-community/eslint-utils@4.9.1(eslint@9.39.2(jiti@2.6.1))':
2070
+ dependencies:
2071
+ eslint: 9.39.2(jiti@2.6.1)
2072
+ eslint-visitor-keys: 3.4.3
2073
+
2074
+ '@eslint-community/regexpp@4.12.2': {}
2075
+
2076
+ '@eslint/config-array@0.21.1':
2077
+ dependencies:
2078
+ '@eslint/object-schema': 2.1.7
2079
+ debug: 4.4.3
2080
+ minimatch: 3.1.2
2081
+ transitivePeerDependencies:
2082
+ - supports-color
2083
+
2084
+ '@eslint/config-helpers@0.4.2':
2085
+ dependencies:
2086
+ '@eslint/core': 0.17.0
2087
+
2088
+ '@eslint/core@0.17.0':
2089
+ dependencies:
2090
+ '@types/json-schema': 7.0.15
2091
+
2092
+ '@eslint/eslintrc@3.3.3':
2093
+ dependencies:
2094
+ ajv: 6.12.6
2095
+ debug: 4.4.3
2096
+ espree: 10.4.0
2097
+ globals: 14.0.0
2098
+ ignore: 5.3.2
2099
+ import-fresh: 3.3.1
2100
+ js-yaml: 4.1.1
2101
+ minimatch: 3.1.2
2102
+ strip-json-comments: 3.1.1
2103
+ transitivePeerDependencies:
2104
+ - supports-color
2105
+
2106
+ '@eslint/js@9.39.2': {}
2107
+
2108
+ '@eslint/object-schema@2.1.7': {}
2109
+
2110
+ '@eslint/plugin-kit@0.4.1':
2111
+ dependencies:
2112
+ '@eslint/core': 0.17.0
2113
+ levn: 0.4.1
2114
+
2115
+ '@floating-ui/core@1.7.3':
2116
+ dependencies:
2117
+ '@floating-ui/utils': 0.2.10
2118
+
2119
+ '@floating-ui/dom@1.7.4':
2120
+ dependencies:
2121
+ '@floating-ui/core': 1.7.3
2122
+ '@floating-ui/utils': 0.2.10
2123
+
2124
+ '@floating-ui/utils@0.2.10': {}
2125
+
2126
+ '@humanfs/core@0.19.1': {}
2127
+
2128
+ '@humanfs/node@0.16.7':
2129
+ dependencies:
2130
+ '@humanfs/core': 0.19.1
2131
+ '@humanwhocodes/retry': 0.4.3
2132
+
2133
+ '@humanwhocodes/module-importer@1.0.1': {}
2134
+
2135
+ '@humanwhocodes/retry@0.4.3': {}
2136
+
2137
+ '@jridgewell/gen-mapping@0.3.13':
2138
+ dependencies:
2139
+ '@jridgewell/sourcemap-codec': 1.5.5
2140
+ '@jridgewell/trace-mapping': 0.3.31
2141
+
2142
+ '@jridgewell/remapping@2.3.5':
2143
+ dependencies:
2144
+ '@jridgewell/gen-mapping': 0.3.13
2145
+ '@jridgewell/trace-mapping': 0.3.31
2146
+
2147
+ '@jridgewell/resolve-uri@3.1.2': {}
2148
+
2149
+ '@jridgewell/sourcemap-codec@1.5.5': {}
2150
+
2151
+ '@jridgewell/trace-mapping@0.3.31':
2152
+ dependencies:
2153
+ '@jridgewell/resolve-uri': 3.1.2
2154
+ '@jridgewell/sourcemap-codec': 1.5.5
2155
+
2156
+ '@nodelib/fs.scandir@2.1.5':
2157
+ dependencies:
2158
+ '@nodelib/fs.stat': 2.0.5
2159
+ run-parallel: 1.2.0
2160
+
2161
+ '@nodelib/fs.stat@2.0.5': {}
2162
+
2163
+ '@nodelib/fs.walk@1.2.8':
2164
+ dependencies:
2165
+ '@nodelib/fs.scandir': 2.1.5
2166
+ fastq: 1.20.1
2167
+
2168
+ '@pkgr/core@0.2.9': {}
2169
+
2170
+ '@polka/url@1.0.0-next.29': {}
2171
+
2172
+ '@rolldown/pluginutils@1.0.0-beta.53': {}
2173
+
2174
+ '@rolldown/pluginutils@1.0.0-beta.58': {}
2175
+
2176
+ '@rollup/rollup-android-arm-eabi@4.54.0':
2177
+ optional: true
2178
+
2179
+ '@rollup/rollup-android-arm64@4.54.0':
2180
+ optional: true
2181
+
2182
+ '@rollup/rollup-darwin-arm64@4.54.0':
2183
+ optional: true
2184
+
2185
+ '@rollup/rollup-darwin-x64@4.54.0':
2186
+ optional: true
2187
+
2188
+ '@rollup/rollup-freebsd-arm64@4.54.0':
2189
+ optional: true
2190
+
2191
+ '@rollup/rollup-freebsd-x64@4.54.0':
2192
+ optional: true
2193
+
2194
+ '@rollup/rollup-linux-arm-gnueabihf@4.54.0':
2195
+ optional: true
2196
+
2197
+ '@rollup/rollup-linux-arm-musleabihf@4.54.0':
2198
+ optional: true
2199
+
2200
+ '@rollup/rollup-linux-arm64-gnu@4.54.0':
2201
+ optional: true
2202
+
2203
+ '@rollup/rollup-linux-arm64-musl@4.54.0':
2204
+ optional: true
2205
+
2206
+ '@rollup/rollup-linux-loong64-gnu@4.54.0':
2207
+ optional: true
2208
+
2209
+ '@rollup/rollup-linux-ppc64-gnu@4.54.0':
2210
+ optional: true
2211
+
2212
+ '@rollup/rollup-linux-riscv64-gnu@4.54.0':
2213
+ optional: true
2214
+
2215
+ '@rollup/rollup-linux-riscv64-musl@4.54.0':
2216
+ optional: true
2217
+
2218
+ '@rollup/rollup-linux-s390x-gnu@4.54.0':
2219
+ optional: true
2220
+
2221
+ '@rollup/rollup-linux-x64-gnu@4.54.0':
2222
+ optional: true
2223
+
2224
+ '@rollup/rollup-linux-x64-musl@4.54.0':
2225
+ optional: true
2226
+
2227
+ '@rollup/rollup-openharmony-arm64@4.54.0':
2228
+ optional: true
2229
+
2230
+ '@rollup/rollup-win32-arm64-msvc@4.54.0':
2231
+ optional: true
2232
+
2233
+ '@rollup/rollup-win32-ia32-msvc@4.54.0':
2234
+ optional: true
2235
+
2236
+ '@rollup/rollup-win32-x64-gnu@4.54.0':
2237
+ optional: true
2238
+
2239
+ '@rollup/rollup-win32-x64-msvc@4.54.0':
2240
+ optional: true
2241
+
2242
+ '@sxzz/popperjs-es@2.11.7': {}
2243
+
2244
+ '@tsconfig/node24@24.0.3': {}
2245
+
2246
+ '@types/estree@1.0.8': {}
2247
+
2248
+ '@types/json-schema@7.0.15': {}
2249
+
2250
+ '@types/lodash-es@4.17.12':
2251
+ dependencies:
2252
+ '@types/lodash': 4.17.21
2253
+
2254
+ '@types/lodash@4.17.21': {}
2255
+
2256
+ '@types/node@24.10.4':
2257
+ dependencies:
2258
+ undici-types: 7.16.0
2259
+
2260
+ '@types/web-bluetooth@0.0.20': {}
2261
+
2262
+ '@typescript-eslint/eslint-plugin@8.51.0(@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)':
2263
+ dependencies:
2264
+ '@eslint-community/regexpp': 4.12.2
2265
+ '@typescript-eslint/parser': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
2266
+ '@typescript-eslint/scope-manager': 8.51.0
2267
+ '@typescript-eslint/type-utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
2268
+ '@typescript-eslint/utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
2269
+ '@typescript-eslint/visitor-keys': 8.51.0
2270
+ eslint: 9.39.2(jiti@2.6.1)
2271
+ ignore: 7.0.5
2272
+ natural-compare: 1.4.0
2273
+ ts-api-utils: 2.4.0(typescript@5.9.3)
2274
+ typescript: 5.9.3
2275
+ transitivePeerDependencies:
2276
+ - supports-color
2277
+
2278
+ '@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)':
2279
+ dependencies:
2280
+ '@typescript-eslint/scope-manager': 8.51.0
2281
+ '@typescript-eslint/types': 8.51.0
2282
+ '@typescript-eslint/typescript-estree': 8.51.0(typescript@5.9.3)
2283
+ '@typescript-eslint/visitor-keys': 8.51.0
2284
+ debug: 4.4.3
2285
+ eslint: 9.39.2(jiti@2.6.1)
2286
+ typescript: 5.9.3
2287
+ transitivePeerDependencies:
2288
+ - supports-color
2289
+
2290
+ '@typescript-eslint/project-service@8.51.0(typescript@5.9.3)':
2291
+ dependencies:
2292
+ '@typescript-eslint/tsconfig-utils': 8.51.0(typescript@5.9.3)
2293
+ '@typescript-eslint/types': 8.51.0
2294
+ debug: 4.4.3
2295
+ typescript: 5.9.3
2296
+ transitivePeerDependencies:
2297
+ - supports-color
2298
+
2299
+ '@typescript-eslint/scope-manager@8.51.0':
2300
+ dependencies:
2301
+ '@typescript-eslint/types': 8.51.0
2302
+ '@typescript-eslint/visitor-keys': 8.51.0
2303
+
2304
+ '@typescript-eslint/tsconfig-utils@8.51.0(typescript@5.9.3)':
2305
+ dependencies:
2306
+ typescript: 5.9.3
2307
+
2308
+ '@typescript-eslint/type-utils@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)':
2309
+ dependencies:
2310
+ '@typescript-eslint/types': 8.51.0
2311
+ '@typescript-eslint/typescript-estree': 8.51.0(typescript@5.9.3)
2312
+ '@typescript-eslint/utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
2313
+ debug: 4.4.3
2314
+ eslint: 9.39.2(jiti@2.6.1)
2315
+ ts-api-utils: 2.4.0(typescript@5.9.3)
2316
+ typescript: 5.9.3
2317
+ transitivePeerDependencies:
2318
+ - supports-color
2319
+
2320
+ '@typescript-eslint/types@8.51.0': {}
2321
+
2322
+ '@typescript-eslint/typescript-estree@8.51.0(typescript@5.9.3)':
2323
+ dependencies:
2324
+ '@typescript-eslint/project-service': 8.51.0(typescript@5.9.3)
2325
+ '@typescript-eslint/tsconfig-utils': 8.51.0(typescript@5.9.3)
2326
+ '@typescript-eslint/types': 8.51.0
2327
+ '@typescript-eslint/visitor-keys': 8.51.0
2328
+ debug: 4.4.3
2329
+ minimatch: 9.0.5
2330
+ semver: 7.7.3
2331
+ tinyglobby: 0.2.15
2332
+ ts-api-utils: 2.4.0(typescript@5.9.3)
2333
+ typescript: 5.9.3
2334
+ transitivePeerDependencies:
2335
+ - supports-color
2336
+
2337
+ '@typescript-eslint/utils@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)':
2338
+ dependencies:
2339
+ '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1))
2340
+ '@typescript-eslint/scope-manager': 8.51.0
2341
+ '@typescript-eslint/types': 8.51.0
2342
+ '@typescript-eslint/typescript-estree': 8.51.0(typescript@5.9.3)
2343
+ eslint: 9.39.2(jiti@2.6.1)
2344
+ typescript: 5.9.3
2345
+ transitivePeerDependencies:
2346
+ - supports-color
2347
+
2348
+ '@typescript-eslint/visitor-keys@8.51.0':
2349
+ dependencies:
2350
+ '@typescript-eslint/types': 8.51.0
2351
+ eslint-visitor-keys: 4.2.1
2352
+
2353
+ '@vitejs/plugin-vue-jsx@5.1.3(vite@7.3.0(@types/node@24.10.4)(jiti@2.6.1))(vue@3.5.26(typescript@5.9.3))':
2354
+ dependencies:
2355
+ '@babel/core': 7.28.5
2356
+ '@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.28.5)
2357
+ '@babel/plugin-transform-typescript': 7.28.5(@babel/core@7.28.5)
2358
+ '@rolldown/pluginutils': 1.0.0-beta.58
2359
+ '@vue/babel-plugin-jsx': 2.0.1(@babel/core@7.28.5)
2360
+ vite: 7.3.0(@types/node@24.10.4)(jiti@2.6.1)
2361
+ vue: 3.5.26(typescript@5.9.3)
2362
+ transitivePeerDependencies:
2363
+ - supports-color
2364
+
2365
+ '@vitejs/plugin-vue@6.0.3(vite@7.3.0(@types/node@24.10.4)(jiti@2.6.1))(vue@3.5.26(typescript@5.9.3))':
2366
+ dependencies:
2367
+ '@rolldown/pluginutils': 1.0.0-beta.53
2368
+ vite: 7.3.0(@types/node@24.10.4)(jiti@2.6.1)
2369
+ vue: 3.5.26(typescript@5.9.3)
2370
+
2371
+ '@volar/language-core@2.4.27':
2372
+ dependencies:
2373
+ '@volar/source-map': 2.4.27
2374
+
2375
+ '@volar/source-map@2.4.27': {}
2376
+
2377
+ '@volar/typescript@2.4.27':
2378
+ dependencies:
2379
+ '@volar/language-core': 2.4.27
2380
+ path-browserify: 1.0.1
2381
+ vscode-uri: 3.1.0
2382
+
2383
+ '@vue/babel-helper-vue-transform-on@1.5.0': {}
2384
+
2385
+ '@vue/babel-helper-vue-transform-on@2.0.1': {}
2386
+
2387
+ '@vue/babel-plugin-jsx@1.5.0(@babel/core@7.28.5)':
2388
+ dependencies:
2389
+ '@babel/helper-module-imports': 7.27.1
2390
+ '@babel/helper-plugin-utils': 7.27.1
2391
+ '@babel/plugin-syntax-jsx': 7.27.1(@babel/core@7.28.5)
2392
+ '@babel/template': 7.27.2
2393
+ '@babel/traverse': 7.28.5
2394
+ '@babel/types': 7.28.5
2395
+ '@vue/babel-helper-vue-transform-on': 1.5.0
2396
+ '@vue/babel-plugin-resolve-type': 1.5.0(@babel/core@7.28.5)
2397
+ '@vue/shared': 3.5.26
2398
+ optionalDependencies:
2399
+ '@babel/core': 7.28.5
2400
+ transitivePeerDependencies:
2401
+ - supports-color
2402
+
2403
+ '@vue/babel-plugin-jsx@2.0.1(@babel/core@7.28.5)':
2404
+ dependencies:
2405
+ '@babel/helper-module-imports': 7.27.1
2406
+ '@babel/helper-plugin-utils': 7.27.1
2407
+ '@babel/plugin-syntax-jsx': 7.27.1(@babel/core@7.28.5)
2408
+ '@babel/template': 7.27.2
2409
+ '@babel/traverse': 7.28.5
2410
+ '@babel/types': 7.28.5
2411
+ '@vue/babel-helper-vue-transform-on': 2.0.1
2412
+ '@vue/babel-plugin-resolve-type': 2.0.1(@babel/core@7.28.5)
2413
+ '@vue/shared': 3.5.26
2414
+ optionalDependencies:
2415
+ '@babel/core': 7.28.5
2416
+ transitivePeerDependencies:
2417
+ - supports-color
2418
+
2419
+ '@vue/babel-plugin-resolve-type@1.5.0(@babel/core@7.28.5)':
2420
+ dependencies:
2421
+ '@babel/code-frame': 7.27.1
2422
+ '@babel/core': 7.28.5
2423
+ '@babel/helper-module-imports': 7.27.1
2424
+ '@babel/helper-plugin-utils': 7.27.1
2425
+ '@babel/parser': 7.28.5
2426
+ '@vue/compiler-sfc': 3.5.26
2427
+ transitivePeerDependencies:
2428
+ - supports-color
2429
+
2430
+ '@vue/babel-plugin-resolve-type@2.0.1(@babel/core@7.28.5)':
2431
+ dependencies:
2432
+ '@babel/code-frame': 7.27.1
2433
+ '@babel/core': 7.28.5
2434
+ '@babel/helper-module-imports': 7.27.1
2435
+ '@babel/helper-plugin-utils': 7.27.1
2436
+ '@babel/parser': 7.28.5
2437
+ '@vue/compiler-sfc': 3.5.26
2438
+ transitivePeerDependencies:
2439
+ - supports-color
2440
+
2441
+ '@vue/compiler-core@3.5.26':
2442
+ dependencies:
2443
+ '@babel/parser': 7.28.5
2444
+ '@vue/shared': 3.5.26
2445
+ entities: 7.0.0
2446
+ estree-walker: 2.0.2
2447
+ source-map-js: 1.2.1
2448
+
2449
+ '@vue/compiler-dom@3.5.26':
2450
+ dependencies:
2451
+ '@vue/compiler-core': 3.5.26
2452
+ '@vue/shared': 3.5.26
2453
+
2454
+ '@vue/compiler-sfc@3.5.26':
2455
+ dependencies:
2456
+ '@babel/parser': 7.28.5
2457
+ '@vue/compiler-core': 3.5.26
2458
+ '@vue/compiler-dom': 3.5.26
2459
+ '@vue/compiler-ssr': 3.5.26
2460
+ '@vue/shared': 3.5.26
2461
+ estree-walker: 2.0.2
2462
+ magic-string: 0.30.21
2463
+ postcss: 8.5.6
2464
+ source-map-js: 1.2.1
2465
+
2466
+ '@vue/compiler-ssr@3.5.26':
2467
+ dependencies:
2468
+ '@vue/compiler-dom': 3.5.26
2469
+ '@vue/shared': 3.5.26
2470
+
2471
+ '@vue/devtools-api@6.6.4': {}
2472
+
2473
+ '@vue/devtools-api@7.7.9':
2474
+ dependencies:
2475
+ '@vue/devtools-kit': 7.7.9
2476
+
2477
+ '@vue/devtools-core@8.0.5(vite@7.3.0(@types/node@24.10.4)(jiti@2.6.1))(vue@3.5.26(typescript@5.9.3))':
2478
+ dependencies:
2479
+ '@vue/devtools-kit': 8.0.5
2480
+ '@vue/devtools-shared': 8.0.5
2481
+ mitt: 3.0.1
2482
+ nanoid: 5.1.6
2483
+ pathe: 2.0.3
2484
+ vite-hot-client: 2.1.0(vite@7.3.0(@types/node@24.10.4)(jiti@2.6.1))
2485
+ vue: 3.5.26(typescript@5.9.3)
2486
+ transitivePeerDependencies:
2487
+ - vite
2488
+
2489
+ '@vue/devtools-kit@7.7.9':
2490
+ dependencies:
2491
+ '@vue/devtools-shared': 7.7.9
2492
+ birpc: 2.9.0
2493
+ hookable: 5.5.3
2494
+ mitt: 3.0.1
2495
+ perfect-debounce: 1.0.0
2496
+ speakingurl: 14.0.1
2497
+ superjson: 2.2.6
2498
+
2499
+ '@vue/devtools-kit@8.0.5':
2500
+ dependencies:
2501
+ '@vue/devtools-shared': 8.0.5
2502
+ birpc: 2.9.0
2503
+ hookable: 5.5.3
2504
+ mitt: 3.0.1
2505
+ perfect-debounce: 2.0.0
2506
+ speakingurl: 14.0.1
2507
+ superjson: 2.2.6
2508
+
2509
+ '@vue/devtools-shared@7.7.9':
2510
+ dependencies:
2511
+ rfdc: 1.4.1
2512
+
2513
+ '@vue/devtools-shared@8.0.5':
2514
+ dependencies:
2515
+ rfdc: 1.4.1
2516
+
2517
+ '@vue/eslint-config-prettier@10.2.0(eslint@9.39.2(jiti@2.6.1))(prettier@3.6.2)':
2518
+ dependencies:
2519
+ eslint: 9.39.2(jiti@2.6.1)
2520
+ eslint-config-prettier: 10.1.8(eslint@9.39.2(jiti@2.6.1))
2521
+ eslint-plugin-prettier: 5.5.4(eslint-config-prettier@10.1.8(eslint@9.39.2(jiti@2.6.1)))(eslint@9.39.2(jiti@2.6.1))(prettier@3.6.2)
2522
+ prettier: 3.6.2
2523
+ transitivePeerDependencies:
2524
+ - '@types/eslint'
2525
+
2526
+ '@vue/eslint-config-typescript@14.6.0(eslint-plugin-vue@10.5.1(@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)':
2527
+ dependencies:
2528
+ '@typescript-eslint/utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
2529
+ eslint: 9.39.2(jiti@2.6.1)
2530
+ eslint-plugin-vue: 10.5.1(@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1)))
2531
+ fast-glob: 3.3.3
2532
+ typescript-eslint: 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
2533
+ vue-eslint-parser: 10.2.0(eslint@9.39.2(jiti@2.6.1))
2534
+ optionalDependencies:
2535
+ typescript: 5.9.3
2536
+ transitivePeerDependencies:
2537
+ - supports-color
2538
+
2539
+ '@vue/language-core@3.2.1':
2540
+ dependencies:
2541
+ '@volar/language-core': 2.4.27
2542
+ '@vue/compiler-dom': 3.5.26
2543
+ '@vue/shared': 3.5.26
2544
+ alien-signals: 3.1.2
2545
+ muggle-string: 0.4.1
2546
+ path-browserify: 1.0.1
2547
+ picomatch: 4.0.3
2548
+
2549
+ '@vue/reactivity@3.5.26':
2550
+ dependencies:
2551
+ '@vue/shared': 3.5.26
2552
+
2553
+ '@vue/runtime-core@3.5.26':
2554
+ dependencies:
2555
+ '@vue/reactivity': 3.5.26
2556
+ '@vue/shared': 3.5.26
2557
+
2558
+ '@vue/runtime-dom@3.5.26':
2559
+ dependencies:
2560
+ '@vue/reactivity': 3.5.26
2561
+ '@vue/runtime-core': 3.5.26
2562
+ '@vue/shared': 3.5.26
2563
+ csstype: 3.2.3
2564
+
2565
+ '@vue/server-renderer@3.5.26(vue@3.5.26(typescript@5.9.3))':
2566
+ dependencies:
2567
+ '@vue/compiler-ssr': 3.5.26
2568
+ '@vue/shared': 3.5.26
2569
+ vue: 3.5.26(typescript@5.9.3)
2570
+
2571
+ '@vue/shared@3.5.26': {}
2572
+
2573
+ '@vue/tsconfig@0.8.1(typescript@5.9.3)(vue@3.5.26(typescript@5.9.3))':
2574
+ optionalDependencies:
2575
+ typescript: 5.9.3
2576
+ vue: 3.5.26(typescript@5.9.3)
2577
+
2578
+ '@vueuse/core@10.11.1(vue@3.5.26(typescript@5.9.3))':
2579
+ dependencies:
2580
+ '@types/web-bluetooth': 0.0.20
2581
+ '@vueuse/metadata': 10.11.1
2582
+ '@vueuse/shared': 10.11.1(vue@3.5.26(typescript@5.9.3))
2583
+ vue-demi: 0.14.10(vue@3.5.26(typescript@5.9.3))
2584
+ transitivePeerDependencies:
2585
+ - '@vue/composition-api'
2586
+ - vue
2587
+
2588
+ '@vueuse/metadata@10.11.1': {}
2589
+
2590
+ '@vueuse/shared@10.11.1(vue@3.5.26(typescript@5.9.3))':
2591
+ dependencies:
2592
+ vue-demi: 0.14.10(vue@3.5.26(typescript@5.9.3))
2593
+ transitivePeerDependencies:
2594
+ - '@vue/composition-api'
2595
+ - vue
2596
+
2597
+ acorn-jsx@5.3.2(acorn@8.15.0):
2598
+ dependencies:
2599
+ acorn: 8.15.0
2600
+
2601
+ acorn@8.15.0: {}
2602
+
2603
+ ajv@6.12.6:
2604
+ dependencies:
2605
+ fast-deep-equal: 3.1.3
2606
+ fast-json-stable-stringify: 2.1.0
2607
+ json-schema-traverse: 0.4.1
2608
+ uri-js: 4.4.1
2609
+
2610
+ alien-signals@3.1.2: {}
2611
+
2612
+ ansi-styles@4.3.0:
2613
+ dependencies:
2614
+ color-convert: 2.0.1
2615
+
2616
+ ansi-styles@6.2.3: {}
2617
+
2618
+ ansis@4.2.0: {}
2619
+
2620
+ argparse@2.0.1: {}
2621
+
2622
+ async-validator@4.2.5: {}
2623
+
2624
+ balanced-match@1.0.2: {}
2625
+
2626
+ baseline-browser-mapping@2.9.11: {}
2627
+
2628
+ birpc@2.9.0: {}
2629
+
2630
+ boolbase@1.0.0: {}
2631
+
2632
+ brace-expansion@1.1.12:
2633
+ dependencies:
2634
+ balanced-match: 1.0.2
2635
+ concat-map: 0.0.1
2636
+
2637
+ brace-expansion@2.0.2:
2638
+ dependencies:
2639
+ balanced-match: 1.0.2
2640
+
2641
+ braces@3.0.3:
2642
+ dependencies:
2643
+ fill-range: 7.1.1
2644
+
2645
+ browserslist@4.28.1:
2646
+ dependencies:
2647
+ baseline-browser-mapping: 2.9.11
2648
+ caniuse-lite: 1.0.30001762
2649
+ electron-to-chromium: 1.5.267
2650
+ node-releases: 2.0.27
2651
+ update-browserslist-db: 1.2.3(browserslist@4.28.1)
2652
+
2653
+ bundle-name@4.1.0:
2654
+ dependencies:
2655
+ run-applescript: 7.1.0
2656
+
2657
+ callsites@3.1.0: {}
2658
+
2659
+ caniuse-lite@1.0.30001762: {}
2660
+
2661
+ chalk@4.1.2:
2662
+ dependencies:
2663
+ ansi-styles: 4.3.0
2664
+ supports-color: 7.2.0
2665
+
2666
+ chokidar@4.0.3:
2667
+ dependencies:
2668
+ readdirp: 4.1.2
2669
+
2670
+ color-convert@2.0.1:
2671
+ dependencies:
2672
+ color-name: 1.1.4
2673
+
2674
+ color-name@1.1.4: {}
2675
+
2676
+ concat-map@0.0.1: {}
2677
+
2678
+ confbox@0.1.8: {}
2679
+
2680
+ confbox@0.2.2: {}
2681
+
2682
+ convert-source-map@2.0.0: {}
2683
+
2684
+ copy-anything@4.0.5:
2685
+ dependencies:
2686
+ is-what: 5.5.0
2687
+
2688
+ cross-spawn@7.0.6:
2689
+ dependencies:
2690
+ path-key: 3.1.1
2691
+ shebang-command: 2.0.0
2692
+ which: 2.0.2
2693
+
2694
+ cssesc@3.0.0: {}
2695
+
2696
+ csstype@3.2.3: {}
2697
+
2698
+ dayjs@1.11.19: {}
2699
+
2700
+ debug@4.4.3:
2701
+ dependencies:
2702
+ ms: 2.1.3
2703
+
2704
+ deep-is@0.1.4: {}
2705
+
2706
+ default-browser-id@5.0.1: {}
2707
+
2708
+ default-browser@5.4.0:
2709
+ dependencies:
2710
+ bundle-name: 4.1.0
2711
+ default-browser-id: 5.0.1
2712
+
2713
+ define-lazy-prop@3.0.0: {}
2714
+
2715
+ electron-to-chromium@1.5.267: {}
2716
+
2717
+ element-plus@2.13.0(vue@3.5.26(typescript@5.9.3)):
2718
+ dependencies:
2719
+ '@ctrl/tinycolor': 3.6.1
2720
+ '@element-plus/icons-vue': 2.3.2(vue@3.5.26(typescript@5.9.3))
2721
+ '@floating-ui/dom': 1.7.4
2722
+ '@popperjs/core': '@sxzz/popperjs-es@2.11.7'
2723
+ '@types/lodash': 4.17.21
2724
+ '@types/lodash-es': 4.17.12
2725
+ '@vueuse/core': 10.11.1(vue@3.5.26(typescript@5.9.3))
2726
+ async-validator: 4.2.5
2727
+ dayjs: 1.11.19
2728
+ lodash: 4.17.21
2729
+ lodash-es: 4.17.22
2730
+ lodash-unified: 1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.22)(lodash@4.17.21)
2731
+ memoize-one: 6.0.0
2732
+ normalize-wheel-es: 1.2.0
2733
+ vue: 3.5.26(typescript@5.9.3)
2734
+ transitivePeerDependencies:
2735
+ - '@vue/composition-api'
2736
+
2737
+ entities@7.0.0: {}
2738
+
2739
+ error-stack-parser-es@1.0.5: {}
2740
+
2741
+ esbuild@0.27.2:
2742
+ optionalDependencies:
2743
+ '@esbuild/aix-ppc64': 0.27.2
2744
+ '@esbuild/android-arm': 0.27.2
2745
+ '@esbuild/android-arm64': 0.27.2
2746
+ '@esbuild/android-x64': 0.27.2
2747
+ '@esbuild/darwin-arm64': 0.27.2
2748
+ '@esbuild/darwin-x64': 0.27.2
2749
+ '@esbuild/freebsd-arm64': 0.27.2
2750
+ '@esbuild/freebsd-x64': 0.27.2
2751
+ '@esbuild/linux-arm': 0.27.2
2752
+ '@esbuild/linux-arm64': 0.27.2
2753
+ '@esbuild/linux-ia32': 0.27.2
2754
+ '@esbuild/linux-loong64': 0.27.2
2755
+ '@esbuild/linux-mips64el': 0.27.2
2756
+ '@esbuild/linux-ppc64': 0.27.2
2757
+ '@esbuild/linux-riscv64': 0.27.2
2758
+ '@esbuild/linux-s390x': 0.27.2
2759
+ '@esbuild/linux-x64': 0.27.2
2760
+ '@esbuild/netbsd-arm64': 0.27.2
2761
+ '@esbuild/netbsd-x64': 0.27.2
2762
+ '@esbuild/openbsd-arm64': 0.27.2
2763
+ '@esbuild/openbsd-x64': 0.27.2
2764
+ '@esbuild/openharmony-arm64': 0.27.2
2765
+ '@esbuild/sunos-x64': 0.27.2
2766
+ '@esbuild/win32-arm64': 0.27.2
2767
+ '@esbuild/win32-ia32': 0.27.2
2768
+ '@esbuild/win32-x64': 0.27.2
2769
+
2770
+ escalade@3.2.0: {}
2771
+
2772
+ escape-string-regexp@4.0.0: {}
2773
+
2774
+ escape-string-regexp@5.0.0: {}
2775
+
2776
+ eslint-config-prettier@10.1.8(eslint@9.39.2(jiti@2.6.1)):
2777
+ dependencies:
2778
+ eslint: 9.39.2(jiti@2.6.1)
2779
+
2780
+ eslint-plugin-prettier@5.5.4(eslint-config-prettier@10.1.8(eslint@9.39.2(jiti@2.6.1)))(eslint@9.39.2(jiti@2.6.1))(prettier@3.6.2):
2781
+ dependencies:
2782
+ eslint: 9.39.2(jiti@2.6.1)
2783
+ prettier: 3.6.2
2784
+ prettier-linter-helpers: 1.0.1
2785
+ synckit: 0.11.11
2786
+ optionalDependencies:
2787
+ eslint-config-prettier: 10.1.8(eslint@9.39.2(jiti@2.6.1))
2788
+
2789
+ eslint-plugin-vue@10.5.1(@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))):
2790
+ dependencies:
2791
+ '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1))
2792
+ eslint: 9.39.2(jiti@2.6.1)
2793
+ natural-compare: 1.4.0
2794
+ nth-check: 2.1.1
2795
+ postcss-selector-parser: 6.1.2
2796
+ semver: 7.7.3
2797
+ vue-eslint-parser: 10.2.0(eslint@9.39.2(jiti@2.6.1))
2798
+ xml-name-validator: 4.0.0
2799
+ optionalDependencies:
2800
+ '@typescript-eslint/parser': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
2801
+
2802
+ eslint-scope@8.4.0:
2803
+ dependencies:
2804
+ esrecurse: 4.3.0
2805
+ estraverse: 5.3.0
2806
+
2807
+ eslint-visitor-keys@3.4.3: {}
2808
+
2809
+ eslint-visitor-keys@4.2.1: {}
2810
+
2811
+ eslint@9.39.2(jiti@2.6.1):
2812
+ dependencies:
2813
+ '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1))
2814
+ '@eslint-community/regexpp': 4.12.2
2815
+ '@eslint/config-array': 0.21.1
2816
+ '@eslint/config-helpers': 0.4.2
2817
+ '@eslint/core': 0.17.0
2818
+ '@eslint/eslintrc': 3.3.3
2819
+ '@eslint/js': 9.39.2
2820
+ '@eslint/plugin-kit': 0.4.1
2821
+ '@humanfs/node': 0.16.7
2822
+ '@humanwhocodes/module-importer': 1.0.1
2823
+ '@humanwhocodes/retry': 0.4.3
2824
+ '@types/estree': 1.0.8
2825
+ ajv: 6.12.6
2826
+ chalk: 4.1.2
2827
+ cross-spawn: 7.0.6
2828
+ debug: 4.4.3
2829
+ escape-string-regexp: 4.0.0
2830
+ eslint-scope: 8.4.0
2831
+ eslint-visitor-keys: 4.2.1
2832
+ espree: 10.4.0
2833
+ esquery: 1.7.0
2834
+ esutils: 2.0.3
2835
+ fast-deep-equal: 3.1.3
2836
+ file-entry-cache: 8.0.0
2837
+ find-up: 5.0.0
2838
+ glob-parent: 6.0.2
2839
+ ignore: 5.3.2
2840
+ imurmurhash: 0.1.4
2841
+ is-glob: 4.0.3
2842
+ json-stable-stringify-without-jsonify: 1.0.1
2843
+ lodash.merge: 4.6.2
2844
+ minimatch: 3.1.2
2845
+ natural-compare: 1.4.0
2846
+ optionator: 0.9.4
2847
+ optionalDependencies:
2848
+ jiti: 2.6.1
2849
+ transitivePeerDependencies:
2850
+ - supports-color
2851
+
2852
+ espree@10.4.0:
2853
+ dependencies:
2854
+ acorn: 8.15.0
2855
+ acorn-jsx: 5.3.2(acorn@8.15.0)
2856
+ eslint-visitor-keys: 4.2.1
2857
+
2858
+ esquery@1.7.0:
2859
+ dependencies:
2860
+ estraverse: 5.3.0
2861
+
2862
+ esrecurse@4.3.0:
2863
+ dependencies:
2864
+ estraverse: 5.3.0
2865
+
2866
+ estraverse@5.3.0: {}
2867
+
2868
+ estree-walker@2.0.2: {}
2869
+
2870
+ estree-walker@3.0.3:
2871
+ dependencies:
2872
+ '@types/estree': 1.0.8
2873
+
2874
+ esutils@2.0.3: {}
2875
+
2876
+ exsolve@1.0.8: {}
2877
+
2878
+ fast-deep-equal@3.1.3: {}
2879
+
2880
+ fast-diff@1.3.0: {}
2881
+
2882
+ fast-glob@3.3.3:
2883
+ dependencies:
2884
+ '@nodelib/fs.stat': 2.0.5
2885
+ '@nodelib/fs.walk': 1.2.8
2886
+ glob-parent: 5.1.2
2887
+ merge2: 1.4.1
2888
+ micromatch: 4.0.8
2889
+
2890
+ fast-json-stable-stringify@2.1.0: {}
2891
+
2892
+ fast-levenshtein@2.0.6: {}
2893
+
2894
+ fastq@1.20.1:
2895
+ dependencies:
2896
+ reusify: 1.1.0
2897
+
2898
+ fdir@6.5.0(picomatch@4.0.3):
2899
+ optionalDependencies:
2900
+ picomatch: 4.0.3
2901
+
2902
+ file-entry-cache@8.0.0:
2903
+ dependencies:
2904
+ flat-cache: 4.0.1
2905
+
2906
+ fill-range@7.1.1:
2907
+ dependencies:
2908
+ to-regex-range: 5.0.1
2909
+
2910
+ find-up@5.0.0:
2911
+ dependencies:
2912
+ locate-path: 6.0.0
2913
+ path-exists: 4.0.0
2914
+
2915
+ flat-cache@4.0.1:
2916
+ dependencies:
2917
+ flatted: 3.3.3
2918
+ keyv: 4.5.4
2919
+
2920
+ flatted@3.3.3: {}
2921
+
2922
+ fsevents@2.3.3:
2923
+ optional: true
2924
+
2925
+ gensync@1.0.0-beta.2: {}
2926
+
2927
+ glob-parent@5.1.2:
2928
+ dependencies:
2929
+ is-glob: 4.0.3
2930
+
2931
+ glob-parent@6.0.2:
2932
+ dependencies:
2933
+ is-glob: 4.0.3
2934
+
2935
+ globals@14.0.0: {}
2936
+
2937
+ has-flag@4.0.0: {}
2938
+
2939
+ hookable@5.5.3: {}
2940
+
2941
+ ignore@5.3.2: {}
2942
+
2943
+ ignore@7.0.5: {}
2944
+
2945
+ import-fresh@3.3.1:
2946
+ dependencies:
2947
+ parent-module: 1.0.1
2948
+ resolve-from: 4.0.0
2949
+
2950
+ imurmurhash@0.1.4: {}
2951
+
2952
+ is-docker@3.0.0: {}
2953
+
2954
+ is-extglob@2.1.1: {}
2955
+
2956
+ is-glob@4.0.3:
2957
+ dependencies:
2958
+ is-extglob: 2.1.1
2959
+
2960
+ is-inside-container@1.0.0:
2961
+ dependencies:
2962
+ is-docker: 3.0.0
2963
+
2964
+ is-number@7.0.0: {}
2965
+
2966
+ is-what@5.5.0: {}
2967
+
2968
+ is-wsl@3.1.0:
2969
+ dependencies:
2970
+ is-inside-container: 1.0.0
2971
+
2972
+ isexe@2.0.0: {}
2973
+
2974
+ isexe@3.1.1: {}
2975
+
2976
+ jiti@2.6.1: {}
2977
+
2978
+ js-tokens@4.0.0: {}
2979
+
2980
+ js-tokens@9.0.1: {}
2981
+
2982
+ js-yaml@4.1.1:
2983
+ dependencies:
2984
+ argparse: 2.0.1
2985
+
2986
+ jsesc@3.1.0: {}
2987
+
2988
+ json-buffer@3.0.1: {}
2989
+
2990
+ json-parse-even-better-errors@4.0.0: {}
2991
+
2992
+ json-schema-traverse@0.4.1: {}
2993
+
2994
+ json-stable-stringify-without-jsonify@1.0.1: {}
2995
+
2996
+ json5@2.2.3: {}
2997
+
2998
+ keyv@4.5.4:
2999
+ dependencies:
3000
+ json-buffer: 3.0.1
3001
+
3002
+ kolorist@1.8.0: {}
3003
+
3004
+ l-global@1.0.2: {}
3005
+
3006
+ levn@0.4.1:
3007
+ dependencies:
3008
+ prelude-ls: 1.2.1
3009
+ type-check: 0.4.0
3010
+
3011
+ local-pkg@1.1.2:
3012
+ dependencies:
3013
+ mlly: 1.8.0
3014
+ pkg-types: 2.3.0
3015
+ quansync: 0.2.11
3016
+
3017
+ locate-path@6.0.0:
3018
+ dependencies:
3019
+ p-locate: 5.0.0
3020
+
3021
+ lodash-es@4.17.22: {}
3022
+
3023
+ lodash-unified@1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.22)(lodash@4.17.21):
3024
+ dependencies:
3025
+ '@types/lodash-es': 4.17.12
3026
+ lodash: 4.17.21
3027
+ lodash-es: 4.17.22
3028
+
3029
+ lodash.merge@4.6.2: {}
3030
+
3031
+ lodash@4.17.21: {}
3032
+
3033
+ lru-cache@5.1.1:
3034
+ dependencies:
3035
+ yallist: 3.1.1
3036
+
3037
+ magic-string@0.30.21:
3038
+ dependencies:
3039
+ '@jridgewell/sourcemap-codec': 1.5.5
3040
+
3041
+ memoize-one@6.0.0: {}
3042
+
3043
+ memorystream@0.3.1: {}
3044
+
3045
+ merge2@1.4.1: {}
3046
+
3047
+ micromatch@4.0.8:
3048
+ dependencies:
3049
+ braces: 3.0.3
3050
+ picomatch: 2.3.1
3051
+
3052
+ minimatch@3.1.2:
3053
+ dependencies:
3054
+ brace-expansion: 1.1.12
3055
+
3056
+ minimatch@9.0.5:
3057
+ dependencies:
3058
+ brace-expansion: 2.0.2
3059
+
3060
+ mitt@3.0.1: {}
3061
+
3062
+ mlly@1.8.0:
3063
+ dependencies:
3064
+ acorn: 8.15.0
3065
+ pathe: 2.0.3
3066
+ pkg-types: 1.3.1
3067
+ ufo: 1.6.1
3068
+
3069
+ mrmime@2.0.1: {}
3070
+
3071
+ ms@2.1.3: {}
3072
+
3073
+ muggle-string@0.4.1: {}
3074
+
3075
+ nanoid@3.3.11: {}
3076
+
3077
+ nanoid@5.1.6: {}
3078
+
3079
+ natural-compare@1.4.0: {}
3080
+
3081
+ node-releases@2.0.27: {}
3082
+
3083
+ normalize-wheel-es@1.2.0: {}
3084
+
3085
+ npm-normalize-package-bin@4.0.0: {}
3086
+
3087
+ npm-run-all2@8.0.4:
3088
+ dependencies:
3089
+ ansi-styles: 6.2.3
3090
+ cross-spawn: 7.0.6
3091
+ memorystream: 0.3.1
3092
+ picomatch: 4.0.3
3093
+ pidtree: 0.6.0
3094
+ read-package-json-fast: 4.0.0
3095
+ shell-quote: 1.8.3
3096
+ which: 5.0.0
3097
+
3098
+ nth-check@2.1.1:
3099
+ dependencies:
3100
+ boolbase: 1.0.0
3101
+
3102
+ ohash@2.0.11: {}
3103
+
3104
+ open@10.2.0:
3105
+ dependencies:
3106
+ default-browser: 5.4.0
3107
+ define-lazy-prop: 3.0.0
3108
+ is-inside-container: 1.0.0
3109
+ wsl-utils: 0.1.0
3110
+
3111
+ optionator@0.9.4:
3112
+ dependencies:
3113
+ deep-is: 0.1.4
3114
+ fast-levenshtein: 2.0.6
3115
+ levn: 0.4.1
3116
+ prelude-ls: 1.2.1
3117
+ type-check: 0.4.0
3118
+ word-wrap: 1.2.5
3119
+
3120
+ p-limit@3.1.0:
3121
+ dependencies:
3122
+ yocto-queue: 0.1.0
3123
+
3124
+ p-locate@5.0.0:
3125
+ dependencies:
3126
+ p-limit: 3.1.0
3127
+
3128
+ parent-module@1.0.1:
3129
+ dependencies:
3130
+ callsites: 3.1.0
3131
+
3132
+ path-browserify@1.0.1: {}
3133
+
3134
+ path-exists@4.0.0: {}
3135
+
3136
+ path-key@3.1.1: {}
3137
+
3138
+ pathe@2.0.3: {}
3139
+
3140
+ perfect-debounce@1.0.0: {}
3141
+
3142
+ perfect-debounce@2.0.0: {}
3143
+
3144
+ picocolors@1.1.1: {}
3145
+
3146
+ picomatch@2.3.1: {}
3147
+
3148
+ picomatch@4.0.3: {}
3149
+
3150
+ pidtree@0.6.0: {}
3151
+
3152
+ pinia@3.0.4(typescript@5.9.3)(vue@3.5.26(typescript@5.9.3)):
3153
+ dependencies:
3154
+ '@vue/devtools-api': 7.7.9
3155
+ vue: 3.5.26(typescript@5.9.3)
3156
+ optionalDependencies:
3157
+ typescript: 5.9.3
3158
+
3159
+ pkg-types@1.3.1:
3160
+ dependencies:
3161
+ confbox: 0.1.8
3162
+ mlly: 1.8.0
3163
+ pathe: 2.0.3
3164
+
3165
+ pkg-types@2.3.0:
3166
+ dependencies:
3167
+ confbox: 0.2.2
3168
+ exsolve: 1.0.8
3169
+ pathe: 2.0.3
3170
+
3171
+ postcss-selector-parser@6.1.2:
3172
+ dependencies:
3173
+ cssesc: 3.0.0
3174
+ util-deprecate: 1.0.2
3175
+
3176
+ postcss@8.5.6:
3177
+ dependencies:
3178
+ nanoid: 3.3.11
3179
+ picocolors: 1.1.1
3180
+ source-map-js: 1.2.1
3181
+
3182
+ prelude-ls@1.2.1: {}
3183
+
3184
+ prettier-linter-helpers@1.0.1:
3185
+ dependencies:
3186
+ fast-diff: 1.3.0
3187
+
3188
+ prettier@3.6.2: {}
3189
+
3190
+ punycode@2.3.1: {}
3191
+
3192
+ quansync@0.2.11: {}
3193
+
3194
+ queue-microtask@1.2.3: {}
3195
+
3196
+ read-package-json-fast@4.0.0:
3197
+ dependencies:
3198
+ json-parse-even-better-errors: 4.0.0
3199
+ npm-normalize-package-bin: 4.0.0
3200
+
3201
+ readdirp@4.1.2: {}
3202
+
3203
+ resolve-from@4.0.0: {}
3204
+
3205
+ reusify@1.1.0: {}
3206
+
3207
+ rfdc@1.4.1: {}
3208
+
3209
+ rollup@4.54.0:
3210
+ dependencies:
3211
+ '@types/estree': 1.0.8
3212
+ optionalDependencies:
3213
+ '@rollup/rollup-android-arm-eabi': 4.54.0
3214
+ '@rollup/rollup-android-arm64': 4.54.0
3215
+ '@rollup/rollup-darwin-arm64': 4.54.0
3216
+ '@rollup/rollup-darwin-x64': 4.54.0
3217
+ '@rollup/rollup-freebsd-arm64': 4.54.0
3218
+ '@rollup/rollup-freebsd-x64': 4.54.0
3219
+ '@rollup/rollup-linux-arm-gnueabihf': 4.54.0
3220
+ '@rollup/rollup-linux-arm-musleabihf': 4.54.0
3221
+ '@rollup/rollup-linux-arm64-gnu': 4.54.0
3222
+ '@rollup/rollup-linux-arm64-musl': 4.54.0
3223
+ '@rollup/rollup-linux-loong64-gnu': 4.54.0
3224
+ '@rollup/rollup-linux-ppc64-gnu': 4.54.0
3225
+ '@rollup/rollup-linux-riscv64-gnu': 4.54.0
3226
+ '@rollup/rollup-linux-riscv64-musl': 4.54.0
3227
+ '@rollup/rollup-linux-s390x-gnu': 4.54.0
3228
+ '@rollup/rollup-linux-x64-gnu': 4.54.0
3229
+ '@rollup/rollup-linux-x64-musl': 4.54.0
3230
+ '@rollup/rollup-openharmony-arm64': 4.54.0
3231
+ '@rollup/rollup-win32-arm64-msvc': 4.54.0
3232
+ '@rollup/rollup-win32-ia32-msvc': 4.54.0
3233
+ '@rollup/rollup-win32-x64-gnu': 4.54.0
3234
+ '@rollup/rollup-win32-x64-msvc': 4.54.0
3235
+ fsevents: 2.3.3
3236
+
3237
+ run-applescript@7.1.0: {}
3238
+
3239
+ run-parallel@1.2.0:
3240
+ dependencies:
3241
+ queue-microtask: 1.2.3
3242
+
3243
+ scule@1.3.0: {}
3244
+
3245
+ semver@6.3.1: {}
3246
+
3247
+ semver@7.7.3: {}
3248
+
3249
+ shebang-command@2.0.0:
3250
+ dependencies:
3251
+ shebang-regex: 3.0.0
3252
+
3253
+ shebang-regex@3.0.0: {}
3254
+
3255
+ shell-quote@1.8.3: {}
3256
+
3257
+ sirv@3.0.2:
3258
+ dependencies:
3259
+ '@polka/url': 1.0.0-next.29
3260
+ mrmime: 2.0.1
3261
+ totalist: 3.0.1
3262
+
3263
+ source-map-js@1.2.1: {}
3264
+
3265
+ speakingurl@14.0.1: {}
3266
+
3267
+ strip-json-comments@3.1.1: {}
3268
+
3269
+ strip-literal@3.1.0:
3270
+ dependencies:
3271
+ js-tokens: 9.0.1
3272
+
3273
+ superjson@2.2.6:
3274
+ dependencies:
3275
+ copy-anything: 4.0.5
3276
+
3277
+ supports-color@7.2.0:
3278
+ dependencies:
3279
+ has-flag: 4.0.0
3280
+
3281
+ synckit@0.11.11:
3282
+ dependencies:
3283
+ '@pkgr/core': 0.2.9
3284
+
3285
+ tinyglobby@0.2.15:
3286
+ dependencies:
3287
+ fdir: 6.5.0(picomatch@4.0.3)
3288
+ picomatch: 4.0.3
3289
+
3290
+ to-regex-range@5.0.1:
3291
+ dependencies:
3292
+ is-number: 7.0.0
3293
+
3294
+ totalist@3.0.1: {}
3295
+
3296
+ ts-api-utils@2.4.0(typescript@5.9.3):
3297
+ dependencies:
3298
+ typescript: 5.9.3
3299
+
3300
+ type-check@0.4.0:
3301
+ dependencies:
3302
+ prelude-ls: 1.2.1
3303
+
3304
+ typescript-eslint@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3):
3305
+ dependencies:
3306
+ '@typescript-eslint/eslint-plugin': 8.51.0(@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
3307
+ '@typescript-eslint/parser': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
3308
+ '@typescript-eslint/typescript-estree': 8.51.0(typescript@5.9.3)
3309
+ '@typescript-eslint/utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
3310
+ eslint: 9.39.2(jiti@2.6.1)
3311
+ typescript: 5.9.3
3312
+ transitivePeerDependencies:
3313
+ - supports-color
3314
+
3315
+ typescript@5.9.3: {}
3316
+
3317
+ ufo@1.6.1: {}
3318
+
3319
+ undici-types@7.16.0: {}
3320
+
3321
+ unimport@5.6.0:
3322
+ dependencies:
3323
+ acorn: 8.15.0
3324
+ escape-string-regexp: 5.0.0
3325
+ estree-walker: 3.0.3
3326
+ local-pkg: 1.1.2
3327
+ magic-string: 0.30.21
3328
+ mlly: 1.8.0
3329
+ pathe: 2.0.3
3330
+ picomatch: 4.0.3
3331
+ pkg-types: 2.3.0
3332
+ scule: 1.3.0
3333
+ strip-literal: 3.1.0
3334
+ tinyglobby: 0.2.15
3335
+ unplugin: 2.3.11
3336
+ unplugin-utils: 0.3.1
3337
+
3338
+ unplugin-auto-import@20.3.0(@vueuse/core@10.11.1(vue@3.5.26(typescript@5.9.3))):
3339
+ dependencies:
3340
+ local-pkg: 1.1.2
3341
+ magic-string: 0.30.21
3342
+ picomatch: 4.0.3
3343
+ unimport: 5.6.0
3344
+ unplugin: 2.3.11
3345
+ unplugin-utils: 0.3.1
3346
+ optionalDependencies:
3347
+ '@vueuse/core': 10.11.1(vue@3.5.26(typescript@5.9.3))
3348
+
3349
+ unplugin-utils@0.3.1:
3350
+ dependencies:
3351
+ pathe: 2.0.3
3352
+ picomatch: 4.0.3
3353
+
3354
+ unplugin-vue-components@30.0.0(@babel/parser@7.28.5)(vue@3.5.26(typescript@5.9.3)):
3355
+ dependencies:
3356
+ chokidar: 4.0.3
3357
+ debug: 4.4.3
3358
+ local-pkg: 1.1.2
3359
+ magic-string: 0.30.21
3360
+ mlly: 1.8.0
3361
+ tinyglobby: 0.2.15
3362
+ unplugin: 2.3.11
3363
+ unplugin-utils: 0.3.1
3364
+ vue: 3.5.26(typescript@5.9.3)
3365
+ optionalDependencies:
3366
+ '@babel/parser': 7.28.5
3367
+ transitivePeerDependencies:
3368
+ - supports-color
3369
+
3370
+ unplugin@2.3.11:
3371
+ dependencies:
3372
+ '@jridgewell/remapping': 2.3.5
3373
+ acorn: 8.15.0
3374
+ picomatch: 4.0.3
3375
+ webpack-virtual-modules: 0.6.2
3376
+
3377
+ update-browserslist-db@1.2.3(browserslist@4.28.1):
3378
+ dependencies:
3379
+ browserslist: 4.28.1
3380
+ escalade: 3.2.0
3381
+ picocolors: 1.1.1
3382
+
3383
+ uri-js@4.4.1:
3384
+ dependencies:
3385
+ punycode: 2.3.1
3386
+
3387
+ util-deprecate@1.0.2: {}
3388
+
3389
+ vite-dev-rpc@1.1.0(vite@7.3.0(@types/node@24.10.4)(jiti@2.6.1)):
3390
+ dependencies:
3391
+ birpc: 2.9.0
3392
+ vite: 7.3.0(@types/node@24.10.4)(jiti@2.6.1)
3393
+ vite-hot-client: 2.1.0(vite@7.3.0(@types/node@24.10.4)(jiti@2.6.1))
3394
+
3395
+ vite-hot-client@2.1.0(vite@7.3.0(@types/node@24.10.4)(jiti@2.6.1)):
3396
+ dependencies:
3397
+ vite: 7.3.0(@types/node@24.10.4)(jiti@2.6.1)
3398
+
3399
+ vite-plugin-inspect@11.3.3(vite@7.3.0(@types/node@24.10.4)(jiti@2.6.1)):
3400
+ dependencies:
3401
+ ansis: 4.2.0
3402
+ debug: 4.4.3
3403
+ error-stack-parser-es: 1.0.5
3404
+ ohash: 2.0.11
3405
+ open: 10.2.0
3406
+ perfect-debounce: 2.0.0
3407
+ sirv: 3.0.2
3408
+ unplugin-utils: 0.3.1
3409
+ vite: 7.3.0(@types/node@24.10.4)(jiti@2.6.1)
3410
+ vite-dev-rpc: 1.1.0(vite@7.3.0(@types/node@24.10.4)(jiti@2.6.1))
3411
+ transitivePeerDependencies:
3412
+ - supports-color
3413
+
3414
+ vite-plugin-vue-devtools@8.0.5(vite@7.3.0(@types/node@24.10.4)(jiti@2.6.1))(vue@3.5.26(typescript@5.9.3)):
3415
+ dependencies:
3416
+ '@vue/devtools-core': 8.0.5(vite@7.3.0(@types/node@24.10.4)(jiti@2.6.1))(vue@3.5.26(typescript@5.9.3))
3417
+ '@vue/devtools-kit': 8.0.5
3418
+ '@vue/devtools-shared': 8.0.5
3419
+ sirv: 3.0.2
3420
+ vite: 7.3.0(@types/node@24.10.4)(jiti@2.6.1)
3421
+ vite-plugin-inspect: 11.3.3(vite@7.3.0(@types/node@24.10.4)(jiti@2.6.1))
3422
+ vite-plugin-vue-inspector: 5.3.2(vite@7.3.0(@types/node@24.10.4)(jiti@2.6.1))
3423
+ transitivePeerDependencies:
3424
+ - '@nuxt/kit'
3425
+ - supports-color
3426
+ - vue
3427
+
3428
+ vite-plugin-vue-inspector@5.3.2(vite@7.3.0(@types/node@24.10.4)(jiti@2.6.1)):
3429
+ dependencies:
3430
+ '@babel/core': 7.28.5
3431
+ '@babel/plugin-proposal-decorators': 7.28.0(@babel/core@7.28.5)
3432
+ '@babel/plugin-syntax-import-attributes': 7.27.1(@babel/core@7.28.5)
3433
+ '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.28.5)
3434
+ '@babel/plugin-transform-typescript': 7.28.5(@babel/core@7.28.5)
3435
+ '@vue/babel-plugin-jsx': 1.5.0(@babel/core@7.28.5)
3436
+ '@vue/compiler-dom': 3.5.26
3437
+ kolorist: 1.8.0
3438
+ magic-string: 0.30.21
3439
+ vite: 7.3.0(@types/node@24.10.4)(jiti@2.6.1)
3440
+ transitivePeerDependencies:
3441
+ - supports-color
3442
+
3443
+ vite@7.3.0(@types/node@24.10.4)(jiti@2.6.1):
3444
+ dependencies:
3445
+ esbuild: 0.27.2
3446
+ fdir: 6.5.0(picomatch@4.0.3)
3447
+ picomatch: 4.0.3
3448
+ postcss: 8.5.6
3449
+ rollup: 4.54.0
3450
+ tinyglobby: 0.2.15
3451
+ optionalDependencies:
3452
+ '@types/node': 24.10.4
3453
+ fsevents: 2.3.3
3454
+ jiti: 2.6.1
3455
+
3456
+ vscode-uri@3.1.0: {}
3457
+
3458
+ vue-demi@0.14.10(vue@3.5.26(typescript@5.9.3)):
3459
+ dependencies:
3460
+ vue: 3.5.26(typescript@5.9.3)
3461
+
3462
+ vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1)):
3463
+ dependencies:
3464
+ debug: 4.4.3
3465
+ eslint: 9.39.2(jiti@2.6.1)
3466
+ eslint-scope: 8.4.0
3467
+ eslint-visitor-keys: 4.2.1
3468
+ espree: 10.4.0
3469
+ esquery: 1.7.0
3470
+ semver: 7.7.3
3471
+ transitivePeerDependencies:
3472
+ - supports-color
3473
+
3474
+ vue-router@4.6.4(vue@3.5.26(typescript@5.9.3)):
3475
+ dependencies:
3476
+ '@vue/devtools-api': 6.6.4
3477
+ vue: 3.5.26(typescript@5.9.3)
3478
+
3479
+ vue-tsc@3.2.1(typescript@5.9.3):
3480
+ dependencies:
3481
+ '@volar/typescript': 2.4.27
3482
+ '@vue/language-core': 3.2.1
3483
+ typescript: 5.9.3
3484
+
3485
+ vue@3.5.26(typescript@5.9.3):
3486
+ dependencies:
3487
+ '@vue/compiler-dom': 3.5.26
3488
+ '@vue/compiler-sfc': 3.5.26
3489
+ '@vue/runtime-dom': 3.5.26
3490
+ '@vue/server-renderer': 3.5.26(vue@3.5.26(typescript@5.9.3))
3491
+ '@vue/shared': 3.5.26
3492
+ optionalDependencies:
3493
+ typescript: 5.9.3
3494
+
3495
+ webpack-virtual-modules@0.6.2: {}
3496
+
3497
+ which@2.0.2:
3498
+ dependencies:
3499
+ isexe: 2.0.0
3500
+
3501
+ which@5.0.0:
3502
+ dependencies:
3503
+ isexe: 3.1.1
3504
+
3505
+ word-wrap@1.2.5: {}
3506
+
3507
+ wsl-utils@0.1.0:
3508
+ dependencies:
3509
+ is-wsl: 3.1.0
3510
+
3511
+ xml-name-validator@4.0.0: {}
3512
+
3513
+ yallist@3.1.1: {}
3514
+
3515
+ yocto-queue@0.1.0: {}