1.0.0 • Published 8 years ago
npm-registry-url v1.0.0
npm-registry-url
Get the current system npm registry URL
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
1.0.0
8 years ago