ejson : EJSON - Extended and Extensible JSON library from Meteor made compatible for Nodejs and Browserify. You can installing ejson 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 ejson $ sudo npm install -g ejson
If want to update the ejson package execute the command as below,
$ sudo npm update ejson
Update package globally,
$ npm install -g ejson
$ sudo git clone https://github.com/rektide/ejson.git
$ sudo npm install -g ./ejson
ejson@2.1.2 /usr/lib/node_modules/ejson
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall ejson
Package Name | ejson |
Version | 2.1.2 |
Description | EJSON - Extended and Extensible JSON library from Meteor made compatible for Nodejs and Browserify |
Released Date | 2015-10-20T09:15:16.208Z |
Published by | 3rdeden |
How to Learn | https://www.npmjs.com/package/ejson/tutorial |