base-64 : A robust base64 encoder/decoder that is fully compatible with `atob()` and `btoa()`, written in JavaScript.. You can installing base-64 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 base-64 $ sudo npm install -g base-64
If want to update the base-64 package execute the command as below,
$ sudo npm update base-64
Update package globally,
$ npm install -g base-64
$ sudo git clone https://github.com/rektide/base-64.git
$ sudo npm install -g ./base-64
base-64@0.1.0 /usr/lib/node_modules/base-64
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall base-64
Package Name | base-64 |
Version | 0.1.0 |
Description | A robust base64 encoder/decoder that is fully compatible with `atob()` and `btoa()`, written in JavaScript. |
Released Date | 2014-05-13T14:16:57.833Z |
Published by | mathias |
How to Learn | https://www.npmjs.com/package/base-64/tutorial |