forked from 47-studio-org/js-ipfs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
223 lines (223 loc) · 8.86 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
{
"name": "ipfs",
"version": "0.55.3",
"description": "JavaScript implementation of the IPFS specification",
"keywords": [
"IPFS"
],
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs#readme",
"bugs": "https://github.com/ipfs/js-ipfs/issues",
"license": "(Apache-2.0 OR MIT)",
"leadMaintainer": "Alex Potsides <alex@achingbrain.net>",
"files": [
"src",
"dist",
"!dist/*.tsbuildinfo"
],
"main": "src/index.js",
"types": "dist/src/index.d.ts",
"bin": {
"jsipfs": "src/cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ipfs/js-ipfs.git"
},
"scripts": {
"build": "aegir build",
"lint": "aegir lint",
"test": "echo 'Only interface tests live here'",
"test:interface:core": "aegir test -f test/interface-core.js",
"test:interface:client": "aegir test -f test/interface-client.js",
"test:interface:http-js": "aegir test -f test/interface-http-js.js",
"test:interface:http-go": "aegir test -f test/interface-http-go.js",
"test:interop": "cross-env IPFS_JS_EXEC=$PWD/src/cli.js IPFS_JS_MODULE=$PWD IPFS_JS_HTTP_MODULE=$PWD/../ipfs-http-client IPFS_REUSEPORT=false ipfs-interop",
"test:external": "aegir test-dependant",
"coverage": "nyc --reporter=text --reporter=lcov npm run test:interface:core -- -t node",
"clean": "rimraf ./dist",
"dep-check": "aegir dep-check -i ipfs-core-types -i @types/*"
},
"dependencies": {
"debug": "^4.1.1",
"ipfs-cli": "^0.6.1",
"ipfs-core": "^0.7.1",
"semver": "^7.3.2",
"update-notifier": "^5.0.0"
},
"devDependencies": {
"@types/semver": "^7.3.4",
"@types/update-notifier": "^5.0.0",
"aegir": "^33.0.0",
"assert": "^2.0.0",
"cross-env": "^7.0.0",
"electron-webrtc": "^0.3.0",
"go-ipfs": "0.8.0",
"interface-ipfs-core": "^0.146.1",
"ipfs-client": "^0.4.2",
"ipfs-core-types": "^0.5.1",
"ipfs-http-client": "^50.1.1",
"ipfs-interop": "^9.0.0",
"ipfs-utils": "^8.1.2",
"ipfsd-ctl": "^8.0.1",
"iso-url": "^1.0.0",
"libp2p-webrtc-star": "^0.22.2",
"merge-options": "^3.0.4",
"mock-ipfs-pinning-service": "^0.1.2",
"rimraf": "^3.0.2",
"url": "^0.11.0",
"wrtc": "^0.4.6"
},
"browser": {
"./src/cli.js": false,
"go-ipfs": false
},
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
},
"contributors": [
"0xflotus <0xflotus@gmail.com>",
"A_A <21040751+Otto-AA@users.noreply.github.com>",
"Adam Uhlíř <adam@uhlir.dev>",
"Alan Shaw <alan.shaw@protocol.ai>",
"Alan Shaw <alan@tableflip.io>",
"Alex North <alex@alexnorth.me>",
"Alex Potsides <alex@achingbrain.net>",
"Andrew Nesbitt <andrewnez@gmail.com>",
"Andrew de Andrade <andrew@deandrade.com.br>",
"André Cruz <andremiguelcruz@msn.com>",
"Arkadiy Kukarkin <parkan@users.noreply.github.com>",
"Arpit Agarwal <93arpit@gmail.com>",
"Arpit Agarwal <atvanguard@users.noreply.github.com>",
"Ayush Mahajan <mahajan.ayush2306@gmail.com>",
"Bernard Mordan <bernard@tableflip.io>",
"Brian Vander Schaaf <bvs330@gmail.com>",
"Bruno Zell <bruno.zzell@gmail.com>",
"CHEVALAY JOSSELIN <josselin54.chevalay@gmail.com>",
"Caio Gondim <me@caiogondim.com>",
"Chance Hudson <jchancehud@gmail.com>",
"Chirag Shinde <chirag-shinde@users.noreply.github.com>",
"Christian Couder <chriscool@tuxfamily.org>",
"Dafeng <dfguo.joe@gmail.com>",
"Dan Ordille <dordille@gmail.com>",
"Dan Shields <35669742+NukeManDan@users.noreply.github.com>",
"Daniel Buchner <danieljb2@gmail.com>",
"Daniel J. O'Quinn <danieljoquinn@gmail.com>",
"Daniela Borges Matos de Carvalho <alunassertiva@gmail.com>",
"David Dias <daviddias.p@gmail.com>",
"David Gilbertson <gilbertson.david@gmail.com>",
"David da Silva <dasilvacontin@gmail.com>",
"Diogo Silva <fsdiogo@gmail.com>",
"Dmitriy Ryajov <dryajov@gmail.com>",
"Dominic Della Valle <ddvpublic@Gmail.com>",
"Dzmitry Bachko <dbachko@gmail.com>",
"Enrico Marino <enrico.marino@email.com>",
"Faheel Ahmad <faheel@live.in>",
"Felix Yan <felixonmars@archlinux.org>",
"Francisco Baio Dias <xicombd@gmail.com>",
"Francisco Baio Dias <francisco@typeform.com>",
"Friedel Ziegelmayer <dignifiedquire@gmail.com>",
"Gabriel Garrido Calvo <gabriel.garrido.work@gmail.com>",
"Gar <gar+gh@danger.computer>",
"Georgios Rassias <georassias@gmail.com>",
"Gorka Ludlow <gorka@aquigorka.com>",
"Grant Herman <grantlouisherman041@gmail.com>",
"Greenkeeper <support@greenkeeper.io>",
"Haad <haadcode@users.noreply.github.com>",
"Haoliang Yu <haoliangyu@users.noreply.github.com>",
"Harsh Vakharia <harshjv@users.noreply.github.com>",
"Henrique Dias <hacdias@gmail.com>",
"Henry Rodrick <moshisushi@gmail.com>",
"Heo Sangmin <heo@mapiacompany.com>",
"Hugo Dias <hugomrdias@gmail.com>",
"Hugo Dias <mail@hugodias.me>",
"Irakli Gozalishvili <contact@gozala.io>",
"Jacob Heun <jacobheun@gmail.com>",
"Jacob Heun <jake@andyet.net>",
"Jade Meskill <jade.meskill@gmail.com>",
"Jessica Schilling <jessica@protocol.ai>",
"Johannes Wikner <johannes.wikner@gmail.com>",
"Jon Schlinkert <dev@sellside.com>",
"Jonathan <jkrone@vt.edu>",
"Jonybang <Jonybange@gmail.com>",
"Jorropo <jorropo.pgm@gmail.com>",
"João Antunes <j.goncalo.antunes@gmail.com>",
"João Santos <joaosantos15@users.noreply.github.com>",
"Kevin Wang <kevin@fossa.io>",
"Lars Gierth <larsg@systemli.org>",
"Lukas Drgon <lukas.drgon@gmail.com>",
"Maciej Krüger <mkg20001@gmail.com>",
"Marcin Rataj <lidel@lidel.org>",
"Marcus Bernales <mboperator@gmail.com>",
"Marius Darila <marius.darila@gmail.com>",
"Mark Robert Henderson <henderson.mark@gmail.com>",
"Mat Kelly <machawk1@gmail.com>",
"Michelle Lee <michelle@protocol.ai>",
"Mikeal Rogers <mikeal.rogers@gmail.com>",
"Mithgol <getgit@mithgol.ru>",
"Molly <momack2@users.noreply.github.com>",
"Mounish Sai <pvsmounish@gmail.com>",
"My9Bot <34904312+My9Bot@users.noreply.github.com>",
"Nick Poulden <nick@poulden.com>",
"Nitin Patel <31539366+niinpatel@users.noreply.github.com>",
"Nuno Nogueira <nunofmn@gmail.com>",
"Oli Evans <oli@tableflip.io>",
"Oskar Nyberg <oskar@oskarnyberg.com>",
"Pascal Precht <pascal.precht@googlemail.com>",
"Pau Ramon Revilla <masylum@gmail.com>",
"Paulo Rodrigues <me@paulogr.com>",
"Pedro Santos <pedro.santos@moxy.studio>",
"Pedro Santos <pedromiguelsousasantos@hotmail.com>",
"Pedro Teixeira <i@pgte.me>",
"Portia Burton <plburton@gmail.com>",
"Prabhakar Poudel <yuvrajzohan@gmail.com>",
"Qmstream <51881352+Qmstream@users.noreply.github.com>",
"Raoul Millais <raoul@raoulmillais.com>",
"RasmusErik Voel Jensen <github@solsort.com>",
"Richard Littauer <richard.littauer@gmail.com>",
"Richard Schneider <makaretu@gmail.com>",
"Rob Brackett <rob@robbrackett.com>",
"Rod Keys <rod@zokos.com>",
"Sangwon Hong <qpakzk@gmail.com>",
"Sid Harder <sideharder@gmail.com>",
"SidHarder <softwarenavigator@gmail.com>",
"Stephen Whitmore <stephen.whitmore@gmail.com>",
"Stephen Whitmore <noffle@users.noreply.github.com>",
"Steven Allen <steven@stebalien.com>",
"Tapasweni Pathak <tapaswenipathak@gmail.com>",
"Terence Pae <terencepae@gmail.com>",
"Teri Chadbourne <terichadbourne@users.noreply.github.com>",
"Travis CI <travis@travis-ci.org>",
"Uroš Jurglič <jurglic@gmail.com>",
"Vasco Santos <vasco.santos@moxy.studio>",
"Vasco Santos <vasco.santos@ua.pt>",
"Vincent Martin <vince@finalatomicbuster.net>",
"Volker Mische <volker.mische@gmail.com>",
"Xiao Liang <yxliang01@users.noreply.github.com>",
"Yahya <ya7yaz@gmail.com>",
"Yole <yole@ultiledger.io>",
"bitspill <bitspill+github@bitspill.net>",
"datafatmunger <jbg@peerparty.org>",
"dirkmc <dirkmdev@gmail.com>",
"dirkmc <dirk@mccormick.cx>",
"greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>",
"greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>",
"haad <haad@headbanggames.com>",
"hapsody <hapsody@gmail.com>",
"jbenet <juan@benet.ai>",
"jonahweissman <19804455+jonahweissman@users.noreply.github.com>",
"kevingzhang <kevin.zhang.canada@gmail.com>",
"kumavis <kumavis@users.noreply.github.com>",
"nginnever <ginneversource@gmail.com>",
"npmcdn-to-unpkg-bot <npmcdn-to-unpkg-bot@users.noreply.github.com>",
"reasv <7143787+reasv@users.noreply.github.com>",
"robbsolter <35879806+robbsolter@users.noreply.github.com>",
"seungwon-kang <ksw3894@gmail.com>",
"swedneck <40505480+swedneck@users.noreply.github.com>",
"tcme <hi@this-connect.me>",
"victorbjelkholm <victorbjelkholm@gmail.com>",
"Łukasz Magiera <magik6k@users.noreply.github.com>",
"Максим Ильин <negamaxi@gmail.com>",
"Xmader <xmader@outlook.com>"
]
}