{ "_from": "quick-lru@^6.1.1", "_id": "quick-lru@6.1.2", "_inBundle": false, "_integrity": "sha512-AAFUA5O1d83pIHEhJwWCq/RQcRukCkn/NSm2QsTEMle5f2hP0ChI2+3Xb051PZCkLryI/Ir1MVKviT2FIloaTQ==", "_location": "/quick-lru", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "quick-lru@^6.1.1", "name": "quick-lru", "escapedName": "quick-lru", "rawSpec": "^6.1.1", "saveSpec": null, "fetchSpec": "^6.1.1" }, "_requiredBy": [ "/geotiff" ], "_resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-6.1.2.tgz", "_shasum": "e9a90524108629be35287d0b864e7ad6ceb3659e", "_spec": "quick-lru@^6.1.1", "_where": "/data/jenkins/workspace/badp-bcxin-web-5.x-dispatch-rail/node_modules/geotiff", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/quick-lru/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Simple “Least Recently Used” (LRU) cache", "devDependencies": { "ava": "^3.15.0", "nyc": "^15.1.0", "tsd": "^0.14.0", "xo": "^0.37.1" }, "engines": { "node": ">=12" }, "exports": "./index.js", "files": [ "index.js", "index.d.ts" ], "funding": "https://github.com/sponsors/sindresorhus", "homepage": "https://github.com/sindresorhus/quick-lru#readme", "keywords": [ "lru", "quick", "cache", "caching", "least", "recently", "used", "fast", "map", "hash", "buffer" ], "license": "MIT", "name": "quick-lru", "nyc": { "reporter": [ "text", "lcov" ] }, "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/quick-lru.git" }, "scripts": { "//test": "xo && nyc ava && tsd", "test": "xo && ava" }, "type": "module", "version": "6.1.2" }