-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathnpm.lock
More file actions
1919 lines (1919 loc) · 83.7 KB
/
npm.lock
File metadata and controls
1919 lines (1919 loc) · 83.7 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": {},
"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": {},
"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"
},
"integrity": "sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.2.tgz",
"version": "7.29.2"
},
"@babel/types": {
"dependencies": {
"@babel/helper-string-parser": "^7.27.1",
"@babel/helper-validator-identifier": "^7.28.5"
},
"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": {},
"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.0",
"tslib": "^2.4.0"
},
"integrity": "sha512-mukuNALVsoix/w1BJwFzwXBN/dHeejQtuVzcDsfOEsdpCumXb/E9j8w11h5S54tT1xhifGfbbSm/ICrObRb3KA==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@emnapi/core/-/core-1.9.1.tgz",
"version": "1.9.1"
},
"@emnapi/runtime": {
"dependencies": {
"tslib": "^2.4.0"
},
"integrity": "sha512-VYi5+ZVLhpgK4hQ0TAjiQiZ6ol0oe4mBx7mVv7IflsiEp0OWoVsp/+f9Vc1hOhE0TtkORVrI1GvzyreqpgWtkA==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.9.1.tgz",
"version": "1.9.1"
},
"@emnapi/wasi-threads": {
"dependencies": {
"tslib": "^2.4.0"
},
"integrity": "sha512-N10dEJNSsUx41Z6pZsXU8FjPjpBEplgH24sfkmITrBED1/U2Esum9F3lfLrMjKHHjmi557zQn7kR9R+XWXu5Rg==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.0.tgz",
"version": "1.2.0"
},
"@jscpd/badge-reporter": {
"dependencies": {
"badgen": "^3.2.3",
"colors": "^1.4.0",
"fs-extra": "^11.2.0"
},
"integrity": "sha512-I9b4MmLXPM2vo0SxSUWnNGKcA4PjQlD3GzXvFK60z43cN/EIdLbOq3FVwCL+dg2obUqGXKIzAm7EsDFTg0D+mQ==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@jscpd/badge-reporter/-/badge-reporter-4.0.4.tgz",
"version": "4.0.4"
},
"@jscpd/core": {
"dependencies": {
"eventemitter3": "^5.0.1"
},
"integrity": "sha512-QGMT3iXEX1fI6lgjPH+x8eyJwhwr2KkpSF5uBpjC0Z5Xloj0yFTFLtwJT+RhxP/Ob4WYrtx2jvpKB269oIwgMQ==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@jscpd/core/-/core-4.0.4.tgz",
"version": "4.0.4"
},
"@jscpd/finder": {
"dependencies": {
"@jscpd/core": "4.0.4",
"@jscpd/tokenizer": "4.0.4",
"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"
},
"integrity": "sha512-qVUWY7Nzuvfd5OIk+n7/5CM98LmFroLqblRXAI2gDABwZrc7qS+WH2SNr0qoUq0f4OqwM+piiwKvwL/VDNn/Cg==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@jscpd/finder/-/finder-4.0.4.tgz",
"version": "4.0.4"
},
"@jscpd/html-reporter": {
"dependencies": {
"colors": "1.4.0",
"fs-extra": "^11.2.0",
"pug": "^3.0.3"
},
"integrity": "sha512-YiepyeYkeH74Kx59PJRdUdonznct0wHPFkf6FLQN+mCBoy6leAWCcOfHtcexnp+UsBFDlItG5nRdKrDSxSH+Kg==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@jscpd/html-reporter/-/html-reporter-4.0.4.tgz",
"version": "4.0.4"
},
"@jscpd/tokenizer": {
"dependencies": {
"@jscpd/core": "4.0.4",
"reprism": "^0.0.11",
"spark-md5": "^3.0.2"
},
"integrity": "sha512-xxYYY/qaLah/FlwogEbGIxx9CjDO+G9E6qawcy26WwrflzJb6wsnhjwdneN6Wb0RNCDsqvzY+bzG453jsin4UQ==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@jscpd/tokenizer/-/tokenizer-4.0.4.tgz",
"version": "4.0.4"
},
"@napi-rs/wasm-runtime": {
"dependencies": {
"@emnapi/core": "^1.4.3",
"@emnapi/runtime": "^1.4.3",
"@tybys/wasm-util": "^0.10.0"
},
"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": {},
"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": {},
"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": {},
"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": {},
"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": {},
"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": {},
"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": {},
"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": {},
"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": {},
"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": {},
"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": {},
"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"
},
"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": {},
"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": {},
"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": {},
"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": {},
"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": {},
"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": {},
"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": {},
"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": {},
"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": {},
"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": {},
"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": {},
"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": {},
"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": {},
"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": {},
"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"
},
"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": {},
"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": {},
"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": {},
"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": {},
"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": {},
"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": {},
"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": {},
"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": {},
"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": {},
"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": {},
"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": {},
"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": {},
"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": {},
"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": {},
"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"
},
"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": {},
"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": {},
"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": {},
"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"
},
"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": {},
"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"
},
"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": {},
"integrity": "sha512-2AW4VHG6mePEb1r4l6nBOVz1MwevNa0obayXd5Xce+gtP+cL/FCaoVK7JtpqCj4cEVxbLU4jijBUIWK41X2GGg==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxfmt/binding-android-arm-eabi/-/binding-android-arm-eabi-0.37.0.tgz",
"version": "0.37.0"
},
"@oxfmt/binding-android-arm64": {
"dependencies": {},
"integrity": "sha512-fW/oGfK337wYb/qfoeqKrcv3tMv7DlsKVmHca0DZrWHLMUYftpYD9z7TYOD5VQ1Lg8D/iTzQiTneT2CAMThPxg==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxfmt/binding-android-arm64/-/binding-android-arm64-0.37.0.tgz",
"version": "0.37.0"
},
"@oxfmt/binding-darwin-arm64": {
"dependencies": {},
"integrity": "sha512-8sfuzKA8Ic43ZCC1ZMwk12rNVao9nn7K6crTvtLQy+yQVbXE1xxR4P1YTxqaLEOGJNq+sB2xyrfJywKVF9VODw==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxfmt/binding-darwin-arm64/-/binding-darwin-arm64-0.37.0.tgz",
"version": "0.37.0"
},
"@oxfmt/binding-darwin-x64": {
"dependencies": {},
"integrity": "sha512-X67bSfIDL1ufBY5OLxK3oG5Gj8Jvp7f2yEDVSduvolV+a0k6KJ1ZDFqG9wyTfancKVb7aZ5lTs63pAOxZYrj4A==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxfmt/binding-darwin-x64/-/binding-darwin-x64-0.37.0.tgz",
"version": "0.37.0"
},
"@oxfmt/binding-freebsd-x64": {
"dependencies": {},
"integrity": "sha512-ULQ6098xUjZoZbT38qHj3Bgwq1BbglgnLOpB01Dsi79n94Dd4V0dPD4TlnSCdX33Rr/DBje4S2IpzgnAs8kknw==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxfmt/binding-freebsd-x64/-/binding-freebsd-x64-0.37.0.tgz",
"version": "0.37.0"
},
"@oxfmt/binding-linux-arm-gnueabihf": {
"dependencies": {},
"integrity": "sha512-GsNuj91bKV8jHdRBtnCxe7vpX06IADFbyOwkScmDaoroRooBOK9NeStctE0/wE4DT6QY7qfF0YzUTGB2e5tjzQ==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxfmt/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.37.0.tgz",
"version": "0.37.0"
},
"@oxfmt/binding-linux-arm-musleabihf": {
"dependencies": {},
"integrity": "sha512-13ywNNp291Tc1nUaISUS3u2Y2O26zERJoVy1xK2uO+/1oon3EAHxMrXd0bQjopT+Ia3rTPwO6iFxW1DZratehA==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxfmt/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.37.0.tgz",
"version": "0.37.0"
},
"@oxfmt/binding-linux-arm64-gnu": {
"dependencies": {},
"integrity": "sha512-JAYqsm6sTfZZbUp1CQfWZ+prXg9qBRSs5bO7bgLdD9SiqsDHn2+EfJXESL6uLqT/UO5FYvE16wivup0EOHit5w==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxfmt/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.37.0.tgz",
"version": "0.37.0"
},
"@oxfmt/binding-linux-arm64-musl": {
"dependencies": {},
"integrity": "sha512-EZj3TurW1iLbq+7tBr++wsxwFyD+pvjMrTNRuSynDrs8J7w46cu/ZIzU/lFw7OG1/tDRDZ9nrKXxwbvIKXo2zA==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxfmt/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.37.0.tgz",
"version": "0.37.0"
},
"@oxfmt/binding-linux-ppc64-gnu": {
"dependencies": {},
"integrity": "sha512-ELXrDe1xRj+f7VpzJO2j54izMbi+Hov+kdqusXO3T1BwVEbA5sWgZrVMqkwEsj4k6Lw/obJK1SLUeNulR1D//g==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxfmt/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-0.37.0.tgz",
"version": "0.37.0"
},
"@oxfmt/binding-linux-riscv64-gnu": {
"dependencies": {},
"integrity": "sha512-79gMZgLD62dGmo5Xl4gaMc6NHRFj3GuxPrchHBlW54tcRSXTtb3gLh/J6Bl8nbbzSFRQGR7dkNQ8yYadXt6txQ==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxfmt/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.37.0.tgz",
"version": "0.37.0"
},
"@oxfmt/binding-linux-riscv64-musl": {
"dependencies": {},
"integrity": "sha512-QFdi9OhyWxnh975jeG490atcINXZwZb7epyNASPaT4wcodOTuDitrDgSPT8CFl8BcGOFTGZ6c3P/s8Afeg1Ngg==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxfmt/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-0.37.0.tgz",
"version": "0.37.0"
},
"@oxfmt/binding-linux-s390x-gnu": {
"dependencies": {},
"integrity": "sha512-qweAj7+pLFQXfe3UU7EZiOmo+/2SWjzVZjyyTDcrZAT0E92zEKJBvYpHinUAOqipfo2Xlp8GIfq0FSb5Tmqd8g==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxfmt/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.37.0.tgz",
"version": "0.37.0"
},
"@oxfmt/binding-linux-x64-gnu": {
"dependencies": {},
"integrity": "sha512-Lqc/0vS20qzZLw1ThpWn1hQgRqj4rM+E7PuBzrqp+wLH5lYFqieAiontGpl2pMPvJ0QrmQYav9mslHlAB5kOSQ==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxfmt/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.37.0.tgz",
"version": "0.37.0"
},
"@oxfmt/binding-linux-x64-musl": {
"dependencies": {},
"integrity": "sha512-TnJm22+1cEcpYXzbcXS5Z9+9c+R0ronFdx5bG4OTdOL/wSpQQKzc2izgAXJ03QkP3tq7aAPhlhhxasvH3xgoUA==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxfmt/binding-linux-x64-musl/-/binding-linux-x64-musl-0.37.0.tgz",
"version": "0.37.0"
},
"@oxfmt/binding-openharmony-arm64": {
"dependencies": {},
"integrity": "sha512-YLq27qMur3hPUponvV3Zr0oHxowox71j3+nc+/oCc1O+M0zFafhd6AoAoCiRrSYRW+asWhz3/UMPh0bYpimcMw==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxfmt/binding-openharmony-arm64/-/binding-openharmony-arm64-0.37.0.tgz",
"version": "0.37.0"
},
"@oxfmt/binding-win32-arm64-msvc": {
"dependencies": {},
"integrity": "sha512-0lYOsiYSODNh5RE9VqsydSUY7yMz8l+C4O2i3zpdZWEDNR6Tk949sMbakwUbtE5hViHnAq1cubr197DzKW+d6g==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxfmt/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.37.0.tgz",
"version": "0.37.0"
},
"@oxfmt/binding-win32-ia32-msvc": {
"dependencies": {},
"integrity": "sha512-KHQF8DsMTE6nqQ5uBU0sx8sQsyBK/PzJdJV65+28lJGOJO59jCS5WlGcKnGtq14a2B3Xr6LoJGrSFi19xsBs/A==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxfmt/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-0.37.0.tgz",
"version": "0.37.0"
},
"@oxfmt/binding-win32-x64-msvc": {
"dependencies": {},
"integrity": "sha512-tDVVCHOPbIJ+sQE1z2DdWk82ewhmgcbXlYv4xUCnkY75vM7R3VkVgO2KqgEolMRXwI5RrsAbk+ZoP9/LKdzKVg==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxfmt/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.37.0.tgz",
"version": "0.37.0"
},
"@oxlint-tsgolint/darwin-arm64": {
"dependencies": {},
"integrity": "sha512-WQt5lGwRPJBw7q2KNR0mSPDAaMmZmVvDlEEti96xLO7ONhyomQc6fBZxxwZ4qTFedjJnrHX94sFelZ4OKzS7UQ==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxlint-tsgolint/darwin-arm64/-/darwin-arm64-0.16.0.tgz",
"version": "0.16.0"
},
"@oxlint-tsgolint/darwin-x64": {
"dependencies": {},
"integrity": "sha512-VJo29XOzdkalvCTiE2v6FU3qZlgHaM8x8hUEVJGPU2i5W+FlocPpmn00+Ld2n7Q0pqIjyD5EyvZ5UmoIEJMfqg==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxlint-tsgolint/darwin-x64/-/darwin-x64-0.16.0.tgz",
"version": "0.16.0"
},
"@oxlint-tsgolint/linux-arm64": {
"dependencies": {},
"integrity": "sha512-MPfqRt1+XRHv9oHomcBMQ3KpTE+CSkZz14wUxDQoqTNdUlV0HWdzwIE9q65I3D9YyxEnqpM7j4qtDQ3apqVvbQ==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxlint-tsgolint/linux-arm64/-/linux-arm64-0.16.0.tgz",
"version": "0.16.0"
},
"@oxlint-tsgolint/linux-x64": {
"dependencies": {},
"integrity": "sha512-XQSwVUsnwLokMhe1TD6IjgvW5WMTPzOGGkdFDtXWQmlN2YeTw94s/NN0KgDrn2agM1WIgAenEkvnm0u7NgwEyw==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxlint-tsgolint/linux-x64/-/linux-x64-0.16.0.tgz",
"version": "0.16.0"
},
"@oxlint-tsgolint/win32-arm64": {
"dependencies": {},
"integrity": "sha512-EWdlspQiiFGsP2AiCYdhg5dTYyAlj6y1nRyNI2dQWq4Q/LITFHiSRVPe+7m7K7lcsZCEz2icN/bCeSkZaORqIg==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxlint-tsgolint/win32-arm64/-/win32-arm64-0.16.0.tgz",
"version": "0.16.0"
},
"@oxlint-tsgolint/win32-x64": {
"dependencies": {},
"integrity": "sha512-1ufk8cgktXJuJZHKF63zCHAkaLMwZrEXnZ89H2y6NO85PtOXqu4zbdNl0VBpPP3fCUuUBu9RvNqMFiv0VsbXWA==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxlint-tsgolint/win32-x64/-/win32-x64-0.16.0.tgz",
"version": "0.16.0"
},
"@oxlint/binding-android-arm-eabi": {
"dependencies": {},
"integrity": "sha512-IyfYPthZyiSKwAv/dLjeO18SaK8MxLI9Yss2JrRDyweQAkuL3LhEy7pwIwI7uA3KQc1Vdn20kdmj3q0oUIQL6A==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxlint/binding-android-arm-eabi/-/binding-android-arm-eabi-1.56.0.tgz",
"version": "1.56.0"
},
"@oxlint/binding-android-arm64": {
"dependencies": {},
"integrity": "sha512-Ga5zYrzH6vc/VFxhn6MmyUnYEfy9vRpwTIks99mY3j6Nz30yYpIkWryI0QKPCgvGUtDSXVLEaMum5nA+WrNOSg==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxlint/binding-android-arm64/-/binding-android-arm64-1.56.0.tgz",
"version": "1.56.0"
},
"@oxlint/binding-darwin-arm64": {
"dependencies": {},
"integrity": "sha512-ogmbdJysnw/D4bDcpf1sPLpFThZ48lYp4aKYm10Z/6Nh1SON6NtnNhTNOlhEY296tDFItsZUz+2tgcSYqh8Eyw==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxlint/binding-darwin-arm64/-/binding-darwin-arm64-1.56.0.tgz",
"version": "1.56.0"
},
"@oxlint/binding-darwin-x64": {
"dependencies": {},
"integrity": "sha512-x8QE1h+RAtQ2g+3KPsP6Fk/tdz6zJQUv5c7fTrJxXV3GHOo+Ry5p/PsogU4U+iUZg0rj6hS+E4xi+mnwwlDCWQ==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxlint/binding-darwin-x64/-/binding-darwin-x64-1.56.0.tgz",
"version": "1.56.0"
},
"@oxlint/binding-freebsd-x64": {
"dependencies": {},
"integrity": "sha512-6G+WMZvwJpMvY7my+/SHEjb7BTk/PFbePqLpmVmUJRIsJMy/UlyYqjpuh0RCgYYkPLcnXm1rUM04kbTk8yS1Yg==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxlint/binding-freebsd-x64/-/binding-freebsd-x64-1.56.0.tgz",
"version": "1.56.0"
},
"@oxlint/binding-linux-arm-gnueabihf": {
"dependencies": {},
"integrity": "sha512-YYHBsk/sl7fYwQOok+6W5lBPeUEvisznV/HZD2IfZmF3Bns6cPC3Z0vCtSEOaAWTjYWN3jVsdu55jMxKlsdlhg==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxlint/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.56.0.tgz",
"version": "1.56.0"
},
"@oxlint/binding-linux-arm-musleabihf": {
"dependencies": {},
"integrity": "sha512-+AZK8rOUr78y8WT6XkDb04IbMRqauNV+vgT6f8ZLOH8wnpQ9i7Nol0XLxAu+Cq7Sb+J9wC0j6Km5hG8rj47/yQ==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxlint/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-1.56.0.tgz",
"version": "1.56.0"
},
"@oxlint/binding-linux-arm64-gnu": {
"dependencies": {},
"integrity": "sha512-urse2SnugwJRojUkGSSeH2LPMaje5Q50yQtvtL9HFckiyeqXzoFwOAZqD5TR29R2lq7UHidfFDM9EGcchcbb8A==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxlint/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.56.0.tgz",
"version": "1.56.0"
},
"@oxlint/binding-linux-arm64-musl": {
"dependencies": {},
"integrity": "sha512-rkTZkBfJ4TYLjansjSzL6mgZOdN5IvUnSq3oNJSLwBcNvy3dlgQtpHPrRxrCEbbcp7oQ6If0tkNaqfOsphYZ9g==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxlint/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.56.0.tgz",
"version": "1.56.0"
},
"@oxlint/binding-linux-ppc64-gnu": {
"dependencies": {},
"integrity": "sha512-uqL1kMH3u69/e1CH2EJhP3CP28jw2ExLsku4o8RVAZ7fySo9zOyI2fy9pVlTAp4voBLVgzndXi3SgtdyCTa2aA==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxlint/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.56.0.tgz",
"version": "1.56.0"
},
"@oxlint/binding-linux-riscv64-gnu": {
"dependencies": {},
"integrity": "sha512-j0CcMBOgV6KsRaBdsebIeiy7hCjEvq2KdEsiULf2LZqAq0v1M1lWjelhCV57LxsqaIGChXFuFJ0RiFrSRHPhSg==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxlint/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-1.56.0.tgz",
"version": "1.56.0"
},
"@oxlint/binding-linux-riscv64-musl": {
"dependencies": {},
"integrity": "sha512-7VDOiL8cDG3DQ/CY3yKjbV1c4YPvc4vH8qW09Vv+5ukq3l/Kcyr6XGCd5NvxUmxqDb2vjMpM+eW/4JrEEsUetA==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxlint/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-1.56.0.tgz",
"version": "1.56.0"
},
"@oxlint/binding-linux-s390x-gnu": {
"dependencies": {},
"integrity": "sha512-JGRpX0M+ikD3WpwJ7vKcHKV6Kg0dT52BW2Eu2BupXotYeqGXBrbY+QPkAyKO6MNgKozyTNaRh3r7g+VWgyAQYQ==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxlint/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.56.0.tgz",
"version": "1.56.0"
},
"@oxlint/binding-linux-x64-gnu": {
"dependencies": {},
"integrity": "sha512-dNaICPvtmuxFP/VbqdofrLqdS3bM/AKJN3LMJD52si44ea7Be1cBk6NpfIahaysG9Uo+L98QKddU9CD5L8UHnQ==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxlint/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.56.0.tgz",
"version": "1.56.0"
},
"@oxlint/binding-linux-x64-musl": {
"dependencies": {},
"integrity": "sha512-pF1vOtM+GuXmbklM1hV8WMsn6tCNPvkUzklj/Ej98JhlanbmA2RB1BILgOpwSuCTRTIYx2MXssmEyQQ90QF5aA==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxlint/binding-linux-x64-musl/-/binding-linux-x64-musl-1.56.0.tgz",
"version": "1.56.0"
},
"@oxlint/binding-openharmony-arm64": {
"dependencies": {},
"integrity": "sha512-bp8NQ4RE6fDIFLa4bdBiOA+TAvkNkg+rslR+AvvjlLTYXLy9/uKAYLQudaQouWihLD/hgkrXIKKzXi5IXOewwg==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxlint/binding-openharmony-arm64/-/binding-openharmony-arm64-1.56.0.tgz",
"version": "1.56.0"
},
"@oxlint/binding-win32-arm64-msvc": {
"dependencies": {},
"integrity": "sha512-PxT4OJDfMOQBzo3OlzFb9gkoSD+n8qSBxyVq2wQSZIHFQYGEqIRTo9M0ZStvZm5fdhMqaVYpOnJvH2hUMEDk/g==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxlint/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.56.0.tgz",
"version": "1.56.0"
},
"@oxlint/binding-win32-ia32-msvc": {
"dependencies": {},
"integrity": "sha512-PTRy6sIEPqy2x8PTP1baBNReN/BNEFmde0L+mYeHmjXE1Vlcc9+I5nsqENsB2yAm5wLkzPoTNCMY/7AnabT4/A==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxlint/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-1.56.0.tgz",
"version": "1.56.0"
},
"@oxlint/binding-win32-x64-msvc": {
"dependencies": {},
"integrity": "sha512-ZHa0clocjLmIDr+1LwoWtxRcoYniAvERotvwKUYKhH41NVfl0Y4LNbyQkwMZzwDvKklKGvGZ5+DAG58/Ik47tQ==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@oxlint/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.56.0.tgz",
"version": "1.56.0"
},
"@tybys/wasm-util": {
"dependencies": {
"tslib": "^2.4.0"
},
"integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz",
"version": "0.10.1"
},
"@types/sarif": {
"dependencies": {},
"integrity": "sha512-kRz0VEkJqWLf1LLVN4pT1cg1Z9wAuvI6L97V3m2f5B76Tg8d413ddvLBPTEHAZJlnn4XSvu0FkZtViCQGVyrXQ==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/@types/sarif/-/sarif-2.1.7.tgz",
"version": "2.1.7"
},
"acorn": {
"dependencies": {},
"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": {},
"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": {},
"integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz",
"version": "2.0.6"
},
"assert-never": {
"dependencies": {},
"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": {
"dependencies": {},
"integrity": "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/async-function/-/async-function-1.0.0.tgz",
"version": "1.0.0"
},
"async-generator-function": {
"dependencies": {},
"integrity": "sha512-+NAXNqgCrB95ya4Sr66i1CL2hqLVckAk7xwRYWdcm39/ELQ6YNn1aw5r0bdQtqNZgQpEWzc5yc/igXc7aL5SLA==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/async-generator-function/-/async-generator-function-1.0.0.tgz",
"version": "1.0.0"
},
"babel-walk": {
"dependencies": {
"@babel/types": "^7.9.6"
},
"integrity": "sha512-GAwkz0AihzY5bkwIY5QDR+LvsRQgB/B+1foMPvi0FZPMl5fjD7ICiznUiBdLYMH1QYe6vqu4gWYytZOccLouFw==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/babel-walk/-/babel-walk-3.0.0-canary-5.tgz",
"version": "3.0.0-canary-5"
},
"badgen": {
"dependencies": {},
"integrity": "sha512-svDuwkc63E/z0ky3drpUppB83s/nlgDciH9m+STwwQoWyq7yCgew1qEfJ+9axkKdNq7MskByptWUN9j1PGMwFA==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/badgen/-/badgen-3.2.3.tgz",
"version": "3.2.3"
},
"blamer": {
"dependencies": {
"execa": "^4.0.0",
"which": "^2.0.2"
},
"integrity": "sha512-GbBStl/EVlSWkiJQBZps3H1iARBrC7vt++Jb/TTmCNu/jZ04VW7tSN1nScbFXBUy1AN+jzeL7Zep9sbQxLhXKA==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/blamer/-/blamer-1.0.7.tgz",
"version": "1.0.7"
},
"braces": {
"dependencies": {
"fill-range": "^7.1.1"
},
"integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
"version": "3.0.3"
},
"bytes": {
"dependencies": {},
"integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
"version": "3.1.2"
},
"call-bind-apply-helpers": {
"dependencies": {
"es-errors": "^1.3.0",
"function-bind": "^1.1.2"
},
"integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
"version": "1.0.2"
},
"call-bound": {
"dependencies": {
"call-bind-apply-helpers": "^1.0.2",
"get-intrinsic": "^1.3.0"
},
"integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
"version": "1.0.4"
},
"character-parser": {
"dependencies": {
"is-regex": "^1.0.3"
},
"integrity": "sha512-+UqJQjFEFaTAs3bNsF2j2kEN1baG/zghZbdqoYEDxGZtJo9LBzl1A+m0D4n3qKx8N2FNv8/Xp6yV9mQmBuptaw==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/character-parser/-/character-parser-2.2.0.tgz",
"version": "2.2.0"
},
"cli-table3": {
"dependencies": {
"string-width": "^4.2.0"
},
"integrity": "sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ==",
"optional_dependencies": {
"@colors/colors": "1.5.0"
},
"tarball": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.5.tgz",
"version": "0.6.5"
},
"colors": {
"dependencies": {},
"integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz",
"version": "1.4.0"
},
"commander": {
"dependencies": {},
"integrity": "sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/commander/-/commander-5.1.0.tgz",
"version": "5.1.0"
},
"constantinople": {
"dependencies": {
"@babel/parser": "^7.6.0",