🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 04:47:47 | PHP 8.1.34
📂
/ (Root)
/
opt
/
alt
/
alt-nodejs20
/
root
/
usr
/
lib
/
node_modules
/
npm
/
lib
/
commands
📍 /opt/alt/alt-nodejs20/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