base32 : Base32 encoding and decoding. You can installing base32 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 base32 $ sudo npm install -g base32
If want to update the base32 package execute the command as below,
$ sudo npm update base32
Update package globally,
$ npm install -g base32
$ sudo git clone https://github.com/rektide/base32.git
$ sudo npm install -g ./base32
base32@0.0.6 /usr/lib/node_modules/base32
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall base32
Package Name | base32 |
Version | 0.0.6 |
Description | Base32 encoding and decoding |
Released Date | 2014-02-20T00:48:30.035Z |
Published by | agnoster |
How to Learn | https://www.npmjs.com/package/base32/tutorial |