🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 23:36:58 | PHP 8.1.34
📂
/ (Root)
/
opt
/
alt
/
alt-nodejs8
/
root
/
usr
/
lib
/
node_modules
/
npm
/
lib
📍 /opt/alt/alt-nodejs8/root/usr/lib/node_modules/npm/lib
🔄 Refresh
✏️
Editing: get.js
Read Only
module.exports = get get.usage = 'npm get <key> <value> (See `npm config`)' var npm = require('./npm.js') get.completion = npm.commands.config.completion function get (args, cb) { npm.commands.config(['get'].concat(args), cb) }
💾 Save Changes
❌ Cancel