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