@dbmx/confy 0.0.68 → 0.0.72

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 (356) hide show
  1. package/esm/_virtual/browser.js +4 -0
  2. package/esm/_virtual/browser.js.map +1 -0
  3. package/esm/_virtual/index10.js +2 -2
  4. package/esm/_virtual/index11.js +2 -2
  5. package/esm/_virtual/index12.js +2 -2
  6. package/esm/_virtual/index13.js +2 -2
  7. package/esm/_virtual/index14.js +2 -2
  8. package/esm/_virtual/index15.js +4 -0
  9. package/esm/_virtual/index15.js.map +1 -0
  10. package/esm/_virtual/index16.js +4 -0
  11. package/esm/_virtual/index16.js.map +1 -0
  12. package/esm/_virtual/index17.js +4 -0
  13. package/esm/_virtual/index17.js.map +1 -0
  14. package/esm/_virtual/index18.js +4 -0
  15. package/esm/_virtual/index18.js.map +1 -0
  16. package/esm/_virtual/index8.js +2 -2
  17. package/esm/_virtual/index9.js +2 -2
  18. package/esm/_virtual/node.js +4 -0
  19. package/esm/_virtual/node.js.map +1 -0
  20. package/esm/_virtual/serialOrdered.js +4 -0
  21. package/esm/_virtual/serialOrdered.js.map +1 -0
  22. package/esm/components/Confy/index.js +1 -1
  23. package/esm/lib/api/auth.js +2 -1
  24. package/esm/lib/api/auth.js.map +1 -1
  25. package/esm/lib/api/config.js +2 -1
  26. package/esm/lib/api/config.js.map +1 -1
  27. package/esm/lib/api/index.js +2 -1
  28. package/esm/lib/api/index.js.map +1 -1
  29. package/esm/node_modules/@testing-library/dom/node_modules/ansi-styles/index.js +1 -1
  30. package/esm/node_modules/@testing-library/dom/node_modules/react-is/index.js +1 -1
  31. package/esm/node_modules/@testing-library/react-hooks/lib/core/index.js +7 -7
  32. package/esm/node_modules/@testing-library/react-hooks/lib/core/index.js.map +1 -1
  33. package/esm/node_modules/@testing-library/react-hooks/lib/dom/index.js +4 -4
  34. package/esm/node_modules/@testing-library/react-hooks/lib/dom/index.js.map +1 -1
  35. package/esm/node_modules/@testing-library/react-hooks/lib/dom/pure.js +11 -11
  36. package/esm/node_modules/@testing-library/react-hooks/lib/dom/pure.js.map +1 -1
  37. package/esm/node_modules/@testing-library/react-hooks/lib/types/react.js +4 -4
  38. package/esm/node_modules/@testing-library/react-hooks/lib/types/react.js.map +1 -1
  39. package/esm/node_modules/aria-query/lib/index.js +1 -1
  40. package/esm/node_modules/asynckit/index.js +13 -0
  41. package/esm/node_modules/asynckit/index.js.map +1 -0
  42. package/esm/node_modules/asynckit/lib/abort.js +32 -0
  43. package/esm/node_modules/asynckit/lib/abort.js.map +1 -0
  44. package/esm/node_modules/asynckit/lib/async.js +39 -0
  45. package/esm/node_modules/asynckit/lib/async.js.map +1 -0
  46. package/esm/node_modules/asynckit/lib/defer.js +29 -0
  47. package/esm/node_modules/asynckit/lib/defer.js.map +1 -0
  48. package/esm/node_modules/asynckit/lib/iterate.js +81 -0
  49. package/esm/node_modules/asynckit/lib/iterate.js.map +1 -0
  50. package/esm/node_modules/asynckit/lib/state.js +40 -0
  51. package/esm/node_modules/asynckit/lib/state.js.map +1 -0
  52. package/esm/node_modules/asynckit/lib/terminator.js +35 -0
  53. package/esm/node_modules/asynckit/lib/terminator.js.map +1 -0
  54. package/esm/node_modules/asynckit/parallel.js +50 -0
  55. package/esm/node_modules/asynckit/parallel.js.map +1 -0
  56. package/esm/node_modules/asynckit/serial.js +22 -0
  57. package/esm/node_modules/asynckit/serial.js.map +1 -0
  58. package/esm/node_modules/asynckit/serialOrdered.js +85 -0
  59. package/esm/node_modules/asynckit/serialOrdered.js.map +1 -0
  60. package/esm/node_modules/axios/index.js +26 -0
  61. package/esm/node_modules/axios/index.js.map +1 -0
  62. package/esm/node_modules/axios/lib/adapters/adapters.js +133 -0
  63. package/esm/node_modules/axios/lib/adapters/adapters.js.map +1 -0
  64. package/esm/node_modules/axios/lib/adapters/fetch.js +331 -0
  65. package/esm/node_modules/axios/lib/adapters/fetch.js.map +1 -0
  66. package/esm/node_modules/axios/lib/adapters/http.js +945 -0
  67. package/esm/node_modules/axios/lib/adapters/http.js.map +1 -0
  68. package/esm/node_modules/axios/lib/adapters/xhr.js +225 -0
  69. package/esm/node_modules/axios/lib/adapters/xhr.js.map +1 -0
  70. package/esm/node_modules/axios/lib/axios.js +87 -0
  71. package/esm/node_modules/axios/lib/axios.js.map +1 -0
  72. package/esm/node_modules/axios/lib/cancel/CancelToken.js +134 -0
  73. package/esm/node_modules/axios/lib/cancel/CancelToken.js.map +1 -0
  74. package/esm/node_modules/axios/lib/cancel/CanceledError.js +21 -0
  75. package/esm/node_modules/axios/lib/cancel/CanceledError.js.map +1 -0
  76. package/esm/node_modules/axios/lib/cancel/isCancel.js +6 -0
  77. package/esm/node_modules/axios/lib/cancel/isCancel.js.map +1 -0
  78. package/esm/node_modules/axios/lib/core/Axios.js +260 -0
  79. package/esm/node_modules/axios/lib/core/Axios.js.map +1 -0
  80. package/esm/node_modules/axios/lib/core/AxiosError.js +89 -0
  81. package/esm/node_modules/axios/lib/core/AxiosError.js.map +1 -0
  82. package/esm/node_modules/axios/lib/core/AxiosHeaders.js +343 -0
  83. package/esm/node_modules/axios/lib/core/AxiosHeaders.js.map +1 -0
  84. package/esm/node_modules/axios/lib/core/InterceptorManager.js +71 -0
  85. package/esm/node_modules/axios/lib/core/InterceptorManager.js.map +1 -0
  86. package/esm/node_modules/axios/lib/core/buildFullPath.js +23 -0
  87. package/esm/node_modules/axios/lib/core/buildFullPath.js.map +1 -0
  88. package/esm/node_modules/axios/lib/core/dispatchRequest.js +78 -0
  89. package/esm/node_modules/axios/lib/core/dispatchRequest.js.map +1 -0
  90. package/esm/node_modules/axios/lib/core/mergeConfig.js +108 -0
  91. package/esm/node_modules/axios/lib/core/mergeConfig.js.map +1 -0
  92. package/esm/node_modules/axios/lib/core/settle.js +32 -0
  93. package/esm/node_modules/axios/lib/core/settle.js.map +1 -0
  94. package/esm/node_modules/axios/lib/core/transformData.js +29 -0
  95. package/esm/node_modules/axios/lib/core/transformData.js.map +1 -0
  96. package/esm/node_modules/axios/lib/defaults/index.js +171 -0
  97. package/esm/node_modules/axios/lib/defaults/index.js.map +1 -0
  98. package/esm/node_modules/axios/lib/defaults/transitional.js +9 -0
  99. package/esm/node_modules/axios/lib/defaults/transitional.js.map +1 -0
  100. package/esm/node_modules/axios/lib/env/data.js +4 -0
  101. package/esm/node_modules/axios/lib/env/data.js.map +1 -0
  102. package/esm/node_modules/axios/lib/helpers/AxiosTransformStream.js +155 -0
  103. package/esm/node_modules/axios/lib/helpers/AxiosTransformStream.js.map +1 -0
  104. package/esm/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +61 -0
  105. package/esm/node_modules/axios/lib/helpers/AxiosURLSearchParams.js.map +1 -0
  106. package/esm/node_modules/axios/lib/helpers/HttpStatusCode.js +78 -0
  107. package/esm/node_modules/axios/lib/helpers/HttpStatusCode.js.map +1 -0
  108. package/esm/node_modules/axios/lib/helpers/ZlibHeaderTransformStream.js +28 -0
  109. package/esm/node_modules/axios/lib/helpers/ZlibHeaderTransformStream.js.map +1 -0
  110. package/esm/node_modules/axios/lib/helpers/bind.js +15 -0
  111. package/esm/node_modules/axios/lib/helpers/bind.js.map +1 -0
  112. package/esm/node_modules/axios/lib/helpers/buildURL.js +67 -0
  113. package/esm/node_modules/axios/lib/helpers/buildURL.js.map +1 -0
  114. package/esm/node_modules/axios/lib/helpers/callbackify.js +19 -0
  115. package/esm/node_modules/axios/lib/helpers/callbackify.js.map +1 -0
  116. package/esm/node_modules/axios/lib/helpers/combineURLs.js +16 -0
  117. package/esm/node_modules/axios/lib/helpers/combineURLs.js.map +1 -0
  118. package/esm/node_modules/axios/lib/helpers/composeSignals.js +57 -0
  119. package/esm/node_modules/axios/lib/helpers/composeSignals.js.map +1 -0
  120. package/esm/node_modules/axios/lib/helpers/cookies.js +51 -0
  121. package/esm/node_modules/axios/lib/helpers/cookies.js.map +1 -0
  122. package/esm/node_modules/axios/lib/helpers/estimateDataURLDecodedBytes.js +76 -0
  123. package/esm/node_modules/axios/lib/helpers/estimateDataURLDecodedBytes.js.map +1 -0
  124. package/esm/node_modules/axios/lib/helpers/formDataToJSON.js +94 -0
  125. package/esm/node_modules/axios/lib/helpers/formDataToJSON.js.map +1 -0
  126. package/esm/node_modules/axios/lib/helpers/formDataToStream.js +119 -0
  127. package/esm/node_modules/axios/lib/helpers/formDataToStream.js.map +1 -0
  128. package/esm/node_modules/axios/lib/helpers/fromDataURI.js +54 -0
  129. package/esm/node_modules/axios/lib/helpers/fromDataURI.js.map +1 -0
  130. package/esm/node_modules/axios/lib/helpers/isAbsoluteURL.js +20 -0
  131. package/esm/node_modules/axios/lib/helpers/isAbsoluteURL.js.map +1 -0
  132. package/esm/node_modules/axios/lib/helpers/isAxiosError.js +15 -0
  133. package/esm/node_modules/axios/lib/helpers/isAxiosError.js.map +1 -0
  134. package/esm/node_modules/axios/lib/helpers/isURLSameOrigin.js +19 -0
  135. package/esm/node_modules/axios/lib/helpers/isURLSameOrigin.js.map +1 -0
  136. package/esm/node_modules/axios/lib/helpers/parseHeaders.js +70 -0
  137. package/esm/node_modules/axios/lib/helpers/parseHeaders.js.map +1 -0
  138. package/esm/node_modules/axios/lib/helpers/parseProtocol.js +7 -0
  139. package/esm/node_modules/axios/lib/helpers/parseProtocol.js.map +1 -0
  140. package/esm/node_modules/axios/lib/helpers/progressEventReducer.js +54 -0
  141. package/esm/node_modules/axios/lib/helpers/progressEventReducer.js.map +1 -0
  142. package/esm/node_modules/axios/lib/helpers/readBlob.js +16 -0
  143. package/esm/node_modules/axios/lib/helpers/readBlob.js.map +1 -0
  144. package/esm/node_modules/axios/lib/helpers/resolveConfig.js +73 -0
  145. package/esm/node_modules/axios/lib/helpers/resolveConfig.js.map +1 -0
  146. package/esm/node_modules/axios/lib/helpers/speedometer.js +54 -0
  147. package/esm/node_modules/axios/lib/helpers/speedometer.js.map +1 -0
  148. package/esm/node_modules/axios/lib/helpers/spread.js +29 -0
  149. package/esm/node_modules/axios/lib/helpers/spread.js.map +1 -0
  150. package/esm/node_modules/axios/lib/helpers/throttle.js +45 -0
  151. package/esm/node_modules/axios/lib/helpers/throttle.js.map +1 -0
  152. package/esm/node_modules/axios/lib/helpers/toFormData.js +239 -0
  153. package/esm/node_modules/axios/lib/helpers/toFormData.js.map +1 -0
  154. package/esm/node_modules/axios/lib/helpers/toURLEncodedForm.js +20 -0
  155. package/esm/node_modules/axios/lib/helpers/toURLEncodedForm.js.map +1 -0
  156. package/esm/node_modules/axios/lib/helpers/trackStream.js +92 -0
  157. package/esm/node_modules/axios/lib/helpers/trackStream.js.map +1 -0
  158. package/esm/node_modules/axios/lib/helpers/validator.js +111 -0
  159. package/esm/node_modules/axios/lib/helpers/validator.js.map +1 -0
  160. package/esm/node_modules/axios/lib/platform/common/utils.js +47 -0
  161. package/esm/node_modules/axios/lib/platform/common/utils.js.map +1 -0
  162. package/esm/node_modules/axios/lib/platform/index.js +10 -0
  163. package/esm/node_modules/axios/lib/platform/index.js.map +1 -0
  164. package/esm/node_modules/axios/lib/platform/node/classes/FormData.js +6 -0
  165. package/esm/node_modules/axios/lib/platform/node/classes/FormData.js.map +1 -0
  166. package/esm/node_modules/axios/lib/platform/node/classes/URLSearchParams.js +6 -0
  167. package/esm/node_modules/axios/lib/platform/node/classes/URLSearchParams.js.map +1 -0
  168. package/esm/node_modules/axios/lib/platform/node/index.js +40 -0
  169. package/esm/node_modules/axios/lib/platform/node/index.js.map +1 -0
  170. package/esm/node_modules/axios/lib/utils.js +920 -0
  171. package/esm/node_modules/axios/lib/utils.js.map +1 -0
  172. package/esm/node_modules/call-bind/index.js +1 -1
  173. package/esm/node_modules/call-bind-apply-helpers/actualApply.js +2 -2
  174. package/esm/node_modules/call-bind-apply-helpers/actualApply.js.map +1 -1
  175. package/esm/node_modules/call-bind-apply-helpers/applyBind.js +2 -2
  176. package/esm/node_modules/call-bind-apply-helpers/applyBind.js.map +1 -1
  177. package/esm/node_modules/call-bind-apply-helpers/index.js +4 -4
  178. package/esm/node_modules/call-bind-apply-helpers/index.js.map +1 -1
  179. package/esm/node_modules/call-bind-apply-helpers/node_modules/function-bind/implementation.js +66 -0
  180. package/esm/node_modules/call-bind-apply-helpers/node_modules/function-bind/implementation.js.map +1 -0
  181. package/esm/node_modules/call-bind-apply-helpers/node_modules/function-bind/index.js +7 -0
  182. package/esm/node_modules/call-bind-apply-helpers/node_modules/function-bind/index.js.map +1 -0
  183. package/esm/node_modules/combined-stream/lib/combined_stream.js +215 -0
  184. package/esm/node_modules/combined-stream/lib/combined_stream.js.map +1 -0
  185. package/esm/node_modules/debug/src/browser.js +287 -0
  186. package/esm/node_modules/debug/src/browser.js.map +1 -0
  187. package/esm/node_modules/debug/src/common.js +304 -0
  188. package/esm/node_modules/debug/src/common.js.map +1 -0
  189. package/esm/node_modules/debug/src/index.js +24 -0
  190. package/esm/node_modules/debug/src/index.js.map +1 -0
  191. package/esm/node_modules/debug/src/node.js +281 -0
  192. package/esm/node_modules/debug/src/node.js.map +1 -0
  193. package/esm/node_modules/deep-equal/node_modules/has-symbols/index.js +22 -0
  194. package/esm/node_modules/deep-equal/node_modules/has-symbols/index.js.map +1 -0
  195. package/esm/node_modules/deep-equal/node_modules/has-symbols/shams.js +58 -0
  196. package/esm/node_modules/deep-equal/node_modules/has-symbols/shams.js.map +1 -0
  197. package/esm/node_modules/deep-equal/node_modules/has-tostringtag/shams.js +9 -0
  198. package/esm/node_modules/deep-equal/node_modules/has-tostringtag/shams.js.map +1 -0
  199. package/esm/node_modules/deep-equal/node_modules/is-regex/index.js +53 -0
  200. package/esm/node_modules/deep-equal/node_modules/is-regex/index.js.map +1 -0
  201. package/esm/node_modules/deep-equal/node_modules/is-regex/node_modules/call-bind/callBound.js +16 -0
  202. package/esm/node_modules/deep-equal/node_modules/is-regex/node_modules/call-bind/callBound.js.map +1 -0
  203. package/esm/node_modules/deep-equal/node_modules/is-regex/node_modules/call-bind/index.js +53 -0
  204. package/esm/node_modules/deep-equal/node_modules/is-regex/node_modules/call-bind/index.js.map +1 -0
  205. package/esm/node_modules/deep-equal/node_modules/is-regex/node_modules/get-intrinsic/index.js +307 -0
  206. package/esm/node_modules/deep-equal/node_modules/is-regex/node_modules/get-intrinsic/index.js.map +1 -0
  207. package/esm/node_modules/define-data-property/index.js +2 -2
  208. package/esm/node_modules/define-data-property/index.js.map +1 -1
  209. package/esm/node_modules/delayed-stream/lib/delayed_stream.js +113 -0
  210. package/esm/node_modules/delayed-stream/lib/delayed_stream.js.map +1 -0
  211. package/esm/node_modules/es-errors/type.js +12 -3
  212. package/esm/node_modules/es-errors/type.js.map +1 -1
  213. package/esm/node_modules/es-set-tostringtag/index.js +41 -0
  214. package/esm/node_modules/es-set-tostringtag/index.js.map +1 -0
  215. package/esm/node_modules/follow-redirects/debug.js +20 -0
  216. package/esm/node_modules/follow-redirects/debug.js.map +1 -0
  217. package/esm/node_modules/follow-redirects/index.js +701 -0
  218. package/esm/node_modules/follow-redirects/index.js.map +1 -0
  219. package/esm/node_modules/form-data/lib/form_data.js +514 -0
  220. package/esm/node_modules/form-data/lib/form_data.js.map +1 -0
  221. package/esm/node_modules/form-data/lib/populate.js +11 -0
  222. package/esm/node_modules/form-data/lib/populate.js.map +1 -0
  223. package/esm/node_modules/function-bind/implementation.js +84 -93
  224. package/esm/node_modules/function-bind/implementation.js.map +1 -1
  225. package/esm/node_modules/function-bind/index.js +4 -13
  226. package/esm/node_modules/function-bind/index.js.map +1 -1
  227. package/esm/node_modules/get-intrinsic/index.js +4 -4
  228. package/esm/node_modules/get-intrinsic/index.js.map +1 -1
  229. package/esm/node_modules/get-intrinsic/node_modules/function-bind/implementation.js +75 -0
  230. package/esm/node_modules/get-intrinsic/node_modules/function-bind/implementation.js.map +1 -0
  231. package/esm/node_modules/get-intrinsic/node_modules/function-bind/index.js +16 -0
  232. package/esm/node_modules/get-intrinsic/node_modules/function-bind/index.js.map +1 -0
  233. package/esm/node_modules/has/src/index.js +7 -0
  234. package/esm/node_modules/has/src/index.js.map +1 -0
  235. package/esm/node_modules/has-flag/index.js +18 -0
  236. package/esm/node_modules/has-flag/index.js.map +1 -0
  237. package/esm/node_modules/has-symbols/index.js +2 -2
  238. package/esm/node_modules/has-symbols/index.js.map +1 -1
  239. package/esm/node_modules/has-symbols/shams.js +43 -34
  240. package/esm/node_modules/has-symbols/shams.js.map +1 -1
  241. package/esm/node_modules/has-tostringtag/shams.js +16 -7
  242. package/esm/node_modules/has-tostringtag/shams.js.map +1 -1
  243. package/esm/node_modules/hasown/index.js +2 -2
  244. package/esm/node_modules/hasown/index.js.map +1 -1
  245. package/esm/node_modules/hasown/node_modules/function-bind/implementation.js +75 -0
  246. package/esm/node_modules/hasown/node_modules/function-bind/implementation.js.map +1 -0
  247. package/esm/node_modules/hasown/node_modules/function-bind/index.js +16 -0
  248. package/esm/node_modules/hasown/node_modules/function-bind/index.js.map +1 -0
  249. package/esm/node_modules/is-arguments/index.js +2 -2
  250. package/esm/node_modules/is-arguments/index.js.map +1 -1
  251. package/esm/node_modules/is-bigint/index.js +1 -1
  252. package/esm/node_modules/is-boolean-object/index.js +2 -2
  253. package/esm/node_modules/is-boolean-object/index.js.map +1 -1
  254. package/esm/node_modules/is-boolean-object/node_modules/call-bind/callBound.js +16 -0
  255. package/esm/node_modules/is-boolean-object/node_modules/call-bind/callBound.js.map +1 -0
  256. package/esm/node_modules/is-boolean-object/node_modules/call-bind/index.js +53 -0
  257. package/esm/node_modules/is-boolean-object/node_modules/call-bind/index.js.map +1 -0
  258. package/esm/node_modules/is-boolean-object/node_modules/get-intrinsic/index.js +307 -0
  259. package/esm/node_modules/is-boolean-object/node_modules/get-intrinsic/index.js.map +1 -0
  260. package/esm/node_modules/is-boolean-object/node_modules/has-symbols/index.js +22 -0
  261. package/esm/node_modules/is-boolean-object/node_modules/has-symbols/index.js.map +1 -0
  262. package/esm/node_modules/is-boolean-object/node_modules/has-symbols/shams.js +67 -0
  263. package/esm/node_modules/is-boolean-object/node_modules/has-symbols/shams.js.map +1 -0
  264. package/esm/node_modules/is-boolean-object/node_modules/has-tostringtag/shams.js +18 -0
  265. package/esm/node_modules/is-boolean-object/node_modules/has-tostringtag/shams.js.map +1 -0
  266. package/esm/node_modules/is-date-object/index.js +2 -2
  267. package/esm/node_modules/is-date-object/index.js.map +1 -1
  268. package/esm/node_modules/is-number-object/index.js +2 -2
  269. package/esm/node_modules/is-number-object/index.js.map +1 -1
  270. package/esm/node_modules/is-number-object/node_modules/has-symbols/shams.js +58 -0
  271. package/esm/node_modules/is-number-object/node_modules/has-symbols/shams.js.map +1 -0
  272. package/esm/node_modules/is-number-object/node_modules/has-tostringtag/shams.js +9 -0
  273. package/esm/node_modules/is-number-object/node_modules/has-tostringtag/shams.js.map +1 -0
  274. package/esm/node_modules/is-regex/index.js +2 -2
  275. package/esm/node_modules/is-regex/index.js.map +1 -1
  276. package/esm/node_modules/is-string/index.js +2 -2
  277. package/esm/node_modules/is-string/index.js.map +1 -1
  278. package/esm/node_modules/is-string/node_modules/has-symbols/shams.js +58 -0
  279. package/esm/node_modules/is-string/node_modules/has-symbols/shams.js.map +1 -0
  280. package/esm/node_modules/is-string/node_modules/has-tostringtag/shams.js +9 -0
  281. package/esm/node_modules/is-string/node_modules/has-tostringtag/shams.js.map +1 -0
  282. package/esm/node_modules/is-symbol/index.js +1 -1
  283. package/esm/node_modules/is-symbol/node_modules/has-symbols/index.js +22 -0
  284. package/esm/node_modules/is-symbol/node_modules/has-symbols/index.js.map +1 -0
  285. package/esm/node_modules/is-symbol/node_modules/has-symbols/shams.js +58 -0
  286. package/esm/node_modules/is-symbol/node_modules/has-symbols/shams.js.map +1 -0
  287. package/esm/node_modules/is-weakset/index.js +1 -1
  288. package/esm/node_modules/mime-db/db.json.js +10705 -0
  289. package/esm/node_modules/mime-db/db.json.js.map +1 -0
  290. package/esm/node_modules/mime-db/index.js +17 -0
  291. package/esm/node_modules/mime-db/index.js.map +1 -0
  292. package/esm/node_modules/mime-types/index.js +194 -0
  293. package/esm/node_modules/mime-types/index.js.map +1 -0
  294. package/esm/node_modules/ms/index.js +173 -0
  295. package/esm/node_modules/ms/index.js.map +1 -0
  296. package/esm/node_modules/object-inspect/util.inspect.js +2 -2
  297. package/esm/node_modules/object-inspect/util.inspect.js.map +1 -1
  298. package/esm/node_modules/object.assign/implementation.js +2 -2
  299. package/esm/node_modules/object.assign/implementation.js.map +1 -1
  300. package/esm/node_modules/proxy-from-env/index.js +112 -0
  301. package/esm/node_modules/proxy-from-env/index.js.map +1 -0
  302. package/esm/node_modules/regexp.prototype.flags/implementation.js +2 -2
  303. package/esm/node_modules/regexp.prototype.flags/implementation.js.map +1 -1
  304. package/esm/node_modules/safe-regex-test/index.js +2 -2
  305. package/esm/node_modules/safe-regex-test/index.js.map +1 -1
  306. package/esm/node_modules/set-function-length/index.js +2 -2
  307. package/esm/node_modules/set-function-length/index.js.map +1 -1
  308. package/esm/node_modules/set-function-name/index.js +2 -2
  309. package/esm/node_modules/set-function-name/index.js.map +1 -1
  310. package/esm/node_modules/side-channel/index.js +2 -2
  311. package/esm/node_modules/side-channel/index.js.map +1 -1
  312. package/esm/node_modules/side-channel/node_modules/call-bind/callBound.js +16 -0
  313. package/esm/node_modules/side-channel/node_modules/call-bind/callBound.js.map +1 -0
  314. package/esm/node_modules/side-channel/node_modules/call-bind/index.js +53 -0
  315. package/esm/node_modules/side-channel/node_modules/call-bind/index.js.map +1 -0
  316. package/esm/node_modules/side-channel/node_modules/get-intrinsic/index.js +307 -0
  317. package/esm/node_modules/side-channel/node_modules/get-intrinsic/index.js.map +1 -0
  318. package/esm/node_modules/side-channel/node_modules/has-symbols/index.js +22 -0
  319. package/esm/node_modules/side-channel/node_modules/has-symbols/index.js.map +1 -0
  320. package/esm/node_modules/side-channel/node_modules/has-symbols/shams.js +58 -0
  321. package/esm/node_modules/side-channel/node_modules/has-symbols/shams.js.map +1 -0
  322. package/esm/node_modules/side-channel/node_modules/object-inspect/index.js +469 -0
  323. package/esm/node_modules/side-channel/node_modules/object-inspect/index.js.map +1 -0
  324. package/esm/node_modules/side-channel/node_modules/object-inspect/util.inspect.js +6 -0
  325. package/esm/node_modules/side-channel/node_modules/object-inspect/util.inspect.js.map +1 -0
  326. package/esm/node_modules/side-channel-list/index.js +2 -2
  327. package/esm/node_modules/side-channel-list/index.js.map +1 -1
  328. package/esm/node_modules/side-channel-map/index.js +2 -2
  329. package/esm/node_modules/side-channel-map/index.js.map +1 -1
  330. package/esm/node_modules/side-channel-weakmap/index.js +2 -2
  331. package/esm/node_modules/side-channel-weakmap/index.js.map +1 -1
  332. package/esm/node_modules/supports-color/index.js +149 -0
  333. package/esm/node_modules/supports-color/index.js.map +1 -0
  334. package/esm/node_modules/which-typed-array/index.js +2 -2
  335. package/esm/node_modules/which-typed-array/index.js.map +1 -1
  336. package/package.json +61 -60
  337. package/esm/lib/api/apiKeys.js +0 -51
  338. package/esm/lib/api/apiKeys.js.map +0 -1
  339. package/esm/lib/api/dataBuckets.js +0 -18
  340. package/esm/lib/api/dataBuckets.js.map +0 -1
  341. package/esm/lib/api/jobs.js +0 -56
  342. package/esm/lib/api/jobs.js.map +0 -1
  343. package/esm/lib/api/members.js +0 -33
  344. package/esm/lib/api/members.js.map +0 -1
  345. package/esm/lib/api/people.js +0 -50
  346. package/esm/lib/api/people.js.map +0 -1
  347. package/esm/lib/api/roles.js +0 -17
  348. package/esm/lib/api/roles.js.map +0 -1
  349. package/esm/lib/api/routes.js +0 -43
  350. package/esm/lib/api/routes.js.map +0 -1
  351. package/esm/lib/api/servicesMap.js +0 -17
  352. package/esm/lib/api/servicesMap.js.map +0 -1
  353. package/esm/lib/api/spaces.js +0 -32
  354. package/esm/lib/api/spaces.js.map +0 -1
  355. package/esm/lib/api/storage.js +0 -94
  356. package/esm/lib/api/storage.js.map +0 -1
