|
|
|
|
|
by politelemon
1577 days ago
|
|
The NPM registry's API documentation seems to be wrong, or deliberately semi-vague, as well. It states (emphasis mine) > maintainers: and array of objects containing author objects as listed in package.json > author: object with name, email, and or url of author as listed in package.json However, the email address against the user's profile gets listed even if your package.json does not contain an email address. Example: https://registry.npmjs.org/leftpad/ |
|