forked from ipfs/js-ipfs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
303 lines (303 loc) · 11.3 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
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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
{
"name": "ipfs",
"version": "0.35.0-rc.5",
"description": "JavaScript implementation of the IPFS specification",
"leadMaintainer": "Alan Shaw <[email protected]>",
"bin": {
"jsipfs": "src/cli/bin.js"
},
"main": "src/core/index.js",
"browser": {
"./src/core/components/init-assets.js": false,
"./src/core/runtime/add-from-fs-nodejs.js": "./src/core/runtime/add-from-fs-browser.js",
"./src/core/runtime/config-nodejs.js": "./src/core/runtime/config-browser.js",
"./src/core/runtime/dns-nodejs.js": "./src/core/runtime/dns-browser.js",
"./src/core/runtime/fetch-nodejs.js": "./src/core/runtime/fetch-browser.js",
"./src/core/runtime/libp2p-nodejs.js": "./src/core/runtime/libp2p-browser.js",
"./src/core/runtime/preload-nodejs.js": "./src/core/runtime/preload-browser.js",
"./src/core/runtime/repo-nodejs.js": "./src/core/runtime/repo-browser.js",
"./test/utils/create-repo-nodejs.js": "./test/utils/create-repo-browser.js",
"stream": "readable-stream",
"joi": "joi-browser"
},
"engines": {
"node": ">=10.0.0",
"npm": ">=6.0.0"
},
"scripts": {
"lint": "aegir lint",
"build": "aegir build",
"test": "aegir test -t node -t browser -t webworker --no-cors --timeout=10000",
"test:node": "aegir test -t node --timeout=10000",
"test:browser": "aegir test -t browser --no-cors --timeout=10000",
"test:webworker": "aegir test -t webworker --no-cors --timeout=10000",
"test:node:core": "aegir test -t node -f test/core/**/*.js --timeout=10000",
"test:node:http": "aegir test -t node -f test/http-api/index.js --timeout=10000",
"test:node:gateway": "aegir test -t node -f test/gateway/index.js --timeout=10000",
"test:node:cli": "aegir test -t node -f test/cli/index.js --timeout=10000",
"test:node:interface": "aegir test -t node -f test/core/interface.spec.js --timeout=10000",
"test:bootstrapers": "IPFS_TEST=bootstrapers aegir test -t browser -f test/bootstrapers.js --timeout=10000",
"benchmark": "echo \"Error: no benchmarks yet\" && exit 1",
"benchmark:node": "echo \"Error: no benchmarks yet\" && exit 1",
"benchmark:node:core": "echo \"Error: no benchmarks yet\" && exit 1",
"benchmark:node:http": "echo \"Error: no benchmarks yet\" && exit 1",
"benchmark:browser": "echo \"Error: no benchmarks yet\" && exit 1",
"release": "aegir release -t node -t browser",
"release-minor": "aegir release --type minor -t node -t browser",
"release-major": "aegir release --type major -t node -t browser"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ipfs/js-ipfs.git"
},
"keywords": [
"IPFS"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ipfs/js-ipfs/issues"
},
"homepage": "https://github.com/ipfs/js-ipfs#readme",
"devDependencies": {
"aegir": "^18.1.0",
"chai": "^4.2.0",
"delay": "^4.1.0",
"detect-node": "^2.0.4",
"dir-compare": "^1.4.0",
"dirty-chai": "^2.0.1",
"execa": "^1.0.0",
"form-data": "^2.3.3",
"hat": "0.0.3",
"interface-ipfs-core": "~0.99.1",
"ipfsd-ctl": "~0.42.0",
"libp2p-websocket-star": "~0.10.2",
"ncp": "^2.0.0",
"qs": "^6.5.2",
"rimraf": "^2.6.2",
"sinon": "^7.3.1",
"stream-to-promise": "^2.2.0"
},
"dependencies": {
"async": "^2.6.1",
"bignumber.js": "^8.0.2",
"binary-querystring": "~0.1.2",
"bl": "^3.0.0",
"boom": "^7.2.0",
"bs58": "^4.0.1",
"byteman": "^1.3.5",
"cid-tool": "~0.2.0",
"cids": "~0.5.8",
"class-is": "^1.1.0",
"datastore-core": "~0.6.0",
"datastore-pubsub": "~0.1.1",
"debug": "^4.1.0",
"dlv": "^1.1.2",
"err-code": "^1.1.2",
"file-type": "^10.2.0",
"fnv1a": "^1.0.1",
"fsm-event": "^2.1.0",
"get-folder-size": "^2.0.0",
"glob": "^7.1.3",
"hapi": "^18.0.0",
"hapi-pino": "^5.2.0",
"human-to-milliseconds": "^1.0.0",
"interface-datastore": "~0.6.0",
"ipfs-bitswap": "~0.23.0",
"ipfs-block": "~0.8.0",
"ipfs-block-service": "~0.15.1",
"ipfs-http-client": "^30.1.1",
"ipfs-http-response": "~0.2.1",
"ipfs-mfs": "~0.10.2",
"ipfs-multipart": "~0.1.0",
"ipfs-repo": "~0.26.1",
"ipfs-unixfs": "~0.1.16",
"ipfs-unixfs-exporter": "~0.36.1",
"ipfs-unixfs-importer": "~0.38.5",
"ipld": "~0.21.1",
"ipld-bitcoin": "~0.1.8",
"ipld-dag-pb": "~0.15.3",
"ipld-ethereum": "^2.0.1",
"ipld-git": "~0.3.0",
"ipld-zcash": "~0.1.6",
"ipns": "~0.5.0",
"is-ipfs": "~0.6.0",
"is-pull-stream": "~0.0.0",
"is-stream": "^1.1.0",
"iso-url": "~0.4.6",
"joi": "^14.3.0",
"just-flatten-it": "^2.1.0",
"just-safe-set": "^2.1.0",
"libp2p": "~0.25.0-rc.5",
"libp2p-bootstrap": "~0.9.3",
"libp2p-crypto": "~0.16.0",
"libp2p-kad-dht": "~0.14.12",
"libp2p-keychain": "~0.4.1",
"libp2p-mdns": "~0.12.0",
"libp2p-mplex": "~0.8.4",
"libp2p-record": "~0.6.1",
"libp2p-secio": "~0.11.0",
"libp2p-tcp": "~0.13.0",
"libp2p-webrtc-star": "~0.15.5",
"libp2p-websocket-star-multi": "~0.4.0",
"libp2p-websockets": "~0.12.2",
"lodash": "^4.17.11",
"mafmt": "^6.0.2",
"merge-options": "^1.0.1",
"mime-types": "^2.1.21",
"mkdirp": "~0.5.1",
"multiaddr": "^6.0.0",
"multiaddr-to-uri": "^4.0.1",
"multibase": "~0.6.0",
"multicodec": "~0.5.0",
"multihashes": "~0.4.14",
"multihashing-async": "~0.5.1",
"node-fetch": "^2.3.0",
"peer-book": "~0.9.0",
"peer-id": "~0.12.0",
"peer-info": "~0.15.0",
"progress": "^2.0.1",
"promisify-es6": "^1.0.3",
"protons": "^1.0.1",
"pull-abortable": "^4.1.1",
"pull-cat": "^1.1.11",
"pull-defer": "~0.2.3",
"pull-file": "^1.1.0",
"pull-ndjson": "~0.1.1",
"pull-pushable": "^2.2.0",
"pull-sort": "^1.0.1",
"pull-stream": "^3.6.9",
"pull-stream-to-stream": "^1.3.4",
"readable-stream": "^3.1.1",
"receptacle": "^1.3.2",
"stream-to-pull-stream": "^1.7.3",
"superstruct": "~0.6.0",
"tar-stream": "^2.0.0",
"temp": "~0.9.0",
"update-notifier": "^2.5.0",
"uri-to-multiaddr": "^3.0.1",
"varint": "^5.0.0",
"yargs": "^13.2.2",
"yargs-promise": "^1.1.0"
},
"optionalDependencies": {
"prom-client": "^11.1.3",
"prometheus-gc-stats": "~0.6.0"
},
"contributors": [
"0xflotus <[email protected]>",
"A_A <[email protected]>",
"Alan Shaw <[email protected]>",
"Alan Shaw <[email protected]>",
"Alex North <[email protected]>",
"Alex Potsides <[email protected]>",
"Andrew Nesbitt <[email protected]>",
"Andrew de Andrade <[email protected]>",
"André Cruz <[email protected]>",
"Arkadiy Kukarkin <[email protected]>",
"Arpit Agarwal <[email protected]>",
"Arpit Agarwal <[email protected]>",
"Bernard Mordan <[email protected]>",
"Brian Vander Schaaf <[email protected]>",
"Bruno Zell <[email protected]>",
"CHEVALAY JOSSELIN <[email protected]>",
"Caio Gondim <[email protected]>",
"Chance Hudson <[email protected]>",
"Christian Couder <[email protected]>",
"Dafeng <[email protected]>",
"Dan Ordille <[email protected]>",
"Daniel J. O'Quinn <[email protected]>",
"Daniela Borges Matos de Carvalho <[email protected]>",
"David Dias <[email protected]>",
"David Gilbertson <[email protected]>",
"David da Silva <[email protected]>",
"Diogo Silva <[email protected]>",
"Dmitriy Ryajov <[email protected]>",
"Dzmitry Das <[email protected]>",
"Enrico Marino <[email protected]>",
"Faheel Ahmad <[email protected]>",
"Felix Yan <[email protected]>",
"Francisco Baio Dias <[email protected]>",
"Francisco Baio Dias <[email protected]>",
"Friedel Ziegelmayer <[email protected]>",
"Gar <[email protected]>",
"Georgios Rassias <[email protected]>",
"Gorka Ludlow <[email protected]>",
"Grant Herman <[email protected]>",
"Greenkeeper <[email protected]>",
"Haad <[email protected]>",
"Haoliang Yu <[email protected]>",
"Harsh Vakharia <[email protected]>",
"Henrique Dias <[email protected]>",
"Henry Rodrick <[email protected]>",
"Heo Sangmin <[email protected]>",
"Hugo Dias <[email protected]>",
"Hugo Dias <[email protected]>",
"Irakli Gozalishvili <[email protected]>",
"Jacob Heun <[email protected]>",
"Jacob Heun <[email protected]>",
"Jade Meskill <[email protected]>",
"Johannes Wikner <[email protected]>",
"Jon Schlinkert <[email protected]>",
"Jonathan <[email protected]>",
"João Antunes <[email protected]>",
"João Santos <[email protected]>",
"Kevin Wang <[email protected]>",
"Lars Gierth <[email protected]>",
"Lukas Drgon <[email protected]>",
"Maciej Krüger <[email protected]>",
"Marcin Rataj <[email protected]>",
"Marius Darila <[email protected]>",
"Mat Kelly <[email protected]>",
"Michelle Lee <[email protected]>",
"Mikeal Rogers <[email protected]>",
"Mithgol <[email protected]>",
"Molly <[email protected]>",
"Mounish Sai <[email protected]>",
"My9Bot <[email protected]>",
"Nitin Patel <[email protected]>",
"Nuno Nogueira <[email protected]>",
"Oli Evans <[email protected]>",
"Oskar Nyberg <[email protected]>",
"Pascal Precht <[email protected]>",
"Pau Ramon Revilla <[email protected]>",
"Paulo Rodrigues <[email protected]>",
"Pedro Teixeira <[email protected]>",
"Portia Burton <[email protected]>",
"Raoul Millais <[email protected]>",
"RasmusErik Voel Jensen <[email protected]>",
"Richard Littauer <[email protected]>",
"Richard Schneider <[email protected]>",
"Rob Brackett <[email protected]>",
"Rod Keys <[email protected]>",
"Sangwon Hong <[email protected]>",
"Sid Harder <[email protected]>",
"SidHarder <[email protected]>",
"Stephen Whitmore <[email protected]>",
"Stephen Whitmore <[email protected]>",
"Steven Allen <[email protected]>",
"Terence Pae <[email protected]>",
"Uroš Jurglič <[email protected]>",
"Vasco Santos <[email protected]>",
"Vasco Santos <[email protected]>",
"Volker Mische <[email protected]>",
"Xiao Liang <[email protected]>",
"Yahya <[email protected]>",
"Yole <[email protected]>",
"bitspill <[email protected]>",
"datafatmunger <[email protected]>",
"dirkmc <[email protected]>",
"haad <[email protected]>",
"jbenet <[email protected]>",
"jonahweissman <[email protected]>",
"kevingzhang <[email protected]>",
"kumavis <[email protected]>",
"nginnever <[email protected]>",
"npmcdn-to-unpkg-bot <[email protected]>",
"robbsolter <[email protected]>",
"seungwon-kang <[email protected]>",
"tcme <[email protected]>",
"victorbjelkholm <[email protected]>",
"Łukasz Magiera <[email protected]>",
"Максим Ильин <[email protected]>"
]
}