{"id":16836368,"url":"https://github.com/mvertes/nl-stream","last_synced_at":"2025-07-18T17:33:43.721Z","repository":{"id":75669685,"uuid":"47837011","full_name":"mvertes/nl-stream","owner":"mvertes","description":"nodejs line stream","archived":false,"fork":false,"pushed_at":"2015-12-11T17:05:43.000Z","size":1,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-23T12:44:17.176Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mvertes.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":"2015-12-11T16:16:57.000Z","updated_at":"2019-09-30T16:15:44.000Z","dependencies_parsed_at":"2023-05-27T19:15:46.641Z","dependency_job_id":null,"html_url":"https://github.com/mvertes/nl-stream","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"f3fc64afd76290a132262f068323491917137cbd"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mvertes/nl-stream","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvertes%2Fnl-stream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvertes%2Fnl-stream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvertes%2Fnl-stream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvertes%2Fnl-stream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mvertes","download_url":"https://codeload.github.com/mvertes/nl-stream/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvertes%2Fnl-stream/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265801967,"owners_count":23830506,"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-13T12:13:16.069Z","updated_at":"2025-07-18T17:33:43.700Z","avatar_url":"https://github.com/mvertes.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nl-stream\n\nA NodeJS stream returning one event per line.\n\n```javascript\nvar Lines = require('nl-stream')\nvar lines = new Lines()\ninputStream.pipe(lines)\nlines.on('data', function(line) {\n\tconsole.log(line)\n})\nlines.on('end', function () {\n\tconsole.log('line stream finished')\n})\n```\n\n## License\n\n[MIT license](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmvertes%2Fnl-stream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmvertes%2Fnl-stream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmvertes%2Fnl-stream/lists"}