-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
126 lines (126 loc) · 3.17 KB
/
codemeta.json
File metadata and controls
126 lines (126 loc) · 3.17 KB
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"name": "codejson-crosswalk",
"description": "An NPM package that converts code.json to a variety of different metadata types in both directions",
"codeRepository": "https://github.com/DSACMS/codejson-crosswalk",
"issueTracker": "https://github.com/DSACMS/codejson-crosswalk/issues",
"license": "https://github.com/DSACMS/codejson-crosswalk/blob/main/LICENSE",
"versionControlSystem": "git",
"programmingLanguage": "TypeScript",
"runtimePlatform": [
"Windows",
"macOS",
"Linux"
],
"applicationCategory": "Library",
"keywords": [
"codejson",
"converter",
"crosswalk",
"healthcare"
],
"operatingSystem": [
"Windows",
"macOS",
"Linux"
],
"developmentStatus": "Development",
"dateCreated": "2026-02-10T20:27:00Z",
"dateModified": "2026-02-19T21:33:44Z",
"softwareRequirements": "Node.js",
"audience": {
"@type": "Audience",
"audienceType": "government"
},
"maintainer": {
"@type": "Organization",
"name": "CMS Open Source Program Office",
"email": "opensource@cms.hhs.gov",
"parentOrganization": {
"@type": "Organization",
"name": "Centers for Medicare & Medicaid Services"
}
},
"producer": {
"@type": "Organization",
"name": "Centers for Medicare & Medicaid Services"
},
"provider": {
"@type": "Organization",
"name": "Centers for Medicare & Medicaid Services"
},
"isAccessibleForFree": true,
"additionalProperty": [
{
"@type": "PropertyValue",
"name": "repositoryVisibility",
"value": "public"
},
{
"@type": "PropertyValue",
"name": "repositoryType",
"value": "package"
},
{
"@type": "PropertyValue",
"name": "laborHours",
"value": 1477.85
},
{
"@type": "PropertyValue",
"name": "reuseFrequency.forks",
"value": 0
},
{
"@type": "PropertyValue",
"name": "reuseFrequency.clones",
"value": 0
},
{
"@type": "PropertyValue",
"name": "maintenance",
"value": "internal"
},
{
"@type": "PropertyValue",
"name": "SBOM",
"value": "https://github.com/DSACMS/codejson-crosswalk/network/dependencies"
},
{
"@type": "PropertyValue",
"name": "fismaLevel",
"value": "low"
},
{
"@type": "PropertyValue",
"name": "group",
"value": "CMS/OA/DSAC"
},
{
"@type": "PropertyValue",
"name": "subsetInHealthcare",
"value": "operational"
},
{
"@type": "PropertyValue",
"name": "AIUseCaseID",
"value": "0"
},
{
"@type": "PropertyValue",
"name": "maturityModelTier",
"value": 3
},
{
"@type": "PropertyValue",
"name": "localisation",
"value": false
},
{
"@type": "PropertyValue",
"name": "userInput",
"value": true
}
]
}