package.json
598 字节
{
"name": "lru-cache",
"description": "A cache object that deletes the least-recently-used items.",
"version": "2.5.0",
"author": "Isaac Z. Schlueter <i@izs.me>",
"scripts": {
"test": "tap test --gc"
},
"main": "lib/lru-cache.js",
"repository": "git://github.com/isaacs/node-lru-cache.git",
"devDependencies": {
"tap": "",
"weak": ""
},
"license": {
"type": "MIT",
"url": "http://github.com/isaacs/node-lru-cache/raw/master/LICENSE"
},
"_from": "lru-cache@2.5.0",
"_resolved": "http://registry.npm.taobao.org/lru-cache/download/lru-cache-2.5.0.tgz"
}