{ "name": "@fomantic/gulp-dedupe", "description": "Check for duplicates in the stream and filter them or throw an error", "version": "0.0.3", "homepage": "https://github.com/fomantic/gulp-dedupe", "repository": "git://github.com/fomantic/gulp-dedupe.git", "author": "Marat Abdullin ", "license": "MIT", "main": "./index.js", "keywords": [ "gulpplugin", "dedupe", "duplicates" ], "bugs": { "url": "https://github.com/hoho/gulp-dedupe/issues" }, "dependencies": { "colors": "^1.4.0", "diff": "^5.1.0", "lodash.defaults": "^4.2.0", "plugin-error": "^2.0.0", "through": "^2.3.8" }, "devDependencies": { "mocha": "^9.2.2", "should": "^13.2.3", "vinyl": "^3.0.0" }, "scripts": { "test": "mocha" }, "engines": { "node": ">=12" } }