1{ 2 "name": "lru-cache", 3 "description": "A cache object that deletes the least-recently-used items.", 4 "version": "2.6.4", 5 "author": { 6 "name": "Isaac Z. Schlueter", 7 "email": "[email protected]" 8 }, 9 "keywords": [ 10 "mru", 11 "lru", 12 "cache" 13 ], 14 "scripts": { 15 "test": "tap test --gc" 16 }, 17 "main": "lib/lru-cache.js", 18 "repository": { 19 "type": "git", 20 "url": "git://github.com/isaacs/node-lru-cache.git" 21 }, 22 "devDependencies": { 23 "tap": "^0.7.1", 24 "weak": "" 25 }, 26 "license": "ISC", 27 "gitHead": "aea58fc0a12714c6e1422963e7ebea66460ec39e", 28 "bugs": { 29 "url": "https://github.com/isaacs/node-lru-cache/issues" 30 }, 31 "homepage": "https://github.com/isaacs/node-lru-cache#readme", 32 "_id": "[email protected]", 33 "_shasum": "2675190ccd1b0701ec2f652a4d0d3d400d76c0dd", 34 "_from": "lru-cache@>=2.0.0 <3.0.0", 35 "_npmVersion": "2.10.0", 36 "_nodeVersion": "2.0.1", 37 "_npmUser": { 38 "name": "isaacs", 39 "email": "[email protected]" 40 }, 41 "dist": { 42 "shasum": "2675190ccd1b0701ec2f652a4d0d3d400d76c0dd", 43 "tarball": "http://registry.npmjs.org/lru-cache/-/lru-cache-2.6.4.tgz" 44 }, 45 "maintainers": [ 46 { 47 "name": "isaacs", 48 "email": "[email protected]" 49 }, 50 { 51 "name": "othiym23", 52 "email": "[email protected]" 53 } 54 ], 55 "directories": {}, 56 "_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.6.4.tgz", 57 "readme": "ERROR: No README data found!" 58} 59 60