go-libp2p-peerstore/package.json

67 lines
1.7 KiB
JSON
Raw Normal View History

2016-04-16 13:59:25 +08:00
{
"author": "whyrusleeping",
2016-04-28 01:00:45 +08:00
"bugs": {
2016-10-05 09:05:58 +08:00
"url": "https://github.com/libp2p/go-libp2p-peerstore"
2016-04-28 01:00:45 +08:00
},
"gx": {
2016-10-05 09:05:58 +08:00
"dvcsimport": "github.com/libp2p/go-libp2p-peerstore"
2016-04-28 01:00:45 +08:00
},
2016-04-16 13:59:25 +08:00
"gxDependencies": [
{
"author": "whyrusleeping",
2018-02-01 10:47:31 +08:00
"hash": "QmRb5jh8z2E8hMGN2tkvs1yHynUanqnZ3UeKwgN1i9P1F8",
2016-04-28 01:00:45 +08:00
"name": "go-log",
2018-02-01 10:47:31 +08:00
"version": "1.4.0"
2016-04-16 13:59:25 +08:00
},
{
"author": "whyrusleeping",
2018-01-20 12:51:09 +08:00
"hash": "QmWWQ2Txc2c6tqjsBpzg5Ar652cHPGNsQQp2SejkNmkUMb",
2016-04-28 01:00:45 +08:00
"name": "go-multiaddr",
2018-01-20 12:51:09 +08:00
"version": "1.2.6"
2016-04-16 13:59:25 +08:00
},
{
"author": "whyrusleeping",
"hash": "QmUusaX99BZoELh7dmPgirqRQ1FAmMnmnBn3oiqDFGBUSc",
2016-04-28 01:00:45 +08:00
"name": "go-keyspace",
2016-04-16 13:59:25 +08:00
"version": "1.0.0"
},
{
"author": "whyrusleeping",
"hash": "Qme1knMqwt1hKZbc1BmQFmnm9f36nyQGwXxPGVpVJ9rMK5",
2016-04-16 13:59:25 +08:00
"name": "go-libp2p-crypto",
"version": "1.6.2"
2016-04-20 06:39:31 +08:00
},
{
"author": "jbenet",
2018-01-20 12:51:09 +08:00
"hash": "QmRK2LxanhK2gZq6k6R7vk5ZoYZk8ULSSTB7FzDsMUX6CB",
2016-04-20 06:39:31 +08:00
"name": "go-multiaddr-net",
2018-01-20 12:51:09 +08:00
"version": "1.5.7"
2016-04-20 06:39:31 +08:00
},
{
"author": "whyrusleeping",
2018-01-20 12:51:09 +08:00
"hash": "QmTy17Jm1foTnvUS9JXRhLbRQ3XuC64jPTjUfpB4mHz2QM",
2016-04-20 06:39:31 +08:00
"name": "mafmt",
2018-01-20 12:51:09 +08:00
"version": "1.2.5"
2016-06-01 02:31:50 +08:00
},
{
"author": "whyrusleeping",
"hash": "QmWxGnWZcUNVtpMk8jjX13pK1WT9jJnKQtEfvkGdxSMVRu",
2016-06-01 02:31:50 +08:00
"name": "go-libp2p-peer",
"version": "2.3.1"
2017-07-19 15:35:08 +08:00
},
{
"author": "multiformats",
2018-01-20 12:51:09 +08:00
"hash": "QmZyZDi491cCNTLfAhwcaDii2Kg4pwKRkhqQzURGDvY6ua",
2017-07-19 15:35:08 +08:00
"name": "go-multihash",
2018-01-20 12:51:09 +08:00
"version": "1.0.7"
2016-04-16 13:59:25 +08:00
}
],
2016-04-28 01:00:45 +08:00
"gxVersion": "0.4.0",
2016-04-16 13:59:25 +08:00
"language": "go",
"license": "MIT",
2016-06-01 02:38:25 +08:00
"name": "go-libp2p-peerstore",
2016-10-05 09:38:14 +08:00
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
2018-04-16 12:25:45 +08:00
"version": "1.4.16"
2016-05-17 05:10:39 +08:00
}
2016-09-25 17:13:21 +08:00