/
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
npm-audit-report
/
reporters
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.220
PHP 7.4.33
Dir:
/usr/lib/node_modules/npm/node_modules/npm-audit-report/reporters
Edit:
/usr/lib/node_modules/npm/node_modules/npm-audit-report/reporters/json.js
'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
Ukuran: 284 B