File: /home/frenchy/www/french-american.org/current/node_modules/lru-cache/package.json
{
"_args": [
[
"lru-cache@3.2.0",
"/var/www/french-american.org/releases/20210421135930Z"
]
],
"_development": true,
"_from": "lru-cache@3.2.0",
"_id": "lru-cache@3.2.0",
"_inBundle": false,
"_integrity": "sha1-cXibO39Tmb7IVl3aOKow0qCX7+4=",
"_location": "/lru-cache",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "lru-cache@3.2.0",
"name": "lru-cache",
"escapedName": "lru-cache",
"rawSpec": "3.2.0",
"saveSpec": null,
"fetchSpec": "3.2.0"
},
"_requiredBy": [
"/editorconfig"
],
"_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-3.2.0.tgz",
"_spec": "3.2.0",
"_where": "/var/www/french-american.org/releases/20210421135930Z",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me"
},
"bugs": {
"url": "https://github.com/isaacs/node-lru-cache/issues"
},
"dependencies": {
"pseudomap": "^1.0.1"
},
"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": "3.2.0"
}