1{ 2 "name": "fast-levenshtein", 3 "version": "1.0.6", 4 "homepage": "https://github.com/hiddentao/fast-levenshtein", 5 "authors": [ 6 "Ramesh Nair <[email protected]>" 7 ], 8 "description": "Efficient implementation of Levenshtein algorithm with asynchronous callback support", 9 "main": "levenshtein.js", 10 "moduleType": [ 11 "amd", 12 "globals", 13 "node" 14 ], 15 "keywords": [ 16 "levenshtein", 17 "distance", 18 "string" 19 ], 20 "license": "MIT", 21 "ignore": [ 22 "**/.*", 23 "node_modules", 24 "bower_components", 25 "test", 26 "tests", 27 "benchmark", 28 "Gruntfile.js" 29 ] 30} 31 32