deap : extend and merge objects, deep or shallow. You can installing deap 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 deap $ sudo npm install -g deap
If want to update the deap package execute the command as below,
$ sudo npm update deap
Update package globally,
$ npm install -g deap
$ sudo git clone https://github.com/rektide/deap.git
$ sudo npm install -g ./deap
deap@1.0.0 /usr/lib/node_modules/deap
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall deap
Package Name | deap |
Version | 1.0.0 |
Description | extend and merge objects, deep or shallow |
Released Date | 2014-06-18T19:05:57.418Z |
Published by | bmharris |
How to Learn | https://www.npmjs.com/package/deap/tutorial |