simple-wappalyzer 1.1.40 → 1.1.41
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/src/technologies.json +95 -4
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://nicedoc.io/Kikobeats/simple-wappalyzer",
|
|
5
|
-
"version": "1.1.
|
|
5
|
+
"version": "1.1.41",
|
|
6
6
|
"main": "src/index.js",
|
|
7
7
|
"author": {
|
|
8
8
|
"email": "josefrancisco.verdu@gmail.com",
|
package/src/technologies.json
CHANGED
|
@@ -553,6 +553,20 @@
|
|
|
553
553
|
"saas": true,
|
|
554
554
|
"website": "https://partners.accuweather.com"
|
|
555
555
|
},
|
|
556
|
+
"Ace": {
|
|
557
|
+
"cats": [
|
|
558
|
+
24
|
|
559
|
+
],
|
|
560
|
+
"description": "Ace is an embeddable code editor written in JavaScript.",
|
|
561
|
+
"icon": "Ace.png",
|
|
562
|
+
"js": {
|
|
563
|
+
"ace.EditSession": "",
|
|
564
|
+
"ace.Editor": "",
|
|
565
|
+
"ace.version": "([\\d\\.]+)\\;version:\\1"
|
|
566
|
+
},
|
|
567
|
+
"oss": true,
|
|
568
|
+
"website": "https://github.com/ajaxorg/ace"
|
|
569
|
+
},
|
|
556
570
|
"Ackee": {
|
|
557
571
|
"cats": [
|
|
558
572
|
10
|
|
@@ -3340,6 +3354,11 @@
|
|
|
3340
3354
|
],
|
|
3341
3355
|
"description": "Astro is a new JavaScript-based static site builder.",
|
|
3342
3356
|
"dom": {
|
|
3357
|
+
"[class^='astro-']": {
|
|
3358
|
+
"attributes": {
|
|
3359
|
+
"class": "astro-[\\d\\w]{8,}"
|
|
3360
|
+
}
|
|
3361
|
+
},
|
|
3343
3362
|
"link[href*='/_astro/']": {
|
|
3344
3363
|
"attributes": {
|
|
3345
3364
|
"href": "/_astro/(?:common|index)-[\\d\\w]+\\.css"
|
|
@@ -9633,6 +9652,9 @@
|
|
|
9633
9652
|
"cats": [
|
|
9634
9653
|
18
|
|
9635
9654
|
],
|
|
9655
|
+
"cookies": {
|
|
9656
|
+
"django_language": ""
|
|
9657
|
+
},
|
|
9636
9658
|
"cpe": "cpe:/a:djangoproject:django",
|
|
9637
9659
|
"description": "Django is a Python-based free and open-source web application framework.",
|
|
9638
9660
|
"html": "(?:powered by <a[^>]+>Django ?([\\d.]+)?<\\/a>|<input[^>]*name=[\"']csrfmiddlewaretoken[\"'][^>]*>)\\;version:\\1",
|
|
@@ -9649,9 +9671,6 @@
|
|
|
9649
9671
|
"cats": [
|
|
9650
9672
|
1
|
|
9651
9673
|
],
|
|
9652
|
-
"cookies": {
|
|
9653
|
-
"django_language": ""
|
|
9654
|
-
},
|
|
9655
9674
|
"description": "Django CMS is a free and open source content management system platform for publishing content on the World Wide Web and intranets.",
|
|
9656
9675
|
"icon": "Django CMS.png",
|
|
9657
9676
|
"implies": [
|
|
@@ -13892,6 +13911,25 @@
|
|
|
13892
13911
|
],
|
|
13893
13912
|
"website": "http://gerrit.googlesource.com/gitiles/"
|
|
13894
13913
|
},
|
|
13914
|
+
"GiveWP": {
|
|
13915
|
+
"cats": [
|
|
13916
|
+
41,
|
|
13917
|
+
87
|
|
13918
|
+
],
|
|
13919
|
+
"description": "GiveWP is a donation plugin for WordPress.",
|
|
13920
|
+
"icon": "GiveWP.svg",
|
|
13921
|
+
"js": {
|
|
13922
|
+
"Give.donor": "",
|
|
13923
|
+
"giveApiSettings": ""
|
|
13924
|
+
},
|
|
13925
|
+
"pricing": [
|
|
13926
|
+
"freemium",
|
|
13927
|
+
"onetime"
|
|
13928
|
+
],
|
|
13929
|
+
"requires": "WordPress",
|
|
13930
|
+
"scriptSrc": "/wp-content/plugins/give/.+give\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1",
|
|
13931
|
+
"website": "https://givewp.com"
|
|
13932
|
+
},
|
|
13895
13933
|
"Gladly": {
|
|
13896
13934
|
"cats": [
|
|
13897
13935
|
52,
|
|
@@ -19971,6 +20009,19 @@
|
|
|
19971
20009
|
"scriptSrc": "livewire(?:\\.min)?\\.js",
|
|
19972
20010
|
"website": "https://laravel-livewire.com"
|
|
19973
20011
|
},
|
|
20012
|
+
"Loadable-Components": {
|
|
20013
|
+
"cats": [
|
|
20014
|
+
59
|
|
20015
|
+
],
|
|
20016
|
+
"description": "Loadable-Components is a library to solve the React code-splitting client-side and server-side.",
|
|
20017
|
+
"dom": "script#__LOADABLE_REQUIRED_CHUNKS__",
|
|
20018
|
+
"icon": "Loadable-Components.png",
|
|
20019
|
+
"js": {
|
|
20020
|
+
"__LOADABLE_LOADED_CHUNKS__": ""
|
|
20021
|
+
},
|
|
20022
|
+
"oss": true,
|
|
20023
|
+
"website": "https://github.com/gregberge/loadable-components"
|
|
20024
|
+
},
|
|
19974
20025
|
"LocalFocus": {
|
|
19975
20026
|
"cats": [
|
|
19976
20027
|
25
|
|
@@ -20632,7 +20683,7 @@
|
|
|
20632
20683
|
"cpe": "cpe:/a:magento:magento",
|
|
20633
20684
|
"description": "Magento is an open-source ecommerce platform written in PHP.",
|
|
20634
20685
|
"dom": {
|
|
20635
|
-
"script[data-requiremodule*='mage'], script[data-requiremodule*='Magento_'], html[data-image-optimizing-origin]": {
|
|
20686
|
+
"script[data-requiremodule*='mage/'], script[data-requiremodule*='Magento_'], html[data-image-optimizing-origin]": {
|
|
20636
20687
|
"exists": "\\;version:2"
|
|
20637
20688
|
},
|
|
20638
20689
|
"script[type='text/x-magento-init']": {
|
|
@@ -22103,6 +22154,20 @@
|
|
|
22103
22154
|
"scriptSrc": "moment(?:\\.min)?\\.js",
|
|
22104
22155
|
"website": "https://momentjs.com"
|
|
22105
22156
|
},
|
|
22157
|
+
"Monaco Editor": {
|
|
22158
|
+
"cats": [
|
|
22159
|
+
24
|
|
22160
|
+
],
|
|
22161
|
+
"css": "\\.monaco-editor",
|
|
22162
|
+
"description": "Monaco Editor is the code editor that powers VS Code. Monaco Editor is a tool in the text editor category of a tech stack.",
|
|
22163
|
+
"icon": "Microsoft.svg",
|
|
22164
|
+
"js": {
|
|
22165
|
+
"MonacoEnvironment": "",
|
|
22166
|
+
"monaco.editor": ""
|
|
22167
|
+
},
|
|
22168
|
+
"oss": true,
|
|
22169
|
+
"website": "https://microsoft.github.io/monaco-editor/"
|
|
22170
|
+
},
|
|
22106
22171
|
"Mondial Relay": {
|
|
22107
22172
|
"cats": [
|
|
22108
22173
|
99
|
|
@@ -27526,6 +27591,32 @@
|
|
|
27526
27591
|
},
|
|
27527
27592
|
"website": "http://punbb.informer.com"
|
|
27528
27593
|
},
|
|
27594
|
+
"Q4": {
|
|
27595
|
+
"cats": [
|
|
27596
|
+
53
|
|
27597
|
+
],
|
|
27598
|
+
"description": "Q4 is a SaaS platform that provides communication and intelligence solutions to investor relations professionals.",
|
|
27599
|
+
"icon": "Q4.png",
|
|
27600
|
+
"js": {
|
|
27601
|
+
"q4App.a11yAnnouncement": "",
|
|
27602
|
+
"q4Defaults.fancySignup": ""
|
|
27603
|
+
},
|
|
27604
|
+
"pricing": [
|
|
27605
|
+
"poa"
|
|
27606
|
+
],
|
|
27607
|
+
"saas": true,
|
|
27608
|
+
"website": "https://www.q4inc.com/products/investor-relations-websites/default.aspx"
|
|
27609
|
+
},
|
|
27610
|
+
"Q4 Cookie Monster": {
|
|
27611
|
+
"cats": [
|
|
27612
|
+
5,
|
|
27613
|
+
67
|
|
27614
|
+
],
|
|
27615
|
+
"description": "Q4 Cookie Monster is an cookie compliance widget built by Q4.",
|
|
27616
|
+
"icon": "Q4.png",
|
|
27617
|
+
"scriptSrc": "widgets\\.q4app\\.com/widgets/q4\\.cookiemonster\\.([\\d\\.]+)\\.min\\.js\\;version:\\1",
|
|
27618
|
+
"website": "https://q4mobile.github.io/q4widgets-jquery-ui/doc_html/q4.cookieMonster.html"
|
|
27619
|
+
},
|
|
27529
27620
|
"Qualaroo": {
|
|
27530
27621
|
"cats": [
|
|
27531
27622
|
73
|