node-linux-s390x 16.15.0 → 16.17.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.
Files changed (82) hide show
  1. package/CHANGELOG.md +857 -0
  2. package/LICENSE +111 -9
  3. package/README.md +55 -31
  4. package/bin/node +0 -0
  5. package/include/node/common.gypi +6 -2
  6. package/include/node/config.gypi +219 -213
  7. package/include/node/js_native_api.h +383 -390
  8. package/include/node/js_native_api_types.h +15 -9
  9. package/include/node/node.h +15 -3
  10. package/include/node/node_api.h +154 -141
  11. package/include/node/node_api_types.h +8 -11
  12. package/include/node/node_version.h +1 -1
  13. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  14. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  15. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  16. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  17. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  18. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  19. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  20. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  21. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  22. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  23. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  24. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  25. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  26. package/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +1 -1
  27. package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +1 -1
  28. package/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +1 -1
  29. package/include/node/openssl/archs/aix64-gcc/asm/crypto/buildinf.h +1 -1
  30. package/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  31. package/include/node/openssl/archs/aix64-gcc/no-asm/crypto/buildinf.h +1 -1
  32. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  33. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  34. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  35. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  36. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  37. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  38. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  39. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  40. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  41. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  42. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  43. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  44. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  45. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  46. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  47. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  48. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  49. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  50. package/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +1 -1
  51. package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +1 -1
  52. package/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +1 -1
  53. package/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +1 -1
  54. package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +1 -1
  55. package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +1 -1
  56. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  57. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  58. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  59. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  60. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  61. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  62. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  63. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  64. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  65. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  66. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  67. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  68. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  69. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  70. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  71. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  72. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  73. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  74. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  75. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  76. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  77. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  78. package/include/node/openssl/opensslv.h +3 -3
  79. package/include/node/openssl/ssl.h +11 -1
  80. package/include/node/v8-version.h +1 -1
  81. package/package.json +1 -1
  82. package/share/man/man1/node.1 +11 -1
package/LICENSE CHANGED
@@ -109,9 +109,22 @@ The externally maintained libraries used by Node.js are:
109
109
 
110
110
  - ICU, located at deps/icu-small, is licensed as follows:
