zxcvbn : realistic password strength estimation. You can installing zxcvbn 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 zxcvbn $ sudo npm install -g zxcvbn
If want to update the zxcvbn package execute the command as below,
$ sudo npm update zxcvbn
Update package globally,
$ npm install -g zxcvbn
$ sudo git clone https://github.com/rektide/zxcvbn.git
$ sudo npm install -g ./zxcvbn
zxcvbn@4.4.2 /usr/lib/node_modules/zxcvbn
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall zxcvbn
| Package Name | zxcvbn |
| Version | 4.4.2 |
| Description | realistic password strength estimation |
| Released Date | 2017-02-07T03:58:00.320Z |
| Published by | wheels |
| How to Learn | https://www.npmjs.com/package/zxcvbn/tutorial |