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-10 15:11:12 +02:00
parent da4083f574
commit 5c55c54b71
90877 changed files with 339776 additions and 33677 deletions

View File

@@ -1,34 +1,28 @@
{
"_args": [
[
"extract-zip@1.6.6",
"E:\\projects\\p\\gitlit\\app"
]
],
"_development": true,
"_from": "extract-zip@1.6.6",
"_id": "extract-zip@1.6.6",
"_from": "extract-zip@^1.0.3",
"_id": "extract-zip@1.6.7",
"_inBundle": false,
"_integrity": "sha1-EpDt6NINCHK0Kf0/NRyhKOxe+Fw=",
"_integrity": "sha1-qEC0uK9kAyZMjbV/Txp0Mz74H+k=",
"_location": "/extract-zip",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "extract-zip@1.6.6",
"raw": "extract-zip@^1.0.3",
"name": "extract-zip",
"escapedName": "extract-zip",
"rawSpec": "1.6.6",
"rawSpec": "^1.0.3",
"saveSpec": null,
"fetchSpec": "1.6.6"
"fetchSpec": "^1.0.3"
},
"_requiredBy": [
"/electron",
"/electron-packager"
],
"_resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-1.6.6.tgz",
"_spec": "1.6.6",
"_where": "E:\\projects\\p\\gitlit\\app",
"_resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-1.6.7.tgz",
"_shasum": "a840b4b8af6403264c8db57f4f1a74333ef81fe9",
"_spec": "extract-zip@^1.0.3",
"_where": "E:\\projects\\p\\gitlit\\app\\node_modules\\electron",
"author": {
"name": "max ogden"
},
@@ -38,12 +32,14 @@
"bugs": {
"url": "https://github.com/maxogden/extract-zip/issues"
},
"bundleDependencies": false,
"dependencies": {
"concat-stream": "1.6.0",
"concat-stream": "1.6.2",
"debug": "2.6.9",
"mkdirp": "0.5.0",
"mkdirp": "0.5.1",
"yauzl": "2.4.1"
},
"deprecated": false,
"description": "unzip a zip file into a directory using 100% javascript",
"devDependencies": {
"rimraf": "^2.2.8",
@@ -70,5 +66,5 @@
"scripts": {
"test": "standard && node test/test.js"
},
"version": "1.6.6"
"version": "1.6.7"
}