{"id":16349313,"url":"https://github.com/stevemao/list-to-matrix","last_synced_at":"2025-11-11T13:30:20.872Z","repository":{"id":66063339,"uuid":"141794868","full_name":"stevemao/list-to-matrix","owner":"stevemao","description":null,"archived":false,"fork":false,"pushed_at":"2018-07-22T02:30:27.000Z","size":2,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-11T10:43:18.135Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/stevemao.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}},"created_at":"2018-07-21T08:29:16.000Z","updated_at":"2018-12-13T17:20:53.000Z","dependencies_parsed_at":"2023-02-21T00:16:33.797Z","dependency_job_id":null,"html_url":"https://github.com/stevemao/list-to-matrix","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"f3730b22e3c7b0894156a2839890765de8459564"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevemao%2Flist-to-matrix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevemao%2Flist-to-matrix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevemao%2Flist-to-matrix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevemao%2Flist-to-matrix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stevemao","download_url":"https://codeload.github.com/stevemao/list-to-matrix/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239589972,"owners_count":19664390,"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":[],"created_at":"2024-10-11T00:59:01.667Z","updated_at":"2025-11-11T13:30:20.834Z","avatar_url":"https://github.com/stevemao.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e Convert list to matrix\n\nCode copied from https://stackoverflow.com/a/4492417/2075423\n\n```js\nlistToMatrix([1, 2, 3, 4, 5, 6, 7, 8, 9], 3)\n// =\u003e [[1, 2, 3], [4, 5, 6], [7, 8, 9]]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevemao%2Flist-to-matrix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstevemao%2Flist-to-matrix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevemao%2Flist-to-matrix/lists"}