UNPKG

multiparty

Version:

multipart/form-data parser which supports streaming

51 lines (50 loc) 1.17 kB
{ "name": "multiparty", "description": "multipart/form-data parser which supports streaming", "version": "4.2.3", "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.1", "safe-buffer": "5.2.1", "uid-safe": "2.1.5" }, "devDependencies": { "eslint": "7.32.0", "eslint-plugin-markdown": "2.2.1", "mkdirp": "0.5.5", "mocha": "9.1.4", "nyc": "15.1.0", "pend": "1.2.0", "require-all": "3.0.0", "rimraf": "2.6.3", "superagent": "3.8.3" }, "files": [ "HISTORY.md", "LICENSE", "README.md", "index.js" ], "engines": { "node": ">= 0.10" }, "scripts": { "lint": "eslint .", "test": "mocha --reporter spec --bail --check-leaks test/", "test-ci": "nyc --reporter=lcov --reporter=text npm test", "test-cov": "nyc --reporter=html --reporter=text npm test" } }