{
  "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"
  ]
}