1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-03 12:50:04 +02:00
Files
gitlit/app/node_modules/keyboardevent-from-electron-accelerator/package.json
2018-06-03 13:57:23 +02:00

63 lines
2.0 KiB
JSON

{
"_args": [
[
"keyboardevent-from-electron-accelerator@1.1.0",
"/home/s2/Documents/Code/gitlit/app"
]
],
"_from": "keyboardevent-from-electron-accelerator@1.1.0",
"_id": "keyboardevent-from-electron-accelerator@1.1.0",
"_inBundle": false,
"_integrity": "sha512-VDC4vKWGrR3VgIKCE4CsXnvObGgP8C2idnTKEMUkuEuvDGE1GEBX9FtNdJzrD00iQlhI3xFxRaeItsUmlERVng==",
"_location": "/keyboardevent-from-electron-accelerator",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "keyboardevent-from-electron-accelerator@1.1.0",
"name": "keyboardevent-from-electron-accelerator",
"escapedName": "keyboardevent-from-electron-accelerator",
"rawSpec": "1.1.0",
"saveSpec": null,
"fetchSpec": "1.1.0"
},
"_requiredBy": [
"/electron-localshortcut"
],
"_resolved": "https://registry.npmjs.org/keyboardevent-from-electron-accelerator/-/keyboardevent-from-electron-accelerator-1.1.0.tgz",
"_spec": "1.1.0",
"_where": "/home/s2/Documents/Code/gitlit/app",
"author": {
"name": "Andrea",
"email": "andrea@parro.it"
},
"bugs": {
"url": "https://github.com/parro-it/keyboardevent-from-electron-accelerator/issues"
},
"description": "Transform an Electron Accelerator string into a DOM KeyboardEvent.",
"devDependencies": {
"ava": "^0.19.1",
"documentation": "^4.0.0-rc.1",
"rollup": "^0.43.0",
"xo": "^0.18.2"
},
"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 main.js --section=API",
"test": "rollup -c && ava && xo --ignore example.js --ignore index.js"
},
"tonicExampleFilename": "example.js",
"version": "1.1.0"
}