UNPKG

@okee-tech/rppal-linux-x64-gnu

Version:

Raspberry Pi peripheral access library for Node.js using `napi-rs` bindings from Rust's `rppal` crate

41 lines 724 B
{ "name": "@okee-tech/rppal-linux-x64-gnu", "version": "0.1.10", "os": [ "linux" ], "cpu": [ "x64" ], "main": "rppal.linux-x64-gnu.node", "files": [ "rppal.linux-x64-gnu.node" ], "engines": { "node": ">= 10" }, "libc": [ "glibc" ], "packageManager": "yarn@4.5.3", "license": "MIT", "description": "Raspberry Pi peripheral access library for Node.js using `napi-rs` bindings from Rust's `rppal` crate", "repository": { "type": "git", "url": "https://github.com/okee-tech/node-rppal" }, "keywords": [ "okee", "okee-tech", "rppal", "raspberry", "pi", "peripheral", "gpio", "i2c", "pwm", "spi", "uart", "hal" ] }