@@ -863,6 +863,18 @@ align-text@^0.1.1, align-text@^0.1.3:
863863 longest "^1.0.1"
864864 repeat-string "^1.5.2"
865865
866+ all-contributors-cli@^4.11.2 :
867+ version "4.11.2"
868+ resolved "https://registry.npmjs.org/all-contributors-cli/-/all-contributors-cli-4.11.2.tgz#b8bf1e1d08181be76ca4ebeb7869d3fdfbcf5557"
869+ dependencies :
870+ async "^2.0.0-rc.1"
871+ chalk "^2.3.0"
872+ inquirer "^4.0.0"
873+ lodash "^4.11.2"
874+ pify "^3.0.0"
875+ request "^2.72.0"
876+ yargs "^10.0.3"
877+
866878amdefine@>=0.0.4 :
867879 version "1.0.1"
868880 resolved "https://registry.yarnpkg.com/amdefine/-/amdefine-1.0.1.tgz#4a5282ac164729e93619bcfd3ad151f817ce91f5"
@@ -1053,6 +1065,12 @@ async@^1.4.0:
10531065 version "1.5.2"
10541066 resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"
10551067
1068+ async@^2.0.0-rc.1 :
1069+ version "2.6.1"
1070+ resolved "https://registry.npmjs.org/async/-/async-2.6.1.tgz#b245a23ca71930044ec53fa46aa00a3e87c6a610"
1071+ dependencies :
1072+ lodash "^4.17.10"
1073+
10561074async@^2.1.4 :
10571075 version "2.5.0"
10581076 resolved "https://registry.yarnpkg.com/async/-/async-2.5.0.tgz#843190fd6b7357a0b9e1c956edddd5ec8462b54d"
@@ -1537,22 +1555,26 @@ chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0:
15371555 escape-string-regexp "^1.0.5"
15381556 supports-color "^4.0.0"
15391557
1540- chalk@^2.3.2 :
1541- version "2.3.2 "
1542- resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.3.2 .tgz#250dc96b07491bfd601e648d66ddf5f60c7a5c65 "
1558+ chalk@^2.3.0, chalk@^2.4.0 :
1559+ version "2.4.1 "
1560+ resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.1 .tgz#18c49ab16a037b6eb0152cc83e3471338215b66e "
15431561 dependencies :
15441562 ansi-styles "^3.2.1"
15451563 escape-string-regexp "^1.0.5"
15461564 supports-color "^5.3.0"
15471565
1548- chalk@^2.4.0 :
1549- version "2.4.1 "
1550- resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.1 .tgz#18c49ab16a037b6eb0152cc83e3471338215b66e "
1566+ chalk@^2.3.2 :
1567+ version "2.3.2 "
1568+ resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.3.2 .tgz#250dc96b07491bfd601e648d66ddf5f60c7a5c65 "
15511569 dependencies :
15521570 ansi-styles "^3.2.1"
15531571 escape-string-regexp "^1.0.5"
15541572 supports-color "^5.3.0"
15551573
1574+ chardet@^0.4.0 :
1575+ version "0.4.2"
1576+ resolved "https://registry.npmjs.org/chardet/-/chardet-0.4.2.tgz#b5473b33dc97c424e5d98dc87d55d4d8a29c8bf2"
1577+
15561578chokidar@^2.0.2, chokidar@^2.0.3 :
15571579 version "2.0.3"
15581580 resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.0.3.tgz#dcbd4f6cbb2a55b4799ba8a840ac527e5f4b1176"
@@ -2436,6 +2458,14 @@ external-editor@^2.0.4:
24362458 jschardet "^1.4.2"
24372459 tmp "^0.0.31"
24382460
2461+ external-editor@^2.1.0 :
2462+ version "2.2.0"
2463+ resolved "https://registry.npmjs.org/external-editor/-/external-editor-2.2.0.tgz#045511cfd8d133f3846673d1047c154e214ad3d5"
2464+ dependencies :
2465+ chardet "^0.4.0"
2466+ iconv-lite "^0.4.17"
2467+ tmp "^0.0.33"
2468+
24392469extglob@^0.3.1 :
24402470 version "0.3.2"
24412471 resolved "https://registry.yarnpkg.com/extglob/-/extglob-0.3.2.tgz#2e18ff3d2f49ab2765cec9023f011daa8d8349a1"
@@ -3143,6 +3173,25 @@ inquirer@^3.0.6:
31433173 strip-ansi "^4.0.0"
31443174 through "^2.3.6"
31453175
3176+ inquirer@^4.0.0 :
3177+ version "4.0.2"
3178+ resolved "https://registry.npmjs.org/inquirer/-/inquirer-4.0.2.tgz#cc678b4cbc0e183a3500cc63395831ec956ab0a3"
3179+ dependencies :
3180+ ansi-escapes "^3.0.0"
3181+ chalk "^2.0.0"
3182+ cli-cursor "^2.1.0"
3183+ cli-width "^2.0.0"
3184+ external-editor "^2.1.0"
3185+ figures "^2.0.0"
3186+ lodash "^4.3.0"
3187+ mute-stream "0.0.7"
3188+ run-async "^2.2.0"
3189+ rx-lite "^4.0.8"
3190+ rx-lite-aggregates "^4.0.8"
3191+ string-width "^2.1.0"
3192+ strip-ansi "^4.0.0"
3193+ through "^2.3.6"
3194+
31463195invariant@^2.2.0, invariant@^2.2.2 :
31473196 version "2.2.2"
31483197 resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.2.tgz#9e1f56ac0acdb6bf303306f338be3b204ae60360"
@@ -4077,6 +4126,10 @@ lodash@^4.0.0, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.17.4, lodash@^4.2.0, lo
40774126 version "4.17.4"
40784127 resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
40794128
4129+ lodash@^4.11.2, lodash@^4.17.10 :
4130+ version "4.17.10"
4131+ resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"
4132+
40804133lodash@^4.17.5 :
40814134 version "4.17.5"
40824135 resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.5.tgz#99a92d65c0272debe8c96b6057bc8fbfa3bed511"
@@ -4606,7 +4659,7 @@ os-locale@^2.0.0:
46064659 lcid "^1.0.0"
46074660 mem "^1.1.0"
46084661
4609- os-tmpdir@^1.0.0, os-tmpdir@^1.0.1, os-tmpdir@~1.0.1 :
4662+ os-tmpdir@^1.0.0, os-tmpdir@^1.0.1, os-tmpdir@~1.0.1, os-tmpdir@~1.0.2 :
46104663 version "1.0.2"
46114664 resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"
46124665
@@ -5245,6 +5298,31 @@ request@2.81.0, request@^2.81.0:
52455298 tunnel-agent "^0.6.0"
52465299 uuid "^3.0.0"
52475300
5301+ request@^2.72.0 :
5302+ version "2.87.0"
5303+ resolved "https://registry.npmjs.org/request/-/request-2.87.0.tgz#32f00235cd08d482b4d0d68db93a829c0ed5756e"
5304+ dependencies :
5305+ aws-sign2 "~0.7.0"
5306+ aws4 "^1.6.0"
5307+ caseless "~0.12.0"
5308+ combined-stream "~1.0.5"
5309+ extend "~3.0.1"
5310+ forever-agent "~0.6.1"
5311+ form-data "~2.3.1"
5312+ har-validator "~5.0.3"
5313+ http-signature "~1.2.0"
5314+ is-typedarray "~1.0.0"
5315+ isstream "~0.1.2"
5316+ json-stringify-safe "~5.0.1"
5317+ mime-types "~2.1.17"
5318+ oauth-sign "~0.8.2"
5319+ performance-now "^2.1.0"
5320+ qs "~6.5.1"
5321+ safe-buffer "^5.1.1"
5322+ tough-cookie "~2.3.3"
5323+ tunnel-agent "^0.6.0"
5324+ uuid "^3.1.0"
5325+
52485326request@^2.83.0 :
52495327 version "2.83.0"
52505328 resolved "https://registry.yarnpkg.com/request/-/request-2.83.0.tgz#ca0b65da02ed62935887808e6f510381034e3356"
@@ -6005,6 +6083,12 @@ tmp@^0.0.31:
60056083 dependencies :
60066084 os-tmpdir "~1.0.1"
60076085
6086+ tmp@^0.0.33 :
6087+ version "0.0.33"
6088+ resolved "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9"
6089+ dependencies :
6090+ os-tmpdir "~1.0.2"
6091+
60086092tmpl@1.0.x :
60096093 version "1.0.4"
60106094 resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.4.tgz#23640dd7b42d00433911140820e5cf440e521dd1"
@@ -6438,12 +6522,35 @@ yallist@^2.1.2:
64386522 version "2.1.2"
64396523 resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52"
64406524
6525+ yargs-parser@^8.1.0 :
6526+ version "8.1.0"
6527+ resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-8.1.0.tgz#f1376a33b6629a5d063782944da732631e966950"
6528+ dependencies :
6529+ camelcase "^4.1.0"
6530+
64416531yargs-parser@^9.0.2 :
64426532 version "9.0.2"
64436533 resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-9.0.2.tgz#9ccf6a43460fe4ed40a9bb68f48d43b8a68cc077"
64446534 dependencies :
64456535 camelcase "^4.1.0"
64466536
6537+ yargs@^10.0.3 :
6538+ version "10.1.2"
6539+ resolved "https://registry.npmjs.org/yargs/-/yargs-10.1.2.tgz#454d074c2b16a51a43e2fb7807e4f9de69ccb5c5"
6540+ dependencies :
6541+ cliui "^4.0.0"
6542+ decamelize "^1.1.1"
6543+ find-up "^2.1.0"
6544+ get-caller-file "^1.0.1"
6545+ os-locale "^2.0.0"
6546+ require-directory "^2.1.1"
6547+ require-main-filename "^1.0.1"
6548+ set-blocking "^2.0.0"
6549+ string-width "^2.0.0"
6550+ which-module "^2.0.0"
6551+ y18n "^3.2.1"
6552+ yargs-parser "^8.1.0"
6553+
64476554yargs@^11.0.0 :
64486555 version "11.0.0"
64496556 resolved "https://registry.yarnpkg.com/yargs/-/yargs-11.0.0.tgz#c052931006c5eee74610e5fc0354bedfd08a201b"
0 commit comments