{"id":18432154,"url":"https://github.com/dustinspecker/dict-key-values","last_synced_at":"2025-10-04T12:33:34.812Z","repository":{"id":62418426,"uuid":"53213887","full_name":"dustinspecker/dict-key-values","owner":"dustinspecker","description":"Swap the key value pairs of a Dict","archived":false,"fork":false,"pushed_at":"2016-03-11T22:26:53.000Z","size":3,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-16T09:26:43.970Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Elm","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/dustinspecker.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-03-05T17:32:06.000Z","updated_at":"2016-03-06T14:51:37.000Z","dependencies_parsed_at":"2022-11-01T16:48:35.318Z","dependency_job_id":null,"html_url":"https://github.com/dustinspecker/dict-key-values","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dustinspecker%2Fdict-key-values","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dustinspecker%2Fdict-key-values/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dustinspecker%2Fdict-key-values/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dustinspecker%2Fdict-key-values/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dustinspecker","download_url":"https://codeload.github.com/dustinspecker/dict-key-values/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248805419,"owners_count":21164327,"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-06T05:27:39.292Z","updated_at":"2025-10-04T12:33:29.772Z","avatar_url":"https://github.com/dustinspecker.png","language":"Elm","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DictKeyValues [![Build Status](https://travis-ci.org/dustinspecker/dict-key-values.svg?branch=master)](https://travis-ci.org/dustinspecker/dict-key-values) [![Elm Docs](https://img.shields.io/badge/elm-docs-brightgreen.svg)](http://package.elm-lang.org/packages/dustinspecker/dict-key-values/latest)\n\u003e Swap the key value pairs of a Dict\n\n## Install\n\n```bash\nelm-package install dustinspecker/dict-key-values\n```\n\n## Usage\n\n```elm\nmodule AwesomeModule where\n\nimport Dict\nimport DictKeyValues\n\npeople =\n  Dict.fromList [ (\"Bob\", 3), (\"Jan\", 7) ]\n\nDictKeyValues.swap people -- Dict.fromList [ (3, \"Bob\"), (7, \"Jan\") ]\n```\n\n## License\nMIT © [Dustin Specker](https://github.com/dustinspecker)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdustinspecker%2Fdict-key-values","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdustinspecker%2Fdict-key-values","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdustinspecker%2Fdict-key-values/lists"}