{ "name": "hashlru", "description": "simpler faster substitute for LRU", "version": "2.3.0", "homepage": "https://github.com/dominictarr/hashlru", "repository": { "type": "git", "url": "git://github.com/dominictarr/hashlru.git" }, "dependencies": {}, "devDependencies": { "istanbul": "^0.4.5" }, "types": "index.d.ts", "scripts": { "test": "set -e; for t in test/*.js; do node $t; done", "cov": "istanbul cover test/*.js" }, "author": "'Dominic Tarr' (dominictarr.com)", "license": "MIT" }