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

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

@@ -1,27 +1,33 @@
{
"_from": "q@^1.1.2",
"_args": [
[
"q@1.5.1",
"/home/s2/Documents/Code/gitlit/app"
]
],
"_development": true,
"_from": "q@1.5.1",
"_id": "q@1.5.1",
"_inBundle": false,
"_integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=",
"_location": "/q",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "q@^1.1.2",
"raw": "q@1.5.1",
"name": "q",
"escapedName": "q",
"rawSpec": "^1.1.2",
"rawSpec": "1.5.1",
"saveSpec": null,
"fetchSpec": "^1.1.2"
"fetchSpec": "1.5.1"
},
"_requiredBy": [
"/decompress-zip"
],
"_resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz",
"_shasum": "7e32f75b41381291d04611f1bf14109ac00651d7",
"_spec": "q@^1.1.2",
"_where": "E:\\projects\\p\\gitlit\\app\\node_modules\\decompress-zip",
"_spec": "1.5.1",
"_where": "/home/s2/Documents/Code/gitlit/app",
"author": {
"name": "Kris Kowal",
"email": "kris@cixar.com",
@@ -30,7 +36,6 @@
"bugs": {
"url": "http://github.com/kriskowal/q/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Kris Kowal",
@@ -49,7 +54,6 @@
}
],
"dependencies": {},
"deprecated": false,
"description": "A library for promises (CommonJS/Promises/A,B,D)",
"devDependencies": {
"cover": "*",