morphit/node_modules/hashlru/package.json

21 lines
563 B
JSON

{
"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"
}