UNPKG

zitcher

Version:

字符串匹配算法相关js实现

38 lines (37 loc) 802 B
{ "name": "zitcher", "version": "1.0.6", "description": "字符串匹配算法相关js实现", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "mocha test", "build": "webpack --progress --colors" }, "keywords": [ "matcher", "zitcher", "kmp", "ac" ], "author": "zido", "license": "MIT", "devDependencies": { "chai": "^4.1.2", "clean-webpack-plugin": "^0.1.19", "eslint": "^4.18.2", "mocha": "^5.0.4", "webpack": "^4.1.1", "webpack-cli": "^2.0.12" }, "repository": { "type": "git", "url": "git+https://github.com/zidoshare/matcher.js.git" }, "bugs": { "url": "https://github.com/zidoshare/matcher.js/issues" }, "homepage": "https://github.com/zidoshare/matcher.js#readme" }