document-svg-linux-arm64-gnu 0.1.1
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 +9 -0
- package/LICENSE-APACHE +202 -0
- package/LICENSE-MIT +21 -0
- package/THIRD_PARTY_LICENSES.txt +9542 -0
- package/THIRD_PARTY_NOTICES.md +79 -0
- package/document-svg.linux-arm64-gnu.node +0 -0
- package/package.json +35 -0
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
# Third-party notices
|
|
2
|
+
|
|
3
|
+
## Current dependency audit and notice bundle
|
|
4
|
+
|
|
5
|
+
The current audit is in [docs/LICENSE_AUDIT.md](docs/LICENSE_AUDIT.md), with the
|
|
6
|
+
complete machine-readable inventory in [docs/DEPENDENCY_LICENSES.json](docs/DEPENDENCY_LICENSES.json).
|
|
7
|
+
[THIRD_PARTY_LICENSES.txt](THIRD_PARTY_LICENSES.txt) retains the original dependency
|
|
8
|
+
license/copyright texts and is included with the Rust, Node.js and Python distributions.
|
|
9
|
+
|
|
10
|
+
This software is based in part on the work of the Independent JPEG Group.
|
|
11
|
+
|
|
12
|
+
## Standard PDF font metrics
|
|
13
|
+
|
|
14
|
+
`src/pdf_base14.rs` rearranges numeric glyph advances from eight Adobe Core 14 AFM
|
|
15
|
+
files into Rust tables. Source revision, hashes and checked glyph counts are in the
|
|
16
|
+
dependency inventory. Original copyright/trademark notices and permission are in
|
|
17
|
+
[licenses/Adobe-Core14-AFM.txt](licenses/Adobe-Core14-AFM.txt) and the notice bundle.
|
|
18
|
+
The source is [tc-font-core14-afms](https://github.com/tecnickcom/tc-font-core14-afms/tree/0675784d24b28a55c607cad6b74596ce19ce333c).
|
|
19
|
+
|
|
20
|
+
## Optional cloud architecture assets
|
|
21
|
+
|
|
22
|
+
`authoring/cloud_icons.py` は、Azure・AWS・Google Cloudの公式アイコンを利用者のローカル
|
|
23
|
+
キャッシュへ取得する任意ツールです。素材とキャッシュ、デモ出力は配布に含めません。原本ZIPには配布元の同梱情報も保持します。
|
|
24
|
+
|
|
25
|
+
- Microsoft Azure: https://learn.microsoft.com/en-us/azure/architecture/icons/ 。構成図・研修資料・文書への利用が認められています。原形を維持し、製品名を添え、回転・反転・切り抜き・変形を行いません。
|
|
26
|
+
- AWS: https://aws.amazon.com/architecture/icons/ 。公式の構成図用素材を取得します。製品・リソース・カテゴリ・グループを区別します。
|
|
27
|
+
- Google Cloud: https://cloud.google.com/icons 。現行のcore product/category素材を取得します。個別製品と共通カテゴリの使い分けは公式Product icons overviewに従います。
|
|
28
|
+
|
|
29
|
+
取得元URL・確認日・リリース表記・ZIPのSHA-256は `authoring/icon-sources.json`、各SVGの
|
|
30
|
+
出典・原本内パス・SHA-256は生成する `catalog.json` に記録します。
|
|
31
|
+
|
|
32
|
+
## Runtime dependencies
|
|
33
|
+
|
|
34
|
+
このプロジェクトは、コア実行時依存をMIT、Apache-2.0、BSD-3-Clause、Zlib、IJGなどの許容的ライセンスへ限定します。GPL、AGPL、SSPL、非商用限定、ソース公開を要求する依存は採用していません。
|
|
35
|
+
|
|
36
|
+
直接依存:
|
|
37
|
+
|
|
38
|
+
| crate | resolved version | license |
|
|
39
|
+
|---|---:|---|
|
|
40
|
+
| anyhow | 1.0.104 | MIT OR Apache-2.0 |
|
|
41
|
+
| base64 | 0.23.1 | MIT OR Apache-2.0 |
|
|
42
|
+
| clap | 4.6.6 | MIT OR Apache-2.0 |
|
|
43
|
+
| emf-core | 0.1.0 | MIT |
|
|
44
|
+
| hayro-ccitt | 0.3.0 | Apache-2.0 OR MIT |
|
|
45
|
+
| jpeg-decoder | 0.3.2 | MIT OR Apache-2.0 |
|
|
46
|
+
| lopdf | 0.44.0 | MIT |
|
|
47
|
+
| png | 0.18.1 | MIT OR Apache-2.0 |
|
|
48
|
+
| quick-xml | 0.41.0 | MIT |
|
|
49
|
+
| rayon | 1.12.0 | MIT OR Apache-2.0 |
|
|
50
|
+
| resvg | 0.48.1 | Apache-2.0 OR MIT |
|
|
51
|
+
| serde | 1.0.229 | MIT OR Apache-2.0 |
|
|
52
|
+
| serde_json | 1.0.151 | MIT OR Apache-2.0 |
|
|
53
|
+
| stet-fonts | 0.4.1 | Apache-2.0 OR MIT |
|
|
54
|
+
| skrifa | 0.44.0 | MIT OR Apache-2.0 |
|
|
55
|
+
| zip | 8.6.0 | MIT |
|
|
56
|
+
|
|
57
|
+
言語バインディング専用の直接依存:
|
|
58
|
+
|
|
59
|
+
| crate | resolved version | license |
|
|
60
|
+
|---|---:|---|
|
|
61
|
+
| napi | 3.12.2 | MIT |
|
|
62
|
+
| napi-derive | 3.6.3 | MIT |
|
|
63
|
+
| napi-build | 2.4.1 | MIT |
|
|
64
|
+
| pyo3 | 0.29.2 | MIT OR Apache-2.0 |
|
|
65
|
+
| tempfile | 3.27.0 | MIT OR Apache-2.0 |
|
|
66
|
+
|
|
67
|
+
実行時依存`jpeg-encoder 0.6.1`は、PDF内のCMYK/YCCK JPEGをブラウザ互換RGB JPEGへ正規化するために使用し、ライセンスは(MIT OR Apache-2.0) AND IJGです。`tempfile`はコアのテストに加えてNode.js preview APIの一時出力管理にも使用します。
|
|
68
|
+
|
|
69
|
+
2026-08-23に次のコマンドで全推移依存のSPDX表現を確認し、必須のコピーレフト依存がないことを確認しました。複数ライセンスを`OR`で提示するcrateは、MIT、Apache-2.0または他の許容的選択肢を選択します。target固有推移依存`r-efi`の`MIT OR Apache-2.0 OR LGPL-2.1-or-later`からもMITを選択します。
|
|
70
|
+
|
|
71
|
+
```bash
|
|
72
|
+
cargo metadata --format-version 1 \
|
|
73
|
+
| jq -r '.packages[] | [.name,.version,(.license // "MISSING")] | @tsv' \
|
|
74
|
+
| sort -u
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
リリース前には`Cargo.lock`を基準に同じ監査を再実行し、各crateの配布物に含まれるLICENSE/NOTICEも保持してください。QAだけに使う`pdftoppm`、`rsvg-convert`、LibreOfficeは外部CLIであり、このcrateへリンク・同梱しません。
|
|
78
|
+
|
|
79
|
+
参照元`pdfsvgpptx`はproprietary licenseです。そのコードをcopy/vendorせず、公開仕様と観察した入出力契約をもとに独立実装しています。参照QA文書、SVG、PPTX、画像はこの配布物へ含めません。
|
|
Binary file
|
package/package.json
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "document-svg-linux-arm64-gnu",
|
|
3
|
+
"version": "0.1.1",
|
|
4
|
+
"description": "Native document-svg binding for linux-arm64-gnu",
|
|
5
|
+
"license": "MIT OR Apache-2.0",
|
|
6
|
+
"main": "document-svg.linux-arm64-gnu.node",
|
|
7
|
+
"os": [
|
|
8
|
+
"linux"
|
|
9
|
+
],
|
|
10
|
+
"cpu": [
|
|
11
|
+
"arm64"
|
|
12
|
+
],
|
|
13
|
+
"files": [
|
|
14
|
+
"document-svg.linux-arm64-gnu.node",
|
|
15
|
+
"LICENSE",
|
|
16
|
+
"LICENSE-MIT",
|
|
17
|
+
"LICENSE-APACHE",
|
|
18
|
+
"THIRD_PARTY_NOTICES.md",
|
|
19
|
+
"THIRD_PARTY_LICENSES.txt"
|
|
20
|
+
],
|
|
21
|
+
"engines": {
|
|
22
|
+
"node": ">=18"
|
|
23
|
+
},
|
|
24
|
+
"repository": {
|
|
25
|
+
"type": "git",
|
|
26
|
+
"url": "https://github.com/ryusui-hiro/document-svg.git",
|
|
27
|
+
"directory": "bindings/node"
|
|
28
|
+
},
|
|
29
|
+
"publishConfig": {
|
|
30
|
+
"access": "public"
|
|
31
|
+
},
|
|
32
|
+
"libc": [
|
|
33
|
+
"glibc"
|
|
34
|
+
]
|
|
35
|
+
}
|