Comparing version 1.1.2 to 1.2.0
{ | ||
"name" : "unorm", | ||
"version" : "1.1.2", | ||
"version" : "1.2.0", | ||
"description" : "JavaScript Unicode Normalization - NFC, NFD, NFKC, NFKD. Read <http://unicode.org/reports/tr15/> UAX #15 Unicode Normalization Forms.", | ||
@@ -8,2 +8,3 @@ "author": "Bjarke Walling <bwp@bwp.dk>", | ||
{ "name": "Bjarke Walling", "email": "bwp@bwp.dk" }, | ||
{ "name": "Oleg Grenrus", "email": "oleg.grenrus@iki.fi" }, | ||
{ "name": "Matsuza", "email": "matsuza@gmail.com" } | ||
@@ -18,3 +19,11 @@ ], | ||
"node" : ">= 0.4.0" | ||
}, | ||
"scripts": { | ||
"test": "grunt test" | ||
}, | ||
"devDependencies": { | ||
"grunt-contrib-jshint": "~0.6.0", | ||
"grunt-contrib-watch": "~0.4.0", | ||
"grunt": "~0.4.1" | ||
} | ||
} |
@@ -11,3 +11,2 @@ This is [Unicode Normalizer] in a Common JS module. I'm not affiliated with Matsuza, the original author of Unicode Normalizer. | ||
Polyfill | ||
@@ -22,2 +21,3 @@ -------- | ||
The module uses some [EcmaScript 5](http://kangax.github.io/es5-compat-table/) features. Other browsers should use a compability shim, e.g. [es5-shim](https://github.com/kriskowal/es5-shim). | ||
@@ -62,9 +62,5 @@ Functions | ||
As of May 2013. | ||
As of October 2013. | ||
Short term: | ||
- Clean up some of the code | ||
- Fix JSHint errors | ||
Middle term: | ||
- Test harness by using the Unicode normalization test suite and examples from the reports | ||
@@ -78,2 +74,8 @@ | ||
Contributers | ||
------------ | ||
- **Oleg Grenrus** cleaned up the code base and fixed JSHint errors. | ||
License | ||
@@ -80,0 +82,0 @@ ------- |
Sorry, the diff of this file is too big to display
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
142347
8
919
106
3