forked from Smithsonian/dpo-voyager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
3RD_PARTY_LICENSES.txt
8818 lines (8818 loc) · 420 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
├─ @babel/parser@7.3.4
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-parser
│ ├─ publisher: Sebastian McKenzie
│ ├─ email: sebmck@gmail.com
│ ├─ path: /app/node_modules/@babel/parser
│ └─ licenseFile: /app/node_modules/@babel/parser/LICENSE
├─ @types/chai@4.1.7
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: /app/node_modules/@types/chai
│ └─ licenseFile: /app/node_modules/@types/chai/LICENSE
├─ @types/events@1.2.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: /app/node_modules/@types/events
│ └─ licenseFile: /app/node_modules/@types/events/LICENSE
├─ @types/fs-extra@5.0.4
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: /app/node_modules/@types/fs-extra
│ └─ licenseFile: /app/node_modules/@types/fs-extra/LICENSE
├─ @types/glob@7.1.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: /app/node_modules/@types/glob
│ └─ licenseFile: /app/node_modules/@types/glob/LICENSE
├─ @types/handlebars@4.0.40
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: /app/node_modules/@types/handlebars
│ └─ licenseFile: /app/node_modules/@types/handlebars/LICENSE
├─ @types/highlight.js@9.12.3
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: /app/node_modules/@types/highlight.js
│ └─ licenseFile: /app/node_modules/@types/highlight.js/LICENSE
├─ @types/lodash@4.14.120
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: /app/node_modules/@types/lodash
│ └─ licenseFile: /app/node_modules/@types/lodash/LICENSE
├─ @types/marked@0.4.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: /app/node_modules/@types/marked
│ └─ licenseFile: /app/node_modules/@types/marked/LICENSE
├─ @types/minimatch@3.0.3
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: /app/node_modules/@types/minimatch
│ └─ licenseFile: /app/node_modules/@types/minimatch/LICENSE
├─ @types/mocha@5.2.6
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: /app/node_modules/@types/mocha
│ └─ licenseFile: /app/node_modules/@types/mocha/LICENSE
├─ @types/node@11.13.8
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: /app/node_modules/@types/node
│ └─ licenseFile: /app/node_modules/@types/node/LICENSE
├─ @types/q@1.5.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: /app/node_modules/@types/q
│ └─ licenseFile: /app/node_modules/@types/q/LICENSE
├─ @types/shelljs@0.8.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: /app/node_modules/@types/shelljs
│ └─ licenseFile: /app/node_modules/@types/shelljs/LICENSE
├─ @typescript-eslint/typescript-estree@1.4.2
│ ├─ licenses: BSD-2-Clause
│ ├─ repository: https://github.com/typescript-eslint/typescript-eslint
│ ├─ path: /app/node_modules/@typescript-eslint/typescript-estree
│ └─ licenseFile: /app/node_modules/@typescript-eslint/typescript-estree/LICENSE
├─ @webassemblyjs/ast@1.8.5
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/xtuc/webassemblyjs
│ ├─ publisher: Sven Sauleau
│ ├─ path: /app/node_modules/@webassemblyjs/ast
│ └─ licenseFile: /app/node_modules/@webassemblyjs/ast/LICENSE
├─ @webassemblyjs/floating-point-hex-parser@1.8.5
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/xtuc/webassemblyjs
│ ├─ publisher: Mauro Bringolf
│ ├─ path: /app/node_modules/@webassemblyjs/floating-point-hex-parser
│ └─ licenseFile: /app/node_modules/@webassemblyjs/floating-point-hex-parser/LICENSE
├─ @webassemblyjs/helper-api-error@1.8.5
│ ├─ licenses: MIT
│ ├─ publisher: Sven Sauleau
│ ├─ path: /app/node_modules/@webassemblyjs/helper-api-error
│ └─ licenseFile: /app/node_modules/@webassemblyjs/helper-api-error/LICENSE
├─ @webassemblyjs/helper-buffer@1.8.5
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/xtuc/webassemblyjs
│ ├─ publisher: Sven Sauleau
│ ├─ path: /app/node_modules/@webassemblyjs/helper-buffer
│ └─ licenseFile: /app/node_modules/@webassemblyjs/helper-buffer/LICENSE
├─ @webassemblyjs/helper-code-frame@1.8.5
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/xtuc/webassemblyjs
│ ├─ publisher: Sven Sauleau
│ ├─ path: /app/node_modules/@webassemblyjs/helper-code-frame
│ └─ licenseFile: /app/node_modules/@webassemblyjs/helper-code-frame/LICENSE
├─ @webassemblyjs/helper-fsm@1.8.5
│ ├─ licenses: ISC
│ ├─ publisher: Mauro Bringolf
│ ├─ path: /app/node_modules/@webassemblyjs/helper-fsm
│ └─ licenseFile: /app/node_modules/@webassemblyjs/helper-fsm/LICENSE
├─ @webassemblyjs/helper-module-context@1.8.5
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/xtuc/webassemblyjs
│ ├─ publisher: Sven Sauleau
│ ├─ path: /app/node_modules/@webassemblyjs/helper-module-context
│ └─ licenseFile: /app/node_modules/@webassemblyjs/helper-module-context/LICENSE
├─ @webassemblyjs/helper-wasm-bytecode@1.8.5
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/xtuc/webassemblyjs
│ ├─ publisher: Sven Sauleau
│ ├─ path: /app/node_modules/@webassemblyjs/helper-wasm-bytecode
│ └─ licenseFile: /app/node_modules/@webassemblyjs/helper-wasm-bytecode/LICENSE
├─ @webassemblyjs/helper-wasm-section@1.8.5
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/xtuc/webassemblyjs
│ ├─ publisher: Sven Sauleau
│ ├─ path: /app/node_modules/@webassemblyjs/helper-wasm-section
│ └─ licenseFile: /app/node_modules/@webassemblyjs/helper-wasm-section/LICENSE
├─ @webassemblyjs/ieee754@1.8.5
│ ├─ licenses: MIT
│ ├─ path: /app/node_modules/@webassemblyjs/ieee754
│ └─ licenseFile: /app/node_modules/@webassemblyjs/ieee754/LICENSE
├─ @webassemblyjs/leb128@1.8.5
│ ├─ licenses: MIT
│ ├─ path: /app/node_modules/@webassemblyjs/leb128
│ └─ licenseFile: /app/node_modules/@webassemblyjs/leb128/LICENSE.txt
├─ @webassemblyjs/utf8@1.8.5
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/xtuc/webassemblyjs
│ ├─ publisher: Sven Sauleau
│ ├─ path: /app/node_modules/@webassemblyjs/utf8
│ └─ licenseFile: /app/node_modules/@webassemblyjs/utf8/LICENSE
├─ @webassemblyjs/wasm-edit@1.8.5
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/xtuc/webassemblyjs
│ ├─ publisher: Sven Sauleau
│ ├─ path: /app/node_modules/@webassemblyjs/wasm-edit
│ └─ licenseFile: /app/node_modules/@webassemblyjs/wasm-edit/LICENSE
├─ @webassemblyjs/wasm-gen@1.8.5
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/xtuc/webassemblyjs
│ ├─ publisher: Sven Sauleau
│ ├─ path: /app/node_modules/@webassemblyjs/wasm-gen
│ └─ licenseFile: /app/node_modules/@webassemblyjs/wasm-gen/LICENSE
├─ @webassemblyjs/wasm-opt@1.8.5
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/xtuc/webassemblyjs
│ ├─ publisher: Sven Sauleau
│ ├─ path: /app/node_modules/@webassemblyjs/wasm-opt
│ └─ licenseFile: /app/node_modules/@webassemblyjs/wasm-opt/LICENSE
├─ @webassemblyjs/wasm-parser@1.8.5
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/xtuc/webassemblyjs
│ ├─ publisher: Sven Sauleau
│ ├─ path: /app/node_modules/@webassemblyjs/wasm-parser
│ └─ licenseFile: /app/node_modules/@webassemblyjs/wasm-parser/LICENSE
├─ @webassemblyjs/wast-parser@1.8.5
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/xtuc/webassemblyjs
│ ├─ publisher: Sven Sauleau
│ ├─ path: /app/node_modules/@webassemblyjs/wast-parser
│ └─ licenseFile: /app/node_modules/@webassemblyjs/wast-parser/LICENSE
├─ @webassemblyjs/wast-printer@1.8.5
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/xtuc/webassemblyjs
│ ├─ publisher: Sven Sauleau
│ ├─ path: /app/node_modules/@webassemblyjs/wast-printer
│ └─ licenseFile: /app/node_modules/@webassemblyjs/wast-printer/LICENSE
├─ @xtuc/ieee754@1.2.0
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/feross/ieee754
│ ├─ publisher: Feross Aboukhadijeh
│ ├─ email: feross@feross.org
│ ├─ url: http://feross.org
│ ├─ path: /app/node_modules/@xtuc/ieee754
│ └─ licenseFile: /app/node_modules/@xtuc/ieee754/LICENSE
├─ @xtuc/long@4.2.2
│ ├─ licenses: Apache-2.0
│ ├─ repository: https://github.com/dcodeIO/long.js
│ ├─ publisher: Daniel Wirtz
│ ├─ email: dcode@dcode.io
│ ├─ path: /app/node_modules/@xtuc/long
│ └─ licenseFile: /app/node_modules/@xtuc/long/LICENSE
├─ abbrev@1.1.1
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/abbrev-js
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: i@izs.me
│ ├─ path: /app/node_modules/abbrev
│ └─ licenseFile: /app/node_modules/abbrev/LICENSE
├─ accepts@1.3.5
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jshttp/accepts
│ ├─ path: /app/node_modules/accepts
│ └─ licenseFile: /app/node_modules/accepts/LICENSE
├─ acorn-dynamic-import@2.0.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/kesne/acorn-dynamic-import
│ ├─ publisher: Jordan Gensler
│ ├─ email: jordangens@gmail.com
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/acorn-dynamic-import
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/acorn-dynamic-import/LICENSE
├─ acorn-dynamic-import@4.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/kesne/acorn-dynamic-import
│ ├─ publisher: Jordan Gensler
│ ├─ email: jordangens@gmail.com
│ ├─ path: /app/node_modules/acorn-dynamic-import
│ └─ licenseFile: /app/node_modules/acorn-dynamic-import/LICENSE
├─ acorn-jsx@3.0.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/RReverser/acorn-jsx
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/acorn-jsx
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/acorn-jsx/LICENSE
├─ acorn@3.3.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/ternjs/acorn
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/acorn-jsx/node_modules/acorn
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/acorn-jsx/node_modules/acorn/LICENSE
├─ acorn@4.0.11
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/ternjs/acorn
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/acorn-dynamic-import/node_modules/acorn
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/acorn-dynamic-import/node_modules/acorn/LICENSE
├─ acorn@5.0.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/ternjs/acorn
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/acorn
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/acorn/LICENSE
├─ acorn@6.1.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/acornjs/acorn
│ ├─ path: /app/node_modules/acorn
│ └─ licenseFile: /app/node_modules/acorn/LICENSE
├─ ajv-errors@1.0.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/epoberezkin/ajv-errors
│ ├─ path: /app/node_modules/ajv-errors
│ └─ licenseFile: /app/node_modules/ajv-errors/LICENSE
├─ ajv-keywords@1.5.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/epoberezkin/ajv-keywords
│ ├─ publisher: Evgeny Poberezkin
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/ajv-keywords
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/ajv-keywords/LICENSE
├─ ajv-keywords@3.2.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/epoberezkin/ajv-keywords
│ ├─ publisher: Evgeny Poberezkin
│ ├─ path: /app/node_modules/ajv-keywords
│ └─ licenseFile: /app/node_modules/ajv-keywords/LICENSE
├─ ajv@4.11.5
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/epoberezkin/ajv
│ ├─ publisher: Evgeny Poberezkin
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/ajv
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/ajv/LICENSE
├─ ajv@6.10.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/epoberezkin/ajv
│ ├─ publisher: Evgeny Poberezkin
│ ├─ path: /app/node_modules/ajv
│ └─ licenseFile: /app/node_modules/ajv/LICENSE
├─ align-text@0.1.4
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/align-text
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/align-text
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/align-text/LICENSE
├─ alphanum-sort@1.0.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/TrySound/alphanum-sort
│ ├─ publisher: Bogdan Chadkin
│ ├─ email: trysound@yandex.ru
│ ├─ path: /app/node_modules/alphanum-sort
│ └─ licenseFile: /app/node_modules/alphanum-sort/LICENSE
├─ amdefine@1.0.1
│ ├─ licenses: BSD-3-Clause OR MIT
│ ├─ repository: https://github.com/jrburke/amdefine
│ ├─ publisher: James Burke
│ ├─ email: jrburke@gmail.com
│ ├─ url: http://github.com/jrburke
│ ├─ path: /app/node_modules/amdefine
│ └─ licenseFile: /app/node_modules/amdefine/LICENSE
├─ ansi-align@2.0.0
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/nexdrew/ansi-align
│ ├─ publisher: nexdrew
│ ├─ path: /app/node_modules/ansi-align
│ └─ licenseFile: /app/node_modules/ansi-align/LICENSE
├─ ansi-colors@3.2.4
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/doowb/ansi-colors
│ ├─ publisher: Brian Woodward
│ ├─ url: https://github.com/doowb
│ ├─ path: /app/node_modules/ansi-colors
│ └─ licenseFile: /app/node_modules/ansi-colors/LICENSE
├─ ansi-escapes@1.4.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/ansi-escapes
│ ├─ publisher: Sindre Sorhus
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/ansi-escapes
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/ansi-escapes/license
├─ ansi-regex@2.1.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/chalk/ansi-regex
│ ├─ publisher: Sindre Sorhus
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/ansi-regex
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/ansi-regex/license
├─ ansi-regex@3.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/chalk/ansi-regex
│ ├─ publisher: Sindre Sorhus
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: /app/node_modules/ansi-regex
│ └─ licenseFile: /app/node_modules/ansi-regex/license
├─ ansi-regex@4.1.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/chalk/ansi-regex
│ ├─ publisher: Sindre Sorhus
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: /app/node_modules/ora/node_modules/ansi-regex
│ └─ licenseFile: /app/node_modules/ora/node_modules/ansi-regex/license
├─ ansi-styles@2.2.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/chalk/ansi-styles
│ ├─ publisher: Sindre Sorhus
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/ansi-styles
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/ansi-styles/license
├─ ansi-styles@3.2.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/chalk/ansi-styles
│ ├─ publisher: Sindre Sorhus
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: /app/node_modules/ansi-styles
│ └─ licenseFile: /app/node_modules/ansi-styles/license
├─ anymatch@1.3.0
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/es128/anymatch
│ ├─ publisher: Elan Shanker
│ ├─ url: http://github.com/es128
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/anymatch
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/anymatch/LICENSE
├─ anymatch@2.0.0
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/micromatch/anymatch
│ ├─ publisher: Elan Shanker
│ ├─ url: http://github.com/es128
│ ├─ path: /app/node_modules/anymatch
│ └─ licenseFile: /app/node_modules/anymatch/LICENSE
├─ app-module-path@2.2.0
│ ├─ licenses: BSD-2-Clause
│ ├─ repository: https://github.com/patrick-steele-idem/app-module-path-node
│ ├─ publisher: Patrick Steele-Idem
│ ├─ email: pnidem@gmail.com
│ ├─ path: /app/node_modules/app-module-path
│ └─ licenseFile: /app/node_modules/app-module-path/README.md
├─ aproba@1.2.0
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/iarna/aproba
│ ├─ publisher: Rebecca Turner
│ ├─ email: me@re-becca.org
│ ├─ path: /app/node_modules/aproba
│ └─ licenseFile: /app/node_modules/aproba/LICENSE
├─ are-we-there-yet@1.1.5
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/iarna/are-we-there-yet
│ ├─ publisher: Rebecca Turner
│ ├─ url: http://re-becca.org
│ ├─ path: /app/node_modules/are-we-there-yet
│ └─ licenseFile: /app/node_modules/are-we-there-yet/LICENSE
├─ argparse@1.0.10
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/nodeca/argparse
│ ├─ path: /app/node_modules/argparse
│ └─ licenseFile: /app/node_modules/argparse/LICENSE
├─ argparse@1.0.9
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/nodeca/argparse
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/argparse
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/argparse/LICENSE
├─ aria-query@0.3.0
│ ├─ licenses: Apache-2.0
│ ├─ repository: https://github.com/A11yance/aria-query
│ ├─ publisher: Jesse Beach
│ ├─ email: splendidnoise@gmail.com
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/aria-query
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/aria-query/LICENSE
├─ arr-diff@2.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/arr-diff
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/arr-diff
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/arr-diff/LICENSE
├─ arr-diff@4.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/arr-diff
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /app/node_modules/arr-diff
│ └─ licenseFile: /app/node_modules/arr-diff/LICENSE
├─ arr-flatten@1.0.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/arr-flatten
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/arr-flatten
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/arr-flatten/LICENSE
├─ arr-flatten@1.1.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/arr-flatten
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /app/node_modules/arr-flatten
│ └─ licenseFile: /app/node_modules/arr-flatten/LICENSE
├─ arr-union@3.1.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/arr-union
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /app/node_modules/arr-union
│ └─ licenseFile: /app/node_modules/arr-union/LICENSE
├─ array-find-index@1.0.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/array-find-index
│ ├─ publisher: Sindre Sorhus
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: /app/node_modules/array-find-index
│ └─ licenseFile: /app/node_modules/array-find-index/license
├─ array-flatten@1.1.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/blakeembrey/array-flatten
│ ├─ publisher: Blake Embrey
│ ├─ email: hello@blakeembrey.com
│ ├─ url: http://blakeembrey.me
│ ├─ path: /app/node_modules/array-flatten
│ └─ licenseFile: /app/node_modules/array-flatten/LICENSE
├─ array-union@1.0.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/array-union
│ ├─ publisher: Sindre Sorhus
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/array-union
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/array-union/license
├─ array-uniq@1.0.3
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/array-uniq
│ ├─ publisher: Sindre Sorhus
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/array-uniq
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/array-uniq/license
├─ array-unique@0.2.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/array-unique
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/array-unique
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/array-unique/LICENSE
├─ array-unique@0.3.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/array-unique
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /app/node_modules/array-unique
│ └─ licenseFile: /app/node_modules/array-unique/LICENSE
├─ array.prototype.find@2.0.4
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/paulmillr/Array.prototype.find
│ ├─ publisher: Paul Miller
│ ├─ email: http://paulmillr.com
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/array.prototype.find
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/array.prototype.find/README.md
├─ arrify@1.0.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/arrify
│ ├─ publisher: Sindre Sorhus
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/arrify
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/arrify/license
├─ asap@2.0.6
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/kriskowal/asap
│ ├─ path: /app/node_modules/asap
│ └─ licenseFile: /app/node_modules/asap/LICENSE.md
├─ asn1.js@4.10.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/indutny/asn1.js
│ ├─ publisher: Fedor Indutny
│ ├─ path: /app/node_modules/asn1.js
│ └─ licenseFile: /app/node_modules/asn1.js/README.md
├─ asn1.js@4.9.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/indutny/asn1.js
│ ├─ publisher: Fedor Indutny
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/asn1.js
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/asn1.js/README.md
├─ asn1@0.2.4
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/joyent/node-asn1
│ ├─ publisher: Joyent
│ ├─ url: joyent.com
│ ├─ path: /app/node_modules/asn1
│ └─ licenseFile: /app/node_modules/asn1/LICENSE
├─ assert-plus@1.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/mcavage/node-assert-plus
│ ├─ publisher: Mark Cavage
│ ├─ email: mcavage@gmail.com
│ ├─ path: /app/node_modules/assert-plus
│ └─ licenseFile: /app/node_modules/assert-plus/README.md
├─ assert@1.4.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/defunctzombie/commonjs-assert
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/assert
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/assert/LICENSE
├─ assertion-error@1.1.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/chaijs/assertion-error
│ ├─ publisher: Jake Luer
│ ├─ email: jake@qualiancy.com
│ ├─ url: http://qualiancy.com
│ ├─ path: /app/node_modules/assertion-error
│ └─ licenseFile: /app/node_modules/assertion-error/README.md
├─ assign-symbols@1.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/assign-symbols
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /app/node_modules/assign-symbols
│ └─ licenseFile: /app/node_modules/assign-symbols/LICENSE
├─ ast-module-types@2.5.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/mrjoelkemp/node-ast-module-types
│ ├─ publisher: Joel Kemp
│ ├─ email: joel@mrjoelkemp.com
│ ├─ url: http://www.mrjoelkemp.com/
│ ├─ path: /app/node_modules/ast-module-types
│ └─ licenseFile: /app/node_modules/ast-module-types/Readme.md
├─ ast-types-flow@0.0.7
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/kyldvs/ast-types-flow
│ ├─ publisher: kyldvs
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/ast-types-flow
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/ast-types-flow/README.md
├─ async-each@1.0.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/paulmillr/async-each
│ ├─ publisher: Paul Miller
│ ├─ url: http://paulmillr.com/
│ ├─ path: /app/node_modules/async-each
│ └─ licenseFile: /app/node_modules/async-each/README.md
├─ async-foreach@0.1.3
│ ├─ licenses: MIT*
│ ├─ repository: https://github.com/cowboy/javascript-sync-async-foreach
│ ├─ publisher: "Cowboy" Ben Alman
│ ├─ url: http://benalman.com/
│ ├─ path: /app/node_modules/async-foreach
│ └─ licenseFile: /app/node_modules/async-foreach/LICENSE-MIT
├─ async@0.2.10
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/caolan/async
│ ├─ publisher: Caolan McMahon
│ ├─ path: /app/node_modules/async
│ └─ licenseFile: /app/node_modules/async/LICENSE
├─ async@2.3.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/caolan/async
│ ├─ publisher: Caolan McMahon
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/async
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/async/LICENSE
├─ async@2.6.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/caolan/async
│ ├─ publisher: Caolan McMahon
│ ├─ path: /app/node_modules/source-map-loader/node_modules/async
│ └─ licenseFile: /app/node_modules/source-map-loader/node_modules/async/LICENSE
├─ asynckit@0.4.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/alexindigo/asynckit
│ ├─ publisher: Alex Indigo
│ ├─ email: iam@alexindigo.com
│ ├─ path: /app/node_modules/asynckit
│ └─ licenseFile: /app/node_modules/asynckit/LICENSE
├─ atob@2.1.2
│ ├─ licenses: (MIT OR Apache-2.0)
│ ├─ repository: git://git.coolaj86.com/coolaj86/atob.js
│ ├─ publisher: AJ ONeal
│ ├─ email: coolaj86@gmail.com
│ ├─ url: https://coolaj86.com
│ ├─ path: /app/node_modules/atob
│ └─ licenseFile: /app/node_modules/atob/LICENSE
├─ awesome-typescript-loader@5.2.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/s-panferov/awesome-typescript-loader
│ ├─ publisher: Stanislav Panferov
│ ├─ email: fnight.m@gmail.com
│ ├─ url: http://panferov.me/
│ ├─ path: /app/node_modules/awesome-typescript-loader
│ └─ licenseFile: /app/node_modules/awesome-typescript-loader/LICENSE.md
├─ aws-sign2@0.7.0
│ ├─ licenses: Apache-2.0
│ ├─ repository: https://github.com/mikeal/aws-sign
│ ├─ publisher: Mikeal Rogers
│ ├─ email: mikeal.rogers@gmail.com
│ ├─ url: http://www.futurealoof.com
│ ├─ path: /app/node_modules/aws-sign2
│ └─ licenseFile: /app/node_modules/aws-sign2/LICENSE
├─ aws4@1.8.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/mhart/aws4
│ ├─ publisher: Michael Hart
│ ├─ email: michael.hart.au@gmail.com
│ ├─ url: http://github.com/mhart
│ ├─ path: /app/node_modules/aws4
│ └─ licenseFile: /app/node_modules/aws4/LICENSE
├─ axios@0.18.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/axios/axios
│ ├─ publisher: Matt Zabriskie
│ ├─ path: /app/node_modules/axios
│ └─ licenseFile: /app/node_modules/axios/LICENSE
├─ babel-cli@6.24.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-cli
│ ├─ publisher: Sebastian McKenzie
│ ├─ email: sebmck@gmail.com
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-cli
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-cli/README.md
├─ babel-code-frame@6.22.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-code-frame
│ ├─ publisher: Sebastian McKenzie
│ ├─ email: sebmck@gmail.com
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-code-frame
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-code-frame/README.md
├─ babel-code-frame@6.26.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-code-frame
│ ├─ publisher: Sebastian McKenzie
│ ├─ email: sebmck@gmail.com
│ ├─ path: /app/node_modules/babel-code-frame
│ └─ licenseFile: /app/node_modules/babel-code-frame/README.md
├─ babel-core@6.24.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-core
│ ├─ publisher: Sebastian McKenzie
│ ├─ email: sebmck@gmail.com
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-core
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-core/README.md
├─ babel-eslint@7.2.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel-eslint
│ ├─ publisher: Sebastian McKenzie
│ ├─ email: sebmck@gmail.com
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-eslint
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-eslint/LICENSE
├─ babel-generator@6.24.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-generator
│ ├─ publisher: Sebastian McKenzie
│ ├─ email: sebmck@gmail.com
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-generator
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-generator/README.md
├─ babel-helper-builder-binary-assignment-operator-visitor@6.22.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-helper-builder-binary-assignment-operator-visitor
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-helper-builder-binary-assignment-operator-visitor
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-helper-builder-binary-assignment-operator-visitor/README.md
├─ babel-helper-call-delegate@6.22.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-helper-call-delegate
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-helper-call-delegate
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-helper-call-delegate/README.md
├─ babel-helper-define-map@6.23.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-helper-define-map
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-helper-define-map
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-helper-define-map/README.md
├─ babel-helper-explode-assignable-expression@6.22.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-helper-explode-assignable-expression
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-helper-explode-assignable-expression
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-helper-explode-assignable-expression/README.md
├─ babel-helper-function-name@6.23.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-helper-function-name
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-helper-function-name
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-helper-function-name/README.md
├─ babel-helper-get-function-arity@6.22.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-helper-get-function-arity
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-helper-get-function-arity
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-helper-get-function-arity/README.md
├─ babel-helper-hoist-variables@6.22.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-helper-hoist-variables
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-helper-hoist-variables
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-helper-hoist-variables/README.md
├─ babel-helper-optimise-call-expression@6.23.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-helper-optimise-call-expression
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-helper-optimise-call-expression
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-helper-optimise-call-expression/README.md
├─ babel-helper-regex@6.22.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-helper-regex
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-helper-regex
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-helper-regex/README.md
├─ babel-helper-remap-async-to-generator@6.22.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-helper-remap-async-to-generator
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-helper-remap-async-to-generator
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-helper-remap-async-to-generator/README.md
├─ babel-helper-replace-supers@6.23.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-helper-replace-supers
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-helper-replace-supers
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-helper-replace-supers/README.md
├─ babel-helpers@6.23.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-helpers
│ ├─ publisher: Sebastian McKenzie
│ ├─ email: sebmck@gmail.com
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-helpers
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-helpers/README.md
├─ babel-loader@6.4.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel-loader
│ ├─ publisher: Luis Couto
│ ├─ email: hello@luiscouto.pt
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-loader
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-loader/LICENSE
├─ babel-messages@6.23.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-messages
│ ├─ publisher: Sebastian McKenzie
│ ├─ email: sebmck@gmail.com
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-messages
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-messages/README.md
├─ babel-plugin-check-es2015-constants@6.22.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-plugin-check-es2015-constants
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-check-es2015-constants
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-check-es2015-constants/README.md
├─ babel-plugin-syntax-async-functions@6.13.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-async-functions
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-syntax-async-functions
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-syntax-async-functions/README.md
├─ babel-plugin-syntax-class-properties@6.13.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-class-properties
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-syntax-class-properties
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-syntax-class-properties/README.md
├─ babel-plugin-syntax-exponentiation-operator@6.13.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-exponentation-operator
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-syntax-exponentiation-operator
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-syntax-exponentiation-operator/README.md
├─ babel-plugin-syntax-trailing-function-commas@6.22.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-trailing-function-commas
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-syntax-trailing-function-commas
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-syntax-trailing-function-commas/README.md
├─ babel-plugin-transform-async-to-generator@6.22.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-to-generator
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-async-to-generator
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-async-to-generator/README.md
├─ babel-plugin-transform-class-properties@6.23.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-class-properties
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-class-properties
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-class-properties/README.md
├─ babel-plugin-transform-es2015-arrow-functions@6.22.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-arrow-functions
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-es2015-arrow-functions
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-es2015-arrow-functions/README.md
├─ babel-plugin-transform-es2015-block-scoped-functions@6.22.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-block-scoped-functions
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-es2015-block-scoped-functions
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-es2015-block-scoped-functions/README.md
├─ babel-plugin-transform-es2015-block-scoping@6.23.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-block-scoping
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-es2015-block-scoping
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-es2015-block-scoping/README.md
├─ babel-plugin-transform-es2015-classes@6.23.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-classes
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-es2015-classes
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-es2015-classes/README.md
├─ babel-plugin-transform-es2015-computed-properties@6.22.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-computed-properties
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-es2015-computed-properties
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-es2015-computed-properties/README.md
├─ babel-plugin-transform-es2015-destructuring@6.23.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-destructuring
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-es2015-destructuring
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-es2015-destructuring/README.md
├─ babel-plugin-transform-es2015-duplicate-keys@6.22.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-duplicate-keys
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-es2015-duplicate-keys
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-es2015-duplicate-keys/README.md
├─ babel-plugin-transform-es2015-for-of@6.23.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-for-of
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-es2015-for-of
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-es2015-for-of/README.md
├─ babel-plugin-transform-es2015-function-name@6.22.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-function-name
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-es2015-function-name
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-es2015-function-name/README.md
├─ babel-plugin-transform-es2015-literals@6.22.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-literals
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-es2015-literals
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-es2015-literals/README.md
├─ babel-plugin-transform-es2015-modules-amd@6.24.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-amd
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-es2015-modules-amd
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-es2015-modules-amd/README.md
├─ babel-plugin-transform-es2015-modules-commonjs@6.24.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-commonjs
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-es2015-modules-commonjs
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-es2015-modules-commonjs/README.md
├─ babel-plugin-transform-es2015-modules-systemjs@6.23.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-systemjs
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-es2015-modules-systemjs
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-es2015-modules-systemjs/README.md
├─ babel-plugin-transform-es2015-modules-umd@6.24.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-umd
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-es2015-modules-umd
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-es2015-modules-umd/README.md
├─ babel-plugin-transform-es2015-object-super@6.22.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-object-super
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-es2015-object-super
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-es2015-object-super/README.md
├─ babel-plugin-transform-es2015-parameters@6.23.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-parameters
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-es2015-parameters
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-es2015-parameters/README.md
├─ babel-plugin-transform-es2015-shorthand-properties@6.22.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-shorthand-properties
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-es2015-shorthand-properties
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-es2015-shorthand-properties/README.md
├─ babel-plugin-transform-es2015-spread@6.22.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-spread
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-es2015-spread
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-es2015-spread/README.md
├─ babel-plugin-transform-es2015-sticky-regex@6.22.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-sticky-regex
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-es2015-sticky-regex
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-es2015-sticky-regex/README.md
├─ babel-plugin-transform-es2015-template-literals@6.22.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-template-literals
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-es2015-template-literals
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-es2015-template-literals/README.md
├─ babel-plugin-transform-es2015-typeof-symbol@6.23.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-typeof-symbol
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-es2015-typeof-symbol
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-es2015-typeof-symbol/README.md
├─ babel-plugin-transform-es2015-unicode-regex@6.22.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-unicode-regex
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-es2015-unicode-regex
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-es2015-unicode-regex/README.md
├─ babel-plugin-transform-exponentiation-operator@6.22.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-exponentiation-operator
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-exponentiation-operator
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-exponentiation-operator/README.md
├─ babel-plugin-transform-regenerator@6.22.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-regenerator
│ ├─ publisher: Ben Newman
│ ├─ email: bn@cs.stanford.edu
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-regenerator
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-regenerator/README.md
├─ babel-plugin-transform-strict-mode@6.22.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-strict-mode
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-strict-mode
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-plugin-transform-strict-mode/README.md
├─ babel-polyfill@6.23.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-polyfill
│ ├─ publisher: Sebastian McKenzie
│ ├─ email: sebmck@gmail.com
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-polyfill
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-polyfill/README.md
├─ babel-preset-env@1.3.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel-preset-env
│ ├─ publisher: Henry Zhu
│ ├─ email: hi@henryzoo.com
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-preset-env
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-preset-env/LICENSE
├─ babel-preset-es2015@6.24.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-preset-es2015
│ ├─ publisher: Sebastian McKenzie
│ ├─ email: sebmck@gmail.com
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-preset-es2015
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-preset-es2015/README.md
├─ babel-register@6.24.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-register
│ ├─ publisher: Sebastian McKenzie
│ ├─ email: sebmck@gmail.com
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-register
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-register/README.md
├─ babel-runtime@6.23.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-runtime
│ ├─ publisher: Sebastian McKenzie
│ ├─ email: sebmck@gmail.com
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-runtime
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-runtime/README.md
├─ babel-template@6.23.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-template
│ ├─ publisher: Sebastian McKenzie
│ ├─ email: sebmck@gmail.com
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-template
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-template/README.md
├─ babel-traverse@6.23.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-traverse
│ ├─ publisher: Sebastian McKenzie
│ ├─ email: sebmck@gmail.com
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-traverse
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-traverse/README.md
├─ babel-types@6.23.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-types
│ ├─ publisher: Sebastian McKenzie
│ ├─ email: sebmck@gmail.com
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babel-types
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babel-types/README.md
├─ babylon@6.16.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babylon
│ ├─ publisher: Sebastian McKenzie
│ ├─ email: sebmck@gmail.com
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/babylon
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/babylon/LICENSE
├─ balanced-match@0.4.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/juliangruber/balanced-match
│ ├─ publisher: Julian Gruber
│ ├─ email: mail@juliangruber.com
│ ├─ url: http://juliangruber.com
│ ├─ path: /app/node_modules/quill-image-resize-module/node_modules/balanced-match
│ └─ licenseFile: /app/node_modules/quill-image-resize-module/node_modules/balanced-match/LICENSE.md
├─ balanced-match@1.0.0
│ ├─ licenses: MIT