patrun : A fast pattern matcher on JavaScript object properties.. You can installing patrun 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 patrun $ sudo npm install -g patrun
If want to update the patrun package execute the command as below,
$ sudo npm update patrun
Update package globally,
$ npm install -g patrun
$ sudo git clone https://github.com/rektide/patrun.git
$ sudo npm install -g ./patrun
patrun@0.5.1 /usr/lib/node_modules/patrun
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall patrun
| Package Name | patrun |
| Version | 0.5.1 |
| Description | A fast pattern matcher on JavaScript object properties. |
| Released Date | 2016-09-13T18:06:40.617Z |
| Published by | rjrodger |
| How to Learn | https://www.npmjs.com/package/patrun/tutorial |