{"id":16490800,"url":"https://github.com/awinterman/bracket-stream","last_synced_at":"2026-05-14T03:32:52.806Z","repository":{"id":10494321,"uuid":"12676358","full_name":"AWinterman/bracket-stream","owner":"AWinterman","description":"given bracket symbols, aggregate the chunks between them.","archived":false,"fork":false,"pushed_at":"2013-09-08T05:00:23.000Z","size":108,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-11T20:40:18.130Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AWinterman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-09-08T04:58:19.000Z","updated_at":"2013-09-08T05:00:23.000Z","dependencies_parsed_at":"2022-09-02T10:01:07.074Z","dependency_job_id":null,"html_url":"https://github.com/AWinterman/bracket-stream","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/AWinterman%2Fbracket-stream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AWinterman%2Fbracket-stream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AWinterman%2Fbracket-stream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AWinterman%2Fbracket-stream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AWinterman","download_url":"https://codeload.github.com/AWinterman/bracket-stream/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241328978,"owners_count":19944975,"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-11T13:49:25.217Z","updated_at":"2026-05-14T03:32:52.765Z","avatar_url":"https://github.com/AWinterman.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"```javascript\nvar bracket = new Bracket('\u003c', '\u003e')\n\n// file.txt contents: \n// \"\u003cp\u003e what a wonderful day to be \u003cstrong\u003e bold \u003c/strong\u003e \u003c/p\u003e\"\n\nvar sample = fs.createReadStream('file.txt')\n\nsample.pipe(bracket)\n  .on('data', function(data) {\n    console.log(data)\n  })\n```\n\nResults:\n```\np\nstrong\n/strong\n/p\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fawinterman%2Fbracket-stream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fawinterman%2Fbracket-stream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fawinterman%2Fbracket-stream/lists"}