forked from holepunchto/corestore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.06 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
{
"name": "corestore",
"version": "5.5.0",
"description": "A Hypercore factory that stores and replicates linked cores.",
"main": "index.js",
"scripts": {
"test": "standard && tape test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andrewosh/corestore.git"
},
"keywords": [
"corestore"
],
"author": "Andrew Osheroff <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/andrewosh/corestore/issues"
},
"homepage": "https://github.com/andrewosh/corestore#readme",
"devDependencies": {
"random-access-file": "^2.1.4",
"random-access-memory": "^3.1.1",
"standard": "^12.0.1",
"tape": "^4.10.1"
},
"dependencies": {
"call-me-maybe": "^1.0.1",
"dat-encoding": "^5.0.1",
"derive-key": "^1.0.0",
"derived-key-storage": "^2.1.0",
"fd-lock": "^1.0.2",
"hypercore": "^9.0.0",
"hypercore-crypto": "^2.0.0",
"hypercore-protocol": "^8.0.0",
"lru": "^3.1.0",
"nanoguard": "^1.3.0",
"nanoresource": "^1.3.0",
"thunky": "^1.1.0"
}
}