{"id":24698566,"url":"https://github.com/faradayio/through2-jsonwriter","last_synced_at":"2026-04-16T19:03:24.069Z","repository":{"id":26290939,"uuid":"29738661","full_name":"faradayio/through2-jsonwriter","owner":"faradayio","description":"A simple transform stream that stringifies JSON","archived":false,"fork":false,"pushed_at":"2015-01-23T15:57:06.000Z","size":136,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-05-29T13:10:25.525Z","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:26:28.000Z","updated_at":"2020-09-10T18:53:06.000Z","dependencies_parsed_at":"2022-07-21T08:32:16.555Z","dependency_job_id":null,"html_url":"https://github.com/faradayio/through2-jsonwriter","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-jsonwriter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faradayio%2Fthrough2-jsonwriter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faradayio%2Fthrough2-jsonwriter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faradayio%2Fthrough2-jsonwriter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/faradayio","download_url":"https://codeload.github.com/faradayio/through2-jsonwriter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faradayio%2Fthrough2-jsonwriter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259274259,"owners_count":22832492,"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:20.196Z","updated_at":"2026-04-16T19:03:19.030Z","avatar_url":"https://github.com/faradayio.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# through2-jsonwriter\nA simple transform stream that stringifies JSON\n\n## Installation\n\n```console\nnpm install through2-jsonwriter\n```\n\nor\n\n```console\nnpm install --save through2-jsonwriter\n```\n\n## Usage\n\n```javascript\nvar jsonWriter = require('through2-jsonwriter');\n\nvar stringifier = jsonWriter();\n\nstringifier.write({hello: 'world'});\n\nstringifier.pipe(process.stdout); //outputs {\"hello\":\"world\"}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaradayio%2Fthrough2-jsonwriter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffaradayio%2Fthrough2-jsonwriter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaradayio%2Fthrough2-jsonwriter/lists"}