From ca1fd5dad451937089e75307ef9395135e747807 Mon Sep 17 00:00:00 2001 From: resynth1943 <resynth1943@tutanota.com> Date: Sun, 5 Jul 2020 03:44:38 +0100 Subject: [PATCH] Add NPM article --- replace/npm.md | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/replace/npm.md b/replace/npm.md index 4b60ccc..ac8672e 100644 --- a/replace/npm.md +++ b/replace/npm.md @@ -1,12 +1,39 @@ --- -title: NPM +product: NPM type: "Package registries" layout: replace --- -# NPM +# Replace NPM NPM, a common abbreviation for Node Package Manager, is a package manager for [Node.js](https://nodejs.org), a JavaScript runtime for the server. +## Verdaccio +A lightweight private npm proxy registry. +{% infobox %} + - **Website**: verdaccio.org + - **Source code**: [GitHub](https://github.com/verdaccio/verdaccio) + - **License**: [MIT](https://github.com/verdaccio/verdaccio/blob/master/LICENSE) +{% endinfobox %} + +## Open Registry + +A JavaScript Package Registry funded, developed and maintained by the community, for the community. + +{% infobox %} + - **Website**: [open-registry.dev](open-registry.dev) + - **Source code**: [GitHub](https://github.com/open-services/open-registry) + - **License**: [MIT](https://github.com/open-services/open-registry/blob/master/LICENSE) +{% endinfobox %} + +## CNPM + +Private npm registry and web for Enterprise. + +{% infobox %} + - **Website**: cnpmjs.org + - **Source code**: [GitHub](https://github.com/cnpm/cnpmjs.org) + - **License**: [MIT](https://github.com/cnpm/cnpmjs.org/blob/master/LICENSE.txt) +{% endinfobox %} -- GitLab