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