simple-wappalyzer 1.1.44 → 1.1.46

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 CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "simple-wappalyzer",
3
3
  "description": "A simple way to interacting with Wappalyzer.",
4
- "homepage": "https://nicedoc.io/Kikobeats/simple-wappalyzer",
5
- "version": "1.1.44",
4
+ "homepage": "https://github.com/Kikobeats/simple-wappalyzer",
5
+ "version": "1.1.46",
6
6
  "main": "src/index.js",
7
7
  "author": {
8
8
  "email": "josefrancisco.verdu@gmail.com",
@@ -29,10 +29,10 @@
29
29
  ],
30
30
  "dependencies": {
31
31
  "got": "~11.8.5",
32
- "jsdom": "~20.0.0",
32
+ "jsdom": "~21.0.0",
33
33
  "lodash": "~4.17.21",
34
- "tough-cookie": "~4.1.0",
35
- "wappalyzer-core": "~6.10.38",
34
+ "tough-cookie": "~4.1.2",
35
+ "wappalyzer-core": "~6.10.51",
36
36
  "write-json-file": "~4.3.0"
37
37
  },
38
38
  "devDependencies": {
@@ -66,11 +66,11 @@
66
66
  ],
67
67
  "scripts": {
68
68
  "clean": "rm -rf node_modules",
69
- "contributors": "(git-authors-cli && finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
69
+ "contributors": "(npx git-authors-cli && npx finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
70
70
  "lint": "standard-markdown README.md && standard",
71
71
  "postinstall": "node scripts/postinstall",
72
72
  "postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)",
73
- "prerelease": "npm run update:check && npm run contributors",
73
+ "prerelease": "npm run update:check",
74
74
  "pretest": "npm run lint",
75
75
  "release": "standard-version -a",
76
76
  "release:github": "conventional-github-releaser -p angular",
@@ -80,6 +80,9 @@
80
80
  "update:check": "ncu -- --error-level 2"
81
81
  },
82
82
  "license": "MIT",
83
+ "ava": {
84
+ "workerThreads": false
85
+ },
83
86
  "commitlint": {
84
87
  "extends": [
85
88
  "@commitlint/config-conventional"
@@ -742,5 +742,26 @@
742
742
  ],
743
743
  "name": "Fulfilment",
744
744
  "priority": 6
745
+ },
746
+ "108": {
747
+ "groups": [
748
+ 1
749
+ ],
750
+ "name": "Ecommerce frontends",
751
+ "priority": 6
752
+ },
753
+ "109": {
754
+ "groups": [
755
+ 6
756
+ ],
757
+ "name": "Domain parking",
758
+ "priority": 9
759
+ },
760
+ "110": {
761
+ "groups": [
762
+ 8
763
+ ],
764
+ "name": "Form Builders",
765
+ "priority": 8
745
766
  }
746
767
  }