📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-22 08:18:12
📂
/ (Root)
/
opt
/
alt
/
alt-nodejs22
/
root
/
usr
/
lib
/
node_modules
/
npm
/
lib
/
commands
📍 /opt/alt/alt-nodejs22/root/usr/lib/node_modules/npm/lib/commands
🔄 Refresh
✏️
Editing: restart.js
Read Only
const LifecycleCmd = require('../lifecycle-cmd.js') // This ends up calling run-script(['restart', ...args]) class Restart extends LifecycleCmd { static description = 'Restart a package' static name = 'restart' static params = [ 'ignore-scripts', 'script-shell', ] } module.exports = Restart
💾 Save Changes
❌ Cancel