glob-to-regexp : Convert globs to regular expressions. You can installing glob-to-regexp 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 glob-to-regexp $ sudo npm install -g glob-to-regexp
If want to update the glob-to-regexp package execute the command as below,
$ sudo npm update glob-to-regexp
Update package globally,
$ npm install -g glob-to-regexp
$ sudo git clone https://github.com/rektide/glob-to-regexp.git
$ sudo npm install -g ./glob-to-regexp
glob-to-regexp@0.3.0 /usr/lib/node_modules/glob-to-regexp
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall glob-to-regexp
Package Name | glob-to-regexp |
Version | 0.3.0 |
Description | Convert globs to regular expressions |
Released Date | 2016-08-28T06:05:38.614Z |
Published by | nickfitzgerald |
How to Learn | https://www.npmjs.com/package/glob-to-regexp/tutorial |