{ "name" : "lru-cache"
, "description" : "A cache object that deletes the least-recently-used items."
, "version" : "1.0.4"
, "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"
, "licenses" :
  [ { "type" : "MIT"
    , "url" : "http://github.com/isaacs/node-lru-cache/raw/master/LICENSE"
    }
  ]
}
