{
  "_from": "@fastify/busboy@^1.2.1",
  "_id": "@fastify/busboy@1.2.1",
  "_inBundle": false,
  "_integrity": "sha512-7PQA7EH43S0CxcOa9OeAnaeA0oQ+e/DHNPZwSQM9CQHW76jle5+OvLdibRp/Aafs9KXbLhxyjOTkRjWUbQEd3Q==",
  "_location": "/@fastify/busboy",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@fastify/busboy@^1.2.1",
    "name": "@fastify/busboy",
    "escapedName": "@fastify%2fbusboy",
    "scope": "@fastify",
    "rawSpec": "^1.2.1",
    "saveSpec": null,
    "fetchSpec": "^1.2.1"
  },
  "_requiredBy": [
    "/firebase-admin"
  ],
  "_resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-1.2.1.tgz",
  "_shasum": "9c6db24a55f8b803b5222753b24fe3aea2ba9ca3",
  "_spec": "@fastify/busboy@^1.2.1",
  "_where": "/home/tgauser/public_html/api.tga.retrocubedevs.com/tga-backend/node_modules/firebase-admin",
  "author": {
    "name": "Brian White",
    "email": "mscdex@mscdex.net"
  },
  "bugs": {
    "url": "https://github.com/fastify/busboy/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Igor Savin",
      "email": "kibertoad@gmail.com",
      "url": "https://github.com/kibertoad"
    },
    {
      "name": "Aras Abbasi",
      "email": "aras.abbasi@gmail.com",
      "url": "https://github.com/uzlopak"
    }
  ],
  "dependencies": {
    "text-decoding": "^1.0.0"
  },
  "deprecated": false,
  "description": "A streaming parser for HTML form data for node.js",
  "devDependencies": {
    "@types/node": "^18.0.0",
    "busboy": "^1.0.0",
    "chai": "^4.3.6",
    "eslint": "^8.23.0",
    "eslint-config-standard": "^17.0.0",
    "eslint-plugin-n": "^15.2.5",
    "mocha": "^10.0.0",
    "nyc": "^15.1.0",
    "photofinish": "^1.8.0",
    "snazzy": "^9.0.0",
    "standard": "^17.0.0",
    "tsd": "^0.25.0",
    "typescript": "^4.5.2"
  },
  "engines": {
    "node": ">=14"
  },
  "files": [
    "README.md",
    "LICENSE",
    "lib/*",
    "deps/encoding/*",
    "deps/dicer/lib",
    "deps/streamsearch/",
    "deps/dicer/LICENSE"
  ],
  "homepage": "https://github.com/fastify/busboy#readme",
  "keywords": [
    "uploads",
    "forms",
    "multipart",
    "form-data"
  ],
  "license": "MIT",
  "main": "lib/main",
  "name": "@fastify/busboy",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fastify/busboy.git"
  },
  "scripts": {
    "bench:busboy": "cd benchmarks && npm install && npm run benchmark-fastify",
    "bench:dicer": "node bench/dicer/dicer-bench-multipart-parser.js",
    "coveralls": "nyc report --reporter=lcov",
    "lint": "npm run lint:standard",
    "lint:everything": "npm run lint && npm run test:types",
    "lint:fix": "standard --fix",
    "lint:standard": "standard --verbose | snazzy",
    "test": "npm run test:mocha",
    "test:coverage": "nyc npm run test",
    "test:mocha": "mocha test",
    "test:types": "tsd"
  },
  "standard": {
    "globals": [
      "describe",
      "it"
    ],
    "ignore": [
      "bench"
    ]
  },
  "tsd": {
    "directory": "test/types",
    "compilerOptions": {
      "esModuleInterop": false,
      "module": "commonjs",
      "target": "ES2017"
    }
  },
  "types": "lib/main.d.ts",
  "version": "1.2.1"
}
