1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-03 21:00: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/asar/bin/asar.js generated vendored Normal file → Executable file
View File

View File

@@ -1,27 +1,33 @@
{
"_from": "glob@^6.0.4",
"_args": [
[
"glob@6.0.4",
"/home/s2/Documents/Code/gitlit/app"
]
],
"_development": true,
"_from": "glob@6.0.4",
"_id": "glob@6.0.4",
"_inBundle": false,
"_integrity": "sha1-DwiGD2oVUSey+t1PnOJLGqtuTSI=",
"_location": "/asar/glob",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "glob@^6.0.4",
"raw": "glob@6.0.4",
"name": "glob",
"escapedName": "glob",
"rawSpec": "^6.0.4",
"rawSpec": "6.0.4",
"saveSpec": null,
"fetchSpec": "^6.0.4"
"fetchSpec": "6.0.4"
},
"_requiredBy": [
"/asar"
],
"_resolved": "https://registry.npmjs.org/glob/-/glob-6.0.4.tgz",
"_shasum": "0f08860f6a155127b2fadd4f9ce24b1aab6e4d22",
"_spec": "glob@^6.0.4",
"_where": "E:\\projects\\p\\gitlit\\app\\node_modules\\asar",
"_spec": "6.0.4",
"_where": "/home/s2/Documents/Code/gitlit/app",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
@@ -30,7 +36,6 @@
"bugs": {
"url": "https://github.com/isaacs/node-glob/issues"
},
"bundleDependencies": false,
"dependencies": {
"inflight": "^1.0.4",
"inherits": "2",
@@ -38,7 +43,6 @@
"once": "^1.3.0",
"path-is-absolute": "^1.0.0"
},
"deprecated": false,
"description": "a little globber",
"devDependencies": {
"mkdirp": "0",

24
app/node_modules/asar/package.json generated vendored
View File

@@ -1,5 +1,12 @@
{
"_from": "asar@^0.14.0",
"_args": [
[
"asar@0.14.3",
"/home/s2/Documents/Code/gitlit/app"
]
],
"_development": true,
"_from": "asar@0.14.3",
"_id": "asar@0.14.3",
"_inBundle": false,
"_integrity": "sha512-+hNnVVDmYbv05We/a9knj/98w171+A94A9DNHj+3kXUr3ENTQoSEcfbJRvBBRHyOh4vukBYWujmHvvaMmQoQbg==",
@@ -12,29 +19,27 @@
"path-is-absolute": "1.0.1"
},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "asar@^0.14.0",
"raw": "asar@0.14.3",
"name": "asar",
"escapedName": "asar",
"rawSpec": "^0.14.0",
"rawSpec": "0.14.3",
"saveSpec": null,
"fetchSpec": "^0.14.0"
"fetchSpec": "0.14.3"
},
"_requiredBy": [
"/electron-packager"
],
"_resolved": "https://registry.npmjs.org/asar/-/asar-0.14.3.tgz",
"_shasum": "c72a81542a48e3bca459fb1b07ee2b6adfae265d",
"_spec": "asar@^0.14.0",
"_where": "E:\\projects\\p\\gitlit\\app\\node_modules\\electron-packager",
"_spec": "0.14.3",
"_where": "/home/s2/Documents/Code/gitlit/app",
"bin": {
"asar": "./bin/asar.js"
},
"bugs": {
"url": "https://github.com/electron/asar/issues"
},
"bundleDependencies": false,
"dependencies": {
"chromium-pickle-js": "^0.2.0",
"commander": "^2.9.0",
@@ -45,7 +50,6 @@
"mksnapshot": "^0.3.0",
"tmp": "0.0.28"
},
"deprecated": false,
"description": "Creating Electron app packages",
"devDependencies": {
"electron": "^1.6.2",