{"id":28258279,"url":"https://github.com/rodeymanager/gulp-jsminer","last_synced_at":"2026-04-17T03:02:06.170Z","repository":{"id":19544606,"uuid":"87297910","full_name":"RodeyManager/gulp-jsminer","owner":"RodeyManager","description":"js miner","archived":false,"fork":false,"pushed_at":"2023-01-06T17:07:52.000Z","size":326,"stargazers_count":1,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-20T00:15:10.431Z","etag":null,"topics":["gulp","javascript","jsminer","node"],"latest_commit_sha":null,"homepage":null,"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/RodeyManager.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":"2017-04-05T10:40:45.000Z","updated_at":"2020-12-10T03:25:55.000Z","dependencies_parsed_at":"2023-01-14T00:30:14.849Z","dependency_job_id":null,"html_url":"https://github.com/RodeyManager/gulp-jsminer","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/RodeyManager/gulp-jsminer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RodeyManager%2Fgulp-jsminer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RodeyManager%2Fgulp-jsminer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RodeyManager%2Fgulp-jsminer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RodeyManager%2Fgulp-jsminer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RodeyManager","download_url":"https://codeload.github.com/RodeyManager/gulp-jsminer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RodeyManager%2Fgulp-jsminer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260427207,"owners_count":23007471,"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","javascript","jsminer","node"],"created_at":"2025-05-20T00:15:11.597Z","updated_at":"2026-04-17T03:02:06.166Z","avatar_url":"https://github.com/RodeyManager.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"### gulp-jsminer (javascript 压缩)\n\n```javascript\nconst jsminer = require('gulp-jsminer');\n\ngulp.task('default', () =\u003e {\n  gulp\n    .src('assets/js/**/*')\n    .pipe(jsminer({ toplevel: true }))\n    .pipe(gulp.dest('dist'));\n});\n```\n\n```javascript\n// 转换ES6+后进行压缩\nconst babel = require('gulp-babel');\nconst jsminer = require('gulp-jsminer');\n\ngulp.task('default', () =\u003e {\n  gulp\n    .src('assets/js/**/*')\n    .pipe(babel())\n    .pipe(jsminer())\n    .pipe(gulp.dest('dist'));\n});\n```\n\n## options\n\nsee [terser](https://github.com/terser/terser#command-line-options) options\n\n### Listen\n\nISC\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodeymanager%2Fgulp-jsminer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frodeymanager%2Fgulp-jsminer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodeymanager%2Fgulp-jsminer/lists"}