{"id":18556323,"url":"https://github.com/maks-io/capitalize-lightweight","last_synced_at":"2025-05-15T13:11:22.572Z","repository":{"id":168355291,"uuid":"644031332","full_name":"maks-io/capitalize-lightweight","owner":"maks-io","description":"2 lightweight helper functions to do 'helloWORLD' → 'Helloworld' or 'helloWORLD' → 'HelloWORLD'.","archived":false,"fork":false,"pushed_at":"2024-03-26T10:08:52.000Z","size":165,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-27T10:18:13.975Z","etag":null,"topics":["capitalize","lowercase","string","strings","uppercase"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/maks-io.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-05-22T17:01:21.000Z","updated_at":"2023-05-22T17:34:34.000Z","dependencies_parsed_at":"2023-11-14T13:44:26.323Z","dependency_job_id":"d1f57f9d-8797-4db9-ae32-e258760d6a7f","html_url":"https://github.com/maks-io/capitalize-lightweight","commit_stats":null,"previous_names":["maks-io/capitalize-lightweight"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maks-io%2Fcapitalize-lightweight","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maks-io%2Fcapitalize-lightweight/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maks-io%2Fcapitalize-lightweight/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maks-io%2Fcapitalize-lightweight/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maks-io","download_url":"https://codeload.github.com/maks-io/capitalize-lightweight/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254346625,"owners_count":22055809,"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":["capitalize","lowercase","string","strings","uppercase"],"created_at":"2024-11-06T21:29:51.669Z","updated_at":"2025-05-15T13:11:22.552Z","avatar_url":"https://github.com/maks-io.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg alt=\"google-sheets-logo\" src=\"./documentation/logo.png\" /\u003e\n\n[![Version](https://img.shields.io/npm/v/capitalize-lightweight)](https://www.npmjs.com/package/capitalize-lightweight)\n\n2 lightweight helper functions to do `'helloWORLD' → 'Helloworld'` or `'helloWORLD' → 'HelloWORLD'`.\n\n## Install\n\n```\nnpm install --save capitalize-lightweight\n```\n\nOr via Yarn:\n\n```\nyarn add capitalize-lightweight\n```\n\n## Usage\n\n```typescript\nimport { capitalize, capitalizeExtra } from \"capitalize-lightweight\";\n\nconst s1 = capitalize('helloWORLD');\nconsole.log(s1); // =\u003e 'HelloWORLD'\n\nconst s2 = capitalizeExtra('helloWORLD');\nconsole.log(s2); // =\u003e 'Helloworld'\n```\n\n## \"wHy dO i NEeD A LiBrary FOr that?!\"\nYou don't ofc. I wanted mine. Feel free to re-use it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaks-io%2Fcapitalize-lightweight","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaks-io%2Fcapitalize-lightweight","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaks-io%2Fcapitalize-lightweight/lists"}