{"id":14982163,"url":"https://github.com/dkern/gulp-noop","last_synced_at":"2025-10-29T11:31:18.570Z","repository":{"id":46592961,"uuid":"65455443","full_name":"dkern/gulp-noop","owner":"dkern","description":"simple no-operation plugin for gulp","archived":false,"fork":false,"pushed_at":"2020-07-24T11:39:51.000Z","size":3,"stargazers_count":10,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-02T01:04:46.978Z","etag":null,"topics":["gulp","gulp-js","gulp-noop","gulp-plugin","gulp-plugins","gulpfile","gulpjs","noop"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/gulp-noop","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/dkern.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":"2016-08-11T09:08:01.000Z","updated_at":"2022-07-19T06:31:04.000Z","dependencies_parsed_at":"2022-07-20T05:33:33.554Z","dependency_job_id":null,"html_url":"https://github.com/dkern/gulp-noop","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkern%2Fgulp-noop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkern%2Fgulp-noop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkern%2Fgulp-noop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkern%2Fgulp-noop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dkern","download_url":"https://codeload.github.com/dkern/gulp-noop/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238817372,"owners_count":19535517,"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","gulp-js","gulp-noop","gulp-plugin","gulp-plugins","gulpfile","gulpjs","noop"],"created_at":"2024-09-24T14:04:53.889Z","updated_at":"2025-10-29T11:31:13.253Z","avatar_url":"https://github.com/dkern.png","language":"JavaScript","readme":"# gulp-noop\n\n[![GitHub version](https://badge.fury.io/gh/dkern%2Fgulp-noop.svg)](http://github.com/dkern/gulp-noop)\n[![NPM version](https://badge.fury.io/js/gulp-noop.svg)](http://www.npmjs.org/package/gulp-noop)\n[![Dependencies Status](https://david-dm.org/dkern/gulp-noop/status.svg)](https://david-dm.org/dkern/gulp-noop)\n\nsimple no-operation plugin for [gulp](http://gulpjs.com/)\n\n-----\n\n## About\nThis plugin is just the same as `noop` in [`gulp-util`](https://www.npmjs.com/package/gulp-util).\nIf you already use `gulp-util` in your project, you should pick this instead of `gulp-noop`.\nIf not, this plugin is a smaller and lighter alternative. :)\n\n\n## Install\n```SH\n$ npm install --save-dev gulp-noop\n```\n[![NPM](https://nodei.co/npm/gulp-noop.png?compact=true)](https://nodei.co/npm/gulp-noop/)\n\n\n## Example\nUse it for inline decisions:\n\n```JS\nvar noop = require(\"gulp-noop\");\nvar obfuscate = true;\n\ngulp.task(\"my-task\", function() {\n    return gulp.src(\"*.js\")\n               .pipe(jshint())\n               .pipe(obfuscate ? uglify() : noop())\n               .pipe(gulp.dest(\"./dist\"));\n});\n```\n\nOr just replace other actions with `noop()`, like for debugging purpose:\n```JS\nvar noop = require(\"gulp-noop\");\n\ngulp.task(\"my-task\", function() {\n    return gulp.src(\"*.js\")\n               .pipe(noop())\n               .pipe(noop())\n               .pipe(gulp.dest(\"./dist\"));\n});\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkern%2Fgulp-noop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdkern%2Fgulp-noop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkern%2Fgulp-noop/lists"}