xo 0.46.2 → 0.48.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1797) hide show
  1. package/config/plugins.cjs +2 -7
  2. package/index.js +12 -11
  3. package/lib/options-manager.js +108 -86
  4. package/node_modules/@nodelib/fs.scandir/LICENSE +21 -0
  5. package/node_modules/@nodelib/fs.scandir/README.md +171 -0
  6. package/node_modules/@nodelib/fs.scandir/out/adapters/fs.d.ts +20 -0
  7. package/node_modules/@nodelib/fs.scandir/out/adapters/fs.js +19 -0
  8. package/node_modules/@nodelib/fs.scandir/out/constants.d.ts +4 -0
  9. package/node_modules/@nodelib/fs.scandir/out/constants.js +17 -0
  10. package/node_modules/@nodelib/fs.scandir/out/index.d.ts +12 -0
  11. package/node_modules/@nodelib/fs.scandir/out/index.js +26 -0
  12. package/node_modules/@nodelib/fs.scandir/out/providers/async.d.ts +7 -0
  13. package/node_modules/@nodelib/fs.scandir/out/providers/async.js +104 -0
  14. package/node_modules/@nodelib/fs.scandir/out/providers/common.d.ts +1 -0
  15. package/node_modules/@nodelib/fs.scandir/out/providers/common.js +13 -0
  16. package/node_modules/@nodelib/fs.scandir/out/providers/sync.d.ts +5 -0
  17. package/node_modules/@nodelib/fs.scandir/out/providers/sync.js +54 -0
  18. package/node_modules/@nodelib/fs.scandir/out/settings.d.ts +20 -0
  19. package/node_modules/@nodelib/fs.scandir/out/settings.js +24 -0
  20. package/node_modules/@nodelib/fs.scandir/out/types/index.d.ts +20 -0
  21. package/node_modules/@nodelib/fs.scandir/out/types/index.js +2 -0
  22. package/node_modules/@nodelib/fs.scandir/out/utils/fs.d.ts +2 -0
  23. package/node_modules/@nodelib/fs.scandir/out/utils/fs.js +19 -0
  24. package/node_modules/@nodelib/fs.scandir/out/utils/index.d.ts +2 -0
  25. package/node_modules/@nodelib/fs.scandir/out/utils/index.js +5 -0
  26. package/node_modules/@nodelib/fs.scandir/package.json +44 -0
  27. package/node_modules/@nodelib/fs.stat/LICENSE +21 -0
  28. package/node_modules/@nodelib/fs.stat/README.md +126 -0
  29. package/node_modules/@nodelib/fs.stat/out/adapters/fs.d.ts +13 -0
  30. package/node_modules/@nodelib/fs.stat/out/adapters/fs.js +17 -0
  31. package/node_modules/@nodelib/fs.stat/out/index.d.ts +12 -0
  32. package/node_modules/@nodelib/fs.stat/out/index.js +26 -0
  33. package/node_modules/@nodelib/fs.stat/out/providers/async.d.ts +4 -0
  34. package/node_modules/@nodelib/fs.stat/out/providers/async.js +36 -0
  35. package/node_modules/@nodelib/fs.stat/out/providers/sync.d.ts +3 -0
  36. package/node_modules/@nodelib/fs.stat/out/providers/sync.js +23 -0
  37. package/node_modules/@nodelib/fs.stat/out/settings.d.ts +16 -0
  38. package/node_modules/@nodelib/fs.stat/out/settings.js +16 -0
  39. package/node_modules/@nodelib/fs.stat/out/types/index.d.ts +4 -0
  40. package/node_modules/@nodelib/fs.stat/out/types/index.js +2 -0
  41. package/node_modules/@nodelib/fs.stat/package.json +37 -0
  42. package/node_modules/@nodelib/fs.walk/LICENSE +21 -0
  43. package/node_modules/@nodelib/fs.walk/README.md +215 -0
  44. package/node_modules/@nodelib/fs.walk/out/index.d.ts +14 -0
  45. package/node_modules/@nodelib/fs.walk/out/index.js +34 -0
  46. package/node_modules/@nodelib/fs.walk/out/providers/async.d.ts +12 -0
  47. package/node_modules/@nodelib/fs.walk/out/providers/async.js +30 -0
  48. package/node_modules/@nodelib/fs.walk/out/providers/index.d.ts +4 -0
  49. package/node_modules/@nodelib/fs.walk/out/providers/index.js +9 -0
  50. package/node_modules/@nodelib/fs.walk/out/providers/stream.d.ts +12 -0
  51. package/node_modules/@nodelib/fs.walk/out/providers/stream.js +34 -0
  52. package/node_modules/@nodelib/fs.walk/out/providers/sync.d.ts +10 -0
  53. package/node_modules/@nodelib/fs.walk/out/providers/sync.js +14 -0
  54. package/node_modules/@nodelib/fs.walk/out/readers/async.d.ts +30 -0
  55. package/node_modules/@nodelib/fs.walk/out/readers/async.js +97 -0
  56. package/node_modules/@nodelib/fs.walk/out/readers/common.d.ts +7 -0
  57. package/node_modules/@nodelib/fs.walk/out/readers/common.js +31 -0
  58. package/node_modules/@nodelib/fs.walk/out/readers/reader.d.ts +6 -0
  59. package/node_modules/@nodelib/fs.walk/out/readers/reader.js +11 -0
  60. package/node_modules/@nodelib/fs.walk/out/readers/sync.d.ts +15 -0
  61. package/node_modules/@nodelib/fs.walk/out/readers/sync.js +59 -0
  62. package/node_modules/@nodelib/fs.walk/out/settings.d.ts +30 -0
  63. package/node_modules/@nodelib/fs.walk/out/settings.js +26 -0
  64. package/node_modules/@nodelib/fs.walk/out/types/index.d.ts +8 -0
  65. package/node_modules/@nodelib/fs.walk/out/types/index.js +2 -0
  66. package/node_modules/@nodelib/fs.walk/package.json +44 -0
  67. package/node_modules/@types/json-schema/LICENSE +21 -0
  68. package/node_modules/@types/json-schema/README.md +16 -0
  69. package/node_modules/@types/json-schema/index.d.ts +751 -0
  70. package/node_modules/@types/json-schema/package.json +45 -0
  71. package/node_modules/@typescript-eslint/eslint-plugin/LICENSE +21 -0
  72. package/node_modules/@typescript-eslint/eslint-plugin/README.md +239 -0
  73. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/all.js +167 -0
  74. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/all.js.map +1 -0
  75. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/base.js +10 -0
  76. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/base.js.map +1 -0
  77. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslint-recommended.js +32 -0
  78. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslint-recommended.js.map +1 -0
  79. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/recommended-requiring-type-checking.js +27 -0
  80. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/recommended-requiring-type-checking.js.map +1 -0
  81. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/recommended.js +37 -0
  82. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/recommended.js.map +1 -0
  83. package/node_modules/@typescript-eslint/eslint-plugin/dist/index.js +21 -0
  84. package/node_modules/@typescript-eslint/eslint-plugin/dist/index.js.map +1 -0
  85. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/adjacent-overload-signatures.js +154 -0
  86. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/adjacent-overload-signatures.js.map +1 -0
  87. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/array-type.js +232 -0
  88. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/array-type.js.map +1 -0
  89. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/await-thenable.js +58 -0
  90. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/await-thenable.js.map +1 -0
  91. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-ts-comment.js +146 -0
  92. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-ts-comment.js.map +1 -0
  93. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-tslint-comment.js +74 -0
  94. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-tslint-comment.js.map +1 -0
  95. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-types.js +191 -0
  96. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-types.js.map +1 -0
  97. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/brace-style.js +92 -0
  98. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/brace-style.js.map +1 -0
  99. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/class-literal-property-style.js +110 -0
  100. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/class-literal-property-style.js.map +1 -0
  101. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/comma-dangle.js +176 -0
  102. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/comma-dangle.js.map +1 -0
  103. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/comma-spacing.js +143 -0
  104. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/comma-spacing.js.map +1 -0
  105. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-indexed-object-style.js +127 -0
  106. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-indexed-object-style.js.map +1 -0
  107. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-assertions.js +153 -0
  108. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-assertions.js.map +1 -0
  109. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-definitions.js +119 -0
  110. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-definitions.js.map +1 -0
  111. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-exports.js +262 -0
  112. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-exports.js.map +1 -0
  113. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-imports.js +571 -0
  114. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-imports.js.map +1 -0
  115. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/default-param-last.js +64 -0
  116. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/default-param-last.js.map +1 -0
  117. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/dot-notation.js +121 -0
  118. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/dot-notation.js.map +1 -0
  119. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-function-return-type.js +160 -0
  120. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-function-return-type.js.map +1 -0
  121. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-member-accessibility.js +215 -0
  122. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-member-accessibility.js.map +1 -0
  123. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-module-boundary-types.js +380 -0
  124. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-module-boundary-types.js.map +1 -0
  125. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/func-call-spacing.js +164 -0
  126. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/func-call-spacing.js.map +1 -0
  127. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/indent-new-do-not-use/BinarySearchTree.js +55 -0
  128. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/indent-new-do-not-use/BinarySearchTree.js.map +1 -0
  129. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/indent-new-do-not-use/OffsetStorage.js +221 -0
  130. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/indent-new-do-not-use/OffsetStorage.js.map +1 -0
  131. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/indent-new-do-not-use/TokenInfo.js +49 -0
  132. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/indent-new-do-not-use/TokenInfo.js.map +1 -0
  133. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/indent-new-do-not-use/index.js +1140 -0
  134. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/indent-new-do-not-use/index.js.map +1 -0
  135. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/indent.js +406 -0
  136. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/indent.js.map +1 -0
  137. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/index.js +250 -0
  138. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/index.js.map +1 -0
  139. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/init-declarations.js +41 -0
  140. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/init-declarations.js.map +1 -0
  141. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/keyword-spacing.js +59 -0
  142. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/keyword-spacing.js.map +1 -0
  143. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/lines-between-class-members.js +73 -0
  144. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/lines-between-class-members.js.map +1 -0
  145. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/member-delimiter-style.js +242 -0
  146. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/member-delimiter-style.js.map +1 -0
  147. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/member-ordering.js +547 -0
  148. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/member-ordering.js.map +1 -0
  149. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/method-signature-style.js +194 -0
  150. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/method-signature-style.js.map +1 -0
  151. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/enums.js +94 -0
  152. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/enums.js.map +1 -0
  153. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/format.js +91 -0
  154. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/format.js.map +1 -0
  155. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/index.js +12 -0
  156. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/index.js.map +1 -0
  157. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/parse-options.js +90 -0
  158. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/parse-options.js.map +1 -0
  159. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/schema.js +259 -0
  160. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/schema.js.map +1 -0
  161. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/shared.js +18 -0
  162. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/shared.js.map +1 -0
  163. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/types.js +3 -0
  164. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/types.js.map +1 -0
  165. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/validator.js +371 -0
  166. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/validator.js.map +1 -0
  167. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention.js +430 -0
  168. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention.js.map +1 -0
  169. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-array-constructor.js +71 -0
  170. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-array-constructor.js.map +1 -0
  171. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-base-to-string.js +161 -0
  172. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-base-to-string.js.map +1 -0
  173. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-non-null-assertion.js +97 -0
  174. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-non-null-assertion.js.map +1 -0
  175. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-void-expression.js +272 -0
  176. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-void-expression.js.map +1 -0
  177. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dupe-class-members.js +65 -0
  178. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dupe-class-members.js.map +1 -0
  179. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-imports.js +118 -0
  180. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-imports.js.map +1 -0
  181. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dynamic-delete.js +90 -0
  182. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dynamic-delete.js.map +1 -0
  183. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-function.js +146 -0
  184. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-function.js.map +1 -0
  185. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-interface.js +105 -0
  186. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-interface.js.map +1 -0
  187. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-explicit-any.js +188 -0
  188. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-explicit-any.js.map +1 -0
  189. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-non-null-assertion.js +55 -0
  190. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-non-null-assertion.js.map +1 -0
  191. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-parens.js +200 -0
  192. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-parens.js.map +1 -0
  193. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-semi.js +59 -0
  194. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-semi.js.map +1 -0
  195. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extraneous-class.js +128 -0
  196. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extraneous-class.js.map +1 -0
  197. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-floating-promises.js +209 -0
  198. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-floating-promises.js.map +1 -0
  199. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-for-in-array.js +57 -0
  200. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-for-in-array.js.map +1 -0
  201. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-implicit-any-catch.js +98 -0
  202. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-implicit-any-catch.js.map +1 -0
  203. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-implied-eval.js +161 -0
  204. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-implied-eval.js.map +1 -0
  205. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-inferrable-types.js +196 -0
  206. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-inferrable-types.js.map +1 -0
  207. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-this.js +82 -0
  208. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-this.js.map +1 -0
  209. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-void-type.js +183 -0
  210. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-void-type.js.map +1 -0
  211. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loop-func.js +191 -0
  212. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loop-func.js.map +1 -0
  213. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loss-of-precision.js +56 -0
  214. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loss-of-precision.js.map +1 -0
  215. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-magic-numbers.js +204 -0
  216. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-magic-numbers.js.map +1 -0
  217. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-meaningless-void-operator.js +93 -0
  218. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-meaningless-void-operator.js.map +1 -0
  219. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-new.js +102 -0
  220. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-new.js.map +1 -0
  221. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-promises.js +236 -0
  222. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-promises.js.map +1 -0
  223. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-namespace.js +80 -0
  224. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-namespace.js.map +1 -0
  225. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-nullish-coalescing.js +94 -0
  226. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-nullish-coalescing.js.map +1 -0
  227. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-optional-chain.js +146 -0
  228. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-optional-chain.js.map +1 -0
  229. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-assertion.js +126 -0
  230. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-assertion.js.map +1 -0
  231. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-parameter-properties.js +105 -0
  232. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-parameter-properties.js.map +1 -0
  233. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-redeclare.js +219 -0
  234. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-redeclare.js.map +1 -0
  235. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-require-imports.js +60 -0
  236. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-require-imports.js.map +1 -0
  237. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-restricted-imports.js +157 -0
  238. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-restricted-imports.js.map +1 -0
  239. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-shadow.js +369 -0
  240. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-shadow.js.map +1 -0
  241. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-this-alias.js +82 -0
  242. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-this-alias.js.map +1 -0
  243. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-throw-literal.js +125 -0
  244. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-throw-literal.js.map +1 -0
  245. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-type-alias.js +261 -0
  246. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-type-alias.js.map +1 -0
  247. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-boolean-literal-compare.js +232 -0
  248. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-boolean-literal-compare.js.map +1 -0
  249. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-condition.js +474 -0
  250. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-condition.js.map +1 -0
  251. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-qualifier.js +148 -0
  252. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-qualifier.js.map +1 -0
  253. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-arguments.js +118 -0
  254. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-arguments.js.map +1 -0
  255. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-assertion.js +242 -0
  256. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-assertion.js.map +1 -0
  257. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-constraint.js +89 -0
  258. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-constraint.js.map +1 -0
  259. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-argument.js +225 -0
  260. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-argument.js.map +1 -0
  261. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-assignment.js +282 -0
  262. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-assignment.js.map +1 -0
  263. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-call.js +82 -0
  264. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-call.js.map +1 -0
  265. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-member-access.js +122 -0
  266. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-member-access.js.map +1 -0
  267. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-return.js +155 -0
  268. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-return.js.map +1 -0
  269. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-expressions.js +74 -0
  270. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-expressions.js.map +1 -0
  271. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-vars.js +501 -0
  272. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-vars.js.map +1 -0
  273. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-use-before-define.js +294 -0
  274. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-use-before-define.js.map +1 -0
  275. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-constructor.js +86 -0
  276. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-constructor.js.map +1 -0
  277. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-var-requires.js +66 -0
  278. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-var-requires.js.map +1 -0
  279. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/non-nullable-type-assertion-style.js +120 -0
  280. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/non-nullable-type-assertion-style.js.map +1 -0
  281. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/object-curly-spacing.js +216 -0
  282. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/object-curly-spacing.js.map +1 -0
  283. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/padding-line-between-statements.js +647 -0
  284. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/padding-line-between-statements.js.map +1 -0
  285. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-as-const.js +88 -0
  286. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-as-const.js.map +1 -0
  287. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-enum-initializers.js +85 -0
  288. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-enum-initializers.js.map +1 -0
  289. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-for-of.js +178 -0
  290. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-for-of.js.map +1 -0
  291. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-function-type.js +207 -0
  292. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-function-type.js.map +1 -0
  293. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-includes.js +207 -0
  294. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-includes.js.map +1 -0
  295. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-literal-enum-member.js +72 -0
  296. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-literal-enum-member.js.map +1 -0
  297. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-namespace-keyword.js +64 -0
  298. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-namespace-keyword.js.map +1 -0
  299. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-nullish-coalescing.js +160 -0
  300. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-nullish-coalescing.js.map +1 -0
  301. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain.js +319 -0
  302. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain.js.map +1 -0
  303. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly-parameter-types.js +93 -0
  304. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly-parameter-types.js.map +1 -0
  305. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly.js +260 -0
  306. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly.js.map +1 -0
  307. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-reduce-type-parameter.js +96 -0
  308. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-reduce-type-parameter.js.map +1 -0
  309. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-regexp-exec.js +150 -0
  310. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-regexp-exec.js.map +1 -0
  311. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-return-this-type.js +137 -0
  312. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-return-this-type.js.map +1 -0
  313. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-string-starts-ends-with.js +489 -0
  314. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-string-starts-ends-with.js.map +1 -0
  315. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-ts-expect-error.js +80 -0
  316. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-ts-expect-error.js.map +1 -0
  317. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/promise-function-async.js +177 -0
  318. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/promise-function-async.js.map +1 -0
  319. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/quotes.js +85 -0
  320. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/quotes.js.map +1 -0
  321. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-array-sort-compare.js +80 -0
  322. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-array-sort-compare.js.map +1 -0
  323. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-await.js +201 -0
  324. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-await.js.map +1 -0
  325. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-plus-operands.js +158 -0
  326. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-plus-operands.js.map +1 -0
  327. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-template-expressions.js +115 -0
  328. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-template-expressions.js.map +1 -0
  329. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/return-await.js +250 -0
  330. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/return-await.js.map +1 -0
  331. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/semi.js +83 -0
  332. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/semi.js.map +1 -0
  333. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/sort-type-union-intersection-members.js +227 -0
  334. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/sort-type-union-intersection-members.js.map +1 -0
  335. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-before-function-paren.js +157 -0
  336. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-before-function-paren.js.map +1 -0
  337. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-infix-ops.js +143 -0
  338. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-infix-ops.js.map +1 -0
  339. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/strict-boolean-expressions.js +715 -0
  340. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/strict-boolean-expressions.js.map +1 -0
  341. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/switch-exhaustiveness-check.js +144 -0
  342. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/switch-exhaustiveness-check.js.map +1 -0
  343. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/triple-slash-reference.js +125 -0
  344. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/triple-slash-reference.js.map +1 -0
  345. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/type-annotation-spacing.js +237 -0
  346. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/type-annotation-spacing.js.map +1 -0
  347. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/typedef.js +196 -0
  348. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/typedef.js.map +1 -0
  349. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unbound-method.js +281 -0
  350. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unbound-method.js.map +1 -0
  351. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unified-signatures.js +395 -0
  352. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unified-signatures.js.map +1 -0
  353. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/astUtils.js +85 -0
  354. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/astUtils.js.map +1 -0
  355. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/collectUnusedVariables.js +565 -0
  356. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/collectUnusedVariables.js.map +1 -0
  357. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/createRule.js +6 -0
  358. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/createRule.js.map +1 -0
  359. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/escapeRegExp.js +16 -0
  360. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/escapeRegExp.js.map +1 -0
  361. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/explicitReturnTypeUtils.js +232 -0
  362. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/explicitReturnTypeUtils.js.map +1 -0
  363. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getESLintCoreRule.js +41 -0
  364. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getESLintCoreRule.js.map +1 -0
  365. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getFunctionHeadLoc.js +55 -0
  366. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getFunctionHeadLoc.js.map +1 -0
  367. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getThisExpression.js +26 -0
  368. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getThisExpression.js.map +1 -0
  369. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getWrappingFixer.js +140 -0
  370. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getWrappingFixer.js.map +1 -0
  371. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/index.js +32 -0
  372. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/index.js.map +1 -0
  373. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/misc.js +116 -0
  374. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/misc.js.map +1 -0
  375. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/objectIterators.js +27 -0
  376. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/objectIterators.js.map +1 -0
  377. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/README.md +159 -0
  378. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/TEMPLATE.md +57 -0
  379. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/adjacent-overload-signatures.md +112 -0
  380. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/array-type.md +130 -0
  381. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/await-thenable.md +58 -0
  382. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/ban-ts-comment.md +150 -0
  383. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/ban-tslint-comment.md +41 -0
  384. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/ban-types.md +194 -0
  385. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/brace-style.md +34 -0
  386. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/camelcase.md +8 -0
  387. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/class-literal-property-style.md +116 -0
  388. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/comma-dangle.md +46 -0
  389. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/comma-spacing.md +34 -0
  390. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/consistent-indexed-object-style.md +90 -0
  391. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/consistent-type-assertions.md +124 -0
  392. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/consistent-type-definitions.md +92 -0
  393. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/consistent-type-exports.md +87 -0
  394. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/consistent-type-imports.md +72 -0
  395. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/default-param-last.md +70 -0
  396. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/dot-notation.md +95 -0
  397. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/explicit-function-return-type.md +298 -0
  398. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/explicit-member-accessibility.md +356 -0
  399. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/explicit-module-boundary-types.md +293 -0
  400. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/func-call-spacing.md +34 -0
  401. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/indent.md +38 -0
  402. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/init-declarations.md +34 -0
  403. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/keyword-spacing.md +34 -0
  404. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/lines-between-class-members.md +85 -0
  405. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/member-delimiter-style.md +216 -0
  406. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/member-ordering.md +1101 -0
  407. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/method-signature-style.md +112 -0
  408. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/naming-convention.md +708 -0
  409. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-array-constructor.md +57 -0
  410. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-base-to-string.md +97 -0
  411. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-confusing-non-null-assertion.md +56 -0
  412. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-confusing-void-expression.md +159 -0
  413. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-dupe-class-members.md +34 -0
  414. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-duplicate-imports.md +34 -0
  415. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-dynamic-delete.md +59 -0
  416. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-empty-function.md +100 -0
  417. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-empty-interface.md +76 -0
  418. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-explicit-any.md +191 -0
  419. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-extra-non-null-assertion.md +66 -0
  420. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-extra-parens.md +34 -0
  421. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-extra-semi.md +34 -0
  422. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-extraneous-class.md +92 -0
  423. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-floating-promises.md +116 -0
  424. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-for-in-array.md +69 -0
  425. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-implicit-any-catch.md +88 -0
  426. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-implied-eval.md +121 -0
  427. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-inferrable-types.md +160 -0
  428. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-invalid-this.md +38 -0
  429. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-invalid-void-type.md +138 -0
  430. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-loop-func.md +34 -0
  431. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-loss-of-precision.md +31 -0
  432. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-magic-numbers.md +131 -0
  433. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-meaningless-void-operator.md +62 -0
  434. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-misused-new.md +58 -0
  435. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-misused-promises.md +190 -0
  436. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-namespace.md +143 -0
  437. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-non-null-asserted-nullish-coalescing.md +61 -0
  438. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-non-null-asserted-optional-chain.md +73 -0
  439. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-non-null-assertion.md +60 -0
  440. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-parameter-properties.md +407 -0
  441. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-redeclare.md +92 -0
  442. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-require-imports.md +46 -0
  443. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-restricted-imports.md +76 -0
  444. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-shadow.md +99 -0
  445. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-this-alias.md +68 -0
  446. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-throw-literal.md +124 -0
  447. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-type-alias.md +604 -0
  448. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unnecessary-boolean-literal-compare.md +158 -0
  449. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unnecessary-condition.md +120 -0
  450. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unnecessary-qualifier.md +91 -0
  451. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unnecessary-type-arguments.md +65 -0
  452. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unnecessary-type-assertion.md +85 -0
  453. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unnecessary-type-constraint.md +80 -0
  454. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unsafe-argument.md +96 -0
  455. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unsafe-assignment.md +99 -0
  456. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unsafe-call.md +73 -0
  457. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unsafe-member-access.md +79 -0
  458. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unsafe-return.md +116 -0
  459. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unused-expressions.md +34 -0
  460. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unused-vars.md +34 -0
  461. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-use-before-define.md +120 -0
  462. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-useless-constructor.md +43 -0
  463. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-var-requires.md +54 -0
  464. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/non-nullable-type-assertion-style.md +39 -0
  465. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/object-curly-spacing.md +34 -0
  466. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/padding-line-between-statements.md +62 -0
  467. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-as-const.md +55 -0
  468. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-enum-initializers.md +82 -0
  469. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-for-of.md +53 -0
  470. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-function-type.md +93 -0
  471. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-includes.md +85 -0
  472. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-literal-enum-member.md +104 -0
  473. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-namespace-keyword.md +43 -0
  474. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-nullish-coalescing.md +149 -0
  475. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-optional-chain.md +94 -0
  476. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-readonly-parameter-types.md +285 -0
  477. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-readonly.md +97 -0
  478. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-reduce-type-parameter.md +66 -0
  479. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-regexp-exec.md +63 -0
  480. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-return-this-type.md +104 -0
  481. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-string-starts-ends-with.md +66 -0
  482. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-ts-expect-error.md +77 -0
  483. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/promise-function-async.md +78 -0
  484. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/quotes.md +34 -0
  485. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/require-array-sort-compare.md +105 -0
  486. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/require-await.md +44 -0
  487. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/restrict-plus-operands.md +112 -0
  488. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/restrict-template-expressions.md +116 -0
  489. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/return-await.md +228 -0
  490. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/semi.md +38 -0
  491. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/sort-type-union-intersection-members.md +159 -0
  492. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/space-before-function-paren.md +34 -0
  493. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/space-infix-ops.md +38 -0
  494. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/strict-boolean-expressions.md +205 -0
  495. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/switch-exhaustiveness-check.md +117 -0
  496. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/triple-slash-reference.md +64 -0
  497. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/type-annotation-spacing.md +319 -0
  498. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/typedef.md +348 -0
  499. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/unbound-method.md +126 -0
  500. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/unified-signatures.md +43 -0
  501. package/node_modules/@typescript-eslint/eslint-plugin/index.d.ts +4 -0
  502. package/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/LICENSE-MIT +21 -0
  503. package/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/README.md +412 -0
  504. package/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/index.d.ts +61 -0
  505. package/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/index.js +603 -0
  506. package/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/legacy.js +498 -0
  507. package/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/package.json +71 -0
  508. package/node_modules/@typescript-eslint/eslint-plugin/package.json +83 -0
  509. package/node_modules/@typescript-eslint/parser/LICENSE +22 -0
  510. package/node_modules/@typescript-eslint/parser/README.md +290 -0
  511. package/node_modules/@typescript-eslint/parser/dist/index.d.ts +4 -0
  512. package/node_modules/@typescript-eslint/parser/dist/index.d.ts.map +1 -0
  513. package/node_modules/@typescript-eslint/parser/dist/index.js +13 -0
  514. package/node_modules/@typescript-eslint/parser/dist/index.js.map +1 -0
  515. package/node_modules/@typescript-eslint/parser/dist/parser.d.ts +17 -0
  516. package/node_modules/@typescript-eslint/parser/dist/parser.d.ts.map +1 -0
  517. package/node_modules/@typescript-eslint/parser/dist/parser.js +133 -0
  518. package/node_modules/@typescript-eslint/parser/dist/parser.js.map +1 -0
  519. package/node_modules/@typescript-eslint/parser/package.json +74 -0
  520. package/node_modules/@typescript-eslint/scope-manager/LICENSE +21 -0
  521. package/node_modules/@typescript-eslint/scope-manager/README.md +120 -0
  522. package/node_modules/@typescript-eslint/scope-manager/dist/ID.d.ts +4 -0
  523. package/node_modules/@typescript-eslint/scope-manager/dist/ID.d.ts.map +1 -0
  524. package/node_modules/@typescript-eslint/scope-manager/dist/ID.js +22 -0
  525. package/node_modules/@typescript-eslint/scope-manager/dist/ID.js.map +1 -0
  526. package/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.d.ts +72 -0
  527. package/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.d.ts.map +1 -0
  528. package/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.js +189 -0
  529. package/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.js.map +1 -0
  530. package/node_modules/@typescript-eslint/scope-manager/dist/analyze.d.ts +62 -0
  531. package/node_modules/@typescript-eslint/scope-manager/dist/analyze.d.ts.map +1 -0
  532. package/node_modules/@typescript-eslint/scope-manager/dist/analyze.js +58 -0
  533. package/node_modules/@typescript-eslint/scope-manager/dist/analyze.js.map +1 -0
  534. package/node_modules/@typescript-eslint/scope-manager/dist/assert.d.ts +3 -0
  535. package/node_modules/@typescript-eslint/scope-manager/dist/assert.d.ts.map +1 -0
  536. package/node_modules/@typescript-eslint/scope-manager/dist/assert.js +11 -0
  537. package/node_modules/@typescript-eslint/scope-manager/dist/assert.js.map +1 -0
  538. package/node_modules/@typescript-eslint/scope-manager/dist/definition/CatchClauseDefinition.d.ts +10 -0
  539. package/node_modules/@typescript-eslint/scope-manager/dist/definition/CatchClauseDefinition.d.ts.map +1 -0
  540. package/node_modules/@typescript-eslint/scope-manager/dist/definition/CatchClauseDefinition.js +14 -0
  541. package/node_modules/@typescript-eslint/scope-manager/dist/definition/CatchClauseDefinition.js.map +1 -0
  542. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ClassNameDefinition.d.ts +10 -0
  543. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ClassNameDefinition.d.ts.map +1 -0
  544. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ClassNameDefinition.js +14 -0
  545. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ClassNameDefinition.js.map +1 -0
  546. package/node_modules/@typescript-eslint/scope-manager/dist/definition/Definition.d.ts +14 -0
  547. package/node_modules/@typescript-eslint/scope-manager/dist/definition/Definition.d.ts.map +1 -0
  548. package/node_modules/@typescript-eslint/scope-manager/dist/definition/Definition.js +3 -0
  549. package/node_modules/@typescript-eslint/scope-manager/dist/definition/Definition.js.map +1 -0
  550. package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionBase.d.ts +39 -0
  551. package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionBase.d.ts.map +1 -0
  552. package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionBase.js +19 -0
  553. package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionBase.js.map +1 -0
  554. package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionType.d.ts +15 -0
  555. package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionType.d.ts.map +1 -0
  556. package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionType.js +19 -0
  557. package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionType.js.map +1 -0
  558. package/node_modules/@typescript-eslint/scope-manager/dist/definition/FunctionNameDefinition.d.ts +10 -0
  559. package/node_modules/@typescript-eslint/scope-manager/dist/definition/FunctionNameDefinition.d.ts.map +1 -0
  560. package/node_modules/@typescript-eslint/scope-manager/dist/definition/FunctionNameDefinition.js +14 -0
  561. package/node_modules/@typescript-eslint/scope-manager/dist/definition/FunctionNameDefinition.js.map +1 -0
  562. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImplicitGlobalVariableDefinition.d.ts +10 -0
  563. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImplicitGlobalVariableDefinition.d.ts.map +1 -0
  564. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImplicitGlobalVariableDefinition.js +14 -0
  565. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImplicitGlobalVariableDefinition.js.map +1 -0
  566. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImportBindingDefinition.d.ts +11 -0
  567. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImportBindingDefinition.d.ts.map +1 -0
  568. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImportBindingDefinition.js +14 -0
  569. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImportBindingDefinition.js.map +1 -0
  570. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ParameterDefinition.d.ts +14 -0
  571. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ParameterDefinition.d.ts.map +1 -0
  572. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ParameterDefinition.js +15 -0
  573. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ParameterDefinition.js.map +1 -0
  574. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumMemberDefinition.d.ts +10 -0
  575. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumMemberDefinition.d.ts.map +1 -0
  576. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumMemberDefinition.js +14 -0
  577. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumMemberDefinition.js.map +1 -0
  578. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumNameDefinition.d.ts +10 -0
  579. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumNameDefinition.d.ts.map +1 -0
  580. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumNameDefinition.js +14 -0
  581. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumNameDefinition.js.map +1 -0
  582. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSModuleNameDefinition.d.ts +10 -0
  583. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSModuleNameDefinition.d.ts.map +1 -0
  584. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSModuleNameDefinition.js +14 -0
  585. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSModuleNameDefinition.js.map +1 -0
  586. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TypeDefinition.d.ts +10 -0
  587. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TypeDefinition.d.ts.map +1 -0
  588. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TypeDefinition.js +14 -0
  589. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TypeDefinition.js.map +1 -0
  590. package/node_modules/@typescript-eslint/scope-manager/dist/definition/VariableDefinition.d.ts +10 -0
  591. package/node_modules/@typescript-eslint/scope-manager/dist/definition/VariableDefinition.d.ts.map +1 -0
  592. package/node_modules/@typescript-eslint/scope-manager/dist/definition/VariableDefinition.js +14 -0
  593. package/node_modules/@typescript-eslint/scope-manager/dist/definition/VariableDefinition.js.map +1 -0
  594. package/node_modules/@typescript-eslint/scope-manager/dist/definition/index.d.ts +14 -0
  595. package/node_modules/@typescript-eslint/scope-manager/dist/definition/index.d.ts.map +1 -0
  596. package/node_modules/@typescript-eslint/scope-manager/dist/definition/index.js +26 -0
  597. package/node_modules/@typescript-eslint/scope-manager/dist/definition/index.js.map +1 -0
  598. package/node_modules/@typescript-eslint/scope-manager/dist/index.d.ts +9 -0
  599. package/node_modules/@typescript-eslint/scope-manager/dist/index.d.ts.map +1 -0
  600. package/node_modules/@typescript-eslint/scope-manager/dist/index.js +27 -0
  601. package/node_modules/@typescript-eslint/scope-manager/dist/index.js.map +1 -0
  602. package/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.d.ts +16 -0
  603. package/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.d.ts.map +1 -0
  604. package/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.js +22 -0
  605. package/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.js.map +1 -0
  606. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.d.ts +3 -0
  607. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.d.ts.map +1 -0
  608. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.d.ts +3 -0
  609. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.d.ts.map +1 -0
  610. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.js +62 -0
  611. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.js.map +1 -0
  612. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.js +1238 -0
  613. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.js.map +1 -0
  614. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.d.ts +3 -0
  615. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.d.ts.map +1 -0
  616. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.js +20 -0
  617. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.js.map +1 -0
  618. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.d.ts +3 -0
  619. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.d.ts.map +1 -0
  620. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.js +22 -0
  621. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.js.map +1 -0
  622. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.d.ts +3 -0
  623. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.d.ts.map +1 -0
  624. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.d.ts +3 -0
  625. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.d.ts.map +1 -0
  626. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.js +10 -0
  627. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.js.map +1 -0
  628. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.d.ts +3 -0
  629. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.d.ts.map +1 -0
  630. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.js +10 -0
  631. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.js.map +1 -0
  632. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.js +18 -0
  633. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.js.map +1 -0
  634. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.d.ts +3 -0
  635. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.d.ts.map +1 -0
  636. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.js +11 -0
  637. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.js.map +1 -0
  638. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.d.ts +3 -0
  639. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.d.ts.map +1 -0
  640. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.js +12 -0
  641. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.js.map +1 -0
  642. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.d.ts +3 -0
  643. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.d.ts.map +1 -0
  644. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.js +11 -0
  645. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.js.map +1 -0
  646. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.d.ts +3 -0
  647. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.d.ts.map +1 -0
  648. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.js +11 -0
  649. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.js.map +1 -0
  650. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.d.ts +3 -0
  651. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.d.ts.map +1 -0
  652. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.js +10 -0
  653. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.js.map +1 -0
  654. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.d.ts +3 -0
  655. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.d.ts.map +1 -0
  656. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.js +21 -0
  657. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.js.map +1 -0
  658. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.d.ts +3 -0
  659. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.d.ts.map +1 -0
  660. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.d.ts +3 -0
  661. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.d.ts.map +1 -0
  662. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.js +13 -0
  663. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.js.map +1 -0
  664. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.js +10 -0
  665. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.js.map +1 -0
  666. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.d.ts +3 -0
  667. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.d.ts.map +1 -0
  668. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.d.ts +3 -0
  669. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.d.ts.map +1 -0
  670. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.js +13 -0
  671. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.js.map +1 -0
  672. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.d.ts +3 -0
  673. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.d.ts.map +1 -0
  674. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.js +11 -0
  675. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.js.map +1 -0
  676. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.js +14 -0
  677. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.js.map +1 -0
  678. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.d.ts +3 -0
  679. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.d.ts.map +1 -0
  680. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.js +11 -0
  681. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.js.map +1 -0
  682. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.d.ts +3 -0
  683. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.d.ts.map +1 -0
  684. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.js +11 -0
  685. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.js.map +1 -0
  686. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.d.ts +3 -0
  687. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.d.ts.map +1 -0
  688. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.js +11 -0
  689. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.js.map +1 -0
  690. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.d.ts +3 -0
  691. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.d.ts.map +1 -0
  692. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.js +19 -0
  693. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.js.map +1 -0
  694. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.d.ts +3 -0
  695. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.d.ts.map +1 -0
  696. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.js +10 -0
  697. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.js.map +1 -0
  698. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.d.ts +3 -0
  699. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.d.ts.map +1 -0
  700. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.js +11 -0
  701. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.js.map +1 -0
  702. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.d.ts +3 -0
  703. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.d.ts.map +1 -0
  704. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.d.ts +3 -0
  705. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.d.ts.map +1 -0
  706. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.js +13 -0
  707. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.js.map +1 -0
  708. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.d.ts +3 -0
  709. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.d.ts.map +1 -0
  710. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.js +11 -0
  711. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.js.map +1 -0
  712. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.js +14 -0
  713. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.js.map +1 -0
  714. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.d.ts +3 -0
  715. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.d.ts.map +1 -0
  716. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.js +11 -0
  717. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.js.map +1 -0
  718. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.d.ts +3 -0
  719. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.d.ts.map +1 -0
  720. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.js +13 -0
  721. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.js.map +1 -0
  722. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.d.ts +3 -0
  723. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.d.ts.map +1 -0
  724. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.js +13 -0
  725. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.js.map +1 -0
  726. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.d.ts +3 -0
  727. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.d.ts.map +1 -0
  728. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.d.ts +3 -0
  729. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.d.ts.map +1 -0
  730. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.js +13 -0
  731. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.js.map +1 -0
  732. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.js +13 -0
  733. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.js.map +1 -0
  734. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.d.ts +3 -0
  735. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.d.ts.map +1 -0
  736. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.js +10 -0
  737. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.js.map +1 -0
  738. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.d.ts +3 -0
  739. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.d.ts.map +1 -0
  740. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.js +11 -0
  741. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.js.map +1 -0
  742. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.d.ts +3 -0
  743. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.d.ts.map +1 -0
  744. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.js +11 -0
  745. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.js.map +1 -0
  746. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.d.ts +3 -0
  747. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.d.ts.map +1 -0
  748. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.js +19 -0
  749. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.js.map +1 -0
  750. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.d.ts +3 -0
  751. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.d.ts.map +1 -0
  752. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.d.ts +3 -0
  753. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.d.ts.map +1 -0
  754. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.js +13 -0
  755. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.js.map +1 -0
  756. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.d.ts +3 -0
  757. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.d.ts.map +1 -0
  758. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.js +11 -0
  759. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.js.map +1 -0
  760. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.js +15 -0
  761. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.js.map +1 -0
  762. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.d.ts +3 -0
  763. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.d.ts.map +1 -0
  764. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.js +14 -0
  765. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.js.map +1 -0
  766. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.d.ts +3 -0
  767. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.d.ts.map +1 -0
  768. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.js +11 -0
  769. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.js.map +1 -0
  770. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.d.ts +3 -0
  771. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.d.ts.map +1 -0
  772. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.js +10 -0
  773. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.js.map +1 -0
  774. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.d.ts +3 -0
  775. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.d.ts.map +1 -0
  776. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.js +11 -0
  777. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.js.map +1 -0
  778. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.d.ts +3 -0
  779. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.d.ts.map +1 -0
  780. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.d.ts +3 -0
  781. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.d.ts.map +1 -0
  782. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.js +13 -0
  783. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.js.map +1 -0
  784. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.d.ts +3 -0
  785. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.d.ts.map +1 -0
  786. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.js +11 -0
  787. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.js.map +1 -0
  788. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.js +13 -0
  789. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.js.map +1 -0
  790. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.d.ts +3 -0
  791. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.d.ts.map +1 -0
  792. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.js +13 -0
  793. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.js.map +1 -0
  794. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.d.ts +3 -0
  795. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.d.ts.map +1 -0
  796. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.js +11 -0
  797. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.js.map +1 -0
  798. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.d.ts +3 -0
  799. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.d.ts.map +1 -0
  800. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.js +14 -0
  801. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.js.map +1 -0
  802. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.d.ts +3 -0
  803. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.d.ts.map +1 -0
  804. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.js +113 -0
  805. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.js.map +1 -0
  806. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.d.ts +3 -0
  807. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.d.ts.map +1 -0
  808. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.js +18 -0
  809. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.js.map +1 -0
  810. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.d.ts +3 -0
  811. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.d.ts.map +1 -0
  812. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.js +10 -0
  813. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.js.map +1 -0
  814. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.d.ts +3 -0
  815. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.d.ts.map +1 -0
  816. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.js +13 -0
  817. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.js.map +1 -0
  818. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.d.ts +3 -0
  819. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.d.ts.map +1 -0
  820. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.js +11 -0
  821. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.js.map +1 -0
  822. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.d.ts +3 -0
  823. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.d.ts.map +1 -0
  824. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.js +19 -0
  825. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.js.map +1 -0
  826. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.d.ts +3 -0
  827. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.d.ts.map +1 -0
  828. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.d.ts +3 -0
  829. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.d.ts.map +1 -0
  830. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.js +13 -0
  831. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.js.map +1 -0
  832. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.d.ts +3 -0
  833. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.d.ts.map +1 -0
  834. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.js +11 -0
  835. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.js.map +1 -0
  836. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.js +10 -0
  837. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.js.map +1 -0
  838. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.d.ts +3 -0
  839. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.d.ts.map +1 -0
  840. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.js +13 -0
  841. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.js.map +1 -0
  842. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.d.ts +3 -0
  843. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.d.ts.map +1 -0
  844. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.js +11 -0
  845. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.js.map +1 -0
  846. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.d.ts +3 -0
  847. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.d.ts.map +1 -0
  848. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.js +11 -0
  849. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.js.map +1 -0
  850. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.d.ts +3 -0
  851. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.d.ts.map +1 -0
  852. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.js +14 -0
  853. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.js.map +1 -0
  854. package/node_modules/@typescript-eslint/scope-manager/dist/lib/index.d.ts +71 -0
  855. package/node_modules/@typescript-eslint/scope-manager/dist/lib/index.d.ts.map +1 -0
  856. package/node_modules/@typescript-eslint/scope-manager/dist/lib/index.js +144 -0
  857. package/node_modules/@typescript-eslint/scope-manager/dist/lib/index.js.map +1 -0
  858. package/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.d.ts +3 -0
  859. package/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.d.ts.map +1 -0
  860. package/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.js +12 -0
  861. package/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.js.map +1 -0
  862. package/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.d.ts +3 -0
  863. package/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.d.ts.map +1 -0
  864. package/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.js +23 -0
  865. package/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.js.map +1 -0
  866. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.d.ts +3 -0
  867. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.d.ts.map +1 -0
  868. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.d.ts +3 -0
  869. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.d.ts.map +1 -0
  870. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.js +8 -0
  871. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.js.map +1 -0
  872. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.d.ts +3 -0
  873. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.d.ts.map +1 -0
  874. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.js +26 -0
  875. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.js.map +1 -0
  876. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.js +424 -0
  877. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.js.map +1 -0
  878. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.d.ts +26 -0
  879. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.d.ts.map +1 -0
  880. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.js +314 -0
  881. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.js.map +1 -0
  882. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.d.ts +15 -0
  883. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.d.ts.map +1 -0
  884. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.js +84 -0
  885. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.js.map +1 -0
  886. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ImportVisitor.d.ts +14 -0
  887. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ImportVisitor.d.ts.map +1 -0
  888. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ImportVisitor.js +50 -0
  889. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ImportVisitor.js.map +1 -0
  890. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.d.ts +28 -0
  891. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.d.ts.map +1 -0
  892. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.js +111 -0
  893. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.js.map +1 -0
  894. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Reference.d.ts +89 -0
  895. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Reference.d.ts.map +1 -0
  896. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Reference.js +109 -0
  897. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Reference.js.map +1 -0
  898. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.d.ts +83 -0
  899. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.d.ts.map +1 -0
  900. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.js +531 -0
  901. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.js.map +1 -0
  902. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/TypeVisitor.d.ts +33 -0
  903. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/TypeVisitor.d.ts.map +1 -0
  904. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/TypeVisitor.js +222 -0
  905. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/TypeVisitor.js.map +1 -0
  906. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Visitor.d.ts +13 -0
  907. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Visitor.d.ts.map +1 -0
  908. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Visitor.js +41 -0
  909. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Visitor.js.map +1 -0
  910. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/VisitorBase.d.ts +22 -0
  911. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/VisitorBase.d.ts.map +1 -0
  912. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/VisitorBase.js +82 -0
  913. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/VisitorBase.js.map +1 -0
  914. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/index.d.ts +2 -0
  915. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/index.d.ts.map +1 -0
  916. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/index.js +6 -0
  917. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/index.js.map +1 -0
  918. package/node_modules/@typescript-eslint/scope-manager/dist/scope/BlockScope.d.ts +10 -0
  919. package/node_modules/@typescript-eslint/scope-manager/dist/scope/BlockScope.d.ts.map +1 -0
  920. package/node_modules/@typescript-eslint/scope-manager/dist/scope/BlockScope.js +12 -0
  921. package/node_modules/@typescript-eslint/scope-manager/dist/scope/BlockScope.js.map +1 -0
  922. package/node_modules/@typescript-eslint/scope-manager/dist/scope/CatchScope.d.ts +10 -0
  923. package/node_modules/@typescript-eslint/scope-manager/dist/scope/CatchScope.d.ts.map +1 -0
  924. package/node_modules/@typescript-eslint/scope-manager/dist/scope/CatchScope.js +12 -0
  925. package/node_modules/@typescript-eslint/scope-manager/dist/scope/CatchScope.js.map +1 -0
  926. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassFieldInitializerScope.d.ts +10 -0
  927. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassFieldInitializerScope.d.ts.map +1 -0
  928. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassFieldInitializerScope.js +12 -0
  929. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassFieldInitializerScope.js.map +1 -0
  930. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassScope.d.ts +10 -0
  931. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassScope.d.ts.map +1 -0
  932. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassScope.js +12 -0
  933. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassScope.js.map +1 -0
  934. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.d.ts +10 -0
  935. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.d.ts.map +1 -0
  936. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.js +12 -0
  937. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.js.map +1 -0
  938. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ConditionalTypeScope.d.ts +10 -0
  939. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ConditionalTypeScope.d.ts.map +1 -0
  940. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ConditionalTypeScope.js +12 -0
  941. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ConditionalTypeScope.js.map +1 -0
  942. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ForScope.d.ts +10 -0
  943. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ForScope.d.ts.map +1 -0
  944. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ForScope.js +12 -0
  945. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ForScope.js.map +1 -0
  946. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionExpressionNameScope.d.ts +11 -0
  947. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionExpressionNameScope.d.ts.map +1 -0
  948. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionExpressionNameScope.js +17 -0
  949. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionExpressionNameScope.js.map +1 -0
  950. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionScope.d.ts +13 -0
  951. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionScope.d.ts.map +1 -0
  952. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionScope.js +37 -0
  953. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionScope.js.map +1 -0
  954. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionTypeScope.d.ts +10 -0
  955. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionTypeScope.d.ts.map +1 -0
  956. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionTypeScope.js +12 -0
  957. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionTypeScope.js.map +1 -0
  958. package/node_modules/@typescript-eslint/scope-manager/dist/scope/GlobalScope.d.ts +18 -0
  959. package/node_modules/@typescript-eslint/scope-manager/dist/scope/GlobalScope.d.ts.map +1 -0
  960. package/node_modules/@typescript-eslint/scope-manager/dist/scope/GlobalScope.js +39 -0
  961. package/node_modules/@typescript-eslint/scope-manager/dist/scope/GlobalScope.js.map +1 -0
  962. package/node_modules/@typescript-eslint/scope-manager/dist/scope/MappedTypeScope.d.ts +10 -0
  963. package/node_modules/@typescript-eslint/scope-manager/dist/scope/MappedTypeScope.d.ts.map +1 -0
  964. package/node_modules/@typescript-eslint/scope-manager/dist/scope/MappedTypeScope.js +12 -0
  965. package/node_modules/@typescript-eslint/scope-manager/dist/scope/MappedTypeScope.js.map +1 -0
  966. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ModuleScope.d.ts +10 -0
  967. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ModuleScope.d.ts.map +1 -0
  968. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ModuleScope.js +12 -0
  969. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ModuleScope.js.map +1 -0
  970. package/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.d.ts +21 -0
  971. package/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.d.ts.map +1 -0
  972. package/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.js +3 -0
  973. package/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.js.map +1 -0
  974. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.d.ts +106 -0
  975. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.d.ts.map +1 -0
  976. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.js +367 -0
  977. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.js.map +1 -0
  978. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.d.ts +22 -0
  979. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.d.ts.map +1 -0
  980. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.js +26 -0
  981. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.js.map +1 -0
  982. package/node_modules/@typescript-eslint/scope-manager/dist/scope/SwitchScope.d.ts +10 -0
  983. package/node_modules/@typescript-eslint/scope-manager/dist/scope/SwitchScope.d.ts.map +1 -0
  984. package/node_modules/@typescript-eslint/scope-manager/dist/scope/SwitchScope.js +12 -0
  985. package/node_modules/@typescript-eslint/scope-manager/dist/scope/SwitchScope.js.map +1 -0
  986. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSEnumScope.d.ts +10 -0
  987. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSEnumScope.d.ts.map +1 -0
  988. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSEnumScope.js +12 -0
  989. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSEnumScope.js.map +1 -0
  990. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSModuleScope.d.ts +10 -0
  991. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSModuleScope.d.ts.map +1 -0
  992. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSModuleScope.js +12 -0
  993. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSModuleScope.js.map +1 -0
  994. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TypeScope.d.ts +10 -0
  995. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TypeScope.d.ts.map +1 -0
  996. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TypeScope.js +12 -0
  997. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TypeScope.js.map +1 -0
  998. package/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.d.ts +11 -0
  999. package/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.d.ts.map +1 -0
  1000. package/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.js +25 -0
  1001. package/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.js.map +1 -0
  1002. package/node_modules/@typescript-eslint/scope-manager/dist/scope/index.d.ts +20 -0
  1003. package/node_modules/@typescript-eslint/scope-manager/dist/scope/index.d.ts.map +1 -0
  1004. package/node_modules/@typescript-eslint/scope-manager/dist/scope/index.js +32 -0
  1005. package/node_modules/@typescript-eslint/scope-manager/dist/scope/index.js.map +1 -0
  1006. package/node_modules/@typescript-eslint/scope-manager/dist/variable/ESLintScopeVariable.d.ts +34 -0
  1007. package/node_modules/@typescript-eslint/scope-manager/dist/variable/ESLintScopeVariable.d.ts.map +1 -0
  1008. package/node_modules/@typescript-eslint/scope-manager/dist/variable/ESLintScopeVariable.js +12 -0
  1009. package/node_modules/@typescript-eslint/scope-manager/dist/variable/ESLintScopeVariable.js.map +1 -0
  1010. package/node_modules/@typescript-eslint/scope-manager/dist/variable/ImplicitLibVariable.d.ts +25 -0
  1011. package/node_modules/@typescript-eslint/scope-manager/dist/variable/ImplicitLibVariable.d.ts.map +1 -0
  1012. package/node_modules/@typescript-eslint/scope-manager/dist/variable/ImplicitLibVariable.js +19 -0
  1013. package/node_modules/@typescript-eslint/scope-manager/dist/variable/ImplicitLibVariable.js.map +1 -0
  1014. package/node_modules/@typescript-eslint/scope-manager/dist/variable/Variable.d.ts +18 -0
  1015. package/node_modules/@typescript-eslint/scope-manager/dist/variable/Variable.d.ts.map +1 -0
  1016. package/node_modules/@typescript-eslint/scope-manager/dist/variable/Variable.js +33 -0
  1017. package/node_modules/@typescript-eslint/scope-manager/dist/variable/Variable.js.map +1 -0
  1018. package/node_modules/@typescript-eslint/scope-manager/dist/variable/VariableBase.d.ts +44 -0
  1019. package/node_modules/@typescript-eslint/scope-manager/dist/variable/VariableBase.d.ts.map +1 -0
  1020. package/node_modules/@typescript-eslint/scope-manager/dist/variable/VariableBase.js +39 -0
  1021. package/node_modules/@typescript-eslint/scope-manager/dist/variable/VariableBase.js.map +1 -0
  1022. package/node_modules/@typescript-eslint/scope-manager/dist/variable/index.d.ts +4 -0
  1023. package/node_modules/@typescript-eslint/scope-manager/dist/variable/index.d.ts.map +1 -0
  1024. package/node_modules/@typescript-eslint/scope-manager/dist/variable/index.js +10 -0
  1025. package/node_modules/@typescript-eslint/scope-manager/dist/variable/index.js.map +1 -0
  1026. package/node_modules/@typescript-eslint/scope-manager/package.json +68 -0
  1027. package/node_modules/@typescript-eslint/type-utils/LICENSE +21 -0
  1028. package/node_modules/@typescript-eslint/type-utils/README.md +15 -0
  1029. package/node_modules/@typescript-eslint/type-utils/dist/containsAllTypesByName.d.ts +8 -0
  1030. package/node_modules/@typescript-eslint/type-utils/dist/containsAllTypesByName.d.ts.map +1 -0
  1031. package/node_modules/@typescript-eslint/type-utils/dist/containsAllTypesByName.js +51 -0
  1032. package/node_modules/@typescript-eslint/type-utils/dist/containsAllTypesByName.js.map +1 -0
  1033. package/node_modules/@typescript-eslint/type-utils/dist/getConstrainedTypeAtLocation.d.ts +6 -0
  1034. package/node_modules/@typescript-eslint/type-utils/dist/getConstrainedTypeAtLocation.d.ts.map +1 -0
  1035. package/node_modules/@typescript-eslint/type-utils/dist/getConstrainedTypeAtLocation.js +13 -0
  1036. package/node_modules/@typescript-eslint/type-utils/dist/getConstrainedTypeAtLocation.js.map +1 -0
  1037. package/node_modules/@typescript-eslint/type-utils/dist/getContextualType.d.ts +8 -0
  1038. package/node_modules/@typescript-eslint/type-utils/dist/getContextualType.d.ts.map +1 -0
  1039. package/node_modules/@typescript-eslint/type-utils/dist/getContextualType.js +66 -0
  1040. package/node_modules/@typescript-eslint/type-utils/dist/getContextualType.js.map +1 -0
  1041. package/node_modules/@typescript-eslint/type-utils/dist/getDeclaration.d.ts +6 -0
  1042. package/node_modules/@typescript-eslint/type-utils/dist/getDeclaration.d.ts.map +1 -0
  1043. package/node_modules/@typescript-eslint/type-utils/dist/getDeclaration.js +17 -0
  1044. package/node_modules/@typescript-eslint/type-utils/dist/getDeclaration.js.map +1 -0
  1045. package/node_modules/@typescript-eslint/type-utils/dist/getSourceFileOfNode.d.ts +6 -0
  1046. package/node_modules/@typescript-eslint/type-utils/dist/getSourceFileOfNode.d.ts.map +1 -0
  1047. package/node_modules/@typescript-eslint/type-utils/dist/getSourceFileOfNode.js +34 -0
  1048. package/node_modules/@typescript-eslint/type-utils/dist/getSourceFileOfNode.js.map +1 -0
  1049. package/node_modules/@typescript-eslint/type-utils/dist/getTokenAtPosition.d.ts +3 -0
  1050. package/node_modules/@typescript-eslint/type-utils/dist/getTokenAtPosition.d.ts.map +1 -0
  1051. package/node_modules/@typescript-eslint/type-utils/dist/getTokenAtPosition.js +47 -0
  1052. package/node_modules/@typescript-eslint/type-utils/dist/getTokenAtPosition.js.map +1 -0
  1053. package/node_modules/@typescript-eslint/type-utils/dist/getTypeArguments.d.ts +3 -0
  1054. package/node_modules/@typescript-eslint/type-utils/dist/getTypeArguments.d.ts.map +1 -0
  1055. package/node_modules/@typescript-eslint/type-utils/dist/getTypeArguments.js +13 -0
  1056. package/node_modules/@typescript-eslint/type-utils/dist/getTypeArguments.js.map +1 -0
  1057. package/node_modules/@typescript-eslint/type-utils/dist/getTypeName.d.ts +8 -0
  1058. package/node_modules/@typescript-eslint/type-utils/dist/getTypeName.d.ts.map +1 -0
  1059. package/node_modules/@typescript-eslint/type-utils/dist/getTypeName.js +70 -0
  1060. package/node_modules/@typescript-eslint/type-utils/dist/getTypeName.js.map +1 -0
  1061. package/node_modules/@typescript-eslint/type-utils/dist/index.d.ts +15 -0
  1062. package/node_modules/@typescript-eslint/type-utils/dist/index.d.ts.map +1 -0
  1063. package/node_modules/@typescript-eslint/type-utils/dist/index.js +27 -0
  1064. package/node_modules/@typescript-eslint/type-utils/dist/index.js.map +1 -0
  1065. package/node_modules/@typescript-eslint/type-utils/dist/isTypeReadonly.d.ts +20 -0
  1066. package/node_modules/@typescript-eslint/type-utils/dist/isTypeReadonly.d.ts.map +1 -0
  1067. package/node_modules/@typescript-eslint/type-utils/dist/isTypeReadonly.js +205 -0
  1068. package/node_modules/@typescript-eslint/type-utils/dist/isTypeReadonly.js.map +1 -0
  1069. package/node_modules/@typescript-eslint/type-utils/dist/isUnsafeAssignment.d.ts +17 -0
  1070. package/node_modules/@typescript-eslint/type-utils/dist/isUnsafeAssignment.d.ts.map +1 -0
  1071. package/node_modules/@typescript-eslint/type-utils/dist/isUnsafeAssignment.js +71 -0
  1072. package/node_modules/@typescript-eslint/type-utils/dist/isUnsafeAssignment.js.map +1 -0
  1073. package/node_modules/@typescript-eslint/type-utils/dist/predicates.d.ts +45 -0
  1074. package/node_modules/@typescript-eslint/type-utils/dist/predicates.d.ts.map +1 -0
  1075. package/node_modules/@typescript-eslint/type-utils/dist/predicates.js +145 -0
  1076. package/node_modules/@typescript-eslint/type-utils/dist/predicates.js.map +1 -0
  1077. package/node_modules/@typescript-eslint/type-utils/dist/propertyTypes.d.ts +4 -0
  1078. package/node_modules/@typescript-eslint/type-utils/dist/propertyTypes.d.ts.map +1 -0
  1079. package/node_modules/@typescript-eslint/type-utils/dist/propertyTypes.js +23 -0
  1080. package/node_modules/@typescript-eslint/type-utils/dist/propertyTypes.js.map +1 -0
  1081. package/node_modules/@typescript-eslint/type-utils/dist/requiresQuoting.d.ts +4 -0
  1082. package/node_modules/@typescript-eslint/type-utils/dist/requiresQuoting.d.ts.map +1 -0
  1083. package/node_modules/@typescript-eslint/type-utils/dist/requiresQuoting.js +39 -0
  1084. package/node_modules/@typescript-eslint/type-utils/dist/requiresQuoting.js.map +1 -0
  1085. package/node_modules/@typescript-eslint/type-utils/dist/typeFlagUtils.d.ts +11 -0
  1086. package/node_modules/@typescript-eslint/type-utils/dist/typeFlagUtils.d.ts.map +1 -0
  1087. package/node_modules/@typescript-eslint/type-utils/dist/typeFlagUtils.js +48 -0
  1088. package/node_modules/@typescript-eslint/type-utils/dist/typeFlagUtils.js.map +1 -0
  1089. package/node_modules/@typescript-eslint/type-utils/package.json +70 -0
  1090. package/node_modules/@typescript-eslint/types/LICENSE +21 -0
  1091. package/node_modules/@typescript-eslint/types/README.md +17 -0
  1092. package/node_modules/@typescript-eslint/types/dist/ast-spec.d.ts +1384 -0
  1093. package/node_modules/@typescript-eslint/types/dist/ast-spec.d.ts.map +1 -0
  1094. package/node_modules/@typescript-eslint/types/dist/ast-spec.js +198 -0
  1095. package/node_modules/@typescript-eslint/types/dist/ast-spec.js.map +1 -0
  1096. package/node_modules/@typescript-eslint/types/dist/index.d.ts +6 -0
  1097. package/node_modules/@typescript-eslint/types/dist/index.d.ts.map +1 -0
  1098. package/node_modules/@typescript-eslint/types/dist/index.js +21 -0
  1099. package/node_modules/@typescript-eslint/types/dist/index.js.map +1 -0
  1100. package/node_modules/@typescript-eslint/types/dist/lib.d.ts +3 -0
  1101. package/node_modules/@typescript-eslint/types/dist/lib.d.ts.map +1 -0
  1102. package/node_modules/@typescript-eslint/types/dist/lib.js +6 -0
  1103. package/node_modules/@typescript-eslint/types/dist/lib.js.map +1 -0
  1104. package/node_modules/@typescript-eslint/types/dist/parser-options.d.ts +35 -0
  1105. package/node_modules/@typescript-eslint/types/dist/parser-options.d.ts.map +1 -0
  1106. package/node_modules/@typescript-eslint/types/dist/parser-options.js +3 -0
  1107. package/node_modules/@typescript-eslint/types/dist/parser-options.js.map +1 -0
  1108. package/node_modules/@typescript-eslint/types/dist/ts-estree.d.ts +8 -0
  1109. package/node_modules/@typescript-eslint/types/dist/ts-estree.d.ts.map +1 -0
  1110. package/node_modules/@typescript-eslint/types/dist/ts-estree.js +24 -0
  1111. package/node_modules/@typescript-eslint/types/dist/ts-estree.js.map +1 -0
  1112. package/node_modules/@typescript-eslint/types/package.json +56 -0
  1113. package/node_modules/@typescript-eslint/typescript-estree/LICENSE +26 -0
  1114. package/node_modules/@typescript-eslint/typescript-estree/README.md +383 -0
  1115. package/node_modules/@typescript-eslint/typescript-estree/dist/ast-converter.d.ts +9 -0
  1116. package/node_modules/@typescript-eslint/typescript-estree/dist/ast-converter.d.ts.map +1 -0
  1117. package/node_modules/@typescript-eslint/typescript-estree/dist/ast-converter.js +60 -0
  1118. package/node_modules/@typescript-eslint/typescript-estree/dist/ast-converter.js.map +1 -0
  1119. package/node_modules/@typescript-eslint/typescript-estree/dist/convert-comments.d.ts +11 -0
  1120. package/node_modules/@typescript-eslint/typescript-estree/dist/convert-comments.d.ts.map +1 -0
  1121. package/node_modules/@typescript-eslint/typescript-estree/dist/convert-comments.js +59 -0
  1122. package/node_modules/@typescript-eslint/typescript-estree/dist/convert-comments.js.map +1 -0
  1123. package/node_modules/@typescript-eslint/typescript-estree/dist/convert.d.ts +157 -0
  1124. package/node_modules/@typescript-eslint/typescript-estree/dist/convert.d.ts.map +1 -0
  1125. package/node_modules/@typescript-eslint/typescript-estree/dist/convert.js +2299 -0
  1126. package/node_modules/@typescript-eslint/typescript-estree/dist/convert.js.map +1 -0
  1127. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/WatchCompilerHostOfConfigFile.d.ts +13 -0
  1128. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/WatchCompilerHostOfConfigFile.d.ts.map +1 -0
  1129. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/WatchCompilerHostOfConfigFile.js +6 -0
  1130. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/WatchCompilerHostOfConfigFile.js.map +1 -0
  1131. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createDefaultProgram.d.ts +12 -0
  1132. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createDefaultProgram.d.ts.map +1 -0
  1133. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createDefaultProgram.js +62 -0
  1134. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createDefaultProgram.js.map +1 -0
  1135. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createIsolatedProgram.d.ts +9 -0
  1136. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createIsolatedProgram.d.ts.map +1 -0
  1137. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createIsolatedProgram.js +78 -0
  1138. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createIsolatedProgram.js.map +1 -0
  1139. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgram.d.ts +11 -0
  1140. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgram.d.ts.map +1 -0
  1141. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgram.js +61 -0
  1142. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgram.js.map +1 -0
  1143. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createSourceFile.d.ts +5 -0
  1144. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createSourceFile.d.ts.map +1 -0
  1145. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createSourceFile.js +36 -0
  1146. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createSourceFile.js.map +1 -0
  1147. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createWatchProgram.d.ts +19 -0
  1148. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createWatchProgram.d.ts.map +1 -0
  1149. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createWatchProgram.js +410 -0
  1150. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createWatchProgram.js.map +1 -0
  1151. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.d.ts +23 -0
  1152. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.d.ts.map +1 -0
  1153. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.js +127 -0
  1154. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.js.map +1 -0
  1155. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/useProvidedPrograms.d.ts +13 -0
  1156. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/useProvidedPrograms.d.ts.map +1 -0
  1157. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/useProvidedPrograms.js +89 -0
  1158. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/useProvidedPrograms.js.map +1 -0
  1159. package/node_modules/@typescript-eslint/typescript-estree/dist/index.d.ts +9 -0
  1160. package/node_modules/@typescript-eslint/typescript-estree/dist/index.d.ts.map +1 -0
  1161. package/node_modules/@typescript-eslint/typescript-estree/dist/index.js +32 -0
  1162. package/node_modules/@typescript-eslint/typescript-estree/dist/index.js.map +1 -0
  1163. package/node_modules/@typescript-eslint/typescript-estree/dist/jsx/xhtml-entities.d.ts +2 -0
  1164. package/node_modules/@typescript-eslint/typescript-estree/dist/jsx/xhtml-entities.d.ts.map +1 -0
  1165. package/node_modules/@typescript-eslint/typescript-estree/dist/jsx/xhtml-entities.js +259 -0
  1166. package/node_modules/@typescript-eslint/typescript-estree/dist/jsx/xhtml-entities.js.map +1 -0
  1167. package/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.d.ts +224 -0
  1168. package/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.d.ts.map +1 -0
  1169. package/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.js +559 -0
  1170. package/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.js.map +1 -0
  1171. package/node_modules/@typescript-eslint/typescript-estree/dist/parser-options.d.ts +188 -0
  1172. package/node_modules/@typescript-eslint/typescript-estree/dist/parser-options.d.ts.map +1 -0
  1173. package/node_modules/@typescript-eslint/typescript-estree/dist/parser-options.js +3 -0
  1174. package/node_modules/@typescript-eslint/typescript-estree/dist/parser-options.js.map +1 -0
  1175. package/node_modules/@typescript-eslint/typescript-estree/dist/parser.d.ts +25 -0
  1176. package/node_modules/@typescript-eslint/typescript-estree/dist/parser.d.ts.map +1 -0
  1177. package/node_modules/@typescript-eslint/typescript-estree/dist/parser.js +522 -0
  1178. package/node_modules/@typescript-eslint/typescript-estree/dist/parser.js.map +1 -0
  1179. package/node_modules/@typescript-eslint/typescript-estree/dist/semantic-or-syntactic-errors.d.ts +13 -0
  1180. package/node_modules/@typescript-eslint/typescript-estree/dist/semantic-or-syntactic-errors.d.ts.map +1 -0
  1181. package/node_modules/@typescript-eslint/typescript-estree/dist/semantic-or-syntactic-errors.js +93 -0
  1182. package/node_modules/@typescript-eslint/typescript-estree/dist/semantic-or-syntactic-errors.js.map +1 -0
  1183. package/node_modules/@typescript-eslint/typescript-estree/dist/simple-traverse.d.ts +9 -0
  1184. package/node_modules/@typescript-eslint/typescript-estree/dist/simple-traverse.d.ts.map +1 -0
  1185. package/node_modules/@typescript-eslint/typescript-estree/dist/simple-traverse.js +54 -0
  1186. package/node_modules/@typescript-eslint/typescript-estree/dist/simple-traverse.js.map +1 -0
  1187. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.d.ts +174 -0
  1188. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.d.ts.map +1 -0
  1189. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.js +4 -0
  1190. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.js.map +1 -0
  1191. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/index.d.ts +4 -0
  1192. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/index.d.ts.map +1 -0
  1193. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/index.js +21 -0
  1194. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/index.js.map +1 -0
  1195. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.d.ts +18 -0
  1196. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.d.ts.map +1 -0
  1197. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.js +3 -0
  1198. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.js.map +1 -0
  1199. package/node_modules/@typescript-eslint/typescript-estree/dist/version-check.d.ts +3 -0
  1200. package/node_modules/@typescript-eslint/typescript-estree/dist/version-check.d.ts.map +1 -0
  1201. package/node_modules/@typescript-eslint/typescript-estree/dist/version-check.js +42 -0
  1202. package/node_modules/@typescript-eslint/typescript-estree/dist/version-check.js.map +1 -0
  1203. package/node_modules/@typescript-eslint/typescript-estree/node_modules/globby/gitignore.js +120 -0
  1204. package/node_modules/@typescript-eslint/typescript-estree/node_modules/globby/index.d.ts +186 -0
  1205. package/node_modules/@typescript-eslint/typescript-estree/node_modules/globby/index.js +181 -0
  1206. package/node_modules/@typescript-eslint/typescript-estree/node_modules/globby/license +9 -0
  1207. package/node_modules/@typescript-eslint/typescript-estree/node_modules/globby/package.json +82 -0
  1208. package/node_modules/@typescript-eslint/typescript-estree/node_modules/globby/readme.md +170 -0
  1209. package/node_modules/@typescript-eslint/typescript-estree/node_modules/globby/stream-utils.js +46 -0
  1210. package/node_modules/@typescript-eslint/typescript-estree/node_modules/ignore/LICENSE-MIT +21 -0
  1211. package/node_modules/@typescript-eslint/typescript-estree/node_modules/ignore/README.md +412 -0
  1212. package/node_modules/@typescript-eslint/typescript-estree/node_modules/ignore/index.d.ts +61 -0
  1213. package/node_modules/@typescript-eslint/typescript-estree/node_modules/ignore/index.js +603 -0
  1214. package/node_modules/@typescript-eslint/typescript-estree/node_modules/ignore/legacy.js +498 -0
  1215. package/node_modules/@typescript-eslint/typescript-estree/node_modules/ignore/package.json +71 -0
  1216. package/node_modules/@typescript-eslint/typescript-estree/node_modules/slash/index.d.ts +25 -0
  1217. package/node_modules/@typescript-eslint/typescript-estree/node_modules/slash/index.js +11 -0
  1218. package/node_modules/@typescript-eslint/typescript-estree/node_modules/slash/license +9 -0
  1219. package/node_modules/@typescript-eslint/typescript-estree/node_modules/slash/package.json +35 -0
  1220. package/node_modules/@typescript-eslint/typescript-estree/node_modules/slash/readme.md +44 -0
  1221. package/node_modules/@typescript-eslint/typescript-estree/package.json +86 -0
  1222. package/node_modules/@typescript-eslint/utils/LICENSE +21 -0
  1223. package/node_modules/@typescript-eslint/utils/README.md +27 -0
  1224. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/PatternMatcher.d.ts +48 -0
  1225. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/PatternMatcher.d.ts.map +1 -0
  1226. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/PatternMatcher.js +32 -0
  1227. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/PatternMatcher.js.map +1 -0
  1228. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/ReferenceTracker.d.ts +76 -0
  1229. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/ReferenceTracker.d.ts.map +1 -0
  1230. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/ReferenceTracker.js +36 -0
  1231. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/ReferenceTracker.js.map +1 -0
  1232. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/astUtilities.d.ts +76 -0
  1233. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/astUtilities.d.ts.map +1 -0
  1234. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/astUtilities.js +95 -0
  1235. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/astUtilities.js.map +1 -0
  1236. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/index.d.ts +6 -0
  1237. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/index.d.ts.map +1 -0
  1238. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/index.js +18 -0
  1239. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/index.js.map +1 -0
  1240. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/predicates.d.ts +32 -0
  1241. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/predicates.d.ts.map +1 -0
  1242. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/predicates.js +68 -0
  1243. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/predicates.js.map +1 -0
  1244. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/scopeAnalysis.d.ts +18 -0
  1245. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/scopeAnalysis.d.ts.map +1 -0
  1246. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/scopeAnalysis.js +40 -0
  1247. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/scopeAnalysis.js.map +1 -0
  1248. package/node_modules/@typescript-eslint/utils/dist/ast-utils/helpers.d.ts +18 -0
  1249. package/node_modules/@typescript-eslint/utils/dist/ast-utils/helpers.d.ts.map +1 -0
  1250. package/node_modules/@typescript-eslint/utils/dist/ast-utils/helpers.js +20 -0
  1251. package/node_modules/@typescript-eslint/utils/dist/ast-utils/helpers.js.map +1 -0
  1252. package/node_modules/@typescript-eslint/utils/dist/ast-utils/index.d.ts +4 -0
  1253. package/node_modules/@typescript-eslint/utils/dist/ast-utils/index.d.ts.map +1 -0
  1254. package/node_modules/@typescript-eslint/utils/dist/ast-utils/index.js +16 -0
  1255. package/node_modules/@typescript-eslint/utils/dist/ast-utils/index.js.map +1 -0
  1256. package/node_modules/@typescript-eslint/utils/dist/ast-utils/misc.d.ts +8 -0
  1257. package/node_modules/@typescript-eslint/utils/dist/ast-utils/misc.d.ts.map +1 -0
  1258. package/node_modules/@typescript-eslint/utils/dist/ast-utils/misc.js +13 -0
  1259. package/node_modules/@typescript-eslint/utils/dist/ast-utils/misc.js.map +1 -0
  1260. package/node_modules/@typescript-eslint/utils/dist/ast-utils/predicates.d.ts +180 -0
  1261. package/node_modules/@typescript-eslint/utils/dist/ast-utils/predicates.d.ts.map +1 -0
  1262. package/node_modules/@typescript-eslint/utils/dist/ast-utils/predicates.js +125 -0
  1263. package/node_modules/@typescript-eslint/utils/dist/ast-utils/predicates.js.map +1 -0
  1264. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/InferTypesFromRule.d.ts +11 -0
  1265. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/InferTypesFromRule.d.ts.map +1 -0
  1266. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/InferTypesFromRule.js +3 -0
  1267. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/InferTypesFromRule.js.map +1 -0
  1268. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleCreator.d.ts +35 -0
  1269. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleCreator.d.ts.map +1 -0
  1270. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleCreator.js +47 -0
  1271. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleCreator.js.map +1 -0
  1272. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleTester.d.ts +18 -0
  1273. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleTester.d.ts.map +1 -0
  1274. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleTester.js +127 -0
  1275. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleTester.js.map +1 -0
  1276. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/applyDefault.d.ts +10 -0
  1277. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/applyDefault.d.ts.map +1 -0
  1278. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/applyDefault.js +32 -0
  1279. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/applyDefault.js.map +1 -0
  1280. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/batchedSingleLineTests.d.ts +24 -0
  1281. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/batchedSingleLineTests.d.ts.map +1 -0
  1282. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/batchedSingleLineTests.js +26 -0
  1283. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/batchedSingleLineTests.js.map +1 -0
  1284. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/deepMerge.d.ts +17 -0
  1285. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/deepMerge.d.ts.map +1 -0
  1286. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/deepMerge.js +48 -0
  1287. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/deepMerge.js.map +1 -0
  1288. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/getParserServices.d.ts +8 -0
  1289. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/getParserServices.d.ts.map +1 -0
  1290. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/getParserServices.js +28 -0
  1291. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/getParserServices.js.map +1 -0
  1292. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/index.d.ts +9 -0
  1293. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/index.d.ts.map +1 -0
  1294. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/index.js +21 -0
  1295. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/index.js.map +1 -0
  1296. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/nullThrows.d.ts +14 -0
  1297. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/nullThrows.d.ts.map +1 -0
  1298. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/nullThrows.js +28 -0
  1299. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/nullThrows.js.map +1 -0
  1300. package/node_modules/@typescript-eslint/utils/dist/index.d.ts +8 -0
  1301. package/node_modules/@typescript-eslint/utils/dist/index.d.ts.map +1 -0
  1302. package/node_modules/@typescript-eslint/utils/dist/index.js +37 -0
  1303. package/node_modules/@typescript-eslint/utils/dist/index.js.map +1 -0
  1304. package/node_modules/@typescript-eslint/utils/dist/json-schema.d.ts +2 -0
  1305. package/node_modules/@typescript-eslint/utils/dist/json-schema.d.ts.map +1 -0
  1306. package/node_modules/@typescript-eslint/utils/dist/json-schema.js +6 -0
  1307. package/node_modules/@typescript-eslint/utils/dist/json-schema.js.map +1 -0
  1308. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/AST.d.ts +9 -0
  1309. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/AST.d.ts.map +1 -0
  1310. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/AST.js +4 -0
  1311. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/AST.js.map +1 -0
  1312. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/CLIEngine.d.ts +137 -0
  1313. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/CLIEngine.d.ts.map +1 -0
  1314. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/CLIEngine.js +17 -0
  1315. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/CLIEngine.js.map +1 -0
  1316. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/ESLint.d.ts +338 -0
  1317. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/ESLint.d.ts.map +1 -0
  1318. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/ESLint.js +23 -0
  1319. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/ESLint.js.map +1 -0
  1320. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/Linter.d.ts +323 -0
  1321. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/Linter.d.ts.map +1 -0
  1322. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/Linter.js +14 -0
  1323. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/Linter.js.map +1 -0
  1324. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/ParserOptions.d.ts +2 -0
  1325. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/ParserOptions.d.ts.map +1 -0
  1326. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/ParserOptions.js +3 -0
  1327. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/ParserOptions.js.map +1 -0
  1328. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/Rule.d.ts +389 -0
  1329. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/Rule.d.ts.map +1 -0
  1330. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/Rule.js +3 -0
  1331. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/Rule.js.map +1 -0
  1332. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/RuleTester.d.ts +152 -0
  1333. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/RuleTester.d.ts.map +1 -0
  1334. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/RuleTester.js +8 -0
  1335. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/RuleTester.js.map +1 -0
  1336. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/Scope.d.ts +44 -0
  1337. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/Scope.d.ts.map +1 -0
  1338. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/Scope.js +31 -0
  1339. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/Scope.js.map +1 -0
  1340. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/SourceCode.d.ts +343 -0
  1341. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/SourceCode.d.ts.map +1 -0
  1342. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/SourceCode.js +9 -0
  1343. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/SourceCode.js.map +1 -0
  1344. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/index.d.ts +10 -0
  1345. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/index.d.ts.map +1 -0
  1346. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/index.js +22 -0
  1347. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/index.js.map +1 -0
  1348. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Definition.d.ts +19 -0
  1349. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Definition.d.ts.map +1 -0
  1350. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Definition.js +9 -0
  1351. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Definition.js.map +1 -0
  1352. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Options.d.ts +15 -0
  1353. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Options.d.ts.map +1 -0
  1354. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Options.js +3 -0
  1355. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Options.js.map +1 -0
  1356. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/PatternVisitor.d.ts +25 -0
  1357. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/PatternVisitor.d.ts.map +1 -0
  1358. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/PatternVisitor.js +10 -0
  1359. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/PatternVisitor.js.map +1 -0
  1360. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Reference.d.ts +28 -0
  1361. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Reference.d.ts.map +1 -0
  1362. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Reference.js +10 -0
  1363. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Reference.js.map +1 -0
  1364. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Referencer.d.ts +55 -0
  1365. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Referencer.d.ts.map +1 -0
  1366. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Referencer.js +11 -0
  1367. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Referencer.js.map +1 -0
  1368. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Scope.d.ts +103 -0
  1369. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Scope.d.ts.map +1 -0
  1370. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Scope.js +28 -0
  1371. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Scope.js.map +1 -0
  1372. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/ScopeManager.d.ts +50 -0
  1373. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/ScopeManager.d.ts.map +1 -0
  1374. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/ScopeManager.js +10 -0
  1375. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/ScopeManager.js.map +1 -0
  1376. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Variable.d.ts +17 -0
  1377. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Variable.d.ts.map +1 -0
  1378. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Variable.js +10 -0
  1379. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Variable.js.map +1 -0
  1380. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/analyze.d.ts +16 -0
  1381. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/analyze.d.ts.map +1 -0
  1382. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/analyze.js +7 -0
  1383. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/analyze.js.map +1 -0
  1384. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/index.d.ts +11 -0
  1385. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/index.d.ts.map +1 -0
  1386. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/index.js +25 -0
  1387. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/index.js.map +1 -0
  1388. package/node_modules/@typescript-eslint/utils/dist/ts-estree.d.ts +3 -0
  1389. package/node_modules/@typescript-eslint/utils/dist/ts-estree.d.ts.map +1 -0
  1390. package/node_modules/@typescript-eslint/utils/dist/ts-estree.js +10 -0
  1391. package/node_modules/@typescript-eslint/utils/dist/ts-estree.js.map +1 -0
  1392. package/node_modules/@typescript-eslint/utils/package.json +67 -0
  1393. package/node_modules/@typescript-eslint/visitor-keys/LICENSE +21 -0
  1394. package/node_modules/@typescript-eslint/visitor-keys/README.md +13 -0
  1395. package/node_modules/@typescript-eslint/visitor-keys/dist/get-keys.d.ts +4 -0
  1396. package/node_modules/@typescript-eslint/visitor-keys/dist/get-keys.d.ts.map +1 -0
  1397. package/node_modules/@typescript-eslint/visitor-keys/dist/get-keys.js +7 -0
  1398. package/node_modules/@typescript-eslint/visitor-keys/dist/get-keys.js.map +1 -0
  1399. package/node_modules/@typescript-eslint/visitor-keys/dist/index.d.ts +3 -0
  1400. package/node_modules/@typescript-eslint/visitor-keys/dist/index.d.ts.map +1 -0
  1401. package/node_modules/@typescript-eslint/visitor-keys/dist/index.js +8 -0
  1402. package/node_modules/@typescript-eslint/visitor-keys/dist/index.js.map +1 -0
  1403. package/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.d.ts +6 -0
  1404. package/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.d.ts.map +1 -0
  1405. package/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.js +155 -0
  1406. package/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.js.map +1 -0
  1407. package/node_modules/@typescript-eslint/visitor-keys/package.json +59 -0
  1408. package/node_modules/array-union/index.d.ts +25 -0
  1409. package/node_modules/array-union/index.js +5 -0
  1410. package/node_modules/array-union/license +9 -0
  1411. package/node_modules/array-union/package.json +38 -0
  1412. package/node_modules/array-union/readme.md +34 -0
  1413. package/node_modules/braces/CHANGELOG.md +184 -0
  1414. package/node_modules/braces/LICENSE +21 -0
  1415. package/node_modules/braces/README.md +593 -0
  1416. package/node_modules/braces/index.js +170 -0
  1417. package/node_modules/braces/lib/compile.js +57 -0
  1418. package/node_modules/braces/lib/constants.js +57 -0
  1419. package/node_modules/braces/lib/expand.js +113 -0
  1420. package/node_modules/braces/lib/parse.js +333 -0
  1421. package/node_modules/braces/lib/stringify.js +32 -0
  1422. package/node_modules/braces/lib/utils.js +112 -0
  1423. package/node_modules/braces/package.json +77 -0
  1424. package/node_modules/debug/LICENSE +20 -0
  1425. package/node_modules/debug/README.md +478 -0
  1426. package/node_modules/debug/node_modules/ms/index.js +162 -0
  1427. package/node_modules/debug/node_modules/ms/license.md +21 -0
  1428. package/node_modules/debug/node_modules/ms/package.json +37 -0
  1429. package/node_modules/debug/node_modules/ms/readme.md +60 -0
  1430. package/node_modules/debug/package.json +59 -0
  1431. package/node_modules/debug/src/browser.js +269 -0
  1432. package/node_modules/debug/src/common.js +274 -0
  1433. package/node_modules/debug/src/index.js +10 -0
  1434. package/node_modules/debug/src/node.js +263 -0
  1435. package/node_modules/dir-glob/index.js +75 -0
  1436. package/node_modules/dir-glob/license +9 -0
  1437. package/node_modules/dir-glob/package.json +38 -0
  1438. package/node_modules/dir-glob/readme.md +76 -0
  1439. package/node_modules/eslint-config-xo-typescript/index.js +694 -0
  1440. package/node_modules/eslint-config-xo-typescript/license +9 -0
  1441. package/node_modules/eslint-config-xo-typescript/package.json +58 -0
  1442. package/node_modules/eslint-config-xo-typescript/readme.md +67 -0
  1443. package/node_modules/eslint-config-xo-typescript/space.js +15 -0
  1444. package/node_modules/eslint-scope/CHANGELOG.md +70 -0
  1445. package/node_modules/eslint-scope/LICENSE +22 -0
  1446. package/node_modules/eslint-scope/README.md +54 -0
  1447. package/node_modules/eslint-scope/lib/definition.js +86 -0
  1448. package/node_modules/eslint-scope/lib/index.js +165 -0
  1449. package/node_modules/eslint-scope/lib/pattern-visitor.js +152 -0
  1450. package/node_modules/eslint-scope/lib/reference.js +167 -0
  1451. package/node_modules/eslint-scope/lib/referencer.js +629 -0
  1452. package/node_modules/eslint-scope/lib/scope-manager.js +247 -0
  1453. package/node_modules/eslint-scope/lib/scope.js +748 -0
  1454. package/node_modules/eslint-scope/lib/variable.js +88 -0
  1455. package/node_modules/eslint-scope/node_modules/estraverse/.jshintrc +16 -0
  1456. package/node_modules/eslint-scope/node_modules/estraverse/LICENSE.BSD +19 -0
  1457. package/node_modules/eslint-scope/node_modules/estraverse/README.md +153 -0
  1458. package/node_modules/eslint-scope/node_modules/estraverse/estraverse.js +782 -0
  1459. package/node_modules/eslint-scope/node_modules/estraverse/gulpfile.js +70 -0
  1460. package/node_modules/eslint-scope/node_modules/estraverse/package.json +40 -0
  1461. package/node_modules/eslint-scope/package.json +48 -0
  1462. package/node_modules/eslint-utils/LICENSE +21 -0
  1463. package/node_modules/eslint-utils/README.md +38 -0
  1464. package/node_modules/eslint-utils/index.js +1956 -0
  1465. package/node_modules/eslint-utils/index.js.map +1 -0
  1466. package/node_modules/eslint-utils/index.mjs +1914 -0
  1467. package/node_modules/eslint-utils/index.mjs.map +1 -0
  1468. package/node_modules/eslint-utils/node_modules/eslint-visitor-keys/CHANGELOG.md +36 -0
  1469. package/node_modules/eslint-utils/node_modules/eslint-visitor-keys/LICENSE +201 -0
  1470. package/node_modules/eslint-utils/node_modules/eslint-visitor-keys/README.md +98 -0
  1471. package/node_modules/eslint-utils/node_modules/eslint-visitor-keys/lib/index.js +81 -0
  1472. package/node_modules/eslint-utils/node_modules/eslint-visitor-keys/lib/visitor-keys.json +289 -0
  1473. package/node_modules/eslint-utils/node_modules/eslint-visitor-keys/package.json +39 -0
  1474. package/node_modules/eslint-utils/package.json +78 -0
  1475. package/node_modules/eslint-visitor-keys/LICENSE +201 -0
  1476. package/node_modules/eslint-visitor-keys/README.md +107 -0
  1477. package/node_modules/eslint-visitor-keys/dist/eslint-visitor-keys.cjs +369 -0
  1478. package/node_modules/eslint-visitor-keys/lib/index.js +59 -0
  1479. package/node_modules/eslint-visitor-keys/lib/visitor-keys.js +305 -0
  1480. package/node_modules/eslint-visitor-keys/package.json +55 -0
  1481. package/node_modules/esrecurse/.babelrc +3 -0
  1482. package/node_modules/esrecurse/README.md +171 -0
  1483. package/node_modules/esrecurse/esrecurse.js +117 -0
  1484. package/node_modules/esrecurse/gulpfile.babel.js +92 -0
  1485. package/node_modules/esrecurse/package.json +52 -0
  1486. package/node_modules/estraverse/.jshintrc +16 -0
  1487. package/node_modules/estraverse/LICENSE.BSD +19 -0
  1488. package/node_modules/estraverse/README.md +153 -0
  1489. package/node_modules/estraverse/estraverse.js +805 -0
  1490. package/node_modules/estraverse/gulpfile.js +70 -0
  1491. package/node_modules/estraverse/package.json +40 -0
  1492. package/node_modules/fast-glob/LICENSE +21 -0
  1493. package/node_modules/fast-glob/README.md +795 -0
  1494. package/node_modules/fast-glob/out/index.d.ts +27 -0
  1495. package/node_modules/fast-glob/out/index.js +68 -0
  1496. package/node_modules/fast-glob/out/managers/patterns.d.ts +6 -0
  1497. package/node_modules/fast-glob/out/managers/patterns.js +21 -0
  1498. package/node_modules/fast-glob/out/managers/tasks.d.ts +22 -0
  1499. package/node_modules/fast-glob/out/managers/tasks.js +80 -0
  1500. package/node_modules/fast-glob/out/providers/async.d.ts +11 -0
  1501. package/node_modules/fast-glob/out/providers/async.js +28 -0
  1502. package/node_modules/fast-glob/out/providers/filters/deep.d.ts +16 -0
  1503. package/node_modules/fast-glob/out/providers/filters/deep.js +62 -0
  1504. package/node_modules/fast-glob/out/providers/filters/entry.d.ts +20 -0
  1505. package/node_modules/fast-glob/out/providers/filters/entry.js +60 -0
  1506. package/node_modules/fast-glob/out/providers/filters/error.d.ts +8 -0
  1507. package/node_modules/fast-glob/out/providers/filters/error.js +15 -0
  1508. package/node_modules/fast-glob/out/providers/matchers/matcher.d.ts +33 -0
  1509. package/node_modules/fast-glob/out/providers/matchers/matcher.js +50 -0
  1510. package/node_modules/fast-glob/out/providers/matchers/partial.d.ts +4 -0
  1511. package/node_modules/fast-glob/out/providers/matchers/partial.js +38 -0
  1512. package/node_modules/fast-glob/out/providers/provider.d.ts +19 -0
  1513. package/node_modules/fast-glob/out/providers/provider.js +48 -0
  1514. package/node_modules/fast-glob/out/providers/stream.d.ts +11 -0
  1515. package/node_modules/fast-glob/out/providers/stream.js +31 -0
  1516. package/node_modules/fast-glob/out/providers/sync.d.ts +9 -0
  1517. package/node_modules/fast-glob/out/providers/sync.js +23 -0
  1518. package/node_modules/fast-glob/out/providers/transformers/entry.d.ts +8 -0
  1519. package/node_modules/fast-glob/out/providers/transformers/entry.js +26 -0
  1520. package/node_modules/fast-glob/out/readers/reader.d.ts +15 -0
  1521. package/node_modules/fast-glob/out/readers/reader.js +33 -0
  1522. package/node_modules/fast-glob/out/readers/stream.d.ts +14 -0
  1523. package/node_modules/fast-glob/out/readers/stream.js +55 -0
  1524. package/node_modules/fast-glob/out/readers/sync.d.ts +12 -0
  1525. package/node_modules/fast-glob/out/readers/sync.js +43 -0
  1526. package/node_modules/fast-glob/out/settings.d.ts +164 -0
  1527. package/node_modules/fast-glob/out/settings.js +57 -0
  1528. package/node_modules/fast-glob/out/types/index.d.ts +31 -0
  1529. package/node_modules/fast-glob/out/types/index.js +2 -0
  1530. package/node_modules/fast-glob/out/utils/array.d.ts +2 -0
  1531. package/node_modules/fast-glob/out/utils/array.js +22 -0
  1532. package/node_modules/fast-glob/out/utils/errno.d.ts +2 -0
  1533. package/node_modules/fast-glob/out/utils/errno.js +7 -0
  1534. package/node_modules/fast-glob/out/utils/fs.d.ts +4 -0
  1535. package/node_modules/fast-glob/out/utils/fs.js +19 -0
  1536. package/node_modules/fast-glob/out/utils/index.d.ts +8 -0
  1537. package/node_modules/fast-glob/out/utils/index.js +17 -0
  1538. package/node_modules/fast-glob/out/utils/path.d.ts +8 -0
  1539. package/node_modules/fast-glob/out/utils/path.js +33 -0
  1540. package/node_modules/fast-glob/out/utils/pattern.d.ts +42 -0
  1541. package/node_modules/fast-glob/out/utils/pattern.js +169 -0
  1542. package/node_modules/fast-glob/out/utils/stream.d.ts +3 -0
  1543. package/node_modules/fast-glob/out/utils/stream.js +17 -0
  1544. package/node_modules/fast-glob/out/utils/string.d.ts +2 -0
  1545. package/node_modules/fast-glob/out/utils/string.js +11 -0
  1546. package/node_modules/fast-glob/package.json +94 -0
  1547. package/node_modules/fastq/.github/dependabot.yml +11 -0
  1548. package/node_modules/fastq/.github/workflows/ci.yml +50 -0
  1549. package/node_modules/fastq/LICENSE +13 -0
  1550. package/node_modules/fastq/README.md +309 -0
  1551. package/node_modules/fastq/bench.js +66 -0
  1552. package/node_modules/fastq/example.js +14 -0
  1553. package/node_modules/fastq/example.mjs +11 -0
  1554. package/node_modules/fastq/index.d.ts +37 -0
  1555. package/node_modules/fastq/package.json +52 -0
  1556. package/node_modules/fastq/queue.js +283 -0
  1557. package/node_modules/fastq/test/example.ts +81 -0
  1558. package/node_modules/fastq/test/promise.js +221 -0
  1559. package/node_modules/fastq/test/test.js +566 -0
  1560. package/node_modules/fastq/test/tsconfig.json +11 -0
  1561. package/node_modules/fill-range/LICENSE +21 -0
  1562. package/node_modules/fill-range/README.md +237 -0
  1563. package/node_modules/fill-range/index.js +249 -0
  1564. package/node_modules/fill-range/package.json +69 -0
  1565. package/node_modules/functional-red-black-tree/.npmignore +16 -0
  1566. package/node_modules/functional-red-black-tree/LICENSE +22 -0
  1567. package/node_modules/functional-red-black-tree/README.md +237 -0
  1568. package/node_modules/functional-red-black-tree/bench/test.js +11 -0
  1569. package/node_modules/functional-red-black-tree/package.json +40 -0
  1570. package/node_modules/functional-red-black-tree/rbtree.js +996 -0
  1571. package/node_modules/functional-red-black-tree/test/test.js +479 -0
  1572. package/node_modules/glob-parent/CHANGELOG.md +110 -0
  1573. package/node_modules/glob-parent/LICENSE +15 -0
  1574. package/node_modules/glob-parent/README.md +137 -0
  1575. package/node_modules/glob-parent/index.js +42 -0
  1576. package/node_modules/glob-parent/package.json +48 -0
  1577. package/node_modules/is-extglob/LICENSE +21 -0
  1578. package/node_modules/is-extglob/README.md +107 -0
  1579. package/node_modules/is-extglob/index.js +20 -0
  1580. package/node_modules/is-extglob/package.json +69 -0
  1581. package/node_modules/is-glob/LICENSE +21 -0
  1582. package/node_modules/is-glob/README.md +206 -0
  1583. package/node_modules/is-glob/index.js +150 -0
  1584. package/node_modules/is-glob/package.json +81 -0
  1585. package/node_modules/is-number/LICENSE +21 -0
  1586. package/node_modules/is-number/README.md +187 -0
  1587. package/node_modules/is-number/index.js +18 -0
  1588. package/node_modules/is-number/package.json +82 -0
  1589. package/node_modules/lru-cache/LICENSE +15 -0
  1590. package/node_modules/lru-cache/README.md +166 -0
  1591. package/node_modules/lru-cache/index.js +334 -0
  1592. package/node_modules/lru-cache/package.json +34 -0
  1593. package/node_modules/merge2/LICENSE +21 -0
  1594. package/node_modules/merge2/README.md +144 -0
  1595. package/node_modules/merge2/index.js +144 -0
  1596. package/node_modules/merge2/package.json +43 -0
  1597. package/node_modules/micromatch/CHANGELOG.md +109 -0
  1598. package/node_modules/micromatch/LICENSE +21 -0
  1599. package/node_modules/micromatch/README.md +1008 -0
  1600. package/node_modules/micromatch/index.js +467 -0
  1601. package/node_modules/micromatch/package.json +119 -0
  1602. package/node_modules/path-type/index.d.ts +51 -0
  1603. package/node_modules/path-type/index.js +43 -0
  1604. package/node_modules/path-type/license +9 -0
  1605. package/node_modules/path-type/package.json +45 -0
  1606. package/node_modules/path-type/readme.md +72 -0
  1607. package/node_modules/picomatch/CHANGELOG.md +136 -0
  1608. package/node_modules/picomatch/LICENSE +21 -0
  1609. package/node_modules/picomatch/README.md +708 -0
  1610. package/node_modules/picomatch/index.js +3 -0
  1611. package/node_modules/picomatch/lib/constants.js +179 -0
  1612. package/node_modules/picomatch/lib/parse.js +1091 -0
  1613. package/node_modules/picomatch/lib/picomatch.js +342 -0
  1614. package/node_modules/picomatch/lib/scan.js +391 -0
  1615. package/node_modules/picomatch/lib/utils.js +64 -0
  1616. package/node_modules/picomatch/package.json +81 -0
  1617. package/node_modules/queue-microtask/LICENSE +20 -0
  1618. package/node_modules/queue-microtask/README.md +90 -0
  1619. package/node_modules/queue-microtask/index.d.ts +2 -0
  1620. package/node_modules/queue-microtask/index.js +9 -0
  1621. package/node_modules/queue-microtask/package.json +55 -0
  1622. package/node_modules/regexpp/LICENSE +21 -0
  1623. package/node_modules/regexpp/README.md +178 -0
  1624. package/node_modules/regexpp/index.d.ts +248 -0
  1625. package/node_modules/regexpp/index.js +2096 -0
  1626. package/node_modules/regexpp/index.js.map +1 -0
  1627. package/node_modules/regexpp/index.mjs +2087 -0
  1628. package/node_modules/regexpp/index.mjs.map +1 -0
  1629. package/node_modules/regexpp/package.json +91 -0
  1630. package/node_modules/reusify/.coveralls.yml +1 -0
  1631. package/node_modules/reusify/.travis.yml +28 -0
  1632. package/node_modules/reusify/LICENSE +22 -0
  1633. package/node_modules/reusify/README.md +145 -0
  1634. package/node_modules/reusify/benchmarks/createNoCodeFunction.js +30 -0
  1635. package/node_modules/reusify/benchmarks/fib.js +13 -0
  1636. package/node_modules/reusify/benchmarks/reuseNoCodeFunction.js +38 -0
  1637. package/node_modules/reusify/package.json +45 -0
  1638. package/node_modules/reusify/reusify.js +33 -0
  1639. package/node_modules/reusify/test.js +66 -0
  1640. package/node_modules/run-parallel/LICENSE +20 -0
  1641. package/node_modules/run-parallel/README.md +85 -0
  1642. package/node_modules/run-parallel/index.js +51 -0
  1643. package/node_modules/run-parallel/package.json +58 -0
  1644. package/node_modules/semver/CHANGELOG.md +111 -0
  1645. package/node_modules/semver/LICENSE +15 -0
  1646. package/node_modules/semver/README.md +566 -0
  1647. package/node_modules/semver/bin/semver.js +173 -0
  1648. package/node_modules/semver/classes/comparator.js +135 -0
  1649. package/node_modules/semver/classes/index.js +5 -0
  1650. package/node_modules/semver/classes/range.js +510 -0
  1651. package/node_modules/semver/classes/semver.js +287 -0
  1652. package/node_modules/semver/functions/clean.js +6 -0
  1653. package/node_modules/semver/functions/cmp.js +48 -0
  1654. package/node_modules/semver/functions/coerce.js +51 -0
  1655. package/node_modules/semver/functions/compare-build.js +7 -0
  1656. package/node_modules/semver/functions/compare-loose.js +3 -0
  1657. package/node_modules/semver/functions/compare.js +5 -0
  1658. package/node_modules/semver/functions/diff.js +23 -0
  1659. package/node_modules/semver/functions/eq.js +3 -0
  1660. package/node_modules/semver/functions/gt.js +3 -0
  1661. package/node_modules/semver/functions/gte.js +3 -0
  1662. package/node_modules/semver/functions/inc.js +15 -0
  1663. package/node_modules/semver/functions/lt.js +3 -0
  1664. package/node_modules/semver/functions/lte.js +3 -0
  1665. package/node_modules/semver/functions/major.js +3 -0
  1666. package/node_modules/semver/functions/minor.js +3 -0
  1667. package/node_modules/semver/functions/neq.js +3 -0
  1668. package/node_modules/semver/functions/parse.js +33 -0
  1669. package/node_modules/semver/functions/patch.js +3 -0
  1670. package/node_modules/semver/functions/prerelease.js +6 -0
  1671. package/node_modules/semver/functions/rcompare.js +3 -0
  1672. package/node_modules/semver/functions/rsort.js +3 -0
  1673. package/node_modules/semver/functions/satisfies.js +10 -0
  1674. package/node_modules/semver/functions/sort.js +3 -0
  1675. package/node_modules/semver/functions/valid.js +6 -0
  1676. package/node_modules/semver/index.js +48 -0
  1677. package/node_modules/semver/internal/constants.js +17 -0
  1678. package/node_modules/semver/internal/debug.js +9 -0
  1679. package/node_modules/semver/internal/identifiers.js +23 -0
  1680. package/node_modules/semver/internal/parse-options.js +11 -0
  1681. package/node_modules/semver/internal/re.js +182 -0
  1682. package/node_modules/semver/package.json +41 -0
  1683. package/node_modules/semver/preload.js +2 -0
  1684. package/node_modules/semver/range.bnf +16 -0
  1685. package/node_modules/semver/ranges/gtr.js +4 -0
  1686. package/node_modules/semver/ranges/intersects.js +7 -0
  1687. package/node_modules/semver/ranges/ltr.js +4 -0
  1688. package/node_modules/semver/ranges/max-satisfying.js +25 -0
  1689. package/node_modules/semver/ranges/min-satisfying.js +24 -0
  1690. package/node_modules/semver/ranges/min-version.js +60 -0
  1691. package/node_modules/semver/ranges/outside.js +80 -0
  1692. package/node_modules/semver/ranges/simplify.js +44 -0
  1693. package/node_modules/semver/ranges/subset.js +222 -0
  1694. package/node_modules/semver/ranges/to-comparators.js +8 -0
  1695. package/node_modules/semver/ranges/valid.js +11 -0
  1696. package/node_modules/to-regex-range/LICENSE +21 -0
  1697. package/node_modules/to-regex-range/README.md +305 -0
  1698. package/node_modules/to-regex-range/index.js +288 -0
  1699. package/node_modules/to-regex-range/package.json +88 -0
  1700. package/node_modules/tslib/CopyrightNotice.txt +15 -0
  1701. package/node_modules/tslib/LICENSE.txt +12 -0
  1702. package/node_modules/tslib/README.md +142 -0
  1703. package/node_modules/tslib/modules/index.js +51 -0
  1704. package/node_modules/tslib/modules/package.json +3 -0
  1705. package/node_modules/tslib/package.json +37 -0
  1706. package/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +23 -0
  1707. package/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  1708. package/node_modules/tslib/tslib.d.ts +37 -0
  1709. package/node_modules/tslib/tslib.es6.html +1 -0
  1710. package/node_modules/tslib/tslib.es6.js +218 -0
  1711. package/node_modules/tslib/tslib.html +1 -0
  1712. package/node_modules/tslib/tslib.js +284 -0
  1713. package/node_modules/tsutils/CHANGELOG.md +811 -0
  1714. package/node_modules/tsutils/LICENSE +21 -0
  1715. package/node_modules/tsutils/README.md +61 -0
  1716. package/node_modules/tsutils/index.d.ts +2 -0
  1717. package/node_modules/tsutils/index.js +6 -0
  1718. package/node_modules/tsutils/index.js.map +1 -0
  1719. package/node_modules/tsutils/package.json +63 -0
  1720. package/node_modules/tsutils/typeguard/2.8/index.d.ts +2 -0
  1721. package/node_modules/tsutils/typeguard/2.8/index.js +6 -0
  1722. package/node_modules/tsutils/typeguard/2.8/index.js.map +1 -0
  1723. package/node_modules/tsutils/typeguard/2.8/node.d.ts +155 -0
  1724. package/node_modules/tsutils/typeguard/2.8/node.js +714 -0
  1725. package/node_modules/tsutils/typeguard/2.8/node.js.map +1 -0
  1726. package/node_modules/tsutils/typeguard/2.8/type.d.ts +18 -0
  1727. package/node_modules/tsutils/typeguard/2.8/type.js +77 -0
  1728. package/node_modules/tsutils/typeguard/2.8/type.js.map +1 -0
  1729. package/node_modules/tsutils/typeguard/2.9/index.d.ts +2 -0
  1730. package/node_modules/tsutils/typeguard/2.9/index.js +6 -0
  1731. package/node_modules/tsutils/typeguard/2.9/index.js.map +1 -0
  1732. package/node_modules/tsutils/typeguard/2.9/node.d.ts +3 -0
  1733. package/node_modules/tsutils/typeguard/2.9/node.js +11 -0
  1734. package/node_modules/tsutils/typeguard/2.9/node.js.map +1 -0
  1735. package/node_modules/tsutils/typeguard/2.9/type.d.ts +1 -0
  1736. package/node_modules/tsutils/typeguard/2.9/type.js +5 -0
  1737. package/node_modules/tsutils/typeguard/2.9/type.js.map +1 -0
  1738. package/node_modules/tsutils/typeguard/3.0/index.d.ts +2 -0
  1739. package/node_modules/tsutils/typeguard/3.0/index.js +6 -0
  1740. package/node_modules/tsutils/typeguard/3.0/index.js.map +1 -0
  1741. package/node_modules/tsutils/typeguard/3.0/node.d.ts +5 -0
  1742. package/node_modules/tsutils/typeguard/3.0/node.js +19 -0
  1743. package/node_modules/tsutils/typeguard/3.0/node.js.map +1 -0
  1744. package/node_modules/tsutils/typeguard/3.0/type.d.ts +6 -0
  1745. package/node_modules/tsutils/typeguard/3.0/type.js +16 -0
  1746. package/node_modules/tsutils/typeguard/3.0/type.js.map +1 -0
  1747. package/node_modules/tsutils/typeguard/3.2/index.d.ts +2 -0
  1748. package/node_modules/tsutils/typeguard/3.2/index.js +6 -0
  1749. package/node_modules/tsutils/typeguard/3.2/index.js.map +1 -0
  1750. package/node_modules/tsutils/typeguard/3.2/node.d.ts +3 -0
  1751. package/node_modules/tsutils/typeguard/3.2/node.js +11 -0
  1752. package/node_modules/tsutils/typeguard/3.2/node.js.map +1 -0
  1753. package/node_modules/tsutils/typeguard/3.2/type.d.ts +1 -0
  1754. package/node_modules/tsutils/typeguard/3.2/type.js +5 -0
  1755. package/node_modules/tsutils/typeguard/3.2/type.js.map +1 -0
  1756. package/node_modules/tsutils/typeguard/index.d.ts +2 -0
  1757. package/node_modules/tsutils/typeguard/index.js +6 -0
  1758. package/node_modules/tsutils/typeguard/index.js.map +1 -0
  1759. package/node_modules/tsutils/typeguard/next/index.d.ts +2 -0
  1760. package/node_modules/tsutils/typeguard/next/index.js +6 -0
  1761. package/node_modules/tsutils/typeguard/next/index.js.map +1 -0
  1762. package/node_modules/tsutils/typeguard/next/node.d.ts +1 -0
  1763. package/node_modules/tsutils/typeguard/next/node.js +5 -0
  1764. package/node_modules/tsutils/typeguard/next/node.js.map +1 -0
  1765. package/node_modules/tsutils/typeguard/next/type.d.ts +1 -0
  1766. package/node_modules/tsutils/typeguard/next/type.js +5 -0
  1767. package/node_modules/tsutils/typeguard/next/type.js.map +1 -0
  1768. package/node_modules/tsutils/typeguard/node.d.ts +1 -0
  1769. package/node_modules/tsutils/typeguard/node.js +5 -0
  1770. package/node_modules/tsutils/typeguard/node.js.map +1 -0
  1771. package/node_modules/tsutils/typeguard/type.d.ts +1 -0
  1772. package/node_modules/tsutils/typeguard/type.js +5 -0
  1773. package/node_modules/tsutils/typeguard/type.js.map +1 -0
  1774. package/node_modules/tsutils/util/control-flow.d.ts +24 -0
  1775. package/node_modules/tsutils/util/control-flow.js +296 -0
  1776. package/node_modules/tsutils/util/control-flow.js.map +1 -0
  1777. package/node_modules/tsutils/util/convert-ast.d.ts +33 -0
  1778. package/node_modules/tsutils/util/convert-ast.js +79 -0
  1779. package/node_modules/tsutils/util/convert-ast.js.map +1 -0
  1780. package/node_modules/tsutils/util/index.d.ts +5 -0
  1781. package/node_modules/tsutils/util/index.js +9 -0
  1782. package/node_modules/tsutils/util/index.js.map +1 -0
  1783. package/node_modules/tsutils/util/type.d.ts +35 -0
  1784. package/node_modules/tsutils/util/type.js +331 -0
  1785. package/node_modules/tsutils/util/type.js.map +1 -0
  1786. package/node_modules/tsutils/util/usage.d.ts +30 -0
  1787. package/node_modules/tsutils/util/usage.js +658 -0
  1788. package/node_modules/tsutils/util/usage.js.map +1 -0
  1789. package/node_modules/tsutils/util/util.d.ts +265 -0
  1790. package/node_modules/tsutils/util/util.js +1686 -0
  1791. package/node_modules/tsutils/util/util.js.map +1 -0
  1792. package/node_modules/yallist/LICENSE +15 -0
  1793. package/node_modules/yallist/README.md +204 -0
  1794. package/node_modules/yallist/iterator.js +8 -0
  1795. package/node_modules/yallist/package.json +29 -0
  1796. package/node_modules/yallist/yallist.js +426 -0
  1797. package/package.json +25 -24
