node-aix-ppc64 22.11.0 → 22.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE CHANGED
@@ -797,6 +797,34 @@ The externally maintained libraries used by Node.js are:
797
797
 
798
798
  ----------------------------------------------------------------------
799
799
 
800
+ JSON parsing library (nlohmann/json)
801
+
802
+ File: vendor/json/upstream/single_include/nlohmann/json.hpp (only for ICU4C)
803
+
804
+ MIT License
805
+
806
+ Copyright (c) 2013-2022 Niels Lohmann
807
+
808
+ Permission is hereby granted, free of charge, to any person obtaining a copy
809
+ of this software and associated documentation files (the "Software"), to deal
810
+ in the Software without restriction, including without limitation the rights
811
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
812
+ copies of the Software, and to permit persons to whom the Software is
813
+ furnished to do so, subject to the following conditions:
814
+
815
+ The above copyright notice and this permission notice shall be included in all
816
+ copies or substantial portions of the Software.
817
+
818
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
819
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
820
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
821
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
822
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
823
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
824
+ SOFTWARE.
825
+
826
+ ----------------------------------------------------------------------
827
+
800
828
  File: aclocal.m4 (only for ICU4C)
801
829
  Section: pkg.m4 - Macros to locate and utilise pkg-config.
802
830
 
@@ -834,7 +862,7 @@ The externally maintained libraries used by Node.js are:
834
862
 
835
863
  This file is free software; you can redistribute it and/or modify it
836
864
  under the terms of the GNU General Public License as published by
837
- the Free Software Foundation; either version 3 of the License, or
865
+ the Free Software Foundation, either version 3 of the License, or
838
866
  (at your option) any later version.
839
867
 
840
868
  This program is distributed in the hope that it will be useful, but
package/README.md CHANGED
@@ -104,11 +104,10 @@ To download `SHASUMS256.txt` using `curl`:
104
104
  curl -O https://nodejs.org/dist/vx.y.z/SHASUMS256.txt
105
105
  ```
106
106
 
107
- To check that a downloaded file matches the checksum, run
108
- it through `sha256sum` with a command such as:
107
+ To check that downloaded files match the checksum, use `sha256sum`:
109
108
 
110
109
  ```bash
