{ "_from": "@fastify/busboy@^2.0.0", "_id": "@fastify/busboy@2.1.1", "_inBundle": false, "_integrity": "sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==", "_location": "/@fastify/busboy", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@fastify/busboy@^2.0.0", "name": "@fastify/busboy", "escapedName": "@fastify%2fbusboy", "scope": "@fastify", "rawSpec": "^2.0.0", "saveSpec": null, "fetchSpec": "^2.0.0" }, "_requiredBy": [ "/undici" ], "_resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.1.tgz", "_shasum": "b9da6a878a371829a0502c9b6c1c143ef6663f4d", "_spec": "@fastify/busboy@^2.0.0", "_where": "/Users/scubbo/Code/commit-report-sync/node_modules/undici", "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" } ], "deprecated": false, "description": "A streaming parser for HTML form data for node.js", "devDependencies": { "@types/node": "^20.1.0", "busboy": "^1.0.0", "photofinish": "^1.8.0", "snazzy": "^9.0.0", "standard": "^17.0.0", "tap": "^16.3.8", "tinybench": "^2.5.1", "tsd": "^0.30.0", "typescript": "^5.0.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": "tap", "test:types": "tsd" }, "standard": { "globals": [ "describe", "it" ], "ignore": [ "bench" ] }, "tsd": { "directory": "test/types", "compilerOptions": { "esModuleInterop": false, "module": "commonjs", "target": "ES2017" } }, "type": "commonjs", "types": "lib/main.d.ts", "version": "2.1.1" }