mirror of
https://github.com/S2-/gitlit
synced 2025-08-04 05:10:05 +02:00
initial commit
This commit is contained in:
76
app/node_modules/electron-localshortcut/package.json
generated
vendored
Normal file
76
app/node_modules/electron-localshortcut/package.json
generated
vendored
Normal file
@@ -0,0 +1,76 @@
|
||||
{
|
||||
"_from": "electron-localshortcut",
|
||||
"_id": "electron-localshortcut@3.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-MgL/j5jdjW7iA0R6cI7S045B0GlKXWM1FjjujVPjlrmyXRa6yH0bGSaIAfxXAF9tpJm3pLEiQzerYHkRh9JG/A==",
|
||||
"_location": "/electron-localshortcut",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "tag",
|
||||
"registry": true,
|
||||
"raw": "electron-localshortcut",
|
||||
"name": "electron-localshortcut",
|
||||
"escapedName": "electron-localshortcut",
|
||||
"rawSpec": "",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "latest"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#USER",
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/electron-localshortcut/-/electron-localshortcut-3.1.0.tgz",
|
||||
"_shasum": "10c1ffd537b8d39170aaf6e1551341f7780dd2ce",
|
||||
"_spec": "electron-localshortcut",
|
||||
"_where": "E:\\projects\\p\\gitlit\\app",
|
||||
"author": {
|
||||
"name": "andrea@parro.it"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/parro-it/electron-localshortcut/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"debug": "^2.6.8",
|
||||
"electron-is-accelerator": "^0.1.0",
|
||||
"keyboardevent-from-electron-accelerator": "^1.1.0",
|
||||
"keyboardevents-areequal": "^0.2.1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "register/unregister a keyboard shortcut locally to a BrowserWindow instance, without using a Menu",
|
||||
"devDependencies": {
|
||||
"delay": "^2.0.0",
|
||||
"documentation": "^4.0.0-rc.1",
|
||||
"electron": "~1.6.7",
|
||||
"faucet": "^0.0.1",
|
||||
"p-electron": "^0.8.0",
|
||||
"p-event": "^1.1.0",
|
||||
"p-timeout": "^1.0.0",
|
||||
"robotjs": "^0.4.7",
|
||||
"tape-async": "^2.3.0",
|
||||
"xo": "^0.19.0"
|
||||
},
|
||||
"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=1.6.7 --disturl=https://atom.io/download/atom-shell --abi=51",
|
||||
"start": "electron example.js",
|
||||
"tape": "DEBUG=electron-localshortcut electron test.js",
|
||||
"test": "electron test.js | faucet && xo"
|
||||
},
|
||||
"version": "3.1.0"
|
||||
}
|
Reference in New Issue
Block a user