11cb0ef41Sopenharmony_ci{
21cb0ef41Sopenharmony_ci  "name": "npm-audit-report",
31cb0ef41Sopenharmony_ci  "version": "5.0.0",
41cb0ef41Sopenharmony_ci  "description": "Given a response from the npm security api, render it into a variety of security reports",
51cb0ef41Sopenharmony_ci  "main": "lib/index.js",
61cb0ef41Sopenharmony_ci  "scripts": {
71cb0ef41Sopenharmony_ci    "test": "tap",
81cb0ef41Sopenharmony_ci    "snap": "tap",
91cb0ef41Sopenharmony_ci    "lint": "eslint \"**/*.js\"",
101cb0ef41Sopenharmony_ci    "postlint": "template-oss-check",
111cb0ef41Sopenharmony_ci    "template-oss-apply": "template-oss-apply --force",
121cb0ef41Sopenharmony_ci    "lintfix": "npm run lint -- --fix",
131cb0ef41Sopenharmony_ci    "posttest": "npm run lint"
141cb0ef41Sopenharmony_ci  },
151cb0ef41Sopenharmony_ci  "tap": {
161cb0ef41Sopenharmony_ci    "check-coverage": true,
171cb0ef41Sopenharmony_ci    "coverage-map": "map.js",
181cb0ef41Sopenharmony_ci    "nyc-arg": [
191cb0ef41Sopenharmony_ci      "--exclude",
201cb0ef41Sopenharmony_ci      "tap-snapshots/**"
211cb0ef41Sopenharmony_ci    ]
221cb0ef41Sopenharmony_ci  },
231cb0ef41Sopenharmony_ci  "keywords": [
241cb0ef41Sopenharmony_ci    "npm",
251cb0ef41Sopenharmony_ci    "security",
261cb0ef41Sopenharmony_ci    "report",
271cb0ef41Sopenharmony_ci    "audit"
281cb0ef41Sopenharmony_ci  ],
291cb0ef41Sopenharmony_ci  "author": "GitHub Inc.",
301cb0ef41Sopenharmony_ci  "license": "ISC",
311cb0ef41Sopenharmony_ci  "devDependencies": {
321cb0ef41Sopenharmony_ci    "@npmcli/eslint-config": "^4.0.0",
331cb0ef41Sopenharmony_ci    "@npmcli/template-oss": "4.14.1",
341cb0ef41Sopenharmony_ci    "chalk": "^5.2.0",
351cb0ef41Sopenharmony_ci    "tap": "^16.0.0"
361cb0ef41Sopenharmony_ci  },
371cb0ef41Sopenharmony_ci  "directories": {
381cb0ef41Sopenharmony_ci    "lib": "lib",
391cb0ef41Sopenharmony_ci    "test": "test"
401cb0ef41Sopenharmony_ci  },
411cb0ef41Sopenharmony_ci  "repository": {
421cb0ef41Sopenharmony_ci    "type": "git",
431cb0ef41Sopenharmony_ci    "url": "https://github.com/npm/npm-audit-report.git"
441cb0ef41Sopenharmony_ci  },
451cb0ef41Sopenharmony_ci  "bugs": {
461cb0ef41Sopenharmony_ci    "url": "https://github.com/npm/npm-audit-report/issues"
471cb0ef41Sopenharmony_ci  },
481cb0ef41Sopenharmony_ci  "homepage": "https://github.com/npm/npm-audit-report#readme",
491cb0ef41Sopenharmony_ci  "files": [
501cb0ef41Sopenharmony_ci    "bin/",
511cb0ef41Sopenharmony_ci    "lib/"
521cb0ef41Sopenharmony_ci  ],
531cb0ef41Sopenharmony_ci  "engines": {
541cb0ef41Sopenharmony_ci    "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
551cb0ef41Sopenharmony_ci  },
561cb0ef41Sopenharmony_ci  "templateOSS": {
571cb0ef41Sopenharmony_ci    "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
581cb0ef41Sopenharmony_ci    "version": "4.14.1"
591cb0ef41Sopenharmony_ci  }
601cb0ef41Sopenharmony_ci}
61