diff options
author | Chocobozzz <me@florianbigard.com> | 2018-01-19 13:58:13 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-01-19 13:58:13 +0100 |
commit | 23e27dd53599be65b2dc2968448ce155a00a96c9 (patch) | |
tree | cd7e5c88a345584a25c7ea03a81332b804d082d6 /yarn.lock | |
parent | c7a9f34f7229529ea726de13867f87c0a8dd3007 (diff) | |
download | PeerTube-23e27dd53599be65b2dc2968448ce155a00a96c9.tar.gz PeerTube-23e27dd53599be65b2dc2968448ce155a00a96c9.tar.zst PeerTube-23e27dd53599be65b2dc2968448ce155a00a96c9.zip |
Add ability to configure log level
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 121 |
1 files changed, 92 insertions, 29 deletions
@@ -203,12 +203,6 @@ | |||
203 | "@types/parse-torrent" "*" | 203 | "@types/parse-torrent" "*" |
204 | "@types/simple-peer" "*" | 204 | "@types/simple-peer" "*" |
205 | 205 | ||
206 | "@types/winston@^2.3.2": | ||
207 | version "2.3.7" | ||
208 | resolved "https://registry.yarnpkg.com/@types/winston/-/winston-2.3.7.tgz#2ea18b2dc772d459b6af0f587447704df31afec2" | ||
209 | dependencies: | ||
210 | "@types/node" "*" | ||
211 | |||
212 | "@types/ws@^3.0.2": | 206 | "@types/ws@^3.0.2": |
213 | version "3.2.1" | 207 | version "3.2.1" |
214 | resolved "https://registry.yarnpkg.com/@types/ws/-/ws-3.2.1.tgz#b0c1579e58e686f83ce0a97bb9463d29705827fb" | 208 | resolved "https://registry.yarnpkg.com/@types/ws/-/ws-3.2.1.tgz#b0c1579e58e686f83ce0a97bb9463d29705827fb" |
@@ -403,14 +397,10 @@ async@>=0.2.9, async@^2.0.0: | |||
403 | dependencies: | 397 | dependencies: |
404 | lodash "^4.14.0" | 398 | lodash "^4.14.0" |
405 | 399 | ||
406 | async@^1.5.2: | 400 | async@^1.0.0, async@^1.5.2: |
407 | version "1.5.2" | 401 | version "1.5.2" |
408 | resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a" | 402 | resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a" |
409 | 403 | ||
410 | async@~1.0.0: | ||
411 | version "1.0.0" | ||
412 | resolved "https://registry.yarnpkg.com/async/-/async-1.0.0.tgz#f8fc04ca3a13784ade9e1641af98578cfbd647a9" | ||
413 | |||
414 | asynckit@^0.4.0: | 404 | asynckit@^0.4.0: |
415 | version "0.4.0" | 405 | version "0.4.0" |
416 | resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" | 406 | resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" |
@@ -889,6 +879,10 @@ code-point-at@^1.0.0: | |||
889 | version "1.1.0" | 879 | version "1.1.0" |
890 | resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77" | 880 | resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77" |
891 | 881 | ||
882 | color-convert@^0.5.0: | ||
883 | version "0.5.3" | ||
884 | resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-0.5.3.tgz#bdb6c69ce660fadffe0b0007cc447e1b9f7282bd" | ||
885 | |||
892 | color-convert@^1.9.0, color-convert@^1.9.1: | 886 | color-convert@^1.9.0, color-convert@^1.9.1: |
893 | version "1.9.1" | 887 | version "1.9.1" |
894 | resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.1.tgz#c1261107aeb2f294ebffec9ed9ecad529a6097ed" | 888 | resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.1.tgz#c1261107aeb2f294ebffec9ed9ecad529a6097ed" |
@@ -899,6 +893,12 @@ color-name@^1.0.0, color-name@^1.1.1: | |||
899 | version "1.1.3" | 893 | version "1.1.3" |
900 | resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" | 894 | resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" |
901 | 895 | ||
896 | color-string@^0.3.0: | ||
897 | version "0.3.0" | ||
898 | resolved "https://registry.yarnpkg.com/color-string/-/color-string-0.3.0.tgz#27d46fb67025c5c2fa25993bfbf579e47841b991" | ||
899 | dependencies: | ||
900 | color-name "^1.0.0" | ||
901 | |||
902 | color-string@^1.5.2: | 902 | color-string@^1.5.2: |
903 | version "1.5.2" | 903 | version "1.5.2" |
904 | resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.5.2.tgz#26e45814bc3c9a7cbd6751648a41434514a773a9" | 904 | resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.5.2.tgz#26e45814bc3c9a7cbd6751648a41434514a773a9" |
@@ -906,6 +906,13 @@ color-string@^1.5.2: | |||
906 | color-name "^1.0.0" | 906 | color-name "^1.0.0" |
907 | simple-swizzle "^0.2.2" | 907 | simple-swizzle "^0.2.2" |
908 | 908 | ||
909 | color@0.8.x: | ||
910 | version "0.8.0" | ||
911 | resolved "https://registry.yarnpkg.com/color/-/color-0.8.0.tgz#890c07c3fd4e649537638911cf691e5458b6fca5" | ||
912 | dependencies: | ||
913 | color-convert "^0.5.0" | ||
914 | color-string "^0.3.0" | ||
915 | |||
909 | color@^2.0.0: | 916 | color@^2.0.0: |
910 | version "2.0.1" | 917 | version "2.0.1" |
911 | resolved "https://registry.yarnpkg.com/color/-/color-2.0.1.tgz#e4ed78a3c4603d0891eba5430b04b86314f4c839" | 918 | resolved "https://registry.yarnpkg.com/color/-/color-2.0.1.tgz#e4ed78a3c4603d0891eba5430b04b86314f4c839" |
@@ -913,9 +920,20 @@ color@^2.0.0: | |||
913 | color-convert "^1.9.1" | 920 | color-convert "^1.9.1" |
914 | color-string "^1.5.2" | 921 | color-string "^1.5.2" |
915 | 922 | ||
916 | colors@1.0.x: | 923 | colornames@0.0.2: |
917 | version "1.0.3" | 924 | version "0.0.2" |
918 | resolved "https://registry.yarnpkg.com/colors/-/colors-1.0.3.tgz#0433f44d809680fdeb60ed260f1b0c262e82a40b" | 925 | resolved "https://registry.yarnpkg.com/colornames/-/colornames-0.0.2.tgz#d811fd6c84f59029499a8ac4436202935b92be31" |
926 | |||
927 | colors@^1.1.2: | ||
928 | version "1.1.2" | ||
929 | resolved "https://registry.yarnpkg.com/colors/-/colors-1.1.2.tgz#168a4701756b6a7f51a12ce0c97bfa28c084ed63" | ||
930 | |||
931 | colorspace@1.0.x: | ||
932 | version "1.0.1" | ||
933 | resolved "https://registry.yarnpkg.com/colorspace/-/colorspace-1.0.1.tgz#c99c796ed31128b9876a52e1ee5ee03a4a719749" | ||
934 | dependencies: | ||
935 | color "0.8.x" | ||
936 | text-hex "0.0.x" | ||
919 | 937 | ||
920 | combined-stream@^1.0.5, combined-stream@~1.0.5: | 938 | combined-stream@^1.0.5, combined-stream@~1.0.5: |
921 | version "1.0.5" | 939 | version "1.0.5" |
@@ -1087,10 +1105,6 @@ crypto-random-string@^1.0.0: | |||
1087 | version "1.0.0" | 1105 | version "1.0.0" |
1088 | resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-1.0.0.tgz#a230f64f568310e1498009940790ec99545bca7e" | 1106 | resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-1.0.0.tgz#a230f64f568310e1498009940790ec99545bca7e" |
1089 | 1107 | ||
1090 | cycle@1.0.x: | ||
1091 | version "1.0.3" | ||
1092 | resolved "https://registry.yarnpkg.com/cycle/-/cycle-1.0.3.tgz#21e80b2be8580f98b468f379430662b046c34ad2" | ||
1093 | |||
1094 | d@1: | 1108 | d@1: |
1095 | version "1.0.0" | 1109 | version "1.0.0" |
1096 | resolved "https://registry.yarnpkg.com/d/-/d-1.0.0.tgz#754bb5bfe55451da69a58b94d45f4c5b0462d58f" | 1110 | resolved "https://registry.yarnpkg.com/d/-/d-1.0.0.tgz#754bb5bfe55451da69a58b94d45f4c5b0462d58f" |
@@ -1201,6 +1215,14 @@ detect-libc@^1.0.2: | |||
1201 | version "1.0.3" | 1215 | version "1.0.3" |
1202 | resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-1.0.3.tgz#fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b" | 1216 | resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-1.0.3.tgz#fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b" |
1203 | 1217 | ||
1218 | diagnostics@^1.0.1: | ||
1219 | version "1.1.0" | ||
1220 | resolved "https://registry.yarnpkg.com/diagnostics/-/diagnostics-1.1.0.tgz#e1090900b49523e8527be20f081275205f2ae36a" | ||
1221 | dependencies: | ||
1222 | colorspace "1.0.x" | ||
1223 | enabled "1.0.x" | ||
1224 | kuler "0.0.x" | ||
1225 | |||
1204 | dicer@0.2.5: | 1226 | dicer@0.2.5: |
1205 | version "0.2.5" | 1227 | version "0.2.5" |
1206 | resolved "https://registry.yarnpkg.com/dicer/-/dicer-0.2.5.tgz#5996c086bb33218c812c090bddc09cd12facb70f" | 1228 | resolved "https://registry.yarnpkg.com/dicer/-/dicer-0.2.5.tgz#5996c086bb33218c812c090bddc09cd12facb70f" |
@@ -1280,6 +1302,12 @@ elliptic@=3.0.3: | |||
1280 | hash.js "^1.0.0" | 1302 | hash.js "^1.0.0" |
1281 | inherits "^2.0.1" | 1303 | inherits "^2.0.1" |
1282 | 1304 | ||
1305 | enabled@1.0.x: | ||
1306 | version "1.0.2" | ||
1307 | resolved "https://registry.yarnpkg.com/enabled/-/enabled-1.0.2.tgz#965f6513d2c2d1c5f4652b64a2e3396467fc2f93" | ||
1308 | dependencies: | ||
1309 | env-variable "0.0.x" | ||
1310 | |||
1283 | encodeurl@~1.0.1: | 1311 | encodeurl@~1.0.1: |
1284 | version "1.0.1" | 1312 | version "1.0.1" |
1285 | resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.1.tgz#79e3d58655346909fe6f0f45a5de68103b294d20" | 1313 | resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.1.tgz#79e3d58655346909fe6f0f45a5de68103b294d20" |
@@ -1290,6 +1318,10 @@ end-of-stream@^1.0.0, end-of-stream@^1.1.0: | |||
1290 | dependencies: | 1318 | dependencies: |
1291 | once "^1.4.0" | 1319 | once "^1.4.0" |
1292 | 1320 | ||
1321 | env-variable@0.0.x: | ||
1322 | version "0.0.3" | ||
1323 | resolved "https://registry.yarnpkg.com/env-variable/-/env-variable-0.0.3.tgz#b86c1641be5610267d506f18071ea76d707097cb" | ||
1324 | |||
1293 | error-ex@^1.2.0: | 1325 | error-ex@^1.2.0: |
1294 | version "1.3.1" | 1326 | version "1.3.1" |
1295 | resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.1.tgz#f855a86ce61adc4e8621c3cda21e7a7612c3a8dc" | 1327 | resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.1.tgz#f855a86ce61adc4e8621c3cda21e7a7612c3a8dc" |
@@ -1657,10 +1689,6 @@ extsprintf@^1.2.0: | |||
1657 | version "1.4.0" | 1689 | version "1.4.0" |
1658 | resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f" | 1690 | resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f" |
1659 | 1691 | ||
1660 | eyes@0.1.x: | ||
1661 | version "0.1.8" | ||
1662 | resolved "https://registry.yarnpkg.com/eyes/-/eyes-0.1.8.tgz#62cf120234c683785d902348a800ef3e0cc20bc0" | ||
1663 | |||
1664 | fast-deep-equal@^1.0.0: | 1692 | fast-deep-equal@^1.0.0: |
1665 | version "1.0.0" | 1693 | version "1.0.0" |
1666 | resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-1.0.0.tgz#96256a3bc975595eb36d82e9929d060d893439ff" | 1694 | resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-1.0.0.tgz#96256a3bc975595eb36d82e9929d060d893439ff" |
@@ -1673,6 +1701,10 @@ fast-levenshtein@~2.0.4: | |||
1673 | version "2.0.6" | 1701 | version "2.0.6" |
1674 | resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" | 1702 | resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" |
1675 | 1703 | ||
1704 | fecha@^2.3.2: | ||
1705 | version "2.3.2" | ||
1706 | resolved "https://registry.yarnpkg.com/fecha/-/fecha-2.3.2.tgz#360f035dd6edd954bc9581f95f2a4a7f2a3505c1" | ||
1707 | |||
1676 | figures@^1.3.5: | 1708 | figures@^1.3.5: |
1677 | version "1.7.0" | 1709 | version "1.7.0" |
1678 | resolved "https://registry.yarnpkg.com/figures/-/figures-1.7.0.tgz#cbe1e3affcf1cd44b80cadfed28dc793a9701d2e" | 1710 | resolved "https://registry.yarnpkg.com/figures/-/figures-1.7.0.tgz#cbe1e3affcf1cd44b80cadfed28dc793a9701d2e" |
@@ -2544,6 +2576,12 @@ kind-of@^4.0.0: | |||
2544 | dependencies: | 2576 | dependencies: |
2545 | is-buffer "^1.1.5" | 2577 | is-buffer "^1.1.5" |
2546 | 2578 | ||
2579 | kuler@0.0.x: | ||
2580 | version "0.0.0" | ||
2581 | resolved "https://registry.yarnpkg.com/kuler/-/kuler-0.0.0.tgz#b66bb46b934e550f59d818848e0abba4f7f5553c" | ||
2582 | dependencies: | ||
2583 | colornames "0.0.2" | ||
2584 | |||
2547 | latest-version@^3.0.0: | 2585 | latest-version@^3.0.0: |
2548 | version "3.1.0" | 2586 | version "3.1.0" |
2549 | resolved "https://registry.yarnpkg.com/latest-version/-/latest-version-3.1.0.tgz#a205383fea322b33b5ae3b18abee0dc2f356ee15" | 2587 | resolved "https://registry.yarnpkg.com/latest-version/-/latest-version-3.1.0.tgz#a205383fea322b33b5ae3b18abee0dc2f356ee15" |
@@ -2661,6 +2699,13 @@ lodash@=3.10.1: | |||
2661 | version "3.10.1" | 2699 | version "3.10.1" |
2662 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6" | 2700 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6" |
2663 | 2701 | ||
2702 | logform@^1.2.1: | ||
2703 | version "1.2.2" | ||
2704 | resolved "https://registry.yarnpkg.com/logform/-/logform-1.2.2.tgz#7be8847684de07185029ed09c65b11d06191ef93" | ||
2705 | dependencies: | ||
2706 | colors "^1.1.2" | ||
2707 | fecha "^2.3.2" | ||
2708 | |||
2664 | lowercase-keys@^1.0.0: | 2709 | lowercase-keys@^1.0.0: |
2665 | version "1.0.0" | 2710 | version "1.0.0" |
2666 | resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-1.0.0.tgz#4e3366b39e7f5457e35f1324bdf6f88d0bfc7306" | 2711 | resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-1.0.0.tgz#4e3366b39e7f5457e35f1324bdf6f88d0bfc7306" |
@@ -3081,6 +3126,10 @@ once@^1.3.0, once@^1.3.1, once@^1.3.3, once@^1.4.0: | |||
3081 | dependencies: | 3126 | dependencies: |
3082 | wrappy "1" | 3127 | wrappy "1" |
3083 | 3128 | ||
3129 | one-time@0.0.4: | ||
3130 | version "0.0.4" | ||
3131 | resolved "https://registry.yarnpkg.com/one-time/-/one-time-0.0.4.tgz#f8cdf77884826fe4dff93e3a9cc37b1e4480742e" | ||
3132 | |||
3084 | onetime@^1.0.0: | 3133 | onetime@^1.0.0: |
3085 | version "1.1.0" | 3134 | version "1.1.0" |
3086 | resolved "https://registry.yarnpkg.com/onetime/-/onetime-1.1.0.tgz#a1f7838f8314c516f05ecefcbc4ccfe04b4ed789" | 3135 | resolved "https://registry.yarnpkg.com/onetime/-/onetime-1.1.0.tgz#a1f7838f8314c516f05ecefcbc4ccfe04b4ed789" |
@@ -4263,6 +4312,10 @@ terraformer@~1.0.5: | |||
4263 | dependencies: | 4312 | dependencies: |
4264 | "@types/geojson" "^1.0.0" | 4313 | "@types/geojson" "^1.0.0" |
4265 | 4314 | ||
4315 | text-hex@0.0.x: | ||
4316 | version "0.0.0" | ||
4317 | resolved "https://registry.yarnpkg.com/text-hex/-/text-hex-0.0.0.tgz#578fbc85a6a92636e42dd17b41d0218cce9eb2b3" | ||
4318 | |||
4266 | text-table@~0.2.0: | 4319 | text-table@~0.2.0: |
4267 | version "0.2.0" | 4320 | version "0.2.0" |
4268 | resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" | 4321 | resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" |
@@ -4322,6 +4375,10 @@ tree-kill@^1.1.0: | |||
4322 | version "1.2.0" | 4375 | version "1.2.0" |
4323 | resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.0.tgz#5846786237b4239014f05db156b643212d4c6f36" | 4376 | resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.0.tgz#5846786237b4239014f05db156b643212d4c6f36" |
4324 | 4377 | ||
4378 | triple-beam@^1.0.1: | ||
4379 | version "1.1.0" | ||
4380 | resolved "https://registry.yarnpkg.com/triple-beam/-/triple-beam-1.1.0.tgz#2ac387c8c4bd04bd26c61df891a6079f8592fe10" | ||
4381 | |||
4325 | ts-node@^3.3.0: | 4382 | ts-node@^3.3.0: |
4326 | version "3.3.0" | 4383 | version "3.3.0" |
4327 | resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-3.3.0.tgz#c13c6a3024e30be1180dd53038fc209289d4bf69" | 4384 | resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-3.3.0.tgz#c13c6a3024e30be1180dd53038fc209289d4bf69" |
@@ -4647,16 +4704,22 @@ widest-line@^2.0.0: | |||
4647 | dependencies: | 4704 | dependencies: |
4648 | string-width "^2.1.1" | 4705 | string-width "^2.1.1" |
4649 | 4706 | ||
4650 | winston@^2.1.1: | 4707 | winston-transport@^3.0.1: |
4651 | version "2.4.0" | 4708 | version "3.0.1" |
4652 | resolved "https://registry.yarnpkg.com/winston/-/winston-2.4.0.tgz#808050b93d52661ed9fb6c26b3f0c826708b0aee" | 4709 | resolved "https://registry.yarnpkg.com/winston-transport/-/winston-transport-3.0.1.tgz#8008b15eef5660c4fb3fa094d58ccbd08528c58d" |
4710 | |||
4711 | winston@3.0.0-rc1: | ||
4712 | version "3.0.0-rc1" | ||
4713 | resolved "https://registry.yarnpkg.com/winston/-/winston-3.0.0-rc1.tgz#982bc0ad4ef5c53000ca68036d78a3deaa28cac5" | ||
4653 | dependencies: | 4714 | dependencies: |
4654 | async "~1.0.0" | 4715 | async "^1.0.0" |
4655 | colors "1.0.x" | 4716 | diagnostics "^1.0.1" |
4656 | cycle "1.0.x" | ||
4657 | eyes "0.1.x" | ||
4658 | isstream "0.1.x" | 4717 | isstream "0.1.x" |
4718 | logform "^1.2.1" | ||
4719 | one-time "0.0.4" | ||
4659 | stack-trace "0.0.x" | 4720 | stack-trace "0.0.x" |
4721 | triple-beam "^1.0.1" | ||
4722 | winston-transport "^3.0.1" | ||
4660 | 4723 | ||
4661 | wkx@^0.4.1: | 4724 | wkx@^0.4.1: |
4662 | version "0.4.2" | 4725 | version "0.4.2" |