Sha256: 5cd42b96f1f6381286d7eec3241192dbad2e5b4788541bee44161d7668859c26
Contents?: true
Size: 595 Bytes
Versions: 2
Compression:
Stored size: 595 Bytes
Contents
{ "name": "fast-levenshtein", "version": "1.0.3", "homepage": "https://github.com/hiddentao/fast-levenshtein", "authors": [ "Ramesh Nair <ram@hiddentao.com>" ], "description": "Efficient implementation of Levenshtein algorithm with asynchronous callback support", "main": "levenshtein.js", "moduleType": [ "amd", "globals", "node" ], "keywords": [ "levenshtein", "distance", "string" ], "license": "MIT", "ignore": [ "**/.*", "node_modules", "bower_components", "test", "tests", "benchmark", "Gruntfile.js" ] }
Version data entries
2 entries across 2 versions & 1 rubygems