node-linux-arm64 16.15.0 → 16.15.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 +32 -0
- package/README.md +6 -0
- package/bin/node +0 -0
- package/include/node/common.gypi +1 -1
- package/include/node/config.gypi +222 -222
- package/include/node/node_version.h +1 -1
- package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +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/opensslv.h +4 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
</tr>
|
|
10
10
|
<tr>
|
|
11
11
|
<td valign="top">
|
|
12
|
+
<a href="#16.15.1">16.15.1</a><br/>
|
|
12
13
|
<a href="#16.15.0">16.15.0</a><br/>
|
|
13
14
|
<a href="#16.14.2">16.14.2</a><br/>
|
|
14
15
|
<a href="#16.14.1">16.14.1</a><br/>
|
|
@@ -60,6 +61,37 @@
|
|
|
60
61
|
* [io.js](CHANGELOG_IOJS.md)
|
|
61
62
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
62
63
|
|
|
64
|
+
<a id="16.15.1"></a>
|
|
65
|
+
|
|
66
|
+
## 2022-06-01, Version 16.15.1 'Gallium' (LTS), @BethGriggs prepared by @juanarbol
|
|
67
|
+
|
|
68
|
+
### Notable Changes
|
|
69
|
+
|
|
70
|
+
* **deps**:
|
|
71
|
+
* upgrade npm to 8.11.0 (<npm-cli+bot@github.com>) [#43210](https://github.com/nodejs/node/pull/43210)
|
|
72
|
+
|
|
73
|
+
* **docs**:
|
|
74
|
+
* add release key for RafaelGSS (Rafael Gonzaga) [#43131](https://github.com/nodejs/node/pull/43131)
|
|
75
|
+
* add release key for Juan Arboleda (Juan José) [#42961](https://github.com/nodejs/node/pull/42961)
|
|
76
|
+
|
|
77
|
+
### Commits
|
|
78
|
+
|
|
79
|
+
* \[[`f7c4ce2255`](https://github.com/nodejs/node/commit/f7c4ce2255)] - **deps**: V8: cherry-pick 3ebf2052a1b2 (Liu Yu) [#43147](https://github.com/nodejs/node/pull/43147)
|
|
80
|
+
* \[[`447f9a0e2e`](https://github.com/nodejs/node/commit/447f9a0e2e)] - **deps**: upgrade npm to 8.11.0 (<npm-cli+bot@github.com>) [#43210](https://github.com/nodejs/node/pull/43210)
|
|
81
|
+
* \[[`68572bdea2`](https://github.com/nodejs/node/commit/68572bdea2)] - **deps**: upgrade npm to 8.10.0 (<npm-cli+bot@github.com>) [#43061](https://github.com/nodejs/node/pull/43061)
|
|
82
|
+
* \[[`3dfc632f12`](https://github.com/nodejs/node/commit/3dfc632f12)] - **deps**: upgrade npm to 8.9.0 (npm-robot) [#42968](https://github.com/nodejs/node/pull/42968)
|
|
83
|
+
* \[[`a746943fcb`](https://github.com/nodejs/node/commit/a746943fcb)] - **deps**: update archs files for OpenSSL-1.1.1o (RafaelGSS) [#42957](https://github.com/nodejs/node/pull/42957)
|
|
84
|
+
* \[[`6efc844922`](https://github.com/nodejs/node/commit/6efc844922)] - **deps**: upgrade openssl sources to OpenSSL\_1\_1\_1o (RafaelGSS) [#42957](https://github.com/nodejs/node/pull/42957)
|
|
85
|
+
* \[[`3ceeb574c3`](https://github.com/nodejs/node/commit/3ceeb574c3)] - **deps**: upgrade npm to 8.8.0 (npm-robot) [#42886](https://github.com/nodejs/node/pull/42886)
|
|
86
|
+
* \[[`f8b2156e07`](https://github.com/nodejs/node/commit/f8b2156e07)] - **deps**: upgrade npm to 8.7.0 (<ops+robot@npmjs.com>) [#42744](https://github.com/nodejs/node/pull/42744)
|
|
87
|
+
* \[[`898b4751e9`](https://github.com/nodejs/node/commit/898b4751e9)] - **deps**: upgrade npm to 8.6.0 (npm team) [#42550](https://github.com/nodejs/node/pull/42550)
|
|
88
|
+
* \[[`617f64a1cd`](https://github.com/nodejs/node/commit/617f64a1cd)] - **doc**: add release key for RafaelGSS (Rafael Gonzaga) [#43131](https://github.com/nodejs/node/pull/43131)
|
|
89
|
+
* \[[`e1b47e6e3d`](https://github.com/nodejs/node/commit/e1b47e6e3d)] - **doc**: add release key for Juan Arboleda (Juan José) [#42961](https://github.com/nodejs/node/pull/42961)
|
|
90
|
+
* \[[`4185f1f466`](https://github.com/nodejs/node/commit/4185f1f466)] - **src,inspector**: fix empty MaybeLocal crash (Darshan Sen) [#42409](https://github.com/nodejs/node/pull/42409)
|
|
91
|
+
* \[[`f11b3cfc6a`](https://github.com/nodejs/node/commit/f11b3cfc6a)] - **test**: delete test/pummel/test-repl-empty-maybelocal-crash.js (Darshan Sen) [#42720](https://github.com/nodejs/node/pull/42720)
|
|
92
|
+
* \[[`feac215e4e`](https://github.com/nodejs/node/commit/feac215e4e)] - **tools**: disable trap handler for Windows cross-compiler (Michaël Zasso) [#40488](https://github.com/nodejs/node/pull/40488)
|
|
93
|
+
* \[[`47cdddf59b`](https://github.com/nodejs/node/commit/47cdddf59b)] - **tools**: update V8 gypfiles for 9.6 (Michaël Zasso) [#40488](https://github.com/nodejs/node/pull/40488)
|
|
94
|
+
|
|
63
95
|
<a id="16.15.0"></a>
|
|
64
96
|
|
|
65
97
|
## 2022-04-26, Version 16.15.0 'Gallium' (LTS), @danielleadams
|
package/README.md
CHANGED
|
@@ -669,10 +669,14 @@ Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):
|
|
|
669
669
|
`74F12602B6F1C4E913FAA37AD3A89613643B6201`
|
|
670
670
|
* **James M Snell** <<jasnell@keybase.io>>
|
|
671
671
|
`71DCFD284A79C3B38668286BC97EC7A07EDE3FC1`
|
|
672
|
+
* **Juan José Arboleda** <<soyjuanarbol@gmail.com>>
|
|
673
|
+
`61FC681DFB92A079F1685E77973F295594EC4689`
|
|
672
674
|
* **Michaël Zasso** <<targos@protonmail.com>>
|
|
673
675
|
`8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600`
|
|
674
676
|
* **Myles Borins** <<myles.borins@gmail.com>>
|
|
675
677
|
`C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8`
|
|
678
|
+
* **RafaelGSS** <<rafael.nunu@hotmail.com>>
|
|
679
|
+
`890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4`
|
|
676
680
|
* **Richard Lau** <<rlau@redhat.com>>
|
|
677
681
|
`C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C`
|
|
678
682
|
* **Rod Vagg** <<rod@vagg.org>>
|
|
@@ -693,8 +697,10 @@ gpg --keyserver hkps://keys.openpgp.org --recv-keys 141F07595B7B3FFE74309A937405
|
|
|
693
697
|
gpg --keyserver hkps://keys.openpgp.org --recv-keys 94AE36675C464D64BAFA68DD7434390BDBE9B9C5
|
|
694
698
|
gpg --keyserver hkps://keys.openpgp.org --recv-keys 74F12602B6F1C4E913FAA37AD3A89613643B6201
|
|
695
699
|
gpg --keyserver hkps://keys.openpgp.org --recv-keys 71DCFD284A79C3B38668286BC97EC7A07EDE3FC1
|
|
700
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys 61FC681DFB92A079F1685E77973F295594EC4689
|
|
696
701
|
gpg --keyserver hkps://keys.openpgp.org --recv-keys 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600
|
|
697
702
|
gpg --keyserver hkps://keys.openpgp.org --recv-keys C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8
|
|
703
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys 890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4
|
|
698
704
|
gpg --keyserver hkps://keys.openpgp.org --recv-keys C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C
|
|
699
705
|
gpg --keyserver hkps://keys.openpgp.org --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D
|
|
700
706
|
gpg --keyserver hkps://keys.openpgp.org --recv-keys A48C2BEE680E841632CD4E44F07496B3EB3C1762
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED
package/include/node/config.gypi
CHANGED
|
@@ -30,276 +30,276 @@
|
|
|
30
30
|
'node_enable_d8': 'false',
|
|
31
31
|
'node_install_corepack': 'true',
|
|
32
32
|
'node_install_npm': 'true',
|
|
33
|
-
'node_library_files': [ 'lib/
|
|
34
|
-
'lib/
|
|
33
|
+
'node_library_files': [ 'lib/tty.js',
|
|
34
|
+
'lib/process.js',
|
|
35
35
|
'lib/_stream_wrap.js',
|
|
36
|
-
'lib/module.js',
|
|
37
|
-
'lib/_stream_transform.js',
|
|
38
|
-
'lib/punycode.js',
|
|
39
|
-
'lib/buffer.js',
|
|
40
|
-
'lib/_stream_writable.js',
|
|
41
36
|
'lib/string_decoder.js',
|
|
42
|
-
'lib/
|
|
43
|
-
'lib/
|
|
44
|
-
'lib/diagnostics_channel.js',
|
|
45
|
-
'lib/wasi.js',
|
|
46
|
-
'lib/util.js',
|
|
47
|
-
'lib/sys.js',
|
|
48
|
-
'lib/tls.js',
|
|
49
|
-
'lib/dns.js',
|
|
37
|
+
'lib/child_process.js',
|
|
38
|
+
'lib/async_hooks.js',
|
|
50
39
|
'lib/_tls_common.js',
|
|
51
|
-
'lib/os.js',
|
|
52
|
-
'lib/assert.js',
|
|
53
|
-
'lib/trace_events.js',
|
|
54
|
-
'lib/worker_threads.js',
|
|
55
|
-
'lib/path.js',
|
|
56
|
-
'lib/http2.js',
|
|
57
40
|
'lib/readline.js',
|
|
58
|
-
'lib/
|
|
59
|
-
'lib/
|
|
60
|
-
'lib/
|
|
61
|
-
'lib/async_hooks.js',
|
|
62
|
-
'lib/_tls_wrap.js',
|
|
63
|
-
'lib/v8.js',
|
|
64
|
-
'lib/events.js',
|
|
65
|
-
'lib/constants.js',
|
|
66
|
-
'lib/tty.js',
|
|
67
|
-
'lib/process.js',
|
|
41
|
+
'lib/buffer.js',
|
|
42
|
+
'lib/util.js',
|
|
43
|
+
'lib/trace_events.js',
|
|
68
44
|
'lib/dgram.js',
|
|
69
|
-
'lib/
|
|
70
|
-
'lib/
|
|
45
|
+
'lib/_http_incoming.js',
|
|
46
|
+
'lib/url.js',
|
|
47
|
+
'lib/v8.js',
|
|
48
|
+
'lib/zlib.js',
|
|
49
|
+
'lib/wasi.js',
|
|
50
|
+
'lib/punycode.js',
|
|
51
|
+
'lib/net.js',
|
|
52
|
+
'lib/worker_threads.js',
|
|
53
|
+
'lib/sys.js',
|
|
71
54
|
'lib/http.js',
|
|
55
|
+
'lib/http2.js',
|
|
72
56
|
'lib/_stream_duplex.js',
|
|
57
|
+
'lib/querystring.js',
|
|
58
|
+
'lib/diagnostics_channel.js',
|
|
59
|
+
'lib/_stream_passthrough.js',
|
|
60
|
+
'lib/_http_client.js',
|
|
61
|
+
'lib/cluster.js',
|
|
73
62
|
'lib/vm.js',
|
|
74
|
-
'lib/https.js',
|
|
75
|
-
'lib/perf_hooks.js',
|
|
76
|
-
'lib/child_process.js',
|
|
77
|
-
'lib/stream.js',
|
|
78
63
|
'lib/timers.js',
|
|
79
|
-
'lib/
|
|
80
|
-
'lib/
|
|
81
|
-
'lib/
|
|
64
|
+
'lib/_http_server.js',
|
|
65
|
+
'lib/_stream_transform.js',
|
|
66
|
+
'lib/_stream_readable.js',
|
|
67
|
+
'lib/repl.js',
|
|
68
|
+
'lib/module.js',
|
|
69
|
+
'lib/assert.js',
|
|
70
|
+
'lib/dns.js',
|
|
82
71
|
'lib/fs.js',
|
|
83
|
-
'lib/
|
|
72
|
+
'lib/inspector.js',
|
|
73
|
+
'lib/_http_outgoing.js',
|
|
74
|
+
'lib/os.js',
|
|
75
|
+
'lib/path.js',
|
|
76
|
+
'lib/_stream_writable.js',
|
|
77
|
+
'lib/tls.js',
|
|
84
78
|
'lib/console.js',
|
|
85
|
-
'lib/
|
|
86
|
-
'lib/
|
|
79
|
+
'lib/domain.js',
|
|
80
|
+
'lib/perf_hooks.js',
|
|
81
|
+
'lib/events.js',
|
|
82
|
+
'lib/_http_common.js',
|
|
83
|
+
'lib/https.js',
|
|
84
|
+
'lib/crypto.js',
|
|
85
|
+
'lib/stream.js',
|
|
87
86
|
'lib/_http_agent.js',
|
|
88
|
-
'lib/
|
|
89
|
-
'lib/
|
|
90
|
-
'lib/
|
|
91
|
-
'lib/path/posix.js',
|
|
92
|
-
'lib/stream/promises.js',
|
|
93
|
-
'lib/stream/consumers.js',
|
|
94
|
-
'lib/stream/web.js',
|
|
95
|
-
'lib/fs/promises.js',
|
|
96
|
-
'lib/internal/url.js',
|
|
97
|
-
'lib/internal/priority_queue.js',
|
|
98
|
-
'lib/internal/watchdog.js',
|
|
99
|
-
'lib/internal/socket_list.js',
|
|
100
|
-
'lib/internal/buffer.js',
|
|
101
|
-
'lib/internal/freelist.js',
|
|
87
|
+
'lib/_tls_wrap.js',
|
|
88
|
+
'lib/constants.js',
|
|
89
|
+
'lib/internal/tty.js',
|
|
102
90
|
'lib/internal/trace_events_async_hooks.js',
|
|
103
|
-
'lib/internal/
|
|
104
|
-
'lib/internal/
|
|
91
|
+
'lib/internal/child_process.js',
|
|
92
|
+
'lib/internal/async_hooks.js',
|
|
93
|
+
'lib/internal/buffer.js',
|
|
94
|
+
'lib/internal/priority_queue.js',
|
|
105
95
|
'lib/internal/util.js',
|
|
96
|
+
'lib/internal/error_serdes.js',
|
|
106
97
|
'lib/internal/options.js',
|
|
107
|
-
'lib/internal/
|
|
108
|
-
'lib/internal/
|
|
109
|
-
'lib/internal/heap_utils.js',
|
|
110
|
-
'lib/internal/v8_prof_processor.js',
|
|
111
|
-
'lib/internal/encoding.js',
|
|
112
|
-
'lib/internal/validators.js',
|
|
113
|
-
'lib/internal/worker.js',
|
|
114
|
-
'lib/internal/idna.js',
|
|
98
|
+
'lib/internal/dgram.js',
|
|
99
|
+
'lib/internal/url.js',
|
|
115
100
|
'lib/internal/abort_controller.js',
|
|
116
|
-
'lib/internal/
|
|
117
|
-
'lib/internal/
|
|
118
|
-
'lib/internal/constants.js',
|
|
119
|
-
'lib/internal/tty.js',
|
|
101
|
+
'lib/internal/v8_prof_processor.js',
|
|
102
|
+
'lib/internal/blocklist.js',
|
|
120
103
|
'lib/internal/blob.js',
|
|
121
|
-
'lib/internal/
|
|
104
|
+
'lib/internal/freeze_intrinsics.js',
|
|
105
|
+
'lib/internal/stream_base_commons.js',
|
|
122
106
|
'lib/internal/js_stream_socket.js',
|
|
107
|
+
'lib/internal/net.js',
|
|
123
108
|
'lib/internal/http.js',
|
|
124
|
-
'lib/internal/
|
|
125
|
-
'lib/internal/
|
|
126
|
-
'lib/internal/linkedlist.js',
|
|
127
|
-
'lib/internal/child_process.js',
|
|
109
|
+
'lib/internal/querystring.js',
|
|
110
|
+
'lib/internal/event_target.js',
|
|
128
111
|
'lib/internal/histogram.js',
|
|
129
|
-
'lib/internal/error_serdes.js',
|
|
130
112
|
'lib/internal/timers.js',
|
|
131
|
-
'lib/internal/
|
|
132
|
-
'lib/internal/net.js',
|
|
133
|
-
'lib/internal/v8_prof_polyfill.js',
|
|
134
|
-
'lib/internal/freeze_intrinsics.js',
|
|
135
|
-
'lib/internal/errors.js',
|
|
113
|
+
'lib/internal/promise_hooks.js',
|
|
136
114
|
'lib/internal/socketaddress.js',
|
|
115
|
+
'lib/internal/linkedlist.js',
|
|
116
|
+
'lib/internal/encoding.js',
|
|
137
117
|
'lib/internal/repl.js',
|
|
138
|
-
'lib/internal/
|
|
139
|
-
'lib/internal/
|
|
140
|
-
'lib/internal/
|
|
141
|
-
'lib/internal/
|
|
118
|
+
'lib/internal/idna.js',
|
|
119
|
+
'lib/internal/assert.js',
|
|
120
|
+
'lib/internal/errors.js',
|
|
121
|
+
'lib/internal/heap_utils.js',
|
|
122
|
+
'lib/internal/socket_list.js',
|
|
123
|
+
'lib/internal/freelist.js',
|
|
124
|
+
'lib/internal/v8_prof_polyfill.js',
|
|
125
|
+
'lib/internal/validators.js',
|
|
126
|
+
'lib/internal/inspector_async_hook.js',
|
|
127
|
+
'lib/internal/cli_table.js',
|
|
128
|
+
'lib/internal/worker.js',
|
|
129
|
+
'lib/internal/fixed_queue.js',
|
|
130
|
+
'lib/internal/dtrace.js',
|
|
131
|
+
'lib/internal/watchdog.js',
|
|
132
|
+
'lib/internal/constants.js',
|
|
133
|
+
'lib/internal/streams/add-abort-signal.js',
|
|
134
|
+
'lib/internal/streams/readable.js',
|
|
135
|
+
'lib/internal/streams/writable.js',
|
|
136
|
+
'lib/internal/streams/destroy.js',
|
|
137
|
+
'lib/internal/streams/buffer_list.js',
|
|
138
|
+
'lib/internal/streams/duplexify.js',
|
|
139
|
+
'lib/internal/streams/passthrough.js',
|
|
140
|
+
'lib/internal/streams/legacy.js',
|
|
141
|
+
'lib/internal/streams/duplex.js',
|
|
142
|
+
'lib/internal/streams/end-of-stream.js',
|
|
143
|
+
'lib/internal/streams/state.js',
|
|
144
|
+
'lib/internal/streams/operators.js',
|
|
145
|
+
'lib/internal/streams/pipeline.js',
|
|
146
|
+
'lib/internal/streams/lazy_transform.js',
|
|
147
|
+
'lib/internal/streams/transform.js',
|
|
148
|
+
'lib/internal/streams/compose.js',
|
|
149
|
+
'lib/internal/streams/utils.js',
|
|
150
|
+
'lib/internal/streams/from.js',
|
|
151
|
+
'lib/internal/webstreams/writablestream.js',
|
|
152
|
+
'lib/internal/webstreams/util.js',
|
|
153
|
+
'lib/internal/webstreams/transformstream.js',
|
|
154
|
+
'lib/internal/webstreams/encoding.js',
|
|
155
|
+
'lib/internal/webstreams/queuingstrategies.js',
|
|
156
|
+
'lib/internal/webstreams/compression.js',
|
|
157
|
+
'lib/internal/webstreams/transfer.js',
|
|
158
|
+
'lib/internal/webstreams/adapters.js',
|
|
159
|
+
'lib/internal/webstreams/readablestream.js',
|
|
142
160
|
'lib/internal/cluster/round_robin_handle.js',
|
|
143
161
|
'lib/internal/cluster/child.js',
|
|
144
|
-
'lib/internal/cluster/worker.js',
|
|
145
|
-
'lib/internal/cluster/utils.js',
|
|
146
162
|
'lib/internal/cluster/shared_handle.js',
|
|
147
163
|
'lib/internal/cluster/primary.js',
|
|
148
|
-
'lib/internal/
|
|
149
|
-
'lib/internal/
|
|
150
|
-
'lib/internal/
|
|
151
|
-
'lib/internal/
|
|
152
|
-
'lib/internal/
|
|
153
|
-
'lib/internal/
|
|
154
|
-
'lib/internal/
|
|
155
|
-
'lib/internal/
|
|
156
|
-
'lib/internal/readline/interface.js',
|
|
164
|
+
'lib/internal/cluster/utils.js',
|
|
165
|
+
'lib/internal/cluster/worker.js',
|
|
166
|
+
'lib/internal/http2/compat.js',
|
|
167
|
+
'lib/internal/http2/core.js',
|
|
168
|
+
'lib/internal/http2/util.js',
|
|
169
|
+
'lib/internal/tls/secure-pair.js',
|
|
170
|
+
'lib/internal/tls/secure-context.js',
|
|
171
|
+
'lib/internal/tls/parse-cert-string.js',
|
|
157
172
|
'lib/internal/readline/emitKeypressEvents.js',
|
|
158
|
-
'lib/internal/readline/
|
|
173
|
+
'lib/internal/readline/interface.js',
|
|
159
174
|
'lib/internal/readline/utils.js',
|
|
160
|
-
'lib/internal/
|
|
175
|
+
'lib/internal/readline/callbacks.js',
|
|
176
|
+
'lib/internal/console/global.js',
|
|
177
|
+
'lib/internal/console/constructor.js',
|
|
178
|
+
'lib/internal/crypto/keys.js',
|
|
179
|
+
'lib/internal/crypto/rsa.js',
|
|
180
|
+
'lib/internal/crypto/util.js',
|
|
181
|
+
'lib/internal/crypto/x509.js',
|
|
182
|
+
'lib/internal/crypto/ec.js',
|
|
183
|
+
'lib/internal/crypto/dsa.js',
|
|
184
|
+
'lib/internal/crypto/cipher.js',
|
|
185
|
+
'lib/internal/crypto/hashnames.js',
|
|
186
|
+
'lib/internal/crypto/certificate.js',
|
|
187
|
+
'lib/internal/crypto/aes.js',
|
|
188
|
+
'lib/internal/crypto/sig.js',
|
|
189
|
+
'lib/internal/crypto/mac.js',
|
|
190
|
+
'lib/internal/crypto/pbkdf2.js',
|
|
191
|
+
'lib/internal/crypto/random.js',
|
|
192
|
+
'lib/internal/crypto/scrypt.js',
|
|
193
|
+
'lib/internal/crypto/hash.js',
|
|
194
|
+
'lib/internal/crypto/webcrypto.js',
|
|
195
|
+
'lib/internal/crypto/hkdf.js',
|
|
196
|
+
'lib/internal/crypto/diffiehellman.js',
|
|
197
|
+
'lib/internal/crypto/keygen.js',
|
|
198
|
+
'lib/internal/vm/module.js',
|
|
199
|
+
'lib/internal/dns/promises.js',
|
|
200
|
+
'lib/internal/dns/utils.js',
|
|
201
|
+
'lib/internal/assert/calltracker.js',
|
|
202
|
+
'lib/internal/assert/assertion_error.js',
|
|
203
|
+
'lib/internal/repl/history.js',
|
|
204
|
+
'lib/internal/repl/await.js',
|
|
205
|
+
'lib/internal/repl/utils.js',
|
|
206
|
+
'lib/internal/debugger/inspect_repl.js',
|
|
207
|
+
'lib/internal/debugger/inspect_client.js',
|
|
208
|
+
'lib/internal/debugger/inspect.js',
|
|
209
|
+
'lib/internal/legacy/processbinding.js',
|
|
210
|
+
'lib/internal/perf/usertiming.js',
|
|
211
|
+
'lib/internal/perf/performance_entry.js',
|
|
212
|
+
'lib/internal/perf/event_loop_delay.js',
|
|
213
|
+
'lib/internal/perf/nodetiming.js',
|
|
214
|
+
'lib/internal/perf/observe.js',
|
|
215
|
+
'lib/internal/perf/timerify.js',
|
|
216
|
+
'lib/internal/perf/event_loop_utilization.js',
|
|
217
|
+
'lib/internal/perf/performance.js',
|
|
218
|
+
'lib/internal/perf/utils.js',
|
|
161
219
|
'lib/internal/modules/run_main.js',
|
|
220
|
+
'lib/internal/modules/package_json_reader.js',
|
|
162
221
|
'lib/internal/modules/cjs/helpers.js',
|
|
163
222
|
'lib/internal/modules/cjs/loader.js',
|
|
164
|
-
'lib/internal/modules/esm/module_map.js',
|
|
165
|
-
'lib/internal/modules/esm/translators.js',
|
|
166
|
-
'lib/internal/modules/esm/load.js',
|
|
167
223
|
'lib/internal/modules/esm/initialize_import_meta.js',
|
|
168
|
-
'lib/internal/modules/esm/
|
|
169
|
-
'lib/internal/modules/esm/module_job.js',
|
|
170
|
-
'lib/internal/modules/esm/fetch_module.js',
|
|
171
|
-
'lib/internal/modules/esm/get_format.js',
|
|
224
|
+
'lib/internal/modules/esm/resolve.js',
|
|
172
225
|
'lib/internal/modules/esm/create_dynamic_module.js',
|
|
173
|
-
'lib/internal/modules/esm/
|
|
226
|
+
'lib/internal/modules/esm/module_job.js',
|
|
174
227
|
'lib/internal/modules/esm/formats.js',
|
|
175
228
|
'lib/internal/modules/esm/get_source.js',
|
|
229
|
+
'lib/internal/modules/esm/get_format.js',
|
|
230
|
+
'lib/internal/modules/esm/assert.js',
|
|
231
|
+
'lib/internal/modules/esm/load.js',
|
|
232
|
+
'lib/internal/modules/esm/translators.js',
|
|
233
|
+
'lib/internal/modules/esm/module_map.js',
|
|
234
|
+
'lib/internal/modules/esm/loader.js',
|
|
176
235
|
'lib/internal/modules/esm/handle_process_exit.js',
|
|
177
|
-
'lib/internal/modules/esm/
|
|
178
|
-
'lib/internal/
|
|
179
|
-
'lib/internal/
|
|
180
|
-
'lib/internal/
|
|
181
|
-
'lib/internal/
|
|
182
|
-
'lib/internal/
|
|
183
|
-
'lib/internal/
|
|
184
|
-
'lib/internal/
|
|
185
|
-
'lib/internal/
|
|
186
|
-
'lib/internal/
|
|
187
|
-
'lib/internal/
|
|
188
|
-
'lib/internal/
|
|
189
|
-
'lib/internal/fs/cp/cp-sync.js',
|
|
190
|
-
'lib/internal/fs/cp/cp.js',
|
|
191
|
-
'lib/internal/streams/compose.js',
|
|
192
|
-
'lib/internal/streams/from.js',
|
|
193
|
-
'lib/internal/streams/state.js',
|
|
194
|
-
'lib/internal/streams/transform.js',
|
|
195
|
-
'lib/internal/streams/end-of-stream.js',
|
|
196
|
-
'lib/internal/streams/destroy.js',
|
|
197
|
-
'lib/internal/streams/writable.js',
|
|
198
|
-
'lib/internal/streams/utils.js',
|
|
199
|
-
'lib/internal/streams/readable.js',
|
|
200
|
-
'lib/internal/streams/add-abort-signal.js',
|
|
201
|
-
'lib/internal/streams/operators.js',
|
|
202
|
-
'lib/internal/streams/duplex.js',
|
|
203
|
-
'lib/internal/streams/duplexify.js',
|
|
204
|
-
'lib/internal/streams/buffer_list.js',
|
|
205
|
-
'lib/internal/streams/passthrough.js',
|
|
206
|
-
'lib/internal/streams/legacy.js',
|
|
207
|
-
'lib/internal/streams/pipeline.js',
|
|
208
|
-
'lib/internal/streams/lazy_transform.js',
|
|
209
|
-
'lib/internal/process/worker_thread_only.js',
|
|
210
|
-
'lib/internal/process/execution.js',
|
|
211
|
-
'lib/internal/process/signal.js',
|
|
212
|
-
'lib/internal/process/promises.js',
|
|
213
|
-
'lib/internal/process/per_thread.js',
|
|
214
|
-
'lib/internal/process/esm_loader.js',
|
|
215
|
-
'lib/internal/process/task_queues.js',
|
|
216
|
-
'lib/internal/process/warning.js',
|
|
217
|
-
'lib/internal/process/policy.js',
|
|
218
|
-
'lib/internal/process/report.js',
|
|
219
|
-
'lib/internal/per_context/domexception.js',
|
|
236
|
+
'lib/internal/modules/esm/fetch_module.js',
|
|
237
|
+
'lib/internal/test/binding.js',
|
|
238
|
+
'lib/internal/test/transfer.js',
|
|
239
|
+
'lib/internal/bootstrap/environment.js',
|
|
240
|
+
'lib/internal/bootstrap/pre_execution.js',
|
|
241
|
+
'lib/internal/bootstrap/loaders.js',
|
|
242
|
+
'lib/internal/bootstrap/node.js',
|
|
243
|
+
'lib/internal/bootstrap/switches/is_main_thread.js',
|
|
244
|
+
'lib/internal/bootstrap/switches/does_own_process_state.js',
|
|
245
|
+
'lib/internal/bootstrap/switches/does_not_own_process_state.js',
|
|
246
|
+
'lib/internal/bootstrap/switches/is_not_main_thread.js',
|
|
247
|
+
'lib/internal/child_process/serialization.js',
|
|
220
248
|
'lib/internal/per_context/messageport.js',
|
|
221
249
|
'lib/internal/per_context/primordials.js',
|
|
222
|
-
'lib/internal/
|
|
223
|
-
'lib/internal/tls/secure-pair.js',
|
|
224
|
-
'lib/internal/tls/secure-context.js',
|
|
225
|
-
'lib/internal/assert/assertion_error.js',
|
|
226
|
-
'lib/internal/assert/calltracker.js',
|
|
227
|
-
'lib/internal/console/constructor.js',
|
|
228
|
-
'lib/internal/console/global.js',
|
|
229
|
-
'lib/internal/util/comparisons.js',
|
|
230
|
-
'lib/internal/util/inspector.js',
|
|
231
|
-
'lib/internal/util/iterable_weak_map.js',
|
|
232
|
-
'lib/internal/util/debuglog.js',
|
|
233
|
-
'lib/internal/util/types.js',
|
|
234
|
-
'lib/internal/util/inspect.js',
|
|
250
|
+
'lib/internal/per_context/domexception.js',
|
|
235
251
|
'lib/internal/source_map/source_map_cache.js',
|
|
236
252
|
'lib/internal/source_map/source_map.js',
|
|
237
253
|
'lib/internal/source_map/prepare_stack_trace.js',
|
|
238
|
-
'lib/internal/
|
|
239
|
-
'lib/internal/
|
|
240
|
-
'lib/internal/policy
|
|
254
|
+
'lib/internal/process/promises.js',
|
|
255
|
+
'lib/internal/process/report.js',
|
|
256
|
+
'lib/internal/process/policy.js',
|
|
257
|
+
'lib/internal/process/worker_thread_only.js',
|
|
258
|
+
'lib/internal/process/task_queues.js',
|
|
259
|
+
'lib/internal/process/signal.js',
|
|
260
|
+
'lib/internal/process/esm_loader.js',
|
|
261
|
+
'lib/internal/process/per_thread.js',
|
|
262
|
+
'lib/internal/process/execution.js',
|
|
263
|
+
'lib/internal/process/warning.js',
|
|
241
264
|
'lib/internal/policy/manifest.js',
|
|
242
|
-
'lib/internal/
|
|
243
|
-
'lib/internal/main/eval_stdin.js',
|
|
244
|
-
'lib/internal/main/run_main_module.js',
|
|
265
|
+
'lib/internal/policy/sri.js',
|
|
245
266
|
'lib/internal/main/print_help.js',
|
|
246
|
-
'lib/internal/main/
|
|
247
|
-
'lib/internal/main/prof_process.js',
|
|
248
|
-
'lib/internal/main/inspect.js',
|
|
267
|
+
'lib/internal/main/run_main_module.js',
|
|
249
268
|
'lib/internal/main/check_syntax.js',
|
|
269
|
+
'lib/internal/main/worker_thread.js',
|
|
250
270
|
'lib/internal/main/repl.js',
|
|
251
|
-
'lib/internal/
|
|
252
|
-
'lib/internal/
|
|
253
|
-
'lib/internal/
|
|
254
|
-
'lib/internal/
|
|
255
|
-
'lib/internal/
|
|
256
|
-
'lib/internal/
|
|
257
|
-
'lib/internal/
|
|
258
|
-
'lib/internal/
|
|
259
|
-
'lib/internal/
|
|
260
|
-
'lib/internal/
|
|
261
|
-
'lib/internal/
|
|
262
|
-
'lib/internal/
|
|
263
|
-
'lib/internal/
|
|
264
|
-
'lib/internal/
|
|
265
|
-
'lib/internal/
|
|
266
|
-
'lib/internal/
|
|
267
|
-
'lib/internal/
|
|
268
|
-
'lib/internal/
|
|
269
|
-
'lib/internal/
|
|
270
|
-
'lib/internal/
|
|
271
|
-
'lib/internal/
|
|
272
|
-
'lib/internal/
|
|
273
|
-
'lib/
|
|
274
|
-
'lib/internal/crypto/pbkdf2.js',
|
|
275
|
-
'lib/internal/crypto/diffiehellman.js',
|
|
276
|
-
'lib/internal/crypto/dsa.js',
|
|
277
|
-
'lib/internal/crypto/random.js',
|
|
278
|
-
'lib/internal/crypto/certificate.js',
|
|
279
|
-
'lib/internal/crypto/ec.js',
|
|
280
|
-
'lib/internal/crypto/hashnames.js',
|
|
281
|
-
'lib/internal/crypto/aes.js',
|
|
282
|
-
'lib/internal/crypto/webcrypto.js',
|
|
283
|
-
'lib/internal/webstreams/transfer.js',
|
|
284
|
-
'lib/internal/webstreams/adapters.js',
|
|
285
|
-
'lib/internal/webstreams/util.js',
|
|
286
|
-
'lib/internal/webstreams/writablestream.js',
|
|
287
|
-
'lib/internal/webstreams/encoding.js',
|
|
288
|
-
'lib/internal/webstreams/transformstream.js',
|
|
289
|
-
'lib/internal/webstreams/readablestream.js',
|
|
290
|
-
'lib/internal/webstreams/queuingstrategies.js',
|
|
291
|
-
'lib/internal/webstreams/compression.js',
|
|
292
|
-
'lib/internal/http2/util.js',
|
|
293
|
-
'lib/internal/http2/compat.js',
|
|
294
|
-
'lib/internal/http2/core.js',
|
|
295
|
-
'lib/internal/test/transfer.js',
|
|
296
|
-
'lib/internal/test/binding.js',
|
|
297
|
-
'lib/internal/debugger/inspect_client.js',
|
|
298
|
-
'lib/internal/debugger/inspect_repl.js',
|
|
299
|
-
'lib/internal/debugger/inspect.js',
|
|
271
|
+
'lib/internal/main/inspect.js',
|
|
272
|
+
'lib/internal/main/eval_string.js',
|
|
273
|
+
'lib/internal/main/eval_stdin.js',
|
|
274
|
+
'lib/internal/main/prof_process.js',
|
|
275
|
+
'lib/internal/util/types.js',
|
|
276
|
+
'lib/internal/util/iterable_weak_map.js',
|
|
277
|
+
'lib/internal/util/inspect.js',
|
|
278
|
+
'lib/internal/util/inspector.js',
|
|
279
|
+
'lib/internal/util/comparisons.js',
|
|
280
|
+
'lib/internal/util/debuglog.js',
|
|
281
|
+
'lib/internal/worker/io.js',
|
|
282
|
+
'lib/internal/worker/js_transferable.js',
|
|
283
|
+
'lib/internal/fs/promises.js',
|
|
284
|
+
'lib/internal/fs/dir.js',
|
|
285
|
+
'lib/internal/fs/streams.js',
|
|
286
|
+
'lib/internal/fs/sync_write_stream.js',
|
|
287
|
+
'lib/internal/fs/rimraf.js',
|
|
288
|
+
'lib/internal/fs/read_file_context.js',
|
|
289
|
+
'lib/internal/fs/watchers.js',
|
|
290
|
+
'lib/internal/fs/utils.js',
|
|
291
|
+
'lib/internal/fs/cp/cp-sync.js',
|
|
292
|
+
'lib/internal/fs/cp/cp.js',
|
|
293
|
+
'lib/dns/promises.js',
|
|
300
294
|
'lib/assert/strict.js',
|
|
295
|
+
'lib/timers/promises.js',
|
|
296
|
+
'lib/path/posix.js',
|
|
297
|
+
'lib/path/win32.js',
|
|
298
|
+
'lib/stream/promises.js',
|
|
299
|
+
'lib/stream/consumers.js',
|
|
300
|
+
'lib/stream/web.js',
|
|
301
301
|
'lib/util/types.js',
|
|
302
|
-
'lib/
|
|
302
|
+
'lib/fs/promises.js'],
|
|
303
303
|
'node_module_version': 93,
|
|
304
304
|
'node_no_browser_globals': 'false',
|
|
305
305
|
'node_prefix': '/',
|