{
  "_args": [
    [
      "busboy@1.6.0",
      "/var/www/html/sprbackend"
    ]
  ],
  "_from": "busboy@1.6.0",
  "_id": "busboy@1.6.0",
  "_inBundle": false,
  "_integrity": "sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==",
  "_location": "/busboy",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "busboy@1.6.0",
    "name": "busboy",
    "escapedName": "busboy",
    "rawSpec": "1.6.0",
    "saveSpec": null,
    "fetchSpec": "1.6.0"
  },
  "_requiredBy": [
    "/express-fileupload"
  ],
  "_resolved": "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz",
  "_spec": "1.6.0",
  "_where": "/var/www/html/sprbackend",
  "author": {
    "name": "Brian White",
    "email": "mscdex@mscdex.net"
  },
  "bugs": {
    "url": "https://github.com/mscdex/busboy/issues"
  },
  "dependencies": {
    "streamsearch": "^1.1.0"
  },
  "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"
}
