UNPKG

volatile-map

Version:

ES6 Map object whose values are deleted after a TTL

34 lines (33 loc) 734 B
{ "name": "volatile-map", "version": "2.0.0", "description": "ES6 Map object whose values are deleted after a TTL", "main": "index.js", "scripts": { "test": "xo && c8 ava" }, "type": "module", "repository": { "type": "git", "url": "git+https://github.com/alvarocastro/volatile-map.git" }, "keywords": [ "map", "storage", "cache", "store", "volatile" ], "author": "Alvaro Castro", "license": "MIT", "bugs": { "url": "https://github.com/alvarocastro/volatile-map/issues" }, "homepage": "https://github.com/alvarocastro/volatile-map#readme", "devDependencies": { "ava": "^3.15.0", "c8": "^7.11.0", "semantic-release": "^17.3.9", "xo": "^0.48.0" } }