@@ -386,6 +386,12 @@ doctrine@^2.0.0:
386
386
esutils "^2.0.2"
387
387
isarray "^1.0.0"
388
388
389
+ duplexer2@^0.1.4 :
390
+ version "0.1.4"
391
+ resolved "https://registry.yarnpkg.com/duplexer2/-/duplexer2-0.1.4.tgz#8b12dab878c0d69e3e7891051662a32fc6bddcc1"
392
+ dependencies :
393
+ readable-stream "^2.0.2"
394
+
389
395
ecc-jsbn@~0.1.1 :
390
396
version "0.1.1"
391
397
resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz#0fc73a9ed5f0d53c38193398523ef7e543777505"
@@ -601,6 +607,10 @@ esprima@^3.1.1:
601
607
version "3.1.3"
602
608
resolved "https://registry.yarnpkg.com/esprima/-/esprima-3.1.3.tgz#fdca51cee6133895e3c88d535ce49dbff62a4633"
603
609
610
+ esprima@^4.0.0 :
611
+ version "4.0.0"
612
+ resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.0.tgz#4499eddcd1110e0b218bacf2fa7f7f59f55ca804"
613
+
604
614
esquery@^1.0.0 :
605
615
version "1.0.0"
606
616
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.0.0.tgz#cfba8b57d7fba93f17298a8a006a04cda13d80fa"
@@ -629,6 +639,10 @@ event-emitter@~0.3.5:
629
639
d "1"
630
640
es5-ext "~0.10.14"
631
641
642
+ events-to-array@^1.0.1 :
643
+ version "1.1.2"
644
+ resolved "https://registry.yarnpkg.com/events-to-array/-/events-to-array-1.1.2.tgz#2d41f563e1fe400ed4962fe1a4d5c6a7539df7f6"
645
+
632
646
exit-hook@^1.0.0 :
633
647
version "1.1.1"
634
648
resolved "https://registry.yarnpkg.com/exit-hook/-/exit-hook-1.1.1.tgz#f05ca233b48c05d54fff07765df8507e95c02ff8"
@@ -845,6 +859,10 @@ has-ansi@^2.0.0:
845
859
dependencies :
846
860
ansi-regex "^2.0.0"
847
861
862
+ has-flag@^1.0.0 :
863
+ version "1.0.0"
864
+ resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-1.0.0.tgz#9d9e793165ce017a00f00418c43f942a7b1d11fa"
865
+
848
866
has@^1.0.1, has@~1.0.1 :
849
867
version "1.0.1"
850
868
resolved "https://registry.yarnpkg.com/has/-/has-1.0.1.tgz#8461733f538b0837c9361e39a9ab9e9704dc2f28"
@@ -1049,6 +1067,13 @@ js-tokens@^3.0.0:
1049
1067
version "3.0.2"
1050
1068
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
1051
1069
1070
+ js-yaml@^3.2.7 :
1071
+ version "3.10.0"
1072
+ resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.10.0.tgz#2e78441646bd4682e963f22b6e92823c309c62dc"
1073
+ dependencies :
1074
+ argparse "^1.0.7"
1075
+ esprima "^4.0.0"
1076
+
1052
1077
js-yaml@^3.5.1 :
1053
1078
version "3.8.4"
1054
1079
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.8.4.tgz#520b4564f86573ba96662af85a8cafa7b4b5a6f6"
@@ -1470,7 +1495,7 @@ read-pkg@^1.0.0:
1470
1495
normalize-package-data "^2.3.2"
1471
1496
path-type "^1.0.0"
1472
1497
1473
- readable-stream@^2.2.2 :
1498
+ readable-stream@^2, readable-stream@^2.0.2, readable-stream@^2 .2.2 :
1474
1499
version "2.3.3"
1475
1500
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.3.tgz#368f2512d79f9d46fdfc71349ae7878bbc1eb95c"
1476
1501
dependencies :
@@ -1748,6 +1773,12 @@ supports-color@^2.0.0:
1748
1773
version "2.0.0"
1749
1774
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"
1750
1775
1776
+ supports-color@^3.1.2 :
1777
+ version "3.2.3"
1778
+ resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-3.2.3.tgz#65ac0504b3954171d8a64946b2ae3cbb8a5f54f6"
1779
+ dependencies :
1780
+ has-flag "^1.0.0"
1781
+
1751
1782
table@^3.7.8 :
1752
1783
version "3.8.3"
1753
1784
resolved "https://registry.yarnpkg.com/table/-/table-3.8.3.tgz#2bbc542f0fda9861a755d3947fefd8b3f513855f"
@@ -1759,6 +1790,24 @@ table@^3.7.8:
1759
1790
slice-ansi "0.0.4"
1760
1791
string-width "^2.0.0"
1761
1792
1793
+ tap-nyan@^1.1.0 :
1794
+ version "1.1.0"
1795
+ resolved "https://registry.yarnpkg.com/tap-nyan/-/tap-nyan-1.1.0.tgz#2b8d13a1f9ca51c1b3ada0c6ccdb1177d2065bb0"
1796
+ dependencies :
1797
+ chalk "^1.1.3"
1798
+ duplexer2 "^0.1.4"
1799
+ supports-color "^3.1.2"
1800
+ tap-parser "^3.0.3"
1801
+
1802
+ tap-parser@^3.0.3 :
1803
+ version "3.0.5"
1804
+ resolved "https://registry.yarnpkg.com/tap-parser/-/tap-parser-3.0.5.tgz#b947f69e0b3e53d4b92011f6cc552e16dadc7ec9"
1805
+ dependencies :
1806
+ events-to-array "^1.0.1"
1807
+ js-yaml "^3.2.7"
1808
+ optionalDependencies :
1809
+ readable-stream "^2"
1810
+
1762
1811
tape@^4.6.3 :
1763
1812
version "4.7.0"
1764
1813
resolved "https://registry.yarnpkg.com/tape/-/tape-4.7.0.tgz#f3ebb214fef3d6907e5a57dbaafe3bd8a7cbed88"
0 commit comments