1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-03 12:50:04 +02:00

add node modules to repo

This commit is contained in:
s2
2018-06-03 13:47:11 +02:00
parent e8c95255e8
commit d002126b72
4115 changed files with 440218 additions and 7519 deletions

0
app/node_modules/electron-osx-sign/bin/electron-osx-flat.js generated vendored Normal file → Executable file
View File

0
app/node_modules/electron-osx-sign/bin/electron-osx-sign.js generated vendored Normal file → Executable file
View File

0
app/node_modules/electron-osx-sign/default.entitlements.mas.inherit.plist generated vendored Normal file → Executable file
View File

0
app/node_modules/electron-osx-sign/default.entitlements.mas.plist generated vendored Normal file → Executable file
View File

View File

@@ -1,27 +1,33 @@
{
"_from": "electron-osx-sign@^0.4.1",
"_args": [
[
"electron-osx-sign@0.4.10",
"/home/s2/Documents/Code/gitlit/app"
]
],
"_development": true,
"_from": "electron-osx-sign@0.4.10",
"_id": "electron-osx-sign@0.4.10",
"_inBundle": false,
"_integrity": "sha1-vk87ibKnWh3F8eckkIGrKSnKOiY=",
"_location": "/electron-osx-sign",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "electron-osx-sign@^0.4.1",
"raw": "electron-osx-sign@0.4.10",
"name": "electron-osx-sign",
"escapedName": "electron-osx-sign",
"rawSpec": "^0.4.1",
"rawSpec": "0.4.10",
"saveSpec": null,
"fetchSpec": "^0.4.1"
"fetchSpec": "0.4.10"
},
"_requiredBy": [
"/electron-packager"
],
"_resolved": "https://registry.npmjs.org/electron-osx-sign/-/electron-osx-sign-0.4.10.tgz",
"_shasum": "be4f3b89b2a75a1dc5f1e7249081ab2929ca3a26",
"_spec": "electron-osx-sign@^0.4.1",
"_where": "E:\\projects\\p\\gitlit\\app\\node_modules\\electron-packager",
"_spec": "0.4.10",
"_where": "/home/s2/Documents/Code/gitlit/app",
"author": {
"name": "sethlu"
},
@@ -32,7 +38,6 @@
"bugs": {
"url": "https://github.com/electron-userland/electron-osx-sign/issues"
},
"bundleDependencies": false,
"dependencies": {
"bluebird": "^3.5.0",
"compare-version": "^0.1.2",
@@ -41,7 +46,6 @@
"minimist": "^1.2.0",
"plist": "^2.1.0"
},
"deprecated": false,
"description": "Codesign Electron macOS apps",
"devDependencies": {
"electron-download": "^4.1.0",