Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/amio/npm-mirrors
- Owner: amio
- Created: 2018-06-01T07:53:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-01T23:50:45.000Z (over 6 years ago)
- Last Synced: 2024-10-04T02:06:52.561Z (about 1 month ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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