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",
2016-08-23 09:40:34 +08:00
"hash": "QmSpJByNKFX1sCsHBEp3R73FL4NF6FnQTEGyNAXHm2GS52",
2016-04-28 01:00:45 +08:00
"name": "go-log",
2016-08-23 09:40:34 +08:00
"version": "1.2.0"
2016-04-16 13:59:25 +08:00
},
{
"author": "whyrusleeping",
2017-12-04 12:37:15 +08:00
"hash": "QmW8s4zTsUoX1Q6CeYxVKPyqSKbF7H1YDUyTostBtZ8DaG",
2016-04-28 01:00:45 +08:00
"name": "go-multiaddr",
2017-12-04 12:37:15 +08:00
"version": "1.2.5"
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",
2017-07-12 01:55:25 +08:00
"hash": "QmaPbCnUMBohSGo3KnxEa2bHqyJVVeEEcwtqJAYxerieBo",
2016-04-16 13:59:25 +08:00
"name": "go-libp2p-crypto",
2017-07-12 01:55:25 +08:00
"version": "1.5.0"
2016-04-20 06:39:31 +08:00
},
{
"author": "jbenet",
2017-12-04 12:37:15 +08:00
"hash": "QmSGL5Uoa6gKHgBBwQG8u1CWKUC8ZnwaZiLgFVTFBR2bxr",
2016-04-20 06:39:31 +08:00
"name": "go-multiaddr-net",
2017-12-04 12:37:15 +08:00
"version": "1.5.6"
2016-04-20 06:39:31 +08:00
},
{
"author": "whyrusleeping",
2017-12-04 12:37:15 +08:00
"hash": "QmUfnfCzL17Lfft4NtZZGGU34PP72xgecFVfusYt6WNwYx",
2016-04-20 06:39:31 +08:00
"name": "mafmt",
2017-12-04 12:37:15 +08:00
"version": "1.2.4"
2016-06-01 02:31:50 +08:00
},
{
"author": "whyrusleeping",
2017-12-04 12:37:15 +08:00
"hash": "QmWNY7dV54ZDYmTA1ykVdwNCqC11mpU4zSUp6XDpLTH9eG",
2016-06-01 02:31:50 +08:00
"name": "go-libp2p-peer",
2017-12-04 12:37:15 +08:00
"version": "2.2.1"
2017-07-19 15:35:08 +08:00
},
{
"author": "multiformats",
2017-12-04 12:37:15 +08:00
"hash": "QmYeKnKpubCMRiq3PGZcTREErthbb5Q9cXsCoSkD9bjEBd",
2017-07-19 15:35:08 +08:00
"name": "go-multihash",
2017-12-04 12:37:15 +08:00
"version": "1.0.6"
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-01-07 07:40:02 +08:00
"version": "1.4.12"
2016-05-17 05:10:39 +08:00
}
2016-09-25 17:13:21 +08:00