blob: 3344af655ad24cb1b004208278193a484f14b37e [file] [log] [blame]
956303669a32fc2c2025-06-02 19:45:53 +08001{
2 "name": "ptstationnnn",
3 "version": "0.1.0",
4 "lockfileVersion": 3,
5 "requires": true,
6 "packages": {
7 "": {
8 "name": "ptstationnnn",
9 "version": "0.1.0",
10 "dependencies": {
11 "@emotion/react": "^11.14.0",
12 "@emotion/styled": "^11.14.0",
13 "@mui/icons-material": "^7.1.0",
14 "@mui/material": "^7.1.0",
15 "@testing-library/dom": "^10.4.0",
16 "@testing-library/jest-dom": "^6.6.3",
17 "@testing-library/react": "^16.3.0",
18 "@testing-library/user-event": "^13.5.0",
ssq5067cb92025-06-05 11:44:23 +000019 "antd": "^5.25.4",
956303669a32fc2c2025-06-02 19:45:53 +080020 "react": "^18.3.1",
21 "react-dom": "^18.3.1",
22 "react-router-dom": "^6.30.1",
23 "react-scripts": "5.0.1",
24 "web-vitals": "^2.1.4"
25 }
26 },
27 "node_modules/@adobe/css-tools": {
28 "version": "4.4.3",
956303669a32fc2c2025-06-02 19:45:53 +080029 "license": "MIT"
30 },
31 "node_modules/@alloc/quick-lru": {
32 "version": "5.2.0",
956303669a32fc2c2025-06-02 19:45:53 +080033 "license": "MIT",
34 "engines": {
35 "node": ">=10"
36 },
37 "funding": {
38 "url": "https://github.com/sponsors/sindresorhus"
39 }
40 },
41 "node_modules/@ampproject/remapping": {
42 "version": "2.3.0",
956303669a32fc2c2025-06-02 19:45:53 +080043 "license": "Apache-2.0",
44 "dependencies": {
45 "@jridgewell/gen-mapping": "^0.3.5",
46 "@jridgewell/trace-mapping": "^0.3.24"
47 },
48 "engines": {
49 "node": ">=6.0.0"
50 }
51 },
ssq5067cb92025-06-05 11:44:23 +000052 "node_modules/@ant-design/colors": {
53 "version": "7.2.1",
54 "resolved": "https://registry.npmjs.org/@ant-design/colors/-/colors-7.2.1.tgz",
55 "integrity": "sha512-lCHDcEzieu4GA3n8ELeZ5VQ8pKQAWcGGLRTQ50aQM2iqPpq2evTxER84jfdPvsPAtEcZ7m44NI45edFMo8oOYQ==",
ssq5067cb92025-06-05 11:44:23 +000056 "dependencies": {
57 "@ant-design/fast-color": "^2.0.6"
58 }
59 },
60 "node_modules/@ant-design/cssinjs": {
61 "version": "1.23.0",
62 "resolved": "https://registry.npmjs.org/@ant-design/cssinjs/-/cssinjs-1.23.0.tgz",
63 "integrity": "sha512-7GAg9bD/iC9ikWatU9ym+P9ugJhi/WbsTWzcKN6T4gU0aehsprtke1UAaaSxxkjjmkJb3llet/rbUSLPgwlY4w==",
ssq5067cb92025-06-05 11:44:23 +000064 "dependencies": {
65 "@babel/runtime": "^7.11.1",
66 "@emotion/hash": "^0.8.0",
67 "@emotion/unitless": "^0.7.5",
68 "classnames": "^2.3.1",
69 "csstype": "^3.1.3",
70 "rc-util": "^5.35.0",
71 "stylis": "^4.3.4"
72 },
73 "peerDependencies": {
74 "react": ">=16.0.0",
75 "react-dom": ">=16.0.0"
76 }
77 },
78 "node_modules/@ant-design/cssinjs-utils": {
79 "version": "1.1.3",
80 "resolved": "https://registry.npmjs.org/@ant-design/cssinjs-utils/-/cssinjs-utils-1.1.3.tgz",
81 "integrity": "sha512-nOoQMLW1l+xR1Co8NFVYiP8pZp3VjIIzqV6D6ShYF2ljtdwWJn5WSsH+7kvCktXL/yhEtWURKOfH5Xz/gzlwsg==",
ssq5067cb92025-06-05 11:44:23 +000082 "dependencies": {
83 "@ant-design/cssinjs": "^1.21.0",
84 "@babel/runtime": "^7.23.2",
85 "rc-util": "^5.38.0"
86 },
87 "peerDependencies": {
88 "react": ">=16.9.0",
89 "react-dom": ">=16.9.0"
90 }
91 },
92 "node_modules/@ant-design/cssinjs/node_modules/@emotion/hash": {
93 "version": "0.8.0",
94 "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.8.0.tgz",
wht6a1b6782025-06-06 19:14:59 +080095 "integrity": "sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow=="
ssq5067cb92025-06-05 11:44:23 +000096 },
97 "node_modules/@ant-design/cssinjs/node_modules/@emotion/unitless": {
98 "version": "0.7.5",
99 "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz",
wht6a1b6782025-06-06 19:14:59 +0800100 "integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg=="
ssq5067cb92025-06-05 11:44:23 +0000101 },
102 "node_modules/@ant-design/cssinjs/node_modules/stylis": {
103 "version": "4.3.6",
104 "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.3.6.tgz",
wht6a1b6782025-06-06 19:14:59 +0800105 "integrity": "sha512-yQ3rwFWRfwNUY7H5vpU0wfdkNSnvnJinhF9830Swlaxl03zsOjCfmX0ugac+3LtK0lYSgwL/KXc8oYL3mG4YFQ=="
ssq5067cb92025-06-05 11:44:23 +0000106 },
107 "node_modules/@ant-design/fast-color": {
108 "version": "2.0.6",
109 "resolved": "https://registry.npmjs.org/@ant-design/fast-color/-/fast-color-2.0.6.tgz",
110 "integrity": "sha512-y2217gk4NqL35giHl72o6Zzqji9O7vHh9YmhUVkPtAOpoTCH4uWxo/pr4VE8t0+ChEPs0qo4eJRC5Q1eXWo3vA==",
ssq5067cb92025-06-05 11:44:23 +0000111 "dependencies": {
112 "@babel/runtime": "^7.24.7"
113 },
114 "engines": {
115 "node": ">=8.x"
116 }
117 },
118 "node_modules/@ant-design/icons": {
119 "version": "5.6.1",
120 "resolved": "https://registry.npmjs.org/@ant-design/icons/-/icons-5.6.1.tgz",
121 "integrity": "sha512-0/xS39c91WjPAZOWsvi1//zjx6kAp4kxWwctR6kuU6p133w8RU0D2dSCvZC19uQyharg/sAvYxGYWl01BbZZfg==",
ssq5067cb92025-06-05 11:44:23 +0000122 "dependencies": {
123 "@ant-design/colors": "^7.0.0",
124 "@ant-design/icons-svg": "^4.4.0",
125 "@babel/runtime": "^7.24.8",
126 "classnames": "^2.2.6",
127 "rc-util": "^5.31.1"
128 },
129 "engines": {
130 "node": ">=8"
131 },
132 "peerDependencies": {
133 "react": ">=16.0.0",
134 "react-dom": ">=16.0.0"
135 }
136 },
137 "node_modules/@ant-design/icons-svg": {
138 "version": "4.4.2",
139 "resolved": "https://registry.npmjs.org/@ant-design/icons-svg/-/icons-svg-4.4.2.tgz",
wht6a1b6782025-06-06 19:14:59 +0800140 "integrity": "sha512-vHbT+zJEVzllwP+CM+ul7reTEfBR0vgxFe7+lREAsAA7YGsYpboiq2sQNeQeRvh09GfQgs/GyFEvZpJ9cLXpXA=="
ssq5067cb92025-06-05 11:44:23 +0000141 },
142 "node_modules/@ant-design/react-slick": {
143 "version": "1.1.2",
144 "resolved": "https://registry.npmjs.org/@ant-design/react-slick/-/react-slick-1.1.2.tgz",
145 "integrity": "sha512-EzlvzE6xQUBrZuuhSAFTdsr4P2bBBHGZwKFemEfq8gIGyIQCxalYfZW/T2ORbtQx5rU69o+WycP3exY/7T1hGA==",
ssq5067cb92025-06-05 11:44:23 +0000146 "dependencies": {
147 "@babel/runtime": "^7.10.4",
148 "classnames": "^2.2.5",
149 "json2mq": "^0.2.0",
150 "resize-observer-polyfill": "^1.5.1",
151 "throttle-debounce": "^5.0.0"
152 },
153 "peerDependencies": {
154 "react": ">=16.9.0"
155 }
156 },
956303669a32fc2c2025-06-02 19:45:53 +0800157 "node_modules/@babel/code-frame": {
158 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +0800159 "license": "MIT",
160 "dependencies": {
161 "@babel/helper-validator-identifier": "^7.27.1",
162 "js-tokens": "^4.0.0",
163 "picocolors": "^1.1.1"
164 },
165 "engines": {
166 "node": ">=6.9.0"
167 }
168 },
169 "node_modules/@babel/compat-data": {
170 "version": "7.27.2",
956303669a32fc2c2025-06-02 19:45:53 +0800171 "license": "MIT",
172 "engines": {
173 "node": ">=6.9.0"
174 }
175 },
176 "node_modules/@babel/core": {
177 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +0800178 "license": "MIT",
179 "dependencies": {
180 "@ampproject/remapping": "^2.2.0",
181 "@babel/code-frame": "^7.27.1",
182 "@babel/generator": "^7.27.1",
183 "@babel/helper-compilation-targets": "^7.27.1",
184 "@babel/helper-module-transforms": "^7.27.1",
185 "@babel/helpers": "^7.27.1",
186 "@babel/parser": "^7.27.1",
187 "@babel/template": "^7.27.1",
188 "@babel/traverse": "^7.27.1",
189 "@babel/types": "^7.27.1",
190 "convert-source-map": "^2.0.0",
191 "debug": "^4.1.0",
192 "gensync": "^1.0.0-beta.2",
193 "json5": "^2.2.3",
194 "semver": "^6.3.1"
195 },
196 "engines": {
197 "node": ">=6.9.0"
198 },
199 "funding": {
200 "type": "opencollective",
201 "url": "https://opencollective.com/babel"
202 }
203 },
204 "node_modules/@babel/core/node_modules/convert-source-map": {
205 "version": "2.0.0",
956303669a32fc2c2025-06-02 19:45:53 +0800206 "license": "MIT"
207 },
208 "node_modules/@babel/core/node_modules/semver": {
209 "version": "6.3.1",
956303669a32fc2c2025-06-02 19:45:53 +0800210 "license": "ISC",
211 "bin": {
212 "semver": "bin/semver.js"
213 }
214 },
215 "node_modules/@babel/eslint-parser": {
216 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +0800217 "license": "MIT",
218 "dependencies": {
219 "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
220 "eslint-visitor-keys": "^2.1.0",
221 "semver": "^6.3.1"
222 },
223 "engines": {
224 "node": "^10.13.0 || ^12.13.0 || >=14.0.0"
225 },
226 "peerDependencies": {
227 "@babel/core": "^7.11.0",
228 "eslint": "^7.5.0 || ^8.0.0 || ^9.0.0"
229 }
230 },
231 "node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys": {
232 "version": "2.1.0",
956303669a32fc2c2025-06-02 19:45:53 +0800233 "license": "Apache-2.0",
234 "engines": {
235 "node": ">=10"
236 }
237 },
238 "node_modules/@babel/eslint-parser/node_modules/semver": {
239 "version": "6.3.1",
956303669a32fc2c2025-06-02 19:45:53 +0800240 "license": "ISC",
241 "bin": {
242 "semver": "bin/semver.js"
243 }
244 },
245 "node_modules/@babel/generator": {
246 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +0800247 "license": "MIT",
248 "dependencies": {
249 "@babel/parser": "^7.27.1",
250 "@babel/types": "^7.27.1",
251 "@jridgewell/gen-mapping": "^0.3.5",
252 "@jridgewell/trace-mapping": "^0.3.25",
253 "jsesc": "^3.0.2"
254 },
255 "engines": {
256 "node": ">=6.9.0"
257 }
258 },
259 "node_modules/@babel/helper-annotate-as-pure": {
260 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +0800261 "license": "MIT",
262 "dependencies": {
263 "@babel/types": "^7.27.1"
264 },
265 "engines": {
266 "node": ">=6.9.0"
267 }
268 },
269 "node_modules/@babel/helper-compilation-targets": {
270 "version": "7.27.2",
956303669a32fc2c2025-06-02 19:45:53 +0800271 "license": "MIT",
272 "dependencies": {
273 "@babel/compat-data": "^7.27.2",
274 "@babel/helper-validator-option": "^7.27.1",
275 "browserslist": "^4.24.0",
276 "lru-cache": "^5.1.1",
277 "semver": "^6.3.1"
278 },
279 "engines": {
280 "node": ">=6.9.0"
281 }
282 },
283 "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
284 "version": "6.3.1",
956303669a32fc2c2025-06-02 19:45:53 +0800285 "license": "ISC",
286 "bin": {
287 "semver": "bin/semver.js"
288 }
289 },
290 "node_modules/@babel/helper-create-class-features-plugin": {
291 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +0800292 "license": "MIT",
293 "dependencies": {
294 "@babel/helper-annotate-as-pure": "^7.27.1",
295 "@babel/helper-member-expression-to-functions": "^7.27.1",
296 "@babel/helper-optimise-call-expression": "^7.27.1",
297 "@babel/helper-replace-supers": "^7.27.1",
298 "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
299 "@babel/traverse": "^7.27.1",
300 "semver": "^6.3.1"
301 },
302 "engines": {
303 "node": ">=6.9.0"
304 },
305 "peerDependencies": {
306 "@babel/core": "^7.0.0"
307 }
308 },
309 "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": {
310 "version": "6.3.1",
956303669a32fc2c2025-06-02 19:45:53 +0800311 "license": "ISC",
312 "bin": {
313 "semver": "bin/semver.js"
314 }
315 },
316 "node_modules/@babel/helper-create-regexp-features-plugin": {
317 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +0800318 "license": "MIT",
319 "dependencies": {
320 "@babel/helper-annotate-as-pure": "^7.27.1",
321 "regexpu-core": "^6.2.0",
322 "semver": "^6.3.1"
323 },
324 "engines": {
325 "node": ">=6.9.0"
326 },
327 "peerDependencies": {
328 "@babel/core": "^7.0.0"
329 }
330 },
331 "node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver": {
332 "version": "6.3.1",
956303669a32fc2c2025-06-02 19:45:53 +0800333 "license": "ISC",
334 "bin": {
335 "semver": "bin/semver.js"
336 }
337 },
338 "node_modules/@babel/helper-define-polyfill-provider": {
339 "version": "0.6.4",
956303669a32fc2c2025-06-02 19:45:53 +0800340 "license": "MIT",
341 "dependencies": {
342 "@babel/helper-compilation-targets": "^7.22.6",
343 "@babel/helper-plugin-utils": "^7.22.5",
344 "debug": "^4.1.1",
345 "lodash.debounce": "^4.0.8",
346 "resolve": "^1.14.2"
347 },
348 "peerDependencies": {
349 "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
350 }
351 },
352 "node_modules/@babel/helper-member-expression-to-functions": {
353 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +0800354 "license": "MIT",
355 "dependencies": {
356 "@babel/traverse": "^7.27.1",
357 "@babel/types": "^7.27.1"
358 },
359 "engines": {
360 "node": ">=6.9.0"
361 }
362 },
363 "node_modules/@babel/helper-module-imports": {
364 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +0800365 "license": "MIT",
366 "dependencies": {
367 "@babel/traverse": "^7.27.1",
368 "@babel/types": "^7.27.1"
369 },
370 "engines": {
371 "node": ">=6.9.0"
372 }
373 },
374 "node_modules/@babel/helper-module-transforms": {
375 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +0800376 "license": "MIT",
377 "dependencies": {
378 "@babel/helper-module-imports": "^7.27.1",
379 "@babel/helper-validator-identifier": "^7.27.1",
380 "@babel/traverse": "^7.27.1"
381 },
382 "engines": {
383 "node": ">=6.9.0"
384 },
385 "peerDependencies": {
386 "@babel/core": "^7.0.0"
387 }
388 },
389 "node_modules/@babel/helper-optimise-call-expression": {
390 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +0800391 "license": "MIT",
392 "dependencies": {
393 "@babel/types": "^7.27.1"
394 },
395 "engines": {
396 "node": ">=6.9.0"
397 }
398 },
399 "node_modules/@babel/helper-plugin-utils": {
400 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +0800401 "license": "MIT",
402 "engines": {
403 "node": ">=6.9.0"
404 }
405 },
406 "node_modules/@babel/helper-remap-async-to-generator": {
407 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +0800408 "license": "MIT",
409 "dependencies": {
410 "@babel/helper-annotate-as-pure": "^7.27.1",
411 "@babel/helper-wrap-function": "^7.27.1",
412 "@babel/traverse": "^7.27.1"
413 },
414 "engines": {
415 "node": ">=6.9.0"
416 },
417 "peerDependencies": {
418 "@babel/core": "^7.0.0"
419 }
420 },
421 "node_modules/@babel/helper-replace-supers": {
422 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +0800423 "license": "MIT",
424 "dependencies": {
425 "@babel/helper-member-expression-to-functions": "^7.27.1",
426 "@babel/helper-optimise-call-expression": "^7.27.1",
427 "@babel/traverse": "^7.27.1"
428 },
429 "engines": {
430 "node": ">=6.9.0"
431 },
432 "peerDependencies": {
433 "@babel/core": "^7.0.0"
434 }
435 },
436 "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
437 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +0800438 "license": "MIT",
439 "dependencies": {
440 "@babel/traverse": "^7.27.1",
441 "@babel/types": "^7.27.1"
442 },
443 "engines": {
444 "node": ">=6.9.0"
445 }
446 },
447 "node_modules/@babel/helper-string-parser": {
448 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +0800449 "license": "MIT",
450 "engines": {
451 "node": ">=6.9.0"
452 }
453 },
454 "node_modules/@babel/helper-validator-identifier": {
455 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +0800456 "license": "MIT",
457 "engines": {
458 "node": ">=6.9.0"
459 }
460 },
461 "node_modules/@babel/helper-validator-option": {
462 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +0800463 "license": "MIT",
464 "engines": {
465 "node": ">=6.9.0"
466 }
467 },
468 "node_modules/@babel/helper-wrap-function": {
469 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +0800470 "license": "MIT",
471 "dependencies": {
472 "@babel/template": "^7.27.1",
473 "@babel/traverse": "^7.27.1",
474 "@babel/types": "^7.27.1"
475 },
476 "engines": {
477 "node": ">=6.9.0"
478 }
479 },
480 "node_modules/@babel/helpers": {
481 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +0800482 "license": "MIT",
483 "dependencies": {
484 "@babel/template": "^7.27.1",
485 "@babel/types": "^7.27.1"
486 },
487 "engines": {
488 "node": ">=6.9.0"
489 }
490 },
491 "node_modules/@babel/parser": {
492 "version": "7.27.2",
956303669a32fc2c2025-06-02 19:45:53 +0800493 "license": "MIT",
494 "dependencies": {
495 "@babel/types": "^7.27.1"
496 },
497 "bin": {
498 "parser": "bin/babel-parser.js"
499 },
500 "engines": {
501 "node": ">=6.0.0"
502 }
503 },
504 "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": {
505 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +0800506 "license": "MIT",
507 "dependencies": {
508 "@babel/helper-plugin-utils": "^7.27.1",
509 "@babel/traverse": "^7.27.1"
510 },
511 "engines": {
512 "node": ">=6.9.0"
513 },
514 "peerDependencies": {
515 "@babel/core": "^7.0.0"
516 }
517 },
518 "node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": {
519 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +0800520 "license": "MIT",
521 "dependencies": {
522 "@babel/helper-plugin-utils": "^7.27.1"
523 },
524 "engines": {
525 "node": ">=6.9.0"
526 },
527 "peerDependencies": {
528 "@babel/core": "^7.0.0"
529 }
530 },
531 "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
532 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +0800533 "license": "MIT",
534 "dependencies": {
535 "@babel/helper-plugin-utils": "^7.27.1"
536 },
537 "engines": {
538 "node": ">=6.9.0"
539 },
540 "peerDependencies": {
541 "@babel/core": "^7.0.0"
542 }
543 },
544 "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
545 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +0800546 "license": "MIT",
547 "dependencies": {
548 "@babel/helper-plugin-utils": "^7.27.1",
549 "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
550 "@babel/plugin-transform-optional-chaining": "^7.27.1"
551 },
552 "engines": {
553 "node": ">=6.9.0"
554 },
555 "peerDependencies": {
556 "@babel/core": "^7.13.0"
557 }
558 },
559 "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": {
560 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +0800561 "license": "MIT",
562 "dependencies": {
563 "@babel/helper-plugin-utils": "^7.27.1",
564 "@babel/traverse": "^7.27.1"
565 },
566 "engines": {
567 "node": ">=6.9.0"
568 },
569 "peerDependencies": {
570 "@babel/core": "^7.0.0"
571 }
572 },
573 "node_modules/@babel/plugin-proposal-class-properties": {
574 "version": "7.18.6",
956303669a32fc2c2025-06-02 19:45:53 +0800575 "license": "MIT",
576 "dependencies": {
577 "@babel/helper-create-class-features-plugin": "^7.18.6",
578 "@babel/helper-plugin-utils": "^7.18.6"
579 },
580 "engines": {
581 "node": ">=6.9.0"
582 },
583 "peerDependencies": {
584 "@babel/core": "^7.0.0-0"
585 }
586 },
587 "node_modules/@babel/plugin-proposal-decorators": {
588 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +0800589 "license": "MIT",
590 "dependencies": {
591 "@babel/helper-create-class-features-plugin": "^7.27.1",
592 "@babel/helper-plugin-utils": "^7.27.1",
593 "@babel/plugin-syntax-decorators": "^7.27.1"
594 },
595 "engines": {
596 "node": ">=6.9.0"
597 },
598 "peerDependencies": {
599 "@babel/core": "^7.0.0-0"
600 }
601 },
602 "node_modules/@babel/plugin-proposal-nullish-coalescing-operator": {
603 "version": "7.18.6",
956303669a32fc2c2025-06-02 19:45:53 +0800604 "license": "MIT",
605 "dependencies": {
606 "@babel/helper-plugin-utils": "^7.18.6",
607 "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
608 },
609 "engines": {
610 "node": ">=6.9.0"
611 },
612 "peerDependencies": {
613 "@babel/core": "^7.0.0-0"
614 }
615 },
616 "node_modules/@babel/plugin-proposal-numeric-separator": {
617 "version": "7.18.6",
956303669a32fc2c2025-06-02 19:45:53 +0800618 "license": "MIT",
619 "dependencies": {
620 "@babel/helper-plugin-utils": "^7.18.6",
621 "@babel/plugin-syntax-numeric-separator": "^7.10.4"
622 },
623 "engines": {
624 "node": ">=6.9.0"
625 },
626 "peerDependencies": {
627 "@babel/core": "^7.0.0-0"
628 }
629 },
630 "node_modules/@babel/plugin-proposal-optional-chaining": {
631 "version": "7.21.0",
956303669a32fc2c2025-06-02 19:45:53 +0800632 "license": "MIT",
633 "dependencies": {
634 "@babel/helper-plugin-utils": "^7.20.2",
635 "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0",
636 "@babel/plugin-syntax-optional-chaining": "^7.8.3"
637 },
638 "engines": {
639 "node": ">=6.9.0"
640 },
641 "peerDependencies": {
642 "@babel/core": "^7.0.0-0"
643 }
644 },
645 "node_modules/@babel/plugin-proposal-private-methods": {
646 "version": "7.18.6",
956303669a32fc2c2025-06-02 19:45:53 +0800647 "license": "MIT",
648 "dependencies": {
649 "@babel/helper-create-class-features-plugin": "^7.18.6",
650 "@babel/helper-plugin-utils": "^7.18.6"
651 },
652 "engines": {
653 "node": ">=6.9.0"
654 },
655 "peerDependencies": {
656 "@babel/core": "^7.0.0-0"
657 }
658 },
659 "node_modules/@babel/plugin-proposal-private-property-in-object": {
660 "version": "7.21.0-placeholder-for-preset-env.2",
956303669a32fc2c2025-06-02 19:45:53 +0800661 "license": "MIT",
662 "engines": {
663 "node": ">=6.9.0"
664 },
665 "peerDependencies": {
666 "@babel/core": "^7.0.0-0"
667 }
668 },
669 "node_modules/@babel/plugin-syntax-async-generators": {
670 "version": "7.8.4",
956303669a32fc2c2025-06-02 19:45:53 +0800671 "license": "MIT",
672 "dependencies": {
673 "@babel/helper-plugin-utils": "^7.8.0"
674 },
675 "peerDependencies": {
676 "@babel/core": "^7.0.0-0"
677 }
678 },
679 "node_modules/@babel/plugin-syntax-bigint": {
680 "version": "7.8.3",
956303669a32fc2c2025-06-02 19:45:53 +0800681 "license": "MIT",
682 "dependencies": {
683 "@babel/helper-plugin-utils": "^7.8.0"
684 },
685 "peerDependencies": {
686 "@babel/core": "^7.0.0-0"
687 }
688 },
689 "node_modules/@babel/plugin-syntax-class-properties": {
690 "version": "7.12.13",
956303669a32fc2c2025-06-02 19:45:53 +0800691 "license": "MIT",
692 "dependencies": {
693 "@babel/helper-plugin-utils": "^7.12.13"
694 },
695 "peerDependencies": {
696 "@babel/core": "^7.0.0-0"
697 }
698 },
699 "node_modules/@babel/plugin-syntax-class-static-block": {
700 "version": "7.14.5",
956303669a32fc2c2025-06-02 19:45:53 +0800701 "license": "MIT",
702 "dependencies": {
703 "@babel/helper-plugin-utils": "^7.14.5"
704 },
705 "engines": {
706 "node": ">=6.9.0"
707 },
708 "peerDependencies": {
709 "@babel/core": "^7.0.0-0"
710 }
711 },
712 "node_modules/@babel/plugin-syntax-decorators": {
713 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +0800714 "license": "MIT",
715 "dependencies": {
716 "@babel/helper-plugin-utils": "^7.27.1"
717 },
718 "engines": {
719 "node": ">=6.9.0"
720 },
721 "peerDependencies": {
722 "@babel/core": "^7.0.0-0"
723 }
724 },
725 "node_modules/@babel/plugin-syntax-flow": {
726 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +0800727 "license": "MIT",
728 "dependencies": {
729 "@babel/helper-plugin-utils": "^7.27.1"
730 },
731 "engines": {
732 "node": ">=6.9.0"
733 },
734 "peerDependencies": {
735 "@babel/core": "^7.0.0-0"
736 }
737 },
738 "node_modules/@babel/plugin-syntax-import-assertions": {
739 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +0800740 "license": "MIT",
741 "dependencies": {
742 "@babel/helper-plugin-utils": "^7.27.1"
743 },
744 "engines": {
745 "node": ">=6.9.0"
746 },
747 "peerDependencies": {
748 "@babel/core": "^7.0.0-0"
749 }
750 },
751 "node_modules/@babel/plugin-syntax-import-attributes": {
752 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +0800753 "license": "MIT",
754 "dependencies": {
755 "@babel/helper-plugin-utils": "^7.27.1"
756 },
757 "engines": {
758 "node": ">=6.9.0"
759 },
760 "peerDependencies": {
761 "@babel/core": "^7.0.0-0"
762 }
763 },
764 "node_modules/@babel/plugin-syntax-import-meta": {
765 "version": "7.10.4",
956303669a32fc2c2025-06-02 19:45:53 +0800766 "license": "MIT",
767 "dependencies": {
768 "@babel/helper-plugin-utils": "^7.10.4"
769 },
770 "peerDependencies": {
771 "@babel/core": "^7.0.0-0"
772 }
773 },
774 "node_modules/@babel/plugin-syntax-json-strings": {
775 "version": "7.8.3",
956303669a32fc2c2025-06-02 19:45:53 +0800776 "license": "MIT",
777 "dependencies": {
778 "@babel/helper-plugin-utils": "^7.8.0"
779 },
780 "peerDependencies": {
781 "@babel/core": "^7.0.0-0"
782 }
783 },
784 "node_modules/@babel/plugin-syntax-jsx": {
785 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +0800786 "license": "MIT",
787 "dependencies": {
788 "@babel/helper-plugin-utils": "^7.27.1"
789 },
790 "engines": {
791 "node": ">=6.9.0"
792 },
793 "peerDependencies": {
794 "@babel/core": "^7.0.0-0"
795 }
796 },
797 "node_modules/@babel/plugin-syntax-logical-assignment-operators": {
798 "version": "7.10.4",
956303669a32fc2c2025-06-02 19:45:53 +0800799 "license": "MIT",
800 "dependencies": {
801 "@babel/helper-plugin-utils": "^7.10.4"
802 },
803 "peerDependencies": {
804 "@babel/core": "^7.0.0-0"
805 }
806 },
807 "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {
808 "version": "7.8.3",
956303669a32fc2c2025-06-02 19:45:53 +0800809 "license": "MIT",
810 "dependencies": {
811 "@babel/helper-plugin-utils": "^7.8.0"
812 },
813 "peerDependencies": {
814 "@babel/core": "^7.0.0-0"
815 }
816 },
817 "node_modules/@babel/plugin-syntax-numeric-separator": {
818 "version": "7.10.4",
956303669a32fc2c2025-06-02 19:45:53 +0800819 "license": "MIT",
820 "dependencies": {
821 "@babel/helper-plugin-utils": "^7.10.4"
822 },
823 "peerDependencies": {
824 "@babel/core": "^7.0.0-0"
825 }
826 },
827 "node_modules/@babel/plugin-syntax-object-rest-spread": {
828 "version": "7.8.3",
956303669a32fc2c2025-06-02 19:45:53 +0800829 "license": "MIT",
830 "dependencies": {
831 "@babel/helper-plugin-utils": "^7.8.0"
832 },
833 "peerDependencies": {
834 "@babel/core": "^7.0.0-0"
835 }
836 },
837 "node_modules/@babel/plugin-syntax-optional-catch-binding": {
838 "version": "7.8.3",
956303669a32fc2c2025-06-02 19:45:53 +0800839 "license": "MIT",
840 "dependencies": {
841 "@babel/helper-plugin-utils": "^7.8.0"
842 },
843 "peerDependencies": {
844 "@babel/core": "^7.0.0-0"
845 }
846 },
847 "node_modules/@babel/plugin-syntax-optional-chaining": {
848 "version": "7.8.3",
956303669a32fc2c2025-06-02 19:45:53 +0800849 "license": "MIT",
850 "dependencies": {
851 "@babel/helper-plugin-utils": "^7.8.0"
852 },
853 "peerDependencies": {
854 "@babel/core": "^7.0.0-0"
855 }
856 },
857 "node_modules/@babel/plugin-syntax-private-property-in-object": {
858 "version": "7.14.5",
956303669a32fc2c2025-06-02 19:45:53 +0800859 "license": "MIT",
860 "dependencies": {
861 "@babel/helper-plugin-utils": "^7.14.5"
862 },
863 "engines": {
864 "node": ">=6.9.0"
865 },
866 "peerDependencies": {
867 "@babel/core": "^7.0.0-0"
868 }
869 },
870 "node_modules/@babel/plugin-syntax-top-level-await": {
871 "version": "7.14.5",
956303669a32fc2c2025-06-02 19:45:53 +0800872 "license": "MIT",
873 "dependencies": {
874 "@babel/helper-plugin-utils": "^7.14.5"
875 },
876 "engines": {
877 "node": ">=6.9.0"
878 },
879 "peerDependencies": {
880 "@babel/core": "^7.0.0-0"
881 }
882 },
883 "node_modules/@babel/plugin-syntax-typescript": {
884 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +0800885 "license": "MIT",
886 "dependencies": {
887 "@babel/helper-plugin-utils": "^7.27.1"
888 },
889 "engines": {
890 "node": ">=6.9.0"
891 },
892 "peerDependencies": {
893 "@babel/core": "^7.0.0-0"
894 }
895 },
896 "node_modules/@babel/plugin-syntax-unicode-sets-regex": {
897 "version": "7.18.6",
956303669a32fc2c2025-06-02 19:45:53 +0800898 "license": "MIT",
899 "dependencies": {
900 "@babel/helper-create-regexp-features-plugin": "^7.18.6",
901 "@babel/helper-plugin-utils": "^7.18.6"
902 },
903 "engines": {
904 "node": ">=6.9.0"
905 },
906 "peerDependencies": {
907 "@babel/core": "^7.0.0"
908 }
909 },
910 "node_modules/@babel/plugin-transform-arrow-functions": {
911 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +0800912 "license": "MIT",
913 "dependencies": {
914 "@babel/helper-plugin-utils": "^7.27.1"
915 },
916 "engines": {
917 "node": ">=6.9.0"
918 },
919 "peerDependencies": {
920 "@babel/core": "^7.0.0-0"
921 }
922 },
923 "node_modules/@babel/plugin-transform-async-generator-functions": {
924 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +0800925 "license": "MIT",
926 "dependencies": {
927 "@babel/helper-plugin-utils": "^7.27.1",
928 "@babel/helper-remap-async-to-generator": "^7.27.1",
929 "@babel/traverse": "^7.27.1"
930 },
931 "engines": {
932 "node": ">=6.9.0"
933 },
934 "peerDependencies": {
935 "@babel/core": "^7.0.0-0"
936 }
937 },
938 "node_modules/@babel/plugin-transform-async-to-generator": {
939 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +0800940 "license": "MIT",
941 "dependencies": {
942 "@babel/helper-module-imports": "^7.27.1",
943 "@babel/helper-plugin-utils": "^7.27.1",
944 "@babel/helper-remap-async-to-generator": "^7.27.1"
945 },
946 "engines": {
947 "node": ">=6.9.0"
948 },
949 "peerDependencies": {
950 "@babel/core": "^7.0.0-0"
951 }
952 },
953 "node_modules/@babel/plugin-transform-block-scoped-functions": {
954 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +0800955 "license": "MIT",
956 "dependencies": {
957 "@babel/helper-plugin-utils": "^7.27.1"
958 },
959 "engines": {
960 "node": ">=6.9.0"
961 },
962 "peerDependencies": {
963 "@babel/core": "^7.0.0-0"
964 }
965 },
966 "node_modules/@babel/plugin-transform-block-scoping": {
967 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +0800968 "license": "MIT",
969 "dependencies": {
970 "@babel/helper-plugin-utils": "^7.27.1"
971 },
972 "engines": {
973 "node": ">=6.9.0"
974 },
975 "peerDependencies": {
976 "@babel/core": "^7.0.0-0"
977 }
978 },
979 "node_modules/@babel/plugin-transform-class-properties": {
980 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +0800981 "license": "MIT",
982 "dependencies": {
983 "@babel/helper-create-class-features-plugin": "^7.27.1",
984 "@babel/helper-plugin-utils": "^7.27.1"
985 },
986 "engines": {
987 "node": ">=6.9.0"
988 },
989 "peerDependencies": {
990 "@babel/core": "^7.0.0-0"
991 }
992 },
993 "node_modules/@babel/plugin-transform-class-static-block": {
994 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +0800995 "license": "MIT",
996 "dependencies": {
997 "@babel/helper-create-class-features-plugin": "^7.27.1",
998 "@babel/helper-plugin-utils": "^7.27.1"
999 },
1000 "engines": {
1001 "node": ">=6.9.0"
1002 },
1003 "peerDependencies": {
1004 "@babel/core": "^7.12.0"
1005 }
1006 },
1007 "node_modules/@babel/plugin-transform-classes": {
1008 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001009 "license": "MIT",
1010 "dependencies": {
1011 "@babel/helper-annotate-as-pure": "^7.27.1",
1012 "@babel/helper-compilation-targets": "^7.27.1",
1013 "@babel/helper-plugin-utils": "^7.27.1",
1014 "@babel/helper-replace-supers": "^7.27.1",
1015 "@babel/traverse": "^7.27.1",
1016 "globals": "^11.1.0"
1017 },
1018 "engines": {
1019 "node": ">=6.9.0"
1020 },
1021 "peerDependencies": {
1022 "@babel/core": "^7.0.0-0"
1023 }
1024 },
1025 "node_modules/@babel/plugin-transform-computed-properties": {
1026 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001027 "license": "MIT",
1028 "dependencies": {
1029 "@babel/helper-plugin-utils": "^7.27.1",
1030 "@babel/template": "^7.27.1"
1031 },
1032 "engines": {
1033 "node": ">=6.9.0"
1034 },
1035 "peerDependencies": {
1036 "@babel/core": "^7.0.0-0"
1037 }
1038 },
1039 "node_modules/@babel/plugin-transform-destructuring": {
1040 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001041 "license": "MIT",
1042 "dependencies": {
1043 "@babel/helper-plugin-utils": "^7.27.1"
1044 },
1045 "engines": {
1046 "node": ">=6.9.0"
1047 },
1048 "peerDependencies": {
1049 "@babel/core": "^7.0.0-0"
1050 }
1051 },
1052 "node_modules/@babel/plugin-transform-dotall-regex": {
1053 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001054 "license": "MIT",
1055 "dependencies": {
1056 "@babel/helper-create-regexp-features-plugin": "^7.27.1",
1057 "@babel/helper-plugin-utils": "^7.27.1"
1058 },
1059 "engines": {
1060 "node": ">=6.9.0"
1061 },
1062 "peerDependencies": {
1063 "@babel/core": "^7.0.0-0"
1064 }
1065 },
1066 "node_modules/@babel/plugin-transform-duplicate-keys": {
1067 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001068 "license": "MIT",
1069 "dependencies": {
1070 "@babel/helper-plugin-utils": "^7.27.1"
1071 },
1072 "engines": {
1073 "node": ">=6.9.0"
1074 },
1075 "peerDependencies": {
1076 "@babel/core": "^7.0.0-0"
1077 }
1078 },
1079 "node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": {
1080 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001081 "license": "MIT",
1082 "dependencies": {
1083 "@babel/helper-create-regexp-features-plugin": "^7.27.1",
1084 "@babel/helper-plugin-utils": "^7.27.1"
1085 },
1086 "engines": {
1087 "node": ">=6.9.0"
1088 },
1089 "peerDependencies": {
1090 "@babel/core": "^7.0.0"
1091 }
1092 },
1093 "node_modules/@babel/plugin-transform-dynamic-import": {
1094 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001095 "license": "MIT",
1096 "dependencies": {
1097 "@babel/helper-plugin-utils": "^7.27.1"
1098 },
1099 "engines": {
1100 "node": ">=6.9.0"
1101 },
1102 "peerDependencies": {
1103 "@babel/core": "^7.0.0-0"
1104 }
1105 },
1106 "node_modules/@babel/plugin-transform-exponentiation-operator": {
1107 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001108 "license": "MIT",
1109 "dependencies": {
1110 "@babel/helper-plugin-utils": "^7.27.1"
1111 },
1112 "engines": {
1113 "node": ">=6.9.0"
1114 },
1115 "peerDependencies": {
1116 "@babel/core": "^7.0.0-0"
1117 }
1118 },
1119 "node_modules/@babel/plugin-transform-export-namespace-from": {
1120 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001121 "license": "MIT",
1122 "dependencies": {
1123 "@babel/helper-plugin-utils": "^7.27.1"
1124 },
1125 "engines": {
1126 "node": ">=6.9.0"
1127 },
1128 "peerDependencies": {
1129 "@babel/core": "^7.0.0-0"
1130 }
1131 },
1132 "node_modules/@babel/plugin-transform-flow-strip-types": {
1133 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001134 "license": "MIT",
1135 "dependencies": {
1136 "@babel/helper-plugin-utils": "^7.27.1",
1137 "@babel/plugin-syntax-flow": "^7.27.1"
1138 },
1139 "engines": {
1140 "node": ">=6.9.0"
1141 },
1142 "peerDependencies": {
1143 "@babel/core": "^7.0.0-0"
1144 }
1145 },
1146 "node_modules/@babel/plugin-transform-for-of": {
1147 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001148 "license": "MIT",
1149 "dependencies": {
1150 "@babel/helper-plugin-utils": "^7.27.1",
1151 "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1"
1152 },
1153 "engines": {
1154 "node": ">=6.9.0"
1155 },
1156 "peerDependencies": {
1157 "@babel/core": "^7.0.0-0"
1158 }
1159 },
1160 "node_modules/@babel/plugin-transform-function-name": {
1161 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001162 "license": "MIT",
1163 "dependencies": {
1164 "@babel/helper-compilation-targets": "^7.27.1",
1165 "@babel/helper-plugin-utils": "^7.27.1",
1166 "@babel/traverse": "^7.27.1"
1167 },
1168 "engines": {
1169 "node": ">=6.9.0"
1170 },
1171 "peerDependencies": {
1172 "@babel/core": "^7.0.0-0"
1173 }
1174 },
1175 "node_modules/@babel/plugin-transform-json-strings": {
1176 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001177 "license": "MIT",
1178 "dependencies": {
1179 "@babel/helper-plugin-utils": "^7.27.1"
1180 },
1181 "engines": {
1182 "node": ">=6.9.0"
1183 },
1184 "peerDependencies": {
1185 "@babel/core": "^7.0.0-0"
1186 }
1187 },
1188 "node_modules/@babel/plugin-transform-literals": {
1189 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001190 "license": "MIT",
1191 "dependencies": {
1192 "@babel/helper-plugin-utils": "^7.27.1"
1193 },
1194 "engines": {
1195 "node": ">=6.9.0"
1196 },
1197 "peerDependencies": {
1198 "@babel/core": "^7.0.0-0"
1199 }
1200 },
1201 "node_modules/@babel/plugin-transform-logical-assignment-operators": {
1202 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001203 "license": "MIT",
1204 "dependencies": {
1205 "@babel/helper-plugin-utils": "^7.27.1"
1206 },
1207 "engines": {
1208 "node": ">=6.9.0"
1209 },
1210 "peerDependencies": {
1211 "@babel/core": "^7.0.0-0"
1212 }
1213 },
1214 "node_modules/@babel/plugin-transform-member-expression-literals": {
1215 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001216 "license": "MIT",
1217 "dependencies": {
1218 "@babel/helper-plugin-utils": "^7.27.1"
1219 },
1220 "engines": {
1221 "node": ">=6.9.0"
1222 },
1223 "peerDependencies": {
1224 "@babel/core": "^7.0.0-0"
1225 }
1226 },
1227 "node_modules/@babel/plugin-transform-modules-amd": {
1228 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001229 "license": "MIT",
1230 "dependencies": {
1231 "@babel/helper-module-transforms": "^7.27.1",
1232 "@babel/helper-plugin-utils": "^7.27.1"
1233 },
1234 "engines": {
1235 "node": ">=6.9.0"
1236 },
1237 "peerDependencies": {
1238 "@babel/core": "^7.0.0-0"
1239 }
1240 },
1241 "node_modules/@babel/plugin-transform-modules-commonjs": {
1242 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001243 "license": "MIT",
1244 "dependencies": {
1245 "@babel/helper-module-transforms": "^7.27.1",
1246 "@babel/helper-plugin-utils": "^7.27.1"
1247 },
1248 "engines": {
1249 "node": ">=6.9.0"
1250 },
1251 "peerDependencies": {
1252 "@babel/core": "^7.0.0-0"
1253 }
1254 },
1255 "node_modules/@babel/plugin-transform-modules-systemjs": {
1256 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001257 "license": "MIT",
1258 "dependencies": {
1259 "@babel/helper-module-transforms": "^7.27.1",
1260 "@babel/helper-plugin-utils": "^7.27.1",
1261 "@babel/helper-validator-identifier": "^7.27.1",
1262 "@babel/traverse": "^7.27.1"
1263 },
1264 "engines": {
1265 "node": ">=6.9.0"
1266 },
1267 "peerDependencies": {
1268 "@babel/core": "^7.0.0-0"
1269 }
1270 },
1271 "node_modules/@babel/plugin-transform-modules-umd": {
1272 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001273 "license": "MIT",
1274 "dependencies": {
1275 "@babel/helper-module-transforms": "^7.27.1",
1276 "@babel/helper-plugin-utils": "^7.27.1"
1277 },
1278 "engines": {
1279 "node": ">=6.9.0"
1280 },
1281 "peerDependencies": {
1282 "@babel/core": "^7.0.0-0"
1283 }
1284 },
1285 "node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
1286 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001287 "license": "MIT",
1288 "dependencies": {
1289 "@babel/helper-create-regexp-features-plugin": "^7.27.1",
1290 "@babel/helper-plugin-utils": "^7.27.1"
1291 },
1292 "engines": {
1293 "node": ">=6.9.0"
1294 },
1295 "peerDependencies": {
1296 "@babel/core": "^7.0.0"
1297 }
1298 },
1299 "node_modules/@babel/plugin-transform-new-target": {
1300 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001301 "license": "MIT",
1302 "dependencies": {
1303 "@babel/helper-plugin-utils": "^7.27.1"
1304 },
1305 "engines": {
1306 "node": ">=6.9.0"
1307 },
1308 "peerDependencies": {
1309 "@babel/core": "^7.0.0-0"
1310 }
1311 },
1312 "node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
1313 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001314 "license": "MIT",
1315 "dependencies": {
1316 "@babel/helper-plugin-utils": "^7.27.1"
1317 },
1318 "engines": {
1319 "node": ">=6.9.0"
1320 },
1321 "peerDependencies": {
1322 "@babel/core": "^7.0.0-0"
1323 }
1324 },
1325 "node_modules/@babel/plugin-transform-numeric-separator": {
1326 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001327 "license": "MIT",
1328 "dependencies": {
1329 "@babel/helper-plugin-utils": "^7.27.1"
1330 },
1331 "engines": {
1332 "node": ">=6.9.0"
1333 },
1334 "peerDependencies": {
1335 "@babel/core": "^7.0.0-0"
1336 }
1337 },
1338 "node_modules/@babel/plugin-transform-object-rest-spread": {
1339 "version": "7.27.2",
956303669a32fc2c2025-06-02 19:45:53 +08001340 "license": "MIT",
1341 "dependencies": {
1342 "@babel/helper-compilation-targets": "^7.27.2",
1343 "@babel/helper-plugin-utils": "^7.27.1",
1344 "@babel/plugin-transform-destructuring": "^7.27.1",
1345 "@babel/plugin-transform-parameters": "^7.27.1"
1346 },
1347 "engines": {
1348 "node": ">=6.9.0"
1349 },
1350 "peerDependencies": {
1351 "@babel/core": "^7.0.0-0"
1352 }
1353 },
1354 "node_modules/@babel/plugin-transform-object-super": {
1355 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001356 "license": "MIT",
1357 "dependencies": {
1358 "@babel/helper-plugin-utils": "^7.27.1",
1359 "@babel/helper-replace-supers": "^7.27.1"
1360 },
1361 "engines": {
1362 "node": ">=6.9.0"
1363 },
1364 "peerDependencies": {
1365 "@babel/core": "^7.0.0-0"
1366 }
1367 },
1368 "node_modules/@babel/plugin-transform-optional-catch-binding": {
1369 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001370 "license": "MIT",
1371 "dependencies": {
1372 "@babel/helper-plugin-utils": "^7.27.1"
1373 },
1374 "engines": {
1375 "node": ">=6.9.0"
1376 },
1377 "peerDependencies": {
1378 "@babel/core": "^7.0.0-0"
1379 }
1380 },
1381 "node_modules/@babel/plugin-transform-optional-chaining": {
1382 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001383 "license": "MIT",
1384 "dependencies": {
1385 "@babel/helper-plugin-utils": "^7.27.1",
1386 "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1"
1387 },
1388 "engines": {
1389 "node": ">=6.9.0"
1390 },
1391 "peerDependencies": {
1392 "@babel/core": "^7.0.0-0"
1393 }
1394 },
1395 "node_modules/@babel/plugin-transform-parameters": {
1396 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001397 "license": "MIT",
1398 "dependencies": {
1399 "@babel/helper-plugin-utils": "^7.27.1"
1400 },
1401 "engines": {
1402 "node": ">=6.9.0"
1403 },
1404 "peerDependencies": {
1405 "@babel/core": "^7.0.0-0"
1406 }
1407 },
1408 "node_modules/@babel/plugin-transform-private-methods": {
1409 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001410 "license": "MIT",
1411 "dependencies": {
1412 "@babel/helper-create-class-features-plugin": "^7.27.1",
1413 "@babel/helper-plugin-utils": "^7.27.1"
1414 },
1415 "engines": {
1416 "node": ">=6.9.0"
1417 },
1418 "peerDependencies": {
1419 "@babel/core": "^7.0.0-0"
1420 }
1421 },
1422 "node_modules/@babel/plugin-transform-private-property-in-object": {
1423 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001424 "license": "MIT",
1425 "dependencies": {
1426 "@babel/helper-annotate-as-pure": "^7.27.1",
1427 "@babel/helper-create-class-features-plugin": "^7.27.1",
1428 "@babel/helper-plugin-utils": "^7.27.1"
1429 },
1430 "engines": {
1431 "node": ">=6.9.0"
1432 },
1433 "peerDependencies": {
1434 "@babel/core": "^7.0.0-0"
1435 }
1436 },
1437 "node_modules/@babel/plugin-transform-property-literals": {
1438 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001439 "license": "MIT",
1440 "dependencies": {
1441 "@babel/helper-plugin-utils": "^7.27.1"
1442 },
1443 "engines": {
1444 "node": ">=6.9.0"
1445 },
1446 "peerDependencies": {
1447 "@babel/core": "^7.0.0-0"
1448 }
1449 },
1450 "node_modules/@babel/plugin-transform-react-constant-elements": {
1451 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001452 "license": "MIT",
1453 "dependencies": {
1454 "@babel/helper-plugin-utils": "^7.27.1"
1455 },
1456 "engines": {
1457 "node": ">=6.9.0"
1458 },
1459 "peerDependencies": {
1460 "@babel/core": "^7.0.0-0"
1461 }
1462 },
1463 "node_modules/@babel/plugin-transform-react-display-name": {
1464 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001465 "license": "MIT",
1466 "dependencies": {
1467 "@babel/helper-plugin-utils": "^7.27.1"
1468 },
1469 "engines": {
1470 "node": ">=6.9.0"
1471 },
1472 "peerDependencies": {
1473 "@babel/core": "^7.0.0-0"
1474 }
1475 },
1476 "node_modules/@babel/plugin-transform-react-jsx": {
1477 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001478 "license": "MIT",
1479 "dependencies": {
1480 "@babel/helper-annotate-as-pure": "^7.27.1",
1481 "@babel/helper-module-imports": "^7.27.1",
1482 "@babel/helper-plugin-utils": "^7.27.1",
1483 "@babel/plugin-syntax-jsx": "^7.27.1",
1484 "@babel/types": "^7.27.1"
1485 },
1486 "engines": {
1487 "node": ">=6.9.0"
1488 },
1489 "peerDependencies": {
1490 "@babel/core": "^7.0.0-0"
1491 }
1492 },
1493 "node_modules/@babel/plugin-transform-react-jsx-development": {
1494 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001495 "license": "MIT",
1496 "dependencies": {
1497 "@babel/plugin-transform-react-jsx": "^7.27.1"
1498 },
1499 "engines": {
1500 "node": ">=6.9.0"
1501 },
1502 "peerDependencies": {
1503 "@babel/core": "^7.0.0-0"
1504 }
1505 },
1506 "node_modules/@babel/plugin-transform-react-pure-annotations": {
1507 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001508 "license": "MIT",
1509 "dependencies": {
1510 "@babel/helper-annotate-as-pure": "^7.27.1",
1511 "@babel/helper-plugin-utils": "^7.27.1"
1512 },
1513 "engines": {
1514 "node": ">=6.9.0"
1515 },
1516 "peerDependencies": {
1517 "@babel/core": "^7.0.0-0"
1518 }
1519 },
1520 "node_modules/@babel/plugin-transform-regenerator": {
1521 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001522 "license": "MIT",
1523 "dependencies": {
1524 "@babel/helper-plugin-utils": "^7.27.1"
1525 },
1526 "engines": {
1527 "node": ">=6.9.0"
1528 },
1529 "peerDependencies": {
1530 "@babel/core": "^7.0.0-0"
1531 }
1532 },
1533 "node_modules/@babel/plugin-transform-regexp-modifiers": {
1534 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001535 "license": "MIT",
1536 "dependencies": {
1537 "@babel/helper-create-regexp-features-plugin": "^7.27.1",
1538 "@babel/helper-plugin-utils": "^7.27.1"
1539 },
1540 "engines": {
1541 "node": ">=6.9.0"
1542 },
1543 "peerDependencies": {
1544 "@babel/core": "^7.0.0"
1545 }
1546 },
1547 "node_modules/@babel/plugin-transform-reserved-words": {
1548 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001549 "license": "MIT",
1550 "dependencies": {
1551 "@babel/helper-plugin-utils": "^7.27.1"
1552 },
1553 "engines": {
1554 "node": ">=6.9.0"
1555 },
1556 "peerDependencies": {
1557 "@babel/core": "^7.0.0-0"
1558 }
1559 },
1560 "node_modules/@babel/plugin-transform-runtime": {
1561 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001562 "license": "MIT",
1563 "dependencies": {
1564 "@babel/helper-module-imports": "^7.27.1",
1565 "@babel/helper-plugin-utils": "^7.27.1",
1566 "babel-plugin-polyfill-corejs2": "^0.4.10",
1567 "babel-plugin-polyfill-corejs3": "^0.11.0",
1568 "babel-plugin-polyfill-regenerator": "^0.6.1",
1569 "semver": "^6.3.1"
1570 },
1571 "engines": {
1572 "node": ">=6.9.0"
1573 },
1574 "peerDependencies": {
1575 "@babel/core": "^7.0.0-0"
1576 }
1577 },
1578 "node_modules/@babel/plugin-transform-runtime/node_modules/semver": {
1579 "version": "6.3.1",
956303669a32fc2c2025-06-02 19:45:53 +08001580 "license": "ISC",
1581 "bin": {
1582 "semver": "bin/semver.js"
1583 }
1584 },
1585 "node_modules/@babel/plugin-transform-shorthand-properties": {
1586 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001587 "license": "MIT",
1588 "dependencies": {
1589 "@babel/helper-plugin-utils": "^7.27.1"
1590 },
1591 "engines": {
1592 "node": ">=6.9.0"
1593 },
1594 "peerDependencies": {
1595 "@babel/core": "^7.0.0-0"
1596 }
1597 },
1598 "node_modules/@babel/plugin-transform-spread": {
1599 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001600 "license": "MIT",
1601 "dependencies": {
1602 "@babel/helper-plugin-utils": "^7.27.1",
1603 "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1"
1604 },
1605 "engines": {
1606 "node": ">=6.9.0"
1607 },
1608 "peerDependencies": {
1609 "@babel/core": "^7.0.0-0"
1610 }
1611 },
1612 "node_modules/@babel/plugin-transform-sticky-regex": {
1613 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001614 "license": "MIT",
1615 "dependencies": {
1616 "@babel/helper-plugin-utils": "^7.27.1"
1617 },
1618 "engines": {
1619 "node": ">=6.9.0"
1620 },
1621 "peerDependencies": {
1622 "@babel/core": "^7.0.0-0"
1623 }
1624 },
1625 "node_modules/@babel/plugin-transform-template-literals": {
1626 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001627 "license": "MIT",
1628 "dependencies": {
1629 "@babel/helper-plugin-utils": "^7.27.1"
1630 },
1631 "engines": {
1632 "node": ">=6.9.0"
1633 },
1634 "peerDependencies": {
1635 "@babel/core": "^7.0.0-0"
1636 }
1637 },
1638 "node_modules/@babel/plugin-transform-typeof-symbol": {
1639 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001640 "license": "MIT",
1641 "dependencies": {
1642 "@babel/helper-plugin-utils": "^7.27.1"
1643 },
1644 "engines": {
1645 "node": ">=6.9.0"
1646 },
1647 "peerDependencies": {
1648 "@babel/core": "^7.0.0-0"
1649 }
1650 },
1651 "node_modules/@babel/plugin-transform-typescript": {
1652 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001653 "license": "MIT",
1654 "dependencies": {
1655 "@babel/helper-annotate-as-pure": "^7.27.1",
1656 "@babel/helper-create-class-features-plugin": "^7.27.1",
1657 "@babel/helper-plugin-utils": "^7.27.1",
1658 "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
1659 "@babel/plugin-syntax-typescript": "^7.27.1"
1660 },
1661 "engines": {
1662 "node": ">=6.9.0"
1663 },
1664 "peerDependencies": {
1665 "@babel/core": "^7.0.0-0"
1666 }
1667 },
1668 "node_modules/@babel/plugin-transform-unicode-escapes": {
1669 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001670 "license": "MIT",
1671 "dependencies": {
1672 "@babel/helper-plugin-utils": "^7.27.1"
1673 },
1674 "engines": {
1675 "node": ">=6.9.0"
1676 },
1677 "peerDependencies": {
1678 "@babel/core": "^7.0.0-0"
1679 }
1680 },
1681 "node_modules/@babel/plugin-transform-unicode-property-regex": {
1682 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001683 "license": "MIT",
1684 "dependencies": {
1685 "@babel/helper-create-regexp-features-plugin": "^7.27.1",
1686 "@babel/helper-plugin-utils": "^7.27.1"
1687 },
1688 "engines": {
1689 "node": ">=6.9.0"
1690 },
1691 "peerDependencies": {
1692 "@babel/core": "^7.0.0-0"
1693 }
1694 },
1695 "node_modules/@babel/plugin-transform-unicode-regex": {
1696 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001697 "license": "MIT",
1698 "dependencies": {
1699 "@babel/helper-create-regexp-features-plugin": "^7.27.1",
1700 "@babel/helper-plugin-utils": "^7.27.1"
1701 },
1702 "engines": {
1703 "node": ">=6.9.0"
1704 },
1705 "peerDependencies": {
1706 "@babel/core": "^7.0.0-0"
1707 }
1708 },
1709 "node_modules/@babel/plugin-transform-unicode-sets-regex": {
1710 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001711 "license": "MIT",
1712 "dependencies": {
1713 "@babel/helper-create-regexp-features-plugin": "^7.27.1",
1714 "@babel/helper-plugin-utils": "^7.27.1"
1715 },
1716 "engines": {
1717 "node": ">=6.9.0"
1718 },
1719 "peerDependencies": {
1720 "@babel/core": "^7.0.0"
1721 }
1722 },
1723 "node_modules/@babel/preset-env": {
1724 "version": "7.27.2",
956303669a32fc2c2025-06-02 19:45:53 +08001725 "license": "MIT",
1726 "dependencies": {
1727 "@babel/compat-data": "^7.27.2",
1728 "@babel/helper-compilation-targets": "^7.27.2",
1729 "@babel/helper-plugin-utils": "^7.27.1",
1730 "@babel/helper-validator-option": "^7.27.1",
1731 "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.27.1",
1732 "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.27.1",
1733 "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.27.1",
1734 "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.27.1",
1735 "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.27.1",
1736 "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
1737 "@babel/plugin-syntax-import-assertions": "^7.27.1",
1738 "@babel/plugin-syntax-import-attributes": "^7.27.1",
1739 "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
1740 "@babel/plugin-transform-arrow-functions": "^7.27.1",
1741 "@babel/plugin-transform-async-generator-functions": "^7.27.1",
1742 "@babel/plugin-transform-async-to-generator": "^7.27.1",
1743 "@babel/plugin-transform-block-scoped-functions": "^7.27.1",
1744 "@babel/plugin-transform-block-scoping": "^7.27.1",
1745 "@babel/plugin-transform-class-properties": "^7.27.1",
1746 "@babel/plugin-transform-class-static-block": "^7.27.1",
1747 "@babel/plugin-transform-classes": "^7.27.1",
1748 "@babel/plugin-transform-computed-properties": "^7.27.1",
1749 "@babel/plugin-transform-destructuring": "^7.27.1",
1750 "@babel/plugin-transform-dotall-regex": "^7.27.1",
1751 "@babel/plugin-transform-duplicate-keys": "^7.27.1",
1752 "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.27.1",
1753 "@babel/plugin-transform-dynamic-import": "^7.27.1",
1754 "@babel/plugin-transform-exponentiation-operator": "^7.27.1",
1755 "@babel/plugin-transform-export-namespace-from": "^7.27.1",
1756 "@babel/plugin-transform-for-of": "^7.27.1",
1757 "@babel/plugin-transform-function-name": "^7.27.1",
1758 "@babel/plugin-transform-json-strings": "^7.27.1",
1759 "@babel/plugin-transform-literals": "^7.27.1",
1760 "@babel/plugin-transform-logical-assignment-operators": "^7.27.1",
1761 "@babel/plugin-transform-member-expression-literals": "^7.27.1",
1762 "@babel/plugin-transform-modules-amd": "^7.27.1",
1763 "@babel/plugin-transform-modules-commonjs": "^7.27.1",
1764 "@babel/plugin-transform-modules-systemjs": "^7.27.1",
1765 "@babel/plugin-transform-modules-umd": "^7.27.1",
1766 "@babel/plugin-transform-named-capturing-groups-regex": "^7.27.1",
1767 "@babel/plugin-transform-new-target": "^7.27.1",
1768 "@babel/plugin-transform-nullish-coalescing-operator": "^7.27.1",
1769 "@babel/plugin-transform-numeric-separator": "^7.27.1",
1770 "@babel/plugin-transform-object-rest-spread": "^7.27.2",
1771 "@babel/plugin-transform-object-super": "^7.27.1",
1772 "@babel/plugin-transform-optional-catch-binding": "^7.27.1",
1773 "@babel/plugin-transform-optional-chaining": "^7.27.1",
1774 "@babel/plugin-transform-parameters": "^7.27.1",
1775 "@babel/plugin-transform-private-methods": "^7.27.1",
1776 "@babel/plugin-transform-private-property-in-object": "^7.27.1",
1777 "@babel/plugin-transform-property-literals": "^7.27.1",
1778 "@babel/plugin-transform-regenerator": "^7.27.1",
1779 "@babel/plugin-transform-regexp-modifiers": "^7.27.1",
1780 "@babel/plugin-transform-reserved-words": "^7.27.1",
1781 "@babel/plugin-transform-shorthand-properties": "^7.27.1",
1782 "@babel/plugin-transform-spread": "^7.27.1",
1783 "@babel/plugin-transform-sticky-regex": "^7.27.1",
1784 "@babel/plugin-transform-template-literals": "^7.27.1",
1785 "@babel/plugin-transform-typeof-symbol": "^7.27.1",
1786 "@babel/plugin-transform-unicode-escapes": "^7.27.1",
1787 "@babel/plugin-transform-unicode-property-regex": "^7.27.1",
1788 "@babel/plugin-transform-unicode-regex": "^7.27.1",
1789 "@babel/plugin-transform-unicode-sets-regex": "^7.27.1",
1790 "@babel/preset-modules": "0.1.6-no-external-plugins",
1791 "babel-plugin-polyfill-corejs2": "^0.4.10",
1792 "babel-plugin-polyfill-corejs3": "^0.11.0",
1793 "babel-plugin-polyfill-regenerator": "^0.6.1",
1794 "core-js-compat": "^3.40.0",
1795 "semver": "^6.3.1"
1796 },
1797 "engines": {
1798 "node": ">=6.9.0"
1799 },
1800 "peerDependencies": {
1801 "@babel/core": "^7.0.0-0"
1802 }
1803 },
1804 "node_modules/@babel/preset-env/node_modules/semver": {
1805 "version": "6.3.1",
956303669a32fc2c2025-06-02 19:45:53 +08001806 "license": "ISC",
1807 "bin": {
1808 "semver": "bin/semver.js"
1809 }
1810 },
1811 "node_modules/@babel/preset-modules": {
1812 "version": "0.1.6-no-external-plugins",
956303669a32fc2c2025-06-02 19:45:53 +08001813 "license": "MIT",
1814 "dependencies": {
1815 "@babel/helper-plugin-utils": "^7.0.0",
1816 "@babel/types": "^7.4.4",
1817 "esutils": "^2.0.2"
1818 },
1819 "peerDependencies": {
1820 "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0"
1821 }
1822 },
1823 "node_modules/@babel/preset-react": {
1824 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001825 "license": "MIT",
1826 "dependencies": {
1827 "@babel/helper-plugin-utils": "^7.27.1",
1828 "@babel/helper-validator-option": "^7.27.1",
1829 "@babel/plugin-transform-react-display-name": "^7.27.1",
1830 "@babel/plugin-transform-react-jsx": "^7.27.1",
1831 "@babel/plugin-transform-react-jsx-development": "^7.27.1",
1832 "@babel/plugin-transform-react-pure-annotations": "^7.27.1"
1833 },
1834 "engines": {
1835 "node": ">=6.9.0"
1836 },
1837 "peerDependencies": {
1838 "@babel/core": "^7.0.0-0"
1839 }
1840 },
1841 "node_modules/@babel/preset-typescript": {
1842 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001843 "license": "MIT",
1844 "dependencies": {
1845 "@babel/helper-plugin-utils": "^7.27.1",
1846 "@babel/helper-validator-option": "^7.27.1",
1847 "@babel/plugin-syntax-jsx": "^7.27.1",
1848 "@babel/plugin-transform-modules-commonjs": "^7.27.1",
1849 "@babel/plugin-transform-typescript": "^7.27.1"
1850 },
1851 "engines": {
1852 "node": ">=6.9.0"
1853 },
1854 "peerDependencies": {
1855 "@babel/core": "^7.0.0-0"
1856 }
1857 },
1858 "node_modules/@babel/runtime": {
1859 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001860 "license": "MIT",
1861 "engines": {
1862 "node": ">=6.9.0"
1863 }
1864 },
1865 "node_modules/@babel/template": {
1866 "version": "7.27.2",
956303669a32fc2c2025-06-02 19:45:53 +08001867 "license": "MIT",
1868 "dependencies": {
1869 "@babel/code-frame": "^7.27.1",
1870 "@babel/parser": "^7.27.2",
1871 "@babel/types": "^7.27.1"
1872 },
1873 "engines": {
1874 "node": ">=6.9.0"
1875 }
1876 },
1877 "node_modules/@babel/traverse": {
1878 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001879 "license": "MIT",
1880 "dependencies": {
1881 "@babel/code-frame": "^7.27.1",
1882 "@babel/generator": "^7.27.1",
1883 "@babel/parser": "^7.27.1",
1884 "@babel/template": "^7.27.1",
1885 "@babel/types": "^7.27.1",
1886 "debug": "^4.3.1",
1887 "globals": "^11.1.0"
1888 },
1889 "engines": {
1890 "node": ">=6.9.0"
1891 }
1892 },
1893 "node_modules/@babel/types": {
1894 "version": "7.27.1",
956303669a32fc2c2025-06-02 19:45:53 +08001895 "license": "MIT",
1896 "dependencies": {
1897 "@babel/helper-string-parser": "^7.27.1",
1898 "@babel/helper-validator-identifier": "^7.27.1"
1899 },
1900 "engines": {
1901 "node": ">=6.9.0"
1902 }
1903 },
1904 "node_modules/@bcoe/v8-coverage": {
1905 "version": "0.2.3",
956303669a32fc2c2025-06-02 19:45:53 +08001906 "license": "MIT"
1907 },
1908 "node_modules/@csstools/normalize.css": {
1909 "version": "12.1.1",
956303669a32fc2c2025-06-02 19:45:53 +08001910 "license": "CC0-1.0"
1911 },
1912 "node_modules/@csstools/postcss-cascade-layers": {
1913 "version": "1.1.1",
956303669a32fc2c2025-06-02 19:45:53 +08001914 "license": "CC0-1.0",
1915 "dependencies": {
1916 "@csstools/selector-specificity": "^2.0.2",
1917 "postcss-selector-parser": "^6.0.10"
1918 },
1919 "engines": {
1920 "node": "^12 || ^14 || >=16"
1921 },
1922 "funding": {
1923 "type": "opencollective",
1924 "url": "https://opencollective.com/csstools"
1925 },
1926 "peerDependencies": {
1927 "postcss": "^8.2"
1928 }
1929 },
1930 "node_modules/@csstools/postcss-color-function": {
1931 "version": "1.1.1",
956303669a32fc2c2025-06-02 19:45:53 +08001932 "license": "CC0-1.0",
1933 "dependencies": {
1934 "@csstools/postcss-progressive-custom-properties": "^1.1.0",
1935 "postcss-value-parser": "^4.2.0"
1936 },
1937 "engines": {
1938 "node": "^12 || ^14 || >=16"
1939 },
1940 "funding": {
1941 "type": "opencollective",
1942 "url": "https://opencollective.com/csstools"
1943 },
1944 "peerDependencies": {
1945 "postcss": "^8.2"
1946 }
1947 },
1948 "node_modules/@csstools/postcss-font-format-keywords": {
1949 "version": "1.0.1",
956303669a32fc2c2025-06-02 19:45:53 +08001950 "license": "CC0-1.0",
1951 "dependencies": {
1952 "postcss-value-parser": "^4.2.0"
1953 },
1954 "engines": {
1955 "node": "^12 || ^14 || >=16"
1956 },
1957 "funding": {
1958 "type": "opencollective",
1959 "url": "https://opencollective.com/csstools"
1960 },
1961 "peerDependencies": {
1962 "postcss": "^8.2"
1963 }
1964 },
1965 "node_modules/@csstools/postcss-hwb-function": {
1966 "version": "1.0.2",
956303669a32fc2c2025-06-02 19:45:53 +08001967 "license": "CC0-1.0",
1968 "dependencies": {
1969 "postcss-value-parser": "^4.2.0"
1970 },
1971 "engines": {
1972 "node": "^12 || ^14 || >=16"
1973 },
1974 "funding": {
1975 "type": "opencollective",
1976 "url": "https://opencollective.com/csstools"
1977 },
1978 "peerDependencies": {
1979 "postcss": "^8.2"
1980 }
1981 },
1982 "node_modules/@csstools/postcss-ic-unit": {
1983 "version": "1.0.1",
956303669a32fc2c2025-06-02 19:45:53 +08001984 "license": "CC0-1.0",
1985 "dependencies": {
1986 "@csstools/postcss-progressive-custom-properties": "^1.1.0",
1987 "postcss-value-parser": "^4.2.0"
1988 },
1989 "engines": {
1990 "node": "^12 || ^14 || >=16"
1991 },
1992 "funding": {
1993 "type": "opencollective",
1994 "url": "https://opencollective.com/csstools"
1995 },
1996 "peerDependencies": {
1997 "postcss": "^8.2"
1998 }
1999 },
2000 "node_modules/@csstools/postcss-is-pseudo-class": {
2001 "version": "2.0.7",
956303669a32fc2c2025-06-02 19:45:53 +08002002 "license": "CC0-1.0",
2003 "dependencies": {
2004 "@csstools/selector-specificity": "^2.0.0",
2005 "postcss-selector-parser": "^6.0.10"
2006 },
2007 "engines": {
2008 "node": "^12 || ^14 || >=16"
2009 },
2010 "funding": {
2011 "type": "opencollective",
2012 "url": "https://opencollective.com/csstools"
2013 },
2014 "peerDependencies": {
2015 "postcss": "^8.2"
2016 }
2017 },
2018 "node_modules/@csstools/postcss-nested-calc": {
2019 "version": "1.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08002020 "license": "CC0-1.0",
2021 "dependencies": {
2022 "postcss-value-parser": "^4.2.0"
2023 },
2024 "engines": {
2025 "node": "^12 || ^14 || >=16"
2026 },
2027 "funding": {
2028 "type": "opencollective",
2029 "url": "https://opencollective.com/csstools"
2030 },
2031 "peerDependencies": {
2032 "postcss": "^8.2"
2033 }
2034 },
2035 "node_modules/@csstools/postcss-normalize-display-values": {
2036 "version": "1.0.1",
956303669a32fc2c2025-06-02 19:45:53 +08002037 "license": "CC0-1.0",
2038 "dependencies": {
2039 "postcss-value-parser": "^4.2.0"
2040 },
2041 "engines": {
2042 "node": "^12 || ^14 || >=16"
2043 },
2044 "funding": {
2045 "type": "opencollective",
2046 "url": "https://opencollective.com/csstools"
2047 },
2048 "peerDependencies": {
2049 "postcss": "^8.2"
2050 }
2051 },
2052 "node_modules/@csstools/postcss-oklab-function": {
2053 "version": "1.1.1",
956303669a32fc2c2025-06-02 19:45:53 +08002054 "license": "CC0-1.0",
2055 "dependencies": {
2056 "@csstools/postcss-progressive-custom-properties": "^1.1.0",
2057 "postcss-value-parser": "^4.2.0"
2058 },
2059 "engines": {
2060 "node": "^12 || ^14 || >=16"
2061 },
2062 "funding": {
2063 "type": "opencollective",
2064 "url": "https://opencollective.com/csstools"
2065 },
2066 "peerDependencies": {
2067 "postcss": "^8.2"
2068 }
2069 },
2070 "node_modules/@csstools/postcss-progressive-custom-properties": {
2071 "version": "1.3.0",
956303669a32fc2c2025-06-02 19:45:53 +08002072 "license": "CC0-1.0",
2073 "dependencies": {
2074 "postcss-value-parser": "^4.2.0"
2075 },
2076 "engines": {
2077 "node": "^12 || ^14 || >=16"
2078 },
2079 "peerDependencies": {
2080 "postcss": "^8.3"
2081 }
2082 },
2083 "node_modules/@csstools/postcss-stepped-value-functions": {
2084 "version": "1.0.1",
956303669a32fc2c2025-06-02 19:45:53 +08002085 "license": "CC0-1.0",
2086 "dependencies": {
2087 "postcss-value-parser": "^4.2.0"
2088 },
2089 "engines": {
2090 "node": "^12 || ^14 || >=16"
2091 },
2092 "funding": {
2093 "type": "opencollective",
2094 "url": "https://opencollective.com/csstools"
2095 },
2096 "peerDependencies": {
2097 "postcss": "^8.2"
2098 }
2099 },
2100 "node_modules/@csstools/postcss-text-decoration-shorthand": {
2101 "version": "1.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08002102 "license": "CC0-1.0",
2103 "dependencies": {
2104 "postcss-value-parser": "^4.2.0"
2105 },
2106 "engines": {
2107 "node": "^12 || ^14 || >=16"
2108 },
2109 "funding": {
2110 "type": "opencollective",
2111 "url": "https://opencollective.com/csstools"
2112 },
2113 "peerDependencies": {
2114 "postcss": "^8.2"
2115 }
2116 },
2117 "node_modules/@csstools/postcss-trigonometric-functions": {
2118 "version": "1.0.2",
956303669a32fc2c2025-06-02 19:45:53 +08002119 "license": "CC0-1.0",
2120 "dependencies": {
2121 "postcss-value-parser": "^4.2.0"
2122 },
2123 "engines": {
2124 "node": "^14 || >=16"
2125 },
2126 "funding": {
2127 "type": "opencollective",
2128 "url": "https://opencollective.com/csstools"
2129 },
2130 "peerDependencies": {
2131 "postcss": "^8.2"
2132 }
2133 },
2134 "node_modules/@csstools/postcss-unset-value": {
2135 "version": "1.0.2",
956303669a32fc2c2025-06-02 19:45:53 +08002136 "license": "CC0-1.0",
2137 "engines": {
2138 "node": "^12 || ^14 || >=16"
2139 },
2140 "funding": {
2141 "type": "opencollective",
2142 "url": "https://opencollective.com/csstools"
2143 },
2144 "peerDependencies": {
2145 "postcss": "^8.2"
2146 }
2147 },
2148 "node_modules/@csstools/selector-specificity": {
2149 "version": "2.2.0",
956303669a32fc2c2025-06-02 19:45:53 +08002150 "license": "CC0-1.0",
2151 "engines": {
2152 "node": "^14 || ^16 || >=18"
2153 },
2154 "funding": {
2155 "type": "opencollective",
2156 "url": "https://opencollective.com/csstools"
2157 },
2158 "peerDependencies": {
2159 "postcss-selector-parser": "^6.0.10"
2160 }
2161 },
2162 "node_modules/@emotion/babel-plugin": {
2163 "version": "11.13.5",
956303669a32fc2c2025-06-02 19:45:53 +08002164 "license": "MIT",
2165 "dependencies": {
2166 "@babel/helper-module-imports": "^7.16.7",
2167 "@babel/runtime": "^7.18.3",
2168 "@emotion/hash": "^0.9.2",
2169 "@emotion/memoize": "^0.9.0",
2170 "@emotion/serialize": "^1.3.3",
2171 "babel-plugin-macros": "^3.1.0",
2172 "convert-source-map": "^1.5.0",
2173 "escape-string-regexp": "^4.0.0",
2174 "find-root": "^1.1.0",
2175 "source-map": "^0.5.7",
2176 "stylis": "4.2.0"
2177 }
2178 },
2179 "node_modules/@emotion/cache": {
2180 "version": "11.14.0",
956303669a32fc2c2025-06-02 19:45:53 +08002181 "license": "MIT",
2182 "dependencies": {
2183 "@emotion/memoize": "^0.9.0",
2184 "@emotion/sheet": "^1.4.0",
2185 "@emotion/utils": "^1.4.2",
2186 "@emotion/weak-memoize": "^0.4.0",
2187 "stylis": "4.2.0"
2188 }
2189 },
2190 "node_modules/@emotion/hash": {
2191 "version": "0.9.2",
956303669a32fc2c2025-06-02 19:45:53 +08002192 "license": "MIT"
2193 },
2194 "node_modules/@emotion/is-prop-valid": {
2195 "version": "1.3.1",
956303669a32fc2c2025-06-02 19:45:53 +08002196 "license": "MIT",
2197 "dependencies": {
2198 "@emotion/memoize": "^0.9.0"
2199 }
2200 },
2201 "node_modules/@emotion/memoize": {
2202 "version": "0.9.0",
956303669a32fc2c2025-06-02 19:45:53 +08002203 "license": "MIT"
2204 },
2205 "node_modules/@emotion/react": {
2206 "version": "11.14.0",
956303669a32fc2c2025-06-02 19:45:53 +08002207 "license": "MIT",
2208 "dependencies": {
2209 "@babel/runtime": "^7.18.3",
2210 "@emotion/babel-plugin": "^11.13.5",
2211 "@emotion/cache": "^11.14.0",
2212 "@emotion/serialize": "^1.3.3",
2213 "@emotion/use-insertion-effect-with-fallbacks": "^1.2.0",
2214 "@emotion/utils": "^1.4.2",
2215 "@emotion/weak-memoize": "^0.4.0",
2216 "hoist-non-react-statics": "^3.3.1"
2217 },
2218 "peerDependencies": {
2219 "react": ">=16.8.0"
2220 },
2221 "peerDependenciesMeta": {
2222 "@types/react": {
2223 "optional": true
2224 }
2225 }
2226 },
2227 "node_modules/@emotion/serialize": {
2228 "version": "1.3.3",
956303669a32fc2c2025-06-02 19:45:53 +08002229 "license": "MIT",
2230 "dependencies": {
2231 "@emotion/hash": "^0.9.2",
2232 "@emotion/memoize": "^0.9.0",
2233 "@emotion/unitless": "^0.10.0",
2234 "@emotion/utils": "^1.4.2",
2235 "csstype": "^3.0.2"
2236 }
2237 },
2238 "node_modules/@emotion/sheet": {
2239 "version": "1.4.0",
956303669a32fc2c2025-06-02 19:45:53 +08002240 "license": "MIT"
2241 },
2242 "node_modules/@emotion/styled": {
2243 "version": "11.14.0",
956303669a32fc2c2025-06-02 19:45:53 +08002244 "license": "MIT",
2245 "dependencies": {
2246 "@babel/runtime": "^7.18.3",
2247 "@emotion/babel-plugin": "^11.13.5",
2248 "@emotion/is-prop-valid": "^1.3.0",
2249 "@emotion/serialize": "^1.3.3",
2250 "@emotion/use-insertion-effect-with-fallbacks": "^1.2.0",
2251 "@emotion/utils": "^1.4.2"
2252 },
2253 "peerDependencies": {
2254 "@emotion/react": "^11.0.0-rc.0",
2255 "react": ">=16.8.0"
2256 },
2257 "peerDependenciesMeta": {
2258 "@types/react": {
2259 "optional": true
2260 }
2261 }
2262 },
2263 "node_modules/@emotion/unitless": {
2264 "version": "0.10.0",
956303669a32fc2c2025-06-02 19:45:53 +08002265 "license": "MIT"
2266 },
2267 "node_modules/@emotion/use-insertion-effect-with-fallbacks": {
2268 "version": "1.2.0",
956303669a32fc2c2025-06-02 19:45:53 +08002269 "license": "MIT",
2270 "peerDependencies": {
2271 "react": ">=16.8.0"
2272 }
2273 },
2274 "node_modules/@emotion/utils": {
2275 "version": "1.4.2",
956303669a32fc2c2025-06-02 19:45:53 +08002276 "license": "MIT"
2277 },
2278 "node_modules/@emotion/weak-memoize": {
2279 "version": "0.4.0",
956303669a32fc2c2025-06-02 19:45:53 +08002280 "license": "MIT"
2281 },
2282 "node_modules/@eslint-community/eslint-utils": {
2283 "version": "4.7.0",
956303669a32fc2c2025-06-02 19:45:53 +08002284 "license": "MIT",
2285 "dependencies": {
2286 "eslint-visitor-keys": "^3.4.3"
2287 },
2288 "engines": {
2289 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
2290 },
2291 "funding": {
2292 "url": "https://opencollective.com/eslint"
2293 },
2294 "peerDependencies": {
2295 "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
2296 }
2297 },
2298 "node_modules/@eslint-community/regexpp": {
2299 "version": "4.12.1",
956303669a32fc2c2025-06-02 19:45:53 +08002300 "license": "MIT",
2301 "engines": {
2302 "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
2303 }
2304 },
2305 "node_modules/@eslint/eslintrc": {
2306 "version": "2.1.4",
956303669a32fc2c2025-06-02 19:45:53 +08002307 "license": "MIT",
2308 "dependencies": {
2309 "ajv": "^6.12.4",
2310 "debug": "^4.3.2",
2311 "espree": "^9.6.0",
2312 "globals": "^13.19.0",
2313 "ignore": "^5.2.0",
2314 "import-fresh": "^3.2.1",
2315 "js-yaml": "^4.1.0",
2316 "minimatch": "^3.1.2",
2317 "strip-json-comments": "^3.1.1"
2318 },
2319 "engines": {
2320 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
2321 },
2322 "funding": {
2323 "url": "https://opencollective.com/eslint"
2324 }
2325 },
2326 "node_modules/@eslint/eslintrc/node_modules/argparse": {
2327 "version": "2.0.1",
956303669a32fc2c2025-06-02 19:45:53 +08002328 "license": "Python-2.0"
2329 },
2330 "node_modules/@eslint/eslintrc/node_modules/globals": {
2331 "version": "13.24.0",
956303669a32fc2c2025-06-02 19:45:53 +08002332 "license": "MIT",
2333 "dependencies": {
2334 "type-fest": "^0.20.2"
2335 },
2336 "engines": {
2337 "node": ">=8"
2338 },
2339 "funding": {
2340 "url": "https://github.com/sponsors/sindresorhus"
2341 }
2342 },
2343 "node_modules/@eslint/eslintrc/node_modules/js-yaml": {
2344 "version": "4.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08002345 "license": "MIT",
2346 "dependencies": {
2347 "argparse": "^2.0.1"
2348 },
2349 "bin": {
2350 "js-yaml": "bin/js-yaml.js"
2351 }
2352 },
2353 "node_modules/@eslint/eslintrc/node_modules/type-fest": {
2354 "version": "0.20.2",
956303669a32fc2c2025-06-02 19:45:53 +08002355 "license": "(MIT OR CC0-1.0)",
2356 "engines": {
2357 "node": ">=10"
2358 },
2359 "funding": {
2360 "url": "https://github.com/sponsors/sindresorhus"
2361 }
2362 },
2363 "node_modules/@eslint/js": {
2364 "version": "8.57.1",
956303669a32fc2c2025-06-02 19:45:53 +08002365 "license": "MIT",
2366 "engines": {
2367 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
2368 }
2369 },
2370 "node_modules/@humanwhocodes/config-array": {
2371 "version": "0.13.0",
956303669a32fc2c2025-06-02 19:45:53 +08002372 "license": "Apache-2.0",
2373 "dependencies": {
2374 "@humanwhocodes/object-schema": "^2.0.3",
2375 "debug": "^4.3.1",
2376 "minimatch": "^3.0.5"
2377 },
2378 "engines": {
2379 "node": ">=10.10.0"
2380 }
2381 },
2382 "node_modules/@humanwhocodes/module-importer": {
2383 "version": "1.0.1",
956303669a32fc2c2025-06-02 19:45:53 +08002384 "license": "Apache-2.0",
2385 "engines": {
2386 "node": ">=12.22"
2387 },
2388 "funding": {
2389 "type": "github",
2390 "url": "https://github.com/sponsors/nzakas"
2391 }
2392 },
2393 "node_modules/@humanwhocodes/object-schema": {
2394 "version": "2.0.3",
956303669a32fc2c2025-06-02 19:45:53 +08002395 "license": "BSD-3-Clause"
2396 },
2397 "node_modules/@isaacs/cliui": {
2398 "version": "8.0.2",
956303669a32fc2c2025-06-02 19:45:53 +08002399 "license": "ISC",
2400 "dependencies": {
2401 "string-width": "^5.1.2",
2402 "string-width-cjs": "npm:string-width@^4.2.0",
2403 "strip-ansi": "^7.0.1",
2404 "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
2405 "wrap-ansi": "^8.1.0",
2406 "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
2407 },
2408 "engines": {
2409 "node": ">=12"
2410 }
2411 },
2412 "node_modules/@isaacs/cliui/node_modules/ansi-regex": {
2413 "version": "6.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08002414 "license": "MIT",
2415 "engines": {
2416 "node": ">=12"
2417 },
2418 "funding": {
2419 "url": "https://github.com/chalk/ansi-regex?sponsor=1"
2420 }
2421 },
2422 "node_modules/@isaacs/cliui/node_modules/ansi-styles": {
2423 "version": "6.2.1",
956303669a32fc2c2025-06-02 19:45:53 +08002424 "license": "MIT",
2425 "engines": {
2426 "node": ">=12"
2427 },
2428 "funding": {
2429 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2430 }
2431 },
2432 "node_modules/@isaacs/cliui/node_modules/string-width": {
2433 "version": "5.1.2",
956303669a32fc2c2025-06-02 19:45:53 +08002434 "license": "MIT",
2435 "dependencies": {
2436 "eastasianwidth": "^0.2.0",
2437 "emoji-regex": "^9.2.2",
2438 "strip-ansi": "^7.0.1"
2439 },
2440 "engines": {
2441 "node": ">=12"
2442 },
2443 "funding": {
2444 "url": "https://github.com/sponsors/sindresorhus"
2445 }
2446 },
2447 "node_modules/@isaacs/cliui/node_modules/strip-ansi": {
2448 "version": "7.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08002449 "license": "MIT",
2450 "dependencies": {
2451 "ansi-regex": "^6.0.1"
2452 },
2453 "engines": {
2454 "node": ">=12"
2455 },
2456 "funding": {
2457 "url": "https://github.com/chalk/strip-ansi?sponsor=1"
2458 }
2459 },
2460 "node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
2461 "version": "8.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08002462 "license": "MIT",
2463 "dependencies": {
2464 "ansi-styles": "^6.1.0",
2465 "string-width": "^5.0.1",
2466 "strip-ansi": "^7.0.1"
2467 },
2468 "engines": {
2469 "node": ">=12"
2470 },
2471 "funding": {
2472 "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
2473 }
2474 },
2475 "node_modules/@istanbuljs/load-nyc-config": {
2476 "version": "1.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08002477 "license": "ISC",
2478 "dependencies": {
2479 "camelcase": "^5.3.1",
2480 "find-up": "^4.1.0",
2481 "get-package-type": "^0.1.0",
2482 "js-yaml": "^3.13.1",
2483 "resolve-from": "^5.0.0"
2484 },
2485 "engines": {
2486 "node": ">=8"
2487 }
2488 },
2489 "node_modules/@istanbuljs/load-nyc-config/node_modules/camelcase": {
2490 "version": "5.3.1",
956303669a32fc2c2025-06-02 19:45:53 +08002491 "license": "MIT",
2492 "engines": {
2493 "node": ">=6"
2494 }
2495 },
2496 "node_modules/@istanbuljs/load-nyc-config/node_modules/resolve-from": {
2497 "version": "5.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08002498 "license": "MIT",
2499 "engines": {
2500 "node": ">=8"
2501 }
2502 },
2503 "node_modules/@istanbuljs/schema": {
2504 "version": "0.1.3",
956303669a32fc2c2025-06-02 19:45:53 +08002505 "license": "MIT",
2506 "engines": {
2507 "node": ">=8"
2508 }
2509 },
2510 "node_modules/@jest/console": {
2511 "version": "27.5.1",
956303669a32fc2c2025-06-02 19:45:53 +08002512 "license": "MIT",
2513 "dependencies": {
2514 "@jest/types": "^27.5.1",
2515 "@types/node": "*",
2516 "chalk": "^4.0.0",
2517 "jest-message-util": "^27.5.1",
2518 "jest-util": "^27.5.1",
2519 "slash": "^3.0.0"
2520 },
2521 "engines": {
2522 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
2523 }
2524 },
2525 "node_modules/@jest/core": {
2526 "version": "27.5.1",
956303669a32fc2c2025-06-02 19:45:53 +08002527 "license": "MIT",
2528 "dependencies": {
2529 "@jest/console": "^27.5.1",
2530 "@jest/reporters": "^27.5.1",
2531 "@jest/test-result": "^27.5.1",
2532 "@jest/transform": "^27.5.1",
2533 "@jest/types": "^27.5.1",
2534 "@types/node": "*",
2535 "ansi-escapes": "^4.2.1",
2536 "chalk": "^4.0.0",
2537 "emittery": "^0.8.1",
2538 "exit": "^0.1.2",
2539 "graceful-fs": "^4.2.9",
2540 "jest-changed-files": "^27.5.1",
2541 "jest-config": "^27.5.1",
2542 "jest-haste-map": "^27.5.1",
2543 "jest-message-util": "^27.5.1",
2544 "jest-regex-util": "^27.5.1",
2545 "jest-resolve": "^27.5.1",
2546 "jest-resolve-dependencies": "^27.5.1",
2547 "jest-runner": "^27.5.1",
2548 "jest-runtime": "^27.5.1",
2549 "jest-snapshot": "^27.5.1",
2550 "jest-util": "^27.5.1",
2551 "jest-validate": "^27.5.1",
2552 "jest-watcher": "^27.5.1",
2553 "micromatch": "^4.0.4",
2554 "rimraf": "^3.0.0",
2555 "slash": "^3.0.0",
2556 "strip-ansi": "^6.0.0"
2557 },
2558 "engines": {
2559 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
2560 },
2561 "peerDependencies": {
2562 "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
2563 },
2564 "peerDependenciesMeta": {
2565 "node-notifier": {
2566 "optional": true
2567 }
2568 }
2569 },
2570 "node_modules/@jest/environment": {
2571 "version": "27.5.1",
956303669a32fc2c2025-06-02 19:45:53 +08002572 "license": "MIT",
2573 "dependencies": {
2574 "@jest/fake-timers": "^27.5.1",
2575 "@jest/types": "^27.5.1",
2576 "@types/node": "*",
2577 "jest-mock": "^27.5.1"
2578 },
2579 "engines": {
2580 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
2581 }
2582 },
2583 "node_modules/@jest/fake-timers": {
2584 "version": "27.5.1",
956303669a32fc2c2025-06-02 19:45:53 +08002585 "license": "MIT",
2586 "dependencies": {
2587 "@jest/types": "^27.5.1",
2588 "@sinonjs/fake-timers": "^8.0.1",
2589 "@types/node": "*",
2590 "jest-message-util": "^27.5.1",
2591 "jest-mock": "^27.5.1",
2592 "jest-util": "^27.5.1"
2593 },
2594 "engines": {
2595 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
2596 }
2597 },
2598 "node_modules/@jest/globals": {
2599 "version": "27.5.1",
956303669a32fc2c2025-06-02 19:45:53 +08002600 "license": "MIT",
2601 "dependencies": {
2602 "@jest/environment": "^27.5.1",
2603 "@jest/types": "^27.5.1",
2604 "expect": "^27.5.1"
2605 },
2606 "engines": {
2607 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
2608 }
2609 },
2610 "node_modules/@jest/reporters": {
2611 "version": "27.5.1",
956303669a32fc2c2025-06-02 19:45:53 +08002612 "license": "MIT",
2613 "dependencies": {
2614 "@bcoe/v8-coverage": "^0.2.3",
2615 "@jest/console": "^27.5.1",
2616 "@jest/test-result": "^27.5.1",
2617 "@jest/transform": "^27.5.1",
2618 "@jest/types": "^27.5.1",
2619 "@types/node": "*",
2620 "chalk": "^4.0.0",
2621 "collect-v8-coverage": "^1.0.0",
2622 "exit": "^0.1.2",
2623 "glob": "^7.1.2",
2624 "graceful-fs": "^4.2.9",
2625 "istanbul-lib-coverage": "^3.0.0",
2626 "istanbul-lib-instrument": "^5.1.0",
2627 "istanbul-lib-report": "^3.0.0",
2628 "istanbul-lib-source-maps": "^4.0.0",
2629 "istanbul-reports": "^3.1.3",
2630 "jest-haste-map": "^27.5.1",
2631 "jest-resolve": "^27.5.1",
2632 "jest-util": "^27.5.1",
2633 "jest-worker": "^27.5.1",
2634 "slash": "^3.0.0",
2635 "source-map": "^0.6.0",
2636 "string-length": "^4.0.1",
2637 "terminal-link": "^2.0.0",
2638 "v8-to-istanbul": "^8.1.0"
2639 },
2640 "engines": {
2641 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
2642 },
2643 "peerDependencies": {
2644 "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
2645 },
2646 "peerDependenciesMeta": {
2647 "node-notifier": {
2648 "optional": true
2649 }
2650 }
2651 },
2652 "node_modules/@jest/reporters/node_modules/source-map": {
2653 "version": "0.6.1",
956303669a32fc2c2025-06-02 19:45:53 +08002654 "license": "BSD-3-Clause",
2655 "engines": {
2656 "node": ">=0.10.0"
2657 }
2658 },
2659 "node_modules/@jest/schemas": {
2660 "version": "28.1.3",
956303669a32fc2c2025-06-02 19:45:53 +08002661 "license": "MIT",
2662 "dependencies": {
2663 "@sinclair/typebox": "^0.24.1"
2664 },
2665 "engines": {
2666 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
2667 }
2668 },
2669 "node_modules/@jest/source-map": {
2670 "version": "27.5.1",
956303669a32fc2c2025-06-02 19:45:53 +08002671 "license": "MIT",
2672 "dependencies": {
2673 "callsites": "^3.0.0",
2674 "graceful-fs": "^4.2.9",
2675 "source-map": "^0.6.0"
2676 },
2677 "engines": {
2678 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
2679 }
2680 },
2681 "node_modules/@jest/source-map/node_modules/source-map": {
2682 "version": "0.6.1",
956303669a32fc2c2025-06-02 19:45:53 +08002683 "license": "BSD-3-Clause",
2684 "engines": {
2685 "node": ">=0.10.0"
2686 }
2687 },
2688 "node_modules/@jest/test-result": {
2689 "version": "27.5.1",
956303669a32fc2c2025-06-02 19:45:53 +08002690 "license": "MIT",
2691 "dependencies": {
2692 "@jest/console": "^27.5.1",
2693 "@jest/types": "^27.5.1",
2694 "@types/istanbul-lib-coverage": "^2.0.0",
2695 "collect-v8-coverage": "^1.0.0"
2696 },
2697 "engines": {
2698 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
2699 }
2700 },
2701 "node_modules/@jest/test-sequencer": {
2702 "version": "27.5.1",
956303669a32fc2c2025-06-02 19:45:53 +08002703 "license": "MIT",
2704 "dependencies": {
2705 "@jest/test-result": "^27.5.1",
2706 "graceful-fs": "^4.2.9",
2707 "jest-haste-map": "^27.5.1",
2708 "jest-runtime": "^27.5.1"
2709 },
2710 "engines": {
2711 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
2712 }
2713 },
2714 "node_modules/@jest/transform": {
2715 "version": "27.5.1",
956303669a32fc2c2025-06-02 19:45:53 +08002716 "license": "MIT",
2717 "dependencies": {
2718 "@babel/core": "^7.1.0",
2719 "@jest/types": "^27.5.1",
2720 "babel-plugin-istanbul": "^6.1.1",
2721 "chalk": "^4.0.0",
2722 "convert-source-map": "^1.4.0",
2723 "fast-json-stable-stringify": "^2.0.0",
2724 "graceful-fs": "^4.2.9",
2725 "jest-haste-map": "^27.5.1",
2726 "jest-regex-util": "^27.5.1",
2727 "jest-util": "^27.5.1",
2728 "micromatch": "^4.0.4",
2729 "pirates": "^4.0.4",
2730 "slash": "^3.0.0",
2731 "source-map": "^0.6.1",
2732 "write-file-atomic": "^3.0.0"
2733 },
2734 "engines": {
2735 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
2736 }
2737 },
2738 "node_modules/@jest/transform/node_modules/source-map": {
2739 "version": "0.6.1",
956303669a32fc2c2025-06-02 19:45:53 +08002740 "license": "BSD-3-Clause",
2741 "engines": {
2742 "node": ">=0.10.0"
2743 }
2744 },
2745 "node_modules/@jest/types": {
2746 "version": "27.5.1",
956303669a32fc2c2025-06-02 19:45:53 +08002747 "license": "MIT",
2748 "dependencies": {
2749 "@types/istanbul-lib-coverage": "^2.0.0",
2750 "@types/istanbul-reports": "^3.0.0",
2751 "@types/node": "*",
2752 "@types/yargs": "^16.0.0",
2753 "chalk": "^4.0.0"
2754 },
2755 "engines": {
2756 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
2757 }
2758 },
2759 "node_modules/@jridgewell/gen-mapping": {
2760 "version": "0.3.8",
956303669a32fc2c2025-06-02 19:45:53 +08002761 "license": "MIT",
2762 "dependencies": {
2763 "@jridgewell/set-array": "^1.2.1",
2764 "@jridgewell/sourcemap-codec": "^1.4.10",
2765 "@jridgewell/trace-mapping": "^0.3.24"
2766 },
2767 "engines": {
2768 "node": ">=6.0.0"
2769 }
2770 },
2771 "node_modules/@jridgewell/resolve-uri": {
2772 "version": "3.1.2",
956303669a32fc2c2025-06-02 19:45:53 +08002773 "license": "MIT",
2774 "engines": {
2775 "node": ">=6.0.0"
2776 }
2777 },
2778 "node_modules/@jridgewell/set-array": {
2779 "version": "1.2.1",
956303669a32fc2c2025-06-02 19:45:53 +08002780 "license": "MIT",
2781 "engines": {
2782 "node": ">=6.0.0"
2783 }
2784 },
2785 "node_modules/@jridgewell/source-map": {
2786 "version": "0.3.6",
956303669a32fc2c2025-06-02 19:45:53 +08002787 "license": "MIT",
2788 "dependencies": {
2789 "@jridgewell/gen-mapping": "^0.3.5",
2790 "@jridgewell/trace-mapping": "^0.3.25"
2791 }
2792 },
2793 "node_modules/@jridgewell/sourcemap-codec": {
2794 "version": "1.5.0",
956303669a32fc2c2025-06-02 19:45:53 +08002795 "license": "MIT"
2796 },
2797 "node_modules/@jridgewell/trace-mapping": {
2798 "version": "0.3.25",
956303669a32fc2c2025-06-02 19:45:53 +08002799 "license": "MIT",
2800 "dependencies": {
2801 "@jridgewell/resolve-uri": "^3.1.0",
2802 "@jridgewell/sourcemap-codec": "^1.4.14"
2803 }
2804 },
2805 "node_modules/@leichtgewicht/ip-codec": {
2806 "version": "2.0.5",
956303669a32fc2c2025-06-02 19:45:53 +08002807 "license": "MIT"
2808 },
2809 "node_modules/@mui/core-downloads-tracker": {
2810 "version": "7.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08002811 "license": "MIT",
2812 "funding": {
2813 "type": "opencollective",
2814 "url": "https://opencollective.com/mui-org"
2815 }
2816 },
2817 "node_modules/@mui/icons-material": {
2818 "version": "7.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08002819 "license": "MIT",
2820 "dependencies": {
2821 "@babel/runtime": "^7.27.1"
2822 },
2823 "engines": {
2824 "node": ">=14.0.0"
2825 },
2826 "funding": {
2827 "type": "opencollective",
2828 "url": "https://opencollective.com/mui-org"
2829 },
2830 "peerDependencies": {
2831 "@mui/material": "^7.1.0",
2832 "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
2833 "react": "^17.0.0 || ^18.0.0 || ^19.0.0"
2834 },
2835 "peerDependenciesMeta": {
2836 "@types/react": {
2837 "optional": true
2838 }
2839 }
2840 },
2841 "node_modules/@mui/material": {
2842 "version": "7.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08002843 "license": "MIT",
2844 "dependencies": {
2845 "@babel/runtime": "^7.27.1",
2846 "@mui/core-downloads-tracker": "^7.1.0",
2847 "@mui/system": "^7.1.0",
2848 "@mui/types": "^7.4.2",
2849 "@mui/utils": "^7.1.0",
2850 "@popperjs/core": "^2.11.8",
2851 "@types/react-transition-group": "^4.4.12",
2852 "clsx": "^2.1.1",
2853 "csstype": "^3.1.3",
2854 "prop-types": "^15.8.1",
2855 "react-is": "^19.1.0",
2856 "react-transition-group": "^4.4.5"
2857 },
2858 "engines": {
2859 "node": ">=14.0.0"
2860 },
2861 "funding": {
2862 "type": "opencollective",
2863 "url": "https://opencollective.com/mui-org"
2864 },
2865 "peerDependencies": {
2866 "@emotion/react": "^11.5.0",
2867 "@emotion/styled": "^11.3.0",
2868 "@mui/material-pigment-css": "^7.1.0",
2869 "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
2870 "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
2871 "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
2872 },
2873 "peerDependenciesMeta": {
2874 "@emotion/react": {
2875 "optional": true
2876 },
2877 "@emotion/styled": {
2878 "optional": true
2879 },
2880 "@mui/material-pigment-css": {
2881 "optional": true
2882 },
2883 "@types/react": {
2884 "optional": true
2885 }
2886 }
2887 },
2888 "node_modules/@mui/private-theming": {
2889 "version": "7.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08002890 "license": "MIT",
2891 "dependencies": {
2892 "@babel/runtime": "^7.27.1",
2893 "@mui/utils": "^7.1.0",
2894 "prop-types": "^15.8.1"
2895 },
2896 "engines": {
2897 "node": ">=14.0.0"
2898 },
2899 "funding": {
2900 "type": "opencollective",
2901 "url": "https://opencollective.com/mui-org"
2902 },
2903 "peerDependencies": {
2904 "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
2905 "react": "^17.0.0 || ^18.0.0 || ^19.0.0"
2906 },
2907 "peerDependenciesMeta": {
2908 "@types/react": {
2909 "optional": true
2910 }
2911 }
2912 },
2913 "node_modules/@mui/styled-engine": {
2914 "version": "7.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08002915 "license": "MIT",
2916 "dependencies": {
2917 "@babel/runtime": "^7.27.1",
2918 "@emotion/cache": "^11.13.5",
2919 "@emotion/serialize": "^1.3.3",
2920 "@emotion/sheet": "^1.4.0",
2921 "csstype": "^3.1.3",
2922 "prop-types": "^15.8.1"
2923 },
2924 "engines": {
2925 "node": ">=14.0.0"
2926 },
2927 "funding": {
2928 "type": "opencollective",
2929 "url": "https://opencollective.com/mui-org"
2930 },
2931 "peerDependencies": {
2932 "@emotion/react": "^11.4.1",
2933 "@emotion/styled": "^11.3.0",
2934 "react": "^17.0.0 || ^18.0.0 || ^19.0.0"
2935 },
2936 "peerDependenciesMeta": {
2937 "@emotion/react": {
2938 "optional": true
2939 },
2940 "@emotion/styled": {
2941 "optional": true
2942 }
2943 }
2944 },
2945 "node_modules/@mui/system": {
2946 "version": "7.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08002947 "license": "MIT",
2948 "dependencies": {
2949 "@babel/runtime": "^7.27.1",
2950 "@mui/private-theming": "^7.1.0",
2951 "@mui/styled-engine": "^7.1.0",
2952 "@mui/types": "^7.4.2",
2953 "@mui/utils": "^7.1.0",
2954 "clsx": "^2.1.1",
2955 "csstype": "^3.1.3",
2956 "prop-types": "^15.8.1"
2957 },
2958 "engines": {
2959 "node": ">=14.0.0"
2960 },
2961 "funding": {
2962 "type": "opencollective",
2963 "url": "https://opencollective.com/mui-org"
2964 },
2965 "peerDependencies": {
2966 "@emotion/react": "^11.5.0",
2967 "@emotion/styled": "^11.3.0",
2968 "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
2969 "react": "^17.0.0 || ^18.0.0 || ^19.0.0"
2970 },
2971 "peerDependenciesMeta": {
2972 "@emotion/react": {
2973 "optional": true
2974 },
2975 "@emotion/styled": {
2976 "optional": true
2977 },
2978 "@types/react": {
2979 "optional": true
2980 }
2981 }
2982 },
2983 "node_modules/@mui/types": {
2984 "version": "7.4.2",
956303669a32fc2c2025-06-02 19:45:53 +08002985 "license": "MIT",
2986 "dependencies": {
2987 "@babel/runtime": "^7.27.1"
2988 },
2989 "peerDependencies": {
2990 "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0"
2991 },
2992 "peerDependenciesMeta": {
2993 "@types/react": {
2994 "optional": true
2995 }
2996 }
2997 },
2998 "node_modules/@mui/utils": {
2999 "version": "7.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08003000 "license": "MIT",
3001 "dependencies": {
3002 "@babel/runtime": "^7.27.1",
3003 "@mui/types": "^7.4.2",
3004 "@types/prop-types": "^15.7.14",
3005 "clsx": "^2.1.1",
3006 "prop-types": "^15.8.1",
3007 "react-is": "^19.1.0"
3008 },
3009 "engines": {
3010 "node": ">=14.0.0"
3011 },
3012 "funding": {
3013 "type": "opencollective",
3014 "url": "https://opencollective.com/mui-org"
3015 },
3016 "peerDependencies": {
3017 "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
3018 "react": "^17.0.0 || ^18.0.0 || ^19.0.0"
3019 },
3020 "peerDependenciesMeta": {
3021 "@types/react": {
3022 "optional": true
3023 }
3024 }
3025 },
3026 "node_modules/@nicolo-ribaudo/eslint-scope-5-internals": {
3027 "version": "5.1.1-v1",
956303669a32fc2c2025-06-02 19:45:53 +08003028 "license": "MIT",
3029 "dependencies": {
3030 "eslint-scope": "5.1.1"
3031 }
3032 },
3033 "node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope": {
3034 "version": "5.1.1",
956303669a32fc2c2025-06-02 19:45:53 +08003035 "license": "BSD-2-Clause",
3036 "dependencies": {
3037 "esrecurse": "^4.3.0",
3038 "estraverse": "^4.1.1"
3039 },
3040 "engines": {
3041 "node": ">=8.0.0"
3042 }
3043 },
3044 "node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/estraverse": {
3045 "version": "4.3.0",
956303669a32fc2c2025-06-02 19:45:53 +08003046 "license": "BSD-2-Clause",
3047 "engines": {
3048 "node": ">=4.0"
3049 }
3050 },
3051 "node_modules/@nodelib/fs.scandir": {
3052 "version": "2.1.5",
956303669a32fc2c2025-06-02 19:45:53 +08003053 "license": "MIT",
3054 "dependencies": {
3055 "@nodelib/fs.stat": "2.0.5",
3056 "run-parallel": "^1.1.9"
3057 },
3058 "engines": {
3059 "node": ">= 8"
3060 }
3061 },
3062 "node_modules/@nodelib/fs.stat": {
3063 "version": "2.0.5",
956303669a32fc2c2025-06-02 19:45:53 +08003064 "license": "MIT",
3065 "engines": {
3066 "node": ">= 8"
3067 }
3068 },
3069 "node_modules/@nodelib/fs.walk": {
3070 "version": "1.2.8",
956303669a32fc2c2025-06-02 19:45:53 +08003071 "license": "MIT",
3072 "dependencies": {
3073 "@nodelib/fs.scandir": "2.1.5",
3074 "fastq": "^1.6.0"
3075 },
3076 "engines": {
3077 "node": ">= 8"
3078 }
3079 },
3080 "node_modules/@pkgjs/parseargs": {
3081 "version": "0.11.0",
956303669a32fc2c2025-06-02 19:45:53 +08003082 "license": "MIT",
3083 "optional": true,
3084 "engines": {
3085 "node": ">=14"
3086 }
3087 },
3088 "node_modules/@pmmmwh/react-refresh-webpack-plugin": {
3089 "version": "0.5.16",
956303669a32fc2c2025-06-02 19:45:53 +08003090 "license": "MIT",
3091 "dependencies": {
3092 "ansi-html": "^0.0.9",
3093 "core-js-pure": "^3.23.3",
3094 "error-stack-parser": "^2.0.6",
3095 "html-entities": "^2.1.0",
3096 "loader-utils": "^2.0.4",
3097 "schema-utils": "^4.2.0",
3098 "source-map": "^0.7.3"
3099 },
3100 "engines": {
3101 "node": ">= 10.13"
3102 },
3103 "peerDependencies": {
3104 "@types/webpack": "4.x || 5.x",
3105 "react-refresh": ">=0.10.0 <1.0.0",
3106 "sockjs-client": "^1.4.0",
3107 "type-fest": ">=0.17.0 <5.0.0",
3108 "webpack": ">=4.43.0 <6.0.0",
3109 "webpack-dev-server": "3.x || 4.x || 5.x",
3110 "webpack-hot-middleware": "2.x",
3111 "webpack-plugin-serve": "0.x || 1.x"
3112 },
3113 "peerDependenciesMeta": {
3114 "@types/webpack": {
3115 "optional": true
3116 },
3117 "sockjs-client": {
3118 "optional": true
3119 },
3120 "type-fest": {
3121 "optional": true
3122 },
3123 "webpack-dev-server": {
3124 "optional": true
3125 },
3126 "webpack-hot-middleware": {
3127 "optional": true
3128 },
3129 "webpack-plugin-serve": {
3130 "optional": true
3131 }
3132 }
3133 },
3134 "node_modules/@pmmmwh/react-refresh-webpack-plugin/node_modules/source-map": {
3135 "version": "0.7.4",
956303669a32fc2c2025-06-02 19:45:53 +08003136 "license": "BSD-3-Clause",
3137 "engines": {
3138 "node": ">= 8"
3139 }
3140 },
3141 "node_modules/@popperjs/core": {
3142 "version": "2.11.8",
956303669a32fc2c2025-06-02 19:45:53 +08003143 "license": "MIT",
3144 "funding": {
3145 "type": "opencollective",
3146 "url": "https://opencollective.com/popperjs"
3147 }
3148 },
ssq5067cb92025-06-05 11:44:23 +00003149 "node_modules/@rc-component/async-validator": {
3150 "version": "5.0.4",
3151 "resolved": "https://registry.npmjs.org/@rc-component/async-validator/-/async-validator-5.0.4.tgz",
3152 "integrity": "sha512-qgGdcVIF604M9EqjNF0hbUTz42bz/RDtxWdWuU5EQe3hi7M8ob54B6B35rOsvX5eSvIHIzT9iH1R3n+hk3CGfg==",
ssq5067cb92025-06-05 11:44:23 +00003153 "dependencies": {
3154 "@babel/runtime": "^7.24.4"
3155 },
3156 "engines": {
3157 "node": ">=14.x"
3158 }
3159 },
3160 "node_modules/@rc-component/color-picker": {
3161 "version": "2.0.1",
3162 "resolved": "https://registry.npmjs.org/@rc-component/color-picker/-/color-picker-2.0.1.tgz",
3163 "integrity": "sha512-WcZYwAThV/b2GISQ8F+7650r5ZZJ043E57aVBFkQ+kSY4C6wdofXgB0hBx+GPGpIU0Z81eETNoDUJMr7oy/P8Q==",
ssq5067cb92025-06-05 11:44:23 +00003164 "dependencies": {
3165 "@ant-design/fast-color": "^2.0.6",
3166 "@babel/runtime": "^7.23.6",
3167 "classnames": "^2.2.6",
3168 "rc-util": "^5.38.1"
3169 },
3170 "peerDependencies": {
3171 "react": ">=16.9.0",
3172 "react-dom": ">=16.9.0"
3173 }
3174 },
3175 "node_modules/@rc-component/context": {
3176 "version": "1.4.0",
3177 "resolved": "https://registry.npmjs.org/@rc-component/context/-/context-1.4.0.tgz",
3178 "integrity": "sha512-kFcNxg9oLRMoL3qki0OMxK+7g5mypjgaaJp/pkOis/6rVxma9nJBF/8kCIuTYHUQNr0ii7MxqE33wirPZLJQ2w==",
ssq5067cb92025-06-05 11:44:23 +00003179 "dependencies": {
3180 "@babel/runtime": "^7.10.1",
3181 "rc-util": "^5.27.0"
3182 },
3183 "peerDependencies": {
3184 "react": ">=16.9.0",
3185 "react-dom": ">=16.9.0"
3186 }
3187 },
3188 "node_modules/@rc-component/mini-decimal": {
3189 "version": "1.1.0",
3190 "resolved": "https://registry.npmjs.org/@rc-component/mini-decimal/-/mini-decimal-1.1.0.tgz",
3191 "integrity": "sha512-jS4E7T9Li2GuYwI6PyiVXmxTiM6b07rlD9Ge8uGZSCz3WlzcG5ZK7g5bbuKNeZ9pgUuPK/5guV781ujdVpm4HQ==",
ssq5067cb92025-06-05 11:44:23 +00003192 "dependencies": {
3193 "@babel/runtime": "^7.18.0"
3194 },
3195 "engines": {
3196 "node": ">=8.x"
3197 }
3198 },
3199 "node_modules/@rc-component/mutate-observer": {
3200 "version": "1.1.0",
3201 "resolved": "https://registry.npmjs.org/@rc-component/mutate-observer/-/mutate-observer-1.1.0.tgz",
3202 "integrity": "sha512-QjrOsDXQusNwGZPf4/qRQasg7UFEj06XiCJ8iuiq/Io7CrHrgVi6Uuetw60WAMG1799v+aM8kyc+1L/GBbHSlw==",
ssq5067cb92025-06-05 11:44:23 +00003203 "dependencies": {
3204 "@babel/runtime": "^7.18.0",
3205 "classnames": "^2.3.2",
3206 "rc-util": "^5.24.4"
3207 },
3208 "engines": {
3209 "node": ">=8.x"
3210 },
3211 "peerDependencies": {
3212 "react": ">=16.9.0",
3213 "react-dom": ">=16.9.0"
3214 }
3215 },
3216 "node_modules/@rc-component/portal": {
3217 "version": "1.1.2",
3218 "resolved": "https://registry.npmjs.org/@rc-component/portal/-/portal-1.1.2.tgz",
3219 "integrity": "sha512-6f813C0IsasTZms08kfA8kPAGxbbkYToa8ALaiDIGGECU4i9hj8Plgbx0sNJDrey3EtHO30hmdaxtT0138xZcg==",
ssq5067cb92025-06-05 11:44:23 +00003220 "dependencies": {
3221 "@babel/runtime": "^7.18.0",
3222 "classnames": "^2.3.2",
3223 "rc-util": "^5.24.4"
3224 },
3225 "engines": {
3226 "node": ">=8.x"
3227 },
3228 "peerDependencies": {
3229 "react": ">=16.9.0",
3230 "react-dom": ">=16.9.0"
3231 }
3232 },
3233 "node_modules/@rc-component/qrcode": {
3234 "version": "1.0.0",
3235 "resolved": "https://registry.npmjs.org/@rc-component/qrcode/-/qrcode-1.0.0.tgz",
3236 "integrity": "sha512-L+rZ4HXP2sJ1gHMGHjsg9jlYBX/SLN2D6OxP9Zn3qgtpMWtO2vUfxVFwiogHpAIqs54FnALxraUy/BCO1yRIgg==",
ssq5067cb92025-06-05 11:44:23 +00003237 "dependencies": {
3238 "@babel/runtime": "^7.24.7",
3239 "classnames": "^2.3.2",
3240 "rc-util": "^5.38.0"
3241 },
3242 "engines": {
3243 "node": ">=8.x"
3244 },
3245 "peerDependencies": {
3246 "react": ">=16.9.0",
3247 "react-dom": ">=16.9.0"
3248 }
3249 },
3250 "node_modules/@rc-component/tour": {
3251 "version": "1.15.1",
3252 "resolved": "https://registry.npmjs.org/@rc-component/tour/-/tour-1.15.1.tgz",
3253 "integrity": "sha512-Tr2t7J1DKZUpfJuDZWHxyxWpfmj8EZrqSgyMZ+BCdvKZ6r1UDsfU46M/iWAAFBy961Ssfom2kv5f3UcjIL2CmQ==",
ssq5067cb92025-06-05 11:44:23 +00003254 "dependencies": {
3255 "@babel/runtime": "^7.18.0",
3256 "@rc-component/portal": "^1.0.0-9",
3257 "@rc-component/trigger": "^2.0.0",
3258 "classnames": "^2.3.2",
3259 "rc-util": "^5.24.4"
3260 },
3261 "engines": {
3262 "node": ">=8.x"
3263 },
3264 "peerDependencies": {
3265 "react": ">=16.9.0",
3266 "react-dom": ">=16.9.0"
3267 }
3268 },
3269 "node_modules/@rc-component/trigger": {
3270 "version": "2.2.6",
3271 "resolved": "https://registry.npmjs.org/@rc-component/trigger/-/trigger-2.2.6.tgz",
3272 "integrity": "sha512-/9zuTnWwhQ3S3WT1T8BubuFTT46kvnXgaERR9f4BTKyn61/wpf/BvbImzYBubzJibU707FxwbKszLlHjcLiv1Q==",
ssq5067cb92025-06-05 11:44:23 +00003273 "dependencies": {
3274 "@babel/runtime": "^7.23.2",
3275 "@rc-component/portal": "^1.1.0",
3276 "classnames": "^2.3.2",
3277 "rc-motion": "^2.0.0",
3278 "rc-resize-observer": "^1.3.1",
3279 "rc-util": "^5.44.0"
3280 },
3281 "engines": {
3282 "node": ">=8.x"
3283 },
3284 "peerDependencies": {
3285 "react": ">=16.9.0",
3286 "react-dom": ">=16.9.0"
3287 }
3288 },
956303669a32fc2c2025-06-02 19:45:53 +08003289 "node_modules/@remix-run/router": {
3290 "version": "1.23.0",
956303669a32fc2c2025-06-02 19:45:53 +08003291 "license": "MIT",
3292 "engines": {
3293 "node": ">=14.0.0"
3294 }
3295 },
3296 "node_modules/@rollup/plugin-babel": {
3297 "version": "5.3.1",
956303669a32fc2c2025-06-02 19:45:53 +08003298 "license": "MIT",
3299 "dependencies": {
3300 "@babel/helper-module-imports": "^7.10.4",
3301 "@rollup/pluginutils": "^3.1.0"
3302 },
3303 "engines": {
3304 "node": ">= 10.0.0"
3305 },
3306 "peerDependencies": {
3307 "@babel/core": "^7.0.0",
3308 "@types/babel__core": "^7.1.9",
3309 "rollup": "^1.20.0||^2.0.0"
3310 },
3311 "peerDependenciesMeta": {
3312 "@types/babel__core": {
3313 "optional": true
3314 }
3315 }
3316 },
3317 "node_modules/@rollup/plugin-node-resolve": {
3318 "version": "11.2.1",
956303669a32fc2c2025-06-02 19:45:53 +08003319 "license": "MIT",
3320 "dependencies": {
3321 "@rollup/pluginutils": "^3.1.0",
3322 "@types/resolve": "1.17.1",
3323 "builtin-modules": "^3.1.0",
3324 "deepmerge": "^4.2.2",
3325 "is-module": "^1.0.0",
3326 "resolve": "^1.19.0"
3327 },
3328 "engines": {
3329 "node": ">= 10.0.0"
3330 },
3331 "peerDependencies": {
3332 "rollup": "^1.20.0||^2.0.0"
3333 }
3334 },
3335 "node_modules/@rollup/plugin-replace": {
3336 "version": "2.4.2",
956303669a32fc2c2025-06-02 19:45:53 +08003337 "license": "MIT",
3338 "dependencies": {
3339 "@rollup/pluginutils": "^3.1.0",
3340 "magic-string": "^0.25.7"
3341 },
3342 "peerDependencies": {
3343 "rollup": "^1.20.0 || ^2.0.0"
3344 }
3345 },
3346 "node_modules/@rollup/pluginutils": {
3347 "version": "3.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08003348 "license": "MIT",
3349 "dependencies": {
3350 "@types/estree": "0.0.39",
3351 "estree-walker": "^1.0.1",
3352 "picomatch": "^2.2.2"
3353 },
3354 "engines": {
3355 "node": ">= 8.0.0"
3356 },
3357 "peerDependencies": {
3358 "rollup": "^1.20.0||^2.0.0"
3359 }
3360 },
3361 "node_modules/@rollup/pluginutils/node_modules/@types/estree": {
3362 "version": "0.0.39",
956303669a32fc2c2025-06-02 19:45:53 +08003363 "license": "MIT"
3364 },
3365 "node_modules/@rtsao/scc": {
3366 "version": "1.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08003367 "license": "MIT"
3368 },
3369 "node_modules/@rushstack/eslint-patch": {
3370 "version": "1.11.0",
956303669a32fc2c2025-06-02 19:45:53 +08003371 "license": "MIT"
3372 },
3373 "node_modules/@sinclair/typebox": {
3374 "version": "0.24.51",
956303669a32fc2c2025-06-02 19:45:53 +08003375 "license": "MIT"
3376 },
3377 "node_modules/@sinonjs/commons": {
3378 "version": "1.8.6",
956303669a32fc2c2025-06-02 19:45:53 +08003379 "license": "BSD-3-Clause",
3380 "dependencies": {
3381 "type-detect": "4.0.8"
3382 }
3383 },
3384 "node_modules/@sinonjs/fake-timers": {
3385 "version": "8.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08003386 "license": "BSD-3-Clause",
3387 "dependencies": {
3388 "@sinonjs/commons": "^1.7.0"
3389 }
3390 },
3391 "node_modules/@surma/rollup-plugin-off-main-thread": {
3392 "version": "2.2.3",
956303669a32fc2c2025-06-02 19:45:53 +08003393 "license": "Apache-2.0",
3394 "dependencies": {
3395 "ejs": "^3.1.6",
3396 "json5": "^2.2.0",
3397 "magic-string": "^0.25.0",
3398 "string.prototype.matchall": "^4.0.6"
3399 }
3400 },
3401 "node_modules/@svgr/babel-plugin-add-jsx-attribute": {
3402 "version": "5.4.0",
956303669a32fc2c2025-06-02 19:45:53 +08003403 "license": "MIT",
3404 "engines": {
3405 "node": ">=10"
3406 },
3407 "funding": {
3408 "type": "github",
3409 "url": "https://github.com/sponsors/gregberge"
3410 }
3411 },
3412 "node_modules/@svgr/babel-plugin-remove-jsx-attribute": {
3413 "version": "5.4.0",
956303669a32fc2c2025-06-02 19:45:53 +08003414 "license": "MIT",
3415 "engines": {
3416 "node": ">=10"
3417 },
3418 "funding": {
3419 "type": "github",
3420 "url": "https://github.com/sponsors/gregberge"
3421 }
3422 },
3423 "node_modules/@svgr/babel-plugin-remove-jsx-empty-expression": {
3424 "version": "5.0.1",
956303669a32fc2c2025-06-02 19:45:53 +08003425 "license": "MIT",
3426 "engines": {
3427 "node": ">=10"
3428 },
3429 "funding": {
3430 "type": "github",
3431 "url": "https://github.com/sponsors/gregberge"
3432 }
3433 },
3434 "node_modules/@svgr/babel-plugin-replace-jsx-attribute-value": {
3435 "version": "5.0.1",
956303669a32fc2c2025-06-02 19:45:53 +08003436 "license": "MIT",
3437 "engines": {
3438 "node": ">=10"
3439 },
3440 "funding": {
3441 "type": "github",
3442 "url": "https://github.com/sponsors/gregberge"
3443 }
3444 },
3445 "node_modules/@svgr/babel-plugin-svg-dynamic-title": {
3446 "version": "5.4.0",
956303669a32fc2c2025-06-02 19:45:53 +08003447 "license": "MIT",
3448 "engines": {
3449 "node": ">=10"
3450 },
3451 "funding": {
3452 "type": "github",
3453 "url": "https://github.com/sponsors/gregberge"
3454 }
3455 },
3456 "node_modules/@svgr/babel-plugin-svg-em-dimensions": {
3457 "version": "5.4.0",
956303669a32fc2c2025-06-02 19:45:53 +08003458 "license": "MIT",
3459 "engines": {
3460 "node": ">=10"
3461 },
3462 "funding": {
3463 "type": "github",
3464 "url": "https://github.com/sponsors/gregberge"
3465 }
3466 },
3467 "node_modules/@svgr/babel-plugin-transform-react-native-svg": {
3468 "version": "5.4.0",
956303669a32fc2c2025-06-02 19:45:53 +08003469 "license": "MIT",
3470 "engines": {
3471 "node": ">=10"
3472 },
3473 "funding": {
3474 "type": "github",
3475 "url": "https://github.com/sponsors/gregberge"
3476 }
3477 },
3478 "node_modules/@svgr/babel-plugin-transform-svg-component": {
3479 "version": "5.5.0",
956303669a32fc2c2025-06-02 19:45:53 +08003480 "license": "MIT",
3481 "engines": {
3482 "node": ">=10"
3483 },
3484 "funding": {
3485 "type": "github",
3486 "url": "https://github.com/sponsors/gregberge"
3487 }
3488 },
3489 "node_modules/@svgr/babel-preset": {
3490 "version": "5.5.0",
956303669a32fc2c2025-06-02 19:45:53 +08003491 "license": "MIT",
3492 "dependencies": {
3493 "@svgr/babel-plugin-add-jsx-attribute": "^5.4.0",
3494 "@svgr/babel-plugin-remove-jsx-attribute": "^5.4.0",
3495 "@svgr/babel-plugin-remove-jsx-empty-expression": "^5.0.1",
3496 "@svgr/babel-plugin-replace-jsx-attribute-value": "^5.0.1",
3497 "@svgr/babel-plugin-svg-dynamic-title": "^5.4.0",
3498 "@svgr/babel-plugin-svg-em-dimensions": "^5.4.0",
3499 "@svgr/babel-plugin-transform-react-native-svg": "^5.4.0",
3500 "@svgr/babel-plugin-transform-svg-component": "^5.5.0"
3501 },
3502 "engines": {
3503 "node": ">=10"
3504 },
3505 "funding": {
3506 "type": "github",
3507 "url": "https://github.com/sponsors/gregberge"
3508 }
3509 },
3510 "node_modules/@svgr/core": {
3511 "version": "5.5.0",
956303669a32fc2c2025-06-02 19:45:53 +08003512 "license": "MIT",
3513 "dependencies": {
3514 "@svgr/plugin-jsx": "^5.5.0",
3515 "camelcase": "^6.2.0",
3516 "cosmiconfig": "^7.0.0"
3517 },
3518 "engines": {
3519 "node": ">=10"
3520 },
3521 "funding": {
3522 "type": "github",
3523 "url": "https://github.com/sponsors/gregberge"
3524 }
3525 },
3526 "node_modules/@svgr/hast-util-to-babel-ast": {
3527 "version": "5.5.0",
956303669a32fc2c2025-06-02 19:45:53 +08003528 "license": "MIT",
3529 "dependencies": {
3530 "@babel/types": "^7.12.6"
3531 },
3532 "engines": {
3533 "node": ">=10"
3534 },
3535 "funding": {
3536 "type": "github",
3537 "url": "https://github.com/sponsors/gregberge"
3538 }
3539 },
3540 "node_modules/@svgr/plugin-jsx": {
3541 "version": "5.5.0",
956303669a32fc2c2025-06-02 19:45:53 +08003542 "license": "MIT",
3543 "dependencies": {
3544 "@babel/core": "^7.12.3",
3545 "@svgr/babel-preset": "^5.5.0",
3546 "@svgr/hast-util-to-babel-ast": "^5.5.0",
3547 "svg-parser": "^2.0.2"
3548 },
3549 "engines": {
3550 "node": ">=10"
3551 },
3552 "funding": {
3553 "type": "github",
3554 "url": "https://github.com/sponsors/gregberge"
3555 }
3556 },
3557 "node_modules/@svgr/plugin-svgo": {
3558 "version": "5.5.0",
956303669a32fc2c2025-06-02 19:45:53 +08003559 "license": "MIT",
3560 "dependencies": {
3561 "cosmiconfig": "^7.0.0",
3562 "deepmerge": "^4.2.2",
3563 "svgo": "^1.2.2"
3564 },
3565 "engines": {
3566 "node": ">=10"
3567 },
3568 "funding": {
3569 "type": "github",
3570 "url": "https://github.com/sponsors/gregberge"
3571 }
3572 },
3573 "node_modules/@svgr/webpack": {
3574 "version": "5.5.0",
956303669a32fc2c2025-06-02 19:45:53 +08003575 "license": "MIT",
3576 "dependencies": {
3577 "@babel/core": "^7.12.3",
3578 "@babel/plugin-transform-react-constant-elements": "^7.12.1",
3579 "@babel/preset-env": "^7.12.1",
3580 "@babel/preset-react": "^7.12.5",
3581 "@svgr/core": "^5.5.0",
3582 "@svgr/plugin-jsx": "^5.5.0",
3583 "@svgr/plugin-svgo": "^5.5.0",
3584 "loader-utils": "^2.0.0"
3585 },
3586 "engines": {
3587 "node": ">=10"
3588 },
3589 "funding": {
3590 "type": "github",
3591 "url": "https://github.com/sponsors/gregberge"
3592 }
3593 },
3594 "node_modules/@testing-library/dom": {
3595 "version": "10.4.0",
956303669a32fc2c2025-06-02 19:45:53 +08003596 "license": "MIT",
3597 "dependencies": {
3598 "@babel/code-frame": "^7.10.4",
3599 "@babel/runtime": "^7.12.5",
3600 "@types/aria-query": "^5.0.1",
3601 "aria-query": "5.3.0",
3602 "chalk": "^4.1.0",
3603 "dom-accessibility-api": "^0.5.9",
3604 "lz-string": "^1.5.0",
3605 "pretty-format": "^27.0.2"
3606 },
3607 "engines": {
3608 "node": ">=18"
3609 }
3610 },
3611 "node_modules/@testing-library/jest-dom": {
3612 "version": "6.6.3",
956303669a32fc2c2025-06-02 19:45:53 +08003613 "license": "MIT",
3614 "dependencies": {
3615 "@adobe/css-tools": "^4.4.0",
3616 "aria-query": "^5.0.0",
3617 "chalk": "^3.0.0",
3618 "css.escape": "^1.5.1",
3619 "dom-accessibility-api": "^0.6.3",
3620 "lodash": "^4.17.21",
3621 "redent": "^3.0.0"
3622 },
3623 "engines": {
3624 "node": ">=14",
3625 "npm": ">=6",
3626 "yarn": ">=1"
3627 }
3628 },
3629 "node_modules/@testing-library/jest-dom/node_modules/chalk": {
3630 "version": "3.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08003631 "license": "MIT",
3632 "dependencies": {
3633 "ansi-styles": "^4.1.0",
3634 "supports-color": "^7.1.0"
3635 },
3636 "engines": {
3637 "node": ">=8"
3638 }
3639 },
3640 "node_modules/@testing-library/jest-dom/node_modules/dom-accessibility-api": {
3641 "version": "0.6.3",
956303669a32fc2c2025-06-02 19:45:53 +08003642 "license": "MIT"
3643 },
3644 "node_modules/@testing-library/react": {
3645 "version": "16.3.0",
956303669a32fc2c2025-06-02 19:45:53 +08003646 "license": "MIT",
3647 "dependencies": {
3648 "@babel/runtime": "^7.12.5"
3649 },
3650 "engines": {
3651 "node": ">=18"
3652 },
3653 "peerDependencies": {
3654 "@testing-library/dom": "^10.0.0",
3655 "@types/react": "^18.0.0 || ^19.0.0",
3656 "@types/react-dom": "^18.0.0 || ^19.0.0",
3657 "react": "^18.0.0 || ^19.0.0",
3658 "react-dom": "^18.0.0 || ^19.0.0"
3659 },
3660 "peerDependenciesMeta": {
3661 "@types/react": {
3662 "optional": true
3663 },
3664 "@types/react-dom": {
3665 "optional": true
3666 }
3667 }
3668 },
3669 "node_modules/@testing-library/user-event": {
3670 "version": "13.5.0",
956303669a32fc2c2025-06-02 19:45:53 +08003671 "license": "MIT",
3672 "dependencies": {
3673 "@babel/runtime": "^7.12.5"
3674 },
3675 "engines": {
3676 "node": ">=10",
3677 "npm": ">=6"
3678 },
3679 "peerDependencies": {
3680 "@testing-library/dom": ">=7.21.4"
3681 }
3682 },
3683 "node_modules/@tootallnate/once": {
3684 "version": "1.1.2",
956303669a32fc2c2025-06-02 19:45:53 +08003685 "license": "MIT",
3686 "engines": {
3687 "node": ">= 6"
3688 }
3689 },
3690 "node_modules/@trysound/sax": {
3691 "version": "0.2.0",
956303669a32fc2c2025-06-02 19:45:53 +08003692 "license": "ISC",
3693 "engines": {
3694 "node": ">=10.13.0"
3695 }
3696 },
3697 "node_modules/@types/aria-query": {
3698 "version": "5.0.4",
956303669a32fc2c2025-06-02 19:45:53 +08003699 "license": "MIT"
3700 },
3701 "node_modules/@types/babel__core": {
3702 "version": "7.20.5",
956303669a32fc2c2025-06-02 19:45:53 +08003703 "license": "MIT",
3704 "dependencies": {
3705 "@babel/parser": "^7.20.7",
3706 "@babel/types": "^7.20.7",
3707 "@types/babel__generator": "*",
3708 "@types/babel__template": "*",
3709 "@types/babel__traverse": "*"
3710 }
3711 },
3712 "node_modules/@types/babel__generator": {
3713 "version": "7.27.0",
956303669a32fc2c2025-06-02 19:45:53 +08003714 "license": "MIT",
3715 "dependencies": {
3716 "@babel/types": "^7.0.0"
3717 }
3718 },
3719 "node_modules/@types/babel__template": {
3720 "version": "7.4.4",
956303669a32fc2c2025-06-02 19:45:53 +08003721 "license": "MIT",
3722 "dependencies": {
3723 "@babel/parser": "^7.1.0",
3724 "@babel/types": "^7.0.0"
3725 }
3726 },
3727 "node_modules/@types/babel__traverse": {
3728 "version": "7.20.7",
956303669a32fc2c2025-06-02 19:45:53 +08003729 "license": "MIT",
3730 "dependencies": {
3731 "@babel/types": "^7.20.7"
3732 }
3733 },
3734 "node_modules/@types/body-parser": {
3735 "version": "1.19.5",
956303669a32fc2c2025-06-02 19:45:53 +08003736 "license": "MIT",
3737 "dependencies": {
3738 "@types/connect": "*",
3739 "@types/node": "*"
3740 }
3741 },
3742 "node_modules/@types/bonjour": {
3743 "version": "3.5.13",
956303669a32fc2c2025-06-02 19:45:53 +08003744 "license": "MIT",
3745 "dependencies": {
3746 "@types/node": "*"
3747 }
3748 },
3749 "node_modules/@types/connect": {
3750 "version": "3.4.38",
956303669a32fc2c2025-06-02 19:45:53 +08003751 "license": "MIT",
3752 "dependencies": {
3753 "@types/node": "*"
3754 }
3755 },
3756 "node_modules/@types/connect-history-api-fallback": {
3757 "version": "1.5.4",
956303669a32fc2c2025-06-02 19:45:53 +08003758 "license": "MIT",
3759 "dependencies": {
3760 "@types/express-serve-static-core": "*",
3761 "@types/node": "*"
3762 }
3763 },
3764 "node_modules/@types/eslint": {
3765 "version": "8.56.12",
956303669a32fc2c2025-06-02 19:45:53 +08003766 "license": "MIT",
3767 "dependencies": {
3768 "@types/estree": "*",
3769 "@types/json-schema": "*"
3770 }
3771 },
3772 "node_modules/@types/eslint-scope": {
3773 "version": "3.7.7",
956303669a32fc2c2025-06-02 19:45:53 +08003774 "license": "MIT",
3775 "dependencies": {
3776 "@types/eslint": "*",
3777 "@types/estree": "*"
3778 }
3779 },
3780 "node_modules/@types/estree": {
3781 "version": "1.0.7",
956303669a32fc2c2025-06-02 19:45:53 +08003782 "license": "MIT"
3783 },
3784 "node_modules/@types/express": {
3785 "version": "4.17.22",
956303669a32fc2c2025-06-02 19:45:53 +08003786 "license": "MIT",
3787 "dependencies": {
3788 "@types/body-parser": "*",
3789 "@types/express-serve-static-core": "^4.17.33",
3790 "@types/qs": "*",
3791 "@types/serve-static": "*"
3792 }
3793 },
3794 "node_modules/@types/express-serve-static-core": {
3795 "version": "5.0.6",
956303669a32fc2c2025-06-02 19:45:53 +08003796 "license": "MIT",
3797 "dependencies": {
3798 "@types/node": "*",
3799 "@types/qs": "*",
3800 "@types/range-parser": "*",
3801 "@types/send": "*"
3802 }
3803 },
3804 "node_modules/@types/express/node_modules/@types/express-serve-static-core": {
3805 "version": "4.19.6",
956303669a32fc2c2025-06-02 19:45:53 +08003806 "license": "MIT",
3807 "dependencies": {
3808 "@types/node": "*",
3809 "@types/qs": "*",
3810 "@types/range-parser": "*",
3811 "@types/send": "*"
3812 }
3813 },
3814 "node_modules/@types/graceful-fs": {
3815 "version": "4.1.9",
956303669a32fc2c2025-06-02 19:45:53 +08003816 "license": "MIT",
3817 "dependencies": {
3818 "@types/node": "*"
3819 }
3820 },
3821 "node_modules/@types/html-minifier-terser": {
3822 "version": "6.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08003823 "license": "MIT"
3824 },
3825 "node_modules/@types/http-errors": {
3826 "version": "2.0.4",
956303669a32fc2c2025-06-02 19:45:53 +08003827 "license": "MIT"
3828 },
3829 "node_modules/@types/http-proxy": {
3830 "version": "1.17.16",
956303669a32fc2c2025-06-02 19:45:53 +08003831 "license": "MIT",
3832 "dependencies": {
3833 "@types/node": "*"
3834 }
3835 },
3836 "node_modules/@types/istanbul-lib-coverage": {
3837 "version": "2.0.6",
956303669a32fc2c2025-06-02 19:45:53 +08003838 "license": "MIT"
3839 },
3840 "node_modules/@types/istanbul-lib-report": {
3841 "version": "3.0.3",
956303669a32fc2c2025-06-02 19:45:53 +08003842 "license": "MIT",
3843 "dependencies": {
3844 "@types/istanbul-lib-coverage": "*"
3845 }
3846 },
3847 "node_modules/@types/istanbul-reports": {
3848 "version": "3.0.4",
956303669a32fc2c2025-06-02 19:45:53 +08003849 "license": "MIT",
3850 "dependencies": {
3851 "@types/istanbul-lib-report": "*"
3852 }
3853 },
3854 "node_modules/@types/json-schema": {
3855 "version": "7.0.15",
956303669a32fc2c2025-06-02 19:45:53 +08003856 "license": "MIT"
3857 },
3858 "node_modules/@types/json5": {
3859 "version": "0.0.29",
956303669a32fc2c2025-06-02 19:45:53 +08003860 "license": "MIT"
3861 },
3862 "node_modules/@types/mime": {
3863 "version": "1.3.5",
956303669a32fc2c2025-06-02 19:45:53 +08003864 "license": "MIT"
3865 },
3866 "node_modules/@types/node": {
3867 "version": "22.15.21",
956303669a32fc2c2025-06-02 19:45:53 +08003868 "license": "MIT",
3869 "dependencies": {
3870 "undici-types": "~6.21.0"
3871 }
3872 },
3873 "node_modules/@types/node-forge": {
3874 "version": "1.3.11",
956303669a32fc2c2025-06-02 19:45:53 +08003875 "license": "MIT",
3876 "dependencies": {
3877 "@types/node": "*"
3878 }
3879 },
3880 "node_modules/@types/parse-json": {
3881 "version": "4.0.2",
956303669a32fc2c2025-06-02 19:45:53 +08003882 "license": "MIT"
3883 },
3884 "node_modules/@types/prettier": {
3885 "version": "2.7.3",
956303669a32fc2c2025-06-02 19:45:53 +08003886 "license": "MIT"
3887 },
3888 "node_modules/@types/prop-types": {
3889 "version": "15.7.14",
956303669a32fc2c2025-06-02 19:45:53 +08003890 "license": "MIT"
3891 },
3892 "node_modules/@types/q": {
3893 "version": "1.5.8",
956303669a32fc2c2025-06-02 19:45:53 +08003894 "license": "MIT"
3895 },
3896 "node_modules/@types/qs": {
3897 "version": "6.14.0",
956303669a32fc2c2025-06-02 19:45:53 +08003898 "license": "MIT"
3899 },
3900 "node_modules/@types/range-parser": {
3901 "version": "1.2.7",
956303669a32fc2c2025-06-02 19:45:53 +08003902 "license": "MIT"
3903 },
3904 "node_modules/@types/react": {
3905 "version": "19.1.5",
956303669a32fc2c2025-06-02 19:45:53 +08003906 "license": "MIT",
3907 "peer": true,
3908 "dependencies": {
3909 "csstype": "^3.0.2"
3910 }
3911 },
3912 "node_modules/@types/react-transition-group": {
3913 "version": "4.4.12",
956303669a32fc2c2025-06-02 19:45:53 +08003914 "license": "MIT",
3915 "peerDependencies": {
3916 "@types/react": "*"
3917 }
3918 },
3919 "node_modules/@types/resolve": {
3920 "version": "1.17.1",
956303669a32fc2c2025-06-02 19:45:53 +08003921 "license": "MIT",
3922 "dependencies": {
3923 "@types/node": "*"
3924 }
3925 },
3926 "node_modules/@types/retry": {
3927 "version": "0.12.0",
956303669a32fc2c2025-06-02 19:45:53 +08003928 "license": "MIT"
3929 },
3930 "node_modules/@types/semver": {
3931 "version": "7.7.0",
956303669a32fc2c2025-06-02 19:45:53 +08003932 "license": "MIT"
3933 },
3934 "node_modules/@types/send": {
3935 "version": "0.17.4",
956303669a32fc2c2025-06-02 19:45:53 +08003936 "license": "MIT",
3937 "dependencies": {
3938 "@types/mime": "^1",
3939 "@types/node": "*"
3940 }
3941 },
3942 "node_modules/@types/serve-index": {
3943 "version": "1.9.4",
956303669a32fc2c2025-06-02 19:45:53 +08003944 "license": "MIT",
3945 "dependencies": {
3946 "@types/express": "*"
3947 }
3948 },
3949 "node_modules/@types/serve-static": {
3950 "version": "1.15.7",
956303669a32fc2c2025-06-02 19:45:53 +08003951 "license": "MIT",
3952 "dependencies": {
3953 "@types/http-errors": "*",
3954 "@types/node": "*",
3955 "@types/send": "*"
3956 }
3957 },
3958 "node_modules/@types/sockjs": {
3959 "version": "0.3.36",
956303669a32fc2c2025-06-02 19:45:53 +08003960 "license": "MIT",
3961 "dependencies": {
3962 "@types/node": "*"
3963 }
3964 },
3965 "node_modules/@types/stack-utils": {
3966 "version": "2.0.3",
956303669a32fc2c2025-06-02 19:45:53 +08003967 "license": "MIT"
3968 },
3969 "node_modules/@types/trusted-types": {
3970 "version": "2.0.7",
956303669a32fc2c2025-06-02 19:45:53 +08003971 "license": "MIT"
3972 },
3973 "node_modules/@types/ws": {
3974 "version": "8.18.1",
956303669a32fc2c2025-06-02 19:45:53 +08003975 "license": "MIT",
3976 "dependencies": {
3977 "@types/node": "*"
3978 }
3979 },
3980 "node_modules/@types/yargs": {
3981 "version": "16.0.9",
956303669a32fc2c2025-06-02 19:45:53 +08003982 "license": "MIT",
3983 "dependencies": {
3984 "@types/yargs-parser": "*"
3985 }
3986 },
3987 "node_modules/@types/yargs-parser": {
3988 "version": "21.0.3",
956303669a32fc2c2025-06-02 19:45:53 +08003989 "license": "MIT"
3990 },
3991 "node_modules/@typescript-eslint/eslint-plugin": {
3992 "version": "5.62.0",
956303669a32fc2c2025-06-02 19:45:53 +08003993 "license": "MIT",
3994 "dependencies": {
3995 "@eslint-community/regexpp": "^4.4.0",
3996 "@typescript-eslint/scope-manager": "5.62.0",
3997 "@typescript-eslint/type-utils": "5.62.0",
3998 "@typescript-eslint/utils": "5.62.0",
3999 "debug": "^4.3.4",
4000 "graphemer": "^1.4.0",
4001 "ignore": "^5.2.0",
4002 "natural-compare-lite": "^1.4.0",
4003 "semver": "^7.3.7",
4004 "tsutils": "^3.21.0"
4005 },
4006 "engines": {
4007 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4008 },
4009 "funding": {
4010 "type": "opencollective",
4011 "url": "https://opencollective.com/typescript-eslint"
4012 },
4013 "peerDependencies": {
4014 "@typescript-eslint/parser": "^5.0.0",
4015 "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
4016 },
4017 "peerDependenciesMeta": {
4018 "typescript": {
4019 "optional": true
4020 }
4021 }
4022 },
4023 "node_modules/@typescript-eslint/experimental-utils": {
4024 "version": "5.62.0",
956303669a32fc2c2025-06-02 19:45:53 +08004025 "license": "MIT",
4026 "dependencies": {
4027 "@typescript-eslint/utils": "5.62.0"
4028 },
4029 "engines": {
4030 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4031 },
4032 "funding": {
4033 "type": "opencollective",
4034 "url": "https://opencollective.com/typescript-eslint"
4035 },
4036 "peerDependencies": {
4037 "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
4038 }
4039 },
4040 "node_modules/@typescript-eslint/parser": {
4041 "version": "5.62.0",
956303669a32fc2c2025-06-02 19:45:53 +08004042 "license": "BSD-2-Clause",
4043 "dependencies": {
4044 "@typescript-eslint/scope-manager": "5.62.0",
4045 "@typescript-eslint/types": "5.62.0",
4046 "@typescript-eslint/typescript-estree": "5.62.0",
4047 "debug": "^4.3.4"
4048 },
4049 "engines": {
4050 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4051 },
4052 "funding": {
4053 "type": "opencollective",
4054 "url": "https://opencollective.com/typescript-eslint"
4055 },
4056 "peerDependencies": {
4057 "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
4058 },
4059 "peerDependenciesMeta": {
4060 "typescript": {
4061 "optional": true
4062 }
4063 }
4064 },
4065 "node_modules/@typescript-eslint/scope-manager": {
4066 "version": "5.62.0",
956303669a32fc2c2025-06-02 19:45:53 +08004067 "license": "MIT",
4068 "dependencies": {
4069 "@typescript-eslint/types": "5.62.0",
4070 "@typescript-eslint/visitor-keys": "5.62.0"
4071 },
4072 "engines": {
4073 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4074 },
4075 "funding": {
4076 "type": "opencollective",
4077 "url": "https://opencollective.com/typescript-eslint"
4078 }
4079 },
4080 "node_modules/@typescript-eslint/type-utils": {
4081 "version": "5.62.0",
956303669a32fc2c2025-06-02 19:45:53 +08004082 "license": "MIT",
4083 "dependencies": {
4084 "@typescript-eslint/typescript-estree": "5.62.0",
4085 "@typescript-eslint/utils": "5.62.0",
4086 "debug": "^4.3.4",
4087 "tsutils": "^3.21.0"
4088 },
4089 "engines": {
4090 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4091 },
4092 "funding": {
4093 "type": "opencollective",
4094 "url": "https://opencollective.com/typescript-eslint"
4095 },
4096 "peerDependencies": {
4097 "eslint": "*"
4098 },
4099 "peerDependenciesMeta": {
4100 "typescript": {
4101 "optional": true
4102 }
4103 }
4104 },
4105 "node_modules/@typescript-eslint/types": {
4106 "version": "5.62.0",
956303669a32fc2c2025-06-02 19:45:53 +08004107 "license": "MIT",
4108 "engines": {
4109 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4110 },
4111 "funding": {
4112 "type": "opencollective",
4113 "url": "https://opencollective.com/typescript-eslint"
4114 }
4115 },
4116 "node_modules/@typescript-eslint/typescript-estree": {
4117 "version": "5.62.0",
956303669a32fc2c2025-06-02 19:45:53 +08004118 "license": "BSD-2-Clause",
4119 "dependencies": {
4120 "@typescript-eslint/types": "5.62.0",
4121 "@typescript-eslint/visitor-keys": "5.62.0",
4122 "debug": "^4.3.4",
4123 "globby": "^11.1.0",
4124 "is-glob": "^4.0.3",
4125 "semver": "^7.3.7",
4126 "tsutils": "^3.21.0"
4127 },
4128 "engines": {
4129 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4130 },
4131 "funding": {
4132 "type": "opencollective",
4133 "url": "https://opencollective.com/typescript-eslint"
4134 },
4135 "peerDependenciesMeta": {
4136 "typescript": {
4137 "optional": true
4138 }
4139 }
4140 },
4141 "node_modules/@typescript-eslint/utils": {
4142 "version": "5.62.0",
956303669a32fc2c2025-06-02 19:45:53 +08004143 "license": "MIT",
4144 "dependencies": {
4145 "@eslint-community/eslint-utils": "^4.2.0",
4146 "@types/json-schema": "^7.0.9",
4147 "@types/semver": "^7.3.12",
4148 "@typescript-eslint/scope-manager": "5.62.0",
4149 "@typescript-eslint/types": "5.62.0",
4150 "@typescript-eslint/typescript-estree": "5.62.0",
4151 "eslint-scope": "^5.1.1",
4152 "semver": "^7.3.7"
4153 },
4154 "engines": {
4155 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4156 },
4157 "funding": {
4158 "type": "opencollective",
4159 "url": "https://opencollective.com/typescript-eslint"
4160 },
4161 "peerDependencies": {
4162 "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
4163 }
4164 },
4165 "node_modules/@typescript-eslint/utils/node_modules/eslint-scope": {
4166 "version": "5.1.1",
956303669a32fc2c2025-06-02 19:45:53 +08004167 "license": "BSD-2-Clause",
4168 "dependencies": {
4169 "esrecurse": "^4.3.0",
4170 "estraverse": "^4.1.1"
4171 },
4172 "engines": {
4173 "node": ">=8.0.0"
4174 }
4175 },
4176 "node_modules/@typescript-eslint/utils/node_modules/estraverse": {
4177 "version": "4.3.0",
956303669a32fc2c2025-06-02 19:45:53 +08004178 "license": "BSD-2-Clause",
4179 "engines": {
4180 "node": ">=4.0"
4181 }
4182 },
4183 "node_modules/@typescript-eslint/visitor-keys": {
4184 "version": "5.62.0",
956303669a32fc2c2025-06-02 19:45:53 +08004185 "license": "MIT",
4186 "dependencies": {
4187 "@typescript-eslint/types": "5.62.0",
4188 "eslint-visitor-keys": "^3.3.0"
4189 },
4190 "engines": {
4191 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4192 },
4193 "funding": {
4194 "type": "opencollective",
4195 "url": "https://opencollective.com/typescript-eslint"
4196 }
4197 },
4198 "node_modules/@ungap/structured-clone": {
4199 "version": "1.3.0",
956303669a32fc2c2025-06-02 19:45:53 +08004200 "license": "ISC"
4201 },
4202 "node_modules/@webassemblyjs/ast": {
4203 "version": "1.14.1",
956303669a32fc2c2025-06-02 19:45:53 +08004204 "license": "MIT",
4205 "dependencies": {
4206 "@webassemblyjs/helper-numbers": "1.13.2",
4207 "@webassemblyjs/helper-wasm-bytecode": "1.13.2"
4208 }
4209 },
4210 "node_modules/@webassemblyjs/floating-point-hex-parser": {
4211 "version": "1.13.2",
956303669a32fc2c2025-06-02 19:45:53 +08004212 "license": "MIT"
4213 },
4214 "node_modules/@webassemblyjs/helper-api-error": {
4215 "version": "1.13.2",
956303669a32fc2c2025-06-02 19:45:53 +08004216 "license": "MIT"
4217 },
4218 "node_modules/@webassemblyjs/helper-buffer": {
4219 "version": "1.14.1",
956303669a32fc2c2025-06-02 19:45:53 +08004220 "license": "MIT"
4221 },
4222 "node_modules/@webassemblyjs/helper-numbers": {
4223 "version": "1.13.2",
956303669a32fc2c2025-06-02 19:45:53 +08004224 "license": "MIT",
4225 "dependencies": {
4226 "@webassemblyjs/floating-point-hex-parser": "1.13.2",
4227 "@webassemblyjs/helper-api-error": "1.13.2",
4228 "@xtuc/long": "4.2.2"
4229 }
4230 },
4231 "node_modules/@webassemblyjs/helper-wasm-bytecode": {
4232 "version": "1.13.2",
956303669a32fc2c2025-06-02 19:45:53 +08004233 "license": "MIT"
4234 },
4235 "node_modules/@webassemblyjs/helper-wasm-section": {
4236 "version": "1.14.1",
956303669a32fc2c2025-06-02 19:45:53 +08004237 "license": "MIT",
4238 "dependencies": {
4239 "@webassemblyjs/ast": "1.14.1",
4240 "@webassemblyjs/helper-buffer": "1.14.1",
4241 "@webassemblyjs/helper-wasm-bytecode": "1.13.2",
4242 "@webassemblyjs/wasm-gen": "1.14.1"
4243 }
4244 },
4245 "node_modules/@webassemblyjs/ieee754": {
4246 "version": "1.13.2",
956303669a32fc2c2025-06-02 19:45:53 +08004247 "license": "MIT",
4248 "dependencies": {
4249 "@xtuc/ieee754": "^1.2.0"
4250 }
4251 },
4252 "node_modules/@webassemblyjs/leb128": {
4253 "version": "1.13.2",
956303669a32fc2c2025-06-02 19:45:53 +08004254 "license": "Apache-2.0",
4255 "dependencies": {
4256 "@xtuc/long": "4.2.2"
4257 }
4258 },
4259 "node_modules/@webassemblyjs/utf8": {
4260 "version": "1.13.2",
956303669a32fc2c2025-06-02 19:45:53 +08004261 "license": "MIT"
4262 },
4263 "node_modules/@webassemblyjs/wasm-edit": {
4264 "version": "1.14.1",
956303669a32fc2c2025-06-02 19:45:53 +08004265 "license": "MIT",
4266 "dependencies": {
4267 "@webassemblyjs/ast": "1.14.1",
4268 "@webassemblyjs/helper-buffer": "1.14.1",
4269 "@webassemblyjs/helper-wasm-bytecode": "1.13.2",
4270 "@webassemblyjs/helper-wasm-section": "1.14.1",
4271 "@webassemblyjs/wasm-gen": "1.14.1",
4272 "@webassemblyjs/wasm-opt": "1.14.1",
4273 "@webassemblyjs/wasm-parser": "1.14.1",
4274 "@webassemblyjs/wast-printer": "1.14.1"
4275 }
4276 },
4277 "node_modules/@webassemblyjs/wasm-gen": {
4278 "version": "1.14.1",
956303669a32fc2c2025-06-02 19:45:53 +08004279 "license": "MIT",
4280 "dependencies": {
4281 "@webassemblyjs/ast": "1.14.1",
4282 "@webassemblyjs/helper-wasm-bytecode": "1.13.2",
4283 "@webassemblyjs/ieee754": "1.13.2",
4284 "@webassemblyjs/leb128": "1.13.2",
4285 "@webassemblyjs/utf8": "1.13.2"
4286 }
4287 },
4288 "node_modules/@webassemblyjs/wasm-opt": {
4289 "version": "1.14.1",
956303669a32fc2c2025-06-02 19:45:53 +08004290 "license": "MIT",
4291 "dependencies": {
4292 "@webassemblyjs/ast": "1.14.1",
4293 "@webassemblyjs/helper-buffer": "1.14.1",
4294 "@webassemblyjs/wasm-gen": "1.14.1",
4295 "@webassemblyjs/wasm-parser": "1.14.1"
4296 }
4297 },
4298 "node_modules/@webassemblyjs/wasm-parser": {
4299 "version": "1.14.1",
956303669a32fc2c2025-06-02 19:45:53 +08004300 "license": "MIT",
4301 "dependencies": {
4302 "@webassemblyjs/ast": "1.14.1",
4303 "@webassemblyjs/helper-api-error": "1.13.2",
4304 "@webassemblyjs/helper-wasm-bytecode": "1.13.2",
4305 "@webassemblyjs/ieee754": "1.13.2",
4306 "@webassemblyjs/leb128": "1.13.2",
4307 "@webassemblyjs/utf8": "1.13.2"
4308 }
4309 },
4310 "node_modules/@webassemblyjs/wast-printer": {
4311 "version": "1.14.1",
956303669a32fc2c2025-06-02 19:45:53 +08004312 "license": "MIT",
4313 "dependencies": {
4314 "@webassemblyjs/ast": "1.14.1",
4315 "@xtuc/long": "4.2.2"
4316 }
4317 },
4318 "node_modules/@xtuc/ieee754": {
4319 "version": "1.2.0",
956303669a32fc2c2025-06-02 19:45:53 +08004320 "license": "BSD-3-Clause"
4321 },
4322 "node_modules/@xtuc/long": {
4323 "version": "4.2.2",
956303669a32fc2c2025-06-02 19:45:53 +08004324 "license": "Apache-2.0"
4325 },
4326 "node_modules/abab": {
4327 "version": "2.0.6",
956303669a32fc2c2025-06-02 19:45:53 +08004328 "license": "BSD-3-Clause"
4329 },
4330 "node_modules/accepts": {
4331 "version": "1.3.8",
956303669a32fc2c2025-06-02 19:45:53 +08004332 "license": "MIT",
4333 "dependencies": {
4334 "mime-types": "~2.1.34",
4335 "negotiator": "0.6.3"
4336 },
4337 "engines": {
4338 "node": ">= 0.6"
4339 }
4340 },
4341 "node_modules/accepts/node_modules/negotiator": {
4342 "version": "0.6.3",
956303669a32fc2c2025-06-02 19:45:53 +08004343 "license": "MIT",
4344 "engines": {
4345 "node": ">= 0.6"
4346 }
4347 },
4348 "node_modules/acorn": {
4349 "version": "8.14.1",
956303669a32fc2c2025-06-02 19:45:53 +08004350 "license": "MIT",
4351 "bin": {
4352 "acorn": "bin/acorn"
4353 },
4354 "engines": {
4355 "node": ">=0.4.0"
4356 }
4357 },
4358 "node_modules/acorn-globals": {
4359 "version": "6.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08004360 "license": "MIT",
4361 "dependencies": {
4362 "acorn": "^7.1.1",
4363 "acorn-walk": "^7.1.1"
4364 }
4365 },
4366 "node_modules/acorn-globals/node_modules/acorn": {
4367 "version": "7.4.1",
956303669a32fc2c2025-06-02 19:45:53 +08004368 "license": "MIT",
4369 "bin": {
4370 "acorn": "bin/acorn"
4371 },
4372 "engines": {
4373 "node": ">=0.4.0"
4374 }
4375 },
4376 "node_modules/acorn-jsx": {
4377 "version": "5.3.2",
956303669a32fc2c2025-06-02 19:45:53 +08004378 "license": "MIT",
4379 "peerDependencies": {
4380 "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
4381 }
4382 },
4383 "node_modules/acorn-walk": {
4384 "version": "7.2.0",
956303669a32fc2c2025-06-02 19:45:53 +08004385 "license": "MIT",
4386 "engines": {
4387 "node": ">=0.4.0"
4388 }
4389 },
4390 "node_modules/address": {
4391 "version": "1.2.2",
956303669a32fc2c2025-06-02 19:45:53 +08004392 "license": "MIT",
4393 "engines": {
4394 "node": ">= 10.0.0"
4395 }
4396 },
4397 "node_modules/adjust-sourcemap-loader": {
4398 "version": "4.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08004399 "license": "MIT",
4400 "dependencies": {
4401 "loader-utils": "^2.0.0",
4402 "regex-parser": "^2.2.11"
4403 },
4404 "engines": {
4405 "node": ">=8.9"
4406 }
4407 },
4408 "node_modules/agent-base": {
4409 "version": "6.0.2",
956303669a32fc2c2025-06-02 19:45:53 +08004410 "license": "MIT",
4411 "dependencies": {
4412 "debug": "4"
4413 },
4414 "engines": {
4415 "node": ">= 6.0.0"
4416 }
4417 },
4418 "node_modules/ajv": {
4419 "version": "6.12.6",
956303669a32fc2c2025-06-02 19:45:53 +08004420 "license": "MIT",
4421 "dependencies": {
4422 "fast-deep-equal": "^3.1.1",
4423 "fast-json-stable-stringify": "^2.0.0",
4424 "json-schema-traverse": "^0.4.1",
4425 "uri-js": "^4.2.2"
4426 },
4427 "funding": {
4428 "type": "github",
4429 "url": "https://github.com/sponsors/epoberezkin"
4430 }
4431 },
4432 "node_modules/ajv-formats": {
4433 "version": "2.1.1",
956303669a32fc2c2025-06-02 19:45:53 +08004434 "license": "MIT",
4435 "dependencies": {
4436 "ajv": "^8.0.0"
4437 },
4438 "peerDependencies": {
4439 "ajv": "^8.0.0"
4440 },
4441 "peerDependenciesMeta": {
4442 "ajv": {
4443 "optional": true
4444 }
4445 }
4446 },
4447 "node_modules/ajv-formats/node_modules/ajv": {
4448 "version": "8.17.1",
956303669a32fc2c2025-06-02 19:45:53 +08004449 "license": "MIT",
4450 "dependencies": {
4451 "fast-deep-equal": "^3.1.3",
4452 "fast-uri": "^3.0.1",
4453 "json-schema-traverse": "^1.0.0",
4454 "require-from-string": "^2.0.2"
4455 },
4456 "funding": {
4457 "type": "github",
4458 "url": "https://github.com/sponsors/epoberezkin"
4459 }
4460 },
4461 "node_modules/ajv-formats/node_modules/json-schema-traverse": {
4462 "version": "1.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08004463 "license": "MIT"
4464 },
4465 "node_modules/ajv-keywords": {
4466 "version": "3.5.2",
956303669a32fc2c2025-06-02 19:45:53 +08004467 "license": "MIT",
4468 "peerDependencies": {
4469 "ajv": "^6.9.1"
4470 }
4471 },
4472 "node_modules/ansi-escapes": {
4473 "version": "4.3.2",
956303669a32fc2c2025-06-02 19:45:53 +08004474 "license": "MIT",
4475 "dependencies": {
4476 "type-fest": "^0.21.3"
4477 },
4478 "engines": {
4479 "node": ">=8"
4480 },
4481 "funding": {
4482 "url": "https://github.com/sponsors/sindresorhus"
4483 }
4484 },
4485 "node_modules/ansi-html": {
4486 "version": "0.0.9",
956303669a32fc2c2025-06-02 19:45:53 +08004487 "engines": [
4488 "node >= 0.8.0"
4489 ],
4490 "license": "Apache-2.0",
4491 "bin": {
4492 "ansi-html": "bin/ansi-html"
4493 }
4494 },
4495 "node_modules/ansi-html-community": {
4496 "version": "0.0.8",
956303669a32fc2c2025-06-02 19:45:53 +08004497 "engines": [
4498 "node >= 0.8.0"
4499 ],
4500 "license": "Apache-2.0",
4501 "bin": {
4502 "ansi-html": "bin/ansi-html"
4503 }
4504 },
4505 "node_modules/ansi-regex": {
4506 "version": "5.0.1",
956303669a32fc2c2025-06-02 19:45:53 +08004507 "license": "MIT",
4508 "engines": {
4509 "node": ">=8"
4510 }
4511 },
4512 "node_modules/ansi-styles": {
4513 "version": "4.3.0",
956303669a32fc2c2025-06-02 19:45:53 +08004514 "license": "MIT",
4515 "dependencies": {
4516 "color-convert": "^2.0.1"
4517 },
4518 "engines": {
4519 "node": ">=8"
4520 },
4521 "funding": {
4522 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
4523 }
4524 },
ssq5067cb92025-06-05 11:44:23 +00004525 "node_modules/antd": {
4526 "version": "5.25.4",
4527 "resolved": "https://registry.npmjs.org/antd/-/antd-5.25.4.tgz",
4528 "integrity": "sha512-yXdWqq1NJSZnD1HoPZWnWuQJGVYYnB3h0Ufsz4sbt3T0N9SdJ4G9GPpLMk8Gn9zWtwBekfR4THPVZ9uzAyhBHQ==",
ssq5067cb92025-06-05 11:44:23 +00004529 "dependencies": {
4530 "@ant-design/colors": "^7.2.1",
4531 "@ant-design/cssinjs": "^1.23.0",
4532 "@ant-design/cssinjs-utils": "^1.1.3",
4533 "@ant-design/fast-color": "^2.0.6",
4534 "@ant-design/icons": "^5.6.1",
4535 "@ant-design/react-slick": "~1.1.2",
4536 "@babel/runtime": "^7.26.0",
4537 "@rc-component/color-picker": "~2.0.1",
4538 "@rc-component/mutate-observer": "^1.1.0",
4539 "@rc-component/qrcode": "~1.0.0",
4540 "@rc-component/tour": "~1.15.1",
4541 "@rc-component/trigger": "^2.2.6",
4542 "classnames": "^2.5.1",
4543 "copy-to-clipboard": "^3.3.3",
4544 "dayjs": "^1.11.11",
4545 "rc-cascader": "~3.34.0",
4546 "rc-checkbox": "~3.5.0",
4547 "rc-collapse": "~3.9.0",
4548 "rc-dialog": "~9.6.0",
4549 "rc-drawer": "~7.3.0",
4550 "rc-dropdown": "~4.2.1",
4551 "rc-field-form": "~2.7.0",
4552 "rc-image": "~7.12.0",
4553 "rc-input": "~1.8.0",
4554 "rc-input-number": "~9.5.0",
4555 "rc-mentions": "~2.20.0",
4556 "rc-menu": "~9.16.1",
4557 "rc-motion": "^2.9.5",
4558 "rc-notification": "~5.6.4",
4559 "rc-pagination": "~5.1.0",
4560 "rc-picker": "~4.11.3",
4561 "rc-progress": "~4.0.0",
4562 "rc-rate": "~2.13.1",
4563 "rc-resize-observer": "^1.4.3",
4564 "rc-segmented": "~2.7.0",
4565 "rc-select": "~14.16.8",
4566 "rc-slider": "~11.1.8",
4567 "rc-steps": "~6.0.1",
4568 "rc-switch": "~4.1.0",
4569 "rc-table": "~7.50.5",
4570 "rc-tabs": "~15.6.1",
4571 "rc-textarea": "~1.10.0",
4572 "rc-tooltip": "~6.4.0",
4573 "rc-tree": "~5.13.1",
4574 "rc-tree-select": "~5.27.0",
4575 "rc-upload": "~4.9.2",
4576 "rc-util": "^5.44.4",
4577 "scroll-into-view-if-needed": "^3.1.0",
4578 "throttle-debounce": "^5.0.2"
4579 },
4580 "funding": {
4581 "type": "opencollective",
4582 "url": "https://opencollective.com/ant-design"
4583 },
4584 "peerDependencies": {
4585 "react": ">=16.9.0",
4586 "react-dom": ">=16.9.0"
4587 }
4588 },
956303669a32fc2c2025-06-02 19:45:53 +08004589 "node_modules/any-promise": {
4590 "version": "1.3.0",
956303669a32fc2c2025-06-02 19:45:53 +08004591 "license": "MIT"
4592 },
4593 "node_modules/anymatch": {
4594 "version": "3.1.3",
956303669a32fc2c2025-06-02 19:45:53 +08004595 "license": "ISC",
4596 "dependencies": {
4597 "normalize-path": "^3.0.0",
4598 "picomatch": "^2.0.4"
4599 },
4600 "engines": {
4601 "node": ">= 8"
4602 }
4603 },
4604 "node_modules/arg": {
4605 "version": "5.0.2",
956303669a32fc2c2025-06-02 19:45:53 +08004606 "license": "MIT"
4607 },
4608 "node_modules/argparse": {
4609 "version": "1.0.10",
956303669a32fc2c2025-06-02 19:45:53 +08004610 "license": "MIT",
4611 "dependencies": {
4612 "sprintf-js": "~1.0.2"
4613 }
4614 },
4615 "node_modules/aria-query": {
4616 "version": "5.3.0",
956303669a32fc2c2025-06-02 19:45:53 +08004617 "license": "Apache-2.0",
4618 "dependencies": {
4619 "dequal": "^2.0.3"
4620 }
4621 },
4622 "node_modules/array-buffer-byte-length": {
4623 "version": "1.0.2",
956303669a32fc2c2025-06-02 19:45:53 +08004624 "license": "MIT",
4625 "dependencies": {
4626 "call-bound": "^1.0.3",
4627 "is-array-buffer": "^3.0.5"
4628 },
4629 "engines": {
4630 "node": ">= 0.4"
4631 },
4632 "funding": {
4633 "url": "https://github.com/sponsors/ljharb"
4634 }
4635 },
4636 "node_modules/array-flatten": {
4637 "version": "1.1.1",
956303669a32fc2c2025-06-02 19:45:53 +08004638 "license": "MIT"
4639 },
4640 "node_modules/array-includes": {
4641 "version": "3.1.8",
956303669a32fc2c2025-06-02 19:45:53 +08004642 "license": "MIT",
4643 "dependencies": {
4644 "call-bind": "^1.0.7",
4645 "define-properties": "^1.2.1",
4646 "es-abstract": "^1.23.2",
4647 "es-object-atoms": "^1.0.0",
4648 "get-intrinsic": "^1.2.4",
4649 "is-string": "^1.0.7"
4650 },
4651 "engines": {
4652 "node": ">= 0.4"
4653 },
4654 "funding": {
4655 "url": "https://github.com/sponsors/ljharb"
4656 }
4657 },
4658 "node_modules/array-union": {
4659 "version": "2.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08004660 "license": "MIT",
4661 "engines": {
4662 "node": ">=8"
4663 }
4664 },
4665 "node_modules/array.prototype.findlast": {
4666 "version": "1.2.5",
956303669a32fc2c2025-06-02 19:45:53 +08004667 "license": "MIT",
4668 "dependencies": {
4669 "call-bind": "^1.0.7",
4670 "define-properties": "^1.2.1",
4671 "es-abstract": "^1.23.2",
4672 "es-errors": "^1.3.0",
4673 "es-object-atoms": "^1.0.0",
4674 "es-shim-unscopables": "^1.0.2"
4675 },
4676 "engines": {
4677 "node": ">= 0.4"
4678 },
4679 "funding": {
4680 "url": "https://github.com/sponsors/ljharb"
4681 }
4682 },
4683 "node_modules/array.prototype.findlastindex": {
4684 "version": "1.2.6",
956303669a32fc2c2025-06-02 19:45:53 +08004685 "license": "MIT",
4686 "dependencies": {
4687 "call-bind": "^1.0.8",
4688 "call-bound": "^1.0.4",
4689 "define-properties": "^1.2.1",
4690 "es-abstract": "^1.23.9",
4691 "es-errors": "^1.3.0",
4692 "es-object-atoms": "^1.1.1",
4693 "es-shim-unscopables": "^1.1.0"
4694 },
4695 "engines": {
4696 "node": ">= 0.4"
4697 },
4698 "funding": {
4699 "url": "https://github.com/sponsors/ljharb"
4700 }
4701 },
4702 "node_modules/array.prototype.flat": {
4703 "version": "1.3.3",
956303669a32fc2c2025-06-02 19:45:53 +08004704 "license": "MIT",
4705 "dependencies": {
4706 "call-bind": "^1.0.8",
4707 "define-properties": "^1.2.1",
4708 "es-abstract": "^1.23.5",
4709 "es-shim-unscopables": "^1.0.2"
4710 },
4711 "engines": {
4712 "node": ">= 0.4"
4713 },
4714 "funding": {
4715 "url": "https://github.com/sponsors/ljharb"
4716 }
4717 },
4718 "node_modules/array.prototype.flatmap": {
4719 "version": "1.3.3",
956303669a32fc2c2025-06-02 19:45:53 +08004720 "license": "MIT",
4721 "dependencies": {
4722 "call-bind": "^1.0.8",
4723 "define-properties": "^1.2.1",
4724 "es-abstract": "^1.23.5",
4725 "es-shim-unscopables": "^1.0.2"
4726 },
4727 "engines": {
4728 "node": ">= 0.4"
4729 },
4730 "funding": {
4731 "url": "https://github.com/sponsors/ljharb"
4732 }
4733 },
4734 "node_modules/array.prototype.reduce": {
4735 "version": "1.0.8",
956303669a32fc2c2025-06-02 19:45:53 +08004736 "license": "MIT",
4737 "dependencies": {
4738 "call-bind": "^1.0.8",
4739 "call-bound": "^1.0.4",
4740 "define-properties": "^1.2.1",
4741 "es-abstract": "^1.23.9",
4742 "es-array-method-boxes-properly": "^1.0.0",
4743 "es-errors": "^1.3.0",
4744 "es-object-atoms": "^1.1.1",
4745 "is-string": "^1.1.1"
4746 },
4747 "engines": {
4748 "node": ">= 0.4"
4749 },
4750 "funding": {
4751 "url": "https://github.com/sponsors/ljharb"
4752 }
4753 },
4754 "node_modules/array.prototype.tosorted": {
4755 "version": "1.1.4",
956303669a32fc2c2025-06-02 19:45:53 +08004756 "license": "MIT",
4757 "dependencies": {
4758 "call-bind": "^1.0.7",
4759 "define-properties": "^1.2.1",
4760 "es-abstract": "^1.23.3",
4761 "es-errors": "^1.3.0",
4762 "es-shim-unscopables": "^1.0.2"
4763 },
4764 "engines": {
4765 "node": ">= 0.4"
4766 }
4767 },
4768 "node_modules/arraybuffer.prototype.slice": {
4769 "version": "1.0.4",
956303669a32fc2c2025-06-02 19:45:53 +08004770 "license": "MIT",
4771 "dependencies": {
4772 "array-buffer-byte-length": "^1.0.1",
4773 "call-bind": "^1.0.8",
4774 "define-properties": "^1.2.1",
4775 "es-abstract": "^1.23.5",
4776 "es-errors": "^1.3.0",
4777 "get-intrinsic": "^1.2.6",
4778 "is-array-buffer": "^3.0.4"
4779 },
4780 "engines": {
4781 "node": ">= 0.4"
4782 },
4783 "funding": {
4784 "url": "https://github.com/sponsors/ljharb"
4785 }
4786 },
4787 "node_modules/asap": {
4788 "version": "2.0.6",
956303669a32fc2c2025-06-02 19:45:53 +08004789 "license": "MIT"
4790 },
4791 "node_modules/ast-types-flow": {
4792 "version": "0.0.8",
956303669a32fc2c2025-06-02 19:45:53 +08004793 "license": "MIT"
4794 },
4795 "node_modules/async": {
4796 "version": "3.2.6",
956303669a32fc2c2025-06-02 19:45:53 +08004797 "license": "MIT"
4798 },
4799 "node_modules/async-function": {
4800 "version": "1.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08004801 "license": "MIT",
4802 "engines": {
4803 "node": ">= 0.4"
4804 }
4805 },
4806 "node_modules/asynckit": {
4807 "version": "0.4.0",
956303669a32fc2c2025-06-02 19:45:53 +08004808 "license": "MIT"
4809 },
4810 "node_modules/at-least-node": {
4811 "version": "1.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08004812 "license": "ISC",
4813 "engines": {
4814 "node": ">= 4.0.0"
4815 }
4816 },
4817 "node_modules/autoprefixer": {
4818 "version": "10.4.21",
956303669a32fc2c2025-06-02 19:45:53 +08004819 "funding": [
4820 {
4821 "type": "opencollective",
4822 "url": "https://opencollective.com/postcss/"
4823 },
4824 {
4825 "type": "tidelift",
4826 "url": "https://tidelift.com/funding/github/npm/autoprefixer"
4827 },
4828 {
4829 "type": "github",
4830 "url": "https://github.com/sponsors/ai"
4831 }
4832 ],
4833 "license": "MIT",
4834 "dependencies": {
4835 "browserslist": "^4.24.4",
4836 "caniuse-lite": "^1.0.30001702",
4837 "fraction.js": "^4.3.7",
4838 "normalize-range": "^0.1.2",
4839 "picocolors": "^1.1.1",
4840 "postcss-value-parser": "^4.2.0"
4841 },
4842 "bin": {
4843 "autoprefixer": "bin/autoprefixer"
4844 },
4845 "engines": {
4846 "node": "^10 || ^12 || >=14"
4847 },
4848 "peerDependencies": {
4849 "postcss": "^8.1.0"
4850 }
4851 },
4852 "node_modules/available-typed-arrays": {
4853 "version": "1.0.7",
956303669a32fc2c2025-06-02 19:45:53 +08004854 "license": "MIT",
4855 "dependencies": {
4856 "possible-typed-array-names": "^1.0.0"
4857 },
4858 "engines": {
4859 "node": ">= 0.4"
4860 },
4861 "funding": {
4862 "url": "https://github.com/sponsors/ljharb"
4863 }
4864 },
4865 "node_modules/axe-core": {
4866 "version": "4.10.3",
956303669a32fc2c2025-06-02 19:45:53 +08004867 "license": "MPL-2.0",
4868 "engines": {
4869 "node": ">=4"
4870 }
4871 },
4872 "node_modules/axobject-query": {
4873 "version": "4.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08004874 "license": "Apache-2.0",
4875 "engines": {
4876 "node": ">= 0.4"
4877 }
4878 },
4879 "node_modules/babel-jest": {
4880 "version": "27.5.1",
956303669a32fc2c2025-06-02 19:45:53 +08004881 "license": "MIT",
4882 "dependencies": {
4883 "@jest/transform": "^27.5.1",
4884 "@jest/types": "^27.5.1",
4885 "@types/babel__core": "^7.1.14",
4886 "babel-plugin-istanbul": "^6.1.1",
4887 "babel-preset-jest": "^27.5.1",
4888 "chalk": "^4.0.0",
4889 "graceful-fs": "^4.2.9",
4890 "slash": "^3.0.0"
4891 },
4892 "engines": {
4893 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
4894 },
4895 "peerDependencies": {
4896 "@babel/core": "^7.8.0"
4897 }
4898 },
4899 "node_modules/babel-loader": {
4900 "version": "8.4.1",
956303669a32fc2c2025-06-02 19:45:53 +08004901 "license": "MIT",
4902 "dependencies": {
4903 "find-cache-dir": "^3.3.1",
4904 "loader-utils": "^2.0.4",
4905 "make-dir": "^3.1.0",
4906 "schema-utils": "^2.6.5"
4907 },
4908 "engines": {
4909 "node": ">= 8.9"
4910 },
4911 "peerDependencies": {
4912 "@babel/core": "^7.0.0",
4913 "webpack": ">=2"
4914 }
4915 },
4916 "node_modules/babel-loader/node_modules/schema-utils": {
4917 "version": "2.7.1",
956303669a32fc2c2025-06-02 19:45:53 +08004918 "license": "MIT",
4919 "dependencies": {
4920 "@types/json-schema": "^7.0.5",
4921 "ajv": "^6.12.4",
4922 "ajv-keywords": "^3.5.2"
4923 },
4924 "engines": {
4925 "node": ">= 8.9.0"
4926 },
4927 "funding": {
4928 "type": "opencollective",
4929 "url": "https://opencollective.com/webpack"
4930 }
4931 },
4932 "node_modules/babel-plugin-istanbul": {
4933 "version": "6.1.1",
956303669a32fc2c2025-06-02 19:45:53 +08004934 "license": "BSD-3-Clause",
4935 "dependencies": {
4936 "@babel/helper-plugin-utils": "^7.0.0",
4937 "@istanbuljs/load-nyc-config": "^1.0.0",
4938 "@istanbuljs/schema": "^0.1.2",
4939 "istanbul-lib-instrument": "^5.0.4",
4940 "test-exclude": "^6.0.0"
4941 },
4942 "engines": {
4943 "node": ">=8"
4944 }
4945 },
4946 "node_modules/babel-plugin-jest-hoist": {
4947 "version": "27.5.1",
956303669a32fc2c2025-06-02 19:45:53 +08004948 "license": "MIT",
4949 "dependencies": {
4950 "@babel/template": "^7.3.3",
4951 "@babel/types": "^7.3.3",
4952 "@types/babel__core": "^7.0.0",
4953 "@types/babel__traverse": "^7.0.6"
4954 },
4955 "engines": {
4956 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
4957 }
4958 },
4959 "node_modules/babel-plugin-macros": {
4960 "version": "3.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08004961 "license": "MIT",
4962 "dependencies": {
4963 "@babel/runtime": "^7.12.5",
4964 "cosmiconfig": "^7.0.0",
4965 "resolve": "^1.19.0"
4966 },
4967 "engines": {
4968 "node": ">=10",
4969 "npm": ">=6"
4970 }
4971 },
4972 "node_modules/babel-plugin-named-asset-import": {
4973 "version": "0.3.8",
956303669a32fc2c2025-06-02 19:45:53 +08004974 "license": "MIT",
4975 "peerDependencies": {
4976 "@babel/core": "^7.1.0"
4977 }
4978 },
4979 "node_modules/babel-plugin-polyfill-corejs2": {
4980 "version": "0.4.13",
956303669a32fc2c2025-06-02 19:45:53 +08004981 "license": "MIT",
4982 "dependencies": {
4983 "@babel/compat-data": "^7.22.6",
4984 "@babel/helper-define-polyfill-provider": "^0.6.4",
4985 "semver": "^6.3.1"
4986 },
4987 "peerDependencies": {
4988 "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
4989 }
4990 },
4991 "node_modules/babel-plugin-polyfill-corejs2/node_modules/semver": {
4992 "version": "6.3.1",
956303669a32fc2c2025-06-02 19:45:53 +08004993 "license": "ISC",
4994 "bin": {
4995 "semver": "bin/semver.js"
4996 }
4997 },
4998 "node_modules/babel-plugin-polyfill-corejs3": {
4999 "version": "0.11.1",
956303669a32fc2c2025-06-02 19:45:53 +08005000 "license": "MIT",
5001 "dependencies": {
5002 "@babel/helper-define-polyfill-provider": "^0.6.3",
5003 "core-js-compat": "^3.40.0"
5004 },
5005 "peerDependencies": {
5006 "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
5007 }
5008 },
5009 "node_modules/babel-plugin-polyfill-regenerator": {
5010 "version": "0.6.4",
956303669a32fc2c2025-06-02 19:45:53 +08005011 "license": "MIT",
5012 "dependencies": {
5013 "@babel/helper-define-polyfill-provider": "^0.6.4"
5014 },
5015 "peerDependencies": {
5016 "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
5017 }
5018 },
5019 "node_modules/babel-plugin-transform-react-remove-prop-types": {
5020 "version": "0.4.24",
956303669a32fc2c2025-06-02 19:45:53 +08005021 "license": "MIT"
5022 },
5023 "node_modules/babel-preset-current-node-syntax": {
5024 "version": "1.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08005025 "license": "MIT",
5026 "dependencies": {
5027 "@babel/plugin-syntax-async-generators": "^7.8.4",
5028 "@babel/plugin-syntax-bigint": "^7.8.3",
5029 "@babel/plugin-syntax-class-properties": "^7.12.13",
5030 "@babel/plugin-syntax-class-static-block": "^7.14.5",
5031 "@babel/plugin-syntax-import-attributes": "^7.24.7",
5032 "@babel/plugin-syntax-import-meta": "^7.10.4",
5033 "@babel/plugin-syntax-json-strings": "^7.8.3",
5034 "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
5035 "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
5036 "@babel/plugin-syntax-numeric-separator": "^7.10.4",
5037 "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
5038 "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
5039 "@babel/plugin-syntax-optional-chaining": "^7.8.3",
5040 "@babel/plugin-syntax-private-property-in-object": "^7.14.5",
5041 "@babel/plugin-syntax-top-level-await": "^7.14.5"
5042 },
5043 "peerDependencies": {
5044 "@babel/core": "^7.0.0"
5045 }
5046 },
5047 "node_modules/babel-preset-jest": {
5048 "version": "27.5.1",
956303669a32fc2c2025-06-02 19:45:53 +08005049 "license": "MIT",
5050 "dependencies": {
5051 "babel-plugin-jest-hoist": "^27.5.1",
5052 "babel-preset-current-node-syntax": "^1.0.0"
5053 },
5054 "engines": {
5055 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
5056 },
5057 "peerDependencies": {
5058 "@babel/core": "^7.0.0"
5059 }
5060 },
5061 "node_modules/babel-preset-react-app": {
5062 "version": "10.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08005063 "license": "MIT",
5064 "dependencies": {
5065 "@babel/core": "^7.16.0",
5066 "@babel/plugin-proposal-class-properties": "^7.16.0",
5067 "@babel/plugin-proposal-decorators": "^7.16.4",
5068 "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.0",
5069 "@babel/plugin-proposal-numeric-separator": "^7.16.0",
5070 "@babel/plugin-proposal-optional-chaining": "^7.16.0",
5071 "@babel/plugin-proposal-private-methods": "^7.16.0",
5072 "@babel/plugin-proposal-private-property-in-object": "^7.16.7",
5073 "@babel/plugin-transform-flow-strip-types": "^7.16.0",
5074 "@babel/plugin-transform-react-display-name": "^7.16.0",
5075 "@babel/plugin-transform-runtime": "^7.16.4",
5076 "@babel/preset-env": "^7.16.4",
5077 "@babel/preset-react": "^7.16.0",
5078 "@babel/preset-typescript": "^7.16.0",
5079 "@babel/runtime": "^7.16.3",
5080 "babel-plugin-macros": "^3.1.0",
5081 "babel-plugin-transform-react-remove-prop-types": "^0.4.24"
5082 }
5083 },
5084 "node_modules/babel-preset-react-app/node_modules/@babel/plugin-proposal-private-property-in-object": {
5085 "version": "7.21.11",
956303669a32fc2c2025-06-02 19:45:53 +08005086 "license": "MIT",
5087 "dependencies": {
5088 "@babel/helper-annotate-as-pure": "^7.18.6",
5089 "@babel/helper-create-class-features-plugin": "^7.21.0",
5090 "@babel/helper-plugin-utils": "^7.20.2",
5091 "@babel/plugin-syntax-private-property-in-object": "^7.14.5"
5092 },
5093 "engines": {
5094 "node": ">=6.9.0"
5095 },
5096 "peerDependencies": {
5097 "@babel/core": "^7.0.0-0"
5098 }
5099 },
5100 "node_modules/balanced-match": {
5101 "version": "1.0.2",
956303669a32fc2c2025-06-02 19:45:53 +08005102 "license": "MIT"
5103 },
5104 "node_modules/batch": {
5105 "version": "0.6.1",
956303669a32fc2c2025-06-02 19:45:53 +08005106 "license": "MIT"
5107 },
5108 "node_modules/bfj": {
5109 "version": "7.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08005110 "license": "MIT",
5111 "dependencies": {
5112 "bluebird": "^3.7.2",
5113 "check-types": "^11.2.3",
5114 "hoopy": "^0.1.4",
5115 "jsonpath": "^1.1.1",
5116 "tryer": "^1.0.1"
5117 },
5118 "engines": {
5119 "node": ">= 8.0.0"
5120 }
5121 },
5122 "node_modules/big.js": {
5123 "version": "5.2.2",
956303669a32fc2c2025-06-02 19:45:53 +08005124 "license": "MIT",
5125 "engines": {
5126 "node": "*"
5127 }
5128 },
5129 "node_modules/binary-extensions": {
5130 "version": "2.3.0",
956303669a32fc2c2025-06-02 19:45:53 +08005131 "license": "MIT",
5132 "engines": {
5133 "node": ">=8"
5134 },
5135 "funding": {
5136 "url": "https://github.com/sponsors/sindresorhus"
5137 }
5138 },
5139 "node_modules/bluebird": {
5140 "version": "3.7.2",
956303669a32fc2c2025-06-02 19:45:53 +08005141 "license": "MIT"
5142 },
5143 "node_modules/body-parser": {
5144 "version": "1.20.3",
956303669a32fc2c2025-06-02 19:45:53 +08005145 "license": "MIT",
5146 "dependencies": {
5147 "bytes": "3.1.2",
5148 "content-type": "~1.0.5",
5149 "debug": "2.6.9",
5150 "depd": "2.0.0",
5151 "destroy": "1.2.0",
5152 "http-errors": "2.0.0",
5153 "iconv-lite": "0.4.24",
5154 "on-finished": "2.4.1",
5155 "qs": "6.13.0",
5156 "raw-body": "2.5.2",
5157 "type-is": "~1.6.18",
5158 "unpipe": "1.0.0"
5159 },
5160 "engines": {
5161 "node": ">= 0.8",
5162 "npm": "1.2.8000 || >= 1.4.16"
5163 }
5164 },
5165 "node_modules/body-parser/node_modules/debug": {
5166 "version": "2.6.9",
956303669a32fc2c2025-06-02 19:45:53 +08005167 "license": "MIT",
5168 "dependencies": {
5169 "ms": "2.0.0"
5170 }
5171 },
5172 "node_modules/body-parser/node_modules/iconv-lite": {
5173 "version": "0.4.24",
956303669a32fc2c2025-06-02 19:45:53 +08005174 "license": "MIT",
5175 "dependencies": {
5176 "safer-buffer": ">= 2.1.2 < 3"
5177 },
5178 "engines": {
5179 "node": ">=0.10.0"
5180 }
5181 },
5182 "node_modules/body-parser/node_modules/ms": {
5183 "version": "2.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08005184 "license": "MIT"
5185 },
5186 "node_modules/bonjour-service": {
5187 "version": "1.3.0",
956303669a32fc2c2025-06-02 19:45:53 +08005188 "license": "MIT",
5189 "dependencies": {
5190 "fast-deep-equal": "^3.1.3",
5191 "multicast-dns": "^7.2.5"
5192 }
5193 },
5194 "node_modules/boolbase": {
5195 "version": "1.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08005196 "license": "ISC"
5197 },
5198 "node_modules/brace-expansion": {
5199 "version": "1.1.11",
956303669a32fc2c2025-06-02 19:45:53 +08005200 "license": "MIT",
5201 "dependencies": {
5202 "balanced-match": "^1.0.0",
5203 "concat-map": "0.0.1"
5204 }
5205 },
5206 "node_modules/braces": {
5207 "version": "3.0.3",
956303669a32fc2c2025-06-02 19:45:53 +08005208 "license": "MIT",
5209 "dependencies": {
5210 "fill-range": "^7.1.1"
5211 },
5212 "engines": {
5213 "node": ">=8"
5214 }
5215 },
5216 "node_modules/browser-process-hrtime": {
5217 "version": "1.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08005218 "license": "BSD-2-Clause"
5219 },
5220 "node_modules/browserslist": {
5221 "version": "4.24.5",
956303669a32fc2c2025-06-02 19:45:53 +08005222 "funding": [
5223 {
5224 "type": "opencollective",
5225 "url": "https://opencollective.com/browserslist"
5226 },
5227 {
5228 "type": "tidelift",
5229 "url": "https://tidelift.com/funding/github/npm/browserslist"
5230 },
5231 {
5232 "type": "github",
5233 "url": "https://github.com/sponsors/ai"
5234 }
5235 ],
5236 "license": "MIT",
5237 "dependencies": {
5238 "caniuse-lite": "^1.0.30001716",
5239 "electron-to-chromium": "^1.5.149",
5240 "node-releases": "^2.0.19",
5241 "update-browserslist-db": "^1.1.3"
5242 },
5243 "bin": {
5244 "browserslist": "cli.js"
5245 },
5246 "engines": {
5247 "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
5248 }
5249 },
5250 "node_modules/bser": {
5251 "version": "2.1.1",
956303669a32fc2c2025-06-02 19:45:53 +08005252 "license": "Apache-2.0",
5253 "dependencies": {
5254 "node-int64": "^0.4.0"
5255 }
5256 },
5257 "node_modules/buffer-from": {
5258 "version": "1.1.2",
956303669a32fc2c2025-06-02 19:45:53 +08005259 "license": "MIT"
5260 },
5261 "node_modules/builtin-modules": {
5262 "version": "3.3.0",
956303669a32fc2c2025-06-02 19:45:53 +08005263 "license": "MIT",
5264 "engines": {
5265 "node": ">=6"
5266 },
5267 "funding": {
5268 "url": "https://github.com/sponsors/sindresorhus"
5269 }
5270 },
5271 "node_modules/bytes": {
5272 "version": "3.1.2",
956303669a32fc2c2025-06-02 19:45:53 +08005273 "license": "MIT",
5274 "engines": {
5275 "node": ">= 0.8"
5276 }
5277 },
5278 "node_modules/call-bind": {
5279 "version": "1.0.8",
956303669a32fc2c2025-06-02 19:45:53 +08005280 "license": "MIT",
5281 "dependencies": {
5282 "call-bind-apply-helpers": "^1.0.0",
5283 "es-define-property": "^1.0.0",
5284 "get-intrinsic": "^1.2.4",
5285 "set-function-length": "^1.2.2"
5286 },
5287 "engines": {
5288 "node": ">= 0.4"
5289 },
5290 "funding": {
5291 "url": "https://github.com/sponsors/ljharb"
5292 }
5293 },
5294 "node_modules/call-bind-apply-helpers": {
5295 "version": "1.0.2",
956303669a32fc2c2025-06-02 19:45:53 +08005296 "license": "MIT",
5297 "dependencies": {
5298 "es-errors": "^1.3.0",
5299 "function-bind": "^1.1.2"
5300 },
5301 "engines": {
5302 "node": ">= 0.4"
5303 }
5304 },
5305 "node_modules/call-bound": {
5306 "version": "1.0.4",
956303669a32fc2c2025-06-02 19:45:53 +08005307 "license": "MIT",
5308 "dependencies": {
5309 "call-bind-apply-helpers": "^1.0.2",
5310 "get-intrinsic": "^1.3.0"
5311 },
5312 "engines": {
5313 "node": ">= 0.4"
5314 },
5315 "funding": {
5316 "url": "https://github.com/sponsors/ljharb"
5317 }
5318 },
5319 "node_modules/callsites": {
5320 "version": "3.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08005321 "license": "MIT",
5322 "engines": {
5323 "node": ">=6"
5324 }
5325 },
5326 "node_modules/camel-case": {
5327 "version": "4.1.2",
956303669a32fc2c2025-06-02 19:45:53 +08005328 "license": "MIT",
5329 "dependencies": {
5330 "pascal-case": "^3.1.2",
5331 "tslib": "^2.0.3"
5332 }
5333 },
5334 "node_modules/camelcase": {
5335 "version": "6.3.0",
956303669a32fc2c2025-06-02 19:45:53 +08005336 "license": "MIT",
5337 "engines": {
5338 "node": ">=10"
5339 },
5340 "funding": {
5341 "url": "https://github.com/sponsors/sindresorhus"
5342 }
5343 },
5344 "node_modules/camelcase-css": {
5345 "version": "2.0.1",
956303669a32fc2c2025-06-02 19:45:53 +08005346 "license": "MIT",
5347 "engines": {
5348 "node": ">= 6"
5349 }
5350 },
5351 "node_modules/caniuse-api": {
5352 "version": "3.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08005353 "license": "MIT",
5354 "dependencies": {
5355 "browserslist": "^4.0.0",
5356 "caniuse-lite": "^1.0.0",
5357 "lodash.memoize": "^4.1.2",
5358 "lodash.uniq": "^4.5.0"
5359 }
5360 },
5361 "node_modules/caniuse-lite": {
5362 "version": "1.0.30001718",
956303669a32fc2c2025-06-02 19:45:53 +08005363 "funding": [
5364 {
5365 "type": "opencollective",
5366 "url": "https://opencollective.com/browserslist"
5367 },
5368 {
5369 "type": "tidelift",
5370 "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
5371 },
5372 {
5373 "type": "github",
5374 "url": "https://github.com/sponsors/ai"
5375 }
5376 ],
5377 "license": "CC-BY-4.0"
5378 },
5379 "node_modules/case-sensitive-paths-webpack-plugin": {
5380 "version": "2.4.0",
956303669a32fc2c2025-06-02 19:45:53 +08005381 "license": "MIT",
5382 "engines": {
5383 "node": ">=4"
5384 }
5385 },
5386 "node_modules/chalk": {
5387 "version": "4.1.2",
956303669a32fc2c2025-06-02 19:45:53 +08005388 "license": "MIT",
5389 "dependencies": {
5390 "ansi-styles": "^4.1.0",
5391 "supports-color": "^7.1.0"
5392 },
5393 "engines": {
5394 "node": ">=10"
5395 },
5396 "funding": {
5397 "url": "https://github.com/chalk/chalk?sponsor=1"
5398 }
5399 },
5400 "node_modules/char-regex": {
5401 "version": "1.0.2",
956303669a32fc2c2025-06-02 19:45:53 +08005402 "license": "MIT",
5403 "engines": {
5404 "node": ">=10"
5405 }
5406 },
5407 "node_modules/check-types": {
5408 "version": "11.2.3",
956303669a32fc2c2025-06-02 19:45:53 +08005409 "license": "MIT"
5410 },
5411 "node_modules/chokidar": {
5412 "version": "3.6.0",
956303669a32fc2c2025-06-02 19:45:53 +08005413 "license": "MIT",
5414 "dependencies": {
5415 "anymatch": "~3.1.2",
5416 "braces": "~3.0.2",
5417 "glob-parent": "~5.1.2",
5418 "is-binary-path": "~2.1.0",
5419 "is-glob": "~4.0.1",
5420 "normalize-path": "~3.0.0",
5421 "readdirp": "~3.6.0"
5422 },
5423 "engines": {
5424 "node": ">= 8.10.0"
5425 },
5426 "funding": {
5427 "url": "https://paulmillr.com/funding/"
5428 },
5429 "optionalDependencies": {
5430 "fsevents": "~2.3.2"
5431 }
5432 },
5433 "node_modules/chokidar/node_modules/glob-parent": {
5434 "version": "5.1.2",
956303669a32fc2c2025-06-02 19:45:53 +08005435 "license": "ISC",
5436 "dependencies": {
5437 "is-glob": "^4.0.1"
5438 },
5439 "engines": {
5440 "node": ">= 6"
5441 }
5442 },
5443 "node_modules/chrome-trace-event": {
5444 "version": "1.0.4",
956303669a32fc2c2025-06-02 19:45:53 +08005445 "license": "MIT",
5446 "engines": {
5447 "node": ">=6.0"
5448 }
5449 },
5450 "node_modules/ci-info": {
5451 "version": "3.9.0",
956303669a32fc2c2025-06-02 19:45:53 +08005452 "funding": [
5453 {
5454 "type": "github",
5455 "url": "https://github.com/sponsors/sibiraj-s"
5456 }
5457 ],
5458 "license": "MIT",
5459 "engines": {
5460 "node": ">=8"
5461 }
5462 },
5463 "node_modules/cjs-module-lexer": {
5464 "version": "1.4.3",
956303669a32fc2c2025-06-02 19:45:53 +08005465 "license": "MIT"
5466 },
ssq5067cb92025-06-05 11:44:23 +00005467 "node_modules/classnames": {
5468 "version": "2.5.1",
5469 "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz",
wht6a1b6782025-06-06 19:14:59 +08005470 "integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow=="
ssq5067cb92025-06-05 11:44:23 +00005471 },
956303669a32fc2c2025-06-02 19:45:53 +08005472 "node_modules/clean-css": {
5473 "version": "5.3.3",
956303669a32fc2c2025-06-02 19:45:53 +08005474 "license": "MIT",
5475 "dependencies": {
5476 "source-map": "~0.6.0"
5477 },
5478 "engines": {
5479 "node": ">= 10.0"
5480 }
5481 },
5482 "node_modules/clean-css/node_modules/source-map": {
5483 "version": "0.6.1",
956303669a32fc2c2025-06-02 19:45:53 +08005484 "license": "BSD-3-Clause",
5485 "engines": {
5486 "node": ">=0.10.0"
5487 }
5488 },
5489 "node_modules/cliui": {
5490 "version": "7.0.4",
956303669a32fc2c2025-06-02 19:45:53 +08005491 "license": "ISC",
5492 "dependencies": {
5493 "string-width": "^4.2.0",
5494 "strip-ansi": "^6.0.0",
5495 "wrap-ansi": "^7.0.0"
5496 }
5497 },
5498 "node_modules/clsx": {
5499 "version": "2.1.1",
956303669a32fc2c2025-06-02 19:45:53 +08005500 "license": "MIT",
5501 "engines": {
5502 "node": ">=6"
5503 }
5504 },
5505 "node_modules/co": {
5506 "version": "4.6.0",
956303669a32fc2c2025-06-02 19:45:53 +08005507 "license": "MIT",
5508 "engines": {
5509 "iojs": ">= 1.0.0",
5510 "node": ">= 0.12.0"
5511 }
5512 },
5513 "node_modules/coa": {
5514 "version": "2.0.2",
956303669a32fc2c2025-06-02 19:45:53 +08005515 "license": "MIT",
5516 "dependencies": {
5517 "@types/q": "^1.5.1",
5518 "chalk": "^2.4.1",
5519 "q": "^1.1.2"
5520 },
5521 "engines": {
5522 "node": ">= 4.0"
5523 }
5524 },
5525 "node_modules/coa/node_modules/ansi-styles": {
5526 "version": "3.2.1",
956303669a32fc2c2025-06-02 19:45:53 +08005527 "license": "MIT",
5528 "dependencies": {
5529 "color-convert": "^1.9.0"
5530 },
5531 "engines": {
5532 "node": ">=4"
5533 }
5534 },
5535 "node_modules/coa/node_modules/chalk": {
5536 "version": "2.4.2",
956303669a32fc2c2025-06-02 19:45:53 +08005537 "license": "MIT",
5538 "dependencies": {
5539 "ansi-styles": "^3.2.1",
5540 "escape-string-regexp": "^1.0.5",
5541 "supports-color": "^5.3.0"
5542 },
5543 "engines": {
5544 "node": ">=4"
5545 }
5546 },
5547 "node_modules/coa/node_modules/color-convert": {
5548 "version": "1.9.3",
956303669a32fc2c2025-06-02 19:45:53 +08005549 "license": "MIT",
5550 "dependencies": {
5551 "color-name": "1.1.3"
5552 }
5553 },
5554 "node_modules/coa/node_modules/color-name": {
5555 "version": "1.1.3",
956303669a32fc2c2025-06-02 19:45:53 +08005556 "license": "MIT"
5557 },
5558 "node_modules/coa/node_modules/escape-string-regexp": {
5559 "version": "1.0.5",
956303669a32fc2c2025-06-02 19:45:53 +08005560 "license": "MIT",
5561 "engines": {
5562 "node": ">=0.8.0"
5563 }
5564 },
5565 "node_modules/coa/node_modules/has-flag": {
5566 "version": "3.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08005567 "license": "MIT",
5568 "engines": {
5569 "node": ">=4"
5570 }
5571 },
5572 "node_modules/coa/node_modules/supports-color": {
5573 "version": "5.5.0",
956303669a32fc2c2025-06-02 19:45:53 +08005574 "license": "MIT",
5575 "dependencies": {
5576 "has-flag": "^3.0.0"
5577 },
5578 "engines": {
5579 "node": ">=4"
5580 }
5581 },
5582 "node_modules/collect-v8-coverage": {
5583 "version": "1.0.2",
956303669a32fc2c2025-06-02 19:45:53 +08005584 "license": "MIT"
5585 },
5586 "node_modules/color-convert": {
5587 "version": "2.0.1",
956303669a32fc2c2025-06-02 19:45:53 +08005588 "license": "MIT",
5589 "dependencies": {
5590 "color-name": "~1.1.4"
5591 },
5592 "engines": {
5593 "node": ">=7.0.0"
5594 }
5595 },
5596 "node_modules/color-name": {
5597 "version": "1.1.4",
956303669a32fc2c2025-06-02 19:45:53 +08005598 "license": "MIT"
5599 },
5600 "node_modules/colord": {
5601 "version": "2.9.3",
956303669a32fc2c2025-06-02 19:45:53 +08005602 "license": "MIT"
5603 },
5604 "node_modules/colorette": {
5605 "version": "2.0.20",
956303669a32fc2c2025-06-02 19:45:53 +08005606 "license": "MIT"
5607 },
5608 "node_modules/combined-stream": {
5609 "version": "1.0.8",
956303669a32fc2c2025-06-02 19:45:53 +08005610 "license": "MIT",
5611 "dependencies": {
5612 "delayed-stream": "~1.0.0"
5613 },
5614 "engines": {
5615 "node": ">= 0.8"
5616 }
5617 },
5618 "node_modules/commander": {
5619 "version": "8.3.0",
956303669a32fc2c2025-06-02 19:45:53 +08005620 "license": "MIT",
5621 "engines": {
5622 "node": ">= 12"
5623 }
5624 },
5625 "node_modules/common-tags": {
5626 "version": "1.8.2",
956303669a32fc2c2025-06-02 19:45:53 +08005627 "license": "MIT",
5628 "engines": {
5629 "node": ">=4.0.0"
5630 }
5631 },
5632 "node_modules/commondir": {
5633 "version": "1.0.1",
956303669a32fc2c2025-06-02 19:45:53 +08005634 "license": "MIT"
5635 },
5636 "node_modules/compressible": {
5637 "version": "2.0.18",
956303669a32fc2c2025-06-02 19:45:53 +08005638 "license": "MIT",
5639 "dependencies": {
5640 "mime-db": ">= 1.43.0 < 2"
5641 },
5642 "engines": {
5643 "node": ">= 0.6"
5644 }
5645 },
5646 "node_modules/compression": {
5647 "version": "1.8.0",
956303669a32fc2c2025-06-02 19:45:53 +08005648 "license": "MIT",
5649 "dependencies": {
5650 "bytes": "3.1.2",
5651 "compressible": "~2.0.18",
5652 "debug": "2.6.9",
5653 "negotiator": "~0.6.4",
5654 "on-headers": "~1.0.2",
5655 "safe-buffer": "5.2.1",
5656 "vary": "~1.1.2"
5657 },
5658 "engines": {
5659 "node": ">= 0.8.0"
5660 }
5661 },
5662 "node_modules/compression/node_modules/debug": {
5663 "version": "2.6.9",
956303669a32fc2c2025-06-02 19:45:53 +08005664 "license": "MIT",
5665 "dependencies": {
5666 "ms": "2.0.0"
5667 }
5668 },
5669 "node_modules/compression/node_modules/ms": {
5670 "version": "2.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08005671 "license": "MIT"
5672 },
ssq5067cb92025-06-05 11:44:23 +00005673 "node_modules/compute-scroll-into-view": {
5674 "version": "3.1.1",
5675 "resolved": "https://registry.npmjs.org/compute-scroll-into-view/-/compute-scroll-into-view-3.1.1.tgz",
wht6a1b6782025-06-06 19:14:59 +08005676 "integrity": "sha512-VRhuHOLoKYOy4UbilLbUzbYg93XLjv2PncJC50EuTWPA3gaja1UjBsUP/D/9/juV3vQFr6XBEzn9KCAHdUvOHw=="
ssq5067cb92025-06-05 11:44:23 +00005677 },
956303669a32fc2c2025-06-02 19:45:53 +08005678 "node_modules/concat-map": {
5679 "version": "0.0.1",
956303669a32fc2c2025-06-02 19:45:53 +08005680 "license": "MIT"
5681 },
5682 "node_modules/confusing-browser-globals": {
5683 "version": "1.0.11",
956303669a32fc2c2025-06-02 19:45:53 +08005684 "license": "MIT"
5685 },
5686 "node_modules/connect-history-api-fallback": {
5687 "version": "2.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08005688 "license": "MIT",
5689 "engines": {
5690 "node": ">=0.8"
5691 }
5692 },
5693 "node_modules/content-disposition": {
5694 "version": "0.5.4",
956303669a32fc2c2025-06-02 19:45:53 +08005695 "license": "MIT",
5696 "dependencies": {
5697 "safe-buffer": "5.2.1"
5698 },
5699 "engines": {
5700 "node": ">= 0.6"
5701 }
5702 },
5703 "node_modules/content-type": {
5704 "version": "1.0.5",
956303669a32fc2c2025-06-02 19:45:53 +08005705 "license": "MIT",
5706 "engines": {
5707 "node": ">= 0.6"
5708 }
5709 },
5710 "node_modules/convert-source-map": {
5711 "version": "1.9.0",
956303669a32fc2c2025-06-02 19:45:53 +08005712 "license": "MIT"
5713 },
5714 "node_modules/cookie": {
5715 "version": "0.7.1",
956303669a32fc2c2025-06-02 19:45:53 +08005716 "license": "MIT",
5717 "engines": {
5718 "node": ">= 0.6"
5719 }
5720 },
5721 "node_modules/cookie-signature": {
5722 "version": "1.0.6",
956303669a32fc2c2025-06-02 19:45:53 +08005723 "license": "MIT"
5724 },
ssq5067cb92025-06-05 11:44:23 +00005725 "node_modules/copy-to-clipboard": {
5726 "version": "3.3.3",
5727 "resolved": "https://registry.npmjs.org/copy-to-clipboard/-/copy-to-clipboard-3.3.3.tgz",
5728 "integrity": "sha512-2KV8NhB5JqC3ky0r9PMCAZKbUHSwtEo4CwCs0KXgruG43gX5PMqDEBbVU4OUzw2MuAWUfsuFmWvEKG5QRfSnJA==",
ssq5067cb92025-06-05 11:44:23 +00005729 "dependencies": {
5730 "toggle-selection": "^1.0.6"
5731 }
5732 },
956303669a32fc2c2025-06-02 19:45:53 +08005733 "node_modules/core-js": {
5734 "version": "3.42.0",
956303669a32fc2c2025-06-02 19:45:53 +08005735 "hasInstallScript": true,
5736 "license": "MIT",
5737 "funding": {
5738 "type": "opencollective",
5739 "url": "https://opencollective.com/core-js"
5740 }
5741 },
5742 "node_modules/core-js-compat": {
5743 "version": "3.42.0",
956303669a32fc2c2025-06-02 19:45:53 +08005744 "license": "MIT",
5745 "dependencies": {
5746 "browserslist": "^4.24.4"
5747 },
5748 "funding": {
5749 "type": "opencollective",
5750 "url": "https://opencollective.com/core-js"
5751 }
5752 },
5753 "node_modules/core-js-pure": {
5754 "version": "3.42.0",
956303669a32fc2c2025-06-02 19:45:53 +08005755 "hasInstallScript": true,
5756 "license": "MIT",
5757 "funding": {
5758 "type": "opencollective",
5759 "url": "https://opencollective.com/core-js"
5760 }
5761 },
5762 "node_modules/core-util-is": {
5763 "version": "1.0.3",
956303669a32fc2c2025-06-02 19:45:53 +08005764 "license": "MIT"
5765 },
5766 "node_modules/cosmiconfig": {
5767 "version": "7.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08005768 "license": "MIT",
5769 "dependencies": {
5770 "@types/parse-json": "^4.0.0",
5771 "import-fresh": "^3.2.1",
5772 "parse-json": "^5.0.0",
5773 "path-type": "^4.0.0",
5774 "yaml": "^1.10.0"
5775 },
5776 "engines": {
5777 "node": ">=10"
5778 }
5779 },
5780 "node_modules/cross-spawn": {
5781 "version": "7.0.6",
956303669a32fc2c2025-06-02 19:45:53 +08005782 "license": "MIT",
5783 "dependencies": {
5784 "path-key": "^3.1.0",
5785 "shebang-command": "^2.0.0",
5786 "which": "^2.0.1"
5787 },
5788 "engines": {
5789 "node": ">= 8"
5790 }
5791 },
5792 "node_modules/crypto-random-string": {
5793 "version": "2.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08005794 "license": "MIT",
5795 "engines": {
5796 "node": ">=8"
5797 }
5798 },
5799 "node_modules/css-blank-pseudo": {
5800 "version": "3.0.3",
956303669a32fc2c2025-06-02 19:45:53 +08005801 "license": "CC0-1.0",
5802 "dependencies": {
5803 "postcss-selector-parser": "^6.0.9"
5804 },
5805 "bin": {
5806 "css-blank-pseudo": "dist/cli.cjs"
5807 },
5808 "engines": {
5809 "node": "^12 || ^14 || >=16"
5810 },
5811 "peerDependencies": {
5812 "postcss": "^8.4"
5813 }
5814 },
5815 "node_modules/css-declaration-sorter": {
5816 "version": "6.4.1",
956303669a32fc2c2025-06-02 19:45:53 +08005817 "license": "ISC",
5818 "engines": {
5819 "node": "^10 || ^12 || >=14"
5820 },
5821 "peerDependencies": {
5822 "postcss": "^8.0.9"
5823 }
5824 },
5825 "node_modules/css-has-pseudo": {
5826 "version": "3.0.4",
956303669a32fc2c2025-06-02 19:45:53 +08005827 "license": "CC0-1.0",
5828 "dependencies": {
5829 "postcss-selector-parser": "^6.0.9"
5830 },
5831 "bin": {
5832 "css-has-pseudo": "dist/cli.cjs"
5833 },
5834 "engines": {
5835 "node": "^12 || ^14 || >=16"
5836 },
5837 "peerDependencies": {
5838 "postcss": "^8.4"
5839 }
5840 },
5841 "node_modules/css-loader": {
5842 "version": "6.11.0",
956303669a32fc2c2025-06-02 19:45:53 +08005843 "license": "MIT",
5844 "dependencies": {
5845 "icss-utils": "^5.1.0",
5846 "postcss": "^8.4.33",
5847 "postcss-modules-extract-imports": "^3.1.0",
5848 "postcss-modules-local-by-default": "^4.0.5",
5849 "postcss-modules-scope": "^3.2.0",
5850 "postcss-modules-values": "^4.0.0",
5851 "postcss-value-parser": "^4.2.0",
5852 "semver": "^7.5.4"
5853 },
5854 "engines": {
5855 "node": ">= 12.13.0"
5856 },
5857 "funding": {
5858 "type": "opencollective",
5859 "url": "https://opencollective.com/webpack"
5860 },
5861 "peerDependencies": {
5862 "@rspack/core": "0.x || 1.x",
5863 "webpack": "^5.0.0"
5864 },
5865 "peerDependenciesMeta": {
5866 "@rspack/core": {
5867 "optional": true
5868 },
5869 "webpack": {
5870 "optional": true
5871 }
5872 }
5873 },
5874 "node_modules/css-minimizer-webpack-plugin": {
5875 "version": "3.4.1",
956303669a32fc2c2025-06-02 19:45:53 +08005876 "license": "MIT",
5877 "dependencies": {
5878 "cssnano": "^5.0.6",
5879 "jest-worker": "^27.0.2",
5880 "postcss": "^8.3.5",
5881 "schema-utils": "^4.0.0",
5882 "serialize-javascript": "^6.0.0",
5883 "source-map": "^0.6.1"
5884 },
5885 "engines": {
5886 "node": ">= 12.13.0"
5887 },
5888 "funding": {
5889 "type": "opencollective",
5890 "url": "https://opencollective.com/webpack"
5891 },
5892 "peerDependencies": {
5893 "webpack": "^5.0.0"
5894 },
5895 "peerDependenciesMeta": {
5896 "@parcel/css": {
5897 "optional": true
5898 },
5899 "clean-css": {
5900 "optional": true
5901 },
5902 "csso": {
5903 "optional": true
5904 },
5905 "esbuild": {
5906 "optional": true
5907 }
5908 }
5909 },
5910 "node_modules/css-minimizer-webpack-plugin/node_modules/source-map": {
5911 "version": "0.6.1",
956303669a32fc2c2025-06-02 19:45:53 +08005912 "license": "BSD-3-Clause",
5913 "engines": {
5914 "node": ">=0.10.0"
5915 }
5916 },
5917 "node_modules/css-prefers-color-scheme": {
5918 "version": "6.0.3",
956303669a32fc2c2025-06-02 19:45:53 +08005919 "license": "CC0-1.0",
5920 "bin": {
5921 "css-prefers-color-scheme": "dist/cli.cjs"
5922 },
5923 "engines": {
5924 "node": "^12 || ^14 || >=16"
5925 },
5926 "peerDependencies": {
5927 "postcss": "^8.4"
5928 }
5929 },
5930 "node_modules/css-select": {
5931 "version": "4.3.0",
956303669a32fc2c2025-06-02 19:45:53 +08005932 "license": "BSD-2-Clause",
5933 "dependencies": {
5934 "boolbase": "^1.0.0",
5935 "css-what": "^6.0.1",
5936 "domhandler": "^4.3.1",
5937 "domutils": "^2.8.0",
5938 "nth-check": "^2.0.1"
5939 },
5940 "funding": {
5941 "url": "https://github.com/sponsors/fb55"
5942 }
5943 },
5944 "node_modules/css-select-base-adapter": {
5945 "version": "0.1.1",
956303669a32fc2c2025-06-02 19:45:53 +08005946 "license": "MIT"
5947 },
5948 "node_modules/css-tree": {
5949 "version": "1.0.0-alpha.37",
956303669a32fc2c2025-06-02 19:45:53 +08005950 "license": "MIT",
5951 "dependencies": {
5952 "mdn-data": "2.0.4",
5953 "source-map": "^0.6.1"
5954 },
5955 "engines": {
5956 "node": ">=8.0.0"
5957 }
5958 },
5959 "node_modules/css-tree/node_modules/source-map": {
5960 "version": "0.6.1",
956303669a32fc2c2025-06-02 19:45:53 +08005961 "license": "BSD-3-Clause",
5962 "engines": {
5963 "node": ">=0.10.0"
5964 }
5965 },
5966 "node_modules/css-what": {
5967 "version": "6.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08005968 "license": "BSD-2-Clause",
5969 "engines": {
5970 "node": ">= 6"
5971 },
5972 "funding": {
5973 "url": "https://github.com/sponsors/fb55"
5974 }
5975 },
5976 "node_modules/css.escape": {
5977 "version": "1.5.1",
956303669a32fc2c2025-06-02 19:45:53 +08005978 "license": "MIT"
5979 },
5980 "node_modules/cssdb": {
5981 "version": "7.11.2",
956303669a32fc2c2025-06-02 19:45:53 +08005982 "funding": [
5983 {
5984 "type": "opencollective",
5985 "url": "https://opencollective.com/csstools"
5986 },
5987 {
5988 "type": "github",
5989 "url": "https://github.com/sponsors/csstools"
5990 }
5991 ],
5992 "license": "CC0-1.0"
5993 },
5994 "node_modules/cssesc": {
5995 "version": "3.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08005996 "license": "MIT",
5997 "bin": {
5998 "cssesc": "bin/cssesc"
5999 },
6000 "engines": {
6001 "node": ">=4"
6002 }
6003 },
6004 "node_modules/cssnano": {
6005 "version": "5.1.15",
956303669a32fc2c2025-06-02 19:45:53 +08006006 "license": "MIT",
6007 "dependencies": {
6008 "cssnano-preset-default": "^5.2.14",
6009 "lilconfig": "^2.0.3",
6010 "yaml": "^1.10.2"
6011 },
6012 "engines": {
6013 "node": "^10 || ^12 || >=14.0"
6014 },
6015 "funding": {
6016 "type": "opencollective",
6017 "url": "https://opencollective.com/cssnano"
6018 },
6019 "peerDependencies": {
6020 "postcss": "^8.2.15"
6021 }
6022 },
6023 "node_modules/cssnano-preset-default": {
6024 "version": "5.2.14",
956303669a32fc2c2025-06-02 19:45:53 +08006025 "license": "MIT",
6026 "dependencies": {
6027 "css-declaration-sorter": "^6.3.1",
6028 "cssnano-utils": "^3.1.0",
6029 "postcss-calc": "^8.2.3",
6030 "postcss-colormin": "^5.3.1",
6031 "postcss-convert-values": "^5.1.3",
6032 "postcss-discard-comments": "^5.1.2",
6033 "postcss-discard-duplicates": "^5.1.0",
6034 "postcss-discard-empty": "^5.1.1",
6035 "postcss-discard-overridden": "^5.1.0",
6036 "postcss-merge-longhand": "^5.1.7",
6037 "postcss-merge-rules": "^5.1.4",
6038 "postcss-minify-font-values": "^5.1.0",
6039 "postcss-minify-gradients": "^5.1.1",
6040 "postcss-minify-params": "^5.1.4",
6041 "postcss-minify-selectors": "^5.2.1",
6042 "postcss-normalize-charset": "^5.1.0",
6043 "postcss-normalize-display-values": "^5.1.0",
6044 "postcss-normalize-positions": "^5.1.1",
6045 "postcss-normalize-repeat-style": "^5.1.1",
6046 "postcss-normalize-string": "^5.1.0",
6047 "postcss-normalize-timing-functions": "^5.1.0",
6048 "postcss-normalize-unicode": "^5.1.1",
6049 "postcss-normalize-url": "^5.1.0",
6050 "postcss-normalize-whitespace": "^5.1.1",
6051 "postcss-ordered-values": "^5.1.3",
6052 "postcss-reduce-initial": "^5.1.2",
6053 "postcss-reduce-transforms": "^5.1.0",
6054 "postcss-svgo": "^5.1.0",
6055 "postcss-unique-selectors": "^5.1.1"
6056 },
6057 "engines": {
6058 "node": "^10 || ^12 || >=14.0"
6059 },
6060 "peerDependencies": {
6061 "postcss": "^8.2.15"
6062 }
6063 },
6064 "node_modules/cssnano-utils": {
6065 "version": "3.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08006066 "license": "MIT",
6067 "engines": {
6068 "node": "^10 || ^12 || >=14.0"
6069 },
6070 "peerDependencies": {
6071 "postcss": "^8.2.15"
6072 }
6073 },
6074 "node_modules/csso": {
6075 "version": "4.2.0",
956303669a32fc2c2025-06-02 19:45:53 +08006076 "license": "MIT",
6077 "dependencies": {
6078 "css-tree": "^1.1.2"
6079 },
6080 "engines": {
6081 "node": ">=8.0.0"
6082 }
6083 },
6084 "node_modules/csso/node_modules/css-tree": {
6085 "version": "1.1.3",
956303669a32fc2c2025-06-02 19:45:53 +08006086 "license": "MIT",
6087 "dependencies": {
6088 "mdn-data": "2.0.14",
6089 "source-map": "^0.6.1"
6090 },
6091 "engines": {
6092 "node": ">=8.0.0"
6093 }
6094 },
6095 "node_modules/csso/node_modules/mdn-data": {
6096 "version": "2.0.14",
956303669a32fc2c2025-06-02 19:45:53 +08006097 "license": "CC0-1.0"
6098 },
6099 "node_modules/csso/node_modules/source-map": {
6100 "version": "0.6.1",
956303669a32fc2c2025-06-02 19:45:53 +08006101 "license": "BSD-3-Clause",
6102 "engines": {
6103 "node": ">=0.10.0"
6104 }
6105 },
6106 "node_modules/cssom": {
6107 "version": "0.4.4",
956303669a32fc2c2025-06-02 19:45:53 +08006108 "license": "MIT"
6109 },
6110 "node_modules/cssstyle": {
6111 "version": "2.3.0",
956303669a32fc2c2025-06-02 19:45:53 +08006112 "license": "MIT",
6113 "dependencies": {
6114 "cssom": "~0.3.6"
6115 },
6116 "engines": {
6117 "node": ">=8"
6118 }
6119 },
6120 "node_modules/cssstyle/node_modules/cssom": {
6121 "version": "0.3.8",
956303669a32fc2c2025-06-02 19:45:53 +08006122 "license": "MIT"
6123 },
6124 "node_modules/csstype": {
6125 "version": "3.1.3",
956303669a32fc2c2025-06-02 19:45:53 +08006126 "license": "MIT"
6127 },
6128 "node_modules/damerau-levenshtein": {
6129 "version": "1.0.8",
956303669a32fc2c2025-06-02 19:45:53 +08006130 "license": "BSD-2-Clause"
6131 },
6132 "node_modules/data-urls": {
6133 "version": "2.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08006134 "license": "MIT",
6135 "dependencies": {
6136 "abab": "^2.0.3",
6137 "whatwg-mimetype": "^2.3.0",
6138 "whatwg-url": "^8.0.0"
6139 },
6140 "engines": {
6141 "node": ">=10"
6142 }
6143 },
6144 "node_modules/data-view-buffer": {
6145 "version": "1.0.2",
956303669a32fc2c2025-06-02 19:45:53 +08006146 "license": "MIT",
6147 "dependencies": {
6148 "call-bound": "^1.0.3",
6149 "es-errors": "^1.3.0",
6150 "is-data-view": "^1.0.2"
6151 },
6152 "engines": {
6153 "node": ">= 0.4"
6154 },
6155 "funding": {
6156 "url": "https://github.com/sponsors/ljharb"
6157 }
6158 },
6159 "node_modules/data-view-byte-length": {
6160 "version": "1.0.2",
956303669a32fc2c2025-06-02 19:45:53 +08006161 "license": "MIT",
6162 "dependencies": {
6163 "call-bound": "^1.0.3",
6164 "es-errors": "^1.3.0",
6165 "is-data-view": "^1.0.2"
6166 },
6167 "engines": {
6168 "node": ">= 0.4"
6169 },
6170 "funding": {
6171 "url": "https://github.com/sponsors/inspect-js"
6172 }
6173 },
6174 "node_modules/data-view-byte-offset": {
6175 "version": "1.0.1",
956303669a32fc2c2025-06-02 19:45:53 +08006176 "license": "MIT",
6177 "dependencies": {
6178 "call-bound": "^1.0.2",
6179 "es-errors": "^1.3.0",
6180 "is-data-view": "^1.0.1"
6181 },
6182 "engines": {
6183 "node": ">= 0.4"
6184 },
6185 "funding": {
6186 "url": "https://github.com/sponsors/ljharb"
6187 }
6188 },
ssq5067cb92025-06-05 11:44:23 +00006189 "node_modules/dayjs": {
6190 "version": "1.11.13",
6191 "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.13.tgz",
wht6a1b6782025-06-06 19:14:59 +08006192 "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg=="
ssq5067cb92025-06-05 11:44:23 +00006193 },
956303669a32fc2c2025-06-02 19:45:53 +08006194 "node_modules/debug": {
6195 "version": "4.4.1",
956303669a32fc2c2025-06-02 19:45:53 +08006196 "license": "MIT",
6197 "dependencies": {
6198 "ms": "^2.1.3"
6199 },
6200 "engines": {
6201 "node": ">=6.0"
6202 },
6203 "peerDependenciesMeta": {
6204 "supports-color": {
6205 "optional": true
6206 }
6207 }
6208 },
6209 "node_modules/decimal.js": {
6210 "version": "10.5.0",
956303669a32fc2c2025-06-02 19:45:53 +08006211 "license": "MIT"
6212 },
6213 "node_modules/dedent": {
6214 "version": "0.7.0",
956303669a32fc2c2025-06-02 19:45:53 +08006215 "license": "MIT"
6216 },
6217 "node_modules/deep-is": {
6218 "version": "0.1.4",
956303669a32fc2c2025-06-02 19:45:53 +08006219 "license": "MIT"
6220 },
6221 "node_modules/deepmerge": {
6222 "version": "4.3.1",
956303669a32fc2c2025-06-02 19:45:53 +08006223 "license": "MIT",
6224 "engines": {
6225 "node": ">=0.10.0"
6226 }
6227 },
6228 "node_modules/default-gateway": {
6229 "version": "6.0.3",
956303669a32fc2c2025-06-02 19:45:53 +08006230 "license": "BSD-2-Clause",
6231 "dependencies": {
6232 "execa": "^5.0.0"
6233 },
6234 "engines": {
6235 "node": ">= 10"
6236 }
6237 },
6238 "node_modules/define-data-property": {
6239 "version": "1.1.4",
956303669a32fc2c2025-06-02 19:45:53 +08006240 "license": "MIT",
6241 "dependencies": {
6242 "es-define-property": "^1.0.0",
6243 "es-errors": "^1.3.0",
6244 "gopd": "^1.0.1"
6245 },
6246 "engines": {
6247 "node": ">= 0.4"
6248 },
6249 "funding": {
6250 "url": "https://github.com/sponsors/ljharb"
6251 }
6252 },
6253 "node_modules/define-lazy-prop": {
6254 "version": "2.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08006255 "license": "MIT",
6256 "engines": {
6257 "node": ">=8"
6258 }
6259 },
6260 "node_modules/define-properties": {
6261 "version": "1.2.1",
956303669a32fc2c2025-06-02 19:45:53 +08006262 "license": "MIT",
6263 "dependencies": {
6264 "define-data-property": "^1.0.1",
6265 "has-property-descriptors": "^1.0.0",
6266 "object-keys": "^1.1.1"
6267 },
6268 "engines": {
6269 "node": ">= 0.4"
6270 },
6271 "funding": {
6272 "url": "https://github.com/sponsors/ljharb"
6273 }
6274 },
6275 "node_modules/delayed-stream": {
6276 "version": "1.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08006277 "license": "MIT",
6278 "engines": {
6279 "node": ">=0.4.0"
6280 }
6281 },
6282 "node_modules/depd": {
6283 "version": "2.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08006284 "license": "MIT",
6285 "engines": {
6286 "node": ">= 0.8"
6287 }
6288 },
6289 "node_modules/dequal": {
6290 "version": "2.0.3",
956303669a32fc2c2025-06-02 19:45:53 +08006291 "license": "MIT",
6292 "engines": {
6293 "node": ">=6"
6294 }
6295 },
6296 "node_modules/destroy": {
6297 "version": "1.2.0",
956303669a32fc2c2025-06-02 19:45:53 +08006298 "license": "MIT",
6299 "engines": {
6300 "node": ">= 0.8",
6301 "npm": "1.2.8000 || >= 1.4.16"
6302 }
6303 },
6304 "node_modules/detect-newline": {
6305 "version": "3.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08006306 "license": "MIT",
6307 "engines": {
6308 "node": ">=8"
6309 }
6310 },
6311 "node_modules/detect-node": {
6312 "version": "2.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08006313 "license": "MIT"
6314 },
6315 "node_modules/detect-port-alt": {
6316 "version": "1.1.6",
956303669a32fc2c2025-06-02 19:45:53 +08006317 "license": "MIT",
6318 "dependencies": {
6319 "address": "^1.0.1",
6320 "debug": "^2.6.0"
6321 },
6322 "bin": {
6323 "detect": "bin/detect-port",
6324 "detect-port": "bin/detect-port"
6325 },
6326 "engines": {
6327 "node": ">= 4.2.1"
6328 }
6329 },
6330 "node_modules/detect-port-alt/node_modules/debug": {
6331 "version": "2.6.9",
956303669a32fc2c2025-06-02 19:45:53 +08006332 "license": "MIT",
6333 "dependencies": {
6334 "ms": "2.0.0"
6335 }
6336 },
6337 "node_modules/detect-port-alt/node_modules/ms": {
6338 "version": "2.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08006339 "license": "MIT"
6340 },
6341 "node_modules/didyoumean": {
6342 "version": "1.2.2",
956303669a32fc2c2025-06-02 19:45:53 +08006343 "license": "Apache-2.0"
6344 },
6345 "node_modules/diff-sequences": {
6346 "version": "27.5.1",
956303669a32fc2c2025-06-02 19:45:53 +08006347 "license": "MIT",
6348 "engines": {
6349 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
6350 }
6351 },
6352 "node_modules/dir-glob": {
6353 "version": "3.0.1",
956303669a32fc2c2025-06-02 19:45:53 +08006354 "license": "MIT",
6355 "dependencies": {
6356 "path-type": "^4.0.0"
6357 },
6358 "engines": {
6359 "node": ">=8"
6360 }
6361 },
6362 "node_modules/dlv": {
6363 "version": "1.1.3",
956303669a32fc2c2025-06-02 19:45:53 +08006364 "license": "MIT"
6365 },
6366 "node_modules/dns-packet": {
6367 "version": "5.6.1",
956303669a32fc2c2025-06-02 19:45:53 +08006368 "license": "MIT",
6369 "dependencies": {
6370 "@leichtgewicht/ip-codec": "^2.0.1"
6371 },
6372 "engines": {
6373 "node": ">=6"
6374 }
6375 },
6376 "node_modules/doctrine": {
6377 "version": "3.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08006378 "license": "Apache-2.0",
6379 "dependencies": {
6380 "esutils": "^2.0.2"
6381 },
6382 "engines": {
6383 "node": ">=6.0.0"
6384 }
6385 },
6386 "node_modules/dom-accessibility-api": {
6387 "version": "0.5.16",
956303669a32fc2c2025-06-02 19:45:53 +08006388 "license": "MIT"
6389 },
6390 "node_modules/dom-converter": {
6391 "version": "0.2.0",
956303669a32fc2c2025-06-02 19:45:53 +08006392 "license": "MIT",
6393 "dependencies": {
6394 "utila": "~0.4"
6395 }
6396 },
6397 "node_modules/dom-helpers": {
6398 "version": "5.2.1",
956303669a32fc2c2025-06-02 19:45:53 +08006399 "license": "MIT",
6400 "dependencies": {
6401 "@babel/runtime": "^7.8.7",
6402 "csstype": "^3.0.2"
6403 }
6404 },
6405 "node_modules/dom-serializer": {
6406 "version": "1.4.1",
956303669a32fc2c2025-06-02 19:45:53 +08006407 "license": "MIT",
6408 "dependencies": {
6409 "domelementtype": "^2.0.1",
6410 "domhandler": "^4.2.0",
6411 "entities": "^2.0.0"
6412 },
6413 "funding": {
6414 "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
6415 }
6416 },
6417 "node_modules/domelementtype": {
6418 "version": "2.3.0",
956303669a32fc2c2025-06-02 19:45:53 +08006419 "funding": [
6420 {
6421 "type": "github",
6422 "url": "https://github.com/sponsors/fb55"
6423 }
6424 ],
6425 "license": "BSD-2-Clause"
6426 },
6427 "node_modules/domexception": {
6428 "version": "2.0.1",
956303669a32fc2c2025-06-02 19:45:53 +08006429 "license": "MIT",
6430 "dependencies": {
6431 "webidl-conversions": "^5.0.0"
6432 },
6433 "engines": {
6434 "node": ">=8"
6435 }
6436 },
6437 "node_modules/domexception/node_modules/webidl-conversions": {
6438 "version": "5.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08006439 "license": "BSD-2-Clause",
6440 "engines": {
6441 "node": ">=8"
6442 }
6443 },
6444 "node_modules/domhandler": {
6445 "version": "4.3.1",
956303669a32fc2c2025-06-02 19:45:53 +08006446 "license": "BSD-2-Clause",
6447 "dependencies": {
6448 "domelementtype": "^2.2.0"
6449 },
6450 "engines": {
6451 "node": ">= 4"
6452 },
6453 "funding": {
6454 "url": "https://github.com/fb55/domhandler?sponsor=1"
6455 }
6456 },
6457 "node_modules/domutils": {
6458 "version": "2.8.0",
956303669a32fc2c2025-06-02 19:45:53 +08006459 "license": "BSD-2-Clause",
6460 "dependencies": {
6461 "dom-serializer": "^1.0.1",
6462 "domelementtype": "^2.2.0",
6463 "domhandler": "^4.2.0"
6464 },
6465 "funding": {
6466 "url": "https://github.com/fb55/domutils?sponsor=1"
6467 }
6468 },
6469 "node_modules/dot-case": {
6470 "version": "3.0.4",
956303669a32fc2c2025-06-02 19:45:53 +08006471 "license": "MIT",
6472 "dependencies": {
6473 "no-case": "^3.0.4",
6474 "tslib": "^2.0.3"
6475 }
6476 },
6477 "node_modules/dotenv": {
6478 "version": "10.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08006479 "license": "BSD-2-Clause",
6480 "engines": {
6481 "node": ">=10"
6482 }
6483 },
6484 "node_modules/dotenv-expand": {
6485 "version": "5.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08006486 "license": "BSD-2-Clause"
6487 },
6488 "node_modules/dunder-proto": {
6489 "version": "1.0.1",
956303669a32fc2c2025-06-02 19:45:53 +08006490 "license": "MIT",
6491 "dependencies": {
6492 "call-bind-apply-helpers": "^1.0.1",
6493 "es-errors": "^1.3.0",
6494 "gopd": "^1.2.0"
6495 },
6496 "engines": {
6497 "node": ">= 0.4"
6498 }
6499 },
6500 "node_modules/duplexer": {
6501 "version": "0.1.2",
956303669a32fc2c2025-06-02 19:45:53 +08006502 "license": "MIT"
6503 },
6504 "node_modules/eastasianwidth": {
6505 "version": "0.2.0",
956303669a32fc2c2025-06-02 19:45:53 +08006506 "license": "MIT"
6507 },
6508 "node_modules/ee-first": {
6509 "version": "1.1.1",
956303669a32fc2c2025-06-02 19:45:53 +08006510 "license": "MIT"
6511 },
6512 "node_modules/ejs": {
6513 "version": "3.1.10",
956303669a32fc2c2025-06-02 19:45:53 +08006514 "license": "Apache-2.0",
6515 "dependencies": {
6516 "jake": "^10.8.5"
6517 },
6518 "bin": {
6519 "ejs": "bin/cli.js"
6520 },
6521 "engines": {
6522 "node": ">=0.10.0"
6523 }
6524 },
6525 "node_modules/electron-to-chromium": {
6526 "version": "1.5.155",
956303669a32fc2c2025-06-02 19:45:53 +08006527 "license": "ISC"
6528 },
6529 "node_modules/emittery": {
6530 "version": "0.8.1",
956303669a32fc2c2025-06-02 19:45:53 +08006531 "license": "MIT",
6532 "engines": {
6533 "node": ">=10"
6534 },
6535 "funding": {
6536 "url": "https://github.com/sindresorhus/emittery?sponsor=1"
6537 }
6538 },
6539 "node_modules/emoji-regex": {
6540 "version": "9.2.2",
956303669a32fc2c2025-06-02 19:45:53 +08006541 "license": "MIT"
6542 },
6543 "node_modules/emojis-list": {
6544 "version": "3.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08006545 "license": "MIT",
6546 "engines": {
6547 "node": ">= 4"
6548 }
6549 },
6550 "node_modules/encodeurl": {
6551 "version": "2.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08006552 "license": "MIT",
6553 "engines": {
6554 "node": ">= 0.8"
6555 }
6556 },
6557 "node_modules/enhanced-resolve": {
6558 "version": "5.18.1",
956303669a32fc2c2025-06-02 19:45:53 +08006559 "license": "MIT",
6560 "dependencies": {
6561 "graceful-fs": "^4.2.4",
6562 "tapable": "^2.2.0"
6563 },
6564 "engines": {
6565 "node": ">=10.13.0"
6566 }
6567 },
6568 "node_modules/entities": {
6569 "version": "2.2.0",
956303669a32fc2c2025-06-02 19:45:53 +08006570 "license": "BSD-2-Clause",
6571 "funding": {
6572 "url": "https://github.com/fb55/entities?sponsor=1"
6573 }
6574 },
6575 "node_modules/error-ex": {
6576 "version": "1.3.2",
956303669a32fc2c2025-06-02 19:45:53 +08006577 "license": "MIT",
6578 "dependencies": {
6579 "is-arrayish": "^0.2.1"
6580 }
6581 },
6582 "node_modules/error-stack-parser": {
6583 "version": "2.1.4",
956303669a32fc2c2025-06-02 19:45:53 +08006584 "license": "MIT",
6585 "dependencies": {
6586 "stackframe": "^1.3.4"
6587 }
6588 },
6589 "node_modules/es-abstract": {
6590 "version": "1.23.10",
956303669a32fc2c2025-06-02 19:45:53 +08006591 "license": "MIT",
6592 "dependencies": {
6593 "array-buffer-byte-length": "^1.0.2",
6594 "arraybuffer.prototype.slice": "^1.0.4",
6595 "available-typed-arrays": "^1.0.7",
6596 "call-bind": "^1.0.8",
6597 "call-bound": "^1.0.4",
6598 "data-view-buffer": "^1.0.2",
6599 "data-view-byte-length": "^1.0.2",
6600 "data-view-byte-offset": "^1.0.1",
6601 "es-define-property": "^1.0.1",
6602 "es-errors": "^1.3.0",
6603 "es-object-atoms": "^1.1.1",
6604 "es-set-tostringtag": "^2.1.0",
6605 "es-to-primitive": "^1.3.0",
6606 "function.prototype.name": "^1.1.8",
6607 "get-intrinsic": "^1.3.0",
6608 "get-proto": "^1.0.1",
6609 "get-symbol-description": "^1.1.0",
6610 "globalthis": "^1.0.4",
6611 "gopd": "^1.2.0",
6612 "has-property-descriptors": "^1.0.2",
6613 "has-proto": "^1.2.0",
6614 "has-symbols": "^1.1.0",
6615 "hasown": "^2.0.2",
6616 "internal-slot": "^1.1.0",
6617 "is-array-buffer": "^3.0.5",
6618 "is-callable": "^1.2.7",
6619 "is-data-view": "^1.0.2",
6620 "is-regex": "^1.2.1",
6621 "is-shared-array-buffer": "^1.0.4",
6622 "is-string": "^1.1.1",
6623 "is-typed-array": "^1.1.15",
6624 "is-weakref": "^1.1.1",
6625 "math-intrinsics": "^1.1.0",
6626 "object-inspect": "^1.13.4",
6627 "object-keys": "^1.1.1",
6628 "object.assign": "^4.1.7",
6629 "own-keys": "^1.0.1",
6630 "regexp.prototype.flags": "^1.5.4",
6631 "safe-array-concat": "^1.1.3",
6632 "safe-push-apply": "^1.0.0",
6633 "safe-regex-test": "^1.1.0",
6634 "set-proto": "^1.0.0",
6635 "string.prototype.trim": "^1.2.10",
6636 "string.prototype.trimend": "^1.0.9",
6637 "string.prototype.trimstart": "^1.0.8",
6638 "typed-array-buffer": "^1.0.3",
6639 "typed-array-byte-length": "^1.0.3",
6640 "typed-array-byte-offset": "^1.0.4",
6641 "typed-array-length": "^1.0.7",
6642 "unbox-primitive": "^1.1.0",
6643 "which-typed-array": "^1.1.19"
6644 },
6645 "engines": {
6646 "node": ">= 0.4"
6647 },
6648 "funding": {
6649 "url": "https://github.com/sponsors/ljharb"
6650 }
6651 },
6652 "node_modules/es-array-method-boxes-properly": {
6653 "version": "1.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08006654 "license": "MIT"
6655 },
6656 "node_modules/es-define-property": {
6657 "version": "1.0.1",
956303669a32fc2c2025-06-02 19:45:53 +08006658 "license": "MIT",
6659 "engines": {
6660 "node": ">= 0.4"
6661 }
6662 },
6663 "node_modules/es-errors": {
6664 "version": "1.3.0",
956303669a32fc2c2025-06-02 19:45:53 +08006665 "license": "MIT",
6666 "engines": {
6667 "node": ">= 0.4"
6668 }
6669 },
6670 "node_modules/es-iterator-helpers": {
6671 "version": "1.2.1",
956303669a32fc2c2025-06-02 19:45:53 +08006672 "license": "MIT",
6673 "dependencies": {
6674 "call-bind": "^1.0.8",
6675 "call-bound": "^1.0.3",
6676 "define-properties": "^1.2.1",
6677 "es-abstract": "^1.23.6",
6678 "es-errors": "^1.3.0",
6679 "es-set-tostringtag": "^2.0.3",
6680 "function-bind": "^1.1.2",
6681 "get-intrinsic": "^1.2.6",
6682 "globalthis": "^1.0.4",
6683 "gopd": "^1.2.0",
6684 "has-property-descriptors": "^1.0.2",
6685 "has-proto": "^1.2.0",
6686 "has-symbols": "^1.1.0",
6687 "internal-slot": "^1.1.0",
6688 "iterator.prototype": "^1.1.4",
6689 "safe-array-concat": "^1.1.3"
6690 },
6691 "engines": {
6692 "node": ">= 0.4"
6693 }
6694 },
6695 "node_modules/es-module-lexer": {
6696 "version": "1.7.0",
956303669a32fc2c2025-06-02 19:45:53 +08006697 "license": "MIT"
6698 },
6699 "node_modules/es-object-atoms": {
6700 "version": "1.1.1",
956303669a32fc2c2025-06-02 19:45:53 +08006701 "license": "MIT",
6702 "dependencies": {
6703 "es-errors": "^1.3.0"
6704 },
6705 "engines": {
6706 "node": ">= 0.4"
6707 }
6708 },
6709 "node_modules/es-set-tostringtag": {
6710 "version": "2.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08006711 "license": "MIT",
6712 "dependencies": {
6713 "es-errors": "^1.3.0",
6714 "get-intrinsic": "^1.2.6",
6715 "has-tostringtag": "^1.0.2",
6716 "hasown": "^2.0.2"
6717 },
6718 "engines": {
6719 "node": ">= 0.4"
6720 }
6721 },
6722 "node_modules/es-shim-unscopables": {
6723 "version": "1.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08006724 "license": "MIT",
6725 "dependencies": {
6726 "hasown": "^2.0.2"
6727 },
6728 "engines": {
6729 "node": ">= 0.4"
6730 }
6731 },
6732 "node_modules/es-to-primitive": {
6733 "version": "1.3.0",
956303669a32fc2c2025-06-02 19:45:53 +08006734 "license": "MIT",
6735 "dependencies": {
6736 "is-callable": "^1.2.7",
6737 "is-date-object": "^1.0.5",
6738 "is-symbol": "^1.0.4"
6739 },
6740 "engines": {
6741 "node": ">= 0.4"
6742 },
6743 "funding": {
6744 "url": "https://github.com/sponsors/ljharb"
6745 }
6746 },
6747 "node_modules/escalade": {
6748 "version": "3.2.0",
956303669a32fc2c2025-06-02 19:45:53 +08006749 "license": "MIT",
6750 "engines": {
6751 "node": ">=6"
6752 }
6753 },
6754 "node_modules/escape-html": {
6755 "version": "1.0.3",
956303669a32fc2c2025-06-02 19:45:53 +08006756 "license": "MIT"
6757 },
6758 "node_modules/escape-string-regexp": {
6759 "version": "4.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08006760 "license": "MIT",
6761 "engines": {
6762 "node": ">=10"
6763 },
6764 "funding": {
6765 "url": "https://github.com/sponsors/sindresorhus"
6766 }
6767 },
6768 "node_modules/escodegen": {
6769 "version": "2.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08006770 "license": "BSD-2-Clause",
6771 "dependencies": {
6772 "esprima": "^4.0.1",
6773 "estraverse": "^5.2.0",
6774 "esutils": "^2.0.2"
6775 },
6776 "bin": {
6777 "escodegen": "bin/escodegen.js",
6778 "esgenerate": "bin/esgenerate.js"
6779 },
6780 "engines": {
6781 "node": ">=6.0"
6782 },
6783 "optionalDependencies": {
6784 "source-map": "~0.6.1"
6785 }
6786 },
6787 "node_modules/escodegen/node_modules/source-map": {
6788 "version": "0.6.1",
956303669a32fc2c2025-06-02 19:45:53 +08006789 "license": "BSD-3-Clause",
6790 "optional": true,
6791 "engines": {
6792 "node": ">=0.10.0"
6793 }
6794 },
6795 "node_modules/eslint": {
6796 "version": "8.57.1",
956303669a32fc2c2025-06-02 19:45:53 +08006797 "license": "MIT",
6798 "dependencies": {
6799 "@eslint-community/eslint-utils": "^4.2.0",
6800 "@eslint-community/regexpp": "^4.6.1",
6801 "@eslint/eslintrc": "^2.1.4",
6802 "@eslint/js": "8.57.1",
6803 "@humanwhocodes/config-array": "^0.13.0",
6804 "@humanwhocodes/module-importer": "^1.0.1",
6805 "@nodelib/fs.walk": "^1.2.8",
6806 "@ungap/structured-clone": "^1.2.0",
6807 "ajv": "^6.12.4",
6808 "chalk": "^4.0.0",
6809 "cross-spawn": "^7.0.2",
6810 "debug": "^4.3.2",
6811 "doctrine": "^3.0.0",
6812 "escape-string-regexp": "^4.0.0",
6813 "eslint-scope": "^7.2.2",
6814 "eslint-visitor-keys": "^3.4.3",
6815 "espree": "^9.6.1",
6816 "esquery": "^1.4.2",
6817 "esutils": "^2.0.2",
6818 "fast-deep-equal": "^3.1.3",
6819 "file-entry-cache": "^6.0.1",
6820 "find-up": "^5.0.0",
6821 "glob-parent": "^6.0.2",
6822 "globals": "^13.19.0",
6823 "graphemer": "^1.4.0",
6824 "ignore": "^5.2.0",
6825 "imurmurhash": "^0.1.4",
6826 "is-glob": "^4.0.0",
6827 "is-path-inside": "^3.0.3",
6828 "js-yaml": "^4.1.0",
6829 "json-stable-stringify-without-jsonify": "^1.0.1",
6830 "levn": "^0.4.1",
6831 "lodash.merge": "^4.6.2",
6832 "minimatch": "^3.1.2",
6833 "natural-compare": "^1.4.0",
6834 "optionator": "^0.9.3",
6835 "strip-ansi": "^6.0.1",
6836 "text-table": "^0.2.0"
6837 },
6838 "bin": {
6839 "eslint": "bin/eslint.js"
6840 },
6841 "engines": {
6842 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
6843 },
6844 "funding": {
6845 "url": "https://opencollective.com/eslint"
6846 }
6847 },
6848 "node_modules/eslint-config-react-app": {
6849 "version": "7.0.1",
956303669a32fc2c2025-06-02 19:45:53 +08006850 "license": "MIT",
6851 "dependencies": {
6852 "@babel/core": "^7.16.0",
6853 "@babel/eslint-parser": "^7.16.3",
6854 "@rushstack/eslint-patch": "^1.1.0",
6855 "@typescript-eslint/eslint-plugin": "^5.5.0",
6856 "@typescript-eslint/parser": "^5.5.0",
6857 "babel-preset-react-app": "^10.0.1",
6858 "confusing-browser-globals": "^1.0.11",
6859 "eslint-plugin-flowtype": "^8.0.3",
6860 "eslint-plugin-import": "^2.25.3",
6861 "eslint-plugin-jest": "^25.3.0",
6862 "eslint-plugin-jsx-a11y": "^6.5.1",
6863 "eslint-plugin-react": "^7.27.1",
6864 "eslint-plugin-react-hooks": "^4.3.0",
6865 "eslint-plugin-testing-library": "^5.0.1"
6866 },
6867 "engines": {
6868 "node": ">=14.0.0"
6869 },
6870 "peerDependencies": {
6871 "eslint": "^8.0.0"
6872 }
6873 },
6874 "node_modules/eslint-import-resolver-node": {
6875 "version": "0.3.9",
956303669a32fc2c2025-06-02 19:45:53 +08006876 "license": "MIT",
6877 "dependencies": {
6878 "debug": "^3.2.7",
6879 "is-core-module": "^2.13.0",
6880 "resolve": "^1.22.4"
6881 }
6882 },
6883 "node_modules/eslint-import-resolver-node/node_modules/debug": {
6884 "version": "3.2.7",
956303669a32fc2c2025-06-02 19:45:53 +08006885 "license": "MIT",
6886 "dependencies": {
6887 "ms": "^2.1.1"
6888 }
6889 },
6890 "node_modules/eslint-module-utils": {
6891 "version": "2.12.0",
956303669a32fc2c2025-06-02 19:45:53 +08006892 "license": "MIT",
6893 "dependencies": {
6894 "debug": "^3.2.7"
6895 },
6896 "engines": {
6897 "node": ">=4"
6898 },
6899 "peerDependenciesMeta": {
6900 "eslint": {
6901 "optional": true
6902 }
6903 }
6904 },
6905 "node_modules/eslint-module-utils/node_modules/debug": {
6906 "version": "3.2.7",
956303669a32fc2c2025-06-02 19:45:53 +08006907 "license": "MIT",
6908 "dependencies": {
6909 "ms": "^2.1.1"
6910 }
6911 },
6912 "node_modules/eslint-plugin-flowtype": {
6913 "version": "8.0.3",
956303669a32fc2c2025-06-02 19:45:53 +08006914 "license": "BSD-3-Clause",
6915 "dependencies": {
6916 "lodash": "^4.17.21",
6917 "string-natural-compare": "^3.0.1"
6918 },
6919 "engines": {
6920 "node": ">=12.0.0"
6921 },
6922 "peerDependencies": {
6923 "@babel/plugin-syntax-flow": "^7.14.5",
6924 "@babel/plugin-transform-react-jsx": "^7.14.9",
6925 "eslint": "^8.1.0"
6926 }
6927 },
6928 "node_modules/eslint-plugin-import": {
6929 "version": "2.31.0",
956303669a32fc2c2025-06-02 19:45:53 +08006930 "license": "MIT",
6931 "dependencies": {
6932 "@rtsao/scc": "^1.1.0",
6933 "array-includes": "^3.1.8",
6934 "array.prototype.findlastindex": "^1.2.5",
6935 "array.prototype.flat": "^1.3.2",
6936 "array.prototype.flatmap": "^1.3.2",
6937 "debug": "^3.2.7",
6938 "doctrine": "^2.1.0",
6939 "eslint-import-resolver-node": "^0.3.9",
6940 "eslint-module-utils": "^2.12.0",
6941 "hasown": "^2.0.2",
6942 "is-core-module": "^2.15.1",
6943 "is-glob": "^4.0.3",
6944 "minimatch": "^3.1.2",
6945 "object.fromentries": "^2.0.8",
6946 "object.groupby": "^1.0.3",
6947 "object.values": "^1.2.0",
6948 "semver": "^6.3.1",
6949 "string.prototype.trimend": "^1.0.8",
6950 "tsconfig-paths": "^3.15.0"
6951 },
6952 "engines": {
6953 "node": ">=4"
6954 },
6955 "peerDependencies": {
6956 "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9"
6957 }
6958 },
6959 "node_modules/eslint-plugin-import/node_modules/debug": {
6960 "version": "3.2.7",
956303669a32fc2c2025-06-02 19:45:53 +08006961 "license": "MIT",
6962 "dependencies": {
6963 "ms": "^2.1.1"
6964 }
6965 },
6966 "node_modules/eslint-plugin-import/node_modules/doctrine": {
6967 "version": "2.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08006968 "license": "Apache-2.0",
6969 "dependencies": {
6970 "esutils": "^2.0.2"
6971 },
6972 "engines": {
6973 "node": ">=0.10.0"
6974 }
6975 },
6976 "node_modules/eslint-plugin-import/node_modules/semver": {
6977 "version": "6.3.1",
956303669a32fc2c2025-06-02 19:45:53 +08006978 "license": "ISC",
6979 "bin": {
6980 "semver": "bin/semver.js"
6981 }
6982 },
6983 "node_modules/eslint-plugin-jest": {
6984 "version": "25.7.0",
956303669a32fc2c2025-06-02 19:45:53 +08006985 "license": "MIT",
6986 "dependencies": {
6987 "@typescript-eslint/experimental-utils": "^5.0.0"
6988 },
6989 "engines": {
6990 "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
6991 },
6992 "peerDependencies": {
6993 "@typescript-eslint/eslint-plugin": "^4.0.0 || ^5.0.0",
6994 "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
6995 },
6996 "peerDependenciesMeta": {
6997 "@typescript-eslint/eslint-plugin": {
6998 "optional": true
6999 },
7000 "jest": {
7001 "optional": true
7002 }
7003 }
7004 },
7005 "node_modules/eslint-plugin-jsx-a11y": {
7006 "version": "6.10.2",
956303669a32fc2c2025-06-02 19:45:53 +08007007 "license": "MIT",
7008 "dependencies": {
7009 "aria-query": "^5.3.2",
7010 "array-includes": "^3.1.8",
7011 "array.prototype.flatmap": "^1.3.2",
7012 "ast-types-flow": "^0.0.8",
7013 "axe-core": "^4.10.0",
7014 "axobject-query": "^4.1.0",
7015 "damerau-levenshtein": "^1.0.8",
7016 "emoji-regex": "^9.2.2",
7017 "hasown": "^2.0.2",
7018 "jsx-ast-utils": "^3.3.5",
7019 "language-tags": "^1.0.9",
7020 "minimatch": "^3.1.2",
7021 "object.fromentries": "^2.0.8",
7022 "safe-regex-test": "^1.0.3",
7023 "string.prototype.includes": "^2.0.1"
7024 },
7025 "engines": {
7026 "node": ">=4.0"
7027 },
7028 "peerDependencies": {
7029 "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9"
7030 }
7031 },
7032 "node_modules/eslint-plugin-jsx-a11y/node_modules/aria-query": {
7033 "version": "5.3.2",
956303669a32fc2c2025-06-02 19:45:53 +08007034 "license": "Apache-2.0",
7035 "engines": {
7036 "node": ">= 0.4"
7037 }
7038 },
7039 "node_modules/eslint-plugin-react": {
7040 "version": "7.37.5",
956303669a32fc2c2025-06-02 19:45:53 +08007041 "license": "MIT",
7042 "dependencies": {
7043 "array-includes": "^3.1.8",
7044 "array.prototype.findlast": "^1.2.5",
7045 "array.prototype.flatmap": "^1.3.3",
7046 "array.prototype.tosorted": "^1.1.4",
7047 "doctrine": "^2.1.0",
7048 "es-iterator-helpers": "^1.2.1",
7049 "estraverse": "^5.3.0",
7050 "hasown": "^2.0.2",
7051 "jsx-ast-utils": "^2.4.1 || ^3.0.0",
7052 "minimatch": "^3.1.2",
7053 "object.entries": "^1.1.9",
7054 "object.fromentries": "^2.0.8",
7055 "object.values": "^1.2.1",
7056 "prop-types": "^15.8.1",
7057 "resolve": "^2.0.0-next.5",
7058 "semver": "^6.3.1",
7059 "string.prototype.matchall": "^4.0.12",
7060 "string.prototype.repeat": "^1.0.0"
7061 },
7062 "engines": {
7063 "node": ">=4"
7064 },
7065 "peerDependencies": {
7066 "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7"
7067 }
7068 },
7069 "node_modules/eslint-plugin-react-hooks": {
7070 "version": "4.6.2",
956303669a32fc2c2025-06-02 19:45:53 +08007071 "license": "MIT",
7072 "engines": {
7073 "node": ">=10"
7074 },
7075 "peerDependencies": {
7076 "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0"
7077 }
7078 },
7079 "node_modules/eslint-plugin-react/node_modules/doctrine": {
7080 "version": "2.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08007081 "license": "Apache-2.0",
7082 "dependencies": {
7083 "esutils": "^2.0.2"
7084 },
7085 "engines": {
7086 "node": ">=0.10.0"
7087 }
7088 },
7089 "node_modules/eslint-plugin-react/node_modules/resolve": {
7090 "version": "2.0.0-next.5",
956303669a32fc2c2025-06-02 19:45:53 +08007091 "license": "MIT",
7092 "dependencies": {
7093 "is-core-module": "^2.13.0",
7094 "path-parse": "^1.0.7",
7095 "supports-preserve-symlinks-flag": "^1.0.0"
7096 },
7097 "bin": {
7098 "resolve": "bin/resolve"
7099 },
7100 "funding": {
7101 "url": "https://github.com/sponsors/ljharb"
7102 }
7103 },
7104 "node_modules/eslint-plugin-react/node_modules/semver": {
7105 "version": "6.3.1",
956303669a32fc2c2025-06-02 19:45:53 +08007106 "license": "ISC",
7107 "bin": {
7108 "semver": "bin/semver.js"
7109 }
7110 },
7111 "node_modules/eslint-plugin-testing-library": {
7112 "version": "5.11.1",
956303669a32fc2c2025-06-02 19:45:53 +08007113 "license": "MIT",
7114 "dependencies": {
7115 "@typescript-eslint/utils": "^5.58.0"
7116 },
7117 "engines": {
7118 "node": "^12.22.0 || ^14.17.0 || >=16.0.0",
7119 "npm": ">=6"
7120 },
7121 "peerDependencies": {
7122 "eslint": "^7.5.0 || ^8.0.0"
7123 }
7124 },
7125 "node_modules/eslint-scope": {
7126 "version": "7.2.2",
956303669a32fc2c2025-06-02 19:45:53 +08007127 "license": "BSD-2-Clause",
7128 "dependencies": {
7129 "esrecurse": "^4.3.0",
7130 "estraverse": "^5.2.0"
7131 },
7132 "engines": {
7133 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
7134 },
7135 "funding": {
7136 "url": "https://opencollective.com/eslint"
7137 }
7138 },
7139 "node_modules/eslint-visitor-keys": {
7140 "version": "3.4.3",
956303669a32fc2c2025-06-02 19:45:53 +08007141 "license": "Apache-2.0",
7142 "engines": {
7143 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
7144 },
7145 "funding": {
7146 "url": "https://opencollective.com/eslint"
7147 }
7148 },
7149 "node_modules/eslint-webpack-plugin": {
7150 "version": "3.2.0",
956303669a32fc2c2025-06-02 19:45:53 +08007151 "license": "MIT",
7152 "dependencies": {
7153 "@types/eslint": "^7.29.0 || ^8.4.1",
7154 "jest-worker": "^28.0.2",
7155 "micromatch": "^4.0.5",
7156 "normalize-path": "^3.0.0",
7157 "schema-utils": "^4.0.0"
7158 },
7159 "engines": {
7160 "node": ">= 12.13.0"
7161 },
7162 "funding": {
7163 "type": "opencollective",
7164 "url": "https://opencollective.com/webpack"
7165 },
7166 "peerDependencies": {
7167 "eslint": "^7.0.0 || ^8.0.0",
7168 "webpack": "^5.0.0"
7169 }
7170 },
7171 "node_modules/eslint-webpack-plugin/node_modules/jest-worker": {
7172 "version": "28.1.3",
956303669a32fc2c2025-06-02 19:45:53 +08007173 "license": "MIT",
7174 "dependencies": {
7175 "@types/node": "*",
7176 "merge-stream": "^2.0.0",
7177 "supports-color": "^8.0.0"
7178 },
7179 "engines": {
7180 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
7181 }
7182 },
7183 "node_modules/eslint-webpack-plugin/node_modules/supports-color": {
7184 "version": "8.1.1",
956303669a32fc2c2025-06-02 19:45:53 +08007185 "license": "MIT",
7186 "dependencies": {
7187 "has-flag": "^4.0.0"
7188 },
7189 "engines": {
7190 "node": ">=10"
7191 },
7192 "funding": {
7193 "url": "https://github.com/chalk/supports-color?sponsor=1"
7194 }
7195 },
7196 "node_modules/eslint/node_modules/argparse": {
7197 "version": "2.0.1",
956303669a32fc2c2025-06-02 19:45:53 +08007198 "license": "Python-2.0"
7199 },
7200 "node_modules/eslint/node_modules/find-up": {
7201 "version": "5.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08007202 "license": "MIT",
7203 "dependencies": {
7204 "locate-path": "^6.0.0",
7205 "path-exists": "^4.0.0"
7206 },
7207 "engines": {
7208 "node": ">=10"
7209 },
7210 "funding": {
7211 "url": "https://github.com/sponsors/sindresorhus"
7212 }
7213 },
7214 "node_modules/eslint/node_modules/globals": {
7215 "version": "13.24.0",
956303669a32fc2c2025-06-02 19:45:53 +08007216 "license": "MIT",
7217 "dependencies": {
7218 "type-fest": "^0.20.2"
7219 },
7220 "engines": {
7221 "node": ">=8"
7222 },
7223 "funding": {
7224 "url": "https://github.com/sponsors/sindresorhus"
7225 }
7226 },
7227 "node_modules/eslint/node_modules/js-yaml": {
7228 "version": "4.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08007229 "license": "MIT",
7230 "dependencies": {
7231 "argparse": "^2.0.1"
7232 },
7233 "bin": {
7234 "js-yaml": "bin/js-yaml.js"
7235 }
7236 },
7237 "node_modules/eslint/node_modules/locate-path": {
7238 "version": "6.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08007239 "license": "MIT",
7240 "dependencies": {
7241 "p-locate": "^5.0.0"
7242 },
7243 "engines": {
7244 "node": ">=10"
7245 },
7246 "funding": {
7247 "url": "https://github.com/sponsors/sindresorhus"
7248 }
7249 },
7250 "node_modules/eslint/node_modules/p-limit": {
7251 "version": "3.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08007252 "license": "MIT",
7253 "dependencies": {
7254 "yocto-queue": "^0.1.0"
7255 },
7256 "engines": {
7257 "node": ">=10"
7258 },
7259 "funding": {
7260 "url": "https://github.com/sponsors/sindresorhus"
7261 }
7262 },
7263 "node_modules/eslint/node_modules/p-locate": {
7264 "version": "5.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08007265 "license": "MIT",
7266 "dependencies": {
7267 "p-limit": "^3.0.2"
7268 },
7269 "engines": {
7270 "node": ">=10"
7271 },
7272 "funding": {
7273 "url": "https://github.com/sponsors/sindresorhus"
7274 }
7275 },
7276 "node_modules/eslint/node_modules/type-fest": {
7277 "version": "0.20.2",
956303669a32fc2c2025-06-02 19:45:53 +08007278 "license": "(MIT OR CC0-1.0)",
7279 "engines": {
7280 "node": ">=10"
7281 },
7282 "funding": {
7283 "url": "https://github.com/sponsors/sindresorhus"
7284 }
7285 },
7286 "node_modules/espree": {
7287 "version": "9.6.1",
956303669a32fc2c2025-06-02 19:45:53 +08007288 "license": "BSD-2-Clause",
7289 "dependencies": {
7290 "acorn": "^8.9.0",
7291 "acorn-jsx": "^5.3.2",
7292 "eslint-visitor-keys": "^3.4.1"
7293 },
7294 "engines": {
7295 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
7296 },
7297 "funding": {
7298 "url": "https://opencollective.com/eslint"
7299 }
7300 },
7301 "node_modules/esprima": {
7302 "version": "4.0.1",
956303669a32fc2c2025-06-02 19:45:53 +08007303 "license": "BSD-2-Clause",
7304 "bin": {
7305 "esparse": "bin/esparse.js",
7306 "esvalidate": "bin/esvalidate.js"
7307 },
7308 "engines": {
7309 "node": ">=4"
7310 }
7311 },
7312 "node_modules/esquery": {
7313 "version": "1.6.0",
956303669a32fc2c2025-06-02 19:45:53 +08007314 "license": "BSD-3-Clause",
7315 "dependencies": {
7316 "estraverse": "^5.1.0"
7317 },
7318 "engines": {
7319 "node": ">=0.10"
7320 }
7321 },
7322 "node_modules/esrecurse": {
7323 "version": "4.3.0",
956303669a32fc2c2025-06-02 19:45:53 +08007324 "license": "BSD-2-Clause",
7325 "dependencies": {
7326 "estraverse": "^5.2.0"
7327 },
7328 "engines": {
7329 "node": ">=4.0"
7330 }
7331 },
7332 "node_modules/estraverse": {
7333 "version": "5.3.0",
956303669a32fc2c2025-06-02 19:45:53 +08007334 "license": "BSD-2-Clause",
7335 "engines": {
7336 "node": ">=4.0"
7337 }
7338 },
7339 "node_modules/estree-walker": {
7340 "version": "1.0.1",
956303669a32fc2c2025-06-02 19:45:53 +08007341 "license": "MIT"
7342 },
7343 "node_modules/esutils": {
7344 "version": "2.0.3",
956303669a32fc2c2025-06-02 19:45:53 +08007345 "license": "BSD-2-Clause",
7346 "engines": {
7347 "node": ">=0.10.0"
7348 }
7349 },
7350 "node_modules/etag": {
7351 "version": "1.8.1",
956303669a32fc2c2025-06-02 19:45:53 +08007352 "license": "MIT",
7353 "engines": {
7354 "node": ">= 0.6"
7355 }
7356 },
7357 "node_modules/eventemitter3": {
7358 "version": "4.0.7",
956303669a32fc2c2025-06-02 19:45:53 +08007359 "license": "MIT"
7360 },
7361 "node_modules/events": {
7362 "version": "3.3.0",
956303669a32fc2c2025-06-02 19:45:53 +08007363 "license": "MIT",
7364 "engines": {
7365 "node": ">=0.8.x"
7366 }
7367 },
7368 "node_modules/execa": {
7369 "version": "5.1.1",
956303669a32fc2c2025-06-02 19:45:53 +08007370 "license": "MIT",
7371 "dependencies": {
7372 "cross-spawn": "^7.0.3",
7373 "get-stream": "^6.0.0",
7374 "human-signals": "^2.1.0",
7375 "is-stream": "^2.0.0",
7376 "merge-stream": "^2.0.0",
7377 "npm-run-path": "^4.0.1",
7378 "onetime": "^5.1.2",
7379 "signal-exit": "^3.0.3",
7380 "strip-final-newline": "^2.0.0"
7381 },
7382 "engines": {
7383 "node": ">=10"
7384 },
7385 "funding": {
7386 "url": "https://github.com/sindresorhus/execa?sponsor=1"
7387 }
7388 },
7389 "node_modules/exit": {
7390 "version": "0.1.2",
956303669a32fc2c2025-06-02 19:45:53 +08007391 "engines": {
7392 "node": ">= 0.8.0"
7393 }
7394 },
7395 "node_modules/expect": {
7396 "version": "27.5.1",
956303669a32fc2c2025-06-02 19:45:53 +08007397 "license": "MIT",
7398 "dependencies": {
7399 "@jest/types": "^27.5.1",
7400 "jest-get-type": "^27.5.1",
7401 "jest-matcher-utils": "^27.5.1",
7402 "jest-message-util": "^27.5.1"
7403 },
7404 "engines": {
7405 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
7406 }
7407 },
7408 "node_modules/express": {
7409 "version": "4.21.2",
956303669a32fc2c2025-06-02 19:45:53 +08007410 "license": "MIT",
7411 "dependencies": {
7412 "accepts": "~1.3.8",
7413 "array-flatten": "1.1.1",
7414 "body-parser": "1.20.3",
7415 "content-disposition": "0.5.4",
7416 "content-type": "~1.0.4",
7417 "cookie": "0.7.1",
7418 "cookie-signature": "1.0.6",
7419 "debug": "2.6.9",
7420 "depd": "2.0.0",
7421 "encodeurl": "~2.0.0",
7422 "escape-html": "~1.0.3",
7423 "etag": "~1.8.1",
7424 "finalhandler": "1.3.1",
7425 "fresh": "0.5.2",
7426 "http-errors": "2.0.0",
7427 "merge-descriptors": "1.0.3",
7428 "methods": "~1.1.2",
7429 "on-finished": "2.4.1",
7430 "parseurl": "~1.3.3",
7431 "path-to-regexp": "0.1.12",
7432 "proxy-addr": "~2.0.7",
7433 "qs": "6.13.0",
7434 "range-parser": "~1.2.1",
7435 "safe-buffer": "5.2.1",
7436 "send": "0.19.0",
7437 "serve-static": "1.16.2",
7438 "setprototypeof": "1.2.0",
7439 "statuses": "2.0.1",
7440 "type-is": "~1.6.18",
7441 "utils-merge": "1.0.1",
7442 "vary": "~1.1.2"
7443 },
7444 "engines": {
7445 "node": ">= 0.10.0"
7446 },
7447 "funding": {
7448 "type": "opencollective",
7449 "url": "https://opencollective.com/express"
7450 }
7451 },
7452 "node_modules/express/node_modules/debug": {
7453 "version": "2.6.9",
956303669a32fc2c2025-06-02 19:45:53 +08007454 "license": "MIT",
7455 "dependencies": {
7456 "ms": "2.0.0"
7457 }
7458 },
7459 "node_modules/express/node_modules/ms": {
7460 "version": "2.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08007461 "license": "MIT"
7462 },
7463 "node_modules/fast-deep-equal": {
7464 "version": "3.1.3",
956303669a32fc2c2025-06-02 19:45:53 +08007465 "license": "MIT"
7466 },
7467 "node_modules/fast-glob": {
7468 "version": "3.3.3",
956303669a32fc2c2025-06-02 19:45:53 +08007469 "license": "MIT",
7470 "dependencies": {
7471 "@nodelib/fs.stat": "^2.0.2",
7472 "@nodelib/fs.walk": "^1.2.3",
7473 "glob-parent": "^5.1.2",
7474 "merge2": "^1.3.0",
7475 "micromatch": "^4.0.8"
7476 },
7477 "engines": {
7478 "node": ">=8.6.0"
7479 }
7480 },
7481 "node_modules/fast-glob/node_modules/glob-parent": {
7482 "version": "5.1.2",
956303669a32fc2c2025-06-02 19:45:53 +08007483 "license": "ISC",
7484 "dependencies": {
7485 "is-glob": "^4.0.1"
7486 },
7487 "engines": {
7488 "node": ">= 6"
7489 }
7490 },
7491 "node_modules/fast-json-stable-stringify": {
7492 "version": "2.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08007493 "license": "MIT"
7494 },
7495 "node_modules/fast-levenshtein": {
7496 "version": "2.0.6",
956303669a32fc2c2025-06-02 19:45:53 +08007497 "license": "MIT"
7498 },
7499 "node_modules/fast-uri": {
7500 "version": "3.0.6",
956303669a32fc2c2025-06-02 19:45:53 +08007501 "funding": [
7502 {
7503 "type": "github",
7504 "url": "https://github.com/sponsors/fastify"
7505 },
7506 {
7507 "type": "opencollective",
7508 "url": "https://opencollective.com/fastify"
7509 }
7510 ],
7511 "license": "BSD-3-Clause"
7512 },
7513 "node_modules/fastq": {
7514 "version": "1.19.1",
956303669a32fc2c2025-06-02 19:45:53 +08007515 "license": "ISC",
7516 "dependencies": {
7517 "reusify": "^1.0.4"
7518 }
7519 },
7520 "node_modules/faye-websocket": {
7521 "version": "0.11.4",
956303669a32fc2c2025-06-02 19:45:53 +08007522 "license": "Apache-2.0",
7523 "dependencies": {
7524 "websocket-driver": ">=0.5.1"
7525 },
7526 "engines": {
7527 "node": ">=0.8.0"
7528 }
7529 },
7530 "node_modules/fb-watchman": {
7531 "version": "2.0.2",
956303669a32fc2c2025-06-02 19:45:53 +08007532 "license": "Apache-2.0",
7533 "dependencies": {
7534 "bser": "2.1.1"
7535 }
7536 },
7537 "node_modules/file-entry-cache": {
7538 "version": "6.0.1",
956303669a32fc2c2025-06-02 19:45:53 +08007539 "license": "MIT",
7540 "dependencies": {
7541 "flat-cache": "^3.0.4"
7542 },
7543 "engines": {
7544 "node": "^10.12.0 || >=12.0.0"
7545 }
7546 },
7547 "node_modules/file-loader": {
7548 "version": "6.2.0",
956303669a32fc2c2025-06-02 19:45:53 +08007549 "license": "MIT",
7550 "dependencies": {
7551 "loader-utils": "^2.0.0",
7552 "schema-utils": "^3.0.0"
7553 },
7554 "engines": {
7555 "node": ">= 10.13.0"
7556 },
7557 "funding": {
7558 "type": "opencollective",
7559 "url": "https://opencollective.com/webpack"
7560 },
7561 "peerDependencies": {
7562 "webpack": "^4.0.0 || ^5.0.0"
7563 }
7564 },
7565 "node_modules/file-loader/node_modules/schema-utils": {
7566 "version": "3.3.0",
956303669a32fc2c2025-06-02 19:45:53 +08007567 "license": "MIT",
7568 "dependencies": {
7569 "@types/json-schema": "^7.0.8",
7570 "ajv": "^6.12.5",
7571 "ajv-keywords": "^3.5.2"
7572 },
7573 "engines": {
7574 "node": ">= 10.13.0"
7575 },
7576 "funding": {
7577 "type": "opencollective",
7578 "url": "https://opencollective.com/webpack"
7579 }
7580 },
7581 "node_modules/filelist": {
7582 "version": "1.0.4",
956303669a32fc2c2025-06-02 19:45:53 +08007583 "license": "Apache-2.0",
7584 "dependencies": {
7585 "minimatch": "^5.0.1"
7586 }
7587 },
7588 "node_modules/filelist/node_modules/brace-expansion": {
7589 "version": "2.0.1",
956303669a32fc2c2025-06-02 19:45:53 +08007590 "license": "MIT",
7591 "dependencies": {
7592 "balanced-match": "^1.0.0"
7593 }
7594 },
7595 "node_modules/filelist/node_modules/minimatch": {
7596 "version": "5.1.6",
956303669a32fc2c2025-06-02 19:45:53 +08007597 "license": "ISC",
7598 "dependencies": {
7599 "brace-expansion": "^2.0.1"
7600 },
7601 "engines": {
7602 "node": ">=10"
7603 }
7604 },
7605 "node_modules/filesize": {
7606 "version": "8.0.7",
956303669a32fc2c2025-06-02 19:45:53 +08007607 "license": "BSD-3-Clause",
7608 "engines": {
7609 "node": ">= 0.4.0"
7610 }
7611 },
7612 "node_modules/fill-range": {
7613 "version": "7.1.1",
956303669a32fc2c2025-06-02 19:45:53 +08007614 "license": "MIT",
7615 "dependencies": {
7616 "to-regex-range": "^5.0.1"
7617 },
7618 "engines": {
7619 "node": ">=8"
7620 }
7621 },
7622 "node_modules/finalhandler": {
7623 "version": "1.3.1",
956303669a32fc2c2025-06-02 19:45:53 +08007624 "license": "MIT",
7625 "dependencies": {
7626 "debug": "2.6.9",
7627 "encodeurl": "~2.0.0",
7628 "escape-html": "~1.0.3",
7629 "on-finished": "2.4.1",
7630 "parseurl": "~1.3.3",
7631 "statuses": "2.0.1",
7632 "unpipe": "~1.0.0"
7633 },
7634 "engines": {
7635 "node": ">= 0.8"
7636 }
7637 },
7638 "node_modules/finalhandler/node_modules/debug": {
7639 "version": "2.6.9",
956303669a32fc2c2025-06-02 19:45:53 +08007640 "license": "MIT",
7641 "dependencies": {
7642 "ms": "2.0.0"
7643 }
7644 },
7645 "node_modules/finalhandler/node_modules/ms": {
7646 "version": "2.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08007647 "license": "MIT"
7648 },
7649 "node_modules/find-cache-dir": {
7650 "version": "3.3.2",
956303669a32fc2c2025-06-02 19:45:53 +08007651 "license": "MIT",
7652 "dependencies": {
7653 "commondir": "^1.0.1",
7654 "make-dir": "^3.0.2",
7655 "pkg-dir": "^4.1.0"
7656 },
7657 "engines": {
7658 "node": ">=8"
7659 },
7660 "funding": {
7661 "url": "https://github.com/avajs/find-cache-dir?sponsor=1"
7662 }
7663 },
7664 "node_modules/find-root": {
7665 "version": "1.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08007666 "license": "MIT"
7667 },
7668 "node_modules/find-up": {
7669 "version": "4.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08007670 "license": "MIT",
7671 "dependencies": {
7672 "locate-path": "^5.0.0",
7673 "path-exists": "^4.0.0"
7674 },
7675 "engines": {
7676 "node": ">=8"
7677 }
7678 },
7679 "node_modules/flat-cache": {
7680 "version": "3.2.0",
956303669a32fc2c2025-06-02 19:45:53 +08007681 "license": "MIT",
7682 "dependencies": {
7683 "flatted": "^3.2.9",
7684 "keyv": "^4.5.3",
7685 "rimraf": "^3.0.2"
7686 },
7687 "engines": {
7688 "node": "^10.12.0 || >=12.0.0"
7689 }
7690 },
7691 "node_modules/flatted": {
7692 "version": "3.3.3",
956303669a32fc2c2025-06-02 19:45:53 +08007693 "license": "ISC"
7694 },
7695 "node_modules/follow-redirects": {
7696 "version": "1.15.9",
956303669a32fc2c2025-06-02 19:45:53 +08007697 "funding": [
7698 {
7699 "type": "individual",
7700 "url": "https://github.com/sponsors/RubenVerborgh"
7701 }
7702 ],
7703 "license": "MIT",
7704 "engines": {
7705 "node": ">=4.0"
7706 },
7707 "peerDependenciesMeta": {
7708 "debug": {
7709 "optional": true
7710 }
7711 }
7712 },
7713 "node_modules/for-each": {
7714 "version": "0.3.5",
956303669a32fc2c2025-06-02 19:45:53 +08007715 "license": "MIT",
7716 "dependencies": {
7717 "is-callable": "^1.2.7"
7718 },
7719 "engines": {
7720 "node": ">= 0.4"
7721 },
7722 "funding": {
7723 "url": "https://github.com/sponsors/ljharb"
7724 }
7725 },
7726 "node_modules/foreground-child": {
7727 "version": "3.3.1",
956303669a32fc2c2025-06-02 19:45:53 +08007728 "license": "ISC",
7729 "dependencies": {
7730 "cross-spawn": "^7.0.6",
7731 "signal-exit": "^4.0.1"
7732 },
7733 "engines": {
7734 "node": ">=14"
7735 },
7736 "funding": {
7737 "url": "https://github.com/sponsors/isaacs"
7738 }
7739 },
7740 "node_modules/foreground-child/node_modules/signal-exit": {
7741 "version": "4.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08007742 "license": "ISC",
7743 "engines": {
7744 "node": ">=14"
7745 },
7746 "funding": {
7747 "url": "https://github.com/sponsors/isaacs"
7748 }
7749 },
7750 "node_modules/fork-ts-checker-webpack-plugin": {
7751 "version": "6.5.3",
956303669a32fc2c2025-06-02 19:45:53 +08007752 "license": "MIT",
7753 "dependencies": {
7754 "@babel/code-frame": "^7.8.3",
7755 "@types/json-schema": "^7.0.5",
7756 "chalk": "^4.1.0",
7757 "chokidar": "^3.4.2",
7758 "cosmiconfig": "^6.0.0",
7759 "deepmerge": "^4.2.2",
7760 "fs-extra": "^9.0.0",
7761 "glob": "^7.1.6",
7762 "memfs": "^3.1.2",
7763 "minimatch": "^3.0.4",
7764 "schema-utils": "2.7.0",
7765 "semver": "^7.3.2",
7766 "tapable": "^1.0.0"
7767 },
7768 "engines": {
7769 "node": ">=10",
7770 "yarn": ">=1.0.0"
7771 },
7772 "peerDependencies": {
7773 "eslint": ">= 6",
7774 "typescript": ">= 2.7",
7775 "vue-template-compiler": "*",
7776 "webpack": ">= 4"
7777 },
7778 "peerDependenciesMeta": {
7779 "eslint": {
7780 "optional": true
7781 },
7782 "vue-template-compiler": {
7783 "optional": true
7784 }
7785 }
7786 },
7787 "node_modules/fork-ts-checker-webpack-plugin/node_modules/cosmiconfig": {
7788 "version": "6.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08007789 "license": "MIT",
7790 "dependencies": {
7791 "@types/parse-json": "^4.0.0",
7792 "import-fresh": "^3.1.0",
7793 "parse-json": "^5.0.0",
7794 "path-type": "^4.0.0",
7795 "yaml": "^1.7.2"
7796 },
7797 "engines": {
7798 "node": ">=8"
7799 }
7800 },
7801 "node_modules/fork-ts-checker-webpack-plugin/node_modules/fs-extra": {
7802 "version": "9.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08007803 "license": "MIT",
7804 "dependencies": {
7805 "at-least-node": "^1.0.0",
7806 "graceful-fs": "^4.2.0",
7807 "jsonfile": "^6.0.1",
7808 "universalify": "^2.0.0"
7809 },
7810 "engines": {
7811 "node": ">=10"
7812 }
7813 },
7814 "node_modules/fork-ts-checker-webpack-plugin/node_modules/schema-utils": {
7815 "version": "2.7.0",
956303669a32fc2c2025-06-02 19:45:53 +08007816 "license": "MIT",
7817 "dependencies": {
7818 "@types/json-schema": "^7.0.4",
7819 "ajv": "^6.12.2",
7820 "ajv-keywords": "^3.4.1"
7821 },
7822 "engines": {
7823 "node": ">= 8.9.0"
7824 },
7825 "funding": {
7826 "type": "opencollective",
7827 "url": "https://opencollective.com/webpack"
7828 }
7829 },
7830 "node_modules/fork-ts-checker-webpack-plugin/node_modules/tapable": {
7831 "version": "1.1.3",
956303669a32fc2c2025-06-02 19:45:53 +08007832 "license": "MIT",
7833 "engines": {
7834 "node": ">=6"
7835 }
7836 },
7837 "node_modules/form-data": {
7838 "version": "3.0.3",
956303669a32fc2c2025-06-02 19:45:53 +08007839 "license": "MIT",
7840 "dependencies": {
7841 "asynckit": "^0.4.0",
7842 "combined-stream": "^1.0.8",
7843 "es-set-tostringtag": "^2.1.0",
7844 "mime-types": "^2.1.35"
7845 },
7846 "engines": {
7847 "node": ">= 6"
7848 }
7849 },
7850 "node_modules/forwarded": {
7851 "version": "0.2.0",
956303669a32fc2c2025-06-02 19:45:53 +08007852 "license": "MIT",
7853 "engines": {
7854 "node": ">= 0.6"
7855 }
7856 },
7857 "node_modules/fraction.js": {
7858 "version": "4.3.7",
956303669a32fc2c2025-06-02 19:45:53 +08007859 "license": "MIT",
7860 "engines": {
7861 "node": "*"
7862 },
7863 "funding": {
7864 "type": "patreon",
7865 "url": "https://github.com/sponsors/rawify"
7866 }
7867 },
7868 "node_modules/fresh": {
7869 "version": "0.5.2",
956303669a32fc2c2025-06-02 19:45:53 +08007870 "license": "MIT",
7871 "engines": {
7872 "node": ">= 0.6"
7873 }
7874 },
7875 "node_modules/fs-extra": {
7876 "version": "10.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08007877 "license": "MIT",
7878 "dependencies": {
7879 "graceful-fs": "^4.2.0",
7880 "jsonfile": "^6.0.1",
7881 "universalify": "^2.0.0"
7882 },
7883 "engines": {
7884 "node": ">=12"
7885 }
7886 },
7887 "node_modules/fs-monkey": {
7888 "version": "1.0.6",
956303669a32fc2c2025-06-02 19:45:53 +08007889 "license": "Unlicense"
7890 },
7891 "node_modules/fs.realpath": {
7892 "version": "1.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08007893 "license": "ISC"
7894 },
956303669a32fc2c2025-06-02 19:45:53 +08007895 "node_modules/function-bind": {
7896 "version": "1.1.2",
956303669a32fc2c2025-06-02 19:45:53 +08007897 "license": "MIT",
7898 "funding": {
7899 "url": "https://github.com/sponsors/ljharb"
7900 }
7901 },
7902 "node_modules/function.prototype.name": {
7903 "version": "1.1.8",
956303669a32fc2c2025-06-02 19:45:53 +08007904 "license": "MIT",
7905 "dependencies": {
7906 "call-bind": "^1.0.8",
7907 "call-bound": "^1.0.3",
7908 "define-properties": "^1.2.1",
7909 "functions-have-names": "^1.2.3",
7910 "hasown": "^2.0.2",
7911 "is-callable": "^1.2.7"
7912 },
7913 "engines": {
7914 "node": ">= 0.4"
7915 },
7916 "funding": {
7917 "url": "https://github.com/sponsors/ljharb"
7918 }
7919 },
7920 "node_modules/functions-have-names": {
7921 "version": "1.2.3",
956303669a32fc2c2025-06-02 19:45:53 +08007922 "license": "MIT",
7923 "funding": {
7924 "url": "https://github.com/sponsors/ljharb"
7925 }
7926 },
7927 "node_modules/gensync": {
7928 "version": "1.0.0-beta.2",
956303669a32fc2c2025-06-02 19:45:53 +08007929 "license": "MIT",
7930 "engines": {
7931 "node": ">=6.9.0"
7932 }
7933 },
7934 "node_modules/get-caller-file": {
7935 "version": "2.0.5",
956303669a32fc2c2025-06-02 19:45:53 +08007936 "license": "ISC",
7937 "engines": {
7938 "node": "6.* || 8.* || >= 10.*"
7939 }
7940 },
7941 "node_modules/get-intrinsic": {
7942 "version": "1.3.0",
956303669a32fc2c2025-06-02 19:45:53 +08007943 "license": "MIT",
7944 "dependencies": {
7945 "call-bind-apply-helpers": "^1.0.2",
7946 "es-define-property": "^1.0.1",
7947 "es-errors": "^1.3.0",
7948 "es-object-atoms": "^1.1.1",
7949 "function-bind": "^1.1.2",
7950 "get-proto": "^1.0.1",
7951 "gopd": "^1.2.0",
7952 "has-symbols": "^1.1.0",
7953 "hasown": "^2.0.2",
7954 "math-intrinsics": "^1.1.0"
7955 },
7956 "engines": {
7957 "node": ">= 0.4"
7958 },
7959 "funding": {
7960 "url": "https://github.com/sponsors/ljharb"
7961 }
7962 },
7963 "node_modules/get-own-enumerable-property-symbols": {
7964 "version": "3.0.2",
956303669a32fc2c2025-06-02 19:45:53 +08007965 "license": "ISC"
7966 },
7967 "node_modules/get-package-type": {
7968 "version": "0.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08007969 "license": "MIT",
7970 "engines": {
7971 "node": ">=8.0.0"
7972 }
7973 },
7974 "node_modules/get-proto": {
7975 "version": "1.0.1",
956303669a32fc2c2025-06-02 19:45:53 +08007976 "license": "MIT",
7977 "dependencies": {
7978 "dunder-proto": "^1.0.1",
7979 "es-object-atoms": "^1.0.0"
7980 },
7981 "engines": {
7982 "node": ">= 0.4"
7983 }
7984 },
7985 "node_modules/get-stream": {
7986 "version": "6.0.1",
956303669a32fc2c2025-06-02 19:45:53 +08007987 "license": "MIT",
7988 "engines": {
7989 "node": ">=10"
7990 },
7991 "funding": {
7992 "url": "https://github.com/sponsors/sindresorhus"
7993 }
7994 },
7995 "node_modules/get-symbol-description": {
7996 "version": "1.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08007997 "license": "MIT",
7998 "dependencies": {
7999 "call-bound": "^1.0.3",
8000 "es-errors": "^1.3.0",
8001 "get-intrinsic": "^1.2.6"
8002 },
8003 "engines": {
8004 "node": ">= 0.4"
8005 },
8006 "funding": {
8007 "url": "https://github.com/sponsors/ljharb"
8008 }
8009 },
8010 "node_modules/glob": {
8011 "version": "7.2.3",
956303669a32fc2c2025-06-02 19:45:53 +08008012 "license": "ISC",
8013 "dependencies": {
8014 "fs.realpath": "^1.0.0",
8015 "inflight": "^1.0.4",
8016 "inherits": "2",
8017 "minimatch": "^3.1.1",
8018 "once": "^1.3.0",
8019 "path-is-absolute": "^1.0.0"
8020 },
8021 "engines": {
8022 "node": "*"
8023 },
8024 "funding": {
8025 "url": "https://github.com/sponsors/isaacs"
8026 }
8027 },
8028 "node_modules/glob-parent": {
8029 "version": "6.0.2",
956303669a32fc2c2025-06-02 19:45:53 +08008030 "license": "ISC",
8031 "dependencies": {
8032 "is-glob": "^4.0.3"
8033 },
8034 "engines": {
8035 "node": ">=10.13.0"
8036 }
8037 },
8038 "node_modules/glob-to-regexp": {
8039 "version": "0.4.1",
956303669a32fc2c2025-06-02 19:45:53 +08008040 "license": "BSD-2-Clause"
8041 },
8042 "node_modules/global-modules": {
8043 "version": "2.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08008044 "license": "MIT",
8045 "dependencies": {
8046 "global-prefix": "^3.0.0"
8047 },
8048 "engines": {
8049 "node": ">=6"
8050 }
8051 },
8052 "node_modules/global-prefix": {
8053 "version": "3.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08008054 "license": "MIT",
8055 "dependencies": {
8056 "ini": "^1.3.5",
8057 "kind-of": "^6.0.2",
8058 "which": "^1.3.1"
8059 },
8060 "engines": {
8061 "node": ">=6"
8062 }
8063 },
8064 "node_modules/global-prefix/node_modules/which": {
8065 "version": "1.3.1",
956303669a32fc2c2025-06-02 19:45:53 +08008066 "license": "ISC",
8067 "dependencies": {
8068 "isexe": "^2.0.0"
8069 },
8070 "bin": {
8071 "which": "bin/which"
8072 }
8073 },
8074 "node_modules/globals": {
8075 "version": "11.12.0",
956303669a32fc2c2025-06-02 19:45:53 +08008076 "license": "MIT",
8077 "engines": {
8078 "node": ">=4"
8079 }
8080 },
8081 "node_modules/globalthis": {
8082 "version": "1.0.4",
956303669a32fc2c2025-06-02 19:45:53 +08008083 "license": "MIT",
8084 "dependencies": {
8085 "define-properties": "^1.2.1",
8086 "gopd": "^1.0.1"
8087 },
8088 "engines": {
8089 "node": ">= 0.4"
8090 },
8091 "funding": {
8092 "url": "https://github.com/sponsors/ljharb"
8093 }
8094 },
8095 "node_modules/globby": {
8096 "version": "11.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08008097 "license": "MIT",
8098 "dependencies": {
8099 "array-union": "^2.1.0",
8100 "dir-glob": "^3.0.1",
8101 "fast-glob": "^3.2.9",
8102 "ignore": "^5.2.0",
8103 "merge2": "^1.4.1",
8104 "slash": "^3.0.0"
8105 },
8106 "engines": {
8107 "node": ">=10"
8108 },
8109 "funding": {
8110 "url": "https://github.com/sponsors/sindresorhus"
8111 }
8112 },
8113 "node_modules/gopd": {
8114 "version": "1.2.0",
956303669a32fc2c2025-06-02 19:45:53 +08008115 "license": "MIT",
8116 "engines": {
8117 "node": ">= 0.4"
8118 },
8119 "funding": {
8120 "url": "https://github.com/sponsors/ljharb"
8121 }
8122 },
8123 "node_modules/graceful-fs": {
8124 "version": "4.2.11",
956303669a32fc2c2025-06-02 19:45:53 +08008125 "license": "ISC"
8126 },
8127 "node_modules/graphemer": {
8128 "version": "1.4.0",
956303669a32fc2c2025-06-02 19:45:53 +08008129 "license": "MIT"
8130 },
8131 "node_modules/gzip-size": {
8132 "version": "6.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08008133 "license": "MIT",
8134 "dependencies": {
8135 "duplexer": "^0.1.2"
8136 },
8137 "engines": {
8138 "node": ">=10"
8139 },
8140 "funding": {
8141 "url": "https://github.com/sponsors/sindresorhus"
8142 }
8143 },
8144 "node_modules/handle-thing": {
8145 "version": "2.0.1",
956303669a32fc2c2025-06-02 19:45:53 +08008146 "license": "MIT"
8147 },
8148 "node_modules/harmony-reflect": {
8149 "version": "1.6.2",
956303669a32fc2c2025-06-02 19:45:53 +08008150 "license": "(Apache-2.0 OR MPL-1.1)"
8151 },
8152 "node_modules/has-bigints": {
8153 "version": "1.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08008154 "license": "MIT",
8155 "engines": {
8156 "node": ">= 0.4"
8157 },
8158 "funding": {
8159 "url": "https://github.com/sponsors/ljharb"
8160 }
8161 },
8162 "node_modules/has-flag": {
8163 "version": "4.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08008164 "license": "MIT",
8165 "engines": {
8166 "node": ">=8"
8167 }
8168 },
8169 "node_modules/has-property-descriptors": {
8170 "version": "1.0.2",
956303669a32fc2c2025-06-02 19:45:53 +08008171 "license": "MIT",
8172 "dependencies": {
8173 "es-define-property": "^1.0.0"
8174 },
8175 "funding": {
8176 "url": "https://github.com/sponsors/ljharb"
8177 }
8178 },
8179 "node_modules/has-proto": {
8180 "version": "1.2.0",
956303669a32fc2c2025-06-02 19:45:53 +08008181 "license": "MIT",
8182 "dependencies": {
8183 "dunder-proto": "^1.0.0"
8184 },
8185 "engines": {
8186 "node": ">= 0.4"
8187 },
8188 "funding": {
8189 "url": "https://github.com/sponsors/ljharb"
8190 }
8191 },
8192 "node_modules/has-symbols": {
8193 "version": "1.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08008194 "license": "MIT",
8195 "engines": {
8196 "node": ">= 0.4"
8197 },
8198 "funding": {
8199 "url": "https://github.com/sponsors/ljharb"
8200 }
8201 },
8202 "node_modules/has-tostringtag": {
8203 "version": "1.0.2",
956303669a32fc2c2025-06-02 19:45:53 +08008204 "license": "MIT",
8205 "dependencies": {
8206 "has-symbols": "^1.0.3"
8207 },
8208 "engines": {
8209 "node": ">= 0.4"
8210 },
8211 "funding": {
8212 "url": "https://github.com/sponsors/ljharb"
8213 }
8214 },
8215 "node_modules/hasown": {
8216 "version": "2.0.2",
956303669a32fc2c2025-06-02 19:45:53 +08008217 "license": "MIT",
8218 "dependencies": {
8219 "function-bind": "^1.1.2"
8220 },
8221 "engines": {
8222 "node": ">= 0.4"
8223 }
8224 },
8225 "node_modules/he": {
8226 "version": "1.2.0",
956303669a32fc2c2025-06-02 19:45:53 +08008227 "license": "MIT",
8228 "bin": {
8229 "he": "bin/he"
8230 }
8231 },
8232 "node_modules/hoist-non-react-statics": {
8233 "version": "3.3.2",
956303669a32fc2c2025-06-02 19:45:53 +08008234 "license": "BSD-3-Clause",
8235 "dependencies": {
8236 "react-is": "^16.7.0"
8237 }
8238 },
8239 "node_modules/hoist-non-react-statics/node_modules/react-is": {
8240 "version": "16.13.1",
956303669a32fc2c2025-06-02 19:45:53 +08008241 "license": "MIT"
8242 },
8243 "node_modules/hoopy": {
8244 "version": "0.1.4",
956303669a32fc2c2025-06-02 19:45:53 +08008245 "license": "MIT",
8246 "engines": {
8247 "node": ">= 6.0.0"
8248 }
8249 },
8250 "node_modules/hpack.js": {
8251 "version": "2.1.6",
956303669a32fc2c2025-06-02 19:45:53 +08008252 "license": "MIT",
8253 "dependencies": {
8254 "inherits": "^2.0.1",
8255 "obuf": "^1.0.0",
8256 "readable-stream": "^2.0.1",
8257 "wbuf": "^1.1.0"
8258 }
8259 },
8260 "node_modules/hpack.js/node_modules/isarray": {
8261 "version": "1.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08008262 "license": "MIT"
8263 },
8264 "node_modules/hpack.js/node_modules/readable-stream": {
8265 "version": "2.3.8",
956303669a32fc2c2025-06-02 19:45:53 +08008266 "license": "MIT",
8267 "dependencies": {
8268 "core-util-is": "~1.0.0",
8269 "inherits": "~2.0.3",
8270 "isarray": "~1.0.0",
8271 "process-nextick-args": "~2.0.0",
8272 "safe-buffer": "~5.1.1",
8273 "string_decoder": "~1.1.1",
8274 "util-deprecate": "~1.0.1"
8275 }
8276 },
8277 "node_modules/hpack.js/node_modules/safe-buffer": {
8278 "version": "5.1.2",
956303669a32fc2c2025-06-02 19:45:53 +08008279 "license": "MIT"
8280 },
8281 "node_modules/hpack.js/node_modules/string_decoder": {
8282 "version": "1.1.1",
956303669a32fc2c2025-06-02 19:45:53 +08008283 "license": "MIT",
8284 "dependencies": {
8285 "safe-buffer": "~5.1.0"
8286 }
8287 },
8288 "node_modules/html-encoding-sniffer": {
8289 "version": "2.0.1",
956303669a32fc2c2025-06-02 19:45:53 +08008290 "license": "MIT",
8291 "dependencies": {
8292 "whatwg-encoding": "^1.0.5"
8293 },
8294 "engines": {
8295 "node": ">=10"
8296 }
8297 },
8298 "node_modules/html-entities": {
8299 "version": "2.6.0",
956303669a32fc2c2025-06-02 19:45:53 +08008300 "funding": [
8301 {
8302 "type": "github",
8303 "url": "https://github.com/sponsors/mdevils"
8304 },
8305 {
8306 "type": "patreon",
8307 "url": "https://patreon.com/mdevils"
8308 }
8309 ],
8310 "license": "MIT"
8311 },
8312 "node_modules/html-escaper": {
8313 "version": "2.0.2",
956303669a32fc2c2025-06-02 19:45:53 +08008314 "license": "MIT"
8315 },
8316 "node_modules/html-minifier-terser": {
8317 "version": "6.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08008318 "license": "MIT",
8319 "dependencies": {
8320 "camel-case": "^4.1.2",
8321 "clean-css": "^5.2.2",
8322 "commander": "^8.3.0",
8323 "he": "^1.2.0",
8324 "param-case": "^3.0.4",
8325 "relateurl": "^0.2.7",
8326 "terser": "^5.10.0"
8327 },
8328 "bin": {
8329 "html-minifier-terser": "cli.js"
8330 },
8331 "engines": {
8332 "node": ">=12"
8333 }
8334 },
8335 "node_modules/html-webpack-plugin": {
8336 "version": "5.6.3",
956303669a32fc2c2025-06-02 19:45:53 +08008337 "license": "MIT",
8338 "dependencies": {
8339 "@types/html-minifier-terser": "^6.0.0",
8340 "html-minifier-terser": "^6.0.2",
8341 "lodash": "^4.17.21",
8342 "pretty-error": "^4.0.0",
8343 "tapable": "^2.0.0"
8344 },
8345 "engines": {
8346 "node": ">=10.13.0"
8347 },
8348 "funding": {
8349 "type": "opencollective",
8350 "url": "https://opencollective.com/html-webpack-plugin"
8351 },
8352 "peerDependencies": {
8353 "@rspack/core": "0.x || 1.x",
8354 "webpack": "^5.20.0"
8355 },
8356 "peerDependenciesMeta": {
8357 "@rspack/core": {
8358 "optional": true
8359 },
8360 "webpack": {
8361 "optional": true
8362 }
8363 }
8364 },
8365 "node_modules/htmlparser2": {
8366 "version": "6.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08008367 "funding": [
8368 "https://github.com/fb55/htmlparser2?sponsor=1",
8369 {
8370 "type": "github",
8371 "url": "https://github.com/sponsors/fb55"
8372 }
8373 ],
8374 "license": "MIT",
8375 "dependencies": {
8376 "domelementtype": "^2.0.1",
8377 "domhandler": "^4.0.0",
8378 "domutils": "^2.5.2",
8379 "entities": "^2.0.0"
8380 }
8381 },
8382 "node_modules/http-deceiver": {
8383 "version": "1.2.7",
956303669a32fc2c2025-06-02 19:45:53 +08008384 "license": "MIT"
8385 },
8386 "node_modules/http-errors": {
8387 "version": "2.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08008388 "license": "MIT",
8389 "dependencies": {
8390 "depd": "2.0.0",
8391 "inherits": "2.0.4",
8392 "setprototypeof": "1.2.0",
8393 "statuses": "2.0.1",
8394 "toidentifier": "1.0.1"
8395 },
8396 "engines": {
8397 "node": ">= 0.8"
8398 }
8399 },
8400 "node_modules/http-parser-js": {
8401 "version": "0.5.10",
956303669a32fc2c2025-06-02 19:45:53 +08008402 "license": "MIT"
8403 },
8404 "node_modules/http-proxy": {
8405 "version": "1.18.1",
956303669a32fc2c2025-06-02 19:45:53 +08008406 "license": "MIT",
8407 "dependencies": {
8408 "eventemitter3": "^4.0.0",
8409 "follow-redirects": "^1.0.0",
8410 "requires-port": "^1.0.0"
8411 },
8412 "engines": {
8413 "node": ">=8.0.0"
8414 }
8415 },
8416 "node_modules/http-proxy-agent": {
8417 "version": "4.0.1",
956303669a32fc2c2025-06-02 19:45:53 +08008418 "license": "MIT",
8419 "dependencies": {
8420 "@tootallnate/once": "1",
8421 "agent-base": "6",
8422 "debug": "4"
8423 },
8424 "engines": {
8425 "node": ">= 6"
8426 }
8427 },
8428 "node_modules/http-proxy-middleware": {
8429 "version": "2.0.9",
956303669a32fc2c2025-06-02 19:45:53 +08008430 "license": "MIT",
8431 "dependencies": {
8432 "@types/http-proxy": "^1.17.8",
8433 "http-proxy": "^1.18.1",
8434 "is-glob": "^4.0.1",
8435 "is-plain-obj": "^3.0.0",
8436 "micromatch": "^4.0.2"
8437 },
8438 "engines": {
8439 "node": ">=12.0.0"
8440 },
8441 "peerDependencies": {
8442 "@types/express": "^4.17.13"
8443 },
8444 "peerDependenciesMeta": {
8445 "@types/express": {
8446 "optional": true
8447 }
8448 }
8449 },
8450 "node_modules/https-proxy-agent": {
8451 "version": "5.0.1",
956303669a32fc2c2025-06-02 19:45:53 +08008452 "license": "MIT",
8453 "dependencies": {
8454 "agent-base": "6",
8455 "debug": "4"
8456 },
8457 "engines": {
8458 "node": ">= 6"
8459 }
8460 },
8461 "node_modules/human-signals": {
8462 "version": "2.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08008463 "license": "Apache-2.0",
8464 "engines": {
8465 "node": ">=10.17.0"
8466 }
8467 },
8468 "node_modules/iconv-lite": {
8469 "version": "0.6.3",
956303669a32fc2c2025-06-02 19:45:53 +08008470 "license": "MIT",
8471 "dependencies": {
8472 "safer-buffer": ">= 2.1.2 < 3.0.0"
8473 },
8474 "engines": {
8475 "node": ">=0.10.0"
8476 }
8477 },
8478 "node_modules/icss-utils": {
8479 "version": "5.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08008480 "license": "ISC",
8481 "engines": {
8482 "node": "^10 || ^12 || >= 14"
8483 },
8484 "peerDependencies": {
8485 "postcss": "^8.1.0"
8486 }
8487 },
8488 "node_modules/idb": {
8489 "version": "7.1.1",
956303669a32fc2c2025-06-02 19:45:53 +08008490 "license": "ISC"
8491 },
8492 "node_modules/identity-obj-proxy": {
8493 "version": "3.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08008494 "license": "MIT",
8495 "dependencies": {
8496 "harmony-reflect": "^1.4.6"
8497 },
8498 "engines": {
8499 "node": ">=4"
8500 }
8501 },
8502 "node_modules/ignore": {
8503 "version": "5.3.2",
956303669a32fc2c2025-06-02 19:45:53 +08008504 "license": "MIT",
8505 "engines": {
8506 "node": ">= 4"
8507 }
8508 },
8509 "node_modules/immer": {
8510 "version": "9.0.21",
956303669a32fc2c2025-06-02 19:45:53 +08008511 "license": "MIT",
8512 "funding": {
8513 "type": "opencollective",
8514 "url": "https://opencollective.com/immer"
8515 }
8516 },
8517 "node_modules/import-fresh": {
8518 "version": "3.3.1",
956303669a32fc2c2025-06-02 19:45:53 +08008519 "license": "MIT",
8520 "dependencies": {
8521 "parent-module": "^1.0.0",
8522 "resolve-from": "^4.0.0"
8523 },
8524 "engines": {
8525 "node": ">=6"
8526 },
8527 "funding": {
8528 "url": "https://github.com/sponsors/sindresorhus"
8529 }
8530 },
8531 "node_modules/import-local": {
8532 "version": "3.2.0",
956303669a32fc2c2025-06-02 19:45:53 +08008533 "license": "MIT",
8534 "dependencies": {
8535 "pkg-dir": "^4.2.0",
8536 "resolve-cwd": "^3.0.0"
8537 },
8538 "bin": {
8539 "import-local-fixture": "fixtures/cli.js"
8540 },
8541 "engines": {
8542 "node": ">=8"
8543 },
8544 "funding": {
8545 "url": "https://github.com/sponsors/sindresorhus"
8546 }
8547 },
8548 "node_modules/imurmurhash": {
8549 "version": "0.1.4",
956303669a32fc2c2025-06-02 19:45:53 +08008550 "license": "MIT",
8551 "engines": {
8552 "node": ">=0.8.19"
8553 }
8554 },
8555 "node_modules/indent-string": {
8556 "version": "4.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08008557 "license": "MIT",
8558 "engines": {
8559 "node": ">=8"
8560 }
8561 },
8562 "node_modules/inflight": {
8563 "version": "1.0.6",
956303669a32fc2c2025-06-02 19:45:53 +08008564 "license": "ISC",
8565 "dependencies": {
8566 "once": "^1.3.0",
8567 "wrappy": "1"
8568 }
8569 },
8570 "node_modules/inherits": {
8571 "version": "2.0.4",
956303669a32fc2c2025-06-02 19:45:53 +08008572 "license": "ISC"
8573 },
8574 "node_modules/ini": {
8575 "version": "1.3.8",
956303669a32fc2c2025-06-02 19:45:53 +08008576 "license": "ISC"
8577 },
8578 "node_modules/internal-slot": {
8579 "version": "1.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08008580 "license": "MIT",
8581 "dependencies": {
8582 "es-errors": "^1.3.0",
8583 "hasown": "^2.0.2",
8584 "side-channel": "^1.1.0"
8585 },
8586 "engines": {
8587 "node": ">= 0.4"
8588 }
8589 },
8590 "node_modules/ipaddr.js": {
8591 "version": "2.2.0",
956303669a32fc2c2025-06-02 19:45:53 +08008592 "license": "MIT",
8593 "engines": {
8594 "node": ">= 10"
8595 }
8596 },
8597 "node_modules/is-array-buffer": {
8598 "version": "3.0.5",
956303669a32fc2c2025-06-02 19:45:53 +08008599 "license": "MIT",
8600 "dependencies": {
8601 "call-bind": "^1.0.8",
8602 "call-bound": "^1.0.3",
8603 "get-intrinsic": "^1.2.6"
8604 },
8605 "engines": {
8606 "node": ">= 0.4"
8607 },
8608 "funding": {
8609 "url": "https://github.com/sponsors/ljharb"
8610 }
8611 },
8612 "node_modules/is-arrayish": {
8613 "version": "0.2.1",
956303669a32fc2c2025-06-02 19:45:53 +08008614 "license": "MIT"
8615 },
8616 "node_modules/is-async-function": {
8617 "version": "2.1.1",
956303669a32fc2c2025-06-02 19:45:53 +08008618 "license": "MIT",
8619 "dependencies": {
8620 "async-function": "^1.0.0",
8621 "call-bound": "^1.0.3",
8622 "get-proto": "^1.0.1",
8623 "has-tostringtag": "^1.0.2",
8624 "safe-regex-test": "^1.1.0"
8625 },
8626 "engines": {
8627 "node": ">= 0.4"
8628 },
8629 "funding": {
8630 "url": "https://github.com/sponsors/ljharb"
8631 }
8632 },
8633 "node_modules/is-bigint": {
8634 "version": "1.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08008635 "license": "MIT",
8636 "dependencies": {
8637 "has-bigints": "^1.0.2"
8638 },
8639 "engines": {
8640 "node": ">= 0.4"
8641 },
8642 "funding": {
8643 "url": "https://github.com/sponsors/ljharb"
8644 }
8645 },
8646 "node_modules/is-binary-path": {
8647 "version": "2.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08008648 "license": "MIT",
8649 "dependencies": {
8650 "binary-extensions": "^2.0.0"
8651 },
8652 "engines": {
8653 "node": ">=8"
8654 }
8655 },
8656 "node_modules/is-boolean-object": {
8657 "version": "1.2.2",
956303669a32fc2c2025-06-02 19:45:53 +08008658 "license": "MIT",
8659 "dependencies": {
8660 "call-bound": "^1.0.3",
8661 "has-tostringtag": "^1.0.2"
8662 },
8663 "engines": {
8664 "node": ">= 0.4"
8665 },
8666 "funding": {
8667 "url": "https://github.com/sponsors/ljharb"
8668 }
8669 },
8670 "node_modules/is-callable": {
8671 "version": "1.2.7",
956303669a32fc2c2025-06-02 19:45:53 +08008672 "license": "MIT",
8673 "engines": {
8674 "node": ">= 0.4"
8675 },
8676 "funding": {
8677 "url": "https://github.com/sponsors/ljharb"
8678 }
8679 },
8680 "node_modules/is-core-module": {
8681 "version": "2.16.1",
956303669a32fc2c2025-06-02 19:45:53 +08008682 "license": "MIT",
8683 "dependencies": {
8684 "hasown": "^2.0.2"
8685 },
8686 "engines": {
8687 "node": ">= 0.4"
8688 },
8689 "funding": {
8690 "url": "https://github.com/sponsors/ljharb"
8691 }
8692 },
8693 "node_modules/is-data-view": {
8694 "version": "1.0.2",
956303669a32fc2c2025-06-02 19:45:53 +08008695 "license": "MIT",
8696 "dependencies": {
8697 "call-bound": "^1.0.2",
8698 "get-intrinsic": "^1.2.6",
8699 "is-typed-array": "^1.1.13"
8700 },
8701 "engines": {
8702 "node": ">= 0.4"
8703 },
8704 "funding": {
8705 "url": "https://github.com/sponsors/ljharb"
8706 }
8707 },
8708 "node_modules/is-date-object": {
8709 "version": "1.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08008710 "license": "MIT",
8711 "dependencies": {
8712 "call-bound": "^1.0.2",
8713 "has-tostringtag": "^1.0.2"
8714 },
8715 "engines": {
8716 "node": ">= 0.4"
8717 },
8718 "funding": {
8719 "url": "https://github.com/sponsors/ljharb"
8720 }
8721 },
8722 "node_modules/is-docker": {
8723 "version": "2.2.1",
956303669a32fc2c2025-06-02 19:45:53 +08008724 "license": "MIT",
8725 "bin": {
8726 "is-docker": "cli.js"
8727 },
8728 "engines": {
8729 "node": ">=8"
8730 },
8731 "funding": {
8732 "url": "https://github.com/sponsors/sindresorhus"
8733 }
8734 },
8735 "node_modules/is-extglob": {
8736 "version": "2.1.1",
956303669a32fc2c2025-06-02 19:45:53 +08008737 "license": "MIT",
8738 "engines": {
8739 "node": ">=0.10.0"
8740 }
8741 },
8742 "node_modules/is-finalizationregistry": {
8743 "version": "1.1.1",
956303669a32fc2c2025-06-02 19:45:53 +08008744 "license": "MIT",
8745 "dependencies": {
8746 "call-bound": "^1.0.3"
8747 },
8748 "engines": {
8749 "node": ">= 0.4"
8750 },
8751 "funding": {
8752 "url": "https://github.com/sponsors/ljharb"
8753 }
8754 },
8755 "node_modules/is-fullwidth-code-point": {
8756 "version": "3.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08008757 "license": "MIT",
8758 "engines": {
8759 "node": ">=8"
8760 }
8761 },
8762 "node_modules/is-generator-fn": {
8763 "version": "2.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08008764 "license": "MIT",
8765 "engines": {
8766 "node": ">=6"
8767 }
8768 },
8769 "node_modules/is-generator-function": {
8770 "version": "1.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08008771 "license": "MIT",
8772 "dependencies": {
8773 "call-bound": "^1.0.3",
8774 "get-proto": "^1.0.0",
8775 "has-tostringtag": "^1.0.2",
8776 "safe-regex-test": "^1.1.0"
8777 },
8778 "engines": {
8779 "node": ">= 0.4"
8780 },
8781 "funding": {
8782 "url": "https://github.com/sponsors/ljharb"
8783 }
8784 },
8785 "node_modules/is-glob": {
8786 "version": "4.0.3",
956303669a32fc2c2025-06-02 19:45:53 +08008787 "license": "MIT",
8788 "dependencies": {
8789 "is-extglob": "^2.1.1"
8790 },
8791 "engines": {
8792 "node": ">=0.10.0"
8793 }
8794 },
8795 "node_modules/is-map": {
8796 "version": "2.0.3",
956303669a32fc2c2025-06-02 19:45:53 +08008797 "license": "MIT",
8798 "engines": {
8799 "node": ">= 0.4"
8800 },
8801 "funding": {
8802 "url": "https://github.com/sponsors/ljharb"
8803 }
8804 },
8805 "node_modules/is-module": {
8806 "version": "1.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08008807 "license": "MIT"
8808 },
8809 "node_modules/is-number": {
8810 "version": "7.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08008811 "license": "MIT",
8812 "engines": {
8813 "node": ">=0.12.0"
8814 }
8815 },
8816 "node_modules/is-number-object": {
8817 "version": "1.1.1",
956303669a32fc2c2025-06-02 19:45:53 +08008818 "license": "MIT",
8819 "dependencies": {
8820 "call-bound": "^1.0.3",
8821 "has-tostringtag": "^1.0.2"
8822 },
8823 "engines": {
8824 "node": ">= 0.4"
8825 },
8826 "funding": {
8827 "url": "https://github.com/sponsors/ljharb"
8828 }
8829 },
8830 "node_modules/is-obj": {
8831 "version": "1.0.1",
956303669a32fc2c2025-06-02 19:45:53 +08008832 "license": "MIT",
8833 "engines": {
8834 "node": ">=0.10.0"
8835 }
8836 },
8837 "node_modules/is-path-inside": {
8838 "version": "3.0.3",
956303669a32fc2c2025-06-02 19:45:53 +08008839 "license": "MIT",
8840 "engines": {
8841 "node": ">=8"
8842 }
8843 },
8844 "node_modules/is-plain-obj": {
8845 "version": "3.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08008846 "license": "MIT",
8847 "engines": {
8848 "node": ">=10"
8849 },
8850 "funding": {
8851 "url": "https://github.com/sponsors/sindresorhus"
8852 }
8853 },
8854 "node_modules/is-potential-custom-element-name": {
8855 "version": "1.0.1",
956303669a32fc2c2025-06-02 19:45:53 +08008856 "license": "MIT"
8857 },
8858 "node_modules/is-regex": {
8859 "version": "1.2.1",
956303669a32fc2c2025-06-02 19:45:53 +08008860 "license": "MIT",
8861 "dependencies": {
8862 "call-bound": "^1.0.2",
8863 "gopd": "^1.2.0",
8864 "has-tostringtag": "^1.0.2",
8865 "hasown": "^2.0.2"
8866 },
8867 "engines": {
8868 "node": ">= 0.4"
8869 },
8870 "funding": {
8871 "url": "https://github.com/sponsors/ljharb"
8872 }
8873 },
8874 "node_modules/is-regexp": {
8875 "version": "1.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08008876 "license": "MIT",
8877 "engines": {
8878 "node": ">=0.10.0"
8879 }
8880 },
8881 "node_modules/is-root": {
8882 "version": "2.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08008883 "license": "MIT",
8884 "engines": {
8885 "node": ">=6"
8886 }
8887 },
8888 "node_modules/is-set": {
8889 "version": "2.0.3",
956303669a32fc2c2025-06-02 19:45:53 +08008890 "license": "MIT",
8891 "engines": {
8892 "node": ">= 0.4"
8893 },
8894 "funding": {
8895 "url": "https://github.com/sponsors/ljharb"
8896 }
8897 },
8898 "node_modules/is-shared-array-buffer": {
8899 "version": "1.0.4",
956303669a32fc2c2025-06-02 19:45:53 +08008900 "license": "MIT",
8901 "dependencies": {
8902 "call-bound": "^1.0.3"
8903 },
8904 "engines": {
8905 "node": ">= 0.4"
8906 },
8907 "funding": {
8908 "url": "https://github.com/sponsors/ljharb"
8909 }
8910 },
8911 "node_modules/is-stream": {
8912 "version": "2.0.1",
956303669a32fc2c2025-06-02 19:45:53 +08008913 "license": "MIT",
8914 "engines": {
8915 "node": ">=8"
8916 },
8917 "funding": {
8918 "url": "https://github.com/sponsors/sindresorhus"
8919 }
8920 },
8921 "node_modules/is-string": {
8922 "version": "1.1.1",
956303669a32fc2c2025-06-02 19:45:53 +08008923 "license": "MIT",
8924 "dependencies": {
8925 "call-bound": "^1.0.3",
8926 "has-tostringtag": "^1.0.2"
8927 },
8928 "engines": {
8929 "node": ">= 0.4"
8930 },
8931 "funding": {
8932 "url": "https://github.com/sponsors/ljharb"
8933 }
8934 },
8935 "node_modules/is-symbol": {
8936 "version": "1.1.1",
956303669a32fc2c2025-06-02 19:45:53 +08008937 "license": "MIT",
8938 "dependencies": {
8939 "call-bound": "^1.0.2",
8940 "has-symbols": "^1.1.0",
8941 "safe-regex-test": "^1.1.0"
8942 },
8943 "engines": {
8944 "node": ">= 0.4"
8945 },
8946 "funding": {
8947 "url": "https://github.com/sponsors/ljharb"
8948 }
8949 },
8950 "node_modules/is-typed-array": {
8951 "version": "1.1.15",
956303669a32fc2c2025-06-02 19:45:53 +08008952 "license": "MIT",
8953 "dependencies": {
8954 "which-typed-array": "^1.1.16"
8955 },
8956 "engines": {
8957 "node": ">= 0.4"
8958 },
8959 "funding": {
8960 "url": "https://github.com/sponsors/ljharb"
8961 }
8962 },
8963 "node_modules/is-typedarray": {
8964 "version": "1.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08008965 "license": "MIT"
8966 },
8967 "node_modules/is-weakmap": {
8968 "version": "2.0.2",
956303669a32fc2c2025-06-02 19:45:53 +08008969 "license": "MIT",
8970 "engines": {
8971 "node": ">= 0.4"
8972 },
8973 "funding": {
8974 "url": "https://github.com/sponsors/ljharb"
8975 }
8976 },
8977 "node_modules/is-weakref": {
8978 "version": "1.1.1",
956303669a32fc2c2025-06-02 19:45:53 +08008979 "license": "MIT",
8980 "dependencies": {
8981 "call-bound": "^1.0.3"
8982 },
8983 "engines": {
8984 "node": ">= 0.4"
8985 },
8986 "funding": {
8987 "url": "https://github.com/sponsors/ljharb"
8988 }
8989 },
8990 "node_modules/is-weakset": {
8991 "version": "2.0.4",
956303669a32fc2c2025-06-02 19:45:53 +08008992 "license": "MIT",
8993 "dependencies": {
8994 "call-bound": "^1.0.3",
8995 "get-intrinsic": "^1.2.6"
8996 },
8997 "engines": {
8998 "node": ">= 0.4"
8999 },
9000 "funding": {
9001 "url": "https://github.com/sponsors/ljharb"
9002 }
9003 },
9004 "node_modules/is-wsl": {
9005 "version": "2.2.0",
956303669a32fc2c2025-06-02 19:45:53 +08009006 "license": "MIT",
9007 "dependencies": {
9008 "is-docker": "^2.0.0"
9009 },
9010 "engines": {
9011 "node": ">=8"
9012 }
9013 },
9014 "node_modules/isarray": {
9015 "version": "2.0.5",
956303669a32fc2c2025-06-02 19:45:53 +08009016 "license": "MIT"
9017 },
9018 "node_modules/isexe": {
9019 "version": "2.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08009020 "license": "ISC"
9021 },
9022 "node_modules/istanbul-lib-coverage": {
9023 "version": "3.2.2",
956303669a32fc2c2025-06-02 19:45:53 +08009024 "license": "BSD-3-Clause",
9025 "engines": {
9026 "node": ">=8"
9027 }
9028 },
9029 "node_modules/istanbul-lib-instrument": {
9030 "version": "5.2.1",
956303669a32fc2c2025-06-02 19:45:53 +08009031 "license": "BSD-3-Clause",
9032 "dependencies": {
9033 "@babel/core": "^7.12.3",
9034 "@babel/parser": "^7.14.7",
9035 "@istanbuljs/schema": "^0.1.2",
9036 "istanbul-lib-coverage": "^3.2.0",
9037 "semver": "^6.3.0"
9038 },
9039 "engines": {
9040 "node": ">=8"
9041 }
9042 },
9043 "node_modules/istanbul-lib-instrument/node_modules/semver": {
9044 "version": "6.3.1",
956303669a32fc2c2025-06-02 19:45:53 +08009045 "license": "ISC",
9046 "bin": {
9047 "semver": "bin/semver.js"
9048 }
9049 },
9050 "node_modules/istanbul-lib-report": {
9051 "version": "3.0.1",
956303669a32fc2c2025-06-02 19:45:53 +08009052 "license": "BSD-3-Clause",
9053 "dependencies": {
9054 "istanbul-lib-coverage": "^3.0.0",
9055 "make-dir": "^4.0.0",
9056 "supports-color": "^7.1.0"
9057 },
9058 "engines": {
9059 "node": ">=10"
9060 }
9061 },
9062 "node_modules/istanbul-lib-report/node_modules/make-dir": {
9063 "version": "4.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08009064 "license": "MIT",
9065 "dependencies": {
9066 "semver": "^7.5.3"
9067 },
9068 "engines": {
9069 "node": ">=10"
9070 },
9071 "funding": {
9072 "url": "https://github.com/sponsors/sindresorhus"
9073 }
9074 },
9075 "node_modules/istanbul-lib-source-maps": {
9076 "version": "4.0.1",
956303669a32fc2c2025-06-02 19:45:53 +08009077 "license": "BSD-3-Clause",
9078 "dependencies": {
9079 "debug": "^4.1.1",
9080 "istanbul-lib-coverage": "^3.0.0",
9081 "source-map": "^0.6.1"
9082 },
9083 "engines": {
9084 "node": ">=10"
9085 }
9086 },
9087 "node_modules/istanbul-lib-source-maps/node_modules/source-map": {
9088 "version": "0.6.1",
956303669a32fc2c2025-06-02 19:45:53 +08009089 "license": "BSD-3-Clause",
9090 "engines": {
9091 "node": ">=0.10.0"
9092 }
9093 },
9094 "node_modules/istanbul-reports": {
9095 "version": "3.1.7",
956303669a32fc2c2025-06-02 19:45:53 +08009096 "license": "BSD-3-Clause",
9097 "dependencies": {
9098 "html-escaper": "^2.0.0",
9099 "istanbul-lib-report": "^3.0.0"
9100 },
9101 "engines": {
9102 "node": ">=8"
9103 }
9104 },
9105 "node_modules/iterator.prototype": {
9106 "version": "1.1.5",
956303669a32fc2c2025-06-02 19:45:53 +08009107 "license": "MIT",
9108 "dependencies": {
9109 "define-data-property": "^1.1.4",
9110 "es-object-atoms": "^1.0.0",
9111 "get-intrinsic": "^1.2.6",
9112 "get-proto": "^1.0.0",
9113 "has-symbols": "^1.1.0",
9114 "set-function-name": "^2.0.2"
9115 },
9116 "engines": {
9117 "node": ">= 0.4"
9118 }
9119 },
9120 "node_modules/jackspeak": {
9121 "version": "3.4.3",
956303669a32fc2c2025-06-02 19:45:53 +08009122 "license": "BlueOak-1.0.0",
9123 "dependencies": {
9124 "@isaacs/cliui": "^8.0.2"
9125 },
9126 "funding": {
9127 "url": "https://github.com/sponsors/isaacs"
9128 },
9129 "optionalDependencies": {
9130 "@pkgjs/parseargs": "^0.11.0"
9131 }
9132 },
9133 "node_modules/jake": {
9134 "version": "10.9.2",
956303669a32fc2c2025-06-02 19:45:53 +08009135 "license": "Apache-2.0",
9136 "dependencies": {
9137 "async": "^3.2.3",
9138 "chalk": "^4.0.2",
9139 "filelist": "^1.0.4",
9140 "minimatch": "^3.1.2"
9141 },
9142 "bin": {
9143 "jake": "bin/cli.js"
9144 },
9145 "engines": {
9146 "node": ">=10"
9147 }
9148 },
9149 "node_modules/jest": {
9150 "version": "27.5.1",
956303669a32fc2c2025-06-02 19:45:53 +08009151 "license": "MIT",
9152 "dependencies": {
9153 "@jest/core": "^27.5.1",
9154 "import-local": "^3.0.2",
9155 "jest-cli": "^27.5.1"
9156 },
9157 "bin": {
9158 "jest": "bin/jest.js"
9159 },
9160 "engines": {
9161 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
9162 },
9163 "peerDependencies": {
9164 "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
9165 },
9166 "peerDependenciesMeta": {
9167 "node-notifier": {
9168 "optional": true
9169 }
9170 }
9171 },
9172 "node_modules/jest-changed-files": {
9173 "version": "27.5.1",
956303669a32fc2c2025-06-02 19:45:53 +08009174 "license": "MIT",
9175 "dependencies": {
9176 "@jest/types": "^27.5.1",
9177 "execa": "^5.0.0",
9178 "throat": "^6.0.1"
9179 },
9180 "engines": {
9181 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
9182 }
9183 },
9184 "node_modules/jest-circus": {
9185 "version": "27.5.1",
956303669a32fc2c2025-06-02 19:45:53 +08009186 "license": "MIT",
9187 "dependencies": {
9188 "@jest/environment": "^27.5.1",
9189 "@jest/test-result": "^27.5.1",
9190 "@jest/types": "^27.5.1",
9191 "@types/node": "*",
9192 "chalk": "^4.0.0",
9193 "co": "^4.6.0",
9194 "dedent": "^0.7.0",
9195 "expect": "^27.5.1",
9196 "is-generator-fn": "^2.0.0",
9197 "jest-each": "^27.5.1",
9198 "jest-matcher-utils": "^27.5.1",
9199 "jest-message-util": "^27.5.1",
9200 "jest-runtime": "^27.5.1",
9201 "jest-snapshot": "^27.5.1",
9202 "jest-util": "^27.5.1",
9203 "pretty-format": "^27.5.1",
9204 "slash": "^3.0.0",
9205 "stack-utils": "^2.0.3",
9206 "throat": "^6.0.1"
9207 },
9208 "engines": {
9209 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
9210 }
9211 },
9212 "node_modules/jest-cli": {
9213 "version": "27.5.1",
956303669a32fc2c2025-06-02 19:45:53 +08009214 "license": "MIT",
9215 "dependencies": {
9216 "@jest/core": "^27.5.1",
9217 "@jest/test-result": "^27.5.1",
9218 "@jest/types": "^27.5.1",
9219 "chalk": "^4.0.0",
9220 "exit": "^0.1.2",
9221 "graceful-fs": "^4.2.9",
9222 "import-local": "^3.0.2",
9223 "jest-config": "^27.5.1",
9224 "jest-util": "^27.5.1",
9225 "jest-validate": "^27.5.1",
9226 "prompts": "^2.0.1",
9227 "yargs": "^16.2.0"
9228 },
9229 "bin": {
9230 "jest": "bin/jest.js"
9231 },
9232 "engines": {
9233 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
9234 },
9235 "peerDependencies": {
9236 "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
9237 },
9238 "peerDependenciesMeta": {
9239 "node-notifier": {
9240 "optional": true
9241 }
9242 }
9243 },
9244 "node_modules/jest-config": {
9245 "version": "27.5.1",
956303669a32fc2c2025-06-02 19:45:53 +08009246 "license": "MIT",
9247 "dependencies": {
9248 "@babel/core": "^7.8.0",
9249 "@jest/test-sequencer": "^27.5.1",
9250 "@jest/types": "^27.5.1",
9251 "babel-jest": "^27.5.1",
9252 "chalk": "^4.0.0",
9253 "ci-info": "^3.2.0",
9254 "deepmerge": "^4.2.2",
9255 "glob": "^7.1.1",
9256 "graceful-fs": "^4.2.9",
9257 "jest-circus": "^27.5.1",
9258 "jest-environment-jsdom": "^27.5.1",
9259 "jest-environment-node": "^27.5.1",
9260 "jest-get-type": "^27.5.1",
9261 "jest-jasmine2": "^27.5.1",
9262 "jest-regex-util": "^27.5.1",
9263 "jest-resolve": "^27.5.1",
9264 "jest-runner": "^27.5.1",
9265 "jest-util": "^27.5.1",
9266 "jest-validate": "^27.5.1",
9267 "micromatch": "^4.0.4",
9268 "parse-json": "^5.2.0",
9269 "pretty-format": "^27.5.1",
9270 "slash": "^3.0.0",
9271 "strip-json-comments": "^3.1.1"
9272 },
9273 "engines": {
9274 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
9275 },
9276 "peerDependencies": {
9277 "ts-node": ">=9.0.0"
9278 },
9279 "peerDependenciesMeta": {
9280 "ts-node": {
9281 "optional": true
9282 }
9283 }
9284 },
9285 "node_modules/jest-diff": {
9286 "version": "27.5.1",
956303669a32fc2c2025-06-02 19:45:53 +08009287 "license": "MIT",
9288 "dependencies": {
9289 "chalk": "^4.0.0",
9290 "diff-sequences": "^27.5.1",
9291 "jest-get-type": "^27.5.1",
9292 "pretty-format": "^27.5.1"
9293 },
9294 "engines": {
9295 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
9296 }
9297 },
9298 "node_modules/jest-docblock": {
9299 "version": "27.5.1",
956303669a32fc2c2025-06-02 19:45:53 +08009300 "license": "MIT",
9301 "dependencies": {
9302 "detect-newline": "^3.0.0"
9303 },
9304 "engines": {
9305 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
9306 }
9307 },
9308 "node_modules/jest-each": {
9309 "version": "27.5.1",
956303669a32fc2c2025-06-02 19:45:53 +08009310 "license": "MIT",
9311 "dependencies": {
9312 "@jest/types": "^27.5.1",
9313 "chalk": "^4.0.0",
9314 "jest-get-type": "^27.5.1",
9315 "jest-util": "^27.5.1",
9316 "pretty-format": "^27.5.1"
9317 },
9318 "engines": {
9319 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
9320 }
9321 },
9322 "node_modules/jest-environment-jsdom": {
9323 "version": "27.5.1",
956303669a32fc2c2025-06-02 19:45:53 +08009324 "license": "MIT",
9325 "dependencies": {
9326 "@jest/environment": "^27.5.1",
9327 "@jest/fake-timers": "^27.5.1",
9328 "@jest/types": "^27.5.1",
9329 "@types/node": "*",
9330 "jest-mock": "^27.5.1",
9331 "jest-util": "^27.5.1",
9332 "jsdom": "^16.6.0"
9333 },
9334 "engines": {
9335 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
9336 }
9337 },
9338 "node_modules/jest-environment-node": {
9339 "version": "27.5.1",
956303669a32fc2c2025-06-02 19:45:53 +08009340 "license": "MIT",
9341 "dependencies": {
9342 "@jest/environment": "^27.5.1",
9343 "@jest/fake-timers": "^27.5.1",
9344 "@jest/types": "^27.5.1",
9345 "@types/node": "*",
9346 "jest-mock": "^27.5.1",
9347 "jest-util": "^27.5.1"
9348 },
9349 "engines": {
9350 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
9351 }
9352 },
9353 "node_modules/jest-get-type": {
9354 "version": "27.5.1",
956303669a32fc2c2025-06-02 19:45:53 +08009355 "license": "MIT",
9356 "engines": {
9357 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
9358 }
9359 },
9360 "node_modules/jest-haste-map": {
9361 "version": "27.5.1",
956303669a32fc2c2025-06-02 19:45:53 +08009362 "license": "MIT",
9363 "dependencies": {
9364 "@jest/types": "^27.5.1",
9365 "@types/graceful-fs": "^4.1.2",
9366 "@types/node": "*",
9367 "anymatch": "^3.0.3",
9368 "fb-watchman": "^2.0.0",
9369 "graceful-fs": "^4.2.9",
9370 "jest-regex-util": "^27.5.1",
9371 "jest-serializer": "^27.5.1",
9372 "jest-util": "^27.5.1",
9373 "jest-worker": "^27.5.1",
9374 "micromatch": "^4.0.4",
9375 "walker": "^1.0.7"
9376 },
9377 "engines": {
9378 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
9379 },
9380 "optionalDependencies": {
9381 "fsevents": "^2.3.2"
9382 }
9383 },
9384 "node_modules/jest-jasmine2": {
9385 "version": "27.5.1",
956303669a32fc2c2025-06-02 19:45:53 +08009386 "license": "MIT",
9387 "dependencies": {
9388 "@jest/environment": "^27.5.1",
9389 "@jest/source-map": "^27.5.1",
9390 "@jest/test-result": "^27.5.1",
9391 "@jest/types": "^27.5.1",
9392 "@types/node": "*",
9393 "chalk": "^4.0.0",
9394 "co": "^4.6.0",
9395 "expect": "^27.5.1",
9396 "is-generator-fn": "^2.0.0",
9397 "jest-each": "^27.5.1",
9398 "jest-matcher-utils": "^27.5.1",
9399 "jest-message-util": "^27.5.1",
9400 "jest-runtime": "^27.5.1",
9401 "jest-snapshot": "^27.5.1",
9402 "jest-util": "^27.5.1",
9403 "pretty-format": "^27.5.1",
9404 "throat": "^6.0.1"
9405 },
9406 "engines": {
9407 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
9408 }
9409 },
9410 "node_modules/jest-leak-detector": {
9411 "version": "27.5.1",
956303669a32fc2c2025-06-02 19:45:53 +08009412 "license": "MIT",
9413 "dependencies": {
9414 "jest-get-type": "^27.5.1",
9415 "pretty-format": "^27.5.1"
9416 },
9417 "engines": {
9418 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
9419 }
9420 },
9421 "node_modules/jest-matcher-utils": {
9422 "version": "27.5.1",
956303669a32fc2c2025-06-02 19:45:53 +08009423 "license": "MIT",
9424 "dependencies": {
9425 "chalk": "^4.0.0",
9426 "jest-diff": "^27.5.1",
9427 "jest-get-type": "^27.5.1",
9428 "pretty-format": "^27.5.1"
9429 },
9430 "engines": {
9431 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
9432 }
9433 },
9434 "node_modules/jest-message-util": {
9435 "version": "27.5.1",
956303669a32fc2c2025-06-02 19:45:53 +08009436 "license": "MIT",
9437 "dependencies": {
9438 "@babel/code-frame": "^7.12.13",
9439 "@jest/types": "^27.5.1",
9440 "@types/stack-utils": "^2.0.0",
9441 "chalk": "^4.0.0",
9442 "graceful-fs": "^4.2.9",
9443 "micromatch": "^4.0.4",
9444 "pretty-format": "^27.5.1",
9445 "slash": "^3.0.0",
9446 "stack-utils": "^2.0.3"
9447 },
9448 "engines": {
9449 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
9450 }
9451 },
9452 "node_modules/jest-mock": {
9453 "version": "27.5.1",
956303669a32fc2c2025-06-02 19:45:53 +08009454 "license": "MIT",
9455 "dependencies": {
9456 "@jest/types": "^27.5.1",
9457 "@types/node": "*"
9458 },
9459 "engines": {
9460 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
9461 }
9462 },
9463 "node_modules/jest-pnp-resolver": {
9464 "version": "1.2.3",
956303669a32fc2c2025-06-02 19:45:53 +08009465 "license": "MIT",
9466 "engines": {
9467 "node": ">=6"
9468 },
9469 "peerDependencies": {
9470 "jest-resolve": "*"
9471 },
9472 "peerDependenciesMeta": {
9473 "jest-resolve": {
9474 "optional": true
9475 }
9476 }
9477 },
9478 "node_modules/jest-regex-util": {
9479 "version": "27.5.1",
956303669a32fc2c2025-06-02 19:45:53 +08009480 "license": "MIT",
9481 "engines": {
9482 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
9483 }
9484 },
9485 "node_modules/jest-resolve": {
9486 "version": "27.5.1",
956303669a32fc2c2025-06-02 19:45:53 +08009487 "license": "MIT",
9488 "dependencies": {
9489 "@jest/types": "^27.5.1",
9490 "chalk": "^4.0.0",
9491 "graceful-fs": "^4.2.9",
9492 "jest-haste-map": "^27.5.1",
9493 "jest-pnp-resolver": "^1.2.2",
9494 "jest-util": "^27.5.1",
9495 "jest-validate": "^27.5.1",
9496 "resolve": "^1.20.0",
9497 "resolve.exports": "^1.1.0",
9498 "slash": "^3.0.0"
9499 },
9500 "engines": {
9501 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
9502 }
9503 },
9504 "node_modules/jest-resolve-dependencies": {
9505 "version": "27.5.1",
956303669a32fc2c2025-06-02 19:45:53 +08009506 "license": "MIT",
9507 "dependencies": {
9508 "@jest/types": "^27.5.1",
9509 "jest-regex-util": "^27.5.1",
9510 "jest-snapshot": "^27.5.1"
9511 },
9512 "engines": {
9513 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
9514 }
9515 },
9516 "node_modules/jest-runner": {
9517 "version": "27.5.1",
956303669a32fc2c2025-06-02 19:45:53 +08009518 "license": "MIT",
9519 "dependencies": {
9520 "@jest/console": "^27.5.1",
9521 "@jest/environment": "^27.5.1",
9522 "@jest/test-result": "^27.5.1",
9523 "@jest/transform": "^27.5.1",
9524 "@jest/types": "^27.5.1",
9525 "@types/node": "*",
9526 "chalk": "^4.0.0",
9527 "emittery": "^0.8.1",
9528 "graceful-fs": "^4.2.9",
9529 "jest-docblock": "^27.5.1",
9530 "jest-environment-jsdom": "^27.5.1",
9531 "jest-environment-node": "^27.5.1",
9532 "jest-haste-map": "^27.5.1",
9533 "jest-leak-detector": "^27.5.1",
9534 "jest-message-util": "^27.5.1",
9535 "jest-resolve": "^27.5.1",
9536 "jest-runtime": "^27.5.1",
9537 "jest-util": "^27.5.1",
9538 "jest-worker": "^27.5.1",
9539 "source-map-support": "^0.5.6",
9540 "throat": "^6.0.1"
9541 },
9542 "engines": {
9543 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
9544 }
9545 },
9546 "node_modules/jest-runtime": {
9547 "version": "27.5.1",
956303669a32fc2c2025-06-02 19:45:53 +08009548 "license": "MIT",
9549 "dependencies": {
9550 "@jest/environment": "^27.5.1",
9551 "@jest/fake-timers": "^27.5.1",
9552 "@jest/globals": "^27.5.1",
9553 "@jest/source-map": "^27.5.1",
9554 "@jest/test-result": "^27.5.1",
9555 "@jest/transform": "^27.5.1",
9556 "@jest/types": "^27.5.1",
9557 "chalk": "^4.0.0",
9558 "cjs-module-lexer": "^1.0.0",
9559 "collect-v8-coverage": "^1.0.0",
9560 "execa": "^5.0.0",
9561 "glob": "^7.1.3",
9562 "graceful-fs": "^4.2.9",
9563 "jest-haste-map": "^27.5.1",
9564 "jest-message-util": "^27.5.1",
9565 "jest-mock": "^27.5.1",
9566 "jest-regex-util": "^27.5.1",
9567 "jest-resolve": "^27.5.1",
9568 "jest-snapshot": "^27.5.1",
9569 "jest-util": "^27.5.1",
9570 "slash": "^3.0.0",
9571 "strip-bom": "^4.0.0"
9572 },
9573 "engines": {
9574 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
9575 }
9576 },
9577 "node_modules/jest-serializer": {
9578 "version": "27.5.1",
956303669a32fc2c2025-06-02 19:45:53 +08009579 "license": "MIT",
9580 "dependencies": {
9581 "@types/node": "*",
9582 "graceful-fs": "^4.2.9"
9583 },
9584 "engines": {
9585 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
9586 }
9587 },
9588 "node_modules/jest-snapshot": {
9589 "version": "27.5.1",
956303669a32fc2c2025-06-02 19:45:53 +08009590 "license": "MIT",
9591 "dependencies": {
9592 "@babel/core": "^7.7.2",
9593 "@babel/generator": "^7.7.2",
9594 "@babel/plugin-syntax-typescript": "^7.7.2",
9595 "@babel/traverse": "^7.7.2",
9596 "@babel/types": "^7.0.0",
9597 "@jest/transform": "^27.5.1",
9598 "@jest/types": "^27.5.1",
9599 "@types/babel__traverse": "^7.0.4",
9600 "@types/prettier": "^2.1.5",
9601 "babel-preset-current-node-syntax": "^1.0.0",
9602 "chalk": "^4.0.0",
9603 "expect": "^27.5.1",
9604 "graceful-fs": "^4.2.9",
9605 "jest-diff": "^27.5.1",
9606 "jest-get-type": "^27.5.1",
9607 "jest-haste-map": "^27.5.1",
9608 "jest-matcher-utils": "^27.5.1",
9609 "jest-message-util": "^27.5.1",
9610 "jest-util": "^27.5.1",
9611 "natural-compare": "^1.4.0",
9612 "pretty-format": "^27.5.1",
9613 "semver": "^7.3.2"
9614 },
9615 "engines": {
9616 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
9617 }
9618 },
9619 "node_modules/jest-util": {
9620 "version": "27.5.1",
956303669a32fc2c2025-06-02 19:45:53 +08009621 "license": "MIT",
9622 "dependencies": {
9623 "@jest/types": "^27.5.1",
9624 "@types/node": "*",
9625 "chalk": "^4.0.0",
9626 "ci-info": "^3.2.0",
9627 "graceful-fs": "^4.2.9",
9628 "picomatch": "^2.2.3"
9629 },
9630 "engines": {
9631 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
9632 }
9633 },
9634 "node_modules/jest-validate": {
9635 "version": "27.5.1",
956303669a32fc2c2025-06-02 19:45:53 +08009636 "license": "MIT",
9637 "dependencies": {
9638 "@jest/types": "^27.5.1",
9639 "camelcase": "^6.2.0",
9640 "chalk": "^4.0.0",
9641 "jest-get-type": "^27.5.1",
9642 "leven": "^3.1.0",
9643 "pretty-format": "^27.5.1"
9644 },
9645 "engines": {
9646 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
9647 }
9648 },
9649 "node_modules/jest-watch-typeahead": {
9650 "version": "1.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08009651 "license": "MIT",
9652 "dependencies": {
9653 "ansi-escapes": "^4.3.1",
9654 "chalk": "^4.0.0",
9655 "jest-regex-util": "^28.0.0",
9656 "jest-watcher": "^28.0.0",
9657 "slash": "^4.0.0",
9658 "string-length": "^5.0.1",
9659 "strip-ansi": "^7.0.1"
9660 },
9661 "engines": {
9662 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
9663 },
9664 "peerDependencies": {
9665 "jest": "^27.0.0 || ^28.0.0"
9666 }
9667 },
9668 "node_modules/jest-watch-typeahead/node_modules/@jest/console": {
9669 "version": "28.1.3",
956303669a32fc2c2025-06-02 19:45:53 +08009670 "license": "MIT",
9671 "dependencies": {
9672 "@jest/types": "^28.1.3",
9673 "@types/node": "*",
9674 "chalk": "^4.0.0",
9675 "jest-message-util": "^28.1.3",
9676 "jest-util": "^28.1.3",
9677 "slash": "^3.0.0"
9678 },
9679 "engines": {
9680 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
9681 }
9682 },
9683 "node_modules/jest-watch-typeahead/node_modules/@jest/console/node_modules/slash": {
9684 "version": "3.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08009685 "license": "MIT",
9686 "engines": {
9687 "node": ">=8"
9688 }
9689 },
9690 "node_modules/jest-watch-typeahead/node_modules/@jest/test-result": {
9691 "version": "28.1.3",
956303669a32fc2c2025-06-02 19:45:53 +08009692 "license": "MIT",
9693 "dependencies": {
9694 "@jest/console": "^28.1.3",
9695 "@jest/types": "^28.1.3",
9696 "@types/istanbul-lib-coverage": "^2.0.0",
9697 "collect-v8-coverage": "^1.0.0"
9698 },
9699 "engines": {
9700 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
9701 }
9702 },
9703 "node_modules/jest-watch-typeahead/node_modules/@jest/types": {
9704 "version": "28.1.3",
956303669a32fc2c2025-06-02 19:45:53 +08009705 "license": "MIT",
9706 "dependencies": {
9707 "@jest/schemas": "^28.1.3",
9708 "@types/istanbul-lib-coverage": "^2.0.0",
9709 "@types/istanbul-reports": "^3.0.0",
9710 "@types/node": "*",
9711 "@types/yargs": "^17.0.8",
9712 "chalk": "^4.0.0"
9713 },
9714 "engines": {
9715 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
9716 }
9717 },
9718 "node_modules/jest-watch-typeahead/node_modules/@types/yargs": {
9719 "version": "17.0.33",
956303669a32fc2c2025-06-02 19:45:53 +08009720 "license": "MIT",
9721 "dependencies": {
9722 "@types/yargs-parser": "*"
9723 }
9724 },
9725 "node_modules/jest-watch-typeahead/node_modules/ansi-styles": {
9726 "version": "5.2.0",
956303669a32fc2c2025-06-02 19:45:53 +08009727 "license": "MIT",
9728 "engines": {
9729 "node": ">=10"
9730 },
9731 "funding": {
9732 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
9733 }
9734 },
9735 "node_modules/jest-watch-typeahead/node_modules/emittery": {
9736 "version": "0.10.2",
956303669a32fc2c2025-06-02 19:45:53 +08009737 "license": "MIT",
9738 "engines": {
9739 "node": ">=12"
9740 },
9741 "funding": {
9742 "url": "https://github.com/sindresorhus/emittery?sponsor=1"
9743 }
9744 },
9745 "node_modules/jest-watch-typeahead/node_modules/jest-message-util": {
9746 "version": "28.1.3",
956303669a32fc2c2025-06-02 19:45:53 +08009747 "license": "MIT",
9748 "dependencies": {
9749 "@babel/code-frame": "^7.12.13",
9750 "@jest/types": "^28.1.3",
9751 "@types/stack-utils": "^2.0.0",
9752 "chalk": "^4.0.0",
9753 "graceful-fs": "^4.2.9",
9754 "micromatch": "^4.0.4",
9755 "pretty-format": "^28.1.3",
9756 "slash": "^3.0.0",
9757 "stack-utils": "^2.0.3"
9758 },
9759 "engines": {
9760 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
9761 }
9762 },
9763 "node_modules/jest-watch-typeahead/node_modules/jest-message-util/node_modules/slash": {
9764 "version": "3.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08009765 "license": "MIT",
9766 "engines": {
9767 "node": ">=8"
9768 }
9769 },
9770 "node_modules/jest-watch-typeahead/node_modules/jest-regex-util": {
9771 "version": "28.0.2",
956303669a32fc2c2025-06-02 19:45:53 +08009772 "license": "MIT",
9773 "engines": {
9774 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
9775 }
9776 },
9777 "node_modules/jest-watch-typeahead/node_modules/jest-util": {
9778 "version": "28.1.3",
956303669a32fc2c2025-06-02 19:45:53 +08009779 "license": "MIT",
9780 "dependencies": {
9781 "@jest/types": "^28.1.3",
9782 "@types/node": "*",
9783 "chalk": "^4.0.0",
9784 "ci-info": "^3.2.0",
9785 "graceful-fs": "^4.2.9",
9786 "picomatch": "^2.2.3"
9787 },
9788 "engines": {
9789 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
9790 }
9791 },
9792 "node_modules/jest-watch-typeahead/node_modules/jest-watcher": {
9793 "version": "28.1.3",
956303669a32fc2c2025-06-02 19:45:53 +08009794 "license": "MIT",
9795 "dependencies": {
9796 "@jest/test-result": "^28.1.3",
9797 "@jest/types": "^28.1.3",
9798 "@types/node": "*",
9799 "ansi-escapes": "^4.2.1",
9800 "chalk": "^4.0.0",
9801 "emittery": "^0.10.2",
9802 "jest-util": "^28.1.3",
9803 "string-length": "^4.0.1"
9804 },
9805 "engines": {
9806 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
9807 }
9808 },
9809 "node_modules/jest-watch-typeahead/node_modules/jest-watcher/node_modules/string-length": {
9810 "version": "4.0.2",
956303669a32fc2c2025-06-02 19:45:53 +08009811 "license": "MIT",
9812 "dependencies": {
9813 "char-regex": "^1.0.2",
9814 "strip-ansi": "^6.0.0"
9815 },
9816 "engines": {
9817 "node": ">=10"
9818 }
9819 },
9820 "node_modules/jest-watch-typeahead/node_modules/jest-watcher/node_modules/strip-ansi": {
9821 "version": "6.0.1",
956303669a32fc2c2025-06-02 19:45:53 +08009822 "license": "MIT",
9823 "dependencies": {
9824 "ansi-regex": "^5.0.1"
9825 },
9826 "engines": {
9827 "node": ">=8"
9828 }
9829 },
9830 "node_modules/jest-watch-typeahead/node_modules/pretty-format": {
9831 "version": "28.1.3",
956303669a32fc2c2025-06-02 19:45:53 +08009832 "license": "MIT",
9833 "dependencies": {
9834 "@jest/schemas": "^28.1.3",
9835 "ansi-regex": "^5.0.1",
9836 "ansi-styles": "^5.0.0",
9837 "react-is": "^18.0.0"
9838 },
9839 "engines": {
9840 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
9841 }
9842 },
9843 "node_modules/jest-watch-typeahead/node_modules/react-is": {
9844 "version": "18.3.1",
956303669a32fc2c2025-06-02 19:45:53 +08009845 "license": "MIT"
9846 },
9847 "node_modules/jest-watch-typeahead/node_modules/slash": {
9848 "version": "4.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08009849 "license": "MIT",
9850 "engines": {
9851 "node": ">=12"
9852 },
9853 "funding": {
9854 "url": "https://github.com/sponsors/sindresorhus"
9855 }
9856 },
9857 "node_modules/jest-watch-typeahead/node_modules/string-length": {
9858 "version": "5.0.1",
956303669a32fc2c2025-06-02 19:45:53 +08009859 "license": "MIT",
9860 "dependencies": {
9861 "char-regex": "^2.0.0",
9862 "strip-ansi": "^7.0.1"
9863 },
9864 "engines": {
9865 "node": ">=12.20"
9866 },
9867 "funding": {
9868 "url": "https://github.com/sponsors/sindresorhus"
9869 }
9870 },
9871 "node_modules/jest-watch-typeahead/node_modules/string-length/node_modules/char-regex": {
9872 "version": "2.0.2",
956303669a32fc2c2025-06-02 19:45:53 +08009873 "license": "MIT",
9874 "engines": {
9875 "node": ">=12.20"
9876 }
9877 },
9878 "node_modules/jest-watch-typeahead/node_modules/strip-ansi": {
9879 "version": "7.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08009880 "license": "MIT",
9881 "dependencies": {
9882 "ansi-regex": "^6.0.1"
9883 },
9884 "engines": {
9885 "node": ">=12"
9886 },
9887 "funding": {
9888 "url": "https://github.com/chalk/strip-ansi?sponsor=1"
9889 }
9890 },
9891 "node_modules/jest-watch-typeahead/node_modules/strip-ansi/node_modules/ansi-regex": {
9892 "version": "6.1.0",
956303669a32fc2c2025-06-02 19:45:53 +08009893 "license": "MIT",
9894 "engines": {
9895 "node": ">=12"
9896 },
9897 "funding": {
9898 "url": "https://github.com/chalk/ansi-regex?sponsor=1"
9899 }
9900 },
9901 "node_modules/jest-watcher": {
9902 "version": "27.5.1",
956303669a32fc2c2025-06-02 19:45:53 +08009903 "license": "MIT",
9904 "dependencies": {
9905 "@jest/test-result": "^27.5.1",
9906 "@jest/types": "^27.5.1",
9907 "@types/node": "*",
9908 "ansi-escapes": "^4.2.1",
9909 "chalk": "^4.0.0",
9910 "jest-util": "^27.5.1",
9911 "string-length": "^4.0.1"
9912 },
9913 "engines": {
9914 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
9915 }
9916 },
9917 "node_modules/jest-worker": {
9918 "version": "27.5.1",
956303669a32fc2c2025-06-02 19:45:53 +08009919 "license": "MIT",
9920 "dependencies": {
9921 "@types/node": "*",
9922 "merge-stream": "^2.0.0",
9923 "supports-color": "^8.0.0"
9924 },
9925 "engines": {
9926 "node": ">= 10.13.0"
9927 }
9928 },
9929 "node_modules/jest-worker/node_modules/supports-color": {
9930 "version": "8.1.1",
956303669a32fc2c2025-06-02 19:45:53 +08009931 "license": "MIT",
9932 "dependencies": {
9933 "has-flag": "^4.0.0"
9934 },
9935 "engines": {
9936 "node": ">=10"
9937 },
9938 "funding": {
9939 "url": "https://github.com/chalk/supports-color?sponsor=1"
9940 }
9941 },
9942 "node_modules/jiti": {
9943 "version": "1.21.7",
956303669a32fc2c2025-06-02 19:45:53 +08009944 "license": "MIT",
9945 "bin": {
9946 "jiti": "bin/jiti.js"
9947 }
9948 },
9949 "node_modules/js-tokens": {
9950 "version": "4.0.0",
956303669a32fc2c2025-06-02 19:45:53 +08009951 "license": "MIT"
9952 },
9953 "node_modules/js-yaml": {
9954 "version": "3.14.1",
956303669a32fc2c2025-06-02 19:45:53 +08009955 "license": "MIT",
9956 "dependencies": {
9957 "argparse": "^1.0.7",
9958 "esprima": "^4.0.0"
9959 },
9960 "bin": {
9961 "js-yaml": "bin/js-yaml.js"
9962 }
9963 },
9964 "node_modules/jsdom": {
9965 "version": "16.7.0",
956303669a32fc2c2025-06-02 19:45:53 +08009966 "license": "MIT",
9967 "dependencies": {
9968 "abab": "^2.0.5",
9969 "acorn": "^8.2.4",
9970 "acorn-globals": "^6.0.0",
9971 "cssom": "^0.4.4",
9972 "cssstyle": "^2.3.0",
9973 "data-urls": "^2.0.0",
9974 "decimal.js": "^10.2.1",
9975 "domexception": "^2.0.1",
9976 "escodegen": "^2.0.0",
9977 "form-data": "^3.0.0",
9978 "html-encoding-sniffer": "^2.0.1",
9979 "http-proxy-agent": "^4.0.1",
9980 "https-proxy-agent": "^5.0.0",
9981 "is-potential-custom-element-name": "^1.0.1",
9982 "nwsapi": "^2.2.0",
9983 "parse5": "6.0.1",
9984 "saxes": "^5.0.1",
9985 "symbol-tree": "^3.2.4",
9986 "tough-cookie": "^4.0.0",
9987 "w3c-hr-time": "^1.0.2",
9988 "w3c-xmlserializer": "^2.0.0",
9989 "webidl-conversions": "^6.1.0",
9990 "whatwg-encoding": "^1.0.5",
9991 "whatwg-mimetype": "^2.3.0",
9992 "whatwg-url": "^8.5.0",
9993 "ws": "^7.4.6",
9994 "xml-name-validator": "^3.0.0"
9995 },
9996 "engines": {
9997 "node": ">=10"
9998 },
9999 "peerDependencies": {
10000 "canvas": "^2.5.0"
10001 },
10002 "peerDependenciesMeta": {
10003 "canvas": {
10004 "optional": true
10005 }
10006 }
10007 },
10008 "node_modules/jsesc": {
10009 "version": "3.1.0",
956303669a32fc2c2025-06-02 19:45:53 +080010010 "license": "MIT",
10011 "bin": {
10012 "jsesc": "bin/jsesc"
10013 },
10014 "engines": {
10015 "node": ">=6"
10016 }
10017 },
10018 "node_modules/json-buffer": {
10019 "version": "3.0.1",
956303669a32fc2c2025-06-02 19:45:53 +080010020 "license": "MIT"
10021 },
10022 "node_modules/json-parse-even-better-errors": {
10023 "version": "2.3.1",
956303669a32fc2c2025-06-02 19:45:53 +080010024 "license": "MIT"
10025 },
10026 "node_modules/json-schema": {
10027 "version": "0.4.0",
956303669a32fc2c2025-06-02 19:45:53 +080010028 "license": "(AFL-2.1 OR BSD-3-Clause)"
10029 },
10030 "node_modules/json-schema-traverse": {
10031 "version": "0.4.1",
956303669a32fc2c2025-06-02 19:45:53 +080010032 "license": "MIT"
10033 },
10034 "node_modules/json-stable-stringify-without-jsonify": {
10035 "version": "1.0.1",
956303669a32fc2c2025-06-02 19:45:53 +080010036 "license": "MIT"
10037 },
ssq5067cb92025-06-05 11:44:23 +000010038 "node_modules/json2mq": {
10039 "version": "0.2.0",
10040 "resolved": "https://registry.npmjs.org/json2mq/-/json2mq-0.2.0.tgz",
10041 "integrity": "sha512-SzoRg7ux5DWTII9J2qkrZrqV1gt+rTaoufMxEzXbS26Uid0NwaJd123HcoB80TgubEppxxIGdNxCx50fEoEWQA==",
ssq5067cb92025-06-05 11:44:23 +000010042 "dependencies": {
10043 "string-convert": "^0.2.0"
10044 }
10045 },
956303669a32fc2c2025-06-02 19:45:53 +080010046 "node_modules/json5": {
10047 "version": "2.2.3",
956303669a32fc2c2025-06-02 19:45:53 +080010048 "license": "MIT",
10049 "bin": {
10050 "json5": "lib/cli.js"
10051 },
10052 "engines": {
10053 "node": ">=6"
10054 }
10055 },
10056 "node_modules/jsonfile": {
10057 "version": "6.1.0",
956303669a32fc2c2025-06-02 19:45:53 +080010058 "license": "MIT",
10059 "dependencies": {
10060 "universalify": "^2.0.0"
10061 },
10062 "optionalDependencies": {
10063 "graceful-fs": "^4.1.6"
10064 }
10065 },
10066 "node_modules/jsonpath": {
10067 "version": "1.1.1",
956303669a32fc2c2025-06-02 19:45:53 +080010068 "license": "MIT",
10069 "dependencies": {
10070 "esprima": "1.2.2",
10071 "static-eval": "2.0.2",
10072 "underscore": "1.12.1"
10073 }
10074 },
10075 "node_modules/jsonpath/node_modules/esprima": {
10076 "version": "1.2.2",
956303669a32fc2c2025-06-02 19:45:53 +080010077 "bin": {
10078 "esparse": "bin/esparse.js",
10079 "esvalidate": "bin/esvalidate.js"
10080 },
10081 "engines": {
10082 "node": ">=0.4.0"
10083 }
10084 },
10085 "node_modules/jsonpointer": {
10086 "version": "5.0.1",
956303669a32fc2c2025-06-02 19:45:53 +080010087 "license": "MIT",
10088 "engines": {
10089 "node": ">=0.10.0"
10090 }
10091 },
10092 "node_modules/jsx-ast-utils": {
10093 "version": "3.3.5",
956303669a32fc2c2025-06-02 19:45:53 +080010094 "license": "MIT",
10095 "dependencies": {
10096 "array-includes": "^3.1.6",
10097 "array.prototype.flat": "^1.3.1",
10098 "object.assign": "^4.1.4",
10099 "object.values": "^1.1.6"
10100 },
10101 "engines": {
10102 "node": ">=4.0"
10103 }
10104 },
10105 "node_modules/keyv": {
10106 "version": "4.5.4",
956303669a32fc2c2025-06-02 19:45:53 +080010107 "license": "MIT",
10108 "dependencies": {
10109 "json-buffer": "3.0.1"
10110 }
10111 },
10112 "node_modules/kind-of": {
10113 "version": "6.0.3",
956303669a32fc2c2025-06-02 19:45:53 +080010114 "license": "MIT",
10115 "engines": {
10116 "node": ">=0.10.0"
10117 }
10118 },
10119 "node_modules/kleur": {
10120 "version": "3.0.3",
956303669a32fc2c2025-06-02 19:45:53 +080010121 "license": "MIT",
10122 "engines": {
10123 "node": ">=6"
10124 }
10125 },
10126 "node_modules/klona": {
10127 "version": "2.0.6",
956303669a32fc2c2025-06-02 19:45:53 +080010128 "license": "MIT",
10129 "engines": {
10130 "node": ">= 8"
10131 }
10132 },
10133 "node_modules/language-subtag-registry": {
10134 "version": "0.3.23",
956303669a32fc2c2025-06-02 19:45:53 +080010135 "license": "CC0-1.0"
10136 },
10137 "node_modules/language-tags": {
10138 "version": "1.0.9",
956303669a32fc2c2025-06-02 19:45:53 +080010139 "license": "MIT",
10140 "dependencies": {
10141 "language-subtag-registry": "^0.3.20"
10142 },
10143 "engines": {
10144 "node": ">=0.10"
10145 }
10146 },
10147 "node_modules/launch-editor": {
10148 "version": "2.10.0",
956303669a32fc2c2025-06-02 19:45:53 +080010149 "license": "MIT",
10150 "dependencies": {
10151 "picocolors": "^1.0.0",
10152 "shell-quote": "^1.8.1"
10153 }
10154 },
10155 "node_modules/leven": {
10156 "version": "3.1.0",
956303669a32fc2c2025-06-02 19:45:53 +080010157 "license": "MIT",
10158 "engines": {
10159 "node": ">=6"
10160 }
10161 },
10162 "node_modules/levn": {
10163 "version": "0.4.1",
956303669a32fc2c2025-06-02 19:45:53 +080010164 "license": "MIT",
10165 "dependencies": {
10166 "prelude-ls": "^1.2.1",
10167 "type-check": "~0.4.0"
10168 },
10169 "engines": {
10170 "node": ">= 0.8.0"
10171 }
10172 },
10173 "node_modules/lilconfig": {
10174 "version": "2.1.0",
956303669a32fc2c2025-06-02 19:45:53 +080010175 "license": "MIT",
10176 "engines": {
10177 "node": ">=10"
10178 }
10179 },
10180 "node_modules/lines-and-columns": {
10181 "version": "1.2.4",
956303669a32fc2c2025-06-02 19:45:53 +080010182 "license": "MIT"
10183 },
10184 "node_modules/loader-runner": {
10185 "version": "4.3.0",
956303669a32fc2c2025-06-02 19:45:53 +080010186 "license": "MIT",
10187 "engines": {
10188 "node": ">=6.11.5"
10189 }
10190 },
10191 "node_modules/loader-utils": {
10192 "version": "2.0.4",
956303669a32fc2c2025-06-02 19:45:53 +080010193 "license": "MIT",
10194 "dependencies": {
10195 "big.js": "^5.2.2",
10196 "emojis-list": "^3.0.0",
10197 "json5": "^2.1.2"
10198 },
10199 "engines": {
10200 "node": ">=8.9.0"
10201 }
10202 },
10203 "node_modules/locate-path": {
10204 "version": "5.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080010205 "license": "MIT",
10206 "dependencies": {
10207 "p-locate": "^4.1.0"
10208 },
10209 "engines": {
10210 "node": ">=8"
10211 }
10212 },
10213 "node_modules/lodash": {
10214 "version": "4.17.21",
956303669a32fc2c2025-06-02 19:45:53 +080010215 "license": "MIT"
10216 },
10217 "node_modules/lodash.debounce": {
10218 "version": "4.0.8",
956303669a32fc2c2025-06-02 19:45:53 +080010219 "license": "MIT"
10220 },
10221 "node_modules/lodash.memoize": {
10222 "version": "4.1.2",
956303669a32fc2c2025-06-02 19:45:53 +080010223 "license": "MIT"
10224 },
10225 "node_modules/lodash.merge": {
10226 "version": "4.6.2",
956303669a32fc2c2025-06-02 19:45:53 +080010227 "license": "MIT"
10228 },
10229 "node_modules/lodash.sortby": {
10230 "version": "4.7.0",
956303669a32fc2c2025-06-02 19:45:53 +080010231 "license": "MIT"
10232 },
10233 "node_modules/lodash.uniq": {
10234 "version": "4.5.0",
956303669a32fc2c2025-06-02 19:45:53 +080010235 "license": "MIT"
10236 },
10237 "node_modules/loose-envify": {
10238 "version": "1.4.0",
956303669a32fc2c2025-06-02 19:45:53 +080010239 "license": "MIT",
10240 "dependencies": {
10241 "js-tokens": "^3.0.0 || ^4.0.0"
10242 },
10243 "bin": {
10244 "loose-envify": "cli.js"
10245 }
10246 },
10247 "node_modules/lower-case": {
10248 "version": "2.0.2",
956303669a32fc2c2025-06-02 19:45:53 +080010249 "license": "MIT",
10250 "dependencies": {
10251 "tslib": "^2.0.3"
10252 }
10253 },
10254 "node_modules/lru-cache": {
10255 "version": "5.1.1",
956303669a32fc2c2025-06-02 19:45:53 +080010256 "license": "ISC",
10257 "dependencies": {
10258 "yallist": "^3.0.2"
10259 }
10260 },
10261 "node_modules/lz-string": {
10262 "version": "1.5.0",
956303669a32fc2c2025-06-02 19:45:53 +080010263 "license": "MIT",
10264 "bin": {
10265 "lz-string": "bin/bin.js"
10266 }
10267 },
10268 "node_modules/magic-string": {
10269 "version": "0.25.9",
956303669a32fc2c2025-06-02 19:45:53 +080010270 "license": "MIT",
10271 "dependencies": {
10272 "sourcemap-codec": "^1.4.8"
10273 }
10274 },
10275 "node_modules/make-dir": {
10276 "version": "3.1.0",
956303669a32fc2c2025-06-02 19:45:53 +080010277 "license": "MIT",
10278 "dependencies": {
10279 "semver": "^6.0.0"
10280 },
10281 "engines": {
10282 "node": ">=8"
10283 },
10284 "funding": {
10285 "url": "https://github.com/sponsors/sindresorhus"
10286 }
10287 },
10288 "node_modules/make-dir/node_modules/semver": {
10289 "version": "6.3.1",
956303669a32fc2c2025-06-02 19:45:53 +080010290 "license": "ISC",
10291 "bin": {
10292 "semver": "bin/semver.js"
10293 }
10294 },
10295 "node_modules/makeerror": {
10296 "version": "1.0.12",
956303669a32fc2c2025-06-02 19:45:53 +080010297 "license": "BSD-3-Clause",
10298 "dependencies": {
10299 "tmpl": "1.0.5"
10300 }
10301 },
10302 "node_modules/math-intrinsics": {
10303 "version": "1.1.0",
956303669a32fc2c2025-06-02 19:45:53 +080010304 "license": "MIT",
10305 "engines": {
10306 "node": ">= 0.4"
10307 }
10308 },
10309 "node_modules/mdn-data": {
10310 "version": "2.0.4",
956303669a32fc2c2025-06-02 19:45:53 +080010311 "license": "CC0-1.0"
10312 },
10313 "node_modules/media-typer": {
10314 "version": "0.3.0",
956303669a32fc2c2025-06-02 19:45:53 +080010315 "license": "MIT",
10316 "engines": {
10317 "node": ">= 0.6"
10318 }
10319 },
10320 "node_modules/memfs": {
10321 "version": "3.5.3",
956303669a32fc2c2025-06-02 19:45:53 +080010322 "license": "Unlicense",
10323 "dependencies": {
10324 "fs-monkey": "^1.0.4"
10325 },
10326 "engines": {
10327 "node": ">= 4.0.0"
10328 }
10329 },
10330 "node_modules/merge-descriptors": {
10331 "version": "1.0.3",
956303669a32fc2c2025-06-02 19:45:53 +080010332 "license": "MIT",
10333 "funding": {
10334 "url": "https://github.com/sponsors/sindresorhus"
10335 }
10336 },
10337 "node_modules/merge-stream": {
10338 "version": "2.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080010339 "license": "MIT"
10340 },
10341 "node_modules/merge2": {
10342 "version": "1.4.1",
956303669a32fc2c2025-06-02 19:45:53 +080010343 "license": "MIT",
10344 "engines": {
10345 "node": ">= 8"
10346 }
10347 },
10348 "node_modules/methods": {
10349 "version": "1.1.2",
956303669a32fc2c2025-06-02 19:45:53 +080010350 "license": "MIT",
10351 "engines": {
10352 "node": ">= 0.6"
10353 }
10354 },
10355 "node_modules/micromatch": {
10356 "version": "4.0.8",
956303669a32fc2c2025-06-02 19:45:53 +080010357 "license": "MIT",
10358 "dependencies": {
10359 "braces": "^3.0.3",
10360 "picomatch": "^2.3.1"
10361 },
10362 "engines": {
10363 "node": ">=8.6"
10364 }
10365 },
10366 "node_modules/mime": {
10367 "version": "1.6.0",
956303669a32fc2c2025-06-02 19:45:53 +080010368 "license": "MIT",
10369 "bin": {
10370 "mime": "cli.js"
10371 },
10372 "engines": {
10373 "node": ">=4"
10374 }
10375 },
10376 "node_modules/mime-db": {
10377 "version": "1.52.0",
956303669a32fc2c2025-06-02 19:45:53 +080010378 "license": "MIT",
10379 "engines": {
10380 "node": ">= 0.6"
10381 }
10382 },
10383 "node_modules/mime-types": {
10384 "version": "2.1.35",
956303669a32fc2c2025-06-02 19:45:53 +080010385 "license": "MIT",
10386 "dependencies": {
10387 "mime-db": "1.52.0"
10388 },
10389 "engines": {
10390 "node": ">= 0.6"
10391 }
10392 },
10393 "node_modules/mimic-fn": {
10394 "version": "2.1.0",
956303669a32fc2c2025-06-02 19:45:53 +080010395 "license": "MIT",
10396 "engines": {
10397 "node": ">=6"
10398 }
10399 },
10400 "node_modules/min-indent": {
10401 "version": "1.0.1",
956303669a32fc2c2025-06-02 19:45:53 +080010402 "license": "MIT",
10403 "engines": {
10404 "node": ">=4"
10405 }
10406 },
10407 "node_modules/mini-css-extract-plugin": {
10408 "version": "2.9.2",
956303669a32fc2c2025-06-02 19:45:53 +080010409 "license": "MIT",
10410 "dependencies": {
10411 "schema-utils": "^4.0.0",
10412 "tapable": "^2.2.1"
10413 },
10414 "engines": {
10415 "node": ">= 12.13.0"
10416 },
10417 "funding": {
10418 "type": "opencollective",
10419 "url": "https://opencollective.com/webpack"
10420 },
10421 "peerDependencies": {
10422 "webpack": "^5.0.0"
10423 }
10424 },
10425 "node_modules/minimalistic-assert": {
10426 "version": "1.0.1",
956303669a32fc2c2025-06-02 19:45:53 +080010427 "license": "ISC"
10428 },
10429 "node_modules/minimatch": {
10430 "version": "3.1.2",
956303669a32fc2c2025-06-02 19:45:53 +080010431 "license": "ISC",
10432 "dependencies": {
10433 "brace-expansion": "^1.1.7"
10434 },
10435 "engines": {
10436 "node": "*"
10437 }
10438 },
10439 "node_modules/minimist": {
10440 "version": "1.2.8",
956303669a32fc2c2025-06-02 19:45:53 +080010441 "license": "MIT",
10442 "funding": {
10443 "url": "https://github.com/sponsors/ljharb"
10444 }
10445 },
10446 "node_modules/minipass": {
10447 "version": "7.1.2",
956303669a32fc2c2025-06-02 19:45:53 +080010448 "license": "ISC",
10449 "engines": {
10450 "node": ">=16 || 14 >=14.17"
10451 }
10452 },
10453 "node_modules/mkdirp": {
10454 "version": "0.5.6",
956303669a32fc2c2025-06-02 19:45:53 +080010455 "license": "MIT",
10456 "dependencies": {
10457 "minimist": "^1.2.6"
10458 },
10459 "bin": {
10460 "mkdirp": "bin/cmd.js"
10461 }
10462 },
10463 "node_modules/ms": {
10464 "version": "2.1.3",
956303669a32fc2c2025-06-02 19:45:53 +080010465 "license": "MIT"
10466 },
10467 "node_modules/multicast-dns": {
10468 "version": "7.2.5",
956303669a32fc2c2025-06-02 19:45:53 +080010469 "license": "MIT",
10470 "dependencies": {
10471 "dns-packet": "^5.2.2",
10472 "thunky": "^1.0.2"
10473 },
10474 "bin": {
10475 "multicast-dns": "cli.js"
10476 }
10477 },
10478 "node_modules/mz": {
10479 "version": "2.7.0",
956303669a32fc2c2025-06-02 19:45:53 +080010480 "license": "MIT",
10481 "dependencies": {
10482 "any-promise": "^1.0.0",
10483 "object-assign": "^4.0.1",
10484 "thenify-all": "^1.0.0"
10485 }
10486 },
10487 "node_modules/nanoid": {
10488 "version": "3.3.11",
956303669a32fc2c2025-06-02 19:45:53 +080010489 "funding": [
10490 {
10491 "type": "github",
10492 "url": "https://github.com/sponsors/ai"
10493 }
10494 ],
10495 "license": "MIT",
10496 "bin": {
10497 "nanoid": "bin/nanoid.cjs"
10498 },
10499 "engines": {
10500 "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
10501 }
10502 },
10503 "node_modules/natural-compare": {
10504 "version": "1.4.0",
956303669a32fc2c2025-06-02 19:45:53 +080010505 "license": "MIT"
10506 },
10507 "node_modules/natural-compare-lite": {
10508 "version": "1.4.0",
956303669a32fc2c2025-06-02 19:45:53 +080010509 "license": "MIT"
10510 },
10511 "node_modules/negotiator": {
10512 "version": "0.6.4",
956303669a32fc2c2025-06-02 19:45:53 +080010513 "license": "MIT",
10514 "engines": {
10515 "node": ">= 0.6"
10516 }
10517 },
10518 "node_modules/neo-async": {
10519 "version": "2.6.2",
956303669a32fc2c2025-06-02 19:45:53 +080010520 "license": "MIT"
10521 },
10522 "node_modules/no-case": {
10523 "version": "3.0.4",
956303669a32fc2c2025-06-02 19:45:53 +080010524 "license": "MIT",
10525 "dependencies": {
10526 "lower-case": "^2.0.2",
10527 "tslib": "^2.0.3"
10528 }
10529 },
10530 "node_modules/node-forge": {
10531 "version": "1.3.1",
956303669a32fc2c2025-06-02 19:45:53 +080010532 "license": "(BSD-3-Clause OR GPL-2.0)",
10533 "engines": {
10534 "node": ">= 6.13.0"
10535 }
10536 },
10537 "node_modules/node-int64": {
10538 "version": "0.4.0",
956303669a32fc2c2025-06-02 19:45:53 +080010539 "license": "MIT"
10540 },
10541 "node_modules/node-releases": {
10542 "version": "2.0.19",
956303669a32fc2c2025-06-02 19:45:53 +080010543 "license": "MIT"
10544 },
10545 "node_modules/normalize-path": {
10546 "version": "3.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080010547 "license": "MIT",
10548 "engines": {
10549 "node": ">=0.10.0"
10550 }
10551 },
10552 "node_modules/normalize-range": {
10553 "version": "0.1.2",
956303669a32fc2c2025-06-02 19:45:53 +080010554 "license": "MIT",
10555 "engines": {
10556 "node": ">=0.10.0"
10557 }
10558 },
10559 "node_modules/normalize-url": {
10560 "version": "6.1.0",
956303669a32fc2c2025-06-02 19:45:53 +080010561 "license": "MIT",
10562 "engines": {
10563 "node": ">=10"
10564 },
10565 "funding": {
10566 "url": "https://github.com/sponsors/sindresorhus"
10567 }
10568 },
10569 "node_modules/npm-run-path": {
10570 "version": "4.0.1",
956303669a32fc2c2025-06-02 19:45:53 +080010571 "license": "MIT",
10572 "dependencies": {
10573 "path-key": "^3.0.0"
10574 },
10575 "engines": {
10576 "node": ">=8"
10577 }
10578 },
10579 "node_modules/nth-check": {
10580 "version": "2.1.1",
956303669a32fc2c2025-06-02 19:45:53 +080010581 "license": "BSD-2-Clause",
10582 "dependencies": {
10583 "boolbase": "^1.0.0"
10584 },
10585 "funding": {
10586 "url": "https://github.com/fb55/nth-check?sponsor=1"
10587 }
10588 },
10589 "node_modules/nwsapi": {
10590 "version": "2.2.20",
956303669a32fc2c2025-06-02 19:45:53 +080010591 "license": "MIT"
10592 },
10593 "node_modules/object-assign": {
10594 "version": "4.1.1",
956303669a32fc2c2025-06-02 19:45:53 +080010595 "license": "MIT",
10596 "engines": {
10597 "node": ">=0.10.0"
10598 }
10599 },
10600 "node_modules/object-hash": {
10601 "version": "3.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080010602 "license": "MIT",
10603 "engines": {
10604 "node": ">= 6"
10605 }
10606 },
10607 "node_modules/object-inspect": {
10608 "version": "1.13.4",
956303669a32fc2c2025-06-02 19:45:53 +080010609 "license": "MIT",
10610 "engines": {
10611 "node": ">= 0.4"
10612 },
10613 "funding": {
10614 "url": "https://github.com/sponsors/ljharb"
10615 }
10616 },
10617 "node_modules/object-keys": {
10618 "version": "1.1.1",
956303669a32fc2c2025-06-02 19:45:53 +080010619 "license": "MIT",
10620 "engines": {
10621 "node": ">= 0.4"
10622 }
10623 },
10624 "node_modules/object.assign": {
10625 "version": "4.1.7",
956303669a32fc2c2025-06-02 19:45:53 +080010626 "license": "MIT",
10627 "dependencies": {
10628 "call-bind": "^1.0.8",
10629 "call-bound": "^1.0.3",
10630 "define-properties": "^1.2.1",
10631 "es-object-atoms": "^1.0.0",
10632 "has-symbols": "^1.1.0",
10633 "object-keys": "^1.1.1"
10634 },
10635 "engines": {
10636 "node": ">= 0.4"
10637 },
10638 "funding": {
10639 "url": "https://github.com/sponsors/ljharb"
10640 }
10641 },
10642 "node_modules/object.entries": {
10643 "version": "1.1.9",
956303669a32fc2c2025-06-02 19:45:53 +080010644 "license": "MIT",
10645 "dependencies": {
10646 "call-bind": "^1.0.8",
10647 "call-bound": "^1.0.4",
10648 "define-properties": "^1.2.1",
10649 "es-object-atoms": "^1.1.1"
10650 },
10651 "engines": {
10652 "node": ">= 0.4"
10653 }
10654 },
10655 "node_modules/object.fromentries": {
10656 "version": "2.0.8",
956303669a32fc2c2025-06-02 19:45:53 +080010657 "license": "MIT",
10658 "dependencies": {
10659 "call-bind": "^1.0.7",
10660 "define-properties": "^1.2.1",
10661 "es-abstract": "^1.23.2",
10662 "es-object-atoms": "^1.0.0"
10663 },
10664 "engines": {
10665 "node": ">= 0.4"
10666 },
10667 "funding": {
10668 "url": "https://github.com/sponsors/ljharb"
10669 }
10670 },
10671 "node_modules/object.getownpropertydescriptors": {
10672 "version": "2.1.8",
956303669a32fc2c2025-06-02 19:45:53 +080010673 "license": "MIT",
10674 "dependencies": {
10675 "array.prototype.reduce": "^1.0.6",
10676 "call-bind": "^1.0.7",
10677 "define-properties": "^1.2.1",
10678 "es-abstract": "^1.23.2",
10679 "es-object-atoms": "^1.0.0",
10680 "gopd": "^1.0.1",
10681 "safe-array-concat": "^1.1.2"
10682 },
10683 "engines": {
10684 "node": ">= 0.8"
10685 },
10686 "funding": {
10687 "url": "https://github.com/sponsors/ljharb"
10688 }
10689 },
10690 "node_modules/object.groupby": {
10691 "version": "1.0.3",
956303669a32fc2c2025-06-02 19:45:53 +080010692 "license": "MIT",
10693 "dependencies": {
10694 "call-bind": "^1.0.7",
10695 "define-properties": "^1.2.1",
10696 "es-abstract": "^1.23.2"
10697 },
10698 "engines": {
10699 "node": ">= 0.4"
10700 }
10701 },
10702 "node_modules/object.values": {
10703 "version": "1.2.1",
956303669a32fc2c2025-06-02 19:45:53 +080010704 "license": "MIT",
10705 "dependencies": {
10706 "call-bind": "^1.0.8",
10707 "call-bound": "^1.0.3",
10708 "define-properties": "^1.2.1",
10709 "es-object-atoms": "^1.0.0"
10710 },
10711 "engines": {
10712 "node": ">= 0.4"
10713 },
10714 "funding": {
10715 "url": "https://github.com/sponsors/ljharb"
10716 }
10717 },
10718 "node_modules/obuf": {
10719 "version": "1.1.2",
956303669a32fc2c2025-06-02 19:45:53 +080010720 "license": "MIT"
10721 },
10722 "node_modules/on-finished": {
10723 "version": "2.4.1",
956303669a32fc2c2025-06-02 19:45:53 +080010724 "license": "MIT",
10725 "dependencies": {
10726 "ee-first": "1.1.1"
10727 },
10728 "engines": {
10729 "node": ">= 0.8"
10730 }
10731 },
10732 "node_modules/on-headers": {
10733 "version": "1.0.2",
956303669a32fc2c2025-06-02 19:45:53 +080010734 "license": "MIT",
10735 "engines": {
10736 "node": ">= 0.8"
10737 }
10738 },
10739 "node_modules/once": {
10740 "version": "1.4.0",
956303669a32fc2c2025-06-02 19:45:53 +080010741 "license": "ISC",
10742 "dependencies": {
10743 "wrappy": "1"
10744 }
10745 },
10746 "node_modules/onetime": {
10747 "version": "5.1.2",
956303669a32fc2c2025-06-02 19:45:53 +080010748 "license": "MIT",
10749 "dependencies": {
10750 "mimic-fn": "^2.1.0"
10751 },
10752 "engines": {
10753 "node": ">=6"
10754 },
10755 "funding": {
10756 "url": "https://github.com/sponsors/sindresorhus"
10757 }
10758 },
10759 "node_modules/open": {
10760 "version": "8.4.2",
956303669a32fc2c2025-06-02 19:45:53 +080010761 "license": "MIT",
10762 "dependencies": {
10763 "define-lazy-prop": "^2.0.0",
10764 "is-docker": "^2.1.1",
10765 "is-wsl": "^2.2.0"
10766 },
10767 "engines": {
10768 "node": ">=12"
10769 },
10770 "funding": {
10771 "url": "https://github.com/sponsors/sindresorhus"
10772 }
10773 },
10774 "node_modules/optionator": {
10775 "version": "0.9.4",
956303669a32fc2c2025-06-02 19:45:53 +080010776 "license": "MIT",
10777 "dependencies": {
10778 "deep-is": "^0.1.3",
10779 "fast-levenshtein": "^2.0.6",
10780 "levn": "^0.4.1",
10781 "prelude-ls": "^1.2.1",
10782 "type-check": "^0.4.0",
10783 "word-wrap": "^1.2.5"
10784 },
10785 "engines": {
10786 "node": ">= 0.8.0"
10787 }
10788 },
10789 "node_modules/own-keys": {
10790 "version": "1.0.1",
956303669a32fc2c2025-06-02 19:45:53 +080010791 "license": "MIT",
10792 "dependencies": {
10793 "get-intrinsic": "^1.2.6",
10794 "object-keys": "^1.1.1",
10795 "safe-push-apply": "^1.0.0"
10796 },
10797 "engines": {
10798 "node": ">= 0.4"
10799 },
10800 "funding": {
10801 "url": "https://github.com/sponsors/ljharb"
10802 }
10803 },
10804 "node_modules/p-limit": {
10805 "version": "2.3.0",
956303669a32fc2c2025-06-02 19:45:53 +080010806 "license": "MIT",
10807 "dependencies": {
10808 "p-try": "^2.0.0"
10809 },
10810 "engines": {
10811 "node": ">=6"
10812 },
10813 "funding": {
10814 "url": "https://github.com/sponsors/sindresorhus"
10815 }
10816 },
10817 "node_modules/p-locate": {
10818 "version": "4.1.0",
956303669a32fc2c2025-06-02 19:45:53 +080010819 "license": "MIT",
10820 "dependencies": {
10821 "p-limit": "^2.2.0"
10822 },
10823 "engines": {
10824 "node": ">=8"
10825 }
10826 },
10827 "node_modules/p-retry": {
10828 "version": "4.6.2",
956303669a32fc2c2025-06-02 19:45:53 +080010829 "license": "MIT",
10830 "dependencies": {
10831 "@types/retry": "0.12.0",
10832 "retry": "^0.13.1"
10833 },
10834 "engines": {
10835 "node": ">=8"
10836 }
10837 },
10838 "node_modules/p-try": {
10839 "version": "2.2.0",
956303669a32fc2c2025-06-02 19:45:53 +080010840 "license": "MIT",
10841 "engines": {
10842 "node": ">=6"
10843 }
10844 },
10845 "node_modules/package-json-from-dist": {
10846 "version": "1.0.1",
956303669a32fc2c2025-06-02 19:45:53 +080010847 "license": "BlueOak-1.0.0"
10848 },
10849 "node_modules/param-case": {
10850 "version": "3.0.4",
956303669a32fc2c2025-06-02 19:45:53 +080010851 "license": "MIT",
10852 "dependencies": {
10853 "dot-case": "^3.0.4",
10854 "tslib": "^2.0.3"
10855 }
10856 },
10857 "node_modules/parent-module": {
10858 "version": "1.0.1",
956303669a32fc2c2025-06-02 19:45:53 +080010859 "license": "MIT",
10860 "dependencies": {
10861 "callsites": "^3.0.0"
10862 },
10863 "engines": {
10864 "node": ">=6"
10865 }
10866 },
10867 "node_modules/parse-json": {
10868 "version": "5.2.0",
956303669a32fc2c2025-06-02 19:45:53 +080010869 "license": "MIT",
10870 "dependencies": {
10871 "@babel/code-frame": "^7.0.0",
10872 "error-ex": "^1.3.1",
10873 "json-parse-even-better-errors": "^2.3.0",
10874 "lines-and-columns": "^1.1.6"
10875 },
10876 "engines": {
10877 "node": ">=8"
10878 },
10879 "funding": {
10880 "url": "https://github.com/sponsors/sindresorhus"
10881 }
10882 },
10883 "node_modules/parse5": {
10884 "version": "6.0.1",
956303669a32fc2c2025-06-02 19:45:53 +080010885 "license": "MIT"
10886 },
10887 "node_modules/parseurl": {
10888 "version": "1.3.3",
956303669a32fc2c2025-06-02 19:45:53 +080010889 "license": "MIT",
10890 "engines": {
10891 "node": ">= 0.8"
10892 }
10893 },
10894 "node_modules/pascal-case": {
10895 "version": "3.1.2",
956303669a32fc2c2025-06-02 19:45:53 +080010896 "license": "MIT",
10897 "dependencies": {
10898 "no-case": "^3.0.4",
10899 "tslib": "^2.0.3"
10900 }
10901 },
10902 "node_modules/path-exists": {
10903 "version": "4.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080010904 "license": "MIT",
10905 "engines": {
10906 "node": ">=8"
10907 }
10908 },
10909 "node_modules/path-is-absolute": {
10910 "version": "1.0.1",
956303669a32fc2c2025-06-02 19:45:53 +080010911 "license": "MIT",
10912 "engines": {
10913 "node": ">=0.10.0"
10914 }
10915 },
10916 "node_modules/path-key": {
10917 "version": "3.1.1",
956303669a32fc2c2025-06-02 19:45:53 +080010918 "license": "MIT",
10919 "engines": {
10920 "node": ">=8"
10921 }
10922 },
10923 "node_modules/path-parse": {
10924 "version": "1.0.7",
956303669a32fc2c2025-06-02 19:45:53 +080010925 "license": "MIT"
10926 },
10927 "node_modules/path-scurry": {
10928 "version": "1.11.1",
956303669a32fc2c2025-06-02 19:45:53 +080010929 "license": "BlueOak-1.0.0",
10930 "dependencies": {
10931 "lru-cache": "^10.2.0",
10932 "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
10933 },
10934 "engines": {
10935 "node": ">=16 || 14 >=14.18"
10936 },
10937 "funding": {
10938 "url": "https://github.com/sponsors/isaacs"
10939 }
10940 },
10941 "node_modules/path-scurry/node_modules/lru-cache": {
10942 "version": "10.4.3",
956303669a32fc2c2025-06-02 19:45:53 +080010943 "license": "ISC"
10944 },
10945 "node_modules/path-to-regexp": {
10946 "version": "0.1.12",
956303669a32fc2c2025-06-02 19:45:53 +080010947 "license": "MIT"
10948 },
10949 "node_modules/path-type": {
10950 "version": "4.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080010951 "license": "MIT",
10952 "engines": {
10953 "node": ">=8"
10954 }
10955 },
10956 "node_modules/performance-now": {
10957 "version": "2.1.0",
956303669a32fc2c2025-06-02 19:45:53 +080010958 "license": "MIT"
10959 },
10960 "node_modules/picocolors": {
10961 "version": "1.1.1",
956303669a32fc2c2025-06-02 19:45:53 +080010962 "license": "ISC"
10963 },
10964 "node_modules/picomatch": {
10965 "version": "2.3.1",
956303669a32fc2c2025-06-02 19:45:53 +080010966 "license": "MIT",
10967 "engines": {
10968 "node": ">=8.6"
10969 },
10970 "funding": {
10971 "url": "https://github.com/sponsors/jonschlinkert"
10972 }
10973 },
10974 "node_modules/pify": {
10975 "version": "2.3.0",
956303669a32fc2c2025-06-02 19:45:53 +080010976 "license": "MIT",
10977 "engines": {
10978 "node": ">=0.10.0"
10979 }
10980 },
10981 "node_modules/pirates": {
10982 "version": "4.0.7",
956303669a32fc2c2025-06-02 19:45:53 +080010983 "license": "MIT",
10984 "engines": {
10985 "node": ">= 6"
10986 }
10987 },
10988 "node_modules/pkg-dir": {
10989 "version": "4.2.0",
956303669a32fc2c2025-06-02 19:45:53 +080010990 "license": "MIT",
10991 "dependencies": {
10992 "find-up": "^4.0.0"
10993 },
10994 "engines": {
10995 "node": ">=8"
10996 }
10997 },
10998 "node_modules/pkg-up": {
10999 "version": "3.1.0",
956303669a32fc2c2025-06-02 19:45:53 +080011000 "license": "MIT",
11001 "dependencies": {
11002 "find-up": "^3.0.0"
11003 },
11004 "engines": {
11005 "node": ">=8"
11006 }
11007 },
11008 "node_modules/pkg-up/node_modules/find-up": {
11009 "version": "3.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080011010 "license": "MIT",
11011 "dependencies": {
11012 "locate-path": "^3.0.0"
11013 },
11014 "engines": {
11015 "node": ">=6"
11016 }
11017 },
11018 "node_modules/pkg-up/node_modules/locate-path": {
11019 "version": "3.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080011020 "license": "MIT",
11021 "dependencies": {
11022 "p-locate": "^3.0.0",
11023 "path-exists": "^3.0.0"
11024 },
11025 "engines": {
11026 "node": ">=6"
11027 }
11028 },
11029 "node_modules/pkg-up/node_modules/p-locate": {
11030 "version": "3.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080011031 "license": "MIT",
11032 "dependencies": {
11033 "p-limit": "^2.0.0"
11034 },
11035 "engines": {
11036 "node": ">=6"
11037 }
11038 },
11039 "node_modules/pkg-up/node_modules/path-exists": {
11040 "version": "3.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080011041 "license": "MIT",
11042 "engines": {
11043 "node": ">=4"
11044 }
11045 },
11046 "node_modules/possible-typed-array-names": {
11047 "version": "1.1.0",
956303669a32fc2c2025-06-02 19:45:53 +080011048 "license": "MIT",
11049 "engines": {
11050 "node": ">= 0.4"
11051 }
11052 },
11053 "node_modules/postcss": {
11054 "version": "8.5.3",
956303669a32fc2c2025-06-02 19:45:53 +080011055 "funding": [
11056 {
11057 "type": "opencollective",
11058 "url": "https://opencollective.com/postcss/"
11059 },
11060 {
11061 "type": "tidelift",
11062 "url": "https://tidelift.com/funding/github/npm/postcss"
11063 },
11064 {
11065 "type": "github",
11066 "url": "https://github.com/sponsors/ai"
11067 }
11068 ],
11069 "license": "MIT",
11070 "dependencies": {
11071 "nanoid": "^3.3.8",
11072 "picocolors": "^1.1.1",
11073 "source-map-js": "^1.2.1"
11074 },
11075 "engines": {
11076 "node": "^10 || ^12 || >=14"
11077 }
11078 },
11079 "node_modules/postcss-attribute-case-insensitive": {
11080 "version": "5.0.2",
956303669a32fc2c2025-06-02 19:45:53 +080011081 "license": "MIT",
11082 "dependencies": {
11083 "postcss-selector-parser": "^6.0.10"
11084 },
11085 "engines": {
11086 "node": "^12 || ^14 || >=16"
11087 },
11088 "funding": {
11089 "type": "opencollective",
11090 "url": "https://opencollective.com/csstools"
11091 },
11092 "peerDependencies": {
11093 "postcss": "^8.2"
11094 }
11095 },
11096 "node_modules/postcss-browser-comments": {
11097 "version": "4.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080011098 "license": "CC0-1.0",
11099 "engines": {
11100 "node": ">=8"
11101 },
11102 "peerDependencies": {
11103 "browserslist": ">=4",
11104 "postcss": ">=8"
11105 }
11106 },
11107 "node_modules/postcss-calc": {
11108 "version": "8.2.4",
956303669a32fc2c2025-06-02 19:45:53 +080011109 "license": "MIT",
11110 "dependencies": {
11111 "postcss-selector-parser": "^6.0.9",
11112 "postcss-value-parser": "^4.2.0"
11113 },
11114 "peerDependencies": {
11115 "postcss": "^8.2.2"
11116 }
11117 },
11118 "node_modules/postcss-clamp": {
11119 "version": "4.1.0",
956303669a32fc2c2025-06-02 19:45:53 +080011120 "license": "MIT",
11121 "dependencies": {
11122 "postcss-value-parser": "^4.2.0"
11123 },
11124 "engines": {
11125 "node": ">=7.6.0"
11126 },
11127 "peerDependencies": {
11128 "postcss": "^8.4.6"
11129 }
11130 },
11131 "node_modules/postcss-color-functional-notation": {
11132 "version": "4.2.4",
956303669a32fc2c2025-06-02 19:45:53 +080011133 "license": "CC0-1.0",
11134 "dependencies": {
11135 "postcss-value-parser": "^4.2.0"
11136 },
11137 "engines": {
11138 "node": "^12 || ^14 || >=16"
11139 },
11140 "funding": {
11141 "type": "opencollective",
11142 "url": "https://opencollective.com/csstools"
11143 },
11144 "peerDependencies": {
11145 "postcss": "^8.2"
11146 }
11147 },
11148 "node_modules/postcss-color-hex-alpha": {
11149 "version": "8.0.4",
956303669a32fc2c2025-06-02 19:45:53 +080011150 "license": "MIT",
11151 "dependencies": {
11152 "postcss-value-parser": "^4.2.0"
11153 },
11154 "engines": {
11155 "node": "^12 || ^14 || >=16"
11156 },
11157 "funding": {
11158 "type": "opencollective",
11159 "url": "https://opencollective.com/csstools"
11160 },
11161 "peerDependencies": {
11162 "postcss": "^8.4"
11163 }
11164 },
11165 "node_modules/postcss-color-rebeccapurple": {
11166 "version": "7.1.1",
956303669a32fc2c2025-06-02 19:45:53 +080011167 "license": "CC0-1.0",
11168 "dependencies": {
11169 "postcss-value-parser": "^4.2.0"
11170 },
11171 "engines": {
11172 "node": "^12 || ^14 || >=16"
11173 },
11174 "funding": {
11175 "type": "opencollective",
11176 "url": "https://opencollective.com/csstools"
11177 },
11178 "peerDependencies": {
11179 "postcss": "^8.2"
11180 }
11181 },
11182 "node_modules/postcss-colormin": {
11183 "version": "5.3.1",
956303669a32fc2c2025-06-02 19:45:53 +080011184 "license": "MIT",
11185 "dependencies": {
11186 "browserslist": "^4.21.4",
11187 "caniuse-api": "^3.0.0",
11188 "colord": "^2.9.1",
11189 "postcss-value-parser": "^4.2.0"
11190 },
11191 "engines": {
11192 "node": "^10 || ^12 || >=14.0"
11193 },
11194 "peerDependencies": {
11195 "postcss": "^8.2.15"
11196 }
11197 },
11198 "node_modules/postcss-convert-values": {
11199 "version": "5.1.3",
956303669a32fc2c2025-06-02 19:45:53 +080011200 "license": "MIT",
11201 "dependencies": {
11202 "browserslist": "^4.21.4",
11203 "postcss-value-parser": "^4.2.0"
11204 },
11205 "engines": {
11206 "node": "^10 || ^12 || >=14.0"
11207 },
11208 "peerDependencies": {
11209 "postcss": "^8.2.15"
11210 }
11211 },
11212 "node_modules/postcss-custom-media": {
11213 "version": "8.0.2",
956303669a32fc2c2025-06-02 19:45:53 +080011214 "license": "MIT",
11215 "dependencies": {
11216 "postcss-value-parser": "^4.2.0"
11217 },
11218 "engines": {
11219 "node": "^12 || ^14 || >=16"
11220 },
11221 "funding": {
11222 "type": "opencollective",
11223 "url": "https://opencollective.com/csstools"
11224 },
11225 "peerDependencies": {
11226 "postcss": "^8.3"
11227 }
11228 },
11229 "node_modules/postcss-custom-properties": {
11230 "version": "12.1.11",
956303669a32fc2c2025-06-02 19:45:53 +080011231 "license": "MIT",
11232 "dependencies": {
11233 "postcss-value-parser": "^4.2.0"
11234 },
11235 "engines": {
11236 "node": "^12 || ^14 || >=16"
11237 },
11238 "funding": {
11239 "type": "opencollective",
11240 "url": "https://opencollective.com/csstools"
11241 },
11242 "peerDependencies": {
11243 "postcss": "^8.2"
11244 }
11245 },
11246 "node_modules/postcss-custom-selectors": {
11247 "version": "6.0.3",
956303669a32fc2c2025-06-02 19:45:53 +080011248 "license": "MIT",
11249 "dependencies": {
11250 "postcss-selector-parser": "^6.0.4"
11251 },
11252 "engines": {
11253 "node": "^12 || ^14 || >=16"
11254 },
11255 "funding": {
11256 "type": "opencollective",
11257 "url": "https://opencollective.com/csstools"
11258 },
11259 "peerDependencies": {
11260 "postcss": "^8.3"
11261 }
11262 },
11263 "node_modules/postcss-dir-pseudo-class": {
11264 "version": "6.0.5",
956303669a32fc2c2025-06-02 19:45:53 +080011265 "license": "CC0-1.0",
11266 "dependencies": {
11267 "postcss-selector-parser": "^6.0.10"
11268 },
11269 "engines": {
11270 "node": "^12 || ^14 || >=16"
11271 },
11272 "funding": {
11273 "type": "opencollective",
11274 "url": "https://opencollective.com/csstools"
11275 },
11276 "peerDependencies": {
11277 "postcss": "^8.2"
11278 }
11279 },
11280 "node_modules/postcss-discard-comments": {
11281 "version": "5.1.2",
956303669a32fc2c2025-06-02 19:45:53 +080011282 "license": "MIT",
11283 "engines": {
11284 "node": "^10 || ^12 || >=14.0"
11285 },
11286 "peerDependencies": {
11287 "postcss": "^8.2.15"
11288 }
11289 },
11290 "node_modules/postcss-discard-duplicates": {
11291 "version": "5.1.0",
956303669a32fc2c2025-06-02 19:45:53 +080011292 "license": "MIT",
11293 "engines": {
11294 "node": "^10 || ^12 || >=14.0"
11295 },
11296 "peerDependencies": {
11297 "postcss": "^8.2.15"
11298 }
11299 },
11300 "node_modules/postcss-discard-empty": {
11301 "version": "5.1.1",
956303669a32fc2c2025-06-02 19:45:53 +080011302 "license": "MIT",
11303 "engines": {
11304 "node": "^10 || ^12 || >=14.0"
11305 },
11306 "peerDependencies": {
11307 "postcss": "^8.2.15"
11308 }
11309 },
11310 "node_modules/postcss-discard-overridden": {
11311 "version": "5.1.0",
956303669a32fc2c2025-06-02 19:45:53 +080011312 "license": "MIT",
11313 "engines": {
11314 "node": "^10 || ^12 || >=14.0"
11315 },
11316 "peerDependencies": {
11317 "postcss": "^8.2.15"
11318 }
11319 },
11320 "node_modules/postcss-double-position-gradients": {
11321 "version": "3.1.2",
956303669a32fc2c2025-06-02 19:45:53 +080011322 "license": "CC0-1.0",
11323 "dependencies": {
11324 "@csstools/postcss-progressive-custom-properties": "^1.1.0",
11325 "postcss-value-parser": "^4.2.0"
11326 },
11327 "engines": {
11328 "node": "^12 || ^14 || >=16"
11329 },
11330 "funding": {
11331 "type": "opencollective",
11332 "url": "https://opencollective.com/csstools"
11333 },
11334 "peerDependencies": {
11335 "postcss": "^8.2"
11336 }
11337 },
11338 "node_modules/postcss-env-function": {
11339 "version": "4.0.6",
956303669a32fc2c2025-06-02 19:45:53 +080011340 "license": "CC0-1.0",
11341 "dependencies": {
11342 "postcss-value-parser": "^4.2.0"
11343 },
11344 "engines": {
11345 "node": "^12 || ^14 || >=16"
11346 },
11347 "peerDependencies": {
11348 "postcss": "^8.4"
11349 }
11350 },
11351 "node_modules/postcss-flexbugs-fixes": {
11352 "version": "5.0.2",
956303669a32fc2c2025-06-02 19:45:53 +080011353 "license": "MIT",
11354 "peerDependencies": {
11355 "postcss": "^8.1.4"
11356 }
11357 },
11358 "node_modules/postcss-focus-visible": {
11359 "version": "6.0.4",
956303669a32fc2c2025-06-02 19:45:53 +080011360 "license": "CC0-1.0",
11361 "dependencies": {
11362 "postcss-selector-parser": "^6.0.9"
11363 },
11364 "engines": {
11365 "node": "^12 || ^14 || >=16"
11366 },
11367 "peerDependencies": {
11368 "postcss": "^8.4"
11369 }
11370 },
11371 "node_modules/postcss-focus-within": {
11372 "version": "5.0.4",
956303669a32fc2c2025-06-02 19:45:53 +080011373 "license": "CC0-1.0",
11374 "dependencies": {
11375 "postcss-selector-parser": "^6.0.9"
11376 },
11377 "engines": {
11378 "node": "^12 || ^14 || >=16"
11379 },
11380 "peerDependencies": {
11381 "postcss": "^8.4"
11382 }
11383 },
11384 "node_modules/postcss-font-variant": {
11385 "version": "5.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080011386 "license": "MIT",
11387 "peerDependencies": {
11388 "postcss": "^8.1.0"
11389 }
11390 },
11391 "node_modules/postcss-gap-properties": {
11392 "version": "3.0.5",
956303669a32fc2c2025-06-02 19:45:53 +080011393 "license": "CC0-1.0",
11394 "engines": {
11395 "node": "^12 || ^14 || >=16"
11396 },
11397 "funding": {
11398 "type": "opencollective",
11399 "url": "https://opencollective.com/csstools"
11400 },
11401 "peerDependencies": {
11402 "postcss": "^8.2"
11403 }
11404 },
11405 "node_modules/postcss-image-set-function": {
11406 "version": "4.0.7",
956303669a32fc2c2025-06-02 19:45:53 +080011407 "license": "CC0-1.0",
11408 "dependencies": {
11409 "postcss-value-parser": "^4.2.0"
11410 },
11411 "engines": {
11412 "node": "^12 || ^14 || >=16"
11413 },
11414 "funding": {
11415 "type": "opencollective",
11416 "url": "https://opencollective.com/csstools"
11417 },
11418 "peerDependencies": {
11419 "postcss": "^8.2"
11420 }
11421 },
11422 "node_modules/postcss-import": {
11423 "version": "15.1.0",
956303669a32fc2c2025-06-02 19:45:53 +080011424 "license": "MIT",
11425 "dependencies": {
11426 "postcss-value-parser": "^4.0.0",
11427 "read-cache": "^1.0.0",
11428 "resolve": "^1.1.7"
11429 },
11430 "engines": {
11431 "node": ">=14.0.0"
11432 },
11433 "peerDependencies": {
11434 "postcss": "^8.0.0"
11435 }
11436 },
11437 "node_modules/postcss-initial": {
11438 "version": "4.0.1",
956303669a32fc2c2025-06-02 19:45:53 +080011439 "license": "MIT",
11440 "peerDependencies": {
11441 "postcss": "^8.0.0"
11442 }
11443 },
11444 "node_modules/postcss-js": {
11445 "version": "4.0.1",
956303669a32fc2c2025-06-02 19:45:53 +080011446 "license": "MIT",
11447 "dependencies": {
11448 "camelcase-css": "^2.0.1"
11449 },
11450 "engines": {
11451 "node": "^12 || ^14 || >= 16"
11452 },
11453 "funding": {
11454 "type": "opencollective",
11455 "url": "https://opencollective.com/postcss/"
11456 },
11457 "peerDependencies": {
11458 "postcss": "^8.4.21"
11459 }
11460 },
11461 "node_modules/postcss-lab-function": {
11462 "version": "4.2.1",
956303669a32fc2c2025-06-02 19:45:53 +080011463 "license": "CC0-1.0",
11464 "dependencies": {
11465 "@csstools/postcss-progressive-custom-properties": "^1.1.0",
11466 "postcss-value-parser": "^4.2.0"
11467 },
11468 "engines": {
11469 "node": "^12 || ^14 || >=16"
11470 },
11471 "funding": {
11472 "type": "opencollective",
11473 "url": "https://opencollective.com/csstools"
11474 },
11475 "peerDependencies": {
11476 "postcss": "^8.2"
11477 }
11478 },
11479 "node_modules/postcss-load-config": {
11480 "version": "4.0.2",
956303669a32fc2c2025-06-02 19:45:53 +080011481 "funding": [
11482 {
11483 "type": "opencollective",
11484 "url": "https://opencollective.com/postcss/"
11485 },
11486 {
11487 "type": "github",
11488 "url": "https://github.com/sponsors/ai"
11489 }
11490 ],
11491 "license": "MIT",
11492 "dependencies": {
11493 "lilconfig": "^3.0.0",
11494 "yaml": "^2.3.4"
11495 },
11496 "engines": {
11497 "node": ">= 14"
11498 },
11499 "peerDependencies": {
11500 "postcss": ">=8.0.9",
11501 "ts-node": ">=9.0.0"
11502 },
11503 "peerDependenciesMeta": {
11504 "postcss": {
11505 "optional": true
11506 },
11507 "ts-node": {
11508 "optional": true
11509 }
11510 }
11511 },
11512 "node_modules/postcss-load-config/node_modules/lilconfig": {
11513 "version": "3.1.3",
956303669a32fc2c2025-06-02 19:45:53 +080011514 "license": "MIT",
11515 "engines": {
11516 "node": ">=14"
11517 },
11518 "funding": {
11519 "url": "https://github.com/sponsors/antonk52"
11520 }
11521 },
11522 "node_modules/postcss-load-config/node_modules/yaml": {
11523 "version": "2.8.0",
956303669a32fc2c2025-06-02 19:45:53 +080011524 "license": "ISC",
11525 "bin": {
11526 "yaml": "bin.mjs"
11527 },
11528 "engines": {
11529 "node": ">= 14.6"
11530 }
11531 },
11532 "node_modules/postcss-loader": {
11533 "version": "6.2.1",
956303669a32fc2c2025-06-02 19:45:53 +080011534 "license": "MIT",
11535 "dependencies": {
11536 "cosmiconfig": "^7.0.0",
11537 "klona": "^2.0.5",
11538 "semver": "^7.3.5"
11539 },
11540 "engines": {
11541 "node": ">= 12.13.0"
11542 },
11543 "funding": {
11544 "type": "opencollective",
11545 "url": "https://opencollective.com/webpack"
11546 },
11547 "peerDependencies": {
11548 "postcss": "^7.0.0 || ^8.0.1",
11549 "webpack": "^5.0.0"
11550 }
11551 },
11552 "node_modules/postcss-logical": {
11553 "version": "5.0.4",
956303669a32fc2c2025-06-02 19:45:53 +080011554 "license": "CC0-1.0",
11555 "engines": {
11556 "node": "^12 || ^14 || >=16"
11557 },
11558 "peerDependencies": {
11559 "postcss": "^8.4"
11560 }
11561 },
11562 "node_modules/postcss-media-minmax": {
11563 "version": "5.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080011564 "license": "MIT",
11565 "engines": {
11566 "node": ">=10.0.0"
11567 },
11568 "peerDependencies": {
11569 "postcss": "^8.1.0"
11570 }
11571 },
11572 "node_modules/postcss-merge-longhand": {
11573 "version": "5.1.7",
956303669a32fc2c2025-06-02 19:45:53 +080011574 "license": "MIT",
11575 "dependencies": {
11576 "postcss-value-parser": "^4.2.0",
11577 "stylehacks": "^5.1.1"
11578 },
11579 "engines": {
11580 "node": "^10 || ^12 || >=14.0"
11581 },
11582 "peerDependencies": {
11583 "postcss": "^8.2.15"
11584 }
11585 },
11586 "node_modules/postcss-merge-rules": {
11587 "version": "5.1.4",
956303669a32fc2c2025-06-02 19:45:53 +080011588 "license": "MIT",
11589 "dependencies": {
11590 "browserslist": "^4.21.4",
11591 "caniuse-api": "^3.0.0",
11592 "cssnano-utils": "^3.1.0",
11593 "postcss-selector-parser": "^6.0.5"
11594 },
11595 "engines": {
11596 "node": "^10 || ^12 || >=14.0"
11597 },
11598 "peerDependencies": {
11599 "postcss": "^8.2.15"
11600 }
11601 },
11602 "node_modules/postcss-minify-font-values": {
11603 "version": "5.1.0",
956303669a32fc2c2025-06-02 19:45:53 +080011604 "license": "MIT",
11605 "dependencies": {
11606 "postcss-value-parser": "^4.2.0"
11607 },
11608 "engines": {
11609 "node": "^10 || ^12 || >=14.0"
11610 },
11611 "peerDependencies": {
11612 "postcss": "^8.2.15"
11613 }
11614 },
11615 "node_modules/postcss-minify-gradients": {
11616 "version": "5.1.1",
956303669a32fc2c2025-06-02 19:45:53 +080011617 "license": "MIT",
11618 "dependencies": {
11619 "colord": "^2.9.1",
11620 "cssnano-utils": "^3.1.0",
11621 "postcss-value-parser": "^4.2.0"
11622 },
11623 "engines": {
11624 "node": "^10 || ^12 || >=14.0"
11625 },
11626 "peerDependencies": {
11627 "postcss": "^8.2.15"
11628 }
11629 },
11630 "node_modules/postcss-minify-params": {
11631 "version": "5.1.4",
956303669a32fc2c2025-06-02 19:45:53 +080011632 "license": "MIT",
11633 "dependencies": {
11634 "browserslist": "^4.21.4",
11635 "cssnano-utils": "^3.1.0",
11636 "postcss-value-parser": "^4.2.0"
11637 },
11638 "engines": {
11639 "node": "^10 || ^12 || >=14.0"
11640 },
11641 "peerDependencies": {
11642 "postcss": "^8.2.15"
11643 }
11644 },
11645 "node_modules/postcss-minify-selectors": {
11646 "version": "5.2.1",
956303669a32fc2c2025-06-02 19:45:53 +080011647 "license": "MIT",
11648 "dependencies": {
11649 "postcss-selector-parser": "^6.0.5"
11650 },
11651 "engines": {
11652 "node": "^10 || ^12 || >=14.0"
11653 },
11654 "peerDependencies": {
11655 "postcss": "^8.2.15"
11656 }
11657 },
11658 "node_modules/postcss-modules-extract-imports": {
11659 "version": "3.1.0",
956303669a32fc2c2025-06-02 19:45:53 +080011660 "license": "ISC",
11661 "engines": {
11662 "node": "^10 || ^12 || >= 14"
11663 },
11664 "peerDependencies": {
11665 "postcss": "^8.1.0"
11666 }
11667 },
11668 "node_modules/postcss-modules-local-by-default": {
11669 "version": "4.2.0",
956303669a32fc2c2025-06-02 19:45:53 +080011670 "license": "MIT",
11671 "dependencies": {
11672 "icss-utils": "^5.0.0",
11673 "postcss-selector-parser": "^7.0.0",
11674 "postcss-value-parser": "^4.1.0"
11675 },
11676 "engines": {
11677 "node": "^10 || ^12 || >= 14"
11678 },
11679 "peerDependencies": {
11680 "postcss": "^8.1.0"
11681 }
11682 },
11683 "node_modules/postcss-modules-local-by-default/node_modules/postcss-selector-parser": {
11684 "version": "7.1.0",
956303669a32fc2c2025-06-02 19:45:53 +080011685 "license": "MIT",
11686 "dependencies": {
11687 "cssesc": "^3.0.0",
11688 "util-deprecate": "^1.0.2"
11689 },
11690 "engines": {
11691 "node": ">=4"
11692 }
11693 },
11694 "node_modules/postcss-modules-scope": {
11695 "version": "3.2.1",
956303669a32fc2c2025-06-02 19:45:53 +080011696 "license": "ISC",
11697 "dependencies": {
11698 "postcss-selector-parser": "^7.0.0"
11699 },
11700 "engines": {
11701 "node": "^10 || ^12 || >= 14"
11702 },
11703 "peerDependencies": {
11704 "postcss": "^8.1.0"
11705 }
11706 },
11707 "node_modules/postcss-modules-scope/node_modules/postcss-selector-parser": {
11708 "version": "7.1.0",
956303669a32fc2c2025-06-02 19:45:53 +080011709 "license": "MIT",
11710 "dependencies": {
11711 "cssesc": "^3.0.0",
11712 "util-deprecate": "^1.0.2"
11713 },
11714 "engines": {
11715 "node": ">=4"
11716 }
11717 },
11718 "node_modules/postcss-modules-values": {
11719 "version": "4.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080011720 "license": "ISC",
11721 "dependencies": {
11722 "icss-utils": "^5.0.0"
11723 },
11724 "engines": {
11725 "node": "^10 || ^12 || >= 14"
11726 },
11727 "peerDependencies": {
11728 "postcss": "^8.1.0"
11729 }
11730 },
11731 "node_modules/postcss-nested": {
11732 "version": "6.2.0",
956303669a32fc2c2025-06-02 19:45:53 +080011733 "funding": [
11734 {
11735 "type": "opencollective",
11736 "url": "https://opencollective.com/postcss/"
11737 },
11738 {
11739 "type": "github",
11740 "url": "https://github.com/sponsors/ai"
11741 }
11742 ],
11743 "license": "MIT",
11744 "dependencies": {
11745 "postcss-selector-parser": "^6.1.1"
11746 },
11747 "engines": {
11748 "node": ">=12.0"
11749 },
11750 "peerDependencies": {
11751 "postcss": "^8.2.14"
11752 }
11753 },
11754 "node_modules/postcss-nesting": {
11755 "version": "10.2.0",
956303669a32fc2c2025-06-02 19:45:53 +080011756 "license": "CC0-1.0",
11757 "dependencies": {
11758 "@csstools/selector-specificity": "^2.0.0",
11759 "postcss-selector-parser": "^6.0.10"
11760 },
11761 "engines": {
11762 "node": "^12 || ^14 || >=16"
11763 },
11764 "funding": {
11765 "type": "opencollective",
11766 "url": "https://opencollective.com/csstools"
11767 },
11768 "peerDependencies": {
11769 "postcss": "^8.2"
11770 }
11771 },
11772 "node_modules/postcss-normalize": {
11773 "version": "10.0.1",
956303669a32fc2c2025-06-02 19:45:53 +080011774 "license": "CC0-1.0",
11775 "dependencies": {
11776 "@csstools/normalize.css": "*",
11777 "postcss-browser-comments": "^4",
11778 "sanitize.css": "*"
11779 },
11780 "engines": {
11781 "node": ">= 12"
11782 },
11783 "peerDependencies": {
11784 "browserslist": ">= 4",
11785 "postcss": ">= 8"
11786 }
11787 },
11788 "node_modules/postcss-normalize-charset": {
11789 "version": "5.1.0",
956303669a32fc2c2025-06-02 19:45:53 +080011790 "license": "MIT",
11791 "engines": {
11792 "node": "^10 || ^12 || >=14.0"
11793 },
11794 "peerDependencies": {
11795 "postcss": "^8.2.15"
11796 }
11797 },
11798 "node_modules/postcss-normalize-display-values": {
11799 "version": "5.1.0",
956303669a32fc2c2025-06-02 19:45:53 +080011800 "license": "MIT",
11801 "dependencies": {
11802 "postcss-value-parser": "^4.2.0"
11803 },
11804 "engines": {
11805 "node": "^10 || ^12 || >=14.0"
11806 },
11807 "peerDependencies": {
11808 "postcss": "^8.2.15"
11809 }
11810 },
11811 "node_modules/postcss-normalize-positions": {
11812 "version": "5.1.1",
956303669a32fc2c2025-06-02 19:45:53 +080011813 "license": "MIT",
11814 "dependencies": {
11815 "postcss-value-parser": "^4.2.0"
11816 },
11817 "engines": {
11818 "node": "^10 || ^12 || >=14.0"
11819 },
11820 "peerDependencies": {
11821 "postcss": "^8.2.15"
11822 }
11823 },
11824 "node_modules/postcss-normalize-repeat-style": {
11825 "version": "5.1.1",
956303669a32fc2c2025-06-02 19:45:53 +080011826 "license": "MIT",
11827 "dependencies": {
11828 "postcss-value-parser": "^4.2.0"
11829 },
11830 "engines": {
11831 "node": "^10 || ^12 || >=14.0"
11832 },
11833 "peerDependencies": {
11834 "postcss": "^8.2.15"
11835 }
11836 },
11837 "node_modules/postcss-normalize-string": {
11838 "version": "5.1.0",
956303669a32fc2c2025-06-02 19:45:53 +080011839 "license": "MIT",
11840 "dependencies": {
11841 "postcss-value-parser": "^4.2.0"
11842 },
11843 "engines": {
11844 "node": "^10 || ^12 || >=14.0"
11845 },
11846 "peerDependencies": {
11847 "postcss": "^8.2.15"
11848 }
11849 },
11850 "node_modules/postcss-normalize-timing-functions": {
11851 "version": "5.1.0",
956303669a32fc2c2025-06-02 19:45:53 +080011852 "license": "MIT",
11853 "dependencies": {
11854 "postcss-value-parser": "^4.2.0"
11855 },
11856 "engines": {
11857 "node": "^10 || ^12 || >=14.0"
11858 },
11859 "peerDependencies": {
11860 "postcss": "^8.2.15"
11861 }
11862 },
11863 "node_modules/postcss-normalize-unicode": {
11864 "version": "5.1.1",
956303669a32fc2c2025-06-02 19:45:53 +080011865 "license": "MIT",
11866 "dependencies": {
11867 "browserslist": "^4.21.4",
11868 "postcss-value-parser": "^4.2.0"
11869 },
11870 "engines": {
11871 "node": "^10 || ^12 || >=14.0"
11872 },
11873 "peerDependencies": {
11874 "postcss": "^8.2.15"
11875 }
11876 },
11877 "node_modules/postcss-normalize-url": {
11878 "version": "5.1.0",
956303669a32fc2c2025-06-02 19:45:53 +080011879 "license": "MIT",
11880 "dependencies": {
11881 "normalize-url": "^6.0.1",
11882 "postcss-value-parser": "^4.2.0"
11883 },
11884 "engines": {
11885 "node": "^10 || ^12 || >=14.0"
11886 },
11887 "peerDependencies": {
11888 "postcss": "^8.2.15"
11889 }
11890 },
11891 "node_modules/postcss-normalize-whitespace": {
11892 "version": "5.1.1",
956303669a32fc2c2025-06-02 19:45:53 +080011893 "license": "MIT",
11894 "dependencies": {
11895 "postcss-value-parser": "^4.2.0"
11896 },
11897 "engines": {
11898 "node": "^10 || ^12 || >=14.0"
11899 },
11900 "peerDependencies": {
11901 "postcss": "^8.2.15"
11902 }
11903 },
11904 "node_modules/postcss-opacity-percentage": {
11905 "version": "1.1.3",
956303669a32fc2c2025-06-02 19:45:53 +080011906 "funding": [
11907 {
11908 "type": "kofi",
11909 "url": "https://ko-fi.com/mrcgrtz"
11910 },
11911 {
11912 "type": "liberapay",
11913 "url": "https://liberapay.com/mrcgrtz"
11914 }
11915 ],
11916 "license": "MIT",
11917 "engines": {
11918 "node": "^12 || ^14 || >=16"
11919 },
11920 "peerDependencies": {
11921 "postcss": "^8.2"
11922 }
11923 },
11924 "node_modules/postcss-ordered-values": {
11925 "version": "5.1.3",
956303669a32fc2c2025-06-02 19:45:53 +080011926 "license": "MIT",
11927 "dependencies": {
11928 "cssnano-utils": "^3.1.0",
11929 "postcss-value-parser": "^4.2.0"
11930 },
11931 "engines": {
11932 "node": "^10 || ^12 || >=14.0"
11933 },
11934 "peerDependencies": {
11935 "postcss": "^8.2.15"
11936 }
11937 },
11938 "node_modules/postcss-overflow-shorthand": {
11939 "version": "3.0.4",
956303669a32fc2c2025-06-02 19:45:53 +080011940 "license": "CC0-1.0",
11941 "dependencies": {
11942 "postcss-value-parser": "^4.2.0"
11943 },
11944 "engines": {
11945 "node": "^12 || ^14 || >=16"
11946 },
11947 "funding": {
11948 "type": "opencollective",
11949 "url": "https://opencollective.com/csstools"
11950 },
11951 "peerDependencies": {
11952 "postcss": "^8.2"
11953 }
11954 },
11955 "node_modules/postcss-page-break": {
11956 "version": "3.0.4",
956303669a32fc2c2025-06-02 19:45:53 +080011957 "license": "MIT",
11958 "peerDependencies": {
11959 "postcss": "^8"
11960 }
11961 },
11962 "node_modules/postcss-place": {
11963 "version": "7.0.5",
956303669a32fc2c2025-06-02 19:45:53 +080011964 "license": "CC0-1.0",
11965 "dependencies": {
11966 "postcss-value-parser": "^4.2.0"
11967 },
11968 "engines": {
11969 "node": "^12 || ^14 || >=16"
11970 },
11971 "funding": {
11972 "type": "opencollective",
11973 "url": "https://opencollective.com/csstools"
11974 },
11975 "peerDependencies": {
11976 "postcss": "^8.2"
11977 }
11978 },
11979 "node_modules/postcss-preset-env": {
11980 "version": "7.8.3",
956303669a32fc2c2025-06-02 19:45:53 +080011981 "license": "CC0-1.0",
11982 "dependencies": {
11983 "@csstools/postcss-cascade-layers": "^1.1.1",
11984 "@csstools/postcss-color-function": "^1.1.1",
11985 "@csstools/postcss-font-format-keywords": "^1.0.1",
11986 "@csstools/postcss-hwb-function": "^1.0.2",
11987 "@csstools/postcss-ic-unit": "^1.0.1",
11988 "@csstools/postcss-is-pseudo-class": "^2.0.7",
11989 "@csstools/postcss-nested-calc": "^1.0.0",
11990 "@csstools/postcss-normalize-display-values": "^1.0.1",
11991 "@csstools/postcss-oklab-function": "^1.1.1",
11992 "@csstools/postcss-progressive-custom-properties": "^1.3.0",
11993 "@csstools/postcss-stepped-value-functions": "^1.0.1",
11994 "@csstools/postcss-text-decoration-shorthand": "^1.0.0",
11995 "@csstools/postcss-trigonometric-functions": "^1.0.2",
11996 "@csstools/postcss-unset-value": "^1.0.2",
11997 "autoprefixer": "^10.4.13",
11998 "browserslist": "^4.21.4",
11999 "css-blank-pseudo": "^3.0.3",
12000 "css-has-pseudo": "^3.0.4",
12001 "css-prefers-color-scheme": "^6.0.3",
12002 "cssdb": "^7.1.0",
12003 "postcss-attribute-case-insensitive": "^5.0.2",
12004 "postcss-clamp": "^4.1.0",
12005 "postcss-color-functional-notation": "^4.2.4",
12006 "postcss-color-hex-alpha": "^8.0.4",
12007 "postcss-color-rebeccapurple": "^7.1.1",
12008 "postcss-custom-media": "^8.0.2",
12009 "postcss-custom-properties": "^12.1.10",
12010 "postcss-custom-selectors": "^6.0.3",
12011 "postcss-dir-pseudo-class": "^6.0.5",
12012 "postcss-double-position-gradients": "^3.1.2",
12013 "postcss-env-function": "^4.0.6",
12014 "postcss-focus-visible": "^6.0.4",
12015 "postcss-focus-within": "^5.0.4",
12016 "postcss-font-variant": "^5.0.0",
12017 "postcss-gap-properties": "^3.0.5",
12018 "postcss-image-set-function": "^4.0.7",
12019 "postcss-initial": "^4.0.1",
12020 "postcss-lab-function": "^4.2.1",
12021 "postcss-logical": "^5.0.4",
12022 "postcss-media-minmax": "^5.0.0",
12023 "postcss-nesting": "^10.2.0",
12024 "postcss-opacity-percentage": "^1.1.2",
12025 "postcss-overflow-shorthand": "^3.0.4",
12026 "postcss-page-break": "^3.0.4",
12027 "postcss-place": "^7.0.5",
12028 "postcss-pseudo-class-any-link": "^7.1.6",
12029 "postcss-replace-overflow-wrap": "^4.0.0",
12030 "postcss-selector-not": "^6.0.1",
12031 "postcss-value-parser": "^4.2.0"
12032 },
12033 "engines": {
12034 "node": "^12 || ^14 || >=16"
12035 },
12036 "funding": {
12037 "type": "opencollective",
12038 "url": "https://opencollective.com/csstools"
12039 },
12040 "peerDependencies": {
12041 "postcss": "^8.2"
12042 }
12043 },
12044 "node_modules/postcss-pseudo-class-any-link": {
12045 "version": "7.1.6",
956303669a32fc2c2025-06-02 19:45:53 +080012046 "license": "CC0-1.0",
12047 "dependencies": {
12048 "postcss-selector-parser": "^6.0.10"
12049 },
12050 "engines": {
12051 "node": "^12 || ^14 || >=16"
12052 },
12053 "funding": {
12054 "type": "opencollective",
12055 "url": "https://opencollective.com/csstools"
12056 },
12057 "peerDependencies": {
12058 "postcss": "^8.2"
12059 }
12060 },
12061 "node_modules/postcss-reduce-initial": {
12062 "version": "5.1.2",
956303669a32fc2c2025-06-02 19:45:53 +080012063 "license": "MIT",
12064 "dependencies": {
12065 "browserslist": "^4.21.4",
12066 "caniuse-api": "^3.0.0"
12067 },
12068 "engines": {
12069 "node": "^10 || ^12 || >=14.0"
12070 },
12071 "peerDependencies": {
12072 "postcss": "^8.2.15"
12073 }
12074 },
12075 "node_modules/postcss-reduce-transforms": {
12076 "version": "5.1.0",
956303669a32fc2c2025-06-02 19:45:53 +080012077 "license": "MIT",
12078 "dependencies": {
12079 "postcss-value-parser": "^4.2.0"
12080 },
12081 "engines": {
12082 "node": "^10 || ^12 || >=14.0"
12083 },
12084 "peerDependencies": {
12085 "postcss": "^8.2.15"
12086 }
12087 },
12088 "node_modules/postcss-replace-overflow-wrap": {
12089 "version": "4.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080012090 "license": "MIT",
12091 "peerDependencies": {
12092 "postcss": "^8.0.3"
12093 }
12094 },
12095 "node_modules/postcss-selector-not": {
12096 "version": "6.0.1",
956303669a32fc2c2025-06-02 19:45:53 +080012097 "license": "MIT",
12098 "dependencies": {
12099 "postcss-selector-parser": "^6.0.10"
12100 },
12101 "engines": {
12102 "node": "^12 || ^14 || >=16"
12103 },
12104 "funding": {
12105 "type": "opencollective",
12106 "url": "https://opencollective.com/csstools"
12107 },
12108 "peerDependencies": {
12109 "postcss": "^8.2"
12110 }
12111 },
12112 "node_modules/postcss-selector-parser": {
12113 "version": "6.1.2",
956303669a32fc2c2025-06-02 19:45:53 +080012114 "license": "MIT",
12115 "dependencies": {
12116 "cssesc": "^3.0.0",
12117 "util-deprecate": "^1.0.2"
12118 },
12119 "engines": {
12120 "node": ">=4"
12121 }
12122 },
12123 "node_modules/postcss-svgo": {
12124 "version": "5.1.0",
956303669a32fc2c2025-06-02 19:45:53 +080012125 "license": "MIT",
12126 "dependencies": {
12127 "postcss-value-parser": "^4.2.0",
12128 "svgo": "^2.7.0"
12129 },
12130 "engines": {
12131 "node": "^10 || ^12 || >=14.0"
12132 },
12133 "peerDependencies": {
12134 "postcss": "^8.2.15"
12135 }
12136 },
12137 "node_modules/postcss-svgo/node_modules/commander": {
12138 "version": "7.2.0",
956303669a32fc2c2025-06-02 19:45:53 +080012139 "license": "MIT",
12140 "engines": {
12141 "node": ">= 10"
12142 }
12143 },
12144 "node_modules/postcss-svgo/node_modules/css-tree": {
12145 "version": "1.1.3",
956303669a32fc2c2025-06-02 19:45:53 +080012146 "license": "MIT",
12147 "dependencies": {
12148 "mdn-data": "2.0.14",
12149 "source-map": "^0.6.1"
12150 },
12151 "engines": {
12152 "node": ">=8.0.0"
12153 }
12154 },
12155 "node_modules/postcss-svgo/node_modules/mdn-data": {
12156 "version": "2.0.14",
956303669a32fc2c2025-06-02 19:45:53 +080012157 "license": "CC0-1.0"
12158 },
12159 "node_modules/postcss-svgo/node_modules/source-map": {
12160 "version": "0.6.1",
956303669a32fc2c2025-06-02 19:45:53 +080012161 "license": "BSD-3-Clause",
12162 "engines": {
12163 "node": ">=0.10.0"
12164 }
12165 },
12166 "node_modules/postcss-svgo/node_modules/svgo": {
12167 "version": "2.8.0",
956303669a32fc2c2025-06-02 19:45:53 +080012168 "license": "MIT",
12169 "dependencies": {
12170 "@trysound/sax": "0.2.0",
12171 "commander": "^7.2.0",
12172 "css-select": "^4.1.3",
12173 "css-tree": "^1.1.3",
12174 "csso": "^4.2.0",
12175 "picocolors": "^1.0.0",
12176 "stable": "^0.1.8"
12177 },
12178 "bin": {
12179 "svgo": "bin/svgo"
12180 },
12181 "engines": {
12182 "node": ">=10.13.0"
12183 }
12184 },
12185 "node_modules/postcss-unique-selectors": {
12186 "version": "5.1.1",
956303669a32fc2c2025-06-02 19:45:53 +080012187 "license": "MIT",
12188 "dependencies": {
12189 "postcss-selector-parser": "^6.0.5"
12190 },
12191 "engines": {
12192 "node": "^10 || ^12 || >=14.0"
12193 },
12194 "peerDependencies": {
12195 "postcss": "^8.2.15"
12196 }
12197 },
12198 "node_modules/postcss-value-parser": {
12199 "version": "4.2.0",
956303669a32fc2c2025-06-02 19:45:53 +080012200 "license": "MIT"
12201 },
12202 "node_modules/prelude-ls": {
12203 "version": "1.2.1",
956303669a32fc2c2025-06-02 19:45:53 +080012204 "license": "MIT",
12205 "engines": {
12206 "node": ">= 0.8.0"
12207 }
12208 },
12209 "node_modules/pretty-bytes": {
12210 "version": "5.6.0",
956303669a32fc2c2025-06-02 19:45:53 +080012211 "license": "MIT",
12212 "engines": {
12213 "node": ">=6"
12214 },
12215 "funding": {
12216 "url": "https://github.com/sponsors/sindresorhus"
12217 }
12218 },
12219 "node_modules/pretty-error": {
12220 "version": "4.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080012221 "license": "MIT",
12222 "dependencies": {
12223 "lodash": "^4.17.20",
12224 "renderkid": "^3.0.0"
12225 }
12226 },
12227 "node_modules/pretty-format": {
12228 "version": "27.5.1",
956303669a32fc2c2025-06-02 19:45:53 +080012229 "license": "MIT",
12230 "dependencies": {
12231 "ansi-regex": "^5.0.1",
12232 "ansi-styles": "^5.0.0",
12233 "react-is": "^17.0.1"
12234 },
12235 "engines": {
12236 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
12237 }
12238 },
12239 "node_modules/pretty-format/node_modules/ansi-styles": {
12240 "version": "5.2.0",
956303669a32fc2c2025-06-02 19:45:53 +080012241 "license": "MIT",
12242 "engines": {
12243 "node": ">=10"
12244 },
12245 "funding": {
12246 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
12247 }
12248 },
12249 "node_modules/pretty-format/node_modules/react-is": {
12250 "version": "17.0.2",
956303669a32fc2c2025-06-02 19:45:53 +080012251 "license": "MIT"
12252 },
12253 "node_modules/process-nextick-args": {
12254 "version": "2.0.1",
956303669a32fc2c2025-06-02 19:45:53 +080012255 "license": "MIT"
12256 },
12257 "node_modules/promise": {
12258 "version": "8.3.0",
956303669a32fc2c2025-06-02 19:45:53 +080012259 "license": "MIT",
12260 "dependencies": {
12261 "asap": "~2.0.6"
12262 }
12263 },
12264 "node_modules/prompts": {
12265 "version": "2.4.2",
956303669a32fc2c2025-06-02 19:45:53 +080012266 "license": "MIT",
12267 "dependencies": {
12268 "kleur": "^3.0.3",
12269 "sisteransi": "^1.0.5"
12270 },
12271 "engines": {
12272 "node": ">= 6"
12273 }
12274 },
12275 "node_modules/prop-types": {
12276 "version": "15.8.1",
956303669a32fc2c2025-06-02 19:45:53 +080012277 "license": "MIT",
12278 "dependencies": {
12279 "loose-envify": "^1.4.0",
12280 "object-assign": "^4.1.1",
12281 "react-is": "^16.13.1"
12282 }
12283 },
12284 "node_modules/prop-types/node_modules/react-is": {
12285 "version": "16.13.1",
956303669a32fc2c2025-06-02 19:45:53 +080012286 "license": "MIT"
12287 },
12288 "node_modules/proxy-addr": {
12289 "version": "2.0.7",
956303669a32fc2c2025-06-02 19:45:53 +080012290 "license": "MIT",
12291 "dependencies": {
12292 "forwarded": "0.2.0",
12293 "ipaddr.js": "1.9.1"
12294 },
12295 "engines": {
12296 "node": ">= 0.10"
12297 }
12298 },
12299 "node_modules/proxy-addr/node_modules/ipaddr.js": {
12300 "version": "1.9.1",
956303669a32fc2c2025-06-02 19:45:53 +080012301 "license": "MIT",
12302 "engines": {
12303 "node": ">= 0.10"
12304 }
12305 },
12306 "node_modules/psl": {
12307 "version": "1.15.0",
956303669a32fc2c2025-06-02 19:45:53 +080012308 "license": "MIT",
12309 "dependencies": {
12310 "punycode": "^2.3.1"
12311 },
12312 "funding": {
12313 "url": "https://github.com/sponsors/lupomontero"
12314 }
12315 },
12316 "node_modules/punycode": {
12317 "version": "2.3.1",
956303669a32fc2c2025-06-02 19:45:53 +080012318 "license": "MIT",
12319 "engines": {
12320 "node": ">=6"
12321 }
12322 },
12323 "node_modules/q": {
12324 "version": "1.5.1",
956303669a32fc2c2025-06-02 19:45:53 +080012325 "license": "MIT",
12326 "engines": {
12327 "node": ">=0.6.0",
12328 "teleport": ">=0.2.0"
12329 }
12330 },
12331 "node_modules/qs": {
12332 "version": "6.13.0",
956303669a32fc2c2025-06-02 19:45:53 +080012333 "license": "BSD-3-Clause",
12334 "dependencies": {
12335 "side-channel": "^1.0.6"
12336 },
12337 "engines": {
12338 "node": ">=0.6"
12339 },
12340 "funding": {
12341 "url": "https://github.com/sponsors/ljharb"
12342 }
12343 },
12344 "node_modules/querystringify": {
12345 "version": "2.2.0",
956303669a32fc2c2025-06-02 19:45:53 +080012346 "license": "MIT"
12347 },
12348 "node_modules/queue-microtask": {
12349 "version": "1.2.3",
956303669a32fc2c2025-06-02 19:45:53 +080012350 "funding": [
12351 {
12352 "type": "github",
12353 "url": "https://github.com/sponsors/feross"
12354 },
12355 {
12356 "type": "patreon",
12357 "url": "https://www.patreon.com/feross"
12358 },
12359 {
12360 "type": "consulting",
12361 "url": "https://feross.org/support"
12362 }
12363 ],
12364 "license": "MIT"
12365 },
12366 "node_modules/raf": {
12367 "version": "3.4.1",
956303669a32fc2c2025-06-02 19:45:53 +080012368 "license": "MIT",
12369 "dependencies": {
12370 "performance-now": "^2.1.0"
12371 }
12372 },
12373 "node_modules/randombytes": {
12374 "version": "2.1.0",
956303669a32fc2c2025-06-02 19:45:53 +080012375 "license": "MIT",
12376 "dependencies": {
12377 "safe-buffer": "^5.1.0"
12378 }
12379 },
12380 "node_modules/range-parser": {
12381 "version": "1.2.1",
956303669a32fc2c2025-06-02 19:45:53 +080012382 "license": "MIT",
12383 "engines": {
12384 "node": ">= 0.6"
12385 }
12386 },
12387 "node_modules/raw-body": {
12388 "version": "2.5.2",
956303669a32fc2c2025-06-02 19:45:53 +080012389 "license": "MIT",
12390 "dependencies": {
12391 "bytes": "3.1.2",
12392 "http-errors": "2.0.0",
12393 "iconv-lite": "0.4.24",
12394 "unpipe": "1.0.0"
12395 },
12396 "engines": {
12397 "node": ">= 0.8"
12398 }
12399 },
12400 "node_modules/raw-body/node_modules/iconv-lite": {
12401 "version": "0.4.24",
956303669a32fc2c2025-06-02 19:45:53 +080012402 "license": "MIT",
12403 "dependencies": {
12404 "safer-buffer": ">= 2.1.2 < 3"
12405 },
12406 "engines": {
12407 "node": ">=0.10.0"
12408 }
12409 },
ssq5067cb92025-06-05 11:44:23 +000012410 "node_modules/rc-cascader": {
12411 "version": "3.34.0",
12412 "resolved": "https://registry.npmjs.org/rc-cascader/-/rc-cascader-3.34.0.tgz",
12413 "integrity": "sha512-KpXypcvju9ptjW9FaN2NFcA2QH9E9LHKq169Y0eWtH4e/wHQ5Wh5qZakAgvb8EKZ736WZ3B0zLLOBsrsja5Dag==",
ssq5067cb92025-06-05 11:44:23 +000012414 "dependencies": {
12415 "@babel/runtime": "^7.25.7",
12416 "classnames": "^2.3.1",
12417 "rc-select": "~14.16.2",
12418 "rc-tree": "~5.13.0",
12419 "rc-util": "^5.43.0"
12420 },
12421 "peerDependencies": {
12422 "react": ">=16.9.0",
12423 "react-dom": ">=16.9.0"
12424 }
12425 },
12426 "node_modules/rc-checkbox": {
12427 "version": "3.5.0",
12428 "resolved": "https://registry.npmjs.org/rc-checkbox/-/rc-checkbox-3.5.0.tgz",
12429 "integrity": "sha512-aOAQc3E98HteIIsSqm6Xk2FPKIER6+5vyEFMZfo73TqM+VVAIqOkHoPjgKLqSNtVLWScoaM7vY2ZrGEheI79yg==",
ssq5067cb92025-06-05 11:44:23 +000012430 "dependencies": {
12431 "@babel/runtime": "^7.10.1",
12432 "classnames": "^2.3.2",
12433 "rc-util": "^5.25.2"
12434 },
12435 "peerDependencies": {
12436 "react": ">=16.9.0",
12437 "react-dom": ">=16.9.0"
12438 }
12439 },
12440 "node_modules/rc-collapse": {
12441 "version": "3.9.0",
12442 "resolved": "https://registry.npmjs.org/rc-collapse/-/rc-collapse-3.9.0.tgz",
12443 "integrity": "sha512-swDdz4QZ4dFTo4RAUMLL50qP0EY62N2kvmk2We5xYdRwcRn8WcYtuetCJpwpaCbUfUt5+huLpVxhvmnK+PHrkA==",
ssq5067cb92025-06-05 11:44:23 +000012444 "dependencies": {
12445 "@babel/runtime": "^7.10.1",
12446 "classnames": "2.x",
12447 "rc-motion": "^2.3.4",
12448 "rc-util": "^5.27.0"
12449 },
12450 "peerDependencies": {
12451 "react": ">=16.9.0",
12452 "react-dom": ">=16.9.0"
12453 }
12454 },
12455 "node_modules/rc-dialog": {
12456 "version": "9.6.0",
12457 "resolved": "https://registry.npmjs.org/rc-dialog/-/rc-dialog-9.6.0.tgz",
12458 "integrity": "sha512-ApoVi9Z8PaCQg6FsUzS8yvBEQy0ZL2PkuvAgrmohPkN3okps5WZ5WQWPc1RNuiOKaAYv8B97ACdsFU5LizzCqg==",
ssq5067cb92025-06-05 11:44:23 +000012459 "dependencies": {
12460 "@babel/runtime": "^7.10.1",
12461 "@rc-component/portal": "^1.0.0-8",
12462 "classnames": "^2.2.6",
12463 "rc-motion": "^2.3.0",
12464 "rc-util": "^5.21.0"
12465 },
12466 "peerDependencies": {
12467 "react": ">=16.9.0",
12468 "react-dom": ">=16.9.0"
12469 }
12470 },
12471 "node_modules/rc-drawer": {
12472 "version": "7.3.0",
12473 "resolved": "https://registry.npmjs.org/rc-drawer/-/rc-drawer-7.3.0.tgz",
12474 "integrity": "sha512-DX6CIgiBWNpJIMGFO8BAISFkxiuKitoizooj4BDyee8/SnBn0zwO2FHrNDpqqepj0E/TFTDpmEBCyFuTgC7MOg==",
ssq5067cb92025-06-05 11:44:23 +000012475 "dependencies": {
12476 "@babel/runtime": "^7.23.9",
12477 "@rc-component/portal": "^1.1.1",
12478 "classnames": "^2.2.6",
12479 "rc-motion": "^2.6.1",
12480 "rc-util": "^5.38.1"
12481 },
12482 "peerDependencies": {
12483 "react": ">=16.9.0",
12484 "react-dom": ">=16.9.0"
12485 }
12486 },
12487 "node_modules/rc-dropdown": {
12488 "version": "4.2.1",
12489 "resolved": "https://registry.npmjs.org/rc-dropdown/-/rc-dropdown-4.2.1.tgz",
12490 "integrity": "sha512-YDAlXsPv3I1n42dv1JpdM7wJ+gSUBfeyPK59ZpBD9jQhK9jVuxpjj3NmWQHOBceA1zEPVX84T2wbdb2SD0UjmA==",
ssq5067cb92025-06-05 11:44:23 +000012491 "dependencies": {
12492 "@babel/runtime": "^7.18.3",
12493 "@rc-component/trigger": "^2.0.0",
12494 "classnames": "^2.2.6",
12495 "rc-util": "^5.44.1"
12496 },
12497 "peerDependencies": {
12498 "react": ">=16.11.0",
12499 "react-dom": ">=16.11.0"
12500 }
12501 },
12502 "node_modules/rc-field-form": {
12503 "version": "2.7.0",
12504 "resolved": "https://registry.npmjs.org/rc-field-form/-/rc-field-form-2.7.0.tgz",
12505 "integrity": "sha512-hgKsCay2taxzVnBPZl+1n4ZondsV78G++XVsMIJCAoioMjlMQR9YwAp7JZDIECzIu2Z66R+f4SFIRrO2DjDNAA==",
ssq5067cb92025-06-05 11:44:23 +000012506 "dependencies": {
12507 "@babel/runtime": "^7.18.0",
12508 "@rc-component/async-validator": "^5.0.3",
12509 "rc-util": "^5.32.2"
12510 },
12511 "engines": {
12512 "node": ">=8.x"
12513 },
12514 "peerDependencies": {
12515 "react": ">=16.9.0",
12516 "react-dom": ">=16.9.0"
12517 }
12518 },
12519 "node_modules/rc-image": {
12520 "version": "7.12.0",
12521 "resolved": "https://registry.npmjs.org/rc-image/-/rc-image-7.12.0.tgz",
12522 "integrity": "sha512-cZ3HTyyckPnNnUb9/DRqduqzLfrQRyi+CdHjdqgsyDpI3Ln5UX1kXnAhPBSJj9pVRzwRFgqkN7p9b6HBDjmu/Q==",
ssq5067cb92025-06-05 11:44:23 +000012523 "dependencies": {
12524 "@babel/runtime": "^7.11.2",
12525 "@rc-component/portal": "^1.0.2",
12526 "classnames": "^2.2.6",
12527 "rc-dialog": "~9.6.0",
12528 "rc-motion": "^2.6.2",
12529 "rc-util": "^5.34.1"
12530 },
12531 "peerDependencies": {
12532 "react": ">=16.9.0",
12533 "react-dom": ">=16.9.0"
12534 }
12535 },
12536 "node_modules/rc-input": {
12537 "version": "1.8.0",
12538 "resolved": "https://registry.npmjs.org/rc-input/-/rc-input-1.8.0.tgz",
12539 "integrity": "sha512-KXvaTbX+7ha8a/k+eg6SYRVERK0NddX8QX7a7AnRvUa/rEH0CNMlpcBzBkhI0wp2C8C4HlMoYl8TImSN+fuHKA==",
ssq5067cb92025-06-05 11:44:23 +000012540 "dependencies": {
12541 "@babel/runtime": "^7.11.1",
12542 "classnames": "^2.2.1",
12543 "rc-util": "^5.18.1"
12544 },
12545 "peerDependencies": {
12546 "react": ">=16.0.0",
12547 "react-dom": ">=16.0.0"
12548 }
12549 },
12550 "node_modules/rc-input-number": {
12551 "version": "9.5.0",
12552 "resolved": "https://registry.npmjs.org/rc-input-number/-/rc-input-number-9.5.0.tgz",
12553 "integrity": "sha512-bKaEvB5tHebUURAEXw35LDcnRZLq3x1k7GxfAqBMzmpHkDGzjAtnUL8y4y5N15rIFIg5IJgwr211jInl3cipag==",
ssq5067cb92025-06-05 11:44:23 +000012554 "dependencies": {
12555 "@babel/runtime": "^7.10.1",
12556 "@rc-component/mini-decimal": "^1.0.1",
12557 "classnames": "^2.2.5",
12558 "rc-input": "~1.8.0",
12559 "rc-util": "^5.40.1"
12560 },
12561 "peerDependencies": {
12562 "react": ">=16.9.0",
12563 "react-dom": ">=16.9.0"
12564 }
12565 },
12566 "node_modules/rc-mentions": {
12567 "version": "2.20.0",
12568 "resolved": "https://registry.npmjs.org/rc-mentions/-/rc-mentions-2.20.0.tgz",
12569 "integrity": "sha512-w8HCMZEh3f0nR8ZEd466ATqmXFCMGMN5UFCzEUL0bM/nGw/wOS2GgRzKBcm19K++jDyuWCOJOdgcKGXU3fXfbQ==",
ssq5067cb92025-06-05 11:44:23 +000012570 "dependencies": {
12571 "@babel/runtime": "^7.22.5",
12572 "@rc-component/trigger": "^2.0.0",
12573 "classnames": "^2.2.6",
12574 "rc-input": "~1.8.0",
12575 "rc-menu": "~9.16.0",
12576 "rc-textarea": "~1.10.0",
12577 "rc-util": "^5.34.1"
12578 },
12579 "peerDependencies": {
12580 "react": ">=16.9.0",
12581 "react-dom": ">=16.9.0"
12582 }
12583 },
12584 "node_modules/rc-menu": {
12585 "version": "9.16.1",
12586 "resolved": "https://registry.npmjs.org/rc-menu/-/rc-menu-9.16.1.tgz",
12587 "integrity": "sha512-ghHx6/6Dvp+fw8CJhDUHFHDJ84hJE3BXNCzSgLdmNiFErWSOaZNsihDAsKq9ByTALo/xkNIwtDFGIl6r+RPXBg==",
ssq5067cb92025-06-05 11:44:23 +000012588 "dependencies": {
12589 "@babel/runtime": "^7.10.1",
12590 "@rc-component/trigger": "^2.0.0",
12591 "classnames": "2.x",
12592 "rc-motion": "^2.4.3",
12593 "rc-overflow": "^1.3.1",
12594 "rc-util": "^5.27.0"
12595 },
12596 "peerDependencies": {
12597 "react": ">=16.9.0",
12598 "react-dom": ">=16.9.0"
12599 }
12600 },
12601 "node_modules/rc-motion": {
12602 "version": "2.9.5",
12603 "resolved": "https://registry.npmjs.org/rc-motion/-/rc-motion-2.9.5.tgz",
12604 "integrity": "sha512-w+XTUrfh7ArbYEd2582uDrEhmBHwK1ZENJiSJVb7uRxdE7qJSYjbO2eksRXmndqyKqKoYPc9ClpPh5242mV1vA==",
ssq5067cb92025-06-05 11:44:23 +000012605 "dependencies": {
12606 "@babel/runtime": "^7.11.1",
12607 "classnames": "^2.2.1",
12608 "rc-util": "^5.44.0"
12609 },
12610 "peerDependencies": {
12611 "react": ">=16.9.0",
12612 "react-dom": ">=16.9.0"
12613 }
12614 },
12615 "node_modules/rc-notification": {
12616 "version": "5.6.4",
12617 "resolved": "https://registry.npmjs.org/rc-notification/-/rc-notification-5.6.4.tgz",
12618 "integrity": "sha512-KcS4O6B4qzM3KH7lkwOB7ooLPZ4b6J+VMmQgT51VZCeEcmghdeR4IrMcFq0LG+RPdnbe/ArT086tGM8Snimgiw==",
ssq5067cb92025-06-05 11:44:23 +000012619 "dependencies": {
12620 "@babel/runtime": "^7.10.1",
12621 "classnames": "2.x",
12622 "rc-motion": "^2.9.0",
12623 "rc-util": "^5.20.1"
12624 },
12625 "engines": {
12626 "node": ">=8.x"
12627 },
12628 "peerDependencies": {
12629 "react": ">=16.9.0",
12630 "react-dom": ">=16.9.0"
12631 }
12632 },
12633 "node_modules/rc-overflow": {
12634 "version": "1.4.1",
12635 "resolved": "https://registry.npmjs.org/rc-overflow/-/rc-overflow-1.4.1.tgz",
12636 "integrity": "sha512-3MoPQQPV1uKyOMVNd6SZfONi+f3st0r8PksexIdBTeIYbMX0Jr+k7pHEDvsXtR4BpCv90/Pv2MovVNhktKrwvw==",
ssq5067cb92025-06-05 11:44:23 +000012637 "dependencies": {
12638 "@babel/runtime": "^7.11.1",
12639 "classnames": "^2.2.1",
12640 "rc-resize-observer": "^1.0.0",
12641 "rc-util": "^5.37.0"
12642 },
12643 "peerDependencies": {
12644 "react": ">=16.9.0",
12645 "react-dom": ">=16.9.0"
12646 }
12647 },
12648 "node_modules/rc-pagination": {
12649 "version": "5.1.0",
12650 "resolved": "https://registry.npmjs.org/rc-pagination/-/rc-pagination-5.1.0.tgz",
12651 "integrity": "sha512-8416Yip/+eclTFdHXLKTxZvn70duYVGTvUUWbckCCZoIl3jagqke3GLsFrMs0bsQBikiYpZLD9206Ej4SOdOXQ==",
ssq5067cb92025-06-05 11:44:23 +000012652 "dependencies": {
12653 "@babel/runtime": "^7.10.1",
12654 "classnames": "^2.3.2",
12655 "rc-util": "^5.38.0"
12656 },
12657 "peerDependencies": {
12658 "react": ">=16.9.0",
12659 "react-dom": ">=16.9.0"
12660 }
12661 },
12662 "node_modules/rc-picker": {
12663 "version": "4.11.3",
12664 "resolved": "https://registry.npmjs.org/rc-picker/-/rc-picker-4.11.3.tgz",
12665 "integrity": "sha512-MJ5teb7FlNE0NFHTncxXQ62Y5lytq6sh5nUw0iH8OkHL/TjARSEvSHpr940pWgjGANpjCwyMdvsEV55l5tYNSg==",
ssq5067cb92025-06-05 11:44:23 +000012666 "dependencies": {
12667 "@babel/runtime": "^7.24.7",
12668 "@rc-component/trigger": "^2.0.0",
12669 "classnames": "^2.2.1",
12670 "rc-overflow": "^1.3.2",
12671 "rc-resize-observer": "^1.4.0",
12672 "rc-util": "^5.43.0"
12673 },
12674 "engines": {
12675 "node": ">=8.x"
12676 },
12677 "peerDependencies": {
12678 "date-fns": ">= 2.x",
12679 "dayjs": ">= 1.x",
12680 "luxon": ">= 3.x",
12681 "moment": ">= 2.x",
12682 "react": ">=16.9.0",
12683 "react-dom": ">=16.9.0"
12684 },
12685 "peerDependenciesMeta": {
12686 "date-fns": {
12687 "optional": true
12688 },
12689 "dayjs": {
12690 "optional": true
12691 },
12692 "luxon": {
12693 "optional": true
12694 },
12695 "moment": {
12696 "optional": true
12697 }
12698 }
12699 },
12700 "node_modules/rc-progress": {
12701 "version": "4.0.0",
12702 "resolved": "https://registry.npmjs.org/rc-progress/-/rc-progress-4.0.0.tgz",
12703 "integrity": "sha512-oofVMMafOCokIUIBnZLNcOZFsABaUw8PPrf1/y0ZBvKZNpOiu5h4AO9vv11Sw0p4Hb3D0yGWuEattcQGtNJ/aw==",
ssq5067cb92025-06-05 11:44:23 +000012704 "dependencies": {
12705 "@babel/runtime": "^7.10.1",
12706 "classnames": "^2.2.6",
12707 "rc-util": "^5.16.1"
12708 },
12709 "peerDependencies": {
12710 "react": ">=16.9.0",
12711 "react-dom": ">=16.9.0"
12712 }
12713 },
12714 "node_modules/rc-rate": {
12715 "version": "2.13.1",
12716 "resolved": "https://registry.npmjs.org/rc-rate/-/rc-rate-2.13.1.tgz",
12717 "integrity": "sha512-QUhQ9ivQ8Gy7mtMZPAjLbxBt5y9GRp65VcUyGUMF3N3fhiftivPHdpuDIaWIMOTEprAjZPC08bls1dQB+I1F2Q==",
ssq5067cb92025-06-05 11:44:23 +000012718 "dependencies": {
12719 "@babel/runtime": "^7.10.1",
12720 "classnames": "^2.2.5",
12721 "rc-util": "^5.0.1"
12722 },
12723 "engines": {
12724 "node": ">=8.x"
12725 },
12726 "peerDependencies": {
12727 "react": ">=16.9.0",
12728 "react-dom": ">=16.9.0"
12729 }
12730 },
12731 "node_modules/rc-resize-observer": {
12732 "version": "1.4.3",
12733 "resolved": "https://registry.npmjs.org/rc-resize-observer/-/rc-resize-observer-1.4.3.tgz",
12734 "integrity": "sha512-YZLjUbyIWox8E9i9C3Tm7ia+W7euPItNWSPX5sCcQTYbnwDb5uNpnLHQCG1f22oZWUhLw4Mv2tFmeWe68CDQRQ==",
ssq5067cb92025-06-05 11:44:23 +000012735 "dependencies": {
12736 "@babel/runtime": "^7.20.7",
12737 "classnames": "^2.2.1",
12738 "rc-util": "^5.44.1",
12739 "resize-observer-polyfill": "^1.5.1"
12740 },
12741 "peerDependencies": {
12742 "react": ">=16.9.0",
12743 "react-dom": ">=16.9.0"
12744 }
12745 },
12746 "node_modules/rc-segmented": {
12747 "version": "2.7.0",
12748 "resolved": "https://registry.npmjs.org/rc-segmented/-/rc-segmented-2.7.0.tgz",
12749 "integrity": "sha512-liijAjXz+KnTRVnxxXG2sYDGd6iLL7VpGGdR8gwoxAXy2KglviKCxLWZdjKYJzYzGSUwKDSTdYk8brj54Bn5BA==",
ssq5067cb92025-06-05 11:44:23 +000012750 "dependencies": {
12751 "@babel/runtime": "^7.11.1",
12752 "classnames": "^2.2.1",
12753 "rc-motion": "^2.4.4",
12754 "rc-util": "^5.17.0"
12755 },
12756 "peerDependencies": {
12757 "react": ">=16.0.0",
12758 "react-dom": ">=16.0.0"
12759 }
12760 },
12761 "node_modules/rc-select": {
12762 "version": "14.16.8",
12763 "resolved": "https://registry.npmjs.org/rc-select/-/rc-select-14.16.8.tgz",
12764 "integrity": "sha512-NOV5BZa1wZrsdkKaiK7LHRuo5ZjZYMDxPP6/1+09+FB4KoNi8jcG1ZqLE3AVCxEsYMBe65OBx71wFoHRTP3LRg==",
ssq5067cb92025-06-05 11:44:23 +000012765 "dependencies": {
12766 "@babel/runtime": "^7.10.1",
12767 "@rc-component/trigger": "^2.1.1",
12768 "classnames": "2.x",
12769 "rc-motion": "^2.0.1",
12770 "rc-overflow": "^1.3.1",
12771 "rc-util": "^5.16.1",
12772 "rc-virtual-list": "^3.5.2"
12773 },
12774 "engines": {
12775 "node": ">=8.x"
12776 },
12777 "peerDependencies": {
12778 "react": "*",
12779 "react-dom": "*"
12780 }
12781 },
12782 "node_modules/rc-slider": {
12783 "version": "11.1.8",
12784 "resolved": "https://registry.npmjs.org/rc-slider/-/rc-slider-11.1.8.tgz",
12785 "integrity": "sha512-2gg/72YFSpKP+Ja5AjC5DPL1YnV8DEITDQrcc1eASrUYjl0esptaBVJBh5nLTXCCp15eD8EuGjwezVGSHhs9tQ==",
ssq5067cb92025-06-05 11:44:23 +000012786 "dependencies": {
12787 "@babel/runtime": "^7.10.1",
12788 "classnames": "^2.2.5",
12789 "rc-util": "^5.36.0"
12790 },
12791 "engines": {
12792 "node": ">=8.x"
12793 },
12794 "peerDependencies": {
12795 "react": ">=16.9.0",
12796 "react-dom": ">=16.9.0"
12797 }
12798 },
12799 "node_modules/rc-steps": {
12800 "version": "6.0.1",
12801 "resolved": "https://registry.npmjs.org/rc-steps/-/rc-steps-6.0.1.tgz",
12802 "integrity": "sha512-lKHL+Sny0SeHkQKKDJlAjV5oZ8DwCdS2hFhAkIjuQt1/pB81M0cA0ErVFdHq9+jmPmFw1vJB2F5NBzFXLJxV+g==",
ssq5067cb92025-06-05 11:44:23 +000012803 "dependencies": {
12804 "@babel/runtime": "^7.16.7",
12805 "classnames": "^2.2.3",
12806 "rc-util": "^5.16.1"
12807 },
12808 "engines": {
12809 "node": ">=8.x"
12810 },
12811 "peerDependencies": {
12812 "react": ">=16.9.0",
12813 "react-dom": ">=16.9.0"
12814 }
12815 },
12816 "node_modules/rc-switch": {
12817 "version": "4.1.0",
12818 "resolved": "https://registry.npmjs.org/rc-switch/-/rc-switch-4.1.0.tgz",
12819 "integrity": "sha512-TI8ufP2Az9oEbvyCeVE4+90PDSljGyuwix3fV58p7HV2o4wBnVToEyomJRVyTaZeqNPAp+vqeo4Wnj5u0ZZQBg==",
ssq5067cb92025-06-05 11:44:23 +000012820 "dependencies": {
12821 "@babel/runtime": "^7.21.0",
12822 "classnames": "^2.2.1",
12823 "rc-util": "^5.30.0"
12824 },
12825 "peerDependencies": {
12826 "react": ">=16.9.0",
12827 "react-dom": ">=16.9.0"
12828 }
12829 },
12830 "node_modules/rc-table": {
12831 "version": "7.50.5",
12832 "resolved": "https://registry.npmjs.org/rc-table/-/rc-table-7.50.5.tgz",
12833 "integrity": "sha512-FDZu8aolhSYd3v9KOc3lZOVAU77wmRRu44R0Wfb8Oj1dXRUsloFaXMSl6f7yuWZUxArJTli7k8TEOX2mvhDl4A==",
ssq5067cb92025-06-05 11:44:23 +000012834 "dependencies": {
12835 "@babel/runtime": "^7.10.1",
12836 "@rc-component/context": "^1.4.0",
12837 "classnames": "^2.2.5",
12838 "rc-resize-observer": "^1.1.0",
12839 "rc-util": "^5.44.3",
12840 "rc-virtual-list": "^3.14.2"
12841 },
12842 "engines": {
12843 "node": ">=8.x"
12844 },
12845 "peerDependencies": {
12846 "react": ">=16.9.0",
12847 "react-dom": ">=16.9.0"
12848 }
12849 },
12850 "node_modules/rc-tabs": {
12851 "version": "15.6.1",
12852 "resolved": "https://registry.npmjs.org/rc-tabs/-/rc-tabs-15.6.1.tgz",
12853 "integrity": "sha512-/HzDV1VqOsUWyuC0c6AkxVYFjvx9+rFPKZ32ejxX0Uc7QCzcEjTA9/xMgv4HemPKwzBNX8KhGVbbumDjnj92aA==",
ssq5067cb92025-06-05 11:44:23 +000012854 "dependencies": {
12855 "@babel/runtime": "^7.11.2",
12856 "classnames": "2.x",
12857 "rc-dropdown": "~4.2.0",
12858 "rc-menu": "~9.16.0",
12859 "rc-motion": "^2.6.2",
12860 "rc-resize-observer": "^1.0.0",
12861 "rc-util": "^5.34.1"
12862 },
12863 "engines": {
12864 "node": ">=8.x"
12865 },
12866 "peerDependencies": {
12867 "react": ">=16.9.0",
12868 "react-dom": ">=16.9.0"
12869 }
12870 },
12871 "node_modules/rc-textarea": {
12872 "version": "1.10.0",
12873 "resolved": "https://registry.npmjs.org/rc-textarea/-/rc-textarea-1.10.0.tgz",
12874 "integrity": "sha512-ai9IkanNuyBS4x6sOL8qu/Ld40e6cEs6pgk93R+XLYg0mDSjNBGey6/ZpDs5+gNLD7urQ14po3V6Ck2dJLt9SA==",
ssq5067cb92025-06-05 11:44:23 +000012875 "dependencies": {
12876 "@babel/runtime": "^7.10.1",
12877 "classnames": "^2.2.1",
12878 "rc-input": "~1.8.0",
12879 "rc-resize-observer": "^1.0.0",
12880 "rc-util": "^5.27.0"
12881 },
12882 "peerDependencies": {
12883 "react": ">=16.9.0",
12884 "react-dom": ">=16.9.0"
12885 }
12886 },
12887 "node_modules/rc-tooltip": {
12888 "version": "6.4.0",
12889 "resolved": "https://registry.npmjs.org/rc-tooltip/-/rc-tooltip-6.4.0.tgz",
12890 "integrity": "sha512-kqyivim5cp8I5RkHmpsp1Nn/Wk+1oeloMv9c7LXNgDxUpGm+RbXJGL+OPvDlcRnx9DBeOe4wyOIl4OKUERyH1g==",
ssq5067cb92025-06-05 11:44:23 +000012891 "dependencies": {
12892 "@babel/runtime": "^7.11.2",
12893 "@rc-component/trigger": "^2.0.0",
12894 "classnames": "^2.3.1",
12895 "rc-util": "^5.44.3"
12896 },
12897 "peerDependencies": {
12898 "react": ">=16.9.0",
12899 "react-dom": ">=16.9.0"
12900 }
12901 },
12902 "node_modules/rc-tree": {
12903 "version": "5.13.1",
12904 "resolved": "https://registry.npmjs.org/rc-tree/-/rc-tree-5.13.1.tgz",
12905 "integrity": "sha512-FNhIefhftobCdUJshO7M8uZTA9F4OPGVXqGfZkkD/5soDeOhwO06T/aKTrg0WD8gRg/pyfq+ql3aMymLHCTC4A==",
ssq5067cb92025-06-05 11:44:23 +000012906 "dependencies": {
12907 "@babel/runtime": "^7.10.1",
12908 "classnames": "2.x",
12909 "rc-motion": "^2.0.1",
12910 "rc-util": "^5.16.1",
12911 "rc-virtual-list": "^3.5.1"
12912 },
12913 "engines": {
12914 "node": ">=10.x"
12915 },
12916 "peerDependencies": {
12917 "react": "*",
12918 "react-dom": "*"
12919 }
12920 },
12921 "node_modules/rc-tree-select": {
12922 "version": "5.27.0",
12923 "resolved": "https://registry.npmjs.org/rc-tree-select/-/rc-tree-select-5.27.0.tgz",
12924 "integrity": "sha512-2qTBTzwIT7LRI1o7zLyrCzmo5tQanmyGbSaGTIf7sYimCklAToVVfpMC6OAldSKolcnjorBYPNSKQqJmN3TCww==",
ssq5067cb92025-06-05 11:44:23 +000012925 "dependencies": {
12926 "@babel/runtime": "^7.25.7",
12927 "classnames": "2.x",
12928 "rc-select": "~14.16.2",
12929 "rc-tree": "~5.13.0",
12930 "rc-util": "^5.43.0"
12931 },
12932 "peerDependencies": {
12933 "react": "*",
12934 "react-dom": "*"
12935 }
12936 },
12937 "node_modules/rc-upload": {
12938 "version": "4.9.2",
12939 "resolved": "https://registry.npmjs.org/rc-upload/-/rc-upload-4.9.2.tgz",
12940 "integrity": "sha512-nHx+9rbd1FKMiMRYsqQ3NkXUv7COHPBo3X1Obwq9SWS6/diF/A0aJ5OHubvwUAIDs+4RMleljV0pcrNUc823GQ==",
ssq5067cb92025-06-05 11:44:23 +000012941 "dependencies": {
12942 "@babel/runtime": "^7.18.3",
12943 "classnames": "^2.2.5",
12944 "rc-util": "^5.2.0"
12945 },
12946 "peerDependencies": {
12947 "react": ">=16.9.0",
12948 "react-dom": ">=16.9.0"
12949 }
12950 },
12951 "node_modules/rc-util": {
12952 "version": "5.44.4",
12953 "resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.44.4.tgz",
12954 "integrity": "sha512-resueRJzmHG9Q6rI/DfK6Kdv9/Lfls05vzMs1Sk3M2P+3cJa+MakaZyWY8IPfehVuhPJFKrIY1IK4GqbiaiY5w==",
ssq5067cb92025-06-05 11:44:23 +000012955 "dependencies": {
12956 "@babel/runtime": "^7.18.3",
12957 "react-is": "^18.2.0"
12958 },
12959 "peerDependencies": {
12960 "react": ">=16.9.0",
12961 "react-dom": ">=16.9.0"
12962 }
12963 },
12964 "node_modules/rc-util/node_modules/react-is": {
12965 "version": "18.3.1",
12966 "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
wht6a1b6782025-06-06 19:14:59 +080012967 "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg=="
ssq5067cb92025-06-05 11:44:23 +000012968 },
12969 "node_modules/rc-virtual-list": {
12970 "version": "3.18.6",
12971 "resolved": "https://registry.npmjs.org/rc-virtual-list/-/rc-virtual-list-3.18.6.tgz",
12972 "integrity": "sha512-TQ5SsutL3McvWmmxqQtMIbfeoE3dGjJrRSfKekgby7WQMpPIFvv4ghytp5Z0s3D8Nik9i9YNOCqHBfk86AwgAA==",
ssq5067cb92025-06-05 11:44:23 +000012973 "dependencies": {
12974 "@babel/runtime": "^7.20.0",
12975 "classnames": "^2.2.6",
12976 "rc-resize-observer": "^1.0.0",
12977 "rc-util": "^5.36.0"
12978 },
12979 "engines": {
12980 "node": ">=8.x"
12981 },
12982 "peerDependencies": {
12983 "react": ">=16.9.0",
12984 "react-dom": ">=16.9.0"
12985 }
12986 },
956303669a32fc2c2025-06-02 19:45:53 +080012987 "node_modules/react": {
12988 "version": "18.3.1",
956303669a32fc2c2025-06-02 19:45:53 +080012989 "license": "MIT",
12990 "dependencies": {
12991 "loose-envify": "^1.1.0"
12992 },
12993 "engines": {
12994 "node": ">=0.10.0"
12995 }
12996 },
12997 "node_modules/react-app-polyfill": {
12998 "version": "3.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080012999 "license": "MIT",
13000 "dependencies": {
13001 "core-js": "^3.19.2",
13002 "object-assign": "^4.1.1",
13003 "promise": "^8.1.0",
13004 "raf": "^3.4.1",
13005 "regenerator-runtime": "^0.13.9",
13006 "whatwg-fetch": "^3.6.2"
13007 },
13008 "engines": {
13009 "node": ">=14"
13010 }
13011 },
13012 "node_modules/react-dev-utils": {
13013 "version": "12.0.1",
956303669a32fc2c2025-06-02 19:45:53 +080013014 "license": "MIT",
13015 "dependencies": {
13016 "@babel/code-frame": "^7.16.0",
13017 "address": "^1.1.2",
13018 "browserslist": "^4.18.1",
13019 "chalk": "^4.1.2",
13020 "cross-spawn": "^7.0.3",
13021 "detect-port-alt": "^1.1.6",
13022 "escape-string-regexp": "^4.0.0",
13023 "filesize": "^8.0.6",
13024 "find-up": "^5.0.0",
13025 "fork-ts-checker-webpack-plugin": "^6.5.0",
13026 "global-modules": "^2.0.0",
13027 "globby": "^11.0.4",
13028 "gzip-size": "^6.0.0",
13029 "immer": "^9.0.7",
13030 "is-root": "^2.1.0",
13031 "loader-utils": "^3.2.0",
13032 "open": "^8.4.0",
13033 "pkg-up": "^3.1.0",
13034 "prompts": "^2.4.2",
13035 "react-error-overlay": "^6.0.11",
13036 "recursive-readdir": "^2.2.2",
13037 "shell-quote": "^1.7.3",
13038 "strip-ansi": "^6.0.1",
13039 "text-table": "^0.2.0"
13040 },
13041 "engines": {
13042 "node": ">=14"
13043 }
13044 },
13045 "node_modules/react-dev-utils/node_modules/find-up": {
13046 "version": "5.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080013047 "license": "MIT",
13048 "dependencies": {
13049 "locate-path": "^6.0.0",
13050 "path-exists": "^4.0.0"
13051 },
13052 "engines": {
13053 "node": ">=10"
13054 },
13055 "funding": {
13056 "url": "https://github.com/sponsors/sindresorhus"
13057 }
13058 },
13059 "node_modules/react-dev-utils/node_modules/loader-utils": {
13060 "version": "3.3.1",
956303669a32fc2c2025-06-02 19:45:53 +080013061 "license": "MIT",
13062 "engines": {
13063 "node": ">= 12.13.0"
13064 }
13065 },
13066 "node_modules/react-dev-utils/node_modules/locate-path": {
13067 "version": "6.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080013068 "license": "MIT",
13069 "dependencies": {
13070 "p-locate": "^5.0.0"
13071 },
13072 "engines": {
13073 "node": ">=10"
13074 },
13075 "funding": {
13076 "url": "https://github.com/sponsors/sindresorhus"
13077 }
13078 },
13079 "node_modules/react-dev-utils/node_modules/p-limit": {
13080 "version": "3.1.0",
956303669a32fc2c2025-06-02 19:45:53 +080013081 "license": "MIT",
13082 "dependencies": {
13083 "yocto-queue": "^0.1.0"
13084 },
13085 "engines": {
13086 "node": ">=10"
13087 },
13088 "funding": {
13089 "url": "https://github.com/sponsors/sindresorhus"
13090 }
13091 },
13092 "node_modules/react-dev-utils/node_modules/p-locate": {
13093 "version": "5.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080013094 "license": "MIT",
13095 "dependencies": {
13096 "p-limit": "^3.0.2"
13097 },
13098 "engines": {
13099 "node": ">=10"
13100 },
13101 "funding": {
13102 "url": "https://github.com/sponsors/sindresorhus"
13103 }
13104 },
13105 "node_modules/react-dom": {
13106 "version": "18.3.1",
956303669a32fc2c2025-06-02 19:45:53 +080013107 "license": "MIT",
13108 "dependencies": {
13109 "loose-envify": "^1.1.0",
13110 "scheduler": "^0.23.2"
13111 },
13112 "peerDependencies": {
13113 "react": "^18.3.1"
13114 }
13115 },
13116 "node_modules/react-error-overlay": {
13117 "version": "6.1.0",
956303669a32fc2c2025-06-02 19:45:53 +080013118 "license": "MIT"
13119 },
13120 "node_modules/react-is": {
13121 "version": "19.1.0",
956303669a32fc2c2025-06-02 19:45:53 +080013122 "license": "MIT"
13123 },
13124 "node_modules/react-refresh": {
13125 "version": "0.11.0",
956303669a32fc2c2025-06-02 19:45:53 +080013126 "license": "MIT",
13127 "engines": {
13128 "node": ">=0.10.0"
13129 }
13130 },
13131 "node_modules/react-router": {
13132 "version": "6.30.1",
956303669a32fc2c2025-06-02 19:45:53 +080013133 "license": "MIT",
13134 "dependencies": {
13135 "@remix-run/router": "1.23.0"
13136 },
13137 "engines": {
13138 "node": ">=14.0.0"
13139 },
13140 "peerDependencies": {
13141 "react": ">=16.8"
13142 }
13143 },
13144 "node_modules/react-router-dom": {
13145 "version": "6.30.1",
956303669a32fc2c2025-06-02 19:45:53 +080013146 "license": "MIT",
13147 "dependencies": {
13148 "@remix-run/router": "1.23.0",
13149 "react-router": "6.30.1"
13150 },
13151 "engines": {
13152 "node": ">=14.0.0"
13153 },
13154 "peerDependencies": {
13155 "react": ">=16.8",
13156 "react-dom": ">=16.8"
13157 }
13158 },
13159 "node_modules/react-scripts": {
13160 "version": "5.0.1",
956303669a32fc2c2025-06-02 19:45:53 +080013161 "license": "MIT",
13162 "dependencies": {
13163 "@babel/core": "^7.16.0",
13164 "@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
13165 "@svgr/webpack": "^5.5.0",
13166 "babel-jest": "^27.4.2",
13167 "babel-loader": "^8.2.3",
13168 "babel-plugin-named-asset-import": "^0.3.8",
13169 "babel-preset-react-app": "^10.0.1",
13170 "bfj": "^7.0.2",
13171 "browserslist": "^4.18.1",
13172 "camelcase": "^6.2.1",
13173 "case-sensitive-paths-webpack-plugin": "^2.4.0",
13174 "css-loader": "^6.5.1",
13175 "css-minimizer-webpack-plugin": "^3.2.0",
13176 "dotenv": "^10.0.0",
13177 "dotenv-expand": "^5.1.0",
13178 "eslint": "^8.3.0",
13179 "eslint-config-react-app": "^7.0.1",
13180 "eslint-webpack-plugin": "^3.1.1",
13181 "file-loader": "^6.2.0",
13182 "fs-extra": "^10.0.0",
13183 "html-webpack-plugin": "^5.5.0",
13184 "identity-obj-proxy": "^3.0.0",
13185 "jest": "^27.4.3",
13186 "jest-resolve": "^27.4.2",
13187 "jest-watch-typeahead": "^1.0.0",
13188 "mini-css-extract-plugin": "^2.4.5",
13189 "postcss": "^8.4.4",
13190 "postcss-flexbugs-fixes": "^5.0.2",
13191 "postcss-loader": "^6.2.1",
13192 "postcss-normalize": "^10.0.1",
13193 "postcss-preset-env": "^7.0.1",
13194 "prompts": "^2.4.2",
13195 "react-app-polyfill": "^3.0.0",
13196 "react-dev-utils": "^12.0.1",
13197 "react-refresh": "^0.11.0",
13198 "resolve": "^1.20.0",
13199 "resolve-url-loader": "^4.0.0",
13200 "sass-loader": "^12.3.0",
13201 "semver": "^7.3.5",
13202 "source-map-loader": "^3.0.0",
13203 "style-loader": "^3.3.1",
13204 "tailwindcss": "^3.0.2",
13205 "terser-webpack-plugin": "^5.2.5",
13206 "webpack": "^5.64.4",
13207 "webpack-dev-server": "^4.6.0",
13208 "webpack-manifest-plugin": "^4.0.2",
13209 "workbox-webpack-plugin": "^6.4.1"
13210 },
13211 "bin": {
13212 "react-scripts": "bin/react-scripts.js"
13213 },
13214 "engines": {
13215 "node": ">=14.0.0"
13216 },
13217 "optionalDependencies": {
13218 "fsevents": "^2.3.2"
13219 },
13220 "peerDependencies": {
13221 "react": ">= 16",
13222 "typescript": "^3.2.1 || ^4"
13223 },
13224 "peerDependenciesMeta": {
13225 "typescript": {
13226 "optional": true
13227 }
13228 }
13229 },
13230 "node_modules/react-transition-group": {
13231 "version": "4.4.5",
956303669a32fc2c2025-06-02 19:45:53 +080013232 "license": "BSD-3-Clause",
13233 "dependencies": {
13234 "@babel/runtime": "^7.5.5",
13235 "dom-helpers": "^5.0.1",
13236 "loose-envify": "^1.4.0",
13237 "prop-types": "^15.6.2"
13238 },
13239 "peerDependencies": {
13240 "react": ">=16.6.0",
13241 "react-dom": ">=16.6.0"
13242 }
13243 },
13244 "node_modules/read-cache": {
13245 "version": "1.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080013246 "license": "MIT",
13247 "dependencies": {
13248 "pify": "^2.3.0"
13249 }
13250 },
13251 "node_modules/readable-stream": {
13252 "version": "3.6.2",
956303669a32fc2c2025-06-02 19:45:53 +080013253 "license": "MIT",
13254 "dependencies": {
13255 "inherits": "^2.0.3",
13256 "string_decoder": "^1.1.1",
13257 "util-deprecate": "^1.0.1"
13258 },
13259 "engines": {
13260 "node": ">= 6"
13261 }
13262 },
13263 "node_modules/readdirp": {
13264 "version": "3.6.0",
956303669a32fc2c2025-06-02 19:45:53 +080013265 "license": "MIT",
13266 "dependencies": {
13267 "picomatch": "^2.2.1"
13268 },
13269 "engines": {
13270 "node": ">=8.10.0"
13271 }
13272 },
13273 "node_modules/recursive-readdir": {
13274 "version": "2.2.3",
956303669a32fc2c2025-06-02 19:45:53 +080013275 "license": "MIT",
13276 "dependencies": {
13277 "minimatch": "^3.0.5"
13278 },
13279 "engines": {
13280 "node": ">=6.0.0"
13281 }
13282 },
13283 "node_modules/redent": {
13284 "version": "3.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080013285 "license": "MIT",
13286 "dependencies": {
13287 "indent-string": "^4.0.0",
13288 "strip-indent": "^3.0.0"
13289 },
13290 "engines": {
13291 "node": ">=8"
13292 }
13293 },
13294 "node_modules/reflect.getprototypeof": {
13295 "version": "1.0.10",
956303669a32fc2c2025-06-02 19:45:53 +080013296 "license": "MIT",
13297 "dependencies": {
13298 "call-bind": "^1.0.8",
13299 "define-properties": "^1.2.1",
13300 "es-abstract": "^1.23.9",
13301 "es-errors": "^1.3.0",
13302 "es-object-atoms": "^1.0.0",
13303 "get-intrinsic": "^1.2.7",
13304 "get-proto": "^1.0.1",
13305 "which-builtin-type": "^1.2.1"
13306 },
13307 "engines": {
13308 "node": ">= 0.4"
13309 },
13310 "funding": {
13311 "url": "https://github.com/sponsors/ljharb"
13312 }
13313 },
13314 "node_modules/regenerate": {
13315 "version": "1.4.2",
956303669a32fc2c2025-06-02 19:45:53 +080013316 "license": "MIT"
13317 },
13318 "node_modules/regenerate-unicode-properties": {
13319 "version": "10.2.0",
956303669a32fc2c2025-06-02 19:45:53 +080013320 "license": "MIT",
13321 "dependencies": {
13322 "regenerate": "^1.4.2"
13323 },
13324 "engines": {
13325 "node": ">=4"
13326 }
13327 },
13328 "node_modules/regenerator-runtime": {
13329 "version": "0.13.11",
956303669a32fc2c2025-06-02 19:45:53 +080013330 "license": "MIT"
13331 },
13332 "node_modules/regex-parser": {
13333 "version": "2.3.1",
956303669a32fc2c2025-06-02 19:45:53 +080013334 "license": "MIT"
13335 },
13336 "node_modules/regexp.prototype.flags": {
13337 "version": "1.5.4",
956303669a32fc2c2025-06-02 19:45:53 +080013338 "license": "MIT",
13339 "dependencies": {
13340 "call-bind": "^1.0.8",
13341 "define-properties": "^1.2.1",
13342 "es-errors": "^1.3.0",
13343 "get-proto": "^1.0.1",
13344 "gopd": "^1.2.0",
13345 "set-function-name": "^2.0.2"
13346 },
13347 "engines": {
13348 "node": ">= 0.4"
13349 },
13350 "funding": {
13351 "url": "https://github.com/sponsors/ljharb"
13352 }
13353 },
13354 "node_modules/regexpu-core": {
13355 "version": "6.2.0",
956303669a32fc2c2025-06-02 19:45:53 +080013356 "license": "MIT",
13357 "dependencies": {
13358 "regenerate": "^1.4.2",
13359 "regenerate-unicode-properties": "^10.2.0",
13360 "regjsgen": "^0.8.0",
13361 "regjsparser": "^0.12.0",
13362 "unicode-match-property-ecmascript": "^2.0.0",
13363 "unicode-match-property-value-ecmascript": "^2.1.0"
13364 },
13365 "engines": {
13366 "node": ">=4"
13367 }
13368 },
13369 "node_modules/regjsgen": {
13370 "version": "0.8.0",
956303669a32fc2c2025-06-02 19:45:53 +080013371 "license": "MIT"
13372 },
13373 "node_modules/regjsparser": {
13374 "version": "0.12.0",
956303669a32fc2c2025-06-02 19:45:53 +080013375 "license": "BSD-2-Clause",
13376 "dependencies": {
13377 "jsesc": "~3.0.2"
13378 },
13379 "bin": {
13380 "regjsparser": "bin/parser"
13381 }
13382 },
13383 "node_modules/regjsparser/node_modules/jsesc": {
13384 "version": "3.0.2",
956303669a32fc2c2025-06-02 19:45:53 +080013385 "license": "MIT",
13386 "bin": {
13387 "jsesc": "bin/jsesc"
13388 },
13389 "engines": {
13390 "node": ">=6"
13391 }
13392 },
13393 "node_modules/relateurl": {
13394 "version": "0.2.7",
956303669a32fc2c2025-06-02 19:45:53 +080013395 "license": "MIT",
13396 "engines": {
13397 "node": ">= 0.10"
13398 }
13399 },
13400 "node_modules/renderkid": {
13401 "version": "3.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080013402 "license": "MIT",
13403 "dependencies": {
13404 "css-select": "^4.1.3",
13405 "dom-converter": "^0.2.0",
13406 "htmlparser2": "^6.1.0",
13407 "lodash": "^4.17.21",
13408 "strip-ansi": "^6.0.1"
13409 }
13410 },
13411 "node_modules/require-directory": {
13412 "version": "2.1.1",
956303669a32fc2c2025-06-02 19:45:53 +080013413 "license": "MIT",
13414 "engines": {
13415 "node": ">=0.10.0"
13416 }
13417 },
13418 "node_modules/require-from-string": {
13419 "version": "2.0.2",
956303669a32fc2c2025-06-02 19:45:53 +080013420 "license": "MIT",
13421 "engines": {
13422 "node": ">=0.10.0"
13423 }
13424 },
13425 "node_modules/requires-port": {
13426 "version": "1.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080013427 "license": "MIT"
13428 },
ssq5067cb92025-06-05 11:44:23 +000013429 "node_modules/resize-observer-polyfill": {
13430 "version": "1.5.1",
13431 "resolved": "https://registry.npmjs.org/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz",
wht6a1b6782025-06-06 19:14:59 +080013432 "integrity": "sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg=="
ssq5067cb92025-06-05 11:44:23 +000013433 },
956303669a32fc2c2025-06-02 19:45:53 +080013434 "node_modules/resolve": {
13435 "version": "1.22.10",
956303669a32fc2c2025-06-02 19:45:53 +080013436 "license": "MIT",
13437 "dependencies": {
13438 "is-core-module": "^2.16.0",
13439 "path-parse": "^1.0.7",
13440 "supports-preserve-symlinks-flag": "^1.0.0"
13441 },
13442 "bin": {
13443 "resolve": "bin/resolve"
13444 },
13445 "engines": {
13446 "node": ">= 0.4"
13447 },
13448 "funding": {
13449 "url": "https://github.com/sponsors/ljharb"
13450 }
13451 },
13452 "node_modules/resolve-cwd": {
13453 "version": "3.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080013454 "license": "MIT",
13455 "dependencies": {
13456 "resolve-from": "^5.0.0"
13457 },
13458 "engines": {
13459 "node": ">=8"
13460 }
13461 },
13462 "node_modules/resolve-cwd/node_modules/resolve-from": {
13463 "version": "5.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080013464 "license": "MIT",
13465 "engines": {
13466 "node": ">=8"
13467 }
13468 },
13469 "node_modules/resolve-from": {
13470 "version": "4.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080013471 "license": "MIT",
13472 "engines": {
13473 "node": ">=4"
13474 }
13475 },
13476 "node_modules/resolve-url-loader": {
13477 "version": "4.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080013478 "license": "MIT",
13479 "dependencies": {
13480 "adjust-sourcemap-loader": "^4.0.0",
13481 "convert-source-map": "^1.7.0",
13482 "loader-utils": "^2.0.0",
13483 "postcss": "^7.0.35",
13484 "source-map": "0.6.1"
13485 },
13486 "engines": {
13487 "node": ">=8.9"
13488 },
13489 "peerDependencies": {
13490 "rework": "1.0.1",
13491 "rework-visit": "1.0.0"
13492 },
13493 "peerDependenciesMeta": {
13494 "rework": {
13495 "optional": true
13496 },
13497 "rework-visit": {
13498 "optional": true
13499 }
13500 }
13501 },
13502 "node_modules/resolve-url-loader/node_modules/picocolors": {
13503 "version": "0.2.1",
956303669a32fc2c2025-06-02 19:45:53 +080013504 "license": "ISC"
13505 },
13506 "node_modules/resolve-url-loader/node_modules/postcss": {
13507 "version": "7.0.39",
956303669a32fc2c2025-06-02 19:45:53 +080013508 "license": "MIT",
13509 "dependencies": {
13510 "picocolors": "^0.2.1",
13511 "source-map": "^0.6.1"
13512 },
13513 "engines": {
13514 "node": ">=6.0.0"
13515 },
13516 "funding": {
13517 "type": "opencollective",
13518 "url": "https://opencollective.com/postcss/"
13519 }
13520 },
13521 "node_modules/resolve-url-loader/node_modules/source-map": {
13522 "version": "0.6.1",
956303669a32fc2c2025-06-02 19:45:53 +080013523 "license": "BSD-3-Clause",
13524 "engines": {
13525 "node": ">=0.10.0"
13526 }
13527 },
13528 "node_modules/resolve.exports": {
13529 "version": "1.1.1",
956303669a32fc2c2025-06-02 19:45:53 +080013530 "license": "MIT",
13531 "engines": {
13532 "node": ">=10"
13533 }
13534 },
13535 "node_modules/retry": {
13536 "version": "0.13.1",
956303669a32fc2c2025-06-02 19:45:53 +080013537 "license": "MIT",
13538 "engines": {
13539 "node": ">= 4"
13540 }
13541 },
13542 "node_modules/reusify": {
13543 "version": "1.1.0",
956303669a32fc2c2025-06-02 19:45:53 +080013544 "license": "MIT",
13545 "engines": {
13546 "iojs": ">=1.0.0",
13547 "node": ">=0.10.0"
13548 }
13549 },
13550 "node_modules/rimraf": {
13551 "version": "3.0.2",
956303669a32fc2c2025-06-02 19:45:53 +080013552 "license": "ISC",
13553 "dependencies": {
13554 "glob": "^7.1.3"
13555 },
13556 "bin": {
13557 "rimraf": "bin.js"
13558 },
13559 "funding": {
13560 "url": "https://github.com/sponsors/isaacs"
13561 }
13562 },
13563 "node_modules/rollup": {
13564 "version": "2.79.2",
956303669a32fc2c2025-06-02 19:45:53 +080013565 "license": "MIT",
13566 "bin": {
13567 "rollup": "dist/bin/rollup"
13568 },
13569 "engines": {
13570 "node": ">=10.0.0"
13571 },
13572 "optionalDependencies": {
13573 "fsevents": "~2.3.2"
13574 }
13575 },
13576 "node_modules/rollup-plugin-terser": {
13577 "version": "7.0.2",
956303669a32fc2c2025-06-02 19:45:53 +080013578 "license": "MIT",
13579 "dependencies": {
13580 "@babel/code-frame": "^7.10.4",
13581 "jest-worker": "^26.2.1",
13582 "serialize-javascript": "^4.0.0",
13583 "terser": "^5.0.0"
13584 },
13585 "peerDependencies": {
13586 "rollup": "^2.0.0"
13587 }
13588 },
13589 "node_modules/rollup-plugin-terser/node_modules/jest-worker": {
13590 "version": "26.6.2",
956303669a32fc2c2025-06-02 19:45:53 +080013591 "license": "MIT",
13592 "dependencies": {
13593 "@types/node": "*",
13594 "merge-stream": "^2.0.0",
13595 "supports-color": "^7.0.0"
13596 },
13597 "engines": {
13598 "node": ">= 10.13.0"
13599 }
13600 },
13601 "node_modules/rollup-plugin-terser/node_modules/serialize-javascript": {
13602 "version": "4.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080013603 "license": "BSD-3-Clause",
13604 "dependencies": {
13605 "randombytes": "^2.1.0"
13606 }
13607 },
13608 "node_modules/run-parallel": {
13609 "version": "1.2.0",
956303669a32fc2c2025-06-02 19:45:53 +080013610 "funding": [
13611 {
13612 "type": "github",
13613 "url": "https://github.com/sponsors/feross"
13614 },
13615 {
13616 "type": "patreon",
13617 "url": "https://www.patreon.com/feross"
13618 },
13619 {
13620 "type": "consulting",
13621 "url": "https://feross.org/support"
13622 }
13623 ],
13624 "license": "MIT",
13625 "dependencies": {
13626 "queue-microtask": "^1.2.2"
13627 }
13628 },
13629 "node_modules/safe-array-concat": {
13630 "version": "1.1.3",
956303669a32fc2c2025-06-02 19:45:53 +080013631 "license": "MIT",
13632 "dependencies": {
13633 "call-bind": "^1.0.8",
13634 "call-bound": "^1.0.2",
13635 "get-intrinsic": "^1.2.6",
13636 "has-symbols": "^1.1.0",
13637 "isarray": "^2.0.5"
13638 },
13639 "engines": {
13640 "node": ">=0.4"
13641 },
13642 "funding": {
13643 "url": "https://github.com/sponsors/ljharb"
13644 }
13645 },
13646 "node_modules/safe-buffer": {
13647 "version": "5.2.1",
956303669a32fc2c2025-06-02 19:45:53 +080013648 "funding": [
13649 {
13650 "type": "github",
13651 "url": "https://github.com/sponsors/feross"
13652 },
13653 {
13654 "type": "patreon",
13655 "url": "https://www.patreon.com/feross"
13656 },
13657 {
13658 "type": "consulting",
13659 "url": "https://feross.org/support"
13660 }
13661 ],
13662 "license": "MIT"
13663 },
13664 "node_modules/safe-push-apply": {
13665 "version": "1.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080013666 "license": "MIT",
13667 "dependencies": {
13668 "es-errors": "^1.3.0",
13669 "isarray": "^2.0.5"
13670 },
13671 "engines": {
13672 "node": ">= 0.4"
13673 },
13674 "funding": {
13675 "url": "https://github.com/sponsors/ljharb"
13676 }
13677 },
13678 "node_modules/safe-regex-test": {
13679 "version": "1.1.0",
956303669a32fc2c2025-06-02 19:45:53 +080013680 "license": "MIT",
13681 "dependencies": {
13682 "call-bound": "^1.0.2",
13683 "es-errors": "^1.3.0",
13684 "is-regex": "^1.2.1"
13685 },
13686 "engines": {
13687 "node": ">= 0.4"
13688 },
13689 "funding": {
13690 "url": "https://github.com/sponsors/ljharb"
13691 }
13692 },
13693 "node_modules/safer-buffer": {
13694 "version": "2.1.2",
956303669a32fc2c2025-06-02 19:45:53 +080013695 "license": "MIT"
13696 },
13697 "node_modules/sanitize.css": {
13698 "version": "13.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080013699 "license": "CC0-1.0"
13700 },
13701 "node_modules/sass-loader": {
13702 "version": "12.6.0",
956303669a32fc2c2025-06-02 19:45:53 +080013703 "license": "MIT",
13704 "dependencies": {
13705 "klona": "^2.0.4",
13706 "neo-async": "^2.6.2"
13707 },
13708 "engines": {
13709 "node": ">= 12.13.0"
13710 },
13711 "funding": {
13712 "type": "opencollective",
13713 "url": "https://opencollective.com/webpack"
13714 },
13715 "peerDependencies": {
13716 "fibers": ">= 3.1.0",
13717 "node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0",
13718 "sass": "^1.3.0",
13719 "sass-embedded": "*",
13720 "webpack": "^5.0.0"
13721 },
13722 "peerDependenciesMeta": {
13723 "fibers": {
13724 "optional": true
13725 },
13726 "node-sass": {
13727 "optional": true
13728 },
13729 "sass": {
13730 "optional": true
13731 },
13732 "sass-embedded": {
13733 "optional": true
13734 }
13735 }
13736 },
13737 "node_modules/sax": {
13738 "version": "1.2.4",
956303669a32fc2c2025-06-02 19:45:53 +080013739 "license": "ISC"
13740 },
13741 "node_modules/saxes": {
13742 "version": "5.0.1",
956303669a32fc2c2025-06-02 19:45:53 +080013743 "license": "ISC",
13744 "dependencies": {
13745 "xmlchars": "^2.2.0"
13746 },
13747 "engines": {
13748 "node": ">=10"
13749 }
13750 },
13751 "node_modules/scheduler": {
13752 "version": "0.23.2",
956303669a32fc2c2025-06-02 19:45:53 +080013753 "license": "MIT",
13754 "dependencies": {
13755 "loose-envify": "^1.1.0"
13756 }
13757 },
13758 "node_modules/schema-utils": {
13759 "version": "4.3.2",
956303669a32fc2c2025-06-02 19:45:53 +080013760 "license": "MIT",
13761 "dependencies": {
13762 "@types/json-schema": "^7.0.9",
13763 "ajv": "^8.9.0",
13764 "ajv-formats": "^2.1.1",
13765 "ajv-keywords": "^5.1.0"
13766 },
13767 "engines": {
13768 "node": ">= 10.13.0"
13769 },
13770 "funding": {
13771 "type": "opencollective",
13772 "url": "https://opencollective.com/webpack"
13773 }
13774 },
13775 "node_modules/schema-utils/node_modules/ajv": {
13776 "version": "8.17.1",
956303669a32fc2c2025-06-02 19:45:53 +080013777 "license": "MIT",
13778 "dependencies": {
13779 "fast-deep-equal": "^3.1.3",
13780 "fast-uri": "^3.0.1",
13781 "json-schema-traverse": "^1.0.0",
13782 "require-from-string": "^2.0.2"
13783 },
13784 "funding": {
13785 "type": "github",
13786 "url": "https://github.com/sponsors/epoberezkin"
13787 }
13788 },
13789 "node_modules/schema-utils/node_modules/ajv-keywords": {
13790 "version": "5.1.0",
956303669a32fc2c2025-06-02 19:45:53 +080013791 "license": "MIT",
13792 "dependencies": {
13793 "fast-deep-equal": "^3.1.3"
13794 },
13795 "peerDependencies": {
13796 "ajv": "^8.8.2"
13797 }
13798 },
13799 "node_modules/schema-utils/node_modules/json-schema-traverse": {
13800 "version": "1.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080013801 "license": "MIT"
13802 },
ssq5067cb92025-06-05 11:44:23 +000013803 "node_modules/scroll-into-view-if-needed": {
13804 "version": "3.1.0",
13805 "resolved": "https://registry.npmjs.org/scroll-into-view-if-needed/-/scroll-into-view-if-needed-3.1.0.tgz",
13806 "integrity": "sha512-49oNpRjWRvnU8NyGVmUaYG4jtTkNonFZI86MmGRDqBphEK2EXT9gdEUoQPZhuBM8yWHxCWbobltqYO5M4XrUvQ==",
ssq5067cb92025-06-05 11:44:23 +000013807 "dependencies": {
13808 "compute-scroll-into-view": "^3.0.2"
13809 }
13810 },
956303669a32fc2c2025-06-02 19:45:53 +080013811 "node_modules/select-hose": {
13812 "version": "2.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080013813 "license": "MIT"
13814 },
13815 "node_modules/selfsigned": {
13816 "version": "2.4.1",
956303669a32fc2c2025-06-02 19:45:53 +080013817 "license": "MIT",
13818 "dependencies": {
13819 "@types/node-forge": "^1.3.0",
13820 "node-forge": "^1"
13821 },
13822 "engines": {
13823 "node": ">=10"
13824 }
13825 },
13826 "node_modules/semver": {
13827 "version": "7.7.2",
956303669a32fc2c2025-06-02 19:45:53 +080013828 "license": "ISC",
13829 "bin": {
13830 "semver": "bin/semver.js"
13831 },
13832 "engines": {
13833 "node": ">=10"
13834 }
13835 },
13836 "node_modules/send": {
13837 "version": "0.19.0",
956303669a32fc2c2025-06-02 19:45:53 +080013838 "license": "MIT",
13839 "dependencies": {
13840 "debug": "2.6.9",
13841 "depd": "2.0.0",
13842 "destroy": "1.2.0",
13843 "encodeurl": "~1.0.2",
13844 "escape-html": "~1.0.3",
13845 "etag": "~1.8.1",
13846 "fresh": "0.5.2",
13847 "http-errors": "2.0.0",
13848 "mime": "1.6.0",
13849 "ms": "2.1.3",
13850 "on-finished": "2.4.1",
13851 "range-parser": "~1.2.1",
13852 "statuses": "2.0.1"
13853 },
13854 "engines": {
13855 "node": ">= 0.8.0"
13856 }
13857 },
13858 "node_modules/send/node_modules/debug": {
13859 "version": "2.6.9",
956303669a32fc2c2025-06-02 19:45:53 +080013860 "license": "MIT",
13861 "dependencies": {
13862 "ms": "2.0.0"
13863 }
13864 },
13865 "node_modules/send/node_modules/debug/node_modules/ms": {
13866 "version": "2.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080013867 "license": "MIT"
13868 },
13869 "node_modules/send/node_modules/encodeurl": {
13870 "version": "1.0.2",
956303669a32fc2c2025-06-02 19:45:53 +080013871 "license": "MIT",
13872 "engines": {
13873 "node": ">= 0.8"
13874 }
13875 },
13876 "node_modules/serialize-javascript": {
13877 "version": "6.0.2",
956303669a32fc2c2025-06-02 19:45:53 +080013878 "license": "BSD-3-Clause",
13879 "dependencies": {
13880 "randombytes": "^2.1.0"
13881 }
13882 },
13883 "node_modules/serve-index": {
13884 "version": "1.9.1",
956303669a32fc2c2025-06-02 19:45:53 +080013885 "license": "MIT",
13886 "dependencies": {
13887 "accepts": "~1.3.4",
13888 "batch": "0.6.1",
13889 "debug": "2.6.9",
13890 "escape-html": "~1.0.3",
13891 "http-errors": "~1.6.2",
13892 "mime-types": "~2.1.17",
13893 "parseurl": "~1.3.2"
13894 },
13895 "engines": {
13896 "node": ">= 0.8.0"
13897 }
13898 },
13899 "node_modules/serve-index/node_modules/debug": {
13900 "version": "2.6.9",
956303669a32fc2c2025-06-02 19:45:53 +080013901 "license": "MIT",
13902 "dependencies": {
13903 "ms": "2.0.0"
13904 }
13905 },
13906 "node_modules/serve-index/node_modules/depd": {
13907 "version": "1.1.2",
956303669a32fc2c2025-06-02 19:45:53 +080013908 "license": "MIT",
13909 "engines": {
13910 "node": ">= 0.6"
13911 }
13912 },
13913 "node_modules/serve-index/node_modules/http-errors": {
13914 "version": "1.6.3",
956303669a32fc2c2025-06-02 19:45:53 +080013915 "license": "MIT",
13916 "dependencies": {
13917 "depd": "~1.1.2",
13918 "inherits": "2.0.3",
13919 "setprototypeof": "1.1.0",
13920 "statuses": ">= 1.4.0 < 2"
13921 },
13922 "engines": {
13923 "node": ">= 0.6"
13924 }
13925 },
13926 "node_modules/serve-index/node_modules/inherits": {
13927 "version": "2.0.3",
956303669a32fc2c2025-06-02 19:45:53 +080013928 "license": "ISC"
13929 },
13930 "node_modules/serve-index/node_modules/ms": {
13931 "version": "2.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080013932 "license": "MIT"
13933 },
13934 "node_modules/serve-index/node_modules/setprototypeof": {
13935 "version": "1.1.0",
956303669a32fc2c2025-06-02 19:45:53 +080013936 "license": "ISC"
13937 },
13938 "node_modules/serve-index/node_modules/statuses": {
13939 "version": "1.5.0",
956303669a32fc2c2025-06-02 19:45:53 +080013940 "license": "MIT",
13941 "engines": {
13942 "node": ">= 0.6"
13943 }
13944 },
13945 "node_modules/serve-static": {
13946 "version": "1.16.2",
956303669a32fc2c2025-06-02 19:45:53 +080013947 "license": "MIT",
13948 "dependencies": {
13949 "encodeurl": "~2.0.0",
13950 "escape-html": "~1.0.3",
13951 "parseurl": "~1.3.3",
13952 "send": "0.19.0"
13953 },
13954 "engines": {
13955 "node": ">= 0.8.0"
13956 }
13957 },
13958 "node_modules/set-function-length": {
13959 "version": "1.2.2",
956303669a32fc2c2025-06-02 19:45:53 +080013960 "license": "MIT",
13961 "dependencies": {
13962 "define-data-property": "^1.1.4",
13963 "es-errors": "^1.3.0",
13964 "function-bind": "^1.1.2",
13965 "get-intrinsic": "^1.2.4",
13966 "gopd": "^1.0.1",
13967 "has-property-descriptors": "^1.0.2"
13968 },
13969 "engines": {
13970 "node": ">= 0.4"
13971 }
13972 },
13973 "node_modules/set-function-name": {
13974 "version": "2.0.2",
956303669a32fc2c2025-06-02 19:45:53 +080013975 "license": "MIT",
13976 "dependencies": {
13977 "define-data-property": "^1.1.4",
13978 "es-errors": "^1.3.0",
13979 "functions-have-names": "^1.2.3",
13980 "has-property-descriptors": "^1.0.2"
13981 },
13982 "engines": {
13983 "node": ">= 0.4"
13984 }
13985 },
13986 "node_modules/set-proto": {
13987 "version": "1.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080013988 "license": "MIT",
13989 "dependencies": {
13990 "dunder-proto": "^1.0.1",
13991 "es-errors": "^1.3.0",
13992 "es-object-atoms": "^1.0.0"
13993 },
13994 "engines": {
13995 "node": ">= 0.4"
13996 }
13997 },
13998 "node_modules/setprototypeof": {
13999 "version": "1.2.0",
956303669a32fc2c2025-06-02 19:45:53 +080014000 "license": "ISC"
14001 },
14002 "node_modules/shebang-command": {
14003 "version": "2.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080014004 "license": "MIT",
14005 "dependencies": {
14006 "shebang-regex": "^3.0.0"
14007 },
14008 "engines": {
14009 "node": ">=8"
14010 }
14011 },
14012 "node_modules/shebang-regex": {
14013 "version": "3.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080014014 "license": "MIT",
14015 "engines": {
14016 "node": ">=8"
14017 }
14018 },
14019 "node_modules/shell-quote": {
14020 "version": "1.8.2",
956303669a32fc2c2025-06-02 19:45:53 +080014021 "license": "MIT",
14022 "engines": {
14023 "node": ">= 0.4"
14024 },
14025 "funding": {
14026 "url": "https://github.com/sponsors/ljharb"
14027 }
14028 },
14029 "node_modules/side-channel": {
14030 "version": "1.1.0",
956303669a32fc2c2025-06-02 19:45:53 +080014031 "license": "MIT",
14032 "dependencies": {
14033 "es-errors": "^1.3.0",
14034 "object-inspect": "^1.13.3",
14035 "side-channel-list": "^1.0.0",
14036 "side-channel-map": "^1.0.1",
14037 "side-channel-weakmap": "^1.0.2"
14038 },
14039 "engines": {
14040 "node": ">= 0.4"
14041 },
14042 "funding": {
14043 "url": "https://github.com/sponsors/ljharb"
14044 }
14045 },
14046 "node_modules/side-channel-list": {
14047 "version": "1.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080014048 "license": "MIT",
14049 "dependencies": {
14050 "es-errors": "^1.3.0",
14051 "object-inspect": "^1.13.3"
14052 },
14053 "engines": {
14054 "node": ">= 0.4"
14055 },
14056 "funding": {
14057 "url": "https://github.com/sponsors/ljharb"
14058 }
14059 },
14060 "node_modules/side-channel-map": {
14061 "version": "1.0.1",
956303669a32fc2c2025-06-02 19:45:53 +080014062 "license": "MIT",
14063 "dependencies": {
14064 "call-bound": "^1.0.2",
14065 "es-errors": "^1.3.0",
14066 "get-intrinsic": "^1.2.5",
14067 "object-inspect": "^1.13.3"
14068 },
14069 "engines": {
14070 "node": ">= 0.4"
14071 },
14072 "funding": {
14073 "url": "https://github.com/sponsors/ljharb"
14074 }
14075 },
14076 "node_modules/side-channel-weakmap": {
14077 "version": "1.0.2",
956303669a32fc2c2025-06-02 19:45:53 +080014078 "license": "MIT",
14079 "dependencies": {
14080 "call-bound": "^1.0.2",
14081 "es-errors": "^1.3.0",
14082 "get-intrinsic": "^1.2.5",
14083 "object-inspect": "^1.13.3",
14084 "side-channel-map": "^1.0.1"
14085 },
14086 "engines": {
14087 "node": ">= 0.4"
14088 },
14089 "funding": {
14090 "url": "https://github.com/sponsors/ljharb"
14091 }
14092 },
14093 "node_modules/signal-exit": {
14094 "version": "3.0.7",
956303669a32fc2c2025-06-02 19:45:53 +080014095 "license": "ISC"
14096 },
14097 "node_modules/sisteransi": {
14098 "version": "1.0.5",
956303669a32fc2c2025-06-02 19:45:53 +080014099 "license": "MIT"
14100 },
14101 "node_modules/slash": {
14102 "version": "3.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080014103 "license": "MIT",
14104 "engines": {
14105 "node": ">=8"
14106 }
14107 },
14108 "node_modules/sockjs": {
14109 "version": "0.3.24",
956303669a32fc2c2025-06-02 19:45:53 +080014110 "license": "MIT",
14111 "dependencies": {
14112 "faye-websocket": "^0.11.3",
14113 "uuid": "^8.3.2",
14114 "websocket-driver": "^0.7.4"
14115 }
14116 },
14117 "node_modules/source-list-map": {
14118 "version": "2.0.1",
956303669a32fc2c2025-06-02 19:45:53 +080014119 "license": "MIT"
14120 },
14121 "node_modules/source-map": {
14122 "version": "0.5.7",
956303669a32fc2c2025-06-02 19:45:53 +080014123 "license": "BSD-3-Clause",
14124 "engines": {
14125 "node": ">=0.10.0"
14126 }
14127 },
14128 "node_modules/source-map-js": {
14129 "version": "1.2.1",
956303669a32fc2c2025-06-02 19:45:53 +080014130 "license": "BSD-3-Clause",
14131 "engines": {
14132 "node": ">=0.10.0"
14133 }
14134 },
14135 "node_modules/source-map-loader": {
14136 "version": "3.0.2",
956303669a32fc2c2025-06-02 19:45:53 +080014137 "license": "MIT",
14138 "dependencies": {
14139 "abab": "^2.0.5",
14140 "iconv-lite": "^0.6.3",
14141 "source-map-js": "^1.0.1"
14142 },
14143 "engines": {
14144 "node": ">= 12.13.0"
14145 },
14146 "funding": {
14147 "type": "opencollective",
14148 "url": "https://opencollective.com/webpack"
14149 },
14150 "peerDependencies": {
14151 "webpack": "^5.0.0"
14152 }
14153 },
14154 "node_modules/source-map-support": {
14155 "version": "0.5.21",
956303669a32fc2c2025-06-02 19:45:53 +080014156 "license": "MIT",
14157 "dependencies": {
14158 "buffer-from": "^1.0.0",
14159 "source-map": "^0.6.0"
14160 }
14161 },
14162 "node_modules/source-map-support/node_modules/source-map": {
14163 "version": "0.6.1",
956303669a32fc2c2025-06-02 19:45:53 +080014164 "license": "BSD-3-Clause",
14165 "engines": {
14166 "node": ">=0.10.0"
14167 }
14168 },
14169 "node_modules/sourcemap-codec": {
14170 "version": "1.4.8",
956303669a32fc2c2025-06-02 19:45:53 +080014171 "license": "MIT"
14172 },
14173 "node_modules/spdy": {
14174 "version": "4.0.2",
956303669a32fc2c2025-06-02 19:45:53 +080014175 "license": "MIT",
14176 "dependencies": {
14177 "debug": "^4.1.0",
14178 "handle-thing": "^2.0.0",
14179 "http-deceiver": "^1.2.7",
14180 "select-hose": "^2.0.0",
14181 "spdy-transport": "^3.0.0"
14182 },
14183 "engines": {
14184 "node": ">=6.0.0"
14185 }
14186 },
14187 "node_modules/spdy-transport": {
14188 "version": "3.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080014189 "license": "MIT",
14190 "dependencies": {
14191 "debug": "^4.1.0",
14192 "detect-node": "^2.0.4",
14193 "hpack.js": "^2.1.6",
14194 "obuf": "^1.1.2",
14195 "readable-stream": "^3.0.6",
14196 "wbuf": "^1.7.3"
14197 }
14198 },
14199 "node_modules/sprintf-js": {
14200 "version": "1.0.3",
956303669a32fc2c2025-06-02 19:45:53 +080014201 "license": "BSD-3-Clause"
14202 },
14203 "node_modules/stable": {
14204 "version": "0.1.8",
956303669a32fc2c2025-06-02 19:45:53 +080014205 "license": "MIT"
14206 },
14207 "node_modules/stack-utils": {
14208 "version": "2.0.6",
956303669a32fc2c2025-06-02 19:45:53 +080014209 "license": "MIT",
14210 "dependencies": {
14211 "escape-string-regexp": "^2.0.0"
14212 },
14213 "engines": {
14214 "node": ">=10"
14215 }
14216 },
14217 "node_modules/stack-utils/node_modules/escape-string-regexp": {
14218 "version": "2.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080014219 "license": "MIT",
14220 "engines": {
14221 "node": ">=8"
14222 }
14223 },
14224 "node_modules/stackframe": {
14225 "version": "1.3.4",
956303669a32fc2c2025-06-02 19:45:53 +080014226 "license": "MIT"
14227 },
14228 "node_modules/static-eval": {
14229 "version": "2.0.2",
956303669a32fc2c2025-06-02 19:45:53 +080014230 "license": "MIT",
14231 "dependencies": {
14232 "escodegen": "^1.8.1"
14233 }
14234 },
14235 "node_modules/static-eval/node_modules/escodegen": {
14236 "version": "1.14.3",
956303669a32fc2c2025-06-02 19:45:53 +080014237 "license": "BSD-2-Clause",
14238 "dependencies": {
14239 "esprima": "^4.0.1",
14240 "estraverse": "^4.2.0",
14241 "esutils": "^2.0.2",
14242 "optionator": "^0.8.1"
14243 },
14244 "bin": {
14245 "escodegen": "bin/escodegen.js",
14246 "esgenerate": "bin/esgenerate.js"
14247 },
14248 "engines": {
14249 "node": ">=4.0"
14250 },
14251 "optionalDependencies": {
14252 "source-map": "~0.6.1"
14253 }
14254 },
14255 "node_modules/static-eval/node_modules/estraverse": {
14256 "version": "4.3.0",
956303669a32fc2c2025-06-02 19:45:53 +080014257 "license": "BSD-2-Clause",
14258 "engines": {
14259 "node": ">=4.0"
14260 }
14261 },
14262 "node_modules/static-eval/node_modules/levn": {
14263 "version": "0.3.0",
956303669a32fc2c2025-06-02 19:45:53 +080014264 "license": "MIT",
14265 "dependencies": {
14266 "prelude-ls": "~1.1.2",
14267 "type-check": "~0.3.2"
14268 },
14269 "engines": {
14270 "node": ">= 0.8.0"
14271 }
14272 },
14273 "node_modules/static-eval/node_modules/optionator": {
14274 "version": "0.8.3",
956303669a32fc2c2025-06-02 19:45:53 +080014275 "license": "MIT",
14276 "dependencies": {
14277 "deep-is": "~0.1.3",
14278 "fast-levenshtein": "~2.0.6",
14279 "levn": "~0.3.0",
14280 "prelude-ls": "~1.1.2",
14281 "type-check": "~0.3.2",
14282 "word-wrap": "~1.2.3"
14283 },
14284 "engines": {
14285 "node": ">= 0.8.0"
14286 }
14287 },
14288 "node_modules/static-eval/node_modules/prelude-ls": {
14289 "version": "1.1.2",
956303669a32fc2c2025-06-02 19:45:53 +080014290 "engines": {
14291 "node": ">= 0.8.0"
14292 }
14293 },
14294 "node_modules/static-eval/node_modules/source-map": {
14295 "version": "0.6.1",
956303669a32fc2c2025-06-02 19:45:53 +080014296 "license": "BSD-3-Clause",
14297 "optional": true,
14298 "engines": {
14299 "node": ">=0.10.0"
14300 }
14301 },
14302 "node_modules/static-eval/node_modules/type-check": {
14303 "version": "0.3.2",
956303669a32fc2c2025-06-02 19:45:53 +080014304 "license": "MIT",
14305 "dependencies": {
14306 "prelude-ls": "~1.1.2"
14307 },
14308 "engines": {
14309 "node": ">= 0.8.0"
14310 }
14311 },
14312 "node_modules/statuses": {
14313 "version": "2.0.1",
956303669a32fc2c2025-06-02 19:45:53 +080014314 "license": "MIT",
14315 "engines": {
14316 "node": ">= 0.8"
14317 }
14318 },
14319 "node_modules/string_decoder": {
14320 "version": "1.3.0",
956303669a32fc2c2025-06-02 19:45:53 +080014321 "license": "MIT",
14322 "dependencies": {
14323 "safe-buffer": "~5.2.0"
14324 }
14325 },
ssq5067cb92025-06-05 11:44:23 +000014326 "node_modules/string-convert": {
14327 "version": "0.2.1",
14328 "resolved": "https://registry.npmjs.org/string-convert/-/string-convert-0.2.1.tgz",
wht6a1b6782025-06-06 19:14:59 +080014329 "integrity": "sha512-u/1tdPl4yQnPBjnVrmdLo9gtuLvELKsAoRapekWggdiQNvvvum+jYF329d84NAa660KQw7pB2n36KrIKVoXa3A=="
ssq5067cb92025-06-05 11:44:23 +000014330 },
956303669a32fc2c2025-06-02 19:45:53 +080014331 "node_modules/string-length": {
14332 "version": "4.0.2",
956303669a32fc2c2025-06-02 19:45:53 +080014333 "license": "MIT",
14334 "dependencies": {
14335 "char-regex": "^1.0.2",
14336 "strip-ansi": "^6.0.0"
14337 },
14338 "engines": {
14339 "node": ">=10"
14340 }
14341 },
14342 "node_modules/string-natural-compare": {
14343 "version": "3.0.1",
956303669a32fc2c2025-06-02 19:45:53 +080014344 "license": "MIT"
14345 },
14346 "node_modules/string-width": {
14347 "version": "4.2.3",
956303669a32fc2c2025-06-02 19:45:53 +080014348 "license": "MIT",
14349 "dependencies": {
14350 "emoji-regex": "^8.0.0",
14351 "is-fullwidth-code-point": "^3.0.0",
14352 "strip-ansi": "^6.0.1"
14353 },
14354 "engines": {
14355 "node": ">=8"
14356 }
14357 },
14358 "node_modules/string-width-cjs": {
14359 "name": "string-width",
14360 "version": "4.2.3",
956303669a32fc2c2025-06-02 19:45:53 +080014361 "license": "MIT",
14362 "dependencies": {
14363 "emoji-regex": "^8.0.0",
14364 "is-fullwidth-code-point": "^3.0.0",
14365 "strip-ansi": "^6.0.1"
14366 },
14367 "engines": {
14368 "node": ">=8"
14369 }
14370 },
14371 "node_modules/string-width-cjs/node_modules/emoji-regex": {
14372 "version": "8.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080014373 "license": "MIT"
14374 },
14375 "node_modules/string-width/node_modules/emoji-regex": {
14376 "version": "8.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080014377 "license": "MIT"
14378 },
14379 "node_modules/string.prototype.includes": {
14380 "version": "2.0.1",
956303669a32fc2c2025-06-02 19:45:53 +080014381 "license": "MIT",
14382 "dependencies": {
14383 "call-bind": "^1.0.7",
14384 "define-properties": "^1.2.1",
14385 "es-abstract": "^1.23.3"
14386 },
14387 "engines": {
14388 "node": ">= 0.4"
14389 }
14390 },
14391 "node_modules/string.prototype.matchall": {
14392 "version": "4.0.12",
956303669a32fc2c2025-06-02 19:45:53 +080014393 "license": "MIT",
14394 "dependencies": {
14395 "call-bind": "^1.0.8",
14396 "call-bound": "^1.0.3",
14397 "define-properties": "^1.2.1",
14398 "es-abstract": "^1.23.6",
14399 "es-errors": "^1.3.0",
14400 "es-object-atoms": "^1.0.0",
14401 "get-intrinsic": "^1.2.6",
14402 "gopd": "^1.2.0",
14403 "has-symbols": "^1.1.0",
14404 "internal-slot": "^1.1.0",
14405 "regexp.prototype.flags": "^1.5.3",
14406 "set-function-name": "^2.0.2",
14407 "side-channel": "^1.1.0"
14408 },
14409 "engines": {
14410 "node": ">= 0.4"
14411 },
14412 "funding": {
14413 "url": "https://github.com/sponsors/ljharb"
14414 }
14415 },
14416 "node_modules/string.prototype.repeat": {
14417 "version": "1.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080014418 "license": "MIT",
14419 "dependencies": {
14420 "define-properties": "^1.1.3",
14421 "es-abstract": "^1.17.5"
14422 }
14423 },
14424 "node_modules/string.prototype.trim": {
14425 "version": "1.2.10",
956303669a32fc2c2025-06-02 19:45:53 +080014426 "license": "MIT",
14427 "dependencies": {
14428 "call-bind": "^1.0.8",
14429 "call-bound": "^1.0.2",
14430 "define-data-property": "^1.1.4",
14431 "define-properties": "^1.2.1",
14432 "es-abstract": "^1.23.5",
14433 "es-object-atoms": "^1.0.0",
14434 "has-property-descriptors": "^1.0.2"
14435 },
14436 "engines": {
14437 "node": ">= 0.4"
14438 },
14439 "funding": {
14440 "url": "https://github.com/sponsors/ljharb"
14441 }
14442 },
14443 "node_modules/string.prototype.trimend": {
14444 "version": "1.0.9",
956303669a32fc2c2025-06-02 19:45:53 +080014445 "license": "MIT",
14446 "dependencies": {
14447 "call-bind": "^1.0.8",
14448 "call-bound": "^1.0.2",
14449 "define-properties": "^1.2.1",
14450 "es-object-atoms": "^1.0.0"
14451 },
14452 "engines": {
14453 "node": ">= 0.4"
14454 },
14455 "funding": {
14456 "url": "https://github.com/sponsors/ljharb"
14457 }
14458 },
14459 "node_modules/string.prototype.trimstart": {
14460 "version": "1.0.8",
956303669a32fc2c2025-06-02 19:45:53 +080014461 "license": "MIT",
14462 "dependencies": {
14463 "call-bind": "^1.0.7",
14464 "define-properties": "^1.2.1",
14465 "es-object-atoms": "^1.0.0"
14466 },
14467 "engines": {
14468 "node": ">= 0.4"
14469 },
14470 "funding": {
14471 "url": "https://github.com/sponsors/ljharb"
14472 }
14473 },
14474 "node_modules/stringify-object": {
14475 "version": "3.3.0",
956303669a32fc2c2025-06-02 19:45:53 +080014476 "license": "BSD-2-Clause",
14477 "dependencies": {
14478 "get-own-enumerable-property-symbols": "^3.0.0",
14479 "is-obj": "^1.0.1",
14480 "is-regexp": "^1.0.0"
14481 },
14482 "engines": {
14483 "node": ">=4"
14484 }
14485 },
14486 "node_modules/strip-ansi": {
14487 "version": "6.0.1",
956303669a32fc2c2025-06-02 19:45:53 +080014488 "license": "MIT",
14489 "dependencies": {
14490 "ansi-regex": "^5.0.1"
14491 },
14492 "engines": {
14493 "node": ">=8"
14494 }
14495 },
14496 "node_modules/strip-ansi-cjs": {
14497 "name": "strip-ansi",
14498 "version": "6.0.1",
956303669a32fc2c2025-06-02 19:45:53 +080014499 "license": "MIT",
14500 "dependencies": {
14501 "ansi-regex": "^5.0.1"
14502 },
14503 "engines": {
14504 "node": ">=8"
14505 }
14506 },
14507 "node_modules/strip-bom": {
14508 "version": "4.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080014509 "license": "MIT",
14510 "engines": {
14511 "node": ">=8"
14512 }
14513 },
14514 "node_modules/strip-comments": {
14515 "version": "2.0.1",
956303669a32fc2c2025-06-02 19:45:53 +080014516 "license": "MIT",
14517 "engines": {
14518 "node": ">=10"
14519 }
14520 },
14521 "node_modules/strip-final-newline": {
14522 "version": "2.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080014523 "license": "MIT",
14524 "engines": {
14525 "node": ">=6"
14526 }
14527 },
14528 "node_modules/strip-indent": {
14529 "version": "3.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080014530 "license": "MIT",
14531 "dependencies": {
14532 "min-indent": "^1.0.0"
14533 },
14534 "engines": {
14535 "node": ">=8"
14536 }
14537 },
14538 "node_modules/strip-json-comments": {
14539 "version": "3.1.1",
956303669a32fc2c2025-06-02 19:45:53 +080014540 "license": "MIT",
14541 "engines": {
14542 "node": ">=8"
14543 },
14544 "funding": {
14545 "url": "https://github.com/sponsors/sindresorhus"
14546 }
14547 },
14548 "node_modules/style-loader": {
14549 "version": "3.3.4",
956303669a32fc2c2025-06-02 19:45:53 +080014550 "license": "MIT",
14551 "engines": {
14552 "node": ">= 12.13.0"
14553 },
14554 "funding": {
14555 "type": "opencollective",
14556 "url": "https://opencollective.com/webpack"
14557 },
14558 "peerDependencies": {
14559 "webpack": "^5.0.0"
14560 }
14561 },
14562 "node_modules/stylehacks": {
14563 "version": "5.1.1",
956303669a32fc2c2025-06-02 19:45:53 +080014564 "license": "MIT",
14565 "dependencies": {
14566 "browserslist": "^4.21.4",
14567 "postcss-selector-parser": "^6.0.4"
14568 },
14569 "engines": {
14570 "node": "^10 || ^12 || >=14.0"
14571 },
14572 "peerDependencies": {
14573 "postcss": "^8.2.15"
14574 }
14575 },
14576 "node_modules/stylis": {
14577 "version": "4.2.0",
956303669a32fc2c2025-06-02 19:45:53 +080014578 "license": "MIT"
14579 },
14580 "node_modules/sucrase": {
14581 "version": "3.35.0",
956303669a32fc2c2025-06-02 19:45:53 +080014582 "license": "MIT",
14583 "dependencies": {
14584 "@jridgewell/gen-mapping": "^0.3.2",
14585 "commander": "^4.0.0",
14586 "glob": "^10.3.10",
14587 "lines-and-columns": "^1.1.6",
14588 "mz": "^2.7.0",
14589 "pirates": "^4.0.1",
14590 "ts-interface-checker": "^0.1.9"
14591 },
14592 "bin": {
14593 "sucrase": "bin/sucrase",
14594 "sucrase-node": "bin/sucrase-node"
14595 },
14596 "engines": {
14597 "node": ">=16 || 14 >=14.17"
14598 }
14599 },
14600 "node_modules/sucrase/node_modules/brace-expansion": {
14601 "version": "2.0.1",
956303669a32fc2c2025-06-02 19:45:53 +080014602 "license": "MIT",
14603 "dependencies": {
14604 "balanced-match": "^1.0.0"
14605 }
14606 },
14607 "node_modules/sucrase/node_modules/commander": {
14608 "version": "4.1.1",
956303669a32fc2c2025-06-02 19:45:53 +080014609 "license": "MIT",
14610 "engines": {
14611 "node": ">= 6"
14612 }
14613 },
14614 "node_modules/sucrase/node_modules/glob": {
14615 "version": "10.4.5",
956303669a32fc2c2025-06-02 19:45:53 +080014616 "license": "ISC",
14617 "dependencies": {
14618 "foreground-child": "^3.1.0",
14619 "jackspeak": "^3.1.2",
14620 "minimatch": "^9.0.4",
14621 "minipass": "^7.1.2",
14622 "package-json-from-dist": "^1.0.0",
14623 "path-scurry": "^1.11.1"
14624 },
14625 "bin": {
14626 "glob": "dist/esm/bin.mjs"
14627 },
14628 "funding": {
14629 "url": "https://github.com/sponsors/isaacs"
14630 }
14631 },
14632 "node_modules/sucrase/node_modules/minimatch": {
14633 "version": "9.0.5",
956303669a32fc2c2025-06-02 19:45:53 +080014634 "license": "ISC",
14635 "dependencies": {
14636 "brace-expansion": "^2.0.1"
14637 },
14638 "engines": {
14639 "node": ">=16 || 14 >=14.17"
14640 },
14641 "funding": {
14642 "url": "https://github.com/sponsors/isaacs"
14643 }
14644 },
14645 "node_modules/supports-color": {
14646 "version": "7.2.0",
956303669a32fc2c2025-06-02 19:45:53 +080014647 "license": "MIT",
14648 "dependencies": {
14649 "has-flag": "^4.0.0"
14650 },
14651 "engines": {
14652 "node": ">=8"
14653 }
14654 },
14655 "node_modules/supports-hyperlinks": {
14656 "version": "2.3.0",
956303669a32fc2c2025-06-02 19:45:53 +080014657 "license": "MIT",
14658 "dependencies": {
14659 "has-flag": "^4.0.0",
14660 "supports-color": "^7.0.0"
14661 },
14662 "engines": {
14663 "node": ">=8"
14664 }
14665 },
14666 "node_modules/supports-preserve-symlinks-flag": {
14667 "version": "1.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080014668 "license": "MIT",
14669 "engines": {
14670 "node": ">= 0.4"
14671 },
14672 "funding": {
14673 "url": "https://github.com/sponsors/ljharb"
14674 }
14675 },
14676 "node_modules/svg-parser": {
14677 "version": "2.0.4",
956303669a32fc2c2025-06-02 19:45:53 +080014678 "license": "MIT"
14679 },
14680 "node_modules/svgo": {
14681 "version": "1.3.2",
956303669a32fc2c2025-06-02 19:45:53 +080014682 "license": "MIT",
14683 "dependencies": {
14684 "chalk": "^2.4.1",
14685 "coa": "^2.0.2",
14686 "css-select": "^2.0.0",
14687 "css-select-base-adapter": "^0.1.1",
14688 "css-tree": "1.0.0-alpha.37",
14689 "csso": "^4.0.2",
14690 "js-yaml": "^3.13.1",
14691 "mkdirp": "~0.5.1",
14692 "object.values": "^1.1.0",
14693 "sax": "~1.2.4",
14694 "stable": "^0.1.8",
14695 "unquote": "~1.1.1",
14696 "util.promisify": "~1.0.0"
14697 },
14698 "bin": {
14699 "svgo": "bin/svgo"
14700 },
14701 "engines": {
14702 "node": ">=4.0.0"
14703 }
14704 },
14705 "node_modules/svgo/node_modules/ansi-styles": {
14706 "version": "3.2.1",
956303669a32fc2c2025-06-02 19:45:53 +080014707 "license": "MIT",
14708 "dependencies": {
14709 "color-convert": "^1.9.0"
14710 },
14711 "engines": {
14712 "node": ">=4"
14713 }
14714 },
14715 "node_modules/svgo/node_modules/chalk": {
14716 "version": "2.4.2",
956303669a32fc2c2025-06-02 19:45:53 +080014717 "license": "MIT",
14718 "dependencies": {
14719 "ansi-styles": "^3.2.1",
14720 "escape-string-regexp": "^1.0.5",
14721 "supports-color": "^5.3.0"
14722 },
14723 "engines": {
14724 "node": ">=4"
14725 }
14726 },
14727 "node_modules/svgo/node_modules/color-convert": {
14728 "version": "1.9.3",
956303669a32fc2c2025-06-02 19:45:53 +080014729 "license": "MIT",
14730 "dependencies": {
14731 "color-name": "1.1.3"
14732 }
14733 },
14734 "node_modules/svgo/node_modules/color-name": {
14735 "version": "1.1.3",
956303669a32fc2c2025-06-02 19:45:53 +080014736 "license": "MIT"
14737 },
14738 "node_modules/svgo/node_modules/css-select": {
14739 "version": "2.1.0",
956303669a32fc2c2025-06-02 19:45:53 +080014740 "license": "BSD-2-Clause",
14741 "dependencies": {
14742 "boolbase": "^1.0.0",
14743 "css-what": "^3.2.1",
14744 "domutils": "^1.7.0",
14745 "nth-check": "^1.0.2"
14746 }
14747 },
14748 "node_modules/svgo/node_modules/css-what": {
14749 "version": "3.4.2",
956303669a32fc2c2025-06-02 19:45:53 +080014750 "license": "BSD-2-Clause",
14751 "engines": {
14752 "node": ">= 6"
14753 },
14754 "funding": {
14755 "url": "https://github.com/sponsors/fb55"
14756 }
14757 },
14758 "node_modules/svgo/node_modules/dom-serializer": {
14759 "version": "0.2.2",
956303669a32fc2c2025-06-02 19:45:53 +080014760 "license": "MIT",
14761 "dependencies": {
14762 "domelementtype": "^2.0.1",
14763 "entities": "^2.0.0"
14764 }
14765 },
14766 "node_modules/svgo/node_modules/domutils": {
14767 "version": "1.7.0",
956303669a32fc2c2025-06-02 19:45:53 +080014768 "license": "BSD-2-Clause",
14769 "dependencies": {
14770 "dom-serializer": "0",
14771 "domelementtype": "1"
14772 }
14773 },
14774 "node_modules/svgo/node_modules/domutils/node_modules/domelementtype": {
14775 "version": "1.3.1",
956303669a32fc2c2025-06-02 19:45:53 +080014776 "license": "BSD-2-Clause"
14777 },
14778 "node_modules/svgo/node_modules/escape-string-regexp": {
14779 "version": "1.0.5",
956303669a32fc2c2025-06-02 19:45:53 +080014780 "license": "MIT",
14781 "engines": {
14782 "node": ">=0.8.0"
14783 }
14784 },
14785 "node_modules/svgo/node_modules/has-flag": {
14786 "version": "3.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080014787 "license": "MIT",
14788 "engines": {
14789 "node": ">=4"
14790 }
14791 },
14792 "node_modules/svgo/node_modules/nth-check": {
14793 "version": "1.0.2",
956303669a32fc2c2025-06-02 19:45:53 +080014794 "license": "BSD-2-Clause",
14795 "dependencies": {
14796 "boolbase": "~1.0.0"
14797 }
14798 },
14799 "node_modules/svgo/node_modules/supports-color": {
14800 "version": "5.5.0",
956303669a32fc2c2025-06-02 19:45:53 +080014801 "license": "MIT",
14802 "dependencies": {
14803 "has-flag": "^3.0.0"
14804 },
14805 "engines": {
14806 "node": ">=4"
14807 }
14808 },
14809 "node_modules/symbol-tree": {
14810 "version": "3.2.4",
956303669a32fc2c2025-06-02 19:45:53 +080014811 "license": "MIT"
14812 },
14813 "node_modules/tailwindcss": {
14814 "version": "3.4.17",
956303669a32fc2c2025-06-02 19:45:53 +080014815 "license": "MIT",
14816 "dependencies": {
14817 "@alloc/quick-lru": "^5.2.0",
14818 "arg": "^5.0.2",
14819 "chokidar": "^3.6.0",
14820 "didyoumean": "^1.2.2",
14821 "dlv": "^1.1.3",
14822 "fast-glob": "^3.3.2",
14823 "glob-parent": "^6.0.2",
14824 "is-glob": "^4.0.3",
14825 "jiti": "^1.21.6",
14826 "lilconfig": "^3.1.3",
14827 "micromatch": "^4.0.8",
14828 "normalize-path": "^3.0.0",
14829 "object-hash": "^3.0.0",
14830 "picocolors": "^1.1.1",
14831 "postcss": "^8.4.47",
14832 "postcss-import": "^15.1.0",
14833 "postcss-js": "^4.0.1",
14834 "postcss-load-config": "^4.0.2",
14835 "postcss-nested": "^6.2.0",
14836 "postcss-selector-parser": "^6.1.2",
14837 "resolve": "^1.22.8",
14838 "sucrase": "^3.35.0"
14839 },
14840 "bin": {
14841 "tailwind": "lib/cli.js",
14842 "tailwindcss": "lib/cli.js"
14843 },
14844 "engines": {
14845 "node": ">=14.0.0"
14846 }
14847 },
14848 "node_modules/tailwindcss/node_modules/lilconfig": {
14849 "version": "3.1.3",
956303669a32fc2c2025-06-02 19:45:53 +080014850 "license": "MIT",
14851 "engines": {
14852 "node": ">=14"
14853 },
14854 "funding": {
14855 "url": "https://github.com/sponsors/antonk52"
14856 }
14857 },
14858 "node_modules/tapable": {
14859 "version": "2.2.2",
956303669a32fc2c2025-06-02 19:45:53 +080014860 "license": "MIT",
14861 "engines": {
14862 "node": ">=6"
14863 }
14864 },
14865 "node_modules/temp-dir": {
14866 "version": "2.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080014867 "license": "MIT",
14868 "engines": {
14869 "node": ">=8"
14870 }
14871 },
14872 "node_modules/tempy": {
14873 "version": "0.6.0",
956303669a32fc2c2025-06-02 19:45:53 +080014874 "license": "MIT",
14875 "dependencies": {
14876 "is-stream": "^2.0.0",
14877 "temp-dir": "^2.0.0",
14878 "type-fest": "^0.16.0",
14879 "unique-string": "^2.0.0"
14880 },
14881 "engines": {
14882 "node": ">=10"
14883 },
14884 "funding": {
14885 "url": "https://github.com/sponsors/sindresorhus"
14886 }
14887 },
14888 "node_modules/tempy/node_modules/type-fest": {
14889 "version": "0.16.0",
956303669a32fc2c2025-06-02 19:45:53 +080014890 "license": "(MIT OR CC0-1.0)",
14891 "engines": {
14892 "node": ">=10"
14893 },
14894 "funding": {
14895 "url": "https://github.com/sponsors/sindresorhus"
14896 }
14897 },
14898 "node_modules/terminal-link": {
14899 "version": "2.1.1",
956303669a32fc2c2025-06-02 19:45:53 +080014900 "license": "MIT",
14901 "dependencies": {
14902 "ansi-escapes": "^4.2.1",
14903 "supports-hyperlinks": "^2.0.0"
14904 },
14905 "engines": {
14906 "node": ">=8"
14907 },
14908 "funding": {
14909 "url": "https://github.com/sponsors/sindresorhus"
14910 }
14911 },
14912 "node_modules/terser": {
14913 "version": "5.39.2",
956303669a32fc2c2025-06-02 19:45:53 +080014914 "license": "BSD-2-Clause",
14915 "dependencies": {
14916 "@jridgewell/source-map": "^0.3.3",
14917 "acorn": "^8.14.0",
14918 "commander": "^2.20.0",
14919 "source-map-support": "~0.5.20"
14920 },
14921 "bin": {
14922 "terser": "bin/terser"
14923 },
14924 "engines": {
14925 "node": ">=10"
14926 }
14927 },
14928 "node_modules/terser-webpack-plugin": {
14929 "version": "5.3.14",
956303669a32fc2c2025-06-02 19:45:53 +080014930 "license": "MIT",
14931 "dependencies": {
14932 "@jridgewell/trace-mapping": "^0.3.25",
14933 "jest-worker": "^27.4.5",
14934 "schema-utils": "^4.3.0",
14935 "serialize-javascript": "^6.0.2",
14936 "terser": "^5.31.1"
14937 },
14938 "engines": {
14939 "node": ">= 10.13.0"
14940 },
14941 "funding": {
14942 "type": "opencollective",
14943 "url": "https://opencollective.com/webpack"
14944 },
14945 "peerDependencies": {
14946 "webpack": "^5.1.0"
14947 },
14948 "peerDependenciesMeta": {
14949 "@swc/core": {
14950 "optional": true
14951 },
14952 "esbuild": {
14953 "optional": true
14954 },
14955 "uglify-js": {
14956 "optional": true
14957 }
14958 }
14959 },
14960 "node_modules/terser/node_modules/commander": {
14961 "version": "2.20.3",
956303669a32fc2c2025-06-02 19:45:53 +080014962 "license": "MIT"
14963 },
14964 "node_modules/test-exclude": {
14965 "version": "6.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080014966 "license": "ISC",
14967 "dependencies": {
14968 "@istanbuljs/schema": "^0.1.2",
14969 "glob": "^7.1.4",
14970 "minimatch": "^3.0.4"
14971 },
14972 "engines": {
14973 "node": ">=8"
14974 }
14975 },
14976 "node_modules/text-table": {
14977 "version": "0.2.0",
956303669a32fc2c2025-06-02 19:45:53 +080014978 "license": "MIT"
14979 },
14980 "node_modules/thenify": {
14981 "version": "3.3.1",
956303669a32fc2c2025-06-02 19:45:53 +080014982 "license": "MIT",
14983 "dependencies": {
14984 "any-promise": "^1.0.0"
14985 }
14986 },
14987 "node_modules/thenify-all": {
14988 "version": "1.6.0",
956303669a32fc2c2025-06-02 19:45:53 +080014989 "license": "MIT",
14990 "dependencies": {
14991 "thenify": ">= 3.1.0 < 4"
14992 },
14993 "engines": {
14994 "node": ">=0.8"
14995 }
14996 },
14997 "node_modules/throat": {
14998 "version": "6.0.2",
956303669a32fc2c2025-06-02 19:45:53 +080014999 "license": "MIT"
15000 },
ssq5067cb92025-06-05 11:44:23 +000015001 "node_modules/throttle-debounce": {
15002 "version": "5.0.2",
15003 "resolved": "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-5.0.2.tgz",
15004 "integrity": "sha512-B71/4oyj61iNH0KeCamLuE2rmKuTO5byTOSVwECM5FA7TiAiAW+UqTKZ9ERueC4qvgSttUhdmq1mXC3kJqGX7A==",
ssq5067cb92025-06-05 11:44:23 +000015005 "engines": {
15006 "node": ">=12.22"
15007 }
15008 },
956303669a32fc2c2025-06-02 19:45:53 +080015009 "node_modules/thunky": {
15010 "version": "1.1.0",
956303669a32fc2c2025-06-02 19:45:53 +080015011 "license": "MIT"
15012 },
15013 "node_modules/tmpl": {
15014 "version": "1.0.5",
956303669a32fc2c2025-06-02 19:45:53 +080015015 "license": "BSD-3-Clause"
15016 },
15017 "node_modules/to-regex-range": {
15018 "version": "5.0.1",
956303669a32fc2c2025-06-02 19:45:53 +080015019 "license": "MIT",
15020 "dependencies": {
15021 "is-number": "^7.0.0"
15022 },
15023 "engines": {
15024 "node": ">=8.0"
15025 }
15026 },
ssq5067cb92025-06-05 11:44:23 +000015027 "node_modules/toggle-selection": {
15028 "version": "1.0.6",
15029 "resolved": "https://registry.npmjs.org/toggle-selection/-/toggle-selection-1.0.6.tgz",
wht6a1b6782025-06-06 19:14:59 +080015030 "integrity": "sha512-BiZS+C1OS8g/q2RRbJmy59xpyghNBqrr6k5L/uKBGRsTfxmu3ffiRnd8mlGPUVayg8pvfi5urfnu8TU7DVOkLQ=="
ssq5067cb92025-06-05 11:44:23 +000015031 },
956303669a32fc2c2025-06-02 19:45:53 +080015032 "node_modules/toidentifier": {
15033 "version": "1.0.1",
956303669a32fc2c2025-06-02 19:45:53 +080015034 "license": "MIT",
15035 "engines": {
15036 "node": ">=0.6"
15037 }
15038 },
15039 "node_modules/tough-cookie": {
15040 "version": "4.1.4",
956303669a32fc2c2025-06-02 19:45:53 +080015041 "license": "BSD-3-Clause",
15042 "dependencies": {
15043 "psl": "^1.1.33",
15044 "punycode": "^2.1.1",
15045 "universalify": "^0.2.0",
15046 "url-parse": "^1.5.3"
15047 },
15048 "engines": {
15049 "node": ">=6"
15050 }
15051 },
15052 "node_modules/tough-cookie/node_modules/universalify": {
15053 "version": "0.2.0",
956303669a32fc2c2025-06-02 19:45:53 +080015054 "license": "MIT",
15055 "engines": {
15056 "node": ">= 4.0.0"
15057 }
15058 },
15059 "node_modules/tr46": {
15060 "version": "2.1.0",
956303669a32fc2c2025-06-02 19:45:53 +080015061 "license": "MIT",
15062 "dependencies": {
15063 "punycode": "^2.1.1"
15064 },
15065 "engines": {
15066 "node": ">=8"
15067 }
15068 },
15069 "node_modules/tryer": {
15070 "version": "1.0.1",
956303669a32fc2c2025-06-02 19:45:53 +080015071 "license": "MIT"
15072 },
15073 "node_modules/ts-interface-checker": {
15074 "version": "0.1.13",
956303669a32fc2c2025-06-02 19:45:53 +080015075 "license": "Apache-2.0"
15076 },
15077 "node_modules/tsconfig-paths": {
15078 "version": "3.15.0",
956303669a32fc2c2025-06-02 19:45:53 +080015079 "license": "MIT",
15080 "dependencies": {
15081 "@types/json5": "^0.0.29",
15082 "json5": "^1.0.2",
15083 "minimist": "^1.2.6",
15084 "strip-bom": "^3.0.0"
15085 }
15086 },
15087 "node_modules/tsconfig-paths/node_modules/json5": {
15088 "version": "1.0.2",
956303669a32fc2c2025-06-02 19:45:53 +080015089 "license": "MIT",
15090 "dependencies": {
15091 "minimist": "^1.2.0"
15092 },
15093 "bin": {
15094 "json5": "lib/cli.js"
15095 }
15096 },
15097 "node_modules/tsconfig-paths/node_modules/strip-bom": {
15098 "version": "3.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080015099 "license": "MIT",
15100 "engines": {
15101 "node": ">=4"
15102 }
15103 },
15104 "node_modules/tslib": {
15105 "version": "2.8.1",
956303669a32fc2c2025-06-02 19:45:53 +080015106 "license": "0BSD"
15107 },
15108 "node_modules/tsutils": {
15109 "version": "3.21.0",
956303669a32fc2c2025-06-02 19:45:53 +080015110 "license": "MIT",
15111 "dependencies": {
15112 "tslib": "^1.8.1"
15113 },
15114 "engines": {
15115 "node": ">= 6"
15116 },
15117 "peerDependencies": {
15118 "typescript": ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta"
15119 }
15120 },
15121 "node_modules/tsutils/node_modules/tslib": {
15122 "version": "1.14.1",
956303669a32fc2c2025-06-02 19:45:53 +080015123 "license": "0BSD"
15124 },
15125 "node_modules/type-check": {
15126 "version": "0.4.0",
956303669a32fc2c2025-06-02 19:45:53 +080015127 "license": "MIT",
15128 "dependencies": {
15129 "prelude-ls": "^1.2.1"
15130 },
15131 "engines": {
15132 "node": ">= 0.8.0"
15133 }
15134 },
15135 "node_modules/type-detect": {
15136 "version": "4.0.8",
956303669a32fc2c2025-06-02 19:45:53 +080015137 "license": "MIT",
15138 "engines": {
15139 "node": ">=4"
15140 }
15141 },
15142 "node_modules/type-fest": {
15143 "version": "0.21.3",
956303669a32fc2c2025-06-02 19:45:53 +080015144 "license": "(MIT OR CC0-1.0)",
15145 "engines": {
15146 "node": ">=10"
15147 },
15148 "funding": {
15149 "url": "https://github.com/sponsors/sindresorhus"
15150 }
15151 },
15152 "node_modules/type-is": {
15153 "version": "1.6.18",
956303669a32fc2c2025-06-02 19:45:53 +080015154 "license": "MIT",
15155 "dependencies": {
15156 "media-typer": "0.3.0",
15157 "mime-types": "~2.1.24"
15158 },
15159 "engines": {
15160 "node": ">= 0.6"
15161 }
15162 },
15163 "node_modules/typed-array-buffer": {
15164 "version": "1.0.3",
956303669a32fc2c2025-06-02 19:45:53 +080015165 "license": "MIT",
15166 "dependencies": {
15167 "call-bound": "^1.0.3",
15168 "es-errors": "^1.3.0",
15169 "is-typed-array": "^1.1.14"
15170 },
15171 "engines": {
15172 "node": ">= 0.4"
15173 }
15174 },
15175 "node_modules/typed-array-byte-length": {
15176 "version": "1.0.3",
956303669a32fc2c2025-06-02 19:45:53 +080015177 "license": "MIT",
15178 "dependencies": {
15179 "call-bind": "^1.0.8",
15180 "for-each": "^0.3.3",
15181 "gopd": "^1.2.0",
15182 "has-proto": "^1.2.0",
15183 "is-typed-array": "^1.1.14"
15184 },
15185 "engines": {
15186 "node": ">= 0.4"
15187 },
15188 "funding": {
15189 "url": "https://github.com/sponsors/ljharb"
15190 }
15191 },
15192 "node_modules/typed-array-byte-offset": {
15193 "version": "1.0.4",
956303669a32fc2c2025-06-02 19:45:53 +080015194 "license": "MIT",
15195 "dependencies": {
15196 "available-typed-arrays": "^1.0.7",
15197 "call-bind": "^1.0.8",
15198 "for-each": "^0.3.3",
15199 "gopd": "^1.2.0",
15200 "has-proto": "^1.2.0",
15201 "is-typed-array": "^1.1.15",
15202 "reflect.getprototypeof": "^1.0.9"
15203 },
15204 "engines": {
15205 "node": ">= 0.4"
15206 },
15207 "funding": {
15208 "url": "https://github.com/sponsors/ljharb"
15209 }
15210 },
15211 "node_modules/typed-array-length": {
15212 "version": "1.0.7",
956303669a32fc2c2025-06-02 19:45:53 +080015213 "license": "MIT",
15214 "dependencies": {
15215 "call-bind": "^1.0.7",
15216 "for-each": "^0.3.3",
15217 "gopd": "^1.0.1",
15218 "is-typed-array": "^1.1.13",
15219 "possible-typed-array-names": "^1.0.0",
15220 "reflect.getprototypeof": "^1.0.6"
15221 },
15222 "engines": {
15223 "node": ">= 0.4"
15224 },
15225 "funding": {
15226 "url": "https://github.com/sponsors/ljharb"
15227 }
15228 },
15229 "node_modules/typedarray-to-buffer": {
15230 "version": "3.1.5",
956303669a32fc2c2025-06-02 19:45:53 +080015231 "license": "MIT",
15232 "dependencies": {
15233 "is-typedarray": "^1.0.0"
15234 }
15235 },
15236 "node_modules/typescript": {
root59a69f82025-06-05 08:35:22 +000015237 "version": "4.9.5",
956303669a32fc2c2025-06-02 19:45:53 +080015238 "license": "Apache-2.0",
15239 "peer": true,
15240 "bin": {
15241 "tsc": "bin/tsc",
15242 "tsserver": "bin/tsserver"
15243 },
15244 "engines": {
root59a69f82025-06-05 08:35:22 +000015245 "node": ">=4.2.0"
956303669a32fc2c2025-06-02 19:45:53 +080015246 }
15247 },
15248 "node_modules/unbox-primitive": {
15249 "version": "1.1.0",
956303669a32fc2c2025-06-02 19:45:53 +080015250 "license": "MIT",
15251 "dependencies": {
15252 "call-bound": "^1.0.3",
15253 "has-bigints": "^1.0.2",
15254 "has-symbols": "^1.1.0",
15255 "which-boxed-primitive": "^1.1.1"
15256 },
15257 "engines": {
15258 "node": ">= 0.4"
15259 },
15260 "funding": {
15261 "url": "https://github.com/sponsors/ljharb"
15262 }
15263 },
15264 "node_modules/underscore": {
15265 "version": "1.12.1",
956303669a32fc2c2025-06-02 19:45:53 +080015266 "license": "MIT"
15267 },
15268 "node_modules/undici-types": {
15269 "version": "6.21.0",
956303669a32fc2c2025-06-02 19:45:53 +080015270 "license": "MIT"
15271 },
15272 "node_modules/unicode-canonical-property-names-ecmascript": {
15273 "version": "2.0.1",
956303669a32fc2c2025-06-02 19:45:53 +080015274 "license": "MIT",
15275 "engines": {
15276 "node": ">=4"
15277 }
15278 },
15279 "node_modules/unicode-match-property-ecmascript": {
15280 "version": "2.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080015281 "license": "MIT",
15282 "dependencies": {
15283 "unicode-canonical-property-names-ecmascript": "^2.0.0",
15284 "unicode-property-aliases-ecmascript": "^2.0.0"
15285 },
15286 "engines": {
15287 "node": ">=4"
15288 }
15289 },
15290 "node_modules/unicode-match-property-value-ecmascript": {
15291 "version": "2.2.0",
956303669a32fc2c2025-06-02 19:45:53 +080015292 "license": "MIT",
15293 "engines": {
15294 "node": ">=4"
15295 }
15296 },
15297 "node_modules/unicode-property-aliases-ecmascript": {
15298 "version": "2.1.0",
956303669a32fc2c2025-06-02 19:45:53 +080015299 "license": "MIT",
15300 "engines": {
15301 "node": ">=4"
15302 }
15303 },
15304 "node_modules/unique-string": {
15305 "version": "2.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080015306 "license": "MIT",
15307 "dependencies": {
15308 "crypto-random-string": "^2.0.0"
15309 },
15310 "engines": {
15311 "node": ">=8"
15312 }
15313 },
15314 "node_modules/universalify": {
15315 "version": "2.0.1",
956303669a32fc2c2025-06-02 19:45:53 +080015316 "license": "MIT",
15317 "engines": {
15318 "node": ">= 10.0.0"
15319 }
15320 },
15321 "node_modules/unpipe": {
15322 "version": "1.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080015323 "license": "MIT",
15324 "engines": {
15325 "node": ">= 0.8"
15326 }
15327 },
15328 "node_modules/unquote": {
15329 "version": "1.1.1",
956303669a32fc2c2025-06-02 19:45:53 +080015330 "license": "MIT"
15331 },
15332 "node_modules/upath": {
15333 "version": "1.2.0",
956303669a32fc2c2025-06-02 19:45:53 +080015334 "license": "MIT",
15335 "engines": {
15336 "node": ">=4",
15337 "yarn": "*"
15338 }
15339 },
15340 "node_modules/update-browserslist-db": {
15341 "version": "1.1.3",
956303669a32fc2c2025-06-02 19:45:53 +080015342 "funding": [
15343 {
15344 "type": "opencollective",
15345 "url": "https://opencollective.com/browserslist"
15346 },
15347 {
15348 "type": "tidelift",
15349 "url": "https://tidelift.com/funding/github/npm/browserslist"
15350 },
15351 {
15352 "type": "github",
15353 "url": "https://github.com/sponsors/ai"
15354 }
15355 ],
15356 "license": "MIT",
15357 "dependencies": {
15358 "escalade": "^3.2.0",
15359 "picocolors": "^1.1.1"
15360 },
15361 "bin": {
15362 "update-browserslist-db": "cli.js"
15363 },
15364 "peerDependencies": {
15365 "browserslist": ">= 4.21.0"
15366 }
15367 },
15368 "node_modules/uri-js": {
15369 "version": "4.4.1",
956303669a32fc2c2025-06-02 19:45:53 +080015370 "license": "BSD-2-Clause",
15371 "dependencies": {
15372 "punycode": "^2.1.0"
15373 }
15374 },
15375 "node_modules/url-parse": {
15376 "version": "1.5.10",
956303669a32fc2c2025-06-02 19:45:53 +080015377 "license": "MIT",
15378 "dependencies": {
15379 "querystringify": "^2.1.1",
15380 "requires-port": "^1.0.0"
15381 }
15382 },
15383 "node_modules/util-deprecate": {
15384 "version": "1.0.2",
956303669a32fc2c2025-06-02 19:45:53 +080015385 "license": "MIT"
15386 },
15387 "node_modules/util.promisify": {
15388 "version": "1.0.1",
956303669a32fc2c2025-06-02 19:45:53 +080015389 "license": "MIT",
15390 "dependencies": {
15391 "define-properties": "^1.1.3",
15392 "es-abstract": "^1.17.2",
15393 "has-symbols": "^1.0.1",
15394 "object.getownpropertydescriptors": "^2.1.0"
15395 },
15396 "funding": {
15397 "url": "https://github.com/sponsors/ljharb"
15398 }
15399 },
15400 "node_modules/utila": {
15401 "version": "0.4.0",
956303669a32fc2c2025-06-02 19:45:53 +080015402 "license": "MIT"
15403 },
15404 "node_modules/utils-merge": {
15405 "version": "1.0.1",
956303669a32fc2c2025-06-02 19:45:53 +080015406 "license": "MIT",
15407 "engines": {
15408 "node": ">= 0.4.0"
15409 }
15410 },
15411 "node_modules/uuid": {
15412 "version": "8.3.2",
956303669a32fc2c2025-06-02 19:45:53 +080015413 "license": "MIT",
15414 "bin": {
15415 "uuid": "dist/bin/uuid"
15416 }
15417 },
15418 "node_modules/v8-to-istanbul": {
15419 "version": "8.1.1",
956303669a32fc2c2025-06-02 19:45:53 +080015420 "license": "ISC",
15421 "dependencies": {
15422 "@types/istanbul-lib-coverage": "^2.0.1",
15423 "convert-source-map": "^1.6.0",
15424 "source-map": "^0.7.3"
15425 },
15426 "engines": {
15427 "node": ">=10.12.0"
15428 }
15429 },
15430 "node_modules/v8-to-istanbul/node_modules/source-map": {
15431 "version": "0.7.4",
956303669a32fc2c2025-06-02 19:45:53 +080015432 "license": "BSD-3-Clause",
15433 "engines": {
15434 "node": ">= 8"
15435 }
15436 },
15437 "node_modules/vary": {
15438 "version": "1.1.2",
956303669a32fc2c2025-06-02 19:45:53 +080015439 "license": "MIT",
15440 "engines": {
15441 "node": ">= 0.8"
15442 }
15443 },
15444 "node_modules/w3c-hr-time": {
15445 "version": "1.0.2",
956303669a32fc2c2025-06-02 19:45:53 +080015446 "license": "MIT",
15447 "dependencies": {
15448 "browser-process-hrtime": "^1.0.0"
15449 }
15450 },
15451 "node_modules/w3c-xmlserializer": {
15452 "version": "2.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080015453 "license": "MIT",
15454 "dependencies": {
15455 "xml-name-validator": "^3.0.0"
15456 },
15457 "engines": {
15458 "node": ">=10"
15459 }
15460 },
15461 "node_modules/walker": {
15462 "version": "1.0.8",
956303669a32fc2c2025-06-02 19:45:53 +080015463 "license": "Apache-2.0",
15464 "dependencies": {
15465 "makeerror": "1.0.12"
15466 }
15467 },
15468 "node_modules/watchpack": {
15469 "version": "2.4.4",
956303669a32fc2c2025-06-02 19:45:53 +080015470 "license": "MIT",
15471 "dependencies": {
15472 "glob-to-regexp": "^0.4.1",
15473 "graceful-fs": "^4.1.2"
15474 },
15475 "engines": {
15476 "node": ">=10.13.0"
15477 }
15478 },
15479 "node_modules/wbuf": {
15480 "version": "1.7.3",
956303669a32fc2c2025-06-02 19:45:53 +080015481 "license": "MIT",
15482 "dependencies": {
15483 "minimalistic-assert": "^1.0.0"
15484 }
15485 },
15486 "node_modules/web-vitals": {
15487 "version": "2.1.4",
956303669a32fc2c2025-06-02 19:45:53 +080015488 "license": "Apache-2.0"
15489 },
15490 "node_modules/webidl-conversions": {
15491 "version": "6.1.0",
956303669a32fc2c2025-06-02 19:45:53 +080015492 "license": "BSD-2-Clause",
15493 "engines": {
15494 "node": ">=10.4"
15495 }
15496 },
15497 "node_modules/webpack": {
15498 "version": "5.99.9",
956303669a32fc2c2025-06-02 19:45:53 +080015499 "license": "MIT",
15500 "dependencies": {
15501 "@types/eslint-scope": "^3.7.7",
15502 "@types/estree": "^1.0.6",
15503 "@types/json-schema": "^7.0.15",
15504 "@webassemblyjs/ast": "^1.14.1",
15505 "@webassemblyjs/wasm-edit": "^1.14.1",
15506 "@webassemblyjs/wasm-parser": "^1.14.1",
15507 "acorn": "^8.14.0",
15508 "browserslist": "^4.24.0",
15509 "chrome-trace-event": "^1.0.2",
15510 "enhanced-resolve": "^5.17.1",
15511 "es-module-lexer": "^1.2.1",
15512 "eslint-scope": "5.1.1",
15513 "events": "^3.2.0",
15514 "glob-to-regexp": "^0.4.1",
15515 "graceful-fs": "^4.2.11",
15516 "json-parse-even-better-errors": "^2.3.1",
15517 "loader-runner": "^4.2.0",
15518 "mime-types": "^2.1.27",
15519 "neo-async": "^2.6.2",
15520 "schema-utils": "^4.3.2",
15521 "tapable": "^2.1.1",
15522 "terser-webpack-plugin": "^5.3.11",
15523 "watchpack": "^2.4.1",
15524 "webpack-sources": "^3.2.3"
15525 },
15526 "bin": {
15527 "webpack": "bin/webpack.js"
15528 },
15529 "engines": {
15530 "node": ">=10.13.0"
15531 },
15532 "funding": {
15533 "type": "opencollective",
15534 "url": "https://opencollective.com/webpack"
15535 },
15536 "peerDependenciesMeta": {
15537 "webpack-cli": {
15538 "optional": true
15539 }
15540 }
15541 },
15542 "node_modules/webpack-dev-middleware": {
15543 "version": "5.3.4",
956303669a32fc2c2025-06-02 19:45:53 +080015544 "license": "MIT",
15545 "dependencies": {
15546 "colorette": "^2.0.10",
15547 "memfs": "^3.4.3",
15548 "mime-types": "^2.1.31",
15549 "range-parser": "^1.2.1",
15550 "schema-utils": "^4.0.0"
15551 },
15552 "engines": {
15553 "node": ">= 12.13.0"
15554 },
15555 "funding": {
15556 "type": "opencollective",
15557 "url": "https://opencollective.com/webpack"
15558 },
15559 "peerDependencies": {
15560 "webpack": "^4.0.0 || ^5.0.0"
15561 }
15562 },
15563 "node_modules/webpack-dev-server": {
15564 "version": "4.15.2",
956303669a32fc2c2025-06-02 19:45:53 +080015565 "license": "MIT",
15566 "dependencies": {
15567 "@types/bonjour": "^3.5.9",
15568 "@types/connect-history-api-fallback": "^1.3.5",
15569 "@types/express": "^4.17.13",
15570 "@types/serve-index": "^1.9.1",
15571 "@types/serve-static": "^1.13.10",
15572 "@types/sockjs": "^0.3.33",
15573 "@types/ws": "^8.5.5",
15574 "ansi-html-community": "^0.0.8",
15575 "bonjour-service": "^1.0.11",
15576 "chokidar": "^3.5.3",
15577 "colorette": "^2.0.10",
15578 "compression": "^1.7.4",
15579 "connect-history-api-fallback": "^2.0.0",
15580 "default-gateway": "^6.0.3",
15581 "express": "^4.17.3",
15582 "graceful-fs": "^4.2.6",
15583 "html-entities": "^2.3.2",
15584 "http-proxy-middleware": "^2.0.3",
15585 "ipaddr.js": "^2.0.1",
15586 "launch-editor": "^2.6.0",
15587 "open": "^8.0.9",
15588 "p-retry": "^4.5.0",
15589 "rimraf": "^3.0.2",
15590 "schema-utils": "^4.0.0",
15591 "selfsigned": "^2.1.1",
15592 "serve-index": "^1.9.1",
15593 "sockjs": "^0.3.24",
15594 "spdy": "^4.0.2",
15595 "webpack-dev-middleware": "^5.3.4",
15596 "ws": "^8.13.0"
15597 },
15598 "bin": {
15599 "webpack-dev-server": "bin/webpack-dev-server.js"
15600 },
15601 "engines": {
15602 "node": ">= 12.13.0"
15603 },
15604 "funding": {
15605 "type": "opencollective",
15606 "url": "https://opencollective.com/webpack"
15607 },
15608 "peerDependencies": {
15609 "webpack": "^4.37.0 || ^5.0.0"
15610 },
15611 "peerDependenciesMeta": {
15612 "webpack": {
15613 "optional": true
15614 },
15615 "webpack-cli": {
15616 "optional": true
15617 }
15618 }
15619 },
15620 "node_modules/webpack-dev-server/node_modules/ws": {
15621 "version": "8.18.2",
956303669a32fc2c2025-06-02 19:45:53 +080015622 "license": "MIT",
15623 "engines": {
15624 "node": ">=10.0.0"
15625 },
15626 "peerDependencies": {
15627 "bufferutil": "^4.0.1",
15628 "utf-8-validate": ">=5.0.2"
15629 },
15630 "peerDependenciesMeta": {
15631 "bufferutil": {
15632 "optional": true
15633 },
15634 "utf-8-validate": {
15635 "optional": true
15636 }
15637 }
15638 },
15639 "node_modules/webpack-manifest-plugin": {
15640 "version": "4.1.1",
956303669a32fc2c2025-06-02 19:45:53 +080015641 "license": "MIT",
15642 "dependencies": {
15643 "tapable": "^2.0.0",
15644 "webpack-sources": "^2.2.0"
15645 },
15646 "engines": {
15647 "node": ">=12.22.0"
15648 },
15649 "peerDependencies": {
15650 "webpack": "^4.44.2 || ^5.47.0"
15651 }
15652 },
15653 "node_modules/webpack-manifest-plugin/node_modules/source-map": {
15654 "version": "0.6.1",
956303669a32fc2c2025-06-02 19:45:53 +080015655 "license": "BSD-3-Clause",
15656 "engines": {
15657 "node": ">=0.10.0"
15658 }
15659 },
15660 "node_modules/webpack-manifest-plugin/node_modules/webpack-sources": {
15661 "version": "2.3.1",
956303669a32fc2c2025-06-02 19:45:53 +080015662 "license": "MIT",
15663 "dependencies": {
15664 "source-list-map": "^2.0.1",
15665 "source-map": "^0.6.1"
15666 },
15667 "engines": {
15668 "node": ">=10.13.0"
15669 }
15670 },
15671 "node_modules/webpack-sources": {
15672 "version": "3.2.3",
956303669a32fc2c2025-06-02 19:45:53 +080015673 "license": "MIT",
15674 "engines": {
15675 "node": ">=10.13.0"
15676 }
15677 },
15678 "node_modules/webpack/node_modules/eslint-scope": {
15679 "version": "5.1.1",
956303669a32fc2c2025-06-02 19:45:53 +080015680 "license": "BSD-2-Clause",
15681 "dependencies": {
15682 "esrecurse": "^4.3.0",
15683 "estraverse": "^4.1.1"
15684 },
15685 "engines": {
15686 "node": ">=8.0.0"
15687 }
15688 },
15689 "node_modules/webpack/node_modules/estraverse": {
15690 "version": "4.3.0",
956303669a32fc2c2025-06-02 19:45:53 +080015691 "license": "BSD-2-Clause",
15692 "engines": {
15693 "node": ">=4.0"
15694 }
15695 },
15696 "node_modules/websocket-driver": {
15697 "version": "0.7.4",
956303669a32fc2c2025-06-02 19:45:53 +080015698 "license": "Apache-2.0",
15699 "dependencies": {
15700 "http-parser-js": ">=0.5.1",
15701 "safe-buffer": ">=5.1.0",
15702 "websocket-extensions": ">=0.1.1"
15703 },
15704 "engines": {
15705 "node": ">=0.8.0"
15706 }
15707 },
15708 "node_modules/websocket-extensions": {
15709 "version": "0.1.4",
956303669a32fc2c2025-06-02 19:45:53 +080015710 "license": "Apache-2.0",
15711 "engines": {
15712 "node": ">=0.8.0"
15713 }
15714 },
15715 "node_modules/whatwg-encoding": {
15716 "version": "1.0.5",
956303669a32fc2c2025-06-02 19:45:53 +080015717 "license": "MIT",
15718 "dependencies": {
15719 "iconv-lite": "0.4.24"
15720 }
15721 },
15722 "node_modules/whatwg-encoding/node_modules/iconv-lite": {
15723 "version": "0.4.24",
956303669a32fc2c2025-06-02 19:45:53 +080015724 "license": "MIT",
15725 "dependencies": {
15726 "safer-buffer": ">= 2.1.2 < 3"
15727 },
15728 "engines": {
15729 "node": ">=0.10.0"
15730 }
15731 },
15732 "node_modules/whatwg-fetch": {
15733 "version": "3.6.20",
956303669a32fc2c2025-06-02 19:45:53 +080015734 "license": "MIT"
15735 },
15736 "node_modules/whatwg-mimetype": {
15737 "version": "2.3.0",
956303669a32fc2c2025-06-02 19:45:53 +080015738 "license": "MIT"
15739 },
15740 "node_modules/whatwg-url": {
15741 "version": "8.7.0",
956303669a32fc2c2025-06-02 19:45:53 +080015742 "license": "MIT",
15743 "dependencies": {
15744 "lodash": "^4.7.0",
15745 "tr46": "^2.1.0",
15746 "webidl-conversions": "^6.1.0"
15747 },
15748 "engines": {
15749 "node": ">=10"
15750 }
15751 },
15752 "node_modules/which": {
15753 "version": "2.0.2",
956303669a32fc2c2025-06-02 19:45:53 +080015754 "license": "ISC",
15755 "dependencies": {
15756 "isexe": "^2.0.0"
15757 },
15758 "bin": {
15759 "node-which": "bin/node-which"
15760 },
15761 "engines": {
15762 "node": ">= 8"
15763 }
15764 },
15765 "node_modules/which-boxed-primitive": {
15766 "version": "1.1.1",
956303669a32fc2c2025-06-02 19:45:53 +080015767 "license": "MIT",
15768 "dependencies": {
15769 "is-bigint": "^1.1.0",
15770 "is-boolean-object": "^1.2.1",
15771 "is-number-object": "^1.1.1",
15772 "is-string": "^1.1.1",
15773 "is-symbol": "^1.1.1"
15774 },
15775 "engines": {
15776 "node": ">= 0.4"
15777 },
15778 "funding": {
15779 "url": "https://github.com/sponsors/ljharb"
15780 }
15781 },
15782 "node_modules/which-builtin-type": {
15783 "version": "1.2.1",
956303669a32fc2c2025-06-02 19:45:53 +080015784 "license": "MIT",
15785 "dependencies": {
15786 "call-bound": "^1.0.2",
15787 "function.prototype.name": "^1.1.6",
15788 "has-tostringtag": "^1.0.2",
15789 "is-async-function": "^2.0.0",
15790 "is-date-object": "^1.1.0",
15791 "is-finalizationregistry": "^1.1.0",
15792 "is-generator-function": "^1.0.10",
15793 "is-regex": "^1.2.1",
15794 "is-weakref": "^1.0.2",
15795 "isarray": "^2.0.5",
15796 "which-boxed-primitive": "^1.1.0",
15797 "which-collection": "^1.0.2",
15798 "which-typed-array": "^1.1.16"
15799 },
15800 "engines": {
15801 "node": ">= 0.4"
15802 },
15803 "funding": {
15804 "url": "https://github.com/sponsors/ljharb"
15805 }
15806 },
15807 "node_modules/which-collection": {
15808 "version": "1.0.2",
956303669a32fc2c2025-06-02 19:45:53 +080015809 "license": "MIT",
15810 "dependencies": {
15811 "is-map": "^2.0.3",
15812 "is-set": "^2.0.3",
15813 "is-weakmap": "^2.0.2",
15814 "is-weakset": "^2.0.3"
15815 },
15816 "engines": {
15817 "node": ">= 0.4"
15818 },
15819 "funding": {
15820 "url": "https://github.com/sponsors/ljharb"
15821 }
15822 },
15823 "node_modules/which-typed-array": {
15824 "version": "1.1.19",
956303669a32fc2c2025-06-02 19:45:53 +080015825 "license": "MIT",
15826 "dependencies": {
15827 "available-typed-arrays": "^1.0.7",
15828 "call-bind": "^1.0.8",
15829 "call-bound": "^1.0.4",
15830 "for-each": "^0.3.5",
15831 "get-proto": "^1.0.1",
15832 "gopd": "^1.2.0",
15833 "has-tostringtag": "^1.0.2"
15834 },
15835 "engines": {
15836 "node": ">= 0.4"
15837 },
15838 "funding": {
15839 "url": "https://github.com/sponsors/ljharb"
15840 }
15841 },
15842 "node_modules/word-wrap": {
15843 "version": "1.2.5",
956303669a32fc2c2025-06-02 19:45:53 +080015844 "license": "MIT",
15845 "engines": {
15846 "node": ">=0.10.0"
15847 }
15848 },
15849 "node_modules/workbox-background-sync": {
15850 "version": "6.6.0",
956303669a32fc2c2025-06-02 19:45:53 +080015851 "license": "MIT",
15852 "dependencies": {
15853 "idb": "^7.0.1",
15854 "workbox-core": "6.6.0"
15855 }
15856 },
15857 "node_modules/workbox-broadcast-update": {
15858 "version": "6.6.0",
956303669a32fc2c2025-06-02 19:45:53 +080015859 "license": "MIT",
15860 "dependencies": {
15861 "workbox-core": "6.6.0"
15862 }
15863 },
15864 "node_modules/workbox-build": {
15865 "version": "6.6.0",
956303669a32fc2c2025-06-02 19:45:53 +080015866 "license": "MIT",
15867 "dependencies": {
15868 "@apideck/better-ajv-errors": "^0.3.1",
15869 "@babel/core": "^7.11.1",
15870 "@babel/preset-env": "^7.11.0",
15871 "@babel/runtime": "^7.11.2",
15872 "@rollup/plugin-babel": "^5.2.0",
15873 "@rollup/plugin-node-resolve": "^11.2.1",
15874 "@rollup/plugin-replace": "^2.4.1",
15875 "@surma/rollup-plugin-off-main-thread": "^2.2.3",
15876 "ajv": "^8.6.0",
15877 "common-tags": "^1.8.0",
15878 "fast-json-stable-stringify": "^2.1.0",
15879 "fs-extra": "^9.0.1",
15880 "glob": "^7.1.6",
15881 "lodash": "^4.17.20",
15882 "pretty-bytes": "^5.3.0",
15883 "rollup": "^2.43.1",
15884 "rollup-plugin-terser": "^7.0.0",
15885 "source-map": "^0.8.0-beta.0",
15886 "stringify-object": "^3.3.0",
15887 "strip-comments": "^2.0.1",
15888 "tempy": "^0.6.0",
15889 "upath": "^1.2.0",
15890 "workbox-background-sync": "6.6.0",
15891 "workbox-broadcast-update": "6.6.0",
15892 "workbox-cacheable-response": "6.6.0",
15893 "workbox-core": "6.6.0",
15894 "workbox-expiration": "6.6.0",
15895 "workbox-google-analytics": "6.6.0",
15896 "workbox-navigation-preload": "6.6.0",
15897 "workbox-precaching": "6.6.0",
15898 "workbox-range-requests": "6.6.0",
15899 "workbox-recipes": "6.6.0",
15900 "workbox-routing": "6.6.0",
15901 "workbox-strategies": "6.6.0",
15902 "workbox-streams": "6.6.0",
15903 "workbox-sw": "6.6.0",
15904 "workbox-window": "6.6.0"
15905 },
15906 "engines": {
15907 "node": ">=10.0.0"
15908 }
15909 },
15910 "node_modules/workbox-build/node_modules/@apideck/better-ajv-errors": {
15911 "version": "0.3.6",
956303669a32fc2c2025-06-02 19:45:53 +080015912 "license": "MIT",
15913 "dependencies": {
15914 "json-schema": "^0.4.0",
15915 "jsonpointer": "^5.0.0",
15916 "leven": "^3.1.0"
15917 },
15918 "engines": {
15919 "node": ">=10"
15920 },
15921 "peerDependencies": {
15922 "ajv": ">=8"
15923 }
15924 },
15925 "node_modules/workbox-build/node_modules/ajv": {
15926 "version": "8.17.1",
956303669a32fc2c2025-06-02 19:45:53 +080015927 "license": "MIT",
15928 "dependencies": {
15929 "fast-deep-equal": "^3.1.3",
15930 "fast-uri": "^3.0.1",
15931 "json-schema-traverse": "^1.0.0",
15932 "require-from-string": "^2.0.2"
15933 },
15934 "funding": {
15935 "type": "github",
15936 "url": "https://github.com/sponsors/epoberezkin"
15937 }
15938 },
15939 "node_modules/workbox-build/node_modules/fs-extra": {
15940 "version": "9.1.0",
956303669a32fc2c2025-06-02 19:45:53 +080015941 "license": "MIT",
15942 "dependencies": {
15943 "at-least-node": "^1.0.0",
15944 "graceful-fs": "^4.2.0",
15945 "jsonfile": "^6.0.1",
15946 "universalify": "^2.0.0"
15947 },
15948 "engines": {
15949 "node": ">=10"
15950 }
15951 },
15952 "node_modules/workbox-build/node_modules/json-schema-traverse": {
15953 "version": "1.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080015954 "license": "MIT"
15955 },
15956 "node_modules/workbox-build/node_modules/source-map": {
15957 "version": "0.8.0-beta.0",
956303669a32fc2c2025-06-02 19:45:53 +080015958 "license": "BSD-3-Clause",
15959 "dependencies": {
15960 "whatwg-url": "^7.0.0"
15961 },
15962 "engines": {
15963 "node": ">= 8"
15964 }
15965 },
15966 "node_modules/workbox-build/node_modules/tr46": {
15967 "version": "1.0.1",
956303669a32fc2c2025-06-02 19:45:53 +080015968 "license": "MIT",
15969 "dependencies": {
15970 "punycode": "^2.1.0"
15971 }
15972 },
15973 "node_modules/workbox-build/node_modules/webidl-conversions": {
15974 "version": "4.0.2",
956303669a32fc2c2025-06-02 19:45:53 +080015975 "license": "BSD-2-Clause"
15976 },
15977 "node_modules/workbox-build/node_modules/whatwg-url": {
15978 "version": "7.1.0",
956303669a32fc2c2025-06-02 19:45:53 +080015979 "license": "MIT",
15980 "dependencies": {
15981 "lodash.sortby": "^4.7.0",
15982 "tr46": "^1.0.1",
15983 "webidl-conversions": "^4.0.2"
15984 }
15985 },
15986 "node_modules/workbox-cacheable-response": {
15987 "version": "6.6.0",
956303669a32fc2c2025-06-02 19:45:53 +080015988 "license": "MIT",
15989 "dependencies": {
15990 "workbox-core": "6.6.0"
15991 }
15992 },
15993 "node_modules/workbox-core": {
15994 "version": "6.6.0",
956303669a32fc2c2025-06-02 19:45:53 +080015995 "license": "MIT"
15996 },
15997 "node_modules/workbox-expiration": {
15998 "version": "6.6.0",
956303669a32fc2c2025-06-02 19:45:53 +080015999 "license": "MIT",
16000 "dependencies": {
16001 "idb": "^7.0.1",
16002 "workbox-core": "6.6.0"
16003 }
16004 },
16005 "node_modules/workbox-google-analytics": {
16006 "version": "6.6.0",
956303669a32fc2c2025-06-02 19:45:53 +080016007 "license": "MIT",
16008 "dependencies": {
16009 "workbox-background-sync": "6.6.0",
16010 "workbox-core": "6.6.0",
16011 "workbox-routing": "6.6.0",
16012 "workbox-strategies": "6.6.0"
16013 }
16014 },
16015 "node_modules/workbox-navigation-preload": {
16016 "version": "6.6.0",
956303669a32fc2c2025-06-02 19:45:53 +080016017 "license": "MIT",
16018 "dependencies": {
16019 "workbox-core": "6.6.0"
16020 }
16021 },
16022 "node_modules/workbox-precaching": {
16023 "version": "6.6.0",
956303669a32fc2c2025-06-02 19:45:53 +080016024 "license": "MIT",
16025 "dependencies": {
16026 "workbox-core": "6.6.0",
16027 "workbox-routing": "6.6.0",
16028 "workbox-strategies": "6.6.0"
16029 }
16030 },
16031 "node_modules/workbox-range-requests": {
16032 "version": "6.6.0",
956303669a32fc2c2025-06-02 19:45:53 +080016033 "license": "MIT",
16034 "dependencies": {
16035 "workbox-core": "6.6.0"
16036 }
16037 },
16038 "node_modules/workbox-recipes": {
16039 "version": "6.6.0",
956303669a32fc2c2025-06-02 19:45:53 +080016040 "license": "MIT",
16041 "dependencies": {
16042 "workbox-cacheable-response": "6.6.0",
16043 "workbox-core": "6.6.0",
16044 "workbox-expiration": "6.6.0",
16045 "workbox-precaching": "6.6.0",
16046 "workbox-routing": "6.6.0",
16047 "workbox-strategies": "6.6.0"
16048 }
16049 },
16050 "node_modules/workbox-routing": {
16051 "version": "6.6.0",
956303669a32fc2c2025-06-02 19:45:53 +080016052 "license": "MIT",
16053 "dependencies": {
16054 "workbox-core": "6.6.0"
16055 }
16056 },
16057 "node_modules/workbox-strategies": {
16058 "version": "6.6.0",
956303669a32fc2c2025-06-02 19:45:53 +080016059 "license": "MIT",
16060 "dependencies": {
16061 "workbox-core": "6.6.0"
16062 }
16063 },
16064 "node_modules/workbox-streams": {
16065 "version": "6.6.0",
956303669a32fc2c2025-06-02 19:45:53 +080016066 "license": "MIT",
16067 "dependencies": {
16068 "workbox-core": "6.6.0",
16069 "workbox-routing": "6.6.0"
16070 }
16071 },
16072 "node_modules/workbox-sw": {
16073 "version": "6.6.0",
956303669a32fc2c2025-06-02 19:45:53 +080016074 "license": "MIT"
16075 },
16076 "node_modules/workbox-webpack-plugin": {
16077 "version": "6.6.0",
956303669a32fc2c2025-06-02 19:45:53 +080016078 "license": "MIT",
16079 "dependencies": {
16080 "fast-json-stable-stringify": "^2.1.0",
16081 "pretty-bytes": "^5.4.1",
16082 "upath": "^1.2.0",
16083 "webpack-sources": "^1.4.3",
16084 "workbox-build": "6.6.0"
16085 },
16086 "engines": {
16087 "node": ">=10.0.0"
16088 },
16089 "peerDependencies": {
16090 "webpack": "^4.4.0 || ^5.9.0"
16091 }
16092 },
16093 "node_modules/workbox-webpack-plugin/node_modules/source-map": {
16094 "version": "0.6.1",
956303669a32fc2c2025-06-02 19:45:53 +080016095 "license": "BSD-3-Clause",
16096 "engines": {
16097 "node": ">=0.10.0"
16098 }
16099 },
16100 "node_modules/workbox-webpack-plugin/node_modules/webpack-sources": {
16101 "version": "1.4.3",
956303669a32fc2c2025-06-02 19:45:53 +080016102 "license": "MIT",
16103 "dependencies": {
16104 "source-list-map": "^2.0.0",
16105 "source-map": "~0.6.1"
16106 }
16107 },
16108 "node_modules/workbox-window": {
16109 "version": "6.6.0",
956303669a32fc2c2025-06-02 19:45:53 +080016110 "license": "MIT",
16111 "dependencies": {
16112 "@types/trusted-types": "^2.0.2",
16113 "workbox-core": "6.6.0"
16114 }
16115 },
16116 "node_modules/wrap-ansi": {
16117 "version": "7.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080016118 "license": "MIT",
16119 "dependencies": {
16120 "ansi-styles": "^4.0.0",
16121 "string-width": "^4.1.0",
16122 "strip-ansi": "^6.0.0"
16123 },
16124 "engines": {
16125 "node": ">=10"
16126 },
16127 "funding": {
16128 "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
16129 }
16130 },
16131 "node_modules/wrap-ansi-cjs": {
16132 "name": "wrap-ansi",
16133 "version": "7.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080016134 "license": "MIT",
16135 "dependencies": {
16136 "ansi-styles": "^4.0.0",
16137 "string-width": "^4.1.0",
16138 "strip-ansi": "^6.0.0"
16139 },
16140 "engines": {
16141 "node": ">=10"
16142 },
16143 "funding": {
16144 "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
16145 }
16146 },
16147 "node_modules/wrappy": {
16148 "version": "1.0.2",
956303669a32fc2c2025-06-02 19:45:53 +080016149 "license": "ISC"
16150 },
16151 "node_modules/write-file-atomic": {
16152 "version": "3.0.3",
956303669a32fc2c2025-06-02 19:45:53 +080016153 "license": "ISC",
16154 "dependencies": {
16155 "imurmurhash": "^0.1.4",
16156 "is-typedarray": "^1.0.0",
16157 "signal-exit": "^3.0.2",
16158 "typedarray-to-buffer": "^3.1.5"
16159 }
16160 },
16161 "node_modules/ws": {
16162 "version": "7.5.10",
956303669a32fc2c2025-06-02 19:45:53 +080016163 "license": "MIT",
16164 "engines": {
16165 "node": ">=8.3.0"
16166 },
16167 "peerDependencies": {
16168 "bufferutil": "^4.0.1",
16169 "utf-8-validate": "^5.0.2"
16170 },
16171 "peerDependenciesMeta": {
16172 "bufferutil": {
16173 "optional": true
16174 },
16175 "utf-8-validate": {
16176 "optional": true
16177 }
16178 }
16179 },
16180 "node_modules/xml-name-validator": {
16181 "version": "3.0.0",
956303669a32fc2c2025-06-02 19:45:53 +080016182 "license": "Apache-2.0"
16183 },
16184 "node_modules/xmlchars": {
16185 "version": "2.2.0",
956303669a32fc2c2025-06-02 19:45:53 +080016186 "license": "MIT"
16187 },
16188 "node_modules/y18n": {
16189 "version": "5.0.8",
956303669a32fc2c2025-06-02 19:45:53 +080016190 "license": "ISC",
16191 "engines": {
16192 "node": ">=10"
16193 }
16194 },
16195 "node_modules/yallist": {
16196 "version": "3.1.1",
956303669a32fc2c2025-06-02 19:45:53 +080016197 "license": "ISC"
16198 },
16199 "node_modules/yaml": {
16200 "version": "1.10.2",
956303669a32fc2c2025-06-02 19:45:53 +080016201 "license": "ISC",
16202 "engines": {
16203 "node": ">= 6"
16204 }
16205 },
16206 "node_modules/yargs": {
16207 "version": "16.2.0",
956303669a32fc2c2025-06-02 19:45:53 +080016208 "license": "MIT",
16209 "dependencies": {
16210 "cliui": "^7.0.2",
16211 "escalade": "^3.1.1",
16212 "get-caller-file": "^2.0.5",
16213 "require-directory": "^2.1.1",
16214 "string-width": "^4.2.0",
16215 "y18n": "^5.0.5",
16216 "yargs-parser": "^20.2.2"
16217 },
16218 "engines": {
16219 "node": ">=10"
16220 }
16221 },
16222 "node_modules/yargs-parser": {
16223 "version": "20.2.9",
956303669a32fc2c2025-06-02 19:45:53 +080016224 "license": "ISC",
16225 "engines": {
16226 "node": ">=10"
16227 }
16228 },
16229 "node_modules/yocto-queue": {
16230 "version": "0.1.0",
956303669a32fc2c2025-06-02 19:45:53 +080016231 "license": "MIT",
16232 "engines": {
16233 "node": ">=10"
16234 },
16235 "funding": {
16236 "url": "https://github.com/sponsors/sindresorhus"
16237 }
16238 }
16239 }
16240}