SILENT KILLERPanel

Current Path: > > usr > lib > node_modules > npm > > node_modules > > humanize-ms >


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.38
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //usr/lib/node_modules/npm//node_modules//humanize-ms/

NameTypeSizeLast ModifiedActions
History.md File 368 bytes March 10 2021 14:36:39.
LICENSE File 1023 bytes March 10 2021 14:36:40.
README.md File 1137 bytes March 10 2021 14:36:40.
index.js File 442 bytes March 10 2021 14:36:40.
package.json File 1609 bytes March 10 2021 14:36:40.

Reading File: //usr/lib/node_modules/npm//node_modules//humanize-ms//index.js

/*!
 * humanize-ms - index.js
 * Copyright(c) 2014 dead_horse <dead_horse@qq.com>
 * MIT Licensed
 */

'use strict';

/**
 * Module dependencies.
 */

var util = require('util');
var ms = require('ms');

module.exports = function (t) {
  if (typeof t === 'number') return t;
  var r = ms(t);
  if (r === undefined) {
    var err = new Error(util.format('humanize-ms(%j) result undefined', t));
    console.warn(err.stack);
  }
  return r;
};

SILENT KILLER Tool