@@ -1,6 +1,6 @@
1
1
  import { c as callBound } from '../call-bound/index.js';
2
2
  import { i as isRegex } from '../is-regex/index.js';
3
- import { t as type } from '../es-errors/type.js';
3
+ import { __require as requireType } from '../es-errors/type.js';
4
4
 
5
5
  var safeRegexTest;
6
6
  var hasRequiredSafeRegexTest;
@@ -13,7 +13,7 @@ function requireSafeRegexTest () {
13
13
  var isRegex$1 = isRegex;
14
14
 
15
15
  var $exec = callBound$1('RegExp.prototype.exec');
16
- var $TypeError = type;
16
+ var $TypeError = requireType();
17
17
 
18
18
  /** @type {import('.')} */
19
19
  safeRegexTest = function regexTester(regex) {
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../../node_modules/safe-regex-test/index.js"],"sourcesContent":["'use strict';\n\nvar callBound = require('call-bound');\nvar isRegex = require('is-regex');\n\nvar $exec = callBound('RegExp.prototype.exec');\nvar $TypeError = require('es-errors/type');\n\n/** @type {import('.')} */\nmodule.exports = function regexTester(regex) {\n\tif (!isRegex(regex)) {\n\t\tthrow new $TypeError('`regex` must be a RegExp');\n\t}\n\treturn function test(s) {\n\t\treturn $exec(regex, s) !== null;\n\t};\n};\n"],"names":["callBound","require$$0","isRegex","require$$1","require$$2"],"mappings":";;;;;;;;;;;CAEA,IAAIA,WAAS,GAAGC,SAAqB;CACrC,IAAIC,SAAO,GAAGC,OAAmB;;AAEjC,CAAA,IAAI,KAAK,GAAGH,WAAS,CAAC,uBAAuB,CAAC;CAC9C,IAAI,UAAU,GAAGI,IAAyB;;AAE1C;AACA,CAAA,aAAc,GAAG,SAAS,WAAW,CAAC,KAAK,EAAE;AAC7C,EAAC,IAAI,CAACF,SAAO,CAAC,KAAK,CAAC,EAAE;AACtB,GAAE,MAAM,IAAI,UAAU,CAAC,0BAA0B,CAAC;AAClD,EAAA;AACA,EAAC,OAAO,SAAS,IAAI,CAAC,CAAC,EAAE;GACvB,OAAO,KAAK,CAAC,KAAK,EAAE,CAAC,CAAC,KAAK,IAAI;EACjC,CAAE;CACF,CAAC;;;;;;","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"index.js","sources":["../../../node_modules/safe-regex-test/index.js"],"sourcesContent":["'use strict';\n\nvar callBound = require('call-bound');\nvar isRegex = require('is-regex');\n\nvar $exec = callBound('RegExp.prototype.exec');\nvar $TypeError = require('es-errors/type');\n\n/** @type {import('.')} */\nmodule.exports = function regexTester(regex) {\n\tif (!isRegex(regex)) {\n\t\tthrow new $TypeError('`regex` must be a RegExp');\n\t}\n\treturn function test(s) {\n\t\treturn $exec(regex, s) !== null;\n\t};\n};\n"],"names":["callBound","require$$0","isRegex","require$$1","require$$2"],"mappings":";;;;;;;;;;;CAEA,IAAIA,WAAS,GAAGC,SAAqB;CACrC,IAAIC,SAAO,GAAGC,OAAmB;;AAEjC,CAAA,IAAI,KAAK,GAAGH,WAAS,CAAC,uBAAuB,CAAC;CAC9C,IAAI,UAAU,GAAGI,WAAA,EAAyB;;AAE1C;AACA,CAAA,aAAc,GAAG,SAAS,WAAW,CAAC,KAAK,EAAE;AAC7C,EAAC,IAAI,CAACF,SAAO,CAAC,KAAK,CAAC,EAAE;AACtB,GAAE,MAAM,IAAI,UAAU,CAAC,0BAA0B,CAAC;AAClD,EAAA;AACA,EAAC,OAAO,SAAS,IAAI,CAAC,CAAC,EAAE;GACvB,OAAO,KAAK,CAAC,KAAK,EAAE,CAAC,CAAC,KAAK,IAAI;EACjC,CAAE;CACF,CAAC;;;;;;","x_google_ignoreList":[0]}
@@ -2,14 +2,14 @@ import { g as getIntrinsic } from '../get-intrinsic/index.js';
2
2
  import { d as defineDataProperty } from '../define-data-property/index.js';
3
3
  import { h as hasPropertyDescriptors_1 } from '../has-property-descriptors/index.js';
4
4
  import { g as gopd } from '../gopd/index.js';
5
- import { t as type } from '../es-errors/type.js';
5
+ import { __require as requireType } from '../es-errors/type.js';
6
6
 
7
7
  var GetIntrinsic = getIntrinsic;
8
8
  var define = defineDataProperty;
9
9
  var hasDescriptors = hasPropertyDescriptors_1();
10
10
  var gOPD = gopd;
11
11
 
12
- var $TypeError = type;
12
+ var $TypeError = requireType();
13
13
  var $floor = GetIntrinsic('%Math.floor%');
14
14
 
15
15
  /** @type {import('.')} */
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../../node_modules/set-function-length/index.js"],"sourcesContent":["'use strict';\n\nvar GetIntrinsic = require('get-intrinsic');\nvar define = require('define-data-property');\nvar hasDescriptors = require('has-property-descriptors')();\nvar gOPD = require('gopd');\n\nvar $TypeError = require('es-errors/type');\nvar $floor = GetIntrinsic('%Math.floor%');\n\n/** @type {import('.')} */\nmodule.exports = function setFunctionLength(fn, length) {\n\tif (typeof fn !== 'function') {\n\t\tthrow new $TypeError('`fn` is not a function');\n\t}\n\tif (typeof length !== 'number' || length < 0 || length > 0xFFFFFFFF || $floor(length) !== length) {\n\t\tthrow new $TypeError('`length` must be a positive 32-bit integer');\n\t}\n\n\tvar loose = arguments.length > 2 && !!arguments[2];\n\n\tvar functionLengthIsConfigurable = true;\n\tvar functionLengthIsWritable = true;\n\tif ('length' in fn && gOPD) {\n\t\tvar desc = gOPD(fn, 'length');\n\t\tif (desc && !desc.configurable) {\n\t\t\tfunctionLengthIsConfigurable = false;\n\t\t}\n\t\tif (desc && !desc.writable) {\n\t\t\tfunctionLengthIsWritable = false;\n\t\t}\n\t}\n\n\tif (functionLengthIsConfigurable || functionLengthIsWritable || !loose) {\n\t\tif (hasDescriptors) {\n\t\t\tdefine(/** @type {Parameters<define>[0]} */ (fn), 'length', length, true, true);\n\t\t} else {\n\t\t\tdefine(/** @type {Parameters<define>[0]} */ (fn), 'length', length);\n\t\t}\n\t}\n\treturn fn;\n};\n"],"names":["require$$0","require$$1","require$$2","require$$3","require$$4"],"mappings":";;;;;;AAEA,IAAI,YAAY,GAAGA,YAAwB;AAC3C,IAAI,MAAM,GAAGC,kBAA+B;AAC5C,IAAI,cAAc,GAAGC,wBAAmC,EAAE;AAC1D,IAAI,IAAI,GAAGC,IAAe;;AAE1B,IAAI,UAAU,GAAGC,IAAyB;AAC1C,IAAI,MAAM,GAAG,YAAY,CAAC,cAAc,CAAC;;AAEzC;AACA,IAAA,iBAAc,GAAG,SAAS,iBAAiB,CAAC,EAAE,EAAE,MAAM,EAAE;AACxD,CAAC,IAAI,OAAO,EAAE,KAAK,UAAU,EAAE;AAC/B,EAAE,MAAM,IAAI,UAAU,CAAC,wBAAwB,CAAC;AAChD,CAAA;AACA,CAAC,IAAI,OAAO,MAAM,KAAK,QAAQ,IAAI,MAAM,GAAG,CAAC,IAAI,MAAM,GAAG,UAAU,IAAI,MAAM,CAAC,MAAM,CAAC,KAAK,MAAM,EAAE;AACnG,EAAE,MAAM,IAAI,UAAU,CAAC,4CAA4C,CAAC;AACpE,CAAA;;AAEA,CAAC,IAAI,KAAK,GAAG,SAAS,CAAC,MAAM,GAAG,CAAC,IAAI,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC;;AAEnD,CAAC,IAAI,4BAA4B,GAAG,IAAI;AACxC,CAAC,IAAI,wBAAwB,GAAG,IAAI;AACpC,CAAC,IAAI,QAAQ,IAAI,EAAE,IAAI,IAAI,EAAE;AAC7B,EAAE,IAAI,IAAI,GAAG,IAAI,CAAC,EAAE,EAAE,QAAQ,CAAC;AAC/B,EAAE,IAAI,IAAI,IAAI,CAAC,IAAI,CAAC,YAAY,EAAE;AAClC,GAAG,4BAA4B,GAAG,KAAK;AACvC,EAAA;AACA,EAAE,IAAI,IAAI,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE;AAC9B,GAAG,wBAAwB,GAAG,KAAK;AACnC,EAAA;AACA,CAAA;;AAEA,CAAC,IAAI,4BAA4B,IAAI,wBAAwB,IAAI,CAAC,KAAK,EAAE;AACzE,EAAE,IAAI,cAAc,EAAE;AACtB,GAAG,MAAM,uCAAuC,EAAE,GAAG,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,IAAI,CAAC;AAClF,EAAA,CAAG,MAAM;AACT,GAAG,MAAM,uCAAuC,EAAE,GAAG,QAAQ,EAAE,MAAM,CAAC;AACtE,EAAA;AACA,CAAA;AACA,CAAC,OAAO,EAAE;AACV;;;;","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"index.js","sources":["../../../node_modules/set-function-length/index.js"],"sourcesContent":["'use strict';\n\nvar GetIntrinsic = require('get-intrinsic');\nvar define = require('define-data-property');\nvar hasDescriptors = require('has-property-descriptors')();\nvar gOPD = require('gopd');\n\nvar $TypeError = require('es-errors/type');\nvar $floor = GetIntrinsic('%Math.floor%');\n\n/** @type {import('.')} */\nmodule.exports = function setFunctionLength(fn, length) {\n\tif (typeof fn !== 'function') {\n\t\tthrow new $TypeError('`fn` is not a function');\n\t}\n\tif (typeof length !== 'number' || length < 0 || length > 0xFFFFFFFF || $floor(length) !== length) {\n\t\tthrow new $TypeError('`length` must be a positive 32-bit integer');\n\t}\n\n\tvar loose = arguments.length > 2 && !!arguments[2];\n\n\tvar functionLengthIsConfigurable = true;\n\tvar functionLengthIsWritable = true;\n\tif ('length' in fn && gOPD) {\n\t\tvar desc = gOPD(fn, 'length');\n\t\tif (desc && !desc.configurable) {\n\t\t\tfunctionLengthIsConfigurable = false;\n\t\t}\n\t\tif (desc && !desc.writable) {\n\t\t\tfunctionLengthIsWritable = false;\n\t\t}\n\t}\n\n\tif (functionLengthIsConfigurable || functionLengthIsWritable || !loose) {\n\t\tif (hasDescriptors) {\n\t\t\tdefine(/** @type {Parameters<define>[0]} */ (fn), 'length', length, true, true);\n\t\t} else {\n\t\t\tdefine(/** @type {Parameters<define>[0]} */ (fn), 'length', length);\n\t\t}\n\t}\n\treturn fn;\n};\n"],"names":["require$$0","require$$1","require$$2","require$$3","require$$4"],"mappings":";;;;;;AAEA,IAAI,YAAY,GAAGA,YAAwB;AAC3C,IAAI,MAAM,GAAGC,kBAA+B;AAC5C,IAAI,cAAc,GAAGC,wBAAmC,EAAE;AAC1D,IAAI,IAAI,GAAGC,IAAe;;AAE1B,IAAI,UAAU,GAAGC,WAAA,EAAyB;AAC1C,IAAI,MAAM,GAAG,YAAY,CAAC,cAAc,CAAC;;AAEzC;AACA,IAAA,iBAAc,GAAG,SAAS,iBAAiB,CAAC,EAAE,EAAE,MAAM,EAAE;AACxD,CAAC,IAAI,OAAO,EAAE,KAAK,UAAU,EAAE;AAC/B,EAAE,MAAM,IAAI,UAAU,CAAC,wBAAwB,CAAC;AAChD,CAAA;AACA,CAAC,IAAI,OAAO,MAAM,KAAK,QAAQ,IAAI,MAAM,GAAG,CAAC,IAAI,MAAM,GAAG,UAAU,IAAI,MAAM,CAAC,MAAM,CAAC,KAAK,MAAM,EAAE;AACnG,EAAE,MAAM,IAAI,UAAU,CAAC,4CAA4C,CAAC;AACpE,CAAA;;AAEA,CAAC,IAAI,KAAK,GAAG,SAAS,CAAC,MAAM,GAAG,CAAC,IAAI,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC;;AAEnD,CAAC,IAAI,4BAA4B,GAAG,IAAI;AACxC,CAAC,IAAI,wBAAwB,GAAG,IAAI;AACpC,CAAC,IAAI,QAAQ,IAAI,EAAE,IAAI,IAAI,EAAE;AAC7B,EAAE,IAAI,IAAI,GAAG,IAAI,CAAC,EAAE,EAAE,QAAQ,CAAC;AAC/B,EAAE,IAAI,IAAI,IAAI,CAAC,IAAI,CAAC,YAAY,EAAE;AAClC,GAAG,4BAA4B,GAAG,KAAK;AACvC,EAAA;AACA,EAAE,IAAI,IAAI,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE;AAC9B,GAAG,wBAAwB,GAAG,KAAK;AACnC,EAAA;AACA,CAAA;;AAEA,CAAC,IAAI,4BAA4B,IAAI,wBAAwB,IAAI,CAAC,KAAK,EAAE;AACzE,EAAE,IAAI,cAAc,EAAE;AACtB,GAAG,MAAM,uCAAuC,EAAE,GAAG,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,IAAI,CAAC;AAClF,EAAA,CAAG,MAAM;AACT,GAAG,MAAM,uCAAuC,EAAE,GAAG,QAAQ,EAAE,MAAM,CAAC;AACtE,EAAA;AACA,CAAA;AACA,CAAC,OAAO,EAAE;AACV;;;;","x_google_ignoreList":[0]}
@@ -1,13 +1,13 @@
1
1
  import { d as defineDataProperty } from '../define-data-property/index.js';
