{"id":21880913,"url":"https://github.com/mntm-lib/multipart","last_synced_at":"2025-03-22T00:43:12.441Z","repository":{"id":57127824,"uuid":"404458663","full_name":"mntm-lib/multipart","owner":"mntm-lib","description":"Probably the fastest most compatible lexer/parser/stringifier for multipart/form-data","archived":false,"fork":false,"pushed_at":"2021-11-06T08:54:33.000Z","size":12,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T05:09:26.058Z","etag":null,"topics":["form-data","formdata","lexer","multipart","parser","perse","stringifier","stringify"],"latest_commit_sha":null,"homepage":"https://npm.im/@mntm/multipart","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mntm-lib.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}},"created_at":"2021-09-08T18:44:12.000Z","updated_at":"2023-02-02T23:51:38.000Z","dependencies_parsed_at":"2022-08-31T16:11:25.787Z","dependency_job_id":null,"html_url":"https://github.com/mntm-lib/multipart","commit_stats":null,"previous_names":["maxi-team/multipart"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mntm-lib%2Fmultipart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mntm-lib%2Fmultipart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mntm-lib%2Fmultipart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mntm-lib%2Fmultipart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mntm-lib","download_url":"https://codeload.github.com/mntm-lib/multipart/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244890107,"owners_count":20527031,"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":["form-data","formdata","lexer","multipart","parser","perse","stringifier","stringify"],"created_at":"2024-11-28T09:16:55.999Z","updated_at":"2025-03-22T00:43:12.411Z","avatar_url":"https://github.com/mntm-lib.png","language":"TypeScript","readme":"# @mntm/multipart [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/maxi-team/multipart/blob/master/LICENSE)\n\nProbably the fastest most compatible lexer/parser/stringifier for multipart/form-data.\n\n## Usage\n\nIf you don't need to parse headers and encoding, use lexer:\n\n```js\nimport { formLexer } from '@mntm/multipart';\n\nconst lexed = formLexer(buffer);\n```\n\nOtherwise use parser:\n\n```js\nimport { formParser } from '@mntm/multipart';\n\nconst parsed = formParser(buffer);\n```\n\nFor stiringify data to multipart/form-data:\n\n```js\nimport { fromStringify, BOUNDARY } from '@mntm/multipart';\n\nconst body = fromStringify({});\n```\n\n## Installation\n\nWe recommend to use [yarn](https://classic.yarnpkg.com/en/docs/install/) for dependency management:\n\n```shell\nyarn add @mntm/multipart\n```\n\n## License\n\n@mntm/multipart is [MIT licensed](./LICENSE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmntm-lib%2Fmultipart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmntm-lib%2Fmultipart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmntm-lib%2Fmultipart/lists"}