extend.js : extend(obj, obj2, ...). You can installing extend.js 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 extend.js $ sudo npm install -g extend.js
If want to update the extend.js package execute the command as below,
$ sudo npm update extend.js
Update package globally,
$ npm install -g extend.js
$ sudo git clone https://github.com/rektide/extend.js.git
$ sudo npm install -g ./extend.js
extend.js@0.0.2 /usr/lib/node_modules/extend.js
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall extend.js
Package Name | extend.js |
Version | 0.0.2 |
Description | extend(obj, obj2, ...) |
Released Date | 2014-12-04T20:09:28.833Z |
Published by | mattmueller |
How to Learn | https://www.npmjs.com/package/extend.js/tutorial |