whoami7 - Manager
:
/
opt
/
alt
/
alt-nodejs16
/
root
/
lib
/
node_modules
/
npm
/
lib
/
commands
/
Upload File:
files >> //opt/alt/alt-nodejs16/root/lib/node_modules/npm/lib/commands/root.js
const BaseCommand = require('../base-command.js') class Root extends BaseCommand { static description = 'Display npm root' static name = 'root' static params = ['global'] static ignoreImplicitWorkspace = true async exec () { this.npm.output(this.npm.dir) } } module.exports = Root
Copyright ©2021 || Defacer Indonesia