X7ROOT File Manager
Current Path:
/usr/lib/node_modules/npm/node_modules/pacote/lib/util
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
pacote
/
lib
/
util
/
ðŸ“
..
📄
cache-key.js
(129 B)
📄
finished.js
(419 B)
📄
git.js
(8.15 KB)
📄
opt-check.js
(1.21 KB)
📄
pack-dir.js
(1.03 KB)
📄
proclog.js
(340 B)
📄
read-json.js
(481 B)
Editing: 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) }
Upload File
Create Folder