A drop-in substitute for the browser native localStorage API that runs on node.js.
TypeScript definitions for node-localstorage
Node.js localstorage for KVS.
simple mocking node-localstorage by jest
```ts // using node-localstorage as an example import { LocalStorage } from "node-localstorage"; const ls = new LocalStorage("/");
Super-easy (and fast) persistent data structures in Node.js, modeled after HTML5 localStorage
Auto mock all localstorage and sessionstorage APIs for your Jest tests
Mock localStorage for headless unit tests
a localForage driver for Node.js and Deno using node-localstorage
Extends Cypress' cy commands with localStorage methods. Allows preserving localStorage between tests
Cross platform environment variables with process.env, window.name, location.hash and localStorage fallbacks
a base class for sdk with default error handler
Tiny LocalStorage utility library
Simply adds setJSON and getJSON methods to node-localstorage.
localStorage API with TTL for Browser or Node Server contexts
Uses localStorage (or node-localstorage) to implement a Least Recently Updated cache
in memory localStorage polyfill for node.js utilizing ES6 proxies
Auto mock all localstorage and sessionstorage APIs for your Vitest tests
key-value storage for Node.js likenes localStorage
Storage utility with fallbacks
> open debug mode
An ultra slim localstorage wrapper with optional support for ttl and encryption
W3C DOM Storage (localStorage and sessionStorage) for node.js
TypeScript definitions for pouchdb