{"id":18081267,"url":"https://github.com/pdehaan/gulp-jsmin","last_synced_at":"2025-04-05T22:20:02.350Z","repository":{"id":14668031,"uuid":"17386757","full_name":"pdehaan/gulp-jsmin","owner":"pdehaan","description":"jsmin in gulp","archived":false,"fork":false,"pushed_at":"2014-03-04T01:46:21.000Z","size":119,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-12T03:37:56.623Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":false,"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/pdehaan.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-04T01:43:23.000Z","updated_at":"2017-09-11T21:13:27.000Z","dependencies_parsed_at":"2022-08-31T22:50:31.096Z","dependency_job_id":null,"html_url":"https://github.com/pdehaan/gulp-jsmin","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/pdehaan%2Fgulp-jsmin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdehaan%2Fgulp-jsmin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdehaan%2Fgulp-jsmin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdehaan%2Fgulp-jsmin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pdehaan","download_url":"https://codeload.github.com/pdehaan/gulp-jsmin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247407214,"owners_count":20933983,"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-31T13:13:52.500Z","updated_at":"2025-04-05T22:20:02.328Z","avatar_url":"https://github.com/pdehaan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gulp-jsmin\n\n[![Build Status](https://travis-ci.org/chilijung/gulp-jsmin.png?branch=master)](https://travis-ci.org/chilijung/gulp-jsmin)\n\nminify js using gulp.\n\n## Install\n\nInstall with [npm](https://npmjs.org/package/gulp-jsmin)\n\n```\nnpm install --save-dev gulp-jsmin\n```\n\n\n## Example\n\n```js\nvar gulp = require('gulp');\nvar jsmin = require('gulp-jsmin');\nvar rename = require('gulp-rename');\n\ngulp.task('default', function () {\n\tgulp.src('src/**/*.js')\n\t\t.pipe(jsmin())\n\t\t.pipe(rename({suffix: '.min'}))\n\t\t.pipe(gulp.dest('dist'));\n});\n```\n\n\n## API\n\n### jsmin()\n\n```\njsmin()\n```\n\n## License\n\nMIT [@chilijung](http://github.com/chilijung)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpdehaan%2Fgulp-jsmin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpdehaan%2Fgulp-jsmin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpdehaan%2Fgulp-jsmin/lists"}