forked from ipfs/js-ipfs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
187 lines (187 loc) · 7.01 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
{
"name": "ipfs-http-client",
"version": "52.0.1",
"description": "A client library for the IPFS HTTP API",
"keywords": [
"ipfs"
],
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-http-client#readme",
"bugs": "https://github.com/ipfs/js-ipfs/issues",
"license": "(Apache-2.0 OR MIT)",
"leadMaintainer": "Alex Potsides <[email protected]>",
"files": [
"src",
"dist",
"!dist/*.tsbuildinfo"
],
"main": "src/index.js",
"types": "./dist/src/index.d.ts",
"browser": {
"./src/lib/multipart-request.js": "./src/lib/multipart-request.browser.js",
"ipfs-utils/src/files/glob-source": false,
"go-ipfs": false,
"ipfs-core-utils/src/files/normalise-input": "ipfs-core-utils/src/files/normalise-input/index.browser.js",
"http": false,
"https": false
},
"repository": {
"type": "git",
"url": "git+https://github.com/ipfs/js-ipfs.git"
},
"scripts": {
"build": "aegir build",
"test": "aegir test",
"test:node": "aegir test -t node",
"test:browser": "aegir test -t browser",
"test:webworker": "aegir test -t webworker",
"test:electron-main": "aegir test -t electron-main",
"test:electron-renderer": "aegir test -t electron-renderer",
"test:chrome": "aegir test -t browser -t webworker -- --browsers ChromeHeadless",
"test:firefox": "aegir test -t browser -t webworker -- --browsers FirefoxHeadless",
"lint": "aegir ts -p check && aegir lint",
"coverage": "npx nyc -r html npm run test:node -- --bail",
"clean": "rimraf ./dist",
"dep-check": "aegir dep-check -i ipfs-core -i rimraf -i ipfs-core-types -i abort-controller"
},
"dependencies": {
"@ipld/dag-cbor": "^6.0.5",
"@ipld/dag-pb": "^2.1.3",
"abort-controller": "^3.0.0",
"any-signal": "^2.1.2",
"debug": "^4.1.1",
"err-code": "^3.0.1",
"form-data": "^4.0.0",
"ipfs-core-types": "^0.7.0",
"ipfs-core-utils": "^0.10.1",
"ipfs-utils": "^8.1.4",
"it-first": "^1.0.6",
"it-last": "^1.0.4",
"it-to-stream": "^1.0.0",
"merge-options": "^3.0.4",
"multiaddr": "^10.0.0",
"multiformats": "^9.4.1",
"nanoid": "^3.1.12",
"native-abort-controller": "^1.0.3",
"parse-duration": "^1.0.0",
"stream-to-it": "^0.2.2",
"uint8arrays": "^2.1.6"
},
"devDependencies": {
"aegir": "^34.0.2",
"delay": "^5.0.0",
"go-ipfs": "0.9.1",
"ipfsd-ctl": "^10.0.3",
"it-all": "^1.0.4",
"it-first": "^1.0.4",
"nock": "^13.0.2",
"p-defer": "^3.0.0",
"rimraf": "^3.0.2"
},
"engines": {
"node": ">=14.0.0",
"npm": ">=3.0.0"
},
"contributors": [
"Alan Shaw <[email protected]>",
"Alan Shaw <[email protected]>",
"Alex Mingoia <[email protected]>",
"Alex Potsides <[email protected]>",
"Antonio Tenorio-Fornés <[email protected]>",
"Bruno Barbieri <[email protected]>",
"Clemo <[email protected]>",
"Connor Keenan <[email protected]>",
"Daniel Constantin <[email protected]>",
"Danny <[email protected]>",
"David Braun <[email protected]>",
"David Dias <[email protected]>",
"Dietrich Ayala <[email protected]>",
"Diogo Silva <[email protected]>",
"Dmitriy Ryajov <[email protected]>",
"Dmitry Nikulin <[email protected]>",
"Donatas Stundys <[email protected]>",
"Fil <[email protected]>",
"Filip Š <[email protected]>",
"Francisco Baio Dias <[email protected]>",
"Friedel Ziegelmayer <[email protected]>",
"Gar <[email protected]>",
"Gavin McDermott <[email protected]>",
"Gopalakrishna Palem <[email protected]>",
"Greenkeeper <[email protected]>",
"Haad <[email protected]>",
"Harlan T Wood <[email protected]>",
"Harlan T Wood <[email protected]>",
"Henrique Dias <[email protected]>",
"Holodisc <[email protected]>",
"Hugo Dias <[email protected]>",
"Hugo Dias <[email protected]>",
"JGAntunes <[email protected]>",
"Jacob Heun <[email protected]>",
"James Halliday <[email protected]>",
"Jason Carver <[email protected]>",
"Jason Papakostas <[email protected]>",
"Jeff Downie <[email protected]>",
"Jeromy <[email protected]>",
"Jeromy <[email protected]>",
"Jim Pick <[email protected]>",
"Joe Turgeon <[email protected]>",
"Jonathan <[email protected]>",
"Juan Batiz-Benet <[email protected]>",
"Kevin Wang <[email protected]>",
"Kristoffer Ström <[email protected]>",
"Marcin Rataj <[email protected]>",
"Matt Bell <[email protected]>",
"Matt Ober <[email protected]>",
"Maxime Lathuilière <[email protected]>",
"Michael Bradley <[email protected]>",
"Michael Muré <[email protected]>",
"Michael Muré <[email protected]>",
"Mikeal Rogers <[email protected]>",
"Mitar <[email protected]>",
"Mithgol <[email protected]>",
"Mohamed Abdulaziz <[email protected]>",
"Nitin Patel <[email protected]>",
"Nuno Nogueira <[email protected]>",
"Níckolas Goline <[email protected]>",
"Oli Evans <[email protected]>",
"Orie Steele <[email protected]>",
"Paul Cowgill <[email protected]>",
"Pedro Santos <[email protected]>",
"Pedro Santos <[email protected]>",
"Pedro Teixeira <[email protected]>",
"Pete Thomas <[email protected]>",
"Richard Littauer <[email protected]>",
"Richard Schneider <[email protected]>",
"Roman Khafizianov <[email protected]>",
"SeungWon <[email protected]>",
"Stephen Whitmore <[email protected]>",
"Tara Vancil <[email protected]>",
"Teri Chadbourne <[email protected]>",
"Travis Person <[email protected]>",
"Travis Person <[email protected]>",
"Vasco Santos <[email protected]>",
"Vasco Santos <[email protected]>",
"Victor Bjelkholm <[email protected]>",
"Volker Mische <[email protected]>",
"Zhiyuan Lin <[email protected]>",
"dirkmc <[email protected]>",
"dmitriy ryajov <[email protected]>",
"elsehow <[email protected]>",
"ethers <[email protected]>",
"greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>",
"greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>",
"haad <[email protected]>",
"kumavis <[email protected]>",
"leekt216 <[email protected]>",
"nginnever <[email protected]>",
"noah the goodra <[email protected]>",
"phillmac <[email protected]>",
"priecint <[email protected]>",
"samuli <[email protected]>",
"sarthak khandelwal <[email protected]>",
"shunkin <[email protected]>",
"victorbjelkholm <[email protected]>",
"Łukasz Magiera <[email protected]>",
"Łukasz Magiera <[email protected]>",
"Xmader <[email protected]>"
]
}