{"id":19932740,"url":"https://github.com/mixmaxhq/gulp-grep-contents","last_synced_at":"2025-05-03T11:32:44.605Z","repository":{"id":27314036,"uuid":"30788265","full_name":"mixmaxhq/gulp-grep-contents","owner":"mixmaxhq","description":"Gulp plugin for filtering out file contents","archived":false,"fork":false,"pushed_at":"2023-11-28T16:09:50.000Z","size":23,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-24T10:03:48.009Z","etag":null,"topics":["corgi-tag"],"latest_commit_sha":null,"homepage":null,"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/mixmaxhq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-02-14T05:37:16.000Z","updated_at":"2023-07-12T23:37:00.000Z","dependencies_parsed_at":"2023-11-28T17:30:19.325Z","dependency_job_id":"dee62d48-8515-4944-9419-846c55ea40b4","html_url":"https://github.com/mixmaxhq/gulp-grep-contents","commit_stats":{"total_commits":8,"total_committers":6,"mean_commits":"1.3333333333333333","dds":0.625,"last_synced_commit":"3c8284bd86ff9737173b4c5a6e5b95ecc0e64edd"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mixmaxhq%2Fgulp-grep-contents","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mixmaxhq%2Fgulp-grep-contents/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mixmaxhq%2Fgulp-grep-contents/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mixmaxhq%2Fgulp-grep-contents/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mixmaxhq","download_url":"https://codeload.github.com/mixmaxhq/gulp-grep-contents/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251938159,"owners_count":21668107,"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":["corgi-tag"],"created_at":"2024-11-12T23:11:23.818Z","updated_at":"2025-05-03T11:32:44.314Z","avatar_url":"https://github.com/mixmaxhq.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gulp-grep-contents\n\nGulp plugin for filtering files based on a regular expression matching their contents.\n\n# Usage\n\n```js\nvar grepContents = require('gulp-grep-contents');\n\ngulp.src(['./templates/*.hbs'])\n  .pipe(grepContents(/\u003chead\u003e/))\n  .pipe(gulp.dest('./headers'));\n```\n\nInverted\n\n```js\nvar grepContents = require('gulp-grep-contents');\n\ngulp.src(['./templates/*.hbs'])\n  .pipe(grepContents(/\u003chead\u003e/, {inverted: true}))\n  .pipe(gulp.dest('./body'));\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmixmaxhq%2Fgulp-grep-contents","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmixmaxhq%2Fgulp-grep-contents","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmixmaxhq%2Fgulp-grep-contents/lists"}