hawk : HTTP Hawk Authentication Scheme. You can installing hawk 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 hawk $ sudo npm install -g hawk
If want to update the hawk package execute the command as below,
$ sudo npm update hawk
Update package globally,
$ npm install -g hawk
$ sudo git clone https://github.com/rektide/hawk.git
$ sudo npm install -g ./hawk
hawk@7.0.5 /usr/lib/node_modules/hawk
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall hawk
Package Name | hawk |
Version | 7.0.5 |
Description | HTTP Hawk Authentication Scheme |
Released Date | 2017-11-03T20:49:29.131Z |
Published by | hueniverse |
How to Learn | https://www.npmjs.com/package/hawk/tutorial |