{
  "name": "@node-rs/crc32-linux-arm-gnueabihf",
  "version": "1.10.6",
  "cpu": [
    "arm"
  ],
  "main": "crc32.linux-arm-gnueabihf.node",
  "files": [
    "crc32.linux-arm-gnueabihf.node"
  ],
  "description": "SIMD crc32",
  "keywords": [
    "SIMD",
    "NAPI",
    "napi-rs",
    "node-rs",
    "crc32",
    "crc32c"
  ],
  "author": "LongYinan <lynweklm@gmail.com>",
  "homepage": "https://github.com/napi-rs/node-rs",
  "license": "MIT",
  "engines": {
    "node": ">= 10"
  },
  "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"
  ]
}