forked from ipfs/js-ipfs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
262 lines (262 loc) · 12 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
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
{
"name": "js-ipfs",
"version": "1.0.0",
"description": "JavaScript implementation of the IPFS specification",
"scripts": {
"postinstall": "lerna bootstrap",
"link": "lerna link",
"reset": "lerna run clean && rimraf packages/*/node_modules examples/*/node_modules node_modules",
"test": "lerna run test",
"test:node": "lerna run test:node",
"test:browser": "lerna run test:browser",
"test:webworker": "lerna run test:webworker",
"test:electron": "lerna run test:electron",
"test:electron-main": "lerna run test:electron-main",
"test:electron-renderer": "lerna run test:electron-renderer",
"test:external": "lerna run test:external",
"test:cli": "lerna run test:cli",
"test:interop": "lerna run test:interop",
"test:interface:client": "lerna run test:interface:client",
"test:interface:core": "lerna run test:interface:core",
"test:interface:http-go": "lerna run test:interface:http-go",
"test:interface:http-js": "lerna run test:interface:http-js",
"test:interface:message-port-client": "lerna run test:interface:message-port-client",
"coverage": "lerna run coverage",
"build": "lerna run build",
"clean": "lerna run clean",
"lint": "lerna run lint",
"dep-check": "lerna run dep-check",
"configure-examples": "run-s configure-examples:* release:pre:reinstall release:pre:bundle",
"configure-examples:add-examples": "json -I -f ./lerna.json -e \"this.packages.push('examples/*'); this.packages = [...new Set(this.packages)]\"",
"configure-examples:add-hoisted-modules": "json -I -f ./lerna.json -e \"this.command.bootstrap.nohoist = ['ipfs-css', 'tachyons']; this.command.bootstrap.nohoist = [...new Set(this.command.bootstrap.nohoist)]\"",
"release": "run-s release:pre:* release:publish docker:release release:post:*",
"release:pre:non-dirty-repo": "git diff --quiet",
"release:pre:update-contributors": "aegir release --lint=false --test=false --bump=false --build=false --changelog=false --commit=false --tag=false --push=false --ghrelease=false --docs=false --publish=false --types=false",
"release:pre:reinstall": "npm run reset && npm i && rimraf package-lock.json packages/*/package-lock.json",
"release:pre:bundle": "NODE_ENV=production npm run build -- --scope={ipfs,ipfs-core,ipfs-*client,ipfs-grpc-protocol,ipfs-message-port-*}",
"release:publish": "lerna publish",
"docker:release": "run-s docker:release:*",
"docker:release:build": "docker build . --no-cache --tag js-ipfs:latest --file ./Dockerfile.latest",
"docker:release:tag-latest": "docker tag js-ipfs:latest docker.io/ipfs/js-ipfs:latest",
"docker:release:tag-version": "docker tag js-ipfs:latest docker.io/ipfs/js-ipfs:v`npm show ipfs@latest version -q`",
"docker:release:push-latest": "docker push ipfs/js-ipfs:latest",
"docker:release:push-version": "docker push ipfs/js-ipfs:v`npm show ipfs@latest version -q`",
"release:post:update-example-dependencies": "node scripts/update-example-deps.js",
"release:rc": "run-s release:pre:* release:canary",
"release:canary": "lerna publish --canary --preid rc --dist-tag next --force-publish --yes",
"docker:rc": "run-s docker:rc:*",
"docker:rc:build": "docker build . --no-cache --tag js-ipfs:next --file ./Dockerfile.next",
"docker:rc:tag-next": "docker tag js-ipfs:next docker.io/ipfs/js-ipfs:next",
"docker:rc:tag-rc": "docker tag js-ipfs:next docker.io/ipfs/js-ipfs:v`npm show ipfs@next version -q`",
"docker:rc:push-next": "docker push ipfs/js-ipfs:next",
"docker:rc:push-rc": "docker push ipfs/js-ipfs:v`npm show ipfs@next version -q`"
},
"eslintConfig": {
"extends": "ipfs",
"ignorePatterns": [
"!.aegir.js"
]
},
"devDependencies": {
"execa": "^5.0.0",
"json": "^10.0.0",
"lerna": "^3.22.0",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ipfs/js-ipfs.git"
},
"private": true,
"contributors": [
"David Dias <daviddias.p@gmail.com>",
"achingbrain <alex@achingbrain.net>",
"Alan Shaw <alan.shaw@protocol.ai>",
"Friedel Ziegelmayer <dignifiedquire@gmail.com>",
"Juan Batiz-Benet <juan@benet.ai>",
"Hugo Dias <hugomrdias@gmail.com>",
"Vasco Santos <vasco.santos@moxy.studio>",
"Henrique Dias <hacdias@gmail.com>",
"Volker Mische <volker.mische@gmail.com>",
"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ <victorbjelkholm@gmail.com>",
"Stephen Whitmore <stephen.whitmore@gmail.com>",
"Marcin Rataj <lidel@lidel.org>",
"Francisco Baio Dias <xicombd@gmail.com>",
"Jacob Heun <jacobheun@gmail.com>",
"Matt Bell <mappum@gmail.com>",
"Richard Schneider <makaretu@gmail.com>",
"Pedro Teixeira <i@pgte.me>",
"Travis Person <travis.person@gmail.com>",
"Kristoffer Ström <kristoffer@rymdkoloni.se>",
"Dmitriy Ryajov <dryajov@gmail.com>",
"Irakli Gozalishvili <contact@gozala.io>",
"Oli Evans <oli@tableflip.io>",
"nginnever <ginneversource@gmail.com>",
"Richard Littauer <richard.littauer@gmail.com>",
"dirkmc <dirkmdev@gmail.com>",
"Diogo Silva <fsdiogo@gmail.com>",
"Connor Keenan <ckeenan89@gmail.com>",
"Pedro Santos <pedro.santos@moxy.studio>",
"Harlan T Wood <code@harlantwood.net>",
"Pascal Precht <pascal.precht@googlemail.com>",
"Andrew Nesbitt <andrewnez@gmail.com>",
"Maciej Krüger <mkg20001@gmail.com>",
"Michael Garvin <gar+gh@danger.computer>",
"Steven Allen <steven@stebalien.com>",
"Michael Muré <batolettre@gmail.com>",
"João Antunes <j.goncalo.antunes@gmail.com>",
"Christian Couder <chriscool@tuxfamily.org>",
"Enrico Marino <enrico.marino@email.com>",
"Rob Brackett <rob@robbrackett.com>",
"Prabhakar Poudel <yuvrajzohan@gmail.com>",
"Mithgol <getgit@mithgol.ru>",
"Hector Sanjuan <code@hector.link>",
"Xmader <xmader@outlook.com>",
"Joonas Koivunen <joonas.koivunen@gmail.com>",
"Gavin McDermott <gavinmcdermott@gmail.com>",
"Jonathan <jkrone@vt.edu>",
"Mikeal Rogers <mikeal.rogers@gmail.com>",
"Sangwon Hong <qpakzk@gmail.com>",
"Dzmitry Das <dbachko@gmail.com>",
"haad <haad@headbanggames.com>",
"Marius Darila <marius.darila@gmail.com>",
"Andrew de Andrade <andrew@deandrade.com.br>",
"Paulo Rodrigues <me@paulogr.com>",
"RasmusErik Voel Jensen <github@solsort.com>",
"Ryan Bell <ryan@piing.net>",
"Alex Mingoia <talk@alexmingoia.com>",
"Yahya <ya7yaz@gmail.com>",
"Matt Ober <matt.ober3@gmail.com>",
"Jeromy <jeromyj@gmail.com>",
"Mark Robert Henderson <henderson.mark@gmail.com>",
"Andrey <muzzzy@gmail.com>",
"Antonio Tenorio-Fornés <antoniotenorio@ucm.es>",
"Dan Ordille <dordille@gmail.com>",
"David Gilbertson <gilbertson.david@gmail.com>",
"Doug A <douganderson444@gmail.com>",
"Georgios Rassias <georassias@gmail.com>",
"Gorka Ludlow <gorka@aquigorka.com>",
"Jim Pick <jim@protocol.ai>",
"Jonybang <Jonybange@gmail.com>",
"Kevin Simper <kevin.simper@gmail.com>",
"Kevin Wang <kevin@fossa.io>",
"0xflotus <0xflotus@gmail.com>",
"Maxime Lathuilière <k@maxlath.eu>",
"Nuno Nogueira <nunofmn@gmail.com>",
"Portia Burton <plburton@gmail.com>",
"Raoul Millais <raoul@raoulmillais.com>",
"Sid Harder <sideharder@gmail.com>",
"anders <andersb@tuta.io>",
"bluelovers <codelovers@users.sourceforge.net>",
"samuli <samuli@nugg.ad>",
"shunkin <hiyoko.san.ipod@gmail.com>",
"tcme <hi@this-connect.me>",
"Максим Ильин <negamaxi@gmail.com>",
"SeungWon <ksw3894@gmail.com>",
"noah the goodra <peterpan0413@live.com>",
"Heo Sangmin <heo@mapiacompany.com>",
"Lars Gierth <larsg@systemli.org>",
"Lukas Drgon <lukas.drgon@gmail.com>",
"Henry Rodrick <moshisushi@gmail.com>",
"Marcus Bernales <mboperator@gmail.com>",
"Mat Kelly <machawk1@gmail.com>",
"Hannah Howard <hannah@hannahhoward.net>",
"Guilherme Pacheco <guilherme.f.pacheco@hotmail.com>",
"Matt Zumwalt <matt@databindery.com>",
"priecint <tp-dev@seznam.cz>",
"Michael Bradley <michaelsbradleyjr@gmail.com>",
"Grant Herman <grantlouisherman041@gmail.com>",
"Michelle Lee <michelle@protocol.ai>",
"Giuseppe Bertone <bertone.giuseppe@gmail.com>",
"Mitar <mitar.git@tnode.com>",
"Giles <giles.bradshaw@sigyl.com>",
"Mohamed Abdulaziz <mohamed@mohamedabdulaziz.com>",
"André Cruz <andremiguelcruz@msn.com>",
"Mounish Sai <pvsmounish@gmail.com>",
"Nate Foss <npfoss@gmail.com>",
"Nick Poulden <nick@poulden.com>",
"Nicolás Santángelo <santangelonicolas@gmail.com>",
"George Shammas <georgyo@gmail.com>",
"ron litzenberger <ron.litzenberger@gmail.com>",
"Níckolas Goline <nickolas.goline@gmail.com>",
"Gabriel Garrido Calvo <gabriel.garrido.work@gmail.com>",
"Orie Steele <orie@ohs.io>",
"Oskar Nyberg <oskar@oskarnyberg.com>",
"Pau Ramon Revilla <masylum@gmail.com>",
"Paul Cowgill <pauldavidcowgill@gmail.com>",
"Filip Š <filip.stamcar@hotmail.com>",
"Fil <fil@rezo.net>",
"Felix Yan <felixonmars@archlinux.org>",
"Faheel Ahmad <faheel@live.in>",
"Pete Thomas <pete@xminusone.net>",
"Alex North <alex@alexnorth.me>",
"sarthak khandelwal <sarthak0906@gmail.com>",
"Donatas Stundys <donatas.stundys@necolt.com>",
"Dominic Della Valle <ddvpublic@Gmail.com>",
"Dmitry Nikulin <dmitr-nikulin@mail.ru>",
"Dietrich Ayala <autonome@gmail.com>",
"Rod Keys <rod@zokos.com>",
"Roman Khafizianov <requilence@gmail.com>",
"Davide Icardi <davide.icardi@gmail.com>",
"David da Silva <dasilvacontin@gmail.com>",
"SidHarder <softwarenavigator@gmail.com>",
"Adam Uhlíř <adam@uhlir.dev>",
"David Braun <David.Braun@Toptal.com>",
"Steven Vandevelde <icid.asset@gmail.com>",
"Subin Siby <subins2000@gmail.com>",
"TJKoury <TJKoury@gmail.com>",
"Tapasweni Pathak <tapaswenipathak@gmail.com>",
"Tara Vancil <tbvanc@gmail.com>",
"Terence Pae <terencepae@gmail.com>",
"David <github@kattfest.se>",
"Thiago Delgado <thiagodelgado111@gmail.com>",
"Thorsten Zoerner <me@thorsten-zoerner.com>",
"Timothé <noki.dev@gmail.com>",
"Danny <dannyid@protonmail.com>",
"Daniela Borges Matos de Carvalho <alunassertiva@gmail.com>",
"Uroš Jurglič <jurglic@gmail.com>",
"Daniel J. O'Quinn <danieljoquinn@gmail.com>",
"Daniel Constantin <hello@danielconstantin.net>",
"Victor Bjelkholm <victor@typeform.com>",
"Daniel Buchner <danieljb2@gmail.com>",
"Vincent Martin <vince@finalatomicbuster.net>",
"Dafeng <dfguo.joe@gmail.com>",
"Vutsal Singhal <vutsalsinghal@gmail.com>",
"Connor White <connor.bcw@gmail.com>",
"Yole <yole@ultiledger.io>",
"Zhiyuan Lin <edsgerlin@gmail.com>",
"Christian Paul <info@jaller.de>",
"bitspill <bitspill+github@bitspill.net>",
"thattommyhall <thattommyhall@gmail.com>",
"datafatmunger <jbg@peerparty.org>",
"Chance Hudson <jchancehud@gmail.com>",
"Caio Gondim <me@caiogondim.com>",
"CHEVALAY JOSSELIN <josselin54.chevalay@gmail.com>",
"dmitriy ryajov <dryajov@dmitriys-MacBook-Pro.local>",
"elsehow <yes@cosmopol.is>",
"ethers <ethereum@outlook.com>",
"Bruno Zell <bruno.zzell@gmail.com>",
"Bruno Barbieri <bbarbieri@delivery.com>",
"Brian Vander Schaaf <bvs330@gmail.com>",
"Bernard Mordan <bernard@tableflip.io>",
"hapsody <hapsody@gmail.com>",
"isan_rivkin <isanrivkin@gmail.com>",
"Ayush Mahajan <mahajan.ayush2306@gmail.com>",
"kevingzhang <kevin.zhang.canada@gmail.com>",
"James Halliday <substack@gmail.com>",
"Jason Carver <jacarver@linkedin.com>",
"Jeeyong Um <conr2d@gmail.com>",
"Jessica Schilling <jessica@protocol.ai>",
"Joe Turgeon <arithmetric@gmail.com>",
"Joel Gustafson <joelg@mit.edu>",
"Johannes Wikner <johannes.wikner@gmail.com>",
"John Kane <john@kanej.me>",
"Jon Schlinkert <dev@sellside.com>",
"Jade Meskill <jade.meskill@gmail.com>",
"Jonathan Commins <joncom@gmail.com>",
"leekt216 <leekt216@gmail.com>",
"Jacob Karlsson <jacob.karlsson95@gmail.com>",
"noah the goodra <peterpan0413@live.com>"
]
}