@ybais/create-ybais-app 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. package/README.md +21 -0
  2. package/dist/index.js +371 -0
  3. package/package.json +34 -0
  4. package/template/.cursor/rules/ybais-app.mdc +21 -0
  5. package/template/.cursor/skills/ybais-app/SKILL.md +140 -0
  6. package/template/.cursor/skills/ybais-app/reference.md +180 -0
  7. package/template/.env +2 -0
  8. package/template/.env.prod +8 -0
  9. package/template/.env.test +8 -0
  10. package/template/.mise/tasks/build +107 -0
  11. package/template/.oxlintrc.json +22 -0
  12. package/template/AGENTS.md +25 -0
  13. package/template/README.md +251 -0
  14. package/template/dist/assets/css/index-bQrzgOlr.css +1 -0
  15. package/template/dist/assets/js/dist-CX33qWwE.js +2 -0
  16. package/template/dist/assets/js/dist-legacy-BnxRxjXx.js +1 -0
  17. package/template/dist/assets/js/index-BNqkt-js.js +2 -0
  18. package/template/dist/assets/js/index-legacy-DPO2FCfH.js +1 -0
  19. package/template/dist/assets/js/polyfills-Dsaw-v00.js +1 -0
  20. package/template/dist/assets/js/polyfills-legacy-DyZJWH2U.js +1 -0
  21. package/template/dist/assets/js/rolldown-runtime-LhxUO5vB.js +1 -0
  22. package/template/dist/assets/js/rolldown-runtime-legacy-BptCTa2h.js +1 -0
  23. package/template/dist/assets/js/routes-D2ibRZk6.js +1 -0
  24. package/template/dist/assets/js/routes-legacy-DGEWjKnS.js +1 -0
  25. package/template/dist/assets/js/vconsole.min-BcOaunN2.js +1 -0
  26. package/template/dist/assets/js/vconsole.min-legacy-Bub-moxG.js +1 -0
  27. package/template/dist/favicon.svg +1 -0
  28. package/template/dist/index.html +29 -0
  29. package/template/dist/version.json +4 -0
  30. package/template/index.html +19 -0
  31. package/template/mise.toml +11 -0
  32. package/template/package.json +60 -0
  33. package/template/plugins/app-version.ts +88 -0
  34. package/template/pnpm-lock.yaml +3359 -0
  35. package/template/pnpm-workspace.yaml +7 -0
  36. package/template/postcss.config.js +24 -0
  37. package/template/public/favicon.svg +1 -0
  38. package/template/scripts/run-build.mjs +5 -0
  39. package/template/scripts/setup-mise.mjs +47 -0
  40. package/template/scripts/with-mise.mjs +107 -0
  41. package/template/src/api/alova.d.ts +7 -0
  42. package/template/src/api/alova.ts +50 -0
  43. package/template/src/api/index.ts +8 -0
  44. package/template/src/api/qiniu.ts +8 -0
  45. package/template/src/api/uploader.ts +25 -0
  46. package/template/src/components/NotFoundComponent/index.tsx +48 -0
  47. package/template/src/components/RouterErrorComponent/index.tsx +27 -0
  48. package/template/src/components/index.ts +2 -0
  49. package/template/src/lib/README.md +17 -0
  50. package/template/src/main.tsx +64 -0
  51. package/template/src/routeTree.gen.ts +59 -0
  52. package/template/src/router.ts +10 -0
  53. package/template/src/routes/__root.tsx +10 -0
  54. package/template/src/routes/index.tsx +39 -0
  55. package/template/src/styles/index.css +42 -0
  56. package/template/src/styles/variant.css +18 -0
  57. package/template/src/styles/webview-compat.css +49 -0
  58. package/template/src/utils/cn.ts +63 -0
  59. package/template/src/vite-env.d.ts +41 -0
  60. package/template/tailwind.config.js +14 -0
  61. package/template/tsconfig.app.json +37 -0
  62. package/template/tsconfig.json +7 -0
  63. package/template/tsconfig.node.json +28 -0
  64. package/template/vite.config.ts +131 -0
