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

update dependencies

This commit is contained in:
s2
2018-10-10 15:11:12 +02:00
parent da4083f574
commit 5c55c54b71
90877 changed files with 339776 additions and 33677 deletions

21
app/node_modules/jquery/package.json generated vendored
View File

@@ -1,31 +1,26 @@
{
"_args": [
[
"jquery@3.3.1",
"E:\\projects\\p\\gitlit\\app"
]
],
"_from": "jquery@3.3.1",
"_from": "jquery@^3.3.1",
"_id": "jquery@3.3.1",
"_inBundle": false,
"_integrity": "sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg==",
"_location": "/jquery",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "jquery@3.3.1",
"raw": "jquery@^3.3.1",
"name": "jquery",
"escapedName": "jquery",
"rawSpec": "3.3.1",
"rawSpec": "^3.3.1",
"saveSpec": null,
"fetchSpec": "3.3.1"
"fetchSpec": "^3.3.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/jquery/-/jquery-3.3.1.tgz",
"_spec": "3.3.1",
"_shasum": "958ce29e81c9790f31be7792df5d4d95fc57fbca",
"_spec": "jquery@^3.3.1",
"_where": "E:\\projects\\p\\gitlit\\app",
"author": {
"name": "JS Foundation and other contributors",
@@ -34,6 +29,7 @@
"bugs": {
"url": "https://github.com/jquery/jquery/issues"
},
"bundleDependencies": false,
"commitplease": {
"nohook": true,
"components": [
@@ -65,6 +61,7 @@
"ticketPattern": "^((Closes|Fixes) ([a-zA-Z]{2,}-)[0-9]+)|^(Refs? [^#])"
},
"dependencies": {},
"deprecated": false,
"description": "JavaScript library for DOM operations",
"devDependencies": {
"babel-core": "7.0.0-beta.0",