Validate installed gulp plugins through gulp's blacklist.
npm install gulp-verify
gulpfile.js
currently needs to stream a file (this file will remain untouched)
var verify = require('gulp-verify');
gulp.task('verify', function() {
return gulp.src('some_file.extension').pipe(verify());
});
Once this task runs it will console any plugins which have been blacklisted by gulp.