This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
admin-panel/graphql-types/node_modules/streamsearch/package.json

10 lines
509 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" }
}