datex.js 1.0.20 → 1.0.21

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 (6076) hide show
  1. package/dist/datex.min.js +2 -2
  2. package/dist/datex.min.mjs +2 -2
  3. package/dist/node_modules/@babel/helper-module-transforms/LICENSE +22 -0
  4. package/dist/node_modules/@babel/helper-module-transforms/README.md +19 -0
  5. package/dist/node_modules/@babel/helper-module-transforms/lib/dynamic-import.js +48 -0
  6. package/dist/node_modules/@babel/helper-module-transforms/lib/dynamic-import.js.map +1 -0
  7. package/dist/node_modules/@babel/helper-module-transforms/lib/get-module-name.js +48 -0
  8. package/dist/node_modules/@babel/helper-module-transforms/lib/get-module-name.js.map +1 -0
  9. package/dist/node_modules/@babel/helper-module-transforms/lib/index.js +377 -0
  10. package/dist/node_modules/@babel/helper-module-transforms/lib/index.js.map +1 -0
  11. package/dist/node_modules/@babel/helper-module-transforms/lib/lazy-modules.js +31 -0
  12. package/dist/node_modules/@babel/helper-module-transforms/lib/lazy-modules.js.map +1 -0
  13. package/dist/node_modules/@babel/helper-module-transforms/lib/normalize-and-load-metadata.js +358 -0
  14. package/dist/node_modules/@babel/helper-module-transforms/lib/normalize-and-load-metadata.js.map +1 -0
  15. package/dist/node_modules/@babel/helper-module-transforms/lib/rewrite-live-references.js +376 -0
  16. package/dist/node_modules/@babel/helper-module-transforms/lib/rewrite-live-references.js.map +1 -0
  17. package/dist/node_modules/@babel/helper-module-transforms/lib/rewrite-this.js +24 -0
  18. package/dist/node_modules/@babel/helper-module-transforms/lib/rewrite-this.js.map +1 -0
  19. package/dist/node_modules/@babel/helper-module-transforms/package.json +35 -0
  20. package/dist/node_modules/@babel/helper-optimise-call-expression/LICENSE +22 -0
  21. package/dist/node_modules/@babel/helper-optimise-call-expression/README.md +19 -0
  22. package/dist/node_modules/@babel/helper-optimise-call-expression/lib/index.js +33 -0
  23. package/dist/node_modules/@babel/helper-optimise-call-expression/lib/index.js.map +1 -0
  24. package/dist/node_modules/@babel/helper-optimise-call-expression/package.json +28 -0
  25. package/dist/node_modules/@babel/helper-plugin-utils/LICENSE +22 -0
  26. package/dist/node_modules/@babel/helper-plugin-utils/README.md +19 -0
  27. package/dist/node_modules/@babel/helper-plugin-utils/lib/index.js +81 -0
  28. package/dist/node_modules/@babel/helper-plugin-utils/lib/index.js.map +1 -0
  29. package/dist/node_modules/@babel/helper-plugin-utils/package.json +21 -0
  30. package/dist/node_modules/@babel/helper-remap-async-to-generator/LICENSE +22 -0
  31. package/dist/node_modules/@babel/helper-remap-async-to-generator/README.md +19 -0
  32. package/dist/node_modules/@babel/helper-remap-async-to-generator/lib/index.js +64 -0
  33. package/dist/node_modules/@babel/helper-remap-async-to-generator/lib/index.js.map +1 -0
  34. package/dist/node_modules/@babel/helper-remap-async-to-generator/package.json +33 -0
  35. package/dist/node_modules/@babel/helper-replace-supers/LICENSE +22 -0
  36. package/dist/node_modules/@babel/helper-replace-supers/README.md +19 -0
  37. package/dist/node_modules/@babel/helper-replace-supers/lib/index.js +227 -0
  38. package/dist/node_modules/@babel/helper-replace-supers/lib/index.js.map +1 -0
  39. package/dist/node_modules/@babel/helper-replace-supers/package.json +32 -0
  40. package/dist/node_modules/@babel/helper-simple-access/LICENSE +22 -0
  41. package/dist/node_modules/@babel/helper-simple-access/README.md +19 -0
  42. package/dist/node_modules/@babel/helper-simple-access/lib/index.js +91 -0
  43. package/dist/node_modules/@babel/helper-simple-access/lib/index.js.map +1 -0
  44. package/dist/node_modules/@babel/helper-simple-access/package.json +28 -0
  45. package/dist/node_modules/@babel/helper-skip-transparent-expression-wrappers/LICENSE +22 -0
  46. package/dist/node_modules/@babel/helper-skip-transparent-expression-wrappers/README.md +19 -0
  47. package/dist/node_modules/@babel/helper-skip-transparent-expression-wrappers/lib/index.js +34 -0
  48. package/dist/node_modules/@babel/helper-skip-transparent-expression-wrappers/lib/index.js.map +1 -0
  49. package/dist/node_modules/@babel/helper-skip-transparent-expression-wrappers/package.json +30 -0
  50. package/dist/node_modules/@babel/helper-split-export-declaration/LICENSE +22 -0
  51. package/dist/node_modules/@babel/helper-split-export-declaration/README.md +19 -0
  52. package/dist/node_modules/@babel/helper-split-export-declaration/lib/index.js +59 -0
  53. package/dist/node_modules/@babel/helper-split-export-declaration/lib/index.js.map +1 -0
  54. package/dist/node_modules/@babel/helper-split-export-declaration/package.json +24 -0
  55. package/dist/node_modules/@babel/helper-string-parser/LICENSE +22 -0
  56. package/dist/node_modules/@babel/helper-string-parser/README.md +19 -0
  57. package/dist/node_modules/@babel/helper-string-parser/lib/index.js +295 -0
  58. package/dist/node_modules/@babel/helper-string-parser/lib/index.js.map +1 -0
  59. package/dist/node_modules/@babel/helper-string-parser/package.json +28 -0
  60. package/dist/node_modules/@babel/helper-validator-identifier/LICENSE +22 -0
  61. package/dist/node_modules/@babel/helper-validator-identifier/README.md +19 -0
  62. package/dist/node_modules/@babel/helper-validator-identifier/lib/identifier.js +70 -0
  63. package/dist/node_modules/@babel/helper-validator-identifier/lib/identifier.js.map +1 -0
  64. package/dist/node_modules/@babel/helper-validator-identifier/lib/index.js +57 -0
  65. package/dist/node_modules/@babel/helper-validator-identifier/lib/index.js.map +1 -0
  66. package/dist/node_modules/@babel/helper-validator-identifier/lib/keyword.js +35 -0
  67. package/dist/node_modules/@babel/helper-validator-identifier/lib/keyword.js.map +1 -0
  68. package/dist/node_modules/@babel/helper-validator-identifier/package.json +28 -0
  69. package/dist/node_modules/@babel/helper-validator-identifier/scripts/generate-identifier-regex.js +73 -0
  70. package/dist/node_modules/@babel/helper-validator-option/LICENSE +22 -0
  71. package/dist/node_modules/@babel/helper-validator-option/README.md +19 -0
  72. package/dist/node_modules/@babel/helper-validator-option/lib/find-suggestion.js +39 -0
  73. package/dist/node_modules/@babel/helper-validator-option/lib/find-suggestion.js.map +1 -0
  74. package/dist/node_modules/@babel/helper-validator-option/lib/index.js +21 -0
  75. package/dist/node_modules/@babel/helper-validator-option/lib/index.js.map +1 -0
  76. package/dist/node_modules/@babel/helper-validator-option/lib/validator.js +48 -0
  77. package/dist/node_modules/@babel/helper-validator-option/lib/validator.js.map +1 -0
  78. package/dist/node_modules/@babel/helper-validator-option/package.json +24 -0
  79. package/dist/node_modules/@babel/helper-wrap-function/LICENSE +22 -0
  80. package/dist/node_modules/@babel/helper-wrap-function/README.md +19 -0
  81. package/dist/node_modules/@babel/helper-wrap-function/lib/index.js +123 -0
  82. package/dist/node_modules/@babel/helper-wrap-function/lib/index.js.map +1 -0
  83. package/dist/node_modules/@babel/helper-wrap-function/package.json +29 -0
  84. package/dist/node_modules/@babel/helpers/LICENSE +22 -0
  85. package/dist/node_modules/@babel/helpers/README.md +19 -0
  86. package/dist/node_modules/@babel/helpers/lib/helpers/AsyncGenerator.js +92 -0
  87. package/dist/node_modules/@babel/helpers/lib/helpers/AsyncGenerator.js.map +1 -0
  88. package/dist/node_modules/@babel/helpers/lib/helpers/OverloadYield.js +12 -0
  89. package/dist/node_modules/@babel/helpers/lib/helpers/OverloadYield.js.map +1 -0
  90. package/dist/node_modules/@babel/helpers/lib/helpers/applyDecs.js +448 -0
  91. package/dist/node_modules/@babel/helpers/lib/helpers/applyDecs.js.map +1 -0
  92. package/dist/node_modules/@babel/helpers/lib/helpers/applyDecs2203.js +363 -0
  93. package/dist/node_modules/@babel/helpers/lib/helpers/applyDecs2203.js.map +1 -0
  94. package/dist/node_modules/@babel/helpers/lib/helpers/applyDecs2203R.js +365 -0
  95. package/dist/node_modules/@babel/helpers/lib/helpers/applyDecs2203R.js.map +1 -0
  96. package/dist/node_modules/@babel/helpers/lib/helpers/applyDecs2301.js +410 -0
  97. package/dist/node_modules/@babel/helpers/lib/helpers/applyDecs2301.js.map +1 -0
  98. package/dist/node_modules/@babel/helpers/lib/helpers/applyDecs2305.js +403 -0
  99. package/dist/node_modules/@babel/helpers/lib/helpers/applyDecs2305.js.map +1 -0
  100. package/dist/node_modules/@babel/helpers/lib/helpers/asyncGeneratorDelegate.js +52 -0
  101. package/dist/node_modules/@babel/helpers/lib/helpers/asyncGeneratorDelegate.js.map +1 -0
  102. package/dist/node_modules/@babel/helpers/lib/helpers/asyncIterator.js +70 -0
  103. package/dist/node_modules/@babel/helpers/lib/helpers/asyncIterator.js.map +1 -0
  104. package/dist/node_modules/@babel/helpers/lib/helpers/awaitAsyncGenerator.js +12 -0
  105. package/dist/node_modules/@babel/helpers/lib/helpers/awaitAsyncGenerator.js.map +1 -0
  106. package/dist/node_modules/@babel/helpers/lib/helpers/checkInRHS.js +14 -0
  107. package/dist/node_modules/@babel/helpers/lib/helpers/checkInRHS.js.map +1 -0
  108. package/dist/node_modules/@babel/helpers/lib/helpers/defineAccessor.js +16 -0
  109. package/dist/node_modules/@babel/helpers/lib/helpers/defineAccessor.js.map +1 -0
  110. package/dist/node_modules/@babel/helpers/lib/helpers/dispose.js +47 -0
  111. package/dist/node_modules/@babel/helpers/lib/helpers/dispose.js.map +1 -0
  112. package/dist/node_modules/@babel/helpers/lib/helpers/importDeferProxy.js +35 -0
  113. package/dist/node_modules/@babel/helpers/lib/helpers/importDeferProxy.js.map +1 -0
  114. package/dist/node_modules/@babel/helpers/lib/helpers/interopRequireWildcard.js +49 -0
  115. package/dist/node_modules/@babel/helpers/lib/helpers/interopRequireWildcard.js.map +1 -0
  116. package/dist/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimit.js +41 -0
  117. package/dist/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimit.js.map +1 -0
  118. package/dist/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimitLoose.js +18 -0
  119. package/dist/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimitLoose.js.map +1 -0
  120. package/dist/node_modules/@babel/helpers/lib/helpers/jsx.js +47 -0
  121. package/dist/node_modules/@babel/helpers/lib/helpers/jsx.js.map +1 -0
  122. package/dist/node_modules/@babel/helpers/lib/helpers/objectSpread2.js +39 -0
  123. package/dist/node_modules/@babel/helpers/lib/helpers/objectSpread2.js.map +1 -0
  124. package/dist/node_modules/@babel/helpers/lib/helpers/regeneratorRuntime.js +499 -0
  125. package/dist/node_modules/@babel/helpers/lib/helpers/regeneratorRuntime.js.map +1 -0
  126. package/dist/node_modules/@babel/helpers/lib/helpers/typeof.js +22 -0
  127. package/dist/node_modules/@babel/helpers/lib/helpers/typeof.js.map +1 -0
  128. package/dist/node_modules/@babel/helpers/lib/helpers/using.js +29 -0
  129. package/dist/node_modules/@babel/helpers/lib/helpers/using.js.map +1 -0
  130. package/dist/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js +66 -0
  131. package/dist/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js.map +1 -0
  132. package/dist/node_modules/@babel/helpers/lib/helpers-generated.js +43 -0
  133. package/dist/node_modules/@babel/helpers/lib/helpers-generated.js.map +1 -0
  134. package/dist/node_modules/@babel/helpers/lib/helpers.js +1748 -0
  135. package/dist/node_modules/@babel/helpers/lib/helpers.js.map +1 -0
  136. package/dist/node_modules/@babel/helpers/lib/index.js +242 -0
  137. package/dist/node_modules/@babel/helpers/lib/index.js.map +1 -0
  138. package/dist/node_modules/@babel/helpers/package.json +33 -0
  139. package/dist/node_modules/@babel/helpers/scripts/generate-helpers.js +64 -0
  140. package/dist/node_modules/@babel/helpers/scripts/generate-regenerator-runtime.js +63 -0
  141. package/dist/node_modules/@babel/helpers/scripts/package.json +1 -0
  142. package/dist/node_modules/@babel/highlight/LICENSE +22 -0
  143. package/dist/node_modules/@babel/highlight/README.md +19 -0
  144. package/dist/node_modules/@babel/highlight/lib/index.js +105 -0
  145. package/dist/node_modules/@babel/highlight/lib/index.js.map +1 -0
  146. package/dist/node_modules/@babel/highlight/package.json +29 -0
  147. package/dist/node_modules/@babel/parser/CHANGELOG.md +1073 -0
  148. package/dist/node_modules/@babel/parser/LICENSE +19 -0
  149. package/dist/node_modules/@babel/parser/README.md +19 -0
  150. package/dist/node_modules/@babel/parser/bin/babel-parser.js +15 -0
  151. package/dist/node_modules/@babel/parser/index.cjs +5 -0
  152. package/dist/node_modules/@babel/parser/lib/index.js +14465 -0
  153. package/dist/node_modules/@babel/parser/lib/index.js.map +1 -0
  154. package/dist/node_modules/@babel/parser/package.json +46 -0
  155. package/dist/node_modules/@babel/parser/typings/babel-parser.d.ts +250 -0
  156. package/dist/node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/LICENSE +22 -0
  157. package/dist/node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/README.md +19 -0
  158. package/dist/node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/lib/index.js +47 -0
  159. package/dist/node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/lib/index.js.map +1 -0
  160. package/dist/node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/package.json +41 -0
  161. package/dist/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/LICENSE +22 -0
  162. package/dist/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/README.md +19 -0
  163. package/dist/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/lib/index.js +66 -0
  164. package/dist/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/lib/index.js.map +1 -0
  165. package/dist/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/package.json +42 -0
  166. package/dist/node_modules/@babel/plugin-proposal-private-property-in-object/LICENSE +22 -0
  167. package/dist/node_modules/@babel/plugin-proposal-private-property-in-object/README.md +23 -0
  168. package/dist/node_modules/@babel/plugin-proposal-private-property-in-object/lib/index.js +36 -0
  169. package/dist/node_modules/@babel/plugin-proposal-private-property-in-object/lib/index.js.map +1 -0
  170. package/dist/node_modules/@babel/plugin-proposal-private-property-in-object/package.json +27 -0
  171. package/dist/node_modules/@babel/plugin-syntax-async-generators/LICENSE +22 -0
  172. package/dist/node_modules/@babel/plugin-syntax-async-generators/README.md +19 -0
  173. package/dist/node_modules/@babel/plugin-syntax-async-generators/lib/index.js +22 -0
  174. package/dist/node_modules/@babel/plugin-syntax-async-generators/package.json +23 -0
  175. package/dist/node_modules/@babel/plugin-syntax-class-properties/LICENSE +22 -0
  176. package/dist/node_modules/@babel/plugin-syntax-class-properties/README.md +19 -0
  177. package/dist/node_modules/@babel/plugin-syntax-class-properties/lib/index.js +22 -0
  178. package/dist/node_modules/@babel/plugin-syntax-class-properties/package.json +28 -0
  179. package/dist/node_modules/@babel/plugin-syntax-class-static-block/LICENSE +22 -0
  180. package/dist/node_modules/@babel/plugin-syntax-class-static-block/README.md +19 -0
  181. package/dist/node_modules/@babel/plugin-syntax-class-static-block/lib/index.js +22 -0
  182. package/dist/node_modules/@babel/plugin-syntax-class-static-block/package.json +32 -0
  183. package/dist/node_modules/@babel/plugin-syntax-dynamic-import/LICENSE +22 -0
  184. package/dist/node_modules/@babel/plugin-syntax-dynamic-import/README.md +19 -0
  185. package/dist/node_modules/@babel/plugin-syntax-dynamic-import/lib/index.js +22 -0
  186. package/dist/node_modules/@babel/plugin-syntax-dynamic-import/package.json +23 -0
  187. package/dist/node_modules/@babel/plugin-syntax-export-namespace-from/LICENSE +22 -0
  188. package/dist/node_modules/@babel/plugin-syntax-export-namespace-from/README.md +19 -0
  189. package/dist/node_modules/@babel/plugin-syntax-export-namespace-from/lib/index.js +22 -0
  190. package/dist/node_modules/@babel/plugin-syntax-export-namespace-from/package.json +24 -0
  191. package/dist/node_modules/@babel/plugin-syntax-import-assertions/LICENSE +22 -0
  192. package/dist/node_modules/@babel/plugin-syntax-import-assertions/README.md +19 -0
  193. package/dist/node_modules/@babel/plugin-syntax-import-assertions/lib/index.js +19 -0
  194. package/dist/node_modules/@babel/plugin-syntax-import-assertions/lib/index.js.map +1 -0
  195. package/dist/node_modules/@babel/plugin-syntax-import-assertions/package.json +32 -0
  196. package/dist/node_modules/@babel/plugin-syntax-import-attributes/LICENSE +22 -0
  197. package/dist/node_modules/@babel/plugin-syntax-import-attributes/README.md +19 -0
  198. package/dist/node_modules/@babel/plugin-syntax-import-attributes/lib/index.js +31 -0
  199. package/dist/node_modules/@babel/plugin-syntax-import-attributes/lib/index.js.map +1 -0
  200. package/dist/node_modules/@babel/plugin-syntax-import-attributes/package.json +36 -0
  201. package/dist/node_modules/@babel/plugin-syntax-import-meta/LICENSE +22 -0
  202. package/dist/node_modules/@babel/plugin-syntax-import-meta/README.md +19 -0
  203. package/dist/node_modules/@babel/plugin-syntax-import-meta/lib/index.js +22 -0
  204. package/dist/node_modules/@babel/plugin-syntax-import-meta/package.json +28 -0
  205. package/dist/node_modules/@babel/plugin-syntax-json-strings/LICENSE +22 -0
  206. package/dist/node_modules/@babel/plugin-syntax-json-strings/README.md +19 -0
  207. package/dist/node_modules/@babel/plugin-syntax-json-strings/lib/index.js +22 -0
  208. package/dist/node_modules/@babel/plugin-syntax-json-strings/package.json +23 -0
  209. package/dist/node_modules/@babel/plugin-syntax-logical-assignment-operators/LICENSE +22 -0
  210. package/dist/node_modules/@babel/plugin-syntax-logical-assignment-operators/README.md +19 -0
  211. package/dist/node_modules/@babel/plugin-syntax-logical-assignment-operators/lib/index.js +22 -0
  212. package/dist/node_modules/@babel/plugin-syntax-logical-assignment-operators/package.json +28 -0
  213. package/dist/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/LICENSE +22 -0
  214. package/dist/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/README.md +19 -0
  215. package/dist/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/lib/index.js +22 -0
  216. package/dist/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/package.json +23 -0
  217. package/dist/node_modules/@babel/plugin-syntax-numeric-separator/LICENSE +22 -0
  218. package/dist/node_modules/@babel/plugin-syntax-numeric-separator/README.md +19 -0
  219. package/dist/node_modules/@babel/plugin-syntax-numeric-separator/lib/index.js +22 -0
  220. package/dist/node_modules/@babel/plugin-syntax-numeric-separator/package.json +28 -0
  221. package/dist/node_modules/@babel/plugin-syntax-object-rest-spread/LICENSE +22 -0
  222. package/dist/node_modules/@babel/plugin-syntax-object-rest-spread/README.md +19 -0
  223. package/dist/node_modules/@babel/plugin-syntax-object-rest-spread/lib/index.js +22 -0
  224. package/dist/node_modules/@babel/plugin-syntax-object-rest-spread/package.json +23 -0
  225. package/dist/node_modules/@babel/plugin-syntax-optional-catch-binding/LICENSE +22 -0
  226. package/dist/node_modules/@babel/plugin-syntax-optional-catch-binding/README.md +19 -0
  227. package/dist/node_modules/@babel/plugin-syntax-optional-catch-binding/lib/index.js +22 -0
  228. package/dist/node_modules/@babel/plugin-syntax-optional-catch-binding/package.json +23 -0
  229. package/dist/node_modules/@babel/plugin-syntax-optional-chaining/LICENSE +22 -0
  230. package/dist/node_modules/@babel/plugin-syntax-optional-chaining/README.md +19 -0
  231. package/dist/node_modules/@babel/plugin-syntax-optional-chaining/lib/index.js +22 -0
  232. package/dist/node_modules/@babel/plugin-syntax-optional-chaining/package.json +23 -0
  233. package/dist/node_modules/@babel/plugin-syntax-private-property-in-object/LICENSE +22 -0
  234. package/dist/node_modules/@babel/plugin-syntax-private-property-in-object/README.md +19 -0
  235. package/dist/node_modules/@babel/plugin-syntax-private-property-in-object/lib/index.js +22 -0
  236. package/dist/node_modules/@babel/plugin-syntax-private-property-in-object/package.json +32 -0
  237. package/dist/node_modules/@babel/plugin-syntax-top-level-await/LICENSE +22 -0
  238. package/dist/node_modules/@babel/plugin-syntax-top-level-await/README.md +19 -0
  239. package/dist/node_modules/@babel/plugin-syntax-top-level-await/lib/index.js +22 -0
  240. package/dist/node_modules/@babel/plugin-syntax-top-level-await/package.json +32 -0
  241. package/dist/node_modules/@babel/plugin-syntax-unicode-sets-regex/LICENSE +22 -0
  242. package/dist/node_modules/@babel/plugin-syntax-unicode-sets-regex/README.md +19 -0
  243. package/dist/node_modules/@babel/plugin-syntax-unicode-sets-regex/lib/index.js +25 -0
  244. package/dist/node_modules/@babel/plugin-syntax-unicode-sets-regex/package.json +49 -0
  245. package/dist/node_modules/@babel/plugin-transform-arrow-functions/LICENSE +22 -0
  246. package/dist/node_modules/@babel/plugin-transform-arrow-functions/README.md +19 -0
  247. package/dist/node_modules/@babel/plugin-transform-arrow-functions/lib/index.js +30 -0
  248. package/dist/node_modules/@babel/plugin-transform-arrow-functions/lib/index.js.map +1 -0
  249. package/dist/node_modules/@babel/plugin-transform-arrow-functions/package.json +36 -0
  250. package/dist/node_modules/@babel/plugin-transform-async-generator-functions/LICENSE +22 -0
  251. package/dist/node_modules/@babel/plugin-transform-async-generator-functions/README.md +19 -0
  252. package/dist/node_modules/@babel/plugin-transform-async-generator-functions/lib/for-await.js +77 -0
  253. package/dist/node_modules/@babel/plugin-transform-async-generator-functions/lib/for-await.js.map +1 -0
  254. package/dist/node_modules/@babel/plugin-transform-async-generator-functions/lib/index.js +85 -0
  255. package/dist/node_modules/@babel/plugin-transform-async-generator-functions/lib/index.js.map +1 -0
  256. package/dist/node_modules/@babel/plugin-transform-async-generator-functions/package.json +39 -0
  257. package/dist/node_modules/@babel/plugin-transform-async-to-generator/LICENSE +22 -0
  258. package/dist/node_modules/@babel/plugin-transform-async-to-generator/README.md +19 -0
  259. package/dist/node_modules/@babel/plugin-transform-async-to-generator/lib/index.js +53 -0
  260. package/dist/node_modules/@babel/plugin-transform-async-to-generator/lib/index.js.map +1 -0
  261. package/dist/node_modules/@babel/plugin-transform-async-to-generator/package.json +36 -0
  262. package/dist/node_modules/@babel/plugin-transform-block-scoped-functions/LICENSE +22 -0
  263. package/dist/node_modules/@babel/plugin-transform-block-scoped-functions/README.md +19 -0
  264. package/dist/node_modules/@babel/plugin-transform-block-scoped-functions/lib/index.js +44 -0
  265. package/dist/node_modules/@babel/plugin-transform-block-scoped-functions/lib/index.js.map +1 -0
  266. package/dist/node_modules/@babel/plugin-transform-block-scoped-functions/package.json +34 -0
  267. package/dist/node_modules/@babel/plugin-transform-block-scoping/LICENSE +22 -0
  268. package/dist/node_modules/@babel/plugin-transform-block-scoping/README.md +19 -0
  269. package/dist/node_modules/@babel/plugin-transform-block-scoping/lib/annex-B_3_3.js +101 -0
  270. package/dist/node_modules/@babel/plugin-transform-block-scoping/lib/annex-B_3_3.js.map +1 -0
  271. package/dist/node_modules/@babel/plugin-transform-block-scoping/lib/index.js +185 -0
  272. package/dist/node_modules/@babel/plugin-transform-block-scoping/lib/index.js.map +1 -0
  273. package/dist/node_modules/@babel/plugin-transform-block-scoping/lib/loop.js +294 -0
  274. package/dist/node_modules/@babel/plugin-transform-block-scoping/lib/loop.js.map +1 -0
  275. package/dist/node_modules/@babel/plugin-transform-block-scoping/lib/validation.js +133 -0
  276. package/dist/node_modules/@babel/plugin-transform-block-scoping/lib/validation.js.map +1 -0
  277. package/dist/node_modules/@babel/plugin-transform-block-scoping/package.json +35 -0
  278. package/dist/node_modules/@babel/plugin-transform-class-properties/LICENSE +22 -0
  279. package/dist/node_modules/@babel/plugin-transform-class-properties/README.md +19 -0
  280. package/dist/node_modules/@babel/plugin-transform-class-properties/lib/index.js +23 -0
  281. package/dist/node_modules/@babel/plugin-transform-class-properties/lib/index.js.map +1 -0
  282. package/dist/node_modules/@babel/plugin-transform-class-properties/package.json +35 -0
  283. package/dist/node_modules/@babel/plugin-transform-class-static-block/LICENSE +22 -0
  284. package/dist/node_modules/@babel/plugin-transform-class-static-block/README.md +19 -0
  285. package/dist/node_modules/@babel/plugin-transform-class-static-block/lib/index.js +63 -0
  286. package/dist/node_modules/@babel/plugin-transform-class-static-block/lib/index.js.map +1 -0
  287. package/dist/node_modules/@babel/plugin-transform-class-static-block/package.json +42 -0
  288. package/dist/node_modules/@babel/plugin-transform-classes/LICENSE +22 -0
  289. package/dist/node_modules/@babel/plugin-transform-classes/README.md +19 -0
  290. package/dist/node_modules/@babel/plugin-transform-classes/lib/index.js +73 -0
  291. package/dist/node_modules/@babel/plugin-transform-classes/lib/index.js.map +1 -0
  292. package/dist/node_modules/@babel/plugin-transform-classes/lib/inline-createSuper-helpers.js +68 -0
  293. package/dist/node_modules/@babel/plugin-transform-classes/lib/inline-createSuper-helpers.js.map +1 -0
  294. package/dist/node_modules/@babel/plugin-transform-classes/lib/transformClass.js +508 -0
  295. package/dist/node_modules/@babel/plugin-transform-classes/lib/transformClass.js.map +1 -0
  296. package/dist/node_modules/@babel/plugin-transform-classes/package.json +43 -0
  297. package/dist/node_modules/@babel/plugin-transform-computed-properties/LICENSE +22 -0
  298. package/dist/node_modules/@babel/plugin-transform-computed-properties/README.md +19 -0
  299. package/dist/node_modules/@babel/plugin-transform-computed-properties/lib/index.js +161 -0
  300. package/dist/node_modules/@babel/plugin-transform-computed-properties/lib/index.js.map +1 -0
  301. package/dist/node_modules/@babel/plugin-transform-computed-properties/package.json +35 -0
  302. package/dist/node_modules/@babel/plugin-transform-destructuring/LICENSE +22 -0
  303. package/dist/node_modules/@babel/plugin-transform-destructuring/README.md +19 -0
  304. package/dist/node_modules/@babel/plugin-transform-destructuring/lib/index.js +545 -0
  305. package/dist/node_modules/@babel/plugin-transform-destructuring/lib/index.js.map +1 -0
  306. package/dist/node_modules/@babel/plugin-transform-destructuring/package.json +35 -0
  307. package/dist/node_modules/@babel/plugin-transform-dotall-regex/LICENSE +22 -0
  308. package/dist/node_modules/@babel/plugin-transform-dotall-regex/README.md +19 -0
  309. package/dist/node_modules/@babel/plugin-transform-dotall-regex/lib/index.js +18 -0
  310. package/dist/node_modules/@babel/plugin-transform-dotall-regex/lib/index.js.map +1 -0
  311. package/dist/node_modules/@babel/plugin-transform-dotall-regex/package.json +40 -0
  312. package/dist/node_modules/@babel/plugin-transform-duplicate-keys/LICENSE +22 -0
  313. package/dist/node_modules/@babel/plugin-transform-duplicate-keys/README.md +19 -0
  314. package/dist/node_modules/@babel/plugin-transform-duplicate-keys/lib/index.js +61 -0
  315. package/dist/node_modules/@babel/plugin-transform-duplicate-keys/lib/index.js.map +1 -0
  316. package/dist/node_modules/@babel/plugin-transform-duplicate-keys/package.json +34 -0
  317. package/dist/node_modules/@babel/plugin-transform-dynamic-import/LICENSE +22 -0
  318. package/dist/node_modules/@babel/plugin-transform-dynamic-import/README.md +19 -0
  319. package/dist/node_modules/@babel/plugin-transform-dynamic-import/lib/index.js +41 -0
  320. package/dist/node_modules/@babel/plugin-transform-dynamic-import/lib/index.js.map +1 -0
  321. package/dist/node_modules/@babel/plugin-transform-dynamic-import/package.json +34 -0
  322. package/dist/node_modules/@babel/plugin-transform-exponentiation-operator/LICENSE +22 -0
  323. package/dist/node_modules/@babel/plugin-transform-exponentiation-operator/README.md +19 -0
  324. package/dist/node_modules/@babel/plugin-transform-exponentiation-operator/lib/index.js +24 -0
  325. package/dist/node_modules/@babel/plugin-transform-exponentiation-operator/lib/index.js.map +1 -0
  326. package/dist/node_modules/@babel/plugin-transform-exponentiation-operator/package.json +35 -0
  327. package/dist/node_modules/@babel/plugin-transform-export-namespace-from/LICENSE +22 -0
  328. package/dist/node_modules/@babel/plugin-transform-export-namespace-from/README.md +19 -0
  329. package/dist/node_modules/@babel/plugin-transform-export-namespace-from/lib/index.js +47 -0
  330. package/dist/node_modules/@babel/plugin-transform-export-namespace-from/lib/index.js.map +1 -0
  331. package/dist/node_modules/@babel/plugin-transform-export-namespace-from/package.json +35 -0
  332. package/dist/node_modules/@babel/plugin-transform-for-of/LICENSE +22 -0
  333. package/dist/node_modules/@babel/plugin-transform-for-of/README.md +19 -0
  334. package/dist/node_modules/@babel/plugin-transform-for-of/lib/index.js +191 -0
  335. package/dist/node_modules/@babel/plugin-transform-for-of/lib/index.js.map +1 -0
  336. package/dist/node_modules/@babel/plugin-transform-for-of/lib/no-helper-implementation.js +153 -0
  337. package/dist/node_modules/@babel/plugin-transform-for-of/lib/no-helper-implementation.js.map +1 -0
  338. package/dist/node_modules/@babel/plugin-transform-for-of/package.json +34 -0
  339. package/dist/node_modules/@babel/plugin-transform-function-name/LICENSE +22 -0
  340. package/dist/node_modules/@babel/plugin-transform-function-name/README.md +19 -0
  341. package/dist/node_modules/@babel/plugin-transform-function-name/lib/index.js +36 -0
  342. package/dist/node_modules/@babel/plugin-transform-function-name/lib/index.js.map +1 -0
  343. package/dist/node_modules/@babel/plugin-transform-function-name/package.json +36 -0
  344. package/dist/node_modules/@babel/plugin-transform-json-strings/LICENSE +22 -0
  345. package/dist/node_modules/@babel/plugin-transform-json-strings/README.md +19 -0
  346. package/dist/node_modules/@babel/plugin-transform-json-strings/lib/index.js +34 -0
  347. package/dist/node_modules/@babel/plugin-transform-json-strings/lib/index.js.map +1 -0
  348. package/dist/node_modules/@babel/plugin-transform-json-strings/package.json +35 -0
  349. package/dist/node_modules/@babel/plugin-transform-literals/LICENSE +22 -0
  350. package/dist/node_modules/@babel/plugin-transform-literals/README.md +19 -0
  351. package/dist/node_modules/@babel/plugin-transform-literals/lib/index.js +32 -0
  352. package/dist/node_modules/@babel/plugin-transform-literals/lib/index.js.map +1 -0
  353. package/dist/node_modules/@babel/plugin-transform-literals/package.json +34 -0
  354. package/dist/node_modules/@babel/plugin-transform-logical-assignment-operators/LICENSE +22 -0
  355. package/dist/node_modules/@babel/plugin-transform-logical-assignment-operators/README.md +19 -0
  356. package/dist/node_modules/@babel/plugin-transform-logical-assignment-operators/lib/index.js +56 -0
  357. package/dist/node_modules/@babel/plugin-transform-logical-assignment-operators/lib/index.js.map +1 -0
  358. package/dist/node_modules/@babel/plugin-transform-logical-assignment-operators/package.json +36 -0
  359. package/dist/node_modules/@babel/plugin-transform-member-expression-literals/LICENSE +22 -0
  360. package/dist/node_modules/@babel/plugin-transform-member-expression-literals/README.md +19 -0
  361. package/dist/node_modules/@babel/plugin-transform-member-expression-literals/lib/index.js +30 -0
  362. package/dist/node_modules/@babel/plugin-transform-member-expression-literals/lib/index.js.map +1 -0
  363. package/dist/node_modules/@babel/plugin-transform-member-expression-literals/package.json +34 -0
  364. package/dist/node_modules/@babel/plugin-transform-modules-amd/LICENSE +22 -0
  365. package/dist/node_modules/@babel/plugin-transform-modules-amd/README.md +19 -0
  366. package/dist/node_modules/@babel/plugin-transform-modules-amd/lib/index.js +145 -0
  367. package/dist/node_modules/@babel/plugin-transform-modules-amd/lib/index.js.map +1 -0
  368. package/dist/node_modules/@babel/plugin-transform-modules-amd/package.json +36 -0
  369. package/dist/node_modules/@babel/plugin-transform-modules-commonjs/LICENSE +22 -0
  370. package/dist/node_modules/@babel/plugin-transform-modules-commonjs/README.md +19 -0
  371. package/dist/node_modules/@babel/plugin-transform-modules-commonjs/lib/dynamic-import.js +16 -0
  372. package/dist/node_modules/@babel/plugin-transform-modules-commonjs/lib/dynamic-import.js.map +1 -0
  373. package/dist/node_modules/@babel/plugin-transform-modules-commonjs/lib/hooks.js +37 -0
  374. package/dist/node_modules/@babel/plugin-transform-modules-commonjs/lib/hooks.js.map +1 -0
  375. package/dist/node_modules/@babel/plugin-transform-modules-commonjs/lib/index.js +198 -0
  376. package/dist/node_modules/@babel/plugin-transform-modules-commonjs/lib/index.js.map +1 -0
  377. package/dist/node_modules/@babel/plugin-transform-modules-commonjs/lib/lazy.js +44 -0
  378. package/dist/node_modules/@babel/plugin-transform-modules-commonjs/lib/lazy.js.map +1 -0
  379. package/dist/node_modules/@babel/plugin-transform-modules-commonjs/package.json +37 -0
  380. package/dist/node_modules/@babel/plugin-transform-modules-systemjs/LICENSE +22 -0
  381. package/dist/node_modules/@babel/plugin-transform-modules-systemjs/README.md +19 -0
  382. package/dist/node_modules/@babel/plugin-transform-modules-systemjs/lib/index.js +403 -0
  383. package/dist/node_modules/@babel/plugin-transform-modules-systemjs/lib/index.js.map +1 -0
  384. package/dist/node_modules/@babel/plugin-transform-modules-systemjs/package.json +37 -0
  385. package/dist/node_modules/@babel/plugin-transform-modules-umd/LICENSE +22 -0
  386. package/dist/node_modules/@babel/plugin-transform-modules-umd/README.md +19 -0
  387. package/dist/node_modules/@babel/plugin-transform-modules-umd/lib/index.js +157 -0
  388. package/dist/node_modules/@babel/plugin-transform-modules-umd/lib/index.js.map +1 -0
  389. package/dist/node_modules/@babel/plugin-transform-modules-umd/package.json +36 -0
  390. package/dist/node_modules/@babel/plugin-transform-named-capturing-groups-regex/LICENSE +22 -0
  391. package/dist/node_modules/@babel/plugin-transform-named-capturing-groups-regex/README.md +19 -0
  392. package/dist/node_modules/@babel/plugin-transform-named-capturing-groups-regex/lib/index.js +26 -0
  393. package/dist/node_modules/@babel/plugin-transform-named-capturing-groups-regex/lib/index.js.map +1 -0
  394. package/dist/node_modules/@babel/plugin-transform-named-capturing-groups-regex/package.json +40 -0
  395. package/dist/node_modules/@babel/plugin-transform-new-target/LICENSE +22 -0
  396. package/dist/node_modules/@babel/plugin-transform-new-target/README.md +19 -0
  397. package/dist/node_modules/@babel/plugin-transform-new-target/lib/index.js +72 -0
  398. package/dist/node_modules/@babel/plugin-transform-new-target/lib/index.js.map +1 -0
  399. package/dist/node_modules/@babel/plugin-transform-new-target/package.json +36 -0
  400. package/dist/node_modules/@babel/plugin-transform-nullish-coalescing-operator/LICENSE +22 -0
  401. package/dist/node_modules/@babel/plugin-transform-nullish-coalescing-operator/README.md +19 -0
  402. package/dist/node_modules/@babel/plugin-transform-nullish-coalescing-operator/lib/index.js +49 -0
  403. package/dist/node_modules/@babel/plugin-transform-nullish-coalescing-operator/lib/index.js.map +1 -0
  404. package/dist/node_modules/@babel/plugin-transform-nullish-coalescing-operator/package.json +35 -0
  405. package/dist/node_modules/@babel/plugin-transform-numeric-separator/LICENSE +22 -0
  406. package/dist/node_modules/@babel/plugin-transform-numeric-separator/README.md +19 -0
  407. package/dist/node_modules/@babel/plugin-transform-numeric-separator/lib/index.js +32 -0
  408. package/dist/node_modules/@babel/plugin-transform-numeric-separator/lib/index.js.map +1 -0
  409. package/dist/node_modules/@babel/plugin-transform-numeric-separator/package.json +37 -0
  410. package/dist/node_modules/@babel/plugin-transform-object-rest-spread/LICENSE +22 -0
  411. package/dist/node_modules/@babel/plugin-transform-object-rest-spread/README.md +19 -0
  412. package/dist/node_modules/@babel/plugin-transform-object-rest-spread/lib/index.js +451 -0
  413. package/dist/node_modules/@babel/plugin-transform-object-rest-spread/lib/index.js.map +1 -0
  414. package/dist/node_modules/@babel/plugin-transform-object-rest-spread/package.json +39 -0
  415. package/dist/node_modules/@babel/plugin-transform-object-super/LICENSE +22 -0
  416. package/dist/node_modules/@babel/plugin-transform-object-super/README.md +19 -0
  417. package/dist/node_modules/@babel/plugin-transform-object-super/lib/index.js +42 -0
  418. package/dist/node_modules/@babel/plugin-transform-object-super/lib/index.js.map +1 -0
  419. package/dist/node_modules/@babel/plugin-transform-object-super/package.json +35 -0
  420. package/dist/node_modules/@babel/plugin-transform-optional-catch-binding/LICENSE +22 -0
  421. package/dist/node_modules/@babel/plugin-transform-optional-catch-binding/README.md +19 -0
  422. package/dist/node_modules/@babel/plugin-transform-optional-catch-binding/lib/index.js +26 -0
  423. package/dist/node_modules/@babel/plugin-transform-optional-catch-binding/lib/index.js.map +1 -0
  424. package/dist/node_modules/@babel/plugin-transform-optional-catch-binding/package.json +35 -0
  425. package/dist/node_modules/@babel/plugin-transform-optional-chaining/LICENSE +22 -0
  426. package/dist/node_modules/@babel/plugin-transform-optional-chaining/README.md +19 -0
  427. package/dist/node_modules/@babel/plugin-transform-optional-chaining/lib/index.js +240 -0
  428. package/dist/node_modules/@babel/plugin-transform-optional-chaining/lib/index.js.map +1 -0
  429. package/dist/node_modules/@babel/plugin-transform-optional-chaining/package.json +38 -0
  430. package/dist/node_modules/@babel/plugin-transform-parameters/LICENSE +22 -0
  431. package/dist/node_modules/@babel/plugin-transform-parameters/README.md +19 -0
  432. package/dist/node_modules/@babel/plugin-transform-parameters/lib/index.js +43 -0
  433. package/dist/node_modules/@babel/plugin-transform-parameters/lib/index.js.map +1 -0
  434. package/dist/node_modules/@babel/plugin-transform-parameters/lib/params.js +143 -0
  435. package/dist/node_modules/@babel/plugin-transform-parameters/lib/params.js.map +1 -0
  436. package/dist/node_modules/@babel/plugin-transform-parameters/lib/rest.js +284 -0
  437. package/dist/node_modules/@babel/plugin-transform-parameters/lib/rest.js.map +1 -0
  438. package/dist/node_modules/@babel/plugin-transform-parameters/lib/shadow-utils.js +65 -0
  439. package/dist/node_modules/@babel/plugin-transform-parameters/lib/shadow-utils.js.map +1 -0
  440. package/dist/node_modules/@babel/plugin-transform-parameters/package.json +34 -0
  441. package/dist/node_modules/@babel/plugin-transform-private-methods/LICENSE +22 -0
  442. package/dist/node_modules/@babel/plugin-transform-private-methods/README.md +19 -0
  443. package/dist/node_modules/@babel/plugin-transform-private-methods/lib/index.js +23 -0
  444. package/dist/node_modules/@babel/plugin-transform-private-methods/lib/index.js.map +1 -0
  445. package/dist/node_modules/@babel/plugin-transform-private-methods/package.json +35 -0
  446. package/dist/node_modules/@babel/plugin-transform-private-property-in-object/LICENSE +22 -0
  447. package/dist/node_modules/@babel/plugin-transform-private-property-in-object/README.md +19 -0
  448. package/dist/node_modules/@babel/plugin-transform-private-property-in-object/lib/index.js +127 -0
  449. package/dist/node_modules/@babel/plugin-transform-private-property-in-object/lib/index.js.map +1 -0
  450. package/dist/node_modules/@babel/plugin-transform-private-property-in-object/package.json +37 -0
  451. package/dist/node_modules/@babel/plugin-transform-property-literals/LICENSE +22 -0
  452. package/dist/node_modules/@babel/plugin-transform-property-literals/README.md +19 -0
  453. package/dist/node_modules/@babel/plugin-transform-property-literals/lib/index.js +29 -0
  454. package/dist/node_modules/@babel/plugin-transform-property-literals/lib/index.js.map +1 -0
  455. package/dist/node_modules/@babel/plugin-transform-property-literals/package.json +34 -0
  456. package/dist/node_modules/@babel/plugin-transform-regenerator/LICENSE +22 -0
  457. package/dist/node_modules/@babel/plugin-transform-regenerator/README.md +19 -0
  458. package/dist/node_modules/@babel/plugin-transform-regenerator/lib/index.js +44 -0
  459. package/dist/node_modules/@babel/plugin-transform-regenerator/lib/index.js.map +1 -0
  460. package/dist/node_modules/@babel/plugin-transform-regenerator/package.json +32 -0
  461. package/dist/node_modules/@babel/plugin-transform-reserved-words/LICENSE +22 -0
  462. package/dist/node_modules/@babel/plugin-transform-reserved-words/README.md +19 -0
  463. package/dist/node_modules/@babel/plugin-transform-reserved-words/lib/index.js +24 -0
  464. package/dist/node_modules/@babel/plugin-transform-reserved-words/lib/index.js.map +1 -0
  465. package/dist/node_modules/@babel/plugin-transform-reserved-words/package.json +34 -0
  466. package/dist/node_modules/@babel/plugin-transform-runtime/LICENSE +22 -0
  467. package/dist/node_modules/@babel/plugin-transform-runtime/README.md +19 -0
  468. package/dist/node_modules/@babel/plugin-transform-runtime/lib/get-runtime-path/browser.js +16 -0
  469. package/dist/node_modules/@babel/plugin-transform-runtime/lib/get-runtime-path/browser.js.map +1 -0
  470. package/dist/node_modules/@babel/plugin-transform-runtime/lib/get-runtime-path/index.js +40 -0
  471. package/dist/node_modules/@babel/plugin-transform-runtime/lib/get-runtime-path/index.js.map +1 -0
  472. package/dist/node_modules/@babel/plugin-transform-runtime/lib/helpers.js +14 -0
  473. package/dist/node_modules/@babel/plugin-transform-runtime/lib/helpers.js.map +1 -0
  474. package/dist/node_modules/@babel/plugin-transform-runtime/lib/index.js +108 -0
  475. package/dist/node_modules/@babel/plugin-transform-runtime/lib/index.js.map +1 -0
  476. package/dist/node_modules/@babel/plugin-transform-runtime/lib/polyfills.js +64 -0
  477. package/dist/node_modules/@babel/plugin-transform-runtime/lib/polyfills.js.map +1 -0
  478. package/dist/node_modules/@babel/plugin-transform-runtime/package.json +48 -0
  479. package/dist/node_modules/@babel/plugin-transform-runtime/src/get-runtime-path/browser.ts +15 -0
  480. package/dist/node_modules/@babel/plugin-transform-runtime/src/get-runtime-path/index.ts +42 -0
  481. package/dist/node_modules/@babel/plugin-transform-shorthand-properties/LICENSE +22 -0
  482. package/dist/node_modules/@babel/plugin-transform-shorthand-properties/README.md +19 -0
  483. package/dist/node_modules/@babel/plugin-transform-shorthand-properties/lib/index.js +51 -0
  484. package/dist/node_modules/@babel/plugin-transform-shorthand-properties/lib/index.js.map +1 -0
  485. package/dist/node_modules/@babel/plugin-transform-shorthand-properties/package.json +34 -0
  486. package/dist/node_modules/@babel/plugin-transform-spread/LICENSE +22 -0
  487. package/dist/node_modules/@babel/plugin-transform-spread/README.md +19 -0
  488. package/dist/node_modules/@babel/plugin-transform-spread/lib/index.js +145 -0
  489. package/dist/node_modules/@babel/plugin-transform-spread/lib/index.js.map +1 -0
  490. package/dist/node_modules/@babel/plugin-transform-spread/package.json +35 -0
  491. package/dist/node_modules/@babel/plugin-transform-sticky-regex/LICENSE +22 -0
  492. package/dist/node_modules/@babel/plugin-transform-sticky-regex/README.md +19 -0
  493. package/dist/node_modules/@babel/plugin-transform-sticky-regex/lib/index.js +26 -0
  494. package/dist/node_modules/@babel/plugin-transform-sticky-regex/lib/index.js.map +1 -0
  495. package/dist/node_modules/@babel/plugin-transform-sticky-regex/package.json +34 -0
  496. package/dist/node_modules/@babel/plugin-transform-template-literals/LICENSE +22 -0
  497. package/dist/node_modules/@babel/plugin-transform-template-literals/README.md +19 -0
  498. package/dist/node_modules/@babel/plugin-transform-template-literals/lib/index.js +109 -0
  499. package/dist/node_modules/@babel/plugin-transform-template-literals/lib/index.js.map +1 -0
  500. package/dist/node_modules/@babel/plugin-transform-template-literals/package.json +34 -0
  501. package/dist/node_modules/@babel/plugin-transform-typeof-symbol/LICENSE +22 -0
  502. package/dist/node_modules/@babel/plugin-transform-typeof-symbol/README.md +19 -0
  503. package/dist/node_modules/@babel/plugin-transform-typeof-symbol/lib/index.js +62 -0
  504. package/dist/node_modules/@babel/plugin-transform-typeof-symbol/lib/index.js.map +1 -0
  505. package/dist/node_modules/@babel/plugin-transform-typeof-symbol/package.json +37 -0
  506. package/dist/node_modules/@babel/plugin-transform-unicode-escapes/LICENSE +22 -0
  507. package/dist/node_modules/@babel/plugin-transform-unicode-escapes/README.md +19 -0
  508. package/dist/node_modules/@babel/plugin-transform-unicode-escapes/lib/index.js +119 -0
  509. package/dist/node_modules/@babel/plugin-transform-unicode-escapes/lib/index.js.map +1 -0
  510. package/dist/node_modules/@babel/plugin-transform-unicode-escapes/package.json +34 -0
  511. package/dist/node_modules/@babel/plugin-transform-unicode-property-regex/LICENSE +22 -0
  512. package/dist/node_modules/@babel/plugin-transform-unicode-property-regex/README.md +19 -0
  513. package/dist/node_modules/@babel/plugin-transform-unicode-property-regex/lib/index.js +27 -0
  514. package/dist/node_modules/@babel/plugin-transform-unicode-property-regex/lib/index.js.map +1 -0
  515. package/dist/node_modules/@babel/plugin-transform-unicode-property-regex/package.json +41 -0
  516. package/dist/node_modules/@babel/plugin-transform-unicode-regex/LICENSE +22 -0
  517. package/dist/node_modules/@babel/plugin-transform-unicode-regex/README.md +19 -0
  518. package/dist/node_modules/@babel/plugin-transform-unicode-regex/lib/index.js +18 -0
  519. package/dist/node_modules/@babel/plugin-transform-unicode-regex/lib/index.js.map +1 -0
  520. package/dist/node_modules/@babel/plugin-transform-unicode-regex/package.json +35 -0
  521. package/dist/node_modules/@babel/plugin-transform-unicode-sets-regex/LICENSE +22 -0
  522. package/dist/node_modules/@babel/plugin-transform-unicode-sets-regex/README.md +19 -0
  523. package/dist/node_modules/@babel/plugin-transform-unicode-sets-regex/lib/index.js +21 -0
  524. package/dist/node_modules/@babel/plugin-transform-unicode-sets-regex/lib/index.js.map +1 -0
  525. package/dist/node_modules/@babel/plugin-transform-unicode-sets-regex/package.json +49 -0
  526. package/dist/node_modules/@babel/preset-env/LICENSE +22 -0
  527. package/dist/node_modules/@babel/preset-env/README.md +19 -0
  528. package/dist/node_modules/@babel/preset-env/data/built-in-modules.js +3 -0
  529. package/dist/node_modules/@babel/preset-env/data/built-in-modules.json.js +3 -0
  530. package/dist/node_modules/@babel/preset-env/data/built-ins.js +4 -0
  531. package/dist/node_modules/@babel/preset-env/data/built-ins.json.js +4 -0
  532. package/dist/node_modules/@babel/preset-env/data/core-js-compat.js +1 -0
  533. package/dist/node_modules/@babel/preset-env/data/corejs2-built-ins.js +3 -0
  534. package/dist/node_modules/@babel/preset-env/data/corejs2-built-ins.json.js +3 -0
  535. package/dist/node_modules/@babel/preset-env/data/package.json +1 -0
  536. package/dist/node_modules/@babel/preset-env/data/plugins.js +3 -0
  537. package/dist/node_modules/@babel/preset-env/data/plugins.json.js +3 -0
  538. package/dist/node_modules/@babel/preset-env/data/shipped-proposals.js +2 -0
  539. package/dist/node_modules/@babel/preset-env/data/unreleased-labels.js +3 -0
  540. package/dist/node_modules/@babel/preset-env/lib/available-plugins.js +158 -0
  541. package/dist/node_modules/@babel/preset-env/lib/available-plugins.js.map +1 -0
  542. package/dist/node_modules/@babel/preset-env/lib/debug.js +37 -0
  543. package/dist/node_modules/@babel/preset-env/lib/debug.js.map +1 -0
  544. package/dist/node_modules/@babel/preset-env/lib/filter-items.js +31 -0
  545. package/dist/node_modules/@babel/preset-env/lib/filter-items.js.map +1 -0
  546. package/dist/node_modules/@babel/preset-env/lib/get-option-specific-excludes.js +14 -0
  547. package/dist/node_modules/@babel/preset-env/lib/get-option-specific-excludes.js.map +1 -0
  548. package/dist/node_modules/@babel/preset-env/lib/index.js +310 -0
  549. package/dist/node_modules/@babel/preset-env/lib/index.js.map +1 -0
  550. package/dist/node_modules/@babel/preset-env/lib/module-transformations.js +17 -0
  551. package/dist/node_modules/@babel/preset-env/lib/module-transformations.js.map +1 -0
  552. package/dist/node_modules/@babel/preset-env/lib/normalize-options.js +130 -0
  553. package/dist/node_modules/@babel/preset-env/lib/normalize-options.js.map +1 -0
  554. package/dist/node_modules/@babel/preset-env/lib/options.js +42 -0
  555. package/dist/node_modules/@babel/preset-env/lib/options.js.map +1 -0
  556. package/dist/node_modules/@babel/preset-env/lib/plugins-compat-data.js +29 -0
  557. package/dist/node_modules/@babel/preset-env/lib/plugins-compat-data.js.map +1 -0
  558. package/dist/node_modules/@babel/preset-env/lib/polyfills/babel-polyfill.js +70 -0
  559. package/dist/node_modules/@babel/preset-env/lib/polyfills/babel-polyfill.js.map +1 -0
  560. package/dist/node_modules/@babel/preset-env/lib/polyfills/regenerator.js +46 -0
  561. package/dist/node_modules/@babel/preset-env/lib/polyfills/regenerator.js.map +1 -0
  562. package/dist/node_modules/@babel/preset-env/lib/polyfills/utils.js +36 -0
  563. package/dist/node_modules/@babel/preset-env/lib/polyfills/utils.js.map +1 -0
  564. package/dist/node_modules/@babel/preset-env/lib/shipped-proposals.js +31 -0
  565. package/dist/node_modules/@babel/preset-env/lib/shipped-proposals.js.map +1 -0
  566. package/dist/node_modules/@babel/preset-env/lib/targets-parser.js +20 -0
  567. package/dist/node_modules/@babel/preset-env/lib/targets-parser.js.map +1 -0
  568. package/dist/node_modules/@babel/preset-env/package.json +113 -0
  569. package/dist/node_modules/@babel/preset-modules/LICENSE +21 -0
  570. package/dist/node_modules/@babel/preset-modules/README.md +171 -0
  571. package/dist/node_modules/@babel/preset-modules/lib/index.js +27 -0
  572. package/dist/node_modules/@babel/preset-modules/lib/plugins/transform-async-arrows-in-class/index.js +45 -0
  573. package/dist/node_modules/@babel/preset-modules/lib/plugins/transform-edge-default-parameters/index.js +36 -0
  574. package/dist/node_modules/@babel/preset-modules/lib/plugins/transform-edge-function-name/index.js +42 -0
  575. package/dist/node_modules/@babel/preset-modules/lib/plugins/transform-jsx-spread/index.js +115 -0
  576. package/dist/node_modules/@babel/preset-modules/lib/plugins/transform-safari-block-shadowing/index.js +47 -0
  577. package/dist/node_modules/@babel/preset-modules/lib/plugins/transform-safari-for-shadowing/index.js +42 -0
  578. package/dist/node_modules/@babel/preset-modules/lib/plugins/transform-tagged-template-caching/index.js +75 -0
  579. package/dist/node_modules/@babel/preset-modules/package.json +104 -0
  580. package/dist/node_modules/@babel/preset-modules/src/index.js +26 -0
  581. package/dist/node_modules/@babel/preset-modules/src/plugins/transform-async-arrows-in-class/index.js +35 -0
  582. package/dist/node_modules/@babel/preset-modules/src/plugins/transform-edge-default-parameters/index.js +29 -0
  583. package/dist/node_modules/@babel/preset-modules/src/plugins/transform-edge-function-name/index.js +31 -0
  584. package/dist/node_modules/@babel/preset-modules/src/plugins/transform-jsx-spread/index.js +111 -0
  585. package/dist/node_modules/@babel/preset-modules/src/plugins/transform-safari-block-shadowing/index.js +39 -0
  586. package/dist/node_modules/@babel/preset-modules/src/plugins/transform-safari-for-shadowing/index.js +38 -0
  587. package/dist/node_modules/@babel/preset-modules/src/plugins/transform-tagged-template-caching/index.js +88 -0
  588. package/dist/node_modules/@babel/regjsgen/LICENSE-MIT.txt +22 -0
  589. package/dist/node_modules/@babel/regjsgen/README.md +44 -0
  590. package/dist/node_modules/@babel/regjsgen/package.json +43 -0
  591. package/dist/node_modules/@babel/regjsgen/regjsgen.js +425 -0
  592. package/dist/node_modules/@babel/runtime/LICENSE +22 -0
  593. package/dist/node_modules/@babel/runtime/README.md +19 -0
  594. package/dist/node_modules/@babel/runtime/helpers/AsyncGenerator.js +64 -0
  595. package/dist/node_modules/@babel/runtime/helpers/AwaitValue.js +4 -0
  596. package/dist/node_modules/@babel/runtime/helpers/OverloadYield.js +4 -0
  597. package/dist/node_modules/@babel/runtime/helpers/applyDecoratedDescriptor.js +24 -0
  598. package/dist/node_modules/@babel/runtime/helpers/applyDecs.js +236 -0
  599. package/dist/node_modules/@babel/runtime/helpers/applyDecs2203.js +187 -0
  600. package/dist/node_modules/@babel/runtime/helpers/applyDecs2203R.js +191 -0
  601. package/dist/node_modules/@babel/runtime/helpers/applyDecs2301.js +222 -0
  602. package/dist/node_modules/@babel/runtime/helpers/applyDecs2305.js +232 -0
  603. package/dist/node_modules/@babel/runtime/helpers/arrayLikeToArray.js +6 -0
  604. package/dist/node_modules/@babel/runtime/helpers/arrayWithHoles.js +4 -0
  605. package/dist/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js +5 -0
  606. package/dist/node_modules/@babel/runtime/helpers/assertThisInitialized.js +7 -0
  607. package/dist/node_modules/@babel/runtime/helpers/asyncGeneratorDelegate.js +24 -0
  608. package/dist/node_modules/@babel/runtime/helpers/asyncIterator.js +45 -0
  609. package/dist/node_modules/@babel/runtime/helpers/asyncToGenerator.js +31 -0
  610. package/dist/node_modules/@babel/runtime/helpers/awaitAsyncGenerator.js +5 -0
  611. package/dist/node_modules/@babel/runtime/helpers/checkInRHS.js +6 -0
  612. package/dist/node_modules/@babel/runtime/helpers/checkPrivateRedeclaration.js +6 -0
  613. package/dist/node_modules/@babel/runtime/helpers/classApplyDescriptorDestructureSet.js +18 -0
  614. package/dist/node_modules/@babel/runtime/helpers/classApplyDescriptorGet.js +7 -0
  615. package/dist/node_modules/@babel/runtime/helpers/classApplyDescriptorSet.js +11 -0
  616. package/dist/node_modules/@babel/runtime/helpers/classCallCheck.js +6 -0
  617. package/dist/node_modules/@babel/runtime/helpers/classCheckPrivateStaticAccess.js +6 -0
  618. package/dist/node_modules/@babel/runtime/helpers/classCheckPrivateStaticFieldDescriptor.js +6 -0
  619. package/dist/node_modules/@babel/runtime/helpers/classExtractFieldDescriptor.js +7 -0
  620. package/dist/node_modules/@babel/runtime/helpers/classNameTDZError.js +4 -0
  621. package/dist/node_modules/@babel/runtime/helpers/classPrivateFieldDestructureSet.js +7 -0
  622. package/dist/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js +7 -0
  623. package/dist/node_modules/@babel/runtime/helpers/classPrivateFieldInitSpec.js +6 -0
  624. package/dist/node_modules/@babel/runtime/helpers/classPrivateFieldLooseBase.js +7 -0
  625. package/dist/node_modules/@babel/runtime/helpers/classPrivateFieldLooseKey.js +5 -0
  626. package/dist/node_modules/@babel/runtime/helpers/classPrivateFieldSet.js +8 -0
  627. package/dist/node_modules/@babel/runtime/helpers/classPrivateMethodGet.js +7 -0
  628. package/dist/node_modules/@babel/runtime/helpers/classPrivateMethodInitSpec.js +6 -0
  629. package/dist/node_modules/@babel/runtime/helpers/classPrivateMethodSet.js +4 -0
  630. package/dist/node_modules/@babel/runtime/helpers/classStaticPrivateFieldDestructureSet.js +9 -0
  631. package/dist/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecGet.js +9 -0
  632. package/dist/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecSet.js +10 -0
  633. package/dist/node_modules/@babel/runtime/helpers/classStaticPrivateMethodGet.js +6 -0
  634. package/dist/node_modules/@babel/runtime/helpers/classStaticPrivateMethodSet.js +4 -0
  635. package/dist/node_modules/@babel/runtime/helpers/construct.js +18 -0
  636. package/dist/node_modules/@babel/runtime/helpers/createClass.js +19 -0
  637. package/dist/node_modules/@babel/runtime/helpers/createForOfIteratorHelper.js +53 -0
  638. package/dist/node_modules/@babel/runtime/helpers/createForOfIteratorHelperLoose.js +20 -0
  639. package/dist/node_modules/@babel/runtime/helpers/createSuper.js +18 -0
  640. package/dist/node_modules/@babel/runtime/helpers/decorate.js +343 -0
  641. package/dist/node_modules/@babel/runtime/helpers/defaults.js +12 -0
  642. package/dist/node_modules/@babel/runtime/helpers/defineAccessor.js +8 -0
  643. package/dist/node_modules/@babel/runtime/helpers/defineEnumerableProperties.js +20 -0
  644. package/dist/node_modules/@babel/runtime/helpers/defineProperty.js +16 -0
  645. package/dist/node_modules/@babel/runtime/helpers/dispose.js +28 -0
  646. package/dist/node_modules/@babel/runtime/helpers/esm/AsyncGenerator.js +63 -0
  647. package/dist/node_modules/@babel/runtime/helpers/esm/AwaitValue.js +3 -0
  648. package/dist/node_modules/@babel/runtime/helpers/esm/OverloadYield.js +3 -0
  649. package/dist/node_modules/@babel/runtime/helpers/esm/applyDecoratedDescriptor.js +23 -0
  650. package/dist/node_modules/@babel/runtime/helpers/esm/applyDecs.js +235 -0
  651. package/dist/node_modules/@babel/runtime/helpers/esm/applyDecs2203.js +186 -0
  652. package/dist/node_modules/@babel/runtime/helpers/esm/applyDecs2203R.js +190 -0
  653. package/dist/node_modules/@babel/runtime/helpers/esm/applyDecs2301.js +221 -0
  654. package/dist/node_modules/@babel/runtime/helpers/esm/applyDecs2305.js +231 -0
  655. package/dist/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +5 -0
  656. package/dist/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +3 -0
  657. package/dist/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js +4 -0
  658. package/dist/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +6 -0
  659. package/dist/node_modules/@babel/runtime/helpers/esm/asyncGeneratorDelegate.js +23 -0
  660. package/dist/node_modules/@babel/runtime/helpers/esm/asyncIterator.js +44 -0
  661. package/dist/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js +30 -0
  662. package/dist/node_modules/@babel/runtime/helpers/esm/awaitAsyncGenerator.js +4 -0
  663. package/dist/node_modules/@babel/runtime/helpers/esm/checkInRHS.js +5 -0
  664. package/dist/node_modules/@babel/runtime/helpers/esm/checkPrivateRedeclaration.js +5 -0
  665. package/dist/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorDestructureSet.js +17 -0
  666. package/dist/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorGet.js +6 -0
  667. package/dist/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorSet.js +10 -0
  668. package/dist/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +5 -0
  669. package/dist/node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticAccess.js +5 -0
  670. package/dist/node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticFieldDescriptor.js +5 -0
  671. package/dist/node_modules/@babel/runtime/helpers/esm/classExtractFieldDescriptor.js +6 -0
  672. package/dist/node_modules/@babel/runtime/helpers/esm/classNameTDZError.js +3 -0
  673. package/dist/node_modules/@babel/runtime/helpers/esm/classPrivateFieldDestructureSet.js +6 -0
  674. package/dist/node_modules/@babel/runtime/helpers/esm/classPrivateFieldGet.js +6 -0
  675. package/dist/node_modules/@babel/runtime/helpers/esm/classPrivateFieldInitSpec.js +5 -0
  676. package/dist/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseBase.js +6 -0
  677. package/dist/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseKey.js +4 -0
  678. package/dist/node_modules/@babel/runtime/helpers/esm/classPrivateFieldSet.js +7 -0
  679. package/dist/node_modules/@babel/runtime/helpers/esm/classPrivateMethodGet.js +6 -0
  680. package/dist/node_modules/@babel/runtime/helpers/esm/classPrivateMethodInitSpec.js +5 -0
  681. package/dist/node_modules/@babel/runtime/helpers/esm/classPrivateMethodSet.js +3 -0
  682. package/dist/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldDestructureSet.js +8 -0
  683. package/dist/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecGet.js +8 -0
  684. package/dist/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecSet.js +9 -0
  685. package/dist/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodGet.js +5 -0
  686. package/dist/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodSet.js +3 -0
  687. package/dist/node_modules/@babel/runtime/helpers/esm/construct.js +17 -0
  688. package/dist/node_modules/@babel/runtime/helpers/esm/createClass.js +18 -0
  689. package/dist/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelper.js +52 -0
  690. package/dist/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelperLoose.js +19 -0
  691. package/dist/node_modules/@babel/runtime/helpers/esm/createSuper.js +17 -0
  692. package/dist/node_modules/@babel/runtime/helpers/esm/decorate.js +342 -0
  693. package/dist/node_modules/@babel/runtime/helpers/esm/defaults.js +11 -0
  694. package/dist/node_modules/@babel/runtime/helpers/esm/defineAccessor.js +7 -0
  695. package/dist/node_modules/@babel/runtime/helpers/esm/defineEnumerableProperties.js +19 -0
  696. package/dist/node_modules/@babel/runtime/helpers/esm/defineProperty.js +15 -0
  697. package/dist/node_modules/@babel/runtime/helpers/esm/dispose.js +27 -0
  698. package/dist/node_modules/@babel/runtime/helpers/esm/extends.js +14 -0
  699. package/dist/node_modules/@babel/runtime/helpers/esm/get.js +17 -0
  700. package/dist/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +6 -0
  701. package/dist/node_modules/@babel/runtime/helpers/esm/identity.js +3 -0
  702. package/dist/node_modules/@babel/runtime/helpers/esm/importDeferProxy.js +26 -0
  703. package/dist/node_modules/@babel/runtime/helpers/esm/inherits.js +17 -0
  704. package/dist/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js +6 -0
  705. package/dist/node_modules/@babel/runtime/helpers/esm/initializerDefineProperty.js +9 -0
  706. package/dist/node_modules/@babel/runtime/helpers/esm/initializerWarningHelper.js +3 -0
  707. package/dist/node_modules/@babel/runtime/helpers/esm/instanceof.js +7 -0
  708. package/dist/node_modules/@babel/runtime/helpers/esm/interopRequireDefault.js +5 -0
  709. package/dist/node_modules/@babel/runtime/helpers/esm/interopRequireWildcard.js +26 -0
  710. package/dist/node_modules/@babel/runtime/helpers/esm/isNativeFunction.js +7 -0
  711. package/dist/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +11 -0
  712. package/dist/node_modules/@babel/runtime/helpers/esm/iterableToArray.js +3 -0
  713. package/dist/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +27 -0
  714. package/dist/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimitLoose.js +9 -0
  715. package/dist/node_modules/@babel/runtime/helpers/esm/jsx.js +21 -0
  716. package/dist/node_modules/@babel/runtime/helpers/esm/maybeArrayLike.js +8 -0
  717. package/dist/node_modules/@babel/runtime/helpers/esm/newArrowCheck.js +5 -0
  718. package/dist/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +3 -0
  719. package/dist/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js +3 -0
  720. package/dist/node_modules/@babel/runtime/helpers/esm/nullishReceiverError.js +3 -0
  721. package/dist/node_modules/@babel/runtime/helpers/esm/objectDestructuringEmpty.js +3 -0
  722. package/dist/node_modules/@babel/runtime/helpers/esm/objectSpread.js +16 -0
  723. package/dist/node_modules/@babel/runtime/helpers/esm/objectSpread2.js +22 -0
  724. package/dist/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +16 -0
  725. package/dist/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +12 -0
  726. package/dist/node_modules/@babel/runtime/helpers/esm/package.json +3 -0
  727. package/dist/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +10 -0
  728. package/dist/node_modules/@babel/runtime/helpers/esm/readOnlyError.js +3 -0
  729. package/dist/node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.js +303 -0
  730. package/dist/node_modules/@babel/runtime/helpers/esm/set.js +40 -0
  731. package/dist/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +7 -0
  732. package/dist/node_modules/@babel/runtime/helpers/esm/skipFirstGeneratorNext.js +7 -0
  733. package/dist/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +7 -0
  734. package/dist/node_modules/@babel/runtime/helpers/esm/slicedToArrayLoose.js +7 -0
  735. package/dist/node_modules/@babel/runtime/helpers/esm/superPropBase.js +8 -0
  736. package/dist/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteral.js +10 -0
  737. package/dist/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteralLoose.js +7 -0
  738. package/dist/node_modules/@babel/runtime/helpers/esm/tdz.js +3 -0
  739. package/dist/node_modules/@babel/runtime/helpers/esm/temporalRef.js +5 -0
  740. package/dist/node_modules/@babel/runtime/helpers/esm/temporalUndefined.js +1 -0
  741. package/dist/node_modules/@babel/runtime/helpers/esm/toArray.js +7 -0
  742. package/dist/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js +7 -0
  743. package/dist/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +11 -0
  744. package/dist/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +6 -0
  745. package/dist/node_modules/@babel/runtime/helpers/esm/typeof.js +9 -0
  746. package/dist/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +9 -0
  747. package/dist/node_modules/@babel/runtime/helpers/esm/using.js +12 -0
  748. package/dist/node_modules/@babel/runtime/helpers/esm/wrapAsyncGenerator.js +6 -0
  749. package/dist/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js +30 -0
  750. package/dist/node_modules/@babel/runtime/helpers/esm/wrapRegExp.js +50 -0
  751. package/dist/node_modules/@babel/runtime/helpers/esm/writeOnlyError.js +3 -0
  752. package/dist/node_modules/@babel/runtime/helpers/extends.js +15 -0
  753. package/dist/node_modules/@babel/runtime/helpers/get.js +18 -0
  754. package/dist/node_modules/@babel/runtime/helpers/getPrototypeOf.js +7 -0
  755. package/dist/node_modules/@babel/runtime/helpers/identity.js +4 -0
  756. package/dist/node_modules/@babel/runtime/helpers/importDeferProxy.js +27 -0
  757. package/dist/node_modules/@babel/runtime/helpers/inherits.js +18 -0
  758. package/dist/node_modules/@babel/runtime/helpers/inheritsLoose.js +7 -0
  759. package/dist/node_modules/@babel/runtime/helpers/initializerDefineProperty.js +10 -0
  760. package/dist/node_modules/@babel/runtime/helpers/initializerWarningHelper.js +4 -0
  761. package/dist/node_modules/@babel/runtime/helpers/instanceof.js +8 -0
  762. package/dist/node_modules/@babel/runtime/helpers/interopRequireDefault.js +6 -0
  763. package/dist/node_modules/@babel/runtime/helpers/interopRequireWildcard.js +27 -0
  764. package/dist/node_modules/@babel/runtime/helpers/isNativeFunction.js +8 -0
  765. package/dist/node_modules/@babel/runtime/helpers/isNativeReflectConstruct.js +12 -0
  766. package/dist/node_modules/@babel/runtime/helpers/iterableToArray.js +4 -0
  767. package/dist/node_modules/@babel/runtime/helpers/iterableToArrayLimit.js +28 -0
  768. package/dist/node_modules/@babel/runtime/helpers/iterableToArrayLimitLoose.js +10 -0
  769. package/dist/node_modules/@babel/runtime/helpers/jsx.js +22 -0
  770. package/dist/node_modules/@babel/runtime/helpers/maybeArrayLike.js +9 -0
  771. package/dist/node_modules/@babel/runtime/helpers/newArrowCheck.js +6 -0
  772. package/dist/node_modules/@babel/runtime/helpers/nonIterableRest.js +4 -0
  773. package/dist/node_modules/@babel/runtime/helpers/nonIterableSpread.js +4 -0
  774. package/dist/node_modules/@babel/runtime/helpers/nullishReceiverError.js +4 -0
  775. package/dist/node_modules/@babel/runtime/helpers/objectDestructuringEmpty.js +4 -0
  776. package/dist/node_modules/@babel/runtime/helpers/objectSpread.js +17 -0
  777. package/dist/node_modules/@babel/runtime/helpers/objectSpread2.js +23 -0
  778. package/dist/node_modules/@babel/runtime/helpers/objectWithoutProperties.js +17 -0
  779. package/dist/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js +13 -0
  780. package/dist/node_modules/@babel/runtime/helpers/possibleConstructorReturn.js +11 -0
  781. package/dist/node_modules/@babel/runtime/helpers/readOnlyError.js +4 -0
  782. package/dist/node_modules/@babel/runtime/helpers/regeneratorRuntime.js +304 -0
  783. package/dist/node_modules/@babel/runtime/helpers/set.js +41 -0
  784. package/dist/node_modules/@babel/runtime/helpers/setPrototypeOf.js +8 -0
  785. package/dist/node_modules/@babel/runtime/helpers/skipFirstGeneratorNext.js +8 -0
  786. package/dist/node_modules/@babel/runtime/helpers/slicedToArray.js +8 -0
  787. package/dist/node_modules/@babel/runtime/helpers/slicedToArrayLoose.js +8 -0
  788. package/dist/node_modules/@babel/runtime/helpers/superPropBase.js +9 -0
  789. package/dist/node_modules/@babel/runtime/helpers/taggedTemplateLiteral.js +11 -0
  790. package/dist/node_modules/@babel/runtime/helpers/taggedTemplateLiteralLoose.js +8 -0
  791. package/dist/node_modules/@babel/runtime/helpers/tdz.js +4 -0
  792. package/dist/node_modules/@babel/runtime/helpers/temporalRef.js +6 -0
  793. package/dist/node_modules/@babel/runtime/helpers/temporalUndefined.js +2 -0
  794. package/dist/node_modules/@babel/runtime/helpers/toArray.js +8 -0
  795. package/dist/node_modules/@babel/runtime/helpers/toConsumableArray.js +8 -0
  796. package/dist/node_modules/@babel/runtime/helpers/toPrimitive.js +12 -0
  797. package/dist/node_modules/@babel/runtime/helpers/toPropertyKey.js +7 -0
  798. package/dist/node_modules/@babel/runtime/helpers/typeof.js +10 -0
  799. package/dist/node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js +10 -0
  800. package/dist/node_modules/@babel/runtime/helpers/using.js +13 -0
  801. package/dist/node_modules/@babel/runtime/helpers/wrapAsyncGenerator.js +7 -0
  802. package/dist/node_modules/@babel/runtime/helpers/wrapNativeSuper.js +31 -0
  803. package/dist/node_modules/@babel/runtime/helpers/wrapRegExp.js +51 -0
  804. package/dist/node_modules/@babel/runtime/helpers/writeOnlyError.js +4 -0
  805. package/dist/node_modules/@babel/runtime/package.json +975 -0
  806. package/dist/node_modules/@babel/runtime/regenerator/index.js +15 -0
  807. package/dist/node_modules/@babel/template/LICENSE +22 -0
  808. package/dist/node_modules/@babel/template/README.md +19 -0
  809. package/dist/node_modules/@babel/template/lib/builder.js +69 -0
  810. package/dist/node_modules/@babel/template/lib/builder.js.map +1 -0
  811. package/dist/node_modules/@babel/template/lib/formatters.js +66 -0
  812. package/dist/node_modules/@babel/template/lib/formatters.js.map +1 -0
  813. package/dist/node_modules/@babel/template/lib/index.js +29 -0
  814. package/dist/node_modules/@babel/template/lib/index.js.map +1 -0
  815. package/dist/node_modules/@babel/template/lib/literal.js +69 -0
  816. package/dist/node_modules/@babel/template/lib/literal.js.map +1 -0
  817. package/dist/node_modules/@babel/template/lib/options.js +73 -0
  818. package/dist/node_modules/@babel/template/lib/options.js.map +1 -0
  819. package/dist/node_modules/@babel/template/lib/parse.js +160 -0
  820. package/dist/node_modules/@babel/template/lib/parse.js.map +1 -0
  821. package/dist/node_modules/@babel/template/lib/populate.js +122 -0
  822. package/dist/node_modules/@babel/template/lib/populate.js.map +1 -0
  823. package/dist/node_modules/@babel/template/lib/string.js +20 -0
  824. package/dist/node_modules/@babel/template/lib/string.js.map +1 -0
  825. package/dist/node_modules/@babel/template/package.json +27 -0
  826. package/dist/node_modules/@babel/traverse/LICENSE +22 -0
  827. package/dist/node_modules/@babel/traverse/README.md +19 -0
  828. package/dist/node_modules/@babel/traverse/lib/cache.js +46 -0
  829. package/dist/node_modules/@babel/traverse/lib/cache.js.map +1 -0
  830. package/dist/node_modules/@babel/traverse/lib/context.js +115 -0
  831. package/dist/node_modules/@babel/traverse/lib/context.js.map +1 -0
  832. package/dist/node_modules/@babel/traverse/lib/hub.js +19 -0
  833. package/dist/node_modules/@babel/traverse/lib/hub.js.map +1 -0
  834. package/dist/node_modules/@babel/traverse/lib/index.js +95 -0
  835. package/dist/node_modules/@babel/traverse/lib/index.js.map +1 -0
  836. package/dist/node_modules/@babel/traverse/lib/path/ancestry.js +141 -0
  837. package/dist/node_modules/@babel/traverse/lib/path/ancestry.js.map +1 -0
  838. package/dist/node_modules/@babel/traverse/lib/path/comments.js +54 -0
  839. package/dist/node_modules/@babel/traverse/lib/path/comments.js.map +1 -0
  840. package/dist/node_modules/@babel/traverse/lib/path/context.js +222 -0
  841. package/dist/node_modules/@babel/traverse/lib/path/context.js.map +1 -0
  842. package/dist/node_modules/@babel/traverse/lib/path/conversion.js +468 -0
  843. package/dist/node_modules/@babel/traverse/lib/path/conversion.js.map +1 -0
  844. package/dist/node_modules/@babel/traverse/lib/path/evaluation.js +347 -0
  845. package/dist/node_modules/@babel/traverse/lib/path/evaluation.js.map +1 -0
  846. package/dist/node_modules/@babel/traverse/lib/path/family.js +336 -0
  847. package/dist/node_modules/@babel/traverse/lib/path/family.js.map +1 -0
  848. package/dist/node_modules/@babel/traverse/lib/path/index.js +193 -0
  849. package/dist/node_modules/@babel/traverse/lib/path/index.js.map +1 -0
  850. package/dist/node_modules/@babel/traverse/lib/path/inference/index.js +149 -0
  851. package/dist/node_modules/@babel/traverse/lib/path/inference/index.js.map +1 -0
  852. package/dist/node_modules/@babel/traverse/lib/path/inference/inferer-reference.js +151 -0
  853. package/dist/node_modules/@babel/traverse/lib/path/inference/inferer-reference.js.map +1 -0
  854. package/dist/node_modules/@babel/traverse/lib/path/inference/inferers.js +207 -0
  855. package/dist/node_modules/@babel/traverse/lib/path/inference/inferers.js.map +1 -0
  856. package/dist/node_modules/@babel/traverse/lib/path/inference/util.js +30 -0
  857. package/dist/node_modules/@babel/traverse/lib/path/inference/util.js.map +1 -0
  858. package/dist/node_modules/@babel/traverse/lib/path/introspection.js +385 -0
  859. package/dist/node_modules/@babel/traverse/lib/path/introspection.js.map +1 -0
  860. package/dist/node_modules/@babel/traverse/lib/path/lib/hoister.js +171 -0
  861. package/dist/node_modules/@babel/traverse/lib/path/lib/hoister.js.map +1 -0
  862. package/dist/node_modules/@babel/traverse/lib/path/lib/removal-hooks.js +38 -0
  863. package/dist/node_modules/@babel/traverse/lib/path/lib/removal-hooks.js.map +1 -0
  864. package/dist/node_modules/@babel/traverse/lib/path/lib/virtual-types-validator.js +161 -0
  865. package/dist/node_modules/@babel/traverse/lib/path/lib/virtual-types-validator.js.map +1 -0
  866. package/dist/node_modules/@babel/traverse/lib/path/lib/virtual-types.js +44 -0
  867. package/dist/node_modules/@babel/traverse/lib/path/lib/virtual-types.js.map +1 -0
  868. package/dist/node_modules/@babel/traverse/lib/path/modification.js +225 -0
  869. package/dist/node_modules/@babel/traverse/lib/path/modification.js.map +1 -0
  870. package/dist/node_modules/@babel/traverse/lib/path/removal.js +60 -0
  871. package/dist/node_modules/@babel/traverse/lib/path/removal.js.map +1 -0
  872. package/dist/node_modules/@babel/traverse/lib/path/replacement.js +205 -0
  873. package/dist/node_modules/@babel/traverse/lib/path/replacement.js.map +1 -0
  874. package/dist/node_modules/@babel/traverse/lib/scope/binding.js +83 -0
  875. package/dist/node_modules/@babel/traverse/lib/scope/binding.js.map +1 -0
  876. package/dist/node_modules/@babel/traverse/lib/scope/index.js +888 -0
  877. package/dist/node_modules/@babel/traverse/lib/scope/index.js.map +1 -0
  878. package/dist/node_modules/@babel/traverse/lib/scope/lib/renamer.js +113 -0
  879. package/dist/node_modules/@babel/traverse/lib/scope/lib/renamer.js.map +1 -0
  880. package/dist/node_modules/@babel/traverse/lib/traverse-node.js +29 -0
  881. package/dist/node_modules/@babel/traverse/lib/traverse-node.js.map +1 -0
  882. package/dist/node_modules/@babel/traverse/lib/types.js +3 -0
  883. package/dist/node_modules/@babel/traverse/lib/types.js.map +1 -0
  884. package/dist/node_modules/@babel/traverse/lib/visitors.js +218 -0
  885. package/dist/node_modules/@babel/traverse/lib/visitors.js.map +1 -0
  886. package/dist/node_modules/@babel/traverse/package.json +38 -0
  887. package/dist/node_modules/@babel/types/LICENSE +22 -0
  888. package/dist/node_modules/@babel/types/README.md +19 -0
  889. package/dist/node_modules/@babel/types/lib/asserts/assertNode.js +16 -0
  890. package/dist/node_modules/@babel/types/lib/asserts/assertNode.js.map +1 -0
  891. package/dist/node_modules/@babel/types/lib/asserts/generated/index.js +1235 -0
  892. package/dist/node_modules/@babel/types/lib/asserts/generated/index.js.map +1 -0
  893. package/dist/node_modules/@babel/types/lib/ast-types/generated/index.js +3 -0
  894. package/dist/node_modules/@babel/types/lib/ast-types/generated/index.js.map +1 -0
  895. package/dist/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js +18 -0
  896. package/dist/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js.map +1 -0
  897. package/dist/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js +32 -0
  898. package/dist/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js.map +1 -0
  899. package/dist/node_modules/@babel/types/lib/builders/generated/index.js +1993 -0
  900. package/dist/node_modules/@babel/types/lib/builders/generated/index.js.map +1 -0
  901. package/dist/node_modules/@babel/types/lib/builders/generated/uppercase.js +1532 -0
  902. package/dist/node_modules/@babel/types/lib/builders/generated/uppercase.js.map +1 -0
  903. package/dist/node_modules/@babel/types/lib/builders/productions.js +12 -0
  904. package/dist/node_modules/@babel/types/lib/builders/productions.js.map +1 -0
  905. package/dist/node_modules/@babel/types/lib/builders/react/buildChildren.js +24 -0
  906. package/dist/node_modules/@babel/types/lib/builders/react/buildChildren.js.map +1 -0
  907. package/dist/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js +22 -0
  908. package/dist/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js.map +1 -0
  909. package/dist/node_modules/@babel/types/lib/builders/validateNode.js +17 -0
  910. package/dist/node_modules/@babel/types/lib/builders/validateNode.js.map +1 -0
  911. package/dist/node_modules/@babel/types/lib/clone/clone.js +12 -0
  912. package/dist/node_modules/@babel/types/lib/clone/clone.js.map +1 -0
  913. package/dist/node_modules/@babel/types/lib/clone/cloneDeep.js +12 -0
  914. package/dist/node_modules/@babel/types/lib/clone/cloneDeep.js.map +1 -0
  915. package/dist/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js +12 -0
  916. package/dist/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js.map +1 -0
  917. package/dist/node_modules/@babel/types/lib/clone/cloneNode.js +100 -0
  918. package/dist/node_modules/@babel/types/lib/clone/cloneNode.js.map +1 -0
  919. package/dist/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js +12 -0
  920. package/dist/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js.map +1 -0
  921. package/dist/node_modules/@babel/types/lib/comments/addComment.js +15 -0
  922. package/dist/node_modules/@babel/types/lib/comments/addComment.js.map +1 -0
  923. package/dist/node_modules/@babel/types/lib/comments/addComments.js +22 -0
  924. package/dist/node_modules/@babel/types/lib/comments/addComments.js.map +1 -0
  925. package/dist/node_modules/@babel/types/lib/comments/inheritInnerComments.js +12 -0
  926. package/dist/node_modules/@babel/types/lib/comments/inheritInnerComments.js.map +1 -0
  927. package/dist/node_modules/@babel/types/lib/comments/inheritLeadingComments.js +12 -0
  928. package/dist/node_modules/@babel/types/lib/comments/inheritLeadingComments.js.map +1 -0
  929. package/dist/node_modules/@babel/types/lib/comments/inheritTrailingComments.js +12 -0
  930. package/dist/node_modules/@babel/types/lib/comments/inheritTrailingComments.js.map +1 -0
  931. package/dist/node_modules/@babel/types/lib/comments/inheritsComments.js +17 -0
  932. package/dist/node_modules/@babel/types/lib/comments/inheritsComments.js.map +1 -0
  933. package/dist/node_modules/@babel/types/lib/comments/removeComments.js +15 -0
  934. package/dist/node_modules/@babel/types/lib/comments/removeComments.js.map +1 -0
  935. package/dist/node_modules/@babel/types/lib/constants/generated/index.js +109 -0
  936. package/dist/node_modules/@babel/types/lib/constants/generated/index.js.map +1 -0
  937. package/dist/node_modules/@babel/types/lib/constants/index.js +51 -0
  938. package/dist/node_modules/@babel/types/lib/constants/index.js.map +1 -0
  939. package/dist/node_modules/@babel/types/lib/converters/ensureBlock.js +14 -0
  940. package/dist/node_modules/@babel/types/lib/converters/ensureBlock.js.map +1 -0
  941. package/dist/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js +64 -0
  942. package/dist/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js.map +1 -0
  943. package/dist/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js +14 -0
  944. package/dist/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js.map +1 -0
  945. package/dist/node_modules/@babel/types/lib/converters/toBlock.js +29 -0
  946. package/dist/node_modules/@babel/types/lib/converters/toBlock.js.map +1 -0
  947. package/dist/node_modules/@babel/types/lib/converters/toComputedKey.js +14 -0
  948. package/dist/node_modules/@babel/types/lib/converters/toComputedKey.js.map +1 -0
  949. package/dist/node_modules/@babel/types/lib/converters/toExpression.js +28 -0
  950. package/dist/node_modules/@babel/types/lib/converters/toExpression.js.map +1 -0
  951. package/dist/node_modules/@babel/types/lib/converters/toIdentifier.js +25 -0
  952. package/dist/node_modules/@babel/types/lib/converters/toIdentifier.js.map +1 -0
  953. package/dist/node_modules/@babel/types/lib/converters/toKeyAlias.js +38 -0
  954. package/dist/node_modules/@babel/types/lib/converters/toKeyAlias.js.map +1 -0
  955. package/dist/node_modules/@babel/types/lib/converters/toSequenceExpression.js +19 -0
  956. package/dist/node_modules/@babel/types/lib/converters/toSequenceExpression.js.map +1 -0
  957. package/dist/node_modules/@babel/types/lib/converters/toStatement.js +40 -0
  958. package/dist/node_modules/@babel/types/lib/converters/toStatement.js.map +1 -0
  959. package/dist/node_modules/@babel/types/lib/converters/valueToNode.js +77 -0
  960. package/dist/node_modules/@babel/types/lib/converters/valueToNode.js.map +1 -0
  961. package/dist/node_modules/@babel/types/lib/definitions/core.js +1692 -0
  962. package/dist/node_modules/@babel/types/lib/definitions/core.js.map +1 -0
  963. package/dist/node_modules/@babel/types/lib/definitions/deprecated-aliases.js +12 -0
  964. package/dist/node_modules/@babel/types/lib/definitions/deprecated-aliases.js.map +1 -0
  965. package/dist/node_modules/@babel/types/lib/definitions/experimental.js +134 -0
  966. package/dist/node_modules/@babel/types/lib/definitions/experimental.js.map +1 -0
  967. package/dist/node_modules/@babel/types/lib/definitions/flow.js +488 -0
  968. package/dist/node_modules/@babel/types/lib/definitions/flow.js.map +1 -0
  969. package/dist/node_modules/@babel/types/lib/definitions/index.js +97 -0
  970. package/dist/node_modules/@babel/types/lib/definitions/index.js.map +1 -0
  971. package/dist/node_modules/@babel/types/lib/definitions/jsx.js +158 -0
  972. package/dist/node_modules/@babel/types/lib/definitions/jsx.js.map +1 -0
  973. package/dist/node_modules/@babel/types/lib/definitions/misc.js +32 -0
  974. package/dist/node_modules/@babel/types/lib/definitions/misc.js.map +1 -0
  975. package/dist/node_modules/@babel/types/lib/definitions/placeholders.js +30 -0
  976. package/dist/node_modules/@babel/types/lib/definitions/placeholders.js.map +1 -0
  977. package/dist/node_modules/@babel/types/lib/definitions/typescript.js +490 -0
  978. package/dist/node_modules/@babel/types/lib/definitions/typescript.js.map +1 -0
  979. package/dist/node_modules/@babel/types/lib/definitions/utils.js +280 -0
  980. package/dist/node_modules/@babel/types/lib/definitions/utils.js.map +1 -0
  981. package/dist/node_modules/@babel/types/lib/index-legacy.d.ts +2759 -0
  982. package/dist/node_modules/@babel/types/lib/index.d.ts +3280 -0
  983. package/dist/node_modules/@babel/types/lib/index.js +582 -0
  984. package/dist/node_modules/@babel/types/lib/index.js.flow +2613 -0
  985. package/dist/node_modules/@babel/types/lib/index.js.map +1 -0
  986. package/dist/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js +15 -0
  987. package/dist/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js.map +1 -0
  988. package/dist/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js +65 -0
  989. package/dist/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js.map +1 -0
  990. package/dist/node_modules/@babel/types/lib/modifications/inherits.js +28 -0
  991. package/dist/node_modules/@babel/types/lib/modifications/inherits.js.map +1 -0
  992. package/dist/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js +17 -0
  993. package/dist/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js.map +1 -0
  994. package/dist/node_modules/@babel/types/lib/modifications/removeProperties.js +24 -0
  995. package/dist/node_modules/@babel/types/lib/modifications/removeProperties.js.map +1 -0
  996. package/dist/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js +14 -0
  997. package/dist/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js.map +1 -0
  998. package/dist/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js +65 -0
  999. package/dist/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js.map +1 -0
  1000. package/dist/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js +93 -0
  1001. package/dist/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js.map +1 -0
  1002. package/dist/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js +14 -0
  1003. package/dist/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js.map +1 -0
  1004. package/dist/node_modules/@babel/types/lib/traverse/traverse.js +50 -0
  1005. package/dist/node_modules/@babel/types/lib/traverse/traverse.js.map +1 -0
  1006. package/dist/node_modules/@babel/types/lib/traverse/traverseFast.js +26 -0
  1007. package/dist/node_modules/@babel/types/lib/traverse/traverseFast.js.map +1 -0
  1008. package/dist/node_modules/@babel/types/lib/utils/deprecationWarning.js +44 -0
  1009. package/dist/node_modules/@babel/types/lib/utils/deprecationWarning.js.map +1 -0
  1010. package/dist/node_modules/@babel/types/lib/utils/inherit.js +13 -0
  1011. package/dist/node_modules/@babel/types/lib/utils/inherit.js.map +1 -0
  1012. package/dist/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js +40 -0
  1013. package/dist/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js.map +1 -0
  1014. package/dist/node_modules/@babel/types/lib/utils/shallowEqual.js +17 -0
  1015. package/dist/node_modules/@babel/types/lib/utils/shallowEqual.js.map +1 -0
  1016. package/dist/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js +13 -0
  1017. package/dist/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js.map +1 -0
  1018. package/dist/node_modules/@babel/types/lib/validators/generated/index.js +2752 -0
  1019. package/dist/node_modules/@babel/types/lib/validators/generated/index.js.map +1 -0
  1020. package/dist/node_modules/@babel/types/lib/validators/is.js +27 -0
  1021. package/dist/node_modules/@babel/types/lib/validators/is.js.map +1 -0
  1022. package/dist/node_modules/@babel/types/lib/validators/isBinding.js +27 -0
  1023. package/dist/node_modules/@babel/types/lib/validators/isBinding.js.map +1 -0
  1024. package/dist/node_modules/@babel/types/lib/validators/isBlockScoped.js +13 -0
  1025. package/dist/node_modules/@babel/types/lib/validators/isBlockScoped.js.map +1 -0
  1026. package/dist/node_modules/@babel/types/lib/validators/isImmutable.js +21 -0
  1027. package/dist/node_modules/@babel/types/lib/validators/isImmutable.js.map +1 -0
  1028. package/dist/node_modules/@babel/types/lib/validators/isLet.js +13 -0
  1029. package/dist/node_modules/@babel/types/lib/validators/isLet.js.map +1 -0
  1030. package/dist/node_modules/@babel/types/lib/validators/isNode.js +12 -0
  1031. package/dist/node_modules/@babel/types/lib/validators/isNode.js.map +1 -0
  1032. package/dist/node_modules/@babel/types/lib/validators/isNodesEquivalent.js +57 -0
  1033. package/dist/node_modules/@babel/types/lib/validators/isNodesEquivalent.js.map +1 -0
  1034. package/dist/node_modules/@babel/types/lib/validators/isPlaceholderType.js +19 -0
  1035. package/dist/node_modules/@babel/types/lib/validators/isPlaceholderType.js.map +1 -0
  1036. package/dist/node_modules/@babel/types/lib/validators/isReferenced.js +96 -0
  1037. package/dist/node_modules/@babel/types/lib/validators/isReferenced.js.map +1 -0
  1038. package/dist/node_modules/@babel/types/lib/validators/isScope.js +18 -0
  1039. package/dist/node_modules/@babel/types/lib/validators/isScope.js.map +1 -0
  1040. package/dist/node_modules/@babel/types/lib/validators/isSpecifierDefault.js +14 -0
  1041. package/dist/node_modules/@babel/types/lib/validators/isSpecifierDefault.js.map +1 -0
  1042. package/dist/node_modules/@babel/types/lib/validators/isType.js +22 -0
  1043. package/dist/node_modules/@babel/types/lib/validators/isType.js.map +1 -0
  1044. package/dist/node_modules/@babel/types/lib/validators/isValidES3Identifier.js +13 -0
  1045. package/dist/node_modules/@babel/types/lib/validators/isValidES3Identifier.js.map +1 -0
  1046. package/dist/node_modules/@babel/types/lib/validators/isValidIdentifier.js +18 -0
  1047. package/dist/node_modules/@babel/types/lib/validators/isValidIdentifier.js.map +1 -0
  1048. package/dist/node_modules/@babel/types/lib/validators/isVar.js +15 -0
  1049. package/dist/node_modules/@babel/types/lib/validators/isVar.js.map +1 -0
  1050. package/dist/node_modules/@babel/types/lib/validators/matchesPattern.js +36 -0
  1051. package/dist/node_modules/@babel/types/lib/validators/matchesPattern.js.map +1 -0
  1052. package/dist/node_modules/@babel/types/lib/validators/react/isCompatTag.js +11 -0
  1053. package/dist/node_modules/@babel/types/lib/validators/react/isCompatTag.js.map +1 -0
  1054. package/dist/node_modules/@babel/types/lib/validators/react/isReactComponent.js +12 -0
  1055. package/dist/node_modules/@babel/types/lib/validators/react/isReactComponent.js.map +1 -0
  1056. package/dist/node_modules/@babel/types/lib/validators/validate.js +30 -0
  1057. package/dist/node_modules/@babel/types/lib/validators/validate.js.map +1 -0
  1058. package/dist/node_modules/@babel/types/package.json +40 -0
  1059. package/dist/node_modules/@jridgewell/gen-mapping/LICENSE +19 -0
  1060. package/dist/node_modules/@jridgewell/gen-mapping/README.md +227 -0
  1061. package/dist/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs +230 -0
  1062. package/dist/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs.map +1 -0
  1063. package/dist/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js +236 -0
  1064. package/dist/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js.map +1 -0
  1065. package/dist/node_modules/@jridgewell/gen-mapping/dist/types/gen-mapping.d.ts +90 -0
  1066. package/dist/node_modules/@jridgewell/gen-mapping/dist/types/sourcemap-segment.d.ts +12 -0
  1067. package/dist/node_modules/@jridgewell/gen-mapping/dist/types/types.d.ts +35 -0
  1068. package/dist/node_modules/@jridgewell/gen-mapping/package.json +77 -0
  1069. package/dist/node_modules/@jridgewell/resolve-uri/LICENSE +19 -0
  1070. package/dist/node_modules/@jridgewell/resolve-uri/README.md +40 -0
  1071. package/dist/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs +242 -0
  1072. package/dist/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs.map +1 -0
  1073. package/dist/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js +250 -0
  1074. package/dist/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js.map +1 -0
  1075. package/dist/node_modules/@jridgewell/resolve-uri/dist/types/resolve-uri.d.ts +4 -0
  1076. package/dist/node_modules/@jridgewell/resolve-uri/package.json +69 -0
  1077. package/dist/node_modules/@jridgewell/set-array/LICENSE +19 -0
  1078. package/dist/node_modules/@jridgewell/set-array/README.md +37 -0
  1079. package/dist/node_modules/@jridgewell/set-array/dist/set-array.mjs +48 -0
  1080. package/dist/node_modules/@jridgewell/set-array/dist/set-array.mjs.map +1 -0
  1081. package/dist/node_modules/@jridgewell/set-array/dist/set-array.umd.js +58 -0
  1082. package/dist/node_modules/@jridgewell/set-array/dist/set-array.umd.js.map +1 -0
  1083. package/dist/node_modules/@jridgewell/set-array/dist/types/set-array.d.ts +26 -0
  1084. package/dist/node_modules/@jridgewell/set-array/package.json +66 -0
  1085. package/dist/node_modules/@jridgewell/set-array/src/set-array.ts +55 -0
  1086. package/dist/node_modules/@jridgewell/source-map/LICENSE +19 -0
  1087. package/dist/node_modules/@jridgewell/source-map/README.md +82 -0
  1088. package/dist/node_modules/@jridgewell/source-map/dist/source-map.mjs +928 -0
  1089. package/dist/node_modules/@jridgewell/source-map/dist/source-map.mjs.map +1 -0
  1090. package/dist/node_modules/@jridgewell/source-map/dist/source-map.umd.js +939 -0
  1091. package/dist/node_modules/@jridgewell/source-map/dist/source-map.umd.js.map +1 -0
  1092. package/dist/node_modules/@jridgewell/source-map/dist/types/source-map.d.ts +25 -0
  1093. package/dist/node_modules/@jridgewell/source-map/package.json +71 -0
  1094. package/dist/node_modules/@jridgewell/sourcemap-codec/LICENSE +21 -0
  1095. package/dist/node_modules/@jridgewell/sourcemap-codec/README.md +200 -0
  1096. package/dist/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs +164 -0
  1097. package/dist/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map +1 -0
  1098. package/dist/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js +175 -0
  1099. package/dist/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js.map +1 -0
  1100. package/dist/node_modules/@jridgewell/sourcemap-codec/dist/types/sourcemap-codec.d.ts +6 -0
  1101. package/dist/node_modules/@jridgewell/sourcemap-codec/package.json +74 -0
  1102. package/dist/node_modules/@jridgewell/trace-mapping/LICENSE +19 -0
  1103. package/dist/node_modules/@jridgewell/trace-mapping/README.md +252 -0
  1104. package/dist/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs +552 -0
  1105. package/dist/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs.map +1 -0
  1106. package/dist/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js +566 -0
  1107. package/dist/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js.map +1 -0
  1108. package/dist/node_modules/@jridgewell/trace-mapping/dist/types/any-map.d.ts +8 -0
  1109. package/dist/node_modules/@jridgewell/trace-mapping/dist/types/binary-search.d.ts +32 -0
  1110. package/dist/node_modules/@jridgewell/trace-mapping/dist/types/by-source.d.ts +7 -0
  1111. package/dist/node_modules/@jridgewell/trace-mapping/dist/types/resolve.d.ts +1 -0
  1112. package/dist/node_modules/@jridgewell/trace-mapping/dist/types/sort.d.ts +2 -0
  1113. package/dist/node_modules/@jridgewell/trace-mapping/dist/types/sourcemap-segment.d.ts +16 -0
  1114. package/dist/node_modules/@jridgewell/trace-mapping/dist/types/strip-filename.d.ts +4 -0
  1115. package/dist/node_modules/@jridgewell/trace-mapping/dist/types/trace-mapping.d.ts +74 -0
  1116. package/dist/node_modules/@jridgewell/trace-mapping/dist/types/types.d.ts +92 -0
  1117. package/dist/node_modules/@jridgewell/trace-mapping/package.json +75 -0
  1118. package/dist/node_modules/@ljharb/resumer/.eslintrc +24 -0
  1119. package/dist/node_modules/@ljharb/resumer/.github/FUNDING.yml +12 -0
  1120. package/dist/node_modules/@ljharb/resumer/.nycrc +14 -0
  1121. package/dist/node_modules/@ljharb/resumer/CHANGELOG.md +29 -0
  1122. package/dist/node_modules/@ljharb/resumer/LICENSE +18 -0
  1123. package/dist/node_modules/@ljharb/resumer/README.md +75 -0
  1124. package/dist/node_modules/@ljharb/resumer/example/resume.js +11 -0
  1125. package/dist/node_modules/@ljharb/resumer/index.js +31 -0
  1126. package/dist/node_modules/@ljharb/resumer/package.json +69 -0
  1127. package/dist/node_modules/@ljharb/resumer/test/resume.js +39 -0
  1128. package/dist/node_modules/@ljharb/resumer/test/through.js +39 -0
  1129. package/dist/node_modules/@ljharb/through/.eslintrc +24 -0
  1130. package/dist/node_modules/@ljharb/through/.github/FUNDING.yml +12 -0
  1131. package/dist/node_modules/@ljharb/through/.nycrc +13 -0
  1132. package/dist/node_modules/@ljharb/through/CHANGELOG.md +250 -0
  1133. package/dist/node_modules/@ljharb/through/LICENSE +24 -0
  1134. package/dist/node_modules/@ljharb/through/README.md +85 -0
  1135. package/dist/node_modules/@ljharb/through/index.js +119 -0
  1136. package/dist/node_modules/@ljharb/through/package.json +67 -0
  1137. package/dist/node_modules/@ljharb/through/test/async.js +29 -0
  1138. package/dist/node_modules/@ljharb/through/test/auto-destroy.js +33 -0
  1139. package/dist/node_modules/@ljharb/through/test/buffering.js +70 -0
  1140. package/dist/node_modules/@ljharb/through/test/end.js +47 -0
  1141. package/dist/node_modules/@ljharb/through/test/index.js +129 -0
  1142. package/dist/node_modules/@rollup/plugin-babel/LICENSE +21 -0
  1143. package/dist/node_modules/@rollup/plugin-babel/README.md +380 -0
  1144. package/dist/node_modules/@rollup/plugin-babel/dist/cjs/index.js +394 -0
  1145. package/dist/node_modules/@rollup/plugin-babel/dist/es/index.js +365 -0
  1146. package/dist/node_modules/@rollup/plugin-babel/dist/es/package.json +1 -0
  1147. package/dist/node_modules/@rollup/plugin-babel/package.json +98 -0
  1148. package/dist/node_modules/@rollup/plugin-babel/types/index.d.ts +133 -0
  1149. package/dist/node_modules/@rollup/plugin-node-resolve/LICENSE +21 -0
  1150. package/dist/node_modules/@rollup/plugin-node-resolve/README.md +285 -0
  1151. package/dist/node_modules/@rollup/plugin-node-resolve/dist/cjs/index.js +1362 -0
  1152. package/dist/node_modules/@rollup/plugin-node-resolve/dist/es/index.js +1355 -0
  1153. package/dist/node_modules/@rollup/plugin-node-resolve/dist/es/package.json +1 -0
  1154. package/dist/node_modules/@rollup/plugin-node-resolve/package.json +92 -0
  1155. package/dist/node_modules/@rollup/plugin-node-resolve/types/index.d.ts +113 -0
  1156. package/dist/node_modules/@rollup/plugin-terser/README.md +80 -0
  1157. package/dist/node_modules/@rollup/plugin-terser/dist/cjs/index.js +232 -0
  1158. package/dist/node_modules/@rollup/plugin-terser/dist/es/index.js +226 -0
  1159. package/dist/node_modules/@rollup/plugin-terser/dist/es/package.json +1 -0
  1160. package/dist/node_modules/@rollup/plugin-terser/package.json +74 -0
  1161. package/dist/node_modules/@rollup/plugin-terser/src/constants.ts +3 -0
  1162. package/dist/node_modules/@rollup/plugin-terser/src/index.ts +8 -0
  1163. package/dist/node_modules/@rollup/plugin-terser/src/module.ts +105 -0
  1164. package/dist/node_modules/@rollup/plugin-terser/src/type.ts +45 -0
  1165. package/dist/node_modules/@rollup/plugin-terser/src/worker-pool.ts +128 -0
  1166. package/dist/node_modules/@rollup/plugin-terser/src/worker.ts +58 -0
  1167. package/dist/node_modules/@rollup/plugin-terser/types/index.d.ts +15 -0
  1168. package/dist/node_modules/@rollup/pluginutils/README.md +255 -0
  1169. package/dist/node_modules/@rollup/pluginutils/dist/cjs/index.js +340 -0
  1170. package/dist/node_modules/@rollup/pluginutils/dist/es/index.js +328 -0
  1171. package/dist/node_modules/@rollup/pluginutils/dist/es/package.json +1 -0
  1172. package/dist/node_modules/@rollup/pluginutils/package.json +100 -0
  1173. package/dist/node_modules/@rollup/pluginutils/types/index.d.ts +92 -0
  1174. package/dist/node_modules/@types/estree/LICENSE +21 -0
  1175. package/dist/node_modules/@types/estree/README.md +15 -0
  1176. package/dist/node_modules/@types/estree/flow.d.ts +167 -0
  1177. package/dist/node_modules/@types/estree/index.d.ts +683 -0
  1178. package/dist/node_modules/@types/estree/package.json +26 -0
  1179. package/dist/node_modules/@types/resolve/LICENSE +21 -0
  1180. package/dist/node_modules/@types/resolve/README.md +16 -0
  1181. package/dist/node_modules/@types/resolve/index.d.ts +175 -0
  1182. package/dist/node_modules/@types/resolve/package.json +35 -0
  1183. package/dist/node_modules/acorn/CHANGELOG.md +870 -0
  1184. package/dist/node_modules/acorn/LICENSE +21 -0
  1185. package/dist/node_modules/acorn/README.md +283 -0
  1186. package/dist/node_modules/acorn/bin/acorn +4 -0
  1187. package/dist/node_modules/acorn/dist/acorn.d.mts +857 -0
  1188. package/dist/node_modules/acorn/dist/acorn.d.ts +857 -0
  1189. package/dist/node_modules/acorn/dist/acorn.js +6001 -0
  1190. package/dist/node_modules/acorn/dist/acorn.mjs +5972 -0
  1191. package/dist/node_modules/acorn/dist/bin.js +90 -0
  1192. package/dist/node_modules/acorn/package.json +50 -0
  1193. package/dist/node_modules/acorn-import-assertions/README.md +15 -0
  1194. package/dist/node_modules/acorn-import-assertions/lib/index.js +235 -0
  1195. package/dist/node_modules/acorn-import-assertions/lib/index.mjs +242 -0
  1196. package/dist/node_modules/acorn-import-assertions/package.json +49 -0
  1197. package/dist/node_modules/acorn-import-assertions/src/index.js +242 -0
  1198. package/dist/node_modules/ansi-styles/index.js +165 -0
  1199. package/dist/node_modules/ansi-styles/license +9 -0
  1200. package/dist/node_modules/ansi-styles/package.json +56 -0
  1201. package/dist/node_modules/ansi-styles/readme.md +147 -0
  1202. package/dist/node_modules/array-buffer-byte-length/.eslintrc +5 -0
  1203. package/dist/node_modules/array-buffer-byte-length/.github/FUNDING.yml +12 -0
  1204. package/dist/node_modules/array-buffer-byte-length/.nycrc +13 -0
  1205. package/dist/node_modules/array-buffer-byte-length/CHANGELOG.md +15 -0
  1206. package/dist/node_modules/array-buffer-byte-length/LICENSE +21 -0
  1207. package/dist/node_modules/array-buffer-byte-length/README.md +40 -0
  1208. package/dist/node_modules/array-buffer-byte-length/index.js +13 -0
  1209. package/dist/node_modules/array-buffer-byte-length/package.json +81 -0
  1210. package/dist/node_modules/array-buffer-byte-length/test/index.js +26 -0
  1211. package/dist/node_modules/array.prototype.every/.editorconfig +20 -0
  1212. package/dist/node_modules/array.prototype.every/.eslintrc +30 -0
  1213. package/dist/node_modules/array.prototype.every/.github/FUNDING.yml +12 -0
  1214. package/dist/node_modules/array.prototype.every/.nycrc +13 -0
  1215. package/dist/node_modules/array.prototype.every/CHANGELOG.md +116 -0
  1216. package/dist/node_modules/array.prototype.every/LICENSE +21 -0
  1217. package/dist/node_modules/array.prototype.every/README.md +70 -0
  1218. package/dist/node_modules/array.prototype.every/auto.js +3 -0
  1219. package/dist/node_modules/array.prototype.every/implementation.js +35 -0
  1220. package/dist/node_modules/array.prototype.every/index.js +25 -0
  1221. package/dist/node_modules/array.prototype.every/package.json +111 -0
  1222. package/dist/node_modules/array.prototype.every/polyfill.js +15 -0
  1223. package/dist/node_modules/array.prototype.every/shim.js +14 -0
  1224. package/dist/node_modules/array.prototype.every/test/implementation.js +43 -0
  1225. package/dist/node_modules/array.prototype.every/test/index.js +18 -0
  1226. package/dist/node_modules/array.prototype.every/test/shimmed.js +61 -0
  1227. package/dist/node_modules/array.prototype.every/test/tests.js +168 -0
  1228. package/dist/node_modules/arraybuffer.prototype.slice/.editorconfig +13 -0
  1229. package/dist/node_modules/arraybuffer.prototype.slice/.eslintrc +34 -0
  1230. package/dist/node_modules/arraybuffer.prototype.slice/.nycrc +9 -0
  1231. package/dist/node_modules/arraybuffer.prototype.slice/CHANGELOG.md +31 -0
  1232. package/dist/node_modules/arraybuffer.prototype.slice/LICENSE +21 -0
  1233. package/dist/node_modules/arraybuffer.prototype.slice/README.md +61 -0
  1234. package/dist/node_modules/arraybuffer.prototype.slice/auto.js +3 -0
  1235. package/dist/node_modules/arraybuffer.prototype.slice/implementation.js +84 -0
  1236. package/dist/node_modules/arraybuffer.prototype.slice/index.js +18 -0
  1237. package/dist/node_modules/arraybuffer.prototype.slice/package.json +103 -0
  1238. package/dist/node_modules/arraybuffer.prototype.slice/polyfill.js +21 -0
  1239. package/dist/node_modules/arraybuffer.prototype.slice/shim.js +18 -0
  1240. package/dist/node_modules/arraybuffer.prototype.slice/test/implementation.js +32 -0
  1241. package/dist/node_modules/arraybuffer.prototype.slice/test/index.js +29 -0
  1242. package/dist/node_modules/arraybuffer.prototype.slice/test/shimmed.js +54 -0
  1243. package/dist/node_modules/arraybuffer.prototype.slice/test/tests.js +81 -0
  1244. package/dist/node_modules/available-typed-arrays/.eslintignore +1 -0
  1245. package/dist/node_modules/available-typed-arrays/.eslintrc +9 -0
  1246. package/dist/node_modules/available-typed-arrays/.github/FUNDING.yml +12 -0
  1247. package/dist/node_modules/available-typed-arrays/.nycrc +9 -0
  1248. package/dist/node_modules/available-typed-arrays/CHANGELOG.md +79 -0
  1249. package/dist/node_modules/available-typed-arrays/LICENSE +21 -0
  1250. package/dist/node_modules/available-typed-arrays/README.md +52 -0
  1251. package/dist/node_modules/available-typed-arrays/index.js +27 -0
  1252. package/dist/node_modules/available-typed-arrays/package.json +82 -0
  1253. package/dist/node_modules/available-typed-arrays/test/index.js +18 -0
  1254. package/dist/node_modules/babel-plugin-polyfill-corejs2/LICENSE +22 -0
  1255. package/dist/node_modules/babel-plugin-polyfill-corejs2/README.md +28 -0
  1256. package/dist/node_modules/babel-plugin-polyfill-corejs2/esm/index.mjs +395 -0
  1257. package/dist/node_modules/babel-plugin-polyfill-corejs2/esm/index.mjs.map +1 -0
  1258. package/dist/node_modules/babel-plugin-polyfill-corejs2/lib/add-platform-specific-polyfills.js +21 -0
  1259. package/dist/node_modules/babel-plugin-polyfill-corejs2/lib/built-in-definitions.js +223 -0
  1260. package/dist/node_modules/babel-plugin-polyfill-corejs2/lib/helpers.js +32 -0
  1261. package/dist/node_modules/babel-plugin-polyfill-corejs2/lib/index.js +139 -0
  1262. package/dist/node_modules/babel-plugin-polyfill-corejs2/package.json +43 -0
  1263. package/dist/node_modules/babel-plugin-polyfill-corejs3/LICENSE +22 -0
  1264. package/dist/node_modules/babel-plugin-polyfill-corejs3/README.md +78 -0
  1265. package/dist/node_modules/babel-plugin-polyfill-corejs3/core-js-compat/README.md +4 -0
  1266. package/dist/node_modules/babel-plugin-polyfill-corejs3/core-js-compat/data.js +1 -0
  1267. package/dist/node_modules/babel-plugin-polyfill-corejs3/core-js-compat/entries.js +1 -0
  1268. package/dist/node_modules/babel-plugin-polyfill-corejs3/core-js-compat/get-modules-list-for-target-version.js +1 -0
  1269. package/dist/node_modules/babel-plugin-polyfill-corejs3/esm/index.mjs +756 -0
  1270. package/dist/node_modules/babel-plugin-polyfill-corejs3/esm/index.mjs.map +1 -0
  1271. package/dist/node_modules/babel-plugin-polyfill-corejs3/lib/built-in-definitions.js +446 -0
  1272. package/dist/node_modules/babel-plugin-polyfill-corejs3/lib/index.js +271 -0
  1273. package/dist/node_modules/babel-plugin-polyfill-corejs3/lib/shipped-proposals.js +7 -0
  1274. package/dist/node_modules/babel-plugin-polyfill-corejs3/lib/usage-filters.js +27 -0
  1275. package/dist/node_modules/babel-plugin-polyfill-corejs3/lib/utils.js +45 -0
  1276. package/dist/node_modules/babel-plugin-polyfill-corejs3/package.json +49 -0
  1277. package/dist/node_modules/babel-plugin-polyfill-regenerator/LICENSE +22 -0
  1278. package/dist/node_modules/babel-plugin-polyfill-regenerator/README.md +28 -0
  1279. package/dist/node_modules/babel-plugin-polyfill-regenerator/esm/index.mjs +45 -0
  1280. package/dist/node_modules/babel-plugin-polyfill-regenerator/esm/index.mjs.map +1 -0
  1281. package/dist/node_modules/babel-plugin-polyfill-regenerator/lib/index.js +47 -0
  1282. package/dist/node_modules/babel-plugin-polyfill-regenerator/package.json +40 -0
  1283. package/dist/node_modules/balanced-match/.github/FUNDING.yml +2 -0
  1284. package/dist/node_modules/balanced-match/LICENSE.md +21 -0
  1285. package/dist/node_modules/balanced-match/README.md +97 -0
  1286. package/dist/node_modules/balanced-match/index.js +62 -0
  1287. package/dist/node_modules/balanced-match/package.json +48 -0
  1288. package/dist/node_modules/brace-expansion/LICENSE +21 -0
  1289. package/dist/node_modules/brace-expansion/README.md +129 -0
  1290. package/dist/node_modules/brace-expansion/index.js +201 -0
  1291. package/dist/node_modules/brace-expansion/package.json +47 -0
  1292. package/dist/node_modules/browserslist/LICENSE +20 -0
  1293. package/dist/node_modules/browserslist/README.md +73 -0
  1294. package/dist/node_modules/browserslist/browser.js +52 -0
  1295. package/dist/node_modules/browserslist/cli.js +156 -0
  1296. package/dist/node_modules/browserslist/error.d.ts +7 -0
  1297. package/dist/node_modules/browserslist/error.js +12 -0
  1298. package/dist/node_modules/browserslist/index.d.ts +200 -0
  1299. package/dist/node_modules/browserslist/index.js +1197 -0
  1300. package/dist/node_modules/browserslist/node.js +410 -0
  1301. package/dist/node_modules/browserslist/package.json +44 -0
  1302. package/dist/node_modules/browserslist/parse.js +78 -0
  1303. package/dist/node_modules/buffer-from/LICENSE +21 -0
  1304. package/dist/node_modules/buffer-from/index.js +72 -0
  1305. package/dist/node_modules/buffer-from/package.json +19 -0
  1306. package/dist/node_modules/buffer-from/readme.md +69 -0
  1307. package/dist/node_modules/builtin-modules/builtin-modules.json +43 -0
  1308. package/dist/node_modules/builtin-modules/index.d.ts +14 -0
  1309. package/dist/node_modules/builtin-modules/index.js +11 -0
  1310. package/dist/node_modules/builtin-modules/license +9 -0
  1311. package/dist/node_modules/builtin-modules/package.json +44 -0
  1312. package/dist/node_modules/builtin-modules/readme.md +44 -0
  1313. package/dist/node_modules/builtin-modules/static.d.ts +14 -0
  1314. package/dist/node_modules/builtin-modules/static.js +2 -0
  1315. package/dist/node_modules/call-bind/.eslintignore +1 -0
  1316. package/dist/node_modules/call-bind/.eslintrc +16 -0
  1317. package/dist/node_modules/call-bind/.github/FUNDING.yml +12 -0
  1318. package/dist/node_modules/call-bind/.nycrc +9 -0
  1319. package/dist/node_modules/call-bind/CHANGELOG.md +77 -0
  1320. package/dist/node_modules/call-bind/LICENSE +21 -0
  1321. package/dist/node_modules/call-bind/README.md +64 -0
  1322. package/dist/node_modules/call-bind/callBound.js +15 -0
  1323. package/dist/node_modules/call-bind/index.js +44 -0
  1324. package/dist/node_modules/call-bind/package.json +90 -0
  1325. package/dist/node_modules/call-bind/test/callBound.js +54 -0
  1326. package/dist/node_modules/call-bind/test/index.js +80 -0
  1327. package/dist/node_modules/caniuse-lite/LICENSE +395 -0
  1328. package/dist/node_modules/caniuse-lite/README.md +6 -0
  1329. package/dist/node_modules/caniuse-lite/data/agents.js +1 -0
  1330. package/dist/node_modules/caniuse-lite/data/browserVersions.js +1 -0
  1331. package/dist/node_modules/caniuse-lite/data/browsers.js +1 -0
  1332. package/dist/node_modules/caniuse-lite/data/features/aac.js +1 -0
  1333. package/dist/node_modules/caniuse-lite/data/features/abortcontroller.js +1 -0
  1334. package/dist/node_modules/caniuse-lite/data/features/ac3-ec3.js +1 -0
  1335. package/dist/node_modules/caniuse-lite/data/features/accelerometer.js +1 -0
  1336. package/dist/node_modules/caniuse-lite/data/features/addeventlistener.js +1 -0
  1337. package/dist/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +1 -0
  1338. package/dist/node_modules/caniuse-lite/data/features/ambient-light.js +1 -0
  1339. package/dist/node_modules/caniuse-lite/data/features/apng.js +1 -0
  1340. package/dist/node_modules/caniuse-lite/data/features/array-find-index.js +1 -0
  1341. package/dist/node_modules/caniuse-lite/data/features/array-find.js +1 -0
  1342. package/dist/node_modules/caniuse-lite/data/features/array-flat.js +1 -0
  1343. package/dist/node_modules/caniuse-lite/data/features/array-includes.js +1 -0
  1344. package/dist/node_modules/caniuse-lite/data/features/arrow-functions.js +1 -0
  1345. package/dist/node_modules/caniuse-lite/data/features/asmjs.js +1 -0
  1346. package/dist/node_modules/caniuse-lite/data/features/async-clipboard.js +1 -0
  1347. package/dist/node_modules/caniuse-lite/data/features/async-functions.js +1 -0
  1348. package/dist/node_modules/caniuse-lite/data/features/atob-btoa.js +1 -0
  1349. package/dist/node_modules/caniuse-lite/data/features/audio-api.js +1 -0
  1350. package/dist/node_modules/caniuse-lite/data/features/audio.js +1 -0
  1351. package/dist/node_modules/caniuse-lite/data/features/audiotracks.js +1 -0
  1352. package/dist/node_modules/caniuse-lite/data/features/autofocus.js +1 -0
  1353. package/dist/node_modules/caniuse-lite/data/features/auxclick.js +1 -0
  1354. package/dist/node_modules/caniuse-lite/data/features/av1.js +1 -0
  1355. package/dist/node_modules/caniuse-lite/data/features/avif.js +1 -0
  1356. package/dist/node_modules/caniuse-lite/data/features/background-attachment.js +1 -0
  1357. package/dist/node_modules/caniuse-lite/data/features/background-clip-text.js +1 -0
  1358. package/dist/node_modules/caniuse-lite/data/features/background-img-opts.js +1 -0
  1359. package/dist/node_modules/caniuse-lite/data/features/background-position-x-y.js +1 -0
  1360. package/dist/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +1 -0
  1361. package/dist/node_modules/caniuse-lite/data/features/background-sync.js +1 -0
  1362. package/dist/node_modules/caniuse-lite/data/features/battery-status.js +1 -0
  1363. package/dist/node_modules/caniuse-lite/data/features/beacon.js +1 -0
  1364. package/dist/node_modules/caniuse-lite/data/features/beforeafterprint.js +1 -0
  1365. package/dist/node_modules/caniuse-lite/data/features/bigint.js +1 -0
  1366. package/dist/node_modules/caniuse-lite/data/features/blobbuilder.js +1 -0
  1367. package/dist/node_modules/caniuse-lite/data/features/bloburls.js +1 -0
  1368. package/dist/node_modules/caniuse-lite/data/features/border-image.js +1 -0
  1369. package/dist/node_modules/caniuse-lite/data/features/border-radius.js +1 -0
  1370. package/dist/node_modules/caniuse-lite/data/features/broadcastchannel.js +1 -0
  1371. package/dist/node_modules/caniuse-lite/data/features/brotli.js +1 -0
  1372. package/dist/node_modules/caniuse-lite/data/features/calc.js +1 -0
  1373. package/dist/node_modules/caniuse-lite/data/features/canvas-blending.js +1 -0
  1374. package/dist/node_modules/caniuse-lite/data/features/canvas-text.js +1 -0
  1375. package/dist/node_modules/caniuse-lite/data/features/canvas.js +1 -0
  1376. package/dist/node_modules/caniuse-lite/data/features/ch-unit.js +1 -0
  1377. package/dist/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +1 -0
  1378. package/dist/node_modules/caniuse-lite/data/features/channel-messaging.js +1 -0
  1379. package/dist/node_modules/caniuse-lite/data/features/childnode-remove.js +1 -0
  1380. package/dist/node_modules/caniuse-lite/data/features/classlist.js +1 -0
  1381. package/dist/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +1 -0
  1382. package/dist/node_modules/caniuse-lite/data/features/clipboard.js +1 -0
  1383. package/dist/node_modules/caniuse-lite/data/features/colr-v1.js +1 -0
  1384. package/dist/node_modules/caniuse-lite/data/features/colr.js +1 -0
  1385. package/dist/node_modules/caniuse-lite/data/features/comparedocumentposition.js +1 -0
  1386. package/dist/node_modules/caniuse-lite/data/features/console-basic.js +1 -0
  1387. package/dist/node_modules/caniuse-lite/data/features/console-time.js +1 -0
  1388. package/dist/node_modules/caniuse-lite/data/features/const.js +1 -0
  1389. package/dist/node_modules/caniuse-lite/data/features/constraint-validation.js +1 -0
  1390. package/dist/node_modules/caniuse-lite/data/features/contenteditable.js +1 -0
  1391. package/dist/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +1 -0
  1392. package/dist/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +1 -0
  1393. package/dist/node_modules/caniuse-lite/data/features/cookie-store-api.js +1 -0
  1394. package/dist/node_modules/caniuse-lite/data/features/cors.js +1 -0
  1395. package/dist/node_modules/caniuse-lite/data/features/createimagebitmap.js +1 -0
  1396. package/dist/node_modules/caniuse-lite/data/features/credential-management.js +1 -0
  1397. package/dist/node_modules/caniuse-lite/data/features/cryptography.js +1 -0
  1398. package/dist/node_modules/caniuse-lite/data/features/css-all.js +1 -0
  1399. package/dist/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +1 -0
  1400. package/dist/node_modules/caniuse-lite/data/features/css-animation.js +1 -0
  1401. package/dist/node_modules/caniuse-lite/data/features/css-any-link.js +1 -0
  1402. package/dist/node_modules/caniuse-lite/data/features/css-appearance.js +1 -0
  1403. package/dist/node_modules/caniuse-lite/data/features/css-at-counter-style.js +1 -0
  1404. package/dist/node_modules/caniuse-lite/data/features/css-autofill.js +1 -0
  1405. package/dist/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +1 -0
  1406. package/dist/node_modules/caniuse-lite/data/features/css-background-offsets.js +1 -0
  1407. package/dist/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +1 -0
  1408. package/dist/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +1 -0
  1409. package/dist/node_modules/caniuse-lite/data/features/css-boxshadow.js +1 -0
  1410. package/dist/node_modules/caniuse-lite/data/features/css-canvas.js +1 -0
  1411. package/dist/node_modules/caniuse-lite/data/features/css-caret-color.js +1 -0
  1412. package/dist/node_modules/caniuse-lite/data/features/css-cascade-layers.js +1 -0
  1413. package/dist/node_modules/caniuse-lite/data/features/css-cascade-scope.js +1 -0
  1414. package/dist/node_modules/caniuse-lite/data/features/css-case-insensitive.js +1 -0
  1415. package/dist/node_modules/caniuse-lite/data/features/css-clip-path.js +1 -0
  1416. package/dist/node_modules/caniuse-lite/data/features/css-color-adjust.js +1 -0
  1417. package/dist/node_modules/caniuse-lite/data/features/css-color-function.js +1 -0
  1418. package/dist/node_modules/caniuse-lite/data/features/css-conic-gradients.js +1 -0
  1419. package/dist/node_modules/caniuse-lite/data/features/css-container-queries-style.js +1 -0
  1420. package/dist/node_modules/caniuse-lite/data/features/css-container-queries.js +1 -0
  1421. package/dist/node_modules/caniuse-lite/data/features/css-container-query-units.js +1 -0
  1422. package/dist/node_modules/caniuse-lite/data/features/css-containment.js +1 -0
  1423. package/dist/node_modules/caniuse-lite/data/features/css-content-visibility.js +1 -0
  1424. package/dist/node_modules/caniuse-lite/data/features/css-counters.js +1 -0
  1425. package/dist/node_modules/caniuse-lite/data/features/css-crisp-edges.js +1 -0
  1426. package/dist/node_modules/caniuse-lite/data/features/css-cross-fade.js +1 -0
  1427. package/dist/node_modules/caniuse-lite/data/features/css-default-pseudo.js +1 -0
  1428. package/dist/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +1 -0
  1429. package/dist/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +1 -0
  1430. package/dist/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +1 -0
  1431. package/dist/node_modules/caniuse-lite/data/features/css-display-contents.js +1 -0
  1432. package/dist/node_modules/caniuse-lite/data/features/css-element-function.js +1 -0
  1433. package/dist/node_modules/caniuse-lite/data/features/css-env-function.js +1 -0
  1434. package/dist/node_modules/caniuse-lite/data/features/css-exclusions.js +1 -0
  1435. package/dist/node_modules/caniuse-lite/data/features/css-featurequeries.js +1 -0
  1436. package/dist/node_modules/caniuse-lite/data/features/css-file-selector-button.js +1 -0
  1437. package/dist/node_modules/caniuse-lite/data/features/css-filter-function.js +1 -0
  1438. package/dist/node_modules/caniuse-lite/data/features/css-filters.js +1 -0
  1439. package/dist/node_modules/caniuse-lite/data/features/css-first-letter.js +1 -0
  1440. package/dist/node_modules/caniuse-lite/data/features/css-first-line.js +1 -0
  1441. package/dist/node_modules/caniuse-lite/data/features/css-fixed.js +1 -0
  1442. package/dist/node_modules/caniuse-lite/data/features/css-focus-visible.js +1 -0
  1443. package/dist/node_modules/caniuse-lite/data/features/css-focus-within.js +1 -0
  1444. package/dist/node_modules/caniuse-lite/data/features/css-font-palette.js +1 -0
  1445. package/dist/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +1 -0
  1446. package/dist/node_modules/caniuse-lite/data/features/css-font-stretch.js +1 -0
  1447. package/dist/node_modules/caniuse-lite/data/features/css-gencontent.js +1 -0
  1448. package/dist/node_modules/caniuse-lite/data/features/css-gradients.js +1 -0
  1449. package/dist/node_modules/caniuse-lite/data/features/css-grid-animation.js +1 -0
  1450. package/dist/node_modules/caniuse-lite/data/features/css-grid.js +1 -0
  1451. package/dist/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +1 -0
  1452. package/dist/node_modules/caniuse-lite/data/features/css-has.js +1 -0
  1453. package/dist/node_modules/caniuse-lite/data/features/css-hyphens.js +1 -0
  1454. package/dist/node_modules/caniuse-lite/data/features/css-image-orientation.js +1 -0
  1455. package/dist/node_modules/caniuse-lite/data/features/css-image-set.js +1 -0
  1456. package/dist/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +1 -0
  1457. package/dist/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +1 -0
  1458. package/dist/node_modules/caniuse-lite/data/features/css-initial-letter.js +1 -0
  1459. package/dist/node_modules/caniuse-lite/data/features/css-initial-value.js +1 -0
  1460. package/dist/node_modules/caniuse-lite/data/features/css-lch-lab.js +1 -0
  1461. package/dist/node_modules/caniuse-lite/data/features/css-letter-spacing.js +1 -0
  1462. package/dist/node_modules/caniuse-lite/data/features/css-line-clamp.js +1 -0
  1463. package/dist/node_modules/caniuse-lite/data/features/css-logical-props.js +1 -0
  1464. package/dist/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +1 -0
  1465. package/dist/node_modules/caniuse-lite/data/features/css-masks.js +1 -0
  1466. package/dist/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +1 -0
  1467. package/dist/node_modules/caniuse-lite/data/features/css-math-functions.js +1 -0
  1468. package/dist/node_modules/caniuse-lite/data/features/css-media-interaction.js +1 -0
  1469. package/dist/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +1 -0
  1470. package/dist/node_modules/caniuse-lite/data/features/css-media-resolution.js +1 -0
  1471. package/dist/node_modules/caniuse-lite/data/features/css-media-scripting.js +1 -0
  1472. package/dist/node_modules/caniuse-lite/data/features/css-mediaqueries.js +1 -0
  1473. package/dist/node_modules/caniuse-lite/data/features/css-mixblendmode.js +1 -0
  1474. package/dist/node_modules/caniuse-lite/data/features/css-motion-paths.js +1 -0
  1475. package/dist/node_modules/caniuse-lite/data/features/css-namespaces.js +1 -0
  1476. package/dist/node_modules/caniuse-lite/data/features/css-nesting.js +1 -0
  1477. package/dist/node_modules/caniuse-lite/data/features/css-not-sel-list.js +1 -0
  1478. package/dist/node_modules/caniuse-lite/data/features/css-nth-child-of.js +1 -0
  1479. package/dist/node_modules/caniuse-lite/data/features/css-opacity.js +1 -0
  1480. package/dist/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +1 -0
  1481. package/dist/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +1 -0
  1482. package/dist/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +1 -0
  1483. package/dist/node_modules/caniuse-lite/data/features/css-overflow.js +1 -0
  1484. package/dist/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +1 -0
  1485. package/dist/node_modules/caniuse-lite/data/features/css-page-break.js +1 -0
  1486. package/dist/node_modules/caniuse-lite/data/features/css-paged-media.js +1 -0
  1487. package/dist/node_modules/caniuse-lite/data/features/css-paint-api.js +1 -0
  1488. package/dist/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +1 -0
  1489. package/dist/node_modules/caniuse-lite/data/features/css-placeholder.js +1 -0
  1490. package/dist/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +1 -0
  1491. package/dist/node_modules/caniuse-lite/data/features/css-read-only-write.js +1 -0
  1492. package/dist/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +1 -0
  1493. package/dist/node_modules/caniuse-lite/data/features/css-reflections.js +1 -0
  1494. package/dist/node_modules/caniuse-lite/data/features/css-regions.js +1 -0
  1495. package/dist/node_modules/caniuse-lite/data/features/css-relative-colors.js +1 -0
  1496. package/dist/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +1 -0
  1497. package/dist/node_modules/caniuse-lite/data/features/css-resize.js +1 -0
  1498. package/dist/node_modules/caniuse-lite/data/features/css-revert-value.js +1 -0
  1499. package/dist/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +1 -0
  1500. package/dist/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +1 -0
  1501. package/dist/node_modules/caniuse-lite/data/features/css-scroll-timeline.js +1 -0
  1502. package/dist/node_modules/caniuse-lite/data/features/css-scrollbar.js +1 -0
  1503. package/dist/node_modules/caniuse-lite/data/features/css-sel2.js +1 -0
  1504. package/dist/node_modules/caniuse-lite/data/features/css-sel3.js +1 -0
  1505. package/dist/node_modules/caniuse-lite/data/features/css-selection.js +1 -0
  1506. package/dist/node_modules/caniuse-lite/data/features/css-shapes.js +1 -0
  1507. package/dist/node_modules/caniuse-lite/data/features/css-snappoints.js +1 -0
  1508. package/dist/node_modules/caniuse-lite/data/features/css-sticky.js +1 -0
  1509. package/dist/node_modules/caniuse-lite/data/features/css-subgrid.js +1 -0
  1510. package/dist/node_modules/caniuse-lite/data/features/css-supports-api.js +1 -0
  1511. package/dist/node_modules/caniuse-lite/data/features/css-table.js +1 -0
  1512. package/dist/node_modules/caniuse-lite/data/features/css-text-align-last.js +1 -0
  1513. package/dist/node_modules/caniuse-lite/data/features/css-text-box-trim.js +1 -0
  1514. package/dist/node_modules/caniuse-lite/data/features/css-text-indent.js +1 -0
  1515. package/dist/node_modules/caniuse-lite/data/features/css-text-justify.js +1 -0
  1516. package/dist/node_modules/caniuse-lite/data/features/css-text-orientation.js +1 -0
  1517. package/dist/node_modules/caniuse-lite/data/features/css-text-spacing.js +1 -0
  1518. package/dist/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +1 -0
  1519. package/dist/node_modules/caniuse-lite/data/features/css-textshadow.js +1 -0
  1520. package/dist/node_modules/caniuse-lite/data/features/css-touch-action.js +1 -0
  1521. package/dist/node_modules/caniuse-lite/data/features/css-transitions.js +1 -0
  1522. package/dist/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +1 -0
  1523. package/dist/node_modules/caniuse-lite/data/features/css-unset-value.js +1 -0
  1524. package/dist/node_modules/caniuse-lite/data/features/css-variables.js +1 -0
  1525. package/dist/node_modules/caniuse-lite/data/features/css-when-else.js +1 -0
  1526. package/dist/node_modules/caniuse-lite/data/features/css-widows-orphans.js +1 -0
  1527. package/dist/node_modules/caniuse-lite/data/features/css-width-stretch.js +1 -0
  1528. package/dist/node_modules/caniuse-lite/data/features/css-writing-mode.js +1 -0
  1529. package/dist/node_modules/caniuse-lite/data/features/css-zoom.js +1 -0
  1530. package/dist/node_modules/caniuse-lite/data/features/css3-attr.js +1 -0
  1531. package/dist/node_modules/caniuse-lite/data/features/css3-boxsizing.js +1 -0
  1532. package/dist/node_modules/caniuse-lite/data/features/css3-colors.js +1 -0
  1533. package/dist/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +1 -0
  1534. package/dist/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +1 -0
  1535. package/dist/node_modules/caniuse-lite/data/features/css3-cursors.js +1 -0
  1536. package/dist/node_modules/caniuse-lite/data/features/css3-tabsize.js +1 -0
  1537. package/dist/node_modules/caniuse-lite/data/features/currentcolor.js +1 -0
  1538. package/dist/node_modules/caniuse-lite/data/features/custom-elements.js +1 -0
  1539. package/dist/node_modules/caniuse-lite/data/features/custom-elementsv1.js +1 -0
  1540. package/dist/node_modules/caniuse-lite/data/features/customevent.js +1 -0
  1541. package/dist/node_modules/caniuse-lite/data/features/datalist.js +1 -0
  1542. package/dist/node_modules/caniuse-lite/data/features/dataset.js +1 -0
  1543. package/dist/node_modules/caniuse-lite/data/features/datauri.js +1 -0
  1544. package/dist/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +1 -0
  1545. package/dist/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +1 -0
  1546. package/dist/node_modules/caniuse-lite/data/features/decorators.js +1 -0
  1547. package/dist/node_modules/caniuse-lite/data/features/details.js +1 -0
  1548. package/dist/node_modules/caniuse-lite/data/features/deviceorientation.js +1 -0
  1549. package/dist/node_modules/caniuse-lite/data/features/devicepixelratio.js +1 -0
  1550. package/dist/node_modules/caniuse-lite/data/features/dialog.js +1 -0
  1551. package/dist/node_modules/caniuse-lite/data/features/dispatchevent.js +1 -0
  1552. package/dist/node_modules/caniuse-lite/data/features/dnssec.js +1 -0
  1553. package/dist/node_modules/caniuse-lite/data/features/do-not-track.js +1 -0
  1554. package/dist/node_modules/caniuse-lite/data/features/document-currentscript.js +1 -0
  1555. package/dist/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +1 -0
  1556. package/dist/node_modules/caniuse-lite/data/features/document-execcommand.js +1 -0
  1557. package/dist/node_modules/caniuse-lite/data/features/document-policy.js +1 -0
  1558. package/dist/node_modules/caniuse-lite/data/features/document-scrollingelement.js +1 -0
  1559. package/dist/node_modules/caniuse-lite/data/features/documenthead.js +1 -0
  1560. package/dist/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +1 -0
  1561. package/dist/node_modules/caniuse-lite/data/features/dom-range.js +1 -0
  1562. package/dist/node_modules/caniuse-lite/data/features/domcontentloaded.js +1 -0
  1563. package/dist/node_modules/caniuse-lite/data/features/dommatrix.js +1 -0
  1564. package/dist/node_modules/caniuse-lite/data/features/download.js +1 -0
  1565. package/dist/node_modules/caniuse-lite/data/features/dragndrop.js +1 -0
  1566. package/dist/node_modules/caniuse-lite/data/features/element-closest.js +1 -0
  1567. package/dist/node_modules/caniuse-lite/data/features/element-from-point.js +1 -0
  1568. package/dist/node_modules/caniuse-lite/data/features/element-scroll-methods.js +1 -0
  1569. package/dist/node_modules/caniuse-lite/data/features/eme.js +1 -0
  1570. package/dist/node_modules/caniuse-lite/data/features/eot.js +1 -0
  1571. package/dist/node_modules/caniuse-lite/data/features/es5.js +1 -0
  1572. package/dist/node_modules/caniuse-lite/data/features/es6-class.js +1 -0
  1573. package/dist/node_modules/caniuse-lite/data/features/es6-generators.js +1 -0
  1574. package/dist/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +1 -0
  1575. package/dist/node_modules/caniuse-lite/data/features/es6-module.js +1 -0
  1576. package/dist/node_modules/caniuse-lite/data/features/es6-number.js +1 -0
  1577. package/dist/node_modules/caniuse-lite/data/features/es6-string-includes.js +1 -0
  1578. package/dist/node_modules/caniuse-lite/data/features/es6.js +1 -0
  1579. package/dist/node_modules/caniuse-lite/data/features/eventsource.js +1 -0
  1580. package/dist/node_modules/caniuse-lite/data/features/extended-system-fonts.js +1 -0
  1581. package/dist/node_modules/caniuse-lite/data/features/feature-policy.js +1 -0
  1582. package/dist/node_modules/caniuse-lite/data/features/fetch.js +1 -0
  1583. package/dist/node_modules/caniuse-lite/data/features/fieldset-disabled.js +1 -0
  1584. package/dist/node_modules/caniuse-lite/data/features/fileapi.js +1 -0
  1585. package/dist/node_modules/caniuse-lite/data/features/filereader.js +1 -0
  1586. package/dist/node_modules/caniuse-lite/data/features/filereadersync.js +1 -0
  1587. package/dist/node_modules/caniuse-lite/data/features/filesystem.js +1 -0
  1588. package/dist/node_modules/caniuse-lite/data/features/flac.js +1 -0
  1589. package/dist/node_modules/caniuse-lite/data/features/flexbox-gap.js +1 -0
  1590. package/dist/node_modules/caniuse-lite/data/features/flexbox.js +1 -0
  1591. package/dist/node_modules/caniuse-lite/data/features/flow-root.js +1 -0
  1592. package/dist/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +1 -0
  1593. package/dist/node_modules/caniuse-lite/data/features/font-family-system-ui.js +1 -0
  1594. package/dist/node_modules/caniuse-lite/data/features/font-feature.js +1 -0
  1595. package/dist/node_modules/caniuse-lite/data/features/font-kerning.js +1 -0
  1596. package/dist/node_modules/caniuse-lite/data/features/font-loading.js +1 -0
  1597. package/dist/node_modules/caniuse-lite/data/features/font-size-adjust.js +1 -0
  1598. package/dist/node_modules/caniuse-lite/data/features/font-smooth.js +1 -0
  1599. package/dist/node_modules/caniuse-lite/data/features/font-unicode-range.js +1 -0
  1600. package/dist/node_modules/caniuse-lite/data/features/font-variant-alternates.js +1 -0
  1601. package/dist/node_modules/caniuse-lite/data/features/font-variant-numeric.js +1 -0
  1602. package/dist/node_modules/caniuse-lite/data/features/fontface.js +1 -0
  1603. package/dist/node_modules/caniuse-lite/data/features/form-attribute.js +1 -0
  1604. package/dist/node_modules/caniuse-lite/data/features/form-submit-attributes.js +1 -0
  1605. package/dist/node_modules/caniuse-lite/data/features/form-validation.js +1 -0
  1606. package/dist/node_modules/caniuse-lite/data/features/forms.js +1 -0
  1607. package/dist/node_modules/caniuse-lite/data/features/fullscreen.js +1 -0
  1608. package/dist/node_modules/caniuse-lite/data/features/gamepad.js +1 -0
  1609. package/dist/node_modules/caniuse-lite/data/features/geolocation.js +1 -0
  1610. package/dist/node_modules/caniuse-lite/data/features/getboundingclientrect.js +1 -0
  1611. package/dist/node_modules/caniuse-lite/data/features/getcomputedstyle.js +1 -0
  1612. package/dist/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +1 -0
  1613. package/dist/node_modules/caniuse-lite/data/features/getrandomvalues.js +1 -0
  1614. package/dist/node_modules/caniuse-lite/data/features/gyroscope.js +1 -0
  1615. package/dist/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +1 -0
  1616. package/dist/node_modules/caniuse-lite/data/features/hashchange.js +1 -0
  1617. package/dist/node_modules/caniuse-lite/data/features/heif.js +1 -0
  1618. package/dist/node_modules/caniuse-lite/data/features/hevc.js +1 -0
  1619. package/dist/node_modules/caniuse-lite/data/features/hidden.js +1 -0
  1620. package/dist/node_modules/caniuse-lite/data/features/high-resolution-time.js +1 -0
  1621. package/dist/node_modules/caniuse-lite/data/features/history.js +1 -0
  1622. package/dist/node_modules/caniuse-lite/data/features/html-media-capture.js +1 -0
  1623. package/dist/node_modules/caniuse-lite/data/features/html5semantic.js +1 -0
  1624. package/dist/node_modules/caniuse-lite/data/features/http-live-streaming.js +1 -0
  1625. package/dist/node_modules/caniuse-lite/data/features/http2.js +1 -0
  1626. package/dist/node_modules/caniuse-lite/data/features/http3.js +1 -0
  1627. package/dist/node_modules/caniuse-lite/data/features/iframe-sandbox.js +1 -0
  1628. package/dist/node_modules/caniuse-lite/data/features/iframe-seamless.js +1 -0
  1629. package/dist/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +1 -0
  1630. package/dist/node_modules/caniuse-lite/data/features/imagecapture.js +1 -0
  1631. package/dist/node_modules/caniuse-lite/data/features/ime.js +1 -0
  1632. package/dist/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +1 -0
  1633. package/dist/node_modules/caniuse-lite/data/features/import-maps.js +1 -0
  1634. package/dist/node_modules/caniuse-lite/data/features/imports.js +1 -0
  1635. package/dist/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +1 -0
  1636. package/dist/node_modules/caniuse-lite/data/features/indexeddb.js +1 -0
  1637. package/dist/node_modules/caniuse-lite/data/features/indexeddb2.js +1 -0
  1638. package/dist/node_modules/caniuse-lite/data/features/inline-block.js +1 -0
  1639. package/dist/node_modules/caniuse-lite/data/features/innertext.js +1 -0
  1640. package/dist/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +1 -0
  1641. package/dist/node_modules/caniuse-lite/data/features/input-color.js +1 -0
  1642. package/dist/node_modules/caniuse-lite/data/features/input-datetime.js +1 -0
  1643. package/dist/node_modules/caniuse-lite/data/features/input-email-tel-url.js +1 -0
  1644. package/dist/node_modules/caniuse-lite/data/features/input-event.js +1 -0
  1645. package/dist/node_modules/caniuse-lite/data/features/input-file-accept.js +1 -0
  1646. package/dist/node_modules/caniuse-lite/data/features/input-file-directory.js +1 -0
  1647. package/dist/node_modules/caniuse-lite/data/features/input-file-multiple.js +1 -0
  1648. package/dist/node_modules/caniuse-lite/data/features/input-inputmode.js +1 -0
  1649. package/dist/node_modules/caniuse-lite/data/features/input-minlength.js +1 -0
  1650. package/dist/node_modules/caniuse-lite/data/features/input-number.js +1 -0
  1651. package/dist/node_modules/caniuse-lite/data/features/input-pattern.js +1 -0
  1652. package/dist/node_modules/caniuse-lite/data/features/input-placeholder.js +1 -0
  1653. package/dist/node_modules/caniuse-lite/data/features/input-range.js +1 -0
  1654. package/dist/node_modules/caniuse-lite/data/features/input-search.js +1 -0
  1655. package/dist/node_modules/caniuse-lite/data/features/input-selection.js +1 -0
  1656. package/dist/node_modules/caniuse-lite/data/features/insert-adjacent.js +1 -0
  1657. package/dist/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +1 -0
  1658. package/dist/node_modules/caniuse-lite/data/features/internationalization.js +1 -0
  1659. package/dist/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +1 -0
  1660. package/dist/node_modules/caniuse-lite/data/features/intersectionobserver.js +1 -0
  1661. package/dist/node_modules/caniuse-lite/data/features/intl-pluralrules.js +1 -0
  1662. package/dist/node_modules/caniuse-lite/data/features/intrinsic-width.js +1 -0
  1663. package/dist/node_modules/caniuse-lite/data/features/jpeg2000.js +1 -0
  1664. package/dist/node_modules/caniuse-lite/data/features/jpegxl.js +1 -0
  1665. package/dist/node_modules/caniuse-lite/data/features/jpegxr.js +1 -0
  1666. package/dist/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +1 -0
  1667. package/dist/node_modules/caniuse-lite/data/features/json.js +1 -0
  1668. package/dist/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +1 -0
  1669. package/dist/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +1 -0
  1670. package/dist/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +1 -0
  1671. package/dist/node_modules/caniuse-lite/data/features/keyboardevent-code.js +1 -0
  1672. package/dist/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +1 -0
  1673. package/dist/node_modules/caniuse-lite/data/features/keyboardevent-key.js +1 -0
  1674. package/dist/node_modules/caniuse-lite/data/features/keyboardevent-location.js +1 -0
  1675. package/dist/node_modules/caniuse-lite/data/features/keyboardevent-which.js +1 -0
  1676. package/dist/node_modules/caniuse-lite/data/features/lazyload.js +1 -0
  1677. package/dist/node_modules/caniuse-lite/data/features/let.js +1 -0
  1678. package/dist/node_modules/caniuse-lite/data/features/link-icon-png.js +1 -0
  1679. package/dist/node_modules/caniuse-lite/data/features/link-icon-svg.js +1 -0
  1680. package/dist/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +1 -0
  1681. package/dist/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +1 -0
  1682. package/dist/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +1 -0
  1683. package/dist/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +1 -0
  1684. package/dist/node_modules/caniuse-lite/data/features/link-rel-preload.js +1 -0
  1685. package/dist/node_modules/caniuse-lite/data/features/link-rel-prerender.js +1 -0
  1686. package/dist/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +1 -0
  1687. package/dist/node_modules/caniuse-lite/data/features/localecompare.js +1 -0
  1688. package/dist/node_modules/caniuse-lite/data/features/magnetometer.js +1 -0
  1689. package/dist/node_modules/caniuse-lite/data/features/matchesselector.js +1 -0
  1690. package/dist/node_modules/caniuse-lite/data/features/matchmedia.js +1 -0
  1691. package/dist/node_modules/caniuse-lite/data/features/mathml.js +1 -0
  1692. package/dist/node_modules/caniuse-lite/data/features/maxlength.js +1 -0
  1693. package/dist/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +1 -0
  1694. package/dist/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +1 -0
  1695. package/dist/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +1 -0
  1696. package/dist/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +1 -0
  1697. package/dist/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +1 -0
  1698. package/dist/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +1 -0
  1699. package/dist/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +1 -0
  1700. package/dist/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +1 -0
  1701. package/dist/node_modules/caniuse-lite/data/features/media-fragments.js +1 -0
  1702. package/dist/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +1 -0
  1703. package/dist/node_modules/caniuse-lite/data/features/mediarecorder.js +1 -0
  1704. package/dist/node_modules/caniuse-lite/data/features/mediasource.js +1 -0
  1705. package/dist/node_modules/caniuse-lite/data/features/menu.js +1 -0
  1706. package/dist/node_modules/caniuse-lite/data/features/meta-theme-color.js +1 -0
  1707. package/dist/node_modules/caniuse-lite/data/features/meter.js +1 -0
  1708. package/dist/node_modules/caniuse-lite/data/features/midi.js +1 -0
  1709. package/dist/node_modules/caniuse-lite/data/features/minmaxwh.js +1 -0
  1710. package/dist/node_modules/caniuse-lite/data/features/mp3.js +1 -0
  1711. package/dist/node_modules/caniuse-lite/data/features/mpeg-dash.js +1 -0
  1712. package/dist/node_modules/caniuse-lite/data/features/mpeg4.js +1 -0
  1713. package/dist/node_modules/caniuse-lite/data/features/multibackgrounds.js +1 -0
  1714. package/dist/node_modules/caniuse-lite/data/features/multicolumn.js +1 -0
  1715. package/dist/node_modules/caniuse-lite/data/features/mutation-events.js +1 -0
  1716. package/dist/node_modules/caniuse-lite/data/features/mutationobserver.js +1 -0
  1717. package/dist/node_modules/caniuse-lite/data/features/namevalue-storage.js +1 -0
  1718. package/dist/node_modules/caniuse-lite/data/features/native-filesystem-api.js +1 -0
  1719. package/dist/node_modules/caniuse-lite/data/features/nav-timing.js +1 -0
  1720. package/dist/node_modules/caniuse-lite/data/features/netinfo.js +1 -0
  1721. package/dist/node_modules/caniuse-lite/data/features/notifications.js +1 -0
  1722. package/dist/node_modules/caniuse-lite/data/features/object-entries.js +1 -0
  1723. package/dist/node_modules/caniuse-lite/data/features/object-fit.js +1 -0
  1724. package/dist/node_modules/caniuse-lite/data/features/object-observe.js +1 -0
  1725. package/dist/node_modules/caniuse-lite/data/features/object-values.js +1 -0
  1726. package/dist/node_modules/caniuse-lite/data/features/objectrtc.js +1 -0
  1727. package/dist/node_modules/caniuse-lite/data/features/offline-apps.js +1 -0
  1728. package/dist/node_modules/caniuse-lite/data/features/offscreencanvas.js +1 -0
  1729. package/dist/node_modules/caniuse-lite/data/features/ogg-vorbis.js +1 -0
  1730. package/dist/node_modules/caniuse-lite/data/features/ogv.js +1 -0
  1731. package/dist/node_modules/caniuse-lite/data/features/ol-reversed.js +1 -0
  1732. package/dist/node_modules/caniuse-lite/data/features/once-event-listener.js +1 -0
  1733. package/dist/node_modules/caniuse-lite/data/features/online-status.js +1 -0
  1734. package/dist/node_modules/caniuse-lite/data/features/opus.js +1 -0
  1735. package/dist/node_modules/caniuse-lite/data/features/orientation-sensor.js +1 -0
  1736. package/dist/node_modules/caniuse-lite/data/features/outline.js +1 -0
  1737. package/dist/node_modules/caniuse-lite/data/features/pad-start-end.js +1 -0
  1738. package/dist/node_modules/caniuse-lite/data/features/page-transition-events.js +1 -0
  1739. package/dist/node_modules/caniuse-lite/data/features/pagevisibility.js +1 -0
  1740. package/dist/node_modules/caniuse-lite/data/features/passive-event-listener.js +1 -0
  1741. package/dist/node_modules/caniuse-lite/data/features/passkeys.js +1 -0
  1742. package/dist/node_modules/caniuse-lite/data/features/passwordrules.js +1 -0
  1743. package/dist/node_modules/caniuse-lite/data/features/path2d.js +1 -0
  1744. package/dist/node_modules/caniuse-lite/data/features/payment-request.js +1 -0
  1745. package/dist/node_modules/caniuse-lite/data/features/pdf-viewer.js +1 -0
  1746. package/dist/node_modules/caniuse-lite/data/features/permissions-api.js +1 -0
  1747. package/dist/node_modules/caniuse-lite/data/features/permissions-policy.js +1 -0
  1748. package/dist/node_modules/caniuse-lite/data/features/picture-in-picture.js +1 -0
  1749. package/dist/node_modules/caniuse-lite/data/features/picture.js +1 -0
  1750. package/dist/node_modules/caniuse-lite/data/features/ping.js +1 -0
  1751. package/dist/node_modules/caniuse-lite/data/features/png-alpha.js +1 -0
  1752. package/dist/node_modules/caniuse-lite/data/features/pointer-events.js +1 -0
  1753. package/dist/node_modules/caniuse-lite/data/features/pointer.js +1 -0
  1754. package/dist/node_modules/caniuse-lite/data/features/pointerlock.js +1 -0
  1755. package/dist/node_modules/caniuse-lite/data/features/portals.js +1 -0
  1756. package/dist/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +1 -0
  1757. package/dist/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +1 -0
  1758. package/dist/node_modules/caniuse-lite/data/features/progress.js +1 -0
  1759. package/dist/node_modules/caniuse-lite/data/features/promise-finally.js +1 -0
  1760. package/dist/node_modules/caniuse-lite/data/features/promises.js +1 -0
  1761. package/dist/node_modules/caniuse-lite/data/features/proximity.js +1 -0
  1762. package/dist/node_modules/caniuse-lite/data/features/proxy.js +1 -0
  1763. package/dist/node_modules/caniuse-lite/data/features/publickeypinning.js +1 -0
  1764. package/dist/node_modules/caniuse-lite/data/features/push-api.js +1 -0
  1765. package/dist/node_modules/caniuse-lite/data/features/queryselector.js +1 -0
  1766. package/dist/node_modules/caniuse-lite/data/features/readonly-attr.js +1 -0
  1767. package/dist/node_modules/caniuse-lite/data/features/referrer-policy.js +1 -0
  1768. package/dist/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +1 -0
  1769. package/dist/node_modules/caniuse-lite/data/features/rel-noopener.js +1 -0
  1770. package/dist/node_modules/caniuse-lite/data/features/rel-noreferrer.js +1 -0
  1771. package/dist/node_modules/caniuse-lite/data/features/rellist.js +1 -0
  1772. package/dist/node_modules/caniuse-lite/data/features/rem.js +1 -0
  1773. package/dist/node_modules/caniuse-lite/data/features/requestanimationframe.js +1 -0
  1774. package/dist/node_modules/caniuse-lite/data/features/requestidlecallback.js +1 -0
  1775. package/dist/node_modules/caniuse-lite/data/features/resizeobserver.js +1 -0
  1776. package/dist/node_modules/caniuse-lite/data/features/resource-timing.js +1 -0
  1777. package/dist/node_modules/caniuse-lite/data/features/rest-parameters.js +1 -0
  1778. package/dist/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +1 -0
  1779. package/dist/node_modules/caniuse-lite/data/features/ruby.js +1 -0
  1780. package/dist/node_modules/caniuse-lite/data/features/run-in.js +1 -0
  1781. package/dist/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +1 -0
  1782. package/dist/node_modules/caniuse-lite/data/features/screen-orientation.js +1 -0
  1783. package/dist/node_modules/caniuse-lite/data/features/script-async.js +1 -0
  1784. package/dist/node_modules/caniuse-lite/data/features/script-defer.js +1 -0
  1785. package/dist/node_modules/caniuse-lite/data/features/scrollintoview.js +1 -0
  1786. package/dist/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +1 -0
  1787. package/dist/node_modules/caniuse-lite/data/features/sdch.js +1 -0
  1788. package/dist/node_modules/caniuse-lite/data/features/selection-api.js +1 -0
  1789. package/dist/node_modules/caniuse-lite/data/features/server-timing.js +1 -0
  1790. package/dist/node_modules/caniuse-lite/data/features/serviceworkers.js +1 -0
  1791. package/dist/node_modules/caniuse-lite/data/features/setimmediate.js +1 -0
  1792. package/dist/node_modules/caniuse-lite/data/features/shadowdom.js +1 -0
  1793. package/dist/node_modules/caniuse-lite/data/features/shadowdomv1.js +1 -0
  1794. package/dist/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +1 -0
  1795. package/dist/node_modules/caniuse-lite/data/features/sharedworkers.js +1 -0
  1796. package/dist/node_modules/caniuse-lite/data/features/sni.js +1 -0
  1797. package/dist/node_modules/caniuse-lite/data/features/spdy.js +1 -0
  1798. package/dist/node_modules/caniuse-lite/data/features/speech-recognition.js +1 -0
  1799. package/dist/node_modules/caniuse-lite/data/features/speech-synthesis.js +1 -0
  1800. package/dist/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +1 -0
  1801. package/dist/node_modules/caniuse-lite/data/features/sql-storage.js +1 -0
  1802. package/dist/node_modules/caniuse-lite/data/features/srcset.js +1 -0
  1803. package/dist/node_modules/caniuse-lite/data/features/stream.js +1 -0
  1804. package/dist/node_modules/caniuse-lite/data/features/streams.js +1 -0
  1805. package/dist/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +1 -0
  1806. package/dist/node_modules/caniuse-lite/data/features/style-scoped.js +1 -0
  1807. package/dist/node_modules/caniuse-lite/data/features/subresource-bundling.js +1 -0
  1808. package/dist/node_modules/caniuse-lite/data/features/subresource-integrity.js +1 -0
  1809. package/dist/node_modules/caniuse-lite/data/features/svg-css.js +1 -0
  1810. package/dist/node_modules/caniuse-lite/data/features/svg-filters.js +1 -0
  1811. package/dist/node_modules/caniuse-lite/data/features/svg-fonts.js +1 -0
  1812. package/dist/node_modules/caniuse-lite/data/features/svg-fragment.js +1 -0
  1813. package/dist/node_modules/caniuse-lite/data/features/svg-html.js +1 -0
  1814. package/dist/node_modules/caniuse-lite/data/features/svg-html5.js +1 -0
  1815. package/dist/node_modules/caniuse-lite/data/features/svg-img.js +1 -0
  1816. package/dist/node_modules/caniuse-lite/data/features/svg-smil.js +1 -0
  1817. package/dist/node_modules/caniuse-lite/data/features/svg.js +1 -0
  1818. package/dist/node_modules/caniuse-lite/data/features/sxg.js +1 -0
  1819. package/dist/node_modules/caniuse-lite/data/features/tabindex-attr.js +1 -0
  1820. package/dist/node_modules/caniuse-lite/data/features/template-literals.js +1 -0
  1821. package/dist/node_modules/caniuse-lite/data/features/template.js +1 -0
  1822. package/dist/node_modules/caniuse-lite/data/features/temporal.js +1 -0
  1823. package/dist/node_modules/caniuse-lite/data/features/testfeat.js +1 -0
  1824. package/dist/node_modules/caniuse-lite/data/features/text-decoration.js +1 -0
  1825. package/dist/node_modules/caniuse-lite/data/features/text-emphasis.js +1 -0
  1826. package/dist/node_modules/caniuse-lite/data/features/text-overflow.js +1 -0
  1827. package/dist/node_modules/caniuse-lite/data/features/text-size-adjust.js +1 -0
  1828. package/dist/node_modules/caniuse-lite/data/features/text-stroke.js +1 -0
  1829. package/dist/node_modules/caniuse-lite/data/features/textcontent.js +1 -0
  1830. package/dist/node_modules/caniuse-lite/data/features/textencoder.js +1 -0
  1831. package/dist/node_modules/caniuse-lite/data/features/tls1-1.js +1 -0
  1832. package/dist/node_modules/caniuse-lite/data/features/tls1-2.js +1 -0
  1833. package/dist/node_modules/caniuse-lite/data/features/tls1-3.js +1 -0
  1834. package/dist/node_modules/caniuse-lite/data/features/touch.js +1 -0
  1835. package/dist/node_modules/caniuse-lite/data/features/transforms2d.js +1 -0
  1836. package/dist/node_modules/caniuse-lite/data/features/transforms3d.js +1 -0
  1837. package/dist/node_modules/caniuse-lite/data/features/trusted-types.js +1 -0
  1838. package/dist/node_modules/caniuse-lite/data/features/ttf.js +1 -0
  1839. package/dist/node_modules/caniuse-lite/data/features/typedarrays.js +1 -0
  1840. package/dist/node_modules/caniuse-lite/data/features/u2f.js +1 -0
  1841. package/dist/node_modules/caniuse-lite/data/features/unhandledrejection.js +1 -0
  1842. package/dist/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +1 -0
  1843. package/dist/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +1 -0
  1844. package/dist/node_modules/caniuse-lite/data/features/url.js +1 -0
  1845. package/dist/node_modules/caniuse-lite/data/features/urlsearchparams.js +1 -0
  1846. package/dist/node_modules/caniuse-lite/data/features/use-strict.js +1 -0
  1847. package/dist/node_modules/caniuse-lite/data/features/user-select-none.js +1 -0
  1848. package/dist/node_modules/caniuse-lite/data/features/user-timing.js +1 -0
  1849. package/dist/node_modules/caniuse-lite/data/features/variable-fonts.js +1 -0
  1850. package/dist/node_modules/caniuse-lite/data/features/vector-effect.js +1 -0
  1851. package/dist/node_modules/caniuse-lite/data/features/vibration.js +1 -0
  1852. package/dist/node_modules/caniuse-lite/data/features/video.js +1 -0
  1853. package/dist/node_modules/caniuse-lite/data/features/videotracks.js +1 -0
  1854. package/dist/node_modules/caniuse-lite/data/features/view-transitions.js +1 -0
  1855. package/dist/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +1 -0
  1856. package/dist/node_modules/caniuse-lite/data/features/viewport-units.js +1 -0
  1857. package/dist/node_modules/caniuse-lite/data/features/wai-aria.js +1 -0
  1858. package/dist/node_modules/caniuse-lite/data/features/wake-lock.js +1 -0
  1859. package/dist/node_modules/caniuse-lite/data/features/wasm.js +1 -0
  1860. package/dist/node_modules/caniuse-lite/data/features/wav.js +1 -0
  1861. package/dist/node_modules/caniuse-lite/data/features/wbr-element.js +1 -0
  1862. package/dist/node_modules/caniuse-lite/data/features/web-animation.js +1 -0
  1863. package/dist/node_modules/caniuse-lite/data/features/web-app-manifest.js +1 -0
  1864. package/dist/node_modules/caniuse-lite/data/features/web-bluetooth.js +1 -0
  1865. package/dist/node_modules/caniuse-lite/data/features/web-serial.js +1 -0
  1866. package/dist/node_modules/caniuse-lite/data/features/web-share.js +1 -0
  1867. package/dist/node_modules/caniuse-lite/data/features/webauthn.js +1 -0
  1868. package/dist/node_modules/caniuse-lite/data/features/webcodecs.js +1 -0
  1869. package/dist/node_modules/caniuse-lite/data/features/webgl.js +1 -0
  1870. package/dist/node_modules/caniuse-lite/data/features/webgl2.js +1 -0
  1871. package/dist/node_modules/caniuse-lite/data/features/webgpu.js +1 -0
  1872. package/dist/node_modules/caniuse-lite/data/features/webhid.js +1 -0
  1873. package/dist/node_modules/caniuse-lite/data/features/webkit-user-drag.js +1 -0
  1874. package/dist/node_modules/caniuse-lite/data/features/webm.js +1 -0
  1875. package/dist/node_modules/caniuse-lite/data/features/webnfc.js +1 -0
  1876. package/dist/node_modules/caniuse-lite/data/features/webp.js +1 -0
  1877. package/dist/node_modules/caniuse-lite/data/features/websockets.js +1 -0
  1878. package/dist/node_modules/caniuse-lite/data/features/webtransport.js +1 -0
  1879. package/dist/node_modules/caniuse-lite/data/features/webusb.js +1 -0
  1880. package/dist/node_modules/caniuse-lite/data/features/webvr.js +1 -0
  1881. package/dist/node_modules/caniuse-lite/data/features/webvtt.js +1 -0
  1882. package/dist/node_modules/caniuse-lite/data/features/webworkers.js +1 -0
  1883. package/dist/node_modules/caniuse-lite/data/features/webxr.js +1 -0
  1884. package/dist/node_modules/caniuse-lite/data/features/will-change.js +1 -0
  1885. package/dist/node_modules/caniuse-lite/data/features/woff.js +1 -0
  1886. package/dist/node_modules/caniuse-lite/data/features/woff2.js +1 -0
  1887. package/dist/node_modules/caniuse-lite/data/features/word-break.js +1 -0
  1888. package/dist/node_modules/caniuse-lite/data/features/wordwrap.js +1 -0
  1889. package/dist/node_modules/caniuse-lite/data/features/x-doc-messaging.js +1 -0
  1890. package/dist/node_modules/caniuse-lite/data/features/x-frame-options.js +1 -0
  1891. package/dist/node_modules/caniuse-lite/data/features/xhr2.js +1 -0
  1892. package/dist/node_modules/caniuse-lite/data/features/xhtml.js +1 -0
  1893. package/dist/node_modules/caniuse-lite/data/features/xhtmlsmil.js +1 -0
  1894. package/dist/node_modules/caniuse-lite/data/features/xml-serializer.js +1 -0
  1895. package/dist/node_modules/caniuse-lite/data/features/zstd.js +1 -0
  1896. package/dist/node_modules/caniuse-lite/data/features.js +1 -0
  1897. package/dist/node_modules/caniuse-lite/data/regions/AD.js +1 -0
  1898. package/dist/node_modules/caniuse-lite/data/regions/AE.js +1 -0
  1899. package/dist/node_modules/caniuse-lite/data/regions/AF.js +1 -0
  1900. package/dist/node_modules/caniuse-lite/data/regions/AG.js +1 -0
  1901. package/dist/node_modules/caniuse-lite/data/regions/AI.js +1 -0
  1902. package/dist/node_modules/caniuse-lite/data/regions/AL.js +1 -0
  1903. package/dist/node_modules/caniuse-lite/data/regions/AM.js +1 -0
  1904. package/dist/node_modules/caniuse-lite/data/regions/AO.js +1 -0
  1905. package/dist/node_modules/caniuse-lite/data/regions/AR.js +1 -0
  1906. package/dist/node_modules/caniuse-lite/data/regions/AS.js +1 -0
  1907. package/dist/node_modules/caniuse-lite/data/regions/AT.js +1 -0
  1908. package/dist/node_modules/caniuse-lite/data/regions/AU.js +1 -0
  1909. package/dist/node_modules/caniuse-lite/data/regions/AW.js +1 -0
  1910. package/dist/node_modules/caniuse-lite/data/regions/AX.js +1 -0
  1911. package/dist/node_modules/caniuse-lite/data/regions/AZ.js +1 -0
  1912. package/dist/node_modules/caniuse-lite/data/regions/BA.js +1 -0
  1913. package/dist/node_modules/caniuse-lite/data/regions/BB.js +1 -0
  1914. package/dist/node_modules/caniuse-lite/data/regions/BD.js +1 -0
  1915. package/dist/node_modules/caniuse-lite/data/regions/BE.js +1 -0
  1916. package/dist/node_modules/caniuse-lite/data/regions/BF.js +1 -0
  1917. package/dist/node_modules/caniuse-lite/data/regions/BG.js +1 -0
  1918. package/dist/node_modules/caniuse-lite/data/regions/BH.js +1 -0
  1919. package/dist/node_modules/caniuse-lite/data/regions/BI.js +1 -0
  1920. package/dist/node_modules/caniuse-lite/data/regions/BJ.js +1 -0
  1921. package/dist/node_modules/caniuse-lite/data/regions/BM.js +1 -0
  1922. package/dist/node_modules/caniuse-lite/data/regions/BN.js +1 -0
  1923. package/dist/node_modules/caniuse-lite/data/regions/BO.js +1 -0
  1924. package/dist/node_modules/caniuse-lite/data/regions/BR.js +1 -0
  1925. package/dist/node_modules/caniuse-lite/data/regions/BS.js +1 -0
  1926. package/dist/node_modules/caniuse-lite/data/regions/BT.js +1 -0
  1927. package/dist/node_modules/caniuse-lite/data/regions/BW.js +1 -0
  1928. package/dist/node_modules/caniuse-lite/data/regions/BY.js +1 -0
  1929. package/dist/node_modules/caniuse-lite/data/regions/BZ.js +1 -0
  1930. package/dist/node_modules/caniuse-lite/data/regions/CA.js +1 -0
  1931. package/dist/node_modules/caniuse-lite/data/regions/CD.js +1 -0
  1932. package/dist/node_modules/caniuse-lite/data/regions/CF.js +1 -0
  1933. package/dist/node_modules/caniuse-lite/data/regions/CG.js +1 -0
  1934. package/dist/node_modules/caniuse-lite/data/regions/CH.js +1 -0
  1935. package/dist/node_modules/caniuse-lite/data/regions/CI.js +1 -0
  1936. package/dist/node_modules/caniuse-lite/data/regions/CK.js +1 -0
  1937. package/dist/node_modules/caniuse-lite/data/regions/CL.js +1 -0
  1938. package/dist/node_modules/caniuse-lite/data/regions/CM.js +1 -0
  1939. package/dist/node_modules/caniuse-lite/data/regions/CN.js +1 -0
  1940. package/dist/node_modules/caniuse-lite/data/regions/CO.js +1 -0
  1941. package/dist/node_modules/caniuse-lite/data/regions/CR.js +1 -0
  1942. package/dist/node_modules/caniuse-lite/data/regions/CU.js +1 -0
  1943. package/dist/node_modules/caniuse-lite/data/regions/CV.js +1 -0
  1944. package/dist/node_modules/caniuse-lite/data/regions/CX.js +1 -0
  1945. package/dist/node_modules/caniuse-lite/data/regions/CY.js +1 -0
  1946. package/dist/node_modules/caniuse-lite/data/regions/CZ.js +1 -0
  1947. package/dist/node_modules/caniuse-lite/data/regions/DE.js +1 -0
  1948. package/dist/node_modules/caniuse-lite/data/regions/DJ.js +1 -0
  1949. package/dist/node_modules/caniuse-lite/data/regions/DK.js +1 -0
  1950. package/dist/node_modules/caniuse-lite/data/regions/DM.js +1 -0
  1951. package/dist/node_modules/caniuse-lite/data/regions/DO.js +1 -0
  1952. package/dist/node_modules/caniuse-lite/data/regions/DZ.js +1 -0
  1953. package/dist/node_modules/caniuse-lite/data/regions/EC.js +1 -0
  1954. package/dist/node_modules/caniuse-lite/data/regions/EE.js +1 -0
  1955. package/dist/node_modules/caniuse-lite/data/regions/EG.js +1 -0
  1956. package/dist/node_modules/caniuse-lite/data/regions/ER.js +1 -0
  1957. package/dist/node_modules/caniuse-lite/data/regions/ES.js +1 -0
  1958. package/dist/node_modules/caniuse-lite/data/regions/ET.js +1 -0
  1959. package/dist/node_modules/caniuse-lite/data/regions/FI.js +1 -0
  1960. package/dist/node_modules/caniuse-lite/data/regions/FJ.js +1 -0
  1961. package/dist/node_modules/caniuse-lite/data/regions/FK.js +1 -0
  1962. package/dist/node_modules/caniuse-lite/data/regions/FM.js +1 -0
  1963. package/dist/node_modules/caniuse-lite/data/regions/FO.js +1 -0
  1964. package/dist/node_modules/caniuse-lite/data/regions/FR.js +1 -0
  1965. package/dist/node_modules/caniuse-lite/data/regions/GA.js +1 -0
  1966. package/dist/node_modules/caniuse-lite/data/regions/GB.js +1 -0
  1967. package/dist/node_modules/caniuse-lite/data/regions/GD.js +1 -0
  1968. package/dist/node_modules/caniuse-lite/data/regions/GE.js +1 -0
  1969. package/dist/node_modules/caniuse-lite/data/regions/GF.js +1 -0
  1970. package/dist/node_modules/caniuse-lite/data/regions/GG.js +1 -0
  1971. package/dist/node_modules/caniuse-lite/data/regions/GH.js +1 -0
  1972. package/dist/node_modules/caniuse-lite/data/regions/GI.js +1 -0
  1973. package/dist/node_modules/caniuse-lite/data/regions/GL.js +1 -0
  1974. package/dist/node_modules/caniuse-lite/data/regions/GM.js +1 -0
  1975. package/dist/node_modules/caniuse-lite/data/regions/GN.js +1 -0
  1976. package/dist/node_modules/caniuse-lite/data/regions/GP.js +1 -0
  1977. package/dist/node_modules/caniuse-lite/data/regions/GQ.js +1 -0
  1978. package/dist/node_modules/caniuse-lite/data/regions/GR.js +1 -0
  1979. package/dist/node_modules/caniuse-lite/data/regions/GT.js +1 -0
  1980. package/dist/node_modules/caniuse-lite/data/regions/GU.js +1 -0
  1981. package/dist/node_modules/caniuse-lite/data/regions/GW.js +1 -0
  1982. package/dist/node_modules/caniuse-lite/data/regions/GY.js +1 -0
  1983. package/dist/node_modules/caniuse-lite/data/regions/HK.js +1 -0
  1984. package/dist/node_modules/caniuse-lite/data/regions/HN.js +1 -0
  1985. package/dist/node_modules/caniuse-lite/data/regions/HR.js +1 -0
  1986. package/dist/node_modules/caniuse-lite/data/regions/HT.js +1 -0
  1987. package/dist/node_modules/caniuse-lite/data/regions/HU.js +1 -0
  1988. package/dist/node_modules/caniuse-lite/data/regions/ID.js +1 -0
  1989. package/dist/node_modules/caniuse-lite/data/regions/IE.js +1 -0
  1990. package/dist/node_modules/caniuse-lite/data/regions/IL.js +1 -0
  1991. package/dist/node_modules/caniuse-lite/data/regions/IM.js +1 -0
  1992. package/dist/node_modules/caniuse-lite/data/regions/IN.js +1 -0
  1993. package/dist/node_modules/caniuse-lite/data/regions/IQ.js +1 -0
  1994. package/dist/node_modules/caniuse-lite/data/regions/IR.js +1 -0
  1995. package/dist/node_modules/caniuse-lite/data/regions/IS.js +1 -0
  1996. package/dist/node_modules/caniuse-lite/data/regions/IT.js +1 -0
  1997. package/dist/node_modules/caniuse-lite/data/regions/JE.js +1 -0
  1998. package/dist/node_modules/caniuse-lite/data/regions/JM.js +1 -0
  1999. package/dist/node_modules/caniuse-lite/data/regions/JO.js +1 -0
  2000. package/dist/node_modules/caniuse-lite/data/regions/JP.js +1 -0
  2001. package/dist/node_modules/caniuse-lite/data/regions/KE.js +1 -0
  2002. package/dist/node_modules/caniuse-lite/data/regions/KG.js +1 -0
  2003. package/dist/node_modules/caniuse-lite/data/regions/KH.js +1 -0
  2004. package/dist/node_modules/caniuse-lite/data/regions/KI.js +1 -0
  2005. package/dist/node_modules/caniuse-lite/data/regions/KM.js +1 -0
  2006. package/dist/node_modules/caniuse-lite/data/regions/KN.js +1 -0
  2007. package/dist/node_modules/caniuse-lite/data/regions/KP.js +1 -0
  2008. package/dist/node_modules/caniuse-lite/data/regions/KR.js +1 -0
  2009. package/dist/node_modules/caniuse-lite/data/regions/KW.js +1 -0
  2010. package/dist/node_modules/caniuse-lite/data/regions/KY.js +1 -0
  2011. package/dist/node_modules/caniuse-lite/data/regions/KZ.js +1 -0
  2012. package/dist/node_modules/caniuse-lite/data/regions/LA.js +1 -0
  2013. package/dist/node_modules/caniuse-lite/data/regions/LB.js +1 -0
  2014. package/dist/node_modules/caniuse-lite/data/regions/LC.js +1 -0
  2015. package/dist/node_modules/caniuse-lite/data/regions/LI.js +1 -0
  2016. package/dist/node_modules/caniuse-lite/data/regions/LK.js +1 -0
  2017. package/dist/node_modules/caniuse-lite/data/regions/LR.js +1 -0
  2018. package/dist/node_modules/caniuse-lite/data/regions/LS.js +1 -0
  2019. package/dist/node_modules/caniuse-lite/data/regions/LT.js +1 -0
  2020. package/dist/node_modules/caniuse-lite/data/regions/LU.js +1 -0
  2021. package/dist/node_modules/caniuse-lite/data/regions/LV.js +1 -0
  2022. package/dist/node_modules/caniuse-lite/data/regions/LY.js +1 -0
  2023. package/dist/node_modules/caniuse-lite/data/regions/MA.js +1 -0
  2024. package/dist/node_modules/caniuse-lite/data/regions/MC.js +1 -0
  2025. package/dist/node_modules/caniuse-lite/data/regions/MD.js +1 -0
  2026. package/dist/node_modules/caniuse-lite/data/regions/ME.js +1 -0
  2027. package/dist/node_modules/caniuse-lite/data/regions/MG.js +1 -0
  2028. package/dist/node_modules/caniuse-lite/data/regions/MH.js +1 -0
  2029. package/dist/node_modules/caniuse-lite/data/regions/MK.js +1 -0
  2030. package/dist/node_modules/caniuse-lite/data/regions/ML.js +1 -0
  2031. package/dist/node_modules/caniuse-lite/data/regions/MM.js +1 -0
  2032. package/dist/node_modules/caniuse-lite/data/regions/MN.js +1 -0
  2033. package/dist/node_modules/caniuse-lite/data/regions/MO.js +1 -0
  2034. package/dist/node_modules/caniuse-lite/data/regions/MP.js +1 -0
  2035. package/dist/node_modules/caniuse-lite/data/regions/MQ.js +1 -0
  2036. package/dist/node_modules/caniuse-lite/data/regions/MR.js +1 -0
  2037. package/dist/node_modules/caniuse-lite/data/regions/MS.js +1 -0
  2038. package/dist/node_modules/caniuse-lite/data/regions/MT.js +1 -0
  2039. package/dist/node_modules/caniuse-lite/data/regions/MU.js +1 -0
  2040. package/dist/node_modules/caniuse-lite/data/regions/MV.js +1 -0
  2041. package/dist/node_modules/caniuse-lite/data/regions/MW.js +1 -0
  2042. package/dist/node_modules/caniuse-lite/data/regions/MX.js +1 -0
  2043. package/dist/node_modules/caniuse-lite/data/regions/MY.js +1 -0
  2044. package/dist/node_modules/caniuse-lite/data/regions/MZ.js +1 -0
  2045. package/dist/node_modules/caniuse-lite/data/regions/NA.js +1 -0
  2046. package/dist/node_modules/caniuse-lite/data/regions/NC.js +1 -0
  2047. package/dist/node_modules/caniuse-lite/data/regions/NE.js +1 -0
  2048. package/dist/node_modules/caniuse-lite/data/regions/NF.js +1 -0
  2049. package/dist/node_modules/caniuse-lite/data/regions/NG.js +1 -0
  2050. package/dist/node_modules/caniuse-lite/data/regions/NI.js +1 -0
  2051. package/dist/node_modules/caniuse-lite/data/regions/NL.js +1 -0
  2052. package/dist/node_modules/caniuse-lite/data/regions/NO.js +1 -0
  2053. package/dist/node_modules/caniuse-lite/data/regions/NP.js +1 -0
  2054. package/dist/node_modules/caniuse-lite/data/regions/NR.js +1 -0
  2055. package/dist/node_modules/caniuse-lite/data/regions/NU.js +1 -0
  2056. package/dist/node_modules/caniuse-lite/data/regions/NZ.js +1 -0
  2057. package/dist/node_modules/caniuse-lite/data/regions/OM.js +1 -0
  2058. package/dist/node_modules/caniuse-lite/data/regions/PA.js +1 -0
  2059. package/dist/node_modules/caniuse-lite/data/regions/PE.js +1 -0
  2060. package/dist/node_modules/caniuse-lite/data/regions/PF.js +1 -0
  2061. package/dist/node_modules/caniuse-lite/data/regions/PG.js +1 -0
  2062. package/dist/node_modules/caniuse-lite/data/regions/PH.js +1 -0
  2063. package/dist/node_modules/caniuse-lite/data/regions/PK.js +1 -0
  2064. package/dist/node_modules/caniuse-lite/data/regions/PL.js +1 -0
  2065. package/dist/node_modules/caniuse-lite/data/regions/PM.js +1 -0
  2066. package/dist/node_modules/caniuse-lite/data/regions/PN.js +1 -0
  2067. package/dist/node_modules/caniuse-lite/data/regions/PR.js +1 -0
  2068. package/dist/node_modules/caniuse-lite/data/regions/PS.js +1 -0
  2069. package/dist/node_modules/caniuse-lite/data/regions/PT.js +1 -0
  2070. package/dist/node_modules/caniuse-lite/data/regions/PW.js +1 -0
  2071. package/dist/node_modules/caniuse-lite/data/regions/PY.js +1 -0
  2072. package/dist/node_modules/caniuse-lite/data/regions/QA.js +1 -0
  2073. package/dist/node_modules/caniuse-lite/data/regions/RE.js +1 -0
  2074. package/dist/node_modules/caniuse-lite/data/regions/RO.js +1 -0
  2075. package/dist/node_modules/caniuse-lite/data/regions/RS.js +1 -0
  2076. package/dist/node_modules/caniuse-lite/data/regions/RU.js +1 -0
  2077. package/dist/node_modules/caniuse-lite/data/regions/RW.js +1 -0
  2078. package/dist/node_modules/caniuse-lite/data/regions/SA.js +1 -0
  2079. package/dist/node_modules/caniuse-lite/data/regions/SB.js +1 -0
  2080. package/dist/node_modules/caniuse-lite/data/regions/SC.js +1 -0
  2081. package/dist/node_modules/caniuse-lite/data/regions/SD.js +1 -0
  2082. package/dist/node_modules/caniuse-lite/data/regions/SE.js +1 -0
  2083. package/dist/node_modules/caniuse-lite/data/regions/SG.js +1 -0
  2084. package/dist/node_modules/caniuse-lite/data/regions/SH.js +1 -0
  2085. package/dist/node_modules/caniuse-lite/data/regions/SI.js +1 -0
  2086. package/dist/node_modules/caniuse-lite/data/regions/SK.js +1 -0
  2087. package/dist/node_modules/caniuse-lite/data/regions/SL.js +1 -0
  2088. package/dist/node_modules/caniuse-lite/data/regions/SM.js +1 -0
  2089. package/dist/node_modules/caniuse-lite/data/regions/SN.js +1 -0
  2090. package/dist/node_modules/caniuse-lite/data/regions/SO.js +1 -0
  2091. package/dist/node_modules/caniuse-lite/data/regions/SR.js +1 -0
  2092. package/dist/node_modules/caniuse-lite/data/regions/ST.js +1 -0
  2093. package/dist/node_modules/caniuse-lite/data/regions/SV.js +1 -0
  2094. package/dist/node_modules/caniuse-lite/data/regions/SY.js +1 -0
  2095. package/dist/node_modules/caniuse-lite/data/regions/SZ.js +1 -0
  2096. package/dist/node_modules/caniuse-lite/data/regions/TC.js +1 -0
  2097. package/dist/node_modules/caniuse-lite/data/regions/TD.js +1 -0
  2098. package/dist/node_modules/caniuse-lite/data/regions/TG.js +1 -0
  2099. package/dist/node_modules/caniuse-lite/data/regions/TH.js +1 -0
  2100. package/dist/node_modules/caniuse-lite/data/regions/TJ.js +1 -0
  2101. package/dist/node_modules/caniuse-lite/data/regions/TK.js +1 -0
  2102. package/dist/node_modules/caniuse-lite/data/regions/TL.js +1 -0
  2103. package/dist/node_modules/caniuse-lite/data/regions/TM.js +1 -0
  2104. package/dist/node_modules/caniuse-lite/data/regions/TN.js +1 -0
  2105. package/dist/node_modules/caniuse-lite/data/regions/TO.js +1 -0
  2106. package/dist/node_modules/caniuse-lite/data/regions/TR.js +1 -0
  2107. package/dist/node_modules/caniuse-lite/data/regions/TT.js +1 -0
  2108. package/dist/node_modules/caniuse-lite/data/regions/TV.js +1 -0
  2109. package/dist/node_modules/caniuse-lite/data/regions/TW.js +1 -0
  2110. package/dist/node_modules/caniuse-lite/data/regions/TZ.js +1 -0
  2111. package/dist/node_modules/caniuse-lite/data/regions/UA.js +1 -0
  2112. package/dist/node_modules/caniuse-lite/data/regions/UG.js +1 -0
  2113. package/dist/node_modules/caniuse-lite/data/regions/US.js +1 -0
  2114. package/dist/node_modules/caniuse-lite/data/regions/UY.js +1 -0
  2115. package/dist/node_modules/caniuse-lite/data/regions/UZ.js +1 -0
  2116. package/dist/node_modules/caniuse-lite/data/regions/VA.js +1 -0
  2117. package/dist/node_modules/caniuse-lite/data/regions/VC.js +1 -0
  2118. package/dist/node_modules/caniuse-lite/data/regions/VE.js +1 -0
  2119. package/dist/node_modules/caniuse-lite/data/regions/VG.js +1 -0
  2120. package/dist/node_modules/caniuse-lite/data/regions/VI.js +1 -0
  2121. package/dist/node_modules/caniuse-lite/data/regions/VN.js +1 -0
  2122. package/dist/node_modules/caniuse-lite/data/regions/VU.js +1 -0
  2123. package/dist/node_modules/caniuse-lite/data/regions/WF.js +1 -0
  2124. package/dist/node_modules/caniuse-lite/data/regions/WS.js +1 -0
  2125. package/dist/node_modules/caniuse-lite/data/regions/YE.js +1 -0
  2126. package/dist/node_modules/caniuse-lite/data/regions/YT.js +1 -0
  2127. package/dist/node_modules/caniuse-lite/data/regions/ZA.js +1 -0
  2128. package/dist/node_modules/caniuse-lite/data/regions/ZM.js +1 -0
  2129. package/dist/node_modules/caniuse-lite/data/regions/ZW.js +1 -0
  2130. package/dist/node_modules/caniuse-lite/data/regions/alt-af.js +1 -0
  2131. package/dist/node_modules/caniuse-lite/data/regions/alt-an.js +1 -0
  2132. package/dist/node_modules/caniuse-lite/data/regions/alt-as.js +1 -0
  2133. package/dist/node_modules/caniuse-lite/data/regions/alt-eu.js +1 -0
  2134. package/dist/node_modules/caniuse-lite/data/regions/alt-na.js +1 -0
  2135. package/dist/node_modules/caniuse-lite/data/regions/alt-oc.js +1 -0
  2136. package/dist/node_modules/caniuse-lite/data/regions/alt-sa.js +1 -0
  2137. package/dist/node_modules/caniuse-lite/data/regions/alt-ww.js +1 -0
  2138. package/dist/node_modules/caniuse-lite/dist/lib/statuses.js +9 -0
  2139. package/dist/node_modules/caniuse-lite/dist/lib/supported.js +9 -0
  2140. package/dist/node_modules/caniuse-lite/dist/unpacker/agents.js +47 -0
  2141. package/dist/node_modules/caniuse-lite/dist/unpacker/browserVersions.js +1 -0
  2142. package/dist/node_modules/caniuse-lite/dist/unpacker/browsers.js +1 -0
  2143. package/dist/node_modules/caniuse-lite/dist/unpacker/feature.js +52 -0
  2144. package/dist/node_modules/caniuse-lite/dist/unpacker/features.js +6 -0
  2145. package/dist/node_modules/caniuse-lite/dist/unpacker/index.js +4 -0
  2146. package/dist/node_modules/caniuse-lite/dist/unpacker/region.js +22 -0
  2147. package/dist/node_modules/caniuse-lite/package.json +34 -0
  2148. package/dist/node_modules/chalk/index.js +228 -0
  2149. package/dist/node_modules/chalk/index.js.flow +93 -0
  2150. package/dist/node_modules/chalk/license +9 -0
  2151. package/dist/node_modules/chalk/package.json +71 -0
  2152. package/dist/node_modules/chalk/readme.md +314 -0
  2153. package/dist/node_modules/chalk/templates.js +128 -0
  2154. package/dist/node_modules/chalk/types/index.d.ts +97 -0
  2155. package/dist/node_modules/color-convert/CHANGELOG.md +54 -0
  2156. package/dist/node_modules/color-convert/LICENSE +21 -0
  2157. package/dist/node_modules/color-convert/README.md +68 -0
  2158. package/dist/node_modules/color-convert/conversions.js +868 -0
  2159. package/dist/node_modules/color-convert/index.js +78 -0
  2160. package/dist/node_modules/color-convert/package.json +46 -0
  2161. package/dist/node_modules/color-convert/route.js +97 -0
  2162. package/dist/node_modules/color-name/.eslintrc.json +43 -0
  2163. package/dist/node_modules/color-name/LICENSE +8 -0
  2164. package/dist/node_modules/color-name/README.md +11 -0
  2165. package/dist/node_modules/color-name/index.js +152 -0
  2166. package/dist/node_modules/color-name/package.json +25 -0
  2167. package/dist/node_modules/color-name/test.js +7 -0
  2168. package/dist/node_modules/commander/CHANGELOG.md +419 -0
  2169. package/dist/node_modules/commander/LICENSE +22 -0
  2170. package/dist/node_modules/commander/Readme.md +428 -0
  2171. package/dist/node_modules/commander/index.js +1224 -0
  2172. package/dist/node_modules/commander/package.json +38 -0
  2173. package/dist/node_modules/commander/typings/index.d.ts +310 -0
  2174. package/dist/node_modules/concat-map/.travis.yml +4 -0
  2175. package/dist/node_modules/concat-map/LICENSE +18 -0
  2176. package/dist/node_modules/concat-map/README.markdown +62 -0
  2177. package/dist/node_modules/concat-map/example/map.js +6 -0
  2178. package/dist/node_modules/concat-map/index.js +13 -0
  2179. package/dist/node_modules/concat-map/package.json +43 -0
  2180. package/dist/node_modules/concat-map/test/map.js +39 -0
  2181. package/dist/node_modules/convert-source-map/LICENSE +23 -0
  2182. package/dist/node_modules/convert-source-map/README.md +206 -0
  2183. package/dist/node_modules/convert-source-map/index.js +233 -0
  2184. package/dist/node_modules/convert-source-map/package.json +38 -0
  2185. package/dist/node_modules/core-js-compat/LICENSE +19 -0
  2186. package/dist/node_modules/core-js-compat/README.md +135 -0
  2187. package/dist/node_modules/core-js-compat/compat.d.ts +48 -0
  2188. package/dist/node_modules/core-js-compat/compat.js +89 -0
  2189. package/dist/node_modules/core-js-compat/data.json +6450 -0
  2190. package/dist/node_modules/core-js-compat/entries.json +18819 -0
  2191. package/dist/node_modules/core-js-compat/external.json +21 -0
  2192. package/dist/node_modules/core-js-compat/get-modules-list-for-target-version.d.ts +5 -0
  2193. package/dist/node_modules/core-js-compat/get-modules-list-for-target-version.js +18 -0
  2194. package/dist/node_modules/core-js-compat/helpers.js +61 -0
  2195. package/dist/node_modules/core-js-compat/index.d.ts +27 -0
  2196. package/dist/node_modules/core-js-compat/index.js +14 -0
  2197. package/dist/node_modules/core-js-compat/modules-by-versions.json +518 -0
  2198. package/dist/node_modules/core-js-compat/modules.json +460 -0
  2199. package/dist/node_modules/core-js-compat/package.json +27 -0
  2200. package/dist/node_modules/core-js-compat/shared.d.ts +32 -0
  2201. package/dist/node_modules/core-js-compat/targets-parser.js +92 -0
  2202. package/dist/node_modules/debug/LICENSE +20 -0
  2203. package/dist/node_modules/debug/README.md +481 -0
  2204. package/dist/node_modules/debug/package.json +59 -0
  2205. package/dist/node_modules/debug/src/browser.js +269 -0
  2206. package/dist/node_modules/debug/src/common.js +274 -0
  2207. package/dist/node_modules/debug/src/index.js +10 -0
  2208. package/dist/node_modules/debug/src/node.js +263 -0
  2209. package/dist/node_modules/deep-equal/.editorconfig +20 -0
  2210. package/dist/node_modules/deep-equal/.eslintrc +40 -0
  2211. package/dist/node_modules/deep-equal/.nycrc +17 -0
  2212. package/dist/node_modules/deep-equal/CHANGELOG.md +298 -0
  2213. package/dist/node_modules/deep-equal/LICENSE +21 -0
  2214. package/dist/node_modules/deep-equal/assert.js +3 -0
  2215. package/dist/node_modules/deep-equal/example/cmp.js +13 -0
  2216. package/dist/node_modules/deep-equal/index.js +392 -0
  2217. package/dist/node_modules/deep-equal/package.json +140 -0
  2218. package/dist/node_modules/deep-equal/readme.markdown +77 -0
  2219. package/dist/node_modules/deep-equal/test/_tape.js +42 -0
  2220. package/dist/node_modules/deep-equal/test/cmp.js +1342 -0
  2221. package/dist/node_modules/deepmerge/.editorconfig +7 -0
  2222. package/dist/node_modules/deepmerge/.eslintcache +1 -0
  2223. package/dist/node_modules/deepmerge/changelog.md +167 -0
  2224. package/dist/node_modules/deepmerge/dist/cjs.js +133 -0
  2225. package/dist/node_modules/deepmerge/dist/umd.js +139 -0
  2226. package/dist/node_modules/deepmerge/index.d.ts +20 -0
  2227. package/dist/node_modules/deepmerge/index.js +106 -0
  2228. package/dist/node_modules/deepmerge/license.txt +21 -0
  2229. package/dist/node_modules/deepmerge/package.json +42 -0
  2230. package/dist/node_modules/deepmerge/readme.md +264 -0
  2231. package/dist/node_modules/deepmerge/rollup.config.js +22 -0
  2232. package/dist/node_modules/define-data-property/.eslintrc +24 -0
  2233. package/dist/node_modules/define-data-property/.github/FUNDING.yml +12 -0
  2234. package/dist/node_modules/define-data-property/.nycrc +13 -0
  2235. package/dist/node_modules/define-data-property/CHANGELOG.md +41 -0
  2236. package/dist/node_modules/define-data-property/LICENSE +21 -0
  2237. package/dist/node_modules/define-data-property/README.md +67 -0
  2238. package/dist/node_modules/define-data-property/index.d.ts +3 -0
  2239. package/dist/node_modules/define-data-property/index.d.ts.map +1 -0
  2240. package/dist/node_modules/define-data-property/index.js +68 -0
  2241. package/dist/node_modules/define-data-property/package.json +113 -0
  2242. package/dist/node_modules/define-data-property/test/index.js +392 -0
  2243. package/dist/node_modules/define-data-property/tsconfig.json +59 -0
  2244. package/dist/node_modules/define-properties/.editorconfig +13 -0
  2245. package/dist/node_modules/define-properties/.eslintrc +19 -0
  2246. package/dist/node_modules/define-properties/.github/FUNDING.yml +12 -0
  2247. package/dist/node_modules/define-properties/.nycrc +9 -0
  2248. package/dist/node_modules/define-properties/CHANGELOG.md +91 -0
  2249. package/dist/node_modules/define-properties/LICENSE +21 -0
  2250. package/dist/node_modules/define-properties/README.md +84 -0
  2251. package/dist/node_modules/define-properties/index.js +47 -0
  2252. package/dist/node_modules/define-properties/package.json +88 -0
  2253. package/dist/node_modules/defined/.eslintrc +19 -0
  2254. package/dist/node_modules/defined/.github/FUNDING.yml +12 -0
  2255. package/dist/node_modules/defined/CHANGELOG.md +46 -0
  2256. package/dist/node_modules/defined/LICENSE +18 -0
  2257. package/dist/node_modules/defined/README.md +72 -0
  2258. package/dist/node_modules/defined/example/defined.js +6 -0
  2259. package/dist/node_modules/defined/index.js +9 -0
  2260. package/dist/node_modules/defined/package.json +93 -0
  2261. package/dist/node_modules/defined/test/def.js +24 -0
  2262. package/dist/node_modules/defined/test/falsy.js +11 -0
  2263. package/dist/node_modules/dotignore/.eslintrc +26 -0
  2264. package/dist/node_modules/dotignore/README.md +26 -0
  2265. package/dist/node_modules/dotignore/bin/ignored +23 -0
  2266. package/dist/node_modules/dotignore/index.js +53 -0
  2267. package/dist/node_modules/dotignore/package.json +41 -0
  2268. package/dist/node_modules/dotignore/test/.1-ignore +2 -0
  2269. package/dist/node_modules/dotignore/test/1-expected +7 -0
  2270. package/dist/node_modules/dotignore/test/index.js +53 -0
  2271. package/dist/node_modules/electron-to-chromium/CHANGELOG.md +14 -0
  2272. package/dist/node_modules/electron-to-chromium/LICENSE +5 -0
  2273. package/dist/node_modules/electron-to-chromium/README.md +186 -0
  2274. package/dist/node_modules/electron-to-chromium/chromium-versions.js +59 -0
  2275. package/dist/node_modules/electron-to-chromium/chromium-versions.json +1 -0
  2276. package/dist/node_modules/electron-to-chromium/full-chromium-versions.js +2898 -0
  2277. package/dist/node_modules/electron-to-chromium/full-chromium-versions.json +1 -0
  2278. package/dist/node_modules/electron-to-chromium/full-versions.js +2116 -0
  2279. package/dist/node_modules/electron-to-chromium/full-versions.json +1 -0
  2280. package/dist/node_modules/electron-to-chromium/index.js +36 -0
  2281. package/dist/node_modules/electron-to-chromium/package.json +44 -0
  2282. package/dist/node_modules/electron-to-chromium/versions.js +141 -0
  2283. package/dist/node_modules/electron-to-chromium/versions.json +1 -0
  2284. package/dist/node_modules/es-abstract/.editorconfig +15 -0
  2285. package/dist/node_modules/es-abstract/.eslintrc +88 -0
  2286. package/dist/node_modules/es-abstract/.nycrc +15 -0
  2287. package/dist/node_modules/es-abstract/2015/AbstractEqualityComparison.js +37 -0
  2288. package/dist/node_modules/es-abstract/2015/AbstractRelationalComparison.js +63 -0
  2289. package/dist/node_modules/es-abstract/2015/AdvanceStringIndex.js +47 -0
  2290. package/dist/node_modules/es-abstract/2015/ArrayCreate.js +54 -0
  2291. package/dist/node_modules/es-abstract/2015/ArraySetLength.js +85 -0
  2292. package/dist/node_modules/es-abstract/2015/ArraySpeciesCreate.js +47 -0
  2293. package/dist/node_modules/es-abstract/2015/Call.js +20 -0
  2294. package/dist/node_modules/es-abstract/2015/CanonicalNumericIndexString.js +22 -0
  2295. package/dist/node_modules/es-abstract/2015/Canonicalize.js +55 -0
  2296. package/dist/node_modules/es-abstract/2015/CharacterRange.js +31 -0
  2297. package/dist/node_modules/es-abstract/2015/CompletePropertyDescriptor.js +39 -0
  2298. package/dist/node_modules/es-abstract/2015/CompletionRecord.js +53 -0
  2299. package/dist/node_modules/es-abstract/2015/CreateDataProperty.js +27 -0
  2300. package/dist/node_modules/es-abstract/2015/CreateDataPropertyOrThrow.js +25 -0
  2301. package/dist/node_modules/es-abstract/2015/CreateHTML.js +30 -0
  2302. package/dist/node_modules/es-abstract/2015/CreateIterResultObject.js +19 -0
  2303. package/dist/node_modules/es-abstract/2015/CreateListFromArrayLike.js +45 -0
  2304. package/dist/node_modules/es-abstract/2015/CreateMethodProperty.js +40 -0
  2305. package/dist/node_modules/es-abstract/2015/DateFromTime.js +54 -0
  2306. package/dist/node_modules/es-abstract/2015/Day.js +11 -0
  2307. package/dist/node_modules/es-abstract/2015/DayFromYear.js +10 -0
  2308. package/dist/node_modules/es-abstract/2015/DayWithinYear.js +11 -0
  2309. package/dist/node_modules/es-abstract/2015/DaysInYear.js +18 -0
  2310. package/dist/node_modules/es-abstract/2015/DefinePropertyOrThrow.js +50 -0
  2311. package/dist/node_modules/es-abstract/2015/DeletePropertyOrThrow.js +27 -0
  2312. package/dist/node_modules/es-abstract/2015/DetachArrayBuffer.js +34 -0
  2313. package/dist/node_modules/es-abstract/2015/EnumerableOwnNames.js +19 -0
  2314. package/dist/node_modules/es-abstract/2015/FromPropertyDescriptor.js +16 -0
  2315. package/dist/node_modules/es-abstract/2015/Get.js +25 -0
  2316. package/dist/node_modules/es-abstract/2015/GetGlobalObject.js +9 -0
  2317. package/dist/node_modules/es-abstract/2015/GetIterator.js +34 -0
  2318. package/dist/node_modules/es-abstract/2015/GetMethod.js +36 -0
  2319. package/dist/node_modules/es-abstract/2015/GetOwnPropertyKeys.js +31 -0
  2320. package/dist/node_modules/es-abstract/2015/GetPrototypeFromConstructor.js +32 -0
  2321. package/dist/node_modules/es-abstract/2015/GetSubstitution.js +100 -0
  2322. package/dist/node_modules/es-abstract/2015/GetV.js +25 -0
  2323. package/dist/node_modules/es-abstract/2015/GetValueFromBuffer.js +97 -0
  2324. package/dist/node_modules/es-abstract/2015/HasOwnProperty.js +22 -0
  2325. package/dist/node_modules/es-abstract/2015/HasProperty.js +20 -0
  2326. package/dist/node_modules/es-abstract/2015/HourFromTime.js +14 -0
  2327. package/dist/node_modules/es-abstract/2015/InLeapYear.js +21 -0
  2328. package/dist/node_modules/es-abstract/2015/InstanceofOperator.js +30 -0
  2329. package/dist/node_modules/es-abstract/2015/Invoke.js +24 -0
  2330. package/dist/node_modules/es-abstract/2015/IsAccessorDescriptor.js +23 -0
  2331. package/dist/node_modules/es-abstract/2015/IsArray.js +4 -0
  2332. package/dist/node_modules/es-abstract/2015/IsCallable.js +5 -0
  2333. package/dist/node_modules/es-abstract/2015/IsCompatiblePropertyDescriptor.js +9 -0
  2334. package/dist/node_modules/es-abstract/2015/IsConcatSpreadable.js +25 -0
  2335. package/dist/node_modules/es-abstract/2015/IsConstructor.js +40 -0
  2336. package/dist/node_modules/es-abstract/2015/IsDataDescriptor.js +23 -0
  2337. package/dist/node_modules/es-abstract/2015/IsDetachedBuffer.js +27 -0
  2338. package/dist/node_modules/es-abstract/2015/IsExtensible.js +18 -0
  2339. package/dist/node_modules/es-abstract/2015/IsGenericDescriptor.js +23 -0
  2340. package/dist/node_modules/es-abstract/2015/IsInteger.js +9 -0
  2341. package/dist/node_modules/es-abstract/2015/IsPromise.js +24 -0
  2342. package/dist/node_modules/es-abstract/2015/IsPropertyDescriptor.js +19 -0
  2343. package/dist/node_modules/es-abstract/2015/IsPropertyKey.js +7 -0
  2344. package/dist/node_modules/es-abstract/2015/IsRegExp.js +24 -0
  2345. package/dist/node_modules/es-abstract/2015/IsWordChar.js +39 -0
  2346. package/dist/node_modules/es-abstract/2015/IteratorClose.js +51 -0
  2347. package/dist/node_modules/es-abstract/2015/IteratorComplete.js +18 -0
  2348. package/dist/node_modules/es-abstract/2015/IteratorNext.js +18 -0
  2349. package/dist/node_modules/es-abstract/2015/IteratorStep.js +13 -0
  2350. package/dist/node_modules/es-abstract/2015/IteratorValue.js +18 -0
  2351. package/dist/node_modules/es-abstract/2015/MakeDate.js +13 -0
  2352. package/dist/node_modules/es-abstract/2015/MakeDay.js +33 -0
  2353. package/dist/node_modules/es-abstract/2015/MakeTime.js +23 -0
  2354. package/dist/node_modules/es-abstract/2015/MinFromTime.js +14 -0
  2355. package/dist/node_modules/es-abstract/2015/MonthFromTime.js +47 -0
  2356. package/dist/node_modules/es-abstract/2015/NewPromiseCapability.js +36 -0
  2357. package/dist/node_modules/es-abstract/2015/NormalCompletion.js +9 -0
  2358. package/dist/node_modules/es-abstract/2015/ObjectCreate.js +50 -0
  2359. package/dist/node_modules/es-abstract/2015/ObjectDefineProperties.js +38 -0
  2360. package/dist/node_modules/es-abstract/2015/OrdinaryCreateFromConstructor.js +20 -0
  2361. package/dist/node_modules/es-abstract/2015/OrdinaryDefineOwnProperty.js +61 -0
  2362. package/dist/node_modules/es-abstract/2015/OrdinaryGetOwnProperty.js +44 -0
  2363. package/dist/node_modules/es-abstract/2015/OrdinaryHasInstance.js +25 -0
  2364. package/dist/node_modules/es-abstract/2015/OrdinaryHasProperty.js +20 -0
  2365. package/dist/node_modules/es-abstract/2015/QuoteJSONString.js +52 -0
  2366. package/dist/node_modules/es-abstract/2015/RegExpCreate.js +21 -0
  2367. package/dist/node_modules/es-abstract/2015/RegExpExec.js +32 -0
  2368. package/dist/node_modules/es-abstract/2015/RequireObjectCoercible.js +3 -0
  2369. package/dist/node_modules/es-abstract/2015/SameValue.js +13 -0
  2370. package/dist/node_modules/es-abstract/2015/SameValueZero.js +9 -0
  2371. package/dist/node_modules/es-abstract/2015/SecFromTime.js +14 -0
  2372. package/dist/node_modules/es-abstract/2015/Set.js +47 -0
  2373. package/dist/node_modules/es-abstract/2015/SetFunctionName.js +44 -0
  2374. package/dist/node_modules/es-abstract/2015/SetIntegrityLevel.js +57 -0
  2375. package/dist/node_modules/es-abstract/2015/SetValueInBuffer.js +120 -0
  2376. package/dist/node_modules/es-abstract/2015/SpeciesConstructor.js +32 -0
  2377. package/dist/node_modules/es-abstract/2015/SplitMatch.js +39 -0
  2378. package/dist/node_modules/es-abstract/2015/StrictEqualityComparison.js +17 -0
  2379. package/dist/node_modules/es-abstract/2015/StringCreate.js +40 -0
  2380. package/dist/node_modules/es-abstract/2015/StringGetIndexProperty.js +52 -0
  2381. package/dist/node_modules/es-abstract/2015/SymbolDescriptiveString.js +20 -0
  2382. package/dist/node_modules/es-abstract/2015/TestIntegrityLevel.js +42 -0
  2383. package/dist/node_modules/es-abstract/2015/TimeClip.js +21 -0
  2384. package/dist/node_modules/es-abstract/2015/TimeFromYear.js +11 -0
  2385. package/dist/node_modules/es-abstract/2015/TimeWithinDay.js +12 -0
  2386. package/dist/node_modules/es-abstract/2015/ToBoolean.js +5 -0
  2387. package/dist/node_modules/es-abstract/2015/ToDateString.js +23 -0
  2388. package/dist/node_modules/es-abstract/2015/ToInt16.js +10 -0
  2389. package/dist/node_modules/es-abstract/2015/ToInt32.js +9 -0
  2390. package/dist/node_modules/es-abstract/2015/ToInt8.js +10 -0
  2391. package/dist/node_modules/es-abstract/2015/ToInteger.js +12 -0
  2392. package/dist/node_modules/es-abstract/2015/ToLength.js +12 -0
  2393. package/dist/node_modules/es-abstract/2015/ToNumber.js +48 -0
  2394. package/dist/node_modules/es-abstract/2015/ToObject.js +14 -0
  2395. package/dist/node_modules/es-abstract/2015/ToPrimitive.js +12 -0
  2396. package/dist/node_modules/es-abstract/2015/ToPropertyDescriptor.js +52 -0
  2397. package/dist/node_modules/es-abstract/2015/ToPropertyKey.js +15 -0
  2398. package/dist/node_modules/es-abstract/2015/ToString.js +15 -0
  2399. package/dist/node_modules/es-abstract/2015/ToUint16.js +19 -0
  2400. package/dist/node_modules/es-abstract/2015/ToUint32.js +9 -0
  2401. package/dist/node_modules/es-abstract/2015/ToUint8.js +20 -0
  2402. package/dist/node_modules/es-abstract/2015/ToUint8Clamp.js +19 -0
  2403. package/dist/node_modules/es-abstract/2015/Type.js +12 -0
  2404. package/dist/node_modules/es-abstract/2015/ValidateAndApplyPropertyDescriptor.js +170 -0
  2405. package/dist/node_modules/es-abstract/2015/ValidateTypedArray.js +30 -0
  2406. package/dist/node_modules/es-abstract/2015/WeekDay.js +10 -0
  2407. package/dist/node_modules/es-abstract/2015/YearFromTime.js +16 -0
  2408. package/dist/node_modules/es-abstract/2015/abs.js +11 -0
  2409. package/dist/node_modules/es-abstract/2015/floor.js +11 -0
  2410. package/dist/node_modules/es-abstract/2015/max.js +7 -0
  2411. package/dist/node_modules/es-abstract/2015/min.js +7 -0
  2412. package/dist/node_modules/es-abstract/2015/modulo.js +9 -0
  2413. package/dist/node_modules/es-abstract/2015/msFromTime.js +11 -0
  2414. package/dist/node_modules/es-abstract/2015/thisBooleanValue.js +15 -0
  2415. package/dist/node_modules/es-abstract/2015/thisNumberValue.js +18 -0
  2416. package/dist/node_modules/es-abstract/2015/thisStringValue.js +15 -0
  2417. package/dist/node_modules/es-abstract/2015/thisTimeValue.js +9 -0
  2418. package/dist/node_modules/es-abstract/2016/AbstractEqualityComparison.js +37 -0
  2419. package/dist/node_modules/es-abstract/2016/AbstractRelationalComparison.js +63 -0
  2420. package/dist/node_modules/es-abstract/2016/AdvanceStringIndex.js +47 -0
  2421. package/dist/node_modules/es-abstract/2016/ArrayCreate.js +54 -0
  2422. package/dist/node_modules/es-abstract/2016/ArraySetLength.js +85 -0
  2423. package/dist/node_modules/es-abstract/2016/ArraySpeciesCreate.js +47 -0
  2424. package/dist/node_modules/es-abstract/2016/Call.js +20 -0
  2425. package/dist/node_modules/es-abstract/2016/CanonicalNumericIndexString.js +22 -0
  2426. package/dist/node_modules/es-abstract/2016/Canonicalize.js +55 -0
  2427. package/dist/node_modules/es-abstract/2016/CharacterRange.js +31 -0
  2428. package/dist/node_modules/es-abstract/2016/CompletePropertyDescriptor.js +39 -0
  2429. package/dist/node_modules/es-abstract/2016/CompletionRecord.js +53 -0
  2430. package/dist/node_modules/es-abstract/2016/CreateDataProperty.js +27 -0
  2431. package/dist/node_modules/es-abstract/2016/CreateDataPropertyOrThrow.js +25 -0
  2432. package/dist/node_modules/es-abstract/2016/CreateHTML.js +30 -0
  2433. package/dist/node_modules/es-abstract/2016/CreateIterResultObject.js +19 -0
  2434. package/dist/node_modules/es-abstract/2016/CreateListFromArrayLike.js +45 -0
  2435. package/dist/node_modules/es-abstract/2016/CreateMethodProperty.js +40 -0
  2436. package/dist/node_modules/es-abstract/2016/DateFromTime.js +54 -0
  2437. package/dist/node_modules/es-abstract/2016/Day.js +11 -0
  2438. package/dist/node_modules/es-abstract/2016/DayFromYear.js +10 -0
  2439. package/dist/node_modules/es-abstract/2016/DayWithinYear.js +11 -0
  2440. package/dist/node_modules/es-abstract/2016/DaysInYear.js +18 -0
  2441. package/dist/node_modules/es-abstract/2016/DefinePropertyOrThrow.js +50 -0
  2442. package/dist/node_modules/es-abstract/2016/DeletePropertyOrThrow.js +27 -0
  2443. package/dist/node_modules/es-abstract/2016/DetachArrayBuffer.js +34 -0
  2444. package/dist/node_modules/es-abstract/2016/EnumerableOwnNames.js +19 -0
  2445. package/dist/node_modules/es-abstract/2016/FromPropertyDescriptor.js +16 -0
  2446. package/dist/node_modules/es-abstract/2016/Get.js +25 -0
  2447. package/dist/node_modules/es-abstract/2016/GetGlobalObject.js +9 -0
  2448. package/dist/node_modules/es-abstract/2016/GetIterator.js +34 -0
  2449. package/dist/node_modules/es-abstract/2016/GetMethod.js +36 -0
  2450. package/dist/node_modules/es-abstract/2016/GetOwnPropertyKeys.js +31 -0
  2451. package/dist/node_modules/es-abstract/2016/GetPrototypeFromConstructor.js +32 -0
  2452. package/dist/node_modules/es-abstract/2016/GetSubstitution.js +100 -0
  2453. package/dist/node_modules/es-abstract/2016/GetV.js +25 -0
  2454. package/dist/node_modules/es-abstract/2016/GetValueFromBuffer.js +97 -0
  2455. package/dist/node_modules/es-abstract/2016/HasOwnProperty.js +22 -0
  2456. package/dist/node_modules/es-abstract/2016/HasProperty.js +20 -0
  2457. package/dist/node_modules/es-abstract/2016/HourFromTime.js +14 -0
  2458. package/dist/node_modules/es-abstract/2016/InLeapYear.js +21 -0
  2459. package/dist/node_modules/es-abstract/2016/InstanceofOperator.js +30 -0
  2460. package/dist/node_modules/es-abstract/2016/Invoke.js +24 -0
  2461. package/dist/node_modules/es-abstract/2016/IsAccessorDescriptor.js +23 -0
  2462. package/dist/node_modules/es-abstract/2016/IsArray.js +4 -0
  2463. package/dist/node_modules/es-abstract/2016/IsCallable.js +5 -0
  2464. package/dist/node_modules/es-abstract/2016/IsCompatiblePropertyDescriptor.js +9 -0
  2465. package/dist/node_modules/es-abstract/2016/IsConcatSpreadable.js +25 -0
  2466. package/dist/node_modules/es-abstract/2016/IsConstructor.js +40 -0
  2467. package/dist/node_modules/es-abstract/2016/IsDataDescriptor.js +23 -0
  2468. package/dist/node_modules/es-abstract/2016/IsDetachedBuffer.js +27 -0
  2469. package/dist/node_modules/es-abstract/2016/IsExtensible.js +18 -0
  2470. package/dist/node_modules/es-abstract/2016/IsGenericDescriptor.js +23 -0
  2471. package/dist/node_modules/es-abstract/2016/IsInteger.js +9 -0
  2472. package/dist/node_modules/es-abstract/2016/IsPromise.js +24 -0
  2473. package/dist/node_modules/es-abstract/2016/IsPropertyDescriptor.js +19 -0
  2474. package/dist/node_modules/es-abstract/2016/IsPropertyKey.js +7 -0
  2475. package/dist/node_modules/es-abstract/2016/IsRegExp.js +24 -0
  2476. package/dist/node_modules/es-abstract/2016/IsWordChar.js +39 -0
  2477. package/dist/node_modules/es-abstract/2016/IterableToArrayLike.js +39 -0
  2478. package/dist/node_modules/es-abstract/2016/IteratorClose.js +51 -0
  2479. package/dist/node_modules/es-abstract/2016/IteratorComplete.js +18 -0
  2480. package/dist/node_modules/es-abstract/2016/IteratorNext.js +18 -0
  2481. package/dist/node_modules/es-abstract/2016/IteratorStep.js +13 -0
  2482. package/dist/node_modules/es-abstract/2016/IteratorValue.js +18 -0
  2483. package/dist/node_modules/es-abstract/2016/MakeDate.js +13 -0
  2484. package/dist/node_modules/es-abstract/2016/MakeDay.js +33 -0
  2485. package/dist/node_modules/es-abstract/2016/MakeTime.js +23 -0
  2486. package/dist/node_modules/es-abstract/2016/MinFromTime.js +14 -0
  2487. package/dist/node_modules/es-abstract/2016/MonthFromTime.js +47 -0
  2488. package/dist/node_modules/es-abstract/2016/NewPromiseCapability.js +36 -0
  2489. package/dist/node_modules/es-abstract/2016/NormalCompletion.js +9 -0
  2490. package/dist/node_modules/es-abstract/2016/ObjectCreate.js +50 -0
  2491. package/dist/node_modules/es-abstract/2016/ObjectDefineProperties.js +38 -0
  2492. package/dist/node_modules/es-abstract/2016/OrdinaryCreateFromConstructor.js +20 -0
  2493. package/dist/node_modules/es-abstract/2016/OrdinaryDefineOwnProperty.js +61 -0
  2494. package/dist/node_modules/es-abstract/2016/OrdinaryGetOwnProperty.js +44 -0
  2495. package/dist/node_modules/es-abstract/2016/OrdinaryGetPrototypeOf.js +21 -0
  2496. package/dist/node_modules/es-abstract/2016/OrdinaryHasInstance.js +25 -0
  2497. package/dist/node_modules/es-abstract/2016/OrdinaryHasProperty.js +20 -0
  2498. package/dist/node_modules/es-abstract/2016/OrdinarySetPrototypeOf.js +53 -0
  2499. package/dist/node_modules/es-abstract/2016/QuoteJSONString.js +52 -0
  2500. package/dist/node_modules/es-abstract/2016/RegExpCreate.js +21 -0
  2501. package/dist/node_modules/es-abstract/2016/RegExpExec.js +32 -0
  2502. package/dist/node_modules/es-abstract/2016/RequireObjectCoercible.js +3 -0
  2503. package/dist/node_modules/es-abstract/2016/SameValue.js +13 -0
  2504. package/dist/node_modules/es-abstract/2016/SameValueNonNumber.js +16 -0
  2505. package/dist/node_modules/es-abstract/2016/SameValueZero.js +9 -0
  2506. package/dist/node_modules/es-abstract/2016/SecFromTime.js +14 -0
  2507. package/dist/node_modules/es-abstract/2016/Set.js +47 -0
  2508. package/dist/node_modules/es-abstract/2016/SetFunctionName.js +44 -0
  2509. package/dist/node_modules/es-abstract/2016/SetIntegrityLevel.js +57 -0
  2510. package/dist/node_modules/es-abstract/2016/SetValueInBuffer.js +120 -0
  2511. package/dist/node_modules/es-abstract/2016/SpeciesConstructor.js +32 -0
  2512. package/dist/node_modules/es-abstract/2016/SplitMatch.js +39 -0
  2513. package/dist/node_modules/es-abstract/2016/StrictEqualityComparison.js +17 -0
  2514. package/dist/node_modules/es-abstract/2016/StringCreate.js +40 -0
  2515. package/dist/node_modules/es-abstract/2016/SymbolDescriptiveString.js +20 -0
  2516. package/dist/node_modules/es-abstract/2016/TestIntegrityLevel.js +42 -0
  2517. package/dist/node_modules/es-abstract/2016/TimeClip.js +21 -0
  2518. package/dist/node_modules/es-abstract/2016/TimeFromYear.js +11 -0
  2519. package/dist/node_modules/es-abstract/2016/TimeWithinDay.js +12 -0
  2520. package/dist/node_modules/es-abstract/2016/ToBoolean.js +5 -0
  2521. package/dist/node_modules/es-abstract/2016/ToDateString.js +23 -0
  2522. package/dist/node_modules/es-abstract/2016/ToInt16.js +10 -0
  2523. package/dist/node_modules/es-abstract/2016/ToInt32.js +9 -0
  2524. package/dist/node_modules/es-abstract/2016/ToInt8.js +10 -0
  2525. package/dist/node_modules/es-abstract/2016/ToInteger.js +12 -0
  2526. package/dist/node_modules/es-abstract/2016/ToLength.js +12 -0
  2527. package/dist/node_modules/es-abstract/2016/ToNumber.js +48 -0
  2528. package/dist/node_modules/es-abstract/2016/ToObject.js +14 -0
  2529. package/dist/node_modules/es-abstract/2016/ToPrimitive.js +12 -0
  2530. package/dist/node_modules/es-abstract/2016/ToPropertyDescriptor.js +52 -0
  2531. package/dist/node_modules/es-abstract/2016/ToPropertyKey.js +15 -0
  2532. package/dist/node_modules/es-abstract/2016/ToString.js +15 -0
  2533. package/dist/node_modules/es-abstract/2016/ToUint16.js +19 -0
  2534. package/dist/node_modules/es-abstract/2016/ToUint32.js +9 -0
  2535. package/dist/node_modules/es-abstract/2016/ToUint8.js +20 -0
  2536. package/dist/node_modules/es-abstract/2016/ToUint8Clamp.js +19 -0
  2537. package/dist/node_modules/es-abstract/2016/Type.js +12 -0
  2538. package/dist/node_modules/es-abstract/2016/TypedArrayCreate.js +50 -0
  2539. package/dist/node_modules/es-abstract/2016/TypedArraySpeciesCreate.js +39 -0
  2540. package/dist/node_modules/es-abstract/2016/UTF16Decode.js +21 -0
  2541. package/dist/node_modules/es-abstract/2016/UTF16Encoding.js +25 -0
  2542. package/dist/node_modules/es-abstract/2016/ValidateAndApplyPropertyDescriptor.js +170 -0
  2543. package/dist/node_modules/es-abstract/2016/ValidateTypedArray.js +30 -0
  2544. package/dist/node_modules/es-abstract/2016/WeekDay.js +10 -0
  2545. package/dist/node_modules/es-abstract/2016/YearFromTime.js +16 -0
  2546. package/dist/node_modules/es-abstract/2016/abs.js +11 -0
  2547. package/dist/node_modules/es-abstract/2016/floor.js +11 -0
  2548. package/dist/node_modules/es-abstract/2016/max.js +7 -0
  2549. package/dist/node_modules/es-abstract/2016/min.js +7 -0
  2550. package/dist/node_modules/es-abstract/2016/modulo.js +9 -0
  2551. package/dist/node_modules/es-abstract/2016/msFromTime.js +11 -0
  2552. package/dist/node_modules/es-abstract/2016/thisBooleanValue.js +15 -0
  2553. package/dist/node_modules/es-abstract/2016/thisNumberValue.js +18 -0
  2554. package/dist/node_modules/es-abstract/2016/thisStringValue.js +15 -0
  2555. package/dist/node_modules/es-abstract/2016/thisTimeValue.js +9 -0
  2556. package/dist/node_modules/es-abstract/2017/AbstractEqualityComparison.js +37 -0
  2557. package/dist/node_modules/es-abstract/2017/AbstractRelationalComparison.js +63 -0
  2558. package/dist/node_modules/es-abstract/2017/AdvanceStringIndex.js +47 -0
  2559. package/dist/node_modules/es-abstract/2017/ArrayCreate.js +54 -0
  2560. package/dist/node_modules/es-abstract/2017/ArraySetLength.js +85 -0
  2561. package/dist/node_modules/es-abstract/2017/ArraySpeciesCreate.js +47 -0
  2562. package/dist/node_modules/es-abstract/2017/Call.js +20 -0
  2563. package/dist/node_modules/es-abstract/2017/CanonicalNumericIndexString.js +22 -0
  2564. package/dist/node_modules/es-abstract/2017/Canonicalize.js +55 -0
  2565. package/dist/node_modules/es-abstract/2017/CharacterRange.js +31 -0
  2566. package/dist/node_modules/es-abstract/2017/CompletePropertyDescriptor.js +39 -0
  2567. package/dist/node_modules/es-abstract/2017/CompletionRecord.js +53 -0
  2568. package/dist/node_modules/es-abstract/2017/CreateDataProperty.js +27 -0
  2569. package/dist/node_modules/es-abstract/2017/CreateDataPropertyOrThrow.js +25 -0
  2570. package/dist/node_modules/es-abstract/2017/CreateHTML.js +30 -0
  2571. package/dist/node_modules/es-abstract/2017/CreateIterResultObject.js +19 -0
  2572. package/dist/node_modules/es-abstract/2017/CreateListFromArrayLike.js +45 -0
  2573. package/dist/node_modules/es-abstract/2017/CreateMethodProperty.js +40 -0
  2574. package/dist/node_modules/es-abstract/2017/DateFromTime.js +54 -0
  2575. package/dist/node_modules/es-abstract/2017/Day.js +11 -0
  2576. package/dist/node_modules/es-abstract/2017/DayFromYear.js +10 -0
  2577. package/dist/node_modules/es-abstract/2017/DayWithinYear.js +11 -0
  2578. package/dist/node_modules/es-abstract/2017/DaysInYear.js +18 -0
  2579. package/dist/node_modules/es-abstract/2017/DefinePropertyOrThrow.js +50 -0
  2580. package/dist/node_modules/es-abstract/2017/DeletePropertyOrThrow.js +27 -0
  2581. package/dist/node_modules/es-abstract/2017/DetachArrayBuffer.js +35 -0
  2582. package/dist/node_modules/es-abstract/2017/EnumerableOwnProperties.js +43 -0
  2583. package/dist/node_modules/es-abstract/2017/FromPropertyDescriptor.js +16 -0
  2584. package/dist/node_modules/es-abstract/2017/Get.js +25 -0
  2585. package/dist/node_modules/es-abstract/2017/GetGlobalObject.js +9 -0
  2586. package/dist/node_modules/es-abstract/2017/GetIterator.js +34 -0
  2587. package/dist/node_modules/es-abstract/2017/GetMethod.js +36 -0
  2588. package/dist/node_modules/es-abstract/2017/GetOwnPropertyKeys.js +31 -0
  2589. package/dist/node_modules/es-abstract/2017/GetPrototypeFromConstructor.js +32 -0
  2590. package/dist/node_modules/es-abstract/2017/GetSubstitution.js +100 -0
  2591. package/dist/node_modules/es-abstract/2017/GetV.js +25 -0
  2592. package/dist/node_modules/es-abstract/2017/GetValueFromBuffer.js +108 -0
  2593. package/dist/node_modules/es-abstract/2017/HasOwnProperty.js +22 -0
  2594. package/dist/node_modules/es-abstract/2017/HasProperty.js +20 -0
  2595. package/dist/node_modules/es-abstract/2017/HourFromTime.js +14 -0
  2596. package/dist/node_modules/es-abstract/2017/InLeapYear.js +21 -0
  2597. package/dist/node_modules/es-abstract/2017/InstanceofOperator.js +30 -0
  2598. package/dist/node_modules/es-abstract/2017/Invoke.js +24 -0
  2599. package/dist/node_modules/es-abstract/2017/IsAccessorDescriptor.js +23 -0
  2600. package/dist/node_modules/es-abstract/2017/IsArray.js +4 -0
  2601. package/dist/node_modules/es-abstract/2017/IsCallable.js +5 -0
  2602. package/dist/node_modules/es-abstract/2017/IsCompatiblePropertyDescriptor.js +9 -0
  2603. package/dist/node_modules/es-abstract/2017/IsConcatSpreadable.js +25 -0
  2604. package/dist/node_modules/es-abstract/2017/IsConstructor.js +40 -0
  2605. package/dist/node_modules/es-abstract/2017/IsDataDescriptor.js +23 -0
  2606. package/dist/node_modules/es-abstract/2017/IsDetachedBuffer.js +27 -0
  2607. package/dist/node_modules/es-abstract/2017/IsExtensible.js +18 -0
  2608. package/dist/node_modules/es-abstract/2017/IsGenericDescriptor.js +23 -0
  2609. package/dist/node_modules/es-abstract/2017/IsInteger.js +9 -0
  2610. package/dist/node_modules/es-abstract/2017/IsPromise.js +24 -0
  2611. package/dist/node_modules/es-abstract/2017/IsPropertyDescriptor.js +19 -0
  2612. package/dist/node_modules/es-abstract/2017/IsPropertyKey.js +7 -0
  2613. package/dist/node_modules/es-abstract/2017/IsRegExp.js +24 -0
  2614. package/dist/node_modules/es-abstract/2017/IsSharedArrayBuffer.js +19 -0
  2615. package/dist/node_modules/es-abstract/2017/IsWordChar.js +48 -0
  2616. package/dist/node_modules/es-abstract/2017/IterableToList.js +24 -0
  2617. package/dist/node_modules/es-abstract/2017/IteratorClose.js +51 -0
  2618. package/dist/node_modules/es-abstract/2017/IteratorComplete.js +18 -0
  2619. package/dist/node_modules/es-abstract/2017/IteratorNext.js +18 -0
  2620. package/dist/node_modules/es-abstract/2017/IteratorStep.js +13 -0
  2621. package/dist/node_modules/es-abstract/2017/IteratorValue.js +18 -0
  2622. package/dist/node_modules/es-abstract/2017/MakeDate.js +13 -0
  2623. package/dist/node_modules/es-abstract/2017/MakeDay.js +33 -0
  2624. package/dist/node_modules/es-abstract/2017/MakeTime.js +23 -0
  2625. package/dist/node_modules/es-abstract/2017/MinFromTime.js +14 -0
  2626. package/dist/node_modules/es-abstract/2017/MonthFromTime.js +47 -0
  2627. package/dist/node_modules/es-abstract/2017/NewPromiseCapability.js +36 -0
  2628. package/dist/node_modules/es-abstract/2017/NormalCompletion.js +9 -0
  2629. package/dist/node_modules/es-abstract/2017/NumberToRawBytes.js +74 -0
  2630. package/dist/node_modules/es-abstract/2017/ObjectCreate.js +50 -0
  2631. package/dist/node_modules/es-abstract/2017/ObjectDefineProperties.js +38 -0
  2632. package/dist/node_modules/es-abstract/2017/OrdinaryCreateFromConstructor.js +20 -0
  2633. package/dist/node_modules/es-abstract/2017/OrdinaryDefineOwnProperty.js +61 -0
  2634. package/dist/node_modules/es-abstract/2017/OrdinaryGetOwnProperty.js +44 -0
  2635. package/dist/node_modules/es-abstract/2017/OrdinaryGetPrototypeOf.js +21 -0
  2636. package/dist/node_modules/es-abstract/2017/OrdinaryHasInstance.js +25 -0
  2637. package/dist/node_modules/es-abstract/2017/OrdinaryHasProperty.js +20 -0
  2638. package/dist/node_modules/es-abstract/2017/OrdinarySetPrototypeOf.js +53 -0
  2639. package/dist/node_modules/es-abstract/2017/OrdinaryToPrimitive.js +38 -0
  2640. package/dist/node_modules/es-abstract/2017/QuoteJSONString.js +52 -0
  2641. package/dist/node_modules/es-abstract/2017/RawBytesToNumber.js +74 -0
  2642. package/dist/node_modules/es-abstract/2017/RegExpCreate.js +21 -0
  2643. package/dist/node_modules/es-abstract/2017/RegExpExec.js +32 -0
  2644. package/dist/node_modules/es-abstract/2017/RequireObjectCoercible.js +3 -0
  2645. package/dist/node_modules/es-abstract/2017/SameValue.js +13 -0
  2646. package/dist/node_modules/es-abstract/2017/SameValueNonNumber.js +16 -0
  2647. package/dist/node_modules/es-abstract/2017/SameValueZero.js +9 -0
  2648. package/dist/node_modules/es-abstract/2017/SecFromTime.js +14 -0
  2649. package/dist/node_modules/es-abstract/2017/Set.js +47 -0
  2650. package/dist/node_modules/es-abstract/2017/SetFunctionName.js +44 -0
  2651. package/dist/node_modules/es-abstract/2017/SetIntegrityLevel.js +57 -0
  2652. package/dist/node_modules/es-abstract/2017/SetValueInBuffer.js +120 -0
  2653. package/dist/node_modules/es-abstract/2017/SpeciesConstructor.js +32 -0
  2654. package/dist/node_modules/es-abstract/2017/SplitMatch.js +39 -0
  2655. package/dist/node_modules/es-abstract/2017/StrictEqualityComparison.js +17 -0
  2656. package/dist/node_modules/es-abstract/2017/StringCreate.js +40 -0
  2657. package/dist/node_modules/es-abstract/2017/StringGetOwnProperty.js +48 -0
  2658. package/dist/node_modules/es-abstract/2017/SymbolDescriptiveString.js +20 -0
  2659. package/dist/node_modules/es-abstract/2017/TestIntegrityLevel.js +42 -0
  2660. package/dist/node_modules/es-abstract/2017/TimeClip.js +21 -0
  2661. package/dist/node_modules/es-abstract/2017/TimeFromYear.js +11 -0
  2662. package/dist/node_modules/es-abstract/2017/TimeWithinDay.js +12 -0
  2663. package/dist/node_modules/es-abstract/2017/ToBoolean.js +5 -0
  2664. package/dist/node_modules/es-abstract/2017/ToDateString.js +23 -0
  2665. package/dist/node_modules/es-abstract/2017/ToIndex.js +26 -0
  2666. package/dist/node_modules/es-abstract/2017/ToInt16.js +10 -0
  2667. package/dist/node_modules/es-abstract/2017/ToInt32.js +9 -0
  2668. package/dist/node_modules/es-abstract/2017/ToInt8.js +10 -0
  2669. package/dist/node_modules/es-abstract/2017/ToInteger.js +12 -0
  2670. package/dist/node_modules/es-abstract/2017/ToLength.js +12 -0
  2671. package/dist/node_modules/es-abstract/2017/ToNumber.js +48 -0
  2672. package/dist/node_modules/es-abstract/2017/ToObject.js +14 -0
  2673. package/dist/node_modules/es-abstract/2017/ToPrimitive.js +12 -0
  2674. package/dist/node_modules/es-abstract/2017/ToPropertyDescriptor.js +52 -0
  2675. package/dist/node_modules/es-abstract/2017/ToPropertyKey.js +15 -0
  2676. package/dist/node_modules/es-abstract/2017/ToString.js +15 -0
  2677. package/dist/node_modules/es-abstract/2017/ToUint16.js +19 -0
  2678. package/dist/node_modules/es-abstract/2017/ToUint32.js +9 -0
  2679. package/dist/node_modules/es-abstract/2017/ToUint8.js +20 -0
  2680. package/dist/node_modules/es-abstract/2017/ToUint8Clamp.js +19 -0
  2681. package/dist/node_modules/es-abstract/2017/Type.js +12 -0
  2682. package/dist/node_modules/es-abstract/2017/TypedArrayCreate.js +50 -0
  2683. package/dist/node_modules/es-abstract/2017/TypedArraySpeciesCreate.js +39 -0
  2684. package/dist/node_modules/es-abstract/2017/UTF16Decode.js +21 -0
  2685. package/dist/node_modules/es-abstract/2017/UTF16Encoding.js +25 -0
  2686. package/dist/node_modules/es-abstract/2017/ValidateAndApplyPropertyDescriptor.js +170 -0
  2687. package/dist/node_modules/es-abstract/2017/ValidateAtomicAccess.js +36 -0
  2688. package/dist/node_modules/es-abstract/2017/ValidateTypedArray.js +30 -0
  2689. package/dist/node_modules/es-abstract/2017/WeekDay.js +10 -0
  2690. package/dist/node_modules/es-abstract/2017/WordCharacters.js +49 -0
  2691. package/dist/node_modules/es-abstract/2017/YearFromTime.js +16 -0
  2692. package/dist/node_modules/es-abstract/2017/abs.js +11 -0
  2693. package/dist/node_modules/es-abstract/2017/floor.js +11 -0
  2694. package/dist/node_modules/es-abstract/2017/max.js +7 -0
  2695. package/dist/node_modules/es-abstract/2017/min.js +7 -0
  2696. package/dist/node_modules/es-abstract/2017/modulo.js +9 -0
  2697. package/dist/node_modules/es-abstract/2017/msFromTime.js +11 -0
  2698. package/dist/node_modules/es-abstract/2017/thisBooleanValue.js +15 -0
  2699. package/dist/node_modules/es-abstract/2017/thisNumberValue.js +18 -0
  2700. package/dist/node_modules/es-abstract/2017/thisStringValue.js +15 -0
  2701. package/dist/node_modules/es-abstract/2017/thisTimeValue.js +9 -0
  2702. package/dist/node_modules/es-abstract/2018/AbstractEqualityComparison.js +37 -0
  2703. package/dist/node_modules/es-abstract/2018/AbstractRelationalComparison.js +61 -0
  2704. package/dist/node_modules/es-abstract/2018/AdvanceStringIndex.js +47 -0
  2705. package/dist/node_modules/es-abstract/2018/ArrayCreate.js +54 -0
  2706. package/dist/node_modules/es-abstract/2018/ArraySetLength.js +85 -0
  2707. package/dist/node_modules/es-abstract/2018/ArraySpeciesCreate.js +47 -0
  2708. package/dist/node_modules/es-abstract/2018/AsyncIteratorClose.js +62 -0
  2709. package/dist/node_modules/es-abstract/2018/Call.js +20 -0
  2710. package/dist/node_modules/es-abstract/2018/CanonicalNumericIndexString.js +22 -0
  2711. package/dist/node_modules/es-abstract/2018/Canonicalize.js +55 -0
  2712. package/dist/node_modules/es-abstract/2018/CharacterRange.js +31 -0
  2713. package/dist/node_modules/es-abstract/2018/CompletePropertyDescriptor.js +39 -0
  2714. package/dist/node_modules/es-abstract/2018/CompletionRecord.js +53 -0
  2715. package/dist/node_modules/es-abstract/2018/CopyDataProperties.js +68 -0
  2716. package/dist/node_modules/es-abstract/2018/CreateAsyncFromSyncIterator.js +155 -0
  2717. package/dist/node_modules/es-abstract/2018/CreateDataProperty.js +27 -0
  2718. package/dist/node_modules/es-abstract/2018/CreateDataPropertyOrThrow.js +25 -0
  2719. package/dist/node_modules/es-abstract/2018/CreateHTML.js +30 -0
  2720. package/dist/node_modules/es-abstract/2018/CreateIterResultObject.js +19 -0
  2721. package/dist/node_modules/es-abstract/2018/CreateListFromArrayLike.js +45 -0
  2722. package/dist/node_modules/es-abstract/2018/CreateMethodProperty.js +40 -0
  2723. package/dist/node_modules/es-abstract/2018/DateFromTime.js +54 -0
  2724. package/dist/node_modules/es-abstract/2018/DateString.js +30 -0
  2725. package/dist/node_modules/es-abstract/2018/Day.js +11 -0
  2726. package/dist/node_modules/es-abstract/2018/DayFromYear.js +10 -0
  2727. package/dist/node_modules/es-abstract/2018/DayWithinYear.js +11 -0
  2728. package/dist/node_modules/es-abstract/2018/DaysInYear.js +18 -0
  2729. package/dist/node_modules/es-abstract/2018/DefinePropertyOrThrow.js +50 -0
  2730. package/dist/node_modules/es-abstract/2018/DeletePropertyOrThrow.js +27 -0
  2731. package/dist/node_modules/es-abstract/2018/DetachArrayBuffer.js +43 -0
  2732. package/dist/node_modules/es-abstract/2018/EnumerableOwnPropertyNames.js +43 -0
  2733. package/dist/node_modules/es-abstract/2018/FromPropertyDescriptor.js +16 -0
  2734. package/dist/node_modules/es-abstract/2018/Get.js +25 -0
  2735. package/dist/node_modules/es-abstract/2018/GetGlobalObject.js +9 -0
  2736. package/dist/node_modules/es-abstract/2018/GetIterator.js +34 -0
  2737. package/dist/node_modules/es-abstract/2018/GetMethod.js +36 -0
  2738. package/dist/node_modules/es-abstract/2018/GetOwnPropertyKeys.js +31 -0
  2739. package/dist/node_modules/es-abstract/2018/GetPrototypeFromConstructor.js +32 -0
  2740. package/dist/node_modules/es-abstract/2018/GetSubstitution.js +124 -0
  2741. package/dist/node_modules/es-abstract/2018/GetV.js +25 -0
  2742. package/dist/node_modules/es-abstract/2018/GetValueFromBuffer.js +108 -0
  2743. package/dist/node_modules/es-abstract/2018/HasOwnProperty.js +22 -0
  2744. package/dist/node_modules/es-abstract/2018/HasProperty.js +20 -0
  2745. package/dist/node_modules/es-abstract/2018/HourFromTime.js +14 -0
  2746. package/dist/node_modules/es-abstract/2018/InLeapYear.js +21 -0
  2747. package/dist/node_modules/es-abstract/2018/InstanceofOperator.js +30 -0
  2748. package/dist/node_modules/es-abstract/2018/Invoke.js +24 -0
  2749. package/dist/node_modules/es-abstract/2018/IsAccessorDescriptor.js +23 -0
  2750. package/dist/node_modules/es-abstract/2018/IsArray.js +4 -0
  2751. package/dist/node_modules/es-abstract/2018/IsCallable.js +5 -0
  2752. package/dist/node_modules/es-abstract/2018/IsCompatiblePropertyDescriptor.js +9 -0
  2753. package/dist/node_modules/es-abstract/2018/IsConcatSpreadable.js +25 -0
  2754. package/dist/node_modules/es-abstract/2018/IsConstructor.js +40 -0
  2755. package/dist/node_modules/es-abstract/2018/IsDataDescriptor.js +23 -0
  2756. package/dist/node_modules/es-abstract/2018/IsDetachedBuffer.js +27 -0
  2757. package/dist/node_modules/es-abstract/2018/IsExtensible.js +18 -0
  2758. package/dist/node_modules/es-abstract/2018/IsGenericDescriptor.js +23 -0
  2759. package/dist/node_modules/es-abstract/2018/IsInteger.js +9 -0
  2760. package/dist/node_modules/es-abstract/2018/IsPromise.js +24 -0
  2761. package/dist/node_modules/es-abstract/2018/IsPropertyKey.js +7 -0
  2762. package/dist/node_modules/es-abstract/2018/IsRegExp.js +24 -0
  2763. package/dist/node_modules/es-abstract/2018/IsSharedArrayBuffer.js +19 -0
  2764. package/dist/node_modules/es-abstract/2018/IsStringPrefix.js +47 -0
  2765. package/dist/node_modules/es-abstract/2018/IsWordChar.js +48 -0
  2766. package/dist/node_modules/es-abstract/2018/IterableToList.js +24 -0
  2767. package/dist/node_modules/es-abstract/2018/IteratorClose.js +51 -0
  2768. package/dist/node_modules/es-abstract/2018/IteratorComplete.js +18 -0
  2769. package/dist/node_modules/es-abstract/2018/IteratorNext.js +18 -0
  2770. package/dist/node_modules/es-abstract/2018/IteratorStep.js +13 -0
  2771. package/dist/node_modules/es-abstract/2018/IteratorValue.js +18 -0
  2772. package/dist/node_modules/es-abstract/2018/MakeDate.js +13 -0
  2773. package/dist/node_modules/es-abstract/2018/MakeDay.js +33 -0
  2774. package/dist/node_modules/es-abstract/2018/MakeTime.js +23 -0
  2775. package/dist/node_modules/es-abstract/2018/MinFromTime.js +14 -0
  2776. package/dist/node_modules/es-abstract/2018/MonthFromTime.js +47 -0
  2777. package/dist/node_modules/es-abstract/2018/NewPromiseCapability.js +36 -0
  2778. package/dist/node_modules/es-abstract/2018/NormalCompletion.js +9 -0
  2779. package/dist/node_modules/es-abstract/2018/NumberToRawBytes.js +74 -0
  2780. package/dist/node_modules/es-abstract/2018/NumberToString.js +19 -0
  2781. package/dist/node_modules/es-abstract/2018/ObjectCreate.js +50 -0
  2782. package/dist/node_modules/es-abstract/2018/ObjectDefineProperties.js +38 -0
  2783. package/dist/node_modules/es-abstract/2018/OrdinaryCreateFromConstructor.js +20 -0
  2784. package/dist/node_modules/es-abstract/2018/OrdinaryDefineOwnProperty.js +61 -0
  2785. package/dist/node_modules/es-abstract/2018/OrdinaryGetOwnProperty.js +44 -0
  2786. package/dist/node_modules/es-abstract/2018/OrdinaryGetPrototypeOf.js +21 -0
  2787. package/dist/node_modules/es-abstract/2018/OrdinaryHasInstance.js +25 -0
  2788. package/dist/node_modules/es-abstract/2018/OrdinaryHasProperty.js +20 -0
  2789. package/dist/node_modules/es-abstract/2018/OrdinarySetPrototypeOf.js +53 -0
  2790. package/dist/node_modules/es-abstract/2018/OrdinaryToPrimitive.js +38 -0
  2791. package/dist/node_modules/es-abstract/2018/PromiseResolve.js +17 -0
  2792. package/dist/node_modules/es-abstract/2018/QuoteJSONString.js +48 -0
  2793. package/dist/node_modules/es-abstract/2018/RawBytesToNumber.js +74 -0
  2794. package/dist/node_modules/es-abstract/2018/RegExpCreate.js +21 -0
  2795. package/dist/node_modules/es-abstract/2018/RegExpExec.js +32 -0
  2796. package/dist/node_modules/es-abstract/2018/RequireObjectCoercible.js +3 -0
  2797. package/dist/node_modules/es-abstract/2018/SameValue.js +13 -0
  2798. package/dist/node_modules/es-abstract/2018/SameValueNonNumber.js +16 -0
  2799. package/dist/node_modules/es-abstract/2018/SameValueZero.js +9 -0
  2800. package/dist/node_modules/es-abstract/2018/SecFromTime.js +14 -0
  2801. package/dist/node_modules/es-abstract/2018/Set.js +47 -0
  2802. package/dist/node_modules/es-abstract/2018/SetFunctionLength.js +32 -0
  2803. package/dist/node_modules/es-abstract/2018/SetFunctionName.js +44 -0
  2804. package/dist/node_modules/es-abstract/2018/SetIntegrityLevel.js +57 -0
  2805. package/dist/node_modules/es-abstract/2018/SetValueInBuffer.js +120 -0
  2806. package/dist/node_modules/es-abstract/2018/SpeciesConstructor.js +32 -0
  2807. package/dist/node_modules/es-abstract/2018/SplitMatch.js +39 -0
  2808. package/dist/node_modules/es-abstract/2018/StrictEqualityComparison.js +17 -0
  2809. package/dist/node_modules/es-abstract/2018/StringCreate.js +40 -0
  2810. package/dist/node_modules/es-abstract/2018/StringGetOwnProperty.js +48 -0
  2811. package/dist/node_modules/es-abstract/2018/SymbolDescriptiveString.js +20 -0
  2812. package/dist/node_modules/es-abstract/2018/TestIntegrityLevel.js +42 -0
  2813. package/dist/node_modules/es-abstract/2018/ThrowCompletion.js +9 -0
  2814. package/dist/node_modules/es-abstract/2018/TimeClip.js +21 -0
  2815. package/dist/node_modules/es-abstract/2018/TimeFromYear.js +11 -0
  2816. package/dist/node_modules/es-abstract/2018/TimeString.js +25 -0
  2817. package/dist/node_modules/es-abstract/2018/TimeWithinDay.js +12 -0
  2818. package/dist/node_modules/es-abstract/2018/ToBoolean.js +5 -0
  2819. package/dist/node_modules/es-abstract/2018/ToDateString.js +23 -0
  2820. package/dist/node_modules/es-abstract/2018/ToIndex.js +26 -0
  2821. package/dist/node_modules/es-abstract/2018/ToInt16.js +10 -0
  2822. package/dist/node_modules/es-abstract/2018/ToInt32.js +9 -0
  2823. package/dist/node_modules/es-abstract/2018/ToInt8.js +10 -0
  2824. package/dist/node_modules/es-abstract/2018/ToInteger.js +12 -0
  2825. package/dist/node_modules/es-abstract/2018/ToLength.js +12 -0
  2826. package/dist/node_modules/es-abstract/2018/ToNumber.js +48 -0
  2827. package/dist/node_modules/es-abstract/2018/ToObject.js +14 -0
  2828. package/dist/node_modules/es-abstract/2018/ToPrimitive.js +12 -0
  2829. package/dist/node_modules/es-abstract/2018/ToPropertyDescriptor.js +52 -0
  2830. package/dist/node_modules/es-abstract/2018/ToPropertyKey.js +15 -0
  2831. package/dist/node_modules/es-abstract/2018/ToString.js +15 -0
  2832. package/dist/node_modules/es-abstract/2018/ToUint16.js +19 -0
  2833. package/dist/node_modules/es-abstract/2018/ToUint32.js +9 -0
  2834. package/dist/node_modules/es-abstract/2018/ToUint8.js +20 -0
  2835. package/dist/node_modules/es-abstract/2018/ToUint8Clamp.js +19 -0
  2836. package/dist/node_modules/es-abstract/2018/Type.js +12 -0
  2837. package/dist/node_modules/es-abstract/2018/TypedArrayCreate.js +50 -0
  2838. package/dist/node_modules/es-abstract/2018/TypedArraySpeciesCreate.js +39 -0
  2839. package/dist/node_modules/es-abstract/2018/UTF16Decode.js +21 -0
  2840. package/dist/node_modules/es-abstract/2018/UTF16Encoding.js +25 -0
  2841. package/dist/node_modules/es-abstract/2018/UnicodeEscape.js +26 -0
  2842. package/dist/node_modules/es-abstract/2018/ValidateAndApplyPropertyDescriptor.js +170 -0
  2843. package/dist/node_modules/es-abstract/2018/ValidateAtomicAccess.js +36 -0
  2844. package/dist/node_modules/es-abstract/2018/ValidateTypedArray.js +30 -0
  2845. package/dist/node_modules/es-abstract/2018/WeekDay.js +10 -0
  2846. package/dist/node_modules/es-abstract/2018/WordCharacters.js +49 -0
  2847. package/dist/node_modules/es-abstract/2018/YearFromTime.js +16 -0
  2848. package/dist/node_modules/es-abstract/2018/abs.js +11 -0
  2849. package/dist/node_modules/es-abstract/2018/floor.js +11 -0
  2850. package/dist/node_modules/es-abstract/2018/max.js +7 -0
  2851. package/dist/node_modules/es-abstract/2018/min.js +7 -0
  2852. package/dist/node_modules/es-abstract/2018/modulo.js +9 -0
  2853. package/dist/node_modules/es-abstract/2018/msFromTime.js +11 -0
  2854. package/dist/node_modules/es-abstract/2018/thisBooleanValue.js +15 -0
  2855. package/dist/node_modules/es-abstract/2018/thisNumberValue.js +18 -0
  2856. package/dist/node_modules/es-abstract/2018/thisStringValue.js +15 -0
  2857. package/dist/node_modules/es-abstract/2018/thisSymbolValue.js +19 -0
  2858. package/dist/node_modules/es-abstract/2018/thisTimeValue.js +9 -0
  2859. package/dist/node_modules/es-abstract/2019/AbstractEqualityComparison.js +37 -0
  2860. package/dist/node_modules/es-abstract/2019/AbstractRelationalComparison.js +61 -0
  2861. package/dist/node_modules/es-abstract/2019/AddEntriesFromIterable.js +47 -0
  2862. package/dist/node_modules/es-abstract/2019/AdvanceStringIndex.js +47 -0
  2863. package/dist/node_modules/es-abstract/2019/ArrayCreate.js +54 -0
  2864. package/dist/node_modules/es-abstract/2019/ArraySetLength.js +85 -0
  2865. package/dist/node_modules/es-abstract/2019/ArraySpeciesCreate.js +47 -0
  2866. package/dist/node_modules/es-abstract/2019/AsyncFromSyncIteratorContinuation.js +45 -0
  2867. package/dist/node_modules/es-abstract/2019/AsyncIteratorClose.js +62 -0
  2868. package/dist/node_modules/es-abstract/2019/Call.js +20 -0
  2869. package/dist/node_modules/es-abstract/2019/CanonicalNumericIndexString.js +22 -0
  2870. package/dist/node_modules/es-abstract/2019/Canonicalize.js +55 -0
  2871. package/dist/node_modules/es-abstract/2019/CharacterRange.js +31 -0
  2872. package/dist/node_modules/es-abstract/2019/CompletePropertyDescriptor.js +39 -0
  2873. package/dist/node_modules/es-abstract/2019/CompletionRecord.js +53 -0
  2874. package/dist/node_modules/es-abstract/2019/CopyDataProperties.js +68 -0
  2875. package/dist/node_modules/es-abstract/2019/CreateAsyncFromSyncIterator.js +121 -0
  2876. package/dist/node_modules/es-abstract/2019/CreateDataProperty.js +27 -0
  2877. package/dist/node_modules/es-abstract/2019/CreateDataPropertyOrThrow.js +25 -0
  2878. package/dist/node_modules/es-abstract/2019/CreateHTML.js +30 -0
  2879. package/dist/node_modules/es-abstract/2019/CreateIterResultObject.js +19 -0
  2880. package/dist/node_modules/es-abstract/2019/CreateListFromArrayLike.js +45 -0
  2881. package/dist/node_modules/es-abstract/2019/CreateMethodProperty.js +40 -0
  2882. package/dist/node_modules/es-abstract/2019/DateFromTime.js +54 -0
  2883. package/dist/node_modules/es-abstract/2019/DateString.js +30 -0
  2884. package/dist/node_modules/es-abstract/2019/Day.js +11 -0
  2885. package/dist/node_modules/es-abstract/2019/DayFromYear.js +10 -0
  2886. package/dist/node_modules/es-abstract/2019/DayWithinYear.js +11 -0
  2887. package/dist/node_modules/es-abstract/2019/DaysInYear.js +18 -0
  2888. package/dist/node_modules/es-abstract/2019/DefinePropertyOrThrow.js +50 -0
  2889. package/dist/node_modules/es-abstract/2019/DeletePropertyOrThrow.js +27 -0
  2890. package/dist/node_modules/es-abstract/2019/DetachArrayBuffer.js +43 -0
  2891. package/dist/node_modules/es-abstract/2019/EnumerableOwnPropertyNames.js +43 -0
  2892. package/dist/node_modules/es-abstract/2019/FlattenIntoArray.js +57 -0
  2893. package/dist/node_modules/es-abstract/2019/FromPropertyDescriptor.js +16 -0
  2894. package/dist/node_modules/es-abstract/2019/Get.js +25 -0
  2895. package/dist/node_modules/es-abstract/2019/GetGlobalObject.js +9 -0
  2896. package/dist/node_modules/es-abstract/2019/GetIterator.js +34 -0
  2897. package/dist/node_modules/es-abstract/2019/GetMethod.js +36 -0
  2898. package/dist/node_modules/es-abstract/2019/GetOwnPropertyKeys.js +31 -0
  2899. package/dist/node_modules/es-abstract/2019/GetPrototypeFromConstructor.js +32 -0
  2900. package/dist/node_modules/es-abstract/2019/GetSubstitution.js +124 -0
  2901. package/dist/node_modules/es-abstract/2019/GetV.js +25 -0
  2902. package/dist/node_modules/es-abstract/2019/GetValueFromBuffer.js +106 -0
  2903. package/dist/node_modules/es-abstract/2019/HasOwnProperty.js +22 -0
  2904. package/dist/node_modules/es-abstract/2019/HasProperty.js +20 -0
  2905. package/dist/node_modules/es-abstract/2019/HourFromTime.js +14 -0
  2906. package/dist/node_modules/es-abstract/2019/InLeapYear.js +21 -0
  2907. package/dist/node_modules/es-abstract/2019/InstanceofOperator.js +30 -0
  2908. package/dist/node_modules/es-abstract/2019/Invoke.js +24 -0
  2909. package/dist/node_modules/es-abstract/2019/IsAccessorDescriptor.js +23 -0
  2910. package/dist/node_modules/es-abstract/2019/IsArray.js +4 -0
  2911. package/dist/node_modules/es-abstract/2019/IsCallable.js +5 -0
  2912. package/dist/node_modules/es-abstract/2019/IsCompatiblePropertyDescriptor.js +9 -0
  2913. package/dist/node_modules/es-abstract/2019/IsConcatSpreadable.js +25 -0
  2914. package/dist/node_modules/es-abstract/2019/IsConstructor.js +40 -0
  2915. package/dist/node_modules/es-abstract/2019/IsDataDescriptor.js +23 -0
  2916. package/dist/node_modules/es-abstract/2019/IsDetachedBuffer.js +27 -0
  2917. package/dist/node_modules/es-abstract/2019/IsExtensible.js +18 -0
  2918. package/dist/node_modules/es-abstract/2019/IsGenericDescriptor.js +23 -0
  2919. package/dist/node_modules/es-abstract/2019/IsInteger.js +9 -0
  2920. package/dist/node_modules/es-abstract/2019/IsPromise.js +24 -0
  2921. package/dist/node_modules/es-abstract/2019/IsPropertyKey.js +7 -0
  2922. package/dist/node_modules/es-abstract/2019/IsRegExp.js +24 -0
  2923. package/dist/node_modules/es-abstract/2019/IsSharedArrayBuffer.js +19 -0
  2924. package/dist/node_modules/es-abstract/2019/IsStringPrefix.js +47 -0
  2925. package/dist/node_modules/es-abstract/2019/IsWordChar.js +48 -0
  2926. package/dist/node_modules/es-abstract/2019/IterableToList.js +24 -0
  2927. package/dist/node_modules/es-abstract/2019/IteratorClose.js +51 -0
  2928. package/dist/node_modules/es-abstract/2019/IteratorComplete.js +18 -0
  2929. package/dist/node_modules/es-abstract/2019/IteratorNext.js +18 -0
  2930. package/dist/node_modules/es-abstract/2019/IteratorStep.js +13 -0
  2931. package/dist/node_modules/es-abstract/2019/IteratorValue.js +18 -0
  2932. package/dist/node_modules/es-abstract/2019/MakeDate.js +13 -0
  2933. package/dist/node_modules/es-abstract/2019/MakeDay.js +33 -0
  2934. package/dist/node_modules/es-abstract/2019/MakeTime.js +23 -0
  2935. package/dist/node_modules/es-abstract/2019/MinFromTime.js +14 -0
  2936. package/dist/node_modules/es-abstract/2019/MonthFromTime.js +47 -0
  2937. package/dist/node_modules/es-abstract/2019/NewPromiseCapability.js +36 -0
  2938. package/dist/node_modules/es-abstract/2019/NormalCompletion.js +9 -0
  2939. package/dist/node_modules/es-abstract/2019/NumberToRawBytes.js +74 -0
  2940. package/dist/node_modules/es-abstract/2019/NumberToString.js +19 -0
  2941. package/dist/node_modules/es-abstract/2019/ObjectCreate.js +50 -0
  2942. package/dist/node_modules/es-abstract/2019/ObjectDefineProperties.js +38 -0
  2943. package/dist/node_modules/es-abstract/2019/OrdinaryCreateFromConstructor.js +20 -0
  2944. package/dist/node_modules/es-abstract/2019/OrdinaryDefineOwnProperty.js +61 -0
  2945. package/dist/node_modules/es-abstract/2019/OrdinaryGetOwnProperty.js +44 -0
  2946. package/dist/node_modules/es-abstract/2019/OrdinaryGetPrototypeOf.js +21 -0
  2947. package/dist/node_modules/es-abstract/2019/OrdinaryHasInstance.js +25 -0
  2948. package/dist/node_modules/es-abstract/2019/OrdinaryHasProperty.js +20 -0
  2949. package/dist/node_modules/es-abstract/2019/OrdinarySetPrototypeOf.js +53 -0
  2950. package/dist/node_modules/es-abstract/2019/OrdinaryToPrimitive.js +38 -0
  2951. package/dist/node_modules/es-abstract/2019/PromiseResolve.js +17 -0
  2952. package/dist/node_modules/es-abstract/2019/QuoteJSONString.js +54 -0
  2953. package/dist/node_modules/es-abstract/2019/RawBytesToNumber.js +74 -0
  2954. package/dist/node_modules/es-abstract/2019/RegExpCreate.js +21 -0
  2955. package/dist/node_modules/es-abstract/2019/RegExpExec.js +32 -0
  2956. package/dist/node_modules/es-abstract/2019/RequireObjectCoercible.js +3 -0
  2957. package/dist/node_modules/es-abstract/2019/SameValue.js +13 -0
  2958. package/dist/node_modules/es-abstract/2019/SameValueNonNumber.js +16 -0
  2959. package/dist/node_modules/es-abstract/2019/SameValueZero.js +9 -0
  2960. package/dist/node_modules/es-abstract/2019/SecFromTime.js +14 -0
  2961. package/dist/node_modules/es-abstract/2019/Set.js +47 -0
  2962. package/dist/node_modules/es-abstract/2019/SetFunctionLength.js +32 -0
  2963. package/dist/node_modules/es-abstract/2019/SetFunctionName.js +44 -0
  2964. package/dist/node_modules/es-abstract/2019/SetIntegrityLevel.js +57 -0
  2965. package/dist/node_modules/es-abstract/2019/SetValueInBuffer.js +120 -0
  2966. package/dist/node_modules/es-abstract/2019/SpeciesConstructor.js +32 -0
  2967. package/dist/node_modules/es-abstract/2019/SplitMatch.js +39 -0
  2968. package/dist/node_modules/es-abstract/2019/StrictEqualityComparison.js +17 -0
  2969. package/dist/node_modules/es-abstract/2019/StringCreate.js +40 -0
  2970. package/dist/node_modules/es-abstract/2019/StringGetOwnProperty.js +48 -0
  2971. package/dist/node_modules/es-abstract/2019/SymbolDescriptiveString.js +20 -0
  2972. package/dist/node_modules/es-abstract/2019/TestIntegrityLevel.js +42 -0
  2973. package/dist/node_modules/es-abstract/2019/ThrowCompletion.js +9 -0
  2974. package/dist/node_modules/es-abstract/2019/TimeClip.js +21 -0
  2975. package/dist/node_modules/es-abstract/2019/TimeFromYear.js +11 -0
  2976. package/dist/node_modules/es-abstract/2019/TimeString.js +25 -0
  2977. package/dist/node_modules/es-abstract/2019/TimeWithinDay.js +12 -0
  2978. package/dist/node_modules/es-abstract/2019/ToBoolean.js +5 -0
  2979. package/dist/node_modules/es-abstract/2019/ToDateString.js +23 -0
  2980. package/dist/node_modules/es-abstract/2019/ToIndex.js +26 -0
  2981. package/dist/node_modules/es-abstract/2019/ToInt16.js +10 -0
  2982. package/dist/node_modules/es-abstract/2019/ToInt32.js +9 -0
  2983. package/dist/node_modules/es-abstract/2019/ToInt8.js +10 -0
  2984. package/dist/node_modules/es-abstract/2019/ToInteger.js +12 -0
  2985. package/dist/node_modules/es-abstract/2019/ToLength.js +12 -0
  2986. package/dist/node_modules/es-abstract/2019/ToNumber.js +48 -0
  2987. package/dist/node_modules/es-abstract/2019/ToObject.js +14 -0
  2988. package/dist/node_modules/es-abstract/2019/ToPrimitive.js +12 -0
  2989. package/dist/node_modules/es-abstract/2019/ToPropertyDescriptor.js +52 -0
  2990. package/dist/node_modules/es-abstract/2019/ToPropertyKey.js +15 -0
  2991. package/dist/node_modules/es-abstract/2019/ToString.js +15 -0
  2992. package/dist/node_modules/es-abstract/2019/ToUint16.js +19 -0
  2993. package/dist/node_modules/es-abstract/2019/ToUint32.js +9 -0
  2994. package/dist/node_modules/es-abstract/2019/ToUint8.js +20 -0
  2995. package/dist/node_modules/es-abstract/2019/ToUint8Clamp.js +19 -0
  2996. package/dist/node_modules/es-abstract/2019/TrimString.js +29 -0
  2997. package/dist/node_modules/es-abstract/2019/Type.js +12 -0
  2998. package/dist/node_modules/es-abstract/2019/TypedArrayCreate.js +50 -0
  2999. package/dist/node_modules/es-abstract/2019/TypedArraySpeciesCreate.js +39 -0
  3000. package/dist/node_modules/es-abstract/2019/UTF16Decode.js +21 -0
  3001. package/dist/node_modules/es-abstract/2019/UTF16Encoding.js +25 -0
  3002. package/dist/node_modules/es-abstract/2019/UnicodeEscape.js +26 -0
  3003. package/dist/node_modules/es-abstract/2019/ValidateAndApplyPropertyDescriptor.js +170 -0
  3004. package/dist/node_modules/es-abstract/2019/ValidateAtomicAccess.js +36 -0
  3005. package/dist/node_modules/es-abstract/2019/ValidateTypedArray.js +30 -0
  3006. package/dist/node_modules/es-abstract/2019/WeekDay.js +10 -0
  3007. package/dist/node_modules/es-abstract/2019/WordCharacters.js +49 -0
  3008. package/dist/node_modules/es-abstract/2019/YearFromTime.js +16 -0
  3009. package/dist/node_modules/es-abstract/2019/abs.js +11 -0
  3010. package/dist/node_modules/es-abstract/2019/floor.js +11 -0
  3011. package/dist/node_modules/es-abstract/2019/max.js +7 -0
  3012. package/dist/node_modules/es-abstract/2019/min.js +7 -0
  3013. package/dist/node_modules/es-abstract/2019/modulo.js +9 -0
  3014. package/dist/node_modules/es-abstract/2019/msFromTime.js +11 -0
  3015. package/dist/node_modules/es-abstract/2019/thisBooleanValue.js +15 -0
  3016. package/dist/node_modules/es-abstract/2019/thisNumberValue.js +18 -0
  3017. package/dist/node_modules/es-abstract/2019/thisStringValue.js +15 -0
  3018. package/dist/node_modules/es-abstract/2019/thisSymbolValue.js +19 -0
  3019. package/dist/node_modules/es-abstract/2019/thisTimeValue.js +9 -0
  3020. package/dist/node_modules/es-abstract/2020/AbstractEqualityComparison.js +57 -0
  3021. package/dist/node_modules/es-abstract/2020/AbstractRelationalComparison.js +82 -0
  3022. package/dist/node_modules/es-abstract/2020/AddEntriesFromIterable.js +47 -0
  3023. package/dist/node_modules/es-abstract/2020/AdvanceStringIndex.js +34 -0
  3024. package/dist/node_modules/es-abstract/2020/ArrayCreate.js +54 -0
  3025. package/dist/node_modules/es-abstract/2020/ArraySetLength.js +85 -0
  3026. package/dist/node_modules/es-abstract/2020/ArraySpeciesCreate.js +47 -0
  3027. package/dist/node_modules/es-abstract/2020/AsyncFromSyncIteratorContinuation.js +45 -0
  3028. package/dist/node_modules/es-abstract/2020/AsyncIteratorClose.js +62 -0
  3029. package/dist/node_modules/es-abstract/2020/BigInt/add.js +18 -0
  3030. package/dist/node_modules/es-abstract/2020/BigInt/bitwiseAND.js +17 -0
  3031. package/dist/node_modules/es-abstract/2020/BigInt/bitwiseNOT.js +17 -0
  3032. package/dist/node_modules/es-abstract/2020/BigInt/bitwiseOR.js +17 -0
  3033. package/dist/node_modules/es-abstract/2020/BigInt/bitwiseXOR.js +17 -0
  3034. package/dist/node_modules/es-abstract/2020/BigInt/divide.js +22 -0
  3035. package/dist/node_modules/es-abstract/2020/BigInt/equal.js +17 -0
  3036. package/dist/node_modules/es-abstract/2020/BigInt/exponentiate.js +31 -0
  3037. package/dist/node_modules/es-abstract/2020/BigInt/index.js +43 -0
  3038. package/dist/node_modules/es-abstract/2020/BigInt/leftShift.js +18 -0
  3039. package/dist/node_modules/es-abstract/2020/BigInt/lessThan.js +18 -0
  3040. package/dist/node_modules/es-abstract/2020/BigInt/multiply.js +18 -0
  3041. package/dist/node_modules/es-abstract/2020/BigInt/remainder.js +30 -0
  3042. package/dist/node_modules/es-abstract/2020/BigInt/sameValue.js +18 -0
  3043. package/dist/node_modules/es-abstract/2020/BigInt/sameValueZero.js +18 -0
  3044. package/dist/node_modules/es-abstract/2020/BigInt/signedRightShift.js +18 -0
  3045. package/dist/node_modules/es-abstract/2020/BigInt/subtract.js +18 -0
  3046. package/dist/node_modules/es-abstract/2020/BigInt/toString.js +18 -0
  3047. package/dist/node_modules/es-abstract/2020/BigInt/unaryMinus.js +24 -0
  3048. package/dist/node_modules/es-abstract/2020/BigInt/unsignedRightShift.js +17 -0
  3049. package/dist/node_modules/es-abstract/2020/BigIntBitwiseOp.js +66 -0
  3050. package/dist/node_modules/es-abstract/2020/BinaryAnd.js +14 -0
  3051. package/dist/node_modules/es-abstract/2020/BinaryOr.js +14 -0
  3052. package/dist/node_modules/es-abstract/2020/BinaryXor.js +14 -0
  3053. package/dist/node_modules/es-abstract/2020/Call.js +20 -0
  3054. package/dist/node_modules/es-abstract/2020/CanonicalNumericIndexString.js +22 -0
  3055. package/dist/node_modules/es-abstract/2020/Canonicalize.js +55 -0
  3056. package/dist/node_modules/es-abstract/2020/CharacterRange.js +31 -0
  3057. package/dist/node_modules/es-abstract/2020/CodePointAt.js +58 -0
  3058. package/dist/node_modules/es-abstract/2020/CompletePropertyDescriptor.js +39 -0
  3059. package/dist/node_modules/es-abstract/2020/CompletionRecord.js +53 -0
  3060. package/dist/node_modules/es-abstract/2020/CopyDataProperties.js +64 -0
  3061. package/dist/node_modules/es-abstract/2020/CreateAsyncFromSyncIterator.js +121 -0
  3062. package/dist/node_modules/es-abstract/2020/CreateDataProperty.js +27 -0
  3063. package/dist/node_modules/es-abstract/2020/CreateDataPropertyOrThrow.js +25 -0
  3064. package/dist/node_modules/es-abstract/2020/CreateHTML.js +30 -0
  3065. package/dist/node_modules/es-abstract/2020/CreateIterResultObject.js +19 -0
  3066. package/dist/node_modules/es-abstract/2020/CreateListFromArrayLike.js +46 -0
  3067. package/dist/node_modules/es-abstract/2020/CreateMethodProperty.js +40 -0
  3068. package/dist/node_modules/es-abstract/2020/CreateRegExpStringIterator.js +100 -0
  3069. package/dist/node_modules/es-abstract/2020/DateFromTime.js +54 -0
  3070. package/dist/node_modules/es-abstract/2020/DateString.js +30 -0
  3071. package/dist/node_modules/es-abstract/2020/Day.js +11 -0
  3072. package/dist/node_modules/es-abstract/2020/DayFromYear.js +10 -0
  3073. package/dist/node_modules/es-abstract/2020/DayWithinYear.js +11 -0
  3074. package/dist/node_modules/es-abstract/2020/DaysInYear.js +18 -0
  3075. package/dist/node_modules/es-abstract/2020/DefinePropertyOrThrow.js +50 -0
  3076. package/dist/node_modules/es-abstract/2020/DeletePropertyOrThrow.js +27 -0
  3077. package/dist/node_modules/es-abstract/2020/DetachArrayBuffer.js +43 -0
  3078. package/dist/node_modules/es-abstract/2020/EnumerableOwnPropertyNames.js +43 -0
  3079. package/dist/node_modules/es-abstract/2020/FlattenIntoArray.js +57 -0
  3080. package/dist/node_modules/es-abstract/2020/FromPropertyDescriptor.js +16 -0
  3081. package/dist/node_modules/es-abstract/2020/Get.js +25 -0
  3082. package/dist/node_modules/es-abstract/2020/GetGlobalObject.js +9 -0
  3083. package/dist/node_modules/es-abstract/2020/GetIterator.js +66 -0
  3084. package/dist/node_modules/es-abstract/2020/GetMethod.js +36 -0
  3085. package/dist/node_modules/es-abstract/2020/GetOwnPropertyKeys.js +31 -0
  3086. package/dist/node_modules/es-abstract/2020/GetPrototypeFromConstructor.js +32 -0
  3087. package/dist/node_modules/es-abstract/2020/GetSubstitution.js +124 -0
  3088. package/dist/node_modules/es-abstract/2020/GetV.js +25 -0
  3089. package/dist/node_modules/es-abstract/2020/GetValueFromBuffer.js +110 -0
  3090. package/dist/node_modules/es-abstract/2020/HasOwnProperty.js +22 -0
  3091. package/dist/node_modules/es-abstract/2020/HasProperty.js +20 -0
  3092. package/dist/node_modules/es-abstract/2020/HourFromTime.js +14 -0
  3093. package/dist/node_modules/es-abstract/2020/InLeapYear.js +21 -0
  3094. package/dist/node_modules/es-abstract/2020/InstanceofOperator.js +30 -0
  3095. package/dist/node_modules/es-abstract/2020/Invoke.js +24 -0
  3096. package/dist/node_modules/es-abstract/2020/IsAccessorDescriptor.js +23 -0
  3097. package/dist/node_modules/es-abstract/2020/IsArray.js +4 -0
  3098. package/dist/node_modules/es-abstract/2020/IsBigIntElementType.js +7 -0
  3099. package/dist/node_modules/es-abstract/2020/IsCallable.js +5 -0
  3100. package/dist/node_modules/es-abstract/2020/IsCompatiblePropertyDescriptor.js +9 -0
  3101. package/dist/node_modules/es-abstract/2020/IsConcatSpreadable.js +25 -0
  3102. package/dist/node_modules/es-abstract/2020/IsConstructor.js +40 -0
  3103. package/dist/node_modules/es-abstract/2020/IsDataDescriptor.js +23 -0
  3104. package/dist/node_modules/es-abstract/2020/IsDetachedBuffer.js +27 -0
  3105. package/dist/node_modules/es-abstract/2020/IsExtensible.js +18 -0
  3106. package/dist/node_modules/es-abstract/2020/IsGenericDescriptor.js +23 -0
  3107. package/dist/node_modules/es-abstract/2020/IsInteger.js +9 -0
  3108. package/dist/node_modules/es-abstract/2020/IsNoTearConfiguration.js +16 -0
  3109. package/dist/node_modules/es-abstract/2020/IsNonNegativeInteger.js +9 -0
  3110. package/dist/node_modules/es-abstract/2020/IsPromise.js +24 -0
  3111. package/dist/node_modules/es-abstract/2020/IsPropertyKey.js +7 -0
  3112. package/dist/node_modules/es-abstract/2020/IsRegExp.js +24 -0
  3113. package/dist/node_modules/es-abstract/2020/IsSharedArrayBuffer.js +19 -0
  3114. package/dist/node_modules/es-abstract/2020/IsStringPrefix.js +47 -0
  3115. package/dist/node_modules/es-abstract/2020/IsUnclampedIntegerElementType.js +12 -0
  3116. package/dist/node_modules/es-abstract/2020/IsUnsignedElementType.js +11 -0
  3117. package/dist/node_modules/es-abstract/2020/IsValidIntegerIndex.js +30 -0
  3118. package/dist/node_modules/es-abstract/2020/IsWordChar.js +48 -0
  3119. package/dist/node_modules/es-abstract/2020/IterableToList.js +24 -0
  3120. package/dist/node_modules/es-abstract/2020/IteratorClose.js +51 -0
  3121. package/dist/node_modules/es-abstract/2020/IteratorComplete.js +18 -0
  3122. package/dist/node_modules/es-abstract/2020/IteratorNext.js +18 -0
  3123. package/dist/node_modules/es-abstract/2020/IteratorStep.js +13 -0
  3124. package/dist/node_modules/es-abstract/2020/IteratorValue.js +18 -0
  3125. package/dist/node_modules/es-abstract/2020/LengthOfArrayLike.js +20 -0
  3126. package/dist/node_modules/es-abstract/2020/MakeDate.js +13 -0
  3127. package/dist/node_modules/es-abstract/2020/MakeDay.js +33 -0
  3128. package/dist/node_modules/es-abstract/2020/MakeTime.js +23 -0
  3129. package/dist/node_modules/es-abstract/2020/MinFromTime.js +14 -0
  3130. package/dist/node_modules/es-abstract/2020/MonthFromTime.js +47 -0
  3131. package/dist/node_modules/es-abstract/2020/NewPromiseCapability.js +36 -0
  3132. package/dist/node_modules/es-abstract/2020/NormalCompletion.js +9 -0
  3133. package/dist/node_modules/es-abstract/2020/Number/add.js +44 -0
  3134. package/dist/node_modules/es-abstract/2020/Number/bitwiseAND.js +17 -0
  3135. package/dist/node_modules/es-abstract/2020/Number/bitwiseNOT.js +19 -0
  3136. package/dist/node_modules/es-abstract/2020/Number/bitwiseOR.js +17 -0
  3137. package/dist/node_modules/es-abstract/2020/Number/bitwiseXOR.js +17 -0
  3138. package/dist/node_modules/es-abstract/2020/Number/divide.js +22 -0
  3139. package/dist/node_modules/es-abstract/2020/Number/equal.js +21 -0
  3140. package/dist/node_modules/es-abstract/2020/Number/exponentiate.js +77 -0
  3141. package/dist/node_modules/es-abstract/2020/Number/index.js +43 -0
  3142. package/dist/node_modules/es-abstract/2020/Number/leftShift.js +24 -0
  3143. package/dist/node_modules/es-abstract/2020/Number/lessThan.js +26 -0
  3144. package/dist/node_modules/es-abstract/2020/Number/multiply.js +33 -0
  3145. package/dist/node_modules/es-abstract/2020/Number/remainder.js +32 -0
  3146. package/dist/node_modules/es-abstract/2020/Number/sameValue.js +21 -0
  3147. package/dist/node_modules/es-abstract/2020/Number/sameValueZero.js +24 -0
  3148. package/dist/node_modules/es-abstract/2020/Number/signedRightShift.js +24 -0
  3149. package/dist/node_modules/es-abstract/2020/Number/subtract.js +16 -0
  3150. package/dist/node_modules/es-abstract/2020/Number/toString.js +18 -0
  3151. package/dist/node_modules/es-abstract/2020/Number/unaryMinus.js +21 -0
  3152. package/dist/node_modules/es-abstract/2020/Number/unsignedRightShift.js +24 -0
  3153. package/dist/node_modules/es-abstract/2020/NumberBitwiseOp.js +29 -0
  3154. package/dist/node_modules/es-abstract/2020/NumberToBigInt.js +27 -0
  3155. package/dist/node_modules/es-abstract/2020/NumericToRawBytes.js +80 -0
  3156. package/dist/node_modules/es-abstract/2020/ObjectDefineProperties.js +38 -0
  3157. package/dist/node_modules/es-abstract/2020/OrdinaryCreateFromConstructor.js +20 -0
  3158. package/dist/node_modules/es-abstract/2020/OrdinaryDefineOwnProperty.js +61 -0
  3159. package/dist/node_modules/es-abstract/2020/OrdinaryGetOwnProperty.js +44 -0
  3160. package/dist/node_modules/es-abstract/2020/OrdinaryGetPrototypeOf.js +21 -0
  3161. package/dist/node_modules/es-abstract/2020/OrdinaryHasInstance.js +25 -0
  3162. package/dist/node_modules/es-abstract/2020/OrdinaryHasProperty.js +20 -0
  3163. package/dist/node_modules/es-abstract/2020/OrdinaryObjectCreate.js +56 -0
  3164. package/dist/node_modules/es-abstract/2020/OrdinarySetPrototypeOf.js +53 -0
  3165. package/dist/node_modules/es-abstract/2020/OrdinaryToPrimitive.js +38 -0
  3166. package/dist/node_modules/es-abstract/2020/PromiseResolve.js +17 -0
  3167. package/dist/node_modules/es-abstract/2020/QuoteJSONString.js +54 -0
  3168. package/dist/node_modules/es-abstract/2020/RawBytesToNumeric.js +84 -0
  3169. package/dist/node_modules/es-abstract/2020/RegExpCreate.js +21 -0
  3170. package/dist/node_modules/es-abstract/2020/RegExpExec.js +32 -0
  3171. package/dist/node_modules/es-abstract/2020/RequireObjectCoercible.js +3 -0
  3172. package/dist/node_modules/es-abstract/2020/SameValue.js +13 -0
  3173. package/dist/node_modules/es-abstract/2020/SameValueNonNumeric.js +21 -0
  3174. package/dist/node_modules/es-abstract/2020/SameValueZero.js +9 -0
  3175. package/dist/node_modules/es-abstract/2020/SecFromTime.js +14 -0
  3176. package/dist/node_modules/es-abstract/2020/Set.js +47 -0
  3177. package/dist/node_modules/es-abstract/2020/SetFunctionLength.js +31 -0
  3178. package/dist/node_modules/es-abstract/2020/SetFunctionName.js +44 -0
  3179. package/dist/node_modules/es-abstract/2020/SetIntegrityLevel.js +57 -0
  3180. package/dist/node_modules/es-abstract/2020/SetValueInBuffer.js +109 -0
  3181. package/dist/node_modules/es-abstract/2020/SpeciesConstructor.js +32 -0
  3182. package/dist/node_modules/es-abstract/2020/SplitMatch.js +39 -0
  3183. package/dist/node_modules/es-abstract/2020/StrictEqualityComparison.js +17 -0
  3184. package/dist/node_modules/es-abstract/2020/StringCreate.js +40 -0
  3185. package/dist/node_modules/es-abstract/2020/StringGetOwnProperty.js +48 -0
  3186. package/dist/node_modules/es-abstract/2020/StringPad.js +43 -0
  3187. package/dist/node_modules/es-abstract/2020/StringToBigInt.js +23 -0
  3188. package/dist/node_modules/es-abstract/2020/SymbolDescriptiveString.js +20 -0
  3189. package/dist/node_modules/es-abstract/2020/TestIntegrityLevel.js +42 -0
  3190. package/dist/node_modules/es-abstract/2020/ThrowCompletion.js +9 -0
  3191. package/dist/node_modules/es-abstract/2020/TimeClip.js +21 -0
  3192. package/dist/node_modules/es-abstract/2020/TimeFromYear.js +11 -0
  3193. package/dist/node_modules/es-abstract/2020/TimeString.js +25 -0
  3194. package/dist/node_modules/es-abstract/2020/TimeWithinDay.js +12 -0
  3195. package/dist/node_modules/es-abstract/2020/ToBigInt.js +53 -0
  3196. package/dist/node_modules/es-abstract/2020/ToBigInt64.js +25 -0
  3197. package/dist/node_modules/es-abstract/2020/ToBigUint64.js +22 -0
  3198. package/dist/node_modules/es-abstract/2020/ToBoolean.js +5 -0
  3199. package/dist/node_modules/es-abstract/2020/ToDateString.js +23 -0
  3200. package/dist/node_modules/es-abstract/2020/ToIndex.js +26 -0
  3201. package/dist/node_modules/es-abstract/2020/ToInt16.js +10 -0
  3202. package/dist/node_modules/es-abstract/2020/ToInt32.js +9 -0
  3203. package/dist/node_modules/es-abstract/2020/ToInt8.js +10 -0
  3204. package/dist/node_modules/es-abstract/2020/ToInteger.js +15 -0
  3205. package/dist/node_modules/es-abstract/2020/ToLength.js +12 -0
  3206. package/dist/node_modules/es-abstract/2020/ToNumber.js +51 -0
  3207. package/dist/node_modules/es-abstract/2020/ToNumeric.js +21 -0
  3208. package/dist/node_modules/es-abstract/2020/ToObject.js +14 -0
  3209. package/dist/node_modules/es-abstract/2020/ToPrimitive.js +12 -0
  3210. package/dist/node_modules/es-abstract/2020/ToPropertyDescriptor.js +52 -0
  3211. package/dist/node_modules/es-abstract/2020/ToPropertyKey.js +15 -0
  3212. package/dist/node_modules/es-abstract/2020/ToString.js +15 -0
  3213. package/dist/node_modules/es-abstract/2020/ToUint16.js +19 -0
  3214. package/dist/node_modules/es-abstract/2020/ToUint32.js +9 -0
  3215. package/dist/node_modules/es-abstract/2020/ToUint8.js +20 -0
  3216. package/dist/node_modules/es-abstract/2020/ToUint8Clamp.js +19 -0
  3217. package/dist/node_modules/es-abstract/2020/TrimString.js +29 -0
  3218. package/dist/node_modules/es-abstract/2020/Type.js +15 -0
  3219. package/dist/node_modules/es-abstract/2020/TypedArrayCreate.js +50 -0
  3220. package/dist/node_modules/es-abstract/2020/TypedArraySpeciesCreate.js +39 -0
  3221. package/dist/node_modules/es-abstract/2020/UTF16DecodeString.js +29 -0
  3222. package/dist/node_modules/es-abstract/2020/UTF16DecodeSurrogatePair.js +19 -0
  3223. package/dist/node_modules/es-abstract/2020/UTF16Encoding.js +25 -0
  3224. package/dist/node_modules/es-abstract/2020/UnicodeEscape.js +27 -0
  3225. package/dist/node_modules/es-abstract/2020/ValidateAndApplyPropertyDescriptor.js +170 -0
  3226. package/dist/node_modules/es-abstract/2020/ValidateAtomicAccess.js +36 -0
  3227. package/dist/node_modules/es-abstract/2020/ValidateTypedArray.js +30 -0
  3228. package/dist/node_modules/es-abstract/2020/WeekDay.js +10 -0
  3229. package/dist/node_modules/es-abstract/2020/WordCharacters.js +49 -0
  3230. package/dist/node_modules/es-abstract/2020/YearFromTime.js +16 -0
  3231. package/dist/node_modules/es-abstract/2020/abs.js +11 -0
  3232. package/dist/node_modules/es-abstract/2020/floor.js +16 -0
  3233. package/dist/node_modules/es-abstract/2020/max.js +7 -0
  3234. package/dist/node_modules/es-abstract/2020/min.js +7 -0
  3235. package/dist/node_modules/es-abstract/2020/modulo.js +9 -0
  3236. package/dist/node_modules/es-abstract/2020/msFromTime.js +11 -0
  3237. package/dist/node_modules/es-abstract/2020/thisBigIntValue.js +22 -0
  3238. package/dist/node_modules/es-abstract/2020/thisBooleanValue.js +15 -0
  3239. package/dist/node_modules/es-abstract/2020/thisNumberValue.js +18 -0
  3240. package/dist/node_modules/es-abstract/2020/thisStringValue.js +15 -0
  3241. package/dist/node_modules/es-abstract/2020/thisSymbolValue.js +19 -0
  3242. package/dist/node_modules/es-abstract/2020/thisTimeValue.js +9 -0
  3243. package/dist/node_modules/es-abstract/2021/AbstractEqualityComparison.js +57 -0
  3244. package/dist/node_modules/es-abstract/2021/AbstractRelationalComparison.js +82 -0
  3245. package/dist/node_modules/es-abstract/2021/AddEntriesFromIterable.js +47 -0
  3246. package/dist/node_modules/es-abstract/2021/AddToKeptObjects.js +21 -0
  3247. package/dist/node_modules/es-abstract/2021/AdvanceStringIndex.js +34 -0
  3248. package/dist/node_modules/es-abstract/2021/ApplyStringOrNumericBinaryOperator.js +80 -0
  3249. package/dist/node_modules/es-abstract/2021/ArrayCreate.js +54 -0
  3250. package/dist/node_modules/es-abstract/2021/ArraySetLength.js +85 -0
  3251. package/dist/node_modules/es-abstract/2021/ArraySpeciesCreate.js +49 -0
  3252. package/dist/node_modules/es-abstract/2021/AsyncFromSyncIteratorContinuation.js +45 -0
  3253. package/dist/node_modules/es-abstract/2021/AsyncIteratorClose.js +68 -0
  3254. package/dist/node_modules/es-abstract/2021/BigInt/add.js +18 -0
  3255. package/dist/node_modules/es-abstract/2021/BigInt/bitwiseAND.js +17 -0
  3256. package/dist/node_modules/es-abstract/2021/BigInt/bitwiseNOT.js +17 -0
  3257. package/dist/node_modules/es-abstract/2021/BigInt/bitwiseOR.js +17 -0
  3258. package/dist/node_modules/es-abstract/2021/BigInt/bitwiseXOR.js +17 -0
  3259. package/dist/node_modules/es-abstract/2021/BigInt/divide.js +22 -0
  3260. package/dist/node_modules/es-abstract/2021/BigInt/equal.js +17 -0
  3261. package/dist/node_modules/es-abstract/2021/BigInt/exponentiate.js +31 -0
  3262. package/dist/node_modules/es-abstract/2021/BigInt/index.js +43 -0
  3263. package/dist/node_modules/es-abstract/2021/BigInt/leftShift.js +18 -0
  3264. package/dist/node_modules/es-abstract/2021/BigInt/lessThan.js +18 -0
  3265. package/dist/node_modules/es-abstract/2021/BigInt/multiply.js +18 -0
  3266. package/dist/node_modules/es-abstract/2021/BigInt/remainder.js +30 -0
  3267. package/dist/node_modules/es-abstract/2021/BigInt/sameValue.js +18 -0
  3268. package/dist/node_modules/es-abstract/2021/BigInt/sameValueZero.js +18 -0
  3269. package/dist/node_modules/es-abstract/2021/BigInt/signedRightShift.js +18 -0
  3270. package/dist/node_modules/es-abstract/2021/BigInt/subtract.js +18 -0
  3271. package/dist/node_modules/es-abstract/2021/BigInt/toString.js +18 -0
  3272. package/dist/node_modules/es-abstract/2021/BigInt/unaryMinus.js +24 -0
  3273. package/dist/node_modules/es-abstract/2021/BigInt/unsignedRightShift.js +17 -0
  3274. package/dist/node_modules/es-abstract/2021/BigIntBitwiseOp.js +66 -0
  3275. package/dist/node_modules/es-abstract/2021/BinaryAnd.js +14 -0
  3276. package/dist/node_modules/es-abstract/2021/BinaryOr.js +14 -0
  3277. package/dist/node_modules/es-abstract/2021/BinaryXor.js +14 -0
  3278. package/dist/node_modules/es-abstract/2021/ByteListBitwiseOp.js +44 -0
  3279. package/dist/node_modules/es-abstract/2021/ByteListEqual.js +33 -0
  3280. package/dist/node_modules/es-abstract/2021/Call.js +20 -0
  3281. package/dist/node_modules/es-abstract/2021/CanonicalNumericIndexString.js +22 -0
  3282. package/dist/node_modules/es-abstract/2021/Canonicalize.js +55 -0
  3283. package/dist/node_modules/es-abstract/2021/CharacterRange.js +31 -0
  3284. package/dist/node_modules/es-abstract/2021/ClearKeptObjects.js +12 -0
  3285. package/dist/node_modules/es-abstract/2021/CloneArrayBuffer.js +49 -0
  3286. package/dist/node_modules/es-abstract/2021/CodePointAt.js +58 -0
  3287. package/dist/node_modules/es-abstract/2021/CodePointsToString.js +27 -0
  3288. package/dist/node_modules/es-abstract/2021/CompletePropertyDescriptor.js +39 -0
  3289. package/dist/node_modules/es-abstract/2021/CompletionRecord.js +53 -0
  3290. package/dist/node_modules/es-abstract/2021/CopyDataProperties.js +70 -0
  3291. package/dist/node_modules/es-abstract/2021/CreateAsyncFromSyncIterator.js +121 -0
  3292. package/dist/node_modules/es-abstract/2021/CreateDataProperty.js +27 -0
  3293. package/dist/node_modules/es-abstract/2021/CreateDataPropertyOrThrow.js +25 -0
  3294. package/dist/node_modules/es-abstract/2021/CreateHTML.js +30 -0
  3295. package/dist/node_modules/es-abstract/2021/CreateIterResultObject.js +19 -0
  3296. package/dist/node_modules/es-abstract/2021/CreateListFromArrayLike.js +46 -0
  3297. package/dist/node_modules/es-abstract/2021/CreateMethodProperty.js +40 -0
  3298. package/dist/node_modules/es-abstract/2021/CreateRegExpStringIterator.js +100 -0
  3299. package/dist/node_modules/es-abstract/2021/DateFromTime.js +54 -0
  3300. package/dist/node_modules/es-abstract/2021/DateString.js +30 -0
  3301. package/dist/node_modules/es-abstract/2021/Day.js +11 -0
  3302. package/dist/node_modules/es-abstract/2021/DayFromYear.js +10 -0
  3303. package/dist/node_modules/es-abstract/2021/DayWithinYear.js +11 -0
  3304. package/dist/node_modules/es-abstract/2021/DaysInYear.js +18 -0
  3305. package/dist/node_modules/es-abstract/2021/DefinePropertyOrThrow.js +50 -0
  3306. package/dist/node_modules/es-abstract/2021/DeletePropertyOrThrow.js +27 -0
  3307. package/dist/node_modules/es-abstract/2021/DetachArrayBuffer.js +43 -0
  3308. package/dist/node_modules/es-abstract/2021/EnumerableOwnPropertyNames.js +43 -0
  3309. package/dist/node_modules/es-abstract/2021/FlattenIntoArray.js +57 -0
  3310. package/dist/node_modules/es-abstract/2021/FromPropertyDescriptor.js +16 -0
  3311. package/dist/node_modules/es-abstract/2021/Get.js +25 -0
  3312. package/dist/node_modules/es-abstract/2021/GetGlobalObject.js +9 -0
  3313. package/dist/node_modules/es-abstract/2021/GetIterator.js +66 -0
  3314. package/dist/node_modules/es-abstract/2021/GetMethod.js +36 -0
  3315. package/dist/node_modules/es-abstract/2021/GetOwnPropertyKeys.js +31 -0
  3316. package/dist/node_modules/es-abstract/2021/GetPromiseResolve.js +22 -0
  3317. package/dist/node_modules/es-abstract/2021/GetPrototypeFromConstructor.js +32 -0
  3318. package/dist/node_modules/es-abstract/2021/GetSubstitution.js +124 -0
  3319. package/dist/node_modules/es-abstract/2021/GetV.js +25 -0
  3320. package/dist/node_modules/es-abstract/2021/GetValueFromBuffer.js +110 -0
  3321. package/dist/node_modules/es-abstract/2021/HasOwnProperty.js +22 -0
  3322. package/dist/node_modules/es-abstract/2021/HasProperty.js +20 -0
  3323. package/dist/node_modules/es-abstract/2021/HourFromTime.js +14 -0
  3324. package/dist/node_modules/es-abstract/2021/InLeapYear.js +21 -0
  3325. package/dist/node_modules/es-abstract/2021/InstanceofOperator.js +30 -0
  3326. package/dist/node_modules/es-abstract/2021/Invoke.js +24 -0
  3327. package/dist/node_modules/es-abstract/2021/IsAccessorDescriptor.js +23 -0
  3328. package/dist/node_modules/es-abstract/2021/IsArray.js +4 -0
  3329. package/dist/node_modules/es-abstract/2021/IsBigIntElementType.js +7 -0
  3330. package/dist/node_modules/es-abstract/2021/IsCallable.js +5 -0
  3331. package/dist/node_modules/es-abstract/2021/IsCompatiblePropertyDescriptor.js +9 -0
  3332. package/dist/node_modules/es-abstract/2021/IsConcatSpreadable.js +25 -0
  3333. package/dist/node_modules/es-abstract/2021/IsConstructor.js +40 -0
  3334. package/dist/node_modules/es-abstract/2021/IsDataDescriptor.js +23 -0
  3335. package/dist/node_modules/es-abstract/2021/IsDetachedBuffer.js +27 -0
  3336. package/dist/node_modules/es-abstract/2021/IsExtensible.js +18 -0
  3337. package/dist/node_modules/es-abstract/2021/IsGenericDescriptor.js +23 -0
  3338. package/dist/node_modules/es-abstract/2021/IsIntegralNumber.js +9 -0
  3339. package/dist/node_modules/es-abstract/2021/IsNoTearConfiguration.js +16 -0
  3340. package/dist/node_modules/es-abstract/2021/IsPromise.js +24 -0
  3341. package/dist/node_modules/es-abstract/2021/IsPropertyKey.js +7 -0
  3342. package/dist/node_modules/es-abstract/2021/IsRegExp.js +24 -0
  3343. package/dist/node_modules/es-abstract/2021/IsSharedArrayBuffer.js +19 -0
  3344. package/dist/node_modules/es-abstract/2021/IsStringPrefix.js +47 -0
  3345. package/dist/node_modules/es-abstract/2021/IsUnclampedIntegerElementType.js +12 -0
  3346. package/dist/node_modules/es-abstract/2021/IsUnsignedElementType.js +11 -0
  3347. package/dist/node_modules/es-abstract/2021/IsValidIntegerIndex.js +33 -0
  3348. package/dist/node_modules/es-abstract/2021/IsWordChar.js +48 -0
  3349. package/dist/node_modules/es-abstract/2021/IterableToList.js +29 -0
  3350. package/dist/node_modules/es-abstract/2021/IteratorClose.js +51 -0
  3351. package/dist/node_modules/es-abstract/2021/IteratorComplete.js +18 -0
  3352. package/dist/node_modules/es-abstract/2021/IteratorNext.js +18 -0
  3353. package/dist/node_modules/es-abstract/2021/IteratorStep.js +13 -0
  3354. package/dist/node_modules/es-abstract/2021/IteratorValue.js +18 -0
  3355. package/dist/node_modules/es-abstract/2021/LengthOfArrayLike.js +20 -0
  3356. package/dist/node_modules/es-abstract/2021/MakeDate.js +13 -0
  3357. package/dist/node_modules/es-abstract/2021/MakeDay.js +36 -0
  3358. package/dist/node_modules/es-abstract/2021/MakeTime.js +23 -0
  3359. package/dist/node_modules/es-abstract/2021/MinFromTime.js +14 -0
  3360. package/dist/node_modules/es-abstract/2021/MonthFromTime.js +47 -0
  3361. package/dist/node_modules/es-abstract/2021/NewPromiseCapability.js +36 -0
  3362. package/dist/node_modules/es-abstract/2021/NormalCompletion.js +9 -0
  3363. package/dist/node_modules/es-abstract/2021/Number/add.js +36 -0
  3364. package/dist/node_modules/es-abstract/2021/Number/bitwiseAND.js +17 -0
  3365. package/dist/node_modules/es-abstract/2021/Number/bitwiseNOT.js +19 -0
  3366. package/dist/node_modules/es-abstract/2021/Number/bitwiseOR.js +17 -0
  3367. package/dist/node_modules/es-abstract/2021/Number/bitwiseXOR.js +17 -0
  3368. package/dist/node_modules/es-abstract/2021/Number/divide.js +22 -0
  3369. package/dist/node_modules/es-abstract/2021/Number/equal.js +21 -0
  3370. package/dist/node_modules/es-abstract/2021/Number/exponentiate.js +77 -0
  3371. package/dist/node_modules/es-abstract/2021/Number/index.js +43 -0
  3372. package/dist/node_modules/es-abstract/2021/Number/leftShift.js +25 -0
  3373. package/dist/node_modules/es-abstract/2021/Number/lessThan.js +26 -0
  3374. package/dist/node_modules/es-abstract/2021/Number/multiply.js +33 -0
  3375. package/dist/node_modules/es-abstract/2021/Number/remainder.js +32 -0
  3376. package/dist/node_modules/es-abstract/2021/Number/sameValue.js +21 -0
  3377. package/dist/node_modules/es-abstract/2021/Number/sameValueZero.js +24 -0
  3378. package/dist/node_modules/es-abstract/2021/Number/signedRightShift.js +25 -0
  3379. package/dist/node_modules/es-abstract/2021/Number/subtract.js +19 -0
  3380. package/dist/node_modules/es-abstract/2021/Number/toString.js +18 -0
  3381. package/dist/node_modules/es-abstract/2021/Number/unaryMinus.js +21 -0
  3382. package/dist/node_modules/es-abstract/2021/Number/unsignedRightShift.js +25 -0
  3383. package/dist/node_modules/es-abstract/2021/NumberBitwiseOp.js +29 -0
  3384. package/dist/node_modules/es-abstract/2021/NumberToBigInt.js +26 -0
  3385. package/dist/node_modules/es-abstract/2021/NumericToRawBytes.js +80 -0
  3386. package/dist/node_modules/es-abstract/2021/ObjectDefineProperties.js +38 -0
  3387. package/dist/node_modules/es-abstract/2021/OrdinaryCreateFromConstructor.js +20 -0
  3388. package/dist/node_modules/es-abstract/2021/OrdinaryDefineOwnProperty.js +61 -0
  3389. package/dist/node_modules/es-abstract/2021/OrdinaryGetOwnProperty.js +44 -0
  3390. package/dist/node_modules/es-abstract/2021/OrdinaryGetPrototypeOf.js +21 -0
  3391. package/dist/node_modules/es-abstract/2021/OrdinaryHasInstance.js +25 -0
  3392. package/dist/node_modules/es-abstract/2021/OrdinaryHasProperty.js +20 -0
  3393. package/dist/node_modules/es-abstract/2021/OrdinaryObjectCreate.js +56 -0
  3394. package/dist/node_modules/es-abstract/2021/OrdinarySetPrototypeOf.js +53 -0
  3395. package/dist/node_modules/es-abstract/2021/OrdinaryToPrimitive.js +38 -0
  3396. package/dist/node_modules/es-abstract/2021/PromiseResolve.js +17 -0
  3397. package/dist/node_modules/es-abstract/2021/QuoteJSONString.js +54 -0
  3398. package/dist/node_modules/es-abstract/2021/RawBytesToNumeric.js +84 -0
  3399. package/dist/node_modules/es-abstract/2021/RegExpCreate.js +21 -0
  3400. package/dist/node_modules/es-abstract/2021/RegExpExec.js +32 -0
  3401. package/dist/node_modules/es-abstract/2021/RequireObjectCoercible.js +3 -0
  3402. package/dist/node_modules/es-abstract/2021/SameValue.js +13 -0
  3403. package/dist/node_modules/es-abstract/2021/SameValueNonNumeric.js +21 -0
  3404. package/dist/node_modules/es-abstract/2021/SameValueZero.js +9 -0
  3405. package/dist/node_modules/es-abstract/2021/SecFromTime.js +14 -0
  3406. package/dist/node_modules/es-abstract/2021/Set.js +47 -0
  3407. package/dist/node_modules/es-abstract/2021/SetFunctionLength.js +32 -0
  3408. package/dist/node_modules/es-abstract/2021/SetFunctionName.js +44 -0
  3409. package/dist/node_modules/es-abstract/2021/SetIntegrityLevel.js +57 -0
  3410. package/dist/node_modules/es-abstract/2021/SetTypedArrayFromArrayLike.js +127 -0
  3411. package/dist/node_modules/es-abstract/2021/SetTypedArrayFromTypedArray.js +167 -0
  3412. package/dist/node_modules/es-abstract/2021/SetValueInBuffer.js +105 -0
  3413. package/dist/node_modules/es-abstract/2021/SpeciesConstructor.js +32 -0
  3414. package/dist/node_modules/es-abstract/2021/SplitMatch.js +39 -0
  3415. package/dist/node_modules/es-abstract/2021/StrictEqualityComparison.js +17 -0
  3416. package/dist/node_modules/es-abstract/2021/StringCreate.js +40 -0
  3417. package/dist/node_modules/es-abstract/2021/StringGetOwnProperty.js +48 -0
  3418. package/dist/node_modules/es-abstract/2021/StringIndexOf.js +40 -0
  3419. package/dist/node_modules/es-abstract/2021/StringPad.js +43 -0
  3420. package/dist/node_modules/es-abstract/2021/StringToBigInt.js +23 -0
  3421. package/dist/node_modules/es-abstract/2021/StringToCodePoints.js +29 -0
  3422. package/dist/node_modules/es-abstract/2021/SymbolDescriptiveString.js +20 -0
  3423. package/dist/node_modules/es-abstract/2021/TestIntegrityLevel.js +42 -0
  3424. package/dist/node_modules/es-abstract/2021/ThrowCompletion.js +9 -0
  3425. package/dist/node_modules/es-abstract/2021/TimeClip.js +21 -0
  3426. package/dist/node_modules/es-abstract/2021/TimeFromYear.js +11 -0
  3427. package/dist/node_modules/es-abstract/2021/TimeString.js +25 -0
  3428. package/dist/node_modules/es-abstract/2021/TimeWithinDay.js +12 -0
  3429. package/dist/node_modules/es-abstract/2021/ToBigInt.js +53 -0
  3430. package/dist/node_modules/es-abstract/2021/ToBigInt64.js +25 -0
  3431. package/dist/node_modules/es-abstract/2021/ToBigUint64.js +22 -0
  3432. package/dist/node_modules/es-abstract/2021/ToBoolean.js +5 -0
  3433. package/dist/node_modules/es-abstract/2021/ToDateString.js +23 -0
  3434. package/dist/node_modules/es-abstract/2021/ToIndex.js +26 -0
  3435. package/dist/node_modules/es-abstract/2021/ToInt16.js +10 -0
  3436. package/dist/node_modules/es-abstract/2021/ToInt32.js +9 -0
  3437. package/dist/node_modules/es-abstract/2021/ToInt8.js +10 -0
  3438. package/dist/node_modules/es-abstract/2021/ToIntegerOrInfinity.js +20 -0
  3439. package/dist/node_modules/es-abstract/2021/ToLength.js +12 -0
  3440. package/dist/node_modules/es-abstract/2021/ToNumber.js +51 -0
  3441. package/dist/node_modules/es-abstract/2021/ToNumeric.js +21 -0
  3442. package/dist/node_modules/es-abstract/2021/ToObject.js +14 -0
  3443. package/dist/node_modules/es-abstract/2021/ToPrimitive.js +12 -0
  3444. package/dist/node_modules/es-abstract/2021/ToPropertyDescriptor.js +52 -0
  3445. package/dist/node_modules/es-abstract/2021/ToPropertyKey.js +15 -0
  3446. package/dist/node_modules/es-abstract/2021/ToString.js +15 -0
  3447. package/dist/node_modules/es-abstract/2021/ToUint16.js +19 -0
  3448. package/dist/node_modules/es-abstract/2021/ToUint32.js +9 -0
  3449. package/dist/node_modules/es-abstract/2021/ToUint8.js +20 -0
  3450. package/dist/node_modules/es-abstract/2021/ToUint8Clamp.js +19 -0
  3451. package/dist/node_modules/es-abstract/2021/TrimString.js +29 -0
  3452. package/dist/node_modules/es-abstract/2021/Type.js +15 -0
  3453. package/dist/node_modules/es-abstract/2021/TypedArrayCreate.js +50 -0
  3454. package/dist/node_modules/es-abstract/2021/TypedArraySpeciesCreate.js +39 -0
  3455. package/dist/node_modules/es-abstract/2021/UTF16EncodeCodePoint.js +25 -0
  3456. package/dist/node_modules/es-abstract/2021/UTF16SurrogatePairToCodePoint.js +19 -0
  3457. package/dist/node_modules/es-abstract/2021/UnicodeEscape.js +27 -0
  3458. package/dist/node_modules/es-abstract/2021/ValidateAndApplyPropertyDescriptor.js +170 -0
  3459. package/dist/node_modules/es-abstract/2021/ValidateAtomicAccess.js +59 -0
  3460. package/dist/node_modules/es-abstract/2021/ValidateIntegerTypedArray.js +53 -0
  3461. package/dist/node_modules/es-abstract/2021/ValidateTypedArray.js +30 -0
  3462. package/dist/node_modules/es-abstract/2021/WeakRefDeref.js +24 -0
  3463. package/dist/node_modules/es-abstract/2021/WeekDay.js +10 -0
  3464. package/dist/node_modules/es-abstract/2021/WordCharacters.js +49 -0
  3465. package/dist/node_modules/es-abstract/2021/YearFromTime.js +16 -0
  3466. package/dist/node_modules/es-abstract/2021/abs.js +11 -0
  3467. package/dist/node_modules/es-abstract/2021/clamp.js +18 -0
  3468. package/dist/node_modules/es-abstract/2021/floor.js +16 -0
  3469. package/dist/node_modules/es-abstract/2021/max.js +7 -0
  3470. package/dist/node_modules/es-abstract/2021/min.js +7 -0
  3471. package/dist/node_modules/es-abstract/2021/modulo.js +9 -0
  3472. package/dist/node_modules/es-abstract/2021/msFromTime.js +11 -0
  3473. package/dist/node_modules/es-abstract/2021/substring.js +21 -0
  3474. package/dist/node_modules/es-abstract/2021/thisBigIntValue.js +22 -0
  3475. package/dist/node_modules/es-abstract/2021/thisBooleanValue.js +15 -0
  3476. package/dist/node_modules/es-abstract/2021/thisNumberValue.js +18 -0
  3477. package/dist/node_modules/es-abstract/2021/thisStringValue.js +15 -0
  3478. package/dist/node_modules/es-abstract/2021/thisSymbolValue.js +19 -0
  3479. package/dist/node_modules/es-abstract/2021/thisTimeValue.js +9 -0
  3480. package/dist/node_modules/es-abstract/2022/AddEntriesFromIterable.js +47 -0
  3481. package/dist/node_modules/es-abstract/2022/AddToKeptObjects.js +21 -0
  3482. package/dist/node_modules/es-abstract/2022/AdvanceStringIndex.js +34 -0
  3483. package/dist/node_modules/es-abstract/2022/ApplyStringOrNumericBinaryOperator.js +80 -0
  3484. package/dist/node_modules/es-abstract/2022/ArrayCreate.js +54 -0
  3485. package/dist/node_modules/es-abstract/2022/ArraySetLength.js +85 -0
  3486. package/dist/node_modules/es-abstract/2022/ArraySpeciesCreate.js +49 -0
  3487. package/dist/node_modules/es-abstract/2022/AsyncFromSyncIteratorContinuation.js +45 -0
  3488. package/dist/node_modules/es-abstract/2022/AsyncIteratorClose.js +68 -0
  3489. package/dist/node_modules/es-abstract/2022/BigInt/add.js +18 -0
  3490. package/dist/node_modules/es-abstract/2022/BigInt/bitwiseAND.js +17 -0
  3491. package/dist/node_modules/es-abstract/2022/BigInt/bitwiseNOT.js +17 -0
  3492. package/dist/node_modules/es-abstract/2022/BigInt/bitwiseOR.js +17 -0
  3493. package/dist/node_modules/es-abstract/2022/BigInt/bitwiseXOR.js +17 -0
  3494. package/dist/node_modules/es-abstract/2022/BigInt/divide.js +22 -0
  3495. package/dist/node_modules/es-abstract/2022/BigInt/equal.js +17 -0
  3496. package/dist/node_modules/es-abstract/2022/BigInt/exponentiate.js +31 -0
  3497. package/dist/node_modules/es-abstract/2022/BigInt/index.js +43 -0
  3498. package/dist/node_modules/es-abstract/2022/BigInt/leftShift.js +18 -0
  3499. package/dist/node_modules/es-abstract/2022/BigInt/lessThan.js +18 -0
  3500. package/dist/node_modules/es-abstract/2022/BigInt/multiply.js +18 -0
  3501. package/dist/node_modules/es-abstract/2022/BigInt/remainder.js +30 -0
  3502. package/dist/node_modules/es-abstract/2022/BigInt/sameValue.js +18 -0
  3503. package/dist/node_modules/es-abstract/2022/BigInt/sameValueZero.js +18 -0
  3504. package/dist/node_modules/es-abstract/2022/BigInt/signedRightShift.js +18 -0
  3505. package/dist/node_modules/es-abstract/2022/BigInt/subtract.js +18 -0
  3506. package/dist/node_modules/es-abstract/2022/BigInt/toString.js +18 -0
  3507. package/dist/node_modules/es-abstract/2022/BigInt/unaryMinus.js +24 -0
  3508. package/dist/node_modules/es-abstract/2022/BigInt/unsignedRightShift.js +17 -0
  3509. package/dist/node_modules/es-abstract/2022/BigIntBitwiseOp.js +66 -0
  3510. package/dist/node_modules/es-abstract/2022/BinaryAnd.js +14 -0
  3511. package/dist/node_modules/es-abstract/2022/BinaryOr.js +14 -0
  3512. package/dist/node_modules/es-abstract/2022/BinaryXor.js +14 -0
  3513. package/dist/node_modules/es-abstract/2022/ByteListBitwiseOp.js +44 -0
  3514. package/dist/node_modules/es-abstract/2022/ByteListEqual.js +33 -0
  3515. package/dist/node_modules/es-abstract/2022/Call.js +20 -0
  3516. package/dist/node_modules/es-abstract/2022/CanonicalNumericIndexString.js +22 -0
  3517. package/dist/node_modules/es-abstract/2022/Canonicalize.js +55 -0
  3518. package/dist/node_modules/es-abstract/2022/CharacterRange.js +31 -0
  3519. package/dist/node_modules/es-abstract/2022/ClearKeptObjects.js +12 -0
  3520. package/dist/node_modules/es-abstract/2022/CloneArrayBuffer.js +49 -0
  3521. package/dist/node_modules/es-abstract/2022/CodePointAt.js +58 -0
  3522. package/dist/node_modules/es-abstract/2022/CodePointsToString.js +27 -0
  3523. package/dist/node_modules/es-abstract/2022/CompletePropertyDescriptor.js +39 -0
  3524. package/dist/node_modules/es-abstract/2022/CompletionRecord.js +53 -0
  3525. package/dist/node_modules/es-abstract/2022/CopyDataProperties.js +70 -0
  3526. package/dist/node_modules/es-abstract/2022/CreateAsyncFromSyncIterator.js +121 -0
  3527. package/dist/node_modules/es-abstract/2022/CreateDataProperty.js +27 -0
  3528. package/dist/node_modules/es-abstract/2022/CreateDataPropertyOrThrow.js +25 -0
  3529. package/dist/node_modules/es-abstract/2022/CreateHTML.js +30 -0
  3530. package/dist/node_modules/es-abstract/2022/CreateIterResultObject.js +19 -0
  3531. package/dist/node_modules/es-abstract/2022/CreateListFromArrayLike.js +46 -0
  3532. package/dist/node_modules/es-abstract/2022/CreateMethodProperty.js +40 -0
  3533. package/dist/node_modules/es-abstract/2022/CreateNonEnumerableDataPropertyOrThrow.js +29 -0
  3534. package/dist/node_modules/es-abstract/2022/CreateRegExpStringIterator.js +100 -0
  3535. package/dist/node_modules/es-abstract/2022/DateFromTime.js +54 -0
  3536. package/dist/node_modules/es-abstract/2022/DateString.js +30 -0
  3537. package/dist/node_modules/es-abstract/2022/Day.js +11 -0
  3538. package/dist/node_modules/es-abstract/2022/DayFromYear.js +10 -0
  3539. package/dist/node_modules/es-abstract/2022/DayWithinYear.js +11 -0
  3540. package/dist/node_modules/es-abstract/2022/DaysInYear.js +18 -0
  3541. package/dist/node_modules/es-abstract/2022/DefinePropertyOrThrow.js +50 -0
  3542. package/dist/node_modules/es-abstract/2022/DeletePropertyOrThrow.js +27 -0
  3543. package/dist/node_modules/es-abstract/2022/DetachArrayBuffer.js +43 -0
  3544. package/dist/node_modules/es-abstract/2022/EnumerableOwnPropertyNames.js +43 -0
  3545. package/dist/node_modules/es-abstract/2022/FlattenIntoArray.js +57 -0
  3546. package/dist/node_modules/es-abstract/2022/FromPropertyDescriptor.js +16 -0
  3547. package/dist/node_modules/es-abstract/2022/Get.js +25 -0
  3548. package/dist/node_modules/es-abstract/2022/GetGlobalObject.js +9 -0
  3549. package/dist/node_modules/es-abstract/2022/GetIterator.js +66 -0
  3550. package/dist/node_modules/es-abstract/2022/GetMatchIndexPair.js +26 -0
  3551. package/dist/node_modules/es-abstract/2022/GetMatchString.js +27 -0
  3552. package/dist/node_modules/es-abstract/2022/GetMethod.js +36 -0
  3553. package/dist/node_modules/es-abstract/2022/GetOwnPropertyKeys.js +31 -0
  3554. package/dist/node_modules/es-abstract/2022/GetPromiseResolve.js +22 -0
  3555. package/dist/node_modules/es-abstract/2022/GetPrototypeFromConstructor.js +32 -0
  3556. package/dist/node_modules/es-abstract/2022/GetStringIndex.js +31 -0
  3557. package/dist/node_modules/es-abstract/2022/GetSubstitution.js +124 -0
  3558. package/dist/node_modules/es-abstract/2022/GetV.js +25 -0
  3559. package/dist/node_modules/es-abstract/2022/GetValueFromBuffer.js +110 -0
  3560. package/dist/node_modules/es-abstract/2022/HasOwnProperty.js +22 -0
  3561. package/dist/node_modules/es-abstract/2022/HasProperty.js +20 -0
  3562. package/dist/node_modules/es-abstract/2022/HourFromTime.js +14 -0
  3563. package/dist/node_modules/es-abstract/2022/InLeapYear.js +21 -0
  3564. package/dist/node_modules/es-abstract/2022/InstallErrorCause.js +23 -0
  3565. package/dist/node_modules/es-abstract/2022/InstanceofOperator.js +30 -0
  3566. package/dist/node_modules/es-abstract/2022/Invoke.js +24 -0
  3567. package/dist/node_modules/es-abstract/2022/IsAccessorDescriptor.js +23 -0
  3568. package/dist/node_modules/es-abstract/2022/IsArray.js +4 -0
  3569. package/dist/node_modules/es-abstract/2022/IsBigIntElementType.js +7 -0
  3570. package/dist/node_modules/es-abstract/2022/IsCallable.js +5 -0
  3571. package/dist/node_modules/es-abstract/2022/IsCompatiblePropertyDescriptor.js +9 -0
  3572. package/dist/node_modules/es-abstract/2022/IsConcatSpreadable.js +25 -0
  3573. package/dist/node_modules/es-abstract/2022/IsConstructor.js +40 -0
  3574. package/dist/node_modules/es-abstract/2022/IsDataDescriptor.js +23 -0
  3575. package/dist/node_modules/es-abstract/2022/IsDetachedBuffer.js +27 -0
  3576. package/dist/node_modules/es-abstract/2022/IsExtensible.js +18 -0
  3577. package/dist/node_modules/es-abstract/2022/IsGenericDescriptor.js +23 -0
  3578. package/dist/node_modules/es-abstract/2022/IsIntegralNumber.js +9 -0
  3579. package/dist/node_modules/es-abstract/2022/IsLessThan.js +90 -0
  3580. package/dist/node_modules/es-abstract/2022/IsLooselyEqual.js +58 -0
  3581. package/dist/node_modules/es-abstract/2022/IsNoTearConfiguration.js +16 -0
  3582. package/dist/node_modules/es-abstract/2022/IsPromise.js +24 -0
  3583. package/dist/node_modules/es-abstract/2022/IsPropertyKey.js +7 -0
  3584. package/dist/node_modules/es-abstract/2022/IsRegExp.js +24 -0
  3585. package/dist/node_modules/es-abstract/2022/IsSharedArrayBuffer.js +19 -0
  3586. package/dist/node_modules/es-abstract/2022/IsStrictlyEqual.js +20 -0
  3587. package/dist/node_modules/es-abstract/2022/IsStringPrefix.js +22 -0
  3588. package/dist/node_modules/es-abstract/2022/IsStringWellFormedUnicode.js +26 -0
  3589. package/dist/node_modules/es-abstract/2022/IsUnclampedIntegerElementType.js +12 -0
  3590. package/dist/node_modules/es-abstract/2022/IsUnsignedElementType.js +11 -0
  3591. package/dist/node_modules/es-abstract/2022/IsValidIntegerIndex.js +33 -0
  3592. package/dist/node_modules/es-abstract/2022/IsWordChar.js +48 -0
  3593. package/dist/node_modules/es-abstract/2022/IterableToList.js +29 -0
  3594. package/dist/node_modules/es-abstract/2022/IteratorClose.js +51 -0
  3595. package/dist/node_modules/es-abstract/2022/IteratorComplete.js +18 -0
  3596. package/dist/node_modules/es-abstract/2022/IteratorNext.js +18 -0
  3597. package/dist/node_modules/es-abstract/2022/IteratorStep.js +13 -0
  3598. package/dist/node_modules/es-abstract/2022/IteratorValue.js +18 -0
  3599. package/dist/node_modules/es-abstract/2022/LengthOfArrayLike.js +20 -0
  3600. package/dist/node_modules/es-abstract/2022/MakeDate.js +13 -0
  3601. package/dist/node_modules/es-abstract/2022/MakeDay.js +36 -0
  3602. package/dist/node_modules/es-abstract/2022/MakeMatchIndicesIndexPairArray.js +69 -0
  3603. package/dist/node_modules/es-abstract/2022/MakeTime.js +23 -0
  3604. package/dist/node_modules/es-abstract/2022/MinFromTime.js +14 -0
  3605. package/dist/node_modules/es-abstract/2022/MonthFromTime.js +47 -0
  3606. package/dist/node_modules/es-abstract/2022/NewPromiseCapability.js +36 -0
  3607. package/dist/node_modules/es-abstract/2022/NormalCompletion.js +9 -0
  3608. package/dist/node_modules/es-abstract/2022/Number/add.js +36 -0
  3609. package/dist/node_modules/es-abstract/2022/Number/bitwiseAND.js +17 -0
  3610. package/dist/node_modules/es-abstract/2022/Number/bitwiseNOT.js +19 -0
  3611. package/dist/node_modules/es-abstract/2022/Number/bitwiseOR.js +17 -0
  3612. package/dist/node_modules/es-abstract/2022/Number/bitwiseXOR.js +17 -0
  3613. package/dist/node_modules/es-abstract/2022/Number/divide.js +22 -0
  3614. package/dist/node_modules/es-abstract/2022/Number/equal.js +21 -0
  3615. package/dist/node_modules/es-abstract/2022/Number/exponentiate.js +77 -0
  3616. package/dist/node_modules/es-abstract/2022/Number/index.js +43 -0
  3617. package/dist/node_modules/es-abstract/2022/Number/leftShift.js +25 -0
  3618. package/dist/node_modules/es-abstract/2022/Number/lessThan.js +26 -0
  3619. package/dist/node_modules/es-abstract/2022/Number/multiply.js +33 -0
  3620. package/dist/node_modules/es-abstract/2022/Number/remainder.js +32 -0
  3621. package/dist/node_modules/es-abstract/2022/Number/sameValue.js +21 -0
  3622. package/dist/node_modules/es-abstract/2022/Number/sameValueZero.js +24 -0
  3623. package/dist/node_modules/es-abstract/2022/Number/signedRightShift.js +25 -0
  3624. package/dist/node_modules/es-abstract/2022/Number/subtract.js +19 -0
  3625. package/dist/node_modules/es-abstract/2022/Number/toString.js +18 -0
  3626. package/dist/node_modules/es-abstract/2022/Number/unaryMinus.js +21 -0
  3627. package/dist/node_modules/es-abstract/2022/Number/unsignedRightShift.js +25 -0
  3628. package/dist/node_modules/es-abstract/2022/NumberBitwiseOp.js +29 -0
  3629. package/dist/node_modules/es-abstract/2022/NumberToBigInt.js +26 -0
  3630. package/dist/node_modules/es-abstract/2022/NumericToRawBytes.js +80 -0
  3631. package/dist/node_modules/es-abstract/2022/ObjectDefineProperties.js +38 -0
  3632. package/dist/node_modules/es-abstract/2022/OrdinaryCreateFromConstructor.js +20 -0
  3633. package/dist/node_modules/es-abstract/2022/OrdinaryDefineOwnProperty.js +61 -0
  3634. package/dist/node_modules/es-abstract/2022/OrdinaryGetOwnProperty.js +44 -0
  3635. package/dist/node_modules/es-abstract/2022/OrdinaryGetPrototypeOf.js +21 -0
  3636. package/dist/node_modules/es-abstract/2022/OrdinaryHasInstance.js +25 -0
  3637. package/dist/node_modules/es-abstract/2022/OrdinaryHasProperty.js +20 -0
  3638. package/dist/node_modules/es-abstract/2022/OrdinaryObjectCreate.js +56 -0
  3639. package/dist/node_modules/es-abstract/2022/OrdinarySetPrototypeOf.js +53 -0
  3640. package/dist/node_modules/es-abstract/2022/OrdinaryToPrimitive.js +38 -0
  3641. package/dist/node_modules/es-abstract/2022/PromiseResolve.js +17 -0
  3642. package/dist/node_modules/es-abstract/2022/QuoteJSONString.js +54 -0
  3643. package/dist/node_modules/es-abstract/2022/RawBytesToNumeric.js +84 -0
  3644. package/dist/node_modules/es-abstract/2022/RegExpCreate.js +21 -0
  3645. package/dist/node_modules/es-abstract/2022/RegExpExec.js +32 -0
  3646. package/dist/node_modules/es-abstract/2022/RegExpHasFlag.js +38 -0
  3647. package/dist/node_modules/es-abstract/2022/RequireObjectCoercible.js +3 -0
  3648. package/dist/node_modules/es-abstract/2022/SameValue.js +13 -0
  3649. package/dist/node_modules/es-abstract/2022/SameValueNonNumeric.js +21 -0
  3650. package/dist/node_modules/es-abstract/2022/SameValueZero.js +9 -0
  3651. package/dist/node_modules/es-abstract/2022/SecFromTime.js +14 -0
  3652. package/dist/node_modules/es-abstract/2022/Set.js +47 -0
  3653. package/dist/node_modules/es-abstract/2022/SetFunctionLength.js +32 -0
  3654. package/dist/node_modules/es-abstract/2022/SetFunctionName.js +44 -0
  3655. package/dist/node_modules/es-abstract/2022/SetIntegrityLevel.js +57 -0
  3656. package/dist/node_modules/es-abstract/2022/SetTypedArrayFromArrayLike.js +97 -0
  3657. package/dist/node_modules/es-abstract/2022/SetTypedArrayFromTypedArray.js +135 -0
  3658. package/dist/node_modules/es-abstract/2022/SetValueInBuffer.js +105 -0
  3659. package/dist/node_modules/es-abstract/2022/SortIndexedProperties.js +64 -0
  3660. package/dist/node_modules/es-abstract/2022/SpeciesConstructor.js +32 -0
  3661. package/dist/node_modules/es-abstract/2022/StringCreate.js +40 -0
  3662. package/dist/node_modules/es-abstract/2022/StringGetOwnProperty.js +48 -0
  3663. package/dist/node_modules/es-abstract/2022/StringIndexOf.js +40 -0
  3664. package/dist/node_modules/es-abstract/2022/StringPad.js +43 -0
  3665. package/dist/node_modules/es-abstract/2022/StringToBigInt.js +23 -0
  3666. package/dist/node_modules/es-abstract/2022/StringToCodePoints.js +29 -0
  3667. package/dist/node_modules/es-abstract/2022/StringToNumber.js +45 -0
  3668. package/dist/node_modules/es-abstract/2022/SymbolDescriptiveString.js +20 -0
  3669. package/dist/node_modules/es-abstract/2022/TestIntegrityLevel.js +42 -0
  3670. package/dist/node_modules/es-abstract/2022/ThrowCompletion.js +9 -0
  3671. package/dist/node_modules/es-abstract/2022/TimeClip.js +21 -0
  3672. package/dist/node_modules/es-abstract/2022/TimeFromYear.js +11 -0
  3673. package/dist/node_modules/es-abstract/2022/TimeString.js +25 -0
  3674. package/dist/node_modules/es-abstract/2022/TimeWithinDay.js +12 -0
  3675. package/dist/node_modules/es-abstract/2022/ToBigInt.js +53 -0
  3676. package/dist/node_modules/es-abstract/2022/ToBigInt64.js +25 -0
  3677. package/dist/node_modules/es-abstract/2022/ToBigUint64.js +22 -0
  3678. package/dist/node_modules/es-abstract/2022/ToBoolean.js +5 -0
  3679. package/dist/node_modules/es-abstract/2022/ToDateString.js +23 -0
  3680. package/dist/node_modules/es-abstract/2022/ToIndex.js +26 -0
  3681. package/dist/node_modules/es-abstract/2022/ToInt16.js +10 -0
  3682. package/dist/node_modules/es-abstract/2022/ToInt32.js +9 -0
  3683. package/dist/node_modules/es-abstract/2022/ToInt8.js +10 -0
  3684. package/dist/node_modules/es-abstract/2022/ToIntegerOrInfinity.js +20 -0
  3685. package/dist/node_modules/es-abstract/2022/ToLength.js +12 -0
  3686. package/dist/node_modules/es-abstract/2022/ToNumber.js +26 -0
  3687. package/dist/node_modules/es-abstract/2022/ToNumeric.js +21 -0
  3688. package/dist/node_modules/es-abstract/2022/ToObject.js +14 -0
  3689. package/dist/node_modules/es-abstract/2022/ToPrimitive.js +12 -0
  3690. package/dist/node_modules/es-abstract/2022/ToPropertyDescriptor.js +52 -0
  3691. package/dist/node_modules/es-abstract/2022/ToPropertyKey.js +15 -0
  3692. package/dist/node_modules/es-abstract/2022/ToString.js +15 -0
  3693. package/dist/node_modules/es-abstract/2022/ToUint16.js +19 -0
  3694. package/dist/node_modules/es-abstract/2022/ToUint32.js +9 -0
  3695. package/dist/node_modules/es-abstract/2022/ToUint8.js +20 -0
  3696. package/dist/node_modules/es-abstract/2022/ToUint8Clamp.js +19 -0
  3697. package/dist/node_modules/es-abstract/2022/ToZeroPaddedDecimalString.js +20 -0
  3698. package/dist/node_modules/es-abstract/2022/TrimString.js +29 -0
  3699. package/dist/node_modules/es-abstract/2022/Type.js +15 -0
  3700. package/dist/node_modules/es-abstract/2022/TypedArrayCreate.js +50 -0
  3701. package/dist/node_modules/es-abstract/2022/TypedArrayElementSize.js +40 -0
  3702. package/dist/node_modules/es-abstract/2022/TypedArrayElementType.js +38 -0
  3703. package/dist/node_modules/es-abstract/2022/TypedArraySpeciesCreate.js +39 -0
  3704. package/dist/node_modules/es-abstract/2022/UTF16EncodeCodePoint.js +25 -0
  3705. package/dist/node_modules/es-abstract/2022/UTF16SurrogatePairToCodePoint.js +19 -0
  3706. package/dist/node_modules/es-abstract/2022/UnicodeEscape.js +27 -0
  3707. package/dist/node_modules/es-abstract/2022/ValidateAndApplyPropertyDescriptor.js +177 -0
  3708. package/dist/node_modules/es-abstract/2022/ValidateAtomicAccess.js +42 -0
  3709. package/dist/node_modules/es-abstract/2022/ValidateIntegerTypedArray.js +39 -0
  3710. package/dist/node_modules/es-abstract/2022/ValidateTypedArray.js +30 -0
  3711. package/dist/node_modules/es-abstract/2022/WeakRefDeref.js +24 -0
  3712. package/dist/node_modules/es-abstract/2022/WeekDay.js +10 -0
  3713. package/dist/node_modules/es-abstract/2022/WordCharacters.js +49 -0
  3714. package/dist/node_modules/es-abstract/2022/YearFromTime.js +16 -0
  3715. package/dist/node_modules/es-abstract/2022/abs.js +11 -0
  3716. package/dist/node_modules/es-abstract/2022/clamp.js +18 -0
  3717. package/dist/node_modules/es-abstract/2022/floor.js +16 -0
  3718. package/dist/node_modules/es-abstract/2022/max.js +7 -0
  3719. package/dist/node_modules/es-abstract/2022/min.js +7 -0
  3720. package/dist/node_modules/es-abstract/2022/modulo.js +9 -0
  3721. package/dist/node_modules/es-abstract/2022/msFromTime.js +11 -0
  3722. package/dist/node_modules/es-abstract/2022/substring.js +21 -0
  3723. package/dist/node_modules/es-abstract/2022/thisBigIntValue.js +22 -0
  3724. package/dist/node_modules/es-abstract/2022/thisBooleanValue.js +15 -0
  3725. package/dist/node_modules/es-abstract/2022/thisNumberValue.js +18 -0
  3726. package/dist/node_modules/es-abstract/2022/thisStringValue.js +15 -0
  3727. package/dist/node_modules/es-abstract/2022/thisSymbolValue.js +19 -0
  3728. package/dist/node_modules/es-abstract/2022/thisTimeValue.js +9 -0
  3729. package/dist/node_modules/es-abstract/2023/AddEntriesFromIterable.js +47 -0
  3730. package/dist/node_modules/es-abstract/2023/AddToKeptObjects.js +21 -0
  3731. package/dist/node_modules/es-abstract/2023/AdvanceStringIndex.js +34 -0
  3732. package/dist/node_modules/es-abstract/2023/ApplyStringOrNumericBinaryOperator.js +80 -0
  3733. package/dist/node_modules/es-abstract/2023/ArrayCreate.js +54 -0
  3734. package/dist/node_modules/es-abstract/2023/ArraySetLength.js +85 -0
  3735. package/dist/node_modules/es-abstract/2023/ArraySpeciesCreate.js +49 -0
  3736. package/dist/node_modules/es-abstract/2023/AsyncFromSyncIteratorContinuation.js +45 -0
  3737. package/dist/node_modules/es-abstract/2023/AsyncIteratorClose.js +68 -0
  3738. package/dist/node_modules/es-abstract/2023/BigInt/add.js +18 -0
  3739. package/dist/node_modules/es-abstract/2023/BigInt/bitwiseAND.js +17 -0
  3740. package/dist/node_modules/es-abstract/2023/BigInt/bitwiseNOT.js +17 -0
  3741. package/dist/node_modules/es-abstract/2023/BigInt/bitwiseOR.js +17 -0
  3742. package/dist/node_modules/es-abstract/2023/BigInt/bitwiseXOR.js +17 -0
  3743. package/dist/node_modules/es-abstract/2023/BigInt/divide.js +22 -0
  3744. package/dist/node_modules/es-abstract/2023/BigInt/equal.js +17 -0
  3745. package/dist/node_modules/es-abstract/2023/BigInt/exponentiate.js +31 -0
  3746. package/dist/node_modules/es-abstract/2023/BigInt/index.js +39 -0
  3747. package/dist/node_modules/es-abstract/2023/BigInt/leftShift.js +18 -0
  3748. package/dist/node_modules/es-abstract/2023/BigInt/lessThan.js +18 -0
  3749. package/dist/node_modules/es-abstract/2023/BigInt/multiply.js +18 -0
  3750. package/dist/node_modules/es-abstract/2023/BigInt/remainder.js +30 -0
  3751. package/dist/node_modules/es-abstract/2023/BigInt/signedRightShift.js +18 -0
  3752. package/dist/node_modules/es-abstract/2023/BigInt/subtract.js +18 -0
  3753. package/dist/node_modules/es-abstract/2023/BigInt/toString.js +32 -0
  3754. package/dist/node_modules/es-abstract/2023/BigInt/unaryMinus.js +24 -0
  3755. package/dist/node_modules/es-abstract/2023/BigInt/unsignedRightShift.js +17 -0
  3756. package/dist/node_modules/es-abstract/2023/BigIntBitwiseOp.js +66 -0
  3757. package/dist/node_modules/es-abstract/2023/BinaryAnd.js +14 -0
  3758. package/dist/node_modules/es-abstract/2023/BinaryOr.js +14 -0
  3759. package/dist/node_modules/es-abstract/2023/BinaryXor.js +14 -0
  3760. package/dist/node_modules/es-abstract/2023/ByteListBitwiseOp.js +44 -0
  3761. package/dist/node_modules/es-abstract/2023/ByteListEqual.js +33 -0
  3762. package/dist/node_modules/es-abstract/2023/Call.js +20 -0
  3763. package/dist/node_modules/es-abstract/2023/CanBeHeldWeakly.js +16 -0
  3764. package/dist/node_modules/es-abstract/2023/CanonicalNumericIndexString.js +22 -0
  3765. package/dist/node_modules/es-abstract/2023/Canonicalize.js +53 -0
  3766. package/dist/node_modules/es-abstract/2023/CharacterRange.js +31 -0
  3767. package/dist/node_modules/es-abstract/2023/ClearKeptObjects.js +12 -0
  3768. package/dist/node_modules/es-abstract/2023/CloneArrayBuffer.js +49 -0
  3769. package/dist/node_modules/es-abstract/2023/CodePointAt.js +58 -0
  3770. package/dist/node_modules/es-abstract/2023/CodePointsToString.js +27 -0
  3771. package/dist/node_modules/es-abstract/2023/CompareArrayElements.js +52 -0
  3772. package/dist/node_modules/es-abstract/2023/CompareTypedArrayElements.js +65 -0
  3773. package/dist/node_modules/es-abstract/2023/CompletePropertyDescriptor.js +39 -0
  3774. package/dist/node_modules/es-abstract/2023/CompletionRecord.js +53 -0
  3775. package/dist/node_modules/es-abstract/2023/CopyDataProperties.js +70 -0
  3776. package/dist/node_modules/es-abstract/2023/CreateAsyncFromSyncIterator.js +121 -0
  3777. package/dist/node_modules/es-abstract/2023/CreateDataProperty.js +27 -0
  3778. package/dist/node_modules/es-abstract/2023/CreateDataPropertyOrThrow.js +24 -0
  3779. package/dist/node_modules/es-abstract/2023/CreateHTML.js +30 -0
  3780. package/dist/node_modules/es-abstract/2023/CreateIterResultObject.js +19 -0
  3781. package/dist/node_modules/es-abstract/2023/CreateListFromArrayLike.js +46 -0
  3782. package/dist/node_modules/es-abstract/2023/CreateMethodProperty.js +40 -0
  3783. package/dist/node_modules/es-abstract/2023/CreateNonEnumerableDataPropertyOrThrow.js +29 -0
  3784. package/dist/node_modules/es-abstract/2023/CreateRegExpStringIterator.js +100 -0
  3785. package/dist/node_modules/es-abstract/2023/DateFromTime.js +54 -0
  3786. package/dist/node_modules/es-abstract/2023/DateString.js +30 -0
  3787. package/dist/node_modules/es-abstract/2023/Day.js +11 -0
  3788. package/dist/node_modules/es-abstract/2023/DayFromYear.js +10 -0
  3789. package/dist/node_modules/es-abstract/2023/DayWithinYear.js +11 -0
  3790. package/dist/node_modules/es-abstract/2023/DaysInYear.js +18 -0
  3791. package/dist/node_modules/es-abstract/2023/DefinePropertyOrThrow.js +50 -0
  3792. package/dist/node_modules/es-abstract/2023/DeletePropertyOrThrow.js +27 -0
  3793. package/dist/node_modules/es-abstract/2023/DetachArrayBuffer.js +43 -0
  3794. package/dist/node_modules/es-abstract/2023/EnumerableOwnProperties.js +43 -0
  3795. package/dist/node_modules/es-abstract/2023/FindViaPredicate.js +44 -0
  3796. package/dist/node_modules/es-abstract/2023/FlattenIntoArray.js +57 -0
  3797. package/dist/node_modules/es-abstract/2023/FromPropertyDescriptor.js +16 -0
  3798. package/dist/node_modules/es-abstract/2023/Get.js +25 -0
  3799. package/dist/node_modules/es-abstract/2023/GetGlobalObject.js +9 -0
  3800. package/dist/node_modules/es-abstract/2023/GetIterator.js +56 -0
  3801. package/dist/node_modules/es-abstract/2023/GetIteratorFromMethod.js +30 -0
  3802. package/dist/node_modules/es-abstract/2023/GetMatchIndexPair.js +26 -0
  3803. package/dist/node_modules/es-abstract/2023/GetMatchString.js +27 -0
  3804. package/dist/node_modules/es-abstract/2023/GetMethod.js +36 -0
  3805. package/dist/node_modules/es-abstract/2023/GetOwnPropertyKeys.js +31 -0
  3806. package/dist/node_modules/es-abstract/2023/GetPromiseResolve.js +22 -0
  3807. package/dist/node_modules/es-abstract/2023/GetPrototypeFromConstructor.js +32 -0
  3808. package/dist/node_modules/es-abstract/2023/GetStringIndex.js +31 -0
  3809. package/dist/node_modules/es-abstract/2023/GetSubstitution.js +124 -0
  3810. package/dist/node_modules/es-abstract/2023/GetV.js +25 -0
  3811. package/dist/node_modules/es-abstract/2023/GetValueFromBuffer.js +110 -0
  3812. package/dist/node_modules/es-abstract/2023/HasOwnProperty.js +22 -0
  3813. package/dist/node_modules/es-abstract/2023/HasProperty.js +20 -0
  3814. package/dist/node_modules/es-abstract/2023/HourFromTime.js +14 -0
  3815. package/dist/node_modules/es-abstract/2023/InLeapYear.js +21 -0
  3816. package/dist/node_modules/es-abstract/2023/InstallErrorCause.js +23 -0
  3817. package/dist/node_modules/es-abstract/2023/InstanceofOperator.js +30 -0
  3818. package/dist/node_modules/es-abstract/2023/Invoke.js +24 -0
  3819. package/dist/node_modules/es-abstract/2023/IsAccessorDescriptor.js +23 -0
  3820. package/dist/node_modules/es-abstract/2023/IsArray.js +4 -0
  3821. package/dist/node_modules/es-abstract/2023/IsBigIntElementType.js +7 -0
  3822. package/dist/node_modules/es-abstract/2023/IsCallable.js +5 -0
  3823. package/dist/node_modules/es-abstract/2023/IsCompatiblePropertyDescriptor.js +9 -0
  3824. package/dist/node_modules/es-abstract/2023/IsConcatSpreadable.js +25 -0
  3825. package/dist/node_modules/es-abstract/2023/IsConstructor.js +40 -0
  3826. package/dist/node_modules/es-abstract/2023/IsDataDescriptor.js +23 -0
  3827. package/dist/node_modules/es-abstract/2023/IsDetachedBuffer.js +27 -0
  3828. package/dist/node_modules/es-abstract/2023/IsExtensible.js +18 -0
  3829. package/dist/node_modules/es-abstract/2023/IsGenericDescriptor.js +23 -0
  3830. package/dist/node_modules/es-abstract/2023/IsIntegralNumber.js +15 -0
  3831. package/dist/node_modules/es-abstract/2023/IsLessThan.js +100 -0
  3832. package/dist/node_modules/es-abstract/2023/IsLooselyEqual.js +58 -0
  3833. package/dist/node_modules/es-abstract/2023/IsNoTearConfiguration.js +16 -0
  3834. package/dist/node_modules/es-abstract/2023/IsPromise.js +24 -0
  3835. package/dist/node_modules/es-abstract/2023/IsPropertyKey.js +7 -0
  3836. package/dist/node_modules/es-abstract/2023/IsRegExp.js +24 -0
  3837. package/dist/node_modules/es-abstract/2023/IsSharedArrayBuffer.js +19 -0
  3838. package/dist/node_modules/es-abstract/2023/IsStrictlyEqual.js +16 -0
  3839. package/dist/node_modules/es-abstract/2023/IsStringWellFormedUnicode.js +26 -0
  3840. package/dist/node_modules/es-abstract/2023/IsUnclampedIntegerElementType.js +12 -0
  3841. package/dist/node_modules/es-abstract/2023/IsUnsignedElementType.js +11 -0
  3842. package/dist/node_modules/es-abstract/2023/IsValidIntegerIndex.js +33 -0
  3843. package/dist/node_modules/es-abstract/2023/IsWordChar.js +45 -0
  3844. package/dist/node_modules/es-abstract/2023/IteratorClose.js +62 -0
  3845. package/dist/node_modules/es-abstract/2023/IteratorComplete.js +18 -0
  3846. package/dist/node_modules/es-abstract/2023/IteratorNext.js +28 -0
  3847. package/dist/node_modules/es-abstract/2023/IteratorStep.js +18 -0
  3848. package/dist/node_modules/es-abstract/2023/IteratorToList.js +28 -0
  3849. package/dist/node_modules/es-abstract/2023/IteratorValue.js +18 -0
  3850. package/dist/node_modules/es-abstract/2023/KeyForSymbol.js +20 -0
  3851. package/dist/node_modules/es-abstract/2023/LengthOfArrayLike.js +20 -0
  3852. package/dist/node_modules/es-abstract/2023/MakeDate.js +13 -0
  3853. package/dist/node_modules/es-abstract/2023/MakeDay.js +36 -0
  3854. package/dist/node_modules/es-abstract/2023/MakeMatchIndicesIndexPairArray.js +69 -0
  3855. package/dist/node_modules/es-abstract/2023/MakeTime.js +23 -0
  3856. package/dist/node_modules/es-abstract/2023/MinFromTime.js +14 -0
  3857. package/dist/node_modules/es-abstract/2023/MonthFromTime.js +47 -0
  3858. package/dist/node_modules/es-abstract/2023/NewPromiseCapability.js +36 -0
  3859. package/dist/node_modules/es-abstract/2023/NormalCompletion.js +9 -0
  3860. package/dist/node_modules/es-abstract/2023/Number/add.js +36 -0
  3861. package/dist/node_modules/es-abstract/2023/Number/bitwiseAND.js +17 -0
  3862. package/dist/node_modules/es-abstract/2023/Number/bitwiseNOT.js +19 -0
  3863. package/dist/node_modules/es-abstract/2023/Number/bitwiseOR.js +17 -0
  3864. package/dist/node_modules/es-abstract/2023/Number/bitwiseXOR.js +17 -0
  3865. package/dist/node_modules/es-abstract/2023/Number/divide.js +22 -0
  3866. package/dist/node_modules/es-abstract/2023/Number/equal.js +21 -0
  3867. package/dist/node_modules/es-abstract/2023/Number/exponentiate.js +77 -0
  3868. package/dist/node_modules/es-abstract/2023/Number/index.js +43 -0
  3869. package/dist/node_modules/es-abstract/2023/Number/leftShift.js +25 -0
  3870. package/dist/node_modules/es-abstract/2023/Number/lessThan.js +26 -0
  3871. package/dist/node_modules/es-abstract/2023/Number/multiply.js +33 -0
  3872. package/dist/node_modules/es-abstract/2023/Number/remainder.js +42 -0
  3873. package/dist/node_modules/es-abstract/2023/Number/sameValue.js +21 -0
  3874. package/dist/node_modules/es-abstract/2023/Number/sameValueZero.js +24 -0
  3875. package/dist/node_modules/es-abstract/2023/Number/signedRightShift.js +25 -0
  3876. package/dist/node_modules/es-abstract/2023/Number/subtract.js +19 -0
  3877. package/dist/node_modules/es-abstract/2023/Number/toString.js +26 -0
  3878. package/dist/node_modules/es-abstract/2023/Number/unaryMinus.js +21 -0
  3879. package/dist/node_modules/es-abstract/2023/Number/unsignedRightShift.js +25 -0
  3880. package/dist/node_modules/es-abstract/2023/NumberBitwiseOp.js +29 -0
  3881. package/dist/node_modules/es-abstract/2023/NumberToBigInt.js +26 -0
  3882. package/dist/node_modules/es-abstract/2023/NumericToRawBytes.js +80 -0
  3883. package/dist/node_modules/es-abstract/2023/ObjectDefineProperties.js +38 -0
  3884. package/dist/node_modules/es-abstract/2023/OrdinaryCreateFromConstructor.js +20 -0
  3885. package/dist/node_modules/es-abstract/2023/OrdinaryDefineOwnProperty.js +61 -0
  3886. package/dist/node_modules/es-abstract/2023/OrdinaryGetOwnProperty.js +44 -0
  3887. package/dist/node_modules/es-abstract/2023/OrdinaryGetPrototypeOf.js +21 -0
  3888. package/dist/node_modules/es-abstract/2023/OrdinaryHasInstance.js +25 -0
  3889. package/dist/node_modules/es-abstract/2023/OrdinaryHasProperty.js +20 -0
  3890. package/dist/node_modules/es-abstract/2023/OrdinaryObjectCreate.js +56 -0
  3891. package/dist/node_modules/es-abstract/2023/OrdinarySetPrototypeOf.js +53 -0
  3892. package/dist/node_modules/es-abstract/2023/OrdinaryToPrimitive.js +38 -0
  3893. package/dist/node_modules/es-abstract/2023/ParseHexOctet.js +44 -0
  3894. package/dist/node_modules/es-abstract/2023/PromiseResolve.js +17 -0
  3895. package/dist/node_modules/es-abstract/2023/QuoteJSONString.js +54 -0
  3896. package/dist/node_modules/es-abstract/2023/RawBytesToNumeric.js +84 -0
  3897. package/dist/node_modules/es-abstract/2023/RegExpCreate.js +21 -0
  3898. package/dist/node_modules/es-abstract/2023/RegExpExec.js +32 -0
  3899. package/dist/node_modules/es-abstract/2023/RegExpHasFlag.js +38 -0
  3900. package/dist/node_modules/es-abstract/2023/RequireObjectCoercible.js +3 -0
  3901. package/dist/node_modules/es-abstract/2023/SameValue.js +13 -0
  3902. package/dist/node_modules/es-abstract/2023/SameValueNonNumber.js +21 -0
  3903. package/dist/node_modules/es-abstract/2023/SameValueZero.js +9 -0
  3904. package/dist/node_modules/es-abstract/2023/SecFromTime.js +14 -0
  3905. package/dist/node_modules/es-abstract/2023/Set.js +47 -0
  3906. package/dist/node_modules/es-abstract/2023/SetFunctionLength.js +32 -0
  3907. package/dist/node_modules/es-abstract/2023/SetFunctionName.js +44 -0
  3908. package/dist/node_modules/es-abstract/2023/SetIntegrityLevel.js +57 -0
  3909. package/dist/node_modules/es-abstract/2023/SetTypedArrayFromArrayLike.js +97 -0
  3910. package/dist/node_modules/es-abstract/2023/SetTypedArrayFromTypedArray.js +135 -0
  3911. package/dist/node_modules/es-abstract/2023/SetValueInBuffer.js +105 -0
  3912. package/dist/node_modules/es-abstract/2023/SortIndexedProperties.js +52 -0
  3913. package/dist/node_modules/es-abstract/2023/SpeciesConstructor.js +32 -0
  3914. package/dist/node_modules/es-abstract/2023/StringCreate.js +40 -0
  3915. package/dist/node_modules/es-abstract/2023/StringGetOwnProperty.js +48 -0
  3916. package/dist/node_modules/es-abstract/2023/StringIndexOf.js +40 -0
  3917. package/dist/node_modules/es-abstract/2023/StringPad.js +43 -0
  3918. package/dist/node_modules/es-abstract/2023/StringToBigInt.js +23 -0
  3919. package/dist/node_modules/es-abstract/2023/StringToCodePoints.js +29 -0
  3920. package/dist/node_modules/es-abstract/2023/StringToNumber.js +45 -0
  3921. package/dist/node_modules/es-abstract/2023/SymbolDescriptiveString.js +20 -0
  3922. package/dist/node_modules/es-abstract/2023/TestIntegrityLevel.js +42 -0
  3923. package/dist/node_modules/es-abstract/2023/ThrowCompletion.js +9 -0
  3924. package/dist/node_modules/es-abstract/2023/TimeClip.js +21 -0
  3925. package/dist/node_modules/es-abstract/2023/TimeFromYear.js +11 -0
  3926. package/dist/node_modules/es-abstract/2023/TimeString.js +25 -0
  3927. package/dist/node_modules/es-abstract/2023/TimeWithinDay.js +12 -0
  3928. package/dist/node_modules/es-abstract/2023/ToBigInt.js +53 -0
  3929. package/dist/node_modules/es-abstract/2023/ToBigInt64.js +25 -0
  3930. package/dist/node_modules/es-abstract/2023/ToBigUint64.js +22 -0
  3931. package/dist/node_modules/es-abstract/2023/ToBoolean.js +5 -0
  3932. package/dist/node_modules/es-abstract/2023/ToDateString.js +23 -0
  3933. package/dist/node_modules/es-abstract/2023/ToIndex.js +26 -0
  3934. package/dist/node_modules/es-abstract/2023/ToInt16.js +21 -0
  3935. package/dist/node_modules/es-abstract/2023/ToInt32.js +23 -0
  3936. package/dist/node_modules/es-abstract/2023/ToInt8.js +19 -0
  3937. package/dist/node_modules/es-abstract/2023/ToIntegerOrInfinity.js +16 -0
  3938. package/dist/node_modules/es-abstract/2023/ToLength.js +12 -0
  3939. package/dist/node_modules/es-abstract/2023/ToNumber.js +26 -0
  3940. package/dist/node_modules/es-abstract/2023/ToNumeric.js +21 -0
  3941. package/dist/node_modules/es-abstract/2023/ToObject.js +14 -0
  3942. package/dist/node_modules/es-abstract/2023/ToPrimitive.js +12 -0
  3943. package/dist/node_modules/es-abstract/2023/ToPropertyDescriptor.js +52 -0
  3944. package/dist/node_modules/es-abstract/2023/ToPropertyKey.js +15 -0
  3945. package/dist/node_modules/es-abstract/2023/ToString.js +15 -0
  3946. package/dist/node_modules/es-abstract/2023/ToUint16.js +21 -0
  3947. package/dist/node_modules/es-abstract/2023/ToUint32.js +21 -0
  3948. package/dist/node_modules/es-abstract/2023/ToUint8.js +19 -0
  3949. package/dist/node_modules/es-abstract/2023/ToUint8Clamp.js +19 -0
  3950. package/dist/node_modules/es-abstract/2023/ToZeroPaddedDecimalString.js +20 -0
  3951. package/dist/node_modules/es-abstract/2023/TrimString.js +29 -0
  3952. package/dist/node_modules/es-abstract/2023/Type.js +15 -0
  3953. package/dist/node_modules/es-abstract/2023/TypedArrayCreate.js +50 -0
  3954. package/dist/node_modules/es-abstract/2023/TypedArrayCreateSameType.js +37 -0
  3955. package/dist/node_modules/es-abstract/2023/TypedArrayElementSize.js +40 -0
  3956. package/dist/node_modules/es-abstract/2023/TypedArrayElementType.js +38 -0
  3957. package/dist/node_modules/es-abstract/2023/TypedArraySpeciesCreate.js +39 -0
  3958. package/dist/node_modules/es-abstract/2023/UTF16EncodeCodePoint.js +25 -0
  3959. package/dist/node_modules/es-abstract/2023/UTF16SurrogatePairToCodePoint.js +19 -0
  3960. package/dist/node_modules/es-abstract/2023/UnicodeEscape.js +27 -0
  3961. package/dist/node_modules/es-abstract/2023/ValidateAndApplyPropertyDescriptor.js +177 -0
  3962. package/dist/node_modules/es-abstract/2023/ValidateAtomicAccess.js +42 -0
  3963. package/dist/node_modules/es-abstract/2023/ValidateIntegerTypedArray.js +39 -0
  3964. package/dist/node_modules/es-abstract/2023/ValidateTypedArray.js +30 -0
  3965. package/dist/node_modules/es-abstract/2023/WeakRefDeref.js +24 -0
  3966. package/dist/node_modules/es-abstract/2023/WeekDay.js +10 -0
  3967. package/dist/node_modules/es-abstract/2023/WordCharacters.js +48 -0
  3968. package/dist/node_modules/es-abstract/2023/YearFromTime.js +16 -0
  3969. package/dist/node_modules/es-abstract/2023/abs.js +11 -0
  3970. package/dist/node_modules/es-abstract/2023/clamp.js +18 -0
  3971. package/dist/node_modules/es-abstract/2023/floor.js +16 -0
  3972. package/dist/node_modules/es-abstract/2023/max.js +7 -0
  3973. package/dist/node_modules/es-abstract/2023/min.js +7 -0
  3974. package/dist/node_modules/es-abstract/2023/modulo.js +9 -0
  3975. package/dist/node_modules/es-abstract/2023/msFromTime.js +11 -0
  3976. package/dist/node_modules/es-abstract/2023/substring.js +21 -0
  3977. package/dist/node_modules/es-abstract/2023/thisBigIntValue.js +22 -0
  3978. package/dist/node_modules/es-abstract/2023/thisBooleanValue.js +15 -0
  3979. package/dist/node_modules/es-abstract/2023/thisNumberValue.js +18 -0
  3980. package/dist/node_modules/es-abstract/2023/thisStringValue.js +15 -0
  3981. package/dist/node_modules/es-abstract/2023/thisSymbolValue.js +19 -0
  3982. package/dist/node_modules/es-abstract/2023/thisTimeValue.js +9 -0
  3983. package/dist/node_modules/es-abstract/2023/truncate.js +17 -0
  3984. package/dist/node_modules/es-abstract/5/AbstractEqualityComparison.js +37 -0
  3985. package/dist/node_modules/es-abstract/5/AbstractRelationalComparison.js +63 -0
  3986. package/dist/node_modules/es-abstract/5/Canonicalize.js +42 -0
  3987. package/dist/node_modules/es-abstract/5/CheckObjectCoercible.js +14 -0
  3988. package/dist/node_modules/es-abstract/5/DateFromTime.js +54 -0
  3989. package/dist/node_modules/es-abstract/5/Day.js +11 -0
  3990. package/dist/node_modules/es-abstract/5/DayFromYear.js +10 -0
  3991. package/dist/node_modules/es-abstract/5/DayWithinYear.js +11 -0
  3992. package/dist/node_modules/es-abstract/5/DaysInYear.js +18 -0
  3993. package/dist/node_modules/es-abstract/5/FromPropertyDescriptor.js +39 -0
  3994. package/dist/node_modules/es-abstract/5/HourFromTime.js +14 -0
  3995. package/dist/node_modules/es-abstract/5/InLeapYear.js +21 -0
  3996. package/dist/node_modules/es-abstract/5/IsAccessorDescriptor.js +23 -0
  3997. package/dist/node_modules/es-abstract/5/IsCallable.js +5 -0
  3998. package/dist/node_modules/es-abstract/5/IsDataDescriptor.js +23 -0
  3999. package/dist/node_modules/es-abstract/5/IsGenericDescriptor.js +23 -0
  4000. package/dist/node_modules/es-abstract/5/IsPropertyDescriptor.js +19 -0
  4001. package/dist/node_modules/es-abstract/5/MakeDate.js +13 -0
  4002. package/dist/node_modules/es-abstract/5/MakeDay.js +33 -0
  4003. package/dist/node_modules/es-abstract/5/MakeTime.js +23 -0
  4004. package/dist/node_modules/es-abstract/5/MinFromTime.js +14 -0
  4005. package/dist/node_modules/es-abstract/5/MonthFromTime.js +47 -0
  4006. package/dist/node_modules/es-abstract/5/SameValue.js +13 -0
  4007. package/dist/node_modules/es-abstract/5/SecFromTime.js +14 -0
  4008. package/dist/node_modules/es-abstract/5/StrictEqualityComparison.js +17 -0
  4009. package/dist/node_modules/es-abstract/5/TimeClip.js +21 -0
  4010. package/dist/node_modules/es-abstract/5/TimeFromYear.js +11 -0
  4011. package/dist/node_modules/es-abstract/5/TimeWithinDay.js +12 -0
  4012. package/dist/node_modules/es-abstract/5/ToBoolean.js +5 -0
  4013. package/dist/node_modules/es-abstract/5/ToInt32.js +9 -0
  4014. package/dist/node_modules/es-abstract/5/ToInteger.js +18 -0
  4015. package/dist/node_modules/es-abstract/5/ToNumber.js +32 -0
  4016. package/dist/node_modules/es-abstract/5/ToObject.js +14 -0
  4017. package/dist/node_modules/es-abstract/5/ToPrimitive.js +5 -0
  4018. package/dist/node_modules/es-abstract/5/ToPropertyDescriptor.js +52 -0
  4019. package/dist/node_modules/es-abstract/5/ToString.js +12 -0
  4020. package/dist/node_modules/es-abstract/5/ToUint16.js +19 -0
  4021. package/dist/node_modules/es-abstract/5/ToUint32.js +9 -0
  4022. package/dist/node_modules/es-abstract/5/Type.js +24 -0
  4023. package/dist/node_modules/es-abstract/5/WeekDay.js +10 -0
  4024. package/dist/node_modules/es-abstract/5/YearFromTime.js +16 -0
  4025. package/dist/node_modules/es-abstract/5/abs.js +11 -0
  4026. package/dist/node_modules/es-abstract/5/floor.js +11 -0
  4027. package/dist/node_modules/es-abstract/5/modulo.js +9 -0
  4028. package/dist/node_modules/es-abstract/5/msFromTime.js +11 -0
  4029. package/dist/node_modules/es-abstract/CHANGELOG.md +768 -0
  4030. package/dist/node_modules/es-abstract/GetIntrinsic.js +5 -0
  4031. package/dist/node_modules/es-abstract/LICENSE +21 -0
  4032. package/dist/node_modules/es-abstract/README.md +43 -0
  4033. package/dist/node_modules/es-abstract/es2015.js +139 -0
  4034. package/dist/node_modules/es-abstract/es2016.js +146 -0
  4035. package/dist/node_modules/es-abstract/es2017.js +154 -0
  4036. package/dist/node_modules/es-abstract/es2018.js +165 -0
  4037. package/dist/node_modules/es-abstract/es2019.js +169 -0
  4038. package/dist/node_modules/es-abstract/es2020.js +193 -0
  4039. package/dist/node_modules/es-abstract/es2021.js +207 -0
  4040. package/dist/node_modules/es-abstract/es2022.js +219 -0
  4041. package/dist/node_modules/es-abstract/es2023.js +227 -0
  4042. package/dist/node_modules/es-abstract/es5.js +52 -0
  4043. package/dist/node_modules/es-abstract/es6.js +3 -0
  4044. package/dist/node_modules/es-abstract/es7.js +3 -0
  4045. package/dist/node_modules/es-abstract/helpers/DefineOwnProperty.js +55 -0
  4046. package/dist/node_modules/es-abstract/helpers/IsArray.js +12 -0
  4047. package/dist/node_modules/es-abstract/helpers/OwnPropertyKeys.js +22 -0
  4048. package/dist/node_modules/es-abstract/helpers/assertRecord.js +87 -0
  4049. package/dist/node_modules/es-abstract/helpers/assign.js +22 -0
  4050. package/dist/node_modules/es-abstract/helpers/bytesAsFloat32.js +38 -0
  4051. package/dist/node_modules/es-abstract/helpers/bytesAsFloat64.js +44 -0
  4052. package/dist/node_modules/es-abstract/helpers/bytesAsInteger.js +31 -0
  4053. package/dist/node_modules/es-abstract/helpers/callBind.js +5 -0
  4054. package/dist/node_modules/es-abstract/helpers/callBound.js +5 -0
  4055. package/dist/node_modules/es-abstract/helpers/caseFolding.json +1430 -0
  4056. package/dist/node_modules/es-abstract/helpers/defaultEndianness.js +21 -0
  4057. package/dist/node_modules/es-abstract/helpers/every.js +10 -0
  4058. package/dist/node_modules/es-abstract/helpers/forEach.js +7 -0
  4059. package/dist/node_modules/es-abstract/helpers/fractionToBinaryString.js +33 -0
  4060. package/dist/node_modules/es-abstract/helpers/fromPropertyDescriptor.js +27 -0
  4061. package/dist/node_modules/es-abstract/helpers/getInferredName.js +4 -0
  4062. package/dist/node_modules/es-abstract/helpers/getIteratorMethod.js +47 -0
  4063. package/dist/node_modules/es-abstract/helpers/getOwnPropertyDescriptor.js +5 -0
  4064. package/dist/node_modules/es-abstract/helpers/getProto.js +15 -0
  4065. package/dist/node_modules/es-abstract/helpers/getSymbolDescription.js +4 -0
  4066. package/dist/node_modules/es-abstract/helpers/intToBinaryString.js +23 -0
  4067. package/dist/node_modules/es-abstract/helpers/integerToNBytes.js +28 -0
  4068. package/dist/node_modules/es-abstract/helpers/isAbstractClosure.js +9 -0
  4069. package/dist/node_modules/es-abstract/helpers/isByteValue.js +5 -0
  4070. package/dist/node_modules/es-abstract/helpers/isCodePoint.js +5 -0
  4071. package/dist/node_modules/es-abstract/helpers/isFinite.js +5 -0
  4072. package/dist/node_modules/es-abstract/helpers/isFullyPopulatedPropertyDescriptor.js +9 -0
  4073. package/dist/node_modules/es-abstract/helpers/isInteger.js +18 -0
  4074. package/dist/node_modules/es-abstract/helpers/isLeadingSurrogate.js +5 -0
  4075. package/dist/node_modules/es-abstract/helpers/isLineTerminator.js +7 -0
  4076. package/dist/node_modules/es-abstract/helpers/isMatchRecord.js +16 -0
  4077. package/dist/node_modules/es-abstract/helpers/isNaN.js +5 -0
  4078. package/dist/node_modules/es-abstract/helpers/isNegativeZero.js +5 -0
  4079. package/dist/node_modules/es-abstract/helpers/isPrefixOf.js +13 -0
  4080. package/dist/node_modules/es-abstract/helpers/isPrimitive.js +5 -0
  4081. package/dist/node_modules/es-abstract/helpers/isPropertyDescriptor.js +31 -0
  4082. package/dist/node_modules/es-abstract/helpers/isSamePropertyDescriptor.js +20 -0
  4083. package/dist/node_modules/es-abstract/helpers/isStringOrHole.js +9 -0
  4084. package/dist/node_modules/es-abstract/helpers/isStringOrUndefined.js +5 -0
  4085. package/dist/node_modules/es-abstract/helpers/isTrailingSurrogate.js +5 -0
  4086. package/dist/node_modules/es-abstract/helpers/maxSafeInteger.js +3 -0
  4087. package/dist/node_modules/es-abstract/helpers/maxValue.js +3 -0
  4088. package/dist/node_modules/es-abstract/helpers/mod.js +8 -0
  4089. package/dist/node_modules/es-abstract/helpers/modBigInt.js +6 -0
  4090. package/dist/node_modules/es-abstract/helpers/padTimeComponent.js +9 -0
  4091. package/dist/node_modules/es-abstract/helpers/reduce.js +9 -0
  4092. package/dist/node_modules/es-abstract/helpers/regexTester.js +5 -0
  4093. package/dist/node_modules/es-abstract/helpers/setProto.js +17 -0
  4094. package/dist/node_modules/es-abstract/helpers/sign.js +5 -0
  4095. package/dist/node_modules/es-abstract/helpers/some.js +10 -0
  4096. package/dist/node_modules/es-abstract/helpers/timeConstants.js +19 -0
  4097. package/dist/node_modules/es-abstract/helpers/typedArrayConstructors.js +22 -0
  4098. package/dist/node_modules/es-abstract/helpers/valueToFloat32Bytes.js +69 -0
  4099. package/dist/node_modules/es-abstract/helpers/valueToFloat64Bytes.js +83 -0
  4100. package/dist/node_modules/es-abstract/index.js +34 -0
  4101. package/dist/node_modules/es-abstract/operations/.eslintrc +5 -0
  4102. package/dist/node_modules/es-abstract/operations/2015.js +744 -0
  4103. package/dist/node_modules/es-abstract/operations/2016.js +813 -0
  4104. package/dist/node_modules/es-abstract/operations/2017.js +954 -0
  4105. package/dist/node_modules/es-abstract/operations/2018.js +1033 -0
  4106. package/dist/node_modules/es-abstract/operations/2019.js +1048 -0
  4107. package/dist/node_modules/es-abstract/operations/2020.js +1228 -0
  4108. package/dist/node_modules/es-abstract/operations/2021.js +1282 -0
  4109. package/dist/node_modules/es-abstract/operations/2022.js +1372 -0
  4110. package/dist/node_modules/es-abstract/operations/2023.js +1441 -0
  4111. package/dist/node_modules/es-abstract/operations/build-unicode.mjs +19 -0
  4112. package/dist/node_modules/es-abstract/package.json +166 -0
  4113. package/dist/node_modules/es-get-iterator/.eslintrc +32 -0
  4114. package/dist/node_modules/es-get-iterator/.github/FUNDING.yml +12 -0
  4115. package/dist/node_modules/es-get-iterator/.nycrc +9 -0
  4116. package/dist/node_modules/es-get-iterator/CHANGELOG.md +105 -0
  4117. package/dist/node_modules/es-get-iterator/LICENSE +21 -0
  4118. package/dist/node_modules/es-get-iterator/README.md +89 -0
  4119. package/dist/node_modules/es-get-iterator/index.js +189 -0
  4120. package/dist/node_modules/es-get-iterator/node.js +12 -0
  4121. package/dist/node_modules/es-get-iterator/node.mjs +11 -0
  4122. package/dist/node_modules/es-get-iterator/package.json +102 -0
  4123. package/dist/node_modules/es-get-iterator/test/core-js.js +5 -0
  4124. package/dist/node_modules/es-get-iterator/test/es6-shim.js +11 -0
  4125. package/dist/node_modules/es-get-iterator/test/index.js +178 -0
  4126. package/dist/node_modules/es-get-iterator/test/node.js +3 -0
  4127. package/dist/node_modules/es-get-iterator/test/node.mjs +10 -0
  4128. package/dist/node_modules/es-set-tostringtag/.eslintrc +13 -0
  4129. package/dist/node_modules/es-set-tostringtag/CHANGELOG.md +41 -0
  4130. package/dist/node_modules/es-set-tostringtag/LICENSE +21 -0
  4131. package/dist/node_modules/es-set-tostringtag/README.md +43 -0
  4132. package/dist/node_modules/es-set-tostringtag/index.js +26 -0
  4133. package/dist/node_modules/es-set-tostringtag/package.json +69 -0
  4134. package/dist/node_modules/es-set-tostringtag/test/index.js +53 -0
  4135. package/dist/node_modules/es-to-primitive/.eslintrc +22 -0
  4136. package/dist/node_modules/es-to-primitive/.github/FUNDING.yml +12 -0
  4137. package/dist/node_modules/es-to-primitive/.travis.yml +15 -0
  4138. package/dist/node_modules/es-to-primitive/CHANGELOG.md +49 -0
  4139. package/dist/node_modules/es-to-primitive/LICENSE +22 -0
  4140. package/dist/node_modules/es-to-primitive/Makefile +61 -0
  4141. package/dist/node_modules/es-to-primitive/README.md +49 -0
  4142. package/dist/node_modules/es-to-primitive/es2015.js +75 -0
  4143. package/dist/node_modules/es-to-primitive/es5.js +45 -0
  4144. package/dist/node_modules/es-to-primitive/es6.js +3 -0
  4145. package/dist/node_modules/es-to-primitive/helpers/isPrimitive.js +5 -0
  4146. package/dist/node_modules/es-to-primitive/index.js +17 -0
  4147. package/dist/node_modules/es-to-primitive/package.json +81 -0
  4148. package/dist/node_modules/es-to-primitive/test/es2015.js +151 -0
  4149. package/dist/node_modules/es-to-primitive/test/es5.js +118 -0
  4150. package/dist/node_modules/es-to-primitive/test/es6.js +151 -0
  4151. package/dist/node_modules/es-to-primitive/test/index.js +20 -0
  4152. package/dist/node_modules/escalade/dist/index.js +22 -0
  4153. package/dist/node_modules/escalade/dist/index.mjs +22 -0
  4154. package/dist/node_modules/escalade/index.d.ts +3 -0
  4155. package/dist/node_modules/escalade/license +9 -0
  4156. package/dist/node_modules/escalade/package.json +61 -0
  4157. package/dist/node_modules/escalade/readme.md +211 -0
  4158. package/dist/node_modules/escalade/sync/index.d.ts +2 -0
  4159. package/dist/node_modules/escalade/sync/index.js +18 -0
  4160. package/dist/node_modules/escalade/sync/index.mjs +18 -0
  4161. package/dist/node_modules/escape-string-regexp/index.js +11 -0
  4162. package/dist/node_modules/escape-string-regexp/license +21 -0
  4163. package/dist/node_modules/escape-string-regexp/package.json +41 -0
  4164. package/dist/node_modules/escape-string-regexp/readme.md +27 -0
  4165. package/dist/node_modules/estree-walker/CHANGELOG.md +92 -0
  4166. package/dist/node_modules/estree-walker/LICENSE +7 -0
  4167. package/dist/node_modules/estree-walker/README.md +48 -0
  4168. package/dist/node_modules/estree-walker/dist/esm/estree-walker.js +333 -0
  4169. package/dist/node_modules/estree-walker/dist/esm/package.json +1 -0
  4170. package/dist/node_modules/estree-walker/dist/umd/estree-walker.js +344 -0
  4171. package/dist/node_modules/estree-walker/package.json +37 -0
  4172. package/dist/node_modules/estree-walker/src/async.js +118 -0
  4173. package/dist/node_modules/estree-walker/src/index.js +35 -0
  4174. package/dist/node_modules/estree-walker/src/package.json +1 -0
  4175. package/dist/node_modules/estree-walker/src/sync.js +118 -0
  4176. package/dist/node_modules/estree-walker/src/walker.js +61 -0
  4177. package/dist/node_modules/estree-walker/types/async.d.ts +53 -0
  4178. package/dist/node_modules/estree-walker/types/index.d.ts +56 -0
  4179. package/dist/node_modules/estree-walker/types/sync.d.ts +53 -0
  4180. package/dist/node_modules/estree-walker/types/tsconfig.tsbuildinfo +345 -0
  4181. package/dist/node_modules/estree-walker/types/walker.d.ts +37 -0
  4182. package/dist/node_modules/esutils/LICENSE.BSD +19 -0
  4183. package/dist/node_modules/esutils/README.md +174 -0
  4184. package/dist/node_modules/esutils/lib/ast.js +144 -0
  4185. package/dist/node_modules/esutils/lib/code.js +135 -0
  4186. package/dist/node_modules/esutils/lib/keyword.js +165 -0
  4187. package/dist/node_modules/esutils/lib/utils.js +33 -0
  4188. package/dist/node_modules/esutils/package.json +44 -0
  4189. package/dist/node_modules/for-each/.editorconfig +20 -0
  4190. package/dist/node_modules/for-each/.eslintrc +16 -0
  4191. package/dist/node_modules/for-each/.travis.yml +45 -0
  4192. package/dist/node_modules/for-each/LICENSE +22 -0
  4193. package/dist/node_modules/for-each/README.md +43 -0
  4194. package/dist/node_modules/for-each/index.js +62 -0
  4195. package/dist/node_modules/for-each/package.json +65 -0
  4196. package/dist/node_modules/for-each/test/.eslintrc +8 -0
  4197. package/dist/node_modules/for-each/test/test.js +182 -0
  4198. package/dist/node_modules/fs.realpath/LICENSE +43 -0
  4199. package/dist/node_modules/fs.realpath/README.md +33 -0
  4200. package/dist/node_modules/fs.realpath/index.js +66 -0
  4201. package/dist/node_modules/fs.realpath/old.js +303 -0
  4202. package/dist/node_modules/fs.realpath/package.json +26 -0
  4203. package/dist/node_modules/function-bind/.eslintrc +21 -0
  4204. package/dist/node_modules/function-bind/.github/FUNDING.yml +12 -0
  4205. package/dist/node_modules/function-bind/.github/SECURITY.md +3 -0
  4206. package/dist/node_modules/function-bind/.nycrc +13 -0
  4207. package/dist/node_modules/function-bind/CHANGELOG.md +136 -0
  4208. package/dist/node_modules/function-bind/LICENSE +20 -0
  4209. package/dist/node_modules/function-bind/README.md +46 -0
  4210. package/dist/node_modules/function-bind/implementation.js +84 -0
  4211. package/dist/node_modules/function-bind/index.js +5 -0
  4212. package/dist/node_modules/function-bind/package.json +87 -0
  4213. package/dist/node_modules/function-bind/test/.eslintrc +9 -0
  4214. package/dist/node_modules/function-bind/test/index.js +252 -0
  4215. package/dist/node_modules/function.prototype.name/.editorconfig +24 -0
  4216. package/dist/node_modules/function.prototype.name/.eslintrc +15 -0
  4217. package/dist/node_modules/function.prototype.name/.github/FUNDING.yml +12 -0
  4218. package/dist/node_modules/function.prototype.name/.nycrc +9 -0
  4219. package/dist/node_modules/function.prototype.name/CHANGELOG.md +123 -0
  4220. package/dist/node_modules/function.prototype.name/LICENSE +21 -0
  4221. package/dist/node_modules/function.prototype.name/README.md +55 -0
  4222. package/dist/node_modules/function.prototype.name/auto.js +3 -0
  4223. package/dist/node_modules/function.prototype.name/helpers/functionsHaveNames.js +5 -0
  4224. package/dist/node_modules/function.prototype.name/implementation.js +72 -0
  4225. package/dist/node_modules/function.prototype.name/index.js +18 -0
  4226. package/dist/node_modules/function.prototype.name/package.json +99 -0
  4227. package/dist/node_modules/function.prototype.name/polyfill.js +7 -0
  4228. package/dist/node_modules/function.prototype.name/shim.js +35 -0
  4229. package/dist/node_modules/function.prototype.name/test/implementation.js +20 -0
  4230. package/dist/node_modules/function.prototype.name/test/index.js +23 -0
  4231. package/dist/node_modules/function.prototype.name/test/shimmed.js +21 -0
  4232. package/dist/node_modules/function.prototype.name/test/tests.js +104 -0
  4233. package/dist/node_modules/function.prototype.name/test/uglified.js +17 -0
  4234. package/dist/node_modules/functions-have-names/.editorconfig +20 -0
  4235. package/dist/node_modules/functions-have-names/.eslintrc +19 -0
  4236. package/dist/node_modules/functions-have-names/.github/FUNDING.yml +12 -0
  4237. package/dist/node_modules/functions-have-names/.nycrc +9 -0
  4238. package/dist/node_modules/functions-have-names/CHANGELOG.md +89 -0
  4239. package/dist/node_modules/functions-have-names/LICENSE +21 -0
  4240. package/dist/node_modules/functions-have-names/README.md +40 -0
  4241. package/dist/node_modules/functions-have-names/index.js +31 -0
  4242. package/dist/node_modules/functions-have-names/package.json +55 -0
  4243. package/dist/node_modules/functions-have-names/test/index.js +65 -0
  4244. package/dist/node_modules/gensync/LICENSE +7 -0
  4245. package/dist/node_modules/gensync/README.md +196 -0
  4246. package/dist/node_modules/gensync/index.js +373 -0
  4247. package/dist/node_modules/gensync/index.js.flow +32 -0
  4248. package/dist/node_modules/gensync/package.json +37 -0
  4249. package/dist/node_modules/gensync/test/.babelrc +5 -0
  4250. package/dist/node_modules/gensync/test/index.test.js +489 -0
  4251. package/dist/node_modules/get-intrinsic/.eslintrc +38 -0
  4252. package/dist/node_modules/get-intrinsic/.github/FUNDING.yml +12 -0
  4253. package/dist/node_modules/get-intrinsic/.nycrc +9 -0
  4254. package/dist/node_modules/get-intrinsic/CHANGELOG.md +125 -0
  4255. package/dist/node_modules/get-intrinsic/LICENSE +21 -0
  4256. package/dist/node_modules/get-intrinsic/README.md +71 -0
  4257. package/dist/node_modules/get-intrinsic/index.js +351 -0
  4258. package/dist/node_modules/get-intrinsic/package.json +93 -0
  4259. package/dist/node_modules/get-intrinsic/test/GetIntrinsic.js +274 -0
  4260. package/dist/node_modules/get-package-type/CHANGELOG.md +10 -0
  4261. package/dist/node_modules/get-package-type/LICENSE +21 -0
  4262. package/dist/node_modules/get-package-type/README.md +32 -0
  4263. package/dist/node_modules/get-package-type/async.cjs +52 -0
  4264. package/dist/node_modules/get-package-type/cache.cjs +3 -0
  4265. package/dist/node_modules/get-package-type/index.cjs +7 -0
  4266. package/dist/node_modules/get-package-type/is-node-modules.cjs +15 -0
  4267. package/dist/node_modules/get-package-type/package.json +35 -0
  4268. package/dist/node_modules/get-package-type/sync.cjs +42 -0
  4269. package/dist/node_modules/get-symbol-description/.eslintignore +1 -0
  4270. package/dist/node_modules/get-symbol-description/.eslintrc +14 -0
  4271. package/dist/node_modules/get-symbol-description/.github/FUNDING.yml +12 -0
  4272. package/dist/node_modules/get-symbol-description/.nycrc +9 -0
  4273. package/dist/node_modules/get-symbol-description/CHANGELOG.md +16 -0
  4274. package/dist/node_modules/get-symbol-description/LICENSE +21 -0
  4275. package/dist/node_modules/get-symbol-description/README.md +43 -0
  4276. package/dist/node_modules/get-symbol-description/getInferredName.js +10 -0
  4277. package/dist/node_modules/get-symbol-description/index.js +43 -0
  4278. package/dist/node_modules/get-symbol-description/package.json +71 -0
  4279. package/dist/node_modules/get-symbol-description/test/index.js +67 -0
  4280. package/dist/node_modules/glob/LICENSE +21 -0
  4281. package/dist/node_modules/glob/README.md +378 -0
  4282. package/dist/node_modules/glob/common.js +238 -0
  4283. package/dist/node_modules/glob/glob.js +790 -0
  4284. package/dist/node_modules/glob/package.json +55 -0
  4285. package/dist/node_modules/glob/sync.js +486 -0
  4286. package/dist/node_modules/globals/globals.json +1563 -0
  4287. package/dist/node_modules/globals/index.js +2 -0
  4288. package/dist/node_modules/globals/license +9 -0
  4289. package/dist/node_modules/globals/package.json +41 -0
  4290. package/dist/node_modules/globals/readme.md +41 -0
  4291. package/dist/node_modules/globalthis/.eslintrc +18 -0
  4292. package/dist/node_modules/globalthis/.nycrc +10 -0
  4293. package/dist/node_modules/globalthis/CHANGELOG.md +96 -0
  4294. package/dist/node_modules/globalthis/LICENSE +21 -0
  4295. package/dist/node_modules/globalthis/README.md +70 -0
  4296. package/dist/node_modules/globalthis/auto.js +3 -0
  4297. package/dist/node_modules/globalthis/implementation.browser.js +11 -0
  4298. package/dist/node_modules/globalthis/implementation.js +3 -0
  4299. package/dist/node_modules/globalthis/index.js +19 -0
  4300. package/dist/node_modules/globalthis/package.json +97 -0
  4301. package/dist/node_modules/globalthis/polyfill.js +10 -0
  4302. package/dist/node_modules/globalthis/shim.js +22 -0
  4303. package/dist/node_modules/globalthis/test/implementation.js +11 -0
  4304. package/dist/node_modules/globalthis/test/index.js +11 -0
  4305. package/dist/node_modules/globalthis/test/native.js +26 -0
  4306. package/dist/node_modules/globalthis/test/shimmed.js +29 -0
  4307. package/dist/node_modules/globalthis/test/tests.js +36 -0
  4308. package/dist/node_modules/gopd/.eslintrc +16 -0
  4309. package/dist/node_modules/gopd/.github/FUNDING.yml +12 -0
  4310. package/dist/node_modules/gopd/CHANGELOG.md +25 -0
  4311. package/dist/node_modules/gopd/LICENSE +21 -0
  4312. package/dist/node_modules/gopd/README.md +40 -0
  4313. package/dist/node_modules/gopd/index.js +16 -0
  4314. package/dist/node_modules/gopd/package.json +71 -0
  4315. package/dist/node_modules/gopd/test/index.js +35 -0
  4316. package/dist/node_modules/has-bigints/.eslintrc +5 -0
  4317. package/dist/node_modules/has-bigints/.github/FUNDING.yml +12 -0
  4318. package/dist/node_modules/has-bigints/.nycrc +9 -0
  4319. package/dist/node_modules/has-bigints/CHANGELOG.md +60 -0
  4320. package/dist/node_modules/has-bigints/LICENSE +21 -0
  4321. package/dist/node_modules/has-bigints/README.md +39 -0
  4322. package/dist/node_modules/has-bigints/index.js +10 -0
  4323. package/dist/node_modules/has-bigints/package.json +54 -0
  4324. package/dist/node_modules/has-bigints/test/index.js +44 -0
  4325. package/dist/node_modules/has-dynamic-import/.eslintignore +1 -0
  4326. package/dist/node_modules/has-dynamic-import/.eslintrc +29 -0
  4327. package/dist/node_modules/has-dynamic-import/.github/FUNDING.yml +12 -0
  4328. package/dist/node_modules/has-dynamic-import/.nycrc +9 -0
  4329. package/dist/node_modules/has-dynamic-import/CHANGELOG.md +53 -0
  4330. package/dist/node_modules/has-dynamic-import/LICENSE +21 -0
  4331. package/dist/node_modules/has-dynamic-import/README.md +38 -0
  4332. package/dist/node_modules/has-dynamic-import/browser-syntax.js +11 -0
  4333. package/dist/node_modules/has-dynamic-import/browser.js +30 -0
  4334. package/dist/node_modules/has-dynamic-import/import.js +7 -0
  4335. package/dist/node_modules/has-dynamic-import/index.js +41 -0
  4336. package/dist/node_modules/has-dynamic-import/package.json +88 -0
  4337. package/dist/node_modules/has-dynamic-import/syntax.js +12 -0
  4338. package/dist/node_modules/has-dynamic-import/test/index.js +107 -0
  4339. package/dist/node_modules/has-flag/index.js +8 -0
  4340. package/dist/node_modules/has-flag/license +9 -0
  4341. package/dist/node_modules/has-flag/package.json +44 -0
  4342. package/dist/node_modules/has-flag/readme.md +70 -0
  4343. package/dist/node_modules/has-property-descriptors/.eslintrc +13 -0
  4344. package/dist/node_modules/has-property-descriptors/.github/FUNDING.yml +12 -0
  4345. package/dist/node_modules/has-property-descriptors/.nycrc +9 -0
  4346. package/dist/node_modules/has-property-descriptors/CHANGELOG.md +27 -0
  4347. package/dist/node_modules/has-property-descriptors/LICENSE +21 -0
  4348. package/dist/node_modules/has-property-descriptors/README.md +43 -0
  4349. package/dist/node_modules/has-property-descriptors/index.js +33 -0
  4350. package/dist/node_modules/has-property-descriptors/package.json +77 -0
  4351. package/dist/node_modules/has-property-descriptors/test/index.js +57 -0
  4352. package/dist/node_modules/has-proto/.eslintrc +5 -0
  4353. package/dist/node_modules/has-proto/.github/FUNDING.yml +12 -0
  4354. package/dist/node_modules/has-proto/CHANGELOG.md +23 -0
  4355. package/dist/node_modules/has-proto/LICENSE +21 -0
  4356. package/dist/node_modules/has-proto/README.md +38 -0
  4357. package/dist/node_modules/has-proto/index.js +11 -0
  4358. package/dist/node_modules/has-proto/package.json +74 -0
  4359. package/dist/node_modules/has-proto/test/index.js +19 -0
  4360. package/dist/node_modules/has-symbols/.eslintrc +11 -0
  4361. package/dist/node_modules/has-symbols/.github/FUNDING.yml +12 -0
  4362. package/dist/node_modules/has-symbols/.nycrc +9 -0
  4363. package/dist/node_modules/has-symbols/CHANGELOG.md +75 -0
  4364. package/dist/node_modules/has-symbols/LICENSE +21 -0
  4365. package/dist/node_modules/has-symbols/README.md +46 -0
  4366. package/dist/node_modules/has-symbols/index.js +13 -0
  4367. package/dist/node_modules/has-symbols/package.json +101 -0
  4368. package/dist/node_modules/has-symbols/shams.js +42 -0
  4369. package/dist/node_modules/has-symbols/test/index.js +22 -0
  4370. package/dist/node_modules/has-symbols/test/shams/core-js.js +28 -0
  4371. package/dist/node_modules/has-symbols/test/shams/get-own-property-symbols.js +28 -0
  4372. package/dist/node_modules/has-symbols/test/tests.js +56 -0
  4373. package/dist/node_modules/has-tostringtag/.eslintrc +11 -0
  4374. package/dist/node_modules/has-tostringtag/.github/FUNDING.yml +12 -0
  4375. package/dist/node_modules/has-tostringtag/CHANGELOG.md +20 -0
  4376. package/dist/node_modules/has-tostringtag/LICENSE +21 -0
  4377. package/dist/node_modules/has-tostringtag/README.md +46 -0
  4378. package/dist/node_modules/has-tostringtag/index.js +7 -0
  4379. package/dist/node_modules/has-tostringtag/package.json +84 -0
  4380. package/dist/node_modules/has-tostringtag/shams.js +7 -0
  4381. package/dist/node_modules/has-tostringtag/test/index.js +21 -0
  4382. package/dist/node_modules/has-tostringtag/test/shams/core-js.js +28 -0
  4383. package/dist/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +28 -0
  4384. package/dist/node_modules/has-tostringtag/test/tests.js +14 -0
  4385. package/dist/node_modules/hasown/.eslintrc +5 -0
  4386. package/dist/node_modules/hasown/.github/FUNDING.yml +12 -0
  4387. package/dist/node_modules/hasown/.nycrc +13 -0
  4388. package/dist/node_modules/hasown/CHANGELOG.md +20 -0
  4389. package/dist/node_modules/hasown/LICENSE +21 -0
  4390. package/dist/node_modules/hasown/README.md +40 -0
  4391. package/dist/node_modules/hasown/index.d.ts +3 -0
  4392. package/dist/node_modules/hasown/index.d.ts.map +1 -0
  4393. package/dist/node_modules/hasown/index.js +8 -0
  4394. package/dist/node_modules/hasown/package.json +91 -0
  4395. package/dist/node_modules/hasown/tsconfig.json +49 -0
  4396. package/dist/node_modules/inflight/LICENSE +15 -0
  4397. package/dist/node_modules/inflight/README.md +37 -0
  4398. package/dist/node_modules/inflight/inflight.js +54 -0
  4399. package/dist/node_modules/inflight/package.json +29 -0
  4400. package/dist/node_modules/inherits/LICENSE +16 -0
  4401. package/dist/node_modules/inherits/README.md +42 -0
  4402. package/dist/node_modules/inherits/inherits.js +9 -0
  4403. package/dist/node_modules/inherits/inherits_browser.js +27 -0
  4404. package/dist/node_modules/inherits/package.json +29 -0
  4405. package/dist/node_modules/internal-slot/.editorconfig +20 -0
  4406. package/dist/node_modules/internal-slot/.eslintrc +11 -0
  4407. package/dist/node_modules/internal-slot/.github/FUNDING.yml +12 -0
  4408. package/dist/node_modules/internal-slot/.nycrc +9 -0
  4409. package/dist/node_modules/internal-slot/CHANGELOG.md +96 -0
  4410. package/dist/node_modules/internal-slot/LICENSE +21 -0
  4411. package/dist/node_modules/internal-slot/README.md +58 -0
  4412. package/dist/node_modules/internal-slot/index.js +62 -0
  4413. package/dist/node_modules/internal-slot/package.json +71 -0
  4414. package/dist/node_modules/internal-slot/test/index.js +121 -0
  4415. package/dist/node_modules/is-arguments/.editorconfig +20 -0
  4416. package/dist/node_modules/is-arguments/.eslintignore +1 -0
  4417. package/dist/node_modules/is-arguments/.eslintrc +10 -0
  4418. package/dist/node_modules/is-arguments/.github/FUNDING.yml +12 -0
  4419. package/dist/node_modules/is-arguments/.nycrc +9 -0
  4420. package/dist/node_modules/is-arguments/CHANGELOG.md +179 -0
  4421. package/dist/node_modules/is-arguments/LICENSE +20 -0
  4422. package/dist/node_modules/is-arguments/README.md +47 -0
  4423. package/dist/node_modules/is-arguments/index.js +33 -0
  4424. package/dist/node_modules/is-arguments/package.json +91 -0
  4425. package/dist/node_modules/is-arguments/test/index.js +44 -0
  4426. package/dist/node_modules/is-array-buffer/.eslintrc +13 -0
  4427. package/dist/node_modules/is-array-buffer/.github/FUNDING.yml +12 -0
  4428. package/dist/node_modules/is-array-buffer/.nycrc +9 -0
  4429. package/dist/node_modules/is-array-buffer/CHANGELOG.md +58 -0
  4430. package/dist/node_modules/is-array-buffer/LICENSE +21 -0
  4431. package/dist/node_modules/is-array-buffer/README.md +56 -0
  4432. package/dist/node_modules/is-array-buffer/index.js +43 -0
  4433. package/dist/node_modules/is-array-buffer/package.json +78 -0
  4434. package/dist/node_modules/is-array-buffer/test/index.js +43 -0
  4435. package/dist/node_modules/is-bigint/.eslintignore +1 -0
  4436. package/dist/node_modules/is-bigint/.eslintrc +10 -0
  4437. package/dist/node_modules/is-bigint/.github/FUNDING.yml +12 -0
  4438. package/dist/node_modules/is-bigint/.nycrc +9 -0
  4439. package/dist/node_modules/is-bigint/CHANGELOG.md +71 -0
  4440. package/dist/node_modules/is-bigint/LICENSE +21 -0
  4441. package/dist/node_modules/is-bigint/README.md +44 -0
  4442. package/dist/node_modules/is-bigint/index.js +38 -0
  4443. package/dist/node_modules/is-bigint/package.json +58 -0
  4444. package/dist/node_modules/is-bigint/test/index.js +81 -0
  4445. package/dist/node_modules/is-boolean-object/.editorconfig +22 -0
  4446. package/dist/node_modules/is-boolean-object/.eslintignore +1 -0
  4447. package/dist/node_modules/is-boolean-object/.eslintrc +22 -0
  4448. package/dist/node_modules/is-boolean-object/.github/FUNDING.yml +12 -0
  4449. package/dist/node_modules/is-boolean-object/.nycrc +10 -0
  4450. package/dist/node_modules/is-boolean-object/CHANGELOG.md +107 -0
  4451. package/dist/node_modules/is-boolean-object/LICENSE +22 -0
  4452. package/dist/node_modules/is-boolean-object/README.md +57 -0
  4453. package/dist/node_modules/is-boolean-object/index.js +26 -0
  4454. package/dist/node_modules/is-boolean-object/package.json +87 -0
  4455. package/dist/node_modules/is-boolean-object/test/index.js +48 -0
  4456. package/dist/node_modules/is-builtin-module/index.d.ts +22 -0
  4457. package/dist/node_modules/is-builtin-module/index.js +22 -0
  4458. package/dist/node_modules/is-builtin-module/license +9 -0
  4459. package/dist/node_modules/is-builtin-module/package.json +47 -0
  4460. package/dist/node_modules/is-builtin-module/readme.md +47 -0
  4461. package/dist/node_modules/is-callable/.editorconfig +31 -0
  4462. package/dist/node_modules/is-callable/.eslintrc +10 -0
  4463. package/dist/node_modules/is-callable/.github/FUNDING.yml +12 -0
  4464. package/dist/node_modules/is-callable/.nycrc +9 -0
  4465. package/dist/node_modules/is-callable/CHANGELOG.md +158 -0
  4466. package/dist/node_modules/is-callable/LICENSE +22 -0
  4467. package/dist/node_modules/is-callable/README.md +83 -0
  4468. package/dist/node_modules/is-callable/index.js +101 -0
  4469. package/dist/node_modules/is-callable/package.json +106 -0
  4470. package/dist/node_modules/is-callable/test/index.js +244 -0
  4471. package/dist/node_modules/is-core-module/.eslintrc +18 -0
  4472. package/dist/node_modules/is-core-module/.nycrc +9 -0
  4473. package/dist/node_modules/is-core-module/CHANGELOG.md +180 -0
  4474. package/dist/node_modules/is-core-module/LICENSE +20 -0
  4475. package/dist/node_modules/is-core-module/README.md +40 -0
  4476. package/dist/node_modules/is-core-module/core.json +158 -0
  4477. package/dist/node_modules/is-core-module/index.js +69 -0
  4478. package/dist/node_modules/is-core-module/package.json +73 -0
  4479. package/dist/node_modules/is-core-module/test/index.js +133 -0
  4480. package/dist/node_modules/is-date-object/.editorconfig +20 -0
  4481. package/dist/node_modules/is-date-object/.eslintignore +1 -0
  4482. package/dist/node_modules/is-date-object/.eslintrc +9 -0
  4483. package/dist/node_modules/is-date-object/.github/FUNDING.yml +12 -0
  4484. package/dist/node_modules/is-date-object/.nycrc +10 -0
  4485. package/dist/node_modules/is-date-object/CHANGELOG.md +114 -0
  4486. package/dist/node_modules/is-date-object/LICENSE +22 -0
  4487. package/dist/node_modules/is-date-object/README.md +52 -0
  4488. package/dist/node_modules/is-date-object/index.js +22 -0
  4489. package/dist/node_modules/is-date-object/package.json +79 -0
  4490. package/dist/node_modules/is-date-object/test/index.js +36 -0
  4491. package/dist/node_modules/is-map/.editorconfig +15 -0
  4492. package/dist/node_modules/is-map/.eslintignore +1 -0
  4493. package/dist/node_modules/is-map/.eslintrc +15 -0
  4494. package/dist/node_modules/is-map/.gitattributes +1 -0
  4495. package/dist/node_modules/is-map/.github/FUNDING.yml +12 -0
  4496. package/dist/node_modules/is-map/.nycrc +13 -0
  4497. package/dist/node_modules/is-map/CHANGELOG.md +65 -0
  4498. package/dist/node_modules/is-map/LICENSE +21 -0
  4499. package/dist/node_modules/is-map/README.md +46 -0
  4500. package/dist/node_modules/is-map/index.js +42 -0
  4501. package/dist/node_modules/is-map/package.json +60 -0
  4502. package/dist/node_modules/is-map/test/index.js +59 -0
  4503. package/dist/node_modules/is-module/README.md +41 -0
  4504. package/dist/node_modules/is-module/component.json +11 -0
  4505. package/dist/node_modules/is-module/index.js +11 -0
  4506. package/dist/node_modules/is-module/package.json +20 -0
  4507. package/dist/node_modules/is-negative-zero/.editorconfig +8 -0
  4508. package/dist/node_modules/is-negative-zero/.eslintignore +1 -0
  4509. package/dist/node_modules/is-negative-zero/.eslintrc +9 -0
  4510. package/dist/node_modules/is-negative-zero/.github/FUNDING.yml +12 -0
  4511. package/dist/node_modules/is-negative-zero/.nycrc +9 -0
  4512. package/dist/node_modules/is-negative-zero/CHANGELOG.md +136 -0
  4513. package/dist/node_modules/is-negative-zero/LICENSE +20 -0
  4514. package/dist/node_modules/is-negative-zero/README.md +54 -0
  4515. package/dist/node_modules/is-negative-zero/index.js +6 -0
  4516. package/dist/node_modules/is-negative-zero/package.json +79 -0
  4517. package/dist/node_modules/is-negative-zero/test/index.js +28 -0
  4518. package/dist/node_modules/is-number-object/.editorconfig +23 -0
  4519. package/dist/node_modules/is-number-object/.eslintrc +16 -0
  4520. package/dist/node_modules/is-number-object/.github/FUNDING.yml +12 -0
  4521. package/dist/node_modules/is-number-object/.nycrc +10 -0
  4522. package/dist/node_modules/is-number-object/CHANGELOG.md +125 -0
  4523. package/dist/node_modules/is-number-object/LICENSE +22 -0
  4524. package/dist/node_modules/is-number-object/README.md +55 -0
  4525. package/dist/node_modules/is-number-object/index.js +24 -0
  4526. package/dist/node_modules/is-number-object/package.json +85 -0
  4527. package/dist/node_modules/is-number-object/test/index.js +38 -0
  4528. package/dist/node_modules/is-regex/.editorconfig +20 -0
  4529. package/dist/node_modules/is-regex/.eslintignore +1 -0
  4530. package/dist/node_modules/is-regex/.eslintrc +19 -0
  4531. package/dist/node_modules/is-regex/.nycrc +10 -0
  4532. package/dist/node_modules/is-regex/CHANGELOG.md +197 -0
  4533. package/dist/node_modules/is-regex/LICENSE +20 -0
  4534. package/dist/node_modules/is-regex/README.md +52 -0
  4535. package/dist/node_modules/is-regex/index.js +58 -0
  4536. package/dist/node_modules/is-regex/package.json +86 -0
  4537. package/dist/node_modules/is-regex/test/index.js +104 -0
  4538. package/dist/node_modules/is-set/.editorconfig +15 -0
  4539. package/dist/node_modules/is-set/.eslintignore +1 -0
  4540. package/dist/node_modules/is-set/.eslintrc +15 -0
  4541. package/dist/node_modules/is-set/.gitattributes +1 -0
  4542. package/dist/node_modules/is-set/.github/FUNDING.yml +12 -0
  4543. package/dist/node_modules/is-set/.nycrc +13 -0
  4544. package/dist/node_modules/is-set/CHANGELOG.md +58 -0
  4545. package/dist/node_modules/is-set/LICENSE +21 -0
  4546. package/dist/node_modules/is-set/README.md +46 -0
  4547. package/dist/node_modules/is-set/index.js +42 -0
  4548. package/dist/node_modules/is-set/package.json +60 -0
  4549. package/dist/node_modules/is-set/test/index.js +59 -0
  4550. package/dist/node_modules/is-shared-array-buffer/.eslintignore +1 -0
  4551. package/dist/node_modules/is-shared-array-buffer/.eslintrc +5 -0
  4552. package/dist/node_modules/is-shared-array-buffer/.github/FUNDING.yml +12 -0
  4553. package/dist/node_modules/is-shared-array-buffer/.nycrc +9 -0
  4554. package/dist/node_modules/is-shared-array-buffer/CHANGELOG.md +44 -0
  4555. package/dist/node_modules/is-shared-array-buffer/LICENSE +21 -0
  4556. package/dist/node_modules/is-shared-array-buffer/README.md +58 -0
  4557. package/dist/node_modules/is-shared-array-buffer/index.js +21 -0
  4558. package/dist/node_modules/is-shared-array-buffer/package.json +70 -0
  4559. package/dist/node_modules/is-shared-array-buffer/test/index.js +27 -0
  4560. package/dist/node_modules/is-string/.eslintignore +1 -0
  4561. package/dist/node_modules/is-string/.eslintrc +19 -0
  4562. package/dist/node_modules/is-string/.github/FUNDING.yml +12 -0
  4563. package/dist/node_modules/is-string/.nycrc +10 -0
  4564. package/dist/node_modules/is-string/CHANGELOG.md +114 -0
  4565. package/dist/node_modules/is-string/LICENSE +22 -0
  4566. package/dist/node_modules/is-string/README.md +56 -0
  4567. package/dist/node_modules/is-string/index.js +24 -0
  4568. package/dist/node_modules/is-string/package.json +81 -0
  4569. package/dist/node_modules/is-string/test/index.js +39 -0
  4570. package/dist/node_modules/is-symbol/.editorconfig +13 -0
  4571. package/dist/node_modules/is-symbol/.eslintignore +1 -0
  4572. package/dist/node_modules/is-symbol/.eslintrc +14 -0
  4573. package/dist/node_modules/is-symbol/.github/FUNDING.yml +12 -0
  4574. package/dist/node_modules/is-symbol/.nycrc +9 -0
  4575. package/dist/node_modules/is-symbol/CHANGELOG.md +113 -0
  4576. package/dist/node_modules/is-symbol/LICENSE +22 -0
  4577. package/dist/node_modules/is-symbol/README.md +45 -0
  4578. package/dist/node_modules/is-symbol/index.js +35 -0
  4579. package/dist/node_modules/is-symbol/package.json +77 -0
  4580. package/dist/node_modules/is-symbol/test/index.js +92 -0
  4581. package/dist/node_modules/is-typed-array/.editorconfig +20 -0
  4582. package/dist/node_modules/is-typed-array/.eslintrc +13 -0
  4583. package/dist/node_modules/is-typed-array/.github/FUNDING.yml +12 -0
  4584. package/dist/node_modules/is-typed-array/.nycrc +9 -0
  4585. package/dist/node_modules/is-typed-array/CHANGELOG.md +134 -0
  4586. package/dist/node_modules/is-typed-array/LICENSE +22 -0
  4587. package/dist/node_modules/is-typed-array/README.md +70 -0
  4588. package/dist/node_modules/is-typed-array/index.js +7 -0
  4589. package/dist/node_modules/is-typed-array/package.json +116 -0
  4590. package/dist/node_modules/is-typed-array/test/index.js +103 -0
  4591. package/dist/node_modules/is-weakmap/.eslintrc +10 -0
  4592. package/dist/node_modules/is-weakmap/.github/FUNDING.yml +12 -0
  4593. package/dist/node_modules/is-weakmap/.github/workflows/rebase.yml +15 -0
  4594. package/dist/node_modules/is-weakmap/.travis.yml +8 -0
  4595. package/dist/node_modules/is-weakmap/CHANGELOG.md +35 -0
  4596. package/dist/node_modules/is-weakmap/LICENSE +21 -0
  4597. package/dist/node_modules/is-weakmap/README.md +49 -0
  4598. package/dist/node_modules/is-weakmap/index.js +42 -0
  4599. package/dist/node_modules/is-weakmap/package.json +57 -0
  4600. package/dist/node_modules/is-weakmap/test/index.js +59 -0
  4601. package/dist/node_modules/is-weakref/.eslintignore +1 -0
  4602. package/dist/node_modules/is-weakref/.eslintrc +5 -0
  4603. package/dist/node_modules/is-weakref/.github/FUNDING.yml +12 -0
  4604. package/dist/node_modules/is-weakref/.nycrc +9 -0
  4605. package/dist/node_modules/is-weakref/CHANGELOG.md +54 -0
  4606. package/dist/node_modules/is-weakref/LICENSE +21 -0
  4607. package/dist/node_modules/is-weakref/README.md +52 -0
  4608. package/dist/node_modules/is-weakref/index.js +21 -0
  4609. package/dist/node_modules/is-weakref/package.json +63 -0
  4610. package/dist/node_modules/is-weakref/test/index.js +26 -0
  4611. package/dist/node_modules/is-weakset/.editorconfig +15 -0
  4612. package/dist/node_modules/is-weakset/.eslintignore +1 -0
  4613. package/dist/node_modules/is-weakset/.eslintrc +13 -0
  4614. package/dist/node_modules/is-weakset/.gitattributes +1 -0
  4615. package/dist/node_modules/is-weakset/.github/FUNDING.yml +12 -0
  4616. package/dist/node_modules/is-weakset/.nycrc +9 -0
  4617. package/dist/node_modules/is-weakset/CHANGELOG.md +76 -0
  4618. package/dist/node_modules/is-weakset/LICENSE +21 -0
  4619. package/dist/node_modules/is-weakset/README.md +52 -0
  4620. package/dist/node_modules/is-weakset/index.js +36 -0
  4621. package/dist/node_modules/is-weakset/package.json +67 -0
  4622. package/dist/node_modules/is-weakset/test/index.js +59 -0
  4623. package/dist/node_modules/isarray/LICENSE +21 -0
  4624. package/dist/node_modules/isarray/README.md +38 -0
  4625. package/dist/node_modules/isarray/index.js +5 -0
  4626. package/dist/node_modules/isarray/package.json +48 -0
  4627. package/dist/node_modules/js-tokens/CHANGELOG.md +151 -0
  4628. package/dist/node_modules/js-tokens/LICENSE +21 -0
  4629. package/dist/node_modules/js-tokens/README.md +240 -0
  4630. package/dist/node_modules/js-tokens/index.js +23 -0
  4631. package/dist/node_modules/js-tokens/package.json +30 -0
  4632. package/dist/node_modules/jsesc/LICENSE-MIT.txt +20 -0
  4633. package/dist/node_modules/jsesc/README.md +421 -0
  4634. package/dist/node_modules/jsesc/bin/jsesc +148 -0
  4635. package/dist/node_modules/jsesc/jsesc.js +329 -0
  4636. package/dist/node_modules/jsesc/man/jsesc.1 +94 -0
  4637. package/dist/node_modules/jsesc/package.json +54 -0
  4638. package/dist/node_modules/json5/LICENSE.md +23 -0
  4639. package/dist/node_modules/json5/README.md +282 -0
  4640. package/dist/node_modules/json5/dist/index.js +1737 -0
  4641. package/dist/node_modules/json5/dist/index.min.js +1 -0
  4642. package/dist/node_modules/json5/dist/index.min.mjs +1 -0
  4643. package/dist/node_modules/json5/dist/index.mjs +1426 -0
  4644. package/dist/node_modules/json5/lib/cli.js +152 -0
  4645. package/dist/node_modules/json5/lib/index.d.ts +4 -0
  4646. package/dist/node_modules/json5/lib/index.js +9 -0
  4647. package/dist/node_modules/json5/lib/parse.d.ts +15 -0
  4648. package/dist/node_modules/json5/lib/parse.js +1114 -0
  4649. package/dist/node_modules/json5/lib/register.js +13 -0
  4650. package/dist/node_modules/json5/lib/require.js +4 -0
  4651. package/dist/node_modules/json5/lib/stringify.d.ts +89 -0
  4652. package/dist/node_modules/json5/lib/stringify.js +261 -0
  4653. package/dist/node_modules/json5/lib/unicode.d.ts +3 -0
  4654. package/dist/node_modules/json5/lib/unicode.js +4 -0
  4655. package/dist/node_modules/json5/lib/util.d.ts +5 -0
  4656. package/dist/node_modules/json5/lib/util.js +35 -0
  4657. package/dist/node_modules/json5/package.json +72 -0
  4658. package/dist/node_modules/lodash.debounce/LICENSE +47 -0
  4659. package/dist/node_modules/lodash.debounce/README.md +18 -0
  4660. package/dist/node_modules/lodash.debounce/index.js +377 -0
  4661. package/dist/node_modules/lodash.debounce/package.json +17 -0
  4662. package/dist/node_modules/lru-cache/LICENSE +15 -0
  4663. package/dist/node_modules/lru-cache/README.md +166 -0
  4664. package/dist/node_modules/lru-cache/index.js +334 -0
  4665. package/dist/node_modules/lru-cache/package.json +32 -0
  4666. package/dist/node_modules/minimatch/LICENSE +15 -0
  4667. package/dist/node_modules/minimatch/README.md +230 -0
  4668. package/dist/node_modules/minimatch/minimatch.js +947 -0
  4669. package/dist/node_modules/minimatch/package.json +33 -0
  4670. package/dist/node_modules/minimist/.eslintrc +29 -0
  4671. package/dist/node_modules/minimist/.github/FUNDING.yml +12 -0
  4672. package/dist/node_modules/minimist/.nycrc +14 -0
  4673. package/dist/node_modules/minimist/CHANGELOG.md +298 -0
  4674. package/dist/node_modules/minimist/LICENSE +18 -0
  4675. package/dist/node_modules/minimist/README.md +121 -0
  4676. package/dist/node_modules/minimist/example/parse.js +4 -0
  4677. package/dist/node_modules/minimist/index.js +263 -0
  4678. package/dist/node_modules/minimist/package.json +75 -0
  4679. package/dist/node_modules/minimist/test/all_bool.js +34 -0
  4680. package/dist/node_modules/minimist/test/bool.js +177 -0
  4681. package/dist/node_modules/minimist/test/dash.js +43 -0
  4682. package/dist/node_modules/minimist/test/default_bool.js +37 -0
  4683. package/dist/node_modules/minimist/test/dotted.js +24 -0
  4684. package/dist/node_modules/minimist/test/kv_short.js +32 -0
  4685. package/dist/node_modules/minimist/test/long.js +33 -0
  4686. package/dist/node_modules/minimist/test/num.js +38 -0
  4687. package/dist/node_modules/minimist/test/parse.js +209 -0
  4688. package/dist/node_modules/minimist/test/parse_modified.js +11 -0
  4689. package/dist/node_modules/minimist/test/proto.js +64 -0
  4690. package/dist/node_modules/minimist/test/short.js +69 -0
  4691. package/dist/node_modules/minimist/test/stop_early.js +17 -0
  4692. package/dist/node_modules/minimist/test/unknown.js +104 -0
  4693. package/dist/node_modules/minimist/test/whitespace.js +10 -0
  4694. package/dist/node_modules/mock-property/.eslintrc +21 -0
  4695. package/dist/node_modules/mock-property/.github/FUNDING.yml +12 -0
  4696. package/dist/node_modules/mock-property/.nycrc +9 -0
  4697. package/dist/node_modules/mock-property/CHANGELOG.md +46 -0
  4698. package/dist/node_modules/mock-property/LICENSE +21 -0
  4699. package/dist/node_modules/mock-property/README.md +67 -0
  4700. package/dist/node_modules/mock-property/index.js +183 -0
  4701. package/dist/node_modules/mock-property/package.json +89 -0
  4702. package/dist/node_modules/mock-property/test/index.js +1162 -0
  4703. package/dist/node_modules/ms/index.js +162 -0
  4704. package/dist/node_modules/ms/license.md +21 -0
  4705. package/dist/node_modules/ms/package.json +37 -0
  4706. package/dist/node_modules/ms/readme.md +60 -0
  4707. package/dist/node_modules/node-releases/LICENSE +21 -0
  4708. package/dist/node_modules/node-releases/README.md +12 -0
  4709. package/dist/node_modules/node-releases/data/processed/envs.json +1 -0
  4710. package/dist/node_modules/node-releases/data/release-schedule/release-schedule.json +1 -0
  4711. package/dist/node_modules/node-releases/package.json +19 -0
  4712. package/dist/node_modules/object-inspect/.eslintrc +53 -0
  4713. package/dist/node_modules/object-inspect/.github/FUNDING.yml +12 -0
  4714. package/dist/node_modules/object-inspect/.nycrc +13 -0
  4715. package/dist/node_modules/object-inspect/CHANGELOG.md +389 -0
  4716. package/dist/node_modules/object-inspect/LICENSE +21 -0
  4717. package/dist/node_modules/object-inspect/example/all.js +23 -0
  4718. package/dist/node_modules/object-inspect/example/circular.js +6 -0
  4719. package/dist/node_modules/object-inspect/example/fn.js +5 -0
  4720. package/dist/node_modules/object-inspect/example/inspect.js +10 -0
  4721. package/dist/node_modules/object-inspect/index.js +524 -0
  4722. package/dist/node_modules/object-inspect/package-support.json +20 -0
  4723. package/dist/node_modules/object-inspect/package.json +99 -0
  4724. package/dist/node_modules/object-inspect/readme.markdown +86 -0
  4725. package/dist/node_modules/object-inspect/test/bigint.js +58 -0
  4726. package/dist/node_modules/object-inspect/test/browser/dom.js +15 -0
  4727. package/dist/node_modules/object-inspect/test/circular.js +16 -0
  4728. package/dist/node_modules/object-inspect/test/deep.js +12 -0
  4729. package/dist/node_modules/object-inspect/test/element.js +53 -0
  4730. package/dist/node_modules/object-inspect/test/err.js +48 -0
  4731. package/dist/node_modules/object-inspect/test/fakes.js +29 -0
  4732. package/dist/node_modules/object-inspect/test/fn.js +76 -0
  4733. package/dist/node_modules/object-inspect/test/global.js +17 -0
  4734. package/dist/node_modules/object-inspect/test/has.js +15 -0
  4735. package/dist/node_modules/object-inspect/test/holes.js +15 -0
  4736. package/dist/node_modules/object-inspect/test/indent-option.js +271 -0
  4737. package/dist/node_modules/object-inspect/test/inspect.js +139 -0
  4738. package/dist/node_modules/object-inspect/test/lowbyte.js +12 -0
  4739. package/dist/node_modules/object-inspect/test/number.js +58 -0
  4740. package/dist/node_modules/object-inspect/test/quoteStyle.js +17 -0
  4741. package/dist/node_modules/object-inspect/test/toStringTag.js +40 -0
  4742. package/dist/node_modules/object-inspect/test/undef.js +12 -0
  4743. package/dist/node_modules/object-inspect/test/values.js +211 -0
  4744. package/dist/node_modules/object-inspect/test-core-js.js +26 -0
  4745. package/dist/node_modules/object-inspect/util.inspect.js +1 -0
  4746. package/dist/node_modules/object-is/.eslintignore +1 -0
  4747. package/dist/node_modules/object-is/.eslintrc +5 -0
  4748. package/dist/node_modules/object-is/.nycrc +13 -0
  4749. package/dist/node_modules/object-is/CHANGELOG.md +150 -0
  4750. package/dist/node_modules/object-is/LICENSE +20 -0
  4751. package/dist/node_modules/object-is/README.md +60 -0
  4752. package/dist/node_modules/object-is/auto.js +3 -0
  4753. package/dist/node_modules/object-is/implementation.js +19 -0
  4754. package/dist/node_modules/object-is/index.js +18 -0
  4755. package/dist/node_modules/object-is/package.json +87 -0
  4756. package/dist/node_modules/object-is/polyfill.js +7 -0
  4757. package/dist/node_modules/object-is/shim.js +14 -0
  4758. package/dist/node_modules/object-is/test/implementation.js +12 -0
  4759. package/dist/node_modules/object-is/test/index.js +12 -0
  4760. package/dist/node_modules/object-is/test/shimmed.js +28 -0
  4761. package/dist/node_modules/object-is/test/tests.js +57 -0
  4762. package/dist/node_modules/object-keys/.editorconfig +13 -0
  4763. package/dist/node_modules/object-keys/.eslintrc +17 -0
  4764. package/dist/node_modules/object-keys/.travis.yml +277 -0
  4765. package/dist/node_modules/object-keys/CHANGELOG.md +232 -0
  4766. package/dist/node_modules/object-keys/LICENSE +21 -0
  4767. package/dist/node_modules/object-keys/README.md +76 -0
  4768. package/dist/node_modules/object-keys/implementation.js +122 -0
  4769. package/dist/node_modules/object-keys/index.js +32 -0
  4770. package/dist/node_modules/object-keys/isArguments.js +17 -0
  4771. package/dist/node_modules/object-keys/package.json +88 -0
  4772. package/dist/node_modules/object-keys/test/index.js +5 -0
  4773. package/dist/node_modules/object.assign/.editorconfig +20 -0
  4774. package/dist/node_modules/object.assign/.eslintrc +28 -0
  4775. package/dist/node_modules/object.assign/.github/FUNDING.yml +12 -0
  4776. package/dist/node_modules/object.assign/.nycrc +9 -0
  4777. package/dist/node_modules/object.assign/CHANGELOG.md +225 -0
  4778. package/dist/node_modules/object.assign/LICENSE +21 -0
  4779. package/dist/node_modules/object.assign/README.md +136 -0
  4780. package/dist/node_modules/object.assign/auto.js +3 -0
  4781. package/dist/node_modules/object.assign/dist/browser.js +944 -0
  4782. package/dist/node_modules/object.assign/hasSymbols.js +43 -0
  4783. package/dist/node_modules/object.assign/implementation.js +46 -0
  4784. package/dist/node_modules/object.assign/index.js +22 -0
  4785. package/dist/node_modules/object.assign/package.json +96 -0
  4786. package/dist/node_modules/object.assign/polyfill.js +55 -0
  4787. package/dist/node_modules/object.assign/shim.js +14 -0
  4788. package/dist/node_modules/object.assign/test/implementation.js +19 -0
  4789. package/dist/node_modules/object.assign/test/index.js +17 -0
  4790. package/dist/node_modules/object.assign/test/native.js +49 -0
  4791. package/dist/node_modules/object.assign/test/ses-compat.js +12 -0
  4792. package/dist/node_modules/object.assign/test/shimmed.js +52 -0
  4793. package/dist/node_modules/object.assign/test/tests.js +232 -0
  4794. package/dist/node_modules/object.assign/test.html +18458 -0
  4795. package/dist/node_modules/once/LICENSE +15 -0
  4796. package/dist/node_modules/once/README.md +79 -0
  4797. package/dist/node_modules/once/once.js +42 -0
  4798. package/dist/node_modules/once/package.json +33 -0
  4799. package/dist/node_modules/path-is-absolute/index.js +20 -0
  4800. package/dist/node_modules/path-is-absolute/license +21 -0
  4801. package/dist/node_modules/path-is-absolute/package.json +43 -0
  4802. package/dist/node_modules/path-is-absolute/readme.md +59 -0
  4803. package/dist/node_modules/path-parse/LICENSE +21 -0
  4804. package/dist/node_modules/path-parse/README.md +42 -0
  4805. package/dist/node_modules/path-parse/index.js +75 -0
  4806. package/dist/node_modules/path-parse/package.json +33 -0
  4807. package/dist/node_modules/picocolors/LICENSE +15 -0
  4808. package/dist/node_modules/picocolors/README.md +21 -0
  4809. package/dist/node_modules/picocolors/package.json +25 -0
  4810. package/dist/node_modules/picocolors/picocolors.browser.js +4 -0
  4811. package/dist/node_modules/picocolors/picocolors.d.ts +5 -0
  4812. package/dist/node_modules/picocolors/picocolors.js +58 -0
  4813. package/dist/node_modules/picocolors/types.ts +30 -0
  4814. package/dist/node_modules/picomatch/CHANGELOG.md +136 -0
  4815. package/dist/node_modules/picomatch/LICENSE +21 -0
  4816. package/dist/node_modules/picomatch/README.md +708 -0
  4817. package/dist/node_modules/picomatch/index.js +3 -0
  4818. package/dist/node_modules/picomatch/lib/constants.js +179 -0
  4819. package/dist/node_modules/picomatch/lib/parse.js +1091 -0
  4820. package/dist/node_modules/picomatch/lib/picomatch.js +342 -0
  4821. package/dist/node_modules/picomatch/lib/scan.js +391 -0
  4822. package/dist/node_modules/picomatch/lib/utils.js +64 -0
  4823. package/dist/node_modules/picomatch/package.json +81 -0
  4824. package/dist/node_modules/randombytes/.travis.yml +15 -0
  4825. package/dist/node_modules/randombytes/.zuul.yml +1 -0
  4826. package/dist/node_modules/randombytes/LICENSE +21 -0
  4827. package/dist/node_modules/randombytes/README.md +14 -0
  4828. package/dist/node_modules/randombytes/browser.js +50 -0
  4829. package/dist/node_modules/randombytes/index.js +1 -0
  4830. package/dist/node_modules/randombytes/package.json +36 -0
  4831. package/dist/node_modules/randombytes/test.js +81 -0
  4832. package/dist/node_modules/regenerate/LICENSE-MIT.txt +20 -0
  4833. package/dist/node_modules/regenerate/README.md +338 -0
  4834. package/dist/node_modules/regenerate/package.json +38 -0
  4835. package/dist/node_modules/regenerate/regenerate.js +1209 -0
  4836. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/ASCII.js +3 -0
  4837. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/ASCII_Hex_Digit.js +3 -0
  4838. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Alphabetic.js +15 -0
  4839. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Any.js +3 -0
  4840. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Assigned.js +15 -0
  4841. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Bidi_Control.js +3 -0
  4842. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Bidi_Mirrored.js +4 -0
  4843. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Case_Ignorable.js +8 -0
  4844. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Cased.js +5 -0
  4845. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Changes_When_Casefolded.js +4 -0
  4846. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Changes_When_Casemapped.js +5 -0
  4847. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Changes_When_Lowercased.js +4 -0
  4848. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Changes_When_NFKC_Casefolded.js +7 -0
  4849. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Changes_When_Titlecased.js +4 -0
  4850. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Changes_When_Uppercased.js +4 -0
  4851. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Dash.js +3 -0
  4852. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Default_Ignorable_Code_Point.js +3 -0
  4853. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Deprecated.js +3 -0
  4854. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Diacritic.js +5 -0
  4855. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Emoji.js +4 -0
  4856. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Emoji_Component.js +3 -0
  4857. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Emoji_Modifier.js +3 -0
  4858. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Emoji_Modifier_Base.js +3 -0
  4859. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Emoji_Presentation.js +3 -0
  4860. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Extended_Pictographic.js +3 -0
  4861. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Extender.js +3 -0
  4862. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Grapheme_Base.js +17 -0
  4863. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Grapheme_Extend.js +7 -0
  4864. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Hex_Digit.js +3 -0
  4865. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/IDS_Binary_Operator.js +3 -0
  4866. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/IDS_Trinary_Operator.js +3 -0
  4867. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/ID_Continue.js +15 -0
  4868. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/ID_Start.js +13 -0
  4869. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Ideographic.js +3 -0
  4870. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Join_Control.js +3 -0
  4871. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Logical_Order_Exception.js +3 -0
  4872. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Lowercase.js +5 -0
  4873. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Math.js +4 -0
  4874. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Noncharacter_Code_Point.js +3 -0
  4875. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Pattern_Syntax.js +3 -0
  4876. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Pattern_White_Space.js +3 -0
  4877. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Quotation_Mark.js +3 -0
  4878. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Radical.js +3 -0
  4879. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Regional_Indicator.js +3 -0
  4880. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Sentence_Terminal.js +3 -0
  4881. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Soft_Dotted.js +3 -0
  4882. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Terminal_Punctuation.js +4 -0
  4883. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Unified_Ideograph.js +3 -0
  4884. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Uppercase.js +4 -0
  4885. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Variation_Selector.js +3 -0
  4886. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/White_Space.js +3 -0
  4887. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/XID_Continue.js +15 -0
  4888. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/XID_Start.js +13 -0
  4889. package/dist/node_modules/regenerate-unicode-properties/General_Category/Cased_Letter.js +5 -0
  4890. package/dist/node_modules/regenerate-unicode-properties/General_Category/Close_Punctuation.js +3 -0
  4891. package/dist/node_modules/regenerate-unicode-properties/General_Category/Connector_Punctuation.js +3 -0
  4892. package/dist/node_modules/regenerate-unicode-properties/General_Category/Control.js +3 -0
  4893. package/dist/node_modules/regenerate-unicode-properties/General_Category/Currency_Symbol.js +3 -0
  4894. package/dist/node_modules/regenerate-unicode-properties/General_Category/Dash_Punctuation.js +3 -0
  4895. package/dist/node_modules/regenerate-unicode-properties/General_Category/Decimal_Number.js +4 -0
  4896. package/dist/node_modules/regenerate-unicode-properties/General_Category/Enclosing_Mark.js +3 -0
  4897. package/dist/node_modules/regenerate-unicode-properties/General_Category/Final_Punctuation.js +3 -0
  4898. package/dist/node_modules/regenerate-unicode-properties/General_Category/Format.js +3 -0
  4899. package/dist/node_modules/regenerate-unicode-properties/General_Category/Initial_Punctuation.js +3 -0
  4900. package/dist/node_modules/regenerate-unicode-properties/General_Category/Letter.js +13 -0
  4901. package/dist/node_modules/regenerate-unicode-properties/General_Category/Letter_Number.js +3 -0
  4902. package/dist/node_modules/regenerate-unicode-properties/General_Category/Line_Separator.js +3 -0
  4903. package/dist/node_modules/regenerate-unicode-properties/General_Category/Lowercase_Letter.js +5 -0
  4904. package/dist/node_modules/regenerate-unicode-properties/General_Category/Mark.js +7 -0
  4905. package/dist/node_modules/regenerate-unicode-properties/General_Category/Math_Symbol.js +3 -0
  4906. package/dist/node_modules/regenerate-unicode-properties/General_Category/Modifier_Letter.js +3 -0
  4907. package/dist/node_modules/regenerate-unicode-properties/General_Category/Modifier_Symbol.js +3 -0
  4908. package/dist/node_modules/regenerate-unicode-properties/General_Category/Nonspacing_Mark.js +7 -0
  4909. package/dist/node_modules/regenerate-unicode-properties/General_Category/Number.js +5 -0
  4910. package/dist/node_modules/regenerate-unicode-properties/General_Category/Open_Punctuation.js +3 -0
  4911. package/dist/node_modules/regenerate-unicode-properties/General_Category/Other.js +12 -0
  4912. package/dist/node_modules/regenerate-unicode-properties/General_Category/Other_Letter.js +10 -0
  4913. package/dist/node_modules/regenerate-unicode-properties/General_Category/Other_Number.js +4 -0
  4914. package/dist/node_modules/regenerate-unicode-properties/General_Category/Other_Punctuation.js +5 -0
  4915. package/dist/node_modules/regenerate-unicode-properties/General_Category/Other_Symbol.js +5 -0
  4916. package/dist/node_modules/regenerate-unicode-properties/General_Category/Paragraph_Separator.js +3 -0
  4917. package/dist/node_modules/regenerate-unicode-properties/General_Category/Private_Use.js +3 -0
  4918. package/dist/node_modules/regenerate-unicode-properties/General_Category/Punctuation.js +5 -0
  4919. package/dist/node_modules/regenerate-unicode-properties/General_Category/Separator.js +3 -0
  4920. package/dist/node_modules/regenerate-unicode-properties/General_Category/Space_Separator.js +3 -0
  4921. package/dist/node_modules/regenerate-unicode-properties/General_Category/Spacing_Mark.js +5 -0
  4922. package/dist/node_modules/regenerate-unicode-properties/General_Category/Surrogate.js +3 -0
  4923. package/dist/node_modules/regenerate-unicode-properties/General_Category/Symbol.js +6 -0
  4924. package/dist/node_modules/regenerate-unicode-properties/General_Category/Titlecase_Letter.js +3 -0
  4925. package/dist/node_modules/regenerate-unicode-properties/General_Category/Unassigned.js +12 -0
  4926. package/dist/node_modules/regenerate-unicode-properties/General_Category/Uppercase_Letter.js +4 -0
  4927. package/dist/node_modules/regenerate-unicode-properties/LICENSE-MIT.txt +20 -0
  4928. package/dist/node_modules/regenerate-unicode-properties/Property_of_Strings/Basic_Emoji.js +4 -0
  4929. package/dist/node_modules/regenerate-unicode-properties/Property_of_Strings/Emoji_Keycap_Sequence.js +4 -0
  4930. package/dist/node_modules/regenerate-unicode-properties/Property_of_Strings/RGI_Emoji.js +4 -0
  4931. package/dist/node_modules/regenerate-unicode-properties/Property_of_Strings/RGI_Emoji_Flag_Sequence.js +4 -0
  4932. package/dist/node_modules/regenerate-unicode-properties/Property_of_Strings/RGI_Emoji_Modifier_Sequence.js +4 -0
  4933. package/dist/node_modules/regenerate-unicode-properties/Property_of_Strings/RGI_Emoji_Tag_Sequence.js +4 -0
  4934. package/dist/node_modules/regenerate-unicode-properties/Property_of_Strings/RGI_Emoji_ZWJ_Sequence.js +4 -0
  4935. package/dist/node_modules/regenerate-unicode-properties/README.md +70 -0
  4936. package/dist/node_modules/regenerate-unicode-properties/Script/Adlam.js +3 -0
  4937. package/dist/node_modules/regenerate-unicode-properties/Script/Ahom.js +3 -0
  4938. package/dist/node_modules/regenerate-unicode-properties/Script/Anatolian_Hieroglyphs.js +3 -0
  4939. package/dist/node_modules/regenerate-unicode-properties/Script/Arabic.js +3 -0
  4940. package/dist/node_modules/regenerate-unicode-properties/Script/Armenian.js +3 -0
  4941. package/dist/node_modules/regenerate-unicode-properties/Script/Avestan.js +3 -0
  4942. package/dist/node_modules/regenerate-unicode-properties/Script/Balinese.js +3 -0
  4943. package/dist/node_modules/regenerate-unicode-properties/Script/Bamum.js +3 -0
  4944. package/dist/node_modules/regenerate-unicode-properties/Script/Bassa_Vah.js +3 -0
  4945. package/dist/node_modules/regenerate-unicode-properties/Script/Batak.js +3 -0
  4946. package/dist/node_modules/regenerate-unicode-properties/Script/Bengali.js +3 -0
  4947. package/dist/node_modules/regenerate-unicode-properties/Script/Bhaiksuki.js +3 -0
  4948. package/dist/node_modules/regenerate-unicode-properties/Script/Bopomofo.js +3 -0
  4949. package/dist/node_modules/regenerate-unicode-properties/Script/Brahmi.js +3 -0
  4950. package/dist/node_modules/regenerate-unicode-properties/Script/Braille.js +3 -0
  4951. package/dist/node_modules/regenerate-unicode-properties/Script/Buginese.js +3 -0
  4952. package/dist/node_modules/regenerate-unicode-properties/Script/Buhid.js +3 -0
  4953. package/dist/node_modules/regenerate-unicode-properties/Script/Canadian_Aboriginal.js +3 -0
  4954. package/dist/node_modules/regenerate-unicode-properties/Script/Carian.js +3 -0
  4955. package/dist/node_modules/regenerate-unicode-properties/Script/Caucasian_Albanian.js +3 -0
  4956. package/dist/node_modules/regenerate-unicode-properties/Script/Chakma.js +3 -0
  4957. package/dist/node_modules/regenerate-unicode-properties/Script/Cham.js +3 -0
  4958. package/dist/node_modules/regenerate-unicode-properties/Script/Cherokee.js +3 -0
  4959. package/dist/node_modules/regenerate-unicode-properties/Script/Chorasmian.js +3 -0
  4960. package/dist/node_modules/regenerate-unicode-properties/Script/Common.js +5 -0
  4961. package/dist/node_modules/regenerate-unicode-properties/Script/Coptic.js +3 -0
  4962. package/dist/node_modules/regenerate-unicode-properties/Script/Cuneiform.js +3 -0
  4963. package/dist/node_modules/regenerate-unicode-properties/Script/Cypriot.js +3 -0
  4964. package/dist/node_modules/regenerate-unicode-properties/Script/Cypro_Minoan.js +3 -0
  4965. package/dist/node_modules/regenerate-unicode-properties/Script/Cyrillic.js +3 -0
  4966. package/dist/node_modules/regenerate-unicode-properties/Script/Deseret.js +3 -0
  4967. package/dist/node_modules/regenerate-unicode-properties/Script/Devanagari.js +3 -0
  4968. package/dist/node_modules/regenerate-unicode-properties/Script/Dives_Akuru.js +3 -0
  4969. package/dist/node_modules/regenerate-unicode-properties/Script/Dogra.js +3 -0
  4970. package/dist/node_modules/regenerate-unicode-properties/Script/Duployan.js +3 -0
  4971. package/dist/node_modules/regenerate-unicode-properties/Script/Egyptian_Hieroglyphs.js +3 -0
  4972. package/dist/node_modules/regenerate-unicode-properties/Script/Elbasan.js +3 -0
  4973. package/dist/node_modules/regenerate-unicode-properties/Script/Elymaic.js +3 -0
  4974. package/dist/node_modules/regenerate-unicode-properties/Script/Ethiopic.js +3 -0
  4975. package/dist/node_modules/regenerate-unicode-properties/Script/Georgian.js +3 -0
  4976. package/dist/node_modules/regenerate-unicode-properties/Script/Glagolitic.js +3 -0
  4977. package/dist/node_modules/regenerate-unicode-properties/Script/Gothic.js +3 -0
  4978. package/dist/node_modules/regenerate-unicode-properties/Script/Grantha.js +3 -0
  4979. package/dist/node_modules/regenerate-unicode-properties/Script/Greek.js +3 -0
  4980. package/dist/node_modules/regenerate-unicode-properties/Script/Gujarati.js +3 -0
  4981. package/dist/node_modules/regenerate-unicode-properties/Script/Gunjala_Gondi.js +3 -0
  4982. package/dist/node_modules/regenerate-unicode-properties/Script/Gurmukhi.js +3 -0
  4983. package/dist/node_modules/regenerate-unicode-properties/Script/Han.js +3 -0
  4984. package/dist/node_modules/regenerate-unicode-properties/Script/Hangul.js +3 -0
  4985. package/dist/node_modules/regenerate-unicode-properties/Script/Hanifi_Rohingya.js +3 -0
  4986. package/dist/node_modules/regenerate-unicode-properties/Script/Hanunoo.js +3 -0
  4987. package/dist/node_modules/regenerate-unicode-properties/Script/Hatran.js +3 -0
  4988. package/dist/node_modules/regenerate-unicode-properties/Script/Hebrew.js +3 -0
  4989. package/dist/node_modules/regenerate-unicode-properties/Script/Hiragana.js +3 -0
  4990. package/dist/node_modules/regenerate-unicode-properties/Script/Imperial_Aramaic.js +3 -0
  4991. package/dist/node_modules/regenerate-unicode-properties/Script/Inherited.js +3 -0
  4992. package/dist/node_modules/regenerate-unicode-properties/Script/Inscriptional_Pahlavi.js +3 -0
  4993. package/dist/node_modules/regenerate-unicode-properties/Script/Inscriptional_Parthian.js +3 -0
  4994. package/dist/node_modules/regenerate-unicode-properties/Script/Javanese.js +3 -0
  4995. package/dist/node_modules/regenerate-unicode-properties/Script/Kaithi.js +3 -0
  4996. package/dist/node_modules/regenerate-unicode-properties/Script/Kannada.js +3 -0
  4997. package/dist/node_modules/regenerate-unicode-properties/Script/Katakana.js +3 -0
  4998. package/dist/node_modules/regenerate-unicode-properties/Script/Kawi.js +3 -0
  4999. package/dist/node_modules/regenerate-unicode-properties/Script/Kayah_Li.js +3 -0
  5000. package/dist/node_modules/regenerate-unicode-properties/Script/Kharoshthi.js +3 -0
  5001. package/dist/node_modules/regenerate-unicode-properties/Script/Khitan_Small_Script.js +3 -0
  5002. package/dist/node_modules/regenerate-unicode-properties/Script/Khmer.js +3 -0
  5003. package/dist/node_modules/regenerate-unicode-properties/Script/Khojki.js +3 -0
  5004. package/dist/node_modules/regenerate-unicode-properties/Script/Khudawadi.js +3 -0
  5005. package/dist/node_modules/regenerate-unicode-properties/Script/Lao.js +3 -0
  5006. package/dist/node_modules/regenerate-unicode-properties/Script/Latin.js +3 -0
  5007. package/dist/node_modules/regenerate-unicode-properties/Script/Lepcha.js +3 -0
  5008. package/dist/node_modules/regenerate-unicode-properties/Script/Limbu.js +3 -0
  5009. package/dist/node_modules/regenerate-unicode-properties/Script/Linear_A.js +3 -0
  5010. package/dist/node_modules/regenerate-unicode-properties/Script/Linear_B.js +3 -0
  5011. package/dist/node_modules/regenerate-unicode-properties/Script/Lisu.js +3 -0
  5012. package/dist/node_modules/regenerate-unicode-properties/Script/Lycian.js +3 -0
  5013. package/dist/node_modules/regenerate-unicode-properties/Script/Lydian.js +3 -0
  5014. package/dist/node_modules/regenerate-unicode-properties/Script/Mahajani.js +3 -0
  5015. package/dist/node_modules/regenerate-unicode-properties/Script/Makasar.js +3 -0
  5016. package/dist/node_modules/regenerate-unicode-properties/Script/Malayalam.js +3 -0
  5017. package/dist/node_modules/regenerate-unicode-properties/Script/Mandaic.js +3 -0
  5018. package/dist/node_modules/regenerate-unicode-properties/Script/Manichaean.js +3 -0
  5019. package/dist/node_modules/regenerate-unicode-properties/Script/Marchen.js +3 -0
  5020. package/dist/node_modules/regenerate-unicode-properties/Script/Masaram_Gondi.js +3 -0
  5021. package/dist/node_modules/regenerate-unicode-properties/Script/Medefaidrin.js +3 -0
  5022. package/dist/node_modules/regenerate-unicode-properties/Script/Meetei_Mayek.js +3 -0
  5023. package/dist/node_modules/regenerate-unicode-properties/Script/Mende_Kikakui.js +3 -0
  5024. package/dist/node_modules/regenerate-unicode-properties/Script/Meroitic_Cursive.js +3 -0
  5025. package/dist/node_modules/regenerate-unicode-properties/Script/Meroitic_Hieroglyphs.js +3 -0
  5026. package/dist/node_modules/regenerate-unicode-properties/Script/Miao.js +3 -0
  5027. package/dist/node_modules/regenerate-unicode-properties/Script/Modi.js +3 -0
  5028. package/dist/node_modules/regenerate-unicode-properties/Script/Mongolian.js +3 -0
  5029. package/dist/node_modules/regenerate-unicode-properties/Script/Mro.js +3 -0
  5030. package/dist/node_modules/regenerate-unicode-properties/Script/Multani.js +3 -0
  5031. package/dist/node_modules/regenerate-unicode-properties/Script/Myanmar.js +3 -0
  5032. package/dist/node_modules/regenerate-unicode-properties/Script/Nabataean.js +3 -0
  5033. package/dist/node_modules/regenerate-unicode-properties/Script/Nag_Mundari.js +3 -0
  5034. package/dist/node_modules/regenerate-unicode-properties/Script/Nandinagari.js +3 -0
  5035. package/dist/node_modules/regenerate-unicode-properties/Script/New_Tai_Lue.js +3 -0
  5036. package/dist/node_modules/regenerate-unicode-properties/Script/Newa.js +3 -0
  5037. package/dist/node_modules/regenerate-unicode-properties/Script/Nko.js +3 -0
  5038. package/dist/node_modules/regenerate-unicode-properties/Script/Nushu.js +3 -0
  5039. package/dist/node_modules/regenerate-unicode-properties/Script/Nyiakeng_Puachue_Hmong.js +3 -0
  5040. package/dist/node_modules/regenerate-unicode-properties/Script/Ogham.js +3 -0
  5041. package/dist/node_modules/regenerate-unicode-properties/Script/Ol_Chiki.js +3 -0
  5042. package/dist/node_modules/regenerate-unicode-properties/Script/Old_Hungarian.js +3 -0
  5043. package/dist/node_modules/regenerate-unicode-properties/Script/Old_Italic.js +3 -0
  5044. package/dist/node_modules/regenerate-unicode-properties/Script/Old_North_Arabian.js +3 -0
  5045. package/dist/node_modules/regenerate-unicode-properties/Script/Old_Permic.js +3 -0
  5046. package/dist/node_modules/regenerate-unicode-properties/Script/Old_Persian.js +3 -0
  5047. package/dist/node_modules/regenerate-unicode-properties/Script/Old_Sogdian.js +3 -0
  5048. package/dist/node_modules/regenerate-unicode-properties/Script/Old_South_Arabian.js +3 -0
  5049. package/dist/node_modules/regenerate-unicode-properties/Script/Old_Turkic.js +3 -0
  5050. package/dist/node_modules/regenerate-unicode-properties/Script/Old_Uyghur.js +3 -0
  5051. package/dist/node_modules/regenerate-unicode-properties/Script/Oriya.js +3 -0
  5052. package/dist/node_modules/regenerate-unicode-properties/Script/Osage.js +3 -0
  5053. package/dist/node_modules/regenerate-unicode-properties/Script/Osmanya.js +3 -0
  5054. package/dist/node_modules/regenerate-unicode-properties/Script/Pahawh_Hmong.js +3 -0
  5055. package/dist/node_modules/regenerate-unicode-properties/Script/Palmyrene.js +3 -0
  5056. package/dist/node_modules/regenerate-unicode-properties/Script/Pau_Cin_Hau.js +3 -0
  5057. package/dist/node_modules/regenerate-unicode-properties/Script/Phags_Pa.js +3 -0
  5058. package/dist/node_modules/regenerate-unicode-properties/Script/Phoenician.js +3 -0
  5059. package/dist/node_modules/regenerate-unicode-properties/Script/Psalter_Pahlavi.js +3 -0
  5060. package/dist/node_modules/regenerate-unicode-properties/Script/Rejang.js +3 -0
  5061. package/dist/node_modules/regenerate-unicode-properties/Script/Runic.js +3 -0
  5062. package/dist/node_modules/regenerate-unicode-properties/Script/Samaritan.js +3 -0
  5063. package/dist/node_modules/regenerate-unicode-properties/Script/Saurashtra.js +3 -0
  5064. package/dist/node_modules/regenerate-unicode-properties/Script/Sharada.js +3 -0
  5065. package/dist/node_modules/regenerate-unicode-properties/Script/Shavian.js +3 -0
  5066. package/dist/node_modules/regenerate-unicode-properties/Script/Siddham.js +3 -0
  5067. package/dist/node_modules/regenerate-unicode-properties/Script/SignWriting.js +3 -0
  5068. package/dist/node_modules/regenerate-unicode-properties/Script/Sinhala.js +3 -0
  5069. package/dist/node_modules/regenerate-unicode-properties/Script/Sogdian.js +3 -0
  5070. package/dist/node_modules/regenerate-unicode-properties/Script/Sora_Sompeng.js +3 -0
  5071. package/dist/node_modules/regenerate-unicode-properties/Script/Soyombo.js +3 -0
  5072. package/dist/node_modules/regenerate-unicode-properties/Script/Sundanese.js +3 -0
  5073. package/dist/node_modules/regenerate-unicode-properties/Script/Syloti_Nagri.js +3 -0
  5074. package/dist/node_modules/regenerate-unicode-properties/Script/Syriac.js +3 -0
  5075. package/dist/node_modules/regenerate-unicode-properties/Script/Tagalog.js +3 -0
  5076. package/dist/node_modules/regenerate-unicode-properties/Script/Tagbanwa.js +3 -0
  5077. package/dist/node_modules/regenerate-unicode-properties/Script/Tai_Le.js +3 -0
  5078. package/dist/node_modules/regenerate-unicode-properties/Script/Tai_Tham.js +3 -0
  5079. package/dist/node_modules/regenerate-unicode-properties/Script/Tai_Viet.js +3 -0
  5080. package/dist/node_modules/regenerate-unicode-properties/Script/Takri.js +3 -0
  5081. package/dist/node_modules/regenerate-unicode-properties/Script/Tamil.js +3 -0
  5082. package/dist/node_modules/regenerate-unicode-properties/Script/Tangsa.js +3 -0
  5083. package/dist/node_modules/regenerate-unicode-properties/Script/Tangut.js +3 -0
  5084. package/dist/node_modules/regenerate-unicode-properties/Script/Telugu.js +3 -0
  5085. package/dist/node_modules/regenerate-unicode-properties/Script/Thaana.js +3 -0
  5086. package/dist/node_modules/regenerate-unicode-properties/Script/Thai.js +3 -0
  5087. package/dist/node_modules/regenerate-unicode-properties/Script/Tibetan.js +3 -0
  5088. package/dist/node_modules/regenerate-unicode-properties/Script/Tifinagh.js +3 -0
  5089. package/dist/node_modules/regenerate-unicode-properties/Script/Tirhuta.js +3 -0
  5090. package/dist/node_modules/regenerate-unicode-properties/Script/Toto.js +3 -0
  5091. package/dist/node_modules/regenerate-unicode-properties/Script/Ugaritic.js +3 -0
  5092. package/dist/node_modules/regenerate-unicode-properties/Script/Vai.js +3 -0
  5093. package/dist/node_modules/regenerate-unicode-properties/Script/Vithkuqi.js +3 -0
  5094. package/dist/node_modules/regenerate-unicode-properties/Script/Wancho.js +3 -0
  5095. package/dist/node_modules/regenerate-unicode-properties/Script/Warang_Citi.js +3 -0
  5096. package/dist/node_modules/regenerate-unicode-properties/Script/Yezidi.js +3 -0
  5097. package/dist/node_modules/regenerate-unicode-properties/Script/Yi.js +3 -0
  5098. package/dist/node_modules/regenerate-unicode-properties/Script/Zanabazar_Square.js +3 -0
  5099. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Adlam.js +3 -0
  5100. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Ahom.js +3 -0
  5101. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Anatolian_Hieroglyphs.js +3 -0
  5102. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Arabic.js +3 -0
  5103. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Armenian.js +3 -0
  5104. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Avestan.js +3 -0
  5105. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Balinese.js +3 -0
  5106. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Bamum.js +3 -0
  5107. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Bassa_Vah.js +3 -0
  5108. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Batak.js +3 -0
  5109. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Bengali.js +3 -0
  5110. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Bhaiksuki.js +3 -0
  5111. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Bopomofo.js +3 -0
  5112. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Brahmi.js +3 -0
  5113. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Braille.js +3 -0
  5114. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Buginese.js +3 -0
  5115. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Buhid.js +3 -0
  5116. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Canadian_Aboriginal.js +3 -0
  5117. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Carian.js +3 -0
  5118. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Caucasian_Albanian.js +3 -0
  5119. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Chakma.js +3 -0
  5120. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Cham.js +3 -0
  5121. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Cherokee.js +3 -0
  5122. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Chorasmian.js +3 -0
  5123. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Common.js +5 -0
  5124. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Coptic.js +3 -0
  5125. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Cuneiform.js +3 -0
  5126. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Cypriot.js +3 -0
  5127. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Cypro_Minoan.js +3 -0
  5128. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Cyrillic.js +3 -0
  5129. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Deseret.js +3 -0
  5130. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Devanagari.js +3 -0
  5131. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Dives_Akuru.js +3 -0
  5132. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Dogra.js +3 -0
  5133. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Duployan.js +3 -0
  5134. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Egyptian_Hieroglyphs.js +3 -0
  5135. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Elbasan.js +3 -0
  5136. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Elymaic.js +3 -0
  5137. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Ethiopic.js +3 -0
  5138. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Georgian.js +3 -0
  5139. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Glagolitic.js +3 -0
  5140. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Gothic.js +3 -0
  5141. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Grantha.js +3 -0
  5142. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Greek.js +3 -0
  5143. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Gujarati.js +3 -0
  5144. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Gunjala_Gondi.js +3 -0
  5145. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Gurmukhi.js +3 -0
  5146. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Han.js +3 -0
  5147. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Hangul.js +3 -0
  5148. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Hanifi_Rohingya.js +3 -0
  5149. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Hanunoo.js +3 -0
  5150. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Hatran.js +3 -0
  5151. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Hebrew.js +3 -0
  5152. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Hiragana.js +3 -0
  5153. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Imperial_Aramaic.js +3 -0
  5154. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Inherited.js +3 -0
  5155. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Inscriptional_Pahlavi.js +3 -0
  5156. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Inscriptional_Parthian.js +3 -0
  5157. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Javanese.js +3 -0
  5158. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Kaithi.js +3 -0
  5159. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Kannada.js +3 -0
  5160. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Katakana.js +3 -0
  5161. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Kawi.js +3 -0
  5162. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Kayah_Li.js +3 -0
  5163. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Kharoshthi.js +3 -0
  5164. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Khitan_Small_Script.js +3 -0
  5165. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Khmer.js +3 -0
  5166. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Khojki.js +3 -0
  5167. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Khudawadi.js +3 -0
  5168. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Lao.js +3 -0
  5169. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Latin.js +3 -0
  5170. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Lepcha.js +3 -0
  5171. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Limbu.js +3 -0
  5172. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Linear_A.js +3 -0
  5173. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Linear_B.js +3 -0
  5174. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Lisu.js +3 -0
  5175. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Lycian.js +3 -0
  5176. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Lydian.js +3 -0
  5177. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Mahajani.js +3 -0
  5178. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Makasar.js +3 -0
  5179. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Malayalam.js +3 -0
  5180. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Mandaic.js +3 -0
  5181. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Manichaean.js +3 -0
  5182. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Marchen.js +3 -0
  5183. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Masaram_Gondi.js +3 -0
  5184. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Medefaidrin.js +3 -0
  5185. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Meetei_Mayek.js +3 -0
  5186. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Mende_Kikakui.js +3 -0
  5187. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Meroitic_Cursive.js +3 -0
  5188. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Meroitic_Hieroglyphs.js +3 -0
  5189. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Miao.js +3 -0
  5190. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Modi.js +3 -0
  5191. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Mongolian.js +3 -0
  5192. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Mro.js +3 -0
  5193. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Multani.js +3 -0
  5194. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Myanmar.js +3 -0
  5195. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Nabataean.js +3 -0
  5196. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Nag_Mundari.js +3 -0
  5197. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Nandinagari.js +3 -0
  5198. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/New_Tai_Lue.js +3 -0
  5199. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Newa.js +3 -0
  5200. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Nko.js +3 -0
  5201. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Nushu.js +3 -0
  5202. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Nyiakeng_Puachue_Hmong.js +3 -0
  5203. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Ogham.js +3 -0
  5204. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Ol_Chiki.js +3 -0
  5205. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Old_Hungarian.js +3 -0
  5206. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Old_Italic.js +3 -0
  5207. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Old_North_Arabian.js +3 -0
  5208. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Old_Permic.js +3 -0
  5209. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Old_Persian.js +3 -0
  5210. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Old_Sogdian.js +3 -0
  5211. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Old_South_Arabian.js +3 -0
  5212. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Old_Turkic.js +3 -0
  5213. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Old_Uyghur.js +3 -0
  5214. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Oriya.js +3 -0
  5215. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Osage.js +3 -0
  5216. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Osmanya.js +3 -0
  5217. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Pahawh_Hmong.js +3 -0
  5218. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Palmyrene.js +3 -0
  5219. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Pau_Cin_Hau.js +3 -0
  5220. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Phags_Pa.js +3 -0
  5221. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Phoenician.js +3 -0
  5222. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Psalter_Pahlavi.js +3 -0
  5223. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Rejang.js +3 -0
  5224. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Runic.js +3 -0
  5225. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Samaritan.js +3 -0
  5226. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Saurashtra.js +3 -0
  5227. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Sharada.js +3 -0
  5228. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Shavian.js +3 -0
  5229. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Siddham.js +3 -0
  5230. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/SignWriting.js +3 -0
  5231. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Sinhala.js +3 -0
  5232. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Sogdian.js +3 -0
  5233. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Sora_Sompeng.js +3 -0
  5234. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Soyombo.js +3 -0
  5235. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Sundanese.js +3 -0
  5236. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Syloti_Nagri.js +3 -0
  5237. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Syriac.js +3 -0
  5238. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Tagalog.js +3 -0
  5239. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Tagbanwa.js +3 -0
  5240. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Tai_Le.js +3 -0
  5241. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Tai_Tham.js +3 -0
  5242. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Tai_Viet.js +3 -0
  5243. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Takri.js +3 -0
  5244. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Tamil.js +3 -0
  5245. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Tangsa.js +3 -0
  5246. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Tangut.js +3 -0
  5247. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Telugu.js +3 -0
  5248. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Thaana.js +3 -0
  5249. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Thai.js +3 -0
  5250. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Tibetan.js +3 -0
  5251. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Tifinagh.js +3 -0
  5252. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Tirhuta.js +3 -0
  5253. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Toto.js +3 -0
  5254. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Ugaritic.js +3 -0
  5255. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Vai.js +3 -0
  5256. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Vithkuqi.js +3 -0
  5257. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Wancho.js +3 -0
  5258. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Warang_Citi.js +3 -0
  5259. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Yezidi.js +3 -0
  5260. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Yi.js +3 -0
  5261. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Zanabazar_Square.js +3 -0
  5262. package/dist/node_modules/regenerate-unicode-properties/index.js +436 -0
  5263. package/dist/node_modules/regenerate-unicode-properties/package.json +49 -0
  5264. package/dist/node_modules/regenerate-unicode-properties/unicode-version.js +1 -0
  5265. package/dist/node_modules/regenerator-runtime/LICENSE +21 -0
  5266. package/dist/node_modules/regenerator-runtime/README.md +31 -0
  5267. package/dist/node_modules/regenerator-runtime/package.json +19 -0
  5268. package/dist/node_modules/regenerator-runtime/path.js +11 -0
  5269. package/dist/node_modules/regenerator-runtime/runtime.js +760 -0
  5270. package/dist/node_modules/regenerator-transform/LICENSE +21 -0
  5271. package/dist/node_modules/regenerator-transform/README.md +46 -0
  5272. package/dist/node_modules/regenerator-transform/lib/emit.js +904 -0
  5273. package/dist/node_modules/regenerator-transform/lib/hoist.js +132 -0
  5274. package/dist/node_modules/regenerator-transform/lib/index.js +29 -0
  5275. package/dist/node_modules/regenerator-transform/lib/leap.js +143 -0
  5276. package/dist/node_modules/regenerator-transform/lib/meta.js +102 -0
  5277. package/dist/node_modules/regenerator-transform/lib/replaceShorthandObjectMethod.js +83 -0
  5278. package/dist/node_modules/regenerator-transform/lib/util.js +49 -0
  5279. package/dist/node_modules/regenerator-transform/lib/visit.js +290 -0
  5280. package/dist/node_modules/regenerator-transform/package.json +43 -0
  5281. package/dist/node_modules/regenerator-transform/src/emit.js +1308 -0
  5282. package/dist/node_modules/regenerator-transform/src/hoist.js +161 -0
  5283. package/dist/node_modules/regenerator-transform/src/index.js +27 -0
  5284. package/dist/node_modules/regenerator-transform/src/leap.js +179 -0
  5285. package/dist/node_modules/regenerator-transform/src/meta.js +110 -0
  5286. package/dist/node_modules/regenerator-transform/src/replaceShorthandObjectMethod.js +82 -0
  5287. package/dist/node_modules/regenerator-transform/src/util.js +45 -0
  5288. package/dist/node_modules/regenerator-transform/src/visit.js +369 -0
  5289. package/dist/node_modules/regexp.prototype.flags/.editorconfig +13 -0
  5290. package/dist/node_modules/regexp.prototype.flags/.eslintrc +20 -0
  5291. package/dist/node_modules/regexp.prototype.flags/.nycrc +9 -0
  5292. package/dist/node_modules/regexp.prototype.flags/CHANGELOG.md +211 -0
  5293. package/dist/node_modules/regexp.prototype.flags/LICENSE +22 -0
  5294. package/dist/node_modules/regexp.prototype.flags/README.md +54 -0
  5295. package/dist/node_modules/regexp.prototype.flags/auto.js +3 -0
  5296. package/dist/node_modules/regexp.prototype.flags/implementation.js +39 -0
  5297. package/dist/node_modules/regexp.prototype.flags/index.js +18 -0
  5298. package/dist/node_modules/regexp.prototype.flags/package.json +101 -0
  5299. package/dist/node_modules/regexp.prototype.flags/polyfill.js +36 -0
  5300. package/dist/node_modules/regexp.prototype.flags/shim.js +26 -0
  5301. package/dist/node_modules/regexp.prototype.flags/test/implementation.js +20 -0
  5302. package/dist/node_modules/regexp.prototype.flags/test/index.js +17 -0
  5303. package/dist/node_modules/regexp.prototype.flags/test/shimmed.js +48 -0
  5304. package/dist/node_modules/regexp.prototype.flags/test/tests.js +143 -0
  5305. package/dist/node_modules/regexpu-core/LICENSE-MIT.txt +20 -0
  5306. package/dist/node_modules/regexpu-core/README.md +226 -0
  5307. package/dist/node_modules/regexpu-core/data/character-class-escape-sets.js +105 -0
  5308. package/dist/node_modules/regexpu-core/data/iu-mappings.js +656 -0
  5309. package/dist/node_modules/regexpu-core/package.json +67 -0
  5310. package/dist/node_modules/regexpu-core/rewrite-pattern.js +904 -0
  5311. package/dist/node_modules/regjsparser/LICENSE.BSD +21 -0
  5312. package/dist/node_modules/regjsparser/README.md +47 -0
  5313. package/dist/node_modules/regjsparser/bin/parser +63 -0
  5314. package/dist/node_modules/regjsparser/node_modules/.bin/jsesc +12 -0
  5315. package/dist/node_modules/regjsparser/node_modules/.bin/jsesc.cmd +17 -0
  5316. package/dist/node_modules/regjsparser/node_modules/.bin/jsesc.ps1 +28 -0
  5317. package/dist/node_modules/regjsparser/node_modules/jsesc/LICENSE-MIT.txt +20 -0
  5318. package/dist/node_modules/regjsparser/node_modules/jsesc/README.md +375 -0
  5319. package/dist/node_modules/regjsparser/node_modules/jsesc/bin/jsesc +138 -0
  5320. package/dist/node_modules/regjsparser/node_modules/jsesc/jsesc.js +265 -0
  5321. package/dist/node_modules/regjsparser/node_modules/jsesc/man/jsesc.1 +90 -0
  5322. package/dist/node_modules/regjsparser/node_modules/jsesc/package.json +55 -0
  5323. package/dist/node_modules/regjsparser/package.json +37 -0
  5324. package/dist/node_modules/regjsparser/parser.d.ts +183 -0
  5325. package/dist/node_modules/regjsparser/parser.js +1634 -0
  5326. package/dist/node_modules/resolve/.editorconfig +37 -0
  5327. package/dist/node_modules/resolve/.eslintrc +65 -0
  5328. package/dist/node_modules/resolve/.github/FUNDING.yml +12 -0
  5329. package/dist/node_modules/resolve/LICENSE +21 -0
  5330. package/dist/node_modules/resolve/SECURITY.md +3 -0
  5331. package/dist/node_modules/resolve/async.js +3 -0
  5332. package/dist/node_modules/resolve/bin/resolve +50 -0
  5333. package/dist/node_modules/resolve/example/async.js +5 -0
  5334. package/dist/node_modules/resolve/example/sync.js +3 -0
  5335. package/dist/node_modules/resolve/index.js +6 -0
  5336. package/dist/node_modules/resolve/lib/async.js +329 -0
  5337. package/dist/node_modules/resolve/lib/caller.js +8 -0
  5338. package/dist/node_modules/resolve/lib/core.js +12 -0
  5339. package/dist/node_modules/resolve/lib/core.json +158 -0
  5340. package/dist/node_modules/resolve/lib/homedir.js +24 -0
  5341. package/dist/node_modules/resolve/lib/is-core.js +5 -0
  5342. package/dist/node_modules/resolve/lib/node-modules-paths.js +42 -0
  5343. package/dist/node_modules/resolve/lib/normalize-options.js +10 -0
  5344. package/dist/node_modules/resolve/lib/sync.js +208 -0
  5345. package/dist/node_modules/resolve/package.json +72 -0
  5346. package/dist/node_modules/resolve/readme.markdown +301 -0
  5347. package/dist/node_modules/resolve/sync.js +3 -0
  5348. package/dist/node_modules/resolve/test/core.js +88 -0
  5349. package/dist/node_modules/resolve/test/dotdot/abc/index.js +2 -0
  5350. package/dist/node_modules/resolve/test/dotdot/index.js +1 -0
  5351. package/dist/node_modules/resolve/test/dotdot.js +29 -0
  5352. package/dist/node_modules/resolve/test/faulty_basedir.js +29 -0
  5353. package/dist/node_modules/resolve/test/filter.js +34 -0
  5354. package/dist/node_modules/resolve/test/filter_sync.js +33 -0
  5355. package/dist/node_modules/resolve/test/home_paths.js +127 -0
  5356. package/dist/node_modules/resolve/test/home_paths_sync.js +114 -0
  5357. package/dist/node_modules/resolve/test/mock.js +315 -0
  5358. package/dist/node_modules/resolve/test/mock_sync.js +214 -0
  5359. package/dist/node_modules/resolve/test/module_dir/xmodules/aaa/index.js +1 -0
  5360. package/dist/node_modules/resolve/test/module_dir/ymodules/aaa/index.js +1 -0
  5361. package/dist/node_modules/resolve/test/module_dir/zmodules/bbb/main.js +1 -0
  5362. package/dist/node_modules/resolve/test/module_dir/zmodules/bbb/package.json +3 -0
  5363. package/dist/node_modules/resolve/test/module_dir.js +56 -0
  5364. package/dist/node_modules/resolve/test/node-modules-paths.js +143 -0
  5365. package/dist/node_modules/resolve/test/node_path/x/aaa/index.js +1 -0
  5366. package/dist/node_modules/resolve/test/node_path/x/ccc/index.js +1 -0
  5367. package/dist/node_modules/resolve/test/node_path/y/bbb/index.js +1 -0
  5368. package/dist/node_modules/resolve/test/node_path/y/ccc/index.js +1 -0
  5369. package/dist/node_modules/resolve/test/node_path.js +70 -0
  5370. package/dist/node_modules/resolve/test/nonstring.js +9 -0
  5371. package/dist/node_modules/resolve/test/pathfilter/deep_ref/main.js +0 -0
  5372. package/dist/node_modules/resolve/test/pathfilter.js +75 -0
  5373. package/dist/node_modules/resolve/test/precedence/aaa/index.js +1 -0
  5374. package/dist/node_modules/resolve/test/precedence/aaa/main.js +1 -0
  5375. package/dist/node_modules/resolve/test/precedence/aaa.js +1 -0
  5376. package/dist/node_modules/resolve/test/precedence/bbb/main.js +1 -0
  5377. package/dist/node_modules/resolve/test/precedence/bbb.js +1 -0
  5378. package/dist/node_modules/resolve/test/precedence.js +23 -0
  5379. package/dist/node_modules/resolve/test/resolver/baz/doom.js +0 -0
  5380. package/dist/node_modules/resolve/test/resolver/baz/package.json +4 -0
  5381. package/dist/node_modules/resolve/test/resolver/baz/quux.js +1 -0
  5382. package/dist/node_modules/resolve/test/resolver/browser_field/a.js +0 -0
  5383. package/dist/node_modules/resolve/test/resolver/browser_field/b.js +0 -0
  5384. package/dist/node_modules/resolve/test/resolver/browser_field/package.json +5 -0
  5385. package/dist/node_modules/resolve/test/resolver/cup.coffee +1 -0
  5386. package/dist/node_modules/resolve/test/resolver/dot_main/index.js +1 -0
  5387. package/dist/node_modules/resolve/test/resolver/dot_main/package.json +3 -0
  5388. package/dist/node_modules/resolve/test/resolver/dot_slash_main/index.js +1 -0
  5389. package/dist/node_modules/resolve/test/resolver/dot_slash_main/package.json +3 -0
  5390. package/dist/node_modules/resolve/test/resolver/false_main/index.js +0 -0
  5391. package/dist/node_modules/resolve/test/resolver/false_main/package.json +4 -0
  5392. package/dist/node_modules/resolve/test/resolver/foo.js +1 -0
  5393. package/dist/node_modules/resolve/test/resolver/incorrect_main/index.js +2 -0
  5394. package/dist/node_modules/resolve/test/resolver/incorrect_main/package.json +3 -0
  5395. package/dist/node_modules/resolve/test/resolver/invalid_main/package.json +7 -0
  5396. package/dist/node_modules/resolve/test/resolver/mug.coffee +0 -0
  5397. package/dist/node_modules/resolve/test/resolver/mug.js +0 -0
  5398. package/dist/node_modules/resolve/test/resolver/multirepo/lerna.json +6 -0
  5399. package/dist/node_modules/resolve/test/resolver/multirepo/package.json +20 -0
  5400. package/dist/node_modules/resolve/test/resolver/multirepo/packages/package-a/index.js +35 -0
  5401. package/dist/node_modules/resolve/test/resolver/multirepo/packages/package-a/package.json +14 -0
  5402. package/dist/node_modules/resolve/test/resolver/multirepo/packages/package-b/index.js +0 -0
  5403. package/dist/node_modules/resolve/test/resolver/multirepo/packages/package-b/package.json +14 -0
  5404. package/dist/node_modules/resolve/test/resolver/nested_symlinks/mylib/async.js +26 -0
  5405. package/dist/node_modules/resolve/test/resolver/nested_symlinks/mylib/package.json +15 -0
  5406. package/dist/node_modules/resolve/test/resolver/nested_symlinks/mylib/sync.js +12 -0
  5407. package/dist/node_modules/resolve/test/resolver/other_path/lib/other-lib.js +0 -0
  5408. package/dist/node_modules/resolve/test/resolver/other_path/root.js +0 -0
  5409. package/dist/node_modules/resolve/test/resolver/quux/foo/index.js +1 -0
  5410. package/dist/node_modules/resolve/test/resolver/same_names/foo/index.js +1 -0
  5411. package/dist/node_modules/resolve/test/resolver/same_names/foo.js +1 -0
  5412. package/dist/node_modules/resolve/test/resolver/symlinked/_/node_modules/foo.js +0 -0
  5413. package/dist/node_modules/resolve/test/resolver/symlinked/_/symlink_target/.gitkeep +0 -0
  5414. package/dist/node_modules/resolve/test/resolver/symlinked/package/bar.js +1 -0
  5415. package/dist/node_modules/resolve/test/resolver/symlinked/package/package.json +3 -0
  5416. package/dist/node_modules/resolve/test/resolver/without_basedir/main.js +5 -0
  5417. package/dist/node_modules/resolve/test/resolver.js +597 -0
  5418. package/dist/node_modules/resolve/test/resolver_sync.js +730 -0
  5419. package/dist/node_modules/resolve/test/shadowed_core/node_modules/util/index.js +0 -0
  5420. package/dist/node_modules/resolve/test/shadowed_core.js +54 -0
  5421. package/dist/node_modules/resolve/test/subdirs.js +13 -0
  5422. package/dist/node_modules/resolve/test/symlinks.js +176 -0
  5423. package/dist/node_modules/rollup/LICENSE.md +695 -0
  5424. package/dist/node_modules/rollup/README.md +125 -0
  5425. package/dist/node_modules/rollup/dist/bin/rollup +1715 -0
  5426. package/dist/node_modules/rollup/dist/es/getLogFilter.js +64 -0
  5427. package/dist/node_modules/rollup/dist/es/package.json +1 -0
  5428. package/dist/node_modules/rollup/dist/es/rollup.js +17 -0
  5429. package/dist/node_modules/rollup/dist/es/shared/node-entry.js +27273 -0
  5430. package/dist/node_modules/rollup/dist/es/shared/watch.js +4857 -0
  5431. package/dist/node_modules/rollup/dist/getLogFilter.d.ts +5 -0
  5432. package/dist/node_modules/rollup/dist/getLogFilter.js +69 -0
  5433. package/dist/node_modules/rollup/dist/loadConfigFile.d.ts +20 -0
  5434. package/dist/node_modules/rollup/dist/loadConfigFile.js +29 -0
  5435. package/dist/node_modules/rollup/dist/rollup.d.ts +1012 -0
  5436. package/dist/node_modules/rollup/dist/rollup.js +31 -0
  5437. package/dist/node_modules/rollup/dist/shared/fsevents-importer.js +37 -0
  5438. package/dist/node_modules/rollup/dist/shared/index.js +4571 -0
  5439. package/dist/node_modules/rollup/dist/shared/loadConfigFile.js +546 -0
  5440. package/dist/node_modules/rollup/dist/shared/rollup.js +27351 -0
  5441. package/dist/node_modules/rollup/dist/shared/watch-cli.js +561 -0
  5442. package/dist/node_modules/rollup/dist/shared/watch-proxy.js +87 -0
  5443. package/dist/node_modules/rollup/dist/shared/watch.js +316 -0
  5444. package/dist/node_modules/rollup/package.json +181 -0
  5445. package/dist/node_modules/rollup-plugin-import-assert/.editorconfig +13 -0
  5446. package/dist/node_modules/rollup-plugin-import-assert/CHANGELOG.md +51 -0
  5447. package/dist/node_modules/rollup-plugin-import-assert/LICENSE.md +7 -0
  5448. package/dist/node_modules/rollup-plugin-import-assert/README.md +69 -0
  5449. package/dist/node_modules/rollup-plugin-import-assert/dist/import-assert.cjs +124 -0
  5450. package/dist/node_modules/rollup-plugin-import-assert/dist/import-assert.d.ts +2 -0
  5451. package/dist/node_modules/rollup-plugin-import-assert/dist/import-assert.js +94 -0
  5452. package/dist/node_modules/rollup-plugin-import-assert/index.html +15 -0
  5453. package/dist/node_modules/rollup-plugin-import-assert/package.json +47 -0
  5454. package/dist/node_modules/rollup-plugin-import-assert/public/data/info.json +7 -0
  5455. package/dist/node_modules/rollup-plugin-import-assert/public/data/x.css +1 -0
  5456. package/dist/node_modules/rollup-plugin-import-assert/public/index.js +15 -0
  5457. package/dist/node_modules/rollup-plugin-import-assert/public/other.css +3 -0
  5458. package/dist/node_modules/rollup-plugin-import-assert/public/style.css +3 -0
  5459. package/dist/node_modules/rollup-plugin-import-assert/public/test-el/test-el.wc.css +4 -0
  5460. package/dist/node_modules/rollup-plugin-import-assert/public/test-el/test-el.wc.js +30 -0
  5461. package/dist/node_modules/rollup-plugin-import-assert/rollup.config.js +17 -0
  5462. package/dist/node_modules/rollup-plugin-import-assert/rollup.dev.cjs.config.js +14 -0
  5463. package/dist/node_modules/rollup-plugin-import-assert/rollup.dev.esm.config.js +14 -0
  5464. package/dist/node_modules/rollup-plugin-import-assert/src/import-assert.ts +118 -0
  5465. package/dist/node_modules/rollup-plugin-import-assert/tsconfig.json +15 -0
  5466. package/dist/node_modules/safe-array-concat/.eslintrc +15 -0
  5467. package/dist/node_modules/safe-array-concat/.github/FUNDING.yml +12 -0
  5468. package/dist/node_modules/safe-array-concat/.nycrc +13 -0
  5469. package/dist/node_modules/safe-array-concat/CHANGELOG.md +26 -0
  5470. package/dist/node_modules/safe-array-concat/LICENSE +21 -0
  5471. package/dist/node_modules/safe-array-concat/README.md +53 -0
  5472. package/dist/node_modules/safe-array-concat/index.js +36 -0
  5473. package/dist/node_modules/safe-array-concat/package.json +78 -0
  5474. package/dist/node_modules/safe-array-concat/test/index.js +89 -0
  5475. package/dist/node_modules/safe-buffer/LICENSE +21 -0
  5476. package/dist/node_modules/safe-buffer/README.md +584 -0
  5477. package/dist/node_modules/safe-buffer/index.d.ts +187 -0
  5478. package/dist/node_modules/safe-buffer/index.js +65 -0
  5479. package/dist/node_modules/safe-buffer/package.json +51 -0
  5480. package/dist/node_modules/safe-regex-test/.eslintrc +9 -0
  5481. package/dist/node_modules/safe-regex-test/.github/FUNDING.yml +12 -0
  5482. package/dist/node_modules/safe-regex-test/CHANGELOG.md +15 -0
  5483. package/dist/node_modules/safe-regex-test/LICENSE +21 -0
  5484. package/dist/node_modules/safe-regex-test/README.md +42 -0
  5485. package/dist/node_modules/safe-regex-test/index.js +17 -0
  5486. package/dist/node_modules/safe-regex-test/package.json +75 -0
  5487. package/dist/node_modules/safe-regex-test/test/index.js +37 -0
  5488. package/dist/node_modules/semver/LICENSE +15 -0
  5489. package/dist/node_modules/semver/README.md +443 -0
  5490. package/dist/node_modules/semver/bin/semver.js +174 -0
  5491. package/dist/node_modules/semver/package.json +38 -0
  5492. package/dist/node_modules/semver/range.bnf +16 -0
  5493. package/dist/node_modules/semver/semver.js +1643 -0
  5494. package/dist/node_modules/serialize-javascript/LICENSE +27 -0
  5495. package/dist/node_modules/serialize-javascript/README.md +142 -0
  5496. package/dist/node_modules/serialize-javascript/index.js +268 -0
  5497. package/dist/node_modules/serialize-javascript/package.json +36 -0
  5498. package/dist/node_modules/set-function-length/.eslintrc +27 -0
  5499. package/dist/node_modules/set-function-length/.github/FUNDING.yml +12 -0
  5500. package/dist/node_modules/set-function-length/.nycrc +13 -0
  5501. package/dist/node_modules/set-function-length/CHANGELOG.md +41 -0
  5502. package/dist/node_modules/set-function-length/LICENSE +21 -0
  5503. package/dist/node_modules/set-function-length/README.md +56 -0
  5504. package/dist/node_modules/set-function-length/env.js +19 -0
  5505. package/dist/node_modules/set-function-length/index.js +41 -0
  5506. package/dist/node_modules/set-function-length/package.json +84 -0
  5507. package/dist/node_modules/set-function-name/.eslintrc +20 -0
  5508. package/dist/node_modules/set-function-name/.github/FUNDING.yml +12 -0
  5509. package/dist/node_modules/set-function-name/CHANGELOG.md +39 -0
  5510. package/dist/node_modules/set-function-name/LICENSE +21 -0
  5511. package/dist/node_modules/set-function-name/README.md +61 -0
  5512. package/dist/node_modules/set-function-name/index.js +22 -0
  5513. package/dist/node_modules/set-function-name/package.json +80 -0
  5514. package/dist/node_modules/side-channel/.eslintignore +1 -0
  5515. package/dist/node_modules/side-channel/.eslintrc +11 -0
  5516. package/dist/node_modules/side-channel/.github/FUNDING.yml +12 -0
  5517. package/dist/node_modules/side-channel/.nycrc +13 -0
  5518. package/dist/node_modules/side-channel/CHANGELOG.md +65 -0
  5519. package/dist/node_modules/side-channel/LICENSE +21 -0
  5520. package/dist/node_modules/side-channel/README.md +2 -0
  5521. package/dist/node_modules/side-channel/index.js +124 -0
  5522. package/dist/node_modules/side-channel/package.json +67 -0
  5523. package/dist/node_modules/side-channel/test/index.js +78 -0
  5524. package/dist/node_modules/smob/LICENSE +21 -0
  5525. package/dist/node_modules/smob/README.MD +161 -0
  5526. package/dist/node_modules/smob/dist/constants.d.ts +4 -0
  5527. package/dist/node_modules/smob/dist/index.cjs +270 -0
  5528. package/dist/node_modules/smob/dist/index.cjs.map +1 -0
  5529. package/dist/node_modules/smob/dist/index.d.ts +5 -0
  5530. package/dist/node_modules/smob/dist/index.mjs +258 -0
  5531. package/dist/node_modules/smob/dist/index.mjs.map +1 -0
  5532. package/dist/node_modules/smob/dist/module.d.ts +3 -0
  5533. package/dist/node_modules/smob/dist/presets.d.ts +8 -0
  5534. package/dist/node_modules/smob/dist/type.d.ts +52 -0
  5535. package/dist/node_modules/smob/dist/utils/array.d.ts +1 -0
  5536. package/dist/node_modules/smob/dist/utils/check.d.ts +3 -0
  5537. package/dist/node_modules/smob/dist/utils/clone.d.ts +2 -0
  5538. package/dist/node_modules/smob/dist/utils/index.d.ts +5 -0
  5539. package/dist/node_modules/smob/dist/utils/object.d.ts +1 -0
  5540. package/dist/node_modules/smob/dist/utils/options.d.ts +2 -0
  5541. package/dist/node_modules/smob/package.json +71 -0
  5542. package/dist/node_modules/source-map/CHANGELOG.md +301 -0
  5543. package/dist/node_modules/source-map/LICENSE +28 -0
  5544. package/dist/node_modules/source-map/README.md +742 -0
  5545. package/dist/node_modules/source-map/dist/source-map.debug.js +3234 -0
  5546. package/dist/node_modules/source-map/dist/source-map.js +3233 -0
  5547. package/dist/node_modules/source-map/dist/source-map.min.js +2 -0
  5548. package/dist/node_modules/source-map/dist/source-map.min.js.map +1 -0
  5549. package/dist/node_modules/source-map/lib/array-set.js +121 -0
  5550. package/dist/node_modules/source-map/lib/base64-vlq.js +140 -0
  5551. package/dist/node_modules/source-map/lib/base64.js +67 -0
  5552. package/dist/node_modules/source-map/lib/binary-search.js +111 -0
  5553. package/dist/node_modules/source-map/lib/mapping-list.js +79 -0
  5554. package/dist/node_modules/source-map/lib/quick-sort.js +114 -0
  5555. package/dist/node_modules/source-map/lib/source-map-consumer.js +1145 -0
  5556. package/dist/node_modules/source-map/lib/source-map-generator.js +425 -0
  5557. package/dist/node_modules/source-map/lib/source-node.js +413 -0
  5558. package/dist/node_modules/source-map/lib/util.js +488 -0
  5559. package/dist/node_modules/source-map/package.json +73 -0
  5560. package/dist/node_modules/source-map/source-map.d.ts +98 -0
  5561. package/dist/node_modules/source-map/source-map.js +8 -0
  5562. package/dist/node_modules/source-map-support/LICENSE.md +21 -0
  5563. package/dist/node_modules/source-map-support/README.md +284 -0
  5564. package/dist/node_modules/source-map-support/browser-source-map-support.js +114 -0
  5565. package/dist/node_modules/source-map-support/package.json +31 -0
  5566. package/dist/node_modules/source-map-support/register-hook-require.js +1 -0
  5567. package/dist/node_modules/source-map-support/register.js +1 -0
  5568. package/dist/node_modules/source-map-support/source-map-support.js +625 -0
  5569. package/dist/node_modules/stop-iteration-iterator/.eslintrc +14 -0
  5570. package/dist/node_modules/stop-iteration-iterator/.github/FUNDING.yml +12 -0
  5571. package/dist/node_modules/stop-iteration-iterator/.nycrc +13 -0
  5572. package/dist/node_modules/stop-iteration-iterator/CHANGELOG.md +17 -0
  5573. package/dist/node_modules/stop-iteration-iterator/LICENSE +21 -0
  5574. package/dist/node_modules/stop-iteration-iterator/README.md +42 -0
  5575. package/dist/node_modules/stop-iteration-iterator/index.js +40 -0
  5576. package/dist/node_modules/stop-iteration-iterator/package.json +68 -0
  5577. package/dist/node_modules/stop-iteration-iterator/test/index.js +48 -0
  5578. package/dist/node_modules/string-to-template-literal/LICENSE +21 -0
  5579. package/dist/node_modules/string-to-template-literal/README.md +22 -0
  5580. package/dist/node_modules/string-to-template-literal/dist/lib.d.ts +1 -0
  5581. package/dist/node_modules/string-to-template-literal/dist/lib.js +4 -0
  5582. package/dist/node_modules/string-to-template-literal/dist/lib.js.map +1 -0
  5583. package/dist/node_modules/string-to-template-literal/dist/main.d.ts +1 -0
  5584. package/dist/node_modules/string-to-template-literal/dist/main.js +16 -0
  5585. package/dist/node_modules/string-to-template-literal/dist/main.js.map +1 -0
  5586. package/dist/node_modules/string-to-template-literal/package.json +45 -0
  5587. package/dist/node_modules/string.prototype.trim/.editorconfig +20 -0
  5588. package/dist/node_modules/string.prototype.trim/.eslintrc +25 -0
  5589. package/dist/node_modules/string.prototype.trim/.nycrc +9 -0
  5590. package/dist/node_modules/string.prototype.trim/CHANGELOG.md +182 -0
  5591. package/dist/node_modules/string.prototype.trim/LICENSE +21 -0
  5592. package/dist/node_modules/string.prototype.trim/README.md +48 -0
  5593. package/dist/node_modules/string.prototype.trim/auto.js +3 -0
  5594. package/dist/node_modules/string.prototype.trim/implementation.js +21 -0
  5595. package/dist/node_modules/string.prototype.trim/index.js +23 -0
  5596. package/dist/node_modules/string.prototype.trim/package.json +101 -0
  5597. package/dist/node_modules/string.prototype.trim/polyfill.js +19 -0
  5598. package/dist/node_modules/string.prototype.trim/shim.js +14 -0
  5599. package/dist/node_modules/string.prototype.trim/test/implementation.js +21 -0
  5600. package/dist/node_modules/string.prototype.trim/test/index.js +17 -0
  5601. package/dist/node_modules/string.prototype.trim/test/shimmed.js +36 -0
  5602. package/dist/node_modules/string.prototype.trim/test/tests.js +62 -0
  5603. package/dist/node_modules/string.prototype.trimend/.editorconfig +20 -0
  5604. package/dist/node_modules/string.prototype.trimend/.eslintrc +24 -0
  5605. package/dist/node_modules/string.prototype.trimend/.nycrc +9 -0
  5606. package/dist/node_modules/string.prototype.trimend/CHANGELOG.md +108 -0
  5607. package/dist/node_modules/string.prototype.trimend/LICENSE +21 -0
  5608. package/dist/node_modules/string.prototype.trimend/README.md +46 -0
  5609. package/dist/node_modules/string.prototype.trimend/auto.js +3 -0
  5610. package/dist/node_modules/string.prototype.trimend/implementation.js +15 -0
  5611. package/dist/node_modules/string.prototype.trimend/index.js +23 -0
  5612. package/dist/node_modules/string.prototype.trimend/package.json +79 -0
  5613. package/dist/node_modules/string.prototype.trimend/polyfill.js +15 -0
  5614. package/dist/node_modules/string.prototype.trimend/shim.js +14 -0
  5615. package/dist/node_modules/string.prototype.trimend/test/implementation.js +20 -0
  5616. package/dist/node_modules/string.prototype.trimend/test/index.js +17 -0
  5617. package/dist/node_modules/string.prototype.trimend/test/shimmed.js +36 -0
  5618. package/dist/node_modules/string.prototype.trimend/test/tests.js +31 -0
  5619. package/dist/node_modules/string.prototype.trimstart/.editorconfig +20 -0
  5620. package/dist/node_modules/string.prototype.trimstart/.eslintrc +24 -0
  5621. package/dist/node_modules/string.prototype.trimstart/.nycrc +9 -0
  5622. package/dist/node_modules/string.prototype.trimstart/CHANGELOG.md +108 -0
  5623. package/dist/node_modules/string.prototype.trimstart/LICENSE +21 -0
  5624. package/dist/node_modules/string.prototype.trimstart/README.md +46 -0
  5625. package/dist/node_modules/string.prototype.trimstart/auto.js +3 -0
  5626. package/dist/node_modules/string.prototype.trimstart/implementation.js +15 -0
  5627. package/dist/node_modules/string.prototype.trimstart/index.js +23 -0
  5628. package/dist/node_modules/string.prototype.trimstart/package.json +79 -0
  5629. package/dist/node_modules/string.prototype.trimstart/polyfill.js +15 -0
  5630. package/dist/node_modules/string.prototype.trimstart/shim.js +14 -0
  5631. package/dist/node_modules/string.prototype.trimstart/test/implementation.js +20 -0
  5632. package/dist/node_modules/string.prototype.trimstart/test/index.js +18 -0
  5633. package/dist/node_modules/string.prototype.trimstart/test/shimmed.js +36 -0
  5634. package/dist/node_modules/string.prototype.trimstart/test/tests.js +31 -0
  5635. package/dist/node_modules/supports-color/browser.js +5 -0
  5636. package/dist/node_modules/supports-color/index.js +131 -0
  5637. package/dist/node_modules/supports-color/license +9 -0
  5638. package/dist/node_modules/supports-color/package.json +53 -0
  5639. package/dist/node_modules/supports-color/readme.md +66 -0
  5640. package/dist/node_modules/supports-preserve-symlinks-flag/.eslintrc +14 -0
  5641. package/dist/node_modules/supports-preserve-symlinks-flag/.github/FUNDING.yml +12 -0
  5642. package/dist/node_modules/supports-preserve-symlinks-flag/.nycrc +9 -0
  5643. package/dist/node_modules/supports-preserve-symlinks-flag/CHANGELOG.md +22 -0
  5644. package/dist/node_modules/supports-preserve-symlinks-flag/LICENSE +21 -0
  5645. package/dist/node_modules/supports-preserve-symlinks-flag/README.md +42 -0
  5646. package/dist/node_modules/supports-preserve-symlinks-flag/browser.js +3 -0
  5647. package/dist/node_modules/supports-preserve-symlinks-flag/index.js +9 -0
  5648. package/dist/node_modules/supports-preserve-symlinks-flag/package.json +70 -0
  5649. package/dist/node_modules/supports-preserve-symlinks-flag/test/index.js +29 -0
  5650. package/dist/node_modules/tape/.editorconfig +40 -0
  5651. package/dist/node_modules/tape/.eslintrc +135 -0
  5652. package/dist/node_modules/tape/.github/FUNDING.yml +12 -0
  5653. package/dist/node_modules/tape/.github/SECURITY.md +3 -0
  5654. package/dist/node_modules/tape/.nycrc +11 -0
  5655. package/dist/node_modules/tape/CHANGELOG.md +1918 -0
  5656. package/dist/node_modules/tape/LICENSE +21 -0
  5657. package/dist/node_modules/tape/bin/import-or-require.js +15 -0
  5658. package/dist/node_modules/tape/bin/tape +108 -0
  5659. package/dist/node_modules/tape/example/array.js +37 -0
  5660. package/dist/node_modules/tape/example/fail.js +37 -0
  5661. package/dist/node_modules/tape/example/nested.js +53 -0
  5662. package/dist/node_modules/tape/example/nested_fail.js +53 -0
  5663. package/dist/node_modules/tape/example/no_callback.js +5 -0
  5664. package/dist/node_modules/tape/example/not_enough_fail.js +37 -0
  5665. package/dist/node_modules/tape/example/static/build.sh +2 -0
  5666. package/dist/node_modules/tape/example/static/index.html +21 -0
  5667. package/dist/node_modules/tape/example/static/server.js +6 -0
  5668. package/dist/node_modules/tape/example/stream/object.js +12 -0
  5669. package/dist/node_modules/tape/example/stream/tap.js +10 -0
  5670. package/dist/node_modules/tape/example/stream/test/x_fail.js +7 -0
  5671. package/dist/node_modules/tape/example/stream/test/y.js +13 -0
  5672. package/dist/node_modules/tape/example/throw_fail.js +11 -0
  5673. package/dist/node_modules/tape/example/timing.js +14 -0
  5674. package/dist/node_modules/tape/example/too_many_fail.js +37 -0
  5675. package/dist/node_modules/tape/example/two.js +20 -0
  5676. package/dist/node_modules/tape/index.js +181 -0
  5677. package/dist/node_modules/tape/lib/default_stream.js +45 -0
  5678. package/dist/node_modules/tape/lib/results.js +236 -0
  5679. package/dist/node_modules/tape/lib/test.js +952 -0
  5680. package/dist/node_modules/tape/node_modules/.bin/resolve +12 -0
  5681. package/dist/node_modules/tape/node_modules/.bin/resolve.cmd +17 -0
  5682. package/dist/node_modules/tape/node_modules/.bin/resolve.ps1 +28 -0
  5683. package/dist/node_modules/tape/node_modules/resolve/.editorconfig +34 -0
  5684. package/dist/node_modules/tape/node_modules/resolve/.eslintrc +65 -0
  5685. package/dist/node_modules/tape/node_modules/resolve/.github/FUNDING.yml +12 -0
  5686. package/dist/node_modules/tape/node_modules/resolve/LICENSE +21 -0
  5687. package/dist/node_modules/tape/node_modules/resolve/SECURITY.md +3 -0
  5688. package/dist/node_modules/tape/node_modules/resolve/async.js +3 -0
  5689. package/dist/node_modules/tape/node_modules/resolve/bin/resolve +50 -0
  5690. package/dist/node_modules/tape/node_modules/resolve/example/async.js +5 -0
  5691. package/dist/node_modules/tape/node_modules/resolve/example/sync.js +3 -0
  5692. package/dist/node_modules/tape/node_modules/resolve/index.js +4 -0
  5693. package/dist/node_modules/tape/node_modules/resolve/index.mjs +4 -0
  5694. package/dist/node_modules/tape/node_modules/resolve/lib/async.js +349 -0
  5695. package/dist/node_modules/tape/node_modules/resolve/lib/caller.js +8 -0
  5696. package/dist/node_modules/tape/node_modules/resolve/lib/homedir.js +24 -0
  5697. package/dist/node_modules/tape/node_modules/resolve/lib/node-modules-paths.js +42 -0
  5698. package/dist/node_modules/tape/node_modules/resolve/lib/normalize-options.js +10 -0
  5699. package/dist/node_modules/tape/node_modules/resolve/lib/sync.js +221 -0
  5700. package/dist/node_modules/tape/node_modules/resolve/package.json +83 -0
  5701. package/dist/node_modules/tape/node_modules/resolve/readme.markdown +294 -0
  5702. package/dist/node_modules/tape/node_modules/resolve/sync.js +3 -0
  5703. package/dist/node_modules/tape/node_modules/resolve/test/dotdot/abc/index.js +0 -0
  5704. package/dist/node_modules/tape/node_modules/resolve/test/dotdot/index.js +0 -0
  5705. package/dist/node_modules/tape/node_modules/resolve/test/dotdot.js +29 -0
  5706. package/dist/node_modules/tape/node_modules/resolve/test/faulty_basedir.js +29 -0
  5707. package/dist/node_modules/tape/node_modules/resolve/test/filter.js +37 -0
  5708. package/dist/node_modules/tape/node_modules/resolve/test/filter_sync.js +33 -0
  5709. package/dist/node_modules/tape/node_modules/resolve/test/home_paths.js +127 -0
  5710. package/dist/node_modules/tape/node_modules/resolve/test/home_paths_sync.js +114 -0
  5711. package/dist/node_modules/tape/node_modules/resolve/test/mock.js +315 -0
  5712. package/dist/node_modules/tape/node_modules/resolve/test/mock_sync.js +215 -0
  5713. package/dist/node_modules/tape/node_modules/resolve/test/module_dir/xmodules/aaa/index.js +0 -0
  5714. package/dist/node_modules/tape/node_modules/resolve/test/module_dir/ymodules/aaa/index.js +0 -0
  5715. package/dist/node_modules/tape/node_modules/resolve/test/module_dir/zmodules/bbb/main.js +0 -0
  5716. package/dist/node_modules/tape/node_modules/resolve/test/module_dir/zmodules/bbb/package.json +3 -0
  5717. package/dist/node_modules/tape/node_modules/resolve/test/module_dir.js +56 -0
  5718. package/dist/node_modules/tape/node_modules/resolve/test/node-modules-paths.js +143 -0
  5719. package/dist/node_modules/tape/node_modules/resolve/test/node_path/x/aaa/index.js +0 -0
  5720. package/dist/node_modules/tape/node_modules/resolve/test/node_path/x/ccc/index.js +0 -0
  5721. package/dist/node_modules/tape/node_modules/resolve/test/node_path/y/bbb/index.js +0 -0
  5722. package/dist/node_modules/tape/node_modules/resolve/test/node_path/y/ccc/index.js +0 -0
  5723. package/dist/node_modules/tape/node_modules/resolve/test/node_path.js +70 -0
  5724. package/dist/node_modules/tape/node_modules/resolve/test/nonstring.js +9 -0
  5725. package/dist/node_modules/tape/node_modules/resolve/test/pathfilter/deep_ref/main.js +0 -0
  5726. package/dist/node_modules/tape/node_modules/resolve/test/pathfilter.js +75 -0
  5727. package/dist/node_modules/tape/node_modules/resolve/test/pathfilter_sync.js +24 -0
  5728. package/dist/node_modules/tape/node_modules/resolve/test/precedence/aaa/index.js +0 -0
  5729. package/dist/node_modules/tape/node_modules/resolve/test/precedence/aaa/main.js +0 -0
  5730. package/dist/node_modules/tape/node_modules/resolve/test/precedence/aaa.js +0 -0
  5731. package/dist/node_modules/tape/node_modules/resolve/test/precedence/bbb/main.js +0 -0
  5732. package/dist/node_modules/tape/node_modules/resolve/test/precedence/bbb.js +0 -0
  5733. package/dist/node_modules/tape/node_modules/resolve/test/precedence.js +23 -0
  5734. package/dist/node_modules/tape/node_modules/resolve/test/resolver/baz/doom.js +0 -0
  5735. package/dist/node_modules/tape/node_modules/resolve/test/resolver/baz/package.json +4 -0
  5736. package/dist/node_modules/tape/node_modules/resolve/test/resolver/baz/quux.js +0 -0
  5737. package/dist/node_modules/tape/node_modules/resolve/test/resolver/browser_field/a.js +0 -0
  5738. package/dist/node_modules/tape/node_modules/resolve/test/resolver/browser_field/b.js +0 -0
  5739. package/dist/node_modules/tape/node_modules/resolve/test/resolver/browser_field/package.json +5 -0
  5740. package/dist/node_modules/tape/node_modules/resolve/test/resolver/cup.coffee +1 -0
  5741. package/dist/node_modules/tape/node_modules/resolve/test/resolver/dot_main/index.js +0 -0
  5742. package/dist/node_modules/tape/node_modules/resolve/test/resolver/dot_main/package.json +3 -0
  5743. package/dist/node_modules/tape/node_modules/resolve/test/resolver/dot_slash_main/index.js +0 -0
  5744. package/dist/node_modules/tape/node_modules/resolve/test/resolver/dot_slash_main/package.json +3 -0
  5745. package/dist/node_modules/tape/node_modules/resolve/test/resolver/empty_main/index.js +0 -0
  5746. package/dist/node_modules/tape/node_modules/resolve/test/resolver/empty_main/package.json +3 -0
  5747. package/dist/node_modules/tape/node_modules/resolve/test/resolver/false_main/index.js +0 -0
  5748. package/dist/node_modules/tape/node_modules/resolve/test/resolver/false_main/package.json +4 -0
  5749. package/dist/node_modules/tape/node_modules/resolve/test/resolver/foo.js +0 -0
  5750. package/dist/node_modules/tape/node_modules/resolve/test/resolver/incorrect_main/index.js +0 -0
  5751. package/dist/node_modules/tape/node_modules/resolve/test/resolver/incorrect_main/package.json +3 -0
  5752. package/dist/node_modules/tape/node_modules/resolve/test/resolver/invalid_main/package.json +7 -0
  5753. package/dist/node_modules/tape/node_modules/resolve/test/resolver/missing_index/package.json +3 -0
  5754. package/dist/node_modules/tape/node_modules/resolve/test/resolver/missing_main/index.js +0 -0
  5755. package/dist/node_modules/tape/node_modules/resolve/test/resolver/missing_main/package.json +3 -0
  5756. package/dist/node_modules/tape/node_modules/resolve/test/resolver/mug.coffee +0 -0
  5757. package/dist/node_modules/tape/node_modules/resolve/test/resolver/mug.js +0 -0
  5758. package/dist/node_modules/tape/node_modules/resolve/test/resolver/multirepo/lerna.json +6 -0
  5759. package/dist/node_modules/tape/node_modules/resolve/test/resolver/multirepo/package.json +20 -0
  5760. package/dist/node_modules/tape/node_modules/resolve/test/resolver/multirepo/packages/package-a/index.js +35 -0
  5761. package/dist/node_modules/tape/node_modules/resolve/test/resolver/multirepo/packages/package-a/package.json +14 -0
  5762. package/dist/node_modules/tape/node_modules/resolve/test/resolver/multirepo/packages/package-b/index.js +0 -0
  5763. package/dist/node_modules/tape/node_modules/resolve/test/resolver/multirepo/packages/package-b/package.json +14 -0
  5764. package/dist/node_modules/tape/node_modules/resolve/test/resolver/nested_symlinks/mylib/async.js +26 -0
  5765. package/dist/node_modules/tape/node_modules/resolve/test/resolver/nested_symlinks/mylib/package.json +15 -0
  5766. package/dist/node_modules/tape/node_modules/resolve/test/resolver/nested_symlinks/mylib/sync.js +12 -0
  5767. package/dist/node_modules/tape/node_modules/resolve/test/resolver/null_main/index.js +0 -0
  5768. package/dist/node_modules/tape/node_modules/resolve/test/resolver/null_main/package.json +3 -0
  5769. package/dist/node_modules/tape/node_modules/resolve/test/resolver/other_path/lib/other-lib.js +0 -0
  5770. package/dist/node_modules/tape/node_modules/resolve/test/resolver/other_path/root.js +0 -0
  5771. package/dist/node_modules/tape/node_modules/resolve/test/resolver/quux/foo/index.js +0 -0
  5772. package/dist/node_modules/tape/node_modules/resolve/test/resolver/same_names/foo/index.js +0 -0
  5773. package/dist/node_modules/tape/node_modules/resolve/test/resolver/same_names/foo.js +0 -0
  5774. package/dist/node_modules/tape/node_modules/resolve/test/resolver/symlinked/_/node_modules/foo.js +0 -0
  5775. package/dist/node_modules/tape/node_modules/resolve/test/resolver/symlinked/_/symlink_target/.gitkeep +0 -0
  5776. package/dist/node_modules/tape/node_modules/resolve/test/resolver/symlinked/package/bar.js +0 -0
  5777. package/dist/node_modules/tape/node_modules/resolve/test/resolver/symlinked/package/package.json +3 -0
  5778. package/dist/node_modules/tape/node_modules/resolve/test/resolver/without_basedir/main.js +5 -0
  5779. package/dist/node_modules/tape/node_modules/resolve/test/resolver.js +613 -0
  5780. package/dist/node_modules/tape/node_modules/resolve/test/resolver_sync.js +727 -0
  5781. package/dist/node_modules/tape/node_modules/resolve/test/shadowed_core/node_modules/util/index.js +0 -0
  5782. package/dist/node_modules/tape/node_modules/resolve/test/shadowed_core.js +54 -0
  5783. package/dist/node_modules/tape/node_modules/resolve/test/subdirs.js +13 -0
  5784. package/dist/node_modules/tape/node_modules/resolve/test/symlinks.js +175 -0
  5785. package/dist/node_modules/tape/package.json +130 -0
  5786. package/dist/node_modules/tape/readme.markdown +638 -0
  5787. package/dist/node_modules/tape/test/add-subtest-async.js +13 -0
  5788. package/dist/node_modules/tape/test/anonymous-fn/test-wrapper.js +18 -0
  5789. package/dist/node_modules/tape/test/anonymous-fn.js +46 -0
  5790. package/dist/node_modules/tape/test/array.js +63 -0
  5791. package/dist/node_modules/tape/test/async-await/async-bug.js +31 -0
  5792. package/dist/node_modules/tape/test/async-await/async-error.js +10 -0
  5793. package/dist/node_modules/tape/test/async-await/async1.js +16 -0
  5794. package/dist/node_modules/tape/test/async-await/async2.js +15 -0
  5795. package/dist/node_modules/tape/test/async-await/async3.js +11 -0
  5796. package/dist/node_modules/tape/test/async-await/async4.js +17 -0
  5797. package/dist/node_modules/tape/test/async-await/async5.js +59 -0
  5798. package/dist/node_modules/tape/test/async-await/sync-error.js +11 -0
  5799. package/dist/node_modules/tape/test/async-await.js +304 -0
  5800. package/dist/node_modules/tape/test/bound.js +12 -0
  5801. package/dist/node_modules/tape/test/browser/asserts.js +11 -0
  5802. package/dist/node_modules/tape/test/capture.js +132 -0
  5803. package/dist/node_modules/tape/test/captureFn.js +75 -0
  5804. package/dist/node_modules/tape/test/child_ordering.js +56 -0
  5805. package/dist/node_modules/tape/test/circular-things.js +46 -0
  5806. package/dist/node_modules/tape/test/comment.js +191 -0
  5807. package/dist/node_modules/tape/test/common.js +106 -0
  5808. package/dist/node_modules/tape/test/create_multiple_streams.js +32 -0
  5809. package/dist/node_modules/tape/test/deep-equal-failure.js +196 -0
  5810. package/dist/node_modules/tape/test/deep.js +37 -0
  5811. package/dist/node_modules/tape/test/default-messages.js +51 -0
  5812. package/dist/node_modules/tape/test/double_end/double.js +13 -0
  5813. package/dist/node_modules/tape/test/double_end.js +63 -0
  5814. package/dist/node_modules/tape/test/edge-cases.js +289 -0
  5815. package/dist/node_modules/tape/test/end-as-callback.js +87 -0
  5816. package/dist/node_modules/tape/test/error.js +39 -0
  5817. package/dist/node_modules/tape/test/exit/fail.js +37 -0
  5818. package/dist/node_modules/tape/test/exit/missing_end.js +12 -0
  5819. package/dist/node_modules/tape/test/exit/ok.js +38 -0
  5820. package/dist/node_modules/tape/test/exit/second.js +13 -0
  5821. package/dist/node_modules/tape/test/exit/todo.js +8 -0
  5822. package/dist/node_modules/tape/test/exit/todo_fail.js +8 -0
  5823. package/dist/node_modules/tape/test/exit/too_few.js +37 -0
  5824. package/dist/node_modules/tape/test/exit.js +251 -0
  5825. package/dist/node_modules/tape/test/exposed-harness.js +14 -0
  5826. package/dist/node_modules/tape/test/fail.js +80 -0
  5827. package/dist/node_modules/tape/test/has spaces.js +42 -0
  5828. package/dist/node_modules/tape/test/ignore/.ignore +1 -0
  5829. package/dist/node_modules/tape/test/ignore/fake_node_modules/stub1.js +8 -0
  5830. package/dist/node_modules/tape/test/ignore/fake_node_modules/stub2.js +8 -0
  5831. package/dist/node_modules/tape/test/ignore/test/stub1.js +8 -0
  5832. package/dist/node_modules/tape/test/ignore/test/stub2.js +8 -0
  5833. package/dist/node_modules/tape/test/ignore/test/sub/sub.stub1.js +8 -0
  5834. package/dist/node_modules/tape/test/ignore/test/sub/sub.stub2.js +8 -0
  5835. package/dist/node_modules/tape/test/ignore/test.js +8 -0
  5836. package/dist/node_modules/tape/test/ignore/test2.js +8 -0
  5837. package/dist/node_modules/tape/test/ignore-pattern/.ignore +1 -0
  5838. package/dist/node_modules/tape/test/ignore-pattern/fake_node_modules/stub1.js +8 -0
  5839. package/dist/node_modules/tape/test/ignore-pattern/fake_node_modules/stub2.js +8 -0
  5840. package/dist/node_modules/tape/test/ignore-pattern/fake_other_ignored_dir/stub1.js +8 -0
  5841. package/dist/node_modules/tape/test/ignore-pattern/fake_other_ignored_dir/stub2.js +8 -0
  5842. package/dist/node_modules/tape/test/ignore-pattern/test/stub1.js +8 -0
  5843. package/dist/node_modules/tape/test/ignore-pattern/test/stub2.js +8 -0
  5844. package/dist/node_modules/tape/test/ignore-pattern/test/sub/sub.stub1.js +8 -0
  5845. package/dist/node_modules/tape/test/ignore-pattern/test/sub/sub.stub2.js +8 -0
  5846. package/dist/node_modules/tape/test/ignore-pattern/test.js +8 -0
  5847. package/dist/node_modules/tape/test/ignore-pattern/test2.js +8 -0
  5848. package/dist/node_modules/tape/test/ignore-pattern.js +34 -0
  5849. package/dist/node_modules/tape/test/ignore_from_gitignore.js +122 -0
  5850. package/dist/node_modules/tape/test/import/mjs-a.mjs +8 -0
  5851. package/dist/node_modules/tape/test/import/mjs-b.mjs +7 -0
  5852. package/dist/node_modules/tape/test/import/mjs-c.mjs +7 -0
  5853. package/dist/node_modules/tape/test/import/mjs-d.mjs +7 -0
  5854. package/dist/node_modules/tape/test/import/mjs-e.mjs +7 -0
  5855. package/dist/node_modules/tape/test/import/mjs-f.mjs +7 -0
  5856. package/dist/node_modules/tape/test/import/mjs-g.mjs +7 -0
  5857. package/dist/node_modules/tape/test/import/mjs-h.mjs +6 -0
  5858. package/dist/node_modules/tape/test/import/package_type/package-a.js +8 -0
  5859. package/dist/node_modules/tape/test/import/package_type/package-b.js +7 -0
  5860. package/dist/node_modules/tape/test/import/package_type/package-c.js +6 -0
  5861. package/dist/node_modules/tape/test/import/package_type/package.json +3 -0
  5862. package/dist/node_modules/tape/test/import/syntax-error.cjs +1 -0
  5863. package/dist/node_modules/tape/test/import/syntax-error.mjs +1 -0
  5864. package/dist/node_modules/tape/test/import/throws.cjs +3 -0
  5865. package/dist/node_modules/tape/test/import/throws.mjs +1 -0
  5866. package/dist/node_modules/tape/test/import.js +195 -0
  5867. package/dist/node_modules/tape/test/intercept.js +316 -0
  5868. package/dist/node_modules/tape/test/many.js +10 -0
  5869. package/dist/node_modules/tape/test/match.js +258 -0
  5870. package/dist/node_modules/tape/test/max_listeners/source.js +10 -0
  5871. package/dist/node_modules/tape/test/max_listeners.js +12 -0
  5872. package/dist/node_modules/tape/test/messages/defaults.js +25 -0
  5873. package/dist/node_modules/tape/test/nested-async-plan-noend.js +38 -0
  5874. package/dist/node_modules/tape/test/nested-sync-noplan-noend.js +46 -0
  5875. package/dist/node_modules/tape/test/nested.js +86 -0
  5876. package/dist/node_modules/tape/test/nested2.js +20 -0
  5877. package/dist/node_modules/tape/test/no_callback.js +49 -0
  5878. package/dist/node_modules/tape/test/no_only/test-a.js +8 -0
  5879. package/dist/node_modules/tape/test/no_only/test-b.js +14 -0
  5880. package/dist/node_modules/tape/test/no_only.js +110 -0
  5881. package/dist/node_modules/tape/test/not-deep-equal-failure.js +196 -0
  5882. package/dist/node_modules/tape/test/not-equal-failure.js +70 -0
  5883. package/dist/node_modules/tape/test/numerics.js +184 -0
  5884. package/dist/node_modules/tape/test/objectMode.js +71 -0
  5885. package/dist/node_modules/tape/test/objectModeWithComment.js +41 -0
  5886. package/dist/node_modules/tape/test/onFailure.js +27 -0
  5887. package/dist/node_modules/tape/test/onFinish.js +14 -0
  5888. package/dist/node_modules/tape/test/only-twice.js +22 -0
  5889. package/dist/node_modules/tape/test/only.js +48 -0
  5890. package/dist/node_modules/tape/test/only2.js +11 -0
  5891. package/dist/node_modules/tape/test/only3.js +17 -0
  5892. package/dist/node_modules/tape/test/only4.js +12 -0
  5893. package/dist/node_modules/tape/test/only5.js +12 -0
  5894. package/dist/node_modules/tape/test/order.js +19 -0
  5895. package/dist/node_modules/tape/test/plan_optional.js +17 -0
  5896. package/dist/node_modules/tape/test/promise_fail.js +107 -0
  5897. package/dist/node_modules/tape/test/promises/fail.js +19 -0
  5898. package/dist/node_modules/tape/test/promises/subTests.js +20 -0
  5899. package/dist/node_modules/tape/test/require/a.js +10 -0
  5900. package/dist/node_modules/tape/test/require/b.js +10 -0
  5901. package/dist/node_modules/tape/test/require/test-a.js +9 -0
  5902. package/dist/node_modules/tape/test/require/test-b.js +9 -0
  5903. package/dist/node_modules/tape/test/require.js +73 -0
  5904. package/dist/node_modules/tape/test/skip.js +50 -0
  5905. package/dist/node_modules/tape/test/skip_explanation.js +96 -0
  5906. package/dist/node_modules/tape/test/stackTrace.js +290 -0
  5907. package/dist/node_modules/tape/test/subcount.js +16 -0
  5908. package/dist/node_modules/tape/test/subtest_and_async.js +27 -0
  5909. package/dist/node_modules/tape/test/subtest_plan.js +23 -0
  5910. package/dist/node_modules/tape/test/teardown.js +320 -0
  5911. package/dist/node_modules/tape/test/throws.js +352 -0
  5912. package/dist/node_modules/tape/test/timeout.js +17 -0
  5913. package/dist/node_modules/tape/test/timeoutAfter.js +101 -0
  5914. package/dist/node_modules/tape/test/todo.js +44 -0
  5915. package/dist/node_modules/tape/test/todo_explanation.js +70 -0
  5916. package/dist/node_modules/tape/test/todo_single.js +39 -0
  5917. package/dist/node_modules/tape/test/too_many.js +81 -0
  5918. package/dist/node_modules/tape/test/undef.js +44 -0
  5919. package/dist/node_modules/terser/CHANGELOG.md +671 -0
  5920. package/dist/node_modules/terser/LICENSE +27 -0
  5921. package/dist/node_modules/terser/PATRONS.md +15 -0
  5922. package/dist/node_modules/terser/README.md +1416 -0
  5923. package/dist/node_modules/terser/bin/package.json +10 -0
  5924. package/dist/node_modules/terser/bin/terser +21 -0
  5925. package/dist/node_modules/terser/bin/uglifyjs +10 -0
  5926. package/dist/node_modules/terser/dist/.gitkeep +0 -0
  5927. package/dist/node_modules/terser/dist/bundle.min.js +31318 -0
  5928. package/dist/node_modules/terser/dist/package.json +10 -0
  5929. package/dist/node_modules/terser/lib/ast.js +3339 -0
  5930. package/dist/node_modules/terser/lib/cli.js +481 -0
  5931. package/dist/node_modules/terser/lib/compress/common.js +348 -0
  5932. package/dist/node_modules/terser/lib/compress/compressor-flags.js +63 -0
  5933. package/dist/node_modules/terser/lib/compress/drop-side-effect-free.js +375 -0
  5934. package/dist/node_modules/terser/lib/compress/drop-unused.js +482 -0
  5935. package/dist/node_modules/terser/lib/compress/evaluate.js +488 -0
  5936. package/dist/node_modules/terser/lib/compress/global-defs.js +92 -0
  5937. package/dist/node_modules/terser/lib/compress/index.js +3794 -0
  5938. package/dist/node_modules/terser/lib/compress/inference.js +928 -0
  5939. package/dist/node_modules/terser/lib/compress/inline.js +665 -0
  5940. package/dist/node_modules/terser/lib/compress/native-objects.js +206 -0
  5941. package/dist/node_modules/terser/lib/compress/reduce-vars.js +824 -0
  5942. package/dist/node_modules/terser/lib/compress/tighten-body.js +1505 -0
  5943. package/dist/node_modules/terser/lib/equivalent-to.js +287 -0
  5944. package/dist/node_modules/terser/lib/minify.js +382 -0
  5945. package/dist/node_modules/terser/lib/mozilla-ast.js +1886 -0
  5946. package/dist/node_modules/terser/lib/output.js +2478 -0
  5947. package/dist/node_modules/terser/lib/parse.js +3496 -0
  5948. package/dist/node_modules/terser/lib/propmangle.js +432 -0
  5949. package/dist/node_modules/terser/lib/scope.js +1066 -0
  5950. package/dist/node_modules/terser/lib/size.js +495 -0
  5951. package/dist/node_modules/terser/lib/sourcemap.js +148 -0
  5952. package/dist/node_modules/terser/lib/transform.js +323 -0
  5953. package/dist/node_modules/terser/lib/utils/first_in_statement.js +53 -0
  5954. package/dist/node_modules/terser/lib/utils/index.js +295 -0
  5955. package/dist/node_modules/terser/main.js +27 -0
  5956. package/dist/node_modules/terser/package.json +153 -0
  5957. package/dist/node_modules/terser/tools/domprops.js +8020 -0
  5958. package/dist/node_modules/terser/tools/exit.cjs +7 -0
  5959. package/dist/node_modules/terser/tools/props.html +55 -0
  5960. package/dist/node_modules/terser/tools/terser.d.ts +214 -0
  5961. package/dist/node_modules/to-fast-properties/index.js +27 -0
  5962. package/dist/node_modules/to-fast-properties/license +10 -0
  5963. package/dist/node_modules/to-fast-properties/package.json +35 -0
  5964. package/dist/node_modules/to-fast-properties/readme.md +37 -0
  5965. package/dist/node_modules/typed-array-buffer/.eslintrc +13 -0
  5966. package/dist/node_modules/typed-array-buffer/.github/FUNDING.yml +12 -0
  5967. package/dist/node_modules/typed-array-buffer/.nycrc +13 -0
  5968. package/dist/node_modules/typed-array-buffer/CHANGELOG.md +15 -0
  5969. package/dist/node_modules/typed-array-buffer/LICENSE +21 -0
  5970. package/dist/node_modules/typed-array-buffer/README.md +42 -0
  5971. package/dist/node_modules/typed-array-buffer/index.js +19 -0
  5972. package/dist/node_modules/typed-array-buffer/package.json +73 -0
  5973. package/dist/node_modules/typed-array-buffer/test/index.js +22 -0
  5974. package/dist/node_modules/typed-array-byte-length/.eslintrc +12 -0
  5975. package/dist/node_modules/typed-array-byte-length/.github/FUNDING.yml +12 -0
  5976. package/dist/node_modules/typed-array-byte-length/.nycrc +13 -0
  5977. package/dist/node_modules/typed-array-byte-length/CHANGELOG.md +14 -0
  5978. package/dist/node_modules/typed-array-byte-length/LICENSE +21 -0
  5979. package/dist/node_modules/typed-array-byte-length/README.md +70 -0
  5980. package/dist/node_modules/typed-array-byte-length/index.js +66 -0
  5981. package/dist/node_modules/typed-array-byte-length/package.json +98 -0
  5982. package/dist/node_modules/typed-array-byte-length/test/index.js +81 -0
  5983. package/dist/node_modules/typed-array-byte-offset/.eslintrc +8 -0
  5984. package/dist/node_modules/typed-array-byte-offset/.github/FUNDING.yml +12 -0
  5985. package/dist/node_modules/typed-array-byte-offset/.nycrc +13 -0
  5986. package/dist/node_modules/typed-array-byte-offset/CHANGELOG.md +15 -0
  5987. package/dist/node_modules/typed-array-byte-offset/LICENSE +21 -0
  5988. package/dist/node_modules/typed-array-byte-offset/README.md +70 -0
  5989. package/dist/node_modules/typed-array-byte-offset/index.js +66 -0
  5990. package/dist/node_modules/typed-array-byte-offset/package.json +98 -0
  5991. package/dist/node_modules/typed-array-byte-offset/test/index.js +88 -0
  5992. package/dist/node_modules/typed-array-length/.eslintrc +11 -0
  5993. package/dist/node_modules/typed-array-length/.github/FUNDING.yml +12 -0
  5994. package/dist/node_modules/typed-array-length/.nycrc +13 -0
  5995. package/dist/node_modules/typed-array-length/CHANGELOG.md +69 -0
  5996. package/dist/node_modules/typed-array-length/LICENSE +21 -0
  5997. package/dist/node_modules/typed-array-length/README.md +64 -0
  5998. package/dist/node_modules/typed-array-length/index.js +77 -0
  5999. package/dist/node_modules/typed-array-length/package.json +89 -0
  6000. package/dist/node_modules/typed-array-length/test/index.js +85 -0
  6001. package/dist/node_modules/unbox-primitive/.editorconfig +20 -0
  6002. package/dist/node_modules/unbox-primitive/.eslintrc +5 -0
  6003. package/dist/node_modules/unbox-primitive/.github/FUNDING.yml +12 -0
  6004. package/dist/node_modules/unbox-primitive/.nycrc +13 -0
  6005. package/dist/node_modules/unbox-primitive/CHANGELOG.md +60 -0
  6006. package/dist/node_modules/unbox-primitive/LICENSE +21 -0
  6007. package/dist/node_modules/unbox-primitive/README.md +47 -0
  6008. package/dist/node_modules/unbox-primitive/index.js +39 -0
  6009. package/dist/node_modules/unbox-primitive/package.json +65 -0
  6010. package/dist/node_modules/unbox-primitive/test/index.js +59 -0
  6011. package/dist/node_modules/unicode-canonical-property-names-ecmascript/LICENSE-MIT.txt +20 -0
  6012. package/dist/node_modules/unicode-canonical-property-names-ecmascript/README.md +58 -0
  6013. package/dist/node_modules/unicode-canonical-property-names-ecmascript/index.js +60 -0
  6014. package/dist/node_modules/unicode-canonical-property-names-ecmascript/package.json +34 -0
  6015. package/dist/node_modules/unicode-match-property-ecmascript/LICENSE-MIT.txt +20 -0
  6016. package/dist/node_modules/unicode-match-property-ecmascript/README.md +69 -0
  6017. package/dist/node_modules/unicode-match-property-ecmascript/index.js +16 -0
  6018. package/dist/node_modules/unicode-match-property-ecmascript/package.json +39 -0
  6019. package/dist/node_modules/unicode-match-property-value-ecmascript/LICENSE-MIT.txt +20 -0
  6020. package/dist/node_modules/unicode-match-property-value-ecmascript/README.md +72 -0
  6021. package/dist/node_modules/unicode-match-property-value-ecmascript/data/mappings.js +736 -0
  6022. package/dist/node_modules/unicode-match-property-value-ecmascript/index.js +19 -0
  6023. package/dist/node_modules/unicode-match-property-value-ecmascript/package.json +39 -0
  6024. package/dist/node_modules/unicode-property-aliases-ecmascript/LICENSE-MIT.txt +20 -0
  6025. package/dist/node_modules/unicode-property-aliases-ecmascript/README.md +60 -0
  6026. package/dist/node_modules/unicode-property-aliases-ecmascript/index.js +57 -0
  6027. package/dist/node_modules/unicode-property-aliases-ecmascript/package.json +41 -0
  6028. package/dist/node_modules/update-browserslist-db/LICENSE +20 -0
  6029. package/dist/node_modules/update-browserslist-db/README.md +22 -0
  6030. package/dist/node_modules/update-browserslist-db/check-npm-version.js +16 -0
  6031. package/dist/node_modules/update-browserslist-db/cli.js +42 -0
  6032. package/dist/node_modules/update-browserslist-db/index.d.ts +6 -0
  6033. package/dist/node_modules/update-browserslist-db/index.js +322 -0
  6034. package/dist/node_modules/update-browserslist-db/package.json +40 -0
  6035. package/dist/node_modules/update-browserslist-db/utils.js +22 -0
  6036. package/dist/node_modules/which-boxed-primitive/.editorconfig +20 -0
  6037. package/dist/node_modules/which-boxed-primitive/.eslintignore +1 -0
  6038. package/dist/node_modules/which-boxed-primitive/.eslintrc +9 -0
  6039. package/dist/node_modules/which-boxed-primitive/.github/FUNDING.yml +12 -0
  6040. package/dist/node_modules/which-boxed-primitive/.nycrc +13 -0
  6041. package/dist/node_modules/which-boxed-primitive/CHANGELOG.md +54 -0
  6042. package/dist/node_modules/which-boxed-primitive/LICENSE +21 -0
  6043. package/dist/node_modules/which-boxed-primitive/README.md +73 -0
  6044. package/dist/node_modules/which-boxed-primitive/index.js +30 -0
  6045. package/dist/node_modules/which-boxed-primitive/package.json +65 -0
  6046. package/dist/node_modules/which-boxed-primitive/test/index.js +66 -0
  6047. package/dist/node_modules/which-collection/.eslintrc +15 -0
  6048. package/dist/node_modules/which-collection/.github/FUNDING.yml +12 -0
  6049. package/dist/node_modules/which-collection/.github/workflows/rebase.yml +15 -0
  6050. package/dist/node_modules/which-collection/.travis.yml +8 -0
  6051. package/dist/node_modules/which-collection/CHANGELOG.md +33 -0
  6052. package/dist/node_modules/which-collection/LICENSE +21 -0
  6053. package/dist/node_modules/which-collection/README.md +64 -0
  6054. package/dist/node_modules/which-collection/index.js +24 -0
  6055. package/dist/node_modules/which-collection/package.json +69 -0
  6056. package/dist/node_modules/which-collection/test/index.js +59 -0
  6057. package/dist/node_modules/which-typed-array/.editorconfig +20 -0
  6058. package/dist/node_modules/which-typed-array/.eslintrc +9 -0
  6059. package/dist/node_modules/which-typed-array/.github/FUNDING.yml +12 -0
  6060. package/dist/node_modules/which-typed-array/.nycrc +13 -0
  6061. package/dist/node_modules/which-typed-array/CHANGELOG.md +204 -0
  6062. package/dist/node_modules/which-typed-array/LICENSE +22 -0
  6063. package/dist/node_modules/which-typed-array/README.md +70 -0
  6064. package/dist/node_modules/which-typed-array/index.js +92 -0
  6065. package/dist/node_modules/which-typed-array/package.json +115 -0
  6066. package/dist/node_modules/which-typed-array/test/index.js +99 -0
  6067. package/dist/node_modules/wrappy/LICENSE +15 -0
  6068. package/dist/node_modules/wrappy/README.md +36 -0
  6069. package/dist/node_modules/wrappy/package.json +29 -0
  6070. package/dist/node_modules/wrappy/wrappy.js +33 -0
  6071. package/dist/node_modules/yallist/LICENSE +15 -0
  6072. package/dist/node_modules/yallist/README.md +204 -0
  6073. package/dist/node_modules/yallist/iterator.js +8 -0
  6074. package/dist/node_modules/yallist/package.json +29 -0
  6075. package/dist/node_modules/yallist/yallist.js +426 -0
  6076. package/package.json +4 -1
@@ -0,0 +1,1918 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ## [v5.7.2](https://github.com/ljharb/tape/compare/v5.7.1...v5.7.2) - 2023-10-20
9
+
10
+ ### Commits
11
+
12
+ - [Refactor] use `hasown` instead of `has` [`489736a`](https://github.com/ljharb/tape/commit/489736ab9325a3a3ff3c4c391d4de6a44e86e36a)
13
+ - [Deps] update `call-bind`, `mock-property`, `object-inspect` [`de34703`](https://github.com/ljharb/tape/commit/de3470385f388e601b3058bd2240db1c7bb941d1)
14
+ - [Tests] use `through` properly [`56d7a8b`](https://github.com/ljharb/tape/commit/56d7a8b02572d1ce711cda8b591ab64f3d636531)
15
+
16
+ ## [v5.7.1](https://github.com/ljharb/tape/compare/v5.7.0...v5.7.1) - 2023-10-11
17
+
18
+ ### Commits
19
+
20
+ - [Fix] `default_stream`: add handling for IE < 9 [`13f23ed`](https://github.com/ljharb/tape/commit/13f23edc2a63aa7c57997bb81886d74e9fce43df)
21
+ - [Deps] update `@ljharb/through`, `resolve` [`9135b40`](https://github.com/ljharb/tape/commit/9135b40f93adc6b8fbc31f48a96adf2339b00672)
22
+ - Merge tag 'v4.17.0' [`e61cd40`](https://github.com/ljharb/tape/commit/e61cd4095062f4b9afdfb11945a502390eaed30d)
23
+ - [New] add `t.intercept()` [`e60aeca`](https://github.com/ljharb/tape/commit/e60aeca688fe1d3a363f74f31c83d816035aca4c)
24
+ - [New] add `t.capture` and `t.captureFn`, modeled after tap [`3d96d69`](https://github.com/ljharb/tape/commit/3d96d6945ea1cda7780fb3fc6bc04c275ace594a)
25
+ - [Deps] switch from `through` and `resumer` to `@ljharb/through` and `@ljharb/resumer` [`a8a7d67`](https://github.com/ljharb/tape/commit/a8a7d67c9ffe1daa46407f35685a1ef8d53df66a)
26
+ - [Tests] simplify tests [`83bc381`](https://github.com/ljharb/tape/commit/83bc3810a930c60973e60a7a02b677c2fb1f444c)
27
+ - [Performance] use inline `typeof` [`c45db4e`](https://github.com/ljharb/tape/commit/c45db4e0978999cece915e7f1a223aa9eb445ae0)
28
+ - [Deps] update `minimist`, `resolve`, `string.prototype.trim` [`feee094`](https://github.com/ljharb/tape/commit/feee0949f1f23ef4f13c9847c20284f7864cd67e)
29
+ - [Dev Deps] update `@ljharb/eslint-config`, `array.prototype.flatmap`, `aud` [`7123111`](https://github.com/ljharb/tape/commit/71231114c92b4a093b468875c4d8f741ab1a49d4)
30
+ - Revert "[meta] ensure `not-in-publish`‘s absence does not fail anything" [`92aaa51`](https://github.com/ljharb/tape/commit/92aaa5106b65824d82ce72c0d1dfcc6df6cff753)
31
+ - [Dev Deps] pin `jackspeak` since 2.1.2+ depends on npm aliases, which kill the install process in npm < 6 [`a576f8d`](https://github.com/ljharb/tape/commit/a576f8d8b24e84324b7ee0498c37759423c7ca87)
32
+
33
+ ## [v5.7.0](https://github.com/ljharb/tape/compare/v5.6.6...v5.7.0) - 2023-09-21
34
+
35
+ ### Commits
36
+
37
+ - [New] add `t.intercept()` [`5d37060`](https://github.com/ljharb/tape/commit/5d37060b844ea455c80eb305050168a632998603)
38
+ - [New] add `t.capture` and `t.captureFn`, modeled after tap [`9e21f7a`](https://github.com/ljharb/tape/commit/9e21f7a3106fcc4d4e7c057633ce4516d53978d2)
39
+ - [Refactor] prefer second `.then` arg over `.catch` [`135a952`](https://github.com/ljharb/tape/commit/135a952e55372855b1510a6381e5a5757758b452)
40
+ - [Performance] use inline `typeof` [`5ba89c9`](https://github.com/ljharb/tape/commit/5ba89c993ea0a4c9a880d86af5c268deb239aa70)
41
+ - [Deps] update `array.prototype.every`, `glob`, `string.prototype.trim` [`4e2db4d`](https://github.com/ljharb/tape/commit/4e2db4d0699be4034a577479b902885fcc0f2a6c)
42
+ - [Dev Deps] update `array.prototype.flatmap` [`df46769`](https://github.com/ljharb/tape/commit/df467693328f7771b2db639ff4aaaf2c64ad16d6)
43
+ - Revert "[meta] ensure `not-in-publish`‘s absence does not fail anything" [`1b3e0b1`](https://github.com/ljharb/tape/commit/1b3e0b10dc934a529297f11fa6ccd1693e5416b3)
44
+
45
+ ## [v5.6.6](https://github.com/ljharb/tape/compare/v5.6.5...v5.6.6) - 2023-07-18
46
+
47
+ ### Commits
48
+
49
+ - [Deps] switch from `through` and `resumer` to `@ljharb/through` and `@ljharb/resumer` [`c99680a`](https://github.com/ljharb/tape/commit/c99680a661867f0db81d830cb4214e526a4cdec4)
50
+
51
+ ## [v5.6.5](https://github.com/ljharb/tape/compare/v5.6.4...v5.6.5) - 2023-07-12
52
+
53
+ ### Commits
54
+
55
+ - [Fix] Results: show a skip string on tests, not just on assertions [`9bbbcfe`](https://github.com/ljharb/tape/commit/9bbbcfe6a28a969dcde53850ebb7673837bdfcb7)
56
+ - [Deps] update `deep-equal` [`109a791`](https://github.com/ljharb/tape/commit/109a791cc28b931de1545ba7cb8e5599634190d7)
57
+
58
+ ## [v5.6.4](https://github.com/ljharb/tape/compare/v5.6.3...v5.6.4) - 2023-07-01
59
+
60
+ ### Commits
61
+
62
+ - [Fix] `throws`: avoid crashing on a nonconfigurable or nonextensible `expected` [`0731b5f`](https://github.com/ljharb/tape/commit/0731b5f64311b168ac941ce3e547bb1a32766783)
63
+ - [Tests] simplify tests [`c656ee5`](https://github.com/ljharb/tape/commit/c656ee52626e0e4992e893e41e1ae81ecb5d68a2)
64
+ - [Refactor] `Test`: skip binding for a non-function value [`e244e64`](https://github.com/ljharb/tape/commit/e244e64eab7529c4e0d2391b989152b84229939e)
65
+ - [Performance] use `call-bind` for autobinding [`70de437`](https://github.com/ljharb/tape/commit/70de43727d191c10d8ba9542bd0cdabaf272360a)
66
+ - [actions] update rebase action [`834453c`](https://github.com/ljharb/tape/commit/834453cdd4cb95b71d2180a3b28a1ce8e51357b3)
67
+ - [Deps] update `defined`, `minimist`, `object-inspect`, `string.prototype.trim` [`01edce8`](https://github.com/ljharb/tape/commit/01edce8073efe1134c5fff58638b350afb7c6d22)
68
+ - [Dev Deps] update `@ljharb/eslint-config`, `array.prototype.flatmap`, `aud` [`1b3ad24`](https://github.com/ljharb/tape/commit/1b3ad2429b553f7e029fe9fd5977b07e76740e42)
69
+ - [Dev Deps] update `@ljharb/eslint-config`, `aud` [`a6a5eee`](https://github.com/ljharb/tape/commit/a6a5eee0991a55f001d6468930e20e486a5e308e)
70
+ - [Deps] update `deep-equal` [`2043b2e`](https://github.com/ljharb/tape/commit/2043b2e72be80f477293eefb44f226bb06aeafc0)
71
+ - [readme] Link to explain what TAP is [`26a75bb`](https://github.com/ljharb/tape/commit/26a75bbb8b1854fa730eaaf1407aea1409640fd5)
72
+ - [Deps] update `minimist` [`7e7c3d0`](https://github.com/ljharb/tape/commit/7e7c3d054449ac44f18d90db790705db4bcef37c)
73
+ - [readme] improve t.throws description for Function [`c1b619d`](https://github.com/ljharb/tape/commit/c1b619db02f5b51e4c1379debeb0bac90daa3b93)
74
+ - [Dev Deps] pin `jackspeak` since 2.1.2+ depends on npm aliases, which kill the install process in npm < 6 [`0e80800`](https://github.com/ljharb/tape/commit/0e80800b4d287e6cae7bd4f46b13fa8ac5aa1197)
75
+ - Merge tag 'v4.16.2' [`d5d675d`](https://github.com/ljharb/tape/commit/d5d675dbd841f411960dbe60946744fae4cd2bcb)
76
+ - [meta] add missing npmrc config [`15e2175`](https://github.com/ljharb/tape/commit/15e2175b927010657c66f0a30e44f5266147311f)
77
+
78
+ ## [v5.6.3](https://github.com/ljharb/tape/compare/v5.6.2...v5.6.3) - 2023-01-15
79
+
80
+ ## [v5.6.2](https://github.com/ljharb/tape/compare/v5.6.1...v5.6.2) - 2023-01-15
81
+
82
+ ### Fixed
83
+
84
+ - [New] `bin/tape`: add `--ignore-pattern` flag [`#586`](https://github.com/ljharb/tape/issues/586)
85
+
86
+ ### Commits
87
+
88
+ - [eslint] fix indentation [`b035590`](https://github.com/ljharb/tape/commit/b035590f782c211e93a6a44ed8d0e9d38636a286)
89
+ - [meta] add `auto-changelog` [`b467b85`](https://github.com/ljharb/tape/commit/b467b850f169bf294851c68a5c4074360d53a31b)
90
+ - [eslint] enforce `no-use-before-define` [`87deb68`](https://github.com/ljharb/tape/commit/87deb68b111fd0d94efc92c25454a6a3fcedff66)
91
+ - [eclint] fix editorconfig [`ce81cbe`](https://github.com/ljharb/tape/commit/ce81cbee9bfc00ebd0abbc70932e3eeab84b159e)
92
+ - [eslint] clean up config a bit [`3171edd`](https://github.com/ljharb/tape/commit/3171eddd25dafb3e9a9606ac70ed6c21bb736e8e)
93
+ - [Tests] `stackTrace`: use the common `getDiag` utility [`65df5a4`](https://github.com/ljharb/tape/commit/65df5a4f194cf01c3872c713d129ac968342181c)
94
+ - [Fix] `throws`: avoid crashing on a nonconfigurable or nonextensible `expected` [`0cd7a2c`](https://github.com/ljharb/tape/commit/0cd7a2cb2e231bd87412170f05020fd910e6d3e4)
95
+ - [meta] fix repo URLs [`85d86a4`](https://github.com/ljharb/tape/commit/85d86a468af1b74af432d41c204efd4440b5f56f)
96
+ - Revert "[Tests] handle a broken error `cause` in node 16.9/16.10" [`775ba37`](https://github.com/ljharb/tape/commit/775ba3789e16b1464dc810243dc5866b2868fc1d)
97
+ - [meta] use `npmignore` to autogenerate an npmignore file [`1645abb`](https://github.com/ljharb/tape/commit/1645abbf47df2a8142514302da2730c54b993b47)
98
+ - [eslint] enable `func-style` [`75c0c3a`](https://github.com/ljharb/tape/commit/75c0c3a4f9452c36b5318ba6c09ab4ebc97f15d0)
99
+ - [actions] update rebase action [`b3d724e`](https://github.com/ljharb/tape/commit/b3d724e9ddfcca3c3d78f3c9d53158b5aef2208b)
100
+ - [Deps] update `array.prototype.every`, `deep-equal`, `string.prototype.trim` [`e9c9aba`](https://github.com/ljharb/tape/commit/e9c9abab037b274bb9b239b26c33d94eb8b7e802)
101
+ - [Deps] update `defined`, `minimist`, `resolve` [`83695c0`](https://github.com/ljharb/tape/commit/83695c03495801e6cf98cba7328d287e47f3afde)
102
+ - [Deps] update `deep-equal`, `object-inspect` [`09906f3`](https://github.com/ljharb/tape/commit/09906f323c69b5f189675bf0faad9d5be4831706)
103
+ - [Dev Deps] update `@ljharb/eslint-config`, `aud` [`afd8f64`](https://github.com/ljharb/tape/commit/afd8f64712daade8ccd29b727d90bccab9f5ce12)
104
+ - [Dev Deps] update `array.prototype.flatmap` [`8b8bf07`](https://github.com/ljharb/tape/commit/8b8bf07312adb248238238a0d810b0eedeb8b2b5)
105
+ - [Dev Deps] update `aud` [`f0fe7c0`](https://github.com/ljharb/tape/commit/f0fe7c0979ba5d7ea96c619fab5389979cd0a862)
106
+ - [Dev Deps] update `tap-parser` [`2f61eac`](https://github.com/ljharb/tape/commit/2f61eac3800d63fba65895bbfa947b8b82346cf0)
107
+ - Merge tag 'v4.16.1' [`96ff863`](https://github.com/ljharb/tape/commit/96ff863913b282e13bc5200179fcb1a757933449)
108
+ - [readme] fix version badge [`20ea48d`](https://github.com/ljharb/tape/commit/20ea48d53b6492bf648d02d53c41b324abbfb6e1)
109
+
110
+ ## [v5.6.1](https://github.com/ljharb/tape/compare/v5.6.0...v5.6.1) - 2022-09-19
111
+
112
+ ### Commits
113
+
114
+ - [eslint] fix indentation [`2151e06`](https://github.com/ljharb/tape/commit/2151e06877e65802ef7364bc6bebc21fc45e3699)
115
+ - [meta] add `auto-changelog` [`86cbbd1`](https://github.com/ljharb/tape/commit/86cbbd1bb6bdc57fc718c6043866ab6bed46899c)
116
+ - [eslint] enforce `no-use-before-define` [`f8a8a7f`](https://github.com/ljharb/tape/commit/f8a8a7f35402ebf9865cafd3682e9a6b0188436e)
117
+ - [meta] fix repo URLs [`a9ae3c2`](https://github.com/ljharb/tape/commit/a9ae3c22db37d760fc30aea5053302177e7c3d3e)
118
+ - [Tests] `stackTrace`: use the common `getDiag` utility [`298cb80`](https://github.com/ljharb/tape/commit/298cb806ef4a438792cb533675b6faa4b02a1d92)
119
+ - [eslint] enable `func-style` [`98b9623`](https://github.com/ljharb/tape/commit/98b9623fc16f5ebe1be8beba4c21d9494bce05ac)
120
+ - [New] `bin/tape`: include the exact arg when there are no glob results; use require on `--require` files [`6a1ce43`](https://github.com/ljharb/tape/commit/6a1ce4389e8b601249c3c81b31cd60eea3e0f74a)
121
+ - [eslint] clean up config a bit [`67ad201`](https://github.com/ljharb/tape/commit/67ad20117457313ab2c9d63365573858efb51566)
122
+ - [meta] create FUNDING.yml [`5b4752f`](https://github.com/ljharb/tape/commit/5b4752fe006597002918cbd3ee8a4e50f48677ca)
123
+ - [Refactor] `bin/tape`: make it a bit more functional, for easier v5 backporting [`fbdbfc9`](https://github.com/ljharb/tape/commit/fbdbfc90dd7afeba89cc3dd5e6280ed247f8b789)
124
+ - [Deps] update `glob`, `object-inspect`, `resolve`, `string.prototype.trim` [`6a3c200`](https://github.com/ljharb/tape/commit/6a3c2009e7f6052bd4423dce80bb140e234a877f)
125
+ - [Dev Deps] update `@ljharb/eslint-config`, `array.prototype.flatmap`, `es-value-fixtures`, `falafel` [`934d49b`](https://github.com/ljharb/tape/commit/934d49b1e840d3c57bd6e52a74017e06c6a55934)
126
+ - [Tests] fix no_only tests on Windows [`f35f71b`](https://github.com/ljharb/tape/commit/f35f71bd44e76eb53bedd63615e59fdc382e4d0d)
127
+ - Revert "[Tests] handle a broken error `cause` in node 16.9/16.10" [`23fac16`](https://github.com/ljharb/tape/commit/23fac16760344fe6843722b626dcba9e2e1c8372)
128
+ - [Robustness] `test` observably looks up `exec` on the object [`4575ca4`](https://github.com/ljharb/tape/commit/4575ca4b185cb503c93e29113b99e10f1ae4b63c)
129
+ - [meta] add SECURITY.md [`7b0c901`](https://github.com/ljharb/tape/commit/7b0c901b459b19668fcf6cc5b4b08f42978135b4)
130
+ - [meta] add missing npmrc config [`5d11d84`](https://github.com/ljharb/tape/commit/5d11d844c87d64b6bac6fbe70357ad587ba0281a)
131
+ - [Deps] update `object.assign` [`3327fdd`](https://github.com/ljharb/tape/commit/3327fdd249e3a0abf21311d2ca229d6f59fa2b26)
132
+ - [readme] fix version badge [`74e6c9e`](https://github.com/ljharb/tape/commit/74e6c9e02daa286c86f7d5f4d4e019e62b8322a2)
133
+ - Merge tag 'v4.16.0' [`4a44a7e`](https://github.com/ljharb/tape/commit/4a44a7ee31dd24dff833909366449a3da6116a78)
134
+
135
+ ## [v5.6.0](https://github.com/ljharb/tape/compare/v5.5.3...v5.6.0) - 2022-08-16
136
+
137
+ ### Commits
138
+
139
+ - [Tests] handle a broken error `cause` in node 16.9/16.10 [`53d9e18`](https://github.com/ljharb/tape/commit/53d9e18a93addb2bf70c33cc4ffe8285233a3ad0)
140
+ - [meta] use `npmignore` to autogenerate an npmignore file [`12cc602`](https://github.com/ljharb/tape/commit/12cc602f5296b023f5e226c946192e5aea453252)
141
+ - [New] `bin/tape`: include the exact arg when there are no glob results; use require.resolve on `--require` files [`e23ec12`](https://github.com/ljharb/tape/commit/e23ec12ac6bcee670ee0a507caf32512d33a9175)
142
+ - [meta] create FUNDING.yml [`f7e3161`](https://github.com/ljharb/tape/commit/f7e316175394aa72e202cf6ebfa0b3ebb0a51f60)
143
+ - [Robustness] `test` observably looks up `exec` on the object [`9dbe9ad`](https://github.com/ljharb/tape/commit/9dbe9ad9163835edb302505dec26a8e21f20d893)
144
+ - [meta] remove unused travis.yml file [`5a52443`](https://github.com/ljharb/tape/commit/5a52443dcb8c14a9b59523fbb1c05b139833c812)
145
+ - [Deps] update `glob`, `object-inspect`, `object.assign` [`f6f39a2`](https://github.com/ljharb/tape/commit/f6f39a2d8a59ab518e2647a9a122c361d2a7f4ff)
146
+ - [Dev Deps] update `@ljharb/eslint-config`, `array.prototype.flatmap`, `es-value-fixtures` [`6bc8c38`](https://github.com/ljharb/tape/commit/6bc8c381ab9117eb504ac3d46973a27619ea9b52)
147
+ - [meta] ensure `prelint` works on windows [`48896e8`](https://github.com/ljharb/tape/commit/48896e87cee94d8d704ff2fb2bf730c1c0a94c71)
148
+ - [Tests] fix no_only tests on Windows [`3e7b2ae`](https://github.com/ljharb/tape/commit/3e7b2ae9800964cf8461ab8dc10634d0c1b1218a)
149
+ - [Robustness] `test` observably looks up `exec` on the object [`330f8d5`](https://github.com/ljharb/tape/commit/330f8d586f94a8a0092b9b2061953ff9ba918325)
150
+ - [Dev Deps] update `eslint`, `@ljharb/eslint-config` [`3960ccf`](https://github.com/ljharb/tape/commit/3960ccf83722a25131522e35de63b89564eac519)
151
+ - [meta] add SECURITY.md [`7d31894`](https://github.com/ljharb/tape/commit/7d31894d5ad6b85567573dd875228e8e13bfac20)
152
+ - [meta] improve `prelint` script when no `.git` dir is present [`7c6dbbd`](https://github.com/ljharb/tape/commit/7c6dbbdba1769bcb80b103d43c3eaa61e395dc52)
153
+ - [Dev Deps] update `es-value-fixtures` [`6b8e118`](https://github.com/ljharb/tape/commit/6b8e118b19ff08d54509f54aab5fad3b25260e2b)
154
+ - [Fix] in node v0.4, `stream.pipe` returns `undefined` [`83d4da8`](https://github.com/ljharb/tape/commit/83d4da8ed49acd1c0478a551bc64f05a67c44e99)
155
+ - [Deps] update `string.prototype.trim` [`1a245c6`](https://github.com/ljharb/tape/commit/1a245c6b690ab7e2db346c3caf1c34eab8db456c)
156
+ - Merge tag 'v4.15.1' [`b2d547a`](https://github.com/ljharb/tape/commit/b2d547a1b06653a5cff22a8113da0f5dd392470b)
157
+ - [Deps] update `minimist` [`64677e0`](https://github.com/ljharb/tape/commit/64677e06006e1a1e4e36dc318cc4a36b2152ed95)
158
+
159
+ ## [v5.5.3](https://github.com/ljharb/tape/compare/v5.5.2...v5.5.3) - 2022-04-08
160
+
161
+ ### Commits
162
+
163
+ - [Robustness] `test` observably looks up `exec` on the object [`fa84c85`](https://github.com/ljharb/tape/commit/fa84c856e5f7c41d438050c5af36141899028850)
164
+ - [meta] ensure `prelint` works on windows [`bf34f60`](https://github.com/ljharb/tape/commit/bf34f600cc985c1ac21c42ce162b432751158b1e)
165
+ - [meta] improve `prelint` script when no `.git` dir is present [`5f78134`](https://github.com/ljharb/tape/commit/5f781346aa7cd7eb6a14b532304787cbc7287b9c)
166
+ - [Deps] update `minimist` [`dabc6af`](https://github.com/ljharb/tape/commit/dabc6af8cd4dd00788725b38f9829fe2a6954b27)
167
+
168
+ ## [v5.5.2](https://github.com/ljharb/tape/compare/v5.5.1...v5.5.2) - 2022-02-12
169
+
170
+ ### Commits
171
+
172
+ - [Dev Deps] update `@ljharb/eslint-config`; pin `eslint` [`99e7504`](https://github.com/ljharb/tape/commit/99e75043ef73031e0e352f611ed1ae9297743af4)
173
+ - [Deps] unpin `minimatch` [`c18a68b`](https://github.com/ljharb/tape/commit/c18a68bacf0f9794b9b3a89312c9d874014b7e22)
174
+
175
+ ## [v5.5.1](https://github.com/ljharb/tape/compare/v5.5.0...v5.5.1) - 2022-02-10
176
+
177
+ ### Commits
178
+
179
+ - [Fix] pin `minimatch` to v3.0.4, due to a breaking change in v3.0.5 [`cbe0e40`](https://github.com/ljharb/tape/commit/cbe0e408ad4ea0d2c538cd122470ab76357e64b0)
180
+
181
+ ## [v5.5.0](https://github.com/ljharb/tape/compare/v5.4.1...v5.5.0) - 2022-01-26
182
+
183
+ ### Merged
184
+
185
+ - [New] add `--no-only` flag/`NODE_TAPE_NO_ONLY_TEST` [`#572`](https://github.com/ljharb/tape/pull/572)
186
+
187
+ ### Commits
188
+
189
+ - Merge tag 'v4.15.0' [`a5a1434`](https://github.com/ljharb/tape/commit/a5a14344f4f06518c2fe599b49a92633777986cc)
190
+ - [New] `t.match`/`t.doesNotMatch: fail the test instead of throw on wrong input types. [`a1c266b`](https://github.com/ljharb/tape/commit/a1c266bf9577420702e1067c40a4a65677add63a)
191
+ - [actions] reuse common workflows [`d3b4f46`](https://github.com/ljharb/tape/commit/d3b4f467445bb6da3a2e617c4b29e71528f32425)
192
+ - [readme] port changes from v5 [`87f9b29`](https://github.com/ljharb/tape/commit/87f9b293baeb48b507a4e9e16bba62c7ffcc4eb7)
193
+ - [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud` [`51ae645`](https://github.com/ljharb/tape/commit/51ae645c8325d6037d4389260a442e27c2efce73)
194
+ - [Fix] `bin/tape`: delay requires until needed [`b803fd8`](https://github.com/ljharb/tape/commit/b803fd8e24b1dff96cd43092e727826873c6c571)
195
+ - [readme] hard wraps bad, soft wraps good [`82af5ed`](https://github.com/ljharb/tape/commit/82af5ed68577c15526e5dc7ecd290f2e88494170)
196
+ - [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `safe-publish-latest`, `array.prototype.flatmap` [`3287a68`](https://github.com/ljharb/tape/commit/3287a68eb1f176a6d0d85390b79c05ffc3c50615)
197
+ - [actions] update codecov uploader [`8d6aa6c`](https://github.com/ljharb/tape/commit/8d6aa6c4b084a8cec9860d868ac353862fc8b545)
198
+ - [Tests] handle carriage returns in stack traces on Windows [`f79acdf`](https://github.com/ljharb/tape/commit/f79acdfb850d94f71a01970bff96337f52bb4e5a)
199
+ - [Deps] update `glob`, `is-regex`, `string.prototype.trim` [`470ca1c`](https://github.com/ljharb/tape/commit/470ca1c0f41155d2c08537bb6cc94e04edd063bc)
200
+ - [Tests] handle a broken error `cause` in node 16.9/16.10 [`8594f3b`](https://github.com/ljharb/tape/commit/8594f3be12203e52b334a7004bf59379fb21db4f)
201
+ - [meta] better `eccheck` command [`fe6978d`](https://github.com/ljharb/tape/commit/fe6978d0a87a881a59ba7de23f2e68ff70d31074)
202
+ - [Deps] update `object-inspect`, `resolve` [`50ea080`](https://github.com/ljharb/tape/commit/50ea080561a71d8a6a2d41955441c8a094039227)
203
+ - [meta] Exclude `fs` from browser bundles (#565) [`418dc94`](https://github.com/ljharb/tape/commit/418dc94b14b440568fb58aa666df5cb2861fe22c)
204
+ - [Dev Deps] update `eslint` [`b0c8ed3`](https://github.com/ljharb/tape/commit/b0c8ed34dea1f53ac95037706746a8d3fe1ee771)
205
+ - [Tests] handle a broken error `cause` in node 16.9/16.10 [`ca1b906`](https://github.com/ljharb/tape/commit/ca1b90616c2a8fb838b1bd99c90da758c5d80a72)
206
+ - [meta] fix `prelint` so it does not fail outside of a git repo [`a09133e`](https://github.com/ljharb/tape/commit/a09133e71d3925bf830f721d05bad72550dd3517)
207
+ - [meta] fix `prelint` so it does not fail outside of a git repo [`b9959f8`](https://github.com/ljharb/tape/commit/b9959f8c132874eff32497b9189d0a7cf74e8c14)
208
+ - [Robustness] use cached `.test` [`86ec0b2`](https://github.com/ljharb/tape/commit/86ec0b262e0405ef0616201c1ffebbc5f278a217)
209
+
210
+ ## [v5.4.1](https://github.com/ljharb/tape/compare/v5.4.0...v5.4.1) - 2022-01-15
211
+
212
+ ### Commits
213
+
214
+ - [Fix] avoid failing in ES3 engines that lack `Object.keys`, and `.every` [`dfc5f39`](https://github.com/ljharb/tape/commit/dfc5f3927a224b03ad24a1653f1a4a1e13145014)
215
+ - [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud` [`61446b9`](https://github.com/ljharb/tape/commit/61446b90ebff6157e84adb6c611944e26838397f)
216
+ - [Robustness] use cached `.test` [`096a9e0`](https://github.com/ljharb/tape/commit/096a9e001bdffbad37a785166ccbf9b35bcc9faa)
217
+ - [meta] better `eccheck` command [`bc4666b`](https://github.com/ljharb/tape/commit/bc4666b0deeea3b1814d2d43f1d01cf9068ac164)
218
+
219
+ ## [v5.4.0](https://github.com/ljharb/tape/compare/v5.3.2...v5.4.0) - 2021-12-25
220
+
221
+ ### Commits
222
+
223
+ - [New] `t.match`/`t.doesNotMatch: fail the test instead of throw on wrong input types. [`329bbb8`](https://github.com/ljharb/tape/commit/329bbb870d8862152b1bf580475a44c501dc0703)
224
+ - [actions] reuse common workflows [`728e190`](https://github.com/ljharb/tape/commit/728e190a9c9f1850a984a50c3348c2efb2f78b17)
225
+ - [Dev Deps] update `eslint`, `@ljharb/eslint-config` [`dc7df0f`](https://github.com/ljharb/tape/commit/dc7df0fb2393c9ee7448ffde62c4b9836a03d1e1)
226
+ - [Deps] update `has-dynamic-import`, `object-inspect` [`8881fea`](https://github.com/ljharb/tape/commit/8881fea42a60bbee5fd912def59021e76741a613)
227
+ - [Dev Deps] update `eslint`, `@ljharb/eslint-config` [`4023f25`](https://github.com/ljharb/tape/commit/4023f25ae22828829c5948f2c62af25fee456fea)
228
+
229
+ ## [v5.3.2](https://github.com/ljharb/tape/compare/v5.3.1...v5.3.2) - 2021-11-15
230
+
231
+ ### Fixed
232
+
233
+ - [Tests] handle v8 6.9 changing an error message [`#562`](https://github.com/ljharb/tape/issues/562)
234
+
235
+ ### Commits
236
+
237
+ - [readme] hard wraps bad, soft wraps good [`b445a2b`](https://github.com/ljharb/tape/commit/b445a2bc9a0d5bd3db8f1c5fdde21163e3129701)
238
+ - [readme] add badges [`4c8d00a`](https://github.com/ljharb/tape/commit/4c8d00a81323a45c290f8d0e2a8389856ded5be6)
239
+ - [actions] update codecov uploader [`f040c4f`](https://github.com/ljharb/tape/commit/f040c4fcb0fac257d27a6cb2733f8f39a5d3d051)
240
+ - [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `safe-publish-latest` [`459a1c5`](https://github.com/ljharb/tape/commit/459a1c5093db6a2cbf57e815d5b85d4e23511958)
241
+ - [Tests] node 17+ smooshes a version number on the end of the stack trace [`e41763f`](https://github.com/ljharb/tape/commit/e41763f8315d92d0d5bcd13f397f7d2f78f69745)
242
+ - [Tests] handle carriage returns in stack traces on Windows [`26e8113`](https://github.com/ljharb/tape/commit/26e81135e03a808aa917bdad3d32f1ee71b2ea44)
243
+ - [Fix] use `file://` URLs for dynamic `import()` [`d487add`](https://github.com/ljharb/tape/commit/d487addb1ae69064267efc58536186229c73ea41)
244
+ - [Dev Deps] ping `signal-exit` to v3.0.3 due to https://github.com/tapjs/signal-exit/issues/66 [`3c30a55`](https://github.com/ljharb/tape/commit/3c30a555a59e5d64875116136d14fe217e59be73)
245
+ - [meta] Exclude `fs` from browser bundles [`00f21ea`](https://github.com/ljharb/tape/commit/00f21eaa14eb3d3dc70fbf518252a6f18aa7b22c)
246
+ - [Dev Deps] update `@ljharb/eslint-config` [`c837b02`](https://github.com/ljharb/tape/commit/c837b02016e240b93ae7ef40c21f4df82e7a80f9)
247
+ - [Deps] update `string.prototype.trim` [`c1248d7`](https://github.com/ljharb/tape/commit/c1248d7e434e6a4b3c61fa7b62e1f5badfa3d162)
248
+ - [Dev Deps] update `array.prototype.flatmap` [`97384b1`](https://github.com/ljharb/tape/commit/97384b10477e3112e0aefee7957204e1c7a9db57)
249
+ - [readme] fix markdown; github still has a rendering bug [`a33b5f9`](https://github.com/ljharb/tape/commit/a33b5f9b5b0a00a031d06155224f4bca6d9769af)
250
+ - [Deps] update `glob` [`477bb4c`](https://github.com/ljharb/tape/commit/477bb4c62c071889fde563e2bd133da02aa91b0b)
251
+ - Revert "[Dev Deps] ping `signal-exit` to v3.0.3 due to https://github.com/tapjs/signal-exit/issues/66" [`60bbd83`](https://github.com/ljharb/tape/commit/60bbd83ff1a342059a4ec894132ba20583a486f2)
252
+
253
+ ## [v5.3.1](https://github.com/ljharb/tape/compare/v5.3.0...v5.3.1) - 2021-08-06
254
+
255
+ ### Merged
256
+
257
+ - [New] add `.teardown()` on `t` instances [`#546`](https://github.com/ljharb/tape/pull/546)
258
+ - [readme] add `tape-describe` to 'other' section [`#523`](https://github.com/ljharb/tape/pull/523)
259
+
260
+ ### Fixed
261
+
262
+ - [New] add `.teardown()` on `t` instances (#546) [`#531`](https://github.com/ljharb/tape/issues/531)
263
+ - [readme] add `tape-describe` to 'other' section (#523) [`#522`](https://github.com/ljharb/tape/issues/522)
264
+
265
+ ### Commits
266
+
267
+ - [Tests] make `stripFullStack` output an array of lines, for better failure messages [`f299759`](https://github.com/ljharb/tape/commit/f2997591a038fa48239f205e40eed5c75278a261)
268
+ - [eslint] fully enable `@ljharb` eslint config [`836610d`](https://github.com/ljharb/tape/commit/836610d9772b91a8d31f311834ae1325f2f740bf)
269
+ - [actions] use `node/install` instead of `node/run`; use `codecov` action [`46aff81`](https://github.com/ljharb/tape/commit/46aff81f10ad63990f6047c0bdba3be0c90bd3dd)
270
+ - [readme] improve `t.throws` documentation [`b36f816`](https://github.com/ljharb/tape/commit/b36f81698fbf4d172a49abb75b9474c4a978df5c)
271
+ - [Fix] `bin/tape`: delay requires until needed [`c8f3ce3`](https://github.com/ljharb/tape/commit/c8f3ce32c73e092940e29dc72f0abba3b6529936)
272
+ - [Refactor] avoid reassigning arguments [`5c4052f`](https://github.com/ljharb/tape/commit/5c4052fcf51479320c9482c425a66dcbcc4a509a)
273
+ - [Tests] add test case for #519 for test.comment() in createStream/objectMode context [`1700642`](https://github.com/ljharb/tape/commit/17006422fa8189a7e361edfb1e803b73a72b4894)
274
+ - [Refactor] use `call-bind/callBound` instead of `function-bind` directly [`967b73f`](https://github.com/ljharb/tape/commit/967b73fe882e9c95c0436e6ce93f24fa3a2e14a9)
275
+ - [readme] Another way to create custom reporters [`d81f9f6`](https://github.com/ljharb/tape/commit/d81f9f6681ae72d3425b91e2f7a294e6d4225675)
276
+ - [meta] do not publish github action workflow files [`6bb3496`](https://github.com/ljharb/tape/commit/6bb34964abb1e704fe3dcc9fcf8d27d16ff5e296)
277
+ - [Refactor] remove unused line, unneeded var initialization; add missing `new` [`da0cdf1`](https://github.com/ljharb/tape/commit/da0cdf1651fec20f66a6bed2d1b17944e18dcd48)
278
+ - [Refactor] remove use of legacy `exports` [`a04439c`](https://github.com/ljharb/tape/commit/a04439c3027f3dc0dac8cf8ef5d24a493366be6a)
279
+ - [Deps] update `glob`, `is-regex`, `object-inspect`, `resolve`, `string.prototype.trim` [`6e71e6e`](https://github.com/ljharb/tape/commit/6e71e6ea1e009a62546a401a35974ca867a24b9a)
280
+ - [eslint] remove useless regex escapes [`1515ff4`](https://github.com/ljharb/tape/commit/1515ff4a8f749aa6d075bffdcda543ca94c559a9)
281
+ - [readme] remove travis badge; add actions and codecov badges [`57a7cc9`](https://github.com/ljharb/tape/commit/57a7cc906ec4f24f503350580c5859e5b3e56805)
282
+ - [meta] run `aud` in `posttest` [`3907aa5`](https://github.com/ljharb/tape/commit/3907aa560caa2c8d30a6a9168c0d7a3d65a3ba3e)
283
+ - [Refactor] generalize error message from calling `.end` more than once [`da8ca46`](https://github.com/ljharb/tape/commit/da8ca46cc0be28a3d4690a4009e0ddec7fc6f779)
284
+ - [Tests] handle stack differences in node 15 [`b7b01ec`](https://github.com/ljharb/tape/commit/b7b01ec38ede9f9722b5cce90574782e1eda1305)
285
+ - [Deps] update `is-regex`, `object-inspect`, `string.prototype.trim` [`e344080`](https://github.com/ljharb/tape/commit/e344080b1a4b097e1baa1a2b2e843fc283f3f5c2)
286
+ - [New] Include name of test in log when test times out (#524) [`78b4d98`](https://github.com/ljharb/tape/commit/78b4d9833a2df7593f653b263588b9a49ca3fe08)
287
+ - [Dev Deps] update `eslint` [`6d5e4ad`](https://github.com/ljharb/tape/commit/6d5e4ad3cb1f25ea03b59db4e894d51fa5b86c11)
288
+ - [Refactor] Avoid setting message property on primitives; use strict mode to catch this [`9dfb680`](https://github.com/ljharb/tape/commit/9dfb680e7543a3a701b3e410bfccbcce3b274d9f)
289
+ - [Deps] update `is-regex` [`a7ca7a3`](https://github.com/ljharb/tape/commit/a7ca7a308269bc3a250170441553d0321e0d8044)
290
+ - Merge tag 'v4.14.0' [`1f1a4a7`](https://github.com/ljharb/tape/commit/1f1a4a7c7c9ea3632074e4a008d430bbd275b231)
291
+ - [meta] add `safe-publish-latest`; use `prepublishOnly` script for npm 7+ [`c3d434d`](https://github.com/ljharb/tape/commit/c3d434d8b86a0be162efb7fb548f0405239a2688)
292
+ - [meta] ensure `not-in-publish`‘s absence does not fail anything [`2a0619d`](https://github.com/ljharb/tape/commit/2a0619d3193287aaa948fc4edf0bb2ccb4150a7b)
293
+ - [readme] remove long-dead testling-ci badge [`1461611`](https://github.com/ljharb/tape/commit/1461611bce87b190179d1ac0e2c69438f2b12f31)
294
+ - [Tests] ensure bin/tape is linted [`faa51b5`](https://github.com/ljharb/tape/commit/faa51b5baa709ba2e72f78be7cb7ce243c02a771)
295
+ - [Dev Deps] update `eslint` [`fad6165`](https://github.com/ljharb/tape/commit/fad6165ae85ebff132daedd1a1bdf3ee307c4ea1)
296
+ - [Dev Deps] update `eslint` [`79a0f4b`](https://github.com/ljharb/tape/commit/79a0f4b7b1d0c6db9228cdedf918f20a34dd7762)
297
+ - [meta] add missing `safe-publish-latest` dep [`d0a3888`](https://github.com/ljharb/tape/commit/d0a3888ee1b1481ef9ca13695414022164fbc3c2)
298
+ - [Tests] exclude examples from coverage [`283f537`](https://github.com/ljharb/tape/commit/283f537f56885d18afbc2328c0c52ee60d528332)
299
+
300
+ ## [v5.3.0](https://github.com/ljharb/tape/compare/v5.2.2...v5.3.0) - 2021-07-26
301
+
302
+ ### Commits
303
+
304
+ - [eslint] fully enable `@ljharb` eslint config [`9d3c5b4`](https://github.com/ljharb/tape/commit/9d3c5b4e84dbeb1272b450e74ce022cb70c56e2a)
305
+ - [New] Use import() on esm files in supported node versions [`28d6e51`](https://github.com/ljharb/tape/commit/28d6e51b9beb7252d7ad130424fdb0062425f7a0)
306
+ - [eslint] fully enable `@ljharb` eslint config [`ae8b5c0`](https://github.com/ljharb/tape/commit/ae8b5c0639be6c3b2fd0b2e132ca50ee9f760e94)
307
+ - [eslint] enable `no-shadow` [`f0756f3`](https://github.com/ljharb/tape/commit/f0756f3b12329a122498f99f6448ec8c9eafec50)
308
+ - [eslint] enable `curly`, `object-curly-spacing`, `object-curly-newline` [`e9b75e1`](https://github.com/ljharb/tape/commit/e9b75e14068359843082fd70994b19f871432a65)
309
+ - [Tests] uncaught exceptions and unhandled rejections importing files with bin/tape [`e6d2faf`](https://github.com/ljharb/tape/commit/e6d2faf67888dbb8e1262d7d083f0be7c59672cc)
310
+ - [eslint] enable `function-paren-newline`, `function-call-argument-newline` [`ae6de0c`](https://github.com/ljharb/tape/commit/ae6de0c74a288f6d8bc83f45a7a686faf09ba9b1)
311
+ - [actions] use `node/install` instead of `node/run`; use `codecov` action [`5a6de66`](https://github.com/ljharb/tape/commit/5a6de6625ab04d487d729617be83a7baf769f4f9)
312
+ - [eslint] enable `wrap-regex` [`7dcbd76`](https://github.com/ljharb/tape/commit/7dcbd7631a9ff5675f1ff0be477f0a1714b81dd3)
313
+ - [Refactor] add names to `Test.prototype` functions [`077a108`](https://github.com/ljharb/tape/commit/077a108686590363f23ba2ecf2c782016a1683e9)
314
+ - [eslint] enable `comma-spacing` [`4acf1f2`](https://github.com/ljharb/tape/commit/4acf1f292289c40c1abfb2552e09e28a9da3416a)
315
+ - [eslint] update `no-redeclare` [`b03d4c8`](https://github.com/ljharb/tape/commit/b03d4c8e722841d580a581a5d492277a7c701f94)
316
+ - [eslint] enable `brace-style` [`06eba07`](https://github.com/ljharb/tape/commit/06eba07d6b73ba2650f581372fd613f89385993c)
317
+ - [eslint] enable `no-unused-vars` [`2ebd23a`](https://github.com/ljharb/tape/commit/2ebd23a03c71d14890dc064b29526e3d523daf93)
318
+ - [eslint] enable `consistent-return` [`fb4e3cf`](https://github.com/ljharb/tape/commit/fb4e3cfc4df1f932496fbca35c013f6ad65df53b)
319
+ - [Refactor] avoid reassigning arguments [`8a0ab53`](https://github.com/ljharb/tape/commit/8a0ab5348183f1b7deabb2a87d4fb3c4dc272390)
320
+ - [eslint] enable `semi-style` [`5f8afc9`](https://github.com/ljharb/tape/commit/5f8afc997c793ca16de53aa56ac4d40b8afc8d4a)
321
+ - [readme] Another way to create custom reporters [`a68277c`](https://github.com/ljharb/tape/commit/a68277c968ff7cf6b995c2cc20ca1545642c7b4d)
322
+ - [eslint] enable `no-extra-parens` [`a08dc34`](https://github.com/ljharb/tape/commit/a08dc34371a8dc406581fb85edb591150f9c0f35)
323
+ - [eslint] enable `no-multi-spaces`, `no-multiple-empty-lines`, `space-in-parens` [`be1eb21`](https://github.com/ljharb/tape/commit/be1eb212aeeec2c229208a4702ff99af0cabb5f7)
324
+ - [Refactor] `bin/tape`: separate "preparing of files list" from "require files list" [`021fa6d`](https://github.com/ljharb/tape/commit/021fa6d22bc85f2e8f075405bcb97c6a1b87af22)
325
+ - [Refactor] remove unused line, unneeded var initialization; add missing `new` [`da45ae6`](https://github.com/ljharb/tape/commit/da45ae6b158fbbdda2cc5c2edce6e0353b65f687)
326
+ - [eslint] enable `no-lonely-if` [`771f3dd`](https://github.com/ljharb/tape/commit/771f3ddd1a3ad3a629c1d1a0780052d51143435b)
327
+ - [eslint] enable `space-infix-ops` [`233ffc6`](https://github.com/ljharb/tape/commit/233ffc623ec212b202037e03b503a6667d4deb3f)
328
+ - [Refactor] remove use of legacy `exports` [`c332d62`](https://github.com/ljharb/tape/commit/c332d629b8c5366aa81a0ea413c49c7b838128cb)
329
+ - [eslint] enable `wrap-iife` [`428636c`](https://github.com/ljharb/tape/commit/428636c047f946738ca77796599aeb32cd607072)
330
+ - [Docs] correct docs for `t.teardown` [`c4a4992`](https://github.com/ljharb/tape/commit/c4a4992cdd59d2c5ca3282bfbf2ba4c0b863eafc)
331
+ - [readme] remove travis badge; add actions and codecov badges [`900f823`](https://github.com/ljharb/tape/commit/900f823f4a0fcbf5875df387d60bfde85236faa1)
332
+ - [eslint] enable `no-extra-semi` [`1af8f52`](https://github.com/ljharb/tape/commit/1af8f529df22eb00a62474dfd6dfe5628f8f7317)
333
+ - [Deps] update `glob`, `is-regex`, `object-inspect` [`e211546`](https://github.com/ljharb/tape/commit/e2115460307cc5424392157f4e86515c54e2e819)
334
+ - [eslint] enable `no-regex-spaces` [`ef0069a`](https://github.com/ljharb/tape/commit/ef0069a9de38c89cb4b4117ffa165e7f0c6a6351)
335
+ - [Dev Deps] update `aud`, `eslint` [`00a98d3`](https://github.com/ljharb/tape/commit/00a98d3b73aad7af987cddb79b0f1e5c7d27efc2)
336
+ - [Deps] update `object-inspect` [`9bbf270`](https://github.com/ljharb/tape/commit/9bbf27083d6a63d0f61b984cf173a004583cdc35)
337
+ - [Dev Deps] update `eslint` [`57b659f`](https://github.com/ljharb/tape/commit/57b659f8324fbc63913bb41c108e1e165d5bcf07)
338
+ - [Dev Deps] update `eslint` [`e628b23`](https://github.com/ljharb/tape/commit/e628b23a35c35948d7166ac58964043d847e04eb)
339
+ - [meta] ensure `not-in-publish`‘s absence does not fail anything [`fb3a243`](https://github.com/ljharb/tape/commit/fb3a243bfe1baa4c8afb44b8c654cd98500c2e9f)
340
+ - [Deps] update `object-inspect` [`771c8c4`](https://github.com/ljharb/tape/commit/771c8c43fda1907f61b6e9fd462a4e6c747f3527)
341
+ - [meta] add `safe-publish-latest`; use `prepublishOnly` script for npm 7+ [`379115d`](https://github.com/ljharb/tape/commit/379115dc77717ff7611d156c36da5452a5b217e2)
342
+ - [Tests] exclude examples from coverage [`75decb3`](https://github.com/ljharb/tape/commit/75decb37ef2661f960adf9ff44dc76e2885d10d2)
343
+
344
+ ## [v5.2.2](https://github.com/ljharb/tape/compare/v5.2.1...v5.2.2) - 2021-03-03
345
+
346
+ ### Commits
347
+
348
+ - [Fix] proper exit behavior in node v0.6 [`3f94e68`](https://github.com/ljharb/tape/commit/3f94e687b976bdb324c2148d73087e769003f878)
349
+
350
+ ## [v5.2.1](https://github.com/ljharb/tape/compare/v5.2.0...v5.2.1) - 2021-02-27
351
+
352
+ ### Fixed
353
+
354
+ - [Fix] `t.teardown()`: ensure callback is only called once [`#551`](https://github.com/ljharb/tape/issues/551)
355
+
356
+ ### Commits
357
+
358
+ - [Deps] update `object-is`, `string.prototype.trim` [`b497ead`](https://github.com/ljharb/tape/commit/b497ead367786cf21ddc818ee6e8f24c330b9ea0)
359
+
360
+ ## [v5.2.0](https://github.com/ljharb/tape/compare/v5.1.1...v5.2.0) - 2021-02-20
361
+
362
+ ### Fixed
363
+
364
+ - [New] add `.teardown()` on `t` instances [`#531`](https://github.com/ljharb/tape/issues/531)
365
+ - [readme] improve `t.throws`/`t.doesNotThrow` documentation [`#540`](https://github.com/ljharb/tape/issues/540)
366
+
367
+ ### Commits
368
+
369
+ - [readme] improve `t.throws` documentation [`94220ba`](https://github.com/ljharb/tape/commit/94220babb105950dfc2d09d67b4731bf026449b5)
370
+ - [Tests] exclude node v0.6, for now [`3c05a87`](https://github.com/ljharb/tape/commit/3c05a873212c9dd5e773da070488f75b09a4e5f4)
371
+ - [Deps] update `is-regex`, `resolve` [`8c52d12`](https://github.com/ljharb/tape/commit/8c52d121eadee69e6b0d800e798ae7bf1f86eff9)
372
+ - [Dev Deps] update `eslint`, `aud` [`f847c85`](https://github.com/ljharb/tape/commit/f847c85167a173fcdd2365b5d6f234208a5d27a4)
373
+ - [Deps] update `call-bind` [`ce0b1ad`](https://github.com/ljharb/tape/commit/ce0b1ad6ef395bd1dba7403ea679af5284f61c0e)
374
+ - [Dev Deps] update `eslint` [`83f1eec`](https://github.com/ljharb/tape/commit/83f1eec7d51fd812fd4ceb34b20857617e42f272)
375
+
376
+ ## [v5.1.1](https://github.com/ljharb/tape/compare/v5.1.0...v5.1.1) - 2021-01-04
377
+
378
+ ### Commits
379
+
380
+ - [Tests] make `stripFullStack` output an array of lines, for better failure messages [`0743333`](https://github.com/ljharb/tape/commit/07433333e14fd283ceed246795863d59576d3286)
381
+ - [Tests] migrate tests to Github Actions [`266bc66`](https://github.com/ljharb/tape/commit/266bc66b0fbbda399aff42afb957ce117d9ee4b2)
382
+ - [Fix] preserve stack traces for returned Promises (async/await) [`d505cdf`](https://github.com/ljharb/tape/commit/d505cdf375bb27c0eea4b60d9da290bb11339c6a)
383
+ - [readme] Document unexpected `t.end()` behavior [`b505c4c`](https://github.com/ljharb/tape/commit/b505c4c45ff968a5cfa91bd34f80a95493936671)
384
+ - [Tests] add `timeoutAfter` test with Promises [`e8255cf`](https://github.com/ljharb/tape/commit/e8255cf46ee77626e9eef1c2909899c9508173da)
385
+ - [readme] improve method docs [`df5a124`](https://github.com/ljharb/tape/commit/df5a124e106540d77ee737127502db26db541ded)
386
+ - [Robustness] cache and call-bind more prototype methods [`8e60dcb`](https://github.com/ljharb/tape/commit/8e60dcbbb0724fb5fbaacbfb521356e6d268d42c)
387
+ - [Tests] add `npm run test:example` to test non-failing examples. [`4210e44`](https://github.com/ljharb/tape/commit/4210e442a3739969ff32075a72a49c6d95730adf)
388
+ - [eslint] fix some inconsistencies [`7ca56eb`](https://github.com/ljharb/tape/commit/7ca56ebe2c78d0286e21a589c35ae28275aa8bf7)
389
+ - [eslint] ensure no trailing commas [`04da90b`](https://github.com/ljharb/tape/commit/04da90bb387656e585bec26a325e3400cb6bd1ba)
390
+ - [meta] add Automatic Rebase and Require Allow Edits workflows [`6d72960`](https://github.com/ljharb/tape/commit/6d729605929dfa3a41607f46e0e7da8024c33976)
391
+ - [Tests] run `nyc` on all tests [`5ec21aa`](https://github.com/ljharb/tape/commit/5ec21aa2e05ca18d88924edc1be9b175fe706af1)
392
+ - [Refactor] use `call-bind/callBound` instead of `function-bind` directly [`b19da31`](https://github.com/ljharb/tape/commit/b19da31dc4d40ffccbd8bd38d3bd410fce604172)
393
+ - [meta] do not publish github action workflow files [`82c3904`](https://github.com/ljharb/tape/commit/82c3904483419fb9f36ac9a73a754d100c24e107)
394
+ - [Tests] skip Promise tests when Promises are not available [`688256a`](https://github.com/ljharb/tape/commit/688256a75340a6d088736610a77c4d9d3c580905)
395
+ - [meta] run `aud` in `posttest` [`b9bec0e`](https://github.com/ljharb/tape/commit/b9bec0e92ef2834693fc7c7e3dc779dd1baea907)
396
+ - [readme] Added tabe into reporter list [`7aff9e4`](https://github.com/ljharb/tape/commit/7aff9e4de9e70cae53b1287b03bd23d3fc22420c)
397
+
398
+ ## [v5.1.0](https://github.com/ljharb/tape/compare/v5.0.1...v5.1.0) - 2020-12-29
399
+
400
+ ### Fixed
401
+
402
+ - [readme] add `tape-describe` to 'other' section [`#522`](https://github.com/ljharb/tape/issues/522)
403
+
404
+ ### Commits
405
+
406
+ - [Tests] add test case for #519 for test.comment() in createStream/objectMode context [`40ec79a`](https://github.com/ljharb/tape/commit/40ec79a125df5282bc3983771306932cf97a21b8)
407
+ - [Deps] update `deep-equal`, `object-inspect`, `object-is`, `object.assign`, `resolve`, `string.prototype.trim` [`434f615`](https://github.com/ljharb/tape/commit/434f6156cb137bd28377c98664af8e3634c1030c)
408
+ - [Deps] update `deep-equal`, `is-regex`, `object-inspect`, `object-is`, `object.assign`, `string.prototype.trim` [`df23eda`](https://github.com/ljharb/tape/commit/df23edad43112ed5d3f3aa318289a57b3540002b)
409
+ - [eslint] remove useless regex escapes [`3554d4b`](https://github.com/ljharb/tape/commit/3554d4b049f34065c6a643c5cda3d88c70a4908e)
410
+ - [readme] document Promise support; remove Promise-related alternatives [`4665d63`](https://github.com/ljharb/tape/commit/4665d6331127b23c10c0798947d9751d635dba40)
411
+ - [Tests] handle stack differences in node 15 [`1ac9ecf`](https://github.com/ljharb/tape/commit/1ac9ecf927bb1958857cb4050ec725cd3f22d27a)
412
+ - [New] Include name of test in log when test times out [`e142c29`](https://github.com/ljharb/tape/commit/e142c298e8c76c49954ede50ab59e3f2e5662d77)
413
+ - [Dev Deps] update `eslint`, `js-yaml` [`7574152`](https://github.com/ljharb/tape/commit/75741524e4715d6cf0a969bc7e987fb881a9494a)
414
+ - [Dev Deps] update `eslint` [`c6772d1`](https://github.com/ljharb/tape/commit/c6772d1fd3ca827760ca01114aec25e21751d701)
415
+ - [Dev Deps] update `eslint` [`5b7720a`](https://github.com/ljharb/tape/commit/5b7720a82f505d4c8db3d340256369564d828dc6)
416
+ - [Deps] update `resolve` [`898302b`](https://github.com/ljharb/tape/commit/898302b3e914c93b407088d36a224355b898bb0c)
417
+
418
+ ## [v5.0.1](https://github.com/ljharb/tape/compare/v5.0.0...v5.0.1) - 2020-05-24
419
+
420
+ ### Merged
421
+
422
+ - [Fix] `createStream`: `result` payload is not always an object [`#519`](https://github.com/ljharb/tape/pull/519)
423
+ - [Fix] Update RegExp for matching stack frames to handle Promise/then scenario [`#516`](https://github.com/ljharb/tape/pull/516)
424
+ - [Tests] Fix simple typo, placehodler -> placeholder [`#500`](https://github.com/ljharb/tape/pull/500)
425
+
426
+ ### Fixed
427
+
428
+ - [Fix] `createStream`: `result` payload is not always an object [`#519`](https://github.com/ljharb/tape/issues/519)
429
+ - [Fix] `createStream`: `result` payload is not always an object (#519) [`#519`](https://github.com/ljharb/tape/issues/519)
430
+ - [Fix] Update RegExp for matching stack frames to handle Promise/then scenario (#516) [`#515`](https://github.com/ljharb/tape/issues/515)
431
+ - [Fix] Update RegExp for matching stack frames to handle Promise/then scenario [`#515`](https://github.com/ljharb/tape/issues/515)
432
+
433
+ ### Commits
434
+
435
+ - Merge tag 'v4.13.3' [`b7af113`](https://github.com/ljharb/tape/commit/b7af113832ae5f3a2b379d859abf8f1513036961)
436
+ - [Dev Deps] update `eslint`, `falafel`, `js-yaml` [`9676a21`](https://github.com/ljharb/tape/commit/9676a21784a90a13e29505d86901cd1cd0c1c7db)
437
+ - [Deps] update `minimist`, `resolve` [`8887189`](https://github.com/ljharb/tape/commit/8887189c60d956f13f7b54497443bb4be2726748)
438
+ - [Dev Deps] update `eslint` [`c421eb3`](https://github.com/ljharb/tape/commit/c421eb36b4f6c3c51db329e2e2f03139ffa803af)
439
+ - [readme] add `tape-repeater` (#511) [`33712e2`](https://github.com/ljharb/tape/commit/33712e2dd7a89c6c97f58bfe38882631616363c4)
440
+ - [readme] add `tape-repeater` [`0b5804d`](https://github.com/ljharb/tape/commit/0b5804d43068602e1615dfd395a3d85949bb03da)
441
+ - [examples] add `ecstatic` [`9b87675`](https://github.com/ljharb/tape/commit/9b876753153e0a8f94894fbbe9e08d78df12b039)
442
+ - [readme] Add link to tape-player (in-process reporter) (#496) [`bc1334b`](https://github.com/ljharb/tape/commit/bc1334bc008e5d5aecd61c580aad1657932da146)
443
+ - [Docs] add an optional emoji version for tap-spec consumer (#501) [`6326dc6`](https://github.com/ljharb/tape/commit/6326dc62e761b92b87377b30c539f762ed2e9052)
444
+
445
+ ## [v5.0.0](https://github.com/ljharb/tape/compare/v5.0.0-next.5...v5.0.0) - 2020-04-24
446
+
447
+ ### Commits
448
+
449
+ - [Deps] update `deep-equal`, `minimist`, `object-is`, `resolve` [`6fd0691`](https://github.com/ljharb/tape/commit/6fd0691cbd5f07474f6a8e77c28468bcc8eb1d3c)
450
+ - [Breaking] remove full "lib" export; replace with explicit exports [`3bb97f1`](https://github.com/ljharb/tape/commit/3bb97f103d93603396c40472aff31f17b40d18d3)
451
+ - [Dev Deps] update `falafel` [`f24491d`](https://github.com/ljharb/tape/commit/f24491dce15696f5ca607c3d8a8a978784c8588a)
452
+ - [Tests] Fix simple typo, placehodler -> placeholder [`8ba3668`](https://github.com/ljharb/tape/commit/8ba3668c8c9acd03ddb64e5883cf996f26c8f689)
453
+ - [examples] add `ecstatic` [`d021e9d`](https://github.com/ljharb/tape/commit/d021e9d3cf037ffd65c332339cdd9d5e831dcb69)
454
+ - [readme] Add link to tape-player (in-process reporter) [`5b9c442`](https://github.com/ljharb/tape/commit/5b9c4425494d6ce9c98d9bdb8f50757caf8a2be9)
455
+ - [Docs] add an optional emoji version for tap-spec consumer [`f5d0899`](https://github.com/ljharb/tape/commit/f5d0899665c53d81a8e8dfcecce77c202f241098)
456
+
457
+ ## [v5.0.0-next.5](https://github.com/ljharb/tape/compare/v5.0.0-next.4...v5.0.0-next.5) - 2020-03-02
458
+
459
+ ### Merged
460
+
461
+ - [patch] Print name of test that didnt end [`#498`](https://github.com/ljharb/tape/pull/498)
462
+
463
+ ### Fixed
464
+
465
+ - [Breaking] only `looseEqual`/`deepEqual, and their inverses, are now non-strict. [`#495`](https://github.com/ljharb/tape/issues/495)
466
+ - [Breaking] `equal`: use `==`, not `===`, to match `assert.equal` [`#495`](https://github.com/ljharb/tape/issues/495)
467
+ - [Breaking] `strictEqual`: bring `-0`/`0`, and `NaN` into line with `assert` [`#495`](https://github.com/ljharb/tape/issues/495)
468
+
469
+ ### Commits
470
+
471
+ - [Tests] add tests for edge cases and numerics [`4526b39`](https://github.com/ljharb/tape/commit/4526b39834db8061feeeb931dcf06047f29e9970)
472
+ - [Breaking] make equality functions consistent: [`24240e2`](https://github.com/ljharb/tape/commit/24240e2b7e0f32e5db7bc46c631dd2f915e341f1)
473
+ - [Tests] sync new test cases from master [`98b2695`](https://github.com/ljharb/tape/commit/98b2695ceebf6e1e175d29f291c9c1073416d947)
474
+ - [eslint] enable `quotes` rule [`d686aa2`](https://github.com/ljharb/tape/commit/d686aa2542a3641255a5427408cf4173450b9d6e)
475
+ - [eslint] enable `quotes` rule [`1ab6bdb`](https://github.com/ljharb/tape/commit/1ab6bdbfc4fadec57ecbf99f73ba73b03e6b8046)
476
+ - [Refactor] remove unused code [`e6b6f11`](https://github.com/ljharb/tape/commit/e6b6f119720e7e7b3aa43d72cdfa384f47e76cc2)
477
+ - [Deps] update `resolve` [`398503c`](https://github.com/ljharb/tape/commit/398503cfcabbaa56aa1e79d7523815a240d2d775)
478
+ - [Deps] update `resolve` [`15ea7d1`](https://github.com/ljharb/tape/commit/15ea7d1765b32a35a6ccde4ad3ab1898a356600e)
479
+
480
+ ## [v5.0.0-next.4](https://github.com/ljharb/tape/compare/v5.0.0-next.3...v5.0.0-next.4) - 2020-01-18
481
+
482
+ ### Fixed
483
+
484
+ - [Fix] `match`/`doesNotMatch`: when passing, ensure the proper default assert message shows up [`#494`](https://github.com/ljharb/tape/issues/494)
485
+ - [Fix] `match`/`doesNotMatch`: when passing, ensure the proper default assert message shows up [`#494`](https://github.com/ljharb/tape/issues/494)
486
+
487
+ ### Commits
488
+
489
+ - [Refactor] remove unused code [`cf8dccc`](https://github.com/ljharb/tape/commit/cf8dccc49511ab2c2dd6f78cf0c837de4d4fafea)
490
+ - [Deps] update `resolve` [`b30b6f1`](https://github.com/ljharb/tape/commit/b30b6f1334aab29ef0f80635de2ce2e63ce172d8)
491
+ - [Fix] `.catch` is a syntax error in older browsers [`6df4dfc`](https://github.com/ljharb/tape/commit/6df4dfc55add6a05d4b5e9cd4cdefafdda51fab4)
492
+ - Merge tag 'v4.13.1' [`925bf01`](https://github.com/ljharb/tape/commit/925bf017cdb1ba2704a14959ad03d25d2f179997)
493
+
494
+ ## [v5.0.0-next.3](https://github.com/ljharb/tape/compare/v5.0.0-next.2...v5.0.0-next.3) - 2020-01-08
495
+
496
+ ### Commits
497
+
498
+ - [Fix] tests without a callback that are *skipped* should not fail [`82e316b`](https://github.com/ljharb/tape/commit/82e316b5326925ec3fb898d8849294645b4a4d60)
499
+
500
+ ## [v5.0.0-next.2](https://github.com/ljharb/tape/compare/v5.0.0-next.1...v5.0.0-next.2) - 2020-01-07
501
+
502
+ ### Commits
503
+
504
+ - Merge tag 'v4.13.0' [`bf07cf8`](https://github.com/ljharb/tape/commit/bf07cf8fd739d48433be1cae9be75d1ac45bc4d2)
505
+ - [New] add `t.match()` and `t.doesNotMatch()`, new in `node` `v13.6` [`0330d82`](https://github.com/ljharb/tape/commit/0330d8254d361b5b47d1ca427447a2ba84f6c2b6)
506
+ - [New] add `t.match()` and `t.doesNotMatch()`, new in `node` `v13.6` [`36a30eb`](https://github.com/ljharb/tape/commit/36a30ebf119ab33f07b4c539d7fc140ba812082a)
507
+ - [New] `tape` binary: Add -i flag to ignore files from gitignore (#492) [`e0e2542`](https://github.com/ljharb/tape/commit/e0e2542240875e5dad2ba12b1edc4be3251ae571)
508
+ - [New] `tape` binary: Add -i flag to ignore files from gitignore [`a0f9350`](https://github.com/ljharb/tape/commit/a0f93506093b8ff3902db667878a6b5078ab863e)
509
+ - [lint] fix object key spacing [`d7c2fd3`](https://github.com/ljharb/tape/commit/d7c2fd37312cb81109dff7904646692cfb373cb6)
510
+ - [Tests] handle stack trace variation in node <= 0.8 [`21ac403`](https://github.com/ljharb/tape/commit/21ac4036eb99af0eb41d88f038af0d4d9623112c)
511
+ - [Deps] update `resolve` [`0f15085`](https://github.com/ljharb/tape/commit/0f15085b090ef52176564cbc2a6b7994d38173f5)
512
+ - [readme] remove long-dead testling-ci badge [`08fae38`](https://github.com/ljharb/tape/commit/08fae38fb88c7d1d6410e230b908ad3375421cb3)
513
+
514
+ ## [v5.0.0-next.1](https://github.com/ljharb/tape/compare/v5.0.0-next.0...v5.0.0-next.1) - 2020-01-01
515
+
516
+ ### Fixed
517
+
518
+ - [Breaking] fail any assertion after `.end()` is called [`#264`](https://github.com/ljharb/tape/issues/264)
519
+ - [Breaking] equality functions: throw when < 2 arguments are provided [`#442`](https://github.com/ljharb/tape/issues/442)
520
+ - [Breaking] use default `require.extensions` collection instead of the magic Array `['.js']` [`#137`](https://github.com/ljharb/tape/issues/137)
521
+
522
+ ### Commits
523
+
524
+ - [Breaking] `throws`: bring into line with node’s `assert.throws` [`547dc14`](https://github.com/ljharb/tape/commit/547dc14cac4afad8d2e9dd91c5ffc617bc441eed)
525
+ - [Refactor] make everything strict mode [`11b7d85`](https://github.com/ljharb/tape/commit/11b7d850ffaa8cb679419ff4a0e314b06a3225b9)
526
+ - [lint] fix object key spacing [`85a8a7f`](https://github.com/ljharb/tape/commit/85a8a7f8c91d6395cffabb2828b867252e724af0)
527
+ - [Tests] Fail a test if its callback returns a promise that rejects [`ad75f86`](https://github.com/ljharb/tape/commit/ad75f86a325e385fc29bc81ec162580a51b9cf49)
528
+ - [Fix] error stack file path can contain parens/spaces [`9094271`](https://github.com/ljharb/tape/commit/9094271d8d3813fd18618879be3582a842c0d279)
529
+ - [Breaking] tests with no callback are failed TODO tests [`03529a9`](https://github.com/ljharb/tape/commit/03529a991c4624cc4299f6ffd62da9d1fda77a71)
530
+ - [eslint] fix remaining undeclared variables [`1a59e0b`](https://github.com/ljharb/tape/commit/1a59e0b449f448bdd8a4267e8fe435b484ae1c06)
531
+ - [Tests] improve some failure output by adding messages [`bd76254`](https://github.com/ljharb/tape/commit/bd762540a59426f6fdbdc6f5e25bd45adc27c1ee)
532
+ - [Tests] handle stack trace variation in node <= 0.8 [`bffb60c`](https://github.com/ljharb/tape/commit/bffb60c4fab03d5f1f7292d788142018d1e25f6d)
533
+ - [Breaking] add "exports" to restrict public API [`0e713a2`](https://github.com/ljharb/tape/commit/0e713a2d5fca1a2d010744477cde4911fc067f44)
534
+ - [Refactor] generalize error message from calling `.end` more than once [`8e8af01`](https://github.com/ljharb/tape/commit/8e8af01d1fdb76d89334e7e585f7a140c0b1593e)
535
+ - [Tests] ensure bin/tape is linted [`b5b40ae`](https://github.com/ljharb/tape/commit/b5b40aeac993a25243e80aa33ff18f6961ca1da1)
536
+ - [eslint] Fix leaking variable in tests [`07e13a8`](https://github.com/ljharb/tape/commit/07e13a8f05f26a75fc6a377711fe85b082e672fb)
537
+ - [Refactor] Avoid setting message property on primitives; use strict mode to catch this [`0715294`](https://github.com/ljharb/tape/commit/071529417254377da425a457b3fc1b1faa1d622d)
538
+ - Merge tag 'v4.12.1' [`a11e272`](https://github.com/ljharb/tape/commit/a11e27291b4457f816c9393abb9e9cdd2bf3ad64)
539
+ - [Deps] update `resolve` [`b765bba`](https://github.com/ljharb/tape/commit/b765bba1ea56075d5382b203b6902c8fc5f2d5a6)
540
+ - [Dev Deps] update `eslint` [`949781f`](https://github.com/ljharb/tape/commit/949781faf753d5481085f993210738e7b93b3172)
541
+
542
+ ## [v5.0.0-next.0](https://github.com/ljharb/tape/compare/v4.17.0...v5.0.0-next.0) - 2019-12-20
543
+
544
+ ### Commits
545
+
546
+ - [Breaking] if a test callback returns a rejected thenable, fail the test. [`f248610`](https://github.com/ljharb/tape/commit/f248610eedc9e7236e7e6a2c4a5c0d4415dcde95)
547
+ - [Breaking] `error` should not emit `expected`/`actual` diags [`f6dc34e`](https://github.com/ljharb/tape/commit/f6dc34e4531fd279cb985166bceec160929658f1)
548
+ - [Deps] update `resolve` [`dff5f1f`](https://github.com/ljharb/tape/commit/dff5f1f4b12be558bcf4b6547eaebba162afde6d)
549
+ - [Breaking] support passing in an async function for the test callback [`5f88895`](https://github.com/ljharb/tape/commit/5f8889513f68bc545768ade50a862796c92e36b0)
550
+ - [Breaking] support exceptions in async functions [`8d3f03a`](https://github.com/ljharb/tape/commit/8d3f03afede1fef1e73d3ce2ce9ff2c7c2e47319)
551
+ - [Tests] update tests for more async/await cases [`197019c`](https://github.com/ljharb/tape/commit/197019c78c0e452852806f330e573f5023eba91c)
552
+ - [meta] change dep semver prefix from ~ to ^ [`c3924d3`](https://github.com/ljharb/tape/commit/c3924d34476247e2ba0d6e0781ca89b7d25f2a2b)
553
+ - [Breaking] update `deep-equal` to v2 [`898a6e7`](https://github.com/ljharb/tape/commit/898a6e70aadff95f23eb6f7b4e7a1fd24baacc7d)
554
+
555
+ ## [v4.17.0](https://github.com/ljharb/tape/compare/v4.16.2...v4.17.0) - 2023-09-21
556
+
557
+ ### Commits
558
+
559
+ - [New] add `t.intercept()` [`e60aeca`](https://github.com/ljharb/tape/commit/e60aeca688fe1d3a363f74f31c83d816035aca4c)
560
+ - [New] add `t.capture` and `t.captureFn`, modeled after tap [`3d96d69`](https://github.com/ljharb/tape/commit/3d96d6945ea1cda7780fb3fc6bc04c275ace594a)
561
+ - [Deps] switch from `through` and `resumer` to `@ljharb/through` and `@ljharb/resumer` [`a8a7d67`](https://github.com/ljharb/tape/commit/a8a7d67c9ffe1daa46407f35685a1ef8d53df66a)
562
+ - [Tests] simplify tests [`83bc381`](https://github.com/ljharb/tape/commit/83bc3810a930c60973e60a7a02b677c2fb1f444c)
563
+ - [Performance] use inline `typeof` [`c45db4e`](https://github.com/ljharb/tape/commit/c45db4e0978999cece915e7f1a223aa9eb445ae0)
564
+ - [Deps] update `minimist`, `resolve`, `string.prototype.trim` [`feee094`](https://github.com/ljharb/tape/commit/feee0949f1f23ef4f13c9847c20284f7864cd67e)
565
+ - [Dev Deps] update `@ljharb/eslint-config`, `array.prototype.flatmap`, `aud` [`7123111`](https://github.com/ljharb/tape/commit/71231114c92b4a093b468875c4d8f741ab1a49d4)
566
+ - Revert "[meta] ensure `not-in-publish`‘s absence does not fail anything" [`92aaa51`](https://github.com/ljharb/tape/commit/92aaa5106b65824d82ce72c0d1dfcc6df6cff753)
567
+ - [Dev Deps] pin `jackspeak` since 2.1.2+ depends on npm aliases, which kill the install process in npm < 6 [`a576f8d`](https://github.com/ljharb/tape/commit/a576f8d8b24e84324b7ee0498c37759423c7ca87)
568
+
569
+ ## [v4.16.2](https://github.com/ljharb/tape/compare/v4.16.1...v4.16.2) - 2023-01-15
570
+
571
+ ### Commits
572
+
573
+ - [Fix] `throws`: avoid crashing on a nonconfigurable or nonextensible `expected` [`0731b5f`](https://github.com/ljharb/tape/commit/0731b5f64311b168ac941ce3e547bb1a32766783)
574
+ - [actions] update rebase action [`834453c`](https://github.com/ljharb/tape/commit/834453cdd4cb95b71d2180a3b28a1ce8e51357b3)
575
+ - [Deps] update `defined`, `minimist`, `object-inspect`, `string.prototype.trim` [`01edce8`](https://github.com/ljharb/tape/commit/01edce8073efe1134c5fff58638b350afb7c6d22)
576
+ - [Dev Deps] update `@ljharb/eslint-config`, `array.prototype.flatmap`, `aud` [`1b3ad24`](https://github.com/ljharb/tape/commit/1b3ad2429b553f7e029fe9fd5977b07e76740e42)
577
+ - [meta] add missing npmrc config [`15e2175`](https://github.com/ljharb/tape/commit/15e2175b927010657c66f0a30e44f5266147311f)
578
+
579
+ ## [v4.16.1](https://github.com/ljharb/tape/compare/v4.16.0...v4.16.1) - 2022-09-19
580
+
581
+ ### Commits
582
+
583
+ - [eslint] fix indentation [`b035590`](https://github.com/ljharb/tape/commit/b035590f782c211e93a6a44ed8d0e9d38636a286)
584
+ - [meta] add `auto-changelog` [`b467b85`](https://github.com/ljharb/tape/commit/b467b850f169bf294851c68a5c4074360d53a31b)
585
+ - [eslint] enforce `no-use-before-define` [`87deb68`](https://github.com/ljharb/tape/commit/87deb68b111fd0d94efc92c25454a6a3fcedff66)
586
+ - [eslint] clean up config a bit [`3171edd`](https://github.com/ljharb/tape/commit/3171eddd25dafb3e9a9606ac70ed6c21bb736e8e)
587
+ - [Tests] `stackTrace`: use the common `getDiag` utility [`65df5a4`](https://github.com/ljharb/tape/commit/65df5a4f194cf01c3872c713d129ac968342181c)
588
+ - [meta] fix repo URLs [`85d86a4`](https://github.com/ljharb/tape/commit/85d86a468af1b74af432d41c204efd4440b5f56f)
589
+ - Revert "[Tests] handle a broken error `cause` in node 16.9/16.10" [`775ba37`](https://github.com/ljharb/tape/commit/775ba3789e16b1464dc810243dc5866b2868fc1d)
590
+ - [meta] use `npmignore` to autogenerate an npmignore file [`1645abb`](https://github.com/ljharb/tape/commit/1645abbf47df2a8142514302da2730c54b993b47)
591
+ - [eslint] enable `func-style` [`75c0c3a`](https://github.com/ljharb/tape/commit/75c0c3a4f9452c36b5318ba6c09ab4ebc97f15d0)
592
+ - [readme] fix version badge [`20ea48d`](https://github.com/ljharb/tape/commit/20ea48d53b6492bf648d02d53c41b324abbfb6e1)
593
+
594
+ ## [v4.16.0](https://github.com/ljharb/tape/compare/v4.15.1...v4.16.0) - 2022-08-16
595
+
596
+ ### Commits
597
+
598
+ - [New] `bin/tape`: include the exact arg when there are no glob results; use require on `--require` files [`6a1ce43`](https://github.com/ljharb/tape/commit/6a1ce4389e8b601249c3c81b31cd60eea3e0f74a)
599
+ - [meta] create FUNDING.yml [`5b4752f`](https://github.com/ljharb/tape/commit/5b4752fe006597002918cbd3ee8a4e50f48677ca)
600
+ - [Refactor] `bin/tape`: make it a bit more functional, for easier v5 backporting [`fbdbfc9`](https://github.com/ljharb/tape/commit/fbdbfc90dd7afeba89cc3dd5e6280ed247f8b789)
601
+ - [Deps] update `glob`, `object-inspect`, `resolve`, `string.prototype.trim` [`6a3c200`](https://github.com/ljharb/tape/commit/6a3c2009e7f6052bd4423dce80bb140e234a877f)
602
+ - [Dev Deps] update `@ljharb/eslint-config`, `array.prototype.flatmap`, `es-value-fixtures`, `falafel` [`934d49b`](https://github.com/ljharb/tape/commit/934d49b1e840d3c57bd6e52a74017e06c6a55934)
603
+ - [Tests] fix no_only tests on Windows [`f35f71b`](https://github.com/ljharb/tape/commit/f35f71bd44e76eb53bedd63615e59fdc382e4d0d)
604
+ - [Robustness] `test` observably looks up `exec` on the object [`4575ca4`](https://github.com/ljharb/tape/commit/4575ca4b185cb503c93e29113b99e10f1ae4b63c)
605
+ - [meta] add SECURITY.md [`7b0c901`](https://github.com/ljharb/tape/commit/7b0c901b459b19668fcf6cc5b4b08f42978135b4)
606
+
607
+ ## [v4.15.1](https://github.com/ljharb/tape/compare/v4.15.0...v4.15.1) - 2022-04-08
608
+
609
+ ### Commits
610
+
611
+ - [Tests] handle a broken error `cause` in node 16.9/16.10 [`53d9e18`](https://github.com/ljharb/tape/commit/53d9e18a93addb2bf70c33cc4ffe8285233a3ad0)
612
+ - [Robustness] `test` observably looks up `exec` on the object [`9dbe9ad`](https://github.com/ljharb/tape/commit/9dbe9ad9163835edb302505dec26a8e21f20d893)
613
+ - [meta] remove unused travis.yml file [`5a52443`](https://github.com/ljharb/tape/commit/5a52443dcb8c14a9b59523fbb1c05b139833c812)
614
+ - [meta] ensure `prelint` works on windows [`48896e8`](https://github.com/ljharb/tape/commit/48896e87cee94d8d704ff2fb2bf730c1c0a94c71)
615
+ - [Dev Deps] update `eslint`, `@ljharb/eslint-config` [`3960ccf`](https://github.com/ljharb/tape/commit/3960ccf83722a25131522e35de63b89564eac519)
616
+ - [meta] improve `prelint` script when no `.git` dir is present [`7c6dbbd`](https://github.com/ljharb/tape/commit/7c6dbbdba1769bcb80b103d43c3eaa61e395dc52)
617
+ - [Deps] update `minimist` [`64677e0`](https://github.com/ljharb/tape/commit/64677e06006e1a1e4e36dc318cc4a36b2152ed95)
618
+
619
+ ## [v4.15.0](https://github.com/ljharb/tape/compare/v4.14.0...v4.15.0) - 2022-01-26
620
+
621
+ ### Merged
622
+
623
+ - [New] add `--no-only` flag/`NODE_TAPE_NO_ONLY_TEST` [`#572`](https://github.com/ljharb/tape/pull/572)
624
+
625
+ ### Commits
626
+
627
+ - [New] `t.match`/`t.doesNotMatch: fail the test instead of throw on wrong input types. [`a1c266b`](https://github.com/ljharb/tape/commit/a1c266bf9577420702e1067c40a4a65677add63a)
628
+ - [actions] reuse common workflows [`d3b4f46`](https://github.com/ljharb/tape/commit/d3b4f467445bb6da3a2e617c4b29e71528f32425)
629
+ - [readme] port changes from v5 [`87f9b29`](https://github.com/ljharb/tape/commit/87f9b293baeb48b507a4e9e16bba62c7ffcc4eb7)
630
+ - [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud` [`51ae645`](https://github.com/ljharb/tape/commit/51ae645c8325d6037d4389260a442e27c2efce73)
631
+ - [Fix] `bin/tape`: delay requires until needed [`b803fd8`](https://github.com/ljharb/tape/commit/b803fd8e24b1dff96cd43092e727826873c6c571)
632
+ - [readme] hard wraps bad, soft wraps good [`82af5ed`](https://github.com/ljharb/tape/commit/82af5ed68577c15526e5dc7ecd290f2e88494170)
633
+ - [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `safe-publish-latest`, `array.prototype.flatmap` [`3287a68`](https://github.com/ljharb/tape/commit/3287a68eb1f176a6d0d85390b79c05ffc3c50615)
634
+ - [actions] update codecov uploader [`8d6aa6c`](https://github.com/ljharb/tape/commit/8d6aa6c4b084a8cec9860d868ac353862fc8b545)
635
+ - [Tests] handle carriage returns in stack traces on Windows [`f79acdf`](https://github.com/ljharb/tape/commit/f79acdfb850d94f71a01970bff96337f52bb4e5a)
636
+ - [Deps] update `glob`, `is-regex`, `string.prototype.trim` [`470ca1c`](https://github.com/ljharb/tape/commit/470ca1c0f41155d2c08537bb6cc94e04edd063bc)
637
+ - [meta] better `eccheck` command [`fe6978d`](https://github.com/ljharb/tape/commit/fe6978d0a87a881a59ba7de23f2e68ff70d31074)
638
+ - [Deps] update `object-inspect`, `resolve` [`50ea080`](https://github.com/ljharb/tape/commit/50ea080561a71d8a6a2d41955441c8a094039227)
639
+ - [meta] Exclude `fs` from browser bundles (#565) [`418dc94`](https://github.com/ljharb/tape/commit/418dc94b14b440568fb58aa666df5cb2861fe22c)
640
+ - [Tests] handle a broken error `cause` in node 16.9/16.10 [`ca1b906`](https://github.com/ljharb/tape/commit/ca1b90616c2a8fb838b1bd99c90da758c5d80a72)
641
+ - [meta] fix `prelint` so it does not fail outside of a git repo [`a09133e`](https://github.com/ljharb/tape/commit/a09133e71d3925bf830f721d05bad72550dd3517)
642
+ - [Robustness] use cached `.test` [`86ec0b2`](https://github.com/ljharb/tape/commit/86ec0b262e0405ef0616201c1ffebbc5f278a217)
643
+
644
+ ## [v4.14.0](https://github.com/ljharb/tape/compare/v4.13.3...v4.14.0) - 2021-07-27
645
+
646
+ ### Merged
647
+
648
+ - [New] add `.teardown()` on `t` instances [`#546`](https://github.com/ljharb/tape/pull/546)
649
+ - [readme] add `tape-describe` to 'other' section [`#523`](https://github.com/ljharb/tape/pull/523)
650
+
651
+ ### Fixed
652
+
653
+ - [New] add `.teardown()` on `t` instances (#546) [`#531`](https://github.com/ljharb/tape/issues/531)
654
+ - [readme] add `tape-describe` to 'other' section (#523) [`#522`](https://github.com/ljharb/tape/issues/522)
655
+
656
+ ### Commits
657
+
658
+ - [Tests] make `stripFullStack` output an array of lines, for better failure messages [`f299759`](https://github.com/ljharb/tape/commit/f2997591a038fa48239f205e40eed5c75278a261)
659
+ - [eslint] fully enable `@ljharb` eslint config [`836610d`](https://github.com/ljharb/tape/commit/836610d9772b91a8d31f311834ae1325f2f740bf)
660
+ - [actions] use `node/install` instead of `node/run`; use `codecov` action [`46aff81`](https://github.com/ljharb/tape/commit/46aff81f10ad63990f6047c0bdba3be0c90bd3dd)
661
+ - [readme] improve `t.throws` documentation [`b36f816`](https://github.com/ljharb/tape/commit/b36f81698fbf4d172a49abb75b9474c4a978df5c)
662
+ - [Refactor] avoid reassigning arguments [`5c4052f`](https://github.com/ljharb/tape/commit/5c4052fcf51479320c9482c425a66dcbcc4a509a)
663
+ - [Tests] add test case for #519 for test.comment() in createStream/objectMode context [`1700642`](https://github.com/ljharb/tape/commit/17006422fa8189a7e361edfb1e803b73a72b4894)
664
+ - [Refactor] use `call-bind/callBound` instead of `function-bind` directly [`967b73f`](https://github.com/ljharb/tape/commit/967b73fe882e9c95c0436e6ce93f24fa3a2e14a9)
665
+ - [readme] Another way to create custom reporters [`d81f9f6`](https://github.com/ljharb/tape/commit/d81f9f6681ae72d3425b91e2f7a294e6d4225675)
666
+ - [meta] do not publish github action workflow files [`6bb3496`](https://github.com/ljharb/tape/commit/6bb34964abb1e704fe3dcc9fcf8d27d16ff5e296)
667
+ - [Refactor] remove unused line, unneeded var initialization; add missing `new` [`da0cdf1`](https://github.com/ljharb/tape/commit/da0cdf1651fec20f66a6bed2d1b17944e18dcd48)
668
+ - [Refactor] remove use of legacy `exports` [`a04439c`](https://github.com/ljharb/tape/commit/a04439c3027f3dc0dac8cf8ef5d24a493366be6a)
669
+ - [Deps] update `glob`, `is-regex`, `object-inspect`, `resolve`, `string.prototype.trim` [`6e71e6e`](https://github.com/ljharb/tape/commit/6e71e6ea1e009a62546a401a35974ca867a24b9a)
670
+ - [eslint] remove useless regex escapes [`1515ff4`](https://github.com/ljharb/tape/commit/1515ff4a8f749aa6d075bffdcda543ca94c559a9)
671
+ - [readme] remove travis badge; add actions and codecov badges [`57a7cc9`](https://github.com/ljharb/tape/commit/57a7cc906ec4f24f503350580c5859e5b3e56805)
672
+ - [meta] run `aud` in `posttest` [`3907aa5`](https://github.com/ljharb/tape/commit/3907aa560caa2c8d30a6a9168c0d7a3d65a3ba3e)
673
+ - [Refactor] generalize error message from calling `.end` more than once [`da8ca46`](https://github.com/ljharb/tape/commit/da8ca46cc0be28a3d4690a4009e0ddec7fc6f779)
674
+ - [Tests] handle stack differences in node 15 [`b7b01ec`](https://github.com/ljharb/tape/commit/b7b01ec38ede9f9722b5cce90574782e1eda1305)
675
+ - [Deps] update `is-regex`, `object-inspect`, `string.prototype.trim` [`e344080`](https://github.com/ljharb/tape/commit/e344080b1a4b097e1baa1a2b2e843fc283f3f5c2)
676
+ - [New] Include name of test in log when test times out (#524) [`78b4d98`](https://github.com/ljharb/tape/commit/78b4d9833a2df7593f653b263588b9a49ca3fe08)
677
+ - [Refactor] Avoid setting message property on primitives; use strict mode to catch this [`9dfb680`](https://github.com/ljharb/tape/commit/9dfb680e7543a3a701b3e410bfccbcce3b274d9f)
678
+ - [meta] add `safe-publish-latest`; use `prepublishOnly` script for npm 7+ [`c3d434d`](https://github.com/ljharb/tape/commit/c3d434d8b86a0be162efb7fb548f0405239a2688)
679
+ - [meta] ensure `not-in-publish`‘s absence does not fail anything [`2a0619d`](https://github.com/ljharb/tape/commit/2a0619d3193287aaa948fc4edf0bb2ccb4150a7b)
680
+ - [readme] remove long-dead testling-ci badge [`1461611`](https://github.com/ljharb/tape/commit/1461611bce87b190179d1ac0e2c69438f2b12f31)
681
+ - [Tests] ensure bin/tape is linted [`faa51b5`](https://github.com/ljharb/tape/commit/faa51b5baa709ba2e72f78be7cb7ce243c02a771)
682
+ - [Dev Deps] update `eslint` [`fad6165`](https://github.com/ljharb/tape/commit/fad6165ae85ebff132daedd1a1bdf3ee307c4ea1)
683
+ - [Dev Deps] update `eslint` [`79a0f4b`](https://github.com/ljharb/tape/commit/79a0f4b7b1d0c6db9228cdedf918f20a34dd7762)
684
+ - [Tests] exclude examples from coverage [`283f537`](https://github.com/ljharb/tape/commit/283f537f56885d18afbc2328c0c52ee60d528332)
685
+
686
+ ## [v4.13.3](https://github.com/ljharb/tape/compare/v4.13.2...v4.13.3) - 2020-05-24
687
+
688
+ ### Merged
689
+
690
+ - [Fix] `createStream`: `result` payload is not always an object [`#519`](https://github.com/ljharb/tape/pull/519)
691
+ - [Fix] Update RegExp for matching stack frames to handle Promise/then scenario [`#516`](https://github.com/ljharb/tape/pull/516)
692
+ - [Tests] Fix simple typo, placehodler -> placeholder [`#500`](https://github.com/ljharb/tape/pull/500)
693
+
694
+ ### Fixed
695
+
696
+ - [Fix] `createStream`: `result` payload is not always an object (#519) [`#519`](https://github.com/ljharb/tape/issues/519)
697
+ - [Fix] Update RegExp for matching stack frames to handle Promise/then scenario (#516) [`#515`](https://github.com/ljharb/tape/issues/515)
698
+
699
+ ### Commits
700
+
701
+ - [Dev Deps] update `eslint`, `falafel`, `js-yaml` [`9676a21`](https://github.com/ljharb/tape/commit/9676a21784a90a13e29505d86901cd1cd0c1c7db)
702
+ - [Deps] update `minimist`, `resolve` [`8887189`](https://github.com/ljharb/tape/commit/8887189c60d956f13f7b54497443bb4be2726748)
703
+ - [readme] add `tape-repeater` (#511) [`33712e2`](https://github.com/ljharb/tape/commit/33712e2dd7a89c6c97f58bfe38882631616363c4)
704
+ - [examples] add `ecstatic` [`9b87675`](https://github.com/ljharb/tape/commit/9b876753153e0a8f94894fbbe9e08d78df12b039)
705
+ - [readme] Add link to tape-player (in-process reporter) (#496) [`bc1334b`](https://github.com/ljharb/tape/commit/bc1334bc008e5d5aecd61c580aad1657932da146)
706
+ - [Docs] add an optional emoji version for tap-spec consumer (#501) [`6326dc6`](https://github.com/ljharb/tape/commit/6326dc62e761b92b87377b30c539f762ed2e9052)
707
+
708
+ ## [v4.13.2](https://github.com/ljharb/tape/compare/v4.13.1...v4.13.2) - 2020-03-02
709
+
710
+ ### Merged
711
+
712
+ - [patch] Print name of test that didnt end [`#498`](https://github.com/ljharb/tape/pull/498)
713
+
714
+ ### Commits
715
+
716
+ - [Tests] add tests for edge cases and numerics [`4526b39`](https://github.com/ljharb/tape/commit/4526b39834db8061feeeb931dcf06047f29e9970)
717
+ - [Tests] sync new test cases from master [`98b2695`](https://github.com/ljharb/tape/commit/98b2695ceebf6e1e175d29f291c9c1073416d947)
718
+ - [eslint] enable `quotes` rule [`d686aa2`](https://github.com/ljharb/tape/commit/d686aa2542a3641255a5427408cf4173450b9d6e)
719
+ - [Refactor] remove unused code [`e6b6f11`](https://github.com/ljharb/tape/commit/e6b6f119720e7e7b3aa43d72cdfa384f47e76cc2)
720
+ - [Deps] update `resolve` [`398503c`](https://github.com/ljharb/tape/commit/398503cfcabbaa56aa1e79d7523815a240d2d775)
721
+
722
+ ## [v4.13.1](https://github.com/ljharb/tape/compare/v4.13.0...v4.13.1) - 2020-01-09
723
+
724
+ ### Fixed
725
+
726
+ - [Fix] `match`/`doesNotMatch`: when passing, ensure the proper default assert message shows up [`#494`](https://github.com/ljharb/tape/issues/494)
727
+
728
+ ## [v4.13.0](https://github.com/ljharb/tape/compare/v4.12.1...v4.13.0) - 2020-01-07
729
+
730
+ ### Commits
731
+
732
+ - [New] add `t.match()` and `t.doesNotMatch()`, new in `node` `v13.6` [`0330d82`](https://github.com/ljharb/tape/commit/0330d8254d361b5b47d1ca427447a2ba84f6c2b6)
733
+ - [New] `tape` binary: Add -i flag to ignore files from gitignore (#492) [`e0e2542`](https://github.com/ljharb/tape/commit/e0e2542240875e5dad2ba12b1edc4be3251ae571)
734
+ - [lint] fix object key spacing [`d7c2fd3`](https://github.com/ljharb/tape/commit/d7c2fd37312cb81109dff7904646692cfb373cb6)
735
+ - [Tests] handle stack trace variation in node <= 0.8 [`21ac403`](https://github.com/ljharb/tape/commit/21ac4036eb99af0eb41d88f038af0d4d9623112c)
736
+ - [Deps] update `resolve` [`0f15085`](https://github.com/ljharb/tape/commit/0f15085b090ef52176564cbc2a6b7994d38173f5)
737
+
738
+ ## [v4.12.1](https://github.com/ljharb/tape/compare/v4.12.0...v4.12.1) - 2019-12-24
739
+
740
+ ### Commits
741
+
742
+ - [Fix] error stack file path can contain parens/spaces [`9094271`](https://github.com/ljharb/tape/commit/9094271d8d3813fd18618879be3582a842c0d279)
743
+ - [Deps] update `resolve` [`b765bba`](https://github.com/ljharb/tape/commit/b765bba1ea56075d5382b203b6902c8fc5f2d5a6)
744
+ - [Dev Deps] update `eslint` [`949781f`](https://github.com/ljharb/tape/commit/949781faf753d5481085f993210738e7b93b3172)
745
+
746
+ ## [v4.12.0](https://github.com/ljharb/tape/compare/v4.11.0...v4.12.0) - 2019-12-16
747
+
748
+ ### Fixed
749
+
750
+ - [New] when the error type is wrong, show the message and stack [`#479`](https://github.com/ljharb/tape/issues/479)
751
+
752
+ ### Commits
753
+
754
+ - [Tests] use shared travis-ci configs [`f3a5925`](https://github.com/ljharb/tape/commit/f3a5925bd805e6286731f54ad49f2307ad910dd9)
755
+ - [Tests] add a test for the wrong kind of error [`44cbbf5`](https://github.com/ljharb/tape/commit/44cbbf57f343abcf1139f861090c8b200bd80d7a)
756
+ - [Deps] update `deep-equal`, `glob`, `object-inspect`, `resolve`, `string.prototype.trim` [`6e94800`](https://github.com/ljharb/tape/commit/6e94800578340a8cab9e0f357c380ab78f09b2cd)
757
+ - [Deps] update `is-regex`, `string.prototype.trim` [`3e0a341`](https://github.com/ljharb/tape/commit/3e0a341863952c57c0e7f8ea678ebc471c9c9ef6)
758
+ - [Refactor] use `is-regex` instead of `instanceof RegExp` [`8150c3b`](https://github.com/ljharb/tape/commit/8150c3bc55032b0ace9e2fd2c1cd2eeb90710840)
759
+ - [Dev Deps] update `eslint` [`ba7e2b2`](https://github.com/ljharb/tape/commit/ba7e2b218b641368eca19d91c11bd8774812416f)
760
+ - add tap-nyc to pretty-reporters [`24487cb`](https://github.com/ljharb/tape/commit/24487cb1d99d569b6324050ab58af1a2c0c43f0d)
761
+
762
+ ## [v4.11.0](https://github.com/ljharb/tape/compare/v4.10.2...v4.11.0) - 2019-06-28
763
+
764
+ ### Commits
765
+
766
+ - [lint] enforce consistent semicolon usage [`a5006ce`](https://github.com/ljharb/tape/commit/a5006ce7460255de659c8caac8959a1086c301f0)
767
+ - [New] Add descriptive messages for skipped asserts [`838d995`](https://github.com/ljharb/tape/commit/838d9957354eb4793b64595eff6b71fbf539d758)
768
+ - [Fix] emit skipped tests as objects [`8d5dc2f`](https://github.com/ljharb/tape/commit/8d5dc2f17611e73fe48b5eb28db97194cfba61f5)
769
+ - [Tests] add tests for 'todo' exit codes [`c6c4ace`](https://github.com/ljharb/tape/commit/c6c4aceccf52fb189732b95fd049b4e110d7868f)
770
+ - [meta] clean up license so github can detect it [`861cf55`](https://github.com/ljharb/tape/commit/861cf551175405a0c9f5c33a71d637c6b8ddede9)
771
+ - [Refactor] use `!!` over `Boolean()` [`32b5948`](https://github.com/ljharb/tape/commit/32b5948fe71be6008d9142d7303ea5a68e3010a2)
772
+ - [Deps] update `inherits`, `resolve` [`9526c2e`](https://github.com/ljharb/tape/commit/9526c2e9d7c4cd354238eb1fe9414a99e225d047)
773
+
774
+ ## [v4.10.2](https://github.com/ljharb/tape/compare/v4.10.1...v4.10.2) - 2019-05-25
775
+
776
+ ### Fixed
777
+
778
+ - [Refactor] Removed never-read inErrorState from index.js [`#461`](https://github.com/ljharb/tape/issues/461)
779
+
780
+ ### Commits
781
+
782
+ - [fix] don't consider 'ok' of todo tests in exit code [`15b2dfc`](https://github.com/ljharb/tape/commit/15b2dfcc00f8ae6d94455034b2bf8ffb356e4d1d)
783
+ - Minor punctuation/highlighting improvement [`25b4a24`](https://github.com/ljharb/tape/commit/25b4a248b9bf8ced78d65f7775f9043209930078)
784
+ - [Dev Deps] update `eslint`, `js-yaml` [`9ec3a0f`](https://github.com/ljharb/tape/commit/9ec3a0faee15583d5cf79e6faeb5f7f22d11ca3a)
785
+ - [Deps] update `glob`, `resolve` [`c30e492`](https://github.com/ljharb/tape/commit/c30e49274bab975ced45031b579081bc5cf4904b)
786
+ - [meta] set save-prefix to `~` (meant for runtime deps) [`3f337d1`](https://github.com/ljharb/tape/commit/3f337d138527704a7eb02e7ac9d9a35ca35386ee)
787
+
788
+ ## [v4.10.1](https://github.com/ljharb/tape/compare/v4.10.0...v4.10.1) - 2019-02-13
789
+
790
+ ### Fixed
791
+
792
+ - Partial revert of #403: fbe4b951cb6c6cc4f0e9e3ae4a57b123dd82c0fb and 367b010d21c7c9814c4bc6b21d1c2a9a67596c11 [`#459`](https://github.com/ljharb/tape/issues/459)
793
+
794
+ ### Commits
795
+
796
+ - [Refactor] consistent spacing [`34ebb4c`](https://github.com/ljharb/tape/commit/34ebb4cb444acbd51715467a4794ccd9e8cedcdb)
797
+ - [Deps] update `resolve` [`a63261e`](https://github.com/ljharb/tape/commit/a63261eb81e8cbeeef70ef49486d84dd41190375)
798
+
799
+ ## [v4.10.0](https://github.com/ljharb/tape/compare/v4.9.2...v4.10.0) - 2019-02-09
800
+
801
+ ### Merged
802
+
803
+ - [Fix] Ensure that non-functions passed to `throws` fail the test, just like `assert` [`#268`](https://github.com/ljharb/tape/pull/268)
804
+ - [Fix] Ensure that non-functions passed to `throws` fail the test, just like `assert` [`#268`](https://github.com/ljharb/tape/pull/268)
805
+ - [Fix] Ensure that non-functions passed to `throws` fail the test, just like `assert` [`#268`](https://github.com/ljharb/tape/pull/268)
806
+ - Fix premature end of tests (and running sibling tests) when test includes subtests [`#403`](https://github.com/ljharb/tape/pull/403)
807
+ - [Fix]: only use one test runner for results, even if multiple streams are created [`#404`](https://github.com/ljharb/tape/pull/404)
808
+
809
+ ### Fixed
810
+
811
+ - Merge pull request #403 from nhamer/issue222 [`#222`](https://github.com/ljharb/tape/issues/222)
812
+ - Merge pull request #404 from nhamer/issue105 [`#105`](https://github.com/ljharb/tape/issues/105)
813
+ - [Test]: only use one test runner for results, even if multiple streams are created [`#105`](https://github.com/ljharb/tape/issues/105)
814
+ - [Fix] Fix premature end of tests (and running sibling tests) when test includes subtests [`#222`](https://github.com/ljharb/tape/issues/222)
815
+ - Comments should not make exit code incorrect. Fixes #92 [`#92`](https://github.com/ljharb/tape/issues/92)
816
+
817
+ ### Commits
818
+
819
+ - Merge all orphaned tags: 'v1.1.2', 'v2.0.2', 'v2.1.1', 'v2.2.2', 'v2.3.3', 'v2.4.3', 'v2.5.1', 'v2.6.1', 'v2.7.3', 'v2.8.1', 'v2.9.1', 'v2.10.3', 'v2.11.1', 'v2.13.4', 'v2.14.0', 'v2.14.1', 'v3.6.1' [`6209882`](https://github.com/ljharb/tape/commit/6209882aaf646c787ccf72244e8ebb04a9c95556)
820
+ - [New] Implements TAP TODO directive [`5cdaf54`](https://github.com/ljharb/tape/commit/5cdaf548b9b1d19c638e937ada10d550290a07c0)
821
+ - Minor test tweaks due to output differences in v1 vs v4. [`d22b5fc`](https://github.com/ljharb/tape/commit/d22b5fc48f7053dbf3bc1f4804783a61534edf33)
822
+ - Minor test tweaks due to whitespace differences in v3 vs v4. [`7ed6651`](https://github.com/ljharb/tape/commit/7ed6651b984fa8da66e3014b93bc1beda57bee9b)
823
+ - [Refactor] Avoid adding a new observable method to the API. [`fbe4b95`](https://github.com/ljharb/tape/commit/fbe4b951cb6c6cc4f0e9e3ae4a57b123dd82c0fb)
824
+ - Minor test tweaks due to whitespace differences in v2 vs v4. [`6ce09d9`](https://github.com/ljharb/tape/commit/6ce09d9a27c00ed4cee566feb13886b61f067d90)
825
+ - [Tests] missing t.end(); avoid shadowing [`144a361`](https://github.com/ljharb/tape/commit/144a36184b8edeb8f586fd1f257bcc8ecf483476)
826
+ - [Fix] Stop createStream for creating additional test runner loops [`b494b18`](https://github.com/ljharb/tape/commit/b494b188dc4f909ec7ca085e299fefe247d7b1c0)
827
+ - hats, has module [`6ecc842`](https://github.com/ljharb/tape/commit/6ecc842e53a8c25c93323c1f1a41bd4966346041)
828
+ - [Dev Deps] update `eslint`, `js-yaml` [`9e3d25e`](https://github.com/ljharb/tape/commit/9e3d25ec41a0c29d173c6451a30ff19fb8b699ff)
829
+ - [Fix] windows: Show failure location even if driver letter is lowercase [`fb548b3`](https://github.com/ljharb/tape/commit/fb548b33bc9ec01a4f0242da3345f5f86e90e97d)
830
+ - Add missing `concat-stream` devDep [`8b3c1b7`](https://github.com/ljharb/tape/commit/8b3c1b7f76a8b7ac8165cac08105bd0ac390e867)
831
+ - [New] add alias 'notDeepEquals' to 'notDeepEqual' function [`35844e6`](https://github.com/ljharb/tape/commit/35844e6143da924b5bba5e67dd0b5914298461f2)
832
+ - [Deps] update `glob` [`82e7b26`](https://github.com/ljharb/tape/commit/82e7b266565d080a9cb3bfa7bb18be7029813b9c)
833
+ - [Docs] Add tape-promise into 'other' [`d15bc4b`](https://github.com/ljharb/tape/commit/d15bc4b693f26824c03fbd647bc4fea89a4af5e2)
834
+ - [Docs] Add an alternative ES6 tape runner [`aac3e70`](https://github.com/ljharb/tape/commit/aac3e70c29cfd6dd4ff559741a9a43abf918a741)
835
+ - better travis yml [`066542a`](https://github.com/ljharb/tape/commit/066542a8a0d7ec4e8c1f3a5aabfba6eb01abf9f9)
836
+ - do not set canEmitExit with browserify process shim [`a28db7e`](https://github.com/ljharb/tape/commit/a28db7eb238f679591d6019a1511b4ebfab8ec39)
837
+ - do not set canEmitExit with browserify process shim [`ebdbba6`](https://github.com/ljharb/tape/commit/ebdbba6cd9daabd981538646f27fa152f77c2c20)
838
+ - do not set canEmitExit with browserify process shim [`4f33ae5`](https://github.com/ljharb/tape/commit/4f33ae5f9236f9fc8a4f4f88390ae5400de821a7)
839
+ - do not set canEmitExit with browserify process shim [`0e47a93`](https://github.com/ljharb/tape/commit/0e47a9359b9e6df0d5fd7bc1d17d7d8159b5d218)
840
+ - do not set canEmitExit with browserify process shim [`ff3e84f`](https://github.com/ljharb/tape/commit/ff3e84f94f1e4b26bab4aabeee2c1f8ed1015684)
841
+ - do not set canEmitExit with browserify process shim [`7164a03`](https://github.com/ljharb/tape/commit/7164a031b828c0493175867b92e69512f9223867)
842
+ - do not set canEmitExit with browserify process shim [`40cf488`](https://github.com/ljharb/tape/commit/40cf48878991e0d66509e1f36f4c191265c77ea0)
843
+ - do not set canEmitExit with browserify process shim [`d282191`](https://github.com/ljharb/tape/commit/d282191d2657d37cfb8d8e1250dba06744b349e7)
844
+ - do not set canEmitExit with browserify process shim [`59fd1dc`](https://github.com/ljharb/tape/commit/59fd1dc6aa4e3c2c399c727b3e9324038dbf87ca)
845
+ - do not set canEmitExit with browserify process shim [`87eb6bc`](https://github.com/ljharb/tape/commit/87eb6bc455a6d931f5bf0efa0fefb5e710360e10)
846
+ - do not set canEmitExit with browserify process shim [`c9d502e`](https://github.com/ljharb/tape/commit/c9d502ec3da3971e34e4493593506c17ec466fcf)
847
+ - do not set canEmitExit with browserify process shim [`66c0a7d`](https://github.com/ljharb/tape/commit/66c0a7d6a48498ae58df7ecc75c4f3cfa39eb08e)
848
+ - gitignore node_modules [`71af8ba`](https://github.com/ljharb/tape/commit/71af8ba72437da9324e25a4606d340f4508a4ebf)
849
+ - gitignore node_modules [`3495543`](https://github.com/ljharb/tape/commit/3495543d1cdd2bab3676bf23b09cb319f0b02954)
850
+ - [Docs] link to mixed tape [`8a7567a`](https://github.com/ljharb/tape/commit/8a7567ae54a7f057f7016f76b5f7cef354e011b4)
851
+ - [Docs] Add electron-tap [`5c36aa8`](https://github.com/ljharb/tape/commit/5c36aa862b7b356cd773ae09016039d4b523f304)
852
+ - [Docs] Mention [`flip-tape`](https://github.com/pguth/flip-tape/blob/master/README.md) in the section "other". [`1693c34`](https://github.com/ljharb/tape/commit/1693c341abf44462dc0a83aed68ed976a7fc1ad5)
853
+
854
+ ## [v4.9.2](https://github.com/ljharb/tape/compare/v4.9.1...v4.9.2) - 2018-12-29
855
+
856
+ ### Merged
857
+
858
+ - [Docs] Clarify doesNotThrow parameters [`#450`](https://github.com/ljharb/tape/pull/450)
859
+ - Update README: convert list of tap reporters to links [`#439`](https://github.com/ljharb/tape/pull/439)
860
+
861
+ ### Fixed
862
+
863
+ - [Fix] notEqual and notDeepEqual show "expected" value on failure [`#453`](https://github.com/ljharb/tape/issues/453)
864
+
865
+ ### Commits
866
+
867
+ - Convert list of tap reporters to links [`4337f58`](https://github.com/ljharb/tape/commit/4337f5878dedadf430e0e4c8146f3c6a691f5cda)
868
+ - [Docs] Updated readme to make test, test.only and test.skip consistent. [`75c467e`](https://github.com/ljharb/tape/commit/75c467eff9b4beba9f9ce5bc186853495b871fdc)
869
+ - [Dev Deps] update `eslint`, `eclint` [`4b9c951`](https://github.com/ljharb/tape/commit/4b9c951b1629ccb95b42900fb953d18032844b74)
870
+ - Clarify doesNotThrow parameters [`f53e3f1`](https://github.com/ljharb/tape/commit/f53e3f14cdc5cd2f4551d0114dffb481f87a65aa)
871
+ - [readme] Change broken image to use web archive [`b1df632`](https://github.com/ljharb/tape/commit/b1df632b408418fcdcb266383c889cd2567f843b)
872
+ - [Docs] cleanup from #439 [`5f1c5a2`](https://github.com/ljharb/tape/commit/5f1c5a2f07a0aaa48b44764b32cca61566d10442)
873
+ - Adding tap-junit [`96de340`](https://github.com/ljharb/tape/commit/96de340ce96683a4789884eb83412e5f36640f19)
874
+
875
+ ## [v4.9.1](https://github.com/ljharb/tape/compare/v4.9.0...v4.9.1) - 2018-06-07
876
+
877
+ ### Merged
878
+
879
+ - [docs] Add tap-react-browser [`#433`](https://github.com/ljharb/tape/pull/433)
880
+
881
+ ### Commits
882
+
883
+ - [Tests] add eclint and eslint, to enforce a consistent style [`c6f5313`](https://github.com/ljharb/tape/commit/c6f5313217bc0b553ccab9a70a195b26881b63d8)
884
+ - [fix] Fix bug in functionName regex during stack parsing [`ec4a71d`](https://github.com/ljharb/tape/commit/ec4a71d7c94a3692e5b42aa51d4a553d39fa8796)
885
+ - [Dev Deps] use ~ for dev deps; update to latest nonbreaking [`9d501ff`](https://github.com/ljharb/tape/commit/9d501ff25b20f9318cda741c88cf50d469175da5)
886
+ - [Deps] update `has`, `for-each`, `resolve`, `object-inspect` [`8a2d29b`](https://github.com/ljharb/tape/commit/8a2d29bc8adcd179ccef15a551f0df35fa3ab6c1)
887
+ - Add tap-react-browser [`6cbc53e`](https://github.com/ljharb/tape/commit/6cbc53ee1599cf54489dc66291a126d764ea68cf)
888
+ - [Dev Deps] update `js-yaml` [`73232c0`](https://github.com/ljharb/tape/commit/73232c01ef4d794c6c502e4f5a349d8fb26e2eeb)
889
+ - [Dev Deps] update `concat-stream` [`45788a5`](https://github.com/ljharb/tape/commit/45788a520f922397726958a37ab51dcaa6eb1b35)
890
+ - Fix spelling of "parameterize" [`24e0a8d`](https://github.com/ljharb/tape/commit/24e0a8d079ce9f68daf2ec0c00010facc383cca5)
891
+
892
+ ## [v4.9.0](https://github.com/ljharb/tape/compare/v4.8.0...v4.9.0) - 2018-02-18
893
+
894
+ ### Merged
895
+
896
+ - [New] use `process.env.NODE_TAPE_OBJECT_PRINT_DEPTH` for the default object print depth [`#420`](https://github.com/ljharb/tape/pull/420)
897
+ - Add "onFailure" listener to test harness. [`#408`](https://github.com/ljharb/tape/pull/408)
898
+ - normalize path separators in stripFullStack [`#402`](https://github.com/ljharb/tape/pull/402)
899
+ - Check added stack trace parts for filename match [`#387`](https://github.com/ljharb/tape/pull/387)
900
+ - Fix dirname in stack traces [`#388`](https://github.com/ljharb/tape/pull/388)
901
+ - Use local reference for clearTimeout global [`#385`](https://github.com/ljharb/tape/pull/385)
902
+
903
+ ### Fixed
904
+
905
+ - [Fix] fix stack where actual is falsy [`#399`](https://github.com/ljharb/tape/issues/399)
906
+
907
+ ### Commits
908
+
909
+ - Handle spaces in path name for setting file, line no [`bf5a750`](https://github.com/ljharb/tape/commit/bf5a750937df4920ab9e2e965be02ac69dd43f72)
910
+ - Update tests to correctly reference (or ignore) at prop [`d165142`](https://github.com/ljharb/tape/commit/d16514294623c710598a015fee233271e6bfee2c)
911
+ - Test for anonymous function wrapper [`6015599`](https://github.com/ljharb/tape/commit/601559949295fa6479d877ec5a69ef3dac419f52)
912
+ - Test name with spaces [`3c2087a`](https://github.com/ljharb/tape/commit/3c2087a214cd9f0086bc12ec1ec24b1ab02293a0)
913
+ - Add "onFinish" listener to test harness. [`00aa133`](https://github.com/ljharb/tape/commit/00aa1339b61eca78e2a4c52e22cbfdd08deef06a)
914
+ - [New] use `process.env.NODE_TAPE_OBJECT_PRINT_DEPTH` for the default object print depth. [`17276d7`](https://github.com/ljharb/tape/commit/17276d7473f9d98e37bab47ebdddf74ca1931f43)
915
+ - Handle stack variation in Node v0.8 [`a5fb7ed`](https://github.com/ljharb/tape/commit/a5fb7eda4cde3880bd07b23efb177bae11124768)
916
+ - [Tests] on `node` `v9`; use `nvm install-latest-npm` [`4919e40`](https://github.com/ljharb/tape/commit/4919e409e8a7c9d78a3abf0cea33a3549bb24fbc)
917
+ - Update existing tests to properly reference anonymous names [`f619f60`](https://github.com/ljharb/tape/commit/f619f604af08075b7c758c77924fdda8f2967704)
918
+ - Provide placeholder names for anonymous functions [`32faf70`](https://github.com/ljharb/tape/commit/32faf707e770f63071823f4a97122d7724d57aa9)
919
+ - [Deps] update `object-inspect`, `resolve` [`6867840`](https://github.com/ljharb/tape/commit/686784059075888fb6190fe790b2f873ef6b17fb)
920
+ - Reverse engineer error for at prop too [`1eba217`](https://github.com/ljharb/tape/commit/1eba217edbbdb84104ceac493062729fc3fe20fd)
921
+ - normalize path separators in stacks [`f90e487`](https://github.com/ljharb/tape/commit/f90e487aad2d787b6d725186e37bf352110dd97d)
922
+ - [Dev Deps] update `js-yaml` [`0e68b2d`](https://github.com/ljharb/tape/commit/0e68b2d1ff44929ea56c291fa24d9083e3151f84)
923
+ - [Deps] update `function-bind` [`b66f8f8`](https://github.com/ljharb/tape/commit/b66f8f80928bb82f0817407880a139ad118daf01)
924
+ - Use lib directory instead of package root for stacktrace checking [`b6f5aaf`](https://github.com/ljharb/tape/commit/b6f5aaff16144520c182ab33bd915fe14159a913)
925
+ - correct spelling mistake [`fde8216`](https://github.com/ljharb/tape/commit/fde82161a9e53cb104f94a8b41c40af00cbcaee4)
926
+
927
+ ## [v4.8.0](https://github.com/ljharb/tape/compare/v4.7.0...v4.8.0) - 2017-07-31
928
+
929
+ ### Commits
930
+
931
+ - [Deps] update `resolve`, `object-inspect` [`b50084c`](https://github.com/ljharb/tape/commit/b50084ccb22c2de3c51bdbdc62ae788443b10483)
932
+ - [Dev Deps] update `js-yaml` [`c82c593`](https://github.com/ljharb/tape/commit/c82c593d8cba15abfd7914f418e677ccfc23eaf6)
933
+ - updates README.md and adds tap-html [`bd6db7b`](https://github.com/ljharb/tape/commit/bd6db7b123a3a7e7c12bd2816b1840ed418a9d2a)
934
+
935
+ ## [v4.7.0](https://github.com/ljharb/tape/compare/v4.6.3...v4.7.0) - 2017-06-26
936
+
937
+ ### Merged
938
+
939
+ - Fix spurious "test exited without ending" [`#374`](https://github.com/ljharb/tape/pull/374)
940
+
941
+ ### Fixed
942
+
943
+ - [Fix] fix spurious "test exited without ending" [`#223`](https://github.com/ljharb/tape/issues/223)
944
+
945
+ ### Commits
946
+
947
+ - [New] show full error stack on failure [`9302682`](https://github.com/ljharb/tape/commit/93026823b0606021adac0042ef2da6865607ee90)
948
+ - [Cleanup] elses need cuddles [`995ddb2`](https://github.com/ljharb/tape/commit/995ddb254ab5e6048b4d049b902601b597ff24e0)
949
+ - [Tests] fix thrower stack in node 0.8 [`8b3a77e`](https://github.com/ljharb/tape/commit/8b3a77e595b8ee328d016fa12c773e9e7299910a)
950
+ - [Tests] fix stack differences on node 0.8 [`c7859a2`](https://github.com/ljharb/tape/commit/c7859a274b823823b4de1522959d2c06a1f3bd2b)
951
+ - [Tests] on `node` `v8`; no need for sudo; `v0.8` passes now; allow v5/v7/iojs to fail. [`e030260`](https://github.com/ljharb/tape/commit/e030260c86e48afd3edf8bd77bb048975f348eff)
952
+ - Only apps should have lock files. [`df48bfa`](https://github.com/ljharb/tape/commit/df48bfae19d8ba4b48055dacac8b81912b8887f2)
953
+ - [Tests] npm v4.6+ breaks on node < v1 [`35e47e1`](https://github.com/ljharb/tape/commit/35e47e1652dca17af9abfbb9050753dfe9c91ea0)
954
+ - [Refactor] instead of throwing on `undefined.forEach`, throw explicitly. [`b06f914`](https://github.com/ljharb/tape/commit/b06f9140729e61fad95daf5b765d77809b304f96)
955
+ - [Deps] update `glob`, `resolve` [`1a8e936`](https://github.com/ljharb/tape/commit/1a8e936235d8cf8269ce0683786761286a129bd8)
956
+ - [Dev Deps] update `falafel`, `js-yaml` [`7eb9e36`](https://github.com/ljharb/tape/commit/7eb9e3638743bd513bc69ae3f7db61401d68f7e5)
957
+ - [Dev Deps] update `concat-stream`, `js-yaml` [`e6d4625`](https://github.com/ljharb/tape/commit/e6d4625e175a42e3694a88a7061dc9e3f593cd37)
958
+ - [Tests] npm v5+ breaks on node < v4 [`4375661`](https://github.com/ljharb/tape/commit/4375661d4de9fb69da93e981c97f3d1eeda55871)
959
+ - [Deps] update `object-inspect` [`dc1ffa5`](https://github.com/ljharb/tape/commit/dc1ffa5c8e7486a15b785ff0f14b34ef879a8d57)
960
+ - [Deps] update `resolve` [`66519cb`](https://github.com/ljharb/tape/commit/66519cb1f018c50676b889ae8980fdd67a21de18)
961
+ - tap-min moved to derhuerst/tap-min [`bdf2b04`](https://github.com/ljharb/tape/commit/bdf2b04e8262eba2797acf7927b93f5b329ffe67)
962
+ - [Dev Deps] update `tap` [`5ec88e7`](https://github.com/ljharb/tape/commit/5ec88e736adbf85f05b7a3bb34caa452ed644e53)
963
+
964
+ ## [v4.6.3](https://github.com/ljharb/tape/compare/v4.6.2...v4.6.3) - 2016-11-21
965
+
966
+ ### Commits
967
+
968
+ - [Tests] on `node` `v7` [`a4cc2fe`](https://github.com/ljharb/tape/commit/a4cc2fe3e67c3c07bfcdbf244d46c9c68b29e6aa)
969
+ - [Fix] don’t assume `Array#forEach`, for ES3. [`cc9cc30`](https://github.com/ljharb/tape/commit/cc9cc304b60864d76e9a9efdd4e90003502cafff)
970
+ - [Dev Deps] update `js-yaml`, `tap-parser` [`a80e655`](https://github.com/ljharb/tape/commit/a80e655d9f03c26f1bb454927cbc8ba1f5679f2a)
971
+ - [Deps] update `glob` [`9b27d19`](https://github.com/ljharb/tape/commit/9b27d19c7de6151af356ade4876841595276d211)
972
+
973
+ ## [v4.6.2](https://github.com/ljharb/tape/compare/v4.6.1...v4.6.2) - 2016-09-30
974
+
975
+ ### Fixed
976
+
977
+ - [Fix] if someone throws `null`/`undefined`, it shouldn’t crash [`#324`](https://github.com/ljharb/tape/issues/324)
978
+
979
+ ## [v4.6.1](https://github.com/ljharb/tape/compare/v4.6.0...v4.6.1) - 2016-09-29
980
+
981
+ ### Merged
982
+
983
+ - Fix for not showing path for error messages on windows [`#316`](https://github.com/ljharb/tape/pull/316)
984
+ - [Tests] [Dev Deps] Update to latest version of devDependencies tap (v7) and tap-parser (v2) [`#318`](https://github.com/ljharb/tape/pull/318)
985
+ - [Fix] `.only` should not run multiple tests with the same name. [`#303`](https://github.com/ljharb/tape/pull/303)
986
+
987
+ ### Fixed
988
+
989
+ - [Fix] `throws`: only reassign “message” when it is not already non-enumerable. [`#320`](https://github.com/ljharb/tape/issues/320)
990
+ - update devDpendencies to latest: tap (v7) and tap-parser (v2) fixes #312 [`#312`](https://github.com/ljharb/tape/issues/312)
991
+ - update tap & tap-parser to latest versions fixes #312 (update devDependencies) [`#312`](https://github.com/ljharb/tape/issues/312)
992
+ - Merge pull request #303 from jtlapp/ref-based-only [`#299`](https://github.com/ljharb/tape/issues/299)
993
+
994
+ ### Commits
995
+
996
+ - update test/exit.js to use concat-stream instead of tap.createConsumer (method unvailable in tap v7) for #312 [`78e4ffd`](https://github.com/ljharb/tape/commit/78e4ffd6e5108907ed1389546e78414d88e42cc4)
997
+ - update test/require.js to use concat-stream instead of tap.createConsumer (method method unavailable in tap v7) see: https://github.com/substack/tape/issues/312#issuecomment-242740448 [`8826099`](https://github.com/ljharb/tape/commit/882609917f2a9739198e5f09c4262ab990e2964e)
998
+ - update test/end-as-callback.js to use concat-stream instead of tap.createCosumer (method unavailable in tap v7) for #312 [`be10880`](https://github.com/ljharb/tape/commit/be1088077b09d511eba5ce3704541801aa894028)
999
+ - udpate test/nested.js to use concat-stream instead of tap.createConsumer (method unavailable in tap v7) #312 [`1211a3a`](https://github.com/ljharb/tape/commit/1211a3afba139f91ae43939680565f499301dfe3)
1000
+ - update test/too_many.js to use concat-stream instead of tap.createConsumer (method unavailable in tap v7) see: https://github.com/substack/tape/issues/312#issuecomment-242740448 [`5f89509`](https://github.com/ljharb/tape/commit/5f89509559176ee49db3b5ae812324a292614425)
1001
+ - update test/fail.js to use concat-stream instead of tap.createConsumer (method unavailable in tap v7) see #312 [`b9ab50e`](https://github.com/ljharb/tape/commit/b9ab50ea47a72d61331d9fc55d684b3aa919d393)
1002
+ - update test/array.js to use concat-stream instead of tap.createConsumer() (no longer available in tap v7) [`00e595a`](https://github.com/ljharb/tape/commit/00e595a511d0c15b7cf191c6e46ee3ea464d39ed)
1003
+ - update test/nested-sync-noplan-noend.js to use concat-stream instead of tap.createConsumer (method unavailable in tap v7) for #312 [`45ae6c1`](https://github.com/ljharb/tape/commit/45ae6c106e7fa729ec9e5e475c12c9672c5a1324)
1004
+ - update test/default-messages.js to use concat-stream instead of tap.createConsumer() (no longer available in tap v7) #312 [`eb30f50`](https://github.com/ljharb/tape/commit/eb30f50930eecfe49ca64a1ec41305bdca84358a)
1005
+ - update test/timeoutAfter.js to use concat-stream instead of tap.createConsumer (method unavailable in tap v7) see: https://github.com/substack/tape/issues/312#issuecomment-242740448 [`db3a45e`](https://github.com/ljharb/tape/commit/db3a45eda8a855a87478e7533602fd1d8c787d17)
1006
+ - update test/only.js to use concat-stream instead of tap.createConsumer (method unavailable in tap v7) for #312 [`c1807c2`](https://github.com/ljharb/tape/commit/c1807c26efc475fa8838e72891e47efcc45b1374)
1007
+ - .only now identifies tests by reference instead of by test name, fixing #299 [`289b590`](https://github.com/ljharb/tape/commit/289b59005706dbedf572c9d209681656664c7bde)
1008
+ - Separate tap extensions by category [`6978df4`](https://github.com/ljharb/tape/commit/6978df4fde57d2cbab517f479794cf3f4a84f482)
1009
+ - In docs, clarified when 'msg' describes the assertion. Also clarified 'expected' in throws(). [`e532790`](https://github.com/ljharb/tape/commit/e532790dd690ac8936d642b1392b14cba91e2569)
1010
+ - remove redundant tests from test/skip.js - still testing the documented API adequately [`aa021eb`](https://github.com/ljharb/tape/commit/aa021eb616cde1a547995ac0ffef02b73895ba04)
1011
+ - remove redundant tests in test/throws.js (assertion unchanged! tests pass) for #312 [`fd7eb30`](https://github.com/ljharb/tape/commit/fd7eb30bea4328cebeaa38d9bea4c21c47f12e5e)
1012
+ - Fix for unit tests on windows [`baca83c`](https://github.com/ljharb/tape/commit/baca83c59361a6fb3baf5f5e0ef967c9eb80e124)
1013
+ - update test/max_listeners.js to use path.join for cross-platform compatibility see: https://github.com/substack/tape/pull/314#discussion_r76651627 [`1bac623`](https://github.com/ljharb/tape/commit/1bac623d0df9250aede8ba091e87688fa4b31b02)
1014
+ - [Dev Deps] update `falafel`, `tap-parser` [`50f462e`](https://github.com/ljharb/tape/commit/50f462e7a8acd4c5cd9cdebd2a25d52ab16e49bd)
1015
+ - [Dev Deps] update `tap`, `tap-parser` [`ea9dcb7`](https://github.com/ljharb/tape/commit/ea9dcb78c91c6905c2bce0bf804475d2a9d3b4df)
1016
+ - update test/double_end.js to use path.join for cross-platform compatibility see: https://github.com/substack/tape/pull/314#discussion_r76651627 [`e3115ff`](https://github.com/ljharb/tape/commit/e3115ff6c23398c3a9486a51bebd41656e3d6f2e)
1017
+ - [Deps] update `glob` [`6369b77`](https://github.com/ljharb/tape/commit/6369b778c15f72c4d8954527d076b3d0ede0bf74)
1018
+ - [Tests] ensure the max_listeners test has passing output. [`918e217`](https://github.com/ljharb/tape/commit/918e217c03febe3f8b7c12cc5d6a133745698cd0)
1019
+ - [Deps] update `inherits` [`96552cf`](https://github.com/ljharb/tape/commit/96552cff15ab5a5072b9343cf476c8d3e1e95452)
1020
+ - [Dev Deps] update `concat-stream` [`47507a0`](https://github.com/ljharb/tape/commit/47507a065e7e905180a0c9883b59d87a4b4d4154)
1021
+ - [Deps] update `glob` [`8608d59`](https://github.com/ljharb/tape/commit/8608d598cbcf14f575494bb1e0eeed2dd22a7f5a)
1022
+ - Fix bug from #303 / 289b59005706dbedf572c9d209681656664c7bde [`092344b`](https://github.com/ljharb/tape/commit/092344b906cd3774ba1812d2db431e77916c9f19)
1023
+ - initialized _only to null [`07da71b`](https://github.com/ljharb/tape/commit/07da71b3e08d4f8c07e8c6e5796c1859a4f116ce)
1024
+ - [Dev Deps] update `glob` [`fb600ee`](https://github.com/ljharb/tape/commit/fb600eed777a8b4c712005eeda49b2edc0449a70)
1025
+ - Added travis ci support for node 6 [`d5e1a5e`](https://github.com/ljharb/tape/commit/d5e1a5ef42ae838951bdc41a9d494c6278576d75)
1026
+
1027
+ ## [v4.6.0](https://github.com/ljharb/tape/compare/v4.5.1...v4.6.0) - 2016-06-19
1028
+
1029
+ ### Fixed
1030
+
1031
+ - [Robustness] be robust against the global `setTimeout` changing. [`#292`](https://github.com/ljharb/tape/issues/292)
1032
+ - [Tests] add some tests with `throws` and RegExp matching. [`#269`](https://github.com/ljharb/tape/issues/269)
1033
+
1034
+ ### Commits
1035
+
1036
+ - [results] make object-inspect depth configurable for expected/actual [`a196915`](https://github.com/ljharb/tape/commit/a1969156ca4ed81ffc2cc338f8d905fb65ae1604)
1037
+ - add message defaults to .ok() and .notOk() [`91b639c`](https://github.com/ljharb/tape/commit/91b639c360eef0c31a7b25e788311c7bfeb981a1)
1038
+ - Add test for deep loose equal. [`5060034`](https://github.com/ljharb/tape/commit/5060034b6ceae1f08bc552029bab5bbc5199f7b9)
1039
+ - [Deps] update `glob`, `object-inspect` [`5492dee`](https://github.com/ljharb/tape/commit/5492dee269ee4af5bd19fd558a41badaa986641e)
1040
+ - [Dev Deps] update `js-yaml` [`03bf9b6`](https://github.com/ljharb/tape/commit/03bf9b63948df5e4733559f9db091543869bbe09)
1041
+ - [Deps] update `glob` [`1f82954`](https://github.com/ljharb/tape/commit/1f829546b7cfbc167d150c1594de19f6aaabca5c)
1042
+ - Update readme.markdown [`7ea6373`](https://github.com/ljharb/tape/commit/7ea6373848e37efb3acc3f4898f084d96d7994ee)
1043
+ - link build badge to master branch [`a2c0f2e`](https://github.com/ljharb/tape/commit/a2c0f2eff3b00c9057c243e2b57b673209d9aaf0)
1044
+ - [Dev Deps] update `js-yaml` [`b194ab1`](https://github.com/ljharb/tape/commit/b194ab17670a1dfbb3f9c99a638a46dd7e9b84e7)
1045
+
1046
+ ## [v4.5.1](https://github.com/ljharb/tape/compare/v4.5.0...v4.5.1) - 2016-03-06
1047
+
1048
+ ### Merged
1049
+
1050
+ - [Fix] Ensure that non-functions passed to `throws` fail the test, just like `assert` [`#268`](https://github.com/ljharb/tape/pull/268)
1051
+
1052
+ ### Fixed
1053
+
1054
+ - Ensure that non-functions passed to `throws` fail the test, just like `assert` [`#267`](https://github.com/ljharb/tape/issues/267)
1055
+
1056
+ ## [v4.5.0](https://github.com/ljharb/tape/compare/v4.4.1...v4.5.0) - 2016-03-02
1057
+
1058
+ ### Merged
1059
+
1060
+ - Test on Node.js v0.10.x, v0.12.x, v4.x, and v5.x [`#238`](https://github.com/ljharb/tape/pull/238)
1061
+ - [Docs] Fix readme formatting [`#233`](https://github.com/ljharb/tape/pull/233)
1062
+
1063
+ ### Fixed
1064
+
1065
+ - [Tests] remove unnecessary + failing Error message assertion [`#255`](https://github.com/ljharb/tape/issues/255)
1066
+
1067
+ ### Commits
1068
+
1069
+ - [New] Skipped test blocks should output a “SKIP” message. [`1414948`](https://github.com/ljharb/tape/commit/1414948acaeb0a3b39e77b78a0ea94725756142c)
1070
+ - [Deps] update `deep-equal`, `function-bind`, `glob`, `object-inspect`, `resolve`, `string.prototype.trim`, `through` [`13654ad`](https://github.com/ljharb/tape/commit/13654addc410056b6dd48a35352deaa167b5bb98)
1071
+ - [Dev Deps] update `concat-stream`, `falafel`, `js-yaml`, `tap-parser` [`9a6b655`](https://github.com/ljharb/tape/commit/9a6b6559013ee732472b5e81bd106994121a068d)
1072
+ - doc: Explain opts in t.test [`545db26`](https://github.com/ljharb/tape/commit/545db260ee27e7121eed42e963973038013b4bd4)
1073
+ - [Tests] building C extensions on iojs 3 and greater doesn’t work on a stock sudoless travis-ci VM. [`40be685`](https://github.com/ljharb/tape/commit/40be68520fedee580462bfaa7e91651154a65bea)
1074
+ - Fix readme formatting [`69dada1`](https://github.com/ljharb/tape/commit/69dada15d940f9925e4e9a4ff6c71039d497c2cd)
1075
+ - Travis: Get rid of sudo [`95848f4`](https://github.com/ljharb/tape/commit/95848f4a361168a429c1b16dc6988f90f8a413a0)
1076
+ - Add back iojs [`0f51449`](https://github.com/ljharb/tape/commit/0f5144995a3bdd4eff81f294b7b8537116856a8a)
1077
+
1078
+ ## [v4.4.1](https://github.com/ljharb/tape/compare/v4.4.0...v4.4.1) - 2015-12-30
1079
+
1080
+ ### Merged
1081
+
1082
+ - Multiline comments [`#228`](https://github.com/ljharb/tape/pull/228)
1083
+ - [Docs] Fix a typo in the README [`#229`](https://github.com/ljharb/tape/pull/229)
1084
+
1085
+ ### Commits
1086
+
1087
+ - Exploratory comments to ascertain current behavior [`cc3b58e`](https://github.com/ljharb/tape/commit/cc3b58e632f9f5344bcc3e9637ab1c019e5d2d37)
1088
+ - Failing test for new functionality [`0132b1d`](https://github.com/ljharb/tape/commit/0132b1db156fae25bb40dc09ec178217a1be4d0a)
1089
+ - Added test case for Windows line endings [`c66f25e`](https://github.com/ljharb/tape/commit/c66f25e32696df21a7f59153ea3e7db3480fcc4e)
1090
+ - Removed unnecessary cast [`3a5417a`](https://github.com/ljharb/tape/commit/3a5417a1032287d35dad65d40c896b0bc625060f)
1091
+ - Fix a typo in the README [`b8e4002`](https://github.com/ljharb/tape/commit/b8e4002d18559542af4117432d91a38e8f9ba63d)
1092
+
1093
+ ## [v4.4.0](https://github.com/ljharb/tape/compare/v4.3.0...v4.4.0) - 2015-12-25
1094
+
1095
+ ### Merged
1096
+
1097
+ - Issue175 [`#212`](https://github.com/ljharb/tape/pull/212)
1098
+ - Removed unreachable Results.prototype.only code [`#217`](https://github.com/ljharb/tape/pull/217)
1099
+
1100
+ ### Fixed
1101
+
1102
+ - rename tearDown to onFinish [`#175`](https://github.com/ljharb/tape/issues/175)
1103
+ - add tape.tearDown handler [`#175`](https://github.com/ljharb/tape/issues/175)
1104
+
1105
+ ### Commits
1106
+
1107
+ - document onFinish hook [`2795763`](https://github.com/ljharb/tape/commit/279576302ab34ed93190eddbe7778fc712adca4f)
1108
+
1109
+ ## [v4.3.0](https://github.com/ljharb/tape/compare/v4.2.2...v4.3.0) - 2015-12-22
1110
+
1111
+ ### Merged
1112
+
1113
+ - Add flag to require modules before running tests [`#224`](https://github.com/ljharb/tape/pull/224)
1114
+ - Add few tap reporters [`#213`](https://github.com/ljharb/tape/pull/213)
1115
+ - Add ES6 support link to documentation. [`#204`](https://github.com/ljharb/tape/pull/204)
1116
+
1117
+ ### Commits
1118
+
1119
+ - This implements `-r` and `--require` as command line options [`7ae60f5`](https://github.com/ljharb/tape/commit/7ae60f5ff63b6bfd9c7811eb8977ed60bfeaa5ac)
1120
+ - Add `-r,--require` documentation to README.md [`096d2e7`](https://github.com/ljharb/tape/commit/096d2e70bf7c73123156f6ffe3044e81adce7e1b)
1121
+ - Revert "Remove unneeded whitespaces in README" [`35c6c08`](https://github.com/ljharb/tape/commit/35c6c089034add8ea6f47ef9f0d3a58e6c94dce7)
1122
+ - Remove unneeded whitespaces in README [`3ed9b91`](https://github.com/ljharb/tape/commit/3ed9b91616426ac0ab5dc16274019ce70a5b3e2c)
1123
+ - Use regular ol' `if` instead of boolean operator in sanity check [`ffa503a`](https://github.com/ljharb/tape/commit/ffa503ad8acb22fe3108748189c0e1888511d8ba)
1124
+ - Make single require check more readable [`d0ca885`](https://github.com/ljharb/tape/commit/d0ca885a1f1e646a886aaae243c40ae03b3cc94f)
1125
+ - Unquote keys in object literals [`9f02249`](https://github.com/ljharb/tape/commit/9f02249f1e99f88eae26d39527768820f9b58c89)
1126
+ - Use ~ for minimist and resolve dependency versions. [`4f81dbc`](https://github.com/ljharb/tape/commit/4f81dbc5f9344b3dc9d56943d96249577d39f852)
1127
+ - Fix spelling mistake in comment [`4077efe`](https://github.com/ljharb/tape/commit/4077efe19fe914a4b344ce3da1710478bed5f734)
1128
+ - Fix indent mistake [`2e57f22`](https://github.com/ljharb/tape/commit/2e57f22b9690e828c42f6d3c28e22c3f01948ea7)
1129
+ - Revert "Added rudimentary source map support" [`3f02033`](https://github.com/ljharb/tape/commit/3f02033f6024a526951ed6ad7606bdcb6d589f91)
1130
+ - Added rudimentary source map support [`737aa42`](https://github.com/ljharb/tape/commit/737aa4273e43e5c5faa825729c4f5ecb2e3ab519)
1131
+ - Add "tap-diff" and "tap-notify" to README [`77a2bbb`](https://github.com/ljharb/tape/commit/77a2bbb40397d66557bf1c7aa3cdee8b30adbd5c)
1132
+
1133
+ ## [v4.2.2](https://github.com/ljharb/tape/compare/v4.2.1...v4.2.2) - 2015-10-20
1134
+
1135
+ ### Merged
1136
+
1137
+ - Move timeout option to run time, not load time [`#202`](https://github.com/ljharb/tape/pull/202)
1138
+
1139
+ ## [v4.2.1](https://github.com/ljharb/tape/compare/v4.2.0...v4.2.1) - 2015-10-02
1140
+
1141
+ ### Merged
1142
+
1143
+ - Travis: Add Node v4 [`#195`](https://github.com/ljharb/tape/pull/195)
1144
+ - add tape-dom link to the readme [`#189`](https://github.com/ljharb/tape/pull/189)
1145
+
1146
+ ### Commits
1147
+
1148
+ - Use `string.prototype.trim` instead of relying on `String#trim`, for ES3. [`77e1848`](https://github.com/ljharb/tape/commit/77e184843f955722e261f81e50c5cc10f06784fd)
1149
+ - Bumping `defined` to v1.0.0 - no implementation change, just follows semver now. [`0e407f0`](https://github.com/ljharb/tape/commit/0e407f05d66c6e29ef26989d659db99b86b40a64)
1150
+ - Add Node v4 [`df62458`](https://github.com/ljharb/tape/commit/df624584d8420848bfcb340a62701dcd717867af)
1151
+
1152
+ ## [v4.2.0](https://github.com/ljharb/tape/compare/v4.1.0...v4.2.0) - 2015-08-14
1153
+
1154
+ ### Commits
1155
+
1156
+ - Use `has` instead of a homegrown version of the same. [`e82c1e8`](https://github.com/ljharb/tape/commit/e82c1e8e7a5d5ad420fc9efc8accfaa11b7dd12c)
1157
+ - Use `function-bind` to ensure we're robust against modification of `Function#call` [`88d567c`](https://github.com/ljharb/tape/commit/88d567cdd9fcc0f7016029b8aa97e8439edb85c4)
1158
+
1159
+ ## [v4.1.0](https://github.com/ljharb/tape/compare/v4.0.3...v4.1.0) - 2015-08-12
1160
+
1161
+ ### Merged
1162
+
1163
+ - improve yaml formating of diagnostic information [`#171`](https://github.com/ljharb/tape/pull/171)
1164
+ - Expose the main test harness [`#170`](https://github.com/ljharb/tape/pull/170)
1165
+
1166
+ ### Fixed
1167
+
1168
+ - Expose the main harness's results object [`#148`](https://github.com/ljharb/tape/issues/148)
1169
+
1170
+ ### Commits
1171
+
1172
+ - improve yaml formatting of diagnostic information [`b73d2bf`](https://github.com/ljharb/tape/commit/b73d2bfb69364f5332f5958bca2c69099aedc290)
1173
+ - Exposing the whole test harness [`fc889f5`](https://github.com/ljharb/tape/commit/fc889f56b418fbb30150d517ed7d8b8aa5b943d4)
1174
+
1175
+ ## [v4.0.3](https://github.com/ljharb/tape/compare/v4.0.2...v4.0.3) - 2015-08-06
1176
+
1177
+ ### Commits
1178
+
1179
+ - Cache `Object.prototype.hasOwnProperty` here also. [`3eda12c`](https://github.com/ljharb/tape/commit/3eda12c110980a8348c23c0e544ab74fd1318693)
1180
+
1181
+ ## [v4.0.2](https://github.com/ljharb/tape/compare/v4.0.1...v4.0.2) - 2015-08-03
1182
+
1183
+ ### Merged
1184
+
1185
+ - Comments should not make exit code incorrect. Fixes #92 [`#168`](https://github.com/ljharb/tape/pull/168)
1186
+ - Added --save-dev to install instruction [`#166`](https://github.com/ljharb/tape/pull/166)
1187
+
1188
+ ### Fixed
1189
+
1190
+ - Merge pull request #168 from grit96/issue-92 [`#92`](https://github.com/ljharb/tape/issues/92)
1191
+ - Comments should not make exit code incorrect. Fixes #92 [`#92`](https://github.com/ljharb/tape/issues/92)
1192
+
1193
+ ## [v4.0.1](https://github.com/ljharb/tape/compare/v4.0.0...v4.0.1) - 2015-07-19
1194
+
1195
+ ### Merged
1196
+
1197
+ - Add info about bin usage to readme. [`#156`](https://github.com/ljharb/tape/pull/156)
1198
+ - Clarify comment documentation [`#153`](https://github.com/ljharb/tape/pull/153)
1199
+
1200
+ ### Commits
1201
+
1202
+ - Cache `Object#hasOwnProperty` in case clients break it as part of tests [`f9a8088`](https://github.com/ljharb/tape/commit/f9a8088b93dfed09ae1a6e3be614e3e03ef8eed2)
1203
+
1204
+ ## [v4.0.0](https://github.com/ljharb/tape/compare/v3.6.1...v4.0.0) - 2015-04-03
1205
+
1206
+ ### Fixed
1207
+
1208
+ - Expand reporters section into "things that go well with tape" [`#147`](https://github.com/ljharb/tape/issues/147)
1209
+ - Update dependencies [`#93`](https://github.com/ljharb/tape/issues/93)
1210
+
1211
+ ### Commits
1212
+
1213
+ - Drop 0.8 support [`cf56a13`](https://github.com/ljharb/tape/commit/cf56a1336f90a0dcac7f5a9afa4afc09e00bfb8b)
1214
+
1215
+ ## [v3.6.1](https://github.com/ljharb/tape/compare/v3.6.0...v3.6.1) - 2016-03-06
1216
+
1217
+ ### Merged
1218
+
1219
+ - [Fix] Ensure that non-functions passed to `throws` fail the test, just like `assert` [`#268`](https://github.com/ljharb/tape/pull/268)
1220
+
1221
+ ### Commits
1222
+
1223
+ - Minor test tweaks due to whitespace differences in v3 vs v4. [`7ed6651`](https://github.com/ljharb/tape/commit/7ed6651b984fa8da66e3014b93bc1beda57bee9b)
1224
+
1225
+ ## [v3.6.0](https://github.com/ljharb/tape/compare/v3.5.1...v3.6.0) - 2015-04-02
1226
+
1227
+ ### Merged
1228
+
1229
+ - Only check for errors in callback if exist [`#149`](https://github.com/ljharb/tape/pull/149)
1230
+ - Added tap-difflet to README [`#139`](https://github.com/ljharb/tape/pull/139)
1231
+ - Fixed typo in README [`#146`](https://github.com/ljharb/tape/pull/146)
1232
+
1233
+ ### Commits
1234
+
1235
+ - fix test [`7329ddc`](https://github.com/ljharb/tape/commit/7329ddc629b44b22ef0724da846f81de7c49dab1)
1236
+ - Remove this extra test I mistakenly committed [`4b1e452`](https://github.com/ljharb/tape/commit/4b1e452ea64cd4e25f91ea6155e6888dbc513382)
1237
+ - Add documentation of test.comment [`04bb03e`](https://github.com/ljharb/tape/commit/04bb03eeda4e2369b1d4c277aeaf811117b5e126)
1238
+ - only ifError if we have an err value [`4205104`](https://github.com/ljharb/tape/commit/4205104c47c211d1b52547d4922bdd3def8b56e4)
1239
+
1240
+ ## [v3.5.1](https://github.com/ljharb/tape/compare/v3.5.0...v3.5.1) - 2015-02-05
1241
+
1242
+ ### Merged
1243
+
1244
+ - add caught guard to avoid referencing undefined property [`#145`](https://github.com/ljharb/tape/pull/145)
1245
+
1246
+ ## [v3.5.0](https://github.com/ljharb/tape/compare/v3.4.0...v3.5.0) - 2015-01-30
1247
+
1248
+ ### Merged
1249
+
1250
+ - Detect `inErrorState` with code not equal to zero [`#138`](https://github.com/ljharb/tape/pull/138)
1251
+ - Fixing backwards t.end explanation [`#142`](https://github.com/ljharb/tape/pull/142)
1252
+ - adds note on t.end(arg) behavior [`#141`](https://github.com/ljharb/tape/pull/141)
1253
+
1254
+ ## [v3.4.0](https://github.com/ljharb/tape/compare/v3.3.0...v3.4.0) - 2015-01-18
1255
+
1256
+ ### Merged
1257
+
1258
+ - Add a Function.constructor check to throws. [`#130`](https://github.com/ljharb/tape/pull/130)
1259
+ - remove unused require [`#131`](https://github.com/ljharb/tape/pull/131)
1260
+ - Add section about uncaught exceptions to readme. [`#134`](https://github.com/ljharb/tape/pull/134)
1261
+
1262
+ ### Commits
1263
+
1264
+ - add t.throws(fn, Function) [`13efd54`](https://github.com/ljharb/tape/commit/13efd546192dcc7fd58abdafe6f6831c9e1e269c)
1265
+
1266
+ ## [v3.3.0](https://github.com/ljharb/tape/compare/v3.2.0...v3.3.0) - 2015-01-18
1267
+
1268
+ ### Merged
1269
+
1270
+ - Improve at error detection [`#133`](https://github.com/ljharb/tape/pull/133)
1271
+ - Add timeoutAfter method [`#132`](https://github.com/ljharb/tape/pull/132)
1272
+
1273
+ ### Commits
1274
+
1275
+ - Add timeoutAfter method to Test [`926122a`](https://github.com/ljharb/tape/commit/926122a14823605b2881dbb12b35bc76904c8fa4)
1276
+ - Add opts to readme [`ea6dc65`](https://github.com/ljharb/tape/commit/ea6dc65c059683b32dea8c7456bed9ad95007e59)
1277
+ - Support timeout in opts [`7133ca5`](https://github.com/ljharb/tape/commit/7133ca5fdba8df304f259342468fb143c7dcd565)
1278
+ - Add timeoutAfter to readme [`00a8ba8`](https://github.com/ljharb/tape/commit/00a8ba85255d9be9dc1cf6c1d00e501418dc7ea8)
1279
+ - Add .gitignore [`9fb9423`](https://github.com/ljharb/tape/commit/9fb94232b211accc97f971946412e5ab0ec2eb86)
1280
+
1281
+ ## [v3.2.0](https://github.com/ljharb/tape/compare/v3.1.0...v3.2.0) - 2015-01-15
1282
+
1283
+ ## [v3.1.0](https://github.com/ljharb/tape/compare/v3.0.3...v3.1.0) - 2015-01-15
1284
+
1285
+ ### Merged
1286
+
1287
+ - Remove uncaught-exception listener [`#127`](https://github.com/ljharb/tape/pull/127)
1288
+ - Adding tap-xunit to reporters. [`#123`](https://github.com/ljharb/tape/pull/123)
1289
+
1290
+ ### Commits
1291
+
1292
+ - Remove uncaught-exception. [`dd661b0`](https://github.com/ljharb/tape/commit/dd661b0b4bddce16b1d92c8d8faca10cca4bcaf6)
1293
+ - Add back to do not call exit() if error semantics. [`9c60d32`](https://github.com/ljharb/tape/commit/9c60d320a58016f3f914f30eb468aa5e3a9a3c2e)
1294
+ - Adding a tap-xunit to reporters. [`ca27f59`](https://github.com/ljharb/tape/commit/ca27f594ea3bc12c81a667ca019fb31a37ff7b60)
1295
+
1296
+ ## [v3.0.3](https://github.com/ljharb/tape/compare/v3.0.2...v3.0.3) - 2014-11-11
1297
+
1298
+ ### Commits
1299
+
1300
+ - notLooseEquals should be !deepEqual [`5121547`](https://github.com/ljharb/tape/commit/5121547ab28ac6b16be594772680a3364956e2d9)
1301
+
1302
+ ## [v3.0.2](https://github.com/ljharb/tape/compare/v3.0.1...v3.0.2) - 2014-11-05
1303
+
1304
+ ### Merged
1305
+
1306
+ - Change "a,b" into "actual,expected" [`#114`](https://github.com/ljharb/tape/pull/114)
1307
+
1308
+ ## [v3.0.1](https://github.com/ljharb/tape/compare/v3.0.0...v3.0.1) - 2014-10-17
1309
+
1310
+ ### Commits
1311
+
1312
+ - Fixes global leak `prop` [`9eb3ecd`](https://github.com/ljharb/tape/commit/9eb3ecd8a0637d55d120656f64ddc09c18debfac)
1313
+
1314
+ ## [v3.0.0](https://github.com/ljharb/tape/compare/v2.14.1...v3.0.0) - 2014-09-17
1315
+
1316
+ ### Merged
1317
+
1318
+ - Document that expected must be a RegExp [`#101`](https://github.com/ljharb/tape/pull/101)
1319
+ - Asynchronously declared nested tests w/ plan() w/o end() [`#98`](https://github.com/ljharb/tape/pull/98)
1320
+
1321
+ ### Commits
1322
+
1323
+ - remove failing throw test [`672b8d3`](https://github.com/ljharb/tape/commit/672b8d30f9c528c635ff273bf8e08870e4009a30)
1324
+ - remove try catch [`b747374`](https://github.com/ljharb/tape/commit/b74737415c98be5e68fcd28213d86c3e32433a05)
1325
+
1326
+ ## [v2.14.1](https://github.com/ljharb/tape/compare/v2.14.0...v2.14.1) - 2016-03-06
1327
+
1328
+ ### Merged
1329
+
1330
+ - [Fix] Ensure that non-functions passed to `throws` fail the test, just like `assert` [`#268`](https://github.com/ljharb/tape/pull/268)
1331
+
1332
+ ### Commits
1333
+
1334
+ - Minor test tweaks due to whitespace differences in v2 vs v4. [`6ce09d9`](https://github.com/ljharb/tape/commit/6ce09d9a27c00ed4cee566feb13886b61f067d90)
1335
+ - gitignore node_modules [`71af8ba`](https://github.com/ljharb/tape/commit/71af8ba72437da9324e25a4606d340f4508a4ebf)
1336
+
1337
+ ## [v2.14.0](https://github.com/ljharb/tape/compare/v2.13.4...v2.14.0) - 2014-08-05
1338
+
1339
+ ### Commits
1340
+
1341
+ - hats, has module [`6ecc842`](https://github.com/ljharb/tape/commit/6ecc842e53a8c25c93323c1f1a41bd4966346041)
1342
+ - better travis yml [`066542a`](https://github.com/ljharb/tape/commit/066542a8a0d7ec4e8c1f3a5aabfba6eb01abf9f9)
1343
+
1344
+ ## [v2.13.4](https://github.com/ljharb/tape/compare/v2.13.3...v2.13.4) - 2014-07-19
1345
+
1346
+ ### Fixed
1347
+
1348
+ - Comments should not make exit code incorrect. Fixes #92 [`#92`](https://github.com/ljharb/tape/issues/92)
1349
+
1350
+ ## [v2.13.3](https://github.com/ljharb/tape/compare/v2.13.2...v2.13.3) - 2014-06-12
1351
+
1352
+ ### Merged
1353
+
1354
+ - Add a section about reports to the README [`#89`](https://github.com/ljharb/tape/pull/89)
1355
+
1356
+ ### Commits
1357
+
1358
+ - add colortape [`467ce7a`](https://github.com/ljharb/tape/commit/467ce7a19686fc61aaad9633df64319ec416d61d)
1359
+
1360
+ ## [v2.13.2](https://github.com/ljharb/tape/compare/v2.13.1...v2.13.2) - 2014-06-02
1361
+
1362
+ ### Commits
1363
+
1364
+ - FIX: handling `if (extra.parent)` when parent == 0 [`9579246`](https://github.com/ljharb/tape/commit/9579246f09a274747fefbd8b358e94774acb85be)
1365
+
1366
+ ## [v2.13.1](https://github.com/ljharb/tape/compare/v2.13.0...v2.13.1) - 2014-05-17
1367
+
1368
+ ### Commits
1369
+
1370
+ - test if fs.writeSync is defined and on windows [`b28520c`](https://github.com/ljharb/tape/commit/b28520cdd0dad25ddeaecc4660a2797b47ff42bd)
1371
+ - write sync to stdout [`14ab9d1`](https://github.com/ljharb/tape/commit/14ab9d1ad38bd619a60e60269db66d724f4bd99c)
1372
+ - formatting [`ffcff1e`](https://github.com/ljharb/tape/commit/ffcff1e8bce257f0d50cd99906ab96286ea50d35)
1373
+
1374
+ ## [v2.13.0](https://github.com/ljharb/tape/compare/v2.12.3...v2.13.0) - 2014-05-15
1375
+
1376
+ ### Commits
1377
+
1378
+ - Bind all test methods [`1ca29e2`](https://github.com/ljharb/tape/commit/1ca29e26ea7821ed30be982494c3e9d3c3100c06)
1379
+ - Test that we can call assertion functions directly [`f9774cc`](https://github.com/ljharb/tape/commit/f9774cc078142081c0133e090723f27cad367534)
1380
+ - Fix Test constructor so that it doesn't accidentally mutate global scope [`ba3bcbb`](https://github.com/ljharb/tape/commit/ba3bcbb8a62194ee79f814ff688065c6041cb0ed)
1381
+ - formatting [`aacd7a9`](https://github.com/ljharb/tape/commit/aacd7a90d1ac5f306ffaf66d21884e2cff941408)
1382
+
1383
+ ## [v2.12.3](https://github.com/ljharb/tape/compare/v2.12.2...v2.12.3) - 2014-04-04
1384
+
1385
+ ### Commits
1386
+
1387
+ - Remove dependency on util builtin [`d39b0eb`](https://github.com/ljharb/tape/commit/d39b0ebaa6639d4d9ca568547ef977259d10d465)
1388
+
1389
+ ## [v2.12.2](https://github.com/ljharb/tape/compare/v2.12.1...v2.12.2) - 2014-04-02
1390
+
1391
+ ## [v2.12.1](https://github.com/ljharb/tape/compare/v2.12.0...v2.12.1) - 2014-03-29
1392
+
1393
+ ### Commits
1394
+
1395
+ - do not set canEmitExit with browserify process shim [`0212262`](https://github.com/ljharb/tape/commit/0212262b2c80665486219e92c2ab421aa8907715)
1396
+
1397
+ ## [v2.12.0](https://github.com/ljharb/tape/compare/v2.11.1...v2.12.0) - 2014-03-23
1398
+
1399
+ ### Commits
1400
+
1401
+ - switches are weird [`aae89ee`](https://github.com/ljharb/tape/commit/aae89ee56d2a7b47c6a074c8a8ca7a1b66a7f0a7)
1402
+ - Moving the name/opts/cb code out into a reusable internal function. [`88e296f`](https://github.com/ljharb/tape/commit/88e296ff8179f9f270c0eefdf2f4cacb17c933d4)
1403
+ - Adding Test.skip. [`f9aa185`](https://github.com/ljharb/tape/commit/f9aa1856d377fb80ec0b8e955964d562696a6cd6)
1404
+
1405
+ ## [v2.11.1](https://github.com/ljharb/tape/compare/v2.11.0...v2.11.1) - 2014-04-02
1406
+
1407
+ ### Commits
1408
+
1409
+ - do not set canEmitExit with browserify process shim [`a28db7e`](https://github.com/ljharb/tape/commit/a28db7eb238f679591d6019a1511b4ebfab8ec39)
1410
+
1411
+ ## [v2.11.0](https://github.com/ljharb/tape/compare/v2.10.3...v2.11.0) - 2014-03-21
1412
+
1413
+ ### Commits
1414
+
1415
+ - upgrade object-inspect [`30cd35c`](https://github.com/ljharb/tape/commit/30cd35cbda79bf5c302650dd619327410a0eeae8)
1416
+
1417
+ ## [v2.10.3](https://github.com/ljharb/tape/compare/v2.10.2...v2.10.3) - 2014-04-02
1418
+
1419
+ ### Commits
1420
+
1421
+ - do not set canEmitExit with browserify process shim [`ebdbba6`](https://github.com/ljharb/tape/commit/ebdbba6cd9daabd981538646f27fa152f77c2c20)
1422
+
1423
+ ## [v2.10.2](https://github.com/ljharb/tape/compare/v2.10.1...v2.10.2) - 2014-03-04
1424
+
1425
+ ### Commits
1426
+
1427
+ - fix trailing comma [`71adf6a`](https://github.com/ljharb/tape/commit/71adf6a50fdc2fc76b81350fd72ffecf574f8777)
1428
+
1429
+ ## [v2.10.1](https://github.com/ljharb/tape/compare/v2.10.0...v2.10.1) - 2014-03-04
1430
+
1431
+ ### Commits
1432
+
1433
+ - merged [`29437f7`](https://github.com/ljharb/tape/commit/29437f7805064ef41a7128c92bb6b1c826eb8042)
1434
+
1435
+ ## [v2.10.0](https://github.com/ljharb/tape/compare/v2.9.1...v2.10.0) - 2014-03-04
1436
+
1437
+ ### Commits
1438
+
1439
+ - passing nested test [`db1baf0`](https://github.com/ljharb/tape/commit/db1baf02bc1982fa177e99c39e08fa2224708156)
1440
+ - subcount test [`e98ead5`](https://github.com/ljharb/tape/commit/e98ead5752c64ea958393fa0782209c978b1f92f)
1441
+ - glob files in the runner [`c9da9ff`](https://github.com/ljharb/tape/commit/c9da9ff9c446eae438703608e8c02b9a09b60da8)
1442
+
1443
+ ## [v2.9.1](https://github.com/ljharb/tape/compare/v2.9.0...v2.9.1) - 2014-04-02
1444
+
1445
+ ### Commits
1446
+
1447
+ - do not set canEmitExit with browserify process shim [`4f33ae5`](https://github.com/ljharb/tape/commit/4f33ae5f9236f9fc8a4f4f88390ae5400de821a7)
1448
+
1449
+ ## [v2.9.0](https://github.com/ljharb/tape/compare/v2.8.1...v2.9.0) - 2014-03-04
1450
+
1451
+ ### Commits
1452
+
1453
+ - complete double end test [`45add17`](https://github.com/ljharb/tape/commit/45add173cf5ed739fae31a90c64eb3d8b308260e)
1454
+ - omit expected and actual if there is no actual or expected [`b6ac9bf`](https://github.com/ljharb/tape/commit/b6ac9bf80615ffcda4b9a3a16e8792dee3db1d89)
1455
+ - failing test for calling .end() twice [`c0a9a29`](https://github.com/ljharb/tape/commit/c0a9a297abd168d4fa0ae2b29897d30ab532b121)
1456
+ - guard against calling .end() twice [`8d25028`](https://github.com/ljharb/tape/commit/8d25028500e76d49e907fc118dd2a6a9502d7071)
1457
+
1458
+ ## [v2.8.1](https://github.com/ljharb/tape/compare/v2.8.0...v2.8.1) - 2014-04-02
1459
+
1460
+ ### Commits
1461
+
1462
+ - do not set canEmitExit with browserify process shim [`0e47a93`](https://github.com/ljharb/tape/commit/0e47a9359b9e6df0d5fd7bc1d17d7d8159b5d218)
1463
+
1464
+ ## [v2.8.0](https://github.com/ljharb/tape/compare/v2.7.3...v2.8.0) - 2014-03-04
1465
+
1466
+ ### Commits
1467
+
1468
+ - remove .bind(), formatting [`7092104`](https://github.com/ljharb/tape/commit/7092104828b58d6ddb409211b1606ee5f42a1236)
1469
+
1470
+ ## [v2.7.3](https://github.com/ljharb/tape/compare/v2.7.2...v2.7.3) - 2014-04-02
1471
+
1472
+ ### Commits
1473
+
1474
+ - do not set canEmitExit with browserify process shim [`ff3e84f`](https://github.com/ljharb/tape/commit/ff3e84f94f1e4b26bab4aabeee2c1f8ed1015684)
1475
+
1476
+ ## [v2.7.2](https://github.com/ljharb/tape/compare/v2.7.1...v2.7.2) - 2014-03-04
1477
+
1478
+ ### Commits
1479
+
1480
+ - another only test, passes [`ff3c79b`](https://github.com/ljharb/tape/commit/ff3c79b51a345f4815bb45182d464e3e8b14f049)
1481
+ - fix for test.only only2 test [`40cad7d`](https://github.com/ljharb/tape/commit/40cad7d313b9513b6e3ab4a4d4cafbe9c9b94934)
1482
+ - failing test.only test [`412d169`](https://github.com/ljharb/tape/commit/412d16988e47cfce7cba27c94ac2bba70cefc6e3)
1483
+
1484
+ ## [v2.7.1](https://github.com/ljharb/tape/compare/v2.7.0...v2.7.1) - 2014-03-04
1485
+
1486
+ ### Commits
1487
+
1488
+ - fix wrong package name [`d5f87c0`](https://github.com/ljharb/tape/commit/d5f87c030c8ac1f96ba98d38cdb96f17a79f42cb)
1489
+
1490
+ ## [v2.7.0](https://github.com/ljharb/tape/compare/v2.6.1...v2.7.0) - 2014-03-04
1491
+
1492
+ ### Merged
1493
+
1494
+ - Clarify how to access the output stream [`#65`](https://github.com/ljharb/tape/pull/65)
1495
+
1496
+ ### Fixed
1497
+
1498
+ - Clarify how to access the output stream [`#63`](https://github.com/ljharb/tape/issues/63)
1499
+
1500
+ ### Commits
1501
+
1502
+ - using object-inspect for comparisons, passing the undef test [`49963b3`](https://github.com/ljharb/tape/commit/49963b3d1abf71e72a4a71f40c271bc9afe13d78)
1503
+ - failing undef test [`9ee8421`](https://github.com/ljharb/tape/commit/9ee84219bde718af19cdd7f14d268fd59530c024)
1504
+ - update docs [`984b21f`](https://github.com/ljharb/tape/commit/984b21fbbb5b3bf2c1a1cfc2fea33894ec042619)
1505
+
1506
+ ## [v2.6.1](https://github.com/ljharb/tape/compare/v2.6.0...v2.6.1) - 2014-04-02
1507
+
1508
+ ### Commits
1509
+
1510
+ - do not set canEmitExit with browserify process shim [`7164a03`](https://github.com/ljharb/tape/commit/7164a031b828c0493175867b92e69512f9223867)
1511
+
1512
+ ## [v2.6.0](https://github.com/ljharb/tape/compare/v2.5.1...v2.6.0) - 2014-03-03
1513
+
1514
+ ### Commits
1515
+
1516
+ - documented custom reporters [`7572828`](https://github.com/ljharb/tape/commit/75728289fa5e3b00103662e820cb1319c4cef2ef)
1517
+ - objectMode for stream output [`26c05e3`](https://github.com/ljharb/tape/commit/26c05e33e7a2ee4e157f6049ed6ee712cbe3da6a)
1518
+ - .createStream() for tap output on the default harness [`5d2cd63`](https://github.com/ljharb/tape/commit/5d2cd6319dc33696b874c9908d28eab195eff675)
1519
+ - stream example [`47848f2`](https://github.com/ljharb/tape/commit/47848f2dd52f09b4cc0752b87d15529590517d69)
1520
+ - only render the test events right before they begin [`9da8dff`](https://github.com/ljharb/tape/commit/9da8dff8670f73f8a57fa636947aea3b687a9edd)
1521
+
1522
+ ## [v2.5.1](https://github.com/ljharb/tape/compare/v2.5.0...v2.5.1) - 2014-04-02
1523
+
1524
+ ### Commits
1525
+
1526
+ - do not set canEmitExit with browserify process shim [`40cf488`](https://github.com/ljharb/tape/commit/40cf48878991e0d66509e1f36f4c191265c77ea0)
1527
+
1528
+ ## [v2.5.0](https://github.com/ljharb/tape/compare/v2.4.3...v2.5.0) - 2014-02-20
1529
+
1530
+ ### Fixed
1531
+
1532
+ - Fixes #55 - Callback optional. [`#55`](https://github.com/ljharb/tape/issues/55)
1533
+
1534
+ ### Commits
1535
+
1536
+ - No callback is equivalent to skipping. [`9f7a2d0`](https://github.com/ljharb/tape/commit/9f7a2d0516d316e9128abbb737376f59c7dae647)
1537
+
1538
+ ## [v2.4.3](https://github.com/ljharb/tape/compare/v2.4.2...v2.4.3) - 2014-04-02
1539
+
1540
+ ### Commits
1541
+
1542
+ - do not set canEmitExit with browserify process shim [`d282191`](https://github.com/ljharb/tape/commit/d282191d2657d37cfb8d8e1250dba06744b349e7)
1543
+
1544
+ ## [v2.4.2](https://github.com/ljharb/tape/compare/v2.4.1...v2.4.2) - 2014-02-01
1545
+
1546
+ ### Commits
1547
+
1548
+ - Reduce stack size. [`3b05526`](https://github.com/ljharb/tape/commit/3b0552657177cd56635b19b135021342d4fecb2c)
1549
+ - re-indent. Fuck whichever editor does this by default. [`52f3541`](https://github.com/ljharb/tape/commit/52f3541e8610af4534997ace0339b417434d2e66)
1550
+
1551
+ ## [v2.4.1](https://github.com/ljharb/tape/compare/v2.4.0...v2.4.1) - 2014-01-31
1552
+
1553
+ ### Commits
1554
+
1555
+ - should throw --> should not throw for the doesNotThrow assertion [`04f3751`](https://github.com/ljharb/tape/commit/04f37515d27b0ce846f108f72930da28b45a6100)
1556
+
1557
+ ## [v2.4.0](https://github.com/ljharb/tape/compare/v2.3.3...v2.4.0) - 2014-01-29
1558
+
1559
+ ### Commits
1560
+
1561
+ - remove the browser compat section since there is already a giant testling badge [`fe3fe96`](https://github.com/ljharb/tape/commit/fe3fe9648ab5fef5e0a8e2c76e1cb2d378667d1e)
1562
+ - upgrade deep-equal to 0.2.0 [`dcf6b46`](https://github.com/ljharb/tape/commit/dcf6b46b1cadfebea25ef34f26719734349b742d)
1563
+ - drop require stream [`97fede5`](https://github.com/ljharb/tape/commit/97fede5b5cc1746a53c15d26d75a6c3381a6f32b)
1564
+
1565
+ ## [v2.3.3](https://github.com/ljharb/tape/compare/v2.3.2...v2.3.3) - 2014-04-02
1566
+
1567
+ ### Commits
1568
+
1569
+ - do not set canEmitExit with browserify process shim [`59fd1dc`](https://github.com/ljharb/tape/commit/59fd1dc6aa4e3c2c399c727b3e9324038dbf87ca)
1570
+
1571
+ ## [v2.3.2](https://github.com/ljharb/tape/compare/v2.3.1...v2.3.2) - 2013-12-17
1572
+
1573
+ ### Commits
1574
+
1575
+ - fix to define the stream so it can emit errors [`00af8ed`](https://github.com/ljharb/tape/commit/00af8ed795202356b172fcd8b48b8d64037397c4)
1576
+
1577
+ ## [v2.3.1](https://github.com/ljharb/tape/compare/v2.3.0...v2.3.1) - 2013-12-17
1578
+
1579
+ ### Commits
1580
+
1581
+ - drop split and stream-combiner to make the default stream not drop newlines in ie<9 [`ea56255`](https://github.com/ljharb/tape/commit/ea562557b7598c13ce498a64d47b299e967d04bc)
1582
+
1583
+ ## [v2.3.0](https://github.com/ljharb/tape/compare/v2.2.2...v2.3.0) - 2013-11-22
1584
+
1585
+ ### Commits
1586
+
1587
+ - suppress EPIPE but set the exit code to 1 so test results may be piped around to head/grep/tail [`1589695`](https://github.com/ljharb/tape/commit/158969558f9d1376344a15ba6bb590cae41609a7)
1588
+
1589
+ ## [v2.2.2](https://github.com/ljharb/tape/compare/v2.2.1...v2.2.2) - 2014-04-02
1590
+
1591
+ ### Commits
1592
+
1593
+ - do not set canEmitExit with browserify process shim [`87eb6bc`](https://github.com/ljharb/tape/commit/87eb6bc455a6d931f5bf0efa0fefb5e710360e10)
1594
+
1595
+ ## [v2.2.1](https://github.com/ljharb/tape/compare/v2.2.0...v2.2.1) - 2013-11-22
1596
+
1597
+ ### Commits
1598
+
1599
+ - forgot the resumer dep [`9882d34`](https://github.com/ljharb/tape/commit/9882d3499d3157a230bccebd9476202a04b37c0e)
1600
+
1601
+ ## [v2.2.0](https://github.com/ljharb/tape/compare/v2.1.1...v2.2.0) - 2013-11-22
1602
+
1603
+ ### Commits
1604
+
1605
+ - is now properly noisy when more commits than expected were run [`2954dac`](https://github.com/ljharb/tape/commit/2954dacdef87324ae0a192deac194f83c6200441)
1606
+ - rip out the old `new Stream` default stream to just use split, duplexer, and through [`021da85`](https://github.com/ljharb/tape/commit/021da85e63a6748fc85825663c6db69a2a370451)
1607
+ - properly fixed the default stream [`2ce40f5`](https://github.com/ljharb/tape/commit/2ce40f57216d647ca49f86c4b717aa1a1fc36774)
1608
+
1609
+ ## [v2.1.1](https://github.com/ljharb/tape/compare/v2.1.0...v2.1.1) - 2014-04-02
1610
+
1611
+ ### Commits
1612
+
1613
+ - do not set canEmitExit with browserify process shim [`c9d502e`](https://github.com/ljharb/tape/commit/c9d502ec3da3971e34e4493593506c17ec466fcf)
1614
+
1615
+ ## [v2.1.0](https://github.com/ljharb/tape/compare/v2.0.2...v2.1.0) - 2013-10-25
1616
+
1617
+ ### Commits
1618
+
1619
+ - Refactor test-ordering logic [`48964a6`](https://github.com/ljharb/tape/commit/48964a6b479df326248dfe8ddeb056a667ea5f55)
1620
+ - Count subtests against the plan [`978431c`](https://github.com/ljharb/tape/commit/978431c8a6db8cf3925a8b1b95a771aa872b9283)
1621
+ - Add nested-sync-noplan-noend [`8449f1c`](https://github.com/ljharb/tape/commit/8449f1c1600eec44153eab0b430bd00e50598d40)
1622
+ - Add test for async asserts in subtests ref #42 [`9d64ad3`](https://github.com/ljharb/tape/commit/9d64ad33a9e74d48614136e0ec54e1f2eac01dad)
1623
+ - Add failing test for planning # of subtests [`bc03743`](https://github.com/ljharb/tape/commit/bc037437d658b050347220c0f8c2ff101d669dd9)
1624
+ - Remove comment block [`2c06852`](https://github.com/ljharb/tape/commit/2c068521e2db12327ee381cb09a5a2b81af7d06c)
1625
+ - Revert "Add test for running children asynchronously" [`c39be29`](https://github.com/ljharb/tape/commit/c39be29cd9063497506b63e27ba715e3101ca666)
1626
+ - Add test for running children asynchronously [`709c36a`](https://github.com/ljharb/tape/commit/709c36afe5d9aef36a35cc0dbb461bcfe8714a94)
1627
+ - add test for asynchronously adding subtests [`8b59a80`](https://github.com/ljharb/tape/commit/8b59a8010fb4441f9fc5f17c70d06ddb903d7aae)
1628
+ - Add second @spion patch [`35f29a8`](https://github.com/ljharb/tape/commit/35f29a8d12857e28a04acc374682704a0359c942)
1629
+ - Revert "Add patch from @spion to make nested-sync-noplan-noend pass" [`a43860b`](https://github.com/ljharb/tape/commit/a43860b1225e43c2894cf85472f22ec5d5e31c94)
1630
+ - Add patch from @spion to make nested-sync-noplan-noend pass [`188fbb1`](https://github.com/ljharb/tape/commit/188fbb15456774a917619f95af8d04dfcd28f1b2)
1631
+ - Remove 'next' event [`78e48c9`](https://github.com/ljharb/tape/commit/78e48c9fa90d1326abb5623b08f7617bfd730a47)
1632
+ - Add checks against double-execution of child tests [`cfff35b`](https://github.com/ljharb/tape/commit/cfff35b68a5d2701c08d32797bb73d92eabb3bed)
1633
+
1634
+ ## [v2.0.2](https://github.com/ljharb/tape/compare/v2.0.1...v2.0.2) - 2014-04-02
1635
+
1636
+ ### Commits
1637
+
1638
+ - do not set canEmitExit with browserify process shim [`66c0a7d`](https://github.com/ljharb/tape/commit/66c0a7d6a48498ae58df7ecc75c4f3cfa39eb08e)
1639
+
1640
+ ## [v2.0.1](https://github.com/ljharb/tape/compare/v2.0.0...v2.0.1) - 2013-10-25
1641
+
1642
+ ### Commits
1643
+
1644
+ - toStringified msg to prevent TypeError [`37305c2`](https://github.com/ljharb/tape/commit/37305c2626c430bebdb646fddab91c30b2d3c247)
1645
+
1646
+ ## [v2.0.0](https://github.com/ljharb/tape/compare/v1.1.2...v2.0.0) - 2013-10-14
1647
+
1648
+ ### Commits
1649
+
1650
+ - strict deep equal comparisons [`95f827d`](https://github.com/ljharb/tape/commit/95f827d8121cc751ba6c9f7d66bc8626105e0792)
1651
+ - document strict/loose deep equals [`785be99`](https://github.com/ljharb/tape/commit/785be995ef8165c0c67534429f9de879512a9bb0)
1652
+ - failing deep strict equal test [`d56754a`](https://github.com/ljharb/tape/commit/d56754a281edc6d9f9eac5b563cb8668952b8d09)
1653
+
1654
+ ## [v1.1.2](https://github.com/ljharb/tape/compare/v1.1.1...v1.1.2) - 2016-03-06
1655
+
1656
+ ### Merged
1657
+
1658
+ - [Fix] Ensure that non-functions passed to `throws` fail the test, just like `assert` [`#268`](https://github.com/ljharb/tape/pull/268)
1659
+
1660
+ ### Commits
1661
+
1662
+ - Minor test tweaks due to output differences in v1 vs v4. [`d22b5fc`](https://github.com/ljharb/tape/commit/d22b5fc48f7053dbf3bc1f4804783a61534edf33)
1663
+ - Add missing `concat-stream` devDep [`8b3c1b7`](https://github.com/ljharb/tape/commit/8b3c1b7f76a8b7ac8165cac08105bd0ac390e867)
1664
+ - gitignore node_modules [`3495543`](https://github.com/ljharb/tape/commit/3495543d1cdd2bab3676bf23b09cb319f0b02954)
1665
+
1666
+ ## [v1.1.1](https://github.com/ljharb/tape/compare/v1.1.0...v1.1.1) - 2013-09-20
1667
+
1668
+ ### Commits
1669
+
1670
+ - Fix at printing [`fae125e`](https://github.com/ljharb/tape/commit/fae125e13e55ffcd4481cebdf86a009457cc5eda)
1671
+
1672
+ ## [v1.1.0](https://github.com/ljharb/tape/compare/v1.0.4...v1.1.0) - 2013-09-03
1673
+
1674
+ ### Commits
1675
+
1676
+ - test.only should not run any other test blocks [`1f56566`](https://github.com/ljharb/tape/commit/1f565663ec945f06e225ba3b11787687ffdc2b13)
1677
+ - failing test for t.only() firing tests unnecessarily [`bd3f198`](https://github.com/ljharb/tape/commit/bd3f198946f9010e01a9ae55733aef1eef7b1532)
1678
+ - fix typoes [`8cf5c67`](https://github.com/ljharb/tape/commit/8cf5c675a5b2be726fd483eb09e0fc7417919d99)
1679
+
1680
+ ## [v1.0.4](https://github.com/ljharb/tape/compare/v1.0.3...v1.0.4) - 2013-06-08
1681
+
1682
+ ### Commits
1683
+
1684
+ - re-throw error to get it to show [`a51e872`](https://github.com/ljharb/tape/commit/a51e87240d2c12f57f9608f982e4c653c0e028ce)
1685
+
1686
+ ## [v1.0.3](https://github.com/ljharb/tape/compare/v1.0.2...v1.0.3) - 2013-06-07
1687
+
1688
+ ### Commits
1689
+
1690
+ - do not call process.exit() on uncaught exception [`3801e20`](https://github.com/ljharb/tape/commit/3801e2051aaa2ea404cbb4beedfcce00fec234eb)
1691
+
1692
+ ## [v1.0.2](https://github.com/ljharb/tape/compare/v1.0.1...v1.0.2) - 2013-05-08
1693
+
1694
+ ### Commits
1695
+
1696
+ - cant lazy load only. Has to be a property of the exported thing [`c5a4731`](https://github.com/ljharb/tape/commit/c5a4731b29ea16cd4f1b40fb2d968937ce1215eb)
1697
+ - Add the only property back to the exported test function [`d22deba`](https://github.com/ljharb/tape/commit/d22deba6da4da8b94e7a3a352eb029afecdaaadf)
1698
+
1699
+ ## [v1.0.1](https://github.com/ljharb/tape/compare/v1.0.0...v1.0.1) - 2013-05-03
1700
+
1701
+ ### Commits
1702
+
1703
+ - forgot to add a test [`40b229a`](https://github.com/ljharb/tape/commit/40b229a9b5727bebf79299c2bca8e784f33888a2)
1704
+ - forgot to add through [`d729135`](https://github.com/ljharb/tape/commit/d729135b33e22b18e10416a837067f4eaa248485)
1705
+
1706
+ ## [v1.0.0](https://github.com/ljharb/tape/compare/v0.3.3...v1.0.0) - 2013-05-03
1707
+
1708
+ ### Commits
1709
+
1710
+ - took out lots of complexity, refactoring [`827b59d`](https://github.com/ljharb/tape/commit/827b59d281ece73859ac77524d0e5857f5070436)
1711
+ - basic example finally works [`2a59c49`](https://github.com/ljharb/tape/commit/2a59c49ec44c7d8e56adf5b6951e1271293dd343)
1712
+ - removing harness test, not sure why it's broken on 0.8 [`bd9e9a6`](https://github.com/ljharb/tape/commit/bd9e9a6aefa7f7129131a98dda3966d58d8a1c08)
1713
+ - nested test nearly works [`7951747`](https://github.com/ljharb/tape/commit/7951747f2f8b38a60c2a5b76a8f86741ebf8191b)
1714
+ - refactor exit logic [`890382d`](https://github.com/ljharb/tape/commit/890382dd3509d5817fc0a65a4df5f5cadbfd9a91)
1715
+ - fixed for the two example [`0ac88b8`](https://github.com/ljharb/tape/commit/0ac88b870c99dc3d9e6280f839d7023ecd922fe0)
1716
+ - use a createStream() function instead of .stream [`6417cdc`](https://github.com/ljharb/tape/commit/6417cdcd90ac712f8a5f3f849f93518cc59cac52)
1717
+ - fix harness test [`fa706ae`](https://github.com/ljharb/tape/commit/fa706aeb59bb9627b0b6740a795241d6c76dfe91)
1718
+ - no longer getting already closed errors by tracking the number of running tests [`c9def14`](https://github.com/ljharb/tape/commit/c9def140ee0f7d3d44dc9c3e2b420192090d1c90)
1719
+ - child ordering output is now correct [`5544d26`](https://github.com/ljharb/tape/commit/5544d26ddd36047db3d5ac699f3c4f6158e63dc7)
1720
+ - only test passes [`4fbabba`](https://github.com/ljharb/tape/commit/4fbabba2478d263a8adeb2b3d4314ab06f9874c9)
1721
+ - check for end and call ._exit() if unended [`ce0d62c`](https://github.com/ljharb/tape/commit/ce0d62c5a58de42959d35ebec5a65598432dd179)
1722
+ - fixed the many test, broke the exit test [`72e34ad`](https://github.com/ljharb/tape/commit/72e34ad9e2eb4314b914d8a74222b263a8221dc1)
1723
+ - passing one more of the exit tests [`5ec8f42`](https://github.com/ljharb/tape/commit/5ec8f42bcfbfa15edfeb04b1d632d9c9316bad68)
1724
+ - nested test at least finishes now [`6252fd2`](https://github.com/ljharb/tape/commit/6252fd201e7cb73036249130112ffc4ec2dc2372)
1725
+ - fix default harness going off unexpectedly [`b1c1d6a`](https://github.com/ljharb/tape/commit/b1c1d6a15e14e975cd0c0792d7c5d2a696c3cae3)
1726
+ - special case for exiting, all tests pass now [`88de699`](https://github.com/ljharb/tape/commit/88de69987bb25fbf9ed18b1b7168488752a3af2e)
1727
+ - passing the skip test [`876930e`](https://github.com/ljharb/tape/commit/876930ecea8b26f056c7c9f2e12f08f7017bcdce)
1728
+ - update the tests to use createStream [`9420e07`](https://github.com/ljharb/tape/commit/9420e07f324b01b0e7453b2341f55987945df816)
1729
+ - check pause status before resuming [`606b141`](https://github.com/ljharb/tape/commit/606b14118e0d810adc780d27031406aa90f91c1b)
1730
+ - nested example completely works [`a5e709e`](https://github.com/ljharb/tape/commit/a5e709eb86c946f2e79a758c14778583dc764ea8)
1731
+ - only the exported harness will be piped to the default stream [`6df7fc0`](https://github.com/ljharb/tape/commit/6df7fc0766bb9c15b83403e46e6e0a6e68645f64)
1732
+ - exit test completely passes [`f37d431`](https://github.com/ljharb/tape/commit/f37d431ff3f6f1fc3ca0cb602806628afca401bf)
1733
+ - fixed the nested test [`4f05679`](https://github.com/ljharb/tape/commit/4f056797d7003cb4a3cbbb85275257779ce34a4f)
1734
+ - getting further into the child ordering test [`8a80302`](https://github.com/ljharb/tape/commit/8a80302a2f34274147c8464099d05ad48cc922ac)
1735
+ - getting further into the child ordering test [`365ceab`](https://github.com/ljharb/tape/commit/365ceabb8d6f90917aeab8bedcf0b6ddba355a88)
1736
+ - update the harness test for createStream [`5329dc6`](https://github.com/ljharb/tape/commit/5329dc626400169e115fe6aec87bea459def6956)
1737
+ - partial fix for v0.10 exiting early [`78c7b77`](https://github.com/ljharb/tape/commit/78c7b7727bf67a7be4965c00f07c996157133265)
1738
+ - partly fixed the test name ordering issue [`c4dc7ac`](https://github.com/ljharb/tape/commit/c4dc7aced29b27bba0bcf88b68a33c1edf003acb)
1739
+
1740
+ ## [v0.3.3](https://github.com/ljharb/tape/compare/v0.3.2...v0.3.3) - 2013-04-01
1741
+
1742
+ ### Commits
1743
+
1744
+ - using testling [`4fe80b3`](https://github.com/ljharb/tape/commit/4fe80b3a31f065240b255998916f1dd98ef160c9)
1745
+ - use setImmediate on 0.10 [`d5b3bc2`](https://github.com/ljharb/tape/commit/d5b3bc26c9b9c9c5348a183c538a063f31555c6f)
1746
+ - stub out .map() [`95f1bb4`](https://github.com/ljharb/tape/commit/95f1bb4e3320acfbdb57e4c3818dea3cbe84896f)
1747
+ - minor fix for 0.10 [`52e25d8`](https://github.com/ljharb/tape/commit/52e25d8f78d00bcaf855ec2916684c9ba15e1caf)
1748
+ - drop 0.6, add 0.10 in travis [`04253f6`](https://github.com/ljharb/tape/commit/04253f62cd59bb71b81f889ea46f0671323e7725)
1749
+ - guard process.exit() with a canExit for browsers [`50f03fd`](https://github.com/ljharb/tape/commit/50f03fdcfc6c53f4bc3ef8fa4ae29d5e2941c0ef)
1750
+
1751
+ ## [v0.3.2](https://github.com/ljharb/tape/compare/v0.3.1...v0.3.2) - 2013-03-25
1752
+
1753
+ ### Commits
1754
+
1755
+ - failing exit test for 2nd test() plans [`e7d00be`](https://github.com/ljharb/tape/commit/e7d00be1662868a5da776e9a093fc857680153aa)
1756
+ - use a setInterval to keep the event loop alive [`c20c556`](https://github.com/ljharb/tape/commit/c20c556d2199a6ce4605f09ca3405b6ea91cf82e)
1757
+ - clean up the global harness exit interval [`361ecb6`](https://github.com/ljharb/tape/commit/361ecb6ce4e68bb5366b83045a82eea9cffa894d)
1758
+ - fix the second exit test asserts [`c85294a`](https://github.com/ljharb/tape/commit/c85294a4a335f3cad4a2e7de9c685fd0fe044b24)
1759
+
1760
+ ## [v0.3.1](https://github.com/ljharb/tape/compare/v0.3.0...v0.3.1) - 2013-03-21
1761
+
1762
+ ### Commits
1763
+
1764
+ - use json-stringify-safe in render.js to not throw on circular structures [`51a4e66`](https://github.com/ljharb/tape/commit/51a4e66ce27a1edd42a6a00ec1c183536ad496b7)
1765
+ - implemented decycle for JSON.stringify that should work in IE [`178a8dc`](https://github.com/ljharb/tape/commit/178a8dc329ed57d23222be2f1bdbd440e4618368)
1766
+
1767
+ ## [v0.3.0](https://github.com/ljharb/tape/compare/v0.2.2...v0.3.0) - 2013-03-11
1768
+
1769
+ ### Commits
1770
+
1771
+ - add small test runner [`80e309a`](https://github.com/ljharb/tape/commit/80e309ad6ae355bddaee54a33a1b69b871cff322)
1772
+
1773
+ ## [v0.2.2](https://github.com/ljharb/tape/compare/v0.2.1...v0.2.2) - 2013-01-18
1774
+
1775
+ ### Commits
1776
+
1777
+ - fix merge conflicts [`5e53c14`](https://github.com/ljharb/tape/commit/5e53c14c4ee8caec01714f943c7b153478a0002f)
1778
+ - Do not close renderer twice. [`ad90739`](https://github.com/ljharb/tape/commit/ad90739e9f1d6824ec55c990748f4c61c6d856c6)
1779
+ - whitespace back [`2666849`](https://github.com/ljharb/tape/commit/266684958a3f8e5ed9ed9436107a5940a2e1bb29)
1780
+ - fix close bug [`bd1db4e`](https://github.com/ljharb/tape/commit/bd1db4ee2d6129dfad57187ea7ccdc1522178f6b)
1781
+
1782
+ ## [v0.2.1](https://github.com/ljharb/tape/compare/v0.2.0...v0.2.1) - 2013-01-18
1783
+
1784
+ ### Commits
1785
+
1786
+ - test.only [`8a99091`](https://github.com/ljharb/tape/commit/8a990919f4d869b1ce7251797edd69f37dbdd706)
1787
+ - undo whitespace [`6e1cd97`](https://github.com/ljharb/tape/commit/6e1cd97536620ae5c657d3feafd9e4055b4641c5)
1788
+ - bad comma [`f0fd72a`](https://github.com/ljharb/tape/commit/f0fd72a15350b98c2e3786a36c6837628171add4)
1789
+
1790
+ ## [v0.2.0](https://github.com/ljharb/tape/compare/v0.1.5...v0.2.0) - 2013-01-17
1791
+
1792
+ ### Commits
1793
+
1794
+ - show `at` locations in errors [`35ba8a3`](https://github.com/ljharb/tape/commit/35ba8a36f023361089d1d09c122a8288cb061ede)
1795
+ - tape drive image [`1786bcc`](https://github.com/ljharb/tape/commit/1786bccafca6abbee091e4b9bf64bf0c1c7bbc17)
1796
+
1797
+ ## [v0.1.5](https://github.com/ljharb/tape/compare/v0.1.4...v0.1.5) - 2012-12-20
1798
+
1799
+ ### Commits
1800
+
1801
+ - failing max listeners test [`4058f75`](https://github.com/ljharb/tape/commit/4058f754e633d44c226d92a64fcc30aced7db3a3)
1802
+ - avoid max listeners warnings, test passes [`2f8a822`](https://github.com/ljharb/tape/commit/2f8a822688581fb1c506ab51921aff40429fb45c)
1803
+
1804
+ ## [v0.1.4](https://github.com/ljharb/tape/compare/v0.1.3...v0.1.4) - 2012-12-20
1805
+
1806
+ ### Commits
1807
+
1808
+ - put back whitespace to annoy @Raynos [`ce84d89`](https://github.com/ljharb/tape/commit/ce84d891e86a20a2bcf8a6bd1f31226d745e0a8c)
1809
+ - failing order test [`c3b7dda`](https://github.com/ljharb/tape/commit/c3b7ddaf2f58d487673c91a3fb9b24e5510db9ed)
1810
+ - failing order test [`ea0eff9`](https://github.com/ljharb/tape/commit/ea0eff904121d8be2348e0a9313afeae86f721c4)
1811
+ - NO MERGE CONFLICT [`9241450`](https://github.com/ljharb/tape/commit/9241450e865b0aed098663f16edec01f96ebae1b)
1812
+ - Count the number of times `test` is invoked [`e436a61`](https://github.com/ljharb/tape/commit/e436a61cee255579521538bce7f68851f8065e75)
1813
+ - fixed bug [`c32b131`](https://github.com/ljharb/tape/commit/c32b13155708f8084f585f793a1995ce4a2e598d)
1814
+ - Synchronous race conditions [`19d7f88`](https://github.com/ljharb/tape/commit/19d7f885bae8bc8e067d4ffcbb6d696acebca3f8)
1815
+ - dont log [`359a67f`](https://github.com/ljharb/tape/commit/359a67f9a00d101581da2f7b16bb0417f2acbada)
1816
+
1817
+ ## [v0.1.3](https://github.com/ljharb/tape/compare/v0.1.2...v0.1.3) - 2012-12-19
1818
+
1819
+ ### Commits
1820
+
1821
+ - fix the optional plan test on 0.6 [`af728e8`](https://github.com/ljharb/tape/commit/af728e8b869a011785a9a5d17f514be8e401e34c)
1822
+ - fix for the exit test on 0.6 [`17d0335`](https://github.com/ljharb/tape/commit/17d03354276fb82cc756cbcf13c82826652f76d5)
1823
+
1824
+ ## [v0.1.2](https://github.com/ljharb/tape/compare/v0.1.1...v0.1.2) - 2012-12-19
1825
+
1826
+ ### Commits
1827
+
1828
+ - not enough example [`9b2ffe1`](https://github.com/ljharb/tape/commit/9b2ffe1031c1e24ea1990324d6f7ee709d28f8f1)
1829
+ - only do console.log() mode, fix double \n bug [`028e858`](https://github.com/ljharb/tape/commit/028e858f85c6916a730dca183c00469ebb869729)
1830
+
1831
+ ## [v0.1.1](https://github.com/ljharb/tape/compare/v0.1.0...v0.1.1) - 2012-12-12
1832
+
1833
+ ### Fixed
1834
+
1835
+ - Handle regexp in throws. Fixes #8 [`#8`](https://github.com/ljharb/tape/issues/8)
1836
+
1837
+ ## [v0.1.0](https://github.com/ljharb/tape/compare/v0.0.5...v0.1.0) - 2012-12-03
1838
+
1839
+ ### Commits
1840
+
1841
+ - failing exit test [`104af1f`](https://github.com/ljharb/tape/commit/104af1fcad7f92d866cc2ddc7e4f688c854995cb)
1842
+ - passing exit ok test [`7de897c`](https://github.com/ljharb/tape/commit/7de897c665367a61f7ed6773216e90b1b662e6c3)
1843
+ - too few assertion test [`4ae9c04`](https://github.com/ljharb/tape/commit/4ae9c049f28f45f5b50104b2dc4694c1b3712f6f)
1844
+ - feature-detect process.exit() and "exit" events, exit tests now passes [`6fc71ba`](https://github.com/ljharb/tape/commit/6fc71bab2efae31b574a327de23d491345f4f504)
1845
+ - failing throw test [`3d58fef`](https://github.com/ljharb/tape/commit/3d58fefe2c323e70f9f3442ca127e9ec23065c87)
1846
+ - throw test passes [`37f79d2`](https://github.com/ljharb/tape/commit/37f79d242b104bfb80b3152a2ee86e105be251a3)
1847
+ - better error messages with stack traces [`1f1fcf7`](https://github.com/ljharb/tape/commit/1f1fcf76cfe46cf1cc613538d36face17733e89a)
1848
+ - update tests to thread through exit: false [`c8e11e1`](https://github.com/ljharb/tape/commit/c8e11e1f2c9b537c7fbf5bdf1cb6defaa83f41e3)
1849
+ - clean up feature detection [`329f784`](https://github.com/ljharb/tape/commit/329f784fbd42de778a09df441ad0a8595650c9c8)
1850
+ - 0.1.0 now with exit and exception handling [`ba72d57`](https://github.com/ljharb/tape/commit/ba72d5754ec4b6b70e4535d6dc3909352c48eac7)
1851
+
1852
+ ## [v0.0.5](https://github.com/ljharb/tape/compare/v0.0.4...v0.0.5) - 2012-11-28
1853
+
1854
+ ### Commits
1855
+
1856
+ - fix typo in t.notOk() [`369e7ee`](https://github.com/ljharb/tape/commit/369e7eef5fce3e91b9b21dfe5f915b1505edd82e)
1857
+
1858
+ ## [v0.0.4](https://github.com/ljharb/tape/compare/v0.0.3...v0.0.4) - 2012-11-26
1859
+
1860
+ ### Commits
1861
+
1862
+ - Return t [`21afbcb`](https://github.com/ljharb/tape/commit/21afbcb522c219ac65a6d2720aa2679b7d925eee)
1863
+
1864
+ ## [v0.0.3](https://github.com/ljharb/tape/compare/v0.0.2...v0.0.3) - 2012-11-25
1865
+
1866
+ ### Commits
1867
+
1868
+ - using `defined` for defined-or (//) [`6ce0e1a`](https://github.com/ljharb/tape/commit/6ce0e1a926c6f81504cd3d9e72254bf6815e0088)
1869
+
1870
+ ## [v0.0.2](https://github.com/ljharb/tape/compare/v0.0.1...v0.0.2) - 2012-11-25
1871
+
1872
+ ### Fixed
1873
+
1874
+ - Handle children in order, and grandchildren [`#5`](https://github.com/ljharb/tape/issues/5) [`#6`](https://github.com/ljharb/tape/issues/6)
1875
+ - Fix #3 Implement Test.comment [`#3`](https://github.com/ljharb/tape/issues/3)
1876
+
1877
+ ### Commits
1878
+
1879
+ - A test for createHarness [`21fe619`](https://github.com/ljharb/tape/commit/21fe61941b05171eda6a4b40f20e918f205e9303)
1880
+
1881
+ ## [v0.0.1](https://github.com/ljharb/tape/compare/v0.0.0...v0.0.1) - 2012-11-25
1882
+
1883
+ ### Fixed
1884
+
1885
+ - Fix child ordering [`#4`](https://github.com/ljharb/tape/issues/4)
1886
+ - Use conf object, support skipping entire tests [`#2`](https://github.com/ljharb/tape/issues/2)
1887
+ - plan() should be optional [`#1`](https://github.com/ljharb/tape/issues/1)
1888
+
1889
+ ### Commits
1890
+
1891
+ - browser example [`6192cb5`](https://github.com/ljharb/tape/commit/6192cb55175d3eecdf619207ea75a4ce70671c61)
1892
+ - browser compatibility notes [`0557b39`](https://github.com/ljharb/tape/commit/0557b3945d47c6ac5ba7e82762ce564ed0f149b8)
1893
+ - fix keyword silliness [`e14cce3`](https://github.com/ljharb/tape/commit/e14cce3a3ad8cdb48f40dc3d640e37830968ec59)
1894
+
1895
+ ## v0.0.0 - 2012-11-25
1896
+
1897
+ ### Commits
1898
+
1899
+ - mostly compatible with node-tap assertions, stubbed out assertion-to-TAP logic [`7948e2e`](https://github.com/ljharb/tape/commit/7948e2ee439135efee86ea0b7ce24c9deea4b018)
1900
+ - documentation, test.stream [`7e1d1f0`](https://github.com/ljharb/tape/commit/7e1d1f060b018bc81ee924c64f14ee2fda33d853)
1901
+ - fix double-piping bug in the output [`ddd2535`](https://github.com/ljharb/tape/commit/ddd2535d2e103a8461db808ed7d262b3cd1930d1)
1902
+ - failing nested test [`422bfb4`](https://github.com/ljharb/tape/commit/422bfb48e97ef3fb99012765760abee16935e6f8)
1903
+ - passing too many test [`e888fbb`](https://github.com/ljharb/tape/commit/e888fbb72d54c098143324d0bbe5ce16619b3220)
1904
+ - passing fail test [`5c2dfed`](https://github.com/ljharb/tape/commit/5c2dfed364155240d00d04db56f28431606a9481)
1905
+ - passing array test [`7991377`](https://github.com/ljharb/tape/commit/79913770856c3470d79e59b5761a2bf15bf78c71)
1906
+ - package.json etc [`a5b83f2`](https://github.com/ljharb/tape/commit/a5b83f2f10afc363b5086281fa8797e906008413)
1907
+ - nested failure example [`1ea9057`](https://github.com/ljharb/tape/commit/1ea9057585ae957f0a15d37afdf9872625d1e996)
1908
+ - basic tap output works [`53ab0e8`](https://github.com/ljharb/tape/commit/53ab0e8dadc2b5a415183633b67b6339b2ecac16)
1909
+ - nested tests work [`c9ca5be`](https://github.com/ljharb/tape/commit/c9ca5be0de56ee26a40347e2f17496c307ce355d)
1910
+ - plan errors [`40aafce`](https://github.com/ljharb/tape/commit/40aafce59661cc2f89e9702e0cbb69fd568a1f20)
1911
+ - expected, actual, and operator keys in yaml-esque format on assertion failures [`dab1314`](https://github.com/ljharb/tape/commit/dab13148eceaaac81c1fbb92004fe7663c839e5b)
1912
+ - send the end event properly [`46fb0a1`](https://github.com/ljharb/tape/commit/46fb0a1e5b305d07ffaf1c464325356c269fb5fe)
1913
+ - trailing tap data [`463afd2`](https://github.com/ljharb/tape/commit/463afd287c5833917a96c44f0f4d5a8dea56f67c)
1914
+ - remove nested test indents to pass the tests [`f6b844e`](https://github.com/ljharb/tape/commit/f6b844ec13e57391e37bd8eb4ab1c58aa7ef98fc)
1915
+ - initial artistic direction [`da360eb`](https://github.com/ljharb/tape/commit/da360eb938e221a160408f6c49a1a3659981e410)
1916
+ - using travis [`749e84f`](https://github.com/ljharb/tape/commit/749e84fa5b25f156e8d60bdd81599291c2b029d9)
1917
+ - document t.test() [`77983ab`](https://github.com/ljharb/tape/commit/77983ab8093d996ed5fc59e624209d989a16c7d3)
1918
+ - send the tap header [`31dae7d`](https://github.com/ljharb/tape/commit/31dae7d2c50dcba7ddf71e927ee3cb0f49c47046)