magazine
Version:
A collective least-recently used cache.
35 lines (32 loc) • 932 B
JSON
{
"name": "magazine",
"version": "5.0.3",
"description":
"A collective least-recently used cache.",
"keywords":
[
"bluey", "lru", "cache", "weak", "magazine",
"database"
],
"author": "Alan Gutierrez <alan@prettyrobots.com>",
"homepage": "https://bigeasy.github.io/magazine",
"bugs": "https://github.com/bigeasy/magazine/issues",
"license": "MIT",
"repository":
{
"type": "git",
"url": "bigeasy/magazine"
},
"dependencies":
{
},
"devDependencies":
{
"proof": "7.0.x"
},
"main": "magazine.js",
"scripts":
{
"test": "proof test test/*.t.*"
}
}