-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
893 lines (893 loc) · 33.8 KB
/
package-lock.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
{
"name": "discord-bot",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@discordjs/collection": {
"version": "0.1.6",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/@discordjs/collection/-/collection-0.1.6.tgz",
"integrity": "sha1-npp2N/Tk4GiP2LK1xjEzyRYHaCw="
},
"@discordjs/form-data": {
"version": "3.0.1",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/@discordjs/form-data/-/form-data-3.0.1.tgz",
"integrity": "sha1-XJ5r6ZLi5X0N+g45l5qFAiX7Rpc=",
"requires": {
"asynckit": "^0.4.0",
"combined-stream": "^1.0.8",
"mime-types": "^2.1.12"
}
},
"@postman/form-data": {
"version": "3.1.0",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/@postman/form-data/-/form-data-3.1.0.tgz",
"integrity": "sha1-J6uM2KH4c3tFpUKaEzu4Pss9J4A=",
"requires": {
"asynckit": "^0.4.0",
"combined-stream": "^1.0.8",
"mime-types": "^2.1.12"
}
},
"@postman/tunnel-agent": {
"version": "0.6.3",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/@postman/tunnel-agent/-/tunnel-agent-0.6.3.tgz",
"integrity": "sha1-IwSNjYYY1FPFcfAxielEr9wikrc=",
"requires": {
"safe-buffer": "^5.0.1"
}
},
"@types/mime-types": {
"version": "2.1.0",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/@types/mime-types/-/mime-types-2.1.0.tgz",
"integrity": "sha1-nKUs2jY/aZxpRmwqbM2q2RPqenM="
},
"@types/node": {
"version": "14.11.1",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/@types/node/-/node-14.11.1.tgz",
"integrity": "sha1-Vq+QKtFX52P5umPWccOc2jGTyDU=",
"optional": true
},
"@types/yauzl": {
"version": "2.9.1",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/@types/yauzl/-/yauzl-2.9.1.tgz",
"integrity": "sha1-0Q9p+fUi7vPPmOMK+2hKHh7JI68=",
"optional": true,
"requires": {
"@types/node": "*"
}
},
"abort-controller": {
"version": "3.0.0",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/abort-controller/-/abort-controller-3.0.0.tgz",
"integrity": "sha1-6vVNU7YrrkE46AnKIlyEOabvs5I=",
"requires": {
"event-target-shim": "^5.0.0"
}
},
"agent-base": {
"version": "5.1.1",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/agent-base/-/agent-base-5.1.1.tgz",
"integrity": "sha1-6Ps/JClZ20TWO+Zl23qOc5U3oyw="
},
"ajv": {
"version": "6.12.4",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/ajv/-/ajv-6.12.4.tgz",
"integrity": "sha1-BhT6zEUiEn+nE0Rca/0+vTduIjQ=",
"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"
}
},
"asn1": {
"version": "0.2.4",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/asn1/-/asn1-0.2.4.tgz",
"integrity": "sha1-jSR136tVO7M+d7VOWeiAu4ziMTY=",
"requires": {
"safer-buffer": "~2.1.0"
}
},
"assert-plus": {
"version": "1.0.0",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/assert-plus/-/assert-plus-1.0.0.tgz",
"integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU="
},
"asynckit": {
"version": "0.4.0",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/asynckit/-/asynckit-0.4.0.tgz",
"integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k="
},
"aws-sign2": {
"version": "0.7.0",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/aws-sign2/-/aws-sign2-0.7.0.tgz",
"integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg="
},
"aws4": {
"version": "1.10.1",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/aws4/-/aws4-1.10.1.tgz",
"integrity": "sha1-4eguTz6Zniz9YbFhKA0WoRH4ZCg="
},
"balanced-match": {
"version": "1.0.0",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/balanced-match/-/balanced-match-1.0.0.tgz",
"integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c="
},
"base64-js": {
"version": "1.3.1",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/base64-js/-/base64-js-1.3.1.tgz",
"integrity": "sha1-WOzoy3XdB+ce0IxzarxfrE2/jfE="
},
"bcrypt-pbkdf": {
"version": "1.0.2",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz",
"integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=",
"requires": {
"tweetnacl": "^0.14.3"
},
"dependencies": {
"tweetnacl": {
"version": "0.14.5",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/tweetnacl/-/tweetnacl-0.14.5.tgz",
"integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q="
}
}
},
"bl": {
"version": "4.0.3",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/bl/-/bl-4.0.3.tgz",
"integrity": "sha1-EtYoetwpCA4ipwXldksqlSLNxIk=",
"requires": {
"buffer": "^5.5.0",
"inherits": "^2.0.4",
"readable-stream": "^3.4.0"
}
},
"bluebird": {
"version": "2.11.0",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/bluebird/-/bluebird-2.11.0.tgz",
"integrity": "sha1-U0uQM8AiyVecVro7Plpcqvu2UOE="
},
"brace-expansion": {
"version": "1.1.11",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/brace-expansion/-/brace-expansion-1.1.11.tgz",
"integrity": "sha1-PH/L9SnYcibz0vUrlm/1Jx60Qd0=",
"requires": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
}
},
"brotli": {
"version": "1.3.2",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/brotli/-/brotli-1.3.2.tgz",
"integrity": "sha1-UlqcrU/LqWR119OI9q7LE+7VL0Y=",
"requires": {
"base64-js": "^1.1.2"
}
},
"buffer": {
"version": "5.6.0",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/buffer/-/buffer-5.6.0.tgz",
"integrity": "sha1-oxdJ3H2B2E2wir+Te2uMQDP2J4Y=",
"requires": {
"base64-js": "^1.0.2",
"ieee754": "^1.1.4"
}
},
"buffer-crc32": {
"version": "0.2.13",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
"integrity": "sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI="
},
"caseless": {
"version": "0.12.0",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/caseless/-/caseless-0.12.0.tgz",
"integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw="
},
"chownr": {
"version": "1.1.4",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/chownr/-/chownr-1.1.4.tgz",
"integrity": "sha1-b8nXtC0ypYNZYzdmbn0ICE2izGs="
},
"combined-stream": {
"version": "1.0.8",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/combined-stream/-/combined-stream-1.0.8.tgz",
"integrity": "sha1-w9RaizT9cwYxoRCoolIGgrMdWn8=",
"requires": {
"delayed-stream": "~1.0.0"
}
},
"commander": {
"version": "4.1.1",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/commander/-/commander-4.1.1.tgz",
"integrity": "sha1-n9YCvZNilOnp70aj9NaWQESxgGg="
},
"concat-map": {
"version": "0.0.1",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/concat-map/-/concat-map-0.0.1.tgz",
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
},
"core-util-is": {
"version": "1.0.2",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/core-util-is/-/core-util-is-1.0.2.tgz",
"integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac="
},
"cross-spawn": {
"version": "7.0.3",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/cross-spawn/-/cross-spawn-7.0.3.tgz",
"integrity": "sha1-9zqFudXUHQRVUcF34ogtSshXKKY=",
"requires": {
"path-key": "^3.1.0",
"shebang-command": "^2.0.0",
"which": "^2.0.1"
}
},
"dashdash": {
"version": "1.14.1",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/dashdash/-/dashdash-1.14.1.tgz",
"integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=",
"requires": {
"assert-plus": "^1.0.0"
}
},
"debug": {
"version": "4.1.1",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/debug/-/debug-4.1.1.tgz",
"integrity": "sha1-O3ImAlUQnGtYnO4FDx1RYTlmR5E=",
"requires": {
"ms": "^2.1.1"
}
},
"delayed-stream": {
"version": "1.0.0",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/delayed-stream/-/delayed-stream-1.0.0.tgz",
"integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk="
},
"discord.js": {
"version": "12.3.1",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/discord.js/-/discord.js-12.3.1.tgz",
"integrity": "sha1-j1isF9KbBo2/62wB/Hd3us1TJM8=",
"requires": {
"@discordjs/collection": "^0.1.6",
"@discordjs/form-data": "^3.0.1",
"abort-controller": "^3.0.0",
"node-fetch": "^2.6.0",
"prism-media": "^1.2.2",
"setimmediate": "^1.0.5",
"tweetnacl": "^1.0.3",
"ws": "^7.3.1"
}
},
"dot": {
"version": "1.1.3",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/dot/-/dot-1.1.3.tgz",
"integrity": "sha1-NRNg4Ap0i86aH48nwAw5Sn5OHp8="
},
"ecc-jsbn": {
"version": "0.1.2",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz",
"integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=",
"requires": {
"jsbn": "~0.1.0",
"safer-buffer": "^2.1.0"
}
},
"end-of-stream": {
"version": "1.4.4",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/end-of-stream/-/end-of-stream-1.4.4.tgz",
"integrity": "sha1-WuZKX0UFe682JuwU2gyl5LJDHrA=",
"requires": {
"once": "^1.4.0"
}
},
"env-cmd": {
"version": "10.1.0",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/env-cmd/-/env-cmd-10.1.0.tgz",
"integrity": "sha1-x/XTtVDJUZ8Tf9rE3Y+2hmqMjEs=",
"requires": {
"commander": "^4.0.0",
"cross-spawn": "^7.0.0"
}
},
"event-target-shim": {
"version": "5.0.1",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/event-target-shim/-/event-target-shim-5.0.1.tgz",
"integrity": "sha1-XU0+vflYPWOlMzzi3rdICrKwV4k="
},
"extend": {
"version": "3.0.2",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/extend/-/extend-3.0.2.tgz",
"integrity": "sha1-+LETa0Bx+9jrFAr/hYsQGewpFfo="
},
"extract-zip": {
"version": "2.0.1",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/extract-zip/-/extract-zip-2.0.1.tgz",
"integrity": "sha1-Zj3KVv5G34kNXxMe9KBtIruLoTo=",
"requires": {
"@types/yauzl": "^2.9.1",
"debug": "^4.1.1",
"get-stream": "^5.1.0",
"yauzl": "^2.10.0"
}
},
"extsprintf": {
"version": "1.3.0",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/extsprintf/-/extsprintf-1.3.0.tgz",
"integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU="
},
"fast-deep-equal": {
"version": "3.1.3",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
"integrity": "sha1-On1WtVnWy8PrUSMlJE5hmmXGxSU="
},
"fast-json-stable-stringify": {
"version": "2.1.0",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
"integrity": "sha1-h0v2nG9ATCtdmcSBNBOZ/VWJJjM="
},
"fd-slicer": {
"version": "1.1.0",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/fd-slicer/-/fd-slicer-1.1.0.tgz",
"integrity": "sha1-JcfInLH5B3+IkbvmHY85Dq4lbx4=",
"requires": {
"pend": "~1.2.0"
}
},
"forever-agent": {
"version": "0.6.1",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/forever-agent/-/forever-agent-0.6.1.tgz",
"integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE="
},
"fs-constants": {
"version": "1.0.0",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/fs-constants/-/fs-constants-1.0.0.tgz",
"integrity": "sha1-a+Dem+mYzhavivwkSXue6bfM2a0="
},
"fs.realpath": {
"version": "1.0.0",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/fs.realpath/-/fs.realpath-1.0.0.tgz",
"integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8="
},
"get-stream": {
"version": "5.2.0",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/get-stream/-/get-stream-5.2.0.tgz",
"integrity": "sha1-SWaheV7lrOZecGxLe+txJX1uItM=",
"requires": {
"pump": "^3.0.0"
}
},
"getpass": {
"version": "0.1.7",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/getpass/-/getpass-0.1.7.tgz",
"integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=",
"requires": {
"assert-plus": "^1.0.0"
}
},
"glob": {
"version": "7.1.6",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/glob/-/glob-7.1.6.tgz",
"integrity": "sha1-FB8zuBp8JJLhJVlDB0gMRmeSeKY=",
"requires": {
"fs.realpath": "^1.0.0",
"inflight": "^1.0.4",
"inherits": "2",
"minimatch": "^3.0.4",
"once": "^1.3.0",
"path-is-absolute": "^1.0.0"
}
},
"handlebars": {
"version": "4.7.6",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/handlebars/-/handlebars-4.7.6.tgz",
"integrity": "sha1-1MBcG6+Q6ZRfd6pop6IZqkp9904=",
"requires": {
"minimist": "^1.2.5",
"neo-async": "^2.6.0",
"source-map": "^0.6.1",
"uglify-js": "^3.1.4",
"wordwrap": "^1.0.0"
}
},
"har-schema": {
"version": "2.0.0",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/har-schema/-/har-schema-2.0.0.tgz",
"integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI="
},
"har-validator": {
"version": "5.1.5",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/har-validator/-/har-validator-5.1.5.tgz",
"integrity": "sha1-HwgDufjLIMD6E4It8ezds2veHv0=",
"requires": {
"ajv": "^6.12.3",
"har-schema": "^2.0.0"
}
},
"http-signature": {
"version": "1.3.4",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/http-signature/-/http-signature-1.3.4.tgz",
"integrity": "sha1-pltBGTEQsiI2Tndv0ayEhlWg4vA=",
"requires": {
"assert-plus": "^1.0.0",
"jsprim": "^1.2.2",
"sshpk": "^1.14.1"
}
},
"https-proxy-agent": {
"version": "4.0.0",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/https-proxy-agent/-/https-proxy-agent-4.0.0.tgz",
"integrity": "sha1-cCtx+1UgoTKmbeH2dUHZ5iFU2Cs=",
"requires": {
"agent-base": "5",
"debug": "4"
}
},
"ieee754": {
"version": "1.1.13",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/ieee754/-/ieee754-1.1.13.tgz",
"integrity": "sha1-7BaFWOlaoYH9h9N/VcMrvLZwi4Q="
},
"inflight": {
"version": "1.0.6",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/inflight/-/inflight-1.0.6.tgz",
"integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
"requires": {
"once": "^1.3.0",
"wrappy": "1"
}
},
"inherits": {
"version": "2.0.4",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/inherits/-/inherits-2.0.4.tgz",
"integrity": "sha1-D6LGT5MpF8NDOg3tVTY6rjdBa3w="
},
"is-typedarray": {
"version": "1.0.0",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/is-typedarray/-/is-typedarray-1.0.0.tgz",
"integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo="
},
"isexe": {
"version": "2.0.0",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/isexe/-/isexe-2.0.0.tgz",
"integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA="
},
"isstream": {
"version": "0.1.2",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/isstream/-/isstream-0.1.2.tgz",
"integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo="
},
"jsbn": {
"version": "0.1.1",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/jsbn/-/jsbn-0.1.1.tgz",
"integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM="
},
"json-schema": {
"version": "0.2.3",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/json-schema/-/json-schema-0.2.3.tgz",
"integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM="
},
"json-schema-traverse": {
"version": "0.4.1",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
"integrity": "sha1-afaofZUTq4u4/mO9sJecRI5oRmA="
},
"json-stringify-safe": {
"version": "5.0.1",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
"integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus="
},
"jsprim": {
"version": "1.4.1",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/jsprim/-/jsprim-1.4.1.tgz",
"integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=",
"requires": {
"assert-plus": "1.0.0",
"extsprintf": "1.3.0",
"json-schema": "0.2.3",
"verror": "1.10.0"
}
},
"mime": {
"version": "2.4.6",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/mime/-/mime-2.4.6.tgz",
"integrity": "sha1-5bQHyQ20QvK+tbFiNz0Htpr/pNE="
},
"mime-db": {
"version": "1.44.0",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/mime-db/-/mime-db-1.44.0.tgz",
"integrity": "sha1-+hHF6wrKEzS0Izy01S8QxaYnL5I="
},
"mime-types": {
"version": "2.1.27",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/mime-types/-/mime-types-2.1.27.tgz",
"integrity": "sha1-R5SfmOJ56lMRn1ci4PNOUpvsAJ8=",
"requires": {
"mime-db": "1.44.0"
}
},
"minimatch": {
"version": "3.0.4",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/minimatch/-/minimatch-3.0.4.tgz",
"integrity": "sha1-UWbihkV/AzBgZL5Ul+jbsMPTIIM=",
"requires": {
"brace-expansion": "^1.1.7"
}
},
"minimist": {
"version": "1.2.5",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/minimist/-/minimist-1.2.5.tgz",
"integrity": "sha1-Z9ZgFLZqaoqqDAg8X9WN9OTpdgI="
},
"mkdirp-classic": {
"version": "0.5.3",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz",
"integrity": "sha1-+hDJEVzG2IZb4iG6R+6b7XhgERM="
},
"moment": {
"version": "2.27.0",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/moment/-/moment-2.27.0.tgz",
"integrity": "sha1-i/9OPiaiNiIN/j423nVrbrqgEF0="
},
"ms": {
"version": "2.1.2",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/ms/-/ms-2.1.2.tgz",
"integrity": "sha1-0J0fNXtEP0kzgqjrPM0YOHKuYAk="
},
"neo-async": {
"version": "2.6.2",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/neo-async/-/neo-async-2.6.2.tgz",
"integrity": "sha1-tKr7k+OustgXTKU88WOrfXMIMF8="
},
"node-fetch": {
"version": "2.6.0",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/node-fetch/-/node-fetch-2.6.0.tgz",
"integrity": "sha1-5jNFY4bUqlWGP2dqerDaqP3ssP0="
},
"node-html-to-image": {
"version": "3.0.1",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/node-html-to-image/-/node-html-to-image-3.0.1.tgz",
"integrity": "sha1-CiDuNuXU9ZJW41qXC1gJaMm5Ezo=",
"requires": {
"handlebars": "^4.5.3",
"puppeteer": "3.0.0",
"puppeteer-cluster": "^0.21.0"
}
},
"oauth-sign": {
"version": "0.9.0",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/oauth-sign/-/oauth-sign-0.9.0.tgz",
"integrity": "sha1-R6ewFrqmi1+g7PPe4IqFxnmsZFU="
},
"once": {
"version": "1.4.0",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/once/-/once-1.4.0.tgz",
"integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
"requires": {
"wrappy": "1"
}
},
"path-is-absolute": {
"version": "1.0.1",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
"integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18="
},
"path-key": {
"version": "3.1.1",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/path-key/-/path-key-3.1.1.tgz",
"integrity": "sha1-WB9q3mWMu6ZaDTOA3ndTKVBU83U="
},
"pend": {
"version": "1.2.0",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/pend/-/pend-1.2.0.tgz",
"integrity": "sha1-elfrVQpng/kRUzH89GY9XI4AelA="
},
"performance-now": {
"version": "2.1.0",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/performance-now/-/performance-now-2.1.0.tgz",
"integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns="
},
"postman-request": {
"version": "2.88.1-postman.24",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/postman-request/-/postman-request-2.88.1-postman.24.tgz",
"integrity": "sha1-sfgRp+DNTPcrFQpOalWejDX36YA=",
"requires": {
"@postman/form-data": "~3.1.0",
"@postman/tunnel-agent": "^0.6.3",
"aws-sign2": "~0.7.0",
"aws4": "^1.8.0",
"brotli": "~1.3.2",
"caseless": "~0.12.0",
"combined-stream": "~1.0.6",
"extend": "~3.0.2",
"forever-agent": "~0.6.1",
"har-validator": "~5.1.3",
"http-signature": "~1.3.1",
"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",
"stream-length": "^1.0.2",
"tough-cookie": "~2.5.0",
"uuid": "^3.3.2"
}
},
"prism-media": {
"version": "1.2.2",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/prism-media/-/prism-media-1.2.2.tgz",
"integrity": "sha1-TxyEHySLZ9MloktOaxpJG49Qok8="
},
"progress": {
"version": "2.0.3",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/progress/-/progress-2.0.3.tgz",
"integrity": "sha1-foz42PW48jnBvGi+tOt4Vn1XLvg="
},
"proxy-from-env": {
"version": "1.1.0",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
"integrity": "sha1-4QLxbKNVQkhldV0sno6k8k1Yw+I="
},
"psl": {
"version": "1.8.0",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/psl/-/psl-1.8.0.tgz",
"integrity": "sha1-kyb4vPsBOtzABf3/BWrM4CDlHCQ="
},
"pump": {
"version": "3.0.0",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/pump/-/pump-3.0.0.tgz",
"integrity": "sha1-tKIRaBW94vTh6mAjVOjHVWUQemQ=",
"requires": {
"end-of-stream": "^1.1.0",
"once": "^1.3.1"
}
},
"punycode": {
"version": "2.1.1",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/punycode/-/punycode-2.1.1.tgz",
"integrity": "sha1-tYsBCsQMIsVldhbI0sLALHv0eew="
},
"puppeteer": {
"version": "3.0.0",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/puppeteer/-/puppeteer-3.0.0.tgz",
"integrity": "sha1-hExxTQdMfqY8+jdEUBwatupgci4=",
"requires": {
"@types/mime-types": "^2.1.0",
"debug": "^4.1.0",
"extract-zip": "^2.0.0",
"https-proxy-agent": "^4.0.0",
"mime": "^2.0.3",
"mime-types": "^2.1.25",
"progress": "^2.0.1",
"proxy-from-env": "^1.0.0",
"rimraf": "^3.0.2",
"tar-fs": "^2.0.0",
"unbzip2-stream": "^1.3.3",
"ws": "^7.2.3"
}
},
"puppeteer-cluster": {
"version": "0.21.0",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/puppeteer-cluster/-/puppeteer-cluster-0.21.0.tgz",
"integrity": "sha1-eQcaqYMDEkRrGOydmf5B9tgO4QM=",
"requires": {
"debug": "^4.1.1"
}
},
"qs": {
"version": "6.5.2",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/qs/-/qs-6.5.2.tgz",
"integrity": "sha1-yzroBuh0BERYTvFUzo7pjUA/PjY="
},
"readable-stream": {
"version": "3.6.0",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/readable-stream/-/readable-stream-3.6.0.tgz",
"integrity": "sha1-M3u9o63AcGvT4CRCaihtS0sskZg=",
"requires": {
"inherits": "^2.0.3",
"string_decoder": "^1.1.1",
"util-deprecate": "^1.0.1"
}
},
"rimraf": {
"version": "3.0.2",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/rimraf/-/rimraf-3.0.2.tgz",
"integrity": "sha1-8aVAK6YiCtUswSgrrBrjqkn9Bho=",
"requires": {
"glob": "^7.1.3"
}
},
"safe-buffer": {
"version": "5.2.1",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/safe-buffer/-/safe-buffer-5.2.1.tgz",
"integrity": "sha1-Hq+fqb2x/dTsdfWPnNtOa3gn7sY="
},
"safer-buffer": {
"version": "2.1.2",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/safer-buffer/-/safer-buffer-2.1.2.tgz",
"integrity": "sha1-RPoWGwGHuVSd2Eu5GAL5vYOFzWo="
},
"setimmediate": {
"version": "1.0.5",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/setimmediate/-/setimmediate-1.0.5.tgz",
"integrity": "sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU="
},
"shebang-command": {
"version": "2.0.0",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/shebang-command/-/shebang-command-2.0.0.tgz",
"integrity": "sha1-zNCvT4g1+9wmW4JGGq8MNmY/NOo=",
"requires": {
"shebang-regex": "^3.0.0"
}
},
"shebang-regex": {
"version": "3.0.0",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/shebang-regex/-/shebang-regex-3.0.0.tgz",
"integrity": "sha1-rhbxZE2HPsrYQ7AwexQzYtTEIXI="
},
"source-map": {
"version": "0.6.1",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/source-map/-/source-map-0.6.1.tgz",
"integrity": "sha1-dHIq8y6WFOnCh6jQu95IteLxomM="
},
"sshpk": {
"version": "1.16.1",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/sshpk/-/sshpk-1.16.1.tgz",
"integrity": "sha1-+2YcC+8ps520B2nuOfpwCT1vaHc=",
"requires": {
"asn1": "~0.2.3",
"assert-plus": "^1.0.0",
"bcrypt-pbkdf": "^1.0.0",
"dashdash": "^1.12.0",
"ecc-jsbn": "~0.1.1",
"getpass": "^0.1.1",
"jsbn": "~0.1.0",
"safer-buffer": "^2.0.2",
"tweetnacl": "~0.14.0"
},
"dependencies": {
"tweetnacl": {
"version": "0.14.5",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/tweetnacl/-/tweetnacl-0.14.5.tgz",
"integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q="
}
}
},
"stream-length": {
"version": "1.0.2",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/stream-length/-/stream-length-1.0.2.tgz",
"integrity": "sha1-gnfzy+5JpNqrz9tOL0qbXp8snwA=",
"requires": {
"bluebird": "^2.6.2"
}
},
"string_decoder": {
"version": "1.3.0",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/string_decoder/-/string_decoder-1.3.0.tgz",
"integrity": "sha1-QvEUWUpGzxqOMLCoT1bHjD7awh4=",
"requires": {
"safe-buffer": "~5.2.0"
}
},
"tar-fs": {
"version": "2.1.0",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/tar-fs/-/tar-fs-2.1.0.tgz",
"integrity": "sha1-0c3RIatGXuDrnM3i01BJ0/Pa8NU=",
"requires": {
"chownr": "^1.1.1",
"mkdirp-classic": "^0.5.2",
"pump": "^3.0.0",
"tar-stream": "^2.0.0"
}
},
"tar-stream": {
"version": "2.1.4",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/tar-stream/-/tar-stream-2.1.4.tgz",
"integrity": "sha1-xPsaEesNopuJOlslR2OXui0FO/o=",
"requires": {
"bl": "^4.0.3",
"end-of-stream": "^1.4.1",
"fs-constants": "^1.0.0",
"inherits": "^2.0.3",
"readable-stream": "^3.1.1"
}
},
"through": {
"version": "2.3.8",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/through/-/through-2.3.8.tgz",
"integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU="
},
"tough-cookie": {
"version": "2.5.0",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/tough-cookie/-/tough-cookie-2.5.0.tgz",
"integrity": "sha1-zZ+yoKodWhK0c72fuW+j3P9lreI=",
"requires": {
"psl": "^1.1.28",
"punycode": "^2.1.1"
}
},
"tweetnacl": {
"version": "1.0.3",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/tweetnacl/-/tweetnacl-1.0.3.tgz",
"integrity": "sha1-rAr3FoBFjYpjeNDQ0FCrFAfTVZY="
},
"uglify-js": {
"version": "3.10.4",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/uglify-js/-/uglify-js-3.10.4.tgz",
"integrity": "sha1-3WgPVoe8DXqTsUo0gtFttuuiv7s=",
"optional": true
},
"unbzip2-stream": {
"version": "1.4.3",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/unbzip2-stream/-/unbzip2-stream-1.4.3.tgz",
"integrity": "sha1-sNoExDcTEd93HNwhXofyEwmRrOc=",
"requires": {
"buffer": "^5.2.1",
"through": "^2.3.8"
}
},
"uri-js": {
"version": "4.2.2",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/uri-js/-/uri-js-4.2.2.tgz",
"integrity": "sha1-lMVA4f93KVbiKZUHwBCupsiDjrA=",
"requires": {
"punycode": "^2.1.0"
}
},
"util-deprecate": {
"version": "1.0.2",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/util-deprecate/-/util-deprecate-1.0.2.tgz",
"integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
},
"uuid": {
"version": "3.4.0",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/uuid/-/uuid-3.4.0.tgz",
"integrity": "sha1-sj5DWK+oogL+ehAK8fX4g/AgB+4="
},
"verror": {
"version": "1.10.0",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/verror/-/verror-1.10.0.tgz",
"integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=",
"requires": {
"assert-plus": "^1.0.0",
"core-util-is": "1.0.2",
"extsprintf": "^1.2.0"
}
},
"which": {
"version": "2.0.2",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/which/-/which-2.0.2.tgz",
"integrity": "sha1-fGqN0KY2oDJ+ELWckobu6T8/UbE=",
"requires": {
"isexe": "^2.0.0"
}
},
"wordwrap": {
"version": "1.0.0",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/wordwrap/-/wordwrap-1.0.0.tgz",
"integrity": "sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus="
},
"wrappy": {
"version": "1.0.2",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/wrappy/-/wrappy-1.0.2.tgz",
"integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
},
"ws": {
"version": "7.3.1",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/ws/-/ws-7.3.1.tgz",
"integrity": "sha1-0FR79n985PEqct/jEmLGjX3FUcg="
},
"yauzl": {
"version": "2.10.0",
"resolved": "https://purecloud.jfrog.io/purecloud/api/npm/inin-internal-npm/yauzl/-/yauzl-2.10.0.tgz",
"integrity": "sha1-x+sXyT4RLLEIb6bY5R+wZnt5pfk=",
"requires": {
"buffer-crc32": "~0.2.3",
"fd-slicer": "~1.1.0"
}
}
}
}