{"id":21744830,"url":"https://github.com/nestarz/pipe","last_synced_at":"2026-05-16T11:05:53.266Z","repository":{"id":235338766,"uuid":"643825890","full_name":"nestarz/pipe","owner":"nestarz","description":"TypeScript Pipe Operator with Async Support","archived":false,"fork":false,"pushed_at":"2023-05-22T08:51:54.000Z","size":6,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-01T08:02:17.449Z","etag":null,"topics":["async-await","browser","deno","functional-programming","typescript"],"latest_commit_sha":null,"homepage":"https://deno.land/x/pipe","language":"TypeScript","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/nestarz.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-05-22T08:33:42.000Z","updated_at":"2023-09-25T16:59:21.000Z","dependencies_parsed_at":"2024-04-23T05:26:02.212Z","dependency_job_id":"d925702b-908b-487e-a2ad-dc10ebd3226e","html_url":"https://github.com/nestarz/pipe","commit_stats":null,"previous_names":["nestarz/pipe"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/nestarz/pipe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nestarz%2Fpipe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nestarz%2Fpipe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nestarz%2Fpipe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nestarz%2Fpipe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nestarz","download_url":"https://codeload.github.com/nestarz/pipe/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nestarz%2Fpipe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33100321,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["async-await","browser","deno","functional-programming","typescript"],"created_at":"2024-11-26T07:12:45.136Z","updated_at":"2026-05-16T11:05:53.239Z","avatar_url":"https://github.com/nestarz.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pipe\n\n```ts\nimport pipe from \"https://deno.land/x/pipe/mod.ts\";\n\nconst fn = pipe(\n  (...nbs: number[]) =\u003e nbs.reduce((a, b) =\u003e a + b, 0),\n  async (c: number) =\u003e c * (await Promise.resolve(10)),\n  (d: number) =\u003e d + 1000\n); // const fn: (...args: number[]) =\u003e Promise\u003cnumber\u003e\n\nawait fn(1, 2, 3, 4, 5) // 1150\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnestarz%2Fpipe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnestarz%2Fpipe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnestarz%2Fpipe/lists"}