{ "_args": [ [ "gulp-match@1.1.0", "F:\\laragon\\www\\wishthis" ] ], "_from": "gulp-match@1.1.0", "_id": "gulp-match@1.1.0", "_inBundle": false, "_integrity": "sha512-DlyVxa1Gj24DitY2OjEsS+X6tDpretuxD6wTfhXE/Rw2hweqc1f6D/XtsJmoiCwLWfXgR87W9ozEityPCVzGtQ==", "_location": "/gulp-match", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "gulp-match@1.1.0", "name": "gulp-match", "escapedName": "gulp-match", "rawSpec": "1.1.0", "saveSpec": null, "fetchSpec": "1.1.0" }, "_requiredBy": [ "/gulp-if" ], "_resolved": "https://registry.npmjs.org/gulp-match/-/gulp-match-1.1.0.tgz", "_spec": "1.1.0", "_where": "F:\\laragon\\www\\wishthis", "author": { "name": "Rob Richardson", "url": "http://robrich.org/" }, "bugs": { "url": "https://github.com/robrich/gulp-match/issues" }, "dependencies": { "minimatch": "^3.0.3" }, "description": "Does a vinyl file match a condition?", "devDependencies": { "jshint": "^2.9.4", "mocha": "^6.1.4", "should": "^13.2.3" }, "homepage": "https://github.com/robrich/gulp-match", "keywords": [ "gulpfriendly", "conditional", "if", "minimatch" ], "license": "MIT", "main": "./index.js", "name": "gulp-match", "repository": { "type": "git", "url": "git://github.com/robrich/gulp-match.git" }, "scripts": { "test": "mocha && jshint ." }, "version": "1.1.0" }