store : A localStorage wrapper for all browsers without using cookies or flash. Uses localStorage, globalStorage, and userData behavior under the hood. You can installing store 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 store $ sudo npm install -g store
If want to update the store package execute the command as below,
$ sudo npm update store
Update package globally,
$ npm install -g store
$ sudo git clone https://github.com/rektide/store.git
$ sudo npm install -g ./store
store@2.0.12 /usr/lib/node_modules/store
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall store
| Package Name | store |
| Version | 2.0.12 |
| Description | A localStorage wrapper for all browsers without using cookies or flash. Uses localStorage, globalStorage, and userData behavior under the hood |
| Released Date | 2017-06-20T16:21:49.906Z |
| Published by | marcuswestin |
| How to Learn | https://www.npmjs.com/package/store/tutorial |