Parse an author, contributor, maintainer or other 'person' string into an object with name, email and url properties following npm conventions.
Regular expression for parsing an author
string into an object following npm conventions.
Stringify an authors object to name <email> (url)
.
Parse string values in package.json into objects.