text-stream-search
Version:
Searches for occurrences of a given search term in Node.js text streams
45 lines (44 loc) • 1.13 kB
JSON
{
"name": "text-stream-search",
"version": "2.1.4",
"author": "Kevin Goslar",
"dependencies": {
"debug": "4.1.0",
"delay": "4.1.0",
"text-stream-accumulator": "1.2.4"
},
"description": "Searches for occurrences of a given search term in Node.js text streams",
"devDependencies": {
"@types/chai": "4.1.7",
"@types/chalk": "2.2.0",
"@types/cucumber": "4.0.4",
"@types/debug": "0.0.31",
"@types/delay": "3.1.0",
"chai": "4.2.0",
"chalk": "2.4.1",
"cucumber": "5.0.2",
"es6-promise-inspect": "1.0.4",
"memory-streams": "0.1.3",
"o-tools": "0.10.3",
"prettier": "1.15.2",
"text-runner": "3.5.1",
"ts-node": "7.0.1",
"tslint": "5.11.0",
"typescript": "3.1.6"
},
"files": [
"dist",
"yarn.lock"
],
"homepage": "https://github.com/Originate/node-text-stream-search#readme",
"license": "ISC",
"main": "dist/text-stream-search.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Originate/node-text-stream-search.git"
},
"scripts": {
"prepublishOnly": "make build",
"test": "make spec"
}
}