forked from ipfs/js-ipfs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
227 lines (227 loc) · 8.91 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
{
"name": "ipfs",
"version": "0.53.2",
"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 <[email protected]>",
"files": [
"src",
"dist"
],
"main": "src/index.js",
"bin": {
"jsipfs": "src/cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ipfs/js-ipfs.git"
},
"scripts": {
"lint": "aegir lint",
"build": "npm run build:bundle && npm run build:types",
"build:bundle": "aegir build",
"build:types": "tsc --build",
"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 cross-env -i typescript -i ipfs-interop -i electron-webrtc -i wrtc -i rimraf"
},
"dependencies": {
"debug": "^4.1.1",
"ipfs-cli": "^0.3.2",
"ipfs-core": "^0.4.2",
"ipfs-repo": "^7.0.0",
"semver": "^7.3.2",
"update-notifier": "^5.0.0"
},
"devDependencies": {
"aegir": "^29.2.2",
"cross-env": "^7.0.0",
"electron-webrtc": "^0.3.0",
"go-ipfs": "^0.7.0",
"interface-ipfs-core": "^0.143.1",
"ipfs-client": "^0.2.2",
"ipfs-http-client": "^48.2.2",
"ipfs-interop": "^4.0.1",
"ipfs-utils": "^5.0.0",
"ipfsd-ctl": "^7.2.0",
"iso-url": "^1.0.0",
"libp2p-webrtc-star": "^0.20.1",
"merge-options": "^2.0.0",
"rimraf": "^3.0.2",
"typescript": "4.0.x",
"wrtc": "^0.4.6"
},
"typesVersions": {
"*": {
"*": [
"dist/*",
"dist/*/index"
]
}
},
"browser": {
"./src/cli.js": false,
"go-ipfs": false
},
"engines": {
"node": ">=10.0.0",
"npm": ">=6.0.0"
},
"contributors": [
"0xflotus <[email protected]>",
"A_A <[email protected]>",
"Adam Uhlíř <[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]>",
"Ayush Mahajan <[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]>",
"Chirag Shinde <[email protected]>",
"Christian Couder <[email protected]>",
"Dafeng <[email protected]>",
"Dan Ordille <[email protected]>",
"Dan Shields <[email protected]>",
"Daniel Buchner <[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]>",
"Dominic Della Valle <[email protected]>",
"Dzmitry Bachko <[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]>",
"Gabriel Garrido Calvo <[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]>",
"Jessica Schilling <[email protected]>",
"Johannes Wikner <[email protected]>",
"Jon Schlinkert <[email protected]>",
"Jonathan <[email protected]>",
"Jonybang <[email protected]>",
"Jorropo <[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]>",
"Marcus Bernales <[email protected]>",
"Marius Darila <[email protected]>",
"Mark Robert Henderson <[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]>",
"Nick Poulden <[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 Santos <[email protected]>",
"Pedro Santos <[email protected]>",
"Pedro Teixeira <[email protected]>",
"Portia Burton <[email protected]>",
"Prabhakar Poudel <[email protected]>",
"Qmstream <[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]>",
"Tapasweni Pathak <[email protected]>",
"Terence Pae <[email protected]>",
"Teri Chadbourne <[email protected]>",
"Travis CI <[email protected]>",
"Uroš Jurglič <[email protected]>",
"Vasco Santos <[email protected]>",
"Vasco Santos <[email protected]>",
"Vincent Martin <[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]>",
"dirkmc <[email protected]>",
"greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>",
"greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>",
"haad <[email protected]>",
"hapsody <[email protected]>",
"jbenet <[email protected]>",
"jonahweissman <[email protected]>",
"kevingzhang <[email protected]>",
"kumavis <[email protected]>",
"nginnever <[email protected]>",
"npmcdn-to-unpkg-bot <[email protected]>",
"reasv <[email protected]>",
"robbsolter <[email protected]>",
"seungwon-kang <[email protected]>",
"swedneck <[email protected]>",
"tcme <[email protected]>",
"victorbjelkholm <[email protected]>",
"Łukasz Magiera <[email protected]>",
"Максим Ильин <[email protected]>",
"Xmader <[email protected]>"
]
}