14 lines
673 B
JSON
14 lines
673 B
JSON
{ "name": "streamsearch",
|
|
"version": "0.1.2",
|
|
"author": "Brian White <mscdex@mscdex.net>",
|
|
"description": "Streaming Boyer-Moore-Horspool searching for node.js",
|
|
"main": "./lib/sbmh",
|
|
"engines": { "node" : ">=0.8.0" },
|
|
"keywords": [ "stream", "horspool", "boyer-moore-horspool", "boyer-moore", "search" ],
|
|
"licenses": [ { "type": "MIT", "url": "http://github.com/mscdex/streamsearch/raw/master/LICENSE" } ],
|
|
"repository": { "type": "git", "url": "http://github.com/mscdex/streamsearch.git" }
|
|
|
|
,"_resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-0.1.2.tgz"
|
|
,"_integrity": "sha1-gIudDlb8Jz2Am6VzOOkpkZoanxo="
|
|
,"_from": "streamsearch@0.1.2"
|
|
} |