2
2
  import { h as hasPropertyDescriptors_1 } from '../has-property-descriptors/index.js';
3
3
  import { f as functionsHaveNames_1 } from '../functions-have-names/index.js';
4
- import { t as type } from '../es-errors/type.js';
4
+ import { __require as requireType } from '../es-errors/type.js';
5
5
 
6
6
  var define = defineDataProperty;
7
7
  var hasDescriptors = hasPropertyDescriptors_1();
8
8
  var functionsHaveConfigurableNames = functionsHaveNames_1.functionsHaveConfigurableNames();
9
9
 
10
- var $TypeError = type;
10
+ var $TypeError = requireType();
11
11
 
12
12
  /** @type {import('.')} */
13
13
  var setFunctionName = function setFunctionName(fn, name) {
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../../node_modules/set-function-name/index.js"],"sourcesContent":["'use strict';\n\nvar define = require('define-data-property');\nvar hasDescriptors = require('has-property-descriptors')();\nvar functionsHaveConfigurableNames = require('functions-have-names').functionsHaveConfigurableNames();\n\nvar $TypeError = require('es-errors/type');\n\n/** @type {import('.')} */\nmodule.exports = function setFunctionName(fn, name) {\n\tif (typeof fn !== 'function') {\n\t\tthrow new $TypeError('`fn` is not a function');\n\t}\n\tvar loose = arguments.length > 2 && !!arguments[2];\n\tif (!loose || functionsHaveConfigurableNames) {\n\t\tif (hasDescriptors) {\n\t\t\tdefine(/** @type {Parameters<define>[0]} */ (fn), 'name', name, true, true);\n\t\t} else {\n\t\t\tdefine(/** @type {Parameters<define>[0]} */ (fn), 'name', name);\n\t\t}\n\t}\n\treturn fn;\n};\n"],"names":["require$$0","require$$1","require$$2","require$$3"],"mappings":";;;;;AAEA,IAAI,MAAM,GAAGA,kBAA+B;AAC5C,IAAI,cAAc,GAAGC,wBAAmC,EAAE;AAC1D,IAAI,8BAA8B,GAAGC,oBAA+B,CAAC,8BAA8B,EAAE;;AAErG,IAAI,UAAU,GAAGC,IAAyB;;AAE1C;AACA,IAAA,eAAc,GAAG,SAAS,eAAe,CAAC,EAAE,EAAE,IAAI,EAAE;AACpD,CAAC,IAAI,OAAO,EAAE,KAAK,UAAU,EAAE;AAC/B,EAAE,MAAM,IAAI,UAAU,CAAC,wBAAwB,CAAC;AAChD,CAAA;AACA,CAAC,IAAI,KAAK,GAAG,SAAS,CAAC,MAAM,GAAG,CAAC,IAAI,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC;AACnD,CAAC,IAAI,CAAC,KAAK,IAAI,8BAA8B,EAAE;AAC/C,EAAE,IAAI,cAAc,EAAE;AACtB,GAAG,MAAM,uCAAuC,EAAE,GAAG,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC;AAC9E,EAAA,CAAG,MAAM;AACT,GAAG,MAAM,uCAAuC,EAAE,GAAG,MAAM,EAAE,IAAI,CAAC;AAClE,EAAA;AACA,CAAA;AACA,CAAC,OAAO,EAAE;AACV;;;;","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"index.js","sources":["../../../node_modules/set-function-name/index.js"],"sourcesContent":["'use strict';\n\nvar define = require('define-data-property');\nvar hasDescriptors = require('has-property-descriptors')();\nvar functionsHaveConfigurableNames = require('functions-have-names').functionsHaveConfigurableNames();\n\nvar $TypeError = require('es-errors/type');\n\n/** @type {import('.')} */\nmodule.exports = function setFunctionName(fn, name) {\n\tif (typeof fn !== 'function') {\n\t\tthrow new $TypeError('`fn` is not a function');\n\t}\n\tvar loose = arguments.length > 2 && !!arguments[2];\n\tif (!loose || functionsHaveConfigurableNames) {\n\t\tif (hasDescriptors) {\n\t\t\tdefine(/** @type {Parameters<define>[0]} */ (fn), 'name', name, true, true);\n\t\t} else {\n\t\t\tdefine(/** @type {Parameters<define>[0]} */ (fn), 'name', name);\n\t\t}\n\t}\n\treturn fn;\n};\n"],"names":["require$$0","require$$1","require$$2","require$$3"],"mappings":";;;;;AAEA,IAAI,MAAM,GAAGA,kBAA+B;AAC5C,IAAI,cAAc,GAAGC,wBAAmC,EAAE;AAC1D,IAAI,8BAA8B,GAAGC,oBAA+B,CAAC,8BAA8B,EAAE;;AAErG,IAAI,UAAU,GAAGC,WAAA,EAAyB;;AAE1C;AACA,IAAA,eAAc,GAAG,SAAS,eAAe,CAAC,EAAE,EAAE,IAAI,EAAE;AACpD,CAAC,IAAI,OAAO,EAAE,KAAK,UAAU,EAAE;AAC/B,EAAE,MAAM,IAAI,UAAU,CAAC,wBAAwB,CAAC;AAChD,CAAA;AACA,CAAC,IAAI,KAAK,GAAG,SAAS,CAAC,MAAM,GAAG,CAAC,IAAI,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC;AACnD,CAAC,IAAI,CAAC,KAAK,IAAI,8BAA8B,EAAE;AAC/C,EAAE,IAAI,cAAc,EAAE;AACtB,GAAG,MAAM,uCAAuC,EAAE,GAAG,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC;AAC9E,EAAA,CAAG,MAAM;AACT,GAAG,MAAM,uCAAuC,EAAE,GAAG,MAAM,EAAE,IAAI,CAAC;AAClE,EAAA;AACA,CAAA;AACA,CAAC,OAAO,EAAE;AACV;;;;","x_google_ignoreList":[0]}
@@ -1,10 +1,10 @@
1
- import { t as type } from '../es-errors/type.js';
1
+ import { __require as requireType } from '../es-errors/type.js';
2
2
  import { o as objectInspect } from '../object-inspect/index.js';
