@floegence/flowersec-node-native 2.3.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/LICENSE +21 -0
- package/README.md +9 -0
- package/THIRD_PARTY_NOTICES.md +94 -0
- package/index.d.ts +62 -0
- package/index.js +31 -0
- package/package.json +41 -0
- package/sbom/cyclonedx.json +3118 -0
- package/sbom/spdx.json +2513 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Floegence, Inc.
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# Flowersec Node Native Transport
|
|
2
|
+
|
|
3
|
+
`@floegence/flowersec-node-native` loads the supported prebuilt native transport
|
|
4
|
+
for the current Node.js platform. It is an implementation dependency of
|
|
5
|
+
`@floegence/flowersec-core`; applications should use the public Flowersec Node.js
|
|
6
|
+
API instead of importing this package directly.
|
|
7
|
+
|
|
8
|
+
The addon exposes a Flowersec-owned raw QUIC boundary backed by the shared Rust
|
|
9
|
+
native driver. Browser exports never load this package.
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
# Third Party Notices
|
|
2
|
+
|
|
3
|
+
This file is generated from the canonical Flowersec source dependency inventory for @floegence/flowersec-node-native.
|
|
4
|
+
Do not edit it manually. License decisions are reviewed by the repository source license policy.
|
|
5
|
+
|
|
6
|
+
- bitflags 2.13.1 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/bitflags/bitflags)
|
|
7
|
+
- bumpalo 3.20.3 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/fitzgen/bumpalo)
|
|
8
|
+
- bytes 1.12.1 (Declared: MIT; selected: MIT; source: https://github.com/tokio-rs/bytes)
|
|
9
|
+
- cc 1.4.2 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/rust-lang/cc-rs)
|
|
10
|
+
- cfg_aliases 0.2.2 (Declared: MIT; selected: MIT; source: https://github.com/katharostech/cfg_aliases)
|
|
11
|
+
- cfg-if 1.0.4 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/rust-lang/cfg-if)
|
|
12
|
+
- chacha20 0.10.1 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/RustCrypto/stream-ciphers)
|
|
13
|
+
- convert_case 0.11.0 (Declared: MIT; selected: MIT; source: https://github.com/rutrum/convert-case)
|
|
14
|
+
- cpufeatures 0.3.0 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/RustCrypto/utils)
|
|
15
|
+
- ctor 1.0.13 (Declared: Apache-2.0 OR MIT; selected: MIT; source: https://github.com/mmastrac/linktime)
|
|
16
|
+
- find-msvc-tools 0.1.10 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/rust-lang/cc-rs)
|
|
17
|
+
- futures 0.3.34 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/rust-lang/futures-rs)
|
|
18
|
+
- futures-channel 0.3.34 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/rust-lang/futures-rs)
|
|
19
|
+
- futures-core 0.3.34 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/rust-lang/futures-rs)
|
|
20
|
+
- futures-executor 0.3.34 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/rust-lang/futures-rs)
|
|
21
|
+
- futures-io 0.3.34 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/rust-lang/futures-rs)
|
|
22
|
+
- futures-macro 0.3.34 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/rust-lang/futures-rs)
|
|
23
|
+
- futures-sink 0.3.34 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/rust-lang/futures-rs)
|
|
24
|
+
- futures-task 0.3.34 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/rust-lang/futures-rs)
|
|
25
|
+
- futures-util 0.3.34 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/rust-lang/futures-rs)
|
|
26
|
+
- getrandom 0.2.17 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/rust-random/getrandom)
|
|
27
|
+
- getrandom 0.4.3 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/rust-random/getrandom)
|
|
28
|
+
- js-sys 0.3.104 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/js-sys)
|
|
29
|
+
- libc 0.2.189 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/rust-lang/libc)
|
|
30
|
+
- libloading 0.9.0 (Declared: ISC; selected: ISC; source: https://github.com/nagisa/rust_libloading/)
|
|
31
|
+
- lru-slab 0.1.2 (Declared: MIT OR Apache-2.0 OR Zlib; selected: MIT; source: https://github.com/Ralith/lru-slab)
|
|
32
|
+
- memchr 2.8.3 (Declared: Unlicense OR MIT; selected: MIT; source: https://github.com/BurntSushi/memchr)
|
|
33
|
+
- mio 1.2.2 (Declared: MIT; selected: MIT; source: https://github.com/tokio-rs/mio)
|
|
34
|
+
- napi 3.12.1 (Declared: MIT; selected: MIT; source: https://github.com/napi-rs/napi-rs)
|
|
35
|
+
- napi-build 2.4.1 (Declared: MIT; selected: MIT; source: https://github.com/napi-rs/napi-rs)
|
|
36
|
+
- napi-derive 3.6.3 (Declared: MIT; selected: MIT; source: https://github.com/napi-rs/napi-rs)
|
|
37
|
+
- napi-derive-backend 6.1.2 (Declared: MIT; selected: MIT; source: https://github.com/napi-rs/napi-rs)
|
|
38
|
+
- napi-sys 3.3.0 (Declared: MIT; selected: MIT; source: https://github.com/napi-rs/napi-rs)
|
|
39
|
+
- nohash-hasher 0.2.0 (Declared: Apache-2.0 OR MIT; selected: MIT; source: https://github.com/paritytech/nohash-hasher)
|
|
40
|
+
- once_cell 1.21.4 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/matklad/once_cell)
|
|
41
|
+
- pin-project-lite 0.2.17 (Declared: Apache-2.0 OR MIT; selected: MIT; source: https://github.com/taiki-e/pin-project-lite)
|
|
42
|
+
- proc-macro2 1.0.107 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/dtolnay/proc-macro2)
|
|
43
|
+
- quinn 0.11.11 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/quinn-rs/quinn)
|
|
44
|
+
- quinn-proto 0.11.16 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/quinn-rs/quinn)
|
|
45
|
+
- quinn-udp 0.5.15 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/quinn-rs/quinn)
|
|
46
|
+
- quote 1.0.47 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/dtolnay/quote)
|
|
47
|
+
- r-efi 6.0.0 (Declared: MIT OR Apache-2.0 OR LGPL-2.1-or-later; selected: MIT; source: https://github.com/r-efi/r-efi)
|
|
48
|
+
- rand 0.10.2 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/rust-random/rand)
|
|
49
|
+
- rand_core 0.10.1 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/rust-random/rand_core)
|
|
50
|
+
- rand_pcg 0.10.2 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/rust-random/rngs)
|
|
51
|
+
- ring 0.17.14 (Declared: Apache-2.0 AND ISC; selected: Apache-2.0 AND ISC; source: https://github.com/briansmith/ring)
|
|
52
|
+
- rustc-hash 2.1.3 (Declared: Apache-2.0 OR MIT; selected: MIT; source: https://github.com/rust-lang/rustc-hash)
|
|
53
|
+
- rustls 0.23.43 (Declared: Apache-2.0 OR ISC OR MIT; selected: MIT; source: https://github.com/rustls/rustls)
|
|
54
|
+
- rustls-pki-types 1.15.1 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/rustls/pki-types)
|
|
55
|
+
- rustls-webpki 0.103.13 (Declared: ISC; selected: ISC; source: https://github.com/rustls/webpki)
|
|
56
|
+
- rustversion 1.0.23 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/dtolnay/rustversion)
|
|
57
|
+
- semver 1.0.28 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/dtolnay/semver)
|
|
58
|
+
- shlex 2.0.1 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/comex/rust-shlex)
|
|
59
|
+
- slab 0.4.12 (Declared: MIT; selected: MIT; source: https://github.com/tokio-rs/slab)
|
|
60
|
+
- socket2 0.6.5 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/rust-lang/socket2)
|
|
61
|
+
- subtle 2.6.1 (Declared: BSD-3-Clause; selected: BSD-3-Clause; source: https://github.com/dalek-cryptography/subtle)
|
|
62
|
+
- syn 2.0.119 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/dtolnay/syn)
|
|
63
|
+
- syn 3.0.3 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/dtolnay/syn)
|
|
64
|
+
- thiserror 2.0.20 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/dtolnay/thiserror)
|
|
65
|
+
- thiserror-impl 2.0.20 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/dtolnay/thiserror)
|
|
66
|
+
- tinyvec 1.12.0 (Declared: Zlib OR Apache-2.0 OR MIT; selected: MIT; source: https://github.com/Lokathor/tinyvec)
|
|
67
|
+
- tinyvec_macros 0.1.1 (Declared: MIT OR Apache-2.0 OR Zlib; selected: MIT; source: https://github.com/Soveu/tinyvec_macros)
|
|
68
|
+
- tokio 1.53.1 (Declared: MIT; selected: MIT; source: https://github.com/tokio-rs/tokio)
|
|
69
|
+
- tokio-macros 2.7.2 (Declared: MIT; selected: MIT; source: https://github.com/tokio-rs/tokio)
|
|
70
|
+
- tokio-util 0.7.19 (Declared: MIT; selected: MIT; source: https://github.com/tokio-rs/tokio)
|
|
71
|
+
- tracing 0.1.44 (Declared: MIT; selected: MIT; source: https://github.com/tokio-rs/tracing)
|
|
72
|
+
- tracing-core 0.1.36 (Declared: MIT; selected: MIT; source: https://github.com/tokio-rs/tracing)
|
|
73
|
+
- unicode-ident 1.0.24 (Declared: (MIT OR Apache-2.0) AND Unicode-3.0; selected: MIT AND Unicode-3.0; source: https://github.com/dtolnay/unicode-ident)
|
|
74
|
+
- unicode-segmentation 1.13.3 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/unicode-rs/unicode-segmentation)
|
|
75
|
+
- untrusted 0.9.0 (Declared: ISC; selected: ISC; source: https://github.com/briansmith/untrusted)
|
|
76
|
+
- wasi 0.11.1+wasi-snapshot-preview1 (Declared: Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT; selected: MIT; source: https://github.com/bytecodealliance/wasi)
|
|
77
|
+
- wasm-bindgen 0.2.127 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/wasm-bindgen/wasm-bindgen)
|
|
78
|
+
- wasm-bindgen-macro 0.2.127 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/macro)
|
|
79
|
+
- wasm-bindgen-macro-support 0.2.127 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/macro-support)
|
|
80
|
+
- wasm-bindgen-shared 0.2.127 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/shared)
|
|
81
|
+
- web-time 1.1.0 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/daxpedda/web-time)
|
|
82
|
+
- windows_aarch64_gnullvm 0.52.6 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/microsoft/windows-rs)
|
|
83
|
+
- windows_aarch64_msvc 0.52.6 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/microsoft/windows-rs)
|
|
84
|
+
- windows_i686_gnu 0.52.6 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/microsoft/windows-rs)
|
|
85
|
+
- windows_i686_gnullvm 0.52.6 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/microsoft/windows-rs)
|
|
86
|
+
- windows_i686_msvc 0.52.6 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/microsoft/windows-rs)
|
|
87
|
+
- windows_x86_64_gnu 0.52.6 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/microsoft/windows-rs)
|
|
88
|
+
- windows_x86_64_gnullvm 0.52.6 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/microsoft/windows-rs)
|
|
89
|
+
- windows_x86_64_msvc 0.52.6 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/microsoft/windows-rs)
|
|
90
|
+
- windows-link 0.2.1 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/microsoft/windows-rs)
|
|
91
|
+
- windows-sys 0.52.0 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/microsoft/windows-rs)
|
|
92
|
+
- windows-sys 0.61.2 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/microsoft/windows-rs)
|
|
93
|
+
- windows-targets 0.52.6 (Declared: MIT OR Apache-2.0; selected: MIT; source: https://github.com/microsoft/windows-rs)
|
|
94
|
+
- zeroize 1.9.0 (Declared: Apache-2.0 OR MIT; selected: MIT; source: https://github.com/RustCrypto/utils)
|
package/index.d.ts
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
export type PathKind = "direct" | "tunnel";
|
|
2
|
+
|
|
3
|
+
export type RawQuicConnectOptions = Readonly<{
|
|
4
|
+
host: string;
|
|
5
|
+
port: number;
|
|
6
|
+
serverName: string;
|
|
7
|
+
path: PathKind;
|
|
8
|
+
trustRootsDer: readonly Uint8Array[];
|
|
9
|
+
inboundBidirectionalStreamCapacity: number;
|
|
10
|
+
handshakeTimeoutMs: number;
|
|
11
|
+
}>;
|
|
12
|
+
|
|
13
|
+
export type RawQuicBindOptions = Readonly<{
|
|
14
|
+
host: string;
|
|
15
|
+
port: number;
|
|
16
|
+
path: PathKind;
|
|
17
|
+
certificateChainDer: readonly Uint8Array[];
|
|
18
|
+
privateKeyDer: Uint8Array;
|
|
19
|
+
inboundBidirectionalStreamCapacity: number;
|
|
20
|
+
handshakeTimeoutMs?: number;
|
|
21
|
+
}>;
|
|
22
|
+
|
|
23
|
+
export interface NativeOperation<T> {
|
|
24
|
+
result(): Promise<T>;
|
|
25
|
+
cancel(): void;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
export interface RawQuicStream {
|
|
29
|
+
read(): Promise<Uint8Array | null>;
|
|
30
|
+
write(data: Uint8Array): Promise<number>;
|
|
31
|
+
closeWrite(): Promise<void>;
|
|
32
|
+
stopSending(): Promise<void>;
|
|
33
|
+
reset(): Promise<void>;
|
|
34
|
+
abort(): void;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export interface RawQuicSession {
|
|
38
|
+
readonly kind: "raw_quic";
|
|
39
|
+
readonly path: PathKind;
|
|
40
|
+
readonly inboundBidirectionalStreamCapacity: number;
|
|
41
|
+
readonly maxDatagramSize?: number;
|
|
42
|
+
localAddress(): Readonly<{ host: string; port: number }>;
|
|
43
|
+
peerAddress(): Readonly<{ host: string; port: number }>;
|
|
44
|
+
openStream(): NativeOperation<RawQuicStream>;
|
|
45
|
+
acceptStream(): NativeOperation<RawQuicStream>;
|
|
46
|
+
sendDatagram(data: Uint8Array): "accepted" | "dropped_budget" | "dropped_carrier" | "too_large" | "unavailable";
|
|
47
|
+
receiveDatagram(): NativeOperation<Uint8Array>;
|
|
48
|
+
waitTermination(): Promise<void>;
|
|
49
|
+
close(code?: number, reason?: string): Promise<void>;
|
|
50
|
+
abort(): void;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
export interface RawQuicListener {
|
|
54
|
+
address(): Readonly<{ host: string; port: number }>;
|
|
55
|
+
accept(): NativeOperation<RawQuicSession>;
|
|
56
|
+
close(): Promise<void>;
|
|
57
|
+
abort(): void;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
export function contractVersion(): number;
|
|
61
|
+
export function connectRawQuic(options: RawQuicConnectOptions): NativeOperation<RawQuicSession>;
|
|
62
|
+
export function bindRawQuic(options: RawQuicBindOptions): Promise<RawQuicListener>;
|
package/index.js
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
const platformPackages = Object.freeze({
|
|
4
|
+
"darwin-arm64": "@floegence/flowersec-node-native-darwin-arm64",
|
|
5
|
+
"darwin-x64": "@floegence/flowersec-node-native-darwin-x64",
|
|
6
|
+
"linux-arm64": "@floegence/flowersec-node-native-linux-arm64-gnu",
|
|
7
|
+
"linux-x64": "@floegence/flowersec-node-native-linux-x64-gnu",
|
|
8
|
+
});
|
|
9
|
+
|
|
10
|
+
const platformKey = `${process.platform}-${process.arch}`;
|
|
11
|
+
const platformPackage = platformPackages[platformKey];
|
|
12
|
+
if (platformPackage === undefined || (process.platform === "linux" && !isGlibc())) {
|
|
13
|
+
throw unavailable();
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
try {
|
|
17
|
+
module.exports = require(platformPackage);
|
|
18
|
+
} catch {
|
|
19
|
+
throw unavailable();
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
function isGlibc() {
|
|
23
|
+
const report = process.report?.getReport?.();
|
|
24
|
+
return typeof report?.header?.glibcVersionRuntime === "string";
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
function unavailable() {
|
|
28
|
+
const error = new Error("Flowersec native transport is unavailable on this platform");
|
|
29
|
+
error.code = "native_transport_unavailable";
|
|
30
|
+
return error;
|
|
31
|
+
}
|
package/package.json
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@floegence/flowersec-node-native",
|
|
3
|
+
"version": "2.3.7",
|
|
4
|
+
"description": "Prebuilt Flowersec native transport driver for Node.js",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "git+https://github.com/floegence/flowersec.git",
|
|
9
|
+
"directory": "flowersec-node-native"
|
|
10
|
+
},
|
|
11
|
+
"type": "commonjs",
|
|
12
|
+
"main": "index.js",
|
|
13
|
+
"types": "index.d.ts",
|
|
14
|
+
"files": [
|
|
15
|
+
"index.js",
|
|
16
|
+
"index.d.ts",
|
|
17
|
+
"LICENSE",
|
|
18
|
+
"README.md",
|
|
19
|
+
"THIRD_PARTY_NOTICES.md",
|
|
20
|
+
"sbom/**"
|
|
21
|
+
],
|
|
22
|
+
"engines": {
|
|
23
|
+
"node": ">=20.19.0"
|
|
24
|
+
},
|
|
25
|
+
"optionalDependencies": {
|
|
26
|
+
"@floegence/flowersec-node-native-darwin-arm64": "2.3.7",
|
|
27
|
+
"@floegence/flowersec-node-native-darwin-x64": "2.3.7",
|
|
28
|
+
"@floegence/flowersec-node-native-linux-arm64-gnu": "2.3.7",
|
|
29
|
+
"@floegence/flowersec-node-native-linux-x64-gnu": "2.3.7"
|
|
30
|
+
},
|
|
31
|
+
"napi": {
|
|
32
|
+
"binaryName": "flowersec-node-native",
|
|
33
|
+
"targets": [
|
|
34
|
+
"aarch64-apple-darwin",
|
|
35
|
+
"x86_64-apple-darwin",
|
|
36
|
+
"aarch64-unknown-linux-gnu",
|
|
37
|
+
"x86_64-unknown-linux-gnu"
|
|
38
|
+
]
|
|
39
|
+
},
|
|
40
|
+
"flowersecSourceCommit": "ad9da71d71f05c8ea3b56a0ba67a20c3604df075"
|
|
41
|
+
}
|