humps : Underscore-to-camelCase converter (and vice versa) for strings and object keys in JavaScript.. You can installing humps 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 humps $ sudo npm install -g humps
If want to update the humps package execute the command as below,
$ sudo npm update humps
Update package globally,
$ npm install -g humps
$ sudo git clone https://github.com/rektide/humps.git
$ sudo npm install -g ./humps
humps@2.0.1 /usr/lib/node_modules/humps
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall humps
| Package Name | humps |
| Version | 2.0.1 |
| Description | Underscore-to-camelCase converter (and vice versa) for strings and object keys in JavaScript. |
| Released Date | 2017-06-18T13:20:01.764Z |
| Published by | domchristie |
| How to Learn | https://www.npmjs.com/package/humps/tutorial |