mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
26 lines
784 B
JSON
26 lines
784 B
JSON
{
|
|
"name": "Chart.js",
|
|
"website": "https://www.chartjs.org",
|
|
"matches": [
|
|
{
|
|
"search": "script",
|
|
"regexp": "/Chart(?:\\.bundle)?(?:\\.min)?\\.js",
|
|
"certainty": 75
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "chartjs\\.org/dist/([\\d.]+(?:-[^/]+)?|master|latest)/Chart.*\\.js",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "cdnjs\\.cloudflare\\.com/ajax/libs/Chart\\.js/([\\d.]+(?:-[^/]+)?)/Chart.*\\.js",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "cdn\\.jsdelivr\\.net/(?:npm|gh/chartjs)/chart\\.js@([\\d.]+(?:-[^/]+)?|latest)/dist/Chart.*\\.js",
|
|
"offset": 1
|
|
}
|
|
]
|
|
} |