wiki-plugin-allyabase 0.0.1

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 (2354) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +165 -0
  3. package/client/allyabase.js +58 -0
  4. package/factory.json +5 -0
  5. package/package.json +31 -0
  6. package/server/contracts.js +256 -0
  7. package/server/feeds.js +27 -0
  8. package/server/inventory.js +82 -0
  9. package/server/server.js +13 -0
  10. package/test/node_modules/.bin/_mocha +10 -0
  11. package/test/node_modules/.bin/flat +42 -0
  12. package/test/node_modules/.bin/glob +270 -0
  13. package/test/node_modules/.bin/he +148 -0
  14. package/test/node_modules/.bin/js-yaml +126 -0
  15. package/test/node_modules/.bin/mime +46 -0
  16. package/test/node_modules/.bin/mocha +142 -0
  17. package/test/node_modules/.bin/node-which +52 -0
  18. package/test/node_modules/.bin/uuid +2 -0
  19. package/test/node_modules/.package-lock.json +1984 -0
  20. package/test/node_modules/@isaacs/cliui/LICENSE.txt +14 -0
  21. package/test/node_modules/@isaacs/cliui/README.md +143 -0
  22. package/test/node_modules/@isaacs/cliui/build/index.cjs +317 -0
  23. package/test/node_modules/@isaacs/cliui/build/index.d.cts +43 -0
  24. package/test/node_modules/@isaacs/cliui/build/lib/index.js +302 -0
  25. package/test/node_modules/@isaacs/cliui/index.mjs +14 -0
  26. package/test/node_modules/@isaacs/cliui/package.json +86 -0
  27. package/test/node_modules/@noble/curves/LICENSE +21 -0
  28. package/test/node_modules/@noble/curves/README.md +1031 -0
  29. package/test/node_modules/@noble/curves/_shortw_utils.d.ts +62 -0
  30. package/test/node_modules/@noble/curves/_shortw_utils.d.ts.map +1 -0
  31. package/test/node_modules/@noble/curves/_shortw_utils.js +21 -0
  32. package/test/node_modules/@noble/curves/_shortw_utils.js.map +1 -0
  33. package/test/node_modules/@noble/curves/abstract/bls.d.ts +122 -0
  34. package/test/node_modules/@noble/curves/abstract/bls.d.ts.map +1 -0
  35. package/test/node_modules/@noble/curves/abstract/bls.js +288 -0
  36. package/test/node_modules/@noble/curves/abstract/bls.js.map +1 -0
  37. package/test/node_modules/@noble/curves/abstract/curve.d.ts +70 -0
  38. package/test/node_modules/@noble/curves/abstract/curve.d.ts.map +1 -0
  39. package/test/node_modules/@noble/curves/abstract/curve.js +160 -0
  40. package/test/node_modules/@noble/curves/abstract/curve.js.map +1 -0
  41. package/test/node_modules/@noble/curves/abstract/edwards.d.ts +89 -0
  42. package/test/node_modules/@noble/curves/abstract/edwards.d.ts.map +1 -0
  43. package/test/node_modules/@noble/curves/abstract/edwards.js +428 -0
  44. package/test/node_modules/@noble/curves/abstract/edwards.js.map +1 -0
  45. package/test/node_modules/@noble/curves/abstract/hash-to-curve.d.ts +58 -0
  46. package/test/node_modules/@noble/curves/abstract/hash-to-curve.d.ts.map +1 -0
  47. package/test/node_modules/@noble/curves/abstract/hash-to-curve.js +180 -0
  48. package/test/node_modules/@noble/curves/abstract/hash-to-curve.js.map +1 -0
  49. package/test/node_modules/@noble/curves/abstract/modular.d.ts +123 -0
  50. package/test/node_modules/@noble/curves/abstract/modular.d.ts.map +1 -0
  51. package/test/node_modules/@noble/curves/abstract/modular.js +439 -0
  52. package/test/node_modules/@noble/curves/abstract/modular.js.map +1 -0
  53. package/test/node_modules/@noble/curves/abstract/montgomery.d.ts +26 -0
  54. package/test/node_modules/@noble/curves/abstract/montgomery.d.ts.map +1 -0
  55. package/test/node_modules/@noble/curves/abstract/montgomery.js +158 -0
  56. package/test/node_modules/@noble/curves/abstract/montgomery.js.map +1 -0
  57. package/test/node_modules/@noble/curves/abstract/poseidon.d.ts +30 -0
  58. package/test/node_modules/@noble/curves/abstract/poseidon.d.ts.map +1 -0
  59. package/test/node_modules/@noble/curves/abstract/poseidon.js +113 -0
  60. package/test/node_modules/@noble/curves/abstract/poseidon.js.map +1 -0
  61. package/test/node_modules/@noble/curves/abstract/utils.d.ts +94 -0
  62. package/test/node_modules/@noble/curves/abstract/utils.d.ts.map +1 -0
  63. package/test/node_modules/@noble/curves/abstract/utils.js +313 -0
  64. package/test/node_modules/@noble/curves/abstract/utils.js.map +1 -0
  65. package/test/node_modules/@noble/curves/abstract/weierstrass.d.ts +236 -0
  66. package/test/node_modules/@noble/curves/abstract/weierstrass.d.ts.map +1 -0
  67. package/test/node_modules/@noble/curves/abstract/weierstrass.js +1069 -0
  68. package/test/node_modules/@noble/curves/abstract/weierstrass.js.map +1 -0
  69. package/test/node_modules/@noble/curves/bls12-381.d.ts +67 -0
  70. package/test/node_modules/@noble/curves/bls12-381.d.ts.map +1 -0
  71. package/test/node_modules/@noble/curves/bls12-381.js +1232 -0
  72. package/test/node_modules/@noble/curves/bls12-381.js.map +1 -0
  73. package/test/node_modules/@noble/curves/bn254.d.ts +9 -0
  74. package/test/node_modules/@noble/curves/bn254.d.ts.map +1 -0
  75. package/test/node_modules/@noble/curves/bn254.js +26 -0
  76. package/test/node_modules/@noble/curves/bn254.js.map +1 -0
  77. package/test/node_modules/@noble/curves/ed25519.d.ts +78 -0
  78. package/test/node_modules/@noble/curves/ed25519.d.ts.map +1 -0
  79. package/test/node_modules/@noble/curves/ed25519.js +446 -0
  80. package/test/node_modules/@noble/curves/ed25519.js.map +1 -0
  81. package/test/node_modules/@noble/curves/ed448.d.ts +67 -0
  82. package/test/node_modules/@noble/curves/ed448.d.ts.map +1 -0
  83. package/test/node_modules/@noble/curves/ed448.js +406 -0
  84. package/test/node_modules/@noble/curves/ed448.js.map +1 -0
  85. package/test/node_modules/@noble/curves/esm/_shortw_utils.d.ts +62 -0
  86. package/test/node_modules/@noble/curves/esm/_shortw_utils.d.ts.map +1 -0
  87. package/test/node_modules/@noble/curves/esm/_shortw_utils.js +17 -0
  88. package/test/node_modules/@noble/curves/esm/_shortw_utils.js.map +1 -0
  89. package/test/node_modules/@noble/curves/esm/abstract/bls.d.ts +122 -0
  90. package/test/node_modules/@noble/curves/esm/abstract/bls.d.ts.map +1 -0
  91. package/test/node_modules/@noble/curves/esm/abstract/bls.js +285 -0
  92. package/test/node_modules/@noble/curves/esm/abstract/bls.js.map +1 -0
  93. package/test/node_modules/@noble/curves/esm/abstract/curve.d.ts +70 -0
  94. package/test/node_modules/@noble/curves/esm/abstract/curve.d.ts.map +1 -0
  95. package/test/node_modules/@noble/curves/esm/abstract/curve.js +156 -0
  96. package/test/node_modules/@noble/curves/esm/abstract/curve.js.map +1 -0
  97. package/test/node_modules/@noble/curves/esm/abstract/edwards.d.ts +89 -0
  98. package/test/node_modules/@noble/curves/esm/abstract/edwards.d.ts.map +1 -0
  99. package/test/node_modules/@noble/curves/esm/abstract/edwards.js +425 -0
  100. package/test/node_modules/@noble/curves/esm/abstract/edwards.js.map +1 -0
  101. package/test/node_modules/@noble/curves/esm/abstract/hash-to-curve.d.ts +58 -0
  102. package/test/node_modules/@noble/curves/esm/abstract/hash-to-curve.d.ts.map +1 -0
  103. package/test/node_modules/@noble/curves/esm/abstract/hash-to-curve.js +173 -0
  104. package/test/node_modules/@noble/curves/esm/abstract/hash-to-curve.js.map +1 -0
  105. package/test/node_modules/@noble/curves/esm/abstract/modular.d.ts +123 -0
  106. package/test/node_modules/@noble/curves/esm/abstract/modular.d.ts.map +1 -0
  107. package/test/node_modules/@noble/curves/esm/abstract/modular.js +416 -0
  108. package/test/node_modules/@noble/curves/esm/abstract/modular.js.map +1 -0
  109. package/test/node_modules/@noble/curves/esm/abstract/montgomery.d.ts +26 -0
  110. package/test/node_modules/@noble/curves/esm/abstract/montgomery.d.ts.map +1 -0
  111. package/test/node_modules/@noble/curves/esm/abstract/montgomery.js +155 -0
  112. package/test/node_modules/@noble/curves/esm/abstract/montgomery.js.map +1 -0
  113. package/test/node_modules/@noble/curves/esm/abstract/poseidon.d.ts +30 -0
  114. package/test/node_modules/@noble/curves/esm/abstract/poseidon.d.ts.map +1 -0
  115. package/test/node_modules/@noble/curves/esm/abstract/poseidon.js +108 -0
  116. package/test/node_modules/@noble/curves/esm/abstract/poseidon.js.map +1 -0
  117. package/test/node_modules/@noble/curves/esm/abstract/utils.d.ts +94 -0
  118. package/test/node_modules/@noble/curves/esm/abstract/utils.d.ts.map +1 -0
  119. package/test/node_modules/@noble/curves/esm/abstract/utils.js +289 -0
  120. package/test/node_modules/@noble/curves/esm/abstract/utils.js.map +1 -0
  121. package/test/node_modules/@noble/curves/esm/abstract/weierstrass.d.ts +236 -0
  122. package/test/node_modules/@noble/curves/esm/abstract/weierstrass.d.ts.map +1 -0
  123. package/test/node_modules/@noble/curves/esm/abstract/weierstrass.js +1062 -0
  124. package/test/node_modules/@noble/curves/esm/abstract/weierstrass.js.map +1 -0
  125. package/test/node_modules/@noble/curves/esm/bls12-381.d.ts +67 -0
  126. package/test/node_modules/@noble/curves/esm/bls12-381.d.ts.map +1 -0
  127. package/test/node_modules/@noble/curves/esm/bls12-381.js +1229 -0
  128. package/test/node_modules/@noble/curves/esm/bls12-381.js.map +1 -0
  129. package/test/node_modules/@noble/curves/esm/bn254.d.ts +9 -0
  130. package/test/node_modules/@noble/curves/esm/bn254.d.ts.map +1 -0
  131. package/test/node_modules/@noble/curves/esm/bn254.js +23 -0
  132. package/test/node_modules/@noble/curves/esm/bn254.js.map +1 -0
  133. package/test/node_modules/@noble/curves/esm/ed25519.d.ts +78 -0
  134. package/test/node_modules/@noble/curves/esm/ed25519.d.ts.map +1 -0
  135. package/test/node_modules/@noble/curves/esm/ed25519.js +440 -0
  136. package/test/node_modules/@noble/curves/esm/ed25519.js.map +1 -0
  137. package/test/node_modules/@noble/curves/esm/ed448.d.ts +67 -0
  138. package/test/node_modules/@noble/curves/esm/ed448.d.ts.map +1 -0
  139. package/test/node_modules/@noble/curves/esm/ed448.js +401 -0
  140. package/test/node_modules/@noble/curves/esm/ed448.js.map +1 -0
  141. package/test/node_modules/@noble/curves/esm/index.d.ts +2 -0
  142. package/test/node_modules/@noble/curves/esm/index.d.ts.map +1 -0
  143. package/test/node_modules/@noble/curves/esm/index.js +3 -0
  144. package/test/node_modules/@noble/curves/esm/index.js.map +1 -0
  145. package/test/node_modules/@noble/curves/esm/jubjub.d.ts +9 -0
  146. package/test/node_modules/@noble/curves/esm/jubjub.d.ts.map +1 -0
  147. package/test/node_modules/@noble/curves/esm/jubjub.js +54 -0
  148. package/test/node_modules/@noble/curves/esm/jubjub.js.map +1 -0
  149. package/test/node_modules/@noble/curves/esm/p256.d.ts +105 -0
  150. package/test/node_modules/@noble/curves/esm/p256.d.ts.map +1 -0
  151. package/test/node_modules/@noble/curves/esm/p256.js +42 -0
  152. package/test/node_modules/@noble/curves/esm/p256.js.map +1 -0
  153. package/test/node_modules/@noble/curves/esm/p384.d.ts +105 -0
  154. package/test/node_modules/@noble/curves/esm/p384.d.ts.map +1 -0
  155. package/test/node_modules/@noble/curves/esm/p384.js +46 -0
  156. package/test/node_modules/@noble/curves/esm/p384.js.map +1 -0
  157. package/test/node_modules/@noble/curves/esm/p521.d.ts +105 -0
  158. package/test/node_modules/@noble/curves/esm/p521.d.ts.map +1 -0
  159. package/test/node_modules/@noble/curves/esm/p521.js +53 -0
  160. package/test/node_modules/@noble/curves/esm/p521.js.map +1 -0
  161. package/test/node_modules/@noble/curves/esm/package.json +4 -0
  162. package/test/node_modules/@noble/curves/esm/pasta.d.ts +5 -0
  163. package/test/node_modules/@noble/curves/esm/pasta.d.ts.map +1 -0
  164. package/test/node_modules/@noble/curves/esm/pasta.js +30 -0
  165. package/test/node_modules/@noble/curves/esm/pasta.js.map +1 -0
  166. package/test/node_modules/@noble/curves/esm/secp256k1.d.ts +93 -0
  167. package/test/node_modules/@noble/curves/esm/secp256k1.d.ts.map +1 -0
  168. package/test/node_modules/@noble/curves/esm/secp256k1.js +254 -0
  169. package/test/node_modules/@noble/curves/esm/secp256k1.js.map +1 -0
  170. package/test/node_modules/@noble/curves/index.d.ts +1 -0
  171. package/test/node_modules/@noble/curves/index.d.ts.map +1 -0
  172. package/test/node_modules/@noble/curves/index.js +3 -0
  173. package/test/node_modules/@noble/curves/index.js.map +1 -0
  174. package/test/node_modules/@noble/curves/jubjub.d.ts +9 -0
  175. package/test/node_modules/@noble/curves/jubjub.d.ts.map +1 -0
  176. package/test/node_modules/@noble/curves/jubjub.js +59 -0
  177. package/test/node_modules/@noble/curves/jubjub.js.map +1 -0
  178. package/test/node_modules/@noble/curves/p256.d.ts +105 -0
  179. package/test/node_modules/@noble/curves/p256.d.ts.map +1 -0
  180. package/test/node_modules/@noble/curves/p256.js +45 -0
  181. package/test/node_modules/@noble/curves/p256.js.map +1 -0
  182. package/test/node_modules/@noble/curves/p384.d.ts +105 -0
  183. package/test/node_modules/@noble/curves/p384.d.ts.map +1 -0
  184. package/test/node_modules/@noble/curves/p384.js +49 -0
  185. package/test/node_modules/@noble/curves/p384.js.map +1 -0
  186. package/test/node_modules/@noble/curves/p521.d.ts +105 -0
  187. package/test/node_modules/@noble/curves/p521.d.ts.map +1 -0
  188. package/test/node_modules/@noble/curves/p521.js +56 -0
  189. package/test/node_modules/@noble/curves/p521.js.map +1 -0
  190. package/test/node_modules/@noble/curves/package.json +159 -0
  191. package/test/node_modules/@noble/curves/pasta.d.ts +5 -0
  192. package/test/node_modules/@noble/curves/pasta.d.ts.map +1 -0
  193. package/test/node_modules/@noble/curves/pasta.js +33 -0
  194. package/test/node_modules/@noble/curves/pasta.js.map +1 -0
  195. package/test/node_modules/@noble/curves/secp256k1.d.ts +93 -0
  196. package/test/node_modules/@noble/curves/secp256k1.d.ts.map +1 -0
  197. package/test/node_modules/@noble/curves/secp256k1.js +257 -0
  198. package/test/node_modules/@noble/curves/secp256k1.js.map +1 -0
  199. package/test/node_modules/@noble/curves/src/_shortw_utils.ts +20 -0
  200. package/test/node_modules/@noble/curves/src/abstract/bls.ts +502 -0
  201. package/test/node_modules/@noble/curves/src/abstract/curve.ts +203 -0
  202. package/test/node_modules/@noble/curves/src/abstract/edwards.ts +514 -0
  203. package/test/node_modules/@noble/curves/src/abstract/hash-to-curve.ts +231 -0
  204. package/test/node_modules/@noble/curves/src/abstract/modular.ts +484 -0
  205. package/test/node_modules/@noble/curves/src/abstract/montgomery.ts +187 -0
  206. package/test/node_modules/@noble/curves/src/abstract/poseidon.ts +118 -0
  207. package/test/node_modules/@noble/curves/src/abstract/utils.ts +319 -0
  208. package/test/node_modules/@noble/curves/src/abstract/weierstrass.ts +1237 -0
  209. package/test/node_modules/@noble/curves/src/bls12-381.ts +1410 -0
  210. package/test/node_modules/@noble/curves/src/bn254.ts +22 -0
  211. package/test/node_modules/@noble/curves/src/ed25519.ts +505 -0
  212. package/test/node_modules/@noble/curves/src/ed448.ts +480 -0
  213. package/test/node_modules/@noble/curves/src/index.ts +1 -0
  214. package/test/node_modules/@noble/curves/src/jubjub.ts +58 -0
  215. package/test/node_modules/@noble/curves/src/p256.ts +48 -0
  216. package/test/node_modules/@noble/curves/src/p384.ts +52 -0
  217. package/test/node_modules/@noble/curves/src/p521.ts +68 -0
  218. package/test/node_modules/@noble/curves/src/package.json +3 -0
  219. package/test/node_modules/@noble/curves/src/pasta.ts +31 -0
  220. package/test/node_modules/@noble/curves/src/secp256k1.ts +274 -0
  221. package/test/node_modules/@noble/hashes/LICENSE +21 -0
  222. package/test/node_modules/@noble/hashes/README.md +558 -0
  223. package/test/node_modules/@noble/hashes/_assert.d.ts +24 -0
  224. package/test/node_modules/@noble/hashes/_assert.js +51 -0
  225. package/test/node_modules/@noble/hashes/_assert.js.map +1 -0
  226. package/test/node_modules/@noble/hashes/_blake.d.ts +28 -0
  227. package/test/node_modules/@noble/hashes/_blake.js +124 -0
  228. package/test/node_modules/@noble/hashes/_blake.js.map +1 -0
  229. package/test/node_modules/@noble/hashes/_md.d.ts +30 -0
  230. package/test/node_modules/@noble/hashes/_md.js +128 -0
  231. package/test/node_modules/@noble/hashes/_md.js.map +1 -0
  232. package/test/node_modules/@noble/hashes/_u64.d.ts +55 -0
  233. package/test/node_modules/@noble/hashes/_u64.js +85 -0
  234. package/test/node_modules/@noble/hashes/_u64.js.map +1 -0
  235. package/test/node_modules/@noble/hashes/argon2.d.ts +17 -0
  236. package/test/node_modules/@noble/hashes/argon2.js +303 -0
  237. package/test/node_modules/@noble/hashes/argon2.js.map +1 -0
  238. package/test/node_modules/@noble/hashes/blake2b.d.ts +54 -0
  239. package/test/node_modules/@noble/hashes/blake2b.js +192 -0
  240. package/test/node_modules/@noble/hashes/blake2b.js.map +1 -0
  241. package/test/node_modules/@noble/hashes/blake2s.d.ts +48 -0
  242. package/test/node_modules/@noble/hashes/blake2s.js +123 -0
  243. package/test/node_modules/@noble/hashes/blake2s.js.map +1 -0
  244. package/test/node_modules/@noble/hashes/blake3.d.ts +47 -0
  245. package/test/node_modules/@noble/hashes/blake3.js +243 -0
  246. package/test/node_modules/@noble/hashes/blake3.js.map +1 -0
  247. package/test/node_modules/@noble/hashes/crypto.d.ts +2 -0
  248. package/test/node_modules/@noble/hashes/crypto.js +5 -0
  249. package/test/node_modules/@noble/hashes/crypto.js.map +1 -0
  250. package/test/node_modules/@noble/hashes/cryptoNode.d.ts +2 -0
  251. package/test/node_modules/@noble/hashes/cryptoNode.js +10 -0
  252. package/test/node_modules/@noble/hashes/cryptoNode.js.map +1 -0
  253. package/test/node_modules/@noble/hashes/eskdf.d.ts +47 -0
  254. package/test/node_modules/@noble/hashes/eskdf.js +162 -0
  255. package/test/node_modules/@noble/hashes/eskdf.js.map +1 -0
  256. package/test/node_modules/@noble/hashes/esm/_assert.js +42 -0
  257. package/test/node_modules/@noble/hashes/esm/_assert.js.map +1 -0
  258. package/test/node_modules/@noble/hashes/esm/_blake.js +120 -0
  259. package/test/node_modules/@noble/hashes/esm/_blake.js.map +1 -0
  260. package/test/node_modules/@noble/hashes/esm/_md.js +122 -0
  261. package/test/node_modules/@noble/hashes/esm/_md.js.map +1 -0
  262. package/test/node_modules/@noble/hashes/esm/_u64.js +62 -0
  263. package/test/node_modules/@noble/hashes/esm/_u64.js.map +1 -0
  264. package/test/node_modules/@noble/hashes/esm/argon2.js +297 -0
  265. package/test/node_modules/@noble/hashes/esm/argon2.js.map +1 -0
  266. package/test/node_modules/@noble/hashes/esm/blake2b.js +189 -0
  267. package/test/node_modules/@noble/hashes/esm/blake2b.js.map +1 -0
  268. package/test/node_modules/@noble/hashes/esm/blake2s.js +119 -0
  269. package/test/node_modules/@noble/hashes/esm/blake2s.js.map +1 -0
  270. package/test/node_modules/@noble/hashes/esm/blake3.js +240 -0
  271. package/test/node_modules/@noble/hashes/esm/blake3.js.map +1 -0
  272. package/test/node_modules/@noble/hashes/esm/crypto.js +2 -0
  273. package/test/node_modules/@noble/hashes/esm/crypto.js.map +1 -0
  274. package/test/node_modules/@noble/hashes/esm/cryptoNode.js +7 -0
  275. package/test/node_modules/@noble/hashes/esm/cryptoNode.js.map +1 -0
  276. package/test/node_modules/@noble/hashes/esm/eskdf.js +155 -0
  277. package/test/node_modules/@noble/hashes/esm/eskdf.js.map +1 -0
  278. package/test/node_modules/@noble/hashes/esm/hkdf.js +72 -0
  279. package/test/node_modules/@noble/hashes/esm/hkdf.js.map +1 -0
  280. package/test/node_modules/@noble/hashes/esm/hmac.js +77 -0
  281. package/test/node_modules/@noble/hashes/esm/hmac.js.map +1 -0
  282. package/test/node_modules/@noble/hashes/esm/index.js +3 -0
  283. package/test/node_modules/@noble/hashes/esm/index.js.map +1 -0
  284. package/test/node_modules/@noble/hashes/esm/package.json +10 -0
  285. package/test/node_modules/@noble/hashes/esm/pbkdf2.js +86 -0
  286. package/test/node_modules/@noble/hashes/esm/pbkdf2.js.map +1 -0
  287. package/test/node_modules/@noble/hashes/esm/ripemd160.js +102 -0
  288. package/test/node_modules/@noble/hashes/esm/ripemd160.js.map +1 -0
  289. package/test/node_modules/@noble/hashes/esm/scrypt.js +224 -0
  290. package/test/node_modules/@noble/hashes/esm/scrypt.js.map +1 -0
  291. package/test/node_modules/@noble/hashes/esm/sha1.js +80 -0
  292. package/test/node_modules/@noble/hashes/esm/sha1.js.map +1 -0
  293. package/test/node_modules/@noble/hashes/esm/sha2.js +4 -0
  294. package/test/node_modules/@noble/hashes/esm/sha2.js.map +1 -0
  295. package/test/node_modules/@noble/hashes/esm/sha256.js +123 -0
  296. package/test/node_modules/@noble/hashes/esm/sha256.js.map +1 -0
  297. package/test/node_modules/@noble/hashes/esm/sha3-addons.js +356 -0
  298. package/test/node_modules/@noble/hashes/esm/sha3-addons.js.map +1 -0
  299. package/test/node_modules/@noble/hashes/esm/sha3.js +214 -0
  300. package/test/node_modules/@noble/hashes/esm/sha3.js.map +1 -0
  301. package/test/node_modules/@noble/hashes/esm/sha512.js +231 -0
  302. package/test/node_modules/@noble/hashes/esm/sha512.js.map +1 -0
  303. package/test/node_modules/@noble/hashes/esm/utils.js +187 -0
  304. package/test/node_modules/@noble/hashes/esm/utils.js.map +1 -0
  305. package/test/node_modules/@noble/hashes/hkdf.d.ts +27 -0
  306. package/test/node_modules/@noble/hashes/hkdf.js +78 -0
  307. package/test/node_modules/@noble/hashes/hkdf.js.map +1 -0
  308. package/test/node_modules/@noble/hashes/hmac.d.ts +26 -0
  309. package/test/node_modules/@noble/hashes/hmac.js +82 -0
  310. package/test/node_modules/@noble/hashes/hmac.js.map +1 -0
  311. package/test/node_modules/@noble/hashes/index.d.ts +1 -0
  312. package/test/node_modules/@noble/hashes/index.js +3 -0
  313. package/test/node_modules/@noble/hashes/index.js.map +1 -0
  314. package/test/node_modules/@noble/hashes/package.json +179 -0
  315. package/test/node_modules/@noble/hashes/pbkdf2.d.ts +16 -0
  316. package/test/node_modules/@noble/hashes/pbkdf2.js +91 -0
  317. package/test/node_modules/@noble/hashes/pbkdf2.js.map +1 -0
  318. package/test/node_modules/@noble/hashes/ripemd160.d.ts +25 -0
  319. package/test/node_modules/@noble/hashes/ripemd160.js +106 -0
  320. package/test/node_modules/@noble/hashes/ripemd160.js.map +1 -0
  321. package/test/node_modules/@noble/hashes/scrypt.d.ts +30 -0
  322. package/test/node_modules/@noble/hashes/scrypt.js +229 -0
  323. package/test/node_modules/@noble/hashes/scrypt.js.map +1 -0
  324. package/test/node_modules/@noble/hashes/sha1.d.ts +22 -0
  325. package/test/node_modules/@noble/hashes/sha1.js +83 -0
  326. package/test/node_modules/@noble/hashes/sha1.js.map +1 -0
  327. package/test/node_modules/@noble/hashes/sha2.d.ts +3 -0
  328. package/test/node_modules/@noble/hashes/sha2.js +13 -0
  329. package/test/node_modules/@noble/hashes/sha2.js.map +1 -0
  330. package/test/node_modules/@noble/hashes/sha256.d.ts +35 -0
  331. package/test/node_modules/@noble/hashes/sha256.js +126 -0
  332. package/test/node_modules/@noble/hashes/sha256.js.map +1 -0
  333. package/test/node_modules/@noble/hashes/sha3-addons.d.ts +154 -0
  334. package/test/node_modules/@noble/hashes/sha3-addons.js +360 -0
  335. package/test/node_modules/@noble/hashes/sha3-addons.js.map +1 -0
  336. package/test/node_modules/@noble/hashes/sha3.d.ts +98 -0
  337. package/test/node_modules/@noble/hashes/sha3.js +219 -0
  338. package/test/node_modules/@noble/hashes/sha3.js.map +1 -0
  339. package/test/node_modules/@noble/hashes/sha512.d.ts +67 -0
  340. package/test/node_modules/@noble/hashes/sha512.js +235 -0
  341. package/test/node_modules/@noble/hashes/sha512.js.map +1 -0
  342. package/test/node_modules/@noble/hashes/src/_assert.ts +51 -0
  343. package/test/node_modules/@noble/hashes/src/_blake.ts +134 -0
  344. package/test/node_modules/@noble/hashes/src/_md.ts +127 -0
  345. package/test/node_modules/@noble/hashes/src/_u64.ts +77 -0
  346. package/test/node_modules/@noble/hashes/src/argon2.ts +374 -0
  347. package/test/node_modules/@noble/hashes/src/blake2b.ts +205 -0
  348. package/test/node_modules/@noble/hashes/src/blake2s.ts +138 -0
  349. package/test/node_modules/@noble/hashes/src/blake3.ts +268 -0
  350. package/test/node_modules/@noble/hashes/src/crypto.ts +5 -0
  351. package/test/node_modules/@noble/hashes/src/cryptoNode.ts +7 -0
  352. package/test/node_modules/@noble/hashes/src/eskdf.ts +183 -0
  353. package/test/node_modules/@noble/hashes/src/hkdf.ts +79 -0
  354. package/test/node_modules/@noble/hashes/src/hmac.ts +81 -0
  355. package/test/node_modules/@noble/hashes/src/index.ts +1 -0
  356. package/test/node_modules/@noble/hashes/src/pbkdf2.ts +97 -0
  357. package/test/node_modules/@noble/hashes/src/ripemd160.ts +108 -0
  358. package/test/node_modules/@noble/hashes/src/scrypt.ts +241 -0
  359. package/test/node_modules/@noble/hashes/src/sha1.ts +80 -0
  360. package/test/node_modules/@noble/hashes/src/sha2.ts +3 -0
  361. package/test/node_modules/@noble/hashes/src/sha256.ts +129 -0
  362. package/test/node_modules/@noble/hashes/src/sha3-addons.ts +423 -0
  363. package/test/node_modules/@noble/hashes/src/sha3.ts +229 -0
  364. package/test/node_modules/@noble/hashes/src/sha512.ts +246 -0
  365. package/test/node_modules/@noble/hashes/src/utils.ts +256 -0
  366. package/test/node_modules/@noble/hashes/utils.d.ts +96 -0
  367. package/test/node_modules/@noble/hashes/utils.js +211 -0
  368. package/test/node_modules/@noble/hashes/utils.js.map +1 -0
  369. package/test/node_modules/@pkgjs/parseargs/.editorconfig +14 -0
  370. package/test/node_modules/@pkgjs/parseargs/CHANGELOG.md +147 -0
  371. package/test/node_modules/@pkgjs/parseargs/LICENSE +201 -0
  372. package/test/node_modules/@pkgjs/parseargs/README.md +413 -0
  373. package/test/node_modules/@pkgjs/parseargs/examples/is-default-value.js +25 -0
  374. package/test/node_modules/@pkgjs/parseargs/examples/limit-long-syntax.js +35 -0
  375. package/test/node_modules/@pkgjs/parseargs/examples/negate.js +43 -0
  376. package/test/node_modules/@pkgjs/parseargs/examples/no-repeated-options.js +31 -0
  377. package/test/node_modules/@pkgjs/parseargs/examples/ordered-options.mjs +41 -0
  378. package/test/node_modules/@pkgjs/parseargs/examples/simple-hard-coded.js +26 -0
  379. package/test/node_modules/@pkgjs/parseargs/index.js +396 -0
  380. package/test/node_modules/@pkgjs/parseargs/internal/errors.js +47 -0
  381. package/test/node_modules/@pkgjs/parseargs/internal/primordials.js +393 -0
  382. package/test/node_modules/@pkgjs/parseargs/internal/util.js +14 -0
  383. package/test/node_modules/@pkgjs/parseargs/internal/validators.js +89 -0
  384. package/test/node_modules/@pkgjs/parseargs/package.json +36 -0
  385. package/test/node_modules/@pkgjs/parseargs/utils.js +198 -0
  386. package/test/node_modules/@scure/base/LICENSE +21 -0
  387. package/test/node_modules/@scure/base/README.md +214 -0
  388. package/test/node_modules/@scure/base/index.ts +616 -0
  389. package/test/node_modules/@scure/base/lib/esm/index.d.ts +132 -0
  390. package/test/node_modules/@scure/base/lib/esm/index.d.ts.map +1 -0
  391. package/test/node_modules/@scure/base/lib/esm/index.js +489 -0
  392. package/test/node_modules/@scure/base/lib/esm/index.js.map +1 -0
  393. package/test/node_modules/@scure/base/lib/esm/package.json +1 -0
  394. package/test/node_modules/@scure/base/lib/index.d.ts +132 -0
  395. package/test/node_modules/@scure/base/lib/index.d.ts.map +1 -0
  396. package/test/node_modules/@scure/base/lib/index.js +496 -0
  397. package/test/node_modules/@scure/base/lib/index.js.map +1 -0
  398. package/test/node_modules/@scure/base/package.json +64 -0
  399. package/test/node_modules/@scure/bip32/LICENSE +21 -0
  400. package/test/node_modules/@scure/bip32/README.md +113 -0
  401. package/test/node_modules/@scure/bip32/index.ts +308 -0
  402. package/test/node_modules/@scure/bip32/lib/esm/index.js +269 -0
  403. package/test/node_modules/@scure/bip32/lib/esm/index.js.map +1 -0
  404. package/test/node_modules/@scure/bip32/lib/esm/package.json +4 -0
  405. package/test/node_modules/@scure/bip32/lib/index.d.ts +50 -0
  406. package/test/node_modules/@scure/bip32/lib/index.js +273 -0
  407. package/test/node_modules/@scure/bip32/lib/index.js.map +1 -0
  408. package/test/node_modules/@scure/bip32/package.json +75 -0
  409. package/test/node_modules/@scure/bip39/LICENSE +21 -0
  410. package/test/node_modules/@scure/bip39/README.md +101 -0
  411. package/test/node_modules/@scure/bip39/esm/index.js +134 -0
  412. package/test/node_modules/@scure/bip39/esm/package.json +3 -0
  413. package/test/node_modules/@scure/bip39/esm/wordlists/czech.js +2048 -0
  414. package/test/node_modules/@scure/bip39/esm/wordlists/english.js +2048 -0
  415. package/test/node_modules/@scure/bip39/esm/wordlists/french.js +2048 -0
  416. package/test/node_modules/@scure/bip39/esm/wordlists/italian.js +2048 -0
  417. package/test/node_modules/@scure/bip39/esm/wordlists/japanese.js +2048 -0
  418. package/test/node_modules/@scure/bip39/esm/wordlists/korean.js +2048 -0
  419. package/test/node_modules/@scure/bip39/esm/wordlists/portuguese.js +2048 -0
  420. package/test/node_modules/@scure/bip39/esm/wordlists/simplified-chinese.js +2048 -0
  421. package/test/node_modules/@scure/bip39/esm/wordlists/spanish.js +2048 -0
  422. package/test/node_modules/@scure/bip39/esm/wordlists/traditional-chinese.js +2048 -0
  423. package/test/node_modules/@scure/bip39/index.d.ts +64 -0
  424. package/test/node_modules/@scure/bip39/index.js +143 -0
  425. package/test/node_modules/@scure/bip39/package.json +123 -0
  426. package/test/node_modules/@scure/bip39/src/index.ts +146 -0
  427. package/test/node_modules/@scure/bip39/wordlists/czech.d.ts +2 -0
  428. package/test/node_modules/@scure/bip39/wordlists/czech.js +2051 -0
  429. package/test/node_modules/@scure/bip39/wordlists/english.d.ts +2 -0
  430. package/test/node_modules/@scure/bip39/wordlists/english.js +2051 -0
  431. package/test/node_modules/@scure/bip39/wordlists/french.d.ts +2 -0
  432. package/test/node_modules/@scure/bip39/wordlists/french.js +2051 -0
  433. package/test/node_modules/@scure/bip39/wordlists/italian.d.ts +2 -0
  434. package/test/node_modules/@scure/bip39/wordlists/italian.js +2051 -0
  435. package/test/node_modules/@scure/bip39/wordlists/japanese.d.ts +2 -0
  436. package/test/node_modules/@scure/bip39/wordlists/japanese.js +2051 -0
  437. package/test/node_modules/@scure/bip39/wordlists/korean.d.ts +2 -0
  438. package/test/node_modules/@scure/bip39/wordlists/korean.js +2051 -0
  439. package/test/node_modules/@scure/bip39/wordlists/portuguese.d.ts +2 -0
  440. package/test/node_modules/@scure/bip39/wordlists/portuguese.js +2051 -0
  441. package/test/node_modules/@scure/bip39/wordlists/simplified-chinese.d.ts +2 -0
  442. package/test/node_modules/@scure/bip39/wordlists/simplified-chinese.js +2051 -0
  443. package/test/node_modules/@scure/bip39/wordlists/spanish.d.ts +2 -0
  444. package/test/node_modules/@scure/bip39/wordlists/spanish.js +2051 -0
  445. package/test/node_modules/@scure/bip39/wordlists/traditional-chinese.d.ts +2 -0
  446. package/test/node_modules/@scure/bip39/wordlists/traditional-chinese.js +2051 -0
  447. package/test/node_modules/ansi-colors/LICENSE +21 -0
  448. package/test/node_modules/ansi-colors/README.md +315 -0
  449. package/test/node_modules/ansi-colors/index.js +184 -0
  450. package/test/node_modules/ansi-colors/package.json +129 -0
  451. package/test/node_modules/ansi-colors/symbols.js +69 -0
  452. package/test/node_modules/ansi-colors/types/index.d.ts +235 -0
  453. package/test/node_modules/ansi-regex/index.d.ts +33 -0
  454. package/test/node_modules/ansi-regex/index.js +10 -0
  455. package/test/node_modules/ansi-regex/license +9 -0
  456. package/test/node_modules/ansi-regex/package.json +61 -0
  457. package/test/node_modules/ansi-regex/readme.md +60 -0
  458. package/test/node_modules/ansi-styles/index.d.ts +345 -0
  459. package/test/node_modules/ansi-styles/index.js +163 -0
  460. package/test/node_modules/ansi-styles/license +9 -0
  461. package/test/node_modules/ansi-styles/package.json +56 -0
  462. package/test/node_modules/ansi-styles/readme.md +152 -0
  463. package/test/node_modules/anymatch/LICENSE +15 -0
  464. package/test/node_modules/anymatch/README.md +87 -0
  465. package/test/node_modules/anymatch/index.d.ts +20 -0
  466. package/test/node_modules/anymatch/index.js +104 -0
  467. package/test/node_modules/anymatch/package.json +48 -0
  468. package/test/node_modules/argparse/CHANGELOG.md +216 -0
  469. package/test/node_modules/argparse/LICENSE +254 -0
  470. package/test/node_modules/argparse/README.md +84 -0
  471. package/test/node_modules/argparse/argparse.js +3707 -0
  472. package/test/node_modules/argparse/lib/sub.js +67 -0
  473. package/test/node_modules/argparse/lib/textwrap.js +440 -0
  474. package/test/node_modules/argparse/package.json +31 -0
  475. package/test/node_modules/asap/CHANGES.md +70 -0
  476. package/test/node_modules/asap/LICENSE.md +21 -0
  477. package/test/node_modules/asap/README.md +237 -0
  478. package/test/node_modules/asap/asap.js +65 -0
  479. package/test/node_modules/asap/browser-asap.js +66 -0
  480. package/test/node_modules/asap/browser-raw.js +223 -0
  481. package/test/node_modules/asap/package.json +58 -0
  482. package/test/node_modules/asap/raw.js +101 -0
  483. package/test/node_modules/assertion-error/LICENSE +21 -0
  484. package/test/node_modules/assertion-error/README.md +68 -0
  485. package/test/node_modules/assertion-error/index.d.ts +27 -0
  486. package/test/node_modules/assertion-error/index.js +60 -0
  487. package/test/node_modules/assertion-error/package.json +32 -0
  488. package/test/node_modules/asynckit/LICENSE +21 -0
  489. package/test/node_modules/asynckit/README.md +233 -0
  490. package/test/node_modules/asynckit/bench.js +76 -0
  491. package/test/node_modules/asynckit/index.js +6 -0
  492. package/test/node_modules/asynckit/lib/abort.js +29 -0
  493. package/test/node_modules/asynckit/lib/async.js +34 -0
  494. package/test/node_modules/asynckit/lib/defer.js +26 -0
  495. package/test/node_modules/asynckit/lib/iterate.js +75 -0
  496. package/test/node_modules/asynckit/lib/readable_asynckit.js +91 -0
  497. package/test/node_modules/asynckit/lib/readable_parallel.js +25 -0
  498. package/test/node_modules/asynckit/lib/readable_serial.js +25 -0
  499. package/test/node_modules/asynckit/lib/readable_serial_ordered.js +29 -0
  500. package/test/node_modules/asynckit/lib/state.js +37 -0
  501. package/test/node_modules/asynckit/lib/streamify.js +141 -0
  502. package/test/node_modules/asynckit/lib/terminator.js +29 -0
  503. package/test/node_modules/asynckit/package.json +63 -0
  504. package/test/node_modules/asynckit/parallel.js +43 -0
  505. package/test/node_modules/asynckit/serial.js +17 -0
  506. package/test/node_modules/asynckit/serialOrdered.js +75 -0
  507. package/test/node_modules/asynckit/stream.js +21 -0
  508. package/test/node_modules/balanced-match/.github/FUNDING.yml +2 -0
  509. package/test/node_modules/balanced-match/LICENSE.md +21 -0
  510. package/test/node_modules/balanced-match/README.md +97 -0
  511. package/test/node_modules/balanced-match/index.js +62 -0
  512. package/test/node_modules/balanced-match/package.json +48 -0
  513. package/test/node_modules/bdo-js/README.md +35 -0
  514. package/test/node_modules/bdo-js/bdo.cjs +165 -0
  515. package/test/node_modules/bdo-js/bdo.js +171 -0
  516. package/test/node_modules/bdo-js/package.json +24 -0
  517. package/test/node_modules/binary-extensions/binary-extensions.json +263 -0
  518. package/test/node_modules/binary-extensions/binary-extensions.json.d.ts +3 -0
  519. package/test/node_modules/binary-extensions/index.d.ts +14 -0
  520. package/test/node_modules/binary-extensions/index.js +1 -0
  521. package/test/node_modules/binary-extensions/license +10 -0
  522. package/test/node_modules/binary-extensions/package.json +40 -0
  523. package/test/node_modules/binary-extensions/readme.md +25 -0
  524. package/test/node_modules/brace-expansion/.github/FUNDING.yml +2 -0
  525. package/test/node_modules/brace-expansion/LICENSE +21 -0
  526. package/test/node_modules/brace-expansion/README.md +135 -0
  527. package/test/node_modules/brace-expansion/index.js +203 -0
  528. package/test/node_modules/brace-expansion/package.json +46 -0
  529. package/test/node_modules/braces/LICENSE +21 -0
  530. package/test/node_modules/braces/README.md +586 -0
  531. package/test/node_modules/braces/index.js +170 -0
  532. package/test/node_modules/braces/lib/compile.js +60 -0
  533. package/test/node_modules/braces/lib/constants.js +57 -0
  534. package/test/node_modules/braces/lib/expand.js +113 -0
  535. package/test/node_modules/braces/lib/parse.js +331 -0
  536. package/test/node_modules/braces/lib/stringify.js +32 -0
  537. package/test/node_modules/braces/lib/utils.js +122 -0
  538. package/test/node_modules/braces/package.json +77 -0
  539. package/test/node_modules/browser-stdout/LICENSE +5 -0
  540. package/test/node_modules/browser-stdout/README.md +40 -0
  541. package/test/node_modules/browser-stdout/index.js +25 -0
  542. package/test/node_modules/browser-stdout/package.json +15 -0
  543. package/test/node_modules/call-bind-apply-helpers/.eslintrc +17 -0
  544. package/test/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +12 -0
  545. package/test/node_modules/call-bind-apply-helpers/.nycrc +9 -0
  546. package/test/node_modules/call-bind-apply-helpers/CHANGELOG.md +30 -0
  547. package/test/node_modules/call-bind-apply-helpers/LICENSE +21 -0
  548. package/test/node_modules/call-bind-apply-helpers/README.md +62 -0
  549. package/test/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
  550. package/test/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
  551. package/test/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
  552. package/test/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
  553. package/test/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
  554. package/test/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
  555. package/test/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
  556. package/test/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
  557. package/test/node_modules/call-bind-apply-helpers/index.d.ts +64 -0
  558. package/test/node_modules/call-bind-apply-helpers/index.js +15 -0
  559. package/test/node_modules/call-bind-apply-helpers/package.json +85 -0
  560. package/test/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
  561. package/test/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
  562. package/test/node_modules/call-bind-apply-helpers/test/index.js +63 -0
  563. package/test/node_modules/call-bind-apply-helpers/tsconfig.json +9 -0
  564. package/test/node_modules/call-bound/.eslintrc +13 -0
  565. package/test/node_modules/call-bound/.github/FUNDING.yml +12 -0
  566. package/test/node_modules/call-bound/.nycrc +9 -0
  567. package/test/node_modules/call-bound/CHANGELOG.md +42 -0
  568. package/test/node_modules/call-bound/LICENSE +21 -0
  569. package/test/node_modules/call-bound/README.md +53 -0
  570. package/test/node_modules/call-bound/index.d.ts +94 -0
  571. package/test/node_modules/call-bound/index.js +19 -0
  572. package/test/node_modules/call-bound/package.json +99 -0
  573. package/test/node_modules/call-bound/test/index.js +61 -0
  574. package/test/node_modules/call-bound/tsconfig.json +10 -0
  575. package/test/node_modules/camelcase/index.d.ts +103 -0
  576. package/test/node_modules/camelcase/index.js +113 -0
  577. package/test/node_modules/camelcase/license +9 -0
  578. package/test/node_modules/camelcase/package.json +44 -0
  579. package/test/node_modules/camelcase/readme.md +144 -0
  580. package/test/node_modules/chai/.prettierrc.json +10 -0
  581. package/test/node_modules/chai/CODEOWNERS +1 -0
  582. package/test/node_modules/chai/CODE_OF_CONDUCT.md +58 -0
  583. package/test/node_modules/chai/CONTRIBUTING.md +218 -0
  584. package/test/node_modules/chai/History.md +1059 -0
  585. package/test/node_modules/chai/LICENSE +21 -0
  586. package/test/node_modules/chai/README.md +154 -0
  587. package/test/node_modules/chai/ReleaseNotes.md +737 -0
  588. package/test/node_modules/chai/chai.js +4351 -0
  589. package/test/node_modules/chai/eslint.config.js +26 -0
  590. package/test/node_modules/chai/index.js +1 -0
  591. package/test/node_modules/chai/lib/chai/assertion.js +180 -0
  592. package/test/node_modules/chai/lib/chai/config.js +112 -0
  593. package/test/node_modules/chai/lib/chai/core/assertions.js +4157 -0
  594. package/test/node_modules/chai/lib/chai/interface/assert.js +3228 -0
  595. package/test/node_modules/chai/lib/chai/interface/expect.js +59 -0
  596. package/test/node_modules/chai/lib/chai/interface/should.js +227 -0
  597. package/test/node_modules/chai/lib/chai/utils/addChainableMethod.js +146 -0
  598. package/test/node_modules/chai/lib/chai/utils/addLengthGuard.js +73 -0
  599. package/test/node_modules/chai/lib/chai/utils/addMethod.js +66 -0
  600. package/test/node_modules/chai/lib/chai/utils/addProperty.js +70 -0
  601. package/test/node_modules/chai/lib/chai/utils/compareByInspect.js +26 -0
  602. package/test/node_modules/chai/lib/chai/utils/expectTypes.js +58 -0
  603. package/test/node_modules/chai/lib/chai/utils/flag.js +33 -0
  604. package/test/node_modules/chai/lib/chai/utils/getActual.js +20 -0
  605. package/test/node_modules/chai/lib/chai/utils/getMessage.js +52 -0
  606. package/test/node_modules/chai/lib/chai/utils/getOperator.js +58 -0
  607. package/test/node_modules/chai/lib/chai/utils/getOwnEnumerableProperties.js +24 -0
  608. package/test/node_modules/chai/lib/chai/utils/getOwnEnumerablePropertySymbols.js +26 -0
  609. package/test/node_modules/chai/lib/chai/utils/getProperties.js +38 -0
  610. package/test/node_modules/chai/lib/chai/utils/index.js +118 -0
  611. package/test/node_modules/chai/lib/chai/utils/inspect.js +31 -0
  612. package/test/node_modules/chai/lib/chai/utils/isNaN.js +7 -0
  613. package/test/node_modules/chai/lib/chai/utils/isProxyEnabled.js +26 -0
  614. package/test/node_modules/chai/lib/chai/utils/objDisplay.js +47 -0
  615. package/test/node_modules/chai/lib/chai/utils/overwriteChainableMethod.js +69 -0
  616. package/test/node_modules/chai/lib/chai/utils/overwriteMethod.js +90 -0
  617. package/test/node_modules/chai/lib/chai/utils/overwriteProperty.js +89 -0
  618. package/test/node_modules/chai/lib/chai/utils/proxify.js +157 -0
  619. package/test/node_modules/chai/lib/chai/utils/test.js +24 -0
  620. package/test/node_modules/chai/lib/chai/utils/transferFlags.js +48 -0
  621. package/test/node_modules/chai/lib/chai/utils/type-detect.js +20 -0
  622. package/test/node_modules/chai/lib/chai.js +66 -0
  623. package/test/node_modules/chai/package.json +67 -0
  624. package/test/node_modules/chai/register-assert.js +3 -0
  625. package/test/node_modules/chai/register-expect.js +3 -0
  626. package/test/node_modules/chai/register-should.js +3 -0
  627. package/test/node_modules/chai/web-test-runner.config.js +20 -0
  628. package/test/node_modules/chalk/index.d.ts +415 -0
  629. package/test/node_modules/chalk/license +9 -0
  630. package/test/node_modules/chalk/node_modules/supports-color/browser.js +5 -0
  631. package/test/node_modules/chalk/node_modules/supports-color/index.js +135 -0
  632. package/test/node_modules/chalk/node_modules/supports-color/license +9 -0
  633. package/test/node_modules/chalk/node_modules/supports-color/package.json +53 -0
  634. package/test/node_modules/chalk/node_modules/supports-color/readme.md +76 -0
  635. package/test/node_modules/chalk/package.json +68 -0
  636. package/test/node_modules/chalk/readme.md +341 -0
  637. package/test/node_modules/chalk/source/index.js +229 -0
  638. package/test/node_modules/chalk/source/templates.js +134 -0
  639. package/test/node_modules/chalk/source/util.js +39 -0
  640. package/test/node_modules/check-error/LICENSE +19 -0
  641. package/test/node_modules/check-error/README.md +144 -0
  642. package/test/node_modules/check-error/index.js +135 -0
  643. package/test/node_modules/check-error/package.json +66 -0
  644. package/test/node_modules/chokidar/LICENSE +21 -0
  645. package/test/node_modules/chokidar/README.md +308 -0
  646. package/test/node_modules/chokidar/index.js +973 -0
  647. package/test/node_modules/chokidar/lib/constants.js +66 -0
  648. package/test/node_modules/chokidar/lib/fsevents-handler.js +526 -0
  649. package/test/node_modules/chokidar/lib/nodefs-handler.js +654 -0
  650. package/test/node_modules/chokidar/package.json +70 -0
  651. package/test/node_modules/chokidar/types/index.d.ts +192 -0
  652. package/test/node_modules/cliui/CHANGELOG.md +139 -0
  653. package/test/node_modules/cliui/LICENSE.txt +14 -0
  654. package/test/node_modules/cliui/README.md +141 -0
  655. package/test/node_modules/cliui/build/index.cjs +302 -0
  656. package/test/node_modules/cliui/build/index.d.cts +43 -0
  657. package/test/node_modules/cliui/build/lib/index.js +287 -0
  658. package/test/node_modules/cliui/build/lib/string-utils.js +27 -0
  659. package/test/node_modules/cliui/index.mjs +13 -0
  660. package/test/node_modules/cliui/node_modules/ansi-regex/index.d.ts +37 -0
  661. package/test/node_modules/cliui/node_modules/ansi-regex/index.js +10 -0
  662. package/test/node_modules/cliui/node_modules/ansi-regex/license +9 -0
  663. package/test/node_modules/cliui/node_modules/ansi-regex/package.json +55 -0
  664. package/test/node_modules/cliui/node_modules/ansi-regex/readme.md +78 -0
  665. package/test/node_modules/cliui/node_modules/emoji-regex/LICENSE-MIT.txt +20 -0
  666. package/test/node_modules/cliui/node_modules/emoji-regex/README.md +73 -0
  667. package/test/node_modules/cliui/node_modules/emoji-regex/es2015/index.js +6 -0
  668. package/test/node_modules/cliui/node_modules/emoji-regex/es2015/text.js +6 -0
  669. package/test/node_modules/cliui/node_modules/emoji-regex/index.d.ts +23 -0
  670. package/test/node_modules/cliui/node_modules/emoji-regex/index.js +6 -0
  671. package/test/node_modules/cliui/node_modules/emoji-regex/package.json +50 -0
  672. package/test/node_modules/cliui/node_modules/emoji-regex/text.js +6 -0
  673. package/test/node_modules/cliui/node_modules/string-width/index.d.ts +29 -0
  674. package/test/node_modules/cliui/node_modules/string-width/index.js +47 -0
  675. package/test/node_modules/cliui/node_modules/string-width/license +9 -0
  676. package/test/node_modules/cliui/node_modules/string-width/package.json +56 -0
  677. package/test/node_modules/cliui/node_modules/string-width/readme.md +50 -0
  678. package/test/node_modules/cliui/node_modules/strip-ansi/index.d.ts +17 -0
  679. package/test/node_modules/cliui/node_modules/strip-ansi/index.js +4 -0
  680. package/test/node_modules/cliui/node_modules/strip-ansi/license +9 -0
  681. package/test/node_modules/cliui/node_modules/strip-ansi/package.json +54 -0
  682. package/test/node_modules/cliui/node_modules/strip-ansi/readme.md +46 -0
  683. package/test/node_modules/cliui/node_modules/wrap-ansi/index.js +216 -0
  684. package/test/node_modules/cliui/node_modules/wrap-ansi/license +9 -0
  685. package/test/node_modules/cliui/node_modules/wrap-ansi/package.json +62 -0
  686. package/test/node_modules/cliui/node_modules/wrap-ansi/readme.md +91 -0
  687. package/test/node_modules/cliui/package.json +83 -0
  688. package/test/node_modules/color-convert/CHANGELOG.md +54 -0
  689. package/test/node_modules/color-convert/LICENSE +21 -0
  690. package/test/node_modules/color-convert/README.md +68 -0
  691. package/test/node_modules/color-convert/conversions.js +839 -0
  692. package/test/node_modules/color-convert/index.js +81 -0
  693. package/test/node_modules/color-convert/package.json +48 -0
  694. package/test/node_modules/color-convert/route.js +97 -0
  695. package/test/node_modules/color-name/LICENSE +8 -0
  696. package/test/node_modules/color-name/README.md +11 -0
  697. package/test/node_modules/color-name/index.js +152 -0
  698. package/test/node_modules/color-name/package.json +28 -0
  699. package/test/node_modules/combined-stream/License +19 -0
  700. package/test/node_modules/combined-stream/Readme.md +138 -0
  701. package/test/node_modules/combined-stream/lib/combined_stream.js +208 -0
  702. package/test/node_modules/combined-stream/package.json +25 -0
  703. package/test/node_modules/combined-stream/yarn.lock +17 -0
  704. package/test/node_modules/component-emitter/LICENSE +24 -0
  705. package/test/node_modules/component-emitter/Readme.md +74 -0
  706. package/test/node_modules/component-emitter/index.js +175 -0
  707. package/test/node_modules/component-emitter/package.json +28 -0
  708. package/test/node_modules/cookiejar/LICENSE +9 -0
  709. package/test/node_modules/cookiejar/cookiejar.js +281 -0
  710. package/test/node_modules/cookiejar/package.json +26 -0
  711. package/test/node_modules/cookiejar/readme.md +60 -0
  712. package/test/node_modules/cross-spawn/LICENSE +21 -0
  713. package/test/node_modules/cross-spawn/README.md +89 -0
  714. package/test/node_modules/cross-spawn/index.js +39 -0
  715. package/test/node_modules/cross-spawn/lib/enoent.js +59 -0
  716. package/test/node_modules/cross-spawn/lib/parse.js +91 -0
  717. package/test/node_modules/cross-spawn/lib/util/escape.js +47 -0
  718. package/test/node_modules/cross-spawn/lib/util/readShebang.js +23 -0
  719. package/test/node_modules/cross-spawn/lib/util/resolveCommand.js +52 -0
  720. package/test/node_modules/cross-spawn/package.json +73 -0
  721. package/test/node_modules/data-uri-to-buffer/README.md +88 -0
  722. package/test/node_modules/data-uri-to-buffer/dist/index.d.ts +15 -0
  723. package/test/node_modules/data-uri-to-buffer/dist/index.js +53 -0
  724. package/test/node_modules/data-uri-to-buffer/dist/index.js.map +1 -0
  725. package/test/node_modules/data-uri-to-buffer/package.json +62 -0
  726. package/test/node_modules/data-uri-to-buffer/src/index.ts +68 -0
  727. package/test/node_modules/debug/LICENSE +20 -0
  728. package/test/node_modules/debug/README.md +481 -0
  729. package/test/node_modules/debug/package.json +65 -0
  730. package/test/node_modules/debug/src/browser.js +272 -0
  731. package/test/node_modules/debug/src/common.js +292 -0
  732. package/test/node_modules/debug/src/index.js +10 -0
  733. package/test/node_modules/debug/src/node.js +263 -0
  734. package/test/node_modules/decamelize/index.d.ts +20 -0
  735. package/test/node_modules/decamelize/index.js +12 -0
  736. package/test/node_modules/decamelize/license +9 -0
  737. package/test/node_modules/decamelize/package.json +40 -0
  738. package/test/node_modules/decamelize/readme.md +51 -0
  739. package/test/node_modules/deep-eql/LICENSE +19 -0
  740. package/test/node_modules/deep-eql/README.md +93 -0
  741. package/test/node_modules/deep-eql/index.js +513 -0
  742. package/test/node_modules/deep-eql/package.json +73 -0
  743. package/test/node_modules/delayed-stream/License +19 -0
  744. package/test/node_modules/delayed-stream/Makefile +7 -0
  745. package/test/node_modules/delayed-stream/Readme.md +141 -0
  746. package/test/node_modules/delayed-stream/lib/delayed_stream.js +107 -0
  747. package/test/node_modules/delayed-stream/package.json +27 -0
  748. package/test/node_modules/dezalgo/LICENSE +15 -0
  749. package/test/node_modules/dezalgo/README.md +29 -0
  750. package/test/node_modules/dezalgo/dezalgo.js +22 -0
  751. package/test/node_modules/dezalgo/package.json +46 -0
  752. package/test/node_modules/diff/CONTRIBUTING.md +36 -0
  753. package/test/node_modules/diff/LICENSE +29 -0
  754. package/test/node_modules/diff/README.md +339 -0
  755. package/test/node_modules/diff/dist/diff.js +1730 -0
  756. package/test/node_modules/diff/dist/diff.min.js +1 -0
  757. package/test/node_modules/diff/lib/convert/dmp.js +32 -0
  758. package/test/node_modules/diff/lib/convert/xml.js +42 -0
  759. package/test/node_modules/diff/lib/diff/array.js +45 -0
  760. package/test/node_modules/diff/lib/diff/base.js +358 -0
  761. package/test/node_modules/diff/lib/diff/character.js +37 -0
  762. package/test/node_modules/diff/lib/diff/css.js +41 -0
  763. package/test/node_modules/diff/lib/diff/json.js +163 -0
  764. package/test/node_modules/diff/lib/diff/line.js +94 -0
  765. package/test/node_modules/diff/lib/diff/sentence.js +41 -0
  766. package/test/node_modules/diff/lib/diff/word.js +108 -0
  767. package/test/node_modules/diff/lib/index.es6.js +1699 -0
  768. package/test/node_modules/diff/lib/index.js +234 -0
  769. package/test/node_modules/diff/lib/index.mjs +1699 -0
  770. package/test/node_modules/diff/lib/patch/apply.js +238 -0
  771. package/test/node_modules/diff/lib/patch/create.js +276 -0
  772. package/test/node_modules/diff/lib/patch/merge.js +613 -0
  773. package/test/node_modules/diff/lib/patch/parse.js +167 -0
  774. package/test/node_modules/diff/lib/patch/reverse.js +63 -0
  775. package/test/node_modules/diff/lib/util/array.js +32 -0
  776. package/test/node_modules/diff/lib/util/distance-iterator.js +57 -0
  777. package/test/node_modules/diff/lib/util/params.js +24 -0
  778. package/test/node_modules/diff/package.json +89 -0
  779. package/test/node_modules/diff/release-notes.md +317 -0
  780. package/test/node_modules/diff/runtime.js +3 -0
  781. package/test/node_modules/dunder-proto/.eslintrc +5 -0
  782. package/test/node_modules/dunder-proto/.github/FUNDING.yml +12 -0
  783. package/test/node_modules/dunder-proto/.nycrc +13 -0
  784. package/test/node_modules/dunder-proto/CHANGELOG.md +24 -0
  785. package/test/node_modules/dunder-proto/LICENSE +21 -0
  786. package/test/node_modules/dunder-proto/README.md +54 -0
  787. package/test/node_modules/dunder-proto/get.d.ts +5 -0
  788. package/test/node_modules/dunder-proto/get.js +30 -0
  789. package/test/node_modules/dunder-proto/package.json +76 -0
  790. package/test/node_modules/dunder-proto/set.d.ts +5 -0
  791. package/test/node_modules/dunder-proto/set.js +35 -0
  792. package/test/node_modules/dunder-proto/test/get.js +34 -0
  793. package/test/node_modules/dunder-proto/test/index.js +4 -0
  794. package/test/node_modules/dunder-proto/test/set.js +50 -0
  795. package/test/node_modules/dunder-proto/tsconfig.json +9 -0
  796. package/test/node_modules/eastasianwidth/README.md +32 -0
  797. package/test/node_modules/eastasianwidth/eastasianwidth.js +311 -0
  798. package/test/node_modules/eastasianwidth/package.json +18 -0
  799. package/test/node_modules/emoji-regex/LICENSE-MIT.txt +20 -0
  800. package/test/node_modules/emoji-regex/README.md +137 -0
  801. package/test/node_modules/emoji-regex/RGI_Emoji.d.ts +5 -0
  802. package/test/node_modules/emoji-regex/RGI_Emoji.js +6 -0
  803. package/test/node_modules/emoji-regex/es2015/RGI_Emoji.d.ts +5 -0
  804. package/test/node_modules/emoji-regex/es2015/RGI_Emoji.js +6 -0
  805. package/test/node_modules/emoji-regex/es2015/index.d.ts +5 -0
  806. package/test/node_modules/emoji-regex/es2015/index.js +6 -0
  807. package/test/node_modules/emoji-regex/es2015/text.d.ts +5 -0
  808. package/test/node_modules/emoji-regex/es2015/text.js +6 -0
  809. package/test/node_modules/emoji-regex/index.d.ts +5 -0
  810. package/test/node_modules/emoji-regex/index.js +6 -0
  811. package/test/node_modules/emoji-regex/package.json +52 -0
  812. package/test/node_modules/emoji-regex/text.d.ts +5 -0
  813. package/test/node_modules/emoji-regex/text.js +6 -0
  814. package/test/node_modules/es-define-property/.eslintrc +13 -0
  815. package/test/node_modules/es-define-property/.github/FUNDING.yml +12 -0
  816. package/test/node_modules/es-define-property/.nycrc +9 -0
  817. package/test/node_modules/es-define-property/CHANGELOG.md +29 -0
  818. package/test/node_modules/es-define-property/LICENSE +21 -0
  819. package/test/node_modules/es-define-property/README.md +49 -0
  820. package/test/node_modules/es-define-property/index.d.ts +3 -0
  821. package/test/node_modules/es-define-property/index.js +14 -0
  822. package/test/node_modules/es-define-property/package.json +81 -0
  823. package/test/node_modules/es-define-property/test/index.js +56 -0
  824. package/test/node_modules/es-define-property/tsconfig.json +10 -0
  825. package/test/node_modules/es-errors/.eslintrc +5 -0
  826. package/test/node_modules/es-errors/.github/FUNDING.yml +12 -0
  827. package/test/node_modules/es-errors/CHANGELOG.md +40 -0
  828. package/test/node_modules/es-errors/LICENSE +21 -0
  829. package/test/node_modules/es-errors/README.md +55 -0
  830. package/test/node_modules/es-errors/eval.d.ts +3 -0
  831. package/test/node_modules/es-errors/eval.js +4 -0
  832. package/test/node_modules/es-errors/index.d.ts +3 -0
  833. package/test/node_modules/es-errors/index.js +4 -0
  834. package/test/node_modules/es-errors/package.json +80 -0
  835. package/test/node_modules/es-errors/range.d.ts +3 -0
  836. package/test/node_modules/es-errors/range.js +4 -0
  837. package/test/node_modules/es-errors/ref.d.ts +3 -0
  838. package/test/node_modules/es-errors/ref.js +4 -0
  839. package/test/node_modules/es-errors/syntax.d.ts +3 -0
  840. package/test/node_modules/es-errors/syntax.js +4 -0
  841. package/test/node_modules/es-errors/test/index.js +19 -0
  842. package/test/node_modules/es-errors/tsconfig.json +49 -0
  843. package/test/node_modules/es-errors/type.d.ts +3 -0
  844. package/test/node_modules/es-errors/type.js +4 -0
  845. package/test/node_modules/es-errors/uri.d.ts +3 -0
  846. package/test/node_modules/es-errors/uri.js +4 -0
  847. package/test/node_modules/es-object-atoms/.eslintrc +16 -0
  848. package/test/node_modules/es-object-atoms/.github/FUNDING.yml +12 -0
  849. package/test/node_modules/es-object-atoms/CHANGELOG.md +37 -0
  850. package/test/node_modules/es-object-atoms/LICENSE +21 -0
  851. package/test/node_modules/es-object-atoms/README.md +63 -0
  852. package/test/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
  853. package/test/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
  854. package/test/node_modules/es-object-atoms/ToObject.d.ts +7 -0
  855. package/test/node_modules/es-object-atoms/ToObject.js +10 -0
  856. package/test/node_modules/es-object-atoms/index.d.ts +3 -0
  857. package/test/node_modules/es-object-atoms/index.js +4 -0
  858. package/test/node_modules/es-object-atoms/isObject.d.ts +3 -0
  859. package/test/node_modules/es-object-atoms/isObject.js +6 -0
  860. package/test/node_modules/es-object-atoms/package.json +80 -0
  861. package/test/node_modules/es-object-atoms/test/index.js +38 -0
  862. package/test/node_modules/es-object-atoms/tsconfig.json +6 -0
  863. package/test/node_modules/es-set-tostringtag/.eslintrc +13 -0
  864. package/test/node_modules/es-set-tostringtag/.nycrc +9 -0
  865. package/test/node_modules/es-set-tostringtag/CHANGELOG.md +67 -0
  866. package/test/node_modules/es-set-tostringtag/LICENSE +21 -0
  867. package/test/node_modules/es-set-tostringtag/README.md +53 -0
  868. package/test/node_modules/es-set-tostringtag/index.d.ts +10 -0
  869. package/test/node_modules/es-set-tostringtag/index.js +35 -0
  870. package/test/node_modules/es-set-tostringtag/package.json +78 -0
  871. package/test/node_modules/es-set-tostringtag/test/index.js +85 -0
  872. package/test/node_modules/es-set-tostringtag/tsconfig.json +9 -0
  873. package/test/node_modules/escalade/dist/index.js +22 -0
  874. package/test/node_modules/escalade/dist/index.mjs +22 -0
  875. package/test/node_modules/escalade/index.d.mts +11 -0
  876. package/test/node_modules/escalade/index.d.ts +15 -0
  877. package/test/node_modules/escalade/license +9 -0
  878. package/test/node_modules/escalade/package.json +74 -0
  879. package/test/node_modules/escalade/readme.md +211 -0
  880. package/test/node_modules/escalade/sync/index.d.mts +9 -0
  881. package/test/node_modules/escalade/sync/index.d.ts +13 -0
  882. package/test/node_modules/escalade/sync/index.js +18 -0
  883. package/test/node_modules/escalade/sync/index.mjs +18 -0
  884. package/test/node_modules/escape-string-regexp/index.d.ts +18 -0
  885. package/test/node_modules/escape-string-regexp/index.js +13 -0
  886. package/test/node_modules/escape-string-regexp/license +9 -0
  887. package/test/node_modules/escape-string-regexp/package.json +38 -0
  888. package/test/node_modules/escape-string-regexp/readme.md +34 -0
  889. package/test/node_modules/ethereum-cryptography/LICENSE +21 -0
  890. package/test/node_modules/ethereum-cryptography/README.md +509 -0
  891. package/test/node_modules/ethereum-cryptography/aes.d.ts +2 -0
  892. package/test/node_modules/ethereum-cryptography/aes.js +97 -0
  893. package/test/node_modules/ethereum-cryptography/bip39/index.d.ts +1 -0
  894. package/test/node_modules/ethereum-cryptography/bip39/index.js +10 -0
  895. package/test/node_modules/ethereum-cryptography/bip39/wordlists/czech.d.ts +1 -0
  896. package/test/node_modules/ethereum-cryptography/bip39/wordlists/czech.js +5 -0
  897. package/test/node_modules/ethereum-cryptography/bip39/wordlists/english.d.ts +1 -0
  898. package/test/node_modules/ethereum-cryptography/bip39/wordlists/english.js +5 -0
  899. package/test/node_modules/ethereum-cryptography/bip39/wordlists/french.d.ts +1 -0
  900. package/test/node_modules/ethereum-cryptography/bip39/wordlists/french.js +5 -0
  901. package/test/node_modules/ethereum-cryptography/bip39/wordlists/italian.d.ts +1 -0
  902. package/test/node_modules/ethereum-cryptography/bip39/wordlists/italian.js +5 -0
  903. package/test/node_modules/ethereum-cryptography/bip39/wordlists/japanese.d.ts +1 -0
  904. package/test/node_modules/ethereum-cryptography/bip39/wordlists/japanese.js +5 -0
  905. package/test/node_modules/ethereum-cryptography/bip39/wordlists/korean.d.ts +1 -0
  906. package/test/node_modules/ethereum-cryptography/bip39/wordlists/korean.js +5 -0
  907. package/test/node_modules/ethereum-cryptography/bip39/wordlists/simplified-chinese.d.ts +1 -0
  908. package/test/node_modules/ethereum-cryptography/bip39/wordlists/simplified-chinese.js +5 -0
  909. package/test/node_modules/ethereum-cryptography/bip39/wordlists/spanish.d.ts +1 -0
  910. package/test/node_modules/ethereum-cryptography/bip39/wordlists/spanish.js +5 -0
  911. package/test/node_modules/ethereum-cryptography/bip39/wordlists/traditional-chinese.d.ts +1 -0
  912. package/test/node_modules/ethereum-cryptography/bip39/wordlists/traditional-chinese.js +5 -0
  913. package/test/node_modules/ethereum-cryptography/blake2b.d.ts +1 -0
  914. package/test/node_modules/ethereum-cryptography/blake2b.js +13 -0
  915. package/test/node_modules/ethereum-cryptography/esm/aes.js +93 -0
  916. package/test/node_modules/ethereum-cryptography/esm/bip39/index.js +1 -0
  917. package/test/node_modules/ethereum-cryptography/esm/bip39/wordlists/czech.js +1 -0
  918. package/test/node_modules/ethereum-cryptography/esm/bip39/wordlists/english.js +1 -0
  919. package/test/node_modules/ethereum-cryptography/esm/bip39/wordlists/french.js +1 -0
  920. package/test/node_modules/ethereum-cryptography/esm/bip39/wordlists/italian.js +1 -0
  921. package/test/node_modules/ethereum-cryptography/esm/bip39/wordlists/japanese.js +1 -0
  922. package/test/node_modules/ethereum-cryptography/esm/bip39/wordlists/korean.js +1 -0
  923. package/test/node_modules/ethereum-cryptography/esm/bip39/wordlists/simplified-chinese.js +1 -0
  924. package/test/node_modules/ethereum-cryptography/esm/bip39/wordlists/spanish.js +1 -0
  925. package/test/node_modules/ethereum-cryptography/esm/bip39/wordlists/traditional-chinese.js +1 -0
  926. package/test/node_modules/ethereum-cryptography/esm/blake2b.js +9 -0
  927. package/test/node_modules/ethereum-cryptography/esm/hdkey.js +1 -0
  928. package/test/node_modules/ethereum-cryptography/esm/index.js +2 -0
  929. package/test/node_modules/ethereum-cryptography/esm/keccak.js +10 -0
  930. package/test/node_modules/ethereum-cryptography/esm/package.json +3 -0
  931. package/test/node_modules/ethereum-cryptography/esm/pbkdf2.js +26 -0
  932. package/test/node_modules/ethereum-cryptography/esm/random.js +7 -0
  933. package/test/node_modules/ethereum-cryptography/esm/ripemd160.js +3 -0
  934. package/test/node_modules/ethereum-cryptography/esm/scrypt.js +12 -0
  935. package/test/node_modules/ethereum-cryptography/esm/secp256k1-compat.js +254 -0
  936. package/test/node_modules/ethereum-cryptography/esm/secp256k1.js +1 -0
  937. package/test/node_modules/ethereum-cryptography/esm/sha256.js +3 -0
  938. package/test/node_modules/ethereum-cryptography/esm/sha512.js +3 -0
  939. package/test/node_modules/ethereum-cryptography/esm/utils.js +47 -0
  940. package/test/node_modules/ethereum-cryptography/hdkey.d.ts +1 -0
  941. package/test/node_modules/ethereum-cryptography/hdkey.js +6 -0
  942. package/test/node_modules/ethereum-cryptography/index.d.ts +0 -0
  943. package/test/node_modules/ethereum-cryptography/index.js +2 -0
  944. package/test/node_modules/ethereum-cryptography/keccak.d.ts +11 -0
  945. package/test/node_modules/ethereum-cryptography/keccak.js +13 -0
  946. package/test/node_modules/ethereum-cryptography/package.json +369 -0
  947. package/test/node_modules/ethereum-cryptography/pbkdf2.d.ts +2 -0
  948. package/test/node_modules/ethereum-cryptography/pbkdf2.js +30 -0
  949. package/test/node_modules/ethereum-cryptography/random.d.ts +2 -0
  950. package/test/node_modules/ethereum-cryptography/random.js +11 -0
  951. package/test/node_modules/ethereum-cryptography/ripemd160.d.ts +1 -0
  952. package/test/node_modules/ethereum-cryptography/ripemd160.js +6 -0
  953. package/test/node_modules/ethereum-cryptography/scrypt.d.ts +4 -0
  954. package/test/node_modules/ethereum-cryptography/scrypt.js +16 -0
  955. package/test/node_modules/ethereum-cryptography/secp256k1-compat.d.ts +35 -0
  956. package/test/node_modules/ethereum-cryptography/secp256k1-compat.js +277 -0
  957. package/test/node_modules/ethereum-cryptography/secp256k1.d.ts +1 -0
  958. package/test/node_modules/ethereum-cryptography/secp256k1.js +5 -0
  959. package/test/node_modules/ethereum-cryptography/sha256.d.ts +1 -0
  960. package/test/node_modules/ethereum-cryptography/sha256.js +6 -0
  961. package/test/node_modules/ethereum-cryptography/sha512.d.ts +1 -0
  962. package/test/node_modules/ethereum-cryptography/sha512.js +6 -0
  963. package/test/node_modules/ethereum-cryptography/utils.d.ts +12 -0
  964. package/test/node_modules/ethereum-cryptography/utils.js +63 -0
  965. package/test/node_modules/fast-safe-stringify/.travis.yml +8 -0
  966. package/test/node_modules/fast-safe-stringify/CHANGELOG.md +17 -0
  967. package/test/node_modules/fast-safe-stringify/LICENSE +23 -0
  968. package/test/node_modules/fast-safe-stringify/benchmark.js +137 -0
  969. package/test/node_modules/fast-safe-stringify/index.d.ts +23 -0
  970. package/test/node_modules/fast-safe-stringify/index.js +229 -0
  971. package/test/node_modules/fast-safe-stringify/package.json +46 -0
  972. package/test/node_modules/fast-safe-stringify/readme.md +170 -0
  973. package/test/node_modules/fast-safe-stringify/test-stable.js +404 -0
  974. package/test/node_modules/fast-safe-stringify/test.js +397 -0
  975. package/test/node_modules/fetch-blob/LICENSE +21 -0
  976. package/test/node_modules/fetch-blob/README.md +106 -0
  977. package/test/node_modules/fetch-blob/file.d.ts +2 -0
  978. package/test/node_modules/fetch-blob/file.js +49 -0
  979. package/test/node_modules/fetch-blob/from.d.ts +26 -0
  980. package/test/node_modules/fetch-blob/from.js +100 -0
  981. package/test/node_modules/fetch-blob/index.d.ts +3 -0
  982. package/test/node_modules/fetch-blob/index.js +250 -0
  983. package/test/node_modules/fetch-blob/package.json +56 -0
  984. package/test/node_modules/fetch-blob/streams.cjs +51 -0
  985. package/test/node_modules/fill-range/LICENSE +21 -0
  986. package/test/node_modules/fill-range/README.md +237 -0
  987. package/test/node_modules/fill-range/index.js +248 -0
  988. package/test/node_modules/fill-range/package.json +74 -0
  989. package/test/node_modules/find-up/index.d.ts +138 -0
  990. package/test/node_modules/find-up/index.js +89 -0
  991. package/test/node_modules/find-up/license +9 -0
  992. package/test/node_modules/find-up/package.json +54 -0
  993. package/test/node_modules/find-up/readme.md +151 -0
  994. package/test/node_modules/flat/.travis.yml +8 -0
  995. package/test/node_modules/flat/LICENSE +12 -0
  996. package/test/node_modules/flat/README.md +236 -0
  997. package/test/node_modules/flat/cli.js +42 -0
  998. package/test/node_modules/flat/index.js +158 -0
  999. package/test/node_modules/flat/package.json +37 -0
  1000. package/test/node_modules/flat/test/test.js +643 -0
  1001. package/test/node_modules/foreground-child/LICENSE +15 -0
  1002. package/test/node_modules/foreground-child/README.md +128 -0
  1003. package/test/node_modules/foreground-child/dist/commonjs/all-signals.d.ts +2 -0
  1004. package/test/node_modules/foreground-child/dist/commonjs/all-signals.d.ts.map +1 -0
  1005. package/test/node_modules/foreground-child/dist/commonjs/all-signals.js +58 -0
  1006. package/test/node_modules/foreground-child/dist/commonjs/all-signals.js.map +1 -0
  1007. package/test/node_modules/foreground-child/dist/commonjs/index.d.ts +58 -0
  1008. package/test/node_modules/foreground-child/dist/commonjs/index.d.ts.map +1 -0
  1009. package/test/node_modules/foreground-child/dist/commonjs/index.js +123 -0
  1010. package/test/node_modules/foreground-child/dist/commonjs/index.js.map +1 -0
  1011. package/test/node_modules/foreground-child/dist/commonjs/package.json +3 -0
  1012. package/test/node_modules/foreground-child/dist/commonjs/proxy-signals.d.ts +6 -0
  1013. package/test/node_modules/foreground-child/dist/commonjs/proxy-signals.d.ts.map +1 -0
  1014. package/test/node_modules/foreground-child/dist/commonjs/proxy-signals.js +38 -0
  1015. package/test/node_modules/foreground-child/dist/commonjs/proxy-signals.js.map +1 -0
  1016. package/test/node_modules/foreground-child/dist/commonjs/watchdog.d.ts +10 -0
  1017. package/test/node_modules/foreground-child/dist/commonjs/watchdog.d.ts.map +1 -0
  1018. package/test/node_modules/foreground-child/dist/commonjs/watchdog.js +50 -0
  1019. package/test/node_modules/foreground-child/dist/commonjs/watchdog.js.map +1 -0
  1020. package/test/node_modules/foreground-child/dist/esm/all-signals.d.ts +2 -0
  1021. package/test/node_modules/foreground-child/dist/esm/all-signals.d.ts.map +1 -0
  1022. package/test/node_modules/foreground-child/dist/esm/all-signals.js +52 -0
  1023. package/test/node_modules/foreground-child/dist/esm/all-signals.js.map +1 -0
  1024. package/test/node_modules/foreground-child/dist/esm/index.d.ts +58 -0
  1025. package/test/node_modules/foreground-child/dist/esm/index.d.ts.map +1 -0
  1026. package/test/node_modules/foreground-child/dist/esm/index.js +115 -0
  1027. package/test/node_modules/foreground-child/dist/esm/index.js.map +1 -0
  1028. package/test/node_modules/foreground-child/dist/esm/package.json +3 -0
  1029. package/test/node_modules/foreground-child/dist/esm/proxy-signals.d.ts +6 -0
  1030. package/test/node_modules/foreground-child/dist/esm/proxy-signals.d.ts.map +1 -0
  1031. package/test/node_modules/foreground-child/dist/esm/proxy-signals.js +34 -0
  1032. package/test/node_modules/foreground-child/dist/esm/proxy-signals.js.map +1 -0
  1033. package/test/node_modules/foreground-child/dist/esm/watchdog.d.ts +10 -0
  1034. package/test/node_modules/foreground-child/dist/esm/watchdog.d.ts.map +1 -0
  1035. package/test/node_modules/foreground-child/dist/esm/watchdog.js +46 -0
  1036. package/test/node_modules/foreground-child/dist/esm/watchdog.js.map +1 -0
  1037. package/test/node_modules/foreground-child/package.json +106 -0
  1038. package/test/node_modules/form-data/License +19 -0
  1039. package/test/node_modules/form-data/Readme.md +358 -0
  1040. package/test/node_modules/form-data/index.d.ts +62 -0
  1041. package/test/node_modules/form-data/lib/browser.js +2 -0
  1042. package/test/node_modules/form-data/lib/form_data.js +503 -0
  1043. package/test/node_modules/form-data/lib/populate.js +10 -0
  1044. package/test/node_modules/form-data/package.json +74 -0
  1045. package/test/node_modules/formdata-polyfill/FormData.js +441 -0
  1046. package/test/node_modules/formdata-polyfill/LICENSE +21 -0
  1047. package/test/node_modules/formdata-polyfill/README.md +145 -0
  1048. package/test/node_modules/formdata-polyfill/esm.min.d.ts +5 -0
  1049. package/test/node_modules/formdata-polyfill/esm.min.js +40 -0
  1050. package/test/node_modules/formdata-polyfill/formdata-to-blob.js +39 -0
  1051. package/test/node_modules/formdata-polyfill/formdata.min.js +21 -0
  1052. package/test/node_modules/formdata-polyfill/package.json +50 -0
  1053. package/test/node_modules/formidable/LICENSE +21 -0
  1054. package/test/node_modules/formidable/README.md +884 -0
  1055. package/test/node_modules/formidable/README_pt_BR.md +841 -0
  1056. package/test/node_modules/formidable/dist/helpers/firstValues.cjs +394 -0
  1057. package/test/node_modules/formidable/dist/helpers/readBooleans.cjs +12 -0
  1058. package/test/node_modules/formidable/dist/index.cjs +1690 -0
  1059. package/test/node_modules/formidable/dist/parsers/JSON.cjs +35 -0
  1060. package/test/node_modules/formidable/dist/parsers/Multipart.cjs +372 -0
  1061. package/test/node_modules/formidable/dist/parsers/OctetStream.cjs +14 -0
  1062. package/test/node_modules/formidable/dist/parsers/Querystring.cjs +38 -0
  1063. package/test/node_modules/formidable/dist/parsers/StreamingQuerystring.cjs +131 -0
  1064. package/test/node_modules/formidable/package.json +140 -0
  1065. package/test/node_modules/formidable/src/Formidable.js +684 -0
  1066. package/test/node_modules/formidable/src/FormidableError.js +51 -0
  1067. package/test/node_modules/formidable/src/PersistentFile.js +88 -0
  1068. package/test/node_modules/formidable/src/VolatileFile.js +80 -0
  1069. package/test/node_modules/formidable/src/helpers/firstValues.js +19 -0
  1070. package/test/node_modules/formidable/src/helpers/readBooleans.js +10 -0
  1071. package/test/node_modules/formidable/src/index.js +32 -0
  1072. package/test/node_modules/formidable/src/parsers/Dummy.js +19 -0
  1073. package/test/node_modules/formidable/src/parsers/JSON.js +30 -0
  1074. package/test/node_modules/formidable/src/parsers/Multipart.js +356 -0
  1075. package/test/node_modules/formidable/src/parsers/OctetStream.js +10 -0
  1076. package/test/node_modules/formidable/src/parsers/Querystring.js +33 -0
  1077. package/test/node_modules/formidable/src/parsers/StreamingQuerystring.js +117 -0
  1078. package/test/node_modules/formidable/src/parsers/index.js +15 -0
  1079. package/test/node_modules/formidable/src/plugins/index.js +6 -0
  1080. package/test/node_modules/formidable/src/plugins/json.js +39 -0
  1081. package/test/node_modules/formidable/src/plugins/multipart.js +173 -0
  1082. package/test/node_modules/formidable/src/plugins/octetstream.js +84 -0
  1083. package/test/node_modules/formidable/src/plugins/querystring.js +41 -0
  1084. package/test/node_modules/fount-js/README.md +35 -0
  1085. package/test/node_modules/fount-js/fount.cjs +145 -0
  1086. package/test/node_modules/fount-js/fount.js +202 -0
  1087. package/test/node_modules/fount-js/package.json +23 -0
  1088. package/test/node_modules/fsevents/LICENSE +22 -0
  1089. package/test/node_modules/fsevents/README.md +89 -0
  1090. package/test/node_modules/fsevents/fsevents.d.ts +46 -0
  1091. package/test/node_modules/fsevents/fsevents.js +83 -0
  1092. package/test/node_modules/fsevents/fsevents.node +0 -0
  1093. package/test/node_modules/fsevents/package.json +62 -0
  1094. package/test/node_modules/function-bind/.eslintrc +21 -0
  1095. package/test/node_modules/function-bind/.github/FUNDING.yml +12 -0
  1096. package/test/node_modules/function-bind/.github/SECURITY.md +3 -0
  1097. package/test/node_modules/function-bind/.nycrc +13 -0
  1098. package/test/node_modules/function-bind/CHANGELOG.md +136 -0
  1099. package/test/node_modules/function-bind/LICENSE +20 -0
  1100. package/test/node_modules/function-bind/README.md +46 -0
  1101. package/test/node_modules/function-bind/implementation.js +84 -0
  1102. package/test/node_modules/function-bind/index.js +5 -0
  1103. package/test/node_modules/function-bind/package.json +87 -0
  1104. package/test/node_modules/function-bind/test/.eslintrc +9 -0
  1105. package/test/node_modules/function-bind/test/index.js +252 -0
  1106. package/test/node_modules/get-caller-file/LICENSE.md +6 -0
  1107. package/test/node_modules/get-caller-file/README.md +41 -0
  1108. package/test/node_modules/get-caller-file/index.d.ts +2 -0
  1109. package/test/node_modules/get-caller-file/index.js +22 -0
  1110. package/test/node_modules/get-caller-file/index.js.map +1 -0
  1111. package/test/node_modules/get-caller-file/package.json +42 -0
  1112. package/test/node_modules/get-intrinsic/.eslintrc +42 -0
  1113. package/test/node_modules/get-intrinsic/.github/FUNDING.yml +12 -0
  1114. package/test/node_modules/get-intrinsic/.nycrc +9 -0
  1115. package/test/node_modules/get-intrinsic/CHANGELOG.md +186 -0
  1116. package/test/node_modules/get-intrinsic/LICENSE +21 -0
  1117. package/test/node_modules/get-intrinsic/README.md +71 -0
  1118. package/test/node_modules/get-intrinsic/index.js +378 -0
  1119. package/test/node_modules/get-intrinsic/package.json +97 -0
  1120. package/test/node_modules/get-intrinsic/test/GetIntrinsic.js +274 -0
  1121. package/test/node_modules/get-proto/.eslintrc +10 -0
  1122. package/test/node_modules/get-proto/.github/FUNDING.yml +12 -0
  1123. package/test/node_modules/get-proto/.nycrc +9 -0
  1124. package/test/node_modules/get-proto/CHANGELOG.md +21 -0
  1125. package/test/node_modules/get-proto/LICENSE +21 -0
  1126. package/test/node_modules/get-proto/Object.getPrototypeOf.d.ts +5 -0
  1127. package/test/node_modules/get-proto/Object.getPrototypeOf.js +6 -0
  1128. package/test/node_modules/get-proto/README.md +50 -0
  1129. package/test/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +3 -0
  1130. package/test/node_modules/get-proto/Reflect.getPrototypeOf.js +4 -0
  1131. package/test/node_modules/get-proto/index.d.ts +5 -0
  1132. package/test/node_modules/get-proto/index.js +27 -0
  1133. package/test/node_modules/get-proto/package.json +81 -0
  1134. package/test/node_modules/get-proto/test/index.js +68 -0
  1135. package/test/node_modules/get-proto/tsconfig.json +9 -0
  1136. package/test/node_modules/glob/LICENSE +15 -0
  1137. package/test/node_modules/glob/README.md +1265 -0
  1138. package/test/node_modules/glob/dist/commonjs/glob.d.ts +388 -0
  1139. package/test/node_modules/glob/dist/commonjs/glob.d.ts.map +1 -0
  1140. package/test/node_modules/glob/dist/commonjs/glob.js +247 -0
  1141. package/test/node_modules/glob/dist/commonjs/glob.js.map +1 -0
  1142. package/test/node_modules/glob/dist/commonjs/has-magic.d.ts +14 -0
  1143. package/test/node_modules/glob/dist/commonjs/has-magic.d.ts.map +1 -0
  1144. package/test/node_modules/glob/dist/commonjs/has-magic.js +27 -0
  1145. package/test/node_modules/glob/dist/commonjs/has-magic.js.map +1 -0
  1146. package/test/node_modules/glob/dist/commonjs/ignore.d.ts +24 -0
  1147. package/test/node_modules/glob/dist/commonjs/ignore.d.ts.map +1 -0
  1148. package/test/node_modules/glob/dist/commonjs/ignore.js +119 -0
  1149. package/test/node_modules/glob/dist/commonjs/ignore.js.map +1 -0
  1150. package/test/node_modules/glob/dist/commonjs/index.d.ts +97 -0
  1151. package/test/node_modules/glob/dist/commonjs/index.d.ts.map +1 -0
  1152. package/test/node_modules/glob/dist/commonjs/index.js +68 -0
  1153. package/test/node_modules/glob/dist/commonjs/index.js.map +1 -0
  1154. package/test/node_modules/glob/dist/commonjs/package.json +3 -0
  1155. package/test/node_modules/glob/dist/commonjs/pattern.d.ts +76 -0
  1156. package/test/node_modules/glob/dist/commonjs/pattern.d.ts.map +1 -0
  1157. package/test/node_modules/glob/dist/commonjs/pattern.js +219 -0
  1158. package/test/node_modules/glob/dist/commonjs/pattern.js.map +1 -0
  1159. package/test/node_modules/glob/dist/commonjs/processor.d.ts +59 -0
  1160. package/test/node_modules/glob/dist/commonjs/processor.d.ts.map +1 -0
  1161. package/test/node_modules/glob/dist/commonjs/processor.js +301 -0
  1162. package/test/node_modules/glob/dist/commonjs/processor.js.map +1 -0
  1163. package/test/node_modules/glob/dist/commonjs/walker.d.ts +97 -0
  1164. package/test/node_modules/glob/dist/commonjs/walker.d.ts.map +1 -0
  1165. package/test/node_modules/glob/dist/commonjs/walker.js +387 -0
  1166. package/test/node_modules/glob/dist/commonjs/walker.js.map +1 -0
  1167. package/test/node_modules/glob/dist/esm/bin.d.mts +3 -0
  1168. package/test/node_modules/glob/dist/esm/bin.d.mts.map +1 -0
  1169. package/test/node_modules/glob/dist/esm/bin.mjs +270 -0
  1170. package/test/node_modules/glob/dist/esm/bin.mjs.map +1 -0
  1171. package/test/node_modules/glob/dist/esm/glob.d.ts +388 -0
  1172. package/test/node_modules/glob/dist/esm/glob.d.ts.map +1 -0
  1173. package/test/node_modules/glob/dist/esm/glob.js +243 -0
  1174. package/test/node_modules/glob/dist/esm/glob.js.map +1 -0
  1175. package/test/node_modules/glob/dist/esm/has-magic.d.ts +14 -0
  1176. package/test/node_modules/glob/dist/esm/has-magic.d.ts.map +1 -0
  1177. package/test/node_modules/glob/dist/esm/has-magic.js +23 -0
  1178. package/test/node_modules/glob/dist/esm/has-magic.js.map +1 -0
  1179. package/test/node_modules/glob/dist/esm/ignore.d.ts +24 -0
  1180. package/test/node_modules/glob/dist/esm/ignore.d.ts.map +1 -0
  1181. package/test/node_modules/glob/dist/esm/ignore.js +115 -0
  1182. package/test/node_modules/glob/dist/esm/ignore.js.map +1 -0
  1183. package/test/node_modules/glob/dist/esm/index.d.ts +97 -0
  1184. package/test/node_modules/glob/dist/esm/index.d.ts.map +1 -0
  1185. package/test/node_modules/glob/dist/esm/index.js +55 -0
  1186. package/test/node_modules/glob/dist/esm/index.js.map +1 -0
  1187. package/test/node_modules/glob/dist/esm/package.json +3 -0
  1188. package/test/node_modules/glob/dist/esm/pattern.d.ts +76 -0
  1189. package/test/node_modules/glob/dist/esm/pattern.d.ts.map +1 -0
  1190. package/test/node_modules/glob/dist/esm/pattern.js +215 -0
  1191. package/test/node_modules/glob/dist/esm/pattern.js.map +1 -0
  1192. package/test/node_modules/glob/dist/esm/processor.d.ts +59 -0
  1193. package/test/node_modules/glob/dist/esm/processor.d.ts.map +1 -0
  1194. package/test/node_modules/glob/dist/esm/processor.js +294 -0
  1195. package/test/node_modules/glob/dist/esm/processor.js.map +1 -0
  1196. package/test/node_modules/glob/dist/esm/walker.d.ts +97 -0
  1197. package/test/node_modules/glob/dist/esm/walker.d.ts.map +1 -0
  1198. package/test/node_modules/glob/dist/esm/walker.js +381 -0
  1199. package/test/node_modules/glob/dist/esm/walker.js.map +1 -0
  1200. package/test/node_modules/glob/node_modules/minimatch/LICENSE +15 -0
  1201. package/test/node_modules/glob/node_modules/minimatch/README.md +454 -0
  1202. package/test/node_modules/glob/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts +2 -0
  1203. package/test/node_modules/glob/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts.map +1 -0
  1204. package/test/node_modules/glob/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js +14 -0
  1205. package/test/node_modules/glob/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js.map +1 -0
  1206. package/test/node_modules/glob/node_modules/minimatch/dist/commonjs/ast.d.ts +20 -0
  1207. package/test/node_modules/glob/node_modules/minimatch/dist/commonjs/ast.d.ts.map +1 -0
  1208. package/test/node_modules/glob/node_modules/minimatch/dist/commonjs/ast.js +592 -0
  1209. package/test/node_modules/glob/node_modules/minimatch/dist/commonjs/ast.js.map +1 -0
  1210. package/test/node_modules/glob/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts +8 -0
  1211. package/test/node_modules/glob/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts.map +1 -0
  1212. package/test/node_modules/glob/node_modules/minimatch/dist/commonjs/brace-expressions.js +152 -0
  1213. package/test/node_modules/glob/node_modules/minimatch/dist/commonjs/brace-expressions.js.map +1 -0
  1214. package/test/node_modules/glob/node_modules/minimatch/dist/commonjs/escape.d.ts +12 -0
  1215. package/test/node_modules/glob/node_modules/minimatch/dist/commonjs/escape.d.ts.map +1 -0
  1216. package/test/node_modules/glob/node_modules/minimatch/dist/commonjs/escape.js +22 -0
  1217. package/test/node_modules/glob/node_modules/minimatch/dist/commonjs/escape.js.map +1 -0
  1218. package/test/node_modules/glob/node_modules/minimatch/dist/commonjs/index.d.ts +94 -0
  1219. package/test/node_modules/glob/node_modules/minimatch/dist/commonjs/index.d.ts.map +1 -0
  1220. package/test/node_modules/glob/node_modules/minimatch/dist/commonjs/index.js +1017 -0
  1221. package/test/node_modules/glob/node_modules/minimatch/dist/commonjs/index.js.map +1 -0
  1222. package/test/node_modules/glob/node_modules/minimatch/dist/commonjs/package.json +3 -0
  1223. package/test/node_modules/glob/node_modules/minimatch/dist/commonjs/unescape.d.ts +17 -0
  1224. package/test/node_modules/glob/node_modules/minimatch/dist/commonjs/unescape.d.ts.map +1 -0
  1225. package/test/node_modules/glob/node_modules/minimatch/dist/commonjs/unescape.js +24 -0
  1226. package/test/node_modules/glob/node_modules/minimatch/dist/commonjs/unescape.js.map +1 -0
  1227. package/test/node_modules/glob/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts +2 -0
  1228. package/test/node_modules/glob/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts.map +1 -0
  1229. package/test/node_modules/glob/node_modules/minimatch/dist/esm/assert-valid-pattern.js +10 -0
  1230. package/test/node_modules/glob/node_modules/minimatch/dist/esm/assert-valid-pattern.js.map +1 -0
  1231. package/test/node_modules/glob/node_modules/minimatch/dist/esm/ast.d.ts +20 -0
  1232. package/test/node_modules/glob/node_modules/minimatch/dist/esm/ast.d.ts.map +1 -0
  1233. package/test/node_modules/glob/node_modules/minimatch/dist/esm/ast.js +588 -0
  1234. package/test/node_modules/glob/node_modules/minimatch/dist/esm/ast.js.map +1 -0
  1235. package/test/node_modules/glob/node_modules/minimatch/dist/esm/brace-expressions.d.ts +8 -0
  1236. package/test/node_modules/glob/node_modules/minimatch/dist/esm/brace-expressions.d.ts.map +1 -0
  1237. package/test/node_modules/glob/node_modules/minimatch/dist/esm/brace-expressions.js +148 -0
  1238. package/test/node_modules/glob/node_modules/minimatch/dist/esm/brace-expressions.js.map +1 -0
  1239. package/test/node_modules/glob/node_modules/minimatch/dist/esm/escape.d.ts +12 -0
  1240. package/test/node_modules/glob/node_modules/minimatch/dist/esm/escape.d.ts.map +1 -0
  1241. package/test/node_modules/glob/node_modules/minimatch/dist/esm/escape.js +18 -0
  1242. package/test/node_modules/glob/node_modules/minimatch/dist/esm/escape.js.map +1 -0
  1243. package/test/node_modules/glob/node_modules/minimatch/dist/esm/index.d.ts +94 -0
  1244. package/test/node_modules/glob/node_modules/minimatch/dist/esm/index.d.ts.map +1 -0
  1245. package/test/node_modules/glob/node_modules/minimatch/dist/esm/index.js +1001 -0
  1246. package/test/node_modules/glob/node_modules/minimatch/dist/esm/index.js.map +1 -0
  1247. package/test/node_modules/glob/node_modules/minimatch/dist/esm/package.json +3 -0
  1248. package/test/node_modules/glob/node_modules/minimatch/dist/esm/unescape.d.ts +17 -0
  1249. package/test/node_modules/glob/node_modules/minimatch/dist/esm/unescape.d.ts.map +1 -0
  1250. package/test/node_modules/glob/node_modules/minimatch/dist/esm/unescape.js +20 -0
  1251. package/test/node_modules/glob/node_modules/minimatch/dist/esm/unescape.js.map +1 -0
  1252. package/test/node_modules/glob/node_modules/minimatch/package.json +82 -0
  1253. package/test/node_modules/glob/package.json +99 -0
  1254. package/test/node_modules/glob-parent/CHANGELOG.md +110 -0
  1255. package/test/node_modules/glob-parent/LICENSE +15 -0
  1256. package/test/node_modules/glob-parent/README.md +137 -0
  1257. package/test/node_modules/glob-parent/index.js +42 -0
  1258. package/test/node_modules/glob-parent/package.json +48 -0
  1259. package/test/node_modules/gopd/.eslintrc +16 -0
  1260. package/test/node_modules/gopd/.github/FUNDING.yml +12 -0
  1261. package/test/node_modules/gopd/CHANGELOG.md +45 -0
  1262. package/test/node_modules/gopd/LICENSE +21 -0
  1263. package/test/node_modules/gopd/README.md +40 -0
  1264. package/test/node_modules/gopd/gOPD.d.ts +1 -0
  1265. package/test/node_modules/gopd/gOPD.js +4 -0
  1266. package/test/node_modules/gopd/index.d.ts +5 -0
  1267. package/test/node_modules/gopd/index.js +15 -0
  1268. package/test/node_modules/gopd/package.json +77 -0
  1269. package/test/node_modules/gopd/test/index.js +36 -0
  1270. package/test/node_modules/gopd/tsconfig.json +9 -0
  1271. package/test/node_modules/has-flag/index.d.ts +39 -0
  1272. package/test/node_modules/has-flag/index.js +8 -0
  1273. package/test/node_modules/has-flag/license +9 -0
  1274. package/test/node_modules/has-flag/package.json +46 -0
  1275. package/test/node_modules/has-flag/readme.md +89 -0
  1276. package/test/node_modules/has-symbols/.eslintrc +11 -0
  1277. package/test/node_modules/has-symbols/.github/FUNDING.yml +12 -0
  1278. package/test/node_modules/has-symbols/.nycrc +9 -0
  1279. package/test/node_modules/has-symbols/CHANGELOG.md +91 -0
  1280. package/test/node_modules/has-symbols/LICENSE +21 -0
  1281. package/test/node_modules/has-symbols/README.md +46 -0
  1282. package/test/node_modules/has-symbols/index.d.ts +3 -0
  1283. package/test/node_modules/has-symbols/index.js +14 -0
  1284. package/test/node_modules/has-symbols/package.json +111 -0
  1285. package/test/node_modules/has-symbols/shams.d.ts +3 -0
  1286. package/test/node_modules/has-symbols/shams.js +45 -0
  1287. package/test/node_modules/has-symbols/test/index.js +22 -0
  1288. package/test/node_modules/has-symbols/test/shams/core-js.js +29 -0
  1289. package/test/node_modules/has-symbols/test/shams/get-own-property-symbols.js +29 -0
  1290. package/test/node_modules/has-symbols/test/tests.js +58 -0
  1291. package/test/node_modules/has-symbols/tsconfig.json +10 -0
  1292. package/test/node_modules/has-tostringtag/.eslintrc +5 -0
  1293. package/test/node_modules/has-tostringtag/.github/FUNDING.yml +12 -0
  1294. package/test/node_modules/has-tostringtag/.nycrc +13 -0
  1295. package/test/node_modules/has-tostringtag/CHANGELOG.md +42 -0
  1296. package/test/node_modules/has-tostringtag/LICENSE +21 -0
  1297. package/test/node_modules/has-tostringtag/README.md +46 -0
  1298. package/test/node_modules/has-tostringtag/index.d.ts +3 -0
  1299. package/test/node_modules/has-tostringtag/index.js +8 -0
  1300. package/test/node_modules/has-tostringtag/package.json +108 -0
  1301. package/test/node_modules/has-tostringtag/shams.d.ts +3 -0
  1302. package/test/node_modules/has-tostringtag/shams.js +8 -0
  1303. package/test/node_modules/has-tostringtag/test/index.js +21 -0
  1304. package/test/node_modules/has-tostringtag/test/shams/core-js.js +31 -0
  1305. package/test/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +30 -0
  1306. package/test/node_modules/has-tostringtag/test/tests.js +15 -0
  1307. package/test/node_modules/has-tostringtag/tsconfig.json +49 -0
  1308. package/test/node_modules/hasown/.eslintrc +5 -0
  1309. package/test/node_modules/hasown/.github/FUNDING.yml +12 -0
  1310. package/test/node_modules/hasown/.nycrc +13 -0
  1311. package/test/node_modules/hasown/CHANGELOG.md +40 -0
  1312. package/test/node_modules/hasown/LICENSE +21 -0
  1313. package/test/node_modules/hasown/README.md +40 -0
  1314. package/test/node_modules/hasown/index.d.ts +3 -0
  1315. package/test/node_modules/hasown/index.js +8 -0
  1316. package/test/node_modules/hasown/package.json +92 -0
  1317. package/test/node_modules/hasown/tsconfig.json +6 -0
  1318. package/test/node_modules/he/LICENSE-MIT.txt +20 -0
  1319. package/test/node_modules/he/README.md +379 -0
  1320. package/test/node_modules/he/bin/he +148 -0
  1321. package/test/node_modules/he/he.js +345 -0
  1322. package/test/node_modules/he/man/he.1 +78 -0
  1323. package/test/node_modules/he/package.json +58 -0
  1324. package/test/node_modules/hexoid/dist/index.d.ts +1 -0
  1325. package/test/node_modules/hexoid/dist/index.js +1 -0
  1326. package/test/node_modules/hexoid/dist/index.mjs +1 -0
  1327. package/test/node_modules/hexoid/license +9 -0
  1328. package/test/node_modules/hexoid/package.json +45 -0
  1329. package/test/node_modules/hexoid/readme.md +118 -0
  1330. package/test/node_modules/is-binary-path/index.d.ts +17 -0
  1331. package/test/node_modules/is-binary-path/index.js +7 -0
  1332. package/test/node_modules/is-binary-path/license +9 -0
  1333. package/test/node_modules/is-binary-path/package.json +40 -0
  1334. package/test/node_modules/is-binary-path/readme.md +34 -0
  1335. package/test/node_modules/is-extglob/LICENSE +21 -0
  1336. package/test/node_modules/is-extglob/README.md +107 -0
  1337. package/test/node_modules/is-extglob/index.js +20 -0
  1338. package/test/node_modules/is-extglob/package.json +69 -0
  1339. package/test/node_modules/is-fullwidth-code-point/index.d.ts +17 -0
  1340. package/test/node_modules/is-fullwidth-code-point/index.js +50 -0
  1341. package/test/node_modules/is-fullwidth-code-point/license +9 -0
  1342. package/test/node_modules/is-fullwidth-code-point/package.json +42 -0
  1343. package/test/node_modules/is-fullwidth-code-point/readme.md +39 -0
  1344. package/test/node_modules/is-glob/LICENSE +21 -0
  1345. package/test/node_modules/is-glob/README.md +206 -0
  1346. package/test/node_modules/is-glob/index.js +150 -0
  1347. package/test/node_modules/is-glob/package.json +81 -0
  1348. package/test/node_modules/is-number/LICENSE +21 -0
  1349. package/test/node_modules/is-number/README.md +187 -0
  1350. package/test/node_modules/is-number/index.js +18 -0
  1351. package/test/node_modules/is-number/package.json +82 -0
  1352. package/test/node_modules/is-plain-obj/index.d.ts +29 -0
  1353. package/test/node_modules/is-plain-obj/index.js +10 -0
  1354. package/test/node_modules/is-plain-obj/license +9 -0
  1355. package/test/node_modules/is-plain-obj/package.json +38 -0
  1356. package/test/node_modules/is-plain-obj/readme.md +54 -0
  1357. package/test/node_modules/is-unicode-supported/index.d.ts +14 -0
  1358. package/test/node_modules/is-unicode-supported/index.js +13 -0
  1359. package/test/node_modules/is-unicode-supported/license +9 -0
  1360. package/test/node_modules/is-unicode-supported/package.json +41 -0
  1361. package/test/node_modules/is-unicode-supported/readme.md +35 -0
  1362. package/test/node_modules/isexe/LICENSE +15 -0
  1363. package/test/node_modules/isexe/README.md +51 -0
  1364. package/test/node_modules/isexe/index.js +57 -0
  1365. package/test/node_modules/isexe/mode.js +41 -0
  1366. package/test/node_modules/isexe/package.json +31 -0
  1367. package/test/node_modules/isexe/test/basic.js +221 -0
  1368. package/test/node_modules/isexe/windows.js +42 -0
  1369. package/test/node_modules/jackspeak/LICENSE.md +55 -0
  1370. package/test/node_modules/jackspeak/README.md +357 -0
  1371. package/test/node_modules/jackspeak/dist/commonjs/index.d.ts +315 -0
  1372. package/test/node_modules/jackspeak/dist/commonjs/index.d.ts.map +1 -0
  1373. package/test/node_modules/jackspeak/dist/commonjs/index.js +1010 -0
  1374. package/test/node_modules/jackspeak/dist/commonjs/index.js.map +1 -0
  1375. package/test/node_modules/jackspeak/dist/commonjs/package.json +3 -0
  1376. package/test/node_modules/jackspeak/dist/commonjs/parse-args-cjs.cjs.map +1 -0
  1377. package/test/node_modules/jackspeak/dist/commonjs/parse-args-cjs.d.cts.map +1 -0
  1378. package/test/node_modules/jackspeak/dist/commonjs/parse-args.d.ts +4 -0
  1379. package/test/node_modules/jackspeak/dist/commonjs/parse-args.js +50 -0
  1380. package/test/node_modules/jackspeak/dist/esm/index.d.ts +315 -0
  1381. package/test/node_modules/jackspeak/dist/esm/index.d.ts.map +1 -0
  1382. package/test/node_modules/jackspeak/dist/esm/index.js +1000 -0
  1383. package/test/node_modules/jackspeak/dist/esm/index.js.map +1 -0
  1384. package/test/node_modules/jackspeak/dist/esm/package.json +3 -0
  1385. package/test/node_modules/jackspeak/dist/esm/parse-args.d.ts +4 -0
  1386. package/test/node_modules/jackspeak/dist/esm/parse-args.d.ts.map +1 -0
  1387. package/test/node_modules/jackspeak/dist/esm/parse-args.js +26 -0
  1388. package/test/node_modules/jackspeak/dist/esm/parse-args.js.map +1 -0
  1389. package/test/node_modules/jackspeak/package.json +95 -0
  1390. package/test/node_modules/js-yaml/CHANGELOG.md +616 -0
  1391. package/test/node_modules/js-yaml/LICENSE +21 -0
  1392. package/test/node_modules/js-yaml/README.md +246 -0
  1393. package/test/node_modules/js-yaml/bin/js-yaml.js +126 -0
  1394. package/test/node_modules/js-yaml/dist/js-yaml.js +3874 -0
  1395. package/test/node_modules/js-yaml/dist/js-yaml.min.js +2 -0
  1396. package/test/node_modules/js-yaml/dist/js-yaml.mjs +3851 -0
  1397. package/test/node_modules/js-yaml/index.js +47 -0
  1398. package/test/node_modules/js-yaml/lib/common.js +59 -0
  1399. package/test/node_modules/js-yaml/lib/dumper.js +965 -0
  1400. package/test/node_modules/js-yaml/lib/exception.js +55 -0
  1401. package/test/node_modules/js-yaml/lib/loader.js +1727 -0
  1402. package/test/node_modules/js-yaml/lib/schema/core.js +11 -0
  1403. package/test/node_modules/js-yaml/lib/schema/default.js +22 -0
  1404. package/test/node_modules/js-yaml/lib/schema/failsafe.js +17 -0
  1405. package/test/node_modules/js-yaml/lib/schema/json.js +19 -0
  1406. package/test/node_modules/js-yaml/lib/schema.js +121 -0
  1407. package/test/node_modules/js-yaml/lib/snippet.js +101 -0
  1408. package/test/node_modules/js-yaml/lib/type/binary.js +125 -0
  1409. package/test/node_modules/js-yaml/lib/type/bool.js +35 -0
  1410. package/test/node_modules/js-yaml/lib/type/float.js +97 -0
  1411. package/test/node_modules/js-yaml/lib/type/int.js +156 -0
  1412. package/test/node_modules/js-yaml/lib/type/map.js +8 -0
  1413. package/test/node_modules/js-yaml/lib/type/merge.js +12 -0
  1414. package/test/node_modules/js-yaml/lib/type/null.js +35 -0
  1415. package/test/node_modules/js-yaml/lib/type/omap.js +44 -0
  1416. package/test/node_modules/js-yaml/lib/type/pairs.js +53 -0
  1417. package/test/node_modules/js-yaml/lib/type/seq.js +8 -0
  1418. package/test/node_modules/js-yaml/lib/type/set.js +29 -0
  1419. package/test/node_modules/js-yaml/lib/type/str.js +8 -0
  1420. package/test/node_modules/js-yaml/lib/type/timestamp.js +88 -0
  1421. package/test/node_modules/js-yaml/lib/type.js +66 -0
  1422. package/test/node_modules/js-yaml/package.json +66 -0
  1423. package/test/node_modules/locate-path/index.d.ts +83 -0
  1424. package/test/node_modules/locate-path/index.js +68 -0
  1425. package/test/node_modules/locate-path/license +9 -0
  1426. package/test/node_modules/locate-path/package.json +46 -0
  1427. package/test/node_modules/locate-path/readme.md +125 -0
  1428. package/test/node_modules/log-symbols/browser.js +8 -0
  1429. package/test/node_modules/log-symbols/index.d.ts +25 -0
  1430. package/test/node_modules/log-symbols/index.js +19 -0
  1431. package/test/node_modules/log-symbols/license +9 -0
  1432. package/test/node_modules/log-symbols/package.json +52 -0
  1433. package/test/node_modules/log-symbols/readme.md +51 -0
  1434. package/test/node_modules/loupe/LICENSE +9 -0
  1435. package/test/node_modules/loupe/README.md +63 -0
  1436. package/test/node_modules/loupe/lib/arguments.d.ts +3 -0
  1437. package/test/node_modules/loupe/lib/arguments.d.ts.map +1 -0
  1438. package/test/node_modules/loupe/lib/arguments.js +7 -0
  1439. package/test/node_modules/loupe/lib/array.d.ts +3 -0
  1440. package/test/node_modules/loupe/lib/array.d.ts.map +1 -0
  1441. package/test/node_modules/loupe/lib/array.js +16 -0
  1442. package/test/node_modules/loupe/lib/bigint.d.ts +3 -0
  1443. package/test/node_modules/loupe/lib/bigint.d.ts.map +1 -0
  1444. package/test/node_modules/loupe/lib/bigint.js +7 -0
  1445. package/test/node_modules/loupe/lib/class.d.ts +5 -0
  1446. package/test/node_modules/loupe/lib/class.d.ts.map +1 -0
  1447. package/test/node_modules/loupe/lib/class.js +15 -0
  1448. package/test/node_modules/loupe/lib/date.d.ts +3 -0
  1449. package/test/node_modules/loupe/lib/date.d.ts.map +1 -0
  1450. package/test/node_modules/loupe/lib/date.js +11 -0
  1451. package/test/node_modules/loupe/lib/error.d.ts +3 -0
  1452. package/test/node_modules/loupe/lib/error.d.ts.map +1 -0
  1453. package/test/node_modules/loupe/lib/error.js +35 -0
  1454. package/test/node_modules/loupe/lib/function.d.ts +7 -0
  1455. package/test/node_modules/loupe/lib/function.d.ts.map +1 -0
  1456. package/test/node_modules/loupe/lib/function.js +9 -0
  1457. package/test/node_modules/loupe/lib/helpers.d.ts +7 -0
  1458. package/test/node_modules/loupe/lib/helpers.d.ts.map +1 -0
  1459. package/test/node_modules/loupe/lib/helpers.js +159 -0
  1460. package/test/node_modules/loupe/lib/html.d.ts +5 -0
  1461. package/test/node_modules/loupe/lib/html.d.ts.map +1 -0
  1462. package/test/node_modules/loupe/lib/html.js +34 -0
  1463. package/test/node_modules/loupe/lib/index.d.ts +7 -0
  1464. package/test/node_modules/loupe/lib/index.d.ts.map +1 -0
  1465. package/test/node_modules/loupe/lib/index.js +161 -0
  1466. package/test/node_modules/loupe/lib/map.d.ts +3 -0
  1467. package/test/node_modules/loupe/lib/map.d.ts.map +1 -0
  1468. package/test/node_modules/loupe/lib/map.js +22 -0
  1469. package/test/node_modules/loupe/lib/number.d.ts +3 -0
  1470. package/test/node_modules/loupe/lib/number.d.ts.map +1 -0
  1471. package/test/node_modules/loupe/lib/number.js +17 -0
  1472. package/test/node_modules/loupe/lib/object.d.ts +3 -0
  1473. package/test/node_modules/loupe/lib/object.d.ts.map +1 -0
  1474. package/test/node_modules/loupe/lib/object.js +22 -0
  1475. package/test/node_modules/loupe/lib/promise.d.ts +5 -0
  1476. package/test/node_modules/loupe/lib/promise.d.ts.map +1 -0
  1477. package/test/node_modules/loupe/lib/promise.js +18 -0
  1478. package/test/node_modules/loupe/lib/regexp.d.ts +3 -0
  1479. package/test/node_modules/loupe/lib/regexp.d.ts.map +1 -0
  1480. package/test/node_modules/loupe/lib/regexp.js +7 -0
  1481. package/test/node_modules/loupe/lib/set.d.ts +3 -0
  1482. package/test/node_modules/loupe/lib/set.d.ts.map +1 -0
  1483. package/test/node_modules/loupe/lib/set.js +15 -0
  1484. package/test/node_modules/loupe/lib/string.d.ts +3 -0
  1485. package/test/node_modules/loupe/lib/string.d.ts.map +1 -0
  1486. package/test/node_modules/loupe/lib/string.js +24 -0
  1487. package/test/node_modules/loupe/lib/symbol.d.ts +2 -0
  1488. package/test/node_modules/loupe/lib/symbol.d.ts.map +1 -0
  1489. package/test/node_modules/loupe/lib/symbol.js +6 -0
  1490. package/test/node_modules/loupe/lib/typedarray.d.ts +5 -0
  1491. package/test/node_modules/loupe/lib/typedarray.d.ts.map +1 -0
  1492. package/test/node_modules/loupe/lib/typedarray.js +38 -0
  1493. package/test/node_modules/loupe/lib/types.d.ts +15 -0
  1494. package/test/node_modules/loupe/lib/types.d.ts.map +1 -0
  1495. package/test/node_modules/loupe/lib/types.js +1 -0
  1496. package/test/node_modules/loupe/loupe.js +640 -0
  1497. package/test/node_modules/loupe/package.json +73 -0
  1498. package/test/node_modules/lru-cache/LICENSE +15 -0
  1499. package/test/node_modules/lru-cache/README.md +331 -0
  1500. package/test/node_modules/lru-cache/dist/commonjs/index.d.ts +1277 -0
  1501. package/test/node_modules/lru-cache/dist/commonjs/index.d.ts.map +1 -0
  1502. package/test/node_modules/lru-cache/dist/commonjs/index.js +1546 -0
  1503. package/test/node_modules/lru-cache/dist/commonjs/index.js.map +1 -0
  1504. package/test/node_modules/lru-cache/dist/commonjs/index.min.js +2 -0
  1505. package/test/node_modules/lru-cache/dist/commonjs/index.min.js.map +7 -0
  1506. package/test/node_modules/lru-cache/dist/commonjs/package.json +3 -0
  1507. package/test/node_modules/lru-cache/dist/esm/index.d.ts +1277 -0
  1508. package/test/node_modules/lru-cache/dist/esm/index.d.ts.map +1 -0
  1509. package/test/node_modules/lru-cache/dist/esm/index.js +1542 -0
  1510. package/test/node_modules/lru-cache/dist/esm/index.js.map +1 -0
  1511. package/test/node_modules/lru-cache/dist/esm/index.min.js +2 -0
  1512. package/test/node_modules/lru-cache/dist/esm/index.min.js.map +7 -0
  1513. package/test/node_modules/lru-cache/dist/esm/package.json +3 -0
  1514. package/test/node_modules/lru-cache/package.json +116 -0
  1515. package/test/node_modules/math-intrinsics/.eslintrc +16 -0
  1516. package/test/node_modules/math-intrinsics/.github/FUNDING.yml +12 -0
  1517. package/test/node_modules/math-intrinsics/CHANGELOG.md +24 -0
  1518. package/test/node_modules/math-intrinsics/LICENSE +21 -0
  1519. package/test/node_modules/math-intrinsics/README.md +50 -0
  1520. package/test/node_modules/math-intrinsics/abs.d.ts +1 -0
  1521. package/test/node_modules/math-intrinsics/abs.js +4 -0
  1522. package/test/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +3 -0
  1523. package/test/node_modules/math-intrinsics/constants/maxArrayLength.js +4 -0
  1524. package/test/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +3 -0
  1525. package/test/node_modules/math-intrinsics/constants/maxSafeInteger.js +5 -0
  1526. package/test/node_modules/math-intrinsics/constants/maxValue.d.ts +3 -0
  1527. package/test/node_modules/math-intrinsics/constants/maxValue.js +5 -0
  1528. package/test/node_modules/math-intrinsics/floor.d.ts +1 -0
  1529. package/test/node_modules/math-intrinsics/floor.js +4 -0
  1530. package/test/node_modules/math-intrinsics/isFinite.d.ts +3 -0
  1531. package/test/node_modules/math-intrinsics/isFinite.js +12 -0
  1532. package/test/node_modules/math-intrinsics/isInteger.d.ts +3 -0
  1533. package/test/node_modules/math-intrinsics/isInteger.js +16 -0
  1534. package/test/node_modules/math-intrinsics/isNaN.d.ts +1 -0
  1535. package/test/node_modules/math-intrinsics/isNaN.js +6 -0
  1536. package/test/node_modules/math-intrinsics/isNegativeZero.d.ts +3 -0
  1537. package/test/node_modules/math-intrinsics/isNegativeZero.js +6 -0
  1538. package/test/node_modules/math-intrinsics/max.d.ts +1 -0
  1539. package/test/node_modules/math-intrinsics/max.js +4 -0
  1540. package/test/node_modules/math-intrinsics/min.d.ts +1 -0
  1541. package/test/node_modules/math-intrinsics/min.js +4 -0
  1542. package/test/node_modules/math-intrinsics/mod.d.ts +3 -0
  1543. package/test/node_modules/math-intrinsics/mod.js +9 -0
  1544. package/test/node_modules/math-intrinsics/package.json +86 -0
  1545. package/test/node_modules/math-intrinsics/pow.d.ts +1 -0
  1546. package/test/node_modules/math-intrinsics/pow.js +4 -0
  1547. package/test/node_modules/math-intrinsics/round.d.ts +1 -0
  1548. package/test/node_modules/math-intrinsics/round.js +4 -0
  1549. package/test/node_modules/math-intrinsics/sign.d.ts +3 -0
  1550. package/test/node_modules/math-intrinsics/sign.js +11 -0
  1551. package/test/node_modules/math-intrinsics/test/index.js +192 -0
  1552. package/test/node_modules/math-intrinsics/tsconfig.json +3 -0
  1553. package/test/node_modules/methods/HISTORY.md +29 -0
  1554. package/test/node_modules/methods/LICENSE +24 -0
  1555. package/test/node_modules/methods/README.md +51 -0
  1556. package/test/node_modules/methods/index.js +69 -0
  1557. package/test/node_modules/methods/package.json +36 -0
  1558. package/test/node_modules/mime/CHANGELOG.md +296 -0
  1559. package/test/node_modules/mime/LICENSE +21 -0
  1560. package/test/node_modules/mime/Mime.js +97 -0
  1561. package/test/node_modules/mime/README.md +187 -0
  1562. package/test/node_modules/mime/cli.js +46 -0
  1563. package/test/node_modules/mime/index.js +4 -0
  1564. package/test/node_modules/mime/lite.js +4 -0
  1565. package/test/node_modules/mime/package.json +52 -0
  1566. package/test/node_modules/mime/types/other.js +1 -0
  1567. package/test/node_modules/mime/types/standard.js +1 -0
  1568. package/test/node_modules/mime-db/HISTORY.md +507 -0
  1569. package/test/node_modules/mime-db/LICENSE +23 -0
  1570. package/test/node_modules/mime-db/README.md +100 -0
  1571. package/test/node_modules/mime-db/db.json +8519 -0
  1572. package/test/node_modules/mime-db/index.js +12 -0
  1573. package/test/node_modules/mime-db/package.json +60 -0
  1574. package/test/node_modules/mime-types/HISTORY.md +397 -0
  1575. package/test/node_modules/mime-types/LICENSE +23 -0
  1576. package/test/node_modules/mime-types/README.md +113 -0
  1577. package/test/node_modules/mime-types/index.js +188 -0
  1578. package/test/node_modules/mime-types/package.json +44 -0
  1579. package/test/node_modules/minimatch/LICENSE +15 -0
  1580. package/test/node_modules/minimatch/README.md +259 -0
  1581. package/test/node_modules/minimatch/lib/path.js +4 -0
  1582. package/test/node_modules/minimatch/minimatch.js +944 -0
  1583. package/test/node_modules/minimatch/package.json +35 -0
  1584. package/test/node_modules/minipass/LICENSE +15 -0
  1585. package/test/node_modules/minipass/README.md +825 -0
  1586. package/test/node_modules/minipass/dist/commonjs/index.d.ts +549 -0
  1587. package/test/node_modules/minipass/dist/commonjs/index.d.ts.map +1 -0
  1588. package/test/node_modules/minipass/dist/commonjs/index.js +1028 -0
  1589. package/test/node_modules/minipass/dist/commonjs/index.js.map +1 -0
  1590. package/test/node_modules/minipass/dist/commonjs/package.json +3 -0
  1591. package/test/node_modules/minipass/dist/esm/index.d.ts +549 -0
  1592. package/test/node_modules/minipass/dist/esm/index.d.ts.map +1 -0
  1593. package/test/node_modules/minipass/dist/esm/index.js +1018 -0
  1594. package/test/node_modules/minipass/dist/esm/index.js.map +1 -0
  1595. package/test/node_modules/minipass/dist/esm/package.json +3 -0
  1596. package/test/node_modules/minipass/package.json +82 -0
  1597. package/test/node_modules/mocha/LICENSE +22 -0
  1598. package/test/node_modules/mocha/README.md +74 -0
  1599. package/test/node_modules/mocha/bin/_mocha +10 -0
  1600. package/test/node_modules/mocha/bin/mocha.js +142 -0
  1601. package/test/node_modules/mocha/browser-entry.js +226 -0
  1602. package/test/node_modules/mocha/index.js +3 -0
  1603. package/test/node_modules/mocha/lib/browser/highlight-tags.js +39 -0
  1604. package/test/node_modules/mocha/lib/browser/parse-query.js +24 -0
  1605. package/test/node_modules/mocha/lib/browser/template.html +20 -0
  1606. package/test/node_modules/mocha/lib/cli/cli.js +93 -0
  1607. package/test/node_modules/mocha/lib/cli/collect-files.js +137 -0
  1608. package/test/node_modules/mocha/lib/cli/commands.js +14 -0
  1609. package/test/node_modules/mocha/lib/cli/config.js +100 -0
  1610. package/test/node_modules/mocha/lib/cli/index.js +3 -0
  1611. package/test/node_modules/mocha/lib/cli/init.js +36 -0
  1612. package/test/node_modules/mocha/lib/cli/lookup-files.js +155 -0
  1613. package/test/node_modules/mocha/lib/cli/node-flags.js +85 -0
  1614. package/test/node_modules/mocha/lib/cli/one-and-dones.js +69 -0
  1615. package/test/node_modules/mocha/lib/cli/options.js +337 -0
  1616. package/test/node_modules/mocha/lib/cli/run-helpers.js +304 -0
  1617. package/test/node_modules/mocha/lib/cli/run-option-metadata.js +137 -0
  1618. package/test/node_modules/mocha/lib/cli/run.js +380 -0
  1619. package/test/node_modules/mocha/lib/cli/watch-run.js +377 -0
  1620. package/test/node_modules/mocha/lib/context.js +86 -0
  1621. package/test/node_modules/mocha/lib/errors.js +563 -0
  1622. package/test/node_modules/mocha/lib/hook.js +89 -0
  1623. package/test/node_modules/mocha/lib/interfaces/bdd.js +114 -0
  1624. package/test/node_modules/mocha/lib/interfaces/common.js +193 -0
  1625. package/test/node_modules/mocha/lib/interfaces/exports.js +60 -0
  1626. package/test/node_modules/mocha/lib/interfaces/index.js +6 -0
  1627. package/test/node_modules/mocha/lib/interfaces/qunit.js +98 -0
  1628. package/test/node_modules/mocha/lib/interfaces/tdd.js +106 -0
  1629. package/test/node_modules/mocha/lib/mocha.js +1334 -0
  1630. package/test/node_modules/mocha/lib/mocharc.json +10 -0
  1631. package/test/node_modules/mocha/lib/nodejs/buffered-worker-pool.js +188 -0
  1632. package/test/node_modules/mocha/lib/nodejs/esm-utils.js +106 -0
  1633. package/test/node_modules/mocha/lib/nodejs/file-unloader.js +15 -0
  1634. package/test/node_modules/mocha/lib/nodejs/parallel-buffered-runner.js +433 -0
  1635. package/test/node_modules/mocha/lib/nodejs/reporters/parallel-buffered.js +165 -0
  1636. package/test/node_modules/mocha/lib/nodejs/serializer.js +414 -0
  1637. package/test/node_modules/mocha/lib/nodejs/worker.js +151 -0
  1638. package/test/node_modules/mocha/lib/pending.js +16 -0
  1639. package/test/node_modules/mocha/lib/plugin-loader.js +286 -0
  1640. package/test/node_modules/mocha/lib/reporters/base.js +591 -0
  1641. package/test/node_modules/mocha/lib/reporters/doc.js +95 -0
  1642. package/test/node_modules/mocha/lib/reporters/dot.js +81 -0
  1643. package/test/node_modules/mocha/lib/reporters/html.js +420 -0
  1644. package/test/node_modules/mocha/lib/reporters/index.js +19 -0
  1645. package/test/node_modules/mocha/lib/reporters/json-stream.js +92 -0
  1646. package/test/node_modules/mocha/lib/reporters/json.js +162 -0
  1647. package/test/node_modules/mocha/lib/reporters/landing.js +116 -0
  1648. package/test/node_modules/mocha/lib/reporters/list.js +78 -0
  1649. package/test/node_modules/mocha/lib/reporters/markdown.js +112 -0
  1650. package/test/node_modules/mocha/lib/reporters/min.js +52 -0
  1651. package/test/node_modules/mocha/lib/reporters/nyan.js +267 -0
  1652. package/test/node_modules/mocha/lib/reporters/progress.js +104 -0
  1653. package/test/node_modules/mocha/lib/reporters/spec.js +99 -0
  1654. package/test/node_modules/mocha/lib/reporters/tap.js +293 -0
  1655. package/test/node_modules/mocha/lib/reporters/xunit.js +218 -0
  1656. package/test/node_modules/mocha/lib/runnable.js +474 -0
  1657. package/test/node_modules/mocha/lib/runner.js +1267 -0
  1658. package/test/node_modules/mocha/lib/stats-collector.js +83 -0
  1659. package/test/node_modules/mocha/lib/suite.js +666 -0
  1660. package/test/node_modules/mocha/lib/test.js +113 -0
  1661. package/test/node_modules/mocha/lib/utils.js +698 -0
  1662. package/test/node_modules/mocha/mocha.css +455 -0
  1663. package/test/node_modules/mocha/mocha.js +20785 -0
  1664. package/test/node_modules/mocha/mocha.js.map +1 -0
  1665. package/test/node_modules/mocha/package.json +207 -0
  1666. package/test/node_modules/ms/index.js +162 -0
  1667. package/test/node_modules/ms/license.md +21 -0
  1668. package/test/node_modules/ms/package.json +38 -0
  1669. package/test/node_modules/ms/readme.md +59 -0
  1670. package/test/node_modules/node-domexception/.history/README_20210527203617.md +2 -0
  1671. package/test/node_modules/node-domexception/.history/README_20210527212714.md +41 -0
  1672. package/test/node_modules/node-domexception/.history/README_20210527213345.md +36 -0
  1673. package/test/node_modules/node-domexception/.history/README_20210527213411.md +36 -0
  1674. package/test/node_modules/node-domexception/.history/README_20210527213803.md +36 -0
  1675. package/test/node_modules/node-domexception/.history/README_20210527214323.md +38 -0
  1676. package/test/node_modules/node-domexception/.history/README_20210527214408.md +38 -0
  1677. package/test/node_modules/node-domexception/.history/index_20210527203842.js +0 -0
  1678. package/test/node_modules/node-domexception/.history/index_20210527203947.js +8 -0
  1679. package/test/node_modules/node-domexception/.history/index_20210527204259.js +9 -0
  1680. package/test/node_modules/node-domexception/.history/index_20210527204418.js +9 -0
  1681. package/test/node_modules/node-domexception/.history/index_20210527204756.js +11 -0
  1682. package/test/node_modules/node-domexception/.history/index_20210527204833.js +11 -0
  1683. package/test/node_modules/node-domexception/.history/index_20210527211208.js +15 -0
  1684. package/test/node_modules/node-domexception/.history/index_20210527211248.js +15 -0
  1685. package/test/node_modules/node-domexception/.history/index_20210527212722.js +23 -0
  1686. package/test/node_modules/node-domexception/.history/index_20210527212731.js +23 -0
  1687. package/test/node_modules/node-domexception/.history/index_20210527212746.js +15 -0
  1688. package/test/node_modules/node-domexception/.history/index_20210527212900.js +16 -0
  1689. package/test/node_modules/node-domexception/.history/index_20210527213022.js +16 -0
  1690. package/test/node_modules/node-domexception/.history/index_20210527213822.js +16 -0
  1691. package/test/node_modules/node-domexception/.history/index_20210527213843.js +17 -0
  1692. package/test/node_modules/node-domexception/.history/index_20210527213852.js +17 -0
  1693. package/test/node_modules/node-domexception/.history/index_20210527213910.js +16 -0
  1694. package/test/node_modules/node-domexception/.history/index_20210527214034.js +16 -0
  1695. package/test/node_modules/node-domexception/.history/index_20210527214643.js +41 -0
  1696. package/test/node_modules/node-domexception/.history/index_20210527214654.js +41 -0
  1697. package/test/node_modules/node-domexception/.history/index_20210527214700.js +16 -0
  1698. package/test/node_modules/node-domexception/.history/package_20210527203733.json +19 -0
  1699. package/test/node_modules/node-domexception/.history/package_20210527203825.json +16 -0
  1700. package/test/node_modules/node-domexception/.history/package_20210527204621.json +19 -0
  1701. package/test/node_modules/node-domexception/.history/package_20210527204913.json +25 -0
  1702. package/test/node_modules/node-domexception/.history/package_20210527204925.json +25 -0
  1703. package/test/node_modules/node-domexception/.history/package_20210527205145.json +29 -0
  1704. package/test/node_modules/node-domexception/.history/package_20210527205156.json +29 -0
  1705. package/test/node_modules/node-domexception/.history/test_20210527205603.js +0 -0
  1706. package/test/node_modules/node-domexception/.history/test_20210527205957.js +3 -0
  1707. package/test/node_modules/node-domexception/.history/test_20210527210021.js +3 -0
  1708. package/test/node_modules/node-domexception/LICENSE +21 -0
  1709. package/test/node_modules/node-domexception/README.md +46 -0
  1710. package/test/node_modules/node-domexception/index.js +16 -0
  1711. package/test/node_modules/node-domexception/package.json +29 -0
  1712. package/test/node_modules/node-fetch/@types/index.d.ts +219 -0
  1713. package/test/node_modules/node-fetch/LICENSE.md +22 -0
  1714. package/test/node_modules/node-fetch/README.md +872 -0
  1715. package/test/node_modules/node-fetch/package.json +131 -0
  1716. package/test/node_modules/node-fetch/src/body.js +397 -0
  1717. package/test/node_modules/node-fetch/src/errors/abort-error.js +10 -0
  1718. package/test/node_modules/node-fetch/src/errors/base.js +17 -0
  1719. package/test/node_modules/node-fetch/src/errors/fetch-error.js +26 -0
  1720. package/test/node_modules/node-fetch/src/headers.js +267 -0
  1721. package/test/node_modules/node-fetch/src/index.js +417 -0
  1722. package/test/node_modules/node-fetch/src/request.js +313 -0
  1723. package/test/node_modules/node-fetch/src/response.js +160 -0
  1724. package/test/node_modules/node-fetch/src/utils/get-search.js +9 -0
  1725. package/test/node_modules/node-fetch/src/utils/is-redirect.js +11 -0
  1726. package/test/node_modules/node-fetch/src/utils/is.js +87 -0
  1727. package/test/node_modules/node-fetch/src/utils/multipart-parser.js +432 -0
  1728. package/test/node_modules/node-fetch/src/utils/referrer.js +340 -0
  1729. package/test/node_modules/normalize-path/LICENSE +21 -0
  1730. package/test/node_modules/normalize-path/README.md +127 -0
  1731. package/test/node_modules/normalize-path/index.js +35 -0
  1732. package/test/node_modules/normalize-path/package.json +77 -0
  1733. package/test/node_modules/object-inspect/.eslintrc +53 -0
  1734. package/test/node_modules/object-inspect/.github/FUNDING.yml +12 -0
  1735. package/test/node_modules/object-inspect/.nycrc +13 -0
  1736. package/test/node_modules/object-inspect/CHANGELOG.md +424 -0
  1737. package/test/node_modules/object-inspect/LICENSE +21 -0
  1738. package/test/node_modules/object-inspect/example/all.js +23 -0
  1739. package/test/node_modules/object-inspect/example/circular.js +6 -0
  1740. package/test/node_modules/object-inspect/example/fn.js +5 -0
  1741. package/test/node_modules/object-inspect/example/inspect.js +10 -0
  1742. package/test/node_modules/object-inspect/index.js +544 -0
  1743. package/test/node_modules/object-inspect/package-support.json +20 -0
  1744. package/test/node_modules/object-inspect/package.json +105 -0
  1745. package/test/node_modules/object-inspect/readme.markdown +84 -0
  1746. package/test/node_modules/object-inspect/test/bigint.js +58 -0
  1747. package/test/node_modules/object-inspect/test/browser/dom.js +15 -0
  1748. package/test/node_modules/object-inspect/test/circular.js +16 -0
  1749. package/test/node_modules/object-inspect/test/deep.js +12 -0
  1750. package/test/node_modules/object-inspect/test/element.js +53 -0
  1751. package/test/node_modules/object-inspect/test/err.js +48 -0
  1752. package/test/node_modules/object-inspect/test/fakes.js +29 -0
  1753. package/test/node_modules/object-inspect/test/fn.js +76 -0
  1754. package/test/node_modules/object-inspect/test/global.js +17 -0
  1755. package/test/node_modules/object-inspect/test/has.js +15 -0
  1756. package/test/node_modules/object-inspect/test/holes.js +15 -0
  1757. package/test/node_modules/object-inspect/test/indent-option.js +271 -0
  1758. package/test/node_modules/object-inspect/test/inspect.js +139 -0
  1759. package/test/node_modules/object-inspect/test/lowbyte.js +12 -0
  1760. package/test/node_modules/object-inspect/test/number.js +58 -0
  1761. package/test/node_modules/object-inspect/test/quoteStyle.js +26 -0
  1762. package/test/node_modules/object-inspect/test/toStringTag.js +40 -0
  1763. package/test/node_modules/object-inspect/test/undef.js +12 -0
  1764. package/test/node_modules/object-inspect/test/values.js +261 -0
  1765. package/test/node_modules/object-inspect/test-core-js.js +26 -0
  1766. package/test/node_modules/object-inspect/util.inspect.js +1 -0
  1767. package/test/node_modules/once/LICENSE +15 -0
  1768. package/test/node_modules/once/README.md +79 -0
  1769. package/test/node_modules/once/once.js +42 -0
  1770. package/test/node_modules/once/package.json +33 -0
  1771. package/test/node_modules/p-limit/index.d.ts +42 -0
  1772. package/test/node_modules/p-limit/index.js +71 -0
  1773. package/test/node_modules/p-limit/license +9 -0
  1774. package/test/node_modules/p-limit/package.json +52 -0
  1775. package/test/node_modules/p-limit/readme.md +101 -0
  1776. package/test/node_modules/p-locate/index.d.ts +53 -0
  1777. package/test/node_modules/p-locate/index.js +50 -0
  1778. package/test/node_modules/p-locate/license +9 -0
  1779. package/test/node_modules/p-locate/package.json +54 -0
  1780. package/test/node_modules/p-locate/readme.md +93 -0
  1781. package/test/node_modules/package-json-from-dist/LICENSE.md +63 -0
  1782. package/test/node_modules/package-json-from-dist/README.md +110 -0
  1783. package/test/node_modules/package-json-from-dist/dist/commonjs/index.d.ts +89 -0
  1784. package/test/node_modules/package-json-from-dist/dist/commonjs/index.d.ts.map +1 -0
  1785. package/test/node_modules/package-json-from-dist/dist/commonjs/index.js +134 -0
  1786. package/test/node_modules/package-json-from-dist/dist/commonjs/index.js.map +1 -0
  1787. package/test/node_modules/package-json-from-dist/dist/commonjs/package.json +3 -0
  1788. package/test/node_modules/package-json-from-dist/dist/esm/index.d.ts +89 -0
  1789. package/test/node_modules/package-json-from-dist/dist/esm/index.d.ts.map +1 -0
  1790. package/test/node_modules/package-json-from-dist/dist/esm/index.js +129 -0
  1791. package/test/node_modules/package-json-from-dist/dist/esm/index.js.map +1 -0
  1792. package/test/node_modules/package-json-from-dist/dist/esm/package.json +3 -0
  1793. package/test/node_modules/package-json-from-dist/package.json +68 -0
  1794. package/test/node_modules/path-exists/index.d.ts +28 -0
  1795. package/test/node_modules/path-exists/index.js +23 -0
  1796. package/test/node_modules/path-exists/license +9 -0
  1797. package/test/node_modules/path-exists/package.json +39 -0
  1798. package/test/node_modules/path-exists/readme.md +52 -0
  1799. package/test/node_modules/path-key/index.d.ts +40 -0
  1800. package/test/node_modules/path-key/index.js +16 -0
  1801. package/test/node_modules/path-key/license +9 -0
  1802. package/test/node_modules/path-key/package.json +39 -0
  1803. package/test/node_modules/path-key/readme.md +61 -0
  1804. package/test/node_modules/path-scurry/LICENSE.md +55 -0
  1805. package/test/node_modules/path-scurry/README.md +636 -0
  1806. package/test/node_modules/path-scurry/dist/commonjs/index.d.ts +1116 -0
  1807. package/test/node_modules/path-scurry/dist/commonjs/index.d.ts.map +1 -0
  1808. package/test/node_modules/path-scurry/dist/commonjs/index.js +2014 -0
  1809. package/test/node_modules/path-scurry/dist/commonjs/index.js.map +1 -0
  1810. package/test/node_modules/path-scurry/dist/commonjs/package.json +3 -0
  1811. package/test/node_modules/path-scurry/dist/esm/index.d.ts +1116 -0
  1812. package/test/node_modules/path-scurry/dist/esm/index.d.ts.map +1 -0
  1813. package/test/node_modules/path-scurry/dist/esm/index.js +1979 -0
  1814. package/test/node_modules/path-scurry/dist/esm/index.js.map +1 -0
  1815. package/test/node_modules/path-scurry/dist/esm/package.json +3 -0
  1816. package/test/node_modules/path-scurry/package.json +89 -0
  1817. package/test/node_modules/pathval/LICENSE +16 -0
  1818. package/test/node_modules/pathval/README.md +147 -0
  1819. package/test/node_modules/pathval/index.js +292 -0
  1820. package/test/node_modules/pathval/package.json +73 -0
  1821. package/test/node_modules/pathval/pathval.js +1 -0
  1822. package/test/node_modules/picomatch/CHANGELOG.md +136 -0
  1823. package/test/node_modules/picomatch/LICENSE +21 -0
  1824. package/test/node_modules/picomatch/README.md +708 -0
  1825. package/test/node_modules/picomatch/index.js +3 -0
  1826. package/test/node_modules/picomatch/lib/constants.js +179 -0
  1827. package/test/node_modules/picomatch/lib/parse.js +1091 -0
  1828. package/test/node_modules/picomatch/lib/picomatch.js +342 -0
  1829. package/test/node_modules/picomatch/lib/scan.js +391 -0
  1830. package/test/node_modules/picomatch/lib/utils.js +64 -0
  1831. package/test/node_modules/picomatch/package.json +81 -0
  1832. package/test/node_modules/qs/.editorconfig +46 -0
  1833. package/test/node_modules/qs/.eslintrc +39 -0
  1834. package/test/node_modules/qs/.github/FUNDING.yml +12 -0
  1835. package/test/node_modules/qs/.nycrc +13 -0
  1836. package/test/node_modules/qs/CHANGELOG.md +622 -0
  1837. package/test/node_modules/qs/LICENSE.md +29 -0
  1838. package/test/node_modules/qs/README.md +733 -0
  1839. package/test/node_modules/qs/dist/qs.js +141 -0
  1840. package/test/node_modules/qs/lib/formats.js +23 -0
  1841. package/test/node_modules/qs/lib/index.js +11 -0
  1842. package/test/node_modules/qs/lib/parse.js +328 -0
  1843. package/test/node_modules/qs/lib/stringify.js +356 -0
  1844. package/test/node_modules/qs/lib/utils.js +268 -0
  1845. package/test/node_modules/qs/package.json +93 -0
  1846. package/test/node_modules/qs/test/empty-keys-cases.js +267 -0
  1847. package/test/node_modules/qs/test/parse.js +1276 -0
  1848. package/test/node_modules/qs/test/stringify.js +1306 -0
  1849. package/test/node_modules/qs/test/utils.js +262 -0
  1850. package/test/node_modules/randombytes/.travis.yml +15 -0
  1851. package/test/node_modules/randombytes/.zuul.yml +1 -0
  1852. package/test/node_modules/randombytes/LICENSE +21 -0
  1853. package/test/node_modules/randombytes/README.md +14 -0
  1854. package/test/node_modules/randombytes/browser.js +50 -0
  1855. package/test/node_modules/randombytes/index.js +1 -0
  1856. package/test/node_modules/randombytes/package.json +36 -0
  1857. package/test/node_modules/randombytes/test.js +81 -0
  1858. package/test/node_modules/readdirp/LICENSE +21 -0
  1859. package/test/node_modules/readdirp/README.md +122 -0
  1860. package/test/node_modules/readdirp/index.d.ts +43 -0
  1861. package/test/node_modules/readdirp/index.js +287 -0
  1862. package/test/node_modules/readdirp/package.json +122 -0
  1863. package/test/node_modules/require-directory/.jshintrc +67 -0
  1864. package/test/node_modules/require-directory/.travis.yml +3 -0
  1865. package/test/node_modules/require-directory/LICENSE +22 -0
  1866. package/test/node_modules/require-directory/README.markdown +184 -0
  1867. package/test/node_modules/require-directory/index.js +86 -0
  1868. package/test/node_modules/require-directory/package.json +40 -0
  1869. package/test/node_modules/safe-buffer/LICENSE +21 -0
  1870. package/test/node_modules/safe-buffer/README.md +584 -0
  1871. package/test/node_modules/safe-buffer/index.d.ts +187 -0
  1872. package/test/node_modules/safe-buffer/index.js +65 -0
  1873. package/test/node_modules/safe-buffer/package.json +51 -0
  1874. package/test/node_modules/serialize-javascript/LICENSE +27 -0
  1875. package/test/node_modules/serialize-javascript/README.md +143 -0
  1876. package/test/node_modules/serialize-javascript/index.js +268 -0
  1877. package/test/node_modules/serialize-javascript/package.json +36 -0
  1878. package/test/node_modules/sessionless-node/README.md +44 -0
  1879. package/test/node_modules/sessionless-node/package.json +26 -0
  1880. package/test/node_modules/sessionless-node/sessionless.cjs +96 -0
  1881. package/test/node_modules/sessionless-node/sessionless.js +95 -0
  1882. package/test/node_modules/sessionless-node/test/sessionless.js +78 -0
  1883. package/test/node_modules/shebang-command/index.js +19 -0
  1884. package/test/node_modules/shebang-command/license +9 -0
  1885. package/test/node_modules/shebang-command/package.json +34 -0
  1886. package/test/node_modules/shebang-command/readme.md +34 -0
  1887. package/test/node_modules/shebang-regex/index.d.ts +22 -0
  1888. package/test/node_modules/shebang-regex/index.js +2 -0
  1889. package/test/node_modules/shebang-regex/license +9 -0
  1890. package/test/node_modules/shebang-regex/package.json +35 -0
  1891. package/test/node_modules/shebang-regex/readme.md +33 -0
  1892. package/test/node_modules/side-channel/.editorconfig +9 -0
  1893. package/test/node_modules/side-channel/.eslintrc +12 -0
  1894. package/test/node_modules/side-channel/.github/FUNDING.yml +12 -0
  1895. package/test/node_modules/side-channel/.nycrc +13 -0
  1896. package/test/node_modules/side-channel/CHANGELOG.md +110 -0
  1897. package/test/node_modules/side-channel/LICENSE +21 -0
  1898. package/test/node_modules/side-channel/README.md +61 -0
  1899. package/test/node_modules/side-channel/index.d.ts +14 -0
  1900. package/test/node_modules/side-channel/index.js +43 -0
  1901. package/test/node_modules/side-channel/package.json +85 -0
  1902. package/test/node_modules/side-channel/test/index.js +104 -0
  1903. package/test/node_modules/side-channel/tsconfig.json +9 -0
  1904. package/test/node_modules/side-channel-list/.editorconfig +9 -0
  1905. package/test/node_modules/side-channel-list/.eslintrc +11 -0
  1906. package/test/node_modules/side-channel-list/.github/FUNDING.yml +12 -0
  1907. package/test/node_modules/side-channel-list/.nycrc +13 -0
  1908. package/test/node_modules/side-channel-list/CHANGELOG.md +15 -0
  1909. package/test/node_modules/side-channel-list/LICENSE +21 -0
  1910. package/test/node_modules/side-channel-list/README.md +62 -0
  1911. package/test/node_modules/side-channel-list/index.d.ts +13 -0
  1912. package/test/node_modules/side-channel-list/index.js +113 -0
  1913. package/test/node_modules/side-channel-list/list.d.ts +14 -0
  1914. package/test/node_modules/side-channel-list/package.json +77 -0
  1915. package/test/node_modules/side-channel-list/test/index.js +104 -0
  1916. package/test/node_modules/side-channel-list/tsconfig.json +9 -0
  1917. package/test/node_modules/side-channel-map/.editorconfig +9 -0
  1918. package/test/node_modules/side-channel-map/.eslintrc +11 -0
  1919. package/test/node_modules/side-channel-map/.github/FUNDING.yml +12 -0
  1920. package/test/node_modules/side-channel-map/.nycrc +13 -0
  1921. package/test/node_modules/side-channel-map/CHANGELOG.md +22 -0
  1922. package/test/node_modules/side-channel-map/LICENSE +21 -0
  1923. package/test/node_modules/side-channel-map/README.md +62 -0
  1924. package/test/node_modules/side-channel-map/index.d.ts +15 -0
  1925. package/test/node_modules/side-channel-map/index.js +68 -0
  1926. package/test/node_modules/side-channel-map/package.json +80 -0
  1927. package/test/node_modules/side-channel-map/test/index.js +114 -0
  1928. package/test/node_modules/side-channel-map/tsconfig.json +9 -0
  1929. package/test/node_modules/side-channel-weakmap/.editorconfig +9 -0
  1930. package/test/node_modules/side-channel-weakmap/.eslintrc +12 -0
  1931. package/test/node_modules/side-channel-weakmap/.github/FUNDING.yml +12 -0
  1932. package/test/node_modules/side-channel-weakmap/.nycrc +13 -0
  1933. package/test/node_modules/side-channel-weakmap/CHANGELOG.md +28 -0
  1934. package/test/node_modules/side-channel-weakmap/LICENSE +21 -0
  1935. package/test/node_modules/side-channel-weakmap/README.md +62 -0
  1936. package/test/node_modules/side-channel-weakmap/index.d.ts +15 -0
  1937. package/test/node_modules/side-channel-weakmap/index.js +84 -0
  1938. package/test/node_modules/side-channel-weakmap/package.json +87 -0
  1939. package/test/node_modules/side-channel-weakmap/test/index.js +114 -0
  1940. package/test/node_modules/side-channel-weakmap/tsconfig.json +9 -0
  1941. package/test/node_modules/signal-exit/LICENSE.txt +16 -0
  1942. package/test/node_modules/signal-exit/README.md +74 -0
  1943. package/test/node_modules/signal-exit/dist/cjs/browser.d.ts +12 -0
  1944. package/test/node_modules/signal-exit/dist/cjs/browser.d.ts.map +1 -0
  1945. package/test/node_modules/signal-exit/dist/cjs/browser.js +10 -0
  1946. package/test/node_modules/signal-exit/dist/cjs/browser.js.map +1 -0
  1947. package/test/node_modules/signal-exit/dist/cjs/index.d.ts +48 -0
  1948. package/test/node_modules/signal-exit/dist/cjs/index.d.ts.map +1 -0
  1949. package/test/node_modules/signal-exit/dist/cjs/index.js +279 -0
  1950. package/test/node_modules/signal-exit/dist/cjs/index.js.map +1 -0
  1951. package/test/node_modules/signal-exit/dist/cjs/package.json +3 -0
  1952. package/test/node_modules/signal-exit/dist/cjs/signals.d.ts +29 -0
  1953. package/test/node_modules/signal-exit/dist/cjs/signals.d.ts.map +1 -0
  1954. package/test/node_modules/signal-exit/dist/cjs/signals.js +42 -0
  1955. package/test/node_modules/signal-exit/dist/cjs/signals.js.map +1 -0
  1956. package/test/node_modules/signal-exit/dist/mjs/browser.d.ts +12 -0
  1957. package/test/node_modules/signal-exit/dist/mjs/browser.d.ts.map +1 -0
  1958. package/test/node_modules/signal-exit/dist/mjs/browser.js +4 -0
  1959. package/test/node_modules/signal-exit/dist/mjs/browser.js.map +1 -0
  1960. package/test/node_modules/signal-exit/dist/mjs/index.d.ts +48 -0
  1961. package/test/node_modules/signal-exit/dist/mjs/index.d.ts.map +1 -0
  1962. package/test/node_modules/signal-exit/dist/mjs/index.js +275 -0
  1963. package/test/node_modules/signal-exit/dist/mjs/index.js.map +1 -0
  1964. package/test/node_modules/signal-exit/dist/mjs/package.json +3 -0
  1965. package/test/node_modules/signal-exit/dist/mjs/signals.d.ts +29 -0
  1966. package/test/node_modules/signal-exit/dist/mjs/signals.d.ts.map +1 -0
  1967. package/test/node_modules/signal-exit/dist/mjs/signals.js +39 -0
  1968. package/test/node_modules/signal-exit/dist/mjs/signals.js.map +1 -0
  1969. package/test/node_modules/signal-exit/package.json +106 -0
  1970. package/test/node_modules/string-width/index.d.ts +29 -0
  1971. package/test/node_modules/string-width/index.js +54 -0
  1972. package/test/node_modules/string-width/license +9 -0
  1973. package/test/node_modules/string-width/package.json +59 -0
  1974. package/test/node_modules/string-width/readme.md +67 -0
  1975. package/test/node_modules/string-width-cjs/index.d.ts +29 -0
  1976. package/test/node_modules/string-width-cjs/index.js +47 -0
  1977. package/test/node_modules/string-width-cjs/license +9 -0
  1978. package/test/node_modules/string-width-cjs/node_modules/ansi-regex/index.d.ts +37 -0
  1979. package/test/node_modules/string-width-cjs/node_modules/ansi-regex/index.js +10 -0
  1980. package/test/node_modules/string-width-cjs/node_modules/ansi-regex/license +9 -0
  1981. package/test/node_modules/string-width-cjs/node_modules/ansi-regex/package.json +55 -0
  1982. package/test/node_modules/string-width-cjs/node_modules/ansi-regex/readme.md +78 -0
  1983. package/test/node_modules/string-width-cjs/node_modules/emoji-regex/LICENSE-MIT.txt +20 -0
  1984. package/test/node_modules/string-width-cjs/node_modules/emoji-regex/README.md +73 -0
  1985. package/test/node_modules/string-width-cjs/node_modules/emoji-regex/es2015/index.js +6 -0
  1986. package/test/node_modules/string-width-cjs/node_modules/emoji-regex/es2015/text.js +6 -0
  1987. package/test/node_modules/string-width-cjs/node_modules/emoji-regex/index.d.ts +23 -0
  1988. package/test/node_modules/string-width-cjs/node_modules/emoji-regex/index.js +6 -0
  1989. package/test/node_modules/string-width-cjs/node_modules/emoji-regex/package.json +50 -0
  1990. package/test/node_modules/string-width-cjs/node_modules/emoji-regex/text.js +6 -0
  1991. package/test/node_modules/string-width-cjs/node_modules/strip-ansi/index.d.ts +17 -0
  1992. package/test/node_modules/string-width-cjs/node_modules/strip-ansi/index.js +4 -0
  1993. package/test/node_modules/string-width-cjs/node_modules/strip-ansi/license +9 -0
  1994. package/test/node_modules/string-width-cjs/node_modules/strip-ansi/package.json +54 -0
  1995. package/test/node_modules/string-width-cjs/node_modules/strip-ansi/readme.md +46 -0
  1996. package/test/node_modules/string-width-cjs/package.json +56 -0
  1997. package/test/node_modules/string-width-cjs/readme.md +50 -0
  1998. package/test/node_modules/strip-ansi/index.d.ts +15 -0
  1999. package/test/node_modules/strip-ansi/index.js +14 -0
  2000. package/test/node_modules/strip-ansi/license +9 -0
  2001. package/test/node_modules/strip-ansi/package.json +57 -0
  2002. package/test/node_modules/strip-ansi/readme.md +41 -0
  2003. package/test/node_modules/strip-ansi-cjs/index.d.ts +17 -0
  2004. package/test/node_modules/strip-ansi-cjs/index.js +4 -0
  2005. package/test/node_modules/strip-ansi-cjs/license +9 -0
  2006. package/test/node_modules/strip-ansi-cjs/node_modules/ansi-regex/index.d.ts +37 -0
  2007. package/test/node_modules/strip-ansi-cjs/node_modules/ansi-regex/index.js +10 -0
  2008. package/test/node_modules/strip-ansi-cjs/node_modules/ansi-regex/license +9 -0
  2009. package/test/node_modules/strip-ansi-cjs/node_modules/ansi-regex/package.json +55 -0
  2010. package/test/node_modules/strip-ansi-cjs/node_modules/ansi-regex/readme.md +78 -0
  2011. package/test/node_modules/strip-ansi-cjs/package.json +54 -0
  2012. package/test/node_modules/strip-ansi-cjs/readme.md +46 -0
  2013. package/test/node_modules/strip-json-comments/index.d.ts +36 -0
  2014. package/test/node_modules/strip-json-comments/index.js +77 -0
  2015. package/test/node_modules/strip-json-comments/license +9 -0
  2016. package/test/node_modules/strip-json-comments/package.json +47 -0
  2017. package/test/node_modules/strip-json-comments/readme.md +78 -0
  2018. package/test/node_modules/superagent/LICENSE +22 -0
  2019. package/test/node_modules/superagent/README.md +273 -0
  2020. package/test/node_modules/superagent/dist/superagent.js +3399 -0
  2021. package/test/node_modules/superagent/dist/superagent.min.js +1 -0
  2022. package/test/node_modules/superagent/lib/agent-base.js +28 -0
  2023. package/test/node_modules/superagent/lib/client.js +949 -0
  2024. package/test/node_modules/superagent/lib/node/agent.js +100 -0
  2025. package/test/node_modules/superagent/lib/node/decompress.js +20 -0
  2026. package/test/node_modules/superagent/lib/node/http2wrapper.js +158 -0
  2027. package/test/node_modules/superagent/lib/node/index.js +1318 -0
  2028. package/test/node_modules/superagent/lib/node/parsers/image.js +13 -0
  2029. package/test/node_modules/superagent/lib/node/parsers/index.js +11 -0
  2030. package/test/node_modules/superagent/lib/node/parsers/json.js +25 -0
  2031. package/test/node_modules/superagent/lib/node/parsers/text.js +11 -0
  2032. package/test/node_modules/superagent/lib/node/parsers/urlencoded.js +22 -0
  2033. package/test/node_modules/superagent/lib/node/response.js +143 -0
  2034. package/test/node_modules/superagent/lib/node/unzip.js +74 -0
  2035. package/test/node_modules/superagent/lib/request-base.js +720 -0
  2036. package/test/node_modules/superagent/lib/response-base.js +120 -0
  2037. package/test/node_modules/superagent/lib/utils.js +126 -0
  2038. package/test/node_modules/superagent/package.json +131 -0
  2039. package/test/node_modules/supports-color/browser.js +24 -0
  2040. package/test/node_modules/supports-color/index.js +152 -0
  2041. package/test/node_modules/supports-color/license +9 -0
  2042. package/test/node_modules/supports-color/package.json +58 -0
  2043. package/test/node_modules/supports-color/readme.md +77 -0
  2044. package/test/node_modules/to-regex-range/LICENSE +21 -0
  2045. package/test/node_modules/to-regex-range/README.md +305 -0
  2046. package/test/node_modules/to-regex-range/index.js +288 -0
  2047. package/test/node_modules/to-regex-range/package.json +88 -0
  2048. package/test/node_modules/uuid/CHANGELOG.md +274 -0
  2049. package/test/node_modules/uuid/CONTRIBUTING.md +18 -0
  2050. package/test/node_modules/uuid/LICENSE.md +9 -0
  2051. package/test/node_modules/uuid/README.md +466 -0
  2052. package/test/node_modules/uuid/dist/bin/uuid +2 -0
  2053. package/test/node_modules/uuid/dist/commonjs-browser/index.js +79 -0
  2054. package/test/node_modules/uuid/dist/commonjs-browser/md5.js +223 -0
  2055. package/test/node_modules/uuid/dist/commonjs-browser/native.js +11 -0
  2056. package/test/node_modules/uuid/dist/commonjs-browser/nil.js +8 -0
  2057. package/test/node_modules/uuid/dist/commonjs-browser/parse.js +45 -0
  2058. package/test/node_modules/uuid/dist/commonjs-browser/regex.js +8 -0
  2059. package/test/node_modules/uuid/dist/commonjs-browser/rng.js +25 -0
  2060. package/test/node_modules/uuid/dist/commonjs-browser/sha1.js +104 -0
  2061. package/test/node_modules/uuid/dist/commonjs-browser/stringify.js +44 -0
  2062. package/test/node_modules/uuid/dist/commonjs-browser/v1.js +107 -0
  2063. package/test/node_modules/uuid/dist/commonjs-browser/v3.js +16 -0
  2064. package/test/node_modules/uuid/dist/commonjs-browser/v35.js +80 -0
  2065. package/test/node_modules/uuid/dist/commonjs-browser/v4.js +43 -0
  2066. package/test/node_modules/uuid/dist/commonjs-browser/v5.js +16 -0
  2067. package/test/node_modules/uuid/dist/commonjs-browser/validate.js +17 -0
  2068. package/test/node_modules/uuid/dist/commonjs-browser/version.js +21 -0
  2069. package/test/node_modules/uuid/dist/esm-browser/index.js +9 -0
  2070. package/test/node_modules/uuid/dist/esm-browser/md5.js +215 -0
  2071. package/test/node_modules/uuid/dist/esm-browser/native.js +4 -0
  2072. package/test/node_modules/uuid/dist/esm-browser/nil.js +1 -0
  2073. package/test/node_modules/uuid/dist/esm-browser/parse.js +35 -0
  2074. package/test/node_modules/uuid/dist/esm-browser/regex.js +1 -0
  2075. package/test/node_modules/uuid/dist/esm-browser/rng.js +18 -0
  2076. package/test/node_modules/uuid/dist/esm-browser/sha1.js +96 -0
  2077. package/test/node_modules/uuid/dist/esm-browser/stringify.js +33 -0
  2078. package/test/node_modules/uuid/dist/esm-browser/v1.js +95 -0
  2079. package/test/node_modules/uuid/dist/esm-browser/v3.js +4 -0
  2080. package/test/node_modules/uuid/dist/esm-browser/v35.js +66 -0
  2081. package/test/node_modules/uuid/dist/esm-browser/v4.js +29 -0
  2082. package/test/node_modules/uuid/dist/esm-browser/v5.js +4 -0
  2083. package/test/node_modules/uuid/dist/esm-browser/validate.js +7 -0
  2084. package/test/node_modules/uuid/dist/esm-browser/version.js +11 -0
  2085. package/test/node_modules/uuid/dist/esm-node/index.js +9 -0
  2086. package/test/node_modules/uuid/dist/esm-node/md5.js +13 -0
  2087. package/test/node_modules/uuid/dist/esm-node/native.js +4 -0
  2088. package/test/node_modules/uuid/dist/esm-node/nil.js +1 -0
  2089. package/test/node_modules/uuid/dist/esm-node/parse.js +35 -0
  2090. package/test/node_modules/uuid/dist/esm-node/regex.js +1 -0
  2091. package/test/node_modules/uuid/dist/esm-node/rng.js +12 -0
  2092. package/test/node_modules/uuid/dist/esm-node/sha1.js +13 -0
  2093. package/test/node_modules/uuid/dist/esm-node/stringify.js +33 -0
  2094. package/test/node_modules/uuid/dist/esm-node/v1.js +95 -0
  2095. package/test/node_modules/uuid/dist/esm-node/v3.js +4 -0
  2096. package/test/node_modules/uuid/dist/esm-node/v35.js +66 -0
  2097. package/test/node_modules/uuid/dist/esm-node/v4.js +29 -0
  2098. package/test/node_modules/uuid/dist/esm-node/v5.js +4 -0
  2099. package/test/node_modules/uuid/dist/esm-node/validate.js +7 -0
  2100. package/test/node_modules/uuid/dist/esm-node/version.js +11 -0
  2101. package/test/node_modules/uuid/dist/index.js +79 -0
  2102. package/test/node_modules/uuid/dist/md5-browser.js +223 -0
  2103. package/test/node_modules/uuid/dist/md5.js +23 -0
  2104. package/test/node_modules/uuid/dist/native-browser.js +11 -0
  2105. package/test/node_modules/uuid/dist/native.js +15 -0
  2106. package/test/node_modules/uuid/dist/nil.js +8 -0
  2107. package/test/node_modules/uuid/dist/parse.js +45 -0
  2108. package/test/node_modules/uuid/dist/regex.js +8 -0
  2109. package/test/node_modules/uuid/dist/rng-browser.js +25 -0
  2110. package/test/node_modules/uuid/dist/rng.js +24 -0
  2111. package/test/node_modules/uuid/dist/sha1-browser.js +104 -0
  2112. package/test/node_modules/uuid/dist/sha1.js +23 -0
  2113. package/test/node_modules/uuid/dist/stringify.js +44 -0
  2114. package/test/node_modules/uuid/dist/uuid-bin.js +85 -0
  2115. package/test/node_modules/uuid/dist/v1.js +107 -0
  2116. package/test/node_modules/uuid/dist/v3.js +16 -0
  2117. package/test/node_modules/uuid/dist/v35.js +80 -0
  2118. package/test/node_modules/uuid/dist/v4.js +43 -0
  2119. package/test/node_modules/uuid/dist/v5.js +16 -0
  2120. package/test/node_modules/uuid/dist/validate.js +17 -0
  2121. package/test/node_modules/uuid/dist/version.js +21 -0
  2122. package/test/node_modules/uuid/package.json +135 -0
  2123. package/test/node_modules/uuid/wrapper.mjs +10 -0
  2124. package/test/node_modules/web-streams-polyfill/LICENSE +22 -0
  2125. package/test/node_modules/web-streams-polyfill/README.md +110 -0
  2126. package/test/node_modules/web-streams-polyfill/dist/polyfill.es2018.js +4765 -0
  2127. package/test/node_modules/web-streams-polyfill/dist/polyfill.es2018.js.map +1 -0
  2128. package/test/node_modules/web-streams-polyfill/dist/polyfill.es2018.min.js +9 -0
  2129. package/test/node_modules/web-streams-polyfill/dist/polyfill.es2018.min.js.map +1 -0
  2130. package/test/node_modules/web-streams-polyfill/dist/polyfill.es2018.mjs +4745 -0
  2131. package/test/node_modules/web-streams-polyfill/dist/polyfill.es2018.mjs.map +1 -0
  2132. package/test/node_modules/web-streams-polyfill/dist/polyfill.es6.js +4838 -0
  2133. package/test/node_modules/web-streams-polyfill/dist/polyfill.es6.js.map +1 -0
  2134. package/test/node_modules/web-streams-polyfill/dist/polyfill.es6.min.js +9 -0
  2135. package/test/node_modules/web-streams-polyfill/dist/polyfill.es6.min.js.map +1 -0
  2136. package/test/node_modules/web-streams-polyfill/dist/polyfill.es6.mjs +4818 -0
  2137. package/test/node_modules/web-streams-polyfill/dist/polyfill.es6.mjs.map +1 -0
  2138. package/test/node_modules/web-streams-polyfill/dist/polyfill.js +5011 -0
  2139. package/test/node_modules/web-streams-polyfill/dist/polyfill.js.map +1 -0
  2140. package/test/node_modules/web-streams-polyfill/dist/polyfill.min.js +9 -0
  2141. package/test/node_modules/web-streams-polyfill/dist/polyfill.min.js.map +1 -0
  2142. package/test/node_modules/web-streams-polyfill/dist/polyfill.mjs +4991 -0
  2143. package/test/node_modules/web-streams-polyfill/dist/polyfill.mjs.map +1 -0
  2144. package/test/node_modules/web-streams-polyfill/dist/ponyfill.es2018.js +4737 -0
  2145. package/test/node_modules/web-streams-polyfill/dist/ponyfill.es2018.js.map +1 -0
  2146. package/test/node_modules/web-streams-polyfill/dist/ponyfill.es2018.mjs +4717 -0
  2147. package/test/node_modules/web-streams-polyfill/dist/ponyfill.es2018.mjs.map +1 -0
  2148. package/test/node_modules/web-streams-polyfill/dist/ponyfill.es6.js +4810 -0
  2149. package/test/node_modules/web-streams-polyfill/dist/ponyfill.es6.js.map +1 -0
  2150. package/test/node_modules/web-streams-polyfill/dist/ponyfill.es6.mjs +4790 -0
  2151. package/test/node_modules/web-streams-polyfill/dist/ponyfill.es6.mjs.map +1 -0
  2152. package/test/node_modules/web-streams-polyfill/dist/ponyfill.js +4983 -0
  2153. package/test/node_modules/web-streams-polyfill/dist/ponyfill.js.map +1 -0
  2154. package/test/node_modules/web-streams-polyfill/dist/ponyfill.mjs +4963 -0
  2155. package/test/node_modules/web-streams-polyfill/dist/ponyfill.mjs.map +1 -0
  2156. package/test/node_modules/web-streams-polyfill/dist/types/polyfill.d.ts +24 -0
  2157. package/test/node_modules/web-streams-polyfill/dist/types/ponyfill.d.ts +780 -0
  2158. package/test/node_modules/web-streams-polyfill/dist/types/ts3.6/polyfill.d.ts +28 -0
  2159. package/test/node_modules/web-streams-polyfill/dist/types/ts3.6/ponyfill.d.ts +821 -0
  2160. package/test/node_modules/web-streams-polyfill/dist/types/tsdoc-metadata.json +11 -0
  2161. package/test/node_modules/web-streams-polyfill/es2018/package.json +14 -0
  2162. package/test/node_modules/web-streams-polyfill/es6/package.json +14 -0
  2163. package/test/node_modules/web-streams-polyfill/package.json +83 -0
  2164. package/test/node_modules/web-streams-polyfill/ponyfill/es2018/package.json +13 -0
  2165. package/test/node_modules/web-streams-polyfill/ponyfill/es6/package.json +13 -0
  2166. package/test/node_modules/web-streams-polyfill/ponyfill/package.json +13 -0
  2167. package/test/node_modules/which/CHANGELOG.md +166 -0
  2168. package/test/node_modules/which/LICENSE +15 -0
  2169. package/test/node_modules/which/README.md +54 -0
  2170. package/test/node_modules/which/bin/node-which +52 -0
  2171. package/test/node_modules/which/package.json +43 -0
  2172. package/test/node_modules/which/which.js +125 -0
  2173. package/test/node_modules/workerpool/HISTORY.md +330 -0
  2174. package/test/node_modules/workerpool/LICENSE +201 -0
  2175. package/test/node_modules/workerpool/README.md +529 -0
  2176. package/test/node_modules/workerpool/dist/worker.js +318 -0
  2177. package/test/node_modules/workerpool/dist/worker.js.map +1 -0
  2178. package/test/node_modules/workerpool/dist/workerpool.js +1645 -0
  2179. package/test/node_modules/workerpool/dist/workerpool.js.map +1 -0
  2180. package/test/node_modules/workerpool/dist/workerpool.min.js +3 -0
  2181. package/test/node_modules/workerpool/dist/workerpool.min.js.LICENSE.txt +24 -0
  2182. package/test/node_modules/workerpool/dist/workerpool.min.js.map +1 -0
  2183. package/test/node_modules/workerpool/package.json +51 -0
  2184. package/test/node_modules/workerpool/src/Pool.js +452 -0
  2185. package/test/node_modules/workerpool/src/Promise.js +279 -0
  2186. package/test/node_modules/workerpool/src/WorkerHandler.js +508 -0
  2187. package/test/node_modules/workerpool/src/debug-port-allocator.js +28 -0
  2188. package/test/node_modules/workerpool/src/environment.js +36 -0
  2189. package/test/node_modules/workerpool/src/generated/embeddedWorker.js +6 -0
  2190. package/test/node_modules/workerpool/src/header.js +24 -0
  2191. package/test/node_modules/workerpool/src/index.js +48 -0
  2192. package/test/node_modules/workerpool/src/requireFoolWebpack.js +8 -0
  2193. package/test/node_modules/workerpool/src/transfer.js +12 -0
  2194. package/test/node_modules/workerpool/src/types.js +31 -0
  2195. package/test/node_modules/workerpool/src/worker.js +263 -0
  2196. package/test/node_modules/wrap-ansi/index.d.ts +41 -0
  2197. package/test/node_modules/wrap-ansi/index.js +214 -0
  2198. package/test/node_modules/wrap-ansi/license +9 -0
  2199. package/test/node_modules/wrap-ansi/node_modules/ansi-styles/index.d.ts +236 -0
  2200. package/test/node_modules/wrap-ansi/node_modules/ansi-styles/index.js +223 -0
  2201. package/test/node_modules/wrap-ansi/node_modules/ansi-styles/license +9 -0
  2202. package/test/node_modules/wrap-ansi/node_modules/ansi-styles/package.json +54 -0
  2203. package/test/node_modules/wrap-ansi/node_modules/ansi-styles/readme.md +173 -0
  2204. package/test/node_modules/wrap-ansi/package.json +69 -0
  2205. package/test/node_modules/wrap-ansi/readme.md +91 -0
  2206. package/test/node_modules/wrap-ansi-cjs/index.js +216 -0
  2207. package/test/node_modules/wrap-ansi-cjs/license +9 -0
  2208. package/test/node_modules/wrap-ansi-cjs/node_modules/ansi-regex/index.d.ts +37 -0
  2209. package/test/node_modules/wrap-ansi-cjs/node_modules/ansi-regex/index.js +10 -0
  2210. package/test/node_modules/wrap-ansi-cjs/node_modules/ansi-regex/license +9 -0
  2211. package/test/node_modules/wrap-ansi-cjs/node_modules/ansi-regex/package.json +55 -0
  2212. package/test/node_modules/wrap-ansi-cjs/node_modules/ansi-regex/readme.md +78 -0
  2213. package/test/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/LICENSE-MIT.txt +20 -0
  2214. package/test/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/README.md +73 -0
  2215. package/test/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/es2015/index.js +6 -0
  2216. package/test/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/es2015/text.js +6 -0
  2217. package/test/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/index.d.ts +23 -0
  2218. package/test/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/index.js +6 -0
  2219. package/test/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/package.json +50 -0
  2220. package/test/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/text.js +6 -0
  2221. package/test/node_modules/wrap-ansi-cjs/node_modules/string-width/index.d.ts +29 -0
  2222. package/test/node_modules/wrap-ansi-cjs/node_modules/string-width/index.js +47 -0
  2223. package/test/node_modules/wrap-ansi-cjs/node_modules/string-width/license +9 -0
  2224. package/test/node_modules/wrap-ansi-cjs/node_modules/string-width/package.json +56 -0
  2225. package/test/node_modules/wrap-ansi-cjs/node_modules/string-width/readme.md +50 -0
  2226. package/test/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/index.d.ts +17 -0
  2227. package/test/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/index.js +4 -0
  2228. package/test/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/license +9 -0
  2229. package/test/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/package.json +54 -0
  2230. package/test/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/readme.md +46 -0
  2231. package/test/node_modules/wrap-ansi-cjs/package.json +62 -0
  2232. package/test/node_modules/wrap-ansi-cjs/readme.md +91 -0
  2233. package/test/node_modules/wrappy/LICENSE +15 -0
  2234. package/test/node_modules/wrappy/README.md +36 -0
  2235. package/test/node_modules/wrappy/package.json +29 -0
  2236. package/test/node_modules/wrappy/wrappy.js +33 -0
  2237. package/test/node_modules/y18n/CHANGELOG.md +100 -0
  2238. package/test/node_modules/y18n/LICENSE +13 -0
  2239. package/test/node_modules/y18n/README.md +127 -0
  2240. package/test/node_modules/y18n/build/index.cjs +203 -0
  2241. package/test/node_modules/y18n/build/lib/cjs.js +6 -0
  2242. package/test/node_modules/y18n/build/lib/index.js +174 -0
  2243. package/test/node_modules/y18n/build/lib/platform-shims/node.js +19 -0
  2244. package/test/node_modules/y18n/index.mjs +8 -0
  2245. package/test/node_modules/y18n/package.json +70 -0
  2246. package/test/node_modules/yargs/LICENSE +21 -0
  2247. package/test/node_modules/yargs/README.md +204 -0
  2248. package/test/node_modules/yargs/browser.d.ts +5 -0
  2249. package/test/node_modules/yargs/browser.mjs +7 -0
  2250. package/test/node_modules/yargs/build/index.cjs +1 -0
  2251. package/test/node_modules/yargs/build/lib/argsert.js +62 -0
  2252. package/test/node_modules/yargs/build/lib/command.js +449 -0
  2253. package/test/node_modules/yargs/build/lib/completion-templates.js +48 -0
  2254. package/test/node_modules/yargs/build/lib/completion.js +243 -0
  2255. package/test/node_modules/yargs/build/lib/middleware.js +88 -0
  2256. package/test/node_modules/yargs/build/lib/parse-command.js +32 -0
  2257. package/test/node_modules/yargs/build/lib/typings/common-types.js +9 -0
  2258. package/test/node_modules/yargs/build/lib/typings/yargs-parser-types.js +1 -0
  2259. package/test/node_modules/yargs/build/lib/usage.js +584 -0
  2260. package/test/node_modules/yargs/build/lib/utils/apply-extends.js +59 -0
  2261. package/test/node_modules/yargs/build/lib/utils/is-promise.js +5 -0
  2262. package/test/node_modules/yargs/build/lib/utils/levenshtein.js +34 -0
  2263. package/test/node_modules/yargs/build/lib/utils/maybe-async-result.js +17 -0
  2264. package/test/node_modules/yargs/build/lib/utils/obj-filter.js +10 -0
  2265. package/test/node_modules/yargs/build/lib/utils/process-argv.js +17 -0
  2266. package/test/node_modules/yargs/build/lib/utils/set-blocking.js +12 -0
  2267. package/test/node_modules/yargs/build/lib/utils/which-module.js +10 -0
  2268. package/test/node_modules/yargs/build/lib/validation.js +305 -0
  2269. package/test/node_modules/yargs/build/lib/yargs-factory.js +1512 -0
  2270. package/test/node_modules/yargs/build/lib/yerror.js +9 -0
  2271. package/test/node_modules/yargs/helpers/helpers.mjs +10 -0
  2272. package/test/node_modules/yargs/helpers/index.js +14 -0
  2273. package/test/node_modules/yargs/helpers/package.json +3 -0
  2274. package/test/node_modules/yargs/index.cjs +53 -0
  2275. package/test/node_modules/yargs/index.mjs +8 -0
  2276. package/test/node_modules/yargs/lib/platform-shims/browser.mjs +95 -0
  2277. package/test/node_modules/yargs/lib/platform-shims/esm.mjs +73 -0
  2278. package/test/node_modules/yargs/locales/be.json +46 -0
  2279. package/test/node_modules/yargs/locales/cs.json +51 -0
  2280. package/test/node_modules/yargs/locales/de.json +46 -0
  2281. package/test/node_modules/yargs/locales/en.json +55 -0
  2282. package/test/node_modules/yargs/locales/es.json +46 -0
  2283. package/test/node_modules/yargs/locales/fi.json +49 -0
  2284. package/test/node_modules/yargs/locales/fr.json +53 -0
  2285. package/test/node_modules/yargs/locales/hi.json +49 -0
  2286. package/test/node_modules/yargs/locales/hu.json +46 -0
  2287. package/test/node_modules/yargs/locales/id.json +50 -0
  2288. package/test/node_modules/yargs/locales/it.json +46 -0
  2289. package/test/node_modules/yargs/locales/ja.json +51 -0
  2290. package/test/node_modules/yargs/locales/ko.json +49 -0
  2291. package/test/node_modules/yargs/locales/nb.json +44 -0
  2292. package/test/node_modules/yargs/locales/nl.json +49 -0
  2293. package/test/node_modules/yargs/locales/nn.json +44 -0
  2294. package/test/node_modules/yargs/locales/pirate.json +13 -0
  2295. package/test/node_modules/yargs/locales/pl.json +49 -0
  2296. package/test/node_modules/yargs/locales/pt.json +45 -0
  2297. package/test/node_modules/yargs/locales/pt_BR.json +48 -0
  2298. package/test/node_modules/yargs/locales/ru.json +51 -0
  2299. package/test/node_modules/yargs/locales/th.json +46 -0
  2300. package/test/node_modules/yargs/locales/tr.json +48 -0
  2301. package/test/node_modules/yargs/locales/uk_UA.json +51 -0
  2302. package/test/node_modules/yargs/locales/uz.json +52 -0
  2303. package/test/node_modules/yargs/locales/zh_CN.json +48 -0
  2304. package/test/node_modules/yargs/locales/zh_TW.json +51 -0
  2305. package/test/node_modules/yargs/node_modules/ansi-regex/index.d.ts +37 -0
  2306. package/test/node_modules/yargs/node_modules/ansi-regex/index.js +10 -0
  2307. package/test/node_modules/yargs/node_modules/ansi-regex/license +9 -0
  2308. package/test/node_modules/yargs/node_modules/ansi-regex/package.json +55 -0
  2309. package/test/node_modules/yargs/node_modules/ansi-regex/readme.md +78 -0
  2310. package/test/node_modules/yargs/node_modules/emoji-regex/LICENSE-MIT.txt +20 -0
  2311. package/test/node_modules/yargs/node_modules/emoji-regex/README.md +73 -0
  2312. package/test/node_modules/yargs/node_modules/emoji-regex/es2015/index.js +6 -0
  2313. package/test/node_modules/yargs/node_modules/emoji-regex/es2015/text.js +6 -0
  2314. package/test/node_modules/yargs/node_modules/emoji-regex/index.d.ts +23 -0
  2315. package/test/node_modules/yargs/node_modules/emoji-regex/index.js +6 -0
  2316. package/test/node_modules/yargs/node_modules/emoji-regex/package.json +50 -0
  2317. package/test/node_modules/yargs/node_modules/emoji-regex/text.js +6 -0
  2318. package/test/node_modules/yargs/node_modules/string-width/index.d.ts +29 -0
  2319. package/test/node_modules/yargs/node_modules/string-width/index.js +47 -0
  2320. package/test/node_modules/yargs/node_modules/string-width/license +9 -0
  2321. package/test/node_modules/yargs/node_modules/string-width/package.json +56 -0
  2322. package/test/node_modules/yargs/node_modules/string-width/readme.md +50 -0
  2323. package/test/node_modules/yargs/node_modules/strip-ansi/index.d.ts +17 -0
  2324. package/test/node_modules/yargs/node_modules/strip-ansi/index.js +4 -0
  2325. package/test/node_modules/yargs/node_modules/strip-ansi/license +9 -0
  2326. package/test/node_modules/yargs/node_modules/strip-ansi/package.json +54 -0
  2327. package/test/node_modules/yargs/node_modules/strip-ansi/readme.md +46 -0
  2328. package/test/node_modules/yargs/package.json +123 -0
  2329. package/test/node_modules/yargs/yargs +9 -0
  2330. package/test/node_modules/yargs/yargs.mjs +10 -0
  2331. package/test/node_modules/yargs-parser/CHANGELOG.md +308 -0
  2332. package/test/node_modules/yargs-parser/LICENSE.txt +14 -0
  2333. package/test/node_modules/yargs-parser/README.md +518 -0
  2334. package/test/node_modules/yargs-parser/browser.js +29 -0
  2335. package/test/node_modules/yargs-parser/build/index.cjs +1050 -0
  2336. package/test/node_modules/yargs-parser/build/lib/index.js +62 -0
  2337. package/test/node_modules/yargs-parser/build/lib/string-utils.js +65 -0
  2338. package/test/node_modules/yargs-parser/build/lib/tokenize-arg-string.js +40 -0
  2339. package/test/node_modules/yargs-parser/build/lib/yargs-parser-types.js +12 -0
  2340. package/test/node_modules/yargs-parser/build/lib/yargs-parser.js +1045 -0
  2341. package/test/node_modules/yargs-parser/package.json +92 -0
  2342. package/test/node_modules/yargs-unparser/CHANGELOG.md +82 -0
  2343. package/test/node_modules/yargs-unparser/LICENSE +21 -0
  2344. package/test/node_modules/yargs-unparser/README.md +86 -0
  2345. package/test/node_modules/yargs-unparser/index.js +166 -0
  2346. package/test/node_modules/yargs-unparser/package.json +49 -0
  2347. package/test/node_modules/yocto-queue/index.d.ts +56 -0
  2348. package/test/node_modules/yocto-queue/index.js +68 -0
  2349. package/test/node_modules/yocto-queue/license +9 -0
  2350. package/test/node_modules/yocto-queue/package.json +43 -0
  2351. package/test/node_modules/yocto-queue/readme.md +64 -0
  2352. package/test/package-lock.json +1997 -0
  2353. package/test/package.json +20 -0
  2354. package/test/test.js +87 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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","sourcesContent":["import expand from 'brace-expansion'\nimport { assertValidPattern } from './assert-valid-pattern.js'\nimport { AST, ExtglobType } from './ast.js'\nimport { escape } from './escape.js'\nimport { unescape } from './unescape.js'\n\ntype Platform =\n | 'aix'\n | 'android'\n | 'darwin'\n | 'freebsd'\n | 'haiku'\n | 'linux'\n | 'openbsd'\n | 'sunos'\n | 'win32'\n | 'cygwin'\n | 'netbsd'\n\nexport interface MinimatchOptions {\n nobrace?: boolean\n nocomment?: boolean\n nonegate?: boolean\n debug?: boolean\n noglobstar?: boolean\n noext?: boolean\n nonull?: boolean\n windowsPathsNoEscape?: boolean\n allowWindowsEscape?: boolean\n partial?: boolean\n dot?: boolean\n nocase?: boolean\n nocaseMagicOnly?: boolean\n magicalBraces?: boolean\n matchBase?: boolean\n flipNegate?: boolean\n preserveMultipleSlashes?: boolean\n optimizationLevel?: number\n platform?: Platform\n windowsNoMagicRoot?: boolean\n}\n\nexport const minimatch = (\n p: string,\n pattern: string,\n options: MinimatchOptions = {}\n) => {\n assertValidPattern(pattern)\n\n // shortcut: comments match nothing.\n if (!options.nocomment && pattern.charAt(0) === '#') {\n return false\n }\n\n return new Minimatch(pattern, options).match(p)\n}\n\n// Optimized checking for the most common glob patterns.\nconst starDotExtRE = /^\\*+([^+@!?\\*\\[\\(]*)$/\nconst starDotExtTest = (ext: string) => (f: string) =>\n !f.startsWith('.') && f.endsWith(ext)\nconst starDotExtTestDot = (ext: string) => (f: string) => f.endsWith(ext)\nconst starDotExtTestNocase = (ext: string) => {\n ext = ext.toLowerCase()\n return (f: string) => !f.startsWith('.') && f.toLowerCase().endsWith(ext)\n}\nconst starDotExtTestNocaseDot = (ext: string) => {\n ext = ext.toLowerCase()\n return (f: string) => f.toLowerCase().endsWith(ext)\n}\nconst starDotStarRE = /^\\*+\\.\\*+$/\nconst starDotStarTest = (f: string) => !f.startsWith('.') && f.includes('.')\nconst starDotStarTestDot = (f: string) =>\n f !== '.' && f !== '..' && f.includes('.')\nconst dotStarRE = /^\\.\\*+$/\nconst dotStarTest = (f: string) => f !== '.' && f !== '..' && f.startsWith('.')\nconst starRE = /^\\*+$/\nconst starTest = (f: string) => f.length !== 0 && !f.startsWith('.')\nconst starTestDot = (f: string) => f.length !== 0 && f !== '.' && f !== '..'\nconst qmarksRE = /^\\?+([^+@!?\\*\\[\\(]*)?$/\nconst qmarksTestNocase = ([$0, ext = '']: RegExpMatchArray) => {\n const noext = qmarksTestNoExt([$0])\n if (!ext) return noext\n ext = ext.toLowerCase()\n return (f: string) => noext(f) && f.toLowerCase().endsWith(ext)\n}\nconst qmarksTestNocaseDot = ([$0, ext = '']: RegExpMatchArray) => {\n const noext = qmarksTestNoExtDot([$0])\n if (!ext) return noext\n ext = ext.toLowerCase()\n return (f: string) => noext(f) && f.toLowerCase().endsWith(ext)\n}\nconst qmarksTestDot = ([$0, ext = '']: RegExpMatchArray) => {\n const noext = qmarksTestNoExtDot([$0])\n return !ext ? noext : (f: string) => noext(f) && f.endsWith(ext)\n}\nconst qmarksTest = ([$0, ext = '']: RegExpMatchArray) => {\n const noext = qmarksTestNoExt([$0])\n return !ext ? noext : (f: string) => noext(f) && f.endsWith(ext)\n}\nconst qmarksTestNoExt = ([$0]: RegExpMatchArray) => {\n const len = $0.length\n return (f: string) => f.length === len && !f.startsWith('.')\n}\nconst qmarksTestNoExtDot = ([$0]: RegExpMatchArray) => {\n const len = $0.length\n return (f: string) => f.length === len && f !== '.' && f !== '..'\n}\n\n/* c8 ignore start */\nconst defaultPlatform: Platform = (\n typeof process === 'object' && process\n ? (typeof process.env === 'object' &&\n process.env &&\n process.env.__MINIMATCH_TESTING_PLATFORM__) ||\n process.platform\n : 'posix'\n) as Platform\ntype Sep = '\\\\' | '/'\nconst path: { [k: string]: { sep: Sep } } = {\n win32: { sep: '\\\\' },\n posix: { sep: '/' },\n}\n/* c8 ignore stop */\n\nexport const sep = defaultPlatform === 'win32' ? path.win32.sep : path.posix.sep\nminimatch.sep = sep\n\nexport const GLOBSTAR = Symbol('globstar **')\nminimatch.GLOBSTAR = GLOBSTAR\n\n// any single thing other than /\n// don't need to escape / when using new RegExp()\nconst qmark = '[^/]'\n\n// * => any number of characters\nconst star = qmark + '*?'\n\n// ** when dots are allowed. Anything goes, except .. and .\n// not (^ or / followed by one or two dots followed by $ or /),\n// followed by anything, any number of times.\nconst twoStarDot = '(?:(?!(?:\\\\/|^)(?:\\\\.{1,2})($|\\\\/)).)*?'\n\n// not a ^ or / followed by a dot,\n// followed by anything, any number of times.\nconst twoStarNoDot = '(?:(?!(?:\\\\/|^)\\\\.).)*?'\n\nexport const filter =\n (pattern: string, options: MinimatchOptions = {}) =>\n (p: string) =>\n minimatch(p, pattern, options)\nminimatch.filter = filter\n\nconst ext = (a: MinimatchOptions, b: MinimatchOptions = {}) =>\n Object.assign({}, a, b)\n\nexport const defaults = (def: MinimatchOptions): typeof minimatch => {\n if (!def || typeof def !== 'object' || !Object.keys(def).length) {\n return minimatch\n }\n\n const orig = minimatch\n\n const m = (p: string, pattern: string, options: MinimatchOptions = {}) =>\n orig(p, pattern, ext(def, options))\n\n return Object.assign(m, {\n Minimatch: class Minimatch extends orig.Minimatch {\n constructor(pattern: string, options: MinimatchOptions = {}) {\n super(pattern, ext(def, options))\n }\n static defaults(options: MinimatchOptions) {\n return orig.defaults(ext(def, options)).Minimatch\n }\n },\n\n AST: class AST extends orig.AST {\n /* c8 ignore start */\n constructor(\n type: ExtglobType | null,\n parent?: AST,\n options: MinimatchOptions = {}\n ) {\n super(type, parent, ext(def, options))\n }\n /* c8 ignore stop */\n\n static fromGlob(pattern: string, options: MinimatchOptions = {}) {\n return orig.AST.fromGlob(pattern, ext(def, options))\n }\n },\n\n unescape: (\n s: string,\n options: Pick<MinimatchOptions, 'windowsPathsNoEscape'> = {}\n ) => orig.unescape(s, ext(def, options)),\n\n escape: (\n s: string,\n options: Pick<MinimatchOptions, 'windowsPathsNoEscape'> = {}\n ) => orig.escape(s, ext(def, options)),\n\n filter: (pattern: string, options: MinimatchOptions = {}) =>\n orig.filter(pattern, ext(def, options)),\n\n defaults: (options: MinimatchOptions) => orig.defaults(ext(def, options)),\n\n makeRe: (pattern: string, options: MinimatchOptions = {}) =>\n orig.makeRe(pattern, ext(def, options)),\n\n braceExpand: (pattern: string, options: MinimatchOptions = {}) =>\n orig.braceExpand(pattern, ext(def, options)),\n\n match: (list: string[], pattern: string, options: MinimatchOptions = {}) =>\n orig.match(list, pattern, ext(def, options)),\n\n sep: orig.sep,\n GLOBSTAR: GLOBSTAR as typeof GLOBSTAR,\n })\n}\nminimatch.defaults = defaults\n\n// Brace expansion:\n// a{b,c}d -> abd acd\n// a{b,}c -> abc ac\n// a{0..3}d -> a0d a1d a2d a3d\n// a{b,c{d,e}f}g -> abg acdfg acefg\n// a{b,c}d{e,f}g -> abdeg acdeg abdeg abdfg\n//\n// Invalid sets are not expanded.\n// a{2..}b -> a{2..}b\n// a{b}c -> a{b}c\nexport const braceExpand = (\n pattern: string,\n options: MinimatchOptions = {}\n) => {\n assertValidPattern(pattern)\n\n // Thanks to Yeting Li <https://github.com/yetingli> for\n // improving this regexp to avoid a ReDOS vulnerability.\n if (options.nobrace || !/\\{(?:(?!\\{).)*\\}/.test(pattern)) {\n // shortcut. no need to expand.\n return [pattern]\n }\n\n return expand(pattern)\n}\nminimatch.braceExpand = braceExpand\n\n// parse a component of the expanded set.\n// At this point, no pattern may contain \"/\" in it\n// so we're going to return a 2d array, where each entry is the full\n// pattern, split on '/', and then turned into a regular expression.\n// A regexp is made at the end which joins each array with an\n// escaped /, and another full one which joins each regexp with |.\n//\n// Following the lead of Bash 4.1, note that \"**\" only has special meaning\n// when it is the *only* thing in a path portion. Otherwise, any series\n// of * is equivalent to a single *. Globstar behavior is enabled by\n// default, and can be disabled by setting options.noglobstar.\n\nexport const makeRe = (pattern: string, options: MinimatchOptions = {}) =>\n new Minimatch(pattern, options).makeRe()\nminimatch.makeRe = makeRe\n\nexport const match = (\n list: string[],\n pattern: string,\n options: MinimatchOptions = {}\n) => {\n const mm = new Minimatch(pattern, options)\n list = list.filter(f => mm.match(f))\n if (mm.options.nonull && !list.length) {\n list.push(pattern)\n }\n return list\n}\nminimatch.match = match\n\n// replace stuff like \\* with *\nconst globMagic = /[?*]|[+@!]\\(.*?\\)|\\[|\\]/\nconst regExpEscape = (s: string) =>\n s.replace(/[-[\\]{}()*+?.,\\\\^$|#\\s]/g, '\\\\$&')\n\nexport type MMRegExp = RegExp & {\n _src?: string\n _glob?: string\n}\n\nexport type ParseReturnFiltered = string | MMRegExp | typeof GLOBSTAR\nexport type ParseReturn = ParseReturnFiltered | false\n\nexport class Minimatch {\n options: MinimatchOptions\n set: ParseReturnFiltered[][]\n pattern: string\n\n windowsPathsNoEscape: boolean\n nonegate: boolean\n negate: boolean\n comment: boolean\n empty: boolean\n preserveMultipleSlashes: boolean\n partial: boolean\n globSet: string[]\n globParts: string[][]\n nocase: boolean\n\n isWindows: boolean\n platform: Platform\n windowsNoMagicRoot: boolean\n\n regexp: false | null | MMRegExp\n constructor(pattern: string, options: MinimatchOptions = {}) {\n assertValidPattern(pattern)\n\n options = options || {}\n this.options = options\n this.pattern = pattern\n this.platform = options.platform || defaultPlatform\n this.isWindows = this.platform === 'win32'\n this.windowsPathsNoEscape =\n !!options.windowsPathsNoEscape || options.allowWindowsEscape === false\n if (this.windowsPathsNoEscape) {\n this.pattern = this.pattern.replace(/\\\\/g, '/')\n }\n this.preserveMultipleSlashes = !!options.preserveMultipleSlashes\n this.regexp = null\n this.negate = false\n this.nonegate = !!options.nonegate\n this.comment = false\n this.empty = false\n this.partial = !!options.partial\n this.nocase = !!this.options.nocase\n this.windowsNoMagicRoot =\n options.windowsNoMagicRoot !== undefined\n ? options.windowsNoMagicRoot\n : !!(this.isWindows && this.nocase)\n\n this.globSet = []\n this.globParts = []\n this.set = []\n\n // make the set of regexps etc.\n this.make()\n }\n\n hasMagic(): boolean {\n if (this.options.magicalBraces && this.set.length > 1) {\n return true\n }\n for (const pattern of this.set) {\n for (const part of pattern) {\n if (typeof part !== 'string') return true\n }\n }\n return false\n }\n\n debug(..._: any[]) {}\n\n make() {\n const pattern = this.pattern\n const options = this.options\n\n // empty patterns and comments match nothing.\n if (!options.nocomment && pattern.charAt(0) === '#') {\n this.comment = true\n return\n }\n\n if (!pattern) {\n this.empty = true\n return\n }\n\n // step 1: figure out negation, etc.\n this.parseNegate()\n\n // step 2: expand braces\n this.globSet = [...new Set(this.braceExpand())]\n\n if (options.debug) {\n this.debug = (...args: any[]) => console.error(...args)\n }\n\n this.debug(this.pattern, this.globSet)\n\n // step 3: now we have a set, so turn each one into a series of\n // path-portion matching patterns.\n // These will be regexps, except in the case of \"**\", which is\n // set to the GLOBSTAR object for globstar behavior,\n // and will not contain any / characters\n //\n // First, we preprocess to make the glob pattern sets a bit simpler\n // and deduped. There are some perf-killing patterns that can cause\n // problems with a glob walk, but we can simplify them down a bit.\n const rawGlobParts = this.globSet.map(s => this.slashSplit(s))\n this.globParts = this.preprocess(rawGlobParts)\n this.debug(this.pattern, this.globParts)\n\n // glob --> regexps\n let set = this.globParts.map((s, _, __) => {\n if (this.isWindows && this.windowsNoMagicRoot) {\n // check if it's a drive or unc path.\n const isUNC =\n s[0] === '' &&\n s[1] === '' &&\n (s[2] === '?' || !globMagic.test(s[2])) &&\n !globMagic.test(s[3])\n const isDrive = /^[a-z]:/i.test(s[0])\n if (isUNC) {\n return [...s.slice(0, 4), ...s.slice(4).map(ss => this.parse(ss))]\n } else if (isDrive) {\n return [s[0], ...s.slice(1).map(ss => this.parse(ss))]\n }\n }\n return s.map(ss => this.parse(ss))\n })\n\n this.debug(this.pattern, set)\n\n // filter out everything that didn't compile properly.\n this.set = set.filter(\n s => s.indexOf(false) === -1\n ) as ParseReturnFiltered[][]\n\n // do not treat the ? in UNC paths as magic\n if (this.isWindows) {\n for (let i = 0; i < this.set.length; i++) {\n const p = this.set[i]\n if (\n p[0] === '' &&\n p[1] === '' &&\n this.globParts[i][2] === '?' &&\n typeof p[3] === 'string' &&\n /^[a-z]:$/i.test(p[3])\n ) {\n p[2] = '?'\n }\n }\n }\n\n this.debug(this.pattern, this.set)\n }\n\n // various transforms to equivalent pattern sets that are\n // faster to process in a filesystem walk. The goal is to\n // eliminate what we can, and push all ** patterns as far\n // to the right as possible, even if it increases the number\n // of patterns that we have to process.\n preprocess(globParts: string[][]) {\n // if we're not in globstar mode, then turn all ** into *\n if (this.options.noglobstar) {\n for (let i = 0; i < globParts.length; i++) {\n for (let j = 0; j < globParts[i].length; j++) {\n if (globParts[i][j] === '**') {\n globParts[i][j] = '*'\n }\n }\n }\n }\n\n const { optimizationLevel = 1 } = this.options\n\n if (optimizationLevel >= 2) {\n // aggressive optimization for the purpose of fs walking\n globParts = this.firstPhasePreProcess(globParts)\n globParts = this.secondPhasePreProcess(globParts)\n } else if (optimizationLevel >= 1) {\n // just basic optimizations to remove some .. parts\n globParts = this.levelOneOptimize(globParts)\n } else {\n // just collapse multiple ** portions into one\n globParts = this.adjascentGlobstarOptimize(globParts)\n }\n\n return globParts\n }\n\n // just get rid of adjascent ** portions\n adjascentGlobstarOptimize(globParts: string[][]) {\n return globParts.map(parts => {\n let gs: number = -1\n while (-1 !== (gs = parts.indexOf('**', gs + 1))) {\n let i = gs\n while (parts[i + 1] === '**') {\n i++\n }\n if (i !== gs) {\n parts.splice(gs, i - gs)\n }\n }\n return parts\n })\n }\n\n // get rid of adjascent ** and resolve .. portions\n levelOneOptimize(globParts: string[][]) {\n return globParts.map(parts => {\n parts = parts.reduce((set: string[], part) => {\n const prev = set[set.length - 1]\n if (part === '**' && prev === '**') {\n return set\n }\n if (part === '..') {\n if (prev && prev !== '..' && prev !== '.' && prev !== '**') {\n set.pop()\n return set\n }\n }\n set.push(part)\n return set\n }, [])\n return parts.length === 0 ? [''] : parts\n })\n }\n\n levelTwoFileOptimize(parts: string | string[]) {\n if (!Array.isArray(parts)) {\n parts = this.slashSplit(parts)\n }\n let didSomething: boolean = false\n do {\n didSomething = false\n // <pre>/<e>/<rest> -> <pre>/<rest>\n if (!this.preserveMultipleSlashes) {\n for (let i = 1; i < parts.length - 1; i++) {\n const p = parts[i]\n // don't squeeze out UNC patterns\n if (i === 1 && p === '' && parts[0] === '') continue\n if (p === '.' || p === '') {\n didSomething = true\n parts.splice(i, 1)\n i--\n }\n }\n if (\n parts[0] === '.' &&\n parts.length === 2 &&\n (parts[1] === '.' || parts[1] === '')\n ) {\n didSomething = true\n parts.pop()\n }\n }\n\n // <pre>/<p>/../<rest> -> <pre>/<rest>\n let dd: number = 0\n while (-1 !== (dd = parts.indexOf('..', dd + 1))) {\n const p = parts[dd - 1]\n if (p && p !== '.' && p !== '..' && p !== '**') {\n didSomething = true\n parts.splice(dd - 1, 2)\n dd -= 2\n }\n }\n } while (didSomething)\n return parts.length === 0 ? [''] : parts\n }\n\n // First phase: single-pattern processing\n // <pre> is 1 or more portions\n // <rest> is 1 or more portions\n // <p> is any portion other than ., .., '', or **\n // <e> is . or ''\n //\n // **/.. is *brutal* for filesystem walking performance, because\n // it effectively resets the recursive walk each time it occurs,\n // and ** cannot be reduced out by a .. pattern part like a regexp\n // or most strings (other than .., ., and '') can be.\n //\n // <pre>/**/../<p>/<p>/<rest> -> {<pre>/../<p>/<p>/<rest>,<pre>/**/<p>/<p>/<rest>}\n // <pre>/<e>/<rest> -> <pre>/<rest>\n // <pre>/<p>/../<rest> -> <pre>/<rest>\n // **/**/<rest> -> **/<rest>\n //\n // **/*/<rest> -> */**/<rest> <== not valid because ** doesn't follow\n // this WOULD be allowed if ** did follow symlinks, or * didn't\n firstPhasePreProcess(globParts: string[][]) {\n let didSomething = false\n do {\n didSomething = false\n // <pre>/**/../<p>/<p>/<rest> -> {<pre>/../<p>/<p>/<rest>,<pre>/**/<p>/<p>/<rest>}\n for (let parts of globParts) {\n let gs: number = -1\n while (-1 !== (gs = parts.indexOf('**', gs + 1))) {\n let gss: number = gs\n while (parts[gss + 1] === '**') {\n // <pre>/**/**/<rest> -> <pre>/**/<rest>\n gss++\n }\n // eg, if gs is 2 and gss is 4, that means we have 3 **\n // parts, and can remove 2 of them.\n if (gss > gs) {\n parts.splice(gs + 1, gss - gs)\n }\n\n let next = parts[gs + 1]\n const p = parts[gs + 2]\n const p2 = parts[gs + 3]\n if (next !== '..') continue\n if (\n !p ||\n p === '.' ||\n p === '..' ||\n !p2 ||\n p2 === '.' ||\n p2 === '..'\n ) {\n continue\n }\n didSomething = true\n // edit parts in place, and push the new one\n parts.splice(gs, 1)\n const other = parts.slice(0)\n other[gs] = '**'\n globParts.push(other)\n gs--\n }\n\n // <pre>/<e>/<rest> -> <pre>/<rest>\n if (!this.preserveMultipleSlashes) {\n for (let i = 1; i < parts.length - 1; i++) {\n const p = parts[i]\n // don't squeeze out UNC patterns\n if (i === 1 && p === '' && parts[0] === '') continue\n if (p === '.' || p === '') {\n didSomething = true\n parts.splice(i, 1)\n i--\n }\n }\n if (\n parts[0] === '.' &&\n parts.length === 2 &&\n (parts[1] === '.' || parts[1] === '')\n ) {\n didSomething = true\n parts.pop()\n }\n }\n\n // <pre>/<p>/../<rest> -> <pre>/<rest>\n let dd: number = 0\n while (-1 !== (dd = parts.indexOf('..', dd + 1))) {\n const p = parts[dd - 1]\n if (p && p !== '.' && p !== '..' && p !== '**') {\n didSomething = true\n const needDot = dd === 1 && parts[dd + 1] === '**'\n const splin = needDot ? ['.'] : []\n parts.splice(dd - 1, 2, ...splin)\n if (parts.length === 0) parts.push('')\n dd -= 2\n }\n }\n }\n } while (didSomething)\n\n return globParts\n }\n\n // second phase: multi-pattern dedupes\n // {<pre>/*/<rest>,<pre>/<p>/<rest>} -> <pre>/*/<rest>\n // {<pre>/<rest>,<pre>/<rest>} -> <pre>/<rest>\n // {<pre>/**/<rest>,<pre>/<rest>} -> <pre>/**/<rest>\n //\n // {<pre>/**/<rest>,<pre>/**/<p>/<rest>} -> <pre>/**/<rest>\n // ^-- not valid because ** doens't follow symlinks\n secondPhasePreProcess(globParts: string[][]): string[][] {\n for (let i = 0; i < globParts.length - 1; i++) {\n for (let j = i + 1; j < globParts.length; j++) {\n const matched = this.partsMatch(\n globParts[i],\n globParts[j],\n !this.preserveMultipleSlashes\n )\n if (matched) {\n globParts[i] = []\n globParts[j] = matched\n break\n }\n }\n }\n return globParts.filter(gs => gs.length)\n }\n\n partsMatch(\n a: string[],\n b: string[],\n emptyGSMatch: boolean = false\n ): false | string[] {\n let ai = 0\n let bi = 0\n let result: string[] = []\n let which: string = ''\n while (ai < a.length && bi < b.length) {\n if (a[ai] === b[bi]) {\n result.push(which === 'b' ? b[bi] : a[ai])\n ai++\n bi++\n } else if (emptyGSMatch && a[ai] === '**' && b[bi] === a[ai + 1]) {\n result.push(a[ai])\n ai++\n } else if (emptyGSMatch && b[bi] === '**' && a[ai] === b[bi + 1]) {\n result.push(b[bi])\n bi++\n } else if (\n a[ai] === '*' &&\n b[bi] &&\n (this.options.dot || !b[bi].startsWith('.')) &&\n b[bi] !== '**'\n ) {\n if (which === 'b') return false\n which = 'a'\n result.push(a[ai])\n ai++\n bi++\n } else if (\n b[bi] === '*' &&\n a[ai] &&\n (this.options.dot || !a[ai].startsWith('.')) &&\n a[ai] !== '**'\n ) {\n if (which === 'a') return false\n which = 'b'\n result.push(b[bi])\n ai++\n bi++\n } else {\n return false\n }\n }\n // if we fall out of the loop, it means they two are identical\n // as long as their lengths match\n return a.length === b.length && result\n }\n\n parseNegate() {\n if (this.nonegate) return\n\n const pattern = this.pattern\n let negate = false\n let negateOffset = 0\n\n for (let i = 0; i < pattern.length && pattern.charAt(i) === '!'; i++) {\n negate = !negate\n negateOffset++\n }\n\n if (negateOffset) this.pattern = pattern.slice(negateOffset)\n this.negate = negate\n }\n\n // set partial to true to test if, for example,\n // \"/a/b\" matches the start of \"/*/b/*/d\"\n // Partial means, if you run out of file before you run\n // out of pattern, then that's fine, as long as all\n // the parts match.\n matchOne(file: string[], pattern: ParseReturn[], partial: boolean = false) {\n const options = this.options\n\n // UNC paths like //?/X:/... can match X:/... and vice versa\n // Drive letters in absolute drive or unc paths are always compared\n // case-insensitively.\n if (this.isWindows) {\n const fileDrive = typeof file[0] === 'string' && /^[a-z]:$/i.test(file[0])\n const fileUNC =\n !fileDrive &&\n file[0] === '' &&\n file[1] === '' &&\n file[2] === '?' &&\n /^[a-z]:$/i.test(file[3])\n\n const patternDrive =\n typeof pattern[0] === 'string' && /^[a-z]:$/i.test(pattern[0])\n const patternUNC =\n !patternDrive &&\n pattern[0] === '' &&\n pattern[1] === '' &&\n pattern[2] === '?' &&\n typeof pattern[3] === 'string' &&\n /^[a-z]:$/i.test(pattern[3])\n\n const fdi = fileUNC ? 3 : fileDrive ? 0 : undefined\n const pdi = patternUNC ? 3 : patternDrive ? 0 : undefined\n if (typeof fdi === 'number' && typeof pdi === 'number') {\n const [fd, pd]: [string, string] = [file[fdi], pattern[pdi] as string]\n if (fd.toLowerCase() === pd.toLowerCase()) {\n pattern[pdi] = fd\n if (pdi > fdi) {\n pattern = pattern.slice(pdi)\n } else if (fdi > pdi) {\n file = file.slice(fdi)\n }\n }\n }\n }\n\n // resolve and reduce . and .. portions in the file as well.\n // dont' need to do the second phase, because it's only one string[]\n const { optimizationLevel = 1 } = this.options\n if (optimizationLevel >= 2) {\n file = this.levelTwoFileOptimize(file)\n }\n\n this.debug('matchOne', this, { file, pattern })\n this.debug('matchOne', file.length, pattern.length)\n\n for (\n var fi = 0, pi = 0, fl = file.length, pl = pattern.length;\n fi < fl && pi < pl;\n fi++, pi++\n ) {\n this.debug('matchOne loop')\n var p = pattern[pi]\n var f = file[fi]\n\n this.debug(pattern, p, f)\n\n // should be impossible.\n // some invalid regexp stuff in the set.\n /* c8 ignore start */\n if (p === false) {\n return false\n }\n /* c8 ignore stop */\n\n if (p === GLOBSTAR) {\n this.debug('GLOBSTAR', [pattern, p, f])\n\n // \"**\"\n // a/**/b/**/c would match the following:\n // a/b/x/y/z/c\n // a/x/y/z/b/c\n // a/b/x/b/x/c\n // a/b/c\n // To do this, take the rest of the pattern after\n // the **, and see if it would match the file remainder.\n // If so, return success.\n // If not, the ** \"swallows\" a segment, and try again.\n // This is recursively awful.\n //\n // a/**/b/**/c matching a/b/x/y/z/c\n // - a matches a\n // - doublestar\n // - matchOne(b/x/y/z/c, b/**/c)\n // - b matches b\n // - doublestar\n // - matchOne(x/y/z/c, c) -> no\n // - matchOne(y/z/c, c) -> no\n // - matchOne(z/c, c) -> no\n // - matchOne(c, c) yes, hit\n var fr = fi\n var pr = pi + 1\n if (pr === pl) {\n this.debug('** at the end')\n // a ** at the end will just swallow the rest.\n // We have found a match.\n // however, it will not swallow /.x, unless\n // options.dot is set.\n // . and .. are *never* matched by **, for explosively\n // exponential reasons.\n for (; fi < fl; fi++) {\n if (\n file[fi] === '.' ||\n file[fi] === '..' ||\n (!options.dot && file[fi].charAt(0) === '.')\n )\n return false\n }\n return true\n }\n\n // ok, let's see if we can swallow whatever we can.\n while (fr < fl) {\n var swallowee = file[fr]\n\n this.debug('\\nglobstar while', file, fr, pattern, pr, swallowee)\n\n // XXX remove this slice. Just pass the start index.\n if (this.matchOne(file.slice(fr), pattern.slice(pr), partial)) {\n this.debug('globstar found match!', fr, fl, swallowee)\n // found a match.\n return true\n } else {\n // can't swallow \".\" or \"..\" ever.\n // can only swallow \".foo\" when explicitly asked.\n if (\n swallowee === '.' ||\n swallowee === '..' ||\n (!options.dot && swallowee.charAt(0) === '.')\n ) {\n this.debug('dot detected!', file, fr, pattern, pr)\n break\n }\n\n // ** swallows a segment, and continue.\n this.debug('globstar swallow a segment, and continue')\n fr++\n }\n }\n\n // no match was found.\n // However, in partial mode, we can't say this is necessarily over.\n /* c8 ignore start */\n if (partial) {\n // ran out of file\n this.debug('\\n>>> no match, partial?', file, fr, pattern, pr)\n if (fr === fl) {\n return true\n }\n }\n /* c8 ignore stop */\n return false\n }\n\n // something other than **\n // non-magic patterns just have to match exactly\n // patterns with magic have been turned into regexps.\n let hit: boolean\n if (typeof p === 'string') {\n hit = f === p\n this.debug('string match', p, f, hit)\n } else {\n hit = p.test(f)\n this.debug('pattern match', p, f, hit)\n }\n\n if (!hit) return false\n }\n\n // Note: ending in / means that we'll get a final \"\"\n // at the end of the pattern. This can only match a\n // corresponding \"\" at the end of the file.\n // If the file ends in /, then it can only match a\n // a pattern that ends in /, unless the pattern just\n // doesn't have any more for it. But, a/b/ should *not*\n // match \"a/b/*\", even though \"\" matches against the\n // [^/]*? pattern, except in partial mode, where it might\n // simply not be reached yet.\n // However, a/b/ should still satisfy a/*\n\n // now either we fell off the end of the pattern, or we're done.\n if (fi === fl && pi === pl) {\n // ran out of pattern and filename at the same time.\n // an exact hit!\n return true\n } else if (fi === fl) {\n // ran out of file, but still had pattern left.\n // this is ok if we're doing the match as part of\n // a glob fs traversal.\n return partial\n } else if (pi === pl) {\n // ran out of pattern, still have file left.\n // this is only acceptable if we're on the very last\n // empty segment of a file with a trailing slash.\n // a/* should match a/b/\n return fi === fl - 1 && file[fi] === ''\n\n /* c8 ignore start */\n } else {\n // should be unreachable.\n throw new Error('wtf?')\n }\n /* c8 ignore stop */\n }\n\n braceExpand() {\n return braceExpand(this.pattern, this.options)\n }\n\n parse(pattern: string): ParseReturn {\n assertValidPattern(pattern)\n\n const options = this.options\n\n // shortcuts\n if (pattern === '**') return GLOBSTAR\n if (pattern === '') return ''\n\n // far and away, the most common glob pattern parts are\n // *, *.*, and *.<ext> Add a fast check method for those.\n let m: RegExpMatchArray | null\n let fastTest: null | ((f: string) => boolean) = null\n if ((m = pattern.match(starRE))) {\n fastTest = options.dot ? starTestDot : starTest\n } else if ((m = pattern.match(starDotExtRE))) {\n fastTest = (\n options.nocase\n ? options.dot\n ? starDotExtTestNocaseDot\n : starDotExtTestNocase\n : options.dot\n ? starDotExtTestDot\n : starDotExtTest\n )(m[1])\n } else if ((m = pattern.match(qmarksRE))) {\n fastTest = (\n options.nocase\n ? options.dot\n ? qmarksTestNocaseDot\n : qmarksTestNocase\n : options.dot\n ? qmarksTestDot\n : qmarksTest\n )(m)\n } else if ((m = pattern.match(starDotStarRE))) {\n fastTest = options.dot ? starDotStarTestDot : starDotStarTest\n } else if ((m = pattern.match(dotStarRE))) {\n fastTest = dotStarTest\n }\n\n const re = AST.fromGlob(pattern, this.options).toMMPattern()\n if (fastTest && typeof re === 'object') {\n // Avoids overriding in frozen environments\n Reflect.defineProperty(re, 'test', { value: fastTest })\n }\n return re\n }\n\n makeRe() {\n if (this.regexp || this.regexp === false) return this.regexp\n\n // at this point, this.set is a 2d array of partial\n // pattern strings, or \"**\".\n //\n // It's better to use .match(). This function shouldn't\n // be used, really, but it's pretty convenient sometimes,\n // when you just want to work with a regex.\n const set = this.set\n\n if (!set.length) {\n this.regexp = false\n return this.regexp\n }\n const options = this.options\n\n const twoStar = options.noglobstar\n ? star\n : options.dot\n ? twoStarDot\n : twoStarNoDot\n const flags = new Set(options.nocase ? ['i'] : [])\n\n // regexpify non-globstar patterns\n // if ** is only item, then we just do one twoStar\n // if ** is first, and there are more, prepend (\\/|twoStar\\/)? to next\n // if ** is last, append (\\/twoStar|) to previous\n // if ** is in the middle, append (\\/|\\/twoStar\\/) to previous\n // then filter out GLOBSTAR symbols\n let re = set\n .map(pattern => {\n const pp: (string | typeof GLOBSTAR)[] = pattern.map(p => {\n if (p instanceof RegExp) {\n for (const f of p.flags.split('')) flags.add(f)\n }\n return typeof p === 'string'\n ? regExpEscape(p)\n : p === GLOBSTAR\n ? GLOBSTAR\n : p._src\n }) as (string | typeof GLOBSTAR)[]\n pp.forEach((p, i) => {\n const next = pp[i + 1]\n const prev = pp[i - 1]\n if (p !== GLOBSTAR || prev === GLOBSTAR) {\n return\n }\n if (prev === undefined) {\n if (next !== undefined && next !== GLOBSTAR) {\n pp[i + 1] = '(?:\\\\/|' + twoStar + '\\\\/)?' + next\n } else {\n pp[i] = twoStar\n }\n } else if (next === undefined) {\n pp[i - 1] = prev + '(?:\\\\/|' + twoStar + ')?'\n } else if (next !== GLOBSTAR) {\n pp[i - 1] = prev + '(?:\\\\/|\\\\/' + twoStar + '\\\\/)' + next\n pp[i + 1] = GLOBSTAR\n }\n })\n return pp.filter(p => p !== GLOBSTAR).join('/')\n })\n .join('|')\n\n // need to wrap in parens if we had more than one thing with |,\n // otherwise only the first will be anchored to ^ and the last to $\n const [open, close] = set.length > 1 ? ['(?:', ')'] : ['', '']\n // must match entire pattern\n // ending in a * or ** will make it less strict.\n re = '^' + open + re + close + '$'\n\n // can match anything, as long as it's not this.\n if (this.negate) re = '^(?!' + re + ').+$'\n\n try {\n this.regexp = new RegExp(re, [...flags].join(''))\n /* c8 ignore start */\n } catch (ex) {\n // should be impossible\n this.regexp = false\n }\n /* c8 ignore stop */\n return this.regexp\n }\n\n slashSplit(p: string) {\n // if p starts with // on windows, we preserve that\n // so that UNC paths aren't broken. Otherwise, any number of\n // / characters are coalesced into one, unless\n // preserveMultipleSlashes is set to true.\n if (this.preserveMultipleSlashes) {\n return p.split('/')\n } else if (this.isWindows && /^\\/\\/[^\\/]+/.test(p)) {\n // add an extra '' for the one we lose\n return ['', ...p.split(/\\/+/)]\n } else {\n return p.split(/\\/+/)\n }\n }\n\n match(f: string, partial = this.partial) {\n this.debug('match', f, this.pattern)\n // short-circuit in the case of busted things.\n // comments, etc.\n if (this.comment) {\n return false\n }\n if (this.empty) {\n return f === ''\n }\n\n if (f === '/' && partial) {\n return true\n }\n\n const options = this.options\n\n // windows: need to use /, not \\\n if (this.isWindows) {\n f = f.split('\\\\').join('/')\n }\n\n // treat the test path as a set of pathparts.\n const ff = this.slashSplit(f)\n this.debug(this.pattern, 'split', ff)\n\n // just ONE of the pattern sets in this.set needs to match\n // in order for it to be valid. If negating, then just one\n // match means that we have failed.\n // Either way, return on the first hit.\n\n const set = this.set\n this.debug(this.pattern, 'set', set)\n\n // Find the basename of the path by looking for the last non-empty segment\n let filename: string = ff[ff.length - 1]\n if (!filename) {\n for (let i = ff.length - 2; !filename && i >= 0; i--) {\n filename = ff[i]\n }\n }\n\n for (let i = 0; i < set.length; i++) {\n const pattern = set[i]\n let file = ff\n if (options.matchBase && pattern.length === 1) {\n file = [filename]\n }\n const hit = this.matchOne(file, pattern, partial)\n if (hit) {\n if (options.flipNegate) {\n return true\n }\n return !this.negate\n }\n }\n\n // didn't get any hits. this is success if it's a negative\n // pattern, failure otherwise.\n if (options.flipNegate) {\n return false\n }\n return this.negate\n }\n\n static defaults(def: MinimatchOptions) {\n return minimatch.defaults(def).Minimatch\n }\n}\n/* c8 ignore start */\nexport { AST } from './ast.js'\nexport { escape } from './escape.js'\nexport { unescape } from './unescape.js'\n/* c8 ignore stop */\nminimatch.AST = AST\nminimatch.Minimatch = Minimatch\nminimatch.escape = escape\nminimatch.unescape = unescape\n"]}
@@ -0,0 +1,17 @@
1
+ import { MinimatchOptions } from './index.js';
2
+ /**
3
+ * Un-escape a string that has been escaped with {@link escape}.
4
+ *
5
+ * If the {@link windowsPathsNoEscape} option is used, then square-brace
6
+ * escapes are removed, but not backslash escapes. For example, it will turn
7
+ * the string `'[*]'` into `*`, but it will not turn `'\\*'` into `'*'`,
8
+ * becuase `\` is a path separator in `windowsPathsNoEscape` mode.
9
+ *
10
+ * When `windowsPathsNoEscape` is not set, then both brace escapes and
11
+ * backslash escapes are removed.
12
+ *
13
+ * Slashes (and backslashes in `windowsPathsNoEscape` mode) cannot be escaped
14
+ * or unescaped.
15
+ */
16
+ export declare const unescape: (s: string, { windowsPathsNoEscape, }?: Pick<MinimatchOptions, 'windowsPathsNoEscape'>) => string;
17
+ //# sourceMappingURL=unescape.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unescape.d.ts","sourceRoot":"","sources":["../../src/unescape.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAA;AAC7C;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,QAAQ,MAChB,MAAM,8BAGN,KAAK,gBAAgB,EAAE,sBAAsB,CAAC,WAKlD,CAAA"}
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.unescape = void 0;
4
+ /**
5
+ * Un-escape a string that has been escaped with {@link escape}.
6
+ *
7
+ * If the {@link windowsPathsNoEscape} option is used, then square-brace
8
+ * escapes are removed, but not backslash escapes. For example, it will turn
9
+ * the string `'[*]'` into `*`, but it will not turn `'\\*'` into `'*'`,
10
+ * becuase `\` is a path separator in `windowsPathsNoEscape` mode.
11
+ *
12
+ * When `windowsPathsNoEscape` is not set, then both brace escapes and
13
+ * backslash escapes are removed.
14
+ *
15
+ * Slashes (and backslashes in `windowsPathsNoEscape` mode) cannot be escaped
16
+ * or unescaped.
17
+ */
18
+ const unescape = (s, { windowsPathsNoEscape = false, } = {}) => {
19
+ return windowsPathsNoEscape
20
+ ? s.replace(/\[([^\/\\])\]/g, '$1')
21
+ : s.replace(/((?!\\).|^)\[([^\/\\])\]/g, '$1$2').replace(/\\([^\/])/g, '$1');
22
+ };
23
+ exports.unescape = unescape;
24
+ //# sourceMappingURL=unescape.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unescape.js","sourceRoot":"","sources":["../../src/unescape.ts"],"names":[],"mappings":";;;AACA;;;;;;;;;;;;;GAaG;AACI,MAAM,QAAQ,GAAG,CACtB,CAAS,EACT,EACE,oBAAoB,GAAG,KAAK,MACsB,EAAE,EACtD,EAAE;IACF,OAAO,oBAAoB;QACzB,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,gBAAgB,EAAE,IAAI,CAAC;QACnC,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,2BAA2B,EAAE,MAAM,CAAC,CAAC,OAAO,CAAC,YAAY,EAAE,IAAI,CAAC,CAAA;AAChF,CAAC,CAAA;AATY,QAAA,QAAQ,YASpB","sourcesContent":["import { MinimatchOptions } from './index.js'\n/**\n * Un-escape a string that has been escaped with {@link escape}.\n *\n * If the {@link windowsPathsNoEscape} option is used, then square-brace\n * escapes are removed, but not backslash escapes. For example, it will turn\n * the string `'[*]'` into `*`, but it will not turn `'\\\\*'` into `'*'`,\n * becuase `\\` is a path separator in `windowsPathsNoEscape` mode.\n *\n * When `windowsPathsNoEscape` is not set, then both brace escapes and\n * backslash escapes are removed.\n *\n * Slashes (and backslashes in `windowsPathsNoEscape` mode) cannot be escaped\n * or unescaped.\n */\nexport const unescape = (\n s: string,\n {\n windowsPathsNoEscape = false,\n }: Pick<MinimatchOptions, 'windowsPathsNoEscape'> = {}\n) => {\n return windowsPathsNoEscape\n ? s.replace(/\\[([^\\/\\\\])\\]/g, '$1')\n : s.replace(/((?!\\\\).|^)\\[([^\\/\\\\])\\]/g, '$1$2').replace(/\\\\([^\\/])/g, '$1')\n}\n"]}
@@ -0,0 +1,2 @@
1
+ export declare const assertValidPattern: (pattern: any) => void;
2
+ //# sourceMappingURL=assert-valid-pattern.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"assert-valid-pattern.d.ts","sourceRoot":"","sources":["../../src/assert-valid-pattern.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,kBAAkB,EAAE,CAAC,OAAO,EAAE,GAAG,KAAK,IAUlD,CAAA"}
@@ -0,0 +1,10 @@
1
+ const MAX_PATTERN_LENGTH = 1024 * 64;
2
+ export const assertValidPattern = (pattern) => {
3
+ if (typeof pattern !== 'string') {
4
+ throw new TypeError('invalid pattern');
5
+ }
6
+ if (pattern.length > MAX_PATTERN_LENGTH) {
7
+ throw new TypeError('pattern is too long');
8
+ }
9
+ };
10
+ //# sourceMappingURL=assert-valid-pattern.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"assert-valid-pattern.js","sourceRoot":"","sources":["../../src/assert-valid-pattern.ts"],"names":[],"mappings":"AAAA,MAAM,kBAAkB,GAAG,IAAI,GAAG,EAAE,CAAA;AACpC,MAAM,CAAC,MAAM,kBAAkB,GAA2B,CACxD,OAAY,EACe,EAAE;IAC7B,IAAI,OAAO,OAAO,KAAK,QAAQ,EAAE;QAC/B,MAAM,IAAI,SAAS,CAAC,iBAAiB,CAAC,CAAA;KACvC;IAED,IAAI,OAAO,CAAC,MAAM,GAAG,kBAAkB,EAAE;QACvC,MAAM,IAAI,SAAS,CAAC,qBAAqB,CAAC,CAAA;KAC3C;AACH,CAAC,CAAA","sourcesContent":["const MAX_PATTERN_LENGTH = 1024 * 64\nexport const assertValidPattern: (pattern: any) => void = (\n pattern: any\n): asserts pattern is string => {\n if (typeof pattern !== 'string') {\n throw new TypeError('invalid pattern')\n }\n\n if (pattern.length > MAX_PATTERN_LENGTH) {\n throw new TypeError('pattern is too long')\n }\n}\n"]}
@@ -0,0 +1,20 @@
1
+ import { MinimatchOptions, MMRegExp } from './index.js';
2
+ export type ExtglobType = '!' | '?' | '+' | '*' | '@';
3
+ export declare class AST {
4
+ #private;
5
+ type: ExtglobType | null;
6
+ constructor(type: ExtglobType | null, parent?: AST, options?: MinimatchOptions);
7
+ get hasMagic(): boolean | undefined;
8
+ toString(): string;
9
+ push(...parts: (string | AST)[]): void;
10
+ toJSON(): any[];
11
+ isStart(): boolean;
12
+ isEnd(): boolean;
13
+ copyIn(part: AST | string): void;
14
+ clone(parent: AST): AST;
15
+ static fromGlob(pattern: string, options?: MinimatchOptions): AST;
16
+ toMMPattern(): MMRegExp | string;
17
+ get options(): MinimatchOptions;
18
+ toRegExpSource(allowDot?: boolean): [re: string, body: string, hasMagic: boolean, uflag: boolean];
19
+ }
20
+ //# sourceMappingURL=ast.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ast.d.ts","sourceRoot":"","sources":["../../src/ast.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AAwCvD,MAAM,MAAM,WAAW,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,CAAA;AAkCrD,qBAAa,GAAG;;IACd,IAAI,EAAE,WAAW,GAAG,IAAI,CAAA;gBAiBtB,IAAI,EAAE,WAAW,GAAG,IAAI,EACxB,MAAM,CAAC,EAAE,GAAG,EACZ,OAAO,GAAE,gBAAqB;IAahC,IAAI,QAAQ,IAAI,OAAO,GAAG,SAAS,CAUlC;IAGD,QAAQ,IAAI,MAAM;IA+ClB,IAAI,CAAC,GAAG,KAAK,EAAE,CAAC,MAAM,GAAG,GAAG,CAAC,EAAE;IAY/B,MAAM;IAgBN,OAAO,IAAI,OAAO;IAgBlB,KAAK,IAAI,OAAO;IAYhB,MAAM,CAAC,IAAI,EAAE,GAAG,GAAG,MAAM;IAKzB,KAAK,CAAC,MAAM,EAAE,GAAG;IAsIjB,MAAM,CAAC,QAAQ,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,GAAE,gBAAqB;IAQ/D,WAAW,IAAI,QAAQ,GAAG,MAAM;IA2BhC,IAAI,OAAO,qBAEV;IAuED,cAAc,CACZ,QAAQ,CAAC,EAAE,OAAO,GACjB,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,OAAO,EAAE,KAAK,EAAE,OAAO,CAAC;CAiMjE"}