normalize-registry-url
Normalizes a npm registry URL
Last updated 4 years ago by zkochan .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install normalize-registry-url 
SYNC missed versions from official npm registry.

normalize-registry-url

Build Status

Normalizes a npm registry URL

Installation

npm i normalize-registry-url

Usage

const normalizeRegistrUrl = require('normalize-registry-url')

const registry = normalizeRegistrUrl('https://registry.npmjs.org')

console.log(registry)
// 'https://registry.npmjs.org/'

License

MIT © Zoltan Kochan

Current Tags

  • 2.0.0                                ...           latest (4 years ago)

3 Versions

  • 2.0.0                                ...           4 years ago
  • 1.0.0                                ...           9 years ago
  • 0.0.0                                ...           9 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (1)

Copyright 2013 - present © cnpmjs.org | Home |