-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMETA6.json
More file actions
45 lines (45 loc) · 1000 Bytes
/
Copy pathMETA6.json
File metadata and controls
45 lines (45 loc) · 1000 Bytes
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
{
"auth": "zef:lizmat",
"authors": [
"Elizabeth Mattijsen"
],
"build-depends": [
],
"depends": {
"runtime": {
"requires": [
"Identity::Utils:ver<0.0.28+>:auth<zef:lizmat>",
"JSON::Fast:ver<0.20+>:auth<zef:timo>",
"URI::Encode:ver<1.0+>:auth<zef:raku-community-modules>",
"VERS:ver<0.0.3+>:auth<zef:lizmat>"
]
}
},
"description": "Package URL specification v1.0.X",
"license": "Artistic-2.0",
"name": "PURL",
"perl": "6.d",
"production": true,
"provides": {
"PURL": "lib/PURL.rakumod",
"PURL::Type": "lib/PURL/Type.rakumod"
},
"raku": "6.d",
"resources": [
"known-types",
"examples"
],
"source-url": "https://github.com/lizmat/PURL.git",
"support": {
"bugtracker": "https://github.com/lizmat/SBOM-Raku/issues",
"email": "liz@raku.rocks",
"source": "https://github.com/lizmat/PURL.git"
},
"tags": [
"PURL",
"SBOM"
],
"test-depends": [
],
"version": "0.0.15"
}