{"maintainers":[{"name":"anonymous","email":"robrich@robrich.org"}],"keywords":["gulpfriendly","conditional","if","minimatch"],"dist-tags":{"latest":"1.1.0"},"author":{"name":"Rob Richardson","url":"http://robrich.org/"},"description":"Does a vinyl file match a condition?","readme":"gulp-match ![status](https://secure.travis-ci.org/robrich/gulp-match.png?branch=master)\r\n==========\r\n\r\nDoes a vinyl file match a condition?  This function checks the condition on the `file.path` of the\r\n[vinyl-fs](https://github.com/wearefractal/vinyl-fs) file passed to it.\r\n\r\nCondition can be a boolean, a function, a regular expression, a glob string (or array of glob strings), or a stat filter object\r\n\r\nUsed by [gulp-if](https://github.com/robrich/gulp-if) and [gulp-ignore](https://github.com/robrich/gulp-ignore)\r\n\r\n## Usage\r\n\r\n```javascript\r\nvar gulpmatch = require('gulp-match');\r\nvar map = require('map-stream');\r\n\r\nvar condition = true; // TODO: add business logic here\r\nvar options = null; // Optionally pass options to minimatch\r\n\r\nvinylfs.src('path/to/file.js')\r\n  .pipe(map(function (file, cb) {\r\n    var match = gulpmatch(file, condition, options);\r\n    if (match) {\r\n      // it matched, do stuff\r\n    }\r\n    cb(null, file);\r\n  }));\r\n```\r\n\r\n## API\r\n\r\n### file\r\n\r\nA [vinyl-fs](https://github.com/wearefractal/vinyl-fs) file.\r\n\r\n### condition\r\n\r\n#### boolean condition\r\n\r\n```javascript\r\nvar match = gulpmatch(file, true);\r\n```\r\n\r\nif the condition parameter is `true` or `false`, results will also be `true` or `false`.\r\n\r\n#### function condition\r\n\r\n```javascript\r\nvar match = gulpmatch(file, function (file) {\r\n  return true;\r\n})\r\n```\r\n\r\nif the condition parameter is a function, it will be called, passing in `file` passed to gulp-match.\r\n\r\n#### regular expression condition\r\n\r\n```javascript\r\nvar match = gulpmatch(file, /some\\/path\\.js/);\r\n```\r\n\r\nIf the condition is a regular expression, it will be evaluated on the `file.path` passed to gulp-match.\r\n\r\n#### glob condition\r\n\r\n```javascript\r\nvar match = gulpmatch(file, './some/path.js');\r\n```\r\n```javascript\r\nvar match = gulpmatch(file, ['./array','!./of','./globs.js']);\r\n```\r\n\r\nThe globs are passed to [minimatch](https://github.com/isaacs/minimatch).  If the glob matches (or any of the elements in the array match), gulp-match returns `true` else `false`.\r\n\r\n#### stat filter condition\r\n\r\n```javascript\r\nvar match = gulpmatch(file, {isFile:true});\r\n```\r\n```javascript\r\nvar match = gulpmatch(file, {isDirectory:false});\r\n```\r\n\r\nIf the condition is an object with a `isFile` or `isDirectory` property, it'll match the details on the\r\n[vinyl-fs](https://github.com/wearefractal/vinyl-fs) file's [`stat`](http://nodejs.org/api/fs.html#fs_class_fs_stats) object.\r\n\r\n#### else\r\n\r\n```javascript\r\nvar match = gulpmatch(file, 42);\r\n// match = true\r\n```\r\n```javascript\r\nvar match = gulpmatch(file, '');\r\n// match = false\r\n```\r\n\r\nIf there's no matching rule from the rules above, it'll return `true` for truthy conditions, `false` for falsey conditions (including `undefined`).\r\n\r\n### options\r\n\r\n#### minimatch options object\r\n\r\nSee <https://github.com/isaacs/minimatch> for options docs.\r\n\r\n\r\nLICENSE\r\n-------\r\n\r\n(MIT License)\r\n\r\nCopyright (c) 2014 [Richardson & Sons, LLC](http://richardsonandsons.com/)\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining\r\na copy of this software and associated documentation files (the\r\n\"Software\"), to deal in the Software without restriction, including\r\nwithout limitation the rights to use, copy, modify, merge, publish,\r\ndistribute, sublicense, and/or sell copies of the Software, and to\r\npermit persons to whom the Software is furnished to do so, subject to\r\nthe following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be\r\nincluded in all copies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\r\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\r\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\r\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\r\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\r\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\r\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r\n","repository":{"type":"git","url":"git://github.com/robrich/gulp-match.git"},"users":{"devalias":true,"nukisman":true,"kontrax":true,"abdihaikal":true},"bugs":{"url":"https://github.com/robrich/gulp-match/issues"},"license":"MIT","versions":{"0.0.1":{"name":"gulp-match","description":"Does a vinyl file match a condition?","version":"0.0.1","homepage":"https://github.com/robrich/gulp-match","repository":{"type":"git","url":"git://github.com/robrich/gulp-match.git"},"author":{"name":"Rob Richardson","url":"http://robrich.org/"},"main":"./index.js","keywords":["gulpplugin","conditional","if","minimatch"],"dependencies":{"minimatch":"~0.2.14"},"devDependencies":{"jshint":"~2.4.1","mocha":"~1.17.0","should":"~3.0.1"},"scripts":{"test":"mocha && jshint ./*.js && jshint ./test/*.js"},"engines":{"node":">= 0.8.0"},"licenses":[{"type":"MIT","url":"http://github.com/robrich/gulp-match/raw/master/LICENSE"}],"bugs":{"url":"https://github.com/robrich/gulp-match/issues"},"_id":"gulp-match@0.0.1","dist":{"shasum":"4f5ea0e0d2f8d0e1ee705b8c6226c9892f8cda9b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-match/-/gulp-match-0.0.1.tgz","integrity":"sha512-EW+qbpVVR1Nuca6eZ7oO1/E5dlqMj/feU8W5f7rbxVv7Sa/4uTVfjKCsVDK5dxD3S1nVGxsQXFRH0pRiEqB0pA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCAA0+S3fdi318BFluKSOab8AnVTwu/aXM+hhSgagVQawIhANNI0E463+sKVLHjG+AFFWoTlTjTWsSrlP10vfEqf4vI"}]},"_from":".","_npmVersion":"1.3.15","_npmUser":{"name":"anonymous","email":"robrich@robrich.org"},"maintainers":[{"name":"anonymous","email":"robrich@robrich.org"}],"directories":{}},"0.0.2":{"name":"gulp-match","description":"Does a vinyl file match a condition?","version":"0.0.2","homepage":"https://github.com/robrich/gulp-match","repository":{"type":"git","url":"git://github.com/robrich/gulp-match.git"},"author":{"name":"Rob Richardson","url":"http://robrich.org/"},"main":"./index.js","keywords":["gulpplugin","conditional","if","minimatch"],"dependencies":{"minimatch":"~0.2.14"},"devDependencies":{"jshint":"~2.4.1","mocha":"~1.17.0","should":"~3.0.1"},"scripts":{"test":"mocha && jshint ./*.js && jshint ./test/*.js"},"engines":{"node":">= 0.8.0"},"licenses":[{"type":"MIT","url":"http://github.com/robrich/gulp-match/raw/master/LICENSE"}],"bugs":{"url":"https://github.com/robrich/gulp-match/issues"},"_id":"gulp-match@0.0.2","dist":{"shasum":"3d5290bb4095c11f11d347d9e7205f341a0c364b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-match/-/gulp-match-0.0.2.tgz","integrity":"sha512-4edMKFS+Xi2KB4OzOGVROriTzAoDsG+BS19WoV4j8BJM7xHWeTeBUhIrlW/+dikd6tdGA/de7/janUR3ok/0HA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAo4f16VP7BhegLxcMp9BmLOuuoO6C3Ipv83CdXAdcgVAiAuIXyGVZa680XuBOjdqb8KUlTBMkZXCnfNUl/fCAoMIg=="}]},"_from":".","_npmVersion":"1.3.15","_npmUser":{"name":"anonymous","email":"robrich@robrich.org"},"maintainers":[{"name":"anonymous","email":"robrich@robrich.org"}],"directories":{}},"0.0.3":{"name":"gulp-match","description":"Does a vinyl file match a condition?","version":"0.0.3","homepage":"https://github.com/robrich/gulp-match","repository":{"type":"git","url":"git://github.com/robrich/gulp-match.git"},"author":{"name":"Rob Richardson","url":"http://robrich.org/"},"main":"./index.js","keywords":["gulpplugin","conditional","if","minimatch"],"dependencies":{"minimatch":"^0.2.14"},"devDependencies":{"jshint":"^2.5.0","mocha":"^1.18.2","should":"^3.3.1"},"scripts":{"test":"mocha && jshint ./*.js && jshint ./test/*.js"},"engines":{"node":">= 0.10.0"},"licenses":[{"type":"MIT","url":"http://github.com/robrich/gulp-match/raw/master/LICENSE"}],"bugs":{"url":"https://github.com/robrich/gulp-match/issues"},"_id":"gulp-match@0.0.3","dist":{"shasum":"ed5bea5f91327bb6ad4a7a3dc6a1dfdfaac0e4e8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-match/-/gulp-match-0.0.3.tgz","integrity":"sha512-laQ/SkYairIcW/s80Q1GvKTOmb3EbblrG+vyd+vVcBFzLJf7Y9UyOo+/9PU9yP/2m/Z5O6yG6Iu96O9cJ2NY1w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCSm7UOVq3UOraARWAvX5k2IqzkHi2E0XTDhOR5uS4zGAIhAL0T/Q6gD2F7nHnDHp4vmalzdv9PtWqIatRM5kjK0LLC"}]},"_from":".","_npmVersion":"1.4.6","_npmUser":{"name":"anonymous","email":"robrich@robrich.org"},"maintainers":[{"name":"anonymous","email":"robrich@robrich.org"}],"directories":{}},"0.1.0":{"name":"gulp-match","description":"Does a vinyl file match a condition?","version":"0.1.0","homepage":"https://github.com/robrich/gulp-match","repository":{"type":"git","url":"git://github.com/robrich/gulp-match.git"},"author":{"name":"Rob Richardson","url":"http://robrich.org/"},"main":"./index.js","keywords":["gulpplugin","conditional","if","minimatch"],"dependencies":{"minimatch":"^0.2.14"},"devDependencies":{"jshint":"^2.5.0","mocha":"^1.18.2","should":"^3.3.1"},"scripts":{"test":"mocha && jshint ./index.js && jshint ./test/."},"engines":{"node":">= 0.10.0"},"licenses":[{"type":"MIT","url":"http://github.com/robrich/gulp-match/raw/master/LICENSE"}],"bugs":{"url":"https://github.com/robrich/gulp-match/issues"},"_id":"gulp-match@0.1.0","dist":{"shasum":"255e88b1cdf0c6f6a2ac2ca70bb39338b13fa613","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-match/-/gulp-match-0.1.0.tgz","integrity":"sha512-06cN37GCDT1FZwUCYn2rOrOB02SLpBUbbAV4B5n3rZDYrQd9IYeZT7ZbNMyZ8lmoMIkxVrkk0kLYBMxTtjN0Pg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFF+45imlyPx0dBe9UZqENJKIxrhRIhr05HHUsGPFaOFAiEA5gGZC2/fChJd3Ywar5bxcWoR+ZGHxrZRaxEMiz3+3Ug="}]},"_from":".","_npmVersion":"1.4.6","_npmUser":{"name":"anonymous","email":"robrich@robrich.org"},"maintainers":[{"name":"anonymous","email":"robrich@robrich.org"}],"directories":{}},"0.1.1":{"name":"gulp-match","description":"Does a vinyl file match a condition?","version":"0.1.1","homepage":"https://github.com/robrich/gulp-match","repository":{"type":"git","url":"git://github.com/robrich/gulp-match.git"},"author":{"name":"Rob Richardson","url":"http://robrich.org/"},"main":"./index.js","keywords":["gulpplugin","conditional","if","minimatch"],"dependencies":{"minimatch":"^0.3.0"},"devDependencies":{"jshint":"^2.5.0","mocha":"^1.20.0","should":"^4.0.0"},"scripts":{"test":"mocha && jshint ./index.js && jshint ./test/."},"engines":{"node":">= 0.10.0"},"licenses":[{"type":"MIT","url":"http://github.com/robrich/gulp-match/raw/master/LICENSE"}],"bugs":{"url":"https://github.com/robrich/gulp-match/issues"},"_id":"gulp-match@0.1.1","dist":{"shasum":"3784b41121055d711427889804f31130848f73b9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-match/-/gulp-match-0.1.1.tgz","integrity":"sha512-o87y2Lb9unCPcM6/Xbscs7E6pz1zsq2FH2fe6nA7++jRvRZpSZeWPMsOaGNEElOVbOUHY6SzeUJdQzjRVqMZlg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDu9ij69G0NRE0gz3/X7woUjXvRQ+7nHg65WagvWsghQAiAfpQMRZ5LadsU+PPixmkYys/gbkUauyoTf6ZLOpHK6wg=="}]},"_from":".","_npmVersion":"1.4.6","_npmUser":{"name":"anonymous","email":"robrich@robrich.org"},"maintainers":[{"name":"anonymous","email":"robrich@robrich.org"}],"directories":{}},"0.2.0":{"name":"gulp-match","description":"Does a vinyl file match a condition?","version":"0.2.0","homepage":"https://github.com/robrich/gulp-match","repository":{"type":"git","url":"git://github.com/robrich/gulp-match.git"},"author":{"name":"Rob Richardson","url":"http://robrich.org/"},"main":"./index.js","keywords":["gulpfriendly","conditional","if","minimatch"],"dependencies":{"minimatch":"^0.4.0"},"devDependencies":{"jshint":"^2.5.2","mocha":"^1.20.1","should":"^4.0.4"},"scripts":{"test":"mocha && jshint ./index.js && jshint ./test/."},"engines":{"node":">= 0.10.0"},"licenses":[{"type":"MIT","url":"http://github.com/robrich/gulp-match/raw/master/LICENSE"}],"gitHead":"8c9ca8c9fb9b775d0606337c45e4f6b701f31638","bugs":{"url":"https://github.com/robrich/gulp-match/issues"},"_id":"gulp-match@0.2.0","_shasum":"d7d6eff402bbfe564f1369548c3c1b8bb3e8eea4","_from":".","_npmVersion":"1.4.20","_npmUser":{"name":"anonymous","email":"robrich@robrich.org"},"maintainers":[{"name":"anonymous","email":"robrich@robrich.org"}],"dist":{"shasum":"d7d6eff402bbfe564f1369548c3c1b8bb3e8eea4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-match/-/gulp-match-0.2.0.tgz","integrity":"sha512-39I3SsU11xKkkE/2yqlw3CMN9r8NpNNJhCEXc07F/klJ+G6vUXkLB/VGU2jxstaJ6BODkCXfwvG3Y2rD67q2qQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDvb2nE83bCqDYrlaBA686ynrB+vjh1x413DTg3CF082QIgPZ6DdH65jEeWoxrnb+y7n1Kemb6lK9cyfhwsZ29kg+4="}]},"directories":{}},"0.2.1":{"name":"gulp-match","description":"Does a vinyl file match a condition?","version":"0.2.1","homepage":"https://github.com/robrich/gulp-match","repository":{"type":"git","url":"git://github.com/robrich/gulp-match.git"},"author":{"name":"Rob Richardson","url":"http://robrich.org/"},"main":"./index.js","keywords":["gulpfriendly","conditional","if","minimatch"],"dependencies":{"minimatch":"^1.0.0"},"devDependencies":{"jshint":"^2.5.2","mocha":"^1.20.1","should":"^4.0.4"},"scripts":{"test":"mocha && jshint ./index.js ./test/."},"engines":{"node":">= 0.10.0"},"licenses":[{"type":"MIT","url":"http://github.com/robrich/gulp-match/raw/master/LICENSE"}],"gitHead":"bcbf61eb1238cd0dd90845dab7241d8666965dc1","bugs":{"url":"https://github.com/robrich/gulp-match/issues"},"_id":"gulp-match@0.2.1","_shasum":"0bed08da8bd6e89686f89ffb004337f8bad06d22","_from":".","_npmVersion":"1.5.0-alpha-4","_npmUser":{"name":"anonymous","email":"robrich@robrich.org"},"maintainers":[{"name":"anonymous","email":"robrich@robrich.org"}],"dist":{"shasum":"0bed08da8bd6e89686f89ffb004337f8bad06d22","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-match/-/gulp-match-0.2.1.tgz","integrity":"sha512-QrsRZml8OQlQMLK5rcUOEEoxyffmuj6uRpquOUEf4RoFmqCKiOkm4MwEn72DjoIKMGi44qwNpF/YZL0xn+Jy8A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQChs9S1kmxJjdkAFVT58kyeO1DeFOBNYaZ8EZ0L+f03yQIgKCy1yeMIcEr0jKnLlQcEG6Glghv6KuvfgISRswzvCSc="}]},"directories":{}},"1.0.0":{"name":"gulp-match","description":"Does a vinyl file match a condition?","version":"1.0.0","homepage":"https://github.com/robrich/gulp-match","repository":{"type":"git","url":"git://github.com/robrich/gulp-match.git"},"author":{"name":"Rob Richardson","url":"http://robrich.org/"},"main":"./index.js","keywords":["gulpfriendly","conditional","if","minimatch"],"dependencies":{"minimatch":"^3.0.0"},"devDependencies":{"jshint":"^2.8.0","mocha":"^2.3.3","should":"^7.1.0"},"scripts":{"test":"mocha && jshint ."},"engines":{"node":">= 0.10.0"},"license":"MIT","gitHead":"9767f11e105a9e4efff11ed3f98ac85dd45cf7e1","bugs":{"url":"https://github.com/robrich/gulp-match/issues"},"_id":"gulp-match@1.0.0","_shasum":"ae7617003387d753468de8418ae402071f3931fb","_from":".","_npmVersion":"2.13.1","_nodeVersion":"4.1.1","_npmUser":{"name":"anonymous","email":"robrich@robrich.org"},"maintainers":[{"name":"anonymous","email":"robrich@robrich.org"}],"dist":{"shasum":"ae7617003387d753468de8418ae402071f3931fb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-match/-/gulp-match-1.0.0.tgz","integrity":"sha512-IVVXY65J7Oen+R9rqgOzKD38zUM9HFWbqQcfmcRaFpieYxFhdJWrpVTK+V+y3c90sdwMGtM7BME8rLBiouNNIg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDNXBjzB2RP5A24w0LMp4lMRg8FOSfW/AwovoTqdq+awgIhAPdoc0koVQwoRkEHmKNhCT9oIT/h7s7euaicD9VtG+Xq"}]},"directories":{}},"1.0.1":{"name":"gulp-match","description":"Does a vinyl file match a condition?","version":"1.0.1","homepage":"https://github.com/robrich/gulp-match","repository":{"type":"git","url":"git://github.com/robrich/gulp-match.git"},"author":{"name":"Rob Richardson","url":"http://robrich.org/"},"main":"./index.js","keywords":["gulpfriendly","conditional","if","minimatch"],"dependencies":{"minimatch":"^3.0.0"},"devDependencies":{"jshint":"^2.8.0","mocha":"^2.3.3","should":"^7.1.0"},"scripts":{"test":"mocha && jshint ."},"engines":{"node":">= 0.10.0"},"license":"MIT","gitHead":"9767f11e105a9e4efff11ed3f98ac85dd45cf7e1","bugs":{"url":"https://github.com/robrich/gulp-match/issues"},"_id":"gulp-match@1.0.1","_shasum":"303fd2d73ead543904366aaa67fc13a3c52297d6","_from":".","_npmVersion":"2.14.18","_nodeVersion":"4.4.0","_npmUser":{"name":"anonymous","email":"robrich@robrich.org"},"maintainers":[{"name":"anonymous","email":"robrich@robrich.org"}],"dist":{"shasum":"303fd2d73ead543904366aaa67fc13a3c52297d6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-match/-/gulp-match-1.0.1.tgz","integrity":"sha512-i3g/4fFfNEQSx/cWfJhytwC+qqQvvIY/3Nwn7HpQ9cg2poo7M30BArtM7UCVFXF1riib5SvUXzTrDpCbf0ZUzw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCvnSUW2z3MQ/82nk4NSi9YcUZa0gKyp730rmPcTULTOAIgdAkFq8mECBXsTrxwrQEDumoShiSOkyUCdq3RlYX6jHU="}]},"_npmOperationalInternal":{"host":"packages-13-west.internal.npmjs.com","tmp":"tmp/gulp-match-1.0.1.tgz_1458278651449_0.21194560825824738"},"directories":{}},"1.0.2":{"name":"gulp-match","description":"Does a vinyl file match a condition?","version":"1.0.2","homepage":"https://github.com/robrich/gulp-match","repository":{"type":"git","url":"git://github.com/robrich/gulp-match.git"},"author":{"name":"Rob Richardson","url":"http://robrich.org/"},"main":"./index.js","keywords":["gulpfriendly","conditional","if","minimatch"],"dependencies":{"minimatch":"^3.0.0"},"devDependencies":{"jshint":"^2.9.2","mocha":"^2.4.5","should":"^8.3.1"},"scripts":{"test":"mocha && jshint ."},"engines":{"node":">= 0.10.0"},"license":"MIT","gitHead":"d6d0542ac8d994ec13caede5255ab027981dddc1","bugs":{"url":"https://github.com/robrich/gulp-match/issues"},"_id":"gulp-match@1.0.2","_shasum":"f94c88e946f9faf8a50cb5a6e1b95cb5eeb33632","_from":".","_npmVersion":"2.14.18","_nodeVersion":"4.4.3","_npmUser":{"name":"anonymous","email":"robrich@robrich.org"},"maintainers":[{"name":"anonymous","email":"robrich@robrich.org"}],"dist":{"shasum":"f94c88e946f9faf8a50cb5a6e1b95cb5eeb33632","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-match/-/gulp-match-1.0.2.tgz","integrity":"sha512-+UtXuru8YvdjXgQx4EbQGPWKKiR7Hqh0rjQbrhslhxL7DvuMwqGkti6hO0TEmNSQHDeSHu6Sr0stT9Df8+93hg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHWWM+STUBxmtJQDiDqH3esV2LG0ncoa1LSpuQZcWMr/AiEAx3ItnS4BFrg6gv+f035mE7ErMcxnScD23TY0XPNu0Rk="}]},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/gulp-match-1.0.2.tgz_1461908748450_0.3767505455762148"},"directories":{}},"1.0.3":{"name":"gulp-match","description":"Does a vinyl file match a condition?","version":"1.0.3","homepage":"https://github.com/robrich/gulp-match","repository":{"type":"git","url":"git://github.com/robrich/gulp-match.git"},"author":{"name":"Rob Richardson","url":"http://robrich.org/"},"main":"./index.js","keywords":["gulpfriendly","conditional","if","minimatch"],"dependencies":{"minimatch":"^3.0.3"},"devDependencies":{"jshint":"^2.9.4","mocha":"^3.1.2","should":"^11.1.1"},"scripts":{"test":"mocha && jshint ."},"engines":{"node":">= 0.10.0"},"license":"MIT","gitHead":"45f5f58034da8fe922add183f6726b0f9c2921a1","bugs":{"url":"https://github.com/robrich/gulp-match/issues"},"_id":"gulp-match@1.0.3","_shasum":"91c7c0d7f29becd6606d57d80a7f8776a87aba8e","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"anonymous","email":"robrich@robrich.org"},"maintainers":[{"name":"anonymous","email":"robrich@robrich.org"}],"dist":{"shasum":"91c7c0d7f29becd6606d57d80a7f8776a87aba8e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-match/-/gulp-match-1.0.3.tgz","integrity":"sha512-poJW59eaE1snXXsgTJQbjyU5Bk/vfXi+VXAY4coJ/shkCnplFgHq1GTY7c2DpAxJKx9KqnIqf3cFahGNk5qwXw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCbg4sOuxEmjYBFd51WTXNsdS4Ls9i0gENN+dMscqoSUAIhAMhO+oMsOe7DMJt2RpG9ALtL69HkyL7fp61ziCvwlvux"}]},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/gulp-match-1.0.3.tgz_1478374858158_0.5844007760751992"},"directories":{}},"1.1.0":{"name":"gulp-match","description":"Does a vinyl file match a condition?","version":"1.1.0","homepage":"https://github.com/robrich/gulp-match","repository":{"type":"git","url":"git://github.com/robrich/gulp-match.git"},"author":{"name":"Rob Richardson","url":"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","gitHead":"561917e782865745b2da5a6d6046ec9285d1336a","bugs":{"url":"https://github.com/robrich/gulp-match/issues"},"_id":"gulp-match@1.1.0","_nodeVersion":"12.5.0","_npmVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"robrich@robrich.org"},"maintainers":[{"name":"anonymous","email":"robrich@robrich.org"}],"dist":{"integrity":"sha512-DlyVxa1Gj24DitY2OjEsS+X6tDpretuxD6wTfhXE/Rw2hweqc1f6D/XtsJmoiCwLWfXgR87W9ozEityPCVzGtQ==","shasum":"552b7080fc006ee752c90563f9fec9d61aafdf4f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-match/-/gulp-match-1.1.0.tgz","fileCount":7,"unpackedSize":8081,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdMHCXCRA9TVsSAnZWagAAUgsQAIOetJquMrTXHe0P/iQ5\nNC35faMvYwRmSDzjDQSyQd71MHPAxg/ZDfQskxpwVfB7x9nBkHLIy75jdvzg\n/f5PO7LL0genJawxS2HCjCHAQ4+VS5/7nXK3FbXNusO2r5NBhMmZsVlcifdS\nbq2Vk3Yeox8om9XkZSt0LlZRtQJg1ne7p4vCfG6QtnWhJFv7gSqVbq85mPYK\nudg+WjRxWThy5CqwiLxWtXUTlcrWvZ42a2MK3S2mt7xmXm1yOvbbw+T/YNgz\nFTea+6F3Z8F/E3uhrz+hmHgKD8lC2bp6uv5/iXm0TUJviPUU2Jczs18+596I\n/kac4kLNN6ufRv7J1aA7reZ6owRmDyh5/AbE/Lhiw2IJ7NXhS/v2FC0EMWMS\nFRJ9xSGMFH5j5Z3vskEl8HOW1lcEM39kMCDaoSiSfo9wLFokJKp6xberYnbO\nO/gPCmI+ggvooVt0K4L6YkEBnbH2P/QG1nFfvsZ4apdNn6GVBw5Ox4fgqw8Y\n+Q764gasJ07L08QvTo/OmNwjOtbZ9G+JVA1gECkBaEMAWw1z6kk961MdPtKr\nhuG7WZ5Dk6qwfHp6WGMyJbvUNgWzCWgHpEBu3DffU2coitIBveHV0dG9mhNh\nvPrTro8BpVAbESsf+oiJEMEgAye4NX67Ecpp4uZkUND0xSYpcFlRXM6UBXZJ\nxpYD\r\n=uq3B\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCTPxrd6tONZfTDTeP/d2ojADTo4UZIClhMfwU1m0piygIhANuuegSVsfyxDvOT1y2kDYpsbWr2/Ph/MM2+97g17bZi"}]},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gulp-match_1.1.0_1563455639399_0.9744457381333964"},"_hasShrinkwrap":false}},"name":"gulp-match","time":{"modified":"2022-06-18T17:30:25.493Z","created":"2014-01-19T00:25:34.382Z","0.0.1":"2014-01-19T00:25:35.019Z","0.0.2":"2014-01-22T04:07:56.449Z","0.0.3":"2014-04-20T07:22:53.325Z","0.1.0":"2014-05-12T07:56:27.546Z","0.1.1":"2014-05-31T19:02:57.420Z","0.2.0":"2014-07-22T02:44:32.527Z","0.2.1":"2014-10-02T22:45:39.367Z","1.0.0":"2015-09-30T01:56:25.172Z","1.0.1":"2016-03-18T05:24:11.827Z","1.0.2":"2016-04-29T05:45:50.557Z","1.0.3":"2016-11-05T19:40:59.939Z","1.1.0":"2019-07-18T13:13:59.571Z"},"readmeFilename":"README.md","homepage":"https://github.com/robrich/gulp-match"}