/
Alcatraz
/
Wagomon
Обзор
Документация
Войти
/
Alcatraz
/
Wagomon
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
node_modules/modbus-serial/package.json
46 строк
1 KB
saitgalineu
fix
27 фев 2026, 12:39
27 фев 2026, 12:39
a5092f1
Код
Авторство
О чём код?
{ "name": "modbus-serial", "version": "8.0.21-no-serial-port", "description": "A pure JavaScript implemetation of MODBUS-RTU (Serial and TCP) for NodeJS.", "main": "index.js", "scripts": { "test": "nyc --reporter=lcov --reporter=text mocha --recursive" }, "repository": { "type": "git", "url": "git+https://github.com/yaacov/node-modbus-serial.git" }, "keywords": [ "modbus", "rtu", "serial", "port", "com", "arduino" ], "author": "Yaacov Zamir <kobi.zamir@gmail.com>", "license": "ISC", "bugs": { "url": "https://github.com/yaacov/node-modbus-serial/issues" }, "homepage": "https://github.com/yaacov/node-modbus-serial#readme", "devDependencies": { "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "eslint": "^8.12.0", "gulp": "^4.0.2", "gulp-clean": "^0.4.0", "gulp-jsdoc3": "^3.0.0", "mocha": "^10.2.0", "mocha-eslint": "^7.0.0", "mockery": "^2.1.0", "nyc": "^15.1.0", "pump": "^3.0.0", "sinon": "^15.2.0", "web-bluetooth-mock": "^1.2.0", "webbluetooth": "^3.1.0" }, "dependencies": { "debug": "^4.3.1" } }