immosquare-cleaner 0.1.42 → 0.1.44

Sign up to get free protection for your applications and to get access to all the features.
Files changed (847) hide show
  1. checksums.yaml +4 -4
  2. data/lib/immosquare-cleaner/version.rb +1 -1
  3. data/node_modules/.bin/ncu +1 -1
  4. data/node_modules/.bin/npm-check-updates +1 -1
  5. data/node_modules/.bin/rimraf +1 -1
  6. data/node_modules/@eslint/config-array/dist/cjs/index.cjs +5 -0
  7. data/node_modules/@eslint/config-array/dist/esm/index.js +5 -0
  8. data/node_modules/@eslint/config-array/package.json +1 -1
  9. data/node_modules/@eslint/js/package.json +1 -1
  10. data/node_modules/ansi-regex/index.d.ts +13 -9
  11. data/node_modules/ansi-regex/index.js +5 -3
  12. data/node_modules/ansi-regex/license +1 -1
  13. data/node_modules/ansi-regex/package.json +6 -9
  14. data/node_modules/ansi-regex/readme.md +8 -2
  15. data/node_modules/brace-expansion/README.md +0 -6
  16. data/node_modules/brace-expansion/index.js +84 -86
  17. data/node_modules/brace-expansion/package.json +4 -3
  18. data/node_modules/chalk/license +1 -1
  19. data/node_modules/chalk/package.json +23 -38
  20. data/node_modules/chalk/readme.md +85 -69
  21. data/node_modules/chalk/source/index.js +84 -80
  22. data/node_modules/eslint/README.md +1 -1
  23. data/node_modules/eslint/lib/cli.js +4 -23
  24. data/node_modules/eslint/lib/eslint/eslint.js +93 -17
  25. data/node_modules/eslint/lib/languages/js/source-code/source-code.js +19 -0
  26. data/node_modules/eslint/lib/linter/apply-disable-directives.js +24 -12
  27. data/node_modules/eslint/lib/linter/linter.js +44 -20
  28. data/node_modules/eslint/lib/linter/report-translator.js +10 -10
  29. data/node_modules/eslint/lib/linter/rule-fixer.js +38 -15
  30. data/node_modules/eslint/lib/rules/require-await.js +37 -3
  31. data/node_modules/eslint/lib/rules/utils/ast-utils.js +4 -3
  32. data/node_modules/eslint/lib/shared/flags.js +3 -2
  33. data/node_modules/eslint/package.json +18 -8
  34. data/node_modules/glob/LICENSE +7 -1
  35. data/node_modules/glob/README.md +284 -1120
  36. data/node_modules/glob/common.js +238 -0
  37. data/node_modules/glob/glob.js +790 -0
  38. data/node_modules/glob/package.json +34 -76
  39. data/node_modules/glob/sync.js +486 -0
  40. data/node_modules/jscodeshift/CHANGELOG.md +17 -0
  41. data/node_modules/jscodeshift/CONTRIBUTING.md +7 -6
  42. data/node_modules/jscodeshift/README.md +3 -2
  43. data/node_modules/jscodeshift/dist/Runner.js +15 -15
  44. data/node_modules/jscodeshift/dist/collections/ImportDeclaration.js +113 -0
  45. data/node_modules/jscodeshift/dist/collections/index.js +1 -0
  46. data/node_modules/jscodeshift/dist/src/Runner.js +15 -15
  47. data/node_modules/jscodeshift/dist/src/collections/ImportDeclaration.js +113 -0
  48. data/node_modules/jscodeshift/dist/src/collections/index.js +1 -0
  49. data/node_modules/jscodeshift/package.json +9 -7
  50. data/node_modules/jscodeshift/parser/tsOptions.js +2 -0
  51. data/node_modules/jscodeshift/src/Runner.js +15 -15
  52. data/node_modules/jscodeshift/src/collections/ImportDeclaration.js +113 -0
  53. data/node_modules/jscodeshift/src/collections/index.js +1 -0
  54. data/node_modules/jscodeshift/utils/testUtils.js +1 -2
  55. data/node_modules/jscodeshift/website/README.md +44 -0
  56. data/node_modules/jscodeshift/website/astro.config.mjs +36 -0
  57. data/node_modules/jscodeshift/website/package.json +17 -0
  58. data/node_modules/jscodeshift/website/public/favicon.svg +1 -0
  59. data/node_modules/jscodeshift/website/src/assets/houston.webp +0 -0
  60. data/node_modules/jscodeshift/website/src/content/config.ts +6 -0
  61. data/node_modules/jscodeshift/website/src/content/docs/build/api-reference.mdx +406 -0
  62. data/node_modules/jscodeshift/website/src/content/docs/build/ast-grammar.mdx +3086 -0
  63. data/node_modules/jscodeshift/website/src/content/docs/index.mdx +15 -0
  64. data/node_modules/jscodeshift/website/src/content/docs/overview/introduction.mdx +45 -0
  65. data/node_modules/jscodeshift/website/src/content/docs/run/cli.mdx +161 -0
  66. data/node_modules/jscodeshift/website/src/env.d.ts +2 -0
  67. data/node_modules/jscodeshift/website/tsconfig.json +3 -0
  68. data/node_modules/lru-cache/LICENSE +1 -1
  69. data/node_modules/lru-cache/README.md +104 -1055
  70. data/node_modules/lru-cache/index.js +246 -1139
  71. data/node_modules/lru-cache/package.json +11 -75
  72. data/node_modules/minimatch/LICENSE +1 -1
  73. data/node_modules/minimatch/README.md +65 -289
  74. data/node_modules/minimatch/package.json +14 -67
  75. data/node_modules/npm-check-updates/README.md +43 -33
  76. data/node_modules/npm-check-updates/build/cli.js +21 -21
  77. data/node_modules/npm-check-updates/build/cli.js.map +1 -1
  78. data/node_modules/npm-check-updates/build/index-CWktU8PK.js +58 -0
  79. data/node_modules/npm-check-updates/build/index-CWktU8PK.js.map +1 -0
  80. data/node_modules/npm-check-updates/build/index.d.ts +1 -3
  81. data/node_modules/npm-check-updates/build/index.js +207 -223
  82. data/node_modules/npm-check-updates/build/index.js.map +1 -1
  83. data/node_modules/npm-check-updates/package.json +101 -105
  84. data/node_modules/rimraf/LICENSE +1 -1
  85. data/node_modules/rimraf/README.md +70 -188
  86. data/node_modules/rimraf/bin.js +50 -0
  87. data/node_modules/rimraf/package.json +16 -74
  88. data/node_modules/rimraf/rimraf.js +364 -0
  89. data/node_modules/semver/README.md +27 -221
  90. data/node_modules/semver/bin/semver.js +84 -107
  91. data/node_modules/semver/package.json +14 -63
  92. data/node_modules/semver/semver.js +1643 -0
  93. data/node_modules/strip-ansi/index.d.ts +4 -2
  94. data/node_modules/strip-ansi/index.js +3 -13
  95. data/node_modules/strip-ansi/license +1 -1
  96. data/node_modules/strip-ansi/package.json +7 -10
  97. data/node_modules/strip-ansi/readme.md +7 -2
  98. data/node_modules/strip-json-comments/index.d.ts +13 -18
  99. data/node_modules/strip-json-comments/index.js +38 -68
  100. data/node_modules/strip-json-comments/package.json +5 -13
  101. data/node_modules/strip-json-comments/readme.md +18 -15
  102. data/node_modules/yallist/package.json +1 -1
  103. data/node_modules/yallist/yallist.js +3 -3
  104. data/package.json +4 -4
  105. metadata +30 -744
  106. data/node_modules/@eslint/config-array/node_modules/minimatch/LICENSE +0 -15
  107. data/node_modules/@eslint/config-array/node_modules/minimatch/README.md +0 -230
  108. data/node_modules/@eslint/config-array/node_modules/minimatch/node_modules/brace-expansion/LICENSE +0 -21
  109. data/node_modules/@eslint/config-array/node_modules/minimatch/node_modules/brace-expansion/README.md +0 -129
  110. data/node_modules/@eslint/config-array/node_modules/minimatch/node_modules/brace-expansion/index.js +0 -201
  111. data/node_modules/@eslint/config-array/node_modules/minimatch/node_modules/brace-expansion/package.json +0 -47
  112. data/node_modules/@eslint/config-array/node_modules/minimatch/package.json +0 -33
  113. data/node_modules/chalk/source/index.d.ts +0 -320
  114. data/node_modules/chalk/source/utilities.js +0 -33
  115. data/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  116. data/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  117. data/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  118. data/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  119. data/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  120. data/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  121. data/node_modules/eslint/node_modules/chalk/license +0 -9
  122. data/node_modules/eslint/node_modules/chalk/package.json +0 -68
  123. data/node_modules/eslint/node_modules/chalk/readme.md +0 -341
  124. data/node_modules/eslint/node_modules/chalk/source/index.js +0 -229
  125. data/node_modules/eslint/node_modules/minimatch/LICENSE +0 -15
  126. data/node_modules/eslint/node_modules/minimatch/README.md +0 -230
  127. data/node_modules/eslint/node_modules/minimatch/minimatch.js +0 -947
  128. data/node_modules/eslint/node_modules/minimatch/node_modules/brace-expansion/LICENSE +0 -21
  129. data/node_modules/eslint/node_modules/minimatch/node_modules/brace-expansion/README.md +0 -129
  130. data/node_modules/eslint/node_modules/minimatch/node_modules/brace-expansion/index.js +0 -201
  131. data/node_modules/eslint/node_modules/minimatch/node_modules/brace-expansion/package.json +0 -47
  132. data/node_modules/eslint/node_modules/minimatch/package.json +0 -33
  133. data/node_modules/eslint/node_modules/strip-ansi/index.d.ts +0 -17
  134. data/node_modules/eslint/node_modules/strip-ansi/index.js +0 -4
  135. data/node_modules/eslint/node_modules/strip-ansi/license +0 -9
  136. data/node_modules/eslint/node_modules/strip-ansi/node_modules/ansi-regex/index.d.ts +0 -37
  137. data/node_modules/eslint/node_modules/strip-ansi/node_modules/ansi-regex/index.js +0 -10
  138. data/node_modules/eslint/node_modules/strip-ansi/node_modules/ansi-regex/license +0 -9
  139. data/node_modules/eslint/node_modules/strip-ansi/node_modules/ansi-regex/package.json +0 -55
  140. data/node_modules/eslint/node_modules/strip-ansi/node_modules/ansi-regex/readme.md +0 -78
  141. data/node_modules/eslint/node_modules/strip-ansi/package.json +0 -54
  142. data/node_modules/eslint/node_modules/strip-ansi/readme.md +0 -46
  143. data/node_modules/glob/dist/commonjs/glob.d.ts +0 -344
  144. data/node_modules/glob/dist/commonjs/glob.d.ts.map +0 -1
  145. data/node_modules/glob/dist/commonjs/glob.js +0 -243
  146. data/node_modules/glob/dist/commonjs/glob.js.map +0 -1
  147. data/node_modules/glob/dist/commonjs/has-magic.d.ts +0 -14
  148. data/node_modules/glob/dist/commonjs/has-magic.d.ts.map +0 -1
  149. data/node_modules/glob/dist/commonjs/has-magic.js +0 -27
  150. data/node_modules/glob/dist/commonjs/has-magic.js.map +0 -1
  151. data/node_modules/glob/dist/commonjs/ignore.d.ts +0 -20
  152. data/node_modules/glob/dist/commonjs/ignore.d.ts.map +0 -1
  153. data/node_modules/glob/dist/commonjs/ignore.js +0 -108
  154. data/node_modules/glob/dist/commonjs/ignore.js.map +0 -1
  155. data/node_modules/glob/dist/commonjs/index.d.ts +0 -96
  156. data/node_modules/glob/dist/commonjs/index.d.ts.map +0 -1
  157. data/node_modules/glob/dist/commonjs/index.js +0 -68
  158. data/node_modules/glob/dist/commonjs/index.js.map +0 -1
  159. data/node_modules/glob/dist/commonjs/package.json +0 -1
  160. data/node_modules/glob/dist/commonjs/pattern.d.ts +0 -77
  161. data/node_modules/glob/dist/commonjs/pattern.d.ts.map +0 -1
  162. data/node_modules/glob/dist/commonjs/pattern.js +0 -219
  163. data/node_modules/glob/dist/commonjs/pattern.js.map +0 -1
  164. data/node_modules/glob/dist/commonjs/processor.d.ts +0 -59
  165. data/node_modules/glob/dist/commonjs/processor.d.ts.map +0 -1
  166. data/node_modules/glob/dist/commonjs/processor.js +0 -302
  167. data/node_modules/glob/dist/commonjs/processor.js.map +0 -1
  168. data/node_modules/glob/dist/commonjs/walker.d.ts +0 -96
  169. data/node_modules/glob/dist/commonjs/walker.d.ts.map +0 -1
  170. data/node_modules/glob/dist/commonjs/walker.js +0 -358
  171. data/node_modules/glob/dist/commonjs/walker.js.map +0 -1
  172. data/node_modules/glob/dist/esm/bin.d.mts +0 -3
  173. data/node_modules/glob/dist/esm/bin.d.mts.map +0 -1
  174. data/node_modules/glob/dist/esm/bin.mjs +0 -275
  175. data/node_modules/glob/dist/esm/bin.mjs.map +0 -1
  176. data/node_modules/glob/dist/esm/glob.d.ts +0 -344
  177. data/node_modules/glob/dist/esm/glob.d.ts.map +0 -1
  178. data/node_modules/glob/dist/esm/glob.js +0 -239
  179. data/node_modules/glob/dist/esm/glob.js.map +0 -1
  180. data/node_modules/glob/dist/esm/has-magic.d.ts +0 -14
  181. data/node_modules/glob/dist/esm/has-magic.d.ts.map +0 -1
  182. data/node_modules/glob/dist/esm/has-magic.js +0 -23
  183. data/node_modules/glob/dist/esm/has-magic.js.map +0 -1
  184. data/node_modules/glob/dist/esm/ignore.d.ts +0 -20
  185. data/node_modules/glob/dist/esm/ignore.d.ts.map +0 -1
  186. data/node_modules/glob/dist/esm/ignore.js +0 -104
  187. data/node_modules/glob/dist/esm/ignore.js.map +0 -1
  188. data/node_modules/glob/dist/esm/index.d.ts +0 -96
  189. data/node_modules/glob/dist/esm/index.d.ts.map +0 -1
  190. data/node_modules/glob/dist/esm/index.js +0 -56
  191. data/node_modules/glob/dist/esm/index.js.map +0 -1
  192. data/node_modules/glob/dist/esm/package.json +0 -1
  193. data/node_modules/glob/dist/esm/pattern.d.ts +0 -77
  194. data/node_modules/glob/dist/esm/pattern.d.ts.map +0 -1
  195. data/node_modules/glob/dist/esm/pattern.js +0 -215
  196. data/node_modules/glob/dist/esm/pattern.js.map +0 -1
  197. data/node_modules/glob/dist/esm/processor.d.ts +0 -59
  198. data/node_modules/glob/dist/esm/processor.d.ts.map +0 -1
  199. data/node_modules/glob/dist/esm/processor.js +0 -295
  200. data/node_modules/glob/dist/esm/processor.js.map +0 -1
  201. data/node_modules/glob/dist/esm/walker.d.ts +0 -96
  202. data/node_modules/glob/dist/esm/walker.d.ts.map +0 -1
  203. data/node_modules/glob/dist/esm/walker.js +0 -352
  204. data/node_modules/glob/dist/esm/walker.js.map +0 -1
  205. data/node_modules/glob/node_modules/minimatch/LICENSE +0 -15
  206. data/node_modules/glob/node_modules/minimatch/README.md +0 -454
  207. data/node_modules/glob/node_modules/minimatch/dist/cjs/assert-valid-pattern.d.ts +0 -2
  208. data/node_modules/glob/node_modules/minimatch/dist/cjs/assert-valid-pattern.d.ts.map +0 -1
  209. data/node_modules/glob/node_modules/minimatch/dist/cjs/assert-valid-pattern.js +0 -14
  210. data/node_modules/glob/node_modules/minimatch/dist/cjs/assert-valid-pattern.js.map +0 -1
  211. data/node_modules/glob/node_modules/minimatch/dist/cjs/ast.d.ts +0 -19
  212. data/node_modules/glob/node_modules/minimatch/dist/cjs/ast.d.ts.map +0 -1
  213. data/node_modules/glob/node_modules/minimatch/dist/cjs/ast.js +0 -589
  214. data/node_modules/glob/node_modules/minimatch/dist/cjs/ast.js.map +0 -1
  215. data/node_modules/glob/node_modules/minimatch/dist/cjs/brace-expressions.d.ts +0 -8
  216. data/node_modules/glob/node_modules/minimatch/dist/cjs/brace-expressions.d.ts.map +0 -1
  217. data/node_modules/glob/node_modules/minimatch/dist/cjs/brace-expressions.js +0 -152
  218. data/node_modules/glob/node_modules/minimatch/dist/cjs/brace-expressions.js.map +0 -1
  219. data/node_modules/glob/node_modules/minimatch/dist/cjs/escape.d.ts +0 -12
  220. data/node_modules/glob/node_modules/minimatch/dist/cjs/escape.d.ts.map +0 -1
  221. data/node_modules/glob/node_modules/minimatch/dist/cjs/escape.js +0 -22
  222. data/node_modules/glob/node_modules/minimatch/dist/cjs/escape.js.map +0 -1
  223. data/node_modules/glob/node_modules/minimatch/dist/cjs/index.d.ts +0 -94
  224. data/node_modules/glob/node_modules/minimatch/dist/cjs/index.d.ts.map +0 -1
  225. data/node_modules/glob/node_modules/minimatch/dist/cjs/index.js +0 -1011
  226. data/node_modules/glob/node_modules/minimatch/dist/cjs/index.js.map +0 -1
  227. data/node_modules/glob/node_modules/minimatch/dist/cjs/package.json +0 -3
  228. data/node_modules/glob/node_modules/minimatch/dist/cjs/unescape.d.ts +0 -17
  229. data/node_modules/glob/node_modules/minimatch/dist/cjs/unescape.d.ts.map +0 -1
  230. data/node_modules/glob/node_modules/minimatch/dist/cjs/unescape.js +0 -24
  231. data/node_modules/glob/node_modules/minimatch/dist/cjs/unescape.js.map +0 -1
  232. data/node_modules/glob/node_modules/minimatch/dist/mjs/assert-valid-pattern.d.ts +0 -2
  233. data/node_modules/glob/node_modules/minimatch/dist/mjs/assert-valid-pattern.d.ts.map +0 -1
  234. data/node_modules/glob/node_modules/minimatch/dist/mjs/assert-valid-pattern.js +0 -10
  235. data/node_modules/glob/node_modules/minimatch/dist/mjs/assert-valid-pattern.js.map +0 -1
  236. data/node_modules/glob/node_modules/minimatch/dist/mjs/ast.d.ts +0 -19
  237. data/node_modules/glob/node_modules/minimatch/dist/mjs/ast.d.ts.map +0 -1
  238. data/node_modules/glob/node_modules/minimatch/dist/mjs/ast.js +0 -585
  239. data/node_modules/glob/node_modules/minimatch/dist/mjs/ast.js.map +0 -1
  240. data/node_modules/glob/node_modules/minimatch/dist/mjs/brace-expressions.d.ts +0 -8
  241. data/node_modules/glob/node_modules/minimatch/dist/mjs/brace-expressions.d.ts.map +0 -1
  242. data/node_modules/glob/node_modules/minimatch/dist/mjs/brace-expressions.js +0 -148
  243. data/node_modules/glob/node_modules/minimatch/dist/mjs/brace-expressions.js.map +0 -1
  244. data/node_modules/glob/node_modules/minimatch/dist/mjs/escape.d.ts +0 -12
  245. data/node_modules/glob/node_modules/minimatch/dist/mjs/escape.d.ts.map +0 -1
  246. data/node_modules/glob/node_modules/minimatch/dist/mjs/escape.js +0 -18
  247. data/node_modules/glob/node_modules/minimatch/dist/mjs/escape.js.map +0 -1
  248. data/node_modules/glob/node_modules/minimatch/dist/mjs/index.d.ts +0 -94
  249. data/node_modules/glob/node_modules/minimatch/dist/mjs/index.d.ts.map +0 -1
  250. data/node_modules/glob/node_modules/minimatch/dist/mjs/index.js +0 -995
  251. data/node_modules/glob/node_modules/minimatch/dist/mjs/index.js.map +0 -1
  252. data/node_modules/glob/node_modules/minimatch/dist/mjs/package.json +0 -3
  253. data/node_modules/glob/node_modules/minimatch/dist/mjs/unescape.d.ts +0 -17
  254. data/node_modules/glob/node_modules/minimatch/dist/mjs/unescape.d.ts.map +0 -1
  255. data/node_modules/glob/node_modules/minimatch/dist/mjs/unescape.js +0 -20
  256. data/node_modules/glob/node_modules/minimatch/dist/mjs/unescape.js.map +0 -1
  257. data/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/LICENSE +0 -21
  258. data/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/README.md +0 -135
  259. data/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/index.js +0 -203
  260. data/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/package.json +0 -46
  261. data/node_modules/glob/node_modules/minimatch/package.json +0 -86
  262. data/node_modules/glob/node_modules/minipass/LICENSE +0 -15
  263. data/node_modules/glob/node_modules/minipass/README.md +0 -825
  264. data/node_modules/glob/node_modules/minipass/dist/commonjs/index.d.ts +0 -549
  265. data/node_modules/glob/node_modules/minipass/dist/commonjs/index.d.ts.map +0 -1
  266. data/node_modules/glob/node_modules/minipass/dist/commonjs/index.js +0 -1028
  267. data/node_modules/glob/node_modules/minipass/dist/commonjs/index.js.map +0 -1
  268. data/node_modules/glob/node_modules/minipass/dist/commonjs/package.json +0 -1
  269. data/node_modules/glob/node_modules/minipass/dist/esm/index.d.ts +0 -549
  270. data/node_modules/glob/node_modules/minipass/dist/esm/index.d.ts.map +0 -1
  271. data/node_modules/glob/node_modules/minipass/dist/esm/index.js +0 -1018
  272. data/node_modules/glob/node_modules/minipass/dist/esm/index.js.map +0 -1
  273. data/node_modules/glob/node_modules/minipass/dist/esm/package.json +0 -1
  274. data/node_modules/glob/node_modules/minipass/package.json +0 -82
  275. data/node_modules/jscodeshift/node_modules/chalk/index.d.ts +0 -415
  276. data/node_modules/jscodeshift/node_modules/chalk/license +0 -9
  277. data/node_modules/jscodeshift/node_modules/chalk/package.json +0 -68
  278. data/node_modules/jscodeshift/node_modules/chalk/readme.md +0 -341
  279. data/node_modules/jscodeshift/node_modules/chalk/source/index.js +0 -229
  280. data/node_modules/jscodeshift/node_modules/chalk/source/templates.js +0 -134
  281. data/node_modules/jscodeshift/node_modules/chalk/source/util.js +0 -39
  282. data/node_modules/jscodeshift/website/index.htm +0 -9
  283. data/node_modules/lru-cache/index.d.ts +0 -869
  284. data/node_modules/lru-cache/index.mjs +0 -1227
  285. data/node_modules/minimatch/dist/cjs/assert-valid-pattern.d.ts +0 -2
  286. data/node_modules/minimatch/dist/cjs/assert-valid-pattern.d.ts.map +0 -1
  287. data/node_modules/minimatch/dist/cjs/assert-valid-pattern.js +0 -14
  288. data/node_modules/minimatch/dist/cjs/assert-valid-pattern.js.map +0 -1
  289. data/node_modules/minimatch/dist/cjs/ast.d.ts +0 -19
  290. data/node_modules/minimatch/dist/cjs/ast.d.ts.map +0 -1
  291. data/node_modules/minimatch/dist/cjs/ast.js +0 -589
  292. data/node_modules/minimatch/dist/cjs/ast.js.map +0 -1
  293. data/node_modules/minimatch/dist/cjs/brace-expressions.d.ts +0 -8
  294. data/node_modules/minimatch/dist/cjs/brace-expressions.d.ts.map +0 -1
  295. data/node_modules/minimatch/dist/cjs/brace-expressions.js +0 -152
  296. data/node_modules/minimatch/dist/cjs/brace-expressions.js.map +0 -1
  297. data/node_modules/minimatch/dist/cjs/escape.d.ts +0 -12
  298. data/node_modules/minimatch/dist/cjs/escape.d.ts.map +0 -1
  299. data/node_modules/minimatch/dist/cjs/escape.js +0 -22
  300. data/node_modules/minimatch/dist/cjs/escape.js.map +0 -1
  301. data/node_modules/minimatch/dist/cjs/index.d.ts +0 -94
  302. data/node_modules/minimatch/dist/cjs/index.d.ts.map +0 -1
  303. data/node_modules/minimatch/dist/cjs/index.js +0 -1011
  304. data/node_modules/minimatch/dist/cjs/index.js.map +0 -1
  305. data/node_modules/minimatch/dist/cjs/package.json +0 -3
  306. data/node_modules/minimatch/dist/cjs/unescape.d.ts +0 -17
  307. data/node_modules/minimatch/dist/cjs/unescape.d.ts.map +0 -1
  308. data/node_modules/minimatch/dist/cjs/unescape.js +0 -24
  309. data/node_modules/minimatch/dist/cjs/unescape.js.map +0 -1
  310. data/node_modules/minimatch/dist/mjs/assert-valid-pattern.d.ts +0 -2
  311. data/node_modules/minimatch/dist/mjs/assert-valid-pattern.d.ts.map +0 -1
  312. data/node_modules/minimatch/dist/mjs/assert-valid-pattern.js +0 -10
  313. data/node_modules/minimatch/dist/mjs/assert-valid-pattern.js.map +0 -1
  314. data/node_modules/minimatch/dist/mjs/ast.d.ts +0 -19
  315. data/node_modules/minimatch/dist/mjs/ast.d.ts.map +0 -1
  316. data/node_modules/minimatch/dist/mjs/ast.js +0 -585
  317. data/node_modules/minimatch/dist/mjs/ast.js.map +0 -1
  318. data/node_modules/minimatch/dist/mjs/brace-expressions.d.ts +0 -8
  319. data/node_modules/minimatch/dist/mjs/brace-expressions.d.ts.map +0 -1
  320. data/node_modules/minimatch/dist/mjs/brace-expressions.js +0 -148
  321. data/node_modules/minimatch/dist/mjs/brace-expressions.js.map +0 -1
  322. data/node_modules/minimatch/dist/mjs/escape.d.ts +0 -12
  323. data/node_modules/minimatch/dist/mjs/escape.d.ts.map +0 -1
  324. data/node_modules/minimatch/dist/mjs/escape.js +0 -18
  325. data/node_modules/minimatch/dist/mjs/escape.js.map +0 -1
  326. data/node_modules/minimatch/dist/mjs/index.d.ts +0 -94
  327. data/node_modules/minimatch/dist/mjs/index.d.ts.map +0 -1
  328. data/node_modules/minimatch/dist/mjs/index.js +0 -995
  329. data/node_modules/minimatch/dist/mjs/index.js.map +0 -1
  330. data/node_modules/minimatch/dist/mjs/package.json +0 -3
  331. data/node_modules/minimatch/dist/mjs/unescape.d.ts +0 -17
  332. data/node_modules/minimatch/dist/mjs/unescape.d.ts.map +0 -1
  333. data/node_modules/minimatch/dist/mjs/unescape.js +0 -20
  334. data/node_modules/minimatch/dist/mjs/unescape.js.map +0 -1
  335. data/node_modules/npm-check-updates/build/index-5sFb3Tvv.js +0 -66
  336. data/node_modules/npm-check-updates/build/index-5sFb3Tvv.js.map +0 -1
  337. data/node_modules/npm-check-updates/build/package.json +0 -183
  338. data/node_modules/npm-check-updates/build/src/bin/cli.d.ts +0 -2
  339. data/node_modules/npm-check-updates/build/src/bin/cli.js +0 -182
  340. data/node_modules/npm-check-updates/build/src/bin/cli.js.map +0 -1
  341. data/node_modules/npm-check-updates/build/src/cli-options.d.ts +0 -9
  342. data/node_modules/npm-check-updates/build/src/cli-options.js +0 -795
  343. data/node_modules/npm-check-updates/build/src/cli-options.js.map +0 -1
  344. data/node_modules/npm-check-updates/build/src/index.d.ts +0 -17
  345. data/node_modules/npm-check-updates/build/src/index.js +0 -316
  346. data/node_modules/npm-check-updates/build/src/index.js.map +0 -1
  347. data/node_modules/npm-check-updates/build/src/lib/cache.d.ts +0 -17
  348. data/node_modules/npm-check-updates/build/src/lib/cache.js +0 -105
  349. data/node_modules/npm-check-updates/build/src/lib/cache.js.map +0 -1
  350. data/node_modules/npm-check-updates/build/src/lib/chalk.d.ts +0 -7
  351. data/node_modules/npm-check-updates/build/src/lib/chalk.js +0 -66
  352. data/node_modules/npm-check-updates/build/src/lib/chalk.js.map +0 -1
  353. data/node_modules/npm-check-updates/build/src/lib/determinePackageManager.d.ts +0 -8
  354. data/node_modules/npm-check-updates/build/src/lib/determinePackageManager.js +0 -32
  355. data/node_modules/npm-check-updates/build/src/lib/determinePackageManager.js.map +0 -1
  356. data/node_modules/npm-check-updates/build/src/lib/doctor.d.ts +0 -8
  357. data/node_modules/npm-check-updates/build/src/lib/doctor.js +0 -290
  358. data/node_modules/npm-check-updates/build/src/lib/doctor.js.map +0 -1
  359. data/node_modules/npm-check-updates/build/src/lib/exists.d.ts +0 -3
  360. data/node_modules/npm-check-updates/build/src/lib/exists.js +0 -10
  361. data/node_modules/npm-check-updates/build/src/lib/exists.js.map +0 -1
  362. data/node_modules/npm-check-updates/build/src/lib/figgy-pudding/index.d.ts +0 -2
  363. data/node_modules/npm-check-updates/build/src/lib/figgy-pudding/index.js +0 -112
  364. data/node_modules/npm-check-updates/build/src/lib/figgy-pudding/index.js.map +0 -1
  365. data/node_modules/npm-check-updates/build/src/lib/filterAndReject.d.ts +0 -12
  366. data/node_modules/npm-check-updates/build/src/lib/filterAndReject.js +0 -80
  367. data/node_modules/npm-check-updates/build/src/lib/filterAndReject.js.map +0 -1
  368. data/node_modules/npm-check-updates/build/src/lib/filterObject.d.ts +0 -4
  369. data/node_modules/npm-check-updates/build/src/lib/filterObject.js +0 -10
  370. data/node_modules/npm-check-updates/build/src/lib/filterObject.js.map +0 -1
  371. data/node_modules/npm-check-updates/build/src/lib/findLockfile.d.ts +0 -12
  372. data/node_modules/npm-check-updates/build/src/lib/findLockfile.js +0 -54
  373. data/node_modules/npm-check-updates/build/src/lib/findLockfile.js.map +0 -1
  374. data/node_modules/npm-check-updates/build/src/lib/findPackage.d.ts +0 -16
  375. data/node_modules/npm-check-updates/build/src/lib/findPackage.js +0 -78
  376. data/node_modules/npm-check-updates/build/src/lib/findPackage.js.map +0 -1
  377. data/node_modules/npm-check-updates/build/src/lib/getAllPackages.d.ts +0 -10
  378. data/node_modules/npm-check-updates/build/src/lib/getAllPackages.js +0 -126
  379. data/node_modules/npm-check-updates/build/src/lib/getAllPackages.js.map +0 -1
  380. data/node_modules/npm-check-updates/build/src/lib/getCurrentDependencies.d.ts +0 -15
  381. data/node_modules/npm-check-updates/build/src/lib/getCurrentDependencies.js +0 -76
  382. data/node_modules/npm-check-updates/build/src/lib/getCurrentDependencies.js.map +0 -1
  383. data/node_modules/npm-check-updates/build/src/lib/getIgnoredUpgrades.d.ts +0 -8
  384. data/node_modules/npm-check-updates/build/src/lib/getIgnoredUpgrades.js +0 -37
  385. data/node_modules/npm-check-updates/build/src/lib/getIgnoredUpgrades.js.map +0 -1
  386. data/node_modules/npm-check-updates/build/src/lib/getInstalledPackages.d.ts +0 -12
  387. data/node_modules/npm-check-updates/build/src/lib/getInstalledPackages.js +0 -35
  388. data/node_modules/npm-check-updates/build/src/lib/getInstalledPackages.js.map +0 -1
  389. data/node_modules/npm-check-updates/build/src/lib/getNcuRc.d.ts +0 -22
  390. data/node_modules/npm-check-updates/build/src/lib/getNcuRc.js +0 -60
  391. data/node_modules/npm-check-updates/build/src/lib/getNcuRc.js.map +0 -1
  392. data/node_modules/npm-check-updates/build/src/lib/getPackageManager.d.ts +0 -13
  393. data/node_modules/npm-check-updates/build/src/lib/getPackageManager.js +0 -30
  394. data/node_modules/npm-check-updates/build/src/lib/getPackageManager.js.map +0 -1
  395. data/node_modules/npm-check-updates/build/src/lib/getPeerDependencies.d.ts +0 -6
  396. data/node_modules/npm-check-updates/build/src/lib/getPeerDependencies.js +0 -31
  397. data/node_modules/npm-check-updates/build/src/lib/getPeerDependencies.js.map +0 -1
  398. data/node_modules/npm-check-updates/build/src/lib/getPeerDependenciesFromRegistry.d.ts +0 -12
  399. data/node_modules/npm-check-updates/build/src/lib/getPeerDependenciesFromRegistry.js +0 -35
  400. data/node_modules/npm-check-updates/build/src/lib/getPeerDependenciesFromRegistry.js.map +0 -1
  401. data/node_modules/npm-check-updates/build/src/lib/getPreferredWildcard.d.ts +0 -10
  402. data/node_modules/npm-check-updates/build/src/lib/getPreferredWildcard.js +0 -30
  403. data/node_modules/npm-check-updates/build/src/lib/getPreferredWildcard.js.map +0 -1
  404. data/node_modules/npm-check-updates/build/src/lib/getRepoUrl.d.ts +0 -11
  405. data/node_modules/npm-check-updates/build/src/lib/getRepoUrl.js +0 -81
  406. data/node_modules/npm-check-updates/build/src/lib/getRepoUrl.js.map +0 -1
  407. data/node_modules/npm-check-updates/build/src/lib/initOptions.d.ts +0 -7
  408. data/node_modules/npm-check-updates/build/src/lib/initOptions.js +0 -207
  409. data/node_modules/npm-check-updates/build/src/lib/initOptions.js.map +0 -1
  410. data/node_modules/npm-check-updates/build/src/lib/isUpgradeable.d.ts +0 -14
  411. data/node_modules/npm-check-updates/build/src/lib/isUpgradeable.js +0 -68
  412. data/node_modules/npm-check-updates/build/src/lib/isUpgradeable.js.map +0 -1
  413. data/node_modules/npm-check-updates/build/src/lib/keyValueBy.d.ts +0 -6
  414. data/node_modules/npm-check-updates/build/src/lib/keyValueBy.js +0 -23
  415. data/node_modules/npm-check-updates/build/src/lib/keyValueBy.js.map +0 -1
  416. data/node_modules/npm-check-updates/build/src/lib/libnpmconfig/index.d.ts +0 -3
  417. data/node_modules/npm-check-updates/build/src/lib/libnpmconfig/index.js +0 -108
  418. data/node_modules/npm-check-updates/build/src/lib/libnpmconfig/index.js.map +0 -1
  419. data/node_modules/npm-check-updates/build/src/lib/loadPackageInfoFromFile.d.ts +0 -5
  420. data/node_modules/npm-check-updates/build/src/lib/loadPackageInfoFromFile.js +0 -27
  421. data/node_modules/npm-check-updates/build/src/lib/loadPackageInfoFromFile.js.map +0 -1
  422. data/node_modules/npm-check-updates/build/src/lib/logging.d.ts +0 -77
  423. data/node_modules/npm-check-updates/build/src/lib/logging.js +0 -287
  424. data/node_modules/npm-check-updates/build/src/lib/logging.js.map +0 -1
  425. data/node_modules/npm-check-updates/build/src/lib/mergeOptions.d.ts +0 -69
  426. data/node_modules/npm-check-updates/build/src/lib/mergeOptions.js +0 -23
  427. data/node_modules/npm-check-updates/build/src/lib/mergeOptions.js.map +0 -1
  428. data/node_modules/npm-check-updates/build/src/lib/programError.d.ts +0 -6
  429. data/node_modules/npm-check-updates/build/src/lib/programError.js +0 -19
  430. data/node_modules/npm-check-updates/build/src/lib/programError.js.map +0 -1
  431. data/node_modules/npm-check-updates/build/src/lib/queryVersions.d.ts +0 -13
  432. data/node_modules/npm-check-updates/build/src/lib/queryVersions.js +0 -118
  433. data/node_modules/npm-check-updates/build/src/lib/queryVersions.js.map +0 -1
  434. data/node_modules/npm-check-updates/build/src/lib/resolveDepSections.d.ts +0 -4
  435. data/node_modules/npm-check-updates/build/src/lib/resolveDepSections.js +0 -20
  436. data/node_modules/npm-check-updates/build/src/lib/resolveDepSections.js.map +0 -1
  437. data/node_modules/npm-check-updates/build/src/lib/runGlobal.d.ts +0 -5
  438. data/node_modules/npm-check-updates/build/src/lib/runGlobal.js +0 -76
  439. data/node_modules/npm-check-updates/build/src/lib/runGlobal.js.map +0 -1
  440. data/node_modules/npm-check-updates/build/src/lib/runLocal.d.ts +0 -18
  441. data/node_modules/npm-check-updates/build/src/lib/runLocal.js +0 -239
  442. data/node_modules/npm-check-updates/build/src/lib/runLocal.js.map +0 -1
  443. data/node_modules/npm-check-updates/build/src/lib/table.d.ts +0 -7
  444. data/node_modules/npm-check-updates/build/src/lib/table.js +0 -27
  445. data/node_modules/npm-check-updates/build/src/lib/table.js.map +0 -1
  446. data/node_modules/npm-check-updates/build/src/lib/upgradeDependencies.d.ts +0 -14
  447. data/node_modules/npm-check-updates/build/src/lib/upgradeDependencies.js +0 -103
  448. data/node_modules/npm-check-updates/build/src/lib/upgradeDependencies.js.map +0 -1
  449. data/node_modules/npm-check-updates/build/src/lib/upgradePackageData.d.ts +0 -14
  450. data/node_modules/npm-check-updates/build/src/lib/upgradePackageData.js +0 -50
  451. data/node_modules/npm-check-updates/build/src/lib/upgradePackageData.js.map +0 -1
  452. data/node_modules/npm-check-updates/build/src/lib/upgradePackageDefinitions.d.ts +0 -13
  453. data/node_modules/npm-check-updates/build/src/lib/upgradePackageDefinitions.js +0 -58
  454. data/node_modules/npm-check-updates/build/src/lib/upgradePackageDefinitions.js.map +0 -1
  455. data/node_modules/npm-check-updates/build/src/lib/version-util.d.ts +0 -180
  456. data/node_modules/npm-check-updates/build/src/lib/version-util.js +0 -518
  457. data/node_modules/npm-check-updates/build/src/lib/version-util.js.map +0 -1
  458. data/node_modules/npm-check-updates/build/src/lib/wrap.d.ts +0 -3
  459. data/node_modules/npm-check-updates/build/src/lib/wrap.js +0 -45
  460. data/node_modules/npm-check-updates/build/src/lib/wrap.js.map +0 -1
  461. data/node_modules/npm-check-updates/build/src/package-managers/bun.d.ts +0 -18
  462. data/node_modules/npm-check-updates/build/src/package-managers/bun.js +0 -89
  463. data/node_modules/npm-check-updates/build/src/package-managers/bun.js.map +0 -1
  464. data/node_modules/npm-check-updates/build/src/package-managers/filters.d.ts +0 -35
  465. data/node_modules/npm-check-updates/build/src/package-managers/filters.js +0 -96
  466. data/node_modules/npm-check-updates/build/src/package-managers/filters.js.map +0 -1
  467. data/node_modules/npm-check-updates/build/src/package-managers/gitTags.d.ts +0 -16
  468. data/node_modules/npm-check-updates/build/src/package-managers/gitTags.js +0 -112
  469. data/node_modules/npm-check-updates/build/src/package-managers/gitTags.js.map +0 -1
  470. data/node_modules/npm-check-updates/build/src/package-managers/index.d.ts +0 -4
  471. data/node_modules/npm-check-updates/build/src/package-managers/index.js +0 -40
  472. data/node_modules/npm-check-updates/build/src/package-managers/index.js.map +0 -1
  473. data/node_modules/npm-check-updates/build/src/package-managers/npm.d.ts +0 -147
  474. data/node_modules/npm-check-updates/build/src/package-managers/npm.js +0 -688
  475. data/node_modules/npm-check-updates/build/src/package-managers/npm.js.map +0 -1
  476. data/node_modules/npm-check-updates/build/src/package-managers/pnpm.d.ts +0 -25
  477. data/node_modules/npm-check-updates/build/src/package-managers/pnpm.js +0 -103
  478. data/node_modules/npm-check-updates/build/src/package-managers/pnpm.js.map +0 -1
  479. data/node_modules/npm-check-updates/build/src/package-managers/staticRegistry.d.ts +0 -10
  480. data/node_modules/npm-check-updates/build/src/package-managers/staticRegistry.js +0 -52
  481. data/node_modules/npm-check-updates/build/src/package-managers/staticRegistry.js.map +0 -1
  482. data/node_modules/npm-check-updates/build/src/package-managers/yarn.d.ts +0 -60
  483. data/node_modules/npm-check-updates/build/src/package-managers/yarn.js +0 -248
  484. data/node_modules/npm-check-updates/build/src/package-managers/yarn.js.map +0 -1
  485. data/node_modules/npm-check-updates/build/src/scripts/build-options.d.ts +0 -1
  486. data/node_modules/npm-check-updates/build/src/scripts/build-options.js +0 -121
  487. data/node_modules/npm-check-updates/build/src/scripts/build-options.js.map +0 -1
  488. data/node_modules/npm-check-updates/build/src/types/CLIOption.d.ts +0 -16
  489. data/node_modules/npm-check-updates/build/src/types/CLIOption.js +0 -3
  490. data/node_modules/npm-check-updates/build/src/types/CLIOption.js.map +0 -1
  491. data/node_modules/npm-check-updates/build/src/types/Cacher.d.ts +0 -10
  492. data/node_modules/npm-check-updates/build/src/types/Cacher.js +0 -3
  493. data/node_modules/npm-check-updates/build/src/types/Cacher.js.map +0 -1
  494. data/node_modules/npm-check-updates/build/src/types/ExtendedHelp.d.ts +0 -5
  495. data/node_modules/npm-check-updates/build/src/types/ExtendedHelp.js +0 -3
  496. data/node_modules/npm-check-updates/build/src/types/ExtendedHelp.js.map +0 -1
  497. data/node_modules/npm-check-updates/build/src/types/FilterFunction.d.ts +0 -3
  498. data/node_modules/npm-check-updates/build/src/types/FilterFunction.js +0 -3
  499. data/node_modules/npm-check-updates/build/src/types/FilterFunction.js.map +0 -1
  500. data/node_modules/npm-check-updates/build/src/types/FilterPattern.d.ts +0 -3
  501. data/node_modules/npm-check-updates/build/src/types/FilterPattern.js +0 -3
  502. data/node_modules/npm-check-updates/build/src/types/FilterPattern.js.map +0 -1
  503. data/node_modules/npm-check-updates/build/src/types/FilterResultsFunction.d.ts +0 -9
  504. data/node_modules/npm-check-updates/build/src/types/FilterResultsFunction.js +0 -3
  505. data/node_modules/npm-check-updates/build/src/types/FilterResultsFunction.js.map +0 -1
  506. data/node_modules/npm-check-updates/build/src/types/GetVersion.d.ts +0 -6
  507. data/node_modules/npm-check-updates/build/src/types/GetVersion.js +0 -3
  508. data/node_modules/npm-check-updates/build/src/types/GetVersion.js.map +0 -1
  509. data/node_modules/npm-check-updates/build/src/types/GroupFunction.d.ts +0 -4
  510. data/node_modules/npm-check-updates/build/src/types/GroupFunction.js +0 -3
  511. data/node_modules/npm-check-updates/build/src/types/GroupFunction.js.map +0 -1
  512. data/node_modules/npm-check-updates/build/src/types/IgnoredUpgrade.d.ts +0 -8
  513. data/node_modules/npm-check-updates/build/src/types/IgnoredUpgrade.js +0 -3
  514. data/node_modules/npm-check-updates/build/src/types/IgnoredUpgrade.js.map +0 -1
  515. data/node_modules/npm-check-updates/build/src/types/IndexType.d.ts +0 -4
  516. data/node_modules/npm-check-updates/build/src/types/IndexType.js +0 -4
  517. data/node_modules/npm-check-updates/build/src/types/IndexType.js.map +0 -1
  518. data/node_modules/npm-check-updates/build/src/types/Maybe.d.ts +0 -2
  519. data/node_modules/npm-check-updates/build/src/types/Maybe.js +0 -3
  520. data/node_modules/npm-check-updates/build/src/types/Maybe.js.map +0 -1
  521. data/node_modules/npm-check-updates/build/src/types/MockedVersions.d.ts +0 -5
  522. data/node_modules/npm-check-updates/build/src/types/MockedVersions.js +0 -3
  523. data/node_modules/npm-check-updates/build/src/types/MockedVersions.js.map +0 -1
  524. data/node_modules/npm-check-updates/build/src/types/NpmConfig.d.ts +0 -4
  525. data/node_modules/npm-check-updates/build/src/types/NpmConfig.js +0 -3
  526. data/node_modules/npm-check-updates/build/src/types/NpmConfig.js.map +0 -1
  527. data/node_modules/npm-check-updates/build/src/types/NpmOptions.d.ts +0 -6
  528. data/node_modules/npm-check-updates/build/src/types/NpmOptions.js +0 -3
  529. data/node_modules/npm-check-updates/build/src/types/NpmOptions.js.map +0 -1
  530. data/node_modules/npm-check-updates/build/src/types/Options.d.ts +0 -17
  531. data/node_modules/npm-check-updates/build/src/types/Options.js +0 -3
  532. data/node_modules/npm-check-updates/build/src/types/Options.js.map +0 -1
  533. data/node_modules/npm-check-updates/build/src/types/PackageFile.d.ts +0 -24
  534. data/node_modules/npm-check-updates/build/src/types/PackageFile.js +0 -3
  535. data/node_modules/npm-check-updates/build/src/types/PackageFile.js.map +0 -1
  536. data/node_modules/npm-check-updates/build/src/types/PackageFileRepository.d.ts +0 -5
  537. data/node_modules/npm-check-updates/build/src/types/PackageFileRepository.js +0 -3
  538. data/node_modules/npm-check-updates/build/src/types/PackageFileRepository.js.map +0 -1
  539. data/node_modules/npm-check-updates/build/src/types/PackageInfo.d.ts +0 -8
  540. data/node_modules/npm-check-updates/build/src/types/PackageInfo.js +0 -3
  541. data/node_modules/npm-check-updates/build/src/types/PackageInfo.js.map +0 -1
  542. data/node_modules/npm-check-updates/build/src/types/PackageManager.d.ts +0 -18
  543. data/node_modules/npm-check-updates/build/src/types/PackageManager.js +0 -3
  544. data/node_modules/npm-check-updates/build/src/types/PackageManager.js.map +0 -1
  545. data/node_modules/npm-check-updates/build/src/types/PackageManagerName.d.ts +0 -2
  546. data/node_modules/npm-check-updates/build/src/types/PackageManagerName.js +0 -3
  547. data/node_modules/npm-check-updates/build/src/types/PackageManagerName.js.map +0 -1
  548. data/node_modules/npm-check-updates/build/src/types/Packument.d.ts +0 -13
  549. data/node_modules/npm-check-updates/build/src/types/Packument.js +0 -3
  550. data/node_modules/npm-check-updates/build/src/types/Packument.js.map +0 -1
  551. data/node_modules/npm-check-updates/build/src/types/RunOptions.d.ts +0 -137
  552. data/node_modules/npm-check-updates/build/src/types/RunOptions.js +0 -3
  553. data/node_modules/npm-check-updates/build/src/types/RunOptions.js.map +0 -1
  554. data/node_modules/npm-check-updates/build/src/types/SpawnOptions.d.ts +0 -6
  555. data/node_modules/npm-check-updates/build/src/types/SpawnOptions.js +0 -3
  556. data/node_modules/npm-check-updates/build/src/types/SpawnOptions.js.map +0 -1
  557. data/node_modules/npm-check-updates/build/src/types/StaticRegistry.d.ts +0 -4
  558. data/node_modules/npm-check-updates/build/src/types/StaticRegistry.js +0 -3
  559. data/node_modules/npm-check-updates/build/src/types/StaticRegistry.js.map +0 -1
  560. data/node_modules/npm-check-updates/build/src/types/Target.d.ts +0 -9
  561. data/node_modules/npm-check-updates/build/src/types/Target.js +0 -6
  562. data/node_modules/npm-check-updates/build/src/types/Target.js.map +0 -1
  563. data/node_modules/npm-check-updates/build/src/types/TargetFunction.d.ts +0 -3
  564. data/node_modules/npm-check-updates/build/src/types/TargetFunction.js +0 -3
  565. data/node_modules/npm-check-updates/build/src/types/TargetFunction.js.map +0 -1
  566. data/node_modules/npm-check-updates/build/src/types/UpgradeGroup.d.ts +0 -1
  567. data/node_modules/npm-check-updates/build/src/types/UpgradeGroup.js +0 -3
  568. data/node_modules/npm-check-updates/build/src/types/UpgradeGroup.js.map +0 -1
  569. data/node_modules/npm-check-updates/build/src/types/Version.d.ts +0 -2
  570. data/node_modules/npm-check-updates/build/src/types/Version.js +0 -3
  571. data/node_modules/npm-check-updates/build/src/types/Version.js.map +0 -1
  572. data/node_modules/npm-check-updates/build/src/types/VersionLevel.d.ts +0 -2
  573. data/node_modules/npm-check-updates/build/src/types/VersionLevel.js +0 -3
  574. data/node_modules/npm-check-updates/build/src/types/VersionLevel.js.map +0 -1
  575. data/node_modules/npm-check-updates/build/src/types/VersionResult.d.ts +0 -7
  576. data/node_modules/npm-check-updates/build/src/types/VersionResult.js +0 -3
  577. data/node_modules/npm-check-updates/build/src/types/VersionResult.js.map +0 -1
  578. data/node_modules/npm-check-updates/build/src/types/VersionSpec.d.ts +0 -2
  579. data/node_modules/npm-check-updates/build/src/types/VersionSpec.js +0 -3
  580. data/node_modules/npm-check-updates/build/src/types/VersionSpec.js.map +0 -1
  581. data/node_modules/npm-check-updates/node_modules/chalk/license +0 -9
  582. data/node_modules/npm-check-updates/node_modules/chalk/package.json +0 -83
  583. data/node_modules/npm-check-updates/node_modules/chalk/readme.md +0 -325
  584. data/node_modules/npm-check-updates/node_modules/chalk/source/index.d.ts +0 -320
  585. data/node_modules/npm-check-updates/node_modules/chalk/source/index.js +0 -225
  586. data/node_modules/npm-check-updates/node_modules/chalk/source/utilities.js +0 -33
  587. data/node_modules/npm-check-updates/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  588. data/node_modules/npm-check-updates/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  589. data/node_modules/npm-check-updates/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  590. data/node_modules/npm-check-updates/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  591. data/node_modules/npm-check-updates/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  592. data/node_modules/npm-check-updates/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  593. data/node_modules/npm-check-updates/node_modules/minimatch/LICENSE +0 -15
  594. data/node_modules/npm-check-updates/node_modules/minimatch/README.md +0 -454
  595. data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/assert-valid-pattern.d.ts +0 -2
  596. data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/assert-valid-pattern.d.ts.map +0 -1
  597. data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/assert-valid-pattern.js +0 -14
  598. data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/assert-valid-pattern.js.map +0 -1
  599. data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/ast.d.ts +0 -19
  600. data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/ast.d.ts.map +0 -1
  601. data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/ast.js +0 -589
  602. data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/ast.js.map +0 -1
  603. data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/brace-expressions.d.ts +0 -8
  604. data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/brace-expressions.d.ts.map +0 -1
  605. data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/brace-expressions.js +0 -152
  606. data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/brace-expressions.js.map +0 -1
  607. data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/escape.d.ts +0 -12
  608. data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/escape.d.ts.map +0 -1
  609. data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/escape.js +0 -22
  610. data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/escape.js.map +0 -1
  611. data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/index.d.ts +0 -94
  612. data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/index.d.ts.map +0 -1
  613. data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/index.js +0 -1011
  614. data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/index.js.map +0 -1
  615. data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/package.json +0 -3
  616. data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/unescape.d.ts +0 -17
  617. data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/unescape.d.ts.map +0 -1
  618. data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/unescape.js +0 -24
  619. data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/unescape.js.map +0 -1
  620. data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/assert-valid-pattern.d.ts +0 -2
  621. data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/assert-valid-pattern.d.ts.map +0 -1
  622. data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/assert-valid-pattern.js +0 -10
  623. data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/assert-valid-pattern.js.map +0 -1
  624. data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/ast.d.ts +0 -19
  625. data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/ast.d.ts.map +0 -1
  626. data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/ast.js +0 -585
  627. data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/ast.js.map +0 -1
  628. data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/brace-expressions.d.ts +0 -8
  629. data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/brace-expressions.d.ts.map +0 -1
  630. data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/brace-expressions.js +0 -148
  631. data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/brace-expressions.js.map +0 -1
  632. data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/escape.d.ts +0 -12
  633. data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/escape.d.ts.map +0 -1
  634. data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/escape.js +0 -18
  635. data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/escape.js.map +0 -1
  636. data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/index.d.ts +0 -94
  637. data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/index.d.ts.map +0 -1
  638. data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/index.js +0 -995
  639. data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/index.js.map +0 -1
  640. data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/package.json +0 -3
  641. data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/unescape.d.ts +0 -17
  642. data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/unescape.d.ts.map +0 -1
  643. data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/unescape.js +0 -20
  644. data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/unescape.js.map +0 -1
  645. data/node_modules/npm-check-updates/node_modules/minimatch/node_modules/brace-expansion/LICENSE +0 -21
  646. data/node_modules/npm-check-updates/node_modules/minimatch/node_modules/brace-expansion/README.md +0 -135
  647. data/node_modules/npm-check-updates/node_modules/minimatch/node_modules/brace-expansion/index.js +0 -203
  648. data/node_modules/npm-check-updates/node_modules/minimatch/node_modules/brace-expansion/package.json +0 -46
  649. data/node_modules/npm-check-updates/node_modules/minimatch/package.json +0 -86
  650. data/node_modules/npm-check-updates/node_modules/strip-ansi/index.d.ts +0 -15
  651. data/node_modules/npm-check-updates/node_modules/strip-ansi/index.js +0 -14
  652. data/node_modules/npm-check-updates/node_modules/strip-ansi/license +0 -9
  653. data/node_modules/npm-check-updates/node_modules/strip-ansi/node_modules/ansi-regex/index.d.ts +0 -33
  654. data/node_modules/npm-check-updates/node_modules/strip-ansi/node_modules/ansi-regex/index.js +0 -8
  655. data/node_modules/npm-check-updates/node_modules/strip-ansi/node_modules/ansi-regex/license +0 -9
  656. data/node_modules/npm-check-updates/node_modules/strip-ansi/node_modules/ansi-regex/package.json +0 -58
  657. data/node_modules/npm-check-updates/node_modules/strip-ansi/node_modules/ansi-regex/readme.md +0 -72
  658. data/node_modules/npm-check-updates/node_modules/strip-ansi/package.json +0 -57
  659. data/node_modules/npm-check-updates/node_modules/strip-ansi/readme.md +0 -41
  660. data/node_modules/rimraf/dist/commonjs/default-tmp.d.ts +0 -3
  661. data/node_modules/rimraf/dist/commonjs/default-tmp.d.ts.map +0 -1
  662. data/node_modules/rimraf/dist/commonjs/default-tmp.js +0 -61
  663. data/node_modules/rimraf/dist/commonjs/default-tmp.js.map +0 -1
  664. data/node_modules/rimraf/dist/commonjs/fix-eperm.d.ts +0 -3
  665. data/node_modules/rimraf/dist/commonjs/fix-eperm.d.ts.map +0 -1
  666. data/node_modules/rimraf/dist/commonjs/fix-eperm.js +0 -58
  667. data/node_modules/rimraf/dist/commonjs/fix-eperm.js.map +0 -1
  668. data/node_modules/rimraf/dist/commonjs/fs.d.ts +0 -17
  669. data/node_modules/rimraf/dist/commonjs/fs.d.ts.map +0 -1
  670. data/node_modules/rimraf/dist/commonjs/fs.js +0 -46
  671. data/node_modules/rimraf/dist/commonjs/fs.js.map +0 -1
  672. data/node_modules/rimraf/dist/commonjs/ignore-enoent.d.ts +0 -3
  673. data/node_modules/rimraf/dist/commonjs/ignore-enoent.d.ts.map +0 -1
  674. data/node_modules/rimraf/dist/commonjs/ignore-enoent.js +0 -21
  675. data/node_modules/rimraf/dist/commonjs/ignore-enoent.js.map +0 -1
  676. data/node_modules/rimraf/dist/commonjs/index.d.ts +0 -50
  677. data/node_modules/rimraf/dist/commonjs/index.d.ts.map +0 -1
  678. data/node_modules/rimraf/dist/commonjs/index.js +0 -76
  679. data/node_modules/rimraf/dist/commonjs/index.js.map +0 -1
  680. data/node_modules/rimraf/dist/commonjs/opt-arg.d.ts +0 -35
  681. data/node_modules/rimraf/dist/commonjs/opt-arg.d.ts.map +0 -1
  682. data/node_modules/rimraf/dist/commonjs/opt-arg.js +0 -53
  683. data/node_modules/rimraf/dist/commonjs/opt-arg.js.map +0 -1
  684. data/node_modules/rimraf/dist/commonjs/package.json +0 -1
  685. data/node_modules/rimraf/dist/commonjs/path-arg.d.ts +0 -4
  686. data/node_modules/rimraf/dist/commonjs/path-arg.d.ts.map +0 -1
  687. data/node_modules/rimraf/dist/commonjs/path-arg.js +0 -54
  688. data/node_modules/rimraf/dist/commonjs/path-arg.js.map +0 -1
  689. data/node_modules/rimraf/dist/commonjs/platform.d.ts +0 -3
  690. data/node_modules/rimraf/dist/commonjs/platform.d.ts.map +0 -1
  691. data/node_modules/rimraf/dist/commonjs/platform.js +0 -4
  692. data/node_modules/rimraf/dist/commonjs/platform.js.map +0 -1
  693. data/node_modules/rimraf/dist/commonjs/readdir-or-error.d.ts +0 -5
  694. data/node_modules/rimraf/dist/commonjs/readdir-or-error.d.ts.map +0 -1
  695. data/node_modules/rimraf/dist/commonjs/readdir-or-error.js +0 -19
  696. data/node_modules/rimraf/dist/commonjs/readdir-or-error.js.map +0 -1
  697. data/node_modules/rimraf/dist/commonjs/retry-busy.d.ts +0 -8
  698. data/node_modules/rimraf/dist/commonjs/retry-busy.d.ts.map +0 -1
  699. data/node_modules/rimraf/dist/commonjs/retry-busy.js +0 -68
  700. data/node_modules/rimraf/dist/commonjs/retry-busy.js.map +0 -1
  701. data/node_modules/rimraf/dist/commonjs/rimraf-manual.d.ts +0 -3
  702. data/node_modules/rimraf/dist/commonjs/rimraf-manual.d.ts.map +0 -1
  703. data/node_modules/rimraf/dist/commonjs/rimraf-manual.js +0 -12
  704. data/node_modules/rimraf/dist/commonjs/rimraf-manual.js.map +0 -1
  705. data/node_modules/rimraf/dist/commonjs/rimraf-move-remove.d.ts +0 -4
  706. data/node_modules/rimraf/dist/commonjs/rimraf-move-remove.d.ts.map +0 -1
  707. data/node_modules/rimraf/dist/commonjs/rimraf-move-remove.js +0 -192
  708. data/node_modules/rimraf/dist/commonjs/rimraf-move-remove.js.map +0 -1
  709. data/node_modules/rimraf/dist/commonjs/rimraf-native.d.ts +0 -4
  710. data/node_modules/rimraf/dist/commonjs/rimraf-native.d.ts.map +0 -1
  711. data/node_modules/rimraf/dist/commonjs/rimraf-native.js +0 -24
  712. data/node_modules/rimraf/dist/commonjs/rimraf-native.js.map +0 -1
  713. data/node_modules/rimraf/dist/commonjs/rimraf-posix.d.ts +0 -4
  714. data/node_modules/rimraf/dist/commonjs/rimraf-posix.d.ts.map +0 -1
  715. data/node_modules/rimraf/dist/commonjs/rimraf-posix.js +0 -123
  716. data/node_modules/rimraf/dist/commonjs/rimraf-posix.js.map +0 -1
  717. data/node_modules/rimraf/dist/commonjs/rimraf-windows.d.ts +0 -4
  718. data/node_modules/rimraf/dist/commonjs/rimraf-windows.d.ts.map +0 -1
  719. data/node_modules/rimraf/dist/commonjs/rimraf-windows.js +0 -182
  720. data/node_modules/rimraf/dist/commonjs/rimraf-windows.js.map +0 -1
  721. data/node_modules/rimraf/dist/commonjs/use-native.d.ts +0 -4
  722. data/node_modules/rimraf/dist/commonjs/use-native.d.ts.map +0 -1
  723. data/node_modules/rimraf/dist/commonjs/use-native.js +0 -22
  724. data/node_modules/rimraf/dist/commonjs/use-native.js.map +0 -1
  725. data/node_modules/rimraf/dist/esm/bin.d.mts +0 -8
  726. data/node_modules/rimraf/dist/esm/bin.d.mts.map +0 -1
  727. data/node_modules/rimraf/dist/esm/bin.mjs +0 -256
  728. data/node_modules/rimraf/dist/esm/bin.mjs.map +0 -1
  729. data/node_modules/rimraf/dist/esm/default-tmp.d.ts +0 -3
  730. data/node_modules/rimraf/dist/esm/default-tmp.d.ts.map +0 -1
  731. data/node_modules/rimraf/dist/esm/default-tmp.js +0 -55
  732. data/node_modules/rimraf/dist/esm/default-tmp.js.map +0 -1
  733. data/node_modules/rimraf/dist/esm/fix-eperm.d.ts +0 -3
  734. data/node_modules/rimraf/dist/esm/fix-eperm.d.ts.map +0 -1
  735. data/node_modules/rimraf/dist/esm/fix-eperm.js +0 -53
  736. data/node_modules/rimraf/dist/esm/fix-eperm.js.map +0 -1
  737. data/node_modules/rimraf/dist/esm/fs.d.ts +0 -17
  738. data/node_modules/rimraf/dist/esm/fs.d.ts.map +0 -1
  739. data/node_modules/rimraf/dist/esm/fs.js +0 -31
  740. data/node_modules/rimraf/dist/esm/fs.js.map +0 -1
  741. data/node_modules/rimraf/dist/esm/ignore-enoent.d.ts +0 -3
  742. data/node_modules/rimraf/dist/esm/ignore-enoent.d.ts.map +0 -1
  743. data/node_modules/rimraf/dist/esm/ignore-enoent.js +0 -16
  744. data/node_modules/rimraf/dist/esm/ignore-enoent.js.map +0 -1
  745. data/node_modules/rimraf/dist/esm/index.d.ts +0 -50
  746. data/node_modules/rimraf/dist/esm/index.d.ts.map +0 -1
  747. data/node_modules/rimraf/dist/esm/index.js +0 -68
  748. data/node_modules/rimraf/dist/esm/index.js.map +0 -1
  749. data/node_modules/rimraf/dist/esm/opt-arg.d.ts +0 -35
  750. data/node_modules/rimraf/dist/esm/opt-arg.d.ts.map +0 -1
  751. data/node_modules/rimraf/dist/esm/opt-arg.js +0 -46
  752. data/node_modules/rimraf/dist/esm/opt-arg.js.map +0 -1
  753. data/node_modules/rimraf/dist/esm/package.json +0 -1
  754. data/node_modules/rimraf/dist/esm/path-arg.d.ts +0 -4
  755. data/node_modules/rimraf/dist/esm/path-arg.d.ts.map +0 -1
  756. data/node_modules/rimraf/dist/esm/path-arg.js +0 -49
  757. data/node_modules/rimraf/dist/esm/path-arg.js.map +0 -1
  758. data/node_modules/rimraf/dist/esm/platform.d.ts +0 -3
  759. data/node_modules/rimraf/dist/esm/platform.d.ts.map +0 -1
  760. data/node_modules/rimraf/dist/esm/platform.js +0 -2
  761. data/node_modules/rimraf/dist/esm/platform.js.map +0 -1
  762. data/node_modules/rimraf/dist/esm/readdir-or-error.d.ts +0 -5
  763. data/node_modules/rimraf/dist/esm/readdir-or-error.d.ts.map +0 -1
  764. data/node_modules/rimraf/dist/esm/readdir-or-error.js +0 -14
  765. data/node_modules/rimraf/dist/esm/readdir-or-error.js.map +0 -1
  766. data/node_modules/rimraf/dist/esm/retry-busy.d.ts +0 -8
  767. data/node_modules/rimraf/dist/esm/retry-busy.d.ts.map +0 -1
  768. data/node_modules/rimraf/dist/esm/retry-busy.js +0 -63
  769. data/node_modules/rimraf/dist/esm/retry-busy.js.map +0 -1
  770. data/node_modules/rimraf/dist/esm/rimraf-manual.d.ts +0 -3
  771. data/node_modules/rimraf/dist/esm/rimraf-manual.d.ts.map +0 -1
  772. data/node_modules/rimraf/dist/esm/rimraf-manual.js +0 -6
  773. data/node_modules/rimraf/dist/esm/rimraf-manual.js.map +0 -1
  774. data/node_modules/rimraf/dist/esm/rimraf-move-remove.d.ts +0 -4
  775. data/node_modules/rimraf/dist/esm/rimraf-move-remove.d.ts.map +0 -1
  776. data/node_modules/rimraf/dist/esm/rimraf-move-remove.js +0 -187
  777. data/node_modules/rimraf/dist/esm/rimraf-move-remove.js.map +0 -1
  778. data/node_modules/rimraf/dist/esm/rimraf-native.d.ts +0 -4
  779. data/node_modules/rimraf/dist/esm/rimraf-native.d.ts.map +0 -1
  780. data/node_modules/rimraf/dist/esm/rimraf-native.js +0 -19
  781. data/node_modules/rimraf/dist/esm/rimraf-native.js.map +0 -1
  782. data/node_modules/rimraf/dist/esm/rimraf-posix.d.ts +0 -4
  783. data/node_modules/rimraf/dist/esm/rimraf-posix.d.ts.map +0 -1
  784. data/node_modules/rimraf/dist/esm/rimraf-posix.js +0 -118
  785. data/node_modules/rimraf/dist/esm/rimraf-posix.js.map +0 -1
  786. data/node_modules/rimraf/dist/esm/rimraf-windows.d.ts +0 -4
  787. data/node_modules/rimraf/dist/esm/rimraf-windows.d.ts.map +0 -1
  788. data/node_modules/rimraf/dist/esm/rimraf-windows.js +0 -177
  789. data/node_modules/rimraf/dist/esm/rimraf-windows.js.map +0 -1
  790. data/node_modules/rimraf/dist/esm/use-native.d.ts +0 -4
  791. data/node_modules/rimraf/dist/esm/use-native.d.ts.map +0 -1
  792. data/node_modules/rimraf/dist/esm/use-native.js +0 -16
  793. data/node_modules/rimraf/dist/esm/use-native.js.map +0 -1
  794. data/node_modules/semver/classes/comparator.js +0 -141
  795. data/node_modules/semver/classes/index.js +0 -5
  796. data/node_modules/semver/classes/range.js +0 -539
  797. data/node_modules/semver/classes/semver.js +0 -302
  798. data/node_modules/semver/functions/clean.js +0 -6
  799. data/node_modules/semver/functions/cmp.js +0 -52
  800. data/node_modules/semver/functions/coerce.js +0 -52
  801. data/node_modules/semver/functions/compare-build.js +0 -7
  802. data/node_modules/semver/functions/compare-loose.js +0 -3
  803. data/node_modules/semver/functions/compare.js +0 -5
  804. data/node_modules/semver/functions/diff.js +0 -65
  805. data/node_modules/semver/functions/eq.js +0 -3
  806. data/node_modules/semver/functions/gt.js +0 -3
  807. data/node_modules/semver/functions/gte.js +0 -3
  808. data/node_modules/semver/functions/inc.js +0 -19
  809. data/node_modules/semver/functions/lt.js +0 -3
  810. data/node_modules/semver/functions/lte.js +0 -3
  811. data/node_modules/semver/functions/major.js +0 -3
  812. data/node_modules/semver/functions/minor.js +0 -3
  813. data/node_modules/semver/functions/neq.js +0 -3
  814. data/node_modules/semver/functions/parse.js +0 -16
  815. data/node_modules/semver/functions/patch.js +0 -3
  816. data/node_modules/semver/functions/prerelease.js +0 -6
  817. data/node_modules/semver/functions/rcompare.js +0 -3
  818. data/node_modules/semver/functions/rsort.js +0 -3
  819. data/node_modules/semver/functions/satisfies.js +0 -10
  820. data/node_modules/semver/functions/sort.js +0 -3
  821. data/node_modules/semver/functions/valid.js +0 -6
  822. data/node_modules/semver/index.js +0 -89
  823. data/node_modules/semver/internal/constants.js +0 -35
  824. data/node_modules/semver/internal/debug.js +0 -9
  825. data/node_modules/semver/internal/identifiers.js +0 -23
  826. data/node_modules/semver/internal/parse-options.js +0 -15
  827. data/node_modules/semver/internal/re.js +0 -212
  828. data/node_modules/semver/node_modules/lru-cache/LICENSE +0 -15
  829. data/node_modules/semver/node_modules/lru-cache/README.md +0 -166
  830. data/node_modules/semver/node_modules/lru-cache/index.js +0 -334
  831. data/node_modules/semver/node_modules/lru-cache/package.json +0 -34
  832. data/node_modules/semver/preload.js +0 -2
  833. data/node_modules/semver/ranges/gtr.js +0 -4
  834. data/node_modules/semver/ranges/intersects.js +0 -7
  835. data/node_modules/semver/ranges/ltr.js +0 -4
  836. data/node_modules/semver/ranges/max-satisfying.js +0 -25
  837. data/node_modules/semver/ranges/min-satisfying.js +0 -24
  838. data/node_modules/semver/ranges/min-version.js +0 -61
  839. data/node_modules/semver/ranges/outside.js +0 -80
  840. data/node_modules/semver/ranges/simplify.js +0 -47
  841. data/node_modules/semver/ranges/subset.js +0 -247
  842. data/node_modules/semver/ranges/to-comparators.js +0 -8
  843. data/node_modules/semver/ranges/valid.js +0 -11
  844. /data/node_modules/{eslint/node_modules/chalk → chalk}/index.d.ts +0 -0
  845. /data/node_modules/{eslint/node_modules/chalk → chalk}/source/templates.js +0 -0
  846. /data/node_modules/{eslint/node_modules/chalk → chalk}/source/util.js +0 -0
  847. /data/node_modules/{@eslint/config-array/node_modules/minimatch → minimatch}/minimatch.js +0 -0
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: immosquare-cleaner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.42
4
+ version: 0.1.44
5
5
  platform: ruby
