📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 01:17:09
📂
/
/
opt
/
alt
/
alt-nodejs16
/
root
/
usr
/
lib
/
node_modules
/
npm
/
lib
/
commands
✏️
Editing: 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', ] static ignoreImplicitWorkspace = false } module.exports = Stop
💾 Save Changes
❌ Cancel