🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 17:40:02 | PHP 8.1.34
📂
/ (Root)
/
usr
/
share
/
passenger
/
node
/
vendor-copy
/
winston
/
lib
/
winston
/
config
📍 /usr/share/passenger/node/vendor-copy/winston/lib/winston/config
🔄 Refresh
✏️
Editing: npm-config.js
Read Only
/* * npm-config.js: Config that conform to npm logging levels. * * (C) 2010 Charlie Robbins * MIT LICENCE * */ var npmConfig = exports; npmConfig.levels = { error: 0, warn: 1, info: 2, verbose: 3, debug: 4, silly: 5 }; npmConfig.colors = { error: 'red', warn: 'yellow', info: 'green', verbose: 'cyan', debug: 'blue', silly: 'magenta' };
💾 Save Changes
❌ Cancel