{"library":"simple-memory-storage","type":"library","category":null,"description":"A lightweight, zero-dependency in-memory storage implementation that mirrors the Web Storage API (localStorage/sessionStorage). Version 1.0.0 is the initial stable release, with no further updates since. It provides a simple JavaScript object-based store with methods: setItem, getItem, removeItem, clear, key, and length. Differentiates from localStorage by not persisting data, making it ideal for testing and ephemeral state in Node.js or browser environments. Includes TypeScript types.","language":"javascript","status":"active","version":"1.0.0","tags":["javascript","typescript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install simple-memory-storage","imports":["import { SimpleMemoryStorage } from 'simple-memory-storage'","import { SimpleMemoryStorage } from 'simple-memory-storage'","const { SimpleMemoryStorage } = await import('simple-memory-storage')"]},{"cmd":"yarn add simple-memory-storage","imports":[]},{"cmd":"pnpm add simple-memory-storage","imports":[]}],"homepage":"https://github.com/bouzuya/simple-memory-storage#readme","github":"https://github.com/bouzuya/simple-memory-storage","docs":null,"changelog":null,"pypi":null,"npm":"simple-memory-storage","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}