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 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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","sourcesContent":["import { LRUCache } from 'lru-cache'\nimport { posix, win32 } from 'node:path'\n\nimport { fileURLToPath } from 'node:url'\n\nimport {\n lstatSync,\n readdir as readdirCB,\n readdirSync,\n readlinkSync,\n realpathSync as rps,\n} from 'fs'\nimport * as actualFS from 'node:fs'\n\nconst realpathSync = rps.native\n// TODO: test perf of fs/promises realpath vs realpathCB,\n// since the promises one uses realpath.native\n\nimport { lstat, readdir, readlink, realpath } from 'node:fs/promises'\n\nimport { Minipass } from 'minipass'\nimport type { Dirent, Stats } from 'node:fs'\n\n/**\n * An object that will be used to override the default `fs`\n * methods. Any methods that are not overridden will use Node's\n * built-in implementations.\n *\n * - lstatSync\n * - readdir (callback `withFileTypes` Dirent variant, used for\n * readdirCB and most walks)\n * - readdirSync\n * - readlinkSync\n * - realpathSync\n * - promises: Object containing the following async methods:\n * - lstat\n * - readdir (Dirent variant only)\n * - readlink\n * - realpath\n */\nexport interface FSOption {\n lstatSync?: (path: string) => Stats\n readdir?: (\n path: string,\n options: { withFileTypes: true },\n cb: (er: NodeJS.ErrnoException | null, entries?: Dirent[]) => any,\n ) => void\n readdirSync?: (\n path: string,\n options: { withFileTypes: true },\n ) => Dirent[]\n readlinkSync?: (path: string) => string\n realpathSync?: (path: string) => string\n promises?: {\n lstat?: (path: string) => Promise<Stats>\n readdir?: (\n path: string,\n options: { withFileTypes: true },\n ) => Promise<Dirent[]>\n readlink?: (path: string) => Promise<string>\n realpath?: (path: string) => Promise<string>\n [k: string]: any\n }\n [k: string]: any\n}\n\ninterface FSValue {\n lstatSync: (path: string) => Stats\n readdir: (\n path: string,\n options: { withFileTypes: true },\n cb: (er: NodeJS.ErrnoException | null, entries?: Dirent[]) => any,\n ) => void\n readdirSync: (path: string, options: { withFileTypes: true }) => Dirent[]\n readlinkSync: (path: string) => string\n realpathSync: (path: string) => string\n promises: {\n lstat: (path: string) => Promise<Stats>\n readdir: (\n path: string,\n options: { withFileTypes: true },\n ) => Promise<Dirent[]>\n readlink: (path: string) => Promise<string>\n realpath: (path: string) => Promise<string>\n [k: string]: any\n }\n [k: string]: any\n}\n\nconst defaultFS: FSValue = {\n lstatSync,\n readdir: readdirCB,\n readdirSync,\n readlinkSync,\n realpathSync,\n promises: {\n lstat,\n readdir,\n readlink,\n realpath,\n },\n}\n\n// if they just gave us require('fs') then use our default\nconst fsFromOption = (fsOption?: FSOption): FSValue =>\n !fsOption || fsOption === defaultFS || fsOption === actualFS ?\n defaultFS\n : {\n ...defaultFS,\n ...fsOption,\n promises: {\n ...defaultFS.promises,\n ...(fsOption.promises || {}),\n },\n }\n\n// turn something like //?/c:/ into c:\\\nconst uncDriveRegexp = /^\\\\\\\\\\?\\\\([a-z]:)\\\\?$/i\nconst uncToDrive = (rootPath: string): string =>\n rootPath.replace(/\\//g, '\\\\').replace(uncDriveRegexp, '$1\\\\')\n\n// windows paths are separated by either / or \\\nconst eitherSep = /[\\\\\\/]/\n\nconst UNKNOWN = 0 // may not even exist, for all we know\nconst IFIFO = 0b0001\nconst IFCHR = 0b0010\nconst IFDIR = 0b0100\nconst IFBLK = 0b0110\nconst IFREG = 0b1000\nconst IFLNK = 0b1010\nconst IFSOCK = 0b1100\nconst IFMT = 0b1111\n\nexport type Type =\n | 'Unknown'\n | 'FIFO'\n | 'CharacterDevice'\n | 'Directory'\n | 'BlockDevice'\n | 'File'\n | 'SymbolicLink'\n | 'Socket'\n\n// mask to unset low 4 bits\nconst IFMT_UNKNOWN = ~IFMT\n\n// set after successfully calling readdir() and getting entries.\nconst READDIR_CALLED = 0b0000_0001_0000\n// set after a successful lstat()\nconst LSTAT_CALLED = 0b0000_0010_0000\n// set if an entry (or one of its parents) is definitely not a dir\nconst ENOTDIR = 0b0000_0100_0000\n// set if an entry (or one of its parents) does not exist\n// (can also be set on lstat errors like EACCES or ENAMETOOLONG)\nconst ENOENT = 0b0000_1000_0000\n// cannot have child entries -- also verify &IFMT is either IFDIR or IFLNK\n// set if we fail to readlink\nconst ENOREADLINK = 0b0001_0000_0000\n// set if we know realpath() will fail\nconst ENOREALPATH = 0b0010_0000_0000\n\nconst ENOCHILD = ENOTDIR | ENOENT | ENOREALPATH\nconst TYPEMASK = 0b0011_1111_1111\n\nconst entToType = (s: Dirent | Stats) =>\n s.isFile() ? IFREG\n : s.isDirectory() ? IFDIR\n : s.isSymbolicLink() ? IFLNK\n : s.isCharacterDevice() ? IFCHR\n : s.isBlockDevice() ? IFBLK\n : s.isSocket() ? IFSOCK\n : s.isFIFO() ? IFIFO\n : UNKNOWN\n\n// normalize unicode path names\nconst normalizeCache = new Map<string, string>()\nconst normalize = (s: string) => {\n const c = normalizeCache.get(s)\n if (c) return c\n const n = s.normalize('NFKD')\n normalizeCache.set(s, n)\n return n\n}\n\nconst normalizeNocaseCache = new Map<string, string>()\nconst normalizeNocase = (s: string) => {\n const c = normalizeNocaseCache.get(s)\n if (c) return c\n const n = normalize(s.toLowerCase())\n normalizeNocaseCache.set(s, n)\n return n\n}\n\n/**\n * Options that may be provided to the Path constructor\n */\nexport interface PathOpts {\n fullpath?: string\n relative?: string\n relativePosix?: string\n parent?: PathBase\n /**\n * See {@link FSOption}\n */\n fs?: FSOption\n}\n\n/**\n * An LRUCache for storing resolved path strings or Path objects.\n * @internal\n */\nexport class ResolveCache extends LRUCache<string, string> {\n constructor() {\n super({ max: 256 })\n }\n}\n\n// In order to prevent blowing out the js heap by allocating hundreds of\n// thousands of Path entries when walking extremely large trees, the \"children\"\n// in this tree are represented by storing an array of Path entries in an\n// LRUCache, indexed by the parent. At any time, Path.children() may return an\n// empty array, indicating that it doesn't know about any of its children, and\n// thus has to rebuild that cache. This is fine, it just means that we don't\n// benefit as much from having the cached entries, but huge directory walks\n// don't blow out the stack, and smaller ones are still as fast as possible.\n//\n//It does impose some complexity when building up the readdir data, because we\n//need to pass a reference to the children array that we started with.\n\n/**\n * an LRUCache for storing child entries.\n * @internal\n */\nexport class ChildrenCache extends LRUCache<PathBase, Children> {\n constructor(maxSize: number = 16 * 1024) {\n super({\n maxSize,\n // parent + children\n sizeCalculation: a => a.length + 1,\n })\n }\n}\n\n/**\n * Array of Path objects, plus a marker indicating the first provisional entry\n *\n * @internal\n */\nexport type Children = PathBase[] & { provisional: number }\n\nconst setAsCwd = Symbol('PathScurry setAsCwd')\n\n/**\n * Path objects are sort of like a super-powered\n * {@link https://nodejs.org/docs/latest/api/fs.html#class-fsdirent fs.Dirent}\n *\n * Each one represents a single filesystem entry on disk, which may or may not\n * exist. It includes methods for reading various types of information via\n * lstat, readlink, and readdir, and caches all information to the greatest\n * degree possible.\n *\n * Note that fs operations that would normally throw will instead return an\n * \"empty\" value. This is in order to prevent excessive overhead from error\n * stack traces.\n */\nexport abstract class PathBase implements Dirent {\n /**\n * the basename of this path\n *\n * **Important**: *always* test the path name against any test string\n * usingthe {@link isNamed} method, and not by directly comparing this\n * string. Otherwise, unicode path strings that the system sees as identical\n * will not be properly treated as the same path, leading to incorrect\n * behavior and possible security issues.\n */\n name: string\n /**\n * the Path entry corresponding to the path root.\n *\n * @internal\n */\n root: PathBase\n /**\n * All roots found within the current PathScurry family\n *\n * @internal\n */\n roots: { [k: string]: PathBase }\n /**\n * a reference to the parent path, or undefined in the case of root entries\n *\n * @internal\n */\n parent?: PathBase\n /**\n * boolean indicating whether paths are compared case-insensitively\n * @internal\n */\n nocase: boolean\n\n /**\n * boolean indicating that this path is the current working directory\n * of the PathScurry collection that contains it.\n */\n isCWD: boolean = false\n\n /**\n * the string or regexp used to split paths. On posix, it is `'/'`, and on\n * windows it is a RegExp matching either `'/'` or `'\\\\'`\n */\n abstract splitSep: string | RegExp\n /**\n * The path separator string to use when joining paths\n */\n abstract sep: string\n\n // potential default fs override\n #fs: FSValue\n\n // Stats fields\n #dev?: number\n get dev() {\n return this.#dev\n }\n #mode?: number\n get mode() {\n return this.#mode\n }\n #nlink?: number\n get nlink() {\n return this.#nlink\n }\n #uid?: number\n get uid() {\n return this.#uid\n }\n #gid?: number\n get gid() {\n return this.#gid\n }\n #rdev?: number\n get rdev() {\n return this.#rdev\n }\n #blksize?: number\n get blksize() {\n return this.#blksize\n }\n #ino?: number\n get ino() {\n return this.#ino\n }\n #size?: number\n get size() {\n return this.#size\n }\n #blocks?: number\n get blocks() {\n return this.#blocks\n }\n #atimeMs?: number\n get atimeMs() {\n return this.#atimeMs\n }\n #mtimeMs?: number\n get mtimeMs() {\n return this.#mtimeMs\n }\n #ctimeMs?: number\n get ctimeMs() {\n return this.#ctimeMs\n }\n #birthtimeMs?: number\n get birthtimeMs() {\n return this.#birthtimeMs\n }\n #atime?: Date\n get atime() {\n return this.#atime\n }\n #mtime?: Date\n get mtime() {\n return this.#mtime\n }\n #ctime?: Date\n get ctime() {\n return this.#ctime\n }\n #birthtime?: Date\n get birthtime() {\n return this.#birthtime\n }\n\n #matchName: string\n #depth?: number\n #fullpath?: string\n #fullpathPosix?: string\n #relative?: string\n #relativePosix?: string\n #type: number\n #children: ChildrenCache\n #linkTarget?: PathBase\n #realpath?: PathBase\n\n /**\n * This property is for compatibility with the Dirent class as of\n * Node v20, where Dirent['parentPath'] refers to the path of the\n * directory that was passed to readdir. For root entries, it's the path\n * to the entry itself.\n */\n get parentPath(): string {\n return (this.parent || this).fullpath()\n }\n\n /**\n * Deprecated alias for Dirent['parentPath'] Somewhat counterintuitively,\n * this property refers to the *parent* path, not the path object itself.\n */\n get path(): string {\n return this.parentPath\n }\n\n /**\n * Do not create new Path objects directly. They should always be accessed\n * via the PathScurry class or other methods on the Path class.\n *\n * @internal\n */\n constructor(\n name: string,\n type: number = UNKNOWN,\n root: PathBase | undefined,\n roots: { [k: string]: PathBase },\n nocase: boolean,\n children: ChildrenCache,\n opts: PathOpts,\n ) {\n this.name = name\n this.#matchName = nocase ? normalizeNocase(name) : normalize(name)\n this.#type = type & TYPEMASK\n this.nocase = nocase\n this.roots = roots\n this.root = root || this\n this.#children = children\n this.#fullpath = opts.fullpath\n this.#relative = opts.relative\n this.#relativePosix = opts.relativePosix\n this.parent = opts.parent\n if (this.parent) {\n this.#fs = this.parent.#fs\n } else {\n this.#fs = fsFromOption(opts.fs)\n }\n }\n\n /**\n * Returns the depth of the Path object from its root.\n *\n * For example, a path at `/foo/bar` would have a depth of 2.\n */\n depth(): number {\n if (this.#depth !== undefined) return this.#depth\n if (!this.parent) return (this.#depth = 0)\n return (this.#depth = this.parent.depth() + 1)\n }\n\n /**\n * @internal\n */\n abstract getRootString(path: string): string\n /**\n * @internal\n */\n abstract getRoot(rootPath: string): PathBase\n /**\n * @internal\n */\n abstract newChild(name: string, type?: number, opts?: PathOpts): PathBase\n\n /**\n * @internal\n */\n childrenCache() {\n return this.#children\n }\n\n /**\n * Get the Path object referenced by the string path, resolved from this Path\n */\n resolve(path?: string): PathBase {\n if (!path) {\n return this\n }\n const rootPath = this.getRootString(path)\n const dir = path.substring(rootPath.length)\n const dirParts = dir.split(this.splitSep)\n const result: PathBase =\n rootPath ?\n this.getRoot(rootPath).#resolveParts(dirParts)\n : this.#resolveParts(dirParts)\n return result\n }\n\n #resolveParts(dirParts: string[]) {\n let p: PathBase = this\n for (const part of dirParts) {\n p = p.child(part)\n }\n return p\n }\n\n /**\n * Returns the cached children Path objects, if still available. If they\n * have fallen out of the cache, then returns an empty array, and resets the\n * READDIR_CALLED bit, so that future calls to readdir() will require an fs\n * lookup.\n *\n * @internal\n */\n children(): Children {\n const cached = this.#children.get(this)\n if (cached) {\n return cached\n }\n const children: Children = Object.assign([], { provisional: 0 })\n this.#children.set(this, children)\n this.#type &= ~READDIR_CALLED\n return children\n }\n\n /**\n * Resolves a path portion and returns or creates the child Path.\n *\n * Returns `this` if pathPart is `''` or `'.'`, or `parent` if pathPart is\n * `'..'`.\n *\n * This should not be called directly. If `pathPart` contains any path\n * separators, it will lead to unsafe undefined behavior.\n *\n * Use `Path.resolve()` instead.\n *\n * @internal\n */\n child(pathPart: string, opts?: PathOpts): PathBase {\n if (pathPart === '' || pathPart === '.') {\n return this\n }\n if (pathPart === '..') {\n return this.parent || this\n }\n\n // find the child\n const children = this.children()\n const name =\n this.nocase ? normalizeNocase(pathPart) : normalize(pathPart)\n for (const p of children) {\n if (p.#matchName === name) {\n return p\n }\n }\n\n // didn't find it, create provisional child, since it might not\n // actually exist. If we know the parent isn't a dir, then\n // in fact it CAN'T exist.\n const s = this.parent ? this.sep : ''\n const fullpath =\n this.#fullpath ? this.#fullpath + s + pathPart : undefined\n const pchild = this.newChild(pathPart, UNKNOWN, {\n ...opts,\n parent: this,\n fullpath,\n })\n\n if (!this.canReaddir()) {\n pchild.#type |= ENOENT\n }\n\n // don't have to update provisional, because if we have real children,\n // then provisional is set to children.length, otherwise a lower number\n children.push(pchild)\n return pchild\n }\n\n /**\n * The relative path from the cwd. If it does not share an ancestor with\n * the cwd, then this ends up being equivalent to the fullpath()\n */\n relative(): string {\n if (this.isCWD) return ''\n if (this.#relative !== undefined) {\n return this.#relative\n }\n const name = this.name\n const p = this.parent\n if (!p) {\n return (this.#relative = this.name)\n }\n const pv = p.relative()\n return pv + (!pv || !p.parent ? '' : this.sep) + name\n }\n\n /**\n * The relative path from the cwd, using / as the path separator.\n * If it does not share an ancestor with\n * the cwd, then this ends up being equivalent to the fullpathPosix()\n * On posix systems, this is identical to relative().\n */\n relativePosix(): string {\n if (this.sep === '/') return this.relative()\n if (this.isCWD) return ''\n if (this.#relativePosix !== undefined) return this.#relativePosix\n const name = this.name\n const p = this.parent\n if (!p) {\n return (this.#relativePosix = this.fullpathPosix())\n }\n const pv = p.relativePosix()\n return pv + (!pv || !p.parent ? '' : '/') + name\n }\n\n /**\n * The fully resolved path string for this Path entry\n */\n fullpath(): string {\n if (this.#fullpath !== undefined) {\n return this.#fullpath\n }\n const name = this.name\n const p = this.parent\n if (!p) {\n return (this.#fullpath = this.name)\n }\n const pv = p.fullpath()\n const fp = pv + (!p.parent ? '' : this.sep) + name\n return (this.#fullpath = fp)\n }\n\n /**\n * On platforms other than windows, this is identical to fullpath.\n *\n * On windows, this is overridden to return the forward-slash form of the\n * full UNC path.\n */\n fullpathPosix(): string {\n if (this.#fullpathPosix !== undefined) return this.#fullpathPosix\n if (this.sep === '/') return (this.#fullpathPosix = this.fullpath())\n if (!this.parent) {\n const p = this.fullpath().replace(/\\\\/g, '/')\n if (/^[a-z]:\\//i.test(p)) {\n return (this.#fullpathPosix = `//?/${p}`)\n } else {\n return (this.#fullpathPosix = p)\n }\n }\n const p = this.parent\n const pfpp = p.fullpathPosix()\n const fpp = pfpp + (!pfpp || !p.parent ? '' : '/') + this.name\n return (this.#fullpathPosix = fpp)\n }\n\n /**\n * Is the Path of an unknown type?\n *\n * Note that we might know *something* about it if there has been a previous\n * filesystem operation, for example that it does not exist, or is not a\n * link, or whether it has child entries.\n */\n isUnknown(): boolean {\n return (this.#type & IFMT) === UNKNOWN\n }\n\n isType(type: Type): boolean {\n return this[`is${type}`]()\n }\n\n getType(): Type {\n return (\n this.isUnknown() ? 'Unknown'\n : this.isDirectory() ? 'Directory'\n : this.isFile() ? 'File'\n : this.isSymbolicLink() ? 'SymbolicLink'\n : this.isFIFO() ? 'FIFO'\n : this.isCharacterDevice() ? 'CharacterDevice'\n : this.isBlockDevice() ? 'BlockDevice'\n : /* c8 ignore start */ this.isSocket() ? 'Socket'\n : 'Unknown'\n )\n /* c8 ignore stop */\n }\n\n /**\n * Is the Path a regular file?\n */\n isFile(): boolean {\n return (this.#type & IFMT) === IFREG\n }\n\n /**\n * Is the Path a directory?\n */\n isDirectory(): boolean {\n return (this.#type & IFMT) === IFDIR\n }\n\n /**\n * Is the path a character device?\n */\n isCharacterDevice(): boolean {\n return (this.#type & IFMT) === IFCHR\n }\n\n /**\n * Is the path a block device?\n */\n isBlockDevice(): boolean {\n return (this.#type & IFMT) === IFBLK\n }\n\n /**\n * Is the path a FIFO pipe?\n */\n isFIFO(): boolean {\n return (this.#type & IFMT) === IFIFO\n }\n\n /**\n * Is the path a socket?\n */\n isSocket(): boolean {\n return (this.#type & IFMT) === IFSOCK\n }\n\n /**\n * Is the path a symbolic link?\n */\n isSymbolicLink(): boolean {\n return (this.#type & IFLNK) === IFLNK\n }\n\n /**\n * Return the entry if it has been subject of a successful lstat, or\n * undefined otherwise.\n *\n * Does not read the filesystem, so an undefined result *could* simply\n * mean that we haven't called lstat on it.\n */\n lstatCached(): PathBase | undefined {\n return this.#type & LSTAT_CALLED ? this : undefined\n }\n\n /**\n * Return the cached link target if the entry has been the subject of a\n * successful readlink, or undefined otherwise.\n *\n * Does not read the filesystem, so an undefined result *could* just mean we\n * don't have any cached data. Only use it if you are very sure that a\n * readlink() has been called at some point.\n */\n readlinkCached(): PathBase | undefined {\n return this.#linkTarget\n }\n\n /**\n * Returns the cached realpath target if the entry has been the subject\n * of a successful realpath, or undefined otherwise.\n *\n * Does not read the filesystem, so an undefined result *could* just mean we\n * don't have any cached data. Only use it if you are very sure that a\n * realpath() has been called at some point.\n */\n realpathCached(): PathBase | undefined {\n return this.#realpath\n }\n\n /**\n * Returns the cached child Path entries array if the entry has been the\n * subject of a successful readdir(), or [] otherwise.\n *\n * Does not read the filesystem, so an empty array *could* just mean we\n * don't have any cached data. Only use it if you are very sure that a\n * readdir() has been called recently enough to still be valid.\n */\n readdirCached(): PathBase[] {\n const children = this.children()\n return children.slice(0, children.provisional)\n }\n\n /**\n * Return true if it's worth trying to readlink. Ie, we don't (yet) have\n * any indication that readlink will definitely fail.\n *\n * Returns false if the path is known to not be a symlink, if a previous\n * readlink failed, or if the entry does not exist.\n */\n canReadlink(): boolean {\n if (this.#linkTarget) return true\n if (!this.parent) return false\n // cases where it cannot possibly succeed\n const ifmt = this.#type & IFMT\n return !(\n (ifmt !== UNKNOWN && ifmt !== IFLNK) ||\n this.#type & ENOREADLINK ||\n this.#type & ENOENT\n )\n }\n\n /**\n * Return true if readdir has previously been successfully called on this\n * path, indicating that cachedReaddir() is likely valid.\n */\n calledReaddir(): boolean {\n return !!(this.#type & READDIR_CALLED)\n }\n\n /**\n * Returns true if the path is known to not exist. That is, a previous lstat\n * or readdir failed to verify its existence when that would have been\n * expected, or a parent entry was marked either enoent or enotdir.\n */\n isENOENT(): boolean {\n return !!(this.#type & ENOENT)\n }\n\n /**\n * Return true if the path is a match for the given path name. This handles\n * case sensitivity and unicode normalization.\n *\n * Note: even on case-sensitive systems, it is **not** safe to test the\n * equality of the `.name` property to determine whether a given pathname\n * matches, due to unicode normalization mismatches.\n *\n * Always use this method instead of testing the `path.name` property\n * directly.\n */\n isNamed(n: string): boolean {\n return !this.nocase ?\n this.#matchName === normalize(n)\n : this.#matchName === normalizeNocase(n)\n }\n\n /**\n * Return the Path object corresponding to the target of a symbolic link.\n *\n * If the Path is not a symbolic link, or if the readlink call fails for any\n * reason, `undefined` is returned.\n *\n * Result is cached, and thus may be outdated if the filesystem is mutated.\n */\n async readlink(): Promise<PathBase | undefined> {\n const target = this.#linkTarget\n if (target) {\n return target\n }\n if (!this.canReadlink()) {\n return undefined\n }\n /* c8 ignore start */\n // already covered by the canReadlink test, here for ts grumples\n if (!this.parent) {\n return undefined\n }\n /* c8 ignore stop */\n try {\n const read = await this.#fs.promises.readlink(this.fullpath())\n const linkTarget = (await this.parent.realpath())?.resolve(read)\n if (linkTarget) {\n return (this.#linkTarget = linkTarget)\n }\n } catch (er) {\n this.#readlinkFail((er as NodeJS.ErrnoException).code)\n return undefined\n }\n }\n\n /**\n * Synchronous {@link PathBase.readlink}\n */\n readlinkSync(): PathBase | undefined {\n const target = this.#linkTarget\n if (target) {\n return target\n }\n if (!this.canReadlink()) {\n return undefined\n }\n /* c8 ignore start */\n // already covered by the canReadlink test, here for ts grumples\n if (!this.parent) {\n return undefined\n }\n /* c8 ignore stop */\n try {\n const read = this.#fs.readlinkSync(this.fullpath())\n const linkTarget = this.parent.realpathSync()?.resolve(read)\n if (linkTarget) {\n return (this.#linkTarget = linkTarget)\n }\n } catch (er) {\n this.#readlinkFail((er as NodeJS.ErrnoException).code)\n return undefined\n }\n }\n\n #readdirSuccess(children: Children) {\n // succeeded, mark readdir called bit\n this.#type |= READDIR_CALLED\n // mark all remaining provisional children as ENOENT\n for (let p = children.provisional; p < children.length; p++) {\n const c = children[p]\n if (c) c.#markENOENT()\n }\n }\n\n #markENOENT() {\n // mark as UNKNOWN and ENOENT\n if (this.#type & ENOENT) return\n this.#type = (this.#type | ENOENT) & IFMT_UNKNOWN\n this.#markChildrenENOENT()\n }\n\n #markChildrenENOENT() {\n // all children are provisional and do not exist\n const children = this.children()\n children.provisional = 0\n for (const p of children) {\n p.#markENOENT()\n }\n }\n\n #markENOREALPATH() {\n this.#type |= ENOREALPATH\n this.#markENOTDIR()\n }\n\n // save the information when we know the entry is not a dir\n #markENOTDIR() {\n // entry is not a directory, so any children can't exist.\n // this *should* be impossible, since any children created\n // after it's been marked ENOTDIR should be marked ENOENT,\n // so it won't even get to this point.\n /* c8 ignore start */\n if (this.#type & ENOTDIR) return\n /* c8 ignore stop */\n let t = this.#type\n // this could happen if we stat a dir, then delete it,\n // then try to read it or one of its children.\n if ((t & IFMT) === IFDIR) t &= IFMT_UNKNOWN\n this.#type = t | ENOTDIR\n this.#markChildrenENOENT()\n }\n\n #readdirFail(code: string = '') {\n // markENOTDIR and markENOENT also set provisional=0\n if (code === 'ENOTDIR' || code === 'EPERM') {\n this.#markENOTDIR()\n } else if (code === 'ENOENT') {\n this.#markENOENT()\n } else {\n this.children().provisional = 0\n }\n }\n\n #lstatFail(code: string = '') {\n // Windows just raises ENOENT in this case, disable for win CI\n /* c8 ignore start */\n if (code === 'ENOTDIR') {\n // already know it has a parent by this point\n const p = this.parent as PathBase\n p.#markENOTDIR()\n } else if (code === 'ENOENT') {\n /* c8 ignore stop */\n this.#markENOENT()\n }\n }\n\n #readlinkFail(code: string = '') {\n let ter = this.#type\n ter |= ENOREADLINK\n if (code === 'ENOENT') ter |= ENOENT\n // windows gets a weird error when you try to readlink a file\n if (code === 'EINVAL' || code === 'UNKNOWN') {\n // exists, but not a symlink, we don't know WHAT it is, so remove\n // all IFMT bits.\n ter &= IFMT_UNKNOWN\n }\n this.#type = ter\n // windows just gets ENOENT in this case. We do cover the case,\n // just disabled because it's impossible on Windows CI\n /* c8 ignore start */\n if (code === 'ENOTDIR' && this.parent) {\n this.parent.#markENOTDIR()\n }\n /* c8 ignore stop */\n }\n\n #readdirAddChild(e: Dirent, c: Children) {\n return (\n this.#readdirMaybePromoteChild(e, c) ||\n this.#readdirAddNewChild(e, c)\n )\n }\n\n #readdirAddNewChild(e: Dirent, c: Children): PathBase {\n // alloc new entry at head, so it's never provisional\n const type = entToType(e)\n const child = this.newChild(e.name, type, { parent: this })\n const ifmt = child.#type & IFMT\n if (ifmt !== IFDIR && ifmt !== IFLNK && ifmt !== UNKNOWN) {\n child.#type |= ENOTDIR\n }\n c.unshift(child)\n c.provisional++\n return child\n }\n\n #readdirMaybePromoteChild(e: Dirent, c: Children): PathBase | undefined {\n for (let p = c.provisional; p < c.length; p++) {\n const pchild = c[p]\n const name =\n this.nocase ? normalizeNocase(e.name) : normalize(e.name)\n if (name !== pchild!.#matchName) {\n continue\n }\n\n return this.#readdirPromoteChild(e, pchild!, p, c)\n }\n }\n\n #readdirPromoteChild(\n e: Dirent,\n p: PathBase,\n index: number,\n c: Children,\n ): PathBase {\n const v = p.name\n // retain any other flags, but set ifmt from dirent\n p.#type = (p.#type & IFMT_UNKNOWN) | entToType(e)\n // case sensitivity fixing when we learn the true name.\n if (v !== e.name) p.name = e.name\n\n // just advance provisional index (potentially off the list),\n // otherwise we have to splice/pop it out and re-insert at head\n if (index !== c.provisional) {\n if (index === c.length - 1) c.pop()\n else c.splice(index, 1)\n c.unshift(p)\n }\n c.provisional++\n return p\n }\n\n /**\n * Call lstat() on this Path, and update all known information that can be\n * determined.\n *\n * Note that unlike `fs.lstat()`, the returned value does not contain some\n * information, such as `mode`, `dev`, `nlink`, and `ino`. If that\n * information is required, you will need to call `fs.lstat` yourself.\n *\n * If the Path refers to a nonexistent file, or if the lstat call fails for\n * any reason, `undefined` is returned. Otherwise the updated Path object is\n * returned.\n *\n * Results are cached, and thus may be out of date if the filesystem is\n * mutated.\n */\n async lstat(): Promise<PathBase | undefined> {\n if ((this.#type & ENOENT) === 0) {\n try {\n this.#applyStat(await this.#fs.promises.lstat(this.fullpath()))\n return this\n } catch (er) {\n this.#lstatFail((er as NodeJS.ErrnoException).code)\n }\n }\n }\n\n /**\n * synchronous {@link PathBase.lstat}\n */\n lstatSync(): PathBase | undefined {\n if ((this.#type & ENOENT) === 0) {\n try {\n this.#applyStat(this.#fs.lstatSync(this.fullpath()))\n return this\n } catch (er) {\n this.#lstatFail((er as NodeJS.ErrnoException).code)\n }\n }\n }\n\n #applyStat(st: Stats) {\n const {\n atime,\n atimeMs,\n birthtime,\n birthtimeMs,\n blksize,\n blocks,\n ctime,\n ctimeMs,\n dev,\n gid,\n ino,\n mode,\n mtime,\n mtimeMs,\n nlink,\n rdev,\n size,\n uid,\n } = st\n this.#atime = atime\n this.#atimeMs = atimeMs\n this.#birthtime = birthtime\n this.#birthtimeMs = birthtimeMs\n this.#blksize = blksize\n this.#blocks = blocks\n this.#ctime = ctime\n this.#ctimeMs = ctimeMs\n this.#dev = dev\n this.#gid = gid\n this.#ino = ino\n this.#mode = mode\n this.#mtime = mtime\n this.#mtimeMs = mtimeMs\n this.#nlink = nlink\n this.#rdev = rdev\n this.#size = size\n this.#uid = uid\n const ifmt = entToType(st)\n // retain any other flags, but set the ifmt\n this.#type = (this.#type & IFMT_UNKNOWN) | ifmt | LSTAT_CALLED\n if (ifmt !== UNKNOWN && ifmt !== IFDIR && ifmt !== IFLNK) {\n this.#type |= ENOTDIR\n }\n }\n\n #onReaddirCB: ((\n er: NodeJS.ErrnoException | null,\n entries: Path[],\n ) => any)[] = []\n #readdirCBInFlight: boolean = false\n #callOnReaddirCB(children: Path[]) {\n this.#readdirCBInFlight = false\n const cbs = this.#onReaddirCB.slice()\n this.#onReaddirCB.length = 0\n cbs.forEach(cb => cb(null, children))\n }\n\n /**\n * Standard node-style callback interface to get list of directory entries.\n *\n * If the Path cannot or does not contain any children, then an empty array\n * is returned.\n *\n * Results are cached, and thus may be out of date if the filesystem is\n * mutated.\n *\n * @param cb The callback called with (er, entries). Note that the `er`\n * param is somewhat extraneous, as all readdir() errors are handled and\n * simply result in an empty set of entries being returned.\n * @param allowZalgo Boolean indicating that immediately known results should\n * *not* be deferred with `queueMicrotask`. Defaults to `false`. Release\n * zalgo at your peril, the dark pony lord is devious and unforgiving.\n */\n readdirCB(\n cb: (er: NodeJS.ErrnoException | null, entries: PathBase[]) => any,\n allowZalgo: boolean = false,\n ): void {\n if (!this.canReaddir()) {\n if (allowZalgo) cb(null, [])\n else queueMicrotask(() => cb(null, []))\n return\n }\n\n const children = this.children()\n if (this.calledReaddir()) {\n const c = children.slice(0, children.provisional)\n if (allowZalgo) cb(null, c)\n else queueMicrotask(() => cb(null, c))\n return\n }\n\n // don't have to worry about zalgo at this point.\n this.#onReaddirCB.push(cb)\n if (this.#readdirCBInFlight) {\n return\n }\n this.#readdirCBInFlight = true\n\n // else read the directory, fill up children\n // de-provisionalize any provisional children.\n const fullpath = this.fullpath()\n this.#fs.readdir(fullpath, { withFileTypes: true }, (er, entries) => {\n if (er) {\n this.#readdirFail((er as NodeJS.ErrnoException).code)\n children.provisional = 0\n } else {\n // if we didn't get an error, we always get entries.\n //@ts-ignore\n for (const e of entries) {\n this.#readdirAddChild(e, children)\n }\n this.#readdirSuccess(children)\n }\n this.#callOnReaddirCB(children.slice(0, children.provisional))\n return\n })\n }\n\n #asyncReaddirInFlight?: Promise<void>\n\n /**\n * Return an array of known child entries.\n *\n * If the Path cannot or does not contain any children, then an empty array\n * is returned.\n *\n * Results are cached, and thus may be out of date if the filesystem is\n * mutated.\n */\n async readdir(): Promise<PathBase[]> {\n if (!this.canReaddir()) {\n return []\n }\n\n const children = this.children()\n if (this.calledReaddir()) {\n return children.slice(0, children.provisional)\n }\n\n // else read the directory, fill up children\n // de-provisionalize any provisional children.\n const fullpath = this.fullpath()\n if (this.#asyncReaddirInFlight) {\n await this.#asyncReaddirInFlight\n } else {\n /* c8 ignore start */\n let resolve: () => void = () => {}\n /* c8 ignore stop */\n this.#asyncReaddirInFlight = new Promise<void>(\n res => (resolve = res),\n )\n try {\n for (const e of await this.#fs.promises.readdir(fullpath, {\n withFileTypes: true,\n })) {\n this.#readdirAddChild(e, children)\n }\n this.#readdirSuccess(children)\n } catch (er) {\n this.#readdirFail((er as NodeJS.ErrnoException).code)\n children.provisional = 0\n }\n this.#asyncReaddirInFlight = undefined\n resolve()\n }\n return children.slice(0, children.provisional)\n }\n\n /**\n * synchronous {@link PathBase.readdir}\n */\n readdirSync(): PathBase[] {\n if (!this.canReaddir()) {\n return []\n }\n\n const children = this.children()\n if (this.calledReaddir()) {\n return children.slice(0, children.provisional)\n }\n\n // else read the directory, fill up children\n // de-provisionalize any provisional children.\n const fullpath = this.fullpath()\n try {\n for (const e of this.#fs.readdirSync(fullpath, {\n withFileTypes: true,\n })) {\n this.#readdirAddChild(e, children)\n }\n this.#readdirSuccess(children)\n } catch (er) {\n this.#readdirFail((er as NodeJS.ErrnoException).code)\n children.provisional = 0\n }\n return children.slice(0, children.provisional)\n }\n\n canReaddir() {\n if (this.#type & ENOCHILD) return false\n const ifmt = IFMT & this.#type\n // we always set ENOTDIR when setting IFMT, so should be impossible\n /* c8 ignore start */\n if (!(ifmt === UNKNOWN || ifmt === IFDIR || ifmt === IFLNK)) {\n return false\n }\n /* c8 ignore stop */\n return true\n }\n\n shouldWalk(\n dirs: Set<PathBase | undefined>,\n walkFilter?: (e: PathBase) => boolean,\n ): boolean {\n return (\n (this.#type & IFDIR) === IFDIR &&\n !(this.#type & ENOCHILD) &&\n !dirs.has(this) &&\n (!walkFilter || walkFilter(this))\n )\n }\n\n /**\n * Return the Path object corresponding to path as resolved\n * by realpath(3).\n *\n * If the realpath call fails for any reason, `undefined` is returned.\n *\n * Result is cached, and thus may be outdated if the filesystem is mutated.\n * On success, returns a Path object.\n */\n async realpath(): Promise<PathBase | undefined> {\n if (this.#realpath) return this.#realpath\n if ((ENOREALPATH | ENOREADLINK | ENOENT) & this.#type) return undefined\n try {\n const rp = await this.#fs.promises.realpath(this.fullpath())\n return (this.#realpath = this.resolve(rp))\n } catch (_) {\n this.#markENOREALPATH()\n }\n }\n\n /**\n * Synchronous {@link realpath}\n */\n realpathSync(): PathBase | undefined {\n if (this.#realpath) return this.#realpath\n if ((ENOREALPATH | ENOREADLINK | ENOENT) & this.#type) return undefined\n try {\n const rp = this.#fs.realpathSync(this.fullpath())\n return (this.#realpath = this.resolve(rp))\n } catch (_) {\n this.#markENOREALPATH()\n }\n }\n\n /**\n * Internal method to mark this Path object as the scurry cwd,\n * called by {@link PathScurry#chdir}\n *\n * @internal\n */\n [setAsCwd](oldCwd: PathBase): void {\n if (oldCwd === this) return\n oldCwd.isCWD = false\n this.isCWD = true\n\n const changed = new Set<PathBase>([])\n let rp = []\n let p: PathBase = this\n while (p && p.parent) {\n changed.add(p)\n p.#relative = rp.join(this.sep)\n p.#relativePosix = rp.join('/')\n p = p.parent\n rp.push('..')\n }\n // now un-memoize parents of old cwd\n p = oldCwd\n while (p && p.parent && !changed.has(p)) {\n p.#relative = undefined\n p.#relativePosix = undefined\n p = p.parent\n }\n }\n}\n\n/**\n * Path class used on win32 systems\n *\n * Uses `'\\\\'` as the path separator for returned paths, either `'\\\\'` or `'/'`\n * as the path separator for parsing paths.\n */\nexport class PathWin32 extends PathBase {\n /**\n * Separator for generating path strings.\n */\n sep: '\\\\' = '\\\\'\n /**\n * Separator for parsing path strings.\n */\n splitSep: RegExp = eitherSep\n\n /**\n * Do not create new Path objects directly. They should always be accessed\n * via the PathScurry class or other methods on the Path class.\n *\n * @internal\n */\n constructor(\n name: string,\n type: number = UNKNOWN,\n root: PathBase | undefined,\n roots: { [k: string]: PathBase },\n nocase: boolean,\n children: ChildrenCache,\n opts: PathOpts,\n ) {\n super(name, type, root, roots, nocase, children, opts)\n }\n\n /**\n * @internal\n */\n newChild(name: string, type: number = UNKNOWN, opts: PathOpts = {}) {\n return new PathWin32(\n name,\n type,\n this.root,\n this.roots,\n this.nocase,\n this.childrenCache(),\n opts,\n )\n }\n\n /**\n * @internal\n */\n getRootString(path: string): string {\n return win32.parse(path).root\n }\n\n /**\n * @internal\n */\n getRoot(rootPath: string): PathBase {\n rootPath = uncToDrive(rootPath.toUpperCase())\n if (rootPath === this.root.name) {\n return this.root\n }\n // ok, not that one, check if it matches another we know about\n for (const [compare, root] of Object.entries(this.roots)) {\n if (this.sameRoot(rootPath, compare)) {\n return (this.roots[rootPath] = root)\n }\n }\n // otherwise, have to create a new one.\n return (this.roots[rootPath] = new PathScurryWin32(\n rootPath,\n this,\n ).root)\n }\n\n /**\n * @internal\n */\n sameRoot(rootPath: string, compare: string = this.root.name): boolean {\n // windows can (rarely) have case-sensitive filesystem, but\n // UNC and drive letters are always case-insensitive, and canonically\n // represented uppercase.\n rootPath = rootPath\n .toUpperCase()\n .replace(/\\//g, '\\\\')\n .replace(uncDriveRegexp, '$1\\\\')\n return rootPath === compare\n }\n}\n\n/**\n * Path class used on all posix systems.\n *\n * Uses `'/'` as the path separator.\n */\nexport class PathPosix extends PathBase {\n /**\n * separator for parsing path strings\n */\n splitSep: '/' = '/'\n /**\n * separator for generating path strings\n */\n sep: '/' = '/'\n\n /**\n * Do not create new Path objects directly. They should always be accessed\n * via the PathScurry class or other methods on the Path class.\n *\n * @internal\n */\n constructor(\n name: string,\n type: number = UNKNOWN,\n root: PathBase | undefined,\n roots: { [k: string]: PathBase },\n nocase: boolean,\n children: ChildrenCache,\n opts: PathOpts,\n ) {\n super(name, type, root, roots, nocase, children, opts)\n }\n\n /**\n * @internal\n */\n getRootString(path: string): string {\n return path.startsWith('/') ? '/' : ''\n }\n\n /**\n * @internal\n */\n getRoot(_rootPath: string): PathBase {\n return this.root\n }\n\n /**\n * @internal\n */\n newChild(name: string, type: number = UNKNOWN, opts: PathOpts = {}) {\n return new PathPosix(\n name,\n type,\n this.root,\n this.roots,\n this.nocase,\n this.childrenCache(),\n opts,\n )\n }\n}\n\n/**\n * Options that may be provided to the PathScurry constructor\n */\nexport interface PathScurryOpts {\n /**\n * perform case-insensitive path matching. Default based on platform\n * subclass.\n */\n nocase?: boolean\n /**\n * Number of Path entries to keep in the cache of Path child references.\n *\n * Setting this higher than 65536 will dramatically increase the data\n * consumption and construction time overhead of each PathScurry.\n *\n * Setting this value to 256 or lower will significantly reduce the data\n * consumption and construction time overhead, but may also reduce resolve()\n * and readdir() performance on large filesystems.\n *\n * Default `16384`.\n */\n childrenCacheSize?: number\n /**\n * An object that overrides the built-in functions from the fs and\n * fs/promises modules.\n *\n * See {@link FSOption}\n */\n fs?: FSOption\n}\n\n/**\n * The base class for all PathScurry classes, providing the interface for path\n * resolution and filesystem operations.\n *\n * Typically, you should *not* instantiate this class directly, but rather one\n * of the platform-specific classes, or the exported {@link PathScurry} which\n * defaults to the current platform.\n */\nexport abstract class PathScurryBase {\n /**\n * The root Path entry for the current working directory of this Scurry\n */\n root: PathBase\n /**\n * The string path for the root of this Scurry's current working directory\n */\n rootPath: string\n /**\n * A collection of all roots encountered, referenced by rootPath\n */\n roots: { [k: string]: PathBase }\n /**\n * The Path entry corresponding to this PathScurry's current working directory.\n */\n cwd: PathBase\n #resolveCache: ResolveCache\n #resolvePosixCache: ResolveCache\n #children: ChildrenCache\n /**\n * Perform path comparisons case-insensitively.\n *\n * Defaults true on Darwin and Windows systems, false elsewhere.\n */\n nocase: boolean\n\n /**\n * The path separator used for parsing paths\n *\n * `'/'` on Posix systems, either `'/'` or `'\\\\'` on Windows\n */\n abstract sep: string | RegExp\n\n #fs: FSValue\n\n /**\n * This class should not be instantiated directly.\n *\n * Use PathScurryWin32, PathScurryDarwin, PathScurryPosix, or PathScurry\n *\n * @internal\n */\n constructor(\n cwd: URL | string = process.cwd(),\n pathImpl: typeof win32 | typeof posix,\n sep: string | RegExp,\n {\n nocase,\n childrenCacheSize = 16 * 1024,\n fs = defaultFS,\n }: PathScurryOpts = {},\n ) {\n this.#fs = fsFromOption(fs)\n if (cwd instanceof URL || cwd.startsWith('file://')) {\n cwd = fileURLToPath(cwd)\n }\n // resolve and split root, and then add to the store.\n // this is the only time we call path.resolve()\n const cwdPath = pathImpl.resolve(cwd)\n this.roots = Object.create(null)\n this.rootPath = this.parseRootPath(cwdPath)\n this.#resolveCache = new ResolveCache()\n this.#resolvePosixCache = new ResolveCache()\n this.#children = new ChildrenCache(childrenCacheSize)\n\n const split = cwdPath.substring(this.rootPath.length).split(sep)\n // resolve('/') leaves '', splits to [''], we don't want that.\n if (split.length === 1 && !split[0]) {\n split.pop()\n }\n /* c8 ignore start */\n if (nocase === undefined) {\n throw new TypeError(\n 'must provide nocase setting to PathScurryBase ctor',\n )\n }\n /* c8 ignore stop */\n this.nocase = nocase\n this.root = this.newRoot(this.#fs)\n this.roots[this.rootPath] = this.root\n let prev: PathBase = this.root\n let len = split.length - 1\n const joinSep = pathImpl.sep\n let abs = this.rootPath\n let sawFirst = false\n for (const part of split) {\n const l = len--\n prev = prev.child(part, {\n relative: new Array(l).fill('..').join(joinSep),\n relativePosix: new Array(l).fill('..').join('/'),\n fullpath: (abs += (sawFirst ? '' : joinSep) + part),\n })\n sawFirst = true\n }\n this.cwd = prev\n }\n\n /**\n * Get the depth of a provided path, string, or the cwd\n */\n depth(path: Path | string = this.cwd): number {\n if (typeof path === 'string') {\n path = this.cwd.resolve(path)\n }\n return path.depth()\n }\n\n /**\n * Parse the root portion of a path string\n *\n * @internal\n */\n abstract parseRootPath(dir: string): string\n /**\n * create a new Path to use as root during construction.\n *\n * @internal\n */\n abstract newRoot(fs: FSValue): PathBase\n /**\n * Determine whether a given path string is absolute\n */\n abstract isAbsolute(p: string): boolean\n\n /**\n * Return the cache of child entries. Exposed so subclasses can create\n * child Path objects in a platform-specific way.\n *\n * @internal\n */\n childrenCache() {\n return this.#children\n }\n\n /**\n * Resolve one or more path strings to a resolved string\n *\n * Same interface as require('path').resolve.\n *\n * Much faster than path.resolve() when called multiple times for the same\n * path, because the resolved Path objects are cached. Much slower\n * otherwise.\n */\n resolve(...paths: string[]): string {\n // first figure out the minimum number of paths we have to test\n // we always start at cwd, but any absolutes will bump the start\n let r = ''\n for (let i = paths.length - 1; i >= 0; i--) {\n const p = paths[i]\n if (!p || p === '.') continue\n r = r ? `${p}/${r}` : p\n if (this.isAbsolute(p)) {\n break\n }\n }\n const cached = this.#resolveCache.get(r)\n if (cached !== undefined) {\n return cached\n }\n const result = this.cwd.resolve(r).fullpath()\n this.#resolveCache.set(r, result)\n return result\n }\n\n /**\n * Resolve one or more path strings to a resolved string, returning\n * the posix path. Identical to .resolve() on posix systems, but on\n * windows will return a forward-slash separated UNC path.\n *\n * Same interface as require('path').resolve.\n *\n * Much faster than path.resolve() when called multiple times for the same\n * path, because the resolved Path objects are cached. Much slower\n * otherwise.\n */\n resolvePosix(...paths: string[]): string {\n // first figure out the minimum number of paths we have to test\n // we always start at cwd, but any absolutes will bump the start\n let r = ''\n for (let i = paths.length - 1; i >= 0; i--) {\n const p = paths[i]\n if (!p || p === '.') continue\n r = r ? `${p}/${r}` : p\n if (this.isAbsolute(p)) {\n break\n }\n }\n const cached = this.#resolvePosixCache.get(r)\n if (cached !== undefined) {\n return cached\n }\n const result = this.cwd.resolve(r).fullpathPosix()\n this.#resolvePosixCache.set(r, result)\n return result\n }\n\n /**\n * find the relative path from the cwd to the supplied path string or entry\n */\n relative(entry: PathBase | string = this.cwd): string {\n if (typeof entry === 'string') {\n entry = this.cwd.resolve(entry)\n }\n return entry.relative()\n }\n\n /**\n * find the relative path from the cwd to the supplied path string or\n * entry, using / as the path delimiter, even on Windows.\n */\n relativePosix(entry: PathBase | string = this.cwd): string {\n if (typeof entry === 'string') {\n entry = this.cwd.resolve(entry)\n }\n return entry.relativePosix()\n }\n\n /**\n * Return the basename for the provided string or Path object\n */\n basename(entry: PathBase | string = this.cwd): string {\n if (typeof entry === 'string') {\n entry = this.cwd.resolve(entry)\n }\n return entry.name\n }\n\n /**\n * Return the dirname for the provided string or Path object\n */\n dirname(entry: PathBase | string = this.cwd): string {\n if (typeof entry === 'string') {\n entry = this.cwd.resolve(entry)\n }\n return (entry.parent || entry).fullpath()\n }\n\n /**\n * Return an array of known child entries.\n *\n * First argument may be either a string, or a Path object.\n *\n * If the Path cannot or does not contain any children, then an empty array\n * is returned.\n *\n * Results are cached, and thus may be out of date if the filesystem is\n * mutated.\n *\n * Unlike `fs.readdir()`, the `withFileTypes` option defaults to `true`. Set\n * `{ withFileTypes: false }` to return strings.\n */\n\n readdir(): Promise<PathBase[]>\n readdir(opts: { withFileTypes: true }): Promise<PathBase[]>\n readdir(opts: { withFileTypes: false }): Promise<string[]>\n readdir(opts: { withFileTypes: boolean }): Promise<PathBase[] | string[]>\n readdir(entry: PathBase | string): Promise<PathBase[]>\n readdir(\n entry: PathBase | string,\n opts: { withFileTypes: true },\n ): Promise<PathBase[]>\n readdir(\n entry: PathBase | string,\n opts: { withFileTypes: false },\n ): Promise<string[]>\n readdir(\n entry: PathBase | string,\n opts: { withFileTypes: boolean },\n ): Promise<PathBase[] | string[]>\n async readdir(\n entry: PathBase | string | { withFileTypes: boolean } = this.cwd,\n opts: { withFileTypes: boolean } = {\n withFileTypes: true,\n },\n ): Promise<PathBase[] | string[]> {\n if (typeof entry === 'string') {\n entry = this.cwd.resolve(entry)\n } else if (!(entry instanceof PathBase)) {\n opts = entry\n entry = this.cwd\n }\n const { withFileTypes } = opts\n if (!entry.canReaddir()) {\n return []\n } else {\n const p = await entry.readdir()\n return withFileTypes ? p : p.map(e => e.name)\n }\n }\n\n /**\n * synchronous {@link PathScurryBase.readdir}\n */\n readdirSync(): PathBase[]\n readdirSync(opts: { withFileTypes: true }): PathBase[]\n readdirSync(opts: { withFileTypes: false }): string[]\n readdirSync(opts: { withFileTypes: boolean }): PathBase[] | string[]\n readdirSync(entry: PathBase | string): PathBase[]\n readdirSync(\n entry: PathBase | string,\n opts: { withFileTypes: true },\n ): PathBase[]\n readdirSync(\n entry: PathBase | string,\n opts: { withFileTypes: false },\n ): string[]\n readdirSync(\n entry: PathBase | string,\n opts: { withFileTypes: boolean },\n ): PathBase[] | string[]\n readdirSync(\n entry: PathBase | string | { withFileTypes: boolean } = this.cwd,\n opts: { withFileTypes: boolean } = {\n withFileTypes: true,\n },\n ): PathBase[] | string[] {\n if (typeof entry === 'string') {\n entry = this.cwd.resolve(entry)\n } else if (!(entry instanceof PathBase)) {\n opts = entry\n entry = this.cwd\n }\n const { withFileTypes = true } = opts\n if (!entry.canReaddir()) {\n return []\n } else if (withFileTypes) {\n return entry.readdirSync()\n } else {\n return entry.readdirSync().map(e => e.name)\n }\n }\n\n /**\n * Call lstat() on the string or Path object, and update all known\n * information that can be determined.\n *\n * Note that unlike `fs.lstat()`, the returned value does not contain some\n * information, such as `mode`, `dev`, `nlink`, and `ino`. If that\n * information is required, you will need to call `fs.lstat` yourself.\n *\n * If the Path refers to a nonexistent file, or if the lstat call fails for\n * any reason, `undefined` is returned. Otherwise the updated Path object is\n * returned.\n *\n * Results are cached, and thus may be out of date if the filesystem is\n * mutated.\n */\n async lstat(\n entry: string | PathBase = this.cwd,\n ): Promise<PathBase | undefined> {\n if (typeof entry === 'string') {\n entry = this.cwd.resolve(entry)\n }\n return entry.lstat()\n }\n\n /**\n * synchronous {@link PathScurryBase.lstat}\n */\n lstatSync(entry: string | PathBase = this.cwd): PathBase | undefined {\n if (typeof entry === 'string') {\n entry = this.cwd.resolve(entry)\n }\n return entry.lstatSync()\n }\n\n /**\n * Return the Path object or string path corresponding to the target of a\n * symbolic link.\n *\n * If the path is not a symbolic link, or if the readlink call fails for any\n * reason, `undefined` is returned.\n *\n * Result is cached, and thus may be outdated if the filesystem is mutated.\n *\n * `{withFileTypes}` option defaults to `false`.\n *\n * On success, returns a Path object if `withFileTypes` option is true,\n * otherwise a string.\n */\n readlink(): Promise<string | undefined>\n readlink(opt: { withFileTypes: false }): Promise<string | undefined>\n readlink(opt: { withFileTypes: true }): Promise<PathBase | undefined>\n readlink(opt: {\n withFileTypes: boolean\n }): Promise<PathBase | string | undefined>\n readlink(\n entry: string | PathBase,\n opt?: { withFileTypes: false },\n ): Promise<string | undefined>\n readlink(\n entry: string | PathBase,\n opt: { withFileTypes: true },\n ): Promise<PathBase | undefined>\n readlink(\n entry: string | PathBase,\n opt: { withFileTypes: boolean },\n ): Promise<string | PathBase | undefined>\n async readlink(\n entry: string | PathBase | { withFileTypes: boolean } = this.cwd,\n { withFileTypes }: { withFileTypes: boolean } = {\n withFileTypes: false,\n },\n ): Promise<string | PathBase | undefined> {\n if (typeof entry === 'string') {\n entry = this.cwd.resolve(entry)\n } else if (!(entry instanceof PathBase)) {\n withFileTypes = entry.withFileTypes\n entry = this.cwd\n }\n const e = await entry.readlink()\n return withFileTypes ? e : e?.fullpath()\n }\n\n /**\n * synchronous {@link PathScurryBase.readlink}\n */\n readlinkSync(): string | undefined\n readlinkSync(opt: { withFileTypes: false }): string | undefined\n readlinkSync(opt: { withFileTypes: true }): PathBase | undefined\n readlinkSync(opt: {\n withFileTypes: boolean\n }): PathBase | string | undefined\n readlinkSync(\n entry: string | PathBase,\n opt?: { withFileTypes: false },\n ): string | undefined\n readlinkSync(\n entry: string | PathBase,\n opt: { withFileTypes: true },\n ): PathBase | undefined\n readlinkSync(\n entry: string | PathBase,\n opt: { withFileTypes: boolean },\n ): string | PathBase | undefined\n readlinkSync(\n entry: string | PathBase | { withFileTypes: boolean } = this.cwd,\n { withFileTypes }: { withFileTypes: boolean } = {\n withFileTypes: false,\n },\n ): string | PathBase | undefined {\n if (typeof entry === 'string') {\n entry = this.cwd.resolve(entry)\n } else if (!(entry instanceof PathBase)) {\n withFileTypes = entry.withFileTypes\n entry = this.cwd\n }\n const e = entry.readlinkSync()\n return withFileTypes ? e : e?.fullpath()\n }\n\n /**\n * Return the Path object or string path corresponding to path as resolved\n * by realpath(3).\n *\n * If the realpath call fails for any reason, `undefined` is returned.\n *\n * Result is cached, and thus may be outdated if the filesystem is mutated.\n *\n * `{withFileTypes}` option defaults to `false`.\n *\n * On success, returns a Path object if `withFileTypes` option is true,\n * otherwise a string.\n */\n realpath(): Promise<string | undefined>\n realpath(opt: { withFileTypes: false }): Promise<string | undefined>\n realpath(opt: { withFileTypes: true }): Promise<PathBase | undefined>\n realpath(opt: {\n withFileTypes: boolean\n }): Promise<PathBase | string | undefined>\n realpath(\n entry: string | PathBase,\n opt?: { withFileTypes: false },\n ): Promise<string | undefined>\n realpath(\n entry: string | PathBase,\n opt: { withFileTypes: true },\n ): Promise<PathBase | undefined>\n realpath(\n entry: string | PathBase,\n opt: { withFileTypes: boolean },\n ): Promise<string | PathBase | undefined>\n async realpath(\n entry: string | PathBase | { withFileTypes: boolean } = this.cwd,\n { withFileTypes }: { withFileTypes: boolean } = {\n withFileTypes: false,\n },\n ): Promise<string | PathBase | undefined> {\n if (typeof entry === 'string') {\n entry = this.cwd.resolve(entry)\n } else if (!(entry instanceof PathBase)) {\n withFileTypes = entry.withFileTypes\n entry = this.cwd\n }\n const e = await entry.realpath()\n return withFileTypes ? e : e?.fullpath()\n }\n\n realpathSync(): string | undefined\n realpathSync(opt: { withFileTypes: false }): string | undefined\n realpathSync(opt: { withFileTypes: true }): PathBase | undefined\n realpathSync(opt: {\n withFileTypes: boolean\n }): PathBase | string | undefined\n realpathSync(\n entry: string | PathBase,\n opt?: { withFileTypes: false },\n ): string | undefined\n realpathSync(\n entry: string | PathBase,\n opt: { withFileTypes: true },\n ): PathBase | undefined\n realpathSync(\n entry: string | PathBase,\n opt: { withFileTypes: boolean },\n ): string | PathBase | undefined\n realpathSync(\n entry: string | PathBase | { withFileTypes: boolean } = this.cwd,\n { withFileTypes }: { withFileTypes: boolean } = {\n withFileTypes: false,\n },\n ): string | PathBase | undefined {\n if (typeof entry === 'string') {\n entry = this.cwd.resolve(entry)\n } else if (!(entry instanceof PathBase)) {\n withFileTypes = entry.withFileTypes\n entry = this.cwd\n }\n const e = entry.realpathSync()\n return withFileTypes ? e : e?.fullpath()\n }\n\n /**\n * Asynchronously walk the directory tree, returning an array of\n * all path strings or Path objects found.\n *\n * Note that this will be extremely memory-hungry on large filesystems.\n * In such cases, it may be better to use the stream or async iterator\n * walk implementation.\n */\n walk(): Promise<PathBase[]>\n walk(\n opts: WalkOptionsWithFileTypesTrue | WalkOptionsWithFileTypesUnset,\n ): Promise<PathBase[]>\n walk(opts: WalkOptionsWithFileTypesFalse): Promise<string[]>\n walk(opts: WalkOptions): Promise<string[] | PathBase[]>\n walk(entry: string | PathBase): Promise<PathBase[]>\n walk(\n entry: string | PathBase,\n opts: WalkOptionsWithFileTypesTrue | WalkOptionsWithFileTypesUnset,\n ): Promise<PathBase[]>\n walk(\n entry: string | PathBase,\n opts: WalkOptionsWithFileTypesFalse,\n ): Promise<string[]>\n walk(\n entry: string | PathBase,\n opts: WalkOptions,\n ): Promise<PathBase[] | string[]>\n async walk(\n entry: string | PathBase | WalkOptions = this.cwd,\n opts: WalkOptions = {},\n ): Promise<PathBase[] | string[]> {\n if (typeof entry === 'string') {\n entry = this.cwd.resolve(entry)\n } else if (!(entry instanceof PathBase)) {\n opts = entry\n entry = this.cwd\n }\n const {\n withFileTypes = true,\n follow = false,\n filter,\n walkFilter,\n } = opts\n const results: (string | PathBase)[] = []\n if (!filter || filter(entry)) {\n results.push(withFileTypes ? entry : entry.fullpath())\n }\n const dirs = new Set<PathBase>()\n const walk = (\n dir: PathBase,\n cb: (er?: NodeJS.ErrnoException) => void,\n ) => {\n dirs.add(dir)\n dir.readdirCB((er, entries) => {\n /* c8 ignore start */\n if (er) {\n return cb(er)\n }\n /* c8 ignore stop */\n let len = entries.length\n if (!len) return cb()\n const next = () => {\n if (--len === 0) {\n cb()\n }\n }\n for (const e of entries) {\n if (!filter || filter(e)) {\n results.push(withFileTypes ? e : e.fullpath())\n }\n if (follow && e.isSymbolicLink()) {\n e.realpath()\n .then(r => (r?.isUnknown() ? r.lstat() : r))\n .then(r =>\n r?.shouldWalk(dirs, walkFilter) ? walk(r, next) : next(),\n )\n } else {\n if (e.shouldWalk(dirs, walkFilter)) {\n walk(e, next)\n } else {\n next()\n }\n }\n }\n }, true) // zalgooooooo\n }\n\n const start = entry\n return new Promise<PathBase[] | string[]>((res, rej) => {\n walk(start, er => {\n /* c8 ignore start */\n if (er) return rej(er)\n /* c8 ignore stop */\n res(results as PathBase[] | string[])\n })\n })\n }\n\n /**\n * Synchronously walk the directory tree, returning an array of\n * all path strings or Path objects found.\n *\n * Note that this will be extremely memory-hungry on large filesystems.\n * In such cases, it may be better to use the stream or async iterator\n * walk implementation.\n */\n walkSync(): PathBase[]\n walkSync(\n opts: WalkOptionsWithFileTypesTrue | WalkOptionsWithFileTypesUnset,\n ): PathBase[]\n walkSync(opts: WalkOptionsWithFileTypesFalse): string[]\n walkSync(opts: WalkOptions): string[] | PathBase[]\n walkSync(entry: string | PathBase): PathBase[]\n walkSync(\n entry: string | PathBase,\n opts: WalkOptionsWithFileTypesUnset | WalkOptionsWithFileTypesTrue,\n ): PathBase[]\n walkSync(\n entry: string | PathBase,\n opts: WalkOptionsWithFileTypesFalse,\n ): string[]\n walkSync(\n entry: string | PathBase,\n opts: WalkOptions,\n ): PathBase[] | string[]\n walkSync(\n entry: string | PathBase | WalkOptions = this.cwd,\n opts: WalkOptions = {},\n ): PathBase[] | string[] {\n if (typeof entry === 'string') {\n entry = this.cwd.resolve(entry)\n } else if (!(entry instanceof PathBase)) {\n opts = entry\n entry = this.cwd\n }\n const {\n withFileTypes = true,\n follow = false,\n filter,\n walkFilter,\n } = opts\n const results: (string | PathBase)[] = []\n if (!filter || filter(entry)) {\n results.push(withFileTypes ? entry : entry.fullpath())\n }\n const dirs = new Set<PathBase>([entry])\n for (const dir of dirs) {\n const entries = dir.readdirSync()\n for (const e of entries) {\n if (!filter || filter(e)) {\n results.push(withFileTypes ? e : e.fullpath())\n }\n let r: PathBase | undefined = e\n if (e.isSymbolicLink()) {\n if (!(follow && (r = e.realpathSync()))) continue\n if (r.isUnknown()) r.lstatSync()\n }\n if (r.shouldWalk(dirs, walkFilter)) {\n dirs.add(r)\n }\n }\n }\n return results as string[] | PathBase[]\n }\n\n /**\n * Support for `for await`\n *\n * Alias for {@link PathScurryBase.iterate}\n *\n * Note: As of Node 19, this is very slow, compared to other methods of\n * walking. Consider using {@link PathScurryBase.stream} if memory overhead\n * and backpressure are concerns, or {@link PathScurryBase.walk} if not.\n */\n [Symbol.asyncIterator]() {\n return this.iterate()\n }\n\n /**\n * Async generator form of {@link PathScurryBase.walk}\n *\n * Note: As of Node 19, this is very slow, compared to other methods of\n * walking, especially if most/all of the directory tree has been previously\n * walked. Consider using {@link PathScurryBase.stream} if memory overhead\n * and backpressure are concerns, or {@link PathScurryBase.walk} if not.\n */\n iterate(): AsyncGenerator<PathBase, void, void>\n iterate(\n opts: WalkOptionsWithFileTypesTrue | WalkOptionsWithFileTypesUnset,\n ): AsyncGenerator<PathBase, void, void>\n iterate(\n opts: WalkOptionsWithFileTypesFalse,\n ): AsyncGenerator<string, void, void>\n iterate(opts: WalkOptions): AsyncGenerator<string | PathBase, void, void>\n iterate(entry: string | PathBase): AsyncGenerator<PathBase, void, void>\n iterate(\n entry: string | PathBase,\n opts: WalkOptionsWithFileTypesTrue | WalkOptionsWithFileTypesUnset,\n ): AsyncGenerator<PathBase, void, void>\n iterate(\n entry: string | PathBase,\n opts: WalkOptionsWithFileTypesFalse,\n ): AsyncGenerator<string, void, void>\n iterate(\n entry: string | PathBase,\n opts: WalkOptions,\n ): AsyncGenerator<PathBase | string, void, void>\n iterate(\n entry: string | PathBase | WalkOptions = this.cwd,\n options: WalkOptions = {},\n ): AsyncGenerator<PathBase | string, void, void> {\n // iterating async over the stream is significantly more performant,\n // especially in the warm-cache scenario, because it buffers up directory\n // entries in the background instead of waiting for a yield for each one.\n if (typeof entry === 'string') {\n entry = this.cwd.resolve(entry)\n } else if (!(entry instanceof PathBase)) {\n options = entry\n entry = this.cwd\n }\n return this.stream(entry, options)[Symbol.asyncIterator]()\n }\n\n /**\n * Iterating over a PathScurry performs a synchronous walk.\n *\n * Alias for {@link PathScurryBase.iterateSync}\n */\n [Symbol.iterator]() {\n return this.iterateSync()\n }\n\n iterateSync(): Generator<PathBase, void, void>\n iterateSync(\n opts: WalkOptionsWithFileTypesTrue | WalkOptionsWithFileTypesUnset,\n ): Generator<PathBase, void, void>\n iterateSync(\n opts: WalkOptionsWithFileTypesFalse,\n ): Generator<string, void, void>\n iterateSync(opts: WalkOptions): Generator<string | PathBase, void, void>\n iterateSync(entry: string | PathBase): Generator<PathBase, void, void>\n iterateSync(\n entry: string | PathBase,\n opts: WalkOptionsWithFileTypesTrue | WalkOptionsWithFileTypesUnset,\n ): Generator<PathBase, void, void>\n iterateSync(\n entry: string | PathBase,\n opts: WalkOptionsWithFileTypesFalse,\n ): Generator<string, void, void>\n iterateSync(\n entry: string | PathBase,\n opts: WalkOptions,\n ): Generator<PathBase | string, void, void>\n *iterateSync(\n entry: string | PathBase | WalkOptions = this.cwd,\n opts: WalkOptions = {},\n ): Generator<PathBase | string, void, void> {\n if (typeof entry === 'string') {\n entry = this.cwd.resolve(entry)\n } else if (!(entry instanceof PathBase)) {\n opts = entry\n entry = this.cwd\n }\n const {\n withFileTypes = true,\n follow = false,\n filter,\n walkFilter,\n } = opts\n if (!filter || filter(entry)) {\n yield withFileTypes ? entry : entry.fullpath()\n }\n const dirs = new Set<PathBase>([entry])\n for (const dir of dirs) {\n const entries = dir.readdirSync()\n for (const e of entries) {\n if (!filter || filter(e)) {\n yield withFileTypes ? e : e.fullpath()\n }\n let r: PathBase | undefined = e\n if (e.isSymbolicLink()) {\n if (!(follow && (r = e.realpathSync()))) continue\n if (r.isUnknown()) r.lstatSync()\n }\n if (r.shouldWalk(dirs, walkFilter)) {\n dirs.add(r)\n }\n }\n }\n }\n\n /**\n * Stream form of {@link PathScurryBase.walk}\n *\n * Returns a Minipass stream that emits {@link PathBase} objects by default,\n * or strings if `{ withFileTypes: false }` is set in the options.\n */\n stream(): Minipass<PathBase>\n stream(\n opts: WalkOptionsWithFileTypesTrue | WalkOptionsWithFileTypesUnset,\n ): Minipass<PathBase>\n stream(opts: WalkOptionsWithFileTypesFalse): Minipass<string>\n stream(opts: WalkOptions): Minipass<string | PathBase>\n stream(entry: string | PathBase): Minipass<PathBase>\n stream(\n entry: string | PathBase,\n opts: WalkOptionsWithFileTypesUnset | WalkOptionsWithFileTypesTrue,\n ): Minipass<PathBase>\n stream(\n entry: string | PathBase,\n opts: WalkOptionsWithFileTypesFalse,\n ): Minipass<string>\n stream(\n entry: string | PathBase,\n opts: WalkOptions,\n ): Minipass<string> | Minipass<PathBase>\n stream(\n entry: string | PathBase | WalkOptions = this.cwd,\n opts: WalkOptions = {},\n ): Minipass<string> | Minipass<PathBase> {\n if (typeof entry === 'string') {\n entry = this.cwd.resolve(entry)\n } else if (!(entry instanceof PathBase)) {\n opts = entry\n entry = this.cwd\n }\n const {\n withFileTypes = true,\n follow = false,\n filter,\n walkFilter,\n } = opts\n const results = new Minipass<string | PathBase>({ objectMode: true })\n if (!filter || filter(entry)) {\n results.write(withFileTypes ? entry : entry.fullpath())\n }\n const dirs = new Set<PathBase>()\n const queue: PathBase[] = [entry]\n let processing = 0\n const process = () => {\n let paused = false\n while (!paused) {\n const dir = queue.shift()\n if (!dir) {\n if (processing === 0) results.end()\n return\n }\n\n processing++\n dirs.add(dir)\n\n const onReaddir = (\n er: null | NodeJS.ErrnoException,\n entries: PathBase[],\n didRealpaths: boolean = false,\n ) => {\n /* c8 ignore start */\n if (er) return results.emit('error', er)\n /* c8 ignore stop */\n if (follow && !didRealpaths) {\n const promises: Promise<PathBase | undefined>[] = []\n for (const e of entries) {\n if (e.isSymbolicLink()) {\n promises.push(\n e\n .realpath()\n .then((r: PathBase | undefined) =>\n r?.isUnknown() ? r.lstat() : r,\n ),\n )\n }\n }\n if (promises.length) {\n Promise.all(promises).then(() =>\n onReaddir(null, entries, true),\n )\n return\n }\n }\n\n for (const e of entries) {\n if (e && (!filter || filter(e))) {\n if (!results.write(withFileTypes ? e : e.fullpath())) {\n paused = true\n }\n }\n }\n\n processing--\n for (const e of entries) {\n const r = e.realpathCached() || e\n if (r.shouldWalk(dirs, walkFilter)) {\n queue.push(r)\n }\n }\n if (paused && !results.flowing) {\n results.once('drain', process)\n } else if (!sync) {\n process()\n }\n }\n\n // zalgo containment\n let sync = true\n dir.readdirCB(onReaddir, true)\n sync = false\n }\n }\n process()\n return results as Minipass<string> | Minipass<PathBase>\n }\n\n /**\n * Synchronous form of {@link PathScurryBase.stream}\n *\n * Returns a Minipass stream that emits {@link PathBase} objects by default,\n * or strings if `{ withFileTypes: false }` is set in the options.\n *\n * Will complete the walk in a single tick if the stream is consumed fully.\n * Otherwise, will pause as needed for stream backpressure.\n */\n streamSync(): Minipass<PathBase>\n streamSync(\n opts: WalkOptionsWithFileTypesTrue | WalkOptionsWithFileTypesUnset,\n ): Minipass<PathBase>\n streamSync(opts: WalkOptionsWithFileTypesFalse): Minipass<string>\n streamSync(opts: WalkOptions): Minipass<string | PathBase>\n streamSync(entry: string | PathBase): Minipass<PathBase>\n streamSync(\n entry: string | PathBase,\n opts: WalkOptionsWithFileTypesUnset | WalkOptionsWithFileTypesTrue,\n ): Minipass<PathBase>\n streamSync(\n entry: string | PathBase,\n opts: WalkOptionsWithFileTypesFalse,\n ): Minipass<string>\n streamSync(\n entry: string | PathBase,\n opts: WalkOptions,\n ): Minipass<string> | Minipass<PathBase>\n streamSync(\n entry: string | PathBase | WalkOptions = this.cwd,\n opts: WalkOptions = {},\n ): Minipass<string> | Minipass<PathBase> {\n if (typeof entry === 'string') {\n entry = this.cwd.resolve(entry)\n } else if (!(entry instanceof PathBase)) {\n opts = entry\n entry = this.cwd\n }\n const {\n withFileTypes = true,\n follow = false,\n filter,\n walkFilter,\n } = opts\n const results = new Minipass<string | PathBase>({ objectMode: true })\n const dirs = new Set<PathBase>()\n if (!filter || filter(entry)) {\n results.write(withFileTypes ? entry : entry.fullpath())\n }\n const queue: PathBase[] = [entry]\n let processing = 0\n const process = () => {\n let paused = false\n while (!paused) {\n const dir = queue.shift()\n if (!dir) {\n if (processing === 0) results.end()\n return\n }\n processing++\n dirs.add(dir)\n\n const entries = dir.readdirSync()\n for (const e of entries) {\n if (!filter || filter(e)) {\n if (!results.write(withFileTypes ? e : e.fullpath())) {\n paused = true\n }\n }\n }\n processing--\n for (const e of entries) {\n let r: PathBase | undefined = e\n if (e.isSymbolicLink()) {\n if (!(follow && (r = e.realpathSync()))) continue\n if (r.isUnknown()) r.lstatSync()\n }\n if (r.shouldWalk(dirs, walkFilter)) {\n queue.push(r)\n }\n }\n }\n if (paused && !results.flowing) results.once('drain', process)\n }\n process()\n return results as Minipass<string> | Minipass<PathBase>\n }\n\n chdir(path: string | Path = this.cwd) {\n const oldCwd = this.cwd\n this.cwd = typeof path === 'string' ? this.cwd.resolve(path) : path\n this.cwd[setAsCwd](oldCwd)\n }\n}\n\n/**\n * Options provided to all walk methods.\n */\nexport interface WalkOptions {\n /**\n * Return results as {@link PathBase} objects rather than strings.\n * When set to false, results are fully resolved paths, as returned by\n * {@link PathBase.fullpath}.\n * @default true\n */\n withFileTypes?: boolean\n\n /**\n * Attempt to read directory entries from symbolic links. Otherwise, only\n * actual directories are traversed. Regardless of this setting, a given\n * target path will only ever be walked once, meaning that a symbolic link\n * to a previously traversed directory will never be followed.\n *\n * Setting this imposes a slight performance penalty, because `readlink`\n * must be called on all symbolic links encountered, in order to avoid\n * infinite cycles.\n * @default false\n */\n follow?: boolean\n\n /**\n * Only return entries where the provided function returns true.\n *\n * This will not prevent directories from being traversed, even if they do\n * not pass the filter, though it will prevent directories themselves from\n * being included in the result set. See {@link walkFilter}\n *\n * Asynchronous functions are not supported here.\n *\n * By default, if no filter is provided, all entries and traversed\n * directories are included.\n */\n filter?: (entry: PathBase) => boolean\n\n /**\n * Only traverse directories (and in the case of {@link follow} being set to\n * true, symbolic links to directories) if the provided function returns\n * true.\n *\n * This will not prevent directories from being included in the result set,\n * even if they do not pass the supplied filter function. See {@link filter}\n * to do that.\n *\n * Asynchronous functions are not supported here.\n */\n walkFilter?: (entry: PathBase) => boolean\n}\n\nexport type WalkOptionsWithFileTypesUnset = WalkOptions & {\n withFileTypes?: undefined\n}\nexport type WalkOptionsWithFileTypesTrue = WalkOptions & {\n withFileTypes: true\n}\nexport type WalkOptionsWithFileTypesFalse = WalkOptions & {\n withFileTypes: false\n}\n\n/**\n * Windows implementation of {@link PathScurryBase}\n *\n * Defaults to case insensitve, uses `'\\\\'` to generate path strings. Uses\n * {@link PathWin32} for Path objects.\n */\nexport class PathScurryWin32 extends PathScurryBase {\n /**\n * separator for generating path strings\n */\n sep: '\\\\' = '\\\\'\n\n constructor(\n cwd: URL | string = process.cwd(),\n opts: PathScurryOpts = {},\n ) {\n const { nocase = true } = opts\n super(cwd, win32, '\\\\', { ...opts, nocase })\n this.nocase = nocase\n for (let p: PathBase | undefined = this.cwd; p; p = p.parent) {\n p.nocase = this.nocase\n }\n }\n\n /**\n * @internal\n */\n parseRootPath(dir: string): string {\n // if the path starts with a single separator, it's not a UNC, and we'll\n // just get separator as the root, and driveFromUNC will return \\\n // In that case, mount \\ on the root from the cwd.\n return win32.parse(dir).root.toUpperCase()\n }\n\n /**\n * @internal\n */\n newRoot(fs: FSValue) {\n return new PathWin32(\n this.rootPath,\n IFDIR,\n undefined,\n this.roots,\n this.nocase,\n this.childrenCache(),\n { fs },\n )\n }\n\n /**\n * Return true if the provided path string is an absolute path\n */\n isAbsolute(p: string): boolean {\n return (\n p.startsWith('/') || p.startsWith('\\\\') || /^[a-z]:(\\/|\\\\)/i.test(p)\n )\n }\n}\n\n/**\n * {@link PathScurryBase} implementation for all posix systems other than Darwin.\n *\n * Defaults to case-sensitive matching, uses `'/'` to generate path strings.\n *\n * Uses {@link PathPosix} for Path objects.\n */\nexport class PathScurryPosix extends PathScurryBase {\n /**\n * separator for generating path strings\n */\n sep: '/' = '/'\n constructor(\n cwd: URL | string = process.cwd(),\n opts: PathScurryOpts = {},\n ) {\n const { nocase = false } = opts\n super(cwd, posix, '/', { ...opts, nocase })\n this.nocase = nocase\n }\n\n /**\n * @internal\n */\n parseRootPath(_dir: string): string {\n return '/'\n }\n\n /**\n * @internal\n */\n newRoot(fs: FSValue) {\n return new PathPosix(\n this.rootPath,\n IFDIR,\n undefined,\n this.roots,\n this.nocase,\n this.childrenCache(),\n { fs },\n )\n }\n\n /**\n * Return true if the provided path string is an absolute path\n */\n isAbsolute(p: string): boolean {\n return p.startsWith('/')\n }\n}\n\n/**\n * {@link PathScurryBase} implementation for Darwin (macOS) systems.\n *\n * Defaults to case-insensitive matching, uses `'/'` for generating path\n * strings.\n *\n * Uses {@link PathPosix} for Path objects.\n */\nexport class PathScurryDarwin extends PathScurryPosix {\n constructor(\n cwd: URL | string = process.cwd(),\n opts: PathScurryOpts = {},\n ) {\n const { nocase = true } = opts\n super(cwd, { ...opts, nocase })\n }\n}\n\n/**\n * Default {@link PathBase} implementation for the current platform.\n *\n * {@link PathWin32} on Windows systems, {@link PathPosix} on all others.\n */\nexport const Path = process.platform === 'win32' ? PathWin32 : PathPosix\nexport type Path = PathBase | InstanceType<typeof Path>\n\n/**\n * Default {@link PathScurryBase} implementation for the current platform.\n *\n * {@link PathScurryWin32} on Windows systems, {@link PathScurryDarwin} on\n * Darwin (macOS) systems, {@link PathScurryPosix} on all others.\n */\nexport const PathScurry:\n | typeof PathScurryWin32\n | typeof PathScurryDarwin\n | typeof PathScurryPosix =\n process.platform === 'win32' ? PathScurryWin32\n : process.platform === 'darwin' ? PathScurryDarwin\n : PathScurryPosix\nexport type PathScurry = PathScurryBase | InstanceType<typeof PathScurry>\n"]}
@@ -1,3 +0,0 @@
1
- {
2
- "type": "module"
3
- }
@@ -1,89 +0,0 @@
1
- {
2
- "name": "path-scurry",
3
- "version": "1.11.1",
4
- "description": "walk paths fast and efficiently",
5
- "author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",
6
- "main": "./dist/commonjs/index.js",
7
- "type": "module",
8
- "exports": {
9
- "./package.json": "./package.json",
10
- ".": {
11
- "import": {
12
- "types": "./dist/esm/index.d.ts",
13
- "default": "./dist/esm/index.js"
14
- },
15
- "require": {
16
- "types": "./dist/commonjs/index.d.ts",
17
- "default": "./dist/commonjs/index.js"
18
- }
19
- }
20
- },
21
- "files": [
22
- "dist"
23
- ],
24
- "license": "BlueOak-1.0.0",
25
- "scripts": {
26
- "preversion": "npm test",
27
- "postversion": "npm publish",
28
- "prepublishOnly": "git push origin --follow-tags",
29
- "prepare": "tshy",
30
- "pretest": "npm run prepare",
31
- "presnap": "npm run prepare",
32
- "test": "tap",
33
- "snap": "tap",
34
- "format": "prettier --write . --loglevel warn",
35
- "typedoc": "typedoc --tsconfig tsconfig-esm.json ./src/*.ts",
36
- "bench": "bash ./scripts/bench.sh"
37
- },
38
- "prettier": {
39
- "experimentalTernaries": true,
40
- "semi": false,
41
- "printWidth": 75,
42
- "tabWidth": 2,
43
- "useTabs": false,
44
- "singleQuote": true,
45
- "jsxSingleQuote": false,
46
- "bracketSameLine": true,
47
- "arrowParens": "avoid",
48
- "endOfLine": "lf"
49
- },
50
- "devDependencies": {
51
- "@nodelib/fs.walk": "^1.2.8",
52
- "@types/node": "^20.12.11",
53
- "c8": "^7.12.0",
54
- "eslint-config-prettier": "^8.6.0",
55
- "mkdirp": "^3.0.0",
56
- "prettier": "^3.2.5",
57
- "rimraf": "^5.0.1",
58
- "tap": "^18.7.2",
59
- "ts-node": "^10.9.2",
60
- "tshy": "^1.14.0",
61
- "typedoc": "^0.25.12",
62
- "typescript": "^5.4.3"
63
- },
64
- "tap": {
65
- "typecheck": true
66
- },
67
- "engines": {
68
- "node": ">=16 || 14 >=14.18"
69
- },
70
- "funding": {
71
- "url": "https://github.com/sponsors/isaacs"
72
- },
73
- "repository": {
74
- "type": "git",
75
- "url": "git+https://github.com/isaacs/path-scurry"
76
- },
77
- "dependencies": {
78
- "lru-cache": "^10.2.0",
79
- "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
80
- },
81
- "tshy": {
82
- "selfLink": false,
83
- "exports": {
84
- "./package.json": "./package.json",
85
- ".": "./src/index.ts"
86
- }
87
- },
88
- "types": "./dist/commonjs/index.d.ts"
89
- }
@@ -1,16 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2011-2013 Jake Luer jake@alogicalparadox.com
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
6
- documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights
7
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
8
- persons to whom the Software is furnished to do so, subject to the following conditions:
9
-
10
- The above copyright notice and this permission notice shall be included in all copies or substantial
11
- portions of the Software.
12
-
13
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
14
- THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
15
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
16
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,147 +0,0 @@
1
- <h1 align=center>
2
- <a href="http://chaijs.com" title="Chai Documentation">
3
- <img alt="ChaiJS" src="http://chaijs.com/img/chai-logo.png">
4
- </a>
5
- <br>
6
- pathval
7
- </h1>
8
-
9
- <p align=center>
10
- Tool for Object value retrieval given a string path for <a href="http://nodejs.org">node</a> and the browser.
11
- </p>
12
-
13
- <p align=center>
14
- <a href="./LICENSE">
15
- <img
16
- alt="license:mit"
17
- src="https://img.shields.io/badge/license-mit-green.svg?style=flat-square"
18
- />
19
- </a>
20
- <a href="https://github.com/chaijs/pathval/releases">
21
- <img
22
- alt="tag:?"
23
- src="https://img.shields.io/github/tag/chaijs/pathval.svg?style=flat-square"
24
- />
25
- </a>
26
- <a href="https://travis-ci.org/chaijs/pathval">
27
- <img
28
- alt="build:?"
29
- src="https://img.shields.io/travis/chaijs/pathval/master.svg?style=flat-square"
30
- />
31
- </a>
32
- <a href="https://coveralls.io/r/chaijs/pathval">
33
- <img
34
- alt="coverage:?"
35
- src="https://img.shields.io/coveralls/chaijs/pathval/master.svg?style=flat-square"
36
- />
37
- </a>
38
- <a href="https://www.npmjs.com/packages/pathval">
39
- <img
40
- alt="npm:?"
41
- src="https://img.shields.io/npm/v/pathval.svg?style=flat-square"
42
- />
43
- </a>
44
- <a href="https://www.npmjs.com/packages/pathval">
45
- <img
46
- alt="dependencies:?"
47
- src="https://img.shields.io/npm/dm/pathval.svg?style=flat-square"
48
- />
49
- </a>
50
- <a href="">
51
- <img
52
- alt="devDependencies:?"
53
- src="https://img.shields.io/david/chaijs/pathval.svg?style=flat-square"
54
- />
55
- </a>
56
- <br/>
57
- <a href="https://saucelabs.com/u/chaijs-pathval">
58
- <img
59
- alt="Selenium Test Status"
60
- src="https://saucelabs.com/browser-matrix/chaijs-pathval.svg"
61
- />
62
- </a>
63
- <br>
64
- <a href="https://chai-slack.herokuapp.com/">
65
- <img
66
- alt="Join the Slack chat"
67
- src="https://img.shields.io/badge/slack-join%20chat-E2206F.svg?style=flat-square"
68
- />
69
- </a>
70
- <a href="https://gitter.im/chaijs/chai">
71
- <img
72
- alt="Join the Gitter chat"
73
- src="https://img.shields.io/badge/gitter-join%20chat-D0104D.svg?style=flat-square"
74
- />
75
- </a>
76
- </p>
77
-
78
- ## What is pathval?
79
-
80
- Pathval is a module which you can use to retrieve or set an Object's property for a given `String` path.
81
-
82
- ## Installation
83
-
84
- ### Node.js
85
-
86
- `pathval` is available on [npm](http://npmjs.org). To install it, type:
87
-
88
- $ npm install pathval
89
-
90
- ### Browsers
91
-
92
- You can also use it within the browser; install via npm and use the `pathval.js` file found within the download. For example:
93
-
94
- ```html
95
- <script src="./node_modules/pathval/pathval.js"></script>
96
- ```
97
-
98
- ## Usage
99
-
100
- The primary export of `pathval` is an object which has the following methods:
101
-
102
- * `hasProperty(object, name)` - Checks whether an `object` has `name`d property or numeric array index.
103
- * `getPathInfo(object, path)` - Returns an object with info indicating the value of the `parent` of that path, the `name ` of the property we're retrieving and its `value`.
104
- * `getPathValue(object, path)` - Retrieves the value of a property at a given `path` inside an `object`'.
105
- * `setPathValue(object, path, value)` - Sets the `value` of a property at a given `path` inside an `object` and returns the object in which the property has been set.
106
-
107
- ```js
108
- var pathval = require('pathval');
109
- ```
110
-
111
- #### .hasProperty(object, name)
112
-
113
- ```js
114
- var pathval = require('pathval');
115
-
116
- var obj = { prop: 'a value' };
117
- pathval.hasProperty(obj, 'prop'); // true
118
- ```
119
-
120
- #### .getPathInfo(object, path)
121
-
122
- ```js
123
- var pathval = require('pathval');
124
-
125
- var obj = { earth: { country: 'Brazil' } };
126
- pathval.getPathInfo(obj, 'earth.country'); // { parent: { country: 'Brazil' }, name: 'country', value: 'Brazil', exists: true }
127
- ```
128
-
129
- #### .getPathValue(object, path)
130
-
131
- ```js
132
- var pathval = require('pathval');
133
-
134
- var obj = { earth: { country: 'Brazil' } };
135
- pathval.getPathValue(obj, 'earth.country'); // 'Brazil'
136
- ```
137
-
138
- #### .setPathValue(object, path, value)
139
-
140
- ```js
141
- var pathval = require('pathval');
142
-
143
- var obj = { earth: { country: 'Brazil' } };
144
- pathval.setPathValue(obj, 'earth.country', 'USA');
145
-
146
- obj.earth.country; // 'USA'
147
- ```