-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathnpm.lock
More file actions
2140 lines (2140 loc) · 91.1 KB
/
npm.lock
File metadata and controls
2140 lines (2140 loc) · 91.1 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": 1,
"packages": {
"@babel/helper-string-parser": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
"version": "7.27.1"
},
"@babel/helper-validator-identifier": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
"version": "7.28.5"
},
"@babel/parser": {
"dependencies": {
"@babel/types": "^7.29.0"
},
"has_install_script": false,
"integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.3.tgz",
"version": "7.29.3"
},
"@babel/types": {
"dependencies": {
"@babel/helper-string-parser": "^7.27.1",
"@babel/helper-validator-identifier": "^7.28.5"
},
"has_install_script": false,
"integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
"version": "7.29.0"
},
"@colors/colors": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz",
"version": "1.5.0"
},
"@emnapi/core": {
"dependencies": {
"@emnapi/wasi-threads": "1.2.1",
"tslib": "^2.4.0"
},
"has_install_script": false,
"integrity": "sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@emnapi/core/-/core-1.10.0.tgz",
"version": "1.10.0"
},
"@emnapi/runtime": {
"dependencies": {
"tslib": "^2.4.0"
},
"has_install_script": false,
"integrity": "sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.10.0.tgz",
"version": "1.10.0"
},
"@emnapi/wasi-threads": {
"dependencies": {
"tslib": "^2.4.0"
},
"has_install_script": false,
"integrity": "sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz",
"version": "1.2.1"
},
"@jscpd/badge-reporter": {
"dependencies": {
"badgen": "^3.2.3",
"colors": "^1.4.0",
"fs-extra": "^11.2.0"
},
"has_install_script": false,
"integrity": "sha512-SLVhP00R9lkQ//Ivaanfm7k0L9sewpBven670kk1uGec2SWUOa7MVQcuad/TV59KEZ73UIC1lXvi6O9hAnbpUw==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@jscpd/badge-reporter/-/badge-reporter-4.0.5.tgz",
"version": "4.0.5"
},
"@jscpd/core": {
"dependencies": {
"eventemitter3": "^5.0.1"
},
"has_install_script": false,
"integrity": "sha512-Udvym21nWzxjYRVXwwpYNBqZ6b50QV2zHN3fFNzOPPg4cfQVYOZerILB7xNDUsXHC1PCr/N52Tq3q7AElvjWWA==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@jscpd/core/-/core-4.0.5.tgz",
"version": "4.0.5"
},
"@jscpd/finder": {
"dependencies": {
"@jscpd/core": "4.0.5",
"@jscpd/tokenizer": "4.0.5",
"blamer": "^1.0.6",
"bytes": "^3.1.2",
"cli-table3": "^0.6.5",
"colors": "^1.4.0",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"markdown-table": "^2.0.0",
"pug": "^3.0.3"
},
"has_install_script": false,
"integrity": "sha512-/2VkRoVrrfya+51sitZo5I9MdwsRaPKB8X3L3khAYoHFXk4L/mUuG81RmGazDHjUIGg22ItlkQtwzorNZ2+aPw==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@jscpd/finder/-/finder-4.0.5.tgz",
"version": "4.0.5"
},
"@jscpd/html-reporter": {
"dependencies": {
"colors": "1.4.0",
"fs-extra": "^11.2.0",
"pug": "^3.0.3"
},
"has_install_script": false,
"integrity": "sha512-drK2J8KyPIW9wvaElSIobZFp4dBO9GA++JW4gx3oihvLdDSp8qSo/CNqH47Dw0XkjQTxND3j/+Wz5JWvYRBgFQ==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@jscpd/html-reporter/-/html-reporter-4.0.5.tgz",
"version": "4.0.5"
},
"@jscpd/tokenizer": {
"dependencies": {
"@jscpd/core": "4.0.5",
"reprism": "^0.0.11",
"spark-md5": "^3.0.2"
},
"has_install_script": false,
"integrity": "sha512-WzRujQtN5WedxZVDKuoanxmKAFrxcLrHpcA6kaM4z8AhGtWXZ325yseqgL5TZ8OK7Auwu7kQLlqhfk05fGYG7A==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@jscpd/tokenizer/-/tokenizer-4.0.5.tgz",
"version": "4.0.5"
},
"@napi-rs/wasm-runtime": {
"dependencies": {
"@emnapi/core": "^1.4.3",
"@emnapi/runtime": "^1.4.3",
"@tybys/wasm-util": "^0.10.0"
},
"has_install_script": false,
"integrity": "sha512-ZVWUcfwY4E/yPitQJl481FjFo3K22D6qF0DuFH6Y/nbnE11GY5uguDxZMGXPQ8WQ0128MXQD7TnfHyK4oWoIJQ==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-0.2.12.tgz",
"version": "0.2.12"
},
"@node-rs/argon2": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-t64wIsPEtNd4aUPuTAyeL2ubxATCBGmeluaKXEMAFk/8w6AJIVVkeLKMBpgLW6LU2t5cQxT+env/c6jxbtTQBg==",
"optional_dependencies": {
"@node-rs/argon2-android-arm-eabi": "2.0.2",
"@node-rs/argon2-android-arm64": "2.0.2",
"@node-rs/argon2-darwin-arm64": "2.0.2",
"@node-rs/argon2-darwin-x64": "2.0.2",
"@node-rs/argon2-freebsd-x64": "2.0.2",
"@node-rs/argon2-linux-arm-gnueabihf": "2.0.2",
"@node-rs/argon2-linux-arm64-gnu": "2.0.2",
"@node-rs/argon2-linux-arm64-musl": "2.0.2",
"@node-rs/argon2-linux-x64-gnu": "2.0.2",
"@node-rs/argon2-linux-x64-musl": "2.0.2",
"@node-rs/argon2-wasm32-wasi": "2.0.2",
"@node-rs/argon2-win32-arm64-msvc": "2.0.2",
"@node-rs/argon2-win32-ia32-msvc": "2.0.2",
"@node-rs/argon2-win32-x64-msvc": "2.0.2"
},
"tarball": "https://registry.npmjs.org/@node-rs/argon2/-/argon2-2.0.2.tgz",
"version": "2.0.2"
},
"@node-rs/argon2-android-arm-eabi": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-DV/H8p/jt40lrao5z5g6nM9dPNPGEHL+aK6Iy/og+dbL503Uj0AHLqj1Hk9aVUSCNnsDdUEKp4TVMi0YakDYKw==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@node-rs/argon2-android-arm-eabi/-/argon2-android-arm-eabi-2.0.2.tgz",
"version": "2.0.2"
},
"@node-rs/argon2-android-arm64": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-1LKwskau+8O1ktKx7TbK7jx1oMOMt4YEXZOdSNIar1TQKxm6isZ0cRXgHLibPHEcNHgYRsJWDE9zvDGBB17QDg==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@node-rs/argon2-android-arm64/-/argon2-android-arm64-2.0.2.tgz",
"version": "2.0.2"
},
"@node-rs/argon2-darwin-arm64": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-3TTNL/7wbcpNju5YcqUrCgXnXUSbD7ogeAKatzBVHsbpjZQbNb1NDxDjqqrWoTt6XL3z9mJUMGwbAk7zQltHtA==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@node-rs/argon2-darwin-arm64/-/argon2-darwin-arm64-2.0.2.tgz",
"version": "2.0.2"
},
"@node-rs/argon2-darwin-x64": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-vNPfkLj5Ij5111UTiYuwgxMqE7DRbOS2y58O2DIySzSHbcnu+nipmRKg+P0doRq6eKIJStyBK8dQi5Ic8pFyDw==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@node-rs/argon2-darwin-x64/-/argon2-darwin-x64-2.0.2.tgz",
"version": "2.0.2"
},
"@node-rs/argon2-freebsd-x64": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-M8vQZk01qojQfCqQU0/O1j1a4zPPrz93zc9fSINY7Q/6RhQRBCYwDw7ltDCZXg5JRGlSaeS8cUXWyhPGar3cGg==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@node-rs/argon2-freebsd-x64/-/argon2-freebsd-x64-2.0.2.tgz",
"version": "2.0.2"
},
"@node-rs/argon2-linux-arm-gnueabihf": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-7EmmEPHLzcu0G2GDh30L6G48CH38roFC2dqlQJmtRCxs6no3tTE/pvgBGatTp/o2n2oyOJcfmgndVFcUpwMnww==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@node-rs/argon2-linux-arm-gnueabihf/-/argon2-linux-arm-gnueabihf-2.0.2.tgz",
"version": "2.0.2"
},
"@node-rs/argon2-linux-arm64-gnu": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-6lsYh3Ftbk+HAIZ7wNuRF4SZDtxtFTfK+HYFAQQyW7Ig3LHqasqwfUKRXVSV5tJ+xTnxjqgKzvZSUJCAyIfHew==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@node-rs/argon2-linux-arm64-gnu/-/argon2-linux-arm64-gnu-2.0.2.tgz",
"version": "2.0.2"
},
"@node-rs/argon2-linux-arm64-musl": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-p3YqVMNT/4DNR67tIHTYGbedYmXxW9QlFmF39SkXyEbGQwpgSf6pH457/fyXBIYznTU/smnG9EH+C1uzT5j4hA==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@node-rs/argon2-linux-arm64-musl/-/argon2-linux-arm64-musl-2.0.2.tgz",
"version": "2.0.2"
},
"@node-rs/argon2-linux-x64-gnu": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-ZM3jrHuJ0dKOhvA80gKJqBpBRmTJTFSo2+xVZR+phQcbAKRlDMSZMFDiKbSTnctkfwNFtjgDdh5g1vaEV04AvA==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@node-rs/argon2-linux-x64-gnu/-/argon2-linux-x64-gnu-2.0.2.tgz",
"version": "2.0.2"
},
"@node-rs/argon2-linux-x64-musl": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-of5uPqk7oCRF/44a89YlWTEfjsftPywyTULwuFDKyD8QtVZoonrJR6ZWvfFE/6jBT68S0okAkAzzMEdBVWdxWw==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@node-rs/argon2-linux-x64-musl/-/argon2-linux-x64-musl-2.0.2.tgz",
"version": "2.0.2"
},
"@node-rs/argon2-wasm32-wasi": {
"dependencies": {
"@napi-rs/wasm-runtime": "^0.2.5"
},
"has_install_script": false,
"integrity": "sha512-U3PzLYKSQYzTERstgtHLd4ZTkOF9co57zTXT77r0cVUsleGZOrd6ut7rHzeWwoJSiHOVxxa0OhG1JVQeB7lLoQ==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@node-rs/argon2-wasm32-wasi/-/argon2-wasm32-wasi-2.0.2.tgz",
"version": "2.0.2"
},
"@node-rs/argon2-win32-arm64-msvc": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-Eisd7/NM0m23ijrGr6xI2iMocdOuyl6gO27gfMfya4C5BODbUSP7ljKJ7LrA0teqZMdYHesRDzx36Js++/vhiQ==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@node-rs/argon2-win32-arm64-msvc/-/argon2-win32-arm64-msvc-2.0.2.tgz",
"version": "2.0.2"
},
"@node-rs/argon2-win32-ia32-msvc": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-GsE2ezwAYwh72f9gIjbGTZOf4HxEksb5M2eCaj+Y5rGYVwAdt7C12Q2e9H5LRYxWcFvLH4m4jiSZpQQ4upnPAQ==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@node-rs/argon2-win32-ia32-msvc/-/argon2-win32-ia32-msvc-2.0.2.tgz",
"version": "2.0.2"
},
"@node-rs/argon2-win32-x64-msvc": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-cJxWXanH4Ew9CfuZ4IAEiafpOBCe97bzoKowHCGk5lG/7kR4WF/eknnBlHW9m8q7t10mKq75kruPLtbSDqgRTw==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@node-rs/argon2-win32-x64-msvc/-/argon2-win32-x64-msvc-2.0.2.tgz",
"version": "2.0.2"
},
"@node-rs/bcrypt": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-1wk0gHsUQC/ap0j6SJa2K34qNhomxXRcEe3T8cI5s+g6fgHBgLTN7U9LzWTG/HE6G4+2tWWLeCabk1wiYGEQSA==",
"optional_dependencies": {
"@node-rs/bcrypt-android-arm-eabi": "1.10.7",
"@node-rs/bcrypt-android-arm64": "1.10.7",
"@node-rs/bcrypt-darwin-arm64": "1.10.7",
"@node-rs/bcrypt-darwin-x64": "1.10.7",
"@node-rs/bcrypt-freebsd-x64": "1.10.7",
"@node-rs/bcrypt-linux-arm-gnueabihf": "1.10.7",
"@node-rs/bcrypt-linux-arm64-gnu": "1.10.7",
"@node-rs/bcrypt-linux-arm64-musl": "1.10.7",
"@node-rs/bcrypt-linux-x64-gnu": "1.10.7",
"@node-rs/bcrypt-linux-x64-musl": "1.10.7",
"@node-rs/bcrypt-wasm32-wasi": "1.10.7",
"@node-rs/bcrypt-win32-arm64-msvc": "1.10.7",
"@node-rs/bcrypt-win32-ia32-msvc": "1.10.7",
"@node-rs/bcrypt-win32-x64-msvc": "1.10.7"
},
"tarball": "https://registry.npmjs.org/@node-rs/bcrypt/-/bcrypt-1.10.7.tgz",
"version": "1.10.7"
},
"@node-rs/bcrypt-android-arm-eabi": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-8dO6/PcbeMZXS3VXGEtct9pDYdShp2WBOWlDvSbcRwVqyB580aCBh0BEFmKYtXLzLvUK8Wf+CG3U6sCdILW1lA==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@node-rs/bcrypt-android-arm-eabi/-/bcrypt-android-arm-eabi-1.10.7.tgz",
"version": "1.10.7"
},
"@node-rs/bcrypt-android-arm64": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-UASFBS/CucEMHiCtL/2YYsAY01ZqVR1N7vSb94EOvG5iwW7BQO06kXXCTgj+Xbek9azxixrCUmo3WJnkJZ0hTQ==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@node-rs/bcrypt-android-arm64/-/bcrypt-android-arm64-1.10.7.tgz",
"version": "1.10.7"
},
"@node-rs/bcrypt-darwin-arm64": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-DgzFdAt455KTuiJ/zYIyJcKFobjNDR/hnf9OS7pK5NRS13Nq4gLcSIIyzsgHwZHxsJWbLpHmFc1H23Y7IQoQBw==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@node-rs/bcrypt-darwin-arm64/-/bcrypt-darwin-arm64-1.10.7.tgz",
"version": "1.10.7"
},
"@node-rs/bcrypt-darwin-x64": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-SPWVfQ6sxSokoUWAKWD0EJauvPHqOGQTd7CxmYatcsUgJ/bruvEHxZ4bIwX1iDceC3FkOtmeHO0cPwR480n/xA==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@node-rs/bcrypt-darwin-x64/-/bcrypt-darwin-x64-1.10.7.tgz",
"version": "1.10.7"
},
"@node-rs/bcrypt-freebsd-x64": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-gpa+Ixs6GwEx6U6ehBpsQetzUpuAGuAFbOiuLB2oo4N58yU4AZz1VIcWyWAHrSWRs92O0SHtmo2YPrMrwfBbSw==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@node-rs/bcrypt-freebsd-x64/-/bcrypt-freebsd-x64-1.10.7.tgz",
"version": "1.10.7"
},
"@node-rs/bcrypt-linux-arm-gnueabihf": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-kYgJnTnpxrzl9sxYqzflobvMp90qoAlaX1oDL7nhNTj8OYJVDIk0jQgblj0bIkjmoPbBed53OJY/iu4uTS+wig==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@node-rs/bcrypt-linux-arm-gnueabihf/-/bcrypt-linux-arm-gnueabihf-1.10.7.tgz",
"version": "1.10.7"
},
"@node-rs/bcrypt-linux-arm64-gnu": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-7cEkK2RA+gBCj2tCVEI1rDSJV40oLbSq7bQ+PNMHNI6jCoXGmj9Uzo7mg7ZRbNZ7piIyNH5zlJqutjo8hh/tmA==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@node-rs/bcrypt-linux-arm64-gnu/-/bcrypt-linux-arm64-gnu-1.10.7.tgz",
"version": "1.10.7"
},
"@node-rs/bcrypt-linux-arm64-musl": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-X7DRVjshhwxUqzdUKDlF55cwzh+wqWJ2E/tILvZPboO3xaNO07Um568Vf+8cmKcz+tiZCGP7CBmKbBqjvKN/Pw==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@node-rs/bcrypt-linux-arm64-musl/-/bcrypt-linux-arm64-musl-1.10.7.tgz",
"version": "1.10.7"
},
"@node-rs/bcrypt-linux-x64-gnu": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-LXRZsvG65NggPD12hn6YxVgH0W3VR5fsE/o1/o2D5X0nxKcNQGeLWnRzs5cP8KpoFOuk1ilctXQJn8/wq+Gn/Q==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@node-rs/bcrypt-linux-x64-gnu/-/bcrypt-linux-x64-gnu-1.10.7.tgz",
"version": "1.10.7"
},
"@node-rs/bcrypt-linux-x64-musl": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-tCjHmct79OfcO3g5q21ME7CNzLzpw1MAsUXCLHLGWH+V6pp/xTvMbIcLwzkDj6TI3mxK6kehTn40SEjBkZ3Rog==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@node-rs/bcrypt-linux-x64-musl/-/bcrypt-linux-x64-musl-1.10.7.tgz",
"version": "1.10.7"
},
"@node-rs/bcrypt-wasm32-wasi": {
"dependencies": {
"@napi-rs/wasm-runtime": "^0.2.5"
},
"has_install_script": false,
"integrity": "sha512-4qXSihIKeVXYglfXZEq/QPtYtBUvR8d3S85k15Lilv3z5B6NSGQ9mYiNleZ7QHVLN2gEc5gmi7jM353DMH9GkA==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@node-rs/bcrypt-wasm32-wasi/-/bcrypt-wasm32-wasi-1.10.7.tgz",
"version": "1.10.7"
},
"@node-rs/bcrypt-win32-arm64-msvc": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-FdfUQrqmDfvC5jFhntMBkk8EI+fCJTx/I1v7Rj+Ezlr9rez1j1FmuUnywbBj2Cg15/0BDhwYdbyZ5GCMFli2aQ==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@node-rs/bcrypt-win32-arm64-msvc/-/bcrypt-win32-arm64-msvc-1.10.7.tgz",
"version": "1.10.7"
},
"@node-rs/bcrypt-win32-ia32-msvc": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-lZLf4Cx+bShIhU071p5BZft4OvP4PGhyp542EEsb3zk34U5GLsGIyCjOafcF/2DGewZL6u8/aqoxbSuROkgFXg==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@node-rs/bcrypt-win32-ia32-msvc/-/bcrypt-win32-ia32-msvc-1.10.7.tgz",
"version": "1.10.7"
},
"@node-rs/bcrypt-win32-x64-msvc": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-hdw7tGmN1DxVAMTzICLdaHpXjy+4rxaxnBMgI8seG1JL5e3VcRGsd1/1vVDogVp2cbsmgq+6d6yAY+D9lW/DCg==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@node-rs/bcrypt-win32-x64-msvc/-/bcrypt-win32-x64-msvc-1.10.7.tgz",
"version": "1.10.7"
},
"@node-rs/crc32": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-+llXfqt+UzgoDzT9of5vPQPGqTAVCohU74I9zIBkNo5TH6s2P31DFJOGsJQKN207f0GHnYv5pV3wh3BCY/un/A==",
"optional_dependencies": {
"@node-rs/crc32-android-arm-eabi": "1.10.6",
"@node-rs/crc32-android-arm64": "1.10.6",
"@node-rs/crc32-darwin-arm64": "1.10.6",
"@node-rs/crc32-darwin-x64": "1.10.6",
"@node-rs/crc32-freebsd-x64": "1.10.6",
"@node-rs/crc32-linux-arm-gnueabihf": "1.10.6",
"@node-rs/crc32-linux-arm64-gnu": "1.10.6",
"@node-rs/crc32-linux-arm64-musl": "1.10.6",
"@node-rs/crc32-linux-x64-gnu": "1.10.6",
"@node-rs/crc32-linux-x64-musl": "1.10.6",
"@node-rs/crc32-wasm32-wasi": "1.10.6",
"@node-rs/crc32-win32-arm64-msvc": "1.10.6",
"@node-rs/crc32-win32-ia32-msvc": "1.10.6",
"@node-rs/crc32-win32-x64-msvc": "1.10.6"
},
"tarball": "https://registry.npmjs.org/@node-rs/crc32/-/crc32-1.10.6.tgz",
"version": "1.10.6"
},
"@node-rs/crc32-android-arm-eabi": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-vZAMuJXm3TpWPOkkhxdrofWDv+Q+I2oO7ucLRbXyAPmXFNDhHtBxbO1rk9Qzz+M3eep8ieS4/+jCL1Q0zacNMQ==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@node-rs/crc32-android-arm-eabi/-/crc32-android-arm-eabi-1.10.6.tgz",
"version": "1.10.6"
},
"@node-rs/crc32-android-arm64": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-Vl/JbjCinCw/H9gEpZveWCMjxjcEChDcDBM8S4hKay5yyoRCUHJPuKr4sjVDBeOm+1nwU3oOm6Ca8dyblwp4/w==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@node-rs/crc32-android-arm64/-/crc32-android-arm64-1.10.6.tgz",
"version": "1.10.6"
},
"@node-rs/crc32-darwin-arm64": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-kARYANp5GnmsQiViA5Qu74weYQ3phOHSYQf0G+U5wB3NB5JmBHnZcOc46Ig21tTypWtdv7u63TaltJQE41noyg==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@node-rs/crc32-darwin-arm64/-/crc32-darwin-arm64-1.10.6.tgz",
"version": "1.10.6"
},
"@node-rs/crc32-darwin-x64": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-Q99bevJVMfLTISpkpKBlXgtPUItrvTWKFyiqoKH5IvscZmLV++NH4V13Pa17GTBmv9n18OwzgQY4/SRq6PQNVA==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@node-rs/crc32-darwin-x64/-/crc32-darwin-x64-1.10.6.tgz",
"version": "1.10.6"
},
"@node-rs/crc32-freebsd-x64": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-66hpawbNjrgnS9EDMErta/lpaqOMrL6a6ee+nlI2viduVOmRZWm9Rg9XdGTK/+c4bQLdtC6jOd+Kp4EyGRYkAg==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@node-rs/crc32-freebsd-x64/-/crc32-freebsd-x64-1.10.6.tgz",
"version": "1.10.6"
},
"@node-rs/crc32-linux-arm-gnueabihf": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-E8Z0WChH7X6ankbVm8J/Yym19Cq3otx6l4NFPS6JW/cWdjv7iw+Sps2huSug+TBprjbcEA+s4TvEwfDI1KScjg==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@node-rs/crc32-linux-arm-gnueabihf/-/crc32-linux-arm-gnueabihf-1.10.6.tgz",
"version": "1.10.6"
},
"@node-rs/crc32-linux-arm64-gnu": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-LmWcfDbqAvypX0bQjQVPmQGazh4dLiVklkgHxpV4P0TcQ1DT86H/SWpMBMs/ncF8DGuCQ05cNyMv1iddUDugoQ==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@node-rs/crc32-linux-arm64-gnu/-/crc32-linux-arm64-gnu-1.10.6.tgz",
"version": "1.10.6"
},
"@node-rs/crc32-linux-arm64-musl": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-k8ra/bmg0hwRrIEE8JL1p32WfaN9gDlUUpQRWsbxd1WhjqvXea7kKO6K4DwVxyxlPhBS9Gkb5Urq7Y4mXANzaw==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@node-rs/crc32-linux-arm64-musl/-/crc32-linux-arm64-musl-1.10.6.tgz",
"version": "1.10.6"
},
"@node-rs/crc32-linux-x64-gnu": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-IfjtqcuFK7JrSZ9mlAFhb83xgium30PguvRjIMI45C3FJwu18bnLk1oR619IYb/zetQT82MObgmqfKOtgemEKw==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@node-rs/crc32-linux-x64-gnu/-/crc32-linux-x64-gnu-1.10.6.tgz",
"version": "1.10.6"
},
"@node-rs/crc32-linux-x64-musl": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-LbFYsA5M9pNunOweSt6uhxenYQF94v3bHDAQRPTQ3rnjn+mK6IC7YTAYoBjvoJP8lVzcvk9hRj8wp4Jyh6Y80g==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@node-rs/crc32-linux-x64-musl/-/crc32-linux-x64-musl-1.10.6.tgz",
"version": "1.10.6"
},
"@node-rs/crc32-wasm32-wasi": {
"dependencies": {
"@napi-rs/wasm-runtime": "^0.2.5"
},
"has_install_script": false,
"integrity": "sha512-KaejdLgHMPsRaxnM+OG9L9XdWL2TabNx80HLdsCOoX9BVhEkfh39OeahBo8lBmidylKbLGMQoGfIKDjq0YMStw==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@node-rs/crc32-wasm32-wasi/-/crc32-wasm32-wasi-1.10.6.tgz",
"version": "1.10.6"
},
"@node-rs/crc32-win32-arm64-msvc": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-x50AXiSxn5Ccn+dCjLf1T7ZpdBiV1Sp5aC+H2ijhJO4alwznvXgWbopPRVhbp2nj0i+Gb6kkDUEyU+508KAdGQ==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@node-rs/crc32-win32-arm64-msvc/-/crc32-win32-arm64-msvc-1.10.6.tgz",
"version": "1.10.6"
},
"@node-rs/crc32-win32-ia32-msvc": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-DpDxQLaErJF9l36aghe1Mx+cOnYLKYo6qVPqPL9ukJ5rAGLtCdU0C+Zoi3gs9ySm8zmbFgazq/LvmsZYU42aBw==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@node-rs/crc32-win32-ia32-msvc/-/crc32-win32-ia32-msvc-1.10.6.tgz",
"version": "1.10.6"
},
"@node-rs/crc32-win32-x64-msvc": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-5B1vXosIIBw1m2Rcnw62IIfH7W9s9f7H7Ma0rRuhT8HR4Xh8QCgw6NJSI2S2MCngsGktYnAhyUvs81b7efTyQw==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@node-rs/crc32-win32-x64-msvc/-/crc32-win32-x64-msvc-1.10.6.tgz",
"version": "1.10.6"
},
"@nodelib/fs.scandir": {
"dependencies": {
"@nodelib/fs.stat": "2.0.5",
"run-parallel": "^1.1.9"
},
"has_install_script": false,
"integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
"version": "2.1.5"
},
"@nodelib/fs.stat": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
"version": "2.0.5"
},
"@nodelib/fs.walk": {
"dependencies": {
"@nodelib/fs.scandir": "2.1.5",
"fastq": "^1.6.0"
},
"has_install_script": false,
"integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
"version": "1.2.8"
},
"@oxfmt/binding-android-arm-eabi": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-uwqk+/KhQvBIpULD8SMM/zAafMRC/+DV/xsEQjkkIsJ/kLmEI/2bxonVowcYTiXqqZ/a0FEW8DPkZY3VvwELDA==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxfmt/binding-android-arm-eabi/-/binding-android-arm-eabi-0.48.0.tgz",
"version": "0.48.0"
},
"@oxfmt/binding-android-arm64": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-VUCiKuXK5+McVssgHEJdrcGK7hRJzrRb36zm9/jwzMholyYt4BgXhw5Nm1V1DX6Ce717Zi/1jk432b/tgmQgtQ==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxfmt/binding-android-arm64/-/binding-android-arm64-0.48.0.tgz",
"version": "0.48.0"
},
"@oxfmt/binding-darwin-arm64": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-IkKp8rnIyQLW6Jt+6jragCbUVYSayk55lapiprLjIVvt4NczLyO/nwX2GgefLQ5iaBdfS8UEAFgCs/pLO6Cl0w==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxfmt/binding-darwin-arm64/-/binding-darwin-arm64-0.48.0.tgz",
"version": "0.48.0"
},
"@oxfmt/binding-darwin-x64": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-+aFuhsGIuvnoOjXyKVHMhPKJZR1kQkAl8QyrKoMlA7yJsSTC3N0Asl53La8TChSHhW8epToQ/Q0nvLmEmfNmLg==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxfmt/binding-darwin-x64/-/binding-darwin-x64-0.48.0.tgz",
"version": "0.48.0"
},
"@oxfmt/binding-freebsd-x64": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-fbqzQL8FjI9gGnktI7RIo0dksDziTAYBy7xlI7jU7eID5fxLF/25fS4Xj6GydD8Y5oWHL83U4NK160QaOAxtyg==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxfmt/binding-freebsd-x64/-/binding-freebsd-x64-0.48.0.tgz",
"version": "0.48.0"
},
"@oxfmt/binding-linux-arm-gnueabihf": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-hn4i0zhAyTiB3ZHjQfYUZkDvrbVkohw1S7pySWxWUoZ87HnkDoTFThj7QTxk40hNPOTUP0vHbPRNamFIv1HBJQ==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxfmt/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.48.0.tgz",
"version": "0.48.0"
},
"@oxfmt/binding-linux-arm-musleabihf": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-R4WBD9qF3QM9hqgdAa+fBGXmquTvDUujrPQ36t2Sjk8RPOSKGHDeN7l/khr10hqbQaOq9KCgPHG9ubNET/X/RQ==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxfmt/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.48.0.tgz",
"version": "0.48.0"
},
"@oxfmt/binding-linux-arm64-gnu": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-5bVdwSwlm1M8wbYCorLOxWxUBw/8tBvHYyQNIfwWVPwOJaj5vg1APSGJQVpwJfV5VNE9PSrR91UKEpoNwHhqUA==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxfmt/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.48.0.tgz",
"version": "0.48.0"
},
"@oxfmt/binding-linux-arm64-musl": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-vCS3Fk7gFslTqE1lUE2IlroyVV7u/9SmMA/uBqDoshuck2psGWcjW0ePyPZI3rM3+qtf2pDaMVIKMHozraifuw==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxfmt/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.48.0.tgz",
"version": "0.48.0"
},
"@oxfmt/binding-linux-ppc64-gnu": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-gKtfFfueUClXDumyoHUbymqRf7prHejOOyzJK0eIJn93GF9JBdFHdo60TM1ZBHxkEwZvjuOgHmKtneKbEOc/Eg==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxfmt/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-0.48.0.tgz",
"version": "0.48.0"
},
"@oxfmt/binding-linux-riscv64-gnu": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-SYt0UhOvZD/UwZz9sXq6J2uAw8o24f5VZpLB2DH01f6MevshmlgakQlZe2lwek2sZJkd07eLu7mZa0g7yeiw7Q==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxfmt/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.48.0.tgz",
"version": "0.48.0"
},
"@oxfmt/binding-linux-riscv64-musl": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-JLbrwck2AopG4ud/XklZO5N+qxGC7cS7ROvXZVNfx0MCLDDL2kGOLvzuWORkVjnjAM0CMAfIMU2zNBtQbM+4dw==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxfmt/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-0.48.0.tgz",
"version": "0.48.0"
},
"@oxfmt/binding-linux-s390x-gnu": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-mdxt5L8OQLxkQH+JVpdC/lknZNe0lX4hlO3d8+xvw2wToo+iDrid9tiGOd5bmHfUVd5wVhrUry0qlu5vq66NkQ==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxfmt/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.48.0.tgz",
"version": "0.48.0"
},
"@oxfmt/binding-linux-x64-gnu": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-oEz1BQwMrV7OMEFx/3VPDU3n9TM0AnxpktDYXjEg5i6nTX87wo18wSfBvkl4tzAICdKtoAQAdBIl7Y7hsPlx5w==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxfmt/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.48.0.tgz",
"version": "0.48.0"
},
"@oxfmt/binding-linux-x64-musl": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-g2SKTTurP5mWjd8Ecait0erYqmltL4IqW1EwttM25BxM6NiTt4ubobJYMR1uox1V2QgG4UfHH10CGRvWlUixjw==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxfmt/binding-linux-x64-musl/-/binding-linux-x64-musl-0.48.0.tgz",
"version": "0.48.0"
},
"@oxfmt/binding-openharmony-arm64": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-CIg24VgheEpvolHL2gQuax5qcQ602bRMHrJ9g8XsQr3iVj9aSPgopigBKuMqrXsupwkrU+RQCn5cG8PgFntR6w==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxfmt/binding-openharmony-arm64/-/binding-openharmony-arm64-0.48.0.tgz",
"version": "0.48.0"
},
"@oxfmt/binding-win32-arm64-msvc": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-zeaWkcxcEULwkGF3I/HgEvcDPN8buYDrxibBUa/IFh5Vmwyge+KpLO+hEwSovW349H0O/C0Z2kaFmEzEDm00/Q==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxfmt/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.48.0.tgz",
"version": "0.48.0"
},
"@oxfmt/binding-win32-ia32-msvc": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-yiEKnIAGvx5CyZQOlMaNlZkAbwT7/Quk0j3WLt+PR5hK+qYjPTRRJYDfD77wCBPLvEYAG41v4KG3iL0H+uxoxg==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxfmt/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-0.48.0.tgz",
"version": "0.48.0"
},
"@oxfmt/binding-win32-x64-msvc": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-GSD2+7t2UoVMV2NgxXypa4bKewflPMAjYnF0Xw9/ht82ZfafAHhb8STwrEd7wlH2PFogt5zw3WVCxYJaHUdbeQ==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxfmt/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.48.0.tgz",
"version": "0.48.0"
},
"@oxlint-tsgolint/darwin-arm64": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-4150Lpgc1YM09GcjA6GSrra1JoPjC7aOpfywLjWEY4vW0Sd1qKzqHF1WRaiw0/qUZ40OATYdv3aRd7ipPkWQbw==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxlint-tsgolint/darwin-arm64/-/darwin-arm64-0.22.1.tgz",
"version": "0.22.1"
},
"@oxlint-tsgolint/darwin-x64": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-vFWcPWYOgZs4HWcgS1EjUZg33NLcNfEYU49KGImmCfZWkflENrmBYV4HN/C0YeAPum6ZZ/goPSvQrB/cOD+NfA==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxlint-tsgolint/darwin-x64/-/darwin-x64-0.22.1.tgz",
"version": "0.22.1"
},
"@oxlint-tsgolint/linux-arm64": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-6LiUpP0Zir3+29FvBm7Y28q/dBjSHqTZ5MhG1Ckw4fGhI4cAvbcwXaKvbjx1TP7rRmBNOoq/M5xdpHjTb+GAew==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxlint-tsgolint/linux-arm64/-/linux-arm64-0.22.1.tgz",
"version": "0.22.1"
},
"@oxlint-tsgolint/linux-x64": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-fuX1hEQfpHauUbXADsfqVhRzrUrGabzGXbj5wsp2vKhV5uk/Rze8Mba9GdjFGECzvXudMGqHqxB4r6jGRdhxVA==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxlint-tsgolint/linux-x64/-/linux-x64-0.22.1.tgz",
"version": "0.22.1"
},
"@oxlint-tsgolint/win32-arm64": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-8SZidAj+jrbZf9ZjBEYW0tiNZ+KasqB2zgW26qdiPpQSF/DzURnPmXz651IeA9YsmbVdHGIooEHUmev6QJdquA==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxlint-tsgolint/win32-arm64/-/win32-arm64-0.22.1.tgz",
"version": "0.22.1"
},
"@oxlint-tsgolint/win32-x64": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-QweSk9H5lFh5Y+WUf2Kq/OAN88V6+62ZwGhP38gqdRotI90luXSMkruFTj7Q2rYrzH4ZVNaSqx7NY8JpSfIzqg==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxlint-tsgolint/win32-x64/-/win32-x64-0.22.1.tgz",
"version": "0.22.1"
},
"@oxlint/binding-android-arm-eabi": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-A9xLtQt7i0OA1PoB/meog6kikXI9CdwEp7ZwQqmgnpKn3G3b1orvTDy8CQ6T7w1HvDrgWGB78PkFKcWgibcTCg==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxlint/binding-android-arm-eabi/-/binding-android-arm-eabi-1.63.0.tgz",
"version": "1.63.0"
},
"@oxlint/binding-android-arm64": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-SQo+ZMvdR9l3CxZp5W5gFNxSiDxclY6lOzzNpKYLF8asESpm3Pwumx0gER5T7aHLF1/2BAAtLD3DiDkdgy4V1A==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxlint/binding-android-arm64/-/binding-android-arm64-1.63.0.tgz",
"version": "1.63.0"
},
"@oxlint/binding-darwin-arm64": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-6W82XjJDTmMnjg30427l0dufpnyLoq7wEukKdM6/g2VIybRVuQiBVh43EA4b+UxZ3+tLcKm+Or/pXGNgLCEU8g==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxlint/binding-darwin-arm64/-/binding-darwin-arm64-1.63.0.tgz",
"version": "1.63.0"
},
"@oxlint/binding-darwin-x64": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-CnWd/YCuVG5W1BYkjJEVbJG11o526O9qAwBEQM+nh8K19CRFUkFdROXCyYkGmroHEYQe4vgQ6+lh3550Lp35Xw==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxlint/binding-darwin-x64/-/binding-darwin-x64-1.63.0.tgz",
"version": "1.63.0"
},
"@oxlint/binding-freebsd-x64": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-a4eZAqrmtajqcxfdAzC+l7g3PaE3V8hpAYqqeD3fTxLXOMFdK3eNTZrU80n4dDEVm0JXy1aL5PqvqWldBl6zYA==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxlint/binding-freebsd-x64/-/binding-freebsd-x64-1.63.0.tgz",
"version": "1.63.0"
},
"@oxlint/binding-linux-arm-gnueabihf": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-tYUtU9TdbU3uXF5D62g5zXJ13iniFGhXQx5vp9cyEjGdbSAY3VdFBSaldYvyoDmgMZ0ZYuwQP1Y4t2Fhejwa0w==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxlint/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.63.0.tgz",
"version": "1.63.0"
},
"@oxlint/binding-linux-arm-musleabihf": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-I5r3twFf776UZg9dmRo2xbrKt00tTkORXEVe0ctg4vdTkQvJAjiCHxnbAU2HL1AiJ9cqADA76MAliuilsAWnvg==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxlint/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-1.63.0.tgz",
"version": "1.63.0"
},
"@oxlint/binding-linux-arm64-gnu": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-t7ltUkg6FFh4b564QyGir8xIj/QZbXu8FlcRkcyW9+ztr/mfRHlvUOFd95pJCXi9s/L5DrUeWWgpXRS+V+6igQ==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxlint/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.63.0.tgz",
"version": "1.63.0"
},
"@oxlint/binding-linux-arm64-musl": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-Q5mmZy/XWjuYFUuQyYjOvZ5U/JkKEwnpir6hGxhh6HcdP0V/BKxLo8dqkfF/t7r7AguB17dfS/8+go5AQDRR6g==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxlint/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.63.0.tgz",
"version": "1.63.0"
},
"@oxlint/binding-linux-ppc64-gnu": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-uBGtuZ0TzLB4x5wVa82HGNvYqY8buwDhyCnCP0R0gkk9szqVsP0MeTtD5HX7EsEuFIt+aYmYxuxeVxs3nTSwtQ==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxlint/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.63.0.tgz",
"version": "1.63.0"
},
"@oxlint/binding-linux-riscv64-gnu": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-h4s6FwxE+9MeA181o0dnDwHP32Y/bG8EiB/vrD6Ib+AMt6haigDc/0bUtI/sLmQDBMJnUfaCmtSSrEAqjtEVrA==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxlint/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-1.63.0.tgz",
"version": "1.63.0"
},
"@oxlint/binding-linux-riscv64-musl": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-2EaNcCBR8Mcjl5ARtuN3BdEpVkX7KpjSjMGZ/mJMIeaXgTtdz5ytg2VwygMSStA/k0ixfvZFoZOfjDEcouV5vQ==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxlint/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-1.63.0.tgz",
"version": "1.63.0"
},
"@oxlint/binding-linux-s390x-gnu": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-p4hlf/fd7TrYYl3QrWWD0GocqJefwMu3cHQhmi2FvEB/YOvFb5DZN3SMBaPi7B1TM5DeypkEtrVib674q1KKPg==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxlint/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.63.0.tgz",
"version": "1.63.0"
},
"@oxlint/binding-linux-x64-gnu": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-Vgq9rkRVcPcjbcH+ihYTfpeR7vCXfqpd+z5ItTGc0yYUV59L5ceHYN1iV4H9bKGV7Rn5hkVc7x3mSvHegduENA==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxlint/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.63.0.tgz",
"version": "1.63.0"
},
"@oxlint/binding-linux-x64-musl": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-3/Lkq/ncooA61rorrC+ZQed1Bc4VpGj+WnGsp58zmxKgvZ2vhreu+dcVyr3mX8NUpq7mfZ4gDDTou/yrF1Pd7A==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxlint/binding-linux-x64-musl/-/binding-linux-x64-musl-1.63.0.tgz",
"version": "1.63.0"
},
"@oxlint/binding-openharmony-arm64": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-0/EdD/6hDkx5Mfd769PTjvEM8mZ/6Dfukp1dBCL/2PjlIVGEtYdNZyok6ChqYPsT9JcFnlQnUeQzO0/1L/oC9w==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxlint/binding-openharmony-arm64/-/binding-openharmony-arm64-1.63.0.tgz",
"version": "1.63.0"
},
"@oxlint/binding-win32-arm64-msvc": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-wb0CUkN8ngwPiRQBjD1Cj0LsHeNvm+Xt6YBHDMtj2DVQVD6Oj8Ri7g6BD+KICf6LaBqZlmzOvy6nF9E/8yyGOg==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxlint/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.63.0.tgz",
"version": "1.63.0"
},
"@oxlint/binding-win32-ia32-msvc": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-BX5iq+ovdNlVYhSn5qPMUIT0uwAwt2lmEnCnzK+Gkhw4DovIvhGb96OFhV8yzQNUnQxn/xGkOR+X+BLrLDNm8w==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxlint/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-1.63.0.tgz",
"version": "1.63.0"
},
"@oxlint/binding-win32-x64-msvc": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-QeN/WELOfsXMeYwxvfgQrl6CbVftYUCZsGXHjXQd5Trccm8+i4gmtxaOui4xbJQaiDlviF8F3yLSBloQUeFsfA==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxlint/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.63.0.tgz",
"version": "1.63.0"
},
"@tybys/wasm-util": {
"dependencies": {
"tslib": "^2.4.0"
},
"has_install_script": false,
"integrity": "sha512-RoBvJ2X0wuKlWFIjrwffGw1IqZHKQqzIchKaadZZfnNpsAYp2mM0h36JtPCjNDAHGgYez/15uMBpfGwchhiMgg==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.2.tgz",
"version": "0.10.2"
},
"@types/sarif": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-kRz0VEkJqWLf1LLVN4pT1cg1Z9wAuvI6L97V3m2f5B76Tg8d413ddvLBPTEHAZJlnn4XSvu0FkZtViCQGVyrXQ==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@types/sarif/-/sarif-2.1.7.tgz",
"version": "2.1.7"
},
"acorn": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
"version": "7.4.1"
},
"ansi-regex": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
"version": "5.0.1"
},
"asap": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz",
"version": "2.0.6"
},
"assert-never": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-5oJg84os6NMQNl27T9LnZkvvqzvAnHu03ShCnoj6bsJwS7L8AO4lf+C/XjK/nvzEqQB744moC6V128RucQd1jA==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/assert-never/-/assert-never-1.4.0.tgz",
"version": "1.4.0"
},
"async-function": {