{ "name": "gulp-chmod", "version": "3.1.0", "description": "Change permissions of Vinyl files", "license": "MIT", "repository": "sindresorhus/gulp-chmod", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "engines": { "node": ">=8" }, "scripts": { "test": "xo && mocha" }, "files": [ "index.js" ], "keywords": [ "gulpplugin", "chmod", "stat", "file", "vinyl", "stream", "permissions" ], "dependencies": { "lodash.merge": "^4.6.2", "stat-mode": "^1.0.0", "through2": "^3.0.1" }, "devDependencies": { "mocha": "^6.2.0", "vinyl": "^2.1.0", "xo": "^0.24.0" } }