PATH:
opt
/
alt
/
alt-nodejs9
/
root
/
usr
/
lib
/
node_modules
/
npm
/
lib
/
config
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) } }
[-] lifecycle.js
[edit]
[-] bin-links.js
[edit]
[-] set-user.js
[edit]
[-] clear-credentials-by-uri.js
[edit]
[-] reg-client.js
[edit]
[+]
..
[-] load-uid.js
[edit]
[-] defaults.js
[edit]
[-] load-cafile.js
[edit]
[-] gentle-fs.js
[edit]
[-] fetch-opts.js
[edit]
[-] nerf-dart.js
[edit]
[-] get-credentials-by-uri.js
[edit]
[-] cmd-list.js
[edit]
[-] set-credentials-by-uri.js
[edit]
[-] load-prefix.js
[edit]
[-] core.js
[edit]
[-] pacote.js
[edit]