npm-registry-url

1.0.0 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    3

Package Sidebar

Install

npm i npm-registry-url

Weekly Downloads

3

Version

1.0.0

License

MIT

Last publish

Collaborators

  • watson