An open API service indexing awesome lists of open source software.

https://github.com/pnpm/normalize-registry-url

Normalizes a npm registry URL
https://github.com/pnpm/normalize-registry-url

Last synced: 2 months ago
JSON representation

Normalizes a npm registry URL

Awesome Lists containing this project

README

        

# normalize-registry-url

[![Build Status](https://travis-ci.org/pnpm/normalize-registry-url.svg?branch=master)](https://travis-ci.org/pnpm/normalize-registry-url)

> Normalizes a npm registry URL

## Installation

```
pnpm add normalize-registry-url
```

## Usage

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

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

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

## License

[MIT](LICENSE) © [Zoltan Kochan](https://www.kochan.io)