ttl-set
Version:
Like a JavaScript Set, but with a TTL on entries
29 lines (28 loc) • 611 B
JSON
{
"name": "ttl-set",
"version": "1.0.0",
"description": "Like a JavaScript Set, but with a TTL on entries",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/watson/ttl-set.git"
},
"keywords": [
"ttl",
"set",
"cache",
"time"
],
"author": "Thomas Watson <w@tson.dk> (https://wa.tson.dk/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/watson/ttl-set/issues"
},
"homepage": "https://github.com/watson/ttl-set#readme",
"dependencies": {
"fast-fifo": "^1.3.2"
}
}