{
  "name": "@dockfries/chardetng-linux-x64-gnu",
  "version": "0.0.1",
  "os": [
    "linux"
  ],
  "cpu": [
    "x64"
  ],
  "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-x64-gnu.node",
  "files": [
    "chardetng.linux-x64-gnu.node"
  ],
  "engines": {
    "node": ">= 10"
  },
  "libc": [
    "glibc"
  ]
}