UNPKG

@rf24/rf24-linux-arm64-gnu

Version:

A npm package binding the nRF24/rf24-rs rust project.

42 lines 801 B
{ "name": "@rf24/rf24-linux-arm64-gnu", "version": "0.3.2", "cpu": [ "arm64" ], "main": "rf24.linux-arm64-gnu.node", "files": [ "rf24.linux-arm64-gnu.node" ], "description": "A npm package binding the nRF24/rf24-rs rust project.", "keywords": [ "nrf24l01", "nRF24L01+", "raspberry", "pi", "linux", "driver", "radio", "transceiver", "RF24", "BLE" ], "homepage": "https://rf24-rs.rtfd.io/en/latest/node-api/", "license": "MIT", "engines": { "node": ">= 10.16.0 < 11 || >= 11.8.0 < 12 || >= 12.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/nRF24/rf24-rs.git" }, "bugs": { "url": "https://github.com/nRF24/rf24-rs/issues" }, "os": [ "linux" ], "libc": [ "glibc" ] }