This repository was archived by the owner on Jan 31, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
180 lines (180 loc) · 5.46 KB
/
package.json
File metadata and controls
180 lines (180 loc) · 5.46 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
{
"name": "godweb-core",
"version": "1.0.0",
"description": "GodWeb (GW for short) is a completely decentralized (P2P) platform designed with the goal of creating the AI Web of the future. In this network, each AI hosts and distributes its own identity, data, and services, interacting with other participants securely and scalably in accordance with shared standards.",
"main": "index.js",
"type": "module",
"dependencies": {
"@chainsafe/libp2p-yamux": "^5.0.0",
"@ipld/dag-cbor": "^9.1.8",
"@libp2p/bootstrap": "^9.0.8",
"@libp2p/peer-id": "^2.0.4",
"@libp2p/tcp": "^8.0.9",
"abortable-iterator": "^5.1.0",
"any-signal": "^4.1.1",
"balanced-match": "^1.0.2",
"base-x": "^5.0.1",
"base64-js": "^1.5.1",
"blob-to-it": "^2.0.8",
"brace-expansion": "^1.1.11",
"browser-readablestream-to-it": "^2.0.8",
"bs58": "^6.0.0",
"buffer": "^6.0.3",
"cborg": "^4.2.8",
"chalk": "^5.4.1",
"commander": "^11.1.0",
"concat-map": "^0.0.1",
"dag-jose": "^4.0.0",
"datastore-core": "^10.0.2",
"debug": "^4.4.0",
"delay": "^6.0.0",
"denque": "^2.1.0",
"did-jwt": "^7.2.4",
"did-resolver": "^4.1.0",
"dns-over-http-resolver": "^2.1.3",
"dns-packet": "^5.6.1",
"electron-fetch": "^1.9.1",
"encoding": "^0.1.13",
"err-code": "^3.0.1",
"event-iterator": "^2.0.0",
"eventemitter3": "^5.0.1",
"fast-fifo": "^1.3.2",
"get-iterator": "^2.0.1",
"hashlru": "^2.3.0",
"iconv-lite": "^0.6.3",
"ieee754": "^1.2.1",
"inherits": "^2.0.4",
"inquirer": "^9.3.7",
"interface-datastore": "^8.3.1",
"interface-store": "^6.0.2",
"ipfs-core-types": "^0.14.1",
"ipfs-core-utils": "^0.18.1",
"ipfs-http-client": "^60.0.1",
"ipfs-unixfs": "^9.0.1",
"ipfs-utils": "^9.0.14",
"is-electron": "^2.2.2",
"is-loopback-addr": "^2.0.2",
"is-network-error": "^1.1.0",
"is-plain-obj": "^2.1.0",
"iso-url": "^1.2.1",
"it-all": "^3.0.7",
"it-byte-stream": "^1.1.1",
"it-drain": "^3.0.8",
"it-filter": "^3.1.2",
"it-first": "^2.0.1",
"it-foreach": "^2.1.2",
"it-glob": "^1.0.2",
"it-last": "^2.0.1",
"it-length": "^3.0.7",
"it-length-prefixed": "^9.1.1",
"it-length-prefixed-stream": "^1.2.1",
"it-map": "^3.1.2",
"it-merge": "^3.0.7",
"it-pair": "^2.0.6",
"it-parallel": "^3.0.9",
"it-peekable": "^2.0.1",
"it-pipe": "^3.0.1",
"it-protobuf-stream": "^1.1.6",
"it-pushable": "^3.2.3",
"it-queueless-pushable": "^1.0.2",
"it-reader": "^6.0.4",
"it-sort": "^3.0.7",
"it-stream-types": "^2.0.2",
"it-take": "^3.0.7",
"it-to-stream": "^1.0.0",
"it-ws": "^6.1.5",
"key-did-resolver": "^3.0.0",
"libp2p": "^2.8.1",
"long": "^5.3.1",
"merge-options": "^3.0.4",
"minimatch": "^3.1.2",
"mortice": "^3.0.6",
"ms": "^2.1.3",
"multiformats": "^13.3.2",
"nanoid": "^4.0.2",
"native-fetch": "^3.0.0",
"netmask": "^2.0.2",
"node-fetch": "^2.7.0",
"node-forge": "^1.3.1",
"observable-webworkers": "^2.0.1",
"ora": "^8.2.0",
"p-defer": "^4.0.1",
"p-event": "^6.0.1",
"p-fifo": "^1.0.0",
"p-queue": "^8.1.0",
"p-retry": "^6.2.1",
"p-timeout": "^6.1.4",
"parse-duration": "^1.1.2",
"progress-events": "^1.0.1",
"protobufjs": "^7.4.0",
"protons-runtime": "^5.5.0",
"race-event": "^1.3.0",
"race-signal": "^1.1.3",
"react-native-fetch-api": "^3.0.0",
"readable-stream": "^3.6.2",
"receptacle": "^1.3.2",
"retimer": "^3.0.0",
"retry": "^0.13.1",
"safe-buffer": "^5.2.1",
"safer-buffer": "^2.1.2",
"stream-to-it": "^0.2.4",
"string_decoder": "^1.3.0",
"supports-color": "^9.4.0",
"timeout-abort-controller": "^3.0.0",
"tr46": "^0.0.3",
"tweetnacl": "^1.0.3",
"uint8-varint": "^2.0.4",
"uint8arraylist": "^2.4.8",
"uint8arrays": "^5.1.0",
"undici": "^5.28.5",
"undici-types": "^6.20.0",
"util": "^0.12.5",
"util-deprecate": "^1.0.2",
"uuid": "^9.0.1",
"varint": "^6.0.0",
"weald": "^1.0.4",
"webidl-conversions": "^3.0.1",
"whatwg-url": "^5.0.1",
"ws": "^8.18.1"
},
"scripts": {
"test": "node src/tests/run-tests.mjs unit",
"test:integration": "node src/tests/run-tests.mjs integration",
"test:e2e": "node src/tests/run-tests.mjs e2e",
"test:p2p": "node src/tests/run-tests.mjs p2p-connectivity",
"did-manager": "node src/cli/did-manager.mjs",
"p2p-manager": "node src/cli/p2p-manager.mjs",
"ipfs-manager": "node src/cli/ipfs-manager.mjs",
"search": "node src/cli/search.mjs",
"wallet-manager": "node src/cli/wallet-manager.mjs",
"comm-manager": "node src/cli/communication-manager.mjs",
"comm-demo": "node src/cli/comm-demo.mjs",
"start": "node src/core/index.mjs"
},
"bin": {
"gw-did-manager": "src/cli/did-manager.mjs",
"gw-p2p-manager": "src/cli/p2p-manager.mjs",
"gw-ipfs-manager": "src/cli/ipfs-manager.mjs",
"gw-search": "src/cli/search.mjs",
"gw-wallet-manager": "src/cli/wallet-manager.mjs",
"gw-comm": "src/cli/communication-manager.mjs",
"gw-comm-demo": "src/cli/comm-demo.mjs",
"gw-e2e-test": "src/tests/run-e2e-test.mjs",
"gw-test": "src/tests/run-tests.mjs",
"gw-p2p-test": "src/tests/p2p-connectivity-test.mjs"
},
"keywords": [
"decentralized",
"p2p",
"ai",
"did",
"ipfs",
"libp2p"
],
"author": "",
"license": "ISC",
"devDependencies": {
"chai": "^5.2.0",
"mocha": "^11.1.0"
}
}