mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
19 lines
548 B
JSON
19 lines
548 B
JSON
{
|
|
"name": "Sybase-Jaguar",
|
|
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
|
|
"version": "0.2",
|
|
"description": "Sybase Jaguar server - discontinued",
|
|
"website": "http://www.sybase.com/products/archivedproducts/jaguarcts",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:^Jaguar Server Version)",
|
|
"search": "headers[server]"
|
|
},
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^Jaguar Server Version ([\\d\\.]+)$)",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|