![JAR search and dependency download from the Maven repository](/logo.png)
node_modules.leven.package.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of libjoynr-js Show documentation
Show all versions of libjoynr-js Show documentation
JOYnr JavaScript libjoynr-js
{
"_from": "leven@^1.0.0",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha1-kUS27ryl8dBoAWnxpncNzqYLdcM=",
"_location": "/leven",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "leven@^1.0.0",
"name": "leven",
"escapedName": "leven",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/commist"
],
"_resolved": "https://registry.npmjs.org/leven/-/leven-1.0.2.tgz",
"_shasum": "9144b6eebca5f1d0680169f1a6770dcea60b75c3",
"_spec": "leven@^1.0.0",
"_where": "/home/donato.sciarra/repositories/joynr-carit/javascript/libjoynr-js/src/main/js/node_modules/commist",
"author": {
"name": "Sindre Sorhus",
"email": "[email protected]",
"url": "sindresorhus.com"
},
"bin": {
"leven": "cli.js"
},
"bugs": {
"url": "https://github.com/sindresorhus/leven/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Measure the difference between two strings using the fastest JS implementation of the Levenshtein distance algorithm",
"devDependencies": {
"ava": "0.0.4",
"fast-levenshtein": "^1.0.3",
"ld": "^0.1.0",
"levdist": "^1.0.0",
"levenshtein": "^1.0.4",
"levenshtein-component": "0.0.1",
"levenshtein-edit-distance": "^0.1.0",
"matcha": "^0.6.0",
"natural": "^0.2.1"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"cli.js"
],
"homepage": "https://github.com/sindresorhus/leven#readme",
"keywords": [
"cli",
"bin",
"leven",
"levenshtein",
"distance",
"algorithm",
"algo",
"string",
"difference",
"diff",
"fast",
"fuzzy",
"similar",
"similarity",
"compare",
"comparison",
"edit",
"text",
"match",
"matching"
],
"license": "MIT",
"name": "leven",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/leven.git"
},
"scripts": {
"bench": "matcha bench.js",
"test": "node test.js"
},
"version": "1.0.2"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy