PATH:
opt
/
alt
/
alt-nodejs9
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
npm-registry-client
/
lib
var retry = require('retry') module.exports = attempt function attempt (cb) { // Tuned to spread 3 attempts over about a minute. // See formula at <https://github.com/tim-kos/node-retry>. var operation = retry.operation(this.config.retry) var client = this operation.attempt(function (currentAttempt) { client.log.info( 'attempt', 'registry request try #' + currentAttempt + ' at ' + (new Date()).toLocaleTimeString() ) cb(operation) }) }
[-] org.js
[edit]
[-] get.js
[edit]
[-] whoami.js
[edit]
[-] unpublish.js
[edit]
[-] star.js
[edit]
[-] team.js
[edit]
[-] request.js
[edit]
[-] deprecate.js
[edit]
[-] fetch.js
[edit]
[-] ping.js
[edit]
[-] publish.js
[edit]
[+]
..
[-] initialize.js
[edit]
[-] tag.js
[edit]
[-] send-anonymous-CLI-metrics.js
[edit]
[-] stars.js
[edit]
[-] authify.js
[edit]
[-] attempt.js
[edit]
[-] access.js
[edit]
[+]
dist-tags
[-] adduser.js
[edit]
[-] logout.js
[edit]