📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 13:00:41
📂
/ (Root)
/
lib
/
node_modules
/
npm
/
node_modules
/
npm-audit-report
📍 /lib/node_modules/npm/node_modules/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