{"id":15945811,"url":"https://github.com/ig3/mfd-parser","last_synced_at":"2026-01-04T21:04:47.418Z","repository":{"id":205409385,"uuid":"714182795","full_name":"ig3/mfd-parser","owner":"ig3","description":"A simple multipart form data parser","archived":false,"fork":false,"pushed_at":"2024-07-16T15:49:59.000Z","size":190,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-10T19:40:18.289Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ig3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-04T06:29:25.000Z","updated_at":"2024-07-16T15:50:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"bb0033a9-2857-48cb-b019-8993ac336b9c","html_url":"https://github.com/ig3/mfd-parser","commit_stats":null,"previous_names":["ig3/mfd-parser"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ig3%2Fmfd-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ig3%2Fmfd-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ig3%2Fmfd-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ig3%2Fmfd-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ig3","download_url":"https://codeload.github.com/ig3/mfd-parser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244309145,"owners_count":20432309,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-07T09:07:01.183Z","updated_at":"2026-01-04T21:04:42.373Z","avatar_url":"https://github.com/ig3.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @ig3/mfd-parser\n\nThis is a parser for multipart/form-data messages.\n\nIt returns an object with one property per field. The value of these\nis an object with two properties: headers and value. The value of\nthe headers property is an array of objects, one per header. The value\nof the value property is the value of the field. In the case of a single\nvalued field, this will be a string. In the case of a field with multiple\nvalue, this will be an array of strings.\n\n## Installation\n\n```\nnpm install @ig3/mfd-parser\n```\n\n## Usage\n\n```\nconst mfd = require('@ig3/mfd-parser');\nconst params = mfd.parse(multipartFormData);\n```\n\n## Provenance\n\nThis is a fork of\n[multisolutions/multipart-parser](https://github.com/multisolution/multipart-parser)\nby Leo Cavalcante and Dannylo Dangel. This library was selected because it\nis simple and has no dependencies, and has proven adequate (with a few\nmodifications) for parsing Agiloft REST service requests.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fig3%2Fmfd-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fig3%2Fmfd-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fig3%2Fmfd-parser/lists"}