{"id":15836970,"url":"https://github.com/afeiship/sse-parser","last_synced_at":"2026-04-30T01:36:32.456Z","repository":{"id":96088506,"uuid":"123672357","full_name":"afeiship/sse-parser","owner":"afeiship","description":"Event source message parser.","archived":false,"fork":false,"pushed_at":"2024-06-30T03:39:57.000Z","size":49,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-07T10:45:28.694Z","etag":null,"topics":["event-source","json","parse","parser","prefixed-json","sse"],"latest_commit_sha":null,"homepage":"","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/afeiship.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2018-03-03T08:07:11.000Z","updated_at":"2024-06-30T03:40:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"2c71ac4d-e055-4205-b02e-57f4839c5b0e","html_url":"https://github.com/afeiship/sse-parser","commit_stats":{"total_commits":54,"total_committers":1,"mean_commits":54.0,"dds":0.0,"last_synced_commit":"ee7afed661c326a95707cf6977dc06a3315d8b11"},"previous_names":["afeiship/sse-parser"],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Fsse-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Fsse-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Fsse-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Fsse-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/afeiship","download_url":"https://codeload.github.com/afeiship/sse-parser/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246670913,"owners_count":20815060,"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":["event-source","json","parse","parser","prefixed-json","sse"],"created_at":"2024-10-05T15:20:20.666Z","updated_at":"2026-04-30T01:36:32.415Z","avatar_url":"https://github.com/afeiship.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sse-parser\n\u003e Event source message parser.\n\n[![version][version-image]][version-url]\n[![license][license-image]][license-url]\n[![size][size-image]][size-url]\n[![download][download-image]][download-url]\n\n## installation\n```shell\nnpm install @jswork/sse-parser\n```\n\n## usage\n```js\nimport SseParser from '@jswork/sse-parser';\n\n// parse multi lines\nSseParser.parse('event: message\\ndata: hello\\n\\n');\n// [{ event:'message', data: 'hello' }]\n```\n\n## license\nCode released under [the MIT license](https://github.com/afeiship/sse-parser/blob/master/LICENSE.txt).\n\n[version-image]: https://img.shields.io/npm/v/@jswork/sse-parser\n[version-url]: https://npmjs.org/package/@jswork/sse-parser\n\n[license-image]: https://img.shields.io/npm/l/@jswork/sse-parser\n[license-url]: https://github.com/afeiship/sse-parser/blob/master/LICENSE.txt\n\n[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/sse-parser\n[size-url]: https://github.com/afeiship/sse-parser/blob/master/dist/index.min.js\n\n[download-image]: https://img.shields.io/npm/dm/@jswork/sse-parser\n[download-url]: https://www.npmjs.com/package/@jswork/sse-parser\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafeiship%2Fsse-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fafeiship%2Fsse-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafeiship%2Fsse-parser/lists"}