{"id":22828707,"url":"https://github.com/busterc/skewered","last_synced_at":"2025-03-31T01:18:06.790Z","repository":{"id":74997467,"uuid":"118670392","full_name":"busterc/skewered","owner":"busterc","description":":oden: The simplest slugify module in the universe.","archived":false,"fork":false,"pushed_at":"2018-08-25T21:55:59.000Z","size":42,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-25T04:01:27.065Z","etag":null,"topics":["dash-case","dashcase","hyphenate","hyphenation","kebab-case","slug","slugify","urlify"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/busterc.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}},"created_at":"2018-01-23T21:12:07.000Z","updated_at":"2023-09-08T17:35:39.000Z","dependencies_parsed_at":"2023-07-11T14:34:22.774Z","dependency_job_id":null,"html_url":"https://github.com/busterc/skewered","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"74e36267dcff058ca6299b51114f1e69d9d7538c"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/busterc%2Fskewered","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/busterc%2Fskewered/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/busterc%2Fskewered/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/busterc%2Fskewered/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/busterc","download_url":"https://codeload.github.com/busterc/skewered/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246399803,"owners_count":20770909,"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":["dash-case","dashcase","hyphenate","hyphenation","kebab-case","slug","slugify","urlify"],"created_at":"2024-12-12T19:11:45.013Z","updated_at":"2025-03-31T01:18:06.772Z","avatar_url":"https://github.com/busterc.png","language":"JavaScript","readme":"# skewered [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]\n\n\u003e The simplest slugify module in the universe.\n\n## Prerequisites\n\nAny input character that is not `a-z`, `0-9` or `-` will be lowercased or replaced with a hyphen.\n\n* Therefore, use other modifiers beforehand, e.g. [`diacritics`](https://www.npmjs.com/package/diacritics)\n\nResulting values:\n\n* Only contain `a-z`, `0-9`, `-`\n* Do not contain leading or trailing hyphens\n* Do not contain repeating hyphens\n\n## Installation\n\n```sh\n$ npm install skewered\n```\n\n## Usage\n\n```js\nconst skewered = require(\"skewered\");\nconst before =\n  \"- (this),is.a+test-that*must:work;or\u0026else#it%fails big/*/time  1'2'3 123--xyz----Möbius _\";\nconst after =\n  \"this-is-a-test-that-must-work-or-else-it-fails-big-time-1-2-3-123-xyz-m-bius\";\n\nconsole.log(skewered(before) === after);\n//=\u003e true\n```\n\n## License\n\nISC © [Buster Collings](https://about.me/buster)\n\n[npm-image]: https://badge.fury.io/js/skewered.svg\n[npm-url]: https://npmjs.org/package/skewered\n[travis-image]: https://travis-ci.org/busterc/skewered.svg?branch=master\n[travis-url]: https://travis-ci.org/busterc/skewered\n[daviddm-image]: https://david-dm.org/busterc/skewered.svg?theme=shields.io\n[daviddm-url]: https://david-dm.org/busterc/skewered\n[coveralls-image]: https://coveralls.io/repos/busterc/skewered/badge.svg\n[coveralls-url]: https://coveralls.io/r/busterc/skewered\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbusterc%2Fskewered","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbusterc%2Fskewered","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbusterc%2Fskewered/lists"}