mirror of
https://github.com/S2-/gitlit
synced 2025-08-04 05:10:05 +02:00
add node modules to repo
This commit is contained in:
57
app/node_modules/electron-is-accelerator/package.json
generated
vendored
Normal file
57
app/node_modules/electron-is-accelerator/package.json
generated
vendored
Normal file
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"electron-is-accelerator@0.1.2",
|
||||
"/home/s2/Documents/Code/gitlit/app"
|
||||
]
|
||||
],
|
||||
"_from": "electron-is-accelerator@0.1.2",
|
||||
"_id": "electron-is-accelerator@0.1.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-UJ5RDCala1Xhf4Y6SwThEYRqsns=",
|
||||
"_location": "/electron-is-accelerator",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "electron-is-accelerator@0.1.2",
|
||||
"name": "electron-is-accelerator",
|
||||
"escapedName": "electron-is-accelerator",
|
||||
"rawSpec": "0.1.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.1.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/electron-localshortcut"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/electron-is-accelerator/-/electron-is-accelerator-0.1.2.tgz",
|
||||
"_spec": "0.1.2",
|
||||
"_where": "/home/s2/Documents/Code/gitlit/app",
|
||||
"author": {
|
||||
"name": "brrd"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/brrd/electron-is-accelerator/issues"
|
||||
},
|
||||
"description": "Check if a string is a valid Electron accelerator",
|
||||
"devDependencies": {
|
||||
"ava": "^0.17.0",
|
||||
"jshint": "^2.9.4"
|
||||
},
|
||||
"homepage": "https://github.com/brrd/electron-is-accelerator",
|
||||
"keywords": [
|
||||
"electron",
|
||||
"accelerator"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "electron-is-accelerator",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/brrd/electron-is-accelerator.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "jshint *.js && ava"
|
||||
},
|
||||
"version": "0.1.2"
|
||||
}
|
Reference in New Issue
Block a user