X7ROOT File Manager
Current Path:
/opt/alt/alt-nodejs24/root/usr/lib/node_modules/npm/lib
opt
/
alt
/
alt-nodejs24
/
root
/
usr
/
lib
/
node_modules
/
npm
/
lib
/
??
..
??
arborist-cmd.js
(1.59 KB)
??
base-cmd.js
(13.94 KB)
??
cli
??
cli.js
(407 B)
??
commands
??
lifecycle-cmd.js
(542 B)
??
npm.js
(16.54 KB)
??
package-url-cmd.js
(1.9 KB)
??
trust-cmd.js
(9.18 KB)
??
utils
Editing: lifecycle-cmd.js
const BaseCommand = require('./base-cmd.js') // The implementation of commands that are just "run a script" // e.g. restart, start, stop, test class LifecycleCmd extends BaseCommand { static usage = ['[-- <args>]'] static isShellout = true static workspaces = true static ignoreImplicitWorkspace = false async exec (args) { return this.npm.exec('run', [this.constructor.name, ...args]) } async execWorkspaces (args) { return this.npm.exec('run', [this.constructor.name, ...args]) } } module.exports = LifecycleCmd
Upload File
Create Folder