unicode-property-aliases
Advanced tools
Comparing version 1.6.0 to 1.6.1
11
index.js
@@ -7,8 +7,12 @@ // Generated using `npm run build`. Do not edit! | ||
['nv', 'Numeric_Value'], | ||
['bmg', 'Bidi_Mirroring_Glyph'], | ||
['bpb', 'Bidi_Paired_Bracket'], | ||
['cf', 'Case_Folding'], | ||
['cjkCompatibilityVariant', 'kCompatibilityVariant'], | ||
['dm', 'Decomposition_Mapping'], | ||
['EqUIdeo', 'Equivalent_Unified_Ideograph'], | ||
['FC_NFKC', 'FC_NFKC_Closure'], | ||
['lc', 'Lowercase_Mapping'], | ||
['NFKC_CF', 'NFKC_Casefold'], | ||
['NFKC_SCF', 'NFKC_Simple_Casefold'], | ||
['scf', 'Simple_Case_Folding'], | ||
@@ -21,4 +25,2 @@ ['sfc', 'Simple_Case_Folding'], | ||
['uc', 'Uppercase_Mapping'], | ||
['bmg', 'Bidi_Mirroring_Glyph'], | ||
['bpb', 'Bidi_Paired_Bracket'], | ||
['cjkIICore', 'kIICore'], | ||
@@ -39,3 +41,2 @@ ['cjkIRG_GSource', 'kIRG_GSource'], | ||
['URS', 'kRSUnicode'], | ||
['EqUIdeo', 'Equivalent_Unified_Ideograph'], | ||
['isc', 'ISO_Comment'], | ||
@@ -58,2 +59,3 @@ ['JSN', 'Jamo_Short_Name'], | ||
['hst', 'Hangul_Syllable_Type'], | ||
['InCB', 'Indic_Conjunct_Break'], | ||
['InPC', 'Indic_Positional_Category'], | ||
@@ -102,2 +104,4 @@ ['InSC', 'Indic_Syllabic_Category'], | ||
['Hyphen', 'Hyphen'], | ||
['ID_Compat_Math_Continue', 'ID_Compat_Math_Continue'], | ||
['ID_Compat_Math_Start', 'ID_Compat_Math_Start'], | ||
['IDC', 'ID_Continue'], | ||
@@ -108,2 +112,3 @@ ['Ideo', 'Ideographic'], | ||
['IDST', 'IDS_Trinary_Operator'], | ||
['IDSU', 'IDS_Unary_Operator'], | ||
['Join_C', 'Join_Control'], | ||
@@ -110,0 +115,0 @@ ['LOE', 'Logical_Order_Exception'], |
{ | ||
"name": "unicode-property-aliases", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "Unicode property alias mappings in JavaScript format.", | ||
@@ -36,3 +36,3 @@ "homepage": "https://github.com/mathiasbynens/unicode-property-aliases", | ||
"scripts": { | ||
"download": "curl https://unicode.org/Public/15.0.0/ucd/PropertyAliases.txt > data/PropertyAliases.txt", | ||
"download": "curl --location https://unicode.org/Public/15.1.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
8144
141