6
6
  authors:
7
7
  - IMMO SQUARE
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-26 00:00:00.000000000 Z
11
+ date: 2024-08-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: erb_lint
@@ -1286,14 +1286,6 @@ files:
1286
1286
  - node_modules/@eslint/config-array/dist/esm/index.js
1287
1287
  - node_modules/@eslint/config-array/dist/esm/types.d.ts
1288
1288
  - node_modules/@eslint/config-array/dist/esm/types.ts
1289
- - node_modules/@eslint/config-array/node_modules/minimatch/LICENSE
1290
- - node_modules/@eslint/config-array/node_modules/minimatch/README.md
1291
- - node_modules/@eslint/config-array/node_modules/minimatch/minimatch.js
1292
- - node_modules/@eslint/config-array/node_modules/minimatch/node_modules/brace-expansion/LICENSE
1293
- - node_modules/@eslint/config-array/node_modules/minimatch/node_modules/brace-expansion/README.md
1294
- - node_modules/@eslint/config-array/node_modules/minimatch/node_modules/brace-expansion/index.js
1295
- - node_modules/@eslint/config-array/node_modules/minimatch/node_modules/brace-expansion/package.json
1296
- - node_modules/@eslint/config-array/node_modules/minimatch/package.json
1297
1289
  - node_modules/@eslint/config-array/package.json
