parse-author : Parse an author, contributor, maintainer or other person string into an object with name, email and url properties following npm conventions.. You can installing parse-author npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install parse-author $ sudo npm install -g parse-author
If want to update the parse-author package execute the command as below,
$ sudo npm update parse-author
Update package globally,
$ npm install -g parse-author
$ sudo git clone https://github.com/rektide/parse-author.git
$ sudo npm install -g ./parse-author
parse-author@2.0.0 /usr/lib/node_modules/parse-author
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall parse-author
| Package Name | parse-author |
| Version | 2.0.0 |
| Description | Parse an author, contributor, maintainer or other person string into an object with name, email and url properties following npm conventions. |
| Released Date | 2017-03-08T12:07:54.314Z |
| Published by | jonschlinkert |
| How to Learn | https://www.npmjs.com/package/parse-author/tutorial |