🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 12:09:22 | PHP 8.1.34
📂
/ (Root)
/
usr
/
lib
/
node_modules
/
npm
/
lib
/
commands
📍 /usr/lib/node_modules/npm/lib/commands
🔄 Refresh
✏️
Editing: prefix.js
Read Only
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
💾 Save Changes
❌ Cancel