devsite/node_modules/maximatch/package.json

45 lines
806 B
JSON
Raw Normal View History

2024-07-08 01:49:38 +00:00
{
"name": "maximatch",
"version": "0.1.0",
"description": "Extends multimatch() with support for filter functions and regular expressions",
"license": "MIT",
"repository": "timkendrick/maximatch",
"author": {
"email": "timkendrick@gmail.com",
"name": "Tim Kendrick"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"index.js"
],
"keywords": [
"expand",
"find",
"glob",
"globbing",
"globs",
"match",
"matcher",
"minimatch",
"multimatch",
"pattern",
"patterns",
"wildcard"
],
"dependencies": {
"array-differ": "^1.0.0",
"array-union": "^1.0.1",
"arrify": "^1.0.0",
"minimatch": "^3.0.0"
},
"devDependencies": {
"chai": "^3.4.1",
"mocha": "*"
}
}