1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-03 21:00: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

View File

@@ -1,32 +1,26 @@
{
"_args": [
[
"electron@2.0.8",
"E:\\projects\\p\\gitlit\\app"
]
],
"_development": true,
"_from": "electron@2.0.8",
"_id": "electron@2.0.8",
"_from": "electron@^3.0.3",
"_id": "electron@3.0.3",
"_inBundle": false,
"_integrity": "sha512-pbeGFbwijb5V3Xy/KMcwIp59eA9igg2br+7EHbbwQoa3HRDF5JjTrciX7OiscCA52+ze2n4q38S4lXPqRitgIA==",
"_integrity": "sha512-5ypkMO368UbWd1e0ZwKaflYLXSHSw2wAvC5/yApv03pX/KV3uD/2/qF7rW841H9I3QPmS03YZ6UZmlQV/fNczw==",
"_location": "/electron",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "electron@2.0.8",
"raw": "electron@^3.0.3",
"name": "electron",
"escapedName": "electron",
"rawSpec": "2.0.8",
"rawSpec": "^3.0.3",
"saveSpec": null,
"fetchSpec": "2.0.8"
"fetchSpec": "^3.0.3"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/electron/-/electron-2.0.8.tgz",
"_spec": "2.0.8",
"_resolved": "https://registry.npmjs.org/electron/-/electron-3.0.3.tgz",
"_shasum": "2857ed8d37c1b46e0a75a72684800252255f3243",
"_spec": "electron@^3.0.3",
"_where": "E:\\projects\\p\\gitlit\\app",
"author": {
"name": "Electron Community"
@@ -37,11 +31,13 @@
"bugs": {
"url": "https://github.com/electron/electron/issues"
},
"bundleDependencies": false,
"dependencies": {
"@types/node": "^8.0.24",
"electron-download": "^3.0.1",
"electron-download": "^4.1.0",
"extract-zip": "^1.0.3"
},
"deprecated": false,
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
"devDependencies": {
"home-path": "^0.1.1",
@@ -51,6 +47,9 @@
"directories": {
"test": "test"
},
"engines": {
"node": ">= 4.0"
},
"homepage": "https://github.com/electron/electron#readme",
"keywords": [
"electron"
@@ -69,5 +68,5 @@
"test": "standard"
},
"types": "electron.d.ts",
"version": "2.0.8"
"version": "3.0.3"
}