# package-examples **Repository Path**: mirrors_nodejs/package-examples ## Basic Information - **Project Name**: package-examples - **Description**: Repository documenting package shipping patterns - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-16 - **Last Updated**: 2026-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Node.js package shipping patterns This project is meant to document common package shipping patterns, the pros and cons, and guidelines for CJS to ESM migration. The guide on package configuration is published at . Source document and examples are in the [guide/](./guide/) directory. This guide is still in early stages. Contributions are welcome! See [contribution guide](./CONTRIBUTING.md) on how to contribute to this project. The following teams have maintainer access to this repository: - [Node.js Package Maintenance Team](https://github.com/orgs/nodejs/teams/package-maintenance) - [Node.js Package Pathfinders Team](https://github.com/orgs/nodejs/teams/package-pathfinders) - [Node.js Loaders Team](https://github.com/orgs/nodejs/teams/loaders) The previous documents from package.md in the Node.js API documentation have been moved to [this chapter](./guide/07-dual-packages/README.md) for reference.