UNPKG

memory-cache2

Version:

Creates an object cache in memory for use in browser or node. Cache instances are observable and can listen for events.

33 lines (32 loc) 782 B
{ "name": "memory-cache2", "version": "3.0.0", "description": "Creates an object cache in memory for use in browser or node. Cache instances are observable and can listen for events.", "main": "index.js", "scripts": { "test": "mocha", "benchmark": "node ./benchmark.js" }, "repository": { "type": "git", "url": "git+https://github.com/damusix/memory-cache.git" }, "keywords": [ "memory", "cache", "browser", "es6" ], "author": "Danilo Alonso", "license": "MIT", "bugs": { "url": "https://github.com/damusix/memory-cache/issues" }, "homepage": "https://github.com/damusix/memory-cache#readme", "devDependencies": { "benchmark": "^2.1.3", "chai": "^3.5.0", "chalk": "^2.3.2", "mocha": "^6.0.2" } }