Comparing version 2.2.0 to 2.3.0
{ | ||
"name": "cld", | ||
"description": "Language detection for Javascript. Based on the CLD2 (Compact Language Detector) library from Google. Highly optimized for space and speed. Runs about 10x faster than other libraries. Detects over 160 languages. Full test coverage.", | ||
"description": "Language detection for Javascript. Based on the CLD2 (Compact Language Detector) library from Google. Highly optimized for space and speed. Runs about 10x faster than other libraries. Detects over 160 languages. Full test coverage. Runs on Linux, OS X, and Windows.", | ||
"keywords": [ | ||
@@ -11,3 +11,3 @@ "language", | ||
], | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"main": "./index", | ||
@@ -40,4 +40,5 @@ "dependencies": { | ||
"engines": { | ||
"node": ">=0.10.0" | ||
"node": ">=0.10.0", | ||
"iojs": ">=1.0.0" | ||
} | ||
} |
@@ -6,4 +6,6 @@ # node-cld | ||
Language detection for Javascript. Based on the CLD2 (Compact Language Detector) library from Google. Highly optimized for space and speed. Runs about 10x faster than other libraries. Detects over 160 languages. Full test coverage. | ||
Language detection for Javascript. Based on the CLD2 (Compact Language Detector) library from Google. | ||
Highly optimized for space and speed. Runs about 10x faster than other libraries. Detects over 160 languages. Full test coverage. Runs on Linux, OS X, and Windows. | ||
## Installation | ||
@@ -10,0 +12,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
95446012
68