This commit is contained in:
2020-08-20 11:44:32 +02:00
parent 4715fc1814
commit 6aceefeb2f
2891 changed files with 11239 additions and 347539 deletions

69
node_modules/busboy/package.json generated vendored
View File

@@ -1,68 +1,17 @@
{
"_from": "busboy@^0.2.11",
"_id": "busboy@0.2.14",
"_inBundle": false,
"_integrity": "sha1-bCpiLvz0fFe7vh4qnDetNseSVFM=",
"_location": "/busboy",
"_phantomChildren": {
"core-util-is": "1.0.2",
"inherits": "2.0.3"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "busboy@^0.2.11",
"name": "busboy",
"escapedName": "busboy",
"rawSpec": "^0.2.11",
"saveSpec": null,
"fetchSpec": "^0.2.11"
},
"_requiredBy": [
"/multer"
],
"_resolved": "https://registry.npmjs.org/busboy/-/busboy-0.2.14.tgz",
"_shasum": "6c2a622efcf47c57bbbe1e2a9c37ad36c7925453",
"_spec": "busboy@^0.2.11",
"_where": "D:\\WORK\\Menui\\menui_backend\\node_modules\\multer",
"author": {
"name": "Brian White",
"email": "mscdex@mscdex.net"
},
"bugs": {
"url": "https://github.com/mscdex/busboy/issues"
},
"bundleDependencies": false,
{ "name": "busboy",
"version": "0.2.14",
"author": "Brian White <mscdex@mscdex.net>",
"description": "A streaming parser for HTML form data for node.js",
"main": "./lib/main",
"dependencies": {
"dicer": "0.2.5",
"readable-stream": "1.1.x"
},
"deprecated": false,
"description": "A streaming parser for HTML form data for node.js",
"engines": {
"node": ">=0.8.0"
},
"homepage": "https://github.com/mscdex/busboy#readme",
"keywords": [
"uploads",
"forms",
"multipart",
"form-data"
],
"licenses": [
{
"type": "MIT",
"url": "http://github.com/mscdex/busboy/raw/master/LICENSE"
}
],
"main": "./lib/main",
"name": "busboy",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/mscdex/busboy.git"
},
"scripts": {
"test": "node test/test.js"
},
"version": "0.2.14"
"engines": { "node": ">=0.8.0" },
"keywords": [ "uploads", "forms", "multipart", "form-data" ],
"licenses": [ { "type": "MIT", "url": "http://github.com/mscdex/busboy/raw/master/LICENSE" } ],
"repository" : { "type": "git", "url": "http://github.com/mscdex/busboy.git" }
}