1298
1290
  - node_modules/@eslint/eslintrc/LICENSE
1299
1291
  - node_modules/@eslint/eslintrc/README.md
@@ -3945,18 +3937,13 @@ files:
3945
3937
  - node_modules/caniuse-lite/dist/unpacker/index.js
3946
3938
  - node_modules/caniuse-lite/dist/unpacker/region.js
3947
3939
  - node_modules/caniuse-lite/package.json
3940
+ - node_modules/chalk/index.d.ts
3948
3941
  - node_modules/chalk/license
3949
3942
  - node_modules/chalk/package.json
3950
3943
  - node_modules/chalk/readme.md
3951
- - node_modules/chalk/source/index.d.ts
3952
3944
  - node_modules/chalk/source/index.js
3953
- - node_modules/chalk/source/utilities.js
3954
- - node_modules/chalk/source/vendor/ansi-styles/index.d.ts
3955
- - node_modules/chalk/source/vendor/ansi-styles/index.js
3956
- - node_modules/chalk/source/vendor/supports-color/browser.d.ts
3957
- - node_modules/chalk/source/vendor/supports-color/browser.js
3958
- - node_modules/chalk/source/vendor/supports-color/index.d.ts
3959
- - node_modules/chalk/source/vendor/supports-color/index.js
3945
+ - node_modules/chalk/source/templates.js
3946
+ - node_modules/chalk/source/util.js
3960
3947
  - node_modules/chownr/LICENSE
