UNPKG

iohook

Version:

Node.js global keyboard and mouse hook

149 lines (148 loc) 2.36 kB
{ "name": "iohook", "version": "0.4.6", "description": "Node.js global keyboard and mouse hook", "main": "index.js", "types": "index.d.ts", "scripts": { "install": "node install.js", "install-all": "node install.js --all", "build": "cmake-js compile", "deploy": "node build.js", "test": "jest", "docs:dev": "vuepress dev docs", "docs:build": "vuepress build docs" }, "repository": { "type": "git", "url": "git+https://github.com/wilix-team/iohook.git" }, "keywords": [ "hook", "electron", "nw.js", "listener", "mousemove", "keypress", "keyup", "global keypress", "shortcut" ], "author": "Aloyan Dmitry", "license": "MIT", "bugs": { "url": "https://github.com/wilix-team/iohook/issues" }, "homepage": "https://github.com/wilix-team/iohook#readme", "dependencies": { "@types/node": "^7.0.62", "bindings": "^1.3.0", "node-abi": "^2.4.0", "pump": "^1.0.3", "simple-get": "^2.8.1", "tar-fs": "^1.16.2" }, "devDependencies": { "archiver": "^2.1.1", "cmake-js": "github:crtxgg/cmake-js#anoa/delay_generator", "jest": "^22.4.3", "minimist": "^1.2.0", "mkdirp": "^0.5.1", "nan": "^2.13.2", "prebuild": "^6.2.2", "robotjs": "^0.5.1", "vuepress": "^0.14.4" }, "supportedTargets": [ [ "electron", "1.2.8", "48" ], [ "electron", "1.3.13", "49" ], [ "electron", "1.4.15", "50" ], [ "electron", "1.5.0", "51" ], [ "electron", "1.6.0", "53" ], [ "electron", "1.7.12", "54" ], [ "electron", "1.8.2", "57" ], [ "electron", "2.0.0", "57" ], [ "electron", "3.0.0", "64" ], [ "electron", "4.0.4", "69" ], [ "electron", "5.0.0", "70" ], [ "node", "6.9.4", "48" ], [ "node", "7.4.0", "51" ], [ "node", "8.9.3", "57" ], [ "node", "9.2.0", "59" ], [ "node", "10.0.0", "64" ], [ "node", "11.4.0", "67" ], [ "node", "12.0.0", "72" ] ] }