{ "_from": "tiny-lru@^7.0.2", "_id": "tiny-lru@7.0.6", "_inBundle": false, "_integrity": "sha512-zNYO0Kvgn5rXzWpL0y3RS09sMK67eGaQj9805jlK9G6pSadfriTczzLHFXa/xcW4mIRfmlB9HyQ/+SgL0V1uow==", "_location": "/tiny-lru", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "tiny-lru@^7.0.2", "name": "tiny-lru", "escapedName": "tiny-lru", "rawSpec": "^7.0.2", "saveSpec": null, "fetchSpec": "^7.0.2" }, "_requiredBy": [ "/fastify" ], "_resolved": "https://registry.npmjs.org/tiny-lru/-/tiny-lru-7.0.6.tgz", "_shasum": "b0c3cdede1e5882aa2d1ae21cb2ceccf2a331f24", "_spec": "tiny-lru@^7.0.2", "_where": "/home/herrhase/Workspace/tentakelfabrik/board/node_modules/fastify", "author": { "name": "Jason Mulligan", "email": "jason.mulligan@avoidwork.com" }, "browser": "lib/tiny-lru.js", "bugs": { "url": "https://github.com/avoidwork/tiny-lru/issues" }, "bundleDependencies": false, "dependencies": {}, "deprecated": false, "description": "Tiny LRU cache for Client or Server", "devDependencies": { "auto-changelog": "^1.16.2", "nodeunit": "^0.11.3", "precise": "^1.1.0", "rollup": "^2.11.2", "rollup-plugin-terser": "^6.1.0" }, "engineStrict": true, "engines": { "node": ">=6" }, "files": [ "lib", "*.d.ts" ], "homepage": "https://github.com/avoidwork/tiny-lru", "keywords": [ "LRU", "cache", "tiny", "client", "server", "least", "recently", "used" ], "license": "BSD-3-Clause", "main": "lib/tiny-lru.cjs.js", "module": "lib/tiny-lru.esm.js", "name": "tiny-lru", "repository": { "type": "git", "url": "git://github.com/avoidwork/tiny-lru.git" }, "scripts": { "benchmark": "node benchmark.js", "build": "rollup --config", "changelog": "auto-changelog -p", "test": "nodeunit test/lru.js" }, "source": "src/lru.js", "types": "tiny-lru.d.ts", "version": "7.0.6" }