3961
3948
  - node_modules/chownr/README.md
3962
3949
  - node_modules/chownr/chownr.js
@@ -8775,31 +8762,6 @@ files:
8775
8762
  - node_modules/eslint/messages/print-config-with-directory-path.js
8776
8763
  - node_modules/eslint/messages/shared.js
8777
8764
  - node_modules/eslint/messages/whitespace-found.js
8778
- - node_modules/eslint/node_modules/chalk/index.d.ts
8779
- - node_modules/eslint/node_modules/chalk/license
8780
- - node_modules/eslint/node_modules/chalk/package.json
8781
- - node_modules/eslint/node_modules/chalk/readme.md
8782
- - node_modules/eslint/node_modules/chalk/source/index.js
8783
- - node_modules/eslint/node_modules/chalk/source/templates.js
8784
- - node_modules/eslint/node_modules/chalk/source/util.js
8785
- - node_modules/eslint/node_modules/minimatch/LICENSE
8786
- - node_modules/eslint/node_modules/minimatch/README.md
8787
- - node_modules/eslint/node_modules/minimatch/minimatch.js
8788
- - node_modules/eslint/node_modules/minimatch/node_modules/brace-expansion/LICENSE
8789
- - node_modules/eslint/node_modules/minimatch/node_modules/brace-expansion/README.md
8790
- - node_modules/eslint/node_modules/minimatch/node_modules/brace-expansion/index.js
8791
- - node_modules/eslint/node_modules/minimatch/node_modules/brace-expansion/package.json
8792
- - node_modules/eslint/node_modules/minimatch/package.json
8793
- - node_modules/eslint/node_modules/strip-ansi/index.d.ts
8794
- - node_modules/eslint/node_modules/strip-ansi/index.js
8795
- - node_modules/eslint/node_modules/strip-ansi/license
8796
- - node_modules/eslint/node_modules/strip-ansi/node_modules/ansi-regex/index.d.ts
8797
- - node_modules/eslint/node_modules/strip-ansi/node_modules/ansi-regex/index.js
8798
- - node_modules/eslint/node_modules/strip-ansi/node_modules/ansi-regex/license
8799
- - node_modules/eslint/node_modules/strip-ansi/node_modules/ansi-regex/package.json
8800
- - node_modules/eslint/node_modules/strip-ansi/node_modules/ansi-regex/readme.md
8801
- - node_modules/eslint/node_modules/strip-ansi/package.json
8802
- - node_modules/eslint/node_modules/strip-ansi/readme.md
8803
8765
  - node_modules/eslint/package.json
