@chenhui996/gg-cli 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. package/dist/index.js +15 -0
  2. package/dist/index.js.map +1 -1
  3. package/dist/template/operations-tem/.env +1 -0
  4. package/dist/template/operations-tem/README.md +146 -0
  5. package/dist/template/operations-tem/eslint.config.js +27 -0
  6. package/dist/template/operations-tem/package-lock.json +4672 -0
  7. package/dist/template/{react-temp2 → operations-tem}/package.json +11 -2
  8. package/dist/template/operations-tem/src/api/user.ts +21 -0
  9. package/dist/template/operations-tem/src/assets/Frame 20.png +0 -0
  10. package/dist/template/operations-tem/src/components/Chart/index.tsx +22 -0
  11. package/dist/template/operations-tem/src/layouts/BasicLayout.tsx +183 -0
  12. package/dist/template/operations-tem/src/main.tsx +38 -0
  13. package/dist/template/operations-tem/src/pages/404.tsx +32 -0
  14. package/dist/template/operations-tem/src/pages/about/index.tsx +8 -0
  15. package/dist/template/operations-tem/src/pages/calendar/index.tsx +8 -0
  16. package/dist/template/operations-tem/src/pages/dashboard/index.tsx +72 -0
  17. package/dist/template/operations-tem/src/pages/home/index.less +59 -0
  18. package/dist/template/operations-tem/src/pages/home/index.tsx +188 -0
  19. package/dist/template/operations-tem/src/pages/settings/index.tsx +8 -0
  20. package/dist/template/operations-tem/src/pages/workspace/index.tsx +8 -0
  21. package/dist/template/operations-tem/src/router/index.tsx +75 -0
  22. package/dist/template/operations-tem/src/store/useCounterStore.ts +24 -0
  23. package/dist/template/operations-tem/src/style.less +3 -0
  24. package/dist/template/operations-tem/src/utils/request/index.ts +108 -0
  25. package/dist/template/{react-temp2 → operations-tem}/vite.config.ts +7 -0
  26. package/dist/template/{react-temp2 → react19}/index.html +1 -1
  27. package/dist/template/{react-temp1 → react19}/src/main.tsx +1 -1
  28. package/package.json +2 -2
  29. package/dist/template/react-temp2/README.md +0 -75
  30. package/dist/template/react-temp2/eslint.config.js +0 -23
  31. package/dist/template/react-temp2/src/App.css +0 -184
  32. package/dist/template/react-temp2/src/App.tsx +0 -121
  33. package/dist/template/react-temp2/src/assets/hero.png +0 -0
  34. package/dist/template/react-temp2/src/assets/vite.svg +0 -1
  35. package/dist/template/react-temp2/src/index.css +0 -111
  36. package/dist/template/react-temp2/src/main.tsx +0 -10
  37. /package/dist/template/{react-temp1 → operations-tem}/index.html +0 -0
  38. /package/dist/template/{react-temp1 → operations-tem}/public/favicon.svg +0 -0
  39. /package/dist/template/{react-temp1 → operations-tem}/public/icons.svg +0 -0
  40. /package/dist/template/{react-temp1 → operations-tem}/src/assets/react.svg +0 -0
  41. /package/dist/template/{react-temp1 → operations-tem}/tsconfig.app.json +0 -0
  42. /package/dist/template/{react-temp1 → operations-tem}/tsconfig.json +0 -0
  43. /package/dist/template/{react-temp1 → operations-tem}/tsconfig.node.json +0 -0
  44. /package/dist/template/{react-temp1 → react19}/README.md +0 -0
  45. /package/dist/template/{react-temp1 → react19}/eslint.config.js +0 -0
  46. /package/dist/template/{react-temp1 → react19}/package.json +0 -0
  47. /package/dist/template/{react-temp2 → react19}/public/favicon.svg +0 -0
  48. /package/dist/template/{react-temp2 → react19}/public/icons.svg +0 -0
  49. /package/dist/template/{react-temp1 → react19}/src/App.css +0 -0
  50. /package/dist/template/{react-temp1 → react19}/src/App.tsx +0 -0
  51. /package/dist/template/{react-temp1 → react19}/src/assets/hero.png +0 -0
  52. /package/dist/template/{react-temp2 → react19}/src/assets/react.svg +0 -0
  53. /package/dist/template/{react-temp1 → react19}/src/assets/vite.svg +0 -0
  54. /package/dist/template/{react-temp1 → react19}/src/index.css +0 -0
  55. /package/dist/template/{react-temp2 → react19}/tsconfig.app.json +0 -0
  56. /package/dist/template/{react-temp2 → react19}/tsconfig.json +0 -0
  57. /package/dist/template/{react-temp2 → react19}/tsconfig.node.json +0 -0
  58. /package/dist/template/{react-temp1 → react19}/vite.config.ts +0 -0
