-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 963 Bytes
/
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
{
"name": "hyperbee-diff-stream",
"version": "1.0.4",
"description": "Get the diff stream between two versions of a hyperbee (supports autobase views)",
"main": "index.js",
"scripts": {
"test": "standard && brittle test/*.js --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/holepunchto/hyperbee-diff-stream.git"
},
"bugs": {
"url": "https://github.com/holepunchto/hyperbee-diff-stream/issues"
},
"homepage": "https://github.com/holepunchto/hyperbee-diff-stream#readme",
"files": [
"index.js"
],
"author": "Holepunch",
"license": "Apache-2.0",
"devDependencies": {
"autobase": "^6.0.0",
"autobase-test-helpers": "^2.0.4",
"brittle": "^3.1.1",
"corestore": "^6.5.0",
"hyperbee": "^2.5.0",
"random-access-memory": "^6.1.0",
"standard": "^17.0.0"
},
"dependencies": {
"b4a": "^1.6.1",
"codecs": "^3.0.0",
"sorted-union-stream": "^3.2.3"
}
}