PATH:
usr
/
share
/
passenger
/
node
/
vendor-copy
/
winston
/
lib
/
winston
/
config
/* * 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' };
[+]
..
[-] syslog-config.js
[open]
[-] cli-config.js
[open]
[-] npm-config.js
[open]