session-cache
JSON →Session storage for tasks, designed to pass data between gulp tasks or similar workflow steps. Current stable version is 0.2.0, released in 2015 with no updates since. It provides a simple context-based session object to store and retrieve key-value pairs, with methods to bind functions and EventEmitters. Lacks TypeScript support, tests, and modern ESM compatibility. Alternatives include async hooks or more maintained session libraries.