aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Markus Hatvan <markus_hatvan@aon.at>2021-12-03 13:16:42 +0100
committerLibravatar GitHub <noreply@github.com>2021-12-03 17:46:42 +0530
commit2efcbcac8d055cbf4630813761ee0cdde84645ea (patch)
tree8cee4844a21433d367fbc1286b0640d1b3c628ed
parentAdd recipe for Nextcloud News (#780) (diff)
downloadferdium-recipes-2efcbcac8d055cbf4630813761ee0cdde84645ea.tar.gz
ferdium-recipes-2efcbcac8d055cbf4630813761ee0cdde84645ea.tar.zst
ferdium-recipes-2efcbcac8d055cbf4630813761ee0cdde84645ea.zip
chore: upgrade dependencies to latest (#782)
* chore: upgrade dependencies to latest - upgrade all dependencies to latest - add --report-unused-disable-directives flag to lint script - remove unused files reported by unicorn/no-empty-file - minor cleanup of circuit recipe - remove webview.js check in package.js
-rw-r--r--all.json9
-rw-r--r--package.json14
-rw-r--r--pnpm-lock.yaml598
-rw-r--r--recipes/airtable/webview.js0
-rw-r--r--recipes/bigbluebutton/webview.js0
-rw-r--r--recipes/circuit/index.js1
-rw-r--r--recipes/circuit/webview.js15
-rw-r--r--recipes/clockwise/webview.js0
-rw-r--r--recipes/google-contacts/webview.js0
-rw-r--r--recipes/google-news/webview.js0
-rw-r--r--recipes/googlekeep/webview.js0
-rw-r--r--recipes/googlepodcasts/webview.js0
-rw-r--r--recipes/harvest/webview.js0
-rw-r--r--recipes/nextcloud-news/service.css16
-rw-r--r--recipes/nextcloud-news/webview.js6
-rwxr-xr-xrecipes/noisli/webview.js0
-rw-r--r--recipes/pocket/webview.js0
-rw-r--r--recipes/pushbullet/webview.js0
-rwxr-xr-xrecipes/standardnotes/webview.js0
-rw-r--r--recipes/tixio/webview.js0
-rw-r--r--recipes/youtubemusic/webview.js0
-rw-r--r--recipes/zenhub/webview.js0
-rw-r--r--scripts/package.js6
23 files changed, 307 insertions, 358 deletions
diff --git a/all.json b/all.json
index 8cf56eb..90609ff 100644
--- a/all.json
+++ b/all.json
@@ -1120,6 +1120,15 @@
1120 }, 1120 },
1121 { 1121 {
1122 "featured": false, 1122 "featured": false,
1123 "id": "nextcloud-news",
1124 "name": "Nextcloud News",
1125 "version": "1.0.0",
1126 "icons": {
1127 "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/nextcloud-news/icon.svg"
1128 }
1129 },
1130 {
1131 "featured": false,
1123 "id": "nextcloud-talk", 1132 "id": "nextcloud-talk",
1124 "name": "Nextcloud Talk", 1133 "name": "Nextcloud Talk",
1125 "version": "1.1.1", 1134 "version": "1.1.1",
diff --git a/package.json b/package.json
index 3f9f841..943dc76 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,7 @@
9 "prepare": "pnpm dlx husky install", 9 "prepare": "pnpm dlx husky install",
10 "package": "node scripts/package.js", 10 "package": "node scripts/package.js",
11 "create": "node scripts/create.js", 11 "create": "node scripts/create.js",
12 "lint": "eslint . --fix", 12 "lint": "eslint . --fix --report-unused-disable-directives",
13 "reformat-files": "./node_modules/.bin/prettier --ignore-path .eslintignore --write --require-pragma \"**/*.{js,json,scss}\"" 13 "reformat-files": "./node_modules/.bin/prettier --ignore-path .eslintignore --write --require-pragma \"**/*.{js,json,scss}\""
14 }, 14 },
15 "repository": { 15 "repository": {
@@ -28,14 +28,14 @@
28 "homepage": "https://github.com/getferdi/recipes#readme", 28 "homepage": "https://github.com/getferdi/recipes#readme",
29 "devDependencies": { 29 "devDependencies": {
30 "@types/targz": "1.0.1", 30 "@types/targz": "1.0.1",
31 "eslint": "7.32.0", 31 "eslint": "8.3.0",
32 "eslint-plugin-unicorn": "36.0.0", 32 "eslint-plugin-unicorn": "39.0.0",
33 "fs-extra": "10.0.0", 33 "fs-extra": "10.0.0",
34 "husky": "7.0.2", 34 "husky": "7.0.4",
35 "image-size": "1.0.0", 35 "image-size": "1.0.0",
36 "open": "8.2.1", 36 "open": "8.4.0",
37 "prettier": "2.4.1", 37 "prettier": "2.5.0",
38 "simple-git": "2.46.0", 38 "simple-git": "2.48.0",
39 "targz": "1.0.1" 39 "targz": "1.0.1"
40 } 40 }
41} 41}
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index d546822..08a5fcd 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -1,64 +1,60 @@
1lockfileVersion: 5.3 1lockfileVersion: 5.3
2 2
3specifiers: 3importers:
4 '@types/targz': 1.0.1 4
5 eslint: 7.32.0 5 .:
6 eslint-plugin-unicorn: 36.0.0 6 specifiers:
7 fs-extra: 10.0.0 7 '@types/targz': 1.0.1
8 husky: 7.0.2 8 eslint: 8.3.0
9 image-size: 1.0.0 9 eslint-plugin-unicorn: 39.0.0
10 open: 8.2.1 10 fs-extra: 10.0.0
11 prettier: 2.4.1 11 husky: 7.0.4
12 simple-git: 2.46.0 12 image-size: 1.0.0
13 targz: 1.0.1 13 open: 8.4.0
14 14 prettier: 2.5.0
15devDependencies: 15 simple-git: 2.48.0
16 '@types/targz': 1.0.1 16 targz: 1.0.1
17 eslint: 7.32.0 17 devDependencies:
18 eslint-plugin-unicorn: 36.0.0_eslint@7.32.0 18 '@types/targz': 1.0.1
19 fs-extra: 10.0.0 19 eslint: 8.3.0
20 husky: 7.0.2 20 eslint-plugin-unicorn: 39.0.0_eslint@8.3.0
21 image-size: 1.0.0 21 fs-extra: 10.0.0
22 open: 8.2.1 22 husky: 7.0.4
23 prettier: 2.4.1 23 image-size: 1.0.0
24 simple-git: 2.46.0 24 open: 8.4.0
25 targz: 1.0.1 25 prettier: 2.5.0
26 simple-git: 2.48.0
27 targz: 1.0.1
26 28
27packages: 29packages:
28 30
29 /@babel/code-frame/7.12.11: 31 /@babel/code-frame/7.16.0:
30 resolution: {integrity: sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==} 32 resolution: {integrity: sha512-IF4EOMEV+bfYwOmNxGzSnjR2EmQod7f1UXOpZM3l4i4o4QNwzjtJAu/HxdjHq0aYBvdqMuQEY1eg0nqW9ZPORA==}
31 dependencies:
32 '@babel/highlight': 7.14.5
33 dev: true
34
35 /@babel/code-frame/7.14.5:
36 resolution: {integrity: sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw==}
37 engines: {node: '>=6.9.0'} 33 engines: {node: '>=6.9.0'}
38 dependencies: 34 dependencies:
39 '@babel/highlight': 7.14.5 35 '@babel/highlight': 7.16.0
40 dev: true 36 dev: true
41 37
42 /@babel/compat-data/7.15.0: 38 /@babel/compat-data/7.16.4:
43 resolution: {integrity: sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==} 39 resolution: {integrity: sha512-1o/jo7D+kC9ZjHX5v+EHrdjl3PhxMrLSOTGsOdHJ+KL8HCaEK6ehrVL2RS6oHDZp+L7xLirLrPmQtEng769J/Q==}
44 engines: {node: '>=6.9.0'} 40 engines: {node: '>=6.9.0'}
45 dev: true 41 dev: true
46 42
47 /@babel/core/7.15.5: 43 /@babel/core/7.16.0:
48 resolution: {integrity: sha512-pYgXxiwAgQpgM1bNkZsDEq85f0ggXMA5L7c+o3tskGMh2BunCI9QUwB9Z4jpvXUOuMdyGKiGKQiRe11VS6Jzvg==} 44 resolution: {integrity: sha512-mYZEvshBRHGsIAiyH5PzCFTCfbWfoYbO/jcSdXQSUQu1/pW0xDZAUP7KEc32heqWTAfAHhV9j1vH8Sav7l+JNQ==}
49 engines: {node: '>=6.9.0'} 45 engines: {node: '>=6.9.0'}
50 dependencies: 46 dependencies:
51 '@babel/code-frame': 7.14.5 47 '@babel/code-frame': 7.16.0
52 '@babel/generator': 7.15.4 48 '@babel/generator': 7.16.0
53 '@babel/helper-compilation-targets': 7.15.4_@babel+core@7.15.5 49 '@babel/helper-compilation-targets': 7.16.3_@babel+core@7.16.0
54 '@babel/helper-module-transforms': 7.15.7 50 '@babel/helper-module-transforms': 7.16.0
55 '@babel/helpers': 7.15.4 51 '@babel/helpers': 7.16.3
56 '@babel/parser': 7.15.7 52 '@babel/parser': 7.16.4
57 '@babel/template': 7.15.4 53 '@babel/template': 7.16.0
58 '@babel/traverse': 7.15.4 54 '@babel/traverse': 7.16.3
59 '@babel/types': 7.15.6 55 '@babel/types': 7.16.0
60 convert-source-map: 1.8.0 56 convert-source-map: 1.8.0
61 debug: 4.3.2 57 debug: 4.3.3
62 gensync: 1.0.0-beta.2 58 gensync: 1.0.0-beta.2
63 json5: 2.2.0 59 json5: 2.2.0
64 semver: 6.3.0 60 semver: 6.3.0
@@ -67,126 +63,126 @@ packages:
67 - supports-color 63 - supports-color
68 dev: true 64 dev: true
69 65
70 /@babel/eslint-parser/7.15.7_@babel+core@7.15.5+eslint@7.32.0: 66 /@babel/eslint-parser/7.16.3_@babel+core@7.16.0+eslint@8.3.0:
71 resolution: {integrity: sha512-yJkHyomClm6A2Xzb8pdAo4HzYMSXFn1O5zrCYvbFP0yQFvHueLedV8WiEno8yJOKStjUXzBZzJFeWQ7b3YMsqQ==} 67 resolution: {integrity: sha512-iB4ElZT0jAt7PKVaeVulOECdGe6UnmA/O0P9jlF5g5GBOwDVbna8AXhHRu4s27xQf6OkveyA8iTDv1jHdDejgQ==}
72 engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} 68 engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0}
73 peerDependencies: 69 peerDependencies:
74 '@babel/core': '>=7.11.0' 70 '@babel/core': '>=7.11.0'
75 eslint: '>=7.5.0' 71 eslint: ^7.5.0 || ^8.0.0
76 dependencies: 72 dependencies:
77 '@babel/core': 7.15.5 73 '@babel/core': 7.16.0
78 eslint: 7.32.0 74 eslint: 8.3.0
79 eslint-scope: 5.1.1 75 eslint-scope: 5.1.1
80 eslint-visitor-keys: 2.1.0 76 eslint-visitor-keys: 2.1.0
81 semver: 6.3.0 77 semver: 6.3.0
82 dev: true 78 dev: true
83 79
84 /@babel/generator/7.15.4: 80 /@babel/generator/7.16.0:
85 resolution: {integrity: sha512-d3itta0tu+UayjEORPNz6e1T3FtvWlP5N4V5M+lhp/CxT4oAA7/NcScnpRyspUMLK6tu9MNHmQHxRykuN2R7hw==} 81 resolution: {integrity: sha512-RR8hUCfRQn9j9RPKEVXo9LiwoxLPYn6hNZlvUOR8tSnaxlD0p0+la00ZP9/SnRt6HchKr+X0fO2r8vrETiJGew==}
86 engines: {node: '>=6.9.0'} 82 engines: {node: '>=6.9.0'}
87 dependencies: 83 dependencies:
88 '@babel/types': 7.15.6 84 '@babel/types': 7.16.0
89 jsesc: 2.5.2 85 jsesc: 2.5.2
90 source-map: 0.5.7 86 source-map: 0.5.7
91 dev: true 87 dev: true
92 88
93 /@babel/helper-compilation-targets/7.15.4_@babel+core@7.15.5: 89 /@babel/helper-compilation-targets/7.16.3_@babel+core@7.16.0:
94 resolution: {integrity: sha512-rMWPCirulnPSe4d+gwdWXLfAXTTBj8M3guAf5xFQJ0nvFY7tfNAFnWdqaHegHlgDZOCT4qvhF3BYlSJag8yhqQ==} 90 resolution: {integrity: sha512-vKsoSQAyBmxS35JUOOt+07cLc6Nk/2ljLIHwmq2/NM6hdioUaqEXq/S+nXvbvXbZkNDlWOymPanJGOc4CBjSJA==}
95 engines: {node: '>=6.9.0'} 91 engines: {node: '>=6.9.0'}
96 peerDependencies: 92 peerDependencies:
97 '@babel/core': ^7.0.0 93 '@babel/core': ^7.0.0
98 dependencies: 94 dependencies:
99 '@babel/compat-data': 7.15.0 95 '@babel/compat-data': 7.16.4
100 '@babel/core': 7.15.5 96 '@babel/core': 7.16.0
101 '@babel/helper-validator-option': 7.14.5 97 '@babel/helper-validator-option': 7.14.5
102 browserslist: 4.17.3 98 browserslist: 4.18.1
103 semver: 6.3.0 99 semver: 6.3.0
104 dev: true 100 dev: true
105 101
106 /@babel/helper-function-name/7.15.4: 102 /@babel/helper-function-name/7.16.0:
107 resolution: {integrity: sha512-Z91cOMM4DseLIGOnog+Z8OI6YseR9bua+HpvLAQ2XayUGU+neTtX+97caALaLdyu53I/fjhbeCnWnRH1O3jFOw==} 103 resolution: {integrity: sha512-BZh4mEk1xi2h4HFjWUXRQX5AEx4rvaZxHgax9gcjdLWdkjsY7MKt5p0otjsg5noXw+pB+clMCjw+aEVYADMjog==}
108 engines: {node: '>=6.9.0'} 104 engines: {node: '>=6.9.0'}
109 dependencies: 105 dependencies:
110 '@babel/helper-get-function-arity': 7.15.4 106 '@babel/helper-get-function-arity': 7.16.0
111 '@babel/template': 7.15.4 107 '@babel/template': 7.16.0
112 '@babel/types': 7.15.6 108 '@babel/types': 7.16.0
113 dev: true 109 dev: true
114 110
115 /@babel/helper-get-function-arity/7.15.4: 111 /@babel/helper-get-function-arity/7.16.0:
116 resolution: {integrity: sha512-1/AlxSF92CmGZzHnC515hm4SirTxtpDnLEJ0UyEMgTMZN+6bxXKg04dKhiRx5Enel+SUA1G1t5Ed/yQia0efrA==} 112 resolution: {integrity: sha512-ASCquNcywC1NkYh/z7Cgp3w31YW8aojjYIlNg4VeJiHkqyP4AzIvr4qx7pYDb4/s8YcsZWqqOSxgkvjUz1kpDQ==}
117 engines: {node: '>=6.9.0'} 113 engines: {node: '>=6.9.0'}
118 dependencies: 114 dependencies:
119 '@babel/types': 7.15.6 115 '@babel/types': 7.16.0
120 dev: true 116 dev: true
121 117
122 /@babel/helper-hoist-variables/7.15.4: 118 /@babel/helper-hoist-variables/7.16.0:
123 resolution: {integrity: sha512-VTy085egb3jUGVK9ycIxQiPbquesq0HUQ+tPO0uv5mPEBZipk+5FkRKiWq5apuyTE9FUrjENB0rCf8y+n+UuhA==} 119 resolution: {integrity: sha512-1AZlpazjUR0EQZQv3sgRNfM9mEVWPK3M6vlalczA+EECcPz3XPh6VplbErL5UoMpChhSck5wAJHthlj1bYpcmg==}
124 engines: {node: '>=6.9.0'} 120 engines: {node: '>=6.9.0'}
125 dependencies: 121 dependencies:
126 '@babel/types': 7.15.6 122 '@babel/types': 7.16.0
127 dev: true 123 dev: true
128 124
129 /@babel/helper-member-expression-to-functions/7.15.4: 125 /@babel/helper-member-expression-to-functions/7.16.0:
130 resolution: {integrity: sha512-cokOMkxC/BTyNP1AlY25HuBWM32iCEsLPI4BHDpJCHHm1FU2E7dKWWIXJgQgSFiu4lp8q3bL1BIKwqkSUviqtA==} 126 resolution: {integrity: sha512-bsjlBFPuWT6IWhl28EdrQ+gTvSvj5tqVP5Xeftp07SEuz5pLnsXZuDkDD3Rfcxy0IsHmbZ+7B2/9SHzxO0T+sQ==}
131 engines: {node: '>=6.9.0'} 127 engines: {node: '>=6.9.0'}
132 dependencies: 128 dependencies:
133 '@babel/types': 7.15.6 129 '@babel/types': 7.16.0
134 dev: true 130 dev: true
135 131
136 /@babel/helper-module-imports/7.15.4: 132 /@babel/helper-module-imports/7.16.0:
137 resolution: {integrity: sha512-jeAHZbzUwdW/xHgHQ3QmWR4Jg6j15q4w/gCfwZvtqOxoo5DKtLHk8Bsf4c5RZRC7NmLEs+ohkdq8jFefuvIxAA==} 133 resolution: {integrity: sha512-kkH7sWzKPq0xt3H1n+ghb4xEMP8k0U7XV3kkB+ZGy69kDk2ySFW1qPi06sjKzFY3t1j6XbJSqr4mF9L7CYVyhg==}
138 engines: {node: '>=6.9.0'} 134 engines: {node: '>=6.9.0'}
139 dependencies: 135 dependencies:
140 '@babel/types': 7.15.6 136 '@babel/types': 7.16.0
141 dev: true 137 dev: true
142 138
143 /@babel/helper-module-transforms/7.15.7: 139 /@babel/helper-module-transforms/7.16.0:
144 resolution: {integrity: sha512-ZNqjjQG/AuFfekFTY+7nY4RgBSklgTu970c7Rj3m/JOhIu5KPBUuTA9AY6zaKcUvk4g6EbDXdBnhi35FAssdSw==} 140 resolution: {integrity: sha512-My4cr9ATcaBbmaEa8M0dZNA74cfI6gitvUAskgDtAFmAqyFKDSHQo5YstxPbN+lzHl2D9l/YOEFqb2mtUh4gfA==}
145 engines: {node: '>=6.9.0'} 141 engines: {node: '>=6.9.0'}
146 dependencies: 142 dependencies:
147 '@babel/helper-module-imports': 7.15.4 143 '@babel/helper-module-imports': 7.16.0
148 '@babel/helper-replace-supers': 7.15.4 144 '@babel/helper-replace-supers': 7.16.0
149 '@babel/helper-simple-access': 7.15.4 145 '@babel/helper-simple-access': 7.16.0
150 '@babel/helper-split-export-declaration': 7.15.4 146 '@babel/helper-split-export-declaration': 7.16.0
151 '@babel/helper-validator-identifier': 7.15.7 147 '@babel/helper-validator-identifier': 7.15.7
152 '@babel/template': 7.15.4 148 '@babel/template': 7.16.0
153 '@babel/traverse': 7.15.4 149 '@babel/traverse': 7.16.3
154 '@babel/types': 7.15.6 150 '@babel/types': 7.16.0
155 transitivePeerDependencies: 151 transitivePeerDependencies:
156 - supports-color 152 - supports-color
157 dev: true 153 dev: true
158 154
159 /@babel/helper-optimise-call-expression/7.15.4: 155 /@babel/helper-optimise-call-expression/7.16.0:
160 resolution: {integrity: sha512-E/z9rfbAOt1vDW1DR7k4SzhzotVV5+qMciWV6LaG1g4jeFrkDlJedjtV4h0i4Q/ITnUu+Pk08M7fczsB9GXBDw==} 156 resolution: {integrity: sha512-SuI467Gi2V8fkofm2JPnZzB/SUuXoJA5zXe/xzyPP2M04686RzFKFHPK6HDVN6JvWBIEW8tt9hPR7fXdn2Lgpw==}
161 engines: {node: '>=6.9.0'} 157 engines: {node: '>=6.9.0'}
162 dependencies: 158 dependencies:
163 '@babel/types': 7.15.6 159 '@babel/types': 7.16.0
164 dev: true 160 dev: true
165 161
166 /@babel/helper-replace-supers/7.15.4: 162 /@babel/helper-replace-supers/7.16.0:
167 resolution: {integrity: sha512-/ztT6khaXF37MS47fufrKvIsiQkx1LBRvSJNzRqmbyeZnTwU9qBxXYLaaT/6KaxfKhjs2Wy8kG8ZdsFUuWBjzw==} 163 resolution: {integrity: sha512-TQxuQfSCdoha7cpRNJvfaYxxxzmbxXw/+6cS7V02eeDYyhxderSoMVALvwupA54/pZcOTtVeJ0xccp1nGWladA==}
168 engines: {node: '>=6.9.0'} 164 engines: {node: '>=6.9.0'}
169 dependencies: 165 dependencies:
170 '@babel/helper-member-expression-to-functions': 7.15.4 166 '@babel/helper-member-expression-to-functions': 7.16.0
171 '@babel/helper-optimise-call-expression': 7.15.4 167 '@babel/helper-optimise-call-expression': 7.16.0
172 '@babel/traverse': 7.15.4 168 '@babel/traverse': 7.16.3
173 '@babel/types': 7.15.6 169 '@babel/types': 7.16.0
174 transitivePeerDependencies: 170 transitivePeerDependencies:
175 - supports-color 171 - supports-color
176 dev: true 172 dev: true
177 173
178 /@babel/helper-simple-access/7.15.4: 174 /@babel/helper-simple-access/7.16.0:
179 resolution: {integrity: sha512-UzazrDoIVOZZcTeHHEPYrr1MvTR/K+wgLg6MY6e1CJyaRhbibftF6fR2KU2sFRtI/nERUZR9fBd6aKgBlIBaPg==} 175 resolution: {integrity: sha512-o1rjBT/gppAqKsYfUdfHq5Rk03lMQrkPHG1OWzHWpLgVXRH4HnMM9Et9CVdIqwkCQlobnGHEJMsgWP/jE1zUiw==}
180 engines: {node: '>=6.9.0'} 176 engines: {node: '>=6.9.0'}
181 dependencies: 177 dependencies:
182 '@babel/types': 7.15.6 178 '@babel/types': 7.16.0
183 dev: true 179 dev: true
184 180
185 /@babel/helper-split-export-declaration/7.15.4: 181 /@babel/helper-split-export-declaration/7.16.0:
186 resolution: {integrity: sha512-HsFqhLDZ08DxCpBdEVtKmywj6PQbwnF6HHybur0MAnkAKnlS6uHkwnmRIkElB2Owpfb4xL4NwDmDLFubueDXsw==} 182 resolution: {integrity: sha512-0YMMRpuDFNGTHNRiiqJX19GjNXA4H0E8jZ2ibccfSxaCogbm3am5WN/2nQNj0YnQwGWM1J06GOcQ2qnh3+0paw==}
187 engines: {node: '>=6.9.0'} 183 engines: {node: '>=6.9.0'}
188 dependencies: 184 dependencies:
189 '@babel/types': 7.15.6 185 '@babel/types': 7.16.0
190 dev: true 186 dev: true
191 187
192 /@babel/helper-validator-identifier/7.15.7: 188 /@babel/helper-validator-identifier/7.15.7:
@@ -199,19 +195,19 @@ packages:
199 engines: {node: '>=6.9.0'} 195 engines: {node: '>=6.9.0'}
200 dev: true 196 dev: true
201 197
202 /@babel/helpers/7.15.4: 198 /@babel/helpers/7.16.3:
203 resolution: {integrity: sha512-V45u6dqEJ3w2rlryYYXf6i9rQ5YMNu4FLS6ngs8ikblhu2VdR1AqAd6aJjBzmf2Qzh6KOLqKHxEN9+TFbAkAVQ==} 199 resolution: {integrity: sha512-Xn8IhDlBPhvYTvgewPKawhADichOsbkZuzN7qz2BusOM0brChsyXMDJvldWaYMMUNiCQdQzNEioXTp3sC8Nt8w==}
204 engines: {node: '>=6.9.0'} 200 engines: {node: '>=6.9.0'}
205 dependencies: 201 dependencies:
206 '@babel/template': 7.15.4 202 '@babel/template': 7.16.0
207 '@babel/traverse': 7.15.4 203 '@babel/traverse': 7.16.3
208 '@babel/types': 7.15.6 204 '@babel/types': 7.16.0
209 transitivePeerDependencies: 205 transitivePeerDependencies:
210 - supports-color 206 - supports-color
211 dev: true 207 dev: true
212 208
213 /@babel/highlight/7.14.5: 209 /@babel/highlight/7.16.0:
214 resolution: {integrity: sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg==} 210 resolution: {integrity: sha512-t8MH41kUQylBtu2+4IQA3atqevA2lRgqA2wyVB/YiWmsDSuylZZuXOUy9ric30hfzauEFfdsuk/eXTRrGrfd0g==}
215 engines: {node: '>=6.9.0'} 211 engines: {node: '>=6.9.0'}
216 dependencies: 212 dependencies:
217 '@babel/helper-validator-identifier': 7.15.7 213 '@babel/helper-validator-identifier': 7.15.7
@@ -219,82 +215,82 @@ packages:
219 js-tokens: 4.0.0 215 js-tokens: 4.0.0
220 dev: true 216 dev: true
221 217
222 /@babel/parser/7.15.7: 218 /@babel/parser/7.16.4:
223 resolution: {integrity: sha512-rycZXvQ+xS9QyIcJ9HXeDWf1uxqlbVFAUq0Rq0dbc50Zb/+wUe/ehyfzGfm9KZZF0kBejYgxltBXocP+gKdL2g==} 219 resolution: {integrity: sha512-6V0qdPUaiVHH3RtZeLIsc+6pDhbYzHR8ogA8w+f+Wc77DuXto19g2QUwveINoS34Uw+W8/hQDGJCx+i4n7xcng==}
224 engines: {node: '>=6.0.0'} 220 engines: {node: '>=6.0.0'}
225 hasBin: true 221 hasBin: true
226 dev: true 222 dev: true
227 223
228 /@babel/template/7.15.4: 224 /@babel/template/7.16.0:
229 resolution: {integrity: sha512-UgBAfEa1oGuYgDIPM2G+aHa4Nlo9Lh6mGD2bDBGMTbYnc38vulXPuC1MGjYILIEmlwl6Rd+BPR9ee3gm20CBtg==} 225 resolution: {integrity: sha512-MnZdpFD/ZdYhXwiunMqqgyZyucaYsbL0IrjoGjaVhGilz+x8YB++kRfygSOIj1yOtWKPlx7NBp+9I1RQSgsd5A==}
230 engines: {node: '>=6.9.0'} 226 engines: {node: '>=6.9.0'}
231 dependencies: 227 dependencies:
232 '@babel/code-frame': 7.14.5 228 '@babel/code-frame': 7.16.0
233 '@babel/parser': 7.15.7 229 '@babel/parser': 7.16.4
234 '@babel/types': 7.15.6 230 '@babel/types': 7.16.0
235 dev: true 231 dev: true
236 232
237 /@babel/traverse/7.15.4: 233 /@babel/traverse/7.16.3:
238 resolution: {integrity: sha512-W6lQD8l4rUbQR/vYgSuCAE75ADyyQvOpFVsvPPdkhf6lATXAsQIG9YdtOcu8BB1dZ0LKu+Zo3c1wEcbKeuhdlA==} 234 resolution: {integrity: sha512-eolumr1vVMjqevCpwVO99yN/LoGL0EyHiLO5I043aYQvwOJ9eR5UsZSClHVCzfhBduMAsSzgA/6AyqPjNayJag==}
239 engines: {node: '>=6.9.0'} 235 engines: {node: '>=6.9.0'}
240 dependencies: 236 dependencies:
241 '@babel/code-frame': 7.14.5 237 '@babel/code-frame': 7.16.0
242 '@babel/generator': 7.15.4 238 '@babel/generator': 7.16.0
243 '@babel/helper-function-name': 7.15.4 239 '@babel/helper-function-name': 7.16.0
244 '@babel/helper-hoist-variables': 7.15.4 240 '@babel/helper-hoist-variables': 7.16.0
245 '@babel/helper-split-export-declaration': 7.15.4 241 '@babel/helper-split-export-declaration': 7.16.0
246 '@babel/parser': 7.15.7 242 '@babel/parser': 7.16.4
247 '@babel/types': 7.15.6 243 '@babel/types': 7.16.0
248 debug: 4.3.2 244 debug: 4.3.3
249 globals: 11.12.0 245 globals: 11.12.0
250 transitivePeerDependencies: 246 transitivePeerDependencies:
251 - supports-color 247 - supports-color
252 dev: true 248 dev: true
253 249
254 /@babel/types/7.15.6: 250 /@babel/types/7.16.0:
255 resolution: {integrity: sha512-BPU+7QhqNjmWyDO0/vitH/CuhpV8ZmK1wpKva8nuyNF5MJfuRNWMc+hc14+u9xT93kvykMdncrJT19h74uB1Ig==} 251 resolution: {integrity: sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg==}
256 engines: {node: '>=6.9.0'} 252 engines: {node: '>=6.9.0'}
257 dependencies: 253 dependencies:
258 '@babel/helper-validator-identifier': 7.15.7 254 '@babel/helper-validator-identifier': 7.15.7
259 to-fast-properties: 2.0.0 255 to-fast-properties: 2.0.0
260 dev: true 256 dev: true
261 257
262 /@eslint/eslintrc/0.4.3: 258 /@eslint/eslintrc/1.0.4:
263 resolution: {integrity: sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==} 259 resolution: {integrity: sha512-h8Vx6MdxwWI2WM8/zREHMoqdgLNXEL4QX3MWSVMdyNJGvXVOs+6lp+m2hc3FnuMHDc4poxFNI20vCk0OmI4G0Q==}
264 engines: {node: ^10.12.0 || >=12.0.0} 260 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
265 dependencies: 261 dependencies:
266 ajv: 6.12.6 262 ajv: 6.12.6
267 debug: 4.3.2 263 debug: 4.3.3
268 espree: 7.3.1 264 espree: 9.1.0
269 globals: 13.11.0 265 globals: 13.12.0
270 ignore: 4.0.6 266 ignore: 4.0.6
271 import-fresh: 3.3.0 267 import-fresh: 3.3.0
272 js-yaml: 3.14.1 268 js-yaml: 4.1.0
273 minimatch: 3.0.4 269 minimatch: 3.0.4
274 strip-json-comments: 3.1.1 270 strip-json-comments: 3.1.1
275 transitivePeerDependencies: 271 transitivePeerDependencies:
276 - supports-color 272 - supports-color
277 dev: true 273 dev: true
278 274
279 /@humanwhocodes/config-array/0.5.0: 275 /@humanwhocodes/config-array/0.6.0:
280 resolution: {integrity: sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==} 276 resolution: {integrity: sha512-JQlEKbcgEUjBFhLIF4iqM7u/9lwgHRBcpHrmUNCALK0Q3amXN6lxdoXLnF0sm11E9VqTmBALR87IlUg1bZ8A9A==}
281 engines: {node: '>=10.10.0'} 277 engines: {node: '>=10.10.0'}
282 dependencies: 278 dependencies:
283 '@humanwhocodes/object-schema': 1.2.0 279 '@humanwhocodes/object-schema': 1.2.1
284 debug: 4.3.2 280 debug: 4.3.3
285 minimatch: 3.0.4 281 minimatch: 3.0.4
286 transitivePeerDependencies: 282 transitivePeerDependencies:
287 - supports-color 283 - supports-color
288 dev: true 284 dev: true
289 285
290 /@humanwhocodes/object-schema/1.2.0: 286 /@humanwhocodes/object-schema/1.2.1:
291 resolution: {integrity: sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==} 287 resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==}
292 dev: true 288 dev: true
293 289
294 /@kwsites/file-exists/1.1.1: 290 /@kwsites/file-exists/1.1.1:
295 resolution: {integrity: sha512-m9/5YGR18lIwxSFDwfE3oA7bWuq9kdau6ugN4H2rJeyhFQZcG9AgSHkQtSD15a8WvTgfz9aikZMrKPHvbpqFiw==} 291 resolution: {integrity: sha512-m9/5YGR18lIwxSFDwfE3oA7bWuq9kdau6ugN4H2rJeyhFQZcG9AgSHkQtSD15a8WvTgfz9aikZMrKPHvbpqFiw==}
296 dependencies: 292 dependencies:
297 debug: 4.3.2 293 debug: 4.3.3
298 transitivePeerDependencies: 294 transitivePeerDependencies:
299 - supports-color 295 - supports-color
300 dev: true 296 dev: true
@@ -330,16 +326,16 @@ packages:
330 '@types/tar-fs': 2.0.1 326 '@types/tar-fs': 2.0.1
331 dev: true 327 dev: true
332 328
333 /acorn-jsx/5.3.2_acorn@7.4.1: 329 /acorn-jsx/5.3.2_acorn@8.6.0:
334 resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} 330 resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
335 peerDependencies: 331 peerDependencies:
336 acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 332 acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
337 dependencies: 333 dependencies:
338 acorn: 7.4.1 334 acorn: 8.6.0
339 dev: true 335 dev: true
340 336
341 /acorn/7.4.1: 337 /acorn/8.6.0:
342 resolution: {integrity: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==} 338 resolution: {integrity: sha512-U1riIR+lBSNi3IbxtaHOIKdH8sLFv3NYfNv8sg7ZsNhcfl4HF2++BfqqrNAxoCLQW1iiylOj76ecnaUxz+z9yw==}
343 engines: {node: '>=0.4.0'} 339 engines: {node: '>=0.4.0'}
344 hasBin: true 340 hasBin: true
345 dev: true 341 dev: true
@@ -353,15 +349,6 @@ packages:
353 uri-js: 4.4.1 349 uri-js: 4.4.1
354 dev: true 350 dev: true
355 351
356 /ajv/8.6.3:
357 resolution: {integrity: sha512-SMJOdDP6LqTkD0Uq8qLi+gMwSt0imXLSV080qFVwJCpH9U6Mb+SUGHAXM0KNbcBPguytWyvFxcHgMLe2D2XSpw==}
358 dependencies:
359 fast-deep-equal: 3.1.3
360 json-schema-traverse: 1.0.0
361 require-from-string: 2.0.2
362 uri-js: 4.4.1
363 dev: true
364
365 /ansi-colors/4.1.1: 352 /ansi-colors/4.1.1:
366 resolution: {integrity: sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==} 353 resolution: {integrity: sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==}
367 engines: {node: '>=6'} 354 engines: {node: '>=6'}
@@ -386,15 +373,8 @@ packages:
386 color-convert: 2.0.1 373 color-convert: 2.0.1
387 dev: true 374 dev: true
388 375
389 /argparse/1.0.10: 376 /argparse/2.0.1:
390 resolution: {integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==} 377 resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
391 dependencies:
392 sprintf-js: 1.0.3
393 dev: true
394
395 /astral-regex/2.0.0:
396 resolution: {integrity: sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==}
397 engines: {node: '>=8'}
398 dev: true 378 dev: true
399 379
400 /balanced-match/1.0.2: 380 /balanced-match/1.0.2:
@@ -415,16 +395,16 @@ packages:
415 concat-map: 0.0.1 395 concat-map: 0.0.1
416 dev: true 396 dev: true
417 397
418 /browserslist/4.17.3: 398 /browserslist/4.18.1:
419 resolution: {integrity: sha512-59IqHJV5VGdcJZ+GZ2hU5n4Kv3YiASzW6Xk5g9tf5a/MAzGeFwgGWU39fVzNIOVcgB3+Gp+kiQu0HEfTVU/3VQ==} 399 resolution: {integrity: sha512-8ScCzdpPwR2wQh8IT82CA2VgDwjHyqMovPBZSNH54+tm4Jk2pCuv90gmAdH6J84OCRWi0b4gMe6O6XPXuJnjgQ==}
420 engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} 400 engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
421 hasBin: true 401 hasBin: true
422 dependencies: 402 dependencies:
423 caniuse-lite: 1.0.30001264 403 caniuse-lite: 1.0.30001283
424 electron-to-chromium: 1.3.859 404 electron-to-chromium: 1.4.9
425 escalade: 3.1.1 405 escalade: 3.1.1
426 node-releases: 1.1.77 406 node-releases: 2.0.1
427 picocolors: 0.2.1 407 picocolors: 1.0.0
428 dev: true 408 dev: true
429 409
430 /buffer-alloc-unsafe/1.1.0: 410 /buffer-alloc-unsafe/1.1.0:
@@ -452,8 +432,8 @@ packages:
452 engines: {node: '>=6'} 432 engines: {node: '>=6'}
453 dev: true 433 dev: true
454 434
455 /caniuse-lite/1.0.30001264: 435 /caniuse-lite/1.0.30001283:
456 resolution: {integrity: sha512-Ftfqqfcs/ePiUmyaySsQ4PUsdcYyXG2rfoBVsk3iY1ahHaJEw65vfb7Suzqm+cEkwwPIv/XWkg27iCpRavH4zA==} 436 resolution: {integrity: sha512-9RoKo841j1GQFSJz/nCXOj0sD7tHBtlowjYlrqIUS812x9/emfBLBt6IyMz1zIaYc/eRL8Cs6HPUVi2Hzq4sIg==}
457 dev: true 437 dev: true
458 438
459 /chalk/2.4.2: 439 /chalk/2.4.2:
@@ -477,8 +457,8 @@ packages:
477 resolution: {integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==} 457 resolution: {integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==}
478 dev: true 458 dev: true
479 459
480 /ci-info/3.2.0: 460 /ci-info/3.3.0:
481 resolution: {integrity: sha512-dVqRX7fLUm8J6FgHJ418XuIgDLZDkYcDFTeL6TA2gt5WlIZUQrrH6EZrNClwT/H0FateUsZkGIOPRrLbP+PR9A==} 461 resolution: {integrity: sha512-riT/3vI5YpVH6/qomlDnJow6TBee2PBKSEpx3O32EGPYbWGIRsIlGRms3Sm74wYE1JMo8RnO04Hb12+v1J5ICw==}
482 dev: true 462 dev: true
483 463
484 /clean-regexp/1.0.0: 464 /clean-regexp/1.0.0:
@@ -532,8 +512,8 @@ packages:
532 which: 2.0.2 512 which: 2.0.2
533 dev: true 513 dev: true
534 514
535 /debug/4.3.2: 515 /debug/4.3.3:
536 resolution: {integrity: sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==} 516 resolution: {integrity: sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==}
537 engines: {node: '>=6.0'} 517 engines: {node: '>=6.0'}
538 peerDependencies: 518 peerDependencies:
539 supports-color: '*' 519 supports-color: '*'
@@ -544,8 +524,8 @@ packages:
544 ms: 2.1.2 524 ms: 2.1.2
545 dev: true 525 dev: true
546 526
547 /deep-is/0.1.3: 527 /deep-is/0.1.4:
548 resolution: {integrity: sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=} 528 resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==}
549 dev: true 529 dev: true
550 530
551 /define-lazy-prop/2.0.0: 531 /define-lazy-prop/2.0.0:
@@ -560,12 +540,8 @@ packages:
560 esutils: 2.0.3 540 esutils: 2.0.3
561 dev: true 541 dev: true
562 542
563 /electron-to-chromium/1.3.859: 543 /electron-to-chromium/1.4.9:
564 resolution: {integrity: sha512-gXRXKNWedfdiKIzwr0Mg/VGCvxXzy+4SuK9hp1BDvfbCwx0O5Ot+2f4CoqQkqEJ3Zj/eAV/GoAFgBVFgkBLXuQ==} 544 resolution: {integrity: sha512-7AyB4SiLtGJbLACXezs8BDjDbZizuoiyHTQxbcvzfi5LYWRXVSFdmPvuDjtlWQmsVSONRicZfSBj3xgft0Wvrg==}
565 dev: true
566
567 /emoji-regex/8.0.0:
568 resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
569 dev: true 545 dev: true
570 546
571 /end-of-stream/1.4.4: 547 /end-of-stream/1.4.4:
@@ -602,18 +578,20 @@ packages:
602 engines: {node: '>=10'} 578 engines: {node: '>=10'}
603 dev: true 579 dev: true
604 580
605 /eslint-plugin-unicorn/36.0.0_eslint@7.32.0: 581 /eslint-plugin-unicorn/39.0.0_eslint@8.3.0:
606 resolution: {integrity: sha512-xxN2vSctGWnDW6aLElm/LKIwcrmk6mdiEcW55Uv5krcrVcIFSWMmEgc/hwpemYfZacKZ5npFERGNz4aThsp1AA==} 582 resolution: {integrity: sha512-fd5RK2FtYjGcIx3wra7csIE/wkkmBo22T1gZtRTsLr1Mb+KsFKJ+JOdSqhHXQUrI/JTs/Mon64cEYzTgSCbltw==}
607 engines: {node: '>=12'} 583 engines: {node: '>=12'}
608 peerDependencies: 584 peerDependencies:
609 eslint: '>=7.32.0' 585 eslint: '>=7.32.0'
610 dependencies: 586 dependencies:
611 '@babel/helper-validator-identifier': 7.15.7 587 '@babel/helper-validator-identifier': 7.15.7
612 ci-info: 3.2.0 588 ci-info: 3.3.0
613 clean-regexp: 1.0.0 589 clean-regexp: 1.0.0
614 eslint: 7.32.0 590 eslint: 8.3.0
615 eslint-template-visitor: 2.3.2_eslint@7.32.0 591 eslint-template-visitor: 2.3.2_eslint@8.3.0
616 eslint-utils: 3.0.0_eslint@7.32.0 592 eslint-utils: 3.0.0_eslint@8.3.0
593 esquery: 1.4.0
594 indent-string: 4.0.0
617 is-builtin-module: 3.1.0 595 is-builtin-module: 3.1.0
618 lodash: 4.17.21 596 lodash: 4.17.21
619 pluralize: 8.0.0 597 pluralize: 8.0.0
@@ -621,6 +599,7 @@ packages:
621 regexp-tree: 0.1.24 599 regexp-tree: 0.1.24
622 safe-regex: 2.1.1 600 safe-regex: 2.1.1
623 semver: 7.3.5 601 semver: 7.3.5
602 strip-indent: 3.0.0
624 transitivePeerDependencies: 603 transitivePeerDependencies:
625 - supports-color 604 - supports-color
626 dev: true 605 dev: true
@@ -633,14 +612,22 @@ packages:
633 estraverse: 4.3.0 612 estraverse: 4.3.0
634 dev: true 613 dev: true
635 614
636 /eslint-template-visitor/2.3.2_eslint@7.32.0: 615 /eslint-scope/7.1.0:
616 resolution: {integrity: sha512-aWwkhnS0qAXqNOgKOK0dJ2nvzEbhEvpy8OlJ9kZ0FeZnA6zpjv1/Vei+puGFFX7zkPCkHHXb7IDX3A+7yPrRWg==}
617 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
618 dependencies:
619 esrecurse: 4.3.0
620 estraverse: 5.3.0
621 dev: true
622
623 /eslint-template-visitor/2.3.2_eslint@8.3.0:
637 resolution: {integrity: sha512-3ydhqFpuV7x1M9EK52BPNj6V0Kwu0KKkcIAfpUhwHbR8ocRln/oUHgfxQupY8O1h4Qv/POHDumb/BwwNfxbtnA==} 624 resolution: {integrity: sha512-3ydhqFpuV7x1M9EK52BPNj6V0Kwu0KKkcIAfpUhwHbR8ocRln/oUHgfxQupY8O1h4Qv/POHDumb/BwwNfxbtnA==}
638 peerDependencies: 625 peerDependencies:
639 eslint: '>=7.0.0' 626 eslint: '>=7.0.0'
640 dependencies: 627 dependencies:
641 '@babel/core': 7.15.5 628 '@babel/core': 7.16.0
642 '@babel/eslint-parser': 7.15.7_@babel+core@7.15.5+eslint@7.32.0 629 '@babel/eslint-parser': 7.16.3_@babel+core@7.16.0+eslint@8.3.0
643 eslint: 7.32.0 630 eslint: 8.3.0
644 eslint-visitor-keys: 2.1.0 631 eslint-visitor-keys: 2.1.0
645 esquery: 1.4.0 632 esquery: 1.4.0
646 multimap: 1.1.0 633 multimap: 1.1.0
@@ -648,64 +635,56 @@ packages:
648 - supports-color 635 - supports-color
649 dev: true 636 dev: true
650 637
651 /eslint-utils/2.1.0: 638 /eslint-utils/3.0.0_eslint@8.3.0:
652 resolution: {integrity: sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==}
653 engines: {node: '>=6'}
654 dependencies:
655 eslint-visitor-keys: 1.3.0
656 dev: true
657
658 /eslint-utils/3.0.0_eslint@7.32.0:
659 resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} 639 resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==}
660 engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} 640 engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0}
661 peerDependencies: 641 peerDependencies:
662 eslint: '>=5' 642 eslint: '>=5'
663 dependencies: 643 dependencies:
664 eslint: 7.32.0 644 eslint: 8.3.0
665 eslint-visitor-keys: 2.1.0 645 eslint-visitor-keys: 2.1.0
666 dev: true 646 dev: true
667 647
668 /eslint-visitor-keys/1.3.0:
669 resolution: {integrity: sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==}
670 engines: {node: '>=4'}
671 dev: true
672
673 /eslint-visitor-keys/2.1.0: 648 /eslint-visitor-keys/2.1.0:
674 resolution: {integrity: sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==} 649 resolution: {integrity: sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==}
675 engines: {node: '>=10'} 650 engines: {node: '>=10'}
676 dev: true 651 dev: true
677 652
678 /eslint/7.32.0: 653 /eslint-visitor-keys/3.1.0:
679 resolution: {integrity: sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==} 654 resolution: {integrity: sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==}
680 engines: {node: ^10.12.0 || >=12.0.0} 655 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
656 dev: true
657
658 /eslint/8.3.0:
659 resolution: {integrity: sha512-aIay56Ph6RxOTC7xyr59Kt3ewX185SaGnAr8eWukoPLeriCrvGjvAubxuvaXOfsxhtwV5g0uBOsyhAom4qJdww==}
660 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
681 hasBin: true 661 hasBin: true
682 dependencies: 662 dependencies:
683 '@babel/code-frame': 7.12.11 663 '@eslint/eslintrc': 1.0.4
684 '@eslint/eslintrc': 0.4.3 664 '@humanwhocodes/config-array': 0.6.0
685 '@humanwhocodes/config-array': 0.5.0
686 ajv: 6.12.6 665 ajv: 6.12.6
687 chalk: 4.1.2 666 chalk: 4.1.2
688 cross-spawn: 7.0.3 667 cross-spawn: 7.0.3
689 debug: 4.3.2 668 debug: 4.3.3
690 doctrine: 3.0.0 669 doctrine: 3.0.0
691 enquirer: 2.3.6 670 enquirer: 2.3.6
692 escape-string-regexp: 4.0.0 671 escape-string-regexp: 4.0.0
693 eslint-scope: 5.1.1 672 eslint-scope: 7.1.0
694 eslint-utils: 2.1.0 673 eslint-utils: 3.0.0_eslint@8.3.0
695 eslint-visitor-keys: 2.1.0 674 eslint-visitor-keys: 3.1.0
696 espree: 7.3.1 675 espree: 9.1.0
697 esquery: 1.4.0 676 esquery: 1.4.0
698 esutils: 2.0.3 677 esutils: 2.0.3
699 fast-deep-equal: 3.1.3 678 fast-deep-equal: 3.1.3
700 file-entry-cache: 6.0.1 679 file-entry-cache: 6.0.1
701 functional-red-black-tree: 1.0.1 680 functional-red-black-tree: 1.0.1
702 glob-parent: 5.1.2 681 glob-parent: 6.0.2
703 globals: 13.11.0 682 globals: 13.12.0
704 ignore: 4.0.6 683 ignore: 4.0.6
705 import-fresh: 3.3.0 684 import-fresh: 3.3.0
706 imurmurhash: 0.1.4 685 imurmurhash: 0.1.4
707 is-glob: 4.0.3 686 is-glob: 4.0.3
708 js-yaml: 3.14.1 687 js-yaml: 4.1.0
709 json-stable-stringify-without-jsonify: 1.0.1 688 json-stable-stringify-without-jsonify: 1.0.1
710 levn: 0.4.1 689 levn: 0.4.1
711 lodash.merge: 4.6.2 690 lodash.merge: 4.6.2
@@ -717,40 +696,33 @@ packages:
717 semver: 7.3.5 696 semver: 7.3.5
718 strip-ansi: 6.0.1 697 strip-ansi: 6.0.1
719 strip-json-comments: 3.1.1 698 strip-json-comments: 3.1.1
720 table: 6.7.2
721 text-table: 0.2.0 699 text-table: 0.2.0
722 v8-compile-cache: 2.3.0 700 v8-compile-cache: 2.3.0
723 transitivePeerDependencies: 701 transitivePeerDependencies:
724 - supports-color 702 - supports-color
725 dev: true 703 dev: true
726 704
727 /espree/7.3.1: 705 /espree/9.1.0:
728 resolution: {integrity: sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==} 706 resolution: {integrity: sha512-ZgYLvCS1wxOczBYGcQT9DDWgicXwJ4dbocr9uYN+/eresBAUuBu+O4WzB21ufQ/JqQT8gyp7hJ3z8SHii32mTQ==}
729 engines: {node: ^10.12.0 || >=12.0.0} 707 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
730 dependencies: 708 dependencies:
731 acorn: 7.4.1 709 acorn: 8.6.0
732 acorn-jsx: 5.3.2_acorn@7.4.1 710 acorn-jsx: 5.3.2_acorn@8.6.0
733 eslint-visitor-keys: 1.3.0 711 eslint-visitor-keys: 3.1.0
734 dev: true
735
736 /esprima/4.0.1:
737 resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==}
738 engines: {node: '>=4'}
739 hasBin: true
740 dev: true 712 dev: true
741 713
742 /esquery/1.4.0: 714 /esquery/1.4.0:
743 resolution: {integrity: sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==} 715 resolution: {integrity: sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==}
744 engines: {node: '>=0.10'} 716 engines: {node: '>=0.10'}
745 dependencies: 717 dependencies:
746 estraverse: 5.2.0 718 estraverse: 5.3.0
747 dev: true 719 dev: true
748 720
749 /esrecurse/4.3.0: 721 /esrecurse/4.3.0:
750 resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==} 722 resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==}
751 engines: {node: '>=4.0'} 723 engines: {node: '>=4.0'}
752 dependencies: 724 dependencies:
753 estraverse: 5.2.0 725 estraverse: 5.3.0
754 dev: true 726 dev: true
755 727
756 /estraverse/4.3.0: 728 /estraverse/4.3.0:
@@ -758,8 +730,8 @@ packages:
758 engines: {node: '>=4.0'} 730 engines: {node: '>=4.0'}
759 dev: true 731 dev: true
760 732
761 /estraverse/5.2.0: 733 /estraverse/5.3.0:
762 resolution: {integrity: sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==} 734 resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==}
763 engines: {node: '>=4.0'} 735 engines: {node: '>=4.0'}
764 dev: true 736 dev: true
765 737
@@ -799,12 +771,12 @@ packages:
799 resolution: {integrity: sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==} 771 resolution: {integrity: sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==}
800 engines: {node: ^10.12.0 || >=12.0.0} 772 engines: {node: ^10.12.0 || >=12.0.0}
801 dependencies: 773 dependencies:
802 flatted: 3.2.2 774 flatted: 3.2.4
803 rimraf: 3.0.2 775 rimraf: 3.0.2
804 dev: true 776 dev: true
805 777
806 /flatted/3.2.2: 778 /flatted/3.2.4:
807 resolution: {integrity: sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA==} 779 resolution: {integrity: sha512-8/sOawo8tJ4QOBX8YlQBMxL8+RLZfxMQOif9o0KUKTNTjMYElWPE0r/m5VNFxTRd0NSw8qSy8dajrwX4RYI1Hw==}
808 dev: true 780 dev: true
809 781
810 /fs-constants/1.0.0: 782 /fs-constants/1.0.0:
@@ -837,15 +809,15 @@ packages:
837 engines: {node: '>=6.9.0'} 809 engines: {node: '>=6.9.0'}
838 dev: true 810 dev: true
839 811
840 /glob-parent/5.1.2: 812 /glob-parent/6.0.2:
841 resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} 813 resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==}
842 engines: {node: '>= 6'} 814 engines: {node: '>=10.13.0'}
843 dependencies: 815 dependencies:
844 is-glob: 4.0.3 816 is-glob: 4.0.3
845 dev: true 817 dev: true
846 818
847 /glob/7.1.7: 819 /glob/7.2.0:
848 resolution: {integrity: sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==} 820 resolution: {integrity: sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==}
849 dependencies: 821 dependencies:
850 fs.realpath: 1.0.0 822 fs.realpath: 1.0.0
851 inflight: 1.0.6 823 inflight: 1.0.6
@@ -860,8 +832,8 @@ packages:
860 engines: {node: '>=4'} 832 engines: {node: '>=4'}
861 dev: true 833 dev: true
862 834
863 /globals/13.11.0: 835 /globals/13.12.0:
864 resolution: {integrity: sha512-08/xrJ7wQjK9kkkRoI3OFUBbLx4f+6x3SGwcPvQ0QH6goFDrOU2oyAWrmh3dJezu65buo+HBMzAMQy6rovVC3g==} 836 resolution: {integrity: sha512-uS8X6lSKN2JumVoXrbUz+uG4BYG+eiawqm3qFcT7ammfbUHeCBoJMlHcec/S3krSk73/AE/f0szYFmgAA3kYZg==}
865 engines: {node: '>=8'} 837 engines: {node: '>=8'}
866 dependencies: 838 dependencies:
867 type-fest: 0.20.2 839 type-fest: 0.20.2
@@ -892,8 +864,8 @@ packages:
892 resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==} 864 resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==}
893 dev: true 865 dev: true
894 866
895 /husky/7.0.2: 867 /husky/7.0.4:
896 resolution: {integrity: sha512-8yKEWNX4z2YsofXAMT7KvA1g8p+GxtB1ffV8XtpAEGuXNAbCV5wdNKH+qTpw8SM9fh4aMPDR+yQuKfgnreyZlg==} 868 resolution: {integrity: sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==}
897 engines: {node: '>=12'} 869 engines: {node: '>=12'}
898 hasBin: true 870 hasBin: true
899 dev: true 871 dev: true
@@ -924,6 +896,11 @@ packages:
924 engines: {node: '>=0.8.19'} 896 engines: {node: '>=0.8.19'}
925 dev: true 897 dev: true
926 898
899 /indent-string/4.0.0:
900 resolution: {integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==}
901 engines: {node: '>=8'}
902 dev: true
903
927 /inflight/1.0.6: 904 /inflight/1.0.6:
928 resolution: {integrity: sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=} 905 resolution: {integrity: sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=}
929 dependencies: 906 dependencies:
@@ -946,8 +923,8 @@ packages:
946 builtin-modules: 3.2.0 923 builtin-modules: 3.2.0
947 dev: true 924 dev: true
948 925
949 /is-core-module/2.7.0: 926 /is-core-module/2.8.0:
950 resolution: {integrity: sha512-ByY+tjCciCr+9nLryBYcSD50EOGWt95c7tIsKTG1J2ixKKXPvF7Ej3AVd+UfDydAJom3biBGDBALaO79ktwgEQ==} 927 resolution: {integrity: sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==}
951 dependencies: 928 dependencies:
952 has: 1.0.3 929 has: 1.0.3
953 dev: true 930 dev: true
@@ -963,11 +940,6 @@ packages:
963 engines: {node: '>=0.10.0'} 940 engines: {node: '>=0.10.0'}
964 dev: true 941 dev: true
965 942
966 /is-fullwidth-code-point/3.0.0:
967 resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==}
968 engines: {node: '>=8'}
969 dev: true
970
971 /is-glob/4.0.3: 943 /is-glob/4.0.3:
972 resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} 944 resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
973 engines: {node: '>=0.10.0'} 945 engines: {node: '>=0.10.0'}
@@ -994,12 +966,11 @@ packages:
994 resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} 966 resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
995 dev: true 967 dev: true
996 968
997 /js-yaml/3.14.1: 969 /js-yaml/4.1.0:
998 resolution: {integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==} 970 resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==}
999 hasBin: true 971 hasBin: true
1000 dependencies: 972 dependencies:
1001 argparse: 1.0.10 973 argparse: 2.0.1
1002 esprima: 4.0.1
1003 dev: true 974 dev: true
1004 975
1005 /jsesc/2.5.2: 976 /jsesc/2.5.2:
@@ -1016,10 +987,6 @@ packages:
1016 resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==} 987 resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==}
1017 dev: true 988 dev: true
1018 989
1019 /json-schema-traverse/1.0.0:
1020 resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==}
1021 dev: true
1022
1023 /json-stable-stringify-without-jsonify/1.0.1: 990 /json-stable-stringify-without-jsonify/1.0.1:
1024 resolution: {integrity: sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=} 991 resolution: {integrity: sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=}
1025 dev: true 992 dev: true
@@ -1048,8 +1015,8 @@ packages:
1048 type-check: 0.4.0 1015 type-check: 0.4.0
1049 dev: true 1016 dev: true
1050 1017
1051 /lines-and-columns/1.1.6: 1018 /lines-and-columns/1.2.4:
1052 resolution: {integrity: sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=} 1019 resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==}
1053 dev: true 1020 dev: true
1054 1021
1055 /locate-path/5.0.0: 1022 /locate-path/5.0.0:
@@ -1059,18 +1026,10 @@ packages:
1059 p-locate: 4.1.0 1026 p-locate: 4.1.0
1060 dev: true 1027 dev: true
1061 1028
1062 /lodash.clonedeep/4.5.0:
1063 resolution: {integrity: sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=}
1064 dev: true
1065
1066 /lodash.merge/4.6.2: 1029 /lodash.merge/4.6.2:
1067 resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==} 1030 resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==}
1068 dev: true 1031 dev: true
1069 1032
1070 /lodash.truncate/4.4.2:
1071 resolution: {integrity: sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=}
1072 dev: true
1073
1074 /lodash/4.17.21: 1033 /lodash/4.17.21:
1075 resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} 1034 resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==}
1076 dev: true 1035 dev: true
@@ -1082,6 +1041,11 @@ packages:
1082 yallist: 4.0.0 1041 yallist: 4.0.0
1083 dev: true 1042 dev: true
1084 1043
1044 /min-indent/1.0.1:
1045 resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==}
1046 engines: {node: '>=4'}
1047 dev: true
1048
1085 /minimatch/3.0.4: 1049 /minimatch/3.0.4:
1086 resolution: {integrity: sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==} 1050 resolution: {integrity: sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==}
1087 dependencies: 1051 dependencies:
@@ -1111,8 +1075,8 @@ packages:
1111 resolution: {integrity: sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=} 1075 resolution: {integrity: sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=}
1112 dev: true 1076 dev: true
1113 1077
1114 /node-releases/1.1.77: 1078 /node-releases/2.0.1:
1115 resolution: {integrity: sha512-rB1DUFUNAN4Gn9keO2K1efO35IDK7yKHCdCaIMvFO7yUYmmZYeDjnGKle26G4rwj+LKRQpjyUUvMkPglwGCYNQ==} 1079 resolution: {integrity: sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA==}
1116 dev: true 1080 dev: true
1117 1081
1118 /normalize-package-data/2.5.0: 1082 /normalize-package-data/2.5.0:
@@ -1130,8 +1094,8 @@ packages:
1130 wrappy: 1.0.2 1094 wrappy: 1.0.2
1131 dev: true 1095 dev: true
1132 1096
1133 /open/8.2.1: 1097 /open/8.4.0:
1134 resolution: {integrity: sha512-rXILpcQlkF/QuFez2BJDf3GsqpjGKbkUUToAIGo9A0Q6ZkoSGogZJulrUdwRkrAsoQvoZsrjCYt8+zblOk7JQQ==} 1098 resolution: {integrity: sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q==}
1135 engines: {node: '>=12'} 1099 engines: {node: '>=12'}
1136 dependencies: 1100 dependencies:
1137 define-lazy-prop: 2.0.0 1101 define-lazy-prop: 2.0.0
@@ -1143,7 +1107,7 @@ packages:
1143 resolution: {integrity: sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==} 1107 resolution: {integrity: sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==}
1144 engines: {node: '>= 0.8.0'} 1108 engines: {node: '>= 0.8.0'}
1145 dependencies: 1109 dependencies:
1146 deep-is: 0.1.3 1110 deep-is: 0.1.4
1147 fast-levenshtein: 2.0.6 1111 fast-levenshtein: 2.0.6
1148 levn: 0.4.1 1112 levn: 0.4.1
1149 prelude-ls: 1.2.1 1113 prelude-ls: 1.2.1
@@ -1181,10 +1145,10 @@ packages:
1181 resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} 1145 resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==}
1182 engines: {node: '>=8'} 1146 engines: {node: '>=8'}
1183 dependencies: 1147 dependencies:
1184 '@babel/code-frame': 7.12.11 1148 '@babel/code-frame': 7.16.0
1185 error-ex: 1.3.2 1149 error-ex: 1.3.2
1186 json-parse-even-better-errors: 2.3.1 1150 json-parse-even-better-errors: 2.3.1
1187 lines-and-columns: 1.1.6 1151 lines-and-columns: 1.2.4
1188 dev: true 1152 dev: true
1189 1153
1190 /path-exists/4.0.0: 1154 /path-exists/4.0.0:
@@ -1206,8 +1170,8 @@ packages:
1206 resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} 1170 resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==}
1207 dev: true 1171 dev: true
1208 1172
1209 /picocolors/0.2.1: 1173 /picocolors/1.0.0:
1210 resolution: {integrity: sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==} 1174 resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==}
1211 dev: true 1175 dev: true
1212 1176
1213 /pluralize/8.0.0: 1177 /pluralize/8.0.0:
@@ -1220,8 +1184,8 @@ packages:
1220 engines: {node: '>= 0.8.0'} 1184 engines: {node: '>= 0.8.0'}
1221 dev: true 1185 dev: true
1222 1186
1223 /prettier/2.4.1: 1187 /prettier/2.5.0:
1224 resolution: {integrity: sha512-9fbDAXSBcc6Bs1mZrDYb3XKzDLm4EXXL9sC1LqKP5rZkT6KRr/rf9amVUcODVXgguK/isJz0d0hP72WeaKWsvA==} 1188 resolution: {integrity: sha512-FM/zAKgWTxj40rH03VxzIPdXmj39SwSjwG0heUcNFwI+EMZJnY93yAiKXM3dObIKAM5TA88werc8T/EwhB45eg==}
1225 engines: {node: '>=10.13.0'} 1189 engines: {node: '>=10.13.0'}
1226 hasBin: true 1190 hasBin: true
1227 dev: true 1191 dev: true
@@ -1294,11 +1258,6 @@ packages:
1294 engines: {node: '>=8'} 1258 engines: {node: '>=8'}
1295 dev: true 1259 dev: true
1296 1260
1297 /require-from-string/2.0.2:
1298 resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==}
1299 engines: {node: '>=0.10.0'}
1300 dev: true
1301
1302 /resolve-from/4.0.0: 1261 /resolve-from/4.0.0:
1303 resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==} 1262 resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==}
1304 engines: {node: '>=4'} 1263 engines: {node: '>=4'}
@@ -1307,7 +1266,7 @@ packages:
1307 /resolve/1.20.0: 1266 /resolve/1.20.0:
1308 resolution: {integrity: sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==} 1267 resolution: {integrity: sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==}
1309 dependencies: 1268 dependencies:
1310 is-core-module: 2.7.0 1269 is-core-module: 2.8.0
1311 path-parse: 1.0.7 1270 path-parse: 1.0.7
1312 dev: true 1271 dev: true
1313 1272
@@ -1315,7 +1274,7 @@ packages:
1315 resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} 1274 resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==}
1316 hasBin: true 1275 hasBin: true
1317 dependencies: 1276 dependencies:
1318 glob: 7.1.7 1277 glob: 7.2.0
1319 dev: true 1278 dev: true
1320 1279
1321 /safe-buffer/5.1.2: 1280 /safe-buffer/5.1.2:
@@ -1362,25 +1321,16 @@ packages:
1362 engines: {node: '>=8'} 1321 engines: {node: '>=8'}
1363 dev: true 1322 dev: true
1364 1323
1365 /simple-git/2.46.0: 1324 /simple-git/2.48.0:
1366 resolution: {integrity: sha512-6eumII1vfP4NpRqxZcVWCcIT5xHH6dRyvBZSjkH4dJRDRpv+0f75hrN5ysp++y23Mfr3AbRC/dO2NDbfj1lJpQ==} 1325 resolution: {integrity: sha512-z4qtrRuaAFJS4PUd0g+xy7aN4y+RvEt/QTJpR184lhJguBA1S/LsVlvE/CM95RsYMOFJG3NGGDjqFCzKU19S/A==}
1367 dependencies: 1326 dependencies:
1368 '@kwsites/file-exists': 1.1.1 1327 '@kwsites/file-exists': 1.1.1
1369 '@kwsites/promise-deferred': 1.1.1 1328 '@kwsites/promise-deferred': 1.1.1
1370 debug: 4.3.2 1329 debug: 4.3.3
1371 transitivePeerDependencies: 1330 transitivePeerDependencies:
1372 - supports-color 1331 - supports-color
1373 dev: true 1332 dev: true
1374 1333
1375 /slice-ansi/4.0.0:
1376 resolution: {integrity: sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==}
1377 engines: {node: '>=10'}
1378 dependencies:
1379 ansi-styles: 4.3.0
1380 astral-regex: 2.0.0
1381 is-fullwidth-code-point: 3.0.0
1382 dev: true
1383
1384 /source-map/0.5.7: 1334 /source-map/0.5.7:
1385 resolution: {integrity: sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=} 1335 resolution: {integrity: sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=}
1386 engines: {node: '>=0.10.0'} 1336 engines: {node: '>=0.10.0'}
@@ -1390,7 +1340,7 @@ packages:
1390 resolution: {integrity: sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==} 1340 resolution: {integrity: sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==}
1391 dependencies: 1341 dependencies:
1392 spdx-expression-parse: 3.0.1 1342 spdx-expression-parse: 3.0.1
1393 spdx-license-ids: 3.0.10 1343 spdx-license-ids: 3.0.11
1394 dev: true 1344 dev: true
1395 1345
1396 /spdx-exceptions/2.3.0: 1346 /spdx-exceptions/2.3.0:
@@ -1401,24 +1351,11 @@ packages:
1401 resolution: {integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==} 1351 resolution: {integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==}
1402 dependencies: 1352 dependencies:
1403 spdx-exceptions: 2.3.0 1353 spdx-exceptions: 2.3.0
1404 spdx-license-ids: 3.0.10 1354 spdx-license-ids: 3.0.11
1405 dev: true
1406
1407 /spdx-license-ids/3.0.10:
1408 resolution: {integrity: sha512-oie3/+gKf7QtpitB0LYLETe+k8SifzsX4KixvpOsbI6S0kRiRQ5MKOio8eMSAKQ17N06+wdEOXRiId+zOxo0hA==}
1409 dev: true 1355 dev: true
1410 1356
1411 /sprintf-js/1.0.3: 1357 /spdx-license-ids/3.0.11:
1412 resolution: {integrity: sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=} 1358 resolution: {integrity: sha512-Ctl2BrFiM0X3MANYgj3CkygxhRmr9mi6xhejbdO960nF6EDJApTYpn0BQnDKlnNBULKiCN1n3w9EBkHK8ZWg+g==}
1413 dev: true
1414
1415 /string-width/4.2.3:
1416 resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==}
1417 engines: {node: '>=8'}
1418 dependencies:
1419 emoji-regex: 8.0.0
1420 is-fullwidth-code-point: 3.0.0
1421 strip-ansi: 6.0.1
1422 dev: true 1359 dev: true
1423 1360
1424 /string_decoder/1.1.1: 1361 /string_decoder/1.1.1:
@@ -1434,6 +1371,13 @@ packages:
1434 ansi-regex: 5.0.1 1371 ansi-regex: 5.0.1
1435 dev: true 1372 dev: true
1436 1373
1374 /strip-indent/3.0.0:
1375 resolution: {integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==}
1376 engines: {node: '>=8'}
1377 dependencies:
1378 min-indent: 1.0.1
1379 dev: true
1380
1437 /strip-json-comments/3.1.1: 1381 /strip-json-comments/3.1.1:
1438 resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} 1382 resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
1439 engines: {node: '>=8'} 1383 engines: {node: '>=8'}
@@ -1453,18 +1397,6 @@ packages:
1453 has-flag: 4.0.0 1397 has-flag: 4.0.0
1454 dev: true 1398 dev: true
1455 1399
1456 /table/6.7.2:
1457 resolution: {integrity: sha512-UFZK67uvyNivLeQbVtkiUs8Uuuxv24aSL4/Vil2PJVtMgU8Lx0CYkP12uCGa3kjyQzOSgV1+z9Wkb82fCGsO0g==}
1458 engines: {node: '>=10.0.0'}
1459 dependencies:
1460 ajv: 8.6.3
1461 lodash.clonedeep: 4.5.0
1462 lodash.truncate: 4.4.2
1463 slice-ansi: 4.0.0
1464 string-width: 4.2.3
1465 strip-ansi: 6.0.1
1466 dev: true
1467
1468 /tar-fs/1.16.3: 1400 /tar-fs/1.16.3:
1469 resolution: {integrity: sha512-NvCeXpYx7OsmOh8zIOP/ebG55zZmxLE0etfWRbWok+q2Qo8x/vOR/IJT1taADXPe+jsiu9axDb3X4B+iIgNlKw==} 1401 resolution: {integrity: sha512-NvCeXpYx7OsmOh8zIOP/ebG55zZmxLE0etfWRbWok+q2Qo8x/vOR/IJT1taADXPe+jsiu9axDb3X4B+iIgNlKw==}
1470 dependencies: 1402 dependencies:
diff --git a/recipes/airtable/webview.js b/recipes/airtable/webview.js
deleted file mode 100644
index e69de29..0000000
--- a/recipes/airtable/webview.js
+++ /dev/null
diff --git a/recipes/bigbluebutton/webview.js b/recipes/bigbluebutton/webview.js
deleted file mode 100644
index e69de29..0000000
--- a/recipes/bigbluebutton/webview.js
+++ /dev/null
diff --git a/recipes/circuit/index.js b/recipes/circuit/index.js
index fbbcd9a..23607bd 100644
--- a/recipes/circuit/index.js
+++ b/recipes/circuit/index.js
@@ -1,2 +1 @@
1// just pass through Ferdi
2module.exports = Ferdi => Ferdi; module.exports = Ferdi => Ferdi;
diff --git a/recipes/circuit/webview.js b/recipes/circuit/webview.js
index 8cd2e2f..c04022d 100644
--- a/recipes/circuit/webview.js
+++ b/recipes/circuit/webview.js
@@ -1,11 +1,16 @@
1module.exports = Ferdi => { 1module.exports = Ferdi => {
2 const getMessages = function getMessages() { 2 const getMessages = () => {
3 // Get value of <title> tag where in case of new messages the number of messages appear 3 // Get value of <title> tag where in case of new messages the number of messages appear
4 const titleValue = document.querySelector('title').text; 4 const title = document.querySelector('title');
5 const match = titleValue.match(/\d+/); 5 if (title) {
6 const unread = match != null && match.length > 0 ? match[0] : 0; 6 const titleValue = title.text;
7 // Extract the number from the tag
8 const match = titleValue.match(/\d+/);
9 const unread = match != null && match.length > 0 ? match[0] : 0;
7 10
8 Ferdi.setBadge(Ferdi.safeParseInt(unread)); 11 // Set unread msgs badge
12 Ferdi.setBadge(Ferdi.safeParseInt(unread));
13 }
9 }; 14 };
10 15
11 Ferdi.loop(getMessages); 16 Ferdi.loop(getMessages);
diff --git a/recipes/clockwise/webview.js b/recipes/clockwise/webview.js
deleted file mode 100644
index e69de29..0000000
--- a/recipes/clockwise/webview.js
+++ /dev/null
diff --git a/recipes/google-contacts/webview.js b/recipes/google-contacts/webview.js
deleted file mode 100644
index e69de29..0000000
--- a/recipes/google-contacts/webview.js
+++ /dev/null
diff --git a/recipes/google-news/webview.js b/recipes/google-news/webview.js
deleted file mode 100644
index e69de29..0000000
--- a/recipes/google-news/webview.js
+++ /dev/null
diff --git a/recipes/googlekeep/webview.js b/recipes/googlekeep/webview.js
deleted file mode 100644
index e69de29..0000000
--- a/recipes/googlekeep/webview.js
+++ /dev/null
diff --git a/recipes/googlepodcasts/webview.js b/recipes/googlepodcasts/webview.js
deleted file mode 100644
index e69de29..0000000
--- a/recipes/googlepodcasts/webview.js
+++ /dev/null
diff --git a/recipes/harvest/webview.js b/recipes/harvest/webview.js
deleted file mode 100644
index e69de29..0000000
--- a/recipes/harvest/webview.js
+++ /dev/null
diff --git a/recipes/nextcloud-news/service.css b/recipes/nextcloud-news/service.css
index 4974300..ea90cc9 100644
--- a/recipes/nextcloud-news/service.css
+++ b/recipes/nextcloud-news/service.css
@@ -1,12 +1,20 @@
1/* Hide all app links and contacts menu link in the top menu except for 1/* Hide all app links and contacts menu link in the top menu except for
2News */ 2News */
3#appmenu li:not([data-id="news"]), #contactsmenu {display: none;} 3#appmenu li:not([data-id='news']),
4#contactsmenu {
5 display: none;
6}
4 7
5/* Change the cursor to the default for Nextcloud home, News and settings 8/* Change the cursor to the default for Nextcloud home, News and settings
6links in the top menu and disable them */ 9links in the top menu and disable them */
7#nextcloud, #appmenu li[data-id="news"] a, #settings { 10#nextcloud,
8 cursor: default; pointer-events: none; 11#appmenu li[data-id='news'] a,
12#settings {
13 cursor: default;
14 pointer-events: none;
9} 15}
10 16
11/* Hide "More" link in the top menu */ 17/* Hide "More" link in the top menu */
12#more-apps {display: none !important;} 18#more-apps {
19 display: none !important;
20}
diff --git a/recipes/nextcloud-news/webview.js b/recipes/nextcloud-news/webview.js
index 048ac7d..7c1c65c 100644
--- a/recipes/nextcloud-news/webview.js
+++ b/recipes/nextcloud-news/webview.js
@@ -1,13 +1,15 @@
1const _path = _interopRequireDefault(require('path')); 1const _path = _interopRequireDefault(require('path'));
2 2
3function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } 3function _interopRequireDefault(obj) {
4 return obj && obj.__esModule ? obj : { default: obj };
5}
4 6
5module.exports = Ferdi => { 7module.exports = Ferdi => {
6 const getMessages = () => { 8 const getMessages = () => {
7 const selector = document.querySelector( 9 const selector = document.querySelector(
8 '.subscriptions-feed .app-navigation-entry-utils-counter', 10 '.subscriptions-feed .app-navigation-entry-utils-counter',
9 ); 11 );
10 const direct = selector ? Ferdi.safeParseInt(selector.innerText) : 0; 12 const direct = selector ? Ferdi.safeParseInt(selector.textContent) : 0;
11 13
12 Ferdi.setBadge(direct); 14 Ferdi.setBadge(direct);
13 }; 15 };
diff --git a/recipes/noisli/webview.js b/recipes/noisli/webview.js
deleted file mode 100755
index e69de29..0000000
--- a/recipes/noisli/webview.js
+++ /dev/null
diff --git a/recipes/pocket/webview.js b/recipes/pocket/webview.js
deleted file mode 100644
index e69de29..0000000
--- a/recipes/pocket/webview.js
+++ /dev/null
diff --git a/recipes/pushbullet/webview.js b/recipes/pushbullet/webview.js
deleted file mode 100644
index e69de29..0000000
--- a/recipes/pushbullet/webview.js
+++ /dev/null
diff --git a/recipes/standardnotes/webview.js b/recipes/standardnotes/webview.js
deleted file mode 100755
index e69de29..0000000
--- a/recipes/standardnotes/webview.js
+++ /dev/null
diff --git a/recipes/tixio/webview.js b/recipes/tixio/webview.js
deleted file mode 100644
index e69de29..0000000
--- a/recipes/tixio/webview.js
+++ /dev/null
diff --git a/recipes/youtubemusic/webview.js b/recipes/youtubemusic/webview.js
deleted file mode 100644
index e69de29..0000000
--- a/recipes/youtubemusic/webview.js
+++ /dev/null
diff --git a/recipes/zenhub/webview.js b/recipes/zenhub/webview.js
deleted file mode 100644
index e69de29..0000000
--- a/recipes/zenhub/webview.js
+++ /dev/null
diff --git a/scripts/package.js b/scripts/package.js
index ecf648d..ea4c0b9 100644
--- a/scripts/package.js
+++ b/scripts/package.js
@@ -266,12 +266,6 @@ const compress = (src, dest) =>
266 unsuccessful++; 266 unsuccessful++;
267 } 267 }
268 268
269 if (!fs.existsSync(path.join(recipeSrc, 'webview.js'))) {
270 console.log(
271 `⚠️ Couldn't package "${recipe}": The recipe doesn't contain a "webview.js"`,
272 );
273 unsuccessful++;
274 }
275 if (!fs.existsSync(path.join(recipeSrc, 'index.js'))) { 269 if (!fs.existsSync(path.join(recipeSrc, 'index.js'))) {
276 console.log( 270 console.log(
277 `⚠️ Couldn't package "${recipe}": The recipe doesn't contain a "index.js"`, 271 `⚠️ Couldn't package "${recipe}": The recipe doesn't contain a "index.js"`,