8804
8766
  - node_modules/espree/LICENSE
8805
8767
  - node_modules/espree/README.md
@@ -9268,139 +9230,10 @@ files:
9268
9230
  - node_modules/glob-parent/package.json
9269
9231
  - node_modules/glob/LICENSE
9270
9232
  - node_modules/glob/README.md
9271
- - node_modules/glob/dist/commonjs/glob.d.ts
9272
- - node_modules/glob/dist/commonjs/glob.d.ts.map
9273
- - node_modules/glob/dist/commonjs/glob.js
9274
- - node_modules/glob/dist/commonjs/glob.js.map
9275
- - node_modules/glob/dist/commonjs/has-magic.d.ts
9276
- - node_modules/glob/dist/commonjs/has-magic.d.ts.map
9277
- - node_modules/glob/dist/commonjs/has-magic.js
9278
- - node_modules/glob/dist/commonjs/has-magic.js.map
9279
- - node_modules/glob/dist/commonjs/ignore.d.ts
9280
- - node_modules/glob/dist/commonjs/ignore.d.ts.map
9281
- - node_modules/glob/dist/commonjs/ignore.js
9282
- - node_modules/glob/dist/commonjs/ignore.js.map
9283
- - node_modules/glob/dist/commonjs/index.d.ts
9284
- - node_modules/glob/dist/commonjs/index.d.ts.map
9285
- - node_modules/glob/dist/commonjs/index.js
9286
- - node_modules/glob/dist/commonjs/index.js.map
9287
- - node_modules/glob/dist/commonjs/package.json
9288
- - node_modules/glob/dist/commonjs/pattern.d.ts
9289
- - node_modules/glob/dist/commonjs/pattern.d.ts.map
9290
- - node_modules/glob/dist/commonjs/pattern.js
9291
- - node_modules/glob/dist/commonjs/pattern.js.map
9292
- - node_modules/glob/dist/commonjs/processor.d.ts
9293
- - node_modules/glob/dist/commonjs/processor.d.ts.map
9294
- - node_modules/glob/dist/commonjs/processor.js
9295
- - node_modules/glob/dist/commonjs/processor.js.map
9296
- - node_modules/glob/dist/commonjs/walker.d.ts
9297
- - node_modules/glob/dist/commonjs/walker.d.ts.map
9298
- - node_modules/glob/dist/commonjs/walker.js
9299
- - node_modules/glob/dist/commonjs/walker.js.map
9300
- - node_modules/glob/dist/esm/bin.d.mts
9301
- - node_modules/glob/dist/esm/bin.d.mts.map
9302
- - node_modules/glob/dist/esm/bin.mjs
9303
- - node_modules/glob/dist/esm/bin.mjs.map
9304
- - node_modules/glob/dist/esm/glob.d.ts
9305
- - node_modules/glob/dist/esm/glob.d.ts.map
9306
- - node_modules/glob/dist/esm/glob.js
9307
- - node_modules/glob/dist/esm/glob.js.map
9308
- - node_modules/glob/dist/esm/has-magic.d.ts
9309
- - node_modules/glob/dist/esm/has-magic.d.ts.map
9310
- - node_modules/glob/dist/esm/has-magic.js
9311
- - node_modules/glob/dist/esm/has-magic.js.map
9312
- - node_modules/glob/dist/esm/ignore.d.ts
9313
- - node_modules/glob/dist/esm/ignore.d.ts.map
9314
- - node_modules/glob/dist/esm/ignore.js
9315
- - node_modules/glob/dist/esm/ignore.js.map
9316
- - node_modules/glob/dist/esm/index.d.ts
9317
- - node_modules/glob/dist/esm/index.d.ts.map
9318
- - node_modules/glob/dist/esm/index.js
9319
- - node_modules/glob/dist/esm/index.js.map
9320
- - node_modules/glob/dist/esm/package.json
9321
- - node_modules/glob/dist/esm/pattern.d.ts
9322
- - node_modules/glob/dist/esm/pattern.d.ts.map
9323
- - node_modules/glob/dist/esm/pattern.js
9324
- - node_modules/glob/dist/esm/pattern.js.map
9325
- - node_modules/glob/dist/esm/processor.d.ts
9326
- - node_modules/glob/dist/esm/processor.d.ts.map
9327
- - node_modules/glob/dist/esm/processor.js
9328
- - node_modules/glob/dist/esm/processor.js.map
9329
- - node_modules/glob/dist/esm/walker.d.ts
9330
- - node_modules/glob/dist/esm/walker.d.ts.map
9331
- - node_modules/glob/dist/esm/walker.js
9332
- - node_modules/glob/dist/esm/walker.js.map
9333
- - node_modules/glob/node_modules/minimatch/LICENSE
9334
- - node_modules/glob/node_modules/minimatch/README.md
9335
- - node_modules/glob/node_modules/minimatch/dist/cjs/assert-valid-pattern.d.ts
9336
- - node_modules/glob/node_modules/minimatch/dist/cjs/assert-valid-pattern.d.ts.map
9337
- - node_modules/glob/node_modules/minimatch/dist/cjs/assert-valid-pattern.js
9338
- - node_modules/glob/node_modules/minimatch/dist/cjs/assert-valid-pattern.js.map
9339
- - node_modules/glob/node_modules/minimatch/dist/cjs/ast.d.ts
9340
- - node_modules/glob/node_modules/minimatch/dist/cjs/ast.d.ts.map
9341
- - node_modules/glob/node_modules/minimatch/dist/cjs/ast.js
9342
- - node_modules/glob/node_modules/minimatch/dist/cjs/ast.js.map
9343
- - node_modules/glob/node_modules/minimatch/dist/cjs/brace-expressions.d.ts
9344
- - node_modules/glob/node_modules/minimatch/dist/cjs/brace-expressions.d.ts.map
9345
- - node_modules/glob/node_modules/minimatch/dist/cjs/brace-expressions.js
9346
- - node_modules/glob/node_modules/minimatch/dist/cjs/brace-expressions.js.map
9347
- - node_modules/glob/node_modules/minimatch/dist/cjs/escape.d.ts
9348
- - node_modules/glob/node_modules/minimatch/dist/cjs/escape.d.ts.map
9349
- - node_modules/glob/node_modules/minimatch/dist/cjs/escape.js
9350
- - node_modules/glob/node_modules/minimatch/dist/cjs/escape.js.map
9351
- - node_modules/glob/node_modules/minimatch/dist/cjs/index.d.ts
9352
- - node_modules/glob/node_modules/minimatch/dist/cjs/index.d.ts.map
9353
- - node_modules/glob/node_modules/minimatch/dist/cjs/index.js
9354
- - node_modules/glob/node_modules/minimatch/dist/cjs/index.js.map
9355
- - node_modules/glob/node_modules/minimatch/dist/cjs/package.json
9356
- - node_modules/glob/node_modules/minimatch/dist/cjs/unescape.d.ts
9357
- - node_modules/glob/node_modules/minimatch/dist/cjs/unescape.d.ts.map
9358
- - node_modules/glob/node_modules/minimatch/dist/cjs/unescape.js
9359
- - node_modules/glob/node_modules/minimatch/dist/cjs/unescape.js.map
9360
- - node_modules/glob/node_modules/minimatch/dist/mjs/assert-valid-pattern.d.ts
9361
- - node_modules/glob/node_modules/minimatch/dist/mjs/assert-valid-pattern.d.ts.map
9362
- - node_modules/glob/node_modules/minimatch/dist/mjs/assert-valid-pattern.js
9363
- - node_modules/glob/node_modules/minimatch/dist/mjs/assert-valid-pattern.js.map
9364
- - node_modules/glob/node_modules/minimatch/dist/mjs/ast.d.ts
9365
- - node_modules/glob/node_modules/minimatch/dist/mjs/ast.d.ts.map
9366
- - node_modules/glob/node_modules/minimatch/dist/mjs/ast.js
9367
- - node_modules/glob/node_modules/minimatch/dist/mjs/ast.js.map
9368
- - node_modules/glob/node_modules/minimatch/dist/mjs/brace-expressions.d.ts
9369
- - node_modules/glob/node_modules/minimatch/dist/mjs/brace-expressions.d.ts.map
9370
- - node_modules/glob/node_modules/minimatch/dist/mjs/brace-expressions.js
9371
- - node_modules/glob/node_modules/minimatch/dist/mjs/brace-expressions.js.map
9372
- - node_modules/glob/node_modules/minimatch/dist/mjs/escape.d.ts
9373
- - node_modules/glob/node_modules/minimatch/dist/mjs/escape.d.ts.map
9374
- - node_modules/glob/node_modules/minimatch/dist/mjs/escape.js
9375
- - node_modules/glob/node_modules/minimatch/dist/mjs/escape.js.map
9376
- - node_modules/glob/node_modules/minimatch/dist/mjs/index.d.ts
9377
- - node_modules/glob/node_modules/minimatch/dist/mjs/index.d.ts.map
9378
- - node_modules/glob/node_modules/minimatch/dist/mjs/index.js
9379
- - node_modules/glob/node_modules/minimatch/dist/mjs/index.js.map
9380
- - node_modules/glob/node_modules/minimatch/dist/mjs/package.json
9381
- - node_modules/glob/node_modules/minimatch/dist/mjs/unescape.d.ts
9382
- - node_modules/glob/node_modules/minimatch/dist/mjs/unescape.d.ts.map
9383
- - node_modules/glob/node_modules/minimatch/dist/mjs/unescape.js
9384
- - node_modules/glob/node_modules/minimatch/dist/mjs/unescape.js.map
9385
- - node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/LICENSE
9386
- - node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/README.md
9387
- - node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/index.js
9388
- - node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/package.json
9389
- - node_modules/glob/node_modules/minimatch/package.json
9390
- - node_modules/glob/node_modules/minipass/LICENSE
9391
- - node_modules/glob/node_modules/minipass/README.md
9392
- - node_modules/glob/node_modules/minipass/dist/commonjs/index.d.ts
9393
- - node_modules/glob/node_modules/minipass/dist/commonjs/index.d.ts.map
9394
- - node_modules/glob/node_modules/minipass/dist/commonjs/index.js
9395
- - node_modules/glob/node_modules/minipass/dist/commonjs/index.js.map
9396
- - node_modules/glob/node_modules/minipass/dist/commonjs/package.json
9397
- - node_modules/glob/node_modules/minipass/dist/esm/index.d.ts
9398
- - node_modules/glob/node_modules/minipass/dist/esm/index.d.ts.map
9399
- - node_modules/glob/node_modules/minipass/dist/esm/index.js
9400
- - node_modules/glob/node_modules/minipass/dist/esm/index.js.map
9401
- - node_modules/glob/node_modules/minipass/dist/esm/package.json
9402
- - node_modules/glob/node_modules/minipass/package.json
9233
+ - node_modules/glob/common.js
9234
+ - node_modules/glob/glob.js
9403
9235
  - node_modules/glob/package.json
