generated from Hebilicious/serverless-esbuild-template
-
Notifications
You must be signed in to change notification settings - Fork 72
/
Copy pathyarn.lock
9732 lines (8430 loc) · 360 KB
/
yarn.lock
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
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4":
"integrity" "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg=="
"resolved" "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz"
"version" "7.10.4"
dependencies:
"@babel/highlight" "^7.10.4"
"@babel/core@^7.0.0", "@babel/core@^7.0.0-0", "@babel/core@^7.1.0", "@babel/core@^7.7.5":
"integrity" "sha512-O34LQooYVDXPl7QWCdW9p4NR+QlzOr7xShPPJz8GsuCU3/8ua/wqTr7gmnxXv+WBESiGU/G5s16i6tUvHkNb+w=="
"resolved" "https://registry.npmjs.org/@babel/core/-/core-7.10.5.tgz"
"version" "7.10.5"
dependencies:
"@babel/code-frame" "^7.10.4"
"@babel/generator" "^7.10.5"
"@babel/helper-module-transforms" "^7.10.5"
"@babel/helpers" "^7.10.4"
"@babel/parser" "^7.10.5"
"@babel/template" "^7.10.4"
"@babel/traverse" "^7.10.5"
"@babel/types" "^7.10.5"
"convert-source-map" "^1.7.0"
"debug" "^4.1.0"
"gensync" "^1.0.0-beta.1"
"json5" "^2.1.2"
"lodash" "^4.17.19"
"resolve" "^1.3.2"
"semver" "^5.4.1"
"source-map" "^0.5.0"
"@babel/generator@^7.10.5":
"integrity" "sha512-3vXxr3FEW7E7lJZiWQ3bM4+v/Vyr9C+hpolQ8BGFr9Y8Ri2tFLWTixmwKBafDujO1WVah4fhZBeU1bieKdghig=="
"resolved" "https://registry.npmjs.org/@babel/generator/-/generator-7.10.5.tgz"
"version" "7.10.5"
dependencies:
"@babel/types" "^7.10.5"
"jsesc" "^2.5.1"
"source-map" "^0.5.0"
"@babel/helper-function-name@^7.10.4":
"integrity" "sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ=="
"resolved" "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz"
"version" "7.10.4"
dependencies:
"@babel/helper-get-function-arity" "^7.10.4"
"@babel/template" "^7.10.4"
"@babel/types" "^7.10.4"
"@babel/helper-get-function-arity@^7.10.4":
"integrity" "sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A=="
"resolved" "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz"
"version" "7.10.4"
dependencies:
"@babel/types" "^7.10.4"
"@babel/helper-member-expression-to-functions@^7.10.4":
"integrity" "sha512-HiqJpYD5+WopCXIAbQDG0zye5XYVvcO9w/DHp5GsaGkRUaamLj2bEtu6i8rnGGprAhHM3qidCMgp71HF4endhA=="
"resolved" "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.10.5.tgz"
"version" "7.10.5"
dependencies:
"@babel/types" "^7.10.5"
"@babel/helper-module-imports@^7.10.4":
"integrity" "sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw=="
"resolved" "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.10.4.tgz"
"version" "7.10.4"
dependencies:
"@babel/types" "^7.10.4"
"@babel/helper-module-transforms@^7.10.5":
"integrity" "sha512-4P+CWMJ6/j1W915ITJaUkadLObmCRRSC234uctJfn/vHrsLNxsR8dwlcXv9ZhJWzl77awf+mWXSZEKt5t0OnlA=="
"resolved" "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.10.5.tgz"
"version" "7.10.5"
dependencies:
"@babel/helper-module-imports" "^7.10.4"
"@babel/helper-replace-supers" "^7.10.4"
"@babel/helper-simple-access" "^7.10.4"
"@babel/helper-split-export-declaration" "^7.10.4"
"@babel/template" "^7.10.4"
"@babel/types" "^7.10.5"
"lodash" "^4.17.19"
"@babel/helper-optimise-call-expression@^7.10.4":
"integrity" "sha512-n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg=="
"resolved" "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz"
"version" "7.10.4"
dependencies:
"@babel/types" "^7.10.4"
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.8.0":
"integrity" "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg=="
"resolved" "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz"
"version" "7.10.4"
"@babel/helper-replace-supers@^7.10.4":
"integrity" "sha512-sPxZfFXocEymYTdVK1UNmFPBN+Hv5mJkLPsYWwGBxZAxaWfFu+xqp7b6qWD0yjNuNL2VKc6L5M18tOXUP7NU0A=="
"resolved" "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.10.4.tgz"
"version" "7.10.4"
dependencies:
"@babel/helper-member-expression-to-functions" "^7.10.4"
"@babel/helper-optimise-call-expression" "^7.10.4"
"@babel/traverse" "^7.10.4"
"@babel/types" "^7.10.4"
"@babel/helper-simple-access@^7.10.4":
"integrity" "sha512-0fMy72ej/VEvF8ULmX6yb5MtHG4uH4Dbd6I/aHDb/JVg0bbivwt9Wg+h3uMvX+QSFtwr5MeItvazbrc4jtRAXw=="
"resolved" "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.10.4.tgz"
"version" "7.10.4"
dependencies:
"@babel/template" "^7.10.4"
"@babel/types" "^7.10.4"
"@babel/helper-split-export-declaration@^7.10.4":
"integrity" "sha512-pySBTeoUff56fL5CBU2hWm9TesA4r/rOkI9DyJLvvgz09MB9YtfIYe3iBriVaYNaPe+Alua0vBIOVOLs2buWhg=="
"resolved" "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.4.tgz"
"version" "7.10.4"
dependencies:
"@babel/types" "^7.10.4"
"@babel/helper-validator-identifier@^7.10.4":
"integrity" "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw=="
"resolved" "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz"
"version" "7.10.4"
"@babel/helpers@^7.10.4":
"integrity" "sha512-L2gX/XeUONeEbI78dXSrJzGdz4GQ+ZTA/aazfUsFaWjSe95kiCuOZ5HsXvkiw3iwF+mFHSRUfJU8t6YavocdXA=="
"resolved" "https://registry.npmjs.org/@babel/helpers/-/helpers-7.10.4.tgz"
"version" "7.10.4"
dependencies:
"@babel/template" "^7.10.4"
"@babel/traverse" "^7.10.4"
"@babel/types" "^7.10.4"
"@babel/highlight@^7.10.4":
"integrity" "sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA=="
"resolved" "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.4.tgz"
"version" "7.10.4"
dependencies:
"@babel/helper-validator-identifier" "^7.10.4"
"chalk" "^2.0.0"
"js-tokens" "^4.0.0"
"@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.10.5":
"integrity" "sha512-wfryxy4bE1UivvQKSQDU4/X6dr+i8bctjUjj8Zyt3DQy7NtPizJXT8M52nqpNKL+nq2PW8lxk4ZqLj0fD4B4hQ=="
"resolved" "https://registry.npmjs.org/@babel/parser/-/parser-7.10.5.tgz"
"version" "7.10.5"
"@babel/plugin-syntax-async-generators@^7.8.4":
"integrity" "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw=="
"resolved" "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz"
"version" "7.8.4"
dependencies:
"@babel/helper-plugin-utils" "^7.8.0"
"@babel/plugin-syntax-bigint@^7.8.3":
"integrity" "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg=="
"resolved" "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz"
"version" "7.8.3"
dependencies:
"@babel/helper-plugin-utils" "^7.8.0"
"@babel/plugin-syntax-class-properties@^7.8.3":
"integrity" "sha512-GCSBF7iUle6rNugfURwNmCGG3Z/2+opxAMLs1nND4bhEG5PuxTIggDBoeYYSujAlLtsupzOHYJQgPS3pivwXIA=="
"resolved" "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.10.4.tgz"
"version" "7.10.4"
dependencies:
"@babel/helper-plugin-utils" "^7.10.4"
"@babel/plugin-syntax-import-meta@^7.8.3":
"integrity" "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g=="
"resolved" "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz"
"version" "7.10.4"
dependencies:
"@babel/helper-plugin-utils" "^7.10.4"
"@babel/plugin-syntax-json-strings@^7.8.3":
"integrity" "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA=="
"resolved" "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz"
"version" "7.8.3"
dependencies:
"@babel/helper-plugin-utils" "^7.8.0"
"@babel/plugin-syntax-logical-assignment-operators@^7.8.3":
"integrity" "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig=="
"resolved" "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz"
"version" "7.10.4"
dependencies:
"@babel/helper-plugin-utils" "^7.10.4"
"@babel/plugin-syntax-nullish-coalescing-operator@^7.8.3":
"integrity" "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ=="
"resolved" "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz"
"version" "7.8.3"
dependencies:
"@babel/helper-plugin-utils" "^7.8.0"
"@babel/plugin-syntax-numeric-separator@^7.8.3":
"integrity" "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug=="
"resolved" "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz"
"version" "7.10.4"
dependencies:
"@babel/helper-plugin-utils" "^7.10.4"
"@babel/plugin-syntax-object-rest-spread@^7.8.3":
"integrity" "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA=="
"resolved" "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz"
"version" "7.8.3"
dependencies:
"@babel/helper-plugin-utils" "^7.8.0"
"@babel/plugin-syntax-optional-catch-binding@^7.8.3":
"integrity" "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q=="
"resolved" "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz"
"version" "7.8.3"
dependencies:
"@babel/helper-plugin-utils" "^7.8.0"
"@babel/plugin-syntax-optional-chaining@^7.8.3":
"integrity" "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg=="
"resolved" "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz"
"version" "7.8.3"
dependencies:
"@babel/helper-plugin-utils" "^7.8.0"
"@babel/template@^7.10.4", "@babel/template@^7.3.3":
"integrity" "sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA=="
"resolved" "https://registry.npmjs.org/@babel/template/-/template-7.10.4.tgz"
"version" "7.10.4"
dependencies:
"@babel/code-frame" "^7.10.4"
"@babel/parser" "^7.10.4"
"@babel/types" "^7.10.4"
"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.10.5":
"integrity" "sha512-yc/fyv2gUjPqzTz0WHeRJH2pv7jA9kA7mBX2tXl/x5iOE81uaVPuGPtaYk7wmkx4b67mQ7NqI8rmT2pF47KYKQ=="
"resolved" "https://registry.npmjs.org/@babel/traverse/-/traverse-7.10.5.tgz"
"version" "7.10.5"
dependencies:
"@babel/code-frame" "^7.10.4"
"@babel/generator" "^7.10.5"
"@babel/helper-function-name" "^7.10.4"
"@babel/helper-split-export-declaration" "^7.10.4"
"@babel/parser" "^7.10.5"
"@babel/types" "^7.10.5"
"debug" "^4.1.0"
"globals" "^11.1.0"
"lodash" "^4.17.19"
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3":
"integrity" "sha512-ixV66KWfCI6GKoA/2H9v6bQdbfXEwwpOdQ8cRvb4F+eyvhlaHxWFMQB4+3d9QFJXZsiiiqVrewNV0DFEQpyT4Q=="
"resolved" "https://registry.npmjs.org/@babel/types/-/types-7.10.5.tgz"
"version" "7.10.5"
dependencies:
"@babel/helper-validator-identifier" "^7.10.4"
"lodash" "^4.17.19"
"to-fast-properties" "^2.0.0"
"@bcoe/v8-coverage@^0.2.3":
"integrity" "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw=="
"resolved" "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz"
"version" "0.2.3"
"@cnakazawa/watch@^1.0.3":
"integrity" "sha512-v9kIhKwjeZThiWrLmj0y17CWoyddASLj9O2yvbZkbvw/N3rWOYy9zkV66ursAoVr0mV15bL8g0c4QZUE6cdDoQ=="
"resolved" "https://registry.npmjs.org/@cnakazawa/watch/-/watch-1.0.4.tgz"
"version" "1.0.4"
dependencies:
"exec-sh" "^0.3.2"
"minimist" "^1.2.0"
"@hapi/accept@^3.2.4":
"integrity" "sha512-soThGB+QMgfxlh0Vzhzlf3ZOEOPk5biEwcOXhkF0Eedqx8VnhGiggL9UYHrIsOb1rUg3Be3K8kp0iDL2wbVSOQ=="
"resolved" "https://registry.npmjs.org/@hapi/accept/-/accept-3.2.4.tgz"
"version" "3.2.4"
dependencies:
"@hapi/boom" "7.x.x"
"@hapi/hoek" "8.x.x"
"@hapi/address@^2.1.2", "@hapi/address@2.x.x":
"integrity" "sha512-QD1PhQk+s31P1ixsX0H0Suoupp3VMXzIVMSwobR3F3MSUO2YCV0B7xqLcUw/Bh8yuvd3LhpyqLQWTNcRmp6IdQ=="
"resolved" "https://registry.npmjs.org/@hapi/address/-/address-2.1.4.tgz"
"version" "2.1.4"
"@hapi/ammo@^3.1.2":
"integrity" "sha512-ej9OtFmiZv1qr45g1bxEZNGyaR4jRpyMxU6VhbxjaYThymvOwsyIsUKMZnP5Qw2tfYFuwqCJuIBHGpeIbdX9gQ=="
"resolved" "https://registry.npmjs.org/@hapi/ammo/-/ammo-3.1.2.tgz"
"version" "3.1.2"
dependencies:
"@hapi/hoek" "8.x.x"
"@hapi/b64@4.x.x":
"integrity" "sha512-zqHpQuH5CBMw6hADzKfU/IGNrxq1Q+/wTYV+OiZRQN9F3tMyk+9BUMeBvFRMamduuqL8iSp62QAnJ+7ATiYLWA=="
"resolved" "https://registry.npmjs.org/@hapi/b64/-/b64-4.2.1.tgz"
"version" "4.2.1"
dependencies:
"@hapi/hoek" "8.x.x"
"@hapi/boom@^7.4.11", "@hapi/boom@7.x.x":
"integrity" "sha512-VSU/Cnj1DXouukYxxkes4nNJonCnlogHvIff1v1RVoN4xzkKhMXX+GRmb3NyH1iar10I9WFPDv2JPwfH3GaV0A=="
"resolved" "https://registry.npmjs.org/@hapi/boom/-/boom-7.4.11.tgz"
"version" "7.4.11"
dependencies:
"@hapi/hoek" "8.x.x"
"@hapi/bounce@1.x.x":
"integrity" "sha512-3bnb1AlcEByFZnpDIidxQyw1Gds81z/1rSqlx4bIEE+wUN0ATj0D49B5cE1wGocy90Rp/de4tv7GjsKd5RQeew=="
"resolved" "https://registry.npmjs.org/@hapi/bounce/-/bounce-1.3.2.tgz"
"version" "1.3.2"
dependencies:
"@hapi/boom" "7.x.x"
"@hapi/hoek" "^8.3.1"
"@hapi/bourne@1.x.x":
"integrity" "sha512-1dVNHT76Uu5N3eJNTYcvxee+jzX4Z9lfciqRRHCU27ihbUcYi+iSc2iml5Ke1LXe1SyJCLA0+14Jh4tXJgOppA=="
"resolved" "https://registry.npmjs.org/@hapi/bourne/-/bourne-1.3.2.tgz"
"version" "1.3.2"
"@hapi/call@^5.1.3":
"integrity" "sha512-5DfWpMk7qZiYhvBhM5oUiT4GQ/O8a2rFR121/PdwA/eZ2C1EsuD547ZggMKAR5bZ+FtxOf0fdM20zzcXzq2mZA=="
"resolved" "https://registry.npmjs.org/@hapi/call/-/call-5.1.3.tgz"
"version" "5.1.3"
dependencies:
"@hapi/boom" "7.x.x"
"@hapi/hoek" "8.x.x"
"@hapi/catbox-memory@4.x.x":
"integrity" "sha512-T6Hdy8DExzG0jY7C8yYWZB4XHfc0v+p1EGkwxl2HoaPYAmW7I3E59M/IvmSVpis8RPcIoBp41ZpO2aZPBpM2Ww=="
"resolved" "https://registry.npmjs.org/@hapi/catbox-memory/-/catbox-memory-4.1.1.tgz"
"version" "4.1.1"
dependencies:
"@hapi/boom" "7.x.x"
"@hapi/hoek" "8.x.x"
"@hapi/catbox@10.x.x":
"integrity" "sha512-kN9hXO4NYyOHW09CXiuj5qW1syc/0XeVOBsNNk0Tz89wWNQE5h21WF+VsfAw3uFR8swn/Wj3YEVBnWqo82m/JQ=="
"resolved" "https://registry.npmjs.org/@hapi/catbox/-/catbox-10.2.3.tgz"
"version" "10.2.3"
dependencies:
"@hapi/boom" "7.x.x"
"@hapi/hoek" "8.x.x"
"@hapi/joi" "16.x.x"
"@hapi/podium" "3.x.x"
"@hapi/content@^4.1.1":
"integrity" "sha512-3TWvmwpVPxFSF3KBjKZ8yDqIKKZZIm7VurDSweYpXYENZrJH3C1hd1+qEQW9wQaUaI76pPBLGrXl6I3B7i3ipA=="
"resolved" "https://registry.npmjs.org/@hapi/content/-/content-4.1.1.tgz"
"version" "4.1.1"
dependencies:
"@hapi/boom" "7.x.x"
"@hapi/cryptiles@4.x.x":
"integrity" "sha512-XoqgKsHK0l/VpqPs+tr6j6vE+VQ3+2bkF2stvttmc7xAOf1oSAwHcJ0tlp/6MxMysktt1IEY0Csy3khKaP9/uQ=="
"resolved" "https://registry.npmjs.org/@hapi/cryptiles/-/cryptiles-4.2.1.tgz"
"version" "4.2.1"
dependencies:
"@hapi/boom" "7.x.x"
"@hapi/file@1.x.x":
"integrity" "sha512-Bsfp/+1Gyf70eGtnIgmScvrH8sSypO3TcK3Zf0QdHnzn/ACnAkI6KLtGACmNRPEzzIy+W7aJX5E+1fc9GwIABQ=="
"resolved" "https://registry.npmjs.org/@hapi/file/-/file-1.0.0.tgz"
"version" "1.0.0"
"@hapi/formula@^1.2.0":
"integrity" "sha512-UFbtbGPjstz0eWHb+ga/GM3Z9EzqKXFWIbSOFURU0A/Gku0Bky4bCk9/h//K2Xr3IrCfjFNhMm4jyZ5dbCewGA=="
"resolved" "https://registry.npmjs.org/@hapi/formula/-/formula-1.2.0.tgz"
"version" "1.2.0"
"@hapi/h2o2@^8.3.2":
"integrity" "sha512-2WkZq+QAkvYHWGqnUuG0stcVeGyv9T7bopBYnCJSUEuvBZlUf2BTX2JCVSKxsnTLOxCYwoC/aI4Rr0ZSRd2oVg=="
"resolved" "https://registry.npmjs.org/@hapi/h2o2/-/h2o2-8.3.2.tgz"
"version" "8.3.2"
dependencies:
"@hapi/boom" "7.x.x"
"@hapi/hoek" "8.x.x"
"@hapi/joi" "16.x.x"
"@hapi/wreck" "15.x.x"
"@hapi/hapi@^18.4.1":
"integrity" "sha512-9HjVGa0Z4Qv9jk9AVoUdJMQLA+KuZ+liKWyEEkVBx3e3H1F0JM6aGbPkY9jRfwsITBWGBU2iXazn65SFKSi/tg=="
"resolved" "https://registry.npmjs.org/@hapi/hapi/-/hapi-18.4.1.tgz"
"version" "18.4.1"
dependencies:
"@hapi/accept" "^3.2.4"
"@hapi/ammo" "^3.1.2"
"@hapi/boom" "7.x.x"
"@hapi/bounce" "1.x.x"
"@hapi/call" "^5.1.3"
"@hapi/catbox" "10.x.x"
"@hapi/catbox-memory" "4.x.x"
"@hapi/heavy" "6.x.x"
"@hapi/hoek" "8.x.x"
"@hapi/joi" "15.x.x"
"@hapi/mimos" "4.x.x"
"@hapi/podium" "3.x.x"
"@hapi/shot" "4.x.x"
"@hapi/somever" "2.x.x"
"@hapi/statehood" "6.x.x"
"@hapi/subtext" "^6.1.3"
"@hapi/teamwork" "3.x.x"
"@hapi/topo" "3.x.x"
"@hapi/heavy@6.x.x":
"integrity" "sha512-PY1dCCO6dsze7RlafIRhTaGeyTgVe49A/lSkxbhKGjQ7x46o/OFf7hLiRqTCDh3atcEKf6362EaB3+kTUbCsVA=="
"resolved" "https://registry.npmjs.org/@hapi/heavy/-/heavy-6.2.2.tgz"
"version" "6.2.2"
dependencies:
"@hapi/boom" "7.x.x"
"@hapi/hoek" "8.x.x"
"@hapi/joi" "16.x.x"
"@hapi/hoek@^8.2.4", "@hapi/hoek@^8.3.0", "@hapi/hoek@^8.3.1", "@hapi/hoek@8.x.x":
"integrity" "sha512-yN7kbciD87WzLGc5539Tn0sApjyiGHAJgKvG9W8C7O+6c7qmoQMfVs0W4bX17eqz6C78QJqqFrtgdK5EWf6Qow=="
"resolved" "https://registry.npmjs.org/@hapi/hoek/-/hoek-8.5.1.tgz"
"version" "8.5.1"
"@hapi/iron@5.x.x":
"integrity" "sha512-+ElC+OCiwWLjlJBmm8ZEWjlfzTMQTdgPnU/TsoU5QsktspIWmWi9IU4kU83nH+X/SSya8TP8h8P11Wr5L7dkQQ=="
"resolved" "https://registry.npmjs.org/@hapi/iron/-/iron-5.1.4.tgz"
"version" "5.1.4"
dependencies:
"@hapi/b64" "4.x.x"
"@hapi/boom" "7.x.x"
"@hapi/bourne" "1.x.x"
"@hapi/cryptiles" "4.x.x"
"@hapi/hoek" "8.x.x"
"@hapi/joi@15.x.x":
"integrity" "sha512-entf8ZMOK8sc+8YfeOlM8pCfg3b5+WZIKBfUaaJT8UsjAAPjartzxIYm3TIbjvA4u+u++KbcXD38k682nVHDAQ=="
"resolved" "https://registry.npmjs.org/@hapi/joi/-/joi-15.1.1.tgz"
"version" "15.1.1"
dependencies:
"@hapi/address" "2.x.x"
"@hapi/bourne" "1.x.x"
"@hapi/hoek" "8.x.x"
"@hapi/topo" "3.x.x"
"@hapi/joi@16.x.x":
"integrity" "sha512-wAsVvTPe+FwSrsAurNt5vkg3zo+TblvC5Bb1zMVK6SJzZqw9UrJnexxR+76cpePmtUZKHAPxcQ2Bf7oVHyahhg=="
"resolved" "https://registry.npmjs.org/@hapi/joi/-/joi-16.1.8.tgz"
"version" "16.1.8"
dependencies:
"@hapi/address" "^2.1.2"
"@hapi/formula" "^1.2.0"
"@hapi/hoek" "^8.2.4"
"@hapi/pinpoint" "^1.0.2"
"@hapi/topo" "^3.1.3"
"@hapi/mimos@4.x.x":
"integrity" "sha512-CXoi/zfcTWfKYX756eEea8rXJRIb9sR4d7VwyAH9d3BkDyNgAesZxvqIdm55npQc6S9mU3FExinMAQVlIkz0eA=="
"resolved" "https://registry.npmjs.org/@hapi/mimos/-/mimos-4.1.1.tgz"
"version" "4.1.1"
dependencies:
"@hapi/hoek" "8.x.x"
"mime-db" "1.x.x"
"@hapi/nigel@3.x.x":
"integrity" "sha512-R9YWx4S8yu0gcCBrMUDCiEFm1SQT895dMlYoeNBp8I6YhF1BFF1iYPueKA2Kkp9BvyHdjmvrxCOns7GMmpl+Fw=="
"resolved" "https://registry.npmjs.org/@hapi/nigel/-/nigel-3.1.1.tgz"
"version" "3.1.1"
dependencies:
"@hapi/hoek" "8.x.x"
"@hapi/vise" "3.x.x"
"@hapi/pez@^4.1.2":
"integrity" "sha512-8zSdJ8cZrJLFldTgwjU9Fb1JebID+aBCrCsycgqKYe0OZtM2r3Yv3aAwW5z97VsZWCROC1Vx6Mdn4rujh5Ktcg=="
"resolved" "https://registry.npmjs.org/@hapi/pez/-/pez-4.1.2.tgz"
"version" "4.1.2"
dependencies:
"@hapi/b64" "4.x.x"
"@hapi/boom" "7.x.x"
"@hapi/content" "^4.1.1"
"@hapi/hoek" "8.x.x"
"@hapi/nigel" "3.x.x"
"@hapi/pinpoint@^1.0.2":
"integrity" "sha512-dtXC/WkZBfC5vxscazuiJ6iq4j9oNx1SHknmIr8hofarpKUZKmlUVYVIhNVzIEgK5Wrc4GMHL5lZtt1uS2flmQ=="
"resolved" "https://registry.npmjs.org/@hapi/pinpoint/-/pinpoint-1.0.2.tgz"
"version" "1.0.2"
"@hapi/podium@3.x.x":
"integrity" "sha512-QJlnYLEYZWlKQ9fSOtuUcpANyoVGwT68GA9P0iQQCAetBK0fI+nbRBt58+aMixoifczWZUthuGkNjqKxgPh/CQ=="
"resolved" "https://registry.npmjs.org/@hapi/podium/-/podium-3.4.3.tgz"
"version" "3.4.3"
dependencies:
"@hapi/hoek" "8.x.x"
"@hapi/joi" "16.x.x"
"@hapi/shot@4.x.x":
"integrity" "sha512-6LeHLjvsq/bQ0R+fhEyr7mqExRGguNTrxFZf5DyKe3CK6pNabiGgYO4JVFaRrLZ3JyuhkS0fo8iiRE2Ql2oA/A=="
"resolved" "https://registry.npmjs.org/@hapi/shot/-/shot-4.1.2.tgz"
"version" "4.1.2"
dependencies:
"@hapi/hoek" "8.x.x"
"@hapi/joi" "16.x.x"
"@hapi/somever@2.x.x":
"integrity" "sha512-cic5Sto4KGd9B0oQSdKTokju+rYhCbdpzbMb0EBnrH5Oc1z048hY8PaZ1lx2vBD7I/XIfTQVQetBH57fU51XRA=="
"resolved" "https://registry.npmjs.org/@hapi/somever/-/somever-2.1.1.tgz"
"version" "2.1.1"
dependencies:
"@hapi/bounce" "1.x.x"
"@hapi/hoek" "8.x.x"
"@hapi/statehood@6.x.x":
"integrity" "sha512-pYXw1x6npz/UfmtcpUhuMvdK5kuOGTKcJNfLqdNptzietK2UZH5RzNJSlv5bDHeSmordFM3kGItcuQWX2lj2nQ=="
"resolved" "https://registry.npmjs.org/@hapi/statehood/-/statehood-6.1.2.tgz"
"version" "6.1.2"
dependencies:
"@hapi/boom" "7.x.x"
"@hapi/bounce" "1.x.x"
"@hapi/bourne" "1.x.x"
"@hapi/cryptiles" "4.x.x"
"@hapi/hoek" "8.x.x"
"@hapi/iron" "5.x.x"
"@hapi/joi" "16.x.x"
"@hapi/subtext@^6.1.3":
"integrity" "sha512-qWN6NbiHNzohVcJMeAlpku/vzbyH4zIpnnMPMPioQMwIxbPFKeNViDCNI6fVBbMPBiw/xB4FjqiJkRG5P9eWWg=="
"resolved" "https://registry.npmjs.org/@hapi/subtext/-/subtext-6.1.3.tgz"
"version" "6.1.3"
dependencies:
"@hapi/boom" "7.x.x"
"@hapi/bourne" "1.x.x"
"@hapi/content" "^4.1.1"
"@hapi/file" "1.x.x"
"@hapi/hoek" "8.x.x"
"@hapi/pez" "^4.1.2"
"@hapi/wreck" "15.x.x"
"@hapi/teamwork@3.x.x":
"integrity" "sha512-61tiqWCYvMKP7fCTXy0M4VE6uNIwA0qvgFoiDubgfj7uqJ0fdHJFQNnVPGrxhLWlwz0uBPWrQlBH7r8y9vFITQ=="
"resolved" "https://registry.npmjs.org/@hapi/teamwork/-/teamwork-3.3.1.tgz"
"version" "3.3.1"
"@hapi/topo@^3.1.3", "@hapi/topo@3.x.x":
"integrity" "sha512-tAag0jEcjwH+P2quUfipd7liWCNX2F8NvYjQp2wtInsZxnMlypdw0FtAOLxtvvkO+GSRRbmNi8m/5y42PQJYCQ=="
"resolved" "https://registry.npmjs.org/@hapi/topo/-/topo-3.1.6.tgz"
"version" "3.1.6"
dependencies:
"@hapi/hoek" "^8.3.0"
"@hapi/vise@3.x.x":
"integrity" "sha512-OXarbiCSadvtg+bSdVPqu31Z1JoBL+FwNYz3cYoBKQ5xq1/Cr4A3IkGpAZbAuxU5y4NL5pZFZG3d2a3ZGm/dOQ=="
"resolved" "https://registry.npmjs.org/@hapi/vise/-/vise-3.1.1.tgz"
"version" "3.1.1"
dependencies:
"@hapi/hoek" "8.x.x"
"@hapi/wreck@15.x.x":
"integrity" "sha512-tQczYRTTeYBmvhsek/D49En/5khcShaBEmzrAaDjMrFXKJRuF8xA8+tlq1ETLBFwGd6Do6g2OC74rt11kzawzg=="
"resolved" "https://registry.npmjs.org/@hapi/wreck/-/wreck-15.1.0.tgz"
"version" "15.1.0"
dependencies:
"@hapi/boom" "7.x.x"
"@hapi/bourne" "1.x.x"
"@hapi/hoek" "8.x.x"
"@istanbuljs/load-nyc-config@^1.0.0":
"integrity" "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ=="
"resolved" "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz"
"version" "1.1.0"
dependencies:
"camelcase" "^5.3.1"
"find-up" "^4.1.0"
"get-package-type" "^0.1.0"
"js-yaml" "^3.13.1"
"resolve-from" "^5.0.0"
"@istanbuljs/schema@^0.1.2":
"integrity" "sha512-tsAQNx32a8CoFhjhijUIhI4kccIAgmGhy8LZMZgGfmXcpMbPRUqn5LWmgRttILi6yeGmBJd2xsPkFMs0PzgPCw=="
"resolved" "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.2.tgz"
"version" "0.1.2"
"@jest/console@^26.2.0":
"integrity" "sha512-mXQfx3nSLwiHm1i7jbu+uvi+vvpVjNGzIQYLCfsat9rapC+MJkS4zBseNrgJE0vU921b3P67bQzhduphjY3Tig=="
"resolved" "https://registry.npmjs.org/@jest/console/-/console-26.2.0.tgz"
"version" "26.2.0"
dependencies:
"@jest/types" "^26.2.0"
"@types/node" "*"
"chalk" "^4.0.0"
"jest-message-util" "^26.2.0"
"jest-util" "^26.2.0"
"slash" "^3.0.0"
"@jest/core@^26.2.2":
"integrity" "sha512-UwA8gNI8aeV4FHGfGAUfO/DHjrFVvlBravF1Tm9Kt6qFE+6YHR47kFhgdepOFpADEKstyO+MVdPvkV6/dyt9sA=="
"resolved" "https://registry.npmjs.org/@jest/core/-/core-26.2.2.tgz"
"version" "26.2.2"
dependencies:
"@jest/console" "^26.2.0"
"@jest/reporters" "^26.2.2"
"@jest/test-result" "^26.2.0"
"@jest/transform" "^26.2.2"
"@jest/types" "^26.2.0"
"@types/node" "*"
"ansi-escapes" "^4.2.1"
"chalk" "^4.0.0"
"exit" "^0.1.2"
"graceful-fs" "^4.2.4"
"jest-changed-files" "^26.2.0"
"jest-config" "^26.2.2"
"jest-haste-map" "^26.2.2"
"jest-message-util" "^26.2.0"
"jest-regex-util" "^26.0.0"
"jest-resolve" "^26.2.2"
"jest-resolve-dependencies" "^26.2.2"
"jest-runner" "^26.2.2"
"jest-runtime" "^26.2.2"
"jest-snapshot" "^26.2.2"
"jest-util" "^26.2.0"
"jest-validate" "^26.2.0"
"jest-watcher" "^26.2.0"
"micromatch" "^4.0.2"
"p-each-series" "^2.1.0"
"rimraf" "^3.0.0"
"slash" "^3.0.0"
"strip-ansi" "^6.0.0"
"@jest/environment@^26.2.0":
"integrity" "sha512-oCgp9NmEiJ5rbq9VI/v/yYLDpladAAVvFxZgNsnJxOETuzPZ0ZcKKHYjKYwCtPOP1WCrM5nmyuOhMStXFGHn+g=="
"resolved" "https://registry.npmjs.org/@jest/environment/-/environment-26.2.0.tgz"
"version" "26.2.0"
dependencies:
"@jest/fake-timers" "^26.2.0"
"@jest/types" "^26.2.0"
"@types/node" "*"
"jest-mock" "^26.2.0"
"@jest/fake-timers@^26.2.0":
"integrity" "sha512-45Gfe7YzYTKqTayBrEdAF0qYyAsNRBzfkV0IyVUm3cx7AsCWlnjilBM4T40w7IXT5VspOgMPikQlV0M6gHwy/g=="
"resolved" "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-26.2.0.tgz"
"version" "26.2.0"
dependencies:
"@jest/types" "^26.2.0"
"@sinonjs/fake-timers" "^6.0.1"
"@types/node" "*"
"jest-message-util" "^26.2.0"
"jest-mock" "^26.2.0"
"jest-util" "^26.2.0"
"@jest/globals@^26.2.0":
"integrity" "sha512-Hoc6ScEIPaym7RNytIL2ILSUWIGKlwEv+JNFof9dGYOdvPjb2evEURSslvCMkNuNg1ECEClTE8PH7ULlMJntYA=="
"resolved" "https://registry.npmjs.org/@jest/globals/-/globals-26.2.0.tgz"
"version" "26.2.0"
dependencies:
"@jest/environment" "^26.2.0"
"@jest/types" "^26.2.0"
"expect" "^26.2.0"
"@jest/reporters@^26.2.2":
"integrity" "sha512-7854GPbdFTAorWVh+RNHyPO9waRIN6TcvCezKVxI1khvFq9YjINTW7J3WU+tbR038Ynn6WjYred6vtT0YmIWVQ=="
"resolved" "https://registry.npmjs.org/@jest/reporters/-/reporters-26.2.2.tgz"
"version" "26.2.2"
dependencies:
"@bcoe/v8-coverage" "^0.2.3"
"@jest/console" "^26.2.0"
"@jest/test-result" "^26.2.0"
"@jest/transform" "^26.2.2"
"@jest/types" "^26.2.0"
"chalk" "^4.0.0"
"collect-v8-coverage" "^1.0.0"
"exit" "^0.1.2"
"glob" "^7.1.2"
"graceful-fs" "^4.2.4"
"istanbul-lib-coverage" "^3.0.0"
"istanbul-lib-instrument" "^4.0.3"
"istanbul-lib-report" "^3.0.0"
"istanbul-lib-source-maps" "^4.0.0"
"istanbul-reports" "^3.0.2"
"jest-haste-map" "^26.2.2"
"jest-resolve" "^26.2.2"
"jest-util" "^26.2.0"
"jest-worker" "^26.2.1"
"slash" "^3.0.0"
"source-map" "^0.6.0"
"string-length" "^4.0.1"
"terminal-link" "^2.0.0"
"v8-to-istanbul" "^4.1.3"
optionalDependencies:
"node-notifier" "^7.0.0"
"@jest/source-map@^26.1.0":
"integrity" "sha512-XYRPYx4eEVX15cMT9mstnO7hkHP3krNtKfxUYd8L7gbtia8JvZZ6bMzSwa6IQJENbudTwKMw5R1BePRD+bkEmA=="
"resolved" "https://registry.npmjs.org/@jest/source-map/-/source-map-26.1.0.tgz"
"version" "26.1.0"
dependencies:
"callsites" "^3.0.0"
"graceful-fs" "^4.2.4"
"source-map" "^0.6.0"
"@jest/test-result@^26.2.0":
"integrity" "sha512-kgPlmcVafpmfyQEu36HClK+CWI6wIaAWDHNxfQtGuKsgoa2uQAYdlxjMDBEa3CvI40+2U3v36gQF6oZBkoKatw=="
"resolved" "https://registry.npmjs.org/@jest/test-result/-/test-result-26.2.0.tgz"
"version" "26.2.0"
dependencies:
"@jest/console" "^26.2.0"
"@jest/types" "^26.2.0"
"@types/istanbul-lib-coverage" "^2.0.0"
"collect-v8-coverage" "^1.0.0"
"@jest/test-sequencer@^26.2.2":
"integrity" "sha512-SliZWon5LNqV/lVXkeowSU6L8++FGOu3f43T01L1Gv6wnFDP00ER0utV9jyK9dVNdXqfMNCN66sfcyar/o7BNw=="
"resolved" "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-26.2.2.tgz"
"version" "26.2.2"
dependencies:
"@jest/test-result" "^26.2.0"
"graceful-fs" "^4.2.4"
"jest-haste-map" "^26.2.2"
"jest-runner" "^26.2.2"
"jest-runtime" "^26.2.2"
"@jest/transform@^26.2.2":
"integrity" "sha512-c1snhvi5wRVre1XyoO3Eef5SEWpuBCH/cEbntBUd9tI5sNYiBDmO0My/lc5IuuGYKp/HFIHV1eZpSx5yjdkhKw=="
"resolved" "https://registry.npmjs.org/@jest/transform/-/transform-26.2.2.tgz"
"version" "26.2.2"
dependencies:
"@babel/core" "^7.1.0"
"@jest/types" "^26.2.0"
"babel-plugin-istanbul" "^6.0.0"
"chalk" "^4.0.0"
"convert-source-map" "^1.4.0"
"fast-json-stable-stringify" "^2.0.0"
"graceful-fs" "^4.2.4"
"jest-haste-map" "^26.2.2"
"jest-regex-util" "^26.0.0"
"jest-util" "^26.2.0"
"micromatch" "^4.0.2"
"pirates" "^4.0.1"
"slash" "^3.0.0"
"source-map" "^0.6.1"
"write-file-atomic" "^3.0.0"
"@jest/types@^25.5.0":
"integrity" "sha512-OXD0RgQ86Tu3MazKo8bnrkDRaDXXMGUqd+kTtLtK1Zb7CRzQcaSRPPPV37SvYTdevXEBVxe0HXylEjs8ibkmCw=="
"resolved" "https://registry.npmjs.org/@jest/types/-/types-25.5.0.tgz"
"version" "25.5.0"
dependencies:
"@types/istanbul-lib-coverage" "^2.0.0"
"@types/istanbul-reports" "^1.1.1"
"@types/yargs" "^15.0.0"
"chalk" "^3.0.0"
"@jest/types@^26.2.0":
"integrity" "sha512-lvm3rJvctxd7+wxKSxxbzpDbr4FXDLaC57WEKdUIZ2cjTYuxYSc0zlyD7Z4Uqr5VdKxRUrtwIkiqBuvgf8uKJA=="
"resolved" "https://registry.npmjs.org/@jest/types/-/types-26.2.0.tgz"
"version" "26.2.0"
dependencies:
"@types/istanbul-lib-coverage" "^2.0.0"
"@types/istanbul-reports" "^1.1.1"
"@types/node" "*"
"@types/yargs" "^15.0.0"
"chalk" "^4.0.0"
"@mrmlnc/readdir-enhanced@^2.2.1":
"integrity" "sha512-bPHp6Ji8b41szTOcaP63VlnbbO5Ny6dwAATtY6JTjh5N2OLrb5Qk/Th5cRkRQhkWCt+EJsYrNB0MiL+Gpn6e3g=="
"resolved" "https://registry.npmjs.org/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz"
"version" "2.2.1"
dependencies:
"call-me-maybe" "^1.0.1"
"glob-to-regexp" "^0.3.0"
"@nodelib/fs.scandir@2.1.3":
"integrity" "sha512-eGmwYQn3gxo4r7jdQnkrrN6bY478C3P+a/y72IJukF8LjB6ZHeB3c+Ehacj3sYeSmUXGlnA67/PmbM9CVwL7Dw=="
"resolved" "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz"
"version" "2.1.3"
dependencies:
"@nodelib/fs.stat" "2.0.3"
"run-parallel" "^1.1.9"
"@nodelib/fs.stat@^1.1.2":
"integrity" "sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw=="
"resolved" "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz"
"version" "1.1.3"
"@nodelib/fs.stat@^2.0.2":
"integrity" "sha512-bQBFruR2TAwoevBEd/NWMoAAtNGzTRgdrqnYCc7dhzfoNvqPzLyqlEQnzZ3kVnNrSp25iyxE00/3h2fqGAGArA=="
"resolved" "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.3.tgz"
"version" "2.0.3"
"@nodelib/fs.stat@2.0.3":
"integrity" "sha512-bQBFruR2TAwoevBEd/NWMoAAtNGzTRgdrqnYCc7dhzfoNvqPzLyqlEQnzZ3kVnNrSp25iyxE00/3h2fqGAGArA=="
"resolved" "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.3.tgz"
"version" "2.0.3"
"@nodelib/fs.walk@^1.2.3":
"integrity" "sha512-1V9XOY4rDW0rehzbrcqAmHnz8e7SKvX27gh8Gt2WgB0+pdzdiLV83p72kZPU+jvMbS1qU5mauP2iOvO8rhmurQ=="
"resolved" "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.4.tgz"
"version" "1.2.4"
dependencies:
"@nodelib/fs.scandir" "2.1.3"
"fastq" "^1.6.0"
"@opencensus/core@^0.0.8":
"integrity" "sha512-yUFT59SFhGMYQgX0PhoTR0LBff2BEhPrD9io1jWfF/VDbakRfs6Pq60rjv0Z7iaTav5gQlttJCX2+VPxFWCuoQ=="
"resolved" "https://registry.npmjs.org/@opencensus/core/-/core-0.0.8.tgz"
"version" "0.0.8"
dependencies:
"continuation-local-storage" "^3.2.1"
"log-driver" "^1.2.7"
"semver" "^5.5.0"
"shimmer" "^1.2.0"
"uuid" "^3.2.1"
"@opencensus/core@0.0.9":
"integrity" "sha512-31Q4VWtbzXpVUd2m9JS6HEaPjlKvNMOiF7lWKNmXF84yUcgfAFL5re7/hjDmdyQbOp32oGc+RFV78jXIldVz6Q=="
"resolved" "https://registry.npmjs.org/@opencensus/core/-/core-0.0.9.tgz"
"version" "0.0.9"
dependencies:
"continuation-local-storage" "^3.2.1"
"log-driver" "^1.2.7"
"semver" "^5.5.0"
"shimmer" "^1.2.0"
"uuid" "^3.2.1"
"@opencensus/propagation-b3@0.0.8":
"integrity" "sha512-PffXX2AL8Sh0VHQ52jJC4u3T0H6wDK6N/4bg7xh4ngMYOIi13aR1kzVvX1sVDBgfGwDOkMbl4c54Xm3tlPx/+A=="
"resolved" "https://registry.npmjs.org/@opencensus/propagation-b3/-/propagation-b3-0.0.8.tgz"
"version" "0.0.8"
dependencies:
"@opencensus/core" "^0.0.8"
"uuid" "^3.2.1"
"@pm2/agent-node@^1.1.10":
"integrity" "sha512-xRcrk7OEwhS3d/227/kKGvxgmbIi6Yyp27FzGlFNermEKhgddmFaRnmd7GRLIsBM/KB28NrwflBZulzk/mma6g=="
"resolved" "https://registry.npmjs.org/@pm2/agent-node/-/agent-node-1.1.10.tgz"
"version" "1.1.10"
dependencies:
"debug" "^3.1.0"
"eventemitter2" "^5.0.1"
"proxy-agent" "^3.0.3"
"ws" "^6.0.0"
"@pm2/agent@~1.0.2":
"integrity" "sha512-cZLwaoLa45FRuetKCcoI3kHnnQ7VMLpZnmVom04MoK0cpY/RxcSarkCHSCu9V+pdARwxx96QrWdrtAJdw97dng=="
"resolved" "https://registry.npmjs.org/@pm2/agent/-/agent-1.0.4.tgz"
"version" "1.0.4"
dependencies:
"async" "~3.2.0"
"chalk" "~3.0.0"
"dayjs" "~1.8.24"
"debug" "~4.1.1"
"eventemitter2" "~5.0.1"
"fclone" "~1.0.11"
"nssocket" "0.6.0"
"pm2-axon" "^3.2.0"
"pm2-axon-rpc" "^0.5.0"
"proxy-agent" "~3.1.1"
"semver" "~7.2.0"
"ws" "~7.2.0"
"@pm2/io@~4.3.5":
"integrity" "sha512-CY/a6Nw72vrlp/FPx38l4jfEHp4gNEbo8i+WlSJ2cnWO6VE6CKmnC1zb4yQLvdP8f3EuzzoOBZVq6aGN20M82Q=="
"resolved" "https://registry.npmjs.org/@pm2/io/-/io-4.3.5.tgz"
"version" "4.3.5"
dependencies:
"@opencensus/core" "0.0.9"
"@opencensus/propagation-b3" "0.0.8"
"@pm2/agent-node" "^1.1.10"
"async" "~2.6.1"
"debug" "4.1.1"
"eventemitter2" "^6.3.1"
"require-in-the-middle" "^5.0.0"
"semver" "6.3.0"
"shimmer" "^1.2.0"
"signal-exit" "^3.0.3"
"tslib" "1.9.3"
"@pm2/js-api@~0.6.0":
"integrity" "sha512-ZgM/0yI8s3FRyxP01wI5UzDrVTecS/SmD98z25C9fsHo2Wz3JB1DtS4uIBlPopq2/R5HIQynTUJPDNn4qo1d/Q=="
"resolved" "https://registry.npmjs.org/@pm2/js-api/-/js-api-0.6.0.tgz"
"version" "0.6.0"
dependencies:
"async" "^2.6.3"
"axios" "^0.19.0"
"debug" "~3.2.6"
"eventemitter2" "^6.3.1"
"ws" "^7.0.0"
"@pm2/pm2-version-check@latest":
"integrity" "sha512-SBuYsh+o35knItbRW97vl5/5nEc5c5DYP7PxjyPLOfmm9bMaDsVeATXjXMBy6+KLlyrYWHZxGbfXe003NnHClg=="
"resolved" "https://registry.npmjs.org/@pm2/pm2-version-check/-/pm2-version-check-1.0.3.tgz"
"version" "1.0.3"
dependencies:
"debug" "^4.1.1"
"@protobufjs/aspromise@^1.1.1", "@protobufjs/aspromise@^1.1.2":
"integrity" "sha1-m4sMxmPWaafY9vXQiToU00jzD78="
"resolved" "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz"
"version" "1.1.2"
"@protobufjs/base64@^1.1.2":
"integrity" "sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg=="
"resolved" "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz"
"version" "1.1.2"
"@protobufjs/codegen@^2.0.4":
"integrity" "sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg=="
"resolved" "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.4.tgz"
"version" "2.0.4"
"@protobufjs/eventemitter@^1.1.0":
"integrity" "sha1-NVy8mLr61ZePntCV85diHx0Ga3A="
"resolved" "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz"
"version" "1.1.0"
"@protobufjs/fetch@^1.1.0":
"integrity" "sha1-upn7WYYUr2VwDBYZ/wbUVLDYTEU="
"resolved" "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.0.tgz"
"version" "1.1.0"
dependencies:
"@protobufjs/aspromise" "^1.1.1"
"@protobufjs/inquire" "^1.1.0"
"@protobufjs/float@^1.0.2":
"integrity" "sha1-Xp4avctz/Ap8uLKR33jIy9l7h9E="
"resolved" "https://registry.npmjs.org/@protobufjs/float/-/float-1.0.2.tgz"
"version" "1.0.2"
"@protobufjs/inquire@^1.1.0":
"integrity" "sha1-/yAOPnzyQp4tyvwRQIKOjMY48Ik="
"resolved" "https://registry.npmjs.org/@protobufjs/inquire/-/inquire-1.1.0.tgz"
"version" "1.1.0"
"@protobufjs/path@^1.1.2":
"integrity" "sha1-bMKyDFya1q0NzP0hynZz2Nf79o0="
"resolved" "https://registry.npmjs.org/@protobufjs/path/-/path-1.1.2.tgz"
"version" "1.1.2"
"@protobufjs/pool@^1.1.0":
"integrity" "sha1-Cf0V8tbTq/qbZbw2ZQbWrXhG/1Q="
"resolved" "https://registry.npmjs.org/@protobufjs/pool/-/pool-1.1.0.tgz"
"version" "1.1.0"
"@protobufjs/utf8@^1.1.0":
"integrity" "sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA="
"resolved" "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz"
"version" "1.1.0"
"@serverless/cli@^1.5.2":
"integrity" "sha512-FMACx0qPD6Uj8U+7jDmAxEe1tdF9DsuY5VsG45nvZ3olC9xYJe/PMwxWsjXfK3tg1HUNywYAGCsy7p5fdXhNzw=="
"resolved" "https://registry.npmjs.org/@serverless/cli/-/cli-1.5.2.tgz"
"version" "1.5.2"
dependencies:
"@serverless/core" "^1.1.2"
"@serverless/template" "^1.1.3"
"@serverless/utils" "^1.2.0"
"ansi-escapes" "^4.3.1"
"chalk" "^2.4.2"
"chokidar" "^3.4.1"
"dotenv" "^8.2.0"
"figures" "^3.2.0"
"minimist" "^1.2.5"
"prettyoutput" "^1.2.0"
"strip-ansi" "^5.2.0"
"@serverless/component-metrics@^1.0.8":
"integrity" "sha512-lOUyRopNTKJYVEU9T6stp2irwlTDsYMmUKBOUjnMcwGveuUfIJqrCOtFLtIPPj3XJlbZy5F68l4KP9rZ8Ipang=="
"resolved" "https://registry.npmjs.org/@serverless/component-metrics/-/component-metrics-1.0.8.tgz"
"version" "1.0.8"
dependencies:
"node-fetch" "^2.6.0"
"shortid" "^2.2.14"
"@serverless/components@^2.33.4":
"integrity" "sha512-AmbGbeOufF0ZQN3yVbzh2MKxItdLgEaGhUNEKgw59xohMhwkzDHSW/FXulFQfunEEcCKCFnPE/Lzr/1GHnhVUQ=="
"resolved" "https://registry.npmjs.org/@serverless/components/-/components-2.34.1.tgz"
"version" "2.34.1"
dependencies:
"@serverless/inquirer" "^1.1.2"
"@serverless/platform-client" "^1.1.1"
"@serverless/platform-client-china" "^1.0.32"
"@serverless/platform-sdk" "^2.3.1"
"@serverless/utils" "^1.2.0"
"adm-zip" "^0.4.16"
"ansi-escapes" "^4.3.1"
"chalk" "^2.4.2"
"child-process-ext" "^2.1.1"
"chokidar" "^3.4.1"
"dotenv" "^8.2.0"
"figures" "^3.2.0"
"fs-extra" "^8.1.0"
"globby" "^10.0.2"
"got" "^9.6.0"
"graphlib" "^2.1.8"
"https-proxy-agent" "^5.0.0"
"ini" "^1.3.5"
"inquirer-autocomplete-prompt" "^1.0.2"
"js-yaml" "^3.14.0"
"minimist" "^1.2.5"
"moment" "^2.27.0"
"open" "^7.1.0"
"prettyoutput" "^1.2.0"
"ramda" "^0.26.1"
"semver" "^7.3.2"
"stream.pipeline-shim" "^1.1.0"
"strip-ansi" "^5.2.0"