{"id":13724960,"url":"https://github.com/shuding/sluga","last_synced_at":"2025-05-07T19:32:10.466Z","repository":{"id":52475905,"uuid":"298015783","full_name":"shuding/sluga","owner":"shuding","description":"Slugify a string. The minimal version.","archived":false,"fork":true,"pushed_at":"2022-04-29T08:57:58.000Z","size":60,"stargazers_count":36,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-14T00:36:29.683Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"eseQ/slugify","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shuding.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":"2020-09-23T15:35:37.000Z","updated_at":"2024-01-23T17:31:44.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/shuding/sluga","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuding%2Fsluga","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuding%2Fsluga/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuding%2Fsluga/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuding%2Fsluga/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shuding","download_url":"https://codeload.github.com/shuding/sluga/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224608959,"owners_count":17339785,"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-08-03T01:02:08.039Z","updated_at":"2024-11-14T15:30:31.968Z","avatar_url":"https://github.com/shuding.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# sluga\n\n\u003e Slugify a string\n\nA fork of @sindresorhus/slugify, with ES5 support added and extra options removed.\n\n## Install\n\n```\n$ npm install sluga\n```\n\n## Usage\n\n```js\nconst slugify = require('sluga');\n\nslugify('I ♥ Dogs');\n//=\u003e 'i-dogs'\n\nslugify('  Déjà Vu!  ');\n//=\u003e 'deja-vu'\n\nslugify('fooBar 123 $#%');\n//=\u003e 'foo-bar-123'\n\nslugify('я люблю единорогов');\n//=\u003e 'ya-lyublyu-edinorogov'\n```\n\n## API\n\n### slugify(string)\n\n#### string\n\nType: `string`\n\nString to slugify.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuding%2Fsluga","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshuding%2Fsluga","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuding%2Fsluga/lists"}