@@ -0,0 +1,3359 @@
1
+ lockfileVersion: '9.0'
2
+
3
+ settings:
4
+ autoInstallPeers: true
5
+ excludeLinksFromLockfile: false
6
+
7
+ importers:
8
+
9
+ .:
10
+ dependencies:
11
+ '@tanstack/react-router':
12
+ specifier: ^1.170.18
13
+ version: 1.170.18(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
14
+ abortcontroller-polyfill:
15
+ specifier: 1.7.8
16
+ version: 1.7.8
17
+ alova:
18
+ specifier: ^3.5.3
19
+ version: 3.5.3
20
+ core-js:
21
+ specifier: ^3.50.0
22
+ version: 3.50.0
23
+ crypto-js:
24
+ specifier: ^4.2.0
25
+ version: 4.2.0
26
+ qiniu-js:
27
+ specifier: ^3.4.4
28
+ version: 3.4.4
29
+ react:
30
+ specifier: 18.3.1
31
+ version: 18.3.1
32
+ react-dom:
33
+ specifier: 18.3.1
34
+ version: 18.3.1(react@18.3.1)
35
+ regenerator-runtime:
36
+ specifier: 0.14.1
37
+ version: 0.14.1
38
+ sonner:
39
+ specifier: ^2.0.8
40
+ version: 2.0.8(@types/react@18.3.18)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
41
+ vconsole:
42
+ specifier: ^3.15.1
43
+ version: 3.15.1
44
+ devDependencies:
45
+ '@tanstack/router-plugin':
46
+ specifier: ^1.168.23
47
+ version: 1.168.23(@tanstack/react-router@1.170.18(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(rolldown@1.1.5)(vite@8.1.5(@types/node@26.2.0)(jiti@1.21.7)(terser@5.49.0))
48
+ '@types/crypto-js':
49
+ specifier: ^4.2.2
50
+ version: 4.2.2
51
+ '@types/node':
52
+ specifier: ^26.2.0
53
+ version: 26.2.0
54
+ '@types/react':
55
+ specifier: 18.3.18
56
+ version: 18.3.18
57
+ '@types/react-dom':
58
+ specifier: 18.3.5
59
+ version: 18.3.5(@types/react@18.3.18)
60
+ '@vitejs/plugin-legacy':
61
+ specifier: ^8.2.2
62
+ version: 8.2.2(terser@5.49.0)(vite@8.1.5(@types/node@26.2.0)(jiti@1.21.7)(terser@5.49.0))
63
+ '@vitejs/plugin-react':
64
+ specifier: ^6.0.4
65
+ version: 6.0.4(vite@8.1.5(@types/node@26.2.0)(jiti@1.21.7)(terser@5.49.0))
66
+ autoprefixer:
67
+ specifier: ^10.5.4
68
+ version: 10.5.4(postcss@8.5.22)
69
+ oxlint:
70
+ specifier: ^1.77.0
71
+ version: 1.77.0
72
+ postcss-px-to-viewport-8-plugin:
73
+ specifier: ^1.2.5
74
+ version: 1.2.5
75
+ tailwindcss:
76
+ specifier: 3.4.19
77
+ version: 3.4.19
78
+ terser:
79
+ specifier: ^5.49.0
80
+ version: 5.49.0
81
+ typescript:
82
+ specifier: ~6.0.2
83
+ version: 6.0.3
84
+ vite:
85
+ specifier: ^8.1.5
86
+ version: 8.1.5(@types/node@26.2.0)(jiti@1.21.7)(terser@5.49.0)
87
+
88
+ packages:
89
+
90
+ '@alloc/quick-lru@5.2.0':
91
+ resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==}
92
+ engines: {node: '>=10'}
93
+
94
+ '@alova/shared@1.3.4':
95
+ resolution: {integrity: sha512-kdYHUqO35AEdnQHnzevyf+VhhfD0jc+EBbZv/aYkA4rwjVjf+vB6D/ZkTwiYFH1yQjwiGwF1ZbJv5a7rKGyNiw==}
96
+
97
+ '@babel/code-frame@7.29.7':
98
+ resolution: {integrity: sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==}
99
+ engines: {node: '>=6.9.0'}
100
+
101
+ '@babel/compat-data@7.29.7':
102
+ resolution: {integrity: sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==}
103
+ engines: {node: '>=6.9.0'}
104
+
105
+ '@babel/core@7.29.7':
106
+ resolution: {integrity: sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==}
107
+ engines: {node: '>=6.9.0'}
108
+
109
+ '@babel/generator@7.29.7':
110
+ resolution: {integrity: sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==}
111
+ engines: {node: '>=6.9.0'}
112
+
113
+ '@babel/helper-annotate-as-pure@7.29.7':
114
+ resolution: {integrity: sha512-OoK6239jHPuSQOoS0kfTVKn0b/rVTk0seKq4Gd2UMLtmOVLjDC0ki3e+c90Trqv2gMfvJFqkiljrr568+qddiw==}
115
+ engines: {node: '>=6.9.0'}
116
+
117
+ '@babel/helper-compilation-targets@7.29.7':
118
+ resolution: {integrity: sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==}
119
+ engines: {node: '>=6.9.0'}
120
+
121
+ '@babel/helper-create-class-features-plugin@7.29.7':
122
+ resolution: {integrity: sha512-IY3ZD9Tmooqr3TUhc3DUWxiuo8xx1DWLhd5M7hQ+ZWJamqM2BbalrBJb2MisSLoYorOj75U03qULCxQTY9r3hg==}
123
+ engines: {node: '>=6.9.0'}
124
+ peerDependencies:
125
+ '@babel/core': ^7.0.0
126
+
127
+ '@babel/helper-create-regexp-features-plugin@7.29.7':
128
+ resolution: {integrity: sha512-907Uymvqgg1dwUA+7IGwFAOSYzQOuzPXKNJ1yxzwPffzkYFg2q2eHi1fIOs6sXkG9NbIUMunnUlkYsfRFNvomg==}
129
+ engines: {node: '>=6.9.0'}
130
+ peerDependencies:
131
+ '@babel/core': ^7.0.0
132
+
133
+ '@babel/helper-define-polyfill-provider@0.6.8':
134
+ resolution: {integrity: sha512-47UwBLPpQi1NoWzLuHNjRoHlYXMwIJoBf7MFou6viC/sIHWYygpvr0B6IAyh5sBdA2nr2LPIRww8lfaUVQINBA==}
135
+ peerDependencies:
136
+ '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
137
+
138
+ '@babel/helper-globals@7.29.7':
139
+ resolution: {integrity: sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==}
140
+ engines: {node: '>=6.9.0'}
141
+
142
+ '@babel/helper-member-expression-to-functions@7.29.7':
143
+ resolution: {integrity: sha512-j+7JYmk1JYDtACIGj0QJqqWZjoUpMoEikQGADMaHgCMCSDqd2+P32rfcibUNrGOMWrlzK1WJBdxrB3JJQZwWtg==}
144
+ engines: {node: '>=6.9.0'}
145
+
146
+ '@babel/helper-module-imports@7.29.7':
147
+ resolution: {integrity: sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==}
148
+ engines: {node: '>=6.9.0'}
149
+
150
+ '@babel/helper-module-transforms@7.29.7':
151
+ resolution: {integrity: sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==}
152
+ engines: {node: '>=6.9.0'}
153
+ peerDependencies:
154
+ '@babel/core': ^7.0.0
155
+
156
+ '@babel/helper-optimise-call-expression@7.29.7':
157
+ resolution: {integrity: sha512-+kmGVjcT9RGYzoDwdwEqEvGgKe3BYq+O1iGzjFubaNgZHwYHP6lsF2Yghf4kEuv9BV7tYDZ913aBW9am6YKong==}
158
+ engines: {node: '>=6.9.0'}
159
+
160
+ '@babel/helper-plugin-utils@7.29.7':
161
+ resolution: {integrity: sha512-G7sHYigPY17oO5SYWnfD/0MTBwVR781S/JI643e/JhUYgVgWE/61SoW3NH9KWUKyKq5LVh3npif99Wkt6j86Jw==}
162
+ engines: {node: '>=6.9.0'}
163
+
164
+ '@babel/helper-remap-async-to-generator@7.29.7':
165
+ resolution: {integrity: sha512-16AMiW26DbXWBbr3B8wNozKM0ydMLB892vaOaJW/fPJdnT8vJk5sdkQcU/isqUxyCE0cEoa8wZOcbgDuC4b6Og==}
166
+ engines: {node: '>=6.9.0'}
167
+ peerDependencies:
168
+ '@babel/core': ^7.0.0
169
+
170
+ '@babel/helper-replace-supers@7.29.7':
171
+ resolution: {integrity: sha512-atfGXWSeCiF4DnKZIfmJfQRkSw9b9gNNXR1kqKjbhG4pGYCOnkp8OcTB8E3NXjBu8NpheSnOeNKz8KT7UNFTmQ==}
172
+ engines: {node: '>=6.9.0'}
173
+ peerDependencies:
174
+ '@babel/core': ^7.0.0
175
+
176
+ '@babel/helper-skip-transparent-expression-wrappers@7.29.7':
177
+ resolution: {integrity: sha512-brcMGQaVzIeUb+6/bs1Av0f8YuNNjKY2JyvfRCsFuFsdKccEQ5Ges2y74D74NZ1Rz8lKJ9ksJkfqwQFJ/iNEyQ==}
178
+ engines: {node: '>=6.9.0'}
179
+
180
+ '@babel/helper-string-parser@7.29.7':
181
+ resolution: {integrity: sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==}
182
+ engines: {node: '>=6.9.0'}
183
+
184
+ '@babel/helper-validator-identifier@7.29.7':
185
+ resolution: {integrity: sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==}
186
+ engines: {node: '>=6.9.0'}
187
+
188
+ '@babel/helper-validator-option@7.29.7':
189
+ resolution: {integrity: sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==}
190
+ engines: {node: '>=6.9.0'}
191
+
192
+ '@babel/helper-wrap-function@7.29.7':
193
+ resolution: {integrity: sha512-iES0Skag9ERIF68aXadpO6dbXa03mNWK3sEqJaMnLNs/eC3l0lkImdfoy6Y09/SfkpawdAB4RjQ7PVA7TcVGdw==}
194
+ engines: {node: '>=6.9.0'}
195
+
196
+ '@babel/helpers@7.29.7':
197
+ resolution: {integrity: sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==}
198
+ engines: {node: '>=6.9.0'}
199
+
200
+ '@babel/parser@7.29.7':
201
+ resolution: {integrity: sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==}
202
+ engines: {node: '>=6.0.0'}
203
+ hasBin: true
204
+
205
+ '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.29.7':
206
+ resolution: {integrity: sha512-j8SrR0zLZrRsC09DlszEx8FpMiwukKffYXMK0d5LmOglO7vGG6sz/BR/20yHqWH+Lnn31JTt2PE3hIWNgM2J6w==}
207
+ engines: {node: '>=6.9.0'}
208
+ peerDependencies:
209
+ '@babel/core': ^7.0.0
210
+
211
+ '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.29.7':
212
+ resolution: {integrity: sha512-r8j8escF+U2FUHo0KOhPUdMzUO+jp9fInva6+ACVAF3Y97Ev+5iNZwiqTghmzNeWwDkOPlYuTcfb1vDaoZKmAQ==}
213
+ engines: {node: '>=6.9.0'}
214
+ peerDependencies:
215
+ '@babel/core': ^7.0.0
216
+
217
+ '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.29.7':
218
+ resolution: {integrity: sha512-GE1TFSiuFeGsCxmYXZl8HwoPrVlwe4rHPFE8weieGKZqnDORK+Ar3vgWMgW+AOxQ6/2TgLSKx9p6W7O4rC6qgQ==}
219
+ engines: {node: '>=6.9.0'}
220
+ peerDependencies:
221
+ '@babel/core': ^7.0.0
222
+
223
+ '@babel/plugin-bugfix-safari-rest-destructuring-rhs-array@7.29.7':
224
+ resolution: {integrity: sha512-oBNVCvnO5tND+xSopWvV8WNGfpTfgP4Zr/YXXSj8zfmcPktp5Ku/aZlsIowgSD4fjmgHn6sGmB9APVsU5zOdhA==}
225
+ engines: {node: '>=6.9.0'}
226
+ peerDependencies:
227
+ '@babel/core': ^7.0.0
228
+
229
+ '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.29.7':
230
+ resolution: {integrity: sha512-QQt9qKHZ2sg/kivaLr7lnQr8HVrQDdBNSfCsTjiDxRuX/K5ORyKq+Bu8Xr0cDE3Dfkv0cw28Ve0EKyKMvulkOw==}
231
+ engines: {node: '>=6.9.0'}
232
+ peerDependencies:
233
+ '@babel/core': ^7.13.0
234
+
235
+ '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.29.7':
236
+ resolution: {integrity: sha512-pn6QacGLgvCcwc+syUhKE/qSjV2D1IHDB84RNxWYSt1mW3K/SCtjinZ2p0cETJxAWBjPy3K/1lHwG5BjjPxNlw==}
237
+ engines: {node: '>=6.9.0'}
238
+ peerDependencies:
239
+ '@babel/core': ^7.0.0
240
+
241
+ '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2':
242
+ resolution: {integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==}
243
+ engines: {node: '>=6.9.0'}
244
+ peerDependencies:
245
+ '@babel/core': ^7.0.0-0
246
+
247
+ '@babel/plugin-syntax-import-assertions@7.29.7':
248
+ resolution: {integrity: sha512-/An1OCBN93thpBAGyfsK2pcf0jvju1SAtKkL2Ny++B5Sy6sqgzXDQH1cZxWbF96Wuk+bn41MDA9bLd4VVAw6rw==}
249
+ engines: {node: '>=6.9.0'}
250
+ peerDependencies:
251
+ '@babel/core': ^7.0.0-0
252
+
253
+ '@babel/plugin-syntax-import-attributes@7.29.7':
254
+ resolution: {integrity: sha512-zGYcYfq/WmZ4V+kBIXQon9dSSc8ircGZqw9ZaNhhGj9nZkeBu1jHLBDQqYYi5WA9uawvA2sIMbry2nCFhf5Djg==}
255
+ engines: {node: '>=6.9.0'}
256
+ peerDependencies:
257
+ '@babel/core': ^7.0.0-0
258
+
259
+ '@babel/plugin-syntax-unicode-sets-regex@7.18.6':
260
+ resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==}
261
+ engines: {node: '>=6.9.0'}
262
+ peerDependencies:
263
+ '@babel/core': ^7.0.0
264
+
265
+ '@babel/plugin-transform-arrow-functions@7.29.7':
266
+ resolution: {integrity: sha512-N7zArUXWzAMzm+/N0uPBeVB3Fam5lMxtUwMmDK5f/IBBS7a7p1qeUoxd/6CckXoxUdgsntq1Dh8xNW06maZbDQ==}
267
+ engines: {node: '>=6.9.0'}
268
+ peerDependencies:
269
+ '@babel/core': ^7.0.0-0
270
+
271
+ '@babel/plugin-transform-async-generator-functions@7.29.7':
272
+ resolution: {integrity: sha512-d98gXZkgswvkyohMBABkhm3GeXhYj8psWfwQ2C7gtfrKGTykQa/iOIi+JJhwMjPlZ6Vm2XN+DCf3Es1EoG4ZLA==}
273
+ engines: {node: '>=6.9.0'}
274
+ peerDependencies:
275
+ '@babel/core': ^7.0.0-0
276
+
277
+ '@babel/plugin-transform-async-to-generator@7.29.7':
278
+ resolution: {integrity: sha512-pcUb2SS+RMo9TWVBwKGI5ShtoG7R+zBsFmCKDa6fe8c+hPr3XJlZgoE5j6i8W7gDjhyvy+85vmYexanvXh3d1w==}
279
+ engines: {node: '>=6.9.0'}
280
+ peerDependencies:
281
+ '@babel/core': ^7.0.0-0
282
+
283
+ '@babel/plugin-transform-block-scoped-functions@7.29.7':
284
+ resolution: {integrity: sha512-cUSmjh72N+rN4PrkFlN1dJwNCwjVp5d38/CQrEsFggkD10UiFlBFgdH3tv5dNsLuHY+3S8db2xCHjhZcv5WgvA==}
285
+ engines: {node: '>=6.9.0'}
286
+ peerDependencies:
287
+ '@babel/core': ^7.0.0-0
288
+
289
+ '@babel/plugin-transform-block-scoping@7.29.7':
290
+ resolution: {integrity: sha512-ONyr4+AZhKh8yKWInVxU9AXA9EbsyeLcL6V0dJy6M2/62vuvpGm29zzuymbTpdc451GEpDIdAyPLP3r+P61yKQ==}
291
+ engines: {node: '>=6.9.0'}
292
+ peerDependencies:
293
+ '@babel/core': ^7.0.0-0
294
+
295
+ '@babel/plugin-transform-class-properties@7.29.7':
296
+ resolution: {integrity: sha512-GtcpjFvanPfzNQi3eTitsCqtRRmmqzpy/A+yhTR1HaZo1Ly3EA8ZXxlPyHdR8/IuRMYc3E4wdGBewB2QKQjAaA==}
297
+ engines: {node: '>=6.9.0'}
298
+ peerDependencies:
299
+ '@babel/core': ^7.0.0-0
300
+
301
+ '@babel/plugin-transform-class-static-block@7.29.7':
302
+ resolution: {integrity: sha512-kibJgmEdX2iMwsHY2tSZNDgj8PwIlCQz7FK9KuGKO8zsuoUwSEhoNnNVp/emKWrbY4HeO6kkXfdMqRKKKXBm2A==}
303
+ engines: {node: '>=6.9.0'}
304
+ peerDependencies:
305
+ '@babel/core': ^7.12.0
306
+
307
+ '@babel/plugin-transform-classes@7.29.7':
308
+ resolution: {integrity: sha512-qV0OGGBVacduzQHE649JyCneOFI/maT+YKsO+K4Yi3xv2wTPNjM/W2o2gdzMwEAZz7fXNTHAe0NcSg30bIN69g==}
309
+ engines: {node: '>=6.9.0'}
310
+ peerDependencies:
311
+ '@babel/core': ^7.0.0-0
312
+
313
+ '@babel/plugin-transform-computed-properties@7.29.7':
314
+ resolution: {integrity: sha512-RK7/IyU5phpuCdBAuig5VkzG/EnbDaui5SQGdU9BFrHdV+mV4cUjLMQ9lJDjLNtWHsqtiefpGZUXQP2BiTYMsA==}
315
+ engines: {node: '>=6.9.0'}
316
+ peerDependencies:
317
+ '@babel/core': ^7.0.0-0
318
+
319
+ '@babel/plugin-transform-destructuring@7.29.7':
320
+ resolution: {integrity: sha512-iPX8aD6H9zV5s7ZsqTdNocPN/MGQ5sSMnElKrktxjJRMnB2jN/1p2+R7GkfD6CAYoVFqy5A4XnSIUeGgJzIWpg==}
321
+ engines: {node: '>=6.9.0'}
322
+ peerDependencies:
323
+ '@babel/core': ^7.0.0-0
324
+
325
+ '@babel/plugin-transform-dotall-regex@7.29.7':
326
+ resolution: {integrity: sha512-3qc18hsD2RdZiyJNDNc7HQpv6xbncwh8FYtxNFFzclSyh/trPD9KkVR9BDECUjDLvb7yJVF15GfYUuC+LMkkiQ==}
327
+ engines: {node: '>=6.9.0'}
328
+ peerDependencies:
329
+ '@babel/core': ^7.0.0-0
330
+
331
+ '@babel/plugin-transform-duplicate-keys@7.29.7':
332
+ resolution: {integrity: sha512-6IvRRriEMqnBwD6chtxdLpMYCHWEzN+oL5cyQtjykya19UgzbmKhxmhZgKC/LHxS2nYr9Q/qYPZ5Lr6jOL9+yQ==}
333
+ engines: {node: '>=6.9.0'}
334
+ peerDependencies:
335
+ '@babel/core': ^7.0.0-0
336
+
337
+ '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.29.7':
338
+ resolution: {integrity: sha512-2wiIyo2BjtgU7HufSeDnL9L2O7zr8jmhFKuSr65VpRkUiRKRNpb0mdlk56+XPPKoIrfHqzbMuglDvZun0RISsA==}
339
+ engines: {node: '>=6.9.0'}
340
+ peerDependencies:
341
+ '@babel/core': ^7.0.0
342
+
343
+ '@babel/plugin-transform-dynamic-import@7.29.7':
344
+ resolution: {integrity: sha512-giOlEm/EFjfjr+te9NsdjkUo2v4f8rS/SXPumRVHAtbNcyNlvtREkU1dZzaIDclNpnaVhlCqRdFKhJBjBikzLg==}
345
+ engines: {node: '>=6.9.0'}
346
+ peerDependencies:
347
+ '@babel/core': ^7.0.0-0
348
+
349
+ '@babel/plugin-transform-explicit-resource-management@7.29.7':
350
+ resolution: {integrity: sha512-Rstj7coNz8sE+7Ju7ihpHLI564lsK5pUpNNlvptCIC/16E/S5hbl6n3kESPKdNRmqEWlpn5xpS5Q2dvXBsySLw==}
351
+ engines: {node: '>=6.9.0'}
352
+ peerDependencies:
353
+ '@babel/core': ^7.0.0-0
354
+
355
+ '@babel/plugin-transform-exponentiation-operator@7.29.7':
356
+ resolution: {integrity: sha512-zFpMOTLZBdW5LfObqcSbL6kefg4R4eLdmvS0wbN9M6D5Mym/sKm9toOoWyVOa+xDjvCnuWcHls2YonXwHvH3CQ==}
357
+ engines: {node: '>=6.9.0'}
358
+ peerDependencies:
359
+ '@babel/core': ^7.0.0-0
360
+
361
+ '@babel/plugin-transform-export-namespace-from@7.29.7':
362
+ resolution: {integrity: sha512-24B2nOy2TeJSMheqwPD4DDQOV/elLSIlKxjZt4i05H5AgdPdWR3n18HnNrcJ+j76WJd9gbwb9jPjNYUy6RautA==}
363
+ engines: {node: '>=6.9.0'}
364
+ peerDependencies:
365
+ '@babel/core': ^7.0.0-0
366
+
367
+ '@babel/plugin-transform-for-of@7.29.7':
368
+ resolution: {integrity: sha512-zeSIHh0+E1Um1WJRXCFlHQYu2ieJNdivLLjlBEp+dIBu3S51n+SZZmIXjxnItw6pz56Cn+KvK68BIBVsxq2JiQ==}
369
+ engines: {node: '>=6.9.0'}
370
+ peerDependencies:
371
+ '@babel/core': ^7.0.0-0
372
+
373
+ '@babel/plugin-transform-function-name@7.29.7':
374
+ resolution: {integrity: sha512-otRWaHXE6fbAGkePvaj/kvs3HsqXfPhlnzwSOlnFgbqCPMd975dW+4wZ00WFBt+/YlBGcJwNrARQTOJOb4ZrIg==}
375
+ engines: {node: '>=6.9.0'}
376
+ peerDependencies:
377
+ '@babel/core': ^7.0.0-0
378
+
379
+ '@babel/plugin-transform-json-strings@7.29.7':
380
+ resolution: {integrity: sha512-RRnE2+eon1rJAq8MnoF1b5kTpY1vU88twHcvcKMrsqP/jxIRqDVs9iJB5fqPuqyeFAW0wJo4MlUIPpQCq/aRsg==}
381
+ engines: {node: '>=6.9.0'}
382
+ peerDependencies:
383
+ '@babel/core': ^7.0.0-0
384
+
385
+ '@babel/plugin-transform-literals@7.29.7':
386
+ resolution: {integrity: sha512-DZ/oLP21ZuWx1vKqnoNv6/tvEK48AQOBRai40CX9dTjGluvT/YZCyY3rryDtyUqCEoyNroy5KKPwX2iQCiRvyw==}
387
+ engines: {node: '>=6.9.0'}
388
+ peerDependencies:
389
+ '@babel/core': ^7.0.0-0
390
+
391
+ '@babel/plugin-transform-logical-assignment-operators@7.29.7':
392
+ resolution: {integrity: sha512-A0H91hh6W8MFRkp5TqJmMr39jzGD1A1E1Ysiv2O06Sfbhkapm+XyIzxWCEh5kqwOZ1/8QZ0dY3SeQ7XBqfJd5Q==}
393
+ engines: {node: '>=6.9.0'}
394
+ peerDependencies:
395
+ '@babel/core': ^7.0.0-0
396
+
397
+ '@babel/plugin-transform-member-expression-literals@7.29.7':
398
+ resolution: {integrity: sha512-hl1kwFZCCiDyfH25Xmco9jTrkPgnS9pmOzSG7W5I4SaGbLeqKv417hcU2RKmaxoPEgsoJh7ZPOrnPGq99bHoUg==}
399
+ engines: {node: '>=6.9.0'}
400
+ peerDependencies:
401
+ '@babel/core': ^7.0.0-0
402
+
403
+ '@babel/plugin-transform-modules-amd@7.29.7':
404
+ resolution: {integrity: sha512-fxtQoH3m5ywUSIfaH0FGCzWu4McsYon5bD3K4XnskC7f+OyQMj7rsOMi4NvvmJ83WwBAg4UCe+ov4VZlqEvyew==}
405
+ engines: {node: '>=6.9.0'}
406
+ peerDependencies:
407
+ '@babel/core': ^7.0.0-0
408
+
409
+ '@babel/plugin-transform-modules-commonjs@7.29.7':
410
+ resolution: {integrity: sha512-j0vCldybPC5b5dwCQOJ21uKtHzt7hxLygJTg9eF1ScfaikEDNfzn94XoW5Fi+seBR0nCyL23xaBFFkq7dTM8XQ==}
411
+ engines: {node: '>=6.9.0'}
412
+ peerDependencies:
413
+ '@babel/core': ^7.0.0-0
414
+
415
+ '@babel/plugin-transform-modules-systemjs@7.29.7':
416
+ resolution: {integrity: sha512-TM2ZcQLoG2/y4HODiStCo10DibYhWhGWAwVv+EQKmG/7GFl0N+AAmUiXOMKM+aiJ9XBJ9AHVZBvTzMnJ2sM3cQ==}
417
+ engines: {node: '>=6.9.0'}
418
+ peerDependencies:
419
+ '@babel/core': ^7.0.0-0
420
+
421
+ '@babel/plugin-transform-modules-umd@7.29.7':
422
+ resolution: {integrity: sha512-B4UkaTK3QpgCwJnrxKfMPKdo92CN7OKXAlpAAnM3UPu0Q0lCCk57ylA9AJbRy2v8dDKOPAAWcoR6CMyeoHwRCA==}
423
+ engines: {node: '>=6.9.0'}
424
+ peerDependencies:
425
+ '@babel/core': ^7.0.0-0
426
+
427
+ '@babel/plugin-transform-named-capturing-groups-regex@7.29.7':
428
+ resolution: {integrity: sha512-vuFoLwr4qnv2xbZ16SQd6uPcH5FNrLHhk/Jzo++0XJFcaDsr4gjJVg6j398oMHiC+83k/GiBzviwF5KBJkPUtQ==}
429
+ engines: {node: '>=6.9.0'}
430
+ peerDependencies:
431
+ '@babel/core': ^7.0.0
432
+
433
+ '@babel/plugin-transform-new-target@7.29.7':
434
+ resolution: {integrity: sha512-fEo41GmsOUhOBlw8ioo6zvjX5Xc2Lqkzlyfqbpsk3eB6TReV18uhxZ0esfEokVbY2+PVJAQHNKxER6lGrzNd3A==}
435
+ engines: {node: '>=6.9.0'}
436
+ peerDependencies:
437
+ '@babel/core': ^7.0.0-0
438
+
439
+ '@babel/plugin-transform-nullish-coalescing-operator@7.29.7':
440
+ resolution: {integrity: sha512-idmp1dFaekP9GbcMvG24Kvw2BfhFZjHnNJCkV4WuIY4PskJzwI3f1N5OdgYke38T7rftO6ERulFRn2cFeZwRkg==}
441
+ engines: {node: '>=6.9.0'}
442
+ peerDependencies:
443
+ '@babel/core': ^7.0.0-0
444
+
445
+ '@babel/plugin-transform-numeric-separator@7.29.7':
446
+ resolution: {integrity: sha512-zR7fv/z14OjgHl4AgRtkDBvBMhIzCxqV/qN/2BCRC7LjFwvuzjYe7gDWxC4Wl/SNsLM6SE1IWvRPYMgSJaUvNw==}
447
+ engines: {node: '>=6.9.0'}
448
+ peerDependencies:
449
+ '@babel/core': ^7.0.0-0
450
+
451
+ '@babel/plugin-transform-object-rest-spread@7.29.7':
452
+ resolution: {integrity: sha512-Ld98jn4c0smUywL57m7SgsHq3OpThOa6LqZJif3G6jYOovPleoFhVrBJ1WegRApSFB2wu4+RelAj9AC9G08Z4A==}
453
+ engines: {node: '>=6.9.0'}
454
+ peerDependencies:
455
+ '@babel/core': ^7.0.0-0
456
+
457
+ '@babel/plugin-transform-object-super@7.29.7':
458
+ resolution: {integrity: sha512-Ea/diGcw0twB5IlZPO5sgET6fJsLJqPABqTuFWIR+iMPGPZJkATEIWx0wa+aEQ5UY1CBQyP/gkAiLEqn1vBiQA==}
459
+ engines: {node: '>=6.9.0'}
460
+ peerDependencies:
461
+ '@babel/core': ^7.0.0-0
462
+
463
+ '@babel/plugin-transform-optional-catch-binding@7.29.7':
464
+ resolution: {integrity: sha512-sLsyndxK2VwX6yNUOakMb7Sh553ZTe/vVM1XJ+9Z5aW1ytsc8xOIwmyk05NNjN60vkc5/KqoTH6hB4V41LJhng==}
465
+ engines: {node: '>=6.9.0'}
466
+ peerDependencies:
467
+ '@babel/core': ^7.0.0-0
468
+
469
+ '@babel/plugin-transform-optional-chaining@7.29.7':
470
+ resolution: {integrity: sha512-6GM1dhvK3gNODkXcEcMCOLEDCLSoZ/sBbro2Ax8HURyasQ4NshagQixkRFdh5niI6E4gmA/jYI/4aT7rRos3ZQ==}
471
+ engines: {node: '>=6.9.0'}
472
+ peerDependencies:
473
+ '@babel/core': ^7.0.0-0
474
+
475
+ '@babel/plugin-transform-parameters@7.29.7':
476
+ resolution: {integrity: sha512-ZDOBqV/qLYJI0YElr8DcENEyARsFQeESqWXH6gZlghYXuPPjvweuDhP4VyEi4BlUBlLRFZVjxoZDMjxhLW766g==}
477
+ engines: {node: '>=6.9.0'}
478
+ peerDependencies:
479
+ '@babel/core': ^7.0.0-0
480
+
481
+ '@babel/plugin-transform-private-methods@7.29.7':
482
+ resolution: {integrity: sha512-/6Rz4DK1ETDEM/bWHsPHcaEe7ZaT1EqSXjtSP/L0DijOYuaUhiRiOKcwpZ8P7zR4xXEHc2ITdiCgBm9Tpyv9ug==}
483
+ engines: {node: '>=6.9.0'}
484
+ peerDependencies:
485
+ '@babel/core': ^7.0.0-0
486
+
487
+ '@babel/plugin-transform-private-property-in-object@7.29.7':
488
+ resolution: {integrity: sha512-+BNo06dnrzdNNqCm1X6YUaVv0DKk8Q+JYcoZfOkLhYWNCXzlwTSRq8zGWayT1csjcpNXV9CQTBRRbmTLZac5cA==}
489
+ engines: {node: '>=6.9.0'}
490
+ peerDependencies:
491
+ '@babel/core': ^7.0.0-0
492
+
493
+ '@babel/plugin-transform-property-literals@7.29.7':
494
+ resolution: {integrity: sha512-bOMRLQuI0A5ZqHq3OWJ89/rXpJ/NJrbVhXiP4zwPGMs6kpcVsuTUNjwoE30K0Qm3mf48a/TnRYYD6vPNqcg6jA==}
495
+ engines: {node: '>=6.9.0'}
496
+ peerDependencies:
497
+ '@babel/core': ^7.0.0-0
498
+
499
+ '@babel/plugin-transform-regenerator@7.29.7':
500
+ resolution: {integrity: sha512-rNNFV0DBAJp988xW2DOntfDoYn1eR8GGF5AT5vYc+rjyfaQkM242c9tZUHHPe7KYaiJizXPWhQTzzdbXySyhBw==}
501
+ engines: {node: '>=6.9.0'}
502
+ peerDependencies:
503
+ '@babel/core': ^7.0.0-0
504
+
505
+ '@babel/plugin-transform-regexp-modifiers@7.29.7':
506
+ resolution: {integrity: sha512-mB5Fs0VWrJ42ZCmc8114v60qetdaUVNkj9PmSZRmanCZM3S9hm0CFRLjRmYIsuXav14l2jvZ+4T8iiCGnhj3nQ==}
507
+ engines: {node: '>=6.9.0'}
508
+ peerDependencies:
509
+ '@babel/core': ^7.0.0
510
+
511
+ '@babel/plugin-transform-reserved-words@7.29.7':
512
+ resolution: {integrity: sha512-5+YhdpVgmfSmwZyLMftfaiffLRMHjzIRHFHHLdibcSyJm2pasMrKHrO3Ptrt2DRshjvpgjEJJ1zVW14WPq/6QA==}
513
+ engines: {node: '>=6.9.0'}
514
+ peerDependencies:
515
+ '@babel/core': ^7.0.0-0
516
+
517
+ '@babel/plugin-transform-shorthand-properties@7.29.7':
518
+ resolution: {integrity: sha512-I+WYbGBAiCn7nA6xBrlgPH+MB7HWb4u8pv5S0Pv7OtwNvIFvCCb24YlttKEeUFVurfBCEaOTnuhlqsb7f0Z5Dg==}
519
+ engines: {node: '>=6.9.0'}
520
+ peerDependencies:
521
+ '@babel/core': ^7.0.0-0
522
+
523
+ '@babel/plugin-transform-spread@7.29.7':
524
+ resolution: {integrity: sha512-/u5K1QWada7tbYNqTjMh96718g9NTwh9tfPJMsSmVsQwGT447FskV+KcfeXkXq2GWki4EM/MuTdmBec+hOuVTQ==}
525
+ engines: {node: '>=6.9.0'}
526
+ peerDependencies:
527
+ '@babel/core': ^7.0.0-0
528
+
529
+ '@babel/plugin-transform-sticky-regex@7.29.7':
530
+ resolution: {integrity: sha512-BCHzNYJGe9l7EpwwDBN/ztlL2NYFFq8hp9ddjtUEM9f2O7S7kKV/lL6Fwo7IF7NSkYhPK2vO+86nIGltA90MsA==}
531
+ engines: {node: '>=6.9.0'}
532
+ peerDependencies:
533
+ '@babel/core': ^7.0.0-0
534
+
535
+ '@babel/plugin-transform-template-literals@7.29.7':
536
+ resolution: {integrity: sha512-NCSEJ4sLFU2gqAub45HYh4fus2yQ36rr6ei6vpU7NdoJqCpxvEG8E6eJpscGyXP3VHD2Ny+fSXr04k1hoUrFqA==}
537
+ engines: {node: '>=6.9.0'}
538
+ peerDependencies:
539
+ '@babel/core': ^7.0.0-0
540
+
541
+ '@babel/plugin-transform-typeof-symbol@7.29.7':
542
+ resolution: {integrity: sha512-223mNGoTkBiTEWFoK+Q6Go3tueMRclO8vxxxxquNCYuNI4jWOofFKJRRDu6SDrB8Sgo1UEGW9T4GAQ8ZyRso1A==}
543
+ engines: {node: '>=6.9.0'}
544
+ peerDependencies:
545
+ '@babel/core': ^7.0.0-0
546
+
547
+ '@babel/plugin-transform-unicode-escapes@7.29.7':
548
+ resolution: {integrity: sha512-jCfXxSjf94lf4E0hKE0AByxF6F3/pVFqRdUUNkDJhsY0m1ZKjnN6ZYyMeHNpzflxb/0q5b7t3p+BE+SLF1WOtA==}
549
+ engines: {node: '>=6.9.0'}
550
+ peerDependencies:
551
+ '@babel/core': ^7.0.0-0
552
+
553
+ '@babel/plugin-transform-unicode-property-regex@7.29.7':
554
+ resolution: {integrity: sha512-OgZ+zoAJgZLUCunsTRQ5LAjOywDv5zzZ2/hQ5aMw1pGXyY2rtE8/chXYUmu3AlVHKpm10KEdG9aMwbI/K76ZGw==}
555
+ engines: {node: '>=6.9.0'}
556
+ peerDependencies:
557
+ '@babel/core': ^7.0.0-0
558
+
559
+ '@babel/plugin-transform-unicode-regex@7.29.7':
560
+ resolution: {integrity: sha512-7D/x/23/d/3VqZ0QA+LGbZMlGwZjztBygSWWWsfTPoQ1oQ6Q1P6Mr3d0kk42XabyUVw+fha3LqdRsFqeKqvCyA==}
561
+ engines: {node: '>=6.9.0'}
562
+ peerDependencies:
563
+ '@babel/core': ^7.0.0-0
564
+
565
+ '@babel/plugin-transform-unicode-sets-regex@7.29.7':
566
+ resolution: {integrity: sha512-BLOhLht9DOJwIxlmp91wHvkXv1lguuHS3/FwUO8HL1H0u8s4hR1gASVFyilu9iGtcTRYqjTZmlsFFeQletntEg==}
567
+ engines: {node: '>=6.9.0'}
568
+ peerDependencies:
569
+ '@babel/core': ^7.0.0
570
+
571
+ '@babel/preset-env@7.29.7':
572
+ resolution: {integrity: sha512-GYzX36n1nsciIb0uyH0GHwxwtNwPQIcpxSeiVLDtG/B7jB5xXgchnmL1f/jCX5o+pwnaDBtO60ONSJhEBJfxYA==}
573
+ engines: {node: '>=6.9.0'}
574
+ peerDependencies:
575
+ '@babel/core': ^7.0.0-0
576
+
577
+ '@babel/preset-modules@0.1.6-no-external-plugins':
578
+ resolution: {integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==}
579
+ peerDependencies:
580
+ '@babel/core': ^7.0.0-0 || ^8.0.0-0 <8.0.0
581
+
582
+ '@babel/runtime-corejs2@7.29.7':
583
+ resolution: {integrity: sha512-5GidEBf/rOQlv4sUknPRgboZEvzt/je7CpbkCZ2o7ojs9JbldxdXJinGLYE0sYR9mfPpRz3Q3D7rP+oSCal70g==}
584
+ engines: {node: '>=6.9.0'}
585
+
586
+ '@babel/runtime@7.29.7':
587
+ resolution: {integrity: sha512-Nq8OhGWiZIZGV6hLHoyAKLLcJihP/xFeBMGJoUrxTX2psI8dCifzLhZISFb+VWS3wFMRDmCGw5R+dOySCqPLhw==}
588
+ engines: {node: '>=6.9.0'}
589
+
590
+ '@babel/template@7.29.7':
591
+ resolution: {integrity: sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==}
592
+ engines: {node: '>=6.9.0'}
593
+
594
+ '@babel/traverse@7.29.7':
595
+ resolution: {integrity: sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==}
596
+ engines: {node: '>=6.9.0'}
597
+
598
+ '@babel/types@7.29.7':
599
+ resolution: {integrity: sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==}
600
+ engines: {node: '>=6.9.0'}
601
+
602
+ '@emnapi/core@1.11.1':
603
+ resolution: {integrity: sha512-RSvbQmHzdKzNsLYa/wHrbc3KN4sYLKAdPZxqiM2HATqv/SBk2/ENSHpvXGaLOMcsAyz0poEGqkmmKYG3OWiJEQ==}
604
+
605
+ '@emnapi/runtime@1.11.1':
606
+ resolution: {integrity: sha512-vgj7R3y3Wgx24IQaGPA/R6YFXLHVMOZ0uVEyIQPaWs+rd1AzfEMXlAC22FYwO1XkKR6NPsq7mUandH8oIRdZFw==}
607
+
608
+ '@emnapi/wasi-threads@1.2.2':
609
+ resolution: {integrity: sha512-c95qOXkHdydNKhscBTebqEC1CVAZpyqOfVfBzQ1qgzyl3gfeldUjIggDbIZgDKsHLgnsM+igH7TJ/eAasaVuMA==}
610
+
611
+ '@jridgewell/gen-mapping@0.3.13':
612
+ resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==}
613
+
614
+ '@jridgewell/remapping@2.3.5':
615
+ resolution: {integrity: sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==}
616
+
617
+ '@jridgewell/resolve-uri@3.1.2':
618
+ resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
619
+ engines: {node: '>=6.0.0'}
620
+
621
+ '@jridgewell/source-map@0.3.11':
622
+ resolution: {integrity: sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA==}
623
+
624
+ '@jridgewell/sourcemap-codec@1.5.5':
625
+ resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==}
626
+
627
+ '@jridgewell/trace-mapping@0.3.31':
628
+ resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==}
629
+
630
+ '@napi-rs/wasm-runtime@1.1.6':
631
+ resolution: {integrity: sha512-ZLv/JdUfkvOy9eCnnBaGfiO+XimbjebAeO+MRQqD/B+FR1tnRN0tpKSJHRbE8sFfS6aqsXZ67TQjfwfsxULVbg==}
632
+ peerDependencies:
633
+ '@emnapi/core': ^1.7.1
634
+ '@emnapi/runtime': ^1.7.1
635
+
636
+ '@nodelib/fs.scandir@2.1.5':
637
+ resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
638
+ engines: {node: '>= 8'}
639
+
640
+ '@nodelib/fs.stat@2.0.5':
641
+ resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==}
642
+ engines: {node: '>= 8'}
643
+
644
+ '@nodelib/fs.walk@1.2.8':
645
+ resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==}
646
+ engines: {node: '>= 8'}
647
+
648
+ '@oxc-project/types@0.139.0':
649
+ resolution: {integrity: sha512-r9gHphtCs+1M7J0pw6Sn/hh/Wpa/iQrOOkrNAlVLF/gHq+/CJmHIWKKUUhdWjcD6CIa8idarspCsASiXCXvFUw==}
650
+
651
+ '@oxlint/binding-android-arm-eabi@1.77.0':
652
+ resolution: {integrity: sha512-E06sKWS6PiI6HRxS1wyQg22HvApt01hI7fV+T3wUk3OSbaaP4a3hYGY/MIQDmASqCiRjBdpRQYkgMkqH82cWmQ==}
653
+ engines: {node: ^20.19.0 || >=22.12.0}
654
+ cpu: [arm]
655
+ os: [android]
656
+
657
+ '@oxlint/binding-android-arm64@1.77.0':
658
+ resolution: {integrity: sha512-NvsKz0KZxTp9cYWPLf+FXaSZwB3oO3peAjtukpOMBgse2vhQSoIIVqeO1yR0lEo/UcdZIDL18uq+kL0LzQ0ytA==}
659
+ engines: {node: ^20.19.0 || >=22.12.0}
660
+ cpu: [arm64]
661
+ os: [android]
662
+
663
+ '@oxlint/binding-darwin-arm64@1.77.0':
664
+ resolution: {integrity: sha512-bgjTn6nW4bQCFBvSvuHCpDD+sONvmpo4lGI4PxzMt1quBA+xYxhczk6RiCn3GZ9gY8uhaBbwhj9MdKGfu6T9DA==}
665
+ engines: {node: ^20.19.0 || >=22.12.0}
666
+ cpu: [arm64]
667
+ os: [darwin]
668
+
669
+ '@oxlint/binding-darwin-x64@1.77.0':
670
+ resolution: {integrity: sha512-aotaIttH1R6j1Rwhx0M0htgeZyGtVQqYNTVEYMN/UcgHPquGA6kmk9OyuDc3a2GKUQBC+3C3GVQCcrRPMYqAFA==}
671
+ engines: {node: ^20.19.0 || >=22.12.0}
672
+ cpu: [x64]
673
+ os: [darwin]
674
+
675
+ '@oxlint/binding-freebsd-x64@1.77.0':
676
+ resolution: {integrity: sha512-nNx/wta7ksRAdYvq+l4AWjXkLxEXHALhENxjj2cYbQAIR4ybaA5L+hCbE63HOmft5czQ6ks+hb8vmEAnn7YGPg==}
677
+ engines: {node: ^20.19.0 || >=22.12.0}
678
+ cpu: [x64]
679
+ os: [freebsd]
680
+
681
+ '@oxlint/binding-linux-arm-gnueabihf@1.77.0':
682
+ resolution: {integrity: sha512-tMLLjM7xXtzXisVCzkOTXNCy9bZVId2wteNwjohlFDR/jY6WagpEDA1c1wu4xRc20Hojaxj+V6DSR7gbKxijWA==}
683
+ engines: {node: ^20.19.0 || >=22.12.0}
684
+ cpu: [arm]
685
+ os: [linux]
686
+
687
+ '@oxlint/binding-linux-arm-musleabihf@1.77.0':
688
+ resolution: {integrity: sha512-MiAFDFaqR0tmHTAyo0YDcZ5hyLREdYw/RQhc2R3cbT+8O3tB+zqPM2th9TTQ+Uo3jn/embS+DO+HyX9ztCPkOQ==}
689
+ engines: {node: ^20.19.0 || >=22.12.0}
690
+ cpu: [arm]
691
+ os: [linux]
692
+
693
+ '@oxlint/binding-linux-arm64-gnu@1.77.0':
694
+ resolution: {integrity: sha512-/xqQ3B16i1T4cyt/9Mn+4CpzhUXoBXp7kVpIwzOXNFLj5JmK1bIjsbSnX296Gg8A/o7oDtKWikFgBx0SLwztkw==}
695
+ engines: {node: ^20.19.0 || >=22.12.0}
696
+ cpu: [arm64]
697
+ os: [linux]
698
+ libc: [glibc]
699
+
700
+ '@oxlint/binding-linux-arm64-musl@1.77.0':
701
+ resolution: {integrity: sha512-LSbwuRKiNCenPDcbARqAZ5RfBy7gmj7vOvfJRLeCDU3gFtSxWbhv/+VTlaUqzUhNj1gFLHB8h7ALnxa/Az6z6g==}
702
+ engines: {node: ^20.19.0 || >=22.12.0}
703
+ cpu: [arm64]
704
+ os: [linux]
705
+ libc: [musl]
706
+
707
+ '@oxlint/binding-linux-ppc64-gnu@1.77.0':
708
+ resolution: {integrity: sha512-QWdcH31mXEUe5Nq1s0CfCpceaKjIo9uZtwDjAuL681g1axf+5x8xrg/eXWaw//4NCxYZ4V4e5Hu5tvdR+pTBlg==}
709
+ engines: {node: ^20.19.0 || >=22.12.0}
710
+ cpu: [ppc64]
711
+ os: [linux]
712
+ libc: [glibc]
713
+
714
+ '@oxlint/binding-linux-riscv64-gnu@1.77.0':
715
+ resolution: {integrity: sha512-GnOfYgJxbcElOiPZaDFDl406ONddwvOWk2jvAAAEjwAl4GofNoHF+/HHUIBYa6bFCArlcGPi0XjC4cU1pkgF/Q==}
716
+ engines: {node: ^20.19.0 || >=22.12.0}
717
+ cpu: [riscv64]
718
+ os: [linux]
719
+ libc: [glibc]
720
+
721
+ '@oxlint/binding-linux-riscv64-musl@1.77.0':
722
+ resolution: {integrity: sha512-AyEMTUCf0xY+hHF+IxqXFQIX0yQOIR8ykpY0lJNOw9xYqOzUX8dyZfRvlG0RfXwuQn2eonf/8NrMmDSZJjdqsA==}
723
+ engines: {node: ^20.19.0 || >=22.12.0}
724
+ cpu: [riscv64]
725
+ os: [linux]
726
+ libc: [musl]
727
+
728
+ '@oxlint/binding-linux-s390x-gnu@1.77.0':
729
+ resolution: {integrity: sha512-sPLzEcNvxd/oyVQ5oZo92CiHkFkpBeRop13E/P3TPY+hZfXHKCOWKI70TE2RYwMKFJDc20EMjH16L7NZICtKTw==}
730
+ engines: {node: ^20.19.0 || >=22.12.0}
731
+ cpu: [s390x]
732
+ os: [linux]
733
+ libc: [glibc]
734
+
735
+ '@oxlint/binding-linux-x64-gnu@1.77.0':
736
+ resolution: {integrity: sha512-1Oh2ssH2L7lwyvkdSqaMUfsGfwU2Wfvew+obBUYjRVqhpBcUpwnsPSEr1IzVi9XqkuY10geiLsNKecqaZC34Dw==}
737
+ engines: {node: ^20.19.0 || >=22.12.0}
738
+ cpu: [x64]
739
+ os: [linux]
740
+ libc: [glibc]
741
+
742
+ '@oxlint/binding-linux-x64-musl@1.77.0':
743
+ resolution: {integrity: sha512-0j/2wRgNGO+Qj/M1uu/p57h/hFTTWWcfie0ufkbabeus2s5+/QqkCflnMOwLLN5m2GsNeWp4xdl4cPa4n7QCOQ==}
744
+ engines: {node: ^20.19.0 || >=22.12.0}
745
+ cpu: [x64]
746
+ os: [linux]
747
+ libc: [musl]
748
+
749
+ '@oxlint/binding-openharmony-arm64@1.77.0':
750
+ resolution: {integrity: sha512-BJ/j54qS0usEnyDkLYURMj2iiD9h5Cyy+ppzeMSXBGRXaGRNWnj1Mw14NqWMR5E/PzdgB30OOCCzLzbRoduafw==}
751
+ engines: {node: ^20.19.0 || >=22.12.0}
752
+ cpu: [arm64]
753
+ os: [openharmony]
754
+
755
+ '@oxlint/binding-win32-arm64-msvc@1.77.0':
756
+ resolution: {integrity: sha512-Yh8w+g2Lpx7StrvtYkoz9JJvXjB9wxgFChFNb85nrXm/wj/XTwGWS1hve9+900HL7llrntYB3YP+y32E3tRqzA==}
757
+ engines: {node: ^20.19.0 || >=22.12.0}
758
+ cpu: [arm64]
759
+ os: [win32]
760
+
761
+ '@oxlint/binding-win32-ia32-msvc@1.77.0':
762
+ resolution: {integrity: sha512-zja5b7+6a7UsRFgAQSrnax5vrzliEyNPLCjfXONu/vTWswaIVZGFajJZptaeRvPE4LghtFdAzVFlexTm7MVTGA==}
763
+ engines: {node: ^20.19.0 || >=22.12.0}
764
+ cpu: [ia32]
765
+ os: [win32]
766
+
767
+ '@oxlint/binding-win32-x64-msvc@1.77.0':
768
+ resolution: {integrity: sha512-+teyvPDZ2RjUvo+SuCqS/UhaJl1QtdW5fWT5NJTV61V5MIuIS90Db9LixmtEGvXixyttiK62P96MSu3UlpviBw==}
769
+ engines: {node: ^20.19.0 || >=22.12.0}
770
+ cpu: [x64]
771
+ os: [win32]
772
+
773
+ '@rolldown/binding-android-arm64@1.1.5':
774
+ resolution: {integrity: sha512-lZg8fqIv2v7FF237bwMgzGZEJvGL79/s5knJ/i6FmsGF4XXlzccZ4jb+TrFIxtSSxFtIpdsgrPZeMk1I9AFcyQ==}
775
+ engines: {node: ^20.19.0 || >=22.12.0}
776
+ cpu: [arm64]
777
+ os: [android]
778
+
779
+ '@rolldown/binding-darwin-arm64@1.1.5':
780
+ resolution: {integrity: sha512-51Bnx9pNiMRKSUNtBfySkNJ9vMU9Hh3I1ozDd6gyPPYzaXCfnptUcEZxXGYFn+ul2dtcMUiqGR1Yai2K10uoTw==}
781
+ engines: {node: ^20.19.0 || >=22.12.0}
782
+ cpu: [arm64]
783
+ os: [darwin]
784
+
785
+ '@rolldown/binding-darwin-x64@1.1.5':
786
+ resolution: {integrity: sha512-Tm+gbfC0aHu1tBA/JvKQh32S0K6YgCHkiAF4/W6xX0K0RmNuc94VeK419dJoE65R5aRxmo+noZQSWrAMF6yb6g==}
787
+ engines: {node: ^20.19.0 || >=22.12.0}
788
+ cpu: [x64]
789
+ os: [darwin]
790
+
791
+ '@rolldown/binding-freebsd-x64@1.1.5':
792
+ resolution: {integrity: sha512-JMzDKCCXq93YccG5gz3hvOs1oXRKAf0XYpfOS88e+wZrC8Iugj6j68867vrYZkvpDDpKn/KoKORThmchMpF6TA==}
793
+ engines: {node: ^20.19.0 || >=22.12.0}
794
+ cpu: [x64]
795
+ os: [freebsd]
796
+
797
+ '@rolldown/binding-linux-arm-gnueabihf@1.1.5':
798
+ resolution: {integrity: sha512-uML21j2K5TfPGutKxub+M+nLjZIrWjXQ5Grx4lCe/nimTj9B4L63zHpjXLl4y0L3mcm2htEQIb06oCG/szerNw==}
799
+ engines: {node: ^20.19.0 || >=22.12.0}
800
+ cpu: [arm]
801
+ os: [linux]
802
+
803
+ '@rolldown/binding-linux-arm64-gnu@1.1.5':
804
+ resolution: {integrity: sha512-navSiuTMogvnQoZoM/v+l3ZWo50/NTwSHSzheABx/RCnmUPaKwq9qSo4Br2OYRs21+Fz8uFqITZM3H4opOB0/Q==}
805
+ engines: {node: ^20.19.0 || >=22.12.0}
806
+ cpu: [arm64]
807
+ os: [linux]
808
+ libc: [glibc]
809
+
810
+ '@rolldown/binding-linux-arm64-musl@1.1.5':
811
+ resolution: {integrity: sha512-lAryqH7IteztmCXQXk0etKj4wBQ7Gx5S6LjKhsgp9zb8I5bsuvU/2llH1hDQcjsFeqIsovMVN339/8pUDDBXxA==}
812
+ engines: {node: ^20.19.0 || >=22.12.0}
813
+ cpu: [arm64]
814
+ os: [linux]
815
+ libc: [musl]
816
+
817
+ '@rolldown/binding-linux-ppc64-gnu@1.1.5':
818
+ resolution: {integrity: sha512-fsK/sNBnxzBlL4O1JNrZakVQxPspqpED5dLtNsZS9oOKmtSpdNIzxH2kkol5HYTWJN47sE20ztMJPxfZ89qGOg==}
819
+ engines: {node: ^20.19.0 || >=22.12.0}
820
+ cpu: [ppc64]
821
+ os: [linux]
822
+ libc: [glibc]
823
+
824
+ '@rolldown/binding-linux-s390x-gnu@1.1.5':
825
+ resolution: {integrity: sha512-gLYb4BIadlfTOYT5gO503n8zQjXflgzpD0FcyKh0Mzx3rqCZKnHoJWV9xe1KXUJ5lx2JfcSHr/mhzS0PC/McAA==}
826
+ engines: {node: ^20.19.0 || >=22.12.0}
827
+ cpu: [s390x]
828
+ os: [linux]
829
+ libc: [glibc]
830
+
831
+ '@rolldown/binding-linux-x64-gnu@1.1.5':
832
+ resolution: {integrity: sha512-FjcpEKUyJygHgs1o50VYNvkt5+7Le/VEdYt0AkRpkL33MnyQfwr8l5mXwMmfmTbyMPr5vJLC+8/Gd9gXnwU1QQ==}
833
+ engines: {node: ^20.19.0 || >=22.12.0}
834
+ cpu: [x64]
835
+ os: [linux]
836
+ libc: [glibc]
837
+
838
+ '@rolldown/binding-linux-x64-musl@1.1.5':
839
+ resolution: {integrity: sha512-Me+PfPI2TMeOQk0gYWfLQZtTktrmzbr8cDboqX83XKc7UrgAi55gF+2dUkWdxd19n55Essp2yeca+O9N5rBxHg==}
840
+ engines: {node: ^20.19.0 || >=22.12.0}
841
+ cpu: [x64]
842
+ os: [linux]
843
+ libc: [musl]
844
+
845
+ '@rolldown/binding-openharmony-arm64@1.1.5':
846
+ resolution: {integrity: sha512-yc5WrLzXks6zCQfn9Oxr8pORKyl/pF+QjHmW/Qx3qu0oyrrNC+y2JLTU1E2rcWYAmzlnqngWXHQjy51VzW70Vw==}
847
+ engines: {node: ^20.19.0 || >=22.12.0}
848
+ cpu: [arm64]
849
+ os: [openharmony]
850
+
851
+ '@rolldown/binding-wasm32-wasi@1.1.5':
852
+ resolution: {integrity: sha512-VbQGPX2b4r48TAMIM2cjgluIM1HYutm4pcTEJsle7iEP7sB1dFqtPLBVbdLAZCxy1txCcPxf4QFf4v8uvltPqA==}
853
+ engines: {node: ^20.19.0 || >=22.12.0}
854
+ cpu: [wasm32]
855
+
856
+ '@rolldown/binding-win32-arm64-msvc@1.1.5':
857
+ resolution: {integrity: sha512-gHv82k63z4qpV5+Q1y/12KrK0ltWBukVDI8nZcbT7Tt/ZlOIVwppazneq0F93oDxTo3IgAMEDIoQh3E2n6mVsw==}
858
+ engines: {node: ^20.19.0 || >=22.12.0}
859
+ cpu: [arm64]
860
+ os: [win32]
861
+
862
+ '@rolldown/binding-win32-x64-msvc@1.1.5':
863
+ resolution: {integrity: sha512-tTZuDBPw85tEN5PQi1pnEBzDy0Z49HtScLAbD5t6hyeU92A95pRWaSMw1GZZi/RwgSgUIl0xrSlXIT/9QzvYSA==}
864
+ engines: {node: ^20.19.0 || >=22.12.0}
865
+ cpu: [x64]
866
+ os: [win32]
867
+
868
+ '@rolldown/pluginutils@1.0.1':
869
+ resolution: {integrity: sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==}
870
+
871
+ '@tanstack/history@1.162.0':
872
+ resolution: {integrity: sha512-79pf/RkhteYZTRgcR4F9kbk84P2N8rugQJswxfIqovlbRiT3yI7eBE+5QorIrZaOKktsgzRlXh1l/du/xpl4iA==}
873
+ engines: {node: '>=20.19'}
874
+
875
+ '@tanstack/react-router@1.170.18':
876
+ resolution: {integrity: sha512-wpbGYZEp/fmz1q4bn7BD8VZ+/VZ7GBqSJv5V969pU+chP8y7dquWDmKTFMohvUegb9lg12m1uPVvD6kB2wORvQ==}
877
+ engines: {node: '>=20.19'}
878
+ peerDependencies:
879
+ react: '>=18.0.0 || >=19.0.0'
880
+ react-dom: '>=18.0.0 || >=19.0.0'
881
+
882
+ '@tanstack/react-store@0.9.3':
883
+ resolution: {integrity: sha512-y2iHd/N9OkoQbFJLUX1T9vbc2O9tjH0pQRgTcx1/Nz4IlwLvkgpuglXUx+mXt0g5ZDFrEeDnONPqkbfxXJKwRg==}
884
+ peerDependencies:
885
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
886
+ react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
887
+
888
+ '@tanstack/router-core@1.171.15':
889
+ resolution: {integrity: sha512-IILCDcLaItMZQ2jEmCABHY1Nhjjn5XUvwpQp3e4Nmu+vfg0BgYFuu/QASz2SwE2ZNbVMrvt8X/wxa+Gg5aErxA==}
890
+ engines: {node: '>=20.19'}
891
+
892
+ '@tanstack/router-generator@1.167.21':
893
+ resolution: {integrity: sha512-m3oXZyienj8owialdyoZ0txHQrnEx/Ra+D9kWtar5fC2cWZr5Pvxl86VY2mX5RRLC5QLKLeRGT1x4HV95wHVDQ==}
894
+ engines: {node: '>=20.19'}
895
+
896
+ '@tanstack/router-plugin@1.168.23':
897
+ resolution: {integrity: sha512-0+PIcvnaAimFwjoEIeV3h7LKjzC8zNnp7pH2UamdKwQ9QlY99WU9V0Xl0zbM0i9hrUa/mKgWPDAzELmPUu5fMA==}
898
+ engines: {node: '>=20.19'}
899
+ peerDependencies:
900
+ '@rsbuild/core': '>=1.0.2 || ^2.0.0'
901
+ '@tanstack/react-router': ^1.170.18
902
+ vite: '>=5.0.0 || >=6.0.0 || >=7.0.0 || >=8.0.0'
903
+ vite-plugin-solid: ^2.11.10 || ^3.0.0-0
904
+ webpack: '>=5.92.0'
905
+ peerDependenciesMeta:
906
+ '@rsbuild/core':
907
+ optional: true
908
+ '@tanstack/react-router':
909
+ optional: true
910
+ vite:
911
+ optional: true
912
+ vite-plugin-solid:
913
+ optional: true
914
+ webpack:
915
+ optional: true
916
+
917
+ '@tanstack/router-utils@1.162.2':
918
+ resolution: {integrity: sha512-hTWqJtqIFFdvuCl8WXNyrodp2L9zo2G37xKRrcVmVRWpAB2h+U1LuRAfS4tsFTiWOIoE/B+WDVFB8JpoEdw6jQ==}
919
+ engines: {node: '>=20.19'}
920
+
921
+ '@tanstack/store@0.9.3':
922
+ resolution: {integrity: sha512-8reSzl/qGWGGVKhBoxXPMWzATSbZLZFWhwBAFO9NAyp0TxzfBP0mIrGb8CP8KrQTmvzXlR/vFPPUrHTLBGyFyw==}
923
+
924
+ '@tanstack/virtual-file-routes@1.162.0':
925
+ resolution: {integrity: sha512-uhOeFyxLcU41HzvrxsGpiWdcMbScY1EDgbZ5K7DVRMYInbLYWAC0EA/kx9wXAoSM8q82bUG2hRl8+EAjE6XAbA==}
926
+ engines: {node: '>=20.19'}
927
+
928
+ '@tybys/wasm-util@0.10.3':
929
+ resolution: {integrity: sha512-F3fo1MYrRJYL3zER0OUOmkutjr1Vp23m7OsSgp7nq4SP6OqX6C/56XFIPAl5bt3zaBRjmW7SGz3u/6LwFpYcOg==}
930
+
931
+ '@types/crypto-js@4.2.2':
932
+ resolution: {integrity: sha512-sDOLlVbHhXpAUAL0YHDUUwDZf3iN4Bwi4W6a0W0b+QcAezUbRtH4FVb+9J4h+XFPW7l/gQ9F8qC7P+Ec4k8QVQ==}
933
+
934
+ '@types/node@26.2.0':
935
+ resolution: {integrity: sha512-5IviulTZeRNp2vAJ514cc/HUlY5nZ9fCbq9DMyC52BrhFZACo3nI0R7qBxhQmo/d27NFe96ur/b7Wwxklda+kg==}
936
+
937
+ '@types/prop-types@15.7.15':
938
+ resolution: {integrity: sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==}
939
+
940
+ '@types/react-dom@18.3.5':
941
+ resolution: {integrity: sha512-P4t6saawp+b/dFrUr2cvkVsfvPguwsxtH6dNIYRllMsefqFzkZk5UIjzyDOv5g1dXIPdG4Sp1yCR4Z6RCUsG/Q==}
942
+ peerDependencies:
943
+ '@types/react': ^18.0.0
944
+
945
+ '@types/react@18.3.18':
946
+ resolution: {integrity: sha512-t4yC+vtgnkYjNSKlFx1jkAhH8LgTo2N/7Qvi83kdEaUtMDiwpbLAktKDaAMlRcJ5eSxZkH74eEGt1ky31d7kfQ==}
947
+
948
+ '@vitejs/plugin-legacy@8.2.2':
949
+ resolution: {integrity: sha512-4RpSqLedwx9Ffu2MH3iCadVBIu7Swfr5O6R9SDnzPmBzQ6gyfKgNuQZKlBDYl5dM8XDsR7srPqbjbBgHVUWV3g==}
950
+ engines: {node: ^20.19.0 || >=22.12.0}
951
+ peerDependencies:
952
+ terser: ^5.16.0
953
+ vite: ^8.0.0
954
+
955
+ '@vitejs/plugin-react@6.0.4':
956
+ resolution: {integrity: sha512-XcCQz0TBpBgljhj0gMuuDj49i6Ytqh5q1osT/Gp5uAVJUCTWxyskk/l1jwYYiu2xcNHHipdMz40EGfM1VdamVg==}
957
+ engines: {node: ^20.19.0 || >=22.12.0}
958
+ peerDependencies:
959
+ '@rolldown/plugin-babel': ^0.1.7 || ^0.2.0
960
+ babel-plugin-react-compiler: ^1.0.0
961
+ vite: ^8.0.0
962
+ peerDependenciesMeta:
963
+ '@rolldown/plugin-babel':
964
+ optional: true
965
+ babel-plugin-react-compiler:
966
+ optional: true
967
+
968
+ abortcontroller-polyfill@1.7.8:
969
+ resolution: {integrity: sha512-9f1iZ2uWh92VcrU9Y8x+LdM4DLj75VE0MJB8zuF1iUnroEptStw+DQ8EQPMUdfe5k+PkB1uUfDQfWbhstH8LrQ==}
970
+
971
+ acorn@8.17.0:
972
+ resolution: {integrity: sha512-xRQbDb9BnwDafYNn6Vwl839DYVjqXYb1XVGtWAZ1kcDc6iwAL4hg3B1dZlRiuENFeO2H53gFG3in621AdERVAg==}
973
+ engines: {node: '>=0.4.0'}
974
+ hasBin: true
975
+
976
+ alova@3.5.3:
977
+ resolution: {integrity: sha512-p+kLE+DvK5Oo5P3R8Z81GMKKR1n0pJXfp0pxmHHRBsF6zcBZbENxYPkCDMtw92uRz+UPaJ5q1sPQjRymIhlVdg==}
978
+ engines: {node: '>= 18.0.0'}
979
+
980
+ ansis@4.3.1:
981
+ resolution: {integrity: sha512-BJ8/l4R5LRE7hW9WdSuGYrLSHi2ynxeFpDFbH0K/CgNeY/tyhk+vO6TYxXC5r5CpUhNVX310xzPsN/H9lCdfOA==}
982
+ engines: {node: '>=14'}
983
+
984
+ any-promise@1.3.0:
985
+ resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==}
986
+
987
+ anymatch@3.1.3:
988
+ resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==}
989
+ engines: {node: '>= 8'}
990
+
991
+ arg@5.0.2:
992
+ resolution: {integrity: sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==}
993
+
994
+ autoprefixer@10.5.4:
995
+ resolution: {integrity: sha512-MaU0U/za7N3r6brxD4YB/l4NSrFzLPlANv6wEuQVaIPlD3L4W9rFcQPbL/EilY9BHhHvhfcz3gInDLrEtWT4EA==}
996
+ engines: {node: ^10 || ^12 || >=14}
997
+ hasBin: true
998
+ peerDependencies:
999
+ postcss: ^8.1.0
1000
+
1001
+ babel-dead-code-elimination@1.0.12:
1002
+ resolution: {integrity: sha512-GERT7L2TiYcYDtYk1IpD+ASAYXjKbLTDPhBtYj7X1NuRMDTMtAx9kyBenub1Ev41lo91OHCKdmP+egTDmfQ7Ig==}
1003
+
1004
+ babel-plugin-polyfill-corejs2@0.4.17:
1005
+ resolution: {integrity: sha512-aTyf30K/rqAsNwN76zYrdtx8obu0E4KoUME29B1xj+B3WxgvWkp943vYQ+z8Mv3lw9xHXMHpvSPOBxzAkIa94w==}
1006
+ peerDependencies:
1007
+ '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
1008
+
1009
+ babel-plugin-polyfill-corejs3@0.14.2:
1010
+ resolution: {integrity: sha512-coWpDLJ410R781Npmn/SIBZEsAetR4xVi0SxLMXPaMO4lSf1MwnkGYMtkFxew0Dn8B3/CpbpYxN0JCgg8mn67g==}
1011
+ peerDependencies:
1012
+ '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
1013
+
1014
+ babel-plugin-polyfill-regenerator@0.6.8:
1015
+ resolution: {integrity: sha512-M762rNHfSF1EV3SLtnCJXFoQbbIIz0OyRwnCmV0KPC7qosSfCO0QLTSuJX3ayAebubhE6oYBAYPrBA5ljowaZg==}
1016
+ peerDependencies:
1017
+ '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
1018
+
1019
+ baseline-browser-mapping@2.11.1:
1020
+ resolution: {integrity: sha512-HYXq73DDpCtNzOmrFsm9eSwCvWCql0RzqjpDzXN9EadiLJ4DNat0nsZ/Bzmy+Ud12mb4/zKDY0cQ805ZzN+i0A==}
1021
+ engines: {node: '>=6.0.0'}
1022
+ hasBin: true
1023
+
1024
+ binary-extensions@2.3.0:
1025
+ resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==}
1026
+ engines: {node: '>=8'}
1027
+
1028
+ braces@3.0.3:
1029
+ resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
1030
+ engines: {node: '>=8'}
1031
+
1032
+ browserslist-to-esbuild@2.1.1:
1033
+ resolution: {integrity: sha512-KN+mty6C3e9AN8Z5dI1xeN15ExcRNeISoC3g7V0Kax/MMF9MSoYA2G7lkTTcVUFntiEjkpI0HNgqJC1NjdyNUw==}
1034
+ engines: {node: '>=18'}
1035
+ hasBin: true
1036
+ peerDependencies:
1037
+ browserslist: '*'
1038
+
1039
+ browserslist@4.28.7:
1040
+ resolution: {integrity: sha512-JxV13hNrFxqjOc8alRbq9dK1MM79NEXYpma2B2J4wAtpWS5zIEIKqWPGCl7N4o7Uc7B7itylh7SuDujATRyyTw==}
1041
+ engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
1042
+ hasBin: true
1043
+
1044
+ buffer-from@1.1.2:
1045
+ resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==}
1046
+
1047
+ camelcase-css@2.0.1:
1048
+ resolution: {integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==}
1049
+ engines: {node: '>= 6'}
1050
+
1051
+ caniuse-lite@1.0.30001806:
1052
+ resolution: {integrity: sha512-72Cuvd95zbSYPKq6Fhg8eDJRlzgWDf7/mtoZv6Qe/DYNCEBdNxoA3+rZAU2ZhGCpZlns3EssFavaZomckT5Uuw==}
1053
+
1054
+ chokidar@3.6.0:
1055
+ resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==}
1056
+ engines: {node: '>= 8.10.0'}
1057
+
1058
+ chokidar@5.0.0:
1059
+ resolution: {integrity: sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==}
1060
+ engines: {node: '>= 20.19.0'}
1061
+
1062
+ commander@2.20.3:
1063
+ resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==}
1064
+
1065
+ commander@4.1.1:
1066
+ resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==}
1067
+ engines: {node: '>= 6'}
1068
+
1069
+ convert-source-map@2.0.0:
1070
+ resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
1071
+
1072
+ cookie-es@3.1.1:
1073
+ resolution: {integrity: sha512-UaXxwISYJPTr9hwQxMFYZ7kNhSXboMXP+Z3TRX6f1/NyaGPfuNUZOWP1pUEb75B2HjfklIYLVRfWiFZJyC6Npg==}
1074
+
1075
+ copy-text-to-clipboard@3.2.2:
1076
+ resolution: {integrity: sha512-T6SqyLd1iLuqPA90J5N4cTalrtovCySh58iiZDGJ6FGznbclKh4UI+FGacQSgFzwKG77W7XT5gwbVEbd9cIH1A==}
1077
+ engines: {node: '>=12'}
1078
+
1079
+ core-js-compat@3.49.0:
1080
+ resolution: {integrity: sha512-VQXt1jr9cBz03b331DFDCCP90b3fanciLkgiOoy8SBHy06gNf+vQ1A3WFLqG7I8TipYIKeYK9wxd0tUrvHcOZA==}
1081
+
1082
+ core-js@2.6.12:
1083
+ resolution: {integrity: sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==}
1084
+ deprecated: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.
1085
+
1086
+ core-js@3.50.0:
1087
+ resolution: {integrity: sha512-BRWgOLKkFeCgRudR6zrs8p9XJZcE14grzKMMssoYrk6krtuEZ7MTKPIY5RzOnqsEKIR9kst7wNzphttraT+Yqw==}
1088
+
1089
+ crypto-js@4.2.0:
1090
+ resolution: {integrity: sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==}
1091
+ deprecated: Active development of CryptoJS has been discontinued. This library is no longer maintained.
1092
+
1093
+ cssesc@3.0.0:
1094
+ resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==}
1095
+ engines: {node: '>=4'}
1096
+ hasBin: true
1097
+
1098
+ csstype@3.2.3:
1099
+ resolution: {integrity: sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==}
1100
+
1101
+ debug@4.4.3:
1102
+ resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==}
1103
+ engines: {node: '>=6.0'}
1104
+ peerDependencies:
1105
+ supports-color: '*'
1106
+ peerDependenciesMeta:
1107
+ supports-color:
1108
+ optional: true
1109
+
1110
+ detect-libc@2.1.2:
1111
+ resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==}
1112
+ engines: {node: '>=8'}
1113
+
1114
+ didyoumean@1.2.2:
1115
+ resolution: {integrity: sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==}
1116
+
1117
+ diff@8.0.4:
1118
+ resolution: {integrity: sha512-DPi0FmjiSU5EvQV0++GFDOJ9ASQUVFh5kD+OzOnYdi7n3Wpm9hWWGfB/O2blfHcMVTL5WkQXSnRiK9makhrcnw==}
1119
+ engines: {node: '>=0.3.1'}
1120
+
1121
+ dlv@1.1.3:
1122
+ resolution: {integrity: sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==}
1123
+
1124
+ electron-to-chromium@1.5.395:
1125
+ resolution: {integrity: sha512-7zt9Aw+SrmxLWLN0zhaTWZQiCdryLVrYTq5R7iZakLvi2UQPYMMsROYV/2qVCzMeCiSXHwKOU+sZ4zOVVlrtKA==}
1126
+
1127
+ es-errors@1.3.0:
1128
+ resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==}
1129
+ engines: {node: '>= 0.4'}
1130
+
1131
+ escalade@3.2.0:
1132
+ resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==}
1133
+ engines: {node: '>=6'}
1134
+
1135
+ esutils@2.0.3:
1136
+ resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==}
1137
+ engines: {node: '>=0.10.0'}
1138
+
1139
+ fast-glob@3.3.3:
1140
+ resolution: {integrity: sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==}
1141
+ engines: {node: '>=8.6.0'}
1142
+
1143
+ fastq@1.20.1:
1144
+ resolution: {integrity: sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==}
1145
+
1146
+ fdir@6.5.0:
1147
+ resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==}
1148
+ engines: {node: '>=12.0.0'}
1149
+ peerDependencies:
1150
+ picomatch: ^3 || ^4
1151
+ peerDependenciesMeta:
1152
+ picomatch:
1153
+ optional: true
1154
+
1155
+ fill-range@7.1.1:
1156
+ resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==}
1157
+ engines: {node: '>=8'}
1158
+
1159
+ fraction.js@5.3.4:
1160
+ resolution: {integrity: sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==}
1161
+
1162
+ fsevents@2.3.3:
1163
+ resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
1164
+ engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
1165
+ os: [darwin]
1166
+
1167
+ function-bind@1.1.2:
1168
+ resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
1169
+
1170
+ gensync@1.0.0-beta.2:
1171
+ resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==}
1172
+ engines: {node: '>=6.9.0'}
1173
+
1174
+ glob-parent@5.1.2:
1175
+ resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==}
1176
+ engines: {node: '>= 6'}
1177
+
1178
+ glob-parent@6.0.2:
1179
+ resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==}
1180
+ engines: {node: '>=10.13.0'}
1181
+
1182
+ hasown@2.0.4:
1183
+ resolution: {integrity: sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==}
1184
+ engines: {node: '>= 0.4'}
1185
+
1186
+ is-binary-path@2.1.0:
1187
+ resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==}
1188
+ engines: {node: '>=8'}
1189
+
1190
+ is-core-module@2.16.2:
1191
+ resolution: {integrity: sha512-evOr8xfXKxE6qSR0hSXL2r3sd7ALj8+7jQEUvPYcm5sgZFdJ+AYzT6yNmJenvIYQBgIGwfwz08sL8zoL7yq2BA==}
1192
+ engines: {node: '>= 0.4'}
1193
+
1194
+ is-extglob@2.1.1:
1195
+ resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
1196
+ engines: {node: '>=0.10.0'}
1197
+
1198
+ is-glob@4.0.3:
1199
+ resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
1200
+ engines: {node: '>=0.10.0'}
1201
+
1202
+ is-number@7.0.0:
1203
+ resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
1204
+ engines: {node: '>=0.12.0'}
1205
+
1206
+ isbot@5.2.1:
1207
+ resolution: {integrity: sha512-dJ+LpKyClQZ7NG+j3OensC/mAZkGpukE9YUrgPYvAZj2doVL0edfDgywTUh5CXa0o+nW9a1V9e5+CJTX8+SxRw==}
1208
+ engines: {node: '>=18'}
1209
+
1210
+ jiti@1.21.7:
1211
+ resolution: {integrity: sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==}
1212
+ hasBin: true
1213
+
1214
+ jiti@2.7.0:
1215
+ resolution: {integrity: sha512-AC/7JofJvZGrrneWNaEnJeOLUx+JlGt7tNa0wZiRPT4MY1wmfKjt2+6O2p2uz2+skll8OZZmJMNqeke7kKbNgQ==}
1216
+ hasBin: true
1217
+
1218
+ js-tokens@4.0.0:
1219
+ resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
1220
+
1221
+ jsesc@3.1.0:
1222
+ resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==}
1223
+ engines: {node: '>=6'}
1224
+ hasBin: true
1225
+
1226
+ json5@2.2.3:
1227
+ resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==}
1228
+ engines: {node: '>=6'}
1229
+ hasBin: true
1230
+
1231
+ lightningcss-android-arm64@1.33.0:
1232
+ resolution: {integrity: sha512-gEpRTalKdosp4Bb8qWtc2iOgE5SeIHlpS1up9bFq2wAyYhl1UdTObYiHe98zEM9SQvSoqQZ1IQD0JNpg3Ml5pg==}
1233
+ engines: {node: '>= 12.0.0'}
1234
+ cpu: [arm64]
1235
+ os: [android]
1236
+
1237
+ lightningcss-darwin-arm64@1.33.0:
1238
+ resolution: {integrity: sha512-Sciaz8eenNTKn9b3t7+xr0ipTp9YxKQY4npwQ3mrRuL0BAVHBLyZxofhaKBAVtzmtRZ/zTyo0/to4B1uWG/Djg==}
1239
+ engines: {node: '>= 12.0.0'}
1240
+ cpu: [arm64]
1241
+ os: [darwin]
1242
+
1243
+ lightningcss-darwin-x64@1.33.0:
1244
+ resolution: {integrity: sha512-Z5UPAxzrjlWNNyGy6i65cJzzvgJ5D3T6wMvs+gWpY9d7qRhANrxqAp6LhxIgZhWEw18RfJTGcRxjuLIBr+m8XQ==}
1245
+ engines: {node: '>= 12.0.0'}
1246
+ cpu: [x64]
1247
+ os: [darwin]
1248
+
1249
+ lightningcss-freebsd-x64@1.33.0:
1250
+ resolution: {integrity: sha512-QQM/Ti/hQajJwCY+RiWuCZ9sdtI/XQk7nDK5vC8kkdwixezOlDgvDx7+RT+QjK6FcFT4MpsuoBnHIo/O3StRRg==}
1251
+ engines: {node: '>= 12.0.0'}
1252
+ cpu: [x64]
1253
+ os: [freebsd]
1254
+
1255
+ lightningcss-linux-arm-gnueabihf@1.33.0:
1256
+ resolution: {integrity: sha512-N7FVBe6iS24MlM6R/4RBTxGhQheZGs7tiQ9U32UtF75NzP5Q7xWPRqLBCKxlRQRk3rY1jCIPLzx7WzOhuUIRLQ==}
1257
+ engines: {node: '>= 12.0.0'}
1258
+ cpu: [arm]
1259
+ os: [linux]
1260
+
1261
+ lightningcss-linux-arm64-gnu@1.33.0:
1262
+ resolution: {integrity: sha512-j2v/itmy4HlNxlc6voKXYgBqNi0Ng2LShg4z7GufpEgs05P+2suBVyi9I6YHq5uoVFx9ETin3eCEhLVyXGQnKg==}
1263
+ engines: {node: '>= 12.0.0'}
1264
+ cpu: [arm64]
1265
+ os: [linux]
1266
+ libc: [glibc]
1267
+
1268
+ lightningcss-linux-arm64-musl@1.33.0:
1269
+ resolution: {integrity: sha512-yiO5ROMuYQgXbC60yjZU5CYSFZGKXL0HFATXt9mHJn1+zW55oCtMI9NfcVhYLMFDL7gV7oBPon/EmMMGg2OvtQ==}
1270
+ engines: {node: '>= 12.0.0'}
1271
+ cpu: [arm64]
1272
+ os: [linux]
1273
+ libc: [musl]
1274
+
1275
+ lightningcss-linux-x64-gnu@1.33.0:
1276
+ resolution: {integrity: sha512-ar+Ju7LmcN0Jo4FpL4hpFybwNG9/3A/Br5KW2n2jyODg3MEZXaDYADdemoNS+BDNfMgKvylJLj4S5tyRActuAg==}
1277
+ engines: {node: '>= 12.0.0'}
1278
+ cpu: [x64]
1279
+ os: [linux]
1280
+ libc: [glibc]
1281
+
1282
+ lightningcss-linux-x64-musl@1.33.0:
1283
+ resolution: {integrity: sha512-RYiYbkokw0trfKqqzfF55lginwEPrD3OJDfTuJzFs1MK6iFnDenaz1fqLLtX4ITG3OktJQXOeTaw1awrBAlZPw==}
1284
+ engines: {node: '>= 12.0.0'}
1285
+ cpu: [x64]
1286
+ os: [linux]
1287
+ libc: [musl]
1288
+
1289
+ lightningcss-win32-arm64-msvc@1.33.0:
1290
+ resolution: {integrity: sha512-1K+MPfLSFVpphzpdbfkhlWk6wBrTObBzS2T6db10PNOZgR9GoVsAWzwNyuhUYYbTp23j+4RrncfujZ4uAzXvwA==}
1291
+ engines: {node: '>= 12.0.0'}
1292
+ cpu: [arm64]
1293
+ os: [win32]
1294
+
1295
+ lightningcss-win32-x64-msvc@1.33.0:
1296
+ resolution: {integrity: sha512-OlEICDx/Xl0FqSp4bry8zFnCvGpig3Gl4gCquvYwHuqJKEC1+n9NgDniFvqHGmMv1ZkqDJrDqKKSykTDX+ehuA==}
1297
+ engines: {node: '>= 12.0.0'}
1298
+ cpu: [x64]
1299
+ os: [win32]
1300
+
1301
+ lightningcss@1.33.0:
1302
+ resolution: {integrity: sha512-WkUDrojuJs0xkgGf2udWxa3yGBRxPtxUkB79i6aCZLRgc7PM8fZe9TosfPDcvEpQZbuFASnHYmRLBLUbmLOIIA==}
1303
+ engines: {node: '>= 12.0.0'}
1304
+
1305
+ lilconfig@3.1.3:
1306
+ resolution: {integrity: sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==}
1307
+ engines: {node: '>=14'}
1308
+
1309
+ lines-and-columns@1.2.4:
1310
+ resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==}
1311
+
1312
+ lodash.debounce@4.0.8:
1313
+ resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==}
1314
+
1315
+ loose-envify@1.4.0:
1316
+ resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==}
1317
+ hasBin: true
1318
+
1319
+ lru-cache@5.1.1:
1320
+ resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
1321
+
1322
+ magic-string@0.30.21:
1323
+ resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
1324
+
1325
+ magic-string@1.0.0:
1326
+ resolution: {integrity: sha512-CGvjzMN08iv6w1mm4/x3Gh1hLb4VnyRUA15FFpl6CsCIGGoe36k7kY5KNz9QDbSBN5I/fWHM6ZlIkUTa5xdUEA==}
1327
+
1328
+ meow@13.2.0:
1329
+ resolution: {integrity: sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==}
1330
+ engines: {node: '>=18'}
1331
+
1332
+ merge2@1.4.1:
1333
+ resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==}
1334
+ engines: {node: '>= 8'}
1335
+
1336
+ micromatch@4.0.8:
1337
+ resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==}
1338
+ engines: {node: '>=8.6'}
1339
+
1340
+ ms@2.1.3:
1341
+ resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
1342
+
1343
+ mutation-observer@1.0.3:
1344
+ resolution: {integrity: sha512-M/O/4rF2h776hV7qGMZUH3utZLO/jK7p8rnNgGkjKUw8zCGjRQPxB8z6+5l8+VjRUQ3dNYu4vjqXYLr+U8ZVNA==}
1345
+
1346
+ mz@2.7.0:
1347
+ resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==}
1348
+
1349
+ nanoid@3.3.16:
1350
+ resolution: {integrity: sha512-bzlKTyNJ7+LdGIIwy8ijFpIqEQIvafahV7eYykJ8Cvh42EdJeODoJ6gUJXpQJvej1BddH8OqTXZNE/KfbWAu8Q==}
1351
+ engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
1352
+ hasBin: true
1353
+
1354
+ node-releases@2.0.51:
1355
+ resolution: {integrity: sha512-wRNIrw4DmVLKQlbgOMdkMx27Wrpzes2hh5Jtbi2bjPd+4wJstWIqP5A+lscnqbm0xxmT5Bpg8Lec5ItEBwx6BQ==}
1356
+ engines: {node: '>=18'}
1357
+
1358
+ normalize-path@3.0.0:
1359
+ resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==}
1360
+ engines: {node: '>=0.10.0'}
1361
+
1362
+ object-assign@4.1.1:
1363
+ resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==}
1364
+ engines: {node: '>=0.10.0'}
1365
+
1366
+ object-hash@3.0.0:
1367
+ resolution: {integrity: sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==}
1368
+ engines: {node: '>= 6'}
1369
+
1370
+ oxlint@1.77.0:
1371
+ resolution: {integrity: sha512-qnGh8XJHaQ0dprrDXNQZgS0FgjI6v+V3+X8DwmaV++5Aamy6jGKfDdQ1TUvhUxtmKFAbEf4/WeO5QZX+5WSngg==}
1372
+ engines: {node: ^20.19.0 || >=22.12.0}
1373
+ hasBin: true
1374
+ peerDependencies:
1375
+ oxlint-tsgolint: '>=7.0.2001'
1376
+ vite-plus: '*'
1377
+ peerDependenciesMeta:
1378
+ oxlint-tsgolint:
1379
+ optional: true
1380
+ vite-plus:
1381
+ optional: true
1382
+
1383
+ path-parse@1.0.7:
1384
+ resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==}
1385
+
1386
+ pathe@2.0.3:
1387
+ resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==}
1388
+
1389
+ picocolors@1.1.1:
1390
+ resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
1391
+
1392
+ picomatch@2.3.2:
1393
+ resolution: {integrity: sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==}
1394
+ engines: {node: '>=8.6'}
1395
+
1396
+ picomatch@4.0.5:
1397
+ resolution: {integrity: sha512-RvwwcruNjI1ncT5xRakeyS9Lf8lcItv34KD+aif+VH9kduAyfYBipGh12274xtenIPZ119/R9BdTBa8gAwSh0A==}
1398
+ engines: {node: '>=12'}
1399
+
1400
+ pify@2.3.0:
1401
+ resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==}
1402
+ engines: {node: '>=0.10.0'}
1403
+
1404
+ pirates@4.0.7:
1405
+ resolution: {integrity: sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==}
1406
+ engines: {node: '>= 6'}
1407
+
1408
+ postcss-import@15.1.0:
1409
+ resolution: {integrity: sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==}
1410
+ engines: {node: '>=14.0.0'}
1411
+ peerDependencies:
1412
+ postcss: ^8.0.0
1413
+
1414
+ postcss-js@4.1.0:
1415
+ resolution: {integrity: sha512-oIAOTqgIo7q2EOwbhb8UalYePMvYoIeRY2YKntdpFQXNosSu3vLrniGgmH9OKs/qAkfoj5oB3le/7mINW1LCfw==}
1416
+ engines: {node: ^12 || ^14 || >= 16}
1417
+ peerDependencies:
1418
+ postcss: ^8.4.21
1419
+
1420
+ postcss-load-config@6.0.1:
1421
+ resolution: {integrity: sha512-oPtTM4oerL+UXmx+93ytZVN82RrlY/wPUV8IeDxFrzIjXOLF1pN+EmKPLbubvKHT2HC20xXsCAH2Z+CKV6Oz/g==}
1422
+ engines: {node: '>= 18'}
1423
+ peerDependencies:
1424
+ jiti: '>=1.21.0'
1425
+ postcss: '>=8.0.9'
1426
+ tsx: ^4.8.1
1427
+ yaml: ^2.4.2
1428
+ peerDependenciesMeta:
1429
+ jiti:
1430
+ optional: true
1431
+ postcss:
1432
+ optional: true
1433
+ tsx:
1434
+ optional: true
1435
+ yaml:
1436
+ optional: true
1437
+
1438
+ postcss-nested@6.2.0:
1439
+ resolution: {integrity: sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==}
1440
+ engines: {node: '>=12.0'}
1441
+ peerDependencies:
1442
+ postcss: ^8.2.14
1443
+
1444
+ postcss-px-to-viewport-8-plugin@1.2.5:
1445
+ resolution: {integrity: sha512-+yc69+q/euV7iKh5fGXY6C/lpepmVx2DGFHeYj5BpzIFyBBpdACDjZyrZ8AV0kCg+J0bplBv4ZA1QTzgaK0rGg==}
1446
+
1447
+ postcss-selector-parser@6.1.4:
1448
+ resolution: {integrity: sha512-bIoJLOmjCO1S9XdY/DcnR5hJxvrDir1PbGChrzXG3vw0/FOliy/fA3dmdhQ441kah4gKv+TwckGzex6wNS5cnQ==}
1449
+ engines: {node: '>=4'}
1450
+
1451
+ postcss-value-parser@4.2.0:
1452
+ resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==}
1453
+
1454
+ postcss@8.5.22:
1455
+ resolution: {integrity: sha512-KBDEIpLrvpv16pp3K0Fw+UCoZfopFjjgeB+0tA/aaThfEE74kKDLrgg603YvOWJyg3+WYtyq3xYsQWsIyZlPqQ==}
1456
+ engines: {node: ^10 || ^12 || >=14}
1457
+
1458
+ prettier@3.9.6:
1459
+ resolution: {integrity: sha512-OpN0zzVdiaiAhxpuuj5efpIS4sY9j7bY6uR5mnj5yPzGkdkjNKSJeUThPb60Jw29QuAZgA4o+/iB49kFiaBX6g==}
1460
+ engines: {node: '>=14'}
1461
+ hasBin: true
1462
+
1463
+ qiniu-js@3.4.4:
1464
+ resolution: {integrity: sha512-S/ooashZjyFQIIbxrte+OfwRxZQz5/MfVv55xWewc9GoxogP/xMmWixCaBEbdqmyjPAmJ2+VtZiWUuP8teB/BA==}
1465
+
1466
+ querystring@0.2.1:
1467
+ resolution: {integrity: sha512-wkvS7mL/JMugcup3/rMitHmd9ecIGd2lhFhK9N3UUQ450h66d1r3Y9nvXzQAW1Lq+wyx61k/1pfKS5KuKiyEbg==}
1468
+ engines: {node: '>=0.4.x'}
1469
+ deprecated: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
1470
+
1471
+ queue-microtask@1.2.3:
1472
+ resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==}
1473
+
1474
+ rate-limiter-flexible@5.0.5:
1475
+ resolution: {integrity: sha512-+/dSQfo+3FYwYygUs/V2BBdwGa9nFtakDwKt4l0bnvNB53TNT++QSFewwHX9qXrZJuMe9j+TUaU21lm5ARgqdQ==}
1476
+
1477
+ react-dom@18.3.1:
1478
+ resolution: {integrity: sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==}
1479
+ peerDependencies:
1480
+ react: ^18.3.1
1481
+
1482
+ react@18.3.1:
1483
+ resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==}
1484
+ engines: {node: '>=0.10.0'}
1485
+
1486
+ read-cache@1.0.0:
1487
+ resolution: {integrity: sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==}
1488
+
1489
+ readdirp@3.6.0:
1490
+ resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==}
1491
+ engines: {node: '>=8.10.0'}
1492
+
1493
+ readdirp@5.0.0:
1494
+ resolution: {integrity: sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==}
1495
+ engines: {node: '>= 20.19.0'}
1496
+
1497
+ regenerate-unicode-properties@10.2.2:
1498
+ resolution: {integrity: sha512-m03P+zhBeQd1RGnYxrGyDAPpWX/epKirLrp8e3qevZdVkKtnCrjjWczIbYc8+xd6vcTStVlqfycTx1KR4LOr0g==}
1499
+ engines: {node: '>=4'}
1500
+
1501
+ regenerate@1.4.2:
1502
+ resolution: {integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==}
1503
+
1504
+ regenerator-runtime@0.14.1:
1505
+ resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==}
1506
+
1507
+ regexpu-core@6.4.0:
1508
+ resolution: {integrity: sha512-0ghuzq67LI9bLXpOX/ISfve/Mq33a4aFRzoQYhnnok1JOFpmE/A2TBGkNVenOGEeSBCjIiWcc6MVOG5HEQv0sA==}
1509
+ engines: {node: '>=4'}
1510
+
1511
+ regjsgen@0.8.0:
1512
+ resolution: {integrity: sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==}
1513
+
1514
+ regjsparser@0.13.2:
1515
+ resolution: {integrity: sha512-NgRBy2Nx/bE+9F27nVHnqcN5HjyLmecqsqx2PJHu3/IEtADD4WuxuXIVExD5PoSDFVrl78dOonfcOe5O+5nbzQ==}
1516
+ hasBin: true
1517
+
1518
+ resolve@1.22.12:
1519
+ resolution: {integrity: sha512-TyeJ1zif53BPfHootBGwPRYT1RUt6oGWsaQr8UyZW/eAm9bKoijtvruSDEmZHm92CwS9nj7/fWttqPCgzep8CA==}
1520
+ engines: {node: '>= 0.4'}
1521
+ hasBin: true
1522
+
1523
+ reusify@1.1.0:
1524
+ resolution: {integrity: sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==}
1525
+ engines: {iojs: '>=1.0.0', node: '>=0.10.0'}
1526
+
1527
+ rolldown@1.1.5:
1528
+ resolution: {integrity: sha512-t9z29cJjXf/vxQ8dyhCSpt6H6aSwHTk8cT5I3iy6SMXuFpk5mB6PL6XfC8PCwrPTx93udwKUm9HRteAlTGBLiA==}
1529
+ engines: {node: ^20.19.0 || >=22.12.0}
1530
+ hasBin: true
1531
+
1532
+ run-parallel@1.2.0:
1533
+ resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==}
1534
+
1535
+ scheduler@0.23.2:
1536
+ resolution: {integrity: sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==}
1537
+
1538
+ semver@6.3.1:
1539
+ resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
1540
+ hasBin: true
1541
+
1542
+ seroval-plugins@1.5.6:
1543
+ resolution: {integrity: sha512-HXuLAX2pu/UByPpaeo/TaMfvMIi+1QqIoPJYCcAtU8QkVNwgR6MPlGuCQTErV1JwraaMbYaWVIBX7mppzGLATQ==}
1544
+ engines: {node: '>=10'}
1545
+ peerDependencies:
1546
+ seroval: ^1.0
1547
+
1548
+ seroval@1.5.6:
1549
+ resolution: {integrity: sha512-rVQVWjjSvlINzaQPZH5JFqsqEsIWdTxY3iJZCnTL/5gQbXIRooVZKI60tVCkOVfzcRPejboxO2t0P89dg5mQaA==}
1550
+ engines: {node: '>=10'}
1551
+
1552
+ sonner@2.0.8:
1553
+ resolution: {integrity: sha512-UM/ByIoFra8yzV75n1o0Puu0bw5U/9UNnDacrJNspekBewIfsQ3D6ez1nvlWpt7aTsO6rujQtifBpycwIivqlg==}
1554
+ peerDependencies:
1555
+ '@types/react': ^18.0.0 || ^19.0.0
1556
+ react: ^18.0.0 || ^19.0.0 || ^19.0.0-rc
1557
+ react-dom: ^18.0.0 || ^19.0.0 || ^19.0.0-rc
1558
+ peerDependenciesMeta:
1559
+ '@types/react':
1560
+ optional: true
1561
+
1562
+ source-map-js@1.2.1:
1563
+ resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
1564
+ engines: {node: '>=0.10.0'}
1565
+
1566
+ source-map-support@0.5.21:
1567
+ resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==}
1568
+
1569
+ source-map@0.6.1:
1570
+ resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==}
1571
+ engines: {node: '>=0.10.0'}
1572
+
1573
+ spark-md5@3.0.2:
1574
+ resolution: {integrity: sha512-wcFzz9cDfbuqe0FZzfi2or1sgyIrsDwmPwfZC4hiNidPdPINjeUwNfv5kldczoEAcjl9Y1L3SM7Uz2PUEQzxQw==}
1575
+
1576
+ sucrase@3.35.1:
1577
+ resolution: {integrity: sha512-DhuTmvZWux4H1UOnWMB3sk0sbaCVOoQZjv8u1rDoTV0HTdGem9hkAZtl4JZy8P2z4Bg0nT+YMeOFyVr4zcG5Tw==}
1578
+ engines: {node: '>=16 || 14 >=14.17'}
1579
+ hasBin: true
1580
+
1581
+ supports-preserve-symlinks-flag@1.0.0:
1582
+ resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==}
1583
+ engines: {node: '>= 0.4'}
1584
+
1585
+ systemjs@6.15.1:
1586
+ resolution: {integrity: sha512-Nk8c4lXvMB98MtbmjX7JwJRgJOL8fluecYCfCeYBznwmpOs8Bf15hLM6z4z71EDAhQVrQrI+wt1aLWSXZq+hXA==}
1587
+
1588
+ tailwindcss@3.4.19:
1589
+ resolution: {integrity: sha512-3ofp+LL8E+pK/JuPLPggVAIaEuhvIz4qNcf3nA1Xn2o/7fb7s/TYpHhwGDv1ZU3PkBluUVaF8PyCHcm48cKLWQ==}
1590
+ engines: {node: '>=14.0.0'}
1591
+ hasBin: true
1592
+
1593
+ terser@5.49.0:
1594
+ resolution: {integrity: sha512-SNiDnXyHSrxVcIOtVbULzcTmniUiwcV7Nwdyj1twVubeTmbjoa8p69KKDpfkdoOavuM4/GRm1+ykI8qqnavHoA==}
1595
+ engines: {node: '>=10'}
1596
+ hasBin: true
1597
+
1598
+ thenify-all@1.6.0:
1599
+ resolution: {integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==}
1600
+ engines: {node: '>=0.8'}
1601
+
1602
+ thenify@3.3.1:
1603
+ resolution: {integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==}
1604
+
1605
+ tinyglobby@0.2.17:
1606
+ resolution: {integrity: sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==}
1607
+ engines: {node: '>=12.0.0'}
1608
+
1609
+ to-regex-range@5.0.1:
1610
+ resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
1611
+ engines: {node: '>=8.0'}
1612
+
1613
+ ts-interface-checker@0.1.13:
1614
+ resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==}
1615
+
1616
+ tslib@2.8.1:
1617
+ resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
1618
+
1619
+ typescript@6.0.3:
1620
+ resolution: {integrity: sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==}
1621
+ engines: {node: '>=14.17'}
1622
+ hasBin: true
1623
+
1624
+ undici-types@8.3.0:
1625
+ resolution: {integrity: sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ==}
1626
+
1627
+ unicode-canonical-property-names-ecmascript@2.0.1:
1628
+ resolution: {integrity: sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==}
1629
+ engines: {node: '>=4'}
1630
+
1631
+ unicode-match-property-ecmascript@2.0.0:
1632
+ resolution: {integrity: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==}
1633
+ engines: {node: '>=4'}
1634
+
1635
+ unicode-match-property-value-ecmascript@2.2.1:
1636
+ resolution: {integrity: sha512-JQ84qTuMg4nVkx8ga4A16a1epI9H6uTXAknqxkGF/aFfRLw1xC/Bp24HNLaZhHSkWd3+84t8iXnp1J0kYcZHhg==}
1637
+ engines: {node: '>=4'}
1638
+
1639
+ unicode-property-aliases-ecmascript@2.2.0:
1640
+ resolution: {integrity: sha512-hpbDzxUY9BFwX+UeBnxv3Sh1q7HFxj48DTmXchNgRa46lO8uj3/1iEn3MiNUYTg1g9ctIqXCCERn8gYZhHC5lQ==}
1641
+ engines: {node: '>=4'}
1642
+
1643
+ unplugin@3.3.0:
1644
+ resolution: {integrity: sha512-qa66K+crbfyE6JK10GjvbJeRrOsuC/JpbnHctfyp/i4oBTxWOzJfRZyDiOk1PtErMFRu8JhsU/wPvOdBNWe5Rg==}
1645
+ engines: {node: ^20.19.0 || >=22.12.0}
1646
+ peerDependencies:
1647
+ '@farmfe/core': '*'
1648
+ '@rspack/core': '*'
1649
+ bun-types-no-globals: '*'
1650
+ esbuild: '*'
1651
+ rolldown: '*'
1652
+ rollup: '*'
1653
+ unloader: '*'
1654
+ vite: '*'
1655
+ webpack: '*'
1656
+ peerDependenciesMeta:
1657
+ '@farmfe/core':
1658
+ optional: true
1659
+ '@rspack/core':
1660
+ optional: true
1661
+ bun-types-no-globals:
1662
+ optional: true
1663
+ esbuild:
1664
+ optional: true
1665
+ rolldown:
1666
+ optional: true
1667
+ rollup:
1668
+ optional: true
1669
+ unloader:
1670
+ optional: true
1671
+ vite:
1672
+ optional: true
1673
+ webpack:
1674
+ optional: true
1675
+
1676
+ update-browserslist-db@1.2.3:
1677
+ resolution: {integrity: sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==}
1678
+ hasBin: true
1679
+ peerDependencies:
1680
+ browserslist: '>= 4.21.0'
1681
+
1682
+ use-sync-external-store@1.6.0:
1683
+ resolution: {integrity: sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==}
1684
+ peerDependencies:
1685
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
1686
+
1687
+ util-deprecate@1.0.2:
1688
+ resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
1689
+
1690
+ vconsole@3.15.1:
1691
+ resolution: {integrity: sha512-KH8XLdrq9T5YHJO/ixrjivHfmF2PC2CdVoK6RWZB4yftMykYIaXY1mxZYAic70vADM54kpMQF+dYmvl5NRNy1g==}
1692
+
1693
+ vite@8.1.5:
1694
+ resolution: {integrity: sha512-7ULLwsCdYx/nRyrpiEwvqb5TFHrMVZyBt+rg/OAXT7rgj/z+DtTDyKFeLAdDkubDVDKD8jOsndmy7m55XcfUsw==}
1695
+ engines: {node: ^20.19.0 || >=22.12.0}
1696
+ hasBin: true
1697
+ peerDependencies:
1698
+ '@types/node': ^20.19.0 || >=22.12.0
1699
+ '@vitejs/devtools': ^0.3.0
1700
+ esbuild: ^0.27.0 || ^0.28.0
1701
+ jiti: '>=1.21.0'
1702
+ less: ^4.0.0
1703
+ sass: ^1.70.0
1704
+ sass-embedded: ^1.70.0
1705
+ stylus: '>=0.54.8'
1706
+ sugarss: ^5.0.0
1707
+ terser: ^5.16.0
1708
+ tsx: ^4.8.1
1709
+ yaml: ^2.4.2
1710
+ peerDependenciesMeta:
1711
+ '@types/node':
1712
+ optional: true
1713
+ '@vitejs/devtools':
1714
+ optional: true
1715
+ esbuild:
1716
+ optional: true
1717
+ jiti:
1718
+ optional: true
1719
+ less:
1720
+ optional: true
1721
+ sass:
1722
+ optional: true
1723
+ sass-embedded:
1724
+ optional: true
1725
+ stylus:
1726
+ optional: true
1727
+ sugarss:
1728
+ optional: true
1729
+ terser:
1730
+ optional: true
1731
+ tsx:
1732
+ optional: true
1733
+ yaml:
1734
+ optional: true
1735
+
1736
+ webpack-virtual-modules@0.6.2:
1737
+ resolution: {integrity: sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==}
1738
+
1739
+ yallist@3.1.1:
1740
+ resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
1741
+
1742
+ zod@4.4.3:
1743
+ resolution: {integrity: sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==}
1744
+
1745
+ snapshots:
1746
+
1747
+ '@alloc/quick-lru@5.2.0': {}
1748
+
1749
+ '@alova/shared@1.3.4': {}
1750
+
1751
+ '@babel/code-frame@7.29.7':
1752
+ dependencies:
1753
+ '@babel/helper-validator-identifier': 7.29.7
1754
+ js-tokens: 4.0.0
1755
+ picocolors: 1.1.1
1756
+
1757
+ '@babel/compat-data@7.29.7': {}
1758
+
1759
+ '@babel/core@7.29.7':
1760
+ dependencies:
1761
+ '@babel/code-frame': 7.29.7
1762
+ '@babel/generator': 7.29.7
1763
+ '@babel/helper-compilation-targets': 7.29.7
1764
+ '@babel/helper-module-transforms': 7.29.7(@babel/core@7.29.7)
1765
+ '@babel/helpers': 7.29.7
1766
+ '@babel/parser': 7.29.7
1767
+ '@babel/template': 7.29.7
1768
+ '@babel/traverse': 7.29.7
1769
+ '@babel/types': 7.29.7
1770
+ '@jridgewell/remapping': 2.3.5
1771
+ convert-source-map: 2.0.0
1772
+ debug: 4.4.3
1773
+ gensync: 1.0.0-beta.2
1774
+ json5: 2.2.3
1775
+ semver: 6.3.1
1776
+ transitivePeerDependencies:
1777
+ - supports-color
1778
+
1779
+ '@babel/generator@7.29.7':
1780
+ dependencies:
1781
+ '@babel/parser': 7.29.7
1782
+ '@babel/types': 7.29.7
1783
+ '@jridgewell/gen-mapping': 0.3.13
1784
+ '@jridgewell/trace-mapping': 0.3.31
1785
+ jsesc: 3.1.0
1786
+
1787
+ '@babel/helper-annotate-as-pure@7.29.7':
1788
+ dependencies:
1789
+ '@babel/types': 7.29.7
1790
+
1791
+ '@babel/helper-compilation-targets@7.29.7':
1792
+ dependencies:
1793
+ '@babel/compat-data': 7.29.7
1794
+ '@babel/helper-validator-option': 7.29.7
1795
+ browserslist: 4.28.7
1796
+ lru-cache: 5.1.1
1797
+ semver: 6.3.1
1798
+
1799
+ '@babel/helper-create-class-features-plugin@7.29.7(@babel/core@7.29.7)':
1800
+ dependencies:
1801
+ '@babel/core': 7.29.7
1802
+ '@babel/helper-annotate-as-pure': 7.29.7
1803
+ '@babel/helper-member-expression-to-functions': 7.29.7
1804
+ '@babel/helper-optimise-call-expression': 7.29.7
1805
+ '@babel/helper-replace-supers': 7.29.7(@babel/core@7.29.7)
1806
+ '@babel/helper-skip-transparent-expression-wrappers': 7.29.7
1807
+ '@babel/traverse': 7.29.7
1808
+ semver: 6.3.1
1809
+ transitivePeerDependencies:
1810
+ - supports-color
1811
+
1812
+ '@babel/helper-create-regexp-features-plugin@7.29.7(@babel/core@7.29.7)':
1813
+ dependencies:
1814
+ '@babel/core': 7.29.7
1815
+ '@babel/helper-annotate-as-pure': 7.29.7
1816
+ regexpu-core: 6.4.0
1817
+ semver: 6.3.1
1818
+
1819
+ '@babel/helper-define-polyfill-provider@0.6.8(@babel/core@7.29.7)':
1820
+ dependencies:
1821
+ '@babel/core': 7.29.7
1822
+ '@babel/helper-compilation-targets': 7.29.7
1823
+ '@babel/helper-plugin-utils': 7.29.7
1824
+ debug: 4.4.3
1825
+ lodash.debounce: 4.0.8
1826
+ resolve: 1.22.12
1827
+ transitivePeerDependencies:
1828
+ - supports-color
1829
+
1830
+ '@babel/helper-globals@7.29.7': {}
1831
+
1832
+ '@babel/helper-member-expression-to-functions@7.29.7':
1833
+ dependencies:
1834
+ '@babel/traverse': 7.29.7
1835
+ '@babel/types': 7.29.7
1836
+ transitivePeerDependencies:
1837
+ - supports-color
1838
+
1839
+ '@babel/helper-module-imports@7.29.7':
1840
+ dependencies:
1841
+ '@babel/traverse': 7.29.7
1842
+ '@babel/types': 7.29.7
1843
+ transitivePeerDependencies:
1844
+ - supports-color
1845
+
1846
+ '@babel/helper-module-transforms@7.29.7(@babel/core@7.29.7)':
1847
+ dependencies:
1848
+ '@babel/core': 7.29.7
1849
+ '@babel/helper-module-imports': 7.29.7
1850
+ '@babel/helper-validator-identifier': 7.29.7
1851
+ '@babel/traverse': 7.29.7
1852
+ transitivePeerDependencies:
1853
+ - supports-color
1854
+
1855
+ '@babel/helper-optimise-call-expression@7.29.7':
1856
+ dependencies:
1857
+ '@babel/types': 7.29.7
1858
+
1859
+ '@babel/helper-plugin-utils@7.29.7': {}
1860
+
1861
+ '@babel/helper-remap-async-to-generator@7.29.7(@babel/core@7.29.7)':
1862
+ dependencies:
1863
+ '@babel/core': 7.29.7
1864
+ '@babel/helper-annotate-as-pure': 7.29.7
1865
+ '@babel/helper-wrap-function': 7.29.7
1866
+ '@babel/traverse': 7.29.7
1867
+ transitivePeerDependencies:
1868
+ - supports-color
1869
+
1870
+ '@babel/helper-replace-supers@7.29.7(@babel/core@7.29.7)':
1871
+ dependencies:
1872
+ '@babel/core': 7.29.7
1873
+ '@babel/helper-member-expression-to-functions': 7.29.7
1874
+ '@babel/helper-optimise-call-expression': 7.29.7
1875
+ '@babel/traverse': 7.29.7
1876
+ transitivePeerDependencies:
1877
+ - supports-color
1878
+
1879
+ '@babel/helper-skip-transparent-expression-wrappers@7.29.7':
1880
+ dependencies:
1881
+ '@babel/traverse': 7.29.7
1882
+ '@babel/types': 7.29.7
1883
+ transitivePeerDependencies:
1884
+ - supports-color
1885
+
1886
+ '@babel/helper-string-parser@7.29.7': {}
1887
+
1888
+ '@babel/helper-validator-identifier@7.29.7': {}
1889
+
1890
+ '@babel/helper-validator-option@7.29.7': {}
1891
+
1892
+ '@babel/helper-wrap-function@7.29.7':
1893
+ dependencies:
1894
+ '@babel/template': 7.29.7
1895
+ '@babel/traverse': 7.29.7
1896
+ '@babel/types': 7.29.7
1897
+ transitivePeerDependencies:
1898
+ - supports-color
1899
+
1900
+ '@babel/helpers@7.29.7':
1901
+ dependencies:
1902
+ '@babel/template': 7.29.7
1903
+ '@babel/types': 7.29.7
1904
+
1905
+ '@babel/parser@7.29.7':
1906
+ dependencies:
1907
+ '@babel/types': 7.29.7
1908
+
1909
+ '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.29.7(@babel/core@7.29.7)':
1910
+ dependencies:
1911
+ '@babel/core': 7.29.7
1912
+ '@babel/helper-plugin-utils': 7.29.7
1913
+ '@babel/traverse': 7.29.7
1914
+ transitivePeerDependencies:
1915
+ - supports-color
1916
+
1917
+ '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.29.7(@babel/core@7.29.7)':
1918
+ dependencies:
1919
+ '@babel/core': 7.29.7
1920
+ '@babel/helper-plugin-utils': 7.29.7
1921
+
1922
+ '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.29.7(@babel/core@7.29.7)':
1923
+ dependencies:
1924
+ '@babel/core': 7.29.7
1925
+ '@babel/helper-plugin-utils': 7.29.7
1926
+
1927
+ '@babel/plugin-bugfix-safari-rest-destructuring-rhs-array@7.29.7(@babel/core@7.29.7)':
1928
+ dependencies:
1929
+ '@babel/core': 7.29.7
1930
+ '@babel/helper-plugin-utils': 7.29.7
1931
+ '@babel/helper-skip-transparent-expression-wrappers': 7.29.7
1932
+ transitivePeerDependencies:
1933
+ - supports-color
1934
+
1935
+ '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.29.7(@babel/core@7.29.7)':
1936
+ dependencies:
1937
+ '@babel/core': 7.29.7
1938
+ '@babel/helper-plugin-utils': 7.29.7
1939
+ '@babel/helper-skip-transparent-expression-wrappers': 7.29.7
1940
+ '@babel/plugin-transform-optional-chaining': 7.29.7(@babel/core@7.29.7)
1941
+ transitivePeerDependencies:
1942
+ - supports-color
1943
+
1944
+ '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.29.7(@babel/core@7.29.7)':
1945
+ dependencies:
1946
+ '@babel/core': 7.29.7
1947
+ '@babel/helper-plugin-utils': 7.29.7
1948
+ '@babel/traverse': 7.29.7
1949
+ transitivePeerDependencies:
1950
+ - supports-color
1951
+
1952
+ '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.29.7)':
1953
+ dependencies:
1954
+ '@babel/core': 7.29.7
1955
+
1956
+ '@babel/plugin-syntax-import-assertions@7.29.7(@babel/core@7.29.7)':
1957
+ dependencies:
1958
+ '@babel/core': 7.29.7
1959
+ '@babel/helper-plugin-utils': 7.29.7
1960
+
1961
+ '@babel/plugin-syntax-import-attributes@7.29.7(@babel/core@7.29.7)':
1962
+ dependencies:
1963
+ '@babel/core': 7.29.7
1964
+ '@babel/helper-plugin-utils': 7.29.7
1965
+
1966
+ '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.29.7)':
1967
+ dependencies:
1968
+ '@babel/core': 7.29.7
1969
+ '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@7.29.7)
1970
+ '@babel/helper-plugin-utils': 7.29.7
1971
+
1972
+ '@babel/plugin-transform-arrow-functions@7.29.7(@babel/core@7.29.7)':
1973
+ dependencies:
1974
+ '@babel/core': 7.29.7
1975
+ '@babel/helper-plugin-utils': 7.29.7
1976
+
1977
+ '@babel/plugin-transform-async-generator-functions@7.29.7(@babel/core@7.29.7)':
1978
+ dependencies:
1979
+ '@babel/core': 7.29.7
1980
+ '@babel/helper-plugin-utils': 7.29.7
1981
+ '@babel/helper-remap-async-to-generator': 7.29.7(@babel/core@7.29.7)
1982
+ '@babel/traverse': 7.29.7
1983
+ transitivePeerDependencies:
1984
+ - supports-color
1985
+
1986
+ '@babel/plugin-transform-async-to-generator@7.29.7(@babel/core@7.29.7)':
1987
+ dependencies:
1988
+ '@babel/core': 7.29.7
1989
+ '@babel/helper-module-imports': 7.29.7
1990
+ '@babel/helper-plugin-utils': 7.29.7
1991
+ '@babel/helper-remap-async-to-generator': 7.29.7(@babel/core@7.29.7)
1992
+ transitivePeerDependencies:
1993
+ - supports-color
1994
+
1995
+ '@babel/plugin-transform-block-scoped-functions@7.29.7(@babel/core@7.29.7)':
1996
+ dependencies:
1997
+ '@babel/core': 7.29.7
1998
+ '@babel/helper-plugin-utils': 7.29.7
1999
+
2000
+ '@babel/plugin-transform-block-scoping@7.29.7(@babel/core@7.29.7)':
2001
+ dependencies:
2002
+ '@babel/core': 7.29.7
2003
+ '@babel/helper-plugin-utils': 7.29.7
2004
+
2005
+ '@babel/plugin-transform-class-properties@7.29.7(@babel/core@7.29.7)':
2006
+ dependencies:
2007
+ '@babel/core': 7.29.7
2008
+ '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@7.29.7)
2009
+ '@babel/helper-plugin-utils': 7.29.7
2010
+ transitivePeerDependencies:
2011
+ - supports-color
2012
+
2013
+ '@babel/plugin-transform-class-static-block@7.29.7(@babel/core@7.29.7)':
2014
+ dependencies:
2015
+ '@babel/core': 7.29.7
2016
+ '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@7.29.7)
2017
+ '@babel/helper-plugin-utils': 7.29.7
2018
+ transitivePeerDependencies:
2019
+ - supports-color
2020
+
2021
+ '@babel/plugin-transform-classes@7.29.7(@babel/core@7.29.7)':
2022
+ dependencies:
2023
+ '@babel/core': 7.29.7
2024
+ '@babel/helper-annotate-as-pure': 7.29.7
2025
+ '@babel/helper-compilation-targets': 7.29.7
2026
+ '@babel/helper-globals': 7.29.7
2027
+ '@babel/helper-plugin-utils': 7.29.7
2028
+ '@babel/helper-replace-supers': 7.29.7(@babel/core@7.29.7)
2029
+ '@babel/traverse': 7.29.7
2030
+ transitivePeerDependencies:
2031
+ - supports-color
2032
+
2033
+ '@babel/plugin-transform-computed-properties@7.29.7(@babel/core@7.29.7)':
2034
+ dependencies:
2035
+ '@babel/core': 7.29.7
2036
+ '@babel/helper-plugin-utils': 7.29.7
2037
+ '@babel/template': 7.29.7
2038
+
2039
+ '@babel/plugin-transform-destructuring@7.29.7(@babel/core@7.29.7)':
2040
+ dependencies:
2041
+ '@babel/core': 7.29.7
2042
+ '@babel/helper-plugin-utils': 7.29.7
2043
+ '@babel/traverse': 7.29.7
2044
+ transitivePeerDependencies:
2045
+ - supports-color
2046
+
2047
+ '@babel/plugin-transform-dotall-regex@7.29.7(@babel/core@7.29.7)':
2048
+ dependencies:
2049
+ '@babel/core': 7.29.7
2050
+ '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@7.29.7)
2051
+ '@babel/helper-plugin-utils': 7.29.7
2052
+
2053
+ '@babel/plugin-transform-duplicate-keys@7.29.7(@babel/core@7.29.7)':
2054
+ dependencies:
2055
+ '@babel/core': 7.29.7
2056
+ '@babel/helper-plugin-utils': 7.29.7
2057
+
2058
+ '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.29.7(@babel/core@7.29.7)':
2059
+ dependencies:
2060
+ '@babel/core': 7.29.7
2061
+ '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@7.29.7)
2062
+ '@babel/helper-plugin-utils': 7.29.7
2063
+
2064
+ '@babel/plugin-transform-dynamic-import@7.29.7(@babel/core@7.29.7)':
2065
+ dependencies:
2066
+ '@babel/core': 7.29.7
2067
+ '@babel/helper-plugin-utils': 7.29.7
2068
+
2069
+ '@babel/plugin-transform-explicit-resource-management@7.29.7(@babel/core@7.29.7)':
2070
+ dependencies:
2071
+ '@babel/core': 7.29.7
2072
+ '@babel/helper-plugin-utils': 7.29.7
2073
+ '@babel/plugin-transform-destructuring': 7.29.7(@babel/core@7.29.7)
2074
+ transitivePeerDependencies:
2075
+ - supports-color
2076
+
2077
+ '@babel/plugin-transform-exponentiation-operator@7.29.7(@babel/core@7.29.7)':
2078
+ dependencies:
2079
+ '@babel/core': 7.29.7
2080
+ '@babel/helper-plugin-utils': 7.29.7
2081
+
2082
+ '@babel/plugin-transform-export-namespace-from@7.29.7(@babel/core@7.29.7)':
2083
+ dependencies:
2084
+ '@babel/core': 7.29.7
2085
+ '@babel/helper-plugin-utils': 7.29.7
2086
+
2087
+ '@babel/plugin-transform-for-of@7.29.7(@babel/core@7.29.7)':
2088
+ dependencies:
2089
+ '@babel/core': 7.29.7
2090
+ '@babel/helper-plugin-utils': 7.29.7
2091
+ '@babel/helper-skip-transparent-expression-wrappers': 7.29.7
2092
+ transitivePeerDependencies:
2093
+ - supports-color
2094
+
2095
+ '@babel/plugin-transform-function-name@7.29.7(@babel/core@7.29.7)':
2096
+ dependencies:
2097
+ '@babel/core': 7.29.7
2098
+ '@babel/helper-compilation-targets': 7.29.7
2099
+ '@babel/helper-plugin-utils': 7.29.7
2100
+ '@babel/traverse': 7.29.7
2101
+ transitivePeerDependencies:
2102
+ - supports-color
2103
+
2104
+ '@babel/plugin-transform-json-strings@7.29.7(@babel/core@7.29.7)':
2105
+ dependencies:
2106
+ '@babel/core': 7.29.7
2107
+ '@babel/helper-plugin-utils': 7.29.7
2108
+
2109
+ '@babel/plugin-transform-literals@7.29.7(@babel/core@7.29.7)':
2110
+ dependencies:
2111
+ '@babel/core': 7.29.7
2112
+ '@babel/helper-plugin-utils': 7.29.7
2113
+
2114
+ '@babel/plugin-transform-logical-assignment-operators@7.29.7(@babel/core@7.29.7)':
2115
+ dependencies:
2116
+ '@babel/core': 7.29.7
2117
+ '@babel/helper-plugin-utils': 7.29.7
2118
+
2119
+ '@babel/plugin-transform-member-expression-literals@7.29.7(@babel/core@7.29.7)':
2120
+ dependencies:
2121
+ '@babel/core': 7.29.7
2122
+ '@babel/helper-plugin-utils': 7.29.7
2123
+
2124
+ '@babel/plugin-transform-modules-amd@7.29.7(@babel/core@7.29.7)':
2125
+ dependencies:
2126
+ '@babel/core': 7.29.7
2127
+ '@babel/helper-module-transforms': 7.29.7(@babel/core@7.29.7)
2128
+ '@babel/helper-plugin-utils': 7.29.7
2129
+ transitivePeerDependencies:
2130
+ - supports-color
2131
+
2132
+ '@babel/plugin-transform-modules-commonjs@7.29.7(@babel/core@7.29.7)':
2133
+ dependencies:
2134
+ '@babel/core': 7.29.7
2135
+ '@babel/helper-module-transforms': 7.29.7(@babel/core@7.29.7)
2136
+ '@babel/helper-plugin-utils': 7.29.7
2137
+ transitivePeerDependencies:
2138
+ - supports-color
2139
+
2140
+ '@babel/plugin-transform-modules-systemjs@7.29.7(@babel/core@7.29.7)':
2141
+ dependencies:
2142
+ '@babel/core': 7.29.7
2143
+ '@babel/helper-module-transforms': 7.29.7(@babel/core@7.29.7)
2144
+ '@babel/helper-plugin-utils': 7.29.7
2145
+ '@babel/helper-validator-identifier': 7.29.7
2146
+ '@babel/traverse': 7.29.7
2147
+ transitivePeerDependencies:
2148
+ - supports-color
2149
+
2150
+ '@babel/plugin-transform-modules-umd@7.29.7(@babel/core@7.29.7)':
2151
+ dependencies:
2152
+ '@babel/core': 7.29.7
2153
+ '@babel/helper-module-transforms': 7.29.7(@babel/core@7.29.7)
2154
+ '@babel/helper-plugin-utils': 7.29.7
2155
+ transitivePeerDependencies:
2156
+ - supports-color
2157
+
2158
+ '@babel/plugin-transform-named-capturing-groups-regex@7.29.7(@babel/core@7.29.7)':
2159
+ dependencies:
2160
+ '@babel/core': 7.29.7
2161
+ '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@7.29.7)
2162
+ '@babel/helper-plugin-utils': 7.29.7
2163
+
2164
+ '@babel/plugin-transform-new-target@7.29.7(@babel/core@7.29.7)':
2165
+ dependencies:
2166
+ '@babel/core': 7.29.7
2167
+ '@babel/helper-plugin-utils': 7.29.7
2168
+
2169
+ '@babel/plugin-transform-nullish-coalescing-operator@7.29.7(@babel/core@7.29.7)':
2170
+ dependencies:
2171
+ '@babel/core': 7.29.7
2172
+ '@babel/helper-plugin-utils': 7.29.7
2173
+
2174
+ '@babel/plugin-transform-numeric-separator@7.29.7(@babel/core@7.29.7)':
2175
+ dependencies:
2176
+ '@babel/core': 7.29.7
2177
+ '@babel/helper-plugin-utils': 7.29.7
2178
+
2179
+ '@babel/plugin-transform-object-rest-spread@7.29.7(@babel/core@7.29.7)':
2180
+ dependencies:
2181
+ '@babel/core': 7.29.7
2182
+ '@babel/helper-compilation-targets': 7.29.7
2183
+ '@babel/helper-plugin-utils': 7.29.7
2184
+ '@babel/plugin-transform-destructuring': 7.29.7(@babel/core@7.29.7)
2185
+ '@babel/plugin-transform-parameters': 7.29.7(@babel/core@7.29.7)
2186
+ '@babel/traverse': 7.29.7
2187
+ transitivePeerDependencies:
2188
+ - supports-color
2189
+
2190
+ '@babel/plugin-transform-object-super@7.29.7(@babel/core@7.29.7)':
2191
+ dependencies:
2192
+ '@babel/core': 7.29.7
2193
+ '@babel/helper-plugin-utils': 7.29.7
2194
+ '@babel/helper-replace-supers': 7.29.7(@babel/core@7.29.7)
2195
+ transitivePeerDependencies:
2196
+ - supports-color
2197
+
2198
+ '@babel/plugin-transform-optional-catch-binding@7.29.7(@babel/core@7.29.7)':
2199
+ dependencies:
2200
+ '@babel/core': 7.29.7
2201
+ '@babel/helper-plugin-utils': 7.29.7
2202
+
2203
+ '@babel/plugin-transform-optional-chaining@7.29.7(@babel/core@7.29.7)':
2204
+ dependencies:
2205
+ '@babel/core': 7.29.7
2206
+ '@babel/helper-plugin-utils': 7.29.7
2207
+ '@babel/helper-skip-transparent-expression-wrappers': 7.29.7
2208
+ transitivePeerDependencies:
2209
+ - supports-color
2210
+
2211
+ '@babel/plugin-transform-parameters@7.29.7(@babel/core@7.29.7)':
2212
+ dependencies:
2213
+ '@babel/core': 7.29.7
2214
+ '@babel/helper-plugin-utils': 7.29.7
2215
+
2216
+ '@babel/plugin-transform-private-methods@7.29.7(@babel/core@7.29.7)':
2217
+ dependencies:
2218
+ '@babel/core': 7.29.7
2219
+ '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@7.29.7)
2220
+ '@babel/helper-plugin-utils': 7.29.7
2221
+ transitivePeerDependencies:
2222
+ - supports-color
2223
+
2224
+ '@babel/plugin-transform-private-property-in-object@7.29.7(@babel/core@7.29.7)':
2225
+ dependencies:
2226
+ '@babel/core': 7.29.7
2227
+ '@babel/helper-annotate-as-pure': 7.29.7
2228
+ '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@7.29.7)
2229
+ '@babel/helper-plugin-utils': 7.29.7
2230
+ transitivePeerDependencies:
2231
+ - supports-color
2232
+
2233
+ '@babel/plugin-transform-property-literals@7.29.7(@babel/core@7.29.7)':
2234
+ dependencies:
2235
+ '@babel/core': 7.29.7
2236
+ '@babel/helper-plugin-utils': 7.29.7
2237
+
2238
+ '@babel/plugin-transform-regenerator@7.29.7(@babel/core@7.29.7)':
2239
+ dependencies:
2240
+ '@babel/core': 7.29.7
2241
+ '@babel/helper-plugin-utils': 7.29.7
2242
+
2243
+ '@babel/plugin-transform-regexp-modifiers@7.29.7(@babel/core@7.29.7)':
2244
+ dependencies:
2245
+ '@babel/core': 7.29.7
2246
+ '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@7.29.7)
2247
+ '@babel/helper-plugin-utils': 7.29.7
2248
+
2249
+ '@babel/plugin-transform-reserved-words@7.29.7(@babel/core@7.29.7)':
2250
+ dependencies:
2251
+ '@babel/core': 7.29.7
2252
+ '@babel/helper-plugin-utils': 7.29.7
2253
+
2254
+ '@babel/plugin-transform-shorthand-properties@7.29.7(@babel/core@7.29.7)':
2255
+ dependencies:
2256
+ '@babel/core': 7.29.7
2257
+ '@babel/helper-plugin-utils': 7.29.7
2258
+
2259
+ '@babel/plugin-transform-spread@7.29.7(@babel/core@7.29.7)':
2260
+ dependencies:
2261
+ '@babel/core': 7.29.7
2262
+ '@babel/helper-plugin-utils': 7.29.7
2263
+ '@babel/helper-skip-transparent-expression-wrappers': 7.29.7
2264
+ transitivePeerDependencies:
2265
+ - supports-color
2266
+
2267
+ '@babel/plugin-transform-sticky-regex@7.29.7(@babel/core@7.29.7)':
2268
+ dependencies:
2269
+ '@babel/core': 7.29.7
2270
+ '@babel/helper-plugin-utils': 7.29.7
2271
+
2272
+ '@babel/plugin-transform-template-literals@7.29.7(@babel/core@7.29.7)':
2273
+ dependencies:
2274
+ '@babel/core': 7.29.7
2275
+ '@babel/helper-plugin-utils': 7.29.7
2276
+
2277
+ '@babel/plugin-transform-typeof-symbol@7.29.7(@babel/core@7.29.7)':
2278
+ dependencies:
2279
+ '@babel/core': 7.29.7
2280
+ '@babel/helper-plugin-utils': 7.29.7
2281
+
2282
+ '@babel/plugin-transform-unicode-escapes@7.29.7(@babel/core@7.29.7)':
2283
+ dependencies:
2284
+ '@babel/core': 7.29.7
2285
+ '@babel/helper-plugin-utils': 7.29.7
2286
+
2287
+ '@babel/plugin-transform-unicode-property-regex@7.29.7(@babel/core@7.29.7)':
2288
+ dependencies:
2289
+ '@babel/core': 7.29.7
2290
+ '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@7.29.7)
2291
+ '@babel/helper-plugin-utils': 7.29.7
2292
+
2293
+ '@babel/plugin-transform-unicode-regex@7.29.7(@babel/core@7.29.7)':
2294
+ dependencies:
2295
+ '@babel/core': 7.29.7
2296
+ '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@7.29.7)
2297
+ '@babel/helper-plugin-utils': 7.29.7
2298
+
2299
+ '@babel/plugin-transform-unicode-sets-regex@7.29.7(@babel/core@7.29.7)':
2300
+ dependencies:
2301
+ '@babel/core': 7.29.7
2302
+ '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@7.29.7)
2303
+ '@babel/helper-plugin-utils': 7.29.7
2304
+
2305
+ '@babel/preset-env@7.29.7(@babel/core@7.29.7)':
2306
+ dependencies:
2307
+ '@babel/compat-data': 7.29.7
2308
+ '@babel/core': 7.29.7
2309
+ '@babel/helper-compilation-targets': 7.29.7
2310
+ '@babel/helper-plugin-utils': 7.29.7
2311
+ '@babel/helper-validator-option': 7.29.7
2312
+ '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.29.7(@babel/core@7.29.7)
2313
+ '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.29.7(@babel/core@7.29.7)
2314
+ '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.29.7(@babel/core@7.29.7)
2315
+ '@babel/plugin-bugfix-safari-rest-destructuring-rhs-array': 7.29.7(@babel/core@7.29.7)
2316
+ '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.29.7(@babel/core@7.29.7)
2317
+ '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.29.7(@babel/core@7.29.7)
2318
+ '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.29.7)
2319
+ '@babel/plugin-syntax-import-assertions': 7.29.7(@babel/core@7.29.7)
2320
+ '@babel/plugin-syntax-import-attributes': 7.29.7(@babel/core@7.29.7)
2321
+ '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.29.7)
2322
+ '@babel/plugin-transform-arrow-functions': 7.29.7(@babel/core@7.29.7)
2323
+ '@babel/plugin-transform-async-generator-functions': 7.29.7(@babel/core@7.29.7)
2324
+ '@babel/plugin-transform-async-to-generator': 7.29.7(@babel/core@7.29.7)
2325
+ '@babel/plugin-transform-block-scoped-functions': 7.29.7(@babel/core@7.29.7)
2326
+ '@babel/plugin-transform-block-scoping': 7.29.7(@babel/core@7.29.7)
2327
+ '@babel/plugin-transform-class-properties': 7.29.7(@babel/core@7.29.7)
2328
+ '@babel/plugin-transform-class-static-block': 7.29.7(@babel/core@7.29.7)
2329
+ '@babel/plugin-transform-classes': 7.29.7(@babel/core@7.29.7)
2330
+ '@babel/plugin-transform-computed-properties': 7.29.7(@babel/core@7.29.7)
2331
+ '@babel/plugin-transform-destructuring': 7.29.7(@babel/core@7.29.7)
2332
+ '@babel/plugin-transform-dotall-regex': 7.29.7(@babel/core@7.29.7)
2333
+ '@babel/plugin-transform-duplicate-keys': 7.29.7(@babel/core@7.29.7)
2334
+ '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.29.7(@babel/core@7.29.7)
2335
+ '@babel/plugin-transform-dynamic-import': 7.29.7(@babel/core@7.29.7)
2336
+ '@babel/plugin-transform-explicit-resource-management': 7.29.7(@babel/core@7.29.7)
2337
+ '@babel/plugin-transform-exponentiation-operator': 7.29.7(@babel/core@7.29.7)
2338
+ '@babel/plugin-transform-export-namespace-from': 7.29.7(@babel/core@7.29.7)
2339
+ '@babel/plugin-transform-for-of': 7.29.7(@babel/core@7.29.7)
2340
+ '@babel/plugin-transform-function-name': 7.29.7(@babel/core@7.29.7)
2341
+ '@babel/plugin-transform-json-strings': 7.29.7(@babel/core@7.29.7)
2342
+ '@babel/plugin-transform-literals': 7.29.7(@babel/core@7.29.7)
2343
+ '@babel/plugin-transform-logical-assignment-operators': 7.29.7(@babel/core@7.29.7)
2344
+ '@babel/plugin-transform-member-expression-literals': 7.29.7(@babel/core@7.29.7)
2345
+ '@babel/plugin-transform-modules-amd': 7.29.7(@babel/core@7.29.7)
2346
+ '@babel/plugin-transform-modules-commonjs': 7.29.7(@babel/core@7.29.7)
2347
+ '@babel/plugin-transform-modules-systemjs': 7.29.7(@babel/core@7.29.7)
2348
+ '@babel/plugin-transform-modules-umd': 7.29.7(@babel/core@7.29.7)
2349
+ '@babel/plugin-transform-named-capturing-groups-regex': 7.29.7(@babel/core@7.29.7)
2350
+ '@babel/plugin-transform-new-target': 7.29.7(@babel/core@7.29.7)
2351
+ '@babel/plugin-transform-nullish-coalescing-operator': 7.29.7(@babel/core@7.29.7)
2352
+ '@babel/plugin-transform-numeric-separator': 7.29.7(@babel/core@7.29.7)
2353
+ '@babel/plugin-transform-object-rest-spread': 7.29.7(@babel/core@7.29.7)
2354
+ '@babel/plugin-transform-object-super': 7.29.7(@babel/core@7.29.7)
2355
+ '@babel/plugin-transform-optional-catch-binding': 7.29.7(@babel/core@7.29.7)
2356
+ '@babel/plugin-transform-optional-chaining': 7.29.7(@babel/core@7.29.7)
2357
+ '@babel/plugin-transform-parameters': 7.29.7(@babel/core@7.29.7)
2358
+ '@babel/plugin-transform-private-methods': 7.29.7(@babel/core@7.29.7)
2359
+ '@babel/plugin-transform-private-property-in-object': 7.29.7(@babel/core@7.29.7)
2360
+ '@babel/plugin-transform-property-literals': 7.29.7(@babel/core@7.29.7)
2361
+ '@babel/plugin-transform-regenerator': 7.29.7(@babel/core@7.29.7)
2362
+ '@babel/plugin-transform-regexp-modifiers': 7.29.7(@babel/core@7.29.7)
2363
+ '@babel/plugin-transform-reserved-words': 7.29.7(@babel/core@7.29.7)
2364
+ '@babel/plugin-transform-shorthand-properties': 7.29.7(@babel/core@7.29.7)
2365
+ '@babel/plugin-transform-spread': 7.29.7(@babel/core@7.29.7)
2366
+ '@babel/plugin-transform-sticky-regex': 7.29.7(@babel/core@7.29.7)
2367
+ '@babel/plugin-transform-template-literals': 7.29.7(@babel/core@7.29.7)
2368
+ '@babel/plugin-transform-typeof-symbol': 7.29.7(@babel/core@7.29.7)
2369
+ '@babel/plugin-transform-unicode-escapes': 7.29.7(@babel/core@7.29.7)
2370
+ '@babel/plugin-transform-unicode-property-regex': 7.29.7(@babel/core@7.29.7)
2371
+ '@babel/plugin-transform-unicode-regex': 7.29.7(@babel/core@7.29.7)
2372
+ '@babel/plugin-transform-unicode-sets-regex': 7.29.7(@babel/core@7.29.7)
2373
+ '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.29.7)
2374
+ babel-plugin-polyfill-corejs2: 0.4.17(@babel/core@7.29.7)
2375
+ babel-plugin-polyfill-corejs3: 0.14.2(@babel/core@7.29.7)
2376
+ babel-plugin-polyfill-regenerator: 0.6.8(@babel/core@7.29.7)
2377
+ core-js-compat: 3.49.0
2378
+ semver: 6.3.1
2379
+ transitivePeerDependencies:
2380
+ - supports-color
2381
+
2382
+ '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.29.7)':
2383
+ dependencies:
2384
+ '@babel/core': 7.29.7
2385
+ '@babel/helper-plugin-utils': 7.29.7
2386
+ '@babel/types': 7.29.7
2387
+ esutils: 2.0.3
2388
+
2389
+ '@babel/runtime-corejs2@7.29.7':
2390
+ dependencies:
2391
+ core-js: 2.6.12
2392
+
2393
+ '@babel/runtime@7.29.7': {}
2394
+
2395
+ '@babel/template@7.29.7':
2396
+ dependencies:
2397
+ '@babel/code-frame': 7.29.7
2398
+ '@babel/parser': 7.29.7
2399
+ '@babel/types': 7.29.7
2400
+
2401
+ '@babel/traverse@7.29.7':
2402
+ dependencies:
2403
+ '@babel/code-frame': 7.29.7
2404
+ '@babel/generator': 7.29.7
2405
+ '@babel/helper-globals': 7.29.7
2406
+ '@babel/parser': 7.29.7
2407
+ '@babel/template': 7.29.7
2408
+ '@babel/types': 7.29.7
2409
+ debug: 4.4.3
2410
+ transitivePeerDependencies:
2411
+ - supports-color
2412
+
2413
+ '@babel/types@7.29.7':
2414
+ dependencies:
2415
+ '@babel/helper-string-parser': 7.29.7
2416
+ '@babel/helper-validator-identifier': 7.29.7
2417
+
2418
+ '@emnapi/core@1.11.1':
2419
+ dependencies:
2420
+ '@emnapi/wasi-threads': 1.2.2
2421
+ tslib: 2.8.1
2422
+ optional: true
2423
+
2424
+ '@emnapi/runtime@1.11.1':
2425
+ dependencies:
2426
+ tslib: 2.8.1
2427
+ optional: true
2428
+
2429
+ '@emnapi/wasi-threads@1.2.2':
2430
+ dependencies:
2431
+ tslib: 2.8.1
2432
+ optional: true
2433
+
2434
+ '@jridgewell/gen-mapping@0.3.13':
2435
+ dependencies:
2436
+ '@jridgewell/sourcemap-codec': 1.5.5
2437
+ '@jridgewell/trace-mapping': 0.3.31
2438
+
2439
+ '@jridgewell/remapping@2.3.5':
2440
+ dependencies:
2441
+ '@jridgewell/gen-mapping': 0.3.13
2442
+ '@jridgewell/trace-mapping': 0.3.31
2443
+
2444
+ '@jridgewell/resolve-uri@3.1.2': {}
2445
+
2446
+ '@jridgewell/source-map@0.3.11':
2447
+ dependencies:
2448
+ '@jridgewell/gen-mapping': 0.3.13
2449
+ '@jridgewell/trace-mapping': 0.3.31
2450
+
2451
+ '@jridgewell/sourcemap-codec@1.5.5': {}
2452
+
2453
+ '@jridgewell/trace-mapping@0.3.31':
2454
+ dependencies:
2455
+ '@jridgewell/resolve-uri': 3.1.2
2456
+ '@jridgewell/sourcemap-codec': 1.5.5
2457
+
2458
+ '@napi-rs/wasm-runtime@1.1.6(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1)':
2459
+ dependencies:
2460
+ '@emnapi/core': 1.11.1
2461
+ '@emnapi/runtime': 1.11.1
2462
+ '@tybys/wasm-util': 0.10.3
2463
+ optional: true
2464
+
2465
+ '@nodelib/fs.scandir@2.1.5':
2466
+ dependencies:
2467
+ '@nodelib/fs.stat': 2.0.5
2468
+ run-parallel: 1.2.0
2469
+
2470
+ '@nodelib/fs.stat@2.0.5': {}
2471
+
2472
+ '@nodelib/fs.walk@1.2.8':
2473
+ dependencies:
2474
+ '@nodelib/fs.scandir': 2.1.5
2475
+ fastq: 1.20.1
2476
+
2477
+ '@oxc-project/types@0.139.0': {}
2478
+
2479
+ '@oxlint/binding-android-arm-eabi@1.77.0':
2480
+ optional: true
2481
+
2482
+ '@oxlint/binding-android-arm64@1.77.0':
2483
+ optional: true
2484
+
2485
+ '@oxlint/binding-darwin-arm64@1.77.0':
2486
+ optional: true
2487
+
2488
+ '@oxlint/binding-darwin-x64@1.77.0':
2489
+ optional: true
2490
+
2491
+ '@oxlint/binding-freebsd-x64@1.77.0':
2492
+ optional: true
2493
+
2494
+ '@oxlint/binding-linux-arm-gnueabihf@1.77.0':
2495
+ optional: true
2496
+
2497
+ '@oxlint/binding-linux-arm-musleabihf@1.77.0':
2498
+ optional: true
2499
+
2500
+ '@oxlint/binding-linux-arm64-gnu@1.77.0':
2501
+ optional: true
2502
+
2503
+ '@oxlint/binding-linux-arm64-musl@1.77.0':
2504
+ optional: true
2505
+
2506
+ '@oxlint/binding-linux-ppc64-gnu@1.77.0':
2507
+ optional: true
2508
+
2509
+ '@oxlint/binding-linux-riscv64-gnu@1.77.0':
2510
+ optional: true
2511
+
2512
+ '@oxlint/binding-linux-riscv64-musl@1.77.0':
2513
+ optional: true
2514
+
2515
+ '@oxlint/binding-linux-s390x-gnu@1.77.0':
2516
+ optional: true
2517
+
2518
+ '@oxlint/binding-linux-x64-gnu@1.77.0':
2519
+ optional: true
2520
+
2521
+ '@oxlint/binding-linux-x64-musl@1.77.0':
2522
+ optional: true
2523
+
2524
+ '@oxlint/binding-openharmony-arm64@1.77.0':
2525
+ optional: true
2526
+
2527
+ '@oxlint/binding-win32-arm64-msvc@1.77.0':
2528
+ optional: true
2529
+
2530
+ '@oxlint/binding-win32-ia32-msvc@1.77.0':
2531
+ optional: true
2532
+
2533
+ '@oxlint/binding-win32-x64-msvc@1.77.0':
2534
+ optional: true
2535
+
2536
+ '@rolldown/binding-android-arm64@1.1.5':
2537
+ optional: true
2538
+
2539
+ '@rolldown/binding-darwin-arm64@1.1.5':
2540
+ optional: true
2541
+
2542
+ '@rolldown/binding-darwin-x64@1.1.5':
2543
+ optional: true
2544
+
2545
+ '@rolldown/binding-freebsd-x64@1.1.5':
2546
+ optional: true
2547
+
2548
+ '@rolldown/binding-linux-arm-gnueabihf@1.1.5':
2549
+ optional: true
2550
+
2551
+ '@rolldown/binding-linux-arm64-gnu@1.1.5':
2552
+ optional: true
2553
+
2554
+ '@rolldown/binding-linux-arm64-musl@1.1.5':
2555
+ optional: true
2556
+
2557
+ '@rolldown/binding-linux-ppc64-gnu@1.1.5':
2558
+ optional: true
2559
+
2560
+ '@rolldown/binding-linux-s390x-gnu@1.1.5':
2561
+ optional: true
2562
+
2563
+ '@rolldown/binding-linux-x64-gnu@1.1.5':
2564
+ optional: true
2565
+
2566
+ '@rolldown/binding-linux-x64-musl@1.1.5':
2567
+ optional: true
2568
+
2569
+ '@rolldown/binding-openharmony-arm64@1.1.5':
2570
+ optional: true
2571
+
2572
+ '@rolldown/binding-wasm32-wasi@1.1.5':
2573
+ dependencies:
2574
+ '@emnapi/core': 1.11.1
2575
+ '@emnapi/runtime': 1.11.1
2576
+ '@napi-rs/wasm-runtime': 1.1.6(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1)
2577
+ optional: true
2578
+
2579
+ '@rolldown/binding-win32-arm64-msvc@1.1.5':
2580
+ optional: true
2581
+
2582
+ '@rolldown/binding-win32-x64-msvc@1.1.5':
2583
+ optional: true
2584
+
2585
+ '@rolldown/pluginutils@1.0.1': {}
2586
+
2587
+ '@tanstack/history@1.162.0': {}
2588
+
2589
+ '@tanstack/react-router@1.170.18(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
2590
+ dependencies:
2591
+ '@tanstack/history': 1.162.0
2592
+ '@tanstack/react-store': 0.9.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2593
+ '@tanstack/router-core': 1.171.15
2594
+ isbot: 5.2.1
2595
+ react: 18.3.1
2596
+ react-dom: 18.3.1(react@18.3.1)
2597
+
2598
+ '@tanstack/react-store@0.9.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
2599
+ dependencies:
2600
+ '@tanstack/store': 0.9.3
2601
+ react: 18.3.1
2602
+ react-dom: 18.3.1(react@18.3.1)
2603
+ use-sync-external-store: 1.6.0(react@18.3.1)
2604
+
2605
+ '@tanstack/router-core@1.171.15':
2606
+ dependencies:
2607
+ '@tanstack/history': 1.162.0
2608
+ cookie-es: 3.1.1
2609
+ seroval: 1.5.6
2610
+ seroval-plugins: 1.5.6(seroval@1.5.6)
2611
+
2612
+ '@tanstack/router-generator@1.167.21':
2613
+ dependencies:
2614
+ '@babel/types': 7.29.7
2615
+ '@tanstack/router-core': 1.171.15
2616
+ '@tanstack/router-utils': 1.162.2
2617
+ '@tanstack/virtual-file-routes': 1.162.0
2618
+ jiti: 2.7.0
2619
+ magic-string: 0.30.21
2620
+ prettier: 3.9.6
2621
+ zod: 4.4.3
2622
+ transitivePeerDependencies:
2623
+ - supports-color
2624
+
2625
+ '@tanstack/router-plugin@1.168.23(@tanstack/react-router@1.170.18(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(rolldown@1.1.5)(vite@8.1.5(@types/node@26.2.0)(jiti@1.21.7)(terser@5.49.0))':
2626
+ dependencies:
2627
+ '@babel/core': 7.29.7
2628
+ '@babel/template': 7.29.7
2629
+ '@babel/types': 7.29.7
2630
+ '@tanstack/router-core': 1.171.15
2631
+ '@tanstack/router-generator': 1.167.21
2632
+ '@tanstack/router-utils': 1.162.2
2633
+ chokidar: 5.0.0
2634
+ unplugin: 3.3.0(rolldown@1.1.5)(vite@8.1.5(@types/node@26.2.0)(jiti@1.21.7)(terser@5.49.0))
2635
+ zod: 4.4.3
2636
+ optionalDependencies:
2637
+ '@tanstack/react-router': 1.170.18(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2638
+ vite: 8.1.5(@types/node@26.2.0)(jiti@1.21.7)(terser@5.49.0)
2639
+ transitivePeerDependencies:
2640
+ - '@farmfe/core'
2641
+ - '@rspack/core'
2642
+ - bun-types-no-globals
2643
+ - esbuild
2644
+ - rolldown
2645
+ - rollup
2646
+ - supports-color
2647
+ - unloader
2648
+
2649
+ '@tanstack/router-utils@1.162.2':
2650
+ dependencies:
2651
+ '@babel/generator': 7.29.7
2652
+ '@babel/parser': 7.29.7
2653
+ '@babel/types': 7.29.7
2654
+ ansis: 4.3.1
2655
+ babel-dead-code-elimination: 1.0.12
2656
+ diff: 8.0.4
2657
+ pathe: 2.0.3
2658
+ tinyglobby: 0.2.17
2659
+ transitivePeerDependencies:
2660
+ - supports-color
2661
+
2662
+ '@tanstack/store@0.9.3': {}
2663
+
2664
+ '@tanstack/virtual-file-routes@1.162.0': {}
2665
+
2666
+ '@tybys/wasm-util@0.10.3':
2667
+ dependencies:
2668
+ tslib: 2.8.1
2669
+ optional: true
2670
+
2671
+ '@types/crypto-js@4.2.2': {}
2672
+
2673
+ '@types/node@26.2.0':
2674
+ dependencies:
2675
+ undici-types: 8.3.0
2676
+
2677
+ '@types/prop-types@15.7.15': {}
2678
+
2679
+ '@types/react-dom@18.3.5(@types/react@18.3.18)':
2680
+ dependencies:
2681
+ '@types/react': 18.3.18
2682
+
2683
+ '@types/react@18.3.18':
2684
+ dependencies:
2685
+ '@types/prop-types': 15.7.15
2686
+ csstype: 3.2.3
2687
+
2688
+ '@vitejs/plugin-legacy@8.2.2(terser@5.49.0)(vite@8.1.5(@types/node@26.2.0)(jiti@1.21.7)(terser@5.49.0))':
2689
+ dependencies:
2690
+ '@babel/core': 7.29.7
2691
+ '@babel/plugin-transform-dynamic-import': 7.29.7(@babel/core@7.29.7)
2692
+ '@babel/plugin-transform-modules-systemjs': 7.29.7(@babel/core@7.29.7)
2693
+ '@babel/preset-env': 7.29.7(@babel/core@7.29.7)
2694
+ babel-plugin-polyfill-corejs3: 0.14.2(@babel/core@7.29.7)
2695
+ babel-plugin-polyfill-regenerator: 0.6.8(@babel/core@7.29.7)
2696
+ browserslist: 4.28.7
2697
+ browserslist-to-esbuild: 2.1.1(browserslist@4.28.7)
2698
+ core-js: 3.50.0
2699
+ magic-string: 1.0.0
2700
+ regenerator-runtime: 0.14.1
2701
+ systemjs: 6.15.1
2702
+ terser: 5.49.0
2703
+ vite: 8.1.5(@types/node@26.2.0)(jiti@1.21.7)(terser@5.49.0)
2704
+ transitivePeerDependencies:
2705
+ - supports-color
2706
+
2707
+ '@vitejs/plugin-react@6.0.4(vite@8.1.5(@types/node@26.2.0)(jiti@1.21.7)(terser@5.49.0))':
2708
+ dependencies:
2709
+ '@rolldown/pluginutils': 1.0.1
2710
+ vite: 8.1.5(@types/node@26.2.0)(jiti@1.21.7)(terser@5.49.0)
2711
+
2712
+ abortcontroller-polyfill@1.7.8: {}
2713
+
2714
+ acorn@8.17.0: {}
2715
+
2716
+ alova@3.5.3:
2717
+ dependencies:
2718
+ '@alova/shared': 1.3.4
2719
+ rate-limiter-flexible: 5.0.5
2720
+
2721
+ ansis@4.3.1: {}
2722
+
2723
+ any-promise@1.3.0: {}
2724
+
2725
+ anymatch@3.1.3:
2726
+ dependencies:
2727
+ normalize-path: 3.0.0
2728
+ picomatch: 2.3.2
2729
+
2730
+ arg@5.0.2: {}
2731
+
2732
+ autoprefixer@10.5.4(postcss@8.5.22):
2733
+ dependencies:
2734
+ browserslist: 4.28.7
2735
+ caniuse-lite: 1.0.30001806
2736
+ fraction.js: 5.3.4
2737
+ picocolors: 1.1.1
2738
+ postcss: 8.5.22
2739
+ postcss-value-parser: 4.2.0
2740
+
2741
+ babel-dead-code-elimination@1.0.12:
2742
+ dependencies:
2743
+ '@babel/core': 7.29.7
2744
+ '@babel/parser': 7.29.7
2745
+ '@babel/traverse': 7.29.7
2746
+ '@babel/types': 7.29.7
2747
+ transitivePeerDependencies:
2748
+ - supports-color
2749
+
2750
+ babel-plugin-polyfill-corejs2@0.4.17(@babel/core@7.29.7):
2751
+ dependencies:
2752
+ '@babel/compat-data': 7.29.7
2753
+ '@babel/core': 7.29.7
2754
+ '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@7.29.7)
2755
+ semver: 6.3.1
2756
+ transitivePeerDependencies:
2757
+ - supports-color
2758
+
2759
+ babel-plugin-polyfill-corejs3@0.14.2(@babel/core@7.29.7):
2760
+ dependencies:
2761
+ '@babel/core': 7.29.7
2762
+ '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@7.29.7)
2763
+ core-js-compat: 3.49.0
2764
+ transitivePeerDependencies:
2765
+ - supports-color
2766
+
2767
+ babel-plugin-polyfill-regenerator@0.6.8(@babel/core@7.29.7):
2768
+ dependencies:
2769
+ '@babel/core': 7.29.7
2770
+ '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@7.29.7)
2771
+ transitivePeerDependencies:
2772
+ - supports-color
2773
+
2774
+ baseline-browser-mapping@2.11.1: {}
2775
+
2776
+ binary-extensions@2.3.0: {}
2777
+
2778
+ braces@3.0.3:
2779
+ dependencies:
2780
+ fill-range: 7.1.1
2781
+
2782
+ browserslist-to-esbuild@2.1.1(browserslist@4.28.7):
2783
+ dependencies:
2784
+ browserslist: 4.28.7
2785
+ meow: 13.2.0
2786
+
2787
+ browserslist@4.28.7:
2788
+ dependencies:
2789
+ baseline-browser-mapping: 2.11.1
2790
+ caniuse-lite: 1.0.30001806
2791
+ electron-to-chromium: 1.5.395
2792
+ node-releases: 2.0.51
2793
+ update-browserslist-db: 1.2.3(browserslist@4.28.7)
2794
+
2795
+ buffer-from@1.1.2: {}
2796
+
2797
+ camelcase-css@2.0.1: {}
2798
+
2799
+ caniuse-lite@1.0.30001806: {}
2800
+
2801
+ chokidar@3.6.0:
2802
+ dependencies:
2803
+ anymatch: 3.1.3
2804
+ braces: 3.0.3
2805
+ glob-parent: 5.1.2
2806
+ is-binary-path: 2.1.0
2807
+ is-glob: 4.0.3
2808
+ normalize-path: 3.0.0
2809
+ readdirp: 3.6.0
2810
+ optionalDependencies:
2811
+ fsevents: 2.3.3
2812
+
2813
+ chokidar@5.0.0:
2814
+ dependencies:
2815
+ readdirp: 5.0.0
2816
+
2817
+ commander@2.20.3: {}
2818
+
2819
+ commander@4.1.1: {}
2820
+
2821
+ convert-source-map@2.0.0: {}
2822
+
2823
+ cookie-es@3.1.1: {}
2824
+
2825
+ copy-text-to-clipboard@3.2.2: {}
2826
+
2827
+ core-js-compat@3.49.0:
2828
+ dependencies:
2829
+ browserslist: 4.28.7
2830
+
2831
+ core-js@2.6.12: {}
2832
+
2833
+ core-js@3.50.0: {}
2834
+
2835
+ crypto-js@4.2.0: {}
2836
+
2837
+ cssesc@3.0.0: {}
2838
+
2839
+ csstype@3.2.3: {}
2840
+
2841
+ debug@4.4.3:
2842
+ dependencies:
2843
+ ms: 2.1.3
2844
+
2845
+ detect-libc@2.1.2: {}
2846
+
2847
+ didyoumean@1.2.2: {}
2848
+
2849
+ diff@8.0.4: {}
2850
+
2851
+ dlv@1.1.3: {}
2852
+
2853
+ electron-to-chromium@1.5.395: {}
2854
+
2855
+ es-errors@1.3.0: {}
2856
+
2857
+ escalade@3.2.0: {}
2858
+
2859
+ esutils@2.0.3: {}
2860
+
2861
+ fast-glob@3.3.3:
2862
+ dependencies:
2863
+ '@nodelib/fs.stat': 2.0.5
2864
+ '@nodelib/fs.walk': 1.2.8
2865
+ glob-parent: 5.1.2
2866
+ merge2: 1.4.1
2867
+ micromatch: 4.0.8
2868
+
2869
+ fastq@1.20.1:
2870
+ dependencies:
2871
+ reusify: 1.1.0
2872
+
2873
+ fdir@6.5.0(picomatch@4.0.5):
2874
+ optionalDependencies:
2875
+ picomatch: 4.0.5
2876
+
2877
+ fill-range@7.1.1:
2878
+ dependencies:
2879
+ to-regex-range: 5.0.1
2880
+
2881
+ fraction.js@5.3.4: {}
2882
+
2883
+ fsevents@2.3.3:
2884
+ optional: true
2885
+
2886
+ function-bind@1.1.2: {}
2887
+
2888
+ gensync@1.0.0-beta.2: {}
2889
+
2890
+ glob-parent@5.1.2:
2891
+ dependencies:
2892
+ is-glob: 4.0.3
2893
+
2894
+ glob-parent@6.0.2:
2895
+ dependencies:
2896
+ is-glob: 4.0.3
2897
+
2898
+ hasown@2.0.4:
2899
+ dependencies:
2900
+ function-bind: 1.1.2
2901
+
2902
+ is-binary-path@2.1.0:
2903
+ dependencies:
2904
+ binary-extensions: 2.3.0
2905
+
2906
+ is-core-module@2.16.2:
2907
+ dependencies:
2908
+ hasown: 2.0.4
2909
+
2910
+ is-extglob@2.1.1: {}
2911
+
2912
+ is-glob@4.0.3:
2913
+ dependencies:
2914
+ is-extglob: 2.1.1
2915
+
2916
+ is-number@7.0.0: {}
2917
+
2918
+ isbot@5.2.1: {}
2919
+
2920
+ jiti@1.21.7: {}
2921
+
2922
+ jiti@2.7.0: {}
2923
+
2924
+ js-tokens@4.0.0: {}
2925
+
2926
+ jsesc@3.1.0: {}
2927
+
2928
+ json5@2.2.3: {}
2929
+
2930
+ lightningcss-android-arm64@1.33.0:
2931
+ optional: true
2932
+
2933
+ lightningcss-darwin-arm64@1.33.0:
2934
+ optional: true
2935
+
2936
+ lightningcss-darwin-x64@1.33.0:
2937
+ optional: true
2938
+
2939
+ lightningcss-freebsd-x64@1.33.0:
2940
+ optional: true
2941
+
2942
+ lightningcss-linux-arm-gnueabihf@1.33.0:
2943
+ optional: true
2944
+
2945
+ lightningcss-linux-arm64-gnu@1.33.0:
2946
+ optional: true
2947
+
2948
+ lightningcss-linux-arm64-musl@1.33.0:
2949
+ optional: true
2950
+
2951
+ lightningcss-linux-x64-gnu@1.33.0:
2952
+ optional: true
2953
+
2954
+ lightningcss-linux-x64-musl@1.33.0:
2955
+ optional: true
2956
+
2957
+ lightningcss-win32-arm64-msvc@1.33.0:
2958
+ optional: true
2959
+
2960
+ lightningcss-win32-x64-msvc@1.33.0:
2961
+ optional: true
2962
+
2963
+ lightningcss@1.33.0:
2964
+ dependencies:
2965
+ detect-libc: 2.1.2
2966
+ optionalDependencies:
2967
+ lightningcss-android-arm64: 1.33.0
2968
+ lightningcss-darwin-arm64: 1.33.0
2969
+ lightningcss-darwin-x64: 1.33.0
2970
+ lightningcss-freebsd-x64: 1.33.0
2971
+ lightningcss-linux-arm-gnueabihf: 1.33.0
2972
+ lightningcss-linux-arm64-gnu: 1.33.0
2973
+ lightningcss-linux-arm64-musl: 1.33.0
2974
+ lightningcss-linux-x64-gnu: 1.33.0
2975
+ lightningcss-linux-x64-musl: 1.33.0
2976
+ lightningcss-win32-arm64-msvc: 1.33.0
2977
+ lightningcss-win32-x64-msvc: 1.33.0
2978
+
2979
+ lilconfig@3.1.3: {}
2980
+
2981
+ lines-and-columns@1.2.4: {}
2982
+
2983
+ lodash.debounce@4.0.8: {}
2984
+
2985
+ loose-envify@1.4.0:
2986
+ dependencies:
2987
+ js-tokens: 4.0.0
2988
+
2989
+ lru-cache@5.1.1:
2990
+ dependencies:
2991
+ yallist: 3.1.1
2992
+
2993
+ magic-string@0.30.21:
2994
+ dependencies:
2995
+ '@jridgewell/sourcemap-codec': 1.5.5
2996
+
2997
+ magic-string@1.0.0:
2998
+ dependencies:
2999
+ '@jridgewell/sourcemap-codec': 1.5.5
3000
+
3001
+ meow@13.2.0: {}
3002
+
3003
+ merge2@1.4.1: {}
3004
+
3005
+ micromatch@4.0.8:
3006
+ dependencies:
3007
+ braces: 3.0.3
3008
+ picomatch: 2.3.2
3009
+
3010
+ ms@2.1.3: {}
3011
+
3012
+ mutation-observer@1.0.3: {}
3013
+
3014
+ mz@2.7.0:
3015
+ dependencies:
3016
+ any-promise: 1.3.0
3017
+ object-assign: 4.1.1
3018
+ thenify-all: 1.6.0
3019
+
3020
+ nanoid@3.3.16: {}
3021
+
3022
+ node-releases@2.0.51: {}
3023
+
3024
+ normalize-path@3.0.0: {}
3025
+
3026
+ object-assign@4.1.1: {}
3027
+
3028
+ object-hash@3.0.0: {}
3029
+
3030
+ oxlint@1.77.0:
3031
+ optionalDependencies:
3032
+ '@oxlint/binding-android-arm-eabi': 1.77.0
3033
+ '@oxlint/binding-android-arm64': 1.77.0
3034
+ '@oxlint/binding-darwin-arm64': 1.77.0
3035
+ '@oxlint/binding-darwin-x64': 1.77.0
3036
+ '@oxlint/binding-freebsd-x64': 1.77.0
3037
+ '@oxlint/binding-linux-arm-gnueabihf': 1.77.0
3038
+ '@oxlint/binding-linux-arm-musleabihf': 1.77.0
3039
+ '@oxlint/binding-linux-arm64-gnu': 1.77.0
3040
+ '@oxlint/binding-linux-arm64-musl': 1.77.0
3041
+ '@oxlint/binding-linux-ppc64-gnu': 1.77.0
3042
+ '@oxlint/binding-linux-riscv64-gnu': 1.77.0
3043
+ '@oxlint/binding-linux-riscv64-musl': 1.77.0
3044
+ '@oxlint/binding-linux-s390x-gnu': 1.77.0
3045
+ '@oxlint/binding-linux-x64-gnu': 1.77.0
3046
+ '@oxlint/binding-linux-x64-musl': 1.77.0
3047
+ '@oxlint/binding-openharmony-arm64': 1.77.0
3048
+ '@oxlint/binding-win32-arm64-msvc': 1.77.0
3049
+ '@oxlint/binding-win32-ia32-msvc': 1.77.0
3050
+ '@oxlint/binding-win32-x64-msvc': 1.77.0
3051
+
3052
+ path-parse@1.0.7: {}
3053
+
3054
+ pathe@2.0.3: {}
3055
+
3056
+ picocolors@1.1.1: {}
3057
+
3058
+ picomatch@2.3.2: {}
3059
+
3060
+ picomatch@4.0.5: {}
3061
+
3062
+ pify@2.3.0: {}
3063
+
3064
+ pirates@4.0.7: {}
3065
+
3066
+ postcss-import@15.1.0(postcss@8.5.22):
3067
+ dependencies:
3068
+ postcss: 8.5.22
3069
+ postcss-value-parser: 4.2.0
3070
+ read-cache: 1.0.0
3071
+ resolve: 1.22.12
3072
+
3073
+ postcss-js@4.1.0(postcss@8.5.22):
3074
+ dependencies:
3075
+ camelcase-css: 2.0.1
3076
+ postcss: 8.5.22
3077
+
3078
+ postcss-load-config@6.0.1(jiti@1.21.7)(postcss@8.5.22):
3079
+ dependencies:
3080
+ lilconfig: 3.1.3
3081
+ optionalDependencies:
3082
+ jiti: 1.21.7
3083
+ postcss: 8.5.22
3084
+
3085
+ postcss-nested@6.2.0(postcss@8.5.22):
3086
+ dependencies:
3087
+ postcss: 8.5.22
3088
+ postcss-selector-parser: 6.1.4
3089
+
3090
+ postcss-px-to-viewport-8-plugin@1.2.5:
3091
+ dependencies:
3092
+ object-assign: 4.1.1
3093
+
3094
+ postcss-selector-parser@6.1.4:
3095
+ dependencies:
3096
+ cssesc: 3.0.0
3097
+ util-deprecate: 1.0.2
3098
+
3099
+ postcss-value-parser@4.2.0: {}
3100
+
3101
+ postcss@8.5.22:
3102
+ dependencies:
3103
+ nanoid: 3.3.16
3104
+ picocolors: 1.1.1
3105
+ source-map-js: 1.2.1
3106
+
3107
+ prettier@3.9.6: {}
3108
+
3109
+ qiniu-js@3.4.4:
3110
+ dependencies:
3111
+ '@babel/runtime-corejs2': 7.29.7
3112
+ querystring: 0.2.1
3113
+ spark-md5: 3.0.2
3114
+
3115
+ querystring@0.2.1: {}
3116
+
3117
+ queue-microtask@1.2.3: {}
3118
+
3119
+ rate-limiter-flexible@5.0.5: {}
3120
+
3121
+ react-dom@18.3.1(react@18.3.1):
3122
+ dependencies:
3123
+ loose-envify: 1.4.0
3124
+ react: 18.3.1
3125
+ scheduler: 0.23.2
3126
+
3127
+ react@18.3.1:
3128
+ dependencies:
3129
+ loose-envify: 1.4.0
3130
+
3131
+ read-cache@1.0.0:
3132
+ dependencies:
3133
+ pify: 2.3.0
3134
+
3135
+ readdirp@3.6.0:
3136
+ dependencies:
3137
+ picomatch: 2.3.2
3138
+
3139
+ readdirp@5.0.0: {}
3140
+
3141
+ regenerate-unicode-properties@10.2.2:
3142
+ dependencies:
3143
+ regenerate: 1.4.2
3144
+
3145
+ regenerate@1.4.2: {}
3146
+
3147
+ regenerator-runtime@0.14.1: {}
3148
+
3149
+ regexpu-core@6.4.0:
3150
+ dependencies:
3151
+ regenerate: 1.4.2
3152
+ regenerate-unicode-properties: 10.2.2
3153
+ regjsgen: 0.8.0
3154
+ regjsparser: 0.13.2
3155
+ unicode-match-property-ecmascript: 2.0.0
3156
+ unicode-match-property-value-ecmascript: 2.2.1
3157
+
3158
+ regjsgen@0.8.0: {}
3159
+
3160
+ regjsparser@0.13.2:
3161
+ dependencies:
3162
+ jsesc: 3.1.0
3163
+
3164
+ resolve@1.22.12:
3165
+ dependencies:
3166
+ es-errors: 1.3.0
3167
+ is-core-module: 2.16.2
3168
+ path-parse: 1.0.7
3169
+ supports-preserve-symlinks-flag: 1.0.0
3170
+
3171
+ reusify@1.1.0: {}
3172
+
3173
+ rolldown@1.1.5:
3174
+ dependencies:
3175
+ '@oxc-project/types': 0.139.0
3176
+ '@rolldown/pluginutils': 1.0.1
3177
+ optionalDependencies:
3178
+ '@rolldown/binding-android-arm64': 1.1.5
3179
+ '@rolldown/binding-darwin-arm64': 1.1.5
3180
+ '@rolldown/binding-darwin-x64': 1.1.5
3181
+ '@rolldown/binding-freebsd-x64': 1.1.5
3182
+ '@rolldown/binding-linux-arm-gnueabihf': 1.1.5
3183
+ '@rolldown/binding-linux-arm64-gnu': 1.1.5
3184
+ '@rolldown/binding-linux-arm64-musl': 1.1.5
3185
+ '@rolldown/binding-linux-ppc64-gnu': 1.1.5
3186
+ '@rolldown/binding-linux-s390x-gnu': 1.1.5
3187
+ '@rolldown/binding-linux-x64-gnu': 1.1.5
3188
+ '@rolldown/binding-linux-x64-musl': 1.1.5
3189
+ '@rolldown/binding-openharmony-arm64': 1.1.5
3190
+ '@rolldown/binding-wasm32-wasi': 1.1.5
3191
+ '@rolldown/binding-win32-arm64-msvc': 1.1.5
3192
+ '@rolldown/binding-win32-x64-msvc': 1.1.5
3193
+
3194
+ run-parallel@1.2.0:
3195
+ dependencies:
3196
+ queue-microtask: 1.2.3
3197
+
3198
+ scheduler@0.23.2:
3199
+ dependencies:
3200
+ loose-envify: 1.4.0
3201
+
3202
+ semver@6.3.1: {}
3203
+
3204
+ seroval-plugins@1.5.6(seroval@1.5.6):
3205
+ dependencies:
3206
+ seroval: 1.5.6
3207
+
3208
+ seroval@1.5.6: {}
3209
+
3210
+ sonner@2.0.8(@types/react@18.3.18)(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
3211
+ dependencies:
3212
+ react: 18.3.1
3213
+ react-dom: 18.3.1(react@18.3.1)
3214
+ optionalDependencies:
3215
+ '@types/react': 18.3.18
3216
+
3217
+ source-map-js@1.2.1: {}
3218
+
3219
+ source-map-support@0.5.21:
3220
+ dependencies:
3221
+ buffer-from: 1.1.2
3222
+ source-map: 0.6.1
3223
+
3224
+ source-map@0.6.1: {}
3225
+
3226
+ spark-md5@3.0.2: {}
3227
+
3228
+ sucrase@3.35.1:
3229
+ dependencies:
3230
+ '@jridgewell/gen-mapping': 0.3.13
3231
+ commander: 4.1.1
3232
+ lines-and-columns: 1.2.4
3233
+ mz: 2.7.0
3234
+ pirates: 4.0.7
3235
+ tinyglobby: 0.2.17
3236
+ ts-interface-checker: 0.1.13
3237
+
3238
+ supports-preserve-symlinks-flag@1.0.0: {}
3239
+
3240
+ systemjs@6.15.1: {}
3241
+
3242
+ tailwindcss@3.4.19:
3243
+ dependencies:
3244
+ '@alloc/quick-lru': 5.2.0
3245
+ arg: 5.0.2
3246
+ chokidar: 3.6.0
3247
+ didyoumean: 1.2.2
3248
+ dlv: 1.1.3
3249
+ fast-glob: 3.3.3
3250
+ glob-parent: 6.0.2
3251
+ is-glob: 4.0.3
3252
+ jiti: 1.21.7
3253
+ lilconfig: 3.1.3
3254
+ micromatch: 4.0.8
3255
+ normalize-path: 3.0.0
3256
+ object-hash: 3.0.0
3257
+ picocolors: 1.1.1
3258
+ postcss: 8.5.22
3259
+ postcss-import: 15.1.0(postcss@8.5.22)
3260
+ postcss-js: 4.1.0(postcss@8.5.22)
3261
+ postcss-load-config: 6.0.1(jiti@1.21.7)(postcss@8.5.22)
3262
+ postcss-nested: 6.2.0(postcss@8.5.22)
3263
+ postcss-selector-parser: 6.1.4
3264
+ resolve: 1.22.12
3265
+ sucrase: 3.35.1
3266
+ transitivePeerDependencies:
3267
+ - tsx
3268
+ - yaml
3269
+
3270
+ terser@5.49.0:
3271
+ dependencies:
3272
+ '@jridgewell/source-map': 0.3.11
3273
+ acorn: 8.17.0
3274
+ commander: 2.20.3
3275
+ source-map-support: 0.5.21
3276
+
3277
+ thenify-all@1.6.0:
3278
+ dependencies:
3279
+ thenify: 3.3.1
3280
+
3281
+ thenify@3.3.1:
3282
+ dependencies:
3283
+ any-promise: 1.3.0
3284
+
3285
+ tinyglobby@0.2.17:
3286
+ dependencies:
3287
+ fdir: 6.5.0(picomatch@4.0.5)
3288
+ picomatch: 4.0.5
3289
+
3290
+ to-regex-range@5.0.1:
3291
+ dependencies:
3292
+ is-number: 7.0.0
3293
+
3294
+ ts-interface-checker@0.1.13: {}
3295
+
3296
+ tslib@2.8.1:
3297
+ optional: true
3298
+
3299
+ typescript@6.0.3: {}
3300
+
3301
+ undici-types@8.3.0: {}
3302
+
3303
+ unicode-canonical-property-names-ecmascript@2.0.1: {}
3304
+
3305
+ unicode-match-property-ecmascript@2.0.0:
3306
+ dependencies:
3307
+ unicode-canonical-property-names-ecmascript: 2.0.1
3308
+ unicode-property-aliases-ecmascript: 2.2.0
3309
+
3310
+ unicode-match-property-value-ecmascript@2.2.1: {}
3311
+
3312
+ unicode-property-aliases-ecmascript@2.2.0: {}
3313
+
3314
+ unplugin@3.3.0(rolldown@1.1.5)(vite@8.1.5(@types/node@26.2.0)(jiti@1.21.7)(terser@5.49.0)):
3315
+ dependencies:
3316
+ '@jridgewell/remapping': 2.3.5
3317
+ picomatch: 4.0.5
3318
+ webpack-virtual-modules: 0.6.2
3319
+ optionalDependencies:
3320
+ rolldown: 1.1.5
3321
+ vite: 8.1.5(@types/node@26.2.0)(jiti@1.21.7)(terser@5.49.0)
3322
+
3323
+ update-browserslist-db@1.2.3(browserslist@4.28.7):
3324
+ dependencies:
3325
+ browserslist: 4.28.7
3326
+ escalade: 3.2.0
3327
+ picocolors: 1.1.1
3328
+
3329
+ use-sync-external-store@1.6.0(react@18.3.1):
3330
+ dependencies:
3331
+ react: 18.3.1
3332
+
3333
+ util-deprecate@1.0.2: {}
3334
+
3335
+ vconsole@3.15.1:
3336
+ dependencies:
3337
+ '@babel/runtime': 7.29.7
3338
+ copy-text-to-clipboard: 3.2.2
3339
+ core-js: 3.50.0
3340
+ mutation-observer: 1.0.3
3341
+
3342
+ vite@8.1.5(@types/node@26.2.0)(jiti@1.21.7)(terser@5.49.0):
3343
+ dependencies:
3344
+ lightningcss: 1.33.0
3345
+ picomatch: 4.0.5
3346
+ postcss: 8.5.22
3347
+ rolldown: 1.1.5
3348
+ tinyglobby: 0.2.17
3349
+ optionalDependencies:
3350
+ '@types/node': 26.2.0
3351
+ fsevents: 2.3.3
3352
+ jiti: 1.21.7
3353
+ terser: 5.49.0
3354
+
3355
+ webpack-virtual-modules@0.6.2: {}
3356
+
3357
+ yallist@3.1.1: {}
3358
+
3359
+ zod@4.4.3: {}