UNPKG

node-ac

Version:

A nodejs implementation of the aho corasick pattern search algorithm

21 lines (20 loc) 448 B
{ "name": "node-ac", "version": "1.0.14", "description": "A nodejs implementation of the aho corasick pattern search algorithm", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "install": "node-gyp rebuild" }, "keywords": [ "aho", "corasick", "c++" ], "engines" : { "node" : ">=5.2" }, "os" : [ "!win32" ], "author": "anren", "license": "ISC", "gypfile": true }