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