simple-wappalyzer 1.1.66 → 1.1.68
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/README.md +1 -1
- package/package.json +8 -3
- package/src/technologies.json +31767 -5874
package/README.md
CHANGED
|
@@ -102,4 +102,4 @@ getHTML('https://kikobeats.com', { getBrowserless: require('browserless') })
|
|
|
102
102
|
**simple-wappalyzer** © [Kiko Beats](https://kikobeats.com), released under the [MIT](https://github.com/Kikobeats/simple-wappalyzer/blob/master/LICENSE.md) License.<br>
|
|
103
103
|
Authored and maintained by [Kiko Beats](https://kikobeats.com) with help from [contributors](https://github.com/Kikobeats/simple-wappalyzer/contributors).
|
|
104
104
|
|
|
105
|
-
> [kikobeats.com](https://kikobeats.com) · GitHub [Kiko Beats](https://github.com/Kikobeats) ·
|
|
105
|
+
> [kikobeats.com](https://kikobeats.com) · GitHub [Kiko Beats](https://github.com/Kikobeats) · X [@Kikobeats](https://x.com/Kikobeats)
|
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.68",
|
|
6
6
|
"main": "src/index.js",
|
|
7
7
|
"author": {
|
|
8
8
|
"email": "josefrancisco.verdu@gmail.com",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
],
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"got": "~11.8.6",
|
|
32
|
-
"jsdom": "~
|
|
32
|
+
"jsdom": "~25.0.0",
|
|
33
33
|
"lodash": "~4.17.21",
|
|
34
34
|
"tough-cookie": "~4.1.2",
|
|
35
35
|
"wappalyzer-core": "~6.10.66",
|
|
@@ -82,7 +82,12 @@
|
|
|
82
82
|
"commitlint": {
|
|
83
83
|
"extends": [
|
|
84
84
|
"@commitlint/config-conventional"
|
|
85
|
-
]
|
|
85
|
+
],
|
|
86
|
+
"rules": {
|
|
87
|
+
"body-max-line-length": [
|
|
88
|
+
0
|
|
89
|
+
]
|
|
90
|
+
}
|
|
86
91
|
},
|
|
87
92
|
"nano-staged": {
|
|
88
93
|
"*.js": [
|