1{ 2 "name": "@npmcli/metavuln-calculator", 3 "version": "7.0.0", 4 "main": "lib/index.js", 5 "files": [ 6 "bin/", 7 "lib/" 8 ], 9 "description": "Calculate meta-vulnerabilities from package security advisories", 10 "repository": { 11 "type": "git", 12 "url": "https://github.com/npm/metavuln-calculator.git" 13 }, 14 "author": "GitHub Inc.", 15 "license": "ISC", 16 "scripts": { 17 "test": "tap", 18 "posttest": "npm run lint", 19 "snap": "tap", 20 "postsnap": "npm run lint", 21 "eslint": "eslint", 22 "lint": "eslint \"**/*.js\"", 23 "lintfix": "npm run lint -- --fix", 24 "postlint": "template-oss-check", 25 "template-oss-apply": "template-oss-apply --force" 26 }, 27 "tap": { 28 "check-coverage": true, 29 "coverage-map": "map.js", 30 "nyc-arg": [ 31 "--exclude", 32 "tap-snapshots/**" 33 ] 34 }, 35 "devDependencies": { 36 "@npmcli/eslint-config": "^4.0.0", 37 "@npmcli/template-oss": "4.18.0", 38 "require-inject": "^1.4.4", 39 "tap": "^16.0.1" 40 }, 41 "dependencies": { 42 "cacache": "^18.0.0", 43 "json-parse-even-better-errors": "^3.0.0", 44 "pacote": "^17.0.0", 45 "semver": "^7.3.5" 46 }, 47 "engines": { 48 "node": "^16.14.0 || >=18.0.0" 49 }, 50 "templateOSS": { 51 "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", 52 "version": "4.18.0", 53 "publish": "true", 54 "ciVersions": [ 55 "16.14.0", 56 "16.x", 57 "18.0.0", 58 "18.x" 59 ] 60 } 61} 62