merge : Merge multiple objects into one, optionally creating a new cloned object. Similar to the jQuery.extend but more flexible. Works in Node.js and the browser.. You can installing 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 merge $ sudo npm install -g merge
If want to update the merge package execute the command as below,
$ sudo npm update merge
Update package globally,
$ npm install -g merge
$ sudo git clone https://github.com/rektide/merge.git
$ sudo npm install -g ./merge
merge@1.2.0 /usr/lib/node_modules/merge
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall merge
Package Name | merge |
Version | 1.2.0 |
Description | Merge multiple objects into one, optionally creating a new cloned object. Similar to the jQuery.extend but more flexible. Works in Node.js and the browser. |
Released Date | 2014-09-07T10:12:53.301Z |
Published by | yeikos |
How to Learn | https://www.npmjs.com/package/merge/tutorial |