mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
25 lines
547 B
JSON
25 lines
547 B
JSON
{
|
|
"name": "Ckan",
|
|
"website": "http://ckan.org/",
|
|
"matches": [
|
|
{
|
|
"search": "headers[access-control-allow-headers]",
|
|
"regexp": "X-CKAN-API-KEY"
|
|
},
|
|
{
|
|
"search": "headers[link]",
|
|
"regexp": "<http://ckan\\.org/>; rel=shortlink"
|
|
},
|
|
{
|
|
"search": "meta[generator]",
|
|
"regexp": "^ckan ?([0-9.]+)$",
|
|
"offset": 1
|
|
}
|
|
],
|
|
"implies": [
|
|
"Python",
|
|
"Solr",
|
|
"Java",
|
|
"PostgreSQL"
|
|
]
|
|
} |