{ "name": "lru-cache", "description": "A cache object that deletes the least-recently-used items.", "version": "4.1.5", "author": "Isaac Z. Schlueter ", "keywords": [ "mru", "lru", "cache" ], "scripts": { "test": "tap test/*.js --100 -J", "snap": "TAP_SNAPSHOT=1 tap test/*.js -J", "posttest": "standard test/*.js index.js", "coveragerport": "tap --coverage-report=html", "lintfix": "standard --fix test/*.js index.js", "preversion": "npm test", "postversion": "npm publish --tag=legacy", "postpublish": "git push origin --all; git push origin --tags" }, "main": "index.js", "repository": "git://github.com/isaacs/node-lru-cache.git", "devDependencies": { "benchmark": "^2.1.4", "standard": "^12.0.1", "tap": "^12.1.0" }, "license": "ISC", "dependencies": { "pseudomap": "^1.0.2", "yallist": "^2.1.2" }, "files": [ "index.js" ], "__npminstall_done": "Thu Dec 24 2020 20:20:37 GMT+0800 (CST)", "_from": "lru-cache@4.1.5", "_resolved": "https://registry.npm.taobao.org/lru-cache/download/lru-cache-4.1.5.tgz?cache=0&sync_timestamp=1594429774619&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Flru-cache%2Fdownload%2Flru-cache-4.1.5.tgz" }