UNPKG

@bubuzi/serialport

Version:

Node.js package to access serial ports. Linux, OSX and Windows. Welcome your robotic JavaScript overlords. Better yet, program them!

84 lines (83 loc) 2.06 kB
{ "name": "@bubuzi/serialport", "version": "1.0.1", "description": "Node.js package to access serial ports. Linux, OSX and Windows. Welcome your robotic JavaScript overlords. Better yet, program them!", "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist", "LICENSE", "package.json", "README.md" ], "scripts": { "build": "tsc --build tsconfig-build.json" }, "repository": { "type": "git", "url": "git://github.com/serialport/node-serialport.git" }, "keywords": [ "ccTalk", "com port", "COM", "data logging", "hardware", "iot", "johnny-five", "modem", "nodebots", "RFID", "robotics", "sensor", "serial port", "serial", "serialport", "sms gateway", "sms", "stream", "tty", "UART" ], "maintainers": [ { "name": "Francis Gulotta", "email": "wizard@roborooter.com", "url": "https://www.roborooter.com" }, { "name": "Nick Hehr", "email": "headhipster@hipsterbrown.com", "url": "https://hipsterbrown.com/" }, { "name": "Maybe you? Come and help out!", "url": "https://github.com/node-serialport" } ], "dependencies": { "@serialport/binding-mock": "10.2.2", "@bubuzi/bindings-cpp": "1.0.0", "@serialport/parser-byte-length": "12.0.0", "@serialport/parser-cctalk": "12.0.0", "@serialport/parser-delimiter": "12.0.0", "@serialport/parser-inter-byte-timeout": "12.0.0", "@serialport/parser-packet-length": "12.0.0", "@serialport/parser-readline": "12.0.0", "@serialport/parser-ready": "12.0.0", "@serialport/parser-regex": "12.0.0", "@serialport/parser-slip-encoder": "12.0.0", "@serialport/parser-spacepacket": "12.0.0", "@serialport/stream": "12.0.0", "debug": "4.3.4" }, "engines": { "node": ">=16.0.0" }, "license": "MIT", "funding": "https://opencollective.com/serialport/donate", "preferUnplugged": false, "devDependencies": { "typescript": "5.2.2" } }