Elbert Alias 3 years ago
parent 62e6b32848
commit 7c5629ea37

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

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

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

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

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

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

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

@ -1653,6 +1653,20 @@
"scriptSrc": "moment(?:\\.min)?\\.js", "scriptSrc": "moment(?:\\.min)?\\.js",
"website": "https://momentjs.com" "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": { "Mondial Relay": {
"cats": [ "cats": [
99 99
@ -2382,19 +2396,5 @@
"Apache" "Apache"
], ],
"website": "https://code.google.com/p/modwsgi" "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/"
} }
} }