@@ -0,0 +1,4672 @@
1
+ {
2
+ "name": "react-temp1",
3
+ "version": "0.0.0",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "react-temp1",
9
+ "version": "0.0.0",
10
+ "dependencies": {
11
+ "@ant-design/icons": "^6.1.0",
12
+ "antd": "^6.3.3",
13
+ "axios": "^1.13.6",
14
+ "echarts": "^6.0.0",
15
+ "echarts-for-react": "^3.0.6",
16
+ "react": "^19.2.4",
17
+ "react-dom": "^19.2.4",
18
+ "react-router-dom": "^7.13.1",
19
+ "tslib": "^2.8.1",
20
+ "zustand": "^5.0.12"
21
+ },
22
+ "devDependencies": {
23
+ "@babel/core": "^7.29.0",
24
+ "@eslint/js": "^9.39.4",
25
+ "@rolldown/plugin-babel": "^0.2.0",
26
+ "@types/babel__core": "^7.20.5",
27
+ "@types/node": "^24.12.0",
28
+ "@types/react": "^19.2.14",
29
+ "@types/react-dom": "^19.2.3",
30
+ "@vitejs/plugin-react": "^6.0.0",
31
+ "babel-plugin-react-compiler": "^1.0.0",
32
+ "eslint": "^9.39.4",
33
+ "eslint-plugin-react-hooks": "^7.0.1",
34
+ "eslint-plugin-react-refresh": "^0.5.2",
35
+ "globals": "^17.4.0",
36
+ "less": "^4.6.4",
37
+ "typescript": "~5.9.3",
38
+ "typescript-eslint": "^8.56.1",
39
+ "vite": "^8.0.0"
40
+ }
41
+ },
42
+ "node_modules/@ant-design/colors": {
43
+ "version": "8.0.1",
44
+ "resolved": "https://registry.npmjs.org/@ant-design/colors/-/colors-8.0.1.tgz",
45
+ "integrity": "sha512-foPVl0+SWIslGUtD/xBr1p9U4AKzPhNYEseXYRRo5QSzGACYZrQbe11AYJbYfAWnWSpGBx6JjBmSeugUsD9vqQ==",
46
+ "license": "MIT",
47
+ "dependencies": {
48
+ "@ant-design/fast-color": "^3.0.0"
49
+ }
50
+ },
51
+ "node_modules/@ant-design/cssinjs": {
52
+ "version": "2.1.2",
53
+ "resolved": "https://registry.npmjs.org/@ant-design/cssinjs/-/cssinjs-2.1.2.tgz",
54
+ "integrity": "sha512-2Hy8BnCEH31xPeSLbhhB2ctCPXE2ZnASdi+KbSeS79BNbUhL9hAEe20SkUk+BR8aKTmqb6+FKFruk7w8z0VoRQ==",
55
+ "license": "MIT",
56
+ "dependencies": {
57
+ "@babel/runtime": "^7.11.1",
58
+ "@emotion/hash": "^0.8.0",
59
+ "@emotion/unitless": "^0.7.5",
60
+ "@rc-component/util": "^1.4.0",
61
+ "clsx": "^2.1.1",
62
+ "csstype": "^3.1.3",
63
+ "stylis": "^4.3.4"
64
+ },
65
+ "peerDependencies": {
66
+ "react": ">=16.0.0",
67
+ "react-dom": ">=16.0.0"
68
+ }
69
+ },
70
+ "node_modules/@ant-design/cssinjs-utils": {
71
+ "version": "2.1.2",
72
+ "resolved": "https://registry.npmjs.org/@ant-design/cssinjs-utils/-/cssinjs-utils-2.1.2.tgz",
73
+ "integrity": "sha512-5fTHQ158jJJ5dC/ECeyIdZUzKxE/mpEMRZxthyG1sw/AKRHKgJBg00Yi6ACVXgycdje7KahRNvNET/uBccwCnA==",
74
+ "license": "MIT",
75
+ "dependencies": {
76
+ "@ant-design/cssinjs": "^2.1.2",
77
+ "@babel/runtime": "^7.23.2",
78
+ "@rc-component/util": "^1.4.0"
79
+ },
80
+ "peerDependencies": {
81
+ "react": ">=18",
82
+ "react-dom": ">=18"
83
+ }
84
+ },
85
+ "node_modules/@ant-design/fast-color": {
86
+ "version": "3.0.1",
87
+ "resolved": "https://registry.npmjs.org/@ant-design/fast-color/-/fast-color-3.0.1.tgz",
88
+ "integrity": "sha512-esKJegpW4nckh0o6kV3Tkb7NPIZYbPnnFxmQDUmL08ukXZAvV85TZBr70eGuke/CIArLaP6aw8lt9KILjnWuOw==",
89
+ "license": "MIT",
90
+ "engines": {
91
+ "node": ">=8.x"
92
+ }
93
+ },
94
+ "node_modules/@ant-design/icons": {
95
+ "version": "6.1.0",
96
+ "resolved": "https://registry.npmjs.org/@ant-design/icons/-/icons-6.1.0.tgz",
97
+ "integrity": "sha512-KrWMu1fIg3w/1F2zfn+JlfNDU8dDqILfA5Tg85iqs1lf8ooyGlbkA+TkwfOKKgqpUmAiRY1PTFpuOU2DAIgSUg==",
98
+ "license": "MIT",
99
+ "dependencies": {
100
+ "@ant-design/colors": "^8.0.0",
101
+ "@ant-design/icons-svg": "^4.4.0",
102
+ "@rc-component/util": "^1.3.0",
103
+ "clsx": "^2.1.1"
104
+ },
105
+ "engines": {
106
+ "node": ">=8"
107
+ },
108
+ "peerDependencies": {
109
+ "react": ">=16.0.0",
110
+ "react-dom": ">=16.0.0"
111
+ }
112
+ },
113
+ "node_modules/@ant-design/icons-svg": {
114
+ "version": "4.4.2",
115
+ "resolved": "https://registry.npmjs.org/@ant-design/icons-svg/-/icons-svg-4.4.2.tgz",
116
+ "integrity": "sha512-vHbT+zJEVzllwP+CM+ul7reTEfBR0vgxFe7+lREAsAA7YGsYpboiq2sQNeQeRvh09GfQgs/GyFEvZpJ9cLXpXA==",
117
+ "license": "MIT"
118
+ },
119
+ "node_modules/@ant-design/react-slick": {
120
+ "version": "2.0.0",
121
+ "resolved": "https://registry.npmjs.org/@ant-design/react-slick/-/react-slick-2.0.0.tgz",
122
+ "integrity": "sha512-HMS9sRoEmZey8LsE/Yo6+klhlzU12PisjrVcydW3So7RdklyEd2qehyU6a7Yp+OYN72mgsYs3NFCyP2lCPFVqg==",
123
+ "license": "MIT",
124
+ "dependencies": {
125
+ "@babel/runtime": "^7.28.4",
126
+ "clsx": "^2.1.1",
127
+ "json2mq": "^0.2.0",
128
+ "throttle-debounce": "^5.0.0"
129
+ },
130
+ "peerDependencies": {
131
+ "react": "^0.14.0 || ^15.0.1 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
132
+ "react-dom": "^0.14.0 || ^15.0.1 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
133
+ }
134
+ },
135
+ "node_modules/@babel/code-frame": {
136
+ "version": "7.29.0",
137
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz",
138
+ "integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==",
139
+ "dev": true,
140
+ "license": "MIT",
141
+ "dependencies": {
142
+ "@babel/helper-validator-identifier": "^7.28.5",
143
+ "js-tokens": "^4.0.0",
144
+ "picocolors": "^1.1.1"
145
+ },
146
+ "engines": {
147
+ "node": ">=6.9.0"
148
+ }
149
+ },
150
+ "node_modules/@babel/compat-data": {
151
+ "version": "7.29.0",
152
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.0.tgz",
153
+ "integrity": "sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==",
154
+ "dev": true,
155
+ "license": "MIT",
156
+ "engines": {
157
+ "node": ">=6.9.0"
158
+ }
159
+ },
160
+ "node_modules/@babel/core": {
161
+ "version": "7.29.0",
162
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.0.tgz",
163
+ "integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==",
164
+ "dev": true,
165
+ "license": "MIT",
166
+ "dependencies": {
167
+ "@babel/code-frame": "^7.29.0",
168
+ "@babel/generator": "^7.29.0",
169
+ "@babel/helper-compilation-targets": "^7.28.6",
170
+ "@babel/helper-module-transforms": "^7.28.6",
171
+ "@babel/helpers": "^7.28.6",
172
+ "@babel/parser": "^7.29.0",
173
+ "@babel/template": "^7.28.6",
174
+ "@babel/traverse": "^7.29.0",
175
+ "@babel/types": "^7.29.0",
176
+ "@jridgewell/remapping": "^2.3.5",
177
+ "convert-source-map": "^2.0.0",
178
+ "debug": "^4.1.0",
179
+ "gensync": "^1.0.0-beta.2",
180
+ "json5": "^2.2.3",
181
+ "semver": "^6.3.1"
182
+ },
183
+ "engines": {
184
+ "node": ">=6.9.0"
185
+ },
186
+ "funding": {
187
+ "type": "opencollective",
188
+ "url": "https://opencollective.com/babel"
189
+ }
190
+ },
191
+ "node_modules/@babel/generator": {
192
+ "version": "7.29.1",
193
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.1.tgz",
194
+ "integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==",
195
+ "dev": true,
196
+ "license": "MIT",
197
+ "dependencies": {
198
+ "@babel/parser": "^7.29.0",
199
+ "@babel/types": "^7.29.0",
200
+ "@jridgewell/gen-mapping": "^0.3.12",
201
+ "@jridgewell/trace-mapping": "^0.3.28",
202
+ "jsesc": "^3.0.2"
203
+ },
204
+ "engines": {
205
+ "node": ">=6.9.0"
206
+ }
207
+ },
208
+ "node_modules/@babel/helper-compilation-targets": {
209
+ "version": "7.28.6",
210
+ "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz",
211
+ "integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==",
212
+ "dev": true,
213
+ "license": "MIT",
214
+ "dependencies": {
215
+ "@babel/compat-data": "^7.28.6",
216
+ "@babel/helper-validator-option": "^7.27.1",
217
+ "browserslist": "^4.24.0",
218
+ "lru-cache": "^5.1.1",
219
+ "semver": "^6.3.1"
220
+ },
221
+ "engines": {
222
+ "node": ">=6.9.0"
223
+ }
224
+ },
225
+ "node_modules/@babel/helper-globals": {
226
+ "version": "7.28.0",
227
+ "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
228
+ "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
229
+ "dev": true,
230
+ "license": "MIT",
231
+ "engines": {
232
+ "node": ">=6.9.0"
233
+ }
234
+ },
235
+ "node_modules/@babel/helper-module-imports": {
236
+ "version": "7.28.6",
237
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz",
238
+ "integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==",
239
+ "dev": true,
240
+ "license": "MIT",
241
+ "dependencies": {
242
+ "@babel/traverse": "^7.28.6",
243
+ "@babel/types": "^7.28.6"
244
+ },
245
+ "engines": {
246
+ "node": ">=6.9.0"
247
+ }
248
+ },
249
+ "node_modules/@babel/helper-module-transforms": {
250
+ "version": "7.28.6",
251
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz",
252
+ "integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==",
253
+ "dev": true,
254
+ "license": "MIT",
255
+ "dependencies": {
256
+ "@babel/helper-module-imports": "^7.28.6",
257
+ "@babel/helper-validator-identifier": "^7.28.5",
258
+ "@babel/traverse": "^7.28.6"
259
+ },
260
+ "engines": {
261
+ "node": ">=6.9.0"
262
+ },
263
+ "peerDependencies": {
264
+ "@babel/core": "^7.0.0"
265
+ }
266
+ },
267
+ "node_modules/@babel/helper-string-parser": {
268
+ "version": "7.27.1",
269
+ "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
270
+ "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
271
+ "dev": true,
272
+ "license": "MIT",
273
+ "engines": {
274
+ "node": ">=6.9.0"
275
+ }
276
+ },
277
+ "node_modules/@babel/helper-validator-identifier": {
278
+ "version": "7.28.5",
279
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
280
+ "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
281
+ "dev": true,
282
+ "license": "MIT",
283
+ "engines": {
284
+ "node": ">=6.9.0"
285
+ }
286
+ },
287
+ "node_modules/@babel/helper-validator-option": {
288
+ "version": "7.27.1",
289
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
290
+ "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
291
+ "dev": true,
292
+ "license": "MIT",
293
+ "engines": {
294
+ "node": ">=6.9.0"
295
+ }
296
+ },
297
+ "node_modules/@babel/helpers": {
298
+ "version": "7.29.2",
299
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.2.tgz",
300
+ "integrity": "sha512-HoGuUs4sCZNezVEKdVcwqmZN8GoHirLUcLaYVNBK2J0DadGtdcqgr3BCbvH8+XUo4NGjNl3VOtSjEKNzqfFgKw==",
301
+ "dev": true,
302
+ "license": "MIT",
303
+ "dependencies": {
304
+ "@babel/template": "^7.28.6",
305
+ "@babel/types": "^7.29.0"
306
+ },
307
+ "engines": {
308
+ "node": ">=6.9.0"
309
+ }
310
+ },
311
+ "node_modules/@babel/parser": {
312
+ "version": "7.29.2",
313
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.2.tgz",
314
+ "integrity": "sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==",
315
+ "dev": true,
316
+ "license": "MIT",
317
+ "dependencies": {
318
+ "@babel/types": "^7.29.0"
319
+ },
320
+ "bin": {
321
+ "parser": "bin/babel-parser.js"
322
+ },
323
+ "engines": {
324
+ "node": ">=6.0.0"
325
+ }
326
+ },
327
+ "node_modules/@babel/runtime": {
328
+ "version": "7.29.2",
329
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.2.tgz",
330
+ "integrity": "sha512-JiDShH45zKHWyGe4ZNVRrCjBz8Nh9TMmZG1kh4QTK8hCBTWBi8Da+i7s1fJw7/lYpM4ccepSNfqzZ/QvABBi5g==",
331
+ "license": "MIT",
332
+ "engines": {
333
+ "node": ">=6.9.0"
334
+ }
335
+ },
336
+ "node_modules/@babel/template": {
337
+ "version": "7.28.6",
338
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.28.6.tgz",
339
+ "integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==",
340
+ "dev": true,
341
+ "license": "MIT",
342
+ "dependencies": {
343
+ "@babel/code-frame": "^7.28.6",
344
+ "@babel/parser": "^7.28.6",
345
+ "@babel/types": "^7.28.6"
346
+ },
347
+ "engines": {
348
+ "node": ">=6.9.0"
349
+ }
350
+ },
351
+ "node_modules/@babel/traverse": {
352
+ "version": "7.29.0",
353
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.0.tgz",
354
+ "integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==",
355
+ "dev": true,
356
+ "license": "MIT",
357
+ "dependencies": {
358
+ "@babel/code-frame": "^7.29.0",
359
+ "@babel/generator": "^7.29.0",
360
+ "@babel/helper-globals": "^7.28.0",
361
+ "@babel/parser": "^7.29.0",
362
+ "@babel/template": "^7.28.6",
363
+ "@babel/types": "^7.29.0",
364
+ "debug": "^4.3.1"
365
+ },
366
+ "engines": {
367
+ "node": ">=6.9.0"
368
+ }
369
+ },
370
+ "node_modules/@babel/types": {
371
+ "version": "7.29.0",
372
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
373
+ "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
374
+ "dev": true,
375
+ "license": "MIT",
376
+ "dependencies": {
377
+ "@babel/helper-string-parser": "^7.27.1",
378
+ "@babel/helper-validator-identifier": "^7.28.5"
379
+ },
380
+ "engines": {
381
+ "node": ">=6.9.0"
382
+ }
383
+ },
384
+ "node_modules/@emnapi/core": {
385
+ "version": "1.9.0",
386
+ "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.9.0.tgz",
387
+ "integrity": "sha512-0DQ98G9ZQZOxfUcQn1waV2yS8aWdZ6kJMbYCJB3oUBecjWYO1fqJ+a1DRfPF3O5JEkwqwP1A9QEN/9mYm2Yd0w==",
388
+ "dev": true,
389
+ "license": "MIT",
390
+ "optional": true,
391
+ "dependencies": {
392
+ "@emnapi/wasi-threads": "1.2.0",
393
+ "tslib": "^2.4.0"
394
+ }
395
+ },
396
+ "node_modules/@emnapi/runtime": {
397
+ "version": "1.9.0",
398
+ "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.9.0.tgz",
399
+ "integrity": "sha512-QN75eB0IH2ywSpRpNddCRfQIhmJYBCJ1x5Lb3IscKAL8bMnVAKnRg8dCoXbHzVLLH7P38N2Z3mtulB7W0J0FKw==",
400
+ "dev": true,
401
+ "license": "MIT",
402
+ "optional": true,
403
+ "dependencies": {
404
+ "tslib": "^2.4.0"
405
+ }
406
+ },
407
+ "node_modules/@emnapi/wasi-threads": {
408
+ "version": "1.2.0",
409
+ "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.0.tgz",
410
+ "integrity": "sha512-N10dEJNSsUx41Z6pZsXU8FjPjpBEplgH24sfkmITrBED1/U2Esum9F3lfLrMjKHHjmi557zQn7kR9R+XWXu5Rg==",
411
+ "dev": true,
412
+ "license": "MIT",
413
+ "optional": true,
414
+ "dependencies": {
415
+ "tslib": "^2.4.0"
416
+ }
417
+ },
418
+ "node_modules/@emotion/hash": {
419
+ "version": "0.8.0",
420
+ "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.8.0.tgz",
421
+ "integrity": "sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==",
422
+ "license": "MIT"
423
+ },
424
+ "node_modules/@emotion/unitless": {
425
+ "version": "0.7.5",
426
+ "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz",
427
+ "integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==",
428
+ "license": "MIT"
429
+ },
430
+ "node_modules/@eslint-community/eslint-utils": {
431
+ "version": "4.9.1",
432
+ "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz",
433
+ "integrity": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==",
434
+ "dev": true,
435
+ "license": "MIT",
436
+ "dependencies": {
437
+ "eslint-visitor-keys": "^3.4.3"
438
+ },
439
+ "engines": {
440
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
441
+ },
442
+ "funding": {
443
+ "url": "https://opencollective.com/eslint"
444
+ },
445
+ "peerDependencies": {
446
+ "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
447
+ }
448
+ },
449
+ "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
450
+ "version": "3.4.3",
451
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
452
+ "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
453
+ "dev": true,
454
+ "license": "Apache-2.0",
455
+ "engines": {
456
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
457
+ },
458
+ "funding": {
459
+ "url": "https://opencollective.com/eslint"
460
+ }
461
+ },
462
+ "node_modules/@eslint-community/regexpp": {
463
+ "version": "4.12.2",
464
+ "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",
465
+ "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",
466
+ "dev": true,
467
+ "license": "MIT",
468
+ "engines": {
469
+ "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
470
+ }
471
+ },
472
+ "node_modules/@eslint/config-array": {
473
+ "version": "0.21.2",
474
+ "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.2.tgz",
475
+ "integrity": "sha512-nJl2KGTlrf9GjLimgIru+V/mzgSK0ABCDQRvxw5BjURL7WfH5uoWmizbH7QB6MmnMBd8cIC9uceWnezL1VZWWw==",
476
+ "dev": true,
477
+ "license": "Apache-2.0",
478
+ "dependencies": {
479
+ "@eslint/object-schema": "^2.1.7",
480
+ "debug": "^4.3.1",
481
+ "minimatch": "^3.1.5"
482
+ },
483
+ "engines": {
484
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
485
+ }
486
+ },
487
+ "node_modules/@eslint/config-helpers": {
488
+ "version": "0.4.2",
489
+ "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz",
490
+ "integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==",
491
+ "dev": true,
492
+ "license": "Apache-2.0",
493
+ "dependencies": {
494
+ "@eslint/core": "^0.17.0"
495
+ },
496
+ "engines": {
497
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
498
+ }
499
+ },
500
+ "node_modules/@eslint/core": {
501
+ "version": "0.17.0",
502
+ "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz",
503
+ "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",
504
+ "dev": true,
505
+ "license": "Apache-2.0",
506
+ "dependencies": {
507
+ "@types/json-schema": "^7.0.15"
508
+ },
509
+ "engines": {
510
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
511
+ }
512
+ },
513
+ "node_modules/@eslint/eslintrc": {
514
+ "version": "3.3.5",
515
+ "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.5.tgz",
516
+ "integrity": "sha512-4IlJx0X0qftVsN5E+/vGujTRIFtwuLbNsVUe7TO6zYPDR1O6nFwvwhIKEKSrl6dZchmYBITazxKoUYOjdtjlRg==",
517
+ "dev": true,
518
+ "license": "MIT",
519
+ "dependencies": {
520
+ "ajv": "^6.14.0",
521
+ "debug": "^4.3.2",
522
+ "espree": "^10.0.1",
523
+ "globals": "^14.0.0",
524
+ "ignore": "^5.2.0",
525
+ "import-fresh": "^3.2.1",
526
+ "js-yaml": "^4.1.1",
527
+ "minimatch": "^3.1.5",
528
+ "strip-json-comments": "^3.1.1"
529
+ },
530
+ "engines": {
531
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
532
+ },
533
+ "funding": {
534
+ "url": "https://opencollective.com/eslint"
535
+ }
536
+ },
537
+ "node_modules/@eslint/eslintrc/node_modules/globals": {
538
+ "version": "14.0.0",
539
+ "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
540
+ "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
541
+ "dev": true,
542
+ "license": "MIT",
543
+ "engines": {
544
+ "node": ">=18"
545
+ },
546
+ "funding": {
547
+ "url": "https://github.com/sponsors/sindresorhus"
548
+ }
549
+ },
550
+ "node_modules/@eslint/js": {
551
+ "version": "9.39.4",
552
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.4.tgz",
553
+ "integrity": "sha512-nE7DEIchvtiFTwBw4Lfbu59PG+kCofhjsKaCWzxTpt4lfRjRMqG6uMBzKXuEcyXhOHoUp9riAm7/aWYGhXZ9cw==",
554
+ "dev": true,
555
+ "license": "MIT",
556
+ "engines": {
557
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
558
+ },
559
+ "funding": {
560
+ "url": "https://eslint.org/donate"
561
+ }
562
+ },
563
+ "node_modules/@eslint/object-schema": {
564
+ "version": "2.1.7",
565
+ "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz",
566
+ "integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==",
567
+ "dev": true,
568
+ "license": "Apache-2.0",
569
+ "engines": {
570
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
571
+ }
572
+ },
573
+ "node_modules/@eslint/plugin-kit": {
574
+ "version": "0.4.1",
575
+ "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz",
576
+ "integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==",
577
+ "dev": true,
578
+ "license": "Apache-2.0",
579
+ "dependencies": {
580
+ "@eslint/core": "^0.17.0",
581
+ "levn": "^0.4.1"
582
+ },
583
+ "engines": {
584
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
585
+ }
586
+ },
587
+ "node_modules/@humanfs/core": {
588
+ "version": "0.19.1",
589
+ "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",
590
+ "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",
591
+ "dev": true,
592
+ "license": "Apache-2.0",
593
+ "engines": {
594
+ "node": ">=18.18.0"
595
+ }
596
+ },
597
+ "node_modules/@humanfs/node": {
598
+ "version": "0.16.7",
599
+ "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.7.tgz",
600
+ "integrity": "sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==",
601
+ "dev": true,
602
+ "license": "Apache-2.0",
603
+ "dependencies": {
604
+ "@humanfs/core": "^0.19.1",
605
+ "@humanwhocodes/retry": "^0.4.0"
606
+ },
607
+ "engines": {
608
+ "node": ">=18.18.0"
609
+ }
610
+ },
611
+ "node_modules/@humanwhocodes/module-importer": {
612
+ "version": "1.0.1",
613
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
614
+ "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
615
+ "dev": true,
616
+ "license": "Apache-2.0",
617
+ "engines": {
618
+ "node": ">=12.22"
619
+ },
620
+ "funding": {
621
+ "type": "github",
622
+ "url": "https://github.com/sponsors/nzakas"
623
+ }
624
+ },
625
+ "node_modules/@humanwhocodes/retry": {
626
+ "version": "0.4.3",
627
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz",
628
+ "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
629
+ "dev": true,
630
+ "license": "Apache-2.0",
631
+ "engines": {
632
+ "node": ">=18.18"
633
+ },
634
+ "funding": {
635
+ "type": "github",
636
+ "url": "https://github.com/sponsors/nzakas"
637
+ }
638
+ },
639
+ "node_modules/@jridgewell/gen-mapping": {
640
+ "version": "0.3.13",
641
+ "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
642
+ "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
643
+ "dev": true,
644
+ "license": "MIT",
645
+ "dependencies": {
646
+ "@jridgewell/sourcemap-codec": "^1.5.0",
647
+ "@jridgewell/trace-mapping": "^0.3.24"
648
+ }
649
+ },
650
+ "node_modules/@jridgewell/remapping": {
651
+ "version": "2.3.5",
652
+ "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
653
+ "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
654
+ "dev": true,
655
+ "license": "MIT",
656
+ "dependencies": {
657
+ "@jridgewell/gen-mapping": "^0.3.5",
658
+ "@jridgewell/trace-mapping": "^0.3.24"
659
+ }
660
+ },
661
+ "node_modules/@jridgewell/resolve-uri": {
662
+ "version": "3.1.2",
663
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
664
+ "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
665
+ "dev": true,
666
+ "license": "MIT",
667
+ "engines": {
668
+ "node": ">=6.0.0"
669
+ }
670
+ },
671
+ "node_modules/@jridgewell/sourcemap-codec": {
672
+ "version": "1.5.5",
673
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
674
+ "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
675
+ "dev": true,
676
+ "license": "MIT"
677
+ },
678
+ "node_modules/@jridgewell/trace-mapping": {
679
+ "version": "0.3.31",
680
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
681
+ "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
682
+ "dev": true,
683
+ "license": "MIT",
684
+ "dependencies": {
685
+ "@jridgewell/resolve-uri": "^3.1.0",
686
+ "@jridgewell/sourcemap-codec": "^1.4.14"
687
+ }
688
+ },
689
+ "node_modules/@napi-rs/wasm-runtime": {
690
+ "version": "1.1.1",
691
+ "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.1.tgz",
692
+ "integrity": "sha512-p64ah1M1ld8xjWv3qbvFwHiFVWrq1yFvV4f7w+mzaqiR4IlSgkqhcRdHwsGgomwzBH51sRY4NEowLxnaBjcW/A==",
693
+ "dev": true,
694
+ "license": "MIT",
695
+ "optional": true,
696
+ "dependencies": {
697
+ "@emnapi/core": "^1.7.1",
698
+ "@emnapi/runtime": "^1.7.1",
699
+ "@tybys/wasm-util": "^0.10.1"
700
+ },
701
+ "funding": {
702
+ "type": "github",
703
+ "url": "https://github.com/sponsors/Brooooooklyn"
704
+ }
705
+ },
706
+ "node_modules/@oxc-project/runtime": {
707
+ "version": "0.115.0",
708
+ "resolved": "https://registry.npmjs.org/@oxc-project/runtime/-/runtime-0.115.0.tgz",
709
+ "integrity": "sha512-Rg8Wlt5dCbXhQnsXPrkOjL1DTSvXLgb2R/KYfnf1/K+R0k6UMLEmbQXPM+kwrWqSmWA2t0B1EtHy2/3zikQpvQ==",
710
+ "dev": true,
711
+ "license": "MIT",
712
+ "engines": {
713
+ "node": "^20.19.0 || >=22.12.0"
714
+ }
715
+ },
716
+ "node_modules/@oxc-project/types": {
717
+ "version": "0.115.0",
718
+ "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.115.0.tgz",
719
+ "integrity": "sha512-4n91DKnebUS4yjUHl2g3/b2T+IUdCfmoZGhmwsovZCDaJSs+QkVAM+0AqqTxHSsHfeiMuueT75cZaZcT/m0pSw==",
720
+ "dev": true,
721
+ "license": "MIT",
722
+ "funding": {
723
+ "url": "https://github.com/sponsors/Boshen"
724
+ }
725
+ },
726
+ "node_modules/@rc-component/async-validator": {
727
+ "version": "5.1.0",
728
+ "resolved": "https://registry.npmjs.org/@rc-component/async-validator/-/async-validator-5.1.0.tgz",
729
+ "integrity": "sha512-n4HcR5siNUXRX23nDizbZBQPO0ZM/5oTtmKZ6/eqL0L2bo747cklFdZGRN2f+c9qWGICwDzrhW0H7tE9PptdcA==",
730
+ "license": "MIT",
731
+ "dependencies": {
732
+ "@babel/runtime": "^7.24.4"
733
+ },
734
+ "engines": {
735
+ "node": ">=14.x"
736
+ }
737
+ },
738
+ "node_modules/@rc-component/cascader": {
739
+ "version": "1.14.0",
740
+ "resolved": "https://registry.npmjs.org/@rc-component/cascader/-/cascader-1.14.0.tgz",
741
+ "integrity": "sha512-Ip9356xwZUR2nbW5PRVGif4B/bDve4pLa/N+PGbvBaTnjbvmN4PFMBGQSmlDlzKP1ovxaYMvwF/dI9lXNLT4iQ==",
742
+ "license": "MIT",
743
+ "dependencies": {
744
+ "@rc-component/select": "~1.6.0",
745
+ "@rc-component/tree": "~1.2.0",
746
+ "@rc-component/util": "^1.4.0",
747
+ "clsx": "^2.1.1"
748
+ },
749
+ "peerDependencies": {
750
+ "react": ">=18.0.0",
751
+ "react-dom": ">=18.0.0"
752
+ }
753
+ },
754
+ "node_modules/@rc-component/checkbox": {
755
+ "version": "2.0.0",
756
+ "resolved": "https://registry.npmjs.org/@rc-component/checkbox/-/checkbox-2.0.0.tgz",
757
+ "integrity": "sha512-3CXGPpAR9gsPKeO2N78HAPOzU30UdemD6HGJoWVJOpa6WleaGB5kzZj3v6bdTZab31YuWgY/RxV3VKPctn0DwQ==",
758
+ "license": "MIT",
759
+ "dependencies": {
760
+ "@rc-component/util": "^1.3.0",
761
+ "clsx": "^2.1.1"
762
+ },
763
+ "peerDependencies": {
764
+ "react": ">=16.9.0",
765
+ "react-dom": ">=16.9.0"
766
+ }
767
+ },
768
+ "node_modules/@rc-component/collapse": {
769
+ "version": "1.2.0",
770
+ "resolved": "https://registry.npmjs.org/@rc-component/collapse/-/collapse-1.2.0.tgz",
771
+ "integrity": "sha512-ZRYSKSS39qsFx93p26bde7JUZJshsUBEQRlRXPuJYlAiNX0vyYlF5TsAm8JZN3LcF8XvKikdzPbgAtXSbkLUkw==",
772
+ "license": "MIT",
773
+ "dependencies": {
774
+ "@babel/runtime": "^7.10.1",
775
+ "@rc-component/motion": "^1.1.4",
776
+ "@rc-component/util": "^1.3.0",
777
+ "clsx": "^2.1.1"
778
+ },
779
+ "peerDependencies": {
780
+ "react": ">=18.0.0",
781
+ "react-dom": ">=18.0.0"
782
+ }
783
+ },
784
+ "node_modules/@rc-component/color-picker": {
785
+ "version": "3.1.1",
786
+ "resolved": "https://registry.npmjs.org/@rc-component/color-picker/-/color-picker-3.1.1.tgz",
787
+ "integrity": "sha512-OHaCHLHszCegdXmIq2ZRIZBN/EtpT6Wm8SG/gpzLATHbVKc/avvuKi+zlOuk05FTWvgaMmpxAko44uRJ3M+2pg==",
788
+ "license": "MIT",
789
+ "dependencies": {
790
+ "@ant-design/fast-color": "^3.0.1",
791
+ "@rc-component/util": "^1.3.0",
792
+ "clsx": "^2.1.1"
793
+ },
794
+ "peerDependencies": {
795
+ "react": ">=16.9.0",
796
+ "react-dom": ">=16.9.0"
797
+ }
798
+ },
799
+ "node_modules/@rc-component/context": {
800
+ "version": "2.0.1",
801
+ "resolved": "https://registry.npmjs.org/@rc-component/context/-/context-2.0.1.tgz",
802
+ "integrity": "sha512-HyZbYm47s/YqtP6pKXNMjPEMaukyg7P0qVfgMLzr7YiFNMHbK2fKTAGzms9ykfGHSfyf75nBbgWw+hHkp+VImw==",
803
+ "license": "MIT",
804
+ "dependencies": {
805
+ "@rc-component/util": "^1.3.0"
806
+ },
807
+ "peerDependencies": {
808
+ "react": ">=16.9.0",
809
+ "react-dom": ">=16.9.0"
810
+ }
811
+ },
812
+ "node_modules/@rc-component/dialog": {
813
+ "version": "1.8.4",
814
+ "resolved": "https://registry.npmjs.org/@rc-component/dialog/-/dialog-1.8.4.tgz",
815
+ "integrity": "sha512-Ay6PM7phkTkquplG8fWfUGFZ2GTLx9diTl4f0d8Eqxd7W1u1KjE9AQooFQHOHnhZf0Ya3z51+5EKCWHmt/dNEw==",
816
+ "license": "MIT",
817
+ "dependencies": {
818
+ "@rc-component/motion": "^1.1.3",
819
+ "@rc-component/portal": "^2.1.0",
820
+ "@rc-component/util": "^1.9.0",
821
+ "clsx": "^2.1.1"
822
+ },
823
+ "peerDependencies": {
824
+ "react": ">=18.0.0",
825
+ "react-dom": ">=18.0.0"
826
+ }
827
+ },
828
+ "node_modules/@rc-component/drawer": {
829
+ "version": "1.4.2",
830
+ "resolved": "https://registry.npmjs.org/@rc-component/drawer/-/drawer-1.4.2.tgz",
831
+ "integrity": "sha512-1ib+fZEp6FBu+YvcIktm+nCQ+Q+qIpwpoaJH6opGr4ofh2QMq+qdr5DLC4oCf5qf3pcWX9lUWPYX652k4ini8Q==",
832
+ "license": "MIT",
833
+ "dependencies": {
834
+ "@rc-component/motion": "^1.1.4",
835
+ "@rc-component/portal": "^2.1.3",
836
+ "@rc-component/util": "^1.9.0",
837
+ "clsx": "^2.1.1"
838
+ },
839
+ "peerDependencies": {
840
+ "react": ">=18.0.0",
841
+ "react-dom": ">=18.0.0"
842
+ }
843
+ },
844
+ "node_modules/@rc-component/dropdown": {
845
+ "version": "1.0.2",
846
+ "resolved": "https://registry.npmjs.org/@rc-component/dropdown/-/dropdown-1.0.2.tgz",
847
+ "integrity": "sha512-6PY2ecUSYhDPhkNHHb4wfeAya04WhpmUSKzdR60G+kMNVUCX2vjT/AgTS0Lz0I/K6xrPMJ3enQbwVpeN3sHCgg==",
848
+ "license": "MIT",
849
+ "dependencies": {
850
+ "@rc-component/trigger": "^3.0.0",
851
+ "@rc-component/util": "^1.2.1",
852
+ "clsx": "^2.1.1"
853
+ },
854
+ "peerDependencies": {
855
+ "react": ">=16.11.0",
856
+ "react-dom": ">=16.11.0"
857
+ }
858
+ },
859
+ "node_modules/@rc-component/form": {
860
+ "version": "1.7.2",
861
+ "resolved": "https://registry.npmjs.org/@rc-component/form/-/form-1.7.2.tgz",
862
+ "integrity": "sha512-5C90rXH7aZvvvxB4M5ew+QxROvimdL/lqhSshR8NsyiR7HKOoGQYSitxdfENnH6/0KNFxEy2ranVe2LrTnHZIw==",
863
+ "license": "MIT",
864
+ "dependencies": {
865
+ "@rc-component/async-validator": "^5.1.0",
866
+ "@rc-component/util": "^1.6.2",
867
+ "clsx": "^2.1.1"
868
+ },
869
+ "engines": {
870
+ "node": ">=8.x"
871
+ },
872
+ "peerDependencies": {
873
+ "react": ">=16.9.0",
874
+ "react-dom": ">=16.9.0"
875
+ }
876
+ },
877
+ "node_modules/@rc-component/image": {
878
+ "version": "1.6.0",
879
+ "resolved": "https://registry.npmjs.org/@rc-component/image/-/image-1.6.0.tgz",
880
+ "integrity": "sha512-tSfn2ZE/oP082g4QIOxeehkmgnXB7R+5AFj/lIFr4k7pEuxHBdyGIq9axoCY9qea8NN0DY6p4IB/F07tLqaT5A==",
881
+ "license": "MIT",
882
+ "dependencies": {
883
+ "@rc-component/motion": "^1.0.0",
884
+ "@rc-component/portal": "^2.1.2",
885
+ "@rc-component/util": "^1.3.0",
886
+ "clsx": "^2.1.1"
887
+ },
888
+ "peerDependencies": {
889
+ "react": ">=16.9.0",
890
+ "react-dom": ">=16.9.0"
891
+ }
892
+ },
893
+ "node_modules/@rc-component/input": {
894
+ "version": "1.1.2",
895
+ "resolved": "https://registry.npmjs.org/@rc-component/input/-/input-1.1.2.tgz",
896
+ "integrity": "sha512-Q61IMR47piUBudgixJ30CciKIy9b1H95qe7GgEKOmSJVJXvFRWJllJfQry9tif+MX2cWFXWJf/RXz4kaCeq/Fg==",
897
+ "license": "MIT",
898
+ "dependencies": {
899
+ "@rc-component/util": "^1.4.0",
900
+ "clsx": "^2.1.1"
901
+ },
902
+ "peerDependencies": {
903
+ "react": ">=16.0.0",
904
+ "react-dom": ">=16.0.0"
905
+ }
906
+ },
907
+ "node_modules/@rc-component/input-number": {
908
+ "version": "1.6.2",
909
+ "resolved": "https://registry.npmjs.org/@rc-component/input-number/-/input-number-1.6.2.tgz",
910
+ "integrity": "sha512-Gjcq7meZlCOiWN1t1xCC+7/s85humHVokTBI7PJgTfoyw5OWF74y3e6P8PHX104g9+b54jsodFIzyaj6p8LI9w==",
911
+ "license": "MIT",
912
+ "dependencies": {
913
+ "@rc-component/mini-decimal": "^1.0.1",
914
+ "@rc-component/util": "^1.4.0",
915
+ "clsx": "^2.1.1"
916
+ },
917
+ "peerDependencies": {
918
+ "react": ">=16.9.0",
919
+ "react-dom": ">=16.9.0"
920
+ }
921
+ },
922
+ "node_modules/@rc-component/mentions": {
923
+ "version": "1.6.0",
924
+ "resolved": "https://registry.npmjs.org/@rc-component/mentions/-/mentions-1.6.0.tgz",
925
+ "integrity": "sha512-KIkQNP6habNuTsLhUv0UGEOwG67tlmE7KNIJoQZZNggEZl5lQJTytFDb69sl5CK3TDdISCTjKP3nGEBKgT61CQ==",
926
+ "license": "MIT",
927
+ "dependencies": {
928
+ "@rc-component/input": "~1.1.0",
929
+ "@rc-component/menu": "~1.2.0",
930
+ "@rc-component/textarea": "~1.1.0",
931
+ "@rc-component/trigger": "^3.0.0",
932
+ "@rc-component/util": "^1.3.0",
933
+ "clsx": "^2.1.1"
934
+ },
935
+ "peerDependencies": {
936
+ "react": ">=16.9.0",
937
+ "react-dom": ">=16.9.0"
938
+ }
939
+ },
940
+ "node_modules/@rc-component/menu": {
941
+ "version": "1.2.0",
942
+ "resolved": "https://registry.npmjs.org/@rc-component/menu/-/menu-1.2.0.tgz",
943
+ "integrity": "sha512-VWwDuhvYHSnTGj4n6bV3ISrLACcPAzdPOq3d0BzkeiM5cve8BEYfvkEhNoM0PLzv51jpcejeyrLXeMVIJ+QJlg==",
944
+ "license": "MIT",
945
+ "dependencies": {
946
+ "@rc-component/motion": "^1.1.4",
947
+ "@rc-component/overflow": "^1.0.0",
948
+ "@rc-component/trigger": "^3.0.0",
949
+ "@rc-component/util": "^1.3.0",
950
+ "clsx": "^2.1.1"
951
+ },
952
+ "peerDependencies": {
953
+ "react": ">=16.9.0",
954
+ "react-dom": ">=16.9.0"
955
+ }
956
+ },
957
+ "node_modules/@rc-component/mini-decimal": {
958
+ "version": "1.1.3",
959
+ "resolved": "https://registry.npmjs.org/@rc-component/mini-decimal/-/mini-decimal-1.1.3.tgz",
960
+ "integrity": "sha512-bk/FJ09fLf+NLODMAFll6CfYrHPBioTedhW6lxDBuuWucJEqFUd4l/D/5JgIi3dina6sYahB8iuPAZTNz2pMxw==",
961
+ "license": "MIT",
962
+ "dependencies": {
963
+ "@babel/runtime": "^7.18.0"
964
+ },
965
+ "engines": {
966
+ "node": ">=8.x"
967
+ }
968
+ },
969
+ "node_modules/@rc-component/motion": {
970
+ "version": "1.3.1",
971
+ "resolved": "https://registry.npmjs.org/@rc-component/motion/-/motion-1.3.1.tgz",
972
+ "integrity": "sha512-Wo1mkd0tCcHtvYvpPOmlYJz546z16qlsiwaygmW7NPJpOZOF9GBjhGzdzZSsC2lEJ1IUkWLF4gMHlRA1aSA+Yw==",
973
+ "license": "MIT",
974
+ "dependencies": {
975
+ "@rc-component/util": "^1.2.0",
976
+ "clsx": "^2.1.1"
977
+ },
978
+ "peerDependencies": {
979
+ "react": ">=16.9.0",
980
+ "react-dom": ">=16.9.0"
981
+ }
982
+ },
983
+ "node_modules/@rc-component/mutate-observer": {
984
+ "version": "2.0.1",
985
+ "resolved": "https://registry.npmjs.org/@rc-component/mutate-observer/-/mutate-observer-2.0.1.tgz",
986
+ "integrity": "sha512-AyarjoLU5YlxuValRi+w8JRH2Z84TBbFO2RoGWz9d8bSu0FqT8DtugH3xC3BV7mUwlmROFauyWuXFuq4IFbH+w==",
987
+ "license": "MIT",
988
+ "dependencies": {
989
+ "@rc-component/util": "^1.2.0"
990
+ },
991
+ "engines": {
992
+ "node": ">=8.x"
993
+ },
994
+ "peerDependencies": {
995
+ "react": ">=16.9.0",
996
+ "react-dom": ">=16.9.0"
997
+ }
998
+ },
999
+ "node_modules/@rc-component/notification": {
1000
+ "version": "1.2.0",
1001
+ "resolved": "https://registry.npmjs.org/@rc-component/notification/-/notification-1.2.0.tgz",
1002
+ "integrity": "sha512-OX3J+zVU7rvoJCikjrfW7qOUp7zlDeFBK2eA3SFbGSkDqo63Sl4Ss8A04kFP+fxHSxMDIS9jYVEZtU1FNCFuBA==",
1003
+ "license": "MIT",
1004
+ "dependencies": {
1005
+ "@rc-component/motion": "^1.1.4",
1006
+ "@rc-component/util": "^1.2.1",
1007
+ "clsx": "^2.1.1"
1008
+ },
1009
+ "engines": {
1010
+ "node": ">=8.x"
1011
+ },
1012
+ "peerDependencies": {
1013
+ "react": ">=16.9.0",
1014
+ "react-dom": ">=16.9.0"
1015
+ }
1016
+ },
1017
+ "node_modules/@rc-component/overflow": {
1018
+ "version": "1.0.0",
1019
+ "resolved": "https://registry.npmjs.org/@rc-component/overflow/-/overflow-1.0.0.tgz",
1020
+ "integrity": "sha512-GSlBeoE0XTBi5cf3zl8Qh7Uqhn7v8RrlJ8ajeVpEkNe94HWy5l5BQ0Mwn2TVUq9gdgbfEMUmTX7tJFAg7mz0Rw==",
1021
+ "license": "MIT",
1022
+ "dependencies": {
1023
+ "@babel/runtime": "^7.11.1",
1024
+ "@rc-component/resize-observer": "^1.0.1",
1025
+ "@rc-component/util": "^1.4.0",
1026
+ "clsx": "^2.1.1"
1027
+ },
1028
+ "peerDependencies": {
1029
+ "react": ">=16.9.0",
1030
+ "react-dom": ">=16.9.0"
1031
+ }
1032
+ },
1033
+ "node_modules/@rc-component/pagination": {
1034
+ "version": "1.2.0",
1035
+ "resolved": "https://registry.npmjs.org/@rc-component/pagination/-/pagination-1.2.0.tgz",
1036
+ "integrity": "sha512-YcpUFE8dMLfSo6OARJlK6DbHHvrxz7pMGPGmC/caZSJJz6HRKHC1RPP001PRHCvG9Z/veD039uOQmazVuLJzlw==",
1037
+ "license": "MIT",
1038
+ "dependencies": {
1039
+ "@rc-component/util": "^1.3.0",
1040
+ "clsx": "^2.1.1"
1041
+ },
1042
+ "peerDependencies": {
1043
+ "react": ">=16.9.0",
1044
+ "react-dom": ">=16.9.0"
1045
+ }
1046
+ },
1047
+ "node_modules/@rc-component/picker": {
1048
+ "version": "1.9.1",
1049
+ "resolved": "https://registry.npmjs.org/@rc-component/picker/-/picker-1.9.1.tgz",
1050
+ "integrity": "sha512-9FBYYsvH3HMLICaPDA/1Th5FLaDkFa7qAtangIdlhKb3ZALaR745e9PsOhheJb6asS4QXc12ffiAcjdkZ4C5/g==",
1051
+ "license": "MIT",
1052
+ "dependencies": {
1053
+ "@rc-component/overflow": "^1.0.0",
1054
+ "@rc-component/resize-observer": "^1.0.0",
1055
+ "@rc-component/trigger": "^3.6.15",
1056
+ "@rc-component/util": "^1.3.0",
1057
+ "clsx": "^2.1.1"
1058
+ },
1059
+ "engines": {
1060
+ "node": ">=12.x"
1061
+ },
1062
+ "peerDependencies": {
1063
+ "date-fns": ">= 2.x",
1064
+ "dayjs": ">= 1.x",
1065
+ "luxon": ">= 3.x",
1066
+ "moment": ">= 2.x",
1067
+ "react": ">=16.9.0",
1068
+ "react-dom": ">=16.9.0"
1069
+ },
1070
+ "peerDependenciesMeta": {
1071
+ "date-fns": {
1072
+ "optional": true
1073
+ },
1074
+ "dayjs": {
1075
+ "optional": true
1076
+ },
1077
+ "luxon": {
1078
+ "optional": true
1079
+ },
1080
+ "moment": {
1081
+ "optional": true
1082
+ }
1083
+ }
1084
+ },
1085
+ "node_modules/@rc-component/portal": {
1086
+ "version": "2.2.0",
1087
+ "resolved": "https://registry.npmjs.org/@rc-component/portal/-/portal-2.2.0.tgz",
1088
+ "integrity": "sha512-oc6FlA+uXCMiwArHsJyHcIkX4q6uKyndrPol2eWX8YPkAnztHOPsFIRtmWG4BMlGE5h7YIRE3NiaJ5VS8Lb1QQ==",
1089
+ "license": "MIT",
1090
+ "dependencies": {
1091
+ "@rc-component/util": "^1.2.1",
1092
+ "clsx": "^2.1.1"
1093
+ },
1094
+ "engines": {
1095
+ "node": ">=12.x"
1096
+ },
1097
+ "peerDependencies": {
1098
+ "react": ">=18.0.0",
1099
+ "react-dom": ">=18.0.0"
1100
+ }
1101
+ },
1102
+ "node_modules/@rc-component/progress": {
1103
+ "version": "1.0.2",
1104
+ "resolved": "https://registry.npmjs.org/@rc-component/progress/-/progress-1.0.2.tgz",
1105
+ "integrity": "sha512-WZUnH9eGxH1+xodZKqdrHke59uyGZSWgj5HBM5Kwk5BrTMuAORO7VJ2IP5Qbm9aH3n9x3IcesqHHR0NWPBC7fQ==",
1106
+ "license": "MIT",
1107
+ "dependencies": {
1108
+ "@rc-component/util": "^1.2.1",
1109
+ "clsx": "^2.1.1"
1110
+ },
1111
+ "peerDependencies": {
1112
+ "react": ">=16.9.0",
1113
+ "react-dom": ">=16.9.0"
1114
+ }
1115
+ },
1116
+ "node_modules/@rc-component/qrcode": {
1117
+ "version": "1.1.1",
1118
+ "resolved": "https://registry.npmjs.org/@rc-component/qrcode/-/qrcode-1.1.1.tgz",
1119
+ "integrity": "sha512-LfLGNymzKdUPjXUbRP+xOhIWY4jQ+YMj5MmWAcgcAq1Ij8XP7tRmAXqyuv96XvLUBE/5cA8hLFl9eO1JQMujrA==",
1120
+ "license": "MIT",
1121
+ "dependencies": {
1122
+ "@babel/runtime": "^7.24.7"
1123
+ },
1124
+ "engines": {
1125
+ "node": ">=8.x"
1126
+ },
1127
+ "peerDependencies": {
1128
+ "react": ">=16.9.0",
1129
+ "react-dom": ">=16.9.0"
1130
+ }
1131
+ },
1132
+ "node_modules/@rc-component/rate": {
1133
+ "version": "1.0.1",
1134
+ "resolved": "https://registry.npmjs.org/@rc-component/rate/-/rate-1.0.1.tgz",
1135
+ "integrity": "sha512-bkXxeBqDpl5IOC7yL7GcSYjQx9G8H+6kLYQnNZWeBYq2OYIv1MONd6mqKTjnnJYpV0cQIU2z3atdW0j1kttpTw==",
1136
+ "license": "MIT",
1137
+ "dependencies": {
1138
+ "@rc-component/util": "^1.3.0",
1139
+ "clsx": "^2.1.1"
1140
+ },
1141
+ "engines": {
1142
+ "node": ">=8.x"
1143
+ },
1144
+ "peerDependencies": {
1145
+ "react": ">=16.9.0",
1146
+ "react-dom": ">=16.9.0"
1147
+ }
1148
+ },
1149
+ "node_modules/@rc-component/resize-observer": {
1150
+ "version": "1.1.1",
1151
+ "resolved": "https://registry.npmjs.org/@rc-component/resize-observer/-/resize-observer-1.1.1.tgz",
1152
+ "integrity": "sha512-NfXXMmiR+SmUuKE1NwJESzEUYUFWIDUn2uXpxCTOLwiRUUakd62DRNFjRJArgzyFW8S5rsL4aX5XlyIXyC/vRA==",
1153
+ "license": "MIT",
1154
+ "dependencies": {
1155
+ "@rc-component/util": "^1.2.0"
1156
+ },
1157
+ "peerDependencies": {
1158
+ "react": ">=16.9.0",
1159
+ "react-dom": ">=16.9.0"
1160
+ }
1161
+ },
1162
+ "node_modules/@rc-component/segmented": {
1163
+ "version": "1.3.0",
1164
+ "resolved": "https://registry.npmjs.org/@rc-component/segmented/-/segmented-1.3.0.tgz",
1165
+ "integrity": "sha512-5J/bJ01mbDnoA6P/FW8SxUvKn+OgUSTZJPzCNnTBntG50tzoP7DydGhqxp7ggZXZls7me3mc2EQDXakU3iTVFg==",
1166
+ "license": "MIT",
1167
+ "dependencies": {
1168
+ "@babel/runtime": "^7.11.1",
1169
+ "@rc-component/motion": "^1.1.4",
1170
+ "@rc-component/util": "^1.3.0",
1171
+ "clsx": "^2.1.1"
1172
+ },
1173
+ "peerDependencies": {
1174
+ "react": ">=16.0.0",
1175
+ "react-dom": ">=16.0.0"
1176
+ }
1177
+ },
1178
+ "node_modules/@rc-component/select": {
1179
+ "version": "1.6.15",
1180
+ "resolved": "https://registry.npmjs.org/@rc-component/select/-/select-1.6.15.tgz",
1181
+ "integrity": "sha512-SyVCWnqxCQZZcQvQJ/CxSjx2bGma6ds/HtnpkIfZVnt6RoEgbqUmHgD6vrzNarNXwbLXerwVzWwq8F3d1sst7g==",
1182
+ "license": "MIT",
1183
+ "dependencies": {
1184
+ "@rc-component/overflow": "^1.0.0",
1185
+ "@rc-component/trigger": "^3.0.0",
1186
+ "@rc-component/util": "^1.3.0",
1187
+ "@rc-component/virtual-list": "^1.0.1",
1188
+ "clsx": "^2.1.1"
1189
+ },
1190
+ "engines": {
1191
+ "node": ">=8.x"
1192
+ },
1193
+ "peerDependencies": {
1194
+ "react": "*",
1195
+ "react-dom": "*"
1196
+ }
1197
+ },
1198
+ "node_modules/@rc-component/slider": {
1199
+ "version": "1.0.1",
1200
+ "resolved": "https://registry.npmjs.org/@rc-component/slider/-/slider-1.0.1.tgz",
1201
+ "integrity": "sha512-uDhEPU1z3WDfCJhaL9jfd2ha/Eqpdfxsn0Zb0Xcq1NGQAman0TWaR37OWp2vVXEOdV2y0njSILTMpTfPV1454g==",
1202
+ "license": "MIT",
1203
+ "dependencies": {
1204
+ "@rc-component/util": "^1.3.0",
1205
+ "clsx": "^2.1.1"
1206
+ },
1207
+ "engines": {
1208
+ "node": ">=8.x"
1209
+ },
1210
+ "peerDependencies": {
1211
+ "react": ">=16.9.0",
1212
+ "react-dom": ">=16.9.0"
1213
+ }
1214
+ },
1215
+ "node_modules/@rc-component/steps": {
1216
+ "version": "1.2.2",
1217
+ "resolved": "https://registry.npmjs.org/@rc-component/steps/-/steps-1.2.2.tgz",
1218
+ "integrity": "sha512-/yVIZ00gDYYPHSY0JP+M+s3ZvuXLu2f9rEjQqiUDs7EcYsUYrpJ/1bLj9aI9R7MBR3fu/NGh6RM9u2qGfqp+Nw==",
1219
+ "license": "MIT",
1220
+ "dependencies": {
1221
+ "@rc-component/util": "^1.2.1",
1222
+ "clsx": "^2.1.1"
1223
+ },
1224
+ "engines": {
1225
+ "node": ">=8.x"
1226
+ },
1227
+ "peerDependencies": {
1228
+ "react": ">=16.9.0",
1229
+ "react-dom": ">=16.9.0"
1230
+ }
1231
+ },
1232
+ "node_modules/@rc-component/switch": {
1233
+ "version": "1.0.3",
1234
+ "resolved": "https://registry.npmjs.org/@rc-component/switch/-/switch-1.0.3.tgz",
1235
+ "integrity": "sha512-Jgi+EbOBquje/XNdofr7xbJQZPYJP+BlPfR0h+WN4zFkdtB2EWqEfvkXJWeipflwjWip0/17rNbxEAqs8hVHfw==",
1236
+ "license": "MIT",
1237
+ "dependencies": {
1238
+ "@rc-component/util": "^1.3.0",
1239
+ "clsx": "^2.1.1"
1240
+ },
1241
+ "peerDependencies": {
1242
+ "react": ">=16.9.0",
1243
+ "react-dom": ">=16.9.0"
1244
+ }
1245
+ },
1246
+ "node_modules/@rc-component/table": {
1247
+ "version": "1.9.1",
1248
+ "resolved": "https://registry.npmjs.org/@rc-component/table/-/table-1.9.1.tgz",
1249
+ "integrity": "sha512-FVI5ZS/GdB3BcgexfCYKi3iHhZS3Fr59EtsxORszYGrfpH1eWr33eDNSYkVfLI6tfJ7vftJDd9D5apfFWqkdJg==",
1250
+ "license": "MIT",
1251
+ "dependencies": {
1252
+ "@rc-component/context": "^2.0.1",
1253
+ "@rc-component/resize-observer": "^1.0.0",
1254
+ "@rc-component/util": "^1.1.0",
1255
+ "@rc-component/virtual-list": "^1.0.1",
1256
+ "clsx": "^2.1.1"
1257
+ },
1258
+ "engines": {
1259
+ "node": ">=8.x"
1260
+ },
1261
+ "peerDependencies": {
1262
+ "react": ">=18.0.0",
1263
+ "react-dom": ">=18.0.0"
1264
+ }
1265
+ },
1266
+ "node_modules/@rc-component/tabs": {
1267
+ "version": "1.7.0",
1268
+ "resolved": "https://registry.npmjs.org/@rc-component/tabs/-/tabs-1.7.0.tgz",
1269
+ "integrity": "sha512-J48cs2iBi7Ho3nptBxxIqizEliUC+ExE23faspUQKGQ550vaBlv3aGF8Epv/UB1vFWeoJDTW/dNzgIU0Qj5i/w==",
1270
+ "license": "MIT",
1271
+ "dependencies": {
1272
+ "@rc-component/dropdown": "~1.0.0",
1273
+ "@rc-component/menu": "~1.2.0",
1274
+ "@rc-component/motion": "^1.1.3",
1275
+ "@rc-component/resize-observer": "^1.0.0",
1276
+ "@rc-component/util": "^1.3.0",
1277
+ "clsx": "^2.1.1"
1278
+ },
1279
+ "engines": {
1280
+ "node": ">=8.x"
1281
+ },
1282
+ "peerDependencies": {
1283
+ "react": ">=16.9.0",
1284
+ "react-dom": ">=16.9.0"
1285
+ }
1286
+ },
1287
+ "node_modules/@rc-component/textarea": {
1288
+ "version": "1.1.2",
1289
+ "resolved": "https://registry.npmjs.org/@rc-component/textarea/-/textarea-1.1.2.tgz",
1290
+ "integrity": "sha512-9rMUEODWZDMovfScIEHXWlVZuPljZ2pd1LKNjslJVitn4SldEzq5vO1CL3yy3Dnib6zZal2r2DPtjy84VVpF6A==",
1291
+ "license": "MIT",
1292
+ "dependencies": {
1293
+ "@rc-component/input": "~1.1.0",
1294
+ "@rc-component/resize-observer": "^1.0.0",
1295
+ "@rc-component/util": "^1.3.0",
1296
+ "clsx": "^2.1.1"
1297
+ },
1298
+ "peerDependencies": {
1299
+ "react": ">=16.9.0",
1300
+ "react-dom": ">=16.9.0"
1301
+ }
1302
+ },
1303
+ "node_modules/@rc-component/tooltip": {
1304
+ "version": "1.4.0",
1305
+ "resolved": "https://registry.npmjs.org/@rc-component/tooltip/-/tooltip-1.4.0.tgz",
1306
+ "integrity": "sha512-8Rx5DCctIlLI4raR0I0xHjVTf1aF48+gKCNeAAo5bmF5VoR5YED+A/XEqzXv9KKqrJDRcd3Wndpxh2hyzrTtSg==",
1307
+ "license": "MIT",
1308
+ "dependencies": {
1309
+ "@rc-component/trigger": "^3.7.1",
1310
+ "@rc-component/util": "^1.3.0",
1311
+ "clsx": "^2.1.1"
1312
+ },
1313
+ "peerDependencies": {
1314
+ "react": ">=18.0.0",
1315
+ "react-dom": ">=18.0.0"
1316
+ }
1317
+ },
1318
+ "node_modules/@rc-component/tour": {
1319
+ "version": "2.3.0",
1320
+ "resolved": "https://registry.npmjs.org/@rc-component/tour/-/tour-2.3.0.tgz",
1321
+ "integrity": "sha512-K04K9r32kUC+auBSQfr+Fss4SpSIS9JGe56oq/ALAX0p+i2ylYOI1MgR83yBY7v96eO6ZFXcM/igCQmubps0Ow==",
1322
+ "license": "MIT",
1323
+ "dependencies": {
1324
+ "@rc-component/portal": "^2.2.0",
1325
+ "@rc-component/trigger": "^3.0.0",
1326
+ "@rc-component/util": "^1.7.0",
1327
+ "clsx": "^2.1.1"
1328
+ },
1329
+ "engines": {
1330
+ "node": ">=8.x"
1331
+ },
1332
+ "peerDependencies": {
1333
+ "react": ">=16.9.0",
1334
+ "react-dom": ">=16.9.0"
1335
+ }
1336
+ },
1337
+ "node_modules/@rc-component/tree": {
1338
+ "version": "1.2.4",
1339
+ "resolved": "https://registry.npmjs.org/@rc-component/tree/-/tree-1.2.4.tgz",
1340
+ "integrity": "sha512-5Gli43+m4R7NhpYYz3Z61I6LOw9yI6CNChxgVtvrO6xB1qML7iE6QMLVMB3+FTjo2yF6uFdAHtqWPECz/zbX5w==",
1341
+ "license": "MIT",
1342
+ "dependencies": {
1343
+ "@rc-component/motion": "^1.0.0",
1344
+ "@rc-component/util": "^1.8.1",
1345
+ "@rc-component/virtual-list": "^1.0.1",
1346
+ "clsx": "^2.1.1"
1347
+ },
1348
+ "engines": {
1349
+ "node": ">=10.x"
1350
+ },
1351
+ "peerDependencies": {
1352
+ "react": "*",
1353
+ "react-dom": "*"
1354
+ }
1355
+ },
1356
+ "node_modules/@rc-component/tree-select": {
1357
+ "version": "1.8.0",
1358
+ "resolved": "https://registry.npmjs.org/@rc-component/tree-select/-/tree-select-1.8.0.tgz",
1359
+ "integrity": "sha512-iYsPq3nuLYvGqdvFAW+l+I9ASRIOVbMXyA8FGZg2lGym/GwkaWeJGzI4eJ7c9IOEhRj0oyfIN4S92Fl3J05mjQ==",
1360
+ "license": "MIT",
1361
+ "dependencies": {
1362
+ "@rc-component/select": "~1.6.0",
1363
+ "@rc-component/tree": "~1.2.0",
1364
+ "@rc-component/util": "^1.4.0",
1365
+ "clsx": "^2.1.1"
1366
+ },
1367
+ "peerDependencies": {
1368
+ "react": "*",
1369
+ "react-dom": "*"
1370
+ }
1371
+ },
1372
+ "node_modules/@rc-component/trigger": {
1373
+ "version": "3.9.0",
1374
+ "resolved": "https://registry.npmjs.org/@rc-component/trigger/-/trigger-3.9.0.tgz",
1375
+ "integrity": "sha512-X8btpwfrT27AgrZVOz4swclhEHTZcqaHeQMXXBgveagOiakTa36uObXbdwerXffgV8G9dH1fAAE0DHtVQs8EHg==",
1376
+ "license": "MIT",
1377
+ "dependencies": {
1378
+ "@rc-component/motion": "^1.1.4",
1379
+ "@rc-component/portal": "^2.2.0",
1380
+ "@rc-component/resize-observer": "^1.1.1",
1381
+ "@rc-component/util": "^1.2.1",
1382
+ "clsx": "^2.1.1"
1383
+ },
1384
+ "engines": {
1385
+ "node": ">=8.x"
1386
+ },
1387
+ "peerDependencies": {
1388
+ "react": ">=18.0.0",
1389
+ "react-dom": ">=18.0.0"
1390
+ }
1391
+ },
1392
+ "node_modules/@rc-component/upload": {
1393
+ "version": "1.1.0",
1394
+ "resolved": "https://registry.npmjs.org/@rc-component/upload/-/upload-1.1.0.tgz",
1395
+ "integrity": "sha512-LIBV90mAnUE6VK5N4QvForoxZc4XqEYZimcp7fk+lkE4XwHHyJWxpIXQQwMU8hJM+YwBbsoZkGksL1sISWHQxw==",
1396
+ "license": "MIT",
1397
+ "dependencies": {
1398
+ "@rc-component/util": "^1.3.0",
1399
+ "clsx": "^2.1.1"
1400
+ },
1401
+ "peerDependencies": {
1402
+ "react": ">=16.9.0",
1403
+ "react-dom": ">=16.9.0"
1404
+ }
1405
+ },
1406
+ "node_modules/@rc-component/util": {
1407
+ "version": "1.9.0",
1408
+ "resolved": "https://registry.npmjs.org/@rc-component/util/-/util-1.9.0.tgz",
1409
+ "integrity": "sha512-5uW6AfhIigCWeEQDthTozlxiT4Prn6xYQWeO0xokjcaa186OtwPRHBZJ2o0T0FhbjGhZ3vXdbkv0sx3gAYW7Vg==",
1410
+ "license": "MIT",
1411
+ "dependencies": {
1412
+ "is-mobile": "^5.0.0",
1413
+ "react-is": "^18.2.0"
1414
+ },
1415
+ "peerDependencies": {
1416
+ "react": ">=18.0.0",
1417
+ "react-dom": ">=18.0.0"
1418
+ }
1419
+ },
1420
+ "node_modules/@rc-component/virtual-list": {
1421
+ "version": "1.0.2",
1422
+ "resolved": "https://registry.npmjs.org/@rc-component/virtual-list/-/virtual-list-1.0.2.tgz",
1423
+ "integrity": "sha512-uvTol/mH74FYsn5loDGJxo+7kjkO4i+y4j87Re1pxJBs0FaeuMuLRzQRGaXwnMcV1CxpZLi2Z56Rerj2M00fjQ==",
1424
+ "license": "MIT",
1425
+ "dependencies": {
1426
+ "@babel/runtime": "^7.20.0",
1427
+ "@rc-component/resize-observer": "^1.0.1",
1428
+ "@rc-component/util": "^1.4.0",
1429
+ "clsx": "^2.1.1"
1430
+ },
1431
+ "engines": {
1432
+ "node": ">=8.x"
1433
+ },
1434
+ "peerDependencies": {
1435
+ "react": ">=16.9.0",
1436
+ "react-dom": ">=16.9.0"
1437
+ }
1438
+ },
1439
+ "node_modules/@rolldown/binding-android-arm64": {
1440
+ "version": "1.0.0-rc.9",
1441
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.0-rc.9.tgz",
1442
+ "integrity": "sha512-lcJL0bN5hpgJfSIz/8PIf02irmyL43P+j1pTCfbD1DbLkmGRuFIA4DD3B3ZOvGqG0XiVvRznbKtN0COQVaKUTg==",
1443
+ "cpu": [
1444
+ "arm64"
1445
+ ],
1446
+ "dev": true,
1447
+ "license": "MIT",
1448
+ "optional": true,
1449
+ "os": [
1450
+ "android"
1451
+ ],
1452
+ "engines": {
1453
+ "node": "^20.19.0 || >=22.12.0"
1454
+ }
1455
+ },
1456
+ "node_modules/@rolldown/binding-darwin-arm64": {
1457
+ "version": "1.0.0-rc.9",
1458
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.0-rc.9.tgz",
1459
+ "integrity": "sha512-J7Zk3kLYFsLtuH6U+F4pS2sYVzac0qkjcO5QxHS7OS7yZu2LRs+IXo+uvJ/mvpyUljDJ3LROZPoQfgBIpCMhdQ==",
1460
+ "cpu": [
1461
+ "arm64"
1462
+ ],
1463
+ "dev": true,
1464
+ "license": "MIT",
1465
+ "optional": true,
1466
+ "os": [
1467
+ "darwin"
1468
+ ],
1469
+ "engines": {
1470
+ "node": "^20.19.0 || >=22.12.0"
1471
+ }
1472
+ },
1473
+ "node_modules/@rolldown/binding-darwin-x64": {
1474
+ "version": "1.0.0-rc.9",
1475
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.0-rc.9.tgz",
1476
+ "integrity": "sha512-iwtmmghy8nhfRGeNAIltcNXzD0QMNaaA5U/NyZc1Ia4bxrzFByNMDoppoC+hl7cDiUq5/1CnFthpT9n+UtfFyg==",
1477
+ "cpu": [
1478
+ "x64"
1479
+ ],
1480
+ "dev": true,
1481
+ "license": "MIT",
1482
+ "optional": true,
1483
+ "os": [
1484
+ "darwin"
1485
+ ],
1486
+ "engines": {
1487
+ "node": "^20.19.0 || >=22.12.0"
1488
+ }
1489
+ },
1490
+ "node_modules/@rolldown/binding-freebsd-x64": {
1491
+ "version": "1.0.0-rc.9",
1492
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.0-rc.9.tgz",
1493
+ "integrity": "sha512-DLFYI78SCiZr5VvdEplsVC2Vx53lnA4/Ga5C65iyldMVaErr86aiqCoNBLl92PXPfDtUYjUh+xFFor40ueNs4Q==",
1494
+ "cpu": [
1495
+ "x64"
1496
+ ],
1497
+ "dev": true,
1498
+ "license": "MIT",
1499
+ "optional": true,
1500
+ "os": [
1501
+ "freebsd"
1502
+ ],
1503
+ "engines": {
1504
+ "node": "^20.19.0 || >=22.12.0"
1505
+ }
1506
+ },
1507
+ "node_modules/@rolldown/binding-linux-arm-gnueabihf": {
1508
+ "version": "1.0.0-rc.9",
1509
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.0-rc.9.tgz",
1510
+ "integrity": "sha512-CsjTmTwd0Hri6iTw/DRMK7kOZ7FwAkrO4h8YWKoX/kcj833e4coqo2wzIFywtch/8Eb5enQ/lwLM7w6JX1W5RQ==",
1511
+ "cpu": [
1512
+ "arm"
1513
+ ],
1514
+ "dev": true,
1515
+ "license": "MIT",
1516
+ "optional": true,
1517
+ "os": [
1518
+ "linux"
1519
+ ],
1520
+ "engines": {
1521
+ "node": "^20.19.0 || >=22.12.0"
1522
+ }
1523
+ },
1524
+ "node_modules/@rolldown/binding-linux-arm64-gnu": {
1525
+ "version": "1.0.0-rc.9",
1526
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.0-rc.9.tgz",
1527
+ "integrity": "sha512-2x9O2JbSPxpxMDhP9Z74mahAStibTlrBMW0520+epJH5sac7/LwZW5Bmg/E6CXuEF53JJFW509uP+lSedaUNxg==",
1528
+ "cpu": [
1529
+ "arm64"
1530
+ ],
1531
+ "dev": true,
1532
+ "license": "MIT",
1533
+ "optional": true,
1534
+ "os": [
1535
+ "linux"
1536
+ ],
1537
+ "engines": {
1538
+ "node": "^20.19.0 || >=22.12.0"
1539
+ }
1540
+ },
1541
+ "node_modules/@rolldown/binding-linux-arm64-musl": {
1542
+ "version": "1.0.0-rc.9",
1543
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.0-rc.9.tgz",
1544
+ "integrity": "sha512-JA1QRW31ogheAIRhIg9tjMfsYbglXXYGNPLdPEYrwFxdbkQCAzvpSCSHCDWNl4hTtrol8WeboCSEpjdZK8qrCg==",
1545
+ "cpu": [
1546
+ "arm64"
1547
+ ],
1548
+ "dev": true,
1549
+ "license": "MIT",
1550
+ "optional": true,
1551
+ "os": [
1552
+ "linux"
1553
+ ],
1554
+ "engines": {
1555
+ "node": "^20.19.0 || >=22.12.0"
1556
+ }
1557
+ },
1558
+ "node_modules/@rolldown/binding-linux-ppc64-gnu": {
1559
+ "version": "1.0.0-rc.9",
1560
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.0-rc.9.tgz",
1561
+ "integrity": "sha512-aOKU9dJheda8Kj8Y3w9gnt9QFOO+qKPAl8SWd7JPHP+Cu0EuDAE5wokQubLzIDQWg2myXq2XhTpOVS07qqvT+w==",
1562
+ "cpu": [
1563
+ "ppc64"
1564
+ ],
1565
+ "dev": true,
1566
+ "license": "MIT",
1567
+ "optional": true,
1568
+ "os": [
1569
+ "linux"
1570
+ ],
1571
+ "engines": {
1572
+ "node": "^20.19.0 || >=22.12.0"
1573
+ }
1574
+ },
1575
+ "node_modules/@rolldown/binding-linux-s390x-gnu": {
1576
+ "version": "1.0.0-rc.9",
1577
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.0-rc.9.tgz",
1578
+ "integrity": "sha512-OalO94fqj7IWRn3VdXWty75jC5dk4C197AWEuMhIpvVv2lw9fiPhud0+bW2ctCxb3YoBZor71QHbY+9/WToadA==",
1579
+ "cpu": [
1580
+ "s390x"
1581
+ ],
1582
+ "dev": true,
1583
+ "license": "MIT",
1584
+ "optional": true,
1585
+ "os": [
1586
+ "linux"
1587
+ ],
1588
+ "engines": {
1589
+ "node": "^20.19.0 || >=22.12.0"
1590
+ }
1591
+ },
1592
+ "node_modules/@rolldown/binding-linux-x64-gnu": {
1593
+ "version": "1.0.0-rc.9",
1594
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.0-rc.9.tgz",
1595
+ "integrity": "sha512-cVEl1vZtBsBZna3YMjGXNvnYYrOJ7RzuWvZU0ffvJUexWkukMaDuGhUXn0rjnV0ptzGVkvc+vW9Yqy6h8YX4pg==",
1596
+ "cpu": [
1597
+ "x64"
1598
+ ],
1599
+ "dev": true,
1600
+ "license": "MIT",
1601
+ "optional": true,
1602
+ "os": [
1603
+ "linux"
1604
+ ],
1605
+ "engines": {
1606
+ "node": "^20.19.0 || >=22.12.0"
1607
+ }
1608
+ },
1609
+ "node_modules/@rolldown/binding-linux-x64-musl": {
1610
+ "version": "1.0.0-rc.9",
1611
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.0-rc.9.tgz",
1612
+ "integrity": "sha512-UzYnKCIIc4heAKgI4PZ3dfBGUZefGCJ1TPDuLHoCzgrMYPb5Rv6TLFuYtyM4rWyHM7hymNdsg5ik2C+UD9VDbA==",
1613
+ "cpu": [
1614
+ "x64"
1615
+ ],
1616
+ "dev": true,
1617
+ "license": "MIT",
1618
+ "optional": true,
1619
+ "os": [
1620
+ "linux"
1621
+ ],
1622
+ "engines": {
1623
+ "node": "^20.19.0 || >=22.12.0"
1624
+ }
1625
+ },
1626
+ "node_modules/@rolldown/binding-openharmony-arm64": {
1627
+ "version": "1.0.0-rc.9",
1628
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.0-rc.9.tgz",
1629
+ "integrity": "sha512-+6zoiF+RRyf5cdlFQP7nm58mq7+/2PFaY2DNQeD4B87N36JzfF/l9mdBkkmTvSYcYPE8tMh/o3cRlsx1ldLfog==",
1630
+ "cpu": [
1631
+ "arm64"
1632
+ ],
1633
+ "dev": true,
1634
+ "license": "MIT",
1635
+ "optional": true,
1636
+ "os": [
1637
+ "openharmony"
1638
+ ],
1639
+ "engines": {
1640
+ "node": "^20.19.0 || >=22.12.0"
1641
+ }
1642
+ },
1643
+ "node_modules/@rolldown/binding-wasm32-wasi": {
1644
+ "version": "1.0.0-rc.9",
1645
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.0-rc.9.tgz",
1646
+ "integrity": "sha512-rgFN6sA/dyebil3YTlL2evvi/M+ivhfnyxec7AccTpRPccno/rPoNlqybEZQBkcbZu8Hy+eqNJCqfBR8P7Pg8g==",
1647
+ "cpu": [
1648
+ "wasm32"
1649
+ ],
1650
+ "dev": true,
1651
+ "license": "MIT",
1652
+ "optional": true,
1653
+ "dependencies": {
1654
+ "@napi-rs/wasm-runtime": "^1.1.1"
1655
+ },
1656
+ "engines": {
1657
+ "node": ">=14.0.0"
1658
+ }
1659
+ },
1660
+ "node_modules/@rolldown/binding-win32-arm64-msvc": {
1661
+ "version": "1.0.0-rc.9",
1662
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.0-rc.9.tgz",
1663
+ "integrity": "sha512-lHVNUG/8nlF1IQk1C0Ci574qKYyty2goMiPlRqkC5R+3LkXDkL5Dhx8ytbxq35m+pkHVIvIxviD+TWLdfeuadA==",
1664
+ "cpu": [
1665
+ "arm64"
1666
+ ],
1667
+ "dev": true,
1668
+ "license": "MIT",
1669
+ "optional": true,
1670
+ "os": [
1671
+ "win32"
1672
+ ],
1673
+ "engines": {
1674
+ "node": "^20.19.0 || >=22.12.0"
1675
+ }
1676
+ },
1677
+ "node_modules/@rolldown/binding-win32-x64-msvc": {
1678
+ "version": "1.0.0-rc.9",
1679
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.0-rc.9.tgz",
1680
+ "integrity": "sha512-G0oA4+w1iY5AGi5HcDTxWsoxF509hrFIPB2rduV5aDqS9FtDg1CAfa7V34qImbjfhIcA8C+RekocJZA96EarwQ==",
1681
+ "cpu": [
1682
+ "x64"
1683
+ ],
1684
+ "dev": true,
1685
+ "license": "MIT",
1686
+ "optional": true,
1687
+ "os": [
1688
+ "win32"
1689
+ ],
1690
+ "engines": {
1691
+ "node": "^20.19.0 || >=22.12.0"
1692
+ }
1693
+ },
1694
+ "node_modules/@rolldown/plugin-babel": {
1695
+ "version": "0.2.1",
1696
+ "resolved": "https://registry.npmjs.org/@rolldown/plugin-babel/-/plugin-babel-0.2.1.tgz",
1697
+ "integrity": "sha512-pHDVHqFv26JNC8I500JZ0H4h1kvSyiE3V9gjEO9pRAgD1KrIdJvcHCokV6f7gG7Rx4vMOD11V8VUOpqdyGbKBw==",
1698
+ "dev": true,
1699
+ "license": "MIT",
1700
+ "dependencies": {
1701
+ "picomatch": "^4.0.3"
1702
+ },
1703
+ "engines": {
1704
+ "node": ">=22.12.0 || ^24.0.0"
1705
+ },
1706
+ "peerDependencies": {
1707
+ "@babel/core": "^7.29.0 || ^8.0.0-rc.1",
1708
+ "@babel/plugin-transform-runtime": "^7.29.0 || ^8.0.0-rc.1",
1709
+ "@babel/runtime": "^7.27.0 || ^8.0.0-rc.1",
1710
+ "rolldown": "^1.0.0-rc.5",
1711
+ "vite": "^8.0.0"
1712
+ },
1713
+ "peerDependenciesMeta": {
1714
+ "@babel/plugin-transform-runtime": {
1715
+ "optional": true
1716
+ },
1717
+ "@babel/runtime": {
1718
+ "optional": true
1719
+ },
1720
+ "vite": {
1721
+ "optional": true
1722
+ }
1723
+ }
1724
+ },
1725
+ "node_modules/@rolldown/pluginutils": {
1726
+ "version": "1.0.0-rc.7",
1727
+ "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.7.tgz",
1728
+ "integrity": "sha512-qujRfC8sFVInYSPPMLQByRh7zhwkGFS4+tyMQ83srV1qrxL4g8E2tyxVVyxd0+8QeBM1mIk9KbWxkegRr76XzA==",
1729
+ "dev": true,
1730
+ "license": "MIT"
1731
+ },
1732
+ "node_modules/@tybys/wasm-util": {
1733
+ "version": "0.10.1",
1734
+ "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz",
1735
+ "integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==",
1736
+ "dev": true,
1737
+ "license": "MIT",
1738
+ "optional": true,
1739
+ "dependencies": {
1740
+ "tslib": "^2.4.0"
1741
+ }
1742
+ },
1743
+ "node_modules/@types/babel__core": {
1744
+ "version": "7.20.5",
1745
+ "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",
1746
+ "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==",
1747
+ "dev": true,
1748
+ "license": "MIT",
1749
+ "dependencies": {
1750
+ "@babel/parser": "^7.20.7",
1751
+ "@babel/types": "^7.20.7",
1752
+ "@types/babel__generator": "*",
1753
+ "@types/babel__template": "*",
1754
+ "@types/babel__traverse": "*"
1755
+ }
1756
+ },
1757
+ "node_modules/@types/babel__generator": {
1758
+ "version": "7.27.0",
1759
+ "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz",
1760
+ "integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==",
1761
+ "dev": true,
1762
+ "license": "MIT",
1763
+ "dependencies": {
1764
+ "@babel/types": "^7.0.0"
1765
+ }
1766
+ },
1767
+ "node_modules/@types/babel__template": {
1768
+ "version": "7.4.4",
1769
+ "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz",
1770
+ "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==",
1771
+ "dev": true,
1772
+ "license": "MIT",
1773
+ "dependencies": {
1774
+ "@babel/parser": "^7.1.0",
1775
+ "@babel/types": "^7.0.0"
1776
+ }
1777
+ },
1778
+ "node_modules/@types/babel__traverse": {
1779
+ "version": "7.28.0",
1780
+ "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.28.0.tgz",
1781
+ "integrity": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==",
1782
+ "dev": true,
1783
+ "license": "MIT",
1784
+ "dependencies": {
1785
+ "@babel/types": "^7.28.2"
1786
+ }
1787
+ },
1788
+ "node_modules/@types/estree": {
1789
+ "version": "1.0.8",
1790
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
1791
+ "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
1792
+ "dev": true,
1793
+ "license": "MIT"
1794
+ },
1795
+ "node_modules/@types/json-schema": {
1796
+ "version": "7.0.15",
1797
+ "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
1798
+ "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
1799
+ "dev": true,
1800
+ "license": "MIT"
1801
+ },
1802
+ "node_modules/@types/node": {
1803
+ "version": "24.12.0",
1804
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.0.tgz",
1805
+ "integrity": "sha512-GYDxsZi3ChgmckRT9HPU0WEhKLP08ev/Yfcq2AstjrDASOYCSXeyjDsHg4v5t4jOj7cyDX3vmprafKlWIG9MXQ==",
1806
+ "dev": true,
1807
+ "license": "MIT",
1808
+ "dependencies": {
1809
+ "undici-types": "~7.16.0"
1810
+ }
1811
+ },
1812
+ "node_modules/@types/react": {
1813
+ "version": "19.2.14",
1814
+ "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz",
1815
+ "integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==",
1816
+ "devOptional": true,
1817
+ "license": "MIT",
1818
+ "dependencies": {
1819
+ "csstype": "^3.2.2"
1820
+ }
1821
+ },
1822
+ "node_modules/@types/react-dom": {
1823
+ "version": "19.2.3",
1824
+ "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.3.tgz",
1825
+ "integrity": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==",
1826
+ "dev": true,
1827
+ "license": "MIT",
1828
+ "peerDependencies": {
1829
+ "@types/react": "^19.2.0"
1830
+ }
1831
+ },
1832
+ "node_modules/@typescript-eslint/eslint-plugin": {
1833
+ "version": "8.57.1",
1834
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.57.1.tgz",
1835
+ "integrity": "sha512-Gn3aqnvNl4NGc6x3/Bqk1AOn0thyTU9bqDRhiRnUWezgvr2OnhYCWCgC8zXXRVqBsIL1pSDt7T9nJUe0oM0kDQ==",
1836
+ "dev": true,
1837
+ "license": "MIT",
1838
+ "dependencies": {
1839
+ "@eslint-community/regexpp": "^4.12.2",
1840
+ "@typescript-eslint/scope-manager": "8.57.1",
1841
+ "@typescript-eslint/type-utils": "8.57.1",
1842
+ "@typescript-eslint/utils": "8.57.1",
1843
+ "@typescript-eslint/visitor-keys": "8.57.1",
1844
+ "ignore": "^7.0.5",
1845
+ "natural-compare": "^1.4.0",
1846
+ "ts-api-utils": "^2.4.0"
1847
+ },
1848
+ "engines": {
1849
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1850
+ },
1851
+ "funding": {
1852
+ "type": "opencollective",
1853
+ "url": "https://opencollective.com/typescript-eslint"
1854
+ },
1855
+ "peerDependencies": {
1856
+ "@typescript-eslint/parser": "^8.57.1",
1857
+ "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
1858
+ "typescript": ">=4.8.4 <6.0.0"
1859
+ }
1860
+ },
1861
+ "node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": {
1862
+ "version": "7.0.5",
1863
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
1864
+ "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
1865
+ "dev": true,
1866
+ "license": "MIT",
1867
+ "engines": {
1868
+ "node": ">= 4"
1869
+ }
1870
+ },
1871
+ "node_modules/@typescript-eslint/parser": {
1872
+ "version": "8.57.1",
1873
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.57.1.tgz",
1874
+ "integrity": "sha512-k4eNDan0EIMTT/dUKc/g+rsJ6wcHYhNPdY19VoX/EOtaAG8DLtKCykhrUnuHPYvinn5jhAPgD2Qw9hXBwrahsw==",
1875
+ "dev": true,
1876
+ "license": "MIT",
1877
+ "dependencies": {
1878
+ "@typescript-eslint/scope-manager": "8.57.1",
1879
+ "@typescript-eslint/types": "8.57.1",
1880
+ "@typescript-eslint/typescript-estree": "8.57.1",
1881
+ "@typescript-eslint/visitor-keys": "8.57.1",
1882
+ "debug": "^4.4.3"
1883
+ },
1884
+ "engines": {
1885
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1886
+ },
1887
+ "funding": {
1888
+ "type": "opencollective",
1889
+ "url": "https://opencollective.com/typescript-eslint"
1890
+ },
1891
+ "peerDependencies": {
1892
+ "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
1893
+ "typescript": ">=4.8.4 <6.0.0"
1894
+ }
1895
+ },
1896
+ "node_modules/@typescript-eslint/project-service": {
1897
+ "version": "8.57.1",
1898
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.57.1.tgz",
1899
+ "integrity": "sha512-vx1F37BRO1OftsYlmG9xay1TqnjNVlqALymwWVuYTdo18XuKxtBpCj1QlzNIEHlvlB27osvXFWptYiEWsVdYsg==",
1900
+ "dev": true,
1901
+ "license": "MIT",
1902
+ "dependencies": {
1903
+ "@typescript-eslint/tsconfig-utils": "^8.57.1",
1904
+ "@typescript-eslint/types": "^8.57.1",
1905
+ "debug": "^4.4.3"
1906
+ },
1907
+ "engines": {
1908
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1909
+ },
1910
+ "funding": {
1911
+ "type": "opencollective",
1912
+ "url": "https://opencollective.com/typescript-eslint"
1913
+ },
1914
+ "peerDependencies": {
1915
+ "typescript": ">=4.8.4 <6.0.0"
1916
+ }
1917
+ },
1918
+ "node_modules/@typescript-eslint/scope-manager": {
1919
+ "version": "8.57.1",
1920
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.57.1.tgz",
1921
+ "integrity": "sha512-hs/QcpCwlwT2L5S+3fT6gp0PabyGk4Q0Rv2doJXA0435/OpnSR3VRgvrp8Xdoc3UAYSg9cyUjTeFXZEPg/3OKg==",
1922
+ "dev": true,
1923
+ "license": "MIT",
1924
+ "dependencies": {
1925
+ "@typescript-eslint/types": "8.57.1",
1926
+ "@typescript-eslint/visitor-keys": "8.57.1"
1927
+ },
1928
+ "engines": {
1929
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1930
+ },
1931
+ "funding": {
1932
+ "type": "opencollective",
1933
+ "url": "https://opencollective.com/typescript-eslint"
1934
+ }
1935
+ },
1936
+ "node_modules/@typescript-eslint/tsconfig-utils": {
1937
+ "version": "8.57.1",
1938
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.57.1.tgz",
1939
+ "integrity": "sha512-0lgOZB8cl19fHO4eI46YUx2EceQqhgkPSuCGLlGi79L2jwYY1cxeYc1Nae8Aw1xjgW3PKVDLlr3YJ6Bxx8HkWg==",
1940
+ "dev": true,
1941
+ "license": "MIT",
1942
+ "engines": {
1943
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1944
+ },
1945
+ "funding": {
1946
+ "type": "opencollective",
1947
+ "url": "https://opencollective.com/typescript-eslint"
1948
+ },
1949
+ "peerDependencies": {
1950
+ "typescript": ">=4.8.4 <6.0.0"
1951
+ }
1952
+ },
1953
+ "node_modules/@typescript-eslint/type-utils": {
1954
+ "version": "8.57.1",
1955
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.57.1.tgz",
1956
+ "integrity": "sha512-+Bwwm0ScukFdyoJsh2u6pp4S9ktegF98pYUU0hkphOOqdMB+1sNQhIz8y5E9+4pOioZijrkfNO/HUJVAFFfPKA==",
1957
+ "dev": true,
1958
+ "license": "MIT",
1959
+ "dependencies": {
1960
+ "@typescript-eslint/types": "8.57.1",
1961
+ "@typescript-eslint/typescript-estree": "8.57.1",
1962
+ "@typescript-eslint/utils": "8.57.1",
1963
+ "debug": "^4.4.3",
1964
+ "ts-api-utils": "^2.4.0"
1965
+ },
1966
+ "engines": {
1967
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1968
+ },
1969
+ "funding": {
1970
+ "type": "opencollective",
1971
+ "url": "https://opencollective.com/typescript-eslint"
1972
+ },
1973
+ "peerDependencies": {
1974
+ "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
1975
+ "typescript": ">=4.8.4 <6.0.0"
1976
+ }
1977
+ },
1978
+ "node_modules/@typescript-eslint/types": {
1979
+ "version": "8.57.1",
1980
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.57.1.tgz",
1981
+ "integrity": "sha512-S29BOBPJSFUiblEl6RzPPjJt6w25A6XsBqRVDt53tA/tlL8q7ceQNZHTjPeONt/3S7KRI4quk+yP9jK2WjBiPQ==",
1982
+ "dev": true,
1983
+ "license": "MIT",
1984
+ "engines": {
1985
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1986
+ },
1987
+ "funding": {
1988
+ "type": "opencollective",
1989
+ "url": "https://opencollective.com/typescript-eslint"
1990
+ }
1991
+ },
1992
+ "node_modules/@typescript-eslint/typescript-estree": {
1993
+ "version": "8.57.1",
1994
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.57.1.tgz",
1995
+ "integrity": "sha512-ybe2hS9G6pXpqGtPli9Gx9quNV0TWLOmh58ADlmZe9DguLq0tiAKVjirSbtM1szG6+QH6rVXyU6GTLQbWnMY+g==",
1996
+ "dev": true,
1997
+ "license": "MIT",
1998
+ "dependencies": {
1999
+ "@typescript-eslint/project-service": "8.57.1",
2000
+ "@typescript-eslint/tsconfig-utils": "8.57.1",
2001
+ "@typescript-eslint/types": "8.57.1",
2002
+ "@typescript-eslint/visitor-keys": "8.57.1",
2003
+ "debug": "^4.4.3",
2004
+ "minimatch": "^10.2.2",
2005
+ "semver": "^7.7.3",
2006
+ "tinyglobby": "^0.2.15",
2007
+ "ts-api-utils": "^2.4.0"
2008
+ },
2009
+ "engines": {
2010
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2011
+ },
2012
+ "funding": {
2013
+ "type": "opencollective",
2014
+ "url": "https://opencollective.com/typescript-eslint"
2015
+ },
2016
+ "peerDependencies": {
2017
+ "typescript": ">=4.8.4 <6.0.0"
2018
+ }
2019
+ },
2020
+ "node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match": {
2021
+ "version": "4.0.4",
2022
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
2023
+ "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
2024
+ "dev": true,
2025
+ "license": "MIT",
2026
+ "engines": {
2027
+ "node": "18 || 20 || >=22"
2028
+ }
2029
+ },
2030
+ "node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": {
2031
+ "version": "5.0.4",
2032
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz",
2033
+ "integrity": "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==",
2034
+ "dev": true,
2035
+ "license": "MIT",
2036
+ "dependencies": {
2037
+ "balanced-match": "^4.0.2"
2038
+ },
2039
+ "engines": {
2040
+ "node": "18 || 20 || >=22"
2041
+ }
2042
+ },
2043
+ "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
2044
+ "version": "10.2.4",
2045
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",
2046
+ "integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==",
2047
+ "dev": true,
2048
+ "license": "BlueOak-1.0.0",
2049
+ "dependencies": {
2050
+ "brace-expansion": "^5.0.2"
2051
+ },
2052
+ "engines": {
2053
+ "node": "18 || 20 || >=22"
2054
+ },
2055
+ "funding": {
2056
+ "url": "https://github.com/sponsors/isaacs"
2057
+ }
2058
+ },
2059
+ "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": {
2060
+ "version": "7.7.4",
2061
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
2062
+ "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
2063
+ "dev": true,
2064
+ "license": "ISC",
2065
+ "bin": {
2066
+ "semver": "bin/semver.js"
2067
+ },
2068
+ "engines": {
2069
+ "node": ">=10"
2070
+ }
2071
+ },
2072
+ "node_modules/@typescript-eslint/utils": {
2073
+ "version": "8.57.1",
2074
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.57.1.tgz",
2075
+ "integrity": "sha512-XUNSJ/lEVFttPMMoDVA2r2bwrl8/oPx8cURtczkSEswY5T3AeLmCy+EKWQNdL4u0MmAHOjcWrqJp2cdvgjn8dQ==",
2076
+ "dev": true,
2077
+ "license": "MIT",
2078
+ "dependencies": {
2079
+ "@eslint-community/eslint-utils": "^4.9.1",
2080
+ "@typescript-eslint/scope-manager": "8.57.1",
2081
+ "@typescript-eslint/types": "8.57.1",
2082
+ "@typescript-eslint/typescript-estree": "8.57.1"
2083
+ },
2084
+ "engines": {
2085
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2086
+ },
2087
+ "funding": {
2088
+ "type": "opencollective",
2089
+ "url": "https://opencollective.com/typescript-eslint"
2090
+ },
2091
+ "peerDependencies": {
2092
+ "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
2093
+ "typescript": ">=4.8.4 <6.0.0"
2094
+ }
2095
+ },
2096
+ "node_modules/@typescript-eslint/visitor-keys": {
2097
+ "version": "8.57.1",
2098
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.57.1.tgz",
2099
+ "integrity": "sha512-YWnmJkXbofiz9KbnbbwuA2rpGkFPLbAIetcCNO6mJ8gdhdZ/v7WDXsoGFAJuM6ikUFKTlSQnjWnVO4ux+UzS6A==",
2100
+ "dev": true,
2101
+ "license": "MIT",
2102
+ "dependencies": {
2103
+ "@typescript-eslint/types": "8.57.1",
2104
+ "eslint-visitor-keys": "^5.0.0"
2105
+ },
2106
+ "engines": {
2107
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2108
+ },
2109
+ "funding": {
2110
+ "type": "opencollective",
2111
+ "url": "https://opencollective.com/typescript-eslint"
2112
+ }
2113
+ },
2114
+ "node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
2115
+ "version": "5.0.1",
2116
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
2117
+ "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
2118
+ "dev": true,
2119
+ "license": "Apache-2.0",
2120
+ "engines": {
2121
+ "node": "^20.19.0 || ^22.13.0 || >=24"
2122
+ },
2123
+ "funding": {
2124
+ "url": "https://opencollective.com/eslint"
2125
+ }
2126
+ },
2127
+ "node_modules/@vitejs/plugin-react": {
2128
+ "version": "6.0.1",
2129
+ "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-6.0.1.tgz",
2130
+ "integrity": "sha512-l9X/E3cDb+xY3SWzlG1MOGt2usfEHGMNIaegaUGFsLkb3RCn/k8/TOXBcab+OndDI4TBtktT8/9BwwW8Vi9KUQ==",
2131
+ "dev": true,
2132
+ "license": "MIT",
2133
+ "dependencies": {
2134
+ "@rolldown/pluginutils": "1.0.0-rc.7"
2135
+ },
2136
+ "engines": {
2137
+ "node": "^20.19.0 || >=22.12.0"
2138
+ },
2139
+ "peerDependencies": {
2140
+ "@rolldown/plugin-babel": "^0.1.7 || ^0.2.0",
2141
+ "babel-plugin-react-compiler": "^1.0.0",
2142
+ "vite": "^8.0.0"
2143
+ },
2144
+ "peerDependenciesMeta": {
2145
+ "@rolldown/plugin-babel": {
2146
+ "optional": true
2147
+ },
2148
+ "babel-plugin-react-compiler": {
2149
+ "optional": true
2150
+ }
2151
+ }
2152
+ },
2153
+ "node_modules/acorn": {
2154
+ "version": "8.16.0",
2155
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz",
2156
+ "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
2157
+ "dev": true,
2158
+ "license": "MIT",
2159
+ "bin": {
2160
+ "acorn": "bin/acorn"
2161
+ },
2162
+ "engines": {
2163
+ "node": ">=0.4.0"
2164
+ }
2165
+ },
2166
+ "node_modules/acorn-jsx": {
2167
+ "version": "5.3.2",
2168
+ "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
2169
+ "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
2170
+ "dev": true,
2171
+ "license": "MIT",
2172
+ "peerDependencies": {
2173
+ "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
2174
+ }
2175
+ },
2176
+ "node_modules/ajv": {
2177
+ "version": "6.14.0",
2178
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.14.0.tgz",
2179
+ "integrity": "sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==",
2180
+ "dev": true,
2181
+ "license": "MIT",
2182
+ "dependencies": {
2183
+ "fast-deep-equal": "^3.1.1",
2184
+ "fast-json-stable-stringify": "^2.0.0",
2185
+ "json-schema-traverse": "^0.4.1",
2186
+ "uri-js": "^4.2.2"
2187
+ },
2188
+ "funding": {
2189
+ "type": "github",
2190
+ "url": "https://github.com/sponsors/epoberezkin"
2191
+ }
2192
+ },
2193
+ "node_modules/ansi-styles": {
2194
+ "version": "4.3.0",
2195
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
2196
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
2197
+ "dev": true,
2198
+ "license": "MIT",
2199
+ "dependencies": {
2200
+ "color-convert": "^2.0.1"
2201
+ },
2202
+ "engines": {
2203
+ "node": ">=8"
2204
+ },
2205
+ "funding": {
2206
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2207
+ }
2208
+ },
2209
+ "node_modules/antd": {
2210
+ "version": "6.3.3",
2211
+ "resolved": "https://registry.npmjs.org/antd/-/antd-6.3.3.tgz",
2212
+ "integrity": "sha512-T8FAQelw36zS96cZw2U/qEjpYny5yFc7hg+1W7DvVr8xMoSXWvyB8WvmiDVH0nS0LPYV4y2sxetsJoGZt7rhhw==",
2213
+ "license": "MIT",
2214
+ "dependencies": {
2215
+ "@ant-design/colors": "^8.0.1",
2216
+ "@ant-design/cssinjs": "^2.1.2",
2217
+ "@ant-design/cssinjs-utils": "^2.1.2",
2218
+ "@ant-design/fast-color": "^3.0.1",
2219
+ "@ant-design/icons": "^6.1.0",
2220
+ "@ant-design/react-slick": "~2.0.0",
2221
+ "@babel/runtime": "^7.28.4",
2222
+ "@rc-component/cascader": "~1.14.0",
2223
+ "@rc-component/checkbox": "~2.0.0",
2224
+ "@rc-component/collapse": "~1.2.0",
2225
+ "@rc-component/color-picker": "~3.1.1",
2226
+ "@rc-component/dialog": "~1.8.4",
2227
+ "@rc-component/drawer": "~1.4.2",
2228
+ "@rc-component/dropdown": "~1.0.2",
2229
+ "@rc-component/form": "~1.7.2",
2230
+ "@rc-component/image": "~1.6.0",
2231
+ "@rc-component/input": "~1.1.2",
2232
+ "@rc-component/input-number": "~1.6.2",
2233
+ "@rc-component/mentions": "~1.6.0",
2234
+ "@rc-component/menu": "~1.2.0",
2235
+ "@rc-component/motion": "^1.3.1",
2236
+ "@rc-component/mutate-observer": "^2.0.1",
2237
+ "@rc-component/notification": "~1.2.0",
2238
+ "@rc-component/pagination": "~1.2.0",
2239
+ "@rc-component/picker": "~1.9.1",
2240
+ "@rc-component/progress": "~1.0.2",
2241
+ "@rc-component/qrcode": "~1.1.1",
2242
+ "@rc-component/rate": "~1.0.1",
2243
+ "@rc-component/resize-observer": "^1.1.1",
2244
+ "@rc-component/segmented": "~1.3.0",
2245
+ "@rc-component/select": "~1.6.14",
2246
+ "@rc-component/slider": "~1.0.1",
2247
+ "@rc-component/steps": "~1.2.2",
2248
+ "@rc-component/switch": "~1.0.3",
2249
+ "@rc-component/table": "~1.9.1",
2250
+ "@rc-component/tabs": "~1.7.0",
2251
+ "@rc-component/textarea": "~1.1.2",
2252
+ "@rc-component/tooltip": "~1.4.0",
2253
+ "@rc-component/tour": "~2.3.0",
2254
+ "@rc-component/tree": "~1.2.4",
2255
+ "@rc-component/tree-select": "~1.8.0",
2256
+ "@rc-component/trigger": "^3.9.0",
2257
+ "@rc-component/upload": "~1.1.0",
2258
+ "@rc-component/util": "^1.9.0",
2259
+ "clsx": "^2.1.1",
2260
+ "dayjs": "^1.11.11",
2261
+ "scroll-into-view-if-needed": "^3.1.0",
2262
+ "throttle-debounce": "^5.0.2"
2263
+ },
2264
+ "funding": {
2265
+ "type": "opencollective",
2266
+ "url": "https://opencollective.com/ant-design"
2267
+ },
2268
+ "peerDependencies": {
2269
+ "react": ">=18.0.0",
2270
+ "react-dom": ">=18.0.0"
2271
+ }
2272
+ },
2273
+ "node_modules/argparse": {
2274
+ "version": "2.0.1",
2275
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
2276
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
2277
+ "dev": true,
2278
+ "license": "Python-2.0"
2279
+ },
2280
+ "node_modules/asynckit": {
2281
+ "version": "0.4.0",
2282
+ "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
2283
+ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
2284
+ "license": "MIT"
2285
+ },
2286
+ "node_modules/axios": {
2287
+ "version": "1.13.6",
2288
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.6.tgz",
2289
+ "integrity": "sha512-ChTCHMouEe2kn713WHbQGcuYrr6fXTBiu460OTwWrWob16g1bXn4vtz07Ope7ewMozJAnEquLk5lWQWtBig9DQ==",
2290
+ "license": "MIT",
2291
+ "dependencies": {
2292
+ "follow-redirects": "^1.15.11",
2293
+ "form-data": "^4.0.5",
2294
+ "proxy-from-env": "^1.1.0"
2295
+ }
2296
+ },
2297
+ "node_modules/babel-plugin-react-compiler": {
2298
+ "version": "1.0.0",
2299
+ "resolved": "https://registry.npmjs.org/babel-plugin-react-compiler/-/babel-plugin-react-compiler-1.0.0.tgz",
2300
+ "integrity": "sha512-Ixm8tFfoKKIPYdCCKYTsqv+Fd4IJ0DQqMyEimo+pxUOMUR9cVPlwTrFt9Avu+3cb6Zp3mAzl+t1MrG2fxxKsxw==",
2301
+ "dev": true,
2302
+ "license": "MIT",
2303
+ "dependencies": {
2304
+ "@babel/types": "^7.26.0"
2305
+ }
2306
+ },
2307
+ "node_modules/balanced-match": {
2308
+ "version": "1.0.2",
2309
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
2310
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
2311
+ "dev": true,
2312
+ "license": "MIT"
2313
+ },
2314
+ "node_modules/baseline-browser-mapping": {
2315
+ "version": "2.10.8",
2316
+ "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.8.tgz",
2317
+ "integrity": "sha512-PCLz/LXGBsNTErbtB6i5u4eLpHeMfi93aUv5duMmj6caNu6IphS4q6UevDnL36sZQv9lrP11dbPKGMaXPwMKfQ==",
2318
+ "dev": true,
2319
+ "license": "Apache-2.0",
2320
+ "bin": {
2321
+ "baseline-browser-mapping": "dist/cli.cjs"
2322
+ },
2323
+ "engines": {
2324
+ "node": ">=6.0.0"
2325
+ }
2326
+ },
2327
+ "node_modules/brace-expansion": {
2328
+ "version": "1.1.12",
2329
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
2330
+ "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
2331
+ "dev": true,
2332
+ "license": "MIT",
2333
+ "dependencies": {
2334
+ "balanced-match": "^1.0.0",
2335
+ "concat-map": "0.0.1"
2336
+ }
2337
+ },
2338
+ "node_modules/browserslist": {
2339
+ "version": "4.28.1",
2340
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.1.tgz",
2341
+ "integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==",
2342
+ "dev": true,
2343
+ "funding": [
2344
+ {
2345
+ "type": "opencollective",
2346
+ "url": "https://opencollective.com/browserslist"
2347
+ },
2348
+ {
2349
+ "type": "tidelift",
2350
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
2351
+ },
2352
+ {
2353
+ "type": "github",
2354
+ "url": "https://github.com/sponsors/ai"
2355
+ }
2356
+ ],
2357
+ "license": "MIT",
2358
+ "dependencies": {
2359
+ "baseline-browser-mapping": "^2.9.0",
2360
+ "caniuse-lite": "^1.0.30001759",
2361
+ "electron-to-chromium": "^1.5.263",
2362
+ "node-releases": "^2.0.27",
2363
+ "update-browserslist-db": "^1.2.0"
2364
+ },
2365
+ "bin": {
2366
+ "browserslist": "cli.js"
2367
+ },
2368
+ "engines": {
2369
+ "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
2370
+ }
2371
+ },
2372
+ "node_modules/call-bind-apply-helpers": {
2373
+ "version": "1.0.2",
2374
+ "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
2375
+ "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
2376
+ "license": "MIT",
2377
+ "dependencies": {
2378
+ "es-errors": "^1.3.0",
2379
+ "function-bind": "^1.1.2"
2380
+ },
2381
+ "engines": {
2382
+ "node": ">= 0.4"
2383
+ }
2384
+ },
2385
+ "node_modules/callsites": {
2386
+ "version": "3.1.0",
2387
+ "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
2388
+ "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
2389
+ "dev": true,
2390
+ "license": "MIT",
2391
+ "engines": {
2392
+ "node": ">=6"
2393
+ }
2394
+ },
2395
+ "node_modules/caniuse-lite": {
2396
+ "version": "1.0.30001780",
2397
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001780.tgz",
2398
+ "integrity": "sha512-llngX0E7nQci5BPJDqoZSbuZ5Bcs9F5db7EtgfwBerX9XGtkkiO4NwfDDIRzHTTwcYC8vC7bmeUEPGrKlR/TkQ==",
2399
+ "dev": true,
2400
+ "funding": [
2401
+ {
2402
+ "type": "opencollective",
2403
+ "url": "https://opencollective.com/browserslist"
2404
+ },
2405
+ {
2406
+ "type": "tidelift",
2407
+ "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
2408
+ },
2409
+ {
2410
+ "type": "github",
2411
+ "url": "https://github.com/sponsors/ai"
2412
+ }
2413
+ ],
2414
+ "license": "CC-BY-4.0"
2415
+ },
2416
+ "node_modules/chalk": {
2417
+ "version": "4.1.2",
2418
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
2419
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
2420
+ "dev": true,
2421
+ "license": "MIT",
2422
+ "dependencies": {
2423
+ "ansi-styles": "^4.1.0",
2424
+ "supports-color": "^7.1.0"
2425
+ },
2426
+ "engines": {
2427
+ "node": ">=10"
2428
+ },
2429
+ "funding": {
2430
+ "url": "https://github.com/chalk/chalk?sponsor=1"
2431
+ }
2432
+ },
2433
+ "node_modules/clsx": {
2434
+ "version": "2.1.1",
2435
+ "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
2436
+ "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
2437
+ "license": "MIT",
2438
+ "engines": {
2439
+ "node": ">=6"
2440
+ }
2441
+ },
2442
+ "node_modules/color-convert": {
2443
+ "version": "2.0.1",
2444
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
2445
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
2446
+ "dev": true,
2447
+ "license": "MIT",
2448
+ "dependencies": {
2449
+ "color-name": "~1.1.4"
2450
+ },
2451
+ "engines": {
2452
+ "node": ">=7.0.0"
2453
+ }
2454
+ },
2455
+ "node_modules/color-name": {
2456
+ "version": "1.1.4",
2457
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
2458
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
2459
+ "dev": true,
2460
+ "license": "MIT"
2461
+ },
2462
+ "node_modules/combined-stream": {
2463
+ "version": "1.0.8",
2464
+ "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
2465
+ "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
2466
+ "license": "MIT",
2467
+ "dependencies": {
2468
+ "delayed-stream": "~1.0.0"
2469
+ },
2470
+ "engines": {
2471
+ "node": ">= 0.8"
2472
+ }
2473
+ },
2474
+ "node_modules/compute-scroll-into-view": {
2475
+ "version": "3.1.1",
2476
+ "resolved": "https://registry.npmjs.org/compute-scroll-into-view/-/compute-scroll-into-view-3.1.1.tgz",
2477
+ "integrity": "sha512-VRhuHOLoKYOy4UbilLbUzbYg93XLjv2PncJC50EuTWPA3gaja1UjBsUP/D/9/juV3vQFr6XBEzn9KCAHdUvOHw==",
2478
+ "license": "MIT"
2479
+ },
2480
+ "node_modules/concat-map": {
2481
+ "version": "0.0.1",
2482
+ "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
2483
+ "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
2484
+ "dev": true,
2485
+ "license": "MIT"
2486
+ },
2487
+ "node_modules/convert-source-map": {
2488
+ "version": "2.0.0",
2489
+ "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
2490
+ "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
2491
+ "dev": true,
2492
+ "license": "MIT"
2493
+ },
2494
+ "node_modules/cookie": {
2495
+ "version": "1.1.1",
2496
+ "resolved": "https://registry.npmjs.org/cookie/-/cookie-1.1.1.tgz",
2497
+ "integrity": "sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==",
2498
+ "license": "MIT",
2499
+ "engines": {
2500
+ "node": ">=18"
2501
+ },
2502
+ "funding": {
2503
+ "type": "opencollective",
2504
+ "url": "https://opencollective.com/express"
2505
+ }
2506
+ },
2507
+ "node_modules/copy-anything": {
2508
+ "version": "3.0.5",
2509
+ "resolved": "https://registry.npmjs.org/copy-anything/-/copy-anything-3.0.5.tgz",
2510
+ "integrity": "sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==",
2511
+ "dev": true,
2512
+ "license": "MIT",
2513
+ "dependencies": {
2514
+ "is-what": "^4.1.8"
2515
+ },
2516
+ "engines": {
2517
+ "node": ">=12.13"
2518
+ },
2519
+ "funding": {
2520
+ "url": "https://github.com/sponsors/mesqueeb"
2521
+ }
2522
+ },
2523
+ "node_modules/cross-spawn": {
2524
+ "version": "7.0.6",
2525
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
2526
+ "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
2527
+ "dev": true,
2528
+ "license": "MIT",
2529
+ "dependencies": {
2530
+ "path-key": "^3.1.0",
2531
+ "shebang-command": "^2.0.0",
2532
+ "which": "^2.0.1"
2533
+ },
2534
+ "engines": {
2535
+ "node": ">= 8"
2536
+ }
2537
+ },
2538
+ "node_modules/csstype": {
2539
+ "version": "3.2.3",
2540
+ "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
2541
+ "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
2542
+ "license": "MIT"
2543
+ },
2544
+ "node_modules/dayjs": {
2545
+ "version": "1.11.20",
2546
+ "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.20.tgz",
2547
+ "integrity": "sha512-YbwwqR/uYpeoP4pu043q+LTDLFBLApUP6VxRihdfNTqu4ubqMlGDLd6ErXhEgsyvY0K6nCs7nggYumAN+9uEuQ==",
2548
+ "license": "MIT"
2549
+ },
2550
+ "node_modules/debug": {
2551
+ "version": "4.4.3",
2552
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
2553
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
2554
+ "dev": true,
2555
+ "license": "MIT",
2556
+ "dependencies": {
2557
+ "ms": "^2.1.3"
2558
+ },
2559
+ "engines": {
2560
+ "node": ">=6.0"
2561
+ },
2562
+ "peerDependenciesMeta": {
2563
+ "supports-color": {
2564
+ "optional": true
2565
+ }
2566
+ }
2567
+ },
2568
+ "node_modules/deep-is": {
2569
+ "version": "0.1.4",
2570
+ "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
2571
+ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
2572
+ "dev": true,
2573
+ "license": "MIT"
2574
+ },
2575
+ "node_modules/delayed-stream": {
2576
+ "version": "1.0.0",
2577
+ "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
2578
+ "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
2579
+ "license": "MIT",
2580
+ "engines": {
2581
+ "node": ">=0.4.0"
2582
+ }
2583
+ },
2584
+ "node_modules/detect-libc": {
2585
+ "version": "2.1.2",
2586
+ "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
2587
+ "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
2588
+ "dev": true,
2589
+ "license": "Apache-2.0",
2590
+ "engines": {
2591
+ "node": ">=8"
2592
+ }
2593
+ },
2594
+ "node_modules/dunder-proto": {
2595
+ "version": "1.0.1",
2596
+ "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
2597
+ "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
2598
+ "license": "MIT",
2599
+ "dependencies": {
2600
+ "call-bind-apply-helpers": "^1.0.1",
2601
+ "es-errors": "^1.3.0",
2602
+ "gopd": "^1.2.0"
2603
+ },
2604
+ "engines": {
2605
+ "node": ">= 0.4"
2606
+ }
2607
+ },
2608
+ "node_modules/echarts": {
2609
+ "version": "6.0.0",
2610
+ "resolved": "https://registry.npmjs.org/echarts/-/echarts-6.0.0.tgz",
2611
+ "integrity": "sha512-Tte/grDQRiETQP4xz3iZWSvoHrkCQtwqd6hs+mifXcjrCuo2iKWbajFObuLJVBlDIJlOzgQPd1hsaKt/3+OMkQ==",
2612
+ "license": "Apache-2.0",
2613
+ "dependencies": {
2614
+ "tslib": "2.3.0",
2615
+ "zrender": "6.0.0"
2616
+ }
2617
+ },
2618
+ "node_modules/echarts-for-react": {
2619
+ "version": "3.0.6",
2620
+ "resolved": "https://registry.npmjs.org/echarts-for-react/-/echarts-for-react-3.0.6.tgz",
2621
+ "integrity": "sha512-4zqLgTGWS3JvkQDXjzkR1k1CHRdpd6by0988TWMJgnvDytegWLbeP/VNZmMa+0VJx2eD7Y632bi2JquXDgiGJg==",
2622
+ "license": "MIT",
2623
+ "dependencies": {
2624
+ "fast-deep-equal": "^3.1.3",
2625
+ "size-sensor": "^1.0.1"
2626
+ },
2627
+ "peerDependencies": {
2628
+ "echarts": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0",
2629
+ "react": "^15.0.0 || >=16.0.0"
2630
+ }
2631
+ },
2632
+ "node_modules/echarts/node_modules/tslib": {
2633
+ "version": "2.3.0",
2634
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz",
2635
+ "integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==",
2636
+ "license": "0BSD"
2637
+ },
2638
+ "node_modules/electron-to-chromium": {
2639
+ "version": "1.5.313",
2640
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.313.tgz",
2641
+ "integrity": "sha512-QBMrTWEf00GXZmJyx2lbYD45jpI3TUFnNIzJ5BBc8piGUDwMPa1GV6HJWTZVvY/eiN3fSopl7NRbgGp9sZ9LTA==",
2642
+ "dev": true,
2643
+ "license": "ISC"
2644
+ },
2645
+ "node_modules/errno": {
2646
+ "version": "0.1.8",
2647
+ "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.8.tgz",
2648
+ "integrity": "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==",
2649
+ "dev": true,
2650
+ "license": "MIT",
2651
+ "optional": true,
2652
+ "dependencies": {
2653
+ "prr": "~1.0.1"
2654
+ },
2655
+ "bin": {
2656
+ "errno": "cli.js"
2657
+ }
2658
+ },
2659
+ "node_modules/es-define-property": {
2660
+ "version": "1.0.1",
2661
+ "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
2662
+ "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
2663
+ "license": "MIT",
2664
+ "engines": {
2665
+ "node": ">= 0.4"
2666
+ }
2667
+ },
2668
+ "node_modules/es-errors": {
2669
+ "version": "1.3.0",
2670
+ "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
2671
+ "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
2672
+ "license": "MIT",
2673
+ "engines": {
2674
+ "node": ">= 0.4"
2675
+ }
2676
+ },
2677
+ "node_modules/es-object-atoms": {
2678
+ "version": "1.1.1",
2679
+ "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
2680
+ "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
2681
+ "license": "MIT",
2682
+ "dependencies": {
2683
+ "es-errors": "^1.3.0"
2684
+ },
2685
+ "engines": {
2686
+ "node": ">= 0.4"
2687
+ }
2688
+ },
2689
+ "node_modules/es-set-tostringtag": {
2690
+ "version": "2.1.0",
2691
+ "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
2692
+ "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
2693
+ "license": "MIT",
2694
+ "dependencies": {
2695
+ "es-errors": "^1.3.0",
2696
+ "get-intrinsic": "^1.2.6",
2697
+ "has-tostringtag": "^1.0.2",
2698
+ "hasown": "^2.0.2"
2699
+ },
2700
+ "engines": {
2701
+ "node": ">= 0.4"
2702
+ }
2703
+ },
2704
+ "node_modules/escalade": {
2705
+ "version": "3.2.0",
2706
+ "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
2707
+ "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
2708
+ "dev": true,
2709
+ "license": "MIT",
2710
+ "engines": {
2711
+ "node": ">=6"
2712
+ }
2713
+ },
2714
+ "node_modules/escape-string-regexp": {
2715
+ "version": "4.0.0",
2716
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
2717
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
2718
+ "dev": true,
2719
+ "license": "MIT",
2720
+ "engines": {
2721
+ "node": ">=10"
2722
+ },
2723
+ "funding": {
2724
+ "url": "https://github.com/sponsors/sindresorhus"
2725
+ }
2726
+ },
2727
+ "node_modules/eslint": {
2728
+ "version": "9.39.4",
2729
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.4.tgz",
2730
+ "integrity": "sha512-XoMjdBOwe/esVgEvLmNsD3IRHkm7fbKIUGvrleloJXUZgDHig2IPWNniv+GwjyJXzuNqVjlr5+4yVUZjycJwfQ==",
2731
+ "dev": true,
2732
+ "license": "MIT",
2733
+ "dependencies": {
2734
+ "@eslint-community/eslint-utils": "^4.8.0",
2735
+ "@eslint-community/regexpp": "^4.12.1",
2736
+ "@eslint/config-array": "^0.21.2",
2737
+ "@eslint/config-helpers": "^0.4.2",
2738
+ "@eslint/core": "^0.17.0",
2739
+ "@eslint/eslintrc": "^3.3.5",
2740
+ "@eslint/js": "9.39.4",
2741
+ "@eslint/plugin-kit": "^0.4.1",
2742
+ "@humanfs/node": "^0.16.6",
2743
+ "@humanwhocodes/module-importer": "^1.0.1",
2744
+ "@humanwhocodes/retry": "^0.4.2",
2745
+ "@types/estree": "^1.0.6",
2746
+ "ajv": "^6.14.0",
2747
+ "chalk": "^4.0.0",
2748
+ "cross-spawn": "^7.0.6",
2749
+ "debug": "^4.3.2",
2750
+ "escape-string-regexp": "^4.0.0",
2751
+ "eslint-scope": "^8.4.0",
2752
+ "eslint-visitor-keys": "^4.2.1",
2753
+ "espree": "^10.4.0",
2754
+ "esquery": "^1.5.0",
2755
+ "esutils": "^2.0.2",
2756
+ "fast-deep-equal": "^3.1.3",
2757
+ "file-entry-cache": "^8.0.0",
2758
+ "find-up": "^5.0.0",
2759
+ "glob-parent": "^6.0.2",
2760
+ "ignore": "^5.2.0",
2761
+ "imurmurhash": "^0.1.4",
2762
+ "is-glob": "^4.0.0",
2763
+ "json-stable-stringify-without-jsonify": "^1.0.1",
2764
+ "lodash.merge": "^4.6.2",
2765
+ "minimatch": "^3.1.5",
2766
+ "natural-compare": "^1.4.0",
2767
+ "optionator": "^0.9.3"
2768
+ },
2769
+ "bin": {
2770
+ "eslint": "bin/eslint.js"
2771
+ },
2772
+ "engines": {
2773
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2774
+ },
2775
+ "funding": {
2776
+ "url": "https://eslint.org/donate"
2777
+ },
2778
+ "peerDependencies": {
2779
+ "jiti": "*"
2780
+ },
2781
+ "peerDependenciesMeta": {
2782
+ "jiti": {
2783
+ "optional": true
2784
+ }
2785
+ }
2786
+ },
2787
+ "node_modules/eslint-plugin-react-hooks": {
2788
+ "version": "7.0.1",
2789
+ "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.0.1.tgz",
2790
+ "integrity": "sha512-O0d0m04evaNzEPoSW+59Mezf8Qt0InfgGIBJnpC0h3NH/WjUAR7BIKUfysC6todmtiZ/A0oUVS8Gce0WhBrHsA==",
2791
+ "dev": true,
2792
+ "license": "MIT",
2793
+ "dependencies": {
2794
+ "@babel/core": "^7.24.4",
2795
+ "@babel/parser": "^7.24.4",
2796
+ "hermes-parser": "^0.25.1",
2797
+ "zod": "^3.25.0 || ^4.0.0",
2798
+ "zod-validation-error": "^3.5.0 || ^4.0.0"
2799
+ },
2800
+ "engines": {
2801
+ "node": ">=18"
2802
+ },
2803
+ "peerDependencies": {
2804
+ "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0"
2805
+ }
2806
+ },
2807
+ "node_modules/eslint-plugin-react-refresh": {
2808
+ "version": "0.5.2",
2809
+ "resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.5.2.tgz",
2810
+ "integrity": "sha512-hmgTH57GfzoTFjVN0yBwTggnsVUF2tcqi7RJZHqi9lIezSs4eFyAMktA68YD4r5kNw1mxyY4dmkyoFDb3FIqrA==",
2811
+ "dev": true,
2812
+ "license": "MIT",
2813
+ "peerDependencies": {
2814
+ "eslint": "^9 || ^10"
2815
+ }
2816
+ },
2817
+ "node_modules/eslint-scope": {
2818
+ "version": "8.4.0",
2819
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
2820
+ "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
2821
+ "dev": true,
2822
+ "license": "BSD-2-Clause",
2823
+ "dependencies": {
2824
+ "esrecurse": "^4.3.0",
2825
+ "estraverse": "^5.2.0"
2826
+ },
2827
+ "engines": {
2828
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2829
+ },
2830
+ "funding": {
2831
+ "url": "https://opencollective.com/eslint"
2832
+ }
2833
+ },
2834
+ "node_modules/eslint-visitor-keys": {
2835
+ "version": "4.2.1",
2836
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
2837
+ "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
2838
+ "dev": true,
2839
+ "license": "Apache-2.0",
2840
+ "engines": {
2841
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2842
+ },
2843
+ "funding": {
2844
+ "url": "https://opencollective.com/eslint"
2845
+ }
2846
+ },
2847
+ "node_modules/espree": {
2848
+ "version": "10.4.0",
2849
+ "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz",
2850
+ "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==",
2851
+ "dev": true,
2852
+ "license": "BSD-2-Clause",
2853
+ "dependencies": {
2854
+ "acorn": "^8.15.0",
2855
+ "acorn-jsx": "^5.3.2",
2856
+ "eslint-visitor-keys": "^4.2.1"
2857
+ },
2858
+ "engines": {
2859
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2860
+ },
2861
+ "funding": {
2862
+ "url": "https://opencollective.com/eslint"
2863
+ }
2864
+ },
2865
+ "node_modules/esquery": {
2866
+ "version": "1.7.0",
2867
+ "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.7.0.tgz",
2868
+ "integrity": "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==",
2869
+ "dev": true,
2870
+ "license": "BSD-3-Clause",
2871
+ "dependencies": {
2872
+ "estraverse": "^5.1.0"
2873
+ },
2874
+ "engines": {
2875
+ "node": ">=0.10"
2876
+ }
2877
+ },
2878
+ "node_modules/esrecurse": {
2879
+ "version": "4.3.0",
2880
+ "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
2881
+ "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
2882
+ "dev": true,
2883
+ "license": "BSD-2-Clause",
2884
+ "dependencies": {
2885
+ "estraverse": "^5.2.0"
2886
+ },
2887
+ "engines": {
2888
+ "node": ">=4.0"
2889
+ }
2890
+ },
2891
+ "node_modules/estraverse": {
2892
+ "version": "5.3.0",
2893
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
2894
+ "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
2895
+ "dev": true,
2896
+ "license": "BSD-2-Clause",
2897
+ "engines": {
2898
+ "node": ">=4.0"
2899
+ }
2900
+ },
2901
+ "node_modules/esutils": {
2902
+ "version": "2.0.3",
2903
+ "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
2904
+ "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
2905
+ "dev": true,
2906
+ "license": "BSD-2-Clause",
2907
+ "engines": {
2908
+ "node": ">=0.10.0"
2909
+ }
2910
+ },
2911
+ "node_modules/fast-deep-equal": {
2912
+ "version": "3.1.3",
2913
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
2914
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
2915
+ "license": "MIT"
2916
+ },
2917
+ "node_modules/fast-json-stable-stringify": {
2918
+ "version": "2.1.0",
2919
+ "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
2920
+ "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
2921
+ "dev": true,
2922
+ "license": "MIT"
2923
+ },
2924
+ "node_modules/fast-levenshtein": {
2925
+ "version": "2.0.6",
2926
+ "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
2927
+ "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
2928
+ "dev": true,
2929
+ "license": "MIT"
2930
+ },
2931
+ "node_modules/fdir": {
2932
+ "version": "6.5.0",
2933
+ "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
2934
+ "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
2935
+ "dev": true,
2936
+ "license": "MIT",
2937
+ "engines": {
2938
+ "node": ">=12.0.0"
2939
+ },
2940
+ "peerDependencies": {
2941
+ "picomatch": "^3 || ^4"
2942
+ },
2943
+ "peerDependenciesMeta": {
2944
+ "picomatch": {
2945
+ "optional": true
2946
+ }
2947
+ }
2948
+ },
2949
+ "node_modules/file-entry-cache": {
2950
+ "version": "8.0.0",
2951
+ "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
2952
+ "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
2953
+ "dev": true,
2954
+ "license": "MIT",
2955
+ "dependencies": {
2956
+ "flat-cache": "^4.0.0"
2957
+ },
2958
+ "engines": {
2959
+ "node": ">=16.0.0"
2960
+ }
2961
+ },
2962
+ "node_modules/find-up": {
2963
+ "version": "5.0.0",
2964
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
2965
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
2966
+ "dev": true,
2967
+ "license": "MIT",
2968
+ "dependencies": {
2969
+ "locate-path": "^6.0.0",
2970
+ "path-exists": "^4.0.0"
2971
+ },
2972
+ "engines": {
2973
+ "node": ">=10"
2974
+ },
2975
+ "funding": {
2976
+ "url": "https://github.com/sponsors/sindresorhus"
2977
+ }
2978
+ },
2979
+ "node_modules/flat-cache": {
2980
+ "version": "4.0.1",
2981
+ "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
2982
+ "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
2983
+ "dev": true,
2984
+ "license": "MIT",
2985
+ "dependencies": {
2986
+ "flatted": "^3.2.9",
2987
+ "keyv": "^4.5.4"
2988
+ },
2989
+ "engines": {
2990
+ "node": ">=16"
2991
+ }
2992
+ },
2993
+ "node_modules/flatted": {
2994
+ "version": "3.4.1",
2995
+ "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.1.tgz",
2996
+ "integrity": "sha512-IxfVbRFVlV8V/yRaGzk0UVIcsKKHMSfYw66T/u4nTwlWteQePsxe//LjudR1AMX4tZW3WFCh3Zqa/sjlqpbURQ==",
2997
+ "dev": true,
2998
+ "license": "ISC"
2999
+ },
3000
+ "node_modules/follow-redirects": {
3001
+ "version": "1.15.11",
3002
+ "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz",
3003
+ "integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==",
3004
+ "funding": [
3005
+ {
3006
+ "type": "individual",
3007
+ "url": "https://github.com/sponsors/RubenVerborgh"
3008
+ }
3009
+ ],
3010
+ "license": "MIT",
3011
+ "engines": {
3012
+ "node": ">=4.0"
3013
+ },
3014
+ "peerDependenciesMeta": {
3015
+ "debug": {
3016
+ "optional": true
3017
+ }
3018
+ }
3019
+ },
3020
+ "node_modules/form-data": {
3021
+ "version": "4.0.5",
3022
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz",
3023
+ "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
3024
+ "license": "MIT",
3025
+ "dependencies": {
3026
+ "asynckit": "^0.4.0",
3027
+ "combined-stream": "^1.0.8",
3028
+ "es-set-tostringtag": "^2.1.0",
3029
+ "hasown": "^2.0.2",
3030
+ "mime-types": "^2.1.12"
3031
+ },
3032
+ "engines": {
3033
+ "node": ">= 6"
3034
+ }
3035
+ },
3036
+ "node_modules/fsevents": {
3037
+ "version": "2.3.3",
3038
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
3039
+ "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
3040
+ "dev": true,
3041
+ "hasInstallScript": true,
3042
+ "license": "MIT",
3043
+ "optional": true,
3044
+ "os": [
3045
+ "darwin"
3046
+ ],
3047
+ "engines": {
3048
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
3049
+ }
3050
+ },
3051
+ "node_modules/function-bind": {
3052
+ "version": "1.1.2",
3053
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
3054
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
3055
+ "license": "MIT",
3056
+ "funding": {
3057
+ "url": "https://github.com/sponsors/ljharb"
3058
+ }
3059
+ },
3060
+ "node_modules/gensync": {
3061
+ "version": "1.0.0-beta.2",
3062
+ "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
3063
+ "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
3064
+ "dev": true,
3065
+ "license": "MIT",
3066
+ "engines": {
3067
+ "node": ">=6.9.0"
3068
+ }
3069
+ },
3070
+ "node_modules/get-intrinsic": {
3071
+ "version": "1.3.0",
3072
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
3073
+ "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
3074
+ "license": "MIT",
3075
+ "dependencies": {
3076
+ "call-bind-apply-helpers": "^1.0.2",
3077
+ "es-define-property": "^1.0.1",
3078
+ "es-errors": "^1.3.0",
3079
+ "es-object-atoms": "^1.1.1",
3080
+ "function-bind": "^1.1.2",
3081
+ "get-proto": "^1.0.1",
3082
+ "gopd": "^1.2.0",
3083
+ "has-symbols": "^1.1.0",
3084
+ "hasown": "^2.0.2",
3085
+ "math-intrinsics": "^1.1.0"
3086
+ },
3087
+ "engines": {
3088
+ "node": ">= 0.4"
3089
+ },
3090
+ "funding": {
3091
+ "url": "https://github.com/sponsors/ljharb"
3092
+ }
3093
+ },
3094
+ "node_modules/get-proto": {
3095
+ "version": "1.0.1",
3096
+ "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
3097
+ "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
3098
+ "license": "MIT",
3099
+ "dependencies": {
3100
+ "dunder-proto": "^1.0.1",
3101
+ "es-object-atoms": "^1.0.0"
3102
+ },
3103
+ "engines": {
3104
+ "node": ">= 0.4"
3105
+ }
3106
+ },
3107
+ "node_modules/glob-parent": {
3108
+ "version": "6.0.2",
3109
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
3110
+ "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
3111
+ "dev": true,
3112
+ "license": "ISC",
3113
+ "dependencies": {
3114
+ "is-glob": "^4.0.3"
3115
+ },
3116
+ "engines": {
3117
+ "node": ">=10.13.0"
3118
+ }
3119
+ },
3120
+ "node_modules/globals": {
3121
+ "version": "17.4.0",
3122
+ "resolved": "https://registry.npmjs.org/globals/-/globals-17.4.0.tgz",
3123
+ "integrity": "sha512-hjrNztw/VajQwOLsMNT1cbJiH2muO3OROCHnbehc8eY5JyD2gqz4AcMHPqgaOR59DjgUjYAYLeH699g/eWi2jw==",
3124
+ "dev": true,
3125
+ "license": "MIT",
3126
+ "engines": {
3127
+ "node": ">=18"
3128
+ },
3129
+ "funding": {
3130
+ "url": "https://github.com/sponsors/sindresorhus"
3131
+ }
3132
+ },
3133
+ "node_modules/gopd": {
3134
+ "version": "1.2.0",
3135
+ "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
3136
+ "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
3137
+ "license": "MIT",
3138
+ "engines": {
3139
+ "node": ">= 0.4"
3140
+ },
3141
+ "funding": {
3142
+ "url": "https://github.com/sponsors/ljharb"
3143
+ }
3144
+ },
3145
+ "node_modules/graceful-fs": {
3146
+ "version": "4.2.11",
3147
+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
3148
+ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
3149
+ "dev": true,
3150
+ "license": "ISC",
3151
+ "optional": true
3152
+ },
3153
+ "node_modules/has-flag": {
3154
+ "version": "4.0.0",
3155
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
3156
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
3157
+ "dev": true,
3158
+ "license": "MIT",
3159
+ "engines": {
3160
+ "node": ">=8"
3161
+ }
3162
+ },
3163
+ "node_modules/has-symbols": {
3164
+ "version": "1.1.0",
3165
+ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
3166
+ "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
3167
+ "license": "MIT",
3168
+ "engines": {
3169
+ "node": ">= 0.4"
3170
+ },
3171
+ "funding": {
3172
+ "url": "https://github.com/sponsors/ljharb"
3173
+ }
3174
+ },
3175
+ "node_modules/has-tostringtag": {
3176
+ "version": "1.0.2",
3177
+ "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
3178
+ "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
3179
+ "license": "MIT",
3180
+ "dependencies": {
3181
+ "has-symbols": "^1.0.3"
3182
+ },
3183
+ "engines": {
3184
+ "node": ">= 0.4"
3185
+ },
3186
+ "funding": {
3187
+ "url": "https://github.com/sponsors/ljharb"
3188
+ }
3189
+ },
3190
+ "node_modules/hasown": {
3191
+ "version": "2.0.2",
3192
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
3193
+ "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
3194
+ "license": "MIT",
3195
+ "dependencies": {
3196
+ "function-bind": "^1.1.2"
3197
+ },
3198
+ "engines": {
3199
+ "node": ">= 0.4"
3200
+ }
3201
+ },
3202
+ "node_modules/hermes-estree": {
3203
+ "version": "0.25.1",
3204
+ "resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.25.1.tgz",
3205
+ "integrity": "sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==",
3206
+ "dev": true,
3207
+ "license": "MIT"
3208
+ },
3209
+ "node_modules/hermes-parser": {
3210
+ "version": "0.25.1",
3211
+ "resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.25.1.tgz",
3212
+ "integrity": "sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==",
3213
+ "dev": true,
3214
+ "license": "MIT",
3215
+ "dependencies": {
3216
+ "hermes-estree": "0.25.1"
3217
+ }
3218
+ },
3219
+ "node_modules/iconv-lite": {
3220
+ "version": "0.6.3",
3221
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
3222
+ "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
3223
+ "dev": true,
3224
+ "license": "MIT",
3225
+ "optional": true,
3226
+ "dependencies": {
3227
+ "safer-buffer": ">= 2.1.2 < 3.0.0"
3228
+ },
3229
+ "engines": {
3230
+ "node": ">=0.10.0"
3231
+ }
3232
+ },
3233
+ "node_modules/ignore": {
3234
+ "version": "5.3.2",
3235
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
3236
+ "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
3237
+ "dev": true,
3238
+ "license": "MIT",
3239
+ "engines": {
3240
+ "node": ">= 4"
3241
+ }
3242
+ },
3243
+ "node_modules/image-size": {
3244
+ "version": "0.5.5",
3245
+ "resolved": "https://registry.npmjs.org/image-size/-/image-size-0.5.5.tgz",
3246
+ "integrity": "sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==",
3247
+ "dev": true,
3248
+ "license": "MIT",
3249
+ "optional": true,
3250
+ "bin": {
3251
+ "image-size": "bin/image-size.js"
3252
+ },
3253
+ "engines": {
3254
+ "node": ">=0.10.0"
3255
+ }
3256
+ },
3257
+ "node_modules/import-fresh": {
3258
+ "version": "3.3.1",
3259
+ "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz",
3260
+ "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
3261
+ "dev": true,
3262
+ "license": "MIT",
3263
+ "dependencies": {
3264
+ "parent-module": "^1.0.0",
3265
+ "resolve-from": "^4.0.0"
3266
+ },
3267
+ "engines": {
3268
+ "node": ">=6"
3269
+ },
3270
+ "funding": {
3271
+ "url": "https://github.com/sponsors/sindresorhus"
3272
+ }
3273
+ },
3274
+ "node_modules/imurmurhash": {
3275
+ "version": "0.1.4",
3276
+ "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
3277
+ "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
3278
+ "dev": true,
3279
+ "license": "MIT",
3280
+ "engines": {
3281
+ "node": ">=0.8.19"
3282
+ }
3283
+ },
3284
+ "node_modules/is-extglob": {
3285
+ "version": "2.1.1",
3286
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
3287
+ "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
3288
+ "dev": true,
3289
+ "license": "MIT",
3290
+ "engines": {
3291
+ "node": ">=0.10.0"
3292
+ }
3293
+ },
3294
+ "node_modules/is-glob": {
3295
+ "version": "4.0.3",
3296
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
3297
+ "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
3298
+ "dev": true,
3299
+ "license": "MIT",
3300
+ "dependencies": {
3301
+ "is-extglob": "^2.1.1"
3302
+ },
3303
+ "engines": {
3304
+ "node": ">=0.10.0"
3305
+ }
3306
+ },
3307
+ "node_modules/is-mobile": {
3308
+ "version": "5.0.0",
3309
+ "resolved": "https://registry.npmjs.org/is-mobile/-/is-mobile-5.0.0.tgz",
3310
+ "integrity": "sha512-Tz/yndySvLAEXh+Uk8liFCxOwVH6YutuR74utvOcu7I9Di+DwM0mtdPVZNaVvvBUM2OXxne/NhOs1zAO7riusQ==",
3311
+ "license": "MIT"
3312
+ },
3313
+ "node_modules/is-what": {
3314
+ "version": "4.1.16",
3315
+ "resolved": "https://registry.npmjs.org/is-what/-/is-what-4.1.16.tgz",
3316
+ "integrity": "sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==",
3317
+ "dev": true,
3318
+ "license": "MIT",
3319
+ "engines": {
3320
+ "node": ">=12.13"
3321
+ },
3322
+ "funding": {
3323
+ "url": "https://github.com/sponsors/mesqueeb"
3324
+ }
3325
+ },
3326
+ "node_modules/isexe": {
3327
+ "version": "2.0.0",
3328
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
3329
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
3330
+ "dev": true,
3331
+ "license": "ISC"
3332
+ },
3333
+ "node_modules/js-tokens": {
3334
+ "version": "4.0.0",
3335
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
3336
+ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
3337
+ "dev": true,
3338
+ "license": "MIT"
3339
+ },
3340
+ "node_modules/js-yaml": {
3341
+ "version": "4.1.1",
3342
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
3343
+ "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
3344
+ "dev": true,
3345
+ "license": "MIT",
3346
+ "dependencies": {
3347
+ "argparse": "^2.0.1"
3348
+ },
3349
+ "bin": {
3350
+ "js-yaml": "bin/js-yaml.js"
3351
+ }
3352
+ },
3353
+ "node_modules/jsesc": {
3354
+ "version": "3.1.0",
3355
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
3356
+ "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
3357
+ "dev": true,
3358
+ "license": "MIT",
3359
+ "bin": {
3360
+ "jsesc": "bin/jsesc"
3361
+ },
3362
+ "engines": {
3363
+ "node": ">=6"
3364
+ }
3365
+ },
3366
+ "node_modules/json-buffer": {
3367
+ "version": "3.0.1",
3368
+ "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
3369
+ "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
3370
+ "dev": true,
3371
+ "license": "MIT"
3372
+ },
3373
+ "node_modules/json-schema-traverse": {
3374
+ "version": "0.4.1",
3375
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
3376
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
3377
+ "dev": true,
3378
+ "license": "MIT"
3379
+ },
3380
+ "node_modules/json-stable-stringify-without-jsonify": {
3381
+ "version": "1.0.1",
3382
+ "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
3383
+ "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
3384
+ "dev": true,
3385
+ "license": "MIT"
3386
+ },
3387
+ "node_modules/json2mq": {
3388
+ "version": "0.2.0",
3389
+ "resolved": "https://registry.npmjs.org/json2mq/-/json2mq-0.2.0.tgz",
3390
+ "integrity": "sha512-SzoRg7ux5DWTII9J2qkrZrqV1gt+rTaoufMxEzXbS26Uid0NwaJd123HcoB80TgubEppxxIGdNxCx50fEoEWQA==",
3391
+ "license": "MIT",
3392
+ "dependencies": {
3393
+ "string-convert": "^0.2.0"
3394
+ }
3395
+ },
3396
+ "node_modules/json5": {
3397
+ "version": "2.2.3",
3398
+ "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
3399
+ "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
3400
+ "dev": true,
3401
+ "license": "MIT",
3402
+ "bin": {
3403
+ "json5": "lib/cli.js"
3404
+ },
3405
+ "engines": {
3406
+ "node": ">=6"
3407
+ }
3408
+ },
3409
+ "node_modules/keyv": {
3410
+ "version": "4.5.4",
3411
+ "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
3412
+ "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
3413
+ "dev": true,
3414
+ "license": "MIT",
3415
+ "dependencies": {
3416
+ "json-buffer": "3.0.1"
3417
+ }
3418
+ },
3419
+ "node_modules/less": {
3420
+ "version": "4.6.4",
3421
+ "resolved": "https://registry.npmjs.org/less/-/less-4.6.4.tgz",
3422
+ "integrity": "sha512-OJmO5+HxZLLw0RLzkqaNHzcgEAQG7C0y3aMbwtCzIUFZsLMNNq/1IdAdHEycQ58CwUO3jPTHmoN+tE5I7FQxNg==",
3423
+ "dev": true,
3424
+ "license": "Apache-2.0",
3425
+ "dependencies": {
3426
+ "copy-anything": "^3.0.5",
3427
+ "parse-node-version": "^1.0.1"
3428
+ },
3429
+ "bin": {
3430
+ "lessc": "bin/lessc"
3431
+ },
3432
+ "engines": {
3433
+ "node": ">=18"
3434
+ },
3435
+ "optionalDependencies": {
3436
+ "errno": "^0.1.1",
3437
+ "graceful-fs": "^4.1.2",
3438
+ "image-size": "~0.5.0",
3439
+ "make-dir": "^2.1.0",
3440
+ "mime": "^1.4.1",
3441
+ "needle": "^3.1.0",
3442
+ "source-map": "~0.6.0"
3443
+ }
3444
+ },
3445
+ "node_modules/levn": {
3446
+ "version": "0.4.1",
3447
+ "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
3448
+ "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
3449
+ "dev": true,
3450
+ "license": "MIT",
3451
+ "dependencies": {
3452
+ "prelude-ls": "^1.2.1",
3453
+ "type-check": "~0.4.0"
3454
+ },
3455
+ "engines": {
3456
+ "node": ">= 0.8.0"
3457
+ }
3458
+ },
3459
+ "node_modules/lightningcss": {
3460
+ "version": "1.32.0",
3461
+ "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz",
3462
+ "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
3463
+ "dev": true,
3464
+ "license": "MPL-2.0",
3465
+ "dependencies": {
3466
+ "detect-libc": "^2.0.3"
3467
+ },
3468
+ "engines": {
3469
+ "node": ">= 12.0.0"
3470
+ },
3471
+ "funding": {
3472
+ "type": "opencollective",
3473
+ "url": "https://opencollective.com/parcel"
3474
+ },
3475
+ "optionalDependencies": {
3476
+ "lightningcss-android-arm64": "1.32.0",
3477
+ "lightningcss-darwin-arm64": "1.32.0",
3478
+ "lightningcss-darwin-x64": "1.32.0",
3479
+ "lightningcss-freebsd-x64": "1.32.0",
3480
+ "lightningcss-linux-arm-gnueabihf": "1.32.0",
3481
+ "lightningcss-linux-arm64-gnu": "1.32.0",
3482
+ "lightningcss-linux-arm64-musl": "1.32.0",
3483
+ "lightningcss-linux-x64-gnu": "1.32.0",
3484
+ "lightningcss-linux-x64-musl": "1.32.0",
3485
+ "lightningcss-win32-arm64-msvc": "1.32.0",
3486
+ "lightningcss-win32-x64-msvc": "1.32.0"
3487
+ }
3488
+ },
3489
+ "node_modules/lightningcss-android-arm64": {
3490
+ "version": "1.32.0",
3491
+ "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz",
3492
+ "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",
3493
+ "cpu": [
3494
+ "arm64"
3495
+ ],
3496
+ "dev": true,
3497
+ "license": "MPL-2.0",
3498
+ "optional": true,
3499
+ "os": [
3500
+ "android"
3501
+ ],
3502
+ "engines": {
3503
+ "node": ">= 12.0.0"
3504
+ },
3505
+ "funding": {
3506
+ "type": "opencollective",
3507
+ "url": "https://opencollective.com/parcel"
3508
+ }
3509
+ },
3510
+ "node_modules/lightningcss-darwin-arm64": {
3511
+ "version": "1.32.0",
3512
+ "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz",
3513
+ "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
3514
+ "cpu": [
3515
+ "arm64"
3516
+ ],
3517
+ "dev": true,
3518
+ "license": "MPL-2.0",
3519
+ "optional": true,
3520
+ "os": [
3521
+ "darwin"
3522
+ ],
3523
+ "engines": {
3524
+ "node": ">= 12.0.0"
3525
+ },
3526
+ "funding": {
3527
+ "type": "opencollective",
3528
+ "url": "https://opencollective.com/parcel"
3529
+ }
3530
+ },
3531
+ "node_modules/lightningcss-darwin-x64": {
3532
+ "version": "1.32.0",
3533
+ "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz",
3534
+ "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",
3535
+ "cpu": [
3536
+ "x64"
3537
+ ],
3538
+ "dev": true,
3539
+ "license": "MPL-2.0",
3540
+ "optional": true,
3541
+ "os": [
3542
+ "darwin"
3543
+ ],
3544
+ "engines": {
3545
+ "node": ">= 12.0.0"
3546
+ },
3547
+ "funding": {
3548
+ "type": "opencollective",
3549
+ "url": "https://opencollective.com/parcel"
3550
+ }
3551
+ },
3552
+ "node_modules/lightningcss-freebsd-x64": {
3553
+ "version": "1.32.0",
3554
+ "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz",
3555
+ "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",
3556
+ "cpu": [
3557
+ "x64"
3558
+ ],
3559
+ "dev": true,
3560
+ "license": "MPL-2.0",
3561
+ "optional": true,
3562
+ "os": [
3563
+ "freebsd"
3564
+ ],
3565
+ "engines": {
3566
+ "node": ">= 12.0.0"
3567
+ },
3568
+ "funding": {
3569
+ "type": "opencollective",
3570
+ "url": "https://opencollective.com/parcel"
3571
+ }
3572
+ },
3573
+ "node_modules/lightningcss-linux-arm-gnueabihf": {
3574
+ "version": "1.32.0",
3575
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz",
3576
+ "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",
3577
+ "cpu": [
3578
+ "arm"
3579
+ ],
3580
+ "dev": true,
3581
+ "license": "MPL-2.0",
3582
+ "optional": true,
3583
+ "os": [
3584
+ "linux"
3585
+ ],
3586
+ "engines": {
3587
+ "node": ">= 12.0.0"
3588
+ },
3589
+ "funding": {
3590
+ "type": "opencollective",
3591
+ "url": "https://opencollective.com/parcel"
3592
+ }
3593
+ },
3594
+ "node_modules/lightningcss-linux-arm64-gnu": {
3595
+ "version": "1.32.0",
3596
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz",
3597
+ "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",
3598
+ "cpu": [
3599
+ "arm64"
3600
+ ],
3601
+ "dev": true,
3602
+ "license": "MPL-2.0",
3603
+ "optional": true,
3604
+ "os": [
3605
+ "linux"
3606
+ ],
3607
+ "engines": {
3608
+ "node": ">= 12.0.0"
3609
+ },
3610
+ "funding": {
3611
+ "type": "opencollective",
3612
+ "url": "https://opencollective.com/parcel"
3613
+ }
3614
+ },
3615
+ "node_modules/lightningcss-linux-arm64-musl": {
3616
+ "version": "1.32.0",
3617
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz",
3618
+ "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",
3619
+ "cpu": [
3620
+ "arm64"
3621
+ ],
3622
+ "dev": true,
3623
+ "license": "MPL-2.0",
3624
+ "optional": true,
3625
+ "os": [
3626
+ "linux"
3627
+ ],
3628
+ "engines": {
3629
+ "node": ">= 12.0.0"
3630
+ },
3631
+ "funding": {
3632
+ "type": "opencollective",
3633
+ "url": "https://opencollective.com/parcel"
3634
+ }
3635
+ },
3636
+ "node_modules/lightningcss-linux-x64-gnu": {
3637
+ "version": "1.32.0",
3638
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz",
3639
+ "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==",
3640
+ "cpu": [
3641
+ "x64"
3642
+ ],
3643
+ "dev": true,
3644
+ "license": "MPL-2.0",
3645
+ "optional": true,
3646
+ "os": [
3647
+ "linux"
3648
+ ],
3649
+ "engines": {
3650
+ "node": ">= 12.0.0"
3651
+ },
3652
+ "funding": {
3653
+ "type": "opencollective",
3654
+ "url": "https://opencollective.com/parcel"
3655
+ }
3656
+ },
3657
+ "node_modules/lightningcss-linux-x64-musl": {
3658
+ "version": "1.32.0",
3659
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz",
3660
+ "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",
3661
+ "cpu": [
3662
+ "x64"
3663
+ ],
3664
+ "dev": true,
3665
+ "license": "MPL-2.0",
3666
+ "optional": true,
3667
+ "os": [
3668
+ "linux"
3669
+ ],
3670
+ "engines": {
3671
+ "node": ">= 12.0.0"
3672
+ },
3673
+ "funding": {
3674
+ "type": "opencollective",
3675
+ "url": "https://opencollective.com/parcel"
3676
+ }
3677
+ },
3678
+ "node_modules/lightningcss-win32-arm64-msvc": {
3679
+ "version": "1.32.0",
3680
+ "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz",
3681
+ "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",
3682
+ "cpu": [
3683
+ "arm64"
3684
+ ],
3685
+ "dev": true,
3686
+ "license": "MPL-2.0",
3687
+ "optional": true,
3688
+ "os": [
3689
+ "win32"
3690
+ ],
3691
+ "engines": {
3692
+ "node": ">= 12.0.0"
3693
+ },
3694
+ "funding": {
3695
+ "type": "opencollective",
3696
+ "url": "https://opencollective.com/parcel"
3697
+ }
3698
+ },
3699
+ "node_modules/lightningcss-win32-x64-msvc": {
3700
+ "version": "1.32.0",
3701
+ "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz",
3702
+ "integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",
3703
+ "cpu": [
3704
+ "x64"
3705
+ ],
3706
+ "dev": true,
3707
+ "license": "MPL-2.0",
3708
+ "optional": true,
3709
+ "os": [
3710
+ "win32"
3711
+ ],
3712
+ "engines": {
3713
+ "node": ">= 12.0.0"
3714
+ },
3715
+ "funding": {
3716
+ "type": "opencollective",
3717
+ "url": "https://opencollective.com/parcel"
3718
+ }
3719
+ },
3720
+ "node_modules/locate-path": {
3721
+ "version": "6.0.0",
3722
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
3723
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
3724
+ "dev": true,
3725
+ "license": "MIT",
3726
+ "dependencies": {
3727
+ "p-locate": "^5.0.0"
3728
+ },
3729
+ "engines": {
3730
+ "node": ">=10"
3731
+ },
3732
+ "funding": {
3733
+ "url": "https://github.com/sponsors/sindresorhus"
3734
+ }
3735
+ },
3736
+ "node_modules/lodash.merge": {
3737
+ "version": "4.6.2",
3738
+ "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
3739
+ "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
3740
+ "dev": true,
3741
+ "license": "MIT"
3742
+ },
3743
+ "node_modules/lru-cache": {
3744
+ "version": "5.1.1",
3745
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
3746
+ "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
3747
+ "dev": true,
3748
+ "license": "ISC",
3749
+ "dependencies": {
3750
+ "yallist": "^3.0.2"
3751
+ }
3752
+ },
3753
+ "node_modules/make-dir": {
3754
+ "version": "2.1.0",
3755
+ "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz",
3756
+ "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==",
3757
+ "dev": true,
3758
+ "license": "MIT",
3759
+ "optional": true,
3760
+ "dependencies": {
3761
+ "pify": "^4.0.1",
3762
+ "semver": "^5.6.0"
3763
+ },
3764
+ "engines": {
3765
+ "node": ">=6"
3766
+ }
3767
+ },
3768
+ "node_modules/make-dir/node_modules/semver": {
3769
+ "version": "5.7.2",
3770
+ "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz",
3771
+ "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
3772
+ "dev": true,
3773
+ "license": "ISC",
3774
+ "optional": true,
3775
+ "bin": {
3776
+ "semver": "bin/semver"
3777
+ }
3778
+ },
3779
+ "node_modules/math-intrinsics": {
3780
+ "version": "1.1.0",
3781
+ "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
3782
+ "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
3783
+ "license": "MIT",
3784
+ "engines": {
3785
+ "node": ">= 0.4"
3786
+ }
3787
+ },
3788
+ "node_modules/mime": {
3789
+ "version": "1.6.0",
3790
+ "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
3791
+ "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
3792
+ "dev": true,
3793
+ "license": "MIT",
3794
+ "optional": true,
3795
+ "bin": {
3796
+ "mime": "cli.js"
3797
+ },
3798
+ "engines": {
3799
+ "node": ">=4"
3800
+ }
3801
+ },
3802
+ "node_modules/mime-db": {
3803
+ "version": "1.52.0",
3804
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
3805
+ "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
3806
+ "license": "MIT",
3807
+ "engines": {
3808
+ "node": ">= 0.6"
3809
+ }
3810
+ },
3811
+ "node_modules/mime-types": {
3812
+ "version": "2.1.35",
3813
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
3814
+ "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
3815
+ "license": "MIT",
3816
+ "dependencies": {
3817
+ "mime-db": "1.52.0"
3818
+ },
3819
+ "engines": {
3820
+ "node": ">= 0.6"
3821
+ }
3822
+ },
3823
+ "node_modules/minimatch": {
3824
+ "version": "3.1.5",
3825
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
3826
+ "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
3827
+ "dev": true,
3828
+ "license": "ISC",
3829
+ "dependencies": {
3830
+ "brace-expansion": "^1.1.7"
3831
+ },
3832
+ "engines": {
3833
+ "node": "*"
3834
+ }
3835
+ },
3836
+ "node_modules/ms": {
3837
+ "version": "2.1.3",
3838
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
3839
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
3840
+ "dev": true,
3841
+ "license": "MIT"
3842
+ },
3843
+ "node_modules/nanoid": {
3844
+ "version": "3.3.11",
3845
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
3846
+ "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
3847
+ "dev": true,
3848
+ "funding": [
3849
+ {
3850
+ "type": "github",
3851
+ "url": "https://github.com/sponsors/ai"
3852
+ }
3853
+ ],
3854
+ "license": "MIT",
3855
+ "bin": {
3856
+ "nanoid": "bin/nanoid.cjs"
3857
+ },
3858
+ "engines": {
3859
+ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
3860
+ }
3861
+ },
3862
+ "node_modules/natural-compare": {
3863
+ "version": "1.4.0",
3864
+ "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
3865
+ "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
3866
+ "dev": true,
3867
+ "license": "MIT"
3868
+ },
3869
+ "node_modules/needle": {
3870
+ "version": "3.5.0",
3871
+ "resolved": "https://registry.npmjs.org/needle/-/needle-3.5.0.tgz",
3872
+ "integrity": "sha512-jaQyPKKk2YokHrEg+vFDYxXIHTCBgiZwSHOoVx/8V3GIBS8/VN6NdVRmg8q1ERtPkMvmOvebsgga4sAj5hls/w==",
3873
+ "dev": true,
3874
+ "license": "MIT",
3875
+ "optional": true,
3876
+ "dependencies": {
3877
+ "iconv-lite": "^0.6.3",
3878
+ "sax": "^1.2.4"
3879
+ },
3880
+ "bin": {
3881
+ "needle": "bin/needle"
3882
+ },
3883
+ "engines": {
3884
+ "node": ">= 4.4.x"
3885
+ }
3886
+ },
3887
+ "node_modules/node-releases": {
3888
+ "version": "2.0.36",
3889
+ "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.36.tgz",
3890
+ "integrity": "sha512-TdC8FSgHz8Mwtw9g5L4gR/Sh9XhSP/0DEkQxfEFXOpiul5IiHgHan2VhYYb6agDSfp4KuvltmGApc8HMgUrIkA==",
3891
+ "dev": true,
3892
+ "license": "MIT"
3893
+ },
3894
+ "node_modules/optionator": {
3895
+ "version": "0.9.4",
3896
+ "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
3897
+ "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
3898
+ "dev": true,
3899
+ "license": "MIT",
3900
+ "dependencies": {
3901
+ "deep-is": "^0.1.3",
3902
+ "fast-levenshtein": "^2.0.6",
3903
+ "levn": "^0.4.1",
3904
+ "prelude-ls": "^1.2.1",
3905
+ "type-check": "^0.4.0",
3906
+ "word-wrap": "^1.2.5"
3907
+ },
3908
+ "engines": {
3909
+ "node": ">= 0.8.0"
3910
+ }
3911
+ },
3912
+ "node_modules/p-limit": {
3913
+ "version": "3.1.0",
3914
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
3915
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
3916
+ "dev": true,
3917
+ "license": "MIT",
3918
+ "dependencies": {
3919
+ "yocto-queue": "^0.1.0"
3920
+ },
3921
+ "engines": {
3922
+ "node": ">=10"
3923
+ },
3924
+ "funding": {
3925
+ "url": "https://github.com/sponsors/sindresorhus"
3926
+ }
3927
+ },
3928
+ "node_modules/p-locate": {
3929
+ "version": "5.0.0",
3930
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
3931
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
3932
+ "dev": true,
3933
+ "license": "MIT",
3934
+ "dependencies": {
3935
+ "p-limit": "^3.0.2"
3936
+ },
3937
+ "engines": {
3938
+ "node": ">=10"
3939
+ },
3940
+ "funding": {
3941
+ "url": "https://github.com/sponsors/sindresorhus"
3942
+ }
3943
+ },
3944
+ "node_modules/parent-module": {
3945
+ "version": "1.0.1",
3946
+ "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
3947
+ "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
3948
+ "dev": true,
3949
+ "license": "MIT",
3950
+ "dependencies": {
3951
+ "callsites": "^3.0.0"
3952
+ },
3953
+ "engines": {
3954
+ "node": ">=6"
3955
+ }
3956
+ },
3957
+ "node_modules/parse-node-version": {
3958
+ "version": "1.0.1",
3959
+ "resolved": "https://registry.npmjs.org/parse-node-version/-/parse-node-version-1.0.1.tgz",
3960
+ "integrity": "sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==",
3961
+ "dev": true,
3962
+ "license": "MIT",
3963
+ "engines": {
3964
+ "node": ">= 0.10"
3965
+ }
3966
+ },
3967
+ "node_modules/path-exists": {
3968
+ "version": "4.0.0",
3969
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
3970
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
3971
+ "dev": true,
3972
+ "license": "MIT",
3973
+ "engines": {
3974
+ "node": ">=8"
3975
+ }
3976
+ },
3977
+ "node_modules/path-key": {
3978
+ "version": "3.1.1",
3979
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
3980
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
3981
+ "dev": true,
3982
+ "license": "MIT",
3983
+ "engines": {
3984
+ "node": ">=8"
3985
+ }
3986
+ },
3987
+ "node_modules/picocolors": {
3988
+ "version": "1.1.1",
3989
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
3990
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
3991
+ "dev": true,
3992
+ "license": "ISC"
3993
+ },
3994
+ "node_modules/picomatch": {
3995
+ "version": "4.0.3",
3996
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
3997
+ "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
3998
+ "dev": true,
3999
+ "license": "MIT",
4000
+ "engines": {
4001
+ "node": ">=12"
4002
+ },
4003
+ "funding": {
4004
+ "url": "https://github.com/sponsors/jonschlinkert"
4005
+ }
4006
+ },
4007
+ "node_modules/pify": {
4008
+ "version": "4.0.1",
4009
+ "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
4010
+ "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
4011
+ "dev": true,
4012
+ "license": "MIT",
4013
+ "optional": true,
4014
+ "engines": {
4015
+ "node": ">=6"
4016
+ }
4017
+ },
4018
+ "node_modules/postcss": {
4019
+ "version": "8.5.8",
4020
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.8.tgz",
4021
+ "integrity": "sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==",
4022
+ "dev": true,
4023
+ "funding": [
4024
+ {
4025
+ "type": "opencollective",
4026
+ "url": "https://opencollective.com/postcss/"
4027
+ },
4028
+ {
4029
+ "type": "tidelift",
4030
+ "url": "https://tidelift.com/funding/github/npm/postcss"
4031
+ },
4032
+ {
4033
+ "type": "github",
4034
+ "url": "https://github.com/sponsors/ai"
4035
+ }
4036
+ ],
4037
+ "license": "MIT",
4038
+ "dependencies": {
4039
+ "nanoid": "^3.3.11",
4040
+ "picocolors": "^1.1.1",
4041
+ "source-map-js": "^1.2.1"
4042
+ },
4043
+ "engines": {
4044
+ "node": "^10 || ^12 || >=14"
4045
+ }
4046
+ },
4047
+ "node_modules/prelude-ls": {
4048
+ "version": "1.2.1",
4049
+ "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
4050
+ "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
4051
+ "dev": true,
4052
+ "license": "MIT",
4053
+ "engines": {
4054
+ "node": ">= 0.8.0"
4055
+ }
4056
+ },
4057
+ "node_modules/proxy-from-env": {
4058
+ "version": "1.1.0",
4059
+ "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
4060
+ "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
4061
+ "license": "MIT"
4062
+ },
4063
+ "node_modules/prr": {
4064
+ "version": "1.0.1",
4065
+ "resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz",
4066
+ "integrity": "sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==",
4067
+ "dev": true,
4068
+ "license": "MIT",
4069
+ "optional": true
4070
+ },
4071
+ "node_modules/punycode": {
4072
+ "version": "2.3.1",
4073
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
4074
+ "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
4075
+ "dev": true,
4076
+ "license": "MIT",
4077
+ "engines": {
4078
+ "node": ">=6"
4079
+ }
4080
+ },
4081
+ "node_modules/react": {
4082
+ "version": "19.2.4",
4083
+ "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz",
4084
+ "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==",
4085
+ "license": "MIT",
4086
+ "engines": {
4087
+ "node": ">=0.10.0"
4088
+ }
4089
+ },
4090
+ "node_modules/react-dom": {
4091
+ "version": "19.2.4",
4092
+ "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.4.tgz",
4093
+ "integrity": "sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==",
4094
+ "license": "MIT",
4095
+ "dependencies": {
4096
+ "scheduler": "^0.27.0"
4097
+ },
4098
+ "peerDependencies": {
4099
+ "react": "^19.2.4"
4100
+ }
4101
+ },
4102
+ "node_modules/react-is": {
4103
+ "version": "18.3.1",
4104
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
4105
+ "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
4106
+ "license": "MIT"
4107
+ },
4108
+ "node_modules/react-router": {
4109
+ "version": "7.13.1",
4110
+ "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.13.1.tgz",
4111
+ "integrity": "sha512-td+xP4X2/6BJvZoX6xw++A2DdEi++YypA69bJUV5oVvqf6/9/9nNlD70YO1e9d3MyamJEBQFEzk6mbfDYbqrSA==",
4112
+ "license": "MIT",
4113
+ "dependencies": {
4114
+ "cookie": "^1.0.1",
4115
+ "set-cookie-parser": "^2.6.0"
4116
+ },
4117
+ "engines": {
4118
+ "node": ">=20.0.0"
4119
+ },
4120
+ "peerDependencies": {
4121
+ "react": ">=18",
4122
+ "react-dom": ">=18"
4123
+ },
4124
+ "peerDependenciesMeta": {
4125
+ "react-dom": {
4126
+ "optional": true
4127
+ }
4128
+ }
4129
+ },
4130
+ "node_modules/react-router-dom": {
4131
+ "version": "7.13.1",
4132
+ "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.13.1.tgz",
4133
+ "integrity": "sha512-UJnV3Rxc5TgUPJt2KJpo1Jpy0OKQr0AjgbZzBFjaPJcFOb2Y8jA5H3LT8HUJAiRLlWrEXWHbF1Z4SCZaQjWDHw==",
4134
+ "license": "MIT",
4135
+ "dependencies": {
4136
+ "react-router": "7.13.1"
4137
+ },
4138
+ "engines": {
4139
+ "node": ">=20.0.0"
4140
+ },
4141
+ "peerDependencies": {
4142
+ "react": ">=18",
4143
+ "react-dom": ">=18"
4144
+ }
4145
+ },
4146
+ "node_modules/resolve-from": {
4147
+ "version": "4.0.0",
4148
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
4149
+ "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
4150
+ "dev": true,
4151
+ "license": "MIT",
4152
+ "engines": {
4153
+ "node": ">=4"
4154
+ }
4155
+ },
4156
+ "node_modules/rolldown": {
4157
+ "version": "1.0.0-rc.9",
4158
+ "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.0-rc.9.tgz",
4159
+ "integrity": "sha512-9EbgWge7ZH+yqb4d2EnELAntgPTWbfL8ajiTW+SyhJEC4qhBbkCKbqFV4Ge4zmu5ziQuVbWxb/XwLZ+RIO7E8Q==",
4160
+ "dev": true,
4161
+ "license": "MIT",
4162
+ "dependencies": {
4163
+ "@oxc-project/types": "=0.115.0",
4164
+ "@rolldown/pluginutils": "1.0.0-rc.9"
4165
+ },
4166
+ "bin": {
4167
+ "rolldown": "bin/cli.mjs"
4168
+ },
4169
+ "engines": {
4170
+ "node": "^20.19.0 || >=22.12.0"
4171
+ },
4172
+ "optionalDependencies": {
4173
+ "@rolldown/binding-android-arm64": "1.0.0-rc.9",
4174
+ "@rolldown/binding-darwin-arm64": "1.0.0-rc.9",
4175
+ "@rolldown/binding-darwin-x64": "1.0.0-rc.9",
4176
+ "@rolldown/binding-freebsd-x64": "1.0.0-rc.9",
4177
+ "@rolldown/binding-linux-arm-gnueabihf": "1.0.0-rc.9",
4178
+ "@rolldown/binding-linux-arm64-gnu": "1.0.0-rc.9",
4179
+ "@rolldown/binding-linux-arm64-musl": "1.0.0-rc.9",
4180
+ "@rolldown/binding-linux-ppc64-gnu": "1.0.0-rc.9",
4181
+ "@rolldown/binding-linux-s390x-gnu": "1.0.0-rc.9",
4182
+ "@rolldown/binding-linux-x64-gnu": "1.0.0-rc.9",
4183
+ "@rolldown/binding-linux-x64-musl": "1.0.0-rc.9",
4184
+ "@rolldown/binding-openharmony-arm64": "1.0.0-rc.9",
4185
+ "@rolldown/binding-wasm32-wasi": "1.0.0-rc.9",
4186
+ "@rolldown/binding-win32-arm64-msvc": "1.0.0-rc.9",
4187
+ "@rolldown/binding-win32-x64-msvc": "1.0.0-rc.9"
4188
+ }
4189
+ },
4190
+ "node_modules/rolldown/node_modules/@rolldown/pluginutils": {
4191
+ "version": "1.0.0-rc.9",
4192
+ "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.9.tgz",
4193
+ "integrity": "sha512-w6oiRWgEBl04QkFZgmW+jnU1EC9b57Oihi2ot3HNWIQRqgHp5PnYDia5iZ5FF7rpa4EQdiqMDXjlqKGXBhsoXw==",
4194
+ "dev": true,
4195
+ "license": "MIT"
4196
+ },
4197
+ "node_modules/safer-buffer": {
4198
+ "version": "2.1.2",
4199
+ "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
4200
+ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
4201
+ "dev": true,
4202
+ "license": "MIT",
4203
+ "optional": true
4204
+ },
4205
+ "node_modules/sax": {
4206
+ "version": "1.6.0",
4207
+ "resolved": "https://registry.npmjs.org/sax/-/sax-1.6.0.tgz",
4208
+ "integrity": "sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==",
4209
+ "dev": true,
4210
+ "license": "BlueOak-1.0.0",
4211
+ "optional": true,
4212
+ "engines": {
4213
+ "node": ">=11.0.0"
4214
+ }
4215
+ },
4216
+ "node_modules/scheduler": {
4217
+ "version": "0.27.0",
4218
+ "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz",
4219
+ "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==",
4220
+ "license": "MIT"
4221
+ },
4222
+ "node_modules/scroll-into-view-if-needed": {
4223
+ "version": "3.1.0",
4224
+ "resolved": "https://registry.npmjs.org/scroll-into-view-if-needed/-/scroll-into-view-if-needed-3.1.0.tgz",
4225
+ "integrity": "sha512-49oNpRjWRvnU8NyGVmUaYG4jtTkNonFZI86MmGRDqBphEK2EXT9gdEUoQPZhuBM8yWHxCWbobltqYO5M4XrUvQ==",
4226
+ "license": "MIT",
4227
+ "dependencies": {
4228
+ "compute-scroll-into-view": "^3.0.2"
4229
+ }
4230
+ },
4231
+ "node_modules/semver": {
4232
+ "version": "6.3.1",
4233
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
4234
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
4235
+ "dev": true,
4236
+ "license": "ISC",
4237
+ "bin": {
4238
+ "semver": "bin/semver.js"
4239
+ }
4240
+ },
4241
+ "node_modules/set-cookie-parser": {
4242
+ "version": "2.7.2",
4243
+ "resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.7.2.tgz",
4244
+ "integrity": "sha512-oeM1lpU/UvhTxw+g3cIfxXHyJRc/uidd3yK1P242gzHds0udQBYzs3y8j4gCCW+ZJ7ad0yctld8RYO+bdurlvw==",
4245
+ "license": "MIT"
4246
+ },
4247
+ "node_modules/shebang-command": {
4248
+ "version": "2.0.0",
4249
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
4250
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
4251
+ "dev": true,
4252
+ "license": "MIT",
4253
+ "dependencies": {
4254
+ "shebang-regex": "^3.0.0"
4255
+ },
4256
+ "engines": {
4257
+ "node": ">=8"
4258
+ }
4259
+ },
4260
+ "node_modules/shebang-regex": {
4261
+ "version": "3.0.0",
4262
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
4263
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
4264
+ "dev": true,
4265
+ "license": "MIT",
4266
+ "engines": {
4267
+ "node": ">=8"
4268
+ }
4269
+ },
4270
+ "node_modules/size-sensor": {
4271
+ "version": "1.0.3",
4272
+ "resolved": "https://registry.npmjs.org/size-sensor/-/size-sensor-1.0.3.tgz",
4273
+ "integrity": "sha512-+k9mJ2/rQMiRmQUcjn+qznch260leIXY8r4FyYKKyRBO/s5UoeMAHGkCJyE1R/4wrIhTJONfyloY55SkE7ve3A==",
4274
+ "license": "ISC"
4275
+ },
4276
+ "node_modules/source-map": {
4277
+ "version": "0.6.1",
4278
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
4279
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
4280
+ "dev": true,
4281
+ "license": "BSD-3-Clause",
4282
+ "optional": true,
4283
+ "engines": {
4284
+ "node": ">=0.10.0"
4285
+ }
4286
+ },
4287
+ "node_modules/source-map-js": {
4288
+ "version": "1.2.1",
4289
+ "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
4290
+ "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
4291
+ "dev": true,
4292
+ "license": "BSD-3-Clause",
4293
+ "engines": {
4294
+ "node": ">=0.10.0"
4295
+ }
4296
+ },
4297
+ "node_modules/string-convert": {
4298
+ "version": "0.2.1",
4299
+ "resolved": "https://registry.npmjs.org/string-convert/-/string-convert-0.2.1.tgz",
4300
+ "integrity": "sha512-u/1tdPl4yQnPBjnVrmdLo9gtuLvELKsAoRapekWggdiQNvvvum+jYF329d84NAa660KQw7pB2n36KrIKVoXa3A==",
4301
+ "license": "MIT"
4302
+ },
4303
+ "node_modules/strip-json-comments": {
4304
+ "version": "3.1.1",
4305
+ "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
4306
+ "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
4307
+ "dev": true,
4308
+ "license": "MIT",
4309
+ "engines": {
4310
+ "node": ">=8"
4311
+ },
4312
+ "funding": {
4313
+ "url": "https://github.com/sponsors/sindresorhus"
4314
+ }
4315
+ },
4316
+ "node_modules/stylis": {
4317
+ "version": "4.3.6",
4318
+ "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.3.6.tgz",
4319
+ "integrity": "sha512-yQ3rwFWRfwNUY7H5vpU0wfdkNSnvnJinhF9830Swlaxl03zsOjCfmX0ugac+3LtK0lYSgwL/KXc8oYL3mG4YFQ==",
4320
+ "license": "MIT"
4321
+ },
4322
+ "node_modules/supports-color": {
4323
+ "version": "7.2.0",
4324
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
4325
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
4326
+ "dev": true,
4327
+ "license": "MIT",
4328
+ "dependencies": {
4329
+ "has-flag": "^4.0.0"
4330
+ },
4331
+ "engines": {
4332
+ "node": ">=8"
4333
+ }
4334
+ },
4335
+ "node_modules/throttle-debounce": {
4336
+ "version": "5.0.2",
4337
+ "resolved": "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-5.0.2.tgz",
4338
+ "integrity": "sha512-B71/4oyj61iNH0KeCamLuE2rmKuTO5byTOSVwECM5FA7TiAiAW+UqTKZ9ERueC4qvgSttUhdmq1mXC3kJqGX7A==",
4339
+ "license": "MIT",
4340
+ "engines": {
4341
+ "node": ">=12.22"
4342
+ }
4343
+ },
4344
+ "node_modules/tinyglobby": {
4345
+ "version": "0.2.15",
4346
+ "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
4347
+ "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
4348
+ "dev": true,
4349
+ "license": "MIT",
4350
+ "dependencies": {
4351
+ "fdir": "^6.5.0",
4352
+ "picomatch": "^4.0.3"
4353
+ },
4354
+ "engines": {
4355
+ "node": ">=12.0.0"
4356
+ },
4357
+ "funding": {
4358
+ "url": "https://github.com/sponsors/SuperchupuDev"
4359
+ }
4360
+ },
4361
+ "node_modules/ts-api-utils": {
4362
+ "version": "2.4.0",
4363
+ "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.4.0.tgz",
4364
+ "integrity": "sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==",
4365
+ "dev": true,
4366
+ "license": "MIT",
4367
+ "engines": {
4368
+ "node": ">=18.12"
4369
+ },
4370
+ "peerDependencies": {
4371
+ "typescript": ">=4.8.4"
4372
+ }
4373
+ },
4374
+ "node_modules/tslib": {
4375
+ "version": "2.8.1",
4376
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
4377
+ "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
4378
+ "license": "0BSD"
4379
+ },
4380
+ "node_modules/type-check": {
4381
+ "version": "0.4.0",
4382
+ "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
4383
+ "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
4384
+ "dev": true,
4385
+ "license": "MIT",
4386
+ "dependencies": {
4387
+ "prelude-ls": "^1.2.1"
4388
+ },
4389
+ "engines": {
4390
+ "node": ">= 0.8.0"
4391
+ }
4392
+ },
4393
+ "node_modules/typescript": {
4394
+ "version": "5.9.3",
4395
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
4396
+ "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
4397
+ "dev": true,
4398
+ "license": "Apache-2.0",
4399
+ "bin": {
4400
+ "tsc": "bin/tsc",
4401
+ "tsserver": "bin/tsserver"
4402
+ },
4403
+ "engines": {
4404
+ "node": ">=14.17"
4405
+ }
4406
+ },
4407
+ "node_modules/typescript-eslint": {
4408
+ "version": "8.57.1",
4409
+ "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.57.1.tgz",
4410
+ "integrity": "sha512-fLvZWf+cAGw3tqMCYzGIU6yR8K+Y9NT2z23RwOjlNFF2HwSB3KhdEFI5lSBv8tNmFkkBShSjsCjzx1vahZfISA==",
4411
+ "dev": true,
4412
+ "license": "MIT",
4413
+ "dependencies": {
4414
+ "@typescript-eslint/eslint-plugin": "8.57.1",
4415
+ "@typescript-eslint/parser": "8.57.1",
4416
+ "@typescript-eslint/typescript-estree": "8.57.1",
4417
+ "@typescript-eslint/utils": "8.57.1"
4418
+ },
4419
+ "engines": {
4420
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
4421
+ },
4422
+ "funding": {
4423
+ "type": "opencollective",
4424
+ "url": "https://opencollective.com/typescript-eslint"
4425
+ },
4426
+ "peerDependencies": {
4427
+ "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
4428
+ "typescript": ">=4.8.4 <6.0.0"
4429
+ }
4430
+ },
4431
+ "node_modules/undici-types": {
4432
+ "version": "7.16.0",
4433
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
4434
+ "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
4435
+ "dev": true,
4436
+ "license": "MIT"
4437
+ },
4438
+ "node_modules/update-browserslist-db": {
4439
+ "version": "1.2.3",
4440
+ "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
4441
+ "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
4442
+ "dev": true,
4443
+ "funding": [
4444
+ {
4445
+ "type": "opencollective",
4446
+ "url": "https://opencollective.com/browserslist"
4447
+ },
4448
+ {
4449
+ "type": "tidelift",
4450
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
4451
+ },
4452
+ {
4453
+ "type": "github",
4454
+ "url": "https://github.com/sponsors/ai"
4455
+ }
4456
+ ],
4457
+ "license": "MIT",
4458
+ "dependencies": {
4459
+ "escalade": "^3.2.0",
4460
+ "picocolors": "^1.1.1"
4461
+ },
4462
+ "bin": {
4463
+ "update-browserslist-db": "cli.js"
4464
+ },
4465
+ "peerDependencies": {
4466
+ "browserslist": ">= 4.21.0"
4467
+ }
4468
+ },
4469
+ "node_modules/uri-js": {
4470
+ "version": "4.4.1",
4471
+ "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
4472
+ "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
4473
+ "dev": true,
4474
+ "license": "BSD-2-Clause",
4475
+ "dependencies": {
4476
+ "punycode": "^2.1.0"
4477
+ }
4478
+ },
4479
+ "node_modules/vite": {
4480
+ "version": "8.0.0",
4481
+ "resolved": "https://registry.npmjs.org/vite/-/vite-8.0.0.tgz",
4482
+ "integrity": "sha512-fPGaRNj9Zytaf8LEiBhY7Z6ijnFKdzU/+mL8EFBaKr7Vw1/FWcTBAMW0wLPJAGMPX38ZPVCVgLceWiEqeoqL2Q==",
4483
+ "dev": true,
4484
+ "license": "MIT",
4485
+ "dependencies": {
4486
+ "@oxc-project/runtime": "0.115.0",
4487
+ "lightningcss": "^1.32.0",
4488
+ "picomatch": "^4.0.3",
4489
+ "postcss": "^8.5.8",
4490
+ "rolldown": "1.0.0-rc.9",
4491
+ "tinyglobby": "^0.2.15"
4492
+ },
4493
+ "bin": {
4494
+ "vite": "bin/vite.js"
4495
+ },
4496
+ "engines": {
4497
+ "node": "^20.19.0 || >=22.12.0"
4498
+ },
4499
+ "funding": {
4500
+ "url": "https://github.com/vitejs/vite?sponsor=1"
4501
+ },
4502
+ "optionalDependencies": {
4503
+ "fsevents": "~2.3.3"
4504
+ },
4505
+ "peerDependencies": {
4506
+ "@types/node": "^20.19.0 || >=22.12.0",
4507
+ "@vitejs/devtools": "^0.0.0-alpha.31",
4508
+ "esbuild": "^0.27.0",
4509
+ "jiti": ">=1.21.0",
4510
+ "less": "^4.0.0",
4511
+ "sass": "^1.70.0",
4512
+ "sass-embedded": "^1.70.0",
4513
+ "stylus": ">=0.54.8",
4514
+ "sugarss": "^5.0.0",
4515
+ "terser": "^5.16.0",
4516
+ "tsx": "^4.8.1",
4517
+ "yaml": "^2.4.2"
4518
+ },
4519
+ "peerDependenciesMeta": {
4520
+ "@types/node": {
4521
+ "optional": true
4522
+ },
4523
+ "@vitejs/devtools": {
4524
+ "optional": true
4525
+ },
4526
+ "esbuild": {
4527
+ "optional": true
4528
+ },
4529
+ "jiti": {
4530
+ "optional": true
4531
+ },
4532
+ "less": {
4533
+ "optional": true
4534
+ },
4535
+ "sass": {
4536
+ "optional": true
4537
+ },
4538
+ "sass-embedded": {
4539
+ "optional": true
4540
+ },
4541
+ "stylus": {
4542
+ "optional": true
4543
+ },
4544
+ "sugarss": {
4545
+ "optional": true
4546
+ },
4547
+ "terser": {
4548
+ "optional": true
4549
+ },
4550
+ "tsx": {
4551
+ "optional": true
4552
+ },
4553
+ "yaml": {
4554
+ "optional": true
4555
+ }
4556
+ }
4557
+ },
4558
+ "node_modules/which": {
4559
+ "version": "2.0.2",
4560
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
4561
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
4562
+ "dev": true,
4563
+ "license": "ISC",
4564
+ "dependencies": {
4565
+ "isexe": "^2.0.0"
4566
+ },
4567
+ "bin": {
4568
+ "node-which": "bin/node-which"
4569
+ },
4570
+ "engines": {
4571
+ "node": ">= 8"
4572
+ }
4573
+ },
4574
+ "node_modules/word-wrap": {
4575
+ "version": "1.2.5",
4576
+ "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
4577
+ "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
4578
+ "dev": true,
4579
+ "license": "MIT",
4580
+ "engines": {
4581
+ "node": ">=0.10.0"
4582
+ }
4583
+ },
4584
+ "node_modules/yallist": {
4585
+ "version": "3.1.1",
4586
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
4587
+ "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
4588
+ "dev": true,
4589
+ "license": "ISC"
4590
+ },
4591
+ "node_modules/yocto-queue": {
4592
+ "version": "0.1.0",
4593
+ "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
4594
+ "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
4595
+ "dev": true,
4596
+ "license": "MIT",
4597
+ "engines": {
4598
+ "node": ">=10"
4599
+ },
4600
+ "funding": {
4601
+ "url": "https://github.com/sponsors/sindresorhus"
4602
+ }
4603
+ },
4604
+ "node_modules/zod": {
4605
+ "version": "4.3.6",
4606
+ "resolved": "https://registry.npmjs.org/zod/-/zod-4.3.6.tgz",
4607
+ "integrity": "sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==",
4608
+ "dev": true,
4609
+ "license": "MIT",
4610
+ "funding": {
4611
+ "url": "https://github.com/sponsors/colinhacks"
4612
+ }
4613
+ },
4614
+ "node_modules/zod-validation-error": {
4615
+ "version": "4.0.2",
4616
+ "resolved": "https://registry.npmjs.org/zod-validation-error/-/zod-validation-error-4.0.2.tgz",
4617
+ "integrity": "sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==",
4618
+ "dev": true,
4619
+ "license": "MIT",
4620
+ "engines": {
4621
+ "node": ">=18.0.0"
4622
+ },
4623
+ "peerDependencies": {
4624
+ "zod": "^3.25.0 || ^4.0.0"
4625
+ }
4626
+ },
4627
+ "node_modules/zrender": {
4628
+ "version": "6.0.0",
4629
+ "resolved": "https://registry.npmjs.org/zrender/-/zrender-6.0.0.tgz",
4630
+ "integrity": "sha512-41dFXEEXuJpNecuUQq6JlbybmnHaqqpGlbH1yxnA5V9MMP4SbohSVZsJIwz+zdjQXSSlR1Vc34EgH1zxyTDvhg==",
4631
+ "license": "BSD-3-Clause",
4632
+ "dependencies": {
4633
+ "tslib": "2.3.0"
4634
+ }
4635
+ },
4636
+ "node_modules/zrender/node_modules/tslib": {
4637
+ "version": "2.3.0",
4638
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz",
4639
+ "integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==",
4640
+ "license": "0BSD"
4641
+ },
4642
+ "node_modules/zustand": {
4643
+ "version": "5.0.12",
4644
+ "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.12.tgz",
4645
+ "integrity": "sha512-i77ae3aZq4dhMlRhJVCYgMLKuSiZAaUPAct2AksxQ+gOtimhGMdXljRT21P5BNpeT4kXlLIckvkPM029OljD7g==",
4646
+ "license": "MIT",
4647
+ "engines": {
4648
+ "node": ">=12.20.0"
4649
+ },
4650
+ "peerDependencies": {
4651
+ "@types/react": ">=18.0.0",
4652
+ "immer": ">=9.0.6",
4653
+ "react": ">=18.0.0",
4654
+ "use-sync-external-store": ">=1.2.0"
4655
+ },
4656
+ "peerDependenciesMeta": {
4657
+ "@types/react": {
4658
+ "optional": true
4659
+ },
4660
+ "immer": {
4661
+ "optional": true
4662
+ },
4663
+ "react": {
4664
+ "optional": true
4665
+ },
4666
+ "use-sync-external-store": {
4667
+ "optional": true
4668
+ }
4669
+ }
4670
+ }
4671
+ }
4672
+ }