extend : Port of jQuery.extend for node.js and the browser. You can installing 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 extend $ sudo npm install -g extend
If want to update the extend package execute the command as below,
$ sudo npm update extend
Update package globally,
$ npm install -g extend
$ sudo git clone https://github.com/rektide/extend.git
$ sudo npm install -g ./extend
extend@3.0.1 /usr/lib/node_modules/extend
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall extend
Package Name | extend |
Version | 3.0.1 |
Description | Port of jQuery.extend for node.js and the browser |
Released Date | 2017-04-28T05:36:44.288Z |
Published by | ljharb |
How to Learn | https://www.npmjs.com/package/extend/tutorial |