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 :  /opt/cpanel/ea-nodejs10/lib/node_modules/npm/lib/install/action/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //opt/cpanel/ea-nodejs10/lib/node_modules/npm/lib/install/action/unbuild.js
'use strict'
var Bluebird = require('bluebird')
var lifecycle = Bluebird.promisify(require('../../utils/lifecycle.js'))
var packageId = require('../../utils/package-id.js')
var rmStuff = Bluebird.promisify(require('../../unbuild.js').rmStuff)

module.exports = function (staging, pkg, log) {
  log.silly('unbuild', packageId(pkg))
  return lifecycle(pkg.package, 'preuninstall', pkg.path, { failOk: true }).then(() => {
    return lifecycle(pkg.package, 'uninstall', pkg.path, { failOk: true })
  }).then(() => {
    return rmStuff(pkg.package, pkg.path)
  }).then(() => {
    return lifecycle(pkg.package, 'postuninstall', pkg.path, { failOk: true })
  })
}

Spamworldpro Mini