forked from libp2p/js-libp2p
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
137 lines (137 loc) · 4.5 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
{
"name": "libp2p",
"version": "0.25.3",
"description": "JavaScript base class for libp2p bundles",
"leadMaintainer": "Jacob Heun <[email protected]>",
"main": "src/index.js",
"files": [
"dist",
"src"
],
"scripts": {
"lint": "aegir lint",
"build": "aegir build",
"test": "aegir test -t node -t browser",
"test:node": "aegir test -t node",
"test:browser": "aegir test -t browser",
"release": "aegir release -t node -t browser",
"release-minor": "aegir release --type minor -t node -t browser",
"release-major": "aegir release --type major -t node -t browser"
},
"repository": {
"type": "git",
"url": "https://github.com/libp2p/js-libp2p.git"
},
"keywords": [
"IPFS"
],
"engines": {
"node": ">=6.0.0",
"npm": ">=3.0.0"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/libp2p/js-libp2p/issues"
},
"homepage": "https://github.com/libp2p/js-libp2p",
"browser": {
"./test/utils/bundle-nodejs": "./test/utils/bundle-browser"
},
"dependencies": {
"async": "^2.6.2",
"debug": "^4.1.1",
"err-code": "^1.1.2",
"fsm-event": "^2.1.0",
"libp2p-connection-manager": "~0.1.0",
"libp2p-floodsub": "~0.16.0",
"libp2p-ping": "~0.8.5",
"libp2p-switch": "~0.42.9",
"libp2p-websockets": "~0.12.2",
"mafmt": "^6.0.7",
"multiaddr": "^6.0.6",
"once": "^1.4.0",
"peer-book": "justmaier/js-peer-book",
"peer-id": "~0.12.2",
"peer-info": "~0.15.1",
"superstruct": "~0.6.0"
},
"devDependencies": {
"@nodeutils/defaults-deep": "^1.1.0",
"aegir": "^18.2.1",
"chai": "^4.2.0",
"chai-checkmark": "^1.0.1",
"cids": "~0.5.8",
"dirty-chai": "^2.0.1",
"electron-webrtc": "~0.3.0",
"interface-datastore": "~0.6.0",
"libp2p-bootstrap": "~0.9.7",
"libp2p-circuit": "~0.3.6",
"libp2p-delegated-content-routing": "~0.2.2",
"libp2p-delegated-peer-routing": "~0.2.2",
"libp2p-kad-dht": "~0.14.8",
"libp2p-mdns": "~0.12.2",
"libp2p-mplex": "~0.8.4",
"libp2p-secio": "~0.11.1",
"libp2p-spdy": "~0.13.2",
"libp2p-tcp": "~0.13.0",
"libp2p-webrtc-star": "~0.15.8",
"libp2p-websocket-star": "~0.10.2",
"libp2p-websocket-star-rendezvous": "~0.3.0",
"lodash.times": "^4.3.2",
"nock": "^10.0.6",
"pull-goodbye": "0.0.2",
"pull-mplex": "~0.1.2",
"pull-serializer": "~0.3.2",
"pull-stream": "^3.6.9",
"sinon": "^7.2.7",
"wrtc": "~0.3.5"
},
"contributors": [
"Aditya Bose <[email protected]>",
"Alan Shaw <[email protected]>",
"Alan Shaw <[email protected]>",
"Andrew Nesbitt <[email protected]>",
"Chris Bratlien <[email protected]>",
"Chris Dostert <[email protected]>",
"Daijiro Wachi <[email protected]>",
"David Dias <[email protected]>",
"Diogo Silva <[email protected]>",
"Dmitriy Ryajov <[email protected]>",
"Elven <[email protected]>",
"Florian-Merle <[email protected]>",
"Friedel Ziegelmayer <[email protected]>",
"Giovanni T. Parra <[email protected]>",
"Henrique Dias <[email protected]>",
"Hugo Dias <[email protected]>",
"Hugo Dias <[email protected]>",
"Irakli Gozalishvili <[email protected]>",
"Jacob Heun <[email protected]>",
"Joel Gustafson <[email protected]>",
"John Rees <[email protected]>",
"João Santos <[email protected]>",
"Kevin Kwok <[email protected]>",
"Lars Gierth <[email protected]>",
"Maciej Krüger <[email protected]>",
"Marcin Tojek <[email protected]>",
"Nuno Nogueira <[email protected]>",
"Pedro Teixeira <[email protected]>",
"Pedro Teixeira <[email protected]>",
"RasmusErik Voel Jensen <[email protected]>",
"Richard Littauer <[email protected]>",
"Ryan Bell <[email protected]>",
"Soeren <[email protected]>",
"Sönke Hahn <[email protected]>",
"Thomas Eizinger <[email protected]>",
"Tiago Alves <[email protected]>",
"Vasco Santos <[email protected]>",
"Vasco Santos <[email protected]>",
"Volker Mische <[email protected]>",
"Yusef Napora <[email protected]>",
"Zane Starr <[email protected]>",
"ebinks <[email protected]>",
"greenkeeperio-bot <[email protected]>",
"isan_rivkin <[email protected]>",
"mayerwin <[email protected]>",
"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ <[email protected]>"
]
}