111
111
  """
112
- COPYRIGHT AND PERMISSION NOTICE (ICU 58 and later)
112
+ UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
113
113
 
114
- Copyright © 1991-2020 Unicode, Inc. All rights reserved.
114
+ See Terms of Use
115
+ for definitions of Unicode Inc.’s Data Files and Software.
116
+
117
+ NOTICE TO USER: Carefully read the following legal agreement.
118
+ BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
119
+ DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"),
120
+ YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
121
+ TERMS AND CONDITIONS OF THIS AGREEMENT.
122
+ IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
123
+ THE DATA FILES OR SOFTWARE.
124
+
125
+ COPYRIGHT AND PERMISSION NOTICE
126
+
127
+ Copyright © 1991-2022 Unicode, Inc. All rights reserved.
115
128
  Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
116
129
 
117
130
  Permission is hereby granted, free of charge, to any person obtaining
@@ -143,7 +156,7 @@ The externally maintained libraries used by Node.js are:
143
156
  use or other dealings in these Data Files or Software without prior
144
157
  written authorization of the copyright holder.
145
158
 
146
- ---------------------
159
+ ----------------------------------------------------------------------
147
160
 
148
161
  Third-Party Software Licenses
149
162
 
@@ -151,7 +164,9 @@ The externally maintained libraries used by Node.js are:
151
164
  terms for licensed third-party software components included within ICU
152
165
  libraries.
153
166
 
154
- 1. ICU License - ICU 1.8.1 to ICU 57.1
167
+ ----------------------------------------------------------------------
168
+
169
+ ICU License - ICU 1.8.1 to ICU 57.1
155
170
 
156
171
  COPYRIGHT AND PERMISSION NOTICE
157
172
 
@@ -186,7 +201,9 @@ The externally maintained libraries used by Node.js are:
186
201
  All trademarks and registered trademarks mentioned herein are the
187
202
  property of their respective owners.
188
203
 
189
- 2. Chinese/Japanese Word Break Dictionary Data (cjdict.txt)
204
+ ----------------------------------------------------------------------
205
+
206
+ Chinese/Japanese Word Break Dictionary Data (cjdict.txt)
190
207
 
191
208
  # The Google Chrome software developed by Google is licensed under
192
209
  # the BSD license. Other software included in this distribution is
@@ -390,7 +407,9 @@ The externally maintained libraries used by Node.js are:
390
407
  #
391
408
  # ---------------COPYING.ipadic-----END----------------------------------
392
409
 
393
- 3. Lao Word Break Dictionary Data (laodict.txt)
410
+ ----------------------------------------------------------------------
411
+
412
+ Lao Word Break Dictionary Data (laodict.txt)
394
413
 
395
414
  # Copyright (C) 2016 and later: Unicode, Inc. and others.
396
415
  # License & terms of use: http://www.unicode.org/copyright.html
@@ -430,7 +449,9 @@ The externally maintained libraries used by Node.js are:
430
449
  # OF THE POSSIBILITY OF SUCH DAMAGE.
431
450
  # --------------------------------------------------------------------------
432
451
 
433
- 4. Burmese Word Break Dictionary Data (burmesedict.txt)
452
+ ----------------------------------------------------------------------
453
+
454
+ Burmese Word Break Dictionary Data (burmesedict.txt)
434
455
 
435
456
  # Copyright (c) 2014 International Business Machines Corporation
436
457
  # and others. All Rights Reserved.
@@ -470,7 +491,9 @@ The externally maintained libraries used by Node.js are:
470
491
  # SUCH DAMAGE.
471
492
  # --------------------------------------------------------------------------
472
493
 
473
- 5. Time Zone Database
494
+ ----------------------------------------------------------------------
495
+
496
+ Time Zone Database
474
497
 
475
498
  ICU uses the public domain data and code derived from Time Zone
476
499
  Database for its time zone support. The ownership of the TZ database
@@ -493,7 +516,9 @@ The externally maintained libraries used by Node.js are:
493
516
  # making a contribution to the database or code waives all rights to
494
517
  # future claims in that contribution or in the TZ Database.
495
518
 
496
- 6. Google double-conversion
519
+ ----------------------------------------------------------------------
520
+
521
+ Google double-conversion
497
522
 
498
523
  Copyright 2006-2011, the V8 project authors. All rights reserved.
499
524
  Redistribution and use in source and binary forms, with or without
@@ -521,6 +546,83 @@ The externally maintained libraries used by Node.js are:
521
546
  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
522
547
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
523
548
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
549
+
550
+ ----------------------------------------------------------------------
551
+
552
+ File: aclocal.m4 (only for ICU4C)
553
+ Section: pkg.m4 - Macros to locate and utilise pkg-config.
554
+
555
+ Copyright © 2004 Scott James Remnant .
556
+ Copyright © 2012-2015 Dan Nicholson
557
+
558
+ This program is free software; you can redistribute it and/or modify
559
+ it under the terms of the GNU General Public License as published by
560
+ the Free Software Foundation; either version 2 of the License, or
561
+ (at your option) any later version.
562
+
563
+ This program is distributed in the hope that it will be useful, but
564
+ WITHOUT ANY WARRANTY; without even the implied warranty of
565
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
566
+ General Public License for more details.
567
+
568
+ You should have received a copy of the GNU General Public License
569
+ along with this program; if not, write to the Free Software
570
+ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
571
+ 02111-1307, USA.
572
+
573
+ As a special exception to the GNU General Public License, if you
574
+ distribute this file as part of a program that contains a
575
+ configuration script generated by Autoconf, you may include it under
576
+ the same distribution terms that you use for the rest of that
577
+ program.
578
+
579
+ (The condition for the exception is fulfilled because
580
+ ICU4C includes a configuration script generated by Autoconf,
581
+ namely the `configure` script.)
582
+
583
+ ----------------------------------------------------------------------
584
+
585
+ File: config.guess (only for ICU4C)
586
+
587
+ This file is free software; you can redistribute it and/or modify it
588
+ under the terms of the GNU General Public License as published by
589
+ the Free Software Foundation; either version 3 of the License, or
590
+ (at your option) any later version.
591
+
592
+ This program is distributed in the hope that it will be useful, but
593
+ WITHOUT ANY WARRANTY; without even the implied warranty of
594
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
595
+ General Public License for more details.
596
+
597
+ You should have received a copy of the GNU General Public License
598
+ along with this program; if not, see .
599
+
600
+ As a special exception to the GNU General Public License, if you
601
+ distribute this file as part of a program that contains a
602
+ configuration script generated by Autoconf, you may include it under
603
+ the same distribution terms that you use for the rest of that
604
+ program. This Exception is an additional permission under section 7
605
+ of the GNU General Public License, version 3 ("GPLv3").
606
+
607
+ (The condition for the exception is fulfilled because
608
+ ICU4C includes a configuration script generated by Autoconf,
609
+ namely the `configure` script.)
610
+
611
+ ----------------------------------------------------------------------
612
+
613
+ File: install-sh (only for ICU4C)
614
+
615
+ Copyright 1991 by the Massachusetts Institute of Technology
616
+
617
+ Permission to use, copy, modify, distribute, and sell this software and its
618
+ documentation for any purpose is hereby granted without fee, provided that
619
+ the above copyright notice appear in all copies and that both that
620
+ copyright notice and this permission notice appear in supporting
621
+ documentation, and that the name of M.I.T. not be used in advertising or
622
+ publicity pertaining to distribution of the software without specific,
623
+ written prior permission. M.I.T. makes no representations about the
624
+ suitability of this software for any purpose. It is provided "as is"
625
+ without express or implied warranty.
524
626
  """
