@@ -59,6 +59,7 @@ __pycache__
59
59
/@npmcli /eslint-config
60
60
/@npmcli /template-oss
61
61
/@types /hast
62
+ /@types /json5
62
63
/@types /mdast
63
64
/@types /parse5
64
65
/@types /unist
@@ -73,6 +74,8 @@ __pycache__
73
74
/arg
74
75
/argparse
75
76
/array-find-index
77
+ /array-includes
78
+ /array.prototype.flat
76
79
/asn1
77
80
/assert-plus
78
81
/async-hook-domain
@@ -137,13 +140,18 @@ __pycache__
137
140
/ecc-jsbn
138
141
/end-of-stream
139
142
/es-abstract
143
+ /es-shim-unscopables
140
144
/es-to-primitive
141
145
/es6-error
142
146
/escape-string-regexp
143
147
/escodegen
144
148
/eslint
149
+ /eslint-import-resolver-node
150
+ /eslint-module-utils
145
151
/eslint-plugin-es
152
+ /eslint-plugin-import
146
153
/eslint-plugin-node
154
+ /eslint-plugin-promise
147
155
/eslint-scope
148
156
/eslint-utils
149
157
/eslint-visitor-keys
@@ -164,6 +172,7 @@ __pycache__
164
172
/file-uri-to-path
165
173
/fill-range
166
174
/find-cache-dir
175
+ /find-up
167
176
/findit
168
177
/flat-cache
169
178
/flatted
@@ -178,7 +187,9 @@ __pycache__
178
187
/fs-exists-cached
179
188
/fsevents
180
189
/function-loop
190
+ /function.prototype.name
181
191
/functional-red-black-tree
192
+ /functions-have-names
182
193
/gensync
183
194
/get-caller-file
184
195
/get-intrinsic
@@ -192,6 +203,7 @@ __pycache__
192
203
/har-schema
193
204
/har-validator
194
205
/has-bigints
206
+ /has-property-descriptors
195
207
/has-symbols
196
208
/has-tostringtag
197
209
/hasha
@@ -263,6 +275,7 @@ __pycache__
263
275
/levn
264
276
/libtap
265
277
/licensee
278
+ /locate-path
266
279
/lodash
267
280
/lodash.clonedeep
268
281
/lodash.flattendeep
@@ -304,13 +317,18 @@ __pycache__
304
317
/object-keys
305
318
/object.assign
306
319
/object.getownpropertydescriptors
320
+ /object.values
307
321
/optionator
308
322
/own-or
309
323
/own-or-env
324
+ /p-limit
325
+ /p-locate
326
+ /p-try
310
327
/package-hash
311
328
/parent-module
312
329
/parse-entities
313
330
/parse5
331
+ /path-exists
314
332
/path-key
315
333
/path-parse
316
334
/performance-now
@@ -331,6 +349,7 @@ __pycache__
331
349
/rc
332
350
/read-package-tree
333
351
/readdirp
352
+ /regexp.prototype.flags
334
353
/regexpp
335
354
/release-zalgo
336
355
/remark-footnotes
@@ -368,6 +387,7 @@ __pycache__
368
387
/state-toggle
369
388
/string.prototype.trimend
370
389
/string.prototype.trimstart
390
+ /strip-bom
371
391
/strip-json-comments
372
392
/style-to-object
373
393
/supports-preserve-symlinks-flag
@@ -389,6 +409,7 @@ __pycache__
389
409
/trivial-deferred
390
410
/trough
391
411
/ts-node
412
+ /tsconfig-paths
392
413
/tunnel-agent
393
414
/tweetnacl
394
415
/type-check
0 commit comments