named-regexp : Append named-capture feature to JavaScript RegExp. You can installing named-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 named-regexp $ sudo npm install -g named-regexp
If want to update the named-regexp package execute the command as below,
$ sudo npm update named-regexp
Update package globally,
$ npm install -g named-regexp
$ sudo git clone https://github.com/rektide/named-regexp.git
$ sudo npm install -g ./named-regexp
named-regexp@0.1.1 /usr/lib/node_modules/named-regexp
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall named-regexp
Package Name | named-regexp |
Version | 0.1.1 |
Description | Append named-capture feature to JavaScript RegExp |
Released Date | 2012-08-14T12:37:21.857Z |
Published by | npm |
How to Learn | https://www.npmjs.com/package/named-regexp/tutorial |