{"id":24118405,"url":"https://github.com/fantasyui-com/natural-sort-by-key","last_synced_at":"2025-02-28T15:43:35.547Z","repository":{"id":57308931,"uuid":"110707844","full_name":"fantasyui-com/natural-sort-by-key","owner":"fantasyui-com","description":"Sort array of objects by natural, human, alphanumeric order. Natural sort order is an ordering of strings in alphabetical order, except that multi-digit numbers are ordered as a single character. [Library, Sort]","archived":false,"fork":false,"pushed_at":"2022-07-02T18:16:08.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-11T15:49:32.542Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fantasyui-com.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":"2017-11-14T15:25:44.000Z","updated_at":"2022-07-02T18:16:09.000Z","dependencies_parsed_at":"2022-09-14T17:53:45.659Z","dependency_job_id":null,"html_url":"https://github.com/fantasyui-com/natural-sort-by-key","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/fantasyui-com%2Fnatural-sort-by-key","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fantasyui-com%2Fnatural-sort-by-key/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fantasyui-com%2Fnatural-sort-by-key/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fantasyui-com%2Fnatural-sort-by-key/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fantasyui-com","download_url":"https://codeload.github.com/fantasyui-com/natural-sort-by-key/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241176614,"owners_count":19922732,"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-01-11T08:19:32.183Z","updated_at":"2025-02-28T15:43:35.530Z","avatar_url":"https://github.com/fantasyui-com.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# natural-sort-by-key\nSort array of objects by natural, human, alphanumeric order. Natural sort order is an ordering of strings in alphabetical order, except that multi-digit numbers are ordered as a single character.\n\n    $\u003e npm i natural-sort-by-key\n\n    const byKey = require('natural-sort-by-key');\n    list.sort( byKey('flarp') )\n\nWhere list is an array of objects\n\n    let list = [\n      {flarp: '10 Baz'},\n      {flarp: '100 Baz'},\n      {flarp: '20 Baz'},\n    ]\n\nMore at [Wikipedia](https://en.wikipedia.org/wiki/Natural_sort_order)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffantasyui-com%2Fnatural-sort-by-key","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffantasyui-com%2Fnatural-sort-by-key","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffantasyui-com%2Fnatural-sort-by-key/lists"}