mirror of
https://github.com/S2-/gitlit
synced 2025-08-04 05:10:05 +02:00
update dependencies
This commit is contained in:
41
node_modules/extract-zip/package.json
generated
vendored
41
node_modules/extract-zip/package.json
generated
vendored
@@ -1,36 +1,27 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"extract-zip@1.6.6",
|
||||
"/home/s2/Documents/Code/gitlit"
|
||||
]
|
||||
],
|
||||
"_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": {
|
||||
"minimist": "0.0.8",
|
||||
"ms": "2.0.0"
|
||||
},
|
||||
"_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-packager"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-1.6.6.tgz",
|
||||
"_spec": "1.6.6",
|
||||
"_where": "/home/s2/Documents/Code/gitlit",
|
||||
"_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\\node_modules\\electron-packager",
|
||||
"author": {
|
||||
"name": "max ogden"
|
||||
},
|
||||
@@ -40,12 +31,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",
|
||||
@@ -72,5 +65,5 @@
|
||||
"scripts": {
|
||||
"test": "standard && node test/test.js"
|
||||
},
|
||||
"version": "1.6.6"
|
||||
"version": "1.6.7"
|
||||
}
|
||||
|
Reference in New Issue
Block a user