1{ 2 "name": "npm-audit-report", 3 "version": "5.0.0", 4 "description": "Given a response from the npm security api, render it into a variety of security reports", 5 "main": "lib/index.js", 6 "scripts": { 7 "test": "tap", 8 "snap": "tap", 9 "lint": "eslint \"**/*.js\"", 10 "postlint": "template-oss-check", 11 "template-oss-apply": "template-oss-apply --force", 12 "lintfix": "npm run lint -- --fix", 13 "posttest": "npm run lint" 14 }, 15 "tap": { 16 "check-coverage": true, 17 "coverage-map": "map.js", 18 "nyc-arg": [ 19 "--exclude", 20 "tap-snapshots/**" 21 ] 22 }, 23 "keywords": [ 24 "npm", 25 "security", 26 "report", 27 "audit" 28 ], 29 "author": "GitHub Inc.", 30 "license": "ISC", 31 "devDependencies": { 32 "@npmcli/eslint-config": "^4.0.0", 33 "@npmcli/template-oss": "4.14.1", 34 "chalk": "^5.2.0", 35 "tap": "^16.0.0" 36 }, 37 "directories": { 38 "lib": "lib", 39 "test": "test" 40 }, 41 "repository": { 42 "type": "git", 43 "url": "https://github.com/npm/npm-audit-report.git" 44 }, 45 "bugs": { 46 "url": "https://github.com/npm/npm-audit-report/issues" 47 }, 48 "homepage": "https://github.com/npm/npm-audit-report#readme", 49 "files": [ 50 "bin/", 51 "lib/" 52 ], 53 "engines": { 54 "node": "^14.17.0 || ^16.13.0 || >=18.0.0" 55 }, 56 "templateOSS": { 57 "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", 58 "version": "4.14.1" 59 } 60} 61