-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
META6.json
63 lines (63 loc) · 1.49 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
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
{
"auth": "zef:lizmat",
"authors": [
"Elizabeth Mattijsen"
],
"build-depends": [
],
"depends": [
"as-cli-arguments:ver<0.0.8>:auth<zef:lizmat>",
"Backtrace::Files:ver<0.0.4>:auth<zef:lizmat>",
"CLI::Version:ver<0.0.9>:auth<zef:lizmat>",
"highlighter:ver<0.0.21>:auth<zef:lizmat>",
"IO::Path::AutoDecompress:ver<0.0.3>:auth<zef:lizmat>",
"JSON::Fast::Hyper:ver<0.0.9+>:auth<zef:lizmat>",
"META::constants:ver<0.0.4>:auth<zef:lizmat>",
"Needle::Compile:ver<0.0.9>:auth<zef:lizmat>",
"rak:ver<0.0.63>:auth<zef:lizmat>",
"String::Utils:ver<0.0.28+>:auth<zef:lizmat>"
],
"description": "21st century grep / find / ack / ag / rg on steroids",
"license": "Artistic-2.0",
"name": "App::Rak",
"perl": "6.d",
"provides": {
"App::Rak": "lib/App/Rak.rakumod"
},
"resources": [
"help.txt",
"help/argument.txt",
"help/code.txt",
"help/content.txt",
"help/debugging.txt",
"help/examples.txt",
"help/faq.txt",
"help/filesystem.txt",
"help/general.txt",
"help/haystack.txt",
"help/item.txt",
"help/listing.txt",
"help/option.txt",
"help/pattern.txt",
"help/philosophy.txt",
"help/resource.txt",
"help/result.txt",
"help/special.txt",
"help/string.txt"
],
"source-url": "https://github.com/lizmat/App-Rak.git",
"tags": [
"ACK",
"SEARCH",
"TEXT",
"EDITOR",
"FIND",
"JSON",
"BLAME",
"CSV",
"GIT"
],
"test-depends": [
],
"version": "0.3.13"
}