-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update package-lock.json and yarn.lock files
- Loading branch information
1 parent
74589a7
commit c66fcde
Showing
2 changed files
with
190 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# EditorConfig helps developers define and maintain consistent | ||
# coding styles between different editors and IDEs | ||
# editorconfig.org | ||
|
||
root = true | ||
|
||
[*] | ||
end_of_line = lf | ||
charset = utf-8 | ||
trim_trailing_whitespace = true | ||
insert_final_newline = true | ||
indent_style = space | ||
indent_size = 2 | ||
|
||
[*.{diff}] | ||
trim_trailing_whitespace = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -222,6 +222,14 @@ arrify@^1.0.0: | |
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d" | ||
|
||
ascli@~1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/ascli/-/ascli-1.0.1.tgz#bcfa5974a62f18e81cabaeb49732ab4a88f906bc" | ||
integrity sha1-vPpZdKYvGOgcq660lzKrSoj5Brw= | ||
dependencies: | ||
colour "~0.7.1" | ||
optjs "~3.2.2" | ||
|
||
assertion-error@^1.0.1: | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/assertion-error/-/assertion-error-1.1.0.tgz#e60b6b0e8f301bd97e5375215bda406c85118c0b" | ||
|
@@ -384,6 +392,13 @@ builtin-modules@^1.1.1: | |
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f" | ||
|
||
bytebuffer@~5: | ||
version "5.0.1" | ||
resolved "https://registry.yarnpkg.com/bytebuffer/-/bytebuffer-5.0.1.tgz#582eea4b1a873b6d020a48d58df85f0bba6cfddd" | ||
integrity sha1-WC7qSxqHO20CCkjVjfhfC7ps/d0= | ||
dependencies: | ||
long "~3" | ||
|
||
[email protected]: | ||
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048" | ||
|
@@ -406,6 +421,11 @@ [email protected]: | |
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/callsite/-/callsite-1.0.0.tgz#280398e5d664bd74038b6f0905153e6e8af1bc20" | ||
|
||
camelcase@^2.0.1: | ||
version "2.1.1" | ||
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-2.1.1.tgz#7c1d16d679a1bbe59ca02cacecfb011e201f5a1f" | ||
integrity sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8= | ||
|
||
chai@^3.5.0: | ||
version "3.5.0" | ||
resolved "http://registry.npmjs.org/chai/-/chai-3.5.0.tgz#4d02637b067fe958bdbfdd3a40ec56fef7373247" | ||
|
@@ -463,6 +483,15 @@ class-utils@^0.3.5: | |
isobject "^3.0.0" | ||
static-extend "^0.1.1" | ||
|
||
cliui@^3.0.3: | ||
version "3.2.0" | ||
resolved "https://registry.yarnpkg.com/cliui/-/cliui-3.2.0.tgz#120601537a916d29940f934da3b48d585a39213d" | ||
integrity sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0= | ||
dependencies: | ||
string-width "^1.0.1" | ||
strip-ansi "^3.0.1" | ||
wrap-ansi "^2.0.0" | ||
|
||
code-point-at@^1.0.0: | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77" | ||
|
@@ -488,6 +517,11 @@ colors@^1.1.0: | |
version "1.3.2" | ||
resolved "https://registry.yarnpkg.com/colors/-/colors-1.3.2.tgz#2df8ff573dfbf255af562f8ce7181d6b971a359b" | ||
|
||
colour@~0.7.1: | ||
version "0.7.1" | ||
resolved "https://registry.yarnpkg.com/colour/-/colour-0.7.1.tgz#9cb169917ec5d12c0736d3e8685746df1cadf778" | ||
integrity sha1-nLFpkX7F0SwHNtPoaFdG3xyt93g= | ||
|
||
[email protected]: | ||
version "2.15.1" | ||
resolved "http://registry.npmjs.org/commander/-/commander-2.15.1.tgz#df46e867d0fc2aec66a34662b406a9ccafff5b0f" | ||
|
@@ -577,6 +611,11 @@ debug@^4.1.1: | |
dependencies: | ||
ms "^2.1.1" | ||
|
||
decamelize@^1.1.1: | ||
version "1.2.0" | ||
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" | ||
integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA= | ||
|
||
decode-uri-component@^0.2.0: | ||
version "0.2.0" | ||
resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545" | ||
|
@@ -894,6 +933,24 @@ [email protected]: | |
version "1.10.5" | ||
resolved "https://registry.yarnpkg.com/growl/-/growl-1.10.5.tgz#f2735dc2283674fa67478b10181059355c369e5e" | ||
|
||
grpc-tools@^1.8.0: | ||
version "1.8.0" | ||
resolved "https://registry.yarnpkg.com/grpc-tools/-/grpc-tools-1.8.0.tgz#db438dbd0cfb43d412dc02a767d5fb2193636847" | ||
integrity sha512-GzYHjPQ/sbV/DmnNRksapMlLj26Tvq2Qppmzjmd+lHYZNeWM1feiGsYCduzJLyy295P+3uYIPy2/w/1thAnOow== | ||
dependencies: | ||
node-pre-gyp "^0.12.0" | ||
|
||
grpc@^1.22.2: | ||
version "1.22.2" | ||
resolved "https://registry.yarnpkg.com/grpc/-/grpc-1.22.2.tgz#1a60c728c692a93a85e855e35c2e0216654f0198" | ||
integrity sha512-gaK59oAA5/mlOIn+hQO5JROPoAzsaGRpEMcrAayW5WGETS8QScpBoQ+XBxEWAAF0kbeGIELuGRCVEObKS1SLmw== | ||
dependencies: | ||
lodash.camelcase "^4.3.0" | ||
lodash.clone "^4.5.0" | ||
nan "^2.13.2" | ||
node-pre-gyp "^0.13.0" | ||
protobufjs "^5.0.3" | ||
|
||
has-ansi@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91" | ||
|
@@ -1014,6 +1071,11 @@ ini@~1.3.0: | |
version "1.3.5" | ||
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927" | ||
|
||
invert-kv@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/invert-kv/-/invert-kv-1.0.0.tgz#104a8e4aaca6d3d8cd157a8ef8bfab2d7a3ffdb6" | ||
integrity sha1-EEqOSqym09jNFXqO+L+rLXo//bY= | ||
|
||
is-accessor-descriptor@^0.1.6: | ||
version "0.1.6" | ||
resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz#a9e12cb3ae8d876727eeef3843f8a0897b5c98d6" | ||
|
@@ -1267,12 +1329,29 @@ kind-of@^6.0.0, kind-of@^6.0.2: | |
version "6.0.2" | ||
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.2.tgz#01146b36a6218e64e58f3a8d66de5d7fc6f6d051" | ||
|
||
lcid@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/lcid/-/lcid-1.0.0.tgz#308accafa0bc483a3867b4b6f2b9506251d1b835" | ||
integrity sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU= | ||
dependencies: | ||
invert-kv "^1.0.0" | ||
|
||
lie@~3.3.0: | ||
version "3.3.0" | ||
resolved "https://registry.yarnpkg.com/lie/-/lie-3.3.0.tgz#dcf82dee545f46074daf200c7c1c5a08e0f40f6a" | ||
dependencies: | ||
immediate "~3.0.5" | ||
|
||
lodash.camelcase@^4.3.0: | ||
version "4.3.0" | ||
resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6" | ||
integrity sha1-soqmKIorn8ZRA1x3EfZathkDMaY= | ||
|
||
lodash.clone@^4.5.0: | ||
version "4.5.0" | ||
resolved "https://registry.yarnpkg.com/lodash.clone/-/lodash.clone-4.5.0.tgz#195870450f5a13192478df4bc3d23d2dea1907b6" | ||
integrity sha1-GVhwRQ9aExkkeN9Lw9I9LeoZB7Y= | ||
|
||
lodash.isequal@^4.5.0: | ||
version "4.5.0" | ||
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0" | ||
|
@@ -1296,6 +1375,11 @@ long@^4.0.0: | |
resolved "https://registry.yarnpkg.com/long/-/long-4.0.0.tgz#9a7b71cfb7d361a194ea555241c92f7468d5bf28" | ||
integrity sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA== | ||
|
||
long@~3: | ||
version "3.2.0" | ||
resolved "https://registry.yarnpkg.com/long/-/long-3.2.0.tgz#d821b7138ca1cb581c172990ef14db200b5c474b" | ||
integrity sha1-2CG3E4yhy1gcFymQ7xTbIAtcR0s= | ||
|
||
[email protected]: | ||
version "4.1.3" | ||
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.3.tgz#a1175cf3496dfc8436c156c334b4955992bce69c" | ||
|
@@ -1432,6 +1516,11 @@ ms@^2.1.1: | |
version "2.1.1" | ||
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a" | ||
|
||
nan@^2.13.2: | ||
version "2.14.0" | ||
resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.0.tgz#7818f722027b2459a86f0295d434d1fc2336c52c" | ||
integrity sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg== | ||
|
||
nan@^2.9.2: | ||
version "2.11.1" | ||
resolved "https://registry.yarnpkg.com/nan/-/nan-2.11.1.tgz#90e22bccb8ca57ea4cd37cc83d3819b52eea6766" | ||
|
@@ -1479,6 +1568,38 @@ node-pre-gyp@^0.10.0: | |
semver "^5.3.0" | ||
tar "^4" | ||
|
||
node-pre-gyp@^0.12.0: | ||
version "0.12.0" | ||
resolved "https://registry.yarnpkg.com/node-pre-gyp/-/node-pre-gyp-0.12.0.tgz#39ba4bb1439da030295f899e3b520b7785766149" | ||
integrity sha512-4KghwV8vH5k+g2ylT+sLTjy5wmUOb9vPhnM8NHvRf9dHmnW/CndrFXy2aRPaPST6dugXSdHXfeaHQm77PIz/1A== | ||
dependencies: | ||
detect-libc "^1.0.2" | ||
mkdirp "^0.5.1" | ||
needle "^2.2.1" | ||
nopt "^4.0.1" | ||
npm-packlist "^1.1.6" | ||
npmlog "^4.0.2" | ||
rc "^1.2.7" | ||
rimraf "^2.6.1" | ||
semver "^5.3.0" | ||
tar "^4" | ||
|
||
node-pre-gyp@^0.13.0: | ||
version "0.13.0" | ||
resolved "https://registry.yarnpkg.com/node-pre-gyp/-/node-pre-gyp-0.13.0.tgz#df9ab7b68dd6498137717838e4f92a33fc9daa42" | ||
integrity sha512-Md1D3xnEne8b/HGVQkZZwV27WUi1ZRuZBij24TNaZwUPU3ZAFtvT6xxJGaUVillfmMKnn5oD1HoGsp2Ftik7SQ== | ||
dependencies: | ||
detect-libc "^1.0.2" | ||
mkdirp "^0.5.1" | ||
needle "^2.2.1" | ||
nopt "^4.0.1" | ||
npm-packlist "^1.1.6" | ||
npmlog "^4.0.2" | ||
rc "^1.2.7" | ||
rimraf "^2.6.1" | ||
semver "^5.3.0" | ||
tar "^4" | ||
|
||
nopt@^4.0.1: | ||
version "4.0.1" | ||
resolved "https://registry.yarnpkg.com/nopt/-/nopt-4.0.1.tgz#d0d4685afd5415193c8c7505602d0d17cd64474d" | ||
|
@@ -1571,10 +1692,22 @@ optimist@^0.6.1: | |
minimist "~0.0.1" | ||
wordwrap "~0.0.2" | ||
|
||
optjs@~3.2.2: | ||
version "3.2.2" | ||
resolved "https://registry.yarnpkg.com/optjs/-/optjs-3.2.2.tgz#69a6ce89c442a44403141ad2f9b370bd5bb6f4ee" | ||
integrity sha1-aabOicRCpEQDFBrS+bNwvVu29O4= | ||
|
||
os-homedir@^1.0.0: | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3" | ||
|
||
os-locale@^1.4.0: | ||
version "1.4.0" | ||
resolved "https://registry.yarnpkg.com/os-locale/-/os-locale-1.4.0.tgz#20f9f17ae29ed345e8bde583b13d2009803c14d9" | ||
integrity sha1-IPnxeuKe00XoveWDsT0gCYA8FNk= | ||
dependencies: | ||
lcid "^1.0.0" | ||
|
||
os-tmpdir@^1.0.0, os-tmpdir@~1.0.1, os-tmpdir@~1.0.2: | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" | ||
|
@@ -1649,6 +1782,16 @@ [email protected]: | |
"@types/node" "^10.1.0" | ||
long "^4.0.0" | ||
|
||
protobufjs@^5.0.3: | ||
version "5.0.3" | ||
resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-5.0.3.tgz#e4dfe9fb67c90b2630d15868249bcc4961467a17" | ||
integrity sha512-55Kcx1MhPZX0zTbVosMQEO5R6/rikNXd9b6RQK4KSPcrSIIwoXTtebIczUrXlwaSrbz4x8XUVThGPob1n8I4QA== | ||
dependencies: | ||
ascli "~1" | ||
bytebuffer "~5" | ||
glob "^7.0.5" | ||
yargs "^3.10.0" | ||
|
||
pseudomap@^1.0.2: | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3" | ||
|
@@ -2228,10 +2371,23 @@ wide-align@^1.1.0: | |
dependencies: | ||
string-width "^1.0.2 || 2" | ||
|
||
window-size@^0.1.4: | ||
version "0.1.4" | ||
resolved "https://registry.yarnpkg.com/window-size/-/window-size-0.1.4.tgz#f8e1aa1ee5a53ec5bf151ffa09742a6ad7697876" | ||
integrity sha1-+OGqHuWlPsW/FR/6CXQqatdpeHY= | ||
|
||
wordwrap@~0.0.2: | ||
version "0.0.3" | ||
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.3.tgz#a3d5da6cd5c0bc0008d37234bbaf1bed63059107" | ||
|
||
wrap-ansi@^2.0.0: | ||
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-2.1.0.tgz#d8fc3d284dd05794fe84973caecdd1cf824fdd85" | ||
integrity sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU= | ||
dependencies: | ||
string-width "^1.0.1" | ||
strip-ansi "^3.0.1" | ||
|
||
wrappy@1: | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" | ||
|
@@ -2259,6 +2415,11 @@ xmlhttprequest-ssl@~1.5.4: | |
version "1.5.5" | ||
resolved "https://registry.yarnpkg.com/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.5.tgz#c2876b06168aadc40e57d97e81191ac8f4398b3e" | ||
|
||
y18n@^3.2.0: | ||
version "3.2.1" | ||
resolved "https://registry.yarnpkg.com/y18n/-/y18n-3.2.1.tgz#6d15fba884c08679c0d77e88e7759e811e07fa41" | ||
integrity sha1-bRX7qITAhnnA136I53WegR4H+kE= | ||
|
||
yallist@^2.1.2: | ||
version "2.1.2" | ||
resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52" | ||
|
@@ -2267,6 +2428,19 @@ yallist@^3.0.0, yallist@^3.0.2: | |
version "3.0.2" | ||
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.0.2.tgz#8452b4bb7e83c7c188d8041c1a837c773d6d8bb9" | ||
|
||
yargs@^3.10.0: | ||
version "3.32.0" | ||
resolved "https://registry.yarnpkg.com/yargs/-/yargs-3.32.0.tgz#03088e9ebf9e756b69751611d2a5ef591482c995" | ||
integrity sha1-AwiOnr+edWtpdRYR0qXvWRSCyZU= | ||
dependencies: | ||
camelcase "^2.0.1" | ||
cliui "^3.0.3" | ||
decamelize "^1.1.1" | ||
os-locale "^1.4.0" | ||
string-width "^1.0.1" | ||
window-size "^0.1.4" | ||
y18n "^3.2.0" | ||
|
||
[email protected]: | ||
version "0.1.2" | ||
resolved "https://registry.yarnpkg.com/yeast/-/yeast-0.1.2.tgz#008e06d8094320c372dbc2f8ed76a0ca6c8ac419" | ||
|