3030 esutils "^2.0.2"
3131 js-tokens "^4.0.0"
3232
33+ " @textlint/ast-node-types@^15.2.1 " :
34+ version "15.7.1"
35+ resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-15.7.1.tgz#20f3f9111d735be70831be61ccb3e8d4420a8c71"
36+ integrity sha512-Wii5UgUKFEh9Uv6wbq1zr4/Kf+dtjiUuzPrrXzKp8H+ifkvKNzi23V4Nz+6wVyHQn5T28AFuc8VH8OtzvGYecA==
37+
3338" @textlint/ast-node-types@^4.0.2" , "@textlint/ast-node-types@^4.2.1", "@textlint/ast-node-types@^4.2.4":
3439 version "4.2.4"
3540 resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-4.2.4.tgz#ae569bd76364040939044d057d5a56284563a7af"
138143 lodash.uniqwith "^4.5.0"
139144 to-regex "^3.0.2"
140145
146+ " @textlint/regexp-string-matcher@^2.0.2 " :
147+ version "2.0.2"
148+ resolved "https://registry.yarnpkg.com/@textlint/regexp-string-matcher/-/regexp-string-matcher-2.0.2.tgz#cef4d8353dac624086069e290d9631ca285df34d"
149+ integrity sha512-OXLD9XRxMhd3S0LWuPHpiARQOI7z9tCOs0FsynccW2lmyZzHHFJ9/eR6kuK9xF459Qf+740qI5h+/0cx+NljzA==
150+ dependencies :
151+ escape-string-regexp "^4.0.0"
152+ lodash.sortby "^4.7.0"
153+ lodash.uniq "^4.5.0"
154+ lodash.uniqwith "^4.5.0"
155+
141156" @textlint/text-to-ast@^3.1.5 " :
142157 version "3.1.5"
143158 resolved "https://registry.yarnpkg.com/@textlint/text-to-ast/-/text-to-ast-3.1.5.tgz#927d971712ac24d6056a0a178cc154c177427e4c"
181196 resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"
182197 integrity sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA==
183198
199+ " @types/unist@^2.0.0 " :
200+ version "2.0.11"
201+ resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.11.tgz#11af57b127e32487774841f7a4e54eab166d03c4"
202+ integrity sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==
203+
184204abbrev@1 :
185205 version "1.1.1"
186206 resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"
@@ -412,6 +432,11 @@ boundary@^1.0.1:
412432 resolved "https://registry.yarnpkg.com/boundary/-/boundary-1.0.1.tgz#4d67dc2602c0cc16dd9bce7ebf87e948290f5812"
413433 integrity sha1-TWfcJgLAzBbdm85+v4fpSCkPWBI=
414434
435+ boundary@^2.0.0 :
436+ version "2.0.0"
437+ resolved "https://registry.yarnpkg.com/boundary/-/boundary-2.0.0.tgz#169c8b1f0d44cf2c25938967a328f37e0a4e5efc"
438+ integrity sha512-rJKn5ooC9u8q13IMCrW0RSp31pxBCHE3y9V/tp3TdWSLf8Em3p6Di4NBpfzbJge9YjjFEsD0RtFEjtvHL5VyEA==
439+
415440boxen@^1.2.1 :
416441 version "1.3.0"
417442 resolved "https://registry.yarnpkg.com/boxen/-/boxen-1.3.0.tgz#55c6c39a8ba58d9c61ad22cd877532deb665a20b"
@@ -1044,6 +1069,11 @@ escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
10441069 resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
10451070 integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
10461071
1072+ escape-string-regexp@^4.0.0 :
1073+ version "4.0.0"
1074+ resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
1075+ integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
1076+
10471077esprima@^4.0.0 :
10481078 version "4.0.1"
10491079 resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
@@ -3497,6 +3527,13 @@ structured-source@^3.0.2:
34973527 dependencies :
34983528 boundary "^1.0.1"
34993529
3530+ structured-source@^4.0.0 :
3531+ version "4.0.0"
3532+ resolved "https://registry.yarnpkg.com/structured-source/-/structured-source-4.0.0.tgz#0c9e59ee43dedd8fc60a63731f60e358102a4948"
3533+ integrity sha512-qGzRFNJDjFieQkl/sVOI2dUjHKRyL9dAJi2gCPGJLbJHBIkyOHxjuocpIEfbLioX+qSJpvbYdT49/YCdMznKxA==
3534+ dependencies :
3535+ boundary "^2.0.0"
3536+
35003537supports-color@^2.0.0 :
35013538 version "2.0.0"
35023539 resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"
@@ -3566,62 +3603,93 @@ textlint-rule-helper@^2.0.0, textlint-rule-helper@^2.1.1:
35663603 structured-source "^3.0.2"
35673604 unist-util-visit "^1.1.0"
35683605
3569- textlint-rule-ja-nakaguro-or-halfwidth-space-between-katakana @^2.0.1 :
3570- version "2.0.1 "
3571- resolved "https://registry.yarnpkg.com/textlint-rule-ja-nakaguro-or-halfwidth-space-between-katakana /-/textlint-rule-ja-nakaguro-or-halfwidth-space-between-katakana-2.0.1. tgz#ea6f94cb9ced758fb2553dea2e9fe714f31f0aed "
3572- integrity sha1-6m+Uy5ztdY+yVT3qLp/nFPMfCu0 =
3606+ textlint-rule-helper @^2.2.4 :
3607+ version "2.5.0 "
3608+ resolved "https://registry.yarnpkg.com/textlint-rule-helper /-/textlint-rule-helper-2.5.0. tgz#d31ff25a6de66ccb9d1a473a114f5d411f305b90 "
3609+ integrity sha512-QIbFPtyqLy0g5BJn8mryk9iHzGYicNaFIpLFPiEnb4RXxrEGeQ2W2aARQ9yEXLIAqo+OwK4ndWBAWkbgJEPzTQ= =
35733610 dependencies :
3574- match-index "^1.0.1"
3575- textlint-rule-helper "^2.0.0"
3611+ " @textlint/ast-node-types" " ^15.2.1"
3612+ structured-source "^4.0.0"
3613+ unist-util-visit "^2.0.3"
35763614
3577- textlint-rule-ja-no- space-around-parentheses@^2 .0.1 :
3578- version "2 .0.1 "
3579- resolved "https://registry.yarnpkg.com/textlint-rule-ja-no- space-around-parentheses /-/textlint-rule-ja-no- space-around-parentheses-2 .0.1 .tgz#556a60e679da9b4c98244c67e7961ac2e540bec1 "
3580- integrity sha1-VWpg5nnam0yYJExn55YawuVAvsE =
3615+ textlint-rule-ja-nakaguro-or-halfwidth- space-between-katakana@^3 .0.2 :
3616+ version "3 .0.2 "
3617+ resolved "https://registry.yarnpkg.com/textlint-rule-ja-nakaguro-or-halfwidth- space-between-katakana /-/textlint-rule-ja-nakaguro-or-halfwidth- space-between-katakana-3 .0.2 .tgz#c5ab57236372a0bd043f605adc6588ed90ad270e "
3618+ integrity sha512-jeWjD7gwV1zzO/el0fHaLP5Hu9ihvCJp5yjisaKk5s4w7jgoDKcT0aqyP2HFZd99bOrFWea0GecCFvJt6/B8ew= =
35813619 dependencies :
3582- match-index "^1.0.1"
3583- textlint-rule-helper "^2.0.0"
3620+ textlint-rule-helper "^2.2.4"
35843621
3585- textlint-rule-ja-no-space-between-full-width@^2.0.1 :
3586- version "2.0.1"
3587- resolved "https://registry.yarnpkg.com/textlint-rule-ja-no-space-between-full-width/-/textlint-rule-ja-no-space-between-full-width-2.0.1.tgz#921f78561564dd00c8733c230254acd8a55ded67"
3588- integrity sha1-kh94VhVk3QDIczwjAlSs2KVd7Wc=
3622+ textlint-rule-ja-no-space-around-parentheses@^3.0.2 :
3623+ version "3.0.2"
3624+ resolved "https://registry.yarnpkg.com/textlint-rule-ja-no-space-around-parentheses/-/textlint-rule-ja-no-space-around-parentheses-3.0.2.tgz#b0225f42e8360327454a2543bb6807d6fd87de46"
3625+ integrity sha512-/G1MNHo65kIhFFD+2/0CIZ5HuKa+GXkpHkUr3EREa2HQP52rzP8L6cwYfl+gtlEKZ8iCQMfN0SbPulodALVErw==
3626+ dependencies :
3627+ textlint-rule-helper "^2.2.4"
3628+
3629+ textlint-rule-ja-no-space-around-slash@^3.0.2 :
3630+ version "3.0.2"
3631+ resolved "https://registry.yarnpkg.com/textlint-rule-ja-no-space-around-slash/-/textlint-rule-ja-no-space-around-slash-3.0.2.tgz#3e904d30f932ede7d6bbb5e403d1ff14c56b86d5"
3632+ integrity sha512-OdgDIh1AXxv8idIsWI6pN8xwTal+1Zb4033XKqxq7sZ7clk3CNqC5p+BUORUNMA/KeloYUo6o1lSGWPePmD+GQ==
3633+ dependencies :
3634+ textlint-rule-helper "^2.2.4"
3635+
3636+ textlint-rule-ja-no-space-between-full-width@^3.0.2 :
3637+ version "3.0.2"
3638+ resolved "https://registry.yarnpkg.com/textlint-rule-ja-no-space-between-full-width/-/textlint-rule-ja-no-space-between-full-width-3.0.2.tgz#4c13390455283219f55163568d903a084722d028"
3639+ integrity sha512-fQ1z01IgrG4HCuZUZ2YZiOXdBA4hQE92gbe+SXXKGjOYD+99mVq0nmqdjjRY3HPSy7IAcqlefKdK9DQ32FH85A==
35893640 dependencies :
3590- match-index "^1.0.1"
35913641 regx "^1.0.4"
3592- textlint-rule-helper "^2.0.0 "
3642+ textlint-rule-helper "^2.2.4 "
35933643
3594- textlint-rule-ja-space-after-exclamation@^2 .0.1 :
3595- version "2 .0.1 "
3596- resolved "https://registry.yarnpkg.com/textlint-rule-ja-space-after-exclamation/-/textlint-rule-ja-space-after-exclamation-2 .0.1 .tgz#3bc5d48c13269bd9cb1b18eb82e3d4eae44dfba3 "
3597- integrity sha1-O8XUjBMmm9nLGxjrguPU6uRN+6M =
3644+ textlint-rule-ja-space-after-exclamation@^3 .0.2 :
3645+ version "3 .0.2 "
3646+ resolved "https://registry.yarnpkg.com/textlint-rule-ja-space-after-exclamation/-/textlint-rule-ja-space-after-exclamation-3 .0.2 .tgz#9b327656cd4dba04b47e04a789f81aae33537ed5 "
3647+ integrity sha512-EiKXAD43vNVR7sWlCP1+QvMJQYSDpwxXodLOFHKWEYnUJACTm/54YBb8943oMhDbdWXPOVaBzU6XtX5lmBkIrw= =
35983648 dependencies :
3599- match-index "^1.0.1"
3600- textlint-rule-helper "^2.0.0"
3649+ textlint-rule-helper "^2.2.4"
36013650
3602- textlint-rule-ja-space-after-question@^2 .0.1 :
3603- version "2 .0.1 "
3604- resolved "https://registry.yarnpkg.com/textlint-rule-ja-space-after-question/-/textlint-rule-ja-space-after-question-2 .0.1 .tgz#122260cb97d203768820276b4d09bf5270b11dfa "
3605- integrity sha1-EiJgy5fSA3aIICdrTQm/UnCxHfo =
3651+ textlint-rule-ja-space-after-question@^3 .0.2 :
3652+ version "3 .0.2 "
3653+ resolved "https://registry.yarnpkg.com/textlint-rule-ja-space-after-question/-/textlint-rule-ja-space-after-question-3 .0.2 .tgz#abe0d8b9dcadb976c5d57ff5053166218aa5649e "
3654+ integrity sha512-t3aTXVX1ma/3V8E6G2mwkrHoLfu/3bTV4l6p6yySfOdb2wNiahmD08Cy71sD20CHzHxk57Ocx2OXFKKJx+9s2A= =
36063655 dependencies :
3607- match-index "^1.0.1"
3608- textlint-rule-helper "^2.0.0"
3656+ textlint-rule-helper "^2.2.4"
36093657
3610- textlint-rule-ja-space-around-code@^2 .0.1 :
3611- version "2 .0.1 "
3612- resolved "https://registry.yarnpkg.com/textlint-rule-ja-space-around-code/-/textlint-rule-ja-space-around-code-2 .0.1 .tgz#6b7011dab69488f1eddd445554e7cddeaf1a90d3 "
3613- integrity sha1-a3AR2raUiPHt3URVVOfN3q8akNM =
3658+ textlint-rule-ja-space-around-code@^3 .0.2 :
3659+ version "3 .0.2 "
3660+ resolved "https://registry.yarnpkg.com/textlint-rule-ja-space-around-code/-/textlint-rule-ja-space-around-code-3 .0.2 .tgz#32d96ce54c35fe7fbc961276f92e0ca11e792d6c "
3661+ integrity sha512-n9q9IBRie6ck3Bkapj+XMUT+lDD8lx0jH7YjIrDTzNRdIE76COF3NycMyhZm/o1i7tyQMggGarCmNaK1xcUKWg= =
36143662 dependencies :
3615- match-index "^1.0.1"
3616- textlint-rule-helper "^2.0.0"
3663+ textlint-rule-helper "^2.2.4"
36173664
3618- textlint-rule-ja-space-between-half-and-full-width@^2 .0.1 :
3619- version "2 .0.1 "
3620- resolved "https://registry.yarnpkg.com/textlint-rule-ja-space-between-half-and-full-width /-/textlint-rule-ja-space-between-half-and-full-width-2 .0.1 .tgz#a527f83bd833149763e4043965f796c9ec2192ba "
3621- integrity sha1-pSf4O9gzFJdj5AQ5ZfeWyewhkro =
3665+ textlint-rule-ja-space-around-emphasis@^3 .0.2 :
3666+ version "3 .0.2 "
3667+ resolved "https://registry.yarnpkg.com/textlint-rule-ja-space-around-emphasis /-/textlint-rule-ja-space-around-emphasis-3 .0.2 .tgz#9b300abe1d8772b82401b48333a9dea18ef9d1a6 "
3668+ integrity sha512-Oxut/HrzeamAaCw9Ll1vnYTi5YOKfWwL+dgnVeRKkJkDGIvpPgIer510HaovNHHAv2d3FzEkW3PxPKva4N3WUA= =
36223669 dependencies :
3623- match-index "^1.0.1"
3624- textlint-rule-helper "^2.0.0"
3670+ textlint-rule-helper "^2.2.4"
3671+
3672+ textlint-rule-ja-space-around-link@^3.0.2 :
3673+ version "3.0.2"
3674+ resolved "https://registry.yarnpkg.com/textlint-rule-ja-space-around-link/-/textlint-rule-ja-space-around-link-3.0.2.tgz#603e8c78bbc2559193cced511b32b24e272521f4"
3675+ integrity sha512-lh+7girFo0gt706/0bT3Yyf+QHdAnyaC8ybidbDN+NlDfkFi31qPdiFPrdTlQXwD9FfZelwBGAHVFAz22eoG4g==
3676+ dependencies :
3677+ textlint-rule-helper "^2.2.4"
3678+
3679+ textlint-rule-ja-space-around-strong@^3.0.2 :
3680+ version "3.0.2"
3681+ resolved "https://registry.yarnpkg.com/textlint-rule-ja-space-around-strong/-/textlint-rule-ja-space-around-strong-3.0.2.tgz#09aa9df3677f46c84d1e1d19a520978912091603"
3682+ integrity sha512-uKxjaikPv8BuznFS7kPu8eqPGtOTiSpKw2+P8vf+bNbN2FzJq4RHXDjhhj2R5rUmIPPFgAcurDHPZ/A1WE66HQ==
3683+ dependencies :
3684+ textlint-rule-helper "^2.2.4"
3685+
3686+ textlint-rule-ja-space-between-half-and-full-width@^3.0.2 :
3687+ version "3.0.2"
3688+ resolved "https://registry.yarnpkg.com/textlint-rule-ja-space-between-half-and-full-width/-/textlint-rule-ja-space-between-half-and-full-width-3.0.2.tgz#0e0fa5819f11b5c0b24ad55e4888be8f9a198482"
3689+ integrity sha512-wdX0fCy7K7IBfxcflnEbkgx0j4mNQ7XRPGP7DFMHxJhqigZBkbrV/+uu2UwoBMxHd5CDJrPdxllrcrfNZoe4Ew==
3690+ dependencies :
3691+ " @textlint/regexp-string-matcher" " ^2.0.2"
3692+ textlint-rule-helper "^2.2.4"
36253693
36263694textlint-rule-no-todo@^2.0.1 :
36273695 version "2.0.1"
@@ -3630,18 +3698,22 @@ textlint-rule-no-todo@^2.0.1:
36303698 dependencies :
36313699 textlint-rule-helper "^2.0.0"
36323700
3633- textlint-rule-preset-ja-spacing@^2.0.1 :
3634- version "2.0.1"
3635- resolved "https://registry.yarnpkg.com/textlint-rule-preset-ja-spacing/-/textlint-rule-preset-ja-spacing-2.0.1.tgz#4426e812b2fd525ed4c39d07ede2984ee9bf89d9"
3636- integrity sha1-RCboErL9Ul7Uw50H7eKYTum/idk=
3637- dependencies :
3638- textlint-rule-ja-nakaguro-or-halfwidth-space-between-katakana "^2.0.1"
3639- textlint-rule-ja-no-space-around-parentheses "^2.0.1"
3640- textlint-rule-ja-no-space-between-full-width "^2.0.1"
3641- textlint-rule-ja-space-after-exclamation "^2.0.1"
3642- textlint-rule-ja-space-after-question "^2.0.1"
3643- textlint-rule-ja-space-around-code "^2.0.1"
3644- textlint-rule-ja-space-between-half-and-full-width "^2.0.1"
3701+ textlint-rule-preset-ja-spacing@^3.0.0 :
3702+ version "3.0.2"
3703+ resolved "https://registry.yarnpkg.com/textlint-rule-preset-ja-spacing/-/textlint-rule-preset-ja-spacing-3.0.2.tgz#b65246066cc00baeeaed9b903cf7a15534f9d019"
3704+ integrity sha512-6uFVfqSBHjexMfTLO2jq/QOczSgYuPRVPgOsTrh60RItQiznk2oHAKL5rLdn0STty3fxqTx+6cFnkjqw4VaEkA==
3705+ dependencies :
3706+ textlint-rule-ja-nakaguro-or-halfwidth-space-between-katakana "^3.0.2"
3707+ textlint-rule-ja-no-space-around-parentheses "^3.0.2"
3708+ textlint-rule-ja-no-space-around-slash "^3.0.2"
3709+ textlint-rule-ja-no-space-between-full-width "^3.0.2"
3710+ textlint-rule-ja-space-after-exclamation "^3.0.2"
3711+ textlint-rule-ja-space-after-question "^3.0.2"
3712+ textlint-rule-ja-space-around-code "^3.0.2"
3713+ textlint-rule-ja-space-around-emphasis "^3.0.2"
3714+ textlint-rule-ja-space-around-link "^3.0.2"
3715+ textlint-rule-ja-space-around-strong "^3.0.2"
3716+ textlint-rule-ja-space-between-half-and-full-width "^3.0.2"
36453717
36463718textlint-rule-preset-jtf-style@^2.3.3 :
36473719 version "2.3.3"
@@ -3860,6 +3932,11 @@ unist-util-is@^3.0.0:
38603932 resolved "https://registry.yarnpkg.com/unist-util-is/-/unist-util-is-3.0.0.tgz#d9e84381c2468e82629e4a5be9d7d05a2dd324cd"
38613933 integrity sha512-sVZZX3+kspVNmLWBPAB6r+7D9ZgAFPNWm66f7YNb420RlQSbn+n8rG8dGZSkrER7ZIXGQYNm5pqC3v3HopH24A==
38623934
3935+ unist-util-is@^4.0.0 :
3936+ version "4.1.0"
3937+ resolved "https://registry.yarnpkg.com/unist-util-is/-/unist-util-is-4.1.0.tgz#976e5f462a7a5de73d94b706bac1b90671b57797"
3938+ integrity sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==
3939+
38633940unist-util-remove-position@^1.0.0 :
38643941 version "1.1.3"
38653942 resolved "https://registry.yarnpkg.com/unist-util-remove-position/-/unist-util-remove-position-1.1.3.tgz#d91aa8b89b30cb38bad2924da11072faa64fd972"
@@ -3879,13 +3956,30 @@ unist-util-visit-parents@^2.0.0:
38793956 dependencies :
38803957 unist-util-is "^3.0.0"
38813958
3959+ unist-util-visit-parents@^3.0.0 :
3960+ version "3.1.1"
3961+ resolved "https://registry.yarnpkg.com/unist-util-visit-parents/-/unist-util-visit-parents-3.1.1.tgz#65a6ce698f78a6b0f56aa0e88f13801886cdaef6"
3962+ integrity sha512-1KROIZWo6bcMrZEwiH2UrXDyalAa0uqzWCxCJj6lPOvTve2WkfgCytoDTPaMnodXh1WrXOq0haVYHj99ynJlsg==
3963+ dependencies :
3964+ " @types/unist" " ^2.0.0"
3965+ unist-util-is "^4.0.0"
3966+
38823967unist-util-visit@^1.1.0 :
38833968 version "1.4.1"
38843969 resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-1.4.1.tgz#4724aaa8486e6ee6e26d7ff3c8685960d560b1e3"
38853970 integrity sha512-AvGNk7Bb//EmJZyhtRUnNMEpId/AZ5Ph/KUpTI09WHQuDZHKovQ1oEv3mfmKpWKtoMzyMC4GLBm1Zy5k12fjIw==
38863971 dependencies :
38873972 unist-util-visit-parents "^2.0.0"
38883973
3974+ unist-util-visit@^2.0.3 :
3975+ version "2.0.3"
3976+ resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-2.0.3.tgz#c3703893146df47203bb8a9795af47d7b971208c"
3977+ integrity sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==
3978+ dependencies :
3979+ " @types/unist" " ^2.0.0"
3980+ unist-util-is "^4.0.0"
3981+ unist-util-visit-parents "^3.0.0"
3982+
38893983unpipe@~1.0.0 :
38903984 version "1.0.0"
38913985 resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"
0 commit comments