@quantiya/codevibe-claude-plugin 2.0.24 → 2.0.25

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 (27) hide show
  1. package/.claude-plugin/plugin.json +1 -1
  2. package/dist/server.js +7 -7
  3. package/node_modules/@quantiya/codevibe-core/dist/e1/__tests__/prompt-publication.test.d.ts +1 -0
  4. package/node_modules/@quantiya/codevibe-core/dist/e1/index.d.ts +1 -0
  5. package/node_modules/@quantiya/codevibe-core/dist/e1/prompt-publication.d.ts +14 -0
  6. package/node_modules/@quantiya/codevibe-core/dist/index.d.ts +1 -1
  7. package/node_modules/@quantiya/codevibe-core/dist/index.js +249 -249
  8. package/node_modules/@quantiya/codevibe-core/package.json +1 -1
  9. package/node_modules/fs-ext/build/Makefile +347 -0
  10. package/node_modules/fs-ext/build/Release/.deps/Release/fs_ext.node.d +1 -0
  11. package/node_modules/fs-ext/build/Release/.deps/Release/obj.target/fs_ext/fs-ext.o.d +165 -0
  12. package/node_modules/fs-ext/build/Release/fs_ext.node +0 -0
  13. package/node_modules/fs-ext/build/Release/obj.target/fs_ext/fs-ext.o +0 -0
  14. package/node_modules/fs-ext/build/binding.Makefile +6 -0
  15. package/node_modules/fs-ext/build/config.gypi +503 -0
  16. package/node_modules/fs-ext/build/fs_ext.target.mk +183 -0
  17. package/node_modules/fs-ext/build/gyp-mac-tool +768 -0
  18. package/package.json +2 -2
  19. package/node_modules/@iarna/toml/CHANGELOG.md +0 -278
  20. package/node_modules/color-convert/CHANGELOG.md +0 -54
  21. package/node_modules/cross-spawn/node_modules/which/CHANGELOG.md +0 -166
  22. package/node_modules/deep-extend/CHANGELOG.md +0 -46
  23. package/node_modules/es-toolkit/CHANGELOG.md +0 -1018
  24. package/node_modules/es-toolkit/src/compat/_internal/Equals.d.ts +0 -1
  25. package/node_modules/es-toolkit/src/compat/_internal/IsWritable.d.ts +0 -3
  26. package/node_modules/es-toolkit/src/compat/_internal/MutableList.d.ts +0 -4
  27. package/node_modules/es-toolkit/src/compat/_internal/RejectReadonly.d.ts +0 -4
