streamsearch : Streaming Boyer-Moore-Horspool searching for node.js. You can installing streamsearch 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 streamsearch $ sudo npm install -g streamsearch
If want to update the streamsearch package execute the command as below,
$ sudo npm update streamsearch
Update package globally,
$ npm install -g streamsearch
$ sudo git clone https://github.com/rektide/streamsearch.git
$ sudo npm install -g ./streamsearch
streamsearch@0.1.2 /usr/lib/node_modules/streamsearch
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall streamsearch
| Package Name | streamsearch |
| Version | 0.1.2 |
| Description | Streaming Boyer-Moore-Horspool searching for node.js |
| Released Date | 2013-04-14T17:49:09.358Z |
| Published by | mscdex |
| How to Learn | https://www.npmjs.com/package/streamsearch/tutorial |