1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 10:51:56 +00:00
musix-oss/node_modules/streamsearch/package.json
2019-10-10 16:43:04 +03:00

60 lines
1.5 KiB
JSON

{
"_from": "streamsearch@0.1.2",
"_id": "streamsearch@0.1.2",
"_inBundle": false,
"_integrity": "sha1-gIudDlb8Jz2Am6VzOOkpkZoanxo=",
"_location": "/streamsearch",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "streamsearch@0.1.2",
"name": "streamsearch",
"escapedName": "streamsearch",
"rawSpec": "0.1.2",
"saveSpec": null,
"fetchSpec": "0.1.2"
},
"_requiredBy": [
"/dicer"
],
"_resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-0.1.2.tgz",
"_shasum": "808b9d0e56fc273d809ba57338e929919a1a9f1a",
"_spec": "streamsearch@0.1.2",
"_where": "C:\\Users\\matia\\Documents\\GitHub\\FutoX-Musix\\node_modules\\dicer",
"author": {
"name": "Brian White",
"email": "mscdex@mscdex.net"
},
"bugs": {
"url": "https://github.com/mscdex/streamsearch/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Streaming Boyer-Moore-Horspool searching for node.js",
"engines": {
"node": ">=0.8.0"
},
"homepage": "https://github.com/mscdex/streamsearch#readme",
"keywords": [
"stream",
"horspool",
"boyer-moore-horspool",
"boyer-moore",
"search"
],
"licenses": [
{
"type": "MIT",
"url": "http://github.com/mscdex/streamsearch/raw/master/LICENSE"
}
],
"main": "./lib/sbmh",
"name": "streamsearch",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/mscdex/streamsearch.git"
},
"version": "0.1.2"
}