Add Robot_JoyIt driver

This commit is contained in:
2026-01-17 16:50:07 +01:00
parent e9e50acf5f
commit 0cfb4d5a95
15848 changed files with 570836 additions and 268976 deletions

26
node_modules/wss/package.json generated vendored
View File

@@ -1,9 +1,8 @@
{
"author": "Ivo von Putzer Reibegg <ivo.putzer@gmail.com>",
"name": "wss",
"version": "3.3.4",
"description": "wrapper built upon ws module that provides standard server api only.",
"author": "Ivo von Putzer Reibegg <ivo.putzer@gmail.com> (https://github.com/ivoputzer)",
"homepage": "https://github.com/ivoputzer/wss#readme",
"description": "Wrapper made upon the well known ws module that provides server API only.",
"version": "0.0.2",
"keywords": [
"Hixie",
"HyBi",
@@ -19,27 +18,18 @@
"url": "git://github.com/ivoputzer/wss.git"
},
"scripts": {
"version": "echo $npm_package_version",
"test": "m.test",
"pretest": "standard",
"coverage": "node --require ./node_modules/m.test/global.js ./node_modules/istanbul/lib/cli.js cover --print detail test/.istanbul.js"
},
"optionalDependencies": {
"istanbul": "^0.4.5"
},
"engines": {
"node": ">=6"
"node": ">=0.4.0"
},
"dependencies": {
"ws": "^2.3.1"
"ws": "*"
},
"devDependencies": {
"standard": "^8.6.0",
"m.test": "0.0.57",
"pem": "^1.9.4"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ivoputzer/wss/issues"
}
}
},
"homepage": "https://github.com/ivoputzer/wss"
}