transliteration
Advanced tools
Comparing version 0.0.3 to 0.0.4
var punycode = require('punycode'); | ||
transliteration = { | ||
var transliteration = { | ||
transliterate: function(str, unknown) { | ||
@@ -5,0 +5,0 @@ var codemap = {}; |
{ | ||
"name": "transliteration", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Transliteration module for node.js. Transliterate unicode characters into latin ones. Supports all common unicode characters including CJK.", | ||
@@ -5,0 +5,0 @@ "main": "lib/transliteration.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
309127