UNPKG

map-cache-ttl

Version:

Map cache with expiration and es6 `Map`s

29 lines (28 loc) 528 B
{ "name": "map-cache-ttl", "version": "0.1.1", "description": "Map cache with expiration and es6 `Map`s", "main": "index.js", "dependencies": { "ms": "^0.7.1", "object-hash": "^1.1.2" }, "devDependencies": { "co": "^4.6.0", "mocha": "^2.4.5" }, "scripts": { "test": "./node_modules/.bin/mocha test.js" }, "keywords": [ "map", "cache", "es6", "expire", "max_age", "ttl", "proxy" ], "author": "Sigalas Alexandros <alxarch@gmail.com>", "license": "ISC" }