{
  "name": "@node-rs/xxhash-linux-x64-gnu",
  "version": "1.7.6",
  "cpu": [
    "x64"
  ],
  "main": "xxhash.linux-x64-gnu.node",
  "files": [
    "xxhash.linux-x64-gnu.node"
  ],
  "description": "Fastest xxhash implementation in Node.js",
  "keywords": [
    "hash",
    "xxhash",
    "xxhashjs",
    "Rust",
    "node-rs",
    "napi",
    "napi-rs",
    "N-API",
    "Node-API"
  ],
  "author": "LongYinan <lynweklm@gmail.com>",
  "homepage": "https://github.com/napi-rs/node-rs",
  "license": "MIT",
  "engines": {
    "node": ">= 12"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/napi-rs/node-rs.git"
  },
  "bugs": {
    "url": "https://github.com/napi-rs/node-rs/issues"
  },
  "os": [
    "linux"
  ],
  "libc": [
    "glibc"
  ]
}