{
  "name": "@node-usb/usb-linux-arm64-gnu",
  "version": "3.0.1",
  "cpu": [
    "arm64"
  ],
  "main": "usb.linux-arm64-gnu.node",
  "files": [
    "usb.linux-arm64-gnu.node"
  ],
  "description": "Library to access USB devices",
  "keywords": [
    "usb",
    "hardware"
  ],
  "license": "MIT",
  "engines": {
    "node": ">= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/node-usb/node-usb-rs.git"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "os": [
    "linux"
  ],
  "libc": [
    "glibc"
  ]
}