Tumortisch-Dist/resources/app/node_modules/keyboardevent-from-electron-accelerator/package.json

59 lines
2.0 KiB
JSON
Raw Normal View History

2021-06-15 16:00:08 +02:00
{
"_from": "keyboardevent-from-electron-accelerator@^2.0.0",
"_id": "keyboardevent-from-electron-accelerator@2.0.0",
"_inBundle": false,
"_integrity": "sha512-iQcmNA0M4ETMNi0kG/q0h/43wZk7rMeKYrXP7sqKIJbHkTU8Koowgzv+ieR/vWJbOwxx5nDC3UnudZ0aLSu4VA==",
"_location": "/keyboardevent-from-electron-accelerator",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "keyboardevent-from-electron-accelerator@^2.0.0",
"name": "keyboardevent-from-electron-accelerator",
"escapedName": "keyboardevent-from-electron-accelerator",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/electron-localshortcut"
],
"_resolved": "https://registry.npmjs.org/keyboardevent-from-electron-accelerator/-/keyboardevent-from-electron-accelerator-2.0.0.tgz",
"_shasum": "ace21b1aa4e47148815d160057f9edb66567c50c",
"_spec": "keyboardevent-from-electron-accelerator@^2.0.0",
"_where": "C:\\Daten\\Git\\Tumortisch\\node_modules\\electron-localshortcut",
"author": {
"name": "Andrea",
"email": "andrea@parro.it"
},
"bugs": {
"url": "https://github.com/parro-it/keyboardevent-from-electron-accelerator/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Transform an Electron Accelerator string into a DOM KeyboardEvent.",
"devDependencies": {
"ava": "^2.4.0",
"documentation": "^12.1.3",
"xo": "^0.25.3"
},
"files": [
"index.js",
"example.js"
],
"homepage": "https://github.com/parro-it/keyboardevent-from-electron-accelerator#readme",
"keywords": [],
"license": "MIT",
"name": "keyboardevent-from-electron-accelerator",
"repository": {
"type": "git",
"url": "git+https://github.com/parro-it/keyboardevent-from-electron-accelerator.git"
},
"scripts": {
"doc": "documentation readme index.js --section=API",
"test": "ava && xo --ignore example.js"
},
"tonicExampleFilename": "example.js",
"version": "2.0.0"
}