HEX
Server: Apache/2.4.65 (Debian)
System: Linux kubikelcreative 5.10.0-35-amd64 #1 SMP Debian 5.10.237-1 (2025-05-19) x86_64
User: www-data (33)
PHP: 8.4.13
Disabled: NONE
Upload Files
File: //usr/share/nodejs/@npmcli/metavuln-calculator/package.json
{
  "name": "@npmcli/metavuln-calculator",
  "version": "1.0.2",
  "main": "lib/index.js",
  "files": [
    "lib"
  ],
  "description": "Calculate meta-vulnerabilities from package security advisories",
  "repository": "https://github.com/npm/metavuln-calculator",
  "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",
  "license": "ISC",
  "scripts": {
    "test": "tap",
    "snap": "tap",
    "preversion": "npm test",
    "postversion": "npm publish",
    "prepublishOnly": "git push origin --follow-tags"
  },
  "tap": {
    "check-coverage": true,
    "coverage-map": "map.js"
  },
  "devDependencies": {
    "tap": "^14.10.8",
    "require-inject": "^1.4.4"
  },
  "dependencies": {
    "pacote": "^11.1.11",
    "cacache": "^15.0.5",
    "semver": "^7.3.2"
  }
}