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/p-try/package.json generated vendored
View File

@@ -1,27 +1,33 @@
{
"_from": "p-try@^1.0.0",
"_args": [
[
"p-try@1.0.0",
"/home/s2/Documents/Code/gitlit/app"
]
],
"_development": true,
"_from": "p-try@1.0.0",
"_id": "p-try@1.0.0",
"_inBundle": false,
"_integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=",
"_location": "/p-try",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "p-try@^1.0.0",
"raw": "p-try@1.0.0",
"name": "p-try",
"escapedName": "p-try",
"rawSpec": "^1.0.0",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/p-limit"
],
"_resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz",
"_shasum": "cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3",
"_spec": "p-try@^1.0.0",
"_where": "E:\\projects\\p\\gitlit\\app\\node_modules\\p-limit",
"_spec": "1.0.0",
"_where": "/home/s2/Documents/Code/gitlit/app",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -30,8 +36,6 @@
"bugs": {
"url": "https://github.com/sindresorhus/p-try/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "`Promise#try()` ponyfill - Starts a promise chain",
"devDependencies": {
"ava": "*",