blob: d383cdcad9b7fdce89a59e687a24031066834533 [file] [log] [blame]
{
"_args": [
[
"lru-cache@2.6.5",
"/Users/scottyaslan/Development/nifi-fds/target"
]
],
"_development": true,
"_from": "lru-cache@2.6.5",
"_id": "lru-cache@2.6.5",
"_inBundle": false,
"_integrity": "sha1-5W1jVBSO3o13B7WNFDIg/QjfD9U=",
"_location": "/proxy-agent/lru-cache",
"_optional": true,
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "lru-cache@2.6.5",
"name": "lru-cache",
"escapedName": "lru-cache",
"rawSpec": "2.6.5",
"saveSpec": null,
"fetchSpec": "2.6.5"
},
"_requiredBy": [
"/proxy-agent"
],
"_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.6.5.tgz",
"_spec": "2.6.5",
"_where": "/Users/scottyaslan/Development/nifi-fds/target",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me"
},
"bugs": {
"url": "https://github.com/isaacs/node-lru-cache/issues"
},
"description": "A cache object that deletes the least-recently-used items.",
"devDependencies": {
"tap": "^1.2.0",
"weak": ""
},
"homepage": "https://github.com/isaacs/node-lru-cache#readme",
"keywords": [
"mru",
"lru",
"cache"
],
"license": "ISC",
"main": "lib/lru-cache.js",
"name": "lru-cache",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/node-lru-cache.git"
},
"scripts": {
"test": "tap test --gc"
},
"version": "2.6.5"
}