🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-07 07:08:47 | PHP 8.2.32
📂
/ (Root)
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
npm-audit-report
/
reporters
📍 /usr/lib/node_modules/npm/node_modules/npm-audit-report/reporters
🔄 Refresh
✏️
Editing: json.js
Read Only
'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
💾 Save Changes
❌ Cancel