json-bigint : JSON.parse with bigints support. You can installing json-bigint 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 json-bigint $ sudo npm install -g json-bigint
If want to update the json-bigint package execute the command as below,
$ sudo npm update json-bigint
Update package globally,
$ npm install -g json-bigint
$ sudo git clone https://github.com/rektide/json-bigint.git
$ sudo npm install -g ./json-bigint
json-bigint@0.2.3 /usr/lib/node_modules/json-bigint
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall json-bigint
Package Name | json-bigint |
Version | 0.2.3 |
Description | JSON.parse with bigints support |
Released Date | 2017-01-09T23:15:26.263Z |
Published by | sidorares |
How to Learn | https://www.npmjs.com/package/json-bigint/tutorial |