{"library":"memorystorage","type":"library","category":null,"description":"MemoryStorage is a JavaScript library (v0.12.0) that provides an in-memory implementation of the Web Storage API (localStorage/sessionStorage). It serves as a drop-in replacement for environments where the native Web Storage API is unavailable, such as older browsers or server-side Node.js. The library supports both isolated (namespaced) and shared storage instances, follows the W3C specification, and is distributed as a UMD module compatible with CommonJS, AMD, and ES modules. It is lightweight (~2KB minified), has no dependencies, and is maintained by the Download organization on GitHub.","language":"javascript","status":"active","version":"0.12.0","tags":["javascript","persistence","persistent objects","localStorage","Web Storage API"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install memorystorage","imports":["import MemoryStorage from 'memorystorage'","const MemoryStorage = require('memorystorage')","define(['memorystorage'], function(MemoryStorage) { ... })"]},{"cmd":"yarn add memorystorage","imports":[]},{"cmd":"pnpm add memorystorage","imports":[]}],"homepage":"http://download.github.io/memorystorage","github":"https://github.com/download/memorystorage","docs":null,"changelog":null,"pypi":null,"npm":"memorystorage","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}