forked from VikasX/botium-box-basic-dist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLICENSES-3RDPARTY-SERVER.txt
10301 lines (10300 loc) · 529 KB
/
LICENSES-3RDPARTY-SERVER.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/code-frame@7.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-code-frame
│ ├─ publisher: Sebastian McKenzie
│ ├─ email: sebmck@gmail.com
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@babel\code-frame
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@babel\code-frame\LICENSE
├─ @babel/generator@7.0.0-beta.38
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-generator
│ ├─ publisher: Sebastian McKenzie
│ ├─ email: sebmck@gmail.com
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@babel\generator
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@babel\generator\README.md
├─ @babel/highlight@7.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-highlight
│ ├─ publisher: suchipi
│ ├─ email: me@suchipi.com
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@babel\highlight
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@babel\highlight\LICENSE
├─ @babel/runtime-corejs2@7.2.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-runtime-corejs2
│ ├─ publisher: Sebastian McKenzie
│ ├─ email: sebmck@gmail.com
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@babel\runtime-corejs2
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@babel\runtime-corejs2\LICENSE
├─ @babel/runtime@7.0.0-rc.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-runtime
│ ├─ publisher: Sebastian McKenzie
│ ├─ email: sebmck@gmail.com
│ ├─ path: D:\dev\botium-box\web\server\node_modules\javascript-obfuscator\node_modules\@babel\runtime
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\javascript-obfuscator\node_modules\@babel\runtime\README.md
├─ @babel/runtime@7.2.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-runtime
│ ├─ publisher: Sebastian McKenzie
│ ├─ email: sebmck@gmail.com
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@babel\runtime
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@babel\runtime\LICENSE
├─ @babel/types@7.0.0-beta.38
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-types
│ ├─ publisher: Sebastian McKenzie
│ ├─ email: sebmck@gmail.com
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@babel\types
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@babel\types\README.md
├─ @google-cloud/common@0.29.1
│ ├─ licenses: Apache-2.0
│ ├─ repository: https://github.com/googleapis/nodejs-common
│ ├─ publisher: Google Inc.
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@google-cloud\common
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@google-cloud\common\LICENSE
├─ @google-cloud/projectify@0.3.2
│ ├─ licenses: Apache-2.0
│ ├─ repository: https://github.com/googleapis/nodejs-projectify
│ ├─ publisher: Google Inc.
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@google-cloud\projectify
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@google-cloud\projectify\LICENSE
├─ @google-cloud/promisify@0.3.1
│ ├─ licenses: Apache-2.0
│ ├─ repository: https://github.com/googleapis/nodejs-promisify
│ ├─ publisher: Google Inc.
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@google-cloud\promisify
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@google-cloud\promisify\LICENSE
├─ @google-cloud/speech@2.2.0
│ ├─ licenses: Apache-2.0
│ ├─ repository: https://github.com/googleapis/nodejs-speech
│ ├─ publisher: Google Inc.
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@google-cloud\speech
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@google-cloud\speech\LICENSE
├─ @google-cloud/text-to-speech@0.3.0
│ ├─ licenses: Apache-2.0
│ ├─ repository: https://github.com/googleapis/nodejs-text-to-speech
│ ├─ publisher: Google LLC
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@google-cloud\text-to-speech
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@google-cloud\text-to-speech\LICENSE
├─ @grpc/grpc-js@0.3.3
│ ├─ licenses: Apache-2.0
│ ├─ repository: https://github.com/grpc/grpc-node/tree/master/packages/grpc-js
│ ├─ publisher: Google Inc.
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@grpc\grpc-js
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@grpc\grpc-js\README.md
├─ @grpc/proto-loader@0.3.0
│ ├─ licenses: Apache-2.0
│ ├─ repository: https://github.com/grpc/grpc-node
│ ├─ publisher: Google Inc.
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@grpc\proto-loader
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@grpc\proto-loader\README.md
├─ @heroku/linewrap@1.0.0
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/heroku/node-linewrap
│ ├─ publisher: Jeff Dickey
│ └─ path: D:\dev\botium-box\web\server\node_modules\@heroku\linewrap
├─ @kbrandwijk/swagger-to-graphql@2.4.3
│ ├─ licenses: MIT
│ ├─ publisher: Roman Krivtsov
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@kbrandwijk\swagger-to-graphql
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@kbrandwijk\swagger-to-graphql\README.md
├─ @mrmlnc/readdir-enhanced@2.2.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/bigstickcarpet/readdir-enhanced
│ ├─ publisher: James Messinger
│ ├─ url: http://bigstickcarpet.com
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@mrmlnc\readdir-enhanced
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@mrmlnc\readdir-enhanced\LICENSE
├─ @nodelib/fs.stat@1.1.3
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@nodelib\fs.stat
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@nodelib\fs.stat\README.md
├─ @protobufjs/aspromise@1.1.2
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/dcodeIO/protobuf.js
│ ├─ publisher: Daniel Wirtz
│ ├─ email: dcode+protobufjs@dcode.io
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@protobufjs\aspromise
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@protobufjs\aspromise\LICENSE
├─ @protobufjs/base64@1.1.2
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/dcodeIO/protobuf.js
│ ├─ publisher: Daniel Wirtz
│ ├─ email: dcode+protobufjs@dcode.io
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@protobufjs\base64
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@protobufjs\base64\LICENSE
├─ @protobufjs/codegen@2.0.4
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/dcodeIO/protobuf.js
│ ├─ publisher: Daniel Wirtz
│ ├─ email: dcode+protobufjs@dcode.io
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@protobufjs\codegen
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@protobufjs\codegen\LICENSE
├─ @protobufjs/eventemitter@1.1.0
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/dcodeIO/protobuf.js
│ ├─ publisher: Daniel Wirtz
│ ├─ email: dcode+protobufjs@dcode.io
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@protobufjs\eventemitter
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@protobufjs\eventemitter\LICENSE
├─ @protobufjs/fetch@1.1.0
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/dcodeIO/protobuf.js
│ ├─ publisher: Daniel Wirtz
│ ├─ email: dcode+protobufjs@dcode.io
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@protobufjs\fetch
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@protobufjs\fetch\LICENSE
├─ @protobufjs/float@1.0.2
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/dcodeIO/protobuf.js
│ ├─ publisher: Daniel Wirtz
│ ├─ email: dcode+protobufjs@dcode.io
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@protobufjs\float
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@protobufjs\float\LICENSE
├─ @protobufjs/inquire@1.1.0
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/dcodeIO/protobuf.js
│ ├─ publisher: Daniel Wirtz
│ ├─ email: dcode+protobufjs@dcode.io
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@protobufjs\inquire
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@protobufjs\inquire\LICENSE
├─ @protobufjs/path@1.1.2
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/dcodeIO/protobuf.js
│ ├─ publisher: Daniel Wirtz
│ ├─ email: dcode+protobufjs@dcode.io
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@protobufjs\path
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@protobufjs\path\LICENSE
├─ @protobufjs/pool@1.1.0
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/dcodeIO/protobuf.js
│ ├─ publisher: Daniel Wirtz
│ ├─ email: dcode+protobufjs@dcode.io
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@protobufjs\pool
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@protobufjs\pool\LICENSE
├─ @protobufjs/utf8@1.1.0
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/dcodeIO/protobuf.js
│ ├─ publisher: Daniel Wirtz
│ ├─ email: dcode+protobufjs@dcode.io
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@protobufjs\utf8
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@protobufjs\utf8\LICENSE
├─ @types/babel-types@7.0.4
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@types\babel-types
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@types\babel-types\LICENSE
├─ @types/babylon@6.16.4
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@types\babylon
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@types\babylon\LICENSE
├─ @types/body-parser@1.17.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@types\body-parser
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@types\body-parser\LICENSE
├─ @types/bson@1.0.11
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@types\bson
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@types\bson\LICENSE
├─ @types/caseless@0.12.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@types\caseless
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@types\caseless\LICENSE
├─ @types/concat-stream@1.6.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ publisher: Joey Marianer
│ ├─ email: https://github.com/jmarianer
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@types\concat-stream
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@types\concat-stream\README.md
├─ @types/connect@3.4.32
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@types\connect
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@types\connect\LICENSE
├─ @types/cors@2.8.4
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@types\cors
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@types\cors\LICENSE
├─ @types/csv-stringify@1.4.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@types\csv-stringify
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@types\csv-stringify\LICENSE
├─ @types/duplexify@3.6.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@types\duplexify
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@types\duplexify\LICENSE
├─ @types/estree@0.0.39
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@types\estree
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@types\estree\LICENSE
├─ @types/events@1.2.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@types\events
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@types\events\LICENSE
├─ @types/express-serve-static-core@4.16.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@types\express-serve-static-core
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@types\express-serve-static-core\LICENSE
├─ @types/express@4.16.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@types\express
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@types\express\LICENSE
├─ @types/extend@3.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@types\extend
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@types\extend\LICENSE
├─ @types/file-type@5.2.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@types\file-type
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@types\file-type\LICENSE
├─ @types/form-data@0.0.33
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ publisher: Carlos Ballesteros Velasco
│ ├─ email: https://github.com/soywiz
│ ├─ path: D:\dev\botium-box\web\server\node_modules\popsicle\node_modules\@types\form-data
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\popsicle\node_modules\@types\form-data\README.md
├─ @types/form-data@2.2.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@types\form-data
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@types\form-data\LICENSE
├─ @types/graphql-deduplicator@2.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@types\graphql-deduplicator
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@types\graphql-deduplicator\LICENSE
├─ @types/graphql@14.0.4
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@types\graphql
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@types\graphql\LICENSE
├─ @types/is-stream@1.1.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@types\is-stream
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@types\is-stream\LICENSE
├─ @types/lodash@4.14.119
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@types\lodash
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@types\lodash\LICENSE
├─ @types/long@4.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@types\long
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@types\long\LICENSE
├─ @types/methods@1.1.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@types\methods
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@types\methods\LICENSE
├─ @types/mime@2.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@types\mime
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@types\mime\LICENSE
├─ @types/mongodb@3.1.18
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@types\mongodb
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@types\mongodb\LICENSE
├─ @types/node@10.12.18
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@types\node
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@types\node\LICENSE
├─ @types/node@10.3.6
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: D:\dev\botium-box\web\server\node_modules\watson-developer-cloud\node_modules\@types\node
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\watson-developer-cloud\node_modules\@types\node\LICENSE
├─ @types/node@9.6.41
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@grpc\proto-loader\node_modules\@types\node
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@grpc\proto-loader\node_modules\@types\node\LICENSE
├─ @types/prettier@1.15.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@types\prettier
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@types\prettier\LICENSE
├─ @types/range-parser@1.2.3
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@types\range-parser
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@types\range-parser\LICENSE
├─ @types/request@2.47.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: D:\dev\botium-box\web\server\node_modules\watson-developer-cloud\node_modules\@types\request
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\watson-developer-cloud\node_modules\@types\request\LICENSE
├─ @types/request@2.48.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@types\request
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@types\request\LICENSE
├─ @types/serve-static@1.13.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@types\serve-static
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@types\serve-static\LICENSE
├─ @types/tough-cookie@2.3.4
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@types\tough-cookie
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@types\tough-cookie\LICENSE
├─ @types/zen-observable@0.5.4
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: D:\dev\botium-box\web\server\node_modules\@types\zen-observable
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\@types\zen-observable\LICENSE
├─ JSONSelect@0.4.0
│ ├─ licenses: Custom: http://jsonselect.org
│ ├─ repository: https://github.com/lloyd/JSONSelect
│ ├─ publisher: Lloyd Hilaiel
│ ├─ email: lloyd@hilaiel.com
│ ├─ url: http://lloyd.io
│ ├─ path: D:\dev\botium-box\web\server\node_modules\JSONSelect
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\JSONSelect\LICENSE
├─ abbrev@1.1.1
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/abbrev-js
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: i@izs.me
│ ├─ path: D:\dev\botium-box\web\server\node_modules\grpc\node_modules\abbrev
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\grpc\node_modules\abbrev\LICENSE
├─ accepts@1.3.5
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jshttp/accepts
│ ├─ path: D:\dev\botium-box\web\server\node_modules\accepts
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\accepts\LICENSE
├─ acorn-es7-plugin@1.1.7
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/MatAtBread/acorn-es7-plugin
│ ├─ publisher: matatbread
│ ├─ path: D:\dev\botium-box\web\server\node_modules\acorn-es7-plugin
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\acorn-es7-plugin\LICENSE
├─ acorn-globals@3.1.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/ForbesLindesay/acorn-globals
│ ├─ publisher: ForbesLindesay
│ ├─ path: D:\dev\botium-box\web\server\node_modules\acorn-globals
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\acorn-globals\LICENSE
├─ acorn-jsx@4.1.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/RReverser/acorn-jsx
│ ├─ path: D:\dev\botium-box\web\server\node_modules\javascript-obfuscator\node_modules\acorn-jsx
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\javascript-obfuscator\node_modules\acorn-jsx\LICENSE
├─ acorn-jsx@5.0.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/RReverser/acorn-jsx
│ ├─ path: D:\dev\botium-box\web\server\node_modules\acorn-jsx
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\acorn-jsx\LICENSE
├─ acorn@3.3.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/ternjs/acorn
│ ├─ path: D:\dev\botium-box\web\server\node_modules\with\node_modules\acorn
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\with\node_modules\acorn\LICENSE
├─ acorn@4.0.13
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/ternjs/acorn
│ ├─ path: D:\dev\botium-box\web\server\node_modules\acorn-globals\node_modules\acorn
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\acorn-globals\node_modules\acorn\LICENSE
├─ acorn@5.7.3
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/acornjs/acorn
│ ├─ path: D:\dev\botium-box\web\server\node_modules\acorn
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\acorn\LICENSE
├─ acorn@6.0.5
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/acornjs/acorn
│ ├─ path: D:\dev\botium-box\web\server\node_modules\espree\node_modules\acorn
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\espree\node_modules\acorn\LICENSE
├─ adler-32@1.2.0
│ ├─ licenses: Apache-2.0
│ ├─ repository: https://github.com/SheetJS/js-adler32
│ ├─ publisher: sheetjs
│ ├─ path: D:\dev\botium-box\web\server\node_modules\adler-32
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\adler-32\LICENSE
├─ adm-zip@0.4.13
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/cthackers/adm-zip
│ ├─ publisher: Nasca Iacob
│ ├─ email: sy@another-d-mention.ro
│ ├─ url: https://github.com/cthackers
│ ├─ path: D:\dev\botium-box\web\server\node_modules\adm-zip
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\adm-zip\README.md
├─ afinn-165@1.0.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/words/afinn-165
│ ├─ publisher: Titus Wormer
│ ├─ email: tituswormer@gmail.com
│ ├─ url: http://wooorm.com
│ ├─ path: D:\dev\botium-box\web\server\node_modules\afinn-165
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\afinn-165\LICENSE
├─ after@0.8.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/Raynos/after
│ ├─ publisher: Raynos
│ ├─ email: raynos2@gmail.com
│ ├─ path: D:\dev\botium-box\web\server\node_modules\after
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\after\LICENCE
├─ agent-base@4.2.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/TooTallNate/node-agent-base
│ ├─ publisher: Nathan Rajlich
│ ├─ email: nathan@tootallnate.net
│ ├─ url: http://n8.io/
│ ├─ path: D:\dev\botium-box\web\server\node_modules\agent-base
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\agent-base\README.md
├─ ajv-keywords@3.2.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/epoberezkin/ajv-keywords
│ ├─ publisher: Evgeny Poberezkin
│ ├─ path: D:\dev\botium-box\web\server\node_modules\ajv-keywords
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\ajv-keywords\LICENSE
├─ ajv@5.5.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/epoberezkin/ajv
│ ├─ publisher: Evgeny Poberezkin
│ ├─ path: D:\dev\botium-box\web\server\node_modules\watson-developer-cloud\node_modules\ajv
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\watson-developer-cloud\node_modules\ajv\LICENSE
├─ ajv@6.7.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/epoberezkin/ajv
│ ├─ publisher: Evgeny Poberezkin
│ ├─ path: D:\dev\botium-box\web\server\node_modules\ajv
│ └─ licenseFile: D:\dev\botium-box\web\server\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: D:\dev\botium-box\web\server\node_modules\align-text
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\align-text\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: D:\dev\botium-box\web\server\node_modules\amdefine
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\amdefine\LICENSE
├─ ansi-align@2.0.0
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/nexdrew/ansi-align
│ ├─ publisher: nexdrew
│ ├─ path: D:\dev\botium-box\web\server\node_modules\ansi-align
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\ansi-align\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: D:\dev\botium-box\web\server\node_modules\opencollective\node_modules\ansi-escapes
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\opencollective\node_modules\ansi-escapes\license
├─ ansi-escapes@3.1.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/ansi-escapes
│ ├─ publisher: Sindre Sorhus
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: D:\dev\botium-box\web\server\node_modules\ansi-escapes
│ └─ licenseFile: D:\dev\botium-box\web\server\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: D:\dev\botium-box\web\server\node_modules\grpc\node_modules\ansi-regex
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\grpc\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: D:\dev\botium-box\web\server\node_modules\yargs\node_modules\ansi-regex
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\yargs\node_modules\ansi-regex\license
├─ ansi-regex@4.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/chalk/ansi-regex
│ ├─ publisher: Sindre Sorhus
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: D:\dev\botium-box\web\server\node_modules\inquirer\node_modules\strip-ansi\node_modules\ansi-regex
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\inquirer\node_modules\strip-ansi\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: D:\dev\botium-box\web\server\node_modules\ansi-styles
│ └─ licenseFile: D:\dev\botium-box\web\server\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: D:\dev\botium-box\web\server\node_modules\inquirer\node_modules\ansi-styles
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\inquirer\node_modules\ansi-styles\license
├─ ansi@0.3.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/TooTallNate/ansi.js
│ ├─ publisher: Nathan Rajlich
│ ├─ email: nathan@tootallnate.net
│ ├─ url: http://tootallnate.net
│ ├─ path: D:\dev\botium-box\web\server\node_modules\ansi
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\ansi\LICENSE
├─ ansicolors@0.2.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/thlorenz/ansicolors
│ ├─ publisher: Thorsten Lorenz
│ ├─ email: thlorenz@gmx.de
│ ├─ url: thlorenz.com
│ ├─ path: D:\dev\botium-box\web\server\node_modules\ansicolors
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\ansicolors\LICENSE
├─ ansicolors@0.3.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/thlorenz/ansicolors
│ ├─ publisher: Thorsten Lorenz
│ ├─ email: thlorenz@gmx.de
│ ├─ url: thlorenz.com
│ ├─ path: D:\dev\botium-box\web\server\node_modules\marked-terminal\node_modules\ansicolors
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\marked-terminal\node_modules\ansicolors\LICENSE
├─ anymatch@2.0.0
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/micromatch/anymatch
│ ├─ publisher: Elan Shanker
│ ├─ url: http://github.com/es128
│ ├─ path: D:\dev\botium-box\web\server\node_modules\anymatch
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\anymatch\LICENSE
├─ apollo-cache-control@0.1.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/apollographql/apollo-cache-control-js
│ ├─ publisher: Martijn Walraven
│ ├─ email: martijn@martijnwalraven.com
│ ├─ path: D:\dev\botium-box\web\server\node_modules\apollo-cache-control
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\apollo-cache-control\LICENSE
├─ apollo-codegen-core@0.20.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/apollographql/apollo-codegen
│ ├─ publisher: Martijn Walraven
│ ├─ email: martijn@martijnwalraven.com
│ └─ path: D:\dev\botium-box\web\server\node_modules\apollo-codegen-core
├─ apollo-codegen-flow-legacy@0.20.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/apollographql/apollo-codegen
│ ├─ publisher: Martijn Walraven
│ ├─ email: martijn@martijnwalraven.com
│ └─ path: D:\dev\botium-box\web\server\node_modules\apollo-codegen-flow-legacy
├─ apollo-codegen-flow@0.20.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/apollographql/apollo-codegen
│ ├─ publisher: Martijn Walraven
│ ├─ email: martijn@martijnwalraven.com
│ └─ path: D:\dev\botium-box\web\server\node_modules\apollo-codegen-flow
├─ apollo-codegen-scala@0.20.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/apollographql/apollo-codegen
│ ├─ publisher: Martijn Walraven
│ ├─ email: martijn@martijnwalraven.com
│ └─ path: D:\dev\botium-box\web\server\node_modules\apollo-codegen-scala
├─ apollo-codegen-swift@0.20.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/apollographql/apollo-codegen
│ ├─ publisher: Martijn Walraven
│ ├─ email: martijn@martijnwalraven.com
│ └─ path: D:\dev\botium-box\web\server\node_modules\apollo-codegen-swift
├─ apollo-codegen-typescript-legacy@0.20.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/apollographql/apollo-codegen
│ ├─ publisher: Martijn Walraven
│ ├─ email: martijn@martijnwalraven.com
│ └─ path: D:\dev\botium-box\web\server\node_modules\apollo-codegen-typescript-legacy
├─ apollo-codegen-typescript@0.20.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/apollographql/apollo-codegen
│ ├─ publisher: Martijn Walraven
│ ├─ email: martijn@martijnwalraven.com
│ └─ path: D:\dev\botium-box\web\server\node_modules\apollo-codegen-typescript
├─ apollo-codegen@0.20.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/apollographql/apollo-codegen
│ ├─ publisher: Martijn Walraven
│ ├─ email: martijn@martijnwalraven.com
│ └─ path: D:\dev\botium-box\web\server\node_modules\apollo-codegen
├─ apollo-link-error@1.1.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/apollographql/apollo-link
│ ├─ publisher: James Baxley
│ ├─ email: james@meteor.com
│ ├─ path: D:\dev\botium-box\web\server\node_modules\apollo-link-error
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\apollo-link-error\README.md
├─ apollo-link-ws@1.0.10
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/apollographql/apollo-link
│ ├─ publisher: Evans Hauser
│ ├─ email: evanshauser@gmail.com
│ ├─ path: D:\dev\botium-box\web\server\node_modules\apollo-link-ws
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\apollo-link-ws\README.md
├─ apollo-link@1.2.4
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/apollographql/apollo-link
│ ├─ publisher: Evans Hauser
│ ├─ email: evanshauser@gmail.com
│ ├─ path: D:\dev\botium-box\web\server\node_modules\prisma-binding\node_modules\apollo-link
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\prisma-binding\node_modules\apollo-link\README.md
├─ apollo-link@1.2.6
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/apollographql/apollo-link
│ ├─ publisher: Evans Hauser
│ ├─ email: evanshauser@gmail.com
│ ├─ path: D:\dev\botium-box\web\server\node_modules\apollo-link
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\apollo-link\README.md
├─ apollo-server-core@1.4.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/apollographql/apollo-server/tree/master/packages/apollo-server-core
│ ├─ publisher: Jonas Helfer
│ ├─ email: jonas@helfer.email
│ ├─ path: D:\dev\botium-box\web\server\node_modules\apollo-server-core
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\apollo-server-core\README.md
├─ apollo-server-express@1.4.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/apollographql/apollo-server/tree/master/packages/apollo-server-express
│ ├─ publisher: Jonas Helfer
│ ├─ email: jonas@helfer.email
│ ├─ path: D:\dev\botium-box\web\server\node_modules\apollo-server-express
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\apollo-server-express\README.md
├─ apollo-server-lambda@1.3.6
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/apollographql/apollo-server/tree/master/packages/apollo-server-lambda
│ ├─ publisher: Jonas Helfer
│ ├─ email: jonas@helfer.email
│ ├─ path: D:\dev\botium-box\web\server\node_modules\apollo-server-lambda
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\apollo-server-lambda\README.md
├─ apollo-server-module-graphiql@1.4.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/apollographql/apollo-server/tree/master/packages/apollo-server-module-graphiql
│ ├─ publisher: Jonas Helfer
│ ├─ email: jonas@helfer.email
│ ├─ path: D:\dev\botium-box\web\server\node_modules\apollo-server-module-graphiql
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\apollo-server-module-graphiql\README.md
├─ apollo-tracing@0.1.4
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/apollographql/apollo-tracing-js
│ ├─ publisher: Martijn Walraven
│ ├─ email: martijn@martijnwalraven.com
│ ├─ path: D:\dev\botium-box\web\server\node_modules\apollo-tracing
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\apollo-tracing\LICENSE
├─ apollo-upload-server@7.1.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jaydenseric/apollo-upload-server
│ ├─ publisher: Jayden Seric
│ ├─ email: me@jaydenseric.com
│ ├─ url: https://jaydenseric.com
│ ├─ path: D:\dev\botium-box\web\server\node_modules\apollo-upload-server
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\apollo-upload-server\readme.md
├─ apollo-utilities@1.0.27
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/apollographql/apollo-client
│ ├─ publisher: James Baxley
│ ├─ email: james@meteor.com
│ ├─ path: D:\dev\botium-box\web\server\node_modules\apollo-utilities
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\apollo-utilities\LICENSE
├─ apparatus@0.0.10
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/NaturalNode/apparatus
│ ├─ publisher: Chris Umbel
│ ├─ email: chris@chrisumbel.com
│ ├─ path: D:\dev\botium-box\web\server\node_modules\apparatus
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\apparatus\LICENSE.txt
├─ aproba@1.2.0
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/iarna/aproba
│ ├─ publisher: Rebecca Turner
│ ├─ email: me@re-becca.org
│ ├─ path: D:\dev\botium-box\web\server\node_modules\grpc\node_modules\aproba
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\grpc\node_modules\aproba\LICENSE
├─ arch@2.1.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/feross/arch
│ ├─ publisher: Feross Aboukhadijeh
│ ├─ email: feross@feross.org
│ ├─ url: http://feross.org/
│ ├─ path: D:\dev\botium-box\web\server\node_modules\arch
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\arch\LICENSE
├─ archiver-utils@1.3.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/archiverjs/archiver-utils
│ ├─ publisher: Chris Talkington
│ ├─ url: http://christalkington.com/
│ ├─ path: D:\dev\botium-box\web\server\node_modules\archiver-utils
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\archiver-utils\LICENSE
├─ archiver@1.3.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/archiverjs/node-archiver
│ ├─ publisher: Chris Talkington
│ ├─ url: http://christalkington.com/
│ ├─ path: D:\dev\botium-box\web\server\node_modules\archiver
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\archiver\LICENSE
├─ archiver@2.1.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/archiverjs/node-archiver
│ ├─ publisher: Chris Talkington
│ ├─ url: http://christalkington.com/
│ ├─ path: D:\dev\botium-box\web\server\node_modules\webdriverio\node_modules\archiver
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\webdriverio\node_modules\archiver\LICENSE
├─ are-we-there-yet@1.0.6
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/iarna/are-we-there-yet
│ ├─ publisher: Rebecca Turner
│ ├─ url: http://re-becca.org
│ ├─ path: D:\dev\botium-box\web\server\node_modules\are-we-there-yet
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\are-we-there-yet\LICENSE
├─ are-we-there-yet@1.1.4
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/iarna/are-we-there-yet
│ ├─ publisher: Rebecca Turner
│ ├─ url: http://re-becca.org
│ ├─ path: D:\dev\botium-box\web\server\node_modules\botium-box-shared\node_modules\fsevents\node_modules\are-we-there-yet
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\botium-box-shared\node_modules\fsevents\node_modules\are-we-there-yet\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: D:\dev\botium-box\web\server\node_modules\grpc\node_modules\are-we-there-yet
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\grpc\node_modules\are-we-there-yet\LICENSE
├─ argparse@1.0.10
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/nodeca/argparse
│ ├─ path: D:\dev\botium-box\web\server\node_modules\argparse
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\argparse\LICENSE
├─ arr-diff@2.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/arr-diff
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: D:\dev\botium-box\web\server\node_modules\rollup-pluginutils\node_modules\arr-diff
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\rollup-pluginutils\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: D:\dev\botium-box\web\server\node_modules\arr-diff
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\arr-diff\LICENSE
├─ arr-flatten@1.1.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/arr-flatten
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: D:\dev\botium-box\web\server\node_modules\arr-flatten
│ └─ licenseFile: D:\dev\botium-box\web\server\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: D:\dev\botium-box\web\server\node_modules\arr-union
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\arr-union\LICENSE
├─ array-differ@1.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/array-differ
│ ├─ publisher: Sindre Sorhus
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: http://sindresorhus.com
│ ├─ path: D:\dev\botium-box\web\server\node_modules\array-differ
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\array-differ\readme.md
├─ array-filter@0.0.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/juliangruber/array-filter
│ ├─ publisher: Julian Gruber
│ ├─ email: mail@juliangruber.com
│ ├─ url: http://juliangruber.com
│ ├─ path: D:\dev\botium-box\web\server\node_modules\shell-quote\node_modules\array-filter
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\shell-quote\node_modules\array-filter\README.md
├─ array-filter@1.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/juliangruber/array-filter
│ ├─ publisher: Julian Gruber
│ ├─ email: mail@juliangruber.com
│ ├─ url: http://juliangruber.com
│ ├─ path: D:\dev\botium-box\web\server\node_modules\array-filter
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\array-filter\README.md
├─ 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: D:\dev\botium-box\web\server\node_modules\array-flatten
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\array-flatten\LICENSE
├─ array-map@0.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/substack/array-map
│ ├─ publisher: James Halliday
│ ├─ email: mail@substack.net
│ ├─ url: http://substack.net
│ ├─ path: D:\dev\botium-box\web\server\node_modules\array-map
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\array-map\LICENSE
├─ array-reduce@0.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/substack/array-reduce
│ ├─ publisher: James Halliday
│ ├─ email: mail@substack.net
│ ├─ url: http://substack.net
│ ├─ path: D:\dev\botium-box\web\server\node_modules\array-reduce
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\array-reduce\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: D:\dev\botium-box\web\server\node_modules\array-union
│ └─ licenseFile: D:\dev\botium-box\web\server\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: D:\dev\botium-box\web\server\node_modules\array-uniq
│ └─ licenseFile: D:\dev\botium-box\web\server\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: D:\dev\botium-box\web\server\node_modules\rollup-pluginutils\node_modules\array-unique
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\rollup-pluginutils\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: D:\dev\botium-box\web\server\node_modules\array-unique
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\array-unique\LICENSE
├─ arraybuffer-to-buffer@0.0.5
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/miguelmota/arraybuffer-to-buffer
│ ├─ publisher: Miguel Mota
│ ├─ email: hello@miguelmota.com
│ ├─ url: https://miguelmota.com
│ ├─ path: D:\dev\botium-box\web\server\node_modules\arraybuffer-to-buffer
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\arraybuffer-to-buffer\LICENSE.md
├─ arraybuffer.slice@0.0.7
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/rase-/arraybuffer.slice
│ ├─ path: D:\dev\botium-box\web\server\node_modules\arraybuffer.slice
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\arraybuffer.slice\LICENCE
├─ arrify@1.0.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/arrify
│ ├─ publisher: Sindre Sorhus
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: D:\dev\botium-box\web\server\node_modules\arrify
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\arrify\license
├─ asap@2.0.6
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/kriskowal/asap
│ ├─ path: D:\dev\botium-box\web\server\node_modules\asap
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\asap\LICENSE.md
├─ ascli@1.0.1
│ ├─ licenses: Apache-2.0
│ ├─ repository: https://github.com/dcodeIO/ascli
│ ├─ publisher: Daniel Wirtz
│ ├─ path: D:\dev\botium-box\web\server\node_modules\ascli
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\ascli\LICENSE
├─ ask-cli@1.5.4
│ ├─ licenses: Custom: https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/ask-cli-command-reference
│ ├─ publisher: RonWang
│ ├─ path: D:\dev\botium-box\web\server\node_modules\ask-cli
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\ask-cli\README.md
├─ asn1@0.2.4
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/joyent/node-asn1
│ ├─ publisher: Joyent
│ ├─ url: joyent.com
│ ├─ path: D:\dev\botium-box\web\server\node_modules\asn1
│ └─ licenseFile: D:\dev\botium-box\web\server\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: D:\dev\botium-box\web\server\node_modules\assert-plus
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\assert-plus\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: D:\dev\botium-box\web\server\node_modules\assign-symbols
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\assign-symbols\LICENSE
├─ astral-regex@1.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/kevva/astral-regex
│ ├─ publisher: Kevin Mårtensson
│ ├─ email: kevinmartensson@gmail.com
│ ├─ url: github.com/kevva
│ ├─ path: D:\dev\botium-box\web\server\node_modules\astral-regex
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\astral-regex\license
├─ async-each@1.0.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/paulmillr/async-each
│ ├─ publisher: Paul Miller
│ ├─ url: http://paulmillr.com/
│ ├─ path: D:\dev\botium-box\web\server\node_modules\async-each
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\async-each\README.md
├─ async-limiter@1.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/strml/async-limiter
│ ├─ publisher: Samuel Reed
│ ├─ path: D:\dev\botium-box\web\server\node_modules\async-limiter
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\async-limiter\LICENSE
├─ async@1.5.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/caolan/async
│ ├─ publisher: Caolan McMahon
│ ├─ path: D:\dev\botium-box\web\server\node_modules\express-jwt\node_modules\async
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\express-jwt\node_modules\async\LICENSE
├─ async@2.6.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/caolan/async
│ ├─ publisher: Caolan McMahon
│ ├─ path: D:\dev\botium-box\web\server\node_modules\async
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\async\LICENSE
├─ asynckit@0.4.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/alexindigo/asynckit
│ ├─ publisher: Alex Indigo
│ ├─ email: iam@alexindigo.com
│ ├─ path: D:\dev\botium-box\web\server\node_modules\asynckit
│ └─ licenseFile: D:\dev\botium-box\web\server\node_modules\asynckit\LICENSE
├─ atob-lite@2.0.0
│ ├─ licenses: MIT