Merge pull request #408 from Woorank/master

Update apps.json and create npm package
main
Elbert Alias 11 years ago
commit 7cba7bd773

2
.gitignore vendored

@ -6,3 +6,5 @@ drivers/**/wappalyzer.js
drivers/**/icons/*.png
drivers/firefox-jetpack/data
node_modules/*

@ -0,0 +1,19 @@
{
"name": "Wappalyzer",
"version": "1.1.2",
"description": "Wappalyzer is a cross-platform utility that uncovers the technologies used on websites. It detects content management systems, web shops, web servers, JavaScript frameworks, analytics tools and many more.",
"main": "./share/js/wappalyzer.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ElbertF/Wappalyzer"
},
"author": "ElbertF",
"license": "GNU GPL",
"bugs": {
"url": "https://github.com/ElbertF/Wappalyzer/issues"
},
"homepage": "http://wappalyzer.com/"
}

@ -494,7 +494,8 @@
"comScore": {
"website": "comscore.com",
"cats": [ 10 ],
"html": "<iframe[^>]* (?:id=\"comscore\"|scr=[^>]+comscore)",
"script": "\\.scorecardresearch\\.com/beacon\\.js|COMSCORE\\.beacon",
"html": "<iframe[^>]* (?:id=\"comscore\"|scr=[^>]+comscore)|\\.scorecardresearch\\.com/beacon\\.js|COMSCORE\\.beacon",
"env": "^_?COMSCORE$"
},
"Concrete5": {
@ -1006,8 +1007,8 @@
"Google Analytics": {
"website": "google.com/analytics",
"cats": [ 10 ],
"html": "_gaq\\.push\\(\\['_setAccount",
"script": "(?:\\.google-analytics\\.com/ga\\.js|google-analytics\\.com/urchin\\.js)",
"html": "_gaq\\.push\\(\\['_setAccount|i\\['GoogleAnalyticsObject'\\]|ga\\.async = true",
"script": "(?:\\.google-analytics\\.com\/ga\\.js|\/urchin\\.js|\\.google-analytics\\.com\/analytics\\.js)",
"headers": { "Set-Cookie": "__utma" },
"env": "^gaGlobal$"
},
@ -1109,6 +1110,11 @@
"cats": [ 12 ],
"env": "^Handlebars$"
},
"Hello Bar": {
"cats": [ 5 ],
"script": "(hellobar\\.com/hellobar\\.js|new HelloBar)",
"html": "/hellobar\\.js"
},
"Hiawatha": {
"website": "hiawatha-webserver.org",
"cats": [ 22 ],
@ -1562,6 +1568,12 @@
"cats": [ 13 ],
"html": "<img[^>]+ alt=\"Powered by Mantis Bugtracker"
},
"ManyContacts": {
"website": "www.manycontacts.com",
"cats": [ 5 ],
"html": "\/assets\/js\/manycontacts\\.min\\.js",
"script": "\/assets\/js\/manycontacts\\.min\\.js"
},
"Marketo": {
"website": "www.marketo.com",
"cats": [ 32 ],
@ -1907,6 +1919,7 @@
"Optimizely": {
"website": "optimizely.com",
"cats": [ 10 ],
"script": "optimizely\\.com.*\\.js",
"env": "^optimizely$"
},
"Oracle Application Server": {
@ -2053,6 +2066,7 @@
"Piwik": {
"website": "piwik.org",
"cats": [ 10 ],
"script": "piwik\\.js|piwik\\.php",
"html": "var piwikTracker = Piwik\\.getTracker\\(",
"env": [ "^Piwik$", "^_paq$" ]
},
@ -2359,8 +2373,10 @@
"script": "sitemeter\\.com/js/counter\\.js\\?site="
},
"SiteCatalyst": {
"website": "www.omniture.com/en/products/online_analytics/sitecatalyst",
"website": "www.omniture.com\/en\/products\/online_analytics\/sitecatalyst",
"cats": [ 10 ],
"script": "\/s_code.js",
"html": "var s_code=s\\.t\\(\\);if\\(s_code\\)document\\.write\\(s_code\\)",
"env": "^s_account$"
},
"SiteEdit": {
@ -2940,7 +2956,8 @@
"Yandex.Metrika": {
"website": "metrika.yandex.com",
"cats": [ 10 ],
"script": "mc\\.yandex\\.ru/metrika/watch\\.js"
"html": "mc\\.yandex\\.ru\/metrika\/watch\\.js|\\b(?:yaParams|yaCounter|yandex_metrika_callbacks)\\b",
"script": "mc\\.yandex\\.ru\/metrika\/watch\\.js"
},
"YouTube": {
"website": "www.youtube.com",

Binary file not shown.

After

Width:  |  Height:  |  Size: 267 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 856 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 401 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 568 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 403 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 735 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 735 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 632 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 872 B

Loading…
Cancel
Save