@zntc/core-darwin-x64 0.1.1 → 0.1.3
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/NOTICE +56 -0
- package/package.json +2 -1
- package/zntc.node +0 -0
package/NOTICE
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
ZNTC
|
|
2
|
+
Copyright 2026 ohah
|
|
3
|
+
|
|
4
|
+
Licensed under the MIT License (see LICENSE).
|
|
5
|
+
|
|
6
|
+
This product distributes (statically links, when built) third-party software
|
|
7
|
+
listed below. Each is governed by its own license — see the corresponding
|
|
8
|
+
vendor directory or upstream link for full text.
|
|
9
|
+
|
|
10
|
+
================================================================================
|
|
11
|
+
BoringSSL
|
|
12
|
+
================================================================================
|
|
13
|
+
|
|
14
|
+
Vendor path : vendor/boringssl
|
|
15
|
+
Upstream : https://boringssl.googlesource.com/boringssl
|
|
16
|
+
Pin : commit d8be2b4a71155bf82da092ef543176351eeb59ff
|
|
17
|
+
upstream author date 2026-01-23 (committer date 2026-04-06),
|
|
18
|
+
describe `0.20260327.0-21-gd8be2b4a7`, picked into Chromium 148
|
|
19
|
+
stable channel (branch-heads/7778) DEPS as boringssl_revision.
|
|
20
|
+
|
|
21
|
+
Primary license: Apache License, Version 2.0 (see vendor/boringssl/LICENSE).
|
|
22
|
+
Portions are governed by the OpenSSL License, the SSLeay License, and the ISC
|
|
23
|
+
License — full text in the same LICENSE file.
|
|
24
|
+
|
|
25
|
+
Notable required notices (per Apache-2.0 §4(d) and OpenSSL/SSLeay credits):
|
|
26
|
+
|
|
27
|
+
Copyright (c) Google Inc.
|
|
28
|
+
Copyright (c) The OpenSSL Project.
|
|
29
|
+
Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
|
|
30
|
+
Copyright (c) 1995, 1996 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
|
31
|
+
All rights reserved.
|
|
32
|
+
|
|
33
|
+
"This product includes software developed by the OpenSSL Project for use in
|
|
34
|
+
the OpenSSL Toolkit (http://www.openssl.org/)"
|
|
35
|
+
"This product includes cryptographic software written by Eric Young
|
|
36
|
+
(eay@cryptsoft.com)"
|
|
37
|
+
|
|
38
|
+
================================================================================
|
|
39
|
+
mimalloc
|
|
40
|
+
================================================================================
|
|
41
|
+
|
|
42
|
+
Vendor path : vendor/mimalloc
|
|
43
|
+
Upstream : https://github.com/microsoft/mimalloc
|
|
44
|
+
License : MIT License (see vendor/mimalloc/LICENSE).
|
|
45
|
+
|
|
46
|
+
Copyright (c) 2018-2024 Microsoft Corporation, Daan Leijen.
|
|
47
|
+
|
|
48
|
+
================================================================================
|
|
49
|
+
node-api-headers
|
|
50
|
+
================================================================================
|
|
51
|
+
|
|
52
|
+
Vendor path : vendor/node-api-headers
|
|
53
|
+
Upstream : https://github.com/nodejs/node-api-headers
|
|
54
|
+
License : MIT License (see vendor/node-api-headers/LICENSE).
|
|
55
|
+
|
|
56
|
+
Copyright (c) Node-API contributors.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zntc/core-darwin-x64",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "macOS x64 native binary for @zntc/core",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"compiler",
|
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
},
|
|
24
24
|
"files": [
|
|
25
25
|
"zntc.node",
|
|
26
|
+
"NOTICE",
|
|
26
27
|
"README.md"
|
|
27
28
|
],
|
|
28
29
|
"os": [
|
package/zntc.node
CHANGED
|
Binary file
|