-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 818 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 818 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "kappa-view-pull-query",
"version": "1.1.0",
"description": "A middleware for using flumeview-query in kappa-core with pull-streams",
"main": "index.js",
"scripts": {
"test": "nyc tape test/**/*.test.js | tap-spec"
},
"dependencies": {
"charwise": "^3.0.1",
"debug": "^4.1.1",
"events": "^3.0.0",
"flumeview-query": "^7.2.0",
"pull-defer": "^0.2.3",
"pull-many": "^1.0.9",
"pull-stream": "^3.6.13",
"stream-to-pull-stream": "^1.7.3"
},
"devDependencies": {
"kappa-core": "^3.0.2",
"memdb": "^1.3.1",
"mkdirp": "^0.5.1",
"nyc": "^14.1.1",
"random-access-memory": "^3.1.1",
"rimraf": "^3.0.0",
"tap-spec": "^5.0.0",
"tape": "^4.11.0",
"tape-plus": "^1.0.0",
"tmp": "^0.1.0"
},
"author": "",
"license": "ISC"
}