@topgunbuild/native 0.8.1 → 0.9.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/build/Makefile +1 -1
- package/build/Release/topgun_hash.node +0 -0
- package/build/gyp-mac-tool +0 -0
- package/package.json +12 -13
- package/build/config.gypi +0 -508
package/build/Makefile
CHANGED
|
@@ -337,7 +337,7 @@ endif
|
|
|
337
337
|
|
|
338
338
|
quiet_cmd_regen_makefile = ACTION Regenerating $@
|
|
339
339
|
cmd_regen_makefile = cd $(srcdir); /Users/koristuvac/Projects/topgun/topgun/node_modules/.pnpm/node-gyp@10.3.1/node_modules/node-gyp/gyp/gyp_main.py -fmake --ignore-environment "-Dlibrary=shared_library" "-Dvisibility=default" "-Dnode_root_dir=/Users/koristuvac/Library/Caches/node-gyp/22.17.1" "-Dnode_gyp_dir=/Users/koristuvac/Projects/topgun/topgun/node_modules/.pnpm/node-gyp@10.3.1/node_modules/node-gyp" "-Dnode_lib_file=/Users/koristuvac/Library/Caches/node-gyp/22.17.1/<(target_arch)/node.lib" "-Dmodule_root_dir=/Users/koristuvac/Projects/topgun/topgun/packages/native" "-Dnode_engine=v8" "--depth=." "-Goutput_dir=." "--generator-output=build" -I/Users/koristuvac/Projects/topgun/topgun/packages/native/build/config.gypi -I/Users/koristuvac/Projects/topgun/topgun/node_modules/.pnpm/node-gyp@10.3.1/node_modules/node-gyp/addon.gypi -I/Users/koristuvac/Library/Caches/node-gyp/22.17.1/include/node/common.gypi "--toplevel-dir=." binding.gyp
|
|
340
|
-
Makefile: $(srcdir)/../../node_modules/.pnpm/node-
|
|
340
|
+
Makefile: $(srcdir)/../../node_modules/.pnpm/node-addon-api@8.5.0/node_modules/node-addon-api/node_api.gyp $(srcdir)/binding.gyp $(srcdir)/../../../../../Library/Caches/node-gyp/22.17.1/include/node/common.gypi $(srcdir)/build/config.gypi $(srcdir)/../../node_modules/.pnpm/node-gyp@10.3.1/node_modules/node-gyp/addon.gypi
|
|
341
341
|
$(call do_cmd,regen_makefile)
|
|
342
342
|
|
|
343
343
|
# "all" is a concatenation of the "all" targets from all the included
|
|
Binary file
|
package/build/gyp-mac-tool
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@topgunbuild/native",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.0",
|
|
4
4
|
"description": "Native performance modules for TopGun",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -11,16 +11,6 @@
|
|
|
11
11
|
"src/*.cc",
|
|
12
12
|
"deps"
|
|
13
13
|
],
|
|
14
|
-
"scripts": {
|
|
15
|
-
"clean": "rm -rf dist build",
|
|
16
|
-
"build:native": "node-gyp rebuild",
|
|
17
|
-
"build:ts": "tsc",
|
|
18
|
-
"build": "npm run build:native && npm run build:ts",
|
|
19
|
-
"rebuild": "npm run clean && npm run build",
|
|
20
|
-
"test": "jest",
|
|
21
|
-
"typecheck": "tsc --noEmit",
|
|
22
|
-
"prepare": "npm run build:native || echo 'Native build failed, using JS fallback'"
|
|
23
|
-
},
|
|
24
14
|
"dependencies": {
|
|
25
15
|
"node-addon-api": "^8.3.0"
|
|
26
16
|
},
|
|
@@ -50,5 +40,14 @@
|
|
|
50
40
|
"directory": "packages/native"
|
|
51
41
|
},
|
|
52
42
|
"license": "MIT",
|
|
53
|
-
"gypfile": true
|
|
54
|
-
|
|
43
|
+
"gypfile": true,
|
|
44
|
+
"scripts": {
|
|
45
|
+
"clean": "rm -rf dist build",
|
|
46
|
+
"build:native": "node-gyp rebuild",
|
|
47
|
+
"build:ts": "tsc",
|
|
48
|
+
"build": "npm run build:native && npm run build:ts",
|
|
49
|
+
"rebuild": "npm run clean && npm run build",
|
|
50
|
+
"test": "jest",
|
|
51
|
+
"typecheck": "tsc --noEmit"
|
|
52
|
+
}
|
|
53
|
+
}
|
package/build/config.gypi
DELETED
|
@@ -1,508 +0,0 @@
|
|
|
1
|
-
# Do not edit. File was generated by node-gyp's "configure" step
|
|
2
|
-
{
|
|
3
|
-
"target_defaults": {
|
|
4
|
-
"cflags": [],
|
|
5
|
-
"configurations": {
|
|
6
|
-
"Debug": {
|
|
7
|
-
"v8_enable_v8_checks": 0,
|
|
8
|
-
"variables": {}
|
|
9
|
-
},
|
|
10
|
-
"Release": {
|
|
11
|
-
"v8_enable_v8_checks": 1,
|
|
12
|
-
"variables": {}
|
|
13
|
-
}
|
|
14
|
-
},
|
|
15
|
-
"default_configuration": "Release",
|
|
16
|
-
"defines": [],
|
|
17
|
-
"include_dirs": [],
|
|
18
|
-
"libraries": [],
|
|
19
|
-
"msvs_configuration_platform": "ARM64",
|
|
20
|
-
"xcode_configuration_platform": "arm64"
|
|
21
|
-
},
|
|
22
|
-
"variables": {
|
|
23
|
-
"arm_fpu": "neon",
|
|
24
|
-
"asan": 0,
|
|
25
|
-
"clang": 1,
|
|
26
|
-
"control_flow_guard": "false",
|
|
27
|
-
"coverage": "false",
|
|
28
|
-
"dcheck_always_on": 0,
|
|
29
|
-
"debug_nghttp2": "false",
|
|
30
|
-
"debug_node": "false",
|
|
31
|
-
"enable_lto": "false",
|
|
32
|
-
"enable_pgo_generate": "false",
|
|
33
|
-
"enable_pgo_use": "false",
|
|
34
|
-
"error_on_warn": "false",
|
|
35
|
-
"force_dynamic_crt": 0,
|
|
36
|
-
"host_arch": "arm64",
|
|
37
|
-
"icu_data_in": "../../deps/icu-tmp/icudt77l.dat",
|
|
38
|
-
"icu_endianness": "l",
|
|
39
|
-
"icu_gyp_path": "tools/icu/icu-generic.gyp",
|
|
40
|
-
"icu_path": "deps/icu-small",
|
|
41
|
-
"icu_small": "false",
|
|
42
|
-
"icu_ver_major": "77",
|
|
43
|
-
"libdir": "lib",
|
|
44
|
-
"llvm_version": "16.0",
|
|
45
|
-
"napi_build_version": "10",
|
|
46
|
-
"node_builtin_shareable_builtins": [
|
|
47
|
-
"deps/cjs-module-lexer/lexer.js",
|
|
48
|
-
"deps/cjs-module-lexer/dist/lexer.js",
|
|
49
|
-
"deps/undici/undici.js",
|
|
50
|
-
"deps/amaro/dist/index.js"
|
|
51
|
-
],
|
|
52
|
-
"node_byteorder": "little",
|
|
53
|
-
"node_cctest_sources": [
|
|
54
|
-
"src/node_snapshot_stub.cc",
|
|
55
|
-
"test/cctest/inspector/test_node_protocol.cc",
|
|
56
|
-
"test/cctest/node_test_fixture.cc",
|
|
57
|
-
"test/cctest/test_aliased_buffer.cc",
|
|
58
|
-
"test/cctest/test_base64.cc",
|
|
59
|
-
"test/cctest/test_base_object_ptr.cc",
|
|
60
|
-
"test/cctest/test_cppgc.cc",
|
|
61
|
-
"test/cctest/test_crypto_clienthello.cc",
|
|
62
|
-
"test/cctest/test_dataqueue.cc",
|
|
63
|
-
"test/cctest/test_environment.cc",
|
|
64
|
-
"test/cctest/test_inspector_socket.cc",
|
|
65
|
-
"test/cctest/test_inspector_socket_server.cc",
|
|
66
|
-
"test/cctest/test_json_utils.cc",
|
|
67
|
-
"test/cctest/test_linked_binding.cc",
|
|
68
|
-
"test/cctest/test_node_api.cc",
|
|
69
|
-
"test/cctest/test_node_crypto.cc",
|
|
70
|
-
"test/cctest/test_node_crypto_env.cc",
|
|
71
|
-
"test/cctest/test_node_postmortem_metadata.cc",
|
|
72
|
-
"test/cctest/test_node_task_runner.cc",
|
|
73
|
-
"test/cctest/test_path.cc",
|
|
74
|
-
"test/cctest/test_per_process.cc",
|
|
75
|
-
"test/cctest/test_platform.cc",
|
|
76
|
-
"test/cctest/test_quic_cid.cc",
|
|
77
|
-
"test/cctest/test_quic_error.cc",
|
|
78
|
-
"test/cctest/test_quic_tokens.cc",
|
|
79
|
-
"test/cctest/test_report.cc",
|
|
80
|
-
"test/cctest/test_sockaddr.cc",
|
|
81
|
-
"test/cctest/test_traced_value.cc",
|
|
82
|
-
"test/cctest/test_util.cc",
|
|
83
|
-
"test/cctest/node_test_fixture.h"
|
|
84
|
-
],
|
|
85
|
-
"node_debug_lib": "false",
|
|
86
|
-
"node_enable_d8": "false",
|
|
87
|
-
"node_enable_v8_vtunejit": "false",
|
|
88
|
-
"node_fipsinstall": "false",
|
|
89
|
-
"node_install_corepack": "true",
|
|
90
|
-
"node_install_npm": "true",
|
|
91
|
-
"node_library_files": [
|
|
92
|
-
"lib/_http_agent.js",
|
|
93
|
-
"lib/_http_client.js",
|
|
94
|
-
"lib/_http_common.js",
|
|
95
|
-
"lib/_http_incoming.js",
|
|
96
|
-
"lib/_http_outgoing.js",
|
|
97
|
-
"lib/_http_server.js",
|
|
98
|
-
"lib/_stream_duplex.js",
|
|
99
|
-
"lib/_stream_passthrough.js",
|
|
100
|
-
"lib/_stream_readable.js",
|
|
101
|
-
"lib/_stream_transform.js",
|
|
102
|
-
"lib/_stream_wrap.js",
|
|
103
|
-
"lib/_stream_writable.js",
|
|
104
|
-
"lib/_tls_common.js",
|
|
105
|
-
"lib/_tls_wrap.js",
|
|
106
|
-
"lib/assert.js",
|
|
107
|
-
"lib/assert/strict.js",
|
|
108
|
-
"lib/async_hooks.js",
|
|
109
|
-
"lib/buffer.js",
|
|
110
|
-
"lib/child_process.js",
|
|
111
|
-
"lib/cluster.js",
|
|
112
|
-
"lib/console.js",
|
|
113
|
-
"lib/constants.js",
|
|
114
|
-
"lib/crypto.js",
|
|
115
|
-
"lib/dgram.js",
|
|
116
|
-
"lib/diagnostics_channel.js",
|
|
117
|
-
"lib/dns.js",
|
|
118
|
-
"lib/dns/promises.js",
|
|
119
|
-
"lib/domain.js",
|
|
120
|
-
"lib/events.js",
|
|
121
|
-
"lib/fs.js",
|
|
122
|
-
"lib/fs/promises.js",
|
|
123
|
-
"lib/http.js",
|
|
124
|
-
"lib/http2.js",
|
|
125
|
-
"lib/https.js",
|
|
126
|
-
"lib/inspector.js",
|
|
127
|
-
"lib/inspector/promises.js",
|
|
128
|
-
"lib/internal/abort_controller.js",
|
|
129
|
-
"lib/internal/assert.js",
|
|
130
|
-
"lib/internal/assert/assertion_error.js",
|
|
131
|
-
"lib/internal/assert/calltracker.js",
|
|
132
|
-
"lib/internal/assert/myers_diff.js",
|
|
133
|
-
"lib/internal/assert/utils.js",
|
|
134
|
-
"lib/internal/async_context_frame.js",
|
|
135
|
-
"lib/internal/async_hooks.js",
|
|
136
|
-
"lib/internal/async_local_storage/async_context_frame.js",
|
|
137
|
-
"lib/internal/async_local_storage/async_hooks.js",
|
|
138
|
-
"lib/internal/blob.js",
|
|
139
|
-
"lib/internal/blocklist.js",
|
|
140
|
-
"lib/internal/bootstrap/node.js",
|
|
141
|
-
"lib/internal/bootstrap/realm.js",
|
|
142
|
-
"lib/internal/bootstrap/shadow_realm.js",
|
|
143
|
-
"lib/internal/bootstrap/switches/does_not_own_process_state.js",
|
|
144
|
-
"lib/internal/bootstrap/switches/does_own_process_state.js",
|
|
145
|
-
"lib/internal/bootstrap/switches/is_main_thread.js",
|
|
146
|
-
"lib/internal/bootstrap/switches/is_not_main_thread.js",
|
|
147
|
-
"lib/internal/bootstrap/web/exposed-wildcard.js",
|
|
148
|
-
"lib/internal/bootstrap/web/exposed-window-or-worker.js",
|
|
149
|
-
"lib/internal/buffer.js",
|
|
150
|
-
"lib/internal/child_process.js",
|
|
151
|
-
"lib/internal/child_process/serialization.js",
|
|
152
|
-
"lib/internal/cli_table.js",
|
|
153
|
-
"lib/internal/cluster/child.js",
|
|
154
|
-
"lib/internal/cluster/primary.js",
|
|
155
|
-
"lib/internal/cluster/round_robin_handle.js",
|
|
156
|
-
"lib/internal/cluster/shared_handle.js",
|
|
157
|
-
"lib/internal/cluster/utils.js",
|
|
158
|
-
"lib/internal/cluster/worker.js",
|
|
159
|
-
"lib/internal/console/constructor.js",
|
|
160
|
-
"lib/internal/console/global.js",
|
|
161
|
-
"lib/internal/constants.js",
|
|
162
|
-
"lib/internal/crypto/aes.js",
|
|
163
|
-
"lib/internal/crypto/certificate.js",
|
|
164
|
-
"lib/internal/crypto/cfrg.js",
|
|
165
|
-
"lib/internal/crypto/cipher.js",
|
|
166
|
-
"lib/internal/crypto/diffiehellman.js",
|
|
167
|
-
"lib/internal/crypto/ec.js",
|
|
168
|
-
"lib/internal/crypto/hash.js",
|
|
169
|
-
"lib/internal/crypto/hashnames.js",
|
|
170
|
-
"lib/internal/crypto/hkdf.js",
|
|
171
|
-
"lib/internal/crypto/keygen.js",
|
|
172
|
-
"lib/internal/crypto/keys.js",
|
|
173
|
-
"lib/internal/crypto/mac.js",
|
|
174
|
-
"lib/internal/crypto/pbkdf2.js",
|
|
175
|
-
"lib/internal/crypto/random.js",
|
|
176
|
-
"lib/internal/crypto/rsa.js",
|
|
177
|
-
"lib/internal/crypto/scrypt.js",
|
|
178
|
-
"lib/internal/crypto/sig.js",
|
|
179
|
-
"lib/internal/crypto/util.js",
|
|
180
|
-
"lib/internal/crypto/webcrypto.js",
|
|
181
|
-
"lib/internal/crypto/webidl.js",
|
|
182
|
-
"lib/internal/crypto/x509.js",
|
|
183
|
-
"lib/internal/data_url.js",
|
|
184
|
-
"lib/internal/debugger/inspect.js",
|
|
185
|
-
"lib/internal/debugger/inspect_client.js",
|
|
186
|
-
"lib/internal/debugger/inspect_repl.js",
|
|
187
|
-
"lib/internal/dgram.js",
|
|
188
|
-
"lib/internal/dns/callback_resolver.js",
|
|
189
|
-
"lib/internal/dns/promises.js",
|
|
190
|
-
"lib/internal/dns/utils.js",
|
|
191
|
-
"lib/internal/encoding.js",
|
|
192
|
-
"lib/internal/error_serdes.js",
|
|
193
|
-
"lib/internal/errors.js",
|
|
194
|
-
"lib/internal/event_target.js",
|
|
195
|
-
"lib/internal/events/abort_listener.js",
|
|
196
|
-
"lib/internal/events/symbols.js",
|
|
197
|
-
"lib/internal/file.js",
|
|
198
|
-
"lib/internal/fixed_queue.js",
|
|
199
|
-
"lib/internal/freelist.js",
|
|
200
|
-
"lib/internal/freeze_intrinsics.js",
|
|
201
|
-
"lib/internal/fs/cp/cp-sync.js",
|
|
202
|
-
"lib/internal/fs/cp/cp.js",
|
|
203
|
-
"lib/internal/fs/dir.js",
|
|
204
|
-
"lib/internal/fs/glob.js",
|
|
205
|
-
"lib/internal/fs/promises.js",
|
|
206
|
-
"lib/internal/fs/read/context.js",
|
|
207
|
-
"lib/internal/fs/recursive_watch.js",
|
|
208
|
-
"lib/internal/fs/rimraf.js",
|
|
209
|
-
"lib/internal/fs/streams.js",
|
|
210
|
-
"lib/internal/fs/sync_write_stream.js",
|
|
211
|
-
"lib/internal/fs/utils.js",
|
|
212
|
-
"lib/internal/fs/watchers.js",
|
|
213
|
-
"lib/internal/heap_utils.js",
|
|
214
|
-
"lib/internal/histogram.js",
|
|
215
|
-
"lib/internal/http.js",
|
|
216
|
-
"lib/internal/http2/compat.js",
|
|
217
|
-
"lib/internal/http2/core.js",
|
|
218
|
-
"lib/internal/http2/util.js",
|
|
219
|
-
"lib/internal/inspector/network.js",
|
|
220
|
-
"lib/internal/inspector/network_http.js",
|
|
221
|
-
"lib/internal/inspector/network_undici.js",
|
|
222
|
-
"lib/internal/inspector_async_hook.js",
|
|
223
|
-
"lib/internal/inspector_network_tracking.js",
|
|
224
|
-
"lib/internal/js_stream_socket.js",
|
|
225
|
-
"lib/internal/legacy/processbinding.js",
|
|
226
|
-
"lib/internal/linkedlist.js",
|
|
227
|
-
"lib/internal/main/check_syntax.js",
|
|
228
|
-
"lib/internal/main/embedding.js",
|
|
229
|
-
"lib/internal/main/eval_stdin.js",
|
|
230
|
-
"lib/internal/main/eval_string.js",
|
|
231
|
-
"lib/internal/main/inspect.js",
|
|
232
|
-
"lib/internal/main/mksnapshot.js",
|
|
233
|
-
"lib/internal/main/print_help.js",
|
|
234
|
-
"lib/internal/main/prof_process.js",
|
|
235
|
-
"lib/internal/main/repl.js",
|
|
236
|
-
"lib/internal/main/run_main_module.js",
|
|
237
|
-
"lib/internal/main/test_runner.js",
|
|
238
|
-
"lib/internal/main/watch_mode.js",
|
|
239
|
-
"lib/internal/main/worker_thread.js",
|
|
240
|
-
"lib/internal/mime.js",
|
|
241
|
-
"lib/internal/modules/cjs/loader.js",
|
|
242
|
-
"lib/internal/modules/customization_hooks.js",
|
|
243
|
-
"lib/internal/modules/esm/assert.js",
|
|
244
|
-
"lib/internal/modules/esm/create_dynamic_module.js",
|
|
245
|
-
"lib/internal/modules/esm/formats.js",
|
|
246
|
-
"lib/internal/modules/esm/get_format.js",
|
|
247
|
-
"lib/internal/modules/esm/hooks.js",
|
|
248
|
-
"lib/internal/modules/esm/initialize_import_meta.js",
|
|
249
|
-
"lib/internal/modules/esm/load.js",
|
|
250
|
-
"lib/internal/modules/esm/loader.js",
|
|
251
|
-
"lib/internal/modules/esm/module_job.js",
|
|
252
|
-
"lib/internal/modules/esm/module_map.js",
|
|
253
|
-
"lib/internal/modules/esm/resolve.js",
|
|
254
|
-
"lib/internal/modules/esm/shared_constants.js",
|
|
255
|
-
"lib/internal/modules/esm/translators.js",
|
|
256
|
-
"lib/internal/modules/esm/utils.js",
|
|
257
|
-
"lib/internal/modules/esm/worker.js",
|
|
258
|
-
"lib/internal/modules/helpers.js",
|
|
259
|
-
"lib/internal/modules/package_json_reader.js",
|
|
260
|
-
"lib/internal/modules/run_main.js",
|
|
261
|
-
"lib/internal/modules/typescript.js",
|
|
262
|
-
"lib/internal/navigator.js",
|
|
263
|
-
"lib/internal/net.js",
|
|
264
|
-
"lib/internal/options.js",
|
|
265
|
-
"lib/internal/per_context/domexception.js",
|
|
266
|
-
"lib/internal/per_context/messageport.js",
|
|
267
|
-
"lib/internal/per_context/primordials.js",
|
|
268
|
-
"lib/internal/perf/event_loop_delay.js",
|
|
269
|
-
"lib/internal/perf/event_loop_utilization.js",
|
|
270
|
-
"lib/internal/perf/nodetiming.js",
|
|
271
|
-
"lib/internal/perf/observe.js",
|
|
272
|
-
"lib/internal/perf/performance.js",
|
|
273
|
-
"lib/internal/perf/performance_entry.js",
|
|
274
|
-
"lib/internal/perf/resource_timing.js",
|
|
275
|
-
"lib/internal/perf/timerify.js",
|
|
276
|
-
"lib/internal/perf/usertiming.js",
|
|
277
|
-
"lib/internal/perf/utils.js",
|
|
278
|
-
"lib/internal/priority_queue.js",
|
|
279
|
-
"lib/internal/process/execution.js",
|
|
280
|
-
"lib/internal/process/finalization.js",
|
|
281
|
-
"lib/internal/process/per_thread.js",
|
|
282
|
-
"lib/internal/process/permission.js",
|
|
283
|
-
"lib/internal/process/pre_execution.js",
|
|
284
|
-
"lib/internal/process/promises.js",
|
|
285
|
-
"lib/internal/process/report.js",
|
|
286
|
-
"lib/internal/process/signal.js",
|
|
287
|
-
"lib/internal/process/task_queues.js",
|
|
288
|
-
"lib/internal/process/warning.js",
|
|
289
|
-
"lib/internal/process/worker_thread_only.js",
|
|
290
|
-
"lib/internal/promise_hooks.js",
|
|
291
|
-
"lib/internal/querystring.js",
|
|
292
|
-
"lib/internal/quic/quic.js",
|
|
293
|
-
"lib/internal/quic/state.js",
|
|
294
|
-
"lib/internal/quic/stats.js",
|
|
295
|
-
"lib/internal/quic/symbols.js",
|
|
296
|
-
"lib/internal/readline/callbacks.js",
|
|
297
|
-
"lib/internal/readline/emitKeypressEvents.js",
|
|
298
|
-
"lib/internal/readline/interface.js",
|
|
299
|
-
"lib/internal/readline/promises.js",
|
|
300
|
-
"lib/internal/readline/utils.js",
|
|
301
|
-
"lib/internal/repl.js",
|
|
302
|
-
"lib/internal/repl/await.js",
|
|
303
|
-
"lib/internal/repl/history.js",
|
|
304
|
-
"lib/internal/repl/utils.js",
|
|
305
|
-
"lib/internal/socket_list.js",
|
|
306
|
-
"lib/internal/socketaddress.js",
|
|
307
|
-
"lib/internal/source_map/prepare_stack_trace.js",
|
|
308
|
-
"lib/internal/source_map/source_map.js",
|
|
309
|
-
"lib/internal/source_map/source_map_cache.js",
|
|
310
|
-
"lib/internal/source_map/source_map_cache_map.js",
|
|
311
|
-
"lib/internal/stream_base_commons.js",
|
|
312
|
-
"lib/internal/streams/add-abort-signal.js",
|
|
313
|
-
"lib/internal/streams/compose.js",
|
|
314
|
-
"lib/internal/streams/destroy.js",
|
|
315
|
-
"lib/internal/streams/duplex.js",
|
|
316
|
-
"lib/internal/streams/duplexify.js",
|
|
317
|
-
"lib/internal/streams/duplexpair.js",
|
|
318
|
-
"lib/internal/streams/end-of-stream.js",
|
|
319
|
-
"lib/internal/streams/from.js",
|
|
320
|
-
"lib/internal/streams/lazy_transform.js",
|
|
321
|
-
"lib/internal/streams/legacy.js",
|
|
322
|
-
"lib/internal/streams/operators.js",
|
|
323
|
-
"lib/internal/streams/passthrough.js",
|
|
324
|
-
"lib/internal/streams/pipeline.js",
|
|
325
|
-
"lib/internal/streams/readable.js",
|
|
326
|
-
"lib/internal/streams/state.js",
|
|
327
|
-
"lib/internal/streams/transform.js",
|
|
328
|
-
"lib/internal/streams/utils.js",
|
|
329
|
-
"lib/internal/streams/writable.js",
|
|
330
|
-
"lib/internal/test/binding.js",
|
|
331
|
-
"lib/internal/test/transfer.js",
|
|
332
|
-
"lib/internal/test_runner/assert.js",
|
|
333
|
-
"lib/internal/test_runner/coverage.js",
|
|
334
|
-
"lib/internal/test_runner/harness.js",
|
|
335
|
-
"lib/internal/test_runner/mock/loader.js",
|
|
336
|
-
"lib/internal/test_runner/mock/mock.js",
|
|
337
|
-
"lib/internal/test_runner/mock/mock_timers.js",
|
|
338
|
-
"lib/internal/test_runner/reporter/dot.js",
|
|
339
|
-
"lib/internal/test_runner/reporter/junit.js",
|
|
340
|
-
"lib/internal/test_runner/reporter/lcov.js",
|
|
341
|
-
"lib/internal/test_runner/reporter/spec.js",
|
|
342
|
-
"lib/internal/test_runner/reporter/tap.js",
|
|
343
|
-
"lib/internal/test_runner/reporter/utils.js",
|
|
344
|
-
"lib/internal/test_runner/reporter/v8-serializer.js",
|
|
345
|
-
"lib/internal/test_runner/runner.js",
|
|
346
|
-
"lib/internal/test_runner/snapshot.js",
|
|
347
|
-
"lib/internal/test_runner/test.js",
|
|
348
|
-
"lib/internal/test_runner/tests_stream.js",
|
|
349
|
-
"lib/internal/test_runner/utils.js",
|
|
350
|
-
"lib/internal/timers.js",
|
|
351
|
-
"lib/internal/tls/secure-context.js",
|
|
352
|
-
"lib/internal/tls/secure-pair.js",
|
|
353
|
-
"lib/internal/trace_events_async_hooks.js",
|
|
354
|
-
"lib/internal/tty.js",
|
|
355
|
-
"lib/internal/url.js",
|
|
356
|
-
"lib/internal/util.js",
|
|
357
|
-
"lib/internal/util/colors.js",
|
|
358
|
-
"lib/internal/util/comparisons.js",
|
|
359
|
-
"lib/internal/util/debuglog.js",
|
|
360
|
-
"lib/internal/util/diff.js",
|
|
361
|
-
"lib/internal/util/inspect.js",
|
|
362
|
-
"lib/internal/util/inspector.js",
|
|
363
|
-
"lib/internal/util/parse_args/parse_args.js",
|
|
364
|
-
"lib/internal/util/parse_args/utils.js",
|
|
365
|
-
"lib/internal/util/types.js",
|
|
366
|
-
"lib/internal/v8/startup_snapshot.js",
|
|
367
|
-
"lib/internal/v8_prof_polyfill.js",
|
|
368
|
-
"lib/internal/v8_prof_processor.js",
|
|
369
|
-
"lib/internal/validators.js",
|
|
370
|
-
"lib/internal/vm.js",
|
|
371
|
-
"lib/internal/vm/module.js",
|
|
372
|
-
"lib/internal/wasm_web_api.js",
|
|
373
|
-
"lib/internal/watch_mode/files_watcher.js",
|
|
374
|
-
"lib/internal/watchdog.js",
|
|
375
|
-
"lib/internal/webidl.js",
|
|
376
|
-
"lib/internal/webstorage.js",
|
|
377
|
-
"lib/internal/webstreams/adapters.js",
|
|
378
|
-
"lib/internal/webstreams/compression.js",
|
|
379
|
-
"lib/internal/webstreams/encoding.js",
|
|
380
|
-
"lib/internal/webstreams/queuingstrategies.js",
|
|
381
|
-
"lib/internal/webstreams/readablestream.js",
|
|
382
|
-
"lib/internal/webstreams/transfer.js",
|
|
383
|
-
"lib/internal/webstreams/transformstream.js",
|
|
384
|
-
"lib/internal/webstreams/util.js",
|
|
385
|
-
"lib/internal/webstreams/writablestream.js",
|
|
386
|
-
"lib/internal/worker.js",
|
|
387
|
-
"lib/internal/worker/io.js",
|
|
388
|
-
"lib/internal/worker/js_transferable.js",
|
|
389
|
-
"lib/internal/worker/messaging.js",
|
|
390
|
-
"lib/module.js",
|
|
391
|
-
"lib/net.js",
|
|
392
|
-
"lib/os.js",
|
|
393
|
-
"lib/path.js",
|
|
394
|
-
"lib/path/posix.js",
|
|
395
|
-
"lib/path/win32.js",
|
|
396
|
-
"lib/perf_hooks.js",
|
|
397
|
-
"lib/process.js",
|
|
398
|
-
"lib/punycode.js",
|
|
399
|
-
"lib/querystring.js",
|
|
400
|
-
"lib/readline.js",
|
|
401
|
-
"lib/readline/promises.js",
|
|
402
|
-
"lib/repl.js",
|
|
403
|
-
"lib/sea.js",
|
|
404
|
-
"lib/sqlite.js",
|
|
405
|
-
"lib/stream.js",
|
|
406
|
-
"lib/stream/consumers.js",
|
|
407
|
-
"lib/stream/promises.js",
|
|
408
|
-
"lib/stream/web.js",
|
|
409
|
-
"lib/string_decoder.js",
|
|
410
|
-
"lib/sys.js",
|
|
411
|
-
"lib/test.js",
|
|
412
|
-
"lib/test/reporters.js",
|
|
413
|
-
"lib/timers.js",
|
|
414
|
-
"lib/timers/promises.js",
|
|
415
|
-
"lib/tls.js",
|
|
416
|
-
"lib/trace_events.js",
|
|
417
|
-
"lib/tty.js",
|
|
418
|
-
"lib/url.js",
|
|
419
|
-
"lib/util.js",
|
|
420
|
-
"lib/util/types.js",
|
|
421
|
-
"lib/v8.js",
|
|
422
|
-
"lib/vm.js",
|
|
423
|
-
"lib/wasi.js",
|
|
424
|
-
"lib/worker_threads.js",
|
|
425
|
-
"lib/zlib.js"
|
|
426
|
-
],
|
|
427
|
-
"node_module_version": 127,
|
|
428
|
-
"node_no_browser_globals": "false",
|
|
429
|
-
"node_prefix": "/",
|
|
430
|
-
"node_release_urlbase": "https://nodejs.org/download/release/",
|
|
431
|
-
"node_shared": "false",
|
|
432
|
-
"node_shared_ada": "false",
|
|
433
|
-
"node_shared_brotli": "false",
|
|
434
|
-
"node_shared_cares": "false",
|
|
435
|
-
"node_shared_http_parser": "false",
|
|
436
|
-
"node_shared_libuv": "false",
|
|
437
|
-
"node_shared_nghttp2": "false",
|
|
438
|
-
"node_shared_nghttp3": "false",
|
|
439
|
-
"node_shared_ngtcp2": "false",
|
|
440
|
-
"node_shared_openssl": "false",
|
|
441
|
-
"node_shared_simdjson": "false",
|
|
442
|
-
"node_shared_simdutf": "false",
|
|
443
|
-
"node_shared_sqlite": "false",
|
|
444
|
-
"node_shared_uvwasi": "false",
|
|
445
|
-
"node_shared_zlib": "false",
|
|
446
|
-
"node_shared_zstd": "false",
|
|
447
|
-
"node_tag": "",
|
|
448
|
-
"node_target_type": "executable",
|
|
449
|
-
"node_use_amaro": "true",
|
|
450
|
-
"node_use_bundled_v8": "true",
|
|
451
|
-
"node_use_node_code_cache": "true",
|
|
452
|
-
"node_use_node_snapshot": "true",
|
|
453
|
-
"node_use_openssl": "true",
|
|
454
|
-
"node_use_sqlite": "true",
|
|
455
|
-
"node_use_v8_platform": "true",
|
|
456
|
-
"node_with_ltcg": "false",
|
|
457
|
-
"node_without_node_options": "false",
|
|
458
|
-
"node_write_snapshot_as_array_literals": "false",
|
|
459
|
-
"openssl_is_fips": "false",
|
|
460
|
-
"openssl_quic": "false",
|
|
461
|
-
"ossfuzz": "false",
|
|
462
|
-
"shlib_suffix": "127.dylib",
|
|
463
|
-
"single_executable_application": "true",
|
|
464
|
-
"suppress_all_error_on_warn": "false",
|
|
465
|
-
"target_arch": "arm64",
|
|
466
|
-
"ubsan": 0,
|
|
467
|
-
"use_ccache_win": 0,
|
|
468
|
-
"use_prefix_to_find_headers": "false",
|
|
469
|
-
"v8_enable_31bit_smis_on_64bit_arch": 0,
|
|
470
|
-
"v8_enable_extensible_ro_snapshot": 0,
|
|
471
|
-
"v8_enable_external_code_space": 0,
|
|
472
|
-
"v8_enable_gdbjit": 0,
|
|
473
|
-
"v8_enable_hugepage": 0,
|
|
474
|
-
"v8_enable_i18n_support": 1,
|
|
475
|
-
"v8_enable_inspector": 1,
|
|
476
|
-
"v8_enable_javascript_promise_hooks": 1,
|
|
477
|
-
"v8_enable_lite_mode": 0,
|
|
478
|
-
"v8_enable_maglev": 0,
|
|
479
|
-
"v8_enable_object_print": 1,
|
|
480
|
-
"v8_enable_pointer_compression": 0,
|
|
481
|
-
"v8_enable_pointer_compression_shared_cage": 0,
|
|
482
|
-
"v8_enable_sandbox": 0,
|
|
483
|
-
"v8_enable_shared_ro_heap": 1,
|
|
484
|
-
"v8_enable_webassembly": 1,
|
|
485
|
-
"v8_optimized_debug": 1,
|
|
486
|
-
"v8_promise_internal_field_count": 1,
|
|
487
|
-
"v8_random_seed": 0,
|
|
488
|
-
"v8_trace_maps": 0,
|
|
489
|
-
"v8_use_siphash": 1,
|
|
490
|
-
"want_separate_host_toolset": 0,
|
|
491
|
-
"xcode_version": "16.0",
|
|
492
|
-
"nodedir": "/Users/koristuvac/Library/Caches/node-gyp/22.17.1",
|
|
493
|
-
"python": "/Applications/Xcode.app/Contents/Developer/usr/bin/python3",
|
|
494
|
-
"standalone_static_library": 1,
|
|
495
|
-
"global_prefix": "/Users/koristuvac/.nvm/versions/node/v22.17.1",
|
|
496
|
-
"local_prefix": "/Users/koristuvac/Projects/topgun/topgun/packages/native",
|
|
497
|
-
"globalconfig": "/Users/koristuvac/.nvm/versions/node/v22.17.1/etc/npmrc",
|
|
498
|
-
"access": "public",
|
|
499
|
-
"userconfig": "/Users/koristuvac/.npmrc",
|
|
500
|
-
"init_module": "/Users/koristuvac/.npm-init.js",
|
|
501
|
-
"npm_version": "10.9.2",
|
|
502
|
-
"node_gyp": "/Users/koristuvac/.nvm/versions/node/v22.17.1/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js",
|
|
503
|
-
"otp": "556210",
|
|
504
|
-
"cache": "/Users/koristuvac/.npm",
|
|
505
|
-
"user_agent": "npm/10.9.2 node/v22.17.1 darwin arm64 workspaces/false",
|
|
506
|
-
"prefix": "/Users/koristuvac/.nvm/versions/node/v22.17.1"
|
|
507
|
-
}
|
|
508
|
-
}
|