uri-templates : URI Templates (RFC6570) including de-substitution. You can installing uri-templates 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 uri-templates $ sudo npm install -g uri-templates
If want to update the uri-templates package execute the command as below,
$ sudo npm update uri-templates
Update package globally,
$ npm install -g uri-templates
$ sudo git clone https://github.com/rektide/uri-templates.git
$ sudo npm install -g ./uri-templates
uri-templates@0.2.0 /usr/lib/node_modules/uri-templates
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall uri-templates
| Package Name | uri-templates |
| Version | 0.2.0 |
| Description | URI Templates (RFC6570) including de-substitution |
| Released Date | 2016-05-29T16:06:19.965Z |
| Published by | geraintluff |
| How to Learn | https://www.npmjs.com/package/uri-templates/tutorial |