partparse
Version:
This module will parse the multipart-form containing files and fields from the lambda event object.
35 lines • 948 B
JSON
{
"name": "partparse",
"version": "1.0.1",
"description": "This module will parse the multipart-form containing files and fields from the lambda event object.",
"main": "index.js",
"author": "alterdime",
"license": "MIT",
"scripts": {
"test": "./node_modules/.bin/mocha --recursive --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlterDime/partparse.git"
},
"homepage": "https://github.com/AlterDime/partparse.git#readme",
"keywords": [
"aws",
"lambda",
"serverless",
"parser",
"multipart",
"form-data",
"formdata",
"multipart/form-data",
"multipart/formdata"
],
"dependencies": {
"busboy": "^1.6.0"
},
"devDependencies": {
"chai": "^4.3.6",
"mocha": "^10.0.0",
"sinon": "^14.0.0"
}
}