npm-owner (1) Linux Manual Page
npm-owner – Manage package owners Synopsisnpm owner add <user> [<@scope>/]<pkg> npm owner rm <user> [<@scope>/]<pkg> npm owner ls [<@scope>/]<pkg> aliases: authorDescriptionManage ownership of published packages. • ls: List all the users who have access to modify a package and push new versions. Handy when you need to know who to bug for help. • add:…
