object-merge : Merges JavaScript objects recursively without altering the objects merged.. You can installing object-merge 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 object-merge $ sudo npm install -g object-merge
If want to update the object-merge package execute the command as below,
$ sudo npm update object-merge
Update package globally,
$ npm install -g object-merge
$ sudo git clone https://github.com/rektide/object-merge.git
$ sudo npm install -g ./object-merge
object-merge@2.5.1 /usr/lib/node_modules/object-merge
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall object-merge
| Package Name | object-merge |
| Version | 2.5.1 |
| Description | Merges JavaScript objects recursively without altering the objects merged. |
| Released Date | 2013-12-26T02:21:14.723Z |
| Published by | kastor |
| How to Learn | https://www.npmjs.com/package/object-merge/tutorial |