name-match
Version:
A robust name matching library combining multiple algorithms for optimal performance
43 lines (42 loc) • 975 B
JSON
{
"name": "name-match",
"version": "1.0.4",
"description": "A robust name matching library combining multiple algorithms for optimal performance",
"main": "index.js",
"scripts": {
"test": "jest",
"build": "babel src -d lib",
"lint": "eslint src",
"prepare": "node prepare-publish.js",
"example": "node example.js"
},
"keywords": [
"name-matching",
"fuzzy-matching",
"name-comparison",
"identity-verification",
"string-similarity",
"natural-language",
"jaro-winkler",
"levenshtein"
],
"author": "Chandan Raj / craj@github",
"license": "MIT",
"dependencies": {
"natural": "^6.10.2"
},
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.0",
"@babel/preset-env": "^7.23.0",
"eslint": "^8.51.0",
"jest": "^29.7.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/craj/name-match.git"
},
"engines": {
"node": ">=12.0.0"
}
}