diff --git a/deps/npm/node_modules/balanced-match/README.md b/deps/npm/node_modules/balanced-match/README.md index 08e918c0db9a62..127dde68f108ac 100644 --- a/deps/npm/node_modules/balanced-match/README.md +++ b/deps/npm/node_modules/balanced-match/README.md @@ -46,7 +46,7 @@ object with those keys: * **post** the postscript, `a` and `b` not included If there's no match, `undefined` will be returned. - +{% raw %} If the `str` contains more `a` than `b` / there are unmatched pairs, the first match that was closed will be used. For example, `{{a}` will match `['{', 'a', '']` and `{a}}` will match `['', 'a', '}']`. ### var r = balanced.range(a, b, str) @@ -57,7 +57,7 @@ array with indexes: `[ , ]`. If there's no match, `undefined` will be returned. If the `str` contains more `a` than `b` / there are unmatched pairs, the first match that was closed will be used. For example, `{{a}` will match `[ 1, 3 ]` and `{a}}` will match `[0, 2]`. - +{% endraw %} ## Installation With [npm](https://npmjs.org) do: diff --git a/deps/npm/node_modules/brace-expansion/README.md b/deps/npm/node_modules/brace-expansion/README.md index bbfd3fcb88c8e4..aa5c0a31eeb022 100644 --- a/deps/npm/node_modules/brace-expansion/README.md +++ b/deps/npm/node_modules/brace-expansion/README.md @@ -37,10 +37,10 @@ expand('file-{a..e..2}.jpg') expand('file{00..10..5}.jpg') // => ['file00.jpg', 'file05.jpg', 'file10.jpg'] - +{% raw %} expand('{{A..C},{a..c}}') // => ['A', 'B', 'C', 'a', 'b', 'c'] - +{% endraw %} expand('ppp{,config,oe{,conf}}') // => ['ppp', 'pppconfig', 'pppoe', 'pppoeconf'] ``` diff --git a/deps/npm/node_modules/decode-uri-component/readme.md b/deps/npm/node_modules/decode-uri-component/readme.md index 795c87ff7751de..47c0e09163b31f 100644 --- a/deps/npm/node_modules/decode-uri-component/readme.md +++ b/deps/npm/node_modules/decode-uri-component/readme.md @@ -39,10 +39,10 @@ decodeUriComponent('%st%C3%A5le%'); decodeUriComponent('%%7Bst%C3%A5le%7D%'); //=> '%{ståle}%' - +{% raw %} decodeUriComponent('%7B%ab%%7C%de%%7D'); //=> '{%ab%|%de%}' - +{% endraw %} decodeUriComponent('%FE%FF'); //=> '\uFFFD\uFFFD' diff --git a/deps/npm/node_modules/term-size/vendor/windows/term-size.exe b/deps/npm/node_modules/term-size/vendor/windows/term-size_exe similarity index 100% rename from deps/npm/node_modules/term-size/vendor/windows/term-size.exe rename to deps/npm/node_modules/term-size/vendor/windows/term-size_exe diff --git a/tools/node_modules/eslint/node_modules/balanced-match/README.md b/tools/node_modules/eslint/node_modules/balanced-match/README.md index 08e918c0db9a62..127dde68f108ac 100644 --- a/tools/node_modules/eslint/node_modules/balanced-match/README.md +++ b/tools/node_modules/eslint/node_modules/balanced-match/README.md @@ -46,7 +46,7 @@ object with those keys: * **post** the postscript, `a` and `b` not included If there's no match, `undefined` will be returned. - +{% raw %} If the `str` contains more `a` than `b` / there are unmatched pairs, the first match that was closed will be used. For example, `{{a}` will match `['{', 'a', '']` and `{a}}` will match `['', 'a', '}']`. ### var r = balanced.range(a, b, str) @@ -57,7 +57,7 @@ array with indexes: `[ , ]`. If there's no match, `undefined` will be returned. If the `str` contains more `a` than `b` / there are unmatched pairs, the first match that was closed will be used. For example, `{{a}` will match `[ 1, 3 ]` and `{a}}` will match `[0, 2]`. - +{% endraw %} ## Installation With [npm](https://npmjs.org) do: diff --git a/tools/node_modules/eslint/node_modules/brace-expansion/README.md b/tools/node_modules/eslint/node_modules/brace-expansion/README.md index 6b4e0e16409152..5323bcbb6f8e6d 100644 --- a/tools/node_modules/eslint/node_modules/brace-expansion/README.md +++ b/tools/node_modules/eslint/node_modules/brace-expansion/README.md @@ -37,10 +37,10 @@ expand('file-{a..e..2}.jpg') expand('file{00..10..5}.jpg') // => ['file00.jpg', 'file05.jpg', 'file10.jpg'] - +{% raw %} expand('{{A..C},{a..c}}') // => ['A', 'B', 'C', 'a', 'b', 'c'] - +{% endraw %} expand('ppp{,config,oe{,conf}}') // => ['ppp', 'pppconfig', 'pppoe', 'pppoeconf'] ```