2012-06-16 01:00:30 +08:00
|
|
|
{
|
|
|
|
"name": "lru-cache",
|
|
|
|
"description": "A cache object that deletes the least-recently-used items.",
|
2015-05-22 15:14:39 +08:00
|
|
|
"version": "2.6.3",
|
2012-06-16 01:00:30 +08:00
|
|
|
"author": {
|
|
|
|
"name": "Isaac Z. Schlueter",
|
|
|
|
"email": "i@izs.me"
|
|
|
|
},
|
2015-05-01 16:27:33 +08:00
|
|
|
"keywords": [
|
|
|
|
"mru",
|
|
|
|
"lru",
|
|
|
|
"cache"
|
|
|
|
],
|
2012-06-16 01:00:30 +08:00
|
|
|
"scripts": {
|
2013-03-07 07:41:06 +08:00
|
|
|
"test": "tap test --gc"
|
2012-06-16 01:00:30 +08:00
|
|
|
},
|
|
|
|
"main": "lib/lru-cache.js",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/isaacs/node-lru-cache.git"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2015-04-17 16:12:21 +08:00
|
|
|
"tap": "^0.7.1",
|
2013-03-29 02:35:12 +08:00
|
|
|
"weak": ""
|
2012-06-16 01:00:30 +08:00
|
|
|
},
|
|
|
|
"license": {
|
|
|
|
"type": "MIT",
|
|
|
|
"url": "http://github.com/isaacs/node-lru-cache/raw/master/LICENSE"
|
|
|
|
},
|
2015-05-22 15:14:39 +08:00
|
|
|
"gitHead": "0654ce0b1f2d676a0cfc1f3001a097af9e7b0dfb",
|
2013-09-08 03:31:04 +08:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/isaacs/node-lru-cache/issues"
|
|
|
|
},
|
2015-05-01 16:27:33 +08:00
|
|
|
"homepage": "https://github.com/isaacs/node-lru-cache#readme",
|
2015-05-22 15:14:39 +08:00
|
|
|
"_id": "lru-cache@2.6.3",
|
|
|
|
"_shasum": "51ccd0b4fc0c843587d7a5709ce4d3b7629bedc5",
|
|
|
|
"_from": "lru-cache@>=2.6.3 <2.7.0",
|
|
|
|
"_npmVersion": "2.10.0",
|
|
|
|
"_nodeVersion": "2.0.1",
|
2015-04-17 16:12:21 +08:00
|
|
|
"_npmUser": {
|
|
|
|
"name": "isaacs",
|
2015-05-01 16:27:33 +08:00
|
|
|
"email": "isaacs@npmjs.com"
|
|
|
|
},
|
|
|
|
"dist": {
|
2015-05-22 15:14:39 +08:00
|
|
|
"shasum": "51ccd0b4fc0c843587d7a5709ce4d3b7629bedc5",
|
|
|
|
"tarball": "http://registry.npmjs.org/lru-cache/-/lru-cache-2.6.3.tgz"
|
2015-04-17 16:12:21 +08:00
|
|
|
},
|
|
|
|
"maintainers": [
|
|
|
|
{
|
|
|
|
"name": "isaacs",
|
|
|
|
"email": "i@izs.me"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"directories": {},
|
2015-05-22 15:14:39 +08:00
|
|
|
"_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.6.3.tgz"
|
2011-12-14 10:53:02 +08:00
|
|
|
}
|