49 lines
884 B
JSON
49 lines
884 B
JSON
|
{
|
||
|
"name": "multimatch",
|
||
|
"version": "5.0.0",
|
||
|
"description": "Extends `minimatch.match()` with support for multiple patterns",
|
||
|
"license": "MIT",
|
||
|
"repository": "sindresorhus/multimatch",
|
||
|
"funding": "https://github.com/sponsors/sindresorhus",
|
||
|
"author": {
|
||
|
"name": "Sindre Sorhus",
|
||
|
"email": "sindresorhus@gmail.com",
|
||
|
"url": "https://sindresorhus.com"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=10"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "xo && ava && tsd"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js",
|
||
|
"index.d.ts"
|
||
|
],
|
||
|
"keywords": [
|
||
|
"expand",
|
||
|
"find",
|
||
|
"glob",
|
||
|
"globbing",
|
||
|
"globs",
|
||
|
"match",
|
||
|
"matcher",
|
||
|
"minimatch",
|
||
|
"pattern",
|
||
|
"patterns",
|
||
|
"wildcard"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"@types/minimatch": "^3.0.3",
|
||
|
"array-differ": "^3.0.0",
|
||
|
"array-union": "^2.1.0",
|
||
|
"arrify": "^2.0.1",
|
||
|
"minimatch": "^3.0.4"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"ava": "^2.4.0",
|
||
|
"tsd": "^0.13.1",
|
||
|
"xo": "^0.33.1"
|
||
|
}
|
||
|
}
|