-
-
Notifications
You must be signed in to change notification settings - Fork 42
/
npm-shrinkwrap.json
5420 lines (5420 loc) · 221 KB
/
npm-shrinkwrap.json
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
{
"name": "st2-hubot",
"version": "0.8.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@danielkalen/source-map-support": {
"version": "0.4.16",
"resolved": "https://registry.npmjs.org/@danielkalen/source-map-support/-/source-map-support-0.4.16.tgz",
"integrity": "sha512-1lc1ptKNT+f6eS9FA7sJPAeqjM00xfwcEU6fBjVa6VLPI0pjGJHRoxBuA2ghQ16TyjilDnCxZb6dQl+WW54CKg==",
"requires": {
"source-map": "^0.5.6"
},
"dependencies": {
"source-map": {
"version": "0.5.7",
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
"integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w="
}
}
},
"@peculiar/asn1-schema": {
"version": "2.3.8",
"resolved": "https://registry.npmjs.org/@peculiar/asn1-schema/-/asn1-schema-2.3.8.tgz",
"integrity": "sha512-ULB1XqHKx1WBU/tTFIA+uARuRoBVZ4pNdOA878RDrRbBfBGcSzi5HBkdScC6ZbHn8z7L8gmKCgPC1LHRrP46tA==",
"requires": {
"asn1js": "^3.0.5",
"pvtsutils": "^1.3.5",
"tslib": "^2.6.2"
},
"dependencies": {
"asn1js": {
"version": "3.0.5",
"resolved": "https://registry.npmjs.org/asn1js/-/asn1js-3.0.5.tgz",
"integrity": "sha512-FVnvrKJwpt9LP2lAMl8qZswRNm3T4q9CON+bxldk2iwk3FFpuwhx2FfinyitizWHsVYyaY+y5JzDR0rCMV5yTQ==",
"requires": {
"pvtsutils": "^1.3.2",
"pvutils": "^1.1.3",
"tslib": "^2.4.0"
}
}
}
},
"@peculiar/json-schema": {
"version": "1.1.12",
"resolved": "https://registry.npmjs.org/@peculiar/json-schema/-/json-schema-1.1.12.tgz",
"integrity": "sha512-coUfuoMeIB7B8/NMekxaDzLhaYmp0HZNPEjYRm9goRou8UZIC3z21s0sL9AWoCw4EG876QyO3kYrc61WNF9B/w==",
"requires": {
"tslib": "^2.0.0"
}
},
"@peculiar/webcrypto": {
"version": "1.4.3",
"resolved": "https://registry.npmjs.org/@peculiar/webcrypto/-/webcrypto-1.4.3.tgz",
"integrity": "sha512-VtaY4spKTdN5LjJ04im/d/joXuvLbQdgy5Z4DXF4MFZhQ+MTrejbNMkfZBp1Bs3O5+bFqnJgyGdPuZQflvIa5A==",
"requires": {
"@peculiar/asn1-schema": "^2.3.6",
"@peculiar/json-schema": "^1.1.12",
"pvtsutils": "^1.3.2",
"tslib": "^2.5.0",
"webcrypto-core": "^1.7.7"
}
},
"@rocket.chat/sdk": {
"version": "0.1.0",
"resolved": "http://registry.npmjs.org/@rocket.chat/sdk/-/sdk-0.1.0.tgz",
"integrity": "sha1-uFcXq9gf1bSFcm62tgno8bUKuBg=",
"requires": {
"@types/lru-cache": "^4.1.0",
"@types/node": "^9.4.6",
"asteroid": "github:rocketchat/asteroid",
"lru-cache": "^4.1.1"
}
},
"@slack/client": {
"version": "3.16.1-sec.2",
"resolved": "https://registry.npmjs.org/@slack/client/-/client-3.16.1-sec.2.tgz",
"integrity": "sha512-FAERJJAurczrvgShW+9V95NdVYgf8FdIexUqfBgNuToRrLRDRcWNf0nGyfKAvl2RH1ncppzJp3iXgMNJFnJXhQ==",
"requires": {
"async": "^1.5.0",
"bluebird": "^3.3.3",
"eventemitter3": "^1.1.1",
"https-proxy-agent": "^2.2.0",
"inherits": "^2.0.1",
"lodash": "^4.13.1",
"pkginfo": "^0.4.0",
"request": "^2.85.0",
"retry": "^0.9.0",
"url-join": "0.0.1",
"winston": "^2.1.1",
"ws": "^1.0.1"
},
"dependencies": {
"bluebird": {
"version": "3.7.2",
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz",
"integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg=="
}
}
},
"@types/async": {
"version": "2.4.2",
"resolved": "https://registry.npmjs.org/@types/async/-/async-2.4.2.tgz",
"integrity": "sha512-bWBbC7VG2jdjbgZMX0qpds8U/3h3anfIqE81L8jmVrgFZw/urEDnBA78ymGGKTTK6ciBXmmJ/xlok+Re41S8ww=="
},
"@types/body-parser": {
"version": "1.19.5",
"resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.5.tgz",
"integrity": "sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==",
"requires": {
"@types/connect": "*",
"@types/node": "*"
}
},
"@types/caseless": {
"version": "0.12.5",
"resolved": "https://registry.npmjs.org/@types/caseless/-/caseless-0.12.5.tgz",
"integrity": "sha512-hWtVTC2q7hc7xZ/RLbxapMvDMgUnDvKvMOpKal4DrMyfGBUfB1oKaZlIRr6mJL+If3bAP6sV/QneGzF6tJjZDg=="
},
"@types/clone-deep": {
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/@types/clone-deep/-/clone-deep-4.0.4.tgz",
"integrity": "sha512-vXh6JuuaAha6sqEbJueYdh5zNBPPgG1OYumuz2UvLvriN6ABHDSW8ludREGWJb1MLIzbwZn4q4zUbUCerJTJfA=="
},
"@types/connect": {
"version": "3.4.38",
"resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz",
"integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==",
"requires": {
"@types/node": "*"
}
},
"@types/express": {
"version": "4.17.21",
"resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.21.tgz",
"integrity": "sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==",
"requires": {
"@types/body-parser": "*",
"@types/express-serve-static-core": "^4.17.33",
"@types/qs": "*",
"@types/serve-static": "*"
}
},
"@types/express-serve-static-core": {
"version": "4.17.41",
"resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.41.tgz",
"integrity": "sha512-OaJ7XLaelTgrvlZD8/aa0vvvxZdUmlCn6MtWeB7TkiKW70BQLc9XEPpDLPdbo52ZhXUCrznlWdCHWxJWtdyajA==",
"requires": {
"@types/node": "*",
"@types/qs": "*",
"@types/range-parser": "*",
"@types/send": "*"
}
},
"@types/form-data": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/@types/form-data/-/form-data-2.5.0.tgz",
"integrity": "sha512-23/wYiuckYYtFpL+4RPWiWmRQH2BjFuqCUi2+N3amB1a1Drv+i/byTrGvlLwRVLFNAZbwpbQ7JvTK+VCAPMbcg==",
"requires": {
"form-data": "*"
}
},
"@types/http-errors": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.4.tgz",
"integrity": "sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA=="
},
"@types/jsonwebtoken": {
"version": "7.2.8",
"resolved": "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-7.2.8.tgz",
"integrity": "sha512-XENN3YzEB8D6TiUww0O8SRznzy1v+77lH7UmuN54xq/IHIsyWjWOzZuFFTtoiRuaE782uAoRwBe/wwow+vQXZw==",
"requires": {
"@types/node": "*"
}
},
"@types/lru-cache": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/@types/lru-cache/-/lru-cache-4.1.1.tgz",
"integrity": "sha1-sth6Xj341LGMpCbFEFzXAcIwbUA="
},
"@types/mime": {
"version": "1.3.5",
"resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz",
"integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w=="
},
"@types/node": {
"version": "9.6.36",
"resolved": "https://registry.npmjs.org/@types/node/-/node-9.6.36.tgz",
"integrity": "sha1-xKK9sW06ebNOAUZLS9OMG4Se/aw="
},
"@types/node-fetch": {
"version": "2.6.9",
"resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.9.tgz",
"integrity": "sha512-bQVlnMLFJ2d35DkPNjEPmd9ueO/rh5EiaZt2bhqiSarPjZIuIV6bPQVqcrEyvNo+AfTrRGVazle1tl597w3gfA==",
"requires": {
"@types/node": "*",
"form-data": "^4.0.0"
},
"dependencies": {
"combined-stream": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
"integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
"requires": {
"delayed-stream": "~1.0.0"
}
},
"form-data": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz",
"integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==",
"requires": {
"asynckit": "^0.4.0",
"combined-stream": "^1.0.8",
"mime-types": "^2.1.12"
}
}
}
},
"@types/qs": {
"version": "6.9.10",
"resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.10.tgz",
"integrity": "sha512-3Gnx08Ns1sEoCrWssEgTSJs/rsT2vhGP+Ja9cnnk9k4ALxinORlQneLXFeFKOTJMOeZUFD1s7w+w2AphTpvzZw=="
},
"@types/range-parser": {
"version": "1.2.7",
"resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz",
"integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ=="
},
"@types/request": {
"version": "2.48.12",
"resolved": "https://registry.npmjs.org/@types/request/-/request-2.48.12.tgz",
"integrity": "sha512-G3sY+NpsA9jnwm0ixhAFQSJ3Q9JkpLZpJbI3GMv0mIAT0y3mRabYeINzal5WOChIiaTEGQYlHOKgkaM9EisWHw==",
"requires": {
"@types/caseless": "*",
"@types/node": "*",
"@types/tough-cookie": "*",
"form-data": "^2.5.0"
},
"dependencies": {
"form-data": {
"version": "2.5.1",
"resolved": "https://registry.npmjs.org/form-data/-/form-data-2.5.1.tgz",
"integrity": "sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA==",
"requires": {
"asynckit": "^0.4.0",
"combined-stream": "^1.0.6",
"mime-types": "^2.1.12"
}
}
}
},
"@types/send": {
"version": "0.17.4",
"resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.4.tgz",
"integrity": "sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==",
"requires": {
"@types/mime": "^1",
"@types/node": "*"
}
},
"@types/serve-static": {
"version": "1.15.5",
"resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.5.tgz",
"integrity": "sha512-PDRk21MnK70hja/YF8AHfC7yIsiQHn1rcXx7ijCFBX/k+XQJhQT/gw3xekXKJvx+5SXaMMS8oqQy09Mzvz2TuQ==",
"requires": {
"@types/http-errors": "*",
"@types/mime": "*",
"@types/node": "*"
}
},
"@types/sprintf-js": {
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/@types/sprintf-js/-/sprintf-js-1.1.4.tgz",
"integrity": "sha512-aWK1reDYWxcjgcIIPmQi3u+OQDuYa9b+lr6eIsGWrekJ9vr1NSjr4Eab8oQ1iKuH1ltFHpXGyerAv1a3FMKxzQ=="
},
"@types/tough-cookie": {
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-4.0.5.tgz",
"integrity": "sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA=="
},
"@types/url-join": {
"version": "0.8.6",
"resolved": "https://registry.npmjs.org/@types/url-join/-/url-join-0.8.6.tgz",
"integrity": "sha512-7ynfYbbQHV3iz7K77wzgVoBBisyoMuFhLSoIhs1dl49WPzMZ0ybVqUq6Opa6n+0vBaWDXmzNbBkeNzsmPFWDJA=="
},
"@webex/common": {
"version": "1.80.178",
"resolved": "https://registry.npmjs.org/@webex/common/-/common-1.80.178.tgz",
"integrity": "sha512-UMZSSUxomcvnFvOt3/IiNMBDLGeLMPR62u/9ZJ6R0qUPsIIJpO9yBI+6N04fJS4hvTBinDMeD66ql42hATRmiQ==",
"requires": {
"@webex/common": "1.80.178",
"babel-runtime": "^6.26.0",
"backoff": "^2.5.0",
"core-decorators": "^0.20.0",
"envify": "^4.1.0",
"lodash": "^4.17.15",
"urlsafe-base64": "^1.0.0"
}
},
"@webex/common-timers": {
"version": "1.80.178",
"resolved": "https://registry.npmjs.org/@webex/common-timers/-/common-timers-1.80.178.tgz",
"integrity": "sha512-BJUWfDtqareL6HJbLjTk2dmiuGqwtDGHQF50YFKkz6ck2ZapmJZSsox3q3tsImLavYfrF0ltQYnRCLOx0q4mww==",
"requires": {
"envify": "^4.1.0"
}
},
"@webex/helper-html": {
"version": "1.80.178",
"resolved": "https://registry.npmjs.org/@webex/helper-html/-/helper-html-1.80.178.tgz",
"integrity": "sha512-08pTVqvvNvXRsqvtSHz34At8Y6eMBGs5P1byvYdl6CE80LIfng69+cNFPzQTLKvRFmP+o3GZc9Uj8Yc1GINaWQ==",
"requires": {
"babel-runtime": "^6.26.0",
"envify": "^4.1.0",
"lodash": "^4.17.15"
}
},
"@webex/helper-image": {
"version": "1.80.178",
"resolved": "https://registry.npmjs.org/@webex/helper-image/-/helper-image-1.80.178.tgz",
"integrity": "sha512-LwnqJCP7/yank0dVM5qiq9K1ALFPgHl68Z9AfObNSorNC8PljdcG/hsowNkM9rj/s0rv9+eB53hbL0g68FIzJA==",
"requires": {
"@webex/http-core": "1.80.178",
"babel-runtime": "^6.26.0",
"envify": "^4.1.0",
"exif": "^0.6.0",
"gm": "^1.23.1",
"lodash": "^4.17.15",
"mime-types": "^2.1.24"
},
"dependencies": {
"mime-db": {
"version": "1.52.0",
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
"integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg=="
},
"mime-types": {
"version": "2.1.35",
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
"integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
"requires": {
"mime-db": "1.52.0"
}
}
}
},
"@webex/http-core": {
"version": "1.80.178",
"resolved": "https://registry.npmjs.org/@webex/http-core/-/http-core-1.80.178.tgz",
"integrity": "sha512-iBaHvEaX9KdMaB4mUM+dpyM56qWOplI4GFDVAxYmf8SLZMiiQwjCC6gu/TLMTBcg4vPiQwO/9tHVPCkk//vNFA==",
"requires": {
"@webex/common": "1.80.178",
"babel-runtime": "^6.26.0",
"envify": "^4.1.0",
"file-type": "^3.9.0",
"global": "^4.4.0",
"is-function": "^1.0.1",
"lodash": "^4.17.15",
"parse-headers": "^2.0.2",
"qs": "^6.7.0",
"request": "^2.88.0",
"xtend": "^4.0.2"
},
"dependencies": {
"ajv": {
"version": "6.12.6",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
"requires": {
"fast-deep-equal": "^3.1.1",
"fast-json-stable-stringify": "^2.0.0",
"json-schema-traverse": "^0.4.1",
"uri-js": "^4.2.2"
}
},
"aws4": {
"version": "1.12.0",
"resolved": "https://registry.npmjs.org/aws4/-/aws4-1.12.0.tgz",
"integrity": "sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg=="
},
"extend": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
"integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g=="
},
"fast-deep-equal": {
"version": "3.1.3",
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
},
"har-validator": {
"version": "5.1.5",
"resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz",
"integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==",
"requires": {
"ajv": "^6.12.3",
"har-schema": "^2.0.0"
}
},
"json-schema-traverse": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg=="
},
"mime-db": {
"version": "1.52.0",
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
"integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg=="
},
"mime-types": {
"version": "2.1.35",
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
"integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
"requires": {
"mime-db": "1.52.0"
}
},
"oauth-sign": {
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz",
"integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ=="
},
"punycode": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
"integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg=="
},
"qs": {
"version": "6.11.2",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.11.2.tgz",
"integrity": "sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA==",
"requires": {
"side-channel": "^1.0.4"
}
},
"request": {
"version": "2.88.2",
"resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz",
"integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==",
"requires": {
"aws-sign2": "~0.7.0",
"aws4": "^1.8.0",
"caseless": "~0.12.0",
"combined-stream": "~1.0.6",
"extend": "~3.0.2",
"forever-agent": "~0.6.1",
"form-data": "~2.3.2",
"har-validator": "~5.1.3",
"http-signature": "~1.2.0",
"is-typedarray": "~1.0.0",
"isstream": "~0.1.2",
"json-stringify-safe": "~5.0.1",
"mime-types": "~2.1.19",
"oauth-sign": "~0.9.0",
"performance-now": "^2.1.0",
"qs": "~6.5.2",
"safe-buffer": "^5.1.2",
"tough-cookie": "~2.5.0",
"tunnel-agent": "^0.6.0",
"uuid": "^3.3.2"
},
"dependencies": {
"qs": {
"version": "6.5.3",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.5.3.tgz",
"integrity": "sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA=="
}
}
},
"tough-cookie": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz",
"integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==",
"requires": {
"psl": "^1.1.28",
"punycode": "^2.1.1"
}
},
"uuid": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
"integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A=="
},
"xtend": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
"integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ=="
}
}
},
"@webex/internal-plugin-calendar": {
"version": "1.80.178",
"resolved": "https://registry.npmjs.org/@webex/internal-plugin-calendar/-/internal-plugin-calendar-1.80.178.tgz",
"integrity": "sha512-kl4MUC5crbKPEAbQKa6ELc/26CkQXQMBOlHcUKgvBNXkUl7YlM6ezWfBRnZr1AAYNGMW9Ezzd+TvL1iojg5n2Q==",
"requires": {
"@webex/internal-plugin-conversation": "1.80.178",
"@webex/internal-plugin-device": "1.80.178",
"@webex/internal-plugin-encryption": "1.80.178",
"@webex/webex-core": "1.80.178",
"babel-runtime": "^6.26.0",
"btoa": "^1.2.1",
"envify": "^4.1.0",
"lodash": "^4.17.15"
}
},
"@webex/internal-plugin-conversation": {
"version": "1.80.178",
"resolved": "https://registry.npmjs.org/@webex/internal-plugin-conversation/-/internal-plugin-conversation-1.80.178.tgz",
"integrity": "sha512-yB+3KCHMAi0YN/sDbaN0NeC/NzNe8Em5AaLID+9CqGE5G/94QTW4O2YssyqJJ2CvDhLlhXS5B0HsqbJGAKgQMA==",
"requires": {
"@webex/common": "1.80.178",
"@webex/helper-html": "1.80.178",
"@webex/helper-image": "1.80.178",
"@webex/internal-plugin-encryption": "1.80.178",
"@webex/internal-plugin-user": "1.80.178",
"@webex/webex-core": "1.80.178",
"babel-runtime": "^6.26.0",
"crypto-js": "^3.1.9-1",
"envify": "^4.1.0",
"lodash": "^4.17.15",
"node-scr": "^0.2.2",
"uuid": "^3.3.2"
},
"dependencies": {
"uuid": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
"integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A=="
}
}
},
"@webex/internal-plugin-device": {
"version": "1.80.178",
"resolved": "https://registry.npmjs.org/@webex/internal-plugin-device/-/internal-plugin-device-1.80.178.tgz",
"integrity": "sha512-1QJ+cy2OKOzKpFMEj0Qq51/e2vWFhpoqxpcClGZ+D3tt5H/xHa1GHtgdWXSalfF/PKJl6TSnR0sgD/p3MoQcBQ==",
"requires": {
"@webex/common": "1.80.178",
"@webex/common-timers": "1.80.178",
"@webex/http-core": "1.80.178",
"@webex/webex-core": "1.80.178",
"ampersand-collection": "^2.0.2",
"ampersand-state": "^5.0.3",
"babel-runtime": "^6.26.0",
"envify": "^4.1.0",
"lodash": "^4.17.15"
}
},
"@webex/internal-plugin-encryption": {
"version": "1.80.178",
"resolved": "https://registry.npmjs.org/@webex/internal-plugin-encryption/-/internal-plugin-encryption-1.80.178.tgz",
"integrity": "sha512-R2AJh/cA/g3vIgYmbkqOxE/Z/Trj1cl640Ldshj7wwT7cX/KTmLD3dChP4uyV0X316v5EofZRwLyMSi4qX/Ysw==",
"requires": {
"@peculiar/webcrypto": "^1.0.22",
"@webex/common": "1.80.178",
"@webex/common-timers": "1.80.178",
"@webex/http-core": "1.80.178",
"@webex/internal-plugin-device": "1.80.178",
"@webex/internal-plugin-mercury": "1.80.178",
"@webex/webex-core": "1.80.178",
"asn1js": "^2.0.26",
"babel-runtime": "^6.26.0",
"debug": "^3.2.6",
"envify": "^4.1.0",
"lodash": "^4.17.15",
"node-jose": "^0.11.1",
"node-kms": "^0.3.2",
"node-scr": "^0.2.2",
"pkijs": "^2.1.84",
"valid-url": "^1.0.9"
},
"dependencies": {
"debug": {
"version": "3.2.7",
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
"integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
"requires": {
"ms": "^2.1.1"
}
},
"ms": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
}
}
},
"@webex/internal-plugin-feature": {
"version": "1.80.178",
"resolved": "https://registry.npmjs.org/@webex/internal-plugin-feature/-/internal-plugin-feature-1.80.178.tgz",
"integrity": "sha512-2UJgZu8F5x0MaLSS5StOLOIEpirYy80uqCRxyTvuqk/6/bJe9dw01kCXZtVT1xC0bya4Z2bjzhzqGkcDaOMF+A==",
"requires": {
"@webex/internal-plugin-device": "1.80.178",
"@webex/internal-plugin-mercury": "1.80.178",
"@webex/webex-core": "1.80.178",
"babel-runtime": "^6.26.0",
"envify": "^4.1.0",
"lodash": "^4.17.15"
}
},
"@webex/internal-plugin-lyra": {
"version": "1.80.178",
"resolved": "https://registry.npmjs.org/@webex/internal-plugin-lyra/-/internal-plugin-lyra-1.80.178.tgz",
"integrity": "sha512-023/09xkyc6O8PV3L49dWnxt5HDO5yW4RFhc5zpNwZI6MG+Jpuj9PXgJ6uZ4NJbIMD4T59zcNioPE5f9lj82/A==",
"requires": {
"@webex/common": "1.80.178",
"@webex/internal-plugin-conversation": "1.80.178",
"@webex/internal-plugin-encryption": "1.80.178",
"@webex/internal-plugin-feature": "1.80.178",
"@webex/internal-plugin-mercury": "1.80.178",
"@webex/webex-core": "1.80.178",
"babel-runtime": "^6.26.0",
"envify": "^4.1.0"
}
},
"@webex/internal-plugin-mercury": {
"version": "1.80.178",
"resolved": "https://registry.npmjs.org/@webex/internal-plugin-mercury/-/internal-plugin-mercury-1.80.178.tgz",
"integrity": "sha512-oKlOIwqTMkkC4C9q6fQ1XTSbL0a0IvO0lrMvr/jF4gLWrg5EszXjuvft+qWB4N5z3hmHGvubrQyUNuqvBhWvaw==",
"requires": {
"@webex/common": "1.80.178",
"@webex/common-timers": "1.80.178",
"@webex/internal-plugin-device": "1.80.178",
"@webex/internal-plugin-feature": "1.80.178",
"@webex/internal-plugin-metrics": "1.80.178",
"@webex/webex-core": "1.80.178",
"babel-runtime": "^6.26.0",
"backoff": "^2.5.0",
"envify": "^4.1.0",
"lodash": "^4.17.15",
"uuid": "^3.3.2",
"ws": "^4.1.0"
},
"dependencies": {
"uuid": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
"integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A=="
},
"ws": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-4.1.0.tgz",
"integrity": "sha512-ZGh/8kF9rrRNffkLFV4AzhvooEclrOH0xaugmqGsIfFgOE/pIz4fMc4Ef+5HSQqTEug2S9JZIWDR47duDSLfaA==",
"requires": {
"async-limiter": "~1.0.0",
"safe-buffer": "~5.1.0"
}
}
}
},
"@webex/internal-plugin-metrics": {
"version": "1.80.178",
"resolved": "https://registry.npmjs.org/@webex/internal-plugin-metrics/-/internal-plugin-metrics-1.80.178.tgz",
"integrity": "sha512-gibR0AT/yvmWufCyBZA74THzDez80WTbO28jW+JKidlpcjf6+Gx6SrgQ+nl60I3zHf7v9TVOsHWMsytRQRWNmQ==",
"requires": {
"@webex/common": "1.80.178",
"@webex/common-timers": "1.80.178",
"@webex/internal-plugin-device": "1.80.178",
"@webex/webex-core": "1.80.178",
"babel-runtime": "^6.26.0",
"envify": "^4.1.0"
}
},
"@webex/internal-plugin-presence": {
"version": "1.80.178",
"resolved": "https://registry.npmjs.org/@webex/internal-plugin-presence/-/internal-plugin-presence-1.80.178.tgz",
"integrity": "sha512-/nJ72ttqLkdBOv8Z7wN1yWIPLyaPtJu3GDoshHwXEtvF51WzR5CHt51VhgmOu0g6spejBcYMJ5eNppozrnQqCQ==",
"requires": {
"@webex/internal-plugin-device": "1.80.178",
"@webex/webex-core": "1.80.178",
"babel-runtime": "^6.26.0",
"envify": "^4.1.0",
"lodash": "^4.17.15"
}
},
"@webex/internal-plugin-search": {
"version": "1.80.178",
"resolved": "https://registry.npmjs.org/@webex/internal-plugin-search/-/internal-plugin-search-1.80.178.tgz",
"integrity": "sha512-zWojY1Iz2tF3yN9py5tg5d9dkyV8MetMMB01Mp5sCLGjInCEBhwbSMcHTOu2tigzr8pd61Y5EP5pvD7VOWP5Kg==",
"requires": {
"@webex/common": "1.80.178",
"@webex/internal-plugin-conversation": "1.80.178",
"@webex/internal-plugin-encryption": "1.80.178",
"@webex/webex-core": "1.80.178",
"babel-runtime": "^6.26.0",
"envify": "^4.1.0",
"lodash": "^4.17.15"
}
},
"@webex/internal-plugin-user": {
"version": "1.80.178",
"resolved": "https://registry.npmjs.org/@webex/internal-plugin-user/-/internal-plugin-user-1.80.178.tgz",
"integrity": "sha512-KXKvxi34IsRXTBj6KTboSVVhLVe6yb43Ht2HPrGp1Yu8Qx8eptnBbKGEZpAJX1KoQEreQxbRnl6t8GnwRdo3Jw==",
"requires": {
"@webex/common": "1.80.178",
"@webex/internal-plugin-device": "1.80.178",
"@webex/webex-core": "1.80.178",
"babel-runtime": "^6.26.0",
"envify": "^4.1.0",
"lodash": "^4.17.15"
}
},
"@webex/plugin-attachment-actions": {
"version": "1.80.178",
"resolved": "https://registry.npmjs.org/@webex/plugin-attachment-actions/-/plugin-attachment-actions-1.80.178.tgz",
"integrity": "sha512-jW/bq/TRbYaTQrZJdri1CWxIk+CCBgtsdj8Uf2utuBz9aT6jEto2jTZOo7w0G8IeIjCqk+yGoVWBGcCBHuc7Xw==",
"requires": {
"@webex/common": "1.80.178",
"@webex/internal-plugin-conversation": "1.80.178",
"@webex/internal-plugin-mercury": "1.80.178",
"@webex/webex-core": "1.80.178",
"babel-runtime": "^6.26.0",
"debug": "^3.2.6",
"envify": "^4.1.0",
"lodash": "^4.17.15"
},
"dependencies": {
"debug": {
"version": "3.2.7",
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
"integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
"requires": {
"ms": "^2.1.1"
}
},
"ms": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
}
}
},
"@webex/plugin-authorization": {
"version": "1.80.178",
"resolved": "https://registry.npmjs.org/@webex/plugin-authorization/-/plugin-authorization-1.80.178.tgz",
"integrity": "sha512-iVSAlJinBVGA48ZUKJW5lG0NSFgvfZwavFe4mD+BKF05NdvTlp9aXRe90evkOWT3VV97rc4PNqd8iqJelaWCPg==",
"requires": {
"@webex/plugin-authorization-browser": "1.80.178",
"@webex/plugin-authorization-node": "1.80.178",
"envify": "^4.1.0"
}
},
"@webex/plugin-authorization-browser": {
"version": "1.80.178",
"resolved": "https://registry.npmjs.org/@webex/plugin-authorization-browser/-/plugin-authorization-browser-1.80.178.tgz",
"integrity": "sha512-Z9J+MAQ+29eGEINL1hZv4PwxkyxW3AccAsHxvCmO/h8y/3Cu0x8jQ3xIos7vmmLU5dtqIv0XDktnDmd30/xeNw==",
"requires": {
"@webex/common": "1.80.178",
"@webex/internal-plugin-device": "1.80.178",
"@webex/webex-core": "1.80.178",
"babel-runtime": "^6.26.0",
"envify": "^4.1.0",
"lodash": "^4.17.15",
"uuid": "^3.3.2"
},
"dependencies": {
"uuid": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
"integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A=="
}
}
},
"@webex/plugin-authorization-node": {
"version": "1.80.178",
"resolved": "https://registry.npmjs.org/@webex/plugin-authorization-node/-/plugin-authorization-node-1.80.178.tgz",
"integrity": "sha512-8mAsOKfiPfYSXiAIroxE/GspZMtw0jcm6Rk+ENJhWrXSgQf5XgPrRR/y3uIpZ7PNeboUNObRKkx5vjkwHgbMBQ==",
"requires": {
"@webex/common": "1.80.178",
"@webex/internal-plugin-device": "1.80.178",
"@webex/webex-core": "1.80.178",
"babel-runtime": "^6.26.0",
"envify": "^4.1.0"
}
},
"@webex/plugin-device-manager": {
"version": "1.80.178",
"resolved": "https://registry.npmjs.org/@webex/plugin-device-manager/-/plugin-device-manager-1.80.178.tgz",
"integrity": "sha512-AiXCrLl7r2EsJ+SrZYpJKU4MDECVQoSCHR8nJ8V5yGtklKntiHFpj5P6BFOhI6+l6kU3zaCEOhbtQJ0QS37KaA==",
"requires": {
"@webex/internal-plugin-device": "1.80.178",
"@webex/internal-plugin-lyra": "1.80.178",
"@webex/internal-plugin-search": "1.80.178",
"@webex/webex-core": "1.80.178",
"babel-runtime": "^6.26.0",
"envify": "^4.1.0",
"lodash": "^4.17.15",
"uuid": "^3.3.2"
},
"dependencies": {
"uuid": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
"integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A=="
}
}
},
"@webex/plugin-logger": {
"version": "1.80.178",
"resolved": "https://registry.npmjs.org/@webex/plugin-logger/-/plugin-logger-1.80.178.tgz",
"integrity": "sha512-maEaqtjemF+G5fI3/+E4YkpBqPhXIdGXRE4kXaqj1uRG4wiksopYOAroQ0ILtsAo3yOvqXu6KIiwnRZ37Da8cA==",
"requires": {
"@webex/common": "1.80.178",
"@webex/webex-core": "1.80.178",
"babel-runtime": "^6.26.0",
"envify": "^4.1.0",
"lodash": "^4.17.15"
}
},
"@webex/plugin-meetings": {
"version": "1.80.178",
"resolved": "https://registry.npmjs.org/@webex/plugin-meetings/-/plugin-meetings-1.80.178.tgz",
"integrity": "sha512-aYKtPkMNPqRDuViCsMtLo3mnoZGxvQiogF1ctB6cckatihQnta/Du8xkcr0fLMyBhwhFcX2F7mx0zCWnUZNpFg==",
"requires": {
"@webex/common": "1.80.178",
"@webex/common-timers": "1.80.178",
"@webex/internal-plugin-mercury": "1.80.178",
"@webex/webex-core": "1.80.178",
"babel-runtime": "^6.26.0",
"bowser": "1.9.4",
"btoa": "^1.2.1",
"envify": "^4.1.0",
"global": "^4.4.0",
"javascript-state-machine": "^3.1.0",
"lodash": "^4.17.15",
"sdp-transform": "^2.12.0",
"uuid": "^3.3.2"
},
"dependencies": {
"uuid": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
"integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A=="
}
}
},
"@webex/plugin-memberships": {
"version": "1.80.178",
"resolved": "https://registry.npmjs.org/@webex/plugin-memberships/-/plugin-memberships-1.80.178.tgz",
"integrity": "sha512-10YCfIuyj89GkBm2EClOafmedQVk9OkDNP5JLnaSDhgzbj/32geFkTApXMrKKaVr7EQLofpvZNtIPKFY+cuCfw==",
"requires": {
"@webex/common": "1.80.178",
"@webex/internal-plugin-conversation": "1.80.178",
"@webex/internal-plugin-mercury": "1.80.178",
"@webex/webex-core": "1.80.178",
"babel-runtime": "^6.26.0",
"debug": "^3.2.6",
"envify": "^4.1.0",
"lodash": "^4.17.15"
},
"dependencies": {
"debug": {
"version": "3.2.7",
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
"integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
"requires": {
"ms": "^2.1.1"
}
},
"ms": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
}
}
},
"@webex/plugin-messages": {
"version": "1.80.178",
"resolved": "https://registry.npmjs.org/@webex/plugin-messages/-/plugin-messages-1.80.178.tgz",
"integrity": "sha512-OUOwR4u51p+Y2sGdIHLSIS33tNJFcUbkZJhT6Rnlu6xevJjwRALcUYJpVvkALNpiLos/j3OOfEc5hk7xCOJoOA==",
"requires": {
"@webex/common": "1.80.178",
"@webex/internal-plugin-conversation": "1.80.178",
"@webex/internal-plugin-mercury": "1.80.178",
"@webex/webex-core": "1.80.178",
"babel-runtime": "^6.26.0",
"debug": "^3.2.6",
"envify": "^4.1.0",
"lodash": "^4.17.15"
},
"dependencies": {
"debug": {
"version": "3.2.7",
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
"integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
"requires": {
"ms": "^2.1.1"
}
},
"ms": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
}
}
},
"@webex/plugin-people": {
"version": "1.80.178",
"resolved": "https://registry.npmjs.org/@webex/plugin-people/-/plugin-people-1.80.178.tgz",
"integrity": "sha512-bOaxiawzoPUdCrvFaxI9X+NlakOeXR2wv7rereBO2+QGU4tt7TheURhHGWCDggtcwYIqGJv2XipNdJhI4w0dTA==",
"requires": {
"@webex/common": "1.80.178",
"@webex/webex-core": "1.80.178",
"babel-runtime": "^6.26.0",
"envify": "^4.1.0"
}
},
"@webex/plugin-rooms": {
"version": "1.80.178",
"resolved": "https://registry.npmjs.org/@webex/plugin-rooms/-/plugin-rooms-1.80.178.tgz",
"integrity": "sha512-ttBOJcil8zJwisK+vAHupFDAtbDT/7BeLIDTaV3YVXn/iHk8jKTPyxu2HDCXlhQvApV8F9sBDrOxigEthqBCEw==",
"requires": {
"@webex/common": "1.80.178",
"@webex/internal-plugin-conversation": "1.80.178",
"@webex/internal-plugin-mercury": "1.80.178",
"@webex/webex-core": "1.80.178",
"babel-runtime": "^6.26.0",
"debug": "^3.2.6",
"envify": "^4.1.0",
"lodash": "^4.17.15"
},
"dependencies": {
"debug": {
"version": "3.2.7",
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
"integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
"requires": {
"ms": "^2.1.1"
}
},
"ms": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
}
}
},
"@webex/plugin-team-memberships": {
"version": "1.80.178",
"resolved": "https://registry.npmjs.org/@webex/plugin-team-memberships/-/plugin-team-memberships-1.80.178.tgz",
"integrity": "sha512-GsQutBpXmLd4yNdnqJPQYTtmoQaumVhdtk3QJ5P0XHH0NWOATvfr9DFg5H3zDsAGW15Bc3TJ8qXDQ7VaYJ1lLw==",
"requires": {
"@webex/webex-core": "1.80.178",
"envify": "^4.1.0"
}
},
"@webex/plugin-teams": {
"version": "1.80.178",
"resolved": "https://registry.npmjs.org/@webex/plugin-teams/-/plugin-teams-1.80.178.tgz",
"integrity": "sha512-Lo32lfa0549TkFeLXlfEDNd4N9k7DspxwEMpQUJzcKgmmuMI9uIQMlRt3uI2fAkQHL+D2AtK2pxsbY2iH2yzWQ==",
"requires": {
"@webex/webex-core": "1.80.178",
"envify": "^4.1.0"
}
},
"@webex/plugin-webhooks": {
"version": "1.80.178",
"resolved": "https://registry.npmjs.org/@webex/plugin-webhooks/-/plugin-webhooks-1.80.178.tgz",
"integrity": "sha512-2yPnjMOLHZRUWjxS8uRZQR8Yh8sjqqF+tb/XmXTYwqd7RtLvuGOB1AmWzyUuv0IM2HGQBnViJB4sF84zLZKvZA==",
"requires": {
"@webex/webex-core": "1.80.178",
"envify": "^4.1.0"
}
},
"@webex/storage-adapter-local-storage": {
"version": "1.80.178",
"resolved": "https://registry.npmjs.org/@webex/storage-adapter-local-storage/-/storage-adapter-local-storage-1.80.178.tgz",
"integrity": "sha512-wLrhqchxXSL7O0iq8x7HA51H2RCHlRnPptpj+OV0DZt0mrx7phSO2FT2fY7ySyjUkN+QescJAb9QU37pFbn8ug==",
"requires": {
"@webex/webex-core": "1.80.178",
"babel-runtime": "^6.26.0",
"envify": "^4.1.0"
}
},
"@webex/webex-core": {
"version": "1.80.178",
"resolved": "https://registry.npmjs.org/@webex/webex-core/-/webex-core-1.80.178.tgz",
"integrity": "sha512-K8wVB4DCbbCfMz2mH5LG9farSS1LU8dV9vFyoGBSHt/N/Ori502QFmP+dA0lVg1zay3eQt/GHO3XNCI+Q+lnkw==",
"requires": {
"@webex/common": "1.80.178",
"@webex/common-timers": "1.80.178",
"@webex/http-core": "1.80.178",
"@webex/webex-core": "1.80.178",
"ampersand-collection": "^2.0.2",
"ampersand-events": "^2.0.2",
"ampersand-state": "^5.0.3",
"babel-runtime": "^6.26.0",
"core-decorators": "^0.20.0",
"crypto-js": "^3.1.9-1",
"envify": "^4.1.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.15",
"uuid": "^3.3.2"
},
"dependencies": {
"uuid": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
"integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A=="
}