-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 898 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "aho-corasick-benchmarks",
"version": "1.0.0",
"description": "init",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jmfn/node-aho-corasick-benchmarks.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jmfn/node-aho-corasick-benchmarks/issues"
},
"homepage": "https://github.com/jmfn/node-aho-corasick-benchmarks#readme",
"dependencies": {
"@drorgl/aho-corasick2": "^1.0.3",
"@tanishiking/aho-corasick": "^0.0.1",
"aho-corasick": "^0.1.3",
"aho-corasick-node": "^1.0.2",
"aho-corasick-search": "^1.0.0",
"aho-corasick2": "^1.0.3",
"ahocorasick": "^1.0.2",
"fastscan": "^1.0.6",
"lazy-aho-corasick": "^1.2.2",
"node-aho-corasick": "^0.0.2",
"string-dsa": "^2.0.0"
}
}