|
949 | 949 | resolved "https://registry.yarnpkg.com/@textlint/module-interop/-/module-interop-1.1.4.tgz#d8cb10e5bd1d4d31998c95fb0a52ad8100d6e18a"
|
950 | 950 | integrity sha512-9M3kYG5nBoD2lhp05sqi6fieNU6rBcf+A8Trp+4d8o5uJ4RRsWeRtAQMWM7Tv15onqIITRq7fm3la7xovVB9KA==
|
951 | 951 |
|
| 952 | +"@textlint/regexp-string-matcher@^1.1.0": |
| 953 | + version "1.1.0" |
| 954 | + resolved "https://registry.yarnpkg.com/@textlint/regexp-string-matcher/-/regexp-string-matcher-1.1.0.tgz#e19975029ce228a214d50c6a7e9dbcbef29ad8cd" |
| 955 | + integrity sha512-uTPnE1Dw1j+9clXPn61ZUdtg+WyhbgeXHwCTfBev7quHjeCP9PS8NdRkR6wEgmjuLg+xZlI4r/e1r6Bd0xyusQ== |
| 956 | + dependencies: |
| 957 | + escape-string-regexp "^1.0.5" |
| 958 | + execall "^1.0.0" |
| 959 | + lodash.sortby "^4.7.0" |
| 960 | + lodash.uniq "^4.5.0" |
| 961 | + lodash.uniqwith "^4.5.0" |
| 962 | + to-regex "^3.0.2" |
| 963 | + |
952 | 964 | "@textlint/text-to-ast@^3.2.4":
|
953 | 965 | version "3.2.4"
|
954 | 966 | resolved "https://registry.yarnpkg.com/@textlint/text-to-ast/-/text-to-ast-3.2.4.tgz#a1ccb1ad2a561d93291c9f73d9c2376ddb701a5b"
|
@@ -1319,6 +1331,14 @@ cliui@^5.0.0:
|
1319 | 1331 | strip-ansi "^5.2.0"
|
1320 | 1332 | wrap-ansi "^5.1.0"
|
1321 | 1333 |
|
| 1334 | +clone-regexp@^1.0.0: |
| 1335 | + version "1.0.1" |
| 1336 | + resolved "https://registry.yarnpkg.com/clone-regexp/-/clone-regexp-1.0.1.tgz#051805cd33173375d82118fc0918606da39fd60f" |
| 1337 | + integrity sha512-Fcij9IwRW27XedRIJnSOEupS7RVcXtObJXbcUOX93UCLqqOdRpkvzKywOOSizmEK/Is3S/RHX9dLdfo6R1Q1mw== |
| 1338 | + dependencies: |
| 1339 | + is-regexp "^1.0.0" |
| 1340 | + is-supported-regexp-flag "^1.0.0" |
| 1341 | + |
1322 | 1342 | co@^4.6.0:
|
1323 | 1343 | version "4.6.0"
|
1324 | 1344 | resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184"
|
@@ -1600,6 +1620,13 @@ events@^1.1.0:
|
1600 | 1620 | resolved "https://registry.yarnpkg.com/events/-/events-1.1.1.tgz#9ebdb7635ad099c70dcc4c2a1f5004288e8bd924"
|
1601 | 1621 | integrity sha1-nr23Y1rQmccNzEwqH1AEKI6L2SQ=
|
1602 | 1622 |
|
| 1623 | +execall@^1.0.0: |
| 1624 | + version "1.0.0" |
| 1625 | + resolved "https://registry.yarnpkg.com/execall/-/execall-1.0.0.tgz#73d0904e395b3cab0658b08d09ec25307f29bb73" |
| 1626 | + integrity sha1-c9CQTjlbPKsGWLCNCewlMH8pu3M= |
| 1627 | + dependencies: |
| 1628 | + clone-regexp "^1.0.0" |
| 1629 | + |
1603 | 1630 | expand-brackets@^2.1.4:
|
1604 | 1631 | version "2.1.4"
|
1605 | 1632 | resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622"
|
@@ -2122,6 +2149,16 @@ is-regex@^1.0.4, is-regex@^1.1.0:
|
2122 | 2149 | dependencies:
|
2123 | 2150 | has-symbols "^1.0.1"
|
2124 | 2151 |
|
| 2152 | +is-regexp@^1.0.0: |
| 2153 | + version "1.0.0" |
| 2154 | + resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069" |
| 2155 | + integrity sha1-/S2INUXEa6xaYz57mgnof6LLUGk= |
| 2156 | + |
| 2157 | +is-supported-regexp-flag@^1.0.0: |
| 2158 | + version "1.0.1" |
| 2159 | + resolved "https://registry.yarnpkg.com/is-supported-regexp-flag/-/is-supported-regexp-flag-1.0.1.tgz#21ee16518d2c1dd3edd3e9a0d57e50207ac364ca" |
| 2160 | + integrity sha512-3vcJecUUrpgCqc/ca0aWeNu64UGgxcvO60K/Fkr1N6RSvfGCTU60UKN68JDmKokgba0rFFJs12EnzOQa14ubKQ== |
| 2161 | + |
2125 | 2162 | is-symbol@^1.0.2:
|
2126 | 2163 | version "1.0.3"
|
2127 | 2164 | resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.3.tgz#38e1014b9e6329be0de9d24a414fd7441ec61937"
|
@@ -2323,6 +2360,21 @@ locate-path@^3.0.0:
|
2323 | 2360 | p-locate "^3.0.0"
|
2324 | 2361 | path-exists "^3.0.0"
|
2325 | 2362 |
|
| 2363 | +lodash.sortby@^4.7.0: |
| 2364 | + version "4.7.0" |
| 2365 | + resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438" |
| 2366 | + integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg= |
| 2367 | + |
| 2368 | +lodash.uniq@^4.5.0: |
| 2369 | + version "4.5.0" |
| 2370 | + resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" |
| 2371 | + integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M= |
| 2372 | + |
| 2373 | +lodash.uniqwith@^4.5.0: |
| 2374 | + version "4.5.0" |
| 2375 | + resolved "https://registry.yarnpkg.com/lodash.uniqwith/-/lodash.uniqwith-4.5.0.tgz#7a0cbf65f43b5928625a9d4d0dc54b18cadc7ef3" |
| 2376 | + integrity sha1-egy/ZfQ7WShiWp1NDcVLGMrcfvM= |
| 2377 | + |
2326 | 2378 | lodash@^4.0.0, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19:
|
2327 | 2379 | version "4.17.19"
|
2328 | 2380 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
|
|
0 commit comments