{"id":18031535,"url":"https://github.com/oxyc/gulp-striphtml","last_synced_at":"2025-04-04T21:43:15.213Z","repository":{"id":23515825,"uuid":"26881932","full_name":"oxyc/gulp-striphtml","owner":"oxyc","description":"Gulp plugin to strip away HTML and keep JavaScript so that you can eg. lint inline javascript.","archived":false,"fork":false,"pushed_at":"2014-11-19T22:11:06.000Z","size":140,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T12:11:30.119Z","etag":null,"topics":[],"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/oxyc.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}},"created_at":"2014-11-19T21:14:19.000Z","updated_at":"2014-11-19T22:35:49.000Z","dependencies_parsed_at":"2022-08-03T00:56:08.539Z","dependency_job_id":null,"html_url":"https://github.com/oxyc/gulp-striphtml","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxyc%2Fgulp-striphtml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxyc%2Fgulp-striphtml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxyc%2Fgulp-striphtml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxyc%2Fgulp-striphtml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oxyc","download_url":"https://codeload.github.com/oxyc/gulp-striphtml/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247256072,"owners_count":20909240,"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-30T10:09:31.185Z","updated_at":"2025-04-04T21:43:15.196Z","avatar_url":"https://github.com/oxyc.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"gulp-striphtml [![Build Status](https://secure.travis-ci.org/oxyc/gulp-striphtml.svg?branch=master)](http://travis-ci.org/oxyc/gulp-striphtml) [![NPM version](https://badge.fury.io/js/gulp-striphtml.png)](http://badge.fury.io/js/gulp-striphtml)\n=================\n\n\u003e Strip away HTML and keep JavaScript so that you can eg. lint inline javascript.\n\n## Install\n\n    npm install gulp-striphtml --save-dev\n\n## Usage\n\n```js\nvar jshint = require('gulp-jshint');\nvar striphtml = require('gulp-striphtml');\nvar gulp   = require('gulp');\n\ngulp.task('lint', function() {\n  return gulp.src('./*.html')\n    .pipe(striphtml())\n    .pipe(jshint())\n    .pipe(jshint.reporter('default'));\n});\n```\n\n## Release History\n\n* 2014-11-20    v0.0.1    Initial version.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foxyc%2Fgulp-striphtml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foxyc%2Fgulp-striphtml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foxyc%2Fgulp-striphtml/lists"}