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,4 +1,11 @@
{
"_args": [
[
"debug@2.6.9",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "debug@2.6.9",
"_id": "debug@2.6.9",
"_inBundle": false,
@@ -19,9 +26,8 @@
"/extract-zip"
],
"_resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
"_shasum": "5d128515df134ff327e90a4c93f4e077a536341f",
"_spec": "debug@2.6.9",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\extract-zip",
"_spec": "2.6.9",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
@@ -30,7 +36,6 @@
"bugs": {
"url": "https://github.com/visionmedia/debug/issues"
},
"bundleDependencies": false,
"component": {
"scripts": {
"debug/index.js": "browser.js",
@@ -51,7 +56,6 @@
"dependencies": {
"ms": "2.0.0"
},
"deprecated": false,
"description": "small debugging utility",
"devDependencies": {
"browserify": "9.0.3",

View File

@@ -1,4 +1,11 @@
{
"_args": [
[
"ms@2.0.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "ms@2.0.0",
"_id": "ms@2.0.0",
"_inBundle": false,
@@ -19,14 +26,11 @@
"/extract-zip/debug"
],
"_resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
"_shasum": "5608aeadfc00be6c2901df5f9861788de0d597c8",
"_spec": "ms@2.0.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\extract-zip\\node_modules\\debug",
"_spec": "2.0.0",
"_where": "E:\\projects\\p\\gitlit",
"bugs": {
"url": "https://github.com/zeit/ms/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Tiny milisecond conversion utility",
"devDependencies": {
"eslint": "3.19.0",

View File

@@ -1,27 +1,33 @@
{
"_from": "extract-zip@^1.0.3",
"_args": [
[
"extract-zip@1.6.7",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "extract-zip@1.6.7",
"_id": "extract-zip@1.6.7",
"_inBundle": false,
"_integrity": "sha1-qEC0uK9kAyZMjbV/Txp0Mz74H+k=",
"_location": "/extract-zip",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "extract-zip@^1.0.3",
"raw": "extract-zip@1.6.7",
"name": "extract-zip",
"escapedName": "extract-zip",
"rawSpec": "^1.0.3",
"rawSpec": "1.6.7",
"saveSpec": null,
"fetchSpec": "^1.0.3"
"fetchSpec": "1.6.7"
},
"_requiredBy": [
"/electron-packager"
],
"_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",
"_spec": "1.6.7",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "max ogden"
},
@@ -31,14 +37,12 @@
"bugs": {
"url": "https://github.com/maxogden/extract-zip/issues"
},
"bundleDependencies": false,
"dependencies": {
"concat-stream": "1.6.2",
"debug": "2.6.9",
"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",