PATH:
opt
/
alt
/
alt-nodejs6
/
root
/
usr
/
lib
/
node_modules
/
npm
/
lib
/
utils
var umask = require('umask') var npmlog = require('npmlog') var _fromString = umask.fromString module.exports = umask // fromString with logging callback umask.fromString = function (val) { _fromString(val, function (err, result) { if (err) { npmlog.warn('invalid umask', err.message) } val = result }) return val }
[-] git.js
[edit]
[-] read-local-package.js
[edit]
[-] spawn.js
[edit]
[-] error-message.js
[edit]
[-] is-windows-shell.js
[edit]
[-] get-publish-config.js
[edit]
[-] deep-sort-object.js
[edit]
[-] parse-json.js
[edit]
[-] error-handler.js
[edit]
[-] usage.js
[edit]
[-] link.js
[edit]
[-] map-to-registry.js
[edit]
[-] is-windows-bash.js
[edit]
[-] pulse-till-done.js
[edit]
[-] completion.sh
[edit]
[-] package-id.js
[edit]
[-] no-progress-while-running.js
[edit]
[+]
completion
[-] output.js
[edit]
[-] warn-deprecated.js
[edit]
[-] child-path.js
[edit]
[-] escape-arg.js
[edit]
[-] depr-check.js
[edit]
[-] correct-mkdir.js
[edit]
[-] save-stack.js
[edit]
[-] gently-rm.js
[edit]
[-] tar.js
[edit]
[-] is-windows.js
[edit]
[-] lifecycle.js
[edit]
[+]
..
[-] locker.js
[edit]
[-] rename.js
[edit]
[-] umask.js
[edit]
[-] temp-filename.js
[edit]
[-] module-name.js
[edit]
[-] escape-exec-path.js
[edit]