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

update dependencies

This commit is contained in:
s2
2018-10-09 09:51:34 +02:00
parent 4fcc873901
commit da4083f574
1112 changed files with 23205 additions and 21697 deletions

View File

@@ -1,33 +1,27 @@
{
"_args": [
[
"electron-packager@12.1.0",
"/home/s2/Documents/Code/gitlit"
]
],
"_development": true,
"_from": "electron-packager@12.1.0",
"_id": "electron-packager@12.1.0",
"_from": "electron-packager@^12.1.0",
"_id": "electron-packager@12.2.0",
"_inBundle": false,
"_integrity": "sha1-BI3U/zhIvhnFhzwxW1sxLfYhUyg=",
"_integrity": "sha512-T5W/FIK4VXhYIOWxkehmz6zXt2S/sA9JZ3AL+/jeKCicQY6QVQ0K8B7W801L+GPTwbgTPycHjO+iqEf1BhZ+Iw==",
"_location": "/electron-packager",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "electron-packager@12.1.0",
"raw": "electron-packager@^12.1.0",
"name": "electron-packager",
"escapedName": "electron-packager",
"rawSpec": "12.1.0",
"rawSpec": "^12.1.0",
"saveSpec": null,
"fetchSpec": "12.1.0"
"fetchSpec": "^12.1.0"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/electron-packager/-/electron-packager-12.1.0.tgz",
"_spec": "12.1.0",
"_where": "/home/s2/Documents/Code/gitlit",
"_resolved": "https://registry.npmjs.org/electron-packager/-/electron-packager-12.2.0.tgz",
"_shasum": "e38e0702a12e5f62a00a03aabd0b9ad28aebab4b",
"_spec": "electron-packager@^12.1.0",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "max ogden"
},
@@ -40,10 +34,11 @@
"bugs": {
"url": "https://github.com/electron-userland/electron-packager/issues"
},
"bundleDependencies": false,
"dependencies": {
"asar": "^0.14.0",
"debug": "^3.0.0",
"electron-download": "^4.0.0",
"electron-download": "^4.1.1",
"electron-osx-sign": "^0.4.1",
"extract-zip": "^1.0.3",
"fs-extra": "^5.0.0",
@@ -59,6 +54,7 @@
"semver": "^5.3.0",
"yargs-parser": "^10.0.0"
},
"deprecated": false,
"description": "Customize and package your Electron app with OS-specific bundles (.app, .exe, etc.) via JS or CLI",
"devDependencies": {
"ava": "^0.25.0",
@@ -129,5 +125,5 @@
"lint": "eslint .",
"test": "npm run lint && nyc ava test/index.js"
},
"version": "12.1.0"
"version": "12.2.0"
}