node-aix-ppc64 14.17.5 → 14.18.2
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 +571 -0
- package/LICENSE +2 -25
- package/README.md +46 -21
- package/bin/node +0 -0
- package/include/node/common.gypi +1 -1
- package/include/node/config.gypi +218 -0
- package/include/node/node.exp +417 -117
- package/include/node/node.h +37 -5
- package/include/node/node_api.h +7 -0
- package/include/node/node_version.h +2 -2
- package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc/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-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/sslerr.h +4 -1
- package/include/node/openssl/x509v3err.h +3 -1
- package/include/node/uv/errno.h +12 -0
- package/include/node/uv/tree.h +1 -1
- package/include/node/uv/version.h +1 -1
- package/include/node/uv.h +14 -1
- package/include/node/v8.h +12 -0
- package/package.json +1 -1
- package/share/man/man1/node.1 +10 -2
package/LICENSE
CHANGED
|
@@ -55,30 +55,7 @@ The externally maintained libraries used by Node.js are:
|
|
|
55
55
|
"""
|
|
56
56
|
MIT License
|
|
57
57
|
|
|
58
|
-
Copyright (C) 2012-
|
|
59
|
-
|
|
60
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
61
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
62
|
-
in the Software without restriction, including without limitation the rights
|
|
63
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
64
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
65
|
-
furnished to do so, subject to the following conditions:
|
|
66
|
-
|
|
67
|
-
The above copyright notice and this permission notice shall be included in
|
|
68
|
-
all copies or substantial portions of the Software.
|
|
69
|
-
|
|
70
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
71
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
72
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
73
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
74
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
75
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
76
|
-
THE SOFTWARE.
|
|
77
|
-
"""
|
|
78
|
-
|
|
79
|
-
- Acorn plugins, located at deps/acorn-plugins, is licensed as follows:
|
|
80
|
-
"""
|
|
81
|
-
Copyright (C) 2017-2018 by Adrian Heine
|
|
58
|
+
Copyright (C) 2012-2020 by various contributors (see AUTHORS)
|
|
82
59
|
|
|
83
60
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
84
61
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1274,7 +1251,7 @@ The externally maintained libraries used by Node.js are:
|
|
|
1274
1251
|
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1275
1252
|
"""
|
|
1276
1253
|
|
|
1277
|
-
- gtest, located at
|
|
1254
|
+
- gtest, located at deps/googletest, is licensed as follows:
|
|
1278
1255
|
"""
|
|
1279
1256
|
Copyright 2008, Google Inc.
|
|
1280
1257
|
All rights reserved.
|
package/README.md
CHANGED
|
@@ -144,7 +144,7 @@ For information on reporting security vulnerabilities in Node.js, see
|
|
|
144
144
|
|
|
145
145
|
* [Contributing to the project][]
|
|
146
146
|
* [Working Groups][]
|
|
147
|
-
* [Strategic
|
|
147
|
+
* [Strategic initiatives][]
|
|
148
148
|
* [Technical values and prioritization][]
|
|
149
149
|
|
|
150
150
|
## Current project team members
|
|
@@ -152,6 +152,8 @@ For information on reporting security vulnerabilities in Node.js, see
|
|
|
152
152
|
For information about the governance of the Node.js project, see
|
|
153
153
|
[GOVERNANCE.md](./GOVERNANCE.md).
|
|
154
154
|
|
|
155
|
+
<!-- node-core-utils depends on the format of the TSC list. If the
|
|
156
|
+
format changes, those utilities need to be tested and updated. -->
|
|
155
157
|
### TSC (Technical Steering Committee)
|
|
156
158
|
|
|
157
159
|
<!--lint disable prohibited-strings-->
|
|
@@ -168,7 +170,7 @@ For information about the governance of the Node.js project, see
|
|
|
168
170
|
* [cjihrig](https://github.com/cjihrig) -
|
|
169
171
|
**Colin Ihrig** <cjihrig@gmail.com> (he/him)
|
|
170
172
|
* [codebytere](https://github.com/codebytere) -
|
|
171
|
-
**Shelley Vohr** <
|
|
173
|
+
**Shelley Vohr** <shelley.vohr@gmail.com> (she/her)
|
|
172
174
|
* [danbev](https://github.com/danbev) -
|
|
173
175
|
**Daniel Bevenius** <daniel.bevenius@gmail.com> (he/him)
|
|
174
176
|
* [danielleadams](https://github.com/danielleadams) -
|
|
@@ -200,6 +202,10 @@ For information about the governance of the Node.js project, see
|
|
|
200
202
|
* [Trott](https://github.com/Trott) -
|
|
201
203
|
**Rich Trott** <rtrott@gmail.com> (he/him)
|
|
202
204
|
|
|
205
|
+
<details>
|
|
206
|
+
|
|
207
|
+
<summary>Emeriti</summary>
|
|
208
|
+
|
|
203
209
|
### TSC emeriti
|
|
204
210
|
|
|
205
211
|
* [addaleax](https://github.com/addaleax) -
|
|
@@ -215,7 +221,7 @@ For information about the governance of the Node.js project, see
|
|
|
215
221
|
* [gibfahn](https://github.com/gibfahn) -
|
|
216
222
|
**Gibson Fahnestock** <gibfahn@gmail.com> (he/him)
|
|
217
223
|
* [indutny](https://github.com/indutny) -
|
|
218
|
-
**Fedor Indutny** <fedor
|
|
224
|
+
**Fedor Indutny** <fedor@indutny.com>
|
|
219
225
|
* [isaacs](https://github.com/isaacs) -
|
|
220
226
|
**Isaac Z. Schlueter** <i@izs.me>
|
|
221
227
|
* [joshgav](https://github.com/joshgav) -
|
|
@@ -243,6 +249,11 @@ For information about the governance of the Node.js project, see
|
|
|
243
249
|
* [trevnorris](https://github.com/trevnorris) -
|
|
244
250
|
**Trevor Norris** <trev.norris@gmail.com>
|
|
245
251
|
|
|
252
|
+
</details>
|
|
253
|
+
|
|
254
|
+
<!-- node-core-utils and find-inactive-collaborators.mjs depend on the format
|
|
255
|
+
of the collaborator list. If the format changes, those utilities need to be
|
|
256
|
+
tested and updated. -->
|
|
246
257
|
### Collaborators
|
|
247
258
|
|
|
248
259
|
* [addaleax](https://github.com/addaleax) -
|
|
@@ -251,8 +262,6 @@ For information about the governance of the Node.js project, see
|
|
|
251
262
|
**Antoine du Hamel** <duhamelantoine1995@gmail.com> (he/him)
|
|
252
263
|
* [ak239](https://github.com/ak239) -
|
|
253
264
|
**Aleksei Koziatinskii** <ak239spb@gmail.com>
|
|
254
|
-
* [AndreasMadsen](https://github.com/AndreasMadsen) -
|
|
255
|
-
**Andreas Madsen** <amwebdk@gmail.com> (he/him)
|
|
256
265
|
* [antsmartian](https://github.com/antsmartian) -
|
|
257
266
|
**Anto Aravinth** <anto.aravinth.cse@gmail.com> (he/him)
|
|
258
267
|
* [apapirovski](https://github.com/apapirovski) -
|
|
@@ -284,7 +293,7 @@ For information about the governance of the Node.js project, see
|
|
|
284
293
|
* [cjihrig](https://github.com/cjihrig) -
|
|
285
294
|
**Colin Ihrig** <cjihrig@gmail.com> (he/him)
|
|
286
295
|
* [codebytere](https://github.com/codebytere) -
|
|
287
|
-
**Shelley Vohr** <
|
|
296
|
+
**Shelley Vohr** <shelley.vohr@gmail.com> (she/her)
|
|
288
297
|
* [danbev](https://github.com/danbev) -
|
|
289
298
|
**Daniel Bevenius** <daniel.bevenius@gmail.com> (he/him)
|
|
290
299
|
* [danielleadams](https://github.com/danielleadams) -
|
|
@@ -315,8 +324,6 @@ For information about the governance of the Node.js project, see
|
|
|
315
324
|
**Gerhard Stöbich** <deb2001-github@yahoo.de> (he/they)
|
|
316
325
|
* [gabrielschulhof](https://github.com/gabrielschulhof) -
|
|
317
326
|
**Gabriel Schulhof** <gabrielschulhof@gmail.com>
|
|
318
|
-
* [gdams](https://github.com/gdams) -
|
|
319
|
-
**George Adams** <george.adams@uk.ibm.com> (he/him)
|
|
320
327
|
* [geek](https://github.com/geek) -
|
|
321
328
|
**Wyatt Preul** <wpreul@gmail.com>
|
|
322
329
|
* [gengjiawen](https://github.com/gengjiawen) -
|
|
@@ -338,13 +345,11 @@ For information about the governance of the Node.js project, see
|
|
|
338
345
|
* [iansu](https://github.com/iansu) -
|
|
339
346
|
**Ian Sutherland** <ian@iansutherland.ca>
|
|
340
347
|
* [indutny](https://github.com/indutny) -
|
|
341
|
-
**Fedor Indutny** <fedor
|
|
348
|
+
**Fedor Indutny** <fedor@indutny.com>
|
|
342
349
|
* [JacksonTian](https://github.com/JacksonTian) -
|
|
343
350
|
**Jackson Tian** <shyvo1987@gmail.com>
|
|
344
351
|
* [jasnell](https://github.com/jasnell) -
|
|
345
352
|
**James M Snell** <jasnell@gmail.com> (he/him)
|
|
346
|
-
* [jdalton](https://github.com/jdalton) -
|
|
347
|
-
**John-David Dalton** <john.david.dalton@gmail.com>
|
|
348
353
|
* [jkrems](https://github.com/jkrems) -
|
|
349
354
|
**Jan Krems** <jan.krems@gmail.com> (he/him)
|
|
350
355
|
* [joaocgreis](https://github.com/joaocgreis) -
|
|
@@ -355,8 +360,6 @@ For information about the governance of the Node.js project, see
|
|
|
355
360
|
**Juan José Arboleda** <soyjuanarbol@gmail.com> (he/him)
|
|
356
361
|
* [JungMinu](https://github.com/JungMinu) -
|
|
357
362
|
**Minwoo Jung** <nodecorelab@gmail.com> (he/him)
|
|
358
|
-
* [lance](https://github.com/lance) -
|
|
359
|
-
**Lance Ball** <lball@redhat.com> (he/him)
|
|
360
363
|
* [legendecas](https://github.com/legendecas) -
|
|
361
364
|
**Chengzhong Wu** <legendecas@gmail.com> (he/him)
|
|
362
365
|
* [Leko](https://github.com/Leko) -
|
|
@@ -380,15 +383,13 @@ For information about the governance of the Node.js project, see
|
|
|
380
383
|
* [mildsunrise](https://github.com/mildsunrise) -
|
|
381
384
|
**Alba Mendez** <me@alba.sh> (she/her)
|
|
382
385
|
* [misterdjules](https://github.com/misterdjules) -
|
|
383
|
-
**Julien Gilli** <jgilli@
|
|
386
|
+
**Julien Gilli** <jgilli@netflix.com>
|
|
384
387
|
* [mmarchini](https://github.com/mmarchini) -
|
|
385
388
|
**Mary Marchini** <oss@mmarchini.me> (she/her)
|
|
386
389
|
* [mscdex](https://github.com/mscdex) -
|
|
387
390
|
**Brian White** <mscdex@mscdex.net>
|
|
388
391
|
* [MylesBorins](https://github.com/MylesBorins) -
|
|
389
392
|
**Myles Borins** <myles.borins@gmail.com> (he/him)
|
|
390
|
-
* [ofrobots](https://github.com/ofrobots) -
|
|
391
|
-
**Ali Ijaz Sheikh** <ofrobots@google.com> (he/him)
|
|
392
393
|
* [oyyd](https://github.com/oyyd) -
|
|
393
394
|
**Ouyang Yadong** <oyydoibh@gmail.com> (he/him)
|
|
394
395
|
* [panva](https://github.com/panva) -
|
|
@@ -411,8 +412,6 @@ For information about the governance of the Node.js project, see
|
|
|
411
412
|
**Ricky Zhou** <0x19951125@gmail.com> (he/him)
|
|
412
413
|
* [ronag](https://github.com/ronag) -
|
|
413
414
|
**Robert Nagy** <ronagy@icloud.com>
|
|
414
|
-
* [rubys](https://github.com/rubys) -
|
|
415
|
-
**Sam Ruby** <rubys@intertwingly.net>
|
|
416
415
|
* [ruyadorno](https://github.com/ruyadorno) -
|
|
417
416
|
**Ruy Adorno** <ruyadorno@github.com> (he/him)
|
|
418
417
|
* [rvagg](https://github.com/rvagg) -
|
|
@@ -420,7 +419,7 @@ For information about the governance of the Node.js project, see
|
|
|
420
419
|
* [ryzokuken](https://github.com/ryzokuken) -
|
|
421
420
|
**Ujjwal Sharma** <ryzokuken@disroot.org> (he/him)
|
|
422
421
|
* [saghul](https://github.com/saghul) -
|
|
423
|
-
**Saúl Ibarra Corretgé** <saghul
|
|
422
|
+
**Saúl Ibarra Corretgé** <s@saghul.net>
|
|
424
423
|
* [santigimeno](https://github.com/santigimeno) -
|
|
425
424
|
**Santiago Gimeno** <santiago.gimeno@gmail.com>
|
|
426
425
|
* [seishun](https://github.com/seishun) -
|
|
@@ -464,12 +463,20 @@ For information about the governance of the Node.js project, see
|
|
|
464
463
|
* [ZYSzys](https://github.com/ZYSzys) -
|
|
465
464
|
**Yongsheng Zhang** <zyszys98@gmail.com> (he/him)
|
|
466
465
|
|
|
466
|
+
<details>
|
|
467
|
+
|
|
468
|
+
<summary>Emeriti</summary>
|
|
469
|
+
|
|
470
|
+
<!-- find-inactive-collaborators.mjs depends on the format of the emeriti list.
|
|
471
|
+
If the format changes, those utilities need to be tested and updated. -->
|
|
467
472
|
### Collaborator emeriti
|
|
468
473
|
|
|
469
474
|
* [andrasq](https://github.com/andrasq) -
|
|
470
475
|
**Andras** <andras@kinvey.com>
|
|
471
476
|
* [AnnaMag](https://github.com/AnnaMag) -
|
|
472
477
|
**Anna M. Kedzierska** <anna.m.kedzierska@gmail.com>
|
|
478
|
+
* [AndreasMadsen](https://github.com/AndreasMadsen) -
|
|
479
|
+
**Andreas Madsen** <amwebdk@gmail.com> (he/him)
|
|
473
480
|
* [aqrln](https://github.com/aqrln) -
|
|
474
481
|
**Alexey Orlenko** <eaglexrlnk@gmail.com> (he/him)
|
|
475
482
|
* [bnoordhuis](https://github.com/bnoordhuis) -
|
|
@@ -492,6 +499,8 @@ For information about the governance of the Node.js project, see
|
|
|
492
499
|
**Alexander Makarenko** <estliberitas@gmail.com>
|
|
493
500
|
* [firedfox](https://github.com/firedfox) -
|
|
494
501
|
**Daniel Wang** <wangyang0123@gmail.com>
|
|
502
|
+
* [gdams](https://github.com/gdams) -
|
|
503
|
+
**George Adams** <george.adams@microsoft.com> (he/him)
|
|
495
504
|
* [gibfahn](https://github.com/gibfahn) -
|
|
496
505
|
**Gibson Fahnestock** <gibfahn@gmail.com> (he/him)
|
|
497
506
|
* [glentiki](https://github.com/glentiki) -
|
|
@@ -510,6 +519,8 @@ For information about the governance of the Node.js project, see
|
|
|
510
519
|
**Jason Ginchereau** <jasongin@microsoft.com>
|
|
511
520
|
* [jbergstroem](https://github.com/jbergstroem) -
|
|
512
521
|
**Johan Bergström** <bugs@bergstroem.nu>
|
|
522
|
+
* [jdalton](https://github.com/jdalton) -
|
|
523
|
+
**John-David Dalton** <john.david.dalton@gmail.com>
|
|
513
524
|
* [jhamhader](https://github.com/jhamhader) -
|
|
514
525
|
**Yuval Brik** <yuval@brik.org.il>
|
|
515
526
|
* [joshgav](https://github.com/joshgav) -
|
|
@@ -520,6 +531,8 @@ For information about the governance of the Node.js project, see
|
|
|
520
531
|
**Kyle Farnung** <kfarnung@microsoft.com> (he/him)
|
|
521
532
|
* [kunalspathak](https://github.com/kunalspathak) -
|
|
522
533
|
**Kunal Pathak** <kunal.pathak@microsoft.com>
|
|
534
|
+
* [lance](https://github.com/lance) -
|
|
535
|
+
**Lance Ball** <lball@redhat.com> (he/him)
|
|
523
536
|
* [lucamaraschi](https://github.com/lucamaraschi) -
|
|
524
537
|
**Luca Maraschi** <luca.maraschi@gmail.com> (he/him)
|
|
525
538
|
* [lxe](https://github.com/lxe) -
|
|
@@ -538,6 +551,8 @@ For information about the governance of the Node.js project, see
|
|
|
538
551
|
**Chen Gang** <gangc.cxy@foxmail.com>
|
|
539
552
|
* [not-an-aardvark](https://github.com/not-an-aardvark) -
|
|
540
553
|
**Teddy Katz** <teddy.katz@gmail.com> (he/him)
|
|
554
|
+
* [ofrobots](https://github.com/ofrobots) -
|
|
555
|
+
**Ali Ijaz Sheikh** <ofrobots@google.com> (he/him)
|
|
541
556
|
* [Olegas](https://github.com/Olegas) -
|
|
542
557
|
**Oleg Elifantiev** <oleg@elifantiev.ru>
|
|
543
558
|
* [orangemocha](https://github.com/orangemocha) -
|
|
@@ -568,6 +583,8 @@ For information about the governance of the Node.js project, see
|
|
|
568
583
|
**Ron Korving** <ron@ronkorving.nl>
|
|
569
584
|
* [RReverser](https://github.com/RReverser) -
|
|
570
585
|
**Ingvar Stepanyan** <me@rreverser.com>
|
|
586
|
+
* [rubys](https://github.com/rubys) -
|
|
587
|
+
**Sam Ruby** <rubys@intertwingly.net>
|
|
571
588
|
* [sam-github](https://github.com/sam-github) -
|
|
572
589
|
**Sam Roberts** <vieuxtech@gmail.com>
|
|
573
590
|
* [sebdeckers](https://github.com/sebdeckers) -
|
|
@@ -592,6 +609,8 @@ For information about the governance of the Node.js project, see
|
|
|
592
609
|
**Vse Mozhet Byt** <vsemozhetbyt@gmail.com> (he/him)
|
|
593
610
|
* [whitlockjc](https://github.com/whitlockjc) -
|
|
594
611
|
**Jeremy Whitlock** <jwhitlock@apache.org>
|
|
612
|
+
|
|
613
|
+
</details>
|
|
595
614
|
<!--lint enable prohibited-strings-->
|
|
596
615
|
|
|
597
616
|
Collaborators follow the [Collaborator Guide](./doc/guides/collaborator-guide.md) in
|
|
@@ -601,6 +620,8 @@ maintaining the Node.js project.
|
|
|
601
620
|
|
|
602
621
|
* [Ayase-252](https://github.com/Ayase-252) -
|
|
603
622
|
**Qingyu Deng** <i@ayase-lab.com>
|
|
623
|
+
* [himadriganguly](https://github.com/himadriganguly) -
|
|
624
|
+
**Himadri Ganguly** <himadri.tech@gmail.com> (he/him)
|
|
604
625
|
* [marsonya](https://github.com/marsonya) -
|
|
605
626
|
**Akhil Marsonya** <akhil.marsonya27@gmail.com> (he/him)
|
|
606
627
|
* [PoojaDurgad](https://github.com/PoojaDurgad) -
|
|
@@ -655,7 +676,9 @@ gpg --keyserver pool.sks-keyservers.net --recv-keys B9E2F5981AA6E0CD28160D9FF139
|
|
|
655
676
|
See the section above on [Verifying Binaries](#verifying-binaries) for how to
|
|
656
677
|
use these keys to verify a downloaded file.
|
|
657
678
|
|
|
658
|
-
|
|
679
|
+
<details>
|
|
680
|
+
|
|
681
|
+
<summary>Other keys used to sign some previous releases</summary>
|
|
659
682
|
|
|
660
683
|
* **Chris Dickinson** <christopher.s.dickinson@gmail.com>
|
|
661
684
|
`9554F04D7259F04124DE6B476D5A82AC7E37093B`
|
|
@@ -676,6 +699,8 @@ Other keys used to sign some previous releases:
|
|
|
676
699
|
* **Timothy J Fontaine** <tjfontaine@gmail.com>
|
|
677
700
|
`7937DFD2AB06298B2293C3187D33FF9D0246406D`
|
|
678
701
|
|
|
702
|
+
</details>
|
|
703
|
+
|
|
679
704
|
## License
|
|
680
705
|
|
|
681
706
|
Node.js is available under the
|
|
@@ -688,6 +713,6 @@ license text.
|
|
|
688
713
|
[Contributing to the project]: CONTRIBUTING.md
|
|
689
714
|
[Node.js Website]: https://nodejs.org/
|
|
690
715
|
[OpenJS Foundation]: https://openjsf.org/
|
|
691
|
-
[Strategic
|
|
716
|
+
[Strategic initiatives]: doc/guides/strategic-initiatives.md
|
|
692
717
|
[Technical values and prioritization]: doc/guides/technical-values.md
|
|
693
718
|
[Working Groups]: https://github.com/nodejs/TSC/blob/HEAD/WORKING_GROUPS.md
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED
package/include/node/config.gypi
CHANGED
|
@@ -30,6 +30,224 @@
|
|
|
30
30
|
'node_debug_lib': 'false',
|
|
31
31
|
'node_enable_d8': 'false',
|
|
32
32
|
'node_install_npm': 'true',
|
|
33
|
+
'node_library_files': [ 'lib/_http_agent.js',
|
|
34
|
+
'lib/_http_client.js',
|
|
35
|
+
'lib/_http_common.js',
|
|
36
|
+
'lib/_http_incoming.js',
|
|
37
|
+
'lib/_http_outgoing.js',
|
|
38
|
+
'lib/_http_server.js',
|
|
39
|
+
'lib/_stream_duplex.js',
|
|
40
|
+
'lib/_stream_passthrough.js',
|
|
41
|
+
'lib/_stream_readable.js',
|
|
42
|
+
'lib/_stream_transform.js',
|
|
43
|
+
'lib/_stream_wrap.js',
|
|
44
|
+
'lib/_stream_writable.js',
|
|
45
|
+
'lib/_tls_common.js',
|
|
46
|
+
'lib/_tls_wrap.js',
|
|
47
|
+
'lib/assert.js',
|
|
48
|
+
'lib/async_hooks.js',
|
|
49
|
+
'lib/buffer.js',
|
|
50
|
+
'lib/child_process.js',
|
|
51
|
+
'lib/cluster.js',
|
|
52
|
+
'lib/console.js',
|
|
53
|
+
'lib/constants.js',
|
|
54
|
+
'lib/crypto.js',
|
|
55
|
+
'lib/dgram.js',
|
|
56
|
+
'lib/diagnostics_channel.js',
|
|
57
|
+
'lib/dns.js',
|
|
58
|
+
'lib/domain.js',
|
|
59
|
+
'lib/events.js',
|
|
60
|
+
'lib/fs.js',
|
|
61
|
+
'lib/http.js',
|
|
62
|
+
'lib/http2.js',
|
|
63
|
+
'lib/https.js',
|
|
64
|
+
'lib/inspector.js',
|
|
65
|
+
'lib/module.js',
|
|
66
|
+
'lib/net.js',
|
|
67
|
+
'lib/os.js',
|
|
68
|
+
'lib/path.js',
|
|
69
|
+
'lib/perf_hooks.js',
|
|
70
|
+
'lib/process.js',
|
|
71
|
+
'lib/punycode.js',
|
|
72
|
+
'lib/querystring.js',
|
|
73
|
+
'lib/readline.js',
|
|
74
|
+
'lib/repl.js',
|
|
75
|
+
'lib/stream.js',
|
|
76
|
+
'lib/string_decoder.js',
|
|
77
|
+
'lib/sys.js',
|
|
78
|
+
'lib/timers.js',
|
|
79
|
+
'lib/tls.js',
|
|
80
|
+
'lib/trace_events.js',
|
|
81
|
+
'lib/tty.js',
|
|
82
|
+
'lib/url.js',
|
|
83
|
+
'lib/util.js',
|
|
84
|
+
'lib/v8.js',
|
|
85
|
+
'lib/vm.js',
|
|
86
|
+
'lib/wasi.js',
|
|
87
|
+
'lib/worker_threads.js',
|
|
88
|
+
'lib/zlib.js',
|
|
89
|
+
'lib/fs/promises.js',
|
|
90
|
+
'lib/internal/abort_controller.js',
|
|
91
|
+
'lib/internal/assert.js',
|
|
92
|
+
'lib/internal/async_hooks.js',
|
|
93
|
+
'lib/internal/blob.js',
|
|
94
|
+
'lib/internal/blocklist.js',
|
|
95
|
+
'lib/internal/buffer.js',
|
|
96
|
+
'lib/internal/child_process.js',
|
|
97
|
+
'lib/internal/cli_table.js',
|
|
98
|
+
'lib/internal/constants.js',
|
|
99
|
+
'lib/internal/dgram.js',
|
|
100
|
+
'lib/internal/dtrace.js',
|
|
101
|
+
'lib/internal/encoding.js',
|
|
102
|
+
'lib/internal/error_serdes.js',
|
|
103
|
+
'lib/internal/errors.js',
|
|
104
|
+
'lib/internal/event_target.js',
|
|
105
|
+
'lib/internal/fixed_queue.js',
|
|
106
|
+
'lib/internal/freelist.js',
|
|
107
|
+
'lib/internal/freeze_intrinsics.js',
|
|
108
|
+
'lib/internal/heap_utils.js',
|
|
109
|
+
'lib/internal/histogram.js',
|
|
110
|
+
'lib/internal/http.js',
|
|
111
|
+
'lib/internal/idna.js',
|
|
112
|
+
'lib/internal/inspector_async_hook.js',
|
|
113
|
+
'lib/internal/js_stream_socket.js',
|
|
114
|
+
'lib/internal/linkedlist.js',
|
|
115
|
+
'lib/internal/net.js',
|
|
116
|
+
'lib/internal/options.js',
|
|
117
|
+
'lib/internal/priority_queue.js',
|
|
118
|
+
'lib/internal/querystring.js',
|
|
119
|
+
'lib/internal/repl.js',
|
|
120
|
+
'lib/internal/socket_list.js',
|
|
121
|
+
'lib/internal/socketaddress.js',
|
|
122
|
+
'lib/internal/stream_base_commons.js',
|
|
123
|
+
'lib/internal/timers.js',
|
|
124
|
+
'lib/internal/tls.js',
|
|
125
|
+
'lib/internal/trace_events_async_hooks.js',
|
|
126
|
+
'lib/internal/tty.js',
|
|
127
|
+
'lib/internal/url.js',
|
|
128
|
+
'lib/internal/util.js',
|
|
129
|
+
'lib/internal/v8_prof_polyfill.js',
|
|
130
|
+
'lib/internal/v8_prof_processor.js',
|
|
131
|
+
'lib/internal/validators.js',
|
|
132
|
+
'lib/internal/watchdog.js',
|
|
133
|
+
'lib/internal/worker.js',
|
|
134
|
+
'lib/internal/assert/assertion_error.js',
|
|
135
|
+
'lib/internal/assert/calltracker.js',
|
|
136
|
+
'lib/internal/bootstrap/environment.js',
|
|
137
|
+
'lib/internal/bootstrap/loaders.js',
|
|
138
|
+
'lib/internal/bootstrap/node.js',
|
|
139
|
+
'lib/internal/bootstrap/pre_execution.js',
|
|
140
|
+
'lib/internal/bootstrap/switches/does_not_own_process_state.js',
|
|
141
|
+
'lib/internal/bootstrap/switches/does_own_process_state.js',
|
|
142
|
+
'lib/internal/bootstrap/switches/is_main_thread.js',
|
|
143
|
+
'lib/internal/bootstrap/switches/is_not_main_thread.js',
|
|
144
|
+
'lib/internal/child_process/serialization.js',
|
|
145
|
+
'lib/internal/cluster/child.js',
|
|
146
|
+
'lib/internal/cluster/master.js',
|
|
147
|
+
'lib/internal/cluster/round_robin_handle.js',
|
|
148
|
+
'lib/internal/cluster/shared_handle.js',
|
|
149
|
+
'lib/internal/cluster/utils.js',
|
|
150
|
+
'lib/internal/cluster/worker.js',
|
|
151
|
+
'lib/internal/console/constructor.js',
|
|
152
|
+
'lib/internal/console/global.js',
|
|
153
|
+
'lib/internal/crypto/certificate.js',
|
|
154
|
+
'lib/internal/crypto/cipher.js',
|
|
155
|
+
'lib/internal/crypto/diffiehellman.js',
|
|
156
|
+
'lib/internal/crypto/hash.js',
|
|
157
|
+
'lib/internal/crypto/keygen.js',
|
|
158
|
+
'lib/internal/crypto/keys.js',
|
|
159
|
+
'lib/internal/crypto/pbkdf2.js',
|
|
160
|
+
'lib/internal/crypto/random.js',
|
|
161
|
+
'lib/internal/crypto/scrypt.js',
|
|
162
|
+
'lib/internal/crypto/sig.js',
|
|
163
|
+
'lib/internal/crypto/util.js',
|
|
164
|
+
'lib/internal/debugger/inspect.js',
|
|
165
|
+
'lib/internal/debugger/inspect_client.js',
|
|
166
|
+
'lib/internal/debugger/inspect_repl.js',
|
|
167
|
+
'lib/internal/dns/promises.js',
|
|
168
|
+
'lib/internal/dns/utils.js',
|
|
169
|
+
'lib/internal/fs/dir.js',
|
|
170
|
+
'lib/internal/fs/promises.js',
|
|
171
|
+
'lib/internal/fs/read_file_context.js',
|
|
172
|
+
'lib/internal/fs/rimraf.js',
|
|
173
|
+
'lib/internal/fs/streams.js',
|
|
174
|
+
'lib/internal/fs/sync_write_stream.js',
|
|
175
|
+
'lib/internal/fs/utils.js',
|
|
176
|
+
'lib/internal/fs/watchers.js',
|
|
177
|
+
'lib/internal/http2/compat.js',
|
|
178
|
+
'lib/internal/http2/core.js',
|
|
179
|
+
'lib/internal/http2/util.js',
|
|
180
|
+
'lib/internal/main/check_syntax.js',
|
|
181
|
+
'lib/internal/main/eval_stdin.js',
|
|
182
|
+
'lib/internal/main/eval_string.js',
|
|
183
|
+
'lib/internal/main/inspect.js',
|
|
184
|
+
'lib/internal/main/print_help.js',
|
|
185
|
+
'lib/internal/main/prof_process.js',
|
|
186
|
+
'lib/internal/main/repl.js',
|
|
187
|
+
'lib/internal/main/run_main_module.js',
|
|
188
|
+
'lib/internal/main/run_third_party_main.js',
|
|
189
|
+
'lib/internal/main/worker_thread.js',
|
|
190
|
+
'lib/internal/modules/package_json_reader.js',
|
|
191
|
+
'lib/internal/modules/run_main.js',
|
|
192
|
+
'lib/internal/modules/cjs/helpers.js',
|
|
193
|
+
'lib/internal/modules/cjs/loader.js',
|
|
194
|
+
'lib/internal/modules/esm/create_dynamic_module.js',
|
|
195
|
+
'lib/internal/modules/esm/get_format.js',
|
|
196
|
+
'lib/internal/modules/esm/get_source.js',
|
|
197
|
+
'lib/internal/modules/esm/loader.js',
|
|
198
|
+
'lib/internal/modules/esm/module_job.js',
|
|
199
|
+
'lib/internal/modules/esm/module_map.js',
|
|
200
|
+
'lib/internal/modules/esm/resolve.js',
|
|
201
|
+
'lib/internal/modules/esm/transform_source.js',
|
|
202
|
+
'lib/internal/modules/esm/translators.js',
|
|
203
|
+
'lib/internal/per_context/domexception.js',
|
|
204
|
+
'lib/internal/per_context/messageport.js',
|
|
205
|
+
'lib/internal/per_context/primordials.js',
|
|
206
|
+
'lib/internal/policy/manifest.js',
|
|
207
|
+
'lib/internal/policy/sri.js',
|
|
208
|
+
'lib/internal/process/esm_loader.js',
|
|
209
|
+
'lib/internal/process/execution.js',
|
|
210
|
+
'lib/internal/process/per_thread.js',
|
|
211
|
+
'lib/internal/process/policy.js',
|
|
212
|
+
'lib/internal/process/promises.js',
|
|
213
|
+
'lib/internal/process/report.js',
|
|
214
|
+
'lib/internal/process/signal.js',
|
|
215
|
+
'lib/internal/process/task_queues.js',
|
|
216
|
+
'lib/internal/process/warning.js',
|
|
217
|
+
'lib/internal/process/worker_thread_only.js',
|
|
218
|
+
'lib/internal/readline/utils.js',
|
|
219
|
+
'lib/internal/repl/await.js',
|
|
220
|
+
'lib/internal/repl/history.js',
|
|
221
|
+
'lib/internal/repl/utils.js',
|
|
222
|
+
'lib/internal/source_map/prepare_stack_trace.js',
|
|
223
|
+
'lib/internal/source_map/source_map.js',
|
|
224
|
+
'lib/internal/source_map/source_map_cache.js',
|
|
225
|
+
'lib/internal/streams/buffer_list.js',
|
|
226
|
+
'lib/internal/streams/destroy.js',
|
|
227
|
+
'lib/internal/streams/duplex.js',
|
|
228
|
+
'lib/internal/streams/duplexpair.js',
|
|
229
|
+
'lib/internal/streams/end-of-stream.js',
|
|
230
|
+
'lib/internal/streams/from.js',
|
|
231
|
+
'lib/internal/streams/lazy_transform.js',
|
|
232
|
+
'lib/internal/streams/legacy.js',
|
|
233
|
+
'lib/internal/streams/passthrough.js',
|
|
234
|
+
'lib/internal/streams/pipeline.js',
|
|
235
|
+
'lib/internal/streams/readable.js',
|
|
236
|
+
'lib/internal/streams/state.js',
|
|
237
|
+
'lib/internal/streams/transform.js',
|
|
238
|
+
'lib/internal/streams/utils.js',
|
|
239
|
+
'lib/internal/streams/writable.js',
|
|
240
|
+
'lib/internal/test/binding.js',
|
|
241
|
+
'lib/internal/timers/promises.js',
|
|
242
|
+
'lib/internal/util/comparisons.js',
|
|
243
|
+
'lib/internal/util/debuglog.js',
|
|
244
|
+
'lib/internal/util/inspect.js',
|
|
245
|
+
'lib/internal/util/inspector.js',
|
|
246
|
+
'lib/internal/util/iterable_weak_map.js',
|
|
247
|
+
'lib/internal/util/types.js',
|
|
248
|
+
'lib/internal/vm/module.js',
|
|
249
|
+
'lib/internal/worker/io.js',
|
|
250
|
+
'lib/internal/worker/js_transferable.js'],
|
|
33
251
|
'node_module_version': 83,
|
|
34
252
|
'node_no_browser_globals': 'false',
|
|
35
253
|
'node_prefix': '/',
|