forked from ipfs-inactive/js-ipfs-http-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
146 lines (146 loc) · 4.61 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
{
"name": "ipfs-api",
"version": "17.2.4",
"description": "A client library for the IPFS HTTP API. Follows interface-ipfs-core spec",
"main": "src/index.js",
"browser": {
"glob": false,
"fs": false,
"stream": "readable-stream",
"http": "stream-http"
},
"scripts": {
"test": "aegir test ",
"test:node": "aegir test -t node ",
"test:browser": "aegir test -t browser",
"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",
"bs58": "^4.0.1",
"cids": "~0.5.2",
"concat-stream": "^1.6.0",
"detect-node": "^2.0.3",
"flatmap": "0.0.3",
"glob": "^7.1.2",
"glob-escape": "0.0.2",
"ipfs-block": "~0.6.1",
"ipfs-unixfs": "~0.1.14",
"ipld-dag-pb": "~0.11.3",
"is-ipfs": "^0.3.2",
"is-stream": "^1.1.0",
"lru-cache": "^4.1.1",
"multiaddr": "^3.0.1",
"multihashes": "~0.4.12",
"ndjson": "^1.5.0",
"once": "^1.4.0",
"peer-id": "~0.10.3",
"peer-info": "~0.11.3",
"promisify-es6": "^1.0.3",
"pump": "^1.0.3",
"pull-defer": "^0.2.2",
"pull-pushable": "^2.1.1",
"qs": "^6.5.1",
"readable-stream": "^2.3.3",
"stream-http": "^2.7.2",
"stream-to-pull-stream": "^1.7.2",
"streamifier": "^0.1.1",
"tar-stream": "^1.5.5"
},
"engines": {
"node": ">=6.0.0",
"npm": ">=3.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ipfs/js-ipfs-api"
},
"devDependencies": {
"aegir": "^12.2.0",
"chai": "^4.1.2",
"dirty-chai": "^2.0.1",
"eslint-plugin-react": "^7.5.1",
"gulp": "^3.9.1",
"interface-ipfs-core": "~0.36.11",
"hapi": "^16.6.2",
"ipfsd-ctl": "~0.26.0",
"pre-commit": "^1.2.2",
"socket.io": "^2.0.4",
"socket.io-client": "^2.0.4",
"stream-equal": "^1.1.0"
},
"pre-commit": [
"lint",
"test"
],
"keywords": [
"ipfs"
],
"author": "Matt Bell <mappum@gmail.com>",
"contributors": [
"Alan Shaw <alan@tableflip.io>",
"Alex Mingoia <talk@alexmingoia.com>",
"Antonio Tenorio-Fornés <antoniotenorio@ucm.es>",
"Connor Keenan <ckeenan89@gmail.com>",
"Danny <dannyid@protonmail.com>",
"David Braun <David.Braun@Toptal.com>",
"David Dias <daviddias.p@gmail.com>",
"Dmitriy Ryajov <dryajov@gmail.com>",
"Fil <fil@rezo.net>",
"Francisco Baio Dias <xicombd@gmail.com>",
"Friedel Ziegelmayer <dignifiedquire@gmail.com>",
"Gavin McDermott <gavinmcdermott@gmail.com>",
"Greenkeeper <support@greenkeeper.io>",
"Haad <haadcode@users.noreply.github.com>",
"Harlan T Wood <harlantwood@users.noreply.github.com>",
"Harlan T Wood <code@harlantwood.net>",
"Henrique Dias <hacdias@gmail.com>",
"Holodisc <holodiscent@gmail.com>",
"James Halliday <substack@gmail.com>",
"Jason Carver <jacarver@linkedin.com>",
"Jason Papakostas <vith@users.noreply.github.com>",
"Jeff Downie <JeffDownie@users.noreply.github.com>",
"Jeromy <why@ipfs.io>",
"Jeromy <jeromyj@gmail.com>",
"Joe Turgeon <arithmetric@gmail.com>",
"Juan Batiz-Benet <juan@benet.ai>",
"Kevin Wang <kevin@fossa.io>",
"Kristoffer Ström <kristoffer@rymdkoloni.se>",
"Matt Bell <mappum@gmail.com>",
"Maxime Lathuilière <k@maxlath.eu>",
"Michael Muré <batolettre@gmail.com>",
"Mitar <mitar.git@tnode.com>",
"Mithgol <getgit@mithgol.ru>",
"Nuno Nogueira <nunofmn@gmail.com>",
"Pedro Teixeira <i@pgte.me>",
"Pete Thomas <pete@xminusone.net>",
"Richard Littauer <richard.littauer@gmail.com>",
"Richard Schneider <makaretu@gmail.com>",
"Stephen Whitmore <stephen.whitmore@gmail.com>",
"Tara Vancil <tbvanc@gmail.com>",
"Travis Person <travis.person@gmail.com>",
"Victor Bjelkholm <victor@typeform.com>",
"dmitriy ryajov <dryajov@dmitriys-MacBook-Pro.local>",
"elsehow <yes@cosmopol.is>",
"ethers <ethereum@outlook.com>",
"haad <haad@headbanggames.com>",
"kumavis <kumavis@users.noreply.github.com>",
"nginnever <ginneversource@gmail.com>",
"noah the goodra <peterpan0413@live.com>",
"priecint <tp-dev@seznam.cz>",
"samuli <samuli@nugg.ad>",
"Łukasz Magiera <magik6k@users.noreply.github.com>",
"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ <victorbjelkholm@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ipfs/js-ipfs-api/issues"
},
"homepage": "https://github.com/ipfs/js-ipfs-api"
}