95 lines
2.5 KiB
JSON
95 lines
2.5 KiB
JSON
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
"fastest-levenshtein@1.0.12",
|
||
|
"C:\\laragon\\www\\idlers"
|
||
|
]
|
||
|
],
|
||
|
"_development": true,
|
||
|
"_from": "fastest-levenshtein@1.0.12",
|
||
|
"_id": "fastest-levenshtein@1.0.12",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-On2N+BpYJ15xIC974QNVuYGMOlEVt4s0EOI3wwMqOmK1fdDY+FN/zltPV8vosq4ad4c/gJ1KHScUn/6AWIgiow==",
|
||
|
"_location": "/fastest-levenshtein",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"registry": true,
|
||
|
"raw": "fastest-levenshtein@1.0.12",
|
||
|
"name": "fastest-levenshtein",
|
||
|
"escapedName": "fastest-levenshtein",
|
||
|
"rawSpec": "1.0.12",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "1.0.12"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/webpack-cli"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.12.tgz",
|
||
|
"_spec": "1.0.12",
|
||
|
"_where": "C:\\laragon\\www\\idlers",
|
||
|
"author": {
|
||
|
"name": "Kasper U. Weihe"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/ka-weihe/fastest-levenshtein/issues"
|
||
|
},
|
||
|
"description": "Fastest Levenshtein distance implementation in JS.",
|
||
|
"devDependencies": {
|
||
|
"benchmark": "^2.1.4",
|
||
|
"coveralls": "^3.1.0",
|
||
|
"eslint": "^7.5.0",
|
||
|
"eslint-config-airbnb": "^18.2.0",
|
||
|
"eslint-config-airbnb-base": "^14.2.0",
|
||
|
"eslint-config-node": "^4.1.0",
|
||
|
"eslint-config-prettier": "^6.11.0",
|
||
|
"eslint-plugin-import": "^2.22.0",
|
||
|
"eslint-plugin-jsx-a11y": "^6.3.1",
|
||
|
"eslint-plugin-node": "^11.1.0",
|
||
|
"eslint-plugin-prettier": "^3.1.4",
|
||
|
"eslint-plugin-react": "^7.20.3",
|
||
|
"eslint-plugin-react-hooks": "^4.0.0",
|
||
|
"fast-levenshtein": "^2.0.6",
|
||
|
"jest": "^26.1.0",
|
||
|
"js-levenshtein": "^1.1.6",
|
||
|
"leven": "^3.1.0",
|
||
|
"levenshtein-edit-distance": "^2.0.5",
|
||
|
"natural": "^2.1.5",
|
||
|
"prettier": "^2.0.5",
|
||
|
"talisman": "^1.1.2"
|
||
|
},
|
||
|
"homepage": "https://github.com/ka-weihe/fastest-levenshtein#README",
|
||
|
"keywords": [
|
||
|
"levenshtein",
|
||
|
"distance",
|
||
|
"fast",
|
||
|
"fastest",
|
||
|
"edit",
|
||
|
"string",
|
||
|
"similarity",
|
||
|
"algorithm",
|
||
|
"match",
|
||
|
"comparison",
|
||
|
"fuzzy",
|
||
|
"search",
|
||
|
"string",
|
||
|
"matching",
|
||
|
"similar",
|
||
|
"node",
|
||
|
"difference"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"name": "fastest-levenshtein",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/ka-weihe/fastest-levenshtein.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "jest",
|
||
|
"test:coverage": "jest --coverage",
|
||
|
"test:coveralls": "jest --coverage --coverageReporters=text-lcov | coveralls"
|
||
|
},
|
||
|
"version": "1.0.12"
|
||
|
}
|