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,33 +1,29 @@
{
"_args": [
[
"form-data@2.3.2",
"E:\\projects\\p\\gitlit\\app"
]
],
"_development": true,
"_from": "form-data@2.3.2",
"_from": "form-data@~2.3.2",
"_id": "form-data@2.3.2",
"_inBundle": false,
"_integrity": "sha1-SXBJi+YEwgwAXU9cI67NIda0kJk=",
"_location": "/form-data",
"_phantomChildren": {},
"_phantomChildren": {
"delayed-stream": "1.0.0"
},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "form-data@2.3.2",
"raw": "form-data@~2.3.2",
"name": "form-data",
"escapedName": "form-data",
"rawSpec": "2.3.2",
"rawSpec": "~2.3.2",
"saveSpec": null,
"fetchSpec": "2.3.2"
"fetchSpec": "~2.3.2"
},
"_requiredBy": [
"/request"
],
"_resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.2.tgz",
"_spec": "2.3.2",
"_where": "E:\\projects\\p\\gitlit\\app",
"_shasum": "4970498be604c20c005d4f5c23aecd21d6b49099",
"_spec": "form-data@~2.3.2",
"_where": "E:\\projects\\p\\gitlit\\app\\node_modules\\request",
"author": {
"name": "Felix Geisendörfer",
"email": "felix@debuggable.com",
@@ -37,11 +33,13 @@
"bugs": {
"url": "https://github.com/form-data/form-data/issues"
},
"bundleDependencies": false,
"dependencies": {
"asynckit": "^0.4.0",
"combined-stream": "1.0.6",
"mime-types": "^2.1.12"
},
"deprecated": false,
"description": "A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.",
"devDependencies": {
"browserify": "^13.1.1",