isemail : Validate an email address according to RFCs 5321, 5322, and others. You can installing isemail 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 isemail $ sudo npm install -g isemail
If want to update the isemail package execute the command as below,
$ sudo npm update isemail
Update package globally,
$ npm install -g isemail
$ sudo git clone https://github.com/rektide/isemail.git
$ sudo npm install -g ./isemail
isemail@3.0.0 /usr/lib/node_modules/isemail
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall isemail
Package Name | isemail |
Version | 3.0.0 |
Description | Validate an email address according to RFCs 5321, 5322, and others |
Released Date | 2017-06-22T07:41:28.168Z |
Published by | skeggse |
How to Learn | https://www.npmjs.com/package/isemail/tutorial |