forked from ipfs-inactive/js-ipfs-http-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
171 lines (171 loc) · 5.49 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
{
"name": "ipfs-api",
"version": "22.0.1",
"description": "A client library for the IPFS HTTP API",
"leadMaintainer": "Alan Shaw <[email protected]>",
"main": "src/index.js",
"browser": {
"glob": false,
"fs": false,
"stream": "readable-stream",
"http": "stream-http",
"ipfs-api": false,
"ipfs": false
},
"scripts": {
"test": "aegir test",
"test:node": "aegir test -t node",
"test:browser": "aegir test -t browser",
"test:webworker": "aegir test -t webworker",
"lint": "aegir lint",
"build": "aegir build",
"release": "aegir release ",
"release-minor": "aegir release --type minor ",
"release-major": "aegir release --type major ",
"coverage": "aegir coverage --timeout 100000",
"coverage-publish": "aegir coverage --provider coveralls --timeout 100000"
},
"dependencies": {
"async": "^2.6.0",
"big.js": "^5.0.3",
"bs58": "^4.0.1",
"cids": "~0.5.3",
"concat-stream": "^1.6.2",
"detect-node": "^2.0.3",
"flatmap": "0.0.3",
"glob": "^7.1.2",
"ipfs-block": "~0.7.1",
"ipfs-unixfs": "~0.1.14",
"ipld-dag-cbor": "~0.12.0",
"ipld-dag-pb": "~0.14.4",
"is-ipfs": "~0.3.2",
"is-pull-stream": "0.0.0",
"is-stream": "^1.1.0",
"libp2p-crypto": "~0.13.0",
"lru-cache": "^4.1.3",
"multiaddr": "^5.0.0",
"multibase": "~0.4.0",
"multihashes": "~0.4.13",
"ndjson": "^1.5.0",
"once": "^1.4.0",
"peer-id": "~0.10.7",
"peer-info": "~0.14.1",
"promisify-es6": "^1.0.3",
"pull-defer": "~0.2.2",
"pull-pushable": "^2.2.0",
"pull-stream-to-stream": "^1.3.4",
"pump": "^3.0.0",
"qs": "^6.5.2",
"readable-stream": "^2.3.6",
"stream-http": "^2.8.2",
"stream-to-pull-stream": "^1.7.2",
"streamifier": "~0.1.1",
"tar-stream": "^1.6.1"
},
"engines": {
"node": ">=6.0.0",
"npm": ">=3.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ipfs/js-ipfs-api"
},
"devDependencies": {
"aegir": "^13.1.0",
"browser-process-platform": "~0.1.1",
"chai": "^4.1.2",
"cross-env": "^5.1.5",
"dirty-chai": "^2.0.1",
"eslint-plugin-react": "^7.8.2",
"go-ipfs-dep": "~0.4.15",
"gulp": "^3.9.1",
"interface-ipfs-core": "~0.66.2",
"ipfs": "~0.28.2",
"ipfsd-ctl": "~0.36.0",
"pull-stream": "^3.6.8",
"socket.io": "^2.1.1",
"socket.io-client": "^2.1.1",
"stream-equal": "^1.1.1"
},
"pre-push": [
"lint",
"test"
],
"keywords": [
"ipfs"
],
"contributors": [
"Alan Shaw <[email protected]>",
"Alex Mingoia <[email protected]>",
"Antonio Tenorio-Fornés <[email protected]>",
"Bruno Barbieri <[email protected]>",
"Clemo <[email protected]>",
"Connor Keenan <[email protected]>",
"Danny <[email protected]>",
"David Braun <[email protected]>",
"David Dias <[email protected]>",
"Diogo Silva <[email protected]>",
"Dmitriy Ryajov <[email protected]>",
"Donatas Stundys <[email protected]>",
"Fil <[email protected]>",
"Francisco Baio Dias <[email protected]>",
"Friedel Ziegelmayer <[email protected]>",
"Gavin McDermott <[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]>",
"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]>",
"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]>",
"Maxime Lathuilière <[email protected]>",
"Michael Muré <[email protected]>",
"Mitar <[email protected]>",
"Mithgol <[email protected]>",
"Nuno Nogueira <[email protected]>",
"Oli Evans <[email protected]>",
"Pedro Teixeira <[email protected]>",
"Pete Thomas <[email protected]>",
"Richard Littauer <[email protected]>",
"Richard Schneider <[email protected]>",
"Stephen Whitmore <[email protected]>",
"Tara Vancil <[email protected]>",
"Travis Person <[email protected]>",
"Vasco Santos <[email protected]>",
"Vasco Santos <[email protected]>",
"Victor Bjelkholm <[email protected]>",
"Volker Mische <[email protected]>",
"achingbrain <[email protected]>",
"dmitriy ryajov <[email protected]>",
"elsehow <[email protected]>",
"ethers <[email protected]>",
"haad <[email protected]>",
"kumavis <[email protected]>",
"nginnever <[email protected]>",
"noah the goodra <[email protected]>",
"priecint <[email protected]>",
"samuli <[email protected]>",
"victorbjelkholm <[email protected]>",
"Łukasz Magiera <[email protected]>",
"Łukasz Magiera <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ipfs/js-ipfs-api/issues"
},
"homepage": "https://github.com/ipfs/js-ipfs-api"
}