stack-analyze 1.3.5 → 1.3.6
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/CHANGELOG.md +326 -311
- package/LICENSE +21 -21
- package/about.js +121 -121
- package/api/pokerApi.js +5 -5
- package/api/wallpapersURL.js +7 -5
- package/api/webApis.js +21 -21
- package/cli.js +213 -213
- package/eslint.config.js +44 -44
- package/functions/animeInfo.js +45 -45
- package/functions/bitly.js +41 -41
- package/functions/bundlephobia.js +36 -36
- package/functions/cryptoList.js +48 -48
- package/functions/cssValidator.js +25 -25
- package/functions/deezer.js +37 -37
- package/functions/download.js +25 -24
- package/functions/gitUser.js +37 -37
- package/functions/hardware.js +109 -109
- package/functions/moviesInfo.js +55 -55
- package/functions/multipleStack.js +53 -53
- package/functions/pageSpeed.js +82 -82
- package/functions/password.js +24 -24
- package/functions/pokemon.js +106 -106
- package/functions/poker.js +40 -42
- package/functions/potterSearch.js +32 -32
- package/functions/scraping.js +132 -132
- package/functions/singleStack.js +48 -48
- package/functions/twitch.js +72 -72
- package/hash/infoTools.js +61 -61
- package/hash/queryTools.js +116 -116
- package/hash/utilityTools.js +32 -32
- package/hash/wallpaperSelect.js +89 -59
- package/hash/webTools.js +92 -92
- package/logo-module.webp +0 -0
- package/menu.js +13 -13
- package/package.json +67 -67
- package/prompts/webPrompts.js +31 -31
- package/readme.md +44 -44
- package/utils.js +104 -101
- package/validations/infoValidations.js +37 -37
- package/validations/webValidations.js +33 -33
package/CHANGELOG.md
CHANGED
|
@@ -1,311 +1,326 @@
|
|
|
1
|
-
# changelog
|
|
2
|
-
|
|
3
|
-
stack-analyze all version and notable changes, fixed, remove and new additions in code.
|
|
4
|
-
|
|
5
|
-
## generation 4 (ver. 1.3.0 - )
|
|
6
|
-
|
|
7
|
-
### version 1.3.
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
### version 1.3.
|
|
23
|
-
####
|
|
24
|
-
- new
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
####
|
|
65
|
-
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
-
|
|
79
|
-
####
|
|
80
|
-
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
- remove
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
-
|
|
105
|
-
|
|
106
|
-
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
####
|
|
125
|
-
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
####
|
|
135
|
-
-
|
|
136
|
-
####
|
|
137
|
-
-
|
|
138
|
-
-
|
|
139
|
-
|
|
140
|
-
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
-
|
|
148
|
-
-
|
|
149
|
-
####
|
|
150
|
-
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
####
|
|
162
|
-
- except
|
|
163
|
-
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
####
|
|
170
|
-
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
-
|
|
174
|
-
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
-
|
|
179
|
-
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
-
|
|
184
|
-
####
|
|
185
|
-
-
|
|
186
|
-
|
|
187
|
-
- renove
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
-
|
|
195
|
-
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
-
|
|
201
|
-
-
|
|
202
|
-
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
- add new
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
-
|
|
215
|
-
|
|
216
|
-
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
-
|
|
221
|
-
|
|
222
|
-
- add
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
-
|
|
227
|
-
####
|
|
228
|
-
-
|
|
229
|
-
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
-
|
|
237
|
-
- add new
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
### version 1.0
|
|
247
|
-
#### Added
|
|
248
|
-
- add the new modules:
|
|
249
|
-
-
|
|
250
|
-
-
|
|
251
|
-
- add
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
- add
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
####
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
-
|
|
266
|
-
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
-
|
|
281
|
-
|
|
282
|
-
- the
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
-
|
|
286
|
-
-
|
|
287
|
-
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
#### Added
|
|
291
|
-
- add the new
|
|
292
|
-
- the
|
|
293
|
-
-
|
|
294
|
-
|
|
295
|
-
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
#### Changed
|
|
300
|
-
-
|
|
301
|
-
|
|
302
|
-
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
1
|
+
# changelog
|
|
2
|
+
|
|
3
|
+
stack-analyze all version and notable changes, fixed, remove and new additions in code.
|
|
4
|
+
|
|
5
|
+
## generation 4 (ver. 1.3.0 - )
|
|
6
|
+
|
|
7
|
+
### version 1.3.6 (5th aniversary)
|
|
8
|
+
|
|
9
|
+
#### Added
|
|
10
|
+
- new wallpaers pack:
|
|
11
|
+
- tsuky no emily.
|
|
12
|
+
- ancient mistery.
|
|
13
|
+
|
|
14
|
+
#### Changed
|
|
15
|
+
- simplify in how play for poker rule tool.
|
|
16
|
+
|
|
17
|
+
#### fixed
|
|
18
|
+
- fixed download wallpapers.
|
|
19
|
+
- cli.js fixed jsdoc.
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### version 1.3.5
|
|
23
|
+
#### Added
|
|
24
|
+
- new tool poker game rule selector "poker rule".
|
|
25
|
+
|
|
26
|
+
#### changed
|
|
27
|
+
- change inquirer to @inquirer/prompts.
|
|
28
|
+
- about.js file now using esm with json modules.
|
|
29
|
+
- all tools now using new inquirer methods.
|
|
30
|
+
|
|
31
|
+
#### fixed
|
|
32
|
+
- add question for anime search tool.
|
|
33
|
+
|
|
34
|
+
#### remove
|
|
35
|
+
- remove validations folder.
|
|
36
|
+
|
|
37
|
+
### version 1.3.4
|
|
38
|
+
#### changed
|
|
39
|
+
- new ui cli for potter search tool & save file.
|
|
40
|
+
|
|
41
|
+
### version 1.3.3
|
|
42
|
+
#### Added
|
|
43
|
+
- add potter search (harry potter npx characters)
|
|
44
|
+
#### changed
|
|
45
|
+
- update linter
|
|
46
|
+
|
|
47
|
+
### version 1.3.2
|
|
48
|
+
#### Added
|
|
49
|
+
- title for stack menu tools
|
|
50
|
+
|
|
51
|
+
### version 1.3.1
|
|
52
|
+
#### Added
|
|
53
|
+
- seyyahi2 wallpapers (this pack is from album app)
|
|
54
|
+
#### changed
|
|
55
|
+
- add new view field is total track and id
|
|
56
|
+
|
|
57
|
+
### version 1.3.0
|
|
58
|
+
#### Added
|
|
59
|
+
- deezer search tool
|
|
60
|
+
|
|
61
|
+
## generation 3 (ver. 1.2.0 - 1.2.9)
|
|
62
|
+
|
|
63
|
+
### version 1.2.9
|
|
64
|
+
#### Added
|
|
65
|
+
- css validate
|
|
66
|
+
#### changed
|
|
67
|
+
- changed wappalyzer module
|
|
68
|
+
|
|
69
|
+
### version 1.2.8
|
|
70
|
+
#### Added
|
|
71
|
+
- dimensions wallpaper download
|
|
72
|
+
#### changed
|
|
73
|
+
- renove download wallpaper function
|
|
74
|
+
- about script using cjs
|
|
75
|
+
|
|
76
|
+
### version 1.2.7
|
|
77
|
+
#### Added
|
|
78
|
+
- wallpaper tool download (sol, moon)
|
|
79
|
+
#### changed
|
|
80
|
+
- default case in range color 91 to 100
|
|
81
|
+
|
|
82
|
+
### version 1.2.6
|
|
83
|
+
#### Changed
|
|
84
|
+
- redesign poke info tool
|
|
85
|
+
- remove module info in readme
|
|
86
|
+
|
|
87
|
+
### version 1.2.5
|
|
88
|
+
#### Added
|
|
89
|
+
- pokemon info tool.
|
|
90
|
+
#### Changed
|
|
91
|
+
- update script test.
|
|
92
|
+
- remove the cjs and mjs files.
|
|
93
|
+
- renove changelog based in generations similar to neo-jquery.
|
|
94
|
+
#### fixed
|
|
95
|
+
- add examples in twitch info users.
|
|
96
|
+
- fixed the bug create hardware info file.
|
|
97
|
+
|
|
98
|
+
### version 1.2.4
|
|
99
|
+
#### Changed
|
|
100
|
+
- remove jest module by node:test,
|
|
101
|
+
- web scraping & github info using native fetch api & not axios,
|
|
102
|
+
#### fixed
|
|
103
|
+
- fixed errors in:
|
|
104
|
+
- single stack.
|
|
105
|
+
- multiple.
|
|
106
|
+
- hardware information.
|
|
107
|
+
- single & multiple stack using sub await mode
|
|
108
|
+
|
|
109
|
+
### version 1.2.3
|
|
110
|
+
#### Added
|
|
111
|
+
- bundlephobia info tool
|
|
112
|
+
#### Changed
|
|
113
|
+
- change write json to csv in hardware information
|
|
114
|
+
|
|
115
|
+
### version 1.2.2
|
|
116
|
+
#### Added
|
|
117
|
+
- add save file function for the tools
|
|
118
|
+
#### Changed
|
|
119
|
+
- change the hash table to unique function in hardware information
|
|
120
|
+
#### Fixed
|
|
121
|
+
- fixed to unique user to multiple users with split params
|
|
122
|
+
|
|
123
|
+
### version 1.2.1
|
|
124
|
+
#### Fixed
|
|
125
|
+
- rewrite form arrow functions to named function with export default.
|
|
126
|
+
- rewrite some test functions.
|
|
127
|
+
- add regexp form bitly info tool
|
|
128
|
+
#### Changed
|
|
129
|
+
- renove menu now using categories.
|
|
130
|
+
- add api params.
|
|
131
|
+
- comeback multibar from pagespeed tool
|
|
132
|
+
|
|
133
|
+
### version 1.2.0
|
|
134
|
+
#### Added
|
|
135
|
+
- new tool password generator
|
|
136
|
+
#### Fixed
|
|
137
|
+
- update anime search tool
|
|
138
|
+
- the files modules now using callbacks and remove no using vars
|
|
139
|
+
#### Changed
|
|
140
|
+
- the web scraping tool decided to use the question returns to the main menu instead of going to the main menu
|
|
141
|
+
|
|
142
|
+
## generation 2 (ver. 1.1.0 - 1.1.9)
|
|
143
|
+
|
|
144
|
+
### version 1.1.9
|
|
145
|
+
#### Added
|
|
146
|
+
- new module cheerio
|
|
147
|
+
- new tool webscraping
|
|
148
|
+
- new test
|
|
149
|
+
#### Fixed
|
|
150
|
+
- rewirte axios import
|
|
151
|
+
#### Changed
|
|
152
|
+
- hardware information change from functions to hash table
|
|
153
|
+
- about now is hash table
|
|
154
|
+
- now using the function printTable avoid overwritting.
|
|
155
|
+
- remove jsdocs the modules files
|
|
156
|
+
#### remove
|
|
157
|
+
- remove models console-table-printer
|
|
158
|
+
- remove hash tables
|
|
159
|
+
|
|
160
|
+
### version 1.1.8
|
|
161
|
+
#### Fixed
|
|
162
|
+
- restructure all tools as a hash table with promises except the tool hardware information and about section
|
|
163
|
+
- update all modules
|
|
164
|
+
#### Changed
|
|
165
|
+
- remove the module coingecko-api
|
|
166
|
+
- remove process.env variables to writting manual token for security
|
|
167
|
+
|
|
168
|
+
## version 1.1.7
|
|
169
|
+
#### Added
|
|
170
|
+
- twitch info tool
|
|
171
|
+
- remove one js module for module to cjs and esm
|
|
172
|
+
#### Fixed
|
|
173
|
+
- change write token to process.env varaibles own (not avalible values in github and gitlab)
|
|
174
|
+
- migrate cjs to esm
|
|
175
|
+
- rewrite module
|
|
176
|
+
#### Changed
|
|
177
|
+
- except some hardware tools and github using models from console-table-printer
|
|
178
|
+
- now using esm now about is js file not folder about with index.js
|
|
179
|
+
- rewrite all tests functions
|
|
180
|
+
|
|
181
|
+
### version 1.1.6
|
|
182
|
+
#### Added
|
|
183
|
+
- module stack-analyze mode
|
|
184
|
+
#### Fixed
|
|
185
|
+
- rewrite code
|
|
186
|
+
#### Changed
|
|
187
|
+
- menu renove
|
|
188
|
+
- renove jsdocs in some function or variables
|
|
189
|
+
- remove nonolive recommends soon in versions desktop 7 and pwa 1.5.0
|
|
190
|
+
|
|
191
|
+
### version 1.1.5
|
|
192
|
+
#### Added
|
|
193
|
+
- add new tool: movie info
|
|
194
|
+
- add new test
|
|
195
|
+
- renove menu
|
|
196
|
+
#### Fixed
|
|
197
|
+
- rewrite in some functions and about
|
|
198
|
+
- remove some dependencies not using project
|
|
199
|
+
#### Changed
|
|
200
|
+
- change multibar to 2 single bars
|
|
201
|
+
- change switch in all tools for hash functions tables
|
|
202
|
+
- renove nonolive recommends
|
|
203
|
+
|
|
204
|
+
### version 1.1.4
|
|
205
|
+
#### Added
|
|
206
|
+
- add new tool: bitly info
|
|
207
|
+
- add new test
|
|
208
|
+
#### Fixed
|
|
209
|
+
- rewrite some functions
|
|
210
|
+
- update npm modules via manual
|
|
211
|
+
|
|
212
|
+
### version 1.1.3
|
|
213
|
+
#### Added
|
|
214
|
+
- add new module: coingecko-api
|
|
215
|
+
- add new tool: crypto market
|
|
216
|
+
- add new recomends
|
|
217
|
+
- add new test
|
|
218
|
+
#### Fixed
|
|
219
|
+
- rewrite some functions
|
|
220
|
+
- update npm modules via manual
|
|
221
|
+
#### Changed
|
|
222
|
+
- add new const variables for map array functions
|
|
223
|
+
|
|
224
|
+
### version 1.1.2
|
|
225
|
+
#### Added
|
|
226
|
+
- add new nonolive streamers Recomend
|
|
227
|
+
#### Fixed
|
|
228
|
+
- rewrite multiple techstack
|
|
229
|
+
- rewrite test files
|
|
230
|
+
#### Changed
|
|
231
|
+
- changed the for loop to foreach loop
|
|
232
|
+
|
|
233
|
+
### version 1.1.1
|
|
234
|
+
#### Added
|
|
235
|
+
- using console.table only in objects variables
|
|
236
|
+
- using the console-table-printer in arrays in some functions and the about section
|
|
237
|
+
- add the new module: console-table-printer
|
|
238
|
+
- add the new nonolive streamers and youtube dev recommedation
|
|
239
|
+
#### Fixed
|
|
240
|
+
- rewrite some funcions
|
|
241
|
+
- fragment about section
|
|
242
|
+
#### Changed
|
|
243
|
+
- using console.table only in objects variables
|
|
244
|
+
- using the console-table-printer in arrays in some functions and the about section
|
|
245
|
+
|
|
246
|
+
### version 1.1.0
|
|
247
|
+
#### Added
|
|
248
|
+
- add the new modules:
|
|
249
|
+
- systeminformation the main module
|
|
250
|
+
- jsdoc + the template minami the dev modules
|
|
251
|
+
- add the hardware information
|
|
252
|
+
- add new recomendations for about section
|
|
253
|
+
#### Fixed
|
|
254
|
+
- rewrite the code the functions singlestack and multiple
|
|
255
|
+
- add the name app to question function
|
|
256
|
+
#### Changed
|
|
257
|
+
- changed the node style color to using colors
|
|
258
|
+
|
|
259
|
+
## generation 1 (ver. 1.0.1 - 1.0.9)
|
|
260
|
+
|
|
261
|
+
### version 1.0.9
|
|
262
|
+
#### Added
|
|
263
|
+
- add the new modules:
|
|
264
|
+
- timeago.js for the github user
|
|
265
|
+
- add the options github info and anime search the main options
|
|
266
|
+
- add new recomendations for the about section
|
|
267
|
+
#### Fixed
|
|
268
|
+
- return the peformance now for pagespeed
|
|
269
|
+
#### Changed
|
|
270
|
+
- add new testing
|
|
271
|
+
|
|
272
|
+
### version 1.0.8
|
|
273
|
+
#### Added
|
|
274
|
+
- add the new modules:
|
|
275
|
+
- colors
|
|
276
|
+
- cli-progress
|
|
277
|
+
#### Fixed
|
|
278
|
+
change json print to table print version
|
|
279
|
+
#### Changed
|
|
280
|
+
- change console.dir about to console.table
|
|
281
|
+
- change from text to bar for pagespeed results
|
|
282
|
+
- add the badge tech stack project
|
|
283
|
+
#### patch version 1.0.85
|
|
284
|
+
notes:
|
|
285
|
+
- fixed the cli run
|
|
286
|
+
- remove performance.now for the defined time in pagespeed
|
|
287
|
+
- add recomendations sections
|
|
288
|
+
|
|
289
|
+
### version 1.0.7
|
|
290
|
+
#### Added
|
|
291
|
+
- add the new modules:
|
|
292
|
+
- figlet the main module
|
|
293
|
+
- jest dev module and testing functions
|
|
294
|
+
- add the options page speed and about the main options
|
|
295
|
+
- add return in a option select except about and exit
|
|
296
|
+
#### Fixed
|
|
297
|
+
- the website in blank or website without http:// or https:// return the main options
|
|
298
|
+
- eslint custom rules without style guide
|
|
299
|
+
#### Changed
|
|
300
|
+
- changed the inquirer list to inquirer rawlist
|
|
301
|
+
- rewirte jsdoc in all project except test files
|
|
302
|
+
- the tech stack using other console methods console.log only in exit cli
|
|
303
|
+
|
|
304
|
+
## version 1.0.6
|
|
305
|
+
#### Added
|
|
306
|
+
- add the new options: multiple (analyze many sites) and exit (exit cli).
|
|
307
|
+
- the code was testing with eslint to avoid errors to execute
|
|
308
|
+
- rewrite the module docs.
|
|
309
|
+
#### Changed
|
|
310
|
+
- the list options with inquirer
|
|
311
|
+
- welcome message modified
|
|
312
|
+
|
|
313
|
+
### version 1.0.5
|
|
314
|
+
#### Changed
|
|
315
|
+
- modify the code and module structure
|
|
316
|
+
#### remove
|
|
317
|
+
- remove the commander module
|
|
318
|
+
|
|
319
|
+
#### version 1.0.4
|
|
320
|
+
- fisrt official version in npm with the modules:
|
|
321
|
+
- wappalyzer
|
|
322
|
+
- inquirer
|
|
323
|
+
- commander
|
|
324
|
+
|
|
325
|
+
#### version 1.0.1 to 1.0.3
|
|
326
|
+
test version modules without wappalyzer module (only testing)
|