Add Robot_JoyIt driver
This commit is contained in:
25
node_modules/jayson/package.json
generated
vendored
25
node_modules/jayson/package.json
generated
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "jayson",
|
||||
"version": "4.1.0",
|
||||
"version": "4.3.0",
|
||||
"description": "JSON-RPC 1.0/2.0 compliant server and client",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
@@ -23,7 +23,9 @@
|
||||
"api"
|
||||
],
|
||||
"author": "Tedde Lundgren <mail@tedeh.net> (https://tedeh.net)",
|
||||
"maintainers": "Tedde Lundgren <mail@tedeh.net> (https://tedeh.net)",
|
||||
"maintainers": [
|
||||
"Tedde Lundgren <mail@tedeh.net> (https://tedeh.net)"
|
||||
],
|
||||
"bin": "./bin/jayson.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -41,11 +43,8 @@
|
||||
"test-ci": "mocha -w -R min",
|
||||
"test-tsc": "tsc --strict --lib es6 --esModuleInterop typescript/test.ts",
|
||||
"coverage": "nyc mocha",
|
||||
"coveralls": "mocha && nyc report --reporter=text-lcov | coveralls",
|
||||
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
|
||||
"docs": "jsdoc -t node_modules/ink-docstrap/template -R README.md -c ./jsdoc.conf.json",
|
||||
"docs_clear": "rm -rf ./docs/jayson/*; exit 0",
|
||||
"docs_refresh": "npm run docs_clear && npm run docs",
|
||||
"docs_deploy": "rsync --delete -r docs/jayson/* tedeh.net:/var/www/jayson.tedeh.net; exit 0",
|
||||
"lint": "jshint lib/*.js lib/**/*.js promise/*.js promise/**/*.js; exit 0"
|
||||
},
|
||||
"dependencies": {
|
||||
@@ -58,23 +57,24 @@
|
||||
"eyes": "^0.1.8",
|
||||
"isomorphic-ws": "^4.0.1",
|
||||
"json-stringify-safe": "^5.0.1",
|
||||
"JSONStream": "^1.3.5",
|
||||
"stream-json": "^1.9.1",
|
||||
"uuid": "^8.3.2",
|
||||
"ws": "^7.4.5"
|
||||
"ws": "^7.5.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/express-serve-static-core": "^4.17.30",
|
||||
"body-parser": "^1.19.0",
|
||||
"connect": "^3.7.0",
|
||||
"coveralls": "^3.1.0",
|
||||
"coveralls-next": "^6.0.1",
|
||||
"es6-promise": "^4.2.8",
|
||||
"express": "^4.17.1",
|
||||
"ink-docstrap": "github:docstrap/docstrap#pull/345/head",
|
||||
"jsdoc": "^4.0.2",
|
||||
"jshint": "^2.12.0",
|
||||
"mocha": "^10.2.0",
|
||||
"node-fetch": "^2.6.7",
|
||||
"nyc": "^14.1.1",
|
||||
"mocha-lcov-reporter": "^1.3.0",
|
||||
"node-fetch": "^2.7.0",
|
||||
"nyc": "^17.1.0",
|
||||
"pass-stream": "^1.0.0",
|
||||
"should": "^13.2.3",
|
||||
"superagent": "^3.8.3",
|
||||
@@ -82,5 +82,6 @@
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user