balanced-match : Match balanced character pairs, like { and }. You can installing balanced-match 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 balanced-match $ sudo npm install -g balanced-match
If want to update the balanced-match package execute the command as below,
$ sudo npm update balanced-match
Update package globally,
$ npm install -g balanced-match
$ sudo git clone https://github.com/rektide/balanced-match.git
$ sudo npm install -g ./balanced-match
balanced-match@1.0.0 /usr/lib/node_modules/balanced-match
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall balanced-match
Package Name | balanced-match |
Version | 1.0.0 |
Description | Match balanced character pairs, like { and } |
Released Date | 2017-06-12T07:18:30.595Z |
Published by | juliangruber |
How to Learn | https://www.npmjs.com/package/balanced-match/tutorial |