|
162 | 162 | dependencies:
|
163 | 163 | regenerator-runtime "^0.13.2"
|
164 | 164 |
|
| 165 | +"@babel/runtime@^7.6.3": |
| 166 | + version "7.8.3" |
| 167 | + resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.8.3.tgz#0811944f73a6c926bb2ad35e918dcc1bfab279f1" |
| 168 | + integrity sha512-fVHx1rzEmwB130VTkLnxR+HmxcTjGzH12LYQcFFoBwakMd3aOMD4OsRN7tGG/UOYE2ektgFrS8uACAoRk1CY0w== |
| 169 | + dependencies: |
| 170 | + regenerator-runtime "^0.13.2" |
| 171 | + |
165 | 172 | "@babel/template@^7.1.0", "@babel/template@^7.4.0", "@babel/template@^7.4.4":
|
166 | 173 | version "7.4.4"
|
167 | 174 | resolved "https://registry.npmjs.org/@babel/template/-/template-7.4.4.tgz#f4b88d1225689a08f5bc3a17483545be9e4ed237"
|
|
1240 | 1247 | dependencies:
|
1241 | 1248 | "@babel/types" "^7.3.0"
|
1242 | 1249 |
|
| 1250 | +"@types/color-name@^1.1.1": |
| 1251 | + version "1.1.1" |
| 1252 | + resolved "https://registry.npmjs.org/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0" |
| 1253 | + integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ== |
| 1254 | + |
1243 | 1255 | "@types/events@*":
|
1244 | 1256 | version "3.0.0"
|
1245 | 1257 | resolved "https://registry.npmjs.org/@types/events/-/events-3.0.0.tgz#2862f3f58a9a7f7c3e78d79f130dd4d71c25c2a7"
|
|
1316 | 1328 | resolved "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"
|
1317 | 1329 | integrity sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA==
|
1318 | 1330 |
|
| 1331 | +"@types/parse-json@^4.0.0": |
| 1332 | + version "4.0.0" |
| 1333 | + resolved "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0" |
| 1334 | + integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA== |
| 1335 | + |
1319 | 1336 |
|
1320 | 1337 | version "5.0.1"
|
1321 | 1338 | resolved "https://registry.npmjs.org/@types/resolve-from/-/resolve-from-5.0.1.tgz#2714eaa840c0472dcfa96ec3fb9d170dbf0b677d"
|
@@ -1528,6 +1545,14 @@ ansi-styles@^3.2.1:
|
1528 | 1545 | dependencies:
|
1529 | 1546 | color-convert "^1.9.0"
|
1530 | 1547 |
|
| 1548 | +ansi-styles@^4.1.0: |
| 1549 | + version "4.2.1" |
| 1550 | + resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz#90ae75c424d008d2624c5bf29ead3177ebfcf359" |
| 1551 | + integrity sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA== |
| 1552 | + dependencies: |
| 1553 | + "@types/color-name" "^1.1.1" |
| 1554 | + color-convert "^2.0.1" |
| 1555 | + |
1531 | 1556 | ansi-styles@~1.0.0:
|
1532 | 1557 | version "1.0.0"
|
1533 | 1558 | resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-1.0.0.tgz#cb102df1c56f5123eab8b67cd7b98027a0279178"
|
@@ -3220,6 +3245,14 @@ chalk@^2.3.1:
|
3220 | 3245 | escape-string-regexp "^1.0.5"
|
3221 | 3246 | supports-color "^5.3.0"
|
3222 | 3247 |
|
| 3248 | +chalk@^3.0.0: |
| 3249 | + version "3.0.0" |
| 3250 | + resolved "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4" |
| 3251 | + integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg== |
| 3252 | + dependencies: |
| 3253 | + ansi-styles "^4.1.0" |
| 3254 | + supports-color "^7.1.0" |
| 3255 | + |
3223 | 3256 | chardet@^0.4.0:
|
3224 | 3257 | version "0.4.0"
|
3225 | 3258 | resolved "https://registry.npmjs.org/chardet/-/chardet-0.4.0.tgz#0bbe1355ac44d7a3ed4a925707c4ef70f8190f6c"
|
@@ -3451,11 +3484,23 @@ color-convert@^1.9.0:
|
3451 | 3484 | dependencies:
|
3452 | 3485 | color-name "^1.1.1"
|
3453 | 3486 |
|
| 3487 | +color-convert@^2.0.1: |
| 3488 | + version "2.0.1" |
| 3489 | + resolved "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3" |
| 3490 | + integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== |
| 3491 | + dependencies: |
| 3492 | + color-name "~1.1.4" |
| 3493 | + |
3454 | 3494 | color-name@^1.1.1:
|
3455 | 3495 | version "1.1.3"
|
3456 | 3496 | resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
|
3457 | 3497 | integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=
|
3458 | 3498 |
|
| 3499 | +color-name@~1.1.4: |
| 3500 | + version "1.1.4" |
| 3501 | + resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" |
| 3502 | + integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== |
| 3503 | + |
3459 | 3504 | columnify@^1.5.4:
|
3460 | 3505 | version "1.5.4"
|
3461 | 3506 | resolved "https://registry.npmjs.org/columnify/-/columnify-1.5.4.tgz#4737ddf1c7b69a8a7c340570782e947eec8e78bb"
|
@@ -3891,15 +3936,16 @@ cosmiconfig@^5.2.0:
|
3891 | 3936 | js-yaml "^3.13.0"
|
3892 | 3937 | parse-json "^4.0.0"
|
3893 | 3938 |
|
3894 |
| -cosmiconfig@^5.2.1: |
3895 |
| - version "5.2.1" |
3896 |
| - resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz#040f726809c591e77a17c0a3626ca45b4f168b1a" |
3897 |
| - integrity sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA== |
| 3939 | +cosmiconfig@^6.0.0: |
| 3940 | + version "6.0.0" |
| 3941 | + resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz#da4fee853c52f6b1e6935f41c1a2fc50bd4a9982" |
| 3942 | + integrity sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg== |
3898 | 3943 | dependencies:
|
3899 |
| - import-fresh "^2.0.0" |
3900 |
| - is-directory "^0.3.1" |
3901 |
| - js-yaml "^3.13.1" |
3902 |
| - parse-json "^4.0.0" |
| 3944 | + "@types/parse-json" "^4.0.0" |
| 3945 | + import-fresh "^3.1.0" |
| 3946 | + parse-json "^5.0.0" |
| 3947 | + path-type "^4.0.0" |
| 3948 | + yaml "^1.7.2" |
3903 | 3949 |
|
3904 | 3950 | cp-file@^4.1.1:
|
3905 | 3951 | version "4.2.0"
|
@@ -5199,7 +5245,7 @@ get-port@^4.2.0:
|
5199 | 5245 | resolved "https://registry.npmjs.org/get-port/-/get-port-4.2.0.tgz#e37368b1e863b7629c43c5a323625f95cf24b119"
|
5200 | 5246 | integrity sha512-/b3jarXkH8KJoOMQc3uVGHASwGLPq3gSFJ7tgJm2diza+bydJPTGOibin2steecKeOylE8oY2JERlVWkAJO6yw==
|
5201 | 5247 |
|
5202 |
| -[email protected], get-stdin@^7.0.0: |
| 5248 | + |
5203 | 5249 | version "7.0.0"
|
5204 | 5250 | resolved "https://registry.npmjs.org/get-stdin/-/get-stdin-7.0.0.tgz#8d5de98f15171a125c5e516643c7a6d0ea8a96f6"
|
5205 | 5251 | integrity sha512-zRKcywvrXlXsA0v0i9Io4KDRaAw7+a1ZpjRwl9Wox8PFlVCCHra7E9c4kqXCoCM9nR5tBkaTTZRBoCm60bFqTQ==
|
@@ -5584,6 +5630,11 @@ has-flag@^3.0.0:
|
5584 | 5630 | resolved "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
|
5585 | 5631 | integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0=
|
5586 | 5632 |
|
| 5633 | +has-flag@^4.0.0: |
| 5634 | + version "4.0.0" |
| 5635 | + resolved "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b" |
| 5636 | + integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== |
| 5637 | + |
5587 | 5638 | has-symbols@^1.0.0:
|
5588 | 5639 | version "1.0.0"
|
5589 | 5640 | resolved "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
|
@@ -5760,22 +5811,19 @@ humanize-ms@^1.2.1:
|
5760 | 5811 | dependencies:
|
5761 | 5812 | ms "^2.0.0"
|
5762 | 5813 |
|
5763 |
| -husky@3.0.9: |
5764 |
| - version "3.0.9" |
5765 |
| - resolved "https://registry.npmjs.org/husky/-/husky-3.0.9.tgz#a2c3e9829bfd6b4957509a9500d2eef5dbfc8044" |
5766 |
| - integrity sha512-Yolhupm7le2/MqC1VYLk/cNmYxsSsqKkTyBhzQHhPK1jFnC89mmmNVuGtLNabjDI6Aj8UNIr0KpRNuBkiC4+sg== |
| 5814 | +husky@4.0.9: |
| 5815 | + version "4.0.9" |
| 5816 | + resolved "https://registry.npmjs.org/husky/-/husky-4.0.9.tgz#ded9e4f957dd8358649330da84906b6bf2e367e9" |
| 5817 | + integrity sha512-zaH0INH9MZBH8smr6nPdzv7pjchOZPN/AKdhkuV4zut9SyF0+pUy1ZCBzhz2uPe7Cp75YzD92ewU2ytIZ0GjUQ== |
5767 | 5818 | dependencies:
|
5768 |
| - chalk "^2.4.2" |
| 5819 | + chalk "^3.0.0" |
5769 | 5820 | ci-info "^2.0.0"
|
5770 |
| - cosmiconfig "^5.2.1" |
5771 |
| - execa "^1.0.0" |
5772 |
| - get-stdin "^7.0.0" |
| 5821 | + cosmiconfig "^6.0.0" |
5773 | 5822 | opencollective-postinstall "^2.0.2"
|
5774 | 5823 | pkg-dir "^4.2.0"
|
5775 | 5824 | please-upgrade-node "^3.2.0"
|
5776 |
| - read-pkg "^5.2.0" |
5777 |
| - run-node "^1.0.0" |
5778 | 5825 | slash "^3.0.0"
|
| 5826 | + which-pm-runs "^1.0.0" |
5779 | 5827 |
|
5780 | 5828 | [email protected], iconv-lite@^0.4.24, iconv-lite@^0.4.4:
|
5781 | 5829 | version "0.4.24"
|
@@ -5832,6 +5880,14 @@ import-fresh@^3.0.0:
|
5832 | 5880 | parent-module "^1.0.0"
|
5833 | 5881 | resolve-from "^4.0.0"
|
5834 | 5882 |
|
| 5883 | +import-fresh@^3.1.0: |
| 5884 | + version "3.2.1" |
| 5885 | + resolved "https://registry.npmjs.org/import-fresh/-/import-fresh-3.2.1.tgz#633ff618506e793af5ac91bf48b72677e15cbe66" |
| 5886 | + integrity sha512-6e1q1cnWP2RXD9/keSkxHScg508CdXqXWgWBaETNhyuBFz+kUZlKboh+ISK+bU++DmbHimVBrOz/zzPe0sZ3sQ== |
| 5887 | + dependencies: |
| 5888 | + parent-module "^1.0.0" |
| 5889 | + resolve-from "^4.0.0" |
| 5890 | + |
5835 | 5891 |
|
5836 | 5892 | version "3.0.0"
|
5837 | 5893 | resolved "https://registry.npmjs.org/import-from/-/import-from-3.0.0.tgz#055cfec38cd5a27d8057ca51376d7d3bf0891966"
|
@@ -6928,7 +6984,7 @@ js-tokens@^4.0.0:
|
6928 | 6984 | resolved "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
|
6929 | 6985 | integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
|
6930 | 6986 |
|
6931 |
| -js-yaml@>=3.13.0, js-yaml@^3.10.0, js-yaml@^3.13.0, js-yaml@^3.13.1, js-yaml@^3.8.2, js-yaml@^3.9.0: |
| 6987 | +js-yaml@>=3.13.0, js-yaml@^3.10.0, js-yaml@^3.13.0, js-yaml@^3.8.2, js-yaml@^3.9.0: |
6932 | 6988 | version "3.13.1"
|
6933 | 6989 | resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
|
6934 | 6990 | integrity sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==
|
@@ -9379,7 +9435,7 @@ read-pkg-up@^4.0.0:
|
9379 | 9435 | find-up "^3.0.0"
|
9380 | 9436 | read-pkg "^3.0.0"
|
9381 | 9437 |
|
9382 |
| -[email protected], read-pkg@^5.2.0: |
| 9438 | + |
9383 | 9439 | version "5.2.0"
|
9384 | 9440 | resolved "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz#7bf295438ca5a33e56cd30e053b34ee7250c93cc"
|
9385 | 9441 | integrity sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==
|
@@ -9907,11 +9963,6 @@ run-async@^2.2.0:
|
9907 | 9963 | dependencies:
|
9908 | 9964 | is-promise "^2.1.0"
|
9909 | 9965 |
|
9910 |
| -run-node@^1.0.0: |
9911 |
| - version "1.0.0" |
9912 |
| - resolved "https://registry.npmjs.org/run-node/-/run-node-1.0.0.tgz#46b50b946a2aa2d4947ae1d886e9856fd9cabe5e" |
9913 |
| - integrity sha512-kc120TBlQ3mih1LSzdAJXo4xn/GWS2ec0l3S+syHDXP9uRr0JAT8Qd3mdMuyjqCzeZktgP3try92cEgf9Nks8A== |
9914 |
| - |
9915 | 9966 | run-parallel@^1.1.9:
|
9916 | 9967 | version "1.1.9"
|
9917 | 9968 | resolved "https://registry.npmjs.org/run-parallel/-/run-parallel-1.1.9.tgz#c9dd3a7cf9f4b2c4b6244e173a6ed866e61dd679"
|
@@ -10725,6 +10776,13 @@ supports-color@^6.1.0:
|
10725 | 10776 | dependencies:
|
10726 | 10777 | has-flag "^3.0.0"
|
10727 | 10778 |
|
| 10779 | +supports-color@^7.1.0: |
| 10780 | + version "7.1.0" |
| 10781 | + resolved "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz#68e32591df73e25ad1c4b49108a2ec507962bfd1" |
| 10782 | + integrity sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g== |
| 10783 | + dependencies: |
| 10784 | + has-flag "^4.0.0" |
| 10785 | + |
10728 | 10786 | symbol-observable@^0.2.2:
|
10729 | 10787 | version "0.2.4"
|
10730 | 10788 | resolved "https://registry.npmjs.org/symbol-observable/-/symbol-observable-0.2.4.tgz#95a83db26186d6af7e7a18dbd9760a2f86d08f40"
|
@@ -11472,6 +11530,11 @@ which-module@^2.0.0:
|
11472 | 11530 | resolved "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"
|
11473 | 11531 | integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=
|
11474 | 11532 |
|
| 11533 | +which-pm-runs@^1.0.0: |
| 11534 | + version "1.0.0" |
| 11535 | + resolved "https://registry.npmjs.org/which-pm-runs/-/which-pm-runs-1.0.0.tgz#670b3afbc552e0b55df6b7780ca74615f23ad1cb" |
| 11536 | + integrity sha1-Zws6+8VS4LVd9rd4DKdGFfI60cs= |
| 11537 | + |
11475 | 11538 | which@1, which@^1.2.10, which@^1.2.9:
|
11476 | 11539 | version "1.3.0"
|
11477 | 11540 | resolved "https://registry.npmjs.org/which/-/which-1.3.0.tgz#ff04bdfc010ee547d780bec38e1ac1c2777d253a"
|
@@ -11689,6 +11752,13 @@ yallist@^3.0.3:
|
11689 | 11752 | resolved "https://registry.npmjs.org/yallist/-/yallist-3.0.3.tgz#b4b049e314be545e3ce802236d6cd22cd91c3de9"
|
11690 | 11753 | integrity sha512-S+Zk8DEWE6oKpV+vI3qWkaK+jSbIK86pCwe2IF/xwIpQ8jEuxpw9NyaGjmp9+BoJv5FV2piqCDcoCtStppiq2A==
|
11691 | 11754 |
|
| 11755 | +yaml@^1.7.2: |
| 11756 | + version "1.7.2" |
| 11757 | + resolved "https://registry.npmjs.org/yaml/-/yaml-1.7.2.tgz#f26aabf738590ab61efaca502358e48dc9f348b2" |
| 11758 | + integrity sha512-qXROVp90sb83XtAoqE8bP9RwAkTTZbugRUTm5YeFCBfNRPEp2YzTeqWiz7m5OORHzEvrA/qcGS8hp/E+MMROYw== |
| 11759 | + dependencies: |
| 11760 | + "@babel/runtime" "^7.6.3" |
| 11761 | + |
11692 | 11762 | yargonaut@^1.1.2:
|
11693 | 11763 | version "1.1.2"
|
11694 | 11764 | resolved "https://registry.npmjs.org/yargonaut/-/yargonaut-1.1.2.tgz#ee7b89e98121a3f241fa926a2a6e1b6641c81b3f"
|
|
0 commit comments