@woff2/woff2-rs-linux-x64-gnu
Version:
A WOFF2 decompressor converts WOFF2 to TTF or OTF, powered by Rust based woff2-rs and napi-rs.
39 lines • 742 B
JSON
{
"name": "@woff2/woff2-rs-linux-x64-gnu",
"version": "1.0.1",
"os": [
"linux"
],
"cpu": [
"x64"
],
"main": "woff2-rs.linux-x64-gnu.node",
"files": [
"woff2-rs.linux-x64-gnu.node"
],
"description": "A WOFF2 decompressor converts WOFF2 to TTF or OTF, powered by Rust based woff2-rs and napi-rs.",
"keywords": [
"woff2",
"woff",
"ttf2woff2",
"woff2 to ttf",
"woff2 converter",
"converter",
"ttf",
"font",
"fonts",
"rust"
],
"license": "MIT",
"engines": {
"node": ">= 10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": "git@github.com:yisibl/node-woff2-rs.git",
"libc": [
"glibc"
]
}