{"id":15290802,"url":"https://github.com/tomeraberbach/lfi","last_synced_at":"2025-05-15T17:01:38.640Z","repository":{"id":42020725,"uuid":"322432444","full_name":"TomerAberbach/lfi","owner":"TomerAberbach","description":"🦥 A lazy functional iteration library supporting sync, async, and concurrent iteration.","archived":false,"fork":false,"pushed_at":"2024-12-13T05:12:08.000Z","size":2356,"stargazers_count":340,"open_issues_count":7,"forks_count":2,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-05-12T01:48:27.252Z","etag":null,"topics":["async","concurrent","functional-programming","generator","iterable","iterator","javascript","lazy","npm-module","npm-package","promise","sync"],"latest_commit_sha":null,"homepage":"https://lfi.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TomerAberbach.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license-apache","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},"funding":{"github":"TomerAberbach"}},"created_at":"2020-12-17T22:57:06.000Z","updated_at":"2025-04-29T03:48:05.000Z","dependencies_parsed_at":"2024-01-01T10:10:24.396Z","dependency_job_id":"083febcf-74d5-473e-b9a4-3d780760a4dc","html_url":"https://github.com/TomerAberbach/lfi","commit_stats":{"total_commits":207,"total_committers":3,"mean_commits":69.0,"dds":0.2657004830917874,"last_synced_commit":"38c7c22a83e9cb414ac01bda9b5769bfb14c426e"},"previous_names":[],"tags_count":31,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomerAberbach%2Flfi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomerAberbach%2Flfi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomerAberbach%2Flfi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomerAberbach%2Flfi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TomerAberbach","download_url":"https://codeload.github.com/TomerAberbach/lfi/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254384936,"owners_count":22062421,"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":["async","concurrent","functional-programming","generator","iterable","iterator","javascript","lazy","npm-module","npm-package","promise","sync"],"created_at":"2024-09-30T16:09:33.011Z","updated_at":"2025-05-15T17:01:38.612Z","avatar_url":"https://github.com/TomerAberbach.png","language":"TypeScript","funding_links":["https://github.com/sponsors/TomerAberbach"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/TomerAberbach/lfi/blob/main/sloth.svg\" alt=\"Sloth juggling office supplies\" width=\"400\" /\u003e\n\u003c/div\u003e\n\n\u003ch1 align=\"center\"\u003e\n  lfi\n\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://npmjs.org/package/lfi\"\u003e\n    \u003cimg src=\"https://badgen.now.sh/npm/v/lfi\" alt=\"version\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/TomerAberbach/lfi/actions\"\u003e\n    \u003cimg src=\"https://github.com/TomerAberbach/lfi/workflows/CI/badge.svg\" alt=\"CI\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://unpkg.com/lfi/dist/index.min.js\"\u003e\n    \u003cimg src=\"https://deno.bundlejs.com/?q=lfi\u0026badge\" alt=\"gzip size\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://unpkg.com/lfi/dist/index.min.js\"\u003e\n    \u003cimg src=\"https://deno.bundlejs.com/?q=lfi\u0026config={%22compression%22:{%22type%22:%22brotli%22}}\u0026badge\" alt=\"brotli size\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/sponsors/TomerAberbach\"\u003e\n    \u003cimg src=\"https://img.shields.io/static/v1?label=Sponsor\u0026message=%E2%9D%A4\u0026logo=GitHub\u0026color=%23fe8e86\" alt=\"Sponsor\" /\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  A \u003cb\u003el\u003c/b\u003eazy \u003cb\u003ef\u003c/b\u003eunctional \u003cb\u003ei\u003c/b\u003eteration library supporting sync, async, and concurrent iteration.\n\u003c/div\u003e\n\n## Features\n\n- **Lazy:** delays applying operations until their results are needed\n- **Functional:** provides highly composable functions\n- **Iteration:** supports sync iterables, async iterables, and unique\n  [_concurrent iterables_](https://lfi.dev/docs/concepts/concurrent-iterable)\n- **Async \u0026 Concurrent:** apply async operations sequentially over async\n  iterables or concurrently over\n  [_concurrent iterables_](https://lfi.dev/docs/concepts/concurrent-iterable)\n- **Tree Shakeable:** only bundle the code you actually use!\n- **Adorable Logo:** designed by [Jill Marbach](https://jillmarbach.com)!\n\n## Getting started\n\nCheck out the documentation at [lfi.dev](https://lfi.dev)!\n\n## Contributing\n\nStars are always welcome!\n\nFor bugs and feature requests,\n[please create an issue](https://github.com/TomerAberbach/lfi/issues/new).\n\n## License\n\n[MIT](https://github.com/TomerAberbach/lfi/blob/main/license) ©\n[Tomer Aberbach](https://github.com/TomerAberbach) \\\n[Apache 2.0](https://github.com/TomerAberbach/lfi/blob/main/license-apache) ©\n[Google](https://github.com/TomerAberbach/lfi/blob/main/notice-apache)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomeraberbach%2Flfi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomeraberbach%2Flfi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomeraberbach%2Flfi/lists"}