mirror of https://github.com/nodejs/node.git
58 lines
1.3 KiB
JSON
58 lines
1.3 KiB
JSON
{
|
|
"name": "lru-cache",
|
|
"description": "A cache object that deletes the least-recently-used items.",
|
|
"version": "2.6.5",
|
|
"author": {
|
|
"name": "Isaac Z. Schlueter",
|
|
"email": "i@izs.me"
|
|
},
|
|
"keywords": [
|
|
"mru",
|
|
"lru",
|
|
"cache"
|
|
],
|
|
"scripts": {
|
|
"test": "tap test --gc"
|
|
},
|
|
"main": "lib/lru-cache.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/isaacs/node-lru-cache.git"
|
|
},
|
|
"devDependencies": {
|
|
"tap": "^1.2.0",
|
|
"weak": ""
|
|
},
|
|
"license": "ISC",
|
|
"gitHead": "7062a0c891bfb80a294be9217e4de0f882e75776",
|
|
"bugs": {
|
|
"url": "https://github.com/isaacs/node-lru-cache/issues"
|
|
},
|
|
"homepage": "https://github.com/isaacs/node-lru-cache#readme",
|
|
"_id": "lru-cache@2.6.5",
|
|
"_shasum": "e56d6354148ede8d7707b58d143220fd08df0fd5",
|
|
"_from": "lru-cache@2.6.5",
|
|
"_npmVersion": "3.0.0",
|
|
"_nodeVersion": "2.2.1",
|
|
"_npmUser": {
|
|
"name": "isaacs",
|
|
"email": "isaacs@npmjs.com"
|
|
},
|
|
"dist": {
|
|
"shasum": "e56d6354148ede8d7707b58d143220fd08df0fd5",
|
|
"tarball": "http://registry.npmjs.org/lru-cache/-/lru-cache-2.6.5.tgz"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "isaacs",
|
|
"email": "isaacs@npmjs.com"
|
|
},
|
|
{
|
|
"name": "othiym23",
|
|
"email": "ogd@aoaioxxysz.net"
|
|
}
|
|
],
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.6.5.tgz"
|
|
}
|