111
- grep node-vx.y.z.tar.gz SHASUMS256.txt | sha256sum -c -
110
+ sha256sum -c SHASUMS256.txt --ignore-missing
112
111
  ```
113
112
 
114
113
  For Current and LTS, the GPG detached signature of `SHASUMS256.txt` is in
@@ -320,8 +319,6 @@ For information about the governance of the Node.js project, see
320
319
  **Kohei Ueno** <<kohei.ueno119@gmail.com>> (he/him)
321
320
  * [daeyeon](https://github.com/daeyeon) -
322
321
  **Daeyeon Jeong** <<daeyeon.dev@gmail.com>> (he/him)
323
- * [danielleadams](https://github.com/danielleadams) -
324
- **Danielle Adams** <<adamzdanielle@gmail.com>> (she/her)
325
322
  * [debadree25](https://github.com/debadree25) -
326
323
  **Debadree Chatterjee** <<debadree333@gmail.com>> (he/him)
327
324
  * [deokjinkim](https://github.com/deokjinkim) -
@@ -360,6 +357,8 @@ For information about the governance of the Node.js project, see
360
357
  **Jacob Smith** <<jacob@frende.me>> (he/him)
361
358
  * [jasnell](https://github.com/jasnell) -
362
359
  **James M Snell** <<jasnell@gmail.com>> (he/him)
360
+ * [jazelly](https://github.com/jazelly) -
361
+ **Jason Zhang** <<xzha4350@gmail.com>> (he/him)
363
362
  * [jkrems](https://github.com/jkrems) -
364
363
  **Jan Krems** <<jan.krems@gmail.com>> (he/him)
365
364
  * [joyeecheung](https://github.com/joyeecheung) -
@@ -380,6 +379,8 @@ For information about the governance of the Node.js project, see
380
379
  **Nitzan Uziely** <<linkgoron@gmail.com>>
381
380
  * [LiviaMedeiros](https://github.com/LiviaMedeiros) -
382
381
  **LiviaMedeiros** <<livia@cirno.name>>
382
+ * [ljharb](https://github.com/ljharb) -
383
+ **Jordan Harband** <<ljharb@gmail.com>>
383
384
  * [lpinca](https://github.com/lpinca) -
384
385
  **Luigi Pinca** <<luigipinca@gmail.com>> (he/him)
385
386
  * [lukekarrys](https://github.com/lukekarrys) -
@@ -410,7 +411,7 @@ For information about the governance of the Node.js project, see
410
411
  **Filip Skokan** <<panva.ip@gmail.com>> (he/him)
411
412
  * [pimterry](https://github.com/pimterry) -
412
413
  **Tim Perry** <<pimterry@gmail.com>> (he/him)
413
- * [pmarchini](https://github.com/pmarchini)
414
+ * [pmarchini](https://github.com/pmarchini) -
414
415
  **Pietro Marchini** <<pietro.marchini94@gmail.com>> (he/him)
415
416
  * [Qard](https://github.com/Qard) -
416
417
  **Stephen Belanger** <<admin@stephenbelanger.com>> (he/him)
@@ -502,6 +503,8 @@ For information about the governance of the Node.js project, see
502
503
  **Claudio Rodriguez** <<cjrodr@yahoo.com>>
503
504
  * [danbev](https://github.com/danbev) -
504
505
  **Daniel Bevenius** <<daniel.bevenius@gmail.com>> (he/him)
506
+ * [danielleadams](https://github.com/danielleadams) -
507
+ **Danielle Adams** <<adamzdanielle@gmail.com>> (she/her)
505
508
  * [DavidCai1993](https://github.com/DavidCai1993) -
506
509
  **David Cai** <<davidcai1993@yahoo.com>> (he/him)
507
510
  * [davisjam](https://github.com/davisjam) -
@@ -514,7 +517,7 @@ For information about the governance of the Node.js project, see
514
517
  **Hitesh Kanwathirtha** <<digitalinfinity@gmail.com>> (he/him)
515
518
  * [dmabupt](https://github.com/dmabupt) -
516
519
  **Xu Meng** <<dmabupt@gmail.com>> (he/him)
517
- * [dnlup](https://github.com/dnlup)
520
+ * [dnlup](https://github.com/dnlup) -
518
521
  **dnlup** <<dnlup.dev@gmail.com>>
519
522
  * [eljefedelrodeodeljefe](https://github.com/eljefedelrodeodeljefe) -
520
523
  **Robert Jefe Lindstaedt** <<robert.lindstaedt@gmail.com>>
@@ -756,8 +759,6 @@ maintaining the Node.js project.
756
759
  **Mert Can Altin** <<mertgold60@gmail.com>>
757
760
  * [preveen-stack](https://github.com/preveen-stack) -
758
761
  **Preveen Padmanabhan** <<wide4head@gmail.com>> (he/him)
759
- * [RedYetiDev](https://github.com/redyetidev) -
760
- **Aviv Keller** <<redyetidev@gmail.com>> (they/them)
761
762
  * [VoltrexKeyva](https://github.com/VoltrexKeyva) -
762
763
  **Mohammed Keyvanzadeh** <<mohammadkeyvanzade94@gmail.com>> (he/him)
763
764
 
@@ -770,12 +771,6 @@ Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):
770
771
 
771
772
  * **Antoine du Hamel** <<duhamelantoine1995@gmail.com>>
772
773
  `C0D6248439F1D5604AAFFB4021D900FFDB233756`
773
- * **Beth Griggs** <<bethanyngriggs@gmail.com>>
774
- `4ED778F539E3634C779C87C6D7062848A1AB005C`
775
- * **Bryan English** <<bryan@bryanenglish.com>>
776
- `141F07595B7B3FFE74309A937405533BE57C7D57`
777
- * **Danielle Adams** <<adamzdanielle@gmail.com>>
778
- `74F12602B6F1C4E913FAA37AD3A89613643B6201`
779
774
  * **Juan José Arboleda** <<soyjuanarbol@gmail.com>>
780
775
  `DD792F5973C6DE52C432CBDAC77ABFA00DDBF2B7`
781
776
  * **Marco Ippolito** <<marcoippolito54@gmail.com>>
@@ -796,9 +791,6 @@ to sign releases):
796
791
 
797
792
  ```bash
798
793
  gpg --keyserver hkps://keys.openpgp.org --recv-keys C0D6248439F1D5604AAFFB4021D900FFDB233756 # Antoine du Hamel
799
- gpg --keyserver hkps://keys.openpgp.org --recv-keys 4ED778F539E3634C779C87C6D7062848A1AB005C # Beth Griggs
800
- gpg --keyserver hkps://keys.openpgp.org --recv-keys 141F07595B7B3FFE74309A937405533BE57C7D57 # Bryan English
801
- gpg --keyserver hkps://keys.openpgp.org --recv-keys 74F12602B6F1C4E913FAA37AD3A89613643B6201 # Danielle Adams
802
794
  gpg --keyserver hkps://keys.openpgp.org --recv-keys DD792F5973C6DE52C432CBDAC77ABFA00DDBF2B7 # Juan José Arboleda
