PHP 8.1.33
Preview: report-optional-failure.js Size: 1.02 KB
//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: 36

Name Size Perms Modified Actions
action DIR
- drwxr-xr-x 2024-03-03 22:36:29
Edit Download
202 B lrw-r--r-- 2021-03-10 14:36:36
Edit Download
5.52 KB lrw-r--r-- 2021-03-10 14:36:36
Edit Download
375 B lrw-r--r-- 2021-03-10 14:36:36
Edit Download
360 B lrw-r--r-- 2021-03-10 14:36:36
Edit Download
204 B lrw-r--r-- 2021-03-10 14:36:36
Edit Download
8.24 KB lrw-r--r-- 2021-03-10 14:36:36
Edit Download
1.85 KB lrw-r--r-- 2021-03-10 14:36:36
Edit Download
770 B lrw-r--r-- 2021-03-10 14:36:36
Edit Download
2.18 KB lrw-r--r-- 2021-03-10 14:36:36
Edit Download
30.32 KB lrw-r--r-- 2021-03-10 14:36:36
Edit Download
9.12 KB lrw-r--r-- 2021-03-10 14:36:36
Edit Download
775 B lrw-r--r-- 2021-03-10 14:36:36
Edit Download
1021 B lrw-r--r-- 2021-03-10 14:36:36
Edit Download
1.28 KB lrw-r--r-- 2021-03-10 14:36:36
Edit Download
635 B lrw-r--r-- 2021-03-10 14:36:36
Edit Download
702 B lrw-r--r-- 2021-03-10 14:36:36
Edit Download
628 B lrw-r--r-- 2021-03-10 14:36:36
Edit Download
8.87 KB lrw-r--r-- 2021-03-10 14:36:36
Edit Download
175 B lrw-r--r-- 2021-03-10 14:36:36
Edit Download
618 B lrw-r--r-- 2021-03-10 14:36:36
Edit Download
763 B lrw-r--r-- 2021-03-10 14:36:36
Edit Download
1.24 KB lrw-r--r-- 2021-03-10 14:36:36
Edit Download
674 B lrw-r--r-- 2021-03-10 14:36:36
Edit Download
185 B lrw-r--r-- 2021-03-10 14:36:36
Edit Download
172 B lrw-r--r-- 2021-03-10 14:36:36
Edit Download
259 B lrw-r--r-- 2021-03-10 14:36:36
Edit Download
4.52 KB lrw-r--r-- 2021-03-10 14:36:36
Edit Download
1.85 KB lrw-r--r-- 2021-03-10 14:36:36
Edit Download
3.67 KB lrw-r--r-- 2021-03-10 14:36:36
Edit Download
621 B lrw-r--r-- 2021-03-10 14:36:36
Edit Download
1.02 KB lrw-r--r-- 2021-03-10 14:36:36
Edit Download
5.91 KB lrw-r--r-- 2021-03-10 14:36:36
Edit Download
1.87 KB lrw-r--r-- 2021-03-10 14:36:36
Edit Download
2.73 KB lrw-r--r-- 2021-03-10 14:36:36
Edit Download
3.10 KB lrw-r--r-- 2021-03-10 14:36:36
Edit Download
1.00 KB lrw-r--r-- 2021-03-10 14:36:36
Edit Download

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