UNPKG

gulp-chmod

Version:
45 lines (44 loc) 804 B
{ "name": "gulp-chmod", "version": "4.0.0", "description": "Change permissions of Vinyl files", "license": "MIT", "repository": "sindresorhus/gulp-chmod", "funding": "https://github.com/sponsors/sindresorhus", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "type": "module", "exports": "./index.js", "engines": { "node": ">=18" }, "scripts": { "test": "xo && ava" }, "files": [ "index.js" ], "keywords": [ "gulpplugin", "chmod", "stat", "file", "vinyl", "stream", "permissions" ], "dependencies": { "gulp-plugin-extras": "^0.2.0", "lodash.merge": "^4.6.2", "stat-mode": "^1.0.0" }, "devDependencies": { "ava": "^5.3.1", "p-event": "^6.0.0", "vinyl": "^3.0.0", "xo": "^0.56.0" } }