blob: ab1f43f1d442c00d9dfc13079bf4320a57baa9e2 [file] [log] [blame]
{
"_args": [
[
"lru-cache@2.2.4",
"/Users/scottyaslan/Development/nifi-fds/target"
]
],
"_development": true,
"_from": "lru-cache@2.2.4",
"_id": "lru-cache@2.2.4",
"_inBundle": false,
"_integrity": "sha1-bGWGGb7PFAMdDQtZSxYELOTcBj0=",
"_location": "/useragent/lru-cache",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "lru-cache@2.2.4",
"name": "lru-cache",
"escapedName": "lru-cache",
"rawSpec": "2.2.4",
"saveSpec": null,
"fetchSpec": "2.2.4"
},
"_requiredBy": [
"/useragent"
],
"_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.2.4.tgz",
"_spec": "2.2.4",
"_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"
},
"contributors": [
{
"name": "Isaac Z. Schlueter",
"email": "i@izs.me"
},
{
"name": "Carlos Brito Lage",
"email": "carlos@carloslage.net"
},
{
"name": "Marko Mikulicic",
"email": "marko.mikulicic@isti.cnr.it"
},
{
"name": "Trent Mick",
"email": "trentm@gmail.com"
},
{
"name": "Kevin O'Hara",
"email": "kevinohara80@gmail.com"
},
{
"name": "Marco Rogers",
"email": "marco.rogers@gmail.com"
},
{
"name": "Jesse Dailey",
"email": "jesse.dailey@gmail.com"
}
],
"description": "A cache object that deletes the least-recently-used items.",
"devDependencies": {
"tap": "",
"weak": ""
},
"homepage": "https://github.com/isaacs/node-lru-cache#readme",
"license": {
"type": "MIT",
"url": "http://github.com/isaacs/node-lru-cache/raw/master/LICENSE"
},
"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.2.4"
}