|
232 | 232 | dependencies:
|
233 | 233 | any-observable "^0.3.0"
|
234 | 234 |
|
| 235 | +"@textlint/ast-node-types@^4.0.3": |
| 236 | + version "4.0.3" |
| 237 | + resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-4.0.3.tgz#b51c87bb86022323f764fbdc976b173f19261cc5" |
| 238 | + |
| 239 | +"@textlint/markdown-to-ast@~6.0.9": |
| 240 | + version "6.0.9" |
| 241 | + resolved "https://registry.yarnpkg.com/@textlint/markdown-to-ast/-/markdown-to-ast-6.0.9.tgz#e7c89e5ad15d17dcd8e5a62758358936827658fa" |
| 242 | + dependencies: |
| 243 | + "@textlint/ast-node-types" "^4.0.3" |
| 244 | + debug "^2.1.3" |
| 245 | + remark-frontmatter "^1.2.0" |
| 246 | + remark-parse "^5.0.0" |
| 247 | + structured-source "^3.0.2" |
| 248 | + traverse "^0.6.6" |
| 249 | + unified "^6.1.6" |
| 250 | + |
235 | 251 |
|
236 | 252 | version "0.0.39"
|
237 | 253 | resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
|
@@ -1522,10 +1538,6 @@ caseless@~0.12.0:
|
1522 | 1538 | version "0.12.0"
|
1523 | 1539 | resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
|
1524 | 1540 |
|
1525 |
| -ccount@^1.0.0: |
1526 |
| - version "1.0.2" |
1527 |
| - resolved "https://registry.yarnpkg.com/ccount/-/ccount-1.0.2.tgz#53b6a2f815bb77b9c2871f7b9a72c3a25f1d8e89" |
1528 |
| - |
1529 | 1541 | center-align@^0.1.1:
|
1530 | 1542 | version "0.1.3"
|
1531 | 1543 | resolved "https://registry.yarnpkg.com/center-align/-/center-align-0.1.3.tgz#aa0d32629b6ee972200411cbd4461c907bc2b7ad"
|
@@ -1567,10 +1579,6 @@ chalk@^2.4.1:
|
1567 | 1579 | escape-string-regexp "^1.0.5"
|
1568 | 1580 | supports-color "^5.3.0"
|
1569 | 1581 |
|
1570 |
| -character-entities-html4@^1.0.0: |
1571 |
| - version "1.1.1" |
1572 |
| - resolved "https://registry.yarnpkg.com/character-entities-html4/-/character-entities-html4-1.1.1.tgz#359a2a4a0f7e29d3dc2ac99bdbe21ee39438ea50" |
1573 |
| - |
1574 | 1582 | character-entities-legacy@^1.0.0:
|
1575 | 1583 | version "1.1.1"
|
1576 | 1584 | resolved "https://registry.yarnpkg.com/character-entities-legacy/-/character-entities-legacy-1.1.1.tgz#f40779df1a101872bb510a3d295e1fccf147202f"
|
@@ -1758,9 +1766,9 @@ code-point-at@^1.0.0:
|
1758 | 1766 | version "1.1.0"
|
1759 | 1767 | resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
|
1760 | 1768 |
|
1761 |
| -collapse-white-space@^1.0.0: |
1762 |
| - version "1.0.3" |
1763 |
| - resolved "https://registry.yarnpkg.com/collapse-white-space/-/collapse-white-space-1.0.3.tgz#4b906f670e5a963a87b76b0e1689643341b6023c" |
| 1769 | +collapse-white-space@^1.0.2: |
| 1770 | + version "1.0.4" |
| 1771 | + resolved "https://registry.yarnpkg.com/collapse-white-space/-/collapse-white-space-1.0.4.tgz#ce05cf49e54c3277ae573036a26851ba430a0091" |
1764 | 1772 |
|
1765 | 1773 | collection-visit@^1.0.0:
|
1766 | 1774 | version "1.0.0"
|
|
2330 | 2338 | version "1.0.0"
|
2331 | 2339 | resolved "https://registry.yarnpkg.com/discontinuous-range/-/discontinuous-range-1.0.0.tgz#e38331f0844bba49b9a9cb71c771585aab1bc65a"
|
2332 | 2340 |
|
2333 |
| -doctoc@1.3.1: |
2334 |
| - version "1.3.1" |
2335 |
| - resolved "https://registry.yarnpkg.com/doctoc/-/doctoc-1.3.1.tgz#f012e3603e3156254c2ef22ac88c7190f55426ba" |
| 2341 | +doctoc@1.4.0: |
| 2342 | + version "1.4.0" |
| 2343 | + resolved "https://registry.yarnpkg.com/doctoc/-/doctoc-1.4.0.tgz#3115aa61d0a92f0abb0672036918ea904f5b9e02" |
2336 | 2344 | dependencies:
|
| 2345 | + "@textlint/markdown-to-ast" "~6.0.9" |
2337 | 2346 | anchor-markdown-header "^0.5.5"
|
2338 | 2347 | htmlparser2 "~3.9.2"
|
2339 |
| - markdown-to-ast "~3.4.0" |
2340 | 2348 | minimist "~1.2.0"
|
2341 | 2349 | underscore "~1.8.3"
|
2342 | 2350 | update-section "^0.3.0"
|
@@ -2898,6 +2906,12 @@ fast-levenshtein@~2.0.4:
|
2898 | 2906 | version "2.0.6"
|
2899 | 2907 | resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
|
2900 | 2908 |
|
| 2909 | +fault@^1.0.1: |
| 2910 | + version "1.0.2" |
| 2911 | + resolved "https://registry.yarnpkg.com/fault/-/fault-1.0.2.tgz#c3d0fec202f172a3a4d414042ad2bb5e2a3ffbaa" |
| 2912 | + dependencies: |
| 2913 | + format "^0.2.2" |
| 2914 | + |
2901 | 2915 | fb-watchman@^2.0.0:
|
2902 | 2916 | version "2.0.0"
|
2903 | 2917 | resolved "https://registry.yarnpkg.com/fb-watchman/-/fb-watchman-2.0.0.tgz#54e9abf7dfa2f26cd9b1636c588c1afc05de5d58"
|
@@ -3041,6 +3055,10 @@ form-data@~2.3.1:
|
3041 | 3055 | combined-stream "^1.0.5"
|
3042 | 3056 | mime-types "^2.1.12"
|
3043 | 3057 |
|
| 3058 | +format@^0.2.2: |
| 3059 | + version "0.2.2" |
| 3060 | + resolved "https://registry.yarnpkg.com/format/-/format-0.2.2.tgz#d6170107e9efdc4ed30c9dc39016df942b5cb58b" |
| 3061 | + |
3044 | 3062 | fragment-cache@^0.2.1:
|
3045 | 3063 | version "0.2.1"
|
3046 | 3064 | resolved "https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19"
|
@@ -3660,6 +3678,10 @@ is-boolean-object@^1.0.0:
|
3660 | 3678 | version "1.0.0"
|
3661 | 3679 | resolved "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.0.0.tgz#98f8b28030684219a95f375cfbd88ce3405dff93"
|
3662 | 3680 |
|
| 3681 | +is-buffer@^1.1.4: |
| 3682 | + version "1.1.6" |
| 3683 | + resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" |
| 3684 | + |
3663 | 3685 | is-buffer@^1.1.5:
|
3664 | 3686 | version "1.1.5"
|
3665 | 3687 | resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.5.tgz#1f3b26ef613b214b88cbca23cc6c01d87961eecc"
|
@@ -3971,10 +3993,18 @@ is-valid-glob@^1.0.0:
|
3971 | 3993 | version "1.0.0"
|
3972 | 3994 | resolved "https://registry.yarnpkg.com/is-valid-glob/-/is-valid-glob-1.0.0.tgz#29bf3eff701be2d4d315dbacc39bc39fe8f601aa"
|
3973 | 3995 |
|
| 3996 | +is-whitespace-character@^1.0.0: |
| 3997 | + version "1.0.2" |
| 3998 | + resolved "https://registry.yarnpkg.com/is-whitespace-character/-/is-whitespace-character-1.0.2.tgz#ede53b4c6f6fb3874533751ec9280d01928d03ed" |
| 3999 | + |
3974 | 4000 | is-windows@^1.0.1, is-windows@^1.0.2:
|
3975 | 4001 | version "1.0.2"
|
3976 | 4002 | resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
|
3977 | 4003 |
|
| 4004 | +is-word-character@^1.0.0: |
| 4005 | + version "1.0.2" |
| 4006 | + resolved "https://registry.yarnpkg.com/is-word-character/-/is-word-character-1.0.2.tgz#46a5dac3f2a1840898b91e576cd40d493f3ae553" |
| 4007 | + |
3978 | 4008 | is@~0.2.6:
|
3979 | 4009 | version "0.2.7"
|
3980 | 4010 | resolved "https://registry.yarnpkg.com/is/-/is-0.2.7.tgz#3b34a2c48f359972f35042849193ae7264b63562"
|
@@ -4849,10 +4879,6 @@ log-update@^1.0.2:
|
4849 | 4879 | ansi-escapes "^1.0.0"
|
4850 | 4880 | cli-cursor "^1.0.2"
|
4851 | 4881 |
|
4852 |
| -longest-streak@^1.0.0: |
4853 |
| - version "1.0.0" |
4854 |
| - resolved "https://registry.yarnpkg.com/longest-streak/-/longest-streak-1.0.0.tgz#d06597c4d4c31b52ccb1f5d8f8fe7148eafd6965" |
4855 |
| - |
4856 | 4882 | longest@^1.0.1:
|
4857 | 4883 | version "1.0.1"
|
4858 | 4884 | resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097"
|
@@ -4927,18 +4953,9 @@ map-visit@^1.0.0:
|
4927 | 4953 | dependencies:
|
4928 | 4954 | object-visit "^1.0.0"
|
4929 | 4955 |
|
4930 |
| -markdown-table@^0.4.0: |
4931 |
| - version "0.4.0" |
4932 |
| - resolved "https://registry.yarnpkg.com/markdown-table/-/markdown-table-0.4.0.tgz#890c2c1b3bfe83fb00e4129b8e4cfe645270f9d1" |
4933 |
| - |
4934 |
| -markdown-to-ast@~3.4.0: |
4935 |
| - version "3.4.0" |
4936 |
| - resolved "https://registry.yarnpkg.com/markdown-to-ast/-/markdown-to-ast-3.4.0.tgz#0e2cba81390b0549a9153ec3b0d915b61c164be7" |
4937 |
| - dependencies: |
4938 |
| - debug "^2.1.3" |
4939 |
| - remark "^5.0.1" |
4940 |
| - structured-source "^3.0.2" |
4941 |
| - traverse "^0.6.6" |
| 4956 | +markdown-escapes@^1.0.0: |
| 4957 | + version "1.0.2" |
| 4958 | + resolved "https://registry.yarnpkg.com/markdown-escapes/-/markdown-escapes-1.0.2.tgz#e639cbde7b99c841c0bacc8a07982873b46d2122" |
4942 | 4959 |
|
4943 | 4960 | marked-terminal@^1.6.2:
|
4944 | 4961 | version "1.7.0"
|
@@ -5577,9 +5594,9 @@ parse-asn1@^5.0.0:
|
5577 | 5594 | evp_bytestokey "^1.0.0"
|
5578 | 5595 | pbkdf2 "^3.0.3"
|
5579 | 5596 |
|
5580 |
| -parse-entities@^1.0.2: |
5581 |
| - version "1.1.1" |
5582 |
| - resolved "https://registry.yarnpkg.com/parse-entities/-/parse-entities-1.1.1.tgz#8112d88471319f27abae4d64964b122fe4e1b890" |
| 5597 | +parse-entities@^1.1.0: |
| 5598 | + version "1.2.0" |
| 5599 | + resolved "https://registry.yarnpkg.com/parse-entities/-/parse-entities-1.2.0.tgz#9deac087661b2e36814153cb78d7e54a4c5fd6f4" |
5583 | 5600 | dependencies:
|
5584 | 5601 | character-entities "^1.0.0"
|
5585 | 5602 | character-entities-legacy "^1.0.0"
|
@@ -6149,40 +6166,32 @@ regjsparser@^0.1.4:
|
6149 | 6166 | dependencies:
|
6150 | 6167 | jsesc "~0.5.0"
|
6151 | 6168 |
|
6152 |
| -remark-parse@^1.1.0: |
6153 |
| - version "1.1.0" |
6154 |
| - resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-1.1.0.tgz#c3ca10f9a8da04615c28f09aa4e304510526ec21" |
| 6169 | +remark-frontmatter@^1.2.0: |
| 6170 | + version "1.3.1" |
| 6171 | + resolved "https://registry.yarnpkg.com/remark-frontmatter/-/remark-frontmatter-1.3.1.tgz#bc28c0c913fa0b9dd26f17304bc47b856b2ea2de" |
6155 | 6172 | dependencies:
|
6156 |
| - collapse-white-space "^1.0.0" |
6157 |
| - extend "^3.0.0" |
6158 |
| - parse-entities "^1.0.2" |
| 6173 | + fault "^1.0.1" |
| 6174 | + xtend "^4.0.1" |
| 6175 | + |
| 6176 | +remark-parse@^5.0.0: |
| 6177 | + version "5.0.0" |
| 6178 | + resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-5.0.0.tgz#4c077f9e499044d1d5c13f80d7a98cf7b9285d95" |
| 6179 | + dependencies: |
| 6180 | + collapse-white-space "^1.0.2" |
| 6181 | + is-alphabetical "^1.0.0" |
| 6182 | + is-decimal "^1.0.0" |
| 6183 | + is-whitespace-character "^1.0.0" |
| 6184 | + is-word-character "^1.0.0" |
| 6185 | + markdown-escapes "^1.0.0" |
| 6186 | + parse-entities "^1.1.0" |
6159 | 6187 | repeat-string "^1.5.4"
|
| 6188 | + state-toggle "^1.0.0" |
6160 | 6189 | trim "0.0.1"
|
6161 | 6190 | trim-trailing-lines "^1.0.0"
|
6162 | 6191 | unherit "^1.0.4"
|
6163 | 6192 | unist-util-remove-position "^1.0.0"
|
6164 | 6193 | vfile-location "^2.0.0"
|
6165 |
| - |
6166 |
| -remark-stringify@^1.1.0: |
6167 |
| - version "1.1.0" |
6168 |
| - resolved "https://registry.yarnpkg.com/remark-stringify/-/remark-stringify-1.1.0.tgz#a7105e25b9ee2bf9a49b75d2c423f11b06ae2092" |
6169 |
| - dependencies: |
6170 |
| - ccount "^1.0.0" |
6171 |
| - extend "^3.0.0" |
6172 |
| - longest-streak "^1.0.0" |
6173 |
| - markdown-table "^0.4.0" |
6174 |
| - parse-entities "^1.0.2" |
6175 |
| - repeat-string "^1.5.4" |
6176 |
| - stringify-entities "^1.0.1" |
6177 |
| - unherit "^1.0.4" |
6178 |
| - |
6179 |
| -remark@^5.0.1: |
6180 |
| - version "5.1.0" |
6181 |
| - resolved "https://registry.yarnpkg.com/remark/-/remark-5.1.0.tgz#cb463bd3dbcb4b99794935eee1cf71d7a8e3068c" |
6182 |
| - dependencies: |
6183 |
| - remark-parse "^1.1.0" |
6184 |
| - remark-stringify "^1.1.0" |
6185 |
| - unified "^4.1.1" |
| 6194 | + xtend "^4.0.1" |
6186 | 6195 |
|
6187 | 6196 | remove-bom-buffer@^3.0.0:
|
6188 | 6197 | version "3.0.0"
|
@@ -6217,7 +6226,7 @@ repeating@^2.0.0:
|
6217 | 6226 | dependencies:
|
6218 | 6227 | is-finite "^1.0.0"
|
6219 | 6228 |
|
6220 |
| -replace-ext@^1.0.0: |
| 6229 | +replace-ext@1.0.0, replace-ext@^1.0.0: |
6221 | 6230 | version "1.0.0"
|
6222 | 6231 | resolved "https://registry.yarnpkg.com/replace-ext/-/replace-ext-1.0.0.tgz#de63128373fcbf7c3ccfa4de5a480c45a67958eb"
|
6223 | 6232 |
|
|
6793 | 6802 | version "1.1.1"
|
6794 | 6803 | resolved "https://registry.yarnpkg.com/staged-git-files/-/staged-git-files-1.1.1.tgz#37c2218ef0d6d26178b1310719309a16a59f8f7b"
|
6795 | 6804 |
|
| 6805 | +state-toggle@^1.0.0: |
| 6806 | + version "1.0.1" |
| 6807 | + resolved "https://registry.yarnpkg.com/state-toggle/-/state-toggle-1.0.1.tgz#c3cb0974f40a6a0f8e905b96789eb41afa1cde3a" |
| 6808 | + |
6796 | 6809 | static-extend@^0.1.1:
|
6797 | 6810 | version "0.1.2"
|
6798 | 6811 | resolved "https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz#60809c39cbff55337226fd5e0b520f341f1fb5c6"
|
@@ -6862,15 +6875,6 @@ string_decoder@~1.1.1:
|
6862 | 6875 | dependencies:
|
6863 | 6876 | safe-buffer "~5.1.0"
|
6864 | 6877 |
|
6865 |
| -stringify-entities@^1.0.1: |
6866 |
| - version "1.3.1" |
6867 |
| - resolved "https://registry.yarnpkg.com/stringify-entities/-/stringify-entities-1.3.1.tgz#b150ec2d72ac4c1b5f324b51fb6b28c9cdff058c" |
6868 |
| - dependencies: |
6869 |
| - character-entities-html4 "^1.0.0" |
6870 |
| - character-entities-legacy "^1.0.0" |
6871 |
| - is-alphanumerical "^1.0.0" |
6872 |
| - is-hexadecimal "^1.0.0" |
6873 |
| - |
6874 | 6878 |
|
6875 | 6879 | version "3.3.0"
|
6876 | 6880 | resolved "https://registry.yarnpkg.com/stringify-object/-/stringify-object-3.3.0.tgz#703065aefca19300d3ce88af4f5b3956d7556629"
|
@@ -7228,16 +7232,16 @@ unherit@^1.0.4:
|
7228 | 7232 | inherits "^2.0.1"
|
7229 | 7233 | xtend "^4.0.1"
|
7230 | 7234 |
|
7231 |
| -unified@^4.1.1: |
7232 |
| - version "4.2.1" |
7233 |
| - resolved "https://registry.yarnpkg.com/unified/-/unified-4.2.1.tgz#76ff43aa8da430f6e7e4a55c84ebac2ad2cfcd2e" |
| 7235 | +unified@^6.1.6: |
| 7236 | + version "6.2.0" |
| 7237 | + resolved "https://registry.yarnpkg.com/unified/-/unified-6.2.0.tgz#7fbd630f719126d67d40c644b7e3f617035f6dba" |
7234 | 7238 | dependencies:
|
7235 | 7239 | bail "^1.0.0"
|
7236 | 7240 | extend "^3.0.0"
|
7237 |
| - has "^1.0.1" |
7238 |
| - once "^1.3.3" |
| 7241 | + is-plain-obj "^1.1.0" |
7239 | 7242 | trough "^1.0.0"
|
7240 |
| - vfile "^1.0.0" |
| 7243 | + vfile "^2.0.0" |
| 7244 | + x-is-string "^0.1.0" |
7241 | 7245 |
|
7242 | 7246 | union-value@^1.0.0:
|
7243 | 7247 | version "1.0.0"
|
@@ -7267,6 +7271,10 @@ unist-util-remove-position@^1.0.0:
|
7267 | 7271 | dependencies:
|
7268 | 7272 | unist-util-visit "^1.1.0"
|
7269 | 7273 |
|
| 7274 | +unist-util-stringify-position@^1.0.0, unist-util-stringify-position@^1.1.1: |
| 7275 | + version "1.1.2" |
| 7276 | + resolved "https://registry.yarnpkg.com/unist-util-stringify-position/-/unist-util-stringify-position-1.1.2.tgz#3f37fcf351279dcbca7480ab5889bb8a832ee1c6" |
| 7277 | + |
7270 | 7278 | unist-util-visit@^1.1.0:
|
7271 | 7279 | version "1.1.3"
|
7272 | 7280 | resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-1.1.3.tgz#ec268e731b9d277a79a5b5aa0643990e405d600b"
|
@@ -7381,9 +7389,20 @@ vfile-location@^2.0.0:
|
7381 | 7389 | version "2.0.2"
|
7382 | 7390 | resolved "https://registry.yarnpkg.com/vfile-location/-/vfile-location-2.0.2.tgz#d3675c59c877498e492b4756ff65e4af1a752255"
|
7383 | 7391 |
|
7384 |
| -vfile@^1.0.0: |
7385 |
| - version "1.4.0" |
7386 |
| - resolved "https://registry.yarnpkg.com/vfile/-/vfile-1.4.0.tgz#c0fd6fa484f8debdb771f68c31ed75d88da97fe7" |
| 7392 | +vfile-message@^1.0.0: |
| 7393 | + version "1.0.2" |
| 7394 | + resolved "https://registry.yarnpkg.com/vfile-message/-/vfile-message-1.0.2.tgz#0f8a62584c5dff0f81760531b8e34f3cea554ebc" |
| 7395 | + dependencies: |
| 7396 | + unist-util-stringify-position "^1.1.1" |
| 7397 | + |
| 7398 | +vfile@^2.0.0: |
| 7399 | + version "2.3.0" |
| 7400 | + resolved "https://registry.yarnpkg.com/vfile/-/vfile-2.3.0.tgz#e62d8e72b20e83c324bc6c67278ee272488bf84a" |
| 7401 | + dependencies: |
| 7402 | + is-buffer "^1.1.4" |
| 7403 | + replace-ext "1.0.0" |
| 7404 | + unist-util-stringify-position "^1.0.0" |
| 7405 | + vfile-message "^1.0.0" |
7387 | 7406 |
|
7388 | 7407 | vinyl-fs@^3.0.3:
|
7389 | 7408 | version "3.0.3"
|
@@ -7528,6 +7547,10 @@ write@^0.2.1:
|
7528 | 7547 | dependencies:
|
7529 | 7548 | mkdirp "^0.5.1"
|
7530 | 7549 |
|
| 7550 | +x-is-string@^0.1.0: |
| 7551 | + version "0.1.0" |
| 7552 | + resolved "https://registry.yarnpkg.com/x-is-string/-/x-is-string-0.1.0.tgz#474b50865af3a49a9c4657f05acd145458f77d82" |
| 7553 | + |
7531 | 7554 | xdg-basedir@^3.0.0:
|
7532 | 7555 | version "3.0.0"
|
7533 | 7556 | resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-3.0.0.tgz#496b2cc109eca8dbacfe2dc72b603c17c5870ad4"
|
|
0 commit comments