@alexberardi/jarvis-admin 0.1.0 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +51 -0
- package/package.json +1 -1
- package/server/node_modules/cpu-features/build/Makefile +55 -48
- package/server/node_modules/cpu-features/build/Release/.deps/Release/cpu_features.a.d +1 -1
- package/server/node_modules/cpu-features/build/Release/.deps/Release/cpufeatures.node.d +1 -1
- package/server/node_modules/cpu-features/build/Release/.deps/Release/obj.target/cpu_features/deps/cpu_features/src/filesystem.o.d +4 -4
- package/server/node_modules/cpu-features/build/Release/.deps/Release/obj.target/cpu_features/deps/cpu_features/src/impl_aarch64_linux_or_android.o.d +3 -3
- package/server/node_modules/cpu-features/build/Release/.deps/Release/obj.target/cpu_features/deps/cpu_features/src/impl_aarch64_macos_or_iphone.o.d +3 -23
- package/server/node_modules/cpu-features/build/Release/.deps/Release/obj.target/cpu_features/deps/cpu_features/src/impl_aarch64_windows.o.d +3 -3
- package/server/node_modules/cpu-features/build/Release/.deps/Release/obj.target/cpu_features/deps/cpu_features/src/impl_arm_linux_or_android.o.d +3 -3
- package/server/node_modules/cpu-features/build/Release/.deps/Release/obj.target/cpu_features/deps/cpu_features/src/impl_mips_linux_or_android.o.d +3 -3
- package/server/node_modules/cpu-features/build/Release/.deps/Release/obj.target/cpu_features/deps/cpu_features/src/impl_ppc_linux.o.d +3 -3
- package/server/node_modules/cpu-features/build/Release/.deps/Release/obj.target/cpu_features/deps/cpu_features/src/impl_x86_freebsd.o.d +3 -3
- package/server/node_modules/cpu-features/build/Release/.deps/Release/obj.target/cpu_features/deps/cpu_features/src/impl_x86_linux_or_android.o.d +27 -3
- package/server/node_modules/cpu-features/build/Release/.deps/Release/obj.target/cpu_features/deps/cpu_features/src/impl_x86_macos.o.d +3 -3
- package/server/node_modules/cpu-features/build/Release/.deps/Release/obj.target/cpu_features/deps/cpu_features/src/impl_x86_windows.o.d +3 -3
- package/server/node_modules/cpu-features/build/Release/.deps/Release/obj.target/cpu_features/deps/cpu_features/src/stack_line_reader.o.d +6 -6
- package/server/node_modules/cpu-features/build/Release/.deps/Release/obj.target/cpu_features/deps/cpu_features/src/string_view.o.d +5 -5
- package/server/node_modules/cpu-features/build/Release/.deps/Release/obj.target/cpufeatures/src/binding.o.d +148 -144
- package/server/node_modules/cpu-features/build/Release/.deps/Release/obj.target/cpufeatures.node.d +1 -0
- package/server/node_modules/cpu-features/build/Release/cpu_features.a +0 -0
- package/server/node_modules/cpu-features/build/Release/cpufeatures.node +0 -0
- package/server/node_modules/cpu-features/build/Release/obj.target/cpu_features/deps/cpu_features/src/filesystem.o +0 -0
- package/server/node_modules/cpu-features/build/Release/obj.target/cpu_features/deps/cpu_features/src/impl_aarch64_linux_or_android.o +0 -0
- package/server/node_modules/cpu-features/build/Release/obj.target/cpu_features/deps/cpu_features/src/impl_aarch64_macos_or_iphone.o +0 -0
- package/server/node_modules/cpu-features/build/Release/obj.target/cpu_features/deps/cpu_features/src/impl_aarch64_windows.o +0 -0
- package/server/node_modules/cpu-features/build/Release/obj.target/cpu_features/deps/cpu_features/src/impl_arm_linux_or_android.o +0 -0
- package/server/node_modules/cpu-features/build/Release/obj.target/cpu_features/deps/cpu_features/src/impl_mips_linux_or_android.o +0 -0
- package/server/node_modules/cpu-features/build/Release/obj.target/cpu_features/deps/cpu_features/src/impl_ppc_linux.o +0 -0
- package/server/node_modules/cpu-features/build/Release/obj.target/cpu_features/deps/cpu_features/src/impl_x86_freebsd.o +0 -0
- package/server/node_modules/cpu-features/build/Release/obj.target/cpu_features/deps/cpu_features/src/impl_x86_linux_or_android.o +0 -0
- package/server/node_modules/cpu-features/build/Release/obj.target/cpu_features/deps/cpu_features/src/impl_x86_macos.o +0 -0
- package/server/node_modules/cpu-features/build/Release/obj.target/cpu_features/deps/cpu_features/src/impl_x86_windows.o +0 -0
- package/server/node_modules/cpu-features/build/Release/obj.target/cpu_features/deps/cpu_features/src/stack_line_reader.o +0 -0
- package/server/node_modules/cpu-features/build/Release/obj.target/cpu_features/deps/cpu_features/src/string_view.o +0 -0
- package/server/node_modules/cpu-features/build/Release/obj.target/cpufeatures/src/binding.o +0 -0
- package/server/node_modules/cpu-features/build/Release/obj.target/cpufeatures.node +0 -0
- package/server/node_modules/cpu-features/build/Release/obj.target/deps/cpu_features/cpu_features.a +0 -0
- package/server/node_modules/cpu-features/build/Release/obj.target/deps/cpu_features/cpu_features.a.ar-file-list +13 -0
- package/server/node_modules/cpu-features/build/cpufeatures.target.mk +63 -87
- package/server/node_modules/cpu-features/build/deps/cpu_features/cpu_features.target.mk +65 -87
- package/server/node_modules/cpu-features/buildcheck.gypi +3 -1
- package/server/node_modules/ssh2/lib/protocol/crypto/build/Makefile +55 -48
- package/server/node_modules/ssh2/lib/protocol/crypto/build/Release/.deps/Release/obj.target/sshcrypto/src/binding.o.d +238 -234
- package/server/node_modules/ssh2/lib/protocol/crypto/build/Release/.deps/Release/obj.target/sshcrypto.node.d +1 -0
- package/server/node_modules/ssh2/lib/protocol/crypto/build/Release/.deps/Release/sshcrypto.node.d +1 -1
- package/server/node_modules/ssh2/lib/protocol/crypto/build/Release/obj.target/sshcrypto/src/binding.o +0 -0
- package/server/node_modules/ssh2/lib/protocol/crypto/build/Release/obj.target/sshcrypto.node +0 -0
- package/server/node_modules/ssh2/lib/protocol/crypto/build/Release/sshcrypto.node +0 -0
- package/server/node_modules/ssh2/lib/protocol/crypto/build/sshcrypto.target.mk +62 -86
- package/server/node_modules/cpu-features/build/Release/.deps/Release/obj.target/cpu_features/deps/cpu_features/src/hwcaps.o.d +0 -12
- package/server/node_modules/cpu-features/build/Release/obj.target/cpu_features/deps/cpu_features/src/hwcaps.o +0 -0
- package/server/node_modules/cpu-features/build/gyp-mac-tool +0 -772
- package/server/node_modules/ssh2/lib/protocol/crypto/build/gyp-mac-tool +0 -772
|
@@ -0,0 +1 @@
|
|
|
1
|
+
cmd_Release/obj.target/sshcrypto.node := g++ -o Release/obj.target/sshcrypto.node -shared -pthread -rdynamic -m64 -Wl,-soname=sshcrypto.node -Wl,--start-group Release/obj.target/sshcrypto/src/binding.o -Wl,--end-group
|
package/server/node_modules/ssh2/lib/protocol/crypto/build/Release/.deps/Release/sshcrypto.node.d
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
cmd_Release/sshcrypto.node :=
|
|
1
|
+
cmd_Release/sshcrypto.node := ln -f "Release/obj.target/sshcrypto.node" "Release/sshcrypto.node" 2>/dev/null || (rm -rf "Release/sshcrypto.node" && cp -af "Release/obj.target/sshcrypto.node" "Release/sshcrypto.node")
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -8,9 +8,11 @@ DEFS_Debug := \
|
|
|
8
8
|
'-DUSING_V8_SHARED=1' \
|
|
9
9
|
'-DV8_DEPRECATION_WARNINGS=1' \
|
|
10
10
|
'-D_GLIBCXX_USE_CXX11_ABI=1' \
|
|
11
|
-
'-D_DARWIN_USE_64_BIT_INODE=1' \
|
|
12
|
-
'-D_LARGEFILE_SOURCE' \
|
|
13
11
|
'-D_FILE_OFFSET_BITS=64' \
|
|
12
|
+
'-D_LARGEFILE_SOURCE' \
|
|
13
|
+
'-D__STDC_FORMAT_MACROS' \
|
|
14
|
+
'-DOPENSSL_NO_PINSHARED' \
|
|
15
|
+
'-DOPENSSL_THREADS' \
|
|
14
16
|
'-DOPENSSL_API_COMPAT=0x10100000L' \
|
|
15
17
|
'-DREAL_OPENSSL_MAJOR=3' \
|
|
16
18
|
'-DBUILDING_NODE_EXTENSION' \
|
|
@@ -19,41 +21,34 @@ DEFS_Debug := \
|
|
|
19
21
|
|
|
20
22
|
# Flags passed to all source files.
|
|
21
23
|
CFLAGS_Debug := \
|
|
22
|
-
-
|
|
23
|
-
-
|
|
24
|
-
-fno-strict-aliasing \
|
|
25
|
-
-mmacosx-version-min=11.0 \
|
|
26
|
-
-arch \
|
|
27
|
-
arm64 \
|
|
24
|
+
-fPIC \
|
|
25
|
+
-pthread \
|
|
28
26
|
-Wall \
|
|
29
|
-
-
|
|
30
|
-
-
|
|
31
|
-
-
|
|
27
|
+
-Wextra \
|
|
28
|
+
-Wno-unused-parameter \
|
|
29
|
+
-O3 \
|
|
30
|
+
-m64 \
|
|
31
|
+
-g \
|
|
32
|
+
-O0
|
|
32
33
|
|
|
33
34
|
# Flags passed to only C files.
|
|
34
35
|
CFLAGS_C_Debug :=
|
|
35
36
|
|
|
36
37
|
# Flags passed to only C++ files.
|
|
37
38
|
CFLAGS_CC_Debug := \
|
|
38
|
-
-std=gnu++20 \
|
|
39
|
-
-stdlib=libc++ \
|
|
40
39
|
-fno-rtti \
|
|
41
|
-
-fno-exceptions
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
CFLAGS_OBJC_Debug :=
|
|
45
|
-
|
|
46
|
-
# Flags passed to only ObjC++ files.
|
|
47
|
-
CFLAGS_OBJCC_Debug :=
|
|
40
|
+
-fno-exceptions \
|
|
41
|
+
-fno-strict-aliasing \
|
|
42
|
+
-std=gnu++17
|
|
48
43
|
|
|
49
44
|
INCS_Debug := \
|
|
50
|
-
-I/
|
|
51
|
-
-I/
|
|
52
|
-
-I/
|
|
53
|
-
-I/
|
|
54
|
-
-I/
|
|
55
|
-
-I/
|
|
56
|
-
-I/
|
|
45
|
+
-I/home/runner/.cache/node-gyp/22.22.1/include/node \
|
|
46
|
+
-I/home/runner/.cache/node-gyp/22.22.1/src \
|
|
47
|
+
-I/home/runner/.cache/node-gyp/22.22.1/deps/openssl/config \
|
|
48
|
+
-I/home/runner/.cache/node-gyp/22.22.1/deps/openssl/openssl/include \
|
|
49
|
+
-I/home/runner/.cache/node-gyp/22.22.1/deps/uv/include \
|
|
50
|
+
-I/home/runner/.cache/node-gyp/22.22.1/deps/zlib \
|
|
51
|
+
-I/home/runner/.cache/node-gyp/22.22.1/deps/v8/include \
|
|
57
52
|
-I$(srcdir)/../../../../nan
|
|
58
53
|
|
|
59
54
|
DEFS_Release := \
|
|
@@ -62,51 +57,45 @@ DEFS_Release := \
|
|
|
62
57
|
'-DUSING_V8_SHARED=1' \
|
|
63
58
|
'-DV8_DEPRECATION_WARNINGS=1' \
|
|
64
59
|
'-D_GLIBCXX_USE_CXX11_ABI=1' \
|
|
65
|
-
'-D_DARWIN_USE_64_BIT_INODE=1' \
|
|
66
|
-
'-D_LARGEFILE_SOURCE' \
|
|
67
60
|
'-D_FILE_OFFSET_BITS=64' \
|
|
61
|
+
'-D_LARGEFILE_SOURCE' \
|
|
62
|
+
'-D__STDC_FORMAT_MACROS' \
|
|
63
|
+
'-DOPENSSL_NO_PINSHARED' \
|
|
64
|
+
'-DOPENSSL_THREADS' \
|
|
68
65
|
'-DOPENSSL_API_COMPAT=0x10100000L' \
|
|
69
66
|
'-DREAL_OPENSSL_MAJOR=3' \
|
|
70
67
|
'-DBUILDING_NODE_EXTENSION'
|
|
71
68
|
|
|
72
69
|
# Flags passed to all source files.
|
|
73
70
|
CFLAGS_Release := \
|
|
74
|
-
-
|
|
75
|
-
-
|
|
76
|
-
-fno-strict-aliasing \
|
|
77
|
-
-flto \
|
|
78
|
-
-mmacosx-version-min=11.0 \
|
|
79
|
-
-arch \
|
|
80
|
-
arm64 \
|
|
71
|
+
-fPIC \
|
|
72
|
+
-pthread \
|
|
81
73
|
-Wall \
|
|
82
|
-
-
|
|
83
|
-
-
|
|
84
|
-
-
|
|
74
|
+
-Wextra \
|
|
75
|
+
-Wno-unused-parameter \
|
|
76
|
+
-O3 \
|
|
77
|
+
-m64 \
|
|
78
|
+
-O3 \
|
|
79
|
+
-fno-omit-frame-pointer
|
|
85
80
|
|
|
86
81
|
# Flags passed to only C files.
|
|
87
82
|
CFLAGS_C_Release :=
|
|
88
83
|
|
|
89
84
|
# Flags passed to only C++ files.
|
|
90
85
|
CFLAGS_CC_Release := \
|
|
91
|
-
-std=gnu++20 \
|
|
92
|
-
-stdlib=libc++ \
|
|
93
86
|
-fno-rtti \
|
|
94
|
-
-fno-exceptions
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
CFLAGS_OBJC_Release :=
|
|
98
|
-
|
|
99
|
-
# Flags passed to only ObjC++ files.
|
|
100
|
-
CFLAGS_OBJCC_Release :=
|
|
87
|
+
-fno-exceptions \
|
|
88
|
+
-fno-strict-aliasing \
|
|
89
|
+
-std=gnu++17
|
|
101
90
|
|
|
102
91
|
INCS_Release := \
|
|
103
|
-
-I/
|
|
104
|
-
-I/
|
|
105
|
-
-I/
|
|
106
|
-
-I/
|
|
107
|
-
-I/
|
|
108
|
-
-I/
|
|
109
|
-
-I/
|
|
92
|
+
-I/home/runner/.cache/node-gyp/22.22.1/include/node \
|
|
93
|
+
-I/home/runner/.cache/node-gyp/22.22.1/src \
|
|
94
|
+
-I/home/runner/.cache/node-gyp/22.22.1/deps/openssl/config \
|
|
95
|
+
-I/home/runner/.cache/node-gyp/22.22.1/deps/openssl/openssl/include \
|
|
96
|
+
-I/home/runner/.cache/node-gyp/22.22.1/deps/uv/include \
|
|
97
|
+
-I/home/runner/.cache/node-gyp/22.22.1/deps/zlib \
|
|
98
|
+
-I/home/runner/.cache/node-gyp/22.22.1/deps/v8/include \
|
|
110
99
|
-I$(srcdir)/../../../../nan
|
|
111
100
|
|
|
112
101
|
OBJS := \
|
|
@@ -120,8 +109,6 @@ all_deps += $(OBJS)
|
|
|
120
109
|
$(OBJS): TOOLSET := $(TOOLSET)
|
|
121
110
|
$(OBJS): GYP_CFLAGS := $(DEFS_$(BUILDTYPE)) $(INCS_$(BUILDTYPE)) $(CFLAGS_$(BUILDTYPE)) $(CFLAGS_C_$(BUILDTYPE))
|
|
122
111
|
$(OBJS): GYP_CXXFLAGS := $(DEFS_$(BUILDTYPE)) $(INCS_$(BUILDTYPE)) $(CFLAGS_$(BUILDTYPE)) $(CFLAGS_CC_$(BUILDTYPE))
|
|
123
|
-
$(OBJS): GYP_OBJCFLAGS := $(DEFS_$(BUILDTYPE)) $(INCS_$(BUILDTYPE)) $(CFLAGS_$(BUILDTYPE)) $(CFLAGS_C_$(BUILDTYPE)) $(CFLAGS_OBJC_$(BUILDTYPE))
|
|
124
|
-
$(OBJS): GYP_OBJCXXFLAGS := $(DEFS_$(BUILDTYPE)) $(INCS_$(BUILDTYPE)) $(CFLAGS_$(BUILDTYPE)) $(CFLAGS_CC_$(BUILDTYPE)) $(CFLAGS_OBJCC_$(BUILDTYPE))
|
|
125
112
|
|
|
126
113
|
# Suffix rules, putting all outputs into $(obj).
|
|
127
114
|
|
|
@@ -139,48 +126,37 @@ $(obj).$(TOOLSET)/$(TARGET)/%.o: $(obj)/%.cc FORCE_DO_CMD
|
|
|
139
126
|
# End of this set of suffix rules
|
|
140
127
|
### Rules for final target.
|
|
141
128
|
LDFLAGS_Debug := \
|
|
142
|
-
-
|
|
143
|
-
-
|
|
144
|
-
-
|
|
145
|
-
-arch \
|
|
146
|
-
arm64 \
|
|
147
|
-
-L$(builddir) \
|
|
148
|
-
-stdlib=libc++
|
|
149
|
-
|
|
150
|
-
LIBTOOLFLAGS_Debug := \
|
|
151
|
-
-undefined dynamic_lookup \
|
|
152
|
-
-Wl,-search_paths_first
|
|
129
|
+
-pthread \
|
|
130
|
+
-rdynamic \
|
|
131
|
+
-m64
|
|
153
132
|
|
|
154
133
|
LDFLAGS_Release := \
|
|
155
|
-
-
|
|
156
|
-
-
|
|
157
|
-
-
|
|
158
|
-
-arch \
|
|
159
|
-
arm64 \
|
|
160
|
-
-L$(builddir) \
|
|
161
|
-
-stdlib=libc++
|
|
162
|
-
|
|
163
|
-
LIBTOOLFLAGS_Release := \
|
|
164
|
-
-undefined dynamic_lookup \
|
|
165
|
-
-Wl,-search_paths_first
|
|
134
|
+
-pthread \
|
|
135
|
+
-rdynamic \
|
|
136
|
+
-m64
|
|
166
137
|
|
|
167
138
|
LIBS :=
|
|
168
139
|
|
|
169
|
-
$(
|
|
170
|
-
$(
|
|
171
|
-
$(
|
|
172
|
-
$(
|
|
173
|
-
$(builddir)/sshcrypto.node: $(OBJS) FORCE_DO_CMD
|
|
140
|
+
$(obj).target/sshcrypto.node: GYP_LDFLAGS := $(LDFLAGS_$(BUILDTYPE))
|
|
141
|
+
$(obj).target/sshcrypto.node: LIBS := $(LIBS)
|
|
142
|
+
$(obj).target/sshcrypto.node: TOOLSET := $(TOOLSET)
|
|
143
|
+
$(obj).target/sshcrypto.node: $(OBJS) FORCE_DO_CMD
|
|
174
144
|
$(call do_cmd,solink_module)
|
|
175
145
|
|
|
176
|
-
all_deps += $(
|
|
146
|
+
all_deps += $(obj).target/sshcrypto.node
|
|
177
147
|
# Add target alias
|
|
178
148
|
.PHONY: sshcrypto
|
|
179
149
|
sshcrypto: $(builddir)/sshcrypto.node
|
|
180
150
|
|
|
151
|
+
# Copy this to the executable output path.
|
|
152
|
+
$(builddir)/sshcrypto.node: TOOLSET := $(TOOLSET)
|
|
153
|
+
$(builddir)/sshcrypto.node: $(obj).target/sshcrypto.node FORCE_DO_CMD
|
|
154
|
+
$(call do_cmd,copy)
|
|
155
|
+
|
|
156
|
+
all_deps += $(builddir)/sshcrypto.node
|
|
181
157
|
# Short alias for building this executable.
|
|
182
158
|
.PHONY: sshcrypto.node
|
|
183
|
-
sshcrypto.node: $(builddir)/sshcrypto.node
|
|
159
|
+
sshcrypto.node: $(obj).target/sshcrypto.node $(builddir)/sshcrypto.node
|
|
184
160
|
|
|
185
161
|
# Add executable to "all" target.
|
|
186
162
|
.PHONY: all
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
cmd_Release/obj.target/cpu_features/deps/cpu_features/src/hwcaps.o := cc -o Release/obj.target/cpu_features/deps/cpu_features/src/hwcaps.o ../deps/cpu_features/src/hwcaps.c '-DNODE_GYP_MODULE_NAME=cpu_features' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DNDEBUG' '-DSTACK_LINE_READER_BUFFER_SIZE=1024' '-DHAVE_SYSCTLBYNAME=1' '-DHAVE_DLFCN_H=1' -I/Users/alexanderberardi/Library/Caches/node-gyp/23.10.0/include/node -I/Users/alexanderberardi/Library/Caches/node-gyp/23.10.0/src -I/Users/alexanderberardi/Library/Caches/node-gyp/23.10.0/deps/openssl/config -I/Users/alexanderberardi/Library/Caches/node-gyp/23.10.0/deps/openssl/openssl/include -I/Users/alexanderberardi/Library/Caches/node-gyp/23.10.0/deps/uv/include -I/Users/alexanderberardi/Library/Caches/node-gyp/23.10.0/deps/zlib -I/Users/alexanderberardi/Library/Caches/node-gyp/23.10.0/deps/v8/include -I../deps/cpu_features/include -I../deps/cpu_features/include/internal -O3 -gdwarf-2 -fno-strict-aliasing -flto -mmacosx-version-min=11.0 -arch arm64 -Wall -Wendif-labels -W -Wno-unused-parameter -MMD -MF ./Release/.deps/Release/obj.target/cpu_features/deps/cpu_features/src/hwcaps.o.d.raw -c
|
|
2
|
-
Release/obj.target/cpu_features/deps/cpu_features/src/hwcaps.o: \
|
|
3
|
-
../deps/cpu_features/src/hwcaps.c \
|
|
4
|
-
../deps/cpu_features/include/internal/hwcaps.h \
|
|
5
|
-
../deps/cpu_features/include/cpu_features_macros.h \
|
|
6
|
-
../deps/cpu_features/include/internal/filesystem.h \
|
|
7
|
-
../deps/cpu_features/include/internal/string_view.h
|
|
8
|
-
../deps/cpu_features/src/hwcaps.c:
|
|
9
|
-
../deps/cpu_features/include/internal/hwcaps.h:
|
|
10
|
-
../deps/cpu_features/include/cpu_features_macros.h:
|
|
11
|
-
../deps/cpu_features/include/internal/filesystem.h:
|
|
12
|
-
../deps/cpu_features/include/internal/string_view.h:
|