UNPKG

984 BJSONView Raw
1{
2 "name": "text-stream-search",
3 "version": "4.0.3",
4 "author": "Kevin Goslar",
5 "dependencies": {},
6 "description": "Searches for occurrences of a given search term in Node.js text streams",
7 "devDependencies": {
8 "@istanbuljs/nyc-config-typescript": "0.1.3",
9 "@types/chai": "4.2.5",
10 "@types/mocha": "5.2.7",
11 "coveralls": "3.0.7",
12 "delay": "4.3.0",
13 "memory-streams": "0.1.3",
14 "mocha": "6.2.2",
15 "nyc": "14.1.1",
16 "prettier": "1.19.1",
17 "source-map-support": "0.5.16",
18 "text-runner": "4.0.0",
19 "ts-node": "8.5.2",
20 "tslint": "5.20.1",
21 "typescript": "3.7.2"
22 },
23 "files": [
24 "dist"
25 ],
26 "homepage": "https://github.com/Originate/node-text-stream-search#readme",
27 "license": "ISC",
28 "main": "dist/text-stream-search.js",
29 "repository": {
30 "type": "git",
31 "url": "git+ssh://git@github.com/Originate/node-text-stream-search.git"
32 },
33 "scripts": {
34 "prepublishOnly": "make build",
35 "test": "make spec"
36 }
37}