ip-address : A library for parsing IPv4 and IPv6 IP addresses in node and the browser.. You can installing ip-address 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 ip-address $ sudo npm install -g ip-address
If want to update the ip-address package execute the command as below,
$ sudo npm update ip-address
Update package globally,
$ npm install -g ip-address
$ sudo git clone https://github.com/rektide/ip-address.git
$ sudo npm install -g ./ip-address
ip-address@5.8.8 /usr/lib/node_modules/ip-address
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall ip-address
Package Name | ip-address |
Version | 5.8.8 |
Description | A library for parsing IPv4 and IPv6 IP addresses in node and the browser. |
Released Date | 2017-04-10T00:26:08.039Z |
Published by | beaugunderson |
How to Learn | https://www.npmjs.com/package/ip-address/tutorial |