{"id":18939063,"url":"https://github.com/monai/node-slugify3","last_synced_at":"2026-03-22T09:30:22.207Z","repository":{"id":13216697,"uuid":"15900888","full_name":"monai/node-slugify3","owner":"monai","description":"Unicode based slugify implementation and CLI tool for file renaming","archived":false,"fork":false,"pushed_at":"2015-06-11T13:20:16.000Z","size":244,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-01-31T23:35:42.011Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/monai.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":"2014-01-14T12:08:44.000Z","updated_at":"2015-02-07T12:15:46.000Z","dependencies_parsed_at":"2022-08-23T17:40:36.239Z","dependency_job_id":null,"html_url":"https://github.com/monai/node-slugify3","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monai%2Fnode-slugify3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monai%2Fnode-slugify3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monai%2Fnode-slugify3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monai%2Fnode-slugify3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/monai","download_url":"https://codeload.github.com/monai/node-slugify3/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239937701,"owners_count":19721484,"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-11-08T12:16:16.787Z","updated_at":"2026-03-22T09:30:22.145Z","avatar_url":"https://github.com/monai.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# slugify3\n\n[![Build Status](http://img.shields.io/travis/monai/node-slugify3/develop.svg)](https://travis-ci.org/monai/node-slugify3)\n[![NPM Version](http://img.shields.io/npm/v/slugify3.svg)](https://www.npmjs.org/package/slugify3)\n\nUnidecode based slugify implementation and CLI tool for file renaming.\n\nThis slugify implementation is unique in the way that uses [unidecode](https://www.npmjs.org/package/unidecode) transliteration table. It tries to transliterate non-ascii symbols first before omitting them.\n\n## Installation\n\nInstall as dependency:\n\n`npm install slugify3`\n\nInstall as CLI tool:\n\n`npm install -g slugify3`\n\n## How to use\n\n``` js\nvar slugify = require('slugify3');\nslugify('Language Learning and Teaching');\nslugify('Изучение и обучение иностранных языков', '+');\nslugify('語文教學・语文教学');\n```\n\n## API\n\n**slugify(string, separator)**\n\n- `string` String - an unicode string to slugify\n- `separator` String, - optional, default \"-\", a replacement character for non-ascii symbols and spaces\n\n## CLI\n\n```\nUsage: slugify [OPTIONS] FILE\n\nOptions:\n  -e  lowercase file extension\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonai%2Fnode-slugify3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonai%2Fnode-slugify3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonai%2Fnode-slugify3/lists"}