npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

npm-registry-url

1.0.0

@watson

npmHomeRepoSnykSocket
Downloads:16
$ npm install npm-registry-url
DailyWeeklyMonthlyYearly

npm-registry-url

Get the current system npm registry URL

Build status js-standard-style

Installation

npm install npm-registry-url

Usage

var npmUrl = require('npm-registry-url')

npmUrl(function (err, url) {
  if (err) throw err
  console.log('The npm registry URL is:', url)
})

License

MIT