node-linux-arm64 14.19.1 → 14.19.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 +51 -0
- package/README.md +15 -12
- package/bin/node +0 -0
- package/include/node/common.gypi +1 -1
- package/include/node/config.gypi +177 -177
- package/include/node/node_version.h +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
</tr>
|
|
12
12
|
<tr>
|
|
13
13
|
<td valign="top">
|
|
14
|
+
<a href="#14.19.2">14.19.2</a><br/>
|
|
14
15
|
<a href="#14.19.1">14.19.1</a><br/>
|
|
15
16
|
<a href="#14.19.0">14.19.0</a><br/>
|
|
16
17
|
<a href="#14.18.3">14.18.3</a><br/>
|
|
@@ -71,6 +72,56 @@
|
|
|
71
72
|
* [io.js](CHANGELOG_IOJS.md)
|
|
72
73
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
73
74
|
|
|
75
|
+
<a id="14.19.2"></a>
|
|
76
|
+
|
|
77
|
+
## 2022-05-04, Version 14.19.2 'Fermium' (LTS), @BethGriggs prepared by @juanarbol
|
|
78
|
+
|
|
79
|
+
### Notable Changes
|
|
80
|
+
|
|
81
|
+
**doc:**
|
|
82
|
+
|
|
83
|
+
* New release key for Bryan English
|
|
84
|
+
|
|
85
|
+
Learn more at: https://github.com/nodejs/node/pull/42102
|
|
86
|
+
Contributed by Bryan English (@bengl)
|
|
87
|
+
|
|
88
|
+
**npm:**
|
|
89
|
+
|
|
90
|
+
* Upgrade `npm` to `v6.14.17`.
|
|
91
|
+
|
|
92
|
+
Learn more at: https://github.com/nodejs/node/pull/42900
|
|
93
|
+
Contributed by Ruy Adorno (@ruyadorno)
|
|
94
|
+
|
|
95
|
+
**V8:**
|
|
96
|
+
|
|
97
|
+
* V8 had a stack overflow issue affecting the `vm` module, cherry-picking [`cc9a8a37445e`](https://github.com/v8/v8/commit/cc9a8a37445eeffff17474020bb6038c2f9af9fc)
|
|
98
|
+
from V8 solves this issue.
|
|
99
|
+
|
|
100
|
+
Learn more at: https://github.com/nodejs/node/pull/41826
|
|
101
|
+
Contributed by Gus Caplan (@devsnek)
|
|
102
|
+
|
|
103
|
+
* Using `getHeapSnapshot()` was causing a Node.js crash due a V8 issue, this is fixed by backporting [`367b0c1e7a32`](https://github.com/v8/v8/commit/367b0c1e7a323deafeab56736b01bc7e14fc1998)
|
|
104
|
+
from V8.
|
|
105
|
+
|
|
106
|
+
Learn more at: https://github.com/nodejs/node/pull/42637
|
|
107
|
+
Contributed by Chengzhong Wu (@legendecas)
|
|
108
|
+
|
|
109
|
+
### Commits
|
|
110
|
+
|
|
111
|
+
* \[[`c73ac527d6`](https://github.com/nodejs/node/commit/c73ac527d6)] - **build**: set DESTCPU correctly for 'make binary' on Apple Silicon (Chris Heisterkamp) [#40147](https://github.com/nodejs/node/pull/40147)
|
|
112
|
+
* \[[`dcaed6db24`](https://github.com/nodejs/node/commit/dcaed6db24)] - **build**: use ccache in make-v8.sh on ppc64le and s390x (Richard Lau) [#42204](https://github.com/nodejs/node/pull/42204)
|
|
113
|
+
* \[[`4203d132b1`](https://github.com/nodejs/node/commit/4203d132b1)] - **child\_process**: queue pending messages (Erick Wendel) [#41221](https://github.com/nodejs/node/pull/41221)
|
|
114
|
+
* \[[`a3ebdbfe8f`](https://github.com/nodejs/node/commit/a3ebdbfe8f)] - **deps**: upgrade npm to 6.14.17 (Ruy Adorno) [#42900](https://github.com/nodejs/node/pull/42900)
|
|
115
|
+
* \[[`39e44f8382`](https://github.com/nodejs/node/commit/39e44f8382)] - **deps**: V8: cherry-pick cc9a8a37445e (Gus Caplan) [#41826](https://github.com/nodejs/node/pull/41826)
|
|
116
|
+
* \[[`b52a268b6f`](https://github.com/nodejs/node/commit/b52a268b6f)] - **deps**: V8: cherry-pick 367b0c1e7a32 (legendecas) [#42637](https://github.com/nodejs/node/pull/42637)
|
|
117
|
+
* \[[`77ba012065`](https://github.com/nodejs/node/commit/77ba012065)] - **doc**: fix documentation of `FileHandle.prototype.appendFile` (Antoine du Hamel) [#42588](https://github.com/nodejs/node/pull/42588)
|
|
118
|
+
* \[[`3d3d7ed1b7`](https://github.com/nodejs/node/commit/3d3d7ed1b7)] - **doc**: specify flag needed for JSON and Wasm modules (Rich Trott) [#42736](https://github.com/nodejs/node/pull/42736)
|
|
119
|
+
* \[[`542d812c93`](https://github.com/nodejs/node/commit/542d812c93)] - **doc**: use openpgp.org for keyserver examples (Nick Schonning) [#39227](https://github.com/nodejs/node/pull/39227)
|
|
120
|
+
* \[[`7f2825b1a9`](https://github.com/nodejs/node/commit/7f2825b1a9)] - **doc**: add release key for Bryan English (Bryan English) [#42102](https://github.com/nodejs/node/pull/42102)
|
|
121
|
+
* \[[`75302d3dce`](https://github.com/nodejs/node/commit/75302d3dce)] - **fs**: fix write methods param validation and docs (Livia Medeiros) [#41677](https://github.com/nodejs/node/pull/41677)
|
|
122
|
+
* \[[`d4171e0eac`](https://github.com/nodejs/node/commit/d4171e0eac)] - **stream**: resume stream on drain (Robert Nagy) [#41848](https://github.com/nodejs/node/pull/41848)
|
|
123
|
+
* \[[`de474c8b6f`](https://github.com/nodejs/node/commit/de474c8b6f)] - **worker**: do not send message if port is closing (Rich Trott) [#42357](https://github.com/nodejs/node/pull/42357)
|
|
124
|
+
|
|
74
125
|
<a id="14.19.1"></a>
|
|
75
126
|
|
|
76
127
|
## 2022-03-17, Version 14.19.1 'Fermium' (LTS), @richardlau
|
package/README.md
CHANGED
|
@@ -116,7 +116,7 @@ For Current and LTS, the GPG detached signature of `SHASUMS256.txt` is in
|
|
|
116
116
|
import the keys:
|
|
117
117
|
|
|
118
118
|
```console
|
|
119
|
-
$ gpg --keyserver
|
|
119
|
+
$ gpg --keyserver hkps://keys.openpgp.org --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D
|
|
120
120
|
```
|
|
121
121
|
|
|
122
122
|
See the bottom of this README for a full script to import active release keys.
|
|
@@ -635,6 +635,8 @@ Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):
|
|
|
635
635
|
|
|
636
636
|
* **Beth Griggs** <bgriggs@redhat.com>
|
|
637
637
|
`4ED778F539E3634C779C87C6D7062848A1AB005C`
|
|
638
|
+
* **Bryan English** <bryan@bryanenglish.com>
|
|
639
|
+
`141F07595B7B3FFE74309A937405533BE57C7D57`
|
|
638
640
|
* **Colin Ihrig** <cjihrig@gmail.com>
|
|
639
641
|
`94AE36675C464D64BAFA68DD7434390BDBE9B9C5`
|
|
640
642
|
* **Danielle Adams** <adamzdanielle@gmail.com>
|
|
@@ -660,17 +662,18 @@ To import the full set of trusted release keys (including subkeys possibly used
|
|
|
660
662
|
to sign releases):
|
|
661
663
|
|
|
662
664
|
```bash
|
|
663
|
-
gpg --keyserver
|
|
664
|
-
gpg --keyserver
|
|
665
|
-
gpg --keyserver
|
|
666
|
-
gpg --keyserver
|
|
667
|
-
gpg --keyserver
|
|
668
|
-
gpg --keyserver
|
|
669
|
-
gpg --keyserver
|
|
670
|
-
gpg --keyserver
|
|
671
|
-
gpg --keyserver
|
|
672
|
-
gpg --keyserver
|
|
673
|
-
gpg --keyserver
|
|
665
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys 4ED778F539E3634C779C87C6D7062848A1AB005C
|
|
666
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys 141F07595B7B3FFE74309A937405533BE57C7D57
|
|
667
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys 94AE36675C464D64BAFA68DD7434390BDBE9B9C5
|
|
668
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys 74F12602B6F1C4E913FAA37AD3A89613643B6201
|
|
669
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys 71DCFD284A79C3B38668286BC97EC7A07EDE3FC1
|
|
670
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600
|
|
671
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8
|
|
672
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C
|
|
673
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D
|
|
674
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys A48C2BEE680E841632CD4E44F07496B3EB3C1762
|
|
675
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys 108F52B48DB57BB0CC439B2997B01419BD92F80A
|
|
676
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys B9E2F5981AA6E0CD28160D9FF13993A75599653C
|
|
674
677
|
```
|
|
675
678
|
|
|
676
679
|
See the section above on [Verifying Binaries](#verifying-binaries) for how to
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED
package/include/node/config.gypi
CHANGED
|
@@ -31,224 +31,224 @@
|
|
|
31
31
|
'node_enable_d8': 'false',
|
|
32
32
|
'node_install_corepack': 'true',
|
|
33
33
|
'node_install_npm': 'true',
|
|
34
|
-
'node_library_files': [ 'lib/
|
|
35
|
-
'lib/
|
|
36
|
-
'lib/
|
|
37
|
-
'lib/
|
|
38
|
-
'lib/
|
|
34
|
+
'node_library_files': [ 'lib/tty.js',
|
|
35
|
+
'lib/process.js',
|
|
36
|
+
'lib/_stream_wrap.js',
|
|
37
|
+
'lib/string_decoder.js',
|
|
38
|
+
'lib/child_process.js',
|
|
39
|
+
'lib/async_hooks.js',
|
|
39
40
|
'lib/_tls_common.js',
|
|
40
|
-
'lib/
|
|
41
|
-
'lib/_stream_transform.js',
|
|
42
|
-
'lib/v8.js',
|
|
43
|
-
'lib/_http_incoming.js',
|
|
44
|
-
'lib/_stream_writable.js',
|
|
45
|
-
'lib/querystring.js',
|
|
46
|
-
'lib/net.js',
|
|
47
|
-
'lib/https.js',
|
|
48
|
-
'lib/_http_server.js',
|
|
49
|
-
'lib/_http_outgoing.js',
|
|
41
|
+
'lib/readline.js',
|
|
50
42
|
'lib/buffer.js',
|
|
51
|
-
'lib/
|
|
43
|
+
'lib/util.js',
|
|
44
|
+
'lib/trace_events.js',
|
|
52
45
|
'lib/dgram.js',
|
|
53
|
-
'lib/
|
|
46
|
+
'lib/_http_incoming.js',
|
|
54
47
|
'lib/url.js',
|
|
55
|
-
'lib/
|
|
56
|
-
'lib/
|
|
57
|
-
'lib/
|
|
58
|
-
'lib/console.js',
|
|
59
|
-
'lib/http.js',
|
|
60
|
-
'lib/stream.js',
|
|
61
|
-
'lib/repl.js',
|
|
62
|
-
'lib/string_decoder.js',
|
|
63
|
-
'lib/tty.js',
|
|
64
|
-
'lib/_stream_passthrough.js',
|
|
65
|
-
'lib/readline.js',
|
|
66
|
-
'lib/process.js',
|
|
67
|
-
'lib/fs.js',
|
|
68
|
-
'lib/vm.js',
|
|
69
|
-
'lib/events.js',
|
|
70
|
-
'lib/os.js',
|
|
71
|
-
'lib/tls.js',
|
|
48
|
+
'lib/v8.js',
|
|
49
|
+
'lib/zlib.js',
|
|
50
|
+
'lib/wasi.js',
|
|
72
51
|
'lib/punycode.js',
|
|
73
|
-
'lib/
|
|
74
|
-
'lib/
|
|
75
|
-
'lib/path.js',
|
|
76
|
-
'lib/dns.js',
|
|
52
|
+
'lib/net.js',
|
|
53
|
+
'lib/worker_threads.js',
|
|
77
54
|
'lib/sys.js',
|
|
78
|
-
'lib/
|
|
55
|
+
'lib/http.js',
|
|
79
56
|
'lib/http2.js',
|
|
80
|
-
'lib/
|
|
81
|
-
'lib/
|
|
82
|
-
'lib/
|
|
57
|
+
'lib/_stream_duplex.js',
|
|
58
|
+
'lib/querystring.js',
|
|
59
|
+
'lib/diagnostics_channel.js',
|
|
60
|
+
'lib/_stream_passthrough.js',
|
|
61
|
+
'lib/_http_client.js',
|
|
62
|
+
'lib/cluster.js',
|
|
63
|
+
'lib/vm.js',
|
|
64
|
+
'lib/timers.js',
|
|
65
|
+
'lib/_http_server.js',
|
|
66
|
+
'lib/_stream_transform.js',
|
|
83
67
|
'lib/_stream_readable.js',
|
|
84
|
-
'lib/
|
|
68
|
+
'lib/repl.js',
|
|
69
|
+
'lib/module.js',
|
|
85
70
|
'lib/assert.js',
|
|
86
|
-
'lib/
|
|
87
|
-
'lib/
|
|
71
|
+
'lib/dns.js',
|
|
72
|
+
'lib/fs.js',
|
|
88
73
|
'lib/inspector.js',
|
|
74
|
+
'lib/_http_outgoing.js',
|
|
75
|
+
'lib/os.js',
|
|
76
|
+
'lib/path.js',
|
|
77
|
+
'lib/_stream_writable.js',
|
|
78
|
+
'lib/tls.js',
|
|
79
|
+
'lib/console.js',
|
|
80
|
+
'lib/domain.js',
|
|
81
|
+
'lib/perf_hooks.js',
|
|
82
|
+
'lib/events.js',
|
|
89
83
|
'lib/_http_common.js',
|
|
84
|
+
'lib/https.js',
|
|
85
|
+
'lib/crypto.js',
|
|
86
|
+
'lib/stream.js',
|
|
87
|
+
'lib/_http_agent.js',
|
|
88
|
+
'lib/_tls_wrap.js',
|
|
89
|
+
'lib/constants.js',
|
|
90
|
+
'lib/internal/tty.js',
|
|
91
|
+
'lib/internal/trace_events_async_hooks.js',
|
|
92
|
+
'lib/internal/child_process.js',
|
|
93
|
+
'lib/internal/async_hooks.js',
|
|
94
|
+
'lib/internal/buffer.js',
|
|
95
|
+
'lib/internal/priority_queue.js',
|
|
90
96
|
'lib/internal/util.js',
|
|
91
|
-
'lib/internal/watchdog.js',
|
|
92
|
-
'lib/internal/blob.js',
|
|
93
|
-
'lib/internal/blocklist.js',
|
|
94
|
-
'lib/internal/idna.js',
|
|
95
|
-
'lib/internal/querystring.js',
|
|
96
|
-
'lib/internal/abort_controller.js',
|
|
97
|
-
'lib/internal/net.js',
|
|
98
97
|
'lib/internal/error_serdes.js',
|
|
99
|
-
'lib/internal/
|
|
100
|
-
'lib/internal/js_stream_socket.js',
|
|
98
|
+
'lib/internal/options.js',
|
|
101
99
|
'lib/internal/dgram.js',
|
|
102
|
-
'lib/internal/child_process.js',
|
|
103
|
-
'lib/internal/dtrace.js',
|
|
104
100
|
'lib/internal/url.js',
|
|
105
|
-
'lib/internal/
|
|
101
|
+
'lib/internal/abort_controller.js',
|
|
102
|
+
'lib/internal/v8_prof_processor.js',
|
|
103
|
+
'lib/internal/blocklist.js',
|
|
104
|
+
'lib/internal/blob.js',
|
|
105
|
+
'lib/internal/freeze_intrinsics.js',
|
|
106
|
+
'lib/internal/stream_base_commons.js',
|
|
107
|
+
'lib/internal/js_stream_socket.js',
|
|
108
|
+
'lib/internal/net.js',
|
|
106
109
|
'lib/internal/http.js',
|
|
107
|
-
'lib/internal/
|
|
108
|
-
'lib/internal/repl.js',
|
|
109
|
-
'lib/internal/linkedlist.js',
|
|
110
|
+
'lib/internal/querystring.js',
|
|
110
111
|
'lib/internal/event_target.js',
|
|
111
|
-
'lib/internal/
|
|
112
|
-
'lib/internal/
|
|
113
|
-
'lib/internal/
|
|
114
|
-
'lib/internal/
|
|
115
|
-
'lib/internal/socket_list.js',
|
|
116
|
-
'lib/internal/tls.js',
|
|
112
|
+
'lib/internal/histogram.js',
|
|
113
|
+
'lib/internal/timers.js',
|
|
114
|
+
'lib/internal/socketaddress.js',
|
|
115
|
+
'lib/internal/linkedlist.js',
|
|
117
116
|
'lib/internal/encoding.js',
|
|
117
|
+
'lib/internal/repl.js',
|
|
118
|
+
'lib/internal/idna.js',
|
|
119
|
+
'lib/internal/assert.js',
|
|
118
120
|
'lib/internal/errors.js',
|
|
119
121
|
'lib/internal/heap_utils.js',
|
|
120
|
-
'lib/internal/
|
|
121
|
-
'lib/internal/
|
|
122
|
+
'lib/internal/socket_list.js',
|
|
123
|
+
'lib/internal/freelist.js',
|
|
124
|
+
'lib/internal/v8_prof_polyfill.js',
|
|
125
|
+
'lib/internal/tls.js',
|
|
126
|
+
'lib/internal/validators.js',
|
|
127
|
+
'lib/internal/inspector_async_hook.js',
|
|
122
128
|
'lib/internal/cli_table.js',
|
|
123
|
-
'lib/internal/
|
|
124
|
-
'lib/internal/
|
|
129
|
+
'lib/internal/worker.js',
|
|
130
|
+
'lib/internal/fixed_queue.js',
|
|
131
|
+
'lib/internal/dtrace.js',
|
|
132
|
+
'lib/internal/watchdog.js',
|
|
125
133
|
'lib/internal/constants.js',
|
|
126
|
-
'lib/internal/
|
|
127
|
-
'lib/internal/
|
|
128
|
-
'lib/internal/
|
|
129
|
-
'lib/internal/
|
|
130
|
-
'lib/internal/
|
|
131
|
-
'lib/internal/
|
|
132
|
-
'lib/internal/
|
|
133
|
-
'lib/internal/
|
|
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/passthrough.js',
|
|
139
|
+
'lib/internal/streams/legacy.js',
|
|
140
|
+
'lib/internal/streams/duplex.js',
|
|
141
|
+
'lib/internal/streams/duplexpair.js',
|
|
142
|
+
'lib/internal/streams/end-of-stream.js',
|
|
143
|
+
'lib/internal/streams/state.js',
|
|
144
|
+
'lib/internal/streams/pipeline.js',
|
|
145
|
+
'lib/internal/streams/lazy_transform.js',
|
|
146
|
+
'lib/internal/streams/transform.js',
|
|
147
|
+
'lib/internal/streams/utils.js',
|
|
148
|
+
'lib/internal/streams/from.js',
|
|
149
|
+
'lib/internal/cluster/round_robin_handle.js',
|
|
150
|
+
'lib/internal/cluster/child.js',
|
|
151
|
+
'lib/internal/cluster/shared_handle.js',
|
|
152
|
+
'lib/internal/cluster/utils.js',
|
|
153
|
+
'lib/internal/cluster/master.js',
|
|
154
|
+
'lib/internal/cluster/worker.js',
|
|
155
|
+
'lib/internal/http2/compat.js',
|
|
156
|
+
'lib/internal/http2/core.js',
|
|
157
|
+
'lib/internal/http2/util.js',
|
|
158
|
+
'lib/internal/readline/utils.js',
|
|
134
159
|
'lib/internal/console/global.js',
|
|
135
160
|
'lib/internal/console/constructor.js',
|
|
136
|
-
'lib/internal/
|
|
137
|
-
'lib/internal/
|
|
161
|
+
'lib/internal/crypto/keys.js',
|
|
162
|
+
'lib/internal/crypto/util.js',
|
|
163
|
+
'lib/internal/crypto/cipher.js',
|
|
164
|
+
'lib/internal/crypto/certificate.js',
|
|
165
|
+
'lib/internal/crypto/sig.js',
|
|
166
|
+
'lib/internal/crypto/pbkdf2.js',
|
|
167
|
+
'lib/internal/crypto/random.js',
|
|
168
|
+
'lib/internal/crypto/scrypt.js',
|
|
169
|
+
'lib/internal/crypto/hash.js',
|
|
170
|
+
'lib/internal/crypto/diffiehellman.js',
|
|
171
|
+
'lib/internal/crypto/keygen.js',
|
|
172
|
+
'lib/internal/vm/module.js',
|
|
173
|
+
'lib/internal/dns/promises.js',
|
|
174
|
+
'lib/internal/dns/utils.js',
|
|
175
|
+
'lib/internal/assert/calltracker.js',
|
|
176
|
+
'lib/internal/assert/assertion_error.js',
|
|
138
177
|
'lib/internal/repl/history.js',
|
|
139
178
|
'lib/internal/repl/await.js',
|
|
140
179
|
'lib/internal/repl/utils.js',
|
|
180
|
+
'lib/internal/debugger/inspect_repl.js',
|
|
181
|
+
'lib/internal/debugger/inspect_client.js',
|
|
182
|
+
'lib/internal/debugger/inspect.js',
|
|
183
|
+
'lib/internal/modules/run_main.js',
|
|
184
|
+
'lib/internal/modules/package_json_reader.js',
|
|
185
|
+
'lib/internal/modules/cjs/helpers.js',
|
|
186
|
+
'lib/internal/modules/cjs/loader.js',
|
|
187
|
+
'lib/internal/modules/esm/resolve.js',
|
|
188
|
+
'lib/internal/modules/esm/create_dynamic_module.js',
|
|
189
|
+
'lib/internal/modules/esm/module_job.js',
|
|
190
|
+
'lib/internal/modules/esm/get_source.js',
|
|
191
|
+
'lib/internal/modules/esm/get_format.js',
|
|
192
|
+
'lib/internal/modules/esm/translators.js',
|
|
193
|
+
'lib/internal/modules/esm/module_map.js',
|
|
194
|
+
'lib/internal/modules/esm/transform_source.js',
|
|
195
|
+
'lib/internal/modules/esm/loader.js',
|
|
196
|
+
'lib/internal/modules/esm/handle_process_exit.js',
|
|
197
|
+
'lib/internal/timers/promises.js',
|
|
198
|
+
'lib/internal/test/binding.js',
|
|
199
|
+
'lib/internal/bootstrap/environment.js',
|
|
200
|
+
'lib/internal/bootstrap/pre_execution.js',
|
|
201
|
+
'lib/internal/bootstrap/loaders.js',
|
|
202
|
+
'lib/internal/bootstrap/node.js',
|
|
203
|
+
'lib/internal/bootstrap/switches/is_main_thread.js',
|
|
204
|
+
'lib/internal/bootstrap/switches/does_own_process_state.js',
|
|
205
|
+
'lib/internal/bootstrap/switches/does_not_own_process_state.js',
|
|
206
|
+
'lib/internal/bootstrap/switches/is_not_main_thread.js',
|
|
207
|
+
'lib/internal/child_process/serialization.js',
|
|
208
|
+
'lib/internal/per_context/messageport.js',
|
|
209
|
+
'lib/internal/per_context/primordials.js',
|
|
210
|
+
'lib/internal/per_context/domexception.js',
|
|
211
|
+
'lib/internal/source_map/source_map_cache.js',
|
|
212
|
+
'lib/internal/source_map/source_map.js',
|
|
213
|
+
'lib/internal/source_map/prepare_stack_trace.js',
|
|
141
214
|
'lib/internal/process/promises.js',
|
|
142
|
-
'lib/internal/process/policy.js',
|
|
143
215
|
'lib/internal/process/report.js',
|
|
216
|
+
'lib/internal/process/policy.js',
|
|
217
|
+
'lib/internal/process/worker_thread_only.js',
|
|
218
|
+
'lib/internal/process/task_queues.js',
|
|
144
219
|
'lib/internal/process/signal.js',
|
|
145
220
|
'lib/internal/process/esm_loader.js',
|
|
146
|
-
'lib/internal/process/warning.js',
|
|
147
221
|
'lib/internal/process/per_thread.js',
|
|
148
222
|
'lib/internal/process/execution.js',
|
|
149
|
-
'lib/internal/process/
|
|
150
|
-
'lib/internal/
|
|
151
|
-
'lib/internal/
|
|
223
|
+
'lib/internal/process/warning.js',
|
|
224
|
+
'lib/internal/policy/manifest.js',
|
|
225
|
+
'lib/internal/policy/sri.js',
|
|
226
|
+
'lib/internal/main/print_help.js',
|
|
227
|
+
'lib/internal/main/run_main_module.js',
|
|
228
|
+
'lib/internal/main/check_syntax.js',
|
|
229
|
+
'lib/internal/main/worker_thread.js',
|
|
230
|
+
'lib/internal/main/run_third_party_main.js',
|
|
231
|
+
'lib/internal/main/repl.js',
|
|
232
|
+
'lib/internal/main/inspect.js',
|
|
233
|
+
'lib/internal/main/eval_string.js',
|
|
234
|
+
'lib/internal/main/eval_stdin.js',
|
|
235
|
+
'lib/internal/main/prof_process.js',
|
|
236
|
+
'lib/internal/util/types.js',
|
|
152
237
|
'lib/internal/util/iterable_weak_map.js',
|
|
153
|
-
'lib/internal/util/comparisons.js',
|
|
154
238
|
'lib/internal/util/inspect.js',
|
|
155
|
-
'lib/internal/util/types.js',
|
|
156
239
|
'lib/internal/util/inspector.js',
|
|
157
|
-
'lib/internal/
|
|
158
|
-
'lib/internal/
|
|
159
|
-
'lib/internal/
|
|
160
|
-
'lib/internal/
|
|
161
|
-
'lib/internal/per_context/domexception.js',
|
|
162
|
-
'lib/internal/per_context/primordials.js',
|
|
163
|
-
'lib/internal/test/binding.js',
|
|
164
|
-
'lib/internal/policy/sri.js',
|
|
165
|
-
'lib/internal/policy/manifest.js',
|
|
166
|
-
'lib/internal/fs/dir.js',
|
|
240
|
+
'lib/internal/util/comparisons.js',
|
|
241
|
+
'lib/internal/util/debuglog.js',
|
|
242
|
+
'lib/internal/worker/io.js',
|
|
243
|
+
'lib/internal/worker/js_transferable.js',
|
|
167
244
|
'lib/internal/fs/promises.js',
|
|
245
|
+
'lib/internal/fs/dir.js',
|
|
168
246
|
'lib/internal/fs/streams.js',
|
|
247
|
+
'lib/internal/fs/sync_write_stream.js',
|
|
169
248
|
'lib/internal/fs/rimraf.js',
|
|
249
|
+
'lib/internal/fs/read_file_context.js',
|
|
170
250
|
'lib/internal/fs/watchers.js',
|
|
171
|
-
'lib/internal/fs/sync_write_stream.js',
|
|
172
251
|
'lib/internal/fs/utils.js',
|
|
173
|
-
'lib/internal/fs/read_file_context.js',
|
|
174
|
-
'lib/internal/worker/js_transferable.js',
|
|
175
|
-
'lib/internal/worker/io.js',
|
|
176
|
-
'lib/internal/dns/promises.js',
|
|
177
|
-
'lib/internal/dns/utils.js',
|
|
178
|
-
'lib/internal/vm/module.js',
|
|
179
|
-
'lib/internal/timers/promises.js',
|
|
180
|
-
'lib/internal/assert/calltracker.js',
|
|
181
|
-
'lib/internal/assert/assertion_error.js',
|
|
182
|
-
'lib/internal/bootstrap/pre_execution.js',
|
|
183
|
-
'lib/internal/bootstrap/node.js',
|
|
184
|
-
'lib/internal/bootstrap/loaders.js',
|
|
185
|
-
'lib/internal/bootstrap/environment.js',
|
|
186
|
-
'lib/internal/bootstrap/switches/is_not_main_thread.js',
|
|
187
|
-
'lib/internal/bootstrap/switches/is_main_thread.js',
|
|
188
|
-
'lib/internal/bootstrap/switches/does_own_process_state.js',
|
|
189
|
-
'lib/internal/bootstrap/switches/does_not_own_process_state.js',
|
|
190
|
-
'lib/internal/main/print_help.js',
|
|
191
|
-
'lib/internal/main/run_third_party_main.js',
|
|
192
|
-
'lib/internal/main/check_syntax.js',
|
|
193
|
-
'lib/internal/main/worker_thread.js',
|
|
194
|
-
'lib/internal/main/eval_stdin.js',
|
|
195
|
-
'lib/internal/main/repl.js',
|
|
196
|
-
'lib/internal/main/eval_string.js',
|
|
197
|
-
'lib/internal/main/inspect.js',
|
|
198
|
-
'lib/internal/main/run_main_module.js',
|
|
199
|
-
'lib/internal/main/prof_process.js',
|
|
200
|
-
'lib/internal/modules/package_json_reader.js',
|
|
201
|
-
'lib/internal/modules/run_main.js',
|
|
202
|
-
'lib/internal/modules/esm/transform_source.js',
|
|
203
|
-
'lib/internal/modules/esm/loader.js',
|
|
204
|
-
'lib/internal/modules/esm/resolve.js',
|
|
205
|
-
'lib/internal/modules/esm/create_dynamic_module.js',
|
|
206
|
-
'lib/internal/modules/esm/handle_process_exit.js',
|
|
207
|
-
'lib/internal/modules/esm/translators.js',
|
|
208
|
-
'lib/internal/modules/esm/get_format.js',
|
|
209
|
-
'lib/internal/modules/esm/get_source.js',
|
|
210
|
-
'lib/internal/modules/esm/module_job.js',
|
|
211
|
-
'lib/internal/modules/esm/module_map.js',
|
|
212
|
-
'lib/internal/modules/cjs/helpers.js',
|
|
213
|
-
'lib/internal/modules/cjs/loader.js',
|
|
214
|
-
'lib/internal/debugger/inspect_client.js',
|
|
215
|
-
'lib/internal/debugger/inspect_repl.js',
|
|
216
|
-
'lib/internal/debugger/inspect.js',
|
|
217
|
-
'lib/internal/cluster/child.js',
|
|
218
|
-
'lib/internal/cluster/round_robin_handle.js',
|
|
219
|
-
'lib/internal/cluster/shared_handle.js',
|
|
220
|
-
'lib/internal/cluster/worker.js',
|
|
221
|
-
'lib/internal/cluster/utils.js',
|
|
222
|
-
'lib/internal/cluster/master.js',
|
|
223
|
-
'lib/internal/crypto/util.js',
|
|
224
|
-
'lib/internal/crypto/pbkdf2.js',
|
|
225
|
-
'lib/internal/crypto/hash.js',
|
|
226
|
-
'lib/internal/crypto/scrypt.js',
|
|
227
|
-
'lib/internal/crypto/sig.js',
|
|
228
|
-
'lib/internal/crypto/certificate.js',
|
|
229
|
-
'lib/internal/crypto/keygen.js',
|
|
230
|
-
'lib/internal/crypto/keys.js',
|
|
231
|
-
'lib/internal/crypto/random.js',
|
|
232
|
-
'lib/internal/crypto/cipher.js',
|
|
233
|
-
'lib/internal/crypto/diffiehellman.js',
|
|
234
|
-
'lib/internal/http2/core.js',
|
|
235
|
-
'lib/internal/http2/util.js',
|
|
236
|
-
'lib/internal/http2/compat.js',
|
|
237
|
-
'lib/internal/streams/state.js',
|
|
238
|
-
'lib/internal/streams/end-of-stream.js',
|
|
239
|
-
'lib/internal/streams/buffer_list.js',
|
|
240
|
-
'lib/internal/streams/pipeline.js',
|
|
241
|
-
'lib/internal/streams/lazy_transform.js',
|
|
242
|
-
'lib/internal/streams/destroy.js',
|
|
243
|
-
'lib/internal/streams/legacy.js',
|
|
244
|
-
'lib/internal/streams/transform.js',
|
|
245
|
-
'lib/internal/streams/readable.js',
|
|
246
|
-
'lib/internal/streams/writable.js',
|
|
247
|
-
'lib/internal/streams/duplex.js',
|
|
248
|
-
'lib/internal/streams/duplexpair.js',
|
|
249
|
-
'lib/internal/streams/utils.js',
|
|
250
|
-
'lib/internal/streams/passthrough.js',
|
|
251
|
-
'lib/internal/streams/from.js',
|
|
252
252
|
'lib/fs/promises.js'],
|
|
253
253
|
'node_module_version': 83,
|
|
254
254
|
'node_no_browser_globals': 'false',
|