summaryrefslogtreecommitdiffstats
path: root/tools/lint/eslint/npm-shrinkwrap.json
blob: 4421c4cd375ffa50d5b9bd37c22c0092490ab6f6 (plain)
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
{
  "name": "mach-eslint",
  "dependencies": {
    "acorn": {
      "version": "4.0.3",
      "from": "acorn@>=4.0.1 <5.0.0",
      "resolved": "https://registry.npmjs.org/acorn/-/acorn-4.0.3.tgz"
    },
    "acorn-jsx": {
      "version": "3.0.1",
      "from": "acorn-jsx@>=3.0.0 <4.0.0",
      "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-3.0.1.tgz",
      "dependencies": {
        "acorn": {
          "version": "3.3.0",
          "from": "acorn@>=3.0.4 <4.0.0",
          "resolved": "https://registry.npmjs.org/acorn/-/acorn-3.3.0.tgz"
        }
      }
    },
    "ajv": {
      "version": "4.8.2",
      "from": "ajv@>=4.7.0 <5.0.0",
      "resolved": "https://registry.npmjs.org/ajv/-/ajv-4.8.2.tgz"
    },
    "ajv-keywords": {
      "version": "1.1.1",
      "from": "ajv-keywords@>=1.0.0 <2.0.0",
      "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-1.1.1.tgz"
    },
    "ansi-escapes": {
      "version": "1.4.0",
      "from": "ansi-escapes@>=1.1.0 <2.0.0",
      "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-1.4.0.tgz"
    },
    "ansi-regex": {
      "version": "2.0.0",
      "from": "ansi-regex@>=2.0.0 <3.0.0",
      "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz"
    },
    "ansi-styles": {
      "version": "2.2.1",
      "from": "ansi-styles@>=2.2.1 <3.0.0",
      "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz"
    },
    "argparse": {
      "version": "1.0.9",
      "from": "argparse@>=1.0.7 <2.0.0",
      "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.9.tgz"
    },
    "array-union": {
      "version": "1.0.2",
      "from": "array-union@>=1.0.1 <2.0.0",
      "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz"
    },
    "array-uniq": {
      "version": "1.0.3",
      "from": "array-uniq@>=1.0.1 <2.0.0",
      "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz"
    },
    "arrify": {
      "version": "1.0.1",
      "from": "arrify@>=1.0.0 <2.0.0",
      "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz"
    },
    "balanced-match": {
      "version": "0.4.2",
      "from": "balanced-match@>=0.4.1 <0.5.0",
      "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.4.2.tgz"
    },
    "brace-expansion": {
      "version": "1.1.6",
      "from": "brace-expansion@>=1.0.0 <2.0.0",
      "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.6.tgz"
    },
    "caller-path": {
      "version": "0.1.0",
      "from": "caller-path@>=0.1.0 <0.2.0",
      "resolved": "https://registry.npmjs.org/caller-path/-/caller-path-0.1.0.tgz"
    },
    "callsites": {
      "version": "0.2.0",
      "from": "callsites@>=0.2.0 <0.3.0",
      "resolved": "https://registry.npmjs.org/callsites/-/callsites-0.2.0.tgz"
    },
    "chalk": {
      "version": "1.1.3",
      "from": "chalk@>=1.1.3 <2.0.0",
      "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz"
    },
    "circular-json": {
      "version": "0.3.1",
      "from": "circular-json@>=0.3.0 <0.4.0",
      "resolved": "https://registry.npmjs.org/circular-json/-/circular-json-0.3.1.tgz"
    },
    "cli-cursor": {
      "version": "1.0.2",
      "from": "cli-cursor@>=1.0.1 <2.0.0",
      "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-1.0.2.tgz"
    },
    "cli-width": {
      "version": "2.1.0",
      "from": "cli-width@>=2.0.0 <3.0.0",
      "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-2.1.0.tgz"
    },
    "co": {
      "version": "4.6.0",
      "from": "co@>=4.6.0 <5.0.0",
      "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz"
    },
    "code-point-at": {
      "version": "1.1.0",
      "from": "code-point-at@>=1.0.0 <2.0.0",
      "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz"
    },
    "concat-map": {
      "version": "0.0.1",
      "from": "concat-map@0.0.1",
      "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
    },
    "concat-stream": {
      "version": "1.5.2",
      "from": "concat-stream@>=1.4.6 <2.0.0",
      "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.5.2.tgz"
    },
    "core-util-is": {
      "version": "1.0.2",
      "from": "core-util-is@>=1.0.0 <1.1.0",
      "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz"
    },
    "d": {
      "version": "0.1.1",
      "from": "d@>=0.1.1 <0.2.0",
      "resolved": "https://registry.npmjs.org/d/-/d-0.1.1.tgz"
    },
    "debug": {
      "version": "2.3.0",
      "from": "debug@>=2.1.1 <3.0.0",
      "resolved": "https://registry.npmjs.org/debug/-/debug-2.3.0.tgz"
    },
    "deep-is": {
      "version": "0.1.3",
      "from": "deep-is@>=0.1.3 <0.2.0",
      "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz"
    },
    "del": {
      "version": "2.2.2",
      "from": "del@>=2.0.2 <3.0.0",
      "resolved": "https://registry.npmjs.org/del/-/del-2.2.2.tgz"
    },
    "doctrine": {
      "version": "1.5.0",
      "from": "doctrine@>=1.2.2 <2.0.0",
      "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-1.5.0.tgz"
    },
    "dom-serializer": {
      "version": "0.1.0",
      "from": "dom-serializer@>=0.0.0 <1.0.0",
      "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.0.tgz",
      "dependencies": {
        "domelementtype": {
          "version": "1.1.3",
          "from": "domelementtype@>=1.1.1 <1.2.0",
          "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.1.3.tgz"
        }
      }
    },
    "domelementtype": {
      "version": "1.3.0",
      "from": "domelementtype@>=1.3.0 <2.0.0",
      "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.0.tgz"
    },
    "domhandler": {
      "version": "2.3.0",
      "from": "domhandler@>=2.3.0 <3.0.0",
      "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.3.0.tgz"
    },
    "domutils": {
      "version": "1.5.1",
      "from": "domutils@>=1.5.1 <2.0.0",
      "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz"
    },
    "entities": {
      "version": "1.1.1",
      "from": "entities@>=1.1.1 <2.0.0",
      "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.1.tgz"
    },
    "es5-ext": {
      "version": "0.10.12",
      "from": "es5-ext@>=0.10.11 <0.11.0",
      "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.12.tgz"
    },
    "es6-iterator": {
      "version": "2.0.0",
      "from": "es6-iterator@>=2.0.0 <3.0.0",
      "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.0.tgz"
    },
    "es6-map": {
      "version": "0.1.4",
      "from": "es6-map@>=0.1.3 <0.2.0",
      "resolved": "https://registry.npmjs.org/es6-map/-/es6-map-0.1.4.tgz"
    },
    "es6-set": {
      "version": "0.1.4",
      "from": "es6-set@>=0.1.3 <0.2.0",
      "resolved": "https://registry.npmjs.org/es6-set/-/es6-set-0.1.4.tgz"
    },
    "es6-symbol": {
      "version": "3.1.0",
      "from": "es6-symbol@>=3.1.0 <3.2.0",
      "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.0.tgz"
    },
    "es6-weak-map": {
      "version": "2.0.1",
      "from": "es6-weak-map@>=2.0.1 <3.0.0",
      "resolved": "https://registry.npmjs.org/es6-weak-map/-/es6-weak-map-2.0.1.tgz"
    },
    "escape-string-regexp": {
      "version": "1.0.5",
      "from": "escape-string-regexp@>=1.0.2 <2.0.0",
      "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz"
    },
    "escope": {
      "version": "3.6.0",
      "from": "escope@>=3.6.0 <4.0.0",
      "resolved": "https://registry.npmjs.org/escope/-/escope-3.6.0.tgz"
    },
    "eslint": {
      "version": "3.8.1",
      "from": "eslint@3.8.1",
      "resolved": "https://registry.npmjs.org/eslint/-/eslint-3.8.1.tgz"
    },
    "eslint-plugin-html": {
      "version": "1.5.2",
      "from": "eslint-plugin-html@1.5.2",
      "resolved": "https://registry.npmjs.org/eslint-plugin-html/-/eslint-plugin-html-1.5.2.tgz"
    },
    "eslint-plugin-react": {
      "version": "4.2.3",
      "from": "eslint-plugin-react@4.2.3",
      "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-4.2.3.tgz"
    },
    "espree": {
      "version": "3.3.2",
      "from": "espree@>=3.2.0 <4.0.0",
      "resolved": "https://registry.npmjs.org/espree/-/espree-3.3.2.tgz"
    },
    "esprima": {
      "version": "2.7.3",
      "from": "esprima@>=2.6.0 <3.0.0",
      "resolved": "https://registry.npmjs.org/esprima/-/esprima-2.7.3.tgz"
    },
    "esrecurse": {
      "version": "4.1.0",
      "from": "esrecurse@>=4.1.0 <5.0.0",
      "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.1.0.tgz",
      "dependencies": {
        "estraverse": {
          "version": "4.1.1",
          "from": "estraverse@>=4.1.0 <4.2.0",
          "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.1.1.tgz"
        }
      }
    },
    "estraverse": {
      "version": "4.2.0",
      "from": "estraverse@>=4.2.0 <5.0.0",
      "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.2.0.tgz"
    },
    "esutils": {
      "version": "2.0.2",
      "from": "esutils@>=2.0.2 <3.0.0",
      "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz"
    },
    "event-emitter": {
      "version": "0.3.4",
      "from": "event-emitter@>=0.3.4 <0.4.0",
      "resolved": "https://registry.npmjs.org/event-emitter/-/event-emitter-0.3.4.tgz"
    },
    "exit-hook": {
      "version": "1.1.1",
      "from": "exit-hook@>=1.0.0 <2.0.0",
      "resolved": "https://registry.npmjs.org/exit-hook/-/exit-hook-1.1.1.tgz"
    },
    "fast-levenshtein": {
      "version": "2.0.5",
      "from": "fast-levenshtein@>=2.0.4 <2.1.0",
      "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.5.tgz"
    },
    "figures": {
      "version": "1.7.0",
      "from": "figures@>=1.3.5 <2.0.0",
      "resolved": "https://registry.npmjs.org/figures/-/figures-1.7.0.tgz"
    },
    "file-entry-cache": {
      "version": "2.0.0",
      "from": "file-entry-cache@>=2.0.0 <3.0.0",
      "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-2.0.0.tgz"
    },
    "flat-cache": {
      "version": "1.2.1",
      "from": "flat-cache@>=1.2.1 <2.0.0",
      "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-1.2.1.tgz"
    },
    "fs.realpath": {
      "version": "1.0.0",
      "from": "fs.realpath@>=1.0.0 <2.0.0",
      "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
    },
    "generate-function": {
      "version": "2.0.0",
      "from": "generate-function@>=2.0.0 <3.0.0",
      "resolved": "https://registry.npmjs.org/generate-function/-/generate-function-2.0.0.tgz"
    },
    "generate-object-property": {
      "version": "1.2.0",
      "from": "generate-object-property@>=1.1.0 <2.0.0",
      "resolved": "https://registry.npmjs.org/generate-object-property/-/generate-object-property-1.2.0.tgz"
    },
    "glob": {
      "version": "7.1.1",
      "from": "glob@>=7.0.3 <8.0.0",
      "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.1.tgz"
    },
    "globals": {
      "version": "9.12.0",
      "from": "globals@>=9.2.0 <10.0.0",
      "resolved": "https://registry.npmjs.org/globals/-/globals-9.12.0.tgz"
    },
    "globby": {
      "version": "5.0.0",
      "from": "globby@>=5.0.0 <6.0.0",
      "resolved": "https://registry.npmjs.org/globby/-/globby-5.0.0.tgz"
    },
    "graceful-fs": {
      "version": "4.1.10",
      "from": "graceful-fs@>=4.1.2 <5.0.0",
      "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.10.tgz"
    },
    "has-ansi": {
      "version": "2.0.0",
      "from": "has-ansi@>=2.0.0 <3.0.0",
      "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz"
    },
    "htmlparser2": {
      "version": "3.9.2",
      "from": "htmlparser2@>=3.8.2 <4.0.0",
      "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.9.2.tgz"
    },
    "ignore": {
      "version": "3.2.0",
      "from": "ignore@>=3.1.5 <4.0.0",
      "resolved": "https://registry.npmjs.org/ignore/-/ignore-3.2.0.tgz"
    },
    "imurmurhash": {
      "version": "0.1.4",
      "from": "imurmurhash@>=0.1.4 <0.2.0",
      "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz"
    },
    "inflight": {
      "version": "1.0.6",
      "from": "inflight@>=1.0.4 <2.0.0",
      "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz"
    },
    "inherits": {
      "version": "2.0.3",
      "from": "inherits@>=2.0.1 <2.1.0",
      "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz"
    },
    "ini-parser": {
      "version": "0.0.2",
      "from": "ini-parser@>=0.0.2 <0.0.3",
      "resolved": "https://registry.npmjs.org/ini-parser/-/ini-parser-0.0.2.tgz"
    },
    "inquirer": {
      "version": "0.12.0",
      "from": "inquirer@>=0.12.0 <0.13.0",
      "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-0.12.0.tgz"
    },
    "is-fullwidth-code-point": {
      "version": "1.0.0",
      "from": "is-fullwidth-code-point@>=1.0.0 <2.0.0",
      "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz"
    },
    "is-my-json-valid": {
      "version": "2.15.0",
      "from": "is-my-json-valid@>=2.10.0 <3.0.0",
      "resolved": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.15.0.tgz"
    },
    "is-path-cwd": {
      "version": "1.0.0",
      "from": "is-path-cwd@>=1.0.0 <2.0.0",
      "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-1.0.0.tgz"
    },
    "is-path-in-cwd": {
      "version": "1.0.0",
      "from": "is-path-in-cwd@>=1.0.0 <2.0.0",
      "resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-1.0.0.tgz"
    },
    "is-path-inside": {
      "version": "1.0.0",
      "from": "is-path-inside@>=1.0.0 <2.0.0",
      "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.0.tgz"
    },
    "is-property": {
      "version": "1.0.2",
      "from": "is-property@>=1.0.0 <2.0.0",
      "resolved": "https://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz"
    },
    "is-resolvable": {
      "version": "1.0.0",
      "from": "is-resolvable@>=1.0.0 <2.0.0",
      "resolved": "https://registry.npmjs.org/is-resolvable/-/is-resolvable-1.0.0.tgz"
    },
    "isarray": {
      "version": "1.0.0",
      "from": "isarray@>=1.0.0 <1.1.0",
      "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz"
    },
    "js-yaml": {
      "version": "3.6.1",
      "from": "js-yaml@>=3.5.1 <4.0.0",
      "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.6.1.tgz"
    },
    "json-stable-stringify": {
      "version": "1.0.1",
      "from": "json-stable-stringify@>=1.0.0 <2.0.0",
      "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz"
    },
    "jsonify": {
      "version": "0.0.0",
      "from": "jsonify@>=0.0.0 <0.1.0",
      "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz"
    },
    "jsonpointer": {
      "version": "4.0.0",
      "from": "jsonpointer@>=4.0.0 <5.0.0",
      "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-4.0.0.tgz"
    },
    "levn": {
      "version": "0.3.0",
      "from": "levn@>=0.3.0 <0.4.0",
      "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz"
    },
    "lodash": {
      "version": "4.16.6",
      "from": "lodash@>=4.0.0 <5.0.0",
      "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.16.6.tgz"
    },
    "minimatch": {
      "version": "3.0.3",
      "from": "minimatch@>=3.0.2 <4.0.0",
      "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.3.tgz"
    },
    "minimist": {
      "version": "0.0.8",
      "from": "minimist@0.0.8",
      "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz"
    },
    "mkdirp": {
      "version": "0.5.1",
      "from": "mkdirp@>=0.5.0 <0.6.0",
      "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz"
    },
    "ms": {
      "version": "0.7.2",
      "from": "ms@0.7.2",
      "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.2.tgz"
    },
    "mute-stream": {
      "version": "0.0.5",
      "from": "mute-stream@0.0.5",
      "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.5.tgz"
    },
    "natural-compare": {
      "version": "1.4.0",
      "from": "natural-compare@>=1.4.0 <2.0.0",
      "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz"
    },
    "number-is-nan": {
      "version": "1.0.1",
      "from": "number-is-nan@>=1.0.0 <2.0.0",
      "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz"
    },
    "object-assign": {
      "version": "4.1.0",
      "from": "object-assign@>=4.0.1 <5.0.0",
      "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.0.tgz"
    },
    "once": {
      "version": "1.4.0",
      "from": "once@>=1.3.0 <2.0.0",
      "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz"
    },
    "onetime": {
      "version": "1.1.0",
      "from": "onetime@>=1.0.0 <2.0.0",
      "resolved": "https://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz"
    },
    "optionator": {
      "version": "0.8.2",
      "from": "optionator@>=0.8.2 <0.9.0",
      "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.2.tgz"
    },
    "os-homedir": {
      "version": "1.0.2",
      "from": "os-homedir@>=1.0.0 <2.0.0",
      "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz"
    },
    "path-is-absolute": {
      "version": "1.0.1",
      "from": "path-is-absolute@>=1.0.0 <2.0.0",
      "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz"
    },
    "path-is-inside": {
      "version": "1.0.2",
      "from": "path-is-inside@>=1.0.1 <2.0.0",
      "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz"
    },
    "pify": {
      "version": "2.3.0",
      "from": "pify@>=2.0.0 <3.0.0",
      "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz"
    },
    "pinkie": {
      "version": "2.0.4",
      "from": "pinkie@>=2.0.0 <3.0.0",
      "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz"
    },
    "pinkie-promise": {
      "version": "2.0.1",
      "from": "pinkie-promise@>=2.0.0 <3.0.0",
      "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz"
    },
    "pluralize": {
      "version": "1.2.1",
      "from": "pluralize@>=1.2.1 <2.0.0",
      "resolved": "https://registry.npmjs.org/pluralize/-/pluralize-1.2.1.tgz"
    },
    "prelude-ls": {
      "version": "1.1.2",
      "from": "prelude-ls@>=1.1.2 <1.2.0",
      "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz"
    },
    "process-nextick-args": {
      "version": "1.0.7",
      "from": "process-nextick-args@>=1.0.6 <1.1.0",
      "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz"
    },
    "progress": {
      "version": "1.1.8",
      "from": "progress@>=1.1.8 <2.0.0",
      "resolved": "https://registry.npmjs.org/progress/-/progress-1.1.8.tgz"
    },
    "readable-stream": {
      "version": "2.0.6",
      "from": "readable-stream@>=2.0.0 <2.1.0",
      "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz"
    },
    "readline2": {
      "version": "1.0.1",
      "from": "readline2@>=1.0.1 <2.0.0",
      "resolved": "https://registry.npmjs.org/readline2/-/readline2-1.0.1.tgz"
    },
    "require-uncached": {
      "version": "1.0.3",
      "from": "require-uncached@>=1.0.2 <2.0.0",
      "resolved": "https://registry.npmjs.org/require-uncached/-/require-uncached-1.0.3.tgz"
    },
    "resolve-from": {
      "version": "1.0.1",
      "from": "resolve-from@>=1.0.0 <2.0.0",
      "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-1.0.1.tgz"
    },
    "restore-cursor": {
      "version": "1.0.1",
      "from": "restore-cursor@>=1.0.1 <2.0.0",
      "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-1.0.1.tgz"
    },
    "rimraf": {
      "version": "2.5.4",
      "from": "rimraf@>=2.2.8 <3.0.0",
      "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.5.4.tgz"
    },
    "run-async": {
      "version": "0.1.0",
      "from": "run-async@>=0.1.0 <0.2.0",
      "resolved": "https://registry.npmjs.org/run-async/-/run-async-0.1.0.tgz"
    },
    "rx-lite": {
      "version": "3.1.2",
      "from": "rx-lite@>=3.1.2 <4.0.0",
      "resolved": "https://registry.npmjs.org/rx-lite/-/rx-lite-3.1.2.tgz"
    },
    "sax": {
      "version": "1.2.1",
      "from": "sax@>=1.1.4 <2.0.0",
      "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.1.tgz"
    },
    "shelljs": {
      "version": "0.6.1",
      "from": "shelljs@>=0.6.0 <0.7.0",
      "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.6.1.tgz"
    },
    "slice-ansi": {
      "version": "0.0.4",
      "from": "slice-ansi@0.0.4",
      "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-0.0.4.tgz"
    },
    "sprintf-js": {
      "version": "1.0.3",
      "from": "sprintf-js@>=1.0.2 <1.1.0",
      "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz"
    },
    "string_decoder": {
      "version": "0.10.31",
      "from": "string_decoder@>=0.10.0 <0.11.0",
      "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz"
    },
    "string-width": {
      "version": "1.0.2",
      "from": "string-width@>=1.0.1 <2.0.0",
      "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz"
    },
    "strip-ansi": {
      "version": "3.0.1",
      "from": "strip-ansi@>=3.0.0 <4.0.0",
      "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz"
    },
    "strip-bom": {
      "version": "3.0.0",
      "from": "strip-bom@>=3.0.0 <4.0.0",
      "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz"
    },
    "strip-json-comments": {
      "version": "1.0.4",
      "from": "strip-json-comments@>=1.0.1 <1.1.0",
      "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.4.tgz"
    },
    "supports-color": {
      "version": "2.0.0",
      "from": "supports-color@>=2.0.0 <3.0.0",
      "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz"
    },
    "table": {
      "version": "3.8.3",
      "from": "table@>=3.7.8 <4.0.0",
      "resolved": "https://registry.npmjs.org/table/-/table-3.8.3.tgz",
      "dependencies": {
        "is-fullwidth-code-point": {
          "version": "2.0.0",
          "from": "is-fullwidth-code-point@>=2.0.0 <3.0.0",
          "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz"
        },
        "string-width": {
          "version": "2.0.0",
          "from": "string-width@>=2.0.0 <3.0.0",
          "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.0.0.tgz"
        }
      }
    },
    "text-table": {
      "version": "0.2.0",
      "from": "text-table@>=0.2.0 <0.3.0",
      "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz"
    },
    "through": {
      "version": "2.3.8",
      "from": "through@>=2.3.6 <3.0.0",
      "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz"
    },
    "tryit": {
      "version": "1.0.3",
      "from": "tryit@>=1.0.1 <2.0.0",
      "resolved": "https://registry.npmjs.org/tryit/-/tryit-1.0.3.tgz"
    },
    "type-check": {
      "version": "0.3.2",
      "from": "type-check@>=0.3.2 <0.4.0",
      "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz"
    },
    "typedarray": {
      "version": "0.0.6",
      "from": "typedarray@>=0.0.5 <0.1.0",
      "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz"
    },
    "user-home": {
      "version": "2.0.0",
      "from": "user-home@>=2.0.0 <3.0.0",
      "resolved": "https://registry.npmjs.org/user-home/-/user-home-2.0.0.tgz"
    },
    "util-deprecate": {
      "version": "1.0.2",
      "from": "util-deprecate@>=1.0.1 <1.1.0",
      "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz"
    },
    "wordwrap": {
      "version": "1.0.0",
      "from": "wordwrap@>=1.0.0 <1.1.0",
      "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz"
    },
    "wrappy": {
      "version": "1.0.2",
      "from": "wrappy@>=1.0.0 <2.0.0",
      "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz"
    },
    "write": {
      "version": "0.2.1",
      "from": "write@>=0.2.1 <0.3.0",
      "resolved": "https://registry.npmjs.org/write/-/write-0.2.1.tgz"
    },
    "xtend": {
      "version": "4.0.1",
      "from": "xtend@>=4.0.0 <5.0.0",
      "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz"
    }
  }
}