-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathMETA6.json
37 lines (37 loc) · 1.38 KB
/
META6.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"license": "MIT",
"source-url": "git://github.com/oposs/jsonhound.git",
"auth": "Oetiker+Partner",
"depends": [
"JSON::Fast",
"Log::Syslog::Native",
"Terminal::ANSIColor",
"JSON::Path"
],
"provides": {
"JsonHound::DebugMode": "lib/JsonHound/DebugMode.pm6",
"JsonHound::DebugMessage": "lib/JsonHound/DebugMessage.pm6",
"JsonHound::RuleFeedback": "lib/JsonHound/RuleFeedback.pm6",
"JsonHound::Violation": "lib/JsonHound/Violation.pm6",
"JsonHound::Reporter": "lib/JsonHound/Reporter.pm6",
"JsonHound::RuleSet": "lib/JsonHound/RuleSet.pm6",
"JsonHound::PathMixin": "lib/JsonHound/PathMixin.pm6",
"JsonHound::ValidationResult": "lib/JsonHound/ValidationResult.pm6",
"JsonHound::Reporter::Compound": "lib/JsonHound/Reporter/Compound.pm6",
"JsonHound::Reporter::Syslog": "lib/JsonHound/Reporter/Syslog.pm6",
"JsonHound::Reporter::CLI": "lib/JsonHound/Reporter/CLI.pm6",
"JsonHound::Reporter::Nagios": "lib/JsonHound/Reporter/Nagios.pm6",
"Either": "lib/Either.pm6",
"JsonHound": "lib/JsonHound.pm6"
},
"name": "JSONHound",
"description": "Identifies anomalies in JSON data structures",
"perl": "6.*",
"tags": [
"Icinga",
"Nagios"
],
"test-depends": [],
"build-depends": [],
"version": "0.0.2"
}