Skip to content

Instantly share code, notes, and snippets.

@tony-o
Created December 5, 2014 21:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tony-o/801104a6f2e2db082e98 to your computer and use it in GitHub Desktop.
Save tony-o/801104a6f2e2db082e98 to your computer and use it in GitHub Desktop.
{
"file-count" : 6,
"dist-count" : 5,
"dists" : [
{
"id" : 0,
"name" : "a",
"auth" : "zef:tonyo",
"ver" : "v.1.0.0",
"description" : "descript",
"depends" : [ ],
"provides" : {
"a" : {
"pm6" : {
"file" : "/home/tonyo/projects/test/.test/0",
"time" : 1417643603,
"cver" : "2014.10-147-gb8246f1"
}
}
},
"files" : { },
"source-url" : null
},
{
"id" : 1,
"name" : "a",
"auth" : "zef:ugexe",
"ver" : "v.1.0.0",
"description" : "descript",
"depends" : [ ],
"provides" : {
"a" : {
"pm6" : {
"file" : "/home/tonyo/projects/test/.test/1",
"time" : 1417643613,
"cver" : "2014.10-147-gb8246f1"
}
}
},
"files" : { },
"source-url" : null
},
{
"id" : 2,
"name" : "a",
"auth" : "zef:someotherguy",
"ver" : "v.1.0.0",
"description" : "descript",
"depends" : [ ],
"provides" : {
"a" : {
"pm6" : {
"file" : "/home/tonyo/projects/test/.test/2",
"time" : 1417643625,
"cver" : "2014.10-147-gb8246f1"
}
}
},
"files" : { },
"source-url" : null
},
{
"id" : 3,
"name" : "a",
"auth" : "zef:someotherguy with b",
"ver" : "v1.0.1",
"description" : "descript",
"depends" : [ ],
"provides" : {
"a" : {
"pm6" : {
"file" : 3,
"time" : 1417643990,
"cver" : "2014.10-147-gb8246f1"
}
},
"b" : {
"pm6" : {
"file" : 4,
"time" : 1417643982,
"cver" : "2014.10-147-gb8246f1"
}
}
},
"files" : { },
"source-url" : null
},
{
"id" : 4,
"name" : "c",
"auth" : "zef:tonyo",
"ver" : "v1.0.0",
"description" : "descript",
"depends" : [
"a"
],
"provides" : {
"c" : {
"pm6" : {
"file" : 5,
"time" : 1417649964,
"cver" : "2014.10-147-gb8246f1"
}
}
},
"files" : { },
"source-url" : null
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment