dot-object : dot-object makes it possible to transform and read (JSON) objects using dot notation.. You can installing dot-object 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 dot-object $ sudo npm install -g dot-object
If want to update the dot-object package execute the command as below,
$ sudo npm update dot-object
Update package globally,
$ npm install -g dot-object
$ sudo git clone https://github.com/rektide/dot-object.git
$ sudo npm install -g ./dot-object
dot-object@1.7.0 /usr/lib/node_modules/dot-object
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall dot-object
Package Name | dot-object |
Version | 1.7.0 |
Description | dot-object makes it possible to transform and read (JSON) objects using dot notation. |
Released Date | 2017-09-20T19:10:57.951Z |
Published by | rhalff |
How to Learn | https://www.npmjs.com/package/dot-object/tutorial |