| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- {
- "_from": "gulp-match@^1.0.3",
- "_id": "[email protected]",
- "_inBundle": false,
- "_integrity": "sha512-DlyVxa1Gj24DitY2OjEsS+X6tDpretuxD6wTfhXE/Rw2hweqc1f6D/XtsJmoiCwLWfXgR87W9ozEityPCVzGtQ==",
- "_location": "/gulp-match",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "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.1.0.tgz",
- "_shasum": "552b7080fc006ee752c90563f9fec9d61aafdf4f",
- "_spec": "gulp-match@^1.0.3",
- "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\gulp-if",
- "author": {
- "name": "Rob Richardson",
- "url": "http://robrich.org/"
- },
- "bugs": {
- "url": "https://github.com/robrich/gulp-match/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "minimatch": "^3.0.3"
- },
- "deprecated": false,
- "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"
- }
|