-
Notifications
You must be signed in to change notification settings - Fork 0
/
codemeta.json
37 lines (37 loc) · 1.21 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/GPL-3.0",
"codeRepository": "https://github.com/gwendoux/cleanUpFilenameCli",
"dateCreated": "2014-12-08",
"datePublished": "2015-09-27",
"dateModified": "2022-04-06",
"downloadUrl": "https://github.com/gwendoux/cleanUpFilenameCli/archive/refs/tags/v1.1.3.tar.gz",
"issueTracker": "https://github.com/gwendoux/cleanUpFilenameCli/issues",
"name": "clean-filename-cli",
"version": "1.1.3",
"identifier": "10.5072/zenodo.1133564.svg",
"description": "This is a node‧js command line utility that cleanup filenames with url encode characters.",
"applicationCategory": "utilities",
"releaseNotes": "testing actions script",
"keywords": [
"cli",
"sanitize",
"url"
],
"programmingLanguage": [
"Javascript"
],
"runtimePlatform": [
"NodeJs"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-9321-1311",
"givenName": "Gwenaël",
"familyName": "Doux",
"email": "[email protected]"
}
]
}