addressparser : Parse e-mail addresses. You can installing addressparser 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 addressparser $ sudo npm install -g addressparser
If want to update the addressparser package execute the command as below,
$ sudo npm update addressparser
Update package globally,
$ npm install -g addressparser
$ sudo git clone https://github.com/rektide/addressparser.git
$ sudo npm install -g ./addressparser
addressparser@1.0.1 /usr/lib/node_modules/addressparser
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall addressparser
Package Name | addressparser |
Version | 1.0.1 |
Description | Parse e-mail addresses |
Released Date | 2016-02-06T19:38:47.578Z |
Published by | andris |
How to Learn | https://www.npmjs.com/package/addressparser/tutorial |