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

Readme

Keywords

Package Sidebar

Install

npm i npm-registry-url

Weekly Downloads

15

Version

1.0.0

License

MIT

Last publish

Collaborators

  • watson