Submit
Path:
~
/
/
opt
/
alt
/
alt-nodejs11
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
pacote
/
lib
/
util
/
File Content:
proclog.js
'use strict' const LEVELS = [ 'notice', 'error', 'warn', 'info', 'verbose', 'http', 'silly', 'pause', 'resume' ] const logger = {} for (const level of LEVELS) { logger[level] = log(level) } module.exports = logger function log (level) { return (category, ...args) => process.emit('log', level, category, ...args) }
Submit
FILE
FOLDER
Name
Size
Permission
Action
cache-key.js
129 bytes
0644
finished.js
419 bytes
0644
git.js
7461 bytes
0644
opt-check.js
1219 bytes
0644
pack-dir.js
1050 bytes
0644
proclog.js
340 bytes
0644
N4ST4R_ID | Naxtarrr