node-linux-arm64 18.2.0 → 18.3.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/CHANGELOG.md +96 -0
- package/README.md +3 -0
- package/bin/node +0 -0
- package/include/node/common.gypi +1 -1
- package/include/node/config.gypi +234 -232
- 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/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc-as/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-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/v8-version.h +3 -3
- package/package.json +1 -1
package/include/node/config.gypi
CHANGED
|
@@ -27,288 +27,290 @@
|
|
|
27
27
|
'node_fipsinstall': 'false',
|
|
28
28
|
'node_install_corepack': 'true',
|
|
29
29
|
'node_install_npm': 'true',
|
|
30
|
-
'node_library_files': [ 'lib/
|
|
31
|
-
'lib/
|
|
30
|
+
'node_library_files': [ 'lib/url.js',
|
|
31
|
+
'lib/_stream_passthrough.js',
|
|
32
32
|
'lib/_stream_wrap.js',
|
|
33
|
-
'lib/
|
|
34
|
-
'lib/
|
|
35
|
-
'lib/
|
|
36
|
-
'lib/_tls_common.js',
|
|
37
|
-
'lib/readline.js',
|
|
33
|
+
'lib/module.js',
|
|
34
|
+
'lib/_stream_transform.js',
|
|
35
|
+
'lib/punycode.js',
|
|
38
36
|
'lib/buffer.js',
|
|
37
|
+
'lib/_stream_writable.js',
|
|
38
|
+
'lib/string_decoder.js',
|
|
39
|
+
'lib/inspector.js',
|
|
40
|
+
'lib/crypto.js',
|
|
41
|
+
'lib/diagnostics_channel.js',
|
|
42
|
+
'lib/wasi.js',
|
|
43
|
+
'lib/test.js',
|
|
39
44
|
'lib/util.js',
|
|
45
|
+
'lib/sys.js',
|
|
46
|
+
'lib/tls.js',
|
|
47
|
+
'lib/dns.js',
|
|
48
|
+
'lib/_tls_common.js',
|
|
49
|
+
'lib/os.js',
|
|
50
|
+
'lib/assert.js',
|
|
40
51
|
'lib/trace_events.js',
|
|
41
|
-
'lib/test.js',
|
|
42
|
-
'lib/dgram.js',
|
|
43
|
-
'lib/_http_incoming.js',
|
|
44
|
-
'lib/url.js',
|
|
45
|
-
'lib/v8.js',
|
|
46
|
-
'lib/zlib.js',
|
|
47
|
-
'lib/wasi.js',
|
|
48
|
-
'lib/punycode.js',
|
|
49
|
-
'lib/net.js',
|
|
50
52
|
'lib/worker_threads.js',
|
|
51
|
-
'lib/
|
|
52
|
-
'lib/http.js',
|
|
53
|
+
'lib/path.js',
|
|
53
54
|
'lib/http2.js',
|
|
54
|
-
'lib/
|
|
55
|
-
'lib/
|
|
56
|
-
'lib/
|
|
57
|
-
'lib/_stream_passthrough.js',
|
|
55
|
+
'lib/readline.js',
|
|
56
|
+
'lib/_http_common.js',
|
|
57
|
+
'lib/_stream_readable.js',
|
|
58
58
|
'lib/_http_client.js',
|
|
59
|
-
'lib/
|
|
60
|
-
'lib/
|
|
61
|
-
'lib/
|
|
59
|
+
'lib/async_hooks.js',
|
|
60
|
+
'lib/_tls_wrap.js',
|
|
61
|
+
'lib/v8.js',
|
|
62
|
+
'lib/events.js',
|
|
63
|
+
'lib/constants.js',
|
|
64
|
+
'lib/tty.js',
|
|
65
|
+
'lib/process.js',
|
|
66
|
+
'lib/dgram.js',
|
|
62
67
|
'lib/_http_server.js',
|
|
63
|
-
'lib/_stream_transform.js',
|
|
64
|
-
'lib/_stream_readable.js',
|
|
65
|
-
'lib/repl.js',
|
|
66
|
-
'lib/module.js',
|
|
67
|
-
'lib/assert.js',
|
|
68
|
-
'lib/dns.js',
|
|
69
|
-
'lib/fs.js',
|
|
70
|
-
'lib/inspector.js',
|
|
71
|
-
'lib/_http_outgoing.js',
|
|
72
|
-
'lib/os.js',
|
|
73
|
-
'lib/path.js',
|
|
74
|
-
'lib/_stream_writable.js',
|
|
75
|
-
'lib/tls.js',
|
|
76
|
-
'lib/console.js',
|
|
77
68
|
'lib/domain.js',
|
|
78
|
-
'lib/
|
|
79
|
-
'lib/
|
|
80
|
-
'lib/
|
|
69
|
+
'lib/http.js',
|
|
70
|
+
'lib/_stream_duplex.js',
|
|
71
|
+
'lib/vm.js',
|
|
81
72
|
'lib/https.js',
|
|
82
|
-
'lib/
|
|
73
|
+
'lib/perf_hooks.js',
|
|
74
|
+
'lib/child_process.js',
|
|
83
75
|
'lib/stream.js',
|
|
76
|
+
'lib/timers.js',
|
|
77
|
+
'lib/querystring.js',
|
|
78
|
+
'lib/net.js',
|
|
79
|
+
'lib/_http_incoming.js',
|
|
80
|
+
'lib/fs.js',
|
|
81
|
+
'lib/cluster.js',
|
|
82
|
+
'lib/console.js',
|
|
83
|
+
'lib/repl.js',
|
|
84
|
+
'lib/zlib.js',
|
|
84
85
|
'lib/_http_agent.js',
|
|
85
|
-
'lib/
|
|
86
|
-
'lib/
|
|
87
|
-
'lib/
|
|
88
|
-
'lib/
|
|
89
|
-
'lib/
|
|
90
|
-
'lib/
|
|
91
|
-
'lib/
|
|
86
|
+
'lib/_http_outgoing.js',
|
|
87
|
+
'lib/readline/promises.js',
|
|
88
|
+
'lib/timers/promises.js',
|
|
89
|
+
'lib/path/win32.js',
|
|
90
|
+
'lib/path/posix.js',
|
|
91
|
+
'lib/stream/promises.js',
|
|
92
|
+
'lib/stream/consumers.js',
|
|
93
|
+
'lib/stream/web.js',
|
|
94
|
+
'lib/fs/promises.js',
|
|
95
|
+
'lib/internal/url.js',
|
|
92
96
|
'lib/internal/priority_queue.js',
|
|
97
|
+
'lib/internal/watchdog.js',
|
|
98
|
+
'lib/internal/socket_list.js',
|
|
99
|
+
'lib/internal/buffer.js',
|
|
100
|
+
'lib/internal/freelist.js',
|
|
101
|
+
'lib/internal/trace_events_async_hooks.js',
|
|
102
|
+
'lib/internal/dtrace.js',
|
|
103
|
+
'lib/internal/inspector_async_hook.js',
|
|
93
104
|
'lib/internal/util.js',
|
|
94
|
-
'lib/internal/error_serdes.js',
|
|
95
105
|
'lib/internal/options.js',
|
|
96
|
-
'lib/internal/
|
|
97
|
-
'lib/internal/
|
|
98
|
-
'lib/internal/
|
|
99
|
-
'lib/internal/structured_clone.js',
|
|
106
|
+
'lib/internal/cli_table.js',
|
|
107
|
+
'lib/internal/assert.js',
|
|
108
|
+
'lib/internal/heap_utils.js',
|
|
100
109
|
'lib/internal/v8_prof_processor.js',
|
|
101
|
-
'lib/internal/
|
|
110
|
+
'lib/internal/encoding.js',
|
|
111
|
+
'lib/internal/validators.js',
|
|
112
|
+
'lib/internal/worker.js',
|
|
113
|
+
'lib/internal/idna.js',
|
|
114
|
+
'lib/internal/abort_controller.js',
|
|
115
|
+
'lib/internal/promise_hooks.js',
|
|
116
|
+
'lib/internal/async_hooks.js',
|
|
117
|
+
'lib/internal/constants.js',
|
|
118
|
+
'lib/internal/tty.js',
|
|
102
119
|
'lib/internal/blob.js',
|
|
103
|
-
'lib/internal/
|
|
104
|
-
'lib/internal/stream_base_commons.js',
|
|
120
|
+
'lib/internal/dgram.js',
|
|
105
121
|
'lib/internal/js_stream_socket.js',
|
|
106
|
-
'lib/internal/net.js',
|
|
107
122
|
'lib/internal/http.js',
|
|
108
|
-
'lib/internal/
|
|
109
|
-
'lib/internal/
|
|
123
|
+
'lib/internal/fixed_queue.js',
|
|
124
|
+
'lib/internal/stream_base_commons.js',
|
|
125
|
+
'lib/internal/structured_clone.js',
|
|
126
|
+
'lib/internal/linkedlist.js',
|
|
127
|
+
'lib/internal/child_process.js',
|
|
110
128
|
'lib/internal/histogram.js',
|
|
129
|
+
'lib/internal/error_serdes.js',
|
|
111
130
|
'lib/internal/timers.js',
|
|
112
|
-
'lib/internal/
|
|
113
|
-
'lib/internal/
|
|
114
|
-
'lib/internal/linkedlist.js',
|
|
115
|
-
'lib/internal/encoding.js',
|
|
116
|
-
'lib/internal/repl.js',
|
|
117
|
-
'lib/internal/idna.js',
|
|
118
|
-
'lib/internal/assert.js',
|
|
119
|
-
'lib/internal/errors.js',
|
|
120
|
-
'lib/internal/heap_utils.js',
|
|
121
|
-
'lib/internal/socket_list.js',
|
|
122
|
-
'lib/internal/freelist.js',
|
|
131
|
+
'lib/internal/querystring.js',
|
|
132
|
+
'lib/internal/net.js',
|
|
123
133
|
'lib/internal/v8_prof_polyfill.js',
|
|
124
|
-
'lib/internal/
|
|
125
|
-
'lib/internal/inspector_async_hook.js',
|
|
126
|
-
'lib/internal/cli_table.js',
|
|
127
|
-
'lib/internal/worker.js',
|
|
128
|
-
'lib/internal/fixed_queue.js',
|
|
134
|
+
'lib/internal/freeze_intrinsics.js',
|
|
129
135
|
'lib/internal/wasm_web_api.js',
|
|
130
|
-
'lib/internal/
|
|
131
|
-
'lib/internal/
|
|
132
|
-
'lib/internal/
|
|
133
|
-
'lib/internal/
|
|
134
|
-
'lib/internal/
|
|
135
|
-
'lib/internal/
|
|
136
|
-
'lib/internal/
|
|
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',
|
|
136
|
+
'lib/internal/errors.js',
|
|
137
|
+
'lib/internal/socketaddress.js',
|
|
138
|
+
'lib/internal/repl.js',
|
|
139
|
+
'lib/internal/event_target.js',
|
|
140
|
+
'lib/internal/blocklist.js',
|
|
141
|
+
'lib/internal/legacy/processbinding.js',
|
|
142
|
+
'lib/internal/child_process/serialization.js',
|
|
160
143
|
'lib/internal/cluster/round_robin_handle.js',
|
|
161
144
|
'lib/internal/cluster/child.js',
|
|
145
|
+
'lib/internal/cluster/worker.js',
|
|
146
|
+
'lib/internal/cluster/utils.js',
|
|
162
147
|
'lib/internal/cluster/shared_handle.js',
|
|
163
148
|
'lib/internal/cluster/primary.js',
|
|
164
|
-
'lib/internal/
|
|
165
|
-
'lib/internal/
|
|
166
|
-
'lib/internal/
|
|
167
|
-
'lib/internal/
|
|
168
|
-
'lib/internal/
|
|
169
|
-
'lib/internal/
|
|
170
|
-
'lib/internal/
|
|
149
|
+
'lib/internal/bootstrap/node.js',
|
|
150
|
+
'lib/internal/bootstrap/environment.js',
|
|
151
|
+
'lib/internal/bootstrap/browser.js',
|
|
152
|
+
'lib/internal/bootstrap/pre_execution.js',
|
|
153
|
+
'lib/internal/bootstrap/loaders.js',
|
|
154
|
+
'lib/internal/bootstrap/switches/is_not_main_thread.js',
|
|
155
|
+
'lib/internal/bootstrap/switches/does_own_process_state.js',
|
|
156
|
+
'lib/internal/bootstrap/switches/is_main_thread.js',
|
|
157
|
+
'lib/internal/bootstrap/switches/does_not_own_process_state.js',
|
|
158
|
+
'lib/internal/readline/interface.js',
|
|
171
159
|
'lib/internal/readline/promises.js',
|
|
172
160
|
'lib/internal/readline/emitKeypressEvents.js',
|
|
173
|
-
'lib/internal/readline/interface.js',
|
|
174
|
-
'lib/internal/readline/utils.js',
|
|
175
161
|
'lib/internal/readline/callbacks.js',
|
|
176
|
-
'lib/internal/
|
|
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/resource_timing.js',
|
|
215
|
-
'lib/internal/perf/observe.js',
|
|
216
|
-
'lib/internal/perf/timerify.js',
|
|
217
|
-
'lib/internal/perf/event_loop_utilization.js',
|
|
218
|
-
'lib/internal/perf/performance.js',
|
|
219
|
-
'lib/internal/perf/utils.js',
|
|
220
|
-
'lib/internal/modules/run_main.js',
|
|
162
|
+
'lib/internal/readline/utils.js',
|
|
221
163
|
'lib/internal/modules/package_json_reader.js',
|
|
164
|
+
'lib/internal/modules/run_main.js',
|
|
222
165
|
'lib/internal/modules/cjs/helpers.js',
|
|
223
166
|
'lib/internal/modules/cjs/loader.js',
|
|
167
|
+
'lib/internal/modules/esm/module_map.js',
|
|
168
|
+
'lib/internal/modules/esm/translators.js',
|
|
169
|
+
'lib/internal/modules/esm/load.js',
|
|
224
170
|
'lib/internal/modules/esm/initialize_import_meta.js',
|
|
225
|
-
'lib/internal/modules/esm/
|
|
226
|
-
'lib/internal/modules/esm/create_dynamic_module.js',
|
|
171
|
+
'lib/internal/modules/esm/assert.js',
|
|
227
172
|
'lib/internal/modules/esm/module_job.js',
|
|
228
|
-
'lib/internal/modules/esm/
|
|
229
|
-
'lib/internal/modules/esm/get_source.js',
|
|
173
|
+
'lib/internal/modules/esm/fetch_module.js',
|
|
230
174
|
'lib/internal/modules/esm/get_format.js',
|
|
231
|
-
'lib/internal/modules/esm/
|
|
232
|
-
'lib/internal/modules/esm/load.js',
|
|
233
|
-
'lib/internal/modules/esm/translators.js',
|
|
234
|
-
'lib/internal/modules/esm/module_map.js',
|
|
175
|
+
'lib/internal/modules/esm/create_dynamic_module.js',
|
|
235
176
|
'lib/internal/modules/esm/loader.js',
|
|
177
|
+
'lib/internal/modules/esm/formats.js',
|
|
178
|
+
'lib/internal/modules/esm/get_source.js',
|
|
236
179
|
'lib/internal/modules/esm/handle_process_exit.js',
|
|
237
|
-
'lib/internal/modules/esm/
|
|
238
|
-
'lib/internal/
|
|
239
|
-
'lib/internal/
|
|
240
|
-
'lib/internal/
|
|
241
|
-
'lib/internal/
|
|
242
|
-
'lib/internal/
|
|
243
|
-
'lib/internal/
|
|
244
|
-
'lib/internal/
|
|
245
|
-
'lib/internal/
|
|
246
|
-
'lib/internal/
|
|
247
|
-
'lib/internal/
|
|
248
|
-
'lib/internal/
|
|
249
|
-
'lib/internal/
|
|
180
|
+
'lib/internal/modules/esm/resolve.js',
|
|
181
|
+
'lib/internal/worker/js_transferable.js',
|
|
182
|
+
'lib/internal/worker/io.js',
|
|
183
|
+
'lib/internal/vm/module.js',
|
|
184
|
+
'lib/internal/fs/promises.js',
|
|
185
|
+
'lib/internal/fs/dir.js',
|
|
186
|
+
'lib/internal/fs/streams.js',
|
|
187
|
+
'lib/internal/fs/utils.js',
|
|
188
|
+
'lib/internal/fs/read_file_context.js',
|
|
189
|
+
'lib/internal/fs/watchers.js',
|
|
190
|
+
'lib/internal/fs/rimraf.js',
|
|
191
|
+
'lib/internal/fs/sync_write_stream.js',
|
|
192
|
+
'lib/internal/fs/cp/cp-sync.js',
|
|
193
|
+
'lib/internal/fs/cp/cp.js',
|
|
194
|
+
'lib/internal/streams/compose.js',
|
|
195
|
+
'lib/internal/streams/from.js',
|
|
196
|
+
'lib/internal/streams/state.js',
|
|
197
|
+
'lib/internal/streams/transform.js',
|
|
198
|
+
'lib/internal/streams/end-of-stream.js',
|
|
199
|
+
'lib/internal/streams/destroy.js',
|
|
200
|
+
'lib/internal/streams/writable.js',
|
|
201
|
+
'lib/internal/streams/utils.js',
|
|
202
|
+
'lib/internal/streams/readable.js',
|
|
203
|
+
'lib/internal/streams/add-abort-signal.js',
|
|
204
|
+
'lib/internal/streams/operators.js',
|
|
205
|
+
'lib/internal/streams/duplex.js',
|
|
206
|
+
'lib/internal/streams/duplexify.js',
|
|
207
|
+
'lib/internal/streams/buffer_list.js',
|
|
208
|
+
'lib/internal/streams/passthrough.js',
|
|
209
|
+
'lib/internal/streams/legacy.js',
|
|
210
|
+
'lib/internal/streams/pipeline.js',
|
|
211
|
+
'lib/internal/streams/lazy_transform.js',
|
|
212
|
+
'lib/internal/test_runner/harness.js',
|
|
213
|
+
'lib/internal/test_runner/test.js',
|
|
214
|
+
'lib/internal/test_runner/tap_stream.js',
|
|
215
|
+
'lib/internal/test_runner/utils.js',
|
|
216
|
+
'lib/internal/process/worker_thread_only.js',
|
|
217
|
+
'lib/internal/process/execution.js',
|
|
218
|
+
'lib/internal/process/signal.js',
|
|
219
|
+
'lib/internal/process/promises.js',
|
|
220
|
+
'lib/internal/process/per_thread.js',
|
|
221
|
+
'lib/internal/process/esm_loader.js',
|
|
222
|
+
'lib/internal/process/task_queues.js',
|
|
223
|
+
'lib/internal/process/warning.js',
|
|
224
|
+
'lib/internal/process/policy.js',
|
|
225
|
+
'lib/internal/process/report.js',
|
|
226
|
+
'lib/internal/per_context/domexception.js',
|
|
250
227
|
'lib/internal/per_context/messageport.js',
|
|
251
228
|
'lib/internal/per_context/primordials.js',
|
|
252
|
-
'lib/internal/
|
|
229
|
+
'lib/internal/tls/secure-pair.js',
|
|
230
|
+
'lib/internal/tls/secure-context.js',
|
|
231
|
+
'lib/internal/assert/assertion_error.js',
|
|
232
|
+
'lib/internal/assert/calltracker.js',
|
|
233
|
+
'lib/internal/console/constructor.js',
|
|
234
|
+
'lib/internal/console/global.js',
|
|
235
|
+
'lib/internal/util/comparisons.js',
|
|
236
|
+
'lib/internal/util/inspector.js',
|
|
237
|
+
'lib/internal/util/iterable_weak_map.js',
|
|
238
|
+
'lib/internal/util/debuglog.js',
|
|
239
|
+
'lib/internal/util/types.js',
|
|
240
|
+
'lib/internal/util/inspect.js',
|
|
241
|
+
'lib/internal/util/parse_args/utils.js',
|
|
242
|
+
'lib/internal/util/parse_args/parse_args.js',
|
|
253
243
|
'lib/internal/source_map/source_map_cache.js',
|
|
254
244
|
'lib/internal/source_map/source_map.js',
|
|
255
245
|
'lib/internal/source_map/prepare_stack_trace.js',
|
|
256
|
-
'lib/internal/
|
|
257
|
-
'lib/internal/
|
|
258
|
-
'lib/internal/process/policy.js',
|
|
259
|
-
'lib/internal/process/worker_thread_only.js',
|
|
260
|
-
'lib/internal/process/task_queues.js',
|
|
261
|
-
'lib/internal/process/signal.js',
|
|
262
|
-
'lib/internal/process/esm_loader.js',
|
|
263
|
-
'lib/internal/process/per_thread.js',
|
|
264
|
-
'lib/internal/process/execution.js',
|
|
265
|
-
'lib/internal/process/warning.js',
|
|
266
|
-
'lib/internal/policy/manifest.js',
|
|
246
|
+
'lib/internal/dns/promises.js',
|
|
247
|
+
'lib/internal/dns/utils.js',
|
|
267
248
|
'lib/internal/policy/sri.js',
|
|
268
|
-
'lib/internal/
|
|
269
|
-
'lib/internal/main/run_main_module.js',
|
|
270
|
-
'lib/internal/main/check_syntax.js',
|
|
249
|
+
'lib/internal/policy/manifest.js',
|
|
271
250
|
'lib/internal/main/worker_thread.js',
|
|
272
|
-
'lib/internal/main/test_runner.js',
|
|
273
|
-
'lib/internal/main/repl.js',
|
|
274
|
-
'lib/internal/main/inspect.js',
|
|
275
|
-
'lib/internal/main/eval_string.js',
|
|
276
251
|
'lib/internal/main/eval_stdin.js',
|
|
252
|
+
'lib/internal/main/run_main_module.js',
|
|
253
|
+
'lib/internal/main/print_help.js',
|
|
254
|
+
'lib/internal/main/eval_string.js',
|
|
277
255
|
'lib/internal/main/prof_process.js',
|
|
278
256
|
'lib/internal/main/mksnapshot.js',
|
|
279
|
-
'lib/internal/
|
|
280
|
-
'lib/internal/
|
|
281
|
-
'lib/internal/
|
|
282
|
-
'lib/internal/
|
|
283
|
-
'lib/internal/
|
|
284
|
-
'lib/internal/
|
|
285
|
-
'lib/internal/
|
|
286
|
-
'lib/internal/
|
|
287
|
-
'lib/internal/
|
|
288
|
-
'lib/internal/
|
|
289
|
-
'lib/internal/
|
|
290
|
-
'lib/internal/
|
|
291
|
-
'lib/internal/
|
|
292
|
-
'lib/internal/
|
|
293
|
-
'lib/internal/
|
|
294
|
-
'lib/internal/
|
|
295
|
-
'lib/internal/
|
|
296
|
-
'lib/internal/
|
|
297
|
-
'lib/internal/
|
|
298
|
-
'lib/internal/
|
|
299
|
-
'lib/internal/
|
|
300
|
-
'lib/internal/
|
|
301
|
-
'lib/
|
|
302
|
-
'lib/
|
|
257
|
+
'lib/internal/main/inspect.js',
|
|
258
|
+
'lib/internal/main/test_runner.js',
|
|
259
|
+
'lib/internal/main/check_syntax.js',
|
|
260
|
+
'lib/internal/main/repl.js',
|
|
261
|
+
'lib/internal/repl/history.js',
|
|
262
|
+
'lib/internal/repl/utils.js',
|
|
263
|
+
'lib/internal/repl/await.js',
|
|
264
|
+
'lib/internal/perf/nodetiming.js',
|
|
265
|
+
'lib/internal/perf/observe.js',
|
|
266
|
+
'lib/internal/perf/performance_entry.js',
|
|
267
|
+
'lib/internal/perf/usertiming.js',
|
|
268
|
+
'lib/internal/perf/utils.js',
|
|
269
|
+
'lib/internal/perf/event_loop_delay.js',
|
|
270
|
+
'lib/internal/perf/performance.js',
|
|
271
|
+
'lib/internal/perf/timerify.js',
|
|
272
|
+
'lib/internal/perf/event_loop_utilization.js',
|
|
273
|
+
'lib/internal/perf/resource_timing.js',
|
|
274
|
+
'lib/internal/crypto/keygen.js',
|
|
275
|
+
'lib/internal/crypto/cipher.js',
|
|
276
|
+
'lib/internal/crypto/keys.js',
|
|
277
|
+
'lib/internal/crypto/util.js',
|
|
278
|
+
'lib/internal/crypto/mac.js',
|
|
279
|
+
'lib/internal/crypto/scrypt.js',
|
|
280
|
+
'lib/internal/crypto/sig.js',
|
|
281
|
+
'lib/internal/crypto/rsa.js',
|
|
282
|
+
'lib/internal/crypto/x509.js',
|
|
283
|
+
'lib/internal/crypto/hash.js',
|
|
284
|
+
'lib/internal/crypto/hkdf.js',
|
|
285
|
+
'lib/internal/crypto/pbkdf2.js',
|
|
286
|
+
'lib/internal/crypto/diffiehellman.js',
|
|
287
|
+
'lib/internal/crypto/dsa.js',
|
|
288
|
+
'lib/internal/crypto/random.js',
|
|
289
|
+
'lib/internal/crypto/certificate.js',
|
|
290
|
+
'lib/internal/crypto/ec.js',
|
|
291
|
+
'lib/internal/crypto/hashnames.js',
|
|
292
|
+
'lib/internal/crypto/aes.js',
|
|
293
|
+
'lib/internal/crypto/webcrypto.js',
|
|
294
|
+
'lib/internal/webstreams/transfer.js',
|
|
295
|
+
'lib/internal/webstreams/adapters.js',
|
|
296
|
+
'lib/internal/webstreams/util.js',
|
|
297
|
+
'lib/internal/webstreams/writablestream.js',
|
|
298
|
+
'lib/internal/webstreams/encoding.js',
|
|
299
|
+
'lib/internal/webstreams/transformstream.js',
|
|
300
|
+
'lib/internal/webstreams/readablestream.js',
|
|
301
|
+
'lib/internal/webstreams/queuingstrategies.js',
|
|
302
|
+
'lib/internal/webstreams/compression.js',
|
|
303
|
+
'lib/internal/http2/util.js',
|
|
304
|
+
'lib/internal/http2/compat.js',
|
|
305
|
+
'lib/internal/http2/core.js',
|
|
306
|
+
'lib/internal/test/transfer.js',
|
|
307
|
+
'lib/internal/test/binding.js',
|
|
308
|
+
'lib/internal/debugger/inspect_client.js',
|
|
309
|
+
'lib/internal/debugger/inspect_repl.js',
|
|
310
|
+
'lib/internal/debugger/inspect.js',
|
|
303
311
|
'lib/assert/strict.js',
|
|
304
|
-
'lib/timers/promises.js',
|
|
305
|
-
'lib/path/posix.js',
|
|
306
|
-
'lib/path/win32.js',
|
|
307
|
-
'lib/stream/promises.js',
|
|
308
|
-
'lib/stream/consumers.js',
|
|
309
|
-
'lib/stream/web.js',
|
|
310
312
|
'lib/util/types.js',
|
|
311
|
-
'lib/
|
|
313
|
+
'lib/dns/promises.js'],
|
|
312
314
|
'node_module_version': 108,
|
|
313
315
|
'node_no_browser_globals': 'false',
|
|
314
316
|
'node_prefix': '/',
|