{"id":16590289,"url":"https://github.com/glennreyes/map-keys-deep","last_synced_at":"2025-03-21T13:31:14.512Z","repository":{"id":32704852,"uuid":"139757135","full_name":"glennreyes/map-keys-deep","owner":"glennreyes","description":"🔑 Maps object keys recursively","archived":false,"fork":false,"pushed_at":"2023-01-04T01:27:01.000Z","size":1062,"stargazers_count":3,"open_issues_count":14,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T20:58:05.836Z","etag":null,"topics":["lodash","loop","utilities"],"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/glennreyes.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":"2018-07-04T18:58:29.000Z","updated_at":"2023-12-05T06:49:10.000Z","dependencies_parsed_at":"2023-01-14T21:59:46.165Z","dependency_job_id":null,"html_url":"https://github.com/glennreyes/map-keys-deep","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/glennreyes%2Fmap-keys-deep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glennreyes%2Fmap-keys-deep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glennreyes%2Fmap-keys-deep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glennreyes%2Fmap-keys-deep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/glennreyes","download_url":"https://codeload.github.com/glennreyes/map-keys-deep/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244141598,"owners_count":20404835,"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":["lodash","loop","utilities"],"created_at":"2024-10-11T23:12:09.906Z","updated_at":"2025-03-21T13:31:14.230Z","avatar_url":"https://github.com/glennreyes.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# map-keys-deep\n\n[![Build Status](https://travis-ci.org/glennreyes/map-keys-deep.svg?branch=master)](https://travis-ci.org/glennreyes/map-keys-deep) [![Coverage Status](https://coveralls.io/repos/github/glennreyes/map-keys-deep/badge.svg?branch=master)](https://coveralls.io/github/glennreyes/map-keys-deep?branch=master)\n\n🔑 Maps object keys recursively, like [`mapKeys`](https://lodash.com/docs/#mapKeys) by Lodash but recursive.\n\n# Usage\n\n## Install\n\n```\nyarn add map-keys-deep\n```\n\n## Simple sample usage\n\n```js\nimport mapKeysDeep from 'map-keys-deep';\n\nmapKeysDeep({ Hello: { World: true } }, keys =\u003e keys.toLowerCase());\n// { hello: { world: true } }\n```\n\n## FP style\n\n```js\nimport { camelCase } from 'lodash/fp';\nimport mapKeysDeep from 'map-keys-deep/fp';\n\nmapKeysDeep(camelCase)({ hello_world: { bye_world: true } });\n// { helloWorld: { byeWorld: true } }\n\nmapKeysDeep(keys =\u003e keys.toLowerCase())({ Hello: { World: true } });\n// { hello: { world: true } }\n```\n\n## Test\n\n```js\nyarn jest\n```\n\n# License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglennreyes%2Fmap-keys-deep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglennreyes%2Fmap-keys-deep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglennreyes%2Fmap-keys-deep/lists"}