This repository has been archived by the owner on Oct 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
codemeta.json
77 lines (77 loc) · 4 KB
/
codemeta.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"@context": [
"https://doi.org/10.5063/schema/codemeta-2.0",
"http://schema.org"
],
"@type": "SoftwareSourceCode",
"identifier": "HIBPwned",
"description": "Utilising the 'Have I been pwned?' API (see <https://haveibeenpwned.com/API/v2>\n for more information), check whether email addresses and/or user names have been present\n in a publicly disclosed data breach.",
"name": "HIBPwned: Bindings for the 'HaveIBeenPwned.com' Data Breach API",
"codeRepository": "https://github.com/lockedata/HIBPwned",
"issueTracker": "https://github.com/lockedata/HIBPwned/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.1.7",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"version": "3.4.4",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 3.4.4 (2018-03-15)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"author": [
{
"@type": "Person",
"givenName": "Steph",
"familyName": "Locke",
"email": "stephanie.g.locke@gmail.com"
},
{
"@type": "Person",
"givenName": "Troy",
"familyName": "Hunt",
"email": "troyhunt@hotmail.com"
}
],
"contributor": [
{
"@type": "Person",
"givenName": "Maëlle",
"familyName": "Salmon"
}
],
"maintainer": {
"@type": "Person",
"givenName": "Steph",
"familyName": "Locke",
"email": "stephanie.g.locke@gmail.com"
},
"funder": [
{
"@type": "Organization",
"name": "Locke Data"
}
],
"softwareSuggestions": [
[["SoftwareApplication"], ["SoftwareApplication"], ["SoftwareApplication"], ["SoftwareApplication"], ["SoftwareApplication"]],
[["testthat"], ["knitr"], ["rmarkdown"], ["lintr"], ["webmockr"]],
[["testthat"], ["knitr"], ["rmarkdown"], ["lintr"], ["webmockr"]],
[{"@id":["https://cran.r-project.org"],"@type":["Organization"],"name":["Central R Archive Network (CRAN)"],"url":["https://cran.r-project.org"]}, {"@id":["https://cran.r-project.org"],"@type":["Organization"],"name":["Central R Archive Network (CRAN)"],"url":["https://cran.r-project.org"]}, {"@id":["https://cran.r-project.org"],"@type":["Organization"],"name":["Central R Archive Network (CRAN)"],"url":["https://cran.r-project.org"]}, {"@id":["https://cran.r-project.org"],"@type":["Organization"],"name":["Central R Archive Network (CRAN)"],"url":["https://cran.r-project.org"]}, {"@id":["https://cran.r-project.org"],"@type":["Organization"],"name":["Central R Archive Network (CRAN)"],"url":["https://cran.r-project.org"]}]
],
"softwareRequirements": [
[["SoftwareApplication"], ["SoftwareApplication"], ["SoftwareApplication"], ["SoftwareApplication"], ["SoftwareApplication"], ["SoftwareApplication"]],
[["R"], ["crul"], ["urltools"], ["jsonlite"], ["ratelimitr"], ["memoise"]],
[["R"], ["crul"], ["urltools"], ["jsonlite"], ["ratelimitr"], ["memoise"]],
[[">= 3.2.3"], {"@id":["https://cran.r-project.org"],"@type":["Organization"],"name":["Central R Archive Network (CRAN)"],"url":["https://cran.r-project.org"]}, {"@id":["https://cran.r-project.org"],"@type":["Organization"],"name":["Central R Archive Network (CRAN)"],"url":["https://cran.r-project.org"]}, {"@id":["https://cran.r-project.org"],"@type":["Organization"],"name":["Central R Archive Network (CRAN)"],"url":["https://cran.r-project.org"]}, {"@id":["https://cran.r-project.org"],"@type":["Organization"],"name":["Central R Archive Network (CRAN)"],"url":["https://cran.r-project.org"]}, {"@id":["https://cran.r-project.org"],"@type":["Organization"],"name":["Central R Archive Network (CRAN)"],"url":["https://cran.r-project.org"]}]
],
"contIntegration": "https://travis-ci.org/lockedata/HIBPwned",
"developmentStatus": "active",
"releaseNotes": "https://github.com/lockedata/HIBPwned/blob/master/NEWS.md",
"readme": "https://github.com/lockedata/HIBPwned/blob/master/README.md",
"fileSize": "7.352KB"
}