go-libp2p-peerstore/package.json

83 lines
2.1 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-08-09 09:49:47 +08:00
"hash": "QmRREK2CAZ5Re2Bd9zZFG6FeYDppUWt5cMgsoUEp3ktgSr",
2016-04-28 01:00:45 +08:00
"name": "go-log",
2018-08-09 09:49:47 +08:00
"version": "1.5.5"
2016-04-16 13:59:25 +08:00
},
{
"author": "whyrusleeping",
2018-06-27 07:23:27 +08:00
"hash": "QmYmsdtJ3HsodkePE3eU3TsCaP2YvPZJ4LoXnNkDE5Tpt7",
2016-04-28 01:00:45 +08:00
"name": "go-multiaddr",
2018-06-27 07:23:27 +08:00
"version": "1.3.0"
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",
2018-08-09 09:49:47 +08:00
"hash": "QmPvyPwuCgJ7pDmrKDxRtsScJgBaM5h4EpRL2qQJsmXf4n",
2016-04-16 13:59:25 +08:00
"name": "go-libp2p-crypto",
2018-08-09 09:49:47 +08:00
"version": "2.0.1"
2016-04-20 06:39:31 +08:00
},
{
"author": "jbenet",
2018-06-27 07:23:27 +08:00
"hash": "QmV6FjemM1K8oXjrvuq3wuVWWoU2TLDPmNnKrxHzY3v6Ai",
2016-04-20 06:39:31 +08:00
"name": "go-multiaddr-net",
2018-06-27 07:23:27 +08:00
"version": "1.6.3"
2016-04-20 06:39:31 +08:00
},
{
"author": "whyrusleeping",
2018-06-27 07:23:27 +08:00
"hash": "QmQscWDtDBDsWAM58aY6gU2KtxyFFmvvZgdfJExYPLgtXA",
2016-04-20 06:39:31 +08:00
"name": "mafmt",
2018-06-27 07:23:27 +08:00
"version": "1.2.7"
2016-06-01 02:31:50 +08:00
},
{
"author": "whyrusleeping",
2018-08-22 08:08:28 +08:00
"hash": "QmQsErDt8Qgw1XrsXf2BpEzDgGWtB1YLsTAARBup5b6B9W",
2016-06-01 02:31:50 +08:00
"name": "go-libp2p-peer",
2018-08-22 08:08:28 +08:00
"version": "2.3.7"
2017-07-19 15:35:08 +08:00
},
{
"author": "multiformats",
2018-06-09 11:23:17 +08:00
"hash": "QmPnFwZ2JXKnXgMw8CdBPxn7FWh6LLdjUjxV1fKHuJnkr8",
2017-07-19 15:35:08 +08:00
"name": "go-multihash",
2018-06-09 11:23:17 +08:00
"version": "1.0.8"
2018-08-28 06:25:52 +08:00
},
{
"author": "magik6k",
"hash": "QmUCfrikzKVGAfpE31RPwPd32fu1DYxSG7HTGCadba5Wza",
"name": "go-ds-badger",
"version": "1.6.1"
},
{
"hash": "QmSpg1CvpXQQow5ernt1gNBXaXV6yxyNqi7XoeerWfzB5w",
"name": "go-datastore",
"version": "3.1.0"
2018-08-28 06:30:20 +08:00
},
{
"hash": "QmQjMHF8ptRgx4E57UFMiT4YM6kqaJeYxZ1MCDX23aw4rK",
"name": "golang-lru",
"version": "2017.10.18"
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-09-08 01:47:01 +08:00
"version": "2.0.0"
2016-05-17 05:10:39 +08:00
}
2016-09-25 17:13:21 +08:00