{
  "name": "gulp-match",
  "description": "Does a vinyl file match a condition?",
  "version": "1.1.0",
  "homepage": "https://github.com/robrich/gulp-match",
  "repository": "git://github.com/robrich/gulp-match.git",
  "author": "Rob Richardson (http://robrich.org/)",
  "main": "./index.js",
  "keywords": [
    "gulpfriendly",
    "conditional",
    "if",
    "minimatch"
  ],
  "dependencies": {
    "minimatch": "^3.0.3"
  },
  "devDependencies": {
    "jshint": "^2.9.4",
    "mocha": "^6.1.4",
    "should": "^13.2.3"
  },
  "scripts": {
    "test": "mocha && jshint ."
  },
  "license": "MIT"

,"_resolved": "https://registry.npmjs.org/gulp-match/-/gulp-match-1.1.0.tgz"
,"_integrity": "sha512-DlyVxa1Gj24DitY2OjEsS+X6tDpretuxD6wTfhXE/Rw2hweqc1f6D/XtsJmoiCwLWfXgR87W9ozEityPCVzGtQ=="
,"_from": "gulp-match@1.1.0"
}