{"id":22682196,"url":"https://github.com/mits87/transform-keys-deep","last_synced_at":"2025-03-29T14:22:49.458Z","repository":{"id":46913260,"uuid":"231833710","full_name":"mits87/transform-keys-deep","owner":"mits87","description":"Deeply transform object keys to camelCase or snake_case.","archived":false,"fork":false,"pushed_at":"2023-01-05T04:52:34.000Z","size":645,"stargazers_count":1,"open_issues_count":12,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-18T15:03:50.774Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/mits87.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}},"created_at":"2020-01-04T21:53:49.000Z","updated_at":"2022-05-11T22:09:15.000Z","dependencies_parsed_at":"2023-02-03T10:30:28.884Z","dependency_job_id":null,"html_url":"https://github.com/mits87/transform-keys-deep","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mits87%2Ftransform-keys-deep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mits87%2Ftransform-keys-deep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mits87%2Ftransform-keys-deep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mits87%2Ftransform-keys-deep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mits87","download_url":"https://codeload.github.com/mits87/transform-keys-deep/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246193904,"owners_count":20738569,"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-12-09T20:25:45.643Z","updated_at":"2025-03-29T14:22:49.435Z","avatar_url":"https://github.com/mits87.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# transform-keys-deep\n\n\u003e Deeply convert object keys from snakecase to camelcase and and other way around\u003cbr\u003e\n\u003e Example: `{unicornRainbow: {fooBar: 1}}` → `{unicorn_rainbow: {foo_bar: 1}}`\n\n## Install\n\n```\n$ npm install --save transform-keys-deep\n```\n\n## Usage\n\n```js\nconst { camelcaseKeysDeep, snakecaseKeysDeep } = require('transform-keys-deep');\n\nsnakecaseKeysDeep({unicornRainbow: {fooBar: 1}});\n//=\u003e {unicorn_rainbow: {foo_bar: 1}}\n\ncamelcaseKeysDeep({unicorn_rainbow: {foo_bar: 1}});\n//=\u003e {unicornRainbow: {fooBar: 1}}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmits87%2Ftransform-keys-deep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmits87%2Ftransform-keys-deep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmits87%2Ftransform-keys-deep/lists"}