Initial commit
This commit is contained in:
+68
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"_from": "streamsearch@^1.1.0",
|
||||
"_id": "[email protected]",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==",
|
||||
"_location": "/streamsearch",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "streamsearch@^1.1.0",
|
||||
"name": "streamsearch",
|
||||
"escapedName": "streamsearch",
|
||||
"rawSpec": "^1.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/dicer"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz",
|
||||
"_shasum": "404dd1e2247ca94af554e841a8ef0eaa238da764",
|
||||
"_spec": "streamsearch@^1.1.0",
|
||||
"_where": "/Users/talksik/Development/nirvana-server/node_modules/dicer",
|
||||
"author": {
|
||||
"name": "Brian White",
|
||||
"email": "[email protected]"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/mscdex/streamsearch/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Streaming Boyer-Moore-Horspool searching for node.js",
|
||||
"devDependencies": {
|
||||
"@mscdex/eslint-config": "^1.1.0",
|
||||
"eslint": "^7.32.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10.0.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.js",
|
||||
"name": "streamsearch",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://[email protected]/mscdex/streamsearch.git"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint --cache --report-unused-disable-directives --ext=.js .eslintrc.js lib test",
|
||||
"lint:fix": "npm run lint -- --fix",
|
||||
"test": "node test/test.js"
|
||||
},
|
||||
"version": "1.1.0"
|
||||
}
|
||||
Reference in New Issue
Block a user