-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.08 KB
/
package.json
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
34
35
36
37
38
39
40
41
{
"name": "kappa-view-query",
"version": "2.0.9",
"description": "define your own indexes and execute map-filter-reduce queries over a set of hypercores using kappa-core",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/kappa-db/kappa-view-query.git"
},
"scripts": {
"test": "tape test/**/*.test.js | tap-spec",
"cover": "nyc tape test/**/*.test.js | tap-spec"
},
"dependencies": {
"charwise": "^3.0.1",
"debug": "^4.1.1",
"deep-equal": "^1.0.1",
"events": "^3.0.0",
"level-live-stream": "^1.4.12",
"map-filter-reduce": "^3.2.2",
"pull-stream-to-stream": "^1.3.4",
"stream-to-pull-stream": "^1.7.3",
"through2": "^3.0.1"
},
"devDependencies": {
"collect-stream": "^1.2.1",
"kappa-core": "^3.0.2",
"level": "^5.0.1",
"memdb": "^1.3.1",
"mkdirp": "^0.5.1",
"nyc": "^14.1.1",
"random-access-memory": "^3.1.1",
"rimraf": "^2.6.3",
"tap-spec": "^5.0.0",
"tape": "^4.11.0",
"tape-plus": "^1.0.0",
"tmp": "^0.1.0"
},
"author": "",
"license": "ISC"
}