jsbn : The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers.. You can installing jsbn 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 jsbn $ sudo npm install -g jsbn
If want to update the jsbn package execute the command as below,
$ sudo npm update jsbn
Update package globally,
$ npm install -g jsbn
$ sudo git clone https://github.com/rektide/jsbn.git
$ sudo npm install -g ./jsbn
jsbn@1.1.0 /usr/lib/node_modules/jsbn
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall jsbn
Package Name | jsbn |
Version | 1.1.0 |
Description | The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers. |
Released Date | 2017-02-13T17:14:56.780Z |
Published by | andyperlitch |
How to Learn | https://www.npmjs.com/package/jsbn/tutorial |