🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 03:39:48 | PHP 8.1.34
📂
/ (Root)
/
opt
/
alt
/
alt-nodejs6
/
root
/
usr
/
lib
/
node_modules
/
npm
/
lib
/
config
📍 /opt/alt/alt-nodejs6/root/usr/lib/node_modules/npm/lib/config
🔄 Refresh
✏️
Editing: load-uid.js
Read Only
module.exports = loadUid var getUid = require('uid-number') // Call in the context of a npmconf object function loadUid (cb) { // if we're not in unsafe-perm mode, then figure out who // to run stuff as. Do this first, to support `npm update npm -g` if (!this.get('unsafe-perm')) { getUid(this.get('user'), this.get('group'), cb) } else { process.nextTick(cb) } }
💾 Save Changes
❌ Cancel