PHP 8.2.30
Preview: report-optional-failure.js Size: 1.02 KB
/proc/thread-self/root/proc/self/root/opt/alt/alt-nodejs6/root/usr/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)
}

Directory Contents

Dirs: 1 × Files: 32

Name Size Perms Modified Actions
action DIR
- drwxr-xr-x 2024-03-03 22:41:42
Edit Download
202 B lrw-r--r-- 2021-09-28 09:36:04
Edit Download
4.97 KB lrw-r--r-- 2021-09-28 09:36:04
Edit Download
324 B lrw-r--r-- 2021-09-28 09:36:05
Edit Download
360 B lrw-r--r-- 2021-09-28 09:36:05
Edit Download
204 B lrw-r--r-- 2021-09-28 09:36:05
Edit Download
243 B lrw-r--r-- 2021-09-28 09:36:05
Edit Download
1.85 KB lrw-r--r-- 2021-09-28 09:36:05
Edit Download
625 B lrw-r--r-- 2021-09-28 09:36:05
Edit Download
1.54 KB lrw-r--r-- 2021-09-28 09:36:04
Edit Download
23.23 KB lrw-r--r-- 2021-09-28 09:36:05
Edit Download
5.01 KB lrw-r--r-- 2021-09-28 09:36:05
Edit Download
775 B lrw-r--r-- 2021-09-28 09:36:05
Edit Download
1.00 KB lrw-r--r-- 2021-09-28 09:36:04
Edit Download
1023 B lrw-r--r-- 2021-09-28 09:36:04
Edit Download
492 B lrw-r--r-- 2021-09-28 09:36:05
Edit Download
3.65 KB lrw-r--r-- 2021-09-28 09:36:05
Edit Download
175 B lrw-r--r-- 2021-09-28 09:36:05
Edit Download
889 B lrw-r--r-- 2021-09-28 09:36:04
Edit Download
763 B lrw-r--r-- 2021-09-28 09:36:05
Edit Download
185 B lrw-r--r-- 2021-09-28 09:36:05
Edit Download
172 B lrw-r--r-- 2021-09-28 09:36:05
Edit Download
172 B lrw-r--r-- 2021-09-28 09:36:05
Edit Download
4.22 KB lrw-r--r-- 2021-09-28 09:36:05
Edit Download
1.43 KB lrw-r--r-- 2021-09-28 09:36:04
Edit Download
884 B lrw-r--r-- 2021-09-28 09:36:04
Edit Download
661 B lrw-r--r-- 2021-09-28 09:36:05
Edit Download
1.02 KB lrw-r--r-- 2021-09-28 09:36:04
Edit Download
6.38 KB lrw-r--r-- 2021-09-28 09:36:05
Edit Download
1.52 KB lrw-r--r-- 2021-09-28 09:36:04
Edit Download
1.82 KB lrw-r--r-- 2021-09-28 09:36:04
Edit Download
2.55 KB lrw-r--r-- 2021-09-28 09:36:04
Edit Download
1.00 KB lrw-r--r-- 2021-09-28 09:36:05
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).