9236
+ - node_modules/glob/sync.js
9404
9237
  - node_modules/global-dirs/index.d.ts
9405
9238
  - node_modules/global-dirs/index.js
9406
9239
  - node_modules/global-dirs/license
@@ -10061,6 +9894,7 @@ files:
10061
9894
  - node_modules/jscodeshift/dist/Runner.js
10062
9895
  - node_modules/jscodeshift/dist/Worker.js
10063
9896
  - node_modules/jscodeshift/dist/argsParser.js
9897
+ - node_modules/jscodeshift/dist/collections/ImportDeclaration.js
10064
9898
  - node_modules/jscodeshift/dist/collections/JSXElement.js
10065
9899
  - node_modules/jscodeshift/dist/collections/Node.js
10066
9900
  - node_modules/jscodeshift/dist/collections/VariableDeclarator.js
@@ -10073,6 +9907,7 @@ files:
10073
9907
  - node_modules/jscodeshift/dist/src/Runner.js
10074
9908
  - node_modules/jscodeshift/dist/src/Worker.js
10075
9909
  - node_modules/jscodeshift/dist/src/argsParser.js
9910
+ - node_modules/jscodeshift/dist/src/collections/ImportDeclaration.js
10076
9911
  - node_modules/jscodeshift/dist/src/collections/JSXElement.js
10077
9912
  - node_modules/jscodeshift/dist/src/collections/Node.js
10078
9913
  - node_modules/jscodeshift/dist/src/collections/VariableDeclarator.js
@@ -10092,13 +9927,6 @@ files:
10092
9927
  - node_modules/jscodeshift/dist/utils/once.js
10093
9928
  - node_modules/jscodeshift/dist/utils/union.js
10094
9929
  - node_modules/jscodeshift/index.js
10095
- - node_modules/jscodeshift/node_modules/chalk/index.d.ts
10096
- - node_modules/jscodeshift/node_modules/chalk/license
10097
- - node_modules/jscodeshift/node_modules/chalk/package.json
10098
- - node_modules/jscodeshift/node_modules/chalk/readme.md
10099
- - node_modules/jscodeshift/node_modules/chalk/source/index.js
10100
- - node_modules/jscodeshift/node_modules/chalk/source/templates.js
10101
- - node_modules/jscodeshift/node_modules/chalk/source/util.js
10102
9930
  - node_modules/jscodeshift/package.json
10103
9931
  - node_modules/jscodeshift/parser/babel5Compat.js
10104
9932
  - node_modules/jscodeshift/parser/babylon.js
@@ -10110,6 +9938,7 @@ files:
10110
9938
  - node_modules/jscodeshift/src/Runner.js
10111
9939
  - node_modules/jscodeshift/src/Worker.js
10112
9940
  - node_modules/jscodeshift/src/argsParser.js
9941
+ - node_modules/jscodeshift/src/collections/ImportDeclaration.js
10113
9942
  - node_modules/jscodeshift/src/collections/JSXElement.js
10114
9943
  - node_modules/jscodeshift/src/collections/Node.js
10115
9944
  - node_modules/jscodeshift/src/collections/VariableDeclarator.js
@@ -10125,7 +9954,19 @@ files:
10125
9954
  - node_modules/jscodeshift/src/utils/union.js
10126
9955
  - node_modules/jscodeshift/utils/requirePackage.js
10127
9956
  - node_modules/jscodeshift/utils/testUtils.js
10128
- - node_modules/jscodeshift/website/index.htm
9957
+ - node_modules/jscodeshift/website/README.md
9958
+ - node_modules/jscodeshift/website/astro.config.mjs
9959
+ - node_modules/jscodeshift/website/package.json
9960
+ - node_modules/jscodeshift/website/public/favicon.svg
9961
+ - node_modules/jscodeshift/website/src/assets/houston.webp
9962
+ - node_modules/jscodeshift/website/src/content/config.ts
9963
+ - node_modules/jscodeshift/website/src/content/docs/build/api-reference.mdx
9964
+ - node_modules/jscodeshift/website/src/content/docs/build/ast-grammar.mdx
9965
+ - node_modules/jscodeshift/website/src/content/docs/index.mdx
9966
+ - node_modules/jscodeshift/website/src/content/docs/overview/introduction.mdx
9967
+ - node_modules/jscodeshift/website/src/content/docs/run/cli.mdx
9968
+ - node_modules/jscodeshift/website/src/env.d.ts
9969
+ - node_modules/jscodeshift/website/tsconfig.json
10129
9970
  - node_modules/jsesc/LICENSE-MIT.txt
10130
9971
  - node_modules/jsesc/README.md
10131
9972
  - node_modules/jsesc/bin/jsesc
@@ -11322,9 +11163,7 @@ files:
11322
11163
  - node_modules/lowercase-keys/readme.md
11323
11164
  - node_modules/lru-cache/LICENSE
11324
11165
  - node_modules/lru-cache/README.md
11325
- - node_modules/lru-cache/index.d.ts
11326
11166
  - node_modules/lru-cache/index.js
11327
- - node_modules/lru-cache/index.mjs
11328
11167
  - node_modules/lru-cache/package.json
11329
11168
  - node_modules/make-dir/index.d.ts
11330
11169
  - node_modules/make-dir/index.js
@@ -11367,56 +11206,7 @@ files:
11367
11206
  - node_modules/mimic-response/readme.md
11368
11207
  - node_modules/minimatch/LICENSE
11369
11208
  - node_modules/minimatch/README.md
11370
- - node_modules/minimatch/dist/cjs/assert-valid-pattern.d.ts
11371
- - node_modules/minimatch/dist/cjs/assert-valid-pattern.d.ts.map
11372
- - node_modules/minimatch/dist/cjs/assert-valid-pattern.js
11373
- - node_modules/minimatch/dist/cjs/assert-valid-pattern.js.map
11374
- - node_modules/minimatch/dist/cjs/ast.d.ts
11375
- - node_modules/minimatch/dist/cjs/ast.d.ts.map
11376
- - node_modules/minimatch/dist/cjs/ast.js
11377
- - node_modules/minimatch/dist/cjs/ast.js.map
11378
- - node_modules/minimatch/dist/cjs/brace-expressions.d.ts
11379
- - node_modules/minimatch/dist/cjs/brace-expressions.d.ts.map
11380
- - node_modules/minimatch/dist/cjs/brace-expressions.js
11381
- - node_modules/minimatch/dist/cjs/brace-expressions.js.map
11382
- - node_modules/minimatch/dist/cjs/escape.d.ts
11383
- - node_modules/minimatch/dist/cjs/escape.d.ts.map
11384
- - node_modules/minimatch/dist/cjs/escape.js
11385
- - node_modules/minimatch/dist/cjs/escape.js.map
11386
- - node_modules/minimatch/dist/cjs/index.d.ts
11387
- - node_modules/minimatch/dist/cjs/index.d.ts.map
11388
- - node_modules/minimatch/dist/cjs/index.js
11389
- - node_modules/minimatch/dist/cjs/index.js.map
11390
- - node_modules/minimatch/dist/cjs/package.json
11391
- - node_modules/minimatch/dist/cjs/unescape.d.ts
11392
- - node_modules/minimatch/dist/cjs/unescape.d.ts.map
11393
- - node_modules/minimatch/dist/cjs/unescape.js
11394
- - node_modules/minimatch/dist/cjs/unescape.js.map
11395
- - node_modules/minimatch/dist/mjs/assert-valid-pattern.d.ts
11396
- - node_modules/minimatch/dist/mjs/assert-valid-pattern.d.ts.map
11397
- - node_modules/minimatch/dist/mjs/assert-valid-pattern.js
11398
- - node_modules/minimatch/dist/mjs/assert-valid-pattern.js.map
11399
- - node_modules/minimatch/dist/mjs/ast.d.ts
11400
- - node_modules/minimatch/dist/mjs/ast.d.ts.map
11401
- - node_modules/minimatch/dist/mjs/ast.js
11402
- - node_modules/minimatch/dist/mjs/ast.js.map
11403
- - node_modules/minimatch/dist/mjs/brace-expressions.d.ts
11404
- - node_modules/minimatch/dist/mjs/brace-expressions.d.ts.map
11405
- - node_modules/minimatch/dist/mjs/brace-expressions.js
11406
- - node_modules/minimatch/dist/mjs/brace-expressions.js.map
11407
- - node_modules/minimatch/dist/mjs/escape.d.ts
11408
- - node_modules/minimatch/dist/mjs/escape.d.ts.map
11409
- - node_modules/minimatch/dist/mjs/escape.js
11410
- - node_modules/minimatch/dist/mjs/escape.js.map
11411
- - node_modules/minimatch/dist/mjs/index.d.ts
11412
- - node_modules/minimatch/dist/mjs/index.d.ts.map
11413
- - node_modules/minimatch/dist/mjs/index.js
11414
- - node_modules/minimatch/dist/mjs/index.js.map
11415
- - node_modules/minimatch/dist/mjs/package.json
11416
- - node_modules/minimatch/dist/mjs/unescape.d.ts
11417
- - node_modules/minimatch/dist/mjs/unescape.d.ts.map
11418
- - node_modules/minimatch/dist/mjs/unescape.js
11419
- - node_modules/minimatch/dist/mjs/unescape.js.map
11209
+ - node_modules/minimatch/minimatch.js
11420
11210
  - node_modules/minimatch/package.json
11421
11211
  - node_modules/minimist/CHANGELOG.md
11422
11212
  - node_modules/minimist/LICENSE
@@ -11997,340 +11787,17 @@ files:
11997
11787
  - node_modules/npm-check-updates/build/cli.d.ts
11998
11788
  - node_modules/npm-check-updates/build/cli.js
11999
11789
  - node_modules/npm-check-updates/build/cli.js.map
12000
- - node_modules/npm-check-updates/build/index-5sFb3Tvv.js
12001
- - node_modules/npm-check-updates/build/index-5sFb3Tvv.js.map
12002
11790
  - node_modules/npm-check-updates/build/index-BmUFwMVL.js
12003
11791
  - node_modules/npm-check-updates/build/index-BmUFwMVL.js.map
12004
11792
  - node_modules/npm-check-updates/build/index-BnIU43YD.js
12005
11793
  - node_modules/npm-check-updates/build/index-BnIU43YD.js.map
11794
+ - node_modules/npm-check-updates/build/index-CWktU8PK.js
11795
+ - node_modules/npm-check-updates/build/index-CWktU8PK.js.map
12006
11796
  - node_modules/npm-check-updates/build/index-_DliZFxU.js
12007
11797
  - node_modules/npm-check-updates/build/index-_DliZFxU.js.map
12008
11798
  - node_modules/npm-check-updates/build/index.d.ts
12009
11799
  - node_modules/npm-check-updates/build/index.js
12010
11800
  - node_modules/npm-check-updates/build/index.js.map
