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

63 lines
1.4 KiB
JSON
Raw Normal View History

2020-03-03 20:30:50 +00:00
{
"_args": [
[
"streamsearch@0.1.2",
"C:\\Users\\matia\\Musix"
]
],
"_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",
"_spec": "0.1.2",
"_where": "C:\\Users\\matia\\Musix",
"author": {
"name": "Brian White",
"email": "mscdex@mscdex.net"
},
"bugs": {
"url": "https://github.com/mscdex/streamsearch/issues"
},
"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"
}