@dockfries/chardetng-linux-arm64-musl
Version:
Simple charset detector, powered by chardetng and napi-rs.
38 lines • 671 B
JSON
{
"name": "@dockfries/chardetng-linux-arm64-musl",
"version": "0.0.1",
"os": [
"linux"
],
"cpu": [
"arm64"
],
"description": "Simple charset detector, powered by chardetng and napi-rs.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/dockfries/chardetng.git"
},
"keywords": [
"napi-rs",
"NAPI",
"N-API",
"Rust",
"node-addon",
"node-addon-api",
"chardetng",
"chardet",
"charset",
"detector"
],
"main": "chardetng.linux-arm64-musl.node",
"files": [
"chardetng.linux-arm64-musl.node"
],
"engines": {
"node": ">= 10"
},
"libc": [
"musl"
]
}