Elbert Alias 3 years ago
parent 62e6b32848
commit 7c5629ea37

@ -13,7 +13,7 @@
"software"
],
"homepage": "https://www.wappalyzer.com/",
"version": "6.10.16",
"version": "6.10.17",
"author": "Wappalyzer",
"license": "MIT",
"repository": {

@ -4,7 +4,7 @@
"author": "Wappalyzer",
"homepage_url": "https://www.wappalyzer.com/",
"description": "Identify web technologies",
"version": "6.10.16",
"version": "6.10.17",
"default_locale": "en",
"manifest_version": 2,
"icons": {

@ -13,7 +13,7 @@
"software"
],
"homepage": "https://www.wappalyzer.com/",
"version": "6.10.16",
"version": "6.10.17",
"author": "Wappalyzer",
"license": "MIT",
"repository": {

@ -414,8 +414,8 @@
"description": "Ace is an embeddable code editor written in JavaScript.",
"icon": "Ace.png",
"js": {
"ace.Editor": "",
"ace.EditSession": "",
"ace.Editor": "",
"ace.version": "([\\d\\.]+)\\;version:\\1"
},
"oss": true,
@ -3208,14 +3208,14 @@
],
"description": "Astro is a new JavaScript-based static site builder.",
"dom": {
"link[href*='/_astro/']": {
"[class^='astro-']": {
"attributes": {
"href": "/_astro/(?:common|index)-[\\d\\w]+\\.css"
"class": "astro-[\\d\\w]{8,}"
}
},
"[class^='astro-']": {
"link[href*='/_astro/']": {
"attributes": {
"class": "astro-[\\d\\w]{8,}"
"href": "/_astro/(?:common|index)-[\\d\\w]+\\.css"
}
}
},

@ -731,14 +731,14 @@
"cats": [
18
],
"cookies": {
"django_language": ""
},
"cpe": "cpe:/a:djangoproject:django",
"description": "Django is a Python-based free and open-source web application framework.",
"html": "(?:powered by <a[^>]+>Django ?([\\d.]+)?<\\/a>|<input[^>]*name=[\"']csrfmiddlewaretoken[\"'][^>]*>)\\;version:\\1",
"icon": "Django.png",
"implies": "Python",
"cookies": {
"django_language": ""
},
"js": {
"__admin_media_prefix__": "",
"django": ""

@ -629,15 +629,15 @@
],
"description": "GiveWP is a donation plugin for WordPress.",
"icon": "GiveWP.svg",
"requires": "WordPress",
"js": {
"giveApiSettings": "",
"Give.donor": ""
"Give.donor": "",
"giveApiSettings": ""
},
"pricing": [
"freemium",
"onetime"
],
"requires": "WordPress",
"scriptSrc": "/wp-content/plugins/give/.+give\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1",
"website": "https://givewp.com"
},

@ -853,8 +853,8 @@
59
],
"description": "Loadable-Components is a library to solve the React code-splitting client-side and server-side.",
"icon": "Loadable-Components.png",
"dom": "script#__LOADABLE_REQUIRED_CHUNKS__",
"icon": "Loadable-Components.png",
"js": {
"__LOADABLE_LOADED_CHUNKS__": ""
},

@ -1653,6 +1653,20 @@
"scriptSrc": "moment(?:\\.min)?\\.js",
"website": "https://momentjs.com"
},
"Monaco Editor": {
"cats": [
24
],
"css": "\\.monaco-editor",
"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.",
"icon": "Microsoft.svg",
"js": {
"MonacoEnvironment": "",
"monaco.editor": ""
},
"oss": true,
"website": "https://microsoft.github.io/monaco-editor/"
},
"Mondial Relay": {
"cats": [
99
@ -2382,19 +2396,5 @@
"Apache"
],
"website": "https://code.google.com/p/modwsgi"
},
"Monaco Editor": {
"cats": [
24
],
"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.",
"icon": "Microsoft.svg",
"css": "\\.monaco-editor",
"js": {
"monaco.editor": "",
"MonacoEnvironment": ""
},
"oss": true,
"website": "https://microsoft.github.io/monaco-editor/"
}
}