-
Notifications
You must be signed in to change notification settings - Fork 16
/
package-lock.json
825 lines (825 loc) · 37.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
{
"name": "serverless-dynalite",
"version": "1.4.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"abstract-leveldown": {
"version": "https://artifactory.dev.crwd.mx/artifactory/api/npm/npm/abstract-leveldown/-/abstract-leveldown-0.12.4.tgz",
"integrity": "sha1-KeGOYy5g5OIh1YECR4UqY9ey5BA=",
"requires": {
"xtend": "https://artifactory.dev.crwd.mx/artifactory/api/npm/npm/xtend/-/xtend-3.0.0.tgz"
},
"dependencies": {
"xtend": {
"version": "https://artifactory.dev.crwd.mx/artifactory/api/npm/npm/xtend/-/xtend-3.0.0.tgz",
"integrity": "sha1-XM50B7r2Qsunvs2laBEcST9ZZlo="
}
}
},
"ansi-regex": {
"version": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
"integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8="
},
"aproba": {
"version": "https://registry.npmjs.org/aproba/-/aproba-1.1.1.tgz",
"integrity": "sha1-ldNgDwdxCqDpKYxyatXs8urLq6s=",
"optional": true
},
"are-we-there-yet": {
"version": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.2.tgz",
"integrity": "sha1-gORw6VoIR5T+GJkmLFZnxuiN4bM=",
"optional": true,
"requires": {
"delegates": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
"readable-stream": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.9.tgz"
},
"dependencies": {
"readable-stream": {
"version": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.9.tgz",
"integrity": "sha1-z3jsb0ptHrQ9JkiMrJfwQudLf8g=",
"optional": true,
"requires": {
"buffer-shims": "https://registry.npmjs.org/buffer-shims/-/buffer-shims-1.0.0.tgz",
"core-util-is": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
"inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
"isarray": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
"process-nextick-args": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz",
"string_decoder": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.0.tgz",
"util-deprecate": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz"
}
},
"string_decoder": {
"version": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.0.tgz",
"integrity": "sha1-8G9BFXtmTYYGn4S9vcmw2KsoFmc=",
"optional": true,
"requires": {
"buffer-shims": "https://registry.npmjs.org/buffer-shims/-/buffer-shims-1.0.0.tgz"
}
}
}
},
"async": {
"version": "https://registry.npmjs.org/async/-/async-2.3.0.tgz",
"integrity": "sha1-EBPRBRBH3TIP4k5JTVxm7K9hR9k=",
"requires": {
"lodash": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz"
}
},
"aws-sdk": {
"version": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.41.0.tgz",
"integrity": "sha1-kwwVrn70Uyu4kSxMNqGLACP9dMI=",
"requires": {
"buffer": "https://registry.npmjs.org/buffer/-/buffer-4.9.1.tgz",
"crypto-browserify": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-1.0.9.tgz",
"jmespath": "https://registry.npmjs.org/jmespath/-/jmespath-0.15.0.tgz",
"querystring": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz",
"sax": "https://artifactory.dev.crwd.mx/artifactory/api/npm/npm/sax/-/sax-1.2.1.tgz",
"url": "https://registry.npmjs.org/url/-/url-0.10.3.tgz",
"uuid": "https://registry.npmjs.org/uuid/-/uuid-3.0.1.tgz",
"xml2js": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.17.tgz",
"xmlbuilder": "https://artifactory.dev.crwd.mx/artifactory/api/npm/npm/xmlbuilder/-/xmlbuilder-4.2.1.tgz"
}
},
"base64-js": {
"version": "https://registry.npmjs.org/base64-js/-/base64-js-1.2.0.tgz",
"integrity": "sha1-o5mS1yNYSBGYK+XikLtqU9hnAPE="
},
"big.js": {
"version": "https://artifactory.dev.crwd.mx/artifactory/api/npm/npm/big.js/-/big.js-3.1.3.tgz",
"integrity": "sha1-TK2iGTZS6zyp7I5VyQFWacmAaXg="
},
"bindings": {
"version": "https://artifactory.dev.crwd.mx/artifactory/api/npm/npm/bindings/-/bindings-1.2.1.tgz",
"integrity": "sha1-FK1hE4EtLTfXLme0ystLtyZQXxE=",
"optional": true
},
"bl": {
"version": "https://artifactory.dev.crwd.mx/artifactory/api/npm/npm/bl/-/bl-0.8.2.tgz",
"integrity": "sha1-yba8oI0bwuoA/Ir7Txpf0eHGbk4=",
"requires": {
"readable-stream": "https://artifactory.dev.crwd.mx/artifactory/api/npm/npm/readable-stream/-/readable-stream-1.0.34.tgz"
}
},
"buffer": {
"version": "https://registry.npmjs.org/buffer/-/buffer-4.9.1.tgz",
"integrity": "sha1-bRu2AbB6TvztlwlBMgkwJ8lbwpg=",
"requires": {
"base64-js": "https://registry.npmjs.org/base64-js/-/base64-js-1.2.0.tgz",
"ieee754": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.8.tgz",
"isarray": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz"
}
},
"buffer-crc32": {
"version": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
"integrity": "sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI="
},
"buffer-shims": {
"version": "https://registry.npmjs.org/buffer-shims/-/buffer-shims-1.0.0.tgz",
"integrity": "sha1-mXjOMXOIxkmth5MCjDR37wRKi1E="
},
"bytewise": {
"version": "https://registry.npmjs.org/bytewise/-/bytewise-1.1.0.tgz",
"integrity": "sha1-HRPL/3F65xWAlKqIGzXQgbOHJT4=",
"requires": {
"bytewise-core": "https://registry.npmjs.org/bytewise-core/-/bytewise-core-1.2.3.tgz",
"typewise": "https://registry.npmjs.org/typewise/-/typewise-1.0.3.tgz"
}
},
"bytewise-core": {
"version": "https://registry.npmjs.org/bytewise-core/-/bytewise-core-1.2.3.tgz",
"integrity": "sha1-P7QQx+kVWOsasiqCg0V3qmvWHUI=",
"requires": {
"typewise-core": "https://registry.npmjs.org/typewise-core/-/typewise-core-1.2.0.tgz"
}
},
"chownr": {
"version": "https://registry.npmjs.org/chownr/-/chownr-1.0.1.tgz",
"integrity": "sha1-4qdQQqlVGQi+vSW4Uj1fl2nXkYE=",
"optional": true
},
"code-point-at": {
"version": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz",
"integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c="
},
"console-control-strings": {
"version": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
"integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4="
},
"core-util-is": {
"version": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
"integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac="
},
"crypto-browserify": {
"version": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-1.0.9.tgz",
"integrity": "sha1-zFRJaF37hesRyYKKzHy4erW7/MA="
},
"deep-extend": {
"version": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.4.1.tgz",
"integrity": "sha1-7+QRPQgIX05vlod1mBD4B0aeIlM=",
"optional": true
},
"deferred-leveldown": {
"version": "https://artifactory.dev.crwd.mx/artifactory/api/npm/npm/deferred-leveldown/-/deferred-leveldown-0.2.0.tgz",
"integrity": "sha1-LO8fER4cV4cNi7uK8mUOWHzS9bQ=",
"requires": {
"abstract-leveldown": "https://artifactory.dev.crwd.mx/artifactory/api/npm/npm/abstract-leveldown/-/abstract-leveldown-0.12.4.tgz"
}
},
"delegates": {
"version": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
"integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=",
"optional": true
},
"dynalite": {
"version": "https://registry.npmjs.org/dynalite/-/dynalite-1.2.0.tgz",
"integrity": "sha1-P3wcytPeQNJ9oZ4zhJdQ082bUMY=",
"requires": {
"async": "https://registry.npmjs.org/async/-/async-2.3.0.tgz",
"big.js": "https://artifactory.dev.crwd.mx/artifactory/api/npm/npm/big.js/-/big.js-3.1.3.tgz",
"buffer-crc32": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
"lazy": "https://registry.npmjs.org/lazy/-/lazy-1.0.11.tgz",
"level-sublevel": "https://registry.npmjs.org/level-sublevel/-/level-sublevel-6.6.1.tgz",
"leveldown": "https://registry.npmjs.org/leveldown/-/leveldown-1.6.0.tgz",
"levelup": "https://registry.npmjs.org/levelup/-/levelup-1.3.5.tgz",
"lock": "https://registry.npmjs.org/lock/-/lock-0.1.3.tgz",
"memdown": "https://registry.npmjs.org/memdown/-/memdown-1.2.4.tgz",
"minimist": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
"once": "https://registry.npmjs.org/once/-/once-1.4.0.tgz"
}
},
"end-of-stream": {
"version": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.0.tgz",
"integrity": "sha1-epDYM+/abPpurA9JSduw+tOmMgY=",
"requires": {
"once": "https://registry.npmjs.org/once/-/once-1.4.0.tgz"
}
},
"errno": {
"version": "https://artifactory.dev.crwd.mx/artifactory/api/npm/npm/errno/-/errno-0.1.4.tgz",
"integrity": "sha1-uJbiOp5ei6M4cfyZar02NfyaHH0=",
"requires": {
"prr": "https://artifactory.dev.crwd.mx/artifactory/api/npm/npm/prr/-/prr-0.0.0.tgz"
}
},
"expand-template": {
"version": "https://registry.npmjs.org/expand-template/-/expand-template-1.0.3.tgz",
"integrity": "sha1-bDAzIxd6YrGyLAcCefeGEoe2mxo=",
"optional": true
},
"fast-future": {
"version": "https://registry.npmjs.org/fast-future/-/fast-future-1.0.2.tgz",
"integrity": "sha1-hDWpqqAteSSNF9cE52JZMB2ZKAo=",
"optional": true
},
"functional-red-black-tree": {
"version": "https://artifactory.dev.crwd.mx/artifactory/api/npm/npm/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz",
"integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc="
},
"gauge": {
"version": "https://registry.npmjs.org/gauge/-/gauge-2.7.3.tgz",
"integrity": "sha1-HCOFX5YvF7OtPQ3HRD8wRULt/gk=",
"optional": true,
"requires": {
"aproba": "https://registry.npmjs.org/aproba/-/aproba-1.1.1.tgz",
"console-control-strings": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
"has-unicode": "https://artifactory.dev.crwd.mx/artifactory/api/npm/npm/has-unicode/-/has-unicode-2.0.1.tgz",
"object-assign": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
"signal-exit": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz",
"string-width": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
"strip-ansi": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
"wide-align": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.0.tgz"
}
},
"github-from-package": {
"version": "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz",
"integrity": "sha1-l/tdlr/eiXMxPyDoKI75oWf6ZM4=",
"optional": true
},
"graceful-chokidar": {
"version": "https://registry.npmjs.org/graceful-chokidar/-/graceful-chokidar-0.1.0.tgz",
"integrity": "sha1-QUUQtVZ9xglHanLdqVxAXghCsBY=",
"requires": {
"graceful-fs": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.11.tgz",
"recursive-readdir": "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-0.0.2.tgz"
}
},
"graceful-fs": {
"version": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.11.tgz",
"integrity": "sha1-dhPHeKGv6mLyXGMKCG1/Osu92Bg=",
"requires": {
"natives": "https://registry.npmjs.org/natives/-/natives-1.1.0.tgz"
}
},
"has-unicode": {
"version": "https://artifactory.dev.crwd.mx/artifactory/api/npm/npm/has-unicode/-/has-unicode-2.0.1.tgz",
"integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=",
"optional": true
},
"ieee754": {
"version": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.8.tgz",
"integrity": "sha1-vjPUCsEO8ZJnAfbwii2G+/0a0+Q="
},
"immediate": {
"version": "https://registry.npmjs.org/immediate/-/immediate-3.2.3.tgz",
"integrity": "sha1-0UD6j2FGWb1lQSMwl92qwlzdmRw="
},
"inherits": {
"version": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
"integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4="
},
"ini": {
"version": "https://registry.npmjs.org/ini/-/ini-1.3.4.tgz",
"integrity": "sha1-BTfLedr1m1mhpRff9wbIbsA5Fi4=",
"optional": true
},
"is-fullwidth-code-point": {
"version": "https://artifactory.dev.crwd.mx/artifactory/api/npm/npm/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
"integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
"requires": {
"number-is-nan": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz"
}
},
"isarray": {
"version": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
"integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE="
},
"jmespath": {
"version": "https://registry.npmjs.org/jmespath/-/jmespath-0.15.0.tgz",
"integrity": "sha1-o/Iiqarp+Wb10nx5ZRDigJF2Qhc="
},
"lazy": {
"version": "https://registry.npmjs.org/lazy/-/lazy-1.0.11.tgz",
"integrity": "sha1-2qBoIGKCVCwIgojpdcKXwa53tpA="
},
"level-codec": {
"version": "https://registry.npmjs.org/level-codec/-/level-codec-6.1.0.tgz",
"integrity": "sha1-9d8KmVgvdtrEOFUVGrb05NDWAEU="
},
"level-errors": {
"version": "https://registry.npmjs.org/level-errors/-/level-errors-1.0.4.tgz",
"integrity": "sha1-NYXmI5dMc3qTdVSSpDwCZ82kQl8=",
"requires": {
"errno": "https://artifactory.dev.crwd.mx/artifactory/api/npm/npm/errno/-/errno-0.1.4.tgz"
}
},
"level-iterator-stream": {
"version": "https://registry.npmjs.org/level-iterator-stream/-/level-iterator-stream-1.3.1.tgz",
"integrity": "sha1-5Dt4sagUPm+pek9IXrjqUwNS8u0=",
"requires": {
"inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
"level-errors": "https://registry.npmjs.org/level-errors/-/level-errors-1.0.4.tgz",
"readable-stream": "https://artifactory.dev.crwd.mx/artifactory/api/npm/npm/readable-stream/-/readable-stream-1.0.34.tgz",
"xtend": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz"
}
},
"level-post": {
"version": "https://registry.npmjs.org/level-post/-/level-post-1.0.5.tgz",
"integrity": "sha1-KmY5BAm/ahYhpES6tvAWREzJgCw=",
"requires": {
"ltgt": "https://registry.npmjs.org/ltgt/-/ltgt-2.1.3.tgz"
}
},
"level-sublevel": {
"version": "https://registry.npmjs.org/level-sublevel/-/level-sublevel-6.6.1.tgz",
"integrity": "sha1-+ad/dSGrcKj46S7VbyGjx4hqRIU=",
"requires": {
"bytewise": "https://registry.npmjs.org/bytewise/-/bytewise-1.1.0.tgz",
"levelup": "https://registry.npmjs.org/levelup/-/levelup-0.19.1.tgz",
"ltgt": "https://registry.npmjs.org/ltgt/-/ltgt-2.1.3.tgz",
"pull-level": "https://registry.npmjs.org/pull-level/-/pull-level-2.0.3.tgz",
"pull-stream": "https://registry.npmjs.org/pull-stream/-/pull-stream-3.5.0.tgz",
"typewiselite": "https://registry.npmjs.org/typewiselite/-/typewiselite-1.0.0.tgz",
"xtend": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz"
},
"dependencies": {
"levelup": {
"version": "https://registry.npmjs.org/levelup/-/levelup-0.19.1.tgz",
"integrity": "sha1-86anIFJyxLXzXkEv8ASgOgrt9Qs=",
"requires": {
"bl": "https://artifactory.dev.crwd.mx/artifactory/api/npm/npm/bl/-/bl-0.8.2.tgz",
"deferred-leveldown": "https://artifactory.dev.crwd.mx/artifactory/api/npm/npm/deferred-leveldown/-/deferred-leveldown-0.2.0.tgz",
"errno": "https://artifactory.dev.crwd.mx/artifactory/api/npm/npm/errno/-/errno-0.1.4.tgz",
"prr": "https://artifactory.dev.crwd.mx/artifactory/api/npm/npm/prr/-/prr-0.0.0.tgz",
"readable-stream": "https://artifactory.dev.crwd.mx/artifactory/api/npm/npm/readable-stream/-/readable-stream-1.0.34.tgz",
"semver": "https://artifactory.dev.crwd.mx/artifactory/api/npm/npm/semver/-/semver-5.1.1.tgz",
"xtend": "https://artifactory.dev.crwd.mx/artifactory/api/npm/npm/xtend/-/xtend-3.0.0.tgz"
},
"dependencies": {
"xtend": {
"version": "https://artifactory.dev.crwd.mx/artifactory/api/npm/npm/xtend/-/xtend-3.0.0.tgz",
"integrity": "sha1-XM50B7r2Qsunvs2laBEcST9ZZlo="
}
}
}
}
},
"leveldown": {
"version": "https://registry.npmjs.org/leveldown/-/leveldown-1.6.0.tgz",
"integrity": "sha1-5uyQbSmVqL/9AkmfOelZiM0rIw8=",
"optional": true,
"requires": {
"abstract-leveldown": "https://registry.npmjs.org/abstract-leveldown/-/abstract-leveldown-2.6.1.tgz",
"bindings": "https://artifactory.dev.crwd.mx/artifactory/api/npm/npm/bindings/-/bindings-1.2.1.tgz",
"fast-future": "https://registry.npmjs.org/fast-future/-/fast-future-1.0.2.tgz",
"nan": "https://registry.npmjs.org/nan/-/nan-2.5.1.tgz",
"prebuild-install": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-2.1.2.tgz"
},
"dependencies": {
"abstract-leveldown": {
"version": "https://registry.npmjs.org/abstract-leveldown/-/abstract-leveldown-2.6.1.tgz",
"integrity": "sha1-+QFKVmm3RkGOFFFo3qSaBErhWQA=",
"optional": true,
"requires": {
"xtend": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz"
}
}
}
},
"levelup": {
"version": "https://registry.npmjs.org/levelup/-/levelup-1.3.5.tgz",
"integrity": "sha1-+oCpcrdAEfJTfItlZ4vYtRiOTmY=",
"requires": {
"deferred-leveldown": "https://registry.npmjs.org/deferred-leveldown/-/deferred-leveldown-1.2.1.tgz",
"level-codec": "https://registry.npmjs.org/level-codec/-/level-codec-6.1.0.tgz",
"level-errors": "https://registry.npmjs.org/level-errors/-/level-errors-1.0.4.tgz",
"level-iterator-stream": "https://registry.npmjs.org/level-iterator-stream/-/level-iterator-stream-1.3.1.tgz",
"prr": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz",
"semver": "https://artifactory.dev.crwd.mx/artifactory/api/npm/npm/semver/-/semver-5.1.1.tgz",
"xtend": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz"
},
"dependencies": {
"abstract-leveldown": {
"version": "https://artifactory.dev.crwd.mx/artifactory/api/npm/npm/abstract-leveldown/-/abstract-leveldown-2.4.1.tgz",
"integrity": "sha1-s7/tuITraToSd18MVenwpCDM7mQ=",
"requires": {
"xtend": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz"
}
},
"deferred-leveldown": {
"version": "https://registry.npmjs.org/deferred-leveldown/-/deferred-leveldown-1.2.1.tgz",
"integrity": "sha1-XSXDMQ9f6QmUb2JA3J+Q3RCace8=",
"requires": {
"abstract-leveldown": "https://artifactory.dev.crwd.mx/artifactory/api/npm/npm/abstract-leveldown/-/abstract-leveldown-2.4.1.tgz"
}
},
"prr": {
"version": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz",
"integrity": "sha1-0/wRS6BplaRexok/SEzrHXj19HY="
}
}
},
"lock": {
"version": "https://registry.npmjs.org/lock/-/lock-0.1.3.tgz",
"integrity": "sha1-9mwcqgxBlW4UJmCAOe1ZtxvfGFQ="
},
"lodash": {
"version": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
"integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4="
},
"looper": {
"version": "https://registry.npmjs.org/looper/-/looper-2.0.0.tgz",
"integrity": "sha1-Zs0Md0rz1P7axTeU90LbVtqPCew="
},
"ltgt": {
"version": "https://registry.npmjs.org/ltgt/-/ltgt-2.1.3.tgz",
"integrity": "sha1-EIUaBtmWS5cReEQcI8nlJpjuzjQ="
},
"memdown": {
"version": "https://registry.npmjs.org/memdown/-/memdown-1.2.4.tgz",
"integrity": "sha1-zZo0qvB01TRFonEQjrS43U7A8n8=",
"requires": {
"abstract-leveldown": "https://artifactory.dev.crwd.mx/artifactory/api/npm/npm/abstract-leveldown/-/abstract-leveldown-2.4.1.tgz",
"functional-red-black-tree": "https://artifactory.dev.crwd.mx/artifactory/api/npm/npm/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz",
"immediate": "https://registry.npmjs.org/immediate/-/immediate-3.2.3.tgz",
"inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
"ltgt": "https://registry.npmjs.org/ltgt/-/ltgt-2.1.3.tgz"
},
"dependencies": {
"abstract-leveldown": {
"version": "https://artifactory.dev.crwd.mx/artifactory/api/npm/npm/abstract-leveldown/-/abstract-leveldown-2.4.1.tgz",
"integrity": "sha1-s7/tuITraToSd18MVenwpCDM7mQ=",
"requires": {
"xtend": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz"
}
}
}
},
"minimist": {
"version": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
"integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ="
},
"mkdirp": {
"version": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
"integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=",
"requires": {
"minimist": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz"
},
"dependencies": {
"minimist": {
"version": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz",
"integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0="
}
}
},
"nan": {
"version": "https://registry.npmjs.org/nan/-/nan-2.5.1.tgz",
"integrity": "sha1-1bAWkSUzJql6K77p5hxV2NYDUeI=",
"optional": true
},
"natives": {
"version": "https://registry.npmjs.org/natives/-/natives-1.1.0.tgz",
"integrity": "sha1-6f+EFBimsux6SV6TmYT3jxY+bjE="
},
"node-abi": {
"version": "https://registry.npmjs.org/node-abi/-/node-abi-2.0.0.tgz",
"integrity": "sha1-RDv9FRtZkjECiuQl5ZLnbNMctTc=",
"optional": true
},
"noop-logger": {
"version": "https://registry.npmjs.org/noop-logger/-/noop-logger-0.1.1.tgz",
"integrity": "sha1-lKKxYzxPExdVMAfYlm/Q6EG2pMI=",
"optional": true
},
"npmlog": {
"version": "https://registry.npmjs.org/npmlog/-/npmlog-4.0.2.tgz",
"integrity": "sha1-0DlQ4OeM4VJ7om0qdZLpNIrD518=",
"optional": true,
"requires": {
"are-we-there-yet": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.2.tgz",
"console-control-strings": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
"gauge": "https://registry.npmjs.org/gauge/-/gauge-2.7.3.tgz",
"set-blocking": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz"
}
},
"number-is-nan": {
"version": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
"integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0="
},
"object-assign": {
"version": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
"integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
"optional": true
},
"once": {
"version": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
"integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
"requires": {
"wrappy": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz"
}
},
"os-homedir": {
"version": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz",
"integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=",
"optional": true
},
"prebuild-install": {
"version": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-2.1.2.tgz",
"integrity": "sha1-2a4MqFMw4Dli2TKS+VqLRMLr9QU=",
"optional": true,
"requires": {
"expand-template": "https://registry.npmjs.org/expand-template/-/expand-template-1.0.3.tgz",
"github-from-package": "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz",
"minimist": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
"mkdirp": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
"node-abi": "https://registry.npmjs.org/node-abi/-/node-abi-2.0.0.tgz",
"noop-logger": "https://registry.npmjs.org/noop-logger/-/noop-logger-0.1.1.tgz",
"npmlog": "https://registry.npmjs.org/npmlog/-/npmlog-4.0.2.tgz",
"os-homedir": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz",
"pump": "https://registry.npmjs.org/pump/-/pump-1.0.2.tgz",
"rc": "https://registry.npmjs.org/rc/-/rc-1.2.1.tgz",
"simple-get": "https://registry.npmjs.org/simple-get/-/simple-get-1.4.3.tgz",
"tar-fs": "https://registry.npmjs.org/tar-fs/-/tar-fs-1.15.2.tgz",
"tunnel-agent": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.3.tgz",
"xtend": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz"
}
},
"process-nextick-args": {
"version": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz",
"integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M="
},
"prr": {
"version": "https://artifactory.dev.crwd.mx/artifactory/api/npm/npm/prr/-/prr-0.0.0.tgz",
"integrity": "sha1-GoS4WQgyVQFBGFPQCB7j+obikmo="
},
"pull-cat": {
"version": "https://registry.npmjs.org/pull-cat/-/pull-cat-1.1.11.tgz",
"integrity": "sha1-tkLdElXaN2pwa220+pYvX9t0wxs="
},
"pull-level": {
"version": "https://registry.npmjs.org/pull-level/-/pull-level-2.0.3.tgz",
"integrity": "sha1-lQBjXiV5Rdb+7eGF9deiR3NFWxc=",
"requires": {
"level-post": "https://registry.npmjs.org/level-post/-/level-post-1.0.5.tgz",
"pull-cat": "https://registry.npmjs.org/pull-cat/-/pull-cat-1.1.11.tgz",
"pull-live": "https://registry.npmjs.org/pull-live/-/pull-live-1.0.1.tgz",
"pull-pushable": "https://registry.npmjs.org/pull-pushable/-/pull-pushable-2.0.1.tgz",
"pull-stream": "https://registry.npmjs.org/pull-stream/-/pull-stream-3.5.0.tgz",
"pull-window": "https://registry.npmjs.org/pull-window/-/pull-window-2.1.4.tgz",
"stream-to-pull-stream": "https://registry.npmjs.org/stream-to-pull-stream/-/stream-to-pull-stream-1.7.2.tgz"
}
},
"pull-live": {
"version": "https://registry.npmjs.org/pull-live/-/pull-live-1.0.1.tgz",
"integrity": "sha1-pOzuAeMwFV6RJLu89HYfIbOPUfU=",
"requires": {
"pull-cat": "https://registry.npmjs.org/pull-cat/-/pull-cat-1.1.11.tgz",
"pull-stream": "https://registry.npmjs.org/pull-stream/-/pull-stream-3.5.0.tgz"
}
},
"pull-pushable": {
"version": "https://registry.npmjs.org/pull-pushable/-/pull-pushable-2.0.1.tgz",
"integrity": "sha1-Ar3KUaOc9YX0g/vs3i/JN4B28hI="
},
"pull-stream": {
"version": "https://registry.npmjs.org/pull-stream/-/pull-stream-3.5.0.tgz",
"integrity": "sha1-HuW292/Ts6SaWvtt7VwDIKyzz8c="
},
"pull-window": {
"version": "https://registry.npmjs.org/pull-window/-/pull-window-2.1.4.tgz",
"integrity": "sha1-/DuG/uvRkgx64pdpHiP3BfiFUvA=",
"requires": {
"looper": "https://registry.npmjs.org/looper/-/looper-2.0.0.tgz"
}
},
"pump": {
"version": "https://registry.npmjs.org/pump/-/pump-1.0.2.tgz",
"integrity": "sha1-Oz7mUS+U8OV1U4wXmV+fFpkKXVE=",
"requires": {
"end-of-stream": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.0.tgz",
"once": "https://registry.npmjs.org/once/-/once-1.4.0.tgz"
}
},
"punycode": {
"version": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz",
"integrity": "sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0="
},
"querystring": {
"version": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz",
"integrity": "sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA="
},
"rc": {
"version": "https://registry.npmjs.org/rc/-/rc-1.2.1.tgz",
"integrity": "sha1-LgPo5C7kULjLPc5lvhv4l04d/ZU=",
"optional": true,
"requires": {
"deep-extend": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.4.1.tgz",
"ini": "https://registry.npmjs.org/ini/-/ini-1.3.4.tgz",
"minimist": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
"strip-json-comments": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz"
}
},
"readable-stream": {
"version": "https://artifactory.dev.crwd.mx/artifactory/api/npm/npm/readable-stream/-/readable-stream-1.0.34.tgz",
"integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=",
"requires": {
"core-util-is": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
"inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
"isarray": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
"string_decoder": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz"
},
"dependencies": {
"isarray": {
"version": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
"integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8="
}
}
},
"recursive-readdir": {
"version": "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-0.0.2.tgz",
"integrity": "sha1-C8R9xIOOZG3M+6BQe15X/7/zX3w=",
"optional": true
},
"sax": {
"version": "https://artifactory.dev.crwd.mx/artifactory/api/npm/npm/sax/-/sax-1.2.1.tgz",
"integrity": "sha1-e45lYZCyKOgaZq6nSEgNgozS03o="
},
"semver": {
"version": "https://artifactory.dev.crwd.mx/artifactory/api/npm/npm/semver/-/semver-5.1.1.tgz",
"integrity": "sha1-oykqNz5vPgeY2gsgZBuanFvEfhk="
},
"set-blocking": {
"version": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
"integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=",
"optional": true
},
"signal-exit": {
"version": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz",
"integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=",
"optional": true
},
"simple-get": {
"version": "https://registry.npmjs.org/simple-get/-/simple-get-1.4.3.tgz",
"integrity": "sha1-6XVe2kB+ltpAxeUVjJ6jezO+y+s=",
"optional": true,
"requires": {
"once": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
"unzip-response": "https://registry.npmjs.org/unzip-response/-/unzip-response-1.0.2.tgz",
"xtend": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz"
}
},
"stream-to-pull-stream": {
"version": "https://registry.npmjs.org/stream-to-pull-stream/-/stream-to-pull-stream-1.7.2.tgz",
"integrity": "sha1-dXYJrhzr0zx0MtSvvjH/eGULnd4=",
"requires": {
"looper": "https://registry.npmjs.org/looper/-/looper-3.0.0.tgz",
"pull-stream": "https://registry.npmjs.org/pull-stream/-/pull-stream-3.5.0.tgz"
},
"dependencies": {
"looper": {
"version": "https://registry.npmjs.org/looper/-/looper-3.0.0.tgz",
"integrity": "sha1-LvpUw7HLq6m5Su4uWRSwvlf7t0k="
}
}
},
"string_decoder": {
"version": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
"integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ="
},
"string-width": {
"version": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
"integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
"requires": {
"code-point-at": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz",
"is-fullwidth-code-point": "https://artifactory.dev.crwd.mx/artifactory/api/npm/npm/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
"strip-ansi": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz"
}
},
"strip-ansi": {
"version": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
"integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
"requires": {
"ansi-regex": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz"
}
},
"strip-json-comments": {
"version": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
"integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=",
"optional": true
},
"tar-fs": {
"version": "https://registry.npmjs.org/tar-fs/-/tar-fs-1.15.2.tgz",
"integrity": "sha1-dh9bMpMsezlGGmDVN/rqDYCEgww=",
"optional": true,
"requires": {
"chownr": "https://registry.npmjs.org/chownr/-/chownr-1.0.1.tgz",
"mkdirp": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
"pump": "https://registry.npmjs.org/pump/-/pump-1.0.2.tgz",
"tar-stream": "https://registry.npmjs.org/tar-stream/-/tar-stream-1.5.2.tgz"
}
},
"tar-stream": {
"version": "https://registry.npmjs.org/tar-stream/-/tar-stream-1.5.2.tgz",
"integrity": "sha1-+8bG6DwaGdTLSMfZYXH8JI7/x78=",
"optional": true,
"requires": {
"bl": "https://registry.npmjs.org/bl/-/bl-1.2.0.tgz",
"end-of-stream": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.0.tgz",
"readable-stream": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.9.tgz",
"xtend": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz"
},
"dependencies": {
"bl": {
"version": "https://registry.npmjs.org/bl/-/bl-1.2.0.tgz",
"integrity": "sha1-E5fn7ELF9dw4dHDFAONKn2vp6pg=",
"optional": true,
"requires": {
"readable-stream": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.9.tgz"
}
},
"readable-stream": {
"version": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.9.tgz",
"integrity": "sha1-z3jsb0ptHrQ9JkiMrJfwQudLf8g=",
"requires": {
"buffer-shims": "https://registry.npmjs.org/buffer-shims/-/buffer-shims-1.0.0.tgz",
"core-util-is": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
"inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
"isarray": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
"process-nextick-args": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz",
"string_decoder": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.0.tgz",
"util-deprecate": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz"
}
},
"string_decoder": {
"version": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.0.tgz",
"integrity": "sha1-8G9BFXtmTYYGn4S9vcmw2KsoFmc=",
"requires": {
"buffer-shims": "https://registry.npmjs.org/buffer-shims/-/buffer-shims-1.0.0.tgz"
}
}
}
},
"tunnel-agent": {
"version": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.3.tgz",
"integrity": "sha1-Y3PbdpCf5XDgjXNYM2Xtgop07us=",
"optional": true
},
"typewise": {
"version": "https://registry.npmjs.org/typewise/-/typewise-1.0.3.tgz",
"integrity": "sha1-EGeTZUCvl5N8xdz5kiSG6fooRlE=",
"requires": {
"typewise-core": "https://registry.npmjs.org/typewise-core/-/typewise-core-1.2.0.tgz"
}
},
"typewise-core": {
"version": "https://registry.npmjs.org/typewise-core/-/typewise-core-1.2.0.tgz",
"integrity": "sha1-l+uRgFx/VdL5QXSPpQ0xXZke8ZU="
},
"typewiselite": {
"version": "https://registry.npmjs.org/typewiselite/-/typewiselite-1.0.0.tgz",
"integrity": "sha1-yIgvobsQksBgBal/NO9chQjjZk4="
},
"unzip-response": {
"version": "https://registry.npmjs.org/unzip-response/-/unzip-response-1.0.2.tgz",
"integrity": "sha1-uYTwh3/AqJwsdzzB73tbIytbBv4=",
"optional": true
},
"url": {
"version": "https://registry.npmjs.org/url/-/url-0.10.3.tgz",
"integrity": "sha1-Ah5NnHcF8hu/N9A861h2dAJ3TGQ=",
"requires": {
"punycode": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz",
"querystring": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz"
}
},
"util-deprecate": {
"version": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
"integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
},
"uuid": {
"version": "https://registry.npmjs.org/uuid/-/uuid-3.0.1.tgz",
"integrity": "sha1-ZUS7ot/ajBzxfmKaOjBeK7H+5sE="
},
"wide-align": {
"version": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.0.tgz",
"integrity": "sha1-QO3egCpx/qHwcNo+YtzaLnrdlq0=",
"optional": true,
"requires": {
"string-width": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz"
}
},
"wrappy": {
"version": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
"integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
},
"xml2js": {
"version": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.17.tgz",
"integrity": "sha1-F76T6q4/O3eTWceVtBlwWogX6Gg=",
"requires": {
"sax": "https://artifactory.dev.crwd.mx/artifactory/api/npm/npm/sax/-/sax-1.2.1.tgz",
"xmlbuilder": "https://artifactory.dev.crwd.mx/artifactory/api/npm/npm/xmlbuilder/-/xmlbuilder-4.2.1.tgz"
}
},
"xmlbuilder": {
"version": "https://artifactory.dev.crwd.mx/artifactory/api/npm/npm/xmlbuilder/-/xmlbuilder-4.2.1.tgz",
"integrity": "sha1-qlijBBoGb5DqoWwvU4n/GfP0YaU=",
"requires": {
"lodash": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz"
}
},
"xtend": {
"version": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz",
"integrity": "sha1-pcbVMr5lbiPbgg77lDofBJmNY68="
}
}
}