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

73
node_modules/dicer/package.json generated vendored
View File

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