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