|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| android-patches/ | | 12-May-2024 | - | 26 | 24 |
| benchmark/ | | 12-May-2024 | - | 21,036 | 17,061 |
| deps/ | | 12-May-2024 | - | 8,282,017 | 6,839,112 |
| doc/ | | 12-May-2024 | - | 568,671 | 523,571 |
| lib/ | | 12-May-2024 | - | 111,743 | 84,739 |
| src/ | | 12-May-2024 | - | 124,610 | 94,891 |
| test/ | | 12-May-2024 | - | 488,774 | 382,789 |
| tools/ | | 12-May-2024 | - | 136,305 | 118,368 |
| typings/ | | 12-May-2024 | - | 1,730 | 1,614 |
| .clang-format | D | 12-May-2024 | 3.1 KiB | 112 | 111 |
| .cpplint | D | 12-May-2024 | 142 | 4 | 3 |
| .gitattributes | D | 12-May-2024 | 1.9 KiB | 34 | 33 |
| .gitignore | D | 12-May-2024 | 2.4 KiB | 133 | 120 |
| .nycrc | D | 12-May-2024 | 332 | 22 | 21 |
| BSDmakefile | D | 12-May-2024 | 268 | 12 | 9 |
| BUILD.gn | D | 12-May-2024 | 894 | 25 | 22 |
| BUILDING.md | D | 12-May-2024 | 32.8 KiB | 877 | 645 |
| CHANGELOG.md | D | 12-May-2024 | 50.6 KiB | 1,354 | 719 |
| CODE_OF_CONDUCT.md | D | 12-May-2024 | 203 | 5 | 3 |
| CONTRIBUTING.md | D | 12-May-2024 | 2.5 KiB | 60 | 44 |
| GOVERNANCE.md | D | 12-May-2024 | 7.4 KiB | 183 | 135 |
| LICENSE | D | 12-May-2024 | 112.9 KiB | 2,173 | 1,805 |
| Makefile | D | 12-May-2024 | 52.5 KiB | 1,604 | 1,294 |
| OAT.xml | D | 12-May-2024 | 59.7 KiB | 547 | 487 |
| README.OpenSource | D | 12-May-2024 | 515 | 12 | 11 |
| README.md | D | 12-May-2024 | 36.4 KiB | 856 | 771 |
| SECURITY.md | D | 12-May-2024 | 9.5 KiB | 214 | 160 |
| android-configure | D | 12-May-2024 | 1.4 KiB | 37 | 29 |
| android_configure.py | D | 12-May-2024 | 2.7 KiB | 77 | 61 |
| bundle.json | D | 12-May-2024 | 893 | 32 | 32 |
| codecov.yml | D | 12-May-2024 | 475 | 20 | 9 |
| common.gypi | D | 12-May-2024 | 21.9 KiB | 651 | 627 |
| configure | D | 12-May-2024 | 1.4 KiB | 37 | 29 |
| configure.py | D | 12-May-2024 | 75.7 KiB | 2,186 | 1,691 |
| glossary.md | D | 12-May-2024 | 1.3 KiB | 23 | 21 |
| node.gyp | D | 12-May-2024 | 47.3 KiB | 1,528 | 1,486 |
| node.gypi | D | 12-May-2024 | 11.6 KiB | 408 | 399 |
| onboarding.md | D | 12-May-2024 | 13.3 KiB | 272 | 230 |
| pyproject.toml | D | 12-May-2024 | 1 KiB | 49 | 45 |
| tsconfig.json | D | 12-May-2024 | 3.7 KiB | 101 | 100 |
| vcbuild.bat | D | 12-May-2024 | 33.6 KiB | 850 | 760 |
README.OpenSource
1[
2 {
3 "Name": "node",
4 "License": "ISC License,Public Domain,MIT License,Free Software Foundation - MIT License,Apache License V2.0,ICU License,zlib/libpng License,BSD 2-Clause License,BSD 3-Clause License",
5 "License File": "LICENSE",
6 "Version Number": "18.18.2",
7 "Owner": "sunbingxin@huawei.com",
8 "Upstream URL": "http://www.nodejs.org/",
9 "Description": "Node.js is an open-source, cross-platform, JavaScript runtime environment. It executes JavaScript code outside of a browser."
10 }
11]
12
README.md
1# Node.js
2
3Node.js is an open-source, cross-platform JavaScript runtime environment.
4
5For information on using Node.js, see the [Node.js website][].
6
7The Node.js project uses an [open governance model](./GOVERNANCE.md). The
8[OpenJS Foundation][] provides support for the project.
9
10Contributors are expected to act in a collaborative manner to move
11the project forward. We encourage the constructive exchange of contrary
12opinions and compromise. The [TSC](./GOVERNANCE.md#technical-steering-committee)
13reserves the right to limit or block contributors who repeatedly act in ways
14that discourage, exhaust, or otherwise negatively affect other participants.
15
16**This project has a [Code of Conduct][].**
17
18## Table of contents
19
20* [Support](#support)
21* [Release types](#release-types)
22 * [Download](#download)
23 * [Current and LTS releases](#current-and-lts-releases)
24 * [Nightly releases](#nightly-releases)
25 * [API documentation](#api-documentation)
26 * [Verifying binaries](#verifying-binaries)
27* [Building Node.js](#building-nodejs)
28* [Security](#security)
29* [Contributing to Node.js](#contributing-to-nodejs)
30* [Current project team members](#current-project-team-members)
31 * [TSC (Technical Steering Committee)](#tsc-technical-steering-committee)
32 * [Collaborators](#collaborators)
33 * [Triagers](#triagers)
34 * [Release keys](#release-keys)
35* [License](#license)
36
37## Support
38
39Looking for help? Check out the
40[instructions for getting support](.github/SUPPORT.md).
41
42## Release types
43
44* **Current**: Under active development. Code for the Current release is in the
45 branch for its major version number (for example,
46 [v19.x](https://github.com/nodejs/node/tree/v19.x)). Node.js releases a new
47 major version every 6 months, allowing for breaking changes. This happens in
48 April and October every year. Releases appearing each October have a support
49 life of 8 months. Releases appearing each April convert to LTS (see below)
50 each October.
51* **LTS**: Releases that receive Long Term Support, with a focus on stability
52 and security. Every even-numbered major version will become an LTS release.
53 LTS releases receive 12 months of _Active LTS_ support and a further 18 months
54 of _Maintenance_. LTS release lines have alphabetically-ordered code names,
55 beginning with v4 Argon. There are no breaking changes or feature additions,
56 except in some special circumstances.
57* **Nightly**: Code from the Current branch built every 24-hours when there are
58 changes. Use with caution.
59
60Current and LTS releases follow [semantic versioning](https://semver.org). A
61member of the Release Team [signs](#release-keys) each Current and LTS release.
62For more information, see the
63[Release README](https://github.com/nodejs/Release#readme).
64
65### Download
66
67Binaries, installers, and source tarballs are available at
68<https://nodejs.org/en/download/>.
69
70#### Current and LTS releases
71
72<https://nodejs.org/download/release/>
73
74The [latest](https://nodejs.org/download/release/latest/) directory is an
75alias for the latest Current release. The latest-_codename_ directory is an
76alias for the latest release from an LTS line. For example, the
77[latest-hydrogen](https://nodejs.org/download/release/latest-hydrogen/)
78directory contains the latest Hydrogen (Node.js 18) release.
79
80#### Nightly releases
81
82<https://nodejs.org/download/nightly/>
83
84Each directory name and filename contains a date (in UTC) and the commit
85SHA at the HEAD of the release.
86
87#### API documentation
88
89Documentation for the latest Current release is at <https://nodejs.org/api/>.
90Version-specific documentation is available in each release directory in the
91_docs_ subdirectory. Version-specific documentation is also at
92<https://nodejs.org/download/docs/>.
93
94### Verifying binaries
95
96Download directories contain a `SHASUMS256.txt` file with SHA checksums for the
97files.
98
99To download `SHASUMS256.txt` using `curl`:
100
101```console
102$ curl -O https://nodejs.org/dist/vx.y.z/SHASUMS256.txt
103```
104
105To check that a downloaded file matches the checksum, run
106it through `sha256sum` with a command such as:
107
108```console
109$ grep node-vx.y.z.tar.gz SHASUMS256.txt | sha256sum -c -
110```
111
112For Current and LTS, the GPG detached signature of `SHASUMS256.txt` is in
113`SHASUMS256.txt.sig`. You can use it with `gpg` to verify the integrity of
114`SHASUMS256.txt`. You will first need to import
115[the GPG keys of individuals authorized to create releases](#release-keys). To
116import the keys:
117
118```console
119$ gpg --keyserver hkps://keys.openpgp.org --recv-keys 4ED778F539E3634C779C87C6D7062848A1AB005C
120```
121
122See [Release keys](#release-keys) for a script to import active release keys.
123
124Next, download the `SHASUMS256.txt.sig` for the release:
125
126```console
127$ curl -O https://nodejs.org/dist/vx.y.z/SHASUMS256.txt.sig
128```
129
130Then use `gpg --verify SHASUMS256.txt.sig SHASUMS256.txt` to verify
131the file's signature.
132
133## Building Node.js
134
135See [BUILDING.md](BUILDING.md) for instructions on how to build Node.js from
136source and a list of supported platforms.
137
138## Security
139
140For information on reporting security vulnerabilities in Node.js, see
141[SECURITY.md](./SECURITY.md).
142
143## Contributing to Node.js
144
145* [Contributing to the project][]
146* [Working Groups][]
147* [Strategic initiatives][]
148* [Technical values and prioritization][]
149
150## Current project team members
151
152For information about the governance of the Node.js project, see
153[GOVERNANCE.md](./GOVERNANCE.md).
154
155<!-- node-core-utils and find-inactive-tsc.mjs depend on the format of the TSC
156 list. If the format changes, those utilities need to be tested and
157 updated. -->
158
159### TSC (Technical Steering Committee)
160
161#### TSC voting members
162
163<!--lint disable prohibited-strings-->
164
165* [aduh95](https://github.com/aduh95) -
166 **Antoine du Hamel** <<duhamelantoine1995@gmail.com>> (he/him)
167* [apapirovski](https://github.com/apapirovski) -
168 **Anatoli Papirovski** <<apapirovski@mac.com>> (he/him)
169* [BridgeAR](https://github.com/BridgeAR) -
170 **Ruben Bridgewater** <<ruben@bridgewater.de>> (he/him)
171* [cjihrig](https://github.com/cjihrig) -
172 **Colin Ihrig** <<cjihrig@gmail.com>> (he/him)
173* [danielleadams](https://github.com/danielleadams) -
174 **Danielle Adams** <<adamzdanielle@gmail.com>> (she/her)
175* [GeoffreyBooth](https://github.com/geoffreybooth) -
176 **Geoffrey Booth** <<webadmin@geoffreybooth.com>> (he/him)
177* [gireeshpunathil](https://github.com/gireeshpunathil) -
178 **Gireesh Punathil** <<gpunathi@in.ibm.com>> (he/him)
179* [jasnell](https://github.com/jasnell) -
180 **James M Snell** <<jasnell@gmail.com>> (he/him)
181* [joyeecheung](https://github.com/joyeecheung) -
182 **Joyee Cheung** <<joyeec9h3@gmail.com>> (she/her)
183* [legendecas](https://github.com/legendecas) -
184 **Chengzhong Wu** <<legendecas@gmail.com>> (he/him)
185* [mcollina](https://github.com/mcollina) -
186 **Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
187* [mhdawson](https://github.com/mhdawson) -
188 **Michael Dawson** <<midawson@redhat.com>> (he/him)
189* [MoLow](https://github.com/MoLow) -
190 **Moshe Atlow** <<moshe@atlow.co.il>> (he/him)
191* [RafaelGSS](https://github.com/RafaelGSS) -
192 **Rafael Gonzaga** <<rafael.nunu@hotmail.com>> (he/him)
193* [RaisinTen](https://github.com/RaisinTen) -
194 **Darshan Sen** <<raisinten@gmail.com>> (he/him)
195* [richardlau](https://github.com/richardlau) -
196 **Richard Lau** <<rlau@redhat.com>>
197* [ronag](https://github.com/ronag) -
198 **Robert Nagy** <<ronagy@icloud.com>>
199* [ruyadorno](https://github.com/ruyadorno) -
200 **Ruy Adorno** <<ruyadorno@google.com>> (he/him)
201* [targos](https://github.com/targos) -
202 **Michaël Zasso** <<targos@protonmail.com>> (he/him)
203* [tniessen](https://github.com/tniessen) -
204 **Tobias Nießen** <<tniessen@tnie.de>> (he/him)
205* [Trott](https://github.com/Trott) -
206 **Rich Trott** <<rtrott@gmail.com>> (he/him)
207
208#### TSC regular members
209
210* [BethGriggs](https://github.com/BethGriggs) -
211 **Beth Griggs** <<bethanyngriggs@gmail.com>> (she/her)
212* [bnoordhuis](https://github.com/bnoordhuis) -
213 **Ben Noordhuis** <<info@bnoordhuis.nl>>
214* [ChALkeR](https://github.com/ChALkeR) -
215 **Сковорода Никита Андреевич** <<chalkerx@gmail.com>> (he/him)
216* [codebytere](https://github.com/codebytere) -
217 **Shelley Vohr** <<shelley.vohr@gmail.com>> (she/her)
218* [danbev](https://github.com/danbev) -
219 **Daniel Bevenius** <<daniel.bevenius@gmail.com>> (he/him)
220* [fhinkel](https://github.com/fhinkel) -
221 **Franziska Hinkelmann** <<franziska.hinkelmann@gmail.com>> (she/her)
222* [gabrielschulhof](https://github.com/gabrielschulhof) -
223 **Gabriel Schulhof** <<gabrielschulhof@gmail.com>>
224* [mscdex](https://github.com/mscdex) -
225 **Brian White** <<mscdex@mscdex.net>>
226* [MylesBorins](https://github.com/MylesBorins) -
227 **Myles Borins** <<myles.borins@gmail.com>> (he/him)
228* [rvagg](https://github.com/rvagg) -
229 **Rod Vagg** <<r@va.gg>>
230* [TimothyGu](https://github.com/TimothyGu) -
231 **Tiancheng "Timothy" Gu** <<timothygu99@gmail.com>> (he/him)
232
233<details>
234
235<summary>TSC emeriti members</summary>
236
237#### TSC emeriti members
238
239* [addaleax](https://github.com/addaleax) -
240 **Anna Henningsen** <<anna@addaleax.net>> (she/her)
241* [chrisdickinson](https://github.com/chrisdickinson) -
242 **Chris Dickinson** <<christopher.s.dickinson@gmail.com>>
243* [evanlucas](https://github.com/evanlucas) -
244 **Evan Lucas** <<evanlucas@me.com>> (he/him)
245* [Fishrock123](https://github.com/Fishrock123) -
246 **Jeremiah Senkpiel** <<fishrock123@rocketmail.com>> (he/they)
247* [gibfahn](https://github.com/gibfahn) -
248 **Gibson Fahnestock** <<gibfahn@gmail.com>> (he/him)
249* [indutny](https://github.com/indutny) -
250 **Fedor Indutny** <<fedor@indutny.com>>
251* [isaacs](https://github.com/isaacs) -
252 **Isaac Z. Schlueter** <<i@izs.me>>
253* [joshgav](https://github.com/joshgav) -
254 **Josh Gavant** <<josh.gavant@outlook.com>>
255* [mmarchini](https://github.com/mmarchini) -
256 **Mary Marchini** <<oss@mmarchini.me>> (she/her)
257* [nebrius](https://github.com/nebrius) -
258 **Bryan Hughes** <<bryan@nebri.us>>
259* [ofrobots](https://github.com/ofrobots) -
260 **Ali Ijaz Sheikh** <<ofrobots@google.com>> (he/him)
261* [orangemocha](https://github.com/orangemocha) -
262 **Alexis Campailla** <<orangemocha@nodejs.org>>
263* [piscisaureus](https://github.com/piscisaureus) -
264 **Bert Belder** <<bertbelder@gmail.com>>
265* [sam-github](https://github.com/sam-github) -
266 **Sam Roberts** <<vieuxtech@gmail.com>>
267* [shigeki](https://github.com/shigeki) -
268 **Shigeki Ohtsu** <<ohtsu@ohtsu.org>> (he/him)
269* [thefourtheye](https://github.com/thefourtheye) -
270 **Sakthipriyan Vairamani** <<thechargingvolcano@gmail.com>> (he/him)
271* [trevnorris](https://github.com/trevnorris) -
272 **Trevor Norris** <<trev.norris@gmail.com>>
273
274</details>
275
276<!-- node-core-utils and find-inactive-collaborators.mjs depend on the format
277 of the collaborator list. If the format changes, those utilities need to be
278 tested and updated. -->
279
280### Collaborators
281
282* [addaleax](https://github.com/addaleax) -
283 **Anna Henningsen** <<anna@addaleax.net>> (she/her)
284* [aduh95](https://github.com/aduh95) -
285 **Antoine du Hamel** <<duhamelantoine1995@gmail.com>> (he/him)
286* [anonrig](https://github.com/anonrig) -
287 **Yagiz Nizipli** <<yagiz@nizipli.com>> (he/him)
288* [antsmartian](https://github.com/antsmartian) -
289 **Anto Aravinth** <<anto.aravinth.cse@gmail.com>> (he/him)
290* [apapirovski](https://github.com/apapirovski) -
291 **Anatoli Papirovski** <<apapirovski@mac.com>> (he/him)
292* [AshCripps](https://github.com/AshCripps) -
293 **Ash Cripps** <<email@ashleycripps.co.uk>>
294* [atlowChemi](https://github.com/atlowChemi) -
295 **Chemi Atlow** <<chemi@atlow.co.il>> (he/him)
296* [Ayase-252](https://github.com/Ayase-252) -
297 **Qingyu Deng** <<i@ayase-lab.com>>
298* [bengl](https://github.com/bengl) -
299 **Bryan English** <<bryan@bryanenglish.com>> (he/him)
300* [benjamingr](https://github.com/benjamingr) -
301 **Benjamin Gruenbaum** <<benjamingr@gmail.com>>
302* [BethGriggs](https://github.com/BethGriggs) -
303 **Beth Griggs** <<bethanyngriggs@gmail.com>> (she/her)
304* [bmeck](https://github.com/bmeck) -
305 **Bradley Farias** <<bradley.meck@gmail.com>>
306* [bnb](https://github.com/bnb) -
307 **Tierney Cyren** <<hello@bnb.im>> (they/he)
308* [bnoordhuis](https://github.com/bnoordhuis) -
309 **Ben Noordhuis** <<info@bnoordhuis.nl>>
310* [BridgeAR](https://github.com/BridgeAR) -
311 **Ruben Bridgewater** <<ruben@bridgewater.de>> (he/him)
312* [cclauss](https://github.com/cclauss) -
313 **Christian Clauss** <<cclauss@me.com>> (he/him)
314* [ChALkeR](https://github.com/ChALkeR) -
315 **Сковорода Никита Андреевич** <<chalkerx@gmail.com>> (he/him)
316* [cjihrig](https://github.com/cjihrig) -
317 **Colin Ihrig** <<cjihrig@gmail.com>> (he/him)
318* [codebytere](https://github.com/codebytere) -
319 **Shelley Vohr** <<shelley.vohr@gmail.com>> (she/her)
320* [cola119](https://github.com/cola119) -
321 **Kohei Ueno** <<kohei.ueno119@gmail.com>> (he/him)
322* [daeyeon](https://github.com/daeyeon) -
323 **Daeyeon Jeong** <<daeyeon.dev@gmail.com>> (he/him)
324* [danbev](https://github.com/danbev) -
325 **Daniel Bevenius** <<daniel.bevenius@gmail.com>> (he/him)
326* [danielleadams](https://github.com/danielleadams) -
327 **Danielle Adams** <<adamzdanielle@gmail.com>> (she/her)
328* [debadree25](https://github.com/debadree25) -
329 **Debadree Chatterjee** <<debadree333@gmail.com>> (he/him)
330* [deokjinkim](https://github.com/deokjinkim) -
331 **Deokjin Kim** <<deokjin81.kim@gmail.com>> (he/him)
332* [devnexen](https://github.com/devnexen) -
333 **David Carlier** <<devnexen@gmail.com>>
334* [devsnek](https://github.com/devsnek) -
335 **Gus Caplan** <<me@gus.host>> (they/them)
336* [edsadr](https://github.com/edsadr) -
337 **Adrian Estrada** <<edsadr@gmail.com>> (he/him)
338* [erickwendel](https://github.com/erickwendel) -
339 **Erick Wendel** <<erick.workspace@gmail.com>> (he/him)
340* [fhinkel](https://github.com/fhinkel) -
341 **Franziska Hinkelmann** <<franziska.hinkelmann@gmail.com>> (she/her)
342* [F3n67u](https://github.com/F3n67u) -
343 **Feng Yu** <<F3n67u@outlook.com>> (he/him)
344* [Flarna](https://github.com/Flarna) -
345 **Gerhard Stöbich** <<deb2001-github@yahoo.de>> (he/they)
346* [gabrielschulhof](https://github.com/gabrielschulhof) -
347 **Gabriel Schulhof** <<gabrielschulhof@gmail.com>>
348* [gengjiawen](https://github.com/gengjiawen) -
349 **Jiawen Geng** <<technicalcute@gmail.com>>
350* [GeoffreyBooth](https://github.com/geoffreybooth) -
351 **Geoffrey Booth** <<webadmin@geoffreybooth.com>> (he/him)
352* [gireeshpunathil](https://github.com/gireeshpunathil) -
353 **Gireesh Punathil** <<gpunathi@in.ibm.com>> (he/him)
354* [guybedford](https://github.com/guybedford) -
355 **Guy Bedford** <<guybedford@gmail.com>> (he/him)
356* [HarshithaKP](https://github.com/HarshithaKP) -
357 **Harshitha K P** <<harshitha014@gmail.com>> (she/her)
358* [himself65](https://github.com/himself65) -
359 **Zeyu "Alex" Yang** <<himself65@outlook.com>> (he/him)
360* [iansu](https://github.com/iansu) -
361 **Ian Sutherland** <<ian@iansutherland.ca>>
362* [JacksonTian](https://github.com/JacksonTian) -
363 **Jackson Tian** <<shyvo1987@gmail.com>>
364* [JakobJingleheimer](https://github.com/JakobJingleheimer) -
365 **Jacob Smith** <<jacob@frende.me>> (he/him)
366* [jasnell](https://github.com/jasnell) -
367 **James M Snell** <<jasnell@gmail.com>> (he/him)
368* [jkrems](https://github.com/jkrems) -
369 **Jan Krems** <<jan.krems@gmail.com>> (he/him)
370* [joesepi](https://github.com/joesepi) -
371 **Joe Sepi** <<sepi@joesepi.com>> (he/him)
372* [joyeecheung](https://github.com/joyeecheung) -
373 **Joyee Cheung** <<joyeec9h3@gmail.com>> (she/her)
374* [juanarbol](https://github.com/juanarbol) -
375 **Juan José Arboleda** <<soyjuanarbol@gmail.com>> (he/him)
376* [JungMinu](https://github.com/JungMinu) -
377 **Minwoo Jung** <<nodecorelab@gmail.com>> (he/him)
378* [KhafraDev](https://github.com/KhafraDev) -
379 **Matthew Aitken** <<maitken033380023@gmail.com>> (he/him)
380* [kuriyosh](https://github.com/kuriyosh) -
381 **Yoshiki Kurihara** <<yosyos0306@gmail.com>> (he/him)
382* [kvakil](https://github.com/kvakil) -
383 **Keyhan Vakil** <<kvakil@sylph.kvakil.me>>
384* [legendecas](https://github.com/legendecas) -
385 **Chengzhong Wu** <<legendecas@gmail.com>> (he/him)
386* [Leko](https://github.com/Leko) -
387 **Shingo Inoue** <<leko.noor@gmail.com>> (he/him)
388* [linkgoron](https://github.com/linkgoron) -
389 **Nitzan Uziely** <<linkgoron@gmail.com>>
390* [LiviaMedeiros](https://github.com/LiviaMedeiros) -
391 **LiviaMedeiros** <<livia@cirno.name>>
392* [lpinca](https://github.com/lpinca) -
393 **Luigi Pinca** <<luigipinca@gmail.com>> (he/him)
394* [lukekarrys](https://github.com/lukekarrys) -
395 **Luke Karrys** <<luke@lukekarrys.com>> (he/him)
396* [Lxxyx](https://github.com/Lxxyx) -
397 **Zijian Liu** <<lxxyxzj@gmail.com>> (he/him)
398* [marco-ippolito](https://github.com/marco-ippolito) -
399 **Marco Ippolito** <<marcoippolito54@gmail.com>> (he/him)
400* [marsonya](https://github.com/marsonya) -
401 **Akhil Marsonya** <<akhil.marsonya27@gmail.com>> (he/him)
402* [mcollina](https://github.com/mcollina) -
403 **Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
404* [meixg](https://github.com/meixg) -
405 **Xuguang Mei** <<meixuguang@gmail.com>> (he/him)
406* [Mesteery](https://github.com/Mesteery) -
407 **Mestery** <<mestery@protonmail.com>> (he/him)
408* [mhdawson](https://github.com/mhdawson) -
409 **Michael Dawson** <<midawson@redhat.com>> (he/him)
410* [miladfarca](https://github.com/miladfarca) -
411 **Milad Fa** <<mfarazma@redhat.com>> (he/him)
412* [mildsunrise](https://github.com/mildsunrise) -
413 **Alba Mendez** <<me@alba.sh>> (she/her)
414* [MoLow](https://github.com/MoLow) -
415 **Moshe Atlow** <<moshe@atlow.co.il>> (he/him)
416* [mscdex](https://github.com/mscdex) -
417 **Brian White** <<mscdex@mscdex.net>>
418* [MylesBorins](https://github.com/MylesBorins) -
419 **Myles Borins** <<myles.borins@gmail.com>> (he/him)
420* [ovflowd](https://github.com/ovflowd) -
421 **Claudio Wunder** <<cwunder@gnome.org>> (he/they)
422* [oyyd](https://github.com/oyyd) -
423 **Ouyang Yadong** <<oyydoibh@gmail.com>> (he/him)
424* [panva](https://github.com/panva) -
425 **Filip Skokan** <<panva.ip@gmail.com>> (he/him)
426* [Qard](https://github.com/Qard) -
427 **Stephen Belanger** <<admin@stephenbelanger.com>> (he/him)
428* [RafaelGSS](https://github.com/RafaelGSS) -
429 **Rafael Gonzaga** <<rafael.nunu@hotmail.com>> (he/him)
430* [RaisinTen](https://github.com/RaisinTen) -
431 **Darshan Sen** <<raisinten@gmail.com>> (he/him)
432* [richardlau](https://github.com/richardlau) -
433 **Richard Lau** <<rlau@redhat.com>>
434* [rickyes](https://github.com/rickyes) -
435 **Ricky Zhou** <<0x19951125@gmail.com>> (he/him)
436* [ronag](https://github.com/ronag) -
437 **Robert Nagy** <<ronagy@icloud.com>>
438* [ruyadorno](https://github.com/ruyadorno) -
439 **Ruy Adorno** <<ruyadorno@google.com>> (he/him)
440* [rvagg](https://github.com/rvagg) -
441 **Rod Vagg** <<rod@vagg.org>>
442* [ryzokuken](https://github.com/ryzokuken) -
443 **Ujjwal Sharma** <<ryzokuken@disroot.org>> (he/him)
444* [santigimeno](https://github.com/santigimeno) -
445 **Santiago Gimeno** <<santiago.gimeno@gmail.com>>
446* [shisama](https://github.com/shisama) -
447 **Masashi Hirano** <<shisama07@gmail.com>> (he/him)
448* [ShogunPanda](https://github.com/ShogunPanda) -
449 **Paolo Insogna** <<paolo@cowtech.it>> (he/him)
450* [srl295](https://github.com/srl295) -
451 **Steven R Loomis** <<srl295@gmail.com>>
452* [sxa](https://github.com/sxa) -
453 **Stewart X Addison** <<sxa@redhat.com>> (he/him)
454* [targos](https://github.com/targos) -
455 **Michaël Zasso** <<targos@protonmail.com>> (he/him)
456* [theanarkh](https://github.com/theanarkh) -
457 **theanarkh** <<theratliter@gmail.com>> (he/him)
458* [TimothyGu](https://github.com/TimothyGu) -
459 **Tiancheng "Timothy" Gu** <<timothygu99@gmail.com>> (he/him)
460* [tniessen](https://github.com/tniessen) -
461 **Tobias Nießen** <<tniessen@tnie.de>> (he/him)
462* [trivikr](https://github.com/trivikr) -
463 **Trivikram Kamat** <<trivikr.dev@gmail.com>>
464* [Trott](https://github.com/Trott) -
465 **Rich Trott** <<rtrott@gmail.com>> (he/him)
466* [vdeturckheim](https://github.com/vdeturckheim) -
467 **Vladimir de Turckheim** <<vlad2t@hotmail.com>> (he/him)
468* [vmoroz](https://github.com/vmoroz) -
469 **Vladimir Morozov** <<vmorozov@microsoft.com>> (he/him)
470* [VoltrexKeyva](https://github.com/VoltrexKeyva) -
471 **Mohammed Keyvanzadeh** <<mohammadkeyvanzade94@gmail.com>> (he/him)
472* [watilde](https://github.com/watilde) -
473 **Daijiro Wachi** <<daijiro.wachi@gmail.com>> (he/him)
474* [XadillaX](https://github.com/XadillaX) -
475 **Khaidi Chu** <<i@2333.moe>> (he/him)
476* [yashLadha](https://github.com/yashLadha) -
477 **Yash Ladha** <<yash@yashladha.in>> (he/him)
478* [ZYSzys](https://github.com/ZYSzys) -
479 **Yongsheng Zhang** <<zyszys98@gmail.com>> (he/him)
480
481<details>
482
483<summary>Emeriti</summary>
484
485<!-- find-inactive-collaborators.mjs depends on the format of the emeriti list.
486 If the format changes, those utilities need to be tested and updated. -->
487
488### Collaborator emeriti
489
490* [ak239](https://github.com/ak239) -
491 **Aleksei Koziatinskii** <<ak239spb@gmail.com>>
492* [andrasq](https://github.com/andrasq) -
493 **Andras** <<andras@kinvey.com>>
494* [AnnaMag](https://github.com/AnnaMag) -
495 **Anna M. Kedzierska** <<anna.m.kedzierska@gmail.com>>
496* [AndreasMadsen](https://github.com/AndreasMadsen) -
497 **Andreas Madsen** <<amwebdk@gmail.com>> (he/him)
498* [aqrln](https://github.com/aqrln) -
499 **Alexey Orlenko** <<eaglexrlnk@gmail.com>> (he/him)
500* [bcoe](https://github.com/bcoe) -
501 **Ben Coe** <<bencoe@gmail.com>> (he/him)
502* [bmeurer](https://github.com/bmeurer) -
503 **Benedikt Meurer** <<benedikt.meurer@gmail.com>>
504* [boneskull](https://github.com/boneskull) -
505 **Christopher Hiller** <<boneskull@boneskull.com>> (he/him)
506* [brendanashworth](https://github.com/brendanashworth) -
507 **Brendan Ashworth** <<brendan.ashworth@me.com>>
508* [bzoz](https://github.com/bzoz) -
509 **Bartosz Sosnowski** <<bartosz@janeasystems.com>>
510* [calvinmetcalf](https://github.com/calvinmetcalf) -
511 **Calvin Metcalf** <<calvin.metcalf@gmail.com>>
512* [chrisdickinson](https://github.com/chrisdickinson) -
513 **Chris Dickinson** <<christopher.s.dickinson@gmail.com>>
514* [claudiorodriguez](https://github.com/claudiorodriguez) -
515 **Claudio Rodriguez** <<cjrodr@yahoo.com>>
516* [DavidCai1993](https://github.com/DavidCai1993) -
517 **David Cai** <<davidcai1993@yahoo.com>> (he/him)
518* [davisjam](https://github.com/davisjam) -
519 **Jamie Davis** <<davisjam@vt.edu>> (he/him)
520* [digitalinfinity](https://github.com/digitalinfinity) -
521 **Hitesh Kanwathirtha** <<digitalinfinity@gmail.com>> (he/him)
522* [dmabupt](https://github.com/dmabupt) -
523 **Xu Meng** <<dmabupt@gmail.com>> (he/him)
524* [dnlup](https://github.com/dnlup)
525 **dnlup** <<dnlup.dev@gmail.com>>
526* [eljefedelrodeodeljefe](https://github.com/eljefedelrodeodeljefe) -
527 **Robert Jefe Lindstaedt** <<robert.lindstaedt@gmail.com>>
528* [estliberitas](https://github.com/estliberitas) -
529 **Alexander Makarenko** <<estliberitas@gmail.com>>
530* [eugeneo](https://github.com/eugeneo) -
531 **Eugene Ostroukhov** <<eostroukhov@google.com>>
532* [evanlucas](https://github.com/evanlucas) -
533 **Evan Lucas** <<evanlucas@me.com>> (he/him)
534* [firedfox](https://github.com/firedfox) -
535 **Daniel Wang** <<wangyang0123@gmail.com>>
536* [Fishrock123](https://github.com/Fishrock123) -
537 **Jeremiah Senkpiel** <<fishrock123@rocketmail.com>> (he/they)
538* [gdams](https://github.com/gdams) -
539 **George Adams** <<gadams@microsoft.com>> (he/him)
540* [geek](https://github.com/geek) -
541 **Wyatt Preul** <<wpreul@gmail.com>>
542* [gibfahn](https://github.com/gibfahn) -
543 **Gibson Fahnestock** <<gibfahn@gmail.com>> (he/him)
544* [glentiki](https://github.com/glentiki) -
545 **Glen Keane** <<glenkeane.94@gmail.com>> (he/him)
546* [hashseed](https://github.com/hashseed) -
547 **Yang Guo** <<yangguo@chromium.org>> (he/him)
548* [hiroppy](https://github.com/hiroppy) -
549 **Yuta Hiroto** <<hello@hiroppy.me>> (he/him)
550* [iarna](https://github.com/iarna) -
551 **Rebecca Turner** <<me@re-becca.org>>
552* [imran-iq](https://github.com/imran-iq) -
553 **Imran Iqbal** <<imran@imraniqbal.org>>
554* [imyller](https://github.com/imyller) -
555 **Ilkka Myller** <<ilkka.myller@nodefield.com>>
556* [indutny](https://github.com/indutny) -
557 **Fedor Indutny** <<fedor@indutny.com>>
558* [isaacs](https://github.com/isaacs) -
559 **Isaac Z. Schlueter** <<i@izs.me>>
560* [italoacasas](https://github.com/italoacasas) -
561 **Italo A. Casas** <<me@italoacasas.com>> (he/him)
562* [jasongin](https://github.com/jasongin) -
563 **Jason Ginchereau** <<jasongin@microsoft.com>>
564* [jbergstroem](https://github.com/jbergstroem) -
565 **Johan Bergström** <<bugs@bergstroem.nu>>
566* [jdalton](https://github.com/jdalton) -
567 **John-David Dalton** <<john.david.dalton@gmail.com>>
568* [jhamhader](https://github.com/jhamhader) -
569 **Yuval Brik** <<yuval@brik.org.il>>
570* [joaocgreis](https://github.com/joaocgreis) -
571 **João Reis** <<reis@janeasystems.com>>
572* [joshgav](https://github.com/joshgav) -
573 **Josh Gavant** <<josh.gavant@outlook.com>>
574* [julianduque](https://github.com/julianduque) -
575 **Julian Duque** <<julianduquej@gmail.com>> (he/him)
576* [kfarnung](https://github.com/kfarnung) -
577 **Kyle Farnung** <<kfarnung@microsoft.com>> (he/him)
578* [kunalspathak](https://github.com/kunalspathak) -
579 **Kunal Pathak** <<kunal.pathak@microsoft.com>>
580* [lance](https://github.com/lance) -
581 **Lance Ball** <<lball@redhat.com>> (he/him)
582* [lucamaraschi](https://github.com/lucamaraschi) -
583 **Luca Maraschi** <<luca.maraschi@gmail.com>> (he/him)
584* [lundibundi](https://github.com/lundibundi) -
585 **Denys Otrishko** <<shishugi@gmail.com>> (he/him)
586* [lxe](https://github.com/lxe) -
587 **Aleksey Smolenchuk** <<lxe@lxe.co>>
588* [maclover7](https://github.com/maclover7) -
589 **Jon Moss** <<me@jonathanmoss.me>> (he/him)
590* [mafintosh](https://github.com/mafintosh) -
591 **Mathias Buus** <<mathiasbuus@gmail.com>> (he/him)
592* [matthewloring](https://github.com/matthewloring) -
593 **Matthew Loring** <<mattloring@google.com>>
594* [micnic](https://github.com/micnic) -
595 **Nicu Micleușanu** <<micnic90@gmail.com>> (he/him)
596* [mikeal](https://github.com/mikeal) -
597 **Mikeal Rogers** <<mikeal.rogers@gmail.com>>
598* [misterdjules](https://github.com/misterdjules) -
599 **Julien Gilli** <<jgilli@netflix.com>>
600* [mmarchini](https://github.com/mmarchini) -
601 **Mary Marchini** <<oss@mmarchini.me>> (she/her)
602* [monsanto](https://github.com/monsanto) -
603 **Christopher Monsanto** <<chris@monsan.to>>
604* [MoonBall](https://github.com/MoonBall) -
605 **Chen Gang** <<gangc.cxy@foxmail.com>>
606* [not-an-aardvark](https://github.com/not-an-aardvark) -
607 **Teddy Katz** <<teddy.katz@gmail.com>> (he/him)
608* [ofrobots](https://github.com/ofrobots) -
609 **Ali Ijaz Sheikh** <<ofrobots@google.com>> (he/him)
610* [Olegas](https://github.com/Olegas) -
611 **Oleg Elifantiev** <<oleg@elifantiev.ru>>
612* [orangemocha](https://github.com/orangemocha) -
613 **Alexis Campailla** <<orangemocha@nodejs.org>>
614* [othiym23](https://github.com/othiym23) -
615 **Forrest L Norvell** <<ogd@aoaioxxysz.net>> (they/them/themself)
616* [petkaantonov](https://github.com/petkaantonov) -
617 **Petka Antonov** <<petka_antonov@hotmail.com>>
618* [phillipj](https://github.com/phillipj) -
619 **Phillip Johnsen** <<johphi@gmail.com>>
620* [piscisaureus](https://github.com/piscisaureus) -
621 **Bert Belder** <<bertbelder@gmail.com>>
622* [pmq20](https://github.com/pmq20) -
623 **Minqi Pan** <<pmq2001@gmail.com>>
624* [PoojaDurgad](https://github.com/PoojaDurgad) -
625 **Pooja D P** <<Pooja.D.P@ibm.com>> (she/her)
626* [princejwesley](https://github.com/princejwesley) -
627 **Prince John Wesley** <<princejohnwesley@gmail.com>>
628* [psmarshall](https://github.com/psmarshall) -
629 **Peter Marshall** <<petermarshall@chromium.org>> (he/him)
630* [puzpuzpuz](https://github.com/puzpuzpuz) -
631 **Andrey Pechkurov** <<apechkurov@gmail.com>> (he/him)
632* [refack](https://github.com/refack) -
633 **Refael Ackermann (רפאל פלחי)** <<refack@gmail.com>> (he/him/הוא/אתה)
634* [rexagod](https://github.com/rexagod) -
635 **Pranshu Srivastava** <<rexagod@gmail.com>> (he/him)
636* [rlidwka](https://github.com/rlidwka) -
637 **Alex Kocharin** <<alex@kocharin.ru>>
638* [rmg](https://github.com/rmg) -
639 **Ryan Graham** <<r.m.graham@gmail.com>>
640* [robertkowalski](https://github.com/robertkowalski) -
641 **Robert Kowalski** <<rok@kowalski.gd>>
642* [romankl](https://github.com/romankl) -
643 **Roman Klauke** <<romaaan.git@gmail.com>>
644* [ronkorving](https://github.com/ronkorving) -
645 **Ron Korving** <<ron@ronkorving.nl>>
646* [RReverser](https://github.com/RReverser) -
647 **Ingvar Stepanyan** <<me@rreverser.com>>
648* [rubys](https://github.com/rubys) -
649 **Sam Ruby** <<rubys@intertwingly.net>>
650* [saghul](https://github.com/saghul) -
651 **Saúl Ibarra Corretgé** <<s@saghul.net>>
652* [sam-github](https://github.com/sam-github) -
653 **Sam Roberts** <<vieuxtech@gmail.com>>
654* [sebdeckers](https://github.com/sebdeckers) -
655 **Sebastiaan Deckers** <<sebdeckers83@gmail.com>>
656* [seishun](https://github.com/seishun) -
657 **Nikolai Vavilov** <<vvnicholas@gmail.com>>
658* [shigeki](https://github.com/shigeki) -
659 **Shigeki Ohtsu** <<ohtsu@ohtsu.org>> (he/him)
660* [silverwind](https://github.com/silverwind) -
661 **Roman Reiss** <<me@silverwind.io>>
662* [starkwang](https://github.com/starkwang) -
663 **Weijia Wang** <<starkwang@126.com>>
664* [stefanmb](https://github.com/stefanmb) -
665 **Stefan Budeanu** <<stefan@budeanu.com>>
666* [tellnes](https://github.com/tellnes) -
667 **Christian Tellnes** <<christian@tellnes.no>>
668* [thefourtheye](https://github.com/thefourtheye) -
669 **Sakthipriyan Vairamani** <<thechargingvolcano@gmail.com>> (he/him)
670* [thlorenz](https://github.com/thlorenz) -
671 **Thorsten Lorenz** <<thlorenz@gmx.de>>
672* [trevnorris](https://github.com/trevnorris) -
673 **Trevor Norris** <<trev.norris@gmail.com>>
674* [tunniclm](https://github.com/tunniclm) -
675 **Mike Tunnicliffe** <<m.j.tunnicliffe@gmail.com>>
676* [vkurchatkin](https://github.com/vkurchatkin) -
677 **Vladimir Kurchatkin** <<vladimir.kurchatkin@gmail.com>>
678* [vsemozhetbyt](https://github.com/vsemozhetbyt) -
679 **Vse Mozhet Byt** <<vsemozhetbyt@gmail.com>> (he/him)
680* [watson](https://github.com/watson) -
681 **Thomas Watson** <<w@tson.dk>>
682* [whitlockjc](https://github.com/whitlockjc) -
683 **Jeremy Whitlock** <<jwhitlock@apache.org>>
684* [yhwang](https://github.com/yhwang) -
685 **Yihong Wang** <<yh.wang@ibm.com>>
686* [yorkie](https://github.com/yorkie) -
687 **Yorkie Liu** <<yorkiefixer@gmail.com>>
688* [yosuke-furukawa](https://github.com/yosuke-furukawa) -
689 **Yosuke Furukawa** <<yosuke.furukawa@gmail.com>>
690
691</details>
692
693<!--lint enable prohibited-strings-->
694
695Collaborators follow the [Collaborator Guide](./doc/contributing/collaborator-guide.md) in
696maintaining the Node.js project.
697
698### Triagers
699
700* [atlowChemi](https://github.com/atlowChemi) -
701 **Chemi Atlow** <<chemi@atlow.co.il>> (he/him)
702* [Ayase-252](https://github.com/Ayase-252) -
703 **Qingyu Deng** <<i@ayase-lab.com>>
704* [bmuenzenmeyer](https://github.com/bmuenzenmeyer) -
705 **Brian Muenzenmeyer** <<brian.muenzenmeyer@gmail.com>> (he/him)
706* [daeyeon](https://github.com/daeyeon) -
707 **Daeyeon Jeong** <<daeyeon.dev@gmail.com>> (he/him)
708* [F3n67u](https://github.com/F3n67u) -
709 **Feng Yu** <<F3n67u@outlook.com>> (he/him)
710* [himadriganguly](https://github.com/himadriganguly) -
711 **Himadri Ganguly** <<himadri.tech@gmail.com>> (he/him)
712* [iam-frankqiu](https://github.com/iam-frankqiu) -
713 **Frank Qiu** <<iam.frankqiu@gmail.com>> (he/him)
714* [marsonya](https://github.com/marsonya) -
715 **Akhil Marsonya** <<akhil.marsonya27@gmail.com>> (he/him)
716* [meixg](https://github.com/meixg) -
717 **Xuguang Mei** <<meixuguang@gmail.com>> (he/him)
718* [Mesteery](https://github.com/Mesteery) -
719 **Mestery** <<mestery@protonmail.com>> (he/him)
720* [preveen-stack](https://github.com/preveen-stack) -
721 **Preveen Padmanabhan** <<wide4head@gmail.com>> (he/him)
722* [PoojaDurgad](https://github.com/PoojaDurgad) -
723 **Pooja Durgad** <<Pooja.D.P@ibm.com>>
724* [RaisinTen](https://github.com/RaisinTen) -
725 **Darshan Sen** <<raisinten@gmail.com>>
726* [VoltrexKeyva](https://github.com/VoltrexKeyva) -
727 **Mohammed Keyvanzadeh** <<mohammadkeyvanzade94@gmail.com>> (he/him)
728
729Triagers follow the [Triage Guide](./doc/contributing/issues.md#triaging-a-bug-report) when
730responding to new issues.
731
732### Release keys
733
734Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):
735
736* **Beth Griggs** <<bethanyngriggs@gmail.com>>
737 `4ED778F539E3634C779C87C6D7062848A1AB005C`
738* **Bryan English** <<bryan@bryanenglish.com>>
739 `141F07595B7B3FFE74309A937405533BE57C7D57`
740* **Danielle Adams** <<adamzdanielle@gmail.com>>
741 `74F12602B6F1C4E913FAA37AD3A89613643B6201`
742* **Juan José Arboleda** <<soyjuanarbol@gmail.com>>
743 `DD792F5973C6DE52C432CBDAC77ABFA00DDBF2B7`
744* **Michaël Zasso** <<targos@protonmail.com>>
745 `8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600`
746* **Myles Borins** <<myles.borins@gmail.com>>
747 `C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8`
748* **RafaelGSS** <<rafael.nunu@hotmail.com>>
749 `890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4`
750* **Richard Lau** <<rlau@redhat.com>>
751 `C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C`
752* **Ruy Adorno** <<ruyadorno@hotmail.com>>
753 `108F52B48DB57BB0CC439B2997B01419BD92F80A`
754* **Ulises Gascón** <<ulisesgascongonzalez@gmail.com>>
755 `A363A499291CBBC940DD62E41F10027AF002F8B0`
756
757To import the full set of trusted release keys (including subkeys possibly used
758to sign releases):
759
760```bash
761gpg --keyserver hkps://keys.openpgp.org --recv-keys 4ED778F539E3634C779C87C6D7062848A1AB005C
762gpg --keyserver hkps://keys.openpgp.org --recv-keys 141F07595B7B3FFE74309A937405533BE57C7D57
763gpg --keyserver hkps://keys.openpgp.org --recv-keys 74F12602B6F1C4E913FAA37AD3A89613643B6201
764gpg --keyserver hkps://keys.openpgp.org --recv-keys DD792F5973C6DE52C432CBDAC77ABFA00DDBF2B7
765gpg --keyserver hkps://keys.openpgp.org --recv-keys 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600
766gpg --keyserver hkps://keys.openpgp.org --recv-keys C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8
767gpg --keyserver hkps://keys.openpgp.org --recv-keys 890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4
768gpg --keyserver hkps://keys.openpgp.org --recv-keys C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C
769gpg --keyserver hkps://keys.openpgp.org --recv-keys 108F52B48DB57BB0CC439B2997B01419BD92F80A
770gpg --keyserver hkps://keys.openpgp.org --recv-keys A363A499291CBBC940DD62E41F10027AF002F8B0
771```
772
773See [Verifying binaries](#verifying-binaries) for how to use these keys to
774verify a downloaded file.
775
776<details>
777
778<summary>Other keys used to sign some previous releases</summary>
779
780* **Chris Dickinson** <<christopher.s.dickinson@gmail.com>>
781 `9554F04D7259F04124DE6B476D5A82AC7E37093B`
782* **Colin Ihrig** <<cjihrig@gmail.com>>
783 `94AE36675C464D64BAFA68DD7434390BDBE9B9C5`
784* **Danielle Adams** <<adamzdanielle@gmail.com>>
785 `1C050899334244A8AF75E53792EF661D867B9DFA`
786* **Evan Lucas** <<evanlucas@me.com>>
787 `B9AE9905FFD7803F25714661B63B535A4C206CA9`
788* **Gibson Fahnestock** <<gibfahn@gmail.com>>
789 `77984A986EBC2AA786BC0F66B01FBB92821C587A`
790* **Isaac Z. Schlueter** <<i@izs.me>>
791 `93C7E9E91B49E432C2F75674B0A78B0A6C481CF6`
792* **Italo A. Casas** <<me@italoacasas.com>>
793 `56730D5401028683275BD23C23EFEFE93C4CFFFE`
794* **James M Snell** <<jasnell@keybase.io>>
795 `71DCFD284A79C3B38668286BC97EC7A07EDE3FC1`
796* **Jeremiah Senkpiel** <<fishrock@keybase.io>>
797 `FD3A5288F042B6850C66B31F09FE44734EB7990E`
798* **Juan José Arboleda** <<soyjuanarbol@gmail.com>>
799 `61FC681DFB92A079F1685E77973F295594EC4689`
800* **Julien Gilli** <<jgilli@fastmail.fm>>
801 `114F43EE0176B71C7BC219DD50A3051F888C628D`
802* **Rod Vagg** <<rod@vagg.org>>
803 `DD8F2338BAE7501E3DD5AC78C273792F7D83545D`
804* **Ruben Bridgewater** <<ruben@bridgewater.de>>
805 `A48C2BEE680E841632CD4E44F07496B3EB3C1762`
806* **Shelley Vohr** <<shelley.vohr@gmail.com>>
807 `B9E2F5981AA6E0CD28160D9FF13993A75599653C`
808* **Timothy J Fontaine** <<tjfontaine@gmail.com>>
809 `7937DFD2AB06298B2293C3187D33FF9D0246406D`
810
811</details>
812
813### Security release stewards
814
815When possible, the commitment to take slots in the
816security release steward rotation is made by companies in order
817to ensure individuals who act as security stewards have the
818support and recognition from their employer to be able to
819prioritize security releases. Security release stewards manage security
820releases on a rotation basis as outlined in the
821[security release process](./doc/contributing/security-release-process.md).
822
823* Datadog
824 * [bengl](https://github.com/bengl) -
825 **Bryan English** <<bryan@bryanenglish.com>> (he/him)
826* NearForm
827 * [RafaelGSS](https://github.com/RafaelGSS) -
828 **Rafael Gonzaga** <<rafael.nunu@hotmail.com>> (he/him)
829* NodeSource
830 * [juanarbol](https://github.com/juanarbol) -
831 **Juan José Arboleda** <<soyjuanarbol@gmail.com>> (he/him)
832* Platformatic
833 * [mcollina](https://github.com/mcollina) -
834 **Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
835* Red Hat and IBM
836 * [joesepi](https://github.com/joesepi) -
837 **Joe Sepi** <<joesepi@ibm.com>> (he/him)
838 * [mhdawson](https://github.com/mhdawson) -
839 **Michael Dawson** <<midawson@redhat.com>> (he/him)
840
841## License
842
843Node.js is available under the
844[MIT license](https://opensource.org/licenses/MIT). Node.js also includes
845external libraries that are available under a variety of licenses. See
846[LICENSE](https://github.com/nodejs/node/blob/HEAD/LICENSE) for the full
847license text.
848
849[Code of Conduct]: https://github.com/nodejs/admin/blob/HEAD/CODE_OF_CONDUCT.md
850[Contributing to the project]: CONTRIBUTING.md
851[Node.js website]: https://nodejs.org/
852[OpenJS Foundation]: https://openjsf.org/
853[Strategic initiatives]: doc/contributing/strategic-initiatives.md
854[Technical values and prioritization]: doc/contributing/technical-values.md
855[Working Groups]: https://github.com/nodejs/TSC/blob/HEAD/WORKING_GROUPS.md
856