Submit
Path:
~
/
/
opt
/
cpanel
/
ea-ruby27
/
root
/
usr
/
share
/
passenger
/
node
/
vendor-copy
/
winston
/
lib
/
winston
/
config
/
File Content:
cli-config.js
/* * cli-config.js: Config that conform to commonly used CLI logging levels. * * (C) 2010 Charlie Robbins * MIT LICENCE * */ var cliConfig = exports; cliConfig.levels = { error: 0, warn: 1, help: 2, data: 3, info: 4, debug: 5, prompt: 6, verbose: 7, input: 8, silly: 9, }; cliConfig.colors = { error: 'red', warn: 'yellow', help: 'cyan', data: 'grey', info: 'green', debug: 'blue', prompt: 'grey', verbose: 'cyan', input: 'grey', silly: 'magenta' };
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
cli-config.js
499 bytes
0644
npm-config.js
370 bytes
0644
syslog-config.js
441 bytes
0644
N4ST4R_ID | Naxtarrr