HEX
Server: Apache
System: Linux b5.s-host.com.ua 4.18.0-305.10.2.el7.x86_64 #1 SMP Fri Jul 23 21:00:55 UTC 2021 x86_64
User: unelbhzm (1470)
PHP: 8.0.18
Disabled: NONE
Upload Files
File: //lib/node_modules/npm/node_modules/lru-cache/package.json
{
  "name": "lru-cache",
  "description": "A cache object that deletes the least-recently-used items.",
  "version": "7.5.1",
  "author": "Isaac Z. Schlueter <i@izs.me>",
  "keywords": [
    "mru",
    "lru",
    "cache"
  ],
  "scripts": {
    "build": "",
    "test": "tap",
    "snap": "tap",
    "size": "size-limit",
    "preversion": "npm test",
    "postversion": "npm publish",
    "prepublishOnly": "git push origin --follow-tags"
  },
  "main": "index.js",
  "repository": "git://github.com/isaacs/node-lru-cache.git",
  "devDependencies": {
    "@size-limit/preset-small-lib": "^7.0.8",
    "benchmark": "^2.1.4",
    "size-limit": "^7.0.8",
    "tap": "^15.1.6"
  },
  "license": "ISC",
  "files": [
    "index.js"
  ],
  "engines": {
    "node": ">=12"
  },
  "tap": {
    "coverage-map": "map.js"
  },
  "size-limit": [
    {
      "path": "./index.js"
    }
  ]
}