{"id":19388940,"url":"https://github.com/james2doyle/lit-slugify","last_synced_at":"2025-10-19T23:08:32.125Z","repository":{"id":29959664,"uuid":"33506415","full_name":"james2doyle/lit-slugify","owner":"james2doyle","description":"Lit package for generating URL slugs","archived":false,"fork":false,"pushed_at":"2015-09-05T20:12:31.000Z","size":140,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-04T23:30:25.698Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Lua","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/james2doyle.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":"2015-04-06T21:18:49.000Z","updated_at":"2022-09-21T15:32:52.000Z","dependencies_parsed_at":"2022-08-17T23:55:37.297Z","dependency_job_id":null,"html_url":"https://github.com/james2doyle/lit-slugify","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/james2doyle/lit-slugify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/james2doyle%2Flit-slugify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/james2doyle%2Flit-slugify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/james2doyle%2Flit-slugify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/james2doyle%2Flit-slugify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/james2doyle","download_url":"https://codeload.github.com/james2doyle/lit-slugify/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/james2doyle%2Flit-slugify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279938049,"owners_count":26247493,"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-10-19T02:00:07.647Z","response_time":64,"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":"2024-11-10T10:14:07.091Z","updated_at":"2025-10-19T23:08:32.112Z","avatar_url":"https://github.com/james2doyle.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"Slugify\n=======\n\nThis was inspired by [simov/slugify](https://github.com/simov/slugify).\n\n### Install\n\n```sh\n$ lit install james2doyle/slugify\n```\n\n### Usage\n\nInput:\n\n```lua\nlocal slugify = require('slugify')\n\nprint(slugify(\"this is suppoSED to BE a nice      URL\"))\n-- use _ instead of the default -\nprint(slugify(\"this is suppoSED __ to BE a nice      URL\", '_'))\nprint(slugify(\"You can find details! about the string library in section 5.4\"))\n-- insane url attempt\nprint(slugify(\"yayΩ≈ç√∫˜µåß∂ƒ©˙∆˚åß∂∂ƒ©©˙∆˚œ∑´®†¥¨ˆøπ…æ“‘[]{}\"))\n```\n\nOutput:\n\n```\nthis-is-supposed-to-be-a-nice-url\nthis_is_supposed_to_be_a_nice_url\nyou-can-find-details-about-the-string-library-in-section-5-4\nyay\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjames2doyle%2Flit-slugify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjames2doyle%2Flit-slugify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjames2doyle%2Flit-slugify/lists"}