{"id":15042888,"url":"https://github.com/sindresorhus/gulp-strip-debug","last_synced_at":"2025-04-04T11:15:40.783Z","repository":{"id":13147971,"uuid":"15830452","full_name":"sindresorhus/gulp-strip-debug","owner":"sindresorhus","description":"Strip console, alert, and debugger statements from JavaScript code","archived":false,"fork":false,"pushed_at":"2023-11-03T13:27:07.000Z","size":20,"stargazers_count":250,"open_issues_count":1,"forks_count":18,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-03-28T10:09:22.494Z","etag":null,"topics":["ast","debug","gulp-plugin","javascript","nodejs","strip"],"latest_commit_sha":null,"homepage":"https://github.com/sindresorhus/strip-debug","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/sindresorhus.png","metadata":{"funding":{"github":"sindresorhus","open_collective":"sindresorhus","custom":"https://sindresorhus.com/donate"},"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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2014-01-11T20:51:28.000Z","updated_at":"2025-01-07T20:10:52.000Z","dependencies_parsed_at":"2023-12-19T05:52:39.329Z","dependency_job_id":"560ff8ec-dbdd-40cf-adbe-47106c304112","html_url":"https://github.com/sindresorhus/gulp-strip-debug","commit_stats":{"total_commits":35,"total_committers":2,"mean_commits":17.5,"dds":0.02857142857142858,"last_synced_commit":"5424b34291c0b6b5ac36aab134d9394998650140"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fgulp-strip-debug","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fgulp-strip-debug/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fgulp-strip-debug/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fgulp-strip-debug/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus","download_url":"https://codeload.github.com/sindresorhus/gulp-strip-debug/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247166169,"owners_count":20894654,"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":["ast","debug","gulp-plugin","javascript","nodejs","strip"],"created_at":"2024-09-24T20:48:12.073Z","updated_at":"2025-04-04T11:15:40.762Z","avatar_url":"https://github.com/sindresorhus.png","language":"JavaScript","readme":"# gulp-strip-debug\n\n\u003e Strip `console`, `alert`, and `debugger` statements from JavaScript code with [`strip-debug`](https://github.com/sindresorhus/strip-debug)\n\n## Install\n\n```sh\nnpm install --save-dev gulp-strip-debug\n```\n\n## Usage\n\n```js\nimport gulp from 'gulp';\nimport stripDebug from'gulp-strip-debug';\n\nexport default () =\u003e (\n\tgulp.src('src/app.js')\n\t\t.pipe(stripDebug())\n\t\t.pipe(gulp.dest('dist'))\n);\n```\n","funding_links":["https://github.com/sponsors/sindresorhus","https://opencollective.com/sindresorhus","https://sindresorhus.com/donate"],"categories":["插件","Plugins"],"sub_categories":["其他插件","Miscellaneous Plugins"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsindresorhus%2Fgulp-strip-debug","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsindresorhus%2Fgulp-strip-debug","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsindresorhus%2Fgulp-strip-debug/lists"}