UNPKG

downgrade

Version:

Sets the user identity of the process to `www-data`

69 lines (68 loc) 1.37 kB
{ "name": "downgrade", "description": "Sets the user identity of the process to `www-data`", "version": "1.1.4", "author": { "name": "Feross Aboukhadijeh", "email": "feross@feross.org", "url": "https://feross.org" }, "bugs": { "url": "https://github.com/feross/downgrade/issues" }, "dependencies": { "debug": "^4.2.0" }, "devDependencies": { "standard": "*", "tape": "^5.0.1" }, "homepage": "https://github.com/feross/downgrade", "keywords": [ "downgrade", "lower permission", "setuid", "setgid", "process.setuid", "process.setgid", "downgrade user", "server", "www-data", "user identity", "posix", "set user identity", "set server user", "set user", "change user", "change uid", "change gid", "uid", "gid", "user id", "group id" ], "license": "MIT", "main": "index.js", "repository": { "type": "git", "url": "git://github.com/feross/downgrade.git" }, "scripts": { "test": "standard", "test-local": "sudo tape test/*.js" }, "funding": [ { "type": "github", "url": "https://github.com/sponsors/feross" }, { "type": "patreon", "url": "https://www.patreon.com/feross" }, { "type": "consulting", "url": "https://feross.org/support" } ] }