Blame view

node_modules/px2rpx/yarn.lock 31.7 KB
ce4c83ff   wxy   初始提交
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
  # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
  # yarn lockfile v1
  
  
  abbrev@1:
    version "1.1.1"
    resolved "http://r.npm.sankuai.com/abbrev/download/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"
  
  abbrev@1.0.x:
    version "1.0.9"
    resolved "http://r.npm.sankuai.com/abbrev/download/abbrev-1.0.9.tgz#91b4792588a7738c25f35dd6f63752a2f8776135"
  
  align-text@^0.1.1, align-text@^0.1.3:
    version "0.1.4"
    resolved "http://r.npm.sankuai.com/align-text/download/align-text-0.1.4.tgz#0cd90a561093f35d0a99256c22b7069433fad117"
    dependencies:
      kind-of "^3.0.2"
      longest "^1.0.1"
      repeat-string "^1.5.2"
  
  amdefine@>=0.0.4:
    version "1.0.1"
    resolved "http://r.npm.sankuai.com/amdefine/download/amdefine-1.0.1.tgz#4a5282ac164729e93619bcfd3ad151f817ce91f5"
  
  ansi-regex@^0.2.0, ansi-regex@^0.2.1:
    version "0.2.1"
    resolved "http://r.npm.sankuai.com/ansi-regex/download/ansi-regex-0.2.1.tgz#0d8e946967a3d8143f93e24e298525fc1b2235f9"
  
  ansi-regex@^2.0.0:
    version "2.1.1"
    resolved "http://r.npm.sankuai.com/ansi-regex/download/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df"
  
  ansi-styles@^1.1.0:
    version "1.1.0"
    resolved "http://r.npm.sankuai.com/ansi-styles/download/ansi-styles-1.1.0.tgz#eaecbf66cd706882760b2f4691582b8f55d7a7de"
  
  ansi-styles@^2.2.1:
    version "2.2.1"
    resolved "http://r.npm.sankuai.com/ansi-styles/download/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
  
  argparse@^1.0.7:
    version "1.0.10"
    resolved "http://r.npm.sankuai.com/argparse/download/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911"
    dependencies:
      sprintf-js "~1.0.2"
  
  asn1@~0.2.3:
    version "0.2.3"
    resolved "http://r.npm.sankuai.com/asn1/download/asn1-0.2.3.tgz#dac8787713c9966849fc8180777ebe9c1ddf3b86"
  
  assert-plus@1.0.0, assert-plus@^1.0.0:
    version "1.0.0"
    resolved "http://r.npm.sankuai.com/assert-plus/download/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525"
  
  assert-plus@^0.2.0:
    version "0.2.0"
    resolved "http://r.npm.sankuai.com/assert-plus/download/assert-plus-0.2.0.tgz#d74e1b87e7affc0db8aadb7021f3fe48101ab234"
  
  async@1.x, async@^1.4.0:
    version "1.5.2"
    resolved "http://r.npm.sankuai.com/async/download/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"
  
  asynckit@^0.4.0:
    version "0.4.0"
    resolved "http://r.npm.sankuai.com/asynckit/download/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
  
  atob@~1.1.0:
    version "1.1.3"
    resolved "http://r.npm.sankuai.com/atob/download/atob-1.1.3.tgz#95f13629b12c3a51a5d215abdce2aa9f32f80773"
  
  aws-sign2@~0.6.0:
    version "0.6.0"
    resolved "http://r.npm.sankuai.com/aws-sign2/download/aws-sign2-0.6.0.tgz#14342dd38dbcc94d0e5b87d763cd63612c0e794f"
  
  aws4@^1.2.1:
    version "1.6.0"
    resolved "http://r.npm.sankuai.com/aws4/download/aws4-1.6.0.tgz#83ef5ca860b2b32e4a0deedee8c771b9db57471e"
  
  balanced-match@^1.0.0:
    version "1.0.0"
    resolved "http://r.npm.sankuai.com/balanced-match/download/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
  
  bcrypt-pbkdf@^1.0.0:
    version "1.0.1"
    resolved "http://r.npm.sankuai.com/bcrypt-pbkdf/download/bcrypt-pbkdf-1.0.1.tgz#63bc5dcb61331b92bc05fd528953c33462a06f8d"
    dependencies:
      tweetnacl "^0.14.3"
  
  boom@2.x.x:
    version "2.10.1"
    resolved "http://r.npm.sankuai.com/boom/download/boom-2.10.1.tgz#39c8918ceff5799f83f9492a848f625add0c766f"
    dependencies:
      hoek "2.x.x"
  
  brace-expansion@^1.0.0, brace-expansion@^1.1.7:
    version "1.1.11"
    resolved "http://r.npm.sankuai.com/brace-expansion/download/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
    dependencies:
      balanced-match "^1.0.0"
      concat-map "0.0.1"
  
  camelcase@^1.0.2:
    version "1.2.1"
    resolved "http://r.npm.sankuai.com/camelcase/download/camelcase-1.2.1.tgz#9bb5304d2e0b56698b2c758b08a3eaa9daa58a39"
  
  caseless@~0.11.0:
    version "0.11.0"
    resolved "http://r.npm.sankuai.com/caseless/download/caseless-0.11.0.tgz#715b96ea9841593cc33067923f5ec60ebda4f7d7"
  
  center-align@^0.1.1:
    version "0.1.3"
    resolved "http://r.npm.sankuai.com/center-align/download/center-align-0.1.3.tgz#aa0d32629b6ee972200411cbd4461c907bc2b7ad"
    dependencies:
      align-text "^0.1.3"
      lazy-cache "^1.0.3"
  
  chalk@^1.1.1:
    version "1.1.3"
    resolved "http://r.npm.sankuai.com/chalk/download/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"
    dependencies:
      ansi-styles "^2.2.1"
      escape-string-regexp "^1.0.2"
      has-ansi "^2.0.0"
      strip-ansi "^3.0.0"
      supports-color "^2.0.0"
  
  chalk@~0.5.1:
    version "0.5.1"
    resolved "http://r.npm.sankuai.com/chalk/download/chalk-0.5.1.tgz#663b3a648b68b55d04690d49167aa837858f2174"
    dependencies:
      ansi-styles "^1.1.0"
      escape-string-regexp "^1.0.0"
      has-ansi "^0.1.0"
      strip-ansi "^0.3.0"
      supports-color "^0.2.0"
  
  cliui@^2.1.0:
    version "2.1.0"
    resolved "http://r.npm.sankuai.com/cliui/download/cliui-2.1.0.tgz#4b475760ff80264c762c3a1719032e91c7fea0d1"
    dependencies:
      center-align "^0.1.1"
      right-align "^0.1.1"
      wordwrap "0.0.2"
  
  combined-stream@^1.0.5, combined-stream@~1.0.5:
    version "1.0.6"
    resolved "http://r.npm.sankuai.com/combined-stream/download/combined-stream-1.0.6.tgz#723e7df6e801ac5613113a7e445a9b69cb632818"
    dependencies:
      delayed-stream "~1.0.0"
  
  commander@0.6.1:
    version "0.6.1"
    resolved "http://r.npm.sankuai.com/commander/download/commander-0.6.1.tgz#fa68a14f6a945d54dbbe50d8cdb3320e9e3b1a06"
  
  commander@2.3.0:
    version "2.3.0"
    resolved "http://r.npm.sankuai.com/commander/download/commander-2.3.0.tgz#fd430e889832ec353b9acd1de217c11cb3eef873"
  
  commander@^2.9.0:
    version "2.15.1"
    resolved "http://r.npm.sankuai.com/commander/download/commander-2.15.1.tgz#df46e867d0fc2aec66a34662b406a9ccafff5b0f"
  
  commander@~2.6.0:
    version "2.6.0"
    resolved "http://r.npm.sankuai.com/commander/download/commander-2.6.0.tgz#9df7e52fb2a0cb0fb89058ee80c3104225f37e1d"
  
  concat-map@0.0.1:
    version "0.0.1"
    resolved "http://r.npm.sankuai.com/concat-map/download/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
  
  core-util-is@1.0.2:
    version "1.0.2"
    resolved "http://r.npm.sankuai.com/core-util-is/download/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
  
  coveralls@^2.10.0:
    version "2.13.3"
    resolved "http://r.npm.sankuai.com/coveralls/download/coveralls-2.13.3.tgz#9ad7c2ae527417f361e8b626483f48ee92dd2bc7"
    dependencies:
      js-yaml "3.6.1"
      lcov-parse "0.0.10"
      log-driver "1.2.5"
      minimist "1.2.0"
      request "2.79.0"
  
  cryptiles@2.x.x:
    version "2.0.5"
    resolved "http://r.npm.sankuai.com/cryptiles/download/cryptiles-2.0.5.tgz#3bdfecdc608147c1c67202fa291e7dca59eaa3b8"
    dependencies:
      boom "2.x.x"
  
  css@~2.2.0:
    version "2.2.1"
    resolved "http://r.npm.sankuai.com/css/download/css-2.2.1.tgz#73a4c81de85db664d4ee674f7d47085e3b2d55dc"
    dependencies:
      inherits "^2.0.1"
      source-map "^0.1.38"
      source-map-resolve "^0.3.0"
      urix "^0.1.0"
  
  dashdash@^1.12.0:
    version "1.14.1"
    resolved "http://r.npm.sankuai.com/dashdash/download/dashdash-1.14.1.tgz#853cfa0f7cbe2fed5de20326b8dd581035f6e2f0"
    dependencies:
      assert-plus "^1.0.0"
  
  debug@2.2.0:
    version "2.2.0"
    resolved "http://r.npm.sankuai.com/debug/download/debug-2.2.0.tgz#f87057e995b1a1f6ae6a4960664137bc56f039da"
    dependencies:
      ms "0.7.1"
  
  decamelize@^1.0.0:
    version "1.2.0"
    resolved "http://r.npm.sankuai.com/decamelize/download/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
  
  deep-is@~0.1.2:
    version "0.1.3"
    resolved "http://r.npm.sankuai.com/deep-is/download/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34"
  
  delayed-stream@~1.0.0:
    version "1.0.0"
    resolved "http://r.npm.sankuai.com/delayed-stream/download/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
  
  diff@1.4.0:
    version "1.4.0"
    resolved "http://r.npm.sankuai.com/diff/download/diff-1.4.0.tgz#7f28d2eb9ee7b15a97efd89ce63dcfdaa3ccbabf"
  
  ecc-jsbn@~0.1.1:
    version "0.1.1"
    resolved "http://r.npm.sankuai.com/ecc-jsbn/download/ecc-jsbn-0.1.1.tgz#0fc73a9ed5f0d53c38193398523ef7e543777505"
    dependencies:
      jsbn "~0.1.0"
  
  escape-string-regexp@1.0.2:
    version "1.0.2"
    resolved "http://r.npm.sankuai.com/escape-string-regexp/download/escape-string-regexp-1.0.2.tgz#4dbc2fe674e71949caf3fb2695ce7f2dc1d9a8d1"
  
  escape-string-regexp@^1.0.0, escape-string-regexp@^1.0.2:
    version "1.0.5"
    resolved "http://r.npm.sankuai.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
  
  escodegen@1.7.x:
    version "1.7.1"
    resolved "http://r.npm.sankuai.com/escodegen/download/escodegen-1.7.1.tgz#30ecfcf66ca98dc67cd2fd162abeb6eafa8ce6fc"
    dependencies:
      esprima "^1.2.2"
      estraverse "^1.9.1"
      esutils "^2.0.2"
      optionator "^0.5.0"
    optionalDependencies:
      source-map "~0.2.0"
  
  esprima@2.5.x:
    version "2.5.0"
    resolved "http://r.npm.sankuai.com/esprima/download/esprima-2.5.0.tgz#f387a46fd344c1b1a39baf8c20bfb43b6d0058cc"
  
  esprima@^1.2.2:
    version "1.2.5"
    resolved "http://r.npm.sankuai.com/esprima/download/esprima-1.2.5.tgz#0993502feaf668138325756f30f9a51feeec11e9"
  
  esprima@^2.6.0:
    version "2.7.3"
    resolved "http://r.npm.sankuai.com/esprima/download/esprima-2.7.3.tgz#96e3b70d5779f6ad49cd032673d1c312767ba581"
  
  esprima@^4.0.0:
    version "4.0.0"
    resolved "http://r.npm.sankuai.com/esprima/download/esprima-4.0.0.tgz#4499eddcd1110e0b218bacf2fa7f7f59f55ca804"
  
  estraverse@^1.9.1:
    version "1.9.3"
    resolved "http://r.npm.sankuai.com/estraverse/download/estraverse-1.9.3.tgz#af67f2dc922582415950926091a4005d29c9bb44"
  
  esutils@^2.0.2:
    version "2.0.2"
    resolved "http://r.npm.sankuai.com/esutils/download/esutils-2.0.2.tgz#0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b"
  
  extend@~3.0.0, extend@~3.0.1:
    version "3.0.1"
    resolved "http://r.npm.sankuai.com/extend/download/extend-3.0.1.tgz#a755ea7bc1adfcc5a31ce7e762dbaadc5e636444"
  
  extsprintf@1.3.0:
    version "1.3.0"
    resolved "http://r.npm.sankuai.com/extsprintf/download/extsprintf-1.3.0.tgz#96918440e3041a7a414f8c52e3c574eb3c3e1e05"
  
  extsprintf@^1.2.0:
    version "1.4.0"
    resolved "http://r.npm.sankuai.com/extsprintf/download/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f"
  
  fast-levenshtein@~1.0.0:
    version "1.0.7"
    resolved "http://r.npm.sankuai.com/fast-levenshtein/download/fast-levenshtein-1.0.7.tgz#0178dcdee023b92905193af0959e8a7639cfdcb9"
  
  fileset@0.2.x:
    version "0.2.1"
    resolved "http://r.npm.sankuai.com/fileset/download/fileset-0.2.1.tgz#588ef8973c6623b2a76df465105696b96aac8067"
    dependencies:
      glob "5.x"
      minimatch "2.x"
  
  forever-agent@~0.6.1:
    version "0.6.1"
    resolved "http://r.npm.sankuai.com/forever-agent/download/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
  
  form-data@~2.1.1:
    version "2.1.4"
    resolved "http://r.npm.sankuai.com/form-data/download/form-data-2.1.4.tgz#33c183acf193276ecaa98143a69e94bfee1750d1"
    dependencies:
      asynckit "^0.4.0"
      combined-stream "^1.0.5"
      mime-types "^2.1.12"
  
  fs-extra@~0.16.3:
    version "0.16.5"
    resolved "http://r.npm.sankuai.com/fs-extra/download/fs-extra-0.16.5.tgz#1ad661fa6c86c9608cd1b49efc6fce834939a750"
    dependencies:
      graceful-fs "^3.0.5"
      jsonfile "^2.0.0"
      rimraf "^2.2.8"
  
  fs.realpath@^1.0.0:
    version "1.0.0"
    resolved "http://r.npm.sankuai.com/fs.realpath/download/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
  
  generate-function@^2.0.0:
    version "2.0.0"
    resolved "http://r.npm.sankuai.com/generate-function/download/generate-function-2.0.0.tgz#6858fe7c0969b7d4e9093337647ac79f60dfbe74"
  
  generate-object-property@^1.1.0:
    version "1.2.0"
    resolved "http://r.npm.sankuai.com/generate-object-property/download/generate-object-property-1.2.0.tgz#9c0e1c40308ce804f4783618b937fa88f99d50d0"
    dependencies:
      is-property "^1.0.0"
  
  getpass@^0.1.1:
    version "0.1.7"
    resolved "http://r.npm.sankuai.com/getpass/download/getpass-0.1.7.tgz#5eff8e3e684d569ae4cb2b1282604e8ba62149fa"
    dependencies:
      assert-plus "^1.0.0"
  
  glob@3.2.11:
    version "3.2.11"
    resolved "http://r.npm.sankuai.com/glob/download/glob-3.2.11.tgz#4a973f635b9190f715d10987d5c00fd2815ebe3d"
    dependencies:
      inherits "2"
      minimatch "0.3"
  
  glob@5.x:
    version "5.0.15"
    resolved "http://r.npm.sankuai.com/glob/download/glob-5.0.15.tgz#1bc936b9e02f4a603fcc222ecf7633d30b8b93b1"
    dependencies:
      inflight "^1.0.4"
      inherits "2"
      minimatch "2 || 3"
      once "^1.3.0"
      path-is-absolute "^1.0.0"
  
  glob@^7.0.5:
    version "7.1.2"
    resolved "http://r.npm.sankuai.com/glob/download/glob-7.1.2.tgz#c19c9df9a028702d678612384a6552404c636d15"
    dependencies:
      fs.realpath "^1.0.0"
      inflight "^1.0.4"
      inherits "2"
      minimatch "^3.0.4"
      once "^1.3.0"
      path-is-absolute "^1.0.0"
  
  graceful-fs@^3.0.5:
    version "3.0.11"
    resolved "http://r.npm.sankuai.com/graceful-fs/download/graceful-fs-3.0.11.tgz#7613c778a1afea62f25c630a086d7f3acbbdd818"
    dependencies:
      natives "^1.1.0"
  
  graceful-fs@^4.1.6:
    version "4.1.11"
    resolved "http://r.npm.sankuai.com/graceful-fs/download/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
  
  growl@1.9.2:
    version "1.9.2"
    resolved "http://r.npm.sankuai.com/growl/download/growl-1.9.2.tgz#0ea7743715db8d8de2c5ede1775e1b45ac85c02f"
  
  handlebars@^4.0.1:
    version "4.0.11"
    resolved "http://r.npm.sankuai.com/handlebars/download/handlebars-4.0.11.tgz#630a35dfe0294bc281edae6ffc5d329fc7982dcc"
    dependencies:
      async "^1.4.0"
      optimist "^0.6.1"
      source-map "^0.4.4"
    optionalDependencies:
      uglify-js "^2.6"
  
  har-validator@~2.0.6:
    version "2.0.6"
    resolved "http://r.npm.sankuai.com/har-validator/download/har-validator-2.0.6.tgz#cdcbc08188265ad119b6a5a7c8ab70eecfb5d27d"
    dependencies:
      chalk "^1.1.1"
      commander "^2.9.0"
      is-my-json-valid "^2.12.4"
      pinkie-promise "^2.0.0"
  
  has-ansi@^0.1.0:
    version "0.1.0"
    resolved "http://r.npm.sankuai.com/has-ansi/download/has-ansi-0.1.0.tgz#84f265aae8c0e6a88a12d7022894b7568894c62e"
    dependencies:
      ansi-regex "^0.2.0"
  
  has-ansi@^2.0.0:
    version "2.0.0"
    resolved "http://r.npm.sankuai.com/has-ansi/download/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91"
    dependencies:
      ansi-regex "^2.0.0"
  
  has-flag@^1.0.0:
    version "1.0.0"
    resolved "http://r.npm.sankuai.com/has-flag/download/has-flag-1.0.0.tgz#9d9e793165ce017a00f00418c43f942a7b1d11fa"
  
  hawk@~3.1.3:
    version "3.1.3"
    resolved "http://r.npm.sankuai.com/hawk/download/hawk-3.1.3.tgz#078444bd7c1640b0fe540d2c9b73d59678e8e1c4"
    dependencies:
      boom "2.x.x"
      cryptiles "2.x.x"
      hoek "2.x.x"
      sntp "1.x.x"
  
  hoek@2.x.x:
    version "2.16.3"
    resolved "http://r.npm.sankuai.com/hoek/download/hoek-2.16.3.tgz#20bb7403d3cea398e91dc4710a8ff1b8274a25ed"
  
  http-signature@~1.1.0:
    version "1.1.1"
    resolved "http://r.npm.sankuai.com/http-signature/download/http-signature-1.1.1.tgz#df72e267066cd0ac67fb76adf8e134a8fbcf91bf"
    dependencies:
      assert-plus "^0.2.0"
      jsprim "^1.2.2"
      sshpk "^1.7.0"
  
  inflight@^1.0.4:
    version "1.0.6"
    resolved "http://r.npm.sankuai.com/inflight/download/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9"
    dependencies:
      once "^1.3.0"
      wrappy "1"
  
  inherits@2, inherits@^2.0.1:
    version "2.0.3"
    resolved "http://r.npm.sankuai.com/inherits/download/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
  
  is-buffer@^1.1.5:
    version "1.1.6"
    resolved "http://r.npm.sankuai.com/is-buffer/download/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
  
  is-my-ip-valid@^1.0.0:
    version "1.0.0"
    resolved "http://r.npm.sankuai.com/is-my-ip-valid/download/is-my-ip-valid-1.0.0.tgz#7b351b8e8edd4d3995d4d066680e664d94696824"
  
  is-my-json-valid@^2.12.4:
    version "2.17.2"
    resolved "http://r.npm.sankuai.com/is-my-json-valid/download/is-my-json-valid-2.17.2.tgz#6b2103a288e94ef3de5cf15d29dd85fc4b78d65c"
    dependencies:
      generate-function "^2.0.0"
      generate-object-property "^1.1.0"
      is-my-ip-valid "^1.0.0"
      jsonpointer "^4.0.0"
      xtend "^4.0.0"
  
  is-property@^1.0.0:
    version "1.0.2"
    resolved "http://r.npm.sankuai.com/is-property/download/is-property-1.0.2.tgz#57fe1c4e48474edd65b09911f26b1cd4095dda84"
  
  is-typedarray@~1.0.0:
    version "1.0.0"
    resolved "http://r.npm.sankuai.com/is-typedarray/download/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
  
  isexe@^2.0.0:
    version "2.0.0"
    resolved "http://r.npm.sankuai.com/isexe/download/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
  
  isstream@~0.1.2:
    version "0.1.2"
    resolved "http://r.npm.sankuai.com/isstream/download/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a"
  
  istanbul@^0.3.6:
    version "0.3.22"
    resolved "http://r.npm.sankuai.com/istanbul/download/istanbul-0.3.22.tgz#3e164d85021fe19c985d1f0e7ef0c3e22d012eb6"
    dependencies:
      abbrev "1.0.x"
      async "1.x"
      escodegen "1.7.x"
      esprima "2.5.x"
      fileset "0.2.x"
      handlebars "^4.0.1"
      js-yaml "3.x"
      mkdirp "0.5.x"
      nopt "3.x"
      once "1.x"
      resolve "1.1.x"
      supports-color "^3.1.0"
      which "^1.1.1"
      wordwrap "^1.0.0"
  
  jade@0.26.3:
    version "0.26.3"
    resolved "http://r.npm.sankuai.com/jade/download/jade-0.26.3.tgz#8f10d7977d8d79f2f6ff862a81b0513ccb25686c"
    dependencies:
      commander "0.6.1"
      mkdirp "0.3.0"
  
  js-yaml@3.6.1:
    version "3.6.1"
    resolved "http://r.npm.sankuai.com/js-yaml/download/js-yaml-3.6.1.tgz#6e5fe67d8b205ce4d22fad05b7781e8dadcc4b30"
    dependencies:
      argparse "^1.0.7"
      esprima "^2.6.0"
  
  js-yaml@3.x:
    version "3.11.0"
    resolved "http://r.npm.sankuai.com/js-yaml/download/js-yaml-3.11.0.tgz#597c1a8bd57152f26d622ce4117851a51f5ebaef"
    dependencies:
      argparse "^1.0.7"
      esprima "^4.0.0"
  
  jsbn@~0.1.0:
    version "0.1.1"
    resolved "http://r.npm.sankuai.com/jsbn/download/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
  
  json-schema@0.2.3:
    version "0.2.3"
    resolved "http://r.npm.sankuai.com/json-schema/download/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13"
  
  json-stringify-safe@~5.0.1:
    version "5.0.1"
    resolved "http://r.npm.sankuai.com/json-stringify-safe/download/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb"
  
  jsonfile@^2.0.0:
    version "2.4.0"
    resolved "http://r.npm.sankuai.com/jsonfile/download/jsonfile-2.4.0.tgz#3736a2b428b87bbda0cc83b53fa3d633a35c2ae8"
    optionalDependencies:
      graceful-fs "^4.1.6"
  
  jsonpointer@^4.0.0:
    version "4.0.1"
    resolved "http://r.npm.sankuai.com/jsonpointer/download/jsonpointer-4.0.1.tgz#4fd92cb34e0e9db3c89c8622ecf51f9b978c6cb9"
  
  jsprim@^1.2.2:
    version "1.4.1"
    resolved "http://r.npm.sankuai.com/jsprim/download/jsprim-1.4.1.tgz#313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2"
    dependencies:
      assert-plus "1.0.0"
      extsprintf "1.3.0"
      json-schema "0.2.3"
      verror "1.10.0"
  
  kind-of@^3.0.2:
    version "3.2.2"
    resolved "http://r.npm.sankuai.com/kind-of/download/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64"
    dependencies:
      is-buffer "^1.1.5"
  
  lazy-cache@^1.0.3:
    version "1.0.4"
    resolved "http://r.npm.sankuai.com/lazy-cache/download/lazy-cache-1.0.4.tgz#a1d78fc3a50474cb80845d3b3b6e1da49a446e8e"
  
  lcov-parse@0.0.10:
    version "0.0.10"
    resolved "http://r.npm.sankuai.com/lcov-parse/download/lcov-parse-0.0.10.tgz#1b0b8ff9ac9c7889250582b70b71315d9da6d9a3"
  
  levn@~0.2.5:
    version "0.2.5"
    resolved "http://r.npm.sankuai.com/levn/download/levn-0.2.5.tgz#ba8d339d0ca4a610e3a3f145b9caf48807155054"
    dependencies:
      prelude-ls "~1.1.0"
      type-check "~0.3.1"
  
  log-driver@1.2.5:
    version "1.2.5"
    resolved "http://r.npm.sankuai.com/log-driver/download/log-driver-1.2.5.tgz#7ae4ec257302fd790d557cb10c97100d857b0056"
  
  longest@^1.0.1:
    version "1.0.1"
    resolved "http://r.npm.sankuai.com/longest/download/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097"
  
  lru-cache@2:
    version "2.7.3"
    resolved "http://r.npm.sankuai.com/lru-cache/download/lru-cache-2.7.3.tgz#6d4524e8b955f95d4f5b58851ce21dd72fb4e952"
  
  mime-db@~1.33.0:
    version "1.33.0"
    resolved "http://r.npm.sankuai.com/mime-db/download/mime-db-1.33.0.tgz#a3492050a5cb9b63450541e39d9788d2272783db"
  
  mime-types@^2.1.12, mime-types@~2.1.7:
    version "2.1.18"
    resolved "http://r.npm.sankuai.com/mime-types/download/mime-types-2.1.18.tgz#6f323f60a83d11146f831ff11fd66e2fe5503bb8"
    dependencies:
      mime-db "~1.33.0"
  
  minimatch@0.3:
    version "0.3.0"
    resolved "http://r.npm.sankuai.com/minimatch/download/minimatch-0.3.0.tgz#275d8edaac4f1bb3326472089e7949c8394699dd"
    dependencies:
      lru-cache "2"
      sigmund "~1.0.0"
  
  "minimatch@2 || 3", minimatch@^3.0.4:
    version "3.0.4"
    resolved "http://r.npm.sankuai.com/minimatch/download/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
    dependencies:
      brace-expansion "^1.1.7"
  
  minimatch@2.x:
    version "2.0.10"
    resolved "http://r.npm.sankuai.com/minimatch/download/minimatch-2.0.10.tgz#8d087c39c6b38c001b97fca7ce6d0e1e80afbac7"
    dependencies:
      brace-expansion "^1.0.0"
  
  minimist@0.0.8:
    version "0.0.8"
    resolved "http://r.npm.sankuai.com/minimist/download/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
  
  minimist@1.2.0:
    version "1.2.0"
    resolved "http://r.npm.sankuai.com/minimist/download/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
  
  minimist@~0.0.1:
    version "0.0.10"
    resolved "http://r.npm.sankuai.com/minimist/download/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf"
  
  mkdirp@0.3.0:
    version "0.3.0"
    resolved "http://r.npm.sankuai.com/mkdirp/download/mkdirp-0.3.0.tgz#1bbf5ab1ba827af23575143490426455f481fe1e"
  
  mkdirp@0.5.1, mkdirp@0.5.x:
    version "0.5.1"
    resolved "http://r.npm.sankuai.com/mkdirp/download/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903"
    dependencies:
      minimist "0.0.8"
  
  mocha@^2.1.0:
    version "2.5.3"
    resolved "http://r.npm.sankuai.com/mocha/download/mocha-2.5.3.tgz#161be5bdeb496771eb9b35745050b622b5aefc58"
    dependencies:
      commander "2.3.0"
      debug "2.2.0"
      diff "1.4.0"
      escape-string-regexp "1.0.2"
      glob "3.2.11"
      growl "1.9.2"
      jade "0.26.3"
      mkdirp "0.5.1"
      supports-color "1.2.0"
      to-iso-string "0.0.2"
  
  ms@0.7.1:
    version "0.7.1"
    resolved "http://r.npm.sankuai.com/ms/download/ms-0.7.1.tgz#9cd13c03adbff25b65effde7ce864ee952017098"
  
  natives@^1.1.0:
    version "1.1.2"
    resolved "http://r.npm.sankuai.com/natives/download/natives-1.1.2.tgz#4437ca1ed8a7f047531ccdfaf2792853df4efa1c"
  
  nopt@3.x:
    version "3.0.6"
    resolved "http://r.npm.sankuai.com/nopt/download/nopt-3.0.6.tgz#c6465dbf08abcd4db359317f79ac68a646b28ff9"
    dependencies:
      abbrev "1"
  
  oauth-sign@~0.8.1:
    version "0.8.2"
    resolved "http://r.npm.sankuai.com/oauth-sign/download/oauth-sign-0.8.2.tgz#46a6ab7f0aead8deae9ec0565780b7d4efeb9d43"
  
  once@1.x, once@^1.3.0:
    version "1.4.0"
    resolved "http://r.npm.sankuai.com/once/download/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
    dependencies:
      wrappy "1"
  
  optimist@^0.6.1:
    version "0.6.1"
    resolved "http://r.npm.sankuai.com/optimist/download/optimist-0.6.1.tgz#da3ea74686fa21a19a111c326e90eb15a0196686"
    dependencies:
      minimist "~0.0.1"
      wordwrap "~0.0.2"
  
  optionator@^0.5.0:
    version "0.5.0"
    resolved "http://r.npm.sankuai.com/optionator/download/optionator-0.5.0.tgz#b75a8995a2d417df25b6e4e3862f50aa88651368"
    dependencies:
      deep-is "~0.1.2"
      fast-levenshtein "~1.0.0"
      levn "~0.2.5"
      prelude-ls "~1.1.1"
      type-check "~0.3.1"
      wordwrap "~0.0.2"
  
  path-is-absolute@^1.0.0:
    version "1.0.1"
    resolved "http://r.npm.sankuai.com/path-is-absolute/download/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
  
  pinkie-promise@^2.0.0:
    version "2.0.1"
    resolved "http://r.npm.sankuai.com/pinkie-promise/download/pinkie-promise-2.0.1.tgz#2135d6dfa7a358c069ac9b178776288228450ffa"
    dependencies:
      pinkie "^2.0.0"
  
  pinkie@^2.0.0:
    version "2.0.4"
    resolved "http://r.npm.sankuai.com/pinkie/download/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870"
  
  prelude-ls@~1.1.0, prelude-ls@~1.1.1, prelude-ls@~1.1.2:
    version "1.1.2"
    resolved "http://r.npm.sankuai.com/prelude-ls/download/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
  
  punycode@^1.4.1:
    version "1.4.1"
    resolved "http://r.npm.sankuai.com/punycode/download/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e"
  
  qs@~6.3.0:
    version "6.3.2"
    resolved "http://r.npm.sankuai.com/qs/download/qs-6.3.2.tgz#e75bd5f6e268122a2a0e0bda630b2550c166502c"
  
  repeat-string@^1.5.2:
    version "1.6.1"
    resolved "http://r.npm.sankuai.com/repeat-string/download/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637"
  
  request@2.79.0:
    version "2.79.0"
    resolved "http://r.npm.sankuai.com/request/download/request-2.79.0.tgz#4dfe5bf6be8b8cdc37fcf93e04b65577722710de"
    dependencies:
      aws-sign2 "~0.6.0"
      aws4 "^1.2.1"
      caseless "~0.11.0"
      combined-stream "~1.0.5"
      extend "~3.0.0"
      forever-agent "~0.6.1"
      form-data "~2.1.1"
      har-validator "~2.0.6"
      hawk "~3.1.3"
      http-signature "~1.1.0"
      is-typedarray "~1.0.0"
      isstream "~0.1.2"
      json-stringify-safe "~5.0.1"
      mime-types "~2.1.7"
      oauth-sign "~0.8.1"
      qs "~6.3.0"
      stringstream "~0.0.4"
      tough-cookie "~2.3.0"
      tunnel-agent "~0.4.1"
      uuid "^3.0.0"
  
  resolve-url@~0.2.1:
    version "0.2.1"
    resolved "http://r.npm.sankuai.com/resolve-url/download/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
  
  resolve@1.1.x:
    version "1.1.7"
    resolved "http://r.npm.sankuai.com/resolve/download/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b"
  
  right-align@^0.1.1:
    version "0.1.3"
    resolved "http://r.npm.sankuai.com/right-align/download/right-align-0.1.3.tgz#61339b722fe6a3515689210d24e14c96148613ef"
    dependencies:
      align-text "^0.1.1"
  
  rimraf@^2.2.8:
    version "2.6.2"
    resolved "http://r.npm.sankuai.com/rimraf/download/rimraf-2.6.2.tgz#2ed8150d24a16ea8651e6d6ef0f47c4158ce7a36"
    dependencies:
      glob "^7.0.5"
  
  sigmund@~1.0.0:
    version "1.0.1"
    resolved "http://r.npm.sankuai.com/sigmund/download/sigmund-1.0.1.tgz#3ff21f198cad2175f9f3b781853fd94d0d19b590"
  
  sntp@1.x.x:
    version "1.0.9"
    resolved "http://r.npm.sankuai.com/sntp/download/sntp-1.0.9.tgz#6541184cc90aeea6c6e7b35e2659082443c66198"
    dependencies:
      hoek "2.x.x"
  
  source-map-resolve@^0.3.0:
    version "0.3.1"
    resolved "http://r.npm.sankuai.com/source-map-resolve/download/source-map-resolve-0.3.1.tgz#610f6122a445b8dd51535a2a71b783dfc1248761"
    dependencies:
      atob "~1.1.0"
      resolve-url "~0.2.1"
      source-map-url "~0.3.0"
      urix "~0.1.0"
  
  source-map-url@~0.3.0:
    version "0.3.0"
    resolved "http://r.npm.sankuai.com/source-map-url/download/source-map-url-0.3.0.tgz#7ecaf13b57bcd09da8a40c5d269db33799d4aaf9"
  
  source-map@^0.1.38:
    version "0.1.43"
    resolved "http://r.npm.sankuai.com/source-map/download/source-map-0.1.43.tgz#c24bc146ca517c1471f5dacbe2571b2b7f9e3346"
    dependencies:
      amdefine ">=0.0.4"
  
  source-map@^0.4.4:
    version "0.4.4"
    resolved "http://r.npm.sankuai.com/source-map/download/source-map-0.4.4.tgz#eba4f5da9c0dc999de68032d8b4f76173652036b"
    dependencies:
      amdefine ">=0.0.4"
  
  source-map@~0.2.0:
    version "0.2.0"
    resolved "http://r.npm.sankuai.com/source-map/download/source-map-0.2.0.tgz#dab73fbcfc2ba819b4de03bd6f6eaa48164b3f9d"
    dependencies:
      amdefine ">=0.0.4"
  
  source-map@~0.5.1:
    version "0.5.7"
    resolved "http://r.npm.sankuai.com/source-map/download/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"
  
  sprintf-js@~1.0.2:
    version "1.0.3"
    resolved "http://r.npm.sankuai.com/sprintf-js/download/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
  
  sshpk@^1.7.0:
    version "1.14.1"
    resolved "http://r.npm.sankuai.com/sshpk/download/sshpk-1.14.1.tgz#130f5975eddad963f1d56f92b9ac6c51fa9f83eb"
    dependencies:
      asn1 "~0.2.3"
      assert-plus "^1.0.0"
      dashdash "^1.12.0"
      getpass "^0.1.1"
    optionalDependencies:
      bcrypt-pbkdf "^1.0.0"
      ecc-jsbn "~0.1.1"
      jsbn "~0.1.0"
      tweetnacl "~0.14.0"
  
  stringstream@~0.0.4:
    version "0.0.5"
    resolved "http://r.npm.sankuai.com/stringstream/download/stringstream-0.0.5.tgz#4e484cd4de5a0bbbee18e46307710a8a81621878"
  
  strip-ansi@^0.3.0:
    version "0.3.0"
    resolved "http://r.npm.sankuai.com/strip-ansi/download/strip-ansi-0.3.0.tgz#25f48ea22ca79187f3174a4db8759347bb126220"
    dependencies:
      ansi-regex "^0.2.1"
  
  strip-ansi@^3.0.0:
    version "3.0.1"
    resolved "http://r.npm.sankuai.com/strip-ansi/download/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf"
    dependencies:
      ansi-regex "^2.0.0"
  
  supports-color@1.2.0:
    version "1.2.0"
    resolved "http://r.npm.sankuai.com/supports-color/download/supports-color-1.2.0.tgz#ff1ed1e61169d06b3cf2d588e188b18d8847e17e"
  
  supports-color@^0.2.0:
    version "0.2.0"
    resolved "http://r.npm.sankuai.com/supports-color/download/supports-color-0.2.0.tgz#d92de2694eb3f67323973d7ae3d8b55b4c22190a"
  
  supports-color@^2.0.0:
    version "2.0.0"
    resolved "http://r.npm.sankuai.com/supports-color/download/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"
  
  supports-color@^3.1.0:
    version "3.2.3"
    resolved "http://r.npm.sankuai.com/supports-color/download/supports-color-3.2.3.tgz#65ac0504b3954171d8a64946b2ae3cbb8a5f54f6"
    dependencies:
      has-flag "^1.0.0"
  
  to-iso-string@0.0.2:
    version "0.0.2"
    resolved "http://r.npm.sankuai.com/to-iso-string/download/to-iso-string-0.0.2.tgz#4dc19e664dfccbe25bd8db508b00c6da158255d1"
  
  tough-cookie@~2.3.0:
    version "2.3.4"
    resolved "http://r.npm.sankuai.com/tough-cookie/download/tough-cookie-2.3.4.tgz#ec60cee38ac675063ffc97a5c18970578ee83655"
    dependencies:
      punycode "^1.4.1"
  
  tunnel-agent@~0.4.1:
    version "0.4.3"
    resolved "http://r.npm.sankuai.com/tunnel-agent/download/tunnel-agent-0.4.3.tgz#6373db76909fe570e08d73583365ed828a74eeeb"
  
  tweetnacl@^0.14.3, tweetnacl@~0.14.0:
    version "0.14.5"
    resolved "http://r.npm.sankuai.com/tweetnacl/download/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64"
  
  type-check@~0.3.1:
    version "0.3.2"
    resolved "http://r.npm.sankuai.com/type-check/download/type-check-0.3.2.tgz#5884cab512cf1d355e3fb784f30804b2b520db72"
    dependencies:
      prelude-ls "~1.1.2"
  
  uglify-js@^2.6:
    version "2.8.29"
    resolved "http://r.npm.sankuai.com/uglify-js/download/uglify-js-2.8.29.tgz#29c5733148057bb4e1f75df35b7a9cb72e6a59dd"
    dependencies:
      source-map "~0.5.1"
      yargs "~3.10.0"
    optionalDependencies:
      uglify-to-browserify "~1.0.0"
  
  uglify-to-browserify@~1.0.0:
    version "1.0.2"
    resolved "http://r.npm.sankuai.com/uglify-to-browserify/download/uglify-to-browserify-1.0.2.tgz#6e0924d6bda6b5afe349e39a6d632850a0f882b7"
  
  urix@^0.1.0, urix@~0.1.0:
    version "0.1.0"
    resolved "http://r.npm.sankuai.com/urix/download/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72"
  
  uuid@^3.0.0:
    version "3.2.1"
    resolved "http://r.npm.sankuai.com/uuid/download/uuid-3.2.1.tgz#12c528bb9d58d0b9265d9a2f6f0fe8be17ff1f14"
  
  verror@1.10.0:
    version "1.10.0"
    resolved "http://r.npm.sankuai.com/verror/download/verror-1.10.0.tgz#3a105ca17053af55d6e270c1f8288682e18da400"
    dependencies:
      assert-plus "^1.0.0"
      core-util-is "1.0.2"
      extsprintf "^1.2.0"
  
  which@^1.1.1:
    version "1.3.0"
    resolved "http://r.npm.sankuai.com/which/download/which-1.3.0.tgz#ff04bdfc010ee547d780bec38e1ac1c2777d253a"
    dependencies:
      isexe "^2.0.0"
  
  window-size@0.1.0:
    version "0.1.0"
    resolved "http://r.npm.sankuai.com/window-size/download/window-size-0.1.0.tgz#5438cd2ea93b202efa3a19fe8887aee7c94f9c9d"
  
  wordwrap@0.0.2:
    version "0.0.2"
    resolved "http://r.npm.sankuai.com/wordwrap/download/wordwrap-0.0.2.tgz#b79669bb42ecb409f83d583cad52ca17eaa1643f"
  
  wordwrap@^1.0.0:
    version "1.0.0"
    resolved "http://r.npm.sankuai.com/wordwrap/download/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
  
  wordwrap@~0.0.2:
    version "0.0.3"
    resolved "http://r.npm.sankuai.com/wordwrap/download/wordwrap-0.0.3.tgz#a3d5da6cd5c0bc0008d37234bbaf1bed63059107"
  
  wrappy@1:
    version "1.0.2"
    resolved "http://r.npm.sankuai.com/wrappy/download/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
  
  xtend@^4.0.0:
    version "4.0.1"
    resolved "http://r.npm.sankuai.com/xtend/download/xtend-4.0.1.tgz#a5c6d532be656e23db820efb943a1f04998d63af"
  
  yargs@~3.10.0:
    version "3.10.0"
    resolved "http://r.npm.sankuai.com/yargs/download/yargs-3.10.0.tgz#f7ee7bd857dd7c1d2d38c0e74efbd681d1431fd1"
    dependencies:
      camelcase "^1.0.2"
      cliui "^2.1.0"
      decamelize "^1.0.0"
      window-size "0.1.0"