react-node-app 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,3030 @@
1
+ {
2
+ "name": "bws-frontend",
3
+ "version": "1.0.0",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "bws-frontend",
9
+ "version": "1.0.0",
10
+ "dependencies": {
11
+ "axios": "^1.6.2",
12
+ "react": "^18.2.0",
13
+ "react-dom": "^18.2.0",
14
+ "react-hook-form": "^7.48.2",
15
+ "react-icons": "^4.12.0",
16
+ "react-router-dom": "^6.21.1",
17
+ "recharts": "^2.10.3",
18
+ "sweetalert2": "^11.10.1"
19
+ },
20
+ "devDependencies": {
21
+ "@types/react": "^18.2.43",
22
+ "@vitejs/plugin-react": "^4.2.1",
23
+ "autoprefixer": "^10.4.16",
24
+ "postcss": "^8.4.32",
25
+ "tailwindcss": "^3.4.0",
26
+ "vite": "^5.0.8"
27
+ }
28
+ },
29
+ "node_modules/@alloc/quick-lru": {
30
+ "version": "5.2.0",
31
+ "dev": true,
32
+ "license": "MIT",
33
+ "engines": {
34
+ "node": ">=10"
35
+ },
36
+ "funding": {
37
+ "url": "https://github.com/sponsors/sindresorhus"
38
+ }
39
+ },
40
+ "node_modules/@babel/code-frame": {
41
+ "version": "7.29.7",
42
+ "dev": true,
43
+ "license": "MIT",
44
+ "dependencies": {
45
+ "@babel/helper-validator-identifier": "^7.29.7",
46
+ "js-tokens": "^4.0.0",
47
+ "picocolors": "^1.1.1"
48
+ },
49
+ "engines": {
50
+ "node": ">=6.9.0"
51
+ }
52
+ },
53
+ "node_modules/@babel/compat-data": {
54
+ "version": "7.29.7",
55
+ "dev": true,
56
+ "license": "MIT",
57
+ "engines": {
58
+ "node": ">=6.9.0"
59
+ }
60
+ },
61
+ "node_modules/@babel/core": {
62
+ "version": "7.29.7",
63
+ "dev": true,
64
+ "license": "MIT",
65
+ "dependencies": {
66
+ "@babel/code-frame": "^7.29.7",
67
+ "@babel/generator": "^7.29.7",
68
+ "@babel/helper-compilation-targets": "^7.29.7",
69
+ "@babel/helper-module-transforms": "^7.29.7",
70
+ "@babel/helpers": "^7.29.7",
71
+ "@babel/parser": "^7.29.7",
72
+ "@babel/template": "^7.29.7",
73
+ "@babel/traverse": "^7.29.7",
74
+ "@babel/types": "^7.29.7",
75
+ "@jridgewell/remapping": "^2.3.5",
76
+ "convert-source-map": "^2.0.0",
77
+ "debug": "^4.1.0",
78
+ "gensync": "^1.0.0-beta.2",
79
+ "json5": "^2.2.3",
80
+ "semver": "^6.3.1"
81
+ },
82
+ "engines": {
83
+ "node": ">=6.9.0"
84
+ },
85
+ "funding": {
86
+ "type": "opencollective",
87
+ "url": "https://opencollective.com/babel"
88
+ }
89
+ },
90
+ "node_modules/@babel/generator": {
91
+ "version": "7.29.7",
92
+ "dev": true,
93
+ "license": "MIT",
94
+ "dependencies": {
95
+ "@babel/parser": "^7.29.7",
96
+ "@babel/types": "^7.29.7",
97
+ "@jridgewell/gen-mapping": "^0.3.12",
98
+ "@jridgewell/trace-mapping": "^0.3.28",
99
+ "jsesc": "^3.0.2"
100
+ },
101
+ "engines": {
102
+ "node": ">=6.9.0"
103
+ }
104
+ },
105
+ "node_modules/@babel/helper-compilation-targets": {
106
+ "version": "7.29.7",
107
+ "dev": true,
108
+ "license": "MIT",
109
+ "dependencies": {
110
+ "@babel/compat-data": "^7.29.7",
111
+ "@babel/helper-validator-option": "^7.29.7",
112
+ "browserslist": "^4.24.0",
113
+ "lru-cache": "^5.1.1",
114
+ "semver": "^6.3.1"
115
+ },
116
+ "engines": {
117
+ "node": ">=6.9.0"
118
+ }
119
+ },
120
+ "node_modules/@babel/helper-globals": {
121
+ "version": "7.29.7",
122
+ "dev": true,
123
+ "license": "MIT",
124
+ "engines": {
125
+ "node": ">=6.9.0"
126
+ }
127
+ },
128
+ "node_modules/@babel/helper-module-imports": {
129
+ "version": "7.29.7",
130
+ "dev": true,
131
+ "license": "MIT",
132
+ "dependencies": {
133
+ "@babel/traverse": "^7.29.7",
134
+ "@babel/types": "^7.29.7"
135
+ },
136
+ "engines": {
137
+ "node": ">=6.9.0"
138
+ }
139
+ },
140
+ "node_modules/@babel/helper-module-transforms": {
141
+ "version": "7.29.7",
142
+ "dev": true,
143
+ "license": "MIT",
144
+ "dependencies": {
145
+ "@babel/helper-module-imports": "^7.29.7",
146
+ "@babel/helper-validator-identifier": "^7.29.7",
147
+ "@babel/traverse": "^7.29.7"
148
+ },
149
+ "engines": {
150
+ "node": ">=6.9.0"
151
+ },
152
+ "peerDependencies": {
153
+ "@babel/core": "^7.0.0"
154
+ }
155
+ },
156
+ "node_modules/@babel/helper-plugin-utils": {
157
+ "version": "7.29.7",
158
+ "dev": true,
159
+ "license": "MIT",
160
+ "engines": {
161
+ "node": ">=6.9.0"
162
+ }
163
+ },
164
+ "node_modules/@babel/helper-string-parser": {
165
+ "version": "7.29.7",
166
+ "dev": true,
167
+ "license": "MIT",
168
+ "engines": {
169
+ "node": ">=6.9.0"
170
+ }
171
+ },
172
+ "node_modules/@babel/helper-validator-identifier": {
173
+ "version": "7.29.7",
174
+ "dev": true,
175
+ "license": "MIT",
176
+ "engines": {
177
+ "node": ">=6.9.0"
178
+ }
179
+ },
180
+ "node_modules/@babel/helper-validator-option": {
181
+ "version": "7.29.7",
182
+ "dev": true,
183
+ "license": "MIT",
184
+ "engines": {
185
+ "node": ">=6.9.0"
186
+ }
187
+ },
188
+ "node_modules/@babel/helpers": {
189
+ "version": "7.29.7",
190
+ "dev": true,
191
+ "license": "MIT",
192
+ "dependencies": {
193
+ "@babel/template": "^7.29.7",
194
+ "@babel/types": "^7.29.7"
195
+ },
196
+ "engines": {
197
+ "node": ">=6.9.0"
198
+ }
199
+ },
200
+ "node_modules/@babel/parser": {
201
+ "version": "7.29.7",
202
+ "dev": true,
203
+ "license": "MIT",
204
+ "dependencies": {
205
+ "@babel/types": "^7.29.7"
206
+ },
207
+ "bin": {
208
+ "parser": "bin/babel-parser.js"
209
+ },
210
+ "engines": {
211
+ "node": ">=6.0.0"
212
+ }
213
+ },
214
+ "node_modules/@babel/plugin-transform-react-jsx-self": {
215
+ "version": "7.29.7",
216
+ "dev": true,
217
+ "license": "MIT",
218
+ "dependencies": {
219
+ "@babel/helper-plugin-utils": "^7.29.7"
220
+ },
221
+ "engines": {
222
+ "node": ">=6.9.0"
223
+ },
224
+ "peerDependencies": {
225
+ "@babel/core": "^7.0.0-0"
226
+ }
227
+ },
228
+ "node_modules/@babel/plugin-transform-react-jsx-source": {
229
+ "version": "7.29.7",
230
+ "dev": true,
231
+ "license": "MIT",
232
+ "dependencies": {
233
+ "@babel/helper-plugin-utils": "^7.29.7"
234
+ },
235
+ "engines": {
236
+ "node": ">=6.9.0"
237
+ },
238
+ "peerDependencies": {
239
+ "@babel/core": "^7.0.0-0"
240
+ }
241
+ },
242
+ "node_modules/@babel/runtime": {
243
+ "version": "7.29.7",
244
+ "license": "MIT",
245
+ "engines": {
246
+ "node": ">=6.9.0"
247
+ }
248
+ },
249
+ "node_modules/@babel/template": {
250
+ "version": "7.29.7",
251
+ "dev": true,
252
+ "license": "MIT",
253
+ "dependencies": {
254
+ "@babel/code-frame": "^7.29.7",
255
+ "@babel/parser": "^7.29.7",
256
+ "@babel/types": "^7.29.7"
257
+ },
258
+ "engines": {
259
+ "node": ">=6.9.0"
260
+ }
261
+ },
262
+ "node_modules/@babel/traverse": {
263
+ "version": "7.29.7",
264
+ "dev": true,
265
+ "license": "MIT",
266
+ "dependencies": {
267
+ "@babel/code-frame": "^7.29.7",
268
+ "@babel/generator": "^7.29.7",
269
+ "@babel/helper-globals": "^7.29.7",
270
+ "@babel/parser": "^7.29.7",
271
+ "@babel/template": "^7.29.7",
272
+ "@babel/types": "^7.29.7",
273
+ "debug": "^4.3.1"
274
+ },
275
+ "engines": {
276
+ "node": ">=6.9.0"
277
+ }
278
+ },
279
+ "node_modules/@babel/types": {
280
+ "version": "7.29.7",
281
+ "dev": true,
282
+ "license": "MIT",
283
+ "dependencies": {
284
+ "@babel/helper-string-parser": "^7.29.7",
285
+ "@babel/helper-validator-identifier": "^7.29.7"
286
+ },
287
+ "engines": {
288
+ "node": ">=6.9.0"
289
+ }
290
+ },
291
+ "node_modules/@esbuild/win32-x64": {
292
+ "version": "0.21.5",
293
+ "cpu": [
294
+ "x64"
295
+ ],
296
+ "dev": true,
297
+ "license": "MIT",
298
+ "optional": true,
299
+ "os": [
300
+ "win32"
301
+ ],
302
+ "engines": {
303
+ "node": ">=12"
304
+ }
305
+ },
306
+ "node_modules/@jridgewell/gen-mapping": {
307
+ "version": "0.3.13",
308
+ "dev": true,
309
+ "license": "MIT",
310
+ "dependencies": {
311
+ "@jridgewell/sourcemap-codec": "^1.5.0",
312
+ "@jridgewell/trace-mapping": "^0.3.24"
313
+ }
314
+ },
315
+ "node_modules/@jridgewell/remapping": {
316
+ "version": "2.3.5",
317
+ "dev": true,
318
+ "license": "MIT",
319
+ "dependencies": {
320
+ "@jridgewell/gen-mapping": "^0.3.5",
321
+ "@jridgewell/trace-mapping": "^0.3.24"
322
+ }
323
+ },
324
+ "node_modules/@jridgewell/resolve-uri": {
325
+ "version": "3.1.2",
326
+ "dev": true,
327
+ "license": "MIT",
328
+ "engines": {
329
+ "node": ">=6.0.0"
330
+ }
331
+ },
332
+ "node_modules/@jridgewell/sourcemap-codec": {
333
+ "version": "1.5.5",
334
+ "dev": true,
335
+ "license": "MIT"
336
+ },
337
+ "node_modules/@jridgewell/trace-mapping": {
338
+ "version": "0.3.31",
339
+ "dev": true,
340
+ "license": "MIT",
341
+ "dependencies": {
342
+ "@jridgewell/resolve-uri": "^3.1.0",
343
+ "@jridgewell/sourcemap-codec": "^1.4.14"
344
+ }
345
+ },
346
+ "node_modules/@nodelib/fs.scandir": {
347
+ "version": "2.1.5",
348
+ "dev": true,
349
+ "license": "MIT",
350
+ "dependencies": {
351
+ "@nodelib/fs.stat": "2.0.5",
352
+ "run-parallel": "^1.1.9"
353
+ },
354
+ "engines": {
355
+ "node": ">= 8"
356
+ }
357
+ },
358
+ "node_modules/@nodelib/fs.stat": {
359
+ "version": "2.0.5",
360
+ "dev": true,
361
+ "license": "MIT",
362
+ "engines": {
363
+ "node": ">= 8"
364
+ }
365
+ },
366
+ "node_modules/@nodelib/fs.walk": {
367
+ "version": "1.2.8",
368
+ "dev": true,
369
+ "license": "MIT",
370
+ "dependencies": {
371
+ "@nodelib/fs.scandir": "2.1.5",
372
+ "fastq": "^1.6.0"
373
+ },
374
+ "engines": {
375
+ "node": ">= 8"
376
+ }
377
+ },
378
+ "node_modules/@remix-run/router": {
379
+ "version": "1.23.3",
380
+ "license": "MIT",
381
+ "engines": {
382
+ "node": ">=14.0.0"
383
+ }
384
+ },
385
+ "node_modules/@rolldown/pluginutils": {
386
+ "version": "1.0.0-beta.27",
387
+ "dev": true,
388
+ "license": "MIT"
389
+ },
390
+ "node_modules/@rollup/rollup-win32-x64-gnu": {
391
+ "version": "4.61.0",
392
+ "cpu": [
393
+ "x64"
394
+ ],
395
+ "dev": true,
396
+ "license": "MIT",
397
+ "optional": true,
398
+ "os": [
399
+ "win32"
400
+ ]
401
+ },
402
+ "node_modules/@rollup/rollup-win32-x64-msvc": {
403
+ "version": "4.61.0",
404
+ "cpu": [
405
+ "x64"
406
+ ],
407
+ "dev": true,
408
+ "license": "MIT",
409
+ "optional": true,
410
+ "os": [
411
+ "win32"
412
+ ]
413
+ },
414
+ "node_modules/@types/babel__core": {
415
+ "version": "7.20.5",
416
+ "dev": true,
417
+ "license": "MIT",
418
+ "dependencies": {
419
+ "@babel/parser": "^7.20.7",
420
+ "@babel/types": "^7.20.7",
421
+ "@types/babel__generator": "*",
422
+ "@types/babel__template": "*",
423
+ "@types/babel__traverse": "*"
424
+ }
425
+ },
426
+ "node_modules/@types/babel__generator": {
427
+ "version": "7.27.0",
428
+ "dev": true,
429
+ "license": "MIT",
430
+ "dependencies": {
431
+ "@babel/types": "^7.0.0"
432
+ }
433
+ },
434
+ "node_modules/@types/babel__template": {
435
+ "version": "7.4.4",
436
+ "dev": true,
437
+ "license": "MIT",
438
+ "dependencies": {
439
+ "@babel/parser": "^7.1.0",
440
+ "@babel/types": "^7.0.0"
441
+ }
442
+ },
443
+ "node_modules/@types/babel__traverse": {
444
+ "version": "7.28.0",
445
+ "dev": true,
446
+ "license": "MIT",
447
+ "dependencies": {
448
+ "@babel/types": "^7.28.2"
449
+ }
450
+ },
451
+ "node_modules/@types/d3-array": {
452
+ "version": "3.2.2",
453
+ "license": "MIT"
454
+ },
455
+ "node_modules/@types/d3-color": {
456
+ "version": "3.1.3",
457
+ "license": "MIT"
458
+ },
459
+ "node_modules/@types/d3-ease": {
460
+ "version": "3.0.2",
461
+ "license": "MIT"
462
+ },
463
+ "node_modules/@types/d3-interpolate": {
464
+ "version": "3.0.4",
465
+ "license": "MIT",
466
+ "dependencies": {
467
+ "@types/d3-color": "*"
468
+ }
469
+ },
470
+ "node_modules/@types/d3-path": {
471
+ "version": "3.1.1",
472
+ "license": "MIT"
473
+ },
474
+ "node_modules/@types/d3-scale": {
475
+ "version": "4.0.9",
476
+ "license": "MIT",
477
+ "dependencies": {
478
+ "@types/d3-time": "*"
479
+ }
480
+ },
481
+ "node_modules/@types/d3-shape": {
482
+ "version": "3.1.8",
483
+ "license": "MIT",
484
+ "dependencies": {
485
+ "@types/d3-path": "*"
486
+ }
487
+ },
488
+ "node_modules/@types/d3-time": {
489
+ "version": "3.0.4",
490
+ "license": "MIT"
491
+ },
492
+ "node_modules/@types/d3-timer": {
493
+ "version": "3.0.2",
494
+ "license": "MIT"
495
+ },
496
+ "node_modules/@types/estree": {
497
+ "version": "1.0.9",
498
+ "dev": true,
499
+ "license": "MIT"
500
+ },
501
+ "node_modules/@types/prop-types": {
502
+ "version": "15.7.15",
503
+ "dev": true,
504
+ "license": "MIT"
505
+ },
506
+ "node_modules/@types/react": {
507
+ "version": "18.3.30",
508
+ "dev": true,
509
+ "license": "MIT",
510
+ "dependencies": {
511
+ "@types/prop-types": "*",
512
+ "csstype": "^3.2.2"
513
+ }
514
+ },
515
+ "node_modules/@vitejs/plugin-react": {
516
+ "version": "4.7.0",
517
+ "dev": true,
518
+ "license": "MIT",
519
+ "dependencies": {
520
+ "@babel/core": "^7.28.0",
521
+ "@babel/plugin-transform-react-jsx-self": "^7.27.1",
522
+ "@babel/plugin-transform-react-jsx-source": "^7.27.1",
523
+ "@rolldown/pluginutils": "1.0.0-beta.27",
524
+ "@types/babel__core": "^7.20.5",
525
+ "react-refresh": "^0.17.0"
526
+ },
527
+ "engines": {
528
+ "node": "^14.18.0 || >=16.0.0"
529
+ },
530
+ "peerDependencies": {
531
+ "vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
532
+ }
533
+ },
534
+ "node_modules/agent-base": {
535
+ "version": "6.0.2",
536
+ "license": "MIT",
537
+ "dependencies": {
538
+ "debug": "4"
539
+ },
540
+ "engines": {
541
+ "node": ">= 6.0.0"
542
+ }
543
+ },
544
+ "node_modules/any-promise": {
545
+ "version": "1.3.0",
546
+ "dev": true,
547
+ "license": "MIT"
548
+ },
549
+ "node_modules/anymatch": {
550
+ "version": "3.1.3",
551
+ "dev": true,
552
+ "license": "ISC",
553
+ "dependencies": {
554
+ "normalize-path": "^3.0.0",
555
+ "picomatch": "^2.0.4"
556
+ },
557
+ "engines": {
558
+ "node": ">= 8"
559
+ }
560
+ },
561
+ "node_modules/arg": {
562
+ "version": "5.0.2",
563
+ "dev": true,
564
+ "license": "MIT"
565
+ },
566
+ "node_modules/asynckit": {
567
+ "version": "0.4.0",
568
+ "license": "MIT"
569
+ },
570
+ "node_modules/autoprefixer": {
571
+ "version": "10.5.0",
572
+ "dev": true,
573
+ "funding": [
574
+ {
575
+ "type": "opencollective",
576
+ "url": "https://opencollective.com/postcss/"
577
+ },
578
+ {
579
+ "type": "tidelift",
580
+ "url": "https://tidelift.com/funding/github/npm/autoprefixer"
581
+ },
582
+ {
583
+ "type": "github",
584
+ "url": "https://github.com/sponsors/ai"
585
+ }
586
+ ],
587
+ "license": "MIT",
588
+ "dependencies": {
589
+ "browserslist": "^4.28.2",
590
+ "caniuse-lite": "^1.0.30001787",
591
+ "fraction.js": "^5.3.4",
592
+ "picocolors": "^1.1.1",
593
+ "postcss-value-parser": "^4.2.0"
594
+ },
595
+ "bin": {
596
+ "autoprefixer": "bin/autoprefixer"
597
+ },
598
+ "engines": {
599
+ "node": "^10 || ^12 || >=14"
600
+ },
601
+ "peerDependencies": {
602
+ "postcss": "^8.1.0"
603
+ }
604
+ },
605
+ "node_modules/autoprefixer/node_modules/caniuse-lite": {
606
+ "version": "1.0.30001793",
607
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001793.tgz",
608
+ "integrity": "sha512-iwSsYWaCOoh26cV8NwNRViHlrfUvYsHDfRVcbtmw0Kg6PJIZZXwMkj1442FYLBGkeUf1juAsU3DTfxW579mrPA==",
609
+ "dev": true,
610
+ "funding": [
611
+ {
612
+ "type": "opencollective",
613
+ "url": "https://opencollective.com/browserslist"
614
+ },
615
+ {
616
+ "type": "tidelift",
617
+ "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
618
+ },
619
+ {
620
+ "type": "github",
621
+ "url": "https://github.com/sponsors/ai"
622
+ }
623
+ ],
624
+ "license": "CC-BY-4.0"
625
+ },
626
+ "node_modules/axios": {
627
+ "version": "1.17.0",
628
+ "license": "MIT",
629
+ "dependencies": {
630
+ "follow-redirects": "^1.16.0",
631
+ "form-data": "^4.0.5",
632
+ "https-proxy-agent": "^5.0.1",
633
+ "proxy-from-env": "^2.1.0"
634
+ }
635
+ },
636
+ "node_modules/baseline-browser-mapping": {
637
+ "version": "2.10.33",
638
+ "dev": true,
639
+ "license": "Apache-2.0",
640
+ "bin": {
641
+ "baseline-browser-mapping": "dist/cli.cjs"
642
+ },
643
+ "engines": {
644
+ "node": ">=6.0.0"
645
+ }
646
+ },
647
+ "node_modules/binary-extensions": {
648
+ "version": "2.3.0",
649
+ "dev": true,
650
+ "license": "MIT",
651
+ "engines": {
652
+ "node": ">=8"
653
+ },
654
+ "funding": {
655
+ "url": "https://github.com/sponsors/sindresorhus"
656
+ }
657
+ },
658
+ "node_modules/braces": {
659
+ "version": "3.0.3",
660
+ "dev": true,
661
+ "license": "MIT",
662
+ "dependencies": {
663
+ "fill-range": "^7.1.1"
664
+ },
665
+ "engines": {
666
+ "node": ">=8"
667
+ }
668
+ },
669
+ "node_modules/browserslist": {
670
+ "version": "4.28.2",
671
+ "dev": true,
672
+ "funding": [
673
+ {
674
+ "type": "opencollective",
675
+ "url": "https://opencollective.com/browserslist"
676
+ },
677
+ {
678
+ "type": "tidelift",
679
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
680
+ },
681
+ {
682
+ "type": "github",
683
+ "url": "https://github.com/sponsors/ai"
684
+ }
685
+ ],
686
+ "license": "MIT",
687
+ "dependencies": {
688
+ "baseline-browser-mapping": "^2.10.12",
689
+ "caniuse-lite": "^1.0.30001782",
690
+ "electron-to-chromium": "^1.5.328",
691
+ "node-releases": "^2.0.36",
692
+ "update-browserslist-db": "^1.2.3"
693
+ },
694
+ "bin": {
695
+ "browserslist": "cli.js"
696
+ },
697
+ "engines": {
698
+ "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
699
+ }
700
+ },
701
+ "node_modules/browserslist/node_modules/caniuse-lite": {
702
+ "version": "1.0.30001793",
703
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001793.tgz",
704
+ "integrity": "sha512-iwSsYWaCOoh26cV8NwNRViHlrfUvYsHDfRVcbtmw0Kg6PJIZZXwMkj1442FYLBGkeUf1juAsU3DTfxW579mrPA==",
705
+ "dev": true,
706
+ "funding": [
707
+ {
708
+ "type": "opencollective",
709
+ "url": "https://opencollective.com/browserslist"
710
+ },
711
+ {
712
+ "type": "tidelift",
713
+ "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
714
+ },
715
+ {
716
+ "type": "github",
717
+ "url": "https://github.com/sponsors/ai"
718
+ }
719
+ ],
720
+ "license": "CC-BY-4.0"
721
+ },
722
+ "node_modules/call-bind-apply-helpers": {
723
+ "version": "1.0.2",
724
+ "license": "MIT",
725
+ "dependencies": {
726
+ "es-errors": "^1.3.0",
727
+ "function-bind": "^1.1.2"
728
+ },
729
+ "engines": {
730
+ "node": ">= 0.4"
731
+ }
732
+ },
733
+ "node_modules/camelcase-css": {
734
+ "version": "2.0.1",
735
+ "dev": true,
736
+ "license": "MIT",
737
+ "engines": {
738
+ "node": ">= 6"
739
+ }
740
+ },
741
+ "node_modules/chokidar": {
742
+ "version": "3.6.0",
743
+ "dev": true,
744
+ "license": "MIT",
745
+ "dependencies": {
746
+ "anymatch": "~3.1.2",
747
+ "braces": "~3.0.2",
748
+ "glob-parent": "~5.1.2",
749
+ "is-binary-path": "~2.1.0",
750
+ "is-glob": "~4.0.1",
751
+ "normalize-path": "~3.0.0",
752
+ "readdirp": "~3.6.0"
753
+ },
754
+ "engines": {
755
+ "node": ">= 8.10.0"
756
+ },
757
+ "funding": {
758
+ "url": "https://paulmillr.com/funding/"
759
+ },
760
+ "optionalDependencies": {
761
+ "fsevents": "~2.3.2"
762
+ }
763
+ },
764
+ "node_modules/chokidar/node_modules/fsevents": {
765
+ "version": "2.3.3",
766
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
767
+ "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
768
+ "dev": true,
769
+ "hasInstallScript": true,
770
+ "license": "MIT",
771
+ "optional": true,
772
+ "os": [
773
+ "darwin"
774
+ ],
775
+ "engines": {
776
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
777
+ }
778
+ },
779
+ "node_modules/chokidar/node_modules/glob-parent": {
780
+ "version": "5.1.2",
781
+ "dev": true,
782
+ "license": "ISC",
783
+ "dependencies": {
784
+ "is-glob": "^4.0.1"
785
+ },
786
+ "engines": {
787
+ "node": ">= 6"
788
+ }
789
+ },
790
+ "node_modules/clsx": {
791
+ "version": "2.1.1",
792
+ "license": "MIT",
793
+ "engines": {
794
+ "node": ">=6"
795
+ }
796
+ },
797
+ "node_modules/combined-stream": {
798
+ "version": "1.0.8",
799
+ "license": "MIT",
800
+ "dependencies": {
801
+ "delayed-stream": "~1.0.0"
802
+ },
803
+ "engines": {
804
+ "node": ">= 0.8"
805
+ }
806
+ },
807
+ "node_modules/commander": {
808
+ "version": "4.1.1",
809
+ "dev": true,
810
+ "license": "MIT",
811
+ "engines": {
812
+ "node": ">= 6"
813
+ }
814
+ },
815
+ "node_modules/convert-source-map": {
816
+ "version": "2.0.0",
817
+ "dev": true,
818
+ "license": "MIT"
819
+ },
820
+ "node_modules/cssesc": {
821
+ "version": "3.0.0",
822
+ "dev": true,
823
+ "license": "MIT",
824
+ "bin": {
825
+ "cssesc": "bin/cssesc"
826
+ },
827
+ "engines": {
828
+ "node": ">=4"
829
+ }
830
+ },
831
+ "node_modules/csstype": {
832
+ "version": "3.2.3",
833
+ "license": "MIT"
834
+ },
835
+ "node_modules/d3-array": {
836
+ "version": "3.2.4",
837
+ "license": "ISC",
838
+ "dependencies": {
839
+ "internmap": "1 - 2"
840
+ },
841
+ "engines": {
842
+ "node": ">=12"
843
+ }
844
+ },
845
+ "node_modules/d3-color": {
846
+ "version": "3.1.0",
847
+ "license": "ISC",
848
+ "engines": {
849
+ "node": ">=12"
850
+ }
851
+ },
852
+ "node_modules/d3-ease": {
853
+ "version": "3.0.1",
854
+ "license": "BSD-3-Clause",
855
+ "engines": {
856
+ "node": ">=12"
857
+ }
858
+ },
859
+ "node_modules/d3-format": {
860
+ "version": "3.1.2",
861
+ "license": "ISC",
862
+ "engines": {
863
+ "node": ">=12"
864
+ }
865
+ },
866
+ "node_modules/d3-interpolate": {
867
+ "version": "3.0.1",
868
+ "license": "ISC",
869
+ "dependencies": {
870
+ "d3-color": "1 - 3"
871
+ },
872
+ "engines": {
873
+ "node": ">=12"
874
+ }
875
+ },
876
+ "node_modules/d3-path": {
877
+ "version": "3.1.0",
878
+ "license": "ISC",
879
+ "engines": {
880
+ "node": ">=12"
881
+ }
882
+ },
883
+ "node_modules/d3-scale": {
884
+ "version": "4.0.2",
885
+ "license": "ISC",
886
+ "dependencies": {
887
+ "d3-array": "2.10.0 - 3",
888
+ "d3-format": "1 - 3",
889
+ "d3-interpolate": "1.2.0 - 3",
890
+ "d3-time": "2.1.1 - 3",
891
+ "d3-time-format": "2 - 4"
892
+ },
893
+ "engines": {
894
+ "node": ">=12"
895
+ }
896
+ },
897
+ "node_modules/d3-shape": {
898
+ "version": "3.2.0",
899
+ "license": "ISC",
900
+ "dependencies": {
901
+ "d3-path": "^3.1.0"
902
+ },
903
+ "engines": {
904
+ "node": ">=12"
905
+ }
906
+ },
907
+ "node_modules/d3-time": {
908
+ "version": "3.1.0",
909
+ "license": "ISC",
910
+ "dependencies": {
911
+ "d3-array": "2 - 3"
912
+ },
913
+ "engines": {
914
+ "node": ">=12"
915
+ }
916
+ },
917
+ "node_modules/d3-time-format": {
918
+ "version": "4.1.0",
919
+ "license": "ISC",
920
+ "dependencies": {
921
+ "d3-time": "1 - 3"
922
+ },
923
+ "engines": {
924
+ "node": ">=12"
925
+ }
926
+ },
927
+ "node_modules/d3-timer": {
928
+ "version": "3.0.1",
929
+ "license": "ISC",
930
+ "engines": {
931
+ "node": ">=12"
932
+ }
933
+ },
934
+ "node_modules/debug": {
935
+ "version": "4.4.3",
936
+ "license": "MIT",
937
+ "dependencies": {
938
+ "ms": "^2.1.3"
939
+ },
940
+ "engines": {
941
+ "node": ">=6.0"
942
+ },
943
+ "peerDependenciesMeta": {
944
+ "supports-color": {
945
+ "optional": true
946
+ }
947
+ }
948
+ },
949
+ "node_modules/decimal.js-light": {
950
+ "version": "2.5.1",
951
+ "license": "MIT"
952
+ },
953
+ "node_modules/delayed-stream": {
954
+ "version": "1.0.0",
955
+ "license": "MIT",
956
+ "engines": {
957
+ "node": ">=0.4.0"
958
+ }
959
+ },
960
+ "node_modules/didyoumean": {
961
+ "version": "1.2.2",
962
+ "dev": true,
963
+ "license": "Apache-2.0"
964
+ },
965
+ "node_modules/dlv": {
966
+ "version": "1.1.3",
967
+ "dev": true,
968
+ "license": "MIT"
969
+ },
970
+ "node_modules/dom-helpers": {
971
+ "version": "5.2.1",
972
+ "license": "MIT",
973
+ "dependencies": {
974
+ "@babel/runtime": "^7.8.7",
975
+ "csstype": "^3.0.2"
976
+ }
977
+ },
978
+ "node_modules/dunder-proto": {
979
+ "version": "1.0.1",
980
+ "license": "MIT",
981
+ "dependencies": {
982
+ "call-bind-apply-helpers": "^1.0.1",
983
+ "es-errors": "^1.3.0",
984
+ "gopd": "^1.2.0"
985
+ },
986
+ "engines": {
987
+ "node": ">= 0.4"
988
+ }
989
+ },
990
+ "node_modules/electron-to-chromium": {
991
+ "version": "1.5.367",
992
+ "dev": true,
993
+ "license": "ISC"
994
+ },
995
+ "node_modules/es-define-property": {
996
+ "version": "1.0.1",
997
+ "license": "MIT",
998
+ "engines": {
999
+ "node": ">= 0.4"
1000
+ }
1001
+ },
1002
+ "node_modules/es-errors": {
1003
+ "version": "1.3.0",
1004
+ "license": "MIT",
1005
+ "engines": {
1006
+ "node": ">= 0.4"
1007
+ }
1008
+ },
1009
+ "node_modules/es-object-atoms": {
1010
+ "version": "1.1.2",
1011
+ "license": "MIT",
1012
+ "dependencies": {
1013
+ "es-errors": "^1.3.0"
1014
+ },
1015
+ "engines": {
1016
+ "node": ">= 0.4"
1017
+ }
1018
+ },
1019
+ "node_modules/es-set-tostringtag": {
1020
+ "version": "2.1.0",
1021
+ "license": "MIT",
1022
+ "dependencies": {
1023
+ "es-errors": "^1.3.0",
1024
+ "get-intrinsic": "^1.2.6",
1025
+ "has-tostringtag": "^1.0.2",
1026
+ "hasown": "^2.0.2"
1027
+ },
1028
+ "engines": {
1029
+ "node": ">= 0.4"
1030
+ }
1031
+ },
1032
+ "node_modules/esbuild": {
1033
+ "version": "0.21.5",
1034
+ "dev": true,
1035
+ "hasInstallScript": true,
1036
+ "license": "MIT",
1037
+ "bin": {
1038
+ "esbuild": "bin/esbuild"
1039
+ },
1040
+ "engines": {
1041
+ "node": ">=12"
1042
+ },
1043
+ "optionalDependencies": {
1044
+ "@esbuild/aix-ppc64": "0.21.5",
1045
+ "@esbuild/android-arm": "0.21.5",
1046
+ "@esbuild/android-arm64": "0.21.5",
1047
+ "@esbuild/android-x64": "0.21.5",
1048
+ "@esbuild/darwin-arm64": "0.21.5",
1049
+ "@esbuild/darwin-x64": "0.21.5",
1050
+ "@esbuild/freebsd-arm64": "0.21.5",
1051
+ "@esbuild/freebsd-x64": "0.21.5",
1052
+ "@esbuild/linux-arm": "0.21.5",
1053
+ "@esbuild/linux-arm64": "0.21.5",
1054
+ "@esbuild/linux-ia32": "0.21.5",
1055
+ "@esbuild/linux-loong64": "0.21.5",
1056
+ "@esbuild/linux-mips64el": "0.21.5",
1057
+ "@esbuild/linux-ppc64": "0.21.5",
1058
+ "@esbuild/linux-riscv64": "0.21.5",
1059
+ "@esbuild/linux-s390x": "0.21.5",
1060
+ "@esbuild/linux-x64": "0.21.5",
1061
+ "@esbuild/netbsd-x64": "0.21.5",
1062
+ "@esbuild/openbsd-x64": "0.21.5",
1063
+ "@esbuild/sunos-x64": "0.21.5",
1064
+ "@esbuild/win32-arm64": "0.21.5",
1065
+ "@esbuild/win32-ia32": "0.21.5",
1066
+ "@esbuild/win32-x64": "0.21.5"
1067
+ }
1068
+ },
1069
+ "node_modules/esbuild/node_modules/@esbuild/aix-ppc64": {
1070
+ "version": "0.21.5",
1071
+ "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz",
1072
+ "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==",
1073
+ "cpu": [
1074
+ "ppc64"
1075
+ ],
1076
+ "dev": true,
1077
+ "license": "MIT",
1078
+ "optional": true,
1079
+ "os": [
1080
+ "aix"
1081
+ ],
1082
+ "engines": {
1083
+ "node": ">=12"
1084
+ }
1085
+ },
1086
+ "node_modules/esbuild/node_modules/@esbuild/android-arm": {
1087
+ "version": "0.21.5",
1088
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.21.5.tgz",
1089
+ "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==",
1090
+ "cpu": [
1091
+ "arm"
1092
+ ],
1093
+ "dev": true,
1094
+ "license": "MIT",
1095
+ "optional": true,
1096
+ "os": [
1097
+ "android"
1098
+ ],
1099
+ "engines": {
1100
+ "node": ">=12"
1101
+ }
1102
+ },
1103
+ "node_modules/esbuild/node_modules/@esbuild/android-arm64": {
1104
+ "version": "0.21.5",
1105
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz",
1106
+ "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==",
1107
+ "cpu": [
1108
+ "arm64"
1109
+ ],
1110
+ "dev": true,
1111
+ "license": "MIT",
1112
+ "optional": true,
1113
+ "os": [
1114
+ "android"
1115
+ ],
1116
+ "engines": {
1117
+ "node": ">=12"
1118
+ }
1119
+ },
1120
+ "node_modules/esbuild/node_modules/@esbuild/android-x64": {
1121
+ "version": "0.21.5",
1122
+ "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.21.5.tgz",
1123
+ "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==",
1124
+ "cpu": [
1125
+ "x64"
1126
+ ],
1127
+ "dev": true,
1128
+ "license": "MIT",
1129
+ "optional": true,
1130
+ "os": [
1131
+ "android"
1132
+ ],
1133
+ "engines": {
1134
+ "node": ">=12"
1135
+ }
1136
+ },
1137
+ "node_modules/esbuild/node_modules/@esbuild/darwin-arm64": {
1138
+ "version": "0.21.5",
1139
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz",
1140
+ "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==",
1141
+ "cpu": [
1142
+ "arm64"
1143
+ ],
1144
+ "dev": true,
1145
+ "license": "MIT",
1146
+ "optional": true,
1147
+ "os": [
1148
+ "darwin"
1149
+ ],
1150
+ "engines": {
1151
+ "node": ">=12"
1152
+ }
1153
+ },
1154
+ "node_modules/esbuild/node_modules/@esbuild/darwin-x64": {
1155
+ "version": "0.21.5",
1156
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz",
1157
+ "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==",
1158
+ "cpu": [
1159
+ "x64"
1160
+ ],
1161
+ "dev": true,
1162
+ "license": "MIT",
1163
+ "optional": true,
1164
+ "os": [
1165
+ "darwin"
1166
+ ],
1167
+ "engines": {
1168
+ "node": ">=12"
1169
+ }
1170
+ },
1171
+ "node_modules/esbuild/node_modules/@esbuild/freebsd-arm64": {
1172
+ "version": "0.21.5",
1173
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz",
1174
+ "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==",
1175
+ "cpu": [
1176
+ "arm64"
1177
+ ],
1178
+ "dev": true,
1179
+ "license": "MIT",
1180
+ "optional": true,
1181
+ "os": [
1182
+ "freebsd"
1183
+ ],
1184
+ "engines": {
1185
+ "node": ">=12"
1186
+ }
1187
+ },
1188
+ "node_modules/esbuild/node_modules/@esbuild/freebsd-x64": {
1189
+ "version": "0.21.5",
1190
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz",
1191
+ "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==",
1192
+ "cpu": [
1193
+ "x64"
1194
+ ],
1195
+ "dev": true,
1196
+ "license": "MIT",
1197
+ "optional": true,
1198
+ "os": [
1199
+ "freebsd"
1200
+ ],
1201
+ "engines": {
1202
+ "node": ">=12"
1203
+ }
1204
+ },
1205
+ "node_modules/esbuild/node_modules/@esbuild/linux-arm": {
1206
+ "version": "0.21.5",
1207
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz",
1208
+ "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==",
1209
+ "cpu": [
1210
+ "arm"
1211
+ ],
1212
+ "dev": true,
1213
+ "license": "MIT",
1214
+ "optional": true,
1215
+ "os": [
1216
+ "linux"
1217
+ ],
1218
+ "engines": {
1219
+ "node": ">=12"
1220
+ }
1221
+ },
1222
+ "node_modules/esbuild/node_modules/@esbuild/linux-arm64": {
1223
+ "version": "0.21.5",
1224
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz",
1225
+ "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==",
1226
+ "cpu": [
1227
+ "arm64"
1228
+ ],
1229
+ "dev": true,
1230
+ "license": "MIT",
1231
+ "optional": true,
1232
+ "os": [
1233
+ "linux"
1234
+ ],
1235
+ "engines": {
1236
+ "node": ">=12"
1237
+ }
1238
+ },
1239
+ "node_modules/esbuild/node_modules/@esbuild/linux-ia32": {
1240
+ "version": "0.21.5",
1241
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz",
1242
+ "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==",
1243
+ "cpu": [
1244
+ "ia32"
1245
+ ],
1246
+ "dev": true,
1247
+ "license": "MIT",
1248
+ "optional": true,
1249
+ "os": [
1250
+ "linux"
1251
+ ],
1252
+ "engines": {
1253
+ "node": ">=12"
1254
+ }
1255
+ },
1256
+ "node_modules/esbuild/node_modules/@esbuild/linux-loong64": {
1257
+ "version": "0.21.5",
1258
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz",
1259
+ "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==",
1260
+ "cpu": [
1261
+ "loong64"
1262
+ ],
1263
+ "dev": true,
1264
+ "license": "MIT",
1265
+ "optional": true,
1266
+ "os": [
1267
+ "linux"
1268
+ ],
1269
+ "engines": {
1270
+ "node": ">=12"
1271
+ }
1272
+ },
1273
+ "node_modules/esbuild/node_modules/@esbuild/linux-mips64el": {
1274
+ "version": "0.21.5",
1275
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz",
1276
+ "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==",
1277
+ "cpu": [
1278
+ "mips64el"
1279
+ ],
1280
+ "dev": true,
1281
+ "license": "MIT",
1282
+ "optional": true,
1283
+ "os": [
1284
+ "linux"
1285
+ ],
1286
+ "engines": {
1287
+ "node": ">=12"
1288
+ }
1289
+ },
1290
+ "node_modules/esbuild/node_modules/@esbuild/linux-ppc64": {
1291
+ "version": "0.21.5",
1292
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz",
1293
+ "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==",
1294
+ "cpu": [
1295
+ "ppc64"
1296
+ ],
1297
+ "dev": true,
1298
+ "license": "MIT",
1299
+ "optional": true,
1300
+ "os": [
1301
+ "linux"
1302
+ ],
1303
+ "engines": {
1304
+ "node": ">=12"
1305
+ }
1306
+ },
1307
+ "node_modules/esbuild/node_modules/@esbuild/linux-riscv64": {
1308
+ "version": "0.21.5",
1309
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz",
1310
+ "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==",
1311
+ "cpu": [
1312
+ "riscv64"
1313
+ ],
1314
+ "dev": true,
1315
+ "license": "MIT",
1316
+ "optional": true,
1317
+ "os": [
1318
+ "linux"
1319
+ ],
1320
+ "engines": {
1321
+ "node": ">=12"
1322
+ }
1323
+ },
1324
+ "node_modules/esbuild/node_modules/@esbuild/linux-s390x": {
1325
+ "version": "0.21.5",
1326
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz",
1327
+ "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==",
1328
+ "cpu": [
1329
+ "s390x"
1330
+ ],
1331
+ "dev": true,
1332
+ "license": "MIT",
1333
+ "optional": true,
1334
+ "os": [
1335
+ "linux"
1336
+ ],
1337
+ "engines": {
1338
+ "node": ">=12"
1339
+ }
1340
+ },
1341
+ "node_modules/esbuild/node_modules/@esbuild/linux-x64": {
1342
+ "version": "0.21.5",
1343
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz",
1344
+ "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==",
1345
+ "cpu": [
1346
+ "x64"
1347
+ ],
1348
+ "dev": true,
1349
+ "license": "MIT",
1350
+ "optional": true,
1351
+ "os": [
1352
+ "linux"
1353
+ ],
1354
+ "engines": {
1355
+ "node": ">=12"
1356
+ }
1357
+ },
1358
+ "node_modules/esbuild/node_modules/@esbuild/netbsd-x64": {
1359
+ "version": "0.21.5",
1360
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz",
1361
+ "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==",
1362
+ "cpu": [
1363
+ "x64"
1364
+ ],
1365
+ "dev": true,
1366
+ "license": "MIT",
1367
+ "optional": true,
1368
+ "os": [
1369
+ "netbsd"
1370
+ ],
1371
+ "engines": {
1372
+ "node": ">=12"
1373
+ }
1374
+ },
1375
+ "node_modules/esbuild/node_modules/@esbuild/openbsd-x64": {
1376
+ "version": "0.21.5",
1377
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz",
1378
+ "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==",
1379
+ "cpu": [
1380
+ "x64"
1381
+ ],
1382
+ "dev": true,
1383
+ "license": "MIT",
1384
+ "optional": true,
1385
+ "os": [
1386
+ "openbsd"
1387
+ ],
1388
+ "engines": {
1389
+ "node": ">=12"
1390
+ }
1391
+ },
1392
+ "node_modules/esbuild/node_modules/@esbuild/sunos-x64": {
1393
+ "version": "0.21.5",
1394
+ "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz",
1395
+ "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==",
1396
+ "cpu": [
1397
+ "x64"
1398
+ ],
1399
+ "dev": true,
1400
+ "license": "MIT",
1401
+ "optional": true,
1402
+ "os": [
1403
+ "sunos"
1404
+ ],
1405
+ "engines": {
1406
+ "node": ">=12"
1407
+ }
1408
+ },
1409
+ "node_modules/esbuild/node_modules/@esbuild/win32-arm64": {
1410
+ "version": "0.21.5",
1411
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz",
1412
+ "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==",
1413
+ "cpu": [
1414
+ "arm64"
1415
+ ],
1416
+ "dev": true,
1417
+ "license": "MIT",
1418
+ "optional": true,
1419
+ "os": [
1420
+ "win32"
1421
+ ],
1422
+ "engines": {
1423
+ "node": ">=12"
1424
+ }
1425
+ },
1426
+ "node_modules/esbuild/node_modules/@esbuild/win32-ia32": {
1427
+ "version": "0.21.5",
1428
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz",
1429
+ "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==",
1430
+ "cpu": [
1431
+ "ia32"
1432
+ ],
1433
+ "dev": true,
1434
+ "license": "MIT",
1435
+ "optional": true,
1436
+ "os": [
1437
+ "win32"
1438
+ ],
1439
+ "engines": {
1440
+ "node": ">=12"
1441
+ }
1442
+ },
1443
+ "node_modules/escalade": {
1444
+ "version": "3.2.0",
1445
+ "dev": true,
1446
+ "license": "MIT",
1447
+ "engines": {
1448
+ "node": ">=6"
1449
+ }
1450
+ },
1451
+ "node_modules/eventemitter3": {
1452
+ "version": "4.0.7",
1453
+ "license": "MIT"
1454
+ },
1455
+ "node_modules/fast-equals": {
1456
+ "version": "5.4.0",
1457
+ "license": "MIT",
1458
+ "engines": {
1459
+ "node": ">=6.0.0"
1460
+ }
1461
+ },
1462
+ "node_modules/fast-glob": {
1463
+ "version": "3.3.3",
1464
+ "dev": true,
1465
+ "license": "MIT",
1466
+ "dependencies": {
1467
+ "@nodelib/fs.stat": "^2.0.2",
1468
+ "@nodelib/fs.walk": "^1.2.3",
1469
+ "glob-parent": "^5.1.2",
1470
+ "merge2": "^1.3.0",
1471
+ "micromatch": "^4.0.8"
1472
+ },
1473
+ "engines": {
1474
+ "node": ">=8.6.0"
1475
+ }
1476
+ },
1477
+ "node_modules/fast-glob/node_modules/glob-parent": {
1478
+ "version": "5.1.2",
1479
+ "dev": true,
1480
+ "license": "ISC",
1481
+ "dependencies": {
1482
+ "is-glob": "^4.0.1"
1483
+ },
1484
+ "engines": {
1485
+ "node": ">= 6"
1486
+ }
1487
+ },
1488
+ "node_modules/fastq": {
1489
+ "version": "1.20.1",
1490
+ "dev": true,
1491
+ "license": "ISC",
1492
+ "dependencies": {
1493
+ "reusify": "^1.0.4"
1494
+ }
1495
+ },
1496
+ "node_modules/fill-range": {
1497
+ "version": "7.1.1",
1498
+ "dev": true,
1499
+ "license": "MIT",
1500
+ "dependencies": {
1501
+ "to-regex-range": "^5.0.1"
1502
+ },
1503
+ "engines": {
1504
+ "node": ">=8"
1505
+ }
1506
+ },
1507
+ "node_modules/follow-redirects": {
1508
+ "version": "1.16.0",
1509
+ "funding": [
1510
+ {
1511
+ "type": "individual",
1512
+ "url": "https://github.com/sponsors/RubenVerborgh"
1513
+ }
1514
+ ],
1515
+ "license": "MIT",
1516
+ "engines": {
1517
+ "node": ">=4.0"
1518
+ },
1519
+ "peerDependenciesMeta": {
1520
+ "debug": {
1521
+ "optional": true
1522
+ }
1523
+ }
1524
+ },
1525
+ "node_modules/form-data": {
1526
+ "version": "4.0.5",
1527
+ "license": "MIT",
1528
+ "dependencies": {
1529
+ "asynckit": "^0.4.0",
1530
+ "combined-stream": "^1.0.8",
1531
+ "es-set-tostringtag": "^2.1.0",
1532
+ "hasown": "^2.0.2",
1533
+ "mime-types": "^2.1.12"
1534
+ },
1535
+ "engines": {
1536
+ "node": ">= 6"
1537
+ }
1538
+ },
1539
+ "node_modules/fraction.js": {
1540
+ "version": "5.3.4",
1541
+ "dev": true,
1542
+ "license": "MIT",
1543
+ "engines": {
1544
+ "node": "*"
1545
+ },
1546
+ "funding": {
1547
+ "type": "github",
1548
+ "url": "https://github.com/sponsors/rawify"
1549
+ }
1550
+ },
1551
+ "node_modules/function-bind": {
1552
+ "version": "1.1.2",
1553
+ "license": "MIT",
1554
+ "funding": {
1555
+ "url": "https://github.com/sponsors/ljharb"
1556
+ }
1557
+ },
1558
+ "node_modules/gensync": {
1559
+ "version": "1.0.0-beta.2",
1560
+ "dev": true,
1561
+ "license": "MIT",
1562
+ "engines": {
1563
+ "node": ">=6.9.0"
1564
+ }
1565
+ },
1566
+ "node_modules/get-intrinsic": {
1567
+ "version": "1.3.0",
1568
+ "license": "MIT",
1569
+ "dependencies": {
1570
+ "call-bind-apply-helpers": "^1.0.2",
1571
+ "es-define-property": "^1.0.1",
1572
+ "es-errors": "^1.3.0",
1573
+ "es-object-atoms": "^1.1.1",
1574
+ "function-bind": "^1.1.2",
1575
+ "get-proto": "^1.0.1",
1576
+ "gopd": "^1.2.0",
1577
+ "has-symbols": "^1.1.0",
1578
+ "hasown": "^2.0.2",
1579
+ "math-intrinsics": "^1.1.0"
1580
+ },
1581
+ "engines": {
1582
+ "node": ">= 0.4"
1583
+ },
1584
+ "funding": {
1585
+ "url": "https://github.com/sponsors/ljharb"
1586
+ }
1587
+ },
1588
+ "node_modules/get-proto": {
1589
+ "version": "1.0.1",
1590
+ "license": "MIT",
1591
+ "dependencies": {
1592
+ "dunder-proto": "^1.0.1",
1593
+ "es-object-atoms": "^1.0.0"
1594
+ },
1595
+ "engines": {
1596
+ "node": ">= 0.4"
1597
+ }
1598
+ },
1599
+ "node_modules/glob-parent": {
1600
+ "version": "6.0.2",
1601
+ "dev": true,
1602
+ "license": "ISC",
1603
+ "dependencies": {
1604
+ "is-glob": "^4.0.3"
1605
+ },
1606
+ "engines": {
1607
+ "node": ">=10.13.0"
1608
+ }
1609
+ },
1610
+ "node_modules/gopd": {
1611
+ "version": "1.2.0",
1612
+ "license": "MIT",
1613
+ "engines": {
1614
+ "node": ">= 0.4"
1615
+ },
1616
+ "funding": {
1617
+ "url": "https://github.com/sponsors/ljharb"
1618
+ }
1619
+ },
1620
+ "node_modules/has-symbols": {
1621
+ "version": "1.1.0",
1622
+ "license": "MIT",
1623
+ "engines": {
1624
+ "node": ">= 0.4"
1625
+ },
1626
+ "funding": {
1627
+ "url": "https://github.com/sponsors/ljharb"
1628
+ }
1629
+ },
1630
+ "node_modules/has-tostringtag": {
1631
+ "version": "1.0.2",
1632
+ "license": "MIT",
1633
+ "dependencies": {
1634
+ "has-symbols": "^1.0.3"
1635
+ },
1636
+ "engines": {
1637
+ "node": ">= 0.4"
1638
+ },
1639
+ "funding": {
1640
+ "url": "https://github.com/sponsors/ljharb"
1641
+ }
1642
+ },
1643
+ "node_modules/hasown": {
1644
+ "version": "2.0.4",
1645
+ "license": "MIT",
1646
+ "dependencies": {
1647
+ "function-bind": "^1.1.2"
1648
+ },
1649
+ "engines": {
1650
+ "node": ">= 0.4"
1651
+ }
1652
+ },
1653
+ "node_modules/https-proxy-agent": {
1654
+ "version": "5.0.1",
1655
+ "license": "MIT",
1656
+ "dependencies": {
1657
+ "agent-base": "6",
1658
+ "debug": "4"
1659
+ },
1660
+ "engines": {
1661
+ "node": ">= 6"
1662
+ }
1663
+ },
1664
+ "node_modules/internmap": {
1665
+ "version": "2.0.3",
1666
+ "license": "ISC",
1667
+ "engines": {
1668
+ "node": ">=12"
1669
+ }
1670
+ },
1671
+ "node_modules/is-binary-path": {
1672
+ "version": "2.1.0",
1673
+ "dev": true,
1674
+ "license": "MIT",
1675
+ "dependencies": {
1676
+ "binary-extensions": "^2.0.0"
1677
+ },
1678
+ "engines": {
1679
+ "node": ">=8"
1680
+ }
1681
+ },
1682
+ "node_modules/is-core-module": {
1683
+ "version": "2.16.2",
1684
+ "dev": true,
1685
+ "license": "MIT",
1686
+ "dependencies": {
1687
+ "hasown": "^2.0.3"
1688
+ },
1689
+ "engines": {
1690
+ "node": ">= 0.4"
1691
+ },
1692
+ "funding": {
1693
+ "url": "https://github.com/sponsors/ljharb"
1694
+ }
1695
+ },
1696
+ "node_modules/is-extglob": {
1697
+ "version": "2.1.1",
1698
+ "dev": true,
1699
+ "license": "MIT",
1700
+ "engines": {
1701
+ "node": ">=0.10.0"
1702
+ }
1703
+ },
1704
+ "node_modules/is-glob": {
1705
+ "version": "4.0.3",
1706
+ "dev": true,
1707
+ "license": "MIT",
1708
+ "dependencies": {
1709
+ "is-extglob": "^2.1.1"
1710
+ },
1711
+ "engines": {
1712
+ "node": ">=0.10.0"
1713
+ }
1714
+ },
1715
+ "node_modules/is-number": {
1716
+ "version": "7.0.0",
1717
+ "dev": true,
1718
+ "license": "MIT",
1719
+ "engines": {
1720
+ "node": ">=0.12.0"
1721
+ }
1722
+ },
1723
+ "node_modules/jiti": {
1724
+ "version": "1.21.7",
1725
+ "dev": true,
1726
+ "license": "MIT",
1727
+ "bin": {
1728
+ "jiti": "bin/jiti.js"
1729
+ }
1730
+ },
1731
+ "node_modules/js-tokens": {
1732
+ "version": "4.0.0",
1733
+ "license": "MIT"
1734
+ },
1735
+ "node_modules/jsesc": {
1736
+ "version": "3.1.0",
1737
+ "dev": true,
1738
+ "license": "MIT",
1739
+ "bin": {
1740
+ "jsesc": "bin/jsesc"
1741
+ },
1742
+ "engines": {
1743
+ "node": ">=6"
1744
+ }
1745
+ },
1746
+ "node_modules/json5": {
1747
+ "version": "2.2.3",
1748
+ "dev": true,
1749
+ "license": "MIT",
1750
+ "bin": {
1751
+ "json5": "lib/cli.js"
1752
+ },
1753
+ "engines": {
1754
+ "node": ">=6"
1755
+ }
1756
+ },
1757
+ "node_modules/lilconfig": {
1758
+ "version": "3.1.3",
1759
+ "dev": true,
1760
+ "license": "MIT",
1761
+ "engines": {
1762
+ "node": ">=14"
1763
+ },
1764
+ "funding": {
1765
+ "url": "https://github.com/sponsors/antonk52"
1766
+ }
1767
+ },
1768
+ "node_modules/lines-and-columns": {
1769
+ "version": "1.2.4",
1770
+ "dev": true,
1771
+ "license": "MIT"
1772
+ },
1773
+ "node_modules/loose-envify": {
1774
+ "version": "1.4.0",
1775
+ "license": "MIT",
1776
+ "dependencies": {
1777
+ "js-tokens": "^3.0.0 || ^4.0.0"
1778
+ },
1779
+ "bin": {
1780
+ "loose-envify": "cli.js"
1781
+ }
1782
+ },
1783
+ "node_modules/lru-cache": {
1784
+ "version": "5.1.1",
1785
+ "dev": true,
1786
+ "license": "ISC",
1787
+ "dependencies": {
1788
+ "yallist": "^3.0.2"
1789
+ }
1790
+ },
1791
+ "node_modules/math-intrinsics": {
1792
+ "version": "1.1.0",
1793
+ "license": "MIT",
1794
+ "engines": {
1795
+ "node": ">= 0.4"
1796
+ }
1797
+ },
1798
+ "node_modules/merge2": {
1799
+ "version": "1.4.1",
1800
+ "dev": true,
1801
+ "license": "MIT",
1802
+ "engines": {
1803
+ "node": ">= 8"
1804
+ }
1805
+ },
1806
+ "node_modules/micromatch": {
1807
+ "version": "4.0.8",
1808
+ "dev": true,
1809
+ "license": "MIT",
1810
+ "dependencies": {
1811
+ "braces": "^3.0.3",
1812
+ "picomatch": "^2.3.1"
1813
+ },
1814
+ "engines": {
1815
+ "node": ">=8.6"
1816
+ }
1817
+ },
1818
+ "node_modules/mime-db": {
1819
+ "version": "1.52.0",
1820
+ "license": "MIT",
1821
+ "engines": {
1822
+ "node": ">= 0.6"
1823
+ }
1824
+ },
1825
+ "node_modules/mime-types": {
1826
+ "version": "2.1.35",
1827
+ "license": "MIT",
1828
+ "dependencies": {
1829
+ "mime-db": "1.52.0"
1830
+ },
1831
+ "engines": {
1832
+ "node": ">= 0.6"
1833
+ }
1834
+ },
1835
+ "node_modules/ms": {
1836
+ "version": "2.1.3",
1837
+ "license": "MIT"
1838
+ },
1839
+ "node_modules/mz": {
1840
+ "version": "2.7.0",
1841
+ "dev": true,
1842
+ "license": "MIT",
1843
+ "dependencies": {
1844
+ "any-promise": "^1.0.0",
1845
+ "object-assign": "^4.0.1",
1846
+ "thenify-all": "^1.0.0"
1847
+ }
1848
+ },
1849
+ "node_modules/nanoid": {
1850
+ "version": "3.3.12",
1851
+ "dev": true,
1852
+ "funding": [
1853
+ {
1854
+ "type": "github",
1855
+ "url": "https://github.com/sponsors/ai"
1856
+ }
1857
+ ],
1858
+ "license": "MIT",
1859
+ "bin": {
1860
+ "nanoid": "bin/nanoid.cjs"
1861
+ },
1862
+ "engines": {
1863
+ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
1864
+ }
1865
+ },
1866
+ "node_modules/node-releases": {
1867
+ "version": "2.0.47",
1868
+ "dev": true,
1869
+ "license": "MIT",
1870
+ "engines": {
1871
+ "node": ">=18"
1872
+ }
1873
+ },
1874
+ "node_modules/normalize-path": {
1875
+ "version": "3.0.0",
1876
+ "dev": true,
1877
+ "license": "MIT",
1878
+ "engines": {
1879
+ "node": ">=0.10.0"
1880
+ }
1881
+ },
1882
+ "node_modules/object-assign": {
1883
+ "version": "4.1.1",
1884
+ "license": "MIT",
1885
+ "engines": {
1886
+ "node": ">=0.10.0"
1887
+ }
1888
+ },
1889
+ "node_modules/object-hash": {
1890
+ "version": "3.0.0",
1891
+ "dev": true,
1892
+ "license": "MIT",
1893
+ "engines": {
1894
+ "node": ">= 6"
1895
+ }
1896
+ },
1897
+ "node_modules/path-parse": {
1898
+ "version": "1.0.7",
1899
+ "dev": true,
1900
+ "license": "MIT"
1901
+ },
1902
+ "node_modules/picocolors": {
1903
+ "version": "1.1.1",
1904
+ "dev": true,
1905
+ "license": "ISC"
1906
+ },
1907
+ "node_modules/picomatch": {
1908
+ "version": "2.3.2",
1909
+ "dev": true,
1910
+ "license": "MIT",
1911
+ "engines": {
1912
+ "node": ">=8.6"
1913
+ },
1914
+ "funding": {
1915
+ "url": "https://github.com/sponsors/jonschlinkert"
1916
+ }
1917
+ },
1918
+ "node_modules/pify": {
1919
+ "version": "2.3.0",
1920
+ "dev": true,
1921
+ "license": "MIT",
1922
+ "engines": {
1923
+ "node": ">=0.10.0"
1924
+ }
1925
+ },
1926
+ "node_modules/pirates": {
1927
+ "version": "4.0.7",
1928
+ "dev": true,
1929
+ "license": "MIT",
1930
+ "engines": {
1931
+ "node": ">= 6"
1932
+ }
1933
+ },
1934
+ "node_modules/postcss": {
1935
+ "version": "8.5.15",
1936
+ "dev": true,
1937
+ "funding": [
1938
+ {
1939
+ "type": "opencollective",
1940
+ "url": "https://opencollective.com/postcss/"
1941
+ },
1942
+ {
1943
+ "type": "tidelift",
1944
+ "url": "https://tidelift.com/funding/github/npm/postcss"
1945
+ },
1946
+ {
1947
+ "type": "github",
1948
+ "url": "https://github.com/sponsors/ai"
1949
+ }
1950
+ ],
1951
+ "license": "MIT",
1952
+ "dependencies": {
1953
+ "nanoid": "^3.3.12",
1954
+ "picocolors": "^1.1.1",
1955
+ "source-map-js": "^1.2.1"
1956
+ },
1957
+ "engines": {
1958
+ "node": "^10 || ^12 || >=14"
1959
+ }
1960
+ },
1961
+ "node_modules/postcss-import": {
1962
+ "version": "15.1.0",
1963
+ "dev": true,
1964
+ "license": "MIT",
1965
+ "dependencies": {
1966
+ "postcss-value-parser": "^4.0.0",
1967
+ "read-cache": "^1.0.0",
1968
+ "resolve": "^1.1.7"
1969
+ },
1970
+ "engines": {
1971
+ "node": ">=14.0.0"
1972
+ },
1973
+ "peerDependencies": {
1974
+ "postcss": "^8.0.0"
1975
+ }
1976
+ },
1977
+ "node_modules/postcss-js": {
1978
+ "version": "4.1.0",
1979
+ "dev": true,
1980
+ "funding": [
1981
+ {
1982
+ "type": "opencollective",
1983
+ "url": "https://opencollective.com/postcss/"
1984
+ },
1985
+ {
1986
+ "type": "github",
1987
+ "url": "https://github.com/sponsors/ai"
1988
+ }
1989
+ ],
1990
+ "license": "MIT",
1991
+ "dependencies": {
1992
+ "camelcase-css": "^2.0.1"
1993
+ },
1994
+ "engines": {
1995
+ "node": "^12 || ^14 || >= 16"
1996
+ },
1997
+ "peerDependencies": {
1998
+ "postcss": "^8.4.21"
1999
+ }
2000
+ },
2001
+ "node_modules/postcss-load-config": {
2002
+ "version": "6.0.1",
2003
+ "dev": true,
2004
+ "funding": [
2005
+ {
2006
+ "type": "opencollective",
2007
+ "url": "https://opencollective.com/postcss/"
2008
+ },
2009
+ {
2010
+ "type": "github",
2011
+ "url": "https://github.com/sponsors/ai"
2012
+ }
2013
+ ],
2014
+ "license": "MIT",
2015
+ "dependencies": {
2016
+ "lilconfig": "^3.1.1"
2017
+ },
2018
+ "engines": {
2019
+ "node": ">= 18"
2020
+ },
2021
+ "peerDependencies": {
2022
+ "jiti": ">=1.21.0",
2023
+ "postcss": ">=8.0.9",
2024
+ "tsx": "^4.8.1",
2025
+ "yaml": "^2.4.2"
2026
+ },
2027
+ "peerDependenciesMeta": {
2028
+ "jiti": {
2029
+ "optional": true
2030
+ },
2031
+ "postcss": {
2032
+ "optional": true
2033
+ },
2034
+ "tsx": {
2035
+ "optional": true
2036
+ },
2037
+ "yaml": {
2038
+ "optional": true
2039
+ }
2040
+ }
2041
+ },
2042
+ "node_modules/postcss-nested": {
2043
+ "version": "6.2.0",
2044
+ "dev": true,
2045
+ "funding": [
2046
+ {
2047
+ "type": "opencollective",
2048
+ "url": "https://opencollective.com/postcss/"
2049
+ },
2050
+ {
2051
+ "type": "github",
2052
+ "url": "https://github.com/sponsors/ai"
2053
+ }
2054
+ ],
2055
+ "license": "MIT",
2056
+ "dependencies": {
2057
+ "postcss-selector-parser": "^6.1.1"
2058
+ },
2059
+ "engines": {
2060
+ "node": ">=12.0"
2061
+ },
2062
+ "peerDependencies": {
2063
+ "postcss": "^8.2.14"
2064
+ }
2065
+ },
2066
+ "node_modules/postcss-selector-parser": {
2067
+ "version": "6.1.2",
2068
+ "dev": true,
2069
+ "license": "MIT",
2070
+ "dependencies": {
2071
+ "cssesc": "^3.0.0",
2072
+ "util-deprecate": "^1.0.2"
2073
+ },
2074
+ "engines": {
2075
+ "node": ">=4"
2076
+ }
2077
+ },
2078
+ "node_modules/postcss-value-parser": {
2079
+ "version": "4.2.0",
2080
+ "dev": true,
2081
+ "license": "MIT"
2082
+ },
2083
+ "node_modules/prop-types": {
2084
+ "version": "15.8.1",
2085
+ "license": "MIT",
2086
+ "dependencies": {
2087
+ "loose-envify": "^1.4.0",
2088
+ "object-assign": "^4.1.1",
2089
+ "react-is": "^16.13.1"
2090
+ }
2091
+ },
2092
+ "node_modules/prop-types/node_modules/react-is": {
2093
+ "version": "16.13.1",
2094
+ "license": "MIT"
2095
+ },
2096
+ "node_modules/proxy-from-env": {
2097
+ "version": "2.1.0",
2098
+ "license": "MIT",
2099
+ "engines": {
2100
+ "node": ">=10"
2101
+ }
2102
+ },
2103
+ "node_modules/queue-microtask": {
2104
+ "version": "1.2.3",
2105
+ "dev": true,
2106
+ "funding": [
2107
+ {
2108
+ "type": "github",
2109
+ "url": "https://github.com/sponsors/feross"
2110
+ },
2111
+ {
2112
+ "type": "patreon",
2113
+ "url": "https://www.patreon.com/feross"
2114
+ },
2115
+ {
2116
+ "type": "consulting",
2117
+ "url": "https://feross.org/support"
2118
+ }
2119
+ ],
2120
+ "license": "MIT"
2121
+ },
2122
+ "node_modules/react": {
2123
+ "version": "18.3.1",
2124
+ "license": "MIT",
2125
+ "dependencies": {
2126
+ "loose-envify": "^1.1.0"
2127
+ },
2128
+ "engines": {
2129
+ "node": ">=0.10.0"
2130
+ }
2131
+ },
2132
+ "node_modules/react-dom": {
2133
+ "version": "18.3.1",
2134
+ "license": "MIT",
2135
+ "dependencies": {
2136
+ "loose-envify": "^1.1.0",
2137
+ "scheduler": "^0.23.2"
2138
+ },
2139
+ "peerDependencies": {
2140
+ "react": "^18.3.1"
2141
+ }
2142
+ },
2143
+ "node_modules/react-hook-form": {
2144
+ "version": "7.77.0",
2145
+ "license": "MIT",
2146
+ "engines": {
2147
+ "node": ">=18.0.0"
2148
+ },
2149
+ "funding": {
2150
+ "type": "opencollective",
2151
+ "url": "https://opencollective.com/react-hook-form"
2152
+ },
2153
+ "peerDependencies": {
2154
+ "react": "^16.8.0 || ^17 || ^18 || ^19"
2155
+ }
2156
+ },
2157
+ "node_modules/react-icons": {
2158
+ "version": "4.12.0",
2159
+ "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.12.0.tgz",
2160
+ "integrity": "sha512-IBaDuHiShdZqmfc/TwHu6+d6k2ltNCf3AszxNmjJc1KUfXdEeRJOKyNvLmAHaarhzGmTSVygNdyu8/opXv2gaw==",
2161
+ "license": "MIT",
2162
+ "peerDependencies": {
2163
+ "react": "*"
2164
+ }
2165
+ },
2166
+ "node_modules/react-is": {
2167
+ "version": "18.3.1",
2168
+ "license": "MIT"
2169
+ },
2170
+ "node_modules/react-refresh": {
2171
+ "version": "0.17.0",
2172
+ "dev": true,
2173
+ "license": "MIT",
2174
+ "engines": {
2175
+ "node": ">=0.10.0"
2176
+ }
2177
+ },
2178
+ "node_modules/react-router": {
2179
+ "version": "6.30.4",
2180
+ "license": "MIT",
2181
+ "dependencies": {
2182
+ "@remix-run/router": "1.23.3"
2183
+ },
2184
+ "engines": {
2185
+ "node": ">=14.0.0"
2186
+ },
2187
+ "peerDependencies": {
2188
+ "react": ">=16.8"
2189
+ }
2190
+ },
2191
+ "node_modules/react-router-dom": {
2192
+ "version": "6.30.4",
2193
+ "license": "MIT",
2194
+ "dependencies": {
2195
+ "@remix-run/router": "1.23.3",
2196
+ "react-router": "6.30.4"
2197
+ },
2198
+ "engines": {
2199
+ "node": ">=14.0.0"
2200
+ },
2201
+ "peerDependencies": {
2202
+ "react": ">=16.8",
2203
+ "react-dom": ">=16.8"
2204
+ }
2205
+ },
2206
+ "node_modules/react-smooth": {
2207
+ "version": "4.0.4",
2208
+ "license": "MIT",
2209
+ "dependencies": {
2210
+ "fast-equals": "^5.0.1",
2211
+ "prop-types": "^15.8.1",
2212
+ "react-transition-group": "^4.4.5"
2213
+ },
2214
+ "peerDependencies": {
2215
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
2216
+ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
2217
+ }
2218
+ },
2219
+ "node_modules/react-transition-group": {
2220
+ "version": "4.4.5",
2221
+ "license": "BSD-3-Clause",
2222
+ "dependencies": {
2223
+ "@babel/runtime": "^7.5.5",
2224
+ "dom-helpers": "^5.0.1",
2225
+ "loose-envify": "^1.4.0",
2226
+ "prop-types": "^15.6.2"
2227
+ },
2228
+ "peerDependencies": {
2229
+ "react": ">=16.6.0",
2230
+ "react-dom": ">=16.6.0"
2231
+ }
2232
+ },
2233
+ "node_modules/read-cache": {
2234
+ "version": "1.0.0",
2235
+ "dev": true,
2236
+ "license": "MIT",
2237
+ "dependencies": {
2238
+ "pify": "^2.3.0"
2239
+ }
2240
+ },
2241
+ "node_modules/readdirp": {
2242
+ "version": "3.6.0",
2243
+ "dev": true,
2244
+ "license": "MIT",
2245
+ "dependencies": {
2246
+ "picomatch": "^2.2.1"
2247
+ },
2248
+ "engines": {
2249
+ "node": ">=8.10.0"
2250
+ }
2251
+ },
2252
+ "node_modules/recharts": {
2253
+ "version": "2.15.4",
2254
+ "license": "MIT",
2255
+ "dependencies": {
2256
+ "clsx": "^2.0.0",
2257
+ "eventemitter3": "^4.0.1",
2258
+ "lodash": "^4.17.21",
2259
+ "react-is": "^18.3.1",
2260
+ "react-smooth": "^4.0.4",
2261
+ "recharts-scale": "^0.4.4",
2262
+ "tiny-invariant": "^1.3.1",
2263
+ "victory-vendor": "^36.6.8"
2264
+ },
2265
+ "engines": {
2266
+ "node": ">=14"
2267
+ },
2268
+ "peerDependencies": {
2269
+ "react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
2270
+ "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
2271
+ }
2272
+ },
2273
+ "node_modules/recharts-scale": {
2274
+ "version": "0.4.5",
2275
+ "license": "MIT",
2276
+ "dependencies": {
2277
+ "decimal.js-light": "^2.4.1"
2278
+ }
2279
+ },
2280
+ "node_modules/recharts/node_modules/lodash": {
2281
+ "version": "4.18.1",
2282
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
2283
+ "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
2284
+ "license": "MIT"
2285
+ },
2286
+ "node_modules/resolve": {
2287
+ "version": "1.22.12",
2288
+ "dev": true,
2289
+ "license": "MIT",
2290
+ "dependencies": {
2291
+ "es-errors": "^1.3.0",
2292
+ "is-core-module": "^2.16.1",
2293
+ "path-parse": "^1.0.7",
2294
+ "supports-preserve-symlinks-flag": "^1.0.0"
2295
+ },
2296
+ "bin": {
2297
+ "resolve": "bin/resolve"
2298
+ },
2299
+ "engines": {
2300
+ "node": ">= 0.4"
2301
+ },
2302
+ "funding": {
2303
+ "url": "https://github.com/sponsors/ljharb"
2304
+ }
2305
+ },
2306
+ "node_modules/reusify": {
2307
+ "version": "1.1.0",
2308
+ "dev": true,
2309
+ "license": "MIT",
2310
+ "engines": {
2311
+ "iojs": ">=1.0.0",
2312
+ "node": ">=0.10.0"
2313
+ }
2314
+ },
2315
+ "node_modules/rollup": {
2316
+ "version": "4.61.0",
2317
+ "dev": true,
2318
+ "license": "MIT",
2319
+ "dependencies": {
2320
+ "@types/estree": "1.0.9"
2321
+ },
2322
+ "bin": {
2323
+ "rollup": "dist/bin/rollup"
2324
+ },
2325
+ "engines": {
2326
+ "node": ">=18.0.0",
2327
+ "npm": ">=8.0.0"
2328
+ },
2329
+ "optionalDependencies": {
2330
+ "@rollup/rollup-android-arm-eabi": "4.61.0",
2331
+ "@rollup/rollup-android-arm64": "4.61.0",
2332
+ "@rollup/rollup-darwin-arm64": "4.61.0",
2333
+ "@rollup/rollup-darwin-x64": "4.61.0",
2334
+ "@rollup/rollup-freebsd-arm64": "4.61.0",
2335
+ "@rollup/rollup-freebsd-x64": "4.61.0",
2336
+ "@rollup/rollup-linux-arm-gnueabihf": "4.61.0",
2337
+ "@rollup/rollup-linux-arm-musleabihf": "4.61.0",
2338
+ "@rollup/rollup-linux-arm64-gnu": "4.61.0",
2339
+ "@rollup/rollup-linux-arm64-musl": "4.61.0",
2340
+ "@rollup/rollup-linux-loong64-gnu": "4.61.0",
2341
+ "@rollup/rollup-linux-loong64-musl": "4.61.0",
2342
+ "@rollup/rollup-linux-ppc64-gnu": "4.61.0",
2343
+ "@rollup/rollup-linux-ppc64-musl": "4.61.0",
2344
+ "@rollup/rollup-linux-riscv64-gnu": "4.61.0",
2345
+ "@rollup/rollup-linux-riscv64-musl": "4.61.0",
2346
+ "@rollup/rollup-linux-s390x-gnu": "4.61.0",
2347
+ "@rollup/rollup-linux-x64-gnu": "4.61.0",
2348
+ "@rollup/rollup-linux-x64-musl": "4.61.0",
2349
+ "@rollup/rollup-openbsd-x64": "4.61.0",
2350
+ "@rollup/rollup-openharmony-arm64": "4.61.0",
2351
+ "@rollup/rollup-win32-arm64-msvc": "4.61.0",
2352
+ "@rollup/rollup-win32-ia32-msvc": "4.61.0",
2353
+ "@rollup/rollup-win32-x64-gnu": "4.61.0",
2354
+ "@rollup/rollup-win32-x64-msvc": "4.61.0",
2355
+ "fsevents": "~2.3.2"
2356
+ }
2357
+ },
2358
+ "node_modules/rollup/node_modules/@rollup/rollup-android-arm-eabi": {
2359
+ "version": "4.61.0",
2360
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.61.0.tgz",
2361
+ "integrity": "sha512-dnxczajOqt0gesZlN5pGQ1s1imQVrsmCw5G2Ci4oM+0WvNz3pyRnlWrT7McoZIb8VlFwCawdmbWRmxRn7HI+VQ==",
2362
+ "cpu": [
2363
+ "arm"
2364
+ ],
2365
+ "dev": true,
2366
+ "license": "MIT",
2367
+ "optional": true,
2368
+ "os": [
2369
+ "android"
2370
+ ]
2371
+ },
2372
+ "node_modules/rollup/node_modules/@rollup/rollup-android-arm64": {
2373
+ "version": "4.61.0",
2374
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.61.0.tgz",
2375
+ "integrity": "sha512-Bp3JpGP00Vu3f238ivRrjf7z3xSzVPXqCmaJYA9t2c+c8vKYvOzmXF7LkkeUalTEGd6cZcSWe+PFIP3Vy48fRg==",
2376
+ "cpu": [
2377
+ "arm64"
2378
+ ],
2379
+ "dev": true,
2380
+ "license": "MIT",
2381
+ "optional": true,
2382
+ "os": [
2383
+ "android"
2384
+ ]
2385
+ },
2386
+ "node_modules/rollup/node_modules/@rollup/rollup-darwin-arm64": {
2387
+ "version": "4.61.0",
2388
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.61.0.tgz",
2389
+ "integrity": "sha512-zaYIpr670mUmmZ1tVzUFplbQbG7h3Gugx3L5FoqhsC2m/YnLlR1a7zVLmXNPy+iY1tFPEbNG+HHBXZGyId0G5w==",
2390
+ "cpu": [
2391
+ "arm64"
2392
+ ],
2393
+ "dev": true,
2394
+ "license": "MIT",
2395
+ "optional": true,
2396
+ "os": [
2397
+ "darwin"
2398
+ ]
2399
+ },
2400
+ "node_modules/rollup/node_modules/@rollup/rollup-darwin-x64": {
2401
+ "version": "4.61.0",
2402
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.61.0.tgz",
2403
+ "integrity": "sha512-+P49fvkv2dSoeevUW+lgZ/I2JHSsJCK1Lyjj7Cu6E4UHG4tS9XIefzIjo5qhgELjAclnen1rLzK2PMKJdo+Dyg==",
2404
+ "cpu": [
2405
+ "x64"
2406
+ ],
2407
+ "dev": true,
2408
+ "license": "MIT",
2409
+ "optional": true,
2410
+ "os": [
2411
+ "darwin"
2412
+ ]
2413
+ },
2414
+ "node_modules/rollup/node_modules/@rollup/rollup-freebsd-arm64": {
2415
+ "version": "4.61.0",
2416
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.61.0.tgz",
2417
+ "integrity": "sha512-l3FAAOyKJXH2ea6KNFN+MMgC/rnE94YGLXs2ehYqDcCoHt1DpvgWX75BhUJxN38XojP7Ul+4H8PRn7EdyqSDrw==",
2418
+ "cpu": [
2419
+ "arm64"
2420
+ ],
2421
+ "dev": true,
2422
+ "license": "MIT",
2423
+ "optional": true,
2424
+ "os": [
2425
+ "freebsd"
2426
+ ]
2427
+ },
2428
+ "node_modules/rollup/node_modules/@rollup/rollup-freebsd-x64": {
2429
+ "version": "4.61.0",
2430
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.61.0.tgz",
2431
+ "integrity": "sha512-VokPN3TSctKj65cyCNPaUh4vMFA8awxOot/0sp+4J7ZlNRKQEhXhawqPwajoi8H5ZFt61i0ugZJuTKXBjGJ17Q==",
2432
+ "cpu": [
2433
+ "x64"
2434
+ ],
2435
+ "dev": true,
2436
+ "license": "MIT",
2437
+ "optional": true,
2438
+ "os": [
2439
+ "freebsd"
2440
+ ]
2441
+ },
2442
+ "node_modules/rollup/node_modules/@rollup/rollup-linux-arm-gnueabihf": {
2443
+ "version": "4.61.0",
2444
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.61.0.tgz",
2445
+ "integrity": "sha512-DxH0P3wxm+Yzs/p3zrk9dw1rURu8p0Nv5+MRK/L7OtnLNg5rLZraSBFZ8iUXOd9f2BlhJyEpIZUH/emjq4UJ4g==",
2446
+ "cpu": [
2447
+ "arm"
2448
+ ],
2449
+ "dev": true,
2450
+ "license": "MIT",
2451
+ "optional": true,
2452
+ "os": [
2453
+ "linux"
2454
+ ]
2455
+ },
2456
+ "node_modules/rollup/node_modules/@rollup/rollup-linux-arm-musleabihf": {
2457
+ "version": "4.61.0",
2458
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.61.0.tgz",
2459
+ "integrity": "sha512-T6ZvMNe84kAz6TBWHC7hGAoEtzP1LWYw/AqayGWEF6uISt3Abk/st06LqRD9THd7Xz3NxzurUpzAuEAUbZf+nw==",
2460
+ "cpu": [
2461
+ "arm"
2462
+ ],
2463
+ "dev": true,
2464
+ "license": "MIT",
2465
+ "optional": true,
2466
+ "os": [
2467
+ "linux"
2468
+ ]
2469
+ },
2470
+ "node_modules/rollup/node_modules/@rollup/rollup-linux-arm64-gnu": {
2471
+ "version": "4.61.0",
2472
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.61.0.tgz",
2473
+ "integrity": "sha512-q/4hzvQkDs8b4jIBab1pnLiiM0ayTZsN2amBFPDzuyZxjEd4wDwx0UJFYM3cOZzSf5Kw8fnWSprJzIBMkcR44Q==",
2474
+ "cpu": [
2475
+ "arm64"
2476
+ ],
2477
+ "dev": true,
2478
+ "license": "MIT",
2479
+ "optional": true,
2480
+ "os": [
2481
+ "linux"
2482
+ ]
2483
+ },
2484
+ "node_modules/rollup/node_modules/@rollup/rollup-linux-arm64-musl": {
2485
+ "version": "4.61.0",
2486
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.61.0.tgz",
2487
+ "integrity": "sha512-vvYWX3akdEAY6km+9wAqFDnk6pQsbJKVnj7xawcvs/+fdlYBGp+U+Qq/lLfpIxYIZvZLHMAKD9HLdacSx/r3dw==",
2488
+ "cpu": [
2489
+ "arm64"
2490
+ ],
2491
+ "dev": true,
2492
+ "license": "MIT",
2493
+ "optional": true,
2494
+ "os": [
2495
+ "linux"
2496
+ ]
2497
+ },
2498
+ "node_modules/rollup/node_modules/@rollup/rollup-linux-loong64-gnu": {
2499
+ "version": "4.61.0",
2500
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.61.0.tgz",
2501
+ "integrity": "sha512-DePa5cqOxDP/Zp0VOXpeWaGew5iIv5DXp9NYbzkX5PFQyWVX9184WCTh3hvr/7lhXo8ZVlbFLkz8+o/q1dU6gA==",
2502
+ "cpu": [
2503
+ "loong64"
2504
+ ],
2505
+ "dev": true,
2506
+ "license": "MIT",
2507
+ "optional": true,
2508
+ "os": [
2509
+ "linux"
2510
+ ]
2511
+ },
2512
+ "node_modules/rollup/node_modules/@rollup/rollup-linux-loong64-musl": {
2513
+ "version": "4.61.0",
2514
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.61.0.tgz",
2515
+ "integrity": "sha512-LV8aWMB8UChglMCEzs7RkN0GsH29RJaLLqwm9fCIjlqwxQTiWAqNcc7wjBkH31hV0PU/yVxGYvrYsgfea2qw6g==",
2516
+ "cpu": [
2517
+ "loong64"
2518
+ ],
2519
+ "dev": true,
2520
+ "license": "MIT",
2521
+ "optional": true,
2522
+ "os": [
2523
+ "linux"
2524
+ ]
2525
+ },
2526
+ "node_modules/rollup/node_modules/@rollup/rollup-linux-ppc64-gnu": {
2527
+ "version": "4.61.0",
2528
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.61.0.tgz",
2529
+ "integrity": "sha512-QoNSnwQtaeNu5grdBbsL0tt1uyl5EnS8DA8Mr3nluMXbhdQNyhN+G4tBax7VCdxLKj8YJ0/4OO9Ho84jMnJtKA==",
2530
+ "cpu": [
2531
+ "ppc64"
2532
+ ],
2533
+ "dev": true,
2534
+ "license": "MIT",
2535
+ "optional": true,
2536
+ "os": [
2537
+ "linux"
2538
+ ]
2539
+ },
2540
+ "node_modules/rollup/node_modules/@rollup/rollup-linux-ppc64-musl": {
2541
+ "version": "4.61.0",
2542
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.61.0.tgz",
2543
+ "integrity": "sha512-/zZp5MKapIIApE8trN8qLGNSiRN9TUoaUZ1cmVu4XnVdd5LQLOXTtyi+vtfUbNnT3iyjzpPqYeKXmvJ+gJGYWw==",
2544
+ "cpu": [
2545
+ "ppc64"
2546
+ ],
2547
+ "dev": true,
2548
+ "license": "MIT",
2549
+ "optional": true,
2550
+ "os": [
2551
+ "linux"
2552
+ ]
2553
+ },
2554
+ "node_modules/rollup/node_modules/@rollup/rollup-linux-riscv64-gnu": {
2555
+ "version": "4.61.0",
2556
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.61.0.tgz",
2557
+ "integrity": "sha512-RbrzcD3aJ1k3UbtMRRBNwojdVVyXjuVAFTfn/xPa6EEl6GE9Sm/akPgFTb9aAC9pMKGJ6CtWxaGrqWcabH+ySg==",
2558
+ "cpu": [
2559
+ "riscv64"
2560
+ ],
2561
+ "dev": true,
2562
+ "license": "MIT",
2563
+ "optional": true,
2564
+ "os": [
2565
+ "linux"
2566
+ ]
2567
+ },
2568
+ "node_modules/rollup/node_modules/@rollup/rollup-linux-riscv64-musl": {
2569
+ "version": "4.61.0",
2570
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.61.0.tgz",
2571
+ "integrity": "sha512-ZF+onDsBso8PJf1XaG9lB+O9RnBpKGnY6OrzC4CSHrtC1jb6jWLTKK4bRqdoCXHd22gyr2hiYmEAm8Wns/BOCw==",
2572
+ "cpu": [
2573
+ "riscv64"
2574
+ ],
2575
+ "dev": true,
2576
+ "license": "MIT",
2577
+ "optional": true,
2578
+ "os": [
2579
+ "linux"
2580
+ ]
2581
+ },
2582
+ "node_modules/rollup/node_modules/@rollup/rollup-linux-s390x-gnu": {
2583
+ "version": "4.61.0",
2584
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.61.0.tgz",
2585
+ "integrity": "sha512-Atk0aSIk5Zx2Wuh9dgRQgLP0Koc8hOeYpbWryMXyk8G8/HmPkwPPkMqIIDhrXHHYqfUzSJA/I7IWSBv8xSmRBA==",
2586
+ "cpu": [
2587
+ "s390x"
2588
+ ],
2589
+ "dev": true,
2590
+ "license": "MIT",
2591
+ "optional": true,
2592
+ "os": [
2593
+ "linux"
2594
+ ]
2595
+ },
2596
+ "node_modules/rollup/node_modules/@rollup/rollup-linux-x64-gnu": {
2597
+ "version": "4.61.0",
2598
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.61.0.tgz",
2599
+ "integrity": "sha512-0uMOcf3eZ5K+K4cYHkdxShFMPlPXCOdfDFEFn9dNYAEEd2cVvmOfH7zFgRVoDgmtQ1m9k5q7qfrHzyMAubKYUA==",
2600
+ "cpu": [
2601
+ "x64"
2602
+ ],
2603
+ "dev": true,
2604
+ "license": "MIT",
2605
+ "optional": true,
2606
+ "os": [
2607
+ "linux"
2608
+ ]
2609
+ },
2610
+ "node_modules/rollup/node_modules/@rollup/rollup-linux-x64-musl": {
2611
+ "version": "4.61.0",
2612
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.61.0.tgz",
2613
+ "integrity": "sha512-mvFtE4A/t/7hRJ7X8Ozmu8FsIkAUat2nzl12pgU337BRmq87AQUJztwHz2Zv5/tjo9/C95E66CK03SI/ToEDJw==",
2614
+ "cpu": [
2615
+ "x64"
2616
+ ],
2617
+ "dev": true,
2618
+ "license": "MIT",
2619
+ "optional": true,
2620
+ "os": [
2621
+ "linux"
2622
+ ]
2623
+ },
2624
+ "node_modules/rollup/node_modules/@rollup/rollup-openbsd-x64": {
2625
+ "version": "4.61.0",
2626
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.61.0.tgz",
2627
+ "integrity": "sha512-z9b9+aTxvt8n2rNltMPvyaUfB8NJ+CVyOrGK/MdIKHx7B+lXmZpm/XbRsU7Rpf3fRqJ2uS6mBJiJveCtq8LHDg==",
2628
+ "cpu": [
2629
+ "x64"
2630
+ ],
2631
+ "dev": true,
2632
+ "license": "MIT",
2633
+ "optional": true,
2634
+ "os": [
2635
+ "openbsd"
2636
+ ]
2637
+ },
2638
+ "node_modules/rollup/node_modules/@rollup/rollup-openharmony-arm64": {
2639
+ "version": "4.61.0",
2640
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.61.0.tgz",
2641
+ "integrity": "sha512-jXaXFqKMehsOc+g8R6oo33RRC6w07G9jDBxAE5eAKX7mOcCbZloYIPNhfG9Wl+P9O9IWHFO4OJgPi1Ml2qkt7w==",
2642
+ "cpu": [
2643
+ "arm64"
2644
+ ],
2645
+ "dev": true,
2646
+ "license": "MIT",
2647
+ "optional": true,
2648
+ "os": [
2649
+ "openharmony"
2650
+ ]
2651
+ },
2652
+ "node_modules/rollup/node_modules/@rollup/rollup-win32-arm64-msvc": {
2653
+ "version": "4.61.0",
2654
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.61.0.tgz",
2655
+ "integrity": "sha512-OXNWVFocS2IA4+QplhTZZ2a+8hPZR7T8KuozsNmJKK8y7cp83StHvGksfHzPG3wczWTczyWHVQuqeiTUbjiyBg==",
2656
+ "cpu": [
2657
+ "arm64"
2658
+ ],
2659
+ "dev": true,
2660
+ "license": "MIT",
2661
+ "optional": true,
2662
+ "os": [
2663
+ "win32"
2664
+ ]
2665
+ },
2666
+ "node_modules/rollup/node_modules/@rollup/rollup-win32-ia32-msvc": {
2667
+ "version": "4.61.0",
2668
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.61.0.tgz",
2669
+ "integrity": "sha512-AlAbNtBO637LxSldqV43z0FfXoGfl2TW1DgAg/bs7aQswFbDewz2SJm3BUhiGfbOVtW571xbc9p+REdxhyN/Eg==",
2670
+ "cpu": [
2671
+ "ia32"
2672
+ ],
2673
+ "dev": true,
2674
+ "license": "MIT",
2675
+ "optional": true,
2676
+ "os": [
2677
+ "win32"
2678
+ ]
2679
+ },
2680
+ "node_modules/rollup/node_modules/fsevents": {
2681
+ "version": "2.3.3",
2682
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
2683
+ "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
2684
+ "dev": true,
2685
+ "hasInstallScript": true,
2686
+ "license": "MIT",
2687
+ "optional": true,
2688
+ "os": [
2689
+ "darwin"
2690
+ ],
2691
+ "engines": {
2692
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
2693
+ }
2694
+ },
2695
+ "node_modules/run-parallel": {
2696
+ "version": "1.2.0",
2697
+ "dev": true,
2698
+ "funding": [
2699
+ {
2700
+ "type": "github",
2701
+ "url": "https://github.com/sponsors/feross"
2702
+ },
2703
+ {
2704
+ "type": "patreon",
2705
+ "url": "https://www.patreon.com/feross"
2706
+ },
2707
+ {
2708
+ "type": "consulting",
2709
+ "url": "https://feross.org/support"
2710
+ }
2711
+ ],
2712
+ "license": "MIT",
2713
+ "dependencies": {
2714
+ "queue-microtask": "^1.2.2"
2715
+ }
2716
+ },
2717
+ "node_modules/scheduler": {
2718
+ "version": "0.23.2",
2719
+ "license": "MIT",
2720
+ "dependencies": {
2721
+ "loose-envify": "^1.1.0"
2722
+ }
2723
+ },
2724
+ "node_modules/semver": {
2725
+ "version": "6.3.1",
2726
+ "dev": true,
2727
+ "license": "ISC",
2728
+ "bin": {
2729
+ "semver": "bin/semver.js"
2730
+ }
2731
+ },
2732
+ "node_modules/source-map-js": {
2733
+ "version": "1.2.1",
2734
+ "dev": true,
2735
+ "license": "BSD-3-Clause",
2736
+ "engines": {
2737
+ "node": ">=0.10.0"
2738
+ }
2739
+ },
2740
+ "node_modules/sucrase": {
2741
+ "version": "3.35.1",
2742
+ "dev": true,
2743
+ "license": "MIT",
2744
+ "dependencies": {
2745
+ "@jridgewell/gen-mapping": "^0.3.2",
2746
+ "commander": "^4.0.0",
2747
+ "lines-and-columns": "^1.1.6",
2748
+ "mz": "^2.7.0",
2749
+ "pirates": "^4.0.1",
2750
+ "tinyglobby": "^0.2.11",
2751
+ "ts-interface-checker": "^0.1.9"
2752
+ },
2753
+ "bin": {
2754
+ "sucrase": "bin/sucrase",
2755
+ "sucrase-node": "bin/sucrase-node"
2756
+ },
2757
+ "engines": {
2758
+ "node": ">=16 || 14 >=14.17"
2759
+ }
2760
+ },
2761
+ "node_modules/supports-preserve-symlinks-flag": {
2762
+ "version": "1.0.0",
2763
+ "dev": true,
2764
+ "license": "MIT",
2765
+ "engines": {
2766
+ "node": ">= 0.4"
2767
+ },
2768
+ "funding": {
2769
+ "url": "https://github.com/sponsors/ljharb"
2770
+ }
2771
+ },
2772
+ "node_modules/sweetalert2": {
2773
+ "version": "11.26.25",
2774
+ "license": "MIT",
2775
+ "funding": {
2776
+ "type": "individual",
2777
+ "url": "https://github.com/sponsors/limonte"
2778
+ }
2779
+ },
2780
+ "node_modules/tailwindcss": {
2781
+ "version": "3.4.19",
2782
+ "dev": true,
2783
+ "license": "MIT",
2784
+ "dependencies": {
2785
+ "@alloc/quick-lru": "^5.2.0",
2786
+ "arg": "^5.0.2",
2787
+ "chokidar": "^3.6.0",
2788
+ "didyoumean": "^1.2.2",
2789
+ "dlv": "^1.1.3",
2790
+ "fast-glob": "^3.3.2",
2791
+ "glob-parent": "^6.0.2",
2792
+ "is-glob": "^4.0.3",
2793
+ "jiti": "^1.21.7",
2794
+ "lilconfig": "^3.1.3",
2795
+ "micromatch": "^4.0.8",
2796
+ "normalize-path": "^3.0.0",
2797
+ "object-hash": "^3.0.0",
2798
+ "picocolors": "^1.1.1",
2799
+ "postcss": "^8.4.47",
2800
+ "postcss-import": "^15.1.0",
2801
+ "postcss-js": "^4.0.1",
2802
+ "postcss-load-config": "^4.0.2 || ^5.0 || ^6.0",
2803
+ "postcss-nested": "^6.2.0",
2804
+ "postcss-selector-parser": "^6.1.2",
2805
+ "resolve": "^1.22.8",
2806
+ "sucrase": "^3.35.0"
2807
+ },
2808
+ "bin": {
2809
+ "tailwind": "lib/cli.js",
2810
+ "tailwindcss": "lib/cli.js"
2811
+ },
2812
+ "engines": {
2813
+ "node": ">=14.0.0"
2814
+ }
2815
+ },
2816
+ "node_modules/thenify": {
2817
+ "version": "3.3.1",
2818
+ "dev": true,
2819
+ "license": "MIT",
2820
+ "dependencies": {
2821
+ "any-promise": "^1.0.0"
2822
+ }
2823
+ },
2824
+ "node_modules/thenify-all": {
2825
+ "version": "1.6.0",
2826
+ "dev": true,
2827
+ "license": "MIT",
2828
+ "dependencies": {
2829
+ "thenify": ">= 3.1.0 < 4"
2830
+ },
2831
+ "engines": {
2832
+ "node": ">=0.8"
2833
+ }
2834
+ },
2835
+ "node_modules/tiny-invariant": {
2836
+ "version": "1.3.3",
2837
+ "license": "MIT"
2838
+ },
2839
+ "node_modules/tinyglobby": {
2840
+ "version": "0.2.17",
2841
+ "dev": true,
2842
+ "license": "MIT",
2843
+ "dependencies": {
2844
+ "fdir": "^6.5.0",
2845
+ "picomatch": "^4.0.4"
2846
+ },
2847
+ "engines": {
2848
+ "node": ">=12.0.0"
2849
+ },
2850
+ "funding": {
2851
+ "url": "https://github.com/sponsors/SuperchupuDev"
2852
+ }
2853
+ },
2854
+ "node_modules/tinyglobby/node_modules/fdir": {
2855
+ "version": "6.5.0",
2856
+ "dev": true,
2857
+ "license": "MIT",
2858
+ "engines": {
2859
+ "node": ">=12.0.0"
2860
+ },
2861
+ "peerDependencies": {
2862
+ "picomatch": "^3 || ^4"
2863
+ },
2864
+ "peerDependenciesMeta": {
2865
+ "picomatch": {
2866
+ "optional": true
2867
+ }
2868
+ }
2869
+ },
2870
+ "node_modules/tinyglobby/node_modules/picomatch": {
2871
+ "version": "4.0.4",
2872
+ "dev": true,
2873
+ "license": "MIT",
2874
+ "engines": {
2875
+ "node": ">=12"
2876
+ },
2877
+ "funding": {
2878
+ "url": "https://github.com/sponsors/jonschlinkert"
2879
+ }
2880
+ },
2881
+ "node_modules/to-regex-range": {
2882
+ "version": "5.0.1",
2883
+ "dev": true,
2884
+ "license": "MIT",
2885
+ "dependencies": {
2886
+ "is-number": "^7.0.0"
2887
+ },
2888
+ "engines": {
2889
+ "node": ">=8.0"
2890
+ }
2891
+ },
2892
+ "node_modules/ts-interface-checker": {
2893
+ "version": "0.1.13",
2894
+ "dev": true,
2895
+ "license": "Apache-2.0"
2896
+ },
2897
+ "node_modules/update-browserslist-db": {
2898
+ "version": "1.2.3",
2899
+ "dev": true,
2900
+ "funding": [
2901
+ {
2902
+ "type": "opencollective",
2903
+ "url": "https://opencollective.com/browserslist"
2904
+ },
2905
+ {
2906
+ "type": "tidelift",
2907
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
2908
+ },
2909
+ {
2910
+ "type": "github",
2911
+ "url": "https://github.com/sponsors/ai"
2912
+ }
2913
+ ],
2914
+ "license": "MIT",
2915
+ "dependencies": {
2916
+ "escalade": "^3.2.0",
2917
+ "picocolors": "^1.1.1"
2918
+ },
2919
+ "bin": {
2920
+ "update-browserslist-db": "cli.js"
2921
+ },
2922
+ "peerDependencies": {
2923
+ "browserslist": ">= 4.21.0"
2924
+ }
2925
+ },
2926
+ "node_modules/util-deprecate": {
2927
+ "version": "1.0.2",
2928
+ "dev": true,
2929
+ "license": "MIT"
2930
+ },
2931
+ "node_modules/victory-vendor": {
2932
+ "version": "36.9.2",
2933
+ "license": "MIT AND ISC",
2934
+ "dependencies": {
2935
+ "@types/d3-array": "^3.0.3",
2936
+ "@types/d3-ease": "^3.0.0",
2937
+ "@types/d3-interpolate": "^3.0.1",
2938
+ "@types/d3-scale": "^4.0.2",
2939
+ "@types/d3-shape": "^3.1.0",
2940
+ "@types/d3-time": "^3.0.0",
2941
+ "@types/d3-timer": "^3.0.0",
2942
+ "d3-array": "^3.1.6",
2943
+ "d3-ease": "^3.0.1",
2944
+ "d3-interpolate": "^3.0.1",
2945
+ "d3-scale": "^4.0.2",
2946
+ "d3-shape": "^3.1.0",
2947
+ "d3-time": "^3.0.0",
2948
+ "d3-timer": "^3.0.1"
2949
+ }
2950
+ },
2951
+ "node_modules/vite": {
2952
+ "version": "5.4.21",
2953
+ "dev": true,
2954
+ "license": "MIT",
2955
+ "dependencies": {
2956
+ "esbuild": "^0.21.3",
2957
+ "postcss": "^8.4.43",
2958
+ "rollup": "^4.20.0"
2959
+ },
2960
+ "bin": {
2961
+ "vite": "bin/vite.js"
2962
+ },
2963
+ "engines": {
2964
+ "node": "^18.0.0 || >=20.0.0"
2965
+ },
2966
+ "funding": {
2967
+ "url": "https://github.com/vitejs/vite?sponsor=1"
2968
+ },
2969
+ "optionalDependencies": {
2970
+ "fsevents": "~2.3.3"
2971
+ },
2972
+ "peerDependencies": {
2973
+ "@types/node": "^18.0.0 || >=20.0.0",
2974
+ "less": "*",
2975
+ "lightningcss": "^1.21.0",
2976
+ "sass": "*",
2977
+ "sass-embedded": "*",
2978
+ "stylus": "*",
2979
+ "sugarss": "*",
2980
+ "terser": "^5.4.0"
2981
+ },
2982
+ "peerDependenciesMeta": {
2983
+ "@types/node": {
2984
+ "optional": true
2985
+ },
2986
+ "less": {
2987
+ "optional": true
2988
+ },
2989
+ "lightningcss": {
2990
+ "optional": true
2991
+ },
2992
+ "sass": {
2993
+ "optional": true
2994
+ },
2995
+ "sass-embedded": {
2996
+ "optional": true
2997
+ },
2998
+ "stylus": {
2999
+ "optional": true
3000
+ },
3001
+ "sugarss": {
3002
+ "optional": true
3003
+ },
3004
+ "terser": {
3005
+ "optional": true
3006
+ }
3007
+ }
3008
+ },
3009
+ "node_modules/vite/node_modules/fsevents": {
3010
+ "version": "2.3.3",
3011
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
3012
+ "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
3013
+ "dev": true,
3014
+ "hasInstallScript": true,
3015
+ "license": "MIT",
3016
+ "optional": true,
3017
+ "os": [
3018
+ "darwin"
3019
+ ],
3020
+ "engines": {
3021
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
3022
+ }
3023
+ },
3024
+ "node_modules/yallist": {
3025
+ "version": "3.1.1",
3026
+ "dev": true,
3027
+ "license": "ISC"
3028
+ }
3029
+ }
3030
+ }