forked from intershop/intershop-pwa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
3rd-party-licenses.txt
1829 lines (1829 loc) · 230 KB
/
3rd-party-licenses.txt
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
"module name","licenses","copyright","repository"
"@aduh95/viz.js@3.4.0","MIT","Copyright (c) 2014-2018 Michael Daines","https://github.com/aduh95/viz.js"
"@ampproject/remapping@2.2.0","Apache-2.0","","https://github.com/ampproject/remapping"
"@angular-builders/custom-webpack@15.0.0","MIT","Copyright (c) 2018 Evgeny Barabanov","https://github.com/just-jeb/angular-builders"
"@angular-devkit/architect@0.1502.6","MIT","Copyright (c) 2017 Google, Inc.","https://github.com/angular/angular-cli"
"@angular-devkit/architect@0.1502.8","MIT","Copyright (c) 2017 Google, Inc.","https://github.com/angular/angular-cli"
"@angular-devkit/build-angular@15.2.8","MIT","Copyright (c) 2017 Google, Inc.","https://github.com/angular/angular-cli"
"@angular-devkit/build-webpack@0.1502.8","MIT","Copyright (c) 2017 Google, Inc.","https://github.com/angular/angular-cli"
"@angular-devkit/core@15.2.6","MIT","Copyright (c) 2017 Google, Inc.","https://github.com/angular/angular-cli"
"@angular-devkit/core@15.2.8","MIT","Copyright (c) 2017 Google, Inc.","https://github.com/angular/angular-cli"
"@angular-devkit/core@16.0.4","MIT","Copyright (c) 2017 Google, Inc.","https://github.com/angular/angular-cli"
"@angular-devkit/schematics@15.2.6","MIT","Copyright (c) 2017 Google, Inc.","https://github.com/angular/angular-cli"
"@angular-devkit/schematics@15.2.8","MIT","Copyright (c) 2017 Google, Inc.","https://github.com/angular/angular-cli"
"@angular-devkit/schematics@16.0.4","MIT","Copyright (c) 2017 Google, Inc.","https://github.com/angular/angular-cli"
"@angular-eslint/builder@15.2.1","MIT","Copyright (c) 2020 James Henry","https://github.com/angular-eslint/angular-eslint"
"@angular-eslint/bundled-angular-compiler@15.2.1","MIT","Copyright (c) 2020 James Henry","https://github.com/angular-eslint/angular-eslint"
"@angular-eslint/eslint-plugin-template@15.2.1","MIT","Copyright (c) 2020 James Henry","https://github.com/angular-eslint/angular-eslint"
"@angular-eslint/eslint-plugin@15.2.1","MIT","Copyright (c) 2020 James Henry","https://github.com/angular-eslint/angular-eslint"
"@angular-eslint/schematics@15.2.1","MIT","Copyright (c) 2020 James Henry","https://github.com/angular-eslint/angular-eslint"
"@angular-eslint/template-parser@15.2.1","MIT","Copyright (c) 2020 James Henry","https://github.com/angular-eslint/angular-eslint"
"@angular-eslint/utils@15.2.1","MIT","Copyright (c) 2020 James Henry",""
"@angular/animations@15.2.9","MIT","","https://github.com/angular/angular"
"@angular/cdk@15.2.9","MIT","Copyright (c) 2023 Google LLC.","https://github.com/angular/components"
"@angular/cli@15.2.6","MIT","Copyright (c) 2017 Google, Inc.","https://github.com/angular/angular-cli"
"@angular/common@15.2.9","MIT","","https://github.com/angular/angular"
"@angular/compiler-cli@15.2.9","MIT","","https://github.com/angular/angular"
"@angular/compiler@15.2.9","MIT","","https://github.com/angular/angular"
"@angular/core@15.2.9","MIT","","https://github.com/angular/angular"
"@angular/forms@15.2.9","MIT","","https://github.com/angular/angular"
"@angular/language-service@15.2.9","MIT","","https://github.com/angular/angular"
"@angular/localize@15.2.9","MIT","","https://github.com/angular/angular"
"@angular/platform-browser-dynamic@15.2.9","MIT","","https://github.com/angular/angular"
"@angular/platform-browser@15.2.9","MIT","","https://github.com/angular/angular"
"@angular/platform-server@15.2.9","MIT","","https://github.com/angular/angular"
"@angular/router@15.2.9","MIT","","https://github.com/angular/angular"
"@angular/service-worker@15.2.9","MIT","","https://github.com/angular/angular"
"@assemblyscript/loader@0.10.1","Apache-2.0","","https://github.com/AssemblyScript/assemblyscript"
"@babel/code-frame@7.21.4","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/compat-data@7.22.3","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/core@7.19.3","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/core@7.20.12","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/core@7.22.1","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/generator@7.20.14","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/generator@7.22.3","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/helper-annotate-as-pure@7.18.6","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/helper-builder-binary-assignment-operator-visitor@7.18.9","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/helper-compilation-targets@7.22.1","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/helper-create-class-features-plugin@7.22.1","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/helper-create-regexp-features-plugin@7.22.1","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/helper-define-polyfill-provider@0.3.3","MIT","Copyright (c) 2014-present Nicolò Ribaudo and other contributors","https://github.com/babel/babel-polyfills"
"@babel/helper-define-polyfill-provider@0.4.0","MIT","Copyright (c) 2014-present Nicolò Ribaudo and other contributors","https://github.com/babel/babel-polyfills"
"@babel/helper-environment-visitor@7.22.1","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/helper-explode-assignable-expression@7.18.6","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/helper-function-name@7.21.0","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/helper-hoist-variables@7.18.6","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/helper-member-expression-to-functions@7.22.3","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/helper-module-imports@7.21.4","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/helper-module-transforms@7.22.1","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/helper-optimise-call-expression@7.18.6","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/helper-plugin-utils@7.21.5","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/helper-remap-async-to-generator@7.18.9","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/helper-replace-supers@7.22.1","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/helper-simple-access@7.21.5","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/helper-skip-transparent-expression-wrappers@7.20.0","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/helper-split-export-declaration@7.18.6","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/helper-string-parser@7.21.5","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/helper-validator-identifier@7.19.1","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/helper-validator-option@7.21.0","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/helper-wrap-function@7.20.5","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/helpers@7.22.3","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/highlight@7.18.6","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/parser@7.22.4","MIT","Copyright (C) 2012-2014 by various contributors (see AUTHORS)","https://github.com/babel/babel"
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.18.6","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.22.3","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-proposal-async-generator-functions@7.20.7","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-proposal-class-properties@7.18.6","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-proposal-class-static-block@7.21.0","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-proposal-dynamic-import@7.18.6","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-proposal-export-namespace-from@7.18.9","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-proposal-json-strings@7.18.6","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-proposal-logical-assignment-operators@7.20.7","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-proposal-nullish-coalescing-operator@7.18.6","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-proposal-numeric-separator@7.18.6","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-proposal-object-rest-spread@7.20.7","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-proposal-optional-catch-binding@7.18.6","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-proposal-optional-chaining@7.21.0","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-proposal-private-methods@7.18.6","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-proposal-private-property-in-object@7.21.0","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-proposal-unicode-property-regex@7.18.6","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-syntax-async-generators@7.8.4","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-async-generators"
"@babel/plugin-syntax-bigint@7.8.3","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-bigint"
"@babel/plugin-syntax-class-properties@7.12.13","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-syntax-class-static-block@7.14.5","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-syntax-dynamic-import@7.8.3","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-dynamic-import"
"@babel/plugin-syntax-export-namespace-from@7.8.3","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-export-namespace-from"
"@babel/plugin-syntax-import-assertions@7.20.0","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-syntax-import-attributes@7.22.3","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-syntax-import-meta@7.10.4","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-syntax-json-strings@7.8.3","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-json-strings"
"@babel/plugin-syntax-jsx@7.21.4","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-syntax-logical-assignment-operators@7.10.4","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-syntax-nullish-coalescing-operator@7.8.3","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-nullish-coalescing-operator"
"@babel/plugin-syntax-numeric-separator@7.10.4","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-syntax-object-rest-spread@7.8.3","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-object-rest-spread"
"@babel/plugin-syntax-optional-catch-binding@7.8.3","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-optional-catch-binding"
"@babel/plugin-syntax-optional-chaining@7.8.3","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-optional-chaining"
"@babel/plugin-syntax-private-property-in-object@7.14.5","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-syntax-top-level-await@7.14.5","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-syntax-typescript@7.21.4","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-syntax-unicode-sets-regex@7.18.6","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-transform-arrow-functions@7.21.5","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-transform-async-generator-functions@7.22.3","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-transform-async-to-generator@7.20.7","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-transform-block-scoped-functions@7.18.6","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-transform-block-scoping@7.21.0","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-transform-class-properties@7.22.3","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-transform-class-static-block@7.22.3","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-transform-classes@7.21.0","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-transform-computed-properties@7.21.5","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-transform-destructuring@7.21.3","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-transform-dotall-regex@7.18.6","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-transform-duplicate-keys@7.18.9","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-transform-dynamic-import@7.22.1","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-transform-exponentiation-operator@7.18.6","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-transform-export-namespace-from@7.22.3","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-transform-for-of@7.21.5","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-transform-function-name@7.18.9","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-transform-json-strings@7.22.3","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-transform-literals@7.18.9","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-transform-logical-assignment-operators@7.22.3","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-transform-member-expression-literals@7.18.6","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-transform-modules-amd@7.20.11","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-transform-modules-commonjs@7.21.5","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-transform-modules-systemjs@7.22.3","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-transform-modules-umd@7.18.6","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-transform-named-capturing-groups-regex@7.22.3","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-transform-new-target@7.22.3","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-transform-nullish-coalescing-operator@7.22.3","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-transform-numeric-separator@7.22.3","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-transform-object-rest-spread@7.22.3","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-transform-object-super@7.18.6","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-transform-optional-catch-binding@7.22.3","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-transform-optional-chaining@7.22.3","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-transform-parameters@7.22.3","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-transform-private-methods@7.22.3","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-transform-private-property-in-object@7.22.3","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-transform-property-literals@7.18.6","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-transform-regenerator@7.21.5","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-transform-reserved-words@7.18.6","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-transform-runtime@7.19.6","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-transform-shorthand-properties@7.18.6","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-transform-spread@7.20.7","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-transform-sticky-regex@7.18.6","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-transform-template-literals@7.18.9","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-transform-typeof-symbol@7.18.9","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-transform-unicode-escapes@7.21.5","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-transform-unicode-property-regex@7.22.3","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-transform-unicode-regex@7.18.6","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/plugin-transform-unicode-sets-regex@7.22.3","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/preset-env@7.20.2","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/preset-env@7.22.4","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/preset-modules@0.1.5","MIT","Copyright (c) 2020 Babel","https://github.com/babel/preset-modules"
"@babel/regjsgen@0.8.0","MIT","Copyright 2014-2020 Benjamin Tan <https://ofcr.se/>","https://github.com/bnjmnt4n/regjsgen"
"@babel/runtime@7.20.13","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/runtime@7.22.3","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/template@7.20.7","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/template@7.21.9","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/traverse@7.22.4","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@babel/types@7.22.4","MIT","Copyright (c) 2014-present Sebastian McKenzie and other contributors","https://github.com/babel/babel"
"@bcherny/json-schema-ref-parser@10.0.5-fork","MIT","Copyright (c) 2015 James Messinger","https://github.com/APIDevTools/json-schema-ref-parser"
"@bcoe/v8-coverage@0.2.3","MIT","Copyright © 2015-2017 Charles Samborski","https://github.com/demurgos/v8-coverage"
"@commitlint/cli@17.6.5","MIT","Copyright (c) 2016 - present Mario Nebl","https://github.com/conventional-changelog/commitlint"
"@commitlint/config-conventional@17.6.5","MIT","Copyright (c) 2016 - present Mario Nebl","https://github.com/conventional-changelog/commitlint"
"@commitlint/config-validator@17.4.4","MIT","Copyright (c) 2016 - present Mario Nebl","https://github.com/conventional-changelog/commitlint"
"@commitlint/ensure@17.4.4","MIT","Copyright (c) 2016 - present Mario Nebl","https://github.com/conventional-changelog/commitlint"
"@commitlint/execute-rule@17.4.0","MIT","Copyright (c) 2016 - present Mario Nebl","https://github.com/conventional-changelog/commitlint"
"@commitlint/format@17.4.4","MIT","Copyright (c) 2016 - present Mario Nebl","https://github.com/conventional-changelog/commitlint"
"@commitlint/is-ignored@17.6.5","MIT","Copyright (c) 2016 - present Mario Nebl","https://github.com/conventional-changelog/commitlint"
"@commitlint/lint@17.6.5","MIT","Copyright (c) 2016 - present Mario Nebl","https://github.com/conventional-changelog/commitlint"
"@commitlint/load@17.5.0","MIT","Copyright (c) 2016 - present Mario Nebl","https://github.com/conventional-changelog/commitlint"
"@commitlint/message@17.4.2","MIT","Copyright (c) 2016 - present Mario Nebl","https://github.com/conventional-changelog/commitlint"
"@commitlint/parse@17.6.5","MIT","Copyright (c) 2016 - present Mario Nebl","https://github.com/conventional-changelog/commitlint"
"@commitlint/read@17.5.1","MIT","Copyright (c) 2016 - present Mario Nebl","https://github.com/conventional-changelog/commitlint"
"@commitlint/resolve-extends@17.4.4","MIT","Copyright (c) 2016 - present Mario Nebl","https://github.com/conventional-changelog/commitlint"
"@commitlint/rules@17.6.5","MIT","Copyright (c) 2016 - present Mario Nebl","https://github.com/conventional-changelog/commitlint"
"@commitlint/to-lines@17.4.0","MIT","Copyright (c) 2016 - present Mario Nebl","https://github.com/conventional-changelog/commitlint"
"@commitlint/top-level@17.4.0","MIT","Copyright (c) 2016 - present Mario Nebl","https://github.com/conventional-changelog/commitlint"
"@commitlint/types@17.4.4","MIT","Copyright (c) 2016 - present Mario Nebl","https://github.com/conventional-changelog/commitlint"
"@compodoc/compodoc@1.1.21","MIT","Copyright (c) 2016 Vincent Ogloblinsky","https://github.com/compodoc/compodoc"
"@compodoc/live-server@1.2.3","MIT","Copyright (c) 2012 Tapio Vierros","https://github.com/compodoc/live-server"
"@compodoc/ngd-core@2.1.1","MIT","","https://github.com/compodoc/ngd"
"@compodoc/ngd-transformer@2.1.3","MIT","","https://github.com/compodoc/ngd"
"@cspell/cspell-bundled-dicts@6.31.1","MIT","Copyright (c) 2017 Jason Dent","https://github.com/streetsidesoftware/cspell"
"@cspell/cspell-pipe@6.31.1","MIT","Copyright (c) 2017 Jason Dent","https://github.com/streetsidesoftware/cspell"
"@cspell/cspell-service-bus@6.31.1","MIT","Copyright (c) 2017 Jason Dent","https://github.com/streetsidesoftware/cspell"
"@cspell/cspell-types@6.31.1","MIT","Copyright (c) 2017 Jason Dent","https://github.com/streetsidesoftware/cspell"
"@cspell/dict-ada@4.0.1","MIT","Copyright (c) 2017-2020 Jason Dent <jason@streetsidesoftware.nl>","https://github.com/streetsidesoftware/cspell-dicts"
"@cspell/dict-aws@3.0.0","MIT","Copyright (c) 2019 Daniel Schroeder <deemes79@googlemail.com>. Copyright (c) 2017-2020 Jason Dent <jason@streetsidesoftware.nl>","https://github.com/streetsidesoftware/cspell-dicts"
"@cspell/dict-bash@4.1.1","MIT","Copyright (c) 2017-2020 Jason Dent <jason@streetsidesoftware.nl>","https://github.com/streetsidesoftware/cspell-dicts"
"@cspell/dict-companies@3.0.9","MIT","Copyright (c) 2017-2020 Jason Dent <jason@streetsidesoftware.nl>","https://github.com/streetsidesoftware/cspell-dicts"
"@cspell/dict-cpp@5.0.2","MIT","Copyright (c) 2017-2020 Jason Dent <jason@streetsidesoftware.nl>","https://github.com/streetsidesoftware/cspell-dicts"
"@cspell/dict-cryptocurrencies@3.0.1","MIT","Copyright (c) 2020 Shane Fontaine <shane6fontaine@gmail.com>. Copyright (c) 2020 Jason Dent <jason@streetsidesoftware.nl>","https://github.com/streetsidesoftware/cspell-dicts"
"@cspell/dict-csharp@4.0.2","MIT","Copyright (c) 2017-2020 Jason Dent <jason@streetsidesoftware.nl>","https://github.com/streetsidesoftware/cspell-dicts"
"@cspell/dict-css@4.0.5","MIT","Copyright (c) 2017-2020 Jason Dent <jason@streetsidesoftware.nl>","https://github.com/streetsidesoftware/cspell-dicts"
"@cspell/dict-dart@2.0.2","MIT","Copyright (c) 2017-2020 Jason Dent <jason@streetsidesoftware.nl>","https://github.com/streetsidesoftware/cspell-dicts"
"@cspell/dict-de-de@1.1.32","MIT","Copyright (c) 2017-2020 Jason Dent <jason@streetsidesoftware.nl>","https://github.com/streetsidesoftware/cspell-dicts"
"@cspell/dict-django@4.0.2","MIT","Copyright (c) 2017-2020 Renaud Canarduck <renaud@canarduck.com>. Copyright (c) 2017-2020 Jason Dent <jason@streetsidesoftware.nl>","https://github.com/streetsidesoftware/cspell-dicts"
"@cspell/dict-docker@1.1.6","MIT","Copyright (c) 2022 Jason Dent <jason@streetsidesoftware.nl>","https://github.com/streetsidesoftware/cspell-dicts"
"@cspell/dict-dotnet@5.0.0","MIT","Copyright (c) 2017-2020 Jason Dent <jason@streetsidesoftware.nl>","https://github.com/streetsidesoftware/cspell-dicts"
"@cspell/dict-elixir@4.0.3","MIT","Copyright (c) 2018 Todoroki (Ryo Konishi) <todoroki.auone@gmail.com>. Copyright (c) 2017-2020 Jason Dent <jason@streetsidesoftware.nl>","https://github.com/streetsidesoftware/cspell-dicts"
"@cspell/dict-en-common-misspellings@1.0.2","MIT","Copyright (c) 2017-2022 Street Side Software <support@streetsidesoftware.nl>","https://github.com/streetsidesoftware/cspell-dicts"
"@cspell/dict-en-gb@1.1.33","MIT","Copyright (c) 2017-2020 Jason Dent <jason@streetsidesoftware.nl>","https://github.com/streetsidesoftware/cspell-dicts"
"@cspell/dict-en_us@4.3.2","MIT","Copyright (c) 2017-2020 Jason Dent <jason@streetsidesoftware.nl>","https://github.com/streetsidesoftware/cspell-dicts"
"@cspell/dict-filetypes@3.0.0","MIT","Copyright (c) 2017-2020 Jason Dent <jason@streetsidesoftware.nl>","https://github.com/streetsidesoftware/cspell-dicts"
"@cspell/dict-fonts@3.0.2","MIT","Copyright (c) 2017-2020 Jason Dent <jason@streetsidesoftware.nl>","https://github.com/streetsidesoftware/cspell-dicts"
"@cspell/dict-fr-fr@2.2.1","MIT","Copyright (c) 2017-2020 Jason Dent <jason@streetsidesoftware.nl>","https://github.com/streetsidesoftware/cspell-dicts"
"@cspell/dict-fullstack@3.1.5","MIT","Copyright (c) 2017-2020 Jason Dent <jason@streetsidesoftware.nl>","https://github.com/streetsidesoftware/cspell-dicts"
"@cspell/dict-gaming-terms@1.0.4","MIT","Copyright (c) 2017-2022 Street Side Software <support@streetsidesoftware.nl>","https://github.com/streetsidesoftware/cspell-dicts"
"@cspell/dict-git@2.0.0","MIT","Copyright (c) 2017-2022 Jason Dent <jason@streetsidesoftware.nl>","https://github.com/streetsidesoftware/cspell-dicts"
"@cspell/dict-golang@6.0.1","MIT","Copyright (c) 2017-2020 Jason Dent <jason@streetsidesoftware.nl>","https://github.com/streetsidesoftware/cspell-dicts"
"@cspell/dict-haskell@4.0.1","MIT","Copyright (c) 2017-2020 Jason Dent <jason@streetsidesoftware.nl>","https://github.com/streetsidesoftware/cspell-dicts"
"@cspell/dict-html-symbol-entities@4.0.0","MIT","Copyright (c) 2017-2020 Jason Dent <jason@streetsidesoftware.nl>","https://github.com/streetsidesoftware/cspell-dicts"
"@cspell/dict-html@4.0.3","MIT","Copyright (c) 2017-2020 Jason Dent <jason@streetsidesoftware.nl>","https://github.com/streetsidesoftware/cspell-dicts"
"@cspell/dict-java@5.0.5","MIT","Copyright (c) 2017-2020 Jason Dent <jason@streetsidesoftware.nl>","https://github.com/streetsidesoftware/cspell-dicts"
"@cspell/dict-k8s@1.0.1","MIT","Copyright (c) 2017-2022 Street Side Software <info@streetsidesoftware.nl>","https://github.com/streetsidesoftware/cspell-dicts"
"@cspell/dict-latex@4.0.0","MIT","Copyright (c) 2017-2020 Jason Dent <jason@streetsidesoftware.nl>","https://github.com/streetsidesoftware/cspell-dicts"
"@cspell/dict-lorem-ipsum@3.0.0","MIT","Copyright (c) 2017-2020 Jason Dent <jason@streetsidesoftware.nl>","https://github.com/streetsidesoftware/cspell-dicts"
"@cspell/dict-lua@4.0.1","MIT","Copyright (c) 2017-2020 Jason Dent <jason@streetsidesoftware.nl>","https://github.com/streetsidesoftware/cspell-dicts"
"@cspell/dict-node@4.0.2","MIT","Copyright (c) 2017-2020 Jason Dent <jason@streetsidesoftware.nl>","https://github.com/streetsidesoftware/cspell-dicts"
"@cspell/dict-npm@5.0.5","MIT","Copyright (c) 2017-2020 Jason Dent <jason@streetsidesoftware.nl>","https://github.com/streetsidesoftware/cspell-dicts"
"@cspell/dict-php@4.0.1","MIT","Copyright (c) 2017-2020 Jason Dent <jason@streetsidesoftware.nl>","https://github.com/streetsidesoftware/cspell-dicts"
"@cspell/dict-powershell@5.0.1","MIT","Copyright (c) 2017-2020 Jason Dent <jason@streetsidesoftware.nl>","https://github.com/streetsidesoftware/cspell-dicts"
"@cspell/dict-public-licenses@2.0.2","MIT","Copyright (c) 2017-2020 Jason Dent <jason@streetsidesoftware.nl>","https://github.com/streetsidesoftware/cspell-dicts"
"@cspell/dict-python@4.0.3","MIT","Copyright (c) 2017-2020 Jason Dent <jason@streetsidesoftware.nl>","https://github.com/streetsidesoftware/cspell-dicts"
"@cspell/dict-r@2.0.1","MIT","Copyright (c) 2017-2020 Jason Dent <jason@streetsidesoftware.nl>, Matthew Toohey <contact@mtoohey.com>","https://github.com/streetsidesoftware/cspell-dicts"
"@cspell/dict-ruby@5.0.0","MIT","Copyright (c) 2017-2020 Jason Dent <jason@streetsidesoftware.nl>","https://github.com/streetsidesoftware/cspell-dicts"
"@cspell/dict-rust@4.0.1","MIT","Copyright (c) 2017-2020 Alexander Andreev <andreevlex.as@gmail.com>. Copyright (c) 2017-2020 Jason Dent <jason@streetsidesoftware.nl>","https://github.com/streetsidesoftware/cspell-dicts"
"@cspell/dict-scala@5.0.0","MIT","Copyright (c) 2017-2020 Jason Dent <jason@streetsidesoftware.nl>","https://github.com/streetsidesoftware/cspell-dicts"
"@cspell/dict-software-terms@3.1.6","MIT","Copyright (c) 2017-2020 Jason Dent <jason@streetsidesoftware.nl>","https://github.com/streetsidesoftware/cspell-dicts"
"@cspell/dict-sql@2.1.0","MIT","Copyright (c) 2017-2022 Jason Dent <jason@streetsidesoftware.nl>","https://github.com/streetsidesoftware/cspell-dicts"
"@cspell/dict-svelte@1.0.2","MIT","Copyright (c) 2017-2022 Street Side Software <support@streetsidesoftware.nl>","https://github.com/streetsidesoftware/cspell-dicts"
"@cspell/dict-swift@2.0.1","MIT","Copyright (c) 2017-2020 Jason Dent <jason@streetsidesoftware.nl>","https://github.com/streetsidesoftware/cspell-dicts"
"@cspell/dict-typescript@3.1.1","MIT","Copyright (c) 2017-2020 Jason Dent <jason@streetsidesoftware.nl>","https://github.com/streetsidesoftware/cspell-dicts"
"@cspell/dict-vue@3.0.0","MIT","Copyright (c) 2017-2020 Jason Dent <jason@streetsidesoftware.nl>","https://github.com/streetsidesoftware/cspell-dicts"
"@cspell/dynamic-import@6.31.1","MIT","Copyright (c) 2017 Jason Dent","https://github.com/streetsidesoftware/cspell"
"@cspell/strong-weak-map@6.31.1","MIT","Copyright (c) 2017 Jason Dent","https://github.com/streetsidesoftware/cspell"
"@cspotcode/source-map-support@0.8.1","MIT","Copyright (c) 2014 Evan Wallace","https://github.com/cspotcode/node-source-map-support"
"@csstools/css-parser-algorithms@2.2.0","MIT","Copyright 2022 Romain Menke, Antonio Laguna <antonio@laguna.es>","https://github.com/csstools/postcss-plugins"
"@csstools/css-tokenizer@2.1.1","MIT","Copyright 2022 Romain Menke, Antonio Laguna <antonio@laguna.es>","https://github.com/csstools/postcss-plugins"
"@csstools/media-query-list-parser@2.1.0","MIT","Copyright 2022 Romain Menke, Antonio Laguna <antonio@laguna.es>","https://github.com/csstools/postcss-plugins"
"@csstools/selector-specificity@2.2.0","CC0-1.0","","https://github.com/csstools/postcss-plugins"
"@discoveryjs/json-ext@0.5.7","MIT","Copyright (c) 2020 Roman Dvornov <rdvornov@gmail.com>","https://github.com/discoveryjs/json-ext"
"@es-joy/jsdoccomment@0.39.4","MIT","Copyright JS Foundation and other contributors, https://js.foundation. Copyright (c) 2021 Brett Zamir","https://github.com/es-joy/jsdoccomment"
"@esbuild/win32-x64@0.17.8","MIT","","https://github.com/evanw/esbuild"
"@eslint-community/eslint-utils@4.4.0","MIT","Copyright (c) 2018 Toru Nagashima","https://github.com/eslint-community/eslint-utils"
"@eslint-community/regexpp@4.5.0","MIT","Copyright (c) 2018 Toru Nagashima","https://github.com/eslint-community/regexpp"
"@eslint/eslintrc@2.0.3","MIT","Copyright OpenJS Foundation and other contributors, <www.openjsf.org>","https://github.com/eslint/eslintrc"
"@eslint/js@8.42.0","MIT","Copyright OpenJS Foundation and other contributors, <www.openjsf.org>","https://github.com/eslint/eslint"
"@foliojs-fork/fontkit@1.9.1","MIT","","https://github.com/foliojs-fork/fontkit"
"@foliojs-fork/linebreak@1.1.1","MIT","Copyright (c) 2014-present Devon Govett","https://github.com/foliojs-fork/linebreaker"
"@foliojs-fork/pdfkit@0.13.0","MIT","","https://github.com/foliojs-fork/pdfkit"
"@foliojs-fork/restructure@2.0.2","MIT","Copyright (c) 2015-present Devon Govett","https://github.com/foliojs-fork/restructure"
"@fortawesome/angular-fontawesome@0.12.1","MIT","Copyright (c) 2018 Fonticons, Inc. and contributors","https://github.com/FortAwesome/angular-fontawesome"
"@fortawesome/fontawesome-common-types@6.4.0","MIT","Copyright (c) 2023 Fonticons, Inc. (https://fontawesome.com). with Reserved Font Name: "Font Awesome".*","https://github.com/FortAwesome/Font-Awesome"
"@fortawesome/fontawesome-svg-core@6.4.0","MIT","Copyright (c) 2023 Fonticons, Inc. (https://fontawesome.com). with Reserved Font Name: "Font Awesome".*","https://github.com/FortAwesome/Font-Awesome"
"@fortawesome/free-solid-svg-icons@6.4.0","(CC-BY-4.0 AND MIT)","Copyright (c) 2023 Fonticons, Inc. (https://fontawesome.com). with Reserved Font Name: "Font Awesome".*","https://github.com/FortAwesome/Font-Awesome"
"@gar/promisify@1.1.3","MIT","Copyright © 2020-2022 Michael Garvin","https://github.com/wraithgar/gar-promisify"
"@googlemaps/js-api-loader@1.16.1","Apache-2.0","","https://github.com/googlemaps/js-api-loader"
"@humanwhocodes/config-array@0.11.10","Apache-2.0","","https://github.com/humanwhocodes/config-array"
"@humanwhocodes/module-importer@1.0.1","Apache-2.0","","https://github.com/humanwhocodes/module-importer"
"@humanwhocodes/object-schema@1.2.1","BSD-3-Clause","Copyright (c) 2019, Human Who Codes. All rights reserved.","https://github.com/humanwhocodes/object-schema"
"@hutson/parse-repository-url@3.0.2","Apache-2.0","","git+https://gitlab.com/hyper-expanse/open-source/parse-repository-url"
"@isaacs/cliui@8.0.2","ISC","Copyright (c) 2015, Contributors","https://github.com/yargs/cliui"
"@istanbuljs/load-nyc-config@1.1.0","ISC","Copyright (c) 2019, Contributors","https://github.com/istanbuljs/load-nyc-config"
"@istanbuljs/schema@0.1.3","MIT","Copyright (c) 2019 CFWare, LLC","https://github.com/istanbuljs/schema"
"@jest/console@29.5.0","MIT","Copyright (c) Meta Platforms, Inc. and affiliates.","https://github.com/facebook/jest"
"@jest/core@29.5.0","MIT","Copyright (c) Meta Platforms, Inc. and affiliates.","https://github.com/facebook/jest"
"@jest/environment@29.5.0","MIT","Copyright (c) Meta Platforms, Inc. and affiliates.","https://github.com/facebook/jest"
"@jest/expect-utils@29.5.0","MIT","Copyright (c) Meta Platforms, Inc. and affiliates.","https://github.com/facebook/jest"
"@jest/expect@29.5.0","MIT","Copyright (c) Meta Platforms, Inc. and affiliates.","https://github.com/facebook/jest"
"@jest/fake-timers@29.5.0","MIT","Copyright (c) Meta Platforms, Inc. and affiliates.","https://github.com/facebook/jest"
"@jest/globals@29.5.0","MIT","Copyright (c) Meta Platforms, Inc. and affiliates.","https://github.com/facebook/jest"
"@jest/reporters@29.5.0","MIT","Copyright (c) Meta Platforms, Inc. and affiliates.","https://github.com/facebook/jest"
"@jest/schemas@29.4.3","MIT","Copyright (c) Meta Platforms, Inc. and affiliates.","https://github.com/facebook/jest"
"@jest/source-map@29.4.3","MIT","Copyright (c) Meta Platforms, Inc. and affiliates.","https://github.com/facebook/jest"
"@jest/test-result@29.5.0","MIT","Copyright (c) Meta Platforms, Inc. and affiliates.","https://github.com/facebook/jest"
"@jest/test-sequencer@29.5.0","MIT","Copyright (c) Meta Platforms, Inc. and affiliates.","https://github.com/facebook/jest"
"@jest/transform@29.5.0","MIT","Copyright (c) Meta Platforms, Inc. and affiliates.","https://github.com/facebook/jest"
"@jest/types@29.5.0","MIT","Copyright (c) Meta Platforms, Inc. and affiliates.","https://github.com/facebook/jest"
"@jridgewell/gen-mapping@0.1.1","MIT","Copyright 2022 Justin Ridgewell <jridgewell@google.com>","https://github.com/jridgewell/gen-mapping"
"@jridgewell/gen-mapping@0.3.3","MIT","Copyright 2022 Justin Ridgewell <jridgewell@google.com>","https://github.com/jridgewell/gen-mapping"
"@jridgewell/resolve-uri@3.1.0","MIT","Copyright 2019 Justin Ridgewell <jridgewell@google.com>","https://github.com/jridgewell/resolve-uri"
"@jridgewell/set-array@1.1.2","MIT","Copyright 2022 Justin Ridgewell <jridgewell@google.com>","https://github.com/jridgewell/set-array"
"@jridgewell/source-map@0.3.3","MIT","Copyright 2019 Justin Ridgewell <jridgewell@google.com>","https://github.com/jridgewell/source-map"
"@jridgewell/sourcemap-codec@1.4.14","MIT","Copyright (c) 2015 Rich Harris","https://github.com/jridgewell/sourcemap-codec"
"@jridgewell/sourcemap-codec@1.4.15","MIT","Copyright (c) 2015 Rich Harris","https://github.com/jridgewell/sourcemap-codec"
"@jridgewell/trace-mapping@0.3.18","MIT","Copyright 2022 Justin Ridgewell <justin@ridgewell.name>","https://github.com/jridgewell/trace-mapping"
"@jridgewell/trace-mapping@0.3.9","MIT","Copyright 2022 Justin Ridgewell <justin@ridgewell.name>","https://github.com/jridgewell/trace-mapping"
"@jsdevtools/ono@7.1.3","MIT","Copyright (c) 2015 James Messinger","https://github.com/JS-DevTools/ono"
"@leichtgewicht/ip-codec@2.0.4","MIT","Copyright (c) 2021 Martin Heidegger","https://github.com/martinheidegger/ip-codec"
"@ng-bootstrap/ng-bootstrap@11.0.1","MIT","Copyright (c) 2015-2018 Angular ng-bootstrap team","https://github.com/ng-bootstrap/ng-bootstrap"
"@ngrx/effects@15.4.0","MIT","","https://github.com/ngrx/platform"
"@ngrx/entity@15.4.0","MIT","","https://github.com/ngrx/platform"
"@ngrx/eslint-plugin@15.4.0","MIT","","https://github.com/ngrx/platform"
"@ngrx/router-store@15.4.0","MIT","","https://github.com/ngrx/platform"
"@ngrx/store-devtools@15.4.0","MIT","","https://github.com/ngrx/platform"
"@ngrx/store@15.4.0","MIT","","https://github.com/ngrx/platform"
"@ngtools/webpack@15.2.8","MIT","Copyright (c) 2017 Google, Inc.","https://github.com/angular/angular-cli"
"@nguniversal/builders@15.2.1","MIT","","https://github.com/angular/universal"
"@nguniversal/common@15.2.1","MIT","","https://github.com/angular/universal"
"@nguniversal/express-engine@15.2.1","MIT","","https://github.com/angular/universal"
"@ngx-formly/core@6.1.4","MIT","","https://github.com/ngx-formly/ngx-formly"
"@ngx-translate/core@14.0.0","MIT","","https://github.com/ngx-translate/core"
"@nodelib/fs.scandir@2.1.5","MIT","Copyright (c) Denis Malinochkin","https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir"
"@nodelib/fs.stat@2.0.5","MIT","Copyright (c) Denis Malinochkin","https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat"
"@nodelib/fs.walk@1.2.8","MIT","Copyright (c) Denis Malinochkin","https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk"
"@npmcli/fs@2.1.2","ISC","Copyright npm, Inc.","https://github.com/npm/fs"
"@npmcli/fs@3.1.0","ISC","Copyright npm, Inc.","https://github.com/npm/fs"
"@npmcli/git@4.0.4","ISC","Copyright (c) npm, Inc.","https://github.com/npm/git"
"@npmcli/installed-package-contents@2.0.2","ISC","Copyright (c) npm, Inc.","https://github.com/npm/installed-package-contents"
"@npmcli/move-file@2.0.1","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com). Copyright (c) npm, Inc.","https://github.com/npm/move-file"
"@npmcli/node-gyp@3.0.0","ISC","","https://github.com/npm/node-gyp"
"@npmcli/promise-spawn@6.0.2","ISC","Copyright (c) npm, Inc.","https://github.com/npm/promise-spawn"
"@npmcli/run-script@6.0.0","ISC","Copyright (c) npm, Inc.","https://github.com/npm/run-script"
"@opencensus/core@0.0.8","Apache-2.0","","https://github.com/census-instrumentation/opencensus-node"
"@opencensus/core@0.0.9","Apache-2.0","","https://github.com/census-instrumentation/opencensus-node"
"@opencensus/propagation-b3@0.0.8","Apache-2.0","","https://github.com/census-instrumentation/opencensus-node"
"@phenomnomnominal/tsquery@5.0.1","MIT","Copyright (c) 2018 Craig Spence","https://github.com/phenomnomnominal/tsquery"
"@pkgjs/parseargs@0.11.0","MIT","","https://github.com/pkgjs/parseargs"
"@pm2/agent@2.0.1","AGPL-3.0","",""
"@pm2/io@5.0.0","Apache*","","https://github.com/keymetrics/pm2-io-apm"
"@pm2/js-api@0.6.7","Apache*","","https://github.com/keymetrics/km.js"
"@pm2/pm2-version-check@1.0.4","MIT","",""
"@rx-angular/state@15.0.0","MIT","","https://github.com/rx-angular/rx-angular"
"@schematics/angular@15.2.6","MIT","Copyright (c) 2017 Google, Inc.","https://github.com/angular/angular-cli"
"@schematics/angular@15.2.8","MIT","Copyright (c) 2017 Google, Inc.","https://github.com/angular/angular-cli"
"@sentry-internal/tracing@7.54.0","MIT","Copyright (c) 2020 Sentry (https://sentry.io) and individual contributors. All rights reserved.","https://github.com/getsentry/sentry-javascript"
"@sentry/browser@7.54.0","MIT","Copyright (c) 2019 Sentry (https://sentry.io) and individual contributors. All rights reserved.","https://github.com/getsentry/sentry-javascript"
"@sentry/core@7.54.0","MIT","Copyright (c) 2019 Sentry (https://sentry.io) and individual contributors. All rights reserved.","https://github.com/getsentry/sentry-javascript"
"@sentry/replay@7.54.0","MIT","Copyright (c) 2022 Sentry (https://sentry.io) and individual contributors. All rights reserved.","https://github.com/getsentry/sentry-javascript"
"@sentry/types@7.54.0","MIT","Copyright (c) 2019 Sentry (https://sentry.io) and individual contributors. All rights reserved.","https://github.com/getsentry/sentry-javascript"
"@sentry/utils@7.54.0","MIT","Copyright (c) 2019 Sentry (https://sentry.io) and individual contributors. All rights reserved.","https://github.com/getsentry/sentry-javascript"
"@sigstore/protobuf-specs@0.1.0","Apache-2.0","","https://github.com/sigstore/protobuf-specs"
"@sinclair/typebox@0.25.24","MIT","Copyright (c) 2017-2023 Haydn Paterson (sinclair) <haydn.developer@gmail.com>","https://github.com/sinclairzx81/typebox"
"@sinonjs/commons@2.0.0","BSD-3-Clause","Copyright (c) 2018, Sinon.JS. All rights reserved.","https://github.com/sinonjs/commons"
"@sinonjs/fake-timers@10.0.2","BSD-3-Clause","Copyright (c) 2010-2014, Christian Johansen, christian@cjohansen.no. All rights reserved.","https://github.com/sinonjs/fake-timers"
"@socket.io/component-emitter@3.1.0","MIT","Copyright (c) 2014 Component contributors <dev@component.io>","https://github.com/socketio/emitter"
"@tootallnate/once@1.1.2","MIT","","https://github.com/TooTallNate/once"
"@tootallnate/once@2.0.0","MIT","Copyright (c) 2020 Nathan Rajlich","https://github.com/TooTallNate/once"
"@ts-morph/common@0.19.0","MIT","Copyright (c) 2017-2023 David Sherret","https://github.com/dsherret/ts-morph"
"@ts-morph/common@0.9.2","MIT","Copyright (c) 2019 David Sherret","https://github.com/dsherret/ts-morph"
"@tsconfig/node10@1.0.9","MIT","Copyright (c) Microsoft Corporation.","https://github.com/tsconfig/bases"
"@tsconfig/node12@1.0.11","MIT","Copyright (c) Microsoft Corporation.","https://github.com/tsconfig/bases"
"@tsconfig/node14@1.0.3","MIT","Copyright (c) Microsoft Corporation.","https://github.com/tsconfig/bases"
"@tsconfig/node16@1.0.3","MIT","Copyright (c) Microsoft Corporation.","https://github.com/tsconfig/bases"
"@tufjs/canonical-json@1.0.0","MIT","Copyright (c) 2022 GitHub and the TUF Contributors","https://github.com/theupdateframework/tuf-js"
"@tufjs/models@1.0.3","MIT","Copyright (c) 2022 GitHub and the TUF Contributors","https://github.com/theupdateframework/tuf-js"
"@types/babel__core@7.20.0","MIT","","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/babel__generator@7.6.4","MIT","","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/babel__template@7.4.1","MIT","","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/babel__traverse@7.18.3","MIT","","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/body-parser@1.19.2","MIT","","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/bonjour@3.5.10","MIT","","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/connect-history-api-fallback@1.5.0","MIT","","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/connect@3.4.35","MIT","","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/cookie@0.4.1","MIT","","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/cors@2.8.13","MIT","","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/eslint-scope@3.7.4","MIT","","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/eslint@8.40.1","MIT","","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/estree@0.0.51","MIT","","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/estree@1.0.1","MIT","","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/express-serve-static-core@4.17.35","MIT","","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/express@4.17.17","MIT","","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/glob@7.2.0","MIT","","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/google.maps@3.53.4","MIT","","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/graceful-fs@4.1.6","MIT","","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/grecaptcha@3.0.4","MIT","","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/http-proxy@1.17.10","MIT","","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/istanbul-lib-coverage@2.0.4","MIT","","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/istanbul-lib-report@3.0.0","MIT","","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/istanbul-reports@3.0.1","MIT","","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/jest@29.5.2","MIT","","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/jsdom@20.0.1","MIT","","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/json-schema@7.0.11","MIT","","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/lodash-es@4.17.7","MIT","","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/lodash@4.14.194","MIT","","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/mime@1.3.2","MIT","","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/mime@3.0.1","MIT","","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/minimatch@3.0.5","MIT","","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/minimist@1.2.2","MIT","","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/node@18.16.17","MIT","","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/normalize-package-data@2.4.1","MIT","","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/parse-json@4.0.0","MIT","","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/prettier@2.7.2","MIT","","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/qs@6.9.7","MIT","","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/range-parser@1.2.4","MIT","","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/retry@0.12.0","MIT","","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/semver@7.3.13","MIT","","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/send@0.17.1","MIT","","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/serve-index@1.9.1","MIT","","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/serve-static@1.15.1","MIT","","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/sockjs@0.3.33","MIT","","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/stack-utils@2.0.1","MIT","","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/tough-cookie@4.0.2","MIT","","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/uuid@9.0.2","MIT","","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/webpack@5.28.1","MIT","","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/ws@8.5.4","MIT","","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/yargs-parser@21.0.0","MIT","","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/yargs@17.0.24","MIT","","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@typescript-eslint/eslint-plugin@5.59.9","MIT","Copyright (c) 2019 typescript-eslint and other contributors","https://github.com/typescript-eslint/typescript-eslint"
"@typescript-eslint/experimental-utils@5.59.0","MIT","Copyright (c) 2019 typescript-eslint and other contributors","https://github.com/typescript-eslint/typescript-eslint"
"@typescript-eslint/parser@5.59.9","BSD-2-Clause","","https://github.com/typescript-eslint/typescript-eslint"
"@typescript-eslint/scope-manager@5.48.2","MIT","Copyright (c) 2019 typescript-eslint and other contributors","https://github.com/typescript-eslint/typescript-eslint"
"@typescript-eslint/scope-manager@5.59.0","MIT","Copyright (c) 2019 typescript-eslint and other contributors","https://github.com/typescript-eslint/typescript-eslint"
"@typescript-eslint/scope-manager@5.59.9","MIT","Copyright (c) 2019 typescript-eslint and other contributors","https://github.com/typescript-eslint/typescript-eslint"
"@typescript-eslint/type-utils@5.48.2","MIT","Copyright (c) 2021 typescript-eslint and other contributors","https://github.com/typescript-eslint/typescript-eslint"
"@typescript-eslint/type-utils@5.59.9","MIT","Copyright (c) 2021 typescript-eslint and other contributors","https://github.com/typescript-eslint/typescript-eslint"
"@typescript-eslint/types@5.48.2","MIT","Copyright (c) 2019 typescript-eslint and other contributors","https://github.com/typescript-eslint/typescript-eslint"
"@typescript-eslint/types@5.59.0","MIT","Copyright (c) 2019 typescript-eslint and other contributors","https://github.com/typescript-eslint/typescript-eslint"
"@typescript-eslint/types@5.59.9","MIT","Copyright (c) 2019 typescript-eslint and other contributors","https://github.com/typescript-eslint/typescript-eslint"
"@typescript-eslint/typescript-estree@5.48.2","BSD-2-Clause","","https://github.com/typescript-eslint/typescript-eslint"
"@typescript-eslint/typescript-estree@5.59.0","BSD-2-Clause","","https://github.com/typescript-eslint/typescript-eslint"
"@typescript-eslint/typescript-estree@5.59.9","BSD-2-Clause","","https://github.com/typescript-eslint/typescript-eslint"
"@typescript-eslint/utils@5.48.2","MIT","Copyright (c) 2019 typescript-eslint and other contributors","https://github.com/typescript-eslint/typescript-eslint"
"@typescript-eslint/utils@5.59.0","MIT","Copyright (c) 2019 typescript-eslint and other contributors","https://github.com/typescript-eslint/typescript-eslint"
"@typescript-eslint/utils@5.59.9","MIT","Copyright (c) 2019 typescript-eslint and other contributors","https://github.com/typescript-eslint/typescript-eslint"
"@typescript-eslint/visitor-keys@5.48.2","MIT","Copyright (c) 2019 typescript-eslint and other contributors","https://github.com/typescript-eslint/typescript-eslint"
"@typescript-eslint/visitor-keys@5.59.0","MIT","Copyright (c) 2019 typescript-eslint and other contributors","https://github.com/typescript-eslint/typescript-eslint"
"@typescript-eslint/visitor-keys@5.59.9","MIT","Copyright (c) 2019 typescript-eslint and other contributors","https://github.com/typescript-eslint/typescript-eslint"
"@webassemblyjs/ast@1.11.1","MIT","Copyright (c) 2018 Sven Sauleau <sven@sauleau.com>","https://github.com/xtuc/webassemblyjs"
"@webassemblyjs/floating-point-hex-parser@1.11.1","MIT","Copyright (c) 2017 Mauro Bringolf","https://github.com/xtuc/webassemblyjs"
"@webassemblyjs/helper-api-error@1.11.1","MIT","Copyright (c) 2018 Sven Sauleau <sven@sauleau.com>","https://github.com/xtuc/webassemblyjs"
"@webassemblyjs/helper-buffer@1.11.1","MIT","Copyright (c) 2018 Sven Sauleau <sven@sauleau.com>","https://github.com/xtuc/webassemblyjs"
"@webassemblyjs/helper-numbers@1.11.1","MIT","Copyright (c) 2018 Sven Sauleau <sven@sauleau.com>","https://github.com/xtuc/webassemblyjs"
"@webassemblyjs/helper-wasm-bytecode@1.11.1","MIT","Copyright (c) 2018 Sven Sauleau <sven@sauleau.com>","https://github.com/xtuc/webassemblyjs"
"@webassemblyjs/helper-wasm-section@1.11.1","MIT","Copyright (c) 2018 Sven Sauleau <sven@sauleau.com>","https://github.com/xtuc/webassemblyjs"
"@webassemblyjs/ieee754@1.11.1","MIT","Copyright (c) 2018 Sven Sauleau <sven@sauleau.com>","https://github.com/xtuc/webassemblyjs"
"@webassemblyjs/leb128@1.11.1","Apache-2.0","Copyright 2012 The Obvious Corporation.. http://obvious.com/","https://github.com/xtuc/webassemblyjs"
"@webassemblyjs/utf8@1.11.1","MIT","Copyright (c) 2018 Sven Sauleau <sven@sauleau.com>","https://github.com/xtuc/webassemblyjs"
"@webassemblyjs/wasm-edit@1.11.1","MIT","Copyright (c) 2018 Sven Sauleau <sven@sauleau.com>","https://github.com/xtuc/webassemblyjs"
"@webassemblyjs/wasm-gen@1.11.1","MIT","Copyright (c) 2018 Sven Sauleau <sven@sauleau.com>","https://github.com/xtuc/webassemblyjs"
"@webassemblyjs/wasm-opt@1.11.1","MIT","Copyright (c) 2018 Sven Sauleau <sven@sauleau.com>","https://github.com/xtuc/webassemblyjs"
"@webassemblyjs/wasm-parser@1.11.1","MIT","Copyright (c) 2018 Sven Sauleau <sven@sauleau.com>","https://github.com/xtuc/webassemblyjs"
"@webassemblyjs/wast-printer@1.11.1","MIT","Copyright (c) 2018 Sven Sauleau <sven@sauleau.com>","https://github.com/xtuc/webassemblyjs"
"@wessberg/ts-evaluator@0.0.27","MIT","Copyright © 2020 [Frederik Wessberg](mailto:frederikwessberg@hotmail.com) ([@FredWessberg](https://twitter.com/FredWessberg)) ([Website](https://github.com/wessberg))","https://github.com/wessberg/ts-evaluator"
"@xtuc/ieee754@1.2.0","BSD-3-Clause","Copyright (c) 2008, Fair Oaks Labs, Inc.. All rights reserved.","https://github.com/feross/ieee754"
"@xtuc/long@4.2.2","Apache-2.0","","https://github.com/dcodeIO/long.js"
"@yarnpkg/lockfile@1.1.0","BSD-2-Clause","","https://github.com/yarnpkg/yarn/blob/master/packages/lockfile"
"JSONStream@1.3.5","(MIT OR Apache-2.0)","Copyright (c) 2011 Dominic Tarr","https://github.com/dominictarr/JSONStream"
"abab@2.0.6","BSD-3-Clause","Copyright © 2019 W3C and Jeff Carpenter \<jeffcarp@chromium.org\>","https://github.com/jsdom/abab"
"abbrev@1.1.1","ISC","Copyright (c) Isaac Z. Schlueter and Contributors*","https://github.com/isaacs/abbrev-js"
"accepts@1.3.8","MIT","Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>. Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>","https://github.com/jshttp/accepts"
"acorn-globals@6.0.0","MIT","Copyright (c) 2014 Forbes Lindesay","https://github.com/ForbesLindesay/acorn-globals"
"acorn-globals@7.0.1","MIT","Copyright (c) 2014 Forbes Lindesay","https://github.com/ForbesLindesay/acorn-globals"
"acorn-import-assertions@1.8.0","MIT","","https://github.com/xtuc/acorn-import-assertions"
"acorn-jsx@5.3.2","MIT","Copyright (C) 2012-2017 by Ingvar Stepanyan","https://github.com/acornjs/acorn-jsx"
"acorn-node@1.8.2","Apache-2.0","Copyright 2018 Renée Kooi <renee@kooi.me>","https://github.com/browserify/acorn-node"
"acorn-walk@7.2.0","MIT","Copyright (C) 2012-2018 by various contributors (see AUTHORS)","https://github.com/acornjs/acorn"
"acorn-walk@8.2.0","MIT","Copyright (C) 2012-2020 by various contributors (see AUTHORS)","https://github.com/acornjs/acorn"
"acorn@7.4.1","MIT","Copyright (C) 2012-2018 by various contributors (see AUTHORS)","https://github.com/acornjs/acorn"
"acorn@8.8.2","MIT","Copyright (C) 2012-2022 by various contributors (see AUTHORS)","https://github.com/acornjs/acorn"
"add-stream@1.0.0","MIT","","https://github.com/wilsonjackson/add-stream"
"adjust-sourcemap-loader@4.0.0","MIT","Copyright (c) 2019 Ben Holloway","https://github.com/bholloway/adjust-sourcemap-loader"
"agent-base@6.0.2","MIT","Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>","https://github.com/TooTallNate/node-agent-base"
"agentkeepalive@4.3.0","MIT","Copyright(c) node-modules and other contributors.. Copyright(c) 2012 - 2015 fengmk2 <fengmk2@gmail.com>","https://github.com/node-modules/agentkeepalive"
"aggregate-error@3.1.0","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)","https://github.com/sindresorhus/aggregate-error"
"ajv-formats@2.1.1","MIT","Copyright (c) 2020 Evgeny Poberezkin","https://github.com/ajv-validator/ajv-formats"
"ajv-keywords@3.5.2","MIT","Copyright (c) 2016 Evgeny Poberezkin","https://github.com/epoberezkin/ajv-keywords"
"ajv-keywords@5.1.0","MIT","Copyright (c) 2016 Evgeny Poberezkin","https://github.com/epoberezkin/ajv-keywords"
"ajv@6.12.6","MIT","Copyright (c) 2015-2017 Evgeny Poberezkin","https://github.com/ajv-validator/ajv"
"ajv@8.12.0","MIT","Copyright (c) 2015-2021 Evgeny Poberezkin","https://github.com/ajv-validator/ajv"
"amdefine@1.0.1","BSD-3-Clause OR MIT","Copyright (c) 2011-2016, The Dojo Foundation. All rights reserved.*","https://github.com/jrburke/amdefine"
"amp-message@0.1.2","MIT","","https://github.com/visionmedia/node-amp-message"
"amp@0.3.1","MIT","","https://github.com/visionmedia/node-amp"
"angular-oauth2-oidc@15.0.1","MIT","Copyright (c) 2017 Manfred Steyer","https://github.com/manfredsteyer/angular-oauth2-oidc"
"angulartics2@12.2.0","MIT","Copyright (c) 2021 angulartics","https://github.com/angulartics/angulartics2"
"ansi-colors@4.1.3","MIT","Copyright (c) 2015-present, Brian Woodward.","https://github.com/doowb/ansi-colors"
"ansi-escapes@3.2.0","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)","https://github.com/sindresorhus/ansi-escapes"
"ansi-escapes@4.3.2","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)","https://github.com/sindresorhus/ansi-escapes"
"ansi-html-community@0.0.8","Apache-2.0","","https://github.com/mahdyar/ansi-html-community"
"ansi-regex@3.0.1","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)","https://github.com/chalk/ansi-regex"
"ansi-regex@4.1.1","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)","https://github.com/chalk/ansi-regex"
"ansi-regex@5.0.1","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)","https://github.com/chalk/ansi-regex"
"ansi-regex@6.0.1","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)","https://github.com/chalk/ansi-regex"
"ansi-styles@3.2.1","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)","https://github.com/chalk/ansi-styles"
"ansi-styles@4.3.0","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)","https://github.com/chalk/ansi-styles"
"ansi-styles@5.2.0","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)","https://github.com/chalk/ansi-styles"
"ansi-styles@6.2.1","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)","https://github.com/chalk/ansi-styles"
"any-promise@1.3.0","MIT","Copyright (C) 2014-2016 Kevin Beaty","https://github.com/kevinbeaty/any-promise"
"anymatch@3.1.3","ISC","Copyright (c) 2019 Elan Shanker, Paul Miller (https://paulmillr.com)","https://github.com/micromatch/anymatch"
"apache-crypt@1.2.6","MIT","Copyright (c) Gevorg Harutyunyan","https://github.com/gevorg/apache-crypt"
"apache-md5@1.1.8","MIT","Copyright (c) Gevorg Harutyunyan","https://github.com/gevorg/apache-md5"
"aproba@2.0.0","ISC","Copyright (c) 2015, Rebecca Turner <me@re-becca.org>","https://github.com/iarna/aproba"
"are-docs-informative@0.0.2","MIT","","https://github.com/JoshuaKGoldberg/are-docs-informative"
"are-we-there-yet@3.0.1","ISC","Copyright npm, Inc.","https://github.com/npm/are-we-there-yet"
"arg@4.1.3","MIT","Copyright (c) 2017-2019 Zeit, Inc.","https://github.com/zeit/arg"
"argparse@1.0.10","MIT","Copyright (C) 2012 by Vitaly Puzrin","https://github.com/nodeca/argparse"
"argparse@2.0.1","Python-2.0","Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,. The Netherlands. All rights reserved.","https://github.com/nodeca/argparse"
"aria-query@5.1.3","Apache-2.0","Copyright 2020 A11yance","https://github.com/A11yance/aria-query"
"array-buffer-byte-length@1.0.0","MIT","Copyright (c) 2023 Inspect JS","https://github.com/inspect-js/array-buffer-byte-length"
"array-differ@3.0.0","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)","https://github.com/sindresorhus/array-differ"
"array-flatten@1.1.1","MIT","Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com)","https://github.com/blakeembrey/array-flatten"
"array-flatten@2.1.2","MIT","Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com)","https://github.com/blakeembrey/array-flatten"
"array-from@2.1.1","MIT","Copyright © 2015-2016 Studio B12 GmbH","https://github.com/studio-b12/array-from"
"array-ify@1.0.0","MIT","","https://github.com/stevemao/array-ify"
"array-timsort@1.0.3","MIT","Copyright (c) 2015 Marco Ziccardi","https://github.com/kaelzhang/node-array-timsort"
"array-union@2.1.0","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)","https://github.com/sindresorhus/array-union"
"arrify@1.0.1","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)","https://github.com/sindresorhus/arrify"
"arrify@2.0.1","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)","https://github.com/sindresorhus/arrify"
"ast-transform@0.0.0","MIT","Copyright (c) 2014 Hugh Kennedy","https://github.com/hughsk/ast-transform"
"ast-types@0.13.4","MIT","Copyright (c) 2013 Ben Newman <bn@cs.stanford.edu>","https://github.com/benjamn/ast-types"
"ast-types@0.7.8","MIT","Copyright (c) 2013 Ben Newman <bn@cs.stanford.edu>","https://github.com/benjamn/ast-types"
"astral-regex@2.0.0","MIT","Copyright (c) Kevin Mårtensson <kevinmartensson@gmail.com> (github.com/kevva)","https://github.com/kevva/astral-regex"
"async-each-series@0.1.1","MIT","","https://github.com/jb55/async-each-series"
"async-listener@0.6.10","BSD-2-Clause","Copyright (c) 2013-2017, Forrest L Norvell. All rights reserved.","https://github.com/othiym23/async-listener"
"async@2.6.4","MIT","Copyright (c) 2010-2018 Caolan McMahon","https://github.com/caolan/async"
"async@3.2.4","MIT","Copyright (c) 2010-2018 Caolan McMahon","https://github.com/caolan/async"
"asynckit@0.4.0","MIT","Copyright (c) 2016 Alex Indigo","https://github.com/alexindigo/asynckit"
"autoprefixer@10.4.13","MIT","Copyright 2013 Andrey Sitnik <andrey@sitnik.ru>","https://github.com/postcss/autoprefixer"
"available-typed-arrays@1.0.5","MIT","Copyright (c) 2020 Inspect JS","https://github.com/inspect-js/available-typed-arrays"
"axios@0.21.4","MIT","Copyright (c) 2014-present Matt Zabriskie","https://github.com/axios/axios"
"axobject-query@3.1.1","Apache-2.0","Copyright 2020 A11yance","https://github.com/A11yance/axobject-query"
"babel-jest@29.5.0","MIT","Copyright (c) Meta Platforms, Inc. and affiliates.","https://github.com/facebook/jest"
"babel-loader@9.1.2","MIT","Copyright (c) 2014-2019 Luís Couto <hello@luiscouto.pt>","https://github.com/babel/babel-loader"
"babel-plugin-istanbul@6.1.1","BSD-3-Clause","Copyright (c) 2016, Istanbul Code Coverage. All rights reserved.","https://github.com/istanbuljs/babel-plugin-istanbul"
"babel-plugin-jest-hoist@29.5.0","MIT","Copyright (c) Meta Platforms, Inc. and affiliates.","https://github.com/facebook/jest"
"babel-plugin-polyfill-corejs2@0.3.3","MIT","Copyright (c) 2014-present Nicolò Ribaudo and other contributors","https://github.com/babel/babel-polyfills"
"babel-plugin-polyfill-corejs2@0.4.3","MIT","Copyright (c) 2014-present Nicolò Ribaudo and other contributors","https://github.com/babel/babel-polyfills"
"babel-plugin-polyfill-corejs3@0.6.0","MIT","Copyright (c) 2014-present Nicolò Ribaudo and other contributors","https://github.com/babel/babel-polyfills"
"babel-plugin-polyfill-corejs3@0.8.1","MIT","Copyright (c) 2014-present Nicolò Ribaudo and other contributors","https://github.com/babel/babel-polyfills"
"babel-plugin-polyfill-regenerator@0.4.1","MIT","Copyright (c) 2014-present Nicolò Ribaudo and other contributors","https://github.com/babel/babel-polyfills"
"babel-plugin-polyfill-regenerator@0.5.0","MIT","Copyright (c) 2014-present Nicolò Ribaudo and other contributors","https://github.com/babel/babel-polyfills"
"babel-preset-current-node-syntax@1.0.1","MIT","Copyright (c) 2020 Nicolò Ribaudo and other contributors","https://github.com/nicolo-ribaudo/babel-preset-current-node-syntax"
"babel-preset-jest@29.5.0","MIT","Copyright (c) Meta Platforms, Inc. and affiliates.","https://github.com/facebook/jest"
"balanced-match@1.0.2","MIT","Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>","https://github.com/juliangruber/balanced-match"
"balanced-match@2.0.0","MIT","Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>","https://github.com/juliangruber/balanced-match"
"base64-js@1.3.1","MIT","Copyright (c) 2014 Jameson Little","https://github.com/beatgammit/base64-js"
"base64-js@1.5.1","MIT","Copyright (c) 2014 Jameson Little","https://github.com/beatgammit/base64-js"
"base64id@2.0.0","MIT","Copyright (c) 2012-2016 Kristian Faeldt <faeldt_kristian@cyberagent.co.jp>","https://github.com/faeldt/base64id"
"basic-auth@2.0.1","MIT","Copyright (c) 2013 TJ Holowaychuk. Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>. Copyright (c) 2015-2016 Douglas Christopher Wilson <doug@somethingdoug.com>","https://github.com/jshttp/basic-auth"
"batch@0.6.1","MIT","Copyright (c) 2013 TJ Holowaychuk <tj@vision-media.ca>","https://github.com/visionmedia/batch"
"bcryptjs@2.4.3","MIT","","https://github.com/dcodeIO/bcrypt.js"
"bent@7.3.12","Apache-2.0","","https://github.com/mikeal/bent"
"big.js@5.2.2","MIT","Copyright (c) 2018 Michael Mclaughlin","https://github.com/MikeMcl/big.js"
"binary-extensions@2.2.0","MIT","Copyright (c) 2019 Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com), Paul Miller (https://paulmillr.com)","https://github.com/sindresorhus/binary-extensions"
"bintrees@1.0.2","MIT","Copyright (C) 2011 by Vadim Graboys","https://github.com/vadimg/js_bintrees"
"bl@4.1.0","MIT","Copyright (c) 2013-2019 bl contributors. ----------------------------------","https://github.com/rvagg/bl"
"blessed@0.1.81","MIT","Copyright (c) 2013-2015, Christopher Jeffrey and contributors. https://github.com/chjj/","https://github.com/chjj/blessed"
"bodec@0.1.0","MIT","Copyright (c) 2014 Tim Caswell","https://github.com/creationix/bodec"
"body-parser@1.20.1","MIT","Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>. Copyright (c) 2014-2015 Douglas Christopher Wilson <doug@somethingdoug.com>","https://github.com/expressjs/body-parser"
"bonjour-service@1.1.1","MIT","Copyright (https://github.com/onlxltd/bonjour-service) (c) 2021 ON LX Limited","https://github.com/onlxltd/bonjour-service"
"boolbase@1.0.0","ISC","","https://github.com/fb55/boolbase"
"bootstrap@4.6.2","MIT","Copyright (c) 2011-2022 Twitter, Inc.. Copyright (c) 2011-2022 The Bootstrap Authors","https://github.com/twbs/bootstrap"
"brace-expansion@1.1.11","MIT","Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>","https://github.com/juliangruber/brace-expansion"
"brace-expansion@2.0.1","MIT","Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>","https://github.com/juliangruber/brace-expansion"
"braces@3.0.2","MIT","Copyright (c) 2014-2018, Jon Schlinkert.","https://github.com/micromatch/braces"
"brfs@2.0.2","MIT","","https://github.com/substack/brfs"
"brotli@1.3.3","MIT","","https://github.com/devongovett/brotli.js"
"browser-process-hrtime@1.0.0","BSD-2-Clause","Copyright 2014 kumavis","https://github.com/kumavis/browser-process-hrtime"
"browser-resolve@1.11.3","MIT","Copyright (c) 2013-2015 Roman Shtylman <shtylman@gmail.com>","https://github.com/shtylman/node-browser-resolve"
"browser-sync-client@2.29.1","ISC","","https://github.com/shakyshane/browser-sync-client"
"browser-sync-ui@2.29.1","Apache-2.0","","https://github.com/BrowserSync/UI"
"browser-sync@2.29.1","Apache-2.0","","https://github.com/BrowserSync/browser-sync"
"browserify-optional@1.0.1","MIT","","https://github.com/devongovett/browserify-optional"
"browserslist@4.21.5","MIT","Copyright 2014 Andrey Sitnik <andrey@sitnik.ru> and other contributors","https://github.com/browserslist/browserslist"
"bs-logger@0.2.6","MIT","Copyright (c) 2018 Huafu Gandon","https://github.com/huafu/bs-logger"
"bs-recipes@1.3.4","ISC","","https://github.com/BrowserSync/recipes"
"bs-snippet-injector@2.0.1","MIT","","https://github.com/shakyShane/bs-snippet-injector"
"bser@2.1.1","Apache-2.0","","https://github.com/facebook/watchman"
"buffer-equal@0.0.1","MIT","","https://github.com/substack/node-buffer-equal"
"buffer-from@1.1.2","MIT","Copyright (c) 2016, 2018 Linus Unnebäck","https://github.com/LinusU/buffer-from"
"buffer@5.7.1","MIT","Copyright (c) Feross Aboukhadijeh, and other contributors.","https://github.com/feross/buffer"
"builtin-modules@3.3.0","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)","https://github.com/sindresorhus/builtin-modules"
"builtins@5.0.1","MIT","Copyright (c) 2015 Julian Gruber <julian@juliangruber.com>","https://github.com/juliangruber/builtins"
"bytes@3.0.0","MIT","Copyright (c) 2012-2014 TJ Holowaychuk <tj@vision-media.ca>. Copyright (c) 2015 Jed Watson <jed.watson@me.com>","https://github.com/visionmedia/bytes.js"
"bytes@3.1.2","MIT","Copyright (c) 2012-2014 TJ Holowaychuk <tj@vision-media.ca>. Copyright (c) 2015 Jed Watson <jed.watson@me.com>","https://github.com/visionmedia/bytes.js"
"bytesish@0.4.4","(Apache-2.0 AND MIT)","","https://github.com/mikeal/bytesish"
"cacache@16.1.3","ISC","Copyright (c) npm, Inc.","https://github.com/npm/cacache"
"cacache@17.0.4","ISC","Copyright (c) npm, Inc.","https://github.com/npm/cacache"
"call-bind@1.0.2","MIT","Copyright (c) 2020 Jordan Harband","https://github.com/ljharb/call-bind"
"call-me-maybe@1.0.2","MIT","Copyright (c) 2015 Eric McCarthy","https://github.com/limulus/call-me-maybe"
"callsite@1.0.0","MIT*","",""
"callsites@3.1.0","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)","https://github.com/sindresorhus/callsites"
"camelcase-keys@6.2.2","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)","https://github.com/sindresorhus/camelcase-keys"
"camelcase@5.3.1","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)","https://github.com/sindresorhus/camelcase"
"camelcase@6.3.0","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)","https://github.com/sindresorhus/camelcase"
"caniuse-lite@1.0.30001481","CC-BY-4.0","","https://github.com/browserslist/caniuse-lite"
"caseless@0.12.0","Apache-2.0","","https://github.com/mikeal/caseless"
"chalk@2.4.2","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)","https://github.com/chalk/chalk"
"chalk@3.0.0","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)","https://github.com/chalk/chalk"
"chalk@4.1.2","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)","https://github.com/chalk/chalk"
"chalk@5.2.0","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)","https://github.com/chalk/chalk"
"char-regex@1.0.2","MIT","Copyright (c) 2019 Richie Bendall","https://github.com/Richienb/char-regex"
"chardet@0.7.0","MIT","Copyright (C) 2018 Dmitry Shirokov","https://github.com/runk/node-chardet"
"charm@0.1.2","MIT*","","https://github.com/substack/node-charm"
"cheerio-select@2.1.0","BSD-2-Clause","Copyright (c) Felix Böhm. All rights reserved.","https://github.com/cheeriojs/cheerio-select"
"cheerio@1.0.0-rc.12","MIT","Copyright (c) 2022 The Cheerio contributors","https://github.com/cheeriojs/cheerio"
"chokidar@3.5.3","MIT","Copyright (c) 2012-2019 Paul Miller (https://paulmillr.com), Elan Shanker","https://github.com/paulmillr/chokidar"
"chownr@2.0.0","ISC","Copyright (c) Isaac Z. Schlueter and Contributors","https://github.com/isaacs/chownr"
"chrome-trace-event@1.0.3","MIT","Copyright (c) 2015 Joyent Inc. All rights reserved.","https://github.com/samccone/chrome-trace-event"
"ci-info@3.8.0","MIT","Copyright (c) 2016-2023 Thomas Watson Steen","https://github.com/watson/ci-info"
"cjs-module-lexer@1.2.2","MIT","Copyright (C) 2018-2020 Guy Bedford","https://github.com/guybedford/cjs-module-lexer"
"clean-regexp@1.0.0","MIT","Copyright (c) Sam Verschueren <sam.verschueren@gmail.com> (github.com/SamVerschueren)","https://github.com/SamVerschueren/clean-regexp"
"clean-stack@2.2.0","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)","https://github.com/sindresorhus/clean-stack"
"clear-module@4.1.2","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)","https://github.com/sindresorhus/clear-module"
"cli-color@2.0.3","ISC","Copyright (c) 2012-2022, Mariusz Nowak, @medikoo, medikoo.com","https://github.com/medikoo/cli-color"
"cli-cursor@2.1.0","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)","https://github.com/sindresorhus/cli-cursor"
"cli-cursor@3.1.0","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)","https://github.com/sindresorhus/cli-cursor"
"cli-spinners@2.8.0","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)","https://github.com/sindresorhus/cli-spinners"
"cli-tableau@2.0.1","MIT*","Copyright (c) 2011-2017 Automattic. Copyright (c) 2017 Keymetrics","https://github.com/Keymetrics/cli-table"
"cli-truncate@2.1.0","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)","https://github.com/sindresorhus/cli-truncate"
"cli-truncate@3.1.0","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)","https://github.com/sindresorhus/cli-truncate"
"cli-width@2.2.1","ISC","Copyright (c) 2015, Ilya Radchenko <ilya@burstcreations.com>","https://github.com/knownasilya/cli-width"
"cli-width@3.0.0","ISC","Copyright (c) 2015, Ilya Radchenko <ilya@burstcreations.com>","https://github.com/knownasilya/cli-width"
"cliui@7.0.4","ISC","Copyright (c) 2015, Contributors","https://github.com/yargs/cliui"
"cliui@8.0.1","ISC","Copyright (c) 2015, Contributors","https://github.com/yargs/cliui"
"clone-deep@4.0.1","MIT","Copyright (c) 2014-2018, Jon Schlinkert.","https://github.com/jonschlinkert/clone-deep"
"clone@1.0.4","MIT","Copyright © 2011-2015 Paul Vorbach <paul@vorba.ch>","https://github.com/pvorb/node-clone"
"co@4.6.0","MIT","Copyright (c) 2014 TJ Holowaychuk <tj@vision-media.ca>","https://github.com/tj/co"
"code-block-writer@10.1.1","MIT","Copyright (c) 2015 David Sherret","https://github.com/dsherret/code-block-writer"
"code-block-writer@12.0.0","MIT","Copyright (c) 2015-2022 David Sherret","https://github.com/dsherret/code-block-writer"
"collect-v8-coverage@1.0.1","MIT","Copyright (c) 2019 Simen Bekkhus","https://github.com/SimenB/collect-v8-coverage"
"color-convert@1.9.3","MIT","Copyright (c) 2011-2016 Heather Arthur <fayearthur@gmail.com>","https://github.com/Qix-/color-convert"
"color-convert@2.0.1","MIT","Copyright (c) 2011-2016 Heather Arthur <fayearthur@gmail.com>","https://github.com/Qix-/color-convert"
"color-name@1.1.3","MIT","","https://github.com/dfcreative/color-name"
"color-name@1.1.4","MIT","","https://github.com/colorjs/color-name"
"color-support@1.1.3","ISC","Copyright (c) Isaac Z. Schlueter and Contributors","https://github.com/isaacs/color-support"
"colord@2.9.3","MIT","Copyright (c) 2020 Vlad Shilov omgovich@ya.ru","https://github.com/omgovich/colord"
"colorette@2.0.20","MIT","Copyright © Jorge Bucaran <<https://jorgebucaran.com>>","https://github.com/jorgebucaran/colorette"
"colors@1.4.0","MIT","","https://github.com/Marak/colors.js"
"combined-stream@1.0.8","MIT","Copyright (c) 2011 Debuggable Limited <felix@debuggable.com>","https://github.com/felixge/node-combined-stream"
"commander@10.0.1","MIT","Copyright (c) 2011 TJ Holowaychuk <tj@vision-media.ca>","https://github.com/tj/commander.js"
"commander@2.15.1","MIT","Copyright (c) 2011 TJ Holowaychuk <tj@vision-media.ca>","https://github.com/tj/commander.js"
"commander@2.20.3","MIT","Copyright (c) 2011 TJ Holowaychuk <tj@vision-media.ca>","https://github.com/tj/commander.js"
"commander@9.5.0","MIT","Copyright (c) 2011 TJ Holowaychuk <tj@vision-media.ca>","https://github.com/tj/commander.js"
"comment-json@4.2.3","MIT","Copyright (c) 2013 kaelzhang <>, contributors. http://kael.me/","https://github.com/kaelzhang/node-comment-json"
"comment-parser@1.3.1","MIT","Copyright (c) 2014 Sergii Iavorskyi","https://github.com/yavorskiy/comment-parser"
"common-tags@1.8.2","MIT","Copyright © Declan de Wet","https://github.com/zspecza/common-tags"
"commondir@1.0.1","MIT","Copyright (c) 2013 James Halliday (mail@substack.net)","https://github.com/substack/node-commondir"
"compare-func@2.0.0","MIT","Copyright (c) 2015 Steve Mao","https://github.com/stevemao/compare-func"
"compressible@2.0.18","MIT","Copyright (c) 2013 Jonathan Ong <me@jongleberry.com>. Copyright (c) 2014 Jeremiah Senkpiel <fishrock123@rocketmail.com>. Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>","https://github.com/jshttp/compressible"
"compression@1.7.4","MIT","Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>. Copyright (c) 2014-2015 Douglas Christopher Wilson <doug@somethingdoug.com>","https://github.com/expressjs/compression"
"concat-map@0.0.1","MIT","","https://github.com/substack/node-concat-map"
"concat-stream@1.6.2","MIT","Copyright (c) 2013 Max Ogden","https://github.com/maxogden/concat-stream"
"configstore@5.0.1","BSD-2-Clause","Copyright (c) Google. All rights reserved.","https://github.com/yeoman/configstore"
"connect-history-api-fallback@1.6.0","MIT","Copyright (c) 2012 Ben Ripkens http://bripkens.de","https://github.com/bripkens/connect-history-api-fallback"
"connect-history-api-fallback@2.0.0","MIT","Copyright (c) 2022 Ben Blackmore and contributors","https://github.com/bripkens/connect-history-api-fallback"
"connect@3.6.6","MIT","Copyright (c) 2010 Sencha Inc.. Copyright (c) 2011 LearnBoost. Copyright (c) 2011-2014 TJ Holowaychuk. Copyright (c) 2015 Douglas Christopher Wilson","https://github.com/senchalabs/connect"
"connect@3.7.0","MIT","Copyright (c) 2010 Sencha Inc.. Copyright (c) 2011 LearnBoost. Copyright (c) 2011-2014 TJ Holowaychuk. Copyright (c) 2015 Douglas Christopher Wilson","https://github.com/senchalabs/connect"
"console-control-strings@1.1.0","ISC","Copyright (c) 2014, Rebecca Turner <me@re-becca.org>","https://github.com/iarna/console-control-strings"
"content-disposition@0.5.4","MIT","Copyright (c) 2014-2017 Douglas Christopher Wilson","https://github.com/jshttp/content-disposition"
"content-type@1.0.5","MIT","Copyright (c) 2015 Douglas Christopher Wilson","https://github.com/jshttp/content-type"
"continuation-local-storage@3.2.1","BSD-2-Clause","Copyright (c) 2013-2016, Forrest L Norvell <ogd@aoaioxxysz.net>. All rights reserved.","https://github.com/othiym23/node-continuation-local-storage"
"conventional-changelog-angular@5.0.13","ISC","Copyright © [conventional-changelog team](https://github.com/conventional-changelog)","https://github.com/conventional-changelog/conventional-changelog"
"conventional-changelog-angular@6.0.0","ISC","Copyright © [conventional-changelog team](https://github.com/conventional-changelog)","https://github.com/conventional-changelog/conventional-changelog"
"conventional-changelog-atom@3.0.0","ISC","Copyright © [conventional-changelog team](https://github.com/conventional-changelog)","https://github.com/conventional-changelog/conventional-changelog"
"conventional-changelog-cli@3.0.0","MIT","Copyright (c) 2015 Steve Mao <maochenyan@gmail.com> (https://github.com/stevemao)","https://github.com/conventional-changelog/conventional-changelog"
"conventional-changelog-codemirror@3.0.0","ISC","Copyright © [conventional-changelog team](https://github.com/conventional-changelog)","https://github.com/conventional-changelog/conventional-changelog"
"conventional-changelog-conventionalcommits@5.0.0","ISC","Copyright © [conventional-changelog team](https://github.com/conventional-changelog)","https://github.com/conventional-changelog/conventional-changelog"
"conventional-changelog-conventionalcommits@6.0.0","ISC","Copyright © [conventional-changelog team](https://github.com/conventional-changelog)","https://github.com/conventional-changelog/conventional-changelog"
"conventional-changelog-core@5.0.1","MIT","Copyright © [conventional-changelog team](https://github.com/conventional-changelog)","https://github.com/conventional-changelog/conventional-changelog"
"conventional-changelog-ember@3.0.0","ISC","Copyright © [conventional-changelog team](https://github.com/conventional-changelog)","https://github.com/conventional-changelog/conventional-changelog"
"conventional-changelog-eslint@4.0.0","ISC","Copyright © [conventional-changelog team](https://github.com/conventional-changelog)","https://github.com/conventional-changelog/conventional-changelog"
"conventional-changelog-express@3.0.0","ISC","Copyright © [conventional-changelog team](https://github.com/conventional-changelog)","https://github.com/conventional-changelog/conventional-changelog"
"conventional-changelog-jquery@4.0.0","ISC","Copyright © [conventional-changelog team](https://github.com/conventional-changelog)","https://github.com/conventional-changelog/conventional-changelog"
"conventional-changelog-jshint@3.0.0","ISC","Copyright © [conventional-changelog team](https://github.com/conventional-changelog)","https://github.com/conventional-changelog/conventional-changelog"
"conventional-changelog-preset-loader@3.0.0","MIT","Copyright © [conventional-changelog team](https://github.com/conventional-changelog)","https://github.com/conventional-changelog/conventional-changelog"
"conventional-changelog-writer@6.0.0","MIT","Copyright © [conventional-changelog team](https://github.com/conventional-changelog)","https://github.com/conventional-changelog/conventional-changelog"
"conventional-changelog@4.0.0","MIT","Copyright © [conventional-changelog team](https://github.com/conventional-changelog)","https://github.com/conventional-changelog/conventional-changelog"
"conventional-commits-filter@3.0.0","MIT","Copyright (c) 2015 Steve Mao <maochenyan@gmail.com> (https://github.com/stevemao)","https://github.com/conventional-changelog/conventional-changelog"
"conventional-commits-parser@3.2.4","MIT","Copyright © [conventional-changelog team](https://github.com/conventional-changelog)","https://github.com/conventional-changelog/conventional-changelog"
"conventional-commits-parser@4.0.0","MIT","Copyright © [conventional-changelog team](https://github.com/conventional-changelog)","https://github.com/conventional-changelog/conventional-changelog"
"convert-source-map@1.9.0","MIT","Copyright 2013 Thorsten Lorenz. . All rights reserved.","https://github.com/thlorenz/convert-source-map"
"convert-source-map@2.0.0","MIT","Copyright 2013 Thorsten Lorenz. . All rights reserved.","https://github.com/thlorenz/convert-source-map"
"cookie-signature@1.0.6","MIT","Copyright (c) 2012 LearnBoost <tj@learnboost.com>","https://github.com/visionmedia/node-cookie-signature"
"cookie@0.4.2","MIT","Copyright (c) 2012-2014 Roman Shtylman <shtylman@gmail.com>. Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>","https://github.com/jshttp/cookie"
"cookie@0.5.0","MIT","Copyright (c) 2012-2014 Roman Shtylman <shtylman@gmail.com>. Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>","https://github.com/jshttp/cookie"
"copy-anything@2.0.6","MIT","Copyright (c) 2018 Luca Ban - Mesqueeb","https://github.com/mesqueeb/copy-anything"
"copy-webpack-plugin@11.0.0","MIT","Copyright JS Foundation and other contributors","https://github.com/webpack-contrib/copy-webpack-plugin"
"core-js-compat@3.30.2","MIT","Copyright (c) 2014-2023 Denis Pushkarev","https://github.com/zloirock/core-js"
"core-util-is@1.0.3","MIT","Copyright Node.js contributors. All rights reserved.","https://github.com/isaacs/core-util-is"
"cors@2.8.5","MIT","Copyright (c) 2013 Troy Goode <troygoode@gmail.com>","https://github.com/expressjs/cors"
"cosmiconfig-typescript-loader@4.3.0","MIT","Copyright (c) 2021 Alex Miller <codex.nz@gmail.com>","https://github.com/Codex-/cosmiconfig-typescript-loader"
"cosmiconfig@7.1.0","MIT","Copyright (c) 2015 David Clark","https://github.com/davidtheclark/cosmiconfig"
"cosmiconfig@8.0.0","MIT","Copyright (c) 2015 David Clark","https://github.com/davidtheclark/cosmiconfig"
"cosmiconfig@8.2.0","MIT","Copyright (c) 2015 David Clark","https://github.com/cosmiconfig/cosmiconfig"
"create-require@1.1.1","MIT","Copyright (c) 2020","https://github.com/nuxt-contrib/create-require"
"critters@0.0.16","Apache-2.0","","https://github.com/GoogleChromeLabs/critters"
"croner@4.1.97","MIT","Copyright (c) 2015-2021 Hexagon <github.com/Hexagon>","https://github.com/hexagon/croner"
"cross-spawn@6.0.5","MIT","Copyright (c) 2018 Made With MOXY Lda <hello@moxy.studio>","https://github.com/moxystudio/node-cross-spawn"
"cross-spawn@7.0.3","MIT","Copyright (c) 2018 Made With MOXY Lda <hello@moxy.studio>","https://github.com/moxystudio/node-cross-spawn"
"crypto-js@4.1.1","MIT","Copyright (c) 2009-2013 Jeff Mott . Copyright (c) 2013-2016 Evan Vosberg","https://github.com/brix/crypto-js"
"crypto-random-string@2.0.0","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)","https://github.com/sindresorhus/crypto-random-string"
"cspell-dictionary@6.31.1","MIT","Copyright (c) 2022 Jason Dent","https://github.com/streetsidesoftware/cspell"
"cspell-gitignore@6.31.1","MIT","Copyright (c) 2017 Jason Dent","https://github.com/streetsidesoftware/cspell"
"cspell-glob@6.31.1","MIT","Copyright (c) 2017 Jason Dent","https://github.com/streetsidesoftware/cspell"
"cspell-grammar@6.31.1","MIT","Copyright (c) 2017 Jason Dent","https://github.com/streetsidesoftware/cspell"
"cspell-io@6.31.1","MIT","Copyright (c) 2017 Jason Dent","https://github.com/streetsidesoftware/cspell"
"cspell-lib@6.31.1","MIT","Copyright (c) 2017 Jason Dent","https://github.com/streetsidesoftware/cspell"
"cspell-trie-lib@6.31.1","MIT","Copyright (c) 2017 Jason Dent","https://github.com/streetsidesoftware/cspell"
"cspell@6.31.1","MIT","Copyright (c) 2017 Jason Dent","https://github.com/streetsidesoftware/cspell"
"css-functions-list@3.1.0","MIT","Copyright (c) Ivan Nikolić <http://ivannikolic.com>","https://github.com/niksy/css-functions-list"
"css-loader@6.7.3","MIT","Copyright JS Foundation and other contributors","https://github.com/webpack-contrib/css-loader"
"css-select@4.3.0","BSD-2-Clause","Copyright (c) Felix Böhm. All rights reserved.","https://github.com/fb55/css-select"
"css-select@5.1.0","BSD-2-Clause","Copyright (c) Felix Böhm. All rights reserved.","https://github.com/fb55/css-select"
"css-tree@2.3.1","MIT","Copyright (C) 2016-2022 by Roman Dvornov","https://github.com/csstree/csstree"
"css-what@6.1.0","BSD-2-Clause","Copyright (c) Felix Böhm. All rights reserved.","https://github.com/fb55/css-what"
"cssesc@3.0.0","MIT","Copyright Mathias Bynens <https://mathiasbynens.be/>","https://github.com/mathiasbynens/cssesc"
"cssom@0.3.8","MIT","Copyright (c) Nikita Vasilyev","https://github.com/NV/CSSOM"
"cssom@0.4.4","MIT","Copyright (c) Nikita Vasilyev","https://github.com/NV/CSSOM"
"cssom@0.5.0","MIT","Copyright (c) Nikita Vasilyev","https://github.com/NV/CSSOM"
"cssstyle@2.3.0","MIT","Copyright (c) Chad Walker","https://github.com/jsdom/cssstyle"
"culvert@0.1.2","MIT","Copyright (c) 2014 Tim Caswell","https://github.com/creationix/culvert"
"cz-customizable@7.0.0","MIT","Copyright (c) 2016 Leonardo Correa","https://github.com/leoforfree/cz-customizable"
"d@1.0.1","ISC","Copyright (c) 2013-2019, Mariusz Nowak, @medikoo, medikoo.com","https://github.com/medikoo/d"
"dargs@7.0.0","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)","https://github.com/sindresorhus/dargs"
"dash-ast@2.0.1","Apache-2.0","Copyright 2018 Renée Kooi <renee@kooi.me>","https://github.com/goto-bus-stop/dash-ast"
"data-uri-to-buffer@3.0.1","MIT","Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>","https://github.com/TooTallNate/node-data-uri-to-buffer"
"data-urls@2.0.0","MIT","Copyright © 2017–2020 Domenic Denicola <d@domenic.me>","https://github.com/jsdom/data-urls"
"data-urls@3.0.2","MIT","Copyright © Domenic Denicola <d@domenic.me>","https://github.com/jsdom/data-urls"
"date-fns@2.30.0","MIT","Copyright (c) 2021 Sasha Koss and Lesha Koss https://kossnocorp.mit-license.org","https://github.com/date-fns/date-fns"
"dateformat@3.0.3","MIT","","https://github.com/felixge/node-dateformat"
"dayjs@1.11.7","MIT","Copyright (c) 2018-present, iamkun","https://github.com/iamkun/dayjs"
"dayjs@1.8.36","MIT","Copyright (c) 2018-present, iamkun","https://github.com/iamkun/dayjs"
"debug@2.6.9","MIT","Copyright (c) 2014 TJ Holowaychuk <tj@vision-media.ca>","https://github.com/visionmedia/debug"
"debug@3.2.7","MIT","Copyright (c) 2014 TJ Holowaychuk <tj@vision-media.ca>","https://github.com/visionmedia/debug"
"debug@4.3.2","MIT","Copyright (c) 2014 TJ Holowaychuk <tj@vision-media.ca>","https://github.com/visionmedia/debug"
"debug@4.3.4","MIT","Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>. Copyright (c) 2018-2021 Josh Junon","https://github.com/debug-js/debug"
"decache@4.6.1","MIT","","https://github.com/dwyl/decache"
"decamelize-keys@1.1.1","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com), Dmirty Sobolev <disobolev@icloud.com>","https://github.com/sindresorhus/decamelize-keys"
"decamelize@1.2.0","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)","https://github.com/sindresorhus/decamelize"
"decamelize@5.0.1","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)","https://github.com/sindresorhus/decamelize"
"decimal.js@10.4.3","MIT","Copyright (c) 2022 Michael Mclaughlin","https://github.com/MikeMcl/decimal.js"
"dedent@0.7.0","MIT","Copyright (c) 2015 Desmond Brand (dmnd@desmondbrand.com)","https://github.com/dmnd/dedent"
"deep-equal@1.1.1","MIT","Copyright (c) 2012, 2013, 2014 James Halliday <mail@substack.net>, 2009 Thomas Robinson <280north.com>","https://github.com/substack/node-deep-equal"
"deep-equal@2.2.0","MIT","Copyright (c) 2012, 2013, 2014 James Halliday <mail@substack.net>, 2009 Thomas Robinson <280north.com>","https://github.com/inspect-js/node-deep-equal"
"deep-is@0.1.4","MIT","Copyright (c) 2012, 2013 Thorsten Lorenz <thlorenz@gmx.de>. Copyright (c) 2012 James Halliday <mail@substack.net>. Copyright (c) 2009 Thomas Robinson <280north.com>","https://github.com/thlorenz/deep-is"
"deepmerge@4.3.1","MIT","Copyright (c) 2012 James Halliday, Josh Duff, and other contributors","https://github.com/TehShrike/deepmerge"
"default-gateway@6.0.3","BSD-2-Clause","Copyright (c) silverwind. All rights reserved.","https://github.com/silverwind/default-gateway"
"defaults@1.0.4","MIT","Copyright (c) 2022 Sindre Sorhus. Copyright (c) 2015 Elijah Insua","https://github.com/sindresorhus/node-defaults"
"define-lazy-prop@2.0.0","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)","https://github.com/sindresorhus/define-lazy-prop"
"define-properties@1.2.0","MIT","Copyright (C) 2015 Jordan Harband","https://github.com/ljharb/define-properties"
"degenerator@3.0.4","MIT","Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>","https://github.com/TooTallNate/node-degenerator"
"delayed-stream@1.0.0","MIT","Copyright (c) 2011 Debuggable Limited <felix@debuggable.com>","https://github.com/felixge/node-delayed-stream"
"delegates@1.0.0","MIT","Copyright (c) 2015 TJ Holowaychuk <tj@vision-media.ca>","https://github.com/visionmedia/node-delegates"
"depd@1.1.2","MIT","Copyright (c) 2014-2017 Douglas Christopher Wilson","https://github.com/dougwilson/nodejs-depd"
"depd@2.0.0","MIT","Copyright (c) 2014-2018 Douglas Christopher Wilson","https://github.com/dougwilson/nodejs-depd"
"dependency-graph@0.11.0","MIT","Copyright (C) 2013-2020 by Jim Riecken","https://github.com/jriecken/dependency-graph"
"destroy@1.0.4","MIT","Copyright (c) 2014 Jonathan Ong me@jongleberry.com","https://github.com/stream-utils/destroy"
"destroy@1.2.0","MIT","Copyright (c) 2014 Jonathan Ong me@jongleberry.com. Copyright (c) 2015-2022 Douglas Christopher Wilson doug@somethingdoug.com","https://github.com/stream-utils/destroy"
"detect-indent@5.0.0","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)","https://github.com/sindresorhus/detect-indent"
"detect-newline@2.1.0","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)","https://github.com/sindresorhus/detect-newline"
"detect-newline@3.1.0","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)","https://github.com/sindresorhus/detect-newline"
"detect-node@2.1.0","MIT","Copyright (c) 2017 Ilya Kantor","https://github.com/iliakan/detect-node"
"dev-ip@1.0.1","MIT","Copyright (c) 2013 Shane Osbourne","https://github.com/shakyshane/dev-ip"
"dfa@1.2.0","MIT","","https://github.com/devongovett/dfa"
"diff-sequences@29.4.3","MIT","Copyright (c) Meta Platforms, Inc. and affiliates.","https://github.com/facebook/jest"
"diff@4.0.2","BSD-3-Clause","Copyright (c) 2009-2015, Kevin Decker <kpdecker@gmail.com>","https://github.com/kpdecker/jsdiff"
"dir-glob@3.0.1","MIT","Copyright (c) Kevin Mårtensson <kevinmartensson@gmail.com> (github.com/kevva)","https://github.com/kevva/dir-glob"
"dns-equal@1.0.0","MIT","Copyright (c) 2016 Thomas Watson Steen","https://github.com/watson/dns-equal"
"dns-packet@5.6.0","MIT","Copyright (c) 2016 Mathias Buus","https://github.com/mafintosh/dns-packet"
"doctrine@3.0.0","Apache-2.0","","https://github.com/eslint/doctrine"
"dom-serializer@1.4.1","MIT","Copyright (c) 2014 The cheeriojs contributors","https://github.com/cheeriojs/dom-renderer"
"dom-serializer@2.0.0","MIT","Copyright (c) 2014 The cheeriojs contributors","https://github.com/cheeriojs/dom-serializer"
"dom7@4.0.6","MIT","Copyright (c) 2017 Vladimir Kharlampidi","https://github.com/nolimits4web/dom7"
"domelementtype@2.3.0","BSD-2-Clause","Copyright (c) Felix Böhm. All rights reserved.","https://github.com/fb55/domelementtype"
"domexception@2.0.1","MIT","Copyright © 2017 Domenic Denicola","https://github.com/jsdom/domexception"
"domexception@4.0.0","MIT","Copyright © Domenic Denicola","https://github.com/jsdom/domexception"
"domhandler@4.3.1","BSD-2-Clause","Copyright (c) Felix Böhm. All rights reserved.","https://github.com/fb55/domhandler"
"domhandler@5.0.3","BSD-2-Clause","Copyright (c) Felix Böhm. All rights reserved.","https://github.com/fb55/domhandler"
"domino@2.1.6","BSD-2-Clause","Copyright (c) 2011 The Mozilla Foundation.. All rights reserved.","https://github.com/fgnass/domino"
"domutils@2.8.0","BSD-2-Clause","Copyright (c) Felix Böhm. All rights reserved.","https://github.com/fb55/domutils"
"domutils@3.0.1","BSD-2-Clause","Copyright (c) Felix Böhm. All rights reserved.","https://github.com/fb55/domutils"
"dot-prop@5.3.0","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)","https://github.com/sindresorhus/dot-prop"
"dot@2.0.0-beta.1","MIT","","https://github.com/olado/doT"
"duplexer2@0.1.4","BSD-3-Clause","Copyright (c) 2013, Deoxxa Development. ======================================. All rights reserved.. --------------------. . Redistribution and use in source and binary forms, with or without. modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright. notice, this list of conditions and the following disclaimer. . 2. Redistributions in binary form must reproduce the above copyright. notice, this list of conditions and the following disclaimer in the. documentation and/or other materials provided with the distribution. . 3. Neither the name of Deoxxa Development nor the names of its contributors. may be used to endorse or promote products derived from this software. without specific prior written permission. . . THIS SOFTWARE IS PROVIDED BY DEOXXA DEVELOPMENT ''AS IS'' AND ANY. EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE. DISCLAIMED. IN NO EVENT SHALL DEOXXA DEVELOPMENT BE LIABLE FOR ANY. DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND. ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE..","https://github.com/deoxxa/duplexer2"
"duplexer@0.1.2","MIT","Copyright (c) 2012 Raynos.","https://github.com/Raynos/duplexer"
"eastasianwidth@0.2.0","MIT","","https://github.com/komagata/eastasianwidth"
"easy-extender@2.3.4","Apache-2.0","","https://github.com/shakyshane/easy-extender"
"eazy-logger@4.0.1","Apache 2.0","","https://github.com/shakyshane/easy-logger"
"editor@1.0.0","MIT","Copyright 2013 James Halliday (mail@substack.net)","https://github.com/substack/node-editor"
"ee-first@1.1.1","MIT","Copyright (c) 2014 Jonathan Ong me@jongleberry.com","https://github.com/jonathanong/ee-first"
"electron-to-chromium@1.4.369","ISC","Copyright 2018 Kilian Valkhof","https://github.com/kilian/electron-to-chromium"
"emitter-listener@1.1.2","BSD-2-Clause","","https://github.com/othiym23/emitter-listener"
"emittery@0.13.1","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)","https://github.com/sindresorhus/emittery"
"emoji-regex@8.0.0","MIT","Copyright Mathias Bynens <https://mathiasbynens.be/>","https://github.com/mathiasbynens/emoji-regex"
"emoji-regex@9.2.2","MIT","Copyright Mathias Bynens <https://mathiasbynens.be/>","https://github.com/mathiasbynens/emoji-regex"
"emojis-list@3.0.0","MIT","Copyright © 2015 Kiko Beats","https://github.com/kikobeats/emojis-list"
"encodeurl@1.0.2","MIT","Copyright (c) 2016 Douglas Christopher Wilson","https://github.com/pillarjs/encodeurl"
"encoding@0.1.13","MIT","Copyright (c) 2012-2014 Andris Reinman","https://github.com/andris9/encoding"
"end-of-stream@1.4.4","MIT","Copyright (c) 2014 Mathias Buus","https://github.com/mafintosh/end-of-stream"
"engine.io-client@6.4.0","MIT","Copyright (c) 2014-2015 Automattic <dev@cloudup.com>","https://github.com/socketio/engine.io-client"
"engine.io-parser@5.0.6","MIT","Copyright (c) 2016 Guillermo Rauch (@rauchg)","https://github.com/socketio/engine.io-parser"
"engine.io@6.4.2","MIT","Copyright (c) 2014 Guillermo Rauch <guillermo@learnboost.com>","https://github.com/socketio/engine.io"
"enhanced-resolve@5.13.0","MIT","Copyright JS Foundation and other contributors","https://github.com/webpack/enhanced-resolve"
"enquirer@2.3.6","MIT","Copyright (c) 2016-present, Jon Schlinkert.","https://github.com/enquirer/enquirer"
"entities@2.2.0","BSD-2-Clause","Copyright (c) Felix Böhm. All rights reserved.","https://github.com/fb55/entities"
"entities@4.5.0","BSD-2-Clause","Copyright (c) Felix Böhm. All rights reserved.","https://github.com/fb55/entities"
"env-paths@2.2.1","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)","https://github.com/sindresorhus/env-paths"
"err-code@2.0.3","MIT","","https://github.com/IndigoUnited/js-err-code"
"errno@0.1.8","MIT","","https://github.com/rvagg/node-errno"
"error-ex@1.3.2","MIT","Copyright (c) 2015 JD Ballard","https://github.com/qix-/node-error-ex"
"es-abstract@1.21.2","MIT","Copyright (C) 2015 Jordan Harband","https://github.com/ljharb/es-abstract"
"es-get-iterator@1.1.3","MIT","Copyright (c) 2019 Jordan Harband","https://github.com/ljharb/es-get-iterator"
"es-module-lexer@0.9.3","MIT","Copyright (C) 2018-2021 Guy Bedford","https://github.com/guybedford/es-module-lexer"
"es-set-tostringtag@2.0.1","MIT","Copyright (c) 2022 ECMAScript Shims","https://github.com/es-shims/es-set-tostringtag"
"es-to-primitive@1.2.1","MIT","Copyright (c) 2015 Jordan Harband","https://github.com/ljharb/es-to-primitive"
"es5-ext@0.10.62","ISC","Copyright (c) 2011-2022, Mariusz Nowak, @medikoo, medikoo.com","https://github.com/medikoo/es5-ext"
"es6-iterator@2.0.3","MIT","Copyright (C) 2013-2017 Mariusz Nowak (www.medikoo.com)","https://github.com/medikoo/es6-iterator"
"es6-map@0.1.5","MIT","Copyright (C) 2013 Mariusz Nowak (www.medikoo.com)","https://github.com/medikoo/es6-map"
"es6-promise@4.2.8","MIT","Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors","https://github.com/stefanpenner/es6-promise"
"es6-set@0.1.6","ISC","Copyright (c) 2013-022, Mariusz Nowak, @medikoo, medikoo.com","https://github.com/medikoo/es6-set"
"es6-symbol@3.1.3","ISC","Copyright (c) 2013-2019, Mariusz Nowak, @medikoo, medikoo.com","https://github.com/medikoo/es6-symbol"
"es6-weak-map@2.0.3","ISC","Copyright (c) 2013-2018, Mariusz Nowak, @medikoo, medikoo.com","https://github.com/medikoo/es6-weak-map"
"esbuild-wasm@0.17.8","MIT","Copyright (c) 2020 Evan Wallace","https://github.com/evanw/esbuild"
"esbuild@0.17.8","MIT","Copyright (c) 2020 Evan Wallace","https://github.com/evanw/esbuild"
"escalade@3.1.1","MIT","Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)","https://github.com/lukeed/escalade"
"escape-html@1.0.3","MIT","Copyright (c) 2012-2013 TJ Holowaychuk. Copyright (c) 2015 Andreas Lubbe. Copyright (c) 2015 Tiancheng "Timothy" Gu","https://github.com/component/escape-html"
"escape-string-regexp@1.0.5","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)","https://github.com/sindresorhus/escape-string-regexp"
"escape-string-regexp@2.0.0","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)","https://github.com/sindresorhus/escape-string-regexp"
"escape-string-regexp@4.0.0","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)","https://github.com/sindresorhus/escape-string-regexp"
"escodegen@1.14.3","BSD-2-Clause","Copyright (C) 2012 Yusuke Suzuki (twitter: @Constellation) and other contributors.","https://github.com/estools/escodegen"
"escodegen@1.2.0","BSD","","https://github.com/Constellation/escodegen"
"escodegen@2.0.0","BSD-2-Clause","Copyright (C) 2012 Yusuke Suzuki (twitter: @Constellation) and other contributors.","https://github.com/estools/escodegen"
"eslint-config-prettier@8.8.0","MIT","Copyright (c) 2017, 2018, 2019, 2020, 2021, 2022, 2023 Simon Lydell and contributors","https://github.com/prettier/eslint-config-prettier"
"eslint-etc@5.2.1","MIT","Copyright (c) 2019 Nicholas Jamieson","https://github.com/cartant/eslint-etc"
"eslint-plugin-ban@1.6.0","ISC","Copyright (c) 2021 Rémi Thomas","https://github.com/remithomas/eslint-plugin-ban"
"eslint-plugin-etc@2.0.3","MIT","Copyright (c) 2019-2021 Nicholas Jamieson and contributors","https://github.com/cartant/eslint-plugin-etc"
"eslint-plugin-ish-custom-rules@0.0.1","UNKNOWN","",""
"eslint-plugin-jest@27.2.1","MIT","Copyright (c) 2018 Jonathan Kim","https://github.com/jest-community/eslint-plugin-jest"
"eslint-plugin-jsdoc@46.2.6","BSD-3-Clause","Copyright (c) 2018, Gajus Kuizinas (http://gajus.com/). All rights reserved.","https://github.com/gajus/eslint-plugin-jsdoc"
"eslint-plugin-prettier@4.2.1","MIT","Copyright © 2017 Andres Suarez and Teddy Katz","https://github.com/prettier/eslint-plugin-prettier"
"eslint-plugin-rxjs-angular@2.0.1","MIT","Copyright (c) 2019 Nicholas Jamieson","https://github.com/cartant/eslint-plugin-rxjs-angular"
"eslint-plugin-rxjs@5.0.3","MIT","Copyright (c) 2019 Nicholas Jamieson and contributors","https://github.com/cartant/eslint-plugin-rxjs"
"eslint-plugin-unicorn@47.0.0","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)","https://github.com/sindresorhus/eslint-plugin-unicorn"
"eslint-plugin-unused-imports@2.0.0","MIT","","https://github.com/sweepline/eslint-plugin-unused-imports"
"eslint-rule-composer@0.3.0","MIT","Copyright © 2017 Teddy Katz","https://github.com/not-an-aardvark/eslint-rule-composer"
"eslint-scope@5.1.1","BSD-2-Clause","Copyright JS Foundation and other contributors, https://js.foundation. Copyright (C) 2012-2013 Yusuke Suzuki (twitter: @Constellation) and other contributors.","https://github.com/eslint/eslint-scope"
"eslint-scope@7.2.0","BSD-2-Clause","Copyright JS Foundation and other contributors, https://js.foundation. Copyright (C) 2012-2013 Yusuke Suzuki (twitter: @Constellation) and other contributors.","https://github.com/eslint/eslint-scope"
"eslint-utils@3.0.0","MIT","Copyright (c) 2018 Toru Nagashima","https://github.com/mysticatea/eslint-utils"
"eslint-visitor-keys@2.1.0","Apache-2.0","","https://github.com/eslint/eslint-visitor-keys"
"eslint-visitor-keys@3.4.1","Apache-2.0","","https://github.com/eslint/eslint-visitor-keys"
"eslint@8.42.0","MIT","Copyright OpenJS Foundation and other contributors, <www.openjsf.org>","https://github.com/eslint/eslint"
"espree@9.5.2","BSD-2-Clause","Copyright (c) Open JS Foundation. All rights reserved.","https://github.com/eslint/espree"
"esprima@1.0.4","BSD","Copyright (C) 2012, 2011 [Ariya Hidayat](http://ariya.ofilabs.com/about). and other contributors.","https://github.com/ariya/esprima"
"esprima@4.0.1","BSD-2-Clause","Copyright JS Foundation and other contributors, https://js.foundation/","https://github.com/jquery/esprima"
"esquery@1.5.0","BSD-3-Clause","Copyright (c) 2013, Joel Feenstra. All rights reserved.","https://github.com/estools/esquery"
"esrecurse@4.3.0","BSD-2-Clause","Copyright (C) 2014 [Yusuke Suzuki](https://github.com/Constellation). (twitter: [@Constellation](https://twitter.com/Constellation)) and other contributors.","https://github.com/estools/esrecurse"
"estraverse@1.5.1","BSD","","https://github.com/Constellation/estraverse"
"estraverse@4.3.0","BSD-2-Clause","","https://github.com/estools/estraverse"
"estraverse@5.3.0","BSD-2-Clause","","https://github.com/estools/estraverse"
"estree-is-function@1.0.0","Apache-2.0","Copyright 2017 Renée Kooi <renee@kooi.me>","https://github.com/goto-bus-stop/estree-is-function"
"esutils@1.0.0","BSD","Copyright (C) 2013 [Yusuke Suzuki](http://github.com/Constellation). (twitter: [@Constellation](http://twitter.com/Constellation)) and other contributors.","https://github.com/Constellation/esutils"
"esutils@2.0.3","BSD-2-Clause","","https://github.com/estools/esutils"
"etag@1.8.1","MIT","Copyright (c) 2014-2016 Douglas Christopher Wilson","https://github.com/jshttp/etag"
"event-emitter@0.3.5","MIT","Copyright (C) 2012-2015 Mariusz Nowak (www.medikoo.com)","https://github.com/medikoo/event-emitter"
"event-stream@4.0.1","MIT","Copyright (c) 2011 Dominic Tarr","https://github.com/dominictarr/event-stream"
"eventemitter-asyncresource@1.0.0","MIT","Copyright (c) 2020 Anna Henningsen","https://github.com/addaleax/eventemitter-asyncresource"
"eventemitter2@0.4.14","MIT","Copyright (c) 2011 hij1nx <http://www.twitter.com/hij1nx>","https://github.com/hij1nx/EventEmitter2"
"eventemitter2@5.0.1","MIT","Copyright (c) 2016 Paolo Fragomeni <http://www.github.com/0x00a> and Contributors","https://github.com/hij1nx/EventEmitter2"
"eventemitter2@6.4.9","MIT","Copyright (c) 2016 Paolo Fragomeni <http://www.github.com/0x00a> and Contributors","https://github.com/hij1nx/EventEmitter2"
"eventemitter3@4.0.7","MIT","Copyright (c) 2014 Arnout Kazemier","https://github.com/primus/eventemitter3"
"events@3.3.0","MIT","Copyright Joyent, Inc. and other Node contributors.","https://github.com/Gozala/events"
"execa@4.1.0","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)","https://github.com/sindresorhus/execa"
"execa@5.1.1","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)","https://github.com/sindresorhus/execa"
"execa@7.1.1","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)","https://github.com/sindresorhus/execa"
"exit@0.1.2","MIT","Copyright (c) 2013 "Cowboy" Ben Alman","https://github.com/cowboy/node-exit"
"expect@29.5.0","MIT","Copyright (c) Meta Platforms, Inc. and affiliates.","https://github.com/facebook/jest"
"express-http-proxy@1.6.3","MIT","Copyright (c) 2013 villadora <jky239@gmail.com>, contributors. http://kael.me/","https://github.com/villadora/express-http-proxy"
"express-robots-txt@1.0.0","MIT","","https://github.com/modosc/express-robots-txt"
"express@4.18.2","MIT","Copyright (c) 2009-2014 TJ Holowaychuk <tj@vision-media.ca>. Copyright (c) 2013-2014 Roman Shtylman <shtylman+expressjs@gmail.com>. Copyright (c) 2014-2015 Douglas Christopher Wilson <doug@somethingdoug.com>","https://github.com/expressjs/express"
"ext@1.7.0","ISC","Copyright (c) 2011-2022, Mariusz Nowak, @medikoo, medikoo.com","https://github.com/medikoo/es5-ext.git#ext"
"external-editor@3.1.0","MIT","Copyright (c) 2016 Kevin Gravier","https://github.com/mrkmg/node-external-editor"
"fancy-log@2.0.0","MIT","Copyright (c) 2014, 2015, 2018, 2021 Blaine Bublitz <blaine.bublitz@gmail.com> and Eric Schoffstall <yo@contra.io>","https://github.com/gulpjs/fancy-log"
"fast-deep-equal@3.1.3","MIT","Copyright (c) 2017 Evgeny Poberezkin","https://github.com/epoberezkin/fast-deep-equal"
"fast-diff@1.2.0","Apache-2.0","","https://github.com/jhchen/fast-diff"
"fast-equals@4.0.3","MIT","Copyright (c) 2017 Tony Quetano","https://github.com/planttheidea/fast-equals"
"fast-glob@3.2.12","MIT","Copyright (c) Denis Malinochkin","https://github.com/mrmlnc/fast-glob"
"fast-json-patch@3.1.1","MIT","Copyright (c) 2013, 2014, 2020 Joachim Wester","https://github.com/Starcounter-Jack/JSON-Patch"
"fast-json-stable-stringify@2.1.0","MIT","Copyright (c) 2017 Evgeny Poberezkin. Copyright (c) 2013 James Halliday","https://github.com/epoberezkin/fast-json-stable-stringify"
"fast-levenshtein@2.0.6","MIT","Copyright (c) 2013 [Ramesh Nair](http://www.hiddentao.com/)","https://github.com/hiddentao/fast-levenshtein"
"fastest-levenshtein@1.0.16","MIT","Copyright (c) 2020 Kasper Unn Weihe","https://github.com/ka-weihe/fastest-levenshtein"
"fastq@1.15.0","ISC","Copyright (c) 2015-2020, Matteo Collina <matteo.collina@gmail.com>","https://github.com/mcollina/fastq"
"faye-websocket@0.11.4","Apache-2.0","Copyright 2010-2021 James Coglan","https://github.com/faye/faye-websocket-node"
"fb-watchman@2.0.2","Apache-2.0","","https://github.com/facebook/watchman"
"fclone@1.0.11","MIT","","https://github.com/soyuka/fclone"
"figures@2.0.0","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)","https://github.com/sindresorhus/figures"
"figures@3.2.0","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)","https://github.com/sindresorhus/figures"
"file-entry-cache@6.0.1","MIT","Copyright (c) 2015 Roy Riojas","https://github.com/royriojas/file-entry-cache"
"file-replace-loader@1.4.0","MIT","","https://github.com/vyushin/file-replace-loader"
"file-uri-to-path@2.0.0","MIT","Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>","https://github.com/TooTallNate/file-uri-to-path"
"fill-range@7.0.1","MIT","Copyright (c) 2014-present, Jon Schlinkert.","https://github.com/jonschlinkert/fill-range"
"finalhandler@1.1.0","MIT","Copyright (c) 2014-2017 Douglas Christopher Wilson <doug@somethingdoug.com>","https://github.com/pillarjs/finalhandler"
"finalhandler@1.1.2","MIT","Copyright (c) 2014-2017 Douglas Christopher Wilson <doug@somethingdoug.com>","https://github.com/pillarjs/finalhandler"
"finalhandler@1.2.0","MIT","Copyright (c) 2014-2022 Douglas Christopher Wilson <doug@somethingdoug.com>","https://github.com/pillarjs/finalhandler"
"find-cache-dir@3.3.2","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)","https://github.com/avajs/find-cache-dir"
"find-config@1.0.0","MIT","","https://github.com/shannonmoeller/find-config"
"find-up@2.1.0","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)","https://github.com/sindresorhus/find-up"
"find-up@4.1.0","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)","https://github.com/sindresorhus/find-up"
"find-up@5.0.0","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)","https://github.com/sindresorhus/find-up"
"flat-cache@3.0.4","MIT","Copyright (c) 2015 Roy Riojas","https://github.com/royriojas/flat-cache"
"flatted@3.2.7","ISC","Copyright (c) 2018-2020, Andrea Giammarchi, @WebReflection","https://github.com/WebReflection/flatted"
"follow-redirects@1.15.2","MIT","Copyright 2014–present Olivier Lalonde <olalonde@gmail.com>, James Talmage <james@talmage.io>, Ruben Verborgh","https://github.com/follow-redirects/follow-redirects"
"for-each@0.3.3","MIT","Copyright (c) 2012 Raynos.","https://github.com/Raynos/for-each"
"foreground-child@3.1.1","ISC","Copyright (c) 2015-2023 Isaac Z. Schlueter and Contributors","https://github.com/tapjs/foreground-child"
"form-data@3.0.1","MIT","Copyright (c) 2012 Felix Geisendörfer (felix@debuggable.com) and contributors","https://github.com/form-data/form-data"
"form-data@4.0.0","MIT","Copyright (c) 2012 Felix Geisendörfer (felix@debuggable.com) and contributors","https://github.com/form-data/form-data"
"forwarded@0.2.0","MIT","Copyright (c) 2014-2017 Douglas Christopher Wilson","https://github.com/jshttp/forwarded"
"fraction.js@4.2.0","MIT","Copyright (c) 2017 Robert Eisele","https://github.com/infusion/Fraction.js"
"fresh@0.5.2","MIT","Copyright (c) 2012 TJ Holowaychuk <tj@vision-media.ca>. Copyright (c) 2016-2017 Douglas Christopher Wilson <doug@somethingdoug.com>","https://github.com/jshttp/fresh"
"from@0.1.7","MIT","Copyright (c) 2011 Dominic Tarr","https://github.com/dominictarr/from"
"fs-extra@11.1.1","MIT","Copyright (c) 2011-2017 JP Richardson","https://github.com/jprichardson/node-fs-extra"
"fs-extra@3.0.1","MIT","Copyright (c) 2011-2017 JP Richardson","https://github.com/jprichardson/node-fs-extra"
"fs-extra@8.1.0","MIT","Copyright (c) 2011-2017 JP Richardson","https://github.com/jprichardson/node-fs-extra"
"fs-minipass@2.1.0","ISC","Copyright (c) Isaac Z. Schlueter and Contributors","https://github.com/npm/fs-minipass"
"fs-minipass@3.0.1","ISC","Copyright (c) Isaac Z. Schlueter and Contributors","https://github.com/npm/fs-minipass"
"fs-monkey@1.0.4","Unlicense","","https://github.com/streamich/fs-monkey"
"fs.realpath@1.0.0","ISC","Copyright (c) Isaac Z. Schlueter and Contributors","https://github.com/isaacs/fs.realpath"
"ftp@0.3.10","MIT","Copyright Brian White. All rights reserved.","https://github.com/mscdex/node-ftp"
"function-bind@1.1.1","MIT","Copyright (c) 2013 Raynos.","https://github.com/Raynos/function-bind"
"function.prototype.name@1.1.5","MIT","Copyright (c) 2016 Jordan Harband","https://github.com/es-shims/Function.prototype.name"
"functions-have-names@1.2.3","MIT","Copyright (c) 2019 Jordan Harband","https://github.com/inspect-js/functions-have-names"
"gauge@4.0.4","ISC","Copyright npm, Inc.","https://github.com/npm/gauge"
"gensequence@5.0.2","MIT","Copyright (c) 2016 Jason Dent","https://github.com/streetsidesoftware/GenSequence"
"gensync@1.0.0-beta.2","MIT","Copyright 2018 Logan Smyth <loganfsmyth@gmail.com>","https://github.com/loganfsmyth/gensync"
"get-assigned-identifiers@1.2.0","Apache-2.0","Copyright 2017 Renée Kooi <renee@kooi.me>","https://github.com/goto-bus-stop/get-assigned-identifiers"
"get-caller-file@2.0.5","ISC","","https://github.com/stefanpenner/get-caller-file"
"get-intrinsic@1.2.0","MIT","Copyright (c) 2020 Jordan Harband","https://github.com/ljharb/get-intrinsic"
"get-package-type@0.1.0","MIT","Copyright (c) 2020 CFWare, LLC","https://github.com/cfware/get-package-type"
"get-pkg-repo@4.2.1","MIT","Copyright © [Steve Mao](https://github.com/stevemao)","https://github.com/conventional-changelog/get-pkg-repo"
"get-stdin@8.0.0","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)","https://github.com/sindresorhus/get-stdin"
"get-stream@5.2.0","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)","https://github.com/sindresorhus/get-stream"
"get-stream@6.0.1","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)","https://github.com/sindresorhus/get-stream"
"get-symbol-description@1.0.0","MIT","Copyright (c) 2021 Inspect JS","https://github.com/inspect-js/get-symbol-description"
"get-uri@3.0.2","MIT","Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>","https://github.com/TooTallNate/node-get-uri"
"git-node-fs@1.0.0","MIT","Copyright (c) 2014 Tim Caswell","https://github.com/creationix/git-node-fs"
"git-raw-commits@2.0.11","MIT","Copyright © [conventional-changelog team](https://github.com/conventional-changelog)","https://github.com/conventional-changelog/conventional-changelog"
"git-raw-commits@3.0.0","MIT","Copyright © [conventional-changelog team](https://github.com/conventional-changelog)","https://github.com/conventional-changelog/conventional-changelog"
"git-remote-origin-url@2.0.0","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)","https://github.com/sindresorhus/git-remote-origin-url"
"git-semver-tags@5.0.0","MIT","Copyright © [conventional-changelog team](https://github.com/conventional-changelog)","https://github.com/conventional-changelog/conventional-changelog"
"git-sha1@0.1.2","MIT","Copyright (c) 2013 Tim Caswell","https://github.com/creationix/git-sha1"
"gitconfiglocal@1.0.0","BSD*","","https://github.com/soldair/node-gitconfiglocal"
"glob-parent@5.1.2","ISC","Copyright (c) 2015, 2019 Elan Shanker","https://github.com/gulpjs/glob-parent"
"glob-parent@6.0.2","ISC","Copyright (c) 2015, 2019 Elan Shanker, 2021 Blaine Bublitz <blaine.bublitz@gmail.com>, Eric Schoffstall <yo@contra.io> and other contributors","https://github.com/gulpjs/glob-parent"
"glob-promise@4.2.2","MIT","Copyright (c) 2020 Ahmad Nassri <opensource@ahmadnassri.net>","https://github.com/ahmadnassri/node-glob-promise"
"glob-to-regexp@0.4.1","BSD-2-Clause","Copyright (c) 2013, Nick Fitzgerald","https://github.com/fitzgen/glob-to-regexp"
"glob@10.2.7","ISC","Copyright (c) 2009-2023 Isaac Z. Schlueter and Contributors","https://github.com/isaacs/node-glob"
"glob@7.2.3","ISC","Copyright (c) Isaac Z. Schlueter and Contributors","https://github.com/isaacs/node-glob"
"glob@8.1.0","ISC","Copyright (c) 2009-2022 Isaac Z. Schlueter and Contributors","https://github.com/isaacs/node-glob"
"glob@9.3.5","ISC","Copyright (c) 2009-2023 Isaac Z. Schlueter and Contributors","https://github.com/isaacs/node-glob"
"global-dirs@0.1.1","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)","https://github.com/sindresorhus/global-dirs"
"global-modules@2.0.0","MIT","Copyright (c) 2015-present, Jon Schlinkert.","https://github.com/jonschlinkert/global-modules"
"global-prefix@3.0.0","MIT","Copyright (c) 2015-present, Jon Schlinkert.","https://github.com/jonschlinkert/global-prefix"
"globals@11.12.0","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)","https://github.com/sindresorhus/globals"
"globals@13.20.0","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)","https://github.com/sindresorhus/globals"
"globalthis@1.0.3","MIT","Copyright (c) 2016 Jordan Harband","https://github.com/ljharb/System.global"
"globby@11.1.0","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)","https://github.com/sindresorhus/globby"
"globby@13.1.4","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)","https://github.com/sindresorhus/globby"
"globjoin@0.1.4","MIT","Copyright (c) 2016 amobiz","https://github.com/amobiz/globjoin"
"gopd@1.0.1","MIT","Copyright (c) 2022 Jordan Harband","https://github.com/ljharb/gopd"
"graceful-fs@4.2.11","ISC","Copyright (c) 2011-2022 Isaac Z. Schlueter, Ben Noordhuis, and Contributors","https://github.com/isaacs/node-graceful-fs"
"grapheme-splitter@1.0.4","MIT","Copyright (c) 2015 Orlin Georgiev","https://github.com/orling/grapheme-splitter"
"graphemer@1.4.0","MIT","Copyright 2020 Filament (Anomalous Technologies Limited)","https://github.com/flmnt/graphemer"
"guess-parser@0.4.22","MIT","Copyright (c) 2018 Minko Gechev <mgechev@gmail.com> and the Guess . contributors","https://github.com/guess-js/guess"
"handle-thing@2.0.1","MIT","Copyright Fedor Indutny, 2015.","https://github.com/indutny/handle-thing"
"handlebars@4.7.7","MIT","Copyright (C) 2011-2019 by Yehuda Katz","https://github.com/wycats/handlebars.js"
"hard-rejection@2.1.0","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)","https://github.com/sindresorhus/hard-rejection"
"has-bigints@1.0.2","MIT","Copyright (c) 2019 Jordan Harband","https://github.com/ljharb/has-bigints"
"has-flag@3.0.0","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)","https://github.com/sindresorhus/has-flag"
"has-flag@4.0.0","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)","https://github.com/sindresorhus/has-flag"
"has-own-prop@2.0.0","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)","https://github.com/sindresorhus/has-own-prop"
"has-property-descriptors@1.0.0","MIT","Copyright (c) 2022 Inspect JS","https://github.com/inspect-js/has-property-descriptors"
"has-proto@1.0.1","MIT","Copyright (c) 2022 Inspect JS","https://github.com/inspect-js/has-proto"
"has-symbols@1.0.3","MIT","Copyright (c) 2016 Jordan Harband","https://github.com/inspect-js/has-symbols"
"has-tostringtag@1.0.0","MIT","Copyright (c) 2021 Inspect JS","https://github.com/inspect-js/has-tostringtag"
"has-unicode@2.0.1","ISC","Copyright (c) 2014, Rebecca Turner <me@re-becca.org>","https://github.com/iarna/has-unicode"
"has@1.0.3","MIT","Copyright (c) 2013 Thiago de Arruda","https://github.com/tarruda/has"
"hdr-histogram-js@2.0.3","BSD*","Copyright (c) 2016, Alexandre Victoor. All rights reserved.","https://github.com/HdrHistogram/HdrHistogramJS"
"hdr-histogram-percentiles-obj@3.0.0","MIT","Copyright (c) 2016 Glen Keane","https://github.com/GlenTiki/hdr-histogram-percentiles-obj"
"hosted-git-info@2.8.9","ISC","Copyright (c) 2015, Rebecca Turner","https://github.com/npm/hosted-git-info"
"hosted-git-info@4.1.0","ISC","Copyright (c) 2015, Rebecca Turner","https://github.com/npm/hosted-git-info"
"hosted-git-info@6.1.1","ISC","Copyright (c) 2015, Rebecca Turner","https://github.com/npm/hosted-git-info"
"hpack.js@2.1.6","MIT","Copyright Fedor Indutny, 2015.","https://github.com/indutny/hpack.js"
"html-encoding-sniffer@2.0.1","MIT","Copyright © 2016–2020 Domenic Denicola <d@domenic.me>","https://github.com/jsdom/html-encoding-sniffer"
"html-encoding-sniffer@3.0.0","MIT","Copyright © Domenic Denicola <d@domenic.me>","https://github.com/jsdom/html-encoding-sniffer"
"html-entities@2.3.3","MIT","Copyright (c) 2021 Dulin Marat","https://github.com/mdevils/html-entities"
"html-escaper@2.0.2","MIT","Copyright (C) 2017-present by Andrea Giammarchi - @WebReflection","https://github.com/WebReflection/html-escaper"
"html-tags@3.3.1","MIT","Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)","https://github.com/sindresorhus/html-tags"
"htmlparser2@8.0.2","MIT","Copyright 2010, 2011, Chris Winberry <chris@winberry.net>. All rights reserved.. Permission is hereby granted, free of charge, to any person obtaining a copy. of this software and associated documentation files (the "Software"), to. deal in the Software without restriction, including without limitation the. rights to use, copy, modify, merge, publish, distribute, sublicense, and/or. sell copies of the Software, and to permit persons to whom the Software is. furnished to do so, subject to the following conditions:. . The above copyright notice and this permission notice shall be included in. all copies or substantial portions of the Software.. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING. FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS. IN THE SOFTWARE.","https://github.com/fb55/htmlparser2"
"http-auth-connect@1.0.6","MIT","Copyright (c) Gevorg Harutyunyan","https://github.com/http-auth/http-auth-connect"
"http-auth@4.1.9","MIT","Copyright (c) Gevorg Harutyunyan","https://github.com/gevorg/http-auth"
"http-cache-semantics@4.1.1","BSD-2-Clause","Copyright 2016-2018 Kornel Lesiński","https://github.com/kornelski/http-cache-semantics"
"http-deceiver@1.2.7","MIT","Copyright Fedor Indutny, 2015.","https://github.com/indutny/http-deceiver"
"http-errors@1.6.3","MIT","Copyright (c) 2014 Jonathan Ong me@jongleberry.com. Copyright (c) 2016 Douglas Christopher Wilson doug@somethingdoug.com","https://github.com/jshttp/http-errors"
"http-errors@2.0.0","MIT","Copyright (c) 2014 Jonathan Ong me@jongleberry.com. Copyright (c) 2016 Douglas Christopher Wilson doug@somethingdoug.com","https://github.com/jshttp/http-errors"
"http-parser-js@0.5.8","MIT","Copyright (c) 2015 Tim Caswell (https://github.com/creationix) and other. contributors. All rights reserved.","https://github.com/creationix/http-parser-js"
"http-proxy-agent@4.0.1","MIT","Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>","https://github.com/TooTallNate/node-http-proxy-agent"
"http-proxy-agent@5.0.0","MIT","Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>","https://github.com/TooTallNate/node-http-proxy-agent"
"http-proxy-middleware@2.0.6","MIT","Copyright (c) 2015 Steven Chim","https://github.com/chimurai/http-proxy-middleware"
"http-proxy@1.18.1","MIT","","https://github.com/http-party/node-http-proxy"