{"id":15365466,"url":"https://github.com/tunnckocore/vinyl-filter-since","last_synced_at":"2025-04-15T09:39:53.202Z","repository":{"id":28985263,"uuid":"32511835","full_name":"tunnckoCore/vinyl-filter-since","owner":"tunnckoCore","description":"Gulp/vinyl-fs plugin, filter files that have been modified since given Date or Number.","archived":false,"fork":false,"pushed_at":"2015-07-13T23:56:04.000Z","size":203,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-15T02:49:15.683Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://j.mp/1Eua3OQ","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tunnckoCore.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-19T09:20:58.000Z","updated_at":"2021-07-05T09:33:19.000Z","dependencies_parsed_at":"2022-09-26T16:22:27.982Z","dependency_job_id":null,"html_url":"https://github.com/tunnckoCore/vinyl-filter-since","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tunnckoCore%2Fvinyl-filter-since","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tunnckoCore%2Fvinyl-filter-since/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tunnckoCore%2Fvinyl-filter-since/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tunnckoCore%2Fvinyl-filter-since/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tunnckoCore","download_url":"https://codeload.github.com/tunnckoCore/vinyl-filter-since/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249044417,"owners_count":21203665,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-01T13:14:49.807Z","updated_at":"2025-04-15T09:39:53.157Z","avatar_url":"https://github.com/tunnckoCore.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [vinyl-filter-since][author-www-url] [![npmjs.com][npmjs-img]][npmjs-url] [![The MIT License][license-img]][license-url] \n\n\u003e [Gulp](https://github.com/gulpjs/gulp)/[vinyl-fs](https://github.com/wearefractal/vinyl-fs) plugin, filter files that have been modified since given Date or Number.\n\n[![code climate][codeclimate-img]][codeclimate-url] [![standard code style][standard-img]][standard-url] [![travis build status][travis-img]][travis-url] [![coverage status][coveralls-img]][coveralls-url] [![dependency status][david-img]][david-url]\n\n\n## Install\n```\nnpm i vinyl-filter-since --save\nnpm test\n```\n\n\n## Usage\n\u003e For more use-cases see the [tests](./test.js)\n\n```js\nvar vinylFilterSince = require('vinyl-filter-since');\nvar gulp = require('gulp');\nvar through2 = require('through2');\n\ngulp.src('some/file/path/*.js')\n  .pipe(vinylFilterSince(new Date('2015-03-16 13:27:54')))\n  .pipe(through2.obj(function(file, enc, next) {\n    // will not come here if file is older than given date\n  }))\n```\n\n\n## Related\n- [benz](https://github.com/tunnckocore/benz): Compose your control flow with absolute elegance. Support async/await, callbacks, thunks, generators, promises, observables, child… [more](https://github.com/tunnckocore/benz)\n- [generate](https://github.com/generate/generate): Project generator, for node.js.\n- [glob-fs](https://github.com/jonschlinkert/glob-fs): file globbing for node.js. speedy and powerful alternative to node-glob.\n- [is-match](https://github.com/jonschlinkert/is-match): Create a matching function from a glob pattern, regex, string, array or function.\n- [micromatch](https://github.com/jonschlinkert/micromatch): Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch. Just… [more](https://github.com/jonschlinkert/micromatch)\n- [snapdragon](https://github.com/jonschlinkert/snapdragon): snapdragon is an extremely pluggable, powerful and easy-to-use parser-renderer factory.\n- [vinyl](http://github.com/wearefractal/vinyl): A virtual file format\n- [vinyl-fs](http://github.com/wearefractal/vinyl-fs): Vinyl adapter for the file system\n\n\n## Contributing\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/tunnckoCore/vinyl-filter-since/issues/new).  \nBut before doing anything, please read the [CONTRIBUTING.md](./CONTRIBUTING.md) guidelines.\n\n\n## [Charlike Make Reagent](http://j.mp/1stW47C) [![new message to charlike][new-message-img]][new-message-url] [![freenode #charlike][freenode-img]][freenode-url]\n\n[![tunnckocore.tk][author-www-img]][author-www-url] [![keybase tunnckocore][keybase-img]][keybase-url] [![tunnckoCore npm][author-npm-img]][author-npm-url] [![tunnckoCore twitter][author-twitter-img]][author-twitter-url] [![tunnckoCore github][author-github-img]][author-github-url]\n\n\n[npmjs-url]: https://www.npmjs.com/package/vinyl-filter-since\n[npmjs-img]: https://img.shields.io/npm/v/vinyl-filter-since.svg?label=vinyl-filter-since\n\n[license-url]: https://github.com/tunnckoCore/vinyl-filter-since/blob/master/LICENSE.md\n[license-img]: https://img.shields.io/badge/license-MIT-blue.svg\n\n\n[codeclimate-url]: https://codeclimate.com/github/tunnckoCore/vinyl-filter-since\n[codeclimate-img]: https://img.shields.io/codeclimate/github/tunnckoCore/vinyl-filter-since.svg\n\n[travis-url]: https://travis-ci.org/tunnckoCore/vinyl-filter-since\n[travis-img]: https://img.shields.io/travis/tunnckoCore/vinyl-filter-since.svg\n\n[coveralls-url]: https://coveralls.io/r/tunnckoCore/vinyl-filter-since\n[coveralls-img]: https://img.shields.io/coveralls/tunnckoCore/vinyl-filter-since.svg\n\n[david-url]: https://david-dm.org/tunnckoCore/vinyl-filter-since\n[david-img]: https://img.shields.io/david/tunnckoCore/vinyl-filter-since.svg\n\n[standard-url]: https://github.com/feross/standard\n[standard-img]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg\n\n\n[author-www-url]: http://www.tunnckocore.tk\n[author-www-img]: https://img.shields.io/badge/www-tunnckocore.tk-fe7d37.svg\n\n[keybase-url]: https://keybase.io/tunnckocore\n[keybase-img]: https://img.shields.io/badge/keybase-tunnckocore-8a7967.svg\n\n[author-npm-url]: https://www.npmjs.com/~tunnckocore\n[author-npm-img]: https://img.shields.io/badge/npm-~tunnckocore-cb3837.svg\n\n[author-twitter-url]: https://twitter.com/tunnckoCore\n[author-twitter-img]: https://img.shields.io/badge/twitter-@tunnckoCore-55acee.svg\n\n[author-github-url]: https://github.com/tunnckoCore\n[author-github-img]: https://img.shields.io/badge/github-@tunnckoCore-4183c4.svg\n\n[freenode-url]: http://webchat.freenode.net/?channels=charlike\n[freenode-img]: https://img.shields.io/badge/freenode-%23charlike-5654a4.svg\n\n[new-message-url]: https://github.com/tunnckoCore/messages\n[new-message-img]: https://img.shields.io/badge/send%20me-message-green.svg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftunnckocore%2Fvinyl-filter-since","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftunnckocore%2Fvinyl-filter-since","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftunnckocore%2Fvinyl-filter-since/lists"}