|
2 | 2 | "name": "js-ipfs", |
3 | 3 | "version": "1.0.0", |
4 | 4 | "description": "JavaScript implementation of the IPFS specification", |
| 5 | + "license": "Apache-2.0 OR MIT", |
| 6 | + "homepage": "https://github.com/ipfs/js-ipfs#readme", |
| 7 | + "repository": { |
| 8 | + "type": "git", |
| 9 | + "url": "git+https://github.com/ipfs/js-ipfs.git" |
| 10 | + }, |
| 11 | + "bugs": { |
| 12 | + "url": "https://github.com/ipfs/js-ipfs/issues" |
| 13 | + }, |
| 14 | + "engines": { |
| 15 | + "node": ">=16.0.0", |
| 16 | + "npm": ">=7.0.0" |
| 17 | + }, |
| 18 | + "private": true, |
5 | 19 | "scripts": { |
6 | 20 | "link": "lerna link", |
7 | 21 | "reset": "lerna run clean && rimraf packages/*/node_modules node_modules package-lock.json packages/*/package-lock.json", |
|
44 | 58 | "docker:rc:push-next": "docker push ipfs/js-ipfs:next", |
45 | 59 | "docker:rc:push-rc": "docker push ipfs/js-ipfs:v`npm show ipfs@next version -q`" |
46 | 60 | }, |
47 | | - "eslintConfig": { |
48 | | - "extends": "ipfs", |
49 | | - "ignorePatterns": [ |
50 | | - "!.aegir.js" |
51 | | - ] |
52 | | - }, |
53 | 61 | "devDependencies": { |
54 | | - "lerna": "^4.0.0", |
| 62 | + "lerna": "^5.0.0", |
55 | 63 | "node-fetch": "npm:@achingbrain/node-fetch@^2.6.4", |
56 | 64 | "npm-run-all": "^4.1.5", |
57 | 65 | "rimraf": "^3.0.2" |
58 | 66 | }, |
59 | | - "repository": { |
60 | | - "type": "git", |
61 | | - "url": "git+https://github.com/ipfs/js-ipfs.git" |
| 67 | + "eslintConfig": { |
| 68 | + "extends": "ipfs", |
| 69 | + "ignorePatterns": [ |
| 70 | + "!.aegir.js" |
| 71 | + ] |
62 | 72 | }, |
63 | | - "private": true, |
64 | 73 | "workspaces": [ |
65 | 74 | "packages/*" |
66 | | - ], |
67 | | - "engines": { |
68 | | - "npm": ">=7.0.0" |
69 | | - }, |
70 | | - "contributors": [ |
71 | | - "David Dias <daviddias.p@gmail.com>", |
72 | | - "achingbrain <alex@achingbrain.net>", |
73 | | - "Alan Shaw <alan.shaw@protocol.ai>", |
74 | | - "Friedel Ziegelmayer <dignifiedquire@gmail.com>", |
75 | | - "Juan Batiz-Benet <juan@benet.ai>", |
76 | | - "Vasco Santos <vasco.santos@moxy.studio>", |
77 | | - "Hugo Dias <hugomrdias@gmail.com>", |
78 | | - "Henrique Dias <hacdias@gmail.com>", |
79 | | - "Volker Mische <volker.mische@gmail.com>", |
80 | | - "ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ <victorbjelkholm@gmail.com>", |
81 | | - "Marcin Rataj <lidel@lidel.org>", |
82 | | - "Stephen Whitmore <stephen.whitmore@gmail.com>", |
83 | | - "Jacob Heun <jacobheun@gmail.com>", |
84 | | - "Francisco Baio Dias <xicombd@gmail.com>", |
85 | | - "Matt Bell <mappum@gmail.com>", |
86 | | - "Richard Schneider <makaretu@gmail.com>", |
87 | | - "Pedro Teixeira <i@pgte.me>", |
88 | | - "Travis Person <travis.person@gmail.com>", |
89 | | - "Kristoffer Ström <kristoffer@rymdkoloni.se>", |
90 | | - "Dmitriy Ryajov <dryajov@gmail.com>", |
91 | | - "Irakli Gozalishvili <contact@gozala.io>", |
92 | | - "Oli Evans <oli@tableflip.io>", |
93 | | - "nginnever <ginneversource@gmail.com>", |
94 | | - "Richard Littauer <richard.littauer@gmail.com>", |
95 | | - "dirkmc <dirkmdev@gmail.com>", |
96 | | - "Diogo Silva <fsdiogo@gmail.com>", |
97 | | - "Pedro Santos <pedro.santos@moxy.studio>", |
98 | | - "Connor Keenan <ckeenan89@gmail.com>", |
99 | | - "kumavis <kumavis@users.noreply.github.com>", |
100 | | - "Harlan T Wood <code@harlantwood.net>", |
101 | | - "Nitin Patel <31539366+niinpatel@users.noreply.github.com>", |
102 | | - "Pascal Precht <pascal.precht@googlemail.com>", |
103 | | - "Andrew Nesbitt <andrewnez@gmail.com>", |
104 | | - "Hector Sanjuan <code@hector.link>", |
105 | | - "Maciej Krüger <mkg20001@gmail.com>", |
106 | | - "Michael Garvin <gar+gh@danger.computer>", |
107 | | - "Steven Allen <steven@stebalien.com>", |
108 | | - "Michael Muré <batolettre@gmail.com>", |
109 | | - "Łukasz Magiera <magik6k@users.noreply.github.com>", |
110 | | - "João Antunes <j.goncalo.antunes@gmail.com>", |
111 | | - "Enrico Marino <enrico.marino@email.com>", |
112 | | - "Teri Chadbourne <terichadbourne@users.noreply.github.com>", |
113 | | - "Christian Couder <chriscool@tuxfamily.org>", |
114 | | - "Rob Brackett <rob@robbrackett.com>", |
115 | | - "Prabhakar Poudel <yuvrajzohan@gmail.com>", |
116 | | - "Mithgol <getgit@mithgol.ru>", |
117 | | - "Haad <haadcode@users.noreply.github.com>", |
118 | | - "Jonathan <jkrone@vt.edu>", |
119 | | - "Xmader <xmader@outlook.com>", |
120 | | - "Sangwon Hong <qpakzk@gmail.com>", |
121 | | - "Joonas Koivunen <joonas.koivunen@gmail.com>", |
122 | | - "Gavin McDermott <gavinmcdermott@gmail.com>", |
123 | | - "Mikeal Rogers <mikeal.rogers@gmail.com>", |
124 | | - "Dzmitry Das <dbachko@gmail.com>", |
125 | | - "Rod Vagg <rod@vagg.org>", |
126 | | - "Andrew de Andrade <andrew@deandrade.com.br>", |
127 | | - "Matt Ober <matt.ober3@gmail.com>", |
128 | | - "Максим Ильин <negamaxi@gmail.com>", |
129 | | - "Ryan Bell <ryan@piing.net>", |
130 | | - "Alex Mingoia <talk@alexmingoia.com>", |
131 | | - "RasmusErik Voel Jensen <github@solsort.com>", |
132 | | - "Marius Darila <marius.darila@gmail.com>", |
133 | | - "Yahya <ya7yaz@gmail.com>", |
134 | | - "anders <andersb@tuta.io>", |
135 | | - "bluelovers <codelovers@users.sourceforge.net>", |
136 | | - "Paulo Rodrigues <me@paulogr.com>", |
137 | | - "haad <haad@headbanggames.com>", |
138 | | - "Jeromy <jeromyj@gmail.com>", |
139 | | - "0xflotus <0xflotus@gmail.com>", |
140 | | - "Andrey <muzzzy@gmail.com>", |
141 | | - "André Cruz <andremiguelcruz@msn.com>", |
142 | | - "Antonio Tenorio-Fornés <antoniotenorio@ucm.es>", |
143 | | - "Dan Ordille <dordille@gmail.com>", |
144 | | - "Dan Shields <35669742+NukeManDan@users.noreply.github.com>", |
145 | | - "David Gilbertson <gilbertson.david@gmail.com>", |
146 | | - "Doug A <douganderson444@gmail.com>", |
147 | | - "Georgios Rassias <georassias@gmail.com>", |
148 | | - "Gorka Ludlow <gorka@aquigorka.com>", |
149 | | - "Jeff Downie <JeffDownie@users.noreply.github.com>", |
150 | | - "Jim Pick <jim@protocol.ai>", |
151 | | - "Jonybang <Jonybange@gmail.com>", |
152 | | - "Kevin Simper <kevin.simper@gmail.com>", |
153 | | - "Kevin Wang <kevin@fossa.io>", |
154 | | - "Ludwig <35169452+ludwigschubi@users.noreply.github.com>", |
155 | | - "Mark Robert Henderson <henderson.mark@gmail.com>", |
156 | | - "Maxime Lathuilière <k@maxlath.eu>", |
157 | | - "Molly <momack2@users.noreply.github.com>", |
158 | | - "Nuno Nogueira <nunofmn@gmail.com>", |
159 | | - "Portia Burton <plburton@gmail.com>", |
160 | | - "Raoul Millais <raoul@raoulmillais.com>", |
161 | | - "Sid Harder <sideharder@gmail.com>", |
162 | | - "Vu Tien Khang <kvutien.yes@gmail.com>", |
163 | | - "reasv <7143787+reasv@users.noreply.github.com>", |
164 | | - "samuli <samuli@nugg.ad>", |
165 | | - "shunkin <hiyoko.san.ipod@gmail.com>", |
166 | | - "tcme <hi@this-connect.me>", |
167 | | - "seungwon-kang <ksw3894@gmail.com>", |
168 | | - "Arpit Agarwal <atvanguard@users.noreply.github.com>", |
169 | | - "Jason Papakostas <vith@users.noreply.github.com>", |
170 | | - "Ilya Kreymer <ikreymer@users.noreply.github.com>", |
171 | | - "Julien Malard <julien.malard@mail.mcgill.ca>", |
172 | | - "phillmac <phillmac@users.noreply.github.com>", |
173 | | - "Holodisc <holodiscent@gmail.com>", |
174 | | - "Lars Gierth <larsg@systemli.org>", |
175 | | - "priecint <tp-dev@seznam.cz>", |
176 | | - "Lukas Drgon <lukas.drgon@gmail.com>", |
177 | | - "Heo Sangmin <heo@mapiacompany.com>", |
178 | | - "Manuel Spagnolo <shikaan@users.noreply.github.com>", |
179 | | - "Henry Rodrick <moshisushi@gmail.com>", |
180 | | - "Marcus Bernales <mboperator@gmail.com>", |
181 | | - "Harsh Vakharia <harshjv@users.noreply.github.com>", |
182 | | - "Alen Siljak <MisterY@users.noreply.github.com>", |
183 | | - "Mat Kelly <machawk1@gmail.com>", |
184 | | - "Haoliang Yu <haoliangyu@users.noreply.github.com>", |
185 | | - "Hannah Howard <hannah@hannahhoward.net>", |
186 | | - "Matt Zumwalt <matt@databindery.com>", |
187 | | - "robbsolter <35879806+robbsolter@users.noreply.github.com>", |
188 | | - "Michael Bradley <michaelsbradleyjr@gmail.com>", |
189 | | - "Guilherme Pacheco <guilherme.f.pacheco@hotmail.com>", |
190 | | - "Gregory Oakes <gregcoakes@gmail.com>", |
191 | | - "Michelle Lee <michelle@protocol.ai>", |
192 | | - "Grant Herman <grantlouisherman041@gmail.com>", |
193 | | - "Mitar <mitar.git@tnode.com>", |
194 | | - "Gopalakrishna Palem <KrishnaPG@users.noreply.github.com>", |
195 | | - "Mohamed Abdulaziz <mohamed@mohamedabdulaziz.com>", |
196 | | - "ron litzenberger <ron.litzenberger@gmail.com>", |
197 | | - "Mounish Sai <pvsmounish@gmail.com>", |
198 | | - "My9Bot <34904312+My9Bot@users.noreply.github.com>", |
199 | | - "Nate Foss <npfoss@gmail.com>", |
200 | | - "Adin Schmahmann <adin.schmahmann@gmail.com>", |
201 | | - "Nick Poulden <nick@poulden.com>", |
202 | | - "Nicolás Santángelo <santangelonicolas@gmail.com>", |
203 | | - "Giuseppe Bertone <bertone.giuseppe@gmail.com>", |
204 | | - "sarthak khandelwal <sarthak0906@gmail.com>", |
205 | | - "Níckolas Goline <nickolas.goline@gmail.com>", |
206 | | - "Giles <giles.bradshaw@sigyl.com>", |
207 | | - "Olivério Sousa <47525443+oliveriosousa@users.noreply.github.com>", |
208 | | - "Orie Steele <orie@ohs.io>", |
209 | | - "Oskar Nyberg <oskar@oskarnyberg.com>", |
210 | | - "Padmashree Jha <codewithpom@gmail.com>", |
211 | | - "George Shammas <georgyo@gmail.com>", |
212 | | - "Pau Ramon Revilla <masylum@gmail.com>", |
213 | | - "Paul Cowgill <pauldavidcowgill@gmail.com>", |
214 | | - "Gabriel Garrido Calvo <gabriel.garrido.work@gmail.com>", |
215 | | - "Filip Š <filip.stamcar@hotmail.com>", |
216 | | - "Fil <fil@rezo.net>", |
217 | | - "Pete Thomas <pete@xminusone.net>", |
218 | | - "Philipp Krüger <philipp.krueger1@gmail.com>", |
219 | | - "Felix Yan <felixonmars@archlinux.org>", |
220 | | - "Qmstream <51881352+Qmstream@users.noreply.github.com>", |
221 | | - "Adam Uhlíř <adam@uhlir.dev>", |
222 | | - "Faheel Ahmad <faheel@live.in>", |
223 | | - "Revat Arora <70435319+CypherX7@users.noreply.github.com>", |
224 | | - "Donatas Stundys <donatas.stundys@necolt.com>", |
225 | | - "Dominic Della Valle <ddvpublic@Gmail.com>", |
226 | | - "Rod Keys <rod@zokos.com>", |
227 | | - "Dmitry Nikulin <dmitr-nikulin@mail.ru>", |
228 | | - "Roman Khafizianov <requilence@gmail.com>", |
229 | | - "Dietrich Ayala <autonome@gmail.com>", |
230 | | - "Davide Icardi <davide.icardi@gmail.com>", |
231 | | - "Sergey Ukustov <sergey@ukstv.me>", |
232 | | - "swedneck <40505480+swedneck@users.noreply.github.com>", |
233 | | - "SidHarder <softwarenavigator@gmail.com>", |
234 | | - "A_A <21040751+Otto-AA@users.noreply.github.com>", |
235 | | - "David da Silva <dasilvacontin@gmail.com>", |
236 | | - "Steven Vandevelde <icid.asset@gmail.com>", |
237 | | - "Subin Siby <subins2000@gmail.com>", |
238 | | - "TJKoury <TJKoury@gmail.com>", |
239 | | - "Tapasweni Pathak <tapaswenipathak@gmail.com>", |
240 | | - "Tara Vancil <tbvanc@gmail.com>", |
241 | | - "Tejas Kumthekar <6154318+tk26@users.noreply.github.com>", |
242 | | - "Terence Pae <terencepae@gmail.com>", |
243 | | - "David Braun <David.Braun@Toptal.com>", |
244 | | - "Thiago Delgado <thiagodelgado111@gmail.com>", |
245 | | - "Thorsten Zoerner <me@thorsten-zoerner.com>", |
246 | | - "Timothé <noki.dev@gmail.com>", |
247 | | - "David <github@kattfest.se>", |
248 | | - "Danny <dannyid@protonmail.com>", |
249 | | - "thattommyhall <thattommyhall@gmail.com>", |
250 | | - "Uroš Jurglič <jurglic@gmail.com>", |
251 | | - "Daniela Borges Matos de Carvalho <alunassertiva@gmail.com>", |
252 | | - "Daniel J. O'Quinn <danieljoquinn@gmail.com>", |
253 | | - "Victor Bjelkholm <victor@typeform.com>", |
254 | | - "Daniel Constantin <hello@danielconstantin.net>", |
255 | | - "Vincent Martin <vince@finalatomicbuster.net>", |
256 | | - "Daniel Buchner <danieljb2@gmail.com>", |
257 | | - "Alex North <alex@alexnorth.me>", |
258 | | - "Vutsal Singhal <vutsalsinghal@gmail.com>", |
259 | | - "Xiao Liang <yxliang01@users.noreply.github.com>", |
260 | | - "Dafeng <dfguo.joe@gmail.com>", |
261 | | - "Connor White <connor.bcw@gmail.com>", |
262 | | - "Yole <yole@ultiledger.io>", |
263 | | - "Yusef Napora <yusef@napora.org>", |
264 | | - "Zhiyuan Lin <edsgerlin@gmail.com>", |
265 | | - "Clemo <flipflopsimsommer@users.noreply.github.com>", |
266 | | - "Christian Paul <info@jaller.de>", |
267 | | - "arjunraghurama <arjunr0019@gmail.com>", |
268 | | - "bitspill <bitspill+github@bitspill.net>", |
269 | | - "Chirag Shinde <chirag-shinde@users.noreply.github.com>", |
270 | | - "datafatmunger <jbg@peerparty.org>", |
271 | | - "Chance Hudson <jchancehud@gmail.com>", |
272 | | - "Caio Gondim <me@caiogondim.com>", |
273 | | - "CSDUMMI <31551856+CSDUMMI@users.noreply.github.com>", |
274 | | - "CHEVALAY JOSSELIN <josselin54.chevalay@gmail.com>", |
275 | | - "Bruno Zell <bruno.zzell@gmail.com>", |
276 | | - "dmitriy ryajov <dryajov@dmitriys-MacBook-Pro.local>", |
277 | | - "elsehow <yes@cosmopol.is>", |
278 | | - "ethers <ethereum@outlook.com>", |
279 | | - "Bruno Barbieri <bbarbieri@delivery.com>", |
280 | | - "Brian Vander Schaaf <bvs330@gmail.com>", |
281 | | - "Brandon <fcbrandon@outlook.com>", |
282 | | - "Bernard Mordan <bernard@tableflip.io>", |
283 | | - "hapsody <hapsody@gmail.com>", |
284 | | - "imestin <34135450+imestin@users.noreply.github.com>", |
285 | | - "isan_rivkin <isanrivkin@gmail.com>", |
286 | | - "javaskript <14116782+javaskript@users.noreply.github.com>", |
287 | | - "Ayush Mahajan <mahajan.ayush2306@gmail.com>", |
288 | | - "jonahweissman <19804455+jonahweissman@users.noreply.github.com>", |
289 | | - "kevingzhang <kevin.zhang.canada@gmail.com>", |
290 | | - "klueq <43359723+klueq@users.noreply.github.com>", |
291 | | - "James Halliday <substack@gmail.com>", |
292 | | - "Jason Carver <jacarver@linkedin.com>", |
293 | | - "Jeeyong Um <conr2d@gmail.com>", |
294 | | - "leekt216 <leekt216@gmail.com>", |
295 | | - "nature hacker <30657227+z89@users.noreply.github.com>", |
296 | | - "Jessica Schilling <jessica@protocol.ai>", |
297 | | - "Arkadiy Kukarkin <parkan@users.noreply.github.com>", |
298 | | - "Joe Turgeon <arithmetric@gmail.com>", |
299 | | - "Joel Gustafson <joelg@mit.edu>", |
300 | | - "Johannes Wikner <johannes.wikner@gmail.com>", |
301 | | - "John Kane <john@kanej.me>", |
302 | | - "Johnny <9611008+johnnymatthews@users.noreply.github.com>", |
303 | | - "Jon Schlinkert <dev@sellside.com>", |
304 | | - "Jade Meskill <jade.meskill@gmail.com>", |
305 | | - "Jonathan Commins <joncom@gmail.com>", |
306 | | - "noah the goodra <peterpan0413@live.com>", |
307 | | - "Jacob Karlsson <jacob.karlsson95@gmail.com>", |
308 | | - "Jorropo <jorropo.pgm@gmail.com>", |
309 | | - "João Santos <joaosantos15@users.noreply.github.com>" |
310 | 75 | ] |
311 | 76 | } |
0 commit comments