wiki-plugin-allyabase 0.0.2 → 0.0.4

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