Skip to content

Commit 436151a

Browse files
authored
add soup (#163)
1 parent 04737ee commit 436151a

File tree

1 file changed

+109
-0
lines changed

1 file changed

+109
-0
lines changed

.soups/dart/survey_kit-0.3.x.json

Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
{
2+
"package": "survey_kit",
3+
"version": "0.3.x",
4+
"purpose": "Package for creating surveys with Flutter",
5+
"provider": "QuickBird GmbH",
6+
"license": "QuickBird",
7+
"urls": {
8+
"provider": "https://github.com/QuickBirdEng/survey_kit",
9+
"documentation": "https://github.com/QuickBirdEng/survey_kit",
10+
"known_issues": "https://github.com/QuickBirdEng/survey_kit/issues"
11+
},
12+
"requirements": {
13+
"grq-1": {
14+
"description": "Has a suitable license",
15+
"fulfilled": true,
16+
"fulfilled_visual": "",
17+
"reason_if_requirement_not_fulfilled": "",
18+
"metadata": {
19+
"license": "QuickBird",
20+
"license_key": "qb",
21+
"license_spdx_id": "MIT",
22+
"license_url": "https://github.com/QuickBirdEng/survey_kit/blob/main/LICENSE",
23+
"compliance_status": "ALLOWED: License 'qb' is in allowed list"
24+
}
25+
},
26+
"grq-2": {
27+
"description": "Comprehensive documentation is available",
28+
"fulfilled": true,
29+
"fulfilled_visual": "",
30+
"reason_if_requirement_not_fulfilled": "",
31+
"metadata": "https://github.com/QuickBirdEng/survey_kit"
32+
},
33+
"grq-3": {
34+
"description": "Is maintained and support is available",
35+
"fulfilled": true,
36+
"fulfilled_visual": "",
37+
"reason_if_requirement_not_fulfilled": "",
38+
"metadata": {
39+
"analysis_period": "12 months",
40+
"releases_found": 2,
41+
"min_expected": 2,
42+
"recent_versions": {
43+
"0.3.2": "October 17, 2025",
44+
"0.3.1": "August 11, 2025"
45+
}
46+
}
47+
},
48+
"grq-4": {
49+
"description": "Does not contain major or critical security issues.",
50+
"fulfilled": true,
51+
"fulfilled_visual": "",
52+
"reason_if_requirement_not_fulfilled": "",
53+
"metadata": {
54+
"package": "survey_kit",
55+
"commit_checked": {
56+
"version": "0.3.2",
57+
"commit": "7422f4ad79ce7bbb2d69161eebb46cc24b1ee588"
58+
},
59+
"vulnerabilities_count": 0,
60+
"vulnerabilities": {}
61+
}
62+
},
63+
"grq-5": {
64+
"description": "Provider is reliable, trustworthy and communicative",
65+
"fulfilled": true,
66+
"fulfilled_visual": "",
67+
"reason_if_requirement_not_fulfilled": "",
68+
"metadata": {
69+
"stars": 131,
70+
"forks": 104,
71+
"subscribers": 7,
72+
"one_of_following_conditions": {
73+
"stars_or_forks_or_subscribers_any_greater_than_or_equal_to_1500": "",
74+
"sum_of_stars_forks_subscribers_greater_than_or_equal_to_3000": "",
75+
"self_owned": ""
76+
}
77+
}
78+
},
79+
"grq-6": {
80+
"description": "Conforms to Semantic Versioning",
81+
"fulfilled": true,
82+
"fulfilled_visual": "",
83+
"reason_if_requirement_not_fulfilled": "",
84+
"metadata": {
85+
"total_versions_checked": "2"
86+
}
87+
},
88+
"version-check": {
89+
"description": "Is within the latest stable semantic family (Major.X.X or 0.Minor.X)",
90+
"fulfilled": true,
91+
"fulfilled_visual": "",
92+
"reason_if_requirement_not_fulfilled": "",
93+
"metadata": {
94+
"latest_stable": "0.3.2",
95+
"latest_stable_tag_url": "https://github.com/QuickBirdEng/survey_kit/releases/tag/v0.3.2"
96+
}
97+
}
98+
},
99+
"metadata": {
100+
"created": "2025-10-27T10:29:41Z",
101+
"updated": "2025-10-27T10:29:41Z",
102+
"input_version": "0.3.2",
103+
"approval": {
104+
"date": "",
105+
"by": "",
106+
"condition": ""
107+
}
108+
}
109+
}

0 commit comments

Comments
 (0)