simple-wappalyzer 1.1.62 → 1.1.63
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/scripts/postinstall.js +3 -0
- package/src/technologies.json +384 -8
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "simple-wappalyzer",
|
|
3
3
|
"description": "A simple way to interacting with Wappalyzer.",
|
|
4
4
|
"homepage": "https://github.com/Kikobeats/simple-wappalyzer",
|
|
5
|
-
"version": "1.1.
|
|
5
|
+
"version": "1.1.63",
|
|
6
6
|
"main": "src/index.js",
|
|
7
7
|
"author": {
|
|
8
8
|
"email": "josefrancisco.verdu@gmail.com",
|
package/scripts/postinstall.js
CHANGED
|
@@ -24,6 +24,9 @@ const fetchTechnologies = async () => {
|
|
|
24
24
|
{}
|
|
25
25
|
)
|
|
26
26
|
|
|
27
|
+
// temporal fix until https://github.com/Kikobeats/simple-wappalyzer/issues/72 is closed
|
|
28
|
+
technologies['Elementor Addon Elements'] = 'WordPress'
|
|
29
|
+
|
|
27
30
|
return writeJsonFile('src/technologies.json', technologies)
|
|
28
31
|
}
|
|
29
32
|
|
package/src/technologies.json
CHANGED
|
@@ -10089,6 +10089,20 @@
|
|
|
10089
10089
|
"saas": true,
|
|
10090
10090
|
"website": "https://circle.so"
|
|
10091
10091
|
},
|
|
10092
|
+
"Citizen Space": {
|
|
10093
|
+
"cats": [
|
|
10094
|
+
1
|
|
10095
|
+
],
|
|
10096
|
+
"description": "Next-generation engagement tools for 21st century democracy.",
|
|
10097
|
+
"dom": "a[href='https://www.delib.net/citizen_space']",
|
|
10098
|
+
"icon": "CitizenSpace.png",
|
|
10099
|
+
"pricing": [
|
|
10100
|
+
"payg"
|
|
10101
|
+
],
|
|
10102
|
+
"saas": true,
|
|
10103
|
+
"scriptSrc": "/static/vendor/dlb-admin-ui/",
|
|
10104
|
+
"website": "https://www.delib.net/citizen_space"
|
|
10105
|
+
},
|
|
10092
10106
|
"CitrusPay": {
|
|
10093
10107
|
"cats": [
|
|
10094
10108
|
41
|
|
@@ -12184,6 +12198,17 @@
|
|
|
12184
12198
|
"scriptSrc": "consent\\.cookiebot\\.com",
|
|
12185
12199
|
"website": "https://www.cookiebot.com"
|
|
12186
12200
|
},
|
|
12201
|
+
"Cool Timeline": {
|
|
12202
|
+
"cats": [
|
|
12203
|
+
5,
|
|
12204
|
+
87
|
|
12205
|
+
],
|
|
12206
|
+
"description": "Creates vertical and horizontal history timeline blocks.",
|
|
12207
|
+
"dom": "link[href*='/plugins/cool-timeline/'], script[src*='/cool-timeline/'], .cooltimeline-body",
|
|
12208
|
+
"oss": true,
|
|
12209
|
+
"requires": "WordPress",
|
|
12210
|
+
"website": "https://wordpress.org/plugins/cool-timeline"
|
|
12211
|
+
},
|
|
12187
12212
|
"Cooladata": {
|
|
12188
12213
|
"cats": [
|
|
12189
12214
|
97
|
|
@@ -12269,6 +12294,18 @@
|
|
|
12269
12294
|
],
|
|
12270
12295
|
"website": "https://corebine.com"
|
|
12271
12296
|
},
|
|
12297
|
+
"Cornerstone": {
|
|
12298
|
+
"cats": [
|
|
12299
|
+
5,
|
|
12300
|
+
87
|
|
12301
|
+
],
|
|
12302
|
+
"description": "Enhanced content management for WordPress.",
|
|
12303
|
+
"dom": "#cornerstone-generated-css",
|
|
12304
|
+
"oss": true,
|
|
12305
|
+
"requires": "WordPress",
|
|
12306
|
+
"scriptSrc": "cornerstone(?:\\/assets)?(?:\\/js)?(?:\\/site)?(?:\\/cs-classic)?\\.?((?:\\d+\\.)+\\d+)?\\.js\\;version:\\1",
|
|
12307
|
+
"website": "https://wordpress.org/plugins/cornerstone"
|
|
12308
|
+
},
|
|
12272
12309
|
"Correos": {
|
|
12273
12310
|
"cats": [
|
|
12274
12311
|
99
|
|
@@ -12339,6 +12376,17 @@
|
|
|
12339
12376
|
"icon": "CouchDB.png",
|
|
12340
12377
|
"website": "https://couchdb.apache.org"
|
|
12341
12378
|
},
|
|
12379
|
+
"Countdown Timer Ultimate": {
|
|
12380
|
+
"cats": [
|
|
12381
|
+
5,
|
|
12382
|
+
87
|
|
12383
|
+
],
|
|
12384
|
+
"description": "Add and display responsive Countdown timer on your website.",
|
|
12385
|
+
"dom": "link[href*='/wp-content/plugins/countdown-timer-ultimate/']",
|
|
12386
|
+
"oss": true,
|
|
12387
|
+
"requires": "WordPress",
|
|
12388
|
+
"website": "https://wordpress.org/plugins/countdown-timer-ultimate"
|
|
12389
|
+
},
|
|
12342
12390
|
"Countly": {
|
|
12343
12391
|
"cats": [
|
|
12344
12392
|
10
|
|
@@ -12517,6 +12565,23 @@
|
|
|
12517
12565
|
"saas": true,
|
|
12518
12566
|
"website": "https://www.cratejoy.com"
|
|
12519
12567
|
},
|
|
12568
|
+
"Crayon Syntax Highlighter": {
|
|
12569
|
+
"cats": [
|
|
12570
|
+
5,
|
|
12571
|
+
87
|
|
12572
|
+
],
|
|
12573
|
+
"description": "Syntax Highlighter supporting multiple languages, themes, fonts, highlighting from a URL, local file or post text.",
|
|
12574
|
+
"dom": "link#crayon-css, link#crayon",
|
|
12575
|
+
"js": {
|
|
12576
|
+
"CrayonSyntaxSettings": "",
|
|
12577
|
+
"CrayonSyntaxStrings": "",
|
|
12578
|
+
"CrayonTagEditorSettings": ""
|
|
12579
|
+
},
|
|
12580
|
+
"oss": true,
|
|
12581
|
+
"requires": "WordPress",
|
|
12582
|
+
"scriptSrc": "crayon-syntax-highlighter(?:\\/js)?(?:\\/min)?(?:\\/crayon)?(?:\\.te)?(?:\\.min)?\\.js(?:\\?v(?:er)?=_((?:\\d+\\.)+\\d+))?\\;version:\\1",
|
|
12583
|
+
"website": "https://wordpress.org/plugins/crayon-syntax-highlighter/"
|
|
12584
|
+
},
|
|
12520
12585
|
"Crazy Egg": {
|
|
12521
12586
|
"cats": [
|
|
12522
12587
|
10
|
|
@@ -12877,6 +12942,17 @@
|
|
|
12877
12942
|
"scriptSrc": "/wp-content/plugins/custom-fonts/",
|
|
12878
12943
|
"website": "https://github.com/brainstormforce/custom-fonts"
|
|
12879
12944
|
},
|
|
12945
|
+
"Custom Twitter Feeds": {
|
|
12946
|
+
"cats": [
|
|
12947
|
+
5,
|
|
12948
|
+
87
|
|
12949
|
+
],
|
|
12950
|
+
"description": "Custom Twitter Feeds for Wordpress.",
|
|
12951
|
+
"dom": "link[href*='/wp-content/plugins/custom-twitter-feeds/']",
|
|
12952
|
+
"requires": "WordPress",
|
|
12953
|
+
"scriptSrc": "custom-twitter-feeds(?:\\/js)?(?:\\/ctf-scripts)?(?:\\.min)?\\.js(?:\\?v(?:er)?=((?:\\d+\\.)+\\d+))?\\;version:\\1",
|
|
12954
|
+
"website": "https://wordpress.org/plugins/custom-twitter-feeds"
|
|
12955
|
+
},
|
|
12880
12956
|
"Customer.io": {
|
|
12881
12957
|
"cats": [
|
|
12882
12958
|
32
|
|
@@ -13161,7 +13237,7 @@
|
|
|
13161
13237
|
"js": {
|
|
13162
13238
|
"d3.version": "^(.+)$\\;version:\\1"
|
|
13163
13239
|
},
|
|
13164
|
-
"scriptSrc": "/d3(?:\\.
|
|
13240
|
+
"scriptSrc": "/d3(?:\\.v\\d+)?(?:\\.min)?\\.js",
|
|
13165
13241
|
"website": "https://d3js.org"
|
|
13166
13242
|
},
|
|
13167
13243
|
"DDoS-Guard": {
|
|
@@ -13550,6 +13626,19 @@
|
|
|
13550
13626
|
"saas": true,
|
|
13551
13627
|
"website": "https://www.datamilk.ai"
|
|
13552
13628
|
},
|
|
13629
|
+
"Datascape": {
|
|
13630
|
+
"cats": [
|
|
13631
|
+
1
|
|
13632
|
+
],
|
|
13633
|
+
"description": "Datascape is a cloud-based solution designed to create new ways for councils to work and better engage with their communities.",
|
|
13634
|
+
"dom": "link[href*='cdn-sites.datascape.cloud']",
|
|
13635
|
+
"icon": "Datascape.svg",
|
|
13636
|
+
"pricing": [
|
|
13637
|
+
"poa"
|
|
13638
|
+
],
|
|
13639
|
+
"saas": true,
|
|
13640
|
+
"website": "https://datacom.com/nz/en/products/datascape"
|
|
13641
|
+
},
|
|
13553
13642
|
"DataTables": {
|
|
13554
13643
|
"cats": [
|
|
13555
13644
|
59
|
|
@@ -15180,6 +15269,16 @@
|
|
|
15180
15269
|
"scriptSrc": "cdn(?:-eu)?\\.dynamicyield\\.\\w+/",
|
|
15181
15270
|
"website": "https://www.dynamicyield.com"
|
|
15182
15271
|
},
|
|
15272
|
+
"Dynamics.js": {
|
|
15273
|
+
"cats": [
|
|
15274
|
+
59
|
|
15275
|
+
],
|
|
15276
|
+
"description": "Javascript library to create physics-related animations",
|
|
15277
|
+
"icon": "Dynamics.js.png",
|
|
15278
|
+
"oss": true,
|
|
15279
|
+
"scriptSrc": "dynamics(?:\\.min)?\\.js(?:\\?v(?:er)?=((?:\\d+\\.)+\\d+))?\\;version:\\1",
|
|
15280
|
+
"website": "https://dynamicsjs.com"
|
|
15281
|
+
},
|
|
15183
15282
|
"Dynamicweb": {
|
|
15184
15283
|
"cats": [
|
|
15185
15284
|
1,
|
|
@@ -15575,6 +15674,15 @@
|
|
|
15575
15674
|
"website": "https://www.easy-orders.net",
|
|
15576
15675
|
"xhr": "api\\.easy-orders\\.net/"
|
|
15577
15676
|
},
|
|
15677
|
+
"Easy Pie Chart": {
|
|
15678
|
+
"cats": [
|
|
15679
|
+
59
|
|
15680
|
+
],
|
|
15681
|
+
"description": "Lightweight jQuery plugin to render and animate nice pie charts with the HTML5 canvas element.",
|
|
15682
|
+
"oss": true,
|
|
15683
|
+
"scriptSrc": "[Ee]asy-?[Pp]ie-?[Cc]hart(?:\\.min)?\\.js",
|
|
15684
|
+
"website": "https://rendro.github.io/easy-pie-chart/"
|
|
15685
|
+
},
|
|
15578
15686
|
"Easy Redirects": {
|
|
15579
15687
|
"cats": [
|
|
15580
15688
|
100
|
|
@@ -16027,6 +16135,7 @@
|
|
|
16027
16135
|
"scriptSrc": "/wp-content/plugins/elementor(?:-pro)?/.+frontend-modules\\.min\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1",
|
|
16028
16136
|
"website": "https://elementor.com"
|
|
16029
16137
|
},
|
|
16138
|
+
"Elementor Addon Elements": "WordPress",
|
|
16030
16139
|
"Elementor Cloud": {
|
|
16031
16140
|
"cats": [
|
|
16032
16141
|
88
|
|
@@ -16251,6 +16360,19 @@
|
|
|
16251
16360
|
"scriptSrc": "elqCfg\\.js",
|
|
16252
16361
|
"website": "https://eloqua.com"
|
|
16253
16362
|
},
|
|
16363
|
+
"Email Encoder for Wordpress": {
|
|
16364
|
+
"cats": [
|
|
16365
|
+
5,
|
|
16366
|
+
87
|
|
16367
|
+
],
|
|
16368
|
+
"description": "Protect email addresses and phone numbers from spambots.",
|
|
16369
|
+
"dom": "link#eeb-css-frontend-css, link[href*='/wp-content/plugins/email-encoder-bundle/']",
|
|
16370
|
+
"icon": "Email Encoder for Wordpress.png",
|
|
16371
|
+
"oss": true,
|
|
16372
|
+
"requires": "WordPress",
|
|
16373
|
+
"scriptSrc": "email-encoder-bundle(?:\\/core)?(?:\\/includes)?(?:\\/assets)?(?:\\/js)?(?:\\/custom)?(?:\\/encoder-form)?\\.js",
|
|
16374
|
+
"website": "https://wordpress.org/plugins/email-encoder-bundle"
|
|
16375
|
+
},
|
|
16254
16376
|
"EmailJS": {
|
|
16255
16377
|
"cats": [
|
|
16256
16378
|
75
|
|
@@ -16301,6 +16423,18 @@
|
|
|
16301
16423
|
"saas": true,
|
|
16302
16424
|
"website": "https://www.ematicsolutions.com"
|
|
16303
16425
|
},
|
|
16426
|
+
"Embed Any Document": {
|
|
16427
|
+
"cats": [
|
|
16428
|
+
5,
|
|
16429
|
+
87
|
|
16430
|
+
],
|
|
16431
|
+
"description": "Embed PDF, DOC, PPT and XLS documents easily on your WordPress website.",
|
|
16432
|
+
"dom": "#awsm-ead-public-css, link[href*='/wp-content/plugins/embed-any-document/']",
|
|
16433
|
+
"oss": true,
|
|
16434
|
+
"requires": "WordPress",
|
|
16435
|
+
"scriptSrc": "embed-any-document(?:\\/js)?(?:\\/embed-public)?(?:\\/pdfobject)?(?:\\.min)?\\.js(?:\\?v(?:er)?=((?:\\d+\\.)+\\d+))?\\;version:\\1",
|
|
16436
|
+
"website": "https://wordpress.org/plugins/embed-any-document"
|
|
16437
|
+
},
|
|
16304
16438
|
"EmbedPlus": {
|
|
16305
16439
|
"cats": [
|
|
16306
16440
|
87
|
|
@@ -16315,6 +16449,19 @@
|
|
|
16315
16449
|
"scriptSrc": "/wp-content/plugins/youtube-embed-plus(?:-pro)?/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1",
|
|
16316
16450
|
"website": "https://www.embedplus.com"
|
|
16317
16451
|
},
|
|
16452
|
+
"EmbedPress": {
|
|
16453
|
+
"cats": [
|
|
16454
|
+
5,
|
|
16455
|
+
87
|
|
16456
|
+
],
|
|
16457
|
+
"description": "Embed videos, images, posts, audio, maps and upload PDF, DOC, PPT in Wordpress.",
|
|
16458
|
+
"dom": "#embedpress-css, #embedpress-elementor-css-css, #embedpress_blocks-cgb-style-css-css, link[href*='/wp-content/plugins/embedpress/']",
|
|
16459
|
+
"icon": "EmbedPress.png",
|
|
16460
|
+
"oss": true,
|
|
16461
|
+
"requires": "WordPress",
|
|
16462
|
+
"scriptSrc": "embedpress(?:\\/assets)?(?:\\/js)?(?:\\/ads)?(?:\\/pdfobject)?(?:\\/front)?(?:\\/documents-viewer-script)?(?:\\/vimeo-player)?(?:\\/initplyr)?(?:\\/plyr)?(?:\\.polyfilled)?(?:\\.min)?\\.js(?:\\?v(?:er)?=((?:\\d+\\.)+\\d+))?\\;version:\\1",
|
|
16463
|
+
"website": "https://wordpress.org/plugins/embedpress"
|
|
16464
|
+
},
|
|
16318
16465
|
"EmbedSocial": {
|
|
16319
16466
|
"cats": [
|
|
16320
16467
|
5
|
|
@@ -16449,6 +16596,15 @@
|
|
|
16449
16596
|
"requires": "WordPress",
|
|
16450
16597
|
"website": "https://github.com/bluehost/endurance-page-cache"
|
|
16451
16598
|
},
|
|
16599
|
+
"EngagementHQ": {
|
|
16600
|
+
"cats": [
|
|
16601
|
+
1
|
|
16602
|
+
],
|
|
16603
|
+
"description": "Essential software for changemakers. Facilitate, centralize, and analyze two-way conversations between you and your community.",
|
|
16604
|
+
"icon": "EngagementHQ.svg",
|
|
16605
|
+
"dom": "link[href*='ehq-production-']",
|
|
16606
|
+
"website": "https://granicus.com/solution/govdelivery/engagementhq/"
|
|
16607
|
+
},
|
|
16452
16608
|
"Engagio": {
|
|
16453
16609
|
"cats": [
|
|
16454
16610
|
10
|
|
@@ -16761,6 +16917,24 @@
|
|
|
16761
16917
|
"saas": true,
|
|
16762
16918
|
"website": "https://errorception.com"
|
|
16763
16919
|
},
|
|
16920
|
+
"EspoCRM": {
|
|
16921
|
+
"cats": [
|
|
16922
|
+
10,
|
|
16923
|
+
53
|
|
16924
|
+
],
|
|
16925
|
+
"description": "Open Source CRM Software.",
|
|
16926
|
+
"dom": "meta[content*='EspoCRM'], link[href*='/espo/']",
|
|
16927
|
+
"icon": "EspoCRM.svg",
|
|
16928
|
+
"oss": true,
|
|
16929
|
+
"pricing": [
|
|
16930
|
+
"low",
|
|
16931
|
+
"mid",
|
|
16932
|
+
"freemium",
|
|
16933
|
+
"recurring"
|
|
16934
|
+
],
|
|
16935
|
+
"scriptSrc": "espo(?:\\.min)?\\.js",
|
|
16936
|
+
"website": "https://www.espocrm.com/"
|
|
16937
|
+
},
|
|
16764
16938
|
"Essent SiteBuilder Pro": {
|
|
16765
16939
|
"cats": [
|
|
16766
16940
|
1,
|
|
@@ -18100,6 +18274,18 @@
|
|
|
18100
18274
|
"scriptSrc": "cdn\\.usefathom\\.com/",
|
|
18101
18275
|
"website": "https://usefathom.com"
|
|
18102
18276
|
},
|
|
18277
|
+
"Faveo": {
|
|
18278
|
+
"cats": [
|
|
18279
|
+
1,
|
|
18280
|
+
104
|
|
18281
|
+
],
|
|
18282
|
+
"description": "Open source help desk system and ticket management tool.",
|
|
18283
|
+
"dom": "link[href*='/lb-faveo/']",
|
|
18284
|
+
"icon": "Faveo.png",
|
|
18285
|
+
"oss": true,
|
|
18286
|
+
"scriptSrc": "faveo(?:\\/js)?(?:\\/jquery)?(?:\\/know)?(?:\\/mobilemenu)?(?:\\/plugins)?(?:\\/bootstrap)?(?:\\/superfish)?(?:\\/iCheck\\/icheck)?(?:-wysihtml5\\/bootstrap3-wysihtml5)?(?:\\.all)?(?:\\.rating)?(?:\\.pack)?((?:\\d+\\.)+\\d+)?(?:\\.min)?\\.js\\;version:\\1",
|
|
18287
|
+
"website": "https://faveohelpdesk.com"
|
|
18288
|
+
},
|
|
18103
18289
|
"Fbits": {
|
|
18104
18290
|
"cats": [
|
|
18105
18291
|
6
|
|
@@ -18721,6 +18907,16 @@
|
|
|
18721
18907
|
"scriptSrc": "\\.flocktory\\.com/",
|
|
18722
18908
|
"website": "https://www.flocktory.com"
|
|
18723
18909
|
},
|
|
18910
|
+
"Flot": {
|
|
18911
|
+
"cats": [
|
|
18912
|
+
59
|
|
18913
|
+
],
|
|
18914
|
+
"description": "Attractive Javascript plotting for jQuery.",
|
|
18915
|
+
"icon": "Flot.png",
|
|
18916
|
+
"oss": true,
|
|
18917
|
+
"scriptSrc": "(?:((?:\\d+\\.)+\\d+)\\/(?:jquery\\.)?)?flot(?:\\/curvedLines)?(?:\\/excanvas)?(?:\\/jquery)?(?:\\.categories)?(?:\\.pack)?(?:\\.pie)?(?:\\.resize)?(?:\\.selection)?(?:\\.spline)?(?:\\.symbol)?(?:\\.time)?(?:\\.tooltip)?(?:\\.min)?\\.js(?:\\?v(?:er)?=((?:\\d+\\.)+\\d+))?\\;version:\\1\\2",
|
|
18918
|
+
"website": "https://flotcharts.org/"
|
|
18919
|
+
},
|
|
18724
18920
|
"Flow": {
|
|
18725
18921
|
"cats": [
|
|
18726
18922
|
106
|
|
@@ -20089,6 +20285,18 @@
|
|
|
20089
20285
|
"saas": true,
|
|
20090
20286
|
"website": "https://platform.fynd.com"
|
|
20091
20287
|
},
|
|
20288
|
+
"framework7": {
|
|
20289
|
+
"cats": [
|
|
20290
|
+
59,
|
|
20291
|
+
66
|
|
20292
|
+
],
|
|
20293
|
+
"description": "Full Featured Mobile HTML Framework For Building iOS & Android Apps.",
|
|
20294
|
+
"dom": "link[href*='framework7'], .framework7-root, .framework7-modals",
|
|
20295
|
+
"icon": "framework7.png",
|
|
20296
|
+
"oss": true,
|
|
20297
|
+
"scriptSrc": "(?:((?:\\d+\\.)+\\d+)\\/(?:js\\/)?)?framework7(?:-((?:\\d+\\.)+\\d+))?(?:\\.custom)?(?:\\.min)?(?:-vue)?_?[\\w\\.]{0,29}\\.js\\;version:\\1\\2",
|
|
20298
|
+
"website": "https://framework7.io/"
|
|
20299
|
+
},
|
|
20092
20300
|
"fullPage.js": {
|
|
20093
20301
|
"cats": [
|
|
20094
20302
|
59
|
|
@@ -20505,12 +20713,12 @@
|
|
|
20505
20713
|
},
|
|
20506
20714
|
"link[id*='generate-style']": {
|
|
20507
20715
|
"attributes": {
|
|
20508
|
-
"href": "generatepress
|
|
20716
|
+
"href": "generatepress(?:(?:%20)?_?child)?(?:\\/assets)?(?:\\/css)?(?:\\/js)?(?:\\/accordion){0,2}(?:\\/all)?(?:\\/components)?(?:\\/font-icons)?(?:\\/mobile)?(?:\\/slick){0,2}(?:\\/style)?(?:\\/unsemantic-grid)?(?:\\/csd)?(?:-theme)?(?:\\.min)?\\.css(?:\\?v(?:er)?=((?:\\d+\\.)+\\d+))?\\;version:\\1"
|
|
20509
20717
|
}
|
|
20510
20718
|
},
|
|
20511
20719
|
"link[id*='generatepress']": {
|
|
20512
20720
|
"attributes": {
|
|
20513
|
-
"href": "generatepress
|
|
20721
|
+
"href": "generatepress(?:(?:%20)?_?child)?(?:\\/assets)?(?:\\/css)?(?:\\/js)?(?:\\/accordion){0,2}(?:\\/all)?(?:\\/components)?(?:\\/font-icons)?(?:\\/mobile)?(?:\\/slick){0,2}(?:\\/style)?(?:\\/unsemantic-grid)?(?:\\/csd)?(?:-theme)?(?:\\.min)?\\.css(?:\\?v(?:er)?=((?:\\d+\\.)+\\d+))?\\;version:\\1"
|
|
20514
20722
|
}
|
|
20515
20723
|
}
|
|
20516
20724
|
},
|
|
@@ -20525,9 +20733,7 @@
|
|
|
20525
20733
|
"onetime"
|
|
20526
20734
|
],
|
|
20527
20735
|
"requires": "WordPress",
|
|
20528
|
-
"scriptSrc":
|
|
20529
|
-
"themes/generatepress\\S*\\.js(?:\\?ver=([0-9.]+))?\\;version:\\1"
|
|
20530
|
-
],
|
|
20736
|
+
"scriptSrc": "themes\\/generatepress(?:(?:%20)?_?child)?(?:\\/assets)?(?:\\/inc)?(?:\\/js)?(?:\\/accordion){0,2}(?:\\/lity)?(?:\\/menu)?(?:\\/owl)?(?:\\/slick){0,2}(?:\\/vs(?:loadmore)?(?:postviews)?)?(?:\\/back-to-top)?(?:\\/keen-slider)?(?:\\/tab-img)?(?:-init)?(?:\\.carousel)?(?:\\/jquery)?(?:\\.min)?\\.js(?:\\?v(?:er)?=((?:\\d+\\.)+\\d+))?\\;version:\\1",
|
|
20531
20737
|
"website": "https://generatepress.com"
|
|
20532
20738
|
},
|
|
20533
20739
|
"GeneratePress GP Premium": {
|
|
@@ -20543,7 +20749,7 @@
|
|
|
20543
20749
|
],
|
|
20544
20750
|
"requires": "WordPress",
|
|
20545
20751
|
"saas": true,
|
|
20546
|
-
"scriptSrc": "
|
|
20752
|
+
"scriptSrc": "wp-content\\/plugins\\/gp-premium(?:\\/menu-plus)?(?:\\/sections)?\\/functions\\/js(?:\\/offside)?(?:\\/parallax)?(?:\\/sticky)?(?:\\.min)?(?:-((?:\\d+\\.)+\\d+))?\\.js(?:\\?v(?:er)?=((?:\\d+\\.)+\\d+))?\\;version:\\1\\2",
|
|
20547
20753
|
"website": "https://docs.generatepress.com/article/installing-gp-premium/"
|
|
20548
20754
|
},
|
|
20549
20755
|
"Genesis theme": {
|
|
@@ -26382,6 +26588,22 @@
|
|
|
26382
26588
|
],
|
|
26383
26589
|
"website": "https://www.j2store.org"
|
|
26384
26590
|
},
|
|
26591
|
+
"Jadu": {
|
|
26592
|
+
"cats": [
|
|
26593
|
+
1
|
|
26594
|
+
],
|
|
26595
|
+
"description": "The Jadu Digital Platform provides the foundation of accessible, responsive and award-winning Websites, Forms, CRM and Portal solutions.",
|
|
26596
|
+
"dom": "a[href*='www.jadu.net']",
|
|
26597
|
+
"headers": {
|
|
26598
|
+
"Node": "jadu-web-1"
|
|
26599
|
+
},
|
|
26600
|
+
"icon": "jadu.png",
|
|
26601
|
+
"pricing": [
|
|
26602
|
+
"mid",
|
|
26603
|
+
"recurring"
|
|
26604
|
+
],
|
|
26605
|
+
"website": "https://www.jadu.net/"
|
|
26606
|
+
},
|
|
26385
26607
|
"JANet": {
|
|
26386
26608
|
"cats": [
|
|
26387
26609
|
71
|
|
@@ -31207,7 +31429,7 @@
|
|
|
31207
31429
|
},
|
|
31208
31430
|
"oss": true,
|
|
31209
31431
|
"probe": {
|
|
31210
|
-
"/magento_version": "
|
|
31432
|
+
"/magento_version": ""
|
|
31211
31433
|
},
|
|
31212
31434
|
"scriptSrc": [
|
|
31213
31435
|
"js/mage",
|
|
@@ -32838,6 +33060,21 @@
|
|
|
32838
33060
|
},
|
|
32839
33061
|
"website": "https://office.microsoft.com/word"
|
|
32840
33062
|
},
|
|
33063
|
+
"Microweber": {
|
|
33064
|
+
"cats": [
|
|
33065
|
+
1
|
|
33066
|
+
],
|
|
33067
|
+
"description": "Open Source drag and drop style hosted CMS system.",
|
|
33068
|
+
"dom": "meta[content='Microweber']",
|
|
33069
|
+
"icon": "Microweber.svg",
|
|
33070
|
+
"oss": true,
|
|
33071
|
+
"pricing": [
|
|
33072
|
+
"low",
|
|
33073
|
+
"recurring"
|
|
33074
|
+
],
|
|
33075
|
+
"scriptSrc": "[Mm]icroweber(?:\\/includes)?(?:\\/api)?(?:\\/libs)?[\\w\\.\\/-]{0,45}(?:\\.min)?\\.js",
|
|
33076
|
+
"website": "https://microweber.com"
|
|
33077
|
+
},
|
|
32841
33078
|
"Miestro": {
|
|
32842
33079
|
"cats": [
|
|
32843
33080
|
6
|
|
@@ -33036,6 +33273,17 @@
|
|
|
33036
33273
|
},
|
|
33037
33274
|
"website": "https://join.misskey.page/"
|
|
33038
33275
|
},
|
|
33276
|
+
"Mithril": {
|
|
33277
|
+
"cats": [
|
|
33278
|
+
12,
|
|
33279
|
+
59
|
|
33280
|
+
],
|
|
33281
|
+
"description": "A Javascript Framework for building applications.",
|
|
33282
|
+
"icon": "Mithril.svg",
|
|
33283
|
+
"oss": true,
|
|
33284
|
+
"scriptSrc": "(?:((?:\\d+\\.)+\\d+)\\/)?mithril(?:[\\.-]min)?\\.js(?:\\?v(?:er)?=((?:\\d+\\.)+\\d+))?\\;version:\\1\\2",
|
|
33285
|
+
"website": "https://mithril.js.org/"
|
|
33286
|
+
},
|
|
33039
33287
|
"Mittwald": {
|
|
33040
33288
|
"cats": [
|
|
33041
33289
|
88
|
|
@@ -33089,6 +33337,15 @@
|
|
|
33089
33337
|
"saas": true,
|
|
33090
33338
|
"website": "https://mixin.ir"
|
|
33091
33339
|
},
|
|
33340
|
+
"Mixitup": {
|
|
33341
|
+
"cats": [
|
|
33342
|
+
59
|
|
33343
|
+
],
|
|
33344
|
+
"description": "A CSS3 and jQuery Filter & Sort Plugin.",
|
|
33345
|
+
"icon": "kunkalabs.svg",
|
|
33346
|
+
"scriptSrc": "mixitup(?:\\.min)?\\.js",
|
|
33347
|
+
"website": "https://www.kunkalabs.com/mixitup/"
|
|
33348
|
+
},
|
|
33092
33349
|
"Mixpanel": {
|
|
33093
33350
|
"cats": [
|
|
33094
33351
|
10
|
|
@@ -36468,6 +36725,17 @@
|
|
|
36468
36725
|
},
|
|
36469
36726
|
"website": "https://www.openwebanalytics.com"
|
|
36470
36727
|
},
|
|
36728
|
+
"Open edX": {
|
|
36729
|
+
"cats": [
|
|
36730
|
+
1,
|
|
36731
|
+
21
|
|
36732
|
+
],
|
|
36733
|
+
"description": "The Open edX platform is a free and open source course management system.",
|
|
36734
|
+
"dom": "meta[name='openedx-release-line'], #footer-openedx, .openedx, .open-edx-logo, .open-edx-link, .footer-about-openedx, a[href*='https://open.edx.org'], a[href*='https://openedx.org'], img[src*='https://files.edx.org/openedx-logos/'][alt='Powered by Open edX']",
|
|
36735
|
+
"icon": "Open edX.png",
|
|
36736
|
+
"oss": true,
|
|
36737
|
+
"website": "https://openedx.org/"
|
|
36738
|
+
},
|
|
36471
36739
|
"Open eShop": {
|
|
36472
36740
|
"cats": [
|
|
36473
36741
|
6
|
|
@@ -45105,6 +45373,7 @@
|
|
|
45105
45373
|
},
|
|
45106
45374
|
"Sakai": {
|
|
45107
45375
|
"cats": [
|
|
45376
|
+
1,
|
|
45108
45377
|
21
|
|
45109
45378
|
],
|
|
45110
45379
|
"cookies": {
|
|
@@ -47732,6 +48001,14 @@
|
|
|
47732
48001
|
],
|
|
47733
48002
|
"website": "https://www.signal.co/"
|
|
47734
48003
|
},
|
|
48004
|
+
"SignalR": {
|
|
48005
|
+
"cats": [
|
|
48006
|
+
59
|
|
48007
|
+
],
|
|
48008
|
+
"description": "Realtime web communication framework from Microsoft for ASP.NET.",
|
|
48009
|
+
"scriptSrc": "(?:((?:\\d+\\.)+\\d+)\\/jquery\\.)?signal[rR](?:-((?:\\d+\\.)+\\d+))?(?:\\.min)?\\.js\\;version:\\1\\2",
|
|
48010
|
+
"website": "https://dotnet.microsoft.com/es-es/apps/aspnet/signalr"
|
|
48011
|
+
},
|
|
47735
48012
|
"Signifyd": {
|
|
47736
48013
|
"cats": [
|
|
47737
48014
|
10,
|
|
@@ -49105,6 +49382,15 @@
|
|
|
49105
49382
|
"saas": true,
|
|
49106
49383
|
"website": "https://www.smugmug.com"
|
|
49107
49384
|
},
|
|
49385
|
+
"Snabbt": {
|
|
49386
|
+
"cats": [
|
|
49387
|
+
59
|
|
49388
|
+
],
|
|
49389
|
+
"description": "Minimalistic animation library in javascript Snabbt.js.",
|
|
49390
|
+
"oss": true,
|
|
49391
|
+
"scriptSrc": "(?:((?:\\d+\\.)+\\d+)\\/)?snabbt(?:[\\.-]min)?\\.js(?:\\?v(?:er)?=((?:\\d+\\.)+\\d+))?\\;version:\\1\\2",
|
|
49392
|
+
"website": "https://daniel-lundin.github.io/snabbt.js/"
|
|
49393
|
+
},
|
|
49108
49394
|
"Snap": {
|
|
49109
49395
|
"cats": [
|
|
49110
49396
|
18,
|
|
@@ -49335,6 +49621,19 @@
|
|
|
49335
49621
|
"scriptSrc": "socialladder\\.rkiapps\\.com/",
|
|
49336
49622
|
"website": "https://socialladderapp.com"
|
|
49337
49623
|
},
|
|
49624
|
+
"Social Pinpoint": {
|
|
49625
|
+
"cats": [
|
|
49626
|
+
1
|
|
49627
|
+
],
|
|
49628
|
+
"description": "Social Pinpoint is a comprehensive online platform that facilitates meaningful and accessible engagement opportunities that bring your community together.",
|
|
49629
|
+
"dom": "a[href*='www.socialpinpoint.com']",
|
|
49630
|
+
"icon": "socialpinpoint.png",
|
|
49631
|
+
"pricing": [
|
|
49632
|
+
"poa"
|
|
49633
|
+
],
|
|
49634
|
+
"saas": true,
|
|
49635
|
+
"website": "https://www.socialpinpoint.com/"
|
|
49636
|
+
},
|
|
49338
49637
|
"Societe des Avis Garantis": {
|
|
49339
49638
|
"cats": [
|
|
49340
49639
|
87,
|
|
@@ -49351,6 +49650,17 @@
|
|
|
49351
49650
|
"scriptSrc": "/wp-content/plugins/ag-core/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1",
|
|
49352
49651
|
"website": "https://www.societe-des-avis-garantis.fr"
|
|
49353
49652
|
},
|
|
49653
|
+
"SockJS": {
|
|
49654
|
+
"cats": [
|
|
49655
|
+
18,
|
|
49656
|
+
59
|
|
49657
|
+
],
|
|
49658
|
+
"description": "SockJS is a browser JavaScript library that provides a WebSocket-like object.",
|
|
49659
|
+
"icon": "SockJS.png",
|
|
49660
|
+
"oss": true,
|
|
49661
|
+
"scriptSrc": "(?:((?:\\d+\\.)+\\d+)\\/)?sockjs(?:-((?:\\d+\\.)+\\d+))?(?:\\.min)?\\.js\\;version:\\1\\2",
|
|
49662
|
+
"website": "https://sockjs.org"
|
|
49663
|
+
},
|
|
49354
49664
|
"Socket.io": {
|
|
49355
49665
|
"cats": [
|
|
49356
49666
|
12
|
|
@@ -49728,6 +50038,20 @@
|
|
|
49728
50038
|
"scriptSrc": "(?:^[^/]*//[^/]*viglink\\.com/api/|vglnk\\.js)",
|
|
49729
50039
|
"website": "https://www.sovrn.com/publishers/commerce/"
|
|
49730
50040
|
},
|
|
50041
|
+
"Spark CMS": {
|
|
50042
|
+
"cats": [
|
|
50043
|
+
1
|
|
50044
|
+
],
|
|
50045
|
+
"cookies": {
|
|
50046
|
+
"BNI_SparkCMSLB": ""
|
|
50047
|
+
},
|
|
50048
|
+
"description": "The CMS has been custom built by our web developers based on feedback from our clients, ensuring an easy to use platform that's been designed in consultation with the end user in mind.",
|
|
50049
|
+
"dom": "link[href*='sparkcms.com.au']",
|
|
50050
|
+
"icon": "Spark.png",
|
|
50051
|
+
"oss": false,
|
|
50052
|
+
"scriptSrc": "/spark-scripts/",
|
|
50053
|
+
"website": "https://www.councilconnect.com.au/our-websites/about-spark-cms.aspx"
|
|
50054
|
+
},
|
|
49731
50055
|
"SparkPost": {
|
|
49732
50056
|
"cats": [
|
|
49733
50057
|
75
|
|
@@ -52085,6 +52409,15 @@
|
|
|
52085
52409
|
"scriptSrc": "shine(?:\\.min)?\\.js",
|
|
52086
52410
|
"website": "https://bigspaceship.github.io/shine.js/"
|
|
52087
52411
|
},
|
|
52412
|
+
"sidr": {
|
|
52413
|
+
"cats": [
|
|
52414
|
+
59
|
|
52415
|
+
],
|
|
52416
|
+
"description": "Sidr is a jQuery plugin for creating side menus.",
|
|
52417
|
+
"oss": true,
|
|
52418
|
+
"scriptSrc": "sidr(?:\\.min)?\\.js(?:\\?v(?:er)?=((?:\\d+\\.)+\\d+))?\\;version:\\1",
|
|
52419
|
+
"website": "https://www.albertovarela.net/sidr/"
|
|
52420
|
+
},
|
|
52088
52421
|
"siimple": {
|
|
52089
52422
|
"cats": [
|
|
52090
52423
|
66
|
|
@@ -52101,6 +52434,19 @@
|
|
|
52101
52434
|
"oss": true,
|
|
52102
52435
|
"website": "https://siimple.xyz"
|
|
52103
52436
|
},
|
|
52437
|
+
"slideout": {
|
|
52438
|
+
"cats": [
|
|
52439
|
+
59
|
|
52440
|
+
],
|
|
52441
|
+
"description": "A touch slideout navigation menu for your mobile web apps.",
|
|
52442
|
+
"icon": "slideout.png",
|
|
52443
|
+
"js": {
|
|
52444
|
+
"slideout": ""
|
|
52445
|
+
},
|
|
52446
|
+
"oss": true,
|
|
52447
|
+
"scriptSrc": "(?:((?:\\d+\\.)+\\d+)\\/)?slideout(?:-init)?(?:\\.min)?\\.js(?:\\?v(?:er)?=((?:\\d+\\.)+\\d+))?\\;version:\\1\\2",
|
|
52448
|
+
"website": "https://slideout.js.org/"
|
|
52449
|
+
},
|
|
52104
52450
|
"snigel AdConsent": {
|
|
52105
52451
|
"cats": [
|
|
52106
52452
|
67
|
|
@@ -52501,6 +52847,14 @@
|
|
|
52501
52847
|
"requires": "WordPress",
|
|
52502
52848
|
"website": "https://tablepress.org"
|
|
52503
52849
|
},
|
|
52850
|
+
"Tablesorter": {
|
|
52851
|
+
"cats": [
|
|
52852
|
+
59
|
|
52853
|
+
],
|
|
52854
|
+
"description": "Flexible client-side table sorting.",
|
|
52855
|
+
"scriptSrc": "(?:((?:\\d+\\.)+\\d+)[-\\/](?:dist\\/js\\/)?)?(?:jquery\\.)?tablesorter(?:[\\.\\/]pager)?(?:-custom-controls)?(?:\\.widgets)?(?:\\.min)?\\.js\\;version:\\1",
|
|
52856
|
+
"website": "https://mottie.github.io/tablesorter/"
|
|
52857
|
+
},
|
|
52504
52858
|
"Taboola": {
|
|
52505
52859
|
"cats": [
|
|
52506
52860
|
36
|
|
@@ -54403,6 +54757,16 @@
|
|
|
54403
54757
|
],
|
|
54404
54758
|
"website": "https://www.tinybird.co/"
|
|
54405
54759
|
},
|
|
54760
|
+
"Tinycon": {
|
|
54761
|
+
"cats": [
|
|
54762
|
+
59,
|
|
54763
|
+
66
|
|
54764
|
+
],
|
|
54765
|
+
"description": "A library for manipulating a websites favicon.",
|
|
54766
|
+
"oss": true,
|
|
54767
|
+
"scriptSrc": "tinycon(?:\\.min)?\\.js",
|
|
54768
|
+
"website": "https://github.com/tommoor/tinycon"
|
|
54769
|
+
},
|
|
54406
54770
|
"Tippy.js": {
|
|
54407
54771
|
"cats": [
|
|
54408
54772
|
59
|
|
@@ -55824,6 +56188,18 @@
|
|
|
55824
56188
|
"icon": "thttpd.png",
|
|
55825
56189
|
"website": "https://acme.com/software/thttpd"
|
|
55826
56190
|
},
|
|
56191
|
+
"timeago": {
|
|
56192
|
+
"cats": [
|
|
56193
|
+
59
|
|
56194
|
+
],
|
|
56195
|
+
"description": "Timeago is a jQuery plugin that makes it easy to support automatically updating fuzzy timestamps.",
|
|
56196
|
+
"js": {
|
|
56197
|
+
"timeago": ""
|
|
56198
|
+
},
|
|
56199
|
+
"oss": true,
|
|
56200
|
+
"scriptSrc": "(?:((?:\\d+\\.)+\\d+)\\/)?(?:jquery\\.)?[Tt]imeago(?:_mkdocs_material)?(?:\\.full)?(?:\\.locales)?(?:\\.native)?(?:\\.min)?\\.js\\;version:\\1",
|
|
56201
|
+
"website": "https://timeago.yarp.com/"
|
|
56202
|
+
},
|
|
55827
56203
|
"toastr": {
|
|
55828
56204
|
"cats": [
|
|
55829
56205
|
12
|