68 lines
1.7 KiB
JSON
68 lines
1.7 KiB
JSON
{
|
|
"name": "serialport",
|
|
"version": "9.2.8",
|
|
"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.2.4",
|
|
"@serialport/bindings": "9.2.8",
|
|
"@serialport/parser-byte-length": "9.2.4",
|
|
"@serialport/parser-cctalk": "9.2.4",
|
|
"@serialport/parser-delimiter": "9.2.4",
|
|
"@serialport/parser-inter-byte-timeout": "9.2.4",
|
|
"@serialport/parser-readline": "9.2.4",
|
|
"@serialport/parser-ready": "9.2.4",
|
|
"@serialport/parser-regex": "9.2.4",
|
|
"@serialport/stream": "9.2.4",
|
|
"debug": "^4.3.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"license": "MIT",
|
|
"funding": "https://opencollective.com/serialport/donate",
|
|
"preferUnplugged": false,
|
|
"gitHead": "e90a43225655bf390735eb77bd3ba17f205eae08"
|
|
}
|