AlkantarClanX12

Your IP : 3.16.69.243


Current Path : /proc/self/root/opt/alt/alt-nodejs18/root/usr/lib/node_modules/npm/lib/commands/
Upload File :
Current File : //proc/self/root/opt/alt/alt-nodejs18/root/usr/lib/node_modules/npm/lib/commands/stop.js

const LifecycleCmd = require('../lifecycle-cmd.js')

// This ends up calling run-script(['stop', ...args])
class Stop extends LifecycleCmd {
  static description = 'Stop a package'
  static name = 'stop'
  static params = [
    'ignore-scripts',
    'script-shell',
  ]
}

module.exports = Stop