UNPKG

gulp-chown

Version:
55 lines (54 loc) 926 B
{ "name": "gulp-chown", "version": "3.0.0", "description": "Change owner of Vinyl files", "license": "MIT", "repository": "sindresorhus/gulp-chown", "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", "chown", "stat", "file", "vinyl", "stream", "permissions", "owner", "ownership" ], "dependencies": { "gulp-plugin-extras": "^0.2.0", "pify": "^6.1.0", "uid-number": "0.0.6" }, "devDependencies": { "ava": "^5.3.1", "p-event": "^6.0.0", "vinyl": "^3.0.0", "xo": "^0.56.0" }, "peerDependencies": { "gulp": ">=4" }, "peerDependenciesMeta": { "gulp": { "optional": true } } }