Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/amio/npm-mirrors

A list for npm registry mirrors.
https://github.com/amio/npm-mirrors

Last synced: 21 days ago
JSON representation

A list for npm registry mirrors.

Awesome Lists containing this project

README

        

# npm-mirrors [![][npm-badge]][npm-link]

A list for npm registry mirrors.

## Install

```
npm install npm-mirrors
```

## Usage

```javascript
const mirrors = require('npm-mirrors')

console.log(mirrors)
// {
// 'npm': {
// 'home': 'https://www.npmjs.org',
// 'registry': 'https://registry.npmjs.org/'
// },
// ...
// }
```

[npm-badge]: https://img.shields.io/npm/v/npm-mirrors.svg
[npm-link]: https://www.npmjs.com/package/npm-mirrors