{
  "name": "multiparty",
  "description": "multipart/form-data parser which supports streaming",
  "version": "4.2.2",
  "author": "Andrew Kelley <superjoe30@gmail.com>",
  "contributors": [
    "Douglas Christopher Wilson <doug@somethingdoug.com>",
    "Felix Geisendörfer <felix@debuggable.com>"
  ],
  "license": "MIT",
  "keywords": [
    "file",
    "upload",
    "formidable",
    "stream",
    "s3"
  ],
  "repository": "pillarjs/multiparty",
  "dependencies": {
    "http-errors": "~1.8.0",
    "safe-buffer": "5.2.1",
    "uid-safe": "2.1.5"
  },
  "devDependencies": {
    "eslint": "7.5.0",
    "eslint-plugin-markdown": "1.0.2",
    "mkdirp": "0.5.5",
    "mocha": "7.2.0",
    "nyc": "15.1.0",
    "pend": "1.2.0",
    "require-all": "3.0.0",
    "rimraf": "2.6.3",
    "superagent": "2.3.0"
  },
  "files": [
    "HISTORY.md",
    "LICENSE",
    "README.md",
    "index.js"
  ],
  "engines": {
    "node": ">= 0.10"
  },
  "scripts": {
    "lint": "eslint --plugin markdown --ext js,md .",
    "test": "mocha --reporter spec --bail --check-leaks test/",
    "test-ci": "nyc --reporter=text npm test",
    "test-cov": "nyc --reporter=html --reporter=text npm test"
  }
}
