UNPKG

fuzzbunny

Version:

Fast fuzzy string matching with scoring and matched ranges

49 lines (48 loc) 1.22 kB
{ "name": "fuzzbunny", "version": "1.0.1", "description": "Fast fuzzy string matching with scoring and matched ranges", "main": "fuzzbunny.js", "types": "fuzzbunny.d.ts", "files": [ "fuzzbunny.js", "fuzzbunny.d.ts" ], "scripts": { "test": "mocha tests/*.js", "lint": "prettier --list-different {./*.{js,md,yml},tests/**.js,docs/*.{ts,css,html,json}}", "gen-types": "tsc", "gen-demo": "NODE_ENV=production webpack --config docs/webpack.config.js", "prepublishOnly": "npm run gen-types && npm run gen-demo" }, "repository": { "type": "git", "url": "git+https://github.com/mixpanel/fuzzbunny.git" }, "keywords": [ "fuzzy", "string", "match", "scoring", "ranges", "highlight", "bunny" ], "author": "Mixpanel", "license": "MIT", "bugs": { "url": "https://github.com/mixpanel/fuzzbunny/issues" }, "homepage": "https://github.com/mixpanel/fuzzbunny#readme", "devDependencies": { "@types/node": "13.11.0", "eslint": "6.8.0", "mocha": "7.1.0", "prettier": "1.19.1", "raw-loader": "4.0.0", "ts-loader": "6.2.2", "typescript": "3.8.3", "webpack": "4.42.1", "webpack-cli": "^3.3.11" } }