1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
| {
| "_from": "busboy@^1.0.0",
| "_id": "busboy@1.6.0",
| "_inBundle": false,
| "_integrity": "sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==",
| "_location": "/busboy",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "busboy@^1.0.0",
| "name": "busboy",
| "escapedName": "busboy",
| "rawSpec": "^1.0.0",
| "saveSpec": null,
| "fetchSpec": "^1.0.0"
| },
| "_requiredBy": [
| "/multer"
| ],
| "_resolved": "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz",
| "_shasum": "966ea36a9502e43cdb9146962523b92f531f6893",
| "_spec": "busboy@^1.0.0",
| "_where": "/home/l/plc/node-red/node_modules/multer",
| "author": {
| "name": "Brian White",
| "email": "mscdex@mscdex.net"
| },
| "bugs": {
| "url": "https://github.com/mscdex/busboy/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "streamsearch": "^1.1.0"
| },
| "deprecated": false,
| "description": "A streaming parser for HTML form data for node.js",
| "devDependencies": {
| "@mscdex/eslint-config": "^1.1.0",
| "eslint": "^7.32.0"
| },
| "engines": {
| "node": ">=10.16.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/index.js",
| "name": "busboy",
| "repository": {
| "type": "git",
| "url": "git+ssh://git@github.com/mscdex/busboy.git"
| },
| "scripts": {
| "lint": "eslint --cache --report-unused-disable-directives --ext=.js .eslintrc.js lib test bench",
| "lint:fix": "npm run lint -- --fix",
| "test": "node test/test.js"
| },
| "version": "1.6.0"
| }
|
|