@@ -0,0 +1,1008 @@
1
+ # micromatch [![NPM version](https://img.shields.io/npm/v/micromatch.svg?style=flat)](https://www.npmjs.com/package/micromatch) [![NPM monthly downloads](https://img.shields.io/npm/dm/micromatch.svg?style=flat)](https://npmjs.org/package/micromatch) [![NPM total downloads](https://img.shields.io/npm/dt/micromatch.svg?style=flat)](https://npmjs.org/package/micromatch) [![Linux Build Status](https://img.shields.io/travis/micromatch/micromatch.svg?style=flat&label=Travis)](https://travis-ci.org/micromatch/micromatch)
2
+
3
+ > Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.
4
+
5
+ Please consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support.
6
+
7
+ ## Table of Contents
8
+
9
+ <details>
10
+ <summary><strong>Details</strong></summary>
11
+
12
+ - [Install](#install)
13
+ - [Quickstart](#quickstart)
14
+ - [Why use micromatch?](#why-use-micromatch)
15
+ * [Matching features](#matching-features)
16
+ - [Switching to micromatch](#switching-to-micromatch)
17
+ * [From minimatch](#from-minimatch)
18
+ * [From multimatch](#from-multimatch)
19
+ - [API](#api)
20
+ - [Options](#options)
21
+ - [Options Examples](#options-examples)
22
+ * [options.basename](#optionsbasename)
23
+ * [options.bash](#optionsbash)
24
+ * [options.expandRange](#optionsexpandrange)
25
+ * [options.format](#optionsformat)
26
+ * [options.ignore](#optionsignore)
27
+ * [options.matchBase](#optionsmatchbase)
28
+ * [options.noextglob](#optionsnoextglob)
29
+ * [options.nonegate](#optionsnonegate)
30
+ * [options.noglobstar](#optionsnoglobstar)
31
+ * [options.nonull](#optionsnonull)
32
+ * [options.nullglob](#optionsnullglob)
33
+ * [options.onIgnore](#optionsonignore)
34
+ * [options.onMatch](#optionsonmatch)
35
+ * [options.onResult](#optionsonresult)
36
+ * [options.posixSlashes](#optionsposixslashes)
37
+ * [options.unescape](#optionsunescape)
38
+ - [Extended globbing](#extended-globbing)
39
+ * [Extglobs](#extglobs)
40
+ * [Braces](#braces)
41
+ * [Regex character classes](#regex-character-classes)
42
+ * [Regex groups](#regex-groups)
43
+ * [POSIX bracket expressions](#posix-bracket-expressions)
44
+ - [Notes](#notes)
45
+ * [Bash 4.3 parity](#bash-43-parity)
46
+ * [Backslashes](#backslashes)
47
+ - [Benchmarks](#benchmarks)
48
+ * [Running benchmarks](#running-benchmarks)
49
+ * [Latest results](#latest-results)
50
+ - [Contributing](#contributing)
51
+ - [About](#about)
52
+
53
+ </details>
54
+
55
+ ## Install
56
+
57
+ Install with [npm](https://www.npmjs.com/):
58
+
59
+ ```sh
60
+ $ npm install --save micromatch
61
+ ```
62
+
63
+ ## Quickstart
64
+
65
+ ```js
66
+ const micromatch = require('micromatch');
67
+ // micromatch(list, patterns[, options]);
68
+ ```
69
+
70
+ The [main export](#micromatch) takes a list of strings and one or more glob patterns:
71
+
72
+ ```js
73
+ console.log(micromatch(['foo', 'bar', 'baz', 'qux'], ['f*', 'b*'])) //=> ['foo', 'bar', 'baz']
74
+ console.log(micromatch(['foo', 'bar', 'baz', 'qux'], ['*', '!b*'])) //=> ['foo', 'qux']
75
+ ```
76
+
77
+ Use [.isMatch()](#ismatch) to for boolean matching:
78
+
79
+ ```js
80
+ console.log(micromatch.isMatch('foo', 'f*')) //=> true
81
+ console.log(micromatch.isMatch('foo', ['b*', 'f*'])) //=> true
82
+ ```
83
+
84
+ [Switching](#switching-to-micromatch) from minimatch and multimatch is easy!
85
+
86
+ <br>
87
+
88
+ ## Why use micromatch?
89
+
90
+ > micromatch is a [replacement](#switching-to-micromatch) for minimatch and multimatch
91
+
92
+ * Supports all of the same matching features as [minimatch](https://github.com/isaacs/minimatch) and [multimatch](https://github.com/sindresorhus/multimatch)
93
+ * More complete support for the Bash 4.3 specification than minimatch and multimatch. Micromatch passes _all of the spec tests_ from bash, including some that bash still fails.
94
+ * **Fast & Performant** - Loads in about 5ms and performs [fast matches](#benchmarks).
95
+ * **Glob matching** - Using wildcards (`*` and `?`), globstars (`**`) for nested directories
96
+ * **[Advanced globbing](#extended-globbing)** - Supports [extglobs](#extglobs), [braces](#braces-1), and [POSIX brackets](#posix-bracket-expressions), and support for escaping special characters with `\` or quotes.
97
+ * **Accurate** - Covers more scenarios [than minimatch](https://github.com/yarnpkg/yarn/pull/3339)
98
+ * **Well tested** - More than 5,000 [test assertions](./test)
99
+ * **Windows support** - More reliable windows support than minimatch and multimatch.
100
+ * **[Safe](https://github.com/micromatch/braces#braces-is-safe)** - Micromatch is not subject to DoS with brace patterns like minimatch and multimatch.
101
+
102
+ ### Matching features
103
+
104
+ * Support for multiple glob patterns (no need for wrappers like multimatch)
105
+ * Wildcards (`**`, `*.js`)
106
+ * Negation (`'!a/*.js'`, `'*!(b).js']`)
107
+ * [extglobs](#extglobs) (`+(x|y)`, `!(a|b)`)
108
+ * [POSIX character classes](#posix-bracket-expressions) (`[[:alpha:][:digit:]]`)
109
+ * [brace expansion](https://github.com/micromatch/braces) (`foo/{1..5}.md`, `bar/{a,b,c}.js`)
110
+ * regex character classes (`foo-[1-5].js`)
111
+ * regex logical "or" (`foo/(abc|xyz).js`)
112
+
113
+ You can mix and match these features to create whatever patterns you need!
114
+
115
+ ## Switching to micromatch
116
+
117
+ _(There is one notable difference between micromatch and minimatch in regards to how backslashes are handled. See [the notes about backslashes](#backslashes) for more information.)_
118
+
119
+ ### From minimatch
120
+
121
+ Use [micromatch.isMatch()](#ismatch) instead of `minimatch()`:
122
+
123
+ ```js
124
+ console.log(micromatch.isMatch('foo', 'b*')); //=> false
125
+ ```
126
+
127
+ Use [micromatch.match()](#match) instead of `minimatch.match()`:
128
+
129
+ ```js
130
+ console.log(micromatch.match(['foo', 'bar'], 'b*')); //=> 'bar'
131
+ ```
132
+
133
+ ### From multimatch
134
+
135
+ Same signature:
136
+
137
+ ```js
138
+ console.log(micromatch(['foo', 'bar', 'baz'], ['f*', '*z'])); //=> ['foo', 'baz']
139
+ ```
140
+
141
+ ## API
142
+
143
+ **Params**
144
+
145
+ * `list` **{String|Array<string>}**: List of strings to match.
146
+ * `patterns` **{String|Array<string>}**: One or more glob patterns to use for matching.
147
+ * `options` **{Object}**: See available [options](#options)
148
+ * `returns` **{Array}**: Returns an array of matches
149
+
150
+ **Example**
151
+
152
+ ```js
153
+ const mm = require('micromatch');
154
+ // mm(list, patterns[, options]);
155
+
156
+ console.log(mm(['a.js', 'a.txt'], ['*.js']));
157
+ //=> [ 'a.js' ]
158
+ ```
159
+
160
+ ### [.matcher](index.js#L104)
161
+
162
+ Returns a matcher function from the given glob `pattern` and `options`. The returned function takes a string to match as its only argument and returns true if the string is a match.
163
+
164
+ **Params**
165
+
166
+ * `pattern` **{String}**: Glob pattern
167
+ * `options` **{Object}**
168
+ * `returns` **{Function}**: Returns a matcher function.
169
+
170
+ **Example**
171
+
172
+ ```js
173
+ const mm = require('micromatch');
174
+ // mm.matcher(pattern[, options]);
175
+
176
+ const isMatch = mm.matcher('*.!(*a)');
177
+ console.log(isMatch('a.a')); //=> false
178
+ console.log(isMatch('a.b')); //=> true
179
+ ```
180
+
181
+ ### [.isMatch](index.js#L123)
182
+
183
+ Returns true if **any** of the given glob `patterns` match the specified `string`.
184
+
185
+ **Params**
186
+
187
+ * `str` **{String}**: The string to test.
188
+ * `patterns` **{String|Array}**: One or more glob patterns to use for matching.
189
+ * `[options]` **{Object}**: See available [options](#options).
190
+ * `returns` **{Boolean}**: Returns true if any patterns match `str`
191
+
192
+ **Example**
193
+
194
+ ```js
195
+ const mm = require('micromatch');
196
+ // mm.isMatch(string, patterns[, options]);
197
+
198
+ console.log(mm.isMatch('a.a', ['b.*', '*.a'])); //=> true
199
+ console.log(mm.isMatch('a.a', 'b.*')); //=> false
200
+ ```
201
+
202
+ ### [.not](index.js#L148)
203
+
204
+ Returns a list of strings that _**do not match any**_ of the given `patterns`.
205
+
206
+ **Params**
207
+
208
+ * `list` **{Array}**: Array of strings to match.
209
+ * `patterns` **{String|Array}**: One or more glob pattern to use for matching.
210
+ * `options` **{Object}**: See available [options](#options) for changing how matches are performed
211
+ * `returns` **{Array}**: Returns an array of strings that **do not match** the given patterns.
212
+
213
+ **Example**
214
+
215
+ ```js
216
+ const mm = require('micromatch');
217
+ // mm.not(list, patterns[, options]);
218
+
219
+ console.log(mm.not(['a.a', 'b.b', 'c.c'], '*.a'));
220
+ //=> ['b.b', 'c.c']
221
+ ```
222
+
223
+ ### [.contains](index.js#L188)
224
+
225
+ Returns true if the given `string` contains the given pattern. Similar to [.isMatch](#isMatch) but the pattern can match any part of the string.
226
+
227
+ **Params**
228
+
229
+ * `str` **{String}**: The string to match.
230
+ * `patterns` **{String|Array}**: Glob pattern to use for matching.
231
+ * `options` **{Object}**: See available [options](#options) for changing how matches are performed
232
+ * `returns` **{Boolean}**: Returns true if any of the patterns matches any part of `str`.
233
+
234
+ **Example**
235
+
236
+ ```js
237
+ var mm = require('micromatch');
238
+ // mm.contains(string, pattern[, options]);
239
+
240
+ console.log(mm.contains('aa/bb/cc', '*b'));
241
+ //=> true
242
+ console.log(mm.contains('aa/bb/cc', '*d'));
243
+ //=> false
244
+ ```
245
+
246
+ ### [.matchKeys](index.js#L230)
247
+
248
+ Filter the keys of the given object with the given `glob` pattern and `options`. Does not attempt to match nested keys. If you need this feature, use [glob-object](https://github.com/jonschlinkert/glob-object) instead.
249
+
250
+ **Params**
251
+
252
+ * `object` **{Object}**: The object with keys to filter.
253
+ * `patterns` **{String|Array}**: One or more glob patterns to use for matching.
254
+ * `options` **{Object}**: See available [options](#options) for changing how matches are performed
255
+ * `returns` **{Object}**: Returns an object with only keys that match the given patterns.
256
+
257
+ **Example**
258
+
259
+ ```js
260
+ const mm = require('micromatch');
261
+ // mm.matchKeys(object, patterns[, options]);
262
+
263
+ const obj = { aa: 'a', ab: 'b', ac: 'c' };
264
+ console.log(mm.matchKeys(obj, '*b'));
265
+ //=> { ab: 'b' }
266
+ ```
267
+
268
+ ### [.some](index.js#L259)
269
+
270
+ Returns true if some of the strings in the given `list` match any of the given glob `patterns`.
271
+
272
+ **Params**
273
+
274
+ * `list` **{String|Array}**: The string or array of strings to test. Returns as soon as the first match is found.
275
+ * `patterns` **{String|Array}**: One or more glob patterns to use for matching.
276
+ * `options` **{Object}**: See available [options](#options) for changing how matches are performed
277
+ * `returns` **{Boolean}**: Returns true if any `patterns` matches any of the strings in `list`
278
+
279
+ **Example**
280
+
281
+ ```js
282
+ const mm = require('micromatch');
283
+ // mm.some(list, patterns[, options]);
284
+
285
+ console.log(mm.some(['foo.js', 'bar.js'], ['*.js', '!foo.js']));
286
+ // true
287
+ console.log(mm.some(['foo.js'], ['*.js', '!foo.js']));
288
+ // false
289
+ ```
290
+
291
+ ### [.every](index.js#L295)
292
+
293
+ Returns true if every string in the given `list` matches any of the given glob `patterns`.
294
+
295
+ **Params**
296
+
297
+ * `list` **{String|Array}**: The string or array of strings to test.
298
+ * `patterns` **{String|Array}**: One or more glob patterns to use for matching.
299
+ * `options` **{Object}**: See available [options](#options) for changing how matches are performed
300
+ * `returns` **{Boolean}**: Returns true if all `patterns` matches all of the strings in `list`
301
+
302
+ **Example**
303
+
304
+ ```js
305
+ const mm = require('micromatch');
306
+ // mm.every(list, patterns[, options]);
307
+
308
+ console.log(mm.every('foo.js', ['foo.js']));
309
+ // true
310
+ console.log(mm.every(['foo.js', 'bar.js'], ['*.js']));
311
+ // true
312
+ console.log(mm.every(['foo.js', 'bar.js'], ['*.js', '!foo.js']));
313
+ // false
314
+ console.log(mm.every(['foo.js'], ['*.js', '!foo.js']));
315
+ // false
316
+ ```
317
+
318
+ ### [.all](index.js#L334)
319
+
320
+ Returns true if **all** of the given `patterns` match the specified string.
321
+
322
+ **Params**
323
+
324
+ * `str` **{String|Array}**: The string to test.
325
+ * `patterns` **{String|Array}**: One or more glob patterns to use for matching.
326
+ * `options` **{Object}**: See available [options](#options) for changing how matches are performed
327
+ * `returns` **{Boolean}**: Returns true if any patterns match `str`
328
+
329
+ **Example**
330
+
331
+ ```js
332
+ const mm = require('micromatch');
333
+ // mm.all(string, patterns[, options]);
334
+
335
+ console.log(mm.all('foo.js', ['foo.js']));
336
+ // true
337
+
338
+ console.log(mm.all('foo.js', ['*.js', '!foo.js']));
339
+ // false
340
+
341
+ console.log(mm.all('foo.js', ['*.js', 'foo.js']));
342
+ // true
343
+
344
+ console.log(mm.all('foo.js', ['*.js', 'f*', '*o*', '*o.js']));
345
+ // true
346
+ ```
347
+
348
+ ### [.capture](index.js#L361)
349
+
350
+ Returns an array of matches captured by `pattern` in `string, or`null` if the pattern did not match.
351
+
352
+ **Params**
353
+
354
+ * `glob` **{String}**: Glob pattern to use for matching.
355
+ * `input` **{String}**: String to match
356
+ * `options` **{Object}**: See available [options](#options) for changing how matches are performed
357
+ * `returns` **{Array|null}**: Returns an array of captures if the input matches the glob pattern, otherwise `null`.
358
+
359
+ **Example**
360
+
361
+ ```js
362
+ const mm = require('micromatch');
363
+ // mm.capture(pattern, string[, options]);
364
+
365
+ console.log(mm.capture('test/*.js', 'test/foo.js'));
366
+ //=> ['foo']
367
+ console.log(mm.capture('test/*.js', 'foo/bar.css'));
368
+ //=> null
369
+ ```
370
+
371
+ ### [.makeRe](index.js#L387)
372
+
373
+ Create a regular expression from the given glob `pattern`.
374
+
375
+ **Params**
376
+
377
+ * `pattern` **{String}**: A glob pattern to convert to regex.
378
+ * `options` **{Object}**
379
+ * `returns` **{RegExp}**: Returns a regex created from the given pattern.
380
+
381
+ **Example**
382
+
383
+ ```js
384
+ const mm = require('micromatch');
385
+ // mm.makeRe(pattern[, options]);
386
+
387
+ console.log(mm.makeRe('*.js'));
388
+ //=> /^(?:(\.[\\\/])?(?!\.)(?=.)[^\/]*?\.js)$/
389
+ ```
390
+
391
+ ### [.scan](index.js#L403)
392
+
393
+ Scan a glob pattern to separate the pattern into segments. Used by the [split](#split) method.
394
+
395
+ **Params**
396
+
397
+ * `pattern` **{String}**
398
+ * `options` **{Object}**
399
+ * `returns` **{Object}**: Returns an object with
400
+
401
+ **Example**
402
+
403
+ ```js
404
+ const mm = require('micromatch');
405
+ const state = mm.scan(pattern[, options]);
406
+ ```
407
+
408
+ ### [.parse](index.js#L419)
409
+
410
+ Parse a glob pattern to create the source string for a regular expression.
411
+
412
+ **Params**
413
+
414
+ * `glob` **{String}**
415
+ * `options` **{Object}**
416
+ * `returns` **{Object}**: Returns an object with useful properties and output to be used as regex source string.
417
+
418
+ **Example**
419
+
420
+ ```js
421
+ const mm = require('micromatch');
422
+ const state = mm(pattern[, options]);
423
+ ```
424
+
425
+ ### [.braces](index.js#L446)
426
+
427
+ Process the given brace `pattern`.
428
+
429
+ **Params**
430
+
431
+ * `pattern` **{String}**: String with brace pattern to process.
432
+ * `options` **{Object}**: Any [options](#options) to change how expansion is performed. See the [braces](https://github.com/micromatch/braces) library for all available options.
433
+ * `returns` **{Array}**
434
+
435
+ **Example**
436
+
437
+ ```js
438
+ const { braces } = require('micromatch');
439
+ console.log(braces('foo/{a,b,c}/bar'));
440
+ //=> [ 'foo/(a|b|c)/bar' ]
441
+
442
+ console.log(braces('foo/{a,b,c}/bar', { expand: true }));
443
+ //=> [ 'foo/a/bar', 'foo/b/bar', 'foo/c/bar' ]
444
+ ```
445
+
446
+ ## Options
447
+
448
+ | **Option** | **Type** | **Default value** | **Description** |
449
+ | --- | --- | --- | --- |
450
+ | `basename` | `boolean` | `false` | If set, then patterns without slashes will be matched against the basename of the path if it contains slashes. For example, `a?b` would match the path `/xyz/123/acb`, but not `/xyz/acb/123`. |
451
+ | `bash` | `boolean` | `false` | Follow bash matching rules more strictly - disallows backslashes as escape characters, and treats single stars as globstars (`**`). |
452
+ | `capture` | `boolean` | `undefined` | Return regex matches in supporting methods. |
453
+ | `contains` | `boolean` | `undefined` | Allows glob to match any part of the given string(s). |
454
+ | `cwd` | `string` | `process.cwd()` | Current working directory. Used by `picomatch.split()` |
455
+ | `debug` | `boolean` | `undefined` | Debug regular expressions when an error is thrown. |
456
+ | `dot` | `boolean` | `false` | Match dotfiles. Otherwise dotfiles are ignored unless a `.` is explicitly defined in the pattern. |
457
+ | `expandRange` | `function` | `undefined` | Custom function for expanding ranges in brace patterns, such as `{a..z}`. The function receives the range values as two arguments, and it must return a string to be used in the generated regex. It's recommended that returned strings be wrapped in parentheses. This option is overridden by the `expandBrace` option. |
458
+ | `failglob` | `boolean` | `false` | Similar to the `failglob` behavior in Bash, throws an error when no matches are found. Based on the bash option of the same name. |
459
+ | `fastpaths` | `boolean` | `true` | To speed up processing, full parsing is skipped for a handful common glob patterns. Disable this behavior by setting this option to `false`. |
460
+ | `flags` | `boolean` | `undefined` | Regex flags to use in the generated regex. If defined, the `nocase` option will be overridden. |
461
+ | [format](#optionsformat) | `function` | `undefined` | Custom function for formatting the returned string. This is useful for removing leading slashes, converting Windows paths to Posix paths, etc. |
462
+ | `ignore` | `array\|string` | `undefined` | One or more glob patterns for excluding strings that should not be matched from the result. |
463
+ | `keepQuotes` | `boolean` | `false` | Retain quotes in the generated regex, since quotes may also be used as an alternative to backslashes. |
464
+ | `literalBrackets` | `boolean` | `undefined` | When `true`, brackets in the glob pattern will be escaped so that only literal brackets will be matched. |
465
+ | `lookbehinds` | `boolean` | `true` | Support regex positive and negative lookbehinds. Note that you must be using Node 8.1.10 or higher to enable regex lookbehinds. |
466
+ | `matchBase` | `boolean` | `false` | Alias for `basename` |
467
+ | `maxLength` | `boolean` | `65536` | Limit the max length of the input string. An error is thrown if the input string is longer than this value. |
468
+ | `nobrace` | `boolean` | `false` | Disable brace matching, so that `{a,b}` and `{1..3}` would be treated as literal characters. |
469
+ | `nobracket` | `boolean` | `undefined` | Disable matching with regex brackets. |
470
+ | `nocase` | `boolean` | `false` | Perform case-insensitive matching. Equivalent to the regex `i` flag. Note that this option is ignored when the `flags` option is defined. |
471
+ | `nodupes` | `boolean` | `true` | Deprecated, use `nounique` instead. This option will be removed in a future major release. By default duplicates are removed. Disable uniquification by setting this option to false. |
472
+ | `noext` | `boolean` | `false` | Alias for `noextglob` |
473
+ | `noextglob` | `boolean` | `false` | Disable support for matching with [extglobs](#extglobs) (like `+(a\|b)`) |
474
+ | `noglobstar` | `boolean` | `false` | Disable support for matching nested directories with globstars (`**`) |
475
+ | `nonegate` | `boolean` | `false` | Disable support for negating with leading `!` |
476
+ | `noquantifiers` | `boolean` | `false` | Disable support for regex quantifiers (like `a{1,2}`) and treat them as brace patterns to be expanded. |
477
+ | [onIgnore](#optionsonIgnore) | `function` | `undefined` | Function to be called on ignored items. |
478
+ | [onMatch](#optionsonMatch) | `function` | `undefined` | Function to be called on matched items. |
479
+ | [onResult](#optionsonResult) | `function` | `undefined` | Function to be called on all items, regardless of whether or not they are matched or ignored. |
480
+ | `posix` | `boolean` | `false` | Support [POSIX character classes](#posix-bracket-expressions) ("posix brackets"). |
481
+ | `posixSlashes` | `boolean` | `undefined` | Convert all slashes in file paths to forward slashes. This does not convert slashes in the glob pattern itself |
482
+ | `prepend` | `string` | `undefined` | String to prepend to the generated regex used for matching. |
483
+ | `regex` | `boolean` | `false` | Use regular expression rules for `+` (instead of matching literal `+`), and for stars that follow closing parentheses or brackets (as in `)*` and `]*`). |
484
+ | `strictBrackets` | `boolean` | `undefined` | Throw an error if brackets, braces, or parens are imbalanced. |
485
+ | `strictSlashes` | `boolean` | `undefined` | When true, picomatch won't match trailing slashes with single stars. |
486
+ | `unescape` | `boolean` | `undefined` | Remove preceding backslashes from escaped glob characters before creating the regular expression to perform matches. |
487
+ | `unixify` | `boolean` | `undefined` | Alias for `posixSlashes`, for backwards compatitibility. |
488
+
489
+ ## Options Examples
490
+
491
+ ### options.basename
492
+
493
+ Allow glob patterns without slashes to match a file path based on its basename. Same behavior as [minimatch](https://github.com/isaacs/minimatch) option `matchBase`.
494
+
495
+ **Type**: `Boolean`
496
+
497
+ **Default**: `false`
498
+
499
+ **Example**
500
+
501
+ ```js
502
+ micromatch(['a/b.js', 'a/c.md'], '*.js');
503
+ //=> []
504
+
505
+ micromatch(['a/b.js', 'a/c.md'], '*.js', { basename: true });
506
+ //=> ['a/b.js']
507
+ ```
508
+
509
+ ### options.bash
510
+
511
+ Enabled by default, this option enforces bash-like behavior with stars immediately following a bracket expression. Bash bracket expressions are similar to regex character classes, but unlike regex, a star following a bracket expression **does not repeat the bracketed characters**. Instead, the star is treated the same as any other star.
512
+
513
+ **Type**: `Boolean`
514
+
515
+ **Default**: `true`
516
+
517
+ **Example**
518
+
519
+ ```js
520
+ const files = ['abc', 'ajz'];
521
+ console.log(micromatch(files, '[a-c]*'));
522
+ //=> ['abc', 'ajz']
523
+
524
+ console.log(micromatch(files, '[a-c]*', { bash: false }));
525
+ ```
526
+
527
+ ### options.expandRange
528
+
529
+ **Type**: `function`
530
+
531
+ **Default**: `undefined`
532
+
533
+ Custom function for expanding ranges in brace patterns. The [fill-range](https://github.com/jonschlinkert/fill-range) library is ideal for this purpose, or you can use custom code to do whatever you need.
534
+
535
+ **Example**
536
+
537
+ The following example shows how to create a glob that matches a numeric folder name between `01` and `25`, with leading zeros.
538
+
539
+ ```js
540
+ const fill = require('fill-range');
541
+ const regex = micromatch.makeRe('foo/{01..25}/bar', {
542
+ expandRange(a, b) {
543
+ return `(${fill(a, b, { toRegex: true })})`;
544
+ }
545
+ });
546
+
547
+ console.log(regex)
548
+ //=> /^(?:foo\/((?:0[1-9]|1[0-9]|2[0-5]))\/bar)$/
549
+
550
+ console.log(regex.test('foo/00/bar')) // false
551
+ console.log(regex.test('foo/01/bar')) // true
552
+ console.log(regex.test('foo/10/bar')) // true
553
+ console.log(regex.test('foo/22/bar')) // true
554
+ console.log(regex.test('foo/25/bar')) // true
555
+ console.log(regex.test('foo/26/bar')) // false
556
+ ```
557
+
558
+ ### options.format
559
+
560
+ **Type**: `function`
561
+
562
+ **Default**: `undefined`
563
+
564
+ Custom function for formatting strings before they're matched.
565
+
566
+ **Example**
567
+
568
+ ```js
569
+ // strip leading './' from strings
570
+ const format = str => str.replace(/^\.\//, '');
571
+ const isMatch = picomatch('foo/*.js', { format });
572
+ console.log(isMatch('./foo/bar.js')) //=> true
573
+ ```
574
+
575
+ ### options.ignore
576
+
577
+ String or array of glob patterns to match files to ignore.
578
+
579
+ **Type**: `String|Array`
580
+
581
+ **Default**: `undefined`
582
+
583
+ ```js
584
+ const isMatch = micromatch.matcher('*', { ignore: 'f*' });
585
+ console.log(isMatch('foo')) //=> false
586
+ console.log(isMatch('bar')) //=> true
587
+ console.log(isMatch('baz')) //=> true
588
+ ```
589
+
590
+ ### options.matchBase
591
+
592
+ Alias for [options.basename](#options-basename).
593
+
594
+ ### options.noextglob
595
+
596
+ Disable extglob support, so that [extglobs](#extglobs) are regarded as literal characters.
597
+
598
+ **Type**: `Boolean`
599
+
600
+ **Default**: `undefined`
601
+
602
+ **Examples**
603
+
604
+ ```js
605
+ console.log(micromatch(['a/z', 'a/b', 'a/!(z)'], 'a/!(z)'));
606
+ //=> ['a/b', 'a/!(z)']
607
+
608
+ console.log(micromatch(['a/z', 'a/b', 'a/!(z)'], 'a/!(z)', { noextglob: true }));
609
+ //=> ['a/!(z)'] (matches only as literal characters)
610
+ ```
611
+
612
+ ### options.nonegate
613
+
614
+ Disallow negation (`!`) patterns, and treat leading `!` as a literal character to match.
615
+
616
+ **Type**: `Boolean`
617
+
618
+ **Default**: `undefined`
619
+
620
+ ### options.noglobstar
621
+
622
+ Disable matching with globstars (`**`).
623
+
624
+ **Type**: `Boolean`
625
+
626
+ **Default**: `undefined`
627
+
628
+ ```js
629
+ micromatch(['a/b', 'a/b/c', 'a/b/c/d'], 'a/**');
630
+ //=> ['a/b', 'a/b/c', 'a/b/c/d']
631
+
632
+ micromatch(['a/b', 'a/b/c', 'a/b/c/d'], 'a/**', {noglobstar: true});
633
+ //=> ['a/b']
634
+ ```
635
+
636
+ ### options.nonull
637
+
638
+ Alias for [options.nullglob](#options-nullglob).
639
+
640
+ ### options.nullglob
641
+
642
+ If `true`, when no matches are found the actual (arrayified) glob pattern is returned instead of an empty array. Same behavior as [minimatch](https://github.com/isaacs/minimatch) option `nonull`.
643
+
644
+ **Type**: `Boolean`
645
+
646
+ **Default**: `undefined`
647
+
648
+ ### options.onIgnore
649
+
650
+ ```js
651
+ const onIgnore = ({ glob, regex, input, output }) => {
652
+ console.log({ glob, regex, input, output });
653
+ // { glob: '*', regex: /^(?:(?!\.)(?=.)[^\/]*?\/?)$/, input: 'foo', output: 'foo' }
654
+ };
655
+
656
+ const isMatch = micromatch.matcher('*', { onIgnore, ignore: 'f*' });
657
+ isMatch('foo');
658
+ isMatch('bar');
659
+ isMatch('baz');
660
+ ```
661
+
662
+ ### options.onMatch
663
+
664
+ ```js
665
+ const onMatch = ({ glob, regex, input, output }) => {
666
+ console.log({ input, output });
667
+ // { input: 'some\\path', output: 'some/path' }
668
+ // { input: 'some\\path', output: 'some/path' }
669
+ // { input: 'some\\path', output: 'some/path' }
670
+ };
671
+
672
+ const isMatch = micromatch.matcher('**', { onMatch, posixSlashes: true });
673
+ isMatch('some\\path');
674
+ isMatch('some\\path');
675
+ isMatch('some\\path');
676
+ ```
677
+
678
+ ### options.onResult
679
+
680
+ ```js
681
+ const onResult = ({ glob, regex, input, output }) => {
682
+ console.log({ glob, regex, input, output });
683
+ };
684
+
685
+ const isMatch = micromatch('*', { onResult, ignore: 'f*' });
686
+ isMatch('foo');
687
+ isMatch('bar');
688
+ isMatch('baz');
689
+ ```
690
+
691
+ ### options.posixSlashes
692
+
693
+ Convert path separators on returned files to posix/unix-style forward slashes. Aliased as `unixify` for backwards compatibility.
694
+
695
+ **Type**: `Boolean`
696
+
697
+ **Default**: `true` on windows, `false` everywhere else.
698
+
699
+ **Example**
700
+
701
+ ```js
702
+ console.log(micromatch.match(['a\\b\\c'], 'a/**'));
703
+ //=> ['a/b/c']
704
+
705
+ console.log(micromatch.match(['a\\b\\c'], { posixSlashes: false }));
706
+ //=> ['a\\b\\c']
707
+ ```
708
+
709
+ ### options.unescape
710
+
711
+ Remove backslashes from escaped glob characters before creating the regular expression to perform matches.
712
+
713
+ **Type**: `Boolean`
714
+
715
+ **Default**: `undefined`
716
+
717
+ **Example**
718
+
719
+ In this example we want to match a literal `*`:
720
+
721
+ ```js
722
+ console.log(micromatch.match(['abc', 'a\\*c'], 'a\\*c'));
723
+ //=> ['a\\*c']
724
+
725
+ console.log(micromatch.match(['abc', 'a\\*c'], 'a\\*c', { unescape: true }));
726
+ //=> ['a*c']
727
+ ```
728
+
729
+ <br>
730
+ <br>
731
+
732
+ ## Extended globbing
733
+
734
+ Micromatch supports the following extended globbing features.
735
+
736
+ ### Extglobs
737
+
738
+ Extended globbing, as described by the bash man page:
739
+
740
+ | **pattern** | **regex equivalent** | **description** |
741
+ | --- | --- | --- |
742
+ | `?(pattern)` | `(pattern)?` | Matches zero or one occurrence of the given patterns |
743
+ | `*(pattern)` | `(pattern)*` | Matches zero or more occurrences of the given patterns |
744
+ | `+(pattern)` | `(pattern)+` | Matches one or more occurrences of the given patterns |
745
+ | `@(pattern)` | `(pattern)` <sup>*</sup> | Matches one of the given patterns |
746
+ | `!(pattern)` | N/A (equivalent regex is much more complicated) | Matches anything except one of the given patterns |
747
+
748
+ <sup><strong>*</strong></sup> Note that `@` isn't a regex character.
749
+
750
+ ### Braces
751
+
752
+ Brace patterns can be used to match specific ranges or sets of characters.
753
+
754
+ **Example**
755
+
756
+ The pattern `{f,b}*/{1..3}/{b,q}*` would match any of following strings:
757
+
758
+ ```
759
+ foo/1/bar
760
+ foo/2/bar
761
+ foo/3/bar
762
+ baz/1/qux
763
+ baz/2/qux
764
+ baz/3/qux
765
+ ```
766
+
767
+ Visit [braces](https://github.com/micromatch/braces) to see the full range of features and options related to brace expansion, or to create brace matching or expansion related issues.
768
+
769
+ ### Regex character classes
770
+
771
+ Given the list: `['a.js', 'b.js', 'c.js', 'd.js', 'E.js']`:
772
+
773
+ * `[ac].js`: matches both `a` and `c`, returning `['a.js', 'c.js']`
774
+ * `[b-d].js`: matches from `b` to `d`, returning `['b.js', 'c.js', 'd.js']`
775
+ * `a/[A-Z].js`: matches and uppercase letter, returning `['a/E.md']`
776
+
777
+ Learn about [regex character classes](http://www.regular-expressions.info/charclass.html).
778
+
779
+ ### Regex groups
780
+
781
+ Given `['a.js', 'b.js', 'c.js', 'd.js', 'E.js']`:
782
+
783
+ * `(a|c).js`: would match either `a` or `c`, returning `['a.js', 'c.js']`
784
+ * `(b|d).js`: would match either `b` or `d`, returning `['b.js', 'd.js']`
785
+ * `(b|[A-Z]).js`: would match either `b` or an uppercase letter, returning `['b.js', 'E.js']`
786
+
787
+ As with regex, parens can be nested, so patterns like `((a|b)|c)/b` will work. Although brace expansion might be friendlier to use, depending on preference.
788
+
789
+ ### POSIX bracket expressions
790
+
791
+ POSIX brackets are intended to be more user-friendly than regex character classes. This of course is in the eye of the beholder.
792
+
793
+ **Example**
794
+
795
+ ```js
796
+ console.log(micromatch.isMatch('a1', '[[:alpha:][:digit:]]')) //=> true
797
+ console.log(micromatch.isMatch('a1', '[[:alpha:][:alpha:]]')) //=> false
798
+ ```
799
+
800
+ ***
801
+
802
+ ## Notes
803
+
804
+ ### Bash 4.3 parity
805
+
806
+ Whenever possible matching behavior is based on behavior Bash 4.3, which is mostly consistent with minimatch.
807
+
808
+ However, it's suprising how many edge cases and rabbit holes there are with glob matching, and since there is no real glob specification, and micromatch is more accurate than both Bash and minimatch, there are cases where best-guesses were made for behavior. In a few cases where Bash had no answers, we used wildmatch (used by git) as a fallback.
809
+
810
+ ### Backslashes
811
+
812
+ There is an important, notable difference between minimatch and micromatch _in regards to how backslashes are handled_ in glob patterns.
813
+
814
+ * Micromatch exclusively and explicitly reserves backslashes for escaping characters in a glob pattern, even on windows, which is consistent with bash behavior. _More importantly, unescaping globs can result in unsafe regular expressions_.
815
+ * Minimatch converts all backslashes to forward slashes, which means you can't use backslashes to escape any characters in your glob patterns.
816
+
817
+ We made this decision for micromatch for a couple of reasons:
818
+
819
+ * Consistency with bash conventions.
820
+ * Glob patterns are not filepaths. They are a type of [regular language](https://en.wikipedia.org/wiki/Regular_language) that is converted to a JavaScript regular expression. Thus, when forward slashes are defined in a glob pattern, the resulting regular expression will match windows or POSIX path separators just fine.
821
+
822
+ **A note about joining paths to globs**
823
+
824
+ Note that when you pass something like `path.join('foo', '*')` to micromatch, you are creating a filepath and expecting it to still work as a glob pattern. This causes problems on windows, since the `path.sep` is `\\`.
825
+
826
+ In other words, since `\\` is reserved as an escape character in globs, on windows `path.join('foo', '*')` would result in `foo\\*`, which tells micromatch to match `*` as a literal character. This is the same behavior as bash.
827
+
828
+ To solve this, you might be inspired to do something like `'foo\\*'.replace(/\\/g, '/')`, but this causes another, potentially much more serious, problem.
829
+
830
+ ## Benchmarks
831
+
832
+ ### Running benchmarks
833
+
834
+ Install dependencies for running benchmarks:
835
+
836
+ ```sh
837
+ $ cd bench && npm install
838
+ ```
839
+
840
+ Run the benchmarks:
841
+
842
+ ```sh
843
+ $ npm run bench
844
+ ```
845
+
846
+ ### Latest results
847
+
848
+ As of April 10, 2021 (longer bars are better):
849
+
850
+ ```sh
851
+ # .makeRe star
852
+ micromatch x 2,232,802 ops/sec ±2.34% (89 runs sampled))
853
+ minimatch x 781,018 ops/sec ±6.74% (92 runs sampled))
854
+
855
+ # .makeRe star; dot=true
856
+ micromatch x 1,863,453 ops/sec ±0.74% (93 runs sampled)
857
+ minimatch x 723,105 ops/sec ±0.75% (93 runs sampled)
858
+
859
+ # .makeRe globstar
860
+ micromatch x 1,624,179 ops/sec ±2.22% (91 runs sampled)
861
+ minimatch x 1,117,230 ops/sec ±2.78% (86 runs sampled))
862
+
863
+ # .makeRe globstars
864
+ micromatch x 1,658,642 ops/sec ±0.86% (92 runs sampled)
865
+ minimatch x 741,224 ops/sec ±1.24% (89 runs sampled))
866
+
867
+ # .makeRe with leading star
868
+ micromatch x 1,525,014 ops/sec ±1.63% (90 runs sampled)
869
+ minimatch x 561,074 ops/sec ±3.07% (89 runs sampled)
870
+
871
+ # .makeRe - braces
872
+ micromatch x 172,478 ops/sec ±2.37% (78 runs sampled)
873
+ minimatch x 96,087 ops/sec ±2.34% (88 runs sampled)))
874
+
875
+ # .makeRe braces - range (expanded)
876
+ micromatch x 26,973 ops/sec ±0.84% (89 runs sampled)
877
+ minimatch x 3,023 ops/sec ±0.99% (90 runs sampled))
878
+
879
+ # .makeRe braces - range (compiled)
880
+ micromatch x 152,892 ops/sec ±1.67% (83 runs sampled)
881
+ minimatch x 992 ops/sec ±3.50% (89 runs sampled)d))
882
+
883
+ # .makeRe braces - nested ranges (expanded)
884
+ micromatch x 15,816 ops/sec ±13.05% (80 runs sampled)
885
+ minimatch x 2,953 ops/sec ±1.64% (91 runs sampled)
886
+
887
+ # .makeRe braces - nested ranges (compiled)
888
+ micromatch x 110,881 ops/sec ±1.85% (82 runs sampled)
889
+ minimatch x 1,008 ops/sec ±1.51% (91 runs sampled)
890
+
891
+ # .makeRe braces - set (compiled)
892
+ micromatch x 134,930 ops/sec ±3.54% (63 runs sampled))
893
+ minimatch x 43,242 ops/sec ±0.60% (93 runs sampled)
894
+
895
+ # .makeRe braces - nested sets (compiled)
896
+ micromatch x 94,455 ops/sec ±1.74% (69 runs sampled))
897
+ minimatch x 27,720 ops/sec ±1.84% (93 runs sampled))
898
+ ```
899
+
900
+ ## Contributing
901
+
902
+ All contributions are welcome! Please read [the contributing guide](.github/contributing.md) to get started.
903
+
904
+ **Bug reports**
905
+
906
+ Please create an issue if you encounter a bug or matching behavior that doesn't seem correct. If you find a matching-related issue, please:
907
+
908
+ * [research existing issues first](../../issues) (open and closed)
909
+ * visit the [GNU Bash documentation](https://www.gnu.org/software/bash/manual/) to see how Bash deals with the pattern
910
+ * visit the [minimatch](https://github.com/isaacs/minimatch) documentation to cross-check expected behavior in node.js
911
+ * if all else fails, since there is no real specification for globs we will probably need to discuss expected behavior and decide how to resolve it. which means any detail you can provide to help with this discussion would be greatly appreciated.
912
+
913
+ **Platform issues**
914
+
915
+ It's important to us that micromatch work consistently on all platforms. If you encounter any platform-specific matching or path related issues, please let us know (pull requests are also greatly appreciated).
916
+
917
+ ## About
918
+
919
+ <details>
920
+ <summary><strong>Contributing</strong></summary>
921
+
922
+ Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new).
923
+
924
+ Please read the [contributing guide](.github/contributing.md) for advice on opening issues, pull requests, and coding standards.
925
+
926
+ </details>
927
+
928
+ <details>
929
+ <summary><strong>Running Tests</strong></summary>
930
+
931
+ Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:
932
+
933
+ ```sh
934
+ $ npm install && npm test
935
+ ```
936
+
937
+ </details>
938
+
939
+ <details>
940
+ <summary><strong>Building docs</strong></summary>
941
+
942
+ _(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_
943
+
944
+ To generate the readme, run the following command:
945
+
946
+ ```sh
947
+ $ npm install -g verbose/verb#dev verb-generate-readme && verb
948
+ ```
949
+
950
+ </details>
951
+
952
+ ### Related projects
953
+
954
+ You might also be interested in these projects:
955
+
956
+ * [braces](https://www.npmjs.com/package/braces): Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support… [more](https://github.com/micromatch/braces) | [homepage](https://github.com/micromatch/braces "Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.")
957
+ * [expand-brackets](https://www.npmjs.com/package/expand-brackets): Expand POSIX bracket expressions (character classes) in glob patterns. | [homepage](https://github.com/micromatch/expand-brackets "Expand POSIX bracket expressions (character classes) in glob patterns.")
958
+ * [extglob](https://www.npmjs.com/package/extglob): Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob… [more](https://github.com/micromatch/extglob) | [homepage](https://github.com/micromatch/extglob "Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.")
959
+ * [fill-range](https://www.npmjs.com/package/fill-range): Fill in a range of numbers or letters, optionally passing an increment or `step` to… [more](https://github.com/jonschlinkert/fill-range) | [homepage](https://github.com/jonschlinkert/fill-range "Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`")
960
+ * [nanomatch](https://www.npmjs.com/package/nanomatch): Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash… [more](https://github.com/micromatch/nanomatch) | [homepage](https://github.com/micromatch/nanomatch "Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash 4.3 wildcard support only (no support for exglobs, posix brackets or braces)")
961
+
962
+ ### Contributors
963
+
964
+ | **Commits** | **Contributor** |
965
+ | --- | --- |
966
+ | 508 | [jonschlinkert](https://github.com/jonschlinkert) |
967
+ | 12 | [es128](https://github.com/es128) |
968
+ | 8 | [doowb](https://github.com/doowb) |
969
+ | 6 | [paulmillr](https://github.com/paulmillr) |
970
+ | 5 | [mrmlnc](https://github.com/mrmlnc) |
971
+ | 4 | [danez](https://github.com/danez) |
972
+ | 3 | [DrPizza](https://github.com/DrPizza) |
973
+ | 2 | [TrySound](https://github.com/TrySound) |
974
+ | 2 | [mceIdo](https://github.com/mceIdo) |
975
+ | 2 | [Glazy](https://github.com/Glazy) |
976
+ | 2 | [MartinKolarik](https://github.com/MartinKolarik) |
977
+ | 2 | [Tvrqvoise](https://github.com/Tvrqvoise) |
978
+ | 1 | [amilajack](https://github.com/amilajack) |
979
+ | 1 | [Cslove](https://github.com/Cslove) |
980
+ | 1 | [devongovett](https://github.com/devongovett) |
981
+ | 1 | [DianeLooney](https://github.com/DianeLooney) |
982
+ | 1 | [UltCombo](https://github.com/UltCombo) |
983
+ | 1 | [frangio](https://github.com/frangio) |
984
+ | 1 | [juszczykjakub](https://github.com/juszczykjakub) |
985
+ | 1 | [muescha](https://github.com/muescha) |
986
+ | 1 | [sebdeckers](https://github.com/sebdeckers) |
987
+ | 1 | [tomByrer](https://github.com/tomByrer) |
988
+ | 1 | [fidian](https://github.com/fidian) |
989
+ | 1 | [simlu](https://github.com/simlu) |
990
+ | 1 | [wtgtybhertgeghgtwtg](https://github.com/wtgtybhertgeghgtwtg) |
991
+ | 1 | [yvele](https://github.com/yvele) |
992
+
993
+ ### Author
994
+
995
+ **Jon Schlinkert**
996
+
997
+ * [GitHub Profile](https://github.com/jonschlinkert)
998
+ * [Twitter Profile](https://twitter.com/jonschlinkert)
999
+ * [LinkedIn Profile](https://linkedin.com/in/jonschlinkert)
1000
+
1001
+ ### License
1002
+
1003
+ Copyright © 2021, [Jon Schlinkert](https://github.com/jonschlinkert).
1004
+ Released under the [MIT License](LICENSE).
1005
+
1006
+ ***
1007
+
1008
+ _This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.8.0, on April 10, 2021._