@qqbrowser/qbot-claw-launcher 0.9.32

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