-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathAvaya_CCaaS_Chat_SDK_Redistributable.txt
17687 lines (11716 loc) · 643 KB
/
Avaya_CCaaS_Chat_SDK_Redistributable.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
Application License & Copyright Text Report
Software Release: Avaya-CCaaS-Chat-SDK Versions: 0.1.53
Release Date: 2024-01-29
Certain portions of the product ("Open Source Components") are licensed under open source license agreements that require Avaya to make the source code for such Open Source Components available in source code format to its licensees, or that require Avaya to disclose the license terms for such Open Source Components. For a period of three years from your date of purchase of a product containing any of the software listed below from Avaya Inc., any Avaya affiliate or an authorized Avaya reseller, we will provide upon request a complete machine-readable copy of the source code for such Open Source Component on a medium customarily used for software interchange for a charge no more than our cost of physically performing source distribution. To get access to the source code, you may contact Avaya at +1-408-5623899.
The Open Source Components are provided “AS IS”. 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 THE COPYRIGHT HOLDERS OR THE CONTRIBUTORS OF THE OPEN SOURCE COMPONENTS 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 THE PRODUCT, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Avaya provides a limited warranty on the Product that incorporates the Open Source Components. Refer to your customer sales agreement to establish the terms of the limited warranty. In addition, Avaya’s standard warranty language as well as information regarding support for the Product, while under warranty, is available through the following web site: http://www.avaya.com/support
Open Source Software Used in the Product
Name Version License
@adobe/css-tools 4.3.2 MIT License
@ampproject/remapping 2.2.1 Apache License 2.0
@babel/code-frame 7.23.5 MIT License
@babel/compat-data 7.23.5 MIT License
@babel/core 7.23.7 MIT License
@babel/generator 7.23.6 MIT License
@babel/helper-annotate-as-pure 7.22.5 MIT License
@babel/helper-builder-binary-assignment-operator-visitor 7.22.15 MIT License
@babel/helper-compilation-targets 7.23.6 MIT License
@babel/helper-create-class-features-plugin 7.23.7 MIT License
@babel/helper-create-regexp-features-plugin 7.22.15 MIT License
@babel/helper-define-polyfill-provider 0.4.4 MIT License
@babel/helper-define-polyfill-provider 0.5.0 MIT License
@babel/helper-environment-visitor 7.22.20 MIT License
@babel/helper-function-name 7.23.0 MIT License
@babel/helper-hoist-variables 7.22.5 MIT License
@babel/helper-member-expression-to-functions 7.23.0 MIT License
@babel/helper-module-imports 7.22.15 MIT License
@babel/helper-module-transforms 7.23.3 MIT License
@babel/helper-optimise-call-expression 7.22.5 MIT License
@babel/helper-plugin-utils 7.22.5 MIT License
@babel/helper-remap-async-to-generator 7.22.20 MIT License
@babel/helper-replace-supers 7.22.20 MIT License
@babel/helper-simple-access 7.22.5 MIT License
@babel/helper-skip-transparent-expression-wrappers 7.22.5 MIT License
@babel/helper-split-export-declaration 7.22.6 MIT License
@babel/helper-string-parser 7.23.4 MIT License
@babel/helper-validator-identifier 7.22.20 MIT License
@babel/helper-validator-option 7.23.5 MIT License
@babel/helper-wrap-function 7.22.20 MIT License
@babel/helpers 7.23.8 MIT License
@babel/highlight 7.23.4 MIT License
@babel/parser 7.23.6 MIT License
@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression 7.23.3 MIT License
@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining 7.23.3 MIT License
@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly 7.23.7 MIT License
@babel/plugin-proposal-private-property-in-object 7.21.0-placeholder-for-preset-env.2 MIT License
@babel/plugin-syntax-async-generators 7.8.4 MIT License
@babel/plugin-syntax-bigint 7.8.3 MIT License
@babel/plugin-syntax-class-properties 7.12.13 MIT License
@babel/plugin-syntax-class-static-block 7.14.5 MIT License
@babel/plugin-syntax-dynamic-import 7.8.3 MIT License
@babel/plugin-syntax-export-namespace-from 7.8.3 MIT License
@babel/plugin-syntax-import-assertions 7.23.3 MIT License
@babel/plugin-syntax-import-attributes 7.23.3 MIT License
@babel/plugin-syntax-import-meta 7.10.4 MIT License
@babel/plugin-syntax-json-strings 7.8.3 MIT License
@babel/plugin-syntax-jsx 7.23.3 MIT License
@babel/plugin-syntax-logical-assignment-operators 7.10.4 MIT License
@babel/plugin-syntax-nullish-coalescing-operator 7.8.3 MIT License
@babel/plugin-syntax-numeric-separator 7.10.4 MIT License
@babel/plugin-syntax-object-rest-spread 7.8.3 MIT License
@babel/plugin-syntax-optional-catch-binding 7.8.3 MIT License
@babel/plugin-syntax-optional-chaining 7.8.3 MIT License
@babel/plugin-syntax-private-property-in-object 7.14.5 MIT License
@babel/plugin-syntax-top-level-await 7.14.5 MIT License
@babel/plugin-syntax-typescript 7.23.3 MIT License
@babel/plugin-syntax-unicode-sets-regex 7.18.6 MIT License
@babel/plugin-transform-arrow-functions 7.23.3 MIT License
@babel/plugin-transform-async-generator-functions 7.23.7 MIT License
@babel/plugin-transform-async-to-generator 7.23.3 MIT License
@babel/plugin-transform-block-scoped-functions 7.23.3 MIT License
@babel/plugin-transform-block-scoping 7.23.4 MIT License
@babel/plugin-transform-class-properties 7.23.3 MIT License
@babel/plugin-transform-class-static-block 7.23.4 MIT License
@babel/plugin-transform-classes 7.23.8 MIT License
@babel/plugin-transform-computed-properties 7.23.3 MIT License
@babel/plugin-transform-destructuring 7.23.3 MIT License
@babel/plugin-transform-dotall-regex 7.23.3 MIT License
@babel/plugin-transform-duplicate-keys 7.23.3 MIT License
@babel/plugin-transform-dynamic-import 7.23.4 MIT License
@babel/plugin-transform-exponentiation-operator 7.23.3 MIT License
@babel/plugin-transform-export-namespace-from 7.23.4 MIT License
@babel/plugin-transform-for-of 7.23.6 MIT License
@babel/plugin-transform-function-name 7.23.3 MIT License
@babel/plugin-transform-json-strings 7.23.4 MIT License
@babel/plugin-transform-literals 7.23.3 MIT License
@babel/plugin-transform-logical-assignment-operators 7.23.4 MIT License
@babel/plugin-transform-member-expression-literals 7.23.3 MIT License
@babel/plugin-transform-modules-amd 7.23.3 MIT License
@babel/plugin-transform-modules-commonjs 7.23.3 MIT License
@babel/plugin-transform-modules-systemjs 7.23.3 MIT License
@babel/plugin-transform-modules-umd 7.23.3 MIT License
@babel/plugin-transform-named-capturing-groups-regex 7.22.5 MIT License
@babel/plugin-transform-new-target 7.23.3 MIT License
@babel/plugin-transform-nullish-coalescing-operator 7.23.4 MIT License
@babel/plugin-transform-numeric-separator 7.23.4 MIT License
@babel/plugin-transform-object-rest-spread 7.23.4 MIT License
@babel/plugin-transform-object-super 7.23.3 MIT License
@babel/plugin-transform-optional-catch-binding 7.23.4 MIT License
@babel/plugin-transform-optional-chaining 7.23.4 MIT License
@babel/plugin-transform-parameters 7.23.3 MIT License
@babel/plugin-transform-private-methods 7.23.3 MIT License
@babel/plugin-transform-private-property-in-object 7.23.4 MIT License
@babel/plugin-transform-property-literals 7.23.3 MIT License
@babel/plugin-transform-react-display-name 7.23.3 MIT License
@babel/plugin-transform-react-jsx 7.23.4 MIT License
@babel/plugin-transform-react-jsx-development 7.22.5 MIT License
@babel/plugin-transform-react-pure-annotations 7.23.3 MIT License
@babel/plugin-transform-regenerator 7.23.3 MIT License
@babel/plugin-transform-reserved-words 7.23.3 MIT License
@babel/plugin-transform-runtime 7.23.7 MIT License
@babel/plugin-transform-shorthand-properties 7.23.3 MIT License
@babel/plugin-transform-spread 7.23.3 MIT License
@babel/plugin-transform-sticky-regex 7.23.3 MIT License
@babel/plugin-transform-template-literals 7.23.3 MIT License
@babel/plugin-transform-typeof-symbol 7.23.3 MIT License
@babel/plugin-transform-unicode-escapes 7.23.3 MIT License
@babel/plugin-transform-unicode-property-regex 7.23.3 MIT License
@babel/plugin-transform-unicode-regex 7.23.3 MIT License
@babel/plugin-transform-unicode-sets-regex 7.23.3 MIT License
@babel/preset-env 7.23.8 MIT License
@babel/preset-modules 0.1.6-no-external-plugins MIT License
@babel/preset-react 7.23.3 MIT License
@babel/regjsgen 0.8.0 MIT License
@babel/runtime 7.23.8 MIT License
@babel/template 7.22.15 MIT License
@babel/types 7.23.6 MIT License
@bcoe/v8-coverage 0.2.3 MIT License
@discoveryjs/json-ext 0.5.7 MIT License
@emoji-mart/data 1.1.2 MIT License
@emoji-mart/react 1.1.1 MIT License
@emotion/is-prop-valid 0.8.8 MIT License
@emotion/is-prop-valid 1.2.1 MIT License
@emotion/memoize 0.7.4 MIT License
@emotion/memoize 0.8.1 MIT License
@emotion/unitless 0.8.0 MIT License
@floating-ui/core 1.5.3 MIT License
@floating-ui/dom 1.5.4 MIT License
@floating-ui/utils 0.2.1 MIT License
@istanbuljs/load-nyc-config 1.1.0 ISC License
@istanbuljs/schema 0.1.3 MIT License
@jest/console 29.7.0 MIT License
@jest/core 29.7.0 MIT License
@jest/environment 29.7.0 MIT License
@jest/expect 29.7.0 MIT License
@jest/expect-utils 29.7.0 MIT License
@jest/fake-timers 29.7.0 MIT License
@jest/globals 29.7.0 MIT License
@jest/reporters 29.7.0 MIT License
@jest/schemas 29.6.3 MIT License
@jest/source-map 29.6.3 MIT License
@jest/test-result 29.7.0 MIT License
@jest/test-sequencer 29.7.0 MIT License
@jest/transform 29.7.0 MIT License
@jest/types 29.6.3 MIT License
@jridgewell/gen-mapping 0.3.3 MIT License
@jridgewell/resolve-uri 3.1.1 MIT License
@jridgewell/set-array 1.1.2 MIT License
@jridgewell/source-map 0.3.5 MIT License
@jridgewell/sourcemap-codec 1.4.15 MIT License
@jridgewell/trace-mapping 0.3.22 MIT License
@nodelib/fs.scandir 2.1.5 MIT License
@nodelib/fs.stat 2.0.5 MIT License
@nodelib/fs.walk 1.2.8 MIT License
@reduxjs/toolkit 1.9.7 MIT License
@remix-run/router 1.14.2 MIT License
@sinclair/typebox 0.27.8 MIT License
@sindresorhus/df 1.0.1 MIT License
@sindresorhus/df 3.1.1 MIT License
@sinonjs/commons 3.0.1 BSD 3-clause "New" or "Revised" License
@sinonjs/fake-timers 10.3.0 BSD 3-clause "New" or "Revised" License
@stroncium/procfs 1.2.1 Creative Commons Zero v1.0 Universal
@testing-library/dom 9.3.4 MIT License
@testing-library/react 14.1.2 MIT License
@testing-library/user-event 14.5.2 MIT License
@tootallnate/once 2.0.0 MIT License
@trysound/sax 0.2.0 ISC License
@types/aria-query 5.0.4 MIT License
@types/babel__core 7.20.5 MIT License
@types/babel__generator 7.6.8 MIT License
@types/babel__template 7.4.4 MIT License
@types/babel__traverse 7.20.5 MIT License
@types/eslint 8.56.2 MIT License
@types/eslint-scope 3.7.7 MIT License
@types/estree 1.0.5 MIT License
@types/graceful-fs 4.1.9 MIT License
@types/hoist-non-react-statics 3.3.5 MIT License
@types/html-minifier-terser 6.1.0 MIT License
@types/istanbul-lib-coverage 2.0.6 MIT License
@types/istanbul-lib-report 3.0.3 MIT License
@types/istanbul-reports 3.0.4 MIT License
@types/jest 29.5.11 MIT License
@types/jsdom 20.0.1 MIT License
@types/json-schema 7.0.15 MIT License
@types/node 20.11.5 MIT License
@types/prop-types 15.7.11 MIT License
@types/react 18.2.48 MIT License
@types/react-dom 18.2.18 MIT License
@types/scheduler 0.16.8 MIT License
@types/stack-utils 2.0.3 MIT License
@types/stylis 4.2.0 MIT License
@types/tough-cookie 4.0.5 MIT License
@types/use-sync-external-store 0.0.3 MIT License
@types/webpack 5.28.0 MIT License
@types/yargs 17.0.32 MIT License
@types/yargs-parser 21.0.3 MIT License
@webassemblyjs/ast 1.11.6 MIT License
@webassemblyjs/floating-point-hex-parser 1.11.6 MIT License
@webassemblyjs/helper-api-error 1.11.6 MIT License
@webassemblyjs/helper-buffer 1.11.6 MIT License
@webassemblyjs/helper-numbers 1.11.6 MIT License
@webassemblyjs/helper-wasm-bytecode 1.11.6 MIT License
@webassemblyjs/helper-wasm-section 1.11.6 MIT License
@webassemblyjs/ieee754 1.11.6 MIT License
@webassemblyjs/leb128 1.11.6 Apache License 2.0
@webassemblyjs/utf8 1.11.6 MIT License
@webassemblyjs/wasm-edit 1.11.6 MIT License
@webassemblyjs/wasm-gen 1.11.6 MIT License
@webassemblyjs/wasm-opt 1.11.6 MIT License
@webassemblyjs/wasm-parser 1.11.6 MIT License
@webassemblyjs/wast-printer 1.11.6 MIT License
@webcomponents/webcomponentsjs 2.4.3 BSD 3-clause "New" or "Revised" License
@webcomponents/webcomponentsjs 2.3.0 BSD 3-clause "New" or "Revised" License
@webpack-cli/configtest 2.1.1 MIT License
@webpack-cli/info 2.0.2 MIT License
@webpack-cli/serve 2.0.5 MIT License
@xtuc/ieee754 1.2.0 BSD 3-clause "New" or "Revised" License
@xtuc/long 4.2.2 Apache License 2.0
abab 2.0.6 BSD 3-clause "New" or "Revised" License
Acorn 8.11.3 MIT License
acorn-globals 7.0.1 MIT License
acorn-import-assertions 1.9.0 MIT License
acorn-walk 8.3.2 MIT License
add-px-to-style 1.0.0 MIT License
agent-base 6.0.2 MIT License
aggregate-error 3.1.0 MIT License
aggregate-error 4.0.1 MIT License
ajv 8.12.0 MIT License
ajv 6.12.6 MIT License
ajv-formats 2.1.1 MIT License
ajv-keywords 5.1.0 MIT License
ajv-keywords 3.5.2 MIT License
ansi-colors 1.1.0 MIT License
ansi-escapes 4.3.2 MIT License
ansi-gray 0.1.1 MIT License
ansi-regex 5.0.1 MIT License
ansi-regex 2.1.1 MIT License
ansi-styles 3.2.1 MIT License
ansi-styles v4.3.0 MIT License
ansi-styles 5.2.0 MIT License
ansi-wrap 0.1.0 MIT License
anymatch 2.0.0 ISC License
anymatch 3.1.3 ISC License
append-buffer 1.0.2 MIT License
aria-query 5.1.3 Apache License 2.0
arr-diff 4.0.0 MIT License
arr-filter 1.1.2 MIT License
arr-flatten 1.1.0 MIT License
arr-map 2.0.2 MIT License
arr-union 3.1.0 MIT License
array-buffer-byte-length 1.0.0 MIT License
array-flatten 1.1.1 MIT License
array-initial 1.1.0 MIT License
array-last 1.3.0 MIT License
array-sort 1.0.0 MIT License
array-union 1.0.2 MIT License
array-uniq 1.0.3 MIT License
array-unique 0.3.2 MIT License
assign-symbols 1.0.0 MIT License
async-done v1.3.2 MIT License
async-each 1.0.6 MIT License
async-settle 1.0.0 MIT License
asynckit 0.4.0 MIT License
atob 2.1.2 MIT License
autosize 6.0.1 MIT License
available-typed-arrays 1.0.5 MIT License
axios 1.6.5 MIT License
babel-loader 9.1.3 MIT License
babel-plugin-inline-react-svg 2.0.2 MIT License
babel-plugin-istanbul 6.1.1 BSD 3-clause "New" or "Revised" License
babel-plugin-polyfill-corejs2 0.4.8 MIT License
babel-plugin-polyfill-corejs3 0.8.7 MIT License
babel-plugin-polyfill-regenerator 0.5.5 MIT License
babel-preset-current-node-syntax 1.0.1 MIT License
babel-traverse 7.23.7 MIT License
bach 1.2.0 MIT License
balanced-match 1.0.2 MIT License
BASE 0.11.2 MIT License
binary-extensions 1.13.1 MIT License
binary-extensions v2.2.0 MIT License
body-parser 1.20.1 MIT License
boolbase 1.0.0 ISC License
brace-expansion 1.1.11 MIT License
browserify/resolve 2.0.0-next.5 MIT License
browserify/resolve 1.22.8 MIT License
browserslist 4.22.2 MIT License
buffer-from 1.1.2 MIT License
bytes.js 3.1.2 MIT License
cache-base 1.0.1 MIT License
call-bind 1.0.5 MIT License
callsites 3.1.0 MIT License
camelcase 5.3.1 MIT License
camelcase 3.0.0 MIT License
camelcase 6.3.0 MIT License
camelcase 4.1.2 MIT License
camelize 1.0.1 MIT License
caniuse-lite 1.0.30001579 Creative Commons Attribution 4.0
Chalk v3.0.0 MIT License
Chalk 4.1.2 MIT License
Chalk 2.4.2 MIT License
char-regex 1.0.2 MIT License
chokidar 3.5.3 MIT License
chokidar 2.1.8 MIT License
chrisdickinson/raf 3.4.1 MIT License
ci-info 3.9.0 MIT License
cjs-module-lexer 1.2.3 MIT License
class-utils 0.3.6 MIT License
classnames 2.5.1 MIT License
clean-css 5.3.3 MIT License
clean-stack 4.2.0 MIT License
clean-stack 2.2.0 MIT License
cliui 3.2.0 ISC License
cliui 8.0.1 ISC License
Clone 2.1.2 MIT License
clone-buffer 1.0.0 MIT License
clone-deep 4.0.1 MIT License
clone-stats 1.0.0 MIT License
cloneable-readable 1.1.3 MIT License
clsx 2.1.0 MIT License
co 4.6.0 MIT License
code-point-at 1.1.0 MIT License
collect-v8-coverage 1.0.2 MIT License
collection-map 1.0.0 MIT License
collection-visit 1.0.0 MIT License
color-name 1.1.4 MIT License
color-name 1.1.3 MIT License
color-support 1.1.3 ISC License
colorette 2.0.20 MIT License
combined-stream 1.0.8 MIT License
Commander.js 10.0.1 MIT License
Commander.js 7.2.0 MIT License
Commander.js v2.20.3 MIT License
Commander.js 8.3.0 MIT License
common-path-prefix 3.0.0 ISC License
concat-stream 1.6.2 MIT License
content-disposition 0.5.4 MIT License
convert-source-map 2.0.0 MIT License
convert-source-map 1.9.0 MIT License
copy-descriptor 0.1.1 MIT License
copy-props 2.0.5 MIT License
core-js 3.35.1 MIT License
core-util-is 1.0.3 MIT License
css-color-keywords 1.0.0 ISC License
css-loader 6.9.1 MIT License
css-to-react-native 3.2.0 MIT License
css-tree 1.1.3 MIT License
css-what 6.1.0 BSD 2-clause "Simplified" License
css.escape 1.5.1 MIT License
cssesc 3.0.0 MIT License
csso 4.2.0 MIT License
cssom 0.3.8 MIT License
cssom 0.5.0 MIT License
CSSselect 4.3.0 BSD 2-clause "Simplified" License
cssstyle 2.3.0 MIT License
csstype 3.1.2 MIT License
csstype 3.1.3 MIT License
DamonOehlman/wildcard 2.0.1 MIT License
data-urls 3.0.2 MIT License
davidhu2000/react-spinners 0.13.8 MIT License
debug-js/debug 4.3.4 MIT License
debug-js/debug 2.6.9 MIT License
Decamelize 1.2.0 MIT License
decimal.js 10.4.3 MIT License
decode-uri-component 0.2.2 MIT License
dedent 1.5.1 MIT License
deepmerge 4.3.1 MIT License
deepmerge 2.2.1 MIT License
default-compare 1.0.0 MIT License
default-resolution 2.0.0 MIT License
define-data-property 1.1.1 MIT License
define-property 0.2.5 MIT License
define-property 1.0.0 MIT License
define-property 2.0.2 MIT License
Del using Globs 7.1.0 MIT License
delayed-stream 1.0.0 MIT License
destroy 1.2.0 MIT License
detect-file 1.0.0 MIT License
detect-newline v3.1.0 MIT License
dir-glob 3.0.1 MIT License
dir-glob 2.2.2 MIT License
dom-accessibility-api 0.5.16 MIT License
dom-accessibility-api 0.6.3 MIT License
dom-converter 0.2.0 MIT License
dom-css 2.1.0 MIT License
dom-serializer 1.4.1 MIT License
domelementtype 2.3.0 BSD 2-clause "Simplified" License
domexception 4.0.0 MIT License
DomHandler 4.3.1 BSD 2-clause "Simplified" License
domutils 2.8.0 BSD 2-clause "Simplified" License
dot-case 3.0.4 MIT License
duplexify 3.7.1 MIT License
each-props 1.3.2 MIT License
ee-first 1.1.1 MIT License
einaros/ws 8.16.0 MIT License
electron-to-chromium 1.4.640 ISC License
emitter-component 1.3.1 MIT License
emittery 0.13.1 MIT License
emoji-mart 5.5.2 MIT License
emoji-regex v8.0.0 MIT License
encodeurl 1.0.2 MIT License
end-of-stream 1.4.4 MIT License
enhanced-resolve 5.15.0 MIT License
envinfo 7.11.0 MIT License
es-get-iterator 1.1.3 MIT License
es-module-lexer 1.4.1 MIT License
es5-ext 0.10.62 ISC License
es6-iterator 2.0.3 MIT License
es6-symbol v3.1.3 MIT License
es6-weak-map 2.0.3 ISC License
escalade 3.1.1 MIT License
escape-html 1.0.3 MIT License
escape-string-regexp v2.0.0 MIT License
escape-string-regexp 1.0.5 MIT License
escape-string-regexp 5.0.0 MIT License
escodegen 2.1.0 BSD 2-clause "Simplified" License
eslint-scope v5.1.1 BSD 2-clause "Simplified" License
Esprima 4.0.1 BSD 2-clause "Simplified" License
esrecurse v4.3.0 BSD 2-clause "Simplified" License
estraverse v4.3.0 BSD 2-clause "Simplified" License
estraverse 5.3.0 BSD 2-clause "Simplified" License
esutils 2.0.3 BSD 2-clause "Simplified" License
etag 1.8.1 MIT License
execa 2.1.0 MIT License
execa 5.1.1 MIT License
expand-brackets 2.1.4 MIT License
expand-tilde 2.0.2 MIT License
expect 29.7.0 MIT License
expressjs/accepts 1.3.8 MIT License
expressjs/express 4.18.2 MIT License
ext 1.7.0 ISC License
extend 3.0.2 MIT License
extend-shallow 2.0.1 MIT License
extend-shallow 3.0.2 MIT License
extglob 2.0.4 MIT License
fancy-log 1.3.3 MIT License
fast-deep-equal v3.1.3 MIT License
fast-glob 3.3.2 MIT License
fast-json-stable-stringify 2.1.0 MIT License
fast-levenshtein 1.1.4 MIT License
fastest-levenshtein 1.0.16 MIT License
fastq 1.16.0 ISC License
file-uri-to-path 1.0.0 MIT License
fill-range 7.0.1 MIT License
fill-range 4.0.0 MIT License
finalhandler 1.2.0 MIT License
find-cache-dir 4.0.0 MIT License
find-up 6.3.0 MIT License
find-up 1.1.2 MIT License
find-up v4.1.0 MIT License
fined 1.2.0 MIT License
flagged-respawn 1.0.1 MIT License
floatdrop/pinkie 2.0.4 MIT License
flush-write-stream 1.1.1 MIT License
follow-redirects 1.15.5 MIT License
for-in 1.0.2 MIT License
for-own 1.0.0 MIT License
form-data 4.0.0 MIT License
formik 2.4.5 Apache License 2.0
forwarded 0.2.0 MIT License
fragment-cache 0.2.1 MIT License
framer-motion 10.18.0 MIT License
fs-mkdirp-stream 1.0.0 MIT License
fs.realpath 1.0.0 ISC License
fsevents 2.3.3 MIT License
fsevents 1.2.13 MIT License
function-bind 1.1.2 MIT License
functions-have-names 1.2.3 MIT License
gensync 1.0.0-beta.2 MIT License
get-caller-file 2.0.5 ISC License
get-caller-file 1.0.3 ISC License
get-intrinsic 1.2.2 MIT License
get-package-type 0.1.0 MIT License
get-stream v5.2.0 MIT License
get-stream 6.0.1 MIT License
get-value 2.0.6 MIT License
glob-parent 5.1.2 ISC License
glob-parent 3.1.0 ISC License
glob-stream 6.1.0 MIT License
glob-to-regexp 0.4.1 BSD 2-clause "Simplified" License
glob-watcher 5.0.5 MIT License
global-modules 1.0.0 MIT License
global-prefix 1.0.2 MIT License
glogg 1.0.2 MIT License
gopd 1.0.1 MIT License
Gozala/events 3.3.0 MIT License
gulp 4.0.2 MIT License
gulp-cli 2.3.0 MIT License
gulplog 1.0.0 MIT License
harmony-reflect v1.6.2 Mozilla Public License 1.1
has-bigints 1.0.2 MIT License
has-flag 3.0.0 MIT License
has-flag 4.0.0 MIT License
has-property-descriptors 1.0.1 MIT License
has-proto 1.0.1 MIT License
has-symbols 1.0.3 MIT License
has-tostringtag 1.0.0 MIT License
has-value 0.3.1 MIT License
has-value 1.0.0 MIT License
has-values 1.0.0 MIT License
has-values 0.1.4 MIT License
hasown 2.0.0 MIT License
History 5.3.0 MIT License
hoist-non-react-statics v3.3.2 BSD 3-clause "New" or "Revised" License
homedir-polyfill 1.0.3 MIT License
hosted-git-info v2.8.9 ISC License
html-encoding-sniffer 3.0.0 MIT License
html-minifier-terser 6.1.0 MIT License
html-webpack-plugin 5.6.0 MIT License
htmlparser2 6.1.0 MIT License
http-errors 2.0.0 MIT License
https-proxy-agent 5.0.1 MIT License
hughsk/flat 5.0.2 BSD 3-clause "New" or "Revised" License
human-signals 2.1.0 Apache License 2.0
iarna/write-file-atomic 4.0.2 ISC License
iconv-lite v0.4.24 MIT License
iconv-lite 0.6.3 MIT License
icss-utils 5.1.0 ISC License
immer 9.0.21 MIT License
immutable-js 4.3.4 MIT License
import-local 3.1.0 MIT License
imurmurhash 0.1.4 MIT License
indent-string v4.0.0 MIT License
indent-string 5.0.0 MIT License
inflight 1.0.6 ISC License
inherits v2.0.4 ISC License
internal-slot 1.0.6 MIT License
interpret 1.4.0 MIT License
interpret 3.1.1 MIT License
invariant 2.2.4 MIT License
invert-kv 1.0.0 MIT License
is-absolute 1.0.0 MIT License
is-accessor-descriptor 1.0.1 MIT License
is-arguments 1.1.1 MIT License
is-array-buffer 3.0.2 MIT License
is-arrayish 0.2.1 MIT License
is-bigint 1.0.4 MIT License
is-binary-path 1.0.1 MIT License
is-binary-path v2.1.0 MIT License
is-boolean-object 1.1.2 MIT License
is-buffer 1.1.6 MIT License
is-callable 1.2.7 MIT License
is-core-module 2.13.1 MIT License
is-data-descriptor 1.0.1 MIT License
is-date-object 1.0.5 MIT License
is-descriptor 0.1.7 MIT License
is-descriptor 1.0.3 MIT License
is-extendable 0.1.1 MIT License
is-extendable 1.0.1 MIT License
is-extglob 2.1.1 MIT License
is-fullwidth-code-point 3.0.0 MIT License
is-fullwidth-code-point 1.0.0 MIT License
is-generator-fn 2.1.0 MIT License
is-glob 3.1.0 MIT License
is-glob 4.0.3 MIT License
is-map 2.0.2 MIT License
is-negated-glob 1.0.0 MIT License
is-number 7.0.0 MIT License
is-number 4.0.0 MIT License
is-number 3.0.0 MIT License
is-number-object 1.0.7 MIT License
is-path-cwd 3.0.0 MIT License
is-path-inside 4.0.0 MIT License
is-path-inside 3.0.3 MIT License
is-plain-object v5.0.0 MIT License
is-plain-object 2.0.4 MIT License
is-potential-custom-element-name 1.0.1 MIT License
is-regex 1.1.4 MIT License
is-relative 1.0.0 MIT License
is-set 2.0.2 MIT License
is-shared-array-buffer 1.0.2 MIT License
is-string 1.0.7 MIT License
is-symbol 1.0.4 MIT License
is-typed-array 1.1.12 MIT License
is-unc-path 1.0.0 MIT License
is-utf8 0.2.1 MIT License
is-valid-glob 1.0.0 MIT License
is-weakmap 2.0.1 MIT License
is-weakset 2.0.2 MIT License
is-windows 1.0.2 MIT License
isaacs/once 1.4.0 ISC License
isarray 2.0.5 MIT License
isarray 1.0.0 MIT License
isexe 2.0.0 ISC License
isobject 2.1.0 MIT License
isobject 3.0.1 MIT License
istanbul-lib-coverage 3.2.2 BSD 3-clause "New" or "Revised" License
istanbul-lib-instrument 6.0.1 BSD 3-clause "New" or "Revised" License
istanbul-lib-instrument 5.2.1 BSD 3-clause "New" or "Revised" License
istanbul-lib-report 3.0.1 BSD 3-clause "New" or "Revised" License
istanbul-lib-source-maps 4.0.1 BSD 3-clause "New" or "Revised" License
istanbul-reports 3.1.6 BSD 3-clause "New" or "Revised" License
Jest from Facebook 29.6.3 MIT License
Jest from Facebook 29.7.0 MIT License
jest-changed-files 29.7.0 MIT License
jest-config 29.7.0 MIT License
jest-diff 29.7.0 MIT License
jest-each 29.7.0 MIT License
jest-environment-jsdom 29.7.0 MIT License
jest-environment-node 29.7.0 MIT License
jest-get-type 29.6.3 MIT License
jest-haste-map 29.7.0 MIT License
jest-leak-detector 29.7.0 MIT License
jest-localstorage-mock 2.4.26 BSD 3-clause "New" or "Revised" License
jest-matcher-utils 29.7.0 MIT License
jest-message-util 29.7.0 MIT License
jest-pnp-resolver 1.2.3 MIT License
jest-regex-util 29.6.3 MIT License
jest-resolve 29.7.0 MIT License
jest-resolve-dependencies 29.7.0 MIT License
jest-runner 29.7.0 MIT License
jest-runtime 29.7.0 MIT License
jest-snapshot 29.7.0 MIT License
jest-util 29.7.0 MIT License
jest-validate 29.7.0 MIT License
jest-worker 27.5.1 MIT License
jest-worker 29.7.0 MIT License
jestjs/jest 29.7.0 MIT License
jonschlinkert/array-each 1.0.1 MIT License
jonschlinkert/array-slice 1.1.0 MIT License
jonschlinkert/object-copy 0.1.0 MIT License
jonschlinkert/time-stamp 1.1.0 MIT License
js-tokens 4.0.0 MIT License
js-yaml 3.14.1 MIT License
jsdom 20.0.3 MIT License
jsesc 0.5.0 MIT License
jsesc v2.5.2 MIT License
JSHTTP's negotiator 0.6.3 MIT License
jshttp/content-type 1.0.5 MIT License
jshttp/fresh 0.5.2 MIT License
jshttp/mime-types 2.1.35 MIT License
json-parse-even-better-errors 2.3.1 MIT License
json-schema-traverse 0.4.1 MIT License
json-schema-traverse 1.0.0 MIT License
json5 2.2.3 MIT License
just-debounce v1.1.0 MIT License
keyanzhang/identity-obj-proxy 3.0.0 MIT License
kind-of 4.0.0 MIT License
kind-of 6.0.3 MIT License
kind-of 3.2.2 MIT License
kind-of 5.1.0 MIT License
kleur 3.0.3 MIT License
kossnocorp/date-fns 2.30.0 MIT License
last-run 1.1.1 MIT License
lazystream 1.0.1 MIT License
lcid 1.0.0 MIT License
lead 1.0.0 MIT License
leven 3.1.0 MIT License
Liftoff 3.1.0 MIT License
lines-and-columns 1.2.4 MIT License
linkify-it 2.2.0 MIT License
ljharb/object.assign 4.1.5 MIT License
load-json-file 1.1.0 MIT License
loader-runner 4.3.0 MIT License
locate-path v5.0.0 MIT License
locate-path 7.2.0 MIT License
Lodash 4.17.21 MIT License
lodash-es 4.17.21 MIT License
lodash.debounce 4.0.8 MIT License
lodash.isplainobject 4.0.6 MIT License
loose-envify 1.4.0 MIT License
lower-case 2.0.2 MIT License
lz-string 1.5.0 MIT License
mafintosh/pump 2.0.1 MIT License
mafintosh/pump 3.0.0 MIT License
make-dir 4.0.0 MIT License
make-dir 3.1.0 MIT License
make-iterator 1.0.1 MIT License
makeerror 1.0.12 BSD 3-clause "New" or "Revised" License
map-cache 0.2.2 MIT License
map-visit 1.0.0 MIT License
mathiasbynens/he 1.2.0 MIT License
mathiasbynens/regenerate 1.4.2 MIT License
mdn-data 2.0.14 Creative Commons Zero v1.0 Universal
media-typer 0.3.0 MIT License
medikoo/d v1.0.1 ISC License
medikoo/next-tick 1.1.0 ISC License
merge-descriptors 1.0.1 MIT License
Merge-Stream 2.0.0 MIT License
merge2 1.4.1 MIT License
methods 1.1.2 MIT License
micromatch 3.1.10 MIT License
micromatch 4.0.5 MIT License
micromatch/braces 2.3.2 MIT License
micromatch/braces 3.0.2 MIT License
Microsoft/tslib 2.5.0 BSD Zero Clause License
Microsoft/tslib 2.6.2 BSD Zero Clause License
mime 1.6.0 MIT License
mime-db 1.52.0 MIT License
mimic-fn 2.1.0 MIT License
min-indent 1.0.1 MIT License
minimatch 3.1.2 ISC License
mixin-deep 1.3.2 MIT License
moment/moment 2.30.1 MIT License
mount-point 3.0.0 MIT License
move-file 2.1.0 MIT License
ms.js 2.0.0 MIT License
ms.js 2.1.3 MIT License
ms.js 2.1.2 MIT License
mute-stdout 1.0.1 MIT License
nan 2.18.0 MIT License
nanoid 3.3.7 MIT License
nanomatch 1.2.13 MIT License
natural-compare 1.4.0 MIT License
neo-async 2.6.2 MIT License
no-case 3.0.4 MIT License
Node Cookie Parser 0.5.0 MIT License
node-archy 1.0.0 MIT License
node-bindings 1.5.0 MIT License
node-buffer-equal 1.0.1 MIT License
node-concat-map 0.0.1 MIT License
node-cookie-signature 1.0.6 MIT License
node-cors v2.8.5 MIT License
node-cross-spawn 7.0.3 MIT License
node-deep-equal 2.2.3 MIT License
node-entities 2.2.0 BSD 2-clause "Simplified" License
node-entities 4.5.0 BSD 2-clause "Simplified" License
node-error-ex 1.3.2 MIT License
node-findup-sync 2.0.0 MIT License
node-findup-sync 3.0.0 MIT License
node-glob 7.2.3 ISC License
node-graceful-fs 4.2.11 ISC License
node-http-proxy-agent 5.0.0 MIT License
node-ignore 3.3.10 MIT License
node-ignore 5.3.0 MIT License
node-int64 0.4.0 MIT License
node-lru-cache 6.0.0 ISC License
node-lru-cache 5.1.1 ISC License
node-matchdep 2.0.0 MIT License
node-releases 2.0.14 MIT License
node-semver 6.3.1 ISC License
node-semver 5.7.2 ISC License
node-semver 7.5.4 ISC License
node-source-map-support 0.5.21 MIT License
node-source-map-support 0.5.13 MIT License
node-stack-trace 0.0.10 MIT License
nodeca-argparse 1.0.10 MIT License
nodejs Deprecate 2.0.0 MIT License
nodejs-exit 0.1.2 MIT License
nodejs-walker 1.0.8 Apache License 2.0
nodejs/string_decoder 1.1.1 MIT License
nodejs/undici 5.26.5 MIT License
normalize-package-data 2.5.0 BSD 2-clause "Simplified" License
normalize-path 3.0.0 MIT License
normalize-path 2.1.1 MIT License
now-and-later 2.0.1 MIT License
npm ini 1.3.8 ISC License
npm-run-path 3.1.0 MIT License
npm-run-path 4.0.1 MIT License
nth-check 2.1.1 BSD 2-clause "Simplified" License
number-is-nan 1.0.1 MIT License
nwsapi 2.2.7 MIT License
object-assign 4.1.1 MIT License
object-inspect 1.13.1 MIT License
object-is 1.1.5 MIT License
object-keys 1.1.1 MIT License
object-visit 1.0.1 MIT License
object.defaults 1.1.0 MIT License
object.map 1.0.1 MIT License
object.pick 1.3.0 MIT License
object.reduce 1.0.1 MIT License
on-finished 2.4.1 MIT License
ordered-read-streams 1.0.1 MIT License
os-homedir 1.0.2 MIT License
os-locale 1.4.0 MIT License
p-finally 2.0.1 MIT License
p-limit 3.1.0 MIT License
p-limit 2.3.0 MIT License
p-limit 4.0.0 MIT License
p-locate 6.0.0 MIT License
p-locate 4.1.0 MIT License
p-map 5.5.0 MIT License
p-map 4.0.0 MIT License
p-try 2.2.0 MIT License
param-case 3.0.4 MIT License
parse-filepath 1.0.2 MIT License
parse-json 2.2.0 MIT License
parse-json v5.2.0 MIT License
parse-node-version 1.0.1 MIT License
parse-passwd 1.0.0 MIT License
parse5 7.1.2 MIT License
parseurl 1.3.3 MIT License
pascal-case 3.1.2 MIT License
pascalcase 0.1.1 MIT License
path-dirname 1.0.2 MIT License
path-exists 2.1.0 MIT License
path-exists 5.0.0 MIT License
path-exists 4.0.0 MIT License
path-is-absolute 1.0.1 MIT License
path-key 3.1.1 MIT License
path-parse 1.0.7 MIT License
path-root 0.1.1 MIT License
path-root-regex 0.1.2 MIT License
path-to-regexp 0.1.7 MIT License
path-type 3.0.0 MIT License
path-type 4.0.0 MIT License
path-type 1.1.0 MIT License
performance-now 2.1.0 MIT License
picocolors 1.0.0 ISC License
picomatch 2.3.1 MIT License
pify 3.0.0 MIT License
pify 2.3.0 MIT License
pinkie-promise 2.0.1 MIT License
pirates 4.0.6 MIT License
pkg-dir 4.2.0 MIT License
pkg-dir 7.0.0 MIT License
posix-character-classes 0.1.1 MIT License
PostCSS 8.4.31 MIT License
PostCSS 8.4.33 MIT License
postcss-modules-extract-imports 3.0.0 ISC License
postcss-modules-local-by-default 4.0.4 MIT License
postcss-modules-scope 3.1.1 ISC License
postcss-modules-values 4.0.0 ISC License
postcss-selector-parser 6.0.15 MIT License
postcss-value-parser 4.2.0 MIT License
prefix-style 2.0.1 MIT License
pretty-error 4.0.0 MIT License
pretty-format 27.5.1 MIT License
pretty-format 29.7.0 MIT License
pretty-hrtime 1.0.3 MIT License
process-nextick-args v2.0.1 MIT License
prompts 2.4.2 MIT License
prop-types 15.8.1 MIT License
property-expr 2.0.6 MIT License
proxy-addr 2.0.7 MIT License
proxy-from-env 1.1.0 MIT License
psl 1.9.0 MIT License
pumpify 1.5.1 MIT License
Punycode.js 2.3.1 MIT License
pure-rand 6.0.4 MIT License
Qix-/color-convert 2.0.1 MIT License
Qix-/color-convert 1.9.3 MIT License
qs - QS Querystring 6.11.0 BSD 3-clause "New" or "Revised" License
querystringify 2.2.0 MIT License
queue-microtask 1.2.3 MIT License
randombytes 2.1.0 MIT License
range-parser v1.2.1 MIT License
raw-body 2.5.1 MIT License
Raynos/for-each 0.3.3 MIT License
React from Facebook 1.2.0 MIT License
React from Facebook 17.0.2 MIT License
React from Facebook 18.2.0 MIT License
React from Facebook 16.13.1 MIT License
react-custom-scrollbars-2 4.5.0 MIT License
react-fast-compare 2.0.4 MIT License
react-icons 4.12.0 MIT License
react-linkify 1.0.0-alpha MIT License
React-Redux 8.1.3 MIT License
react-router-dom 6.21.3 MIT License
react-tooltip 5.26.0 MIT License
react-translate 7.0.1 MIT License
reacttraining/react-router 6.21.3 MIT License
read-pkg 1.1.0 MIT License
read-pkg-up 1.0.1 MIT License
readable-stream 2.3.8 MIT License
readdirp 3.6.0 MIT License
readdirp 2.2.1 MIT License
rechoir 0.8.0 MIT License
rechoir 0.6.2 MIT License
redent 3.0.0 MIT License
Redux JS 4.2.1 MIT License
redux-thunk 2.4.2 MIT License
regenerate-unicode-properties 10.1.1 MIT License
regenerator-runtime 0.14.1 MIT License
regenerator-transform 0.15.2 MIT License
regex-not 1.0.2 MIT License
regexp.prototype.flags 1.5.1 MIT License
regexpu-core 5.3.2 MIT License
regjsparser 0.9.1 BSD 2-clause "Simplified" License
relateurl 0.2.7 MIT License
remove-bom-buffer 3.0.0 MIT License
remove-bom-stream 1.2.0 MIT License
remove-files-webpack-plugin 1.5.0 MIT License
remove-trailing-separator 1.1.0 ISC License
renderkid 3.0.0 MIT License
repeat-element 1.1.4 MIT License
repeat-string 1.6.1 MIT License
replace-ext 1.0.1 MIT License
replace-homedir 1.0.0 MIT License
require-directory 2.1.1 MIT License
require-from-string 2.0.2 MIT License
require-main-filename 1.0.1 ISC License
requires-port 1.0.0 MIT License
reselect 4.1.8 MIT License
resolve-cwd 3.0.0 MIT License
resolve-dir 1.0.1 MIT License
resolve-from 5.0.0 MIT License
resolve-options 1.1.0 MIT License
resolve-url 0.2.1 MIT License
resolve.exports 2.0.2 MIT License
ret.js 0.1.15 MIT License
reusify 1.0.4 MIT License
rimraf 3.0.2 ISC License
run-parallel 1.2.0 MIT License
safe-buffer v5.2.1 MIT License
safe-buffer 5.1.2 MIT License
safe-regex 1.1.0 MIT License
safer-buffer 2.1.2 MIT License
samccone/chrome-trace-event 1.0.3 MIT License
sass 1.70.0 MIT License
saxes 6.0.0 MIT License
scheduler 0.23.0 MIT License
schema-utils 4.2.0 MIT License
schema-utils 3.3.0 MIT License
semver-greatest-satisfied-range 1.1.0 MIT License
Send for Node.js 0.18.0 MIT License
serialize-javascript 6.0.2 BSD 3-clause "New" or "Revised" License
serve-static 1.15.0 MIT License
set-blocking 2.0.0 ISC License
set-function-length 1.2.0 MIT License
set-function-name 2.0.1 MIT License
set-value 2.0.1 MIT License
setprototypeof 1.2.0 ISC License
shallow-clone 3.0.1 MIT License
shallowequal 1.1.0 MIT License
shebang-command 2.0.0 MIT License
shebang-regex 3.0.0 MIT License
side-channel 1.0.4 MIT License
signal-exit 3.0.7 ISC License
sindresorhus/globals 11.12.0 MIT License
sindresorhus/globby 13.2.2 MIT License
sindresorhus/globby 7.1.1 MIT License
sindresorhus/is-stream 2.0.1 MIT License
sindresorhus/onetime v5.1.2 MIT License
sindresorhus/slash 4.0.0 MIT License
sindresorhus/slash 1.0.0 MIT License
sindresorhus/slash v3.0.0 MIT License
sindresorhus/trash 7.2.0 MIT License
sisteransi 1.0.5 MIT License
snapdragon 0.8.2 MIT License
snapdragon-node 2.1.1 MIT License
snapdragon-util 3.0.1 MIT License
source-map 0.5.7 BSD 3-clause "New" or "Revised" License
source-map 0.6.1 BSD 3-clause "New" or "Revised" License
source-map-js 1.0.2 BSD 3-clause "New" or "Revised" License
source-map-resolve 0.5.3 MIT License
source-map-url v0.4.1 MIT License
sparkles 1.0.1 MIT License
spdx-correct.js 3.2.0 Apache License 2.0
spdx-exceptions 2.3.0 Creative Commons Attribution 3.0
spdx-expression-parse.js 3.0.1 MIT License
spdx-license-ids 3.0.16 The Unlicense
split-string 3.1.0 MIT License
sprintf.js 1.0.3 BSD 3-clause "New" or "Revised" License
stable-stringify 1.0.1 MIT License
stack-utils 2.0.6 MIT License
static-extend 0.1.2 MIT License
statuses 2.0.1 MIT License
stop-iteration-iterator 1.0.0 MIT License
stream-exhaust 1.0.2 MIT License
stream-shift 1.0.3 MIT License
string-length 4.0.2 MIT License
string-width 1.0.2 MIT License
string-width 4.2.3 MIT License
Strip ANSI 6.0.1 MIT License
Strip ANSI 3.0.1 MIT License
strip-bom 2.0.0 MIT License
strip-bom 4.0.0 MIT License
strip-final-newline 2.0.0 MIT License
strip-indent v3.0.0 MIT License
strip-json-comments 3.1.1 MIT License
style-loader 3.3.4 MIT License
Styled Components 6.1.8 MIT License
stylis 4.3.1 MIT License
supports-color 5.5.0 MIT License
supports-color 8.1.1 MIT License
supports-color v7.2.0 MIT License
supports-preserve-symlinks-flag 1.0.0 MIT License
sver-compat 1.5.0 MIT License
svgo 2.8.0 MIT License
symbol-tree 3.2.4 MIT License
tapable 2.2.1 MIT License
terser 5.27.0 BSD 2-clause "Simplified" License
terser-webpack-plugin 5.3.10 MIT License
test-exclude 6.0.0 ISC License
through2 2.0.5 MIT License
through2-filter 3.0.0 MIT License
tiny-case 1.0.3 MIT License
tiny-warning 1.0.3 MIT License
tlds 1.248.0 MIT License
tmpl 1.0.5 BSD 3-clause "New" or "Revised" License
to-absolute-glob 2.0.2 MIT License
to-camel-case 1.0.0 MIT License
to-fast-properties 2.0.0 MIT License
to-no-case 1.0.2 MIT License
to-object-path 0.3.0 MIT License
to-regex 3.0.2 MIT License
to-regex-range 2.1.1 MIT License
to-regex-range 5.0.1 MIT License