{"id":19042040,"url":"https://github.com/writetome51/array-shuffle","last_synced_at":"2026-06-25T07:31:20.152Z","repository":{"id":122062367,"uuid":"151043829","full_name":"writetome51/array-shuffle","owner":"writetome51","description":"Randomly re-orders items in array.","archived":false,"fork":false,"pushed_at":"2020-08-27T07:02:40.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-09-22T09:02:26.629Z","etag":null,"topics":["array","array-manipulations","javascript","randomizer","shuffle","shuffler"],"latest_commit_sha":null,"homepage":"","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/writetome51.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}},"created_at":"2018-10-01T06:12:31.000Z","updated_at":"2020-09-10T02:58:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"ddb03ee5-dd50-44d6-84dd-212dbe6c252e","html_url":"https://github.com/writetome51/array-shuffle","commit_stats":null,"previous_names":["writetome51/array-get-shuffled"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/writetome51%2Farray-shuffle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/writetome51%2Farray-shuffle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/writetome51%2Farray-shuffle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/writetome51%2Farray-shuffle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/writetome51","download_url":"https://codeload.github.com/writetome51/array-shuffle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240100512,"owners_count":19747683,"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","array-manipulations","javascript","randomizer","shuffle","shuffler"],"created_at":"2024-11-08T22:34:01.687Z","updated_at":"2026-05-08T19:30:18.146Z","avatar_url":"https://github.com/writetome51.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# shuffle(array): void\n\nShuffles order of `array`.\n\n## Example\n```js\nlet arr = [1,2,3,4,5,6,7,8];\nshuffle(arr);\nconsole.log(arr);\n// [2,8,7,5,6,1,4,3]\n```\n\n## Installation\n`npm i  @writetome51/array-shuffle`\n\n## Loading\n```js\nimport {shuffle} from '@writetome51/array-shuffle';\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwritetome51%2Farray-shuffle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwritetome51%2Farray-shuffle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwritetome51%2Farray-shuffle/lists"}