{"id":20388921,"url":"https://github.com/iterable-iterator/select","last_synced_at":"2025-07-24T13:09:20.796Z","repository":{"id":37175788,"uuid":"364264460","full_name":"iterable-iterator/select","owner":"iterable-iterator","description":":point_down: Iterable item selection for JavaScript","archived":false,"fork":false,"pushed_at":"2025-07-13T00:49:58.000Z","size":2179,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-13T02:38:35.098Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://iterable-iterator.github.io/select","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iterable-iterator.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-05-04T13:25:46.000Z","updated_at":"2025-07-13T00:49:26.000Z","dependencies_parsed_at":"2023-02-19T13:45:24.046Z","dependency_job_id":"c08c49f4-b860-4c40-996b-c2fadcce8851","html_url":"https://github.com/iterable-iterator/select","commit_stats":{"total_commits":242,"total_committers":4,"mean_commits":60.5,"dds":0.3099173553719008,"last_synced_commit":"5b77b79f5256a04aa5f9a5f764c99afcc8dcdd10"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/iterable-iterator/select","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iterable-iterator%2Fselect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iterable-iterator%2Fselect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iterable-iterator%2Fselect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iterable-iterator%2Fselect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iterable-iterator","download_url":"https://codeload.github.com/iterable-iterator/select/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iterable-iterator%2Fselect/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266845403,"owners_count":23994062,"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","status":"online","status_checked_at":"2025-07-24T02:00:09.469Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-15T03:14:00.752Z","updated_at":"2025-07-24T13:09:20.777Z","avatar_url":"https://github.com/iterable-iterator.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":":point_down: [@iterable-iterator/select](https://iterable-iterator.github.io/select)\n==\n\nIterable item selection for JavaScript.\nSee [docs](https://iterable-iterator.github.io/select/index.html).\n\n\u003e :warning: Depending on your environment, the code may require\n\u003e `regeneratorRuntime` to be defined, for instance by importing\n\u003e [regenerator-runtime/runtime](https://www.npmjs.com/package/regenerator-runtime).\n\n```js\nimport {first, last, nth} from '@iterable-iterator/select';\nimport {range} from '@iterable-iterator/range';\nfirst(range(10)); // 0\nlast(range(10)); // 9\nnth(range(10), 0); // 0\nnth(range(10), -1); // 9\nnth(range(10), -3); // 7\n```\n\n[![License](https://img.shields.io/github/license/iterable-iterator/select.svg)](https://raw.githubusercontent.com/iterable-iterator/select/main/LICENSE)\n[![Version](https://img.shields.io/npm/v/@iterable-iterator/select.svg)](https://www.npmjs.org/package/@iterable-iterator/select)\n[![Tests](https://img.shields.io/github/actions/workflow/status/iterable-iterator/select/ci.yml?branch=main\u0026event=push\u0026label=tests)](https://github.com/iterable-iterator/select/actions/workflows/ci.yml?query=branch:main)\n[![Dependencies](https://img.shields.io/librariesio/github/iterable-iterator/select.svg)](https://github.com/iterable-iterator/select/network/dependencies)\n[![GitHub issues](https://img.shields.io/github/issues/iterable-iterator/select.svg)](https://github.com/iterable-iterator/select/issues)\n[![Downloads](https://img.shields.io/npm/dm/@iterable-iterator/select.svg)](https://www.npmjs.org/package/@iterable-iterator/select)\n\n[![Code issues](https://img.shields.io/codeclimate/issues/iterable-iterator/select.svg)](https://codeclimate.com/github/iterable-iterator/select/issues)\n[![Code maintainability](https://img.shields.io/codeclimate/maintainability/iterable-iterator/select.svg)](https://codeclimate.com/github/iterable-iterator/select/trends/churn)\n[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/iterable-iterator/select/main.svg)](https://codecov.io/gh/iterable-iterator/select)\n[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/iterable-iterator/select.svg)](https://codeclimate.com/github/iterable-iterator/select/trends/technical_debt)\n[![Documentation](https://iterable-iterator.github.io/select/badge.svg)](https://iterable-iterator.github.io/select/source.html)\n[![Package size](https://img.shields.io/bundlephobia/minzip/@iterable-iterator/select)](https://bundlephobia.com/result?p=@iterable-iterator/select)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiterable-iterator%2Fselect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiterable-iterator%2Fselect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiterable-iterator%2Fselect/lists"}