PHP 8.2.30
Preview: fetch.js Size: 882 B
/proc/thread-self/root/opt/alt/alt-nodejs6/root/lib/node_modules/npm/lib/install/action/fetch.js

'use strict'
// var cache = require('../../cache.js')
// var packageId = require('../../utils/package-id.js')
// var moduleName = require('../../utils/module-name.js')

module.exports = function (top, buildpath, pkg, log, next) {
  next()
/*
// FIXME: Unnecessary as long as we have to have the tarball to resolve all deps, which
// is progressively seeming to be likely for the indefinite future.
// ALSO fails for local deps specified with relative URLs outside of the top level.

  var name = moduleName(pkg)
  var version
  switch (pkg.package._requested.type) {
    case 'version':
    case 'range':
      version = pkg.package.version
      break
    case 'hosted':
      name = name + '@' + pkg.package._requested.spec
      break
    default:
      name = pkg.package._requested.raw
  }
  log.silly('fetch', packageId(pkg))
  cache.add(name, version, top, false, next)
*/
}

Directory Contents

Dirs: 0 × Files: 14

Name Size Perms Modified Actions
425 B lrw-r--r-- 2021-09-28 09:36:05
Edit Download
2.79 KB lrw-r--r-- 2021-09-28 09:36:05
Edit Download
882 B lrw-r--r-- 2021-09-28 09:36:05
Edit Download
2.74 KB lrw-r--r-- 2021-09-28 09:36:05
Edit Download
606 B lrw-r--r-- 2021-09-28 09:36:05
Edit Download
242 B lrw-r--r-- 2021-09-28 09:36:05
Edit Download
298 B lrw-r--r-- 2021-09-28 09:36:05
Edit Download
3.16 KB lrw-r--r-- 2021-09-28 09:36:05
Edit Download
306 B lrw-r--r-- 2021-09-28 09:36:05
Edit Download
305 B lrw-r--r-- 2021-09-28 09:36:05
Edit Download
305 B lrw-r--r-- 2021-09-28 09:36:05
Edit Download
2.42 KB lrw-r--r-- 2021-09-28 09:36:05
Edit Download
293 B lrw-r--r-- 2021-09-28 09:36:05
Edit Download
356 B lrw-r--r-- 2021-09-28 09:36:05
Edit Download

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