node-linux-s390x 16.16.0 → 16.17.1
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 +823 -0
- package/LICENSE +111 -9
- package/README.md +49 -31
- package/bin/node +0 -0
- package/include/node/common.gypi +6 -2
- package/include/node/config.gypi +15 -9
- package/include/node/js_native_api.h +383 -390
- package/include/node/js_native_api_types.h +15 -9
- package/include/node/node.h +15 -3
- package/include/node/node_api.h +154 -141
- package/include/node/node_api_types.h +8 -11
- package/include/node/node_version.h +2 -2
- package/include/node/v8-version.h +1 -1
- package/package.json +1 -1
- 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
|
-
|
|
112
|
+
UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
|
|
113
113
|
|
|
114
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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 [
|
|
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
|
|
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** <<
|
|
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** <<
|
|
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** <<
|
|
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** <<
|
|
680
|
+
* **Beth Griggs** <<bethanyngriggs@gmail.com>>
|
|
663
681
|
`4ED778F539E3634C779C87C6D7062848A1AB005C`
|
|
664
682
|
* **Bryan English** <<bryan@bryanenglish.com>>
|
|
665
683
|
`141F07595B7B3FFE74309A937405533BE57C7D57`
|
|
@@ -708,8 +726,8 @@ gpg --keyserver hkps://keys.openpgp.org --recv-keys 108F52B48DB57BB0CC439B2997B0
|
|
|
708
726
|
gpg --keyserver hkps://keys.openpgp.org --recv-keys B9E2F5981AA6E0CD28160D9FF13993A75599653C
|
|
709
727
|
```
|
|
710
728
|
|
|
711
|
-
See
|
|
712
|
-
|
|
729
|
+
See [Verifying binaries](#verifying-binaries) for how to use these keys to
|
|
730
|
+
verify a downloaded file.
|
|
713
731
|
|
|
714
732
|
<details>
|
|
715
733
|
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED
|
@@ -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.
|
|
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
|
-
'
|
|
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
|
package/include/node/config.gypi
CHANGED
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
# Do not edit. Generated by the configure script.
|
|
2
|
-
{ 'target_defaults': {
|
|
3
|
-
'default_configuration': 'Release',
|
|
4
|
-
'defines': ['NODE_OPENSSL_CONF_NAME=nodejs_conf'],
|
|
5
|
-
'include_dirs': [],
|
|
6
|
-
'libraries': []},
|
|
2
|
+
{ 'target_defaults': {'cflags': [], 'default_configuration': 'Release', 'defines': ['NODE_OPENSSL_CONF_NAME=nodejs_conf'], 'include_dirs': [], 'libraries': []},
|
|
7
3
|
'variables': { 'asan': 0,
|
|
8
4
|
'coverage': 'false',
|
|
9
5
|
'dcheck_always_on': 0,
|
|
@@ -16,12 +12,12 @@
|
|
|
16
12
|
'force_dynamic_crt': 0,
|
|
17
13
|
'gas_version': '2.30',
|
|
18
14
|
'host_arch': 's390x',
|
|
19
|
-
'icu_data_in': '../../deps/icu-tmp/
|
|
15
|
+
'icu_data_in': '../../deps/icu-tmp/icudt71l.dat',
|
|
20
16
|
'icu_endianness': 'b',
|
|
21
17
|
'icu_gyp_path': 'tools/icu/icu-generic.gyp',
|
|
22
18
|
'icu_path': 'deps/icu-small',
|
|
23
19
|
'icu_small': 'false',
|
|
24
|
-
'icu_ver_major': '
|
|
20
|
+
'icu_ver_major': '71',
|
|
25
21
|
'is_debug': 0,
|
|
26
22
|
'llvm_version': '0.0',
|
|
27
23
|
'napi_build_version': '8',
|
|
@@ -47,6 +43,7 @@
|
|
|
47
43
|
'lib/_tls_wrap.js',
|
|
48
44
|
'lib/_stream_readable.js',
|
|
49
45
|
'lib/inspector.js',
|
|
46
|
+
'lib/test.js',
|
|
50
47
|
'lib/_http_agent.js',
|
|
51
48
|
'lib/v8.js',
|
|
52
49
|
'lib/_stream_writable.js',
|
|
@@ -133,10 +130,12 @@
|
|
|
133
130
|
'lib/internal/main/print_help.js',
|
|
134
131
|
'lib/internal/main/repl.js',
|
|
135
132
|
'lib/internal/main/eval_stdin.js',
|
|
133
|
+
'lib/internal/main/test_runner.js',
|
|
136
134
|
'lib/internal/main/inspect.js',
|
|
137
135
|
'lib/internal/main/worker_thread.js',
|
|
138
136
|
'lib/internal/main/run_main_module.js',
|
|
139
137
|
'lib/internal/main/check_syntax.js',
|
|
138
|
+
'lib/internal/main/mksnapshot.js',
|
|
140
139
|
'lib/internal/main/eval_string.js',
|
|
141
140
|
'lib/internal/main/prof_process.js',
|
|
142
141
|
'lib/internal/console/global.js',
|
|
@@ -148,6 +147,7 @@
|
|
|
148
147
|
'lib/internal/perf/observe.js',
|
|
149
148
|
'lib/internal/perf/event_loop_utilization.js',
|
|
150
149
|
'lib/internal/perf/performance.js',
|
|
150
|
+
'lib/internal/perf/resource_timing.js',
|
|
151
151
|
'lib/internal/perf/event_loop_delay.js',
|
|
152
152
|
'lib/internal/perf/nodetiming.js',
|
|
153
153
|
'lib/internal/perf/performance_entry.js',
|
|
@@ -209,6 +209,9 @@
|
|
|
209
209
|
'lib/internal/util/types.js',
|
|
210
210
|
'lib/internal/util/iterable_weak_map.js',
|
|
211
211
|
'lib/internal/util/comparisons.js',
|
|
212
|
+
'lib/internal/util/parse_args/parse_args.js',
|
|
213
|
+
'lib/internal/util/parse_args/utils.js',
|
|
214
|
+
'lib/internal/v8/startup_snapshot.js',
|
|
212
215
|
'lib/internal/bootstrap/pre_execution.js',
|
|
213
216
|
'lib/internal/bootstrap/loaders.js',
|
|
214
217
|
'lib/internal/bootstrap/node.js',
|
|
@@ -232,7 +235,6 @@
|
|
|
232
235
|
'lib/internal/modules/cjs/loader.js',
|
|
233
236
|
'lib/internal/modules/esm/create_dynamic_module.js',
|
|
234
237
|
'lib/internal/modules/esm/initialize_import_meta.js',
|
|
235
|
-
'lib/internal/modules/esm/get_source.js',
|
|
236
238
|
'lib/internal/modules/esm/module_job.js',
|
|
237
239
|
'lib/internal/modules/esm/handle_process_exit.js',
|
|
238
240
|
'lib/internal/modules/esm/get_format.js',
|
|
@@ -247,15 +249,19 @@
|
|
|
247
249
|
'lib/internal/per_context/primordials.js',
|
|
248
250
|
'lib/internal/per_context/messageport.js',
|
|
249
251
|
'lib/internal/per_context/domexception.js',
|
|
252
|
+
'lib/internal/test_runner/test.js',
|
|
253
|
+
'lib/internal/test_runner/utils.js',
|
|
254
|
+
'lib/internal/test_runner/tap_stream.js',
|
|
255
|
+
'lib/internal/test_runner/harness.js',
|
|
250
256
|
'lib/internal/policy/sri.js',
|
|
251
257
|
'lib/internal/policy/manifest.js',
|
|
252
258
|
'lib/internal/test/binding.js',
|
|
253
259
|
'lib/internal/test/transfer.js',
|
|
260
|
+
'lib/internal/crypto/cfrg.js',
|
|
254
261
|
'lib/internal/crypto/util.js',
|
|
255
262
|
'lib/internal/crypto/hash.js',
|
|
256
263
|
'lib/internal/crypto/diffiehellman.js',
|
|
257
264
|
'lib/internal/crypto/hashnames.js',
|
|
258
|
-
'lib/internal/crypto/dsa.js',
|
|
259
265
|
'lib/internal/crypto/cipher.js',
|
|
260
266
|
'lib/internal/crypto/keys.js',
|
|
261
267
|
'lib/internal/crypto/x509.js',
|