node/deps/npm/node_modules/lru-cache/package.json

57 lines
1.4 KiB
JSON
Raw Normal View History

2012-06-16 01:00:30 +08:00
{
"name": "lru-cache",
"description": "A cache object that deletes the least-recently-used items.",
"version": "2.6.3",
2012-06-16 01:00:30 +08:00
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me"
},
"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"
},
"gitHead": "0654ce0b1f2d676a0cfc1f3001a097af9e7b0dfb",
2013-09-08 03:31:04 +08:00
"bugs": {
"url": "https://github.com/isaacs/node-lru-cache/issues"
},
"homepage": "https://github.com/isaacs/node-lru-cache#readme",
"_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",
"email": "isaacs@npmjs.com"
},
"dist": {
"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": {},
"_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.6.3.tgz"
2011-12-14 10:53:02 +08:00
}