{"id":24698576,"url":"https://github.com/faradayio/through2-linewriter","last_synced_at":"2026-05-12T07:32:31.430Z","repository":{"id":26290871,"uuid":"29738588","full_name":"faradayio/through2-linewriter","owner":"faradayio","description":"Opposite of a line reader. Appends a newline to every chunk pushed through the stream. Uses through2","archived":false,"fork":false,"pushed_at":"2015-01-23T15:55:32.000Z","size":136,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-02-28T12:13:52.610Z","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/faradayio.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-01-23T15:24:42.000Z","updated_at":"2020-09-10T18:53:05.000Z","dependencies_parsed_at":"2022-07-21T08:32:16.334Z","dependency_job_id":null,"html_url":"https://github.com/faradayio/through2-linewriter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faradayio%2Fthrough2-linewriter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faradayio%2Fthrough2-linewriter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faradayio%2Fthrough2-linewriter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faradayio%2Fthrough2-linewriter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/faradayio","download_url":"https://codeload.github.com/faradayio/through2-linewriter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244902936,"owners_count":20529114,"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":"2025-01-27T04:29:21.963Z","updated_at":"2026-05-12T07:32:26.408Z","avatar_url":"https://github.com/faradayio.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# through2-linewriter\nOpposite of a line reader. Appends a newline to every chunk pushed through the stream. Uses through2\n\n## Installation\n\n```console\nnpm install through2-linewriter\n```\n\nor\n\n```console\nnpm install --save through2-linewriter\n```\n\n## Usage\n\n```javascript\nvar linewriter = require('through2-linewriter');\n\nvar writer = linewriter();\n\nwriter.pipe(process.stdout);\n\nwriter.write('Hello, World!'); //writes \"Hello, World!\\n\"\nwriter.write('This goes on the next line'); //writes \"This goes on the next line\\n\"\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaradayio%2Fthrough2-linewriter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffaradayio%2Fthrough2-linewriter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaradayio%2Fthrough2-linewriter/lists"}