{
"_from": "npm-audit-report@1.3.3",
"_id": "npm-audit-report@1.3.3",
"_inBundle": false,
"_integrity": "sha512-8nH/JjsFfAWMvn474HB9mpmMjrnKb1Hx/oTAdjv4PT9iZBvBxiZ+wtDUapHCJwLqYGQVPaAfs+vL5+5k9QndXw==",
"_location": "/npm/npm-audit-report",
"_phantomChildren": {},
"_requested": {
"escapedName": "npm-audit-report",
"fetchSpec": "1.3.3",
"name": "npm-audit-report",
"raw": "npm-audit-report@1.3.3",
"rawSpec": "1.3.3",
"registry": true,
"saveSpec": null,
"type": "version"
},
"_requiredBy": [
"#USER",
"/npm"
],
"_resolved": "https://registry.npmjs.org/npm-audit-report/-/npm-audit-report-1.3.3.tgz",
"_shasum": "8226deeb253b55176ed147592a3995442f2179ed",
"_shrinkwrap": null,
"_spec": "npm-audit-report@1.3.3",
"_where": "/Users/claudiahdz/npm/cli",
"author": {
"name": "Adam Baldwin"
},
"bugs": {
"url": "https://github.com/npm/npm-audit-report/issues"
},
"bundleDependencies": false,
"dependencies": {
"cli-table3": "^0.5.0",
"console-control-strings": "^1.1.0"
},
"deprecated": false,
"description": "Given a response from the npm security api, render it into a variety of security reports",
"devDependencies": {
"keyfob": "^1.0.0",
"standard": "^11.0.1",
"standard-version": "^4.3.0",
"tap": "^11.1.5"
},
"directories": {
"lib": "lib",
"test": "test"
},
"files": [
"index.js",
"lib",
"reporters"
],
"homepage": "https://github.com/npm/npm-audit-report#readme",
"keywords": [
"audit",
"npm",
"report",
"security"
],
"license": "ISC",
"main": "index.js",
"name": "npm-audit-report",
"optionalDependencies": {},
"readme": "# npm audit security report\n\nGiven a response from the npm security api, render it into a variety of security reports\n\n[](https://travis-ci.org/npm/npm-audit-report)\n[](https://ci.appveyor.com/project/evilpacket/npm-audit-report/branch/master)\n[](https://coveralls.io/github/npm/npm-audit-report?branch=master)\n\nThe response is an object that contains an output string (the report) and a suggested exitCode.\n```\n{\n report: 'string that contains the security report',\n exit: 1\n}\n```\n\n\n## Basic usage example\n\n```\n'use strict'\nconst Report = require('npm-audit-report')\nconst options = {\n reporter: 'json'\n}\n\nReport(response, options, (result) => {\n console.log(result.report)\n process.exitCode = result.exitCode\n})\n```\n\n\n## options\n\n| option | values | default | description |\n| :--- | :--- | :--- |:--- |\n| reporter | `install`, `detail`, `json`, `quiet` | `install` | specify which output format you want to use |\n| withColor | `true`, `false` | `true` | indicates if some report elements should use colors |\n| withUnicode | `true`, `false` | `true` | indicates if unicode characters should be used|",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/npm/npm-audit-report.git"
},
"scripts": {
"postrelease": "npm publish && git push --follow-tags",
"prerelease": "npm t",
"pretest": "standard",
"release": "standard-version -s",
"test": "tap --100 -J --coverage test/*.js"
},
"version": "1.3.3"
}