package.json
{
"name": "gulp-micromatch",
"version": "1.0.5",
"description": "Filter vinyl files with glob patterns, string, regexp, array, object or matcher function. micromatch stream.",
"repository": "tunnckoCore/gulp-micromatch",
"author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
"main": "index.js",
"license": "MIT",
"scripts": {
"test": "standard && node test.js"
},
"dependencies": {
"is-match": "~0.4.0",
"through2": "~2.0.0"
},
"devDependencies": {
"assertit": "^0.1.0",
"vinyl-fs": "^2.3.1"
},
"keywords": [
"files",
"filter",
"glob",
"gulp",
"gulpplugin",
"match",
"micro",
"micromatch",
"minimatch",
"multimatch",
"plugin",
"regex",
"stream",
"vinyl"
]
}