{"id":25620766,"url":"https://github.com/codewell/reorder-array","last_synced_at":"2026-05-25T06:30:18.268Z","repository":{"id":40795715,"uuid":"222716512","full_name":"codewell/reorder-array","owner":"codewell","description":"Set which element should be at the end of an array","archived":false,"fork":false,"pushed_at":"2023-01-06T02:17:42.000Z","size":807,"stargazers_count":0,"open_issues_count":11,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-04T18:18:00.160Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codewell.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}},"created_at":"2019-11-19T14:34:55.000Z","updated_at":"2021-05-12T15:10:08.000Z","dependencies_parsed_at":"2023-02-05T02:46:55.299Z","dependency_job_id":null,"html_url":"https://github.com/codewell/reorder-array","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewell%2Freorder-array","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewell%2Freorder-array/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewell%2Freorder-array/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewell%2Freorder-array/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codewell","download_url":"https://codeload.github.com/codewell/reorder-array/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240139736,"owners_count":19754168,"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":"2025-02-22T07:27:59.815Z","updated_at":"2026-05-25T06:30:16.212Z","avatar_url":"https://github.com/codewell.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @codewell/reorder-array\nReorder an array\n\n## Installation\n```\nnpm install @codewell/reorder-array\n```\n\n## Basic usage\n```JavaScript\nimport reorderArray from '@codewell/reorder-array';\n\nreorderArray(['a', 'b', 'c'], 0, 2); // =\u003e ['b', 'c', 'a']\nreorderArray(['a', 'b', 'c'], 2, 0); // =\u003e ['c', 'a', 'b']\n```\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewell%2Freorder-array","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodewell%2Freorder-array","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewell%2Freorder-array/lists"}