UNPKG

cld

Version:

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, an

18 lines (17 loc) 370 B
os: Visual Studio 2015 version: "{build}" build: off platform: x64 environment: matrix: - nodejs_version: "8" nodejs_arch: "x64" - nodejs_version: "10" nodejs_arch: "x64" - nodejs_version: "12" nodejs_arch: "x64" install: - ps: Install-Product node $env:nodejs_version $env:nodejs_arch - npm install --msvs_version=2015 test_script: - npm test