UNPKG

request-multipart

Version:

Multipart body support for request-compose

53 lines (52 loc) 1.22 kB
{ "name": "request-multipart", "version": "1.0.0", "description": "Multipart body support for request-compose", "keywords": [ "request", "compose", "http", "multipart", "form-data" ], "license": "Apache-2.0", "homepage": "https://github.com/simov/request-multipart", "author": "Simeon Velichkov <simeonvelichkov@gmail.com> (https://simov.github.io)", "repository": { "type": "git", "url": "https://github.com/simov/request-multipart.git" }, "dependencies": { "bl": "^4.0.3", "isstream": "^0.1.2", "mime-types": "^2.1.28", "multistream": "^4.0.1", "uuid": "^8.3.2" }, "devDependencies": { "coveralls": "^3.0.11", "formidable": "^1.2.1", "mocha": "^7.1.1", "nyc": "^15.0.1", "request-compose": "^2.1.0", "request-logs": "^2.1.3" }, "bin": {}, "main": "./multipart.js", "type": "commonjs", "files": [ "lib/", "multipart.js", "LICENSE", "README.md", "package.json" ], "scripts": { "test": "npm run test:ci", "test:ci": "npx mocha --recursive", "test:cov": "npx nyc --reporter=lcov --reporter=text-summary mocha -- --recursive" }, "engines": { "node": ">=8.0.0" } }