Tumortisch-Dist/resources/app/node_modules/electron-localshortcut/package.json
2021-06-15 16:00:08 +02:00

80 lines
2.3 KiB
JSON

{
"_from": "electron-localshortcut@3.2.1",
"_id": "electron-localshortcut@3.2.1",
"_inBundle": false,
"_integrity": "sha512-DWvhKv36GsdXKnaFFhEiK8kZZA+24/yFLgtTwJJHc7AFgDjNRIBJZ/jq62Y/dWv9E4ypYwrVWN2bVrCYw1uv7Q==",
"_location": "/electron-localshortcut",
"_phantomChildren": {
"ms": "2.1.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "electron-localshortcut@3.2.1",
"name": "electron-localshortcut",
"escapedName": "electron-localshortcut",
"rawSpec": "3.2.1",
"saveSpec": null,
"fetchSpec": "3.2.1"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/electron-localshortcut/-/electron-localshortcut-3.2.1.tgz",
"_shasum": "cfc83a3eff5e28faf98ddcc87f80a2ce4f623cd3",
"_spec": "electron-localshortcut@3.2.1",
"_where": "C:\\Daten\\Git\\Tumortisch",
"author": {
"name": "andrea@parro.it"
},
"bugs": {
"url": "https://github.com/parro-it/electron-localshortcut/issues"
},
"bundleDependencies": false,
"dependencies": {
"debug": "^4.0.1",
"electron-is-accelerator": "^0.1.0",
"keyboardevent-from-electron-accelerator": "^2.0.0",
"keyboardevents-areequal": "^0.2.1"
},
"deprecated": false,
"description": "register/unregister a keyboard shortcut locally to a BrowserWindow instance, without using a Menu",
"devDependencies": {
"ava": "^2.4.0",
"delay": "^4.0.1",
"documentation": "^12.1.3",
"electron": "^4.2.12",
"faucet": "0.0.1",
"p-electron": "^0.8.0",
"p-event": "^4.1.0",
"p-timeout": "^3.2.0",
"robotjs": "^0.5.1",
"tape-async": "^2.3.0",
"xo": "^0.25.3"
},
"files": [
"index.js"
],
"homepage": "https://github.com/parro-it/electron-localshortcut#readme",
"keywords": [
"electron",
"shortcuts",
"browser-window"
],
"license": "MIT",
"name": "electron-localshortcut",
"repository": {
"type": "git",
"url": "git+https://github.com/parro-it/electron-localshortcut.git"
},
"scripts": {
"doc": "documentation readme index.js --section=API",
"setup-dev": "npm rebuild --runtime=electron --target=4.2.12 --disturl=https://atom.io/download/atom-shell --abi=64",
"start": "electron example.js",
"tape": "DEBUG=electron-localshortcut electron test.js",
"test": "electron test.js | faucet && xo"
},
"version": "3.2.1"
}