1
1
export default [
2
2
{
3
- badges : [
4
- {
5
- badge_type : 'maintenance' ,
6
- attributes : {
7
- status : 'actively-developed' ,
8
- } ,
9
- } ,
10
- ] ,
3
+ badges : [ ] ,
11
4
created_at : '2014-11-23T09:01:21Z' ,
12
5
description : 'A Kinetic protocol library written in Rust' ,
13
6
documentation : 'https://icorderi.github.io/kinetic-rust/doc/kinetic/' ,
@@ -22,14 +15,7 @@ export default [
22
15
versionIds : [ ] ,
23
16
} ,
24
17
{
25
- badges : [
26
- {
27
- badge_type : 'maintenance' ,
28
- attributes : {
29
- value : 'actively-developed' ,
30
- } ,
31
- } ,
32
- ] ,
18
+ badges : [ ] ,
33
19
categoryIds : [ ] ,
34
20
created_at : '2014-12-08T02:08:06Z' ,
35
21
description : 'A high-level, Rust idiomatic wrapper around nanomsg.' ,
@@ -70,55 +56,7 @@ export default [
70
56
name : 'rust_mixin' ,
71
57
repository : 'https://github.com/huonw/external_mixin' ,
72
58
updated_at : '2015-02-27T11:52:13Z' ,
73
- badges : [
74
- {
75
- attributes : {
76
- project : 'robertohuertasm/github-oss' ,
77
- pipeline : 'microserver' ,
78
- build : '2' ,
79
- } ,
80
- badge_type : 'azure-devops' ,
81
- } ,
82
- {
83
- attributes : {
84
- repository : 'huonw/external_mixin' ,
85
- } ,
86
- badge_type : 'appveyor' ,
87
- } ,
88
- {
89
- attributes : {
90
- branch : 'master' ,
91
- repository : 'huonw/external_mixin' ,
92
- } ,
93
- badge_type : 'travis-ci' ,
94
- } ,
95
- {
96
- attributes : {
97
- repository : 'huonw/external_mixin' ,
98
- } ,
99
- badge_type : 'is-it-maintained-issue-resolution' ,
100
- } ,
101
- {
102
- attributes : {
103
- repository : 'huonw/external_mixin' ,
104
- } ,
105
- badge_type : 'is-it-maintained-open-issues' ,
106
- } ,
107
- {
108
- attributes : {
109
- branch : 'master' ,
110
- repository : 'huonw/external_mixin' ,
111
- } ,
112
- badge_type : 'codecov' ,
113
- } ,
114
- {
115
- attributes : {
116
- branch : 'master' ,
117
- repository : 'huonw/external_mixin' ,
118
- } ,
119
- badge_type : 'coveralls' ,
120
- } ,
121
- ] ,
59
+ badges : [ ] ,
122
60
versionIds : [ ] ,
123
61
} ,
124
62
{
0 commit comments