wiki-plugin-allyabase 0.0.2 → 0.0.3

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 (2357) hide show
  1. package/README.md +98 -120
  2. package/allyabase_setup.sh +169 -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/federation-resolver.js +346 -0
  9. package/server/server.js +819 -8
  10. package/server/contracts.js +0 -261
  11. package/server/feeds.js +0 -30
  12. package/server/inventory.js +0 -88
  13. package/test/node_modules/.bin/_mocha +0 -10
  14. package/test/node_modules/.bin/flat +0 -42
  15. package/test/node_modules/.bin/glob +0 -270
  16. package/test/node_modules/.bin/he +0 -148
  17. package/test/node_modules/.bin/js-yaml +0 -126
  18. package/test/node_modules/.bin/mime +0 -46
  19. package/test/node_modules/.bin/mocha +0 -142
  20. package/test/node_modules/.bin/node-which +0 -52
  21. package/test/node_modules/.bin/uuid +0 -2
  22. package/test/node_modules/.package-lock.json +0 -1984
  23. package/test/node_modules/@isaacs/cliui/LICENSE.txt +0 -14
  24. package/test/node_modules/@isaacs/cliui/README.md +0 -143
  25. package/test/node_modules/@isaacs/cliui/build/index.cjs +0 -317
  26. package/test/node_modules/@isaacs/cliui/build/index.d.cts +0 -43
  27. package/test/node_modules/@isaacs/cliui/build/lib/index.js +0 -302
  28. package/test/node_modules/@isaacs/cliui/index.mjs +0 -14
  29. package/test/node_modules/@isaacs/cliui/package.json +0 -86
  30. package/test/node_modules/@noble/curves/LICENSE +0 -21
  31. package/test/node_modules/@noble/curves/README.md +0 -1031
  32. package/test/node_modules/@noble/curves/_shortw_utils.d.ts +0 -62
  33. package/test/node_modules/@noble/curves/_shortw_utils.d.ts.map +0 -1
  34. package/test/node_modules/@noble/curves/_shortw_utils.js +0 -21
  35. package/test/node_modules/@noble/curves/_shortw_utils.js.map +0 -1
  36. package/test/node_modules/@noble/curves/abstract/bls.d.ts +0 -122
  37. package/test/node_modules/@noble/curves/abstract/bls.d.ts.map +0 -1
  38. package/test/node_modules/@noble/curves/abstract/bls.js +0 -288
  39. package/test/node_modules/@noble/curves/abstract/bls.js.map +0 -1
  40. package/test/node_modules/@noble/curves/abstract/curve.d.ts +0 -70
  41. package/test/node_modules/@noble/curves/abstract/curve.d.ts.map +0 -1
  42. package/test/node_modules/@noble/curves/abstract/curve.js +0 -160
  43. package/test/node_modules/@noble/curves/abstract/curve.js.map +0 -1
  44. package/test/node_modules/@noble/curves/abstract/edwards.d.ts +0 -89
  45. package/test/node_modules/@noble/curves/abstract/edwards.d.ts.map +0 -1
  46. package/test/node_modules/@noble/curves/abstract/edwards.js +0 -428
  47. package/test/node_modules/@noble/curves/abstract/edwards.js.map +0 -1
  48. package/test/node_modules/@noble/curves/abstract/hash-to-curve.d.ts +0 -58
  49. package/test/node_modules/@noble/curves/abstract/hash-to-curve.d.ts.map +0 -1
  50. package/test/node_modules/@noble/curves/abstract/hash-to-curve.js +0 -180
  51. package/test/node_modules/@noble/curves/abstract/hash-to-curve.js.map +0 -1
  52. package/test/node_modules/@noble/curves/abstract/modular.d.ts +0 -123
  53. package/test/node_modules/@noble/curves/abstract/modular.d.ts.map +0 -1
  54. package/test/node_modules/@noble/curves/abstract/modular.js +0 -439
  55. package/test/node_modules/@noble/curves/abstract/modular.js.map +0 -1
  56. package/test/node_modules/@noble/curves/abstract/montgomery.d.ts +0 -26
  57. package/test/node_modules/@noble/curves/abstract/montgomery.d.ts.map +0 -1
  58. package/test/node_modules/@noble/curves/abstract/montgomery.js +0 -158
  59. package/test/node_modules/@noble/curves/abstract/montgomery.js.map +0 -1
  60. package/test/node_modules/@noble/curves/abstract/poseidon.d.ts +0 -30
  61. package/test/node_modules/@noble/curves/abstract/poseidon.d.ts.map +0 -1
  62. package/test/node_modules/@noble/curves/abstract/poseidon.js +0 -113
  63. package/test/node_modules/@noble/curves/abstract/poseidon.js.map +0 -1
  64. package/test/node_modules/@noble/curves/abstract/utils.d.ts +0 -94
  65. package/test/node_modules/@noble/curves/abstract/utils.d.ts.map +0 -1
  66. package/test/node_modules/@noble/curves/abstract/utils.js +0 -313
  67. package/test/node_modules/@noble/curves/abstract/utils.js.map +0 -1
  68. package/test/node_modules/@noble/curves/abstract/weierstrass.d.ts +0 -236
  69. package/test/node_modules/@noble/curves/abstract/weierstrass.d.ts.map +0 -1
  70. package/test/node_modules/@noble/curves/abstract/weierstrass.js +0 -1069
  71. package/test/node_modules/@noble/curves/abstract/weierstrass.js.map +0 -1
  72. package/test/node_modules/@noble/curves/bls12-381.d.ts +0 -67
  73. package/test/node_modules/@noble/curves/bls12-381.d.ts.map +0 -1
  74. package/test/node_modules/@noble/curves/bls12-381.js +0 -1232
  75. package/test/node_modules/@noble/curves/bls12-381.js.map +0 -1
  76. package/test/node_modules/@noble/curves/bn254.d.ts +0 -9
  77. package/test/node_modules/@noble/curves/bn254.d.ts.map +0 -1
  78. package/test/node_modules/@noble/curves/bn254.js +0 -26
  79. package/test/node_modules/@noble/curves/bn254.js.map +0 -1
  80. package/test/node_modules/@noble/curves/ed25519.d.ts +0 -78
  81. package/test/node_modules/@noble/curves/ed25519.d.ts.map +0 -1
  82. package/test/node_modules/@noble/curves/ed25519.js +0 -446
  83. package/test/node_modules/@noble/curves/ed25519.js.map +0 -1
  84. package/test/node_modules/@noble/curves/ed448.d.ts +0 -67
  85. package/test/node_modules/@noble/curves/ed448.d.ts.map +0 -1
  86. package/test/node_modules/@noble/curves/ed448.js +0 -406
  87. package/test/node_modules/@noble/curves/ed448.js.map +0 -1
  88. package/test/node_modules/@noble/curves/esm/_shortw_utils.d.ts +0 -62
  89. package/test/node_modules/@noble/curves/esm/_shortw_utils.d.ts.map +0 -1
  90. package/test/node_modules/@noble/curves/esm/_shortw_utils.js +0 -17
  91. package/test/node_modules/@noble/curves/esm/_shortw_utils.js.map +0 -1
  92. package/test/node_modules/@noble/curves/esm/abstract/bls.d.ts +0 -122
  93. package/test/node_modules/@noble/curves/esm/abstract/bls.d.ts.map +0 -1
  94. package/test/node_modules/@noble/curves/esm/abstract/bls.js +0 -285
  95. package/test/node_modules/@noble/curves/esm/abstract/bls.js.map +0 -1
  96. package/test/node_modules/@noble/curves/esm/abstract/curve.d.ts +0 -70
  97. package/test/node_modules/@noble/curves/esm/abstract/curve.d.ts.map +0 -1
  98. package/test/node_modules/@noble/curves/esm/abstract/curve.js +0 -156
  99. package/test/node_modules/@noble/curves/esm/abstract/curve.js.map +0 -1
  100. package/test/node_modules/@noble/curves/esm/abstract/edwards.d.ts +0 -89
  101. package/test/node_modules/@noble/curves/esm/abstract/edwards.d.ts.map +0 -1
  102. package/test/node_modules/@noble/curves/esm/abstract/edwards.js +0 -425
  103. package/test/node_modules/@noble/curves/esm/abstract/edwards.js.map +0 -1
  104. package/test/node_modules/@noble/curves/esm/abstract/hash-to-curve.d.ts +0 -58
  105. package/test/node_modules/@noble/curves/esm/abstract/hash-to-curve.d.ts.map +0 -1
  106. package/test/node_modules/@noble/curves/esm/abstract/hash-to-curve.js +0 -173
  107. package/test/node_modules/@noble/curves/esm/abstract/hash-to-curve.js.map +0 -1
  108. package/test/node_modules/@noble/curves/esm/abstract/modular.d.ts +0 -123
  109. package/test/node_modules/@noble/curves/esm/abstract/modular.d.ts.map +0 -1
  110. package/test/node_modules/@noble/curves/esm/abstract/modular.js +0 -416
  111. package/test/node_modules/@noble/curves/esm/abstract/modular.js.map +0 -1
  112. package/test/node_modules/@noble/curves/esm/abstract/montgomery.d.ts +0 -26
  113. package/test/node_modules/@noble/curves/esm/abstract/montgomery.d.ts.map +0 -1
  114. package/test/node_modules/@noble/curves/esm/abstract/montgomery.js +0 -155
  115. package/test/node_modules/@noble/curves/esm/abstract/montgomery.js.map +0 -1
  116. package/test/node_modules/@noble/curves/esm/abstract/poseidon.d.ts +0 -30
  117. package/test/node_modules/@noble/curves/esm/abstract/poseidon.d.ts.map +0 -1
  118. package/test/node_modules/@noble/curves/esm/abstract/poseidon.js +0 -108
  119. package/test/node_modules/@noble/curves/esm/abstract/poseidon.js.map +0 -1
  120. package/test/node_modules/@noble/curves/esm/abstract/utils.d.ts +0 -94
  121. package/test/node_modules/@noble/curves/esm/abstract/utils.d.ts.map +0 -1
  122. package/test/node_modules/@noble/curves/esm/abstract/utils.js +0 -289
  123. package/test/node_modules/@noble/curves/esm/abstract/utils.js.map +0 -1
  124. package/test/node_modules/@noble/curves/esm/abstract/weierstrass.d.ts +0 -236
  125. package/test/node_modules/@noble/curves/esm/abstract/weierstrass.d.ts.map +0 -1
  126. package/test/node_modules/@noble/curves/esm/abstract/weierstrass.js +0 -1062
  127. package/test/node_modules/@noble/curves/esm/abstract/weierstrass.js.map +0 -1
  128. package/test/node_modules/@noble/curves/esm/bls12-381.d.ts +0 -67
  129. package/test/node_modules/@noble/curves/esm/bls12-381.d.ts.map +0 -1
  130. package/test/node_modules/@noble/curves/esm/bls12-381.js +0 -1229
  131. package/test/node_modules/@noble/curves/esm/bls12-381.js.map +0 -1
  132. package/test/node_modules/@noble/curves/esm/bn254.d.ts +0 -9
  133. package/test/node_modules/@noble/curves/esm/bn254.d.ts.map +0 -1
  134. package/test/node_modules/@noble/curves/esm/bn254.js +0 -23
  135. package/test/node_modules/@noble/curves/esm/bn254.js.map +0 -1
  136. package/test/node_modules/@noble/curves/esm/ed25519.d.ts +0 -78
  137. package/test/node_modules/@noble/curves/esm/ed25519.d.ts.map +0 -1
  138. package/test/node_modules/@noble/curves/esm/ed25519.js +0 -440
  139. package/test/node_modules/@noble/curves/esm/ed25519.js.map +0 -1
  140. package/test/node_modules/@noble/curves/esm/ed448.d.ts +0 -67
  141. package/test/node_modules/@noble/curves/esm/ed448.d.ts.map +0 -1
  142. package/test/node_modules/@noble/curves/esm/ed448.js +0 -401
  143. package/test/node_modules/@noble/curves/esm/ed448.js.map +0 -1
  144. package/test/node_modules/@noble/curves/esm/index.d.ts +0 -2
  145. package/test/node_modules/@noble/curves/esm/index.d.ts.map +0 -1
  146. package/test/node_modules/@noble/curves/esm/index.js +0 -3
  147. package/test/node_modules/@noble/curves/esm/index.js.map +0 -1
  148. package/test/node_modules/@noble/curves/esm/jubjub.d.ts +0 -9
  149. package/test/node_modules/@noble/curves/esm/jubjub.d.ts.map +0 -1
  150. package/test/node_modules/@noble/curves/esm/jubjub.js +0 -54
  151. package/test/node_modules/@noble/curves/esm/jubjub.js.map +0 -1
  152. package/test/node_modules/@noble/curves/esm/p256.d.ts +0 -105
  153. package/test/node_modules/@noble/curves/esm/p256.d.ts.map +0 -1
  154. package/test/node_modules/@noble/curves/esm/p256.js +0 -42
  155. package/test/node_modules/@noble/curves/esm/p256.js.map +0 -1
  156. package/test/node_modules/@noble/curves/esm/p384.d.ts +0 -105
  157. package/test/node_modules/@noble/curves/esm/p384.d.ts.map +0 -1
  158. package/test/node_modules/@noble/curves/esm/p384.js +0 -46
  159. package/test/node_modules/@noble/curves/esm/p384.js.map +0 -1
  160. package/test/node_modules/@noble/curves/esm/p521.d.ts +0 -105
  161. package/test/node_modules/@noble/curves/esm/p521.d.ts.map +0 -1
  162. package/test/node_modules/@noble/curves/esm/p521.js +0 -53
  163. package/test/node_modules/@noble/curves/esm/p521.js.map +0 -1
  164. package/test/node_modules/@noble/curves/esm/package.json +0 -4
  165. package/test/node_modules/@noble/curves/esm/pasta.d.ts +0 -5
  166. package/test/node_modules/@noble/curves/esm/pasta.d.ts.map +0 -1
  167. package/test/node_modules/@noble/curves/esm/pasta.js +0 -30
  168. package/test/node_modules/@noble/curves/esm/pasta.js.map +0 -1
  169. package/test/node_modules/@noble/curves/esm/secp256k1.d.ts +0 -93
  170. package/test/node_modules/@noble/curves/esm/secp256k1.d.ts.map +0 -1
  171. package/test/node_modules/@noble/curves/esm/secp256k1.js +0 -254
  172. package/test/node_modules/@noble/curves/esm/secp256k1.js.map +0 -1
  173. package/test/node_modules/@noble/curves/index.d.ts +0 -1
  174. package/test/node_modules/@noble/curves/index.d.ts.map +0 -1
  175. package/test/node_modules/@noble/curves/index.js +0 -3
  176. package/test/node_modules/@noble/curves/index.js.map +0 -1
  177. package/test/node_modules/@noble/curves/jubjub.d.ts +0 -9
  178. package/test/node_modules/@noble/curves/jubjub.d.ts.map +0 -1
  179. package/test/node_modules/@noble/curves/jubjub.js +0 -59
  180. package/test/node_modules/@noble/curves/jubjub.js.map +0 -1
  181. package/test/node_modules/@noble/curves/p256.d.ts +0 -105
  182. package/test/node_modules/@noble/curves/p256.d.ts.map +0 -1
  183. package/test/node_modules/@noble/curves/p256.js +0 -45
  184. package/test/node_modules/@noble/curves/p256.js.map +0 -1
  185. package/test/node_modules/@noble/curves/p384.d.ts +0 -105
  186. package/test/node_modules/@noble/curves/p384.d.ts.map +0 -1
  187. package/test/node_modules/@noble/curves/p384.js +0 -49
  188. package/test/node_modules/@noble/curves/p384.js.map +0 -1
  189. package/test/node_modules/@noble/curves/p521.d.ts +0 -105
  190. package/test/node_modules/@noble/curves/p521.d.ts.map +0 -1
  191. package/test/node_modules/@noble/curves/p521.js +0 -56
  192. package/test/node_modules/@noble/curves/p521.js.map +0 -1
  193. package/test/node_modules/@noble/curves/package.json +0 -159
  194. package/test/node_modules/@noble/curves/pasta.d.ts +0 -5
  195. package/test/node_modules/@noble/curves/pasta.d.ts.map +0 -1
  196. package/test/node_modules/@noble/curves/pasta.js +0 -33
  197. package/test/node_modules/@noble/curves/pasta.js.map +0 -1
  198. package/test/node_modules/@noble/curves/secp256k1.d.ts +0 -93
  199. package/test/node_modules/@noble/curves/secp256k1.d.ts.map +0 -1
  200. package/test/node_modules/@noble/curves/secp256k1.js +0 -257
  201. package/test/node_modules/@noble/curves/secp256k1.js.map +0 -1
  202. package/test/node_modules/@noble/curves/src/_shortw_utils.ts +0 -20
  203. package/test/node_modules/@noble/curves/src/abstract/bls.ts +0 -502
  204. package/test/node_modules/@noble/curves/src/abstract/curve.ts +0 -203
  205. package/test/node_modules/@noble/curves/src/abstract/edwards.ts +0 -514
  206. package/test/node_modules/@noble/curves/src/abstract/hash-to-curve.ts +0 -231
  207. package/test/node_modules/@noble/curves/src/abstract/modular.ts +0 -484
  208. package/test/node_modules/@noble/curves/src/abstract/montgomery.ts +0 -187
  209. package/test/node_modules/@noble/curves/src/abstract/poseidon.ts +0 -118
  210. package/test/node_modules/@noble/curves/src/abstract/utils.ts +0 -319
  211. package/test/node_modules/@noble/curves/src/abstract/weierstrass.ts +0 -1237
  212. package/test/node_modules/@noble/curves/src/bls12-381.ts +0 -1410
  213. package/test/node_modules/@noble/curves/src/bn254.ts +0 -22
  214. package/test/node_modules/@noble/curves/src/ed25519.ts +0 -505
  215. package/test/node_modules/@noble/curves/src/ed448.ts +0 -480
  216. package/test/node_modules/@noble/curves/src/index.ts +0 -1
  217. package/test/node_modules/@noble/curves/src/jubjub.ts +0 -58
  218. package/test/node_modules/@noble/curves/src/p256.ts +0 -48
  219. package/test/node_modules/@noble/curves/src/p384.ts +0 -52
  220. package/test/node_modules/@noble/curves/src/p521.ts +0 -68
  221. package/test/node_modules/@noble/curves/src/package.json +0 -3
  222. package/test/node_modules/@noble/curves/src/pasta.ts +0 -31
  223. package/test/node_modules/@noble/curves/src/secp256k1.ts +0 -274
  224. package/test/node_modules/@noble/hashes/LICENSE +0 -21
  225. package/test/node_modules/@noble/hashes/README.md +0 -558
  226. package/test/node_modules/@noble/hashes/_assert.d.ts +0 -24
  227. package/test/node_modules/@noble/hashes/_assert.js +0 -51
  228. package/test/node_modules/@noble/hashes/_assert.js.map +0 -1
  229. package/test/node_modules/@noble/hashes/_blake.d.ts +0 -28
  230. package/test/node_modules/@noble/hashes/_blake.js +0 -124
  231. package/test/node_modules/@noble/hashes/_blake.js.map +0 -1
  232. package/test/node_modules/@noble/hashes/_md.d.ts +0 -30
  233. package/test/node_modules/@noble/hashes/_md.js +0 -128
  234. package/test/node_modules/@noble/hashes/_md.js.map +0 -1
  235. package/test/node_modules/@noble/hashes/_u64.d.ts +0 -55
  236. package/test/node_modules/@noble/hashes/_u64.js +0 -85
  237. package/test/node_modules/@noble/hashes/_u64.js.map +0 -1
  238. package/test/node_modules/@noble/hashes/argon2.d.ts +0 -17
  239. package/test/node_modules/@noble/hashes/argon2.js +0 -303
  240. package/test/node_modules/@noble/hashes/argon2.js.map +0 -1
  241. package/test/node_modules/@noble/hashes/blake2b.d.ts +0 -54
  242. package/test/node_modules/@noble/hashes/blake2b.js +0 -192
  243. package/test/node_modules/@noble/hashes/blake2b.js.map +0 -1
  244. package/test/node_modules/@noble/hashes/blake2s.d.ts +0 -48
  245. package/test/node_modules/@noble/hashes/blake2s.js +0 -123
  246. package/test/node_modules/@noble/hashes/blake2s.js.map +0 -1
  247. package/test/node_modules/@noble/hashes/blake3.d.ts +0 -47
  248. package/test/node_modules/@noble/hashes/blake3.js +0 -243
  249. package/test/node_modules/@noble/hashes/blake3.js.map +0 -1
  250. package/test/node_modules/@noble/hashes/crypto.d.ts +0 -2
  251. package/test/node_modules/@noble/hashes/crypto.js +0 -5
  252. package/test/node_modules/@noble/hashes/crypto.js.map +0 -1
  253. package/test/node_modules/@noble/hashes/cryptoNode.d.ts +0 -2
  254. package/test/node_modules/@noble/hashes/cryptoNode.js +0 -10
  255. package/test/node_modules/@noble/hashes/cryptoNode.js.map +0 -1
  256. package/test/node_modules/@noble/hashes/eskdf.d.ts +0 -47
  257. package/test/node_modules/@noble/hashes/eskdf.js +0 -162
  258. package/test/node_modules/@noble/hashes/eskdf.js.map +0 -1
  259. package/test/node_modules/@noble/hashes/esm/_assert.js +0 -42
  260. package/test/node_modules/@noble/hashes/esm/_assert.js.map +0 -1
  261. package/test/node_modules/@noble/hashes/esm/_blake.js +0 -120
  262. package/test/node_modules/@noble/hashes/esm/_blake.js.map +0 -1
  263. package/test/node_modules/@noble/hashes/esm/_md.js +0 -122
  264. package/test/node_modules/@noble/hashes/esm/_md.js.map +0 -1
  265. package/test/node_modules/@noble/hashes/esm/_u64.js +0 -62
  266. package/test/node_modules/@noble/hashes/esm/_u64.js.map +0 -1
  267. package/test/node_modules/@noble/hashes/esm/argon2.js +0 -297
  268. package/test/node_modules/@noble/hashes/esm/argon2.js.map +0 -1
  269. package/test/node_modules/@noble/hashes/esm/blake2b.js +0 -189
  270. package/test/node_modules/@noble/hashes/esm/blake2b.js.map +0 -1
  271. package/test/node_modules/@noble/hashes/esm/blake2s.js +0 -119
  272. package/test/node_modules/@noble/hashes/esm/blake2s.js.map +0 -1
  273. package/test/node_modules/@noble/hashes/esm/blake3.js +0 -240
  274. package/test/node_modules/@noble/hashes/esm/blake3.js.map +0 -1
  275. package/test/node_modules/@noble/hashes/esm/crypto.js +0 -2
  276. package/test/node_modules/@noble/hashes/esm/crypto.js.map +0 -1
  277. package/test/node_modules/@noble/hashes/esm/cryptoNode.js +0 -7
  278. package/test/node_modules/@noble/hashes/esm/cryptoNode.js.map +0 -1
  279. package/test/node_modules/@noble/hashes/esm/eskdf.js +0 -155
  280. package/test/node_modules/@noble/hashes/esm/eskdf.js.map +0 -1
  281. package/test/node_modules/@noble/hashes/esm/hkdf.js +0 -72
  282. package/test/node_modules/@noble/hashes/esm/hkdf.js.map +0 -1
  283. package/test/node_modules/@noble/hashes/esm/hmac.js +0 -77
  284. package/test/node_modules/@noble/hashes/esm/hmac.js.map +0 -1
  285. package/test/node_modules/@noble/hashes/esm/index.js +0 -3
  286. package/test/node_modules/@noble/hashes/esm/index.js.map +0 -1
  287. package/test/node_modules/@noble/hashes/esm/package.json +0 -10
  288. package/test/node_modules/@noble/hashes/esm/pbkdf2.js +0 -86
  289. package/test/node_modules/@noble/hashes/esm/pbkdf2.js.map +0 -1
  290. package/test/node_modules/@noble/hashes/esm/ripemd160.js +0 -102
  291. package/test/node_modules/@noble/hashes/esm/ripemd160.js.map +0 -1
  292. package/test/node_modules/@noble/hashes/esm/scrypt.js +0 -224
  293. package/test/node_modules/@noble/hashes/esm/scrypt.js.map +0 -1
  294. package/test/node_modules/@noble/hashes/esm/sha1.js +0 -80
  295. package/test/node_modules/@noble/hashes/esm/sha1.js.map +0 -1
  296. package/test/node_modules/@noble/hashes/esm/sha2.js +0 -4
  297. package/test/node_modules/@noble/hashes/esm/sha2.js.map +0 -1
  298. package/test/node_modules/@noble/hashes/esm/sha256.js +0 -123
  299. package/test/node_modules/@noble/hashes/esm/sha256.js.map +0 -1
  300. package/test/node_modules/@noble/hashes/esm/sha3-addons.js +0 -356
  301. package/test/node_modules/@noble/hashes/esm/sha3-addons.js.map +0 -1
  302. package/test/node_modules/@noble/hashes/esm/sha3.js +0 -214
  303. package/test/node_modules/@noble/hashes/esm/sha3.js.map +0 -1
  304. package/test/node_modules/@noble/hashes/esm/sha512.js +0 -231
  305. package/test/node_modules/@noble/hashes/esm/sha512.js.map +0 -1
  306. package/test/node_modules/@noble/hashes/esm/utils.js +0 -187
  307. package/test/node_modules/@noble/hashes/esm/utils.js.map +0 -1
  308. package/test/node_modules/@noble/hashes/hkdf.d.ts +0 -27
  309. package/test/node_modules/@noble/hashes/hkdf.js +0 -78
  310. package/test/node_modules/@noble/hashes/hkdf.js.map +0 -1
  311. package/test/node_modules/@noble/hashes/hmac.d.ts +0 -26
  312. package/test/node_modules/@noble/hashes/hmac.js +0 -82
  313. package/test/node_modules/@noble/hashes/hmac.js.map +0 -1
  314. package/test/node_modules/@noble/hashes/index.d.ts +0 -1
  315. package/test/node_modules/@noble/hashes/index.js +0 -3
  316. package/test/node_modules/@noble/hashes/index.js.map +0 -1
  317. package/test/node_modules/@noble/hashes/package.json +0 -179
  318. package/test/node_modules/@noble/hashes/pbkdf2.d.ts +0 -16
  319. package/test/node_modules/@noble/hashes/pbkdf2.js +0 -91
  320. package/test/node_modules/@noble/hashes/pbkdf2.js.map +0 -1
  321. package/test/node_modules/@noble/hashes/ripemd160.d.ts +0 -25
  322. package/test/node_modules/@noble/hashes/ripemd160.js +0 -106
  323. package/test/node_modules/@noble/hashes/ripemd160.js.map +0 -1
  324. package/test/node_modules/@noble/hashes/scrypt.d.ts +0 -30
  325. package/test/node_modules/@noble/hashes/scrypt.js +0 -229
  326. package/test/node_modules/@noble/hashes/scrypt.js.map +0 -1
  327. package/test/node_modules/@noble/hashes/sha1.d.ts +0 -22
  328. package/test/node_modules/@noble/hashes/sha1.js +0 -83
  329. package/test/node_modules/@noble/hashes/sha1.js.map +0 -1
  330. package/test/node_modules/@noble/hashes/sha2.d.ts +0 -3
  331. package/test/node_modules/@noble/hashes/sha2.js +0 -13
  332. package/test/node_modules/@noble/hashes/sha2.js.map +0 -1
  333. package/test/node_modules/@noble/hashes/sha256.d.ts +0 -35
  334. package/test/node_modules/@noble/hashes/sha256.js +0 -126
  335. package/test/node_modules/@noble/hashes/sha256.js.map +0 -1
  336. package/test/node_modules/@noble/hashes/sha3-addons.d.ts +0 -154
  337. package/test/node_modules/@noble/hashes/sha3-addons.js +0 -360
  338. package/test/node_modules/@noble/hashes/sha3-addons.js.map +0 -1
  339. package/test/node_modules/@noble/hashes/sha3.d.ts +0 -98
  340. package/test/node_modules/@noble/hashes/sha3.js +0 -219
  341. package/test/node_modules/@noble/hashes/sha3.js.map +0 -1
  342. package/test/node_modules/@noble/hashes/sha512.d.ts +0 -67
  343. package/test/node_modules/@noble/hashes/sha512.js +0 -235
  344. package/test/node_modules/@noble/hashes/sha512.js.map +0 -1
  345. package/test/node_modules/@noble/hashes/src/_assert.ts +0 -51
  346. package/test/node_modules/@noble/hashes/src/_blake.ts +0 -134
  347. package/test/node_modules/@noble/hashes/src/_md.ts +0 -127
  348. package/test/node_modules/@noble/hashes/src/_u64.ts +0 -77
  349. package/test/node_modules/@noble/hashes/src/argon2.ts +0 -374
  350. package/test/node_modules/@noble/hashes/src/blake2b.ts +0 -205
  351. package/test/node_modules/@noble/hashes/src/blake2s.ts +0 -138
  352. package/test/node_modules/@noble/hashes/src/blake3.ts +0 -268
  353. package/test/node_modules/@noble/hashes/src/crypto.ts +0 -5
  354. package/test/node_modules/@noble/hashes/src/cryptoNode.ts +0 -7
  355. package/test/node_modules/@noble/hashes/src/eskdf.ts +0 -183
  356. package/test/node_modules/@noble/hashes/src/hkdf.ts +0 -79
  357. package/test/node_modules/@noble/hashes/src/hmac.ts +0 -81
  358. package/test/node_modules/@noble/hashes/src/index.ts +0 -1
  359. package/test/node_modules/@noble/hashes/src/pbkdf2.ts +0 -97
  360. package/test/node_modules/@noble/hashes/src/ripemd160.ts +0 -108
  361. package/test/node_modules/@noble/hashes/src/scrypt.ts +0 -241
  362. package/test/node_modules/@noble/hashes/src/sha1.ts +0 -80
  363. package/test/node_modules/@noble/hashes/src/sha2.ts +0 -3
  364. package/test/node_modules/@noble/hashes/src/sha256.ts +0 -129
  365. package/test/node_modules/@noble/hashes/src/sha3-addons.ts +0 -423
  366. package/test/node_modules/@noble/hashes/src/sha3.ts +0 -229
  367. package/test/node_modules/@noble/hashes/src/sha512.ts +0 -246
  368. package/test/node_modules/@noble/hashes/src/utils.ts +0 -256
  369. package/test/node_modules/@noble/hashes/utils.d.ts +0 -96
  370. package/test/node_modules/@noble/hashes/utils.js +0 -211
  371. package/test/node_modules/@noble/hashes/utils.js.map +0 -1
  372. package/test/node_modules/@pkgjs/parseargs/.editorconfig +0 -14
  373. package/test/node_modules/@pkgjs/parseargs/CHANGELOG.md +0 -147
  374. package/test/node_modules/@pkgjs/parseargs/LICENSE +0 -201
  375. package/test/node_modules/@pkgjs/parseargs/README.md +0 -413
  376. package/test/node_modules/@pkgjs/parseargs/examples/is-default-value.js +0 -25
  377. package/test/node_modules/@pkgjs/parseargs/examples/limit-long-syntax.js +0 -35
  378. package/test/node_modules/@pkgjs/parseargs/examples/negate.js +0 -43
  379. package/test/node_modules/@pkgjs/parseargs/examples/no-repeated-options.js +0 -31
  380. package/test/node_modules/@pkgjs/parseargs/examples/ordered-options.mjs +0 -41
  381. package/test/node_modules/@pkgjs/parseargs/examples/simple-hard-coded.js +0 -26
  382. package/test/node_modules/@pkgjs/parseargs/index.js +0 -396
  383. package/test/node_modules/@pkgjs/parseargs/internal/errors.js +0 -47
  384. package/test/node_modules/@pkgjs/parseargs/internal/primordials.js +0 -393
  385. package/test/node_modules/@pkgjs/parseargs/internal/util.js +0 -14
  386. package/test/node_modules/@pkgjs/parseargs/internal/validators.js +0 -89
  387. package/test/node_modules/@pkgjs/parseargs/package.json +0 -36
  388. package/test/node_modules/@pkgjs/parseargs/utils.js +0 -198
  389. package/test/node_modules/@scure/base/LICENSE +0 -21
  390. package/test/node_modules/@scure/base/README.md +0 -214
  391. package/test/node_modules/@scure/base/index.ts +0 -616
  392. package/test/node_modules/@scure/base/lib/esm/index.d.ts +0 -132
  393. package/test/node_modules/@scure/base/lib/esm/index.d.ts.map +0 -1
  394. package/test/node_modules/@scure/base/lib/esm/index.js +0 -489
  395. package/test/node_modules/@scure/base/lib/esm/index.js.map +0 -1
  396. package/test/node_modules/@scure/base/lib/esm/package.json +0 -1
  397. package/test/node_modules/@scure/base/lib/index.d.ts +0 -132
  398. package/test/node_modules/@scure/base/lib/index.d.ts.map +0 -1
  399. package/test/node_modules/@scure/base/lib/index.js +0 -496
  400. package/test/node_modules/@scure/base/lib/index.js.map +0 -1
  401. package/test/node_modules/@scure/base/package.json +0 -64
  402. package/test/node_modules/@scure/bip32/LICENSE +0 -21
  403. package/test/node_modules/@scure/bip32/README.md +0 -113
  404. package/test/node_modules/@scure/bip32/index.ts +0 -308
  405. package/test/node_modules/@scure/bip32/lib/esm/index.js +0 -269
  406. package/test/node_modules/@scure/bip32/lib/esm/index.js.map +0 -1
  407. package/test/node_modules/@scure/bip32/lib/esm/package.json +0 -4
  408. package/test/node_modules/@scure/bip32/lib/index.d.ts +0 -50
  409. package/test/node_modules/@scure/bip32/lib/index.js +0 -273
  410. package/test/node_modules/@scure/bip32/lib/index.js.map +0 -1
  411. package/test/node_modules/@scure/bip32/package.json +0 -75
  412. package/test/node_modules/@scure/bip39/LICENSE +0 -21
  413. package/test/node_modules/@scure/bip39/README.md +0 -101
  414. package/test/node_modules/@scure/bip39/esm/index.js +0 -134
  415. package/test/node_modules/@scure/bip39/esm/package.json +0 -3
  416. package/test/node_modules/@scure/bip39/esm/wordlists/czech.js +0 -2048
  417. package/test/node_modules/@scure/bip39/esm/wordlists/english.js +0 -2048
  418. package/test/node_modules/@scure/bip39/esm/wordlists/french.js +0 -2048
  419. package/test/node_modules/@scure/bip39/esm/wordlists/italian.js +0 -2048
  420. package/test/node_modules/@scure/bip39/esm/wordlists/japanese.js +0 -2048
  421. package/test/node_modules/@scure/bip39/esm/wordlists/korean.js +0 -2048
  422. package/test/node_modules/@scure/bip39/esm/wordlists/portuguese.js +0 -2048
  423. package/test/node_modules/@scure/bip39/esm/wordlists/simplified-chinese.js +0 -2048
  424. package/test/node_modules/@scure/bip39/esm/wordlists/spanish.js +0 -2048
  425. package/test/node_modules/@scure/bip39/esm/wordlists/traditional-chinese.js +0 -2048
  426. package/test/node_modules/@scure/bip39/index.d.ts +0 -64
  427. package/test/node_modules/@scure/bip39/index.js +0 -143
  428. package/test/node_modules/@scure/bip39/package.json +0 -123
  429. package/test/node_modules/@scure/bip39/src/index.ts +0 -146
  430. package/test/node_modules/@scure/bip39/wordlists/czech.d.ts +0 -2
  431. package/test/node_modules/@scure/bip39/wordlists/czech.js +0 -2051
  432. package/test/node_modules/@scure/bip39/wordlists/english.d.ts +0 -2
  433. package/test/node_modules/@scure/bip39/wordlists/english.js +0 -2051
  434. package/test/node_modules/@scure/bip39/wordlists/french.d.ts +0 -2
  435. package/test/node_modules/@scure/bip39/wordlists/french.js +0 -2051
  436. package/test/node_modules/@scure/bip39/wordlists/italian.d.ts +0 -2
  437. package/test/node_modules/@scure/bip39/wordlists/italian.js +0 -2051
  438. package/test/node_modules/@scure/bip39/wordlists/japanese.d.ts +0 -2
  439. package/test/node_modules/@scure/bip39/wordlists/japanese.js +0 -2051
  440. package/test/node_modules/@scure/bip39/wordlists/korean.d.ts +0 -2
  441. package/test/node_modules/@scure/bip39/wordlists/korean.js +0 -2051
  442. package/test/node_modules/@scure/bip39/wordlists/portuguese.d.ts +0 -2
  443. package/test/node_modules/@scure/bip39/wordlists/portuguese.js +0 -2051
  444. package/test/node_modules/@scure/bip39/wordlists/simplified-chinese.d.ts +0 -2
  445. package/test/node_modules/@scure/bip39/wordlists/simplified-chinese.js +0 -2051
  446. package/test/node_modules/@scure/bip39/wordlists/spanish.d.ts +0 -2
  447. package/test/node_modules/@scure/bip39/wordlists/spanish.js +0 -2051
  448. package/test/node_modules/@scure/bip39/wordlists/traditional-chinese.d.ts +0 -2
  449. package/test/node_modules/@scure/bip39/wordlists/traditional-chinese.js +0 -2051
  450. package/test/node_modules/ansi-colors/LICENSE +0 -21
  451. package/test/node_modules/ansi-colors/README.md +0 -315
  452. package/test/node_modules/ansi-colors/index.js +0 -184
  453. package/test/node_modules/ansi-colors/package.json +0 -129
  454. package/test/node_modules/ansi-colors/symbols.js +0 -69
  455. package/test/node_modules/ansi-colors/types/index.d.ts +0 -235
  456. package/test/node_modules/ansi-regex/index.d.ts +0 -33
  457. package/test/node_modules/ansi-regex/index.js +0 -10
  458. package/test/node_modules/ansi-regex/license +0 -9
  459. package/test/node_modules/ansi-regex/package.json +0 -61
  460. package/test/node_modules/ansi-regex/readme.md +0 -60
  461. package/test/node_modules/ansi-styles/index.d.ts +0 -345
  462. package/test/node_modules/ansi-styles/index.js +0 -163
  463. package/test/node_modules/ansi-styles/license +0 -9
  464. package/test/node_modules/ansi-styles/package.json +0 -56
  465. package/test/node_modules/ansi-styles/readme.md +0 -152
  466. package/test/node_modules/anymatch/LICENSE +0 -15
  467. package/test/node_modules/anymatch/README.md +0 -87
  468. package/test/node_modules/anymatch/index.d.ts +0 -20
  469. package/test/node_modules/anymatch/index.js +0 -104
  470. package/test/node_modules/anymatch/package.json +0 -48
  471. package/test/node_modules/argparse/CHANGELOG.md +0 -216
  472. package/test/node_modules/argparse/LICENSE +0 -254
  473. package/test/node_modules/argparse/README.md +0 -84
  474. package/test/node_modules/argparse/argparse.js +0 -3707
  475. package/test/node_modules/argparse/lib/sub.js +0 -67
  476. package/test/node_modules/argparse/lib/textwrap.js +0 -440
  477. package/test/node_modules/argparse/package.json +0 -31
  478. package/test/node_modules/asap/CHANGES.md +0 -70
  479. package/test/node_modules/asap/LICENSE.md +0 -21
  480. package/test/node_modules/asap/README.md +0 -237
  481. package/test/node_modules/asap/asap.js +0 -65
  482. package/test/node_modules/asap/browser-asap.js +0 -66
  483. package/test/node_modules/asap/browser-raw.js +0 -223
  484. package/test/node_modules/asap/package.json +0 -58
  485. package/test/node_modules/asap/raw.js +0 -101
  486. package/test/node_modules/assertion-error/LICENSE +0 -21
  487. package/test/node_modules/assertion-error/README.md +0 -68
  488. package/test/node_modules/assertion-error/index.d.ts +0 -27
  489. package/test/node_modules/assertion-error/index.js +0 -60
  490. package/test/node_modules/assertion-error/package.json +0 -32
  491. package/test/node_modules/asynckit/LICENSE +0 -21
  492. package/test/node_modules/asynckit/README.md +0 -233
  493. package/test/node_modules/asynckit/bench.js +0 -76
  494. package/test/node_modules/asynckit/index.js +0 -6
  495. package/test/node_modules/asynckit/lib/abort.js +0 -29
  496. package/test/node_modules/asynckit/lib/async.js +0 -34
  497. package/test/node_modules/asynckit/lib/defer.js +0 -26
  498. package/test/node_modules/asynckit/lib/iterate.js +0 -75
  499. package/test/node_modules/asynckit/lib/readable_asynckit.js +0 -91
  500. package/test/node_modules/asynckit/lib/readable_parallel.js +0 -25
  501. package/test/node_modules/asynckit/lib/readable_serial.js +0 -25
  502. package/test/node_modules/asynckit/lib/readable_serial_ordered.js +0 -29
  503. package/test/node_modules/asynckit/lib/state.js +0 -37
  504. package/test/node_modules/asynckit/lib/streamify.js +0 -141
  505. package/test/node_modules/asynckit/lib/terminator.js +0 -29
  506. package/test/node_modules/asynckit/package.json +0 -63
  507. package/test/node_modules/asynckit/parallel.js +0 -43
  508. package/test/node_modules/asynckit/serial.js +0 -17
  509. package/test/node_modules/asynckit/serialOrdered.js +0 -75
  510. package/test/node_modules/asynckit/stream.js +0 -21
  511. package/test/node_modules/balanced-match/.github/FUNDING.yml +0 -2
  512. package/test/node_modules/balanced-match/LICENSE.md +0 -21
  513. package/test/node_modules/balanced-match/README.md +0 -97
  514. package/test/node_modules/balanced-match/index.js +0 -62
  515. package/test/node_modules/balanced-match/package.json +0 -48
  516. package/test/node_modules/bdo-js/README.md +0 -35
  517. package/test/node_modules/bdo-js/bdo.cjs +0 -165
  518. package/test/node_modules/bdo-js/bdo.js +0 -171
  519. package/test/node_modules/bdo-js/package.json +0 -24
  520. package/test/node_modules/binary-extensions/binary-extensions.json +0 -263
  521. package/test/node_modules/binary-extensions/binary-extensions.json.d.ts +0 -3
  522. package/test/node_modules/binary-extensions/index.d.ts +0 -14
  523. package/test/node_modules/binary-extensions/index.js +0 -1
  524. package/test/node_modules/binary-extensions/license +0 -10
  525. package/test/node_modules/binary-extensions/package.json +0 -40
  526. package/test/node_modules/binary-extensions/readme.md +0 -25
  527. package/test/node_modules/brace-expansion/.github/FUNDING.yml +0 -2
  528. package/test/node_modules/brace-expansion/LICENSE +0 -21
  529. package/test/node_modules/brace-expansion/README.md +0 -135
  530. package/test/node_modules/brace-expansion/index.js +0 -203
  531. package/test/node_modules/brace-expansion/package.json +0 -46
  532. package/test/node_modules/braces/LICENSE +0 -21
  533. package/test/node_modules/braces/README.md +0 -586
  534. package/test/node_modules/braces/index.js +0 -170
  535. package/test/node_modules/braces/lib/compile.js +0 -60
  536. package/test/node_modules/braces/lib/constants.js +0 -57
  537. package/test/node_modules/braces/lib/expand.js +0 -113
  538. package/test/node_modules/braces/lib/parse.js +0 -331
  539. package/test/node_modules/braces/lib/stringify.js +0 -32
  540. package/test/node_modules/braces/lib/utils.js +0 -122
  541. package/test/node_modules/braces/package.json +0 -77
  542. package/test/node_modules/browser-stdout/LICENSE +0 -5
  543. package/test/node_modules/browser-stdout/README.md +0 -40
  544. package/test/node_modules/browser-stdout/index.js +0 -25
  545. package/test/node_modules/browser-stdout/package.json +0 -15
  546. package/test/node_modules/call-bind-apply-helpers/.eslintrc +0 -17
  547. package/test/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +0 -12
  548. package/test/node_modules/call-bind-apply-helpers/.nycrc +0 -9
  549. package/test/node_modules/call-bind-apply-helpers/CHANGELOG.md +0 -30
  550. package/test/node_modules/call-bind-apply-helpers/LICENSE +0 -21
  551. package/test/node_modules/call-bind-apply-helpers/README.md +0 -62
  552. package/test/node_modules/call-bind-apply-helpers/actualApply.d.ts +0 -1
  553. package/test/node_modules/call-bind-apply-helpers/actualApply.js +0 -10
  554. package/test/node_modules/call-bind-apply-helpers/applyBind.d.ts +0 -19
  555. package/test/node_modules/call-bind-apply-helpers/applyBind.js +0 -10
  556. package/test/node_modules/call-bind-apply-helpers/functionApply.d.ts +0 -1
  557. package/test/node_modules/call-bind-apply-helpers/functionApply.js +0 -4
  558. package/test/node_modules/call-bind-apply-helpers/functionCall.d.ts +0 -1
  559. package/test/node_modules/call-bind-apply-helpers/functionCall.js +0 -4
  560. package/test/node_modules/call-bind-apply-helpers/index.d.ts +0 -64
  561. package/test/node_modules/call-bind-apply-helpers/index.js +0 -15
  562. package/test/node_modules/call-bind-apply-helpers/package.json +0 -85
  563. package/test/node_modules/call-bind-apply-helpers/reflectApply.d.ts +0 -3
  564. package/test/node_modules/call-bind-apply-helpers/reflectApply.js +0 -4
  565. package/test/node_modules/call-bind-apply-helpers/test/index.js +0 -63
  566. package/test/node_modules/call-bind-apply-helpers/tsconfig.json +0 -9
  567. package/test/node_modules/call-bound/.eslintrc +0 -13
  568. package/test/node_modules/call-bound/.github/FUNDING.yml +0 -12
  569. package/test/node_modules/call-bound/.nycrc +0 -9
  570. package/test/node_modules/call-bound/CHANGELOG.md +0 -42
  571. package/test/node_modules/call-bound/LICENSE +0 -21
  572. package/test/node_modules/call-bound/README.md +0 -53
  573. package/test/node_modules/call-bound/index.d.ts +0 -94
  574. package/test/node_modules/call-bound/index.js +0 -19
  575. package/test/node_modules/call-bound/package.json +0 -99
  576. package/test/node_modules/call-bound/test/index.js +0 -61
  577. package/test/node_modules/call-bound/tsconfig.json +0 -10
  578. package/test/node_modules/camelcase/index.d.ts +0 -103
  579. package/test/node_modules/camelcase/index.js +0 -113
  580. package/test/node_modules/camelcase/license +0 -9
  581. package/test/node_modules/camelcase/package.json +0 -44
  582. package/test/node_modules/camelcase/readme.md +0 -144
  583. package/test/node_modules/chai/.prettierrc.json +0 -10
  584. package/test/node_modules/chai/CODEOWNERS +0 -1
  585. package/test/node_modules/chai/CODE_OF_CONDUCT.md +0 -58
  586. package/test/node_modules/chai/CONTRIBUTING.md +0 -218
  587. package/test/node_modules/chai/History.md +0 -1059
  588. package/test/node_modules/chai/LICENSE +0 -21
  589. package/test/node_modules/chai/README.md +0 -154
  590. package/test/node_modules/chai/ReleaseNotes.md +0 -737
  591. package/test/node_modules/chai/chai.js +0 -4351
  592. package/test/node_modules/chai/eslint.config.js +0 -26
  593. package/test/node_modules/chai/index.js +0 -1
  594. package/test/node_modules/chai/lib/chai/assertion.js +0 -180
  595. package/test/node_modules/chai/lib/chai/config.js +0 -112
  596. package/test/node_modules/chai/lib/chai/core/assertions.js +0 -4157
  597. package/test/node_modules/chai/lib/chai/interface/assert.js +0 -3228
  598. package/test/node_modules/chai/lib/chai/interface/expect.js +0 -59
  599. package/test/node_modules/chai/lib/chai/interface/should.js +0 -227
  600. package/test/node_modules/chai/lib/chai/utils/addChainableMethod.js +0 -146
  601. package/test/node_modules/chai/lib/chai/utils/addLengthGuard.js +0 -73
  602. package/test/node_modules/chai/lib/chai/utils/addMethod.js +0 -66
  603. package/test/node_modules/chai/lib/chai/utils/addProperty.js +0 -70
  604. package/test/node_modules/chai/lib/chai/utils/compareByInspect.js +0 -26
  605. package/test/node_modules/chai/lib/chai/utils/expectTypes.js +0 -58
  606. package/test/node_modules/chai/lib/chai/utils/flag.js +0 -33
  607. package/test/node_modules/chai/lib/chai/utils/getActual.js +0 -20
  608. package/test/node_modules/chai/lib/chai/utils/getMessage.js +0 -52
  609. package/test/node_modules/chai/lib/chai/utils/getOperator.js +0 -58
  610. package/test/node_modules/chai/lib/chai/utils/getOwnEnumerableProperties.js +0 -24
  611. package/test/node_modules/chai/lib/chai/utils/getOwnEnumerablePropertySymbols.js +0 -26
  612. package/test/node_modules/chai/lib/chai/utils/getProperties.js +0 -38
  613. package/test/node_modules/chai/lib/chai/utils/index.js +0 -118
  614. package/test/node_modules/chai/lib/chai/utils/inspect.js +0 -31
  615. package/test/node_modules/chai/lib/chai/utils/isNaN.js +0 -7
  616. package/test/node_modules/chai/lib/chai/utils/isProxyEnabled.js +0 -26
  617. package/test/node_modules/chai/lib/chai/utils/objDisplay.js +0 -47
  618. package/test/node_modules/chai/lib/chai/utils/overwriteChainableMethod.js +0 -69
  619. package/test/node_modules/chai/lib/chai/utils/overwriteMethod.js +0 -90
  620. package/test/node_modules/chai/lib/chai/utils/overwriteProperty.js +0 -89
  621. package/test/node_modules/chai/lib/chai/utils/proxify.js +0 -157
  622. package/test/node_modules/chai/lib/chai/utils/test.js +0 -24
  623. package/test/node_modules/chai/lib/chai/utils/transferFlags.js +0 -48
  624. package/test/node_modules/chai/lib/chai/utils/type-detect.js +0 -20
  625. package/test/node_modules/chai/lib/chai.js +0 -66
  626. package/test/node_modules/chai/package.json +0 -67
  627. package/test/node_modules/chai/register-assert.js +0 -3
  628. package/test/node_modules/chai/register-expect.js +0 -3
  629. package/test/node_modules/chai/register-should.js +0 -3
  630. package/test/node_modules/chai/web-test-runner.config.js +0 -20
  631. package/test/node_modules/chalk/index.d.ts +0 -415
  632. package/test/node_modules/chalk/license +0 -9
  633. package/test/node_modules/chalk/node_modules/supports-color/browser.js +0 -5
  634. package/test/node_modules/chalk/node_modules/supports-color/index.js +0 -135
  635. package/test/node_modules/chalk/node_modules/supports-color/license +0 -9
  636. package/test/node_modules/chalk/node_modules/supports-color/package.json +0 -53
  637. package/test/node_modules/chalk/node_modules/supports-color/readme.md +0 -76
  638. package/test/node_modules/chalk/package.json +0 -68
  639. package/test/node_modules/chalk/readme.md +0 -341
  640. package/test/node_modules/chalk/source/index.js +0 -229
  641. package/test/node_modules/chalk/source/templates.js +0 -134
  642. package/test/node_modules/chalk/source/util.js +0 -39
  643. package/test/node_modules/check-error/LICENSE +0 -19
  644. package/test/node_modules/check-error/README.md +0 -144
  645. package/test/node_modules/check-error/index.js +0 -135
  646. package/test/node_modules/check-error/package.json +0 -66
  647. package/test/node_modules/chokidar/LICENSE +0 -21
  648. package/test/node_modules/chokidar/README.md +0 -308
  649. package/test/node_modules/chokidar/index.js +0 -973
  650. package/test/node_modules/chokidar/lib/constants.js +0 -66
  651. package/test/node_modules/chokidar/lib/fsevents-handler.js +0 -526
  652. package/test/node_modules/chokidar/lib/nodefs-handler.js +0 -654
  653. package/test/node_modules/chokidar/package.json +0 -70
  654. package/test/node_modules/chokidar/types/index.d.ts +0 -192
  655. package/test/node_modules/cliui/CHANGELOG.md +0 -139
  656. package/test/node_modules/cliui/LICENSE.txt +0 -14
  657. package/test/node_modules/cliui/README.md +0 -141
  658. package/test/node_modules/cliui/build/index.cjs +0 -302
  659. package/test/node_modules/cliui/build/index.d.cts +0 -43
  660. package/test/node_modules/cliui/build/lib/index.js +0 -287
  661. package/test/node_modules/cliui/build/lib/string-utils.js +0 -27
  662. package/test/node_modules/cliui/index.mjs +0 -13
  663. package/test/node_modules/cliui/node_modules/ansi-regex/index.d.ts +0 -37
  664. package/test/node_modules/cliui/node_modules/ansi-regex/index.js +0 -10
  665. package/test/node_modules/cliui/node_modules/ansi-regex/license +0 -9
  666. package/test/node_modules/cliui/node_modules/ansi-regex/package.json +0 -55
  667. package/test/node_modules/cliui/node_modules/ansi-regex/readme.md +0 -78
  668. package/test/node_modules/cliui/node_modules/emoji-regex/LICENSE-MIT.txt +0 -20
  669. package/test/node_modules/cliui/node_modules/emoji-regex/README.md +0 -73
  670. package/test/node_modules/cliui/node_modules/emoji-regex/es2015/index.js +0 -6
  671. package/test/node_modules/cliui/node_modules/emoji-regex/es2015/text.js +0 -6
  672. package/test/node_modules/cliui/node_modules/emoji-regex/index.d.ts +0 -23
  673. package/test/node_modules/cliui/node_modules/emoji-regex/index.js +0 -6
  674. package/test/node_modules/cliui/node_modules/emoji-regex/package.json +0 -50
  675. package/test/node_modules/cliui/node_modules/emoji-regex/text.js +0 -6
  676. package/test/node_modules/cliui/node_modules/string-width/index.d.ts +0 -29
  677. package/test/node_modules/cliui/node_modules/string-width/index.js +0 -47
  678. package/test/node_modules/cliui/node_modules/string-width/license +0 -9
  679. package/test/node_modules/cliui/node_modules/string-width/package.json +0 -56
  680. package/test/node_modules/cliui/node_modules/string-width/readme.md +0 -50
  681. package/test/node_modules/cliui/node_modules/strip-ansi/index.d.ts +0 -17
  682. package/test/node_modules/cliui/node_modules/strip-ansi/index.js +0 -4
  683. package/test/node_modules/cliui/node_modules/strip-ansi/license +0 -9
  684. package/test/node_modules/cliui/node_modules/strip-ansi/package.json +0 -54
  685. package/test/node_modules/cliui/node_modules/strip-ansi/readme.md +0 -46
  686. package/test/node_modules/cliui/node_modules/wrap-ansi/index.js +0 -216
  687. package/test/node_modules/cliui/node_modules/wrap-ansi/license +0 -9
  688. package/test/node_modules/cliui/node_modules/wrap-ansi/package.json +0 -62
  689. package/test/node_modules/cliui/node_modules/wrap-ansi/readme.md +0 -91
  690. package/test/node_modules/cliui/package.json +0 -83
  691. package/test/node_modules/color-convert/CHANGELOG.md +0 -54
  692. package/test/node_modules/color-convert/LICENSE +0 -21
  693. package/test/node_modules/color-convert/README.md +0 -68
  694. package/test/node_modules/color-convert/conversions.js +0 -839
  695. package/test/node_modules/color-convert/index.js +0 -81
  696. package/test/node_modules/color-convert/package.json +0 -48
  697. package/test/node_modules/color-convert/route.js +0 -97
  698. package/test/node_modules/color-name/LICENSE +0 -8
  699. package/test/node_modules/color-name/README.md +0 -11
  700. package/test/node_modules/color-name/index.js +0 -152
  701. package/test/node_modules/color-name/package.json +0 -28
  702. package/test/node_modules/combined-stream/License +0 -19
  703. package/test/node_modules/combined-stream/Readme.md +0 -138
  704. package/test/node_modules/combined-stream/lib/combined_stream.js +0 -208
  705. package/test/node_modules/combined-stream/package.json +0 -25
  706. package/test/node_modules/combined-stream/yarn.lock +0 -17
  707. package/test/node_modules/component-emitter/LICENSE +0 -24
  708. package/test/node_modules/component-emitter/Readme.md +0 -74
  709. package/test/node_modules/component-emitter/index.js +0 -175
  710. package/test/node_modules/component-emitter/package.json +0 -28
  711. package/test/node_modules/cookiejar/LICENSE +0 -9
  712. package/test/node_modules/cookiejar/cookiejar.js +0 -281
  713. package/test/node_modules/cookiejar/package.json +0 -26
  714. package/test/node_modules/cookiejar/readme.md +0 -60
  715. package/test/node_modules/cross-spawn/LICENSE +0 -21
  716. package/test/node_modules/cross-spawn/README.md +0 -89
  717. package/test/node_modules/cross-spawn/index.js +0 -39
  718. package/test/node_modules/cross-spawn/lib/enoent.js +0 -59
  719. package/test/node_modules/cross-spawn/lib/parse.js +0 -91
  720. package/test/node_modules/cross-spawn/lib/util/escape.js +0 -47
  721. package/test/node_modules/cross-spawn/lib/util/readShebang.js +0 -23
  722. package/test/node_modules/cross-spawn/lib/util/resolveCommand.js +0 -52
  723. package/test/node_modules/cross-spawn/package.json +0 -73
  724. package/test/node_modules/data-uri-to-buffer/README.md +0 -88
  725. package/test/node_modules/data-uri-to-buffer/dist/index.d.ts +0 -15
  726. package/test/node_modules/data-uri-to-buffer/dist/index.js +0 -53
  727. package/test/node_modules/data-uri-to-buffer/dist/index.js.map +0 -1
  728. package/test/node_modules/data-uri-to-buffer/package.json +0 -62
  729. package/test/node_modules/data-uri-to-buffer/src/index.ts +0 -68
  730. package/test/node_modules/debug/LICENSE +0 -20
  731. package/test/node_modules/debug/README.md +0 -481
  732. package/test/node_modules/debug/package.json +0 -65
  733. package/test/node_modules/debug/src/browser.js +0 -272
  734. package/test/node_modules/debug/src/common.js +0 -292
  735. package/test/node_modules/debug/src/index.js +0 -10
  736. package/test/node_modules/debug/src/node.js +0 -263
  737. package/test/node_modules/decamelize/index.d.ts +0 -20
  738. package/test/node_modules/decamelize/index.js +0 -12
  739. package/test/node_modules/decamelize/license +0 -9
  740. package/test/node_modules/decamelize/package.json +0 -40
  741. package/test/node_modules/decamelize/readme.md +0 -51
  742. package/test/node_modules/deep-eql/LICENSE +0 -19
  743. package/test/node_modules/deep-eql/README.md +0 -93
  744. package/test/node_modules/deep-eql/index.js +0 -513
  745. package/test/node_modules/deep-eql/package.json +0 -73
  746. package/test/node_modules/delayed-stream/License +0 -19
  747. package/test/node_modules/delayed-stream/Makefile +0 -7
  748. package/test/node_modules/delayed-stream/Readme.md +0 -141
  749. package/test/node_modules/delayed-stream/lib/delayed_stream.js +0 -107
  750. package/test/node_modules/delayed-stream/package.json +0 -27
  751. package/test/node_modules/dezalgo/LICENSE +0 -15
  752. package/test/node_modules/dezalgo/README.md +0 -29
  753. package/test/node_modules/dezalgo/dezalgo.js +0 -22
  754. package/test/node_modules/dezalgo/package.json +0 -46
  755. package/test/node_modules/diff/CONTRIBUTING.md +0 -36
  756. package/test/node_modules/diff/LICENSE +0 -29
  757. package/test/node_modules/diff/README.md +0 -339
  758. package/test/node_modules/diff/dist/diff.js +0 -1730
  759. package/test/node_modules/diff/dist/diff.min.js +0 -1
  760. package/test/node_modules/diff/lib/convert/dmp.js +0 -32
  761. package/test/node_modules/diff/lib/convert/xml.js +0 -42
  762. package/test/node_modules/diff/lib/diff/array.js +0 -45
  763. package/test/node_modules/diff/lib/diff/base.js +0 -358
  764. package/test/node_modules/diff/lib/diff/character.js +0 -37
  765. package/test/node_modules/diff/lib/diff/css.js +0 -41
  766. package/test/node_modules/diff/lib/diff/json.js +0 -163
  767. package/test/node_modules/diff/lib/diff/line.js +0 -94
  768. package/test/node_modules/diff/lib/diff/sentence.js +0 -41
  769. package/test/node_modules/diff/lib/diff/word.js +0 -108
  770. package/test/node_modules/diff/lib/index.es6.js +0 -1699
  771. package/test/node_modules/diff/lib/index.js +0 -234
  772. package/test/node_modules/diff/lib/index.mjs +0 -1699
  773. package/test/node_modules/diff/lib/patch/apply.js +0 -238
  774. package/test/node_modules/diff/lib/patch/create.js +0 -276
  775. package/test/node_modules/diff/lib/patch/merge.js +0 -613
  776. package/test/node_modules/diff/lib/patch/parse.js +0 -167
  777. package/test/node_modules/diff/lib/patch/reverse.js +0 -63
  778. package/test/node_modules/diff/lib/util/array.js +0 -32
  779. package/test/node_modules/diff/lib/util/distance-iterator.js +0 -57
  780. package/test/node_modules/diff/lib/util/params.js +0 -24
  781. package/test/node_modules/diff/package.json +0 -89
  782. package/test/node_modules/diff/release-notes.md +0 -317
  783. package/test/node_modules/diff/runtime.js +0 -3
  784. package/test/node_modules/dunder-proto/.eslintrc +0 -5
  785. package/test/node_modules/dunder-proto/.github/FUNDING.yml +0 -12
  786. package/test/node_modules/dunder-proto/.nycrc +0 -13
  787. package/test/node_modules/dunder-proto/CHANGELOG.md +0 -24
  788. package/test/node_modules/dunder-proto/LICENSE +0 -21
  789. package/test/node_modules/dunder-proto/README.md +0 -54
  790. package/test/node_modules/dunder-proto/get.d.ts +0 -5
  791. package/test/node_modules/dunder-proto/get.js +0 -30
  792. package/test/node_modules/dunder-proto/package.json +0 -76
  793. package/test/node_modules/dunder-proto/set.d.ts +0 -5
  794. package/test/node_modules/dunder-proto/set.js +0 -35
  795. package/test/node_modules/dunder-proto/test/get.js +0 -34
  796. package/test/node_modules/dunder-proto/test/index.js +0 -4
  797. package/test/node_modules/dunder-proto/test/set.js +0 -50
  798. package/test/node_modules/dunder-proto/tsconfig.json +0 -9
  799. package/test/node_modules/eastasianwidth/README.md +0 -32
  800. package/test/node_modules/eastasianwidth/eastasianwidth.js +0 -311
  801. package/test/node_modules/eastasianwidth/package.json +0 -18
  802. package/test/node_modules/emoji-regex/LICENSE-MIT.txt +0 -20
  803. package/test/node_modules/emoji-regex/README.md +0 -137
  804. package/test/node_modules/emoji-regex/RGI_Emoji.d.ts +0 -5
  805. package/test/node_modules/emoji-regex/RGI_Emoji.js +0 -6
  806. package/test/node_modules/emoji-regex/es2015/RGI_Emoji.d.ts +0 -5
  807. package/test/node_modules/emoji-regex/es2015/RGI_Emoji.js +0 -6
  808. package/test/node_modules/emoji-regex/es2015/index.d.ts +0 -5
  809. package/test/node_modules/emoji-regex/es2015/index.js +0 -6
  810. package/test/node_modules/emoji-regex/es2015/text.d.ts +0 -5
  811. package/test/node_modules/emoji-regex/es2015/text.js +0 -6
  812. package/test/node_modules/emoji-regex/index.d.ts +0 -5
  813. package/test/node_modules/emoji-regex/index.js +0 -6
  814. package/test/node_modules/emoji-regex/package.json +0 -52
  815. package/test/node_modules/emoji-regex/text.d.ts +0 -5
  816. package/test/node_modules/emoji-regex/text.js +0 -6
  817. package/test/node_modules/es-define-property/.eslintrc +0 -13
  818. package/test/node_modules/es-define-property/.github/FUNDING.yml +0 -12
  819. package/test/node_modules/es-define-property/.nycrc +0 -9
  820. package/test/node_modules/es-define-property/CHANGELOG.md +0 -29
  821. package/test/node_modules/es-define-property/LICENSE +0 -21
  822. package/test/node_modules/es-define-property/README.md +0 -49
  823. package/test/node_modules/es-define-property/index.d.ts +0 -3
  824. package/test/node_modules/es-define-property/index.js +0 -14
  825. package/test/node_modules/es-define-property/package.json +0 -81
  826. package/test/node_modules/es-define-property/test/index.js +0 -56
  827. package/test/node_modules/es-define-property/tsconfig.json +0 -10
  828. package/test/node_modules/es-errors/.eslintrc +0 -5
  829. package/test/node_modules/es-errors/.github/FUNDING.yml +0 -12
  830. package/test/node_modules/es-errors/CHANGELOG.md +0 -40
  831. package/test/node_modules/es-errors/LICENSE +0 -21
  832. package/test/node_modules/es-errors/README.md +0 -55
  833. package/test/node_modules/es-errors/eval.d.ts +0 -3
  834. package/test/node_modules/es-errors/eval.js +0 -4
  835. package/test/node_modules/es-errors/index.d.ts +0 -3
  836. package/test/node_modules/es-errors/index.js +0 -4
  837. package/test/node_modules/es-errors/package.json +0 -80
  838. package/test/node_modules/es-errors/range.d.ts +0 -3
  839. package/test/node_modules/es-errors/range.js +0 -4
  840. package/test/node_modules/es-errors/ref.d.ts +0 -3
  841. package/test/node_modules/es-errors/ref.js +0 -4
  842. package/test/node_modules/es-errors/syntax.d.ts +0 -3
  843. package/test/node_modules/es-errors/syntax.js +0 -4
  844. package/test/node_modules/es-errors/test/index.js +0 -19
  845. package/test/node_modules/es-errors/tsconfig.json +0 -49
  846. package/test/node_modules/es-errors/type.d.ts +0 -3
  847. package/test/node_modules/es-errors/type.js +0 -4
  848. package/test/node_modules/es-errors/uri.d.ts +0 -3
  849. package/test/node_modules/es-errors/uri.js +0 -4
  850. package/test/node_modules/es-object-atoms/.eslintrc +0 -16
  851. package/test/node_modules/es-object-atoms/.github/FUNDING.yml +0 -12
  852. package/test/node_modules/es-object-atoms/CHANGELOG.md +0 -37
  853. package/test/node_modules/es-object-atoms/LICENSE +0 -21
  854. package/test/node_modules/es-object-atoms/README.md +0 -63
  855. package/test/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +0 -3
  856. package/test/node_modules/es-object-atoms/RequireObjectCoercible.js +0 -11
  857. package/test/node_modules/es-object-atoms/ToObject.d.ts +0 -7
  858. package/test/node_modules/es-object-atoms/ToObject.js +0 -10
  859. package/test/node_modules/es-object-atoms/index.d.ts +0 -3
  860. package/test/node_modules/es-object-atoms/index.js +0 -4
  861. package/test/node_modules/es-object-atoms/isObject.d.ts +0 -3
  862. package/test/node_modules/es-object-atoms/isObject.js +0 -6
  863. package/test/node_modules/es-object-atoms/package.json +0 -80
  864. package/test/node_modules/es-object-atoms/test/index.js +0 -38
  865. package/test/node_modules/es-object-atoms/tsconfig.json +0 -6
  866. package/test/node_modules/es-set-tostringtag/.eslintrc +0 -13
  867. package/test/node_modules/es-set-tostringtag/.nycrc +0 -9
  868. package/test/node_modules/es-set-tostringtag/CHANGELOG.md +0 -67
  869. package/test/node_modules/es-set-tostringtag/LICENSE +0 -21
  870. package/test/node_modules/es-set-tostringtag/README.md +0 -53
  871. package/test/node_modules/es-set-tostringtag/index.d.ts +0 -10
  872. package/test/node_modules/es-set-tostringtag/index.js +0 -35
  873. package/test/node_modules/es-set-tostringtag/package.json +0 -78
  874. package/test/node_modules/es-set-tostringtag/test/index.js +0 -85
  875. package/test/node_modules/es-set-tostringtag/tsconfig.json +0 -9
  876. package/test/node_modules/escalade/dist/index.js +0 -22
  877. package/test/node_modules/escalade/dist/index.mjs +0 -22
  878. package/test/node_modules/escalade/index.d.mts +0 -11
  879. package/test/node_modules/escalade/index.d.ts +0 -15
  880. package/test/node_modules/escalade/license +0 -9
  881. package/test/node_modules/escalade/package.json +0 -74
  882. package/test/node_modules/escalade/readme.md +0 -211
  883. package/test/node_modules/escalade/sync/index.d.mts +0 -9
  884. package/test/node_modules/escalade/sync/index.d.ts +0 -13
  885. package/test/node_modules/escalade/sync/index.js +0 -18
  886. package/test/node_modules/escalade/sync/index.mjs +0 -18
  887. package/test/node_modules/escape-string-regexp/index.d.ts +0 -18
  888. package/test/node_modules/escape-string-regexp/index.js +0 -13
  889. package/test/node_modules/escape-string-regexp/license +0 -9
  890. package/test/node_modules/escape-string-regexp/package.json +0 -38
  891. package/test/node_modules/escape-string-regexp/readme.md +0 -34
  892. package/test/node_modules/ethereum-cryptography/LICENSE +0 -21
  893. package/test/node_modules/ethereum-cryptography/README.md +0 -509
  894. package/test/node_modules/ethereum-cryptography/aes.d.ts +0 -2
  895. package/test/node_modules/ethereum-cryptography/aes.js +0 -97
  896. package/test/node_modules/ethereum-cryptography/bip39/index.d.ts +0 -1
  897. package/test/node_modules/ethereum-cryptography/bip39/index.js +0 -10
  898. package/test/node_modules/ethereum-cryptography/bip39/wordlists/czech.d.ts +0 -1
  899. package/test/node_modules/ethereum-cryptography/bip39/wordlists/czech.js +0 -5
  900. package/test/node_modules/ethereum-cryptography/bip39/wordlists/english.d.ts +0 -1
  901. package/test/node_modules/ethereum-cryptography/bip39/wordlists/english.js +0 -5
  902. package/test/node_modules/ethereum-cryptography/bip39/wordlists/french.d.ts +0 -1
  903. package/test/node_modules/ethereum-cryptography/bip39/wordlists/french.js +0 -5
  904. package/test/node_modules/ethereum-cryptography/bip39/wordlists/italian.d.ts +0 -1
  905. package/test/node_modules/ethereum-cryptography/bip39/wordlists/italian.js +0 -5
  906. package/test/node_modules/ethereum-cryptography/bip39/wordlists/japanese.d.ts +0 -1
  907. package/test/node_modules/ethereum-cryptography/bip39/wordlists/japanese.js +0 -5
  908. package/test/node_modules/ethereum-cryptography/bip39/wordlists/korean.d.ts +0 -1
  909. package/test/node_modules/ethereum-cryptography/bip39/wordlists/korean.js +0 -5
  910. package/test/node_modules/ethereum-cryptography/bip39/wordlists/simplified-chinese.d.ts +0 -1
  911. package/test/node_modules/ethereum-cryptography/bip39/wordlists/simplified-chinese.js +0 -5
  912. package/test/node_modules/ethereum-cryptography/bip39/wordlists/spanish.d.ts +0 -1
  913. package/test/node_modules/ethereum-cryptography/bip39/wordlists/spanish.js +0 -5
  914. package/test/node_modules/ethereum-cryptography/bip39/wordlists/traditional-chinese.d.ts +0 -1
  915. package/test/node_modules/ethereum-cryptography/bip39/wordlists/traditional-chinese.js +0 -5
  916. package/test/node_modules/ethereum-cryptography/blake2b.d.ts +0 -1
  917. package/test/node_modules/ethereum-cryptography/blake2b.js +0 -13
  918. package/test/node_modules/ethereum-cryptography/esm/aes.js +0 -93
  919. package/test/node_modules/ethereum-cryptography/esm/bip39/index.js +0 -1
  920. package/test/node_modules/ethereum-cryptography/esm/bip39/wordlists/czech.js +0 -1
  921. package/test/node_modules/ethereum-cryptography/esm/bip39/wordlists/english.js +0 -1
  922. package/test/node_modules/ethereum-cryptography/esm/bip39/wordlists/french.js +0 -1
  923. package/test/node_modules/ethereum-cryptography/esm/bip39/wordlists/italian.js +0 -1
  924. package/test/node_modules/ethereum-cryptography/esm/bip39/wordlists/japanese.js +0 -1
  925. package/test/node_modules/ethereum-cryptography/esm/bip39/wordlists/korean.js +0 -1
  926. package/test/node_modules/ethereum-cryptography/esm/bip39/wordlists/simplified-chinese.js +0 -1
  927. package/test/node_modules/ethereum-cryptography/esm/bip39/wordlists/spanish.js +0 -1
  928. package/test/node_modules/ethereum-cryptography/esm/bip39/wordlists/traditional-chinese.js +0 -1
  929. package/test/node_modules/ethereum-cryptography/esm/blake2b.js +0 -9
  930. package/test/node_modules/ethereum-cryptography/esm/hdkey.js +0 -1
  931. package/test/node_modules/ethereum-cryptography/esm/index.js +0 -2
  932. package/test/node_modules/ethereum-cryptography/esm/keccak.js +0 -10
  933. package/test/node_modules/ethereum-cryptography/esm/package.json +0 -3
  934. package/test/node_modules/ethereum-cryptography/esm/pbkdf2.js +0 -26
  935. package/test/node_modules/ethereum-cryptography/esm/random.js +0 -7
  936. package/test/node_modules/ethereum-cryptography/esm/ripemd160.js +0 -3
  937. package/test/node_modules/ethereum-cryptography/esm/scrypt.js +0 -12
  938. package/test/node_modules/ethereum-cryptography/esm/secp256k1-compat.js +0 -254
  939. package/test/node_modules/ethereum-cryptography/esm/secp256k1.js +0 -1
  940. package/test/node_modules/ethereum-cryptography/esm/sha256.js +0 -3
  941. package/test/node_modules/ethereum-cryptography/esm/sha512.js +0 -3
  942. package/test/node_modules/ethereum-cryptography/esm/utils.js +0 -47
  943. package/test/node_modules/ethereum-cryptography/hdkey.d.ts +0 -1
  944. package/test/node_modules/ethereum-cryptography/hdkey.js +0 -6
  945. package/test/node_modules/ethereum-cryptography/index.d.ts +0 -0
  946. package/test/node_modules/ethereum-cryptography/index.js +0 -2
  947. package/test/node_modules/ethereum-cryptography/keccak.d.ts +0 -11
  948. package/test/node_modules/ethereum-cryptography/keccak.js +0 -13
  949. package/test/node_modules/ethereum-cryptography/package.json +0 -369
  950. package/test/node_modules/ethereum-cryptography/pbkdf2.d.ts +0 -2
  951. package/test/node_modules/ethereum-cryptography/pbkdf2.js +0 -30
  952. package/test/node_modules/ethereum-cryptography/random.d.ts +0 -2
  953. package/test/node_modules/ethereum-cryptography/random.js +0 -11
  954. package/test/node_modules/ethereum-cryptography/ripemd160.d.ts +0 -1
  955. package/test/node_modules/ethereum-cryptography/ripemd160.js +0 -6
  956. package/test/node_modules/ethereum-cryptography/scrypt.d.ts +0 -4
  957. package/test/node_modules/ethereum-cryptography/scrypt.js +0 -16
  958. package/test/node_modules/ethereum-cryptography/secp256k1-compat.d.ts +0 -35
  959. package/test/node_modules/ethereum-cryptography/secp256k1-compat.js +0 -277
  960. package/test/node_modules/ethereum-cryptography/secp256k1.d.ts +0 -1
  961. package/test/node_modules/ethereum-cryptography/secp256k1.js +0 -5
  962. package/test/node_modules/ethereum-cryptography/sha256.d.ts +0 -1
  963. package/test/node_modules/ethereum-cryptography/sha256.js +0 -6
  964. package/test/node_modules/ethereum-cryptography/sha512.d.ts +0 -1
  965. package/test/node_modules/ethereum-cryptography/sha512.js +0 -6
  966. package/test/node_modules/ethereum-cryptography/utils.d.ts +0 -12
  967. package/test/node_modules/ethereum-cryptography/utils.js +0 -63
  968. package/test/node_modules/fast-safe-stringify/.travis.yml +0 -8
  969. package/test/node_modules/fast-safe-stringify/CHANGELOG.md +0 -17
  970. package/test/node_modules/fast-safe-stringify/LICENSE +0 -23
  971. package/test/node_modules/fast-safe-stringify/benchmark.js +0 -137
  972. package/test/node_modules/fast-safe-stringify/index.d.ts +0 -23
  973. package/test/node_modules/fast-safe-stringify/index.js +0 -229
  974. package/test/node_modules/fast-safe-stringify/package.json +0 -46
  975. package/test/node_modules/fast-safe-stringify/readme.md +0 -170
  976. package/test/node_modules/fast-safe-stringify/test-stable.js +0 -404
  977. package/test/node_modules/fast-safe-stringify/test.js +0 -397
  978. package/test/node_modules/fetch-blob/LICENSE +0 -21
  979. package/test/node_modules/fetch-blob/README.md +0 -106
  980. package/test/node_modules/fetch-blob/file.d.ts +0 -2
  981. package/test/node_modules/fetch-blob/file.js +0 -49
  982. package/test/node_modules/fetch-blob/from.d.ts +0 -26
  983. package/test/node_modules/fetch-blob/from.js +0 -100
  984. package/test/node_modules/fetch-blob/index.d.ts +0 -3
  985. package/test/node_modules/fetch-blob/index.js +0 -250
  986. package/test/node_modules/fetch-blob/package.json +0 -56
  987. package/test/node_modules/fetch-blob/streams.cjs +0 -51
  988. package/test/node_modules/fill-range/LICENSE +0 -21
  989. package/test/node_modules/fill-range/README.md +0 -237
  990. package/test/node_modules/fill-range/index.js +0 -248
  991. package/test/node_modules/fill-range/package.json +0 -74
  992. package/test/node_modules/find-up/index.d.ts +0 -138
  993. package/test/node_modules/find-up/index.js +0 -89
  994. package/test/node_modules/find-up/license +0 -9
  995. package/test/node_modules/find-up/package.json +0 -54
  996. package/test/node_modules/find-up/readme.md +0 -151
  997. package/test/node_modules/flat/.travis.yml +0 -8
  998. package/test/node_modules/flat/LICENSE +0 -12
  999. package/test/node_modules/flat/README.md +0 -236
  1000. package/test/node_modules/flat/cli.js +0 -42
  1001. package/test/node_modules/flat/index.js +0 -158
  1002. package/test/node_modules/flat/package.json +0 -37
  1003. package/test/node_modules/flat/test/test.js +0 -643
  1004. package/test/node_modules/foreground-child/LICENSE +0 -15
  1005. package/test/node_modules/foreground-child/README.md +0 -128
  1006. package/test/node_modules/foreground-child/dist/commonjs/all-signals.d.ts +0 -2
  1007. package/test/node_modules/foreground-child/dist/commonjs/all-signals.d.ts.map +0 -1
  1008. package/test/node_modules/foreground-child/dist/commonjs/all-signals.js +0 -58
  1009. package/test/node_modules/foreground-child/dist/commonjs/all-signals.js.map +0 -1
  1010. package/test/node_modules/foreground-child/dist/commonjs/index.d.ts +0 -58
  1011. package/test/node_modules/foreground-child/dist/commonjs/index.d.ts.map +0 -1
  1012. package/test/node_modules/foreground-child/dist/commonjs/index.js +0 -123
  1013. package/test/node_modules/foreground-child/dist/commonjs/index.js.map +0 -1
  1014. package/test/node_modules/foreground-child/dist/commonjs/package.json +0 -3
  1015. package/test/node_modules/foreground-child/dist/commonjs/proxy-signals.d.ts +0 -6
  1016. package/test/node_modules/foreground-child/dist/commonjs/proxy-signals.d.ts.map +0 -1
  1017. package/test/node_modules/foreground-child/dist/commonjs/proxy-signals.js +0 -38
  1018. package/test/node_modules/foreground-child/dist/commonjs/proxy-signals.js.map +0 -1
  1019. package/test/node_modules/foreground-child/dist/commonjs/watchdog.d.ts +0 -10
  1020. package/test/node_modules/foreground-child/dist/commonjs/watchdog.d.ts.map +0 -1
  1021. package/test/node_modules/foreground-child/dist/commonjs/watchdog.js +0 -50
  1022. package/test/node_modules/foreground-child/dist/commonjs/watchdog.js.map +0 -1
  1023. package/test/node_modules/foreground-child/dist/esm/all-signals.d.ts +0 -2
  1024. package/test/node_modules/foreground-child/dist/esm/all-signals.d.ts.map +0 -1
  1025. package/test/node_modules/foreground-child/dist/esm/all-signals.js +0 -52
  1026. package/test/node_modules/foreground-child/dist/esm/all-signals.js.map +0 -1
  1027. package/test/node_modules/foreground-child/dist/esm/index.d.ts +0 -58
  1028. package/test/node_modules/foreground-child/dist/esm/index.d.ts.map +0 -1
  1029. package/test/node_modules/foreground-child/dist/esm/index.js +0 -115
  1030. package/test/node_modules/foreground-child/dist/esm/index.js.map +0 -1
  1031. package/test/node_modules/foreground-child/dist/esm/package.json +0 -3
  1032. package/test/node_modules/foreground-child/dist/esm/proxy-signals.d.ts +0 -6
  1033. package/test/node_modules/foreground-child/dist/esm/proxy-signals.d.ts.map +0 -1
  1034. package/test/node_modules/foreground-child/dist/esm/proxy-signals.js +0 -34
  1035. package/test/node_modules/foreground-child/dist/esm/proxy-signals.js.map +0 -1
  1036. package/test/node_modules/foreground-child/dist/esm/watchdog.d.ts +0 -10
  1037. package/test/node_modules/foreground-child/dist/esm/watchdog.d.ts.map +0 -1
  1038. package/test/node_modules/foreground-child/dist/esm/watchdog.js +0 -46
  1039. package/test/node_modules/foreground-child/dist/esm/watchdog.js.map +0 -1
  1040. package/test/node_modules/foreground-child/package.json +0 -106
  1041. package/test/node_modules/form-data/License +0 -19
  1042. package/test/node_modules/form-data/Readme.md +0 -358
  1043. package/test/node_modules/form-data/index.d.ts +0 -62
  1044. package/test/node_modules/form-data/lib/browser.js +0 -2
  1045. package/test/node_modules/form-data/lib/form_data.js +0 -503
  1046. package/test/node_modules/form-data/lib/populate.js +0 -10
  1047. package/test/node_modules/form-data/package.json +0 -74
  1048. package/test/node_modules/formdata-polyfill/FormData.js +0 -441
  1049. package/test/node_modules/formdata-polyfill/LICENSE +0 -21
  1050. package/test/node_modules/formdata-polyfill/README.md +0 -145
  1051. package/test/node_modules/formdata-polyfill/esm.min.d.ts +0 -5
  1052. package/test/node_modules/formdata-polyfill/esm.min.js +0 -40
  1053. package/test/node_modules/formdata-polyfill/formdata-to-blob.js +0 -39
  1054. package/test/node_modules/formdata-polyfill/formdata.min.js +0 -21
  1055. package/test/node_modules/formdata-polyfill/package.json +0 -50
  1056. package/test/node_modules/formidable/LICENSE +0 -21
  1057. package/test/node_modules/formidable/README.md +0 -884
  1058. package/test/node_modules/formidable/README_pt_BR.md +0 -841
  1059. package/test/node_modules/formidable/dist/helpers/firstValues.cjs +0 -394
  1060. package/test/node_modules/formidable/dist/helpers/readBooleans.cjs +0 -12
  1061. package/test/node_modules/formidable/dist/index.cjs +0 -1690
  1062. package/test/node_modules/formidable/dist/parsers/JSON.cjs +0 -35
  1063. package/test/node_modules/formidable/dist/parsers/Multipart.cjs +0 -372
  1064. package/test/node_modules/formidable/dist/parsers/OctetStream.cjs +0 -14
  1065. package/test/node_modules/formidable/dist/parsers/Querystring.cjs +0 -38
  1066. package/test/node_modules/formidable/dist/parsers/StreamingQuerystring.cjs +0 -131
  1067. package/test/node_modules/formidable/package.json +0 -140
  1068. package/test/node_modules/formidable/src/Formidable.js +0 -684
  1069. package/test/node_modules/formidable/src/FormidableError.js +0 -51
  1070. package/test/node_modules/formidable/src/PersistentFile.js +0 -88
  1071. package/test/node_modules/formidable/src/VolatileFile.js +0 -80
  1072. package/test/node_modules/formidable/src/helpers/firstValues.js +0 -19
  1073. package/test/node_modules/formidable/src/helpers/readBooleans.js +0 -10
  1074. package/test/node_modules/formidable/src/index.js +0 -32
  1075. package/test/node_modules/formidable/src/parsers/Dummy.js +0 -19
  1076. package/test/node_modules/formidable/src/parsers/JSON.js +0 -30
  1077. package/test/node_modules/formidable/src/parsers/Multipart.js +0 -356
  1078. package/test/node_modules/formidable/src/parsers/OctetStream.js +0 -10
  1079. package/test/node_modules/formidable/src/parsers/Querystring.js +0 -33
  1080. package/test/node_modules/formidable/src/parsers/StreamingQuerystring.js +0 -117
  1081. package/test/node_modules/formidable/src/parsers/index.js +0 -15
  1082. package/test/node_modules/formidable/src/plugins/index.js +0 -6
  1083. package/test/node_modules/formidable/src/plugins/json.js +0 -39
  1084. package/test/node_modules/formidable/src/plugins/multipart.js +0 -173
  1085. package/test/node_modules/formidable/src/plugins/octetstream.js +0 -84
  1086. package/test/node_modules/formidable/src/plugins/querystring.js +0 -41
  1087. package/test/node_modules/fount-js/README.md +0 -35
  1088. package/test/node_modules/fount-js/fount.cjs +0 -145
  1089. package/test/node_modules/fount-js/fount.js +0 -202
  1090. package/test/node_modules/fount-js/package.json +0 -23
  1091. package/test/node_modules/fsevents/LICENSE +0 -22
  1092. package/test/node_modules/fsevents/README.md +0 -89
  1093. package/test/node_modules/fsevents/fsevents.d.ts +0 -46
  1094. package/test/node_modules/fsevents/fsevents.js +0 -83
  1095. package/test/node_modules/fsevents/fsevents.node +0 -0
  1096. package/test/node_modules/fsevents/package.json +0 -62
  1097. package/test/node_modules/function-bind/.eslintrc +0 -21
  1098. package/test/node_modules/function-bind/.github/FUNDING.yml +0 -12
  1099. package/test/node_modules/function-bind/.github/SECURITY.md +0 -3
  1100. package/test/node_modules/function-bind/.nycrc +0 -13
  1101. package/test/node_modules/function-bind/CHANGELOG.md +0 -136
  1102. package/test/node_modules/function-bind/LICENSE +0 -20
  1103. package/test/node_modules/function-bind/README.md +0 -46
  1104. package/test/node_modules/function-bind/implementation.js +0 -84
  1105. package/test/node_modules/function-bind/index.js +0 -5
  1106. package/test/node_modules/function-bind/package.json +0 -87
  1107. package/test/node_modules/function-bind/test/.eslintrc +0 -9
  1108. package/test/node_modules/function-bind/test/index.js +0 -252
  1109. package/test/node_modules/get-caller-file/LICENSE.md +0 -6
  1110. package/test/node_modules/get-caller-file/README.md +0 -41
  1111. package/test/node_modules/get-caller-file/index.d.ts +0 -2
  1112. package/test/node_modules/get-caller-file/index.js +0 -22
  1113. package/test/node_modules/get-caller-file/index.js.map +0 -1
  1114. package/test/node_modules/get-caller-file/package.json +0 -42
  1115. package/test/node_modules/get-intrinsic/.eslintrc +0 -42
  1116. package/test/node_modules/get-intrinsic/.github/FUNDING.yml +0 -12
  1117. package/test/node_modules/get-intrinsic/.nycrc +0 -9
  1118. package/test/node_modules/get-intrinsic/CHANGELOG.md +0 -186
  1119. package/test/node_modules/get-intrinsic/LICENSE +0 -21
  1120. package/test/node_modules/get-intrinsic/README.md +0 -71
  1121. package/test/node_modules/get-intrinsic/index.js +0 -378
  1122. package/test/node_modules/get-intrinsic/package.json +0 -97
  1123. package/test/node_modules/get-intrinsic/test/GetIntrinsic.js +0 -274
  1124. package/test/node_modules/get-proto/.eslintrc +0 -10
  1125. package/test/node_modules/get-proto/.github/FUNDING.yml +0 -12
  1126. package/test/node_modules/get-proto/.nycrc +0 -9
  1127. package/test/node_modules/get-proto/CHANGELOG.md +0 -21
  1128. package/test/node_modules/get-proto/LICENSE +0 -21
  1129. package/test/node_modules/get-proto/Object.getPrototypeOf.d.ts +0 -5
  1130. package/test/node_modules/get-proto/Object.getPrototypeOf.js +0 -6
  1131. package/test/node_modules/get-proto/README.md +0 -50
  1132. package/test/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +0 -3
  1133. package/test/node_modules/get-proto/Reflect.getPrototypeOf.js +0 -4
  1134. package/test/node_modules/get-proto/index.d.ts +0 -5
  1135. package/test/node_modules/get-proto/index.js +0 -27
  1136. package/test/node_modules/get-proto/package.json +0 -81
  1137. package/test/node_modules/get-proto/test/index.js +0 -68
  1138. package/test/node_modules/get-proto/tsconfig.json +0 -9
  1139. package/test/node_modules/glob/LICENSE +0 -15
  1140. package/test/node_modules/glob/README.md +0 -1265
  1141. package/test/node_modules/glob/dist/commonjs/glob.d.ts +0 -388
  1142. package/test/node_modules/glob/dist/commonjs/glob.d.ts.map +0 -1
  1143. package/test/node_modules/glob/dist/commonjs/glob.js +0 -247
  1144. package/test/node_modules/glob/dist/commonjs/glob.js.map +0 -1
  1145. package/test/node_modules/glob/dist/commonjs/has-magic.d.ts +0 -14
  1146. package/test/node_modules/glob/dist/commonjs/has-magic.d.ts.map +0 -1
  1147. package/test/node_modules/glob/dist/commonjs/has-magic.js +0 -27
  1148. package/test/node_modules/glob/dist/commonjs/has-magic.js.map +0 -1
  1149. package/test/node_modules/glob/dist/commonjs/ignore.d.ts +0 -24
  1150. package/test/node_modules/glob/dist/commonjs/ignore.d.ts.map +0 -1
  1151. package/test/node_modules/glob/dist/commonjs/ignore.js +0 -119
  1152. package/test/node_modules/glob/dist/commonjs/ignore.js.map +0 -1
  1153. package/test/node_modules/glob/dist/commonjs/index.d.ts +0 -97
  1154. package/test/node_modules/glob/dist/commonjs/index.d.ts.map +0 -1
  1155. package/test/node_modules/glob/dist/commonjs/index.js +0 -68
  1156. package/test/node_modules/glob/dist/commonjs/index.js.map +0 -1
  1157. package/test/node_modules/glob/dist/commonjs/package.json +0 -3
  1158. package/test/node_modules/glob/dist/commonjs/pattern.d.ts +0 -76
  1159. package/test/node_modules/glob/dist/commonjs/pattern.d.ts.map +0 -1
  1160. package/test/node_modules/glob/dist/commonjs/pattern.js +0 -219
  1161. package/test/node_modules/glob/dist/commonjs/pattern.js.map +0 -1
  1162. package/test/node_modules/glob/dist/commonjs/processor.d.ts +0 -59
  1163. package/test/node_modules/glob/dist/commonjs/processor.d.ts.map +0 -1
  1164. package/test/node_modules/glob/dist/commonjs/processor.js +0 -301
  1165. package/test/node_modules/glob/dist/commonjs/processor.js.map +0 -1
  1166. package/test/node_modules/glob/dist/commonjs/walker.d.ts +0 -97
  1167. package/test/node_modules/glob/dist/commonjs/walker.d.ts.map +0 -1
  1168. package/test/node_modules/glob/dist/commonjs/walker.js +0 -387
  1169. package/test/node_modules/glob/dist/commonjs/walker.js.map +0 -1
  1170. package/test/node_modules/glob/dist/esm/bin.d.mts +0 -3
  1171. package/test/node_modules/glob/dist/esm/bin.d.mts.map +0 -1
  1172. package/test/node_modules/glob/dist/esm/bin.mjs +0 -270
  1173. package/test/node_modules/glob/dist/esm/bin.mjs.map +0 -1
  1174. package/test/node_modules/glob/dist/esm/glob.d.ts +0 -388
  1175. package/test/node_modules/glob/dist/esm/glob.d.ts.map +0 -1
  1176. package/test/node_modules/glob/dist/esm/glob.js +0 -243
  1177. package/test/node_modules/glob/dist/esm/glob.js.map +0 -1
  1178. package/test/node_modules/glob/dist/esm/has-magic.d.ts +0 -14
  1179. package/test/node_modules/glob/dist/esm/has-magic.d.ts.map +0 -1
  1180. package/test/node_modules/glob/dist/esm/has-magic.js +0 -23
  1181. package/test/node_modules/glob/dist/esm/has-magic.js.map +0 -1
  1182. package/test/node_modules/glob/dist/esm/ignore.d.ts +0 -24
  1183. package/test/node_modules/glob/dist/esm/ignore.d.ts.map +0 -1
  1184. package/test/node_modules/glob/dist/esm/ignore.js +0 -115
  1185. package/test/node_modules/glob/dist/esm/ignore.js.map +0 -1
  1186. package/test/node_modules/glob/dist/esm/index.d.ts +0 -97
  1187. package/test/node_modules/glob/dist/esm/index.d.ts.map +0 -1
  1188. package/test/node_modules/glob/dist/esm/index.js +0 -55
  1189. package/test/node_modules/glob/dist/esm/index.js.map +0 -1
  1190. package/test/node_modules/glob/dist/esm/package.json +0 -3
  1191. package/test/node_modules/glob/dist/esm/pattern.d.ts +0 -76
  1192. package/test/node_modules/glob/dist/esm/pattern.d.ts.map +0 -1
  1193. package/test/node_modules/glob/dist/esm/pattern.js +0 -215
  1194. package/test/node_modules/glob/dist/esm/pattern.js.map +0 -1
  1195. package/test/node_modules/glob/dist/esm/processor.d.ts +0 -59
  1196. package/test/node_modules/glob/dist/esm/processor.d.ts.map +0 -1
  1197. package/test/node_modules/glob/dist/esm/processor.js +0 -294
  1198. package/test/node_modules/glob/dist/esm/processor.js.map +0 -1
  1199. package/test/node_modules/glob/dist/esm/walker.d.ts +0 -97
  1200. package/test/node_modules/glob/dist/esm/walker.d.ts.map +0 -1
  1201. package/test/node_modules/glob/dist/esm/walker.js +0 -381
  1202. package/test/node_modules/glob/dist/esm/walker.js.map +0 -1
  1203. package/test/node_modules/glob/node_modules/minimatch/LICENSE +0 -15
  1204. package/test/node_modules/glob/node_modules/minimatch/README.md +0 -454
  1205. package/test/node_modules/glob/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts +0 -2
  1206. package/test/node_modules/glob/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts.map +0 -1
  1207. package/test/node_modules/glob/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js +0 -14
  1208. package/test/node_modules/glob/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js.map +0 -1
  1209. package/test/node_modules/glob/node_modules/minimatch/dist/commonjs/ast.d.ts +0 -20
  1210. package/test/node_modules/glob/node_modules/minimatch/dist/commonjs/ast.d.ts.map +0 -1
  1211. package/test/node_modules/glob/node_modules/minimatch/dist/commonjs/ast.js +0 -592
  1212. package/test/node_modules/glob/node_modules/minimatch/dist/commonjs/ast.js.map +0 -1
  1213. package/test/node_modules/glob/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts +0 -8
  1214. package/test/node_modules/glob/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts.map +0 -1
  1215. package/test/node_modules/glob/node_modules/minimatch/dist/commonjs/brace-expressions.js +0 -152
  1216. package/test/node_modules/glob/node_modules/minimatch/dist/commonjs/brace-expressions.js.map +0 -1
  1217. package/test/node_modules/glob/node_modules/minimatch/dist/commonjs/escape.d.ts +0 -12
  1218. package/test/node_modules/glob/node_modules/minimatch/dist/commonjs/escape.d.ts.map +0 -1
  1219. package/test/node_modules/glob/node_modules/minimatch/dist/commonjs/escape.js +0 -22
  1220. package/test/node_modules/glob/node_modules/minimatch/dist/commonjs/escape.js.map +0 -1
  1221. package/test/node_modules/glob/node_modules/minimatch/dist/commonjs/index.d.ts +0 -94
  1222. package/test/node_modules/glob/node_modules/minimatch/dist/commonjs/index.d.ts.map +0 -1
  1223. package/test/node_modules/glob/node_modules/minimatch/dist/commonjs/index.js +0 -1017
  1224. package/test/node_modules/glob/node_modules/minimatch/dist/commonjs/index.js.map +0 -1
  1225. package/test/node_modules/glob/node_modules/minimatch/dist/commonjs/package.json +0 -3
  1226. package/test/node_modules/glob/node_modules/minimatch/dist/commonjs/unescape.d.ts +0 -17
  1227. package/test/node_modules/glob/node_modules/minimatch/dist/commonjs/unescape.d.ts.map +0 -1
  1228. package/test/node_modules/glob/node_modules/minimatch/dist/commonjs/unescape.js +0 -24
  1229. package/test/node_modules/glob/node_modules/minimatch/dist/commonjs/unescape.js.map +0 -1
  1230. package/test/node_modules/glob/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts +0 -2
  1231. package/test/node_modules/glob/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts.map +0 -1
  1232. package/test/node_modules/glob/node_modules/minimatch/dist/esm/assert-valid-pattern.js +0 -10
  1233. package/test/node_modules/glob/node_modules/minimatch/dist/esm/assert-valid-pattern.js.map +0 -1
  1234. package/test/node_modules/glob/node_modules/minimatch/dist/esm/ast.d.ts +0 -20
  1235. package/test/node_modules/glob/node_modules/minimatch/dist/esm/ast.d.ts.map +0 -1
  1236. package/test/node_modules/glob/node_modules/minimatch/dist/esm/ast.js +0 -588
  1237. package/test/node_modules/glob/node_modules/minimatch/dist/esm/ast.js.map +0 -1
  1238. package/test/node_modules/glob/node_modules/minimatch/dist/esm/brace-expressions.d.ts +0 -8
  1239. package/test/node_modules/glob/node_modules/minimatch/dist/esm/brace-expressions.d.ts.map +0 -1
  1240. package/test/node_modules/glob/node_modules/minimatch/dist/esm/brace-expressions.js +0 -148
  1241. package/test/node_modules/glob/node_modules/minimatch/dist/esm/brace-expressions.js.map +0 -1
  1242. package/test/node_modules/glob/node_modules/minimatch/dist/esm/escape.d.ts +0 -12
  1243. package/test/node_modules/glob/node_modules/minimatch/dist/esm/escape.d.ts.map +0 -1
  1244. package/test/node_modules/glob/node_modules/minimatch/dist/esm/escape.js +0 -18
  1245. package/test/node_modules/glob/node_modules/minimatch/dist/esm/escape.js.map +0 -1
  1246. package/test/node_modules/glob/node_modules/minimatch/dist/esm/index.d.ts +0 -94
  1247. package/test/node_modules/glob/node_modules/minimatch/dist/esm/index.d.ts.map +0 -1
  1248. package/test/node_modules/glob/node_modules/minimatch/dist/esm/index.js +0 -1001
  1249. package/test/node_modules/glob/node_modules/minimatch/dist/esm/index.js.map +0 -1
  1250. package/test/node_modules/glob/node_modules/minimatch/dist/esm/package.json +0 -3
  1251. package/test/node_modules/glob/node_modules/minimatch/dist/esm/unescape.d.ts +0 -17
  1252. package/test/node_modules/glob/node_modules/minimatch/dist/esm/unescape.d.ts.map +0 -1
  1253. package/test/node_modules/glob/node_modules/minimatch/dist/esm/unescape.js +0 -20
  1254. package/test/node_modules/glob/node_modules/minimatch/dist/esm/unescape.js.map +0 -1
  1255. package/test/node_modules/glob/node_modules/minimatch/package.json +0 -82
  1256. package/test/node_modules/glob/package.json +0 -99
  1257. package/test/node_modules/glob-parent/CHANGELOG.md +0 -110
  1258. package/test/node_modules/glob-parent/LICENSE +0 -15
  1259. package/test/node_modules/glob-parent/README.md +0 -137
  1260. package/test/node_modules/glob-parent/index.js +0 -42
  1261. package/test/node_modules/glob-parent/package.json +0 -48
  1262. package/test/node_modules/gopd/.eslintrc +0 -16
  1263. package/test/node_modules/gopd/.github/FUNDING.yml +0 -12
  1264. package/test/node_modules/gopd/CHANGELOG.md +0 -45
  1265. package/test/node_modules/gopd/LICENSE +0 -21
  1266. package/test/node_modules/gopd/README.md +0 -40
  1267. package/test/node_modules/gopd/gOPD.d.ts +0 -1
  1268. package/test/node_modules/gopd/gOPD.js +0 -4
  1269. package/test/node_modules/gopd/index.d.ts +0 -5
  1270. package/test/node_modules/gopd/index.js +0 -15
  1271. package/test/node_modules/gopd/package.json +0 -77
  1272. package/test/node_modules/gopd/test/index.js +0 -36
  1273. package/test/node_modules/gopd/tsconfig.json +0 -9
  1274. package/test/node_modules/has-flag/index.d.ts +0 -39
  1275. package/test/node_modules/has-flag/index.js +0 -8
  1276. package/test/node_modules/has-flag/license +0 -9
  1277. package/test/node_modules/has-flag/package.json +0 -46
  1278. package/test/node_modules/has-flag/readme.md +0 -89
  1279. package/test/node_modules/has-symbols/.eslintrc +0 -11
  1280. package/test/node_modules/has-symbols/.github/FUNDING.yml +0 -12
  1281. package/test/node_modules/has-symbols/.nycrc +0 -9
  1282. package/test/node_modules/has-symbols/CHANGELOG.md +0 -91
  1283. package/test/node_modules/has-symbols/LICENSE +0 -21
  1284. package/test/node_modules/has-symbols/README.md +0 -46
  1285. package/test/node_modules/has-symbols/index.d.ts +0 -3
  1286. package/test/node_modules/has-symbols/index.js +0 -14
  1287. package/test/node_modules/has-symbols/package.json +0 -111
  1288. package/test/node_modules/has-symbols/shams.d.ts +0 -3
  1289. package/test/node_modules/has-symbols/shams.js +0 -45
  1290. package/test/node_modules/has-symbols/test/index.js +0 -22
  1291. package/test/node_modules/has-symbols/test/shams/core-js.js +0 -29
  1292. package/test/node_modules/has-symbols/test/shams/get-own-property-symbols.js +0 -29
  1293. package/test/node_modules/has-symbols/test/tests.js +0 -58
  1294. package/test/node_modules/has-symbols/tsconfig.json +0 -10
  1295. package/test/node_modules/has-tostringtag/.eslintrc +0 -5
  1296. package/test/node_modules/has-tostringtag/.github/FUNDING.yml +0 -12
  1297. package/test/node_modules/has-tostringtag/.nycrc +0 -13
  1298. package/test/node_modules/has-tostringtag/CHANGELOG.md +0 -42
  1299. package/test/node_modules/has-tostringtag/LICENSE +0 -21
  1300. package/test/node_modules/has-tostringtag/README.md +0 -46
  1301. package/test/node_modules/has-tostringtag/index.d.ts +0 -3
  1302. package/test/node_modules/has-tostringtag/index.js +0 -8
  1303. package/test/node_modules/has-tostringtag/package.json +0 -108
  1304. package/test/node_modules/has-tostringtag/shams.d.ts +0 -3
  1305. package/test/node_modules/has-tostringtag/shams.js +0 -8
  1306. package/test/node_modules/has-tostringtag/test/index.js +0 -21
  1307. package/test/node_modules/has-tostringtag/test/shams/core-js.js +0 -31
  1308. package/test/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +0 -30
  1309. package/test/node_modules/has-tostringtag/test/tests.js +0 -15
  1310. package/test/node_modules/has-tostringtag/tsconfig.json +0 -49
  1311. package/test/node_modules/hasown/.eslintrc +0 -5
  1312. package/test/node_modules/hasown/.github/FUNDING.yml +0 -12
  1313. package/test/node_modules/hasown/.nycrc +0 -13
  1314. package/test/node_modules/hasown/CHANGELOG.md +0 -40
  1315. package/test/node_modules/hasown/LICENSE +0 -21
  1316. package/test/node_modules/hasown/README.md +0 -40
  1317. package/test/node_modules/hasown/index.d.ts +0 -3
  1318. package/test/node_modules/hasown/index.js +0 -8
  1319. package/test/node_modules/hasown/package.json +0 -92
  1320. package/test/node_modules/hasown/tsconfig.json +0 -6
  1321. package/test/node_modules/he/LICENSE-MIT.txt +0 -20
  1322. package/test/node_modules/he/README.md +0 -379
  1323. package/test/node_modules/he/bin/he +0 -148
  1324. package/test/node_modules/he/he.js +0 -345
  1325. package/test/node_modules/he/man/he.1 +0 -78
  1326. package/test/node_modules/he/package.json +0 -58
  1327. package/test/node_modules/hexoid/dist/index.d.ts +0 -1
  1328. package/test/node_modules/hexoid/dist/index.js +0 -1
  1329. package/test/node_modules/hexoid/dist/index.mjs +0 -1
  1330. package/test/node_modules/hexoid/license +0 -9
  1331. package/test/node_modules/hexoid/package.json +0 -45
  1332. package/test/node_modules/hexoid/readme.md +0 -118
  1333. package/test/node_modules/is-binary-path/index.d.ts +0 -17
  1334. package/test/node_modules/is-binary-path/index.js +0 -7
  1335. package/test/node_modules/is-binary-path/license +0 -9
  1336. package/test/node_modules/is-binary-path/package.json +0 -40
  1337. package/test/node_modules/is-binary-path/readme.md +0 -34
  1338. package/test/node_modules/is-extglob/LICENSE +0 -21
  1339. package/test/node_modules/is-extglob/README.md +0 -107
  1340. package/test/node_modules/is-extglob/index.js +0 -20
  1341. package/test/node_modules/is-extglob/package.json +0 -69
  1342. package/test/node_modules/is-fullwidth-code-point/index.d.ts +0 -17
  1343. package/test/node_modules/is-fullwidth-code-point/index.js +0 -50
  1344. package/test/node_modules/is-fullwidth-code-point/license +0 -9
  1345. package/test/node_modules/is-fullwidth-code-point/package.json +0 -42
  1346. package/test/node_modules/is-fullwidth-code-point/readme.md +0 -39
  1347. package/test/node_modules/is-glob/LICENSE +0 -21
  1348. package/test/node_modules/is-glob/README.md +0 -206
  1349. package/test/node_modules/is-glob/index.js +0 -150
  1350. package/test/node_modules/is-glob/package.json +0 -81
  1351. package/test/node_modules/is-number/LICENSE +0 -21
  1352. package/test/node_modules/is-number/README.md +0 -187
  1353. package/test/node_modules/is-number/index.js +0 -18
  1354. package/test/node_modules/is-number/package.json +0 -82
  1355. package/test/node_modules/is-plain-obj/index.d.ts +0 -29
  1356. package/test/node_modules/is-plain-obj/index.js +0 -10
  1357. package/test/node_modules/is-plain-obj/license +0 -9
  1358. package/test/node_modules/is-plain-obj/package.json +0 -38
  1359. package/test/node_modules/is-plain-obj/readme.md +0 -54
  1360. package/test/node_modules/is-unicode-supported/index.d.ts +0 -14
  1361. package/test/node_modules/is-unicode-supported/index.js +0 -13
  1362. package/test/node_modules/is-unicode-supported/license +0 -9
  1363. package/test/node_modules/is-unicode-supported/package.json +0 -41
  1364. package/test/node_modules/is-unicode-supported/readme.md +0 -35
  1365. package/test/node_modules/isexe/LICENSE +0 -15
  1366. package/test/node_modules/isexe/README.md +0 -51
  1367. package/test/node_modules/isexe/index.js +0 -57
  1368. package/test/node_modules/isexe/mode.js +0 -41
  1369. package/test/node_modules/isexe/package.json +0 -31
  1370. package/test/node_modules/isexe/test/basic.js +0 -221
  1371. package/test/node_modules/isexe/windows.js +0 -42
  1372. package/test/node_modules/jackspeak/LICENSE.md +0 -55
  1373. package/test/node_modules/jackspeak/README.md +0 -357
  1374. package/test/node_modules/jackspeak/dist/commonjs/index.d.ts +0 -315
  1375. package/test/node_modules/jackspeak/dist/commonjs/index.d.ts.map +0 -1
  1376. package/test/node_modules/jackspeak/dist/commonjs/index.js +0 -1010
  1377. package/test/node_modules/jackspeak/dist/commonjs/index.js.map +0 -1
  1378. package/test/node_modules/jackspeak/dist/commonjs/package.json +0 -3
  1379. package/test/node_modules/jackspeak/dist/commonjs/parse-args-cjs.cjs.map +0 -1
  1380. package/test/node_modules/jackspeak/dist/commonjs/parse-args-cjs.d.cts.map +0 -1
  1381. package/test/node_modules/jackspeak/dist/commonjs/parse-args.d.ts +0 -4
  1382. package/test/node_modules/jackspeak/dist/commonjs/parse-args.js +0 -50
  1383. package/test/node_modules/jackspeak/dist/esm/index.d.ts +0 -315
  1384. package/test/node_modules/jackspeak/dist/esm/index.d.ts.map +0 -1
  1385. package/test/node_modules/jackspeak/dist/esm/index.js +0 -1000
  1386. package/test/node_modules/jackspeak/dist/esm/index.js.map +0 -1
  1387. package/test/node_modules/jackspeak/dist/esm/package.json +0 -3
  1388. package/test/node_modules/jackspeak/dist/esm/parse-args.d.ts +0 -4
  1389. package/test/node_modules/jackspeak/dist/esm/parse-args.d.ts.map +0 -1
  1390. package/test/node_modules/jackspeak/dist/esm/parse-args.js +0 -26
  1391. package/test/node_modules/jackspeak/dist/esm/parse-args.js.map +0 -1
  1392. package/test/node_modules/jackspeak/package.json +0 -95
  1393. package/test/node_modules/js-yaml/CHANGELOG.md +0 -616
  1394. package/test/node_modules/js-yaml/LICENSE +0 -21
  1395. package/test/node_modules/js-yaml/README.md +0 -246
  1396. package/test/node_modules/js-yaml/bin/js-yaml.js +0 -126
  1397. package/test/node_modules/js-yaml/dist/js-yaml.js +0 -3874
  1398. package/test/node_modules/js-yaml/dist/js-yaml.min.js +0 -2
  1399. package/test/node_modules/js-yaml/dist/js-yaml.mjs +0 -3851
  1400. package/test/node_modules/js-yaml/index.js +0 -47
  1401. package/test/node_modules/js-yaml/lib/common.js +0 -59
  1402. package/test/node_modules/js-yaml/lib/dumper.js +0 -965
  1403. package/test/node_modules/js-yaml/lib/exception.js +0 -55
  1404. package/test/node_modules/js-yaml/lib/loader.js +0 -1727
  1405. package/test/node_modules/js-yaml/lib/schema/core.js +0 -11
  1406. package/test/node_modules/js-yaml/lib/schema/default.js +0 -22
  1407. package/test/node_modules/js-yaml/lib/schema/failsafe.js +0 -17
  1408. package/test/node_modules/js-yaml/lib/schema/json.js +0 -19
  1409. package/test/node_modules/js-yaml/lib/schema.js +0 -121
  1410. package/test/node_modules/js-yaml/lib/snippet.js +0 -101
  1411. package/test/node_modules/js-yaml/lib/type/binary.js +0 -125
  1412. package/test/node_modules/js-yaml/lib/type/bool.js +0 -35
  1413. package/test/node_modules/js-yaml/lib/type/float.js +0 -97
  1414. package/test/node_modules/js-yaml/lib/type/int.js +0 -156
  1415. package/test/node_modules/js-yaml/lib/type/map.js +0 -8
  1416. package/test/node_modules/js-yaml/lib/type/merge.js +0 -12
  1417. package/test/node_modules/js-yaml/lib/type/null.js +0 -35
  1418. package/test/node_modules/js-yaml/lib/type/omap.js +0 -44
  1419. package/test/node_modules/js-yaml/lib/type/pairs.js +0 -53
  1420. package/test/node_modules/js-yaml/lib/type/seq.js +0 -8
  1421. package/test/node_modules/js-yaml/lib/type/set.js +0 -29
  1422. package/test/node_modules/js-yaml/lib/type/str.js +0 -8
  1423. package/test/node_modules/js-yaml/lib/type/timestamp.js +0 -88
  1424. package/test/node_modules/js-yaml/lib/type.js +0 -66
  1425. package/test/node_modules/js-yaml/package.json +0 -66
  1426. package/test/node_modules/locate-path/index.d.ts +0 -83
  1427. package/test/node_modules/locate-path/index.js +0 -68
  1428. package/test/node_modules/locate-path/license +0 -9
  1429. package/test/node_modules/locate-path/package.json +0 -46
  1430. package/test/node_modules/locate-path/readme.md +0 -125
  1431. package/test/node_modules/log-symbols/browser.js +0 -8
  1432. package/test/node_modules/log-symbols/index.d.ts +0 -25
  1433. package/test/node_modules/log-symbols/index.js +0 -19
  1434. package/test/node_modules/log-symbols/license +0 -9
  1435. package/test/node_modules/log-symbols/package.json +0 -52
  1436. package/test/node_modules/log-symbols/readme.md +0 -51
  1437. package/test/node_modules/loupe/LICENSE +0 -9
  1438. package/test/node_modules/loupe/README.md +0 -63
  1439. package/test/node_modules/loupe/lib/arguments.d.ts +0 -3
  1440. package/test/node_modules/loupe/lib/arguments.d.ts.map +0 -1
  1441. package/test/node_modules/loupe/lib/arguments.js +0 -7
  1442. package/test/node_modules/loupe/lib/array.d.ts +0 -3
  1443. package/test/node_modules/loupe/lib/array.d.ts.map +0 -1
  1444. package/test/node_modules/loupe/lib/array.js +0 -16
  1445. package/test/node_modules/loupe/lib/bigint.d.ts +0 -3
  1446. package/test/node_modules/loupe/lib/bigint.d.ts.map +0 -1
  1447. package/test/node_modules/loupe/lib/bigint.js +0 -7
  1448. package/test/node_modules/loupe/lib/class.d.ts +0 -5
  1449. package/test/node_modules/loupe/lib/class.d.ts.map +0 -1
  1450. package/test/node_modules/loupe/lib/class.js +0 -15
  1451. package/test/node_modules/loupe/lib/date.d.ts +0 -3
  1452. package/test/node_modules/loupe/lib/date.d.ts.map +0 -1
  1453. package/test/node_modules/loupe/lib/date.js +0 -11
  1454. package/test/node_modules/loupe/lib/error.d.ts +0 -3
  1455. package/test/node_modules/loupe/lib/error.d.ts.map +0 -1
  1456. package/test/node_modules/loupe/lib/error.js +0 -35
  1457. package/test/node_modules/loupe/lib/function.d.ts +0 -7
  1458. package/test/node_modules/loupe/lib/function.d.ts.map +0 -1
  1459. package/test/node_modules/loupe/lib/function.js +0 -9
  1460. package/test/node_modules/loupe/lib/helpers.d.ts +0 -7
  1461. package/test/node_modules/loupe/lib/helpers.d.ts.map +0 -1
  1462. package/test/node_modules/loupe/lib/helpers.js +0 -159
  1463. package/test/node_modules/loupe/lib/html.d.ts +0 -5
  1464. package/test/node_modules/loupe/lib/html.d.ts.map +0 -1
  1465. package/test/node_modules/loupe/lib/html.js +0 -34
  1466. package/test/node_modules/loupe/lib/index.d.ts +0 -7
  1467. package/test/node_modules/loupe/lib/index.d.ts.map +0 -1
  1468. package/test/node_modules/loupe/lib/index.js +0 -161
  1469. package/test/node_modules/loupe/lib/map.d.ts +0 -3
  1470. package/test/node_modules/loupe/lib/map.d.ts.map +0 -1
  1471. package/test/node_modules/loupe/lib/map.js +0 -22
  1472. package/test/node_modules/loupe/lib/number.d.ts +0 -3
  1473. package/test/node_modules/loupe/lib/number.d.ts.map +0 -1
  1474. package/test/node_modules/loupe/lib/number.js +0 -17
  1475. package/test/node_modules/loupe/lib/object.d.ts +0 -3
  1476. package/test/node_modules/loupe/lib/object.d.ts.map +0 -1
  1477. package/test/node_modules/loupe/lib/object.js +0 -22
  1478. package/test/node_modules/loupe/lib/promise.d.ts +0 -5
  1479. package/test/node_modules/loupe/lib/promise.d.ts.map +0 -1
  1480. package/test/node_modules/loupe/lib/promise.js +0 -18
  1481. package/test/node_modules/loupe/lib/regexp.d.ts +0 -3
  1482. package/test/node_modules/loupe/lib/regexp.d.ts.map +0 -1
  1483. package/test/node_modules/loupe/lib/regexp.js +0 -7
  1484. package/test/node_modules/loupe/lib/set.d.ts +0 -3
  1485. package/test/node_modules/loupe/lib/set.d.ts.map +0 -1
  1486. package/test/node_modules/loupe/lib/set.js +0 -15
  1487. package/test/node_modules/loupe/lib/string.d.ts +0 -3
  1488. package/test/node_modules/loupe/lib/string.d.ts.map +0 -1
  1489. package/test/node_modules/loupe/lib/string.js +0 -24
  1490. package/test/node_modules/loupe/lib/symbol.d.ts +0 -2
  1491. package/test/node_modules/loupe/lib/symbol.d.ts.map +0 -1
  1492. package/test/node_modules/loupe/lib/symbol.js +0 -6
  1493. package/test/node_modules/loupe/lib/typedarray.d.ts +0 -5
  1494. package/test/node_modules/loupe/lib/typedarray.d.ts.map +0 -1
  1495. package/test/node_modules/loupe/lib/typedarray.js +0 -38
  1496. package/test/node_modules/loupe/lib/types.d.ts +0 -15
  1497. package/test/node_modules/loupe/lib/types.d.ts.map +0 -1
  1498. package/test/node_modules/loupe/lib/types.js +0 -1
  1499. package/test/node_modules/loupe/loupe.js +0 -640
  1500. package/test/node_modules/loupe/package.json +0 -73
  1501. package/test/node_modules/lru-cache/LICENSE +0 -15
  1502. package/test/node_modules/lru-cache/README.md +0 -331
  1503. package/test/node_modules/lru-cache/dist/commonjs/index.d.ts +0 -1277
  1504. package/test/node_modules/lru-cache/dist/commonjs/index.d.ts.map +0 -1
  1505. package/test/node_modules/lru-cache/dist/commonjs/index.js +0 -1546
  1506. package/test/node_modules/lru-cache/dist/commonjs/index.js.map +0 -1
  1507. package/test/node_modules/lru-cache/dist/commonjs/index.min.js +0 -2
  1508. package/test/node_modules/lru-cache/dist/commonjs/index.min.js.map +0 -7
  1509. package/test/node_modules/lru-cache/dist/commonjs/package.json +0 -3
  1510. package/test/node_modules/lru-cache/dist/esm/index.d.ts +0 -1277
  1511. package/test/node_modules/lru-cache/dist/esm/index.d.ts.map +0 -1
  1512. package/test/node_modules/lru-cache/dist/esm/index.js +0 -1542
  1513. package/test/node_modules/lru-cache/dist/esm/index.js.map +0 -1
  1514. package/test/node_modules/lru-cache/dist/esm/index.min.js +0 -2
  1515. package/test/node_modules/lru-cache/dist/esm/index.min.js.map +0 -7
  1516. package/test/node_modules/lru-cache/dist/esm/package.json +0 -3
  1517. package/test/node_modules/lru-cache/package.json +0 -116
  1518. package/test/node_modules/math-intrinsics/.eslintrc +0 -16
  1519. package/test/node_modules/math-intrinsics/.github/FUNDING.yml +0 -12
  1520. package/test/node_modules/math-intrinsics/CHANGELOG.md +0 -24
  1521. package/test/node_modules/math-intrinsics/LICENSE +0 -21
  1522. package/test/node_modules/math-intrinsics/README.md +0 -50
  1523. package/test/node_modules/math-intrinsics/abs.d.ts +0 -1
  1524. package/test/node_modules/math-intrinsics/abs.js +0 -4
  1525. package/test/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +0 -3
  1526. package/test/node_modules/math-intrinsics/constants/maxArrayLength.js +0 -4
  1527. package/test/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +0 -3
  1528. package/test/node_modules/math-intrinsics/constants/maxSafeInteger.js +0 -5
  1529. package/test/node_modules/math-intrinsics/constants/maxValue.d.ts +0 -3
  1530. package/test/node_modules/math-intrinsics/constants/maxValue.js +0 -5
  1531. package/test/node_modules/math-intrinsics/floor.d.ts +0 -1
  1532. package/test/node_modules/math-intrinsics/floor.js +0 -4
  1533. package/test/node_modules/math-intrinsics/isFinite.d.ts +0 -3
  1534. package/test/node_modules/math-intrinsics/isFinite.js +0 -12
  1535. package/test/node_modules/math-intrinsics/isInteger.d.ts +0 -3
  1536. package/test/node_modules/math-intrinsics/isInteger.js +0 -16
  1537. package/test/node_modules/math-intrinsics/isNaN.d.ts +0 -1
  1538. package/test/node_modules/math-intrinsics/isNaN.js +0 -6
  1539. package/test/node_modules/math-intrinsics/isNegativeZero.d.ts +0 -3
  1540. package/test/node_modules/math-intrinsics/isNegativeZero.js +0 -6
  1541. package/test/node_modules/math-intrinsics/max.d.ts +0 -1
  1542. package/test/node_modules/math-intrinsics/max.js +0 -4
  1543. package/test/node_modules/math-intrinsics/min.d.ts +0 -1
  1544. package/test/node_modules/math-intrinsics/min.js +0 -4
  1545. package/test/node_modules/math-intrinsics/mod.d.ts +0 -3
  1546. package/test/node_modules/math-intrinsics/mod.js +0 -9
  1547. package/test/node_modules/math-intrinsics/package.json +0 -86
  1548. package/test/node_modules/math-intrinsics/pow.d.ts +0 -1
  1549. package/test/node_modules/math-intrinsics/pow.js +0 -4
  1550. package/test/node_modules/math-intrinsics/round.d.ts +0 -1
  1551. package/test/node_modules/math-intrinsics/round.js +0 -4
  1552. package/test/node_modules/math-intrinsics/sign.d.ts +0 -3
  1553. package/test/node_modules/math-intrinsics/sign.js +0 -11
  1554. package/test/node_modules/math-intrinsics/test/index.js +0 -192
  1555. package/test/node_modules/math-intrinsics/tsconfig.json +0 -3
  1556. package/test/node_modules/methods/HISTORY.md +0 -29
  1557. package/test/node_modules/methods/LICENSE +0 -24
  1558. package/test/node_modules/methods/README.md +0 -51
  1559. package/test/node_modules/methods/index.js +0 -69
  1560. package/test/node_modules/methods/package.json +0 -36
  1561. package/test/node_modules/mime/CHANGELOG.md +0 -296
  1562. package/test/node_modules/mime/LICENSE +0 -21
  1563. package/test/node_modules/mime/Mime.js +0 -97
  1564. package/test/node_modules/mime/README.md +0 -187
  1565. package/test/node_modules/mime/cli.js +0 -46
  1566. package/test/node_modules/mime/index.js +0 -4
  1567. package/test/node_modules/mime/lite.js +0 -4
  1568. package/test/node_modules/mime/package.json +0 -52
  1569. package/test/node_modules/mime/types/other.js +0 -1
  1570. package/test/node_modules/mime/types/standard.js +0 -1
  1571. package/test/node_modules/mime-db/HISTORY.md +0 -507
  1572. package/test/node_modules/mime-db/LICENSE +0 -23
  1573. package/test/node_modules/mime-db/README.md +0 -100
  1574. package/test/node_modules/mime-db/db.json +0 -8519
  1575. package/test/node_modules/mime-db/index.js +0 -12
  1576. package/test/node_modules/mime-db/package.json +0 -60
  1577. package/test/node_modules/mime-types/HISTORY.md +0 -397
  1578. package/test/node_modules/mime-types/LICENSE +0 -23
  1579. package/test/node_modules/mime-types/README.md +0 -113
  1580. package/test/node_modules/mime-types/index.js +0 -188
  1581. package/test/node_modules/mime-types/package.json +0 -44
  1582. package/test/node_modules/minimatch/LICENSE +0 -15
  1583. package/test/node_modules/minimatch/README.md +0 -259
  1584. package/test/node_modules/minimatch/lib/path.js +0 -4
  1585. package/test/node_modules/minimatch/minimatch.js +0 -944
  1586. package/test/node_modules/minimatch/package.json +0 -35
  1587. package/test/node_modules/minipass/LICENSE +0 -15
  1588. package/test/node_modules/minipass/README.md +0 -825
  1589. package/test/node_modules/minipass/dist/commonjs/index.d.ts +0 -549
  1590. package/test/node_modules/minipass/dist/commonjs/index.d.ts.map +0 -1
  1591. package/test/node_modules/minipass/dist/commonjs/index.js +0 -1028
  1592. package/test/node_modules/minipass/dist/commonjs/index.js.map +0 -1
  1593. package/test/node_modules/minipass/dist/commonjs/package.json +0 -3
  1594. package/test/node_modules/minipass/dist/esm/index.d.ts +0 -549
  1595. package/test/node_modules/minipass/dist/esm/index.d.ts.map +0 -1
  1596. package/test/node_modules/minipass/dist/esm/index.js +0 -1018
  1597. package/test/node_modules/minipass/dist/esm/index.js.map +0 -1
  1598. package/test/node_modules/minipass/dist/esm/package.json +0 -3
  1599. package/test/node_modules/minipass/package.json +0 -82
  1600. package/test/node_modules/mocha/LICENSE +0 -22
  1601. package/test/node_modules/mocha/README.md +0 -74
  1602. package/test/node_modules/mocha/bin/_mocha +0 -10
  1603. package/test/node_modules/mocha/bin/mocha.js +0 -142
  1604. package/test/node_modules/mocha/browser-entry.js +0 -226
  1605. package/test/node_modules/mocha/index.js +0 -3
  1606. package/test/node_modules/mocha/lib/browser/highlight-tags.js +0 -39
  1607. package/test/node_modules/mocha/lib/browser/parse-query.js +0 -24
  1608. package/test/node_modules/mocha/lib/browser/template.html +0 -20
  1609. package/test/node_modules/mocha/lib/cli/cli.js +0 -93
  1610. package/test/node_modules/mocha/lib/cli/collect-files.js +0 -137
  1611. package/test/node_modules/mocha/lib/cli/commands.js +0 -14
  1612. package/test/node_modules/mocha/lib/cli/config.js +0 -100
  1613. package/test/node_modules/mocha/lib/cli/index.js +0 -3
  1614. package/test/node_modules/mocha/lib/cli/init.js +0 -36
  1615. package/test/node_modules/mocha/lib/cli/lookup-files.js +0 -155
  1616. package/test/node_modules/mocha/lib/cli/node-flags.js +0 -85
  1617. package/test/node_modules/mocha/lib/cli/one-and-dones.js +0 -69
  1618. package/test/node_modules/mocha/lib/cli/options.js +0 -337
  1619. package/test/node_modules/mocha/lib/cli/run-helpers.js +0 -304
  1620. package/test/node_modules/mocha/lib/cli/run-option-metadata.js +0 -137
  1621. package/test/node_modules/mocha/lib/cli/run.js +0 -380
  1622. package/test/node_modules/mocha/lib/cli/watch-run.js +0 -377
  1623. package/test/node_modules/mocha/lib/context.js +0 -86
  1624. package/test/node_modules/mocha/lib/errors.js +0 -563
  1625. package/test/node_modules/mocha/lib/hook.js +0 -89
  1626. package/test/node_modules/mocha/lib/interfaces/bdd.js +0 -114
  1627. package/test/node_modules/mocha/lib/interfaces/common.js +0 -193
  1628. package/test/node_modules/mocha/lib/interfaces/exports.js +0 -60
  1629. package/test/node_modules/mocha/lib/interfaces/index.js +0 -6
  1630. package/test/node_modules/mocha/lib/interfaces/qunit.js +0 -98
  1631. package/test/node_modules/mocha/lib/interfaces/tdd.js +0 -106
  1632. package/test/node_modules/mocha/lib/mocha.js +0 -1334
  1633. package/test/node_modules/mocha/lib/mocharc.json +0 -10
  1634. package/test/node_modules/mocha/lib/nodejs/buffered-worker-pool.js +0 -188
  1635. package/test/node_modules/mocha/lib/nodejs/esm-utils.js +0 -106
  1636. package/test/node_modules/mocha/lib/nodejs/file-unloader.js +0 -15
  1637. package/test/node_modules/mocha/lib/nodejs/parallel-buffered-runner.js +0 -433
  1638. package/test/node_modules/mocha/lib/nodejs/reporters/parallel-buffered.js +0 -165
  1639. package/test/node_modules/mocha/lib/nodejs/serializer.js +0 -414
  1640. package/test/node_modules/mocha/lib/nodejs/worker.js +0 -151
  1641. package/test/node_modules/mocha/lib/pending.js +0 -16
  1642. package/test/node_modules/mocha/lib/plugin-loader.js +0 -286
  1643. package/test/node_modules/mocha/lib/reporters/base.js +0 -591
  1644. package/test/node_modules/mocha/lib/reporters/doc.js +0 -95
  1645. package/test/node_modules/mocha/lib/reporters/dot.js +0 -81
  1646. package/test/node_modules/mocha/lib/reporters/html.js +0 -420
  1647. package/test/node_modules/mocha/lib/reporters/index.js +0 -19
  1648. package/test/node_modules/mocha/lib/reporters/json-stream.js +0 -92
  1649. package/test/node_modules/mocha/lib/reporters/json.js +0 -162
  1650. package/test/node_modules/mocha/lib/reporters/landing.js +0 -116
  1651. package/test/node_modules/mocha/lib/reporters/list.js +0 -78
  1652. package/test/node_modules/mocha/lib/reporters/markdown.js +0 -112
  1653. package/test/node_modules/mocha/lib/reporters/min.js +0 -52
  1654. package/test/node_modules/mocha/lib/reporters/nyan.js +0 -267
  1655. package/test/node_modules/mocha/lib/reporters/progress.js +0 -104
  1656. package/test/node_modules/mocha/lib/reporters/spec.js +0 -99
  1657. package/test/node_modules/mocha/lib/reporters/tap.js +0 -293
  1658. package/test/node_modules/mocha/lib/reporters/xunit.js +0 -218
  1659. package/test/node_modules/mocha/lib/runnable.js +0 -474
  1660. package/test/node_modules/mocha/lib/runner.js +0 -1267
  1661. package/test/node_modules/mocha/lib/stats-collector.js +0 -83
  1662. package/test/node_modules/mocha/lib/suite.js +0 -666
  1663. package/test/node_modules/mocha/lib/test.js +0 -113
  1664. package/test/node_modules/mocha/lib/utils.js +0 -698
  1665. package/test/node_modules/mocha/mocha.css +0 -455
  1666. package/test/node_modules/mocha/mocha.js +0 -20785
  1667. package/test/node_modules/mocha/mocha.js.map +0 -1
  1668. package/test/node_modules/mocha/package.json +0 -207
  1669. package/test/node_modules/ms/index.js +0 -162
  1670. package/test/node_modules/ms/license.md +0 -21
  1671. package/test/node_modules/ms/package.json +0 -38
  1672. package/test/node_modules/ms/readme.md +0 -59
  1673. package/test/node_modules/node-domexception/.history/README_20210527203617.md +0 -2
  1674. package/test/node_modules/node-domexception/.history/README_20210527212714.md +0 -41
  1675. package/test/node_modules/node-domexception/.history/README_20210527213345.md +0 -36
  1676. package/test/node_modules/node-domexception/.history/README_20210527213411.md +0 -36
  1677. package/test/node_modules/node-domexception/.history/README_20210527213803.md +0 -36
  1678. package/test/node_modules/node-domexception/.history/README_20210527214323.md +0 -38
  1679. package/test/node_modules/node-domexception/.history/README_20210527214408.md +0 -38
  1680. package/test/node_modules/node-domexception/.history/index_20210527203842.js +0 -0
  1681. package/test/node_modules/node-domexception/.history/index_20210527203947.js +0 -8
  1682. package/test/node_modules/node-domexception/.history/index_20210527204259.js +0 -9
  1683. package/test/node_modules/node-domexception/.history/index_20210527204418.js +0 -9
  1684. package/test/node_modules/node-domexception/.history/index_20210527204756.js +0 -11
  1685. package/test/node_modules/node-domexception/.history/index_20210527204833.js +0 -11
  1686. package/test/node_modules/node-domexception/.history/index_20210527211208.js +0 -15
  1687. package/test/node_modules/node-domexception/.history/index_20210527211248.js +0 -15
  1688. package/test/node_modules/node-domexception/.history/index_20210527212722.js +0 -23
  1689. package/test/node_modules/node-domexception/.history/index_20210527212731.js +0 -23
  1690. package/test/node_modules/node-domexception/.history/index_20210527212746.js +0 -15
  1691. package/test/node_modules/node-domexception/.history/index_20210527212900.js +0 -16
  1692. package/test/node_modules/node-domexception/.history/index_20210527213022.js +0 -16
  1693. package/test/node_modules/node-domexception/.history/index_20210527213822.js +0 -16
  1694. package/test/node_modules/node-domexception/.history/index_20210527213843.js +0 -17
  1695. package/test/node_modules/node-domexception/.history/index_20210527213852.js +0 -17
  1696. package/test/node_modules/node-domexception/.history/index_20210527213910.js +0 -16
  1697. package/test/node_modules/node-domexception/.history/index_20210527214034.js +0 -16
  1698. package/test/node_modules/node-domexception/.history/index_20210527214643.js +0 -41
  1699. package/test/node_modules/node-domexception/.history/index_20210527214654.js +0 -41
  1700. package/test/node_modules/node-domexception/.history/index_20210527214700.js +0 -16
  1701. package/test/node_modules/node-domexception/.history/package_20210527203733.json +0 -19
  1702. package/test/node_modules/node-domexception/.history/package_20210527203825.json +0 -16
  1703. package/test/node_modules/node-domexception/.history/package_20210527204621.json +0 -19
  1704. package/test/node_modules/node-domexception/.history/package_20210527204913.json +0 -25
  1705. package/test/node_modules/node-domexception/.history/package_20210527204925.json +0 -25
  1706. package/test/node_modules/node-domexception/.history/package_20210527205145.json +0 -29
  1707. package/test/node_modules/node-domexception/.history/package_20210527205156.json +0 -29
  1708. package/test/node_modules/node-domexception/.history/test_20210527205603.js +0 -0
  1709. package/test/node_modules/node-domexception/.history/test_20210527205957.js +0 -3
  1710. package/test/node_modules/node-domexception/.history/test_20210527210021.js +0 -3
  1711. package/test/node_modules/node-domexception/LICENSE +0 -21
  1712. package/test/node_modules/node-domexception/README.md +0 -46
  1713. package/test/node_modules/node-domexception/index.js +0 -16
  1714. package/test/node_modules/node-domexception/package.json +0 -29
  1715. package/test/node_modules/node-fetch/@types/index.d.ts +0 -219
  1716. package/test/node_modules/node-fetch/LICENSE.md +0 -22
  1717. package/test/node_modules/node-fetch/README.md +0 -872
  1718. package/test/node_modules/node-fetch/package.json +0 -131
  1719. package/test/node_modules/node-fetch/src/body.js +0 -397
  1720. package/test/node_modules/node-fetch/src/errors/abort-error.js +0 -10
  1721. package/test/node_modules/node-fetch/src/errors/base.js +0 -17
  1722. package/test/node_modules/node-fetch/src/errors/fetch-error.js +0 -26
  1723. package/test/node_modules/node-fetch/src/headers.js +0 -267
  1724. package/test/node_modules/node-fetch/src/index.js +0 -417
  1725. package/test/node_modules/node-fetch/src/request.js +0 -313
  1726. package/test/node_modules/node-fetch/src/response.js +0 -160
  1727. package/test/node_modules/node-fetch/src/utils/get-search.js +0 -9
  1728. package/test/node_modules/node-fetch/src/utils/is-redirect.js +0 -11
  1729. package/test/node_modules/node-fetch/src/utils/is.js +0 -87
  1730. package/test/node_modules/node-fetch/src/utils/multipart-parser.js +0 -432
  1731. package/test/node_modules/node-fetch/src/utils/referrer.js +0 -340
  1732. package/test/node_modules/normalize-path/LICENSE +0 -21
  1733. package/test/node_modules/normalize-path/README.md +0 -127
  1734. package/test/node_modules/normalize-path/index.js +0 -35
  1735. package/test/node_modules/normalize-path/package.json +0 -77
  1736. package/test/node_modules/object-inspect/.eslintrc +0 -53
  1737. package/test/node_modules/object-inspect/.github/FUNDING.yml +0 -12
  1738. package/test/node_modules/object-inspect/.nycrc +0 -13
  1739. package/test/node_modules/object-inspect/CHANGELOG.md +0 -424
  1740. package/test/node_modules/object-inspect/LICENSE +0 -21
  1741. package/test/node_modules/object-inspect/example/all.js +0 -23
  1742. package/test/node_modules/object-inspect/example/circular.js +0 -6
  1743. package/test/node_modules/object-inspect/example/fn.js +0 -5
  1744. package/test/node_modules/object-inspect/example/inspect.js +0 -10
  1745. package/test/node_modules/object-inspect/index.js +0 -544
  1746. package/test/node_modules/object-inspect/package-support.json +0 -20
  1747. package/test/node_modules/object-inspect/package.json +0 -105
  1748. package/test/node_modules/object-inspect/readme.markdown +0 -84
  1749. package/test/node_modules/object-inspect/test/bigint.js +0 -58
  1750. package/test/node_modules/object-inspect/test/browser/dom.js +0 -15
  1751. package/test/node_modules/object-inspect/test/circular.js +0 -16
  1752. package/test/node_modules/object-inspect/test/deep.js +0 -12
  1753. package/test/node_modules/object-inspect/test/element.js +0 -53
  1754. package/test/node_modules/object-inspect/test/err.js +0 -48
  1755. package/test/node_modules/object-inspect/test/fakes.js +0 -29
  1756. package/test/node_modules/object-inspect/test/fn.js +0 -76
  1757. package/test/node_modules/object-inspect/test/global.js +0 -17
  1758. package/test/node_modules/object-inspect/test/has.js +0 -15
  1759. package/test/node_modules/object-inspect/test/holes.js +0 -15
  1760. package/test/node_modules/object-inspect/test/indent-option.js +0 -271
  1761. package/test/node_modules/object-inspect/test/inspect.js +0 -139
  1762. package/test/node_modules/object-inspect/test/lowbyte.js +0 -12
  1763. package/test/node_modules/object-inspect/test/number.js +0 -58
  1764. package/test/node_modules/object-inspect/test/quoteStyle.js +0 -26
  1765. package/test/node_modules/object-inspect/test/toStringTag.js +0 -40
  1766. package/test/node_modules/object-inspect/test/undef.js +0 -12
  1767. package/test/node_modules/object-inspect/test/values.js +0 -261
  1768. package/test/node_modules/object-inspect/test-core-js.js +0 -26
  1769. package/test/node_modules/object-inspect/util.inspect.js +0 -1
  1770. package/test/node_modules/once/LICENSE +0 -15
  1771. package/test/node_modules/once/README.md +0 -79
  1772. package/test/node_modules/once/once.js +0 -42
  1773. package/test/node_modules/once/package.json +0 -33
  1774. package/test/node_modules/p-limit/index.d.ts +0 -42
  1775. package/test/node_modules/p-limit/index.js +0 -71
  1776. package/test/node_modules/p-limit/license +0 -9
  1777. package/test/node_modules/p-limit/package.json +0 -52
  1778. package/test/node_modules/p-limit/readme.md +0 -101
  1779. package/test/node_modules/p-locate/index.d.ts +0 -53
  1780. package/test/node_modules/p-locate/index.js +0 -50
  1781. package/test/node_modules/p-locate/license +0 -9
  1782. package/test/node_modules/p-locate/package.json +0 -54
  1783. package/test/node_modules/p-locate/readme.md +0 -93
  1784. package/test/node_modules/package-json-from-dist/LICENSE.md +0 -63
  1785. package/test/node_modules/package-json-from-dist/README.md +0 -110
  1786. package/test/node_modules/package-json-from-dist/dist/commonjs/index.d.ts +0 -89
  1787. package/test/node_modules/package-json-from-dist/dist/commonjs/index.d.ts.map +0 -1
  1788. package/test/node_modules/package-json-from-dist/dist/commonjs/index.js +0 -134
  1789. package/test/node_modules/package-json-from-dist/dist/commonjs/index.js.map +0 -1
  1790. package/test/node_modules/package-json-from-dist/dist/commonjs/package.json +0 -3
  1791. package/test/node_modules/package-json-from-dist/dist/esm/index.d.ts +0 -89
  1792. package/test/node_modules/package-json-from-dist/dist/esm/index.d.ts.map +0 -1
  1793. package/test/node_modules/package-json-from-dist/dist/esm/index.js +0 -129
  1794. package/test/node_modules/package-json-from-dist/dist/esm/index.js.map +0 -1
  1795. package/test/node_modules/package-json-from-dist/dist/esm/package.json +0 -3
  1796. package/test/node_modules/package-json-from-dist/package.json +0 -68
  1797. package/test/node_modules/path-exists/index.d.ts +0 -28
  1798. package/test/node_modules/path-exists/index.js +0 -23
  1799. package/test/node_modules/path-exists/license +0 -9
  1800. package/test/node_modules/path-exists/package.json +0 -39
  1801. package/test/node_modules/path-exists/readme.md +0 -52
  1802. package/test/node_modules/path-key/index.d.ts +0 -40
  1803. package/test/node_modules/path-key/index.js +0 -16
  1804. package/test/node_modules/path-key/license +0 -9
  1805. package/test/node_modules/path-key/package.json +0 -39
  1806. package/test/node_modules/path-key/readme.md +0 -61
  1807. package/test/node_modules/path-scurry/LICENSE.md +0 -55
  1808. package/test/node_modules/path-scurry/README.md +0 -636
  1809. package/test/node_modules/path-scurry/dist/commonjs/index.d.ts +0 -1116
  1810. package/test/node_modules/path-scurry/dist/commonjs/index.d.ts.map +0 -1
  1811. package/test/node_modules/path-scurry/dist/commonjs/index.js +0 -2014
  1812. package/test/node_modules/path-scurry/dist/commonjs/index.js.map +0 -1
  1813. package/test/node_modules/path-scurry/dist/commonjs/package.json +0 -3
  1814. package/test/node_modules/path-scurry/dist/esm/index.d.ts +0 -1116
  1815. package/test/node_modules/path-scurry/dist/esm/index.d.ts.map +0 -1
  1816. package/test/node_modules/path-scurry/dist/esm/index.js +0 -1979
  1817. package/test/node_modules/path-scurry/dist/esm/index.js.map +0 -1
  1818. package/test/node_modules/path-scurry/dist/esm/package.json +0 -3
  1819. package/test/node_modules/path-scurry/package.json +0 -89
  1820. package/test/node_modules/pathval/LICENSE +0 -16
  1821. package/test/node_modules/pathval/README.md +0 -147
  1822. package/test/node_modules/pathval/index.js +0 -292
  1823. package/test/node_modules/pathval/package.json +0 -73
  1824. package/test/node_modules/pathval/pathval.js +0 -1
  1825. package/test/node_modules/picomatch/CHANGELOG.md +0 -136
  1826. package/test/node_modules/picomatch/LICENSE +0 -21
  1827. package/test/node_modules/picomatch/README.md +0 -708
  1828. package/test/node_modules/picomatch/index.js +0 -3
  1829. package/test/node_modules/picomatch/lib/constants.js +0 -179
  1830. package/test/node_modules/picomatch/lib/parse.js +0 -1091
  1831. package/test/node_modules/picomatch/lib/picomatch.js +0 -342
  1832. package/test/node_modules/picomatch/lib/scan.js +0 -391
  1833. package/test/node_modules/picomatch/lib/utils.js +0 -64
  1834. package/test/node_modules/picomatch/package.json +0 -81
  1835. package/test/node_modules/qs/.editorconfig +0 -46
  1836. package/test/node_modules/qs/.eslintrc +0 -39
  1837. package/test/node_modules/qs/.github/FUNDING.yml +0 -12
  1838. package/test/node_modules/qs/.nycrc +0 -13
  1839. package/test/node_modules/qs/CHANGELOG.md +0 -622
  1840. package/test/node_modules/qs/LICENSE.md +0 -29
  1841. package/test/node_modules/qs/README.md +0 -733
  1842. package/test/node_modules/qs/dist/qs.js +0 -141
  1843. package/test/node_modules/qs/lib/formats.js +0 -23
  1844. package/test/node_modules/qs/lib/index.js +0 -11
  1845. package/test/node_modules/qs/lib/parse.js +0 -328
  1846. package/test/node_modules/qs/lib/stringify.js +0 -356
  1847. package/test/node_modules/qs/lib/utils.js +0 -268
  1848. package/test/node_modules/qs/package.json +0 -93
  1849. package/test/node_modules/qs/test/empty-keys-cases.js +0 -267
  1850. package/test/node_modules/qs/test/parse.js +0 -1276
  1851. package/test/node_modules/qs/test/stringify.js +0 -1306
  1852. package/test/node_modules/qs/test/utils.js +0 -262
  1853. package/test/node_modules/randombytes/.travis.yml +0 -15
  1854. package/test/node_modules/randombytes/.zuul.yml +0 -1
  1855. package/test/node_modules/randombytes/LICENSE +0 -21
  1856. package/test/node_modules/randombytes/README.md +0 -14
  1857. package/test/node_modules/randombytes/browser.js +0 -50
  1858. package/test/node_modules/randombytes/index.js +0 -1
  1859. package/test/node_modules/randombytes/package.json +0 -36
  1860. package/test/node_modules/randombytes/test.js +0 -81
  1861. package/test/node_modules/readdirp/LICENSE +0 -21
  1862. package/test/node_modules/readdirp/README.md +0 -122
  1863. package/test/node_modules/readdirp/index.d.ts +0 -43
  1864. package/test/node_modules/readdirp/index.js +0 -287
  1865. package/test/node_modules/readdirp/package.json +0 -122
  1866. package/test/node_modules/require-directory/.jshintrc +0 -67
  1867. package/test/node_modules/require-directory/.travis.yml +0 -3
  1868. package/test/node_modules/require-directory/LICENSE +0 -22
  1869. package/test/node_modules/require-directory/README.markdown +0 -184
  1870. package/test/node_modules/require-directory/index.js +0 -86
  1871. package/test/node_modules/require-directory/package.json +0 -40
  1872. package/test/node_modules/safe-buffer/LICENSE +0 -21
  1873. package/test/node_modules/safe-buffer/README.md +0 -584
  1874. package/test/node_modules/safe-buffer/index.d.ts +0 -187
  1875. package/test/node_modules/safe-buffer/index.js +0 -65
  1876. package/test/node_modules/safe-buffer/package.json +0 -51
  1877. package/test/node_modules/serialize-javascript/LICENSE +0 -27
  1878. package/test/node_modules/serialize-javascript/README.md +0 -143
  1879. package/test/node_modules/serialize-javascript/index.js +0 -268
  1880. package/test/node_modules/serialize-javascript/package.json +0 -36
  1881. package/test/node_modules/sessionless-node/README.md +0 -44
  1882. package/test/node_modules/sessionless-node/package.json +0 -26
  1883. package/test/node_modules/sessionless-node/sessionless.cjs +0 -96
  1884. package/test/node_modules/sessionless-node/sessionless.js +0 -95
  1885. package/test/node_modules/sessionless-node/test/sessionless.js +0 -78
  1886. package/test/node_modules/shebang-command/index.js +0 -19
  1887. package/test/node_modules/shebang-command/license +0 -9
  1888. package/test/node_modules/shebang-command/package.json +0 -34
  1889. package/test/node_modules/shebang-command/readme.md +0 -34
  1890. package/test/node_modules/shebang-regex/index.d.ts +0 -22
  1891. package/test/node_modules/shebang-regex/index.js +0 -2
  1892. package/test/node_modules/shebang-regex/license +0 -9
  1893. package/test/node_modules/shebang-regex/package.json +0 -35
  1894. package/test/node_modules/shebang-regex/readme.md +0 -33
  1895. package/test/node_modules/side-channel/.editorconfig +0 -9
  1896. package/test/node_modules/side-channel/.eslintrc +0 -12
  1897. package/test/node_modules/side-channel/.github/FUNDING.yml +0 -12
  1898. package/test/node_modules/side-channel/.nycrc +0 -13
  1899. package/test/node_modules/side-channel/CHANGELOG.md +0 -110
  1900. package/test/node_modules/side-channel/LICENSE +0 -21
  1901. package/test/node_modules/side-channel/README.md +0 -61
  1902. package/test/node_modules/side-channel/index.d.ts +0 -14
  1903. package/test/node_modules/side-channel/index.js +0 -43
  1904. package/test/node_modules/side-channel/package.json +0 -85
  1905. package/test/node_modules/side-channel/test/index.js +0 -104
  1906. package/test/node_modules/side-channel/tsconfig.json +0 -9
  1907. package/test/node_modules/side-channel-list/.editorconfig +0 -9
  1908. package/test/node_modules/side-channel-list/.eslintrc +0 -11
  1909. package/test/node_modules/side-channel-list/.github/FUNDING.yml +0 -12
  1910. package/test/node_modules/side-channel-list/.nycrc +0 -13
  1911. package/test/node_modules/side-channel-list/CHANGELOG.md +0 -15
  1912. package/test/node_modules/side-channel-list/LICENSE +0 -21
  1913. package/test/node_modules/side-channel-list/README.md +0 -62
  1914. package/test/node_modules/side-channel-list/index.d.ts +0 -13
  1915. package/test/node_modules/side-channel-list/index.js +0 -113
  1916. package/test/node_modules/side-channel-list/list.d.ts +0 -14
  1917. package/test/node_modules/side-channel-list/package.json +0 -77
  1918. package/test/node_modules/side-channel-list/test/index.js +0 -104
  1919. package/test/node_modules/side-channel-list/tsconfig.json +0 -9
  1920. package/test/node_modules/side-channel-map/.editorconfig +0 -9
  1921. package/test/node_modules/side-channel-map/.eslintrc +0 -11
  1922. package/test/node_modules/side-channel-map/.github/FUNDING.yml +0 -12
  1923. package/test/node_modules/side-channel-map/.nycrc +0 -13
  1924. package/test/node_modules/side-channel-map/CHANGELOG.md +0 -22
  1925. package/test/node_modules/side-channel-map/LICENSE +0 -21
  1926. package/test/node_modules/side-channel-map/README.md +0 -62
  1927. package/test/node_modules/side-channel-map/index.d.ts +0 -15
  1928. package/test/node_modules/side-channel-map/index.js +0 -68
  1929. package/test/node_modules/side-channel-map/package.json +0 -80
  1930. package/test/node_modules/side-channel-map/test/index.js +0 -114
  1931. package/test/node_modules/side-channel-map/tsconfig.json +0 -9
  1932. package/test/node_modules/side-channel-weakmap/.editorconfig +0 -9
  1933. package/test/node_modules/side-channel-weakmap/.eslintrc +0 -12
  1934. package/test/node_modules/side-channel-weakmap/.github/FUNDING.yml +0 -12
  1935. package/test/node_modules/side-channel-weakmap/.nycrc +0 -13
  1936. package/test/node_modules/side-channel-weakmap/CHANGELOG.md +0 -28
  1937. package/test/node_modules/side-channel-weakmap/LICENSE +0 -21
  1938. package/test/node_modules/side-channel-weakmap/README.md +0 -62
  1939. package/test/node_modules/side-channel-weakmap/index.d.ts +0 -15
  1940. package/test/node_modules/side-channel-weakmap/index.js +0 -84
  1941. package/test/node_modules/side-channel-weakmap/package.json +0 -87
  1942. package/test/node_modules/side-channel-weakmap/test/index.js +0 -114
  1943. package/test/node_modules/side-channel-weakmap/tsconfig.json +0 -9
  1944. package/test/node_modules/signal-exit/LICENSE.txt +0 -16
  1945. package/test/node_modules/signal-exit/README.md +0 -74
  1946. package/test/node_modules/signal-exit/dist/cjs/browser.d.ts +0 -12
  1947. package/test/node_modules/signal-exit/dist/cjs/browser.d.ts.map +0 -1
  1948. package/test/node_modules/signal-exit/dist/cjs/browser.js +0 -10
  1949. package/test/node_modules/signal-exit/dist/cjs/browser.js.map +0 -1
  1950. package/test/node_modules/signal-exit/dist/cjs/index.d.ts +0 -48
  1951. package/test/node_modules/signal-exit/dist/cjs/index.d.ts.map +0 -1
  1952. package/test/node_modules/signal-exit/dist/cjs/index.js +0 -279
  1953. package/test/node_modules/signal-exit/dist/cjs/index.js.map +0 -1
  1954. package/test/node_modules/signal-exit/dist/cjs/package.json +0 -3
  1955. package/test/node_modules/signal-exit/dist/cjs/signals.d.ts +0 -29
  1956. package/test/node_modules/signal-exit/dist/cjs/signals.d.ts.map +0 -1
  1957. package/test/node_modules/signal-exit/dist/cjs/signals.js +0 -42
  1958. package/test/node_modules/signal-exit/dist/cjs/signals.js.map +0 -1
  1959. package/test/node_modules/signal-exit/dist/mjs/browser.d.ts +0 -12
  1960. package/test/node_modules/signal-exit/dist/mjs/browser.d.ts.map +0 -1
  1961. package/test/node_modules/signal-exit/dist/mjs/browser.js +0 -4
  1962. package/test/node_modules/signal-exit/dist/mjs/browser.js.map +0 -1
  1963. package/test/node_modules/signal-exit/dist/mjs/index.d.ts +0 -48
  1964. package/test/node_modules/signal-exit/dist/mjs/index.d.ts.map +0 -1
  1965. package/test/node_modules/signal-exit/dist/mjs/index.js +0 -275
  1966. package/test/node_modules/signal-exit/dist/mjs/index.js.map +0 -1
  1967. package/test/node_modules/signal-exit/dist/mjs/package.json +0 -3
  1968. package/test/node_modules/signal-exit/dist/mjs/signals.d.ts +0 -29
  1969. package/test/node_modules/signal-exit/dist/mjs/signals.d.ts.map +0 -1
  1970. package/test/node_modules/signal-exit/dist/mjs/signals.js +0 -39
  1971. package/test/node_modules/signal-exit/dist/mjs/signals.js.map +0 -1
  1972. package/test/node_modules/signal-exit/package.json +0 -106
  1973. package/test/node_modules/string-width/index.d.ts +0 -29
  1974. package/test/node_modules/string-width/index.js +0 -54
  1975. package/test/node_modules/string-width/license +0 -9
  1976. package/test/node_modules/string-width/package.json +0 -59
  1977. package/test/node_modules/string-width/readme.md +0 -67
  1978. package/test/node_modules/string-width-cjs/index.d.ts +0 -29
  1979. package/test/node_modules/string-width-cjs/index.js +0 -47
  1980. package/test/node_modules/string-width-cjs/license +0 -9
  1981. package/test/node_modules/string-width-cjs/node_modules/ansi-regex/index.d.ts +0 -37
  1982. package/test/node_modules/string-width-cjs/node_modules/ansi-regex/index.js +0 -10
  1983. package/test/node_modules/string-width-cjs/node_modules/ansi-regex/license +0 -9
  1984. package/test/node_modules/string-width-cjs/node_modules/ansi-regex/package.json +0 -55
  1985. package/test/node_modules/string-width-cjs/node_modules/ansi-regex/readme.md +0 -78
  1986. package/test/node_modules/string-width-cjs/node_modules/emoji-regex/LICENSE-MIT.txt +0 -20
  1987. package/test/node_modules/string-width-cjs/node_modules/emoji-regex/README.md +0 -73
  1988. package/test/node_modules/string-width-cjs/node_modules/emoji-regex/es2015/index.js +0 -6
  1989. package/test/node_modules/string-width-cjs/node_modules/emoji-regex/es2015/text.js +0 -6
  1990. package/test/node_modules/string-width-cjs/node_modules/emoji-regex/index.d.ts +0 -23
  1991. package/test/node_modules/string-width-cjs/node_modules/emoji-regex/index.js +0 -6
  1992. package/test/node_modules/string-width-cjs/node_modules/emoji-regex/package.json +0 -50
  1993. package/test/node_modules/string-width-cjs/node_modules/emoji-regex/text.js +0 -6
  1994. package/test/node_modules/string-width-cjs/node_modules/strip-ansi/index.d.ts +0 -17
  1995. package/test/node_modules/string-width-cjs/node_modules/strip-ansi/index.js +0 -4
  1996. package/test/node_modules/string-width-cjs/node_modules/strip-ansi/license +0 -9
  1997. package/test/node_modules/string-width-cjs/node_modules/strip-ansi/package.json +0 -54
  1998. package/test/node_modules/string-width-cjs/node_modules/strip-ansi/readme.md +0 -46
  1999. package/test/node_modules/string-width-cjs/package.json +0 -56
  2000. package/test/node_modules/string-width-cjs/readme.md +0 -50
  2001. package/test/node_modules/strip-ansi/index.d.ts +0 -15
  2002. package/test/node_modules/strip-ansi/index.js +0 -14
  2003. package/test/node_modules/strip-ansi/license +0 -9
  2004. package/test/node_modules/strip-ansi/package.json +0 -57
  2005. package/test/node_modules/strip-ansi/readme.md +0 -41
  2006. package/test/node_modules/strip-ansi-cjs/index.d.ts +0 -17
  2007. package/test/node_modules/strip-ansi-cjs/index.js +0 -4
  2008. package/test/node_modules/strip-ansi-cjs/license +0 -9
  2009. package/test/node_modules/strip-ansi-cjs/node_modules/ansi-regex/index.d.ts +0 -37
  2010. package/test/node_modules/strip-ansi-cjs/node_modules/ansi-regex/index.js +0 -10
  2011. package/test/node_modules/strip-ansi-cjs/node_modules/ansi-regex/license +0 -9
  2012. package/test/node_modules/strip-ansi-cjs/node_modules/ansi-regex/package.json +0 -55
  2013. package/test/node_modules/strip-ansi-cjs/node_modules/ansi-regex/readme.md +0 -78
  2014. package/test/node_modules/strip-ansi-cjs/package.json +0 -54
  2015. package/test/node_modules/strip-ansi-cjs/readme.md +0 -46
  2016. package/test/node_modules/strip-json-comments/index.d.ts +0 -36
  2017. package/test/node_modules/strip-json-comments/index.js +0 -77
  2018. package/test/node_modules/strip-json-comments/license +0 -9
  2019. package/test/node_modules/strip-json-comments/package.json +0 -47
  2020. package/test/node_modules/strip-json-comments/readme.md +0 -78
  2021. package/test/node_modules/superagent/LICENSE +0 -22
  2022. package/test/node_modules/superagent/README.md +0 -273
  2023. package/test/node_modules/superagent/dist/superagent.js +0 -3399
  2024. package/test/node_modules/superagent/dist/superagent.min.js +0 -1
  2025. package/test/node_modules/superagent/lib/agent-base.js +0 -28
  2026. package/test/node_modules/superagent/lib/client.js +0 -949
  2027. package/test/node_modules/superagent/lib/node/agent.js +0 -100
  2028. package/test/node_modules/superagent/lib/node/decompress.js +0 -20
  2029. package/test/node_modules/superagent/lib/node/http2wrapper.js +0 -158
  2030. package/test/node_modules/superagent/lib/node/index.js +0 -1318
  2031. package/test/node_modules/superagent/lib/node/parsers/image.js +0 -13
  2032. package/test/node_modules/superagent/lib/node/parsers/index.js +0 -11
  2033. package/test/node_modules/superagent/lib/node/parsers/json.js +0 -25
  2034. package/test/node_modules/superagent/lib/node/parsers/text.js +0 -11
  2035. package/test/node_modules/superagent/lib/node/parsers/urlencoded.js +0 -22
  2036. package/test/node_modules/superagent/lib/node/response.js +0 -143
  2037. package/test/node_modules/superagent/lib/node/unzip.js +0 -74
  2038. package/test/node_modules/superagent/lib/request-base.js +0 -720
  2039. package/test/node_modules/superagent/lib/response-base.js +0 -120
  2040. package/test/node_modules/superagent/lib/utils.js +0 -126
  2041. package/test/node_modules/superagent/package.json +0 -131
  2042. package/test/node_modules/supports-color/browser.js +0 -24
  2043. package/test/node_modules/supports-color/index.js +0 -152
  2044. package/test/node_modules/supports-color/license +0 -9
  2045. package/test/node_modules/supports-color/package.json +0 -58
  2046. package/test/node_modules/supports-color/readme.md +0 -77
  2047. package/test/node_modules/to-regex-range/LICENSE +0 -21
  2048. package/test/node_modules/to-regex-range/README.md +0 -305
  2049. package/test/node_modules/to-regex-range/index.js +0 -288
  2050. package/test/node_modules/to-regex-range/package.json +0 -88
  2051. package/test/node_modules/uuid/CHANGELOG.md +0 -274
  2052. package/test/node_modules/uuid/CONTRIBUTING.md +0 -18
  2053. package/test/node_modules/uuid/LICENSE.md +0 -9
  2054. package/test/node_modules/uuid/README.md +0 -466
  2055. package/test/node_modules/uuid/dist/bin/uuid +0 -2
  2056. package/test/node_modules/uuid/dist/commonjs-browser/index.js +0 -79
  2057. package/test/node_modules/uuid/dist/commonjs-browser/md5.js +0 -223
  2058. package/test/node_modules/uuid/dist/commonjs-browser/native.js +0 -11
  2059. package/test/node_modules/uuid/dist/commonjs-browser/nil.js +0 -8
  2060. package/test/node_modules/uuid/dist/commonjs-browser/parse.js +0 -45
  2061. package/test/node_modules/uuid/dist/commonjs-browser/regex.js +0 -8
  2062. package/test/node_modules/uuid/dist/commonjs-browser/rng.js +0 -25
  2063. package/test/node_modules/uuid/dist/commonjs-browser/sha1.js +0 -104
  2064. package/test/node_modules/uuid/dist/commonjs-browser/stringify.js +0 -44
  2065. package/test/node_modules/uuid/dist/commonjs-browser/v1.js +0 -107
  2066. package/test/node_modules/uuid/dist/commonjs-browser/v3.js +0 -16
  2067. package/test/node_modules/uuid/dist/commonjs-browser/v35.js +0 -80
  2068. package/test/node_modules/uuid/dist/commonjs-browser/v4.js +0 -43
  2069. package/test/node_modules/uuid/dist/commonjs-browser/v5.js +0 -16
  2070. package/test/node_modules/uuid/dist/commonjs-browser/validate.js +0 -17
  2071. package/test/node_modules/uuid/dist/commonjs-browser/version.js +0 -21
  2072. package/test/node_modules/uuid/dist/esm-browser/index.js +0 -9
  2073. package/test/node_modules/uuid/dist/esm-browser/md5.js +0 -215
  2074. package/test/node_modules/uuid/dist/esm-browser/native.js +0 -4
  2075. package/test/node_modules/uuid/dist/esm-browser/nil.js +0 -1
  2076. package/test/node_modules/uuid/dist/esm-browser/parse.js +0 -35
  2077. package/test/node_modules/uuid/dist/esm-browser/regex.js +0 -1
  2078. package/test/node_modules/uuid/dist/esm-browser/rng.js +0 -18
  2079. package/test/node_modules/uuid/dist/esm-browser/sha1.js +0 -96
  2080. package/test/node_modules/uuid/dist/esm-browser/stringify.js +0 -33
  2081. package/test/node_modules/uuid/dist/esm-browser/v1.js +0 -95
  2082. package/test/node_modules/uuid/dist/esm-browser/v3.js +0 -4
  2083. package/test/node_modules/uuid/dist/esm-browser/v35.js +0 -66
  2084. package/test/node_modules/uuid/dist/esm-browser/v4.js +0 -29
  2085. package/test/node_modules/uuid/dist/esm-browser/v5.js +0 -4
  2086. package/test/node_modules/uuid/dist/esm-browser/validate.js +0 -7
  2087. package/test/node_modules/uuid/dist/esm-browser/version.js +0 -11
  2088. package/test/node_modules/uuid/dist/esm-node/index.js +0 -9
  2089. package/test/node_modules/uuid/dist/esm-node/md5.js +0 -13
  2090. package/test/node_modules/uuid/dist/esm-node/native.js +0 -4
  2091. package/test/node_modules/uuid/dist/esm-node/nil.js +0 -1
  2092. package/test/node_modules/uuid/dist/esm-node/parse.js +0 -35
  2093. package/test/node_modules/uuid/dist/esm-node/regex.js +0 -1
  2094. package/test/node_modules/uuid/dist/esm-node/rng.js +0 -12
  2095. package/test/node_modules/uuid/dist/esm-node/sha1.js +0 -13
  2096. package/test/node_modules/uuid/dist/esm-node/stringify.js +0 -33
  2097. package/test/node_modules/uuid/dist/esm-node/v1.js +0 -95
  2098. package/test/node_modules/uuid/dist/esm-node/v3.js +0 -4
  2099. package/test/node_modules/uuid/dist/esm-node/v35.js +0 -66
  2100. package/test/node_modules/uuid/dist/esm-node/v4.js +0 -29
  2101. package/test/node_modules/uuid/dist/esm-node/v5.js +0 -4
  2102. package/test/node_modules/uuid/dist/esm-node/validate.js +0 -7
  2103. package/test/node_modules/uuid/dist/esm-node/version.js +0 -11
  2104. package/test/node_modules/uuid/dist/index.js +0 -79
  2105. package/test/node_modules/uuid/dist/md5-browser.js +0 -223
  2106. package/test/node_modules/uuid/dist/md5.js +0 -23
  2107. package/test/node_modules/uuid/dist/native-browser.js +0 -11
  2108. package/test/node_modules/uuid/dist/native.js +0 -15
  2109. package/test/node_modules/uuid/dist/nil.js +0 -8
  2110. package/test/node_modules/uuid/dist/parse.js +0 -45
  2111. package/test/node_modules/uuid/dist/regex.js +0 -8
  2112. package/test/node_modules/uuid/dist/rng-browser.js +0 -25
  2113. package/test/node_modules/uuid/dist/rng.js +0 -24
  2114. package/test/node_modules/uuid/dist/sha1-browser.js +0 -104
  2115. package/test/node_modules/uuid/dist/sha1.js +0 -23
  2116. package/test/node_modules/uuid/dist/stringify.js +0 -44
  2117. package/test/node_modules/uuid/dist/uuid-bin.js +0 -85
  2118. package/test/node_modules/uuid/dist/v1.js +0 -107
  2119. package/test/node_modules/uuid/dist/v3.js +0 -16
  2120. package/test/node_modules/uuid/dist/v35.js +0 -80
  2121. package/test/node_modules/uuid/dist/v4.js +0 -43
  2122. package/test/node_modules/uuid/dist/v5.js +0 -16
  2123. package/test/node_modules/uuid/dist/validate.js +0 -17
  2124. package/test/node_modules/uuid/dist/version.js +0 -21
  2125. package/test/node_modules/uuid/package.json +0 -135
  2126. package/test/node_modules/uuid/wrapper.mjs +0 -10
  2127. package/test/node_modules/web-streams-polyfill/LICENSE +0 -22
  2128. package/test/node_modules/web-streams-polyfill/README.md +0 -110
  2129. package/test/node_modules/web-streams-polyfill/dist/polyfill.es2018.js +0 -4765
  2130. package/test/node_modules/web-streams-polyfill/dist/polyfill.es2018.js.map +0 -1
  2131. package/test/node_modules/web-streams-polyfill/dist/polyfill.es2018.min.js +0 -9
  2132. package/test/node_modules/web-streams-polyfill/dist/polyfill.es2018.min.js.map +0 -1
  2133. package/test/node_modules/web-streams-polyfill/dist/polyfill.es2018.mjs +0 -4745
  2134. package/test/node_modules/web-streams-polyfill/dist/polyfill.es2018.mjs.map +0 -1
  2135. package/test/node_modules/web-streams-polyfill/dist/polyfill.es6.js +0 -4838
  2136. package/test/node_modules/web-streams-polyfill/dist/polyfill.es6.js.map +0 -1
  2137. package/test/node_modules/web-streams-polyfill/dist/polyfill.es6.min.js +0 -9
  2138. package/test/node_modules/web-streams-polyfill/dist/polyfill.es6.min.js.map +0 -1
  2139. package/test/node_modules/web-streams-polyfill/dist/polyfill.es6.mjs +0 -4818
  2140. package/test/node_modules/web-streams-polyfill/dist/polyfill.es6.mjs.map +0 -1
  2141. package/test/node_modules/web-streams-polyfill/dist/polyfill.js +0 -5011
  2142. package/test/node_modules/web-streams-polyfill/dist/polyfill.js.map +0 -1
  2143. package/test/node_modules/web-streams-polyfill/dist/polyfill.min.js +0 -9
  2144. package/test/node_modules/web-streams-polyfill/dist/polyfill.min.js.map +0 -1
  2145. package/test/node_modules/web-streams-polyfill/dist/polyfill.mjs +0 -4991
  2146. package/test/node_modules/web-streams-polyfill/dist/polyfill.mjs.map +0 -1
  2147. package/test/node_modules/web-streams-polyfill/dist/ponyfill.es2018.js +0 -4737
  2148. package/test/node_modules/web-streams-polyfill/dist/ponyfill.es2018.js.map +0 -1
  2149. package/test/node_modules/web-streams-polyfill/dist/ponyfill.es2018.mjs +0 -4717
  2150. package/test/node_modules/web-streams-polyfill/dist/ponyfill.es2018.mjs.map +0 -1
  2151. package/test/node_modules/web-streams-polyfill/dist/ponyfill.es6.js +0 -4810
  2152. package/test/node_modules/web-streams-polyfill/dist/ponyfill.es6.js.map +0 -1
  2153. package/test/node_modules/web-streams-polyfill/dist/ponyfill.es6.mjs +0 -4790
  2154. package/test/node_modules/web-streams-polyfill/dist/ponyfill.es6.mjs.map +0 -1
  2155. package/test/node_modules/web-streams-polyfill/dist/ponyfill.js +0 -4983
  2156. package/test/node_modules/web-streams-polyfill/dist/ponyfill.js.map +0 -1
  2157. package/test/node_modules/web-streams-polyfill/dist/ponyfill.mjs +0 -4963
  2158. package/test/node_modules/web-streams-polyfill/dist/ponyfill.mjs.map +0 -1
  2159. package/test/node_modules/web-streams-polyfill/dist/types/polyfill.d.ts +0 -24
  2160. package/test/node_modules/web-streams-polyfill/dist/types/ponyfill.d.ts +0 -780
  2161. package/test/node_modules/web-streams-polyfill/dist/types/ts3.6/polyfill.d.ts +0 -28
  2162. package/test/node_modules/web-streams-polyfill/dist/types/ts3.6/ponyfill.d.ts +0 -821
  2163. package/test/node_modules/web-streams-polyfill/dist/types/tsdoc-metadata.json +0 -11
  2164. package/test/node_modules/web-streams-polyfill/es2018/package.json +0 -14
  2165. package/test/node_modules/web-streams-polyfill/es6/package.json +0 -14
  2166. package/test/node_modules/web-streams-polyfill/package.json +0 -83
  2167. package/test/node_modules/web-streams-polyfill/ponyfill/es2018/package.json +0 -13
  2168. package/test/node_modules/web-streams-polyfill/ponyfill/es6/package.json +0 -13
  2169. package/test/node_modules/web-streams-polyfill/ponyfill/package.json +0 -13
  2170. package/test/node_modules/which/CHANGELOG.md +0 -166
  2171. package/test/node_modules/which/LICENSE +0 -15
  2172. package/test/node_modules/which/README.md +0 -54
  2173. package/test/node_modules/which/bin/node-which +0 -52
  2174. package/test/node_modules/which/package.json +0 -43
  2175. package/test/node_modules/which/which.js +0 -125
  2176. package/test/node_modules/workerpool/HISTORY.md +0 -330
  2177. package/test/node_modules/workerpool/LICENSE +0 -201
  2178. package/test/node_modules/workerpool/README.md +0 -529
  2179. package/test/node_modules/workerpool/dist/worker.js +0 -318
  2180. package/test/node_modules/workerpool/dist/worker.js.map +0 -1
  2181. package/test/node_modules/workerpool/dist/workerpool.js +0 -1645
  2182. package/test/node_modules/workerpool/dist/workerpool.js.map +0 -1
  2183. package/test/node_modules/workerpool/dist/workerpool.min.js +0 -3
  2184. package/test/node_modules/workerpool/dist/workerpool.min.js.LICENSE.txt +0 -24
  2185. package/test/node_modules/workerpool/dist/workerpool.min.js.map +0 -1
  2186. package/test/node_modules/workerpool/package.json +0 -51
  2187. package/test/node_modules/workerpool/src/Pool.js +0 -452
  2188. package/test/node_modules/workerpool/src/Promise.js +0 -279
  2189. package/test/node_modules/workerpool/src/WorkerHandler.js +0 -508
  2190. package/test/node_modules/workerpool/src/debug-port-allocator.js +0 -28
  2191. package/test/node_modules/workerpool/src/environment.js +0 -36
  2192. package/test/node_modules/workerpool/src/generated/embeddedWorker.js +0 -6
  2193. package/test/node_modules/workerpool/src/header.js +0 -24
  2194. package/test/node_modules/workerpool/src/index.js +0 -48
  2195. package/test/node_modules/workerpool/src/requireFoolWebpack.js +0 -8
  2196. package/test/node_modules/workerpool/src/transfer.js +0 -12
  2197. package/test/node_modules/workerpool/src/types.js +0 -31
  2198. package/test/node_modules/workerpool/src/worker.js +0 -263
  2199. package/test/node_modules/wrap-ansi/index.d.ts +0 -41
  2200. package/test/node_modules/wrap-ansi/index.js +0 -214
  2201. package/test/node_modules/wrap-ansi/license +0 -9
  2202. package/test/node_modules/wrap-ansi/node_modules/ansi-styles/index.d.ts +0 -236
  2203. package/test/node_modules/wrap-ansi/node_modules/ansi-styles/index.js +0 -223
  2204. package/test/node_modules/wrap-ansi/node_modules/ansi-styles/license +0 -9
  2205. package/test/node_modules/wrap-ansi/node_modules/ansi-styles/package.json +0 -54
  2206. package/test/node_modules/wrap-ansi/node_modules/ansi-styles/readme.md +0 -173
  2207. package/test/node_modules/wrap-ansi/package.json +0 -69
  2208. package/test/node_modules/wrap-ansi/readme.md +0 -91
  2209. package/test/node_modules/wrap-ansi-cjs/index.js +0 -216
  2210. package/test/node_modules/wrap-ansi-cjs/license +0 -9
  2211. package/test/node_modules/wrap-ansi-cjs/node_modules/ansi-regex/index.d.ts +0 -37
  2212. package/test/node_modules/wrap-ansi-cjs/node_modules/ansi-regex/index.js +0 -10
  2213. package/test/node_modules/wrap-ansi-cjs/node_modules/ansi-regex/license +0 -9
  2214. package/test/node_modules/wrap-ansi-cjs/node_modules/ansi-regex/package.json +0 -55
  2215. package/test/node_modules/wrap-ansi-cjs/node_modules/ansi-regex/readme.md +0 -78
  2216. package/test/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/LICENSE-MIT.txt +0 -20
  2217. package/test/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/README.md +0 -73
  2218. package/test/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/es2015/index.js +0 -6
  2219. package/test/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/es2015/text.js +0 -6
  2220. package/test/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/index.d.ts +0 -23
  2221. package/test/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/index.js +0 -6
  2222. package/test/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/package.json +0 -50
  2223. package/test/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/text.js +0 -6
  2224. package/test/node_modules/wrap-ansi-cjs/node_modules/string-width/index.d.ts +0 -29
  2225. package/test/node_modules/wrap-ansi-cjs/node_modules/string-width/index.js +0 -47
  2226. package/test/node_modules/wrap-ansi-cjs/node_modules/string-width/license +0 -9
  2227. package/test/node_modules/wrap-ansi-cjs/node_modules/string-width/package.json +0 -56
  2228. package/test/node_modules/wrap-ansi-cjs/node_modules/string-width/readme.md +0 -50
  2229. package/test/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/index.d.ts +0 -17
  2230. package/test/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/index.js +0 -4
  2231. package/test/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/license +0 -9
  2232. package/test/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/package.json +0 -54
  2233. package/test/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/readme.md +0 -46
  2234. package/test/node_modules/wrap-ansi-cjs/package.json +0 -62
  2235. package/test/node_modules/wrap-ansi-cjs/readme.md +0 -91
  2236. package/test/node_modules/wrappy/LICENSE +0 -15
  2237. package/test/node_modules/wrappy/README.md +0 -36
  2238. package/test/node_modules/wrappy/package.json +0 -29
  2239. package/test/node_modules/wrappy/wrappy.js +0 -33
  2240. package/test/node_modules/y18n/CHANGELOG.md +0 -100
  2241. package/test/node_modules/y18n/LICENSE +0 -13
  2242. package/test/node_modules/y18n/README.md +0 -127
  2243. package/test/node_modules/y18n/build/index.cjs +0 -203
  2244. package/test/node_modules/y18n/build/lib/cjs.js +0 -6
  2245. package/test/node_modules/y18n/build/lib/index.js +0 -174
  2246. package/test/node_modules/y18n/build/lib/platform-shims/node.js +0 -19
  2247. package/test/node_modules/y18n/index.mjs +0 -8
  2248. package/test/node_modules/y18n/package.json +0 -70
  2249. package/test/node_modules/yargs/LICENSE +0 -21
  2250. package/test/node_modules/yargs/README.md +0 -204
  2251. package/test/node_modules/yargs/browser.d.ts +0 -5
  2252. package/test/node_modules/yargs/browser.mjs +0 -7
  2253. package/test/node_modules/yargs/build/index.cjs +0 -1
  2254. package/test/node_modules/yargs/build/lib/argsert.js +0 -62
  2255. package/test/node_modules/yargs/build/lib/command.js +0 -449
  2256. package/test/node_modules/yargs/build/lib/completion-templates.js +0 -48
  2257. package/test/node_modules/yargs/build/lib/completion.js +0 -243
  2258. package/test/node_modules/yargs/build/lib/middleware.js +0 -88
  2259. package/test/node_modules/yargs/build/lib/parse-command.js +0 -32
  2260. package/test/node_modules/yargs/build/lib/typings/common-types.js +0 -9
  2261. package/test/node_modules/yargs/build/lib/typings/yargs-parser-types.js +0 -1
  2262. package/test/node_modules/yargs/build/lib/usage.js +0 -584
  2263. package/test/node_modules/yargs/build/lib/utils/apply-extends.js +0 -59
  2264. package/test/node_modules/yargs/build/lib/utils/is-promise.js +0 -5
  2265. package/test/node_modules/yargs/build/lib/utils/levenshtein.js +0 -34
  2266. package/test/node_modules/yargs/build/lib/utils/maybe-async-result.js +0 -17
  2267. package/test/node_modules/yargs/build/lib/utils/obj-filter.js +0 -10
  2268. package/test/node_modules/yargs/build/lib/utils/process-argv.js +0 -17
  2269. package/test/node_modules/yargs/build/lib/utils/set-blocking.js +0 -12
  2270. package/test/node_modules/yargs/build/lib/utils/which-module.js +0 -10
  2271. package/test/node_modules/yargs/build/lib/validation.js +0 -305
  2272. package/test/node_modules/yargs/build/lib/yargs-factory.js +0 -1512
  2273. package/test/node_modules/yargs/build/lib/yerror.js +0 -9
  2274. package/test/node_modules/yargs/helpers/helpers.mjs +0 -10
  2275. package/test/node_modules/yargs/helpers/index.js +0 -14
  2276. package/test/node_modules/yargs/helpers/package.json +0 -3
  2277. package/test/node_modules/yargs/index.cjs +0 -53
  2278. package/test/node_modules/yargs/index.mjs +0 -8
  2279. package/test/node_modules/yargs/lib/platform-shims/browser.mjs +0 -95
  2280. package/test/node_modules/yargs/lib/platform-shims/esm.mjs +0 -73
  2281. package/test/node_modules/yargs/locales/be.json +0 -46
  2282. package/test/node_modules/yargs/locales/cs.json +0 -51
  2283. package/test/node_modules/yargs/locales/de.json +0 -46
  2284. package/test/node_modules/yargs/locales/en.json +0 -55
  2285. package/test/node_modules/yargs/locales/es.json +0 -46
  2286. package/test/node_modules/yargs/locales/fi.json +0 -49
  2287. package/test/node_modules/yargs/locales/fr.json +0 -53
  2288. package/test/node_modules/yargs/locales/hi.json +0 -49
  2289. package/test/node_modules/yargs/locales/hu.json +0 -46
  2290. package/test/node_modules/yargs/locales/id.json +0 -50
  2291. package/test/node_modules/yargs/locales/it.json +0 -46
  2292. package/test/node_modules/yargs/locales/ja.json +0 -51
  2293. package/test/node_modules/yargs/locales/ko.json +0 -49
  2294. package/test/node_modules/yargs/locales/nb.json +0 -44
  2295. package/test/node_modules/yargs/locales/nl.json +0 -49
  2296. package/test/node_modules/yargs/locales/nn.json +0 -44
  2297. package/test/node_modules/yargs/locales/pirate.json +0 -13
  2298. package/test/node_modules/yargs/locales/pl.json +0 -49
  2299. package/test/node_modules/yargs/locales/pt.json +0 -45
  2300. package/test/node_modules/yargs/locales/pt_BR.json +0 -48
  2301. package/test/node_modules/yargs/locales/ru.json +0 -51
  2302. package/test/node_modules/yargs/locales/th.json +0 -46
  2303. package/test/node_modules/yargs/locales/tr.json +0 -48
  2304. package/test/node_modules/yargs/locales/uk_UA.json +0 -51
  2305. package/test/node_modules/yargs/locales/uz.json +0 -52
  2306. package/test/node_modules/yargs/locales/zh_CN.json +0 -48
  2307. package/test/node_modules/yargs/locales/zh_TW.json +0 -51
  2308. package/test/node_modules/yargs/node_modules/ansi-regex/index.d.ts +0 -37
  2309. package/test/node_modules/yargs/node_modules/ansi-regex/index.js +0 -10
  2310. package/test/node_modules/yargs/node_modules/ansi-regex/license +0 -9
  2311. package/test/node_modules/yargs/node_modules/ansi-regex/package.json +0 -55
  2312. package/test/node_modules/yargs/node_modules/ansi-regex/readme.md +0 -78
  2313. package/test/node_modules/yargs/node_modules/emoji-regex/LICENSE-MIT.txt +0 -20
  2314. package/test/node_modules/yargs/node_modules/emoji-regex/README.md +0 -73
  2315. package/test/node_modules/yargs/node_modules/emoji-regex/es2015/index.js +0 -6
  2316. package/test/node_modules/yargs/node_modules/emoji-regex/es2015/text.js +0 -6
  2317. package/test/node_modules/yargs/node_modules/emoji-regex/index.d.ts +0 -23
  2318. package/test/node_modules/yargs/node_modules/emoji-regex/index.js +0 -6
  2319. package/test/node_modules/yargs/node_modules/emoji-regex/package.json +0 -50
  2320. package/test/node_modules/yargs/node_modules/emoji-regex/text.js +0 -6
  2321. package/test/node_modules/yargs/node_modules/string-width/index.d.ts +0 -29
  2322. package/test/node_modules/yargs/node_modules/string-width/index.js +0 -47
  2323. package/test/node_modules/yargs/node_modules/string-width/license +0 -9
  2324. package/test/node_modules/yargs/node_modules/string-width/package.json +0 -56
  2325. package/test/node_modules/yargs/node_modules/string-width/readme.md +0 -50
  2326. package/test/node_modules/yargs/node_modules/strip-ansi/index.d.ts +0 -17
  2327. package/test/node_modules/yargs/node_modules/strip-ansi/index.js +0 -4
  2328. package/test/node_modules/yargs/node_modules/strip-ansi/license +0 -9
  2329. package/test/node_modules/yargs/node_modules/strip-ansi/package.json +0 -54
  2330. package/test/node_modules/yargs/node_modules/strip-ansi/readme.md +0 -46
  2331. package/test/node_modules/yargs/package.json +0 -123
  2332. package/test/node_modules/yargs/yargs +0 -9
  2333. package/test/node_modules/yargs/yargs.mjs +0 -10
  2334. package/test/node_modules/yargs-parser/CHANGELOG.md +0 -308
  2335. package/test/node_modules/yargs-parser/LICENSE.txt +0 -14
  2336. package/test/node_modules/yargs-parser/README.md +0 -518
  2337. package/test/node_modules/yargs-parser/browser.js +0 -29
  2338. package/test/node_modules/yargs-parser/build/index.cjs +0 -1050
  2339. package/test/node_modules/yargs-parser/build/lib/index.js +0 -62
  2340. package/test/node_modules/yargs-parser/build/lib/string-utils.js +0 -65
  2341. package/test/node_modules/yargs-parser/build/lib/tokenize-arg-string.js +0 -40
  2342. package/test/node_modules/yargs-parser/build/lib/yargs-parser-types.js +0 -12
  2343. package/test/node_modules/yargs-parser/build/lib/yargs-parser.js +0 -1045
  2344. package/test/node_modules/yargs-parser/package.json +0 -92
  2345. package/test/node_modules/yargs-unparser/CHANGELOG.md +0 -82
  2346. package/test/node_modules/yargs-unparser/LICENSE +0 -21
  2347. package/test/node_modules/yargs-unparser/README.md +0 -86
  2348. package/test/node_modules/yargs-unparser/index.js +0 -166
  2349. package/test/node_modules/yargs-unparser/package.json +0 -49
  2350. package/test/node_modules/yocto-queue/index.d.ts +0 -56
  2351. package/test/node_modules/yocto-queue/index.js +0 -68
  2352. package/test/node_modules/yocto-queue/license +0 -9
  2353. package/test/node_modules/yocto-queue/package.json +0 -43
  2354. package/test/node_modules/yocto-queue/readme.md +0 -64
  2355. package/test/package-lock.json +0 -1997
  2356. package/test/package.json +0 -20
  2357. package/test/test.js +0 -87
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/index.ts"],
4
- "sourcesContent": ["/**\n * @module LRUCache\n */\n\n// module-private names and types\ntype Perf = { now: () => number }\nconst perf: Perf =\n typeof performance === 'object' &&\n performance &&\n typeof performance.now === 'function'\n ? performance\n : Date\n\nconst warned = new Set<string>()\n\n// either a function or a class\ntype ForC = ((...a: any[]) => any) | { new (...a: any[]): any }\n\n/* c8 ignore start */\nconst PROCESS = (\n typeof process === 'object' && !!process ? process : {}\n) as { [k: string]: any }\n/* c8 ignore start */\n\nconst emitWarning = (\n msg: string,\n type: string,\n code: string,\n fn: ForC\n) => {\n typeof PROCESS.emitWarning === 'function'\n ? PROCESS.emitWarning(msg, type, code, fn)\n : console.error(`[${code}] ${type}: ${msg}`)\n}\n\nlet AC = globalThis.AbortController\nlet AS = globalThis.AbortSignal\n\n/* c8 ignore start */\nif (typeof AC === 'undefined') {\n //@ts-ignore\n AS = class AbortSignal {\n onabort?: (...a: any[]) => any\n _onabort: ((...a: any[]) => any)[] = []\n reason?: any\n aborted: boolean = false\n addEventListener(_: string, fn: (...a: any[]) => any) {\n this._onabort.push(fn)\n }\n }\n //@ts-ignore\n AC = class AbortController {\n constructor() {\n warnACPolyfill()\n }\n signal = new AS()\n abort(reason: any) {\n if (this.signal.aborted) return\n //@ts-ignore\n this.signal.reason = reason\n //@ts-ignore\n this.signal.aborted = true\n //@ts-ignore\n for (const fn of this.signal._onabort) {\n fn(reason)\n }\n this.signal.onabort?.(reason)\n }\n }\n let printACPolyfillWarning =\n PROCESS.env?.LRU_CACHE_IGNORE_AC_WARNING !== '1'\n const warnACPolyfill = () => {\n if (!printACPolyfillWarning) return\n printACPolyfillWarning = false\n emitWarning(\n 'AbortController is not defined. If using lru-cache in ' +\n 'node 14, load an AbortController polyfill from the ' +\n '`node-abort-controller` package. A minimal polyfill is ' +\n 'provided for use by LRUCache.fetch(), but it should not be ' +\n 'relied upon in other contexts (eg, passing it to other APIs that ' +\n 'use AbortController/AbortSignal might have undesirable effects). ' +\n 'You may disable this with LRU_CACHE_IGNORE_AC_WARNING=1 in the env.',\n 'NO_ABORT_CONTROLLER',\n 'ENOTSUP',\n warnACPolyfill\n )\n }\n}\n/* c8 ignore stop */\n\nconst shouldWarn = (code: string) => !warned.has(code)\n\nconst TYPE = Symbol('type')\nexport type PosInt = number & { [TYPE]: 'Positive Integer' }\nexport type Index = number & { [TYPE]: 'LRUCache Index' }\n\nconst isPosInt = (n: any): n is PosInt =>\n n && n === Math.floor(n) && n > 0 && isFinite(n)\n\nexport type UintArray = Uint8Array | Uint16Array | Uint32Array\nexport type NumberArray = UintArray | number[]\n\n/* c8 ignore start */\n// This is a little bit ridiculous, tbh.\n// The maximum array length is 2^32-1 or thereabouts on most JS impls.\n// And well before that point, you're caching the entire world, I mean,\n// that's ~32GB of just integers for the next/prev links, plus whatever\n// else to hold that many keys and values. Just filling the memory with\n// zeroes at init time is brutal when you get that big.\n// But why not be complete?\n// Maybe in the future, these limits will have expanded.\nconst getUintArray = (max: number) =>\n !isPosInt(max)\n ? null\n : max <= Math.pow(2, 8)\n ? Uint8Array\n : max <= Math.pow(2, 16)\n ? Uint16Array\n : max <= Math.pow(2, 32)\n ? Uint32Array\n : max <= Number.MAX_SAFE_INTEGER\n ? ZeroArray\n : null\n/* c8 ignore stop */\n\nclass ZeroArray extends Array<number> {\n constructor(size: number) {\n super(size)\n this.fill(0)\n }\n}\nexport type { ZeroArray }\nexport type { Stack }\n\nexport type StackLike = Stack | Index[]\nclass Stack {\n heap: NumberArray\n length: number\n // private constructor\n static #constructing: boolean = false\n static create(max: number): StackLike {\n const HeapCls = getUintArray(max)\n if (!HeapCls) return []\n Stack.#constructing = true\n const s = new Stack(max, HeapCls)\n Stack.#constructing = false\n return s\n }\n constructor(\n max: number,\n HeapCls: { new (n: number): NumberArray }\n ) {\n /* c8 ignore start */\n if (!Stack.#constructing) {\n throw new TypeError('instantiate Stack using Stack.create(n)')\n }\n /* c8 ignore stop */\n this.heap = new HeapCls(max)\n this.length = 0\n }\n push(n: Index) {\n this.heap[this.length++] = n\n }\n pop(): Index {\n return this.heap[--this.length] as Index\n }\n}\n\n/**\n * Promise representing an in-progress {@link LRUCache#fetch} call\n */\nexport type BackgroundFetch<V> = Promise<V | undefined> & {\n __returned: BackgroundFetch<V> | undefined\n __abortController: AbortController\n __staleWhileFetching: V | undefined\n}\n\nexport type DisposeTask<K, V> = [\n value: V,\n key: K,\n reason: LRUCache.DisposeReason\n]\n\nexport namespace LRUCache {\n /**\n * An integer greater than 0, reflecting the calculated size of items\n */\n export type Size = number\n\n /**\n * Integer greater than 0, representing some number of milliseconds, or the\n * time at which a TTL started counting from.\n */\n export type Milliseconds = number\n\n /**\n * An integer greater than 0, reflecting a number of items\n */\n export type Count = number\n\n /**\n * The reason why an item was removed from the cache, passed\n * to the {@link Disposer} methods.\n *\n * - `evict`: The item was evicted because it is the least recently used,\n * and the cache is full.\n * - `set`: A new value was set, overwriting the old value being disposed.\n * - `delete`: The item was explicitly deleted, either by calling\n * {@link LRUCache#delete}, {@link LRUCache#clear}, or\n * {@link LRUCache#set} with an undefined value.\n * - `expire`: The item was removed due to exceeding its TTL.\n * - `fetch`: A {@link OptionsBase#fetchMethod} operation returned\n * `undefined` or was aborted, causing the item to be deleted.\n */\n export type DisposeReason =\n | 'evict'\n | 'set'\n | 'delete'\n | 'expire'\n | 'fetch'\n /**\n * A method called upon item removal, passed as the\n * {@link OptionsBase.dispose} and/or\n * {@link OptionsBase.disposeAfter} options.\n */\n export type Disposer<K, V> = (\n value: V,\n key: K,\n reason: DisposeReason\n ) => void\n\n /**\n * A function that returns the effective calculated size\n * of an entry in the cache.\n */\n export type SizeCalculator<K, V> = (value: V, key: K) => Size\n\n /**\n * Options provided to the\n * {@link OptionsBase.fetchMethod} function.\n */\n export interface FetcherOptions<K, V, FC = unknown> {\n signal: AbortSignal\n options: FetcherFetchOptions<K, V, FC>\n /**\n * Object provided in the {@link FetchOptions.context} option to\n * {@link LRUCache#fetch}\n */\n context: FC\n }\n\n /**\n * Occasionally, it may be useful to track the internal behavior of the\n * cache, particularly for logging, debugging, or for behavior within the\n * `fetchMethod`. To do this, you can pass a `status` object to the\n * {@link LRUCache#fetch}, {@link LRUCache#get}, {@link LRUCache#set},\n * {@link LRUCache#memo}, and {@link LRUCache#has} methods.\n *\n * The `status` option should be a plain JavaScript object. The following\n * fields will be set on it appropriately, depending on the situation.\n */\n export interface Status<V> {\n /**\n * The status of a set() operation.\n *\n * - add: the item was not found in the cache, and was added\n * - update: the item was in the cache, with the same value provided\n * - replace: the item was in the cache, and replaced\n * - miss: the item was not added to the cache for some reason\n */\n set?: 'add' | 'update' | 'replace' | 'miss'\n\n /**\n * the ttl stored for the item, or undefined if ttls are not used.\n */\n ttl?: Milliseconds\n\n /**\n * the start time for the item, or undefined if ttls are not used.\n */\n start?: Milliseconds\n\n /**\n * The timestamp used for TTL calculation\n */\n now?: Milliseconds\n\n /**\n * the remaining ttl for the item, or undefined if ttls are not used.\n */\n remainingTTL?: Milliseconds\n\n /**\n * The calculated size for the item, if sizes are used.\n */\n entrySize?: Size\n\n /**\n * The total calculated size of the cache, if sizes are used.\n */\n totalCalculatedSize?: Size\n\n /**\n * A flag indicating that the item was not stored, due to exceeding the\n * {@link OptionsBase.maxEntrySize}\n */\n maxEntrySizeExceeded?: true\n\n /**\n * The old value, specified in the case of `set:'update'` or\n * `set:'replace'`\n */\n oldValue?: V\n\n /**\n * The results of a {@link LRUCache#has} operation\n *\n * - hit: the item was found in the cache\n * - stale: the item was found in the cache, but is stale\n * - miss: the item was not found in the cache\n */\n has?: 'hit' | 'stale' | 'miss'\n\n /**\n * The status of a {@link LRUCache#fetch} operation.\n * Note that this can change as the underlying fetch() moves through\n * various states.\n *\n * - inflight: there is another fetch() for this key which is in process\n * - get: there is no {@link OptionsBase.fetchMethod}, so\n * {@link LRUCache#get} was called.\n * - miss: the item is not in cache, and will be fetched.\n * - hit: the item is in the cache, and was resolved immediately.\n * - stale: the item is in the cache, but stale.\n * - refresh: the item is in the cache, and not stale, but\n * {@link FetchOptions.forceRefresh} was specified.\n */\n fetch?: 'get' | 'inflight' | 'miss' | 'hit' | 'stale' | 'refresh'\n\n /**\n * The {@link OptionsBase.fetchMethod} was called\n */\n fetchDispatched?: true\n\n /**\n * The cached value was updated after a successful call to\n * {@link OptionsBase.fetchMethod}\n */\n fetchUpdated?: true\n\n /**\n * The reason for a fetch() rejection. Either the error raised by the\n * {@link OptionsBase.fetchMethod}, or the reason for an\n * AbortSignal.\n */\n fetchError?: Error\n\n /**\n * The fetch received an abort signal\n */\n fetchAborted?: true\n\n /**\n * The abort signal received was ignored, and the fetch was allowed to\n * continue.\n */\n fetchAbortIgnored?: true\n\n /**\n * The fetchMethod promise resolved successfully\n */\n fetchResolved?: true\n\n /**\n * The fetchMethod promise was rejected\n */\n fetchRejected?: true\n\n /**\n * The status of a {@link LRUCache#get} operation.\n *\n * - fetching: The item is currently being fetched. If a previous value\n * is present and allowed, that will be returned.\n * - stale: The item is in the cache, and is stale.\n * - hit: the item is in the cache\n * - miss: the item is not in the cache\n */\n get?: 'stale' | 'hit' | 'miss'\n\n /**\n * A fetch or get operation returned a stale value.\n */\n returnedStale?: true\n }\n\n /**\n * options which override the options set in the LRUCache constructor\n * when calling {@link LRUCache#fetch}.\n *\n * This is the union of {@link GetOptions} and {@link SetOptions}, plus\n * {@link OptionsBase.noDeleteOnFetchRejection},\n * {@link OptionsBase.allowStaleOnFetchRejection},\n * {@link FetchOptions.forceRefresh}, and\n * {@link FetcherOptions.context}\n *\n * Any of these may be modified in the {@link OptionsBase.fetchMethod}\n * function, but the {@link GetOptions} fields will of course have no\n * effect, as the {@link LRUCache#get} call already happened by the time\n * the fetchMethod is called.\n */\n export interface FetcherFetchOptions<K, V, FC = unknown>\n extends Pick<\n OptionsBase<K, V, FC>,\n | 'allowStale'\n | 'updateAgeOnGet'\n | 'noDeleteOnStaleGet'\n | 'sizeCalculation'\n | 'ttl'\n | 'noDisposeOnSet'\n | 'noUpdateTTL'\n | 'noDeleteOnFetchRejection'\n | 'allowStaleOnFetchRejection'\n | 'ignoreFetchAbort'\n | 'allowStaleOnFetchAbort'\n > {\n status?: Status<V>\n size?: Size\n }\n\n /**\n * Options that may be passed to the {@link LRUCache#fetch} method.\n */\n export interface FetchOptions<K, V, FC>\n extends FetcherFetchOptions<K, V, FC> {\n /**\n * Set to true to force a re-load of the existing data, even if it\n * is not yet stale.\n */\n forceRefresh?: boolean\n /**\n * Context provided to the {@link OptionsBase.fetchMethod} as\n * the {@link FetcherOptions.context} param.\n *\n * If the FC type is specified as unknown (the default),\n * undefined or void, then this is optional. Otherwise, it will\n * be required.\n */\n context?: FC\n signal?: AbortSignal\n status?: Status<V>\n }\n /**\n * Options provided to {@link LRUCache#fetch} when the FC type is something\n * other than `unknown`, `undefined`, or `void`\n */\n export interface FetchOptionsWithContext<K, V, FC>\n extends FetchOptions<K, V, FC> {\n context: FC\n }\n /**\n * Options provided to {@link LRUCache#fetch} when the FC type is\n * `undefined` or `void`\n */\n export interface FetchOptionsNoContext<K, V>\n extends FetchOptions<K, V, undefined> {\n context?: undefined\n }\n\n export interface MemoOptions<K, V, FC = unknown>\n extends Pick<\n OptionsBase<K, V, FC>,\n | 'allowStale'\n | 'updateAgeOnGet'\n | 'noDeleteOnStaleGet'\n | 'sizeCalculation'\n | 'ttl'\n | 'noDisposeOnSet'\n | 'noUpdateTTL'\n | 'noDeleteOnFetchRejection'\n | 'allowStaleOnFetchRejection'\n | 'ignoreFetchAbort'\n | 'allowStaleOnFetchAbort'\n > {\n /**\n * Set to true to force a re-load of the existing data, even if it\n * is not yet stale.\n */\n forceRefresh?: boolean\n /**\n * Context provided to the {@link OptionsBase.memoMethod} as\n * the {@link MemoizerOptions.context} param.\n *\n * If the FC type is specified as unknown (the default),\n * undefined or void, then this is optional. Otherwise, it will\n * be required.\n */\n context?: FC\n status?: Status<V>\n }\n /**\n * Options provided to {@link LRUCache#memo} when the FC type is something\n * other than `unknown`, `undefined`, or `void`\n */\n export interface MemoOptionsWithContext<K, V, FC>\n extends MemoOptions<K, V, FC> {\n context: FC\n }\n /**\n * Options provided to {@link LRUCache#memo} when the FC type is\n * `undefined` or `void`\n */\n export interface MemoOptionsNoContext<K, V>\n extends MemoOptions<K, V, undefined> {\n context?: undefined\n }\n\n /**\n * Options provided to the\n * {@link OptionsBase.memoMethod} function.\n */\n export interface MemoizerOptions<K, V, FC = unknown> {\n options: MemoizerMemoOptions<K, V, FC>\n /**\n * Object provided in the {@link MemoOptions.context} option to\n * {@link LRUCache#memo}\n */\n context: FC\n }\n\n /**\n * options which override the options set in the LRUCache constructor\n * when calling {@link LRUCache#memo}.\n *\n * This is the union of {@link GetOptions} and {@link SetOptions}, plus\n * {@link MemoOptions.forceRefresh}, and\n * {@link MemoerOptions.context}\n *\n * Any of these may be modified in the {@link OptionsBase.memoMethod}\n * function, but the {@link GetOptions} fields will of course have no\n * effect, as the {@link LRUCache#get} call already happened by the time\n * the memoMethod is called.\n */\n export interface MemoizerMemoOptions<K, V, FC = unknown>\n extends Pick<\n OptionsBase<K, V, FC>,\n | 'allowStale'\n | 'updateAgeOnGet'\n | 'noDeleteOnStaleGet'\n | 'sizeCalculation'\n | 'ttl'\n | 'noDisposeOnSet'\n | 'noUpdateTTL'\n > {\n status?: Status<V>\n size?: Size\n start?: Milliseconds\n }\n\n /**\n * Options that may be passed to the {@link LRUCache#has} method.\n */\n export interface HasOptions<K, V, FC>\n extends Pick<OptionsBase<K, V, FC>, 'updateAgeOnHas'> {\n status?: Status<V>\n }\n\n /**\n * Options that may be passed to the {@link LRUCache#get} method.\n */\n export interface GetOptions<K, V, FC>\n extends Pick<\n OptionsBase<K, V, FC>,\n 'allowStale' | 'updateAgeOnGet' | 'noDeleteOnStaleGet'\n > {\n status?: Status<V>\n }\n\n /**\n * Options that may be passed to the {@link LRUCache#peek} method.\n */\n export interface PeekOptions<K, V, FC>\n extends Pick<OptionsBase<K, V, FC>, 'allowStale'> {}\n\n /**\n * Options that may be passed to the {@link LRUCache#set} method.\n */\n export interface SetOptions<K, V, FC>\n extends Pick<\n OptionsBase<K, V, FC>,\n 'sizeCalculation' | 'ttl' | 'noDisposeOnSet' | 'noUpdateTTL'\n > {\n /**\n * If size tracking is enabled, then setting an explicit size\n * in the {@link LRUCache#set} call will prevent calling the\n * {@link OptionsBase.sizeCalculation} function.\n */\n size?: Size\n /**\n * If TTL tracking is enabled, then setting an explicit start\n * time in the {@link LRUCache#set} call will override the\n * default time from `performance.now()` or `Date.now()`.\n *\n * Note that it must be a valid value for whichever time-tracking\n * method is in use.\n */\n start?: Milliseconds\n status?: Status<V>\n }\n\n /**\n * The type signature for the {@link OptionsBase.fetchMethod} option.\n */\n export type Fetcher<K, V, FC = unknown> = (\n key: K,\n staleValue: V | undefined,\n options: FetcherOptions<K, V, FC>\n ) => Promise<V | undefined | void> | V | undefined | void\n\n /**\n * the type signature for the {@link OptionsBase.memoMethod} option.\n */\n export type Memoizer<K, V, FC = unknown> = (\n key: K,\n staleValue: V | undefined,\n options: MemoizerOptions<K, V, FC>\n ) => V\n\n /**\n * Options which may be passed to the {@link LRUCache} constructor.\n *\n * Most of these may be overridden in the various options that use\n * them.\n *\n * Despite all being technically optional, the constructor requires that\n * a cache is at minimum limited by one or more of {@link OptionsBase.max},\n * {@link OptionsBase.ttl}, or {@link OptionsBase.maxSize}.\n *\n * If {@link OptionsBase.ttl} is used alone, then it is strongly advised\n * (and in fact required by the type definitions here) that the cache\n * also set {@link OptionsBase.ttlAutopurge}, to prevent potentially\n * unbounded storage.\n *\n * All options are also available on the {@link LRUCache} instance, making\n * it safe to pass an LRUCache instance as the options argumemnt to\n * make another empty cache of the same type.\n *\n * Some options are marked as read-only, because changing them after\n * instantiation is not safe. Changing any of the other options will of\n * course only have an effect on subsequent method calls.\n */\n export interface OptionsBase<K, V, FC> {\n /**\n * The maximum number of items to store in the cache before evicting\n * old entries. This is read-only on the {@link LRUCache} instance,\n * and may not be overridden.\n *\n * If set, then storage space will be pre-allocated at construction\n * time, and the cache will perform significantly faster.\n *\n * Note that significantly fewer items may be stored, if\n * {@link OptionsBase.maxSize} and/or {@link OptionsBase.ttl} are also\n * set.\n *\n * **It is strongly recommended to set a `max` to prevent unbounded growth\n * of the cache.**\n */\n max?: Count\n\n /**\n * Max time in milliseconds for items to live in cache before they are\n * considered stale. Note that stale items are NOT preemptively removed by\n * default, and MAY live in the cache, contributing to its LRU max, long\n * after they have expired, unless {@link OptionsBase.ttlAutopurge} is\n * set.\n *\n * If set to `0` (the default value), then that means \"do not track\n * TTL\", not \"expire immediately\".\n *\n * Also, as this cache is optimized for LRU/MRU operations, some of\n * the staleness/TTL checks will reduce performance, as they will incur\n * overhead by deleting items.\n *\n * This is not primarily a TTL cache, and does not make strong TTL\n * guarantees. There is no pre-emptive pruning of expired items, but you\n * _may_ set a TTL on the cache, and it will treat expired items as missing\n * when they are fetched, and delete them.\n *\n * Optional, but must be a non-negative integer in ms if specified.\n *\n * This may be overridden by passing an options object to `cache.set()`.\n *\n * At least one of `max`, `maxSize`, or `TTL` is required. This must be a\n * positive integer if set.\n *\n * Even if ttl tracking is enabled, **it is strongly recommended to set a\n * `max` to prevent unbounded growth of the cache.**\n *\n * If ttl tracking is enabled, and `max` and `maxSize` are not set,\n * and `ttlAutopurge` is not set, then a warning will be emitted\n * cautioning about the potential for unbounded memory consumption.\n * (The TypeScript definitions will also discourage this.)\n */\n ttl?: Milliseconds\n\n /**\n * Minimum amount of time in ms in which to check for staleness.\n * Defaults to 1, which means that the current time is checked\n * at most once per millisecond.\n *\n * Set to 0 to check the current time every time staleness is tested.\n * (This reduces performance, and is theoretically unnecessary.)\n *\n * Setting this to a higher value will improve performance somewhat\n * while using ttl tracking, albeit at the expense of keeping stale\n * items around a bit longer than their TTLs would indicate.\n *\n * @default 1\n */\n ttlResolution?: Milliseconds\n\n /**\n * Preemptively remove stale items from the cache.\n *\n * Note that this may *significantly* degrade performance, especially if\n * the cache is storing a large number of items. It is almost always best\n * to just leave the stale items in the cache, and let them fall out as new\n * items are added.\n *\n * Note that this means that {@link OptionsBase.allowStale} is a bit\n * pointless, as stale items will be deleted almost as soon as they\n * expire.\n *\n * Use with caution!\n */\n ttlAutopurge?: boolean\n\n /**\n * When using time-expiring entries with `ttl`, setting this to `true` will\n * make each item's age reset to 0 whenever it is retrieved from cache with\n * {@link LRUCache#get}, causing it to not expire. (It can still fall out\n * of cache based on recency of use, of course.)\n *\n * Has no effect if {@link OptionsBase.ttl} is not set.\n *\n * This may be overridden by passing an options object to `cache.get()`.\n */\n updateAgeOnGet?: boolean\n\n /**\n * When using time-expiring entries with `ttl`, setting this to `true` will\n * make each item's age reset to 0 whenever its presence in the cache is\n * checked with {@link LRUCache#has}, causing it to not expire. (It can\n * still fall out of cache based on recency of use, of course.)\n *\n * Has no effect if {@link OptionsBase.ttl} is not set.\n */\n updateAgeOnHas?: boolean\n\n /**\n * Allow {@link LRUCache#get} and {@link LRUCache#fetch} calls to return\n * stale data, if available.\n *\n * By default, if you set `ttl`, stale items will only be deleted from the\n * cache when you `get(key)`. That is, it's not preemptively pruning items,\n * unless {@link OptionsBase.ttlAutopurge} is set.\n *\n * If you set `allowStale:true`, it'll return the stale value *as well as*\n * deleting it. If you don't set this, then it'll return `undefined` when\n * you try to get a stale entry.\n *\n * Note that when a stale entry is fetched, _even if it is returned due to\n * `allowStale` being set_, it is removed from the cache immediately. You\n * can suppress this behavior by setting\n * {@link OptionsBase.noDeleteOnStaleGet}, either in the constructor, or in\n * the options provided to {@link LRUCache#get}.\n *\n * This may be overridden by passing an options object to `cache.get()`.\n * The `cache.has()` method will always return `false` for stale items.\n *\n * Only relevant if a ttl is set.\n */\n allowStale?: boolean\n\n /**\n * Function that is called on items when they are dropped from the\n * cache, as `dispose(value, key, reason)`.\n *\n * This can be handy if you want to close file descriptors or do\n * other cleanup tasks when items are no longer stored in the cache.\n *\n * **NOTE**: It is called _before_ the item has been fully removed\n * from the cache, so if you want to put it right back in, you need\n * to wait until the next tick. If you try to add it back in during\n * the `dispose()` function call, it will break things in subtle and\n * weird ways.\n *\n * Unlike several other options, this may _not_ be overridden by\n * passing an option to `set()`, for performance reasons.\n *\n * The `reason` will be one of the following strings, corresponding\n * to the reason for the item's deletion:\n *\n * - `evict` Item was evicted to make space for a new addition\n * - `set` Item was overwritten by a new value\n * - `expire` Item expired its TTL\n * - `fetch` Item was deleted due to a failed or aborted fetch, or a\n * fetchMethod returning `undefined.\n * - `delete` Item was removed by explicit `cache.delete(key)`,\n * `cache.clear()`, or `cache.set(key, undefined)`.\n */\n dispose?: Disposer<K, V>\n\n /**\n * The same as {@link OptionsBase.dispose}, but called *after* the entry\n * is completely removed and the cache is once again in a clean state.\n *\n * It is safe to add an item right back into the cache at this point.\n * However, note that it is *very* easy to inadvertently create infinite\n * recursion this way.\n */\n disposeAfter?: Disposer<K, V>\n\n /**\n * Set to true to suppress calling the\n * {@link OptionsBase.dispose} function if the entry key is\n * still accessible within the cache.\n *\n * This may be overridden by passing an options object to\n * {@link LRUCache#set}.\n *\n * Only relevant if `dispose` or `disposeAfter` are set.\n */\n noDisposeOnSet?: boolean\n\n /**\n * Boolean flag to tell the cache to not update the TTL when setting a new\n * value for an existing key (ie, when updating a value rather than\n * inserting a new value). Note that the TTL value is _always_ set (if\n * provided) when adding a new entry into the cache.\n *\n * Has no effect if a {@link OptionsBase.ttl} is not set.\n *\n * May be passed as an option to {@link LRUCache#set}.\n */\n noUpdateTTL?: boolean\n\n /**\n * Set to a positive integer to track the sizes of items added to the\n * cache, and automatically evict items in order to stay below this size.\n * Note that this may result in fewer than `max` items being stored.\n *\n * Attempting to add an item to the cache whose calculated size is greater\n * that this amount will be a no-op. The item will not be cached, and no\n * other items will be evicted.\n *\n * Optional, must be a positive integer if provided.\n *\n * Sets `maxEntrySize` to the same value, unless a different value is\n * provided for `maxEntrySize`.\n *\n * At least one of `max`, `maxSize`, or `TTL` is required. This must be a\n * positive integer if set.\n *\n * Even if size tracking is enabled, **it is strongly recommended to set a\n * `max` to prevent unbounded growth of the cache.**\n *\n * Note also that size tracking can negatively impact performance,\n * though for most cases, only minimally.\n */\n maxSize?: Size\n\n /**\n * The maximum allowed size for any single item in the cache.\n *\n * If a larger item is passed to {@link LRUCache#set} or returned by a\n * {@link OptionsBase.fetchMethod} or {@link OptionsBase.memoMethod}, then\n * it will not be stored in the cache.\n *\n * Attempting to add an item whose calculated size is greater than\n * this amount will not cache the item or evict any old items, but\n * WILL delete an existing value if one is already present.\n *\n * Optional, must be a positive integer if provided. Defaults to\n * the value of `maxSize` if provided.\n */\n maxEntrySize?: Size\n\n /**\n * A function that returns a number indicating the item's size.\n *\n * Requires {@link OptionsBase.maxSize} to be set.\n *\n * If not provided, and {@link OptionsBase.maxSize} or\n * {@link OptionsBase.maxEntrySize} are set, then all\n * {@link LRUCache#set} calls **must** provide an explicit\n * {@link SetOptions.size} or sizeCalculation param.\n */\n sizeCalculation?: SizeCalculator<K, V>\n\n /**\n * Method that provides the implementation for {@link LRUCache#fetch}\n *\n * ```ts\n * fetchMethod(key, staleValue, { signal, options, context })\n * ```\n *\n * If `fetchMethod` is not provided, then `cache.fetch(key)` is equivalent\n * to `Promise.resolve(cache.get(key))`.\n *\n * If at any time, `signal.aborted` is set to `true`, or if the\n * `signal.onabort` method is called, or if it emits an `'abort'` event\n * which you can listen to with `addEventListener`, then that means that\n * the fetch should be abandoned. This may be passed along to async\n * functions aware of AbortController/AbortSignal behavior.\n *\n * The `fetchMethod` should **only** return `undefined` or a Promise\n * resolving to `undefined` if the AbortController signaled an `abort`\n * event. In all other cases, it should return or resolve to a value\n * suitable for adding to the cache.\n *\n * The `options` object is a union of the options that may be provided to\n * `set()` and `get()`. If they are modified, then that will result in\n * modifying the settings to `cache.set()` when the value is resolved, and\n * in the case of\n * {@link OptionsBase.noDeleteOnFetchRejection} and\n * {@link OptionsBase.allowStaleOnFetchRejection}, the handling of\n * `fetchMethod` failures.\n *\n * For example, a DNS cache may update the TTL based on the value returned\n * from a remote DNS server by changing `options.ttl` in the `fetchMethod`.\n */\n fetchMethod?: Fetcher<K, V, FC>\n\n /**\n * Method that provides the implementation for {@link LRUCache#memo}\n */\n memoMethod?: Memoizer<K, V, FC>\n\n /**\n * Set to true to suppress the deletion of stale data when a\n * {@link OptionsBase.fetchMethod} returns a rejected promise.\n */\n noDeleteOnFetchRejection?: boolean\n\n /**\n * Do not delete stale items when they are retrieved with\n * {@link LRUCache#get}.\n *\n * Note that the `get` return value will still be `undefined`\n * unless {@link OptionsBase.allowStale} is true.\n *\n * When using time-expiring entries with `ttl`, by default stale\n * items will be removed from the cache when the key is accessed\n * with `cache.get()`.\n *\n * Setting this option will cause stale items to remain in the cache, until\n * they are explicitly deleted with `cache.delete(key)`, or retrieved with\n * `noDeleteOnStaleGet` set to `false`.\n *\n * This may be overridden by passing an options object to `cache.get()`.\n *\n * Only relevant if a ttl is used.\n */\n noDeleteOnStaleGet?: boolean\n\n /**\n * Set to true to allow returning stale data when a\n * {@link OptionsBase.fetchMethod} throws an error or returns a rejected\n * promise.\n *\n * This differs from using {@link OptionsBase.allowStale} in that stale\n * data will ONLY be returned in the case that the {@link LRUCache#fetch}\n * fails, not any other times.\n *\n * If a `fetchMethod` fails, and there is no stale value available, the\n * `fetch()` will resolve to `undefined`. Ie, all `fetchMethod` errors are\n * suppressed.\n *\n * Implies `noDeleteOnFetchRejection`.\n *\n * This may be set in calls to `fetch()`, or defaulted on the constructor,\n * or overridden by modifying the options object in the `fetchMethod`.\n */\n allowStaleOnFetchRejection?: boolean\n\n /**\n * Set to true to return a stale value from the cache when the\n * `AbortSignal` passed to the {@link OptionsBase.fetchMethod} dispatches\n * an `'abort'` event, whether user-triggered, or due to internal cache\n * behavior.\n *\n * Unless {@link OptionsBase.ignoreFetchAbort} is also set, the underlying\n * {@link OptionsBase.fetchMethod} will still be considered canceled, and\n * any value it returns will be ignored and not cached.\n *\n * Caveat: since fetches are aborted when a new value is explicitly\n * set in the cache, this can lead to fetch returning a stale value,\n * since that was the fallback value _at the moment the `fetch()` was\n * initiated_, even though the new updated value is now present in\n * the cache.\n *\n * For example:\n *\n * ```ts\n * const cache = new LRUCache<string, any>({\n * ttl: 100,\n * fetchMethod: async (url, oldValue, { signal }) => {\n * const res = await fetch(url, { signal })\n * return await res.json()\n * }\n * })\n * cache.set('https://example.com/', { some: 'data' })\n * // 100ms go by...\n * const result = cache.fetch('https://example.com/')\n * cache.set('https://example.com/', { other: 'thing' })\n * console.log(await result) // { some: 'data' }\n * console.log(cache.get('https://example.com/')) // { other: 'thing' }\n * ```\n */\n allowStaleOnFetchAbort?: boolean\n\n /**\n * Set to true to ignore the `abort` event emitted by the `AbortSignal`\n * object passed to {@link OptionsBase.fetchMethod}, and still cache the\n * resulting resolution value, as long as it is not `undefined`.\n *\n * When used on its own, this means aborted {@link LRUCache#fetch} calls\n * are not immediately resolved or rejected when they are aborted, and\n * instead take the full time to await.\n *\n * When used with {@link OptionsBase.allowStaleOnFetchAbort}, aborted\n * {@link LRUCache#fetch} calls will resolve immediately to their stale\n * cached value or `undefined`, and will continue to process and eventually\n * update the cache when they resolve, as long as the resulting value is\n * not `undefined`, thus supporting a \"return stale on timeout while\n * refreshing\" mechanism by passing `AbortSignal.timeout(n)` as the signal.\n *\n * For example:\n *\n * ```ts\n * const c = new LRUCache({\n * ttl: 100,\n * ignoreFetchAbort: true,\n * allowStaleOnFetchAbort: true,\n * fetchMethod: async (key, oldValue, { signal }) => {\n * // note: do NOT pass the signal to fetch()!\n * // let's say this fetch can take a long time.\n * const res = await fetch(`https://slow-backend-server/${key}`)\n * return await res.json()\n * },\n * })\n *\n * // this will return the stale value after 100ms, while still\n * // updating in the background for next time.\n * const val = await c.fetch('key', { signal: AbortSignal.timeout(100) })\n * ```\n *\n * **Note**: regardless of this setting, an `abort` event _is still\n * emitted on the `AbortSignal` object_, so may result in invalid results\n * when passed to other underlying APIs that use AbortSignals.\n *\n * This may be overridden in the {@link OptionsBase.fetchMethod} or the\n * call to {@link LRUCache#fetch}.\n */\n ignoreFetchAbort?: boolean\n }\n\n export interface OptionsMaxLimit<K, V, FC>\n extends OptionsBase<K, V, FC> {\n max: Count\n }\n export interface OptionsTTLLimit<K, V, FC>\n extends OptionsBase<K, V, FC> {\n ttl: Milliseconds\n ttlAutopurge: boolean\n }\n export interface OptionsSizeLimit<K, V, FC>\n extends OptionsBase<K, V, FC> {\n maxSize: Size\n }\n\n /**\n * The valid safe options for the {@link LRUCache} constructor\n */\n export type Options<K, V, FC> =\n | OptionsMaxLimit<K, V, FC>\n | OptionsSizeLimit<K, V, FC>\n | OptionsTTLLimit<K, V, FC>\n\n /**\n * Entry objects used by {@link LRUCache#load} and {@link LRUCache#dump},\n * and returned by {@link LRUCache#info}.\n */\n export interface Entry<V> {\n value: V\n ttl?: Milliseconds\n size?: Size\n start?: Milliseconds\n }\n}\n\n/**\n * Default export, the thing you're using this module to get.\n *\n * The `K` and `V` types define the key and value types, respectively. The\n * optional `FC` type defines the type of the `context` object passed to\n * `cache.fetch()` and `cache.memo()`.\n *\n * Keys and values **must not** be `null` or `undefined`.\n *\n * All properties from the options object (with the exception of `max`,\n * `maxSize`, `fetchMethod`, `memoMethod`, `dispose` and `disposeAfter`) are\n * added as normal public members. (The listed options are read-only getters.)\n *\n * Changing any of these will alter the defaults for subsequent method calls.\n */\nexport class LRUCache<K extends {}, V extends {}, FC = unknown>\n implements Map<K, V>\n{\n // options that cannot be changed without disaster\n readonly #max: LRUCache.Count\n readonly #maxSize: LRUCache.Size\n readonly #dispose?: LRUCache.Disposer<K, V>\n readonly #disposeAfter?: LRUCache.Disposer<K, V>\n readonly #fetchMethod?: LRUCache.Fetcher<K, V, FC>\n readonly #memoMethod?: LRUCache.Memoizer<K, V, FC>\n\n /**\n * {@link LRUCache.OptionsBase.ttl}\n */\n ttl: LRUCache.Milliseconds\n\n /**\n * {@link LRUCache.OptionsBase.ttlResolution}\n */\n ttlResolution: LRUCache.Milliseconds\n /**\n * {@link LRUCache.OptionsBase.ttlAutopurge}\n */\n ttlAutopurge: boolean\n /**\n * {@link LRUCache.OptionsBase.updateAgeOnGet}\n */\n updateAgeOnGet: boolean\n /**\n * {@link LRUCache.OptionsBase.updateAgeOnHas}\n */\n updateAgeOnHas: boolean\n /**\n * {@link LRUCache.OptionsBase.allowStale}\n */\n allowStale: boolean\n\n /**\n * {@link LRUCache.OptionsBase.noDisposeOnSet}\n */\n noDisposeOnSet: boolean\n /**\n * {@link LRUCache.OptionsBase.noUpdateTTL}\n */\n noUpdateTTL: boolean\n /**\n * {@link LRUCache.OptionsBase.maxEntrySize}\n */\n maxEntrySize: LRUCache.Size\n /**\n * {@link LRUCache.OptionsBase.sizeCalculation}\n */\n sizeCalculation?: LRUCache.SizeCalculator<K, V>\n /**\n * {@link LRUCache.OptionsBase.noDeleteOnFetchRejection}\n */\n noDeleteOnFetchRejection: boolean\n /**\n * {@link LRUCache.OptionsBase.noDeleteOnStaleGet}\n */\n noDeleteOnStaleGet: boolean\n /**\n * {@link LRUCache.OptionsBase.allowStaleOnFetchAbort}\n */\n allowStaleOnFetchAbort: boolean\n /**\n * {@link LRUCache.OptionsBase.allowStaleOnFetchRejection}\n */\n allowStaleOnFetchRejection: boolean\n /**\n * {@link LRUCache.OptionsBase.ignoreFetchAbort}\n */\n ignoreFetchAbort: boolean\n\n // computed properties\n #size: LRUCache.Count\n #calculatedSize: LRUCache.Size\n #keyMap: Map<K, Index>\n #keyList: (K | undefined)[]\n #valList: (V | BackgroundFetch<V> | undefined)[]\n #next: NumberArray\n #prev: NumberArray\n #head: Index\n #tail: Index\n #free: StackLike\n #disposed?: DisposeTask<K, V>[]\n #sizes?: ZeroArray\n #starts?: ZeroArray\n #ttls?: ZeroArray\n\n #hasDispose: boolean\n #hasFetchMethod: boolean\n #hasDisposeAfter: boolean\n\n /**\n * Do not call this method unless you need to inspect the\n * inner workings of the cache. If anything returned by this\n * object is modified in any way, strange breakage may occur.\n *\n * These fields are private for a reason!\n *\n * @internal\n */\n static unsafeExposeInternals<\n K extends {},\n V extends {},\n FC extends unknown = unknown\n >(c: LRUCache<K, V, FC>) {\n return {\n // properties\n starts: c.#starts,\n ttls: c.#ttls,\n sizes: c.#sizes,\n keyMap: c.#keyMap as Map<K, number>,\n keyList: c.#keyList,\n valList: c.#valList,\n next: c.#next,\n prev: c.#prev,\n get head() {\n return c.#head\n },\n get tail() {\n return c.#tail\n },\n free: c.#free,\n // methods\n isBackgroundFetch: (p: any) => c.#isBackgroundFetch(p),\n backgroundFetch: (\n k: K,\n index: number | undefined,\n options: LRUCache.FetchOptions<K, V, FC>,\n context: any\n ): BackgroundFetch<V> =>\n c.#backgroundFetch(\n k,\n index as Index | undefined,\n options,\n context\n ),\n moveToTail: (index: number): void =>\n c.#moveToTail(index as Index),\n indexes: (options?: { allowStale: boolean }) =>\n c.#indexes(options),\n rindexes: (options?: { allowStale: boolean }) =>\n c.#rindexes(options),\n isStale: (index: number | undefined) =>\n c.#isStale(index as Index),\n }\n }\n\n // Protected read-only members\n\n /**\n * {@link LRUCache.OptionsBase.max} (read-only)\n */\n get max(): LRUCache.Count {\n return this.#max\n }\n /**\n * {@link LRUCache.OptionsBase.maxSize} (read-only)\n */\n get maxSize(): LRUCache.Count {\n return this.#maxSize\n }\n /**\n * The total computed size of items in the cache (read-only)\n */\n get calculatedSize(): LRUCache.Size {\n return this.#calculatedSize\n }\n /**\n * The number of items stored in the cache (read-only)\n */\n get size(): LRUCache.Count {\n return this.#size\n }\n /**\n * {@link LRUCache.OptionsBase.fetchMethod} (read-only)\n */\n get fetchMethod(): LRUCache.Fetcher<K, V, FC> | undefined {\n return this.#fetchMethod\n }\n get memoMethod(): LRUCache.Memoizer<K, V, FC> | undefined {\n return this.#memoMethod\n }\n /**\n * {@link LRUCache.OptionsBase.dispose} (read-only)\n */\n get dispose() {\n return this.#dispose\n }\n /**\n * {@link LRUCache.OptionsBase.disposeAfter} (read-only)\n */\n get disposeAfter() {\n return this.#disposeAfter\n }\n\n constructor(\n options: LRUCache.Options<K, V, FC> | LRUCache<K, V, FC>\n ) {\n const {\n max = 0,\n ttl,\n ttlResolution = 1,\n ttlAutopurge,\n updateAgeOnGet,\n updateAgeOnHas,\n allowStale,\n dispose,\n disposeAfter,\n noDisposeOnSet,\n noUpdateTTL,\n maxSize = 0,\n maxEntrySize = 0,\n sizeCalculation,\n fetchMethod,\n memoMethod,\n noDeleteOnFetchRejection,\n noDeleteOnStaleGet,\n allowStaleOnFetchRejection,\n allowStaleOnFetchAbort,\n ignoreFetchAbort,\n } = options\n\n if (max !== 0 && !isPosInt(max)) {\n throw new TypeError('max option must be a nonnegative integer')\n }\n\n const UintArray = max ? getUintArray(max) : Array\n if (!UintArray) {\n throw new Error('invalid max value: ' + max)\n }\n\n this.#max = max\n this.#maxSize = maxSize\n this.maxEntrySize = maxEntrySize || this.#maxSize\n this.sizeCalculation = sizeCalculation\n if (this.sizeCalculation) {\n if (!this.#maxSize && !this.maxEntrySize) {\n throw new TypeError(\n 'cannot set sizeCalculation without setting maxSize or maxEntrySize'\n )\n }\n if (typeof this.sizeCalculation !== 'function') {\n throw new TypeError('sizeCalculation set to non-function')\n }\n }\n\n if (\n memoMethod !== undefined &&\n typeof memoMethod !== 'function'\n ) {\n throw new TypeError('memoMethod must be a function if defined')\n }\n this.#memoMethod = memoMethod\n\n if (\n fetchMethod !== undefined &&\n typeof fetchMethod !== 'function'\n ) {\n throw new TypeError(\n 'fetchMethod must be a function if specified'\n )\n }\n this.#fetchMethod = fetchMethod\n this.#hasFetchMethod = !!fetchMethod\n\n this.#keyMap = new Map()\n this.#keyList = new Array(max).fill(undefined)\n this.#valList = new Array(max).fill(undefined)\n this.#next = new UintArray(max)\n this.#prev = new UintArray(max)\n this.#head = 0 as Index\n this.#tail = 0 as Index\n this.#free = Stack.create(max)\n this.#size = 0\n this.#calculatedSize = 0\n\n if (typeof dispose === 'function') {\n this.#dispose = dispose\n }\n if (typeof disposeAfter === 'function') {\n this.#disposeAfter = disposeAfter\n this.#disposed = []\n } else {\n this.#disposeAfter = undefined\n this.#disposed = undefined\n }\n this.#hasDispose = !!this.#dispose\n this.#hasDisposeAfter = !!this.#disposeAfter\n\n this.noDisposeOnSet = !!noDisposeOnSet\n this.noUpdateTTL = !!noUpdateTTL\n this.noDeleteOnFetchRejection = !!noDeleteOnFetchRejection\n this.allowStaleOnFetchRejection = !!allowStaleOnFetchRejection\n this.allowStaleOnFetchAbort = !!allowStaleOnFetchAbort\n this.ignoreFetchAbort = !!ignoreFetchAbort\n\n // NB: maxEntrySize is set to maxSize if it's set\n if (this.maxEntrySize !== 0) {\n if (this.#maxSize !== 0) {\n if (!isPosInt(this.#maxSize)) {\n throw new TypeError(\n 'maxSize must be a positive integer if specified'\n )\n }\n }\n if (!isPosInt(this.maxEntrySize)) {\n throw new TypeError(\n 'maxEntrySize must be a positive integer if specified'\n )\n }\n this.#initializeSizeTracking()\n }\n\n this.allowStale = !!allowStale\n this.noDeleteOnStaleGet = !!noDeleteOnStaleGet\n this.updateAgeOnGet = !!updateAgeOnGet\n this.updateAgeOnHas = !!updateAgeOnHas\n this.ttlResolution =\n isPosInt(ttlResolution) || ttlResolution === 0\n ? ttlResolution\n : 1\n this.ttlAutopurge = !!ttlAutopurge\n this.ttl = ttl || 0\n if (this.ttl) {\n if (!isPosInt(this.ttl)) {\n throw new TypeError(\n 'ttl must be a positive integer if specified'\n )\n }\n this.#initializeTTLTracking()\n }\n\n // do not allow completely unbounded caches\n if (this.#max === 0 && this.ttl === 0 && this.#maxSize === 0) {\n throw new TypeError(\n 'At least one of max, maxSize, or ttl is required'\n )\n }\n if (!this.ttlAutopurge && !this.#max && !this.#maxSize) {\n const code = 'LRU_CACHE_UNBOUNDED'\n if (shouldWarn(code)) {\n warned.add(code)\n const msg =\n 'TTL caching without ttlAutopurge, max, or maxSize can ' +\n 'result in unbounded memory consumption.'\n emitWarning(msg, 'UnboundedCacheWarning', code, LRUCache)\n }\n }\n }\n\n /**\n * Return the number of ms left in the item's TTL. If item is not in cache,\n * returns `0`. Returns `Infinity` if item is in cache without a defined TTL.\n */\n getRemainingTTL(key: K) {\n return this.#keyMap.has(key) ? Infinity : 0\n }\n\n #initializeTTLTracking() {\n const ttls = new ZeroArray(this.#max)\n const starts = new ZeroArray(this.#max)\n this.#ttls = ttls\n this.#starts = starts\n\n this.#setItemTTL = (index, ttl, start = perf.now()) => {\n starts[index] = ttl !== 0 ? start : 0\n ttls[index] = ttl\n if (ttl !== 0 && this.ttlAutopurge) {\n const t = setTimeout(() => {\n if (this.#isStale(index)) {\n this.#delete(this.#keyList[index] as K, 'expire')\n }\n }, ttl + 1)\n // unref() not supported on all platforms\n /* c8 ignore start */\n if (t.unref) {\n t.unref()\n }\n /* c8 ignore stop */\n }\n }\n\n this.#updateItemAge = index => {\n starts[index] = ttls[index] !== 0 ? perf.now() : 0\n }\n\n this.#statusTTL = (status, index) => {\n if (ttls[index]) {\n const ttl = ttls[index]\n const start = starts[index]\n /* c8 ignore next */\n if (!ttl || !start) return\n status.ttl = ttl\n status.start = start\n status.now = cachedNow || getNow()\n const age = status.now - start\n status.remainingTTL = ttl - age\n }\n }\n\n // debounce calls to perf.now() to 1s so we're not hitting\n // that costly call repeatedly.\n let cachedNow = 0\n const getNow = () => {\n const n = perf.now()\n if (this.ttlResolution > 0) {\n cachedNow = n\n const t = setTimeout(\n () => (cachedNow = 0),\n this.ttlResolution\n )\n // not available on all platforms\n /* c8 ignore start */\n if (t.unref) {\n t.unref()\n }\n /* c8 ignore stop */\n }\n return n\n }\n\n this.getRemainingTTL = key => {\n const index = this.#keyMap.get(key)\n if (index === undefined) {\n return 0\n }\n const ttl = ttls[index]\n const start = starts[index]\n if (!ttl || !start) {\n return Infinity\n }\n const age = (cachedNow || getNow()) - start\n return ttl - age\n }\n\n this.#isStale = index => {\n const s = starts[index]\n const t = ttls[index]\n return !!t && !!s && (cachedNow || getNow()) - s > t\n }\n }\n\n // conditionally set private methods related to TTL\n #updateItemAge: (index: Index) => void = () => {}\n #statusTTL: (status: LRUCache.Status<V>, index: Index) => void =\n () => {}\n #setItemTTL: (\n index: Index,\n ttl: LRUCache.Milliseconds,\n start?: LRUCache.Milliseconds\n // ignore because we never call this if we're not already in TTL mode\n /* c8 ignore start */\n ) => void = () => {}\n /* c8 ignore stop */\n\n #isStale: (index: Index) => boolean = () => false\n\n #initializeSizeTracking() {\n const sizes = new ZeroArray(this.#max)\n this.#calculatedSize = 0\n this.#sizes = sizes\n this.#removeItemSize = index => {\n this.#calculatedSize -= sizes[index] as number\n sizes[index] = 0\n }\n this.#requireSize = (k, v, size, sizeCalculation) => {\n // provisionally accept background fetches.\n // actual value size will be checked when they return.\n if (this.#isBackgroundFetch(v)) {\n return 0\n }\n if (!isPosInt(size)) {\n if (sizeCalculation) {\n if (typeof sizeCalculation !== 'function') {\n throw new TypeError('sizeCalculation must be a function')\n }\n size = sizeCalculation(v, k)\n if (!isPosInt(size)) {\n throw new TypeError(\n 'sizeCalculation return invalid (expect positive integer)'\n )\n }\n } else {\n throw new TypeError(\n 'invalid size value (must be positive integer). ' +\n 'When maxSize or maxEntrySize is used, sizeCalculation ' +\n 'or size must be set.'\n )\n }\n }\n return size\n }\n this.#addItemSize = (\n index: Index,\n size: LRUCache.Size,\n status?: LRUCache.Status<V>\n ) => {\n sizes[index] = size\n if (this.#maxSize) {\n const maxSize = this.#maxSize - (sizes[index] as number)\n while (this.#calculatedSize > maxSize) {\n this.#evict(true)\n }\n }\n this.#calculatedSize += sizes[index] as number\n if (status) {\n status.entrySize = size\n status.totalCalculatedSize = this.#calculatedSize\n }\n }\n }\n\n #removeItemSize: (index: Index) => void = _i => {}\n #addItemSize: (\n index: Index,\n size: LRUCache.Size,\n status?: LRUCache.Status<V>\n ) => void = (_i, _s, _st) => {}\n #requireSize: (\n k: K,\n v: V | BackgroundFetch<V>,\n size?: LRUCache.Size,\n sizeCalculation?: LRUCache.SizeCalculator<K, V>\n ) => LRUCache.Size = (\n _k: K,\n _v: V | BackgroundFetch<V>,\n size?: LRUCache.Size,\n sizeCalculation?: LRUCache.SizeCalculator<K, V>\n ) => {\n if (size || sizeCalculation) {\n throw new TypeError(\n 'cannot set size without setting maxSize or maxEntrySize on cache'\n )\n }\n return 0\n };\n\n *#indexes({ allowStale = this.allowStale } = {}) {\n if (this.#size) {\n for (let i = this.#tail; true; ) {\n if (!this.#isValidIndex(i)) {\n break\n }\n if (allowStale || !this.#isStale(i)) {\n yield i\n }\n if (i === this.#head) {\n break\n } else {\n i = this.#prev[i] as Index\n }\n }\n }\n }\n\n *#rindexes({ allowStale = this.allowStale } = {}) {\n if (this.#size) {\n for (let i = this.#head; true; ) {\n if (!this.#isValidIndex(i)) {\n break\n }\n if (allowStale || !this.#isStale(i)) {\n yield i\n }\n if (i === this.#tail) {\n break\n } else {\n i = this.#next[i] as Index\n }\n }\n }\n }\n\n #isValidIndex(index: Index) {\n return (\n index !== undefined &&\n this.#keyMap.get(this.#keyList[index] as K) === index\n )\n }\n\n /**\n * Return a generator yielding `[key, value]` pairs,\n * in order from most recently used to least recently used.\n */\n *entries() {\n for (const i of this.#indexes()) {\n if (\n this.#valList[i] !== undefined &&\n this.#keyList[i] !== undefined &&\n !this.#isBackgroundFetch(this.#valList[i])\n ) {\n yield [this.#keyList[i], this.#valList[i]] as [K, V]\n }\n }\n }\n\n /**\n * Inverse order version of {@link LRUCache.entries}\n *\n * Return a generator yielding `[key, value]` pairs,\n * in order from least recently used to most recently used.\n */\n *rentries() {\n for (const i of this.#rindexes()) {\n if (\n this.#valList[i] !== undefined &&\n this.#keyList[i] !== undefined &&\n !this.#isBackgroundFetch(this.#valList[i])\n ) {\n yield [this.#keyList[i], this.#valList[i]]\n }\n }\n }\n\n /**\n * Return a generator yielding the keys in the cache,\n * in order from most recently used to least recently used.\n */\n *keys() {\n for (const i of this.#indexes()) {\n const k = this.#keyList[i]\n if (\n k !== undefined &&\n !this.#isBackgroundFetch(this.#valList[i])\n ) {\n yield k\n }\n }\n }\n\n /**\n * Inverse order version of {@link LRUCache.keys}\n *\n * Return a generator yielding the keys in the cache,\n * in order from least recently used to most recently used.\n */\n *rkeys() {\n for (const i of this.#rindexes()) {\n const k = this.#keyList[i]\n if (\n k !== undefined &&\n !this.#isBackgroundFetch(this.#valList[i])\n ) {\n yield k\n }\n }\n }\n\n /**\n * Return a generator yielding the values in the cache,\n * in order from most recently used to least recently used.\n */\n *values() {\n for (const i of this.#indexes()) {\n const v = this.#valList[i]\n if (\n v !== undefined &&\n !this.#isBackgroundFetch(this.#valList[i])\n ) {\n yield this.#valList[i] as V\n }\n }\n }\n\n /**\n * Inverse order version of {@link LRUCache.values}\n *\n * Return a generator yielding the values in the cache,\n * in order from least recently used to most recently used.\n */\n *rvalues() {\n for (const i of this.#rindexes()) {\n const v = this.#valList[i]\n if (\n v !== undefined &&\n !this.#isBackgroundFetch(this.#valList[i])\n ) {\n yield this.#valList[i]\n }\n }\n }\n\n /**\n * Iterating over the cache itself yields the same results as\n * {@link LRUCache.entries}\n */\n [Symbol.iterator]() {\n return this.entries()\n }\n\n /**\n * A String value that is used in the creation of the default string\n * description of an object. Called by the built-in method\n * `Object.prototype.toString`.\n */\n [Symbol.toStringTag] = 'LRUCache'\n\n /**\n * Find a value for which the supplied fn method returns a truthy value,\n * similar to `Array.find()`. fn is called as `fn(value, key, cache)`.\n */\n find(\n fn: (v: V, k: K, self: LRUCache<K, V, FC>) => boolean,\n getOptions: LRUCache.GetOptions<K, V, FC> = {}\n ) {\n for (const i of this.#indexes()) {\n const v = this.#valList[i]\n const value = this.#isBackgroundFetch(v)\n ? v.__staleWhileFetching\n : v\n if (value === undefined) continue\n if (fn(value, this.#keyList[i] as K, this)) {\n return this.get(this.#keyList[i] as K, getOptions)\n }\n }\n }\n\n /**\n * Call the supplied function on each item in the cache, in order from most\n * recently used to least recently used.\n *\n * `fn` is called as `fn(value, key, cache)`.\n *\n * If `thisp` is provided, function will be called in the `this`-context of\n * the provided object, or the cache if no `thisp` object is provided.\n *\n * Does not update age or recenty of use, or iterate over stale values.\n */\n forEach(\n fn: (v: V, k: K, self: LRUCache<K, V, FC>) => any,\n thisp: any = this\n ) {\n for (const i of this.#indexes()) {\n const v = this.#valList[i]\n const value = this.#isBackgroundFetch(v)\n ? v.__staleWhileFetching\n : v\n if (value === undefined) continue\n fn.call(thisp, value, this.#keyList[i] as K, this)\n }\n }\n\n /**\n * The same as {@link LRUCache.forEach} but items are iterated over in\n * reverse order. (ie, less recently used items are iterated over first.)\n */\n rforEach(\n fn: (v: V, k: K, self: LRUCache<K, V, FC>) => any,\n thisp: any = this\n ) {\n for (const i of this.#rindexes()) {\n const v = this.#valList[i]\n const value = this.#isBackgroundFetch(v)\n ? v.__staleWhileFetching\n : v\n if (value === undefined) continue\n fn.call(thisp, value, this.#keyList[i] as K, this)\n }\n }\n\n /**\n * Delete any stale entries. Returns true if anything was removed,\n * false otherwise.\n */\n purgeStale() {\n let deleted = false\n for (const i of this.#rindexes({ allowStale: true })) {\n if (this.#isStale(i)) {\n this.#delete(this.#keyList[i] as K, 'expire')\n deleted = true\n }\n }\n return deleted\n }\n\n /**\n * Get the extended info about a given entry, to get its value, size, and\n * TTL info simultaneously. Returns `undefined` if the key is not present.\n *\n * Unlike {@link LRUCache#dump}, which is designed to be portable and survive\n * serialization, the `start` value is always the current timestamp, and the\n * `ttl` is a calculated remaining time to live (negative if expired).\n *\n * Always returns stale values, if their info is found in the cache, so be\n * sure to check for expirations (ie, a negative {@link LRUCache.Entry#ttl})\n * if relevant.\n */\n info(key: K): LRUCache.Entry<V> | undefined {\n const i = this.#keyMap.get(key)\n if (i === undefined) return undefined\n const v = this.#valList[i]\n const value: V | undefined = this.#isBackgroundFetch(v)\n ? v.__staleWhileFetching\n : v\n if (value === undefined) return undefined\n const entry: LRUCache.Entry<V> = { value }\n if (this.#ttls && this.#starts) {\n const ttl = this.#ttls[i]\n const start = this.#starts[i]\n if (ttl && start) {\n const remain = ttl - (perf.now() - start)\n entry.ttl = remain\n entry.start = Date.now()\n }\n }\n if (this.#sizes) {\n entry.size = this.#sizes[i]\n }\n return entry\n }\n\n /**\n * Return an array of [key, {@link LRUCache.Entry}] tuples which can be\n * passed to {@link LRLUCache#load}.\n *\n * The `start` fields are calculated relative to a portable `Date.now()`\n * timestamp, even if `performance.now()` is available.\n *\n * Stale entries are always included in the `dump`, even if\n * {@link LRUCache.OptionsBase.allowStale} is false.\n *\n * Note: this returns an actual array, not a generator, so it can be more\n * easily passed around.\n */\n dump() {\n const arr: [K, LRUCache.Entry<V>][] = []\n for (const i of this.#indexes({ allowStale: true })) {\n const key = this.#keyList[i]\n const v = this.#valList[i]\n const value: V | undefined = this.#isBackgroundFetch(v)\n ? v.__staleWhileFetching\n : v\n if (value === undefined || key === undefined) continue\n const entry: LRUCache.Entry<V> = { value }\n if (this.#ttls && this.#starts) {\n entry.ttl = this.#ttls[i]\n // always dump the start relative to a portable timestamp\n // it's ok for this to be a bit slow, it's a rare operation.\n const age = perf.now() - (this.#starts[i] as number)\n entry.start = Math.floor(Date.now() - age)\n }\n if (this.#sizes) {\n entry.size = this.#sizes[i]\n }\n arr.unshift([key, entry])\n }\n return arr\n }\n\n /**\n * Reset the cache and load in the items in entries in the order listed.\n *\n * The shape of the resulting cache may be different if the same options are\n * not used in both caches.\n *\n * The `start` fields are assumed to be calculated relative to a portable\n * `Date.now()` timestamp, even if `performance.now()` is available.\n */\n load(arr: [K, LRUCache.Entry<V>][]) {\n this.clear()\n for (const [key, entry] of arr) {\n if (entry.start) {\n // entry.start is a portable timestamp, but we may be using\n // node's performance.now(), so calculate the offset, so that\n // we get the intended remaining TTL, no matter how long it's\n // been on ice.\n //\n // it's ok for this to be a bit slow, it's a rare operation.\n const age = Date.now() - entry.start\n entry.start = perf.now() - age\n }\n this.set(key, entry.value, entry)\n }\n }\n\n /**\n * Add a value to the cache.\n *\n * Note: if `undefined` is specified as a value, this is an alias for\n * {@link LRUCache#delete}\n *\n * Fields on the {@link LRUCache.SetOptions} options param will override\n * their corresponding values in the constructor options for the scope\n * of this single `set()` operation.\n *\n * If `start` is provided, then that will set the effective start\n * time for the TTL calculation. Note that this must be a previous\n * value of `performance.now()` if supported, or a previous value of\n * `Date.now()` if not.\n *\n * Options object may also include `size`, which will prevent\n * calling the `sizeCalculation` function and just use the specified\n * number if it is a positive integer, and `noDisposeOnSet` which\n * will prevent calling a `dispose` function in the case of\n * overwrites.\n *\n * If the `size` (or return value of `sizeCalculation`) for a given\n * entry is greater than `maxEntrySize`, then the item will not be\n * added to the cache.\n *\n * Will update the recency of the entry.\n *\n * If the value is `undefined`, then this is an alias for\n * `cache.delete(key)`. `undefined` is never stored in the cache.\n */\n set(\n k: K,\n v: V | BackgroundFetch<V> | undefined,\n setOptions: LRUCache.SetOptions<K, V, FC> = {}\n ) {\n if (v === undefined) {\n this.delete(k)\n return this\n }\n const {\n ttl = this.ttl,\n start,\n noDisposeOnSet = this.noDisposeOnSet,\n sizeCalculation = this.sizeCalculation,\n status,\n } = setOptions\n let { noUpdateTTL = this.noUpdateTTL } = setOptions\n\n const size = this.#requireSize(\n k,\n v,\n setOptions.size || 0,\n sizeCalculation\n )\n // if the item doesn't fit, don't do anything\n // NB: maxEntrySize set to maxSize by default\n if (this.maxEntrySize && size > this.maxEntrySize) {\n if (status) {\n status.set = 'miss'\n status.maxEntrySizeExceeded = true\n }\n // have to delete, in case something is there already.\n this.#delete(k, 'set')\n return this\n }\n let index = this.#size === 0 ? undefined : this.#keyMap.get(k)\n if (index === undefined) {\n // addition\n index = (\n this.#size === 0\n ? this.#tail\n : this.#free.length !== 0\n ? this.#free.pop()\n : this.#size === this.#max\n ? this.#evict(false)\n : this.#size\n ) as Index\n this.#keyList[index] = k\n this.#valList[index] = v\n this.#keyMap.set(k, index)\n this.#next[this.#tail] = index\n this.#prev[index] = this.#tail\n this.#tail = index\n this.#size++\n this.#addItemSize(index, size, status)\n if (status) status.set = 'add'\n noUpdateTTL = false\n } else {\n // update\n this.#moveToTail(index)\n const oldVal = this.#valList[index] as V | BackgroundFetch<V>\n if (v !== oldVal) {\n if (this.#hasFetchMethod && this.#isBackgroundFetch(oldVal)) {\n oldVal.__abortController.abort(new Error('replaced'))\n const { __staleWhileFetching: s } = oldVal\n if (s !== undefined && !noDisposeOnSet) {\n if (this.#hasDispose) {\n this.#dispose?.(s as V, k, 'set')\n }\n if (this.#hasDisposeAfter) {\n this.#disposed?.push([s as V, k, 'set'])\n }\n }\n } else if (!noDisposeOnSet) {\n if (this.#hasDispose) {\n this.#dispose?.(oldVal as V, k, 'set')\n }\n if (this.#hasDisposeAfter) {\n this.#disposed?.push([oldVal as V, k, 'set'])\n }\n }\n this.#removeItemSize(index)\n this.#addItemSize(index, size, status)\n this.#valList[index] = v\n if (status) {\n status.set = 'replace'\n const oldValue =\n oldVal && this.#isBackgroundFetch(oldVal)\n ? oldVal.__staleWhileFetching\n : oldVal\n if (oldValue !== undefined) status.oldValue = oldValue\n }\n } else if (status) {\n status.set = 'update'\n }\n }\n if (ttl !== 0 && !this.#ttls) {\n this.#initializeTTLTracking()\n }\n if (this.#ttls) {\n if (!noUpdateTTL) {\n this.#setItemTTL(index, ttl, start)\n }\n if (status) this.#statusTTL(status, index)\n }\n if (!noDisposeOnSet && this.#hasDisposeAfter && this.#disposed) {\n const dt = this.#disposed\n let task: DisposeTask<K, V> | undefined\n while ((task = dt?.shift())) {\n this.#disposeAfter?.(...task)\n }\n }\n return this\n }\n\n /**\n * Evict the least recently used item, returning its value or\n * `undefined` if cache is empty.\n */\n pop(): V | undefined {\n try {\n while (this.#size) {\n const val = this.#valList[this.#head]\n this.#evict(true)\n if (this.#isBackgroundFetch(val)) {\n if (val.__staleWhileFetching) {\n return val.__staleWhileFetching\n }\n } else if (val !== undefined) {\n return val\n }\n }\n } finally {\n if (this.#hasDisposeAfter && this.#disposed) {\n const dt = this.#disposed\n let task: DisposeTask<K, V> | undefined\n while ((task = dt?.shift())) {\n this.#disposeAfter?.(...task)\n }\n }\n }\n }\n\n #evict(free: boolean) {\n const head = this.#head\n const k = this.#keyList[head] as K\n const v = this.#valList[head] as V\n if (this.#hasFetchMethod && this.#isBackgroundFetch(v)) {\n v.__abortController.abort(new Error('evicted'))\n } else if (this.#hasDispose || this.#hasDisposeAfter) {\n if (this.#hasDispose) {\n this.#dispose?.(v, k, 'evict')\n }\n if (this.#hasDisposeAfter) {\n this.#disposed?.push([v, k, 'evict'])\n }\n }\n this.#removeItemSize(head)\n // if we aren't about to use the index, then null these out\n if (free) {\n this.#keyList[head] = undefined\n this.#valList[head] = undefined\n this.#free.push(head)\n }\n if (this.#size === 1) {\n this.#head = this.#tail = 0 as Index\n this.#free.length = 0\n } else {\n this.#head = this.#next[head] as Index\n }\n this.#keyMap.delete(k)\n this.#size--\n return head\n }\n\n /**\n * Check if a key is in the cache, without updating the recency of use.\n * Will return false if the item is stale, even though it is technically\n * in the cache.\n *\n * Check if a key is in the cache, without updating the recency of\n * use. Age is updated if {@link LRUCache.OptionsBase.updateAgeOnHas} is set\n * to `true` in either the options or the constructor.\n *\n * Will return `false` if the item is stale, even though it is technically in\n * the cache. The difference can be determined (if it matters) by using a\n * `status` argument, and inspecting the `has` field.\n *\n * Will not update item age unless\n * {@link LRUCache.OptionsBase.updateAgeOnHas} is set.\n */\n has(k: K, hasOptions: LRUCache.HasOptions<K, V, FC> = {}) {\n const { updateAgeOnHas = this.updateAgeOnHas, status } =\n hasOptions\n const index = this.#keyMap.get(k)\n if (index !== undefined) {\n const v = this.#valList[index]\n if (\n this.#isBackgroundFetch(v) &&\n v.__staleWhileFetching === undefined\n ) {\n return false\n }\n if (!this.#isStale(index)) {\n if (updateAgeOnHas) {\n this.#updateItemAge(index)\n }\n if (status) {\n status.has = 'hit'\n this.#statusTTL(status, index)\n }\n return true\n } else if (status) {\n status.has = 'stale'\n this.#statusTTL(status, index)\n }\n } else if (status) {\n status.has = 'miss'\n }\n return false\n }\n\n /**\n * Like {@link LRUCache#get} but doesn't update recency or delete stale\n * items.\n *\n * Returns `undefined` if the item is stale, unless\n * {@link LRUCache.OptionsBase.allowStale} is set.\n */\n peek(k: K, peekOptions: LRUCache.PeekOptions<K, V, FC> = {}) {\n const { allowStale = this.allowStale } = peekOptions\n const index = this.#keyMap.get(k)\n if (\n index === undefined ||\n (!allowStale && this.#isStale(index))\n ) {\n return\n }\n const v = this.#valList[index]\n // either stale and allowed, or forcing a refresh of non-stale value\n return this.#isBackgroundFetch(v) ? v.__staleWhileFetching : v\n }\n\n #backgroundFetch(\n k: K,\n index: Index | undefined,\n options: LRUCache.FetchOptions<K, V, FC>,\n context: any\n ): BackgroundFetch<V> {\n const v = index === undefined ? undefined : this.#valList[index]\n if (this.#isBackgroundFetch(v)) {\n return v\n }\n\n const ac = new AC()\n const { signal } = options\n // when/if our AC signals, then stop listening to theirs.\n signal?.addEventListener('abort', () => ac.abort(signal.reason), {\n signal: ac.signal,\n })\n\n const fetchOpts = {\n signal: ac.signal,\n options,\n context,\n }\n\n const cb = (\n v: V | undefined,\n updateCache = false\n ): V | undefined => {\n const { aborted } = ac.signal\n const ignoreAbort = options.ignoreFetchAbort && v !== undefined\n if (options.status) {\n if (aborted && !updateCache) {\n options.status.fetchAborted = true\n options.status.fetchError = ac.signal.reason\n if (ignoreAbort) options.status.fetchAbortIgnored = true\n } else {\n options.status.fetchResolved = true\n }\n }\n if (aborted && !ignoreAbort && !updateCache) {\n return fetchFail(ac.signal.reason)\n }\n // either we didn't abort, and are still here, or we did, and ignored\n const bf = p as BackgroundFetch<V>\n if (this.#valList[index as Index] === p) {\n if (v === undefined) {\n if (bf.__staleWhileFetching) {\n this.#valList[index as Index] = bf.__staleWhileFetching\n } else {\n this.#delete(k, 'fetch')\n }\n } else {\n if (options.status) options.status.fetchUpdated = true\n this.set(k, v, fetchOpts.options)\n }\n }\n return v\n }\n\n const eb = (er: any) => {\n if (options.status) {\n options.status.fetchRejected = true\n options.status.fetchError = er\n }\n return fetchFail(er)\n }\n\n const fetchFail = (er: any): V | undefined => {\n const { aborted } = ac.signal\n const allowStaleAborted =\n aborted && options.allowStaleOnFetchAbort\n const allowStale =\n allowStaleAborted || options.allowStaleOnFetchRejection\n const noDelete = allowStale || options.noDeleteOnFetchRejection\n const bf = p as BackgroundFetch<V>\n if (this.#valList[index as Index] === p) {\n // if we allow stale on fetch rejections, then we need to ensure that\n // the stale value is not removed from the cache when the fetch fails.\n const del = !noDelete || bf.__staleWhileFetching === undefined\n if (del) {\n this.#delete(k, 'fetch')\n } else if (!allowStaleAborted) {\n // still replace the *promise* with the stale value,\n // since we are done with the promise at this point.\n // leave it untouched if we're still waiting for an\n // aborted background fetch that hasn't yet returned.\n this.#valList[index as Index] = bf.__staleWhileFetching\n }\n }\n if (allowStale) {\n if (options.status && bf.__staleWhileFetching !== undefined) {\n options.status.returnedStale = true\n }\n return bf.__staleWhileFetching\n } else if (bf.__returned === bf) {\n throw er\n }\n }\n\n const pcall = (\n res: (v: V | undefined) => void,\n rej: (e: any) => void\n ) => {\n const fmp = this.#fetchMethod?.(k, v, fetchOpts)\n if (fmp && fmp instanceof Promise) {\n fmp.then(v => res(v === undefined ? undefined : v), rej)\n }\n // ignored, we go until we finish, regardless.\n // defer check until we are actually aborting,\n // so fetchMethod can override.\n ac.signal.addEventListener('abort', () => {\n if (\n !options.ignoreFetchAbort ||\n options.allowStaleOnFetchAbort\n ) {\n res(undefined)\n // when it eventually resolves, update the cache.\n if (options.allowStaleOnFetchAbort) {\n res = v => cb(v, true)\n }\n }\n })\n }\n\n if (options.status) options.status.fetchDispatched = true\n const p = new Promise(pcall).then(cb, eb)\n const bf: BackgroundFetch<V> = Object.assign(p, {\n __abortController: ac,\n __staleWhileFetching: v,\n __returned: undefined,\n })\n\n if (index === undefined) {\n // internal, don't expose status.\n this.set(k, bf, { ...fetchOpts.options, status: undefined })\n index = this.#keyMap.get(k)\n } else {\n this.#valList[index] = bf\n }\n return bf\n }\n\n #isBackgroundFetch(p: any): p is BackgroundFetch<V> {\n if (!this.#hasFetchMethod) return false\n const b = p as BackgroundFetch<V>\n return (\n !!b &&\n b instanceof Promise &&\n b.hasOwnProperty('__staleWhileFetching') &&\n b.__abortController instanceof AC\n )\n }\n\n /**\n * Make an asynchronous cached fetch using the\n * {@link LRUCache.OptionsBase.fetchMethod} function.\n *\n * If the value is in the cache and not stale, then the returned\n * Promise resolves to the value.\n *\n * If not in the cache, or beyond its TTL staleness, then\n * `fetchMethod(key, staleValue, { options, signal, context })` is\n * called, and the value returned will be added to the cache once\n * resolved.\n *\n * If called with `allowStale`, and an asynchronous fetch is\n * currently in progress to reload a stale value, then the former\n * stale value will be returned.\n *\n * If called with `forceRefresh`, then the cached item will be\n * re-fetched, even if it is not stale. However, if `allowStale` is also\n * set, then the old value will still be returned. This is useful\n * in cases where you want to force a reload of a cached value. If\n * a background fetch is already in progress, then `forceRefresh`\n * has no effect.\n *\n * If multiple fetches for the same key are issued, then they will all be\n * coalesced into a single call to fetchMethod.\n *\n * Note that this means that handling options such as\n * {@link LRUCache.OptionsBase.allowStaleOnFetchAbort},\n * {@link LRUCache.FetchOptions.signal},\n * and {@link LRUCache.OptionsBase.allowStaleOnFetchRejection} will be\n * determined by the FIRST fetch() call for a given key.\n *\n * This is a known (fixable) shortcoming which will be addresed on when\n * someone complains about it, as the fix would involve added complexity and\n * may not be worth the costs for this edge case.\n *\n * If {@link LRUCache.OptionsBase.fetchMethod} is not specified, then this is\n * effectively an alias for `Promise.resolve(cache.get(key))`.\n *\n * When the fetch method resolves to a value, if the fetch has not\n * been aborted due to deletion, eviction, or being overwritten,\n * then it is added to the cache using the options provided.\n *\n * If the key is evicted or deleted before the `fetchMethod`\n * resolves, then the AbortSignal passed to the `fetchMethod` will\n * receive an `abort` event, and the promise returned by `fetch()`\n * will reject with the reason for the abort.\n *\n * If a `signal` is passed to the `fetch()` call, then aborting the\n * signal will abort the fetch and cause the `fetch()` promise to\n * reject with the reason provided.\n *\n * **Setting `context`**\n *\n * If an `FC` type is set to a type other than `unknown`, `void`, or\n * `undefined` in the {@link LRUCache} constructor, then all\n * calls to `cache.fetch()` _must_ provide a `context` option. If\n * set to `undefined` or `void`, then calls to fetch _must not_\n * provide a `context` option.\n *\n * The `context` param allows you to provide arbitrary data that\n * might be relevant in the course of fetching the data. It is only\n * relevant for the course of a single `fetch()` operation, and\n * discarded afterwards.\n *\n * **Note: `fetch()` calls are inflight-unique**\n *\n * If you call `fetch()` multiple times with the same key value,\n * then every call after the first will resolve on the same\n * promise<sup>1</sup>,\n * _even if they have different settings that would otherwise change\n * the behavior of the fetch_, such as `noDeleteOnFetchRejection`\n * or `ignoreFetchAbort`.\n *\n * In most cases, this is not a problem (in fact, only fetching\n * something once is what you probably want, if you're caching in\n * the first place). If you are changing the fetch() options\n * dramatically between runs, there's a good chance that you might\n * be trying to fit divergent semantics into a single object, and\n * would be better off with multiple cache instances.\n *\n * **1**: Ie, they're not the \"same Promise\", but they resolve at\n * the same time, because they're both waiting on the same\n * underlying fetchMethod response.\n */\n\n fetch(\n k: K,\n fetchOptions: unknown extends FC\n ? LRUCache.FetchOptions<K, V, FC>\n : FC extends undefined | void\n ? LRUCache.FetchOptionsNoContext<K, V>\n : LRUCache.FetchOptionsWithContext<K, V, FC>\n ): Promise<undefined | V>\n\n // this overload not allowed if context is required\n fetch(\n k: unknown extends FC\n ? K\n : FC extends undefined | void\n ? K\n : never,\n fetchOptions?: unknown extends FC\n ? LRUCache.FetchOptions<K, V, FC>\n : FC extends undefined | void\n ? LRUCache.FetchOptionsNoContext<K, V>\n : never\n ): Promise<undefined | V>\n\n async fetch(\n k: K,\n fetchOptions: LRUCache.FetchOptions<K, V, FC> = {}\n ): Promise<undefined | V> {\n const {\n // get options\n allowStale = this.allowStale,\n updateAgeOnGet = this.updateAgeOnGet,\n noDeleteOnStaleGet = this.noDeleteOnStaleGet,\n // set options\n ttl = this.ttl,\n noDisposeOnSet = this.noDisposeOnSet,\n size = 0,\n sizeCalculation = this.sizeCalculation,\n noUpdateTTL = this.noUpdateTTL,\n // fetch exclusive options\n noDeleteOnFetchRejection = this.noDeleteOnFetchRejection,\n allowStaleOnFetchRejection = this.allowStaleOnFetchRejection,\n ignoreFetchAbort = this.ignoreFetchAbort,\n allowStaleOnFetchAbort = this.allowStaleOnFetchAbort,\n context,\n forceRefresh = false,\n status,\n signal,\n } = fetchOptions\n\n if (!this.#hasFetchMethod) {\n if (status) status.fetch = 'get'\n return this.get(k, {\n allowStale,\n updateAgeOnGet,\n noDeleteOnStaleGet,\n status,\n })\n }\n\n const options = {\n allowStale,\n updateAgeOnGet,\n noDeleteOnStaleGet,\n ttl,\n noDisposeOnSet,\n size,\n sizeCalculation,\n noUpdateTTL,\n noDeleteOnFetchRejection,\n allowStaleOnFetchRejection,\n allowStaleOnFetchAbort,\n ignoreFetchAbort,\n status,\n signal,\n }\n\n let index = this.#keyMap.get(k)\n if (index === undefined) {\n if (status) status.fetch = 'miss'\n const p = this.#backgroundFetch(k, index, options, context)\n return (p.__returned = p)\n } else {\n // in cache, maybe already fetching\n const v = this.#valList[index]\n if (this.#isBackgroundFetch(v)) {\n const stale =\n allowStale && v.__staleWhileFetching !== undefined\n if (status) {\n status.fetch = 'inflight'\n if (stale) status.returnedStale = true\n }\n return stale ? v.__staleWhileFetching : (v.__returned = v)\n }\n\n // if we force a refresh, that means do NOT serve the cached value,\n // unless we are already in the process of refreshing the cache.\n const isStale = this.#isStale(index)\n if (!forceRefresh && !isStale) {\n if (status) status.fetch = 'hit'\n this.#moveToTail(index)\n if (updateAgeOnGet) {\n this.#updateItemAge(index)\n }\n if (status) this.#statusTTL(status, index)\n return v\n }\n\n // ok, it is stale or a forced refresh, and not already fetching.\n // refresh the cache.\n const p = this.#backgroundFetch(k, index, options, context)\n const hasStale = p.__staleWhileFetching !== undefined\n const staleVal = hasStale && allowStale\n if (status) {\n status.fetch = isStale ? 'stale' : 'refresh'\n if (staleVal && isStale) status.returnedStale = true\n }\n return staleVal ? p.__staleWhileFetching : (p.__returned = p)\n }\n }\n\n /**\n * In some cases, `cache.fetch()` may resolve to `undefined`, either because\n * a {@link LRUCache.OptionsBase#fetchMethod} was not provided (turning\n * `cache.fetch(k)` into just an async wrapper around `cache.get(k)`) or\n * because `ignoreFetchAbort` was specified (either to the constructor or\n * in the {@link LRUCache.FetchOptions}). Also, the\n * {@link OptionsBase.fetchMethod} may return `undefined` or `void`, making\n * the test even more complicated.\n *\n * Because inferring the cases where `undefined` might be returned are so\n * cumbersome, but testing for `undefined` can also be annoying, this method\n * can be used, which will reject if `this.fetch()` resolves to undefined.\n */\n forceFetch(\n k: K,\n fetchOptions: unknown extends FC\n ? LRUCache.FetchOptions<K, V, FC>\n : FC extends undefined | void\n ? LRUCache.FetchOptionsNoContext<K, V>\n : LRUCache.FetchOptionsWithContext<K, V, FC>\n ): Promise<V>\n // this overload not allowed if context is required\n forceFetch(\n k: unknown extends FC\n ? K\n : FC extends undefined | void\n ? K\n : never,\n fetchOptions?: unknown extends FC\n ? LRUCache.FetchOptions<K, V, FC>\n : FC extends undefined | void\n ? LRUCache.FetchOptionsNoContext<K, V>\n : never\n ): Promise<V>\n async forceFetch(\n k: K,\n fetchOptions: LRUCache.FetchOptions<K, V, FC> = {}\n ): Promise<V> {\n const v = await this.fetch(\n k,\n fetchOptions as unknown extends FC\n ? LRUCache.FetchOptions<K, V, FC>\n : FC extends undefined | void\n ? LRUCache.FetchOptionsNoContext<K, V>\n : LRUCache.FetchOptionsWithContext<K, V, FC>\n )\n if (v === undefined) throw new Error('fetch() returned undefined')\n return v\n }\n\n /**\n * If the key is found in the cache, then this is equivalent to\n * {@link LRUCache#get}. If not, in the cache, then calculate the value using\n * the {@link LRUCache.OptionsBase.memoMethod}, and add it to the cache.\n *\n * If an `FC` type is set to a type other than `unknown`, `void`, or\n * `undefined` in the LRUCache constructor, then all calls to `cache.memo()`\n * _must_ provide a `context` option. If set to `undefined` or `void`, then\n * calls to memo _must not_ provide a `context` option.\n *\n * The `context` param allows you to provide arbitrary data that might be\n * relevant in the course of fetching the data. It is only relevant for the\n * course of a single `memo()` operation, and discarded afterwards.\n */\n memo(\n k: K,\n memoOptions: unknown extends FC\n ? LRUCache.MemoOptions<K, V, FC>\n : FC extends undefined | void\n ? LRUCache.MemoOptionsNoContext<K, V>\n : LRUCache.MemoOptionsWithContext<K, V, FC>\n ): V\n // this overload not allowed if context is required\n memo(\n k: unknown extends FC\n ? K\n : FC extends undefined | void\n ? K\n : never,\n memoOptions?: unknown extends FC\n ? LRUCache.MemoOptions<K, V, FC>\n : FC extends undefined | void\n ? LRUCache.MemoOptionsNoContext<K, V>\n : never\n ): V\n memo(k: K, memoOptions: LRUCache.MemoOptions<K, V, FC> = {}) {\n const memoMethod = this.#memoMethod\n if (!memoMethod) {\n throw new Error('no memoMethod provided to constructor')\n }\n const { context, forceRefresh, ...options } = memoOptions\n const v = this.get(k, options)\n if (!forceRefresh && v !== undefined) return v\n const vv = memoMethod(k, v, {\n options,\n context,\n } as LRUCache.MemoizerOptions<K, V, FC>)\n this.set(k, vv, options)\n return vv\n }\n\n /**\n * Return a value from the cache. Will update the recency of the cache\n * entry found.\n *\n * If the key is not found, get() will return `undefined`.\n */\n get(k: K, getOptions: LRUCache.GetOptions<K, V, FC> = {}) {\n const {\n allowStale = this.allowStale,\n updateAgeOnGet = this.updateAgeOnGet,\n noDeleteOnStaleGet = this.noDeleteOnStaleGet,\n status,\n } = getOptions\n const index = this.#keyMap.get(k)\n if (index !== undefined) {\n const value = this.#valList[index]\n const fetching = this.#isBackgroundFetch(value)\n if (status) this.#statusTTL(status, index)\n if (this.#isStale(index)) {\n if (status) status.get = 'stale'\n // delete only if not an in-flight background fetch\n if (!fetching) {\n if (!noDeleteOnStaleGet) {\n this.#delete(k, 'expire')\n }\n if (status && allowStale) status.returnedStale = true\n return allowStale ? value : undefined\n } else {\n if (\n status &&\n allowStale &&\n value.__staleWhileFetching !== undefined\n ) {\n status.returnedStale = true\n }\n return allowStale ? value.__staleWhileFetching : undefined\n }\n } else {\n if (status) status.get = 'hit'\n // if we're currently fetching it, we don't actually have it yet\n // it's not stale, which means this isn't a staleWhileRefetching.\n // If it's not stale, and fetching, AND has a __staleWhileFetching\n // value, then that means the user fetched with {forceRefresh:true},\n // so it's safe to return that value.\n if (fetching) {\n return value.__staleWhileFetching\n }\n this.#moveToTail(index)\n if (updateAgeOnGet) {\n this.#updateItemAge(index)\n }\n return value\n }\n } else if (status) {\n status.get = 'miss'\n }\n }\n\n #connect(p: Index, n: Index) {\n this.#prev[n] = p\n this.#next[p] = n\n }\n\n #moveToTail(index: Index): void {\n // if tail already, nothing to do\n // if head, move head to next[index]\n // else\n // move next[prev[index]] to next[index] (head has no prev)\n // move prev[next[index]] to prev[index]\n // prev[index] = tail\n // next[tail] = index\n // tail = index\n if (index !== this.#tail) {\n if (index === this.#head) {\n this.#head = this.#next[index] as Index\n } else {\n this.#connect(\n this.#prev[index] as Index,\n this.#next[index] as Index\n )\n }\n this.#connect(this.#tail, index)\n this.#tail = index\n }\n }\n\n /**\n * Deletes a key out of the cache.\n *\n * Returns true if the key was deleted, false otherwise.\n */\n delete(k: K) {\n return this.#delete(k, 'delete')\n }\n\n #delete(k: K, reason: LRUCache.DisposeReason) {\n let deleted = false\n if (this.#size !== 0) {\n const index = this.#keyMap.get(k)\n if (index !== undefined) {\n deleted = true\n if (this.#size === 1) {\n this.#clear(reason)\n } else {\n this.#removeItemSize(index)\n const v = this.#valList[index]\n if (this.#isBackgroundFetch(v)) {\n v.__abortController.abort(new Error('deleted'))\n } else if (this.#hasDispose || this.#hasDisposeAfter) {\n if (this.#hasDispose) {\n this.#dispose?.(v as V, k, reason)\n }\n if (this.#hasDisposeAfter) {\n this.#disposed?.push([v as V, k, reason])\n }\n }\n this.#keyMap.delete(k)\n this.#keyList[index] = undefined\n this.#valList[index] = undefined\n if (index === this.#tail) {\n this.#tail = this.#prev[index] as Index\n } else if (index === this.#head) {\n this.#head = this.#next[index] as Index\n } else {\n const pi = this.#prev[index] as number\n this.#next[pi] = this.#next[index] as number\n const ni = this.#next[index] as number\n this.#prev[ni] = this.#prev[index] as number\n }\n this.#size--\n this.#free.push(index)\n }\n }\n }\n if (this.#hasDisposeAfter && this.#disposed?.length) {\n const dt = this.#disposed\n let task: DisposeTask<K, V> | undefined\n while ((task = dt?.shift())) {\n this.#disposeAfter?.(...task)\n }\n }\n return deleted\n }\n\n /**\n * Clear the cache entirely, throwing away all values.\n */\n clear() {\n return this.#clear('delete')\n }\n #clear(reason: LRUCache.DisposeReason) {\n for (const index of this.#rindexes({ allowStale: true })) {\n const v = this.#valList[index]\n if (this.#isBackgroundFetch(v)) {\n v.__abortController.abort(new Error('deleted'))\n } else {\n const k = this.#keyList[index]\n if (this.#hasDispose) {\n this.#dispose?.(v as V, k as K, reason)\n }\n if (this.#hasDisposeAfter) {\n this.#disposed?.push([v as V, k as K, reason])\n }\n }\n }\n\n this.#keyMap.clear()\n this.#valList.fill(undefined)\n this.#keyList.fill(undefined)\n if (this.#ttls && this.#starts) {\n this.#ttls.fill(0)\n this.#starts.fill(0)\n }\n if (this.#sizes) {\n this.#sizes.fill(0)\n }\n this.#head = 0 as Index\n this.#tail = 0 as Index\n this.#free.length = 0\n this.#calculatedSize = 0\n this.#size = 0\n if (this.#hasDisposeAfter && this.#disposed) {\n const dt = this.#disposed\n let task: DisposeTask<K, V> | undefined\n while ((task = dt?.shift())) {\n this.#disposeAfter?.(...task)\n }\n }\n }\n}\n"],
5
- "mappings": "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",
6
- "names": ["perf", "warned", "PROCESS", "emitWarning", "msg", "type", "code", "fn", "AC", "AS", "_", "warnACPolyfill", "reason", "printACPolyfillWarning", "shouldWarn", "TYPE", "isPosInt", "n", "getUintArray", "max", "ZeroArray", "size", "_Stack", "HeapCls", "__privateSet", "_constructing", "s", "__privateGet", "Stack", "__privateAdd", "LRUCache", "#max", "#maxSize", "#dispose", "#disposeAfter", "#fetchMethod", "#memoMethod", "#size", "#calculatedSize", "#keyMap", "#keyList", "#valList", "#next", "#prev", "#head", "#tail", "#free", "#disposed", "#sizes", "#starts", "#ttls", "#hasDispose", "#hasFetchMethod", "#hasDisposeAfter", "c", "p", "#isBackgroundFetch", "k", "index", "options", "context", "#backgroundFetch", "#moveToTail", "#indexes", "#rindexes", "#isStale", "ttl", "ttlResolution", "ttlAutopurge", "updateAgeOnGet", "updateAgeOnHas", "allowStale", "dispose", "disposeAfter", "noDisposeOnSet", "noUpdateTTL", "maxSize", "maxEntrySize", "sizeCalculation", "fetchMethod", "memoMethod", "noDeleteOnFetchRejection", "noDeleteOnStaleGet", "allowStaleOnFetchRejection", "allowStaleOnFetchAbort", "ignoreFetchAbort", "UintArray", "#initializeSizeTracking", "#initializeTTLTracking", "key", "ttls", "starts", "#setItemTTL", "start", "t", "#delete", "#updateItemAge", "#statusTTL", "status", "cachedNow", "getNow", "age", "sizes", "#removeItemSize", "#requireSize", "v", "#addItemSize", "#evict", "_i", "_s", "_st", "_k", "_v", "i", "#isValidIndex", "getOptions", "value", "thisp", "deleted", "entry", "remain", "arr", "setOptions", "oldVal", "oldValue", "dt", "task", "val", "free", "head", "hasOptions", "peekOptions", "ac", "signal", "fetchOpts", "cb", "updateCache", "aborted", "ignoreAbort", "fetchFail", "bf", "eb", "er", "allowStaleAborted", "noDelete", "pcall", "res", "rej", "fmp", "b", "fetchOptions", "forceRefresh", "stale", "isStale", "staleVal", "memoOptions", "vv", "fetching", "#connect", "#clear", "pi", "ni"]
7
- }
@@ -1,3 +0,0 @@
1
- {
2
- "type": "commonjs"
3
- }