12011
- - node_modules/npm-check-updates/build/package.json
12012
- - node_modules/npm-check-updates/build/src/bin/cli.d.ts
12013
- - node_modules/npm-check-updates/build/src/bin/cli.js
12014
- - node_modules/npm-check-updates/build/src/bin/cli.js.map
12015
- - node_modules/npm-check-updates/build/src/cli-options.d.ts
12016
- - node_modules/npm-check-updates/build/src/cli-options.js
12017
- - node_modules/npm-check-updates/build/src/cli-options.js.map
12018
- - node_modules/npm-check-updates/build/src/index.d.ts
12019
- - node_modules/npm-check-updates/build/src/index.js
12020
- - node_modules/npm-check-updates/build/src/index.js.map
12021
- - node_modules/npm-check-updates/build/src/lib/cache.d.ts
12022
- - node_modules/npm-check-updates/build/src/lib/cache.js
12023
- - node_modules/npm-check-updates/build/src/lib/cache.js.map
12024
- - node_modules/npm-check-updates/build/src/lib/chalk.d.ts
12025
- - node_modules/npm-check-updates/build/src/lib/chalk.js
12026
- - node_modules/npm-check-updates/build/src/lib/chalk.js.map
12027
- - node_modules/npm-check-updates/build/src/lib/determinePackageManager.d.ts
12028
- - node_modules/npm-check-updates/build/src/lib/determinePackageManager.js
12029
- - node_modules/npm-check-updates/build/src/lib/determinePackageManager.js.map
12030
- - node_modules/npm-check-updates/build/src/lib/doctor.d.ts
12031
- - node_modules/npm-check-updates/build/src/lib/doctor.js
12032
- - node_modules/npm-check-updates/build/src/lib/doctor.js.map
12033
- - node_modules/npm-check-updates/build/src/lib/exists.d.ts
12034
- - node_modules/npm-check-updates/build/src/lib/exists.js
12035
- - node_modules/npm-check-updates/build/src/lib/exists.js.map
12036
- - node_modules/npm-check-updates/build/src/lib/figgy-pudding/index.d.ts
12037
- - node_modules/npm-check-updates/build/src/lib/figgy-pudding/index.js
12038
- - node_modules/npm-check-updates/build/src/lib/figgy-pudding/index.js.map
12039
- - node_modules/npm-check-updates/build/src/lib/filterAndReject.d.ts
12040
- - node_modules/npm-check-updates/build/src/lib/filterAndReject.js
12041
- - node_modules/npm-check-updates/build/src/lib/filterAndReject.js.map
12042
- - node_modules/npm-check-updates/build/src/lib/filterObject.d.ts
12043
- - node_modules/npm-check-updates/build/src/lib/filterObject.js
12044
- - node_modules/npm-check-updates/build/src/lib/filterObject.js.map
12045
- - node_modules/npm-check-updates/build/src/lib/findLockfile.d.ts
12046
- - node_modules/npm-check-updates/build/src/lib/findLockfile.js
12047
- - node_modules/npm-check-updates/build/src/lib/findLockfile.js.map
12048
- - node_modules/npm-check-updates/build/src/lib/findPackage.d.ts
12049
- - node_modules/npm-check-updates/build/src/lib/findPackage.js
12050
- - node_modules/npm-check-updates/build/src/lib/findPackage.js.map
12051
- - node_modules/npm-check-updates/build/src/lib/getAllPackages.d.ts
12052
- - node_modules/npm-check-updates/build/src/lib/getAllPackages.js
12053
- - node_modules/npm-check-updates/build/src/lib/getAllPackages.js.map
12054
- - node_modules/npm-check-updates/build/src/lib/getCurrentDependencies.d.ts
12055
- - node_modules/npm-check-updates/build/src/lib/getCurrentDependencies.js
12056
- - node_modules/npm-check-updates/build/src/lib/getCurrentDependencies.js.map
12057
- - node_modules/npm-check-updates/build/src/lib/getIgnoredUpgrades.d.ts
12058
- - node_modules/npm-check-updates/build/src/lib/getIgnoredUpgrades.js
12059
- - node_modules/npm-check-updates/build/src/lib/getIgnoredUpgrades.js.map
12060
- - node_modules/npm-check-updates/build/src/lib/getInstalledPackages.d.ts
12061
- - node_modules/npm-check-updates/build/src/lib/getInstalledPackages.js
12062
- - node_modules/npm-check-updates/build/src/lib/getInstalledPackages.js.map
12063
- - node_modules/npm-check-updates/build/src/lib/getNcuRc.d.ts
12064
- - node_modules/npm-check-updates/build/src/lib/getNcuRc.js
12065
- - node_modules/npm-check-updates/build/src/lib/getNcuRc.js.map
12066
- - node_modules/npm-check-updates/build/src/lib/getPackageManager.d.ts
12067
- - node_modules/npm-check-updates/build/src/lib/getPackageManager.js
12068
- - node_modules/npm-check-updates/build/src/lib/getPackageManager.js.map
12069
- - node_modules/npm-check-updates/build/src/lib/getPeerDependencies.d.ts
12070
- - node_modules/npm-check-updates/build/src/lib/getPeerDependencies.js
12071
- - node_modules/npm-check-updates/build/src/lib/getPeerDependencies.js.map
12072
- - node_modules/npm-check-updates/build/src/lib/getPeerDependenciesFromRegistry.d.ts
12073
- - node_modules/npm-check-updates/build/src/lib/getPeerDependenciesFromRegistry.js
12074
- - node_modules/npm-check-updates/build/src/lib/getPeerDependenciesFromRegistry.js.map
12075
- - node_modules/npm-check-updates/build/src/lib/getPreferredWildcard.d.ts
12076
- - node_modules/npm-check-updates/build/src/lib/getPreferredWildcard.js
12077
- - node_modules/npm-check-updates/build/src/lib/getPreferredWildcard.js.map
12078
- - node_modules/npm-check-updates/build/src/lib/getRepoUrl.d.ts
12079
- - node_modules/npm-check-updates/build/src/lib/getRepoUrl.js
12080
- - node_modules/npm-check-updates/build/src/lib/getRepoUrl.js.map
12081
- - node_modules/npm-check-updates/build/src/lib/initOptions.d.ts
12082
- - node_modules/npm-check-updates/build/src/lib/initOptions.js
12083
- - node_modules/npm-check-updates/build/src/lib/initOptions.js.map
12084
- - node_modules/npm-check-updates/build/src/lib/isUpgradeable.d.ts
12085
- - node_modules/npm-check-updates/build/src/lib/isUpgradeable.js
12086
- - node_modules/npm-check-updates/build/src/lib/isUpgradeable.js.map
12087
- - node_modules/npm-check-updates/build/src/lib/keyValueBy.d.ts
12088
- - node_modules/npm-check-updates/build/src/lib/keyValueBy.js
12089
- - node_modules/npm-check-updates/build/src/lib/keyValueBy.js.map
12090
- - node_modules/npm-check-updates/build/src/lib/libnpmconfig/index.d.ts
12091
- - node_modules/npm-check-updates/build/src/lib/libnpmconfig/index.js
12092
- - node_modules/npm-check-updates/build/src/lib/libnpmconfig/index.js.map
12093
- - node_modules/npm-check-updates/build/src/lib/loadPackageInfoFromFile.d.ts
12094
- - node_modules/npm-check-updates/build/src/lib/loadPackageInfoFromFile.js
12095
- - node_modules/npm-check-updates/build/src/lib/loadPackageInfoFromFile.js.map
12096
- - node_modules/npm-check-updates/build/src/lib/logging.d.ts
12097
- - node_modules/npm-check-updates/build/src/lib/logging.js
12098
- - node_modules/npm-check-updates/build/src/lib/logging.js.map
12099
- - node_modules/npm-check-updates/build/src/lib/mergeOptions.d.ts
12100
- - node_modules/npm-check-updates/build/src/lib/mergeOptions.js
12101
- - node_modules/npm-check-updates/build/src/lib/mergeOptions.js.map
12102
- - node_modules/npm-check-updates/build/src/lib/programError.d.ts
12103
- - node_modules/npm-check-updates/build/src/lib/programError.js
12104
- - node_modules/npm-check-updates/build/src/lib/programError.js.map
12105
- - node_modules/npm-check-updates/build/src/lib/queryVersions.d.ts
12106
- - node_modules/npm-check-updates/build/src/lib/queryVersions.js
12107
- - node_modules/npm-check-updates/build/src/lib/queryVersions.js.map
12108
- - node_modules/npm-check-updates/build/src/lib/resolveDepSections.d.ts
12109
- - node_modules/npm-check-updates/build/src/lib/resolveDepSections.js
12110
- - node_modules/npm-check-updates/build/src/lib/resolveDepSections.js.map
12111
- - node_modules/npm-check-updates/build/src/lib/runGlobal.d.ts
12112
- - node_modules/npm-check-updates/build/src/lib/runGlobal.js
12113
- - node_modules/npm-check-updates/build/src/lib/runGlobal.js.map
12114
- - node_modules/npm-check-updates/build/src/lib/runLocal.d.ts
12115
- - node_modules/npm-check-updates/build/src/lib/runLocal.js
12116
- - node_modules/npm-check-updates/build/src/lib/runLocal.js.map
12117
- - node_modules/npm-check-updates/build/src/lib/table.d.ts
12118
- - node_modules/npm-check-updates/build/src/lib/table.js
12119
- - node_modules/npm-check-updates/build/src/lib/table.js.map
12120
- - node_modules/npm-check-updates/build/src/lib/upgradeDependencies.d.ts
12121
- - node_modules/npm-check-updates/build/src/lib/upgradeDependencies.js
12122
- - node_modules/npm-check-updates/build/src/lib/upgradeDependencies.js.map
12123
- - node_modules/npm-check-updates/build/src/lib/upgradePackageData.d.ts
12124
- - node_modules/npm-check-updates/build/src/lib/upgradePackageData.js
12125
- - node_modules/npm-check-updates/build/src/lib/upgradePackageData.js.map
12126
- - node_modules/npm-check-updates/build/src/lib/upgradePackageDefinitions.d.ts
12127
- - node_modules/npm-check-updates/build/src/lib/upgradePackageDefinitions.js
12128
- - node_modules/npm-check-updates/build/src/lib/upgradePackageDefinitions.js.map
12129
- - node_modules/npm-check-updates/build/src/lib/version-util.d.ts
12130
- - node_modules/npm-check-updates/build/src/lib/version-util.js
12131
- - node_modules/npm-check-updates/build/src/lib/version-util.js.map
12132
- - node_modules/npm-check-updates/build/src/lib/wrap.d.ts
12133
- - node_modules/npm-check-updates/build/src/lib/wrap.js
12134
- - node_modules/npm-check-updates/build/src/lib/wrap.js.map
12135
- - node_modules/npm-check-updates/build/src/package-managers/bun.d.ts
12136
- - node_modules/npm-check-updates/build/src/package-managers/bun.js
12137
- - node_modules/npm-check-updates/build/src/package-managers/bun.js.map
12138
- - node_modules/npm-check-updates/build/src/package-managers/filters.d.ts
12139
- - node_modules/npm-check-updates/build/src/package-managers/filters.js
12140
- - node_modules/npm-check-updates/build/src/package-managers/filters.js.map
12141
- - node_modules/npm-check-updates/build/src/package-managers/gitTags.d.ts
12142
- - node_modules/npm-check-updates/build/src/package-managers/gitTags.js
12143
- - node_modules/npm-check-updates/build/src/package-managers/gitTags.js.map
12144
- - node_modules/npm-check-updates/build/src/package-managers/index.d.ts
12145
- - node_modules/npm-check-updates/build/src/package-managers/index.js
12146
- - node_modules/npm-check-updates/build/src/package-managers/index.js.map
12147
- - node_modules/npm-check-updates/build/src/package-managers/npm.d.ts
12148
- - node_modules/npm-check-updates/build/src/package-managers/npm.js
12149
- - node_modules/npm-check-updates/build/src/package-managers/npm.js.map
12150
- - node_modules/npm-check-updates/build/src/package-managers/pnpm.d.ts
12151
- - node_modules/npm-check-updates/build/src/package-managers/pnpm.js
12152
- - node_modules/npm-check-updates/build/src/package-managers/pnpm.js.map
12153
- - node_modules/npm-check-updates/build/src/package-managers/staticRegistry.d.ts
12154
- - node_modules/npm-check-updates/build/src/package-managers/staticRegistry.js
12155
- - node_modules/npm-check-updates/build/src/package-managers/staticRegistry.js.map
12156
- - node_modules/npm-check-updates/build/src/package-managers/yarn.d.ts
12157
- - node_modules/npm-check-updates/build/src/package-managers/yarn.js
12158
- - node_modules/npm-check-updates/build/src/package-managers/yarn.js.map
12159
- - node_modules/npm-check-updates/build/src/scripts/build-options.d.ts
12160
- - node_modules/npm-check-updates/build/src/scripts/build-options.js
12161
- - node_modules/npm-check-updates/build/src/scripts/build-options.js.map
12162
- - node_modules/npm-check-updates/build/src/types/CLIOption.d.ts
12163
- - node_modules/npm-check-updates/build/src/types/CLIOption.js
12164
- - node_modules/npm-check-updates/build/src/types/CLIOption.js.map
12165
- - node_modules/npm-check-updates/build/src/types/Cacher.d.ts
12166
- - node_modules/npm-check-updates/build/src/types/Cacher.js
12167
- - node_modules/npm-check-updates/build/src/types/Cacher.js.map
12168
- - node_modules/npm-check-updates/build/src/types/ExtendedHelp.d.ts
12169
- - node_modules/npm-check-updates/build/src/types/ExtendedHelp.js
12170
- - node_modules/npm-check-updates/build/src/types/ExtendedHelp.js.map
12171
- - node_modules/npm-check-updates/build/src/types/FilterFunction.d.ts
12172
- - node_modules/npm-check-updates/build/src/types/FilterFunction.js
12173
- - node_modules/npm-check-updates/build/src/types/FilterFunction.js.map
12174
- - node_modules/npm-check-updates/build/src/types/FilterPattern.d.ts
12175
- - node_modules/npm-check-updates/build/src/types/FilterPattern.js
12176
- - node_modules/npm-check-updates/build/src/types/FilterPattern.js.map
12177
- - node_modules/npm-check-updates/build/src/types/FilterResultsFunction.d.ts
12178
- - node_modules/npm-check-updates/build/src/types/FilterResultsFunction.js
12179
- - node_modules/npm-check-updates/build/src/types/FilterResultsFunction.js.map
12180
- - node_modules/npm-check-updates/build/src/types/GetVersion.d.ts
12181
- - node_modules/npm-check-updates/build/src/types/GetVersion.js
12182
- - node_modules/npm-check-updates/build/src/types/GetVersion.js.map
12183
- - node_modules/npm-check-updates/build/src/types/GroupFunction.d.ts
12184
- - node_modules/npm-check-updates/build/src/types/GroupFunction.js
12185
- - node_modules/npm-check-updates/build/src/types/GroupFunction.js.map
12186
- - node_modules/npm-check-updates/build/src/types/IgnoredUpgrade.d.ts
12187
- - node_modules/npm-check-updates/build/src/types/IgnoredUpgrade.js
12188
- - node_modules/npm-check-updates/build/src/types/IgnoredUpgrade.js.map
12189
- - node_modules/npm-check-updates/build/src/types/IndexType.d.ts
12190
- - node_modules/npm-check-updates/build/src/types/IndexType.js
12191
- - node_modules/npm-check-updates/build/src/types/IndexType.js.map
12192
- - node_modules/npm-check-updates/build/src/types/Maybe.d.ts
12193
- - node_modules/npm-check-updates/build/src/types/Maybe.js
12194
- - node_modules/npm-check-updates/build/src/types/Maybe.js.map
12195
- - node_modules/npm-check-updates/build/src/types/MockedVersions.d.ts
12196
- - node_modules/npm-check-updates/build/src/types/MockedVersions.js
12197
- - node_modules/npm-check-updates/build/src/types/MockedVersions.js.map
12198
- - node_modules/npm-check-updates/build/src/types/NpmConfig.d.ts
12199
- - node_modules/npm-check-updates/build/src/types/NpmConfig.js
12200
- - node_modules/npm-check-updates/build/src/types/NpmConfig.js.map
12201
- - node_modules/npm-check-updates/build/src/types/NpmOptions.d.ts
12202
- - node_modules/npm-check-updates/build/src/types/NpmOptions.js
12203
- - node_modules/npm-check-updates/build/src/types/NpmOptions.js.map
12204
- - node_modules/npm-check-updates/build/src/types/Options.d.ts
12205
- - node_modules/npm-check-updates/build/src/types/Options.js
12206
- - node_modules/npm-check-updates/build/src/types/Options.js.map
12207
- - node_modules/npm-check-updates/build/src/types/PackageFile.d.ts
12208
- - node_modules/npm-check-updates/build/src/types/PackageFile.js
12209
- - node_modules/npm-check-updates/build/src/types/PackageFile.js.map
12210
- - node_modules/npm-check-updates/build/src/types/PackageFileRepository.d.ts
12211
- - node_modules/npm-check-updates/build/src/types/PackageFileRepository.js
12212
- - node_modules/npm-check-updates/build/src/types/PackageFileRepository.js.map
12213
- - node_modules/npm-check-updates/build/src/types/PackageInfo.d.ts
12214
- - node_modules/npm-check-updates/build/src/types/PackageInfo.js
12215
- - node_modules/npm-check-updates/build/src/types/PackageInfo.js.map
12216
- - node_modules/npm-check-updates/build/src/types/PackageManager.d.ts
12217
- - node_modules/npm-check-updates/build/src/types/PackageManager.js
12218
- - node_modules/npm-check-updates/build/src/types/PackageManager.js.map
12219
- - node_modules/npm-check-updates/build/src/types/PackageManagerName.d.ts
12220
- - node_modules/npm-check-updates/build/src/types/PackageManagerName.js
12221
- - node_modules/npm-check-updates/build/src/types/PackageManagerName.js.map
12222
- - node_modules/npm-check-updates/build/src/types/Packument.d.ts
12223
- - node_modules/npm-check-updates/build/src/types/Packument.js
12224
- - node_modules/npm-check-updates/build/src/types/Packument.js.map
12225
- - node_modules/npm-check-updates/build/src/types/RunOptions.d.ts
12226
- - node_modules/npm-check-updates/build/src/types/RunOptions.js
12227
- - node_modules/npm-check-updates/build/src/types/RunOptions.js.map
12228
- - node_modules/npm-check-updates/build/src/types/SpawnOptions.d.ts
12229
- - node_modules/npm-check-updates/build/src/types/SpawnOptions.js
12230
- - node_modules/npm-check-updates/build/src/types/SpawnOptions.js.map
12231
- - node_modules/npm-check-updates/build/src/types/StaticRegistry.d.ts
12232
- - node_modules/npm-check-updates/build/src/types/StaticRegistry.js
12233
- - node_modules/npm-check-updates/build/src/types/StaticRegistry.js.map
12234
- - node_modules/npm-check-updates/build/src/types/Target.d.ts
12235
- - node_modules/npm-check-updates/build/src/types/Target.js
12236
- - node_modules/npm-check-updates/build/src/types/Target.js.map
12237
- - node_modules/npm-check-updates/build/src/types/TargetFunction.d.ts
12238
- - node_modules/npm-check-updates/build/src/types/TargetFunction.js
12239
- - node_modules/npm-check-updates/build/src/types/TargetFunction.js.map
12240
- - node_modules/npm-check-updates/build/src/types/UpgradeGroup.d.ts
12241
- - node_modules/npm-check-updates/build/src/types/UpgradeGroup.js
12242
- - node_modules/npm-check-updates/build/src/types/UpgradeGroup.js.map
12243
- - node_modules/npm-check-updates/build/src/types/Version.d.ts
12244
- - node_modules/npm-check-updates/build/src/types/Version.js
12245
- - node_modules/npm-check-updates/build/src/types/Version.js.map
12246
- - node_modules/npm-check-updates/build/src/types/VersionLevel.d.ts
12247
- - node_modules/npm-check-updates/build/src/types/VersionLevel.js
12248
- - node_modules/npm-check-updates/build/src/types/VersionLevel.js.map
12249
- - node_modules/npm-check-updates/build/src/types/VersionResult.d.ts
12250
- - node_modules/npm-check-updates/build/src/types/VersionResult.js
12251
- - node_modules/npm-check-updates/build/src/types/VersionResult.js.map
12252
- - node_modules/npm-check-updates/build/src/types/VersionSpec.d.ts
12253
- - node_modules/npm-check-updates/build/src/types/VersionSpec.js
12254
- - node_modules/npm-check-updates/build/src/types/VersionSpec.js.map
12255
- - node_modules/npm-check-updates/node_modules/chalk/license
12256
- - node_modules/npm-check-updates/node_modules/chalk/package.json
12257
- - node_modules/npm-check-updates/node_modules/chalk/readme.md
12258
- - node_modules/npm-check-updates/node_modules/chalk/source/index.d.ts
12259
- - node_modules/npm-check-updates/node_modules/chalk/source/index.js
12260
- - node_modules/npm-check-updates/node_modules/chalk/source/utilities.js
12261
- - node_modules/npm-check-updates/node_modules/chalk/source/vendor/ansi-styles/index.d.ts
12262
- - node_modules/npm-check-updates/node_modules/chalk/source/vendor/ansi-styles/index.js
12263
- - node_modules/npm-check-updates/node_modules/chalk/source/vendor/supports-color/browser.d.ts
12264
- - node_modules/npm-check-updates/node_modules/chalk/source/vendor/supports-color/browser.js
12265
- - node_modules/npm-check-updates/node_modules/chalk/source/vendor/supports-color/index.d.ts
12266
- - node_modules/npm-check-updates/node_modules/chalk/source/vendor/supports-color/index.js
12267
- - node_modules/npm-check-updates/node_modules/minimatch/LICENSE
12268
- - node_modules/npm-check-updates/node_modules/minimatch/README.md
12269
- - node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/assert-valid-pattern.d.ts
12270
- - node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/assert-valid-pattern.d.ts.map
12271
- - node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/assert-valid-pattern.js
12272
- - node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/assert-valid-pattern.js.map
12273
- - node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/ast.d.ts
12274
- - node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/ast.d.ts.map
12275
- - node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/ast.js
12276
- - node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/ast.js.map
12277
- - node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/brace-expressions.d.ts
12278
- - node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/brace-expressions.d.ts.map
12279
- - node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/brace-expressions.js
12280
- - node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/brace-expressions.js.map
12281
- - node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/escape.d.ts
12282
- - node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/escape.d.ts.map
12283
- - node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/escape.js
12284
- - node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/escape.js.map
12285
- - node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/index.d.ts
12286
- - node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/index.d.ts.map
12287
- - node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/index.js
12288
- - node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/index.js.map
12289
- - node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/package.json
12290
- - node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/unescape.d.ts
12291
- - node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/unescape.d.ts.map
12292
- - node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/unescape.js
12293
- - node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/unescape.js.map
12294
- - node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/assert-valid-pattern.d.ts
12295
- - node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/assert-valid-pattern.d.ts.map
12296
- - node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/assert-valid-pattern.js
12297
- - node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/assert-valid-pattern.js.map
12298
- - node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/ast.d.ts
12299
- - node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/ast.d.ts.map
12300
- - node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/ast.js
12301
- - node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/ast.js.map
12302
- - node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/brace-expressions.d.ts
12303
- - node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/brace-expressions.d.ts.map
12304
- - node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/brace-expressions.js
12305
- - node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/brace-expressions.js.map
12306
- - node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/escape.d.ts
12307
- - node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/escape.d.ts.map
12308
- - node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/escape.js
12309
- - node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/escape.js.map
12310
- - node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/index.d.ts
12311
- - node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/index.d.ts.map
12312
- - node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/index.js
12313
- - node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/index.js.map
12314
- - node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/package.json
12315
- - node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/unescape.d.ts
12316
- - node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/unescape.d.ts.map
12317
- - node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/unescape.js
12318
- - node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/unescape.js.map
12319
- - node_modules/npm-check-updates/node_modules/minimatch/node_modules/brace-expansion/LICENSE
12320
- - node_modules/npm-check-updates/node_modules/minimatch/node_modules/brace-expansion/README.md
12321
- - node_modules/npm-check-updates/node_modules/minimatch/node_modules/brace-expansion/index.js
12322
- - node_modules/npm-check-updates/node_modules/minimatch/node_modules/brace-expansion/package.json
12323
- - node_modules/npm-check-updates/node_modules/minimatch/package.json
12324
- - node_modules/npm-check-updates/node_modules/strip-ansi/index.d.ts
12325
- - node_modules/npm-check-updates/node_modules/strip-ansi/index.js
12326
- - node_modules/npm-check-updates/node_modules/strip-ansi/license
12327
- - node_modules/npm-check-updates/node_modules/strip-ansi/node_modules/ansi-regex/index.d.ts
12328
- - node_modules/npm-check-updates/node_modules/strip-ansi/node_modules/ansi-regex/index.js
12329
- - node_modules/npm-check-updates/node_modules/strip-ansi/node_modules/ansi-regex/license
12330
- - node_modules/npm-check-updates/node_modules/strip-ansi/node_modules/ansi-regex/package.json
12331
- - node_modules/npm-check-updates/node_modules/strip-ansi/node_modules/ansi-regex/readme.md
12332
- - node_modules/npm-check-updates/node_modules/strip-ansi/package.json
12333
- - node_modules/npm-check-updates/node_modules/strip-ansi/readme.md
12334
11801
  - node_modules/npm-check-updates/package.json
