ieee754 : Read/write IEEE754 floating point numbers from/to a Buffer or array-like object. You can installing ieee754 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 ieee754 $ sudo npm install -g ieee754
If want to update the ieee754 package execute the command as below,
$ sudo npm update ieee754
Update package globally,
$ npm install -g ieee754
$ sudo git clone https://github.com/rektide/ieee754.git
$ sudo npm install -g ./ieee754
ieee754@1.1.8 /usr/lib/node_modules/ieee754
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall ieee754
Package Name | ieee754 |
Version | 1.1.8 |
Description | Read/write IEEE754 floating point numbers from/to a Buffer or array-like object |
Released Date | 2016-10-03T08:00:01.268Z |
Published by | feross |
How to Learn | https://www.npmjs.com/package/ieee754/tutorial |