UNPKG

simple-node-memory-cache

Version:

In-memory object cache written in typescript for Node that supports multiple eviction strategies.

38 lines (37 loc) 853 B
{ "name": "simple-node-memory-cache", "version": "1.0.4", "description": "In-memory object cache written in typescript for Node that supports multiple eviction strategies.", "main": "dist/index.js", "types": "dist/index.d.ts", "keywords": [ "in-memory", "cache", "LRU", "FIFO", "LIFO", "LFU", "MRU", "RR" ], "author": "Ruud Verhoef", "license": "ISC", "scripts": { "prepublish": "tsc" }, "dependencies": { "@types/node": "12.6.8", "typescript": "3.5.3" }, "homepage": "https://github.com/RuudVerhoef/simple-node-memory-cache", "repository": { "type": "git", "url": "ssh://git@github.com:RuudVerhoef/simple-node-memory-cache.git" }, "bugs": { "url": "https://github.com/RuudVerhoef/simple-node-memory-cache/issues" }, "engines": { "node": ">= 4.9.1" } }