|
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.7", |
| 4 | +"version":"4.0.8", |
5 | 5 | "homepage":"https://github.com/micromatch/micromatch", |
6 | 6 | "author":"Jon Schlinkert (https://github.com/jonschlinkert)", |
7 | 7 | "contributors": [ |
|
26 | 26 | "url":"https://github.com/micromatch/micromatch/issues" |
27 | 27 | }, |
28 | 28 | "license":"MIT", |
29 | | -"files": ["index.js"], |
| 29 | +"files": [ |
| 30 | +"index.js" |
| 31 | + ], |
30 | 32 | "main":"index.js", |
31 | 33 | "engines": { |
32 | 34 | "node":">=8.6" |
|
88 | 90 | "verb": { |
89 | 91 | "toc":"collapsible", |
90 | 92 | "layout":"default", |
91 | | -"tasks": ["readme"], |
92 | | -"plugins": ["gulp-format-md"], |
| 93 | +"tasks": [ |
| 94 | +"readme" |
| 95 | + ], |
| 96 | +"plugins": [ |
| 97 | +"gulp-format-md" |
| 98 | + ], |
93 | 99 | "lint": { |
94 | 100 | "reflinks":true |
95 | 101 | }, |
96 | 102 | "related": { |
97 | | -"list": ["braces","expand-brackets","extglob","fill-range","nanomatch"] |
| 103 | +"list": [ |
| 104 | +"braces", |
| 105 | +"expand-brackets", |
| 106 | +"extglob", |
| 107 | +"fill-range", |
| 108 | +"nanomatch" |
| 109 | + ] |
98 | 110 | }, |
99 | | -"reflinks": ["extglob","fill-range","glob-object","minimatch","multimatch"] |
| 111 | +"reflinks": [ |
| 112 | +"extglob", |
| 113 | +"fill-range", |
| 114 | +"glob-object", |
| 115 | +"minimatch", |
| 116 | +"multimatch" |
| 117 | + ] |
100 | 118 | } |
101 | 119 | } |