Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nodejs/modules
Node.js Modules Team
https://github.com/nodejs/modules
node nodejs
Last synced: about 2 months ago
JSON representation
Node.js Modules Team
- Host: GitHub
- URL: https://github.com/nodejs/modules
- Owner: nodejs
- License: mit
- Archived: true
- Created: 2018-02-01T22:33:47.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2023-04-22T16:34:39.000Z (over 1 year ago)
- Last Synced: 2024-04-14T00:38:26.384Z (7 months ago)
- Topics: node, nodejs
- Homepage:
- Size: 431 KB
- Stars: 413
- Watchers: 71
- Forks: 46
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Governance: GOVERNANCE.md
Awesome Lists containing this project
README
# Modules Team
## Purpose
The original Node.js Modules Team planned and developed the ECMAScript Modules (ESM) implementation in Node.js core.
The current team exists as subject matter experts to consult regarding the Node.js ESM implementation.
## Members
- [@bmeck](https://github.com/bmeck) - Bradley Farias
- [@DanielRosenwasser](https://github.com/DanielRosenwasser) - Daniel Rosenwasser
- [@devsnek](https://github.com/devsnek) - devsnek
- [@GeoffreyBooth](https://github.com/GeoffreyBooth) - Geoffrey Booth
- [@giltayar](https://github.com/giltayar) - Gil Tayar
- [@guybedford](https://github.com/guybedford) - Guy Bedford
- [@JakobJingleheimer](https://github.com/JakobJingleheimer) - Jacob Smith
- [@jkrems](https://github.com/jkrems) - Jan Olaf Krems
- [@ljharb](https://github.com/ljharb) - Jordan Harband
- [@MylesBorins](https://github.com/MylesBorins) - Myles Borins
- [@qballer](https://github.com/qballer) - Doron Tsur
- [@robpalme](https://github.com/robpalme) - Rob Palmer
- [@targos](https://github.com/targos) - Michaël Zasso
- [@VoltrexKeyva](https://github.com/VoltrexKeyva) - Mohammed Keyvanzadeh
- [@WebReflection](https://github.com/WebReflection) - Andrea Giammarchi
- [@weswigham](https://github.com/weswigham) - Wesley Wigham
- [@zackschuster](https://github.com/zackschuster) - Zack Schuster## Archives
- **[Features](./doc/archive/features.md)**: As part of creating the ECMAScript Modules implementation for Node.js 12.0.0, [use cases](./doc/use-cases.md) were brainstormed, which led to a list of features. This feature list, which previously existed as a section in this repo's root README, informed what became the [plan for the implementation](./doc/archive/plan-for-new-modules-implementation.md).
- **[Plan for New Modules Implementation](./doc/archive/plan-for-new-modules-implementation.md)**: This document summarized the work that went into the new ECMAScript Modules implementation that shipped in Node.js 12.0.0.