新增Webanalyzer模块

This commit is contained in:
JrD
2020-07-29 00:02:06 +08:00
parent 07f436929e
commit e9cffc9e7b
5009 changed files with 81504 additions and 3 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"name": "MooTools",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "MooTools is a compact, modular, Object-Oriented JavaScript framework designed for the intermediate to advanced JavaScript developer. It allows you to write powerful, flexible, and cross-browser code with its elegant, well documented, and coherent API.",
"website": "http://mootools.net/",
"matches": [
{
"regexp": "(?-mix:^\\/\\/ Load your build at: http:\\/\\/mootools.net\\/core\\/)"
},
{
"regexp": "(?-mix:^MooTools.More[\\s]*=[\\s]*\\{[\\s]*version:[\\s]*[\"']?([^\\\"^\\']+)[\"']?)",
"offset": 1
},
{
"regexp": "(?-mix:^var MooTools[\\s]*=[\\s]*\\{[\\s]*version:[\\s]*[\"']?([^\\\"^\\']+))",
"offset": 1
},
{
"regexp": "(?-mix:^\\/\\/MooTools More, <http:\\/\\/mootools.net\\/more>. Copyright \\(c\\) 2006-2008 Valerio Proietti, <http:\\/\\/mad4milk.net>, MIT Style License.)"
}
]
}