object-extend : A well-tested function to deep extend (or merge) JavaScript objects. You can installing object-extend 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-extend $ sudo npm install -g object-extend
If want to update the object-extend package execute the command as below,
$ sudo npm update object-extend
Update package globally,
$ npm install -g object-extend
$ sudo git clone https://github.com/rektide/object-extend.git
$ sudo npm install -g ./object-extend
object-extend@0.5.0 /usr/lib/node_modules/object-extend
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall object-extend
| Package Name | object-extend |
| Version | 0.5.0 |
| Description | A well-tested function to deep extend (or merge) JavaScript objects |
| Released Date | 2013-04-10T23:00:26.839Z |
| Published by | bernhardw |
| How to Learn | https://www.npmjs.com/package/object-extend/tutorial |