forked from nuwax-ai/nuwax
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-lock.yaml
More file actions
21941 lines (17402 loc) · 747 KB
/
pnpm-lock.yaml
File metadata and controls
21941 lines (17402 loc) · 747 KB
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: '9.0'
settings:
autoInstallPeers: true
excludeLinksFromLockfile: false
importers:
.:
dependencies:
'@ant-design/icons':
specifier: ^5.0.1
version: 5.6.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
'@ant-design/pro-components':
specifier: 2.8.10
version: 2.8.10(antd@5.26.7(date-fns@2.30.0)(moment@2.30.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(rc-field-form@2.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
'@ant-design/x':
specifier: ^1.0.5
version: 1.6.0(@types/node@24.9.1)(antd@5.26.7(date-fns@2.30.0)(moment@2.30.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(rollup@3.29.5)(typescript@5.8.3)(vite@4.5.2(@types/node@24.9.1)(less@4.1.3)(lightningcss@1.22.1)(terser@5.44.0))
'@antv/x6':
specifier: ^2.18.1
version: 2.18.1
'@antv/x6-plugin-clipboard':
specifier: ^2.1.6
version: 2.1.6(@antv/x6@2.18.1)
'@antv/x6-plugin-history':
specifier: ^2.2.4
version: 2.2.4(@antv/x6@2.18.1)
'@antv/x6-plugin-keyboard':
specifier: ^2.2.3
version: 2.2.3(@antv/x6@2.18.1)
'@antv/x6-plugin-selection':
specifier: ^2.2.2
version: 2.2.2(@antv/x6@2.18.1)
'@antv/x6-plugin-snapline':
specifier: ^2.1.7
version: 2.1.7(@antv/x6@2.18.1)
'@antv/x6-plugin-stencil':
specifier: ^2.1.5
version: 2.1.5(@antv/x6@2.18.1)
'@antv/x6-plugin-transform':
specifier: ^2.1.8
version: 2.1.8(@antv/x6@2.18.1)
'@antv/x6-react-shape':
specifier: ^2.2.3
version: 2.2.3(@antv/x6@2.18.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
'@babel/standalone':
specifier: ^7.28.4
version: 7.28.4
'@dnd-kit/core':
specifier: ^6.3.1
version: 6.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
'@dnd-kit/modifiers':
specifier: ^6.0.0
version: 6.0.1(@dnd-kit/core@6.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)
'@dnd-kit/sortable':
specifier: ^10.0.0
version: 10.0.0(@dnd-kit/core@6.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)
'@dnd-kit/utilities':
specifier: ^3.2.2
version: 3.2.2(react@18.3.1)
'@js-preview/docx':
specifier: ^1.6.4
version: 1.6.4(core-js@3.34.0)
'@js-preview/excel':
specifier: ^1.7.14
version: 1.7.14
'@js-preview/pdf':
specifier: ^2.0.10
version: 2.0.10
'@microsoft/fetch-event-source':
specifier: ^2.0.1
version: 2.0.1
'@monaco-editor/react':
specifier: ^4.6.0
version: 4.7.0(monaco-editor@0.53.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
'@tiptap/core':
specifier: ^2.27.1
version: 2.27.1(@tiptap/pm@2.27.1)
'@tiptap/pm':
specifier: ^2.27.1
version: 2.27.1
'@tiptap/react':
specifier: ^2.27.1
version: 2.27.1(@tiptap/core@2.27.1(@tiptap/pm@2.27.1))(@tiptap/pm@2.27.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
'@tiptap/starter-kit':
specifier: ^2.27.1
version: 2.27.1
'@tiptap/suggestion':
specifier: ^2.27.1
version: 2.27.1(@tiptap/core@2.27.1(@tiptap/pm@2.27.1))(@tiptap/pm@2.27.1)
'@types/markdown-it':
specifier: ^14.1.2
version: 14.1.2
'@umijs/max':
specifier: ^4.4.2
version: 4.4.11(@babel/core@7.28.0)(@types/node@24.9.1)(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(dva@2.5.0-beta.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(lightningcss@1.22.1)(prettier@2.8.8)(rc-field-form@2.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(rollup@3.29.5)(terser@5.44.0)(type-fest@1.4.0)(typescript@5.8.3)(webpack@5.101.0(esbuild@0.27.0))
'@umijs/utils':
specifier: ^4.4.11
version: 4.4.11
ahooks:
specifier: ^3.8.4
version: 3.9.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
antd:
specifier: ^5.4.0
version: 5.26.7(date-fns@2.30.0)(moment@2.30.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
classnames:
specifier: 2.0.0
version: 2.0.0
copy-webpack-plugin:
specifier: 11.0.0
version: 11.0.0(webpack@5.101.0(esbuild@0.27.0))
create-puzzle:
specifier: ^3.0.2
version: 3.0.3
dayjs:
specifier: ^1.11.13
version: 1.11.13
ds-markdown:
specifier: ' 0.1.10-beta.1'
version: 0.1.10-beta.1(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
ds-markdown-mermaid-plugin:
specifier: ^0.0.3
version: 0.0.3(ds-markdown@0.1.10-beta.1(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
globby:
specifier: ^14.1.0
version: 14.1.0
html2canvas:
specifier: ^1.4.1
version: 1.4.1
insert-css:
specifier: ^2.0.0
version: 2.0.0
jspdf:
specifier: ^3.0.4
version: 3.0.4
lodash:
specifier: ^4.17.21
version: 4.17.21
markdown-it:
specifier: ^14.1.0
version: 14.1.0
mermaid:
specifier: 9.4.3
version: 9.4.3
monaco-editor:
specifier: 0.53.0
version: 0.53.0
monaco-editor-webpack-plugin:
specifier: 7.0.1
version: 7.0.1(monaco-editor@0.53.0)(webpack@5.101.0(esbuild@0.27.0))
pptx-preview:
specifier: ^1.0.7
version: 1.0.7
prismjs:
specifier: ^1.30.0
version: 1.30.0
prompt-kit-editor:
specifier: ^0.1.3
version: 0.1.3(@babel/core@7.28.0)(@babel/template@7.27.2)(@codemirror/autocomplete@6.19.0)(@codemirror/language@6.11.3)(@codemirror/merge@6.11.0)(@codemirror/state@6.5.2)(@codemirror/view@6.38.5)(@lezer/common@1.2.3)(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3))
rc-slider-captcha:
specifier: ^1.7.1
version: 1.7.3(react@18.3.1)
react:
specifier: 18.3.1
version: 18.3.1
react-beautiful-dnd:
specifier: ^13.1.1
version: 13.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
react-copy-to-clipboard:
specifier: ^5.1.0
version: 5.1.0(react@18.3.1)
react-dom:
specifier: 18.3.1
version: 18.3.1(react@18.3.1)
react-draggable:
specifier: ^4.5.0
version: 4.5.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
react-infinite-scroll-component:
specifier: ^6.1.0
version: 6.1.0(react@18.3.1)
react-markdown:
specifier: ^10.1.0
version: 10.1.0(@types/react@18.3.23)(react@18.3.1)
react-scroll-to-bottom:
specifier: ^4.2.0
version: 4.2.0(@babel/core@7.28.0)(react@18.3.1)
react-sticky-box:
specifier: ^2.0.5
version: 2.0.5(react@18.3.1)
rehype-katex:
specifier: ^7.0.1
version: 7.0.1
rehype-prism:
specifier: ^2.3.3
version: 2.3.3(unified@11.0.5)
rehype-raw:
specifier: ^7.0.0
version: 7.0.0
rehype-stringify:
specifier: ^10.0.1
version: 10.0.1
remark-gfm:
specifier: ^4.0.1
version: 4.0.1
remark-math:
specifier: ^6.0.0
version: 6.0.0
turndown:
specifier: ^7.2.1
version: 7.2.1
unist-util-visit:
specifier: ^5.0.0
version: 5.0.0
ut2:
specifier: ^1.15.0
version: 1.20.1
uuid:
specifier: ^11.1.0
version: 11.1.0
devDependencies:
'@testing-library/jest-dom':
specifier: ^6.9.1
version: 6.9.1
'@testing-library/react':
specifier: ^16.3.0
version: 16.3.0(@testing-library/dom@10.4.1)(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
'@testing-library/user-event':
specifier: ^14.6.1
version: 14.6.1(@testing-library/dom@10.4.1)
'@types/clean-css':
specifier: ^4.2.11
version: 4.2.11
'@types/lodash':
specifier: ^4.17.16
version: 4.17.20
'@types/prismjs':
specifier: ^1.26.5
version: 1.26.5
'@types/react':
specifier: ^18.0.33
version: 18.3.23
'@types/react-copy-to-clipboard':
specifier: ^5.0.7
version: 5.0.7
'@types/react-dom':
specifier: ^18.0.11
version: 18.3.7(@types/react@18.3.23)
'@types/react-scroll-to-bottom':
specifier: ^4.2.5
version: 4.2.5
'@types/testing-library__jest-dom':
specifier: ^6.0.0
version: 6.0.0
'@types/turndown':
specifier: ^5.0.5
version: 5.0.5
clean-css:
specifier: ^5.3.3
version: 5.3.3
cross-env:
specifier: ^7.0.3
version: 7.0.3
esbuild:
specifier: ^0.27.0
version: 0.27.0
husky:
specifier: ^9.1.7
version: 9.1.7
jsdom:
specifier: ^27.3.0
version: 27.3.0(postcss@8.5.6)
lint-staged:
specifier: ^13.2.0
version: 13.3.0
prettier:
specifier: ^2.8.7
version: 2.8.8
prettier-plugin-organize-imports:
specifier: ^3.2.2
version: 3.2.4(prettier@2.8.8)(typescript@5.8.3)
prettier-plugin-packagejson:
specifier: ^2.4.3
version: 2.5.19(prettier@2.8.8)
standard-version:
specifier: ^9.5.0
version: 9.5.0
typescript:
specifier: ^5.0.3
version: 5.8.3
vitest:
specifier: ^4.0.15
version: 4.0.15(@types/node@24.9.1)(jiti@1.21.7)(jsdom@27.3.0(postcss@8.5.6))(less@4.1.3)(lightningcss@1.22.1)(terser@5.44.0)
packages:
'@acemir/cssom@0.9.28':
resolution: {integrity: sha512-LuS6IVEivI75vKN8S04qRD+YySP0RmU/cV8UNukhQZvprxF+76Z43TNo/a08eCodaGhT1Us8etqS1ZRY9/Or0A==}
'@adobe/css-tools@4.4.4':
resolution: {integrity: sha512-Elp+iwUx5rN5+Y8xLt5/GRoG20WGoDCQ/1Fb+1LiGtvwbDavuSk0jhD/eZdckHAuzcDzccnkv+rEjyWfRx18gg==}
'@ahooksjs/use-request@2.8.15':
resolution: {integrity: sha512-xhVaM4fyIiAMdVFuuU5i3CFUdFa/IblF+fvITVMFaUEO3w/V5tVCAF6WIA3T03n1/RPuzRkA7Ao1PFtSGtGelw==}
peerDependencies:
react: ^16.8.0 || ^17.0.0
'@ampproject/remapping@2.3.0':
resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==}
engines: {node: '>=6.0.0'}
'@ant-design/antd-theme-variable@1.0.0':
resolution: {integrity: sha512-0vr5GCwM7xlAl6NxG1lPbABO+SYioNJL3HVy2FA8wTlsIMoZvQwcwsxTw6eLQCiN9V2UQ8kBtfz8DW8utVVE5w==}
'@ant-design/colors@6.0.0':
resolution: {integrity: sha512-qAZRvPzfdWHtfameEGP2Qvuf838NhergR35o+EuVyB5XvSA98xod5r4utvi4TJ3ywmevm290g9nsCG5MryrdWQ==}
'@ant-design/colors@7.2.1':
resolution: {integrity: sha512-lCHDcEzieu4GA3n8ELeZ5VQ8pKQAWcGGLRTQ50aQM2iqPpq2evTxER84jfdPvsPAtEcZ7m44NI45edFMo8oOYQ==}
'@ant-design/cssinjs-utils@1.1.3':
resolution: {integrity: sha512-nOoQMLW1l+xR1Co8NFVYiP8pZp3VjIIzqV6D6ShYF2ljtdwWJn5WSsH+7kvCktXL/yhEtWURKOfH5Xz/gzlwsg==}
peerDependencies:
react: '>=16.9.0'
react-dom: '>=16.9.0'
'@ant-design/cssinjs@1.24.0':
resolution: {integrity: sha512-K4cYrJBsgvL+IoozUXYjbT6LHHNt+19a9zkvpBPxLjFHas1UpPM2A5MlhROb0BT8N8WoavM5VsP9MeSeNK/3mg==}
peerDependencies:
react: '>=16.0.0'
react-dom: '>=16.0.0'
'@ant-design/fast-color@2.0.6':
resolution: {integrity: sha512-y2217gk4NqL35giHl72o6Zzqji9O7vHh9YmhUVkPtAOpoTCH4uWxo/pr4VE8t0+ChEPs0qo4eJRC5Q1eXWo3vA==}
engines: {node: '>=8.x'}
'@ant-design/icons-svg@4.4.2':
resolution: {integrity: sha512-vHbT+zJEVzllwP+CM+ul7reTEfBR0vgxFe7+lREAsAA7YGsYpboiq2sQNeQeRvh09GfQgs/GyFEvZpJ9cLXpXA==}
'@ant-design/icons@4.8.3':
resolution: {integrity: sha512-HGlIQZzrEbAhpJR6+IGdzfbPym94Owr6JZkJ2QCCnOkPVIWMO2xgIVcOKnl8YcpijIo39V7l2qQL5fmtw56cMw==}
engines: {node: '>=8'}
peerDependencies:
react: '>=16.0.0'
react-dom: '>=16.0.0'
'@ant-design/icons@5.6.1':
resolution: {integrity: sha512-0/xS39c91WjPAZOWsvi1//zjx6kAp4kxWwctR6kuU6p133w8RU0D2dSCvZC19uQyharg/sAvYxGYWl01BbZZfg==}
engines: {node: '>=8'}
peerDependencies:
react: '>=16.0.0'
react-dom: '>=16.0.0'
'@ant-design/moment-webpack-plugin@0.0.3':
resolution: {integrity: sha512-MLm1FUpg02fP615ShQnCUN9la2E4RylDxKyolkGqAWTIHO4HyGM0A5x71AMALEyP/bC+UEEWBGSQ+D4/8hQ+ww==}
'@ant-design/pro-card@2.10.0':
resolution: {integrity: sha512-sLONn1odmE0Wkbse8pol4WiaEzBV8JU5s3FAMflPpycfUcbSaa1ktXzQ7LCo2SAvOS7gkfmpFjBPtrfbigKh4g==}
peerDependencies:
antd: ^4.24.15 || ^5.11.2
react: '>=17.0.0'
'@ant-design/pro-components@2.8.10':
resolution: {integrity: sha512-QHnnIXdmC5GTAtm6i8eeJy5yT9npPlFyxpDm+duiDrTRKRFaAQBduArxlH3DA/hoRCCypzPONxfK9BQNIhIyZA==}
peerDependencies:
antd: ^4.24.15 || ^5.11.2
react: '>=17.0.0'
react-dom: '>=17.0.0'
'@ant-design/pro-descriptions@2.6.10':
resolution: {integrity: sha512-+4MbiOfumnWlW0Awm4m8JML5o3lR649FD24AaivCmr8BQvIAAXdTITnDMXEg8BqvdP4KOvNsStZrvYfqoev33A==}
peerDependencies:
antd: ^4.24.15 || ^5.11.2
react: '>=17.0.0'
'@ant-design/pro-field@3.1.0':
resolution: {integrity: sha512-+Dgp31WjD+iwg9KIRAMgNkfQivkJKMcYBrIBmho1e8ep/O0HgWSp48g70tBIWi/Lfem/Ky2schF7O8XCFouczw==}
peerDependencies:
antd: ^4.24.15 || ^5.11.2
react: '>=17.0.0'
'@ant-design/pro-form@2.32.0':
resolution: {integrity: sha512-GZnVAMeYv+YHJb17lJ7rX5PYuQPvEA6EotQnPbHi9tGLN3PfexcAd21rqzuO+OrulU2x7TEMDIxtY9MzvvOGbg==}
peerDependencies:
antd: ^4.24.15 || ^5.11.2
rc-field-form: '>=1.22.0'
react: '>=17.0.0'
react-dom: '>=17.0.0'
'@ant-design/pro-layout@7.22.7':
resolution: {integrity: sha512-fvmtNA1r9SaasVIQIQt611VSlNxtVxDbQ3e+1GhYQza3tVJi/3gCZuDyfMfTnbLmf3PaW/YvLkn7MqDbzAzoLA==}
peerDependencies:
antd: ^4.24.15 || ^5.11.2
react: '>=17.0.0'
react-dom: '>=17.0.0'
'@ant-design/pro-list@2.6.10':
resolution: {integrity: sha512-xSWwnqCr+hPEYR4qY7nFUaxO5RQBxNlFaPNmobP2i+Im31slk9JuAusgWeIYO0mNhLJuLbxd8CCma2AZij3fBQ==}
peerDependencies:
antd: ^4.24.15 || ^5.11.2
react: '>=17.0.0'
react-dom: '>=17.0.0'
'@ant-design/pro-provider@2.16.2':
resolution: {integrity: sha512-0KmCH1EaOND787Jz6VRMYtLNZmqfT0JPjdUfxhyOxFfnBRfrjyfZgIa6CQoAJLEUMWv57PccWS8wRHVUUk2Yiw==}
peerDependencies:
antd: ^4.24.15 || ^5.11.2
react: '>=17.0.0'
react-dom: '>=17.0.0'
'@ant-design/pro-skeleton@2.2.1':
resolution: {integrity: sha512-3M2jNOZQZWEDR8pheY00OkHREfb0rquvFZLCa6DypGmiksiuuYuR9Y4iA82ZF+mva2FmpHekdwbje/GpbxqBeg==}
peerDependencies:
antd: ^4.24.15 || ^5.11.2
react: '>=17.0.0'
react-dom: '>=17.0.0'
'@ant-design/pro-table@3.21.0':
resolution: {integrity: sha512-sI81d3FYRv5sXamUc+M5CsHZ9CchuUQgOAPzo5H4oPAVL5h+mkYGRsBzPsxQX7khTNpWjrAtPoRm5ipx3vvWog==}
peerDependencies:
antd: ^4.24.15 || ^5.11.2
rc-field-form: '>=1.22.0'
react: '>=17.0.0'
react-dom: '>=17.0.0'
'@ant-design/pro-utils@2.18.0':
resolution: {integrity: sha512-8+ikyrN8L8a8Ph4oeHTOJEiranTj18+9+WHCHjKNdEfukI7Rjn8xpYdLJWb2AUJkb9d4eoAqjd5+k+7w81Df0w==}
peerDependencies:
antd: ^4.24.15 || ^5.11.2
react: '>=17.0.0'
react-dom: '>=17.0.0'
'@ant-design/react-slick@1.0.2':
resolution: {integrity: sha512-Wj8onxL/T8KQLFFiCA4t8eIRGpRR+UPgOdac2sYzonv+i0n3kXHmvHLLiOYL655DQx2Umii9Y9nNgL7ssu5haQ==}
peerDependencies:
react: '>=16.9.0'
'@ant-design/react-slick@1.1.2':
resolution: {integrity: sha512-EzlvzE6xQUBrZuuhSAFTdsr4P2bBBHGZwKFemEfq8gIGyIQCxalYfZW/T2ORbtQx5rU69o+WycP3exY/7T1hGA==}
peerDependencies:
react: '>=16.9.0'
'@ant-design/x@1.6.0':
resolution: {integrity: sha512-rtDmlJJ6oSvEFlfwHTmc3jkPTKrx7+0uiu/tnKrVE5qm6Da0o5juYk58Uwz5osWb9anMqtl7q42b4hWvd8XZkg==}
peerDependencies:
antd: ^5.20.3
react: '>=18.0.0'
react-dom: '>=18.0.0'
'@antfu/install-pkg@0.1.1':
resolution: {integrity: sha512-LyB/8+bSfa0DFGC06zpCEfs89/XoWZwws5ygEa5D+Xsm3OfI+aXQ86VgVG7Acyef+rSZ5HE7J8rrxzrQeM3PjQ==}
'@antfu/install-pkg@1.1.0':
resolution: {integrity: sha512-MGQsmw10ZyI+EJo45CdSER4zEb+p31LpDAFp2Z3gkSd1yqVZGi0Ebx++YTEMonJy4oChEMLsxZ64j8FH6sSqtQ==}
'@antfu/utils@0.7.10':
resolution: {integrity: sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==}
'@antfu/utils@8.1.1':
resolution: {integrity: sha512-Mex9nXf9vR6AhcXmMrlz/HVgYYZpVGJ6YlPgwl7UnaFpnshXs6EK/oa5Gpf3CzENMjkvEx2tQtntGnb7UtSTOQ==}
'@antv/x6-common@2.0.17':
resolution: {integrity: sha512-37g7vmRkNdYzZPdwjaMSZEGv/MMH0S4r70/Jwoab1mioycmuIBN73iyziX8m56BvJSDucZ3J/6DU07otWqzS6A==}
'@antv/x6-geometry@2.0.5':
resolution: {integrity: sha512-MId6riEQkxphBpVeTcL4ZNXL4lScyvDEPLyIafvWMcWNTGK0jgkK7N20XSzqt8ltJb0mGUso5s56mrk8ysHu2A==}
'@antv/x6-plugin-clipboard@2.1.6':
resolution: {integrity: sha512-roZPLnZx6PK8MBvee0QMo90fz/TXeF0WNe4EGin2NBq5M1I5XTWrYvA6N2XVIiWAAI67gjQeEE8TpkL7f8QdqA==}
peerDependencies:
'@antv/x6': ^2.x
'@antv/x6-plugin-dnd@2.1.1':
resolution: {integrity: sha512-v0szzik1RkadPDn4Qi5mOSaB2AeI78D40/YuCYbPVzplG+HydGsHwO3MLTgJPQ+R5n0eM0W5F850p1VfTOHR7g==}
peerDependencies:
'@antv/x6': ^2.x
'@antv/x6-plugin-history@2.2.4':
resolution: {integrity: sha512-9gHHvEW4Fla+1hxUV49zNgJyIMoV9CjVM52MrFgAJcvyRn1Kvxz4MfxiKlG+DEZUs+/zvfjl9pS6gJOd8laRkg==}
peerDependencies:
'@antv/x6': ^2.x
'@antv/x6-plugin-keyboard@2.2.3':
resolution: {integrity: sha512-pnCIC+mDyKKfkcDyLePfGxKVIqXBcldTgannITkHC1kc0IafRS1GMvzpvuDGrM5haRYd6Nwz8kjkJyHkJE4GPA==}
peerDependencies:
'@antv/x6': ^2.x
'@antv/x6-plugin-selection@2.2.2':
resolution: {integrity: sha512-s2gtR9Onlhr7HOHqyqg0d+4sG76JCcQEbvrZZ64XmSChlvieIPlC3YtH4dg1KMNhYIuBmBmpSum6S0eVTEiPQw==}
peerDependencies:
'@antv/x6': ^2.x
'@antv/x6-plugin-snapline@2.1.7':
resolution: {integrity: sha512-AsysoCb9vES0U2USNhEpYuO/W8I0aYfkhlbee5Kt4NYiMfQfZKQyqW/YjDVaS2pm38C1NKu1LdPVk/BBr4CasA==}
peerDependencies:
'@antv/x6': ^2.x
'@antv/x6-plugin-stencil@2.1.5':
resolution: {integrity: sha512-q7wx7XRMFkUKPv3WsHkvZda6O1GW+6q6H/+c1lcrwlQoEKOFv1Djc4Hu2J4SGhV2z98P2JLfVJiT5m7YoOoCHw==}
peerDependencies:
'@antv/x6': ^2.x
'@antv/x6-plugin-transform@2.1.8':
resolution: {integrity: sha512-GvJuiJ4BKp0H7+qx3R1I+Vzbw5gXp9+oByXo/WyVxE3urOC7LC5sqnaDfIjyYMN6ROLPYPZraLSeSyYBgMgcDw==}
peerDependencies:
'@antv/x6': ^2.x
'@antv/x6-react-shape@2.2.3':
resolution: {integrity: sha512-42PGxk3XLnx9bsHQiRPauai5UQCrsh0MbWI3MyHRpjQaC30FK1rqyjH/EJ8qH0p6/cAndszZzCaiPqBbs3FqLQ==}
peerDependencies:
'@antv/x6': ^2.x
react: '>=18.0.0'
react-dom: '>= 18.0.0'
'@antv/x6@2.18.1':
resolution: {integrity: sha512-FkWdbLOpN9J7dfJ+kiBxzowSx2N6syBily13NMVdMs+wqC6Eo5sLXWCZjQHateTFWgFw7ZGi2y9o3Pmdov1sXw==}
'@asamuzakjp/css-color@4.1.0':
resolution: {integrity: sha512-9xiBAtLn4aNsa4mDnpovJvBn72tNEIACyvlqaNJ+ADemR+yeMJWnBudOi2qGDviJa7SwcDOU/TRh5dnET7qk0w==}
'@asamuzakjp/dom-selector@6.7.6':
resolution: {integrity: sha512-hBaJER6A9MpdG3WgdlOolHmbOYvSk46y7IQN/1+iqiCuUu6iWdQrs9DGKF8ocqsEqWujWf/V7b7vaDgiUmIvUg==}
'@asamuzakjp/nwsapi@2.3.9':
resolution: {integrity: sha512-n8GuYSrI9bF7FFZ/SjhwevlHc8xaVlb/7HmHelnc/PZXBD2ZR49NnN9sMMuDdEGPeeRQ5d0hqlSlEpgCX3Wl0Q==}
'@babel/code-frame@7.27.1':
resolution: {integrity: sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==}
engines: {node: '>=6.9.0'}
'@babel/compat-data@7.28.0':
resolution: {integrity: sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==}
engines: {node: '>=6.9.0'}
'@babel/core@7.23.6':
resolution: {integrity: sha512-FxpRyGjrMJXh7X3wGLGhNDCRiwpWEF74sKjTLDJSG5Kyvow3QZaG0Adbqzi9ZrVjTWpsX+2cxWXD71NMg93kdw==}
engines: {node: '>=6.9.0'}
'@babel/core@7.28.0':
resolution: {integrity: sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==}
engines: {node: '>=6.9.0'}
'@babel/eslint-parser@7.23.3':
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
'@babel/generator@7.2.0':
resolution: {integrity: sha512-BA75MVfRlFQG2EZgFYIwyT1r6xSkwfP2bdkY/kLZusEYWiJs4xCowab/alaEaT0wSvmVuXGqiefeBlP+7V1yKg==}
'@babel/generator@7.28.0':
resolution: {integrity: sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg==}
engines: {node: '>=6.9.0'}
'@babel/helper-annotate-as-pure@7.27.3':
resolution: {integrity: sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==}
engines: {node: '>=6.9.0'}
'@babel/helper-compilation-targets@7.27.2':
resolution: {integrity: sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==}
engines: {node: '>=6.9.0'}
'@babel/helper-globals@7.28.0':
resolution: {integrity: sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==}
engines: {node: '>=6.9.0'}
'@babel/helper-module-imports@7.27.1':
resolution: {integrity: sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==}
engines: {node: '>=6.9.0'}
'@babel/helper-module-transforms@7.27.3':
resolution: {integrity: sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
'@babel/helper-plugin-utils@7.27.1':
resolution: {integrity: sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==}
engines: {node: '>=6.9.0'}
'@babel/helper-simple-access@7.27.1':
resolution: {integrity: sha512-OU4zVQrJgFBNXMjrHs1yFSdlTgufO4tefcUZoqNhukVfw0p8x1Asht/gcGZ3bpHbi8gu/76m4JhrlKPqkrs/WQ==}
engines: {node: '>=6.9.0'}
'@babel/helper-string-parser@7.27.1':
resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==}
engines: {node: '>=6.9.0'}
'@babel/helper-validator-identifier@7.27.1':
resolution: {integrity: sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==}
engines: {node: '>=6.9.0'}
'@babel/helper-validator-identifier@7.28.5':
resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==}
engines: {node: '>=6.9.0'}
'@babel/helper-validator-option@7.27.1':
resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==}
engines: {node: '>=6.9.0'}
'@babel/helpers@7.28.2':
resolution: {integrity: sha512-/V9771t+EgXz62aCcyofnQhGM8DQACbRhvzKFsXKC9QM+5MadF8ZmIm0crDMaz3+o0h0zXfJnd4EhbYbxsrcFw==}
engines: {node: '>=6.9.0'}
'@babel/parser@7.28.0':
resolution: {integrity: sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==}
engines: {node: '>=6.0.0'}
hasBin: true
'@babel/parser@7.28.5':
resolution: {integrity: sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==}
engines: {node: '>=6.0.0'}
hasBin: true
'@babel/plugin-syntax-async-generators@7.8.4':
resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==}
peerDependencies:
'@babel/core': ^7.0.0-0
'@babel/plugin-syntax-bigint@7.8.3':
resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==}
peerDependencies:
'@babel/core': ^7.0.0-0
'@babel/plugin-syntax-class-properties@7.12.13':
resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==}
peerDependencies:
'@babel/core': ^7.0.0-0
'@babel/plugin-syntax-class-static-block@7.14.5':
resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
'@babel/plugin-syntax-import-attributes@7.27.1':
resolution: {integrity: sha512-oFT0FrKHgF53f4vOsZGi2Hh3I35PfSmVs4IBFLFj4dnafP+hIWDLg3VyKmUHfLoLHlyxY4C7DGtmHuJgn+IGww==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
'@babel/plugin-syntax-import-meta@7.10.4':
resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==}
peerDependencies:
'@babel/core': ^7.0.0-0
'@babel/plugin-syntax-json-strings@7.8.3':
resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==}
peerDependencies:
'@babel/core': ^7.0.0-0
'@babel/plugin-syntax-jsx@7.27.1':
resolution: {integrity: sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
'@babel/plugin-syntax-logical-assignment-operators@7.10.4':
resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==}
peerDependencies:
'@babel/core': ^7.0.0-0
'@babel/plugin-syntax-nullish-coalescing-operator@7.8.3':
resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==}
peerDependencies:
'@babel/core': ^7.0.0-0
'@babel/plugin-syntax-numeric-separator@7.10.4':
resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==}
peerDependencies:
'@babel/core': ^7.0.0-0
'@babel/plugin-syntax-object-rest-spread@7.8.3':
resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==}
peerDependencies:
'@babel/core': ^7.0.0-0
'@babel/plugin-syntax-optional-catch-binding@7.8.3':
resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==}
peerDependencies:
'@babel/core': ^7.0.0-0
'@babel/plugin-syntax-optional-chaining@7.8.3':
resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==}
peerDependencies:
'@babel/core': ^7.0.0-0
'@babel/plugin-syntax-private-property-in-object@7.14.5':
resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
'@babel/plugin-syntax-top-level-await@7.14.5':
resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
'@babel/plugin-transform-modules-commonjs@7.23.3':
resolution: {integrity: sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
'@babel/plugin-transform-react-jsx-self@7.27.1':
resolution: {integrity: sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
'@babel/plugin-transform-react-jsx-source@7.27.1':
resolution: {integrity: sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
'@babel/runtime-corejs3@7.28.4':
resolution: {integrity: sha512-h7iEYiW4HebClDEhtvFObtPmIvrd1SSfpI9EhOeKk4CtIK/ngBWFpuhCzhdmRKtg71ylcue+9I6dv54XYO1epQ==}
engines: {node: '>=6.9.0'}
'@babel/runtime@7.23.6':
resolution: {integrity: sha512-zHd0eUrf5GZoOWVCXp6koAKQTfZV07eit6bGPmJgnZdnSAvvZee6zniW2XMF7Cmc4ISOOnPy3QaSiIJGJkVEDQ==}
engines: {node: '>=6.9.0'}
'@babel/runtime@7.28.2':
resolution: {integrity: sha512-KHp2IflsnGywDjBWDkR9iEqiWSpc8GIi0lgTT3mOElT0PP1tG26P4tmFI2YvAdzgq9RGyoHZQEIEdZy6Ec5xCA==}
engines: {node: '>=6.9.0'}
'@babel/runtime@7.28.4':
resolution: {integrity: sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==}
engines: {node: '>=6.9.0'}
'@babel/standalone@7.28.4':
resolution: {integrity: sha512-Qc1BNCfuJZBKs2SC5lqRmSYOw7Ka0X7urZQ7oVsGIax4eGDUIHX+CDg752N4jDxC2rbBh3li098ReGOtjT0x4g==}
engines: {node: '>=6.9.0'}
'@babel/template@7.27.2':
resolution: {integrity: sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==}
engines: {node: '>=6.9.0'}
'@babel/traverse@7.28.0':
resolution: {integrity: sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==}
engines: {node: '>=6.9.0'}
'@babel/types@7.28.2':
resolution: {integrity: sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==}
engines: {node: '>=6.9.0'}
'@babel/types@7.28.4':
resolution: {integrity: sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==}
engines: {node: '>=6.9.0'}
'@babel/types@7.28.5':
resolution: {integrity: sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==}
engines: {node: '>=6.9.0'}
'@bloomberg/record-tuple-polyfill@0.0.4':
resolution: {integrity: sha512-h0OYmPR3A5Dfbetra/GzxBAzQk8sH7LhRkRUTdagX6nrtlUgJGYCTv4bBK33jsTQw9HDd8PE2x1Ma+iRKEDUsw==}
'@braintree/sanitize-url@6.0.4':
resolution: {integrity: sha512-s3jaWicZd0pkP0jf5ysyHUI/RE7MHos6qlToFcGWXVp+ykHOy77OUMrfbgJ9it2C5bow7OIQwYYaHjk9XlBQ2A==}
'@braintree/sanitize-url@7.1.1':
resolution: {integrity: sha512-i1L7noDNxtFyL5DmZafWy1wRVhGehQmzZaz1HiN5e7iylJMSZR7ekOV7NsIqa5qBldlLrsKv4HbgFUVlQrz8Mw==}
'@chenshuai2144/sketch-color@1.0.9':
resolution: {integrity: sha512-obzSy26cb7Pm7OprWyVpgMpIlrZpZ0B7vbrU0RMbvRg0YAI890S5Xy02Aj1Nhl4+KTbi1lVYHt6HQP8Hm9s+1w==}
peerDependencies:
react: '>=16.12.0'
'@chevrotain/cst-dts-gen@11.0.3':
resolution: {integrity: sha512-BvIKpRLeS/8UbfxXxgC33xOumsacaeCKAjAeLyOn7Pcp95HiRbrpl14S+9vaZLolnbssPIUuiUd8IvgkRyt6NQ==}
'@chevrotain/gast@11.0.3':
resolution: {integrity: sha512-+qNfcoNk70PyS/uxmj3li5NiECO+2YKZZQMbmjTqRI3Qchu8Hig/Q9vgkHpI3alNjr7M+a2St5pw5w5F6NL5/Q==}
'@chevrotain/regexp-to-ast@11.0.3':
resolution: {integrity: sha512-1fMHaBZxLFvWI067AVbGJav1eRY7N8DDvYCTwGBiE/ytKBgP8azTdgyrKyWZ9Mfh09eHWb5PgTSO8wi7U824RA==}
'@chevrotain/types@11.0.3':
resolution: {integrity: sha512-gsiM3G8b58kZC2HaWR50gu6Y1440cHiJ+i3JUvcp/35JchYejb2+5MVeJK0iKThYpAa/P2PYFV4hoi44HD+aHQ==}
'@chevrotain/utils@11.0.3':
resolution: {integrity: sha512-YslZMgtJUyuMbZ+aKvfF3x1f5liK4mWNxghFRv7jqRR9C3R3fAOGTTKvxXDa2Y1s9zSbcpuO0cAxDYsc9SrXoQ==}
'@codemirror/autocomplete@6.19.0':
resolution: {integrity: sha512-61Hfv3cF07XvUxNeC3E7jhG8XNi1Yom1G0lRC936oLnlF+jrbrv8rc/J98XlYzcsAoTVupfsf5fLej1aI8kyIg==}
'@codemirror/commands@6.9.0':
resolution: {integrity: sha512-454TVgjhO6cMufsyyGN70rGIfJxJEjcqjBG2x2Y03Y/+Fm99d3O/Kv1QDYWuG6hvxsgmjXmBuATikIIYvERX+w==}
'@codemirror/lang-javascript@6.2.4':
resolution: {integrity: sha512-0WVmhp1QOqZ4Rt6GlVGwKJN3KW7Xh4H2q8ZZNGZaP6lRdxXJzmjm4FqvmOojVj6khWJHIb9sp7U/72W7xQgqAA==}
'@codemirror/lang-python@6.2.1':
resolution: {integrity: sha512-IRjC8RUBhn9mGR9ywecNhB51yePWCGgvHfY1lWN/Mrp3cKuHr0isDKia+9HnvhiWNnMpbGhWrkhuWOc09exRyw==}
'@codemirror/language@6.11.3':
resolution: {integrity: sha512-9HBM2XnwDj7fnu0551HkGdrUrrqmYq/WC5iv6nbY2WdicXdGbhR/gfbZOH73Aqj4351alY1+aoG9rCNfiwS1RA==}
'@codemirror/lint@6.9.0':
resolution: {integrity: sha512-wZxW+9XDytH3SKvS8cQzMyQCaaazH8XL1EMHleHe00wVzsv7NBQKVW2yzEHrRhmM7ZOhVdItPbvlRBvMp9ej7A==}
'@codemirror/merge@6.11.0':
resolution: {integrity: sha512-Wu5Camx8u0jKA4yV3IxcWGMIoXUxuptsbWW9kTje8d/NInnnALeyQaxcVssJznp9FRnu4As3qsBhacERyB9p6w==}
'@codemirror/search@6.5.11':
resolution: {integrity: sha512-KmWepDE6jUdL6n8cAAqIpRmLPBZ5ZKnicE8oGU/s3QrAVID+0VhLFrzUucVKHG5035/BSykhExDL/Xm7dHthiA==}
'@codemirror/state@6.5.2':
resolution: {integrity: sha512-FVqsPqtPWKVVL3dPSxy8wEF/ymIEuVzF1PK3VbUgrxXpJUSHQWWZz4JMToquRxnkw+36LTamCZG2iua2Ptq0fA==}
'@codemirror/view@6.38.5':
resolution: {integrity: sha512-SFVsNAgsAoou+BjRewMqN+m9jaztB9wCWN9RSRgePqUbq8UVlvJfku5zB2KVhLPgH/h0RLk38tvd4tGeAhygnw==}
'@coze-editor/code-language-json@0.1.0-alpha.dd871b':
resolution: {integrity: sha512-wMg/4HMZNKcUFtGTBhZHVb2PyZzGWwIjF7jXpBkNc2y+lKyINblpMdWGhyaovI/JVHxFUTaUysSiwuGoI55Gug==}
peerDependencies:
'@codemirror/language': ^6.0.0
'@codemirror/state': ^6.4.1
'@codemirror/view': ^6.26.1
'@coze-editor/code-language-shared': 0.1.0-alpha.dd871b
'@coze-editor/code-language-python@0.1.0-alpha.dd871b':
resolution: {integrity: sha512-PGmFmbSiOJxKDY07oVup9Hxnhl4+9/ULJsNWWZE1YGVl6xRa2hdHZeX2DesExJV/eDJhAEBObYtmjNXvt0VCaQ==}
peerDependencies:
'@codemirror/state': ^6.4.1
'@codemirror/view': ^6.26.1
'@coze-editor/code-language-shared': 0.1.0-alpha.dd871b
'@coze-editor/code-language-shared@0.1.0-alpha.dd871b':
resolution: {integrity: sha512-1V1WAhUZhGiGJuB25vUs8hQoEnsxGC9tsmLgC2MrNUxLSP28GTGkKjS3FDvO90kt+JkVfwbvWLW3nGU2LfD/RQ==}
peerDependencies:
'@codemirror/autocomplete': ^6.18.0
'@codemirror/language': ^6.0.0
'@codemirror/state': ^6.4.1
'@codemirror/view': ^6.26.1
'@coze-editor/code-language-shell@0.1.0-alpha.dd871b':
resolution: {integrity: sha512-ozZfMdLsUL1vjBloWy9M3s40bCQErlY5G33DynMP98GCw61/g3IXeybpNgzKXtH1IouO4GVMcQnZnCcmwC3K9w==}
peerDependencies:
'@codemirror/language': ^6.0.0
'@codemirror/state': ^6.4.1
'@codemirror/view': ^6.26.1
'@coze-editor/code-language-shared': 0.1.0-alpha.dd871b
'@coze-editor/code-language-typescript@0.1.0-alpha.dd871b':
resolution: {integrity: sha512-swjne2FJpekHaC+l36MB69WAUISQysPSCMSVFMhYiJIpZiMCNZHzatog+8mri/r8K1N3ESHOtdFCjUlvl3izAg==}
peerDependencies:
'@codemirror/language': ^6.0.0
'@codemirror/state': ^6.4.1
'@codemirror/view': ^6.26.1
'@coze-editor/code-language-shared': 0.1.0-alpha.dd871b
typescript: '*'
'@coze-editor/core-plugins@0.1.0-alpha.dd871b':
resolution: {integrity: sha512-8Qx6VtjL4wZFqx69vwwq+FhYTpXloU0g0+vsjefGHv2dJTZNR6W/WDEuA8xiW91tpPRb4w8HgJ9OeosDQZDRzQ==}
peerDependencies:
'@codemirror/commands': ^6.3.3
'@codemirror/state': ^6.4.1
'@codemirror/view': ^6.26.1
'@coze-editor/core@0.1.0-alpha.dd871b':
resolution: {integrity: sha512-L0cydNMgadhrxAuA01r+H8B/IqJbqbExhdJqNEdGFc2uttL/dKGcIVL/WL0qdbKqmbhJ8NUR87hs3A0CSOM39A==}
peerDependencies:
'@codemirror/state': ^6.4.1
'@codemirror/view': ^6.26.1
'@coze-editor/editor@0.1.0-alpha.dd871b':
resolution: {integrity: sha512-JNeIpPYny/mNOtkt+DCSDXR1uivv4qGlrSTfyfptSkbe7+jiXIZgQ6yzoHZbPttl/JMX1fLHLJetqbXIML2gYQ==}
peerDependencies:
'@codemirror/state': ^6.4.1
'@codemirror/view': ^6.26.1
react: ~18.2.0
react-dom: ~18.2.0
'@coze-editor/extension-completion-icons@0.1.0-alpha.dd871b':
resolution: {integrity: sha512-hBK7JqOteZQaaZFr/7XDvNz8Xia7rZkXmEd+y18wUusdLZrj4UpIR8vHMxw5XlV84c01FUNxpMNaoBTN7He+dw==}
peerDependencies:
'@codemirror/state': ^6.4.1
'@codemirror/view': ^6.26.1
'@coze-editor/extension-json-ast@0.1.0-alpha.dd871b':
resolution: {integrity: sha512-GDfU0E+N+XCdz5+IM24ndFeR0fvF+46xHLs8aawxYBvMWusePM2SH4tT7k601Si7sdzIv10uCNk1PV2YSOJrKQ==}
peerDependencies:
'@codemirror/state': ^6.4.1
'@codemirror/view': ^6.26.1
'@coze-editor/extension-json-empty-string-value-completion@0.1.0-alpha.dd871b':
resolution: {integrity: sha512-VLSV/5uN2Fdg4rfiQhr3j5KMET1v5rfLw+dEsjMSsZ3xI+27IuDm1NViIM6GPUU9V7FOTjQcLZZiiTEr2jtlcQ==}
peerDependencies:
'@codemirror/state': ^6.4.1
'@codemirror/view': ^6.26.1
'@coze-editor/extension-json-hover@0.1.0-alpha.dd871b':
resolution: {integrity: sha512-PqNI46SimjAmihUWkbzwRDOq9CgjAdwKi91OuW1L//EJsvX0LqD83IRIfpwfkG7Ne3gVo1MwB+gtVVf0qu/BcA==}
peerDependencies:
'@codemirror/state': ^6.4.1
'@codemirror/view': ^6.26.1
'@coze-editor/extension-json-unnecessary-properties@0.1.0-alpha.dd871b':
resolution: {integrity: sha512-/diOOeVN9NbGO6lyErjIK/M3xLWKTkbJwd7ZWhTmlallp354Bdtv69y6B0q3uV9UfIabrM7brfiTHTUNhXu3rA==}
peerDependencies:
'@codemirror/state': ^6.4.1
'@codemirror/view': ^6.26.1
'@coze-editor/extension-links@0.1.0-alpha.dd871b':
resolution: {integrity: sha512-9ObXdNZNzZ4yU+vmR/mBfs547hZ2ghm7ntKYPtfViRWcJDJBwn/GSZtDdCqxlOttbBifC2tgjZnpIgw9PKQQGw==}
peerDependencies:
'@codemirror/state': ^6.4.1
'@codemirror/view': ^6.26.1
'@coze-editor/extension-lint@0.1.0-alpha.dd871b':
resolution: {integrity: sha512-hh6MsgyAoAhV00q0dgZMuEpBQ25DePBVd0X2pdks8pe9TDuUfwnLnYL2qN8mMPLdwtbxeoIWyYsIBGCujXeF8A==}
peerDependencies:
'@codemirror/state': ^6.4.1
'@codemirror/view': ^6.26.1
'@coze-editor/extension-placeholder@0.1.0-alpha.dd871b':
resolution: {integrity: sha512-FpHdXMnt9iXbOsEam463ePZAKKvokXwRVLSfo9rwKIc6/RwsK4Z49Je5rNy3g1wsgcbs8cdjKP8oscQXlSD0NA==}
peerDependencies:
'@codemirror/state': ^6.4.1
'@codemirror/view': ^6.26.1
'@coze-editor/extension-regexp-decorator@0.1.0-alpha.dd871b':
resolution: {integrity: sha512-qISDY90JE7RhUDGcy2vk7023UOyjYlNlYSvT5L7FoaAjRh3YrO+VgoAQTi1BlyrECwBoRI5CTJjpgFSiFxqvlg==}
peerDependencies:
'@codemirror/state': ^6.4.1
'@codemirror/view': ^6.26.1
'@coze-editor/extension-scrollbar@0.1.0-alpha.dd871b':
resolution: {integrity: sha512-GRoE6XQFl0o90m1D3C5b3betP/mp1rY7GkzpEeQm+dajoveCU4iPZX0ZgClUnCt1z/EXvW2N8SQbB2/1cRAooA==}
peerDependencies:
'@codemirror/state': ^6.4.1
'@codemirror/view': ^6.26.1
'@coze-editor/extensions@0.1.0-alpha.dd871b':
resolution: {integrity: sha512-ioUEpaUQG02rbS0IOxcteAwGPbJhYHYNjHo/VAtWYkWpzdaMkxZWFQVMe9NNYajz7/crjciPXm4c7iJMJMbHyA==}
peerDependencies:
'@codemirror/language': ^6.0.0
'@codemirror/state': ^6.4.1
'@codemirror/view': ^6.26.1
'@coze-editor/lezer-parser-jinja2@0.1.0-alpha.dd871b':
resolution: {integrity: sha512-TFENOzjQLySSQ+TsRWyyMfzick87K+o2fzwGVSfu/YL7IYUwwSYUKKBxryKz45CpfD5WabYFz7Pi+IAf2M9AaA==}
'@coze-editor/lezer-parser-json@0.1.0-alpha.dd871b':
resolution: {integrity: sha512-7xtqRzquaWT/zbi+hbEd53z/VGH0z8MAdRZyV3trGQhSYL+XdLeCOdujncWg/sZeuh9f1LNdvWxChpbaLAr9lg==}
'@coze-editor/lezer-parser-template@0.1.0-alpha.dd871b':
resolution: {integrity: sha512-xt3dnk6e7WLuovG3xEFI74kIvOv2S1RvdVCIuc9yhvKcUkCjAi41rb4+btLpOP5WvTBYbM+BD1pn2xjRcwSzCQ==}
'@coze-editor/parser-json@0.1.0-alpha.dd871b':
resolution: {integrity: sha512-yubaUOhBhn76HQsjRJdLZ2oD+/f1LiGBogq+rmW84wIBuFhAeHj4uxnxCo/2Y7s5RGwkNYmNBuqlZdUl7WEZXQ==}
'@coze-editor/preset-code@0.1.0-alpha.dd871b':
resolution: {integrity: sha512-pq3xT7X9Buvbhjq66P1fUUs+kVSAxMaUuEXIEe3oaEV2Kphc7+qhqS5wuyLDTfc8pK5R0R1yPHfRVTv1GEbYgQ==}
peerDependencies:
'@codemirror/commands': ^6.3.3
'@codemirror/state': ^6.4.1
'@codemirror/view': ^6.26.1
'@coze-editor/code-language-shared': 0.1.0-alpha.dd871b
'@coze-editor/preset-expression@0.1.0-alpha.dd871b':
resolution: {integrity: sha512-KhIBNtvJZ6A/wzuYNxc5FMBQzrON5tLIA4/CZfRxv4sAKMZ8OZl7r3au2Wy2eaX7iCpDWTiCLQaJakOX5laTwg==}
peerDependencies:
'@codemirror/commands': ^6.3.3
'@codemirror/state': ^6.4.1
'@codemirror/view': ^6.26.1
'@coze-editor/preset-none@0.1.0-alpha.dd871b':
resolution: {integrity: sha512-fcCbCVlPky7SlgDdFJ72lWDAHCWvNDWzUmUCTR7kxn8ETxSTE2Bn4MH3a+/xgPizs9Cqfczoz9houAjs2KyvCQ==}
peerDependencies:
'@codemirror/state': ^6.4.1
'@codemirror/view': ^6.26.1
'@coze-editor/preset-prompt@0.1.0-alpha.dd871b':
resolution: {integrity: sha512-YklKVuUEwdb7/zOnU2fIERLqGAFMbg+UCIbQ+DUYAYo5FtaDAbtkVbCE5P7lnxqtbLTne9Atp8GVMgqkyER5XQ==}
peerDependencies:
'@codemirror/state': ^6.4.1
'@codemirror/view': ^6.26.1
'@coze-editor/preset-universal@0.1.0-alpha.dd871b':
resolution: {integrity: sha512-nhcFqV4oanj6rOZqn7dtEEFmrSThI/EUBEnecgItbAB/VR08IXf2ut1BTPZMHkPNcfwP8eQsteyHhwsnBgDb/g==}
peerDependencies:
'@codemirror/state': ^6.4.1
'@codemirror/view': ^6.26.1
'@coze-editor/preset-variable@0.1.0-alpha.dd871b':
resolution: {integrity: sha512-m5J4aR6CQU0hKRYlAfkFN6FkgtEgKhcD1CU8xUFYd7x3iNXQtdakp4P7B3PxsN4apLNUNh16bb4q+tCiEKuLCA==}
peerDependencies:
'@codemirror/commands': ^6.3.3
'@codemirror/state': ^6.4.1
'@codemirror/view': ^6.26.1
'@coze-editor/react-components@0.1.0-alpha.dd871b':
resolution: {integrity: sha512-9CH4VDEPmNyafm6b1YrUviQh3nZ0b/WGFqbJ3V4vzDYLFKEAQpyZYJiXdw6dvZuhNU6P+UFM4ogksTCeSHlF+A==}