@@ -0,0 +1,503 @@
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_gyp_path": "tools/icu/icu-system.gyp",
38
+ "icu_small": "false",
39
+ "icu_ver_major": "77",
40
+ "libdir": "lib",
41
+ "llvm_version": "17.0",
42
+ "napi_build_version": "10",
43
+ "node_builtin_shareable_builtins": [
44
+ "deps/cjs-module-lexer/lexer.js",
45
+ "deps/cjs-module-lexer/dist/lexer.js",
46
+ "deps/undici/undici.js",
47
+ "deps/amaro/dist/index.js"
48
+ ],
49
+ "node_byteorder": "little",
50
+ "node_cctest_sources": [
51
+ "src/node_snapshot_stub.cc",
52
+ "test/cctest/inspector/test_node_protocol.cc",
53
+ "test/cctest/node_test_fixture.cc",
54
+ "test/cctest/test_aliased_buffer.cc",
55
+ "test/cctest/test_base64.cc",
56
+ "test/cctest/test_base_object_ptr.cc",
57
+ "test/cctest/test_cppgc.cc",
58
+ "test/cctest/test_crypto_clienthello.cc",
59
+ "test/cctest/test_dataqueue.cc",
60
+ "test/cctest/test_environment.cc",
61
+ "test/cctest/test_inspector_socket.cc",
62
+ "test/cctest/test_inspector_socket_server.cc",
63
+ "test/cctest/test_json_utils.cc",
64
+ "test/cctest/test_linked_binding.cc",
65
+ "test/cctest/test_node_api.cc",
66
+ "test/cctest/test_node_crypto.cc",
67
+ "test/cctest/test_node_crypto_env.cc",
68
+ "test/cctest/test_node_postmortem_metadata.cc",
69
+ "test/cctest/test_node_task_runner.cc",
70
+ "test/cctest/test_path.cc",
71
+ "test/cctest/test_per_process.cc",
72
+ "test/cctest/test_platform.cc",
73
+ "test/cctest/test_quic_cid.cc",
74
+ "test/cctest/test_quic_error.cc",
75
+ "test/cctest/test_quic_tokens.cc",
76
+ "test/cctest/test_report.cc",
77
+ "test/cctest/test_sockaddr.cc",
78
+ "test/cctest/test_traced_value.cc",
79
+ "test/cctest/test_util.cc",
80
+ "test/cctest/node_test_fixture.h"
81
+ ],
82
+ "node_debug_lib": "false",
83
+ "node_enable_d8": "false",
84
+ "node_enable_v8_vtunejit": "false",
85
+ "node_fipsinstall": "false",
86
+ "node_install_corepack": "true",
87
+ "node_install_npm": "false",
88
+ "node_library_files": [
89
+ "lib/_http_agent.js",
90
+ "lib/_http_client.js",
91
+ "lib/_http_common.js",
92
+ "lib/_http_incoming.js",
93
+ "lib/_http_outgoing.js",
94
+ "lib/_http_server.js",
95
+ "lib/_stream_duplex.js",
96
+ "lib/_stream_passthrough.js",
97
+ "lib/_stream_readable.js",
98
+ "lib/_stream_transform.js",
99
+ "lib/_stream_wrap.js",
100
+ "lib/_stream_writable.js",
101
+ "lib/_tls_common.js",
102
+ "lib/_tls_wrap.js",
103
+ "lib/assert.js",
104
+ "lib/assert/strict.js",
105
+ "lib/async_hooks.js",
106
+ "lib/buffer.js",
107
+ "lib/child_process.js",
108
+ "lib/cluster.js",
109
+ "lib/console.js",
110
+ "lib/constants.js",
111
+ "lib/crypto.js",
112
+ "lib/dgram.js",
113
+ "lib/diagnostics_channel.js",
114
+ "lib/dns.js",
115
+ "lib/dns/promises.js",
116
+ "lib/domain.js",
117
+ "lib/events.js",
118
+ "lib/fs.js",
119
+ "lib/fs/promises.js",
120
+ "lib/http.js",
121
+ "lib/http2.js",
122
+ "lib/https.js",
123
+ "lib/inspector.js",
124
+ "lib/inspector/promises.js",
125
+ "lib/internal/abort_controller.js",
126
+ "lib/internal/assert.js",
127
+ "lib/internal/assert/assertion_error.js",
128
+ "lib/internal/assert/calltracker.js",
129
+ "lib/internal/assert/myers_diff.js",
130
+ "lib/internal/assert/utils.js",
131
+ "lib/internal/async_context_frame.js",
132
+ "lib/internal/async_hooks.js",
133
+ "lib/internal/async_local_storage/async_context_frame.js",
134
+ "lib/internal/async_local_storage/async_hooks.js",
135
+ "lib/internal/blob.js",
136
+ "lib/internal/blocklist.js",
137
+ "lib/internal/bootstrap/node.js",
138
+ "lib/internal/bootstrap/realm.js",
139
+ "lib/internal/bootstrap/shadow_realm.js",
140
+ "lib/internal/bootstrap/switches/does_not_own_process_state.js",
141
+ "lib/internal/bootstrap/switches/does_own_process_state.js",
142
+ "lib/internal/bootstrap/switches/is_main_thread.js",
143
+ "lib/internal/bootstrap/switches/is_not_main_thread.js",
144
+ "lib/internal/bootstrap/web/exposed-wildcard.js",
145
+ "lib/internal/bootstrap/web/exposed-window-or-worker.js",
146
+ "lib/internal/buffer.js",
147
+ "lib/internal/child_process.js",
148
+ "lib/internal/child_process/serialization.js",
149
+ "lib/internal/cli_table.js",
150
+ "lib/internal/cluster/child.js",
151
+ "lib/internal/cluster/primary.js",
152
+ "lib/internal/cluster/round_robin_handle.js",
153
+ "lib/internal/cluster/shared_handle.js",
154
+ "lib/internal/cluster/utils.js",
155
+ "lib/internal/cluster/worker.js",
156
+ "lib/internal/console/constructor.js",
157
+ "lib/internal/console/global.js",
158
+ "lib/internal/constants.js",
159
+ "lib/internal/crypto/aes.js",
160
+ "lib/internal/crypto/certificate.js",
161
+ "lib/internal/crypto/cfrg.js",
162
+ "lib/internal/crypto/cipher.js",
163
+ "lib/internal/crypto/diffiehellman.js",
164
+ "lib/internal/crypto/ec.js",
165
+ "lib/internal/crypto/hash.js",
166
+ "lib/internal/crypto/hashnames.js",
167
+ "lib/internal/crypto/hkdf.js",
168
+ "lib/internal/crypto/keygen.js",
169
+ "lib/internal/crypto/keys.js",
170
+ "lib/internal/crypto/mac.js",
171
+ "lib/internal/crypto/pbkdf2.js",
172
+ "lib/internal/crypto/random.js",
173
+ "lib/internal/crypto/rsa.js",
174
+ "lib/internal/crypto/scrypt.js",
175
+ "lib/internal/crypto/sig.js",
176
+ "lib/internal/crypto/util.js",
177
+ "lib/internal/crypto/webcrypto.js",
178
+ "lib/internal/crypto/webidl.js",
179
+ "lib/internal/crypto/x509.js",
180
+ "lib/internal/data_url.js",
181
+ "lib/internal/debugger/inspect.js",
182
+ "lib/internal/debugger/inspect_client.js",
183
+ "lib/internal/debugger/inspect_repl.js",
184
+ "lib/internal/dgram.js",
185
+ "lib/internal/dns/callback_resolver.js",
186
+ "lib/internal/dns/promises.js",
187
+ "lib/internal/dns/utils.js",
188
+ "lib/internal/encoding.js",
189
+ "lib/internal/error_serdes.js",
190
+ "lib/internal/errors.js",
191
+ "lib/internal/event_target.js",
192
+ "lib/internal/events/abort_listener.js",
193
+ "lib/internal/events/symbols.js",
194
+ "lib/internal/file.js",
195
+ "lib/internal/fixed_queue.js",
196
+ "lib/internal/freelist.js",
197
+ "lib/internal/freeze_intrinsics.js",
198
+ "lib/internal/fs/cp/cp-sync.js",
199
+ "lib/internal/fs/cp/cp.js",
200
+ "lib/internal/fs/dir.js",
201
+ "lib/internal/fs/glob.js",
202
+ "lib/internal/fs/promises.js",
203
+ "lib/internal/fs/read/context.js",
204
+ "lib/internal/fs/recursive_watch.js",
205
+ "lib/internal/fs/rimraf.js",
206
+ "lib/internal/fs/streams.js",
207
+ "lib/internal/fs/sync_write_stream.js",
208
+ "lib/internal/fs/utils.js",
209
+ "lib/internal/fs/watchers.js",
210
+ "lib/internal/heap_utils.js",
211
+ "lib/internal/histogram.js",
212
+ "lib/internal/http.js",
213
+ "lib/internal/http2/compat.js",
214
+ "lib/internal/http2/core.js",
215
+ "lib/internal/http2/util.js",
216
+ "lib/internal/inspector/network.js",
217
+ "lib/internal/inspector/network_http.js",
218
+ "lib/internal/inspector/network_undici.js",
219
+ "lib/internal/inspector_async_hook.js",
220
+ "lib/internal/inspector_network_tracking.js",
221
+ "lib/internal/js_stream_socket.js",
222
+ "lib/internal/legacy/processbinding.js",
223
+ "lib/internal/linkedlist.js",
224
+ "lib/internal/main/check_syntax.js",
225
+ "lib/internal/main/embedding.js",
226
+ "lib/internal/main/eval_stdin.js",
227
+ "lib/internal/main/eval_string.js",
228
+ "lib/internal/main/inspect.js",
229
+ "lib/internal/main/mksnapshot.js",
230
+ "lib/internal/main/print_help.js",
231
+ "lib/internal/main/prof_process.js",
232
+ "lib/internal/main/repl.js",
233
+ "lib/internal/main/run_main_module.js",
234
+ "lib/internal/main/test_runner.js",
235
+ "lib/internal/main/watch_mode.js",
236
+ "lib/internal/main/worker_thread.js",
237
+ "lib/internal/mime.js",
238
+ "lib/internal/modules/cjs/loader.js",
239
+ "lib/internal/modules/customization_hooks.js",
240
+ "lib/internal/modules/esm/assert.js",
241
+ "lib/internal/modules/esm/create_dynamic_module.js",
242
+ "lib/internal/modules/esm/formats.js",
243
+ "lib/internal/modules/esm/get_format.js",
244
+ "lib/internal/modules/esm/hooks.js",
245
+ "lib/internal/modules/esm/initialize_import_meta.js",
246
+ "lib/internal/modules/esm/load.js",
247
+ "lib/internal/modules/esm/loader.js",
248
+ "lib/internal/modules/esm/module_job.js",
249
+ "lib/internal/modules/esm/module_map.js",
250
+ "lib/internal/modules/esm/resolve.js",
251
+ "lib/internal/modules/esm/shared_constants.js",
252
+ "lib/internal/modules/esm/translators.js",
253
+ "lib/internal/modules/esm/utils.js",
254
+ "lib/internal/modules/esm/worker.js",
255
+ "lib/internal/modules/helpers.js",
256
+ "lib/internal/modules/package_json_reader.js",
257
+ "lib/internal/modules/run_main.js",
258
+ "lib/internal/modules/typescript.js",
259
+ "lib/internal/navigator.js",
260
+ "lib/internal/net.js",
261
+ "lib/internal/options.js",
262
+ "lib/internal/per_context/domexception.js",
263
+ "lib/internal/per_context/messageport.js",
264
+ "lib/internal/per_context/primordials.js",
265
+ "lib/internal/perf/event_loop_delay.js",
266
+ "lib/internal/perf/event_loop_utilization.js",
267
+ "lib/internal/perf/nodetiming.js",
268
+ "lib/internal/perf/observe.js",
269
+ "lib/internal/perf/performance.js",
270
+ "lib/internal/perf/performance_entry.js",
271
+ "lib/internal/perf/resource_timing.js",
272
+ "lib/internal/perf/timerify.js",
273
+ "lib/internal/perf/usertiming.js",
274
+ "lib/internal/perf/utils.js",
275
+ "lib/internal/priority_queue.js",
276
+ "lib/internal/process/execution.js",
277
+ "lib/internal/process/finalization.js",
278
+ "lib/internal/process/per_thread.js",
279
+ "lib/internal/process/permission.js",
280
+ "lib/internal/process/pre_execution.js",
281
+ "lib/internal/process/promises.js",
282
+ "lib/internal/process/report.js",
283
+ "lib/internal/process/signal.js",
284
+ "lib/internal/process/task_queues.js",
285
+ "lib/internal/process/warning.js",
286
+ "lib/internal/process/worker_thread_only.js",
287
+ "lib/internal/promise_hooks.js",
288
+ "lib/internal/querystring.js",
289
+ "lib/internal/quic/quic.js",
290
+ "lib/internal/quic/state.js",
291
+ "lib/internal/quic/stats.js",
292
+ "lib/internal/quic/symbols.js",
293
+ "lib/internal/readline/callbacks.js",
294
+ "lib/internal/readline/emitKeypressEvents.js",
295
+ "lib/internal/readline/interface.js",
296
+ "lib/internal/readline/promises.js",
297
+ "lib/internal/readline/utils.js",
298
+ "lib/internal/repl.js",
299
+ "lib/internal/repl/await.js",
300
+ "lib/internal/repl/history.js",
301
+ "lib/internal/repl/utils.js",
302
+ "lib/internal/socket_list.js",
303
+ "lib/internal/socketaddress.js",
304
+ "lib/internal/source_map/prepare_stack_trace.js",
305
+ "lib/internal/source_map/source_map.js",
306
+ "lib/internal/source_map/source_map_cache.js",
307
+ "lib/internal/source_map/source_map_cache_map.js",
308
+ "lib/internal/stream_base_commons.js",
309
+ "lib/internal/streams/add-abort-signal.js",
310
+ "lib/internal/streams/compose.js",
311
+ "lib/internal/streams/destroy.js",
312
+ "lib/internal/streams/duplex.js",
313
+ "lib/internal/streams/duplexify.js",
314
+ "lib/internal/streams/duplexpair.js",
315
+ "lib/internal/streams/end-of-stream.js",
316
+ "lib/internal/streams/from.js",
317
+ "lib/internal/streams/lazy_transform.js",
318
+ "lib/internal/streams/legacy.js",
319
+ "lib/internal/streams/operators.js",
320
+ "lib/internal/streams/passthrough.js",
321
+ "lib/internal/streams/pipeline.js",
322
+ "lib/internal/streams/readable.js",
323
+ "lib/internal/streams/state.js",
324
+ "lib/internal/streams/transform.js",
325
+ "lib/internal/streams/utils.js",
326
+ "lib/internal/streams/writable.js",
327
+ "lib/internal/test/binding.js",
328
+ "lib/internal/test/transfer.js",
329
+ "lib/internal/test_runner/assert.js",
330
+ "lib/internal/test_runner/coverage.js",
331
+ "lib/internal/test_runner/harness.js",
332
+ "lib/internal/test_runner/mock/loader.js",
333
+ "lib/internal/test_runner/mock/mock.js",
334
+ "lib/internal/test_runner/mock/mock_timers.js",
335
+ "lib/internal/test_runner/reporter/dot.js",
336
+ "lib/internal/test_runner/reporter/junit.js",
337
+ "lib/internal/test_runner/reporter/lcov.js",
338
+ "lib/internal/test_runner/reporter/spec.js",
339
+ "lib/internal/test_runner/reporter/tap.js",
340
+ "lib/internal/test_runner/reporter/utils.js",
341
+ "lib/internal/test_runner/reporter/v8-serializer.js",
342
+ "lib/internal/test_runner/runner.js",
343
+ "lib/internal/test_runner/snapshot.js",
344
+ "lib/internal/test_runner/test.js",
345
+ "lib/internal/test_runner/tests_stream.js",
346
+ "lib/internal/test_runner/utils.js",
347
+ "lib/internal/timers.js",
348
+ "lib/internal/tls/secure-context.js",
349
+ "lib/internal/trace_events_async_hooks.js",
350
+ "lib/internal/tty.js",
351
+ "lib/internal/url.js",
352
+ "lib/internal/util.js",
353
+ "lib/internal/util/colors.js",
354
+ "lib/internal/util/comparisons.js",
355
+ "lib/internal/util/debuglog.js",
356
+ "lib/internal/util/diff.js",
357
+ "lib/internal/util/inspect.js",
358
+ "lib/internal/util/inspector.js",
359
+ "lib/internal/util/parse_args/parse_args.js",
360
+ "lib/internal/util/parse_args/utils.js",
361
+ "lib/internal/util/types.js",
362
+ "lib/internal/v8/startup_snapshot.js",
363
+ "lib/internal/v8_prof_polyfill.js",
364
+ "lib/internal/v8_prof_processor.js",
365
+ "lib/internal/validators.js",
366
+ "lib/internal/vm.js",
367
+ "lib/internal/vm/module.js",
368
+ "lib/internal/wasm_web_api.js",
369
+ "lib/internal/watch_mode/files_watcher.js",
370
+ "lib/internal/watchdog.js",
371
+ "lib/internal/webidl.js",
372
+ "lib/internal/webstorage.js",
373
+ "lib/internal/webstreams/adapters.js",
374
+ "lib/internal/webstreams/compression.js",
375
+ "lib/internal/webstreams/encoding.js",
376
+ "lib/internal/webstreams/queuingstrategies.js",
377
+ "lib/internal/webstreams/readablestream.js",
378
+ "lib/internal/webstreams/transfer.js",
379
+ "lib/internal/webstreams/transformstream.js",
380
+ "lib/internal/webstreams/util.js",
381
+ "lib/internal/webstreams/writablestream.js",
382
+ "lib/internal/worker.js",
383
+ "lib/internal/worker/clone_dom_exception.js",
384
+ "lib/internal/worker/io.js",
385
+ "lib/internal/worker/js_transferable.js",
386
+ "lib/internal/worker/messaging.js",
387
+ "lib/module.js",
388
+ "lib/net.js",
389
+ "lib/os.js",
390
+ "lib/path.js",
391
+ "lib/path/posix.js",
392
+ "lib/path/win32.js",
393
+ "lib/perf_hooks.js",
394
+ "lib/process.js",
395
+ "lib/punycode.js",
396
+ "lib/querystring.js",
397
+ "lib/quic.js",
398
+ "lib/readline.js",
399
+ "lib/readline/promises.js",
400
+ "lib/repl.js",
401
+ "lib/sea.js",
402
+ "lib/sqlite.js",
403
+ "lib/stream.js",
404
+ "lib/stream/consumers.js",
405
+ "lib/stream/promises.js",
406
+ "lib/stream/web.js",
407
+ "lib/string_decoder.js",
408
+ "lib/sys.js",
409
+ "lib/test.js",
410
+ "lib/test/reporters.js",
411
+ "lib/timers.js",
412
+ "lib/timers/promises.js",
413
+ "lib/tls.js",
414
+ "lib/trace_events.js",
415
+ "lib/tty.js",
416
+ "lib/url.js",
417
+ "lib/util.js",
418
+ "lib/util/types.js",
419
+ "lib/v8.js",
420
+ "lib/vm.js",
421
+ "lib/wasi.js",
422
+ "lib/worker_threads.js",
423
+ "lib/zlib.js"
424
+ ],
425
+ "node_module_version": 137,
426
+ "node_no_browser_globals": "false",
427
+ "node_prefix": "/opt/homebrew/Cellar/node/24.4.0",
428
+ "node_quic": "false",
429
+ "node_release_urlbase": "",
430
+ "node_shared": "false",
431
+ "node_shared_ada": "false",
432
+ "node_shared_brotli": "true",
433
+ "node_shared_cares": "true",
434
+ "node_shared_http_parser": "false",
435
+ "node_shared_libuv": "true",
436
+ "node_shared_nghttp2": "true",
437
+ "node_shared_nghttp3": "false",
438
+ "node_shared_ngtcp2": "false",
439
+ "node_shared_openssl": "true",
440
+ "node_shared_simdjson": "false",
441
+ "node_shared_simdutf": "false",
442
+ "node_shared_sqlite": "false",
443
+ "node_shared_uvwasi": "false",
444
+ "node_shared_zlib": "true",
445
+ "node_shared_zstd": "false",
446
+ "node_tag": "",
447
+ "node_target_type": "executable",
448
+ "node_use_amaro": "true",
449
+ "node_use_bundled_v8": "true",
450
+ "node_use_node_code_cache": "true",
451
+ "node_use_node_snapshot": "true",
452
+ "node_use_openssl": "true",
453
+ "node_use_sqlite": "true",
454
+ "node_use_v8_platform": "true",
455
+ "node_with_ltcg": "false",
456
+ "node_without_node_options": "false",
457
+ "node_write_snapshot_as_array_literals": "false",
458
+ "openssl_is_fips": "false",
459
+ "openssl_quic": "false",
460
+ "ossfuzz": "false",
461
+ "shlib_suffix": "137.dylib",
462
+ "single_executable_application": "true",
463
+ "suppress_all_error_on_warn": "false",
464
+ "target_arch": "arm64",
465
+ "ubsan": 0,
466
+ "use_ccache_win": 0,
467
+ "use_prefix_to_find_headers": "false",
468
+ "v8_enable_31bit_smis_on_64bit_arch": 0,
469
+ "v8_enable_extensible_ro_snapshot": 0,
470
+ "v8_enable_external_code_space": 0,
471
+ "v8_enable_gdbjit": 0,
472
+ "v8_enable_hugepage": 0,
473
+ "v8_enable_i18n_support": 1,
474
+ "v8_enable_inspector": 1,
475
+ "v8_enable_javascript_promise_hooks": 1,
476
+ "v8_enable_lite_mode": 0,
477
+ "v8_enable_maglev": 1,
478
+ "v8_enable_object_print": 1,
479
+ "v8_enable_pointer_compression": 0,
480
+ "v8_enable_pointer_compression_shared_cage": 0,
481
+ "v8_enable_sandbox": 0,
482
+ "v8_enable_webassembly": 1,
483
+ "v8_optimized_debug": 1,
484
+ "v8_promise_internal_field_count": 1,
485
+ "v8_random_seed": 0,
486
+ "v8_trace_maps": 0,
487
+ "v8_use_siphash": 1,
488
+ "want_separate_host_toolset": 0,
489
+ "nodedir": "/Users/hendryyeh/Library/Caches/node-gyp/24.4.0",
490
+ "python": "/opt/homebrew/opt/python@3.14/bin/python3.14",
491
+ "standalone_static_library": 1,
492
+ "global_prefix": "/opt/homebrew",
493
+ "local_prefix": "/Users/hendryyeh/Workspace/CodeVibe/codevibe-claude-plugin",
494
+ "globalconfig": "/opt/homebrew/etc/npmrc",
495
+ "init_module": "/Users/hendryyeh/.npm-init.js",
496
+ "userconfig": "/Users/hendryyeh/.npmrc",
497
+ "npm_version": "11.4.2",
498
+ "node_gyp": "/opt/homebrew/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js",
499
+ "cache": "/Users/hendryyeh/.npm",
500
+ "user_agent": "npm/11.4.2 node/v24.4.0 darwin arm64 workspaces/false",
501
+ "prefix": "/opt/homebrew"
502
+ }
503
+ }
@@ -0,0 +1,183 @@
1
+ # This file is generated by gyp; do not edit.
2
+
3
+ TOOLSET := target
4
+ TARGET := fs_ext
5
+ DEFS_Debug := \
6
+ '-DNODE_GYP_MODULE_NAME=fs_ext' \
7
+ '-DUSING_UV_SHARED=1' \
8
+ '-DUSING_V8_SHARED=1' \
9
+ '-DV8_DEPRECATION_WARNINGS=1' \
10
+ '-D_GLIBCXX_USE_CXX11_ABI=1' \
11
+ '-D_FILE_OFFSET_BITS=64' \
12
+ '-D_DARWIN_USE_64_BIT_INODE=1' \
13
+ '-D_LARGEFILE_SOURCE' \
14
+ '-DBUILDING_NODE_EXTENSION' \
15
+ '-DDEBUG' \
16
+ '-D_DEBUG'
17
+
18
+ # Flags passed to all source files.
19
+ CFLAGS_Debug := \
20
+ -O0 \
21
+ -gdwarf-2 \
22
+ -fno-strict-aliasing \
23
+ -mmacosx-version-min=13.5 \
24
+ -arch \
25
+ arm64 \
26
+ -Wall \
27
+ -Wendif-labels \
28
+ -W \
29
+ -Wno-unused-parameter
30
+
31
+ # Flags passed to only C files.
32
+ CFLAGS_C_Debug :=
33
+
34
+ # Flags passed to only C++ files.
35
+ CFLAGS_CC_Debug := \
36
+ -std=gnu++20 \
37
+ -stdlib=libc++ \
38
+ -fno-rtti \
39
+ -fno-exceptions
40
+
41
+ # Flags passed to only ObjC files.
42
+ CFLAGS_OBJC_Debug :=
43
+
44
+ # Flags passed to only ObjC++ files.
45
+ CFLAGS_OBJCC_Debug :=
46
+
47
+ INCS_Debug := \
48
+ -I/Users/hendryyeh/Library/Caches/node-gyp/24.4.0/include/node \
49
+ -I/Users/hendryyeh/Library/Caches/node-gyp/24.4.0/src \
50
+ -I/Users/hendryyeh/Library/Caches/node-gyp/24.4.0/deps/openssl/config \
51
+ -I/Users/hendryyeh/Library/Caches/node-gyp/24.4.0/deps/openssl/openssl/include \
52
+ -I/Users/hendryyeh/Library/Caches/node-gyp/24.4.0/deps/uv/include \
53
+ -I/Users/hendryyeh/Library/Caches/node-gyp/24.4.0/deps/zlib \
54
+ -I/Users/hendryyeh/Library/Caches/node-gyp/24.4.0/deps/v8/include \
55
+ -I$(srcdir)/../nan
56
+
57
+ DEFS_Release := \
58
+ '-DNODE_GYP_MODULE_NAME=fs_ext' \
59
+ '-DUSING_UV_SHARED=1' \
60
+ '-DUSING_V8_SHARED=1' \
61
+ '-DV8_DEPRECATION_WARNINGS=1' \
62
+ '-D_GLIBCXX_USE_CXX11_ABI=1' \
63
+ '-D_FILE_OFFSET_BITS=64' \
64
+ '-D_DARWIN_USE_64_BIT_INODE=1' \
65
+ '-D_LARGEFILE_SOURCE' \
66
+ '-DBUILDING_NODE_EXTENSION'
67
+
68
+ # Flags passed to all source files.
69
+ CFLAGS_Release := \
70
+ -O3 \
71
+ -gdwarf-2 \
72
+ -fno-strict-aliasing \
73
+ -mmacosx-version-min=13.5 \
74
+ -arch \
75
+ arm64 \
76
+ -Wall \
77
+ -Wendif-labels \
78
+ -W \
79
+ -Wno-unused-parameter
80
+
81
+ # Flags passed to only C files.
82
+ CFLAGS_C_Release :=
83
+
84
+ # Flags passed to only C++ files.
85
+ CFLAGS_CC_Release := \
86
+ -std=gnu++20 \
87
+ -stdlib=libc++ \
88
+ -fno-rtti \
89
+ -fno-exceptions
90
+
91
+ # Flags passed to only ObjC files.
92
+ CFLAGS_OBJC_Release :=
93
+
94
+ # Flags passed to only ObjC++ files.
95
+ CFLAGS_OBJCC_Release :=
96
+
97
+ INCS_Release := \
98
+ -I/Users/hendryyeh/Library/Caches/node-gyp/24.4.0/include/node \
99
+ -I/Users/hendryyeh/Library/Caches/node-gyp/24.4.0/src \
100
+ -I/Users/hendryyeh/Library/Caches/node-gyp/24.4.0/deps/openssl/config \
101
+ -I/Users/hendryyeh/Library/Caches/node-gyp/24.4.0/deps/openssl/openssl/include \
102
+ -I/Users/hendryyeh/Library/Caches/node-gyp/24.4.0/deps/uv/include \
103
+ -I/Users/hendryyeh/Library/Caches/node-gyp/24.4.0/deps/zlib \
104
+ -I/Users/hendryyeh/Library/Caches/node-gyp/24.4.0/deps/v8/include \
105
+ -I$(srcdir)/../nan
106
+
107
+ OBJS := \
108
+ $(obj).target/$(TARGET)/fs-ext.o
109
+
110
+ # Add to the list of files we specially track dependencies for.
111
+ all_deps += $(OBJS)
112
+
113
+ # CFLAGS et al overrides must be target-local.
114
+ # See "Target-specific Variable Values" in the GNU Make manual.
115
+ $(OBJS): TOOLSET := $(TOOLSET)
116
+ $(OBJS): GYP_CFLAGS := $(DEFS_$(BUILDTYPE)) $(INCS_$(BUILDTYPE)) $(CFLAGS_$(BUILDTYPE)) $(CFLAGS_C_$(BUILDTYPE))
117
+ $(OBJS): GYP_CXXFLAGS := $(DEFS_$(BUILDTYPE)) $(INCS_$(BUILDTYPE)) $(CFLAGS_$(BUILDTYPE)) $(CFLAGS_CC_$(BUILDTYPE))
118
+ $(OBJS): GYP_OBJCFLAGS := $(DEFS_$(BUILDTYPE)) $(INCS_$(BUILDTYPE)) $(CFLAGS_$(BUILDTYPE)) $(CFLAGS_C_$(BUILDTYPE)) $(CFLAGS_OBJC_$(BUILDTYPE))
119
+ $(OBJS): GYP_OBJCXXFLAGS := $(DEFS_$(BUILDTYPE)) $(INCS_$(BUILDTYPE)) $(CFLAGS_$(BUILDTYPE)) $(CFLAGS_CC_$(BUILDTYPE)) $(CFLAGS_OBJCC_$(BUILDTYPE))
120
+
121
+ # Suffix rules, putting all outputs into $(obj).
122
+
123
+ $(obj).$(TOOLSET)/$(TARGET)/%.o: $(srcdir)/%.cc FORCE_DO_CMD
124
+ @$(call do_cmd,cxx,1)
125
+
126
+ # Try building from generated source, too.
127
+
128
+ $(obj).$(TOOLSET)/$(TARGET)/%.o: $(obj).$(TOOLSET)/%.cc FORCE_DO_CMD
129
+ @$(call do_cmd,cxx,1)
130
+
131
+ $(obj).$(TOOLSET)/$(TARGET)/%.o: $(obj)/%.cc FORCE_DO_CMD
132
+ @$(call do_cmd,cxx,1)
133
+
134
+ # End of this set of suffix rules
135
+ ### Rules for final target.
136
+ LDFLAGS_Debug := \
137
+ -undefined dynamic_lookup \
138
+ -Wl,-search_paths_first \
139
+ -mmacosx-version-min=13.5 \
140
+ -arch \
141
+ arm64 \
142
+ -L$(builddir) \
143
+ -stdlib=libc++
144
+
145
+ LIBTOOLFLAGS_Debug := \
146
+ -undefined dynamic_lookup \
147
+ -Wl,-search_paths_first
148
+
149
+ LDFLAGS_Release := \
150
+ -undefined dynamic_lookup \
151
+ -Wl,-search_paths_first \
152
+ -mmacosx-version-min=13.5 \
153
+ -arch \
154
+ arm64 \
155
+ -L$(builddir) \
156
+ -stdlib=libc++
157
+
158
+ LIBTOOLFLAGS_Release := \
159
+ -undefined dynamic_lookup \
160
+ -Wl,-search_paths_first
161
+
162
+ LIBS :=
163
+
164
+ $(builddir)/fs_ext.node: GYP_LDFLAGS := $(LDFLAGS_$(BUILDTYPE))
165
+ $(builddir)/fs_ext.node: LIBS := $(LIBS)
166
+ $(builddir)/fs_ext.node: GYP_LIBTOOLFLAGS := $(LIBTOOLFLAGS_$(BUILDTYPE))
167
+ $(builddir)/fs_ext.node: TOOLSET := $(TOOLSET)
168
+ $(builddir)/fs_ext.node: $(OBJS) FORCE_DO_CMD
169
+ $(call do_cmd,solink_module)
170
+
171
+ all_deps += $(builddir)/fs_ext.node
172
+ # Add target alias
173
+ .PHONY: fs_ext
174
+ fs_ext: $(builddir)/fs_ext.node
175
+
176
+ # Short alias for building this executable.
177
+ .PHONY: fs_ext.node
178
+ fs_ext.node: $(builddir)/fs_ext.node
179
+
180
+ # Add executable to "all" target.
181
+ .PHONY: all
182
+ all: $(builddir)/fs_ext.node
183
+