/
opt
/
cpanel
/
ea-nodejs16
/
lib
/
node_modules
/
npm
/
lib
/
commands
/
File Upload :
llllll
Current File: //opt/cpanel/ea-nodejs16/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 ©2k19 -
Hexid
|
Tex7ure