-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpnpm-lock.yaml
10969 lines (9705 loc) · 385 KB
/
pnpm-lock.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
lockfileVersion: '6.0'
settings:
autoInstallPeers: true
excludeLinksFromLockfile: false
dependencies:
'@ant-design/icons':
specifier: ^5.2.6
version: 5.2.6(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-components':
specifier: ^2.6.43
version: 2.6.43(antd@5.12.7)(rc-field-form@1.41.0)(react-dom@18.2.0)(react@18.2.0)
'@umijs/max':
specifier: ^4.1.0
version: 4.1.0(@babel/core@7.23.7)(@types/react-dom@18.2.18)(@types/react@18.2.46)(dva@2.5.0-beta.2)(prettier@3.1.1)(rc-field-form@1.41.0)(react-dom@18.2.0)(react@18.2.0)(typescript@5.3.3)(webpack@5.89.0)
antd:
specifier: ^5.12.7
version: 5.12.7(react-dom@18.2.0)(react@18.2.0)
devDependencies:
'@types/react':
specifier: ^18.2.46
version: 18.2.46
'@types/react-dom':
specifier: ^18.2.18
version: 18.2.18
husky:
specifier: ^8.0.3
version: 8.0.3
lint-staged:
specifier: ^15.2.0
version: 15.2.0
prettier:
specifier: ^3.1.1
version: 3.1.1
prettier-plugin-organize-imports:
specifier: ^3.2.4
version: 3.2.4(prettier@3.1.1)(typescript@5.3.3)
prettier-plugin-packagejson:
specifier: ^2.4.8
version: 2.4.8(prettier@3.1.1)
typescript:
specifier: ^5.3.3
version: 5.3.3
packages:
/@aashutoshrathi/word-wrap@1.2.6:
resolution: {integrity: sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==}
engines: {node: '>=0.10.0'}
dev: false
/@ahooksjs/use-request@2.8.15(react@18.2.0):
resolution: {integrity: sha512-xhVaM4fyIiAMdVFuuU5i3CFUdFa/IblF+fvITVMFaUEO3w/V5tVCAF6WIA3T03n1/RPuzRkA7Ao1PFtSGtGelw==}
peerDependencies:
react: ^16.8.0 || ^17.0.0
dependencies:
lodash.debounce: 4.0.8
lodash.throttle: 4.1.1
react: 18.2.0
dev: false
/@ampproject/remapping@2.2.1:
resolution: {integrity: sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==}
engines: {node: '>=6.0.0'}
dependencies:
'@jridgewell/gen-mapping': 0.3.3
'@jridgewell/trace-mapping': 0.3.20
dev: false
/@ant-design/antd-theme-variable@1.0.0:
resolution: {integrity: sha512-0vr5GCwM7xlAl6NxG1lPbABO+SYioNJL3HVy2FA8wTlsIMoZvQwcwsxTw6eLQCiN9V2UQ8kBtfz8DW8utVVE5w==}
dev: false
/@ant-design/colors@6.0.0:
resolution: {integrity: sha512-qAZRvPzfdWHtfameEGP2Qvuf838NhergR35o+EuVyB5XvSA98xod5r4utvi4TJ3ywmevm290g9nsCG5MryrdWQ==}
dependencies:
'@ctrl/tinycolor': 3.6.1
dev: false
/@ant-design/colors@7.0.2:
resolution: {integrity: sha512-7KJkhTiPiLHSu+LmMJnehfJ6242OCxSlR3xHVBecYxnMW8MS/878NXct1GqYARyL59fyeFdKRxXTfvR9SnDgJg==}
dependencies:
'@ctrl/tinycolor': 3.6.1
dev: false
/@ant-design/cssinjs@1.18.2(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-514V9rjLaFYb3v4s55/8bg2E6fb81b99s3crDZf4nSwtiDLLXs8axnIph+q2TVkY2hbJPZOn/cVsVcnLkzFy7w==}
peerDependencies:
react: '>=16.0.0'
react-dom: '>=16.0.0'
dependencies:
'@babel/runtime': 7.23.7
'@emotion/hash': 0.8.0
'@emotion/unitless': 0.7.5
classnames: 2.5.1
csstype: 3.1.3
rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0)
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
stylis: 4.3.1
dev: false
/@ant-design/icons-svg@4.3.1:
resolution: {integrity: sha512-4QBZg8ccyC6LPIRii7A0bZUk3+lEDCLnhB+FVsflGdcWPPmV+j3fire4AwwoqHV/BibgvBmR9ZIo4s867smv+g==}
dev: false
/@ant-design/icons@4.8.1(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-JRAuiqllnMsiZIO8OvBOeFconprC3cnMpJ9MvXrHh+H5co9rlg8/aSHQfLf5jKKe18lUgRaIwC2pz8YxH9VuCA==}
engines: {node: '>=8'}
peerDependencies:
react: '>=16.0.0'
react-dom: '>=16.0.0'
dependencies:
'@ant-design/colors': 6.0.0
'@ant-design/icons-svg': 4.3.1
'@babel/runtime': 7.23.7
classnames: 2.5.1
lodash: 4.17.21
rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0)
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
dev: false
/@ant-design/icons@5.2.6(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-4wn0WShF43TrggskBJPRqCD0fcHbzTYjnaoskdiJrVHg86yxoZ8ZUqsXvyn4WUqehRiFKnaclOhqk9w4Ui2KVw==}
engines: {node: '>=8'}
peerDependencies:
react: '>=16.0.0'
react-dom: '>=16.0.0'
dependencies:
'@ant-design/colors': 7.0.2
'@ant-design/icons-svg': 4.3.1
'@babel/runtime': 7.23.7
classnames: 2.5.1
rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0)
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
dev: false
/@ant-design/moment-webpack-plugin@0.0.3:
resolution: {integrity: sha512-MLm1FUpg02fP615ShQnCUN9la2E4RylDxKyolkGqAWTIHO4HyGM0A5x71AMALEyP/bC+UEEWBGSQ+D4/8hQ+ww==}
dev: false
/@ant-design/pro-card@2.5.27(antd@4.24.15)(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-KHsX/VD5jsVKxUU/szFPayD2FhdVQ2lob7BlAG03Pn8GG2F9hEPk3vHM5WWyn0w+11g4XmvTlujeNxFeaQQV6Q==}
peerDependencies:
antd: ^4.24.15 || ^5.11.2
react: '>=17.0.0'
dependencies:
'@ant-design/icons': 5.2.6(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-provider': 2.13.5(antd@4.24.15)(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-utils': 2.15.2(antd@4.24.15)(react-dom@18.2.0)(react@18.2.0)
'@babel/runtime': 7.23.7
antd: 4.24.15(react-dom@18.2.0)(react@18.2.0)
classnames: 2.5.1
omit.js: 2.0.2
rc-resize-observer: 1.4.0(react-dom@18.2.0)(react@18.2.0)
rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0)
react: 18.2.0
transitivePeerDependencies:
- react-dom
dev: false
/@ant-design/pro-card@2.5.27(antd@5.12.7)(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-KHsX/VD5jsVKxUU/szFPayD2FhdVQ2lob7BlAG03Pn8GG2F9hEPk3vHM5WWyn0w+11g4XmvTlujeNxFeaQQV6Q==}
peerDependencies:
antd: ^4.24.15 || ^5.11.2
react: '>=17.0.0'
dependencies:
'@ant-design/icons': 5.2.6(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-provider': 2.13.5(antd@5.12.7)(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-utils': 2.15.2(antd@5.12.7)(react-dom@18.2.0)(react@18.2.0)
'@babel/runtime': 7.23.7
antd: 5.12.7(react-dom@18.2.0)(react@18.2.0)
classnames: 2.5.1
omit.js: 2.0.2
rc-resize-observer: 1.4.0(react-dom@18.2.0)(react@18.2.0)
rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0)
react: 18.2.0
transitivePeerDependencies:
- react-dom
dev: false
/@ant-design/pro-components@2.6.43(antd@4.24.15)(rc-field-form@1.41.0)(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-l/xy4dRaS3IXU8urq6btyHD+YeRrSgYVW/L0VaeK79Mllk2i4cKVcxPkV2/EcM9tjsnScS1bUFYvtc2RU4qsig==}
peerDependencies:
antd: ^4.24.15 || ^5.11.2
react: '>=17.0.0'
react-dom: '>=17.0.0'
dependencies:
'@ant-design/pro-card': 2.5.27(antd@4.24.15)(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-descriptions': 2.5.27(antd@4.24.15)(rc-field-form@1.41.0)(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-field': 2.14.2(antd@4.24.15)(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-form': 2.23.1(antd@4.24.15)(rc-field-form@1.41.0)(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-layout': 7.17.16(antd@4.24.15)(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-list': 2.5.42(antd@4.24.15)(rc-field-form@1.41.0)(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-provider': 2.13.5(antd@4.24.15)(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-skeleton': 2.1.10(antd@4.24.15)(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-table': 3.13.11(antd@4.24.15)(rc-field-form@1.41.0)(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-utils': 2.15.2(antd@4.24.15)(react-dom@18.2.0)(react@18.2.0)
'@babel/runtime': 7.23.7
antd: 4.24.15(react-dom@18.2.0)(react@18.2.0)
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
transitivePeerDependencies:
- '@types/lodash.merge'
- rc-field-form
dev: false
/@ant-design/pro-components@2.6.43(antd@5.12.7)(rc-field-form@1.41.0)(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-l/xy4dRaS3IXU8urq6btyHD+YeRrSgYVW/L0VaeK79Mllk2i4cKVcxPkV2/EcM9tjsnScS1bUFYvtc2RU4qsig==}
peerDependencies:
antd: ^4.24.15 || ^5.11.2
react: '>=17.0.0'
react-dom: '>=17.0.0'
dependencies:
'@ant-design/pro-card': 2.5.27(antd@5.12.7)(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-descriptions': 2.5.27(antd@5.12.7)(rc-field-form@1.41.0)(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-field': 2.14.2(antd@5.12.7)(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-form': 2.23.1(antd@5.12.7)(rc-field-form@1.41.0)(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-layout': 7.17.16(antd@5.12.7)(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-list': 2.5.42(antd@5.12.7)(rc-field-form@1.41.0)(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-provider': 2.13.5(antd@5.12.7)(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-skeleton': 2.1.10(antd@5.12.7)(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-table': 3.13.11(antd@5.12.7)(rc-field-form@1.41.0)(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-utils': 2.15.2(antd@5.12.7)(react-dom@18.2.0)(react@18.2.0)
'@babel/runtime': 7.23.7
antd: 5.12.7(react-dom@18.2.0)(react@18.2.0)
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
transitivePeerDependencies:
- '@types/lodash.merge'
- rc-field-form
dev: false
/@ant-design/pro-descriptions@2.5.27(antd@4.24.15)(rc-field-form@1.41.0)(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-H1KEtDSPuuie3v8vnE9T2nSuAU9KPBHosUlN4Iyf4jWOBLmOKJ9n0RGmM496wMPPwei2BxVZVl4a9qczTvdGsA==}
peerDependencies:
antd: ^4.24.15 || ^5.11.2
react: '>=17.0.0'
dependencies:
'@ant-design/pro-field': 2.14.2(antd@4.24.15)(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-form': 2.23.1(antd@4.24.15)(rc-field-form@1.41.0)(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-skeleton': 2.1.10(antd@4.24.15)(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-utils': 2.15.2(antd@4.24.15)(react-dom@18.2.0)(react@18.2.0)
'@babel/runtime': 7.23.7
antd: 4.24.15(react-dom@18.2.0)(react@18.2.0)
rc-resize-observer: 0.2.6(react-dom@18.2.0)(react@18.2.0)
rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0)
react: 18.2.0
transitivePeerDependencies:
- '@types/lodash.merge'
- rc-field-form
- react-dom
dev: false
/@ant-design/pro-descriptions@2.5.27(antd@5.12.7)(rc-field-form@1.41.0)(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-H1KEtDSPuuie3v8vnE9T2nSuAU9KPBHosUlN4Iyf4jWOBLmOKJ9n0RGmM496wMPPwei2BxVZVl4a9qczTvdGsA==}
peerDependencies:
antd: ^4.24.15 || ^5.11.2
react: '>=17.0.0'
dependencies:
'@ant-design/pro-field': 2.14.2(antd@5.12.7)(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-form': 2.23.1(antd@5.12.7)(rc-field-form@1.41.0)(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-skeleton': 2.1.10(antd@5.12.7)(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-utils': 2.15.2(antd@5.12.7)(react-dom@18.2.0)(react@18.2.0)
'@babel/runtime': 7.23.7
antd: 5.12.7(react-dom@18.2.0)(react@18.2.0)
rc-resize-observer: 0.2.6(react-dom@18.2.0)(react@18.2.0)
rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0)
react: 18.2.0
transitivePeerDependencies:
- '@types/lodash.merge'
- rc-field-form
- react-dom
dev: false
/@ant-design/pro-field@2.14.2(antd@4.24.15)(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-G4p8hVBA+D2HiscWMPi3eQt/8nyq9Ylqm270LEpxPcFFPXMTKDda/iDI+ZwBktWEd9FjBsfe0iyq6iIheuDXvw==}
peerDependencies:
antd: ^4.24.15 || ^5.11.2
react: '>=17.0.0'
dependencies:
'@ant-design/icons': 5.2.6(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-provider': 2.13.5(antd@4.24.15)(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-utils': 2.15.2(antd@4.24.15)(react-dom@18.2.0)(react@18.2.0)
'@babel/runtime': 7.23.7
'@chenshuai2144/sketch-color': 1.0.9(react@18.2.0)
antd: 4.24.15(react-dom@18.2.0)(react@18.2.0)
classnames: 2.5.1
dayjs: 1.11.10
lodash.tonumber: 4.0.3
omit.js: 2.0.2
rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0)
react: 18.2.0
swr: 2.2.4(react@18.2.0)
transitivePeerDependencies:
- react-dom
dev: false
/@ant-design/pro-field@2.14.2(antd@5.12.7)(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-G4p8hVBA+D2HiscWMPi3eQt/8nyq9Ylqm270LEpxPcFFPXMTKDda/iDI+ZwBktWEd9FjBsfe0iyq6iIheuDXvw==}
peerDependencies:
antd: ^4.24.15 || ^5.11.2
react: '>=17.0.0'
dependencies:
'@ant-design/icons': 5.2.6(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-provider': 2.13.5(antd@5.12.7)(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-utils': 2.15.2(antd@5.12.7)(react-dom@18.2.0)(react@18.2.0)
'@babel/runtime': 7.23.7
'@chenshuai2144/sketch-color': 1.0.9(react@18.2.0)
antd: 5.12.7(react-dom@18.2.0)(react@18.2.0)
classnames: 2.5.1
dayjs: 1.11.10
lodash.tonumber: 4.0.3
omit.js: 2.0.2
rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0)
react: 18.2.0
swr: 2.2.4(react@18.2.0)
transitivePeerDependencies:
- react-dom
dev: false
/@ant-design/pro-form@2.23.1(antd@4.24.15)(rc-field-form@1.41.0)(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-ia4obGA/AmjSm74Fg2fyd+4AI1VyM9Dpu6VYiiAvkO8ZxfyhDzAT1V9zHSCzU9M7Pu/G2hw/8bhovwy5waVtFg==}
peerDependencies:
'@types/lodash.merge': ^4.6.7
antd: ^4.24.15 || ^5.11.2
rc-field-form: ^1.22.0
react: '>=17.0.0'
react-dom: '>=17.0.0'
peerDependenciesMeta:
'@types/lodash.merge':
optional: true
dependencies:
'@ant-design/icons': 5.2.6(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-field': 2.14.2(antd@4.24.15)(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-provider': 2.13.5(antd@4.24.15)(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-utils': 2.15.2(antd@4.24.15)(react-dom@18.2.0)(react@18.2.0)
'@babel/runtime': 7.23.7
'@chenshuai2144/sketch-color': 1.0.9(react@18.2.0)
'@umijs/use-params': 1.0.9(react@18.2.0)
antd: 4.24.15(react-dom@18.2.0)(react@18.2.0)
classnames: 2.5.1
dayjs: 1.11.10
lodash.merge: 4.6.2
omit.js: 2.0.2
rc-field-form: 1.41.0(react-dom@18.2.0)(react@18.2.0)
rc-resize-observer: 1.4.0(react-dom@18.2.0)(react@18.2.0)
rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0)
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
dev: false
/@ant-design/pro-form@2.23.1(antd@5.12.7)(rc-field-form@1.41.0)(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-ia4obGA/AmjSm74Fg2fyd+4AI1VyM9Dpu6VYiiAvkO8ZxfyhDzAT1V9zHSCzU9M7Pu/G2hw/8bhovwy5waVtFg==}
peerDependencies:
'@types/lodash.merge': ^4.6.7
antd: ^4.24.15 || ^5.11.2
rc-field-form: ^1.22.0
react: '>=17.0.0'
react-dom: '>=17.0.0'
peerDependenciesMeta:
'@types/lodash.merge':
optional: true
dependencies:
'@ant-design/icons': 5.2.6(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-field': 2.14.2(antd@5.12.7)(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-provider': 2.13.5(antd@5.12.7)(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-utils': 2.15.2(antd@5.12.7)(react-dom@18.2.0)(react@18.2.0)
'@babel/runtime': 7.23.7
'@chenshuai2144/sketch-color': 1.0.9(react@18.2.0)
'@umijs/use-params': 1.0.9(react@18.2.0)
antd: 5.12.7(react-dom@18.2.0)(react@18.2.0)
classnames: 2.5.1
dayjs: 1.11.10
lodash.merge: 4.6.2
omit.js: 2.0.2
rc-field-form: 1.41.0(react-dom@18.2.0)(react@18.2.0)
rc-resize-observer: 1.4.0(react-dom@18.2.0)(react@18.2.0)
rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0)
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
dev: false
/@ant-design/pro-layout@7.17.16(antd@4.24.15)(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-nBQbAJEUkGqQNBqT30FcbcNXHepxySj/O7est1+2iXPXeVeyQYLHBJXcdvCrUrMty6ev3loG8K+6L3DXQkJ/5Q==}
peerDependencies:
antd: ^4.24.15 || ^5.11.2
react: '>=17.0.0'
react-dom: '>=17.0.0'
dependencies:
'@ant-design/icons': 5.2.6(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-provider': 2.13.5(antd@4.24.15)(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-utils': 2.15.2(antd@4.24.15)(react-dom@18.2.0)(react@18.2.0)
'@babel/runtime': 7.23.7
'@umijs/route-utils': 4.0.1
'@umijs/use-params': 1.0.9(react@18.2.0)
antd: 4.24.15(react-dom@18.2.0)(react@18.2.0)
classnames: 2.5.1
lodash.merge: 4.6.2
omit.js: 2.0.2
path-to-regexp: 2.4.0
rc-resize-observer: 1.4.0(react-dom@18.2.0)(react@18.2.0)
rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0)
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
swr: 2.2.4(react@18.2.0)
warning: 4.0.3
dev: false
/@ant-design/pro-layout@7.17.16(antd@5.12.7)(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-nBQbAJEUkGqQNBqT30FcbcNXHepxySj/O7est1+2iXPXeVeyQYLHBJXcdvCrUrMty6ev3loG8K+6L3DXQkJ/5Q==}
peerDependencies:
antd: ^4.24.15 || ^5.11.2
react: '>=17.0.0'
react-dom: '>=17.0.0'
dependencies:
'@ant-design/icons': 5.2.6(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-provider': 2.13.5(antd@5.12.7)(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-utils': 2.15.2(antd@5.12.7)(react-dom@18.2.0)(react@18.2.0)
'@babel/runtime': 7.23.7
'@umijs/route-utils': 4.0.1
'@umijs/use-params': 1.0.9(react@18.2.0)
antd: 5.12.7(react-dom@18.2.0)(react@18.2.0)
classnames: 2.5.1
lodash.merge: 4.6.2
omit.js: 2.0.2
path-to-regexp: 2.4.0
rc-resize-observer: 1.4.0(react-dom@18.2.0)(react@18.2.0)
rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0)
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
swr: 2.2.4(react@18.2.0)
warning: 4.0.3
dev: false
/@ant-design/pro-list@2.5.42(antd@4.24.15)(rc-field-form@1.41.0)(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-wuWQ6+gv9fPY3H6QfXNuaXy+3WjaBvGDIyc3larC3dzkLuuGL6gFZUC3M38srwzXmVHxTEHcGHH4zamraGNFCg==}
peerDependencies:
antd: ^4.24.15 || ^5.11.2
react: '>=17.0.0'
react-dom: '>=17.0.0'
dependencies:
'@ant-design/icons': 5.2.6(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-card': 2.5.27(antd@4.24.15)(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-field': 2.14.2(antd@4.24.15)(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-table': 3.13.11(antd@4.24.15)(rc-field-form@1.41.0)(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-utils': 2.15.2(antd@4.24.15)(react-dom@18.2.0)(react@18.2.0)
'@babel/runtime': 7.23.7
antd: 4.24.15(react-dom@18.2.0)(react@18.2.0)
classnames: 2.5.1
dayjs: 1.11.10
rc-resize-observer: 1.4.0(react-dom@18.2.0)(react@18.2.0)
rc-util: 4.21.1
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
transitivePeerDependencies:
- '@types/lodash.merge'
- rc-field-form
dev: false
/@ant-design/pro-list@2.5.42(antd@5.12.7)(rc-field-form@1.41.0)(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-wuWQ6+gv9fPY3H6QfXNuaXy+3WjaBvGDIyc3larC3dzkLuuGL6gFZUC3M38srwzXmVHxTEHcGHH4zamraGNFCg==}
peerDependencies:
antd: ^4.24.15 || ^5.11.2
react: '>=17.0.0'
react-dom: '>=17.0.0'
dependencies:
'@ant-design/icons': 5.2.6(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-card': 2.5.27(antd@5.12.7)(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-field': 2.14.2(antd@5.12.7)(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-table': 3.13.11(antd@5.12.7)(rc-field-form@1.41.0)(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-utils': 2.15.2(antd@5.12.7)(react-dom@18.2.0)(react@18.2.0)
'@babel/runtime': 7.23.7
antd: 5.12.7(react-dom@18.2.0)(react@18.2.0)
classnames: 2.5.1
dayjs: 1.11.10
rc-resize-observer: 1.4.0(react-dom@18.2.0)(react@18.2.0)
rc-util: 4.21.1
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
transitivePeerDependencies:
- '@types/lodash.merge'
- rc-field-form
dev: false
/@ant-design/pro-provider@2.13.5(antd@4.24.15)(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-ZVmzY2cq4nUvgmAlfgyCAaSZYV2l3n/upIQPXPj8sYcT+N/Pt1CeSVkkgW6By3EqokF6apWdIFU7hZMK2rNhrg==}
peerDependencies:
antd: ^4.24.15 || ^5.11.2
react: '>=17.0.0'
react-dom: '>=17.0.0'
dependencies:
'@ant-design/cssinjs': 1.18.2(react-dom@18.2.0)(react@18.2.0)
'@babel/runtime': 7.23.7
'@ctrl/tinycolor': 3.6.1
antd: 4.24.15(react-dom@18.2.0)(react@18.2.0)
rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0)
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
swr: 2.2.4(react@18.2.0)
dev: false
/@ant-design/pro-provider@2.13.5(antd@5.12.7)(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-ZVmzY2cq4nUvgmAlfgyCAaSZYV2l3n/upIQPXPj8sYcT+N/Pt1CeSVkkgW6By3EqokF6apWdIFU7hZMK2rNhrg==}
peerDependencies:
antd: ^4.24.15 || ^5.11.2
react: '>=17.0.0'
react-dom: '>=17.0.0'
dependencies:
'@ant-design/cssinjs': 1.18.2(react-dom@18.2.0)(react@18.2.0)
'@babel/runtime': 7.23.7
'@ctrl/tinycolor': 3.6.1
antd: 5.12.7(react-dom@18.2.0)(react@18.2.0)
rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0)
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
swr: 2.2.4(react@18.2.0)
dev: false
/@ant-design/pro-skeleton@2.1.10(antd@4.24.15)(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-mrT0lqrwdcAKGWsh8CIiPBnVCwQOg8pNNLUeuVg3zpaKxw6lloUgkrqapmYANHLByamsbrmKNXhR9/OdMOerJw==}
peerDependencies:
antd: ^4.24.15 || ^5.11.2
react: '>=17.0.0'
react-dom: '>=17.0.0'
dependencies:
'@babel/runtime': 7.23.7
antd: 4.24.15(react-dom@18.2.0)(react@18.2.0)
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
dev: false
/@ant-design/pro-skeleton@2.1.10(antd@5.12.7)(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-mrT0lqrwdcAKGWsh8CIiPBnVCwQOg8pNNLUeuVg3zpaKxw6lloUgkrqapmYANHLByamsbrmKNXhR9/OdMOerJw==}
peerDependencies:
antd: ^4.24.15 || ^5.11.2
react: '>=17.0.0'
react-dom: '>=17.0.0'
dependencies:
'@babel/runtime': 7.23.7
antd: 5.12.7(react-dom@18.2.0)(react@18.2.0)
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
dev: false
/@ant-design/pro-table@3.13.11(antd@4.24.15)(rc-field-form@1.41.0)(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-H8vIApenqscN6zTvtN5SX70WOy9JTCAFwYmQrVHNGQxyrsGZC89AltNdQIw/9JpwOjGYR03icrs7SZAnrmZTag==}
peerDependencies:
antd: ^4.24.15 || ^5.11.2
rc-field-form: ^1.22.0
react: '>=17.0.0'
react-dom: '>=17.0.0'
dependencies:
'@ant-design/icons': 5.2.6(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-card': 2.5.27(antd@4.24.15)(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-field': 2.14.2(antd@4.24.15)(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-form': 2.23.1(antd@4.24.15)(rc-field-form@1.41.0)(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-provider': 2.13.5(antd@4.24.15)(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-utils': 2.15.2(antd@4.24.15)(react-dom@18.2.0)(react@18.2.0)
'@babel/runtime': 7.23.7
'@dnd-kit/core': 6.1.0(react-dom@18.2.0)(react@18.2.0)
'@dnd-kit/modifiers': 6.0.1(@dnd-kit/core@6.1.0)(react@18.2.0)
'@dnd-kit/sortable': 7.0.2(@dnd-kit/core@6.1.0)(react@18.2.0)
'@dnd-kit/utilities': 3.2.2(react@18.2.0)
antd: 4.24.15(react-dom@18.2.0)(react@18.2.0)
classnames: 2.5.1
dayjs: 1.11.10
omit.js: 2.0.2
rc-field-form: 1.41.0(react-dom@18.2.0)(react@18.2.0)
rc-resize-observer: 1.4.0(react-dom@18.2.0)(react@18.2.0)
rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0)
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
transitivePeerDependencies:
- '@types/lodash.merge'
dev: false
/@ant-design/pro-table@3.13.11(antd@5.12.7)(rc-field-form@1.41.0)(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-H8vIApenqscN6zTvtN5SX70WOy9JTCAFwYmQrVHNGQxyrsGZC89AltNdQIw/9JpwOjGYR03icrs7SZAnrmZTag==}
peerDependencies:
antd: ^4.24.15 || ^5.11.2
rc-field-form: ^1.22.0
react: '>=17.0.0'
react-dom: '>=17.0.0'
dependencies:
'@ant-design/icons': 5.2.6(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-card': 2.5.27(antd@5.12.7)(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-field': 2.14.2(antd@5.12.7)(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-form': 2.23.1(antd@5.12.7)(rc-field-form@1.41.0)(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-provider': 2.13.5(antd@5.12.7)(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-utils': 2.15.2(antd@5.12.7)(react-dom@18.2.0)(react@18.2.0)
'@babel/runtime': 7.23.7
'@dnd-kit/core': 6.1.0(react-dom@18.2.0)(react@18.2.0)
'@dnd-kit/modifiers': 6.0.1(@dnd-kit/core@6.1.0)(react@18.2.0)
'@dnd-kit/sortable': 7.0.2(@dnd-kit/core@6.1.0)(react@18.2.0)
'@dnd-kit/utilities': 3.2.2(react@18.2.0)
antd: 5.12.7(react-dom@18.2.0)(react@18.2.0)
classnames: 2.5.1
dayjs: 1.11.10
omit.js: 2.0.2
rc-field-form: 1.41.0(react-dom@18.2.0)(react@18.2.0)
rc-resize-observer: 1.4.0(react-dom@18.2.0)(react@18.2.0)
rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0)
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
transitivePeerDependencies:
- '@types/lodash.merge'
dev: false
/@ant-design/pro-utils@2.15.2(antd@4.24.15)(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-kzMT658CGrQqoihKPlZhbnRioovwMhM59vqqVXuT6A+IuyxJhs5pxN73C6sN2+ZoeYCo/Gewnfn9v1/2vHU2Zg==}
peerDependencies:
antd: ^4.24.15 || ^5.11.2
react: '>=17.0.0'
react-dom: '>=17.0.0'
dependencies:
'@ant-design/icons': 5.2.6(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-provider': 2.13.5(antd@4.24.15)(react-dom@18.2.0)(react@18.2.0)
'@babel/runtime': 7.23.7
antd: 4.24.15(react-dom@18.2.0)(react@18.2.0)
classnames: 2.5.1
dayjs: 1.11.10
lodash.merge: 4.6.2
rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0)
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
safe-stable-stringify: 2.4.3
swr: 2.2.4(react@18.2.0)
dev: false
/@ant-design/pro-utils@2.15.2(antd@5.12.7)(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-kzMT658CGrQqoihKPlZhbnRioovwMhM59vqqVXuT6A+IuyxJhs5pxN73C6sN2+ZoeYCo/Gewnfn9v1/2vHU2Zg==}
peerDependencies:
antd: ^4.24.15 || ^5.11.2
react: '>=17.0.0'
react-dom: '>=17.0.0'
dependencies:
'@ant-design/icons': 5.2.6(react-dom@18.2.0)(react@18.2.0)
'@ant-design/pro-provider': 2.13.5(antd@5.12.7)(react-dom@18.2.0)(react@18.2.0)
'@babel/runtime': 7.23.7
antd: 5.12.7(react-dom@18.2.0)(react@18.2.0)
classnames: 2.5.1
dayjs: 1.11.10
lodash.merge: 4.6.2
rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0)
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
safe-stable-stringify: 2.4.3
swr: 2.2.4(react@18.2.0)
dev: false
/@ant-design/react-slick@1.0.2(react@18.2.0):
resolution: {integrity: sha512-Wj8onxL/T8KQLFFiCA4t8eIRGpRR+UPgOdac2sYzonv+i0n3kXHmvHLLiOYL655DQx2Umii9Y9nNgL7ssu5haQ==}
peerDependencies:
react: '>=16.9.0'
dependencies:
'@babel/runtime': 7.23.7
classnames: 2.5.1
json2mq: 0.2.0
react: 18.2.0
resize-observer-polyfill: 1.5.1
throttle-debounce: 5.0.0
dev: false
/@antfu/install-pkg@0.1.1:
resolution: {integrity: sha512-LyB/8+bSfa0DFGC06zpCEfs89/XoWZwws5ygEa5D+Xsm3OfI+aXQ86VgVG7Acyef+rSZ5HE7J8rrxzrQeM3PjQ==}
dependencies:
execa: 5.1.1
find-up: 5.0.0
dev: false
/@antfu/utils@0.7.7:
resolution: {integrity: sha512-gFPqTG7otEJ8uP6wrhDv6mqwGWYZKNvAcCq6u9hOj0c+IKCEsY4L1oC9trPq2SaWIzAfHvqfBDxF591JkMf+kg==}
dev: false
/@babel/code-frame@7.23.5:
resolution: {integrity: sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/highlight': 7.23.4
chalk: 2.4.2
dev: false
/@babel/compat-data@7.23.5:
resolution: {integrity: sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==}
engines: {node: '>=6.9.0'}
dev: false
/@babel/core@7.23.6:
resolution: {integrity: sha512-FxpRyGjrMJXh7X3wGLGhNDCRiwpWEF74sKjTLDJSG5Kyvow3QZaG0Adbqzi9ZrVjTWpsX+2cxWXD71NMg93kdw==}
engines: {node: '>=6.9.0'}
dependencies:
'@ampproject/remapping': 2.2.1
'@babel/code-frame': 7.23.5
'@babel/generator': 7.23.6
'@babel/helper-compilation-targets': 7.23.6
'@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.6)
'@babel/helpers': 7.23.7
'@babel/parser': 7.23.6
'@babel/template': 7.22.15
'@babel/traverse': 7.23.7
'@babel/types': 7.23.6
convert-source-map: 2.0.0
debug: 4.3.4
gensync: 1.0.0-beta.2
json5: 2.2.3
semver: 6.3.1
transitivePeerDependencies:
- supports-color
dev: false
/@babel/core@7.23.7:
resolution: {integrity: sha512-+UpDgowcmqe36d4NwqvKsyPMlOLNGMsfMmQ5WGCu+siCe3t3dfe9njrzGfdN4qq+bcNUt0+Vw6haRxBOycs4dw==}
engines: {node: '>=6.9.0'}
dependencies:
'@ampproject/remapping': 2.2.1
'@babel/code-frame': 7.23.5
'@babel/generator': 7.23.6
'@babel/helper-compilation-targets': 7.23.6
'@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.7)
'@babel/helpers': 7.23.7
'@babel/parser': 7.23.6
'@babel/template': 7.22.15
'@babel/traverse': 7.23.7
'@babel/types': 7.23.6
convert-source-map: 2.0.0
debug: 4.3.4
gensync: 1.0.0-beta.2
json5: 2.2.3
semver: 6.3.1
transitivePeerDependencies:
- supports-color
dev: false
/@babel/eslint-parser@7.23.3(@babel/core@7.23.6)(eslint@8.35.0):
resolution: {integrity: sha512-9bTuNlyx7oSstodm1cR1bECj4fkiknsDa1YniISkJemMY3DGhJNYBECbe6QD/q54mp2J8VO66jW3/7uP//iFCw==}
engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0}
peerDependencies:
'@babel/core': ^7.11.0
eslint: ^7.5.0 || ^8.0.0
dependencies:
'@babel/core': 7.23.6
'@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1
eslint: 8.35.0
eslint-visitor-keys: 2.1.0
semver: 6.3.1
dev: false
/@babel/generator@7.23.6:
resolution: {integrity: sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/types': 7.23.6
'@jridgewell/gen-mapping': 0.3.3
'@jridgewell/trace-mapping': 0.3.20
jsesc: 2.5.2
dev: false
/@babel/helper-annotate-as-pure@7.22.5:
resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/types': 7.23.6
dev: false
/@babel/helper-compilation-targets@7.23.6:
resolution: {integrity: sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/compat-data': 7.23.5
'@babel/helper-validator-option': 7.23.5
browserslist: 4.22.2
lru-cache: 5.1.1
semver: 6.3.1
dev: false
/@babel/helper-environment-visitor@7.22.20:
resolution: {integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==}
engines: {node: '>=6.9.0'}
dev: false
/@babel/helper-function-name@7.23.0:
resolution: {integrity: sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/template': 7.22.15
'@babel/types': 7.23.6
dev: false
/@babel/helper-hoist-variables@7.22.5:
resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/types': 7.23.6
dev: false
/@babel/helper-module-imports@7.22.15:
resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/types': 7.23.6
dev: false
/@babel/helper-module-transforms@7.23.3(@babel/core@7.23.6):
resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
'@babel/core': 7.23.6
'@babel/helper-environment-visitor': 7.22.20
'@babel/helper-module-imports': 7.22.15
'@babel/helper-simple-access': 7.22.5
'@babel/helper-split-export-declaration': 7.22.6
'@babel/helper-validator-identifier': 7.22.20
dev: false
/@babel/helper-module-transforms@7.23.3(@babel/core@7.23.7):
resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
'@babel/core': 7.23.7
'@babel/helper-environment-visitor': 7.22.20
'@babel/helper-module-imports': 7.22.15
'@babel/helper-simple-access': 7.22.5
'@babel/helper-split-export-declaration': 7.22.6
'@babel/helper-validator-identifier': 7.22.20
dev: false
/@babel/helper-plugin-utils@7.22.5:
resolution: {integrity: sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==}
engines: {node: '>=6.9.0'}
dev: false
/@babel/helper-simple-access@7.22.5:
resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/types': 7.23.6
dev: false
/@babel/helper-split-export-declaration@7.22.6:
resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/types': 7.23.6
dev: false
/@babel/helper-string-parser@7.23.4:
resolution: {integrity: sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==}
engines: {node: '>=6.9.0'}
dev: false
/@babel/helper-validator-identifier@7.22.20:
resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==}
engines: {node: '>=6.9.0'}
dev: false
/@babel/helper-validator-option@7.23.5:
resolution: {integrity: sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==}
engines: {node: '>=6.9.0'}
dev: false
/@babel/helpers@7.23.7:
resolution: {integrity: sha512-6AMnjCoC8wjqBzDHkuqpa7jAKwvMo4dC+lr/TFBz+ucfulO1XMpDnwWPGBNwClOKZ8h6xn5N81W/R5OrcKtCbQ==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/template': 7.22.15
'@babel/traverse': 7.23.7
'@babel/types': 7.23.6
transitivePeerDependencies:
- supports-color
dev: false
/@babel/highlight@7.23.4:
resolution: {integrity: sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/helper-validator-identifier': 7.22.20
chalk: 2.4.2
js-tokens: 4.0.0
dev: false
/@babel/parser@7.23.6:
resolution: {integrity: sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ==}
engines: {node: '>=6.0.0'}
hasBin: true
dependencies:
'@babel/types': 7.23.6
dev: false
/@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.23.7):
resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.23.7):
resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.23.7):
resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.23.7):
resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.23.7):
resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-syntax-jsx@7.23.3(@babel/core@7.23.7):
resolution: {integrity: sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.23.7):
resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.23.7):
resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.23.7):
resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.23.7):
resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.23.7):
resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.23.7):
resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==}
peerDependencies: