unicode-property-aliases
Advanced tools
Comparing version 1.6.1 to 1.6.2
@@ -41,2 +41,7 @@ // Generated using `npm run build`. Do not edit! | ||
['JSN', 'Jamo_Short_Name'], | ||
['kEH_Cat', 'kEH_Cat'], | ||
['kEH_Desc', 'kEH_Desc'], | ||
['kEH_HG', 'kEH_HG'], | ||
['kEH_IFAO', 'kEH_IFAO'], | ||
['kEH_JSesh', 'kEH_JSesh'], | ||
['na', 'Name'], | ||
@@ -110,5 +115,8 @@ ['na1', 'Unicode_1_Name'], | ||
['Join_C', 'Join_Control'], | ||
['kEH_NoMirror', 'kEH_NoMirror'], | ||
['kEH_NoRotate', 'kEH_NoRotate'], | ||
['LOE', 'Logical_Order_Exception'], | ||
['Lower', 'Lowercase'], | ||
['Math', 'Math'], | ||
['MCM', 'Modifier_Combining_Mark'], | ||
['NChar', 'Noncharacter_Code_Point'], | ||
@@ -115,0 +123,0 @@ ['OAlpha', 'Other_Alphabetic'], |
{ | ||
"name": "unicode-property-aliases", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"description": "Unicode property alias mappings in JavaScript format.", | ||
@@ -36,3 +36,3 @@ "homepage": "https://github.com/mathiasbynens/unicode-property-aliases", | ||
"scripts": { | ||
"download": "curl --location https://unicode.org/Public/15.1.0/ucd/PropertyAliases.txt > data/PropertyAliases.txt", | ||
"download": "curl --location https://unicode.org/Public/16.0.0/ucd/PropertyAliases.txt > data/PropertyAliases.txt", | ||
"build": "node scripts/build.js", | ||
@@ -39,0 +39,0 @@ "test": "ava tests/tests.js" |
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
8382
149