{"id":29189345,"url":"https://github.com/coderaiser/groupify","last_synced_at":"2026-04-28T13:32:48.547Z","repository":{"id":57254411,"uuid":"44268579","full_name":"coderaiser/groupify","owner":"coderaiser","description":"divide array by n elements in groups","archived":false,"fork":false,"pushed_at":"2018-05-10T08:20:59.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-22T03:07:24.570Z","etag":null,"topics":["array","group","javascript","nodejs"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/coderaiser.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-14T18:39:59.000Z","updated_at":"2018-05-10T08:21:01.000Z","dependencies_parsed_at":"2022-08-31T09:00:14.803Z","dependency_job_id":null,"html_url":"https://github.com/coderaiser/groupify","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/coderaiser/groupify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderaiser%2Fgroupify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderaiser%2Fgroupify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderaiser%2Fgroupify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderaiser%2Fgroupify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coderaiser","download_url":"https://codeload.github.com/coderaiser/groupify/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderaiser%2Fgroupify/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263047637,"owners_count":23405279,"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":["array","group","javascript","nodejs"],"created_at":"2025-07-01T23:07:13.891Z","updated_at":"2026-04-28T13:32:48.497Z","avatar_url":"https://github.com/coderaiser.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Groupify [![License][LicenseIMGURL]][LicenseURL] [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL] [![Build Status][BuildStatusIMGURL]][BuildStatusURL]\n\nDivide array by n elements in groups.\n\n## Install\n\n```\nnpm i groupify --save\nbower i groupify --save\n```\n\n## How to use?\n\n```js\ngroupify(3, [1,2,3,4,5,6]);\n// returns\n[[1,2], [3,4], [5,6]]\n```\n\n## License\n\nMIT\n\n[NPMIMGURL]:                https://img.shields.io/npm/v/groupify.svg?style=flat\n[BuildStatusIMGURL]:        https://img.shields.io/travis/coderaiser/groupify/master.svg?style=flat\n[DependencyStatusIMGURL]:   https://img.shields.io/david/coderaiser/groupify.svg?style=flat\n[LicenseIMGURL]:            https://img.shields.io/badge/license-MIT-317BF9.svg?style=flat\n[NPMURL]:                   https://npmjs.org/package/groupify \"npm\"\n[BuildStatusURL]:           https://travis-ci.org/coderaiser/groupify  \"Build Status\"\n[DependencyStatusURL]:      https://david-dm.org/coderaiser/groupify \"Dependency Status\"\n[LicenseURL]:               https://tldrlegal.com/license/mit-license \"MIT License\"\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderaiser%2Fgroupify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoderaiser%2Fgroupify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderaiser%2Fgroupify/lists"}