{ "_args": [ [ "lru_map@0.3.3", "/home/freeclou/app.optimyar.com/backend" ] ], "_from": "lru_map@0.3.3", "_id": "lru_map@0.3.3", "_inBundle": false, "_integrity": "sha1-tcg1G5Rky9dQM1p5ZQoOwOVhGN0=", "_location": "/lru_map", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "lru_map@0.3.3", "name": "lru_map", "escapedName": "lru_map", "rawSpec": "0.3.3", "saveSpec": null, "fetchSpec": "0.3.3" }, "_requiredBy": [ "/@sentry/node" ], "_resolved": "https://registry.npmjs.org/lru_map/-/lru_map-0.3.3.tgz", "_spec": "0.3.3", "_where": "/home/freeclou/app.optimyar.com/backend", "author": { "name": "Rasmus Andersson", "email": "me@rsms.me" }, "bugs": { "url": "https://github.com/rsms/js-lru/issues" }, "description": "Finite key-value map using the Least Recently Used (LRU) algorithm where the most recently used objects are keept in the map while less recently used items are evicted to make room for new ones.", "devDependencies": { "typescript": "^2.0.10" }, "homepage": "https://github.com/rsms/js-lru#readme", "keywords": [ "cache", "lru", "buffer", "map" ], "license": "MIT", "main": "lru.js", "name": "lru_map", "repository": { "type": "git", "url": "git+https://github.com/rsms/js-lru.git" }, "scripts": { "benchmark": "node --expose-gc benchmark.js", "prepublish": "npm test", "test": "node test.js && echo 'Verifying TypeScript definition...' && tsc --noEmit" }, "typings": "lru.d.ts", "version": "0.3.3" }