preserve : Temporarily substitute tokens in the given `string` with placeholders, then put them back after transforming the string.. You can installing preserve 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 preserve $ sudo npm install -g preserve
If want to update the preserve package execute the command as below,
$ sudo npm update preserve
Update package globally,
$ npm install -g preserve
$ sudo git clone https://github.com/rektide/preserve.git
$ sudo npm install -g ./preserve
preserve@0.2.0 /usr/lib/node_modules/preserve
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall preserve
| Package Name | preserve |
| Version | 0.2.0 |
| Description | Temporarily substitute tokens in the given `string` with placeholders, then put them back after transforming the string. |
| Released Date | 2015-01-10T22:29:38.220Z |
| Published by | jonschlinkert |
| How to Learn | https://www.npmjs.com/package/preserve/tutorial |