deep-extend : Recursive object extending. You can installing deep-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 deep-extend $ sudo npm install -g deep-extend
If want to update the deep-extend package execute the command as below,
$ sudo npm update deep-extend
Update package globally,
$ npm install -g deep-extend
$ sudo git clone https://github.com/rektide/deep-extend.git
$ sudo npm install -g ./deep-extend
deep-extend@0.5.0 /usr/lib/node_modules/deep-extend
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall deep-extend
Package Name | deep-extend |
Version | 0.5.0 |
Description | Recursive object extending |
Released Date | 2017-05-11T14:27:57.546Z |
Published by | unclechu |
How to Learn | https://www.npmjs.com/package/deep-extend/tutorial |