npm_owner_remove
Remove an npm user from a package's maintainer list, preventing lockout by refusing if no maintainers would remain.
Instructions
Remove a user from a package's maintainer list. Refuses if it would leave the package with zero maintainers (lockout prevention).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Package name | |
| username | Yes | npm username to remove |