rache
Version:
Random-eviction cache
28 lines (27 loc) • 602 B
JSON
{
"name": "rache",
"version": "1.0.0",
"description": "Random-eviction cache",
"main": "index.js",
"scripts": {
"test": "standard && brittle test.js --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/holepunchto/rache.git"
},
"author": "Holepunch",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/holepunchto/rache/issues"
},
"homepage": "https://github.com/holepunchto/rache#readme",
"files": [
"index.js"
],
"dependencies": {},
"devDependencies": {
"brittle": "^3.5.2",
"standard": "^17.1.0"
}
}