react / wstein / node_modules / browserify / node_modules / module-deps / node_modules / detective / node_modules / escodegen / node_modules / optionator / node_modules / fast-levenshtein / package.json
80642 views{1"name": "fast-levenshtein",2"version": "1.0.6",3"description": "Efficient implementation of Levenshtein algorithm with asynchronous callback support",4"main": "levenshtein.js",5"scripts": {6"build": "grunt build",7"benchmark": "grunt benchmark"8},9"devDependencies": {10"lodash": "~1.2.0",11"chai": "~1.5.0",12"mocha": "~1.9.0",13"grunt-contrib-uglify": "~0.2.0",14"grunt": "~0.4.1",15"grunt-contrib-jshint": "~0.4.3",16"grunt-mocha-test": "~0.2.2",17"grunt-npm-install": "~0.1.0",18"load-grunt-tasks": "~0.6.0",19"grunt-benchmark": "~0.2.0"20},21"repository": {22"type": "git",23"url": "git+https://github.com/hiddentao/fast-levenshtein.git"24},25"keywords": [26"levenshtein",27"distance",28"string"29],30"author": {31"name": "Ramesh Nair",32"email": "[email protected]",33"url": "http://www.hiddentao.com/"34},35"license": "MIT",36"bugs": {37"url": "https://github.com/hiddentao/fast-levenshtein/issues"38},39"homepage": "https://github.com/hiddentao/fast-levenshtein",40"_id": "[email protected]",41"_shasum": "3bedb184e39f95cb0d88928688e6b1ee3273446a",42"_from": "fast-levenshtein@>=1.0.0 <1.1.0",43"_npmVersion": "1.4.9",44"_npmUser": {45"name": "hiddentao",46"email": "[email protected]"47},48"maintainers": [49{50"name": "hiddentao",51"email": "[email protected]"52}53],54"dist": {55"shasum": "3bedb184e39f95cb0d88928688e6b1ee3273446a",56"tarball": "http://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-1.0.6.tgz"57},58"directories": {},59"_resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-1.0.6.tgz",60"readme": "ERROR: No README data found!"61}626364