micromatch 4.0.5 → 4.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of micromatch might be problematic. Click here for more details.
- package/README.md +135 -129
- package/package.json +7 -25
package/README.md
CHANGED
@@ -9,46 +9,48 @@ Please consider following this project's author, [Jon Schlinkert](https://github
|
|
9
9
|
<details>
|
10
10
|
<summary><strong>Details</strong></summary>
|
11
11
|
|
12
|
-
|
13
|
-
- [
|
14
|
-
|
15
|
-
* [
|
16
|
-
|
17
|
-
|
18
|
-
* [
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
* [
|
23
|
-
* [
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
* [
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
* [
|
47
|
-
|
48
|
-
|
49
|
-
* [
|
50
|
-
|
51
|
-
|
12
|
+
* [Install](#install)
|
13
|
+
- [Sponsors](#sponsors)
|
14
|
+
* [Gold Sponsors](#gold-sponsors)
|
15
|
+
* [Quickstart](#quickstart)
|
16
|
+
* [Why use micromatch?](#why-use-micromatch)
|
17
|
+
+ [Matching features](#matching-features)
|
18
|
+
* [Switching to micromatch](#switching-to-micromatch)
|
19
|
+
+ [From minimatch](#from-minimatch)
|
20
|
+
+ [From multimatch](#from-multimatch)
|
21
|
+
* [API](#api)
|
22
|
+
* [Options](#options)
|
23
|
+
* [Options Examples](#options-examples)
|
24
|
+
+ [options.basename](#optionsbasename)
|
25
|
+
+ [options.bash](#optionsbash)
|
26
|
+
+ [options.expandRange](#optionsexpandrange)
|
27
|
+
+ [options.format](#optionsformat)
|
28
|
+
+ [options.ignore](#optionsignore)
|
29
|
+
+ [options.matchBase](#optionsmatchbase)
|
30
|
+
+ [options.noextglob](#optionsnoextglob)
|
31
|
+
+ [options.nonegate](#optionsnonegate)
|
32
|
+
+ [options.noglobstar](#optionsnoglobstar)
|
33
|
+
+ [options.nonull](#optionsnonull)
|
34
|
+
+ [options.nullglob](#optionsnullglob)
|
35
|
+
+ [options.onIgnore](#optionsonignore)
|
36
|
+
+ [options.onMatch](#optionsonmatch)
|
37
|
+
+ [options.onResult](#optionsonresult)
|
38
|
+
+ [options.posixSlashes](#optionsposixslashes)
|
39
|
+
+ [options.unescape](#optionsunescape)
|
40
|
+
* [Extended globbing](#extended-globbing)
|
41
|
+
+ [Extglobs](#extglobs)
|
42
|
+
+ [Braces](#braces)
|
43
|
+
+ [Regex character classes](#regex-character-classes)
|
44
|
+
+ [Regex groups](#regex-groups)
|
45
|
+
+ [POSIX bracket expressions](#posix-bracket-expressions)
|
46
|
+
* [Notes](#notes)
|
47
|
+
+ [Bash 4.3 parity](#bash-43-parity)
|
48
|
+
+ [Backslashes](#backslashes)
|
49
|
+
* [Benchmarks](#benchmarks)
|
50
|
+
+ [Running benchmarks](#running-benchmarks)
|
51
|
+
+ [Latest results](#latest-results)
|
52
|
+
* [Contributing](#contributing)
|
53
|
+
* [About](#about)
|
52
54
|
|
53
55
|
</details>
|
54
56
|
|
@@ -60,6 +62,14 @@ Install with [npm](https://www.npmjs.com/) (requires [Node.js](https://nodejs.or
|
|
60
62
|
$ npm install --save micromatch
|
61
63
|
```
|
62
64
|
|
65
|
+
<br />
|
66
|
+
|
67
|
+
# Sponsors
|
68
|
+
|
69
|
+
[Become a Sponsor](https://github.com/sponsors/jonschlinkert) to add your logo to this README, or any of [my other projects](https://github.com/jonschlinkert?tab=repositories&q=&type=&language=&sort=stargazers)
|
70
|
+
|
71
|
+
<br />
|
72
|
+
|
63
73
|
## Quickstart
|
64
74
|
|
65
75
|
```js
|
@@ -89,15 +99,15 @@ console.log(micromatch.isMatch('foo', ['b*', 'f*'])) //=> true
|
|
89
99
|
|
90
100
|
> micromatch is a [replacement](#switching-to-micromatch) for minimatch and multimatch
|
91
101
|
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
102
|
+
- Supports all of the same matching features as [minimatch][] and [multimatch][]
|
103
|
+
- More complete support for the Bash 4.3 specification than minimatch and multimatch. Micromatch passes _all of the spec tests_ from bash, including some that bash still fails.
|
104
|
+
- **Fast & Performant** - Loads in about 5ms and performs [fast matches](#benchmarks).
|
105
|
+
- **Glob matching** - Using wildcards (`*` and `?`), globstars (`**`) for nested directories
|
106
|
+
- **[Advanced globbing](#extended-globbing)** - Supports [extglobs](#extglobs), [braces](#braces-1), and [POSIX brackets](#posix-bracket-expressions), and support for escaping special characters with `\` or quotes.
|
107
|
+
- **Accurate** - Covers more scenarios [than minimatch](https://github.com/yarnpkg/yarn/pull/3339)
|
108
|
+
- **Well tested** - More than 5,000 [test assertions](./test)
|
109
|
+
- **Windows support** - More reliable windows support than minimatch and multimatch.
|
110
|
+
- **[Safe][braces]{#braces-is-safe}** - Micromatch is not subject to DoS with brace patterns like minimatch and multimatch.
|
101
111
|
|
102
112
|
### Matching features
|
103
113
|
|
@@ -106,7 +116,7 @@ console.log(micromatch.isMatch('foo', ['b*', 'f*'])) //=> true
|
|
106
116
|
* Negation (`'!a/*.js'`, `'*!(b).js'`)
|
107
117
|
* [extglobs](#extglobs) (`+(x|y)`, `!(a|b)`)
|
108
118
|
* [POSIX character classes](#posix-bracket-expressions) (`[[:alpha:][:digit:]]`)
|
109
|
-
* [brace expansion]
|
119
|
+
* [brace expansion][braces] (`foo/{1..5}.md`, `bar/{a,b,c}.js`)
|
110
120
|
* regex character classes (`foo-[1-5].js`)
|
111
121
|
* regex logical "or" (`foo/(abc|xyz).js`)
|
112
122
|
|
@@ -158,7 +168,6 @@ console.log(mm(['a.js', 'a.txt'], ['*.js']));
|
|
158
168
|
```
|
159
169
|
|
160
170
|
### [.matcher](index.js#L104)
|
161
|
-
|
162
171
|
Returns a matcher function from the given glob `pattern` and `options`. The returned function takes a string to match as its only argument and returns true if the string is a match.
|
163
172
|
|
164
173
|
**Params**
|
@@ -179,7 +188,6 @@ console.log(isMatch('a.b')); //=> true
|
|
179
188
|
```
|
180
189
|
|
181
190
|
### [.isMatch](index.js#L123)
|
182
|
-
|
183
191
|
Returns true if **any** of the given glob `patterns` match the specified `string`.
|
184
192
|
|
185
193
|
**Params**
|
@@ -200,7 +208,6 @@ console.log(mm.isMatch('a.a', 'b.*')); //=> false
|
|
200
208
|
```
|
201
209
|
|
202
210
|
### [.not](index.js#L148)
|
203
|
-
|
204
211
|
Returns a list of strings that _**do not match any**_ of the given `patterns`.
|
205
212
|
|
206
213
|
**Params**
|
@@ -221,7 +228,6 @@ console.log(mm.not(['a.a', 'b.b', 'c.c'], '*.a'));
|
|
221
228
|
```
|
222
229
|
|
223
230
|
### [.contains](index.js#L188)
|
224
|
-
|
225
231
|
Returns true if the given `string` contains the given pattern. Similar to [.isMatch](#isMatch) but the pattern can match any part of the string.
|
226
232
|
|
227
233
|
**Params**
|
@@ -244,8 +250,7 @@ console.log(mm.contains('aa/bb/cc', '*d'));
|
|
244
250
|
```
|
245
251
|
|
246
252
|
### [.matchKeys](index.js#L230)
|
247
|
-
|
248
|
-
Filter the keys of the given object with the given `glob` pattern and `options`. Does not attempt to match nested keys. If you need this feature, use [glob-object](https://github.com/jonschlinkert/glob-object) instead.
|
253
|
+
Filter the keys of the given object with the given `glob` pattern and `options`. Does not attempt to match nested keys. If you need this feature, use [glob-object][] instead.
|
249
254
|
|
250
255
|
**Params**
|
251
256
|
|
@@ -266,7 +271,6 @@ console.log(mm.matchKeys(obj, '*b'));
|
|
266
271
|
```
|
267
272
|
|
268
273
|
### [.some](index.js#L259)
|
269
|
-
|
270
274
|
Returns true if some of the strings in the given `list` match any of the given glob `patterns`.
|
271
275
|
|
272
276
|
**Params**
|
@@ -289,7 +293,6 @@ console.log(mm.some(['foo.js'], ['*.js', '!foo.js']));
|
|
289
293
|
```
|
290
294
|
|
291
295
|
### [.every](index.js#L295)
|
292
|
-
|
293
296
|
Returns true if every string in the given `list` matches any of the given glob `patterns`.
|
294
297
|
|
295
298
|
**Params**
|
@@ -316,7 +319,6 @@ console.log(mm.every(['foo.js'], ['*.js', '!foo.js']));
|
|
316
319
|
```
|
317
320
|
|
318
321
|
### [.all](index.js#L334)
|
319
|
-
|
320
322
|
Returns true if **all** of the given `patterns` match the specified string.
|
321
323
|
|
322
324
|
**Params**
|
@@ -346,8 +348,7 @@ console.log(mm.all('foo.js', ['*.js', 'f*', '*o*', '*o.js']));
|
|
346
348
|
```
|
347
349
|
|
348
350
|
### [.capture](index.js#L361)
|
349
|
-
|
350
|
-
Returns an array of matches captured by `pattern` in `string, or`null` if the pattern did not match.
|
351
|
+
Returns an array of matches captured by `pattern` in `string, or `null` if the pattern did not match.
|
351
352
|
|
352
353
|
**Params**
|
353
354
|
|
@@ -369,7 +370,6 @@ console.log(mm.capture('test/*.js', 'foo/bar.css'));
|
|
369
370
|
```
|
370
371
|
|
371
372
|
### [.makeRe](index.js#L387)
|
372
|
-
|
373
373
|
Create a regular expression from the given glob `pattern`.
|
374
374
|
|
375
375
|
**Params**
|
@@ -389,7 +389,6 @@ console.log(mm.makeRe('*.js'));
|
|
389
389
|
```
|
390
390
|
|
391
391
|
### [.scan](index.js#L403)
|
392
|
-
|
393
392
|
Scan a glob pattern to separate the pattern into segments. Used by the [split](#split) method.
|
394
393
|
|
395
394
|
**Params**
|
@@ -406,7 +405,6 @@ const state = mm.scan(pattern[, options]);
|
|
406
405
|
```
|
407
406
|
|
408
407
|
### [.parse](index.js#L419)
|
409
|
-
|
410
408
|
Parse a glob pattern to create the source string for a regular expression.
|
411
409
|
|
412
410
|
**Params**
|
@@ -423,13 +421,12 @@ const state = mm.parse(pattern[, options]);
|
|
423
421
|
```
|
424
422
|
|
425
423
|
### [.braces](index.js#L446)
|
426
|
-
|
427
424
|
Process the given brace `pattern`.
|
428
425
|
|
429
426
|
**Params**
|
430
427
|
|
431
428
|
* `pattern` **{String}**: String with brace pattern to process.
|
432
|
-
* `options` **{Object}**: Any [options](#options) to change how expansion is performed. See the [braces]
|
429
|
+
* `options` **{Object}**: Any [options](#options) to change how expansion is performed. See the [braces][] library for all available options.
|
433
430
|
* `returns` **{Array}**
|
434
431
|
|
435
432
|
**Example**
|
@@ -490,7 +487,7 @@ console.log(braces('foo/{a,b,c}/bar', { expand: true }));
|
|
490
487
|
|
491
488
|
### options.basename
|
492
489
|
|
493
|
-
Allow glob patterns without slashes to match a file path based on its basename. Same behavior as [minimatch]
|
490
|
+
Allow glob patterns without slashes to match a file path based on its basename. Same behavior as [minimatch][] option `matchBase`.
|
494
491
|
|
495
492
|
**Type**: `Boolean`
|
496
493
|
|
@@ -530,7 +527,7 @@ console.log(micromatch(files, '[a-c]*', { bash: false }));
|
|
530
527
|
|
531
528
|
**Default**: `undefined`
|
532
529
|
|
533
|
-
Custom function for expanding ranges in brace patterns. The [fill-range]
|
530
|
+
Custom function for expanding ranges in brace patterns. The [fill-range][] library is ideal for this purpose, or you can use custom code to do whatever you need.
|
534
531
|
|
535
532
|
**Example**
|
536
533
|
|
@@ -639,7 +636,7 @@ Alias for [options.nullglob](#options-nullglob).
|
|
639
636
|
|
640
637
|
### options.nullglob
|
641
638
|
|
642
|
-
If `true`, when no matches are found the actual (arrayified) glob pattern is returned instead of an empty array. Same behavior as [minimatch]
|
639
|
+
If `true`, when no matches are found the actual (arrayified) glob pattern is returned instead of an empty array. Same behavior as [minimatch][] option `nonull`.
|
643
640
|
|
644
641
|
**Type**: `Boolean`
|
645
642
|
|
@@ -764,7 +761,7 @@ baz/2/qux
|
|
764
761
|
baz/3/qux
|
765
762
|
```
|
766
763
|
|
767
|
-
Visit [braces]
|
764
|
+
Visit [braces][] to see the full range of features and options related to brace expansion, or to create brace matching or expansion related issues.
|
768
765
|
|
769
766
|
### Regex character classes
|
770
767
|
|
@@ -774,7 +771,7 @@ Given the list: `['a.js', 'b.js', 'c.js', 'd.js', 'E.js']`:
|
|
774
771
|
* `[b-d].js`: matches from `b` to `d`, returning `['b.js', 'c.js', 'd.js']`
|
775
772
|
* `a/[A-Z].js`: matches and uppercase letter, returning `['a/E.md']`
|
776
773
|
|
777
|
-
Learn about [regex character classes]
|
774
|
+
Learn about [regex character classes][charclass].
|
778
775
|
|
779
776
|
### Regex groups
|
780
777
|
|
@@ -811,13 +808,13 @@ However, it's suprising how many edge cases and rabbit holes there are with glob
|
|
811
808
|
|
812
809
|
There is an important, notable difference between minimatch and micromatch _in regards to how backslashes are handled_ in glob patterns.
|
813
810
|
|
814
|
-
|
815
|
-
|
811
|
+
- Micromatch exclusively and explicitly reserves backslashes for escaping characters in a glob pattern, even on windows, which is consistent with bash behavior. _More importantly, unescaping globs can result in unsafe regular expressions_.
|
812
|
+
- Minimatch converts all backslashes to forward slashes, which means you can't use backslashes to escape any characters in your glob patterns.
|
816
813
|
|
817
814
|
We made this decision for micromatch for a couple of reasons:
|
818
815
|
|
819
|
-
|
820
|
-
|
816
|
+
- Consistency with bash conventions.
|
817
|
+
- Glob patterns are not filepaths. They are a type of [regular language][regular-language] that is converted to a JavaScript regular expression. Thus, when forward slashes are defined in a glob pattern, the resulting regular expression will match windows or POSIX path separators just fine.
|
821
818
|
|
822
819
|
**A note about joining paths to globs**
|
823
820
|
|
@@ -845,7 +842,7 @@ $ npm run bench
|
|
845
842
|
|
846
843
|
### Latest results
|
847
844
|
|
848
|
-
As of
|
845
|
+
As of July 12, 2023 (longer bars are better):
|
849
846
|
|
850
847
|
```sh
|
851
848
|
# .makeRe star
|
@@ -905,19 +902,25 @@ All contributions are welcome! Please read [the contributing guide](.github/cont
|
|
905
902
|
|
906
903
|
Please create an issue if you encounter a bug or matching behavior that doesn't seem correct. If you find a matching-related issue, please:
|
907
904
|
|
908
|
-
|
909
|
-
|
910
|
-
|
911
|
-
|
905
|
+
- [research existing issues first](../../issues) (open and closed)
|
906
|
+
- visit the [GNU Bash documentation][bash] to see how Bash deals with the pattern
|
907
|
+
- visit the [minimatch][] documentation to cross-check expected behavior in node.js
|
908
|
+
- if all else fails, since there is no real specification for globs we will probably need to discuss expected behavior and decide how to resolve it. which means any detail you can provide to help with this discussion would be greatly appreciated.
|
912
909
|
|
913
910
|
**Platform issues**
|
914
911
|
|
915
912
|
It's important to us that micromatch work consistently on all platforms. If you encounter any platform-specific matching or path related issues, please let us know (pull requests are also greatly appreciated).
|
916
913
|
|
917
|
-
|
914
|
+
[regular-language]: https://en.wikipedia.org/wiki/Regular_language
|
915
|
+
[bash]: https://www.gnu.org/software/bash/manual/
|
916
|
+
[charclass]: http://www.regular-expressions.info/charclass.html
|
917
|
+
[extended]: http://mywiki.wooledge.org/BashGuide/Patterns#Extended_Globs
|
918
|
+
[brackets]: https://github.com/micromatch/expand-brackets
|
919
|
+
[braces]: https://github.com/micromatch/braces
|
918
920
|
|
921
|
+
## About
|
919
922
|
<details>
|
920
|
-
<summary><strong>Contributing</strong></summary>
|
923
|
+
<summary><strong>Contributing</strong></summary>
|
921
924
|
|
922
925
|
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new).
|
923
926
|
|
@@ -926,7 +929,7 @@ Please read the [contributing guide](.github/contributing.md) for advice on open
|
|
926
929
|
</details>
|
927
930
|
|
928
931
|
<details>
|
929
|
-
<summary><strong>Running Tests</strong></summary>
|
932
|
+
<summary><strong>Running Tests</strong></summary>
|
930
933
|
|
931
934
|
Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:
|
932
935
|
|
@@ -937,7 +940,7 @@ $ npm install && npm test
|
|
937
940
|
</details>
|
938
941
|
|
939
942
|
<details>
|
940
|
-
<summary><strong>Building docs</strong></summary>
|
943
|
+
<summary><strong>Building docs</strong></summary>
|
941
944
|
|
942
945
|
_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_
|
943
946
|
|
@@ -953,59 +956,62 @@ $ npm install -g verbose/verb#dev verb-generate-readme && verb
|
|
953
956
|
|
954
957
|
You might also be interested in these projects:
|
955
958
|
|
956
|
-
|
957
|
-
|
958
|
-
|
959
|
-
|
960
|
-
|
959
|
+
- [braces](https://www.npmjs.com/package/braces): Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support… [more](https://github.com/micromatch/braces) | [homepage](https://github.com/micromatch/braces "Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.")
|
960
|
+
- [expand-brackets](https://www.npmjs.com/package/expand-brackets): Expand POSIX bracket expressions (character classes) in glob patterns. | [homepage](https://github.com/micromatch/expand-brackets "Expand POSIX bracket expressions (character classes) in glob patterns.")
|
961
|
+
- [extglob](https://www.npmjs.com/package/extglob): Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob… [more](https://github.com/micromatch/extglob) | [homepage](https://github.com/micromatch/extglob "Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.")
|
962
|
+
- [fill-range](https://www.npmjs.com/package/fill-range): Fill in a range of numbers or letters, optionally passing an increment or `step` to… [more](https://github.com/jonschlinkert/fill-range) | [homepage](https://github.com/jonschlinkert/fill-range "Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`")
|
963
|
+
- [nanomatch](https://www.npmjs.com/package/nanomatch): Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash… [more](https://github.com/micromatch/nanomatch) | [homepage](https://github.com/micromatch/nanomatch "Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash 4.3 wildcard support only (no support for exglobs, posix brackets or braces)")
|
961
964
|
|
962
965
|
### Contributors
|
963
|
-
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
| 2 | [
|
974
|
-
| 2 | [
|
975
|
-
| 2 | [
|
976
|
-
| 2 | [
|
977
|
-
| 2 | [
|
978
|
-
|
|
979
|
-
| 1 | [
|
980
|
-
| 1 | [
|
981
|
-
| 1 | [
|
982
|
-
| 1 | [
|
983
|
-
| 1 | [
|
984
|
-
| 1 | [
|
985
|
-
| 1 | [
|
986
|
-
| 1 | [
|
987
|
-
| 1 | [
|
988
|
-
| 1 | [
|
989
|
-
| 1 | [
|
990
|
-
| 1 | [
|
991
|
-
| 1 | [
|
992
|
-
| 1 | [
|
993
|
-
| 1 | [
|
994
|
-
| 1 | [yvele](https://github.com/yvele) |
|
966
|
+
| **Commits** | **Contributor** |
|
967
|
+
| --- | --- |
|
968
|
+
| 515 | [jonschlinkert](https://github.com/jonschlinkert) |
|
969
|
+
| 12 | [es128](https://github.com/es128) |
|
970
|
+
| 9 | [danez](https://github.com/danez) |
|
971
|
+
| 8 | [doowb](https://github.com/doowb) |
|
972
|
+
| 6 | [paulmillr](https://github.com/paulmillr) |
|
973
|
+
| 5 | [mrmlnc](https://github.com/mrmlnc) |
|
974
|
+
| 3 | [DrPizza](https://github.com/DrPizza) |
|
975
|
+
| 2 | [TrySound](https://github.com/TrySound) |
|
976
|
+
| 2 | [mceIdo](https://github.com/mceIdo) |
|
977
|
+
| 2 | [Glazy](https://github.com/Glazy) |
|
978
|
+
| 2 | [MartinKolarik](https://github.com/MartinKolarik) |
|
979
|
+
| 2 | [antonyk](https://github.com/antonyk) |
|
980
|
+
| 2 | [Tvrqvoise](https://github.com/Tvrqvoise) |
|
981
|
+
| 1 | [amilajack](https://github.com/amilajack) |
|
982
|
+
| 1 | [Cslove](https://github.com/Cslove) |
|
983
|
+
| 1 | [devongovett](https://github.com/devongovett) |
|
984
|
+
| 1 | [DianeLooney](https://github.com/DianeLooney) |
|
985
|
+
| 1 | [UltCombo](https://github.com/UltCombo) |
|
986
|
+
| 1 | [frangio](https://github.com/frangio) |
|
987
|
+
| 1 | [joyceerhl](https://github.com/joyceerhl) |
|
988
|
+
| 1 | [juszczykjakub](https://github.com/juszczykjakub) |
|
989
|
+
| 1 | [muescha](https://github.com/muescha) |
|
990
|
+
| 1 | [sebdeckers](https://github.com/sebdeckers) |
|
991
|
+
| 1 | [tomByrer](https://github.com/tomByrer) |
|
992
|
+
| 1 | [fidian](https://github.com/fidian) |
|
993
|
+
| 1 | [curbengh](https://github.com/curbengh) |
|
994
|
+
| 1 | [simlu](https://github.com/simlu) |
|
995
|
+
| 1 | [wtgtybhertgeghgtwtg](https://github.com/wtgtybhertgeghgtwtg) |
|
996
|
+
| 1 | [yvele](https://github.com/yvele) |
|
995
997
|
|
996
998
|
### Author
|
997
|
-
|
998
999
|
**Jon Schlinkert**
|
999
|
-
|
1000
|
-
|
1001
|
-
|
1002
|
-
* [LinkedIn Profile](https://linkedin.com/in/jonschlinkert)
|
1000
|
+
+ [GitHub Profile](https://github.com/jonschlinkert)
|
1001
|
+
+ [Twitter Profile](https://twitter.com/jonschlinkert)
|
1002
|
+
+ [LinkedIn Profile](https://linkedin.com/in/jonschlinkert)
|
1003
1003
|
|
1004
1004
|
### License
|
1005
|
-
|
1006
|
-
Copyright © 2022, [Jon Schlinkert](https://github.com/jonschlinkert).
|
1005
|
+
Copyright © 2023, [Jon Schlinkert](https://github.com/jonschlinkert).
|
1007
1006
|
Released under the [MIT License](LICENSE).
|
1008
1007
|
|
1009
1008
|
***
|
1010
1009
|
|
1011
|
-
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.8.0, on
|
1010
|
+
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.8.0, on July 12, 2023._
|
1011
|
+
|
1012
|
+
[extglob]: https://github.com/micromatch/extglob
|
1013
|
+
[fill-range]: https://github.com/jonschlinkert/fill-range
|
1014
|
+
[glob-object]: https://github.com/jonschlinkert/glob-object
|
1015
|
+
[minimatch]: https://github.com/isaacs/minimatch
|
1016
|
+
[multimatch]: https://github.com/sindresorhus/multimatch
|
1017
|
+
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "micromatch",
|
3
3
|
"description": "Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.",
|
4
|
-
"version": "4.0.
|
4
|
+
"version": "4.0.7",
|
5
5
|
"homepage": "https://github.com/micromatch/micromatch",
|
6
6
|
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
|
7
7
|
"contributors": [
|
@@ -26,9 +26,7 @@
|
|
26
26
|
"url": "https://github.com/micromatch/micromatch/issues"
|
27
27
|
},
|
28
28
|
"license": "MIT",
|
29
|
-
"files": [
|
30
|
-
"index.js"
|
31
|
-
],
|
29
|
+
"files": ["index.js"],
|
32
30
|
"main": "index.js",
|
33
31
|
"engines": {
|
34
32
|
"node": ">=8.6"
|
@@ -37,7 +35,7 @@
|
|
37
35
|
"test": "mocha"
|
38
36
|
},
|
39
37
|
"dependencies": {
|
40
|
-
"braces": "^3.0.
|
38
|
+
"braces": "^3.0.3",
|
41
39
|
"picomatch": "^2.3.1"
|
42
40
|
},
|
43
41
|
"devDependencies": {
|
@@ -90,30 +88,14 @@
|
|
90
88
|
"verb": {
|
91
89
|
"toc": "collapsible",
|
92
90
|
"layout": "default",
|
93
|
-
"tasks": [
|
94
|
-
|
95
|
-
],
|
96
|
-
"plugins": [
|
97
|
-
"gulp-format-md"
|
98
|
-
],
|
91
|
+
"tasks": ["readme"],
|
92
|
+
"plugins": ["gulp-format-md"],
|
99
93
|
"lint": {
|
100
94
|
"reflinks": true
|
101
95
|
},
|
102
96
|
"related": {
|
103
|
-
"list": [
|
104
|
-
"braces",
|
105
|
-
"expand-brackets",
|
106
|
-
"extglob",
|
107
|
-
"fill-range",
|
108
|
-
"nanomatch"
|
109
|
-
]
|
97
|
+
"list": ["braces", "expand-brackets", "extglob", "fill-range", "nanomatch"]
|
110
98
|
},
|
111
|
-
"reflinks": [
|
112
|
-
"extglob",
|
113
|
-
"fill-range",
|
114
|
-
"glob-object",
|
115
|
-
"minimatch",
|
116
|
-
"multimatch"
|
117
|
-
]
|
99
|
+
"reflinks": ["extglob", "fill-range", "glob-object", "minimatch", "multimatch"]
|
118
100
|
}
|
119
101
|
}
|