npm_owner_remove
Remove a user from an npm package's maintainer list, preventing lockout by refusing to remove the last maintainer.
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 |