3
3
  import { s as sideChannelList } from '../side-channel-list/index.js';
4
4
  import { s as sideChannelMap } from '../side-channel-map/index.js';
5
5
  import { s as sideChannelWeakmap } from '../side-channel-weakmap/index.js';
6
6
 
7
- var $TypeError = type;
7
+ var $TypeError = requireType();
8
8
  var inspect = objectInspect;
9
9
  var getSideChannelList = sideChannelList;
10
10
  var getSideChannelMap = sideChannelMap;
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../../node_modules/side-channel/index.js"],"sourcesContent":["'use strict';\n\nvar $TypeError = require('es-errors/type');\nvar inspect = require('object-inspect');\nvar getSideChannelList = require('side-channel-list');\nvar getSideChannelMap = require('side-channel-map');\nvar getSideChannelWeakMap = require('side-channel-weakmap');\n\nvar makeChannel = getSideChannelWeakMap || getSideChannelMap || getSideChannelList;\n\n/** @type {import('.')} */\nmodule.exports = function getSideChannel() {\n\t/** @typedef {ReturnType<typeof getSideChannel>} Channel */\n\n\t/** @type {Channel | undefined} */ var $channelData;\n\n\t/** @type {Channel} */\n\tvar channel = {\n\t\tassert: function (key) {\n\t\t\tif (!channel.has(key)) {\n\t\t\t\tthrow new $TypeError('Side channel does not contain ' + inspect(key));\n\t\t\t}\n\t\t},\n\t\t'delete': function (key) {\n\t\t\treturn !!$channelData && $channelData['delete'](key);\n\t\t},\n\t\tget: function (key) {\n\t\t\treturn $channelData && $channelData.get(key);\n\t\t},\n\t\thas: function (key) {\n\t\t\treturn !!$channelData && $channelData.has(key);\n\t\t},\n\t\tset: function (key, value) {\n\t\t\tif (!$channelData) {\n\t\t\t\t$channelData = makeChannel();\n\t\t\t}\n\n\t\t\t$channelData.set(key, value);\n\t\t}\n\t};\n\t// @ts-expect-error TODO: figure out why this is erroring\n\treturn channel;\n};\n"],"names":["require$$0","require$$1","require$$2","require$$3","require$$4"],"mappings":";;;;;;AAEA,IAAI,UAAU,GAAGA,IAAyB;AAC1C,IAAI,OAAO,GAAGC,aAAyB;AACvC,IAAI,kBAAkB,GAAGC,eAA4B;AACrD,IAAI,iBAAiB,GAAGC,cAA2B;AACnD,IAAI,qBAAqB,GAAGC,kBAA+B;;AAE3D,IAAI,WAAW,GAAG,qBAAqB,IAAI,iBAAiB,IAAI,kBAAkB;;AAElF;IACA,WAAc,GAAG,SAAS,cAAc,GAAG;AAC3C;;AAEA,oCAAoC,IAAI,YAAY;;AAEpD;AACA,CAAC,IAAI,OAAO,GAAG;AACf,EAAE,MAAM,EAAE,UAAU,GAAG,EAAE;AACzB,GAAG,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE;AAC1B,IAAI,MAAM,IAAI,UAAU,CAAC,gCAAgC,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC;AACzE,GAAA;AACA,EAAA,CAAG;AACH,EAAE,QAAQ,EAAE,UAAU,GAAG,EAAE;AAC3B,GAAG,OAAO,CAAC,CAAC,YAAY,IAAI,YAAY,CAAC,QAAQ,CAAC,CAAC,GAAG,CAAC;AACvD,EAAA,CAAG;AACH,EAAE,GAAG,EAAE,UAAU,GAAG,EAAE;AACtB,GAAG,OAAO,YAAY,IAAI,YAAY,CAAC,GAAG,CAAC,GAAG,CAAC;AAC/C,EAAA,CAAG;AACH,EAAE,GAAG,EAAE,UAAU,GAAG,EAAE;AACtB,GAAG,OAAO,CAAC,CAAC,YAAY,IAAI,YAAY,CAAC,GAAG,CAAC,GAAG,CAAC;AACjD,EAAA,CAAG;AACH,EAAE,GAAG,EAAE,UAAU,GAAG,EAAE,KAAK,EAAE;AAC7B,GAAG,IAAI,CAAC,YAAY,EAAE;AACtB,IAAI,YAAY,GAAG,WAAW,EAAE;AAChC,GAAA;;AAEA,GAAG,YAAY,CAAC,GAAG,CAAC,GAAG,EAAE,KAAK,CAAC;AAC/B,EAAA;AACA,EAAE;AACF;AACA,CAAC,OAAO,OAAO;AACf;;;;","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"index.js","sources":["../../../node_modules/side-channel/index.js"],"sourcesContent":["'use strict';\n\nvar $TypeError = require('es-errors/type');\nvar inspect = require('object-inspect');\nvar getSideChannelList = require('side-channel-list');\nvar getSideChannelMap = require('side-channel-map');\nvar getSideChannelWeakMap = require('side-channel-weakmap');\n\nvar makeChannel = getSideChannelWeakMap || getSideChannelMap || getSideChannelList;\n\n/** @type {import('.')} */\nmodule.exports = function getSideChannel() {\n\t/** @typedef {ReturnType<typeof getSideChannel>} Channel */\n\n\t/** @type {Channel | undefined} */ var $channelData;\n\n\t/** @type {Channel} */\n\tvar channel = {\n\t\tassert: function (key) {\n\t\t\tif (!channel.has(key)) {\n\t\t\t\tthrow new $TypeError('Side channel does not contain ' + inspect(key));\n\t\t\t}\n\t\t},\n\t\t'delete': function (key) {\n\t\t\treturn !!$channelData && $channelData['delete'](key);\n\t\t},\n\t\tget: function (key) {\n\t\t\treturn $channelData && $channelData.get(key);\n\t\t},\n\t\thas: function (key) {\n\t\t\treturn !!$channelData && $channelData.has(key);\n\t\t},\n\t\tset: function (key, value) {\n\t\t\tif (!$channelData) {\n\t\t\t\t$channelData = makeChannel();\n\t\t\t}\n\n\t\t\t$channelData.set(key, value);\n\t\t}\n\t};\n\t// @ts-expect-error TODO: figure out why this is erroring\n\treturn channel;\n};\n"],"names":["require$$0","require$$1","require$$2","require$$3","require$$4"],"mappings":";;;;;;AAEA,IAAI,UAAU,GAAGA,WAAA,EAAyB;AAC1C,IAAI,OAAO,GAAGC,aAAyB;AACvC,IAAI,kBAAkB,GAAGC,eAA4B;AACrD,IAAI,iBAAiB,GAAGC,cAA2B;AACnD,IAAI,qBAAqB,GAAGC,kBAA+B;;AAE3D,IAAI,WAAW,GAAG,qBAAqB,IAAI,iBAAiB,IAAI,kBAAkB;;AAElF;IACA,WAAc,GAAG,SAAS,cAAc,GAAG;AAC3C;;AAEA,oCAAoC,IAAI,YAAY;;AAEpD;AACA,CAAC,IAAI,OAAO,GAAG;AACf,EAAE,MAAM,EAAE,UAAU,GAAG,EAAE;AACzB,GAAG,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE;AAC1B,IAAI,MAAM,IAAI,UAAU,CAAC,gCAAgC,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC;AACzE,GAAA;AACA,EAAA,CAAG;AACH,EAAE,QAAQ,EAAE,UAAU,GAAG,EAAE;AAC3B,GAAG,OAAO,CAAC,CAAC,YAAY,IAAI,YAAY,CAAC,QAAQ,CAAC,CAAC,GAAG,CAAC;AACvD,EAAA,CAAG;AACH,EAAE,GAAG,EAAE,UAAU,GAAG,EAAE;AACtB,GAAG,OAAO,YAAY,IAAI,YAAY,CAAC,GAAG,CAAC,GAAG,CAAC;AAC/C,EAAA,CAAG;AACH,EAAE,GAAG,EAAE,UAAU,GAAG,EAAE;AACtB,GAAG,OAAO,CAAC,CAAC,YAAY,IAAI,YAAY,CAAC,GAAG,CAAC,GAAG,CAAC;AACjD,EAAA,CAAG;AACH,EAAE,GAAG,EAAE,UAAU,GAAG,EAAE,KAAK,EAAE;AAC7B,GAAG,IAAI,CAAC,YAAY,EAAE;AACtB,IAAI,YAAY,GAAG,WAAW,EAAE;AAChC,GAAA;;AAEA,GAAG,YAAY,CAAC,GAAG,CAAC,GAAG,EAAE,KAAK,CAAC;AAC/B,EAAA;AACA,EAAE;AACF;AACA,CAAC,OAAO,OAAO;AACf;;;;","x_google_ignoreList":[0]}
@@ -0,0 +1,16 @@
1
+ import { g as getIntrinsic } from '../get-intrinsic/index.js';
2
+ import { c as callBindExports } from './index.js';
3
+
4
+ var GetIntrinsic = getIntrinsic;
5
+ var callBind = callBindExports;
6
+ var $indexOf = callBind(GetIntrinsic('String.prototype.indexOf'));
7
+ var callBound = function callBoundIntrinsic(name, allowMissing) {
8
+ var intrinsic = GetIntrinsic(name, !!allowMissing);
9
+ if (typeof intrinsic === 'function' && $indexOf(name, '.prototype.') > -1) {
10
+ return callBind(intrinsic);
11
+ }
12
+ return intrinsic;
13
+ };
14
+
15
+ export { callBound as c };
16
+ //# sourceMappingURL=callBound.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"callBound.js","sources":["../../../../../../../node_modules/side-channel/node_modules/call-bind/callBound.js"],"sourcesContent":["'use strict';\n\nvar GetIntrinsic = require('get-intrinsic');\n\nvar callBind = require('./');\n\nvar $indexOf = callBind(GetIntrinsic('String.prototype.indexOf'));\n\nmodule.exports = function callBoundIntrinsic(name, allowMissing) {\n\tvar intrinsic = GetIntrinsic(name, !!allowMissing);\n\tif (typeof intrinsic === 'function' && $indexOf(name, '.prototype.') > -1) {\n\t\treturn callBind(intrinsic);\n\t}\n\treturn intrinsic;\n};\n"],"names":["GetIntrinsic","require","callBind","$indexOf","module","callBoundIntrinsic","name","allowMissing","intrinsic"],"mappings":";;;AAEA,IAAIA,YAAY,GAAGC,YAAwB;AAE3C,IAAIC,QAAQ,GAAGD,eAAa;AAE5B,IAAIE,QAAQ,GAAGD,QAAQ,CAACF,YAAY,CAAC,0BAA0B,CAAC,CAAC;AAEjEI,IAAAA,SAAc,GAAG,SAASC,kBAAkBA,CAACC,IAAI,EAAEC,YAAY,EAAE;EAChE,IAAIC,SAAS,GAAGR,YAAY,CAACM,IAAI,EAAE,CAAC,CAACC,YAAY,CAAC;AAClD,EAAA,IAAI,OAAOC,SAAS,KAAK,UAAU,IAAIL,QAAQ,CAACG,IAAI,EAAE,aAAa,CAAC,GAAG,EAAE,EAAE;IAC1E,OAAOJ,QAAQ,CAACM,SAAS,CAAC;AAC3B;AACA,EAAA,OAAOA,SAAS;AACjB;;;;","x_google_ignoreList":[0]}
@@ -0,0 +1,53 @@
1
+ import { __module as callBind } from '../../../../_virtual/index14.js';
2
+ import { f as functionBind } from '../../../function-bind/index.js';
3
+ import { g as getIntrinsic } from '../get-intrinsic/index.js';
4
+
5
+ (function (module) {
6
+
7
+ var bind = functionBind;
8
+ var GetIntrinsic = getIntrinsic;
9
+ var $apply = GetIntrinsic('%Function.prototype.apply%');
10
+ var $call = GetIntrinsic('%Function.prototype.call%');
11
+ var $reflectApply = GetIntrinsic('%Reflect.apply%', true) || bind.call($call, $apply);
12
+ var $gOPD = GetIntrinsic('%Object.getOwnPropertyDescriptor%', true);
13
+ var $defineProperty = GetIntrinsic('%Object.defineProperty%', true);
14
+ var $max = GetIntrinsic('%Math.max%');
15
+ if ($defineProperty) {
16
+ try {
17
+ $defineProperty({}, 'a', {
18
+ value: 1
19
+ });
20
+ } catch (e) {
21
+ // IE 8 has a broken defineProperty
22
+ $defineProperty = null;
23
+ }
24
+ }
25
+ module.exports = function callBind(originalFunction) {
26
+ var func = $reflectApply(bind, $call, arguments);
27
+ if ($gOPD && $defineProperty) {
28
+ var desc = $gOPD(func, 'length');
29
+ if (desc.configurable) {
30
+ // original length, plus the receiver, minus any additional arguments (after the receiver)
31
+ $defineProperty(func, 'length', {
32
+ value: 1 + $max(0, originalFunction.length - (arguments.length - 1))
33
+ });
34
+ }
35
+ }
36
+ return func;
37
+ };
38
+ var applyBind = function applyBind() {
39
+ return $reflectApply(bind, $apply, arguments);
40
+ };
41
+ if ($defineProperty) {
42
+ $defineProperty(module.exports, 'apply', {
43
+ value: applyBind
44
+ });
45
+ } else {
46
+ module.exports.apply = applyBind;
47
+ }
48
+ } (callBind));
49
+
50
+ var callBindExports = callBind.exports;
51
+
52
+ export { callBindExports as c };
53
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../../../../../node_modules/side-channel/node_modules/call-bind/index.js"],"sourcesContent":["'use strict';\n\nvar bind = require('function-bind');\nvar GetIntrinsic = require('get-intrinsic');\n\nvar $apply = GetIntrinsic('%Function.prototype.apply%');\nvar $call = GetIntrinsic('%Function.prototype.call%');\nvar $reflectApply = GetIntrinsic('%Reflect.apply%', true) || bind.call($call, $apply);\n\nvar $gOPD = GetIntrinsic('%Object.getOwnPropertyDescriptor%', true);\nvar $defineProperty = GetIntrinsic('%Object.defineProperty%', true);\nvar $max = GetIntrinsic('%Math.max%');\n\nif ($defineProperty) {\n\ttry {\n\t\t$defineProperty({}, 'a', { value: 1 });\n\t} catch (e) {\n\t\t// IE 8 has a broken defineProperty\n\t\t$defineProperty = null;\n\t}\n}\n\nmodule.exports = function callBind(originalFunction) {\n\tvar func = $reflectApply(bind, $call, arguments);\n\tif ($gOPD && $defineProperty) {\n\t\tvar desc = $gOPD(func, 'length');\n\t\tif (desc.configurable) {\n\t\t\t// original length, plus the receiver, minus any additional arguments (after the receiver)\n\t\t\t$defineProperty(\n\t\t\t\tfunc,\n\t\t\t\t'length',\n\t\t\t\t{ value: 1 + $max(0, originalFunction.length - (arguments.length - 1)) }\n\t\t\t);\n\t\t}\n\t}\n\treturn func;\n};\n\nvar applyBind = function applyBind() {\n\treturn $reflectApply(bind, $apply, arguments);\n};\n\nif ($defineProperty) {\n\t$defineProperty(module.exports, 'apply', { value: applyBind });\n} else {\n\tmodule.exports.apply = applyBind;\n}\n"],"names":["bind","require","GetIntrinsic","$apply","$call","$reflectApply","call","$gOPD","$defineProperty","$max","value","e","module","callBind","originalFunction","func","arguments","desc","configurable","length","applyBind","exports"],"mappings":";;;;;;CAEA,IAAIA,IAAI,GAAGC,YAAwB;CACnC,IAAIC,YAAY,GAAGD,YAAwB;AAE3C,CAAA,IAAIE,MAAM,GAAGD,YAAY,CAAC,4BAA4B,CAAC;AACvD,CAAA,IAAIE,KAAK,GAAGF,YAAY,CAAC,2BAA2B,CAAC;AACrD,CAAA,IAAIG,aAAa,GAAGH,YAAY,CAAC,iBAAiB,EAAE,IAAI,CAAC,IAAIF,IAAI,CAACM,IAAI,CAACF,KAAK,EAAED,MAAM,CAAC;AAErF,CAAA,IAAII,KAAK,GAAGL,YAAY,CAAC,mCAAmC,EAAE,IAAI,CAAC;AACnE,CAAA,IAAIM,eAAe,GAAGN,YAAY,CAAC,yBAAyB,EAAE,IAAI,CAAC;AACnE,CAAA,IAAIO,IAAI,GAAGP,YAAY,CAAC,YAAY,CAAC;AAErC,CAAA,IAAIM,eAAe,EAAE;GACpB,IAAI;AACHA,KAAAA,eAAe,CAAC,EAAE,EAAE,GAAG,EAAE;AAAEE,OAAAA,KAAK,EAAE;AAAE,MAAC,CAAC;IACtC,CAAC,OAAOC,CAAC,EAAE;AACX;KACAH,eAAe,GAAG,IAAI;AACvB;AACD;AAEAI,CAAAA,MAAAA,CAAAA,OAAAA,GAAiB,SAASC,QAAQA,CAACC,gBAAgB,EAAE;GACpD,IAAIC,IAAI,GAAGV,aAAa,CAACL,IAAI,EAAEI,KAAK,EAAEY,SAAS,CAAC;GAChD,IAAIT,KAAK,IAAIC,eAAe,EAAE;KAC7B,IAAIS,IAAI,GAAGV,KAAK,CAACQ,IAAI,EAAE,QAAQ,CAAC;KAChC,IAAIE,IAAI,CAACC,YAAY,EAAE;AACtB;AACAV,OAAAA,eAAe,CACdO,IAAI,EACJ,QAAQ,EACR;AAAEL,SAAAA,KAAK,EAAE,CAAC,GAAGD,IAAI,CAAC,CAAC,EAAEK,gBAAgB,CAACK,MAAM,IAAIH,SAAS,CAACG,MAAM,GAAG,CAAC,CAAC;AAAE,QACxE,CAAC;AACF;AACD;AACA,GAAA,OAAOJ,IAAI;EACX;AAED,CAAA,IAAIK,SAAS,GAAG,SAASA,SAASA,GAAG;GACpC,OAAOf,aAAa,CAACL,IAAI,EAAEG,MAAM,EAAEa,SAAS,CAAC;EAC7C;AAED,CAAA,IAAIR,eAAe,EAAE;AACpBA,GAAAA,eAAe,CAACI,MAAM,CAACS,OAAO,EAAE,OAAO,EAAE;AAAEX,KAAAA,KAAK,EAAEU;AAAU,IAAC,CAAC;AAC/D,EAAC,MAAM;AACNR,GAAAA,uBAAuBQ,SAAS;AACjC,EAAA;;;;;;;","x_google_ignoreList":[0]}
@@ -0,0 +1,307 @@
1
+ import { h as hasSymbols$1 } from '../has-symbols/index.js';
2
+ import { f as functionBind } from '../../../function-bind/index.js';
3
+ import { s as src } from '../../../has/src/index.js';
4
+
5
+ var undefined$1;
6
+ var $SyntaxError = SyntaxError;
7
+ var $Function = Function;
8
+ var $TypeError = TypeError;
9
+
10
+ // eslint-disable-next-line consistent-return
11
+ var getEvalledConstructor = function (expressionSyntax) {
12
+ try {
13
+ return $Function('"use strict"; return (' + expressionSyntax + ').constructor;')();
14
+ } catch (e) {}
15
+ };
16
+ var $gOPD = Object.getOwnPropertyDescriptor;
17
+ if ($gOPD) {
18
+ try {
19
+ $gOPD({}, '');
20
+ } catch (e) {
21
+ $gOPD = null; // this is IE 8, which has a broken gOPD
22
+ }
23
+ }
24
+ var throwTypeError = function () {
25
+ throw new $TypeError();
26
+ };
27
+ var ThrowTypeError = $gOPD ? function () {
28
+ try {
29
+ // eslint-disable-next-line no-unused-expressions, no-caller, no-restricted-properties
30
+ arguments.callee; // IE 8 does not throw here
31
+ return throwTypeError;
32
+ } catch (calleeThrows) {
33
+ try {
34
+ // IE 8 throws on Object.getOwnPropertyDescriptor(arguments, '')
35
+ return $gOPD(arguments, 'callee').get;
36
+ } catch (gOPDthrows) {
37
+ return throwTypeError;
38
+ }
39
+ }
40
+ }() : throwTypeError;
41
+ var hasSymbols = hasSymbols$1();
42
+ var getProto = Object.getPrototypeOf || function (x) {
43
+ return x.__proto__;
44
+ }; // eslint-disable-line no-proto
45
+
46
+ var needsEval = {};
47
+ var TypedArray = typeof Uint8Array === 'undefined' ? undefined$1 : getProto(Uint8Array);
48
+ var INTRINSICS = {
49
+ '%AggregateError%': typeof AggregateError === 'undefined' ? undefined$1 : AggregateError,
50
+ '%Array%': Array,
51
+ '%ArrayBuffer%': typeof ArrayBuffer === 'undefined' ? undefined$1 : ArrayBuffer,
52
+ '%ArrayIteratorPrototype%': hasSymbols ? getProto([][Symbol.iterator]()) : undefined$1,
53
+ '%AsyncFromSyncIteratorPrototype%': undefined$1,
54
+ '%AsyncFunction%': needsEval,
55
+ '%AsyncGenerator%': needsEval,
56
+ '%AsyncGeneratorFunction%': needsEval,
57
+ '%AsyncIteratorPrototype%': needsEval,
58
+ '%Atomics%': typeof Atomics === 'undefined' ? undefined$1 : Atomics,
59
+ '%BigInt%': typeof BigInt === 'undefined' ? undefined$1 : BigInt,
60
+ '%Boolean%': Boolean,
61
+ '%DataView%': typeof DataView === 'undefined' ? undefined$1 : DataView,
62
+ '%Date%': Date,
63
+ '%decodeURI%': decodeURI,
64
+ '%decodeURIComponent%': decodeURIComponent,
65
+ '%encodeURI%': encodeURI,
66
+ '%encodeURIComponent%': encodeURIComponent,
67
+ '%Error%': Error,
68
+ '%eval%': eval,
69
+ // eslint-disable-line no-eval
70
+ '%EvalError%': EvalError,
71
+ '%Float32Array%': typeof Float32Array === 'undefined' ? undefined$1 : Float32Array,
72
+ '%Float64Array%': typeof Float64Array === 'undefined' ? undefined$1 : Float64Array,
73
+ '%FinalizationRegistry%': typeof FinalizationRegistry === 'undefined' ? undefined$1 : FinalizationRegistry,
74
+ '%Function%': $Function,
75
+ '%GeneratorFunction%': needsEval,
76
+ '%Int8Array%': typeof Int8Array === 'undefined' ? undefined$1 : Int8Array,
77
+ '%Int16Array%': typeof Int16Array === 'undefined' ? undefined$1 : Int16Array,
78
+ '%Int32Array%': typeof Int32Array === 'undefined' ? undefined$1 : Int32Array,
79
+ '%isFinite%': isFinite,
80
+ '%isNaN%': isNaN,
81
+ '%IteratorPrototype%': hasSymbols ? getProto(getProto([][Symbol.iterator]())) : undefined$1,
82
+ '%JSON%': typeof JSON === 'object' ? JSON : undefined$1,
83
+ '%Map%': typeof Map === 'undefined' ? undefined$1 : Map,
84
+ '%MapIteratorPrototype%': typeof Map === 'undefined' || !hasSymbols ? undefined$1 : getProto(new Map()[Symbol.iterator]()),
85
+ '%Math%': Math,
86
+ '%Number%': Number,
87
+ '%Object%': Object,
88
+ '%parseFloat%': parseFloat,
89
+ '%parseInt%': parseInt,
90
+ '%Promise%': typeof Promise === 'undefined' ? undefined$1 : Promise,
91
+ '%Proxy%': typeof Proxy === 'undefined' ? undefined$1 : Proxy,
92
+ '%RangeError%': RangeError,
93
+ '%ReferenceError%': ReferenceError,
94
+ '%Reflect%': typeof Reflect === 'undefined' ? undefined$1 : Reflect,
95
+ '%RegExp%': RegExp,
96
+ '%Set%': typeof Set === 'undefined' ? undefined$1 : Set,
97
+ '%SetIteratorPrototype%': typeof Set === 'undefined' || !hasSymbols ? undefined$1 : getProto(new Set()[Symbol.iterator]()),
98
+ '%SharedArrayBuffer%': typeof SharedArrayBuffer === 'undefined' ? undefined$1 : SharedArrayBuffer,
99
+ '%String%': String,
100
+ '%StringIteratorPrototype%': hasSymbols ? getProto(''[Symbol.iterator]()) : undefined$1,
101
+ '%Symbol%': hasSymbols ? Symbol : undefined$1,
102
+ '%SyntaxError%': $SyntaxError,
103
+ '%ThrowTypeError%': ThrowTypeError,
104
+ '%TypedArray%': TypedArray,
105
+ '%TypeError%': $TypeError,
106
+ '%Uint8Array%': typeof Uint8Array === 'undefined' ? undefined$1 : Uint8Array,
107
+ '%Uint8ClampedArray%': typeof Uint8ClampedArray === 'undefined' ? undefined$1 : Uint8ClampedArray,
108
+ '%Uint16Array%': typeof Uint16Array === 'undefined' ? undefined$1 : Uint16Array,
109
+ '%Uint32Array%': typeof Uint32Array === 'undefined' ? undefined$1 : Uint32Array,
110
+ '%URIError%': URIError,
111
+ '%WeakMap%': typeof WeakMap === 'undefined' ? undefined$1 : WeakMap,
112
+ '%WeakRef%': typeof WeakRef === 'undefined' ? undefined$1 : WeakRef,
113
+ '%WeakSet%': typeof WeakSet === 'undefined' ? undefined$1 : WeakSet
114
+ };
115
+ var doEval = function doEval(name) {
116
+ var value;
117
+ if (name === '%AsyncFunction%') {
118
+ value = getEvalledConstructor('async function () {}');
119
+ } else if (name === '%GeneratorFunction%') {
120
+ value = getEvalledConstructor('function* () {}');
121
+ } else if (name === '%AsyncGeneratorFunction%') {
122
+ value = getEvalledConstructor('async function* () {}');
123
+ } else if (name === '%AsyncGenerator%') {
124
+ var fn = doEval('%AsyncGeneratorFunction%');
125
+ if (fn) {
126
+ value = fn.prototype;
127
+ }
128
+ } else if (name === '%AsyncIteratorPrototype%') {
129
+ var gen = doEval('%AsyncGenerator%');
130
+ if (gen) {
131
+ value = getProto(gen.prototype);
132
+ }
133
+ }
134
+ INTRINSICS[name] = value;
135
+ return value;
136
+ };
137
+ var LEGACY_ALIASES = {
138
+ '%ArrayBufferPrototype%': ['ArrayBuffer', 'prototype'],
139
+ '%ArrayPrototype%': ['Array', 'prototype'],
140
+ '%ArrayProto_entries%': ['Array', 'prototype', 'entries'],
141
+ '%ArrayProto_forEach%': ['Array', 'prototype', 'forEach'],
142
+ '%ArrayProto_keys%': ['Array', 'prototype', 'keys'],
143
+ '%ArrayProto_values%': ['Array', 'prototype', 'values'],
144
+ '%AsyncFunctionPrototype%': ['AsyncFunction', 'prototype'],
145
+ '%AsyncGenerator%': ['AsyncGeneratorFunction', 'prototype'],
146
+ '%AsyncGeneratorPrototype%': ['AsyncGeneratorFunction', 'prototype', 'prototype'],
147
+ '%BooleanPrototype%': ['Boolean', 'prototype'],
148
+ '%DataViewPrototype%': ['DataView', 'prototype'],
149
+ '%DatePrototype%': ['Date', 'prototype'],
150
+ '%ErrorPrototype%': ['Error', 'prototype'],
151
+ '%EvalErrorPrototype%': ['EvalError', 'prototype'],
152
+ '%Float32ArrayPrototype%': ['Float32Array', 'prototype'],
153
+ '%Float64ArrayPrototype%': ['Float64Array', 'prototype'],
154
+ '%FunctionPrototype%': ['Function', 'prototype'],
155
+ '%Generator%': ['GeneratorFunction', 'prototype'],
156
+ '%GeneratorPrototype%': ['GeneratorFunction', 'prototype', 'prototype'],
157
+ '%Int8ArrayPrototype%': ['Int8Array', 'prototype'],
158
+ '%Int16ArrayPrototype%': ['Int16Array', 'prototype'],
159
+ '%Int32ArrayPrototype%': ['Int32Array', 'prototype'],
160
+ '%JSONParse%': ['JSON', 'parse'],
161
+ '%JSONStringify%': ['JSON', 'stringify'],
162
+ '%MapPrototype%': ['Map', 'prototype'],
163
+ '%NumberPrototype%': ['Number', 'prototype'],
164
+ '%ObjectPrototype%': ['Object', 'prototype'],
165
+ '%ObjProto_toString%': ['Object', 'prototype', 'toString'],
166
+ '%ObjProto_valueOf%': ['Object', 'prototype', 'valueOf'],
167
+ '%PromisePrototype%': ['Promise', 'prototype'],
168
+ '%PromiseProto_then%': ['Promise', 'prototype', 'then'],
169
+ '%Promise_all%': ['Promise', 'all'],
170
+ '%Promise_reject%': ['Promise', 'reject'],
171
+ '%Promise_resolve%': ['Promise', 'resolve'],
172
+ '%RangeErrorPrototype%': ['RangeError', 'prototype'],
173
+ '%ReferenceErrorPrototype%': ['ReferenceError', 'prototype'],
174
+ '%RegExpPrototype%': ['RegExp', 'prototype'],
175
+ '%SetPrototype%': ['Set', 'prototype'],
176
+ '%SharedArrayBufferPrototype%': ['SharedArrayBuffer', 'prototype'],
177
+ '%StringPrototype%': ['String', 'prototype'],
178
+ '%SymbolPrototype%': ['Symbol', 'prototype'],
179
+ '%SyntaxErrorPrototype%': ['SyntaxError', 'prototype'],
180
+ '%TypedArrayPrototype%': ['TypedArray', 'prototype'],
181
+ '%TypeErrorPrototype%': ['TypeError', 'prototype'],
182
+ '%Uint8ArrayPrototype%': ['Uint8Array', 'prototype'],
183
+ '%Uint8ClampedArrayPrototype%': ['Uint8ClampedArray', 'prototype'],
184
+ '%Uint16ArrayPrototype%': ['Uint16Array', 'prototype'],
185
+ '%Uint32ArrayPrototype%': ['Uint32Array', 'prototype'],
186
+ '%URIErrorPrototype%': ['URIError', 'prototype'],
187
+ '%WeakMapPrototype%': ['WeakMap', 'prototype'],
188
+ '%WeakSetPrototype%': ['WeakSet', 'prototype']
189
+ };
190
+ var bind = functionBind;
191
+ var hasOwn = src;
192
+ var $concat = bind.call(Function.call, Array.prototype.concat);
193
+ var $spliceApply = bind.call(Function.apply, Array.prototype.splice);
194
+ var $replace = bind.call(Function.call, String.prototype.replace);
195
+ var $strSlice = bind.call(Function.call, String.prototype.slice);
196
+
197
+ /* adapted from https://github.com/lodash/lodash/blob/4.17.15/dist/lodash.js#L6735-L6744 */
198
+ var rePropName = /[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g;
199
+ var reEscapeChar = /\\(\\)?/g; /** Used to match backslashes in property paths. */
200
+ var stringToPath = function stringToPath(string) {
201
+ var first = $strSlice(string, 0, 1);
202
+ var last = $strSlice(string, -1);
203
+ if (first === '%' && last !== '%') {
204
+ throw new $SyntaxError('invalid intrinsic syntax, expected closing `%`');
205
+ } else if (last === '%' && first !== '%') {
206
+ throw new $SyntaxError('invalid intrinsic syntax, expected opening `%`');
207
+ }
208
+ var result = [];
209
+ $replace(string, rePropName, function (match, number, quote, subString) {
210
+ result[result.length] = quote ? $replace(subString, reEscapeChar, '$1') : number || match;
211
+ });
212
+ return result;
213
+ };
214
+ /* end adaptation */
215
+
216
+ var getBaseIntrinsic = function getBaseIntrinsic(name, allowMissing) {
217
+ var intrinsicName = name;
218
+ var alias;
219
+ if (hasOwn(LEGACY_ALIASES, intrinsicName)) {
220
+ alias = LEGACY_ALIASES[intrinsicName];
221
+ intrinsicName = '%' + alias[0] + '%';
222
+ }
223
+ if (hasOwn(INTRINSICS, intrinsicName)) {
224
+ var value = INTRINSICS[intrinsicName];
225
+ if (value === needsEval) {
226
+ value = doEval(intrinsicName);
227
+ }
228
+ if (typeof value === 'undefined' && !allowMissing) {
229
+ throw new $TypeError('intrinsic ' + name + ' exists, but is not available. Please file an issue!');
230
+ }
231
+ return {
232
+ alias: alias,
233
+ name: intrinsicName,
234
+ value: value
235
+ };
236
+ }
237
+ throw new $SyntaxError('intrinsic ' + name + ' does not exist!');
238
+ };
239
+ var getIntrinsic = function GetIntrinsic(name, allowMissing) {
240
+ if (typeof name !== 'string' || name.length === 0) {
241
+ throw new $TypeError('intrinsic name must be a non-empty string');
242
+ }
243
+ if (arguments.length > 1 && typeof allowMissing !== 'boolean') {
244
+ throw new $TypeError('"allowMissing" argument must be a boolean');
245
+ }
246
+ var parts = stringToPath(name);
247
+ var intrinsicBaseName = parts.length > 0 ? parts[0] : '';
248
+ var intrinsic = getBaseIntrinsic('%' + intrinsicBaseName + '%', allowMissing);
249
+ var intrinsicRealName = intrinsic.name;
250
+ var value = intrinsic.value;
251
+ var skipFurtherCaching = false;
252
+ var alias = intrinsic.alias;
253
+ if (alias) {
254
+ intrinsicBaseName = alias[0];
255
+ $spliceApply(parts, $concat([0, 1], alias));
256
+ }
257
+ for (var i = 1, isOwn = true; i < parts.length; i += 1) {
258
+ var part = parts[i];
259
+ var first = $strSlice(part, 0, 1);
260
+ var last = $strSlice(part, -1);
261
+ if ((first === '"' || first === "'" || first === '`' || last === '"' || last === "'" || last === '`') && first !== last) {
262
+ throw new $SyntaxError('property names with quotes must have matching quotes');
263
+ }
264
+ if (part === 'constructor' || !isOwn) {
265
+ skipFurtherCaching = true;
266
+ }
267
+ intrinsicBaseName += '.' + part;
268
+ intrinsicRealName = '%' + intrinsicBaseName + '%';
269
+ if (hasOwn(INTRINSICS, intrinsicRealName)) {
270
+ value = INTRINSICS[intrinsicRealName];
271
+ } else if (value != null) {
272
+ if (!(part in value)) {
273
+ if (!allowMissing) {
274
+ throw new $TypeError('base intrinsic for ' + name + ' exists, but the property is not available.');
275
+ }
276
+ return void 0;
277
+ }
278
+ if ($gOPD && i + 1 >= parts.length) {
279
+ var desc = $gOPD(value, part);
280
+ isOwn = !!desc;
281
+
282
+ // By convention, when a data property is converted to an accessor
283
+ // property to emulate a data property that does not suffer from
284
+ // the override mistake, that accessor's getter is marked with
285
+ // an `originalValue` property. Here, when we detect this, we
286
+ // uphold the illusion by pretending to see that original data
287
+ // property, i.e., returning the value rather than the getter
288
+ // itself.
289
+ if (isOwn && 'get' in desc && !('originalValue' in desc.get)) {
290
+ value = desc.get;
291
+ } else {
292
+ value = value[part];
293
+ }
294
+ } else {
295
+ isOwn = hasOwn(value, part);
296
+ value = value[part];
297
+ }
298
+ if (isOwn && !skipFurtherCaching) {
299
+ INTRINSICS[intrinsicRealName] = value;
300
+ }
301
+ }
302
+ }
303
+ return value;
304
+ };
305
+
306
+ export { getIntrinsic as g };
307
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../../../../../node_modules/side-channel/node_modules/get-intrinsic/index.js"],"sourcesContent":["'use strict';\n\nvar undefined;\n\nvar $SyntaxError = SyntaxError;\nvar $Function = Function;\nvar $TypeError = TypeError;\n\n// eslint-disable-next-line consistent-return\nvar getEvalledConstructor = function (expressionSyntax) {\n\ttry {\n\t\treturn $Function('\"use strict\"; return (' + expressionSyntax + ').constructor;')();\n\t} catch (e) {}\n};\n\nvar $gOPD = Object.getOwnPropertyDescriptor;\nif ($gOPD) {\n\ttry {\n\t\t$gOPD({}, '');\n\t} catch (e) {\n\t\t$gOPD = null; // this is IE 8, which has a broken gOPD\n\t}\n}\n\nvar throwTypeError = function () {\n\tthrow new $TypeError();\n};\nvar ThrowTypeError = $gOPD\n\t? (function () {\n\t\ttry {\n\t\t\t// eslint-disable-next-line no-unused-expressions, no-caller, no-restricted-properties\n\t\t\targuments.callee; // IE 8 does not throw here\n\t\t\treturn throwTypeError;\n\t\t} catch (calleeThrows) {\n\t\t\ttry {\n\t\t\t\t// IE 8 throws on Object.getOwnPropertyDescriptor(arguments, '')\n\t\t\t\treturn $gOPD(arguments, 'callee').get;\n\t\t\t} catch (gOPDthrows) {\n\t\t\t\treturn throwTypeError;\n\t\t\t}\n\t\t}\n\t}())\n\t: throwTypeError;\n\nvar hasSymbols = require('has-symbols')();\n\nvar getProto = Object.getPrototypeOf || function (x) { return x.__proto__; }; // eslint-disable-line no-proto\n\nvar needsEval = {};\n\nvar TypedArray = typeof Uint8Array === 'undefined' ? undefined : getProto(Uint8Array);\n\nvar INTRINSICS = {\n\t'%AggregateError%': typeof AggregateError === 'undefined' ? undefined : AggregateError,\n\t'%Array%': Array,\n\t'%ArrayBuffer%': typeof ArrayBuffer === 'undefined' ? undefined : ArrayBuffer,\n\t'%ArrayIteratorPrototype%': hasSymbols ? getProto([][Symbol.iterator]()) : undefined,\n\t'%AsyncFromSyncIteratorPrototype%': undefined,\n\t'%AsyncFunction%': needsEval,\n\t'%AsyncGenerator%': needsEval,\n\t'%AsyncGeneratorFunction%': needsEval,\n\t'%AsyncIteratorPrototype%': needsEval,\n\t'%Atomics%': typeof Atomics === 'undefined' ? undefined : Atomics,\n\t'%BigInt%': typeof BigInt === 'undefined' ? undefined : BigInt,\n\t'%Boolean%': Boolean,\n\t'%DataView%': typeof DataView === 'undefined' ? undefined : DataView,\n\t'%Date%': Date,\n\t'%decodeURI%': decodeURI,\n\t'%decodeURIComponent%': decodeURIComponent,\n\t'%encodeURI%': encodeURI,\n\t'%encodeURIComponent%': encodeURIComponent,\n\t'%Error%': Error,\n\t'%eval%': eval, // eslint-disable-line no-eval\n\t'%EvalError%': EvalError,\n\t'%Float32Array%': typeof Float32Array === 'undefined' ? undefined : Float32Array,\n\t'%Float64Array%': typeof Float64Array === 'undefined' ? undefined : Float64Array,\n\t'%FinalizationRegistry%': typeof FinalizationRegistry === 'undefined' ? undefined : FinalizationRegistry,\n\t'%Function%': $Function,\n\t'%GeneratorFunction%': needsEval,\n\t'%Int8Array%': typeof Int8Array === 'undefined' ? undefined : Int8Array,\n\t'%Int16Array%': typeof Int16Array === 'undefined' ? undefined : Int16Array,\n\t'%Int32Array%': typeof Int32Array === 'undefined' ? undefined : Int32Array,\n\t'%isFinite%': isFinite,\n\t'%isNaN%': isNaN,\n\t'%IteratorPrototype%': hasSymbols ? getProto(getProto([][Symbol.iterator]())) : undefined,\n\t'%JSON%': typeof JSON === 'object' ? JSON : undefined,\n\t'%Map%': typeof Map === 'undefined' ? undefined : Map,\n\t'%MapIteratorPrototype%': typeof Map === 'undefined' || !hasSymbols ? undefined : getProto(new Map()[Symbol.iterator]()),\n\t'%Math%': Math,\n\t'%Number%': Number,\n\t'%Object%': Object,\n\t'%parseFloat%': parseFloat,\n\t'%parseInt%': parseInt,\n\t'%Promise%': typeof Promise === 'undefined' ? undefined : Promise,\n\t'%Proxy%': typeof Proxy === 'undefined' ? undefined : Proxy,\n\t'%RangeError%': RangeError,\n\t'%ReferenceError%': ReferenceError,\n\t'%Reflect%': typeof Reflect === 'undefined' ? undefined : Reflect,\n\t'%RegExp%': RegExp,\n\t'%Set%': typeof Set === 'undefined' ? undefined : Set,\n\t'%SetIteratorPrototype%': typeof Set === 'undefined' || !hasSymbols ? undefined : getProto(new Set()[Symbol.iterator]()),\n\t'%SharedArrayBuffer%': typeof SharedArrayBuffer === 'undefined' ? undefined : SharedArrayBuffer,\n\t'%String%': String,\n\t'%StringIteratorPrototype%': hasSymbols ? getProto(''[Symbol.iterator]()) : undefined,\n\t'%Symbol%': hasSymbols ? Symbol : undefined,\n\t'%SyntaxError%': $SyntaxError,\n\t'%ThrowTypeError%': ThrowTypeError,\n\t'%TypedArray%': TypedArray,\n\t'%TypeError%': $TypeError,\n\t'%Uint8Array%': typeof Uint8Array === 'undefined' ? undefined : Uint8Array,\n\t'%Uint8ClampedArray%': typeof Uint8ClampedArray === 'undefined' ? undefined : Uint8ClampedArray,\n\t'%Uint16Array%': typeof Uint16Array === 'undefined' ? undefined : Uint16Array,\n\t'%Uint32Array%': typeof Uint32Array === 'undefined' ? undefined : Uint32Array,\n\t'%URIError%': URIError,\n\t'%WeakMap%': typeof WeakMap === 'undefined' ? undefined : WeakMap,\n\t'%WeakRef%': typeof WeakRef === 'undefined' ? undefined : WeakRef,\n\t'%WeakSet%': typeof WeakSet === 'undefined' ? undefined : WeakSet\n};\n\nvar doEval = function doEval(name) {\n\tvar value;\n\tif (name === '%AsyncFunction%') {\n\t\tvalue = getEvalledConstructor('async function () {}');\n\t} else if (name === '%GeneratorFunction%') {\n\t\tvalue = getEvalledConstructor('function* () {}');\n\t} else if (name === '%AsyncGeneratorFunction%') {\n\t\tvalue = getEvalledConstructor('async function* () {}');\n\t} else if (name === '%AsyncGenerator%') {\n\t\tvar fn = doEval('%AsyncGeneratorFunction%');\n\t\tif (fn) {\n\t\t\tvalue = fn.prototype;\n\t\t}\n\t} else if (name === '%AsyncIteratorPrototype%') {\n\t\tvar gen = doEval('%AsyncGenerator%');\n\t\tif (gen) {\n\t\t\tvalue = getProto(gen.prototype);\n\t\t}\n\t}\n\n\tINTRINSICS[name] = value;\n\n\treturn value;\n};\n\nvar LEGACY_ALIASES = {\n\t'%ArrayBufferPrototype%': ['ArrayBuffer', 'prototype'],\n\t'%ArrayPrototype%': ['Array', 'prototype'],\n\t'%ArrayProto_entries%': ['Array', 'prototype', 'entries'],\n\t'%ArrayProto_forEach%': ['Array', 'prototype', 'forEach'],\n\t'%ArrayProto_keys%': ['Array', 'prototype', 'keys'],\n\t'%ArrayProto_values%': ['Array', 'prototype', 'values'],\n\t'%AsyncFunctionPrototype%': ['AsyncFunction', 'prototype'],\n\t'%AsyncGenerator%': ['AsyncGeneratorFunction', 'prototype'],\n\t'%AsyncGeneratorPrototype%': ['AsyncGeneratorFunction', 'prototype', 'prototype'],\n\t'%BooleanPrototype%': ['Boolean', 'prototype'],\n\t'%DataViewPrototype%': ['DataView', 'prototype'],\n\t'%DatePrototype%': ['Date', 'prototype'],\n\t'%ErrorPrototype%': ['Error', 'prototype'],\n\t'%EvalErrorPrototype%': ['EvalError', 'prototype'],\n\t'%Float32ArrayPrototype%': ['Float32Array', 'prototype'],\n\t'%Float64ArrayPrototype%': ['Float64Array', 'prototype'],\n\t'%FunctionPrototype%': ['Function', 'prototype'],\n\t'%Generator%': ['GeneratorFunction', 'prototype'],\n\t'%GeneratorPrototype%': ['GeneratorFunction', 'prototype', 'prototype'],\n\t'%Int8ArrayPrototype%': ['Int8Array', 'prototype'],\n\t'%Int16ArrayPrototype%': ['Int16Array', 'prototype'],\n\t'%Int32ArrayPrototype%': ['Int32Array', 'prototype'],\n\t'%JSONParse%': ['JSON', 'parse'],\n\t'%JSONStringify%': ['JSON', 'stringify'],\n\t'%MapPrototype%': ['Map', 'prototype'],\n\t'%NumberPrototype%': ['Number', 'prototype'],\n\t'%ObjectPrototype%': ['Object', 'prototype'],\n\t'%ObjProto_toString%': ['Object', 'prototype', 'toString'],\n\t'%ObjProto_valueOf%': ['Object', 'prototype', 'valueOf'],\n\t'%PromisePrototype%': ['Promise', 'prototype'],\n\t'%PromiseProto_then%': ['Promise', 'prototype', 'then'],\n\t'%Promise_all%': ['Promise', 'all'],\n\t'%Promise_reject%': ['Promise', 'reject'],\n\t'%Promise_resolve%': ['Promise', 'resolve'],\n\t'%RangeErrorPrototype%': ['RangeError', 'prototype'],\n\t'%ReferenceErrorPrototype%': ['ReferenceError', 'prototype'],\n\t'%RegExpPrototype%': ['RegExp', 'prototype'],\n\t'%SetPrototype%': ['Set', 'prototype'],\n\t'%SharedArrayBufferPrototype%': ['SharedArrayBuffer', 'prototype'],\n\t'%StringPrototype%': ['String', 'prototype'],\n\t'%SymbolPrototype%': ['Symbol', 'prototype'],\n\t'%SyntaxErrorPrototype%': ['SyntaxError', 'prototype'],\n\t'%TypedArrayPrototype%': ['TypedArray', 'prototype'],\n\t'%TypeErrorPrototype%': ['TypeError', 'prototype'],\n\t'%Uint8ArrayPrototype%': ['Uint8Array', 'prototype'],\n\t'%Uint8ClampedArrayPrototype%': ['Uint8ClampedArray', 'prototype'],\n\t'%Uint16ArrayPrototype%': ['Uint16Array', 'prototype'],\n\t'%Uint32ArrayPrototype%': ['Uint32Array', 'prototype'],\n\t'%URIErrorPrototype%': ['URIError', 'prototype'],\n\t'%WeakMapPrototype%': ['WeakMap', 'prototype'],\n\t'%WeakSetPrototype%': ['WeakSet', 'prototype']\n};\n\nvar bind = require('function-bind');\nvar hasOwn = require('has');\nvar $concat = bind.call(Function.call, Array.prototype.concat);\nvar $spliceApply = bind.call(Function.apply, Array.prototype.splice);\nvar $replace = bind.call(Function.call, String.prototype.replace);\nvar $strSlice = bind.call(Function.call, String.prototype.slice);\n\n/* adapted from https://github.com/lodash/lodash/blob/4.17.15/dist/lodash.js#L6735-L6744 */\nvar rePropName = /[^%.[\\]]+|\\[(?:(-?\\d+(?:\\.\\d+)?)|([\"'])((?:(?!\\2)[^\\\\]|\\\\.)*?)\\2)\\]|(?=(?:\\.|\\[\\])(?:\\.|\\[\\]|%$))/g;\nvar reEscapeChar = /\\\\(\\\\)?/g; /** Used to match backslashes in property paths. */\nvar stringToPath = function stringToPath(string) {\n\tvar first = $strSlice(string, 0, 1);\n\tvar last = $strSlice(string, -1);\n\tif (first === '%' && last !== '%') {\n\t\tthrow new $SyntaxError('invalid intrinsic syntax, expected closing `%`');\n\t} else if (last === '%' && first !== '%') {\n\t\tthrow new $SyntaxError('invalid intrinsic syntax, expected opening `%`');\n\t}\n\tvar result = [];\n\t$replace(string, rePropName, function (match, number, quote, subString) {\n\t\tresult[result.length] = quote ? $replace(subString, reEscapeChar, '$1') : number || match;\n\t});\n\treturn result;\n};\n/* end adaptation */\n\nvar getBaseIntrinsic = function getBaseIntrinsic(name, allowMissing) {\n\tvar intrinsicName = name;\n\tvar alias;\n\tif (hasOwn(LEGACY_ALIASES, intrinsicName)) {\n\t\talias = LEGACY_ALIASES[intrinsicName];\n\t\tintrinsicName = '%' + alias[0] + '%';\n\t}\n\n\tif (hasOwn(INTRINSICS, intrinsicName)) {\n\t\tvar value = INTRINSICS[intrinsicName];\n\t\tif (value === needsEval) {\n\t\t\tvalue = doEval(intrinsicName);\n\t\t}\n\t\tif (typeof value === 'undefined' && !allowMissing) {\n\t\t\tthrow new $TypeError('intrinsic ' + name + ' exists, but is not available. Please file an issue!');\n\t\t}\n\n\t\treturn {\n\t\t\talias: alias,\n\t\t\tname: intrinsicName,\n\t\t\tvalue: value\n\t\t};\n\t}\n\n\tthrow new $SyntaxError('intrinsic ' + name + ' does not exist!');\n};\n\nmodule.exports = function GetIntrinsic(name, allowMissing) {\n\tif (typeof name !== 'string' || name.length === 0) {\n\t\tthrow new $TypeError('intrinsic name must be a non-empty string');\n\t}\n\tif (arguments.length > 1 && typeof allowMissing !== 'boolean') {\n\t\tthrow new $TypeError('\"allowMissing\" argument must be a boolean');\n\t}\n\n\tvar parts = stringToPath(name);\n\tvar intrinsicBaseName = parts.length > 0 ? parts[0] : '';\n\n\tvar intrinsic = getBaseIntrinsic('%' + intrinsicBaseName + '%', allowMissing);\n\tvar intrinsicRealName = intrinsic.name;\n\tvar value = intrinsic.value;\n\tvar skipFurtherCaching = false;\n\n\tvar alias = intrinsic.alias;\n\tif (alias) {\n\t\tintrinsicBaseName = alias[0];\n\t\t$spliceApply(parts, $concat([0, 1], alias));\n\t}\n\n\tfor (var i = 1, isOwn = true; i < parts.length; i += 1) {\n\t\tvar part = parts[i];\n\t\tvar first = $strSlice(part, 0, 1);\n\t\tvar last = $strSlice(part, -1);\n\t\tif (\n\t\t\t(\n\t\t\t\t(first === '\"' || first === \"'\" || first === '`')\n\t\t\t\t|| (last === '\"' || last === \"'\" || last === '`')\n\t\t\t)\n\t\t\t&& first !== last\n\t\t) {\n\t\t\tthrow new $SyntaxError('property names with quotes must have matching quotes');\n\t\t}\n\t\tif (part === 'constructor' || !isOwn) {\n\t\t\tskipFurtherCaching = true;\n\t\t}\n\n\t\tintrinsicBaseName += '.' + part;\n\t\tintrinsicRealName = '%' + intrinsicBaseName + '%';\n\n\t\tif (hasOwn(INTRINSICS, intrinsicRealName)) {\n\t\t\tvalue = INTRINSICS[intrinsicRealName];\n\t\t} else if (value != null) {\n\t\t\tif (!(part in value)) {\n\t\t\t\tif (!allowMissing) {\n\t\t\t\t\tthrow new $TypeError('base intrinsic for ' + name + ' exists, but the property is not available.');\n\t\t\t\t}\n\t\t\t\treturn void undefined;\n\t\t\t}\n\t\t\tif ($gOPD && (i + 1) >= parts.length) {\n\t\t\t\tvar desc = $gOPD(value, part);\n\t\t\t\tisOwn = !!desc;\n\n\t\t\t\t// By convention, when a data property is converted to an accessor\n\t\t\t\t// property to emulate a data property that does not suffer from\n\t\t\t\t// the override mistake, that accessor's getter is marked with\n\t\t\t\t// an `originalValue` property. Here, when we detect this, we\n\t\t\t\t// uphold the illusion by pretending to see that original data\n\t\t\t\t// property, i.e., returning the value rather than the getter\n\t\t\t\t// itself.\n\t\t\t\tif (isOwn && 'get' in desc && !('originalValue' in desc.get)) {\n\t\t\t\t\tvalue = desc.get;\n\t\t\t\t} else {\n\t\t\t\t\tvalue = value[part];\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tisOwn = hasOwn(value, part);\n\t\t\t\tvalue = value[part];\n\t\t\t}\n\n\t\t\tif (isOwn && !skipFurtherCaching) {\n\t\t\t\tINTRINSICS[intrinsicRealName] = value;\n\t\t\t}\n\t\t}\n\t}\n\treturn value;\n};\n"],"names":["undefined","$SyntaxError","SyntaxError","$Function","Function","$TypeError","TypeError","getEvalledConstructor","expressionSyntax","e","$gOPD","Object","getOwnPropertyDescriptor","throwTypeError","ThrowTypeError","arguments","callee","calleeThrows","get","gOPDthrows","hasSymbols","require","getProto","getPrototypeOf","x","__proto__","needsEval","TypedArray","Uint8Array","INTRINSICS","AggregateError","Array","ArrayBuffer","Symbol","iterator","Atomics","BigInt","Boolean","DataView","Date","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","Error","eval","EvalError","Float32Array","Float64Array","FinalizationRegistry","Int8Array","Int16Array","Int32Array","isFinite","isNaN","JSON","Map","Math","Number","parseFloat","parseInt","Promise","Proxy","RangeError","ReferenceError","Reflect","RegExp","Set","SharedArrayBuffer","String","Uint8ClampedArray","Uint16Array","Uint32Array","URIError","WeakMap","WeakRef","WeakSet","doEval","name","value","fn","prototype","gen","LEGACY_ALIASES","bind","hasOwn","$concat","call","concat","$spliceApply","apply","splice","$replace","replace","$strSlice","slice","rePropName","reEscapeChar","stringToPath","string","first","last","result","match","number","quote","subString","length","getBaseIntrinsic","allowMissing","intrinsicName","alias","module","GetIntrinsic","parts","intrinsicBaseName","intrinsic","intrinsicRealName","skipFurtherCaching","i","isOwn","part","desc"],"mappings":"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","x_google_ignoreList":[0]}
@@ -0,0 +1,22 @@
1
+ import { s as shams } from './shams.js';
2
+
3
+ var origSymbol = typeof Symbol !== 'undefined' && Symbol;
4
+ var hasSymbolSham = shams;
5
+ var hasSymbols = function hasNativeSymbols() {
6
+ if (typeof origSymbol !== 'function') {
7
+ return false;
8
+ }
9
+ if (typeof Symbol !== 'function') {
10
+ return false;
11
+ }
12
+ if (typeof origSymbol('foo') !== 'symbol') {
13
+ return false;
14
+ }
15
+ if (typeof Symbol('bar') !== 'symbol') {
16
+ return false;
17
+ }
18
+ return hasSymbolSham();
19
+ };
20
+
21
+ export { hasSymbols as h };
22
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../../../../../node_modules/side-channel/node_modules/has-symbols/index.js"],"sourcesContent":["'use strict';\n\nvar origSymbol = typeof Symbol !== 'undefined' && Symbol;\nvar hasSymbolSham = require('./shams');\n\nmodule.exports = function hasNativeSymbols() {\n\tif (typeof origSymbol !== 'function') { return false; }\n\tif (typeof Symbol !== 'function') { return false; }\n\tif (typeof origSymbol('foo') !== 'symbol') { return false; }\n\tif (typeof Symbol('bar') !== 'symbol') { return false; }\n\n\treturn hasSymbolSham();\n};\n"],"names":["origSymbol","Symbol","hasSymbolSham","require","module","hasNativeSymbols"],"mappings":";;AAEA,IAAIA,UAAU,GAAG,OAAOC,MAAM,KAAK,WAAW,IAAIA,MAAM;AACxD,IAAIC,aAAa,GAAGC,KAAkB;IAEtCC,UAAc,GAAG,SAASC,gBAAgBA,GAAG;AAC5C,EAAA,IAAI,OAAOL,UAAU,KAAK,UAAU,EAAE;AAAE,IAAA,OAAO,KAAK;AAAE;AACtD,EAAA,IAAI,OAAOC,MAAM,KAAK,UAAU,EAAE;AAAE,IAAA,OAAO,KAAK;AAAE;AAClD,EAAA,IAAI,OAAOD,UAAU,CAAC,KAAK,CAAC,KAAK,QAAQ,EAAE;AAAE,IAAA,OAAO,KAAK;AAAE;AAC3D,EAAA,IAAI,OAAOC,MAAM,CAAC,KAAK,CAAC,KAAK,QAAQ,EAAE;AAAE,IAAA,OAAO,KAAK;AAAE;EAEvD,OAAOC,aAAa,EAAE;AACvB;;;;","x_google_ignoreList":[0]}