12335
11802
  - node_modules/npm-install-checks/LICENSE
12336
11803
  - node_modules/npm-install-checks/README.md
@@ -13107,141 +12574,9 @@ files:
13107
12574
  - node_modules/reusify/test.js
13108
12575
  - node_modules/rimraf/LICENSE
13109
12576
  - node_modules/rimraf/README.md
13110
- - node_modules/rimraf/dist/commonjs/default-tmp.d.ts
13111
- - node_modules/rimraf/dist/commonjs/default-tmp.d.ts.map
13112
- - node_modules/rimraf/dist/commonjs/default-tmp.js
13113
- - node_modules/rimraf/dist/commonjs/default-tmp.js.map
13114
- - node_modules/rimraf/dist/commonjs/fix-eperm.d.ts
13115
- - node_modules/rimraf/dist/commonjs/fix-eperm.d.ts.map
13116
- - node_modules/rimraf/dist/commonjs/fix-eperm.js
13117
- - node_modules/rimraf/dist/commonjs/fix-eperm.js.map
13118
- - node_modules/rimraf/dist/commonjs/fs.d.ts
13119
- - node_modules/rimraf/dist/commonjs/fs.d.ts.map
13120
- - node_modules/rimraf/dist/commonjs/fs.js
13121
- - node_modules/rimraf/dist/commonjs/fs.js.map
13122
- - node_modules/rimraf/dist/commonjs/ignore-enoent.d.ts
13123
- - node_modules/rimraf/dist/commonjs/ignore-enoent.d.ts.map
13124
- - node_modules/rimraf/dist/commonjs/ignore-enoent.js
13125
- - node_modules/rimraf/dist/commonjs/ignore-enoent.js.map
13126
- - node_modules/rimraf/dist/commonjs/index.d.ts
13127
- - node_modules/rimraf/dist/commonjs/index.d.ts.map
13128
- - node_modules/rimraf/dist/commonjs/index.js
13129
- - node_modules/rimraf/dist/commonjs/index.js.map
13130
- - node_modules/rimraf/dist/commonjs/opt-arg.d.ts
13131
- - node_modules/rimraf/dist/commonjs/opt-arg.d.ts.map
13132
- - node_modules/rimraf/dist/commonjs/opt-arg.js
13133
- - node_modules/rimraf/dist/commonjs/opt-arg.js.map
13134
- - node_modules/rimraf/dist/commonjs/package.json
13135
- - node_modules/rimraf/dist/commonjs/path-arg.d.ts
13136
- - node_modules/rimraf/dist/commonjs/path-arg.d.ts.map
13137
- - node_modules/rimraf/dist/commonjs/path-arg.js
13138
- - node_modules/rimraf/dist/commonjs/path-arg.js.map
13139
- - node_modules/rimraf/dist/commonjs/platform.d.ts
13140
- - node_modules/rimraf/dist/commonjs/platform.d.ts.map
13141
- - node_modules/rimraf/dist/commonjs/platform.js
13142
- - node_modules/rimraf/dist/commonjs/platform.js.map
13143
- - node_modules/rimraf/dist/commonjs/readdir-or-error.d.ts
13144
- - node_modules/rimraf/dist/commonjs/readdir-or-error.d.ts.map
13145
- - node_modules/rimraf/dist/commonjs/readdir-or-error.js
13146
- - node_modules/rimraf/dist/commonjs/readdir-or-error.js.map
13147
- - node_modules/rimraf/dist/commonjs/retry-busy.d.ts
13148
- - node_modules/rimraf/dist/commonjs/retry-busy.d.ts.map
13149
- - node_modules/rimraf/dist/commonjs/retry-busy.js
13150
- - node_modules/rimraf/dist/commonjs/retry-busy.js.map
13151
- - node_modules/rimraf/dist/commonjs/rimraf-manual.d.ts
13152
- - node_modules/rimraf/dist/commonjs/rimraf-manual.d.ts.map
13153
- - node_modules/rimraf/dist/commonjs/rimraf-manual.js
13154
- - node_modules/rimraf/dist/commonjs/rimraf-manual.js.map
13155
- - node_modules/rimraf/dist/commonjs/rimraf-move-remove.d.ts
13156
- - node_modules/rimraf/dist/commonjs/rimraf-move-remove.d.ts.map
13157
- - node_modules/rimraf/dist/commonjs/rimraf-move-remove.js
13158
- - node_modules/rimraf/dist/commonjs/rimraf-move-remove.js.map
13159
- - node_modules/rimraf/dist/commonjs/rimraf-native.d.ts
13160
- - node_modules/rimraf/dist/commonjs/rimraf-native.d.ts.map
13161
- - node_modules/rimraf/dist/commonjs/rimraf-native.js
13162
- - node_modules/rimraf/dist/commonjs/rimraf-native.js.map
13163
- - node_modules/rimraf/dist/commonjs/rimraf-posix.d.ts
13164
- - node_modules/rimraf/dist/commonjs/rimraf-posix.d.ts.map
13165
- - node_modules/rimraf/dist/commonjs/rimraf-posix.js
13166
- - node_modules/rimraf/dist/commonjs/rimraf-posix.js.map
13167
- - node_modules/rimraf/dist/commonjs/rimraf-windows.d.ts
13168
- - node_modules/rimraf/dist/commonjs/rimraf-windows.d.ts.map
13169
- - node_modules/rimraf/dist/commonjs/rimraf-windows.js
13170
- - node_modules/rimraf/dist/commonjs/rimraf-windows.js.map
13171
- - node_modules/rimraf/dist/commonjs/use-native.d.ts
13172
- - node_modules/rimraf/dist/commonjs/use-native.d.ts.map
13173
- - node_modules/rimraf/dist/commonjs/use-native.js
13174
- - node_modules/rimraf/dist/commonjs/use-native.js.map
13175
- - node_modules/rimraf/dist/esm/bin.d.mts
13176
- - node_modules/rimraf/dist/esm/bin.d.mts.map
13177
- - node_modules/rimraf/dist/esm/bin.mjs
13178
- - node_modules/rimraf/dist/esm/bin.mjs.map
13179
- - node_modules/rimraf/dist/esm/default-tmp.d.ts
13180
- - node_modules/rimraf/dist/esm/default-tmp.d.ts.map
13181
- - node_modules/rimraf/dist/esm/default-tmp.js
13182
- - node_modules/rimraf/dist/esm/default-tmp.js.map
13183
- - node_modules/rimraf/dist/esm/fix-eperm.d.ts
13184
- - node_modules/rimraf/dist/esm/fix-eperm.d.ts.map
13185
- - node_modules/rimraf/dist/esm/fix-eperm.js
13186
- - node_modules/rimraf/dist/esm/fix-eperm.js.map
13187
- - node_modules/rimraf/dist/esm/fs.d.ts
13188
- - node_modules/rimraf/dist/esm/fs.d.ts.map
13189
- - node_modules/rimraf/dist/esm/fs.js
13190
- - node_modules/rimraf/dist/esm/fs.js.map
13191
- - node_modules/rimraf/dist/esm/ignore-enoent.d.ts
13192
- - node_modules/rimraf/dist/esm/ignore-enoent.d.ts.map
13193
- - node_modules/rimraf/dist/esm/ignore-enoent.js
13194
- - node_modules/rimraf/dist/esm/ignore-enoent.js.map
13195
- - node_modules/rimraf/dist/esm/index.d.ts
13196
- - node_modules/rimraf/dist/esm/index.d.ts.map
13197
- - node_modules/rimraf/dist/esm/index.js
13198
- - node_modules/rimraf/dist/esm/index.js.map
13199
- - node_modules/rimraf/dist/esm/opt-arg.d.ts
13200
- - node_modules/rimraf/dist/esm/opt-arg.d.ts.map
13201
- - node_modules/rimraf/dist/esm/opt-arg.js
13202
- - node_modules/rimraf/dist/esm/opt-arg.js.map
13203
- - node_modules/rimraf/dist/esm/package.json
13204
- - node_modules/rimraf/dist/esm/path-arg.d.ts
13205
- - node_modules/rimraf/dist/esm/path-arg.d.ts.map
13206
- - node_modules/rimraf/dist/esm/path-arg.js
13207
- - node_modules/rimraf/dist/esm/path-arg.js.map
13208
- - node_modules/rimraf/dist/esm/platform.d.ts
13209
- - node_modules/rimraf/dist/esm/platform.d.ts.map
13210
- - node_modules/rimraf/dist/esm/platform.js
13211
- - node_modules/rimraf/dist/esm/platform.js.map
13212
- - node_modules/rimraf/dist/esm/readdir-or-error.d.ts
13213
- - node_modules/rimraf/dist/esm/readdir-or-error.d.ts.map
13214
- - node_modules/rimraf/dist/esm/readdir-or-error.js
13215
- - node_modules/rimraf/dist/esm/readdir-or-error.js.map
13216
- - node_modules/rimraf/dist/esm/retry-busy.d.ts
13217
- - node_modules/rimraf/dist/esm/retry-busy.d.ts.map
13218
- - node_modules/rimraf/dist/esm/retry-busy.js
13219
- - node_modules/rimraf/dist/esm/retry-busy.js.map
13220
- - node_modules/rimraf/dist/esm/rimraf-manual.d.ts
13221
- - node_modules/rimraf/dist/esm/rimraf-manual.d.ts.map
13222
- - node_modules/rimraf/dist/esm/rimraf-manual.js
13223
- - node_modules/rimraf/dist/esm/rimraf-manual.js.map
13224
- - node_modules/rimraf/dist/esm/rimraf-move-remove.d.ts
13225
- - node_modules/rimraf/dist/esm/rimraf-move-remove.d.ts.map
13226
- - node_modules/rimraf/dist/esm/rimraf-move-remove.js
13227
- - node_modules/rimraf/dist/esm/rimraf-move-remove.js.map
13228
- - node_modules/rimraf/dist/esm/rimraf-native.d.ts
13229
- - node_modules/rimraf/dist/esm/rimraf-native.d.ts.map
13230
- - node_modules/rimraf/dist/esm/rimraf-native.js
13231
- - node_modules/rimraf/dist/esm/rimraf-native.js.map
13232
- - node_modules/rimraf/dist/esm/rimraf-posix.d.ts
13233
- - node_modules/rimraf/dist/esm/rimraf-posix.d.ts.map
13234
- - node_modules/rimraf/dist/esm/rimraf-posix.js
13235
- - node_modules/rimraf/dist/esm/rimraf-posix.js.map
13236
- - node_modules/rimraf/dist/esm/rimraf-windows.d.ts
13237
- - node_modules/rimraf/dist/esm/rimraf-windows.d.ts.map
13238
- - node_modules/rimraf/dist/esm/rimraf-windows.js
13239
- - node_modules/rimraf/dist/esm/rimraf-windows.js.map
13240
- - node_modules/rimraf/dist/esm/use-native.d.ts
13241
- - node_modules/rimraf/dist/esm/use-native.d.ts.map
13242
- - node_modules/rimraf/dist/esm/use-native.js
13243
- - node_modules/rimraf/dist/esm/use-native.js.map
12577
+ - node_modules/rimraf/bin.js
13244
12578
  - node_modules/rimraf/package.json
12579
+ - node_modules/rimraf/rimraf.js
13245
12580
  - node_modules/run-parallel/LICENSE
13246
12581
  - node_modules/run-parallel/README.md
13247
12582
  - node_modules/run-parallel/index.js
@@ -13286,58 +12621,9 @@ files:
13286
12621
  - node_modules/semver/LICENSE
13287
12622
  - node_modules/semver/README.md
13288
12623
  - node_modules/semver/bin/semver.js
13289
- - node_modules/semver/classes/comparator.js
13290
- - node_modules/semver/classes/index.js
13291
- - node_modules/semver/classes/range.js
13292
- - node_modules/semver/classes/semver.js
13293
- - node_modules/semver/functions/clean.js
13294
- - node_modules/semver/functions/cmp.js
13295
- - node_modules/semver/functions/coerce.js
13296
- - node_modules/semver/functions/compare-build.js
13297
- - node_modules/semver/functions/compare-loose.js
13298
- - node_modules/semver/functions/compare.js
13299
- - node_modules/semver/functions/diff.js
13300
- - node_modules/semver/functions/eq.js
13301
- - node_modules/semver/functions/gt.js
13302
- - node_modules/semver/functions/gte.js
13303
- - node_modules/semver/functions/inc.js
13304
- - node_modules/semver/functions/lt.js
13305
- - node_modules/semver/functions/lte.js
13306
- - node_modules/semver/functions/major.js
13307
- - node_modules/semver/functions/minor.js
13308
- - node_modules/semver/functions/neq.js
13309
- - node_modules/semver/functions/parse.js
13310
- - node_modules/semver/functions/patch.js
13311
- - node_modules/semver/functions/prerelease.js
13312
- - node_modules/semver/functions/rcompare.js
13313
- - node_modules/semver/functions/rsort.js
13314
- - node_modules/semver/functions/satisfies.js
13315
- - node_modules/semver/functions/sort.js
13316
- - node_modules/semver/functions/valid.js
13317
- - node_modules/semver/index.js
13318
- - node_modules/semver/internal/constants.js
13319
- - node_modules/semver/internal/debug.js
13320
- - node_modules/semver/internal/identifiers.js
13321
- - node_modules/semver/internal/parse-options.js
13322
- - node_modules/semver/internal/re.js
13323
- - node_modules/semver/node_modules/lru-cache/LICENSE
13324
- - node_modules/semver/node_modules/lru-cache/README.md
13325
- - node_modules/semver/node_modules/lru-cache/index.js
13326
- - node_modules/semver/node_modules/lru-cache/package.json
13327
12624
  - node_modules/semver/package.json
13328
- - node_modules/semver/preload.js
13329
12625
  - node_modules/semver/range.bnf
13330
- - node_modules/semver/ranges/gtr.js
13331
- - node_modules/semver/ranges/intersects.js
13332
- - node_modules/semver/ranges/ltr.js
13333
- - node_modules/semver/ranges/max-satisfying.js
13334
- - node_modules/semver/ranges/min-satisfying.js
13335
- - node_modules/semver/ranges/min-version.js
13336
- - node_modules/semver/ranges/outside.js
13337
- - node_modules/semver/ranges/simplify.js
13338
- - node_modules/semver/ranges/subset.js
13339
- - node_modules/semver/ranges/to-comparators.js
13340
- - node_modules/semver/ranges/valid.js
12626
+ - node_modules/semver/semver.js
13341
12627
  - node_modules/set-blocking/CHANGELOG.md
13342
12628
  - node_modules/set-blocking/LICENSE.txt
13343
12629
  - node_modules/set-blocking/README.md