blob: e6c463660bb13f66448be7133846c023e6e4d5e3 [file] [log] [blame]
{
"author": {
"name": "Elan Shanker",
"url": "https://github.com/es128"
},
"dependencies": {
"normalize-path": "^3.0.0",
"picomatch": "^2.0.4"
},
"description": "Matches strings against configurable strings, globs, regular expressions, and/or functions",
"devDependencies": {
"mocha": "^6.1.3",
"nyc": "^14.0.0"
},
"engines": {
"node": ">= 8"
},
"files": [
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/micromatch/anymatch",
"keywords": [
"match",
"any",
"string",
"file",
"fs",
"list",
"glob",
"regex",
"regexp",
"regular",
"expression",
"function"
],
"license": "ISC",
"name": "anymatch",
"repository": {
"type": "git",
"url": "https://github.com/micromatch/anymatch"
},
"scripts": {
"mocha": "mocha",
"test": "nyc mocha"
},
"version": "3.1.1"
}