ACIL FM
Dark
Refresh
Current DIR:
/lib/node_modules/npm/lib
/
lib
node_modules
npm
lib
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
auth
-
chmod
Open
Rename
Delete
commands
-
chmod
Open
Rename
Delete
utils
-
chmod
Open
Rename
Delete
workspaces
-
chmod
Open
Rename
Delete
arborist-cmd.js
627 B
chmod
View
DL
Edit
Rename
Delete
base-command.js
2.81 MB
chmod
View
DL
Edit
Rename
Delete
cli.js
3.36 MB
chmod
View
DL
Edit
Rename
Delete
lifecycle-cmd.js
503 B
chmod
View
DL
Edit
Rename
Delete
npm.js
13.25 MB
chmod
View
DL
Edit
Rename
Delete
package-url-cmd.js
1.88 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /lib/node_modules/npm/lib/lifecycle-cmd.js
// The implementation of commands that are just "run a script" // restart, start, stop, test const BaseCommand = require('./base-command.js') class LifecycleCmd extends BaseCommand { static usage = ['[-- <args>]'] static isShellout = true async exec (args, cb) { return this.npm.exec('run-script', [this.constructor.name, ...args]) } async execWorkspaces (args, filters, cb) { return this.npm.exec('run-script', [this.constructor.name, ...args]) } } module.exports = LifecycleCmd
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply