{ "name": "serialport", "version": "9.0.0", "description": "Node.js package to access serial ports. Linux, OSX and Windows. Welcome your robotic JavaScript overlords. Better yet, program them!", "main": "lib", "repository": { "type": "git", "url": "git://github.com/serialport/node-serialport.git" }, "keywords": [ "ccTalk", "com port", "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": "^9.0.0", "@serialport/bindings": "^9.0.0", "@serialport/parser-byte-length": "^9.0.0", "@serialport/parser-cctalk": "^9.0.0", "@serialport/parser-delimiter": "^9.0.0", "@serialport/parser-readline": "^9.0.0", "@serialport/parser-ready": "^9.0.0", "@serialport/parser-regex": "^9.0.0", "@serialport/stream": "^9.0.0", "debug": "^4.1.1" }, "engines": { "node": ">=8.6.0" }, "license": "MIT", "scripts": { "repl": "node bin/repl.js", "postinstall": "node thank-you.js" }, "gitHead": "36d3abcaa9f11ab0ae12c6f9862e472cb427ee16" }