serialport
Version:
Node.js package to access serial ports. Linux, OSX and Windows. Welcome your robotic JavaScript overlords. Better yet, program them!
79 lines (78 loc) • 2.04 kB
JSON
{
"name": "serialport",
"version": "13.0.0",
"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",
"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",
"@serialport/bindings-cpp": "13.0.0",
"@serialport/parser-byte-length": "13.0.0",
"@serialport/parser-cctalk": "13.0.0",
"@serialport/parser-delimiter": "13.0.0",
"@serialport/parser-inter-byte-timeout": "13.0.0",
"@serialport/parser-packet-length": "13.0.0",
"@serialport/parser-readline": "13.0.0",
"@serialport/parser-ready": "13.0.0",
"@serialport/parser-regex": "13.0.0",
"@serialport/parser-slip-encoder": "13.0.0",
"@serialport/parser-spacepacket": "13.0.0",
"@serialport/stream": "13.0.0",
"debug": "4.4.0"
},
"engines": {
"node": ">=20.0.0"
},
"license": "MIT",
"funding": "https://opencollective.com/serialport/donate",
"preferUnplugged": false,
"devDependencies": {
"typescript": "5.2.2"
},
"gitHead": "701ffd844f0950164da4dda4dca57e94891177a9"
}