-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbare-alias.json
More file actions
114 lines (112 loc) · 3.14 KB
/
Copy pathbare-alias.json
File metadata and controls
114 lines (112 loc) · 3.14 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "hypershare",
"version": "1.0.0",
"description": "P2P file sharing with curated networks",
"main": "index.html",
"type": "module",
"pear": {
"name": "hypershare",
"type": "desktop",
"gui": {
"darwin": {
"backgroundColor": "#0d0d0d",
"width": 1200,
"height": 800,
"minWidth": 800,
"minHeight": 600,
"resizable": true,
"center": true,
"closable": true
}
}
},
"scripts": {
"start": "pear run --dev .",
"dev": "pear run --dev .",
"build": "pear stage hypershare",
"release": "pear release hypershare",
"test": "node test-network.js"
},
"dependencies": {
"autobase": "^7.13.3",
"b4a": "^1.6.6",
"bare": "^1.20.1",
"corestore": "^6.18.3",
"debounceify": "^1.1.0",
"hyperbeam": "^3.1.0",
"hyperbee": "^2.24.2",
"hypercore": "^10.37.4",
"hypercore-crypto": "^3.4.2",
"hyperdb": "^4.14.0",
"hyperdht": "^6.15.2",
"hyperdrive": "^11.6.2",
"hyperswarm": "^4.8.0",
"bare-assert": "^1.0.1",
"assert": "npm:bare-node-assert",
"bare-buffer": "^2.3.0",
"buffer": "npm:bare-node-buffer",
"bare-subprocess": "^2.0.4",
"child_process": "npm:bare-node-child-process",
"bare-console": "^4.1.0",
"console": "npm:bare-node-console",
"bare-crypto": "^1.4.5",
"crypto": "npm:bare-node-crypto",
"bare-events": "^2.2.0",
"events": "npm:bare-node-events",
"bare-fs": "^2.3.0",
"fs": "npm:bare-node-fs",
"bare-http1": "^2.0.3",
"http": "npm:bare-node-http",
"bare-https": "^1.0.0",
"https": "npm:bare-node-https",
"bare-inspector": "^1.1.2",
"inspector": "npm:bare-node-inspector",
"bare-module": "^1.2.5",
"module": "npm:bare-node-module",
"bare-os": "^3.6.1",
"os": "npm:bare-node-os",
"bare-path": "^3.0.0",
"path": "npm:bare-node-path",
"bare-process": "^1.3.0",
"process": "npm:bare-node-process",
"bare-readline": "^1.0.0",
"readline": "npm:bare-node-readline",
"bare-repl": "^1.0.3",
"repl": "npm:bare-node-repl",
"bare-stream": "^2.6.5",
"stream": "npm:bare-node-stream",
"bare-timers" : "^1.0.0",
"timers": "npm:bare-node-timers",
"bare-tls": "^1.0.0",
"tls": "npm:bare-node-tls",
"bare-tty": "^3.2.0",
"tty": "npm:bare-node-tty",
"bare-url": "^1.0.7",
"url": "npm:bare-node-url",
"bare-utils": "^1.0.0",
"util": "npm:bare-node-util",
"bare-worker": "^1.0.0",
"worker_threads": "npm:bare-node-worker-threads",
"bare-zlib": "^1.0.0",
"zlib": "npm:bare-node-zlib"
},
"devDependencies": {
"@types/node": "^20.0.0",
"pear-interface": "^1.1.0"
},
"keywords": [
"p2p",
"file-sharing",
"decentralized",
"holepunch",
"pear",
"hyperdrive",
"autobase"
],
"author": "",
"license": "MIT"
}
{
"name": "Founder",
"key": "e894510dd66991bf6a31dda3cdc4176ecc3bd712ed9440b18533297843c6a6d0"
}