[ Th3_Err0r Bypassed ]




Upload:

Command:

liwaavux@216.73.216.150: ~ $
'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)
*/
}

Filemanager

Name Type Size Permission Actions
build.js File 425 B 0644
extract.js File 2.79 KB 0644
fetch.js File 882 B 0644
finalize.js File 2.74 KB 0644
global-install.js File 606 B 0644
global-link.js File 242 B 0644
install.js File 298 B 0644
move.js File 3.16 KB 0644
postinstall.js File 306 B 0644
preinstall.js File 305 B 0644
prepublish.js File 305 B 0644
remove.js File 2.42 KB 0644
test.js File 293 B 0644
update-linked.js File 356 B 0644