{"id":25620752,"url":"https://github.com/codewell/snake-case-to-camel-case","last_synced_at":"2026-06-20T22:31:09.804Z","repository":{"id":35086478,"uuid":"204867419","full_name":"codewell/snake-case-to-camel-case","owner":"codewell","description":"Transform a string \"ACTION_TYPE\" to \"actionType\"","archived":false,"fork":false,"pushed_at":"2023-01-06T02:06:42.000Z","size":542,"stargazers_count":0,"open_issues_count":12,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-22T01:55:09.779Z","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/codewell.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":"2019-08-28T06:52:56.000Z","updated_at":"2020-07-20T07:47:17.000Z","dependencies_parsed_at":"2023-01-15T13:32:57.827Z","dependency_job_id":null,"html_url":"https://github.com/codewell/snake-case-to-camel-case","commit_stats":null,"previous_names":["fippli/snake-case-to-camel-case"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codewell/snake-case-to-camel-case","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewell%2Fsnake-case-to-camel-case","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewell%2Fsnake-case-to-camel-case/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewell%2Fsnake-case-to-camel-case/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewell%2Fsnake-case-to-camel-case/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codewell","download_url":"https://codeload.github.com/codewell/snake-case-to-camel-case/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewell%2Fsnake-case-to-camel-case/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":283943902,"owners_count":26920581,"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","status":"online","status_checked_at":"2025-11-11T02:00:06.610Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-02-22T07:27:58.319Z","updated_at":"2025-11-11T22:32:59.271Z","avatar_url":"https://github.com/codewell.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# snake_case -\u003e camelCase\nTransform `\"some_string\"` into `\"someString\"`\n\n## Installation\n```javascript\nnpm install @codewell/snake-case-to-camel-case\n```\n\n## Basic usage\n```JavaScript\nimport snakeCaseToCamelCase from '@codewell/snake-case-to-camel-case';\n\nconst some_string = 'some_string';\n\nconst someString = snakeCaseToCamelCase(some_string);\n\nconsole.log(someString); // =\u003e \"someString\"\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewell%2Fsnake-case-to-camel-case","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodewell%2Fsnake-case-to-camel-case","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewell%2Fsnake-case-to-camel-case/lists"}