mirror of
https://github.com/standardnotes/server
synced 2026-07-14 00:01:54 -04:00
feat: random share token
This commit is contained in:
@@ -4880,6 +4880,7 @@ const RAW_RUNTIME_STATE =
|
||||
["@standardnotes/responses", "npm:1.13.21"],\
|
||||
["@standardnotes/security", "workspace:packages/security"],\
|
||||
["@standardnotes/settings", "workspace:packages/settings"],\
|
||||
["@standardnotes/sncrypto-node", "workspace:packages/sncrypto-node"],\
|
||||
["@standardnotes/time", "workspace:packages/time"],\
|
||||
["@types/cors", "npm:2.8.13"],\
|
||||
["@types/dotenv", "npm:8.2.0"],\
|
||||
|
||||
Generated
Vendored
+2
-2
@@ -331,8 +331,8 @@ ifeq ($(strip $(foreach prefix,$(NO_LOAD),\
|
||||
endif
|
||||
|
||||
quiet_cmd_regen_makefile = ACTION Regenerating $@
|
||||
cmd_regen_makefile = cd $(srcdir); /Users/mo/Desktop/sn/dev/server/.yarn/unplugged/node-gyp-npm-9.3.1-43540bab9c/node_modules/node-gyp/gyp/gyp_main.py -fmake --ignore-environment "-Dlibrary=shared_library" "-Dvisibility=default" "-Dnode_root_dir=/Users/mo/Library/Caches/node-gyp/18.15.0" "-Dnode_gyp_dir=/Users/mo/Desktop/sn/dev/server/.yarn/unplugged/node-gyp-npm-9.3.1-43540bab9c/node_modules/node-gyp" "-Dnode_lib_file=/Users/mo/Library/Caches/node-gyp/18.15.0/<(target_arch)/node.lib" "-Dmodule_root_dir=/Users/mo/Desktop/sn/dev/server/.yarn/unplugged/@contrast-fn-inspect-npm-3.3.1-3a415085d5/node_modules/@contrast/fn-inspect" "-Dnode_engine=v8" "--depth=." "-Goutput_dir=." "--generator-output=build" -I/Users/mo/Desktop/sn/dev/server/.yarn/unplugged/@contrast-fn-inspect-npm-3.3.1-3a415085d5/node_modules/@contrast/fn-inspect/build/config.gypi -I/Users/mo/Desktop/sn/dev/server/.yarn/unplugged/node-gyp-npm-9.3.1-43540bab9c/node_modules/node-gyp/addon.gypi -I/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/common.gypi "--toplevel-dir=." binding.gyp
|
||||
Makefile: $(srcdir)/binding.gyp $(srcdir)/../../../../../../../../../../Library/Caches/node-gyp/18.15.0/include/node/common.gypi $(srcdir)/build/config.gypi $(srcdir)/../../../../node-gyp-npm-9.3.1-43540bab9c/node_modules/node-gyp/addon.gypi
|
||||
cmd_regen_makefile = cd $(srcdir); /Users/mo/Desktop/sn/dev/server/.yarn/unplugged/node-gyp-npm-9.3.1-43540bab9c/node_modules/node-gyp/gyp/gyp_main.py -fmake --ignore-environment "-Dlibrary=shared_library" "-Dvisibility=default" "-Dnode_root_dir=/Users/mo/Library/Caches/node-gyp/16.15.1" "-Dnode_gyp_dir=/Users/mo/Desktop/sn/dev/server/.yarn/unplugged/node-gyp-npm-9.3.1-43540bab9c/node_modules/node-gyp" "-Dnode_lib_file=/Users/mo/Library/Caches/node-gyp/16.15.1/<(target_arch)/node.lib" "-Dmodule_root_dir=/Users/mo/Desktop/sn/dev/server/.yarn/unplugged/@contrast-fn-inspect-npm-3.3.1-3a415085d5/node_modules/@contrast/fn-inspect" "-Dnode_engine=v8" "--depth=." "-Goutput_dir=." "--generator-output=build" -I/Users/mo/Desktop/sn/dev/server/.yarn/unplugged/@contrast-fn-inspect-npm-3.3.1-3a415085d5/node_modules/@contrast/fn-inspect/build/config.gypi -I/Users/mo/Desktop/sn/dev/server/.yarn/unplugged/node-gyp-npm-9.3.1-43540bab9c/node_modules/node-gyp/addon.gypi -I/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/common.gypi "--toplevel-dir=." binding.gyp
|
||||
Makefile: $(srcdir)/../../../../node-gyp-npm-9.3.1-43540bab9c/node_modules/node-gyp/addon.gypi $(srcdir)/binding.gyp $(srcdir)/../../../../../../../../../../Library/Caches/node-gyp/16.15.1/include/node/common.gypi $(srcdir)/build/config.gypi
|
||||
$(call do_cmd,regen_makefile)
|
||||
|
||||
# "all" is a concatenation of the "all" targets from all the included
|
||||
|
||||
Generated
Vendored
+1
-1
@@ -1 +1 @@
|
||||
cmd_Release/fninspect.node := c++ -bundle -arch x86_64 -arch arm64 -undefined dynamic_lookup -Wl,-search_paths_first -mmacosx-version-min=10.15 -arch arm64 -L./Release -stdlib=libc++ -o Release/fninspect.node Release/obj.target/fninspect/src/addon.o Release/obj.target/fninspect/src/code-events.o Release/obj.target/fninspect/src/event-queue.o Release/obj.target/fninspect/src/func-info.o
|
||||
cmd_Release/fninspect.node := c++ -bundle -arch x86_64 -arch arm64 -undefined dynamic_lookup -Wl,-search_paths_first -mmacosx-version-min=10.13 -arch arm64 -L./Release -stdlib=libc++ -o Release/fninspect.node Release/obj.target/fninspect/src/addon.o Release/obj.target/fninspect/src/code-events.o Release/obj.target/fninspect/src/event-queue.o Release/obj.target/fninspect/src/func-info.o
|
||||
|
||||
Generated
Vendored
+35
-119
@@ -1,64 +1,22 @@
|
||||
cmd_Release/obj.target/fninspect/src/addon.o := c++ -o Release/obj.target/fninspect/src/addon.o ../src/addon.cc '-DNODE_GYP_MODULE_NAME=fninspect' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DBUILDING_NODE_EXTENSION' -I/Users/mo/Library/Caches/node-gyp/18.15.0/include/node -I/Users/mo/Library/Caches/node-gyp/18.15.0/src -I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/openssl/config -I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/openssl/openssl/include -I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/uv/include -I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/zlib -I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/v8/include -I../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan -O3 -gdwarf-2 -mmacosx-version-min=10.15 -arch arm64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++17 -stdlib=libc++ -fno-rtti -fno-exceptions -fno-strict-aliasing -arch x86_64 -arch arm64 -MMD -MF ./Release/.deps/Release/obj.target/fninspect/src/addon.o.d.raw -c
|
||||
cmd_Release/obj.target/fninspect/src/addon.o := c++ -o Release/obj.target/fninspect/src/addon.o ../src/addon.cc '-DNODE_GYP_MODULE_NAME=fninspect' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DBUILDING_NODE_EXTENSION' -I/Users/mo/Library/Caches/node-gyp/16.15.1/include/node -I/Users/mo/Library/Caches/node-gyp/16.15.1/src -I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/openssl/config -I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/openssl/openssl/include -I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/uv/include -I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/zlib -I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/v8/include -I../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan -O3 -gdwarf-2 -mmacosx-version-min=10.13 -arch arm64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++14 -stdlib=libc++ -fno-rtti -fno-exceptions -fno-strict-aliasing -arch x86_64 -arch arm64 -MMD -MF ./Release/.deps/Release/obj.target/fninspect/src/addon.o.d.raw -c
|
||||
Release/obj.target/fninspect/src/addon.o: ../src/addon.cc \
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node_version.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/errno.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/version.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/unix.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/threadpool.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/darwin.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/cppgc/common.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8config.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-array-buffer.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-local-handle.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-internal.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-version.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-object.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-maybe.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-persistent-handle.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-weak-callback-info.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-primitive.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-data.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-value.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-traced-handle.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-container.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-context.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-snapshot.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-date.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-debug.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-script.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-message.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-exception.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-extension.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-external.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-function.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-function-callback.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-template.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-memory-span.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-initialization.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-callbacks.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-isolate.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-embedder-heap.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-microtask.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-statistics.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-promise.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-unwinder.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-embedder-state-scope.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-platform.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-json.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-locker.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-microtask-queue.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-primitive-object.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-proxy.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-regexp.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-typed-array.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-value-serializer.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-wasm.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node_buffer.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node_object_wrap.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node_version.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/errno.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/version.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/unix.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/threadpool.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/darwin.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/cppgc/common.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8config.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8-internal.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8-version.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8-platform.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node_buffer.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node_object_wrap.h \
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_callbacks.h \
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_callbacks_12_inl.h \
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_maybe_43_inl.h \
|
||||
@@ -74,68 +32,26 @@ Release/obj.target/fninspect/src/addon.o: ../src/addon.cc \
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_json.h \
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_scriptorigin.h \
|
||||
../src/code-events.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-profiler.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8-profiler.h \
|
||||
../src/event-queue.h ../src/func-info.h
|
||||
../src/addon.cc:
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node_version.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/errno.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/version.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/unix.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/threadpool.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/darwin.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/cppgc/common.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8config.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-array-buffer.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-local-handle.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-internal.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-version.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-object.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-maybe.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-persistent-handle.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-weak-callback-info.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-primitive.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-data.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-value.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-traced-handle.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-container.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-context.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-snapshot.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-date.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-debug.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-script.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-message.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-exception.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-extension.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-external.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-function.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-function-callback.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-template.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-memory-span.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-initialization.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-callbacks.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-isolate.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-embedder-heap.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-microtask.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-statistics.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-promise.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-unwinder.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-embedder-state-scope.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-platform.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-json.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-locker.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-microtask-queue.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-primitive-object.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-proxy.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-regexp.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-typed-array.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-value-serializer.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-wasm.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node_buffer.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node_object_wrap.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node_version.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/errno.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/version.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/unix.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/threadpool.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/darwin.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/cppgc/common.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8config.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8-internal.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8-version.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8-platform.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node_buffer.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node_object_wrap.h:
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_callbacks.h:
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_callbacks_12_inl.h:
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_maybe_43_inl.h:
|
||||
@@ -151,6 +67,6 @@ Release/obj.target/fninspect/src/addon.o: ../src/addon.cc \
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_json.h:
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_scriptorigin.h:
|
||||
../src/code-events.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-profiler.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8-profiler.h:
|
||||
../src/event-queue.h:
|
||||
../src/func-info.h:
|
||||
|
||||
Generated
Vendored
+35
-119
@@ -1,65 +1,23 @@
|
||||
cmd_Release/obj.target/fninspect/src/code-events.o := c++ -o Release/obj.target/fninspect/src/code-events.o ../src/code-events.cc '-DNODE_GYP_MODULE_NAME=fninspect' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DBUILDING_NODE_EXTENSION' -I/Users/mo/Library/Caches/node-gyp/18.15.0/include/node -I/Users/mo/Library/Caches/node-gyp/18.15.0/src -I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/openssl/config -I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/openssl/openssl/include -I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/uv/include -I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/zlib -I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/v8/include -I../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan -O3 -gdwarf-2 -mmacosx-version-min=10.15 -arch arm64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++17 -stdlib=libc++ -fno-rtti -fno-exceptions -fno-strict-aliasing -arch x86_64 -arch arm64 -MMD -MF ./Release/.deps/Release/obj.target/fninspect/src/code-events.o.d.raw -c
|
||||
cmd_Release/obj.target/fninspect/src/code-events.o := c++ -o Release/obj.target/fninspect/src/code-events.o ../src/code-events.cc '-DNODE_GYP_MODULE_NAME=fninspect' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DBUILDING_NODE_EXTENSION' -I/Users/mo/Library/Caches/node-gyp/16.15.1/include/node -I/Users/mo/Library/Caches/node-gyp/16.15.1/src -I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/openssl/config -I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/openssl/openssl/include -I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/uv/include -I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/zlib -I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/v8/include -I../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan -O3 -gdwarf-2 -mmacosx-version-min=10.13 -arch arm64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++14 -stdlib=libc++ -fno-rtti -fno-exceptions -fno-strict-aliasing -arch x86_64 -arch arm64 -MMD -MF ./Release/.deps/Release/obj.target/fninspect/src/code-events.o.d.raw -c
|
||||
Release/obj.target/fninspect/src/code-events.o: ../src/code-events.cc \
|
||||
../src/code-events.h \
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node_version.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/errno.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/version.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/unix.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/threadpool.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/darwin.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/cppgc/common.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8config.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-array-buffer.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-local-handle.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-internal.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-version.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-object.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-maybe.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-persistent-handle.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-weak-callback-info.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-primitive.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-data.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-value.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-traced-handle.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-container.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-context.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-snapshot.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-date.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-debug.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-script.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-message.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-exception.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-extension.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-external.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-function.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-function-callback.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-template.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-memory-span.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-initialization.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-callbacks.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-isolate.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-embedder-heap.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-microtask.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-statistics.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-promise.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-unwinder.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-embedder-state-scope.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-platform.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-json.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-locker.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-microtask-queue.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-primitive-object.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-proxy.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-regexp.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-typed-array.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-value-serializer.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-wasm.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node_buffer.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node_object_wrap.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node_version.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/errno.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/version.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/unix.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/threadpool.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/darwin.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/cppgc/common.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8config.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8-internal.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8-version.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8-platform.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node_buffer.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node_object_wrap.h \
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_callbacks.h \
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_callbacks_12_inl.h \
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_maybe_43_inl.h \
|
||||
@@ -74,69 +32,27 @@ Release/obj.target/fninspect/src/code-events.o: ../src/code-events.cc \
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_typedarray_contents.h \
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_json.h \
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_scriptorigin.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-profiler.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8-profiler.h \
|
||||
../src/event-queue.h
|
||||
../src/code-events.cc:
|
||||
../src/code-events.h:
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node_version.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/errno.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/version.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/unix.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/threadpool.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/darwin.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/cppgc/common.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8config.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-array-buffer.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-local-handle.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-internal.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-version.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-object.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-maybe.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-persistent-handle.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-weak-callback-info.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-primitive.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-data.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-value.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-traced-handle.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-container.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-context.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-snapshot.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-date.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-debug.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-script.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-message.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-exception.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-extension.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-external.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-function.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-function-callback.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-template.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-memory-span.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-initialization.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-callbacks.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-isolate.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-embedder-heap.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-microtask.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-statistics.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-promise.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-unwinder.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-embedder-state-scope.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-platform.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-json.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-locker.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-microtask-queue.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-primitive-object.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-proxy.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-regexp.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-typed-array.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-value-serializer.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-wasm.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node_buffer.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node_object_wrap.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node_version.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/errno.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/version.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/unix.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/threadpool.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/darwin.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/cppgc/common.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8config.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8-internal.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8-version.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8-platform.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node_buffer.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node_object_wrap.h:
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_callbacks.h:
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_callbacks_12_inl.h:
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_maybe_43_inl.h:
|
||||
@@ -151,5 +67,5 @@ Release/obj.target/fninspect/src/code-events.o: ../src/code-events.cc \
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_typedarray_contents.h:
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_json.h:
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_scriptorigin.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-profiler.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8-profiler.h:
|
||||
../src/event-queue.h:
|
||||
|
||||
Generated
Vendored
+35
-119
@@ -1,66 +1,24 @@
|
||||
cmd_Release/obj.target/fninspect/src/event-queue.o := c++ -o Release/obj.target/fninspect/src/event-queue.o ../src/event-queue.cc '-DNODE_GYP_MODULE_NAME=fninspect' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DBUILDING_NODE_EXTENSION' -I/Users/mo/Library/Caches/node-gyp/18.15.0/include/node -I/Users/mo/Library/Caches/node-gyp/18.15.0/src -I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/openssl/config -I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/openssl/openssl/include -I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/uv/include -I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/zlib -I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/v8/include -I../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan -O3 -gdwarf-2 -mmacosx-version-min=10.15 -arch arm64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++17 -stdlib=libc++ -fno-rtti -fno-exceptions -fno-strict-aliasing -arch x86_64 -arch arm64 -MMD -MF ./Release/.deps/Release/obj.target/fninspect/src/event-queue.o.d.raw -c
|
||||
cmd_Release/obj.target/fninspect/src/event-queue.o := c++ -o Release/obj.target/fninspect/src/event-queue.o ../src/event-queue.cc '-DNODE_GYP_MODULE_NAME=fninspect' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DBUILDING_NODE_EXTENSION' -I/Users/mo/Library/Caches/node-gyp/16.15.1/include/node -I/Users/mo/Library/Caches/node-gyp/16.15.1/src -I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/openssl/config -I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/openssl/openssl/include -I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/uv/include -I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/zlib -I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/v8/include -I../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan -O3 -gdwarf-2 -mmacosx-version-min=10.13 -arch arm64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++14 -stdlib=libc++ -fno-rtti -fno-exceptions -fno-strict-aliasing -arch x86_64 -arch arm64 -MMD -MF ./Release/.deps/Release/obj.target/fninspect/src/event-queue.o.d.raw -c
|
||||
Release/obj.target/fninspect/src/event-queue.o: ../src/event-queue.cc \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-profiler.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-local-handle.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-internal.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-version.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8config.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-message.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-maybe.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-primitive.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-data.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-value.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-persistent-handle.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-weak-callback-info.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/cppgc/common.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-array-buffer.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-object.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-traced-handle.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-container.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-context.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-snapshot.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-date.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-debug.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-script.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-exception.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-extension.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-external.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-function.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-function-callback.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-template.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-memory-span.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-initialization.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-callbacks.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-isolate.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-embedder-heap.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-microtask.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-statistics.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-promise.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-unwinder.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-embedder-state-scope.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-platform.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-json.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-locker.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-microtask-queue.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-primitive-object.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-proxy.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-regexp.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-typed-array.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-value-serializer.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-wasm.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8-profiler.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/cppgc/common.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8config.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8-internal.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8-version.h \
|
||||
../src/event-queue.h \
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node_version.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/errno.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/version.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/unix.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/threadpool.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/darwin.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node_buffer.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node_object_wrap.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node_version.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/errno.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/version.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/unix.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/threadpool.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/darwin.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8-platform.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node_buffer.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node_object_wrap.h \
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_callbacks.h \
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_callbacks_12_inl.h \
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_maybe_43_inl.h \
|
||||
@@ -76,67 +34,25 @@ Release/obj.target/fninspect/src/event-queue.o: ../src/event-queue.cc \
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_json.h \
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_scriptorigin.h
|
||||
../src/event-queue.cc:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-profiler.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-local-handle.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-internal.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-version.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8config.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-message.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-maybe.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-primitive.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-data.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-value.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-persistent-handle.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-weak-callback-info.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/cppgc/common.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-array-buffer.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-object.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-traced-handle.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-container.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-context.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-snapshot.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-date.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-debug.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-script.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-exception.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-extension.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-external.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-function.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-function-callback.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-template.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-memory-span.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-initialization.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-callbacks.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-isolate.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-embedder-heap.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-microtask.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-statistics.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-promise.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-unwinder.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-embedder-state-scope.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-platform.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-json.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-locker.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-microtask-queue.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-primitive-object.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-proxy.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-regexp.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-typed-array.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-value-serializer.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-wasm.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8-profiler.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/cppgc/common.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8config.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8-internal.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8-version.h:
|
||||
../src/event-queue.h:
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node_version.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/errno.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/version.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/unix.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/threadpool.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/darwin.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node_buffer.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node_object_wrap.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node_version.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/errno.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/version.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/unix.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/threadpool.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/darwin.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8-platform.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node_buffer.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node_object_wrap.h:
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_callbacks.h:
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_callbacks_12_inl.h:
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_maybe_43_inl.h:
|
||||
|
||||
Generated
Vendored
+33
-117
@@ -1,65 +1,23 @@
|
||||
cmd_Release/obj.target/fninspect/src/func-info.o := c++ -o Release/obj.target/fninspect/src/func-info.o ../src/func-info.cc '-DNODE_GYP_MODULE_NAME=fninspect' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DBUILDING_NODE_EXTENSION' -I/Users/mo/Library/Caches/node-gyp/18.15.0/include/node -I/Users/mo/Library/Caches/node-gyp/18.15.0/src -I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/openssl/config -I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/openssl/openssl/include -I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/uv/include -I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/zlib -I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/v8/include -I../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan -O3 -gdwarf-2 -mmacosx-version-min=10.15 -arch arm64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++17 -stdlib=libc++ -fno-rtti -fno-exceptions -fno-strict-aliasing -arch x86_64 -arch arm64 -MMD -MF ./Release/.deps/Release/obj.target/fninspect/src/func-info.o.d.raw -c
|
||||
cmd_Release/obj.target/fninspect/src/func-info.o := c++ -o Release/obj.target/fninspect/src/func-info.o ../src/func-info.cc '-DNODE_GYP_MODULE_NAME=fninspect' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DBUILDING_NODE_EXTENSION' -I/Users/mo/Library/Caches/node-gyp/16.15.1/include/node -I/Users/mo/Library/Caches/node-gyp/16.15.1/src -I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/openssl/config -I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/openssl/openssl/include -I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/uv/include -I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/zlib -I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/v8/include -I../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan -O3 -gdwarf-2 -mmacosx-version-min=10.13 -arch arm64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++14 -stdlib=libc++ -fno-rtti -fno-exceptions -fno-strict-aliasing -arch x86_64 -arch arm64 -MMD -MF ./Release/.deps/Release/obj.target/fninspect/src/func-info.o.d.raw -c
|
||||
Release/obj.target/fninspect/src/func-info.o: ../src/func-info.cc \
|
||||
../src/func-info.h \
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node_version.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/errno.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/version.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/unix.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/threadpool.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/darwin.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/cppgc/common.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8config.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-array-buffer.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-local-handle.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-internal.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-version.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-object.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-maybe.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-persistent-handle.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-weak-callback-info.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-primitive.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-data.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-value.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-traced-handle.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-container.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-context.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-snapshot.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-date.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-debug.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-script.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-message.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-exception.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-extension.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-external.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-function.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-function-callback.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-template.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-memory-span.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-initialization.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-callbacks.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-isolate.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-embedder-heap.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-microtask.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-statistics.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-promise.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-unwinder.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-embedder-state-scope.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-platform.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-json.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-locker.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-microtask-queue.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-primitive-object.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-proxy.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-regexp.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-typed-array.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-value-serializer.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-wasm.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node_buffer.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node_object_wrap.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node_version.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/errno.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/version.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/unix.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/threadpool.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/darwin.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/cppgc/common.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8config.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8-internal.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8-version.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8-platform.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node_buffer.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node_object_wrap.h \
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_callbacks.h \
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_callbacks_12_inl.h \
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_maybe_43_inl.h \
|
||||
@@ -77,64 +35,22 @@ Release/obj.target/fninspect/src/func-info.o: ../src/func-info.cc \
|
||||
../src/func-info.cc:
|
||||
../src/func-info.h:
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node_version.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/errno.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/version.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/unix.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/threadpool.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/darwin.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/cppgc/common.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8config.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-array-buffer.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-local-handle.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-internal.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-version.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-object.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-maybe.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-persistent-handle.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-weak-callback-info.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-primitive.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-data.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-value.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-traced-handle.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-container.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-context.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-snapshot.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-date.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-debug.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-script.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-message.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-exception.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-extension.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-external.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-function.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-function-callback.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-template.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-memory-span.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-initialization.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-callbacks.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-isolate.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-embedder-heap.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-microtask.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-statistics.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-promise.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-unwinder.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-embedder-state-scope.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-platform.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-json.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-locker.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-microtask-queue.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-primitive-object.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-proxy.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-regexp.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-typed-array.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-value-serializer.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-wasm.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node_buffer.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node_object_wrap.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node_version.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/errno.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/version.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/unix.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/threadpool.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/darwin.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/cppgc/common.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8config.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8-internal.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8-version.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8-platform.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node_buffer.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node_object_wrap.h:
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_callbacks.h:
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_callbacks_12_inl.h:
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_maybe_43_inl.h:
|
||||
|
||||
Generated
Vendored
BIN
Binary file not shown.
Generated
Vendored
BIN
Binary file not shown.
Generated
Vendored
BIN
Binary file not shown.
Generated
Vendored
BIN
Binary file not shown.
Generated
Vendored
BIN
Binary file not shown.
Generated
Vendored
+270
-313
@@ -10,7 +10,6 @@
|
||||
"xcode_configuration_platform": "arm64"
|
||||
},
|
||||
"variables": {
|
||||
"arm_fpu": "neon",
|
||||
"asan": 0,
|
||||
"coverage": "false",
|
||||
"dcheck_always_on": 0,
|
||||
@@ -22,334 +21,293 @@
|
||||
"error_on_warn": "false",
|
||||
"force_dynamic_crt": 0,
|
||||
"host_arch": "arm64",
|
||||
"icu_data_in": "../../deps/icu-tmp/icudt72l.dat",
|
||||
"icu_data_in": "../../deps/icu-tmp/icudt70l.dat",
|
||||
"icu_endianness": "l",
|
||||
"icu_gyp_path": "tools/icu/icu-generic.gyp",
|
||||
"icu_path": "deps/icu-small",
|
||||
"icu_small": "false",
|
||||
"icu_ver_major": "72",
|
||||
"icu_ver_major": "70",
|
||||
"is_debug": 0,
|
||||
"libdir": "lib",
|
||||
"llvm_version": "12.0",
|
||||
"napi_build_version": "8",
|
||||
"node_builtin_shareable_builtins": [
|
||||
"deps/cjs-module-lexer/lexer.js",
|
||||
"deps/cjs-module-lexer/dist/lexer.js",
|
||||
"deps/undici/undici.js"
|
||||
],
|
||||
"node_byteorder": "little",
|
||||
"node_debug_lib": "false",
|
||||
"node_enable_d8": "false",
|
||||
"node_enable_v8_vtunejit": "false",
|
||||
"node_fipsinstall": "false",
|
||||
"node_install_corepack": "true",
|
||||
"node_install_npm": "true",
|
||||
"node_library_files": [
|
||||
"lib/_http_agent.js",
|
||||
"lib/_http_client.js",
|
||||
"lib/_http_common.js",
|
||||
"lib/_http_incoming.js",
|
||||
"lib/_http_outgoing.js",
|
||||
"lib/_http_server.js",
|
||||
"lib/_stream_duplex.js",
|
||||
"lib/_stream_passthrough.js",
|
||||
"lib/_stream_readable.js",
|
||||
"lib/_stream_transform.js",
|
||||
"lib/_stream_wrap.js",
|
||||
"lib/_stream_writable.js",
|
||||
"lib/_tls_common.js",
|
||||
"lib/_tls_wrap.js",
|
||||
"lib/assert.js",
|
||||
"lib/assert/strict.js",
|
||||
"lib/async_hooks.js",
|
||||
"lib/buffer.js",
|
||||
"lib/child_process.js",
|
||||
"lib/cluster.js",
|
||||
"lib/console.js",
|
||||
"lib/constants.js",
|
||||
"lib/crypto.js",
|
||||
"lib/dgram.js",
|
||||
"lib/diagnostics_channel.js",
|
||||
"lib/dns.js",
|
||||
"lib/dns/promises.js",
|
||||
"lib/domain.js",
|
||||
"lib/events.js",
|
||||
"lib/fs.js",
|
||||
"lib/fs/promises.js",
|
||||
"lib/http.js",
|
||||
"lib/http2.js",
|
||||
"lib/https.js",
|
||||
"lib/inspector.js",
|
||||
"lib/internal/abort_controller.js",
|
||||
"lib/internal/assert.js",
|
||||
"lib/internal/assert/assertion_error.js",
|
||||
"lib/internal/assert/calltracker.js",
|
||||
"lib/internal/async_hooks.js",
|
||||
"lib/internal/blob.js",
|
||||
"lib/internal/blocklist.js",
|
||||
"lib/internal/bootstrap/browser.js",
|
||||
"lib/internal/bootstrap/loaders.js",
|
||||
"lib/internal/bootstrap/node.js",
|
||||
"lib/internal/bootstrap/switches/does_not_own_process_state.js",
|
||||
"lib/internal/bootstrap/switches/does_own_process_state.js",
|
||||
"lib/internal/bootstrap/switches/is_main_thread.js",
|
||||
"lib/internal/bootstrap/switches/is_not_main_thread.js",
|
||||
"lib/internal/buffer.js",
|
||||
"lib/internal/child_process.js",
|
||||
"lib/internal/child_process/serialization.js",
|
||||
"lib/internal/cli_table.js",
|
||||
"lib/internal/cluster/child.js",
|
||||
"lib/internal/cluster/primary.js",
|
||||
"lib/internal/cluster/round_robin_handle.js",
|
||||
"lib/internal/cluster/shared_handle.js",
|
||||
"lib/internal/cluster/utils.js",
|
||||
"lib/internal/cluster/worker.js",
|
||||
"lib/internal/console/constructor.js",
|
||||
"lib/internal/console/global.js",
|
||||
"lib/internal/constants.js",
|
||||
"lib/internal/crypto/aes.js",
|
||||
"lib/internal/crypto/certificate.js",
|
||||
"lib/internal/crypto/cfrg.js",
|
||||
"lib/internal/crypto/cipher.js",
|
||||
"lib/internal/crypto/diffiehellman.js",
|
||||
"lib/internal/crypto/ec.js",
|
||||
"lib/internal/crypto/hash.js",
|
||||
"lib/internal/crypto/hashnames.js",
|
||||
"lib/internal/crypto/hkdf.js",
|
||||
"lib/internal/crypto/keygen.js",
|
||||
"lib/internal/crypto/keys.js",
|
||||
"lib/internal/crypto/mac.js",
|
||||
"lib/internal/crypto/pbkdf2.js",
|
||||
"lib/internal/crypto/random.js",
|
||||
"lib/internal/crypto/rsa.js",
|
||||
"lib/internal/crypto/scrypt.js",
|
||||
"lib/internal/crypto/sig.js",
|
||||
"lib/internal/crypto/util.js",
|
||||
"lib/internal/crypto/webcrypto.js",
|
||||
"lib/internal/crypto/x509.js",
|
||||
"lib/internal/debugger/inspect.js",
|
||||
"lib/internal/debugger/inspect_client.js",
|
||||
"lib/internal/debugger/inspect_repl.js",
|
||||
"lib/internal/dgram.js",
|
||||
"lib/internal/dns/callback_resolver.js",
|
||||
"lib/internal/dns/promises.js",
|
||||
"lib/internal/dns/utils.js",
|
||||
"lib/internal/dtrace.js",
|
||||
"lib/internal/encoding.js",
|
||||
"lib/internal/error_serdes.js",
|
||||
"lib/internal/errors.js",
|
||||
"lib/internal/event_target.js",
|
||||
"lib/internal/file.js",
|
||||
"lib/internal/fixed_queue.js",
|
||||
"lib/internal/freelist.js",
|
||||
"lib/internal/freeze_intrinsics.js",
|
||||
"lib/internal/fs/cp/cp-sync.js",
|
||||
"lib/internal/fs/cp/cp.js",
|
||||
"lib/internal/fs/dir.js",
|
||||
"lib/internal/fs/promises.js",
|
||||
"lib/internal/fs/read_file_context.js",
|
||||
"lib/internal/fs/recursive_watch.js",
|
||||
"lib/internal/fs/rimraf.js",
|
||||
"lib/internal/fs/streams.js",
|
||||
"lib/internal/fs/sync_write_stream.js",
|
||||
"lib/internal/fs/utils.js",
|
||||
"lib/internal/fs/watchers.js",
|
||||
"lib/internal/heap_utils.js",
|
||||
"lib/internal/histogram.js",
|
||||
"lib/internal/http.js",
|
||||
"lib/internal/http2/compat.js",
|
||||
"lib/internal/http2/core.js",
|
||||
"lib/internal/http2/util.js",
|
||||
"lib/internal/idna.js",
|
||||
"lib/internal/inspector_async_hook.js",
|
||||
"lib/internal/js_stream_socket.js",
|
||||
"lib/internal/legacy/processbinding.js",
|
||||
"lib/internal/linkedlist.js",
|
||||
"lib/internal/main/check_syntax.js",
|
||||
"lib/internal/main/environment.js",
|
||||
"lib/internal/main/eval_stdin.js",
|
||||
"lib/internal/main/eval_string.js",
|
||||
"lib/internal/main/inspect.js",
|
||||
"lib/internal/main/mksnapshot.js",
|
||||
"lib/internal/main/print_help.js",
|
||||
"lib/internal/main/prof_process.js",
|
||||
"lib/internal/main/repl.js",
|
||||
"lib/internal/main/run_main_module.js",
|
||||
"lib/internal/main/test_runner.js",
|
||||
"lib/internal/main/watch_mode.js",
|
||||
"lib/internal/main/worker_thread.js",
|
||||
"lib/internal/mime.js",
|
||||
"lib/internal/modules/cjs/helpers.js",
|
||||
"lib/internal/modules/cjs/loader.js",
|
||||
"lib/internal/modules/esm/assert.js",
|
||||
"lib/internal/modules/esm/create_dynamic_module.js",
|
||||
"lib/internal/modules/esm/fetch_module.js",
|
||||
"lib/internal/modules/esm/formats.js",
|
||||
"lib/internal/modules/esm/get_format.js",
|
||||
"lib/internal/modules/esm/handle_process_exit.js",
|
||||
"lib/internal/modules/esm/initialize_import_meta.js",
|
||||
"lib/internal/modules/esm/load.js",
|
||||
"lib/internal/modules/esm/loader.js",
|
||||
"lib/internal/modules/esm/module_job.js",
|
||||
"lib/internal/modules/esm/module_map.js",
|
||||
"lib/internal/modules/esm/package_config.js",
|
||||
"lib/internal/modules/esm/resolve.js",
|
||||
"lib/internal/modules/esm/translators.js",
|
||||
"lib/internal/modules/package_json_reader.js",
|
||||
"lib/internal/modules/run_main.js",
|
||||
"lib/internal/net.js",
|
||||
"lib/internal/options.js",
|
||||
"lib/internal/per_context/domexception.js",
|
||||
"lib/internal/per_context/messageport.js",
|
||||
"lib/internal/per_context/primordials.js",
|
||||
"lib/internal/perf/event_loop_delay.js",
|
||||
"lib/internal/perf/event_loop_utilization.js",
|
||||
"lib/internal/perf/nodetiming.js",
|
||||
"lib/internal/perf/observe.js",
|
||||
"lib/internal/perf/performance.js",
|
||||
"lib/internal/perf/performance_entry.js",
|
||||
"lib/internal/perf/resource_timing.js",
|
||||
"lib/internal/perf/timerify.js",
|
||||
"lib/internal/perf/usertiming.js",
|
||||
"lib/internal/perf/utils.js",
|
||||
"lib/internal/policy/manifest.js",
|
||||
"lib/internal/policy/sri.js",
|
||||
"lib/internal/priority_queue.js",
|
||||
"lib/internal/process/esm_loader.js",
|
||||
"lib/internal/process/execution.js",
|
||||
"lib/internal/process/per_thread.js",
|
||||
"lib/internal/process/policy.js",
|
||||
"lib/internal/process/pre_execution.js",
|
||||
"lib/internal/process/promises.js",
|
||||
"lib/internal/process/report.js",
|
||||
"lib/internal/process/signal.js",
|
||||
"lib/internal/process/task_queues.js",
|
||||
"lib/internal/process/warning.js",
|
||||
"lib/internal/process/worker_thread_only.js",
|
||||
"lib/internal/promise_hooks.js",
|
||||
"lib/internal/querystring.js",
|
||||
"lib/internal/readline/callbacks.js",
|
||||
"lib/internal/readline/emitKeypressEvents.js",
|
||||
"lib/internal/readline/interface.js",
|
||||
"lib/internal/readline/promises.js",
|
||||
"lib/internal/readline/utils.js",
|
||||
"lib/internal/repl.js",
|
||||
"lib/internal/repl/await.js",
|
||||
"lib/internal/repl/history.js",
|
||||
"lib/internal/repl/utils.js",
|
||||
"lib/internal/socket_list.js",
|
||||
"lib/internal/socketaddress.js",
|
||||
"lib/internal/source_map/prepare_stack_trace.js",
|
||||
"lib/internal/source_map/source_map.js",
|
||||
"lib/internal/source_map/source_map_cache.js",
|
||||
"lib/internal/stream_base_commons.js",
|
||||
"lib/internal/streams/add-abort-signal.js",
|
||||
"lib/internal/streams/buffer_list.js",
|
||||
"lib/internal/streams/compose.js",
|
||||
"lib/internal/streams/destroy.js",
|
||||
"lib/internal/streams/duplex.js",
|
||||
"lib/internal/streams/duplexify.js",
|
||||
"lib/internal/streams/end-of-stream.js",
|
||||
"lib/internal/streams/from.js",
|
||||
"lib/internal/streams/lazy_transform.js",
|
||||
"lib/internal/streams/legacy.js",
|
||||
"lib/internal/streams/operators.js",
|
||||
"lib/internal/streams/passthrough.js",
|
||||
"lib/internal/streams/pipeline.js",
|
||||
"lib/internal/streams/readable.js",
|
||||
"lib/internal/streams/state.js",
|
||||
"lib/internal/streams/transform.js",
|
||||
"lib/internal/streams/utils.js",
|
||||
"lib/internal/streams/writable.js",
|
||||
"lib/internal/structured_clone.js",
|
||||
"lib/internal/test/binding.js",
|
||||
"lib/internal/test/transfer.js",
|
||||
"lib/internal/test_runner/coverage.js",
|
||||
"lib/internal/test_runner/harness.js",
|
||||
"lib/internal/test_runner/mock.js",
|
||||
"lib/internal/test_runner/reporter/dot.js",
|
||||
"lib/internal/test_runner/reporter/spec.js",
|
||||
"lib/internal/test_runner/reporter/tap.js",
|
||||
"lib/internal/test_runner/runner.js",
|
||||
"lib/internal/test_runner/tap_checker.js",
|
||||
"lib/internal/test_runner/tap_lexer.js",
|
||||
"lib/internal/test_runner/tap_parser.js",
|
||||
"lib/internal/test_runner/test.js",
|
||||
"lib/internal/test_runner/tests_stream.js",
|
||||
"lib/internal/test_runner/utils.js",
|
||||
"lib/internal/test_runner/yaml_to_js.js",
|
||||
"lib/internal/timers.js",
|
||||
"lib/internal/tls/secure-context.js",
|
||||
"lib/internal/tls/secure-pair.js",
|
||||
"lib/internal/trace_events_async_hooks.js",
|
||||
"lib/internal/tty.js",
|
||||
"lib/internal/url.js",
|
||||
"lib/internal/util.js",
|
||||
"lib/internal/util/colors.js",
|
||||
"lib/internal/util/comparisons.js",
|
||||
"lib/internal/util/debuglog.js",
|
||||
"lib/internal/util/inspect.js",
|
||||
"lib/internal/util/inspector.js",
|
||||
"lib/internal/util/iterable_weak_map.js",
|
||||
"lib/internal/util/parse_args/parse_args.js",
|
||||
"lib/internal/util/parse_args/utils.js",
|
||||
"lib/internal/util/types.js",
|
||||
"lib/internal/v8/startup_snapshot.js",
|
||||
"lib/internal/v8_prof_polyfill.js",
|
||||
"lib/internal/v8_prof_processor.js",
|
||||
"lib/internal/validators.js",
|
||||
"lib/internal/vm.js",
|
||||
"lib/internal/vm/module.js",
|
||||
"lib/internal/wasm_web_api.js",
|
||||
"lib/internal/watch_mode/files_watcher.js",
|
||||
"lib/internal/watchdog.js",
|
||||
"lib/internal/webstreams/adapters.js",
|
||||
"lib/internal/webstreams/compression.js",
|
||||
"lib/internal/webstreams/encoding.js",
|
||||
"lib/internal/webstreams/queuingstrategies.js",
|
||||
"lib/internal/webstreams/readablestream.js",
|
||||
"lib/internal/webstreams/transfer.js",
|
||||
"lib/internal/webstreams/transformstream.js",
|
||||
"lib/internal/webstreams/util.js",
|
||||
"lib/internal/webstreams/writablestream.js",
|
||||
"lib/internal/worker.js",
|
||||
"lib/internal/worker/io.js",
|
||||
"lib/internal/worker/js_transferable.js",
|
||||
"lib/module.js",
|
||||
"lib/net.js",
|
||||
"lib/os.js",
|
||||
"lib/path.js",
|
||||
"lib/path/posix.js",
|
||||
"lib/path/win32.js",
|
||||
"lib/perf_hooks.js",
|
||||
"lib/process.js",
|
||||
"lib/punycode.js",
|
||||
"lib/querystring.js",
|
||||
"lib/readline.js",
|
||||
"lib/readline/promises.js",
|
||||
"lib/trace_events.js",
|
||||
"lib/events.js",
|
||||
"lib/repl.js",
|
||||
"lib/util.js",
|
||||
"lib/dgram.js",
|
||||
"lib/vm.js",
|
||||
"lib/stream.js",
|
||||
"lib/child_process.js",
|
||||
"lib/assert.js",
|
||||
"lib/_tls_wrap.js",
|
||||
"lib/http2.js",
|
||||
"lib/inspector.js",
|
||||
"lib/os.js",
|
||||
"lib/_http_server.js",
|
||||
"lib/console.js",
|
||||
"lib/perf_hooks.js",
|
||||
"lib/readline.js",
|
||||
"lib/punycode.js",
|
||||
"lib/_http_incoming.js",
|
||||
"lib/https.js",
|
||||
"lib/_stream_wrap.js",
|
||||
"lib/domain.js",
|
||||
"lib/dns.js",
|
||||
"lib/_http_client.js",
|
||||
"lib/diagnostics_channel.js",
|
||||
"lib/tty.js",
|
||||
"lib/_http_agent.js",
|
||||
"lib/timers.js",
|
||||
"lib/_http_outgoing.js",
|
||||
"lib/querystring.js",
|
||||
"lib/_tls_common.js",
|
||||
"lib/module.js",
|
||||
"lib/_stream_passthrough.js",
|
||||
"lib/_stream_transform.js",
|
||||
"lib/worker_threads.js",
|
||||
"lib/sys.js",
|
||||
"lib/_stream_duplex.js",
|
||||
"lib/path.js",
|
||||
"lib/_http_common.js",
|
||||
"lib/string_decoder.js",
|
||||
"lib/cluster.js",
|
||||
"lib/v8.js",
|
||||
"lib/crypto.js",
|
||||
"lib/wasi.js",
|
||||
"lib/_stream_readable.js",
|
||||
"lib/zlib.js",
|
||||
"lib/url.js",
|
||||
"lib/tls.js",
|
||||
"lib/_stream_writable.js",
|
||||
"lib/async_hooks.js",
|
||||
"lib/process.js",
|
||||
"lib/http.js",
|
||||
"lib/buffer.js",
|
||||
"lib/fs.js",
|
||||
"lib/util/types.js",
|
||||
"lib/timers/promises.js",
|
||||
"lib/path/win32.js",
|
||||
"lib/path/posix.js",
|
||||
"lib/stream/consumers.js",
|
||||
"lib/stream/promises.js",
|
||||
"lib/stream/web.js",
|
||||
"lib/string_decoder.js",
|
||||
"lib/sys.js",
|
||||
"lib/test.js",
|
||||
"lib/timers.js",
|
||||
"lib/timers/promises.js",
|
||||
"lib/tls.js",
|
||||
"lib/trace_events.js",
|
||||
"lib/tty.js",
|
||||
"lib/url.js",
|
||||
"lib/util.js",
|
||||
"lib/util/types.js",
|
||||
"lib/v8.js",
|
||||
"lib/vm.js",
|
||||
"lib/wasi.js",
|
||||
"lib/worker_threads.js",
|
||||
"lib/zlib.js"
|
||||
"lib/internal/constants.js",
|
||||
"lib/internal/abort_controller.js",
|
||||
"lib/internal/net.js",
|
||||
"lib/internal/v8_prof_processor.js",
|
||||
"lib/internal/event_target.js",
|
||||
"lib/internal/inspector_async_hook.js",
|
||||
"lib/internal/validators.js",
|
||||
"lib/internal/linkedlist.js",
|
||||
"lib/internal/cli_table.js",
|
||||
"lib/internal/repl.js",
|
||||
"lib/internal/util.js",
|
||||
"lib/internal/histogram.js",
|
||||
"lib/internal/error_serdes.js",
|
||||
"lib/internal/dgram.js",
|
||||
"lib/internal/child_process.js",
|
||||
"lib/internal/assert.js",
|
||||
"lib/internal/fixed_queue.js",
|
||||
"lib/internal/blocklist.js",
|
||||
"lib/internal/v8_prof_polyfill.js",
|
||||
"lib/internal/options.js",
|
||||
"lib/internal/worker.js",
|
||||
"lib/internal/dtrace.js",
|
||||
"lib/internal/idna.js",
|
||||
"lib/internal/watchdog.js",
|
||||
"lib/internal/encoding.js",
|
||||
"lib/internal/tty.js",
|
||||
"lib/internal/freeze_intrinsics.js",
|
||||
"lib/internal/timers.js",
|
||||
"lib/internal/heap_utils.js",
|
||||
"lib/internal/querystring.js",
|
||||
"lib/internal/js_stream_socket.js",
|
||||
"lib/internal/errors.js",
|
||||
"lib/internal/priority_queue.js",
|
||||
"lib/internal/freelist.js",
|
||||
"lib/internal/blob.js",
|
||||
"lib/internal/socket_list.js",
|
||||
"lib/internal/socketaddress.js",
|
||||
"lib/internal/promise_hooks.js",
|
||||
"lib/internal/stream_base_commons.js",
|
||||
"lib/internal/url.js",
|
||||
"lib/internal/async_hooks.js",
|
||||
"lib/internal/http.js",
|
||||
"lib/internal/buffer.js",
|
||||
"lib/internal/trace_events_async_hooks.js",
|
||||
"lib/internal/crypto/sig.js",
|
||||
"lib/internal/crypto/rsa.js",
|
||||
"lib/internal/crypto/aes.js",
|
||||
"lib/internal/crypto/util.js",
|
||||
"lib/internal/crypto/scrypt.js",
|
||||
"lib/internal/crypto/random.js",
|
||||
"lib/internal/crypto/keys.js",
|
||||
"lib/internal/crypto/x509.js",
|
||||
"lib/internal/crypto/certificate.js",
|
||||
"lib/internal/crypto/ec.js",
|
||||
"lib/internal/crypto/keygen.js",
|
||||
"lib/internal/crypto/mac.js",
|
||||
"lib/internal/crypto/diffiehellman.js",
|
||||
"lib/internal/crypto/hkdf.js",
|
||||
"lib/internal/crypto/cipher.js",
|
||||
"lib/internal/crypto/hash.js",
|
||||
"lib/internal/crypto/pbkdf2.js",
|
||||
"lib/internal/crypto/webcrypto.js",
|
||||
"lib/internal/crypto/dsa.js",
|
||||
"lib/internal/crypto/hashnames.js",
|
||||
"lib/internal/cluster/shared_handle.js",
|
||||
"lib/internal/cluster/round_robin_handle.js",
|
||||
"lib/internal/cluster/worker.js",
|
||||
"lib/internal/cluster/primary.js",
|
||||
"lib/internal/cluster/utils.js",
|
||||
"lib/internal/cluster/child.js",
|
||||
"lib/internal/webstreams/compression.js",
|
||||
"lib/internal/webstreams/util.js",
|
||||
"lib/internal/webstreams/writablestream.js",
|
||||
"lib/internal/webstreams/readablestream.js",
|
||||
"lib/internal/webstreams/queuingstrategies.js",
|
||||
"lib/internal/webstreams/encoding.js",
|
||||
"lib/internal/webstreams/transformstream.js",
|
||||
"lib/internal/webstreams/adapters.js",
|
||||
"lib/internal/webstreams/transfer.js",
|
||||
"lib/internal/bootstrap/loaders.js",
|
||||
"lib/internal/bootstrap/pre_execution.js",
|
||||
"lib/internal/bootstrap/node.js",
|
||||
"lib/internal/bootstrap/environment.js",
|
||||
"lib/internal/bootstrap/switches/does_not_own_process_state.js",
|
||||
"lib/internal/bootstrap/switches/is_not_main_thread.js",
|
||||
"lib/internal/bootstrap/switches/does_own_process_state.js",
|
||||
"lib/internal/bootstrap/switches/is_main_thread.js",
|
||||
"lib/internal/test/binding.js",
|
||||
"lib/internal/test/transfer.js",
|
||||
"lib/internal/util/types.js",
|
||||
"lib/internal/util/inspector.js",
|
||||
"lib/internal/util/comparisons.js",
|
||||
"lib/internal/util/debuglog.js",
|
||||
"lib/internal/util/inspect.js",
|
||||
"lib/internal/util/iterable_weak_map.js",
|
||||
"lib/internal/streams/add-abort-signal.js",
|
||||
"lib/internal/streams/compose.js",
|
||||
"lib/internal/streams/duplexify.js",
|
||||
"lib/internal/streams/destroy.js",
|
||||
"lib/internal/streams/legacy.js",
|
||||
"lib/internal/streams/passthrough.js",
|
||||
"lib/internal/streams/operators.js",
|
||||
"lib/internal/streams/readable.js",
|
||||
"lib/internal/streams/from.js",
|
||||
"lib/internal/streams/writable.js",
|
||||
"lib/internal/streams/state.js",
|
||||
"lib/internal/streams/buffer_list.js",
|
||||
"lib/internal/streams/end-of-stream.js",
|
||||
"lib/internal/streams/utils.js",
|
||||
"lib/internal/streams/transform.js",
|
||||
"lib/internal/streams/lazy_transform.js",
|
||||
"lib/internal/streams/duplex.js",
|
||||
"lib/internal/streams/pipeline.js",
|
||||
"lib/internal/readline/interface.js",
|
||||
"lib/internal/readline/utils.js",
|
||||
"lib/internal/readline/emitKeypressEvents.js",
|
||||
"lib/internal/readline/callbacks.js",
|
||||
"lib/internal/repl/history.js",
|
||||
"lib/internal/repl/utils.js",
|
||||
"lib/internal/repl/await.js",
|
||||
"lib/internal/legacy/processbinding.js",
|
||||
"lib/internal/assert/calltracker.js",
|
||||
"lib/internal/assert/assertion_error.js",
|
||||
"lib/internal/http2/util.js",
|
||||
"lib/internal/http2/core.js",
|
||||
"lib/internal/http2/compat.js",
|
||||
"lib/internal/per_context/messageport.js",
|
||||
"lib/internal/per_context/primordials.js",
|
||||
"lib/internal/per_context/domexception.js",
|
||||
"lib/internal/vm/module.js",
|
||||
"lib/internal/tls/secure-pair.js",
|
||||
"lib/internal/tls/parse-cert-string.js",
|
||||
"lib/internal/tls/secure-context.js",
|
||||
"lib/internal/child_process/serialization.js",
|
||||
"lib/internal/debugger/inspect_repl.js",
|
||||
"lib/internal/debugger/inspect_client.js",
|
||||
"lib/internal/debugger/inspect.js",
|
||||
"lib/internal/worker/io.js",
|
||||
"lib/internal/worker/js_transferable.js",
|
||||
"lib/internal/main/repl.js",
|
||||
"lib/internal/main/print_help.js",
|
||||
"lib/internal/main/eval_string.js",
|
||||
"lib/internal/main/check_syntax.js",
|
||||
"lib/internal/main/prof_process.js",
|
||||
"lib/internal/main/worker_thread.js",
|
||||
"lib/internal/main/inspect.js",
|
||||
"lib/internal/main/eval_stdin.js",
|
||||
"lib/internal/main/run_main_module.js",
|
||||
"lib/internal/modules/run_main.js",
|
||||
"lib/internal/modules/package_json_reader.js",
|
||||
"lib/internal/modules/esm/module_job.js",
|
||||
"lib/internal/modules/esm/assert.js",
|
||||
"lib/internal/modules/esm/fetch_module.js",
|
||||
"lib/internal/modules/esm/get_source.js",
|
||||
"lib/internal/modules/esm/translators.js",
|
||||
"lib/internal/modules/esm/resolve.js",
|
||||
"lib/internal/modules/esm/create_dynamic_module.js",
|
||||
"lib/internal/modules/esm/load.js",
|
||||
"lib/internal/modules/esm/handle_process_exit.js",
|
||||
"lib/internal/modules/esm/initialize_import_meta.js",
|
||||
"lib/internal/modules/esm/module_map.js",
|
||||
"lib/internal/modules/esm/get_format.js",
|
||||
"lib/internal/modules/esm/formats.js",
|
||||
"lib/internal/modules/esm/loader.js",
|
||||
"lib/internal/modules/cjs/helpers.js",
|
||||
"lib/internal/modules/cjs/loader.js",
|
||||
"lib/internal/source_map/source_map.js",
|
||||
"lib/internal/source_map/prepare_stack_trace.js",
|
||||
"lib/internal/source_map/source_map_cache.js",
|
||||
"lib/internal/dns/promises.js",
|
||||
"lib/internal/dns/utils.js",
|
||||
"lib/internal/fs/watchers.js",
|
||||
"lib/internal/fs/promises.js",
|
||||
"lib/internal/fs/read_file_context.js",
|
||||
"lib/internal/fs/rimraf.js",
|
||||
"lib/internal/fs/sync_write_stream.js",
|
||||
"lib/internal/fs/dir.js",
|
||||
"lib/internal/fs/streams.js",
|
||||
"lib/internal/fs/utils.js",
|
||||
"lib/internal/fs/cp/cp.js",
|
||||
"lib/internal/fs/cp/cp-sync.js",
|
||||
"lib/internal/perf/nodetiming.js",
|
||||
"lib/internal/perf/usertiming.js",
|
||||
"lib/internal/perf/performance_entry.js",
|
||||
"lib/internal/perf/performance.js",
|
||||
"lib/internal/perf/timerify.js",
|
||||
"lib/internal/perf/utils.js",
|
||||
"lib/internal/perf/observe.js",
|
||||
"lib/internal/perf/event_loop_delay.js",
|
||||
"lib/internal/perf/event_loop_utilization.js",
|
||||
"lib/internal/policy/manifest.js",
|
||||
"lib/internal/policy/sri.js",
|
||||
"lib/internal/process/task_queues.js",
|
||||
"lib/internal/process/per_thread.js",
|
||||
"lib/internal/process/warning.js",
|
||||
"lib/internal/process/policy.js",
|
||||
"lib/internal/process/promises.js",
|
||||
"lib/internal/process/signal.js",
|
||||
"lib/internal/process/execution.js",
|
||||
"lib/internal/process/esm_loader.js",
|
||||
"lib/internal/process/report.js",
|
||||
"lib/internal/process/worker_thread_only.js",
|
||||
"lib/internal/console/constructor.js",
|
||||
"lib/internal/console/global.js",
|
||||
"lib/assert/strict.js",
|
||||
"lib/dns/promises.js",
|
||||
"lib/fs/promises.js"
|
||||
],
|
||||
"node_module_version": 108,
|
||||
"node_module_version": 93,
|
||||
"node_no_browser_globals": "false",
|
||||
"node_prefix": "/",
|
||||
"node_release_urlbase": "https://nodejs.org/download/release/",
|
||||
@@ -374,21 +332,20 @@
|
||||
"node_use_v8_platform": "true",
|
||||
"node_with_ltcg": "false",
|
||||
"node_without_node_options": "false",
|
||||
"openssl_fips": "",
|
||||
"openssl_is_fips": "false",
|
||||
"openssl_quic": "true",
|
||||
"ossfuzz": "false",
|
||||
"shlib_suffix": "108.dylib",
|
||||
"shlib_suffix": "93.dylib",
|
||||
"target_arch": "arm64",
|
||||
"v8_enable_31bit_smis_on_64bit_arch": 0,
|
||||
"v8_enable_gdbjit": 0,
|
||||
"v8_enable_hugepage": 0,
|
||||
"v8_enable_i18n_support": 1,
|
||||
"v8_enable_inspector": 1,
|
||||
"v8_enable_javascript_promise_hooks": 1,
|
||||
"v8_enable_lite_mode": 0,
|
||||
"v8_enable_object_print": 1,
|
||||
"v8_enable_pointer_compression": 0,
|
||||
"v8_enable_shared_ro_heap": 1,
|
||||
"v8_enable_webassembly": 1,
|
||||
"v8_no_strict_aliasing": 1,
|
||||
"v8_optimized_debug": 1,
|
||||
@@ -398,8 +355,8 @@
|
||||
"v8_use_siphash": 1,
|
||||
"want_separate_host_toolset": 0,
|
||||
"xcode_version": "12.0",
|
||||
"nodedir": "/Users/mo/Library/Caches/node-gyp/18.15.0",
|
||||
"nodedir": "/Users/mo/Library/Caches/node-gyp/16.15.1",
|
||||
"standalone_static_library": 1,
|
||||
"user_agent": "yarn/4.0.0-rc.43 npm/? node/v18.15.0 darwin arm64"
|
||||
"user_agent": "yarn/4.0.0-rc.43 npm/? node/v16.15.1 darwin arm64"
|
||||
}
|
||||
}
|
||||
|
||||
Generated
Vendored
+20
-20
@@ -24,7 +24,7 @@ DEFS_Debug := \
|
||||
CFLAGS_Debug := \
|
||||
-O0 \
|
||||
-gdwarf-2 \
|
||||
-mmacosx-version-min=10.15 \
|
||||
-mmacosx-version-min=10.13 \
|
||||
-arch arm64 \
|
||||
-Wall \
|
||||
-Wendif-labels \
|
||||
@@ -39,7 +39,7 @@ CFLAGS_C_Debug := \
|
||||
|
||||
# Flags passed to only C++ files.
|
||||
CFLAGS_CC_Debug := \
|
||||
-std=gnu++17 \
|
||||
-std=gnu++14 \
|
||||
-stdlib=libc++ \
|
||||
-fno-rtti \
|
||||
-fno-exceptions \
|
||||
@@ -54,13 +54,13 @@ CFLAGS_OBJC_Debug :=
|
||||
CFLAGS_OBJCC_Debug :=
|
||||
|
||||
INCS_Debug := \
|
||||
-I/Users/mo/Library/Caches/node-gyp/18.15.0/include/node \
|
||||
-I/Users/mo/Library/Caches/node-gyp/18.15.0/src \
|
||||
-I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/openssl/config \
|
||||
-I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/openssl/openssl/include \
|
||||
-I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/uv/include \
|
||||
-I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/zlib \
|
||||
-I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/v8/include \
|
||||
-I/Users/mo/Library/Caches/node-gyp/16.15.1/include/node \
|
||||
-I/Users/mo/Library/Caches/node-gyp/16.15.1/src \
|
||||
-I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/openssl/config \
|
||||
-I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/openssl/openssl/include \
|
||||
-I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/uv/include \
|
||||
-I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/zlib \
|
||||
-I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/v8/include \
|
||||
-I$(srcdir)/../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan
|
||||
|
||||
DEFS_Release := \
|
||||
@@ -82,7 +82,7 @@ DEFS_Release := \
|
||||
CFLAGS_Release := \
|
||||
-O3 \
|
||||
-gdwarf-2 \
|
||||
-mmacosx-version-min=10.15 \
|
||||
-mmacosx-version-min=10.13 \
|
||||
-arch arm64 \
|
||||
-Wall \
|
||||
-Wendif-labels \
|
||||
@@ -97,7 +97,7 @@ CFLAGS_C_Release := \
|
||||
|
||||
# Flags passed to only C++ files.
|
||||
CFLAGS_CC_Release := \
|
||||
-std=gnu++17 \
|
||||
-std=gnu++14 \
|
||||
-stdlib=libc++ \
|
||||
-fno-rtti \
|
||||
-fno-exceptions \
|
||||
@@ -112,13 +112,13 @@ CFLAGS_OBJC_Release :=
|
||||
CFLAGS_OBJCC_Release :=
|
||||
|
||||
INCS_Release := \
|
||||
-I/Users/mo/Library/Caches/node-gyp/18.15.0/include/node \
|
||||
-I/Users/mo/Library/Caches/node-gyp/18.15.0/src \
|
||||
-I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/openssl/config \
|
||||
-I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/openssl/openssl/include \
|
||||
-I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/uv/include \
|
||||
-I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/zlib \
|
||||
-I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/v8/include \
|
||||
-I/Users/mo/Library/Caches/node-gyp/16.15.1/include/node \
|
||||
-I/Users/mo/Library/Caches/node-gyp/16.15.1/src \
|
||||
-I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/openssl/config \
|
||||
-I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/openssl/openssl/include \
|
||||
-I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/uv/include \
|
||||
-I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/zlib \
|
||||
-I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/v8/include \
|
||||
-I$(srcdir)/../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan
|
||||
|
||||
OBJS := \
|
||||
@@ -158,7 +158,7 @@ LDFLAGS_Debug := \
|
||||
-arch arm64 \
|
||||
-undefined dynamic_lookup \
|
||||
-Wl,-search_paths_first \
|
||||
-mmacosx-version-min=10.15 \
|
||||
-mmacosx-version-min=10.13 \
|
||||
-arch arm64 \
|
||||
-L$(builddir) \
|
||||
-stdlib=libc++
|
||||
@@ -174,7 +174,7 @@ LDFLAGS_Release := \
|
||||
-arch arm64 \
|
||||
-undefined dynamic_lookup \
|
||||
-Wl,-search_paths_first \
|
||||
-mmacosx-version-min=10.15 \
|
||||
-mmacosx-version-min=10.13 \
|
||||
-arch arm64 \
|
||||
-L$(builddir) \
|
||||
-stdlib=libc++
|
||||
|
||||
Generated
Vendored
+2
-2
@@ -331,8 +331,8 @@ ifeq ($(strip $(foreach prefix,$(NO_LOAD),\
|
||||
endif
|
||||
|
||||
quiet_cmd_regen_makefile = ACTION Regenerating $@
|
||||
cmd_regen_makefile = cd $(srcdir); /Users/mo/Desktop/sn/dev/server/.yarn/unplugged/node-gyp-npm-9.3.1-43540bab9c/node_modules/node-gyp/gyp/gyp_main.py -fmake --ignore-environment "-Dlibrary=shared_library" "-Dvisibility=default" "-Dnode_root_dir=/Users/mo/Library/Caches/node-gyp/18.15.0" "-Dnode_gyp_dir=/Users/mo/Desktop/sn/dev/server/.yarn/unplugged/node-gyp-npm-9.3.1-43540bab9c/node_modules/node-gyp" "-Dnode_lib_file=/Users/mo/Library/Caches/node-gyp/18.15.0/<(target_arch)/node.lib" "-Dmodule_root_dir=/Users/mo/Desktop/sn/dev/server/.yarn/unplugged/@newrelic-native-metrics-npm-9.0.0-590d2e713a/node_modules/@newrelic/native-metrics" "-Dnode_engine=v8" "--depth=." "-Goutput_dir=." "--generator-output=build" -I/Users/mo/Desktop/sn/dev/server/.yarn/unplugged/@newrelic-native-metrics-npm-9.0.0-590d2e713a/node_modules/@newrelic/native-metrics/build/config.gypi -I/Users/mo/Desktop/sn/dev/server/.yarn/unplugged/node-gyp-npm-9.3.1-43540bab9c/node_modules/node-gyp/addon.gypi -I/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/common.gypi "--toplevel-dir=." binding.gyp
|
||||
Makefile: $(srcdir)/build/config.gypi $(srcdir)/../../../../../../../../../../Library/Caches/node-gyp/18.15.0/include/node/common.gypi $(srcdir)/../../../../node-gyp-npm-9.3.1-43540bab9c/node_modules/node-gyp/addon.gypi $(srcdir)/binding.gyp
|
||||
cmd_regen_makefile = cd $(srcdir); /Users/mo/Desktop/sn/dev/server/.yarn/unplugged/node-gyp-npm-9.3.1-43540bab9c/node_modules/node-gyp/gyp/gyp_main.py -fmake --ignore-environment "-Dlibrary=shared_library" "-Dvisibility=default" "-Dnode_root_dir=/Users/mo/Library/Caches/node-gyp/16.15.1" "-Dnode_gyp_dir=/Users/mo/Desktop/sn/dev/server/.yarn/unplugged/node-gyp-npm-9.3.1-43540bab9c/node_modules/node-gyp" "-Dnode_lib_file=/Users/mo/Library/Caches/node-gyp/16.15.1/<(target_arch)/node.lib" "-Dmodule_root_dir=/Users/mo/Desktop/sn/dev/server/.yarn/unplugged/@newrelic-native-metrics-npm-9.0.0-590d2e713a/node_modules/@newrelic/native-metrics" "-Dnode_engine=v8" "--depth=." "-Goutput_dir=." "--generator-output=build" -I/Users/mo/Desktop/sn/dev/server/.yarn/unplugged/@newrelic-native-metrics-npm-9.0.0-590d2e713a/node_modules/@newrelic/native-metrics/build/config.gypi -I/Users/mo/Desktop/sn/dev/server/.yarn/unplugged/node-gyp-npm-9.3.1-43540bab9c/node_modules/node-gyp/addon.gypi -I/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/common.gypi "--toplevel-dir=." binding.gyp
|
||||
Makefile: $(srcdir)/../../../../node-gyp-npm-9.3.1-43540bab9c/node_modules/node-gyp/addon.gypi $(srcdir)/build/config.gypi $(srcdir)/../../../../../../../../../../Library/Caches/node-gyp/16.15.1/include/node/common.gypi $(srcdir)/binding.gyp
|
||||
$(call do_cmd,regen_makefile)
|
||||
|
||||
# "all" is a concatenation of the "all" targets from all the included
|
||||
|
||||
Generated
Vendored
+1
-1
@@ -1 +1 @@
|
||||
cmd_Release/native_metrics.node := c++ -bundle -undefined dynamic_lookup -Wl,-search_paths_first -mmacosx-version-min=10.15 -arch arm64 -L./Release -stdlib=libc++ -o Release/native_metrics.node Release/obj.target/native_metrics/src/native_metrics.o Release/obj.target/native_metrics/src/GCBinder.o Release/obj.target/native_metrics/src/LoopChecker.o
|
||||
cmd_Release/native_metrics.node := c++ -bundle -undefined dynamic_lookup -Wl,-search_paths_first -mmacosx-version-min=10.13 -arch arm64 -L./Release -stdlib=libc++ -o Release/native_metrics.node Release/obj.target/native_metrics/src/native_metrics.o Release/obj.target/native_metrics/src/GCBinder.o Release/obj.target/native_metrics/src/LoopChecker.o
|
||||
|
||||
Generated
Vendored
+33
-117
@@ -1,65 +1,23 @@
|
||||
cmd_Release/obj.target/native_metrics/src/GCBinder.o := c++ -o Release/obj.target/native_metrics/src/GCBinder.o ../src/GCBinder.cpp '-DNODE_GYP_MODULE_NAME=native_metrics' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DNOMINMAX' '-DBUILDING_NODE_EXTENSION' -I/Users/mo/Library/Caches/node-gyp/18.15.0/include/node -I/Users/mo/Library/Caches/node-gyp/18.15.0/src -I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/openssl/config -I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/openssl/openssl/include -I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/uv/include -I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/zlib -I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/v8/include -I../src -I../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan -O3 -gdwarf-2 -mmacosx-version-min=10.15 -arch arm64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++17 -stdlib=libc++ -fno-rtti -fno-exceptions -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/native_metrics/src/GCBinder.o.d.raw -c
|
||||
cmd_Release/obj.target/native_metrics/src/GCBinder.o := c++ -o Release/obj.target/native_metrics/src/GCBinder.o ../src/GCBinder.cpp '-DNODE_GYP_MODULE_NAME=native_metrics' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DNOMINMAX' '-DBUILDING_NODE_EXTENSION' -I/Users/mo/Library/Caches/node-gyp/16.15.1/include/node -I/Users/mo/Library/Caches/node-gyp/16.15.1/src -I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/openssl/config -I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/openssl/openssl/include -I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/uv/include -I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/zlib -I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/v8/include -I../src -I../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan -O3 -gdwarf-2 -mmacosx-version-min=10.13 -arch arm64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++14 -stdlib=libc++ -fno-rtti -fno-exceptions -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/native_metrics/src/GCBinder.o.d.raw -c
|
||||
Release/obj.target/native_metrics/src/GCBinder.o: ../src/GCBinder.cpp \
|
||||
../src/GCBinder.hpp \
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node_version.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/errno.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/version.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/unix.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/threadpool.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/darwin.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/cppgc/common.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8config.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-array-buffer.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-local-handle.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-internal.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-version.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-object.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-maybe.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-persistent-handle.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-weak-callback-info.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-primitive.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-data.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-value.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-traced-handle.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-container.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-context.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-snapshot.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-date.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-debug.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-script.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-message.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-exception.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-extension.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-external.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-function.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-function-callback.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-template.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-memory-span.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-initialization.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-callbacks.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-isolate.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-embedder-heap.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-microtask.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-statistics.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-promise.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-unwinder.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-embedder-state-scope.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-platform.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-json.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-locker.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-microtask-queue.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-primitive-object.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-proxy.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-regexp.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-typed-array.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-value-serializer.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-wasm.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node_buffer.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node_object_wrap.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node_version.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/errno.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/version.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/unix.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/threadpool.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/darwin.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/cppgc/common.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8config.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8-internal.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8-version.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8-platform.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node_buffer.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node_object_wrap.h \
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_callbacks.h \
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_callbacks_12_inl.h \
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_maybe_43_inl.h \
|
||||
@@ -78,64 +36,22 @@ Release/obj.target/native_metrics/src/GCBinder.o: ../src/GCBinder.cpp \
|
||||
../src/GCBinder.cpp:
|
||||
../src/GCBinder.hpp:
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node_version.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/errno.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/version.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/unix.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/threadpool.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/darwin.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/cppgc/common.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8config.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-array-buffer.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-local-handle.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-internal.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-version.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-object.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-maybe.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-persistent-handle.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-weak-callback-info.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-primitive.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-data.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-value.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-traced-handle.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-container.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-context.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-snapshot.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-date.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-debug.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-script.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-message.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-exception.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-extension.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-external.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-function.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-function-callback.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-template.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-memory-span.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-initialization.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-callbacks.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-isolate.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-embedder-heap.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-microtask.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-statistics.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-promise.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-unwinder.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-embedder-state-scope.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-platform.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-json.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-locker.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-microtask-queue.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-primitive-object.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-proxy.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-regexp.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-typed-array.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-value-serializer.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-wasm.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node_buffer.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node_object_wrap.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node_version.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/errno.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/version.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/unix.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/threadpool.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/darwin.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/cppgc/common.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8config.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8-internal.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8-version.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8-platform.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node_buffer.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node_object_wrap.h:
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_callbacks.h:
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_callbacks_12_inl.h:
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_maybe_43_inl.h:
|
||||
|
||||
+33
-117
@@ -1,66 +1,24 @@
|
||||
cmd_Release/obj.target/native_metrics/src/LoopChecker.o := c++ -o Release/obj.target/native_metrics/src/LoopChecker.o ../src/LoopChecker.cpp '-DNODE_GYP_MODULE_NAME=native_metrics' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DNOMINMAX' '-DBUILDING_NODE_EXTENSION' -I/Users/mo/Library/Caches/node-gyp/18.15.0/include/node -I/Users/mo/Library/Caches/node-gyp/18.15.0/src -I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/openssl/config -I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/openssl/openssl/include -I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/uv/include -I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/zlib -I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/v8/include -I../src -I../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan -O3 -gdwarf-2 -mmacosx-version-min=10.15 -arch arm64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++17 -stdlib=libc++ -fno-rtti -fno-exceptions -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/native_metrics/src/LoopChecker.o.d.raw -c
|
||||
cmd_Release/obj.target/native_metrics/src/LoopChecker.o := c++ -o Release/obj.target/native_metrics/src/LoopChecker.o ../src/LoopChecker.cpp '-DNODE_GYP_MODULE_NAME=native_metrics' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DNOMINMAX' '-DBUILDING_NODE_EXTENSION' -I/Users/mo/Library/Caches/node-gyp/16.15.1/include/node -I/Users/mo/Library/Caches/node-gyp/16.15.1/src -I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/openssl/config -I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/openssl/openssl/include -I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/uv/include -I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/zlib -I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/v8/include -I../src -I../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan -O3 -gdwarf-2 -mmacosx-version-min=10.13 -arch arm64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++14 -stdlib=libc++ -fno-rtti -fno-exceptions -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/native_metrics/src/LoopChecker.o.d.raw -c
|
||||
Release/obj.target/native_metrics/src/LoopChecker.o: \
|
||||
../src/LoopChecker.cpp \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/errno.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/version.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/unix.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/threadpool.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/darwin.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/errno.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/version.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/unix.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/threadpool.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/darwin.h \
|
||||
../src/LoopChecker.hpp \
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node_version.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/cppgc/common.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8config.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-array-buffer.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-local-handle.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-internal.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-version.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-object.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-maybe.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-persistent-handle.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-weak-callback-info.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-primitive.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-data.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-value.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-traced-handle.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-container.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-context.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-snapshot.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-date.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-debug.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-script.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-message.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-exception.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-extension.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-external.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-function.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-function-callback.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-template.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-memory-span.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-initialization.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-callbacks.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-isolate.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-embedder-heap.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-microtask.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-statistics.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-promise.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-unwinder.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-embedder-state-scope.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-platform.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-json.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-locker.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-microtask-queue.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-primitive-object.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-proxy.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-regexp.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-typed-array.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-value-serializer.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-wasm.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node_buffer.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node_object_wrap.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node_version.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/cppgc/common.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8config.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8-internal.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8-version.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8-platform.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node_buffer.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node_object_wrap.h \
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_callbacks.h \
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_callbacks_12_inl.h \
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_maybe_43_inl.h \
|
||||
@@ -77,66 +35,24 @@ Release/obj.target/native_metrics/src/LoopChecker.o: \
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_scriptorigin.h \
|
||||
../src/Metric.hpp
|
||||
../src/LoopChecker.cpp:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/errno.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/version.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/unix.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/threadpool.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/darwin.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/errno.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/version.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/unix.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/threadpool.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/darwin.h:
|
||||
../src/LoopChecker.hpp:
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node_version.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/cppgc/common.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8config.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-array-buffer.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-local-handle.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-internal.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-version.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-object.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-maybe.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-persistent-handle.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-weak-callback-info.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-primitive.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-data.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-value.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-traced-handle.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-container.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-context.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-snapshot.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-date.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-debug.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-script.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-message.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-exception.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-extension.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-external.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-function.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-function-callback.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-template.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-memory-span.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-initialization.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-callbacks.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-isolate.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-embedder-heap.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-microtask.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-statistics.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-promise.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-unwinder.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-embedder-state-scope.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-platform.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-json.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-locker.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-microtask-queue.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-primitive-object.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-proxy.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-regexp.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-typed-array.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-value-serializer.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-wasm.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node_buffer.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node_object_wrap.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node_version.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/cppgc/common.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8config.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8-internal.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8-version.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8-platform.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node_buffer.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node_object_wrap.h:
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_callbacks.h:
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_callbacks_12_inl.h:
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_maybe_43_inl.h:
|
||||
|
||||
+33
-117
@@ -1,65 +1,23 @@
|
||||
cmd_Release/obj.target/native_metrics/src/native_metrics.o := c++ -o Release/obj.target/native_metrics/src/native_metrics.o ../src/native_metrics.cpp '-DNODE_GYP_MODULE_NAME=native_metrics' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DNOMINMAX' '-DBUILDING_NODE_EXTENSION' -I/Users/mo/Library/Caches/node-gyp/18.15.0/include/node -I/Users/mo/Library/Caches/node-gyp/18.15.0/src -I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/openssl/config -I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/openssl/openssl/include -I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/uv/include -I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/zlib -I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/v8/include -I../src -I../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan -O3 -gdwarf-2 -mmacosx-version-min=10.15 -arch arm64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++17 -stdlib=libc++ -fno-rtti -fno-exceptions -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/native_metrics/src/native_metrics.o.d.raw -c
|
||||
cmd_Release/obj.target/native_metrics/src/native_metrics.o := c++ -o Release/obj.target/native_metrics/src/native_metrics.o ../src/native_metrics.cpp '-DNODE_GYP_MODULE_NAME=native_metrics' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DNOMINMAX' '-DBUILDING_NODE_EXTENSION' -I/Users/mo/Library/Caches/node-gyp/16.15.1/include/node -I/Users/mo/Library/Caches/node-gyp/16.15.1/src -I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/openssl/config -I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/openssl/openssl/include -I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/uv/include -I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/zlib -I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/v8/include -I../src -I../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan -O3 -gdwarf-2 -mmacosx-version-min=10.13 -arch arm64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++14 -stdlib=libc++ -fno-rtti -fno-exceptions -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/native_metrics/src/native_metrics.o.d.raw -c
|
||||
Release/obj.target/native_metrics/src/native_metrics.o: \
|
||||
../src/native_metrics.cpp \
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node_version.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/errno.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/version.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/unix.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/threadpool.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/darwin.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/cppgc/common.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8config.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-array-buffer.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-local-handle.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-internal.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-version.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-object.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-maybe.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-persistent-handle.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-weak-callback-info.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-primitive.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-data.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-value.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-traced-handle.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-container.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-context.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-snapshot.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-date.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-debug.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-script.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-message.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-exception.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-extension.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-external.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-function.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-function-callback.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-template.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-memory-span.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-initialization.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-callbacks.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-isolate.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-embedder-heap.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-microtask.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-statistics.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-promise.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-unwinder.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-embedder-state-scope.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-platform.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-json.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-locker.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-microtask-queue.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-primitive-object.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-proxy.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-regexp.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-typed-array.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-value-serializer.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-wasm.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node_buffer.h \
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node_object_wrap.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node_version.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/errno.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/version.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/unix.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/threadpool.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/darwin.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/cppgc/common.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8config.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8-internal.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8-version.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8-platform.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node_buffer.h \
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node_object_wrap.h \
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_callbacks.h \
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_callbacks_12_inl.h \
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_maybe_43_inl.h \
|
||||
@@ -77,64 +35,22 @@ Release/obj.target/native_metrics/src/native_metrics.o: \
|
||||
../src/GCBinder.hpp ../src/Metric.hpp ../src/LoopChecker.hpp
|
||||
../src/native_metrics.cpp:
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node_version.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/errno.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/version.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/unix.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/threadpool.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/uv/darwin.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/cppgc/common.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8config.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-array-buffer.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-local-handle.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-internal.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-version.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-object.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-maybe.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-persistent-handle.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-weak-callback-info.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-primitive.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-data.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-value.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-traced-handle.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-container.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-context.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-snapshot.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-date.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-debug.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-script.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-message.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-exception.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-extension.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-external.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-function.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-function-callback.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-template.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-memory-span.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-initialization.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-callbacks.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-isolate.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-embedder-heap.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-microtask.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-statistics.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-promise.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-unwinder.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-embedder-state-scope.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-platform.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-json.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-locker.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-microtask-queue.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-primitive-object.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-proxy.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-regexp.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-typed-array.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-value-serializer.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/v8-wasm.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node_buffer.h:
|
||||
/Users/mo/Library/Caches/node-gyp/18.15.0/include/node/node_object_wrap.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node_version.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/errno.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/version.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/unix.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/threadpool.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/uv/darwin.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/cppgc/common.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8config.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8-internal.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8-version.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/v8-platform.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node_buffer.h:
|
||||
/Users/mo/Library/Caches/node-gyp/16.15.1/include/node/node_object_wrap.h:
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_callbacks.h:
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_callbacks_12_inl.h:
|
||||
../../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan/nan_maybe_43_inl.h:
|
||||
|
||||
BIN
Binary file not shown.
Generated
Vendored
BIN
Binary file not shown.
Generated
Vendored
BIN
Binary file not shown.
Generated
Vendored
BIN
Binary file not shown.
Generated
Vendored
+270
-313
@@ -10,7 +10,6 @@
|
||||
"xcode_configuration_platform": "arm64"
|
||||
},
|
||||
"variables": {
|
||||
"arm_fpu": "neon",
|
||||
"asan": 0,
|
||||
"coverage": "false",
|
||||
"dcheck_always_on": 0,
|
||||
@@ -22,334 +21,293 @@
|
||||
"error_on_warn": "false",
|
||||
"force_dynamic_crt": 0,
|
||||
"host_arch": "arm64",
|
||||
"icu_data_in": "../../deps/icu-tmp/icudt72l.dat",
|
||||
"icu_data_in": "../../deps/icu-tmp/icudt70l.dat",
|
||||
"icu_endianness": "l",
|
||||
"icu_gyp_path": "tools/icu/icu-generic.gyp",
|
||||
"icu_path": "deps/icu-small",
|
||||
"icu_small": "false",
|
||||
"icu_ver_major": "72",
|
||||
"icu_ver_major": "70",
|
||||
"is_debug": 0,
|
||||
"libdir": "lib",
|
||||
"llvm_version": "12.0",
|
||||
"napi_build_version": "8",
|
||||
"node_builtin_shareable_builtins": [
|
||||
"deps/cjs-module-lexer/lexer.js",
|
||||
"deps/cjs-module-lexer/dist/lexer.js",
|
||||
"deps/undici/undici.js"
|
||||
],
|
||||
"node_byteorder": "little",
|
||||
"node_debug_lib": "false",
|
||||
"node_enable_d8": "false",
|
||||
"node_enable_v8_vtunejit": "false",
|
||||
"node_fipsinstall": "false",
|
||||
"node_install_corepack": "true",
|
||||
"node_install_npm": "true",
|
||||
"node_library_files": [
|
||||
"lib/_http_agent.js",
|
||||
"lib/_http_client.js",
|
||||
"lib/_http_common.js",
|
||||
"lib/_http_incoming.js",
|
||||
"lib/_http_outgoing.js",
|
||||
"lib/_http_server.js",
|
||||
"lib/_stream_duplex.js",
|
||||
"lib/_stream_passthrough.js",
|
||||
"lib/_stream_readable.js",
|
||||
"lib/_stream_transform.js",
|
||||
"lib/_stream_wrap.js",
|
||||
"lib/_stream_writable.js",
|
||||
"lib/_tls_common.js",
|
||||
"lib/_tls_wrap.js",
|
||||
"lib/assert.js",
|
||||
"lib/assert/strict.js",
|
||||
"lib/async_hooks.js",
|
||||
"lib/buffer.js",
|
||||
"lib/child_process.js",
|
||||
"lib/cluster.js",
|
||||
"lib/console.js",
|
||||
"lib/constants.js",
|
||||
"lib/crypto.js",
|
||||
"lib/dgram.js",
|
||||
"lib/diagnostics_channel.js",
|
||||
"lib/dns.js",
|
||||
"lib/dns/promises.js",
|
||||
"lib/domain.js",
|
||||
"lib/events.js",
|
||||
"lib/fs.js",
|
||||
"lib/fs/promises.js",
|
||||
"lib/http.js",
|
||||
"lib/http2.js",
|
||||
"lib/https.js",
|
||||
"lib/inspector.js",
|
||||
"lib/internal/abort_controller.js",
|
||||
"lib/internal/assert.js",
|
||||
"lib/internal/assert/assertion_error.js",
|
||||
"lib/internal/assert/calltracker.js",
|
||||
"lib/internal/async_hooks.js",
|
||||
"lib/internal/blob.js",
|
||||
"lib/internal/blocklist.js",
|
||||
"lib/internal/bootstrap/browser.js",
|
||||
"lib/internal/bootstrap/loaders.js",
|
||||
"lib/internal/bootstrap/node.js",
|
||||
"lib/internal/bootstrap/switches/does_not_own_process_state.js",
|
||||
"lib/internal/bootstrap/switches/does_own_process_state.js",
|
||||
"lib/internal/bootstrap/switches/is_main_thread.js",
|
||||
"lib/internal/bootstrap/switches/is_not_main_thread.js",
|
||||
"lib/internal/buffer.js",
|
||||
"lib/internal/child_process.js",
|
||||
"lib/internal/child_process/serialization.js",
|
||||
"lib/internal/cli_table.js",
|
||||
"lib/internal/cluster/child.js",
|
||||
"lib/internal/cluster/primary.js",
|
||||
"lib/internal/cluster/round_robin_handle.js",
|
||||
"lib/internal/cluster/shared_handle.js",
|
||||
"lib/internal/cluster/utils.js",
|
||||
"lib/internal/cluster/worker.js",
|
||||
"lib/internal/console/constructor.js",
|
||||
"lib/internal/console/global.js",
|
||||
"lib/internal/constants.js",
|
||||
"lib/internal/crypto/aes.js",
|
||||
"lib/internal/crypto/certificate.js",
|
||||
"lib/internal/crypto/cfrg.js",
|
||||
"lib/internal/crypto/cipher.js",
|
||||
"lib/internal/crypto/diffiehellman.js",
|
||||
"lib/internal/crypto/ec.js",
|
||||
"lib/internal/crypto/hash.js",
|
||||
"lib/internal/crypto/hashnames.js",
|
||||
"lib/internal/crypto/hkdf.js",
|
||||
"lib/internal/crypto/keygen.js",
|
||||
"lib/internal/crypto/keys.js",
|
||||
"lib/internal/crypto/mac.js",
|
||||
"lib/internal/crypto/pbkdf2.js",
|
||||
"lib/internal/crypto/random.js",
|
||||
"lib/internal/crypto/rsa.js",
|
||||
"lib/internal/crypto/scrypt.js",
|
||||
"lib/internal/crypto/sig.js",
|
||||
"lib/internal/crypto/util.js",
|
||||
"lib/internal/crypto/webcrypto.js",
|
||||
"lib/internal/crypto/x509.js",
|
||||
"lib/internal/debugger/inspect.js",
|
||||
"lib/internal/debugger/inspect_client.js",
|
||||
"lib/internal/debugger/inspect_repl.js",
|
||||
"lib/internal/dgram.js",
|
||||
"lib/internal/dns/callback_resolver.js",
|
||||
"lib/internal/dns/promises.js",
|
||||
"lib/internal/dns/utils.js",
|
||||
"lib/internal/dtrace.js",
|
||||
"lib/internal/encoding.js",
|
||||
"lib/internal/error_serdes.js",
|
||||
"lib/internal/errors.js",
|
||||
"lib/internal/event_target.js",
|
||||
"lib/internal/file.js",
|
||||
"lib/internal/fixed_queue.js",
|
||||
"lib/internal/freelist.js",
|
||||
"lib/internal/freeze_intrinsics.js",
|
||||
"lib/internal/fs/cp/cp-sync.js",
|
||||
"lib/internal/fs/cp/cp.js",
|
||||
"lib/internal/fs/dir.js",
|
||||
"lib/internal/fs/promises.js",
|
||||
"lib/internal/fs/read_file_context.js",
|
||||
"lib/internal/fs/recursive_watch.js",
|
||||
"lib/internal/fs/rimraf.js",
|
||||
"lib/internal/fs/streams.js",
|
||||
"lib/internal/fs/sync_write_stream.js",
|
||||
"lib/internal/fs/utils.js",
|
||||
"lib/internal/fs/watchers.js",
|
||||
"lib/internal/heap_utils.js",
|
||||
"lib/internal/histogram.js",
|
||||
"lib/internal/http.js",
|
||||
"lib/internal/http2/compat.js",
|
||||
"lib/internal/http2/core.js",
|
||||
"lib/internal/http2/util.js",
|
||||
"lib/internal/idna.js",
|
||||
"lib/internal/inspector_async_hook.js",
|
||||
"lib/internal/js_stream_socket.js",
|
||||
"lib/internal/legacy/processbinding.js",
|
||||
"lib/internal/linkedlist.js",
|
||||
"lib/internal/main/check_syntax.js",
|
||||
"lib/internal/main/environment.js",
|
||||
"lib/internal/main/eval_stdin.js",
|
||||
"lib/internal/main/eval_string.js",
|
||||
"lib/internal/main/inspect.js",
|
||||
"lib/internal/main/mksnapshot.js",
|
||||
"lib/internal/main/print_help.js",
|
||||
"lib/internal/main/prof_process.js",
|
||||
"lib/internal/main/repl.js",
|
||||
"lib/internal/main/run_main_module.js",
|
||||
"lib/internal/main/test_runner.js",
|
||||
"lib/internal/main/watch_mode.js",
|
||||
"lib/internal/main/worker_thread.js",
|
||||
"lib/internal/mime.js",
|
||||
"lib/internal/modules/cjs/helpers.js",
|
||||
"lib/internal/modules/cjs/loader.js",
|
||||
"lib/internal/modules/esm/assert.js",
|
||||
"lib/internal/modules/esm/create_dynamic_module.js",
|
||||
"lib/internal/modules/esm/fetch_module.js",
|
||||
"lib/internal/modules/esm/formats.js",
|
||||
"lib/internal/modules/esm/get_format.js",
|
||||
"lib/internal/modules/esm/handle_process_exit.js",
|
||||
"lib/internal/modules/esm/initialize_import_meta.js",
|
||||
"lib/internal/modules/esm/load.js",
|
||||
"lib/internal/modules/esm/loader.js",
|
||||
"lib/internal/modules/esm/module_job.js",
|
||||
"lib/internal/modules/esm/module_map.js",
|
||||
"lib/internal/modules/esm/package_config.js",
|
||||
"lib/internal/modules/esm/resolve.js",
|
||||
"lib/internal/modules/esm/translators.js",
|
||||
"lib/internal/modules/package_json_reader.js",
|
||||
"lib/internal/modules/run_main.js",
|
||||
"lib/internal/net.js",
|
||||
"lib/internal/options.js",
|
||||
"lib/internal/per_context/domexception.js",
|
||||
"lib/internal/per_context/messageport.js",
|
||||
"lib/internal/per_context/primordials.js",
|
||||
"lib/internal/perf/event_loop_delay.js",
|
||||
"lib/internal/perf/event_loop_utilization.js",
|
||||
"lib/internal/perf/nodetiming.js",
|
||||
"lib/internal/perf/observe.js",
|
||||
"lib/internal/perf/performance.js",
|
||||
"lib/internal/perf/performance_entry.js",
|
||||
"lib/internal/perf/resource_timing.js",
|
||||
"lib/internal/perf/timerify.js",
|
||||
"lib/internal/perf/usertiming.js",
|
||||
"lib/internal/perf/utils.js",
|
||||
"lib/internal/policy/manifest.js",
|
||||
"lib/internal/policy/sri.js",
|
||||
"lib/internal/priority_queue.js",
|
||||
"lib/internal/process/esm_loader.js",
|
||||
"lib/internal/process/execution.js",
|
||||
"lib/internal/process/per_thread.js",
|
||||
"lib/internal/process/policy.js",
|
||||
"lib/internal/process/pre_execution.js",
|
||||
"lib/internal/process/promises.js",
|
||||
"lib/internal/process/report.js",
|
||||
"lib/internal/process/signal.js",
|
||||
"lib/internal/process/task_queues.js",
|
||||
"lib/internal/process/warning.js",
|
||||
"lib/internal/process/worker_thread_only.js",
|
||||
"lib/internal/promise_hooks.js",
|
||||
"lib/internal/querystring.js",
|
||||
"lib/internal/readline/callbacks.js",
|
||||
"lib/internal/readline/emitKeypressEvents.js",
|
||||
"lib/internal/readline/interface.js",
|
||||
"lib/internal/readline/promises.js",
|
||||
"lib/internal/readline/utils.js",
|
||||
"lib/internal/repl.js",
|
||||
"lib/internal/repl/await.js",
|
||||
"lib/internal/repl/history.js",
|
||||
"lib/internal/repl/utils.js",
|
||||
"lib/internal/socket_list.js",
|
||||
"lib/internal/socketaddress.js",
|
||||
"lib/internal/source_map/prepare_stack_trace.js",
|
||||
"lib/internal/source_map/source_map.js",
|
||||
"lib/internal/source_map/source_map_cache.js",
|
||||
"lib/internal/stream_base_commons.js",
|
||||
"lib/internal/streams/add-abort-signal.js",
|
||||
"lib/internal/streams/buffer_list.js",
|
||||
"lib/internal/streams/compose.js",
|
||||
"lib/internal/streams/destroy.js",
|
||||
"lib/internal/streams/duplex.js",
|
||||
"lib/internal/streams/duplexify.js",
|
||||
"lib/internal/streams/end-of-stream.js",
|
||||
"lib/internal/streams/from.js",
|
||||
"lib/internal/streams/lazy_transform.js",
|
||||
"lib/internal/streams/legacy.js",
|
||||
"lib/internal/streams/operators.js",
|
||||
"lib/internal/streams/passthrough.js",
|
||||
"lib/internal/streams/pipeline.js",
|
||||
"lib/internal/streams/readable.js",
|
||||
"lib/internal/streams/state.js",
|
||||
"lib/internal/streams/transform.js",
|
||||
"lib/internal/streams/utils.js",
|
||||
"lib/internal/streams/writable.js",
|
||||
"lib/internal/structured_clone.js",
|
||||
"lib/internal/test/binding.js",
|
||||
"lib/internal/test/transfer.js",
|
||||
"lib/internal/test_runner/coverage.js",
|
||||
"lib/internal/test_runner/harness.js",
|
||||
"lib/internal/test_runner/mock.js",
|
||||
"lib/internal/test_runner/reporter/dot.js",
|
||||
"lib/internal/test_runner/reporter/spec.js",
|
||||
"lib/internal/test_runner/reporter/tap.js",
|
||||
"lib/internal/test_runner/runner.js",
|
||||
"lib/internal/test_runner/tap_checker.js",
|
||||
"lib/internal/test_runner/tap_lexer.js",
|
||||
"lib/internal/test_runner/tap_parser.js",
|
||||
"lib/internal/test_runner/test.js",
|
||||
"lib/internal/test_runner/tests_stream.js",
|
||||
"lib/internal/test_runner/utils.js",
|
||||
"lib/internal/test_runner/yaml_to_js.js",
|
||||
"lib/internal/timers.js",
|
||||
"lib/internal/tls/secure-context.js",
|
||||
"lib/internal/tls/secure-pair.js",
|
||||
"lib/internal/trace_events_async_hooks.js",
|
||||
"lib/internal/tty.js",
|
||||
"lib/internal/url.js",
|
||||
"lib/internal/util.js",
|
||||
"lib/internal/util/colors.js",
|
||||
"lib/internal/util/comparisons.js",
|
||||
"lib/internal/util/debuglog.js",
|
||||
"lib/internal/util/inspect.js",
|
||||
"lib/internal/util/inspector.js",
|
||||
"lib/internal/util/iterable_weak_map.js",
|
||||
"lib/internal/util/parse_args/parse_args.js",
|
||||
"lib/internal/util/parse_args/utils.js",
|
||||
"lib/internal/util/types.js",
|
||||
"lib/internal/v8/startup_snapshot.js",
|
||||
"lib/internal/v8_prof_polyfill.js",
|
||||
"lib/internal/v8_prof_processor.js",
|
||||
"lib/internal/validators.js",
|
||||
"lib/internal/vm.js",
|
||||
"lib/internal/vm/module.js",
|
||||
"lib/internal/wasm_web_api.js",
|
||||
"lib/internal/watch_mode/files_watcher.js",
|
||||
"lib/internal/watchdog.js",
|
||||
"lib/internal/webstreams/adapters.js",
|
||||
"lib/internal/webstreams/compression.js",
|
||||
"lib/internal/webstreams/encoding.js",
|
||||
"lib/internal/webstreams/queuingstrategies.js",
|
||||
"lib/internal/webstreams/readablestream.js",
|
||||
"lib/internal/webstreams/transfer.js",
|
||||
"lib/internal/webstreams/transformstream.js",
|
||||
"lib/internal/webstreams/util.js",
|
||||
"lib/internal/webstreams/writablestream.js",
|
||||
"lib/internal/worker.js",
|
||||
"lib/internal/worker/io.js",
|
||||
"lib/internal/worker/js_transferable.js",
|
||||
"lib/module.js",
|
||||
"lib/net.js",
|
||||
"lib/os.js",
|
||||
"lib/path.js",
|
||||
"lib/path/posix.js",
|
||||
"lib/path/win32.js",
|
||||
"lib/perf_hooks.js",
|
||||
"lib/process.js",
|
||||
"lib/punycode.js",
|
||||
"lib/querystring.js",
|
||||
"lib/readline.js",
|
||||
"lib/readline/promises.js",
|
||||
"lib/trace_events.js",
|
||||
"lib/events.js",
|
||||
"lib/repl.js",
|
||||
"lib/util.js",
|
||||
"lib/dgram.js",
|
||||
"lib/vm.js",
|
||||
"lib/stream.js",
|
||||
"lib/child_process.js",
|
||||
"lib/assert.js",
|
||||
"lib/_tls_wrap.js",
|
||||
"lib/http2.js",
|
||||
"lib/inspector.js",
|
||||
"lib/os.js",
|
||||
"lib/_http_server.js",
|
||||
"lib/console.js",
|
||||
"lib/perf_hooks.js",
|
||||
"lib/readline.js",
|
||||
"lib/punycode.js",
|
||||
"lib/_http_incoming.js",
|
||||
"lib/https.js",
|
||||
"lib/_stream_wrap.js",
|
||||
"lib/domain.js",
|
||||
"lib/dns.js",
|
||||
"lib/_http_client.js",
|
||||
"lib/diagnostics_channel.js",
|
||||
"lib/tty.js",
|
||||
"lib/_http_agent.js",
|
||||
"lib/timers.js",
|
||||
"lib/_http_outgoing.js",
|
||||
"lib/querystring.js",
|
||||
"lib/_tls_common.js",
|
||||
"lib/module.js",
|
||||
"lib/_stream_passthrough.js",
|
||||
"lib/_stream_transform.js",
|
||||
"lib/worker_threads.js",
|
||||
"lib/sys.js",
|
||||
"lib/_stream_duplex.js",
|
||||
"lib/path.js",
|
||||
"lib/_http_common.js",
|
||||
"lib/string_decoder.js",
|
||||
"lib/cluster.js",
|
||||
"lib/v8.js",
|
||||
"lib/crypto.js",
|
||||
"lib/wasi.js",
|
||||
"lib/_stream_readable.js",
|
||||
"lib/zlib.js",
|
||||
"lib/url.js",
|
||||
"lib/tls.js",
|
||||
"lib/_stream_writable.js",
|
||||
"lib/async_hooks.js",
|
||||
"lib/process.js",
|
||||
"lib/http.js",
|
||||
"lib/buffer.js",
|
||||
"lib/fs.js",
|
||||
"lib/util/types.js",
|
||||
"lib/timers/promises.js",
|
||||
"lib/path/win32.js",
|
||||
"lib/path/posix.js",
|
||||
"lib/stream/consumers.js",
|
||||
"lib/stream/promises.js",
|
||||
"lib/stream/web.js",
|
||||
"lib/string_decoder.js",
|
||||
"lib/sys.js",
|
||||
"lib/test.js",
|
||||
"lib/timers.js",
|
||||
"lib/timers/promises.js",
|
||||
"lib/tls.js",
|
||||
"lib/trace_events.js",
|
||||
"lib/tty.js",
|
||||
"lib/url.js",
|
||||
"lib/util.js",
|
||||
"lib/util/types.js",
|
||||
"lib/v8.js",
|
||||
"lib/vm.js",
|
||||
"lib/wasi.js",
|
||||
"lib/worker_threads.js",
|
||||
"lib/zlib.js"
|
||||
"lib/internal/constants.js",
|
||||
"lib/internal/abort_controller.js",
|
||||
"lib/internal/net.js",
|
||||
"lib/internal/v8_prof_processor.js",
|
||||
"lib/internal/event_target.js",
|
||||
"lib/internal/inspector_async_hook.js",
|
||||
"lib/internal/validators.js",
|
||||
"lib/internal/linkedlist.js",
|
||||
"lib/internal/cli_table.js",
|
||||
"lib/internal/repl.js",
|
||||
"lib/internal/util.js",
|
||||
"lib/internal/histogram.js",
|
||||
"lib/internal/error_serdes.js",
|
||||
"lib/internal/dgram.js",
|
||||
"lib/internal/child_process.js",
|
||||
"lib/internal/assert.js",
|
||||
"lib/internal/fixed_queue.js",
|
||||
"lib/internal/blocklist.js",
|
||||
"lib/internal/v8_prof_polyfill.js",
|
||||
"lib/internal/options.js",
|
||||
"lib/internal/worker.js",
|
||||
"lib/internal/dtrace.js",
|
||||
"lib/internal/idna.js",
|
||||
"lib/internal/watchdog.js",
|
||||
"lib/internal/encoding.js",
|
||||
"lib/internal/tty.js",
|
||||
"lib/internal/freeze_intrinsics.js",
|
||||
"lib/internal/timers.js",
|
||||
"lib/internal/heap_utils.js",
|
||||
"lib/internal/querystring.js",
|
||||
"lib/internal/js_stream_socket.js",
|
||||
"lib/internal/errors.js",
|
||||
"lib/internal/priority_queue.js",
|
||||
"lib/internal/freelist.js",
|
||||
"lib/internal/blob.js",
|
||||
"lib/internal/socket_list.js",
|
||||
"lib/internal/socketaddress.js",
|
||||
"lib/internal/promise_hooks.js",
|
||||
"lib/internal/stream_base_commons.js",
|
||||
"lib/internal/url.js",
|
||||
"lib/internal/async_hooks.js",
|
||||
"lib/internal/http.js",
|
||||
"lib/internal/buffer.js",
|
||||
"lib/internal/trace_events_async_hooks.js",
|
||||
"lib/internal/crypto/sig.js",
|
||||
"lib/internal/crypto/rsa.js",
|
||||
"lib/internal/crypto/aes.js",
|
||||
"lib/internal/crypto/util.js",
|
||||
"lib/internal/crypto/scrypt.js",
|
||||
"lib/internal/crypto/random.js",
|
||||
"lib/internal/crypto/keys.js",
|
||||
"lib/internal/crypto/x509.js",
|
||||
"lib/internal/crypto/certificate.js",
|
||||
"lib/internal/crypto/ec.js",
|
||||
"lib/internal/crypto/keygen.js",
|
||||
"lib/internal/crypto/mac.js",
|
||||
"lib/internal/crypto/diffiehellman.js",
|
||||
"lib/internal/crypto/hkdf.js",
|
||||
"lib/internal/crypto/cipher.js",
|
||||
"lib/internal/crypto/hash.js",
|
||||
"lib/internal/crypto/pbkdf2.js",
|
||||
"lib/internal/crypto/webcrypto.js",
|
||||
"lib/internal/crypto/dsa.js",
|
||||
"lib/internal/crypto/hashnames.js",
|
||||
"lib/internal/cluster/shared_handle.js",
|
||||
"lib/internal/cluster/round_robin_handle.js",
|
||||
"lib/internal/cluster/worker.js",
|
||||
"lib/internal/cluster/primary.js",
|
||||
"lib/internal/cluster/utils.js",
|
||||
"lib/internal/cluster/child.js",
|
||||
"lib/internal/webstreams/compression.js",
|
||||
"lib/internal/webstreams/util.js",
|
||||
"lib/internal/webstreams/writablestream.js",
|
||||
"lib/internal/webstreams/readablestream.js",
|
||||
"lib/internal/webstreams/queuingstrategies.js",
|
||||
"lib/internal/webstreams/encoding.js",
|
||||
"lib/internal/webstreams/transformstream.js",
|
||||
"lib/internal/webstreams/adapters.js",
|
||||
"lib/internal/webstreams/transfer.js",
|
||||
"lib/internal/bootstrap/loaders.js",
|
||||
"lib/internal/bootstrap/pre_execution.js",
|
||||
"lib/internal/bootstrap/node.js",
|
||||
"lib/internal/bootstrap/environment.js",
|
||||
"lib/internal/bootstrap/switches/does_not_own_process_state.js",
|
||||
"lib/internal/bootstrap/switches/is_not_main_thread.js",
|
||||
"lib/internal/bootstrap/switches/does_own_process_state.js",
|
||||
"lib/internal/bootstrap/switches/is_main_thread.js",
|
||||
"lib/internal/test/binding.js",
|
||||
"lib/internal/test/transfer.js",
|
||||
"lib/internal/util/types.js",
|
||||
"lib/internal/util/inspector.js",
|
||||
"lib/internal/util/comparisons.js",
|
||||
"lib/internal/util/debuglog.js",
|
||||
"lib/internal/util/inspect.js",
|
||||
"lib/internal/util/iterable_weak_map.js",
|
||||
"lib/internal/streams/add-abort-signal.js",
|
||||
"lib/internal/streams/compose.js",
|
||||
"lib/internal/streams/duplexify.js",
|
||||
"lib/internal/streams/destroy.js",
|
||||
"lib/internal/streams/legacy.js",
|
||||
"lib/internal/streams/passthrough.js",
|
||||
"lib/internal/streams/operators.js",
|
||||
"lib/internal/streams/readable.js",
|
||||
"lib/internal/streams/from.js",
|
||||
"lib/internal/streams/writable.js",
|
||||
"lib/internal/streams/state.js",
|
||||
"lib/internal/streams/buffer_list.js",
|
||||
"lib/internal/streams/end-of-stream.js",
|
||||
"lib/internal/streams/utils.js",
|
||||
"lib/internal/streams/transform.js",
|
||||
"lib/internal/streams/lazy_transform.js",
|
||||
"lib/internal/streams/duplex.js",
|
||||
"lib/internal/streams/pipeline.js",
|
||||
"lib/internal/readline/interface.js",
|
||||
"lib/internal/readline/utils.js",
|
||||
"lib/internal/readline/emitKeypressEvents.js",
|
||||
"lib/internal/readline/callbacks.js",
|
||||
"lib/internal/repl/history.js",
|
||||
"lib/internal/repl/utils.js",
|
||||
"lib/internal/repl/await.js",
|
||||
"lib/internal/legacy/processbinding.js",
|
||||
"lib/internal/assert/calltracker.js",
|
||||
"lib/internal/assert/assertion_error.js",
|
||||
"lib/internal/http2/util.js",
|
||||
"lib/internal/http2/core.js",
|
||||
"lib/internal/http2/compat.js",
|
||||
"lib/internal/per_context/messageport.js",
|
||||
"lib/internal/per_context/primordials.js",
|
||||
"lib/internal/per_context/domexception.js",
|
||||
"lib/internal/vm/module.js",
|
||||
"lib/internal/tls/secure-pair.js",
|
||||
"lib/internal/tls/parse-cert-string.js",
|
||||
"lib/internal/tls/secure-context.js",
|
||||
"lib/internal/child_process/serialization.js",
|
||||
"lib/internal/debugger/inspect_repl.js",
|
||||
"lib/internal/debugger/inspect_client.js",
|
||||
"lib/internal/debugger/inspect.js",
|
||||
"lib/internal/worker/io.js",
|
||||
"lib/internal/worker/js_transferable.js",
|
||||
"lib/internal/main/repl.js",
|
||||
"lib/internal/main/print_help.js",
|
||||
"lib/internal/main/eval_string.js",
|
||||
"lib/internal/main/check_syntax.js",
|
||||
"lib/internal/main/prof_process.js",
|
||||
"lib/internal/main/worker_thread.js",
|
||||
"lib/internal/main/inspect.js",
|
||||
"lib/internal/main/eval_stdin.js",
|
||||
"lib/internal/main/run_main_module.js",
|
||||
"lib/internal/modules/run_main.js",
|
||||
"lib/internal/modules/package_json_reader.js",
|
||||
"lib/internal/modules/esm/module_job.js",
|
||||
"lib/internal/modules/esm/assert.js",
|
||||
"lib/internal/modules/esm/fetch_module.js",
|
||||
"lib/internal/modules/esm/get_source.js",
|
||||
"lib/internal/modules/esm/translators.js",
|
||||
"lib/internal/modules/esm/resolve.js",
|
||||
"lib/internal/modules/esm/create_dynamic_module.js",
|
||||
"lib/internal/modules/esm/load.js",
|
||||
"lib/internal/modules/esm/handle_process_exit.js",
|
||||
"lib/internal/modules/esm/initialize_import_meta.js",
|
||||
"lib/internal/modules/esm/module_map.js",
|
||||
"lib/internal/modules/esm/get_format.js",
|
||||
"lib/internal/modules/esm/formats.js",
|
||||
"lib/internal/modules/esm/loader.js",
|
||||
"lib/internal/modules/cjs/helpers.js",
|
||||
"lib/internal/modules/cjs/loader.js",
|
||||
"lib/internal/source_map/source_map.js",
|
||||
"lib/internal/source_map/prepare_stack_trace.js",
|
||||
"lib/internal/source_map/source_map_cache.js",
|
||||
"lib/internal/dns/promises.js",
|
||||
"lib/internal/dns/utils.js",
|
||||
"lib/internal/fs/watchers.js",
|
||||
"lib/internal/fs/promises.js",
|
||||
"lib/internal/fs/read_file_context.js",
|
||||
"lib/internal/fs/rimraf.js",
|
||||
"lib/internal/fs/sync_write_stream.js",
|
||||
"lib/internal/fs/dir.js",
|
||||
"lib/internal/fs/streams.js",
|
||||
"lib/internal/fs/utils.js",
|
||||
"lib/internal/fs/cp/cp.js",
|
||||
"lib/internal/fs/cp/cp-sync.js",
|
||||
"lib/internal/perf/nodetiming.js",
|
||||
"lib/internal/perf/usertiming.js",
|
||||
"lib/internal/perf/performance_entry.js",
|
||||
"lib/internal/perf/performance.js",
|
||||
"lib/internal/perf/timerify.js",
|
||||
"lib/internal/perf/utils.js",
|
||||
"lib/internal/perf/observe.js",
|
||||
"lib/internal/perf/event_loop_delay.js",
|
||||
"lib/internal/perf/event_loop_utilization.js",
|
||||
"lib/internal/policy/manifest.js",
|
||||
"lib/internal/policy/sri.js",
|
||||
"lib/internal/process/task_queues.js",
|
||||
"lib/internal/process/per_thread.js",
|
||||
"lib/internal/process/warning.js",
|
||||
"lib/internal/process/policy.js",
|
||||
"lib/internal/process/promises.js",
|
||||
"lib/internal/process/signal.js",
|
||||
"lib/internal/process/execution.js",
|
||||
"lib/internal/process/esm_loader.js",
|
||||
"lib/internal/process/report.js",
|
||||
"lib/internal/process/worker_thread_only.js",
|
||||
"lib/internal/console/constructor.js",
|
||||
"lib/internal/console/global.js",
|
||||
"lib/assert/strict.js",
|
||||
"lib/dns/promises.js",
|
||||
"lib/fs/promises.js"
|
||||
],
|
||||
"node_module_version": 108,
|
||||
"node_module_version": 93,
|
||||
"node_no_browser_globals": "false",
|
||||
"node_prefix": "/",
|
||||
"node_release_urlbase": "https://nodejs.org/download/release/",
|
||||
@@ -374,21 +332,20 @@
|
||||
"node_use_v8_platform": "true",
|
||||
"node_with_ltcg": "false",
|
||||
"node_without_node_options": "false",
|
||||
"openssl_fips": "",
|
||||
"openssl_is_fips": "false",
|
||||
"openssl_quic": "true",
|
||||
"ossfuzz": "false",
|
||||
"shlib_suffix": "108.dylib",
|
||||
"shlib_suffix": "93.dylib",
|
||||
"target_arch": "arm64",
|
||||
"v8_enable_31bit_smis_on_64bit_arch": 0,
|
||||
"v8_enable_gdbjit": 0,
|
||||
"v8_enable_hugepage": 0,
|
||||
"v8_enable_i18n_support": 1,
|
||||
"v8_enable_inspector": 1,
|
||||
"v8_enable_javascript_promise_hooks": 1,
|
||||
"v8_enable_lite_mode": 0,
|
||||
"v8_enable_object_print": 1,
|
||||
"v8_enable_pointer_compression": 0,
|
||||
"v8_enable_shared_ro_heap": 1,
|
||||
"v8_enable_webassembly": 1,
|
||||
"v8_no_strict_aliasing": 1,
|
||||
"v8_optimized_debug": 1,
|
||||
@@ -398,8 +355,8 @@
|
||||
"v8_use_siphash": 1,
|
||||
"want_separate_host_toolset": 0,
|
||||
"xcode_version": "12.0",
|
||||
"nodedir": "/Users/mo/Library/Caches/node-gyp/18.15.0",
|
||||
"nodedir": "/Users/mo/Library/Caches/node-gyp/16.15.1",
|
||||
"standalone_static_library": 1,
|
||||
"user_agent": "yarn/4.0.0-rc.43 npm/? node/v18.15.0 darwin arm64"
|
||||
"user_agent": "yarn/4.0.0-rc.43 npm/? node/v16.15.1 darwin arm64"
|
||||
}
|
||||
}
|
||||
|
||||
Generated
Vendored
+20
-20
@@ -25,7 +25,7 @@ DEFS_Debug := \
|
||||
CFLAGS_Debug := \
|
||||
-O0 \
|
||||
-gdwarf-2 \
|
||||
-mmacosx-version-min=10.15 \
|
||||
-mmacosx-version-min=10.13 \
|
||||
-arch arm64 \
|
||||
-Wall \
|
||||
-Wendif-labels \
|
||||
@@ -38,7 +38,7 @@ CFLAGS_C_Debug := \
|
||||
|
||||
# Flags passed to only C++ files.
|
||||
CFLAGS_CC_Debug := \
|
||||
-std=gnu++17 \
|
||||
-std=gnu++14 \
|
||||
-stdlib=libc++ \
|
||||
-fno-rtti \
|
||||
-fno-exceptions \
|
||||
@@ -51,13 +51,13 @@ CFLAGS_OBJC_Debug :=
|
||||
CFLAGS_OBJCC_Debug :=
|
||||
|
||||
INCS_Debug := \
|
||||
-I/Users/mo/Library/Caches/node-gyp/18.15.0/include/node \
|
||||
-I/Users/mo/Library/Caches/node-gyp/18.15.0/src \
|
||||
-I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/openssl/config \
|
||||
-I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/openssl/openssl/include \
|
||||
-I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/uv/include \
|
||||
-I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/zlib \
|
||||
-I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/v8/include \
|
||||
-I/Users/mo/Library/Caches/node-gyp/16.15.1/include/node \
|
||||
-I/Users/mo/Library/Caches/node-gyp/16.15.1/src \
|
||||
-I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/openssl/config \
|
||||
-I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/openssl/openssl/include \
|
||||
-I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/uv/include \
|
||||
-I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/zlib \
|
||||
-I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/v8/include \
|
||||
-I$(srcdir)/src \
|
||||
-I$(srcdir)/../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan
|
||||
|
||||
@@ -81,7 +81,7 @@ DEFS_Release := \
|
||||
CFLAGS_Release := \
|
||||
-O3 \
|
||||
-gdwarf-2 \
|
||||
-mmacosx-version-min=10.15 \
|
||||
-mmacosx-version-min=10.13 \
|
||||
-arch arm64 \
|
||||
-Wall \
|
||||
-Wendif-labels \
|
||||
@@ -94,7 +94,7 @@ CFLAGS_C_Release := \
|
||||
|
||||
# Flags passed to only C++ files.
|
||||
CFLAGS_CC_Release := \
|
||||
-std=gnu++17 \
|
||||
-std=gnu++14 \
|
||||
-stdlib=libc++ \
|
||||
-fno-rtti \
|
||||
-fno-exceptions \
|
||||
@@ -107,13 +107,13 @@ CFLAGS_OBJC_Release :=
|
||||
CFLAGS_OBJCC_Release :=
|
||||
|
||||
INCS_Release := \
|
||||
-I/Users/mo/Library/Caches/node-gyp/18.15.0/include/node \
|
||||
-I/Users/mo/Library/Caches/node-gyp/18.15.0/src \
|
||||
-I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/openssl/config \
|
||||
-I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/openssl/openssl/include \
|
||||
-I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/uv/include \
|
||||
-I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/zlib \
|
||||
-I/Users/mo/Library/Caches/node-gyp/18.15.0/deps/v8/include \
|
||||
-I/Users/mo/Library/Caches/node-gyp/16.15.1/include/node \
|
||||
-I/Users/mo/Library/Caches/node-gyp/16.15.1/src \
|
||||
-I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/openssl/config \
|
||||
-I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/openssl/openssl/include \
|
||||
-I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/uv/include \
|
||||
-I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/zlib \
|
||||
-I/Users/mo/Library/Caches/node-gyp/16.15.1/deps/v8/include \
|
||||
-I$(srcdir)/src \
|
||||
-I$(srcdir)/../../../../nan-npm-2.17.0-bf36a21d6f/node_modules/nan
|
||||
|
||||
@@ -151,7 +151,7 @@ $(obj).$(TOOLSET)/$(TARGET)/%.o: $(obj)/%.cpp FORCE_DO_CMD
|
||||
LDFLAGS_Debug := \
|
||||
-undefined dynamic_lookup \
|
||||
-Wl,-search_paths_first \
|
||||
-mmacosx-version-min=10.15 \
|
||||
-mmacosx-version-min=10.13 \
|
||||
-arch arm64 \
|
||||
-L$(builddir) \
|
||||
-stdlib=libc++
|
||||
@@ -163,7 +163,7 @@ LIBTOOLFLAGS_Debug := \
|
||||
LDFLAGS_Release := \
|
||||
-undefined dynamic_lookup \
|
||||
-Wl,-search_paths_first \
|
||||
-mmacosx-version-min=10.15 \
|
||||
-mmacosx-version-min=10.13 \
|
||||
-arch arm64 \
|
||||
-L$(builddir) \
|
||||
-stdlib=libc++
|
||||
|
||||
@@ -28,7 +28,7 @@ export class CreateItemShare1683714734321 implements MigrationInterface {
|
||||
new TableColumn({
|
||||
name: 'share_token',
|
||||
type: 'varchar',
|
||||
length: '36',
|
||||
length: '255',
|
||||
isNullable: false,
|
||||
}),
|
||||
new TableColumn({
|
||||
|
||||
@@ -38,6 +38,7 @@
|
||||
"@standardnotes/responses": "^1.13.9",
|
||||
"@standardnotes/security": "workspace:*",
|
||||
"@standardnotes/settings": "workspace:*",
|
||||
"@standardnotes/sncrypto-node": "workspace:*",
|
||||
"@standardnotes/time": "workspace:*",
|
||||
"axios": "^1.1.3",
|
||||
"cors": "2.8.5",
|
||||
|
||||
@@ -12,6 +12,7 @@ import { ItemShareFactoryInterface } from '../Factory/ItemShareFactoryInterface'
|
||||
import { UpdateSharedItemDto } from './UpdateSharedItemDto'
|
||||
import { TimerInterface } from '@standardnotes/time'
|
||||
import { ItemShareDuration } from '@standardnotes/domain-core'
|
||||
import { CryptoNode } from '@standardnotes/sncrypto-node'
|
||||
|
||||
export class ItemShareService implements ItemShareServiceInterface {
|
||||
constructor(
|
||||
@@ -64,7 +65,8 @@ export class ItemShareService implements ItemShareServiceInterface {
|
||||
|
||||
async shareItem(dto: ShareItemDTO): Promise<ShareItemResult | null> {
|
||||
const uuid = uuidv4()
|
||||
const shareToken = uuidv4()
|
||||
const crypto = new CryptoNode()
|
||||
const shareToken = await crypto.generateRandomKey(192)
|
||||
|
||||
const duration = ItemShareDuration.create(dto.duration)
|
||||
if (duration.isFailed()) {
|
||||
|
||||
@@ -4043,6 +4043,7 @@ __metadata:
|
||||
"@standardnotes/responses": "npm:^1.13.9"
|
||||
"@standardnotes/security": "workspace:*"
|
||||
"@standardnotes/settings": "workspace:*"
|
||||
"@standardnotes/sncrypto-node": "workspace:*"
|
||||
"@standardnotes/time": "workspace:*"
|
||||
"@types/cors": "npm:^2.8.9"
|
||||
"@types/dotenv": "npm:^8.2.0"
|
||||
|
||||
Reference in New Issue
Block a user