PATH:
usr
/
local
/
lib
/
node_modules
/
npm
/
lib
/
utils
'use strict' const BB = require('bluebird') const optCheck = require('figgy-pudding')({ prompt: {default: 'This operation requires a one-time password.\nEnter OTP:'}, otp: {} }) const readUserInfo = require('./read-user-info.js') module.exports = otplease function otplease (opts, fn) { opts = opts.concat ? opts : optCheck(opts) return BB.try(() => { return fn(opts) }).catch(err => { if (err.code !== 'EOTP' && !(err.code === 'E401' && /one-time pass/.test(err.body))) { throw err } else if (!process.stdin.isTTY || !process.stdout.isTTY) { throw err } else { return readUserInfo.otp( optCheck(opts).prompt ).then(otp => fn(opts.concat({otp}))) } }) }
[-] umask.js
[edit]
[-] read-local-package.js
[edit]
[-] completion.sh
[edit]
[-] otplease.js
[edit]
[-] save-stack.js
[edit]
[-] escape-arg.js
[edit]
[-] temp-filename.js
[edit]
[-] lifecycle.js
[edit]
[-] git.js
[edit]
[-] pulse-till-done.js
[edit]
[-] open-url.js
[edit]
[-] usage.js
[edit]
[+]
..
[-] gently-rm.js
[edit]
[-] correct-mkdir.js
[edit]
[-] error-handler.js
[edit]
[-] read-user-info.js
[edit]
[-] ansi-trim.js
[edit]
[-] is-registry.js
[edit]
[-] output.js
[edit]
[-] pick-manifest-from-registry-metadata.js
[edit]
[-] package-id.js
[edit]
[-] metrics-launch.js
[edit]
[-] unix-format-path.js
[edit]
[-] depr-check.js
[edit]
[-] no-progress-while-running.js
[edit]
[-] warn-deprecated.js
[edit]
[-] link.js
[edit]
[-] move.js
[edit]
[-] is-windows.js
[edit]
[-] spawn.js
[edit]
[-] child-path.js
[edit]
[-] unsupported.js
[edit]
[-] metrics.js
[edit]
[-] cache-file.js
[edit]
[-] is-windows-shell.js
[edit]
[-] funding.js
[edit]
[+]
completion
[-] did-you-mean.js
[edit]
[-] lifecycle-cmd.js
[edit]
[-] gunzip-maybe.js
[edit]
[-] error-message.js
[edit]
[-] locker.js
[edit]
[-] parse-json.js
[edit]
[-] perf.js
[edit]
[-] escape-exec-path.js
[edit]
[-] module-name.js
[edit]
[-] is-windows-bash.js
[edit]
[-] deep-sort-object.js
[edit]