Sha256: 9ced922d5b7d425efac9fe6d8e2cc5dc50294dbeb454611f96047693a6b6bccc
Contents?: true
Size: 1.36 KB
Versions: 10
Compression:
Stored size: 1.36 KB
Contents
{ "name": "lru-cache", "description": "A cache object that deletes the least-recently-used items.", "version": "2.6.3", "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": "^0.7.1", "weak": "" }, "license": { "type": "MIT", "url": "http://github.com/isaacs/node-lru-cache/raw/master/LICENSE" }, "gitHead": "0654ce0b1f2d676a0cfc1f3001a097af9e7b0dfb", "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.0.0 <3.0.0", "_npmVersion": "2.10.0", "_nodeVersion": "2.0.1", "_npmUser": { "name": "isaacs", "email": "isaacs@npmjs.com" }, "dist": { "shasum": "51ccd0b4fc0c843587d7a5709ce4d3b7629bedc5", "tarball": "http://registry.npmjs.org/lru-cache/-/lru-cache-2.6.3.tgz" }, "maintainers": [ { "name": "isaacs", "email": "i@izs.me" } ], "directories": {}, "_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.6.3.tgz" }
Version data entries
10 entries across 10 versions & 1 rubygems