biofriction-wp-theme/node_modules/gulp-match/package.json

69 lines
1.6 KiB
JSON

{
"_args": [
[
"gulp-match@1.0.3",
"/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab"
]
],
"_development": true,
"_from": "gulp-match@1.0.3",
"_id": "gulp-match@1.0.3",
"_inBundle": false,
"_integrity": "sha1-kcfA1/Kb7NZgbVfYCn+Hdqh6uo4=",
"_location": "/gulp-match",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "gulp-match@1.0.3",
"name": "gulp-match",
"escapedName": "gulp-match",
"rawSpec": "1.0.3",
"saveSpec": null,
"fetchSpec": "1.0.3"
},
"_requiredBy": [
"/gulp-if"
],
"_resolved": "https://registry.npmjs.org/gulp-match/-/gulp-match-1.0.3.tgz",
"_spec": "1.0.3",
"_where": "/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab",
"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": "^3.1.2",
"should": "^11.1.1"
},
"engines": {
"node": ">= 0.10.0"
},
"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.0.3"
}