{"id":16845717,"url":"https://github.com/othree/gulp-query-html","last_synced_at":"2025-03-18T06:26:41.141Z","repository":{"id":14650895,"uuid":"17368955","full_name":"othree/gulp-query-html","owner":"othree","description":"Query HTML content and replace the origin file","archived":false,"fork":false,"pushed_at":"2014-03-07T02:09:51.000Z","size":156,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-25T12:42:19.811Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/othree/gulp-query-html","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/othree.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-03-03T14:48:08.000Z","updated_at":"2014-03-07T02:09:51.000Z","dependencies_parsed_at":"2022-09-26T20:11:41.979Z","dependency_job_id":null,"html_url":"https://github.com/othree/gulp-query-html","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/othree%2Fgulp-query-html","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/othree%2Fgulp-query-html/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/othree%2Fgulp-query-html/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/othree%2Fgulp-query-html/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/othree","download_url":"https://codeload.github.com/othree/gulp-query-html/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244168229,"owners_count":20409484,"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-13T12:59:47.653Z","updated_at":"2025-03-18T06:26:41.111Z","avatar_url":"https://github.com/othree.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Query HTML content and replace the origin file\n\nUSAGE\n-----\n\nGrab every thing in `\u003cbody\u003e` and reaplce the file. Useful when you only want something in the HTML files.\n\n    var grab = require('gulp-query-html');\n    var gulp = require('gulp');\n\n    gulp.task('default', function () {\n        gulp.src('./cases/*.html')\n            .pipe(grab('body'))\n            .pipe(gulp.dest('./output'));\n    });\n\n\nLICENSE\n-------\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fothree%2Fgulp-query-html","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fothree%2Fgulp-query-html","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fothree%2Fgulp-query-html/lists"}