-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
112 lines (111 loc) · 2.85 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
{
"author": "florian",
"bugs": {
"url": "githu.com"
},
"gx": {
"dvcsimport": "github.com/florianlenz/panthalassa"
},
"gxDependencies": [
{
"author": "why",
"hash": "QmQViVWBHbU6HmYjXcdNq7tVASCNgdg64ZGcauuDkLCivW",
"name": "go-ipfs-addr",
"version": "0.1.7"
},
{
"author": "whyrusleeping",
"hash": "QmctbcXMMhxTjm5ybWpjMwDmabB39ANuhB5QNn8jpD4JTv",
"name": "go-libp2p-floodsub",
"version": "0.9.11"
},
{
"author": "multiformats",
"hash": "QmZyZDi491cCNTLfAhwcaDii2Kg4pwKRkhqQzURGDvY6ua",
"name": "go-multihash",
"version": "1.0.7"
},
{
"author": "whyrusleeping",
"hash": "QmcZfnkapfECQGcLZaf9B79NRg7cRa9EnZh4LSbkCzwNvY",
"name": "go-cid",
"version": "0.7.20"
},
{
"author": "florian",
"hash": "QmQVFBtJk8WXP7dVuAdcom5o7vRZF9pNBN5ZghuLvz5rLy",
"name": "go-libp2p-bootstrap",
"version": "1.0.0"
},
{
"hash": "QmSBxn1eLMdViZRDGW9rRHRYwtqq5bqUgipqTMPuTim616",
"name": "go-libp2p-kad-dht",
"version": "4.0.4"
},
{
"author": "whyrusleeping",
"hash": "QmcJukH2sAFjY3HdBKq35WDzWoL3UUu2gt9wdfqZTUyM74",
"name": "go-libp2p-peer",
"version": "2.3.2"
},
{
"author": "whyrusleeping",
"hash": "QmXauCuJzmzapetmC6W4TuDJLL1yFFrVzSHoWv8YdbmnxH",
"name": "go-libp2p-peerstore",
"version": "1.4.15"
},
{
"author": "jbenet",
"hash": "QmeiCcJfDW1GJnWUArudsv5rQsihpi4oyddPhdqo3CfX6i",
"name": "go-datastore",
"version": "2.4.1"
},
{
"author": "whyrusleeping",
"hash": "QmfZTdmunzKzAGJrSvXXQbQ5kLLUiEMX5vdwux7iXkdk7D",
"name": "go-libp2p-host",
"version": "2.1.7"
},
{
"author": "whyrusleeping",
"hash": "Qme1knMqwt1hKZbc1BmQFmnm9f36nyQGwXxPGVpVJ9rMK5",
"name": "go-libp2p-crypto",
"version": "1.6.2"
},
{
"author": "whyrusleeping",
"hash": "QmWsV6kzPaYGBDVyuUfWBvyQygEc9Qrv9vzo8vZ7X4mdLN",
"name": "go-libp2p",
"version": "5.0.17"
},
{
"hash": "QmcVVHfdyv15GVPk7NrxdWjh2hLVccXnoD8j2tyQShiXJb",
"name": "go-log",
"version": "1.5.3"
},
{
"author": "whyrusleeping",
"hash": "QmenmFuirGzv8S1R3DyvbZ6tFmQapkGeDCebgYzni1Ntn3",
"name": "go-smux-multiplex",
"version": "3.0.6"
},
{
"author": "whyrusleeping",
"hash": "QmVniQJkdzLZaZwzwMdd3dJTvWiJ1DQEkreVy6hs6h7Vk5",
"name": "go-smux-multistream",
"version": "2.0.0"
},
{
"author": "whyrusleeping",
"hash": "QmNWCEvi7bPRcvqAV8AKLGVNoQdArWi7NJayka2SM4XtRe",
"name": "go-smux-yamux",
"version": "2.0.1"
}
],
"gxVersion": "0.12.1",
"language": "go",
"license": "",
"name": "panthalassa",
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
"version": "0.0.0"
}