@dockfries/chardetng-win32-arm64-msvc
Version:
Simple charset detector, powered by chardetng and napi-rs.
35 lines • 643 B
JSON
{
"name": "@dockfries/chardetng-win32-arm64-msvc",
"version": "0.0.1",
"os": [
"win32"
],
"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.win32-arm64-msvc.node",
"files": [
"chardetng.win32-arm64-msvc.node"
],
"engines": {
"node": ">= 10"
}
}