{"id":32623136,"url":"https://github.com/jotsr/lazy_pipe","last_synced_at":"2026-04-14T07:34:04.327Z","repository":{"id":162871952,"uuid":"599002033","full_name":"JOTSR/lazy_pipe","owner":"JOTSR","description":"Simple lazy evaluation of value piping. Create the logic before and compute the value only when needed.","archived":false,"fork":false,"pushed_at":"2024-02-19T11:48:06.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-30T19:55:41.554Z","etag":null,"topics":["deno","lazy-evaluation","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/JOTSR.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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-02-08T08:45:52.000Z","updated_at":"2024-02-19T11:13:16.000Z","dependencies_parsed_at":"2023-09-02T05:20:34.166Z","dependency_job_id":null,"html_url":"https://github.com/JOTSR/lazy_pipe","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/JOTSR/lazy_pipe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JOTSR%2Flazy_pipe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JOTSR%2Flazy_pipe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JOTSR%2Flazy_pipe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JOTSR%2Flazy_pipe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JOTSR","download_url":"https://codeload.github.com/JOTSR/lazy_pipe/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JOTSR%2Flazy_pipe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31787059,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: 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":["deno","lazy-evaluation","typescript"],"created_at":"2025-10-30T19:54:18.685Z","updated_at":"2026-04-14T07:34:04.308Z","avatar_url":"https://github.com/JOTSR.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LazyPipe - lazy evaluator pipeline\n\n[![Tags](https://img.shields.io/github/v/tag/JOTSR/lazy_pipe?style=flat-square\u0026label=jsr)](https://jsr.io/@jotsr/lazy-pipe)\n[![deno doc](https://img.shields.io/badge/deno-doc-blue?style=flat-square)](https://jsr.io/@jotsr/lazy-pipe/doc)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square)](https://opensource.org/licenses/MIT)\n\nSimple lazy evaluation of value piping. Create the logic before and compute the\nvalue only when needed.\n\n# Examples\n\n```ts\nconst lazyValue = new Lazy(veryBigArray)\n\t.pipe((self) =\u003e self.map((x) =\u003e 2 * x))\n\t.pipe((self) =\u003e self.toReversed())\n\t.pipe((self) =\u003e self.toSorted())\n\t.pipe((self) =\u003e self.reduce((acc, curr) =\u003e acc - curr, 0))\n\nif (rareCondition) {\n\tconsole.log(lazyValue.value)\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjotsr%2Flazy_pipe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjotsr%2Flazy_pipe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjotsr%2Flazy_pipe/lists"}