-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathyarn.lock
More file actions
17237 lines (15589 loc) · 619 KB
/
yarn.lock
File metadata and controls
17237 lines (15589 loc) · 619 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
# This file is generated by running "yarn install" inside your project.
# Manual changes might be lost - proceed with caution!
__metadata:
version: 8
cacheKey: 10c0
"@1stg/babel-preset@npm:^4.1.0":
version: 4.1.0
resolution: "@1stg/babel-preset@npm:4.1.0"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.27.1"
"@babel/plugin-proposal-decorators": "npm:^7.27.1"
"@babel/plugin-transform-class-properties": "npm:^7.27.1"
"@babel/preset-env": "npm:^7.27.2"
"@babel/preset-react": "npm:^7.27.1"
"@babel/preset-typescript": "npm:^7.27.1"
"@pkgr/utils": "npm:^4.0.0"
"@vue/babel-helper-vue-jsx-merge-props": "npm:^1.4.0"
"@vue/babel-plugin-jsx": "npm:^1.4.0"
"@vue/babel-preset-jsx": "npm:^1.4.0"
babel-plugin-import: "npm:^1.13.8"
babel-plugin-transform-async-to-promises: "npm:^0.8.18"
babel-plugin-transform-react-remove-prop-types: "npm:^0.4.24"
babel-plugin-transform-remove-console: "npm:^6.9.4"
babel-plugin-transform-typescript-metadata: "npm:^0.3.2"
babel-preset-proposal-typescript: "npm:^4.0.0"
core-js: "npm:^3.42.0"
fast-async: "npm:^7.0.6"
peerDependencies:
"@babel/core": ">=7.14.1"
checksum: 10c0/b9fe4ca42afdc019df309d01c2738f9748c6a113129a01cbf487374ee7a72bc46841f5f6a854ab229f99ac40c7fc83d79a75b216e4d0fda073ac339cf6230579
languageName: node
linkType: hard
"@1stg/commitlint-config@npm:^5.1.0":
version: 5.1.0
resolution: "@1stg/commitlint-config@npm:5.1.0"
dependencies:
"@commitlint/config-conventional": "npm:^19.8.1"
"@commitlint/config-workspace-scopes": "npm:^19.8.1"
"@pkgr/utils": "npm:^4.0.0"
checksum: 10c0/21077019f974ae3e78a1f0b9650bf59240d46a539049ddbc142a933ebdeb810795b021000a30952d8a227cb019dab171b371fe391e9490aad076e9c004a90c82
languageName: node
linkType: hard
"@1stg/common-config@npm:^14.3.0":
version: 14.3.0
resolution: "@1stg/common-config@npm:14.3.0"
dependencies:
"@1stg/babel-preset": "npm:^4.1.0"
"@1stg/commitlint-config": "npm:^5.1.0"
"@1stg/eslint-config": "npm:^10.2.0"
"@1stg/markuplint-config": "npm:^4.0.7"
"@1stg/nano-staged": "npm:^0.3.0"
"@1stg/prettier-config": "npm:^5.3.1"
"@1stg/remark-preset": "npm:^3.1.2"
"@1stg/simple-git-hooks": "npm:^2.1.0"
"@1stg/tsconfig": "npm:^3.0.3"
"@babel/core": "npm:^7.27.4"
tslib: "npm:^2.8.1"
checksum: 10c0/219b8ef0a822046d72a3ceb12313ec1e32fb24151a66b0dccb7c7e9449e7204daf6fc949f5f0a7f1b52da0092505b1b768a8cc4285f1a0c5f1bce4cc6f34e63d
languageName: node
linkType: hard
"@1stg/config@npm:^1.2.0, @1stg/config@npm:^1.2.1":
version: 1.2.1
resolution: "@1stg/config@npm:1.2.1"
checksum: 10c0/11be5e105164be08c072d633e47ca52b6fb96f0a335dfc25a0d1034004659b8a50d105286399db4359eb4e0d702edc6ec88ec611ad8f6d09ebe3b661de7d352b
languageName: node
linkType: hard
"@1stg/eslint-config@npm:^10.2.0":
version: 10.2.0
resolution: "@1stg/eslint-config@npm:10.2.0"
dependencies:
"@1stg/config": "npm:^1.2.0"
"@eslint-community/eslint-plugin-eslint-comments": "npm:^4.5.0"
"@eslint/js": "npm:^9.29.0"
"@pkgr/utils": "npm:^4.0.0"
"@typescript-eslint/eslint-plugin": "npm:^8.35.0"
"@typescript-eslint/parser": "npm:^8.35.0"
eslint-config-prettier: "npm:^10.1.5"
eslint-import-resolver-typescript: "npm:^4.4.3"
eslint-plugin-css: "npm:^0.11.0"
eslint-plugin-import-x: "npm:^4.16.0"
eslint-plugin-jsdoc: "npm:^50.8.0 || ^51.2.3"
eslint-plugin-jsonc: "npm:^2.20.1"
eslint-plugin-markup: "npm:^1.0.1"
eslint-plugin-mdx: "npm:^3.5.0"
eslint-plugin-n: "npm:^17.20.0"
eslint-plugin-prettier: "npm:^5.5.1"
eslint-plugin-promise: "npm:^7.2.1"
eslint-plugin-regexp: "npm:^2.9.0"
eslint-plugin-simple-import-sort: "npm:^12.1.1"
eslint-plugin-sonarjs: "npm:^3.0.2"
eslint-plugin-toml: "npm:^0.12.0"
eslint-plugin-unicorn-x: "npm:^2.0.0"
eslint-plugin-yml: "npm:^1.18.0"
globals: "npm:^16.2.0"
typescript-eslint: "npm:^8.35.0"
peerDependencies:
"@babel/eslint-parser": ^7.0.0
"@babel/eslint-plugin": ^7.0.0
"@eslint-react/eslint-plugin": ^1.0.0
"@vitest/eslint-plugin": ^1.0.0
angular-eslint: ^18.0.0 || ^19.0.0 || ^20.0.0
angular-eslint-template-parser: ^0.1.0
eslint: ">=8.0.0"
eslint-plugin-jest: ^28.0.0 || ^29.0.0
eslint-plugin-node-dependencies: ^1.0.0
eslint-plugin-react-hooks: ^5.0.0
eslint-plugin-react-refresh: ^0.4.0
eslint-plugin-vue: ^10.0.0
peerDependenciesMeta:
"@babel/eslint-parser":
optional: true
"@babel/eslint-plugin":
optional: true
"@eslint-react/eslint-plugin":
optional: true
"@vitest/eslint-plugin":
optional: true
angular-eslint:
optional: true
angular-eslint-template-parser:
optional: true
eslint-plugin-jest:
optional: true
eslint-plugin-node-dependencies:
optional: true
eslint-plugin-react-hooks:
optional: true
eslint-plugin-react-refresh:
optional: true
eslint-plugin-vue:
optional: true
checksum: 10c0/c70b908b2b6730f6db047fd6b768f6282cf21938d6d1027f7b868fa12eaa187fd67606a814e2b60b29064d3d222ed447d96e1ef7aec1fbbea8385589b4d96d96
languageName: node
linkType: hard
"@1stg/markuplint-config@npm:^4.0.7":
version: 4.0.7
resolution: "@1stg/markuplint-config@npm:4.0.7"
dependencies:
"@markuplint/vue-parser": "npm:^4.6.19"
"@markuplint/vue-spec": "npm:^4.5.19"
markuplint-angular-parser: "npm:^3.0.2"
peerDependencies:
markuplint: ^4.0.0
checksum: 10c0/1b8fd3dc279e0bd8a48b116a63ee63b1de0e4cb9252a11e3ac3a18dca7b8f730a632798ef09decb27a502ac6da6b4b71fc48c6547279845c161bad3962f631bc
languageName: node
linkType: hard
"@1stg/nano-staged@npm:^0.3.0":
version: 0.3.0
resolution: "@1stg/nano-staged@npm:0.3.0"
dependencies:
"@1stg/config": "npm:^1.2.1"
"@1stg/prettier-config": "npm:^5.3.1"
"@1stg/tsconfig": "npm:^3.0.3"
"@pkgr/core": "npm:^0.3.3"
prettier: "npm:^3.6.1"
peerDependencies:
nano-staged: ">=0.8.0"
checksum: 10c0/9499409bc65ec21586af1bb30a5f8a87724425e823e5523e24130710dee443a00a60f292e0506f1c69f3104a9b280515ed0bfdd6f2b79b50ffef849a316f4b50
languageName: node
linkType: hard
"@1stg/prettier-config@npm:^5.3.1":
version: 5.3.1
resolution: "@1stg/prettier-config@npm:5.3.1"
dependencies:
"@1stg/config": "npm:^1.2.1"
"@prettier/plugin-pug": "npm:^3.4.0"
"@prettier/plugin-ruby": "npm:^4.0.4"
"@prettier/plugin-xml": "npm:^3.4.1"
prettier-plugin-go-template: "npm:^0.0.15"
prettier-plugin-ini: "npm:^1.3.0"
prettier-plugin-jsdoc: "npm:^1.3.2"
prettier-plugin-jsdoc-type: "npm:^0.1.12"
prettier-plugin-pkg: "npm:^0.21.1"
prettier-plugin-properties: "npm:^0.3.0"
prettier-plugin-sh: "npm:^0.18.0"
prettier-plugin-stylus: "npm:^0.1.0"
prettier-plugin-toml: "npm:^2.0.5"
peerDependencies:
prettier: ^3.0.0
checksum: 10c0/3a2a4680b90239be8352803060301660c00d381fc9645c3e20910fd3dbe8d29af95a4ba13dc50e7a4766aa4e5c3b7426f27c9a7bfe4c4bceef0b45d9e28b7ddc
languageName: node
linkType: hard
"@1stg/remark-preset@npm:^3.1.2":
version: 3.1.2
resolution: "@1stg/remark-preset@npm:3.1.2"
dependencies:
remark-cjk-friendly: "npm:^1.2.0"
remark-cjk-friendly-gfm-strikethrough: "npm:^1.2.0"
remark-frontmatter: "npm:^5.0.0"
remark-gfm: "npm:^4.0.1"
remark-lint: "npm:^10.0.1"
remark-lint-no-duplicate-headings: "npm:^4.0.1"
remark-lint-no-duplicate-headings-in-section: "npm:^4.0.1"
remark-preset-lint-consistent: "npm:^6.0.1"
remark-preset-lint-markdown-style-guide: "npm:^6.0.1"
remark-preset-lint-recommended: "npm:^7.0.1"
remark-preset-prettier: "npm:^2.0.2"
remark-validate-links: "npm:^13.1.0"
checksum: 10c0/d36406f1bff6a3d9c91ec7fffa818e32ec42d1611deca7cf49e829129f091101f62520877c9897f1eb57ccf7477b8d170f8312a28553dd7a1b8c98ac8c7b6948
languageName: node
linkType: hard
"@1stg/simple-git-hooks@npm:^2.1.0":
version: 2.1.0
resolution: "@1stg/simple-git-hooks@npm:2.1.0"
dependencies:
"@pkgr/utils": "npm:^4.0.0"
peerDependencies:
"@commitlint/cli": ">=11.0.0"
nano-staged: ">=0.8.0"
simple-git-hooks: ">=2.12.1"
checksum: 10c0/95cbdb6f998ebf8a87d037a54613dcd30e4c33cfb07b406a26c68b11e9650a088773d55c02ef838bbd6885ed91401b037cf7fcdf4f3bedda437281836e3d2c9e
languageName: node
linkType: hard
"@1stg/tsconfig@npm:^3.0.3":
version: 3.0.3
resolution: "@1stg/tsconfig@npm:3.0.3"
peerDependencies:
typescript: ">=5.7.0"
checksum: 10c0/9121a6ef87343da5d4bb93011e00b49e156f3e451a11ab0c0cbcadf9fa3e5391073559cec962c8484e098de04bdcecf2987df40e62e2e239c69a3eab49bd1677
languageName: node
linkType: hard
"@ampproject/remapping@npm:^2.2.0":
version: 2.3.0
resolution: "@ampproject/remapping@npm:2.3.0"
dependencies:
"@jridgewell/gen-mapping": "npm:^0.3.5"
"@jridgewell/trace-mapping": "npm:^0.3.24"
checksum: 10c0/81d63cca5443e0f0c72ae18b544cc28c7c0ec2cea46e7cb888bb0e0f411a1191d0d6b7af798d54e30777d8d1488b2ec0732aac2be342d3d7d3ffd271c6f489ed
languageName: node
linkType: hard
"@arcanis/slice-ansi@npm:^1.1.1":
version: 1.1.1
resolution: "@arcanis/slice-ansi@npm:1.1.1"
dependencies:
grapheme-splitter: "npm:^1.0.4"
checksum: 10c0/2f222b121b8aaf67e8495e27d60ebfc34e2472033445c3380e93fb06aba9bfef6ab3096aca190a181b3dd505ed4c07f4dc7243fc9cb5369008b649cd1e39e8d8
languageName: node
linkType: hard
"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.21.4, @babel/code-frame@npm:^7.26.2, @babel/code-frame@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/code-frame@npm:7.27.1"
dependencies:
"@babel/helper-validator-identifier": "npm:^7.27.1"
js-tokens: "npm:^4.0.0"
picocolors: "npm:^1.1.1"
checksum: 10c0/5dd9a18baa5fce4741ba729acc3a3272c49c25cb8736c4b18e113099520e7ef7b545a4096a26d600e4416157e63e87d66db46aa3fbf0a5f2286da2705c12da00
languageName: node
linkType: hard
"@babel/compat-data@npm:^7.27.2, @babel/compat-data@npm:^7.27.7, @babel/compat-data@npm:^7.28.0":
version: 7.28.0
resolution: "@babel/compat-data@npm:7.28.0"
checksum: 10c0/c4e527302bcd61052423f757355a71c3bc62362bac13f7f130de16e439716f66091ff5bdecda418e8fa0271d4c725f860f0ee23ab7bf6e769f7a8bb16dfcb531
languageName: node
linkType: hard
"@babel/core@npm:^7.23.9, @babel/core@npm:^7.27.4, @babel/core@npm:^7.27.7":
version: 7.28.0
resolution: "@babel/core@npm:7.28.0"
dependencies:
"@ampproject/remapping": "npm:^2.2.0"
"@babel/code-frame": "npm:^7.27.1"
"@babel/generator": "npm:^7.28.0"
"@babel/helper-compilation-targets": "npm:^7.27.2"
"@babel/helper-module-transforms": "npm:^7.27.3"
"@babel/helpers": "npm:^7.27.6"
"@babel/parser": "npm:^7.28.0"
"@babel/template": "npm:^7.27.2"
"@babel/traverse": "npm:^7.28.0"
"@babel/types": "npm:^7.28.0"
convert-source-map: "npm:^2.0.0"
debug: "npm:^4.1.0"
gensync: "npm:^1.0.0-beta.2"
json5: "npm:^2.2.3"
semver: "npm:^6.3.1"
checksum: 10c0/423302e7c721e73b1c096217880272e02020dfb697a55ccca60ad01bba90037015f84d0c20c6ce297cf33a19bb704bc5c2b3d3095f5284dfa592bd1de0b9e8c3
languageName: node
linkType: hard
"@babel/generator@npm:^7.0.0-beta.44, @babel/generator@npm:^7.28.0":
version: 7.28.0
resolution: "@babel/generator@npm:7.28.0"
dependencies:
"@babel/parser": "npm:^7.28.0"
"@babel/types": "npm:^7.28.0"
"@jridgewell/gen-mapping": "npm:^0.3.12"
"@jridgewell/trace-mapping": "npm:^0.3.28"
jsesc: "npm:^3.0.2"
checksum: 10c0/1b3d122268ea3df50fde707ad864d9a55c72621357d5cebb972db3dd76859c45810c56e16ad23123f18f80cc2692f5a015d2858361300f0f224a05dc43d36a92
languageName: node
linkType: hard
"@babel/helper-annotate-as-pure@npm:^7.18.6, @babel/helper-annotate-as-pure@npm:^7.27.1, @babel/helper-annotate-as-pure@npm:^7.27.3":
version: 7.27.3
resolution: "@babel/helper-annotate-as-pure@npm:7.27.3"
dependencies:
"@babel/types": "npm:^7.27.3"
checksum: 10c0/94996ce0a05b7229f956033e6dcd69393db2b0886d0db6aff41e704390402b8cdcca11f61449cb4f86cfd9e61b5ad3a73e4fa661eeed7846b125bd1c33dbc633
languageName: node
linkType: hard
"@babel/helper-compilation-targets@npm:^7.27.1, @babel/helper-compilation-targets@npm:^7.27.2":
version: 7.27.2
resolution: "@babel/helper-compilation-targets@npm:7.27.2"
dependencies:
"@babel/compat-data": "npm:^7.27.2"
"@babel/helper-validator-option": "npm:^7.27.1"
browserslist: "npm:^4.24.0"
lru-cache: "npm:^5.1.1"
semver: "npm:^6.3.1"
checksum: 10c0/f338fa00dcfea931804a7c55d1a1c81b6f0a09787e528ec580d5c21b3ecb3913f6cb0f361368973ce953b824d910d3ac3e8a8ee15192710d3563826447193ad1
languageName: node
linkType: hard
"@babel/helper-create-class-features-plugin@npm:^7.21.0, @babel/helper-create-class-features-plugin@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/helper-create-class-features-plugin@npm:7.27.1"
dependencies:
"@babel/helper-annotate-as-pure": "npm:^7.27.1"
"@babel/helper-member-expression-to-functions": "npm:^7.27.1"
"@babel/helper-optimise-call-expression": "npm:^7.27.1"
"@babel/helper-replace-supers": "npm:^7.27.1"
"@babel/helper-skip-transparent-expression-wrappers": "npm:^7.27.1"
"@babel/traverse": "npm:^7.27.1"
semver: "npm:^6.3.1"
peerDependencies:
"@babel/core": ^7.0.0
checksum: 10c0/4ee199671d6b9bdd4988aa2eea4bdced9a73abfc831d81b00c7634f49a8fc271b3ceda01c067af58018eb720c6151322015d463abea7072a368ee13f35adbb4c
languageName: node
linkType: hard
"@babel/helper-create-regexp-features-plugin@npm:^7.18.6, @babel/helper-create-regexp-features-plugin@npm:^7.24.7, @babel/helper-create-regexp-features-plugin@npm:^7.25.9, @babel/helper-create-regexp-features-plugin@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/helper-create-regexp-features-plugin@npm:7.27.1"
dependencies:
"@babel/helper-annotate-as-pure": "npm:^7.27.1"
regexpu-core: "npm:^6.2.0"
semver: "npm:^6.3.1"
peerDependencies:
"@babel/core": ^7.0.0
checksum: 10c0/591fe8bd3bb39679cc49588889b83bd628d8c4b99c55bafa81e80b1e605a348b64da955e3fd891c4ba3f36fd015367ba2eadea22af6a7de1610fbb5bcc2d3df0
languageName: node
linkType: hard
"@babel/helper-define-polyfill-provider@npm:^0.6.5":
version: 0.6.5
resolution: "@babel/helper-define-polyfill-provider@npm:0.6.5"
dependencies:
"@babel/helper-compilation-targets": "npm:^7.27.2"
"@babel/helper-plugin-utils": "npm:^7.27.1"
debug: "npm:^4.4.1"
lodash.debounce: "npm:^4.0.8"
resolve: "npm:^1.22.10"
peerDependencies:
"@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0
checksum: 10c0/4886a068d9ca1e70af395340656a9dda33c50502c67eed39ff6451785f370bdfc6e57095b90cb92678adcd4a111ca60909af53d3a741120719c5604346ae409e
languageName: node
linkType: hard
"@babel/helper-globals@npm:^7.28.0":
version: 7.28.0
resolution: "@babel/helper-globals@npm:7.28.0"
checksum: 10c0/5a0cd0c0e8c764b5f27f2095e4243e8af6fa145daea2b41b53c0c1414fe6ff139e3640f4e2207ae2b3d2153a1abd346f901c26c290ee7cb3881dd922d4ee9232
languageName: node
linkType: hard
"@babel/helper-import-to-platform-api@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/helper-import-to-platform-api@npm:7.27.1"
dependencies:
"@babel/helper-compilation-targets": "npm:^7.27.1"
"@babel/helper-module-imports": "npm:^7.27.1"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/12fbd87a80ffee53fb816b4d5efbb1a2c908794a3f9be8141c237584f9ebb3dd6877b15b22d2599072c30cfa2ca22e713f3eab42cb340314d24be494daa773c0
languageName: node
linkType: hard
"@babel/helper-member-expression-to-functions@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/helper-member-expression-to-functions@npm:7.27.1"
dependencies:
"@babel/traverse": "npm:^7.27.1"
"@babel/types": "npm:^7.27.1"
checksum: 10c0/5762ad009b6a3d8b0e6e79ff6011b3b8fdda0fefad56cfa8bfbe6aa02d5a8a8a9680a45748fe3ac47e735a03d2d88c0a676e3f9f59f20ae9fadcc8d51ccd5a53
languageName: node
linkType: hard
"@babel/helper-module-imports@npm:^7.0.0, @babel/helper-module-imports@npm:^7.0.0-beta.44, @babel/helper-module-imports@npm:^7.25.9, @babel/helper-module-imports@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/helper-module-imports@npm:7.27.1"
dependencies:
"@babel/traverse": "npm:^7.27.1"
"@babel/types": "npm:^7.27.1"
checksum: 10c0/e00aace096e4e29290ff8648455c2bc4ed982f0d61dbf2db1b5e750b9b98f318bf5788d75a4f974c151bd318fd549e81dbcab595f46b14b81c12eda3023f51e8
languageName: node
linkType: hard
"@babel/helper-module-transforms@npm:^7.27.1, @babel/helper-module-transforms@npm:^7.27.3":
version: 7.27.3
resolution: "@babel/helper-module-transforms@npm:7.27.3"
dependencies:
"@babel/helper-module-imports": "npm:^7.27.1"
"@babel/helper-validator-identifier": "npm:^7.27.1"
"@babel/traverse": "npm:^7.27.3"
peerDependencies:
"@babel/core": ^7.0.0
checksum: 10c0/fccb4f512a13b4c069af51e1b56b20f54024bcf1591e31e978a30f3502567f34f90a80da6a19a6148c249216292a8074a0121f9e52602510ef0f32dbce95ca01
languageName: node
linkType: hard
"@babel/helper-optimise-call-expression@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/helper-optimise-call-expression@npm:7.27.1"
dependencies:
"@babel/types": "npm:^7.27.1"
checksum: 10c0/6b861e7fcf6031b9c9fc2de3cd6c005e94a459d6caf3621d93346b52774925800ca29d4f64595a5ceacf4d161eb0d27649ae385110ed69491d9776686fa488e6
languageName: node
linkType: hard
"@babel/helper-plugin-utils@npm:^7.0.0, @babel/helper-plugin-utils@npm:^7.14.5, @babel/helper-plugin-utils@npm:^7.18.6, @babel/helper-plugin-utils@npm:^7.20.2, @babel/helper-plugin-utils@npm:^7.22.5, @babel/helper-plugin-utils@npm:^7.24.7, @babel/helper-plugin-utils@npm:^7.25.9, @babel/helper-plugin-utils@npm:^7.26.5, @babel/helper-plugin-utils@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/helper-plugin-utils@npm:7.27.1"
checksum: 10c0/94cf22c81a0c11a09b197b41ab488d416ff62254ce13c57e62912c85700dc2e99e555225787a4099ff6bae7a1812d622c80fbaeda824b79baa10a6c5ac4cf69b
languageName: node
linkType: hard
"@babel/helper-remap-async-to-generator@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/helper-remap-async-to-generator@npm:7.27.1"
dependencies:
"@babel/helper-annotate-as-pure": "npm:^7.27.1"
"@babel/helper-wrap-function": "npm:^7.27.1"
"@babel/traverse": "npm:^7.27.1"
peerDependencies:
"@babel/core": ^7.0.0
checksum: 10c0/5ba6258f4bb57c7c9fa76b55f416b2d18c867b48c1af4f9f2f7cd7cc933fe6da7514811d08ceb4972f1493be46f4b69c40282b811d1397403febae13c2ec57b5
languageName: node
linkType: hard
"@babel/helper-replace-supers@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/helper-replace-supers@npm:7.27.1"
dependencies:
"@babel/helper-member-expression-to-functions": "npm:^7.27.1"
"@babel/helper-optimise-call-expression": "npm:^7.27.1"
"@babel/traverse": "npm:^7.27.1"
peerDependencies:
"@babel/core": ^7.0.0
checksum: 10c0/4f2eaaf5fcc196580221a7ccd0f8873447b5d52745ad4096418f6101a1d2e712e9f93722c9a32bc9769a1dc197e001f60d6f5438d4dfde4b9c6a9e4df719354c
languageName: node
linkType: hard
"@babel/helper-skip-transparent-expression-wrappers@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/helper-skip-transparent-expression-wrappers@npm:7.27.1"
dependencies:
"@babel/traverse": "npm:^7.27.1"
"@babel/types": "npm:^7.27.1"
checksum: 10c0/f625013bcdea422c470223a2614e90d2c1cc9d832e97f32ca1b4f82b34bb4aa67c3904cb4b116375d3b5b753acfb3951ed50835a1e832e7225295c7b0c24dff7
languageName: node
linkType: hard
"@babel/helper-string-parser@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/helper-string-parser@npm:7.27.1"
checksum: 10c0/8bda3448e07b5583727c103560bcf9c4c24b3c1051a4c516d4050ef69df37bb9a4734a585fe12725b8c2763de0a265aa1e909b485a4e3270b7cfd3e4dbe4b602
languageName: node
linkType: hard
"@babel/helper-validator-identifier@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/helper-validator-identifier@npm:7.27.1"
checksum: 10c0/c558f11c4871d526498e49d07a84752d1800bf72ac0d3dad100309a2eaba24efbf56ea59af5137ff15e3a00280ebe588560534b0e894a4750f8b1411d8f78b84
languageName: node
linkType: hard
"@babel/helper-validator-option@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/helper-validator-option@npm:7.27.1"
checksum: 10c0/6fec5f006eba40001a20f26b1ef5dbbda377b7b68c8ad518c05baa9af3f396e780bdfded24c4eef95d14bb7b8fd56192a6ed38d5d439b97d10efc5f1a191d148
languageName: node
linkType: hard
"@babel/helper-wrap-function@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/helper-wrap-function@npm:7.27.1"
dependencies:
"@babel/template": "npm:^7.27.1"
"@babel/traverse": "npm:^7.27.1"
"@babel/types": "npm:^7.27.1"
checksum: 10c0/c472f75c0951bc657ab0a117538c7c116566ae7579ed47ac3f572c42dc78bd6f1e18f52ebe80d38300c991c3fcaa06979e2f8864ee919369dabd59072288de30
languageName: node
linkType: hard
"@babel/helpers@npm:^7.27.6":
version: 7.27.6
resolution: "@babel/helpers@npm:7.27.6"
dependencies:
"@babel/template": "npm:^7.27.2"
"@babel/types": "npm:^7.27.6"
checksum: 10c0/448bac96ef8b0f21f2294a826df9de6bf4026fd023f8a6bb6c782fe3e61946801ca24381490b8e58d861fee75cd695a1882921afbf1f53b0275ee68c938bd6d3
languageName: node
linkType: hard
"@babel/parser@npm:^7.23.9, @babel/parser@npm:^7.25.4, @babel/parser@npm:^7.26.9, @babel/parser@npm:^7.27.2, @babel/parser@npm:^7.27.5, @babel/parser@npm:^7.28.0":
version: 7.28.0
resolution: "@babel/parser@npm:7.28.0"
dependencies:
"@babel/types": "npm:^7.28.0"
bin:
parser: ./bin/babel-parser.js
checksum: 10c0/c2ef81d598990fa949d1d388429df327420357cb5200271d0d0a2784f1e6d54afc8301eb8bdf96d8f6c77781e402da93c7dc07980fcc136ac5b9d5f1fce701b5
languageName: node
linkType: hard
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:7.27.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.27.1"
"@babel/traverse": "npm:^7.27.1"
peerDependencies:
"@babel/core": ^7.0.0
checksum: 10c0/7dfffa978ae1cd179641a7c4b4ad688c6828c2c58ec96b118c2fb10bc3715223de6b88bff1ebff67056bb5fccc568ae773e3b83c592a1b843423319f80c99ebd
languageName: node
linkType: hard
"@babel/plugin-bugfix-safari-class-field-initializer-scope@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/plugin-bugfix-safari-class-field-initializer-scope@npm:7.27.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.27.1"
peerDependencies:
"@babel/core": ^7.0.0
checksum: 10c0/2cd7a55a856e5e59bbd9484247c092a41e0d9f966778e7019da324d9e0928892d26afc4fbb2ac3d76a3c5a631cd3cf0d72dd2653b44f634f6c663b9e6f80aacd
languageName: node
linkType: hard
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:7.27.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.27.1"
peerDependencies:
"@babel/core": ^7.0.0
checksum: 10c0/cf29835498c4a25bd470908528919729a0799b2ec94e89004929a5532c94a5e4b1a49bc5d6673a22e5afe05d08465873e14ee3b28c42eb3db489cdf5ca47c680
languageName: node
linkType: hard
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:7.27.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.27.1"
"@babel/helper-skip-transparent-expression-wrappers": "npm:^7.27.1"
"@babel/plugin-transform-optional-chaining": "npm:^7.27.1"
peerDependencies:
"@babel/core": ^7.13.0
checksum: 10c0/eddcd056f76e198868cbff883eb148acfade8f0890973ab545295df0c08e39573a72e65372bcc0b0bfadba1b043fe1aea6b0907d0b4889453ac154c404194ebc
languageName: node
linkType: hard
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:7.27.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.27.1"
"@babel/traverse": "npm:^7.27.1"
peerDependencies:
"@babel/core": ^7.0.0
checksum: 10c0/b94e6c3fc019e988b1499490829c327a1067b4ddea8ad402f6d0554793c9124148c2125338c723661b6dff040951abc1f092afbf3f2d234319cd580b68e52445
languageName: node
linkType: hard
"@babel/plugin-proposal-async-do-expressions@npm:^7.23.3":
version: 7.27.1
resolution: "@babel/plugin-proposal-async-do-expressions@npm:7.27.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.27.1"
"@babel/traverse": "npm:^7.27.1"
peerDependencies:
"@babel/core": ^7.13.0
checksum: 10c0/cf1024f3265bb54ecf1a607bf24f3d3f9845e5ff35f0749dfc49c7ec54f008a039a3540f3c20527336f913b94039e911aff19ecc75fea7ef6420025538ef2e51
languageName: node
linkType: hard
"@babel/plugin-proposal-decorators@npm:^7.27.1":
version: 7.28.0
resolution: "@babel/plugin-proposal-decorators@npm:7.28.0"
dependencies:
"@babel/helper-create-class-features-plugin": "npm:^7.27.1"
"@babel/helper-plugin-utils": "npm:^7.27.1"
"@babel/plugin-syntax-decorators": "npm:^7.27.1"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/e399f3adc4278560d15fd80691c7a9b644f46e50fa90746f9f3b9ac02cf955ef2b6677277d97c97a4bd6d6a777821fdedf1318923632a439cba1c05e8e59246c
languageName: node
linkType: hard
"@babel/plugin-proposal-destructuring-private@npm:^7.23.3":
version: 7.28.1
resolution: "@babel/plugin-proposal-destructuring-private@npm:7.28.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.27.1"
"@babel/plugin-transform-destructuring": "npm:^7.28.0"
"@babel/plugin-transform-parameters": "npm:^7.27.7"
peerDependencies:
"@babel/core": ^7.17.0
checksum: 10c0/a640bf509beabcf5cec4df8aef322b5ebfe7d94cff6e82d78656e3ba9db108f2839cf8caa16fc6eebb8386a9bf15243544b277b4ef8d6f62f7aaa5828b4aa988
languageName: node
linkType: hard
"@babel/plugin-proposal-do-expressions@npm:^7.23.3":
version: 7.28.1
resolution: "@babel/plugin-proposal-do-expressions@npm:7.28.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.27.1"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/bb4584bc735747acf903bf4bbe54a4f84b18908fa0bf31dcd253bcd21b2ccc3345247bc5255d92535fa10d373dbbf5046a6c02fd8827c2ffd3c6bdc44d73dac0
languageName: node
linkType: hard
"@babel/plugin-proposal-duplicate-named-capturing-groups-regex@npm:^7.23.3":
version: 7.24.7
resolution: "@babel/plugin-proposal-duplicate-named-capturing-groups-regex@npm:7.24.7"
dependencies:
"@babel/helper-create-regexp-features-plugin": "npm:^7.24.7"
"@babel/helper-plugin-utils": "npm:^7.24.7"
peerDependencies:
"@babel/core": ^7.0.0
checksum: 10c0/41b7047c08792bd89d2851bfbd8ae943b58a646ff463d15598d19abcc7bd89ec4a997a6cf78d68b22c315e49ae98645cb7e6341db89a4b2158a325c2f1ef5aff
languageName: node
linkType: hard
"@babel/plugin-proposal-function-bind@npm:^7.23.3":
version: 7.27.1
resolution: "@babel/plugin-proposal-function-bind@npm:7.27.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.27.1"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/ccf64c33343f6b8df27574b16f718666bdf60dcf65f250d1d776c10369aecccc9886f7c76cb20ab837dc77bdc3f5b0e42296e6aeedc205c6974a19abb377780a
languageName: node
linkType: hard
"@babel/plugin-proposal-function-sent@npm:^7.23.3":
version: 7.27.1
resolution: "@babel/plugin-proposal-function-sent@npm:7.27.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.27.1"
"@babel/helper-wrap-function": "npm:^7.27.1"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/8c577929717233e462c3e13ce2da068059217ddae574c73feb79c207d879c45530a114fad3d5e4722fb637516a58ff065a4286a62cc13375a054ef103532d363
languageName: node
linkType: hard
"@babel/plugin-proposal-import-defer@npm:^7.23.0":
version: 7.27.1
resolution: "@babel/plugin-proposal-import-defer@npm:7.27.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.27.1"
"@babel/plugin-transform-modules-commonjs": "npm:^7.27.1"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/e663c471fdd464dcc98c4f0e55d89acab69b85e739bf2adb141304605a193ec1322867350212a34507ba8e24205f35ff4dc9992a2b7e3915279215da039e5597
languageName: node
linkType: hard
"@babel/plugin-proposal-import-wasm-source@npm:^7.23.0":
version: 7.27.1
resolution: "@babel/plugin-proposal-import-wasm-source@npm:7.27.1"
dependencies:
"@babel/helper-import-to-platform-api": "npm:^7.27.1"
"@babel/helper-plugin-utils": "npm:^7.27.1"
"@babel/plugin-syntax-import-source": "npm:^7.27.1"
peerDependencies:
"@babel/core": ^7.22.0
checksum: 10c0/03099a64f0f8359848514e66c38eb81fc42a710b84b7d64291b39f49177cb2a989ab26a9ab61c199853d8efa4369cac227142bc05f5042d0db184774ff6feaee
languageName: node
linkType: hard
"@babel/plugin-proposal-optional-chaining-assign@npm:^7.23.0":
version: 7.27.1
resolution: "@babel/plugin-proposal-optional-chaining-assign@npm:7.27.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.27.1"
"@babel/helper-skip-transparent-expression-wrappers": "npm:^7.27.1"
"@babel/plugin-syntax-optional-chaining-assign": "npm:^7.27.1"
"@babel/plugin-transform-optional-chaining": "npm:^7.27.1"
peerDependencies:
"@babel/core": ^7.22.5
checksum: 10c0/9ad5266b188194b13ff3c931907361fd39f342fdc90bd53526a5808ca223a0ed6d50755285a5b5048bb1f6d8a2b0b7f554ab0a7381fb0dbb82667bf9721f1406
languageName: node
linkType: hard
"@babel/plugin-proposal-partial-application@npm:^7.23.3":
version: 7.27.1
resolution: "@babel/plugin-proposal-partial-application@npm:7.27.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.27.1"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/f6e6f30b90574778eb785a9bbfb172041dd174df71eab0d4a7ef484fb4646c096467ee7a987a1d377a637ae74dd580a64f5a3e2672f39e11d2274563a709d43d
languageName: node
linkType: hard
"@babel/plugin-proposal-pipeline-operator@npm:^7.23.3":
version: 7.27.1
resolution: "@babel/plugin-proposal-pipeline-operator@npm:7.27.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.27.1"
"@babel/plugin-syntax-pipeline-operator": "npm:^7.27.1"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/ab8fac5cc108b3b688f2caf3ed485772f6070666fb503c4d56e00eaaec4b4456547aea34cfe6ccff069968f189a29a61ed7b206b3b7ed272ad15d18407dad1bd
languageName: node
linkType: hard
"@babel/plugin-proposal-private-property-in-object@npm:7.21.0-placeholder-for-preset-env.2":
version: 7.21.0-placeholder-for-preset-env.2
resolution: "@babel/plugin-proposal-private-property-in-object@npm:7.21.0-placeholder-for-preset-env.2"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/e605e0070da087f6c35579499e65801179a521b6842c15181a1e305c04fded2393f11c1efd09b087be7f8b083d1b75e8f3efcbc1292b4f60d3369e14812cff63
languageName: node
linkType: hard
"@babel/plugin-proposal-private-property-in-object@npm:^7.21.11":
version: 7.21.11
resolution: "@babel/plugin-proposal-private-property-in-object@npm:7.21.11"
dependencies:
"@babel/helper-annotate-as-pure": "npm:^7.18.6"
"@babel/helper-create-class-features-plugin": "npm:^7.21.0"
"@babel/helper-plugin-utils": "npm:^7.20.2"
"@babel/plugin-syntax-private-property-in-object": "npm:^7.14.5"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/3c8c9ea175101b1cbb2b0e8fee20fcbdd03eb0700d3581aa826ac3573c9b002f39b1512c2af9fd1903ff921bcc864da95ad3cdeba53c9fbcfb3dc23916eacf47
languageName: node
linkType: hard
"@babel/plugin-proposal-record-and-tuple@npm:^7.23.3":
version: 7.27.1
resolution: "@babel/plugin-proposal-record-and-tuple@npm:7.27.1"
dependencies:
"@babel/helper-module-imports": "npm:^7.27.1"
"@babel/helper-plugin-utils": "npm:^7.27.1"
"@babel/helper-validator-option": "npm:^7.27.1"
"@babel/plugin-syntax-record-and-tuple": "npm:^7.27.1"
peerDependencies:
"@babel/core": ^7.12.0
checksum: 10c0/b6c3d8dde3f3b1e45f1bf8595bf435c82756551493e534292a3797425b563e49ac49d64c50d430704c4b748153673cdb3ca65d0e7efd482a5533520685cb3053
languageName: node
linkType: hard
"@babel/plugin-proposal-regexp-modifiers@npm:^7.23.3":
version: 7.25.9
resolution: "@babel/plugin-proposal-regexp-modifiers@npm:7.25.9"
dependencies:
"@babel/helper-create-regexp-features-plugin": "npm:^7.25.9"
"@babel/helper-plugin-utils": "npm:^7.25.9"
peerDependencies:
"@babel/core": ^7.0.0
checksum: 10c0/400133769fe932770c197c35055192f21aac18f13857654c635e256f0dfa501bad68288cc6e000600cb78d9039f802a3558d58c18169b03d89cbe69dbe45b151
languageName: node
linkType: hard
"@babel/plugin-proposal-throw-expressions@npm:^7.23.3":
version: 7.27.1
resolution: "@babel/plugin-proposal-throw-expressions@npm:7.27.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.27.1"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/89a8a8cd688ef0adce0b078bc515769f1abcddea303da6493e481a0ac3516522c631222841c2e8913d52e1a30188de96266273c06963d6e6c5364b8221cff7f0
languageName: node
linkType: hard
"@babel/plugin-syntax-decorators@npm:^7.23.3, @babel/plugin-syntax-decorators@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/plugin-syntax-decorators@npm:7.27.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.27.1"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/46ef933bae10b02a8f8603b2f424ecbe23e134a133205bee7c0902dae3021c183a683964cab41ea5433820aa05be0f6f36243551f68a1d94e02ac082cec87aa1
languageName: node
linkType: hard
"@babel/plugin-syntax-import-assertions@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/plugin-syntax-import-assertions@npm:7.27.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.27.1"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/06a954ee672f7a7c44d52b6e55598da43a7064e80df219765c51c37a0692641277e90411028f7cae4f4d1dedeed084f0c453576fa421c35a81f1603c5e3e0146
languageName: node
linkType: hard
"@babel/plugin-syntax-import-attributes@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/plugin-syntax-import-attributes@npm:7.27.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.27.1"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/e66f7a761b8360419bbb93ab67d87c8a97465ef4637a985ff682ce7ba6918b34b29d81190204cf908d0933058ee7b42737423cd8a999546c21b3aabad4affa9a
languageName: node
linkType: hard
"@babel/plugin-syntax-import-source@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/plugin-syntax-import-source@npm:7.27.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.27.1"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/cc37085ce7ead518e3fcf1610d17c1814fceff2ef38d787ed01baaab79a99dd606557b04991247b4699e2d7fd15d45a96be87e0bc108a3d8718ad9e3cf6e1cb4
languageName: node
linkType: hard
"@babel/plugin-syntax-jsx@npm:^7.2.0, @babel/plugin-syntax-jsx@npm:^7.25.9, @babel/plugin-syntax-jsx@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/plugin-syntax-jsx@npm:7.27.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.27.1"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/bc5afe6a458d5f0492c02a54ad98c5756a0c13bd6d20609aae65acd560a9e141b0876da5f358dce34ea136f271c1016df58b461184d7ae9c4321e0f98588bc84
languageName: node
linkType: hard
"@babel/plugin-syntax-optional-chaining-assign@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/plugin-syntax-optional-chaining-assign@npm:7.27.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.27.1"
"@babel/helper-validator-option": "npm:^7.27.1"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/3be904ee611c27f5e28aeada6a2d856eb3de49c9380b745a9efe14be1c20be1411201d0ab6d4c167f9161150999e85eb915dde987b70ca08b6f95d117a9e7177
languageName: node
linkType: hard
"@babel/plugin-syntax-pipeline-operator@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/plugin-syntax-pipeline-operator@npm:7.27.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.27.1"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/d7ee4cca3121b6bef25d581ac2b7ac7d80b7370f73af449b023e7624a6870465a928255ea77d843c70f1657e3d980ed3ae242b8f9fbe65c01a742f65797ede27
languageName: node
linkType: hard
"@babel/plugin-syntax-private-property-in-object@npm:^7.14.5":
version: 7.14.5
resolution: "@babel/plugin-syntax-private-property-in-object@npm:7.14.5"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.14.5"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/69822772561706c87f0a65bc92d0772cea74d6bc0911537904a676d5ff496a6d3ac4e05a166d8125fce4a16605bace141afc3611074e170a994e66e5397787f3
languageName: node
linkType: hard
"@babel/plugin-syntax-record-and-tuple@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/plugin-syntax-record-and-tuple@npm:7.27.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.27.1"
peerDependencies:
"@babel/core": ^7.0.0
checksum: 10c0/5c9848ab2be32cd34700d8640b646895f86bb43c476290a982caa83beca1d19ffab4ba9724af1eb4cb3eeb244ed51e7df1b22d86640c3ad6a8d1e0f7111c63ce
languageName: node
linkType: hard
"@babel/plugin-syntax-typescript@npm:^7.23.3, @babel/plugin-syntax-typescript@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/plugin-syntax-typescript@npm:7.27.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.27.1"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/11589b4c89c66ef02d57bf56c6246267851ec0c361f58929327dc3e070b0dab644be625bbe7fb4c4df30c3634bfdfe31244e1f517be397d2def1487dbbe3c37d
languageName: node
linkType: hard
"@babel/plugin-syntax-unicode-sets-regex@npm:^7.18.6":
version: 7.18.6
resolution: "@babel/plugin-syntax-unicode-sets-regex@npm:7.18.6"
dependencies:
"@babel/helper-create-regexp-features-plugin": "npm:^7.18.6"
"@babel/helper-plugin-utils": "npm:^7.18.6"
peerDependencies:
"@babel/core": ^7.0.0
checksum: 10c0/9144e5b02a211a4fb9a0ce91063f94fbe1004e80bde3485a0910c9f14897cf83fabd8c21267907cff25db8e224858178df0517f14333cfcf3380ad9a4139cb50
languageName: node
linkType: hard
"@babel/plugin-transform-arrow-functions@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/plugin-transform-arrow-functions@npm:7.27.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.27.1"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/19abd7a7d11eef58c9340408a4c2594503f6c4eaea1baa7b0e5fbdda89df097e50663edb3448ad2300170b39efca98a75e5767af05cad3b0facb4944326896a3
languageName: node
linkType: hard
"@babel/plugin-transform-async-generator-functions@npm:^7.28.0":
version: 7.28.0
resolution: "@babel/plugin-transform-async-generator-functions@npm:7.28.0"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.27.1"
"@babel/helper-remap-async-to-generator": "npm:^7.27.1"
"@babel/traverse": "npm:^7.28.0"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/739d577e649d7d7b9845dc309e132964327ab3eaea43ad04d04a7dcb977c63f9aa9a423d1ca39baf10939128d02f52e6fda39c834fb9f1753785b1497e72c4dc
languageName: node
linkType: hard
"@babel/plugin-transform-async-to-generator@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/plugin-transform-async-to-generator@npm:7.27.1"
dependencies:
"@babel/helper-module-imports": "npm:^7.27.1"
"@babel/helper-plugin-utils": "npm:^7.27.1"
"@babel/helper-remap-async-to-generator": "npm:^7.27.1"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/e76b1f6f9c3bbf72e17d7639406d47f09481806de4db99a8de375a0bb40957ea309b20aa705f0c25ab1d7c845e3f365af67eafa368034521151a0e352a03ef2f
languageName: node
linkType: hard
"@babel/plugin-transform-block-scoped-functions@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/plugin-transform-block-scoped-functions@npm:7.27.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.27.1"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/3313130ba3bf0699baad0e60da1c8c3c2f0c2c0a7039cd0063e54e72e739c33f1baadfc9d8c73b3fea8c85dd7250c3964fb09c8e1fa62ba0b24a9fefe0a8dbde
languageName: node
linkType: hard
"@babel/plugin-transform-block-scoping@npm:^7.28.0":
version: 7.28.0
resolution: "@babel/plugin-transform-block-scoping@npm:7.28.0"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.27.1"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/787d85e72a92917e735aa54e23062fa777031f8a07046e67f5026eff3d91e64eb535575dd1df917b0011bee014ae51287478af14c1d4ba60bc81e326bc044cfc
languageName: node
linkType: hard
"@babel/plugin-transform-class-properties@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/plugin-transform-class-properties@npm:7.27.1"
dependencies:
"@babel/helper-create-class-features-plugin": "npm:^7.27.1"
"@babel/helper-plugin-utils": "npm:^7.27.1"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/cc0662633c0fe6df95819fef223506ddf26c369c8d64ab21a728d9007ec866bf9436a253909819216c24a82186b6ccbc1ec94d7aaf3f82df227c7c02fa6a704b
languageName: node
linkType: hard
"@babel/plugin-transform-class-static-block@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/plugin-transform-class-static-block@npm:7.27.1"
dependencies:
"@babel/helper-create-class-features-plugin": "npm:^7.27.1"
"@babel/helper-plugin-utils": "npm:^7.27.1"
peerDependencies:
"@babel/core": ^7.12.0
checksum: 10c0/396997dd81fc1cf242b921e337d25089d6b9dc3596e81322ff11a6359326dc44f2f8b82dcc279c2e514cafaf8964dc7ed39e9fab4b8af1308b57387d111f6a20
languageName: node