X7ROOT File Manager
Current Path:
/lib/node_modules/npm/node_modules/npm-audit-report/reporters
lib
/
node_modules
/
npm
/
node_modules
/
npm-audit-report
/
reporters
/
ðŸ“
..
📄
detail.js
(6.38 KB)
📄
install.js
(1.61 KB)
📄
json.js
(284 B)
📄
parseable.js
(2.95 KB)
📄
quiet.js
(265 B)
Editing: 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
Upload File
Create Folder