@sindresorhus/slugify
Advanced tools
Comparing version 0.7.0 to 0.8.0
{ | ||
"name": "@sindresorhus/slugify", | ||
"version": "0.7.0", | ||
"version": "0.8.0", | ||
"description": "Slugify a string", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -198,5 +198,49 @@ 'use strict'; | ||
['٧', '7'], | ||
['٨', '8'], | ||
['٩', '9'], | ||
// Persian / Farsi | ||
['چ', 'ch'], | ||
['ک', 'k'], | ||
['گ', 'g'], | ||
['پ', 'p'], | ||
['ژ', 'zh'], | ||
['ی', 'y'], | ||
['۰', '0'], | ||
['۱', '1'], | ||
['۲', '2'], | ||
['۳', '3'], | ||
['۴', '4'], | ||
['۵', '5'], | ||
['۶', '6'], | ||
['۷', '7'], | ||
['۸', '8'], | ||
['۹', '9'], | ||
// Pashto | ||
['ټ', 'p'], | ||
['ځ', 'z'], | ||
['څ', 'c'], | ||
['ډ', 'd'], | ||
['ﺫ', 'd'], | ||
['ﺭ', 'r'], | ||
['ړ', 'r'], | ||
['ﺯ', 'z'], | ||
['ږ', 'g'], | ||
['ښ', 'x'], | ||
['ګ', 'g'], | ||
['ڼ', 'n'], | ||
['ۀ', 'e'], | ||
['ې', 'e'], | ||
['ۍ', 'ai'], | ||
// Urdu | ||
['ٹ', 't'], | ||
['ڈ', 'd'], | ||
['ڑ', 'r'], | ||
['ں', 'n'], | ||
['ہ', 'h'], | ||
['ھ', 'h'], | ||
['ے', 'e'], | ||
// Russian | ||
@@ -203,0 +247,0 @@ ['А', 'A'], |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10582
378