mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
19 lines
419 B
JSON
19 lines
419 B
JSON
{
|
|
"name": "Kibana",
|
|
"website": "http://www.elastic.co/products/kibana",
|
|
"matches": [
|
|
{
|
|
"search": "headers[kbn-name]",
|
|
"regexp": "kibana"
|
|
},
|
|
{
|
|
"search": "headers[kbn-version]",
|
|
"regexp": "^([\\d.]+)$",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "<title>Kibana</title>"
|
|
}
|
|
],
|
|
"implies": "Node.js"
|
|
} |