PATH:
usr
/
local
/
n
/
versions
/
node
/
12.14.1
/
lib
/
node_modules
/
npm
/
node_modules
/
npm-audit-report
/
reporters
'use strict' const report = function (data, options) { const defaults = { indent: 2 } const config = Object.assign({}, defaults, options) const json = JSON.stringify(data, null, config.indent) return { report: json, exitCode: 0 } } module.exports = report
[-] json.js
[edit]
[+]
..
[-] detail.js
[edit]
[-] quiet.js
[edit]
[-] parseable.js
[edit]
[-] install.js
[edit]