aho-corasick
Version:
Aho–Corasick string matching algorithm
31 lines (29 loc) • 694 B
JSON
{ "name" : "aho-corasick",
"author" : {
"name" : "Dejian Xu",
"email" : "xudejian2008@gmail.com",
"url" : "https://github.com/hsujian/aho-corasick"
},
"description" : "Aho–Corasick string matching algorithm",
"keywords": [
"aho-corasick",
"trie",
"match"
],
"version" : "0.1.3",
"homepage": "https://github.com/hsujian/aho-corasick",
"repository": {
"type": "git",
"url": "git://github.com/hsujian/aho-corasick.git"
},
"main" : "./src/aho-corasick",
"engines": { "node": "*" },
"dependencies": {},
"devDependencies": {
"nodeunit": "*",
"coffee-script": "*"
},
"scripts": {
"test": "nodeunit tests"
}
}