node-linux-ppc64le 17.0.1 → 17.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +321 -187
- package/LICENSE +177 -51
- package/README.md +250 -245
- package/bin/node +0 -0
- package/include/node/common.gypi +6 -1
- package/include/node/config.gypi +2 -0
- package/include/node/node_version.h +2 -2
- package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x32/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x32/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x32/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/v8-version.h +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -164,47 +164,49 @@ For information about the governance of the Node.js project, see
|
|
|
164
164
|
<!--lint disable prohibited-strings-->
|
|
165
165
|
|
|
166
166
|
* [aduh95](https://github.com/aduh95) -
|
|
167
|
-
**Antoine du Hamel**
|
|
167
|
+
**Antoine du Hamel** <<duhamelantoine1995@gmail.com>> (he/him)
|
|
168
168
|
* [apapirovski](https://github.com/apapirovski) -
|
|
169
|
-
**Anatoli Papirovski**
|
|
169
|
+
**Anatoli Papirovski** <<apapirovski@mac.com>> (he/him)
|
|
170
170
|
* [BethGriggs](https://github.com/BethGriggs) -
|
|
171
|
-
**Beth Griggs**
|
|
171
|
+
**Beth Griggs** <<bgriggs@redhat.com>> (she/her)
|
|
172
172
|
* [BridgeAR](https://github.com/BridgeAR) -
|
|
173
|
-
**Ruben Bridgewater**
|
|
173
|
+
**Ruben Bridgewater** <<ruben@bridgewater.de>> (he/him)
|
|
174
174
|
* [ChALkeR](https://github.com/ChALkeR) -
|
|
175
|
-
**Сковорода Никита Андреевич**
|
|
175
|
+
**Сковорода Никита Андреевич** <<chalkerx@gmail.com>> (he/him)
|
|
176
176
|
* [cjihrig](https://github.com/cjihrig) -
|
|
177
|
-
**Colin Ihrig**
|
|
177
|
+
**Colin Ihrig** <<cjihrig@gmail.com>> (he/him)
|
|
178
178
|
* [codebytere](https://github.com/codebytere) -
|
|
179
|
-
**Shelley Vohr**
|
|
179
|
+
**Shelley Vohr** <<shelley.vohr@gmail.com>> (she/her)
|
|
180
180
|
* [danielleadams](https://github.com/danielleadams) -
|
|
181
|
-
**Danielle Adams**
|
|
181
|
+
**Danielle Adams** <<adamzdanielle@gmail.com>> (she/her)
|
|
182
182
|
* [fhinkel](https://github.com/fhinkel) -
|
|
183
|
-
**Franziska Hinkelmann**
|
|
183
|
+
**Franziska Hinkelmann** <<franziska.hinkelmann@gmail.com>> (she/her)
|
|
184
184
|
* [gabrielschulhof](https://github.com/gabrielschulhof) -
|
|
185
|
-
**Gabriel Schulhof**
|
|
185
|
+
**Gabriel Schulhof** <<gabrielschulhof@gmail.com>>
|
|
186
186
|
* [gireeshpunathil](https://github.com/gireeshpunathil) -
|
|
187
|
-
**Gireesh Punathil**
|
|
187
|
+
**Gireesh Punathil** <<gpunathi@in.ibm.com>> (he/him)
|
|
188
188
|
* [jasnell](https://github.com/jasnell) -
|
|
189
|
-
**James M Snell**
|
|
189
|
+
**James M Snell** <<jasnell@gmail.com>> (he/him)
|
|
190
190
|
* [joyeecheung](https://github.com/joyeecheung) -
|
|
191
|
-
**Joyee Cheung**
|
|
191
|
+
**Joyee Cheung** <<joyeec9h3@gmail.com>> (she/her)
|
|
192
192
|
* [mcollina](https://github.com/mcollina) -
|
|
193
|
-
**Matteo Collina**
|
|
193
|
+
**Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
|
|
194
194
|
* [mhdawson](https://github.com/mhdawson) -
|
|
195
|
-
**Michael Dawson**
|
|
195
|
+
**Michael Dawson** <<midawson@redhat.com>> (he/him)
|
|
196
196
|
* [mmarchini](https://github.com/mmarchini) -
|
|
197
|
-
**Mary Marchini**
|
|
197
|
+
**Mary Marchini** <<oss@mmarchini.me>> (she/her)
|
|
198
198
|
* [MylesBorins](https://github.com/MylesBorins) -
|
|
199
|
-
**Myles Borins**
|
|
199
|
+
**Myles Borins** <<myles.borins@gmail.com>> (he/him)
|
|
200
|
+
* [richardlau](https://github.com/richardlau) -
|
|
201
|
+
**Richard Lau** <<rlau@redhat.com>>
|
|
200
202
|
* [ronag](https://github.com/ronag) -
|
|
201
|
-
**Robert Nagy**
|
|
203
|
+
**Robert Nagy** <<ronagy@icloud.com>>
|
|
202
204
|
* [targos](https://github.com/targos) -
|
|
203
|
-
**Michaël Zasso**
|
|
205
|
+
**Michaël Zasso** <<targos@protonmail.com>> (he/him)
|
|
204
206
|
* [tniessen](https://github.com/tniessen) -
|
|
205
|
-
**Tobias Nießen**
|
|
207
|
+
**Tobias Nießen** <<tniessen@tnie.de>> (he/him)
|
|
206
208
|
* [Trott](https://github.com/Trott) -
|
|
207
|
-
**Rich Trott**
|
|
209
|
+
**Rich Trott** <<rtrott@gmail.com>> (he/him)
|
|
208
210
|
|
|
209
211
|
<details>
|
|
210
212
|
|
|
@@ -213,47 +215,47 @@ For information about the governance of the Node.js project, see
|
|
|
213
215
|
### TSC emeriti
|
|
214
216
|
|
|
215
217
|
* [addaleax](https://github.com/addaleax) -
|
|
216
|
-
**Anna Henningsen**
|
|
218
|
+
**Anna Henningsen** <<anna@addaleax.net>> (she/her)
|
|
217
219
|
* [bnoordhuis](https://github.com/bnoordhuis) -
|
|
218
|
-
**Ben Noordhuis**
|
|
220
|
+
**Ben Noordhuis** <<info@bnoordhuis.nl>>
|
|
219
221
|
* [chrisdickinson](https://github.com/chrisdickinson) -
|
|
220
|
-
**Chris Dickinson**
|
|
222
|
+
**Chris Dickinson** <<christopher.s.dickinson@gmail.com>>
|
|
221
223
|
* [danbev](https://github.com/danbev) -
|
|
222
|
-
**Daniel Bevenius**
|
|
224
|
+
**Daniel Bevenius** <<daniel.bevenius@gmail.com>> (he/him)
|
|
223
225
|
* [evanlucas](https://github.com/evanlucas) -
|
|
224
|
-
**Evan Lucas**
|
|
226
|
+
**Evan Lucas** <<evanlucas@me.com>> (he/him)
|
|
225
227
|
* [Fishrock123](https://github.com/Fishrock123) -
|
|
226
|
-
**Jeremiah Senkpiel**
|
|
228
|
+
**Jeremiah Senkpiel** <<fishrock123@rocketmail.com>> (he/they)
|
|
227
229
|
* [gibfahn](https://github.com/gibfahn) -
|
|
228
|
-
**Gibson Fahnestock**
|
|
230
|
+
**Gibson Fahnestock** <<gibfahn@gmail.com>> (he/him)
|
|
229
231
|
* [indutny](https://github.com/indutny) -
|
|
230
|
-
**Fedor Indutny**
|
|
232
|
+
**Fedor Indutny** <<fedor@indutny.com>>
|
|
231
233
|
* [isaacs](https://github.com/isaacs) -
|
|
232
|
-
**Isaac Z. Schlueter**
|
|
234
|
+
**Isaac Z. Schlueter** <<i@izs.me>>
|
|
233
235
|
* [joshgav](https://github.com/joshgav) -
|
|
234
|
-
**Josh Gavant**
|
|
236
|
+
**Josh Gavant** <<josh.gavant@outlook.com>>
|
|
235
237
|
* [mscdex](https://github.com/mscdex) -
|
|
236
|
-
**Brian White**
|
|
238
|
+
**Brian White** <<mscdex@mscdex.net>>
|
|
237
239
|
* [nebrius](https://github.com/nebrius) -
|
|
238
|
-
**Bryan Hughes**
|
|
240
|
+
**Bryan Hughes** <<bryan@nebri.us>>
|
|
239
241
|
* [ofrobots](https://github.com/ofrobots) -
|
|
240
|
-
**Ali Ijaz Sheikh**
|
|
242
|
+
**Ali Ijaz Sheikh** <<ofrobots@google.com>> (he/him)
|
|
241
243
|
* [orangemocha](https://github.com/orangemocha) -
|
|
242
|
-
**Alexis Campailla**
|
|
244
|
+
**Alexis Campailla** <<orangemocha@nodejs.org>>
|
|
243
245
|
* [piscisaureus](https://github.com/piscisaureus) -
|
|
244
|
-
**Bert Belder**
|
|
246
|
+
**Bert Belder** <<bertbelder@gmail.com>>
|
|
245
247
|
* [rvagg](https://github.com/rvagg) -
|
|
246
|
-
**Rod Vagg**
|
|
248
|
+
**Rod Vagg** <<r@va.gg>>
|
|
247
249
|
* [sam-github](https://github.com/sam-github) -
|
|
248
|
-
**Sam Roberts**
|
|
250
|
+
**Sam Roberts** <<vieuxtech@gmail.com>>
|
|
249
251
|
* [shigeki](https://github.com/shigeki) -
|
|
250
|
-
**Shigeki Ohtsu**
|
|
252
|
+
**Shigeki Ohtsu** <<ohtsu@ohtsu.org>> (he/him)
|
|
251
253
|
* [thefourtheye](https://github.com/thefourtheye) -
|
|
252
|
-
**Sakthipriyan Vairamani**
|
|
254
|
+
**Sakthipriyan Vairamani** <<thechargingvolcano@gmail.com>> (he/him)
|
|
253
255
|
* [TimothyGu](https://github.com/TimothyGu) -
|
|
254
|
-
**Tiancheng "Timothy" Gu**
|
|
256
|
+
**Tiancheng "Timothy" Gu** <<timothygu99@gmail.com>> (he/him)
|
|
255
257
|
* [trevnorris](https://github.com/trevnorris) -
|
|
256
|
-
**Trevor Norris**
|
|
258
|
+
**Trevor Norris** <<trev.norris@gmail.com>>
|
|
257
259
|
|
|
258
260
|
</details>
|
|
259
261
|
|
|
@@ -264,201 +266,199 @@ For information about the governance of the Node.js project, see
|
|
|
264
266
|
### Collaborators
|
|
265
267
|
|
|
266
268
|
* [addaleax](https://github.com/addaleax) -
|
|
267
|
-
**Anna Henningsen**
|
|
269
|
+
**Anna Henningsen** <<anna@addaleax.net>> (she/her)
|
|
268
270
|
* [aduh95](https://github.com/aduh95) -
|
|
269
|
-
**Antoine du Hamel**
|
|
271
|
+
**Antoine du Hamel** <<duhamelantoine1995@gmail.com>> (he/him)
|
|
270
272
|
* [ak239](https://github.com/ak239) -
|
|
271
|
-
**Aleksei Koziatinskii**
|
|
273
|
+
**Aleksei Koziatinskii** <<ak239spb@gmail.com>>
|
|
272
274
|
* [antsmartian](https://github.com/antsmartian) -
|
|
273
|
-
**Anto Aravinth**
|
|
275
|
+
**Anto Aravinth** <<anto.aravinth.cse@gmail.com>> (he/him)
|
|
274
276
|
* [apapirovski](https://github.com/apapirovski) -
|
|
275
|
-
**Anatoli Papirovski**
|
|
277
|
+
**Anatoli Papirovski** <<apapirovski@mac.com>> (he/him)
|
|
276
278
|
* [AshCripps](https://github.com/AshCripps) -
|
|
277
|
-
**Ash Cripps**
|
|
279
|
+
**Ash Cripps** <<acripps@redhat.com>>
|
|
278
280
|
* [Ayase-252](https://github.com/Ayase-252) -
|
|
279
|
-
**Qingyu Deng**
|
|
281
|
+
**Qingyu Deng** <<i@ayase-lab.com>>
|
|
280
282
|
* [bcoe](https://github.com/bcoe) -
|
|
281
|
-
**Ben Coe**
|
|
283
|
+
**Ben Coe** <<bencoe@gmail.com>> (he/him)
|
|
282
284
|
* [bengl](https://github.com/bengl) -
|
|
283
|
-
**Bryan English**
|
|
285
|
+
**Bryan English** <<bryan@bryanenglish.com>> (he/him)
|
|
284
286
|
* [benjamingr](https://github.com/benjamingr) -
|
|
285
|
-
**Benjamin Gruenbaum**
|
|
287
|
+
**Benjamin Gruenbaum** <<benjamingr@gmail.com>>
|
|
286
288
|
* [BethGriggs](https://github.com/BethGriggs) -
|
|
287
|
-
**Beth Griggs**
|
|
289
|
+
**Beth Griggs** <<bgriggs@redhat.com>> (she/her)
|
|
288
290
|
* [bmeck](https://github.com/bmeck) -
|
|
289
|
-
**Bradley Farias**
|
|
291
|
+
**Bradley Farias** <<bradley.meck@gmail.com>>
|
|
290
292
|
* [boneskull](https://github.com/boneskull) -
|
|
291
|
-
**Christopher Hiller**
|
|
293
|
+
**Christopher Hiller** <<boneskull@boneskull.com>> (he/him)
|
|
292
294
|
* [BridgeAR](https://github.com/BridgeAR) -
|
|
293
|
-
**Ruben Bridgewater**
|
|
295
|
+
**Ruben Bridgewater** <<ruben@bridgewater.de>> (he/him)
|
|
294
296
|
* [bzoz](https://github.com/bzoz) -
|
|
295
|
-
**Bartosz Sosnowski**
|
|
297
|
+
**Bartosz Sosnowski** <<bartosz@janeasystems.com>>
|
|
296
298
|
* [cclauss](https://github.com/cclauss) -
|
|
297
|
-
**Christian Clauss**
|
|
299
|
+
**Christian Clauss** <<cclauss@me.com>> (he/him)
|
|
298
300
|
* [ChALkeR](https://github.com/ChALkeR) -
|
|
299
|
-
**Сковорода Никита Андреевич**
|
|
301
|
+
**Сковорода Никита Андреевич** <<chalkerx@gmail.com>> (he/him)
|
|
300
302
|
* [cjihrig](https://github.com/cjihrig) -
|
|
301
|
-
**Colin Ihrig**
|
|
303
|
+
**Colin Ihrig** <<cjihrig@gmail.com>> (he/him)
|
|
302
304
|
* [codebytere](https://github.com/codebytere) -
|
|
303
|
-
**Shelley Vohr**
|
|
305
|
+
**Shelley Vohr** <<shelley.vohr@gmail.com>> (she/her)
|
|
304
306
|
* [danbev](https://github.com/danbev) -
|
|
305
|
-
**Daniel Bevenius**
|
|
307
|
+
**Daniel Bevenius** <<daniel.bevenius@gmail.com>> (he/him)
|
|
306
308
|
* [danielleadams](https://github.com/danielleadams) -
|
|
307
|
-
**Danielle Adams**
|
|
309
|
+
**Danielle Adams** <<adamzdanielle@gmail.com>> (she/her)
|
|
308
310
|
* [davisjam](https://github.com/davisjam) -
|
|
309
|
-
**Jamie Davis**
|
|
311
|
+
**Jamie Davis** <<davisjam@vt.edu>> (he/him)
|
|
310
312
|
* [DerekNonGeneric](https://github.com/DerekNonGeneric) -
|
|
311
|
-
**Derek Lewis**
|
|
313
|
+
**Derek Lewis** <<DerekNonGeneric@inf.is>> (he/him)
|
|
312
314
|
* [devnexen](https://github.com/devnexen) -
|
|
313
|
-
**David Carlier**
|
|
315
|
+
**David Carlier** <<devnexen@gmail.com>>
|
|
314
316
|
* [devsnek](https://github.com/devsnek) -
|
|
315
|
-
**Gus Caplan**
|
|
317
|
+
**Gus Caplan** <<me@gus.host>> (they/them)
|
|
316
318
|
* [dmabupt](https://github.com/dmabupt) -
|
|
317
|
-
**Xu Meng**
|
|
319
|
+
**Xu Meng** <<dmabupt@gmail.com>> (he/him)
|
|
318
320
|
* [dnlup](https://github.com/dnlup)
|
|
319
|
-
**Daniele Belardi**
|
|
321
|
+
**Daniele Belardi** <<dwon.dnl@gmail.com>> (he/him)
|
|
320
322
|
* [edsadr](https://github.com/edsadr) -
|
|
321
|
-
**Adrian Estrada**
|
|
323
|
+
**Adrian Estrada** <<edsadr@gmail.com>> (he/him)
|
|
322
324
|
* [eugeneo](https://github.com/eugeneo) -
|
|
323
|
-
**Eugene Ostroukhov**
|
|
325
|
+
**Eugene Ostroukhov** <<eostroukhov@google.com>>
|
|
324
326
|
* [evanlucas](https://github.com/evanlucas) -
|
|
325
|
-
**Evan Lucas**
|
|
327
|
+
**Evan Lucas** <<evanlucas@me.com>> (he/him)
|
|
326
328
|
* [fhinkel](https://github.com/fhinkel) -
|
|
327
|
-
**Franziska Hinkelmann**
|
|
328
|
-
* [Fishrock123](https://github.com/Fishrock123) -
|
|
329
|
-
**Jeremiah Senkpiel** \<fishrock123@rocketmail.com> (he/they)
|
|
329
|
+
**Franziska Hinkelmann** <<franziska.hinkelmann@gmail.com>> (she/her)
|
|
330
330
|
* [Flarna](https://github.com/Flarna) -
|
|
331
|
-
**Gerhard Stöbich**
|
|
331
|
+
**Gerhard Stöbich** <<deb2001-github@yahoo.de>> (he/they)
|
|
332
332
|
* [gabrielschulhof](https://github.com/gabrielschulhof) -
|
|
333
|
-
**Gabriel Schulhof**
|
|
333
|
+
**Gabriel Schulhof** <<gabrielschulhof@gmail.com>>
|
|
334
334
|
* [gengjiawen](https://github.com/gengjiawen) -
|
|
335
|
-
**Jiawen Geng**
|
|
335
|
+
**Jiawen Geng** <<technicalcute@gmail.com>>
|
|
336
336
|
* [GeoffreyBooth](https://github.com/geoffreybooth) -
|
|
337
|
-
**Geoffrey Booth**
|
|
337
|
+
**Geoffrey Booth** <<webadmin@geoffreybooth.com>> (he/him)
|
|
338
338
|
* [gireeshpunathil](https://github.com/gireeshpunathil) -
|
|
339
|
-
**Gireesh Punathil**
|
|
339
|
+
**Gireesh Punathil** <<gpunathi@in.ibm.com>> (he/him)
|
|
340
340
|
* [guybedford](https://github.com/guybedford) -
|
|
341
|
-
**Guy Bedford**
|
|
341
|
+
**Guy Bedford** <<guybedford@gmail.com>> (he/him)
|
|
342
342
|
* [HarshithaKP](https://github.com/HarshithaKP) -
|
|
343
|
-
**Harshitha K P**
|
|
343
|
+
**Harshitha K P** <<harshitha014@gmail.com>> (she/her)
|
|
344
344
|
* [hashseed](https://github.com/hashseed) -
|
|
345
|
-
**Yang Guo**
|
|
345
|
+
**Yang Guo** <<yangguo@chromium.org>> (he/him)
|
|
346
346
|
* [himself65](https://github.com/himself65) -
|
|
347
|
-
**Zeyu Yang**
|
|
347
|
+
**Zeyu Yang** <<himself65@outlook.com>> (he/him)
|
|
348
348
|
* [hiroppy](https://github.com/hiroppy) -
|
|
349
|
-
**Yuta Hiroto**
|
|
349
|
+
**Yuta Hiroto** <<hello@hiroppy.me>> (he/him)
|
|
350
350
|
* [iansu](https://github.com/iansu) -
|
|
351
|
-
**Ian Sutherland**
|
|
351
|
+
**Ian Sutherland** <<ian@iansutherland.ca>>
|
|
352
352
|
* [indutny](https://github.com/indutny) -
|
|
353
|
-
**Fedor Indutny**
|
|
353
|
+
**Fedor Indutny** <<fedor@indutny.com>>
|
|
354
354
|
* [JacksonTian](https://github.com/JacksonTian) -
|
|
355
|
-
**Jackson Tian**
|
|
355
|
+
**Jackson Tian** <<shyvo1987@gmail.com>>
|
|
356
356
|
* [jasnell](https://github.com/jasnell) -
|
|
357
|
-
**James M Snell**
|
|
357
|
+
**James M Snell** <<jasnell@gmail.com>> (he/him)
|
|
358
358
|
* [jkrems](https://github.com/jkrems) -
|
|
359
|
-
**Jan Krems**
|
|
359
|
+
**Jan Krems** <<jan.krems@gmail.com>> (he/him)
|
|
360
360
|
* [joaocgreis](https://github.com/joaocgreis) -
|
|
361
|
-
**João Reis**
|
|
361
|
+
**João Reis** <<reis@janeasystems.com>>
|
|
362
362
|
* [joyeecheung](https://github.com/joyeecheung) -
|
|
363
|
-
**Joyee Cheung**
|
|
363
|
+
**Joyee Cheung** <<joyeec9h3@gmail.com>> (she/her)
|
|
364
364
|
* [juanarbol](https://github.com/juanarbol) -
|
|
365
|
-
**Juan José Arboleda**
|
|
365
|
+
**Juan José Arboleda** <<soyjuanarbol@gmail.com>> (he/him)
|
|
366
366
|
* [JungMinu](https://github.com/JungMinu) -
|
|
367
|
-
**Minwoo Jung**
|
|
367
|
+
**Minwoo Jung** <<nodecorelab@gmail.com>> (he/him)
|
|
368
368
|
* [legendecas](https://github.com/legendecas) -
|
|
369
|
-
**Chengzhong Wu**
|
|
369
|
+
**Chengzhong Wu** <<legendecas@gmail.com>> (he/him)
|
|
370
370
|
* [Leko](https://github.com/Leko) -
|
|
371
|
-
**Shingo Inoue**
|
|
371
|
+
**Shingo Inoue** <<leko.noor@gmail.com>> (he/him)
|
|
372
372
|
* [linkgoron](https://github.com/linkgoron) -
|
|
373
|
-
**Nitzan Uziely**
|
|
373
|
+
**Nitzan Uziely** <<linkgoron@gmail.com>>
|
|
374
374
|
* [lpinca](https://github.com/lpinca) -
|
|
375
|
-
**Luigi Pinca**
|
|
375
|
+
**Luigi Pinca** <<luigipinca@gmail.com>> (he/him)
|
|
376
376
|
* [lundibundi](https://github.com/lundibundi) -
|
|
377
|
-
**Denys Otrishko**
|
|
377
|
+
**Denys Otrishko** <<shishugi@gmail.com>> (he/him)
|
|
378
378
|
* [Lxxyx](https://github.com/Lxxyx) -
|
|
379
|
-
**Zijian Liu**
|
|
379
|
+
**Zijian Liu** <<lxxyxzj@gmail.com>> (he/him)
|
|
380
380
|
* [mafintosh](https://github.com/mafintosh) -
|
|
381
|
-
**Mathias Buus**
|
|
381
|
+
**Mathias Buus** <<mathiasbuus@gmail.com>> (he/him)
|
|
382
382
|
* [mcollina](https://github.com/mcollina) -
|
|
383
|
-
**Matteo Collina**
|
|
383
|
+
**Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
|
|
384
384
|
* [mhdawson](https://github.com/mhdawson) -
|
|
385
|
-
**Michael Dawson**
|
|
385
|
+
**Michael Dawson** <<midawson@redhat.com>> (he/him)
|
|
386
386
|
* [miladfarca](https://github.com/miladfarca) -
|
|
387
|
-
**Milad Fa**
|
|
387
|
+
**Milad Fa** <<mfarazma@redhat.com>> (he/him)
|
|
388
388
|
* [mildsunrise](https://github.com/mildsunrise) -
|
|
389
|
-
**Alba Mendez**
|
|
389
|
+
**Alba Mendez** <<me@alba.sh>> (she/her)
|
|
390
390
|
* [mmarchini](https://github.com/mmarchini) -
|
|
391
|
-
**Mary Marchini**
|
|
391
|
+
**Mary Marchini** <<oss@mmarchini.me>> (she/her)
|
|
392
392
|
* [mscdex](https://github.com/mscdex) -
|
|
393
|
-
**Brian White**
|
|
393
|
+
**Brian White** <<mscdex@mscdex.net>>
|
|
394
394
|
* [MylesBorins](https://github.com/MylesBorins) -
|
|
395
|
-
**Myles Borins**
|
|
395
|
+
**Myles Borins** <<myles.borins@gmail.com>> (he/him)
|
|
396
396
|
* [oyyd](https://github.com/oyyd) -
|
|
397
|
-
**Ouyang Yadong**
|
|
397
|
+
**Ouyang Yadong** <<oyydoibh@gmail.com>> (he/him)
|
|
398
398
|
* [panva](https://github.com/panva) -
|
|
399
|
-
**Filip Skokan**
|
|
399
|
+
**Filip Skokan** <<panva.ip@gmail.com>>
|
|
400
400
|
* [PoojaDurgad](https://github.com/PoojaDurgad) -
|
|
401
|
-
**Pooja D P**
|
|
401
|
+
**Pooja D P** <<Pooja.D.P@ibm.com>> (she/her)
|
|
402
402
|
* [puzpuzpuz](https://github.com/puzpuzpuz) -
|
|
403
|
-
**Andrey Pechkurov**
|
|
403
|
+
**Andrey Pechkurov** <<apechkurov@gmail.com>> (he/him)
|
|
404
404
|
* [Qard](https://github.com/Qard) -
|
|
405
|
-
**Stephen Belanger**
|
|
405
|
+
**Stephen Belanger** <<admin@stephenbelanger.com>> (he/him)
|
|
406
406
|
* [RaisinTen](https://github.com/RaisinTen) -
|
|
407
|
-
**Darshan Sen**
|
|
407
|
+
**Darshan Sen** <<raisinten@gmail.com>> (he/him)
|
|
408
408
|
* [rexagod](https://github.com/rexagod) -
|
|
409
|
-
**Pranshu Srivastava**
|
|
409
|
+
**Pranshu Srivastava** <<rexagod@gmail.com>> (he/him)
|
|
410
410
|
* [richardlau](https://github.com/richardlau) -
|
|
411
|
-
**Richard Lau**
|
|
411
|
+
**Richard Lau** <<rlau@redhat.com>>
|
|
412
412
|
* [rickyes](https://github.com/rickyes) -
|
|
413
|
-
**Ricky Zhou**
|
|
413
|
+
**Ricky Zhou** <<0x19951125@gmail.com>> (he/him)
|
|
414
414
|
* [ronag](https://github.com/ronag) -
|
|
415
|
-
**Robert Nagy**
|
|
415
|
+
**Robert Nagy** <<ronagy@icloud.com>>
|
|
416
416
|
* [ruyadorno](https://github.com/ruyadorno) -
|
|
417
|
-
**Ruy Adorno**
|
|
417
|
+
**Ruy Adorno** <<ruyadorno@github.com>> (he/him)
|
|
418
418
|
* [rvagg](https://github.com/rvagg) -
|
|
419
|
-
**Rod Vagg**
|
|
419
|
+
**Rod Vagg** <<rod@vagg.org>>
|
|
420
420
|
* [ryzokuken](https://github.com/ryzokuken) -
|
|
421
|
-
**Ujjwal Sharma**
|
|
421
|
+
**Ujjwal Sharma** <<ryzokuken@disroot.org>> (he/him)
|
|
422
422
|
* [santigimeno](https://github.com/santigimeno) -
|
|
423
|
-
**Santiago Gimeno**
|
|
423
|
+
**Santiago Gimeno** <<santiago.gimeno@gmail.com>>
|
|
424
424
|
* [seishun](https://github.com/seishun) -
|
|
425
|
-
**Nikolai Vavilov**
|
|
425
|
+
**Nikolai Vavilov** <<vvnicholas@gmail.com>>
|
|
426
426
|
* [shisama](https://github.com/shisama) -
|
|
427
|
-
**Masashi Hirano**
|
|
427
|
+
**Masashi Hirano** <<shisama07@gmail.com>> (he/him)
|
|
428
428
|
* [silverwind](https://github.com/silverwind) -
|
|
429
|
-
**Roman Reiss**
|
|
429
|
+
**Roman Reiss** <<me@silverwind.io>>
|
|
430
430
|
* [srl295](https://github.com/srl295) -
|
|
431
|
-
**Steven R Loomis**
|
|
431
|
+
**Steven R Loomis** <<srloomis@us.ibm.com>>
|
|
432
432
|
* [starkwang](https://github.com/starkwang) -
|
|
433
|
-
**Weijia Wang**
|
|
433
|
+
**Weijia Wang** <<starkwang@126.com>>
|
|
434
434
|
* [sxa](https://github.com/sxa) -
|
|
435
|
-
**Stewart X Addison**
|
|
435
|
+
**Stewart X Addison** <<sxa@redhat.com>> (he/him)
|
|
436
436
|
* [targos](https://github.com/targos) -
|
|
437
|
-
**Michaël Zasso**
|
|
437
|
+
**Michaël Zasso** <<targos@protonmail.com>> (he/him)
|
|
438
438
|
* [TimothyGu](https://github.com/TimothyGu) -
|
|
439
|
-
**Tiancheng "Timothy" Gu**
|
|
439
|
+
**Tiancheng "Timothy" Gu** <<timothygu99@gmail.com>> (he/him)
|
|
440
440
|
* [tniessen](https://github.com/tniessen) -
|
|
441
|
-
**Tobias Nießen**
|
|
441
|
+
**Tobias Nießen** <<tniessen@tnie.de>> (he/him)
|
|
442
442
|
* [trivikr](https://github.com/trivikr) -
|
|
443
|
-
**Trivikram Kamat**
|
|
443
|
+
**Trivikram Kamat** <<trivikr.dev@gmail.com>>
|
|
444
444
|
* [Trott](https://github.com/Trott) -
|
|
445
|
-
**Rich Trott**
|
|
445
|
+
**Rich Trott** <<rtrott@gmail.com>> (he/him)
|
|
446
446
|
* [vdeturckheim](https://github.com/vdeturckheim) -
|
|
447
|
-
**Vladimir de Turckheim**
|
|
447
|
+
**Vladimir de Turckheim** <<vlad2t@hotmail.com>> (he/him)
|
|
448
|
+
* [VoltrexMaster](https://github.com/VoltrexMaster) -
|
|
449
|
+
**Voltrex** <<mohammadkeyvanzade94@gmail.com>> (he/him)
|
|
448
450
|
* [watilde](https://github.com/watilde) -
|
|
449
|
-
**Daijiro Wachi**
|
|
451
|
+
**Daijiro Wachi** <<daijiro.wachi@gmail.com>> (he/him)
|
|
450
452
|
* [watson](https://github.com/watson) -
|
|
451
|
-
**Thomas Watson**
|
|
453
|
+
**Thomas Watson** <<w@tson.dk>>
|
|
452
454
|
* [XadillaX](https://github.com/XadillaX) -
|
|
453
|
-
**Khaidi Chu**
|
|
455
|
+
**Khaidi Chu** <<i@2333.moe>> (he/him)
|
|
454
456
|
* [yashLadha](https://github.com/yashLadha) -
|
|
455
|
-
**Yash Ladha**
|
|
456
|
-
* [yhwang](https://github.com/yhwang) -
|
|
457
|
-
**Yihong Wang** \<yh.wang@ibm.com>
|
|
457
|
+
**Yash Ladha** <<yash@yashladha.in>> (he/him)
|
|
458
458
|
* [yosuke-furukawa](https://github.com/yosuke-furukawa) -
|
|
459
|
-
**Yosuke Furukawa**
|
|
459
|
+
**Yosuke Furukawa** <<yosuke.furukawa@gmail.com>>
|
|
460
460
|
* [ZYSzys](https://github.com/ZYSzys) -
|
|
461
|
-
**Yongsheng Zhang**
|
|
461
|
+
**Yongsheng Zhang** <<zyszys98@gmail.com>> (he/him)
|
|
462
462
|
|
|
463
463
|
<details>
|
|
464
464
|
|
|
@@ -470,157 +470,162 @@ For information about the governance of the Node.js project, see
|
|
|
470
470
|
### Collaborator emeriti
|
|
471
471
|
|
|
472
472
|
* [andrasq](https://github.com/andrasq) -
|
|
473
|
-
**Andras**
|
|
473
|
+
**Andras** <<andras@kinvey.com>>
|
|
474
474
|
* [AnnaMag](https://github.com/AnnaMag) -
|
|
475
|
-
**Anna M. Kedzierska**
|
|
475
|
+
**Anna M. Kedzierska** <<anna.m.kedzierska@gmail.com>>
|
|
476
476
|
* [AndreasMadsen](https://github.com/AndreasMadsen) -
|
|
477
|
-
**Andreas Madsen**
|
|
477
|
+
**Andreas Madsen** <<amwebdk@gmail.com>> (he/him)
|
|
478
478
|
* [aqrln](https://github.com/aqrln) -
|
|
479
|
-
**Alexey Orlenko**
|
|
479
|
+
**Alexey Orlenko** <<eaglexrlnk@gmail.com>> (he/him)
|
|
480
480
|
* [bmeurer](https://github.com/bmeurer) -
|
|
481
|
-
**Benedikt Meurer**
|
|
481
|
+
**Benedikt Meurer** <<benedikt.meurer@gmail.com>>
|
|
482
482
|
* [bnoordhuis](https://github.com/bnoordhuis) -
|
|
483
|
-
**Ben Noordhuis**
|
|
483
|
+
**Ben Noordhuis** <<info@bnoordhuis.nl>>
|
|
484
484
|
* [brendanashworth](https://github.com/brendanashworth) -
|
|
485
|
-
**Brendan Ashworth**
|
|
485
|
+
**Brendan Ashworth** <<brendan.ashworth@me.com>>
|
|
486
486
|
* [calvinmetcalf](https://github.com/calvinmetcalf) -
|
|
487
|
-
**Calvin Metcalf**
|
|
487
|
+
**Calvin Metcalf** <<calvin.metcalf@gmail.com>>
|
|
488
488
|
* [chrisdickinson](https://github.com/chrisdickinson) -
|
|
489
|
-
**Chris Dickinson**
|
|
489
|
+
**Chris Dickinson** <<christopher.s.dickinson@gmail.com>>
|
|
490
490
|
* [claudiorodriguez](https://github.com/claudiorodriguez) -
|
|
491
|
-
**Claudio Rodriguez**
|
|
491
|
+
**Claudio Rodriguez** <<cjrodr@yahoo.com>>
|
|
492
492
|
* [DavidCai1993](https://github.com/DavidCai1993) -
|
|
493
|
-
**David Cai**
|
|
493
|
+
**David Cai** <<davidcai1993@yahoo.com>> (he/him)
|
|
494
494
|
* [digitalinfinity](https://github.com/digitalinfinity) -
|
|
495
|
-
**Hitesh Kanwathirtha**
|
|
495
|
+
**Hitesh Kanwathirtha** <<digitalinfinity@gmail.com>> (he/him)
|
|
496
496
|
* [eljefedelrodeodeljefe](https://github.com/eljefedelrodeodeljefe) -
|
|
497
|
-
**Robert Jefe Lindstaedt**
|
|
497
|
+
**Robert Jefe Lindstaedt** <<robert.lindstaedt@gmail.com>>
|
|
498
498
|
* [estliberitas](https://github.com/estliberitas) -
|
|
499
|
-
**Alexander Makarenko**
|
|
499
|
+
**Alexander Makarenko** <<estliberitas@gmail.com>>
|
|
500
500
|
* [firedfox](https://github.com/firedfox) -
|
|
501
|
-
**Daniel Wang**
|
|
501
|
+
**Daniel Wang** <<wangyang0123@gmail.com>>
|
|
502
|
+
* [Fishrock123](https://github.com/Fishrock123) -
|
|
503
|
+
**Jeremiah Senkpiel** <<fishrock123@rocketmail.com>> (he/they)
|
|
502
504
|
* [gdams](https://github.com/gdams) -
|
|
503
|
-
**George Adams**
|
|
505
|
+
**George Adams** <<gadams@microsoft.com>> (he/him)
|
|
504
506
|
* [geek](https://github.com/geek) -
|
|
505
|
-
**Wyatt Preul**
|
|
507
|
+
**Wyatt Preul** <<wpreul@gmail.com>>
|
|
506
508
|
* [gibfahn](https://github.com/gibfahn) -
|
|
507
|
-
**Gibson Fahnestock**
|
|
509
|
+
**Gibson Fahnestock** <<gibfahn@gmail.com>> (he/him)
|
|
508
510
|
* [glentiki](https://github.com/glentiki) -
|
|
509
|
-
**Glen Keane**
|
|
511
|
+
**Glen Keane** <<glenkeane.94@gmail.com>> (he/him)
|
|
510
512
|
* [iarna](https://github.com/iarna) -
|
|
511
|
-
**Rebecca Turner**
|
|
513
|
+
**Rebecca Turner** <<me@re-becca.org>>
|
|
512
514
|
* [imran-iq](https://github.com/imran-iq) -
|
|
513
|
-
**Imran Iqbal**
|
|
515
|
+
**Imran Iqbal** <<imran@imraniqbal.org>>
|
|
514
516
|
* [imyller](https://github.com/imyller) -
|
|
515
|
-
**Ilkka Myller**
|
|
517
|
+
**Ilkka Myller** <<ilkka.myller@nodefield.com>>
|
|
516
518
|
* [isaacs](https://github.com/isaacs) -
|
|
517
|
-
**Isaac Z. Schlueter**
|
|
519
|
+
**Isaac Z. Schlueter** <<i@izs.me>>
|
|
518
520
|
* [italoacasas](https://github.com/italoacasas) -
|
|
519
|
-
**Italo A. Casas**
|
|
521
|
+
**Italo A. Casas** <<me@italoacasas.com>> (he/him)
|
|
520
522
|
* [jasongin](https://github.com/jasongin) -
|
|
521
|
-
**Jason Ginchereau**
|
|
523
|
+
**Jason Ginchereau** <<jasongin@microsoft.com>>
|
|
522
524
|
* [jbergstroem](https://github.com/jbergstroem) -
|
|
523
|
-
**Johan Bergström**
|
|
525
|
+
**Johan Bergström** <<bugs@bergstroem.nu>>
|
|
524
526
|
* [jdalton](https://github.com/jdalton) -
|
|
525
|
-
**John-David Dalton**
|
|
527
|
+
**John-David Dalton** <<john.david.dalton@gmail.com>>
|
|
526
528
|
* [jhamhader](https://github.com/jhamhader) -
|
|
527
|
-
**Yuval Brik**
|
|
529
|
+
**Yuval Brik** <<yuval@brik.org.il>>
|
|
528
530
|
* [joshgav](https://github.com/joshgav) -
|
|
529
|
-
**Josh Gavant**
|
|
531
|
+
**Josh Gavant** <<josh.gavant@outlook.com>>
|
|
530
532
|
* [julianduque](https://github.com/julianduque) -
|
|
531
|
-
**Julian Duque**
|
|
533
|
+
**Julian Duque** <<julianduquej@gmail.com>> (he/him)
|
|
532
534
|
* [kfarnung](https://github.com/kfarnung) -
|
|
533
|
-
**Kyle Farnung**
|
|
535
|
+
**Kyle Farnung** <<kfarnung@microsoft.com>> (he/him)
|
|
534
536
|
* [kunalspathak](https://github.com/kunalspathak) -
|
|
535
|
-
**Kunal Pathak**
|
|
537
|
+
**Kunal Pathak** <<kunal.pathak@microsoft.com>>
|
|
536
538
|
* [lance](https://github.com/lance) -
|
|
537
|
-
**Lance Ball**
|
|
539
|
+
**Lance Ball** <<lball@redhat.com>> (he/him)
|
|
538
540
|
* [lucamaraschi](https://github.com/lucamaraschi) -
|
|
539
|
-
**Luca Maraschi**
|
|
541
|
+
**Luca Maraschi** <<luca.maraschi@gmail.com>> (he/him)
|
|
540
542
|
* [lxe](https://github.com/lxe) -
|
|
541
|
-
**Aleksey Smolenchuk**
|
|
543
|
+
**Aleksey Smolenchuk** <<lxe@lxe.co>>
|
|
542
544
|
* [maclover7](https://github.com/maclover7) -
|
|
543
|
-
**Jon Moss**
|
|
545
|
+
**Jon Moss** <<me@jonathanmoss.me>> (he/him)
|
|
544
546
|
* [matthewloring](https://github.com/matthewloring) -
|
|
545
|
-
**Matthew Loring**
|
|
547
|
+
**Matthew Loring** <<mattloring@google.com>>
|
|
546
548
|
* [micnic](https://github.com/micnic) -
|
|
547
|
-
**Nicu Micleușanu**
|
|
549
|
+
**Nicu Micleușanu** <<micnic90@gmail.com>> (he/him)
|
|
548
550
|
* [mikeal](https://github.com/mikeal) -
|
|
549
|
-
**Mikeal Rogers**
|
|
551
|
+
**Mikeal Rogers** <<mikeal.rogers@gmail.com>>
|
|
550
552
|
* [misterdjules](https://github.com/misterdjules) -
|
|
551
|
-
**Julien Gilli**
|
|
553
|
+
**Julien Gilli** <<jgilli@netflix.com>>
|
|
552
554
|
* [monsanto](https://github.com/monsanto) -
|
|
553
|
-
**Christopher Monsanto**
|
|
555
|
+
**Christopher Monsanto** <<chris@monsan.to>>
|
|
554
556
|
* [MoonBall](https://github.com/MoonBall) -
|
|
555
|
-
**Chen Gang**
|
|
557
|
+
**Chen Gang** <<gangc.cxy@foxmail.com>>
|
|
556
558
|
* [not-an-aardvark](https://github.com/not-an-aardvark) -
|
|
557
|
-
**Teddy Katz**
|
|
559
|
+
**Teddy Katz** <<teddy.katz@gmail.com>> (he/him)
|
|
558
560
|
* [ofrobots](https://github.com/ofrobots) -
|
|
559
|
-
**Ali Ijaz Sheikh**
|
|
561
|
+
**Ali Ijaz Sheikh** <<ofrobots@google.com>> (he/him)
|
|
560
562
|
* [Olegas](https://github.com/Olegas) -
|
|
561
|
-
**Oleg Elifantiev**
|
|
563
|
+
**Oleg Elifantiev** <<oleg@elifantiev.ru>>
|
|
562
564
|
* [orangemocha](https://github.com/orangemocha) -
|
|
563
|
-
**Alexis Campailla**
|
|
565
|
+
**Alexis Campailla** <<orangemocha@nodejs.org>>
|
|
564
566
|
* [othiym23](https://github.com/othiym23) -
|
|
565
|
-
**Forrest L Norvell**
|
|
567
|
+
**Forrest L Norvell** <<ogd@aoaioxxysz.net>> (they/them/themself)
|
|
566
568
|
* [petkaantonov](https://github.com/petkaantonov) -
|
|
567
|
-
**Petka Antonov**
|
|
569
|
+
**Petka Antonov** <<petka_antonov@hotmail.com>>
|
|
568
570
|
* [phillipj](https://github.com/phillipj) -
|
|
569
|
-
**Phillip Johnsen**
|
|
571
|
+
**Phillip Johnsen** <<johphi@gmail.com>>
|
|
570
572
|
* [piscisaureus](https://github.com/piscisaureus) -
|
|
571
|
-
**Bert Belder**
|
|
573
|
+
**Bert Belder** <<bertbelder@gmail.com>>
|
|
572
574
|
* [pmq20](https://github.com/pmq20) -
|
|
573
|
-
**Minqi Pan**
|
|
575
|
+
**Minqi Pan** <<pmq2001@gmail.com>>
|
|
574
576
|
* [princejwesley](https://github.com/princejwesley) -
|
|
575
|
-
**Prince John Wesley**
|
|
577
|
+
**Prince John Wesley** <<princejohnwesley@gmail.com>>
|
|
576
578
|
* [psmarshall](https://github.com/psmarshall) -
|
|
577
|
-
**Peter Marshall**
|
|
579
|
+
**Peter Marshall** <<petermarshall@chromium.org>> (he/him)
|
|
578
580
|
* [refack](https://github.com/refack) -
|
|
579
|
-
**Refael Ackermann (רפאל פלחי)**
|
|
581
|
+
**Refael Ackermann (רפאל פלחי)** <<refack@gmail.com>> (he/him/הוא/אתה)
|
|
580
582
|
* [rlidwka](https://github.com/rlidwka) -
|
|
581
|
-
**Alex Kocharin**
|
|
583
|
+
**Alex Kocharin** <<alex@kocharin.ru>>
|
|
582
584
|
* [rmg](https://github.com/rmg) -
|
|
583
|
-
**Ryan Graham**
|
|
585
|
+
**Ryan Graham** <<r.m.graham@gmail.com>>
|
|
584
586
|
* [robertkowalski](https://github.com/robertkowalski) -
|
|
585
|
-
**Robert Kowalski**
|
|
587
|
+
**Robert Kowalski** <<rok@kowalski.gd>>
|
|
586
588
|
* [romankl](https://github.com/romankl) -
|
|
587
|
-
**Roman Klauke**
|
|
589
|
+
**Roman Klauke** <<romaaan.git@gmail.com>>
|
|
588
590
|
* [ronkorving](https://github.com/ronkorving) -
|
|
589
|
-
**Ron Korving**
|
|
591
|
+
**Ron Korving** <<ron@ronkorving.nl>>
|
|
590
592
|
* [RReverser](https://github.com/RReverser) -
|
|
591
|
-
**Ingvar Stepanyan**
|
|
593
|
+
**Ingvar Stepanyan** <<me@rreverser.com>>
|
|
592
594
|
* [rubys](https://github.com/rubys) -
|
|
593
|
-
**Sam Ruby**
|
|
595
|
+
**Sam Ruby** <<rubys@intertwingly.net>>
|
|
594
596
|
* [saghul](https://github.com/saghul) -
|
|
595
|
-
**Saúl Ibarra Corretgé**
|
|
597
|
+
**Saúl Ibarra Corretgé** <<s@saghul.net>>
|
|
596
598
|
* [sam-github](https://github.com/sam-github) -
|
|
597
|
-
**Sam Roberts**
|
|
599
|
+
**Sam Roberts** <<vieuxtech@gmail.com>>
|
|
598
600
|
* [sebdeckers](https://github.com/sebdeckers) -
|
|
599
|
-
**Sebastiaan Deckers**
|
|
601
|
+
**Sebastiaan Deckers** <<sebdeckers83@gmail.com>>
|
|
600
602
|
* [shigeki](https://github.com/shigeki) -
|
|
601
|
-
**Shigeki Ohtsu**
|
|
603
|
+
**Shigeki Ohtsu** <<ohtsu@ohtsu.org>> (he/him)
|
|
602
604
|
* [stefanmb](https://github.com/stefanmb) -
|
|
603
|
-
**Stefan Budeanu**
|
|
605
|
+
**Stefan Budeanu** <<stefan@budeanu.com>>
|
|
604
606
|
* [tellnes](https://github.com/tellnes) -
|
|
605
|
-
**Christian Tellnes**
|
|
607
|
+
**Christian Tellnes** <<christian@tellnes.no>>
|
|
606
608
|
* [thefourtheye](https://github.com/thefourtheye) -
|
|
607
|
-
**Sakthipriyan Vairamani**
|
|
609
|
+
**Sakthipriyan Vairamani** <<thechargingvolcano@gmail.com>> (he/him)
|
|
608
610
|
* [thlorenz](https://github.com/thlorenz) -
|
|
609
|
-
**Thorsten Lorenz**
|
|
611
|
+
**Thorsten Lorenz** <<thlorenz@gmx.de>>
|
|
610
612
|
* [trevnorris](https://github.com/trevnorris) -
|
|
611
|
-
**Trevor Norris**
|
|
613
|
+
**Trevor Norris** <<trev.norris@gmail.com>>
|
|
612
614
|
* [tunniclm](https://github.com/tunniclm) -
|
|
613
|
-
**Mike Tunnicliffe**
|
|
615
|
+
**Mike Tunnicliffe** <<m.j.tunnicliffe@gmail.com>>
|
|
614
616
|
* [vkurchatkin](https://github.com/vkurchatkin) -
|
|
615
|
-
**Vladimir Kurchatkin**
|
|
617
|
+
**Vladimir Kurchatkin** <<vladimir.kurchatkin@gmail.com>>
|
|
616
618
|
* [vsemozhetbyt](https://github.com/vsemozhetbyt) -
|
|
617
|
-
**Vse Mozhet Byt**
|
|
619
|
+
**Vse Mozhet Byt** <<vsemozhetbyt@gmail.com>> (he/him)
|
|
618
620
|
* [whitlockjc](https://github.com/whitlockjc) -
|
|
619
|
-
**Jeremy Whitlock**
|
|
621
|
+
**Jeremy Whitlock** <<jwhitlock@apache.org>>
|
|
622
|
+
* [yhwang](https://github.com/yhwang) -
|
|
623
|
+
**Yihong Wang** <<yh.wang@ibm.com>>
|
|
620
624
|
* [yorkie](https://github.com/yorkie) -
|
|
621
|
-
**Yorkie Liu**
|
|
625
|
+
**Yorkie Liu** <<yorkiefixer@gmail.com>>
|
|
622
626
|
|
|
623
627
|
</details>
|
|
628
|
+
|
|
624
629
|
<!--lint enable prohibited-strings-->
|
|
625
630
|
|
|
626
631
|
Collaborators follow the [Collaborator Guide](./doc/guides/collaborator-guide.md) in
|
|
@@ -629,47 +634,47 @@ maintaining the Node.js project.
|
|
|
629
634
|
### Triagers
|
|
630
635
|
|
|
631
636
|
* [Ayase-252](https://github.com/Ayase-252) -
|
|
632
|
-
**Qingyu Deng**
|
|
637
|
+
**Qingyu Deng** <<i@ayase-lab.com>>
|
|
633
638
|
* [himadriganguly](https://github.com/himadriganguly) -
|
|
634
|
-
**Himadri Ganguly**
|
|
639
|
+
**Himadri Ganguly** <<himadri.tech@gmail.com>> (he/him)
|
|
635
640
|
* [iam-frankqiu](https://github.com/iam-frankqiu) -
|
|
636
|
-
**Frank Qiu**
|
|
641
|
+
**Frank Qiu** <<iam.frankqiu@gmail.com>> (he/him)
|
|
637
642
|
* [marsonya](https://github.com/marsonya) -
|
|
638
|
-
**Akhil Marsonya**
|
|
643
|
+
**Akhil Marsonya** <<akhil.marsonya27@gmail.com>> (he/him)
|
|
639
644
|
* [Mesteery](https://github.com/Mesteery) -
|
|
640
|
-
**Mestery**
|
|
645
|
+
**Mestery** <<mestery@pm.me>>
|
|
641
646
|
* [PoojaDurgad](https://github.com/PoojaDurgad) -
|
|
642
|
-
**Pooja Durgad**
|
|
647
|
+
**Pooja Durgad** <<Pooja.D.P@ibm.com>>
|
|
643
648
|
* [RaisinTen](https://github.com/RaisinTen) -
|
|
644
|
-
**Darshan Sen**
|
|
649
|
+
**Darshan Sen** <<raisinten@gmail.com>>
|
|
645
650
|
* [VoltrexMaster](https://github.com/VoltrexMaster) -
|
|
646
|
-
**Voltrex**
|
|
651
|
+
**Voltrex** <<mohammadkeyvanzade94@gmail.com>> (he/him)
|
|
647
652
|
|
|
648
653
|
### Release keys
|
|
649
654
|
|
|
650
655
|
Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):
|
|
651
656
|
|
|
652
|
-
* **Beth Griggs**
|
|
657
|
+
* **Beth Griggs** <<bgriggs@redhat.com>>
|
|
653
658
|
`4ED778F539E3634C779C87C6D7062848A1AB005C`
|
|
654
|
-
* **Colin Ihrig**
|
|
659
|
+
* **Colin Ihrig** <<cjihrig@gmail.com>>
|
|
655
660
|
`94AE36675C464D64BAFA68DD7434390BDBE9B9C5`
|
|
656
|
-
* **Danielle Adams**
|
|
661
|
+
* **Danielle Adams** <<adamzdanielle@gmail.com>>
|
|
657
662
|
`74F12602B6F1C4E913FAA37AD3A89613643B6201`
|
|
658
|
-
* **James M Snell**
|
|
663
|
+
* **James M Snell** <<jasnell@keybase.io>>
|
|
659
664
|
`71DCFD284A79C3B38668286BC97EC7A07EDE3FC1`
|
|
660
|
-
* **Michaël Zasso**
|
|
665
|
+
* **Michaël Zasso** <<targos@protonmail.com>>
|
|
661
666
|
`8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600`
|
|
662
|
-
* **Myles Borins**
|
|
667
|
+
* **Myles Borins** <<myles.borins@gmail.com>>
|
|
663
668
|
`C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8`
|
|
664
|
-
* **Richard Lau**
|
|
669
|
+
* **Richard Lau** <<rlau@redhat.com>>
|
|
665
670
|
`C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C`
|
|
666
|
-
* **Rod Vagg**
|
|
671
|
+
* **Rod Vagg** <<rod@vagg.org>>
|
|
667
672
|
`DD8F2338BAE7501E3DD5AC78C273792F7D83545D`
|
|
668
|
-
* **Ruben Bridgewater**
|
|
673
|
+
* **Ruben Bridgewater** <<ruben@bridgewater.de>>
|
|
669
674
|
`A48C2BEE680E841632CD4E44F07496B3EB3C1762`
|
|
670
|
-
* **Ruy Adorno**
|
|
675
|
+
* **Ruy Adorno** <<ruyadorno@hotmail.com>>
|
|
671
676
|
`108F52B48DB57BB0CC439B2997B01419BD92F80A`
|
|
672
|
-
* **Shelley Vohr**
|
|
677
|
+
* **Shelley Vohr** <<shelley.vohr@gmail.com>>
|
|
673
678
|
`B9E2F5981AA6E0CD28160D9FF13993A75599653C`
|
|
674
679
|
|
|
675
680
|
To import the full set of trusted release keys (including subkeys possibly used
|
|
@@ -696,23 +701,23 @@ use these keys to verify a downloaded file.
|
|
|
696
701
|
|
|
697
702
|
<summary>Other keys used to sign some previous releases</summary>
|
|
698
703
|
|
|
699
|
-
* **Chris Dickinson**
|
|
704
|
+
* **Chris Dickinson** <<christopher.s.dickinson@gmail.com>>
|
|
700
705
|
`9554F04D7259F04124DE6B476D5A82AC7E37093B`
|
|
701
|
-
* **Danielle Adams**
|
|
706
|
+
* **Danielle Adams** <<adamzdanielle@gmail.com>>
|
|
702
707
|
`1C050899334244A8AF75E53792EF661D867B9DFA`
|
|
703
|
-
* **Evan Lucas**
|
|
708
|
+
* **Evan Lucas** <<evanlucas@me.com>>
|
|
704
709
|
`B9AE9905FFD7803F25714661B63B535A4C206CA9`
|
|
705
|
-
* **Gibson Fahnestock**
|
|
710
|
+
* **Gibson Fahnestock** <<gibfahn@gmail.com>>
|
|
706
711
|
`77984A986EBC2AA786BC0F66B01FBB92821C587A`
|
|
707
|
-
* **Isaac Z. Schlueter**
|
|
712
|
+
* **Isaac Z. Schlueter** <<i@izs.me>>
|
|
708
713
|
`93C7E9E91B49E432C2F75674B0A78B0A6C481CF6`
|
|
709
|
-
* **Italo A. Casas**
|
|
714
|
+
* **Italo A. Casas** <<me@italoacasas.com>>
|
|
710
715
|
`56730D5401028683275BD23C23EFEFE93C4CFFFE`
|
|
711
|
-
* **Jeremiah Senkpiel**
|
|
716
|
+
* **Jeremiah Senkpiel** <<fishrock@keybase.io>>
|
|
712
717
|
`FD3A5288F042B6850C66B31F09FE44734EB7990E`
|
|
713
|
-
* **Julien Gilli**
|
|
718
|
+
* **Julien Gilli** <<jgilli@fastmail.fm>>
|
|
714
719
|
`114F43EE0176B71C7BC219DD50A3051F888C628D`
|
|
715
|
-
* **Timothy J Fontaine**
|
|
720
|
+
* **Timothy J Fontaine** <<tjfontaine@gmail.com>>
|
|
716
721
|
`7937DFD2AB06298B2293C3187D33FF9D0246406D`
|
|
717
722
|
|
|
718
723
|
</details>
|