🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 02:02:24 | PHP 8.1.34
📂
/ (Root)
/
opt
/
alt
/
alt-nodejs16
/
root
/
usr
/
lib
/
node_modules
/
npm
/
lib
/
commands
📍 /opt/alt/alt-nodejs16/root/usr/lib/node_modules/npm/lib/commands
🔄 Refresh
✏️
Editing: test.js
Read Only
const LifecycleCmd = require('../lifecycle-cmd.js') // This ends up calling run-script(['test', ...args]) class Test extends LifecycleCmd { static description = 'Test a package' static name = 'test' static params = [ 'ignore-scripts', 'script-shell', ] static ignoreImplicitWorkspace = false } module.exports = Test
💾 Save Changes
❌ Cancel