HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: //usr/share/opensearch-dashboards/node_modules/mapcap/package.json
{
  "name": "mapcap",
  "version": "1.0.0",
  "description": "Apply a size limit to a Map class or instance",
  "author": "Stephen Belanger <admin@stephenbelanger.com>",
  "license": "MIT",
  "main": "index.js",
  "homepage": "https://github.com/Qard/mapcap#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Qard/mapcap.git"
  },
  "bugs": {
    "url": "https://github.com/Qard/mapcap/issues"
  },
  "scripts": {
    "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
    "precoverage:html": "npm run test",
    "coverage:html": "nyc report --reporter=html && open coverage/index.html",
    "test": "standard && nyc tap test.js"
  },
  "keywords": [
    "map",
    "limit",
    "cap",
    "size",
    "lru"
  ],
  "dependencies": {},
  "devDependencies": {
    "codecov": "^3.5.0",
    "nyc": "^14.1.1",
    "standard": "^13.1.0",
    "tap": "^14.5.0"
  }
}