mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
21 lines
551 B
JSON
21 lines
551 B
JSON
{
|
|
"name": "decimal.js",
|
|
"website": "https://mikemcl.github.io/decimal.js/",
|
|
"matches": [
|
|
{
|
|
"search": "script",
|
|
"regexp": "decimal[.-]([\\d.]*\\d+)(?:\\.min)?\\.js",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "/([\\d.]*\\d+)/decimal(?:\\.min)?\\.js",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "decimal(?:\\.min)?\\.js(?:\\?ver(?:sion)?=([\\d.]*\\d+))?",
|
|
"offset": 1
|
|
}
|
|
]
|
|
} |