Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/billiegoose/node-modules.io
A website dedicated to alternatives to npmjs.com
https://github.com/billiegoose/node-modules.io
Last synced: 27 days ago
JSON representation
A website dedicated to alternatives to npmjs.com
- Host: GitHub
- URL: https://github.com/billiegoose/node-modules.io
- Owner: billiegoose
- License: isc
- Created: 2016-03-28T16:39:59.000Z (almost 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2019-12-20T17:28:46.000Z (about 5 years ago)
- Last Synced: 2024-10-10T16:48:01.818Z (3 months ago)
- Homepage: https://node-modules.io
- Size: 23.4 KB
- Stars: 13
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-modules.io
A website dedicated to alternatives to npmjs.com## Host your own node package registry
- ★ modserv: [on npm](https://www.npmjs.com/package/modserv) / [on Github](https://github.com/wmhilton/modserv) (my fork of local-npm)
- local-npm: [on npm](https://www.npmjs.com/package/local-npm) / [on Github](https://github.com/nolanlawson/local-npm) (unmaintained)
- npm_lazy: [on npm](https://www.npmjs.com/package/npm_lazy) / [on Github](https://github.com/mixu/npm_lazy)
- reggie: [on npm](https://www.npmjs.com/package/reggie) / [on Github](https://github.com/mbrevoort/node-reggie)
- sinopia: [on npm](https://www.npmjs.com/package/sinopia) / [on Github](https://github.com/rlidwka/sinopia)
- reginabox: [on npm](https://www.npmjs.com/package/reginabox) / [on Github](https://github.com/yahoo/reginabox)
- μnpm: [on npm](https://www.npmjs.com/package/unpm) / [on Github](https://github.com/hayes/unpm)
- npm-register: [on npm](https://www.npmjs.com/package/npm-register) / [on Github](https://github.com/dickeyxxx/npm-register)
- registry-mirror: [on npm](https://www.npmjs.com/package/registry-mirror) / [on GitHub](https://github.com/diasdavid/registry-mirror)
- ipfs-npm (successor to registry-mirror): [on npm](https://www.npmjs.com/package/ipfs-npm) / [on Github](https://github.com/diasdavid/npm-on-ipfs)
- verdaccio: [on npm](https://www.npmjs.com/package/verdaccio) / [on Github](https://github.com/verdaccio/verdaccio)
- [Artifactory](https://jfrog.com/integration/npm-registry/)
- Know more? Fork this file to add it to this list and send me a pull request!## How to use alternative registries
For one-off use:
```
npm --registry http://registry.node-modules.io/ install express
```To remember registry setting:
```
npm set config registry http://registry.node-modules.io/
```## Mirrors
- ★ This website runs an instance of `modserv` on [https://registry.node-modules.io/](https://registry.node-modules.io/)
- Europe http://registry.npmjs.eu
- Australia http://registry.npmjs.org.au
- USA https://registry.nodejitsu.com
- USA https://npm.strongloop.com
- [cnpm](https://cnpmjs.org/) runs two mirrors, based in China
- Know more? Fork this file to add it to this list and send me a pull request!## Alternative search engines for the npm registry
- ★ This website is running the `modserv` GUI at [https://ui.node-modules.io/](https://ui.node-modules.io/)
- http://node-modules.com/ [on Github](https://github.com/mafintosh/node-modules)
- https://npmsearch.com/ [on Github](https://github.com/solids/npmsearch)
- http://nodezoo.com/ [on Github](https://github.com/nodezoo/nodezoo-workshop)
- https://anvaka.github.io/npmrank/online/ [on Github](https://github.com/anvaka/npmrank/tree/master/online)
- http://nipstr.com/ [on Github](https://github.com/eirikb/nipster)
- https://nodejsmodules.org/ (expired SSL cert though) [on Github](https://github.com/corruptmem/nodejsmodules)
- https://npms.io/ [on Github](https://github.com/npms-io)
- Know more? Fork this file to add it to this list and send me a pull request!## Alternative ways to download packages
- ipfs-npm: [on npm](https://www.npmjs.com/package/ipfs-npm) / [on Github](https://github.com/diasdavid/npm-on-ipfs)
- Know more? Fork this file to add it to this list and send me a pull request!## Alternatives to npm-cli
- ied: [on npm](https://www.npmjs.com/package/ied) / [on Github](http://gugel.io/ied/)
- npmd: [on npm](https://www.npmjs.com/package/npmd) / [on Github](https://github.com/dominictarr/npmd)
- pnpm: [on npm](https://www.npmjs.com/package/pnpm) / [on Github](https://github.com/pnpm/pnpm)
- yarn: [on npm](https://www.npmjs.com/package/yarn) / [on Github](https://github.com/yarnpkg/yarn)
- Know more? Fork this file to add it to this list and send me a pull request!