SILENT KILLERPanel

Current Path: > > usr > lib > node_modules > npm > > node_modules > pacote > lib > util


Operation   : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Software     : Apache
Server IP    : 198.54.126.42 | Your IP: 216.73.216.8
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //usr/lib/node_modules/npm//node_modules/pacote/lib/util

NameTypeSizeLast ModifiedActions
cache-key.js File 129 bytes March 10 2021 14:36:37.
finished.js File 419 bytes March 10 2021 14:36:37.
git.js File 8350 bytes March 10 2021 14:36:37.
opt-check.js File 1240 bytes March 10 2021 14:36:37.
pack-dir.js File 1050 bytes March 10 2021 14:36:37.
proclog.js File 340 bytes March 10 2021 14:36:37.
read-json.js File 481 bytes March 10 2021 14:36:37.

Reading File: //usr/lib/node_modules/npm//node_modules/pacote/lib/util/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)
}

SILENT KILLER Tool