File "prefix.js"
Full Path: /home/attunedd/public_html/byp/izo/con7ext_sym404/rintoar.txt/opt/alt/alt-nodejs20/root/usr/lib/node_modules/npm/lib/commands/prefix.js
File size: 335 bytes
MIME-type: text/plain
Charset: utf-8
const { output } = require('proc-log')
const BaseCommand = require('../base-cmd.js')
class Prefix extends BaseCommand {
static description = 'Display prefix'
static name = 'prefix'
static params = ['global']
static usage = ['[-g]']
async exec () {
return output.standard(this.npm.prefix)
}
}
module.exports = Prefix