wishthis/node_modules/gulp-match/package.json

65 lines
1.5 KiB
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-02-23 16:41:13 +00:00
"_args": [
[
"gulp-match@1.1.0",
"F:\\laragon\\www\\wishthis"
]
2022-01-21 08:28:41 +00:00
],
2022-02-23 16:41:13 +00:00
"_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"
},
2022-01-21 08:28:41 +00:00
"dependencies": {
"minimatch": "^3.0.3"
},
2022-02-23 16:41:13 +00:00
"description": "Does a vinyl file match a condition?",
2022-01-21 08:28:41 +00:00
"devDependencies": {
"jshint": "^2.9.4",
"mocha": "^6.1.4",
"should": "^13.2.3"
},
2022-02-23 16:41:13 +00:00
"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"
},
2022-01-21 08:28:41 +00:00
"scripts": {
"test": "mocha && jshint ."
},
2022-02-23 16:41:13 +00:00
"version": "1.1.0"
2022-01-21 08:28:41 +00:00
}