{"id":18410649,"url":"https://github.com/vfk/gulp-jscrush","last_synced_at":"2025-06-21T09:34:36.035Z","repository":{"id":15105946,"uuid":"17832769","full_name":"VFK/gulp-jscrush","owner":"VFK","description":"Minify files with JSCrush","archived":false,"fork":false,"pushed_at":"2014-03-20T16:33:25.000Z","size":128,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-22T16:52:49.748Z","etag":null,"topics":["gulp-plugin","javascript","jscrush","minifying-files","nodejs"],"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/VFK.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-03-17T15:26:22.000Z","updated_at":"2016-04-22T09:49:33.000Z","dependencies_parsed_at":"2022-08-30T10:40:24.517Z","dependency_job_id":null,"html_url":"https://github.com/VFK/gulp-jscrush","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/VFK%2Fgulp-jscrush","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VFK%2Fgulp-jscrush/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VFK%2Fgulp-jscrush/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VFK%2Fgulp-jscrush/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VFK","download_url":"https://codeload.github.com/VFK/gulp-jscrush/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247637171,"owners_count":20971080,"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":["gulp-plugin","javascript","jscrush","minifying-files","nodejs"],"created_at":"2024-11-06T03:33:13.488Z","updated_at":"2025-04-07T10:32:24.055Z","avatar_url":"https://github.com/VFK.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gulp-jscrush [![NPM version][npm-image]][npm-url] [![Build status][travis-image]][travis-url]\n\n\u003eMinify javascript files with [JSCrush](http://www.iteral.com/jscrush/)\n\n## Usage\n\n#### Install\n```shell\nnpm install --save-dev gulp-jscrush\n```\n\n#### Use\n```javascript\nvar gulp = require('gulp');\nvar jscrush = require('gulp-jscrush');\n\ngulp.task('default', function(){\n    gulp.src('./test.js')\n        .pipe(jscrush())\n        .pipe(gulp.dest('./build'));\n})\n```\n[npm-url]: https://npmjs.org/package/gulp-jscrush\n[npm-image]: https://badge.fury.io/js/gulp-jscrush.png\n[travis-url]: https://travis-ci.org/VFK/gulp-jscrush\n[travis-image]: https://travis-ci.org/VFK/gulp-jscrush.png?branch=master","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvfk%2Fgulp-jscrush","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvfk%2Fgulp-jscrush","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvfk%2Fgulp-jscrush/lists"}