@isomtop/tyhtml-linux-x64-gnu 0.1.0
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 +3 -0
- package/package.json +35 -0
- package/tyhtml.linux-x64-gnu.node +0 -0
package/README.md
ADDED
package/package.json
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@isomtop/tyhtml-linux-x64-gnu",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"cpu": [
|
|
5
|
+
"x64"
|
|
6
|
+
],
|
|
7
|
+
"main": "tyhtml.linux-x64-gnu.node",
|
|
8
|
+
"files": [
|
|
9
|
+
"tyhtml.linux-x64-gnu.node"
|
|
10
|
+
],
|
|
11
|
+
"description": "Native Node.js addon (Rust + napi-rs) that compiles Typst .typ files to HTML and extracts metadata via the <meta> label. Includes prebuilt binaries for Windows x64 and Linux x64 glibc.",
|
|
12
|
+
"keywords": [
|
|
13
|
+
"napi-rs",
|
|
14
|
+
"native",
|
|
15
|
+
"node-addon",
|
|
16
|
+
"typst",
|
|
17
|
+
"typst-html",
|
|
18
|
+
"html"
|
|
19
|
+
],
|
|
20
|
+
"author": "Ling Yu <yulingsc@outlook.com>",
|
|
21
|
+
"license": "MIT",
|
|
22
|
+
"engines": {
|
|
23
|
+
"node": ">= 14"
|
|
24
|
+
},
|
|
25
|
+
"repository": {
|
|
26
|
+
"type": "git",
|
|
27
|
+
"url": "git+https://github.com/shaijing/tyhtml.git"
|
|
28
|
+
},
|
|
29
|
+
"os": [
|
|
30
|
+
"linux"
|
|
31
|
+
],
|
|
32
|
+
"libc": [
|
|
33
|
+
"glibc"
|
|
34
|
+
]
|
|
35
|
+
}
|
|
Binary file
|