{ "name" : "lru-cache"
, "description" : "A cache object that deletes the least-recently-used items."
, "version" : "1.0.3"
, "author" : "Isaac Z. Schlueter <i@izs.me>"
, "scripts" : { "test" : "node lib/lru-cache.js" }
, "main" : "lib/lru-cache"
, "repository" : "git://github.com/isaacs/node-lru-cache.git"
}
