📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 11:50:45
📂
/
/
opt
/
cpanel
/
ea-ruby27
/
root
/
usr
/
share
/
passenger
/
node
/
vendor-copy
/
winston
/
lib
/
winston
/
config
✏️
Editing: npm-config.js
/* * 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