📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-22 01:53:50
📂
/ (Root)
/
opt
/
alt
/
alt-nodejs20
/
root
/
usr
/
lib
/
node_modules
/
npm
/
lib
/
commands
📍 /opt/alt/alt-nodejs20/root/usr/lib/node_modules/npm/lib/commands
🔄 Refresh
✏️
Editing: prefix.js
Read Only
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
💾 Save Changes
❌ Cancel