525
627
 
526
628
  - libuv, located at deps/uv, is licensed as follows:
package/README.md CHANGED
@@ -51,7 +51,7 @@ Looking for help? Check out the
51
51
  * **Nightly**: Code from the Current branch built every 24-hours when there are
52
52
  changes. Use with caution.
53
53
 
54
- Current and LTS releases follow [Semantic Versioning](https://semver.org). A
54
+ Current and LTS releases follow [semantic versioning](https://semver.org). A
55
55
  member of the Release Team [signs](#release-keys) each Current and LTS release.
56
56
  For more information, see the
57
57
  [Release README](https://github.com/nodejs/Release#readme).
@@ -113,7 +113,7 @@ import the keys:
113
113
  $ gpg --keyserver hkps://keys.openpgp.org --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D
114
114
  ```
115
115
 
116
- See the bottom of this README for a full script to import active release keys.
116
+ See [Release keys](#release-keys) for a script to import active release keys.
117
117
 
118
118
  Next, download the `SHASUMS256.txt.sig` for the release:
119
119
 
@@ -159,7 +159,7 @@ For information about the governance of the Node.js project, see
159
159
  * [apapirovski](https://github.com/apapirovski) -
160
160
  **Anatoli Papirovski** <<apapirovski@mac.com>> (he/him)
161
161
  * [BethGriggs](https://github.com/BethGriggs) -
162
- **Beth Griggs** <<bgriggs@redhat.com>> (she/her)
162
+ **Beth Griggs** <<bethanyngriggs@gmail.com>> (she/her)
163
163
  * [BridgeAR](https://github.com/BridgeAR) -
164
164
  **Ruben Bridgewater** <<ruben@bridgewater.de>> (he/him)
165
165
  * [ChALkeR](https://github.com/ChALkeR) -
@@ -170,6 +170,8 @@ For information about the governance of the Node.js project, see
170
170
  **Danielle Adams** <<adamzdanielle@gmail.com>> (she/her)
171
171
  * [fhinkel](https://github.com/fhinkel) -
172
172
  **Franziska Hinkelmann** <<franziska.hinkelmann@gmail.com>> (she/her)
173
+ * [GeoffreyBooth](https://github.com/geoffreybooth) -
174
+ **Geoffrey Booth** <<webadmin@geoffreybooth.com>> (he/him)
173
175
  * [gireeshpunathil](https://github.com/gireeshpunathil) -
174
176
  **Gireesh Punathil** <<gpunathi@in.ibm.com>> (he/him)
175
177
  * [jasnell](https://github.com/jasnell) -
@@ -180,10 +182,6 @@ For information about the governance of the Node.js project, see
180
182
  **Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
181
183
  * [mhdawson](https://github.com/mhdawson) -
182
184
  **Michael Dawson** <<midawson@redhat.com>> (he/him)
183
- * [mmarchini](https://github.com/mmarchini) -
184
- **Mary Marchini** <<oss@mmarchini.me>> (she/her)
185
- * [MylesBorins](https://github.com/MylesBorins) -
186
- **Myles Borins** <<myles.borins@gmail.com>> (he/him)
187
185
  * [RaisinTen](https://github.com/RaisinTen) -
188
186
  **Darshan Sen** <<raisinten@gmail.com>> (he/him)
189
187
  * [richardlau](https://github.com/richardlau) -
@@ -227,8 +225,12 @@ For information about the governance of the Node.js project, see
227
225
  **Isaac Z. Schlueter** <<i@izs.me>>
228
226
  * [joshgav](https://github.com/joshgav) -
229
227
  **Josh Gavant** <<josh.gavant@outlook.com>>
228
+ * [mmarchini](https://github.com/mmarchini) -
229
+ **Mary Marchini** <<oss@mmarchini.me>> (she/her)
230
230
  * [mscdex](https://github.com/mscdex) -
231
231
  **Brian White** <<mscdex@mscdex.net>>
232
+ * [MylesBorins](https://github.com/MylesBorins) -
233
+ **Myles Borins** <<myles.borins@gmail.com>> (he/him)
232
234
  * [nebrius](https://github.com/nebrius) -
233
235
  **Bryan Hughes** <<bryan@nebri.us>>
234
236
  * [ofrobots](https://github.com/ofrobots) -
@@ -262,8 +264,6 @@ For information about the governance of the Node.js project, see
262
264
  **Anna Henningsen** <<anna@addaleax.net>> (she/her)
263
265
  * [aduh95](https://github.com/aduh95) -
264
266
  **Antoine du Hamel** <<duhamelantoine1995@gmail.com>> (he/him)
265
- * [ak239](https://github.com/ak239) -
266
- **Aleksei Koziatinskii** <<ak239spb@gmail.com>>
267
267
  * [antsmartian](https://github.com/antsmartian) -
268
268
  **Anto Aravinth** <<anto.aravinth.cse@gmail.com>> (he/him)
269
269
  * [apapirovski](https://github.com/apapirovski) -
@@ -279,19 +279,15 @@ For information about the governance of the Node.js project, see
279
279
  * [benjamingr](https://github.com/benjamingr) -
280
280
  **Benjamin Gruenbaum** <<benjamingr@gmail.com>>
281
281
  * [BethGriggs](https://github.com/BethGriggs) -
282
- **Beth Griggs** <<bgriggs@redhat.com>> (she/her)
282
+ **Beth Griggs** <<bethanyngriggs@gmail.com>> (she/her)
283
283
  * [bmeck](https://github.com/bmeck) -
284
284
  **Bradley Farias** <<bradley.meck@gmail.com>>
285
285
  * [bnb](https://github.com/bnb) -
286
286
  **Tierney Cyren** <<hello@bnb.im>> (they/he)
287
287
  * [bnoordhuis](https://github.com/bnoordhuis) -
288
288
  **Ben Noordhuis** <<info@bnoordhuis.nl>>
289
- * [boneskull](https://github.com/boneskull) -
290
- **Christopher Hiller** <<boneskull@boneskull.com>> (he/him)
291
289
  * [BridgeAR](https://github.com/BridgeAR) -
292
290
  **Ruben Bridgewater** <<ruben@bridgewater.de>> (he/him)
293
- * [bzoz](https://github.com/bzoz) -
294
- **Bartosz Sosnowski** <<bartosz@janeasystems.com>>
295
291
  * [cclauss](https://github.com/cclauss) -
296
292
  **Christian Clauss** <<cclauss@me.com>> (he/him)
297
293
  * [ChALkeR](https://github.com/ChALkeR) -
@@ -318,6 +314,8 @@ For information about the governance of the Node.js project, see
318
314
  **Evan Lucas** <<evanlucas@me.com>> (he/him)
319
315
  * [fhinkel](https://github.com/fhinkel) -
320
316
  **Franziska Hinkelmann** <<franziska.hinkelmann@gmail.com>> (she/her)
317
+ * [F3n67u](https://github.com/F3n67u) -
318
+ **Feng Yu** <<F3n67u@outlook.com>> (he/him)
321
319
  * [Flarna](https://github.com/Flarna) -
322
320
  **Gerhard Stöbich** <<deb2001-github@yahoo.de>> (he/they)
323
321
  * [gabrielschulhof](https://github.com/gabrielschulhof) -
@@ -332,12 +330,8 @@ For information about the governance of the Node.js project, see
332
330
  **Guy Bedford** <<guybedford@gmail.com>> (he/him)
333
331
  * [HarshithaKP](https://github.com/HarshithaKP) -
334
332
  **Harshitha K P** <<harshitha014@gmail.com>> (she/her)
335
- * [hashseed](https://github.com/hashseed) -
336
- **Yang Guo** <<yangguo@chromium.org>> (he/him)
337
333
  * [himself65](https://github.com/himself65) -
338
- **Zeyu Yang** <<himself65@outlook.com>> (he/him)
339
- * [hiroppy](https://github.com/hiroppy) -
340
- **Yuta Hiroto** <<hello@hiroppy.me>> (he/him)
334
+ **Zeyu "Alex" Yang** <<himself65@outlook.com>> (he/him)
341
335
  * [iansu](https://github.com/iansu) -
342
336
  **Ian Sutherland** <<ian@iansutherland.ca>>
343
337
  * [indutny](https://github.com/indutny) -
@@ -358,22 +352,26 @@ For information about the governance of the Node.js project, see
358
352
  **Juan José Arboleda** <<soyjuanarbol@gmail.com>> (he/him)
359
353
  * [JungMinu](https://github.com/JungMinu) -
360
354
  **Minwoo Jung** <<nodecorelab@gmail.com>> (he/him)
355
+ * [kuriyosh](https://github.com/kuriyosh) -
356
+ **Yoshiki Kurihara** <<yosyos0306@gmail.com>> (he/him)
361
357
  * [legendecas](https://github.com/legendecas) -
362
358
  **Chengzhong Wu** <<legendecas@gmail.com>> (he/him)
363
359
  * [Leko](https://github.com/Leko) -
364
360
  **Shingo Inoue** <<leko.noor@gmail.com>> (he/him)
365
361
  * [linkgoron](https://github.com/linkgoron) -
366
362
  **Nitzan Uziely** <<linkgoron@gmail.com>>
363
+ * [LiviaMedeiros](https://github.com/LiviaMedeiros) -
364
+ **LiviaMedeiros** <<livia@cirno.name>>
367
365
  * [lpinca](https://github.com/lpinca) -
368
366
  **Luigi Pinca** <<luigipinca@gmail.com>> (he/him)
369
- * [lundibundi](https://github.com/lundibundi) -
370
- **Denys Otrishko** <<shishugi@gmail.com>> (he/him)
371
367
  * [Lxxyx](https://github.com/Lxxyx) -
372
368
  **Zijian Liu** <<lxxyxzj@gmail.com>> (he/him)
373
369
  * [marsonya](https://github.com/marsonya) -
374
370
  **Akhil Marsonya** <<akhil.marsonya27@gmail.com>> (he/him)
375
371
  * [mcollina](https://github.com/mcollina) -
376
372
  **Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
373
+ * [meixg](https://github.com/meixg) -
374
+ **Xuguang Mei** <<meixuguang@gmail.com>> (he/him)
377
375
  * [Mesteery](https://github.com/Mesteery) -
378
376
  **Mestery** <<mestery@protonmail.com>> (he/him)
379
377
  * [mhdawson](https://github.com/mhdawson) -
@@ -382,8 +380,6 @@ For information about the governance of the Node.js project, see
382
380
  **Milad Fa** <<mfarazma@redhat.com>> (he/him)
383
381
  * [mildsunrise](https://github.com/mildsunrise) -
384
382
  **Alba Mendez** <<me@alba.sh>> (she/her)
385
- * [mmarchini](https://github.com/mmarchini) -
386
- **Mary Marchini** <<oss@mmarchini.me>> (she/her)
387
383
  * [mscdex](https://github.com/mscdex) -
388
384
  **Brian White** <<mscdex@mscdex.net>>
389
385
  * [MylesBorins](https://github.com/MylesBorins) -
@@ -398,10 +394,10 @@ For information about the governance of the Node.js project, see
398
394
  **Andrey Pechkurov** <<apechkurov@gmail.com>> (he/him)
399
395
  * [Qard](https://github.com/Qard) -
400
396
  **Stephen Belanger** <<admin@stephenbelanger.com>> (he/him)
397
+ * [RafaelGSS](https://github.com/RafaelGSS) -
398
+ **Rafael Gonzaga** <<rafael.nunu@hotmail.com>> (he/him)
401
399
  * [RaisinTen](https://github.com/RaisinTen) -
402
400
  **Darshan Sen** <<raisinten@gmail.com>> (he/him)
403
- * [rexagod](https://github.com/rexagod) -
404
- **Pranshu Srivastava** <<rexagod@gmail.com>> (he/him)
405
401
  * [richardlau](https://github.com/richardlau) -
406
402
  **Richard Lau** <<rlau@redhat.com>>
407
403
  * [rickyes](https://github.com/rickyes) -
@@ -446,8 +442,6 @@ For information about the governance of the Node.js project, see
446
442
  **Khaidi Chu** <<i@2333.moe>> (he/him)
447
443
  * [yashLadha](https://github.com/yashLadha) -
448
444
  **Yash Ladha** <<yash@yashladha.in>> (he/him)
449
- * [yosuke-furukawa](https://github.com/yosuke-furukawa) -
450
- **Yosuke Furukawa** <<yosuke.furukawa@gmail.com>>
451
445
  * [ZYSzys](https://github.com/ZYSzys) -
452
446
  **Yongsheng Zhang** <<zyszys98@gmail.com>> (he/him)
453
447
 
@@ -460,6 +454,8 @@ For information about the governance of the Node.js project, see
460
454
 
461
455
  ### Collaborator emeriti
462
456
 
457
+ * [ak239](https://github.com/ak239) -
458
+ **Aleksei Koziatinskii** <<ak239spb@gmail.com>>
463
459
  * [andrasq](https://github.com/andrasq) -
464
460
  **Andras** <<andras@kinvey.com>>
465
461
  * [AnnaMag](https://github.com/AnnaMag) -
@@ -470,8 +466,12 @@ For information about the governance of the Node.js project, see
470
466
  **Alexey Orlenko** <<eaglexrlnk@gmail.com>> (he/him)
471
467
  * [bmeurer](https://github.com/bmeurer) -
472
468
  **Benedikt Meurer** <<benedikt.meurer@gmail.com>>
469
+ * [boneskull](https://github.com/boneskull) -
470
+ **Christopher Hiller** <<boneskull@boneskull.com>> (he/him)
473
471
  * [brendanashworth](https://github.com/brendanashworth) -
474
472
  **Brendan Ashworth** <<brendan.ashworth@me.com>>
473
+ * [bzoz](https://github.com/bzoz) -
474
+ **Bartosz Sosnowski** <<bartosz@janeasystems.com>>
475
475
  * [calvinmetcalf](https://github.com/calvinmetcalf) -
476
476
  **Calvin Metcalf** <<calvin.metcalf@gmail.com>>
477
477
  * [chrisdickinson](https://github.com/chrisdickinson) -
@@ -502,6 +502,10 @@ For information about the governance of the Node.js project, see
502
502
  **Gibson Fahnestock** <<gibfahn@gmail.com>> (he/him)
503
503
  * [glentiki](https://github.com/glentiki) -
504
504
  **Glen Keane** <<glenkeane.94@gmail.com>> (he/him)
505
+ * [hashseed](https://github.com/hashseed) -
506
+ **Yang Guo** <<yangguo@chromium.org>> (he/him)
507
+ * [hiroppy](https://github.com/hiroppy) -
508
+ **Yuta Hiroto** <<hello@hiroppy.me>> (he/him)
505
509
  * [iarna](https://github.com/iarna) -
506
510
  **Rebecca Turner** <<me@re-becca.org>>
507
511
  * [imran-iq](https://github.com/imran-iq) -
@@ -534,6 +538,8 @@ For information about the governance of the Node.js project, see
534
538
  **Lance Ball** <<lball@redhat.com>> (he/him)
535
539
  * [lucamaraschi](https://github.com/lucamaraschi) -
536
540
  **Luca Maraschi** <<luca.maraschi@gmail.com>> (he/him)
541
+ * [lundibundi](https://github.com/lundibundi) -
542
+ **Denys Otrishko** <<shishugi@gmail.com>> (he/him)
537
543
  * [lxe](https://github.com/lxe) -
538
544
  **Aleksey Smolenchuk** <<lxe@lxe.co>>
539
545
  * [maclover7](https://github.com/maclover7) -
@@ -548,6 +554,8 @@ For information about the governance of the Node.js project, see
548
554
  **Mikeal Rogers** <<mikeal.rogers@gmail.com>>
549
555
  * [misterdjules](https://github.com/misterdjules) -
550
556
  **Julien Gilli** <<jgilli@netflix.com>>
557
+ * [mmarchini](https://github.com/mmarchini) -
558
+ **Mary Marchini** <<oss@mmarchini.me>> (she/her)
551
559
  * [monsanto](https://github.com/monsanto) -
552
560
  **Christopher Monsanto** <<chris@monsan.to>>
553
561
  * [MoonBall](https://github.com/MoonBall) -
@@ -576,6 +584,8 @@ For information about the governance of the Node.js project, see
576
584
  **Peter Marshall** <<petermarshall@chromium.org>> (he/him)
577
585
  * [refack](https://github.com/refack) -
578
586
  **Refael Ackermann (רפאל פלחי)** <<refack@gmail.com>> (he/him/הוא/אתה)
587
+ * [rexagod](https://github.com/rexagod) -
588
+ **Pranshu Srivastava** <<rexagod@gmail.com>> (he/him)
579
589
  * [rlidwka](https://github.com/rlidwka) -
580
590
  **Alex Kocharin** <<alex@kocharin.ru>>
581
591
  * [rmg](https://github.com/rmg) -
@@ -626,6 +636,8 @@ For information about the governance of the Node.js project, see
626
636
  **Yihong Wang** <<yh.wang@ibm.com>>
627
637
  * [yorkie](https://github.com/yorkie) -
628
638
  **Yorkie Liu** <<yorkiefixer@gmail.com>>
639
+ * [yosuke-furukawa](https://github.com/yosuke-furukawa) -
640
+ **Yosuke Furukawa** <<yosuke.furukawa@gmail.com>>
629
641
 
630
642
  </details>
631
643
 
@@ -638,6 +650,10 @@ maintaining the Node.js project.
638
650
 
639
651
  * [Ayase-252](https://github.com/Ayase-252) -
640
652
  **Qingyu Deng** <<i@ayase-lab.com>>
653
+ * [daeyeon](https://github.com/daeyeon) -
654
+ **Daeyeon Jeong** <<daeyeon.dev@gmail.com>> (he/him)
655
+ * [F3n67u](https://github.com/F3n67u) -
656
+ **Feng Yu** <<F3n67u@outlook.com>> (he/him)
641
657
  * [himadriganguly](https://github.com/himadriganguly) -
642
658
  **Himadri Ganguly** <<himadri.tech@gmail.com>> (he/him)
643
659
  * [iam-frankqiu](https://github.com/iam-frankqiu) -
@@ -645,9 +661,11 @@ maintaining the Node.js project.
645
661
  * [marsonya](https://github.com/marsonya) -
646
662
  **Akhil Marsonya** <<akhil.marsonya27@gmail.com>> (he/him)
647
663
  * [meixg](https://github.com/meixg) -
648
- **Xuguang Mei** <<meixg@foxmail.com>> (he/him)
664
+ **Xuguang Mei** <<meixuguang@gmail.com>> (he/him)
649
665
  * [Mesteery](https://github.com/Mesteery) -
650
666
  **Mestery** <<mestery@protonmail.com>> (he/him)
667
+ * [MoLow](https://github.com/MoLow) -
668
+ **Moshe Atlow** <<moshe@atlow.co.il>> (he/him)
651
669
  * [PoojaDurgad](https://github.com/PoojaDurgad) -
652
670
  **Pooja Durgad** <<Pooja.D.P@ibm.com>>
653
671
  * [RaisinTen](https://github.com/RaisinTen) -
@@ -659,7 +677,7 @@ maintaining the Node.js project.
659
677
 
660
678
  Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):
661
679
 
662
- * **Beth Griggs** <<bgriggs@redhat.com>>
680
+ * **Beth Griggs** <<bethanyngriggs@gmail.com>>
663
681
  `4ED778F539E3634C779C87C6D7062848A1AB005C`
664
682
  * **Bryan English** <<bryan@bryanenglish.com>>
665
683
  `141F07595B7B3FFE74309A937405533BE57C7D57`
@@ -669,10 +687,14 @@ Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):
669
687
  `74F12602B6F1C4E913FAA37AD3A89613643B6201`
670
688
  * **James M Snell** <<jasnell@keybase.io>>
671
689
  `71DCFD284A79C3B38668286BC97EC7A07EDE3FC1`
690
+ * **Juan José Arboleda** <<soyjuanarbol@gmail.com>>
691
+ `61FC681DFB92A079F1685E77973F295594EC4689`
672
692
  * **Michaël Zasso** <<targos@protonmail.com>>
673
693
  `8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600`
674
694
  * **Myles Borins** <<myles.borins@gmail.com>>
675
695
  `C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8`
696
+ * **RafaelGSS** <<rafael.nunu@hotmail.com>>
697
+ `890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4`
676
698
  * **Richard Lau** <<rlau@redhat.com>>
677
699
  `C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C`
678
700
  * **Rod Vagg** <<rod@vagg.org>>
@@ -693,8 +715,10 @@ gpg --keyserver hkps://keys.openpgp.org --recv-keys 141F07595B7B3FFE74309A937405
693
715
  gpg --keyserver hkps://keys.openpgp.org --recv-keys 94AE36675C464D64BAFA68DD7434390BDBE9B9C5
694
716
  gpg --keyserver hkps://keys.openpgp.org --recv-keys 74F12602B6F1C4E913FAA37AD3A89613643B6201
695
717
  gpg --keyserver hkps://keys.openpgp.org --recv-keys 71DCFD284A79C3B38668286BC97EC7A07EDE3FC1
718
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 61FC681DFB92A079F1685E77973F295594EC4689
696
719
  gpg --keyserver hkps://keys.openpgp.org --recv-keys 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600
697
720
  gpg --keyserver hkps://keys.openpgp.org --recv-keys C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8
721
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4
698
722
  gpg --keyserver hkps://keys.openpgp.org --recv-keys C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C
699
723
  gpg --keyserver hkps://keys.openpgp.org --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D
700
724
  gpg --keyserver hkps://keys.openpgp.org --recv-keys A48C2BEE680E841632CD4E44F07496B3EB3C1762
@@ -702,8 +726,8 @@ gpg --keyserver hkps://keys.openpgp.org --recv-keys 108F52B48DB57BB0CC439B2997B0
702
726
  gpg --keyserver hkps://keys.openpgp.org --recv-keys B9E2F5981AA6E0CD28160D9FF13993A75599653C
703
727
  ```
704
728
 
705
- See the section above on [Verifying binaries](#verifying-binaries) for how to
706
- use these keys to verify a downloaded file.
729
+ See [Verifying binaries](#verifying-binaries) for how to use these keys to
730
+ verify a downloaded file.
707
731
 
708
732
  <details>
709
733
 
package/bin/node CHANGED
Binary file
@@ -36,7 +36,7 @@
36
36
 
37
37
  # Reset this number to 0 on major V8 upgrades.
38
38
  # Increment by one for each non-official patch applied to deps/v8.
39
- 'v8_embedder_string': '-node.20',
39
+ 'v8_embedder_string': '-node.22',
40
40
 
41
41
  ##### V8 defaults for Node.js #####
42
42
 
@@ -286,7 +286,11 @@
286
286
  'VCCLCompilerTool': {
287
287
  'AdditionalOptions': ['/Zc:__cplusplus'],
288
288
  'BufferSecurityCheck': 'true',
289
- 'DebugInformationFormat': 1, # /Z7 embed info in .obj files
289
+ 'target_conditions': [
290
+ ['_toolset=="target"', {
291
+ 'DebugInformationFormat': 1 # /Z7 embed info in .obj files
292
+ }],
293
+ ],
290
294
  'ExceptionHandling': 0, # /EHsc
291
295
  'MultiProcessorCompilation': 'true',
292
296
  'StringPooling': 'true', # pool string literals