{"id":21078016,"url":"https://github.com/ryanburnette/alphabetize-object-keys","last_synced_at":"2025-03-14T04:12:12.030Z","repository":{"id":71533828,"uuid":"152887031","full_name":"ryanburnette/alphabetize-object-keys","owner":"ryanburnette","description":"Alphabetize the keys in an object.","archived":false,"fork":false,"pushed_at":"2018-10-13T16:13:32.000Z","size":67,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-20T23:16:25.083Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ryanburnette.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-10-13T15:41:32.000Z","updated_at":"2018-10-13T16:13:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"d34e3fcc-83bb-41d4-8cd0-a00b0b21cd0e","html_url":"https://github.com/ryanburnette/alphabetize-object-keys","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/ryanburnette%2Falphabetize-object-keys","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanburnette%2Falphabetize-object-keys/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanburnette%2Falphabetize-object-keys/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanburnette%2Falphabetize-object-keys/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryanburnette","download_url":"https://codeload.github.com/ryanburnette/alphabetize-object-keys/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243521288,"owners_count":20304187,"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-11-19T19:39:06.981Z","updated_at":"2025-03-14T04:12:12.010Z","avatar_url":"https://github.com/ryanburnette.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# alphabetize object keys\n\n[![npm version](https://badge.fury.io/js/%40ryanburnette%2Falphabetize-object-keys.svg)](https://badge.fury.io/js/%40ryanburnette%2Falphabetize-object-keys)\n\nTurn this...\n\n```javascript\nvar obj = {\n  c: 'c',\n  b: 'b',\n  a: {\n    b: 'b',\n    a: 'a'\n  }\n}\n```\n\n...into this...\n\n```javascript\nvar obj = {\n  a: {\n    a: 'a',\n    b: 'b'\n  }\n  b: 'b',\n  c: 'c',\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanburnette%2Falphabetize-object-keys","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryanburnette%2Falphabetize-object-keys","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanburnette%2Falphabetize-object-keys/lists"}