🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 05:32:30 | PHP 8.1.34
📂
/ (Root)
/
opt
/
alt
/
alt-nodejs8
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
npm-audit-report
📍 /opt/alt/alt-nodejs8/root/usr/lib/node_modules/npm/node_modules.bundled/npm-audit-report
🔄 Refresh
✏️
Editing: index.js
Read Only
'use strict' const reporters = { install: require('./reporters/install'), parseable: require('./reporters/parseable'), detail: require('./reporters/detail'), json: require('./reporters/json'), quiet: require('./reporters/quiet') } const report = function (data, options) { const defaults = { reporter: 'install', withColor: true, withUnicode: true } const config = Object.assign({}, defaults, options) return new Promise((resolve) => { const result = reporters[config.reporter](data, config) return resolve(result) }) } module.exports = report
💾 Save Changes
❌ Cancel