You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
563 B

{
"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' <dominic.tarr@gmail.com> (dominictarr.com)",
"license": "MIT"
}