Hello,
In my package.json, I have this information as author:
"author": {
"name": "My name",
"email": "My email",
"url": "Some url"
},
That translates into the following:

I suppose it's just a matter to support the different formats: npm package.json docs.