{"id":17749581,"url":"https://github.com/oresoftware/line-stream-parser","last_synced_at":"2025-04-01T08:11:58.469Z","repository":{"id":95712508,"uuid":"197136867","full_name":"ORESoftware/line-stream-parser","owner":"ORESoftware","description":"Node.js transform stream - reads buffered data, writes buffers representing lines split by newline","archived":false,"fork":false,"pushed_at":"2019-10-28T21:02:55.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-03-02T00:26:04.174Z","etag":null,"topics":["line-parser","nodejs","npm","stream","stream-processing"],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/ORESoftware.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","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":"2019-07-16T06:48:11.000Z","updated_at":"2019-10-28T21:02:57.000Z","dependencies_parsed_at":"2023-04-13T10:12:06.972Z","dependency_job_id":null,"html_url":"https://github.com/ORESoftware/line-stream-parser","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ORESoftware%2Fline-stream-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ORESoftware%2Fline-stream-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ORESoftware%2Fline-stream-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ORESoftware%2Fline-stream-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ORESoftware","download_url":"https://codeload.github.com/ORESoftware/line-stream-parser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246604611,"owners_count":20804100,"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":["line-parser","nodejs","npm","stream","stream-processing"],"created_at":"2024-10-26T11:23:49.210Z","updated_at":"2025-04-01T08:11:58.395Z","avatar_url":"https://github.com/ORESoftware.png","language":"Shell","readme":"\n\u003cdiv align=\"right\"\u003e\n\nTravis build status:\n[![Build Status](https://travis-ci.org/ORESoftware/line-stream-parser.svg?branch=master)](https://travis-ci.org/ORESoftware/typescript-library-skeleton)\n\nCircleCI build status:\n[![CircleCI](https://circleci.com/gh/ORESoftware/line-stream-parser/tree/master.svg?style=svg)](https://circleci.com/gh/ORESoftware/typescript-library-skeleton/tree/master)\n\n\u003c/div\u003e\n\n## LSP - Line Stream Parser\n\n\u003e Take a stream of characters and split by newlines (or custom delimiter)\n\n\n### Install\n\n```shell\n\nnpm i '@oresoftware/line-stream-parser'\n\n```\n\n### CLI interface\n\n```shell\n\n echo 'some\\nchars' | parse_lines\n\n```\n\n\n### Node.js interface\n\n```typescript\n\nimport LineParser from '@oresoftware/line-stream-parser'\n\nprocess.stdin.resume().pipe(new LineParser()).on('data', d =\u003e {\n  console.log(String(d));\n});\n\n\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foresoftware%2Fline-stream-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foresoftware%2Fline-stream-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foresoftware%2Fline-stream-parser/lists"}