Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: add policy for distribution #51918

Merged
merged 8 commits into from
Mar 3, 2024
Merged
17 changes: 17 additions & 0 deletions doc/contributing/distribution.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Node.js Distribution Policy

This document describes some policies around what is and is not included in the
Node.js distribution.

## Inclusion

Node.js includes many dependencies, such as V8, Undici and others; and comes
bundled with standalone tools such as `npm`. It is not a goal of the Node.js
project to provide a level playing field for all dependencies or bundled tools.
GeoffreyBooth marked this conversation as resolved.
Show resolved Hide resolved
With limited resources, the Node.js project does not intend to bundle or
officially support multiple dependencies or tools that serve the same purpose.

## Package managers
GeoffreyBooth marked this conversation as resolved.
Show resolved Hide resolved

The Node.js distribution will include `npm`, and will not include any other
GeoffreyBooth marked this conversation as resolved.
Show resolved Hide resolved
package managers.
GeoffreyBooth marked this conversation as resolved.
Show resolved Hide resolved
Loading