/
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/prefix.js
const BaseCommand = require('../base-command.js') class Prefix extends BaseCommand { static description = 'Display prefix' static name = 'prefix' static params = ['global'] static usage = ['[-g]'] static ignoreImplicitWorkspace = true async exec (args) { return this.npm.output(this.npm.prefix) } } module.exports = Prefix
Copyright ©2k19 -
Hexid
|
Tex7ure