defaults-deep : Like `extend` but recursively copies only the missing properties/values to the target object.. You can installing defaults-deep 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 defaults-deep $ sudo npm install -g defaults-deep
If want to update the defaults-deep package execute the command as below,
$ sudo npm update defaults-deep
Update package globally,
$ npm install -g defaults-deep
$ sudo git clone https://github.com/rektide/defaults-deep.git
$ sudo npm install -g ./defaults-deep
defaults-deep@0.2.3 /usr/lib/node_modules/defaults-deep
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall defaults-deep
Package Name | defaults-deep |
Version | 0.2.3 |
Description | Like `extend` but recursively copies only the missing properties/values to the target object. |
Released Date | 2015-08-21T06:28:17.747Z |
Published by | jonschlinkert |
How to Learn | https://www.npmjs.com/package/defaults-deep/tutorial |