803
795
  gpg --keyserver hkps://keys.openpgp.org --recv-keys CC68F5A3106FF448322E48ED27F5E38D5B0A215F # Marco Ippolito
804
796
  gpg --keyserver hkps://keys.openpgp.org --recv-keys 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600 # Michaël Zasso
@@ -815,12 +807,17 @@ verify a downloaded file.
815
807
 
816
808
  <summary>Other keys used to sign some previous releases</summary>
817
809
 
810
+ * **Beth Griggs** <<bethanyngriggs@gmail.com>>
811
+ `4ED778F539E3634C779C87C6D7062848A1AB005C`
812
+ * **Bryan English** <<bryan@bryanenglish.com>>
813
+ `141F07595B7B3FFE74309A937405533BE57C7D57`
818
814
  * **Chris Dickinson** <<christopher.s.dickinson@gmail.com>>
819
815
  `9554F04D7259F04124DE6B476D5A82AC7E37093B`
820
816
  * **Colin Ihrig** <<cjihrig@gmail.com>>
821
817
  `94AE36675C464D64BAFA68DD7434390BDBE9B9C5`
822
818
  * **Danielle Adams** <<adamzdanielle@gmail.com>>
823
819
  `1C050899334244A8AF75E53792EF661D867B9DFA`
820
+ `74F12602B6F1C4E913FAA37AD3A89613643B6201`
824
821
  * **Evan Lucas** <<evanlucas@me.com>>
825
822
  `B9AE9905FFD7803F25714661B63B535A4C206CA9`
826
823
  * **Gibson Fahnestock** <<gibfahn@gmail.com>>
@@ -880,7 +877,7 @@ releases on a rotation basis as outlined in the
880
877
  ## License
881
878
 
882
879
  Node.js is available under the
883
- [MIT license](https://opensource.org/licenses/MIT). Node.js also includes
880
+ [MIT License](https://opensource.org/licenses/MIT). Node.js also includes
884
881
  external libraries that are available under a variety of licenses. See
885
882
  [LICENSE](https://github.com/nodejs/node/blob/HEAD/LICENSE) for the full
886
883
  license text.
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.21',
39
+ 'v8_embedder_string': '-node.22',
40
40
 
41
41
  ##### V8 defaults for Node.js #####
42
42
 
@@ -19,12 +19,12 @@
19
19
  'force_dynamic_crt': 0,
20
20
  'gas_version': '0.0',
21
21
  'host_arch': 'ppc64',
22
- 'icu_data_in': '../../deps/icu-tmp/icudt75l.dat',
22
+ 'icu_data_in': '../../deps/icu-tmp/icudt76l.dat',
23
23
  'icu_endianness': 'b',
24
24
  'icu_gyp_path': 'tools/icu/icu-generic.gyp',
25
25
  'icu_path': 'deps/icu-small',
26
26
  'icu_small': 'false',
27
- 'icu_ver_major': '75',
27
+ 'icu_ver_major': '76',
28
28
  'libdir': 'lib',
29
29
  'llvm_version': '0.0',
30
30
  'napi_build_version': '9',
@@ -79,6 +79,7 @@
79
79
  'lib/internal/assert.js',
80
80
  'lib/internal/assert/assertion_error.js',
81
81
  'lib/internal/assert/calltracker.js',
82
+ 'lib/internal/assert/myers_diff.js',
82
83
  'lib/internal/assert/utils.js',
83
84
  'lib/internal/async_context_frame.js',
84
85
  'lib/internal/async_hooks.js',
@@ -204,6 +205,7 @@
204
205
  'lib/internal/modules/helpers.js',
205
206
  'lib/internal/modules/package_json_reader.js',
206
207
  'lib/internal/modules/run_main.js',
208
+ 'lib/internal/modules/typescript.js',
207
209
  'lib/internal/navigator.js',
208
210
  'lib/internal/net.js',
209
211
  'lib/internal/options.js',
@@ -235,6 +237,9 @@
235
237
  'lib/internal/promise_hooks.js',
236
238
  'lib/internal/querystring.js',
237
239
  'lib/internal/quic/quic.js',
240
+ 'lib/internal/quic/state.js',
241
+ 'lib/internal/quic/stats.js',
242
+ 'lib/internal/quic/symbols.js',
238
243
  'lib/internal/readline/callbacks.js',
239
244
  'lib/internal/readline/emitKeypressEvents.js',
240
245
  'lib/internal/readline/interface.js',