-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
67 lines (67 loc) · 1.65 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "autobase",
"version": "6.5.10",
"description": "",
"main": "index.js",
"scripts": {
"test": "standard && brittle test/*.js",
"test:encrypted": "standard && brittle test/*.js --encrypt-all",
"fuzz:generated": "brittle test/reference/fuzz/generated/*.js",
"fuzz:main": "node test/fuzz/index.js",
"fuzz": "node test/reference/fuzz/fuzz.js"
},
"files": [
"index.js",
"lib/**"
],
"imports": {
"events": {
"bare": "bare-events",
"default": "events"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/holepunchto/autobase.git"
},
"author": "Holepunch",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/holepunchto/autobase/issues"
},
"homepage": "https://github.com/holepunchto/autobase#readme",
"dependencies": {
"b4a": "^1.6.1",
"bare-events": "^2.2.0",
"core-coupler": "^1.0.0",
"debounceify": "^1.0.0",
"hyperbee": "^2.15.0",
"hypercore": "^10.37.10",
"hypercore-crypto": "^3.4.0",
"hypercore-id-encoding": "^1.2.0",
"mutexify": "^1.4.0",
"nanoassert": "^2.0.0",
"ready-resource": "^1.0.0",
"safety-catch": "^1.0.2",
"signal-promise": "^1.0.3",
"sub-encoder": "^2.1.1",
"tiny-buffer-map": "^1.1.1"
},
"devDependencies": {
"autobase-test-helpers": "^2.0.1",
"brittle": "^3.1.1",
"corestore": "^6.18.3",
"rache": "^1.0.0",
"random-access-memory": "^6.2.0",
"same-data": "^1.0.0",
"standard": "^17.0.0",
"test-tmp": "^1.2.0"
},
"standard": {
"ignore": [
"**/test/fuzz/generated/**",
"**/test/reference/**",
"example.mjs"
]
}
}