From b66a521764756a0f095cec32477cae1d20dda806 Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Sun, 22 Dec 2019 16:11:09 +0100 Subject: [PATCH] Update readme and dependencies. This versino seems to create the gamepad twice? --- README.md | 1 + package-lock.json | 17 ++++++++++++----- package.json | 2 +- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4c56a86..90f56ba 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,4 @@ inputs to either keyboard keys or a simulated xbox 360 controller. * inotify (from inotify-tools) * evdev kernel module * uinput kernel module +* node v10 diff --git a/package-lock.json b/package-lock.json index 0c866aa..bb4f91c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -729,12 +729,19 @@ } }, "ioctl": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/ioctl/-/ioctl-2.0.1.tgz", - "integrity": "sha1-6cBe4W5XVNfRWGvsWnNKgZEXWto=", + "version": "2.0.2", + "resolved": "http://localhost:4873/ioctl/-/ioctl-2.0.2.tgz", + "integrity": "sha1-IVQ/ZhyxsER2HL9yH13ea+CO0GA=", "requires": { - "bindings": "^1.1.1", - "nan": "^2.3.2" + "bindings": "^1.5.0", + "nan": "^2.14.0" + }, + "dependencies": { + "nan": { + "version": "2.14.0", + "resolved": "http://localhost:4873/nan/-/nan-2.14.0.tgz", + "integrity": "sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg==" + } } }, "is-fullwidth-code-point": { diff --git a/package.json b/package.json index d2e84e4..ba05a0b 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "blessed": "^0.1.81", "inquirer": "^6.2.2", - "ioctl": "^2.0.1", + "ioctl": "^2.0.2", "linux-device": "^2.0.15", "node-hid": "^0.7.7", "react": "^16.8.6",