-
Notifications
You must be signed in to change notification settings - Fork 1
/
yarn-error.log
5687 lines (4788 loc) · 191 KB
/
yarn-error.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
Arguments:
C:\Program Files\nodejs\node.exe C:\Program Files (x86)\Yarn\bin\yarn.js upgrade
PATH:
C:\Program Files\Docker\Docker\Resources\bin;C:\Users\abraa\.windows-build-tools\python27\;C:\Users\abraa\.windows-build-tools\python27\Scripts;C:\Python34\;C:\Python34\Scripts;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Users\abraa\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;C:\Program Files\Microsoft SQL Server\120\Tools\Binn\;C:\Program Files\Microsoft\Web Platform Installer\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\nodejs\;C:\Program Files\Java\jre1.8.0_65\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\MongoDB\Server\3.2\bin;C:\Program Files\Java\jdk1.8.0_73;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files (x86)\Microsoft Emulator Manager\1.0\;C:\Program Files\Git\cmd;C:\Program Files\dotnet\;C:\Program Files (x86)\MySQL\MySQL Fabric 1.5 & MySQL Utilities 1.5\;C:\Program Files (x86)\MySQL\MySQL Fabric 1.5 & MySQL Utilities 1.5\Doctrine extensions for PHP\;C:\Program Files (x86)\scala\bin;C:\Program Files (x86)\sbt\bin;C:\activator\activator-dist-1.3.10\bin;C:\Program Files (x86)\Heroku\bin;C:\Program Files (x86)\git\cmd;C:\Program Files (x86)\Git\cmd;C:\Program Files (x86)\GtkSharp\2.12\bin;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\Yarn\bin;C:\Users\abraa\AppData\Roaming\nvm;C:\Program Files\nodejs;C:\Users\abraa\.dnx\runtimes\dnx-clr-win-x86.1.0.0-beta8\bin;C:\Users\abraa\.dnx\bin;C:\Program Files (x86)\Microsoft VS Code\bin;c:\dev\utils;C:\ProgramData\chocolatey\bin;C:\Program Files (x86)\NSIS;C:\dev\cmder;C:\Program Files\MongoDB\Server\3.2\bin;C:\dev\android-sdk-windows\platform-tools;C:\dev\android-sdk-windows\tools;C:\Program Files\Java\jdk1.8.0_73;C:\Program Files (x86)\Microsoft VS Code Insiders\bin;C:\tools\dart-sdk\bin;C:\Users\abraa\AppData\Roaming\Pub\Cache\bin;C:\Users\abraa\AppData\Local\Microsoft\WindowsApps;C:\Users\abraa\AppData\Local\.meteor\;c:\hugo\bin;C:\dev\android-sdk-windows;C:\Users\abraa\AppData\Roaming\npm;C:\Users\abraa\AppData\Local\Yarn\.bin;C:\Users\abraa\AppData\Roaming\nvm;C:\Program Files\nodejs
Yarn version:
0.17.10
Node version:
6.9.1
Platform:
win32 x64
npm manifest:
{
"name": "au-sample",
"description": "An Aurelia client application.",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "???"
},
"scripts": {
"postinstall": "npm run pack:feathers:all",
"pack:feathers:all":"npm run pack:feathers && npm run pack:feathers-rest && npm run pack:feathers-socketio && npm run pack:feathers-socketio && npm run pack:feathers-primus && npm run pack:feathers-hooks && npm run pack:feathers-auth && npm run pack:feathers-client",
"pack:feathers": "cd node_modules/feathers && npm i && npm run compile && rmdir node_modules /s /q && cd ../..",
"pack:feathers-rest": "cd node_modules/feathers-rest && npm i && npm run compile&& rmdir node_modules /s /q && cd ../..",
"pack:feathers-socketio": "cd node_modules/feathers-socketio && npm i && npm run compile&& rmdir node_modules /s /q && cd ../..",
"pack:feathers-primus": "cd node_modules/feathers-primus && npm i && npm run compile&& rmdir node_modules /s /q && cd ../..",
"pack:feathers-hooks": "cd node_modules/feathers-hooks && npm i && npm run compile&& rmdir node_modules /s /q && cd ../..",
"pack:feathers-auth": "cd node_modules/feathers-authentication-client && npm i && npm run compile&& rmdir node_modules /s /q && cd ../..",
"pack:feathers-client": "cd node_modules/feathers-client && npm i && npm run compile && rmdir node_modules /s /q && cd ../..",
"start": "au run",
"test": "au test"
},
"license": "MIT",
"dependencies": {
"aurelia-animator-css": "^1.0.0",
"aurelia-bootstrapper": "^1.0.0",
"aurelia-fetch-client": "^1.1.0",
"bluebird": "^3.4.1",
"bootstrap": "^3.3.7",
"feathers-client": "https://[email protected]/AbraaoAlves/feathers-client.git#definition",
"firebase": "^3.6.4",
"jquery": "^3.1.1",
"localforage": "https://[email protected]/localForage/localForage.git",
"nprogress": "^0.2.0",
"requirejs": "^2.3.2",
"text": "github:requirejs/text#latest",
"whatwg-fetch": "^2.0.1"
},
"peerDependencies": {},
"devDependencies": {
"aurelia-cli": "^0.24.0",
"aurelia-testing": "^1.0.0-beta.2.0.0",
"aurelia-tools": "^0.2.2",
"browser-sync": "^2.13.0",
"connect-history-api-fallback": "^1.2.0",
"event-stream": "^3.3.3",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-changed-in-place": "^2.0.3",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^2.0.0-alpha",
"gulp-tslint": "^5.0.0",
"gulp-typescript": "^2.13.6",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^1.0.1",
"karma-jasmine": "^1.0.2",
"karma-typescript-preprocessor": "^0.2.1",
"minimatch": "^3.0.2",
"through2": "^2.0.1",
"tslint": "^3.11.0",
"typescript": ">=1.9.0-dev || ^2.0.0",
"typings": "^1.3.0",
"uglify-js": "^2.6.3",
"vinyl-fs": "^2.4.3"
}
}
yarn manifest:
No manifest
Lockfile:
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
"@types/express-serve-static-core@*":
version "4.0.40"
resolved "@types-express-serve-static-core-4.0.40.tgz#168e82978bffc81ee7737bc60728d64733a4f37b"
dependencies:
"@types/node" "*"
"@types/express@~4.0.34":
version "4.0.34"
resolved "@types-express-4.0.34.tgz#cdc0afd69d70d2295b81b3aa47f26f672afcde1c"
dependencies:
"@types/express-serve-static-core" "*"
"@types/serve-static" "*"
"@types/mime@*":
version "0.0.29"
resolved "@types-mime-0.0.29.tgz#fbcfd330573b912ef59eeee14602bface630754b"
"@types/node@*":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-7.0.0.tgz#c081147b109da5f9c57af70571771be97ce9c0ba"
"@types/serve-static@*":
version "1.7.31"
resolved "@types-serve-static-1.7.31.tgz#15456de8d98d6b4cff31be6c6af7492ae63f521a"
dependencies:
"@types/express-serve-static-core" "*"
"@types/mime" "*"
abbrev@1, abbrev@~1.0.9:
version "1.0.9"
resolved abbrev-1.0.9.tgz#91b4792588a7738c25f35dd6f63752a2f8776135
[email protected], accepts@~1.3.3:
version "1.3.3"
resolved accepts-1.3.3.tgz#c3ca7434938648c3e0d9c1e328dd68b622c284ca
dependencies:
mime-types "~2.1.11"
negotiator "0.6.1"
access-control@~1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/access-control/-/access-control-1.0.0.tgz#aeba282cee77313e85240163d69e35b29e36d626"
dependencies:
millisecond "0.1.x"
setheader "0.0.x"
vary "1.1.x"
acorn-jsx@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-3.0.1.tgz#afdf9488fb1ecefc8348f6fb22f464e32a58b36b"
dependencies:
acorn "^3.0.4"
acorn-object-spread@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/acorn-object-spread/-/acorn-object-spread-1.0.0.tgz#48ead0f4a8eb16995a17a0db9ffc6acaada4ba68"
dependencies:
acorn "^3.1.0"
version "4.0.4"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-4.0.4.tgz#17a8d6a7a6c4ef538b814ec9abac2779293bf30a"
acorn@^1.0.3:
version "1.2.2"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-1.2.2.tgz#c8ce27de0acc76d896d2b1fad3df588d9e82f014"
acorn@^3.0.4, acorn@^3.1.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-3.3.0.tgz#45e37fb39e8da3f25baee3ff5369e2bb5f22017a"
version "0.8.1"
resolved "https://registry.yarnpkg.com/after/-/after-0.8.1.tgz#ab5d4fb883f596816d3515f8f791c0af486dd627"
version "0.8.2"
resolved after-0.8.2.tgz#fedb394f9f0e02aa9768e702bda23b505fae7e1f
agent-base@2:
version "2.0.1"
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-2.0.1.tgz#bd8f9e86a8eb221fffa07bd14befd55df142815e"
dependencies:
extend "~3.0.0"
semver "~5.0.1"
align-text@^0.1.1, align-text@^0.1.3:
version "0.1.4"
resolved "https://registry.yarnpkg.com/align-text/-/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 "https://registry.yarnpkg.com/amdefine/-/amdefine-1.0.1.tgz#4a5282ac164729e93619bcfd3ad151f817ce91f5"
ansi-align@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/ansi-align/-/ansi-align-1.1.0.tgz#2f0c1658829739add5ebb15e6b0c6e3423f016ba"
dependencies:
string-width "^1.0.1"
ansi-escapes@^1.0.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-1.4.0.tgz#d3a8a83b319aa67793662b13e761c7911422306e"
ansi-regex@*, ansi-regex@^2.0.0:
version "2.1.1"
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df"
ansi-styles@^2.2.1:
version "2.2.1"
resolved ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe
ansicolors@~0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/ansicolors/-/ansicolors-0.2.1.tgz#be089599097b74a5c9c4a84a0cdbcdb62bd87aef"
ansicolors@~0.3.2:
version "0.3.2"
resolved "https://registry.yarnpkg.com/ansicolors/-/ansicolors-0.3.2.tgz#665597de86a9ffe3aa9bfbe6cae5c6ea426b4979"
ansistyles@~0.1.3:
version "0.1.3"
resolved "https://registry.yarnpkg.com/ansistyles/-/ansistyles-0.1.3.tgz#5de60415bda071bb37127854c864f41b23254539"
any-promise@^1.0.0, any-promise@^1.1.0, any-promise@^1.3.0:
version "1.3.0"
resolved any-promise-1.3.0.tgz#abc6afeedcea52e809cdc0376aed3ce39635d17f
anymatch@^1.3.0:
version "1.3.0"
resolved anymatch-1.3.0.tgz#a3e52fa39168c825ff57b0248126ce5a8ff95507
dependencies:
arrify "^1.0.0"
micromatch "^2.1.5"
aproba@^1.0.3, aproba@~1.0.4:
version "1.0.4"
resolved aproba-1.0.4.tgz#2713680775e7614c8ba186c065d4e2e52d1072c0
archy@^1.0.0, archy@~1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/archy/-/archy-1.0.0.tgz#f9c8c13757cc1dd7bc379ac77b2c62a5c2868c40"
are-we-there-yet@~1.1.2:
version "1.1.2"
resolved are-we-there-yet-1.1.2.tgz#80e470e95a084794fe1899262c5667c6e88de1b3
dependencies:
delegates "^1.0.0"
readable-stream "^2.0.0 || ^1.1.13"
arr-diff@^2.0.0:
version "2.0.0"
resolved arr-diff-2.0.0.tgz#8f3b827f955a8bd669697e4a4256ac3ceae356cf
dependencies:
arr-flatten "^1.0.1"
arr-flatten@^1.0.1:
version "1.0.1"
resolved arr-flatten-1.0.1.tgz#e5ffe54d45e19f32f216e91eb99c8ce892bb604b
array-differ@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/array-differ/-/array-differ-1.0.0.tgz#eff52e3758249d33be402b8bb8e564bb2b5d4031"
array-find-index@^1.0.1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1"
version "1.1.1"
resolved array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2
array-index@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/array-index/-/array-index-1.0.0.tgz#ec56a749ee103e4e08c790b9c353df16055b97f9"
dependencies:
debug "^2.2.0"
es6-symbol "^3.0.2"
array-slice@^0.2.3:
version "0.2.3"
resolved "https://registry.yarnpkg.com/array-slice/-/array-slice-0.2.3.tgz#dd3cfb80ed7973a75117cdac69b0b99ec86186f5"
array-uniq@^1.0.2:
version "1.0.3"
resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6"
array-unique@^0.2.1:
version "0.2.1"
resolved array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53
version "0.0.6"
resolved arraybuffer.slice-0.0.6.tgz#f33b2159f0532a3f3107a272c0ccfbd1ad2979ca
arrify@^1.0.0:
version "1.0.1"
resolved arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d
asap@^2.0.0, asap@~2.0.5:
version "2.0.5"
resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.5.tgz#522765b50c3510490e52d7dcfe085ef9ba96958f"
asn1@~0.2.3:
version "0.2.3"
resolved asn1-0.2.3.tgz#dac8787713c9966849fc8180777ebe9c1ddf3b86
assert-plus@^0.2.0:
version "0.2.0"
resolved assert-plus-0.2.0.tgz#d74e1b87e7affc0db8aadb7021f3fe48101ab234
assert-plus@^1.0.0:
version "1.0.0"
resolved assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525
version "0.8.15"
resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.8.15.tgz#8eef0827f04dff0ec8857ba925abe3fea6194e52"
async-done@^1.2.0, async-done@^1.2.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/async-done/-/async-done-1.2.2.tgz#ba4280da55a16e15f4bb8bf3a844a91878740e31"
dependencies:
end-of-stream "^1.1.0"
next-tick "^1.0.0"
once "^1.3.2"
stream-exhaust "^1.0.1"
version "0.1.1"
resolved "https://registry.yarnpkg.com/async-each-series/-/async-each-series-0.1.1.tgz#7617c1917401fd8ca4a28aadce3dbae98afeb432"
async-each@^1.0.0:
version "1.0.1"
resolved async-each-1.0.1.tgz#19d386a1d9edc6e7c1c85d388aedbcc56d33602d
async-foreach@^0.1.3:
version "0.1.3"
resolved "https://registry.yarnpkg.com/async-foreach/-/async-foreach-0.1.3.tgz#36121f845c0578172de419a97dbeb1d16ec34542"
async-settle@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/async-settle/-/async-settle-1.0.0.tgz#1d0a914bb02575bec8a8f3a74e5080f72b2c0c6b"
dependencies:
async-done "^1.2.2"
version "1.5.2"
resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"
async@~0.2.6:
version "0.2.10"
resolved "https://registry.yarnpkg.com/async/-/async-0.2.10.tgz#b6bbe0b0674b9d719708ca38de8c237cb526c3d1"
asyncemit@~3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/asyncemit/-/asyncemit-3.0.1.tgz#cc3e0fe0da39b53cc15e5b3aa8616ea6a72bd599"
asynckit@^0.4.0:
version "0.4.0"
resolved asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79
atob@~1.1.0:
version "1.1.3"
resolved "https://registry.yarnpkg.com/atob/-/atob-1.1.3.tgz#95f13629b12c3a51a5d215abdce2aa9f32f80773"
aurelia-animator-css@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/aurelia-animator-css/-/aurelia-animator-css-1.0.1.tgz#682f762ceae586766f03679a12ca836fcad399fe"
dependencies:
aurelia-metadata "^1.0.0"
aurelia-pal "^1.0.0"
aurelia-templating "^1.0.0"
aurelia-binding@^1.0.0, aurelia-binding@^1.0.9, aurelia-binding@^1.1.0:
version "1.1.1"
resolved "https://registry.yarnpkg.com/aurelia-binding/-/aurelia-binding-1.1.1.tgz#e5f3334d6724aa684c3e57db005cf410840e2765"
dependencies:
aurelia-logging "^1.0.0"
aurelia-metadata "^1.0.0"
aurelia-pal "^1.0.0"
aurelia-task-queue "^1.0.0"
aurelia-bootstrapper@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/aurelia-bootstrapper/-/aurelia-bootstrapper-1.0.1.tgz#a59a71349f0f632c408468a7f59cc163fc3a817e"
dependencies:
aurelia-event-aggregator "^1.0.0"
aurelia-framework "^1.0.0"
aurelia-history "^1.0.0"
aurelia-history-browser "^1.0.0"
aurelia-loader-default "^1.0.0"
aurelia-logging-console "^1.0.0"
aurelia-pal "^1.0.0"
aurelia-pal-browser "^1.0.0"
aurelia-polyfills "^1.0.0"
aurelia-router "^1.0.1"
aurelia-templating "^1.0.0"
aurelia-templating-binding "^1.0.0"
aurelia-templating-resources "^1.0.0"
aurelia-templating-router "^1.0.0"
aurelia-cli@^0.24.0:
version "0.24.0"
resolved "https://registry.yarnpkg.com/aurelia-cli/-/aurelia-cli-0.24.0.tgz#c5be520ba4a2549ebd938bd48c9d753eef91dbee"
dependencies:
aurelia-dependency-injection "^1.0.0"
aurelia-polyfills "^1.0.0"
npm "^3.10.8"
aurelia-dependency-injection@^1.0.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/aurelia-dependency-injection/-/aurelia-dependency-injection-1.3.0.tgz#4759aee48ebfc8ed5d6c15010b5e3444cb250d7a"
dependencies:
aurelia-metadata "^1.0.0"
aurelia-pal "^1.0.0"
aurelia-event-aggregator@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/aurelia-event-aggregator/-/aurelia-event-aggregator-1.0.1.tgz#9d7c7c1e1efe1ef3a78785e76abe80601e2d34c8"
dependencies:
aurelia-logging "^1.0.0"
aurelia-fetch-client@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/aurelia-fetch-client/-/aurelia-fetch-client-1.1.0.tgz#b5a34c7d40812958a8af6713851c6e3bb737f671"
aurelia-framework@^1.0.0:
version "1.0.8"
resolved "https://registry.yarnpkg.com/aurelia-framework/-/aurelia-framework-1.0.8.tgz#925ea6ba864d9ab4ee87d29d418d297288fbd7e3"
dependencies:
aurelia-binding "^1.0.0"
aurelia-dependency-injection "^1.0.0"
aurelia-loader "^1.0.0"
aurelia-logging "^1.0.0"
aurelia-metadata "^1.0.0"
aurelia-pal "^1.0.0"
aurelia-path "^1.0.0"
aurelia-task-queue "^1.0.0"
aurelia-templating "^1.0.0"
aurelia-history-browser@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/aurelia-history-browser/-/aurelia-history-browser-1.0.0.tgz#954e31cb5d9a18914502e02e544e83c0c152d07c"
dependencies:
aurelia-history "^1.0.0"
aurelia-pal "^1.0.0"
aurelia-history@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/aurelia-history/-/aurelia-history-1.0.0.tgz#3b3a47eea34a2c2cb17e46d4fbe3565fa7461149"
aurelia-loader-default@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/aurelia-loader-default/-/aurelia-loader-default-1.0.0.tgz#b5edfb71f61734427fd1b131aeee2ede6f4e6c1f"
dependencies:
aurelia-loader "^1.0.0"
aurelia-metadata "^1.0.0"
aurelia-pal "^1.0.0"
aurelia-loader@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/aurelia-loader/-/aurelia-loader-1.0.0.tgz#b78c2a2813aa8e441247237dd66fd62e5d4e19ea"
dependencies:
aurelia-metadata "^1.0.0"
aurelia-path "^1.0.0"
aurelia-logging-console@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/aurelia-logging-console/-/aurelia-logging-console-1.0.0.tgz#edf7507a97fc68b40513a17c677d70414101adb4"
dependencies:
aurelia-logging "^1.0.0"
aurelia-logging@^1.0.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/aurelia-logging/-/aurelia-logging-1.2.0.tgz#22007dddc56fb5bbbfa3a865bd1bfc4020290ddb"
aurelia-metadata@^1.0.0:
version "1.0.3"
resolved "https://registry.yarnpkg.com/aurelia-metadata/-/aurelia-metadata-1.0.3.tgz#1e8d59da188e2871a8ad749ba42ca85084a3f30e"
dependencies:
aurelia-pal "^1.0.0"
aurelia-pal-browser@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/aurelia-pal-browser/-/aurelia-pal-browser-1.1.0.tgz#a8c2c904cbed23f92be194d0bd7d3dc5e39ab30a"
dependencies:
aurelia-pal "^1.1.0"
aurelia-pal@^1.0.0, aurelia-pal@^1.1.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/aurelia-pal/-/aurelia-pal-1.2.0.tgz#ebf0138b3ff2961a2afdd33d5a9841961940247c"
aurelia-path@^1.0.0:
version "1.1.1"
resolved "https://registry.yarnpkg.com/aurelia-path/-/aurelia-path-1.1.1.tgz#caa9d20bc8515a5f9f286d9a3b18d81b2c85b0dd"
aurelia-polyfills@^1.0.0:
version "1.1.1"
resolved "https://registry.yarnpkg.com/aurelia-polyfills/-/aurelia-polyfills-1.1.1.tgz#c4f58b7758635182520e19c5a692e7bd0f2ea859"
dependencies:
aurelia-pal "^1.0.0"
aurelia-route-recognizer@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/aurelia-route-recognizer/-/aurelia-route-recognizer-1.1.0.tgz#13e21580ae7ddf24b9d4b3bb96ce6453321fbc05"
dependencies:
aurelia-path "^1.0.0"
aurelia-router@^1.0.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/aurelia-router/-/aurelia-router-1.1.1.tgz#098348e532c83a8d9dac0104cef645429d2c500f"
dependencies:
aurelia-dependency-injection "^1.0.0"
aurelia-event-aggregator "^1.0.0"
aurelia-history "^1.0.0"
aurelia-logging "^1.0.0"
aurelia-path "^1.0.0"
aurelia-route-recognizer "^1.0.0"
aurelia-task-queue@^1.0.0, aurelia-task-queue@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/aurelia-task-queue/-/aurelia-task-queue-1.1.0.tgz#45afddb2ecb07e1b1b2d1f85e90f095220c24ade"
dependencies:
aurelia-pal "^1.0.0"
aurelia-templating-binding@^1.0.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/aurelia-templating-binding/-/aurelia-templating-binding-1.2.0.tgz#d161fb4d8b191219e218841f2969232c07f6b402"
dependencies:
aurelia-binding "^1.1.0"
aurelia-logging "^1.0.0"
aurelia-templating "^1.2.0"
aurelia-templating-resources@^1.0.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/aurelia-templating-resources/-/aurelia-templating-resources-1.2.0.tgz#e54be46074c6d734fce03b819b455c77c0197917"
dependencies:
aurelia-binding "^1.1.0"
aurelia-dependency-injection "^1.0.0"
aurelia-loader "^1.0.0"
aurelia-logging "^1.0.0"
aurelia-metadata "^1.0.0"
aurelia-pal "^1.0.0"
aurelia-path "^1.0.0"
aurelia-task-queue "^1.0.0"
aurelia-templating "^1.0.0"
aurelia-templating-router@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/aurelia-templating-router/-/aurelia-templating-router-1.0.1.tgz#a9130206189b11eb9c1c2ebac4f1eda81d48d8c5"
dependencies:
aurelia-binding "^1.0.9"
aurelia-dependency-injection "^1.0.0"
aurelia-logging "^1.0.0"
aurelia-metadata "^1.0.0"
aurelia-pal "^1.0.0"
aurelia-path "^1.0.0"
aurelia-router "^1.0.1"
aurelia-templating "^1.0.0"
aurelia-templating@^1.0.0, aurelia-templating@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/aurelia-templating/-/aurelia-templating-1.2.0.tgz#4514d046d077791ac2a07b307efaa9fd48710aa6"
dependencies:
aurelia-binding "^1.0.0"
aurelia-dependency-injection "^1.0.0"
aurelia-loader "^1.0.0"
aurelia-logging "^1.0.0"
aurelia-metadata "^1.0.0"
aurelia-pal "^1.0.0"
aurelia-path "^1.0.0"
aurelia-task-queue "^1.1.0"
aurelia-testing@^1.0.0-beta.2.0.0:
version "1.0.0-beta.2.0.1"
resolved "https://registry.yarnpkg.com/aurelia-testing/-/aurelia-testing-1.0.0-beta.2.0.1.tgz#cd2e6b9f5ca904426ec4695b4aa18cfd7e2c0e9a"
dependencies:
aurelia-dependency-injection "^1.0.0"
aurelia-framework "^1.0.0"
aurelia-logging "^1.0.0"
aurelia-pal "^1.0.0"
aurelia-templating "^1.0.0"
aurelia-tools@^0.2.2:
version "0.2.4"
resolved "https://registry.yarnpkg.com/aurelia-tools/-/aurelia-tools-0.2.4.tgz#15c992f3049e95d98848043bc8b583b3db1fba54"
dependencies:
breeze-dag "^0.1.0"
through2 "^2.0.0"
aws-sign2@~0.6.0:
version "0.6.0"
resolved aws-sign2-0.6.0.tgz#14342dd38dbcc94d0e5b87d763cd63612c0e794f
aws4@^1.2.1:
version "1.5.0"
resolved aws4-1.5.0.tgz#0a29ffb79c31c9e712eeb087e8e7a64b4a56d755
babel-polyfill@^6.3.14:
version "6.20.0"
resolved "https://registry.yarnpkg.com/babel-polyfill/-/babel-polyfill-6.20.0.tgz#de4a371006139e20990aac0be367d398331204e7"
dependencies:
babel-runtime "^6.20.0"
core-js "^2.4.0"
regenerator-runtime "^0.10.0"
babel-runtime@^6.20.0:
version "6.20.0"
resolved babel-runtime-6.20.0.tgz#87300bdcf4cd770f09bf0048c64204e17806d16f
dependencies:
core-js "^2.4.0"
regenerator-runtime "^0.10.0"
bach@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/bach/-/bach-1.0.0.tgz#32beadafea6749d7adcaf06e53f09b90277fd272"
dependencies:
async-done "^1.2.2"
async-settle "^1.0.0"
lodash.filter "^4.1.0"
lodash.flatten "^4.0.0"
lodash.foreach "^4.0.0"
lodash.initial "^4.0.1"
lodash.last "^3.0.0"
lodash.map "^4.1.0"
now-and-later "^1.0.0"
version "1.0.2"
resolved backo2-1.0.2.tgz#31ab1ac8b129363463e35b3ebb69f4dfcfba7947
balanced-match@^0.4.1:
version "0.4.2"
resolved balanced-match-0.4.2.tgz#cb3f3e3c732dc0f01ee70b403f302e61d7709838
version "0.1.1"
resolved "https://registry.yarnpkg.com/base62/-/base62-0.1.1.tgz#7b4174c2f94449753b11c2651c083da841a7b084"
version "0.1.5"
resolved base64-arraybuffer-0.1.5.tgz#73926771923b5a19747ad666aa5cd4bf9c6e9ce8
version "0.1.0"
resolved "https://registry.yarnpkg.com/base64id/-/base64id-0.1.0.tgz#02ce0fdeee0cef4f40080e1e73e834f0b1bfce3f"
version "1.0.0"
resolved base64id-1.0.0.tgz#47688cb99bb6804f0e06d3e763b1c32e57d8e6b6
[email protected], base64url@^2.0.0:
version "2.0.0"
resolved base64url-2.0.0.tgz#eac16e03ea1438eff9423d69baa36262ed1f70bb
[email protected], batch@^0.5.3:
version "0.5.3"
resolved "https://registry.yarnpkg.com/batch/-/batch-0.5.3.tgz#3f3414f380321743bfc1042f9a83ff1d5824d464"
bcrypt-pbkdf@^1.0.0:
version "1.0.0"
resolved bcrypt-pbkdf-1.0.0.tgz#3ca76b85241c7170bf7d9703e7b9aa74630040d4
dependencies:
tweetnacl "^0.14.3"
beeper@^1.0.0:
version "1.1.1"
resolved "https://registry.yarnpkg.com/beeper/-/beeper-1.1.1.tgz#e6d5ea8c5dad001304a70b22638447f69cb2f809"
better-assert@~1.0.0:
version "1.0.2"
resolved better-assert-1.0.2.tgz#40866b9e1b9e0b55b481894311e68faffaebc522
dependencies:
callsite "1.0.0"
binary-extensions@^1.0.0:
version "1.8.0"
resolved binary-extensions-1.8.0.tgz#48ec8d16df4377eae5fa5884682480af4d95c774
bl@~1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/bl/-/bl-1.1.2.tgz#fdca871a99713aa00d19e3bbba41c44787a65398"
dependencies:
readable-stream "~2.0.5"
version "0.0.4"
resolved blob-0.0.4.tgz#bcf13052ca54463f30f9fc7e95b9a47630a94921
block-stream@*:
version "0.0.9"
resolved block-stream-0.0.9.tgz#13ebfe778a03205cfe03751481ebb4b3300c126a
dependencies:
inherits "~2.0.0"
bluebird@^2.9.27:
version "2.11.0"
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-2.11.0.tgz#534b9033c022c9579c56ba3b3e5a5caafbb650e1"
bluebird@^3.1.1, bluebird@^3.4.1:
version "3.4.7"
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.4.7.tgz#f72d760be09b7f76d08ed8fae98b289a8d05fab3"
body-parser@^1.12.4:
version "1.15.2"
resolved body-parser-1.15.2.tgz#d7578cf4f1d11d5f6ea804cef35dc7a7ff6dae67
dependencies:
bytes "2.4.0"
content-type "~1.0.2"
debug "~2.2.0"
depd "~1.1.0"
http-errors "~1.5.0"
iconv-lite "0.4.13"
on-finished "~2.3.0"
qs "6.2.0"
raw-body "~2.1.7"
type-is "~1.6.13"
version "2.10.1"
resolved boom-2.10.1.tgz#39c8918ceff5799f83f9492a848f625add0c766f
dependencies:
hoek "2.x.x"
bootstrap@^3.3.7:
version "3.3.7"
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-3.3.7.tgz#5a389394549f23330875a3b150656574f8a9eb71"
boxen@^0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/boxen/-/boxen-0.6.0.tgz#8364d4248ac34ff0ef1b2f2bf49a6c60ce0d81b6"
dependencies:
ansi-align "^1.1.0"
camelcase "^2.1.0"
chalk "^1.1.1"
cli-boxes "^1.0.0"
filled-array "^1.0.0"
object-assign "^4.0.1"
repeating "^2.0.0"
string-width "^1.0.1"
widest-line "^1.0.0"
brace-expansion@^1.0.0:
version "1.1.6"
resolved brace-expansion-1.1.6.tgz#7197d7eaa9b87e648390ea61fc66c84427420df9
dependencies:
balanced-match "^0.4.1"
concat-map "0.0.1"
braces@^0.1.2:
version "0.1.5"
resolved "https://registry.yarnpkg.com/braces/-/braces-0.1.5.tgz#c085711085291d8b75fdd74eab0f8597280711e6"
dependencies:
expand-range "^0.1.0"
braces@^1.8.2:
version "1.8.5"
resolved braces-1.8.5.tgz#ba77962e12dff969d6b76711e914b737857bf6a7
dependencies:
expand-range "^1.8.1"
preserve "^0.2.0"
repeat-element "^1.1.2"
breeze-dag@^0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/breeze-dag/-/breeze-dag-0.1.0.tgz#c90c9455961e7973fc6feb4bef009a498bf1dc80"
dependencies:
breeze-queue "0.1.x"
gaia-tsort "*"
breeze-nexttick@*:
version "0.2.1"
resolved "https://registry.yarnpkg.com/breeze-nexttick/-/breeze-nexttick-0.2.1.tgz#1e0b82f45eab600d84f0e91f16aef8d65b2dfbab"
version "0.1.0"
resolved "https://registry.yarnpkg.com/breeze-queue/-/breeze-queue-0.1.0.tgz#7fd41058fe608725833d2491d88d28ca2cf89c90"
dependencies:
breeze-nexttick "*"
version "2.4.4"
resolved "https://registry.yarnpkg.com/browser-sync-client/-/browser-sync-client-2.4.4.tgz#e2a6c27f770e0ad0ffed76964dfb6a971fcf55eb"
dependencies:
etag "^1.7.0"
fresh "^0.3.0"
version "0.6.2"
resolved "https://registry.yarnpkg.com/browser-sync-ui/-/browser-sync-ui-0.6.2.tgz#9e7994004d463e55a024bdd149583b11ad8f87f3"
dependencies:
async-each-series "0.1.1"
connect-history-api-fallback "^1.1.0"
immutable "^3.7.6"
server-destroy "1.0.1"
stream-throttle "^0.1.3"
weinre "^2.0.0-pre-I0Z7U9OV"
browser-sync@^2.13.0:
version "2.18.6"
resolved "https://registry.yarnpkg.com/browser-sync/-/browser-sync-2.18.6.tgz#7b303ea8905eaa20629e6c5d3e820c32ad96bb24"
dependencies:
browser-sync-client "2.4.4"
browser-sync-ui "0.6.2"
bs-recipes "1.3.4"
chokidar "1.6.1"
connect "3.5.0"
dev-ip "^1.0.1"
easy-extender "2.3.2"
eazy-logger "3.0.2"
emitter-steward "^1.0.0"
fs-extra "1.0.0"
http-proxy "1.15.2"
immutable "3.8.1"
localtunnel "1.8.2"
micromatch "2.3.11"
opn "4.0.2"
portscanner "2.1.1"
qs "6.2.1"
resp-modifier "6.0.2"
rx "4.1.0"
serve-index "1.8.0"
serve-static "1.11.1"
server-destroy "1.0.1"
socket.io "1.6.0"
socket.io-client "1.6.0"
ua-parser-js "0.7.12"
yargs "6.4.0"
version "1.3.4"
resolved "https://registry.yarnpkg.com/bs-recipes/-/bs-recipes-1.3.4.tgz#0d2d4d48a718c8c044769fdc4f89592dc8b69585"
buble@^0.12.0:
version "0.12.5"
resolved "https://registry.yarnpkg.com/buble/-/buble-0.12.5.tgz#c66ffe92f9f4a3c65d3256079b711e2bd0bc5013"
dependencies:
acorn "^3.1.0"
acorn-jsx "^3.0.1"
acorn-object-spread "^1.0.0"
chalk "^1.1.3"
magic-string "^0.14.0"
minimist "^1.2.0"
os-homedir "^1.0.1"
bubleify@^0.5.1:
version "0.5.1"
resolved "https://registry.yarnpkg.com/bubleify/-/bubleify-0.5.1.tgz#f65c47cee31b80cad8b9e747bbe187d7fe51e927"
dependencies:
buble "^0.12.0"
object-assign "^4.0.1"
version "1.0.1"
resolved buffer-equal-constant-time-1.0.1.tgz#f8e71132f7ffe6e01a5c9697a4c6f3e48d5cc819
buffer-shims@^1.0.0:
version "1.0.0"
resolved buffer-shims-1.0.0.tgz#9978ce317388c649ad8793028c3477ef044a8b51
builtin-modules@^1.0.0:
version "1.1.1"
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f"
version "0.0.7"
resolved "https://registry.yarnpkg.com/builtins/-/builtins-0.0.7.tgz#355219cd6cf18dbe7c01cc7fd2dce765cfdc549a"
version "2.4.0"
resolved bytes-2.4.0.tgz#7d97196f9d5baf7f6935e25985549edd2a6c2339
version "1.0.0"
resolved callsite-1.0.0.tgz#280398e5d664bd74038b6f0905153e6e8af1bc20
camelcase-keys@^2.0.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/camelcase-keys/-/camelcase-keys-2.1.0.tgz#308beeaffdf28119051efa1d932213c91b8f92e7"
dependencies:
camelcase "^2.0.0"
map-obj "^1.0.0"
camelcase@^1.0.2, camelcase@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-1.2.1.tgz#9bb5304d2e0b56698b2c758b08a3eaa9daa58a39"
camelcase@^2.0.0, camelcase@^2.1.0:
version "2.1.1"
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-2.1.1.tgz#7c1d16d679a1bbe59ca02cacecfb011e201f5a1f"
camelcase@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-3.0.0.tgz#32fc4b9fcdaf845fcdf7e73bb97cac2261f0ab0a"
capture-stack-trace@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/capture-stack-trace/-/capture-stack-trace-1.0.0.tgz#4a6fa07399c26bba47f0b2496b4d0fb408c5550d"
cardinal@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/cardinal/-/cardinal-1.0.0.tgz#50e21c1b0aa37729f9377def196b5a9cec932ee9"
dependencies:
ansicolors "~0.2.1"
redeyed "~1.0.0"
caseless@~0.11.0:
version "0.11.0"
resolved caseless-0.11.0.tgz#715b96ea9841593cc33067923f5ec60ebda4f7d7
center-align@^0.1.1:
version "0.1.3"
resolved "https://registry.yarnpkg.com/center-align/-/center-align-0.1.3.tgz#aa0d32629b6ee972200411cbd4461c907bc2b7ad"
dependencies:
align-text "^0.1.3"
lazy-cache "^1.0.3"
chalk@^1.0.0, chalk@^1.1.0, chalk@^1.1.1, chalk@^1.1.3:
version "1.1.3"
resolved 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"
[email protected], chokidar@^1.4.1, chokidar@^1.4.3:
version "1.6.1"
resolved chokidar-1.6.1.tgz#2f4447ab5e96e50fb3d789fd90d4c72e0e4c70c2
dependencies:
anymatch "^1.3.0"
async-each "^1.0.0"
glob-parent "^2.0.0"
inherits "^2.0.1"
is-binary-path "^1.0.0"
is-glob "^2.0.0"
path-is-absolute "^1.0.0"
readdirp "^2.0.0"
optionalDependencies:
fsevents "^1.0.0"
chownr@~1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.0.1.tgz#e2a75042a9551908bebd25b8523d5f9769d79181"
cli-boxes@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/cli-boxes/-/cli-boxes-1.0.0.tgz#4fa917c3e59c94a004cd61f8ee509da651687143"
cli-cursor@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-1.0.2.tgz#64da3f7d56a54412e59794bd62dc35295e8f2987"
dependencies:
restore-cursor "^1.0.1"
cli-table@^0.3.1:
version "0.3.1"
resolved "https://registry.yarnpkg.com/cli-table/-/cli-table-0.3.1.tgz#f53b05266a8b1a0b934b3d0821e6e2dc5914ae23"
dependencies:
colors "1.0.3"
cli-truncate@^0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/cli-truncate/-/cli-truncate-0.2.1.tgz#9f15cfbb0705005369216c626ac7d05ab90dd574"
dependencies:
slice-ansi "0.0.4"
string-width "^1.0.1"
cli-usage@^0.1.1:
version "0.1.4"
resolved "https://registry.yarnpkg.com/cli-usage/-/cli-usage-0.1.4.tgz#7c01e0dc706c234b39c933838c8e20b2175776e2"
dependencies:
marked "^0.3.6"
marked-terminal "^1.6.2"
cliui@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/cliui/-/cliui-2.1.0.tgz#4b475760ff80264c762c3a1719032e91c7fea0d1"
dependencies:
center-align "^0.1.1"
right-align "^0.1.1"
wordwrap "0.0.2"
cliui@^3.0.3, cliui@^3.2.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/cliui/-/cliui-3.2.0.tgz#120601537a916d29940f934da3b48d585a39213d"
dependencies:
string-width "^1.0.1"
strip-ansi "^3.0.1"
wrap-ansi "^2.0.0"
clone-stats@^0.0.1:
version "0.0.1"
resolved "https://registry.yarnpkg.com/clone-stats/-/clone-stats-0.0.1.tgz#b88f94a82cf38b8791d58046ea4029ad88ca99d1"
clone@^1.0.0, clone@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.2.tgz#260b7a99ebb1edfe247538175f783243cb19d149"
cmd-shim@~2.0.2: