@banumeow/n8n-nodes-oci-generativeai-agent 0.1.4 → 0.1.6

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 (1993) hide show
  1. package/node_modules/@types/isomorphic-fetch/LICENSE +21 -0
  2. package/node_modules/@types/isomorphic-fetch/README.md +16 -0
  3. package/node_modules/@types/isomorphic-fetch/index.d.ts +9 -0
  4. package/node_modules/@types/isomorphic-fetch/package.json +23 -0
  5. package/node_modules/@types/jsonwebtoken/LICENSE +21 -0
  6. package/node_modules/@types/jsonwebtoken/README.md +16 -0
  7. package/node_modules/@types/jsonwebtoken/index.d.ts +250 -0
  8. package/node_modules/@types/jsonwebtoken/package.json +82 -0
  9. package/node_modules/@types/jssha/LICENSE +21 -0
  10. package/node_modules/@types/jssha/README.md +16 -0
  11. package/node_modules/@types/jssha/index.d.ts +84 -0
  12. package/node_modules/@types/jssha/package.json +33 -0
  13. package/node_modules/@types/node/LICENSE +21 -0
  14. package/node_modules/@types/node/README.md +15 -0
  15. package/node_modules/@types/node/assert/strict.d.ts +8 -0
  16. package/node_modules/@types/node/assert.d.ts +1005 -0
  17. package/node_modules/@types/node/async_hooks.d.ts +586 -0
  18. package/node_modules/@types/node/buffer.buffer.d.ts +457 -0
  19. package/node_modules/@types/node/buffer.d.ts +1901 -0
  20. package/node_modules/@types/node/child_process.d.ts +1453 -0
  21. package/node_modules/@types/node/cluster.d.ts +578 -0
  22. package/node_modules/@types/node/compatibility/disposable.d.ts +14 -0
  23. package/node_modules/@types/node/compatibility/index.d.ts +9 -0
  24. package/node_modules/@types/node/compatibility/indexable.d.ts +20 -0
  25. package/node_modules/@types/node/compatibility/iterators.d.ts +20 -0
  26. package/node_modules/@types/node/console.d.ts +452 -0
  27. package/node_modules/@types/node/constants.d.ts +21 -0
  28. package/node_modules/@types/node/crypto.d.ts +4504 -0
  29. package/node_modules/@types/node/dgram.d.ts +596 -0
  30. package/node_modules/@types/node/diagnostics_channel.d.ts +551 -0
  31. package/node_modules/@types/node/dns/promises.d.ts +477 -0
  32. package/node_modules/@types/node/dns.d.ts +860 -0
  33. package/node_modules/@types/node/domain.d.ts +170 -0
  34. package/node_modules/@types/node/events.d.ts +863 -0
  35. package/node_modules/@types/node/fs/promises.d.ts +1208 -0
  36. package/node_modules/@types/node/fs.d.ts +4332 -0
  37. package/node_modules/@types/node/globals.d.ts +170 -0
  38. package/node_modules/@types/node/globals.typedarray.d.ts +21 -0
  39. package/node_modules/@types/node/http.d.ts +1919 -0
  40. package/node_modules/@types/node/http2.d.ts +2580 -0
  41. package/node_modules/@types/node/https.d.ts +549 -0
  42. package/node_modules/@types/node/index.d.ts +92 -0
  43. package/node_modules/@types/node/inspector.generated.d.ts +2775 -0
  44. package/node_modules/@types/node/module.d.ts +503 -0
  45. package/node_modules/@types/node/net.d.ts +924 -0
  46. package/node_modules/@types/node/os.d.ts +480 -0
  47. package/node_modules/@types/node/package.json +145 -0
  48. package/node_modules/@types/node/path.d.ts +191 -0
  49. package/node_modules/@types/node/perf_hooks.d.ts +860 -0
  50. package/node_modules/@types/node/process.d.ts +1632 -0
  51. package/node_modules/@types/node/punycode.d.ts +117 -0
  52. package/node_modules/@types/node/querystring.d.ts +140 -0
  53. package/node_modules/@types/node/readline/promises.d.ts +154 -0
  54. package/node_modules/@types/node/readline.d.ts +715 -0
  55. package/node_modules/@types/node/repl.d.ts +430 -0
  56. package/node_modules/@types/node/stream/consumers.d.ts +38 -0
  57. package/node_modules/@types/node/stream/promises.d.ts +90 -0
  58. package/node_modules/@types/node/stream/web.d.ts +527 -0
  59. package/node_modules/@types/node/stream.d.ts +1680 -0
  60. package/node_modules/@types/node/string_decoder.d.ts +67 -0
  61. package/node_modules/@types/node/test.d.ts +1208 -0
  62. package/node_modules/@types/node/timers/promises.d.ts +108 -0
  63. package/node_modules/@types/node/timers.d.ts +286 -0
  64. package/node_modules/@types/node/tls.d.ts +1204 -0
  65. package/node_modules/@types/node/trace_events.d.ts +171 -0
  66. package/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +455 -0
  67. package/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +19 -0
  68. package/node_modules/@types/node/ts5.6/index.d.ts +92 -0
  69. package/node_modules/@types/node/tty.d.ts +206 -0
  70. package/node_modules/@types/node/url.d.ts +957 -0
  71. package/node_modules/@types/node/util.d.ts +2083 -0
  72. package/node_modules/@types/node/v8.d.ts +753 -0
  73. package/node_modules/@types/node/vm.d.ts +704 -0
  74. package/node_modules/@types/node/wasi.d.ts +160 -0
  75. package/node_modules/@types/node/web-globals/abortcontroller.d.ts +34 -0
  76. package/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
  77. package/node_modules/@types/node/web-globals/events.d.ts +81 -0
  78. package/node_modules/@types/node/web-globals/fetch.d.ts +38 -0
  79. package/node_modules/@types/node/worker_threads.d.ts +698 -0
  80. package/node_modules/@types/node/zlib.d.ts +517 -0
  81. package/node_modules/@types/opossum/LICENSE +21 -0
  82. package/node_modules/@types/opossum/README.md +16 -0
  83. package/node_modules/@types/opossum/index.d.ts +251 -0
  84. package/node_modules/@types/opossum/package.json +46 -0
  85. package/node_modules/@types/sshpk/README.md +16 -0
  86. package/node_modules/@types/sshpk/index.d.ts +359 -0
  87. package/node_modules/@types/sshpk/package.json +24 -0
  88. package/node_modules/asn1/Jenkinsfile +65 -0
  89. package/node_modules/asn1/LICENSE +19 -0
  90. package/node_modules/asn1/README.md +50 -0
  91. package/node_modules/asn1/lib/ber/errors.js +13 -0
  92. package/node_modules/asn1/lib/ber/index.js +27 -0
  93. package/node_modules/asn1/lib/ber/reader.js +262 -0
  94. package/node_modules/asn1/lib/ber/types.js +36 -0
  95. package/node_modules/asn1/lib/ber/writer.js +317 -0
  96. package/node_modules/asn1/lib/index.js +20 -0
  97. package/node_modules/asn1/package.json +31 -0
  98. package/node_modules/assert-plus/AUTHORS +6 -0
  99. package/node_modules/assert-plus/CHANGES.md +14 -0
  100. package/node_modules/assert-plus/README.md +162 -0
  101. package/node_modules/assert-plus/assert.js +211 -0
  102. package/node_modules/assert-plus/package.json +23 -0
  103. package/node_modules/bcrypt-pbkdf/CONTRIBUTING.md +13 -0
  104. package/node_modules/bcrypt-pbkdf/LICENSE +66 -0
  105. package/node_modules/bcrypt-pbkdf/README.md +45 -0
  106. package/node_modules/bcrypt-pbkdf/index.js +556 -0
  107. package/node_modules/bcrypt-pbkdf/package.json +15 -0
  108. package/node_modules/buffer-equal-constant-time/.npmignore +2 -0
  109. package/node_modules/buffer-equal-constant-time/.travis.yml +4 -0
  110. package/node_modules/buffer-equal-constant-time/LICENSE.txt +12 -0
  111. package/node_modules/buffer-equal-constant-time/README.md +50 -0
  112. package/node_modules/buffer-equal-constant-time/index.js +41 -0
  113. package/node_modules/buffer-equal-constant-time/package.json +21 -0
  114. package/node_modules/buffer-equal-constant-time/test.js +42 -0
  115. package/node_modules/core-util-is/LICENSE +19 -0
  116. package/node_modules/core-util-is/README.md +3 -0
  117. package/node_modules/core-util-is/float.patch +604 -0
  118. package/node_modules/core-util-is/lib/util.js +107 -0
  119. package/node_modules/core-util-is/package.json +32 -0
  120. package/node_modules/core-util-is/test.js +68 -0
  121. package/node_modules/dashdash/CHANGES.md +364 -0
  122. package/node_modules/dashdash/LICENSE.txt +24 -0
  123. package/node_modules/dashdash/README.md +574 -0
  124. package/node_modules/dashdash/etc/dashdash.bash_completion.in +389 -0
  125. package/node_modules/dashdash/lib/dashdash.js +1055 -0
  126. package/node_modules/dashdash/package.json +26 -0
  127. package/node_modules/ecc-jsbn/LICENSE +21 -0
  128. package/node_modules/ecc-jsbn/README.md +8 -0
  129. package/node_modules/ecc-jsbn/index.js +58 -0
  130. package/node_modules/ecc-jsbn/lib/LICENSE-jsbn +40 -0
  131. package/node_modules/ecc-jsbn/lib/ec.js +561 -0
  132. package/node_modules/ecc-jsbn/lib/sec.js +170 -0
  133. package/node_modules/ecc-jsbn/package.json +40 -0
  134. package/node_modules/ecc-jsbn/test.js +14 -0
  135. package/node_modules/ecdsa-sig-formatter/CODEOWNERS +1 -0
  136. package/node_modules/ecdsa-sig-formatter/LICENSE +201 -0
  137. package/node_modules/ecdsa-sig-formatter/README.md +65 -0
  138. package/node_modules/ecdsa-sig-formatter/package.json +46 -0
  139. package/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.d.ts +17 -0
  140. package/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.js +187 -0
  141. package/node_modules/ecdsa-sig-formatter/src/param-bytes-for-alg.js +23 -0
  142. package/node_modules/es6-promise/CHANGELOG.md +151 -0
  143. package/node_modules/es6-promise/LICENSE +19 -0
  144. package/node_modules/es6-promise/README.md +97 -0
  145. package/node_modules/es6-promise/auto.js +4 -0
  146. package/node_modules/es6-promise/dist/es6-promise.auto.js +1185 -0
  147. package/node_modules/es6-promise/dist/es6-promise.auto.map +1 -0
  148. package/node_modules/es6-promise/dist/es6-promise.auto.min.js +1 -0
  149. package/node_modules/es6-promise/dist/es6-promise.auto.min.map +1 -0
  150. package/node_modules/es6-promise/dist/es6-promise.js +1183 -0
  151. package/node_modules/es6-promise/dist/es6-promise.map +1 -0
  152. package/node_modules/es6-promise/dist/es6-promise.min.js +1 -0
  153. package/node_modules/es6-promise/dist/es6-promise.min.map +1 -0
  154. package/node_modules/es6-promise/es6-promise.d.ts +81 -0
  155. package/node_modules/es6-promise/lib/es6-promise/-internal.js +266 -0
  156. package/node_modules/es6-promise/lib/es6-promise/asap.js +119 -0
  157. package/node_modules/es6-promise/lib/es6-promise/enumerator.js +113 -0
  158. package/node_modules/es6-promise/lib/es6-promise/polyfill.js +35 -0
  159. package/node_modules/es6-promise/lib/es6-promise/promise/all.js +52 -0
  160. package/node_modules/es6-promise/lib/es6-promise/promise/race.js +84 -0
  161. package/node_modules/es6-promise/lib/es6-promise/promise/reject.js +46 -0
  162. package/node_modules/es6-promise/lib/es6-promise/promise/resolve.js +48 -0
  163. package/node_modules/es6-promise/lib/es6-promise/promise.js +431 -0
  164. package/node_modules/es6-promise/lib/es6-promise/then.js +32 -0
  165. package/node_modules/es6-promise/lib/es6-promise/utils.js +21 -0
  166. package/node_modules/es6-promise/lib/es6-promise.auto.js +3 -0
  167. package/node_modules/es6-promise/lib/es6-promise.js +7 -0
  168. package/node_modules/es6-promise/package.json +78 -0
  169. package/node_modules/extsprintf/.gitmodules +0 -0
  170. package/node_modules/extsprintf/.npmignore +2 -0
  171. package/node_modules/extsprintf/LICENSE +19 -0
  172. package/node_modules/extsprintf/Makefile +24 -0
  173. package/node_modules/extsprintf/Makefile.targ +285 -0
  174. package/node_modules/extsprintf/README.md +46 -0
  175. package/node_modules/extsprintf/jsl.node.conf +137 -0
  176. package/node_modules/extsprintf/lib/extsprintf.js +183 -0
  177. package/node_modules/extsprintf/package.json +14 -0
  178. package/node_modules/getpass/.npmignore +8 -0
  179. package/node_modules/getpass/.travis.yml +9 -0
  180. package/node_modules/getpass/LICENSE +18 -0
  181. package/node_modules/getpass/README.md +32 -0
  182. package/node_modules/getpass/lib/index.js +123 -0
  183. package/node_modules/getpass/package.json +18 -0
  184. package/node_modules/http-signature/CHANGES.md +67 -0
  185. package/node_modules/http-signature/LICENSE +18 -0
  186. package/node_modules/http-signature/README.md +79 -0
  187. package/node_modules/http-signature/lib/index.js +29 -0
  188. package/node_modules/http-signature/lib/parser.js +319 -0
  189. package/node_modules/http-signature/lib/signer.js +405 -0
  190. package/node_modules/http-signature/lib/utils.js +118 -0
  191. package/node_modules/http-signature/lib/verify.js +88 -0
  192. package/node_modules/http-signature/package.json +41 -0
  193. package/node_modules/isomorphic-fetch/.editorconfig +12 -0
  194. package/node_modules/isomorphic-fetch/.jshintrc +5 -0
  195. package/node_modules/isomorphic-fetch/.travis.yml +4 -0
  196. package/node_modules/isomorphic-fetch/LICENSE +21 -0
  197. package/node_modules/isomorphic-fetch/README.md +57 -0
  198. package/node_modules/isomorphic-fetch/bower.json +7 -0
  199. package/node_modules/isomorphic-fetch/fetch-bower.js +1 -0
  200. package/node_modules/isomorphic-fetch/fetch-npm-browserify.js +6 -0
  201. package/node_modules/isomorphic-fetch/fetch-npm-node.js +16 -0
  202. package/node_modules/isomorphic-fetch/package.json +32 -0
  203. package/node_modules/isomorphic-fetch/test/api.test.js +50 -0
  204. package/node_modules/jsbn/.npmignore +2 -0
  205. package/node_modules/jsbn/LICENSE +40 -0
  206. package/node_modules/jsbn/README.md +175 -0
  207. package/node_modules/jsbn/example.html +12 -0
  208. package/node_modules/jsbn/example.js +3 -0
  209. package/node_modules/jsbn/index.js +1357 -0
  210. package/node_modules/jsbn/package.json +21 -0
  211. package/node_modules/json-schema/LICENSE +195 -0
  212. package/node_modules/json-schema/README.md +3 -0
  213. package/node_modules/json-schema/lib/links.js +65 -0
  214. package/node_modules/json-schema/lib/validate.js +271 -0
  215. package/node_modules/json-schema/package.json +24 -0
  216. package/node_modules/jsprim/CHANGES.md +53 -0
  217. package/node_modules/jsprim/CONTRIBUTING.md +19 -0
  218. package/node_modules/jsprim/LICENSE +19 -0
  219. package/node_modules/jsprim/README.md +287 -0
  220. package/node_modules/jsprim/lib/jsprim.js +735 -0
  221. package/node_modules/jsprim/package.json +20 -0
  222. package/node_modules/lodash/LICENSE +47 -0
  223. package/node_modules/lodash/README.md +39 -0
  224. package/node_modules/lodash/_DataView.js +7 -0
  225. package/node_modules/lodash/_Hash.js +32 -0
  226. package/node_modules/lodash/_LazyWrapper.js +28 -0
  227. package/node_modules/lodash/_ListCache.js +32 -0
  228. package/node_modules/lodash/_LodashWrapper.js +22 -0
  229. package/node_modules/lodash/_Map.js +7 -0
  230. package/node_modules/lodash/_MapCache.js +32 -0
  231. package/node_modules/lodash/_Promise.js +7 -0
  232. package/node_modules/lodash/_Set.js +7 -0
  233. package/node_modules/lodash/_SetCache.js +27 -0
  234. package/node_modules/lodash/_Stack.js +27 -0
  235. package/node_modules/lodash/_Symbol.js +6 -0
  236. package/node_modules/lodash/_Uint8Array.js +6 -0
  237. package/node_modules/lodash/_WeakMap.js +7 -0
  238. package/node_modules/lodash/_apply.js +21 -0
  239. package/node_modules/lodash/_arrayAggregator.js +22 -0
  240. package/node_modules/lodash/_arrayEach.js +22 -0
  241. package/node_modules/lodash/_arrayEachRight.js +21 -0
  242. package/node_modules/lodash/_arrayEvery.js +23 -0
  243. package/node_modules/lodash/_arrayFilter.js +25 -0
  244. package/node_modules/lodash/_arrayIncludes.js +17 -0
  245. package/node_modules/lodash/_arrayIncludesWith.js +22 -0
  246. package/node_modules/lodash/_arrayLikeKeys.js +49 -0
  247. package/node_modules/lodash/_arrayMap.js +21 -0
  248. package/node_modules/lodash/_arrayPush.js +20 -0
  249. package/node_modules/lodash/_arrayReduce.js +26 -0
  250. package/node_modules/lodash/_arrayReduceRight.js +24 -0
  251. package/node_modules/lodash/_arraySample.js +15 -0
  252. package/node_modules/lodash/_arraySampleSize.js +17 -0
  253. package/node_modules/lodash/_arrayShuffle.js +15 -0
  254. package/node_modules/lodash/_arraySome.js +23 -0
  255. package/node_modules/lodash/_asciiSize.js +12 -0
  256. package/node_modules/lodash/_asciiToArray.js +12 -0
  257. package/node_modules/lodash/_asciiWords.js +15 -0
  258. package/node_modules/lodash/_assignMergeValue.js +20 -0
  259. package/node_modules/lodash/_assignValue.js +28 -0
  260. package/node_modules/lodash/_assocIndexOf.js +21 -0
  261. package/node_modules/lodash/_baseAggregator.js +21 -0
  262. package/node_modules/lodash/_baseAssign.js +17 -0
  263. package/node_modules/lodash/_baseAssignIn.js +17 -0
  264. package/node_modules/lodash/_baseAssignValue.js +25 -0
  265. package/node_modules/lodash/_baseAt.js +23 -0
  266. package/node_modules/lodash/_baseClamp.js +22 -0
  267. package/node_modules/lodash/_baseClone.js +166 -0
  268. package/node_modules/lodash/_baseConforms.js +18 -0
  269. package/node_modules/lodash/_baseConformsTo.js +27 -0
  270. package/node_modules/lodash/_baseCreate.js +30 -0
  271. package/node_modules/lodash/_baseDelay.js +21 -0
  272. package/node_modules/lodash/_baseDifference.js +67 -0
  273. package/node_modules/lodash/_baseEach.js +14 -0
  274. package/node_modules/lodash/_baseEachRight.js +14 -0
  275. package/node_modules/lodash/_baseEvery.js +21 -0
  276. package/node_modules/lodash/_baseExtremum.js +32 -0
  277. package/node_modules/lodash/_baseFill.js +32 -0
  278. package/node_modules/lodash/_baseFilter.js +21 -0
  279. package/node_modules/lodash/_baseFindIndex.js +24 -0
  280. package/node_modules/lodash/_baseFindKey.js +23 -0
  281. package/node_modules/lodash/_baseFlatten.js +38 -0
  282. package/node_modules/lodash/_baseFor.js +16 -0
  283. package/node_modules/lodash/_baseForOwn.js +16 -0
  284. package/node_modules/lodash/_baseForOwnRight.js +16 -0
  285. package/node_modules/lodash/_baseForRight.js +15 -0
  286. package/node_modules/lodash/_baseFunctions.js +19 -0
  287. package/node_modules/lodash/_baseGet.js +24 -0
  288. package/node_modules/lodash/_baseGetAllKeys.js +20 -0
  289. package/node_modules/lodash/_baseGetTag.js +28 -0
  290. package/node_modules/lodash/_baseGt.js +14 -0
  291. package/node_modules/lodash/_baseHas.js +19 -0
  292. package/node_modules/lodash/_baseHasIn.js +13 -0
  293. package/node_modules/lodash/_baseInRange.js +18 -0
  294. package/node_modules/lodash/_baseIndexOf.js +20 -0
  295. package/node_modules/lodash/_baseIndexOfWith.js +23 -0
  296. package/node_modules/lodash/_baseIntersection.js +74 -0
  297. package/node_modules/lodash/_baseInverter.js +21 -0
  298. package/node_modules/lodash/_baseInvoke.js +24 -0
  299. package/node_modules/lodash/_baseIsArguments.js +18 -0
  300. package/node_modules/lodash/_baseIsArrayBuffer.js +17 -0
  301. package/node_modules/lodash/_baseIsDate.js +18 -0
  302. package/node_modules/lodash/_baseIsEqual.js +28 -0
  303. package/node_modules/lodash/_baseIsEqualDeep.js +83 -0
  304. package/node_modules/lodash/_baseIsMap.js +18 -0
  305. package/node_modules/lodash/_baseIsMatch.js +62 -0
  306. package/node_modules/lodash/_baseIsNaN.js +12 -0
  307. package/node_modules/lodash/_baseIsNative.js +47 -0
  308. package/node_modules/lodash/_baseIsRegExp.js +18 -0
  309. package/node_modules/lodash/_baseIsSet.js +18 -0
  310. package/node_modules/lodash/_baseIsTypedArray.js +60 -0
  311. package/node_modules/lodash/_baseIteratee.js +31 -0
  312. package/node_modules/lodash/_baseKeys.js +30 -0
  313. package/node_modules/lodash/_baseKeysIn.js +33 -0
  314. package/node_modules/lodash/_baseLodash.js +10 -0
  315. package/node_modules/lodash/_baseLt.js +14 -0
  316. package/node_modules/lodash/_baseMap.js +22 -0
  317. package/node_modules/lodash/_baseMatches.js +22 -0
  318. package/node_modules/lodash/_baseMatchesProperty.js +33 -0
  319. package/node_modules/lodash/_baseMean.js +20 -0
  320. package/node_modules/lodash/_baseMerge.js +42 -0
  321. package/node_modules/lodash/_baseMergeDeep.js +94 -0
  322. package/node_modules/lodash/_baseNth.js +20 -0
  323. package/node_modules/lodash/_baseOrderBy.js +49 -0
  324. package/node_modules/lodash/_basePick.js +19 -0
  325. package/node_modules/lodash/_basePickBy.js +30 -0
  326. package/node_modules/lodash/_baseProperty.js +14 -0
  327. package/node_modules/lodash/_basePropertyDeep.js +16 -0
  328. package/node_modules/lodash/_basePropertyOf.js +14 -0
  329. package/node_modules/lodash/_basePullAll.js +51 -0
  330. package/node_modules/lodash/_basePullAt.js +37 -0
  331. package/node_modules/lodash/_baseRandom.js +18 -0
  332. package/node_modules/lodash/_baseRange.js +28 -0
  333. package/node_modules/lodash/_baseReduce.js +23 -0
  334. package/node_modules/lodash/_baseRepeat.js +35 -0
  335. package/node_modules/lodash/_baseRest.js +17 -0
  336. package/node_modules/lodash/_baseSample.js +15 -0
  337. package/node_modules/lodash/_baseSampleSize.js +18 -0
  338. package/node_modules/lodash/_baseSet.js +51 -0
  339. package/node_modules/lodash/_baseSetData.js +17 -0
  340. package/node_modules/lodash/_baseSetToString.js +22 -0
  341. package/node_modules/lodash/_baseShuffle.js +15 -0
  342. package/node_modules/lodash/_baseSlice.js +31 -0
  343. package/node_modules/lodash/_baseSome.js +22 -0
  344. package/node_modules/lodash/_baseSortBy.js +21 -0
  345. package/node_modules/lodash/_baseSortedIndex.js +42 -0
  346. package/node_modules/lodash/_baseSortedIndexBy.js +67 -0
  347. package/node_modules/lodash/_baseSortedUniq.js +30 -0
  348. package/node_modules/lodash/_baseSum.js +24 -0
  349. package/node_modules/lodash/_baseTimes.js +20 -0
  350. package/node_modules/lodash/_baseToNumber.js +24 -0
  351. package/node_modules/lodash/_baseToPairs.js +18 -0
  352. package/node_modules/lodash/_baseToString.js +37 -0
  353. package/node_modules/lodash/_baseTrim.js +19 -0
  354. package/node_modules/lodash/_baseUnary.js +14 -0
  355. package/node_modules/lodash/_baseUniq.js +72 -0
  356. package/node_modules/lodash/_baseUnset.js +65 -0
  357. package/node_modules/lodash/_baseUpdate.js +18 -0
  358. package/node_modules/lodash/_baseValues.js +19 -0
  359. package/node_modules/lodash/_baseWhile.js +26 -0
  360. package/node_modules/lodash/_baseWrapperValue.js +25 -0
  361. package/node_modules/lodash/_baseXor.js +36 -0
  362. package/node_modules/lodash/_baseZipObject.js +23 -0
  363. package/node_modules/lodash/_cacheHas.js +13 -0
  364. package/node_modules/lodash/_castArrayLikeObject.js +14 -0
  365. package/node_modules/lodash/_castFunction.js +14 -0
  366. package/node_modules/lodash/_castPath.js +21 -0
  367. package/node_modules/lodash/_castRest.js +14 -0
  368. package/node_modules/lodash/_castSlice.js +18 -0
  369. package/node_modules/lodash/_charsEndIndex.js +19 -0
  370. package/node_modules/lodash/_charsStartIndex.js +20 -0
  371. package/node_modules/lodash/_cloneArrayBuffer.js +16 -0
  372. package/node_modules/lodash/_cloneBuffer.js +35 -0
  373. package/node_modules/lodash/_cloneDataView.js +16 -0
  374. package/node_modules/lodash/_cloneRegExp.js +17 -0
  375. package/node_modules/lodash/_cloneSymbol.js +18 -0
  376. package/node_modules/lodash/_cloneTypedArray.js +16 -0
  377. package/node_modules/lodash/_compareAscending.js +41 -0
  378. package/node_modules/lodash/_compareMultiple.js +44 -0
  379. package/node_modules/lodash/_composeArgs.js +39 -0
  380. package/node_modules/lodash/_composeArgsRight.js +41 -0
  381. package/node_modules/lodash/_copyArray.js +20 -0
  382. package/node_modules/lodash/_copyObject.js +40 -0
  383. package/node_modules/lodash/_copySymbols.js +16 -0
  384. package/node_modules/lodash/_copySymbolsIn.js +16 -0
  385. package/node_modules/lodash/_coreJsData.js +6 -0
  386. package/node_modules/lodash/_countHolders.js +21 -0
  387. package/node_modules/lodash/_createAggregator.js +23 -0
  388. package/node_modules/lodash/_createAssigner.js +37 -0
  389. package/node_modules/lodash/_createBaseEach.js +32 -0
  390. package/node_modules/lodash/_createBaseFor.js +25 -0
  391. package/node_modules/lodash/_createBind.js +28 -0
  392. package/node_modules/lodash/_createCaseFirst.js +33 -0
  393. package/node_modules/lodash/_createCompounder.js +24 -0
  394. package/node_modules/lodash/_createCtor.js +37 -0
  395. package/node_modules/lodash/_createCurry.js +46 -0
  396. package/node_modules/lodash/_createFind.js +25 -0
  397. package/node_modules/lodash/_createFlow.js +78 -0
  398. package/node_modules/lodash/_createHybrid.js +92 -0
  399. package/node_modules/lodash/_createInverter.js +17 -0
  400. package/node_modules/lodash/_createMathOperation.js +38 -0
  401. package/node_modules/lodash/_createOver.js +27 -0
  402. package/node_modules/lodash/_createPadding.js +33 -0
  403. package/node_modules/lodash/_createPartial.js +43 -0
  404. package/node_modules/lodash/_createRange.js +30 -0
  405. package/node_modules/lodash/_createRecurry.js +56 -0
  406. package/node_modules/lodash/_createRelationalOperation.js +20 -0
  407. package/node_modules/lodash/_createRound.js +35 -0
  408. package/node_modules/lodash/_createSet.js +19 -0
  409. package/node_modules/lodash/_createToPairs.js +30 -0
  410. package/node_modules/lodash/_createWrap.js +106 -0
  411. package/node_modules/lodash/_customDefaultsAssignIn.js +29 -0
  412. package/node_modules/lodash/_customDefaultsMerge.js +28 -0
  413. package/node_modules/lodash/_customOmitClone.js +16 -0
  414. package/node_modules/lodash/_deburrLetter.js +71 -0
  415. package/node_modules/lodash/_defineProperty.js +11 -0
  416. package/node_modules/lodash/_equalArrays.js +84 -0
  417. package/node_modules/lodash/_equalByTag.js +112 -0
  418. package/node_modules/lodash/_equalObjects.js +90 -0
  419. package/node_modules/lodash/_escapeHtmlChar.js +21 -0
  420. package/node_modules/lodash/_escapeStringChar.js +22 -0
  421. package/node_modules/lodash/_flatRest.js +16 -0
  422. package/node_modules/lodash/_freeGlobal.js +4 -0
  423. package/node_modules/lodash/_getAllKeys.js +16 -0
  424. package/node_modules/lodash/_getAllKeysIn.js +17 -0
  425. package/node_modules/lodash/_getData.js +15 -0
  426. package/node_modules/lodash/_getFuncName.js +31 -0
  427. package/node_modules/lodash/_getHolder.js +13 -0
  428. package/node_modules/lodash/_getMapData.js +18 -0
  429. package/node_modules/lodash/_getMatchData.js +24 -0
  430. package/node_modules/lodash/_getNative.js +17 -0
  431. package/node_modules/lodash/_getPrototype.js +6 -0
  432. package/node_modules/lodash/_getRawTag.js +46 -0
  433. package/node_modules/lodash/_getSymbols.js +30 -0
  434. package/node_modules/lodash/_getSymbolsIn.js +25 -0
  435. package/node_modules/lodash/_getTag.js +58 -0
  436. package/node_modules/lodash/_getValue.js +13 -0
  437. package/node_modules/lodash/_getView.js +33 -0
  438. package/node_modules/lodash/_getWrapDetails.js +17 -0
  439. package/node_modules/lodash/_hasPath.js +39 -0
  440. package/node_modules/lodash/_hasUnicode.js +26 -0
  441. package/node_modules/lodash/_hasUnicodeWord.js +15 -0
  442. package/node_modules/lodash/_hashClear.js +15 -0
  443. package/node_modules/lodash/_hashDelete.js +17 -0
  444. package/node_modules/lodash/_hashGet.js +30 -0
  445. package/node_modules/lodash/_hashHas.js +23 -0
  446. package/node_modules/lodash/_hashSet.js +23 -0
  447. package/node_modules/lodash/_initCloneArray.js +26 -0
  448. package/node_modules/lodash/_initCloneByTag.js +77 -0
  449. package/node_modules/lodash/_initCloneObject.js +18 -0
  450. package/node_modules/lodash/_insertWrapDetails.js +23 -0
  451. package/node_modules/lodash/_isFlattenable.js +20 -0
  452. package/node_modules/lodash/_isIndex.js +25 -0
  453. package/node_modules/lodash/_isIterateeCall.js +30 -0
  454. package/node_modules/lodash/_isKey.js +29 -0
  455. package/node_modules/lodash/_isKeyable.js +15 -0
  456. package/node_modules/lodash/_isLaziable.js +28 -0
  457. package/node_modules/lodash/_isMaskable.js +14 -0
  458. package/node_modules/lodash/_isMasked.js +20 -0
  459. package/node_modules/lodash/_isPrototype.js +18 -0
  460. package/node_modules/lodash/_isStrictComparable.js +15 -0
  461. package/node_modules/lodash/_iteratorToArray.js +18 -0
  462. package/node_modules/lodash/_lazyClone.js +23 -0
  463. package/node_modules/lodash/_lazyReverse.js +23 -0
  464. package/node_modules/lodash/_lazyValue.js +69 -0
  465. package/node_modules/lodash/_listCacheClear.js +13 -0
  466. package/node_modules/lodash/_listCacheDelete.js +35 -0
  467. package/node_modules/lodash/_listCacheGet.js +19 -0
  468. package/node_modules/lodash/_listCacheHas.js +16 -0
  469. package/node_modules/lodash/_listCacheSet.js +26 -0
  470. package/node_modules/lodash/_mapCacheClear.js +21 -0
  471. package/node_modules/lodash/_mapCacheDelete.js +18 -0
  472. package/node_modules/lodash/_mapCacheGet.js +16 -0
  473. package/node_modules/lodash/_mapCacheHas.js +16 -0
  474. package/node_modules/lodash/_mapCacheSet.js +22 -0
  475. package/node_modules/lodash/_mapToArray.js +18 -0
  476. package/node_modules/lodash/_matchesStrictComparable.js +20 -0
  477. package/node_modules/lodash/_memoizeCapped.js +26 -0
  478. package/node_modules/lodash/_mergeData.js +90 -0
  479. package/node_modules/lodash/_metaMap.js +6 -0
  480. package/node_modules/lodash/_nativeCreate.js +6 -0
  481. package/node_modules/lodash/_nativeKeys.js +6 -0
  482. package/node_modules/lodash/_nativeKeysIn.js +20 -0
  483. package/node_modules/lodash/_nodeUtil.js +30 -0
  484. package/node_modules/lodash/_objectToString.js +22 -0
  485. package/node_modules/lodash/_overArg.js +15 -0
  486. package/node_modules/lodash/_overRest.js +36 -0
  487. package/node_modules/lodash/_parent.js +16 -0
  488. package/node_modules/lodash/_reEscape.js +4 -0
  489. package/node_modules/lodash/_reEvaluate.js +4 -0
  490. package/node_modules/lodash/_reInterpolate.js +4 -0
  491. package/node_modules/lodash/_realNames.js +4 -0
  492. package/node_modules/lodash/_reorder.js +29 -0
  493. package/node_modules/lodash/_replaceHolders.js +29 -0
  494. package/node_modules/lodash/_root.js +9 -0
  495. package/node_modules/lodash/_safeGet.js +21 -0
  496. package/node_modules/lodash/_setCacheAdd.js +19 -0
  497. package/node_modules/lodash/_setCacheHas.js +14 -0
  498. package/node_modules/lodash/_setData.js +20 -0
  499. package/node_modules/lodash/_setToArray.js +18 -0
  500. package/node_modules/lodash/_setToPairs.js +18 -0
  501. package/node_modules/lodash/_setToString.js +14 -0
  502. package/node_modules/lodash/_setWrapToString.js +21 -0
  503. package/node_modules/lodash/_shortOut.js +37 -0
  504. package/node_modules/lodash/_shuffleSelf.js +28 -0
  505. package/node_modules/lodash/_stackClear.js +15 -0
  506. package/node_modules/lodash/_stackDelete.js +18 -0
  507. package/node_modules/lodash/_stackGet.js +14 -0
  508. package/node_modules/lodash/_stackHas.js +14 -0
  509. package/node_modules/lodash/_stackSet.js +34 -0
  510. package/node_modules/lodash/_strictIndexOf.js +23 -0
  511. package/node_modules/lodash/_strictLastIndexOf.js +21 -0
  512. package/node_modules/lodash/_stringSize.js +18 -0
  513. package/node_modules/lodash/_stringToArray.js +18 -0
  514. package/node_modules/lodash/_stringToPath.js +27 -0
  515. package/node_modules/lodash/_toKey.js +21 -0
  516. package/node_modules/lodash/_toSource.js +26 -0
  517. package/node_modules/lodash/_trimmedEndIndex.js +19 -0
  518. package/node_modules/lodash/_unescapeHtmlChar.js +21 -0
  519. package/node_modules/lodash/_unicodeSize.js +44 -0
  520. package/node_modules/lodash/_unicodeToArray.js +40 -0
  521. package/node_modules/lodash/_unicodeWords.js +69 -0
  522. package/node_modules/lodash/_updateWrapDetails.js +46 -0
  523. package/node_modules/lodash/_wrapperClone.js +23 -0
  524. package/node_modules/lodash/add.js +22 -0
  525. package/node_modules/lodash/after.js +42 -0
  526. package/node_modules/lodash/array.js +67 -0
  527. package/node_modules/lodash/ary.js +29 -0
  528. package/node_modules/lodash/assign.js +58 -0
  529. package/node_modules/lodash/assignIn.js +40 -0
  530. package/node_modules/lodash/assignInWith.js +38 -0
  531. package/node_modules/lodash/assignWith.js +37 -0
  532. package/node_modules/lodash/at.js +23 -0
  533. package/node_modules/lodash/attempt.js +35 -0
  534. package/node_modules/lodash/before.js +40 -0
  535. package/node_modules/lodash/bind.js +57 -0
  536. package/node_modules/lodash/bindAll.js +41 -0
  537. package/node_modules/lodash/bindKey.js +68 -0
  538. package/node_modules/lodash/camelCase.js +29 -0
  539. package/node_modules/lodash/capitalize.js +23 -0
  540. package/node_modules/lodash/castArray.js +44 -0
  541. package/node_modules/lodash/ceil.js +26 -0
  542. package/node_modules/lodash/chain.js +38 -0
  543. package/node_modules/lodash/chunk.js +50 -0
  544. package/node_modules/lodash/clamp.js +39 -0
  545. package/node_modules/lodash/clone.js +36 -0
  546. package/node_modules/lodash/cloneDeep.js +29 -0
  547. package/node_modules/lodash/cloneDeepWith.js +40 -0
  548. package/node_modules/lodash/cloneWith.js +42 -0
  549. package/node_modules/lodash/collection.js +30 -0
  550. package/node_modules/lodash/commit.js +33 -0
  551. package/node_modules/lodash/compact.js +31 -0
  552. package/node_modules/lodash/concat.js +43 -0
  553. package/node_modules/lodash/cond.js +60 -0
  554. package/node_modules/lodash/conforms.js +35 -0
  555. package/node_modules/lodash/conformsTo.js +32 -0
  556. package/node_modules/lodash/constant.js +26 -0
  557. package/node_modules/lodash/core.js +3877 -0
  558. package/node_modules/lodash/core.min.js +29 -0
  559. package/node_modules/lodash/countBy.js +40 -0
  560. package/node_modules/lodash/create.js +43 -0
  561. package/node_modules/lodash/curry.js +57 -0
  562. package/node_modules/lodash/curryRight.js +54 -0
  563. package/node_modules/lodash/date.js +3 -0
  564. package/node_modules/lodash/debounce.js +191 -0
  565. package/node_modules/lodash/deburr.js +45 -0
  566. package/node_modules/lodash/defaultTo.js +25 -0
  567. package/node_modules/lodash/defaults.js +64 -0
  568. package/node_modules/lodash/defaultsDeep.js +30 -0
  569. package/node_modules/lodash/defer.js +26 -0
  570. package/node_modules/lodash/delay.js +28 -0
  571. package/node_modules/lodash/difference.js +33 -0
  572. package/node_modules/lodash/differenceBy.js +44 -0
  573. package/node_modules/lodash/differenceWith.js +40 -0
  574. package/node_modules/lodash/divide.js +22 -0
  575. package/node_modules/lodash/drop.js +38 -0
  576. package/node_modules/lodash/dropRight.js +39 -0
  577. package/node_modules/lodash/dropRightWhile.js +45 -0
  578. package/node_modules/lodash/dropWhile.js +45 -0
  579. package/node_modules/lodash/each.js +1 -0
  580. package/node_modules/lodash/eachRight.js +1 -0
  581. package/node_modules/lodash/endsWith.js +43 -0
  582. package/node_modules/lodash/entries.js +1 -0
  583. package/node_modules/lodash/entriesIn.js +1 -0
  584. package/node_modules/lodash/eq.js +37 -0
  585. package/node_modules/lodash/escape.js +43 -0
  586. package/node_modules/lodash/escapeRegExp.js +32 -0
  587. package/node_modules/lodash/every.js +56 -0
  588. package/node_modules/lodash/extend.js +1 -0
  589. package/node_modules/lodash/extendWith.js +1 -0
  590. package/node_modules/lodash/fill.js +45 -0
  591. package/node_modules/lodash/filter.js +52 -0
  592. package/node_modules/lodash/find.js +42 -0
  593. package/node_modules/lodash/findIndex.js +55 -0
  594. package/node_modules/lodash/findKey.js +44 -0
  595. package/node_modules/lodash/findLast.js +25 -0
  596. package/node_modules/lodash/findLastIndex.js +59 -0
  597. package/node_modules/lodash/findLastKey.js +44 -0
  598. package/node_modules/lodash/first.js +1 -0
  599. package/node_modules/lodash/flatMap.js +29 -0
  600. package/node_modules/lodash/flatMapDeep.js +31 -0
  601. package/node_modules/lodash/flatMapDepth.js +31 -0
  602. package/node_modules/lodash/flatten.js +22 -0
  603. package/node_modules/lodash/flattenDeep.js +25 -0
  604. package/node_modules/lodash/flattenDepth.js +33 -0
  605. package/node_modules/lodash/flip.js +28 -0
  606. package/node_modules/lodash/floor.js +26 -0
  607. package/node_modules/lodash/flow.js +27 -0
  608. package/node_modules/lodash/flowRight.js +26 -0
  609. package/node_modules/lodash/forEach.js +41 -0
  610. package/node_modules/lodash/forEachRight.js +31 -0
  611. package/node_modules/lodash/forIn.js +39 -0
  612. package/node_modules/lodash/forInRight.js +37 -0
  613. package/node_modules/lodash/forOwn.js +36 -0
  614. package/node_modules/lodash/forOwnRight.js +34 -0
  615. package/node_modules/lodash/fp/F.js +1 -0
  616. package/node_modules/lodash/fp/T.js +1 -0
  617. package/node_modules/lodash/fp/__.js +1 -0
  618. package/node_modules/lodash/fp/_baseConvert.js +569 -0
  619. package/node_modules/lodash/fp/_convertBrowser.js +18 -0
  620. package/node_modules/lodash/fp/_falseOptions.js +7 -0
  621. package/node_modules/lodash/fp/_mapping.js +358 -0
  622. package/node_modules/lodash/fp/_util.js +16 -0
  623. package/node_modules/lodash/fp/add.js +5 -0
  624. package/node_modules/lodash/fp/after.js +5 -0
  625. package/node_modules/lodash/fp/all.js +1 -0
  626. package/node_modules/lodash/fp/allPass.js +1 -0
  627. package/node_modules/lodash/fp/always.js +1 -0
  628. package/node_modules/lodash/fp/any.js +1 -0
  629. package/node_modules/lodash/fp/anyPass.js +1 -0
  630. package/node_modules/lodash/fp/apply.js +1 -0
  631. package/node_modules/lodash/fp/array.js +2 -0
  632. package/node_modules/lodash/fp/ary.js +5 -0
  633. package/node_modules/lodash/fp/assign.js +5 -0
  634. package/node_modules/lodash/fp/assignAll.js +5 -0
  635. package/node_modules/lodash/fp/assignAllWith.js +5 -0
  636. package/node_modules/lodash/fp/assignIn.js +5 -0
  637. package/node_modules/lodash/fp/assignInAll.js +5 -0
  638. package/node_modules/lodash/fp/assignInAllWith.js +5 -0
  639. package/node_modules/lodash/fp/assignInWith.js +5 -0
  640. package/node_modules/lodash/fp/assignWith.js +5 -0
  641. package/node_modules/lodash/fp/assoc.js +1 -0
  642. package/node_modules/lodash/fp/assocPath.js +1 -0
  643. package/node_modules/lodash/fp/at.js +5 -0
  644. package/node_modules/lodash/fp/attempt.js +5 -0
  645. package/node_modules/lodash/fp/before.js +5 -0
  646. package/node_modules/lodash/fp/bind.js +5 -0
  647. package/node_modules/lodash/fp/bindAll.js +5 -0
  648. package/node_modules/lodash/fp/bindKey.js +5 -0
  649. package/node_modules/lodash/fp/camelCase.js +5 -0
  650. package/node_modules/lodash/fp/capitalize.js +5 -0
  651. package/node_modules/lodash/fp/castArray.js +5 -0
  652. package/node_modules/lodash/fp/ceil.js +5 -0
  653. package/node_modules/lodash/fp/chain.js +5 -0
  654. package/node_modules/lodash/fp/chunk.js +5 -0
  655. package/node_modules/lodash/fp/clamp.js +5 -0
  656. package/node_modules/lodash/fp/clone.js +5 -0
  657. package/node_modules/lodash/fp/cloneDeep.js +5 -0
  658. package/node_modules/lodash/fp/cloneDeepWith.js +5 -0
  659. package/node_modules/lodash/fp/cloneWith.js +5 -0
  660. package/node_modules/lodash/fp/collection.js +2 -0
  661. package/node_modules/lodash/fp/commit.js +5 -0
  662. package/node_modules/lodash/fp/compact.js +5 -0
  663. package/node_modules/lodash/fp/complement.js +1 -0
  664. package/node_modules/lodash/fp/compose.js +1 -0
  665. package/node_modules/lodash/fp/concat.js +5 -0
  666. package/node_modules/lodash/fp/cond.js +5 -0
  667. package/node_modules/lodash/fp/conforms.js +1 -0
  668. package/node_modules/lodash/fp/conformsTo.js +5 -0
  669. package/node_modules/lodash/fp/constant.js +5 -0
  670. package/node_modules/lodash/fp/contains.js +1 -0
  671. package/node_modules/lodash/fp/convert.js +18 -0
  672. package/node_modules/lodash/fp/countBy.js +5 -0
  673. package/node_modules/lodash/fp/create.js +5 -0
  674. package/node_modules/lodash/fp/curry.js +5 -0
  675. package/node_modules/lodash/fp/curryN.js +5 -0
  676. package/node_modules/lodash/fp/curryRight.js +5 -0
  677. package/node_modules/lodash/fp/curryRightN.js +5 -0
  678. package/node_modules/lodash/fp/date.js +2 -0
  679. package/node_modules/lodash/fp/debounce.js +5 -0
  680. package/node_modules/lodash/fp/deburr.js +5 -0
  681. package/node_modules/lodash/fp/defaultTo.js +5 -0
  682. package/node_modules/lodash/fp/defaults.js +5 -0
  683. package/node_modules/lodash/fp/defaultsAll.js +5 -0
  684. package/node_modules/lodash/fp/defaultsDeep.js +5 -0
  685. package/node_modules/lodash/fp/defaultsDeepAll.js +5 -0
  686. package/node_modules/lodash/fp/defer.js +5 -0
  687. package/node_modules/lodash/fp/delay.js +5 -0
  688. package/node_modules/lodash/fp/difference.js +5 -0
  689. package/node_modules/lodash/fp/differenceBy.js +5 -0
  690. package/node_modules/lodash/fp/differenceWith.js +5 -0
  691. package/node_modules/lodash/fp/dissoc.js +1 -0
  692. package/node_modules/lodash/fp/dissocPath.js +1 -0
  693. package/node_modules/lodash/fp/divide.js +5 -0
  694. package/node_modules/lodash/fp/drop.js +5 -0
  695. package/node_modules/lodash/fp/dropLast.js +1 -0
  696. package/node_modules/lodash/fp/dropLastWhile.js +1 -0
  697. package/node_modules/lodash/fp/dropRight.js +5 -0
  698. package/node_modules/lodash/fp/dropRightWhile.js +5 -0
  699. package/node_modules/lodash/fp/dropWhile.js +5 -0
  700. package/node_modules/lodash/fp/each.js +1 -0
  701. package/node_modules/lodash/fp/eachRight.js +1 -0
  702. package/node_modules/lodash/fp/endsWith.js +5 -0
  703. package/node_modules/lodash/fp/entries.js +1 -0
  704. package/node_modules/lodash/fp/entriesIn.js +1 -0
  705. package/node_modules/lodash/fp/eq.js +5 -0
  706. package/node_modules/lodash/fp/equals.js +1 -0
  707. package/node_modules/lodash/fp/escape.js +5 -0
  708. package/node_modules/lodash/fp/escapeRegExp.js +5 -0
  709. package/node_modules/lodash/fp/every.js +5 -0
  710. package/node_modules/lodash/fp/extend.js +1 -0
  711. package/node_modules/lodash/fp/extendAll.js +1 -0
  712. package/node_modules/lodash/fp/extendAllWith.js +1 -0
  713. package/node_modules/lodash/fp/extendWith.js +1 -0
  714. package/node_modules/lodash/fp/fill.js +5 -0
  715. package/node_modules/lodash/fp/filter.js +5 -0
  716. package/node_modules/lodash/fp/find.js +5 -0
  717. package/node_modules/lodash/fp/findFrom.js +5 -0
  718. package/node_modules/lodash/fp/findIndex.js +5 -0
  719. package/node_modules/lodash/fp/findIndexFrom.js +5 -0
  720. package/node_modules/lodash/fp/findKey.js +5 -0
  721. package/node_modules/lodash/fp/findLast.js +5 -0
  722. package/node_modules/lodash/fp/findLastFrom.js +5 -0
  723. package/node_modules/lodash/fp/findLastIndex.js +5 -0
  724. package/node_modules/lodash/fp/findLastIndexFrom.js +5 -0
  725. package/node_modules/lodash/fp/findLastKey.js +5 -0
  726. package/node_modules/lodash/fp/first.js +1 -0
  727. package/node_modules/lodash/fp/flatMap.js +5 -0
  728. package/node_modules/lodash/fp/flatMapDeep.js +5 -0
  729. package/node_modules/lodash/fp/flatMapDepth.js +5 -0
  730. package/node_modules/lodash/fp/flatten.js +5 -0
  731. package/node_modules/lodash/fp/flattenDeep.js +5 -0
  732. package/node_modules/lodash/fp/flattenDepth.js +5 -0
  733. package/node_modules/lodash/fp/flip.js +5 -0
  734. package/node_modules/lodash/fp/floor.js +5 -0
  735. package/node_modules/lodash/fp/flow.js +5 -0
  736. package/node_modules/lodash/fp/flowRight.js +5 -0
  737. package/node_modules/lodash/fp/forEach.js +5 -0
  738. package/node_modules/lodash/fp/forEachRight.js +5 -0
  739. package/node_modules/lodash/fp/forIn.js +5 -0
  740. package/node_modules/lodash/fp/forInRight.js +5 -0
  741. package/node_modules/lodash/fp/forOwn.js +5 -0
  742. package/node_modules/lodash/fp/forOwnRight.js +5 -0
  743. package/node_modules/lodash/fp/fromPairs.js +5 -0
  744. package/node_modules/lodash/fp/function.js +2 -0
  745. package/node_modules/lodash/fp/functions.js +5 -0
  746. package/node_modules/lodash/fp/functionsIn.js +5 -0
  747. package/node_modules/lodash/fp/get.js +5 -0
  748. package/node_modules/lodash/fp/getOr.js +5 -0
  749. package/node_modules/lodash/fp/groupBy.js +5 -0
  750. package/node_modules/lodash/fp/gt.js +5 -0
  751. package/node_modules/lodash/fp/gte.js +5 -0
  752. package/node_modules/lodash/fp/has.js +5 -0
  753. package/node_modules/lodash/fp/hasIn.js +5 -0
  754. package/node_modules/lodash/fp/head.js +5 -0
  755. package/node_modules/lodash/fp/identical.js +1 -0
  756. package/node_modules/lodash/fp/identity.js +5 -0
  757. package/node_modules/lodash/fp/inRange.js +5 -0
  758. package/node_modules/lodash/fp/includes.js +5 -0
  759. package/node_modules/lodash/fp/includesFrom.js +5 -0
  760. package/node_modules/lodash/fp/indexBy.js +1 -0
  761. package/node_modules/lodash/fp/indexOf.js +5 -0
  762. package/node_modules/lodash/fp/indexOfFrom.js +5 -0
  763. package/node_modules/lodash/fp/init.js +1 -0
  764. package/node_modules/lodash/fp/initial.js +5 -0
  765. package/node_modules/lodash/fp/intersection.js +5 -0
  766. package/node_modules/lodash/fp/intersectionBy.js +5 -0
  767. package/node_modules/lodash/fp/intersectionWith.js +5 -0
  768. package/node_modules/lodash/fp/invert.js +5 -0
  769. package/node_modules/lodash/fp/invertBy.js +5 -0
  770. package/node_modules/lodash/fp/invertObj.js +1 -0
  771. package/node_modules/lodash/fp/invoke.js +5 -0
  772. package/node_modules/lodash/fp/invokeArgs.js +5 -0
  773. package/node_modules/lodash/fp/invokeArgsMap.js +5 -0
  774. package/node_modules/lodash/fp/invokeMap.js +5 -0
  775. package/node_modules/lodash/fp/isArguments.js +5 -0
  776. package/node_modules/lodash/fp/isArray.js +5 -0
  777. package/node_modules/lodash/fp/isArrayBuffer.js +5 -0
  778. package/node_modules/lodash/fp/isArrayLike.js +5 -0
  779. package/node_modules/lodash/fp/isArrayLikeObject.js +5 -0
  780. package/node_modules/lodash/fp/isBoolean.js +5 -0
  781. package/node_modules/lodash/fp/isBuffer.js +5 -0
  782. package/node_modules/lodash/fp/isDate.js +5 -0
  783. package/node_modules/lodash/fp/isElement.js +5 -0
  784. package/node_modules/lodash/fp/isEmpty.js +5 -0
  785. package/node_modules/lodash/fp/isEqual.js +5 -0
  786. package/node_modules/lodash/fp/isEqualWith.js +5 -0
  787. package/node_modules/lodash/fp/isError.js +5 -0
  788. package/node_modules/lodash/fp/isFinite.js +5 -0
  789. package/node_modules/lodash/fp/isFunction.js +5 -0
  790. package/node_modules/lodash/fp/isInteger.js +5 -0
  791. package/node_modules/lodash/fp/isLength.js +5 -0
  792. package/node_modules/lodash/fp/isMap.js +5 -0
  793. package/node_modules/lodash/fp/isMatch.js +5 -0
  794. package/node_modules/lodash/fp/isMatchWith.js +5 -0
  795. package/node_modules/lodash/fp/isNaN.js +5 -0
  796. package/node_modules/lodash/fp/isNative.js +5 -0
  797. package/node_modules/lodash/fp/isNil.js +5 -0
  798. package/node_modules/lodash/fp/isNull.js +5 -0
  799. package/node_modules/lodash/fp/isNumber.js +5 -0
  800. package/node_modules/lodash/fp/isObject.js +5 -0
  801. package/node_modules/lodash/fp/isObjectLike.js +5 -0
  802. package/node_modules/lodash/fp/isPlainObject.js +5 -0
  803. package/node_modules/lodash/fp/isRegExp.js +5 -0
  804. package/node_modules/lodash/fp/isSafeInteger.js +5 -0
  805. package/node_modules/lodash/fp/isSet.js +5 -0
  806. package/node_modules/lodash/fp/isString.js +5 -0
  807. package/node_modules/lodash/fp/isSymbol.js +5 -0
  808. package/node_modules/lodash/fp/isTypedArray.js +5 -0
  809. package/node_modules/lodash/fp/isUndefined.js +5 -0
  810. package/node_modules/lodash/fp/isWeakMap.js +5 -0
  811. package/node_modules/lodash/fp/isWeakSet.js +5 -0
  812. package/node_modules/lodash/fp/iteratee.js +5 -0
  813. package/node_modules/lodash/fp/join.js +5 -0
  814. package/node_modules/lodash/fp/juxt.js +1 -0
  815. package/node_modules/lodash/fp/kebabCase.js +5 -0
  816. package/node_modules/lodash/fp/keyBy.js +5 -0
  817. package/node_modules/lodash/fp/keys.js +5 -0
  818. package/node_modules/lodash/fp/keysIn.js +5 -0
  819. package/node_modules/lodash/fp/lang.js +2 -0
  820. package/node_modules/lodash/fp/last.js +5 -0
  821. package/node_modules/lodash/fp/lastIndexOf.js +5 -0
  822. package/node_modules/lodash/fp/lastIndexOfFrom.js +5 -0
  823. package/node_modules/lodash/fp/lowerCase.js +5 -0
  824. package/node_modules/lodash/fp/lowerFirst.js +5 -0
  825. package/node_modules/lodash/fp/lt.js +5 -0
  826. package/node_modules/lodash/fp/lte.js +5 -0
  827. package/node_modules/lodash/fp/map.js +5 -0
  828. package/node_modules/lodash/fp/mapKeys.js +5 -0
  829. package/node_modules/lodash/fp/mapValues.js +5 -0
  830. package/node_modules/lodash/fp/matches.js +1 -0
  831. package/node_modules/lodash/fp/matchesProperty.js +5 -0
  832. package/node_modules/lodash/fp/math.js +2 -0
  833. package/node_modules/lodash/fp/max.js +5 -0
  834. package/node_modules/lodash/fp/maxBy.js +5 -0
  835. package/node_modules/lodash/fp/mean.js +5 -0
  836. package/node_modules/lodash/fp/meanBy.js +5 -0
  837. package/node_modules/lodash/fp/memoize.js +5 -0
  838. package/node_modules/lodash/fp/merge.js +5 -0
  839. package/node_modules/lodash/fp/mergeAll.js +5 -0
  840. package/node_modules/lodash/fp/mergeAllWith.js +5 -0
  841. package/node_modules/lodash/fp/mergeWith.js +5 -0
  842. package/node_modules/lodash/fp/method.js +5 -0
  843. package/node_modules/lodash/fp/methodOf.js +5 -0
  844. package/node_modules/lodash/fp/min.js +5 -0
  845. package/node_modules/lodash/fp/minBy.js +5 -0
  846. package/node_modules/lodash/fp/mixin.js +5 -0
  847. package/node_modules/lodash/fp/multiply.js +5 -0
  848. package/node_modules/lodash/fp/nAry.js +1 -0
  849. package/node_modules/lodash/fp/negate.js +5 -0
  850. package/node_modules/lodash/fp/next.js +5 -0
  851. package/node_modules/lodash/fp/noop.js +5 -0
  852. package/node_modules/lodash/fp/now.js +5 -0
  853. package/node_modules/lodash/fp/nth.js +5 -0
  854. package/node_modules/lodash/fp/nthArg.js +5 -0
  855. package/node_modules/lodash/fp/number.js +2 -0
  856. package/node_modules/lodash/fp/object.js +2 -0
  857. package/node_modules/lodash/fp/omit.js +5 -0
  858. package/node_modules/lodash/fp/omitAll.js +1 -0
  859. package/node_modules/lodash/fp/omitBy.js +5 -0
  860. package/node_modules/lodash/fp/once.js +5 -0
  861. package/node_modules/lodash/fp/orderBy.js +5 -0
  862. package/node_modules/lodash/fp/over.js +5 -0
  863. package/node_modules/lodash/fp/overArgs.js +5 -0
  864. package/node_modules/lodash/fp/overEvery.js +5 -0
  865. package/node_modules/lodash/fp/overSome.js +5 -0
  866. package/node_modules/lodash/fp/pad.js +5 -0
  867. package/node_modules/lodash/fp/padChars.js +5 -0
  868. package/node_modules/lodash/fp/padCharsEnd.js +5 -0
  869. package/node_modules/lodash/fp/padCharsStart.js +5 -0
  870. package/node_modules/lodash/fp/padEnd.js +5 -0
  871. package/node_modules/lodash/fp/padStart.js +5 -0
  872. package/node_modules/lodash/fp/parseInt.js +5 -0
  873. package/node_modules/lodash/fp/partial.js +5 -0
  874. package/node_modules/lodash/fp/partialRight.js +5 -0
  875. package/node_modules/lodash/fp/partition.js +5 -0
  876. package/node_modules/lodash/fp/path.js +1 -0
  877. package/node_modules/lodash/fp/pathEq.js +1 -0
  878. package/node_modules/lodash/fp/pathOr.js +1 -0
  879. package/node_modules/lodash/fp/paths.js +1 -0
  880. package/node_modules/lodash/fp/pick.js +5 -0
  881. package/node_modules/lodash/fp/pickAll.js +1 -0
  882. package/node_modules/lodash/fp/pickBy.js +5 -0
  883. package/node_modules/lodash/fp/pipe.js +1 -0
  884. package/node_modules/lodash/fp/placeholder.js +6 -0
  885. package/node_modules/lodash/fp/plant.js +5 -0
  886. package/node_modules/lodash/fp/pluck.js +1 -0
  887. package/node_modules/lodash/fp/prop.js +1 -0
  888. package/node_modules/lodash/fp/propEq.js +1 -0
  889. package/node_modules/lodash/fp/propOr.js +1 -0
  890. package/node_modules/lodash/fp/property.js +1 -0
  891. package/node_modules/lodash/fp/propertyOf.js +5 -0
  892. package/node_modules/lodash/fp/props.js +1 -0
  893. package/node_modules/lodash/fp/pull.js +5 -0
  894. package/node_modules/lodash/fp/pullAll.js +5 -0
  895. package/node_modules/lodash/fp/pullAllBy.js +5 -0
  896. package/node_modules/lodash/fp/pullAllWith.js +5 -0
  897. package/node_modules/lodash/fp/pullAt.js +5 -0
  898. package/node_modules/lodash/fp/random.js +5 -0
  899. package/node_modules/lodash/fp/range.js +5 -0
  900. package/node_modules/lodash/fp/rangeRight.js +5 -0
  901. package/node_modules/lodash/fp/rangeStep.js +5 -0
  902. package/node_modules/lodash/fp/rangeStepRight.js +5 -0
  903. package/node_modules/lodash/fp/rearg.js +5 -0
  904. package/node_modules/lodash/fp/reduce.js +5 -0
  905. package/node_modules/lodash/fp/reduceRight.js +5 -0
  906. package/node_modules/lodash/fp/reject.js +5 -0
  907. package/node_modules/lodash/fp/remove.js +5 -0
  908. package/node_modules/lodash/fp/repeat.js +5 -0
  909. package/node_modules/lodash/fp/replace.js +5 -0
  910. package/node_modules/lodash/fp/rest.js +5 -0
  911. package/node_modules/lodash/fp/restFrom.js +5 -0
  912. package/node_modules/lodash/fp/result.js +5 -0
  913. package/node_modules/lodash/fp/reverse.js +5 -0
  914. package/node_modules/lodash/fp/round.js +5 -0
  915. package/node_modules/lodash/fp/sample.js +5 -0
  916. package/node_modules/lodash/fp/sampleSize.js +5 -0
  917. package/node_modules/lodash/fp/seq.js +2 -0
  918. package/node_modules/lodash/fp/set.js +5 -0
  919. package/node_modules/lodash/fp/setWith.js +5 -0
  920. package/node_modules/lodash/fp/shuffle.js +5 -0
  921. package/node_modules/lodash/fp/size.js +5 -0
  922. package/node_modules/lodash/fp/slice.js +5 -0
  923. package/node_modules/lodash/fp/snakeCase.js +5 -0
  924. package/node_modules/lodash/fp/some.js +5 -0
  925. package/node_modules/lodash/fp/sortBy.js +5 -0
  926. package/node_modules/lodash/fp/sortedIndex.js +5 -0
  927. package/node_modules/lodash/fp/sortedIndexBy.js +5 -0
  928. package/node_modules/lodash/fp/sortedIndexOf.js +5 -0
  929. package/node_modules/lodash/fp/sortedLastIndex.js +5 -0
  930. package/node_modules/lodash/fp/sortedLastIndexBy.js +5 -0
  931. package/node_modules/lodash/fp/sortedLastIndexOf.js +5 -0
  932. package/node_modules/lodash/fp/sortedUniq.js +5 -0
  933. package/node_modules/lodash/fp/sortedUniqBy.js +5 -0
  934. package/node_modules/lodash/fp/split.js +5 -0
  935. package/node_modules/lodash/fp/spread.js +5 -0
  936. package/node_modules/lodash/fp/spreadFrom.js +5 -0
  937. package/node_modules/lodash/fp/startCase.js +5 -0
  938. package/node_modules/lodash/fp/startsWith.js +5 -0
  939. package/node_modules/lodash/fp/string.js +2 -0
  940. package/node_modules/lodash/fp/stubArray.js +5 -0
  941. package/node_modules/lodash/fp/stubFalse.js +5 -0
  942. package/node_modules/lodash/fp/stubObject.js +5 -0
  943. package/node_modules/lodash/fp/stubString.js +5 -0
  944. package/node_modules/lodash/fp/stubTrue.js +5 -0
  945. package/node_modules/lodash/fp/subtract.js +5 -0
  946. package/node_modules/lodash/fp/sum.js +5 -0
  947. package/node_modules/lodash/fp/sumBy.js +5 -0
  948. package/node_modules/lodash/fp/symmetricDifference.js +1 -0
  949. package/node_modules/lodash/fp/symmetricDifferenceBy.js +1 -0
  950. package/node_modules/lodash/fp/symmetricDifferenceWith.js +1 -0
  951. package/node_modules/lodash/fp/tail.js +5 -0
  952. package/node_modules/lodash/fp/take.js +5 -0
  953. package/node_modules/lodash/fp/takeLast.js +1 -0
  954. package/node_modules/lodash/fp/takeLastWhile.js +1 -0
  955. package/node_modules/lodash/fp/takeRight.js +5 -0
  956. package/node_modules/lodash/fp/takeRightWhile.js +5 -0
  957. package/node_modules/lodash/fp/takeWhile.js +5 -0
  958. package/node_modules/lodash/fp/tap.js +5 -0
  959. package/node_modules/lodash/fp/template.js +5 -0
  960. package/node_modules/lodash/fp/templateSettings.js +5 -0
  961. package/node_modules/lodash/fp/throttle.js +5 -0
  962. package/node_modules/lodash/fp/thru.js +5 -0
  963. package/node_modules/lodash/fp/times.js +5 -0
  964. package/node_modules/lodash/fp/toArray.js +5 -0
  965. package/node_modules/lodash/fp/toFinite.js +5 -0
  966. package/node_modules/lodash/fp/toInteger.js +5 -0
  967. package/node_modules/lodash/fp/toIterator.js +5 -0
  968. package/node_modules/lodash/fp/toJSON.js +5 -0
  969. package/node_modules/lodash/fp/toLength.js +5 -0
  970. package/node_modules/lodash/fp/toLower.js +5 -0
  971. package/node_modules/lodash/fp/toNumber.js +5 -0
  972. package/node_modules/lodash/fp/toPairs.js +5 -0
  973. package/node_modules/lodash/fp/toPairsIn.js +5 -0
  974. package/node_modules/lodash/fp/toPath.js +5 -0
  975. package/node_modules/lodash/fp/toPlainObject.js +5 -0
  976. package/node_modules/lodash/fp/toSafeInteger.js +5 -0
  977. package/node_modules/lodash/fp/toString.js +5 -0
  978. package/node_modules/lodash/fp/toUpper.js +5 -0
  979. package/node_modules/lodash/fp/transform.js +5 -0
  980. package/node_modules/lodash/fp/trim.js +5 -0
  981. package/node_modules/lodash/fp/trimChars.js +5 -0
  982. package/node_modules/lodash/fp/trimCharsEnd.js +5 -0
  983. package/node_modules/lodash/fp/trimCharsStart.js +5 -0
  984. package/node_modules/lodash/fp/trimEnd.js +5 -0
  985. package/node_modules/lodash/fp/trimStart.js +5 -0
  986. package/node_modules/lodash/fp/truncate.js +5 -0
  987. package/node_modules/lodash/fp/unapply.js +1 -0
  988. package/node_modules/lodash/fp/unary.js +5 -0
  989. package/node_modules/lodash/fp/unescape.js +5 -0
  990. package/node_modules/lodash/fp/union.js +5 -0
  991. package/node_modules/lodash/fp/unionBy.js +5 -0
  992. package/node_modules/lodash/fp/unionWith.js +5 -0
  993. package/node_modules/lodash/fp/uniq.js +5 -0
  994. package/node_modules/lodash/fp/uniqBy.js +5 -0
  995. package/node_modules/lodash/fp/uniqWith.js +5 -0
  996. package/node_modules/lodash/fp/uniqueId.js +5 -0
  997. package/node_modules/lodash/fp/unnest.js +1 -0
  998. package/node_modules/lodash/fp/unset.js +5 -0
  999. package/node_modules/lodash/fp/unzip.js +5 -0
  1000. package/node_modules/lodash/fp/unzipWith.js +5 -0
  1001. package/node_modules/lodash/fp/update.js +5 -0
  1002. package/node_modules/lodash/fp/updateWith.js +5 -0
  1003. package/node_modules/lodash/fp/upperCase.js +5 -0
  1004. package/node_modules/lodash/fp/upperFirst.js +5 -0
  1005. package/node_modules/lodash/fp/useWith.js +1 -0
  1006. package/node_modules/lodash/fp/util.js +2 -0
  1007. package/node_modules/lodash/fp/value.js +5 -0
  1008. package/node_modules/lodash/fp/valueOf.js +5 -0
  1009. package/node_modules/lodash/fp/values.js +5 -0
  1010. package/node_modules/lodash/fp/valuesIn.js +5 -0
  1011. package/node_modules/lodash/fp/where.js +1 -0
  1012. package/node_modules/lodash/fp/whereEq.js +1 -0
  1013. package/node_modules/lodash/fp/without.js +5 -0
  1014. package/node_modules/lodash/fp/words.js +5 -0
  1015. package/node_modules/lodash/fp/wrap.js +5 -0
  1016. package/node_modules/lodash/fp/wrapperAt.js +5 -0
  1017. package/node_modules/lodash/fp/wrapperChain.js +5 -0
  1018. package/node_modules/lodash/fp/wrapperLodash.js +5 -0
  1019. package/node_modules/lodash/fp/wrapperReverse.js +5 -0
  1020. package/node_modules/lodash/fp/wrapperValue.js +5 -0
  1021. package/node_modules/lodash/fp/xor.js +5 -0
  1022. package/node_modules/lodash/fp/xorBy.js +5 -0
  1023. package/node_modules/lodash/fp/xorWith.js +5 -0
  1024. package/node_modules/lodash/fp/zip.js +5 -0
  1025. package/node_modules/lodash/fp/zipAll.js +5 -0
  1026. package/node_modules/lodash/fp/zipObj.js +1 -0
  1027. package/node_modules/lodash/fp/zipObject.js +5 -0
  1028. package/node_modules/lodash/fp/zipObjectDeep.js +5 -0
  1029. package/node_modules/lodash/fp/zipWith.js +5 -0
  1030. package/node_modules/lodash/fp.js +2 -0
  1031. package/node_modules/lodash/fromPairs.js +28 -0
  1032. package/node_modules/lodash/function.js +25 -0
  1033. package/node_modules/lodash/functions.js +31 -0
  1034. package/node_modules/lodash/functionsIn.js +31 -0
  1035. package/node_modules/lodash/get.js +33 -0
  1036. package/node_modules/lodash/groupBy.js +41 -0
  1037. package/node_modules/lodash/gt.js +29 -0
  1038. package/node_modules/lodash/gte.js +30 -0
  1039. package/node_modules/lodash/has.js +35 -0
  1040. package/node_modules/lodash/hasIn.js +34 -0
  1041. package/node_modules/lodash/head.js +23 -0
  1042. package/node_modules/lodash/identity.js +21 -0
  1043. package/node_modules/lodash/inRange.js +55 -0
  1044. package/node_modules/lodash/includes.js +53 -0
  1045. package/node_modules/lodash/index.js +1 -0
  1046. package/node_modules/lodash/indexOf.js +42 -0
  1047. package/node_modules/lodash/initial.js +22 -0
  1048. package/node_modules/lodash/intersection.js +30 -0
  1049. package/node_modules/lodash/intersectionBy.js +45 -0
  1050. package/node_modules/lodash/intersectionWith.js +41 -0
  1051. package/node_modules/lodash/invert.js +42 -0
  1052. package/node_modules/lodash/invertBy.js +56 -0
  1053. package/node_modules/lodash/invoke.js +24 -0
  1054. package/node_modules/lodash/invokeMap.js +41 -0
  1055. package/node_modules/lodash/isArguments.js +36 -0
  1056. package/node_modules/lodash/isArray.js +26 -0
  1057. package/node_modules/lodash/isArrayBuffer.js +27 -0
  1058. package/node_modules/lodash/isArrayLike.js +33 -0
  1059. package/node_modules/lodash/isArrayLikeObject.js +33 -0
  1060. package/node_modules/lodash/isBoolean.js +29 -0
  1061. package/node_modules/lodash/isBuffer.js +38 -0
  1062. package/node_modules/lodash/isDate.js +27 -0
  1063. package/node_modules/lodash/isElement.js +25 -0
  1064. package/node_modules/lodash/isEmpty.js +77 -0
  1065. package/node_modules/lodash/isEqual.js +35 -0
  1066. package/node_modules/lodash/isEqualWith.js +41 -0
  1067. package/node_modules/lodash/isError.js +36 -0
  1068. package/node_modules/lodash/isFinite.js +36 -0
  1069. package/node_modules/lodash/isFunction.js +37 -0
  1070. package/node_modules/lodash/isInteger.js +33 -0
  1071. package/node_modules/lodash/isLength.js +35 -0
  1072. package/node_modules/lodash/isMap.js +27 -0
  1073. package/node_modules/lodash/isMatch.js +36 -0
  1074. package/node_modules/lodash/isMatchWith.js +41 -0
  1075. package/node_modules/lodash/isNaN.js +38 -0
  1076. package/node_modules/lodash/isNative.js +40 -0
  1077. package/node_modules/lodash/isNil.js +25 -0
  1078. package/node_modules/lodash/isNull.js +22 -0
  1079. package/node_modules/lodash/isNumber.js +38 -0
  1080. package/node_modules/lodash/isObject.js +31 -0
  1081. package/node_modules/lodash/isObjectLike.js +29 -0
  1082. package/node_modules/lodash/isPlainObject.js +62 -0
  1083. package/node_modules/lodash/isRegExp.js +27 -0
  1084. package/node_modules/lodash/isSafeInteger.js +37 -0
  1085. package/node_modules/lodash/isSet.js +27 -0
  1086. package/node_modules/lodash/isString.js +30 -0
  1087. package/node_modules/lodash/isSymbol.js +29 -0
  1088. package/node_modules/lodash/isTypedArray.js +27 -0
  1089. package/node_modules/lodash/isUndefined.js +22 -0
  1090. package/node_modules/lodash/isWeakMap.js +28 -0
  1091. package/node_modules/lodash/isWeakSet.js +28 -0
  1092. package/node_modules/lodash/iteratee.js +53 -0
  1093. package/node_modules/lodash/join.js +26 -0
  1094. package/node_modules/lodash/kebabCase.js +28 -0
  1095. package/node_modules/lodash/keyBy.js +36 -0
  1096. package/node_modules/lodash/keys.js +37 -0
  1097. package/node_modules/lodash/keysIn.js +32 -0
  1098. package/node_modules/lodash/lang.js +58 -0
  1099. package/node_modules/lodash/last.js +20 -0
  1100. package/node_modules/lodash/lastIndexOf.js +46 -0
  1101. package/node_modules/lodash/lodash.js +17248 -0
  1102. package/node_modules/lodash/lodash.min.js +140 -0
  1103. package/node_modules/lodash/lowerCase.js +27 -0
  1104. package/node_modules/lodash/lowerFirst.js +22 -0
  1105. package/node_modules/lodash/lt.js +29 -0
  1106. package/node_modules/lodash/lte.js +30 -0
  1107. package/node_modules/lodash/map.js +53 -0
  1108. package/node_modules/lodash/mapKeys.js +36 -0
  1109. package/node_modules/lodash/mapValues.js +43 -0
  1110. package/node_modules/lodash/matches.js +46 -0
  1111. package/node_modules/lodash/matchesProperty.js +44 -0
  1112. package/node_modules/lodash/math.js +17 -0
  1113. package/node_modules/lodash/max.js +29 -0
  1114. package/node_modules/lodash/maxBy.js +34 -0
  1115. package/node_modules/lodash/mean.js +22 -0
  1116. package/node_modules/lodash/meanBy.js +31 -0
  1117. package/node_modules/lodash/memoize.js +73 -0
  1118. package/node_modules/lodash/merge.js +39 -0
  1119. package/node_modules/lodash/mergeWith.js +39 -0
  1120. package/node_modules/lodash/method.js +34 -0
  1121. package/node_modules/lodash/methodOf.js +33 -0
  1122. package/node_modules/lodash/min.js +29 -0
  1123. package/node_modules/lodash/minBy.js +34 -0
  1124. package/node_modules/lodash/mixin.js +74 -0
  1125. package/node_modules/lodash/multiply.js +22 -0
  1126. package/node_modules/lodash/negate.js +40 -0
  1127. package/node_modules/lodash/next.js +35 -0
  1128. package/node_modules/lodash/noop.js +17 -0
  1129. package/node_modules/lodash/now.js +23 -0
  1130. package/node_modules/lodash/nth.js +29 -0
  1131. package/node_modules/lodash/nthArg.js +32 -0
  1132. package/node_modules/lodash/number.js +5 -0
  1133. package/node_modules/lodash/object.js +49 -0
  1134. package/node_modules/lodash/omit.js +57 -0
  1135. package/node_modules/lodash/omitBy.js +29 -0
  1136. package/node_modules/lodash/once.js +25 -0
  1137. package/node_modules/lodash/orderBy.js +47 -0
  1138. package/node_modules/lodash/over.js +24 -0
  1139. package/node_modules/lodash/overArgs.js +61 -0
  1140. package/node_modules/lodash/overEvery.js +34 -0
  1141. package/node_modules/lodash/overSome.js +37 -0
  1142. package/node_modules/lodash/package.json +17 -0
  1143. package/node_modules/lodash/pad.js +49 -0
  1144. package/node_modules/lodash/padEnd.js +39 -0
  1145. package/node_modules/lodash/padStart.js +39 -0
  1146. package/node_modules/lodash/parseInt.js +43 -0
  1147. package/node_modules/lodash/partial.js +50 -0
  1148. package/node_modules/lodash/partialRight.js +49 -0
  1149. package/node_modules/lodash/partition.js +43 -0
  1150. package/node_modules/lodash/pick.js +25 -0
  1151. package/node_modules/lodash/pickBy.js +37 -0
  1152. package/node_modules/lodash/plant.js +48 -0
  1153. package/node_modules/lodash/property.js +32 -0
  1154. package/node_modules/lodash/propertyOf.js +30 -0
  1155. package/node_modules/lodash/pull.js +29 -0
  1156. package/node_modules/lodash/pullAll.js +29 -0
  1157. package/node_modules/lodash/pullAllBy.js +33 -0
  1158. package/node_modules/lodash/pullAllWith.js +32 -0
  1159. package/node_modules/lodash/pullAt.js +43 -0
  1160. package/node_modules/lodash/random.js +82 -0
  1161. package/node_modules/lodash/range.js +46 -0
  1162. package/node_modules/lodash/rangeRight.js +41 -0
  1163. package/node_modules/lodash/rearg.js +33 -0
  1164. package/node_modules/lodash/reduce.js +51 -0
  1165. package/node_modules/lodash/reduceRight.js +36 -0
  1166. package/node_modules/lodash/reject.js +46 -0
  1167. package/node_modules/lodash/remove.js +53 -0
  1168. package/node_modules/lodash/repeat.js +37 -0
  1169. package/node_modules/lodash/replace.js +29 -0
  1170. package/node_modules/lodash/rest.js +40 -0
  1171. package/node_modules/lodash/result.js +56 -0
  1172. package/node_modules/lodash/reverse.js +34 -0
  1173. package/node_modules/lodash/round.js +26 -0
  1174. package/node_modules/lodash/sample.js +24 -0
  1175. package/node_modules/lodash/sampleSize.js +37 -0
  1176. package/node_modules/lodash/seq.js +16 -0
  1177. package/node_modules/lodash/set.js +35 -0
  1178. package/node_modules/lodash/setWith.js +32 -0
  1179. package/node_modules/lodash/shuffle.js +25 -0
  1180. package/node_modules/lodash/size.js +46 -0
  1181. package/node_modules/lodash/slice.js +37 -0
  1182. package/node_modules/lodash/snakeCase.js +28 -0
  1183. package/node_modules/lodash/some.js +51 -0
  1184. package/node_modules/lodash/sortBy.js +48 -0
  1185. package/node_modules/lodash/sortedIndex.js +24 -0
  1186. package/node_modules/lodash/sortedIndexBy.js +33 -0
  1187. package/node_modules/lodash/sortedIndexOf.js +31 -0
  1188. package/node_modules/lodash/sortedLastIndex.js +25 -0
  1189. package/node_modules/lodash/sortedLastIndexBy.js +33 -0
  1190. package/node_modules/lodash/sortedLastIndexOf.js +31 -0
  1191. package/node_modules/lodash/sortedUniq.js +24 -0
  1192. package/node_modules/lodash/sortedUniqBy.js +26 -0
  1193. package/node_modules/lodash/split.js +52 -0
  1194. package/node_modules/lodash/spread.js +63 -0
  1195. package/node_modules/lodash/startCase.js +29 -0
  1196. package/node_modules/lodash/startsWith.js +39 -0
  1197. package/node_modules/lodash/string.js +33 -0
  1198. package/node_modules/lodash/stubArray.js +23 -0
  1199. package/node_modules/lodash/stubFalse.js +18 -0
  1200. package/node_modules/lodash/stubObject.js +23 -0
  1201. package/node_modules/lodash/stubString.js +18 -0
  1202. package/node_modules/lodash/stubTrue.js +18 -0
  1203. package/node_modules/lodash/subtract.js +22 -0
  1204. package/node_modules/lodash/sum.js +24 -0
  1205. package/node_modules/lodash/sumBy.js +33 -0
  1206. package/node_modules/lodash/tail.js +22 -0
  1207. package/node_modules/lodash/take.js +37 -0
  1208. package/node_modules/lodash/takeRight.js +39 -0
  1209. package/node_modules/lodash/takeRightWhile.js +45 -0
  1210. package/node_modules/lodash/takeWhile.js +45 -0
  1211. package/node_modules/lodash/tap.js +29 -0
  1212. package/node_modules/lodash/template.js +272 -0
  1213. package/node_modules/lodash/templateSettings.js +67 -0
  1214. package/node_modules/lodash/throttle.js +69 -0
  1215. package/node_modules/lodash/thru.js +28 -0
  1216. package/node_modules/lodash/times.js +51 -0
  1217. package/node_modules/lodash/toArray.js +58 -0
  1218. package/node_modules/lodash/toFinite.js +42 -0
  1219. package/node_modules/lodash/toInteger.js +36 -0
  1220. package/node_modules/lodash/toIterator.js +23 -0
  1221. package/node_modules/lodash/toJSON.js +1 -0
  1222. package/node_modules/lodash/toLength.js +38 -0
  1223. package/node_modules/lodash/toLower.js +28 -0
  1224. package/node_modules/lodash/toNumber.js +64 -0
  1225. package/node_modules/lodash/toPairs.js +30 -0
  1226. package/node_modules/lodash/toPairsIn.js +30 -0
  1227. package/node_modules/lodash/toPath.js +33 -0
  1228. package/node_modules/lodash/toPlainObject.js +32 -0
  1229. package/node_modules/lodash/toSafeInteger.js +37 -0
  1230. package/node_modules/lodash/toString.js +28 -0
  1231. package/node_modules/lodash/toUpper.js +28 -0
  1232. package/node_modules/lodash/transform.js +65 -0
  1233. package/node_modules/lodash/trim.js +47 -0
  1234. package/node_modules/lodash/trimEnd.js +41 -0
  1235. package/node_modules/lodash/trimStart.js +43 -0
  1236. package/node_modules/lodash/truncate.js +111 -0
  1237. package/node_modules/lodash/unary.js +22 -0
  1238. package/node_modules/lodash/unescape.js +34 -0
  1239. package/node_modules/lodash/union.js +26 -0
  1240. package/node_modules/lodash/unionBy.js +39 -0
  1241. package/node_modules/lodash/unionWith.js +34 -0
  1242. package/node_modules/lodash/uniq.js +25 -0
  1243. package/node_modules/lodash/uniqBy.js +31 -0
  1244. package/node_modules/lodash/uniqWith.js +28 -0
  1245. package/node_modules/lodash/uniqueId.js +28 -0
  1246. package/node_modules/lodash/unset.js +34 -0
  1247. package/node_modules/lodash/unzip.js +45 -0
  1248. package/node_modules/lodash/unzipWith.js +39 -0
  1249. package/node_modules/lodash/update.js +35 -0
  1250. package/node_modules/lodash/updateWith.js +33 -0
  1251. package/node_modules/lodash/upperCase.js +27 -0
  1252. package/node_modules/lodash/upperFirst.js +22 -0
  1253. package/node_modules/lodash/util.js +34 -0
  1254. package/node_modules/lodash/value.js +1 -0
  1255. package/node_modules/lodash/valueOf.js +1 -0
  1256. package/node_modules/lodash/values.js +34 -0
  1257. package/node_modules/lodash/valuesIn.js +32 -0
  1258. package/node_modules/lodash/without.js +31 -0
  1259. package/node_modules/lodash/words.js +35 -0
  1260. package/node_modules/lodash/wrap.js +30 -0
  1261. package/node_modules/lodash/wrapperAt.js +48 -0
  1262. package/node_modules/lodash/wrapperChain.js +34 -0
  1263. package/node_modules/lodash/wrapperLodash.js +147 -0
  1264. package/node_modules/lodash/wrapperReverse.js +44 -0
  1265. package/node_modules/lodash/wrapperValue.js +21 -0
  1266. package/node_modules/lodash/xor.js +28 -0
  1267. package/node_modules/lodash/xorBy.js +39 -0
  1268. package/node_modules/lodash/xorWith.js +34 -0
  1269. package/node_modules/lodash/zip.js +22 -0
  1270. package/node_modules/lodash/zipObject.js +24 -0
  1271. package/node_modules/lodash/zipObjectDeep.js +23 -0
  1272. package/node_modules/lodash/zipWith.js +32 -0
  1273. package/node_modules/ms/index.js +162 -0
  1274. package/node_modules/ms/license.md +21 -0
  1275. package/node_modules/ms/package.json +38 -0
  1276. package/node_modules/ms/readme.md +59 -0
  1277. package/node_modules/node-fetch/LICENSE.md +22 -0
  1278. package/node_modules/node-fetch/README.md +634 -0
  1279. package/node_modules/node-fetch/browser.js +25 -0
  1280. package/node_modules/node-fetch/lib/index.es.js +1777 -0
  1281. package/node_modules/node-fetch/lib/index.js +1787 -0
  1282. package/node_modules/node-fetch/lib/index.mjs +1775 -0
  1283. package/node_modules/node-fetch/package.json +89 -0
  1284. package/node_modules/oci-common/LICENSE.txt +89 -0
  1285. package/node_modules/oci-common/NOTICE.txt +1 -0
  1286. package/node_modules/oci-common/README.md +19 -0
  1287. package/node_modules/oci-common/THIRD_PARTY_LICENSES.txt +576 -0
  1288. package/node_modules/oci-common/index.d.ts +54 -0
  1289. package/node_modules/oci-common/index.js +104 -0
  1290. package/node_modules/oci-common/index.js.map +1 -0
  1291. package/node_modules/oci-common/lib/auth/X509-federation-client-for-oke-workload-identity.d.ts +38 -0
  1292. package/node_modules/oci-common/lib/auth/X509-federation-client-for-oke-workload-identity.js +175 -0
  1293. package/node_modules/oci-common/lib/auth/X509-federation-client-for-oke-workload-identity.js.map +1 -0
  1294. package/node_modules/oci-common/lib/auth/X509-federation-client.d.ts +52 -0
  1295. package/node_modules/oci-common/lib/auth/X509-federation-client.js +325 -0
  1296. package/node_modules/oci-common/lib/auth/X509-federation-client.js.map +1 -0
  1297. package/node_modules/oci-common/lib/auth/abstract-federation-client-authenticated-details-provider-builder.d.ts +76 -0
  1298. package/node_modules/oci-common/lib/auth/abstract-federation-client-authenticated-details-provider-builder.js +224 -0
  1299. package/node_modules/oci-common/lib/auth/abstract-federation-client-authenticated-details-provider-builder.js.map +1 -0
  1300. package/node_modules/oci-common/lib/auth/abstract-requesting-authentication-detail-provider.d.ts +19 -0
  1301. package/node_modules/oci-common/lib/auth/abstract-requesting-authentication-detail-provider.js +46 -0
  1302. package/node_modules/oci-common/lib/auth/abstract-requesting-authentication-detail-provider.js.map +1 -0
  1303. package/node_modules/oci-common/lib/auth/auth.d.ts +125 -0
  1304. package/node_modules/oci-common/lib/auth/auth.js +137 -0
  1305. package/node_modules/oci-common/lib/auth/auth.js.map +1 -0
  1306. package/node_modules/oci-common/lib/auth/certificate-and-privatekey-pair.d.ts +12 -0
  1307. package/node_modules/oci-common/lib/auth/certificate-and-privatekey-pair.js +20 -0
  1308. package/node_modules/oci-common/lib/auth/certificate-and-privatekey-pair.js.map +1 -0
  1309. package/node_modules/oci-common/lib/auth/config-file-auth.d.ts +81 -0
  1310. package/node_modules/oci-common/lib/auth/config-file-auth.js +205 -0
  1311. package/node_modules/oci-common/lib/auth/config-file-auth.js.map +1 -0
  1312. package/node_modules/oci-common/lib/auth/file-based-key-supplier.d.ts +16 -0
  1313. package/node_modules/oci-common/lib/auth/file-based-key-supplier.js +45 -0
  1314. package/node_modules/oci-common/lib/auth/file-based-key-supplier.js.map +1 -0
  1315. package/node_modules/oci-common/lib/auth/file-based-resource-principal-federation-client.d.ts +34 -0
  1316. package/node_modules/oci-common/lib/auth/file-based-resource-principal-federation-client.js +95 -0
  1317. package/node_modules/oci-common/lib/auth/file-based-resource-principal-federation-client.js.map +1 -0
  1318. package/node_modules/oci-common/lib/auth/fixed-content-key-supplier.d.ts +20 -0
  1319. package/node_modules/oci-common/lib/auth/fixed-content-key-supplier.js +49 -0
  1320. package/node_modules/oci-common/lib/auth/fixed-content-key-supplier.js.map +1 -0
  1321. package/node_modules/oci-common/lib/auth/fixed-content-resource-principal-federation-client.d.ts +22 -0
  1322. package/node_modules/oci-common/lib/auth/fixed-content-resource-principal-federation-client.js +50 -0
  1323. package/node_modules/oci-common/lib/auth/fixed-content-resource-principal-federation-client.js.map +1 -0
  1324. package/node_modules/oci-common/lib/auth/helpers/auth-utils.d.ts +17 -0
  1325. package/node_modules/oci-common/lib/auth/helpers/auth-utils.js +60 -0
  1326. package/node_modules/oci-common/lib/auth/helpers/auth-utils.js.map +1 -0
  1327. package/node_modules/oci-common/lib/auth/helpers/delegate-auth-provider.d.ts +10 -0
  1328. package/node_modules/oci-common/lib/auth/helpers/delegate-auth-provider.js +42 -0
  1329. package/node_modules/oci-common/lib/auth/helpers/delegate-auth-provider.js.map +1 -0
  1330. package/node_modules/oci-common/lib/auth/helpers/load-from-file.d.ts +5 -0
  1331. package/node_modules/oci-common/lib/auth/helpers/load-from-file.js +19 -0
  1332. package/node_modules/oci-common/lib/auth/helpers/load-from-file.js.map +1 -0
  1333. package/node_modules/oci-common/lib/auth/helpers/load-private-key-from-file.d.ts +17 -0
  1334. package/node_modules/oci-common/lib/auth/helpers/load-private-key-from-file.js +32 -0
  1335. package/node_modules/oci-common/lib/auth/helpers/load-private-key-from-file.js.map +1 -0
  1336. package/node_modules/oci-common/lib/auth/instance-principals-authentication-detail-provider.d.ts +37 -0
  1337. package/node_modules/oci-common/lib/auth/instance-principals-authentication-detail-provider.js +76 -0
  1338. package/node_modules/oci-common/lib/auth/instance-principals-authentication-detail-provider.js.map +1 -0
  1339. package/node_modules/oci-common/lib/auth/key-pair.d.ts +15 -0
  1340. package/node_modules/oci-common/lib/auth/key-pair.js +24 -0
  1341. package/node_modules/oci-common/lib/auth/key-pair.js.map +1 -0
  1342. package/node_modules/oci-common/lib/auth/models/X509-certificate-supplier.d.ts +22 -0
  1343. package/node_modules/oci-common/lib/auth/models/X509-certificate-supplier.js +7 -0
  1344. package/node_modules/oci-common/lib/auth/models/X509-certificate-supplier.js.map +1 -0
  1345. package/node_modules/oci-common/lib/auth/models/abstract-authentication-details-provider.d.ts +10 -0
  1346. package/node_modules/oci-common/lib/auth/models/abstract-authentication-details-provider.js +7 -0
  1347. package/node_modules/oci-common/lib/auth/models/abstract-authentication-details-provider.js.map +1 -0
  1348. package/node_modules/oci-common/lib/auth/models/federation-client.d.ts +29 -0
  1349. package/node_modules/oci-common/lib/auth/models/federation-client.js +7 -0
  1350. package/node_modules/oci-common/lib/auth/models/federation-client.js.map +1 -0
  1351. package/node_modules/oci-common/lib/auth/models/refreshable-on-not-authenticaticated-provider.d.ts +23 -0
  1352. package/node_modules/oci-common/lib/auth/models/refreshable-on-not-authenticaticated-provider.js +7 -0
  1353. package/node_modules/oci-common/lib/auth/models/refreshable-on-not-authenticaticated-provider.js.map +1 -0
  1354. package/node_modules/oci-common/lib/auth/models/refreshable.d.ts +23 -0
  1355. package/node_modules/oci-common/lib/auth/models/refreshable.js +7 -0
  1356. package/node_modules/oci-common/lib/auth/models/refreshable.js.map +1 -0
  1357. package/node_modules/oci-common/lib/auth/models/session-key-supplier.d.ts +27 -0
  1358. package/node_modules/oci-common/lib/auth/models/session-key-supplier.js +7 -0
  1359. package/node_modules/oci-common/lib/auth/models/session-key-supplier.js.map +1 -0
  1360. package/node_modules/oci-common/lib/auth/oke-workload-identity-authentication-details-provider.d.ts +56 -0
  1361. package/node_modules/oci-common/lib/auth/oke-workload-identity-authentication-details-provider.js +139 -0
  1362. package/node_modules/oci-common/lib/auth/oke-workload-identity-authentication-details-provider.js.map +1 -0
  1363. package/node_modules/oci-common/lib/auth/resource-principal-authentication-details-provider.d.ts +63 -0
  1364. package/node_modules/oci-common/lib/auth/resource-principal-authentication-details-provider.js +184 -0
  1365. package/node_modules/oci-common/lib/auth/resource-principal-authentication-details-provider.js.map +1 -0
  1366. package/node_modules/oci-common/lib/auth/security-token-adapter.d.ts +38 -0
  1367. package/node_modules/oci-common/lib/auth/security-token-adapter.js +71 -0
  1368. package/node_modules/oci-common/lib/auth/security-token-adapter.js.map +1 -0
  1369. package/node_modules/oci-common/lib/auth/session-auth-details-provider.d.ts +8 -0
  1370. package/node_modules/oci-common/lib/auth/session-auth-details-provider.js +71 -0
  1371. package/node_modules/oci-common/lib/auth/session-auth-details-provider.js.map +1 -0
  1372. package/node_modules/oci-common/lib/auth/session-key-supplier.d.ts +12 -0
  1373. package/node_modules/oci-common/lib/auth/session-key-supplier.js +53 -0
  1374. package/node_modules/oci-common/lib/auth/session-key-supplier.js.map +1 -0
  1375. package/node_modules/oci-common/lib/auth/url-based-x509-certificate-supplier.d.ts +43 -0
  1376. package/node_modules/oci-common/lib/auth/url-based-x509-certificate-supplier.js +113 -0
  1377. package/node_modules/oci-common/lib/auth/url-based-x509-certificate-supplier.js.map +1 -0
  1378. package/node_modules/oci-common/lib/base-request.d.ts +17 -0
  1379. package/node_modules/oci-common/lib/base-request.js +7 -0
  1380. package/node_modules/oci-common/lib/base-request.js.map +1 -0
  1381. package/node_modules/oci-common/lib/chunker.d.ts +6 -0
  1382. package/node_modules/oci-common/lib/chunker.js +45 -0
  1383. package/node_modules/oci-common/lib/chunker.js.map +1 -0
  1384. package/node_modules/oci-common/lib/chunks/ChunkBuffer.d.ts +7 -0
  1385. package/node_modules/oci-common/lib/chunks/ChunkBuffer.js +53 -0
  1386. package/node_modules/oci-common/lib/chunks/ChunkBuffer.js.map +1 -0
  1387. package/node_modules/oci-common/lib/chunks/ChunkStream.d.ts +7 -0
  1388. package/node_modules/oci-common/lib/chunks/ChunkStream.js +80 -0
  1389. package/node_modules/oci-common/lib/chunks/ChunkStream.js.map +1 -0
  1390. package/node_modules/oci-common/lib/chunks/getReadableData.d.ts +7 -0
  1391. package/node_modules/oci-common/lib/chunks/getReadableData.js +47 -0
  1392. package/node_modules/oci-common/lib/chunks/getReadableData.js.map +1 -0
  1393. package/node_modules/oci-common/lib/chunks/getReadableStreamData.d.ts +6 -0
  1394. package/node_modules/oci-common/lib/chunks/getReadableStreamData.js +41 -0
  1395. package/node_modules/oci-common/lib/chunks/getReadableStreamData.js.map +1 -0
  1396. package/node_modules/oci-common/lib/circuit-breaker.d.ts +37 -0
  1397. package/node_modules/oci-common/lib/circuit-breaker.js +133 -0
  1398. package/node_modules/oci-common/lib/circuit-breaker.js.map +1 -0
  1399. package/node_modules/oci-common/lib/client-configuration.d.ts +23 -0
  1400. package/node_modules/oci-common/lib/client-configuration.js +7 -0
  1401. package/node_modules/oci-common/lib/client-configuration.js.map +1 -0
  1402. package/node_modules/oci-common/lib/config-file-reader.d.ts +51 -0
  1403. package/node_modules/oci-common/lib/config-file-reader.js +176 -0
  1404. package/node_modules/oci-common/lib/config-file-reader.js.map +1 -0
  1405. package/node_modules/oci-common/lib/constants.d.ts +14 -0
  1406. package/node_modules/oci-common/lib/constants.js +19 -0
  1407. package/node_modules/oci-common/lib/constants.js.map +1 -0
  1408. package/node_modules/oci-common/lib/developer-tool-configuration-file-schema.d.ts +11 -0
  1409. package/node_modules/oci-common/lib/developer-tool-configuration-file-schema.js +7 -0
  1410. package/node_modules/oci-common/lib/developer-tool-configuration-file-schema.js.map +1 -0
  1411. package/node_modules/oci-common/lib/developertoolconfiguration.d.ts +7 -0
  1412. package/node_modules/oci-common/lib/developertoolconfiguration.js +138 -0
  1413. package/node_modules/oci-common/lib/developertoolconfiguration.js.map +1 -0
  1414. package/node_modules/oci-common/lib/endpoint-builder.d.ts +17 -0
  1415. package/node_modules/oci-common/lib/endpoint-builder.js +134 -0
  1416. package/node_modules/oci-common/lib/endpoint-builder.js.map +1 -0
  1417. package/node_modules/oci-common/lib/error.d.ts +14 -0
  1418. package/node_modules/oci-common/lib/error.js +34 -0
  1419. package/node_modules/oci-common/lib/error.js.map +1 -0
  1420. package/node_modules/oci-common/lib/headers.d.ts +6 -0
  1421. package/node_modules/oci-common/lib/headers.js +66 -0
  1422. package/node_modules/oci-common/lib/headers.js.map +1 -0
  1423. package/node_modules/oci-common/lib/helper.d.ts +22 -0
  1424. package/node_modules/oci-common/lib/helper.js +310 -0
  1425. package/node_modules/oci-common/lib/helper.js.map +1 -0
  1426. package/node_modules/oci-common/lib/http-request.d.ts +11 -0
  1427. package/node_modules/oci-common/lib/http-request.js +7 -0
  1428. package/node_modules/oci-common/lib/http-request.js.map +1 -0
  1429. package/node_modules/oci-common/lib/http.d.ts +24 -0
  1430. package/node_modules/oci-common/lib/http.js +109 -0
  1431. package/node_modules/oci-common/lib/http.js.map +1 -0
  1432. package/node_modules/oci-common/lib/log.d.ts +18 -0
  1433. package/node_modules/oci-common/lib/log.js +20 -0
  1434. package/node_modules/oci-common/lib/log.js.map +1 -0
  1435. package/node_modules/oci-common/lib/object-serializer.d.ts +9 -0
  1436. package/node_modules/oci-common/lib/object-serializer.js +69 -0
  1437. package/node_modules/oci-common/lib/object-serializer.js.map +1 -0
  1438. package/node_modules/oci-common/lib/paginators.d.ts +18 -0
  1439. package/node_modules/oci-common/lib/paginators.js +145 -0
  1440. package/node_modules/oci-common/lib/paginators.js.map +1 -0
  1441. package/node_modules/oci-common/lib/range.d.ts +27 -0
  1442. package/node_modules/oci-common/lib/range.js +60 -0
  1443. package/node_modules/oci-common/lib/range.js.map +1 -0
  1444. package/node_modules/oci-common/lib/realm.d.ts +41 -0
  1445. package/node_modules/oci-common/lib/realm.js +82 -0
  1446. package/node_modules/oci-common/lib/realm.js.map +1 -0
  1447. package/node_modules/oci-common/lib/region-metadata-schema.d.ts +13 -0
  1448. package/node_modules/oci-common/lib/region-metadata-schema.js +28 -0
  1449. package/node_modules/oci-common/lib/region-metadata-schema.js.map +1 -0
  1450. package/node_modules/oci-common/lib/region.d.ts +151 -0
  1451. package/node_modules/oci-common/lib/region.js +422 -0
  1452. package/node_modules/oci-common/lib/region.js.map +1 -0
  1453. package/node_modules/oci-common/lib/request-generator.d.ts +23 -0
  1454. package/node_modules/oci-common/lib/request-generator.js +129 -0
  1455. package/node_modules/oci-common/lib/request-generator.js.map +1 -0
  1456. package/node_modules/oci-common/lib/response-generator.d.ts +20 -0
  1457. package/node_modules/oci-common/lib/response-generator.js +37 -0
  1458. package/node_modules/oci-common/lib/response-generator.js.map +1 -0
  1459. package/node_modules/oci-common/lib/retrier.d.ts +53 -0
  1460. package/node_modules/oci-common/lib/retrier.js +223 -0
  1461. package/node_modules/oci-common/lib/retrier.js.map +1 -0
  1462. package/node_modules/oci-common/lib/retry-token-header.d.ts +9 -0
  1463. package/node_modules/oci-common/lib/retry-token-header.js +29 -0
  1464. package/node_modules/oci-common/lib/retry-token-header.js.map +1 -0
  1465. package/node_modules/oci-common/lib/signer.d.ts +48 -0
  1466. package/node_modules/oci-common/lib/signer.js +156 -0
  1467. package/node_modules/oci-common/lib/signer.js.map +1 -0
  1468. package/node_modules/oci-common/lib/types.d.ts +23 -0
  1469. package/node_modules/oci-common/lib/types.js +7 -0
  1470. package/node_modules/oci-common/lib/types.js.map +1 -0
  1471. package/node_modules/oci-common/lib/utils.d.ts +11 -0
  1472. package/node_modules/oci-common/lib/utils.js +50 -0
  1473. package/node_modules/oci-common/lib/utils.js.map +1 -0
  1474. package/node_modules/oci-common/lib/waiter.d.ts +52 -0
  1475. package/node_modules/oci-common/lib/waiter.js +121 -0
  1476. package/node_modules/oci-common/lib/waiter.js.map +1 -0
  1477. package/node_modules/oci-common/node_modules/jsonwebtoken/LICENSE +21 -0
  1478. package/node_modules/oci-common/node_modules/jsonwebtoken/README.md +396 -0
  1479. package/node_modules/oci-common/node_modules/jsonwebtoken/decode.js +30 -0
  1480. package/node_modules/oci-common/node_modules/jsonwebtoken/index.js +12 -0
  1481. package/node_modules/oci-common/node_modules/jsonwebtoken/lib/JsonWebTokenError.js +14 -0
  1482. package/node_modules/oci-common/node_modules/jsonwebtoken/lib/NotBeforeError.js +13 -0
  1483. package/node_modules/oci-common/node_modules/jsonwebtoken/lib/TokenExpiredError.js +13 -0
  1484. package/node_modules/oci-common/node_modules/jsonwebtoken/lib/asymmetricKeyDetailsSupported.js +3 -0
  1485. package/node_modules/oci-common/node_modules/jsonwebtoken/lib/psSupported.js +3 -0
  1486. package/node_modules/oci-common/node_modules/jsonwebtoken/lib/rsaPssKeyDetailsSupported.js +3 -0
  1487. package/node_modules/oci-common/node_modules/jsonwebtoken/lib/timespan.js +18 -0
  1488. package/node_modules/oci-common/node_modules/jsonwebtoken/lib/validateAsymmetricKey.js +66 -0
  1489. package/node_modules/oci-common/node_modules/jsonwebtoken/package.json +65 -0
  1490. package/node_modules/oci-common/node_modules/jsonwebtoken/sign.js +247 -0
  1491. package/node_modules/oci-common/node_modules/jsonwebtoken/verify.js +263 -0
  1492. package/node_modules/oci-common/node_modules/jssha/CHANGELOG.md +178 -0
  1493. package/node_modules/oci-common/node_modules/jssha/LICENSE +26 -0
  1494. package/node_modules/oci-common/node_modules/jssha/README.md +122 -0
  1495. package/node_modules/oci-common/node_modules/jssha/bower.json +51 -0
  1496. package/node_modules/oci-common/node_modules/jssha/package.json +54 -0
  1497. package/node_modules/oci-common/node_modules/jssha/src/sha.js +44 -0
  1498. package/node_modules/oci-common/node_modules/jssha/src/sha1.js +24 -0
  1499. package/node_modules/oci-common/node_modules/jssha/src/sha256.js +28 -0
  1500. package/node_modules/oci-common/node_modules/jssha/src/sha3.js +28 -0
  1501. package/node_modules/oci-common/node_modules/jssha/src/sha512.js +35 -0
  1502. package/node_modules/oci-common/node_modules/jwa/LICENSE +17 -0
  1503. package/node_modules/oci-common/node_modules/jwa/README.md +150 -0
  1504. package/node_modules/oci-common/node_modules/jwa/index.js +266 -0
  1505. package/node_modules/oci-common/node_modules/jwa/package.json +37 -0
  1506. package/node_modules/oci-common/node_modules/jws/CHANGELOG.md +47 -0
  1507. package/node_modules/oci-common/node_modules/jws/LICENSE +17 -0
  1508. package/node_modules/oci-common/node_modules/jws/index.js +22 -0
  1509. package/node_modules/oci-common/node_modules/jws/lib/data-stream.js +55 -0
  1510. package/node_modules/oci-common/node_modules/jws/lib/sign-stream.js +83 -0
  1511. package/node_modules/oci-common/node_modules/jws/lib/tostring.js +10 -0
  1512. package/node_modules/oci-common/node_modules/jws/lib/verify-stream.js +125 -0
  1513. package/node_modules/oci-common/node_modules/jws/package.json +34 -0
  1514. package/node_modules/oci-common/node_modules/jws/readme.md +255 -0
  1515. package/node_modules/oci-common/node_modules/opossum/CHANGELOG.md +474 -0
  1516. package/node_modules/oci-common/node_modules/opossum/LICENSE +201 -0
  1517. package/node_modules/oci-common/node_modules/opossum/README.md +273 -0
  1518. package/node_modules/oci-common/node_modules/opossum/dist/.nodelete +0 -0
  1519. package/node_modules/oci-common/node_modules/opossum/dist/browser-test.map +1 -0
  1520. package/node_modules/oci-common/node_modules/opossum/dist/opossum.js +3484 -0
  1521. package/node_modules/oci-common/node_modules/opossum/dist/opossum.map +1 -0
  1522. package/node_modules/oci-common/node_modules/opossum/dist/opossum.min.js +13 -0
  1523. package/node_modules/oci-common/node_modules/opossum/dist/opossum.min.map +1 -0
  1524. package/node_modules/oci-common/node_modules/opossum/index.js +3 -0
  1525. package/node_modules/oci-common/node_modules/opossum/lib/circuit.js +713 -0
  1526. package/node_modules/oci-common/node_modules/opossum/lib/semaphore.js +54 -0
  1527. package/node_modules/oci-common/node_modules/opossum/lib/status.js +197 -0
  1528. package/node_modules/oci-common/node_modules/opossum/package.json +80 -0
  1529. package/node_modules/oci-common/node_modules/uuid/AUTHORS +5 -0
  1530. package/node_modules/oci-common/node_modules/uuid/CHANGELOG.md +112 -0
  1531. package/node_modules/oci-common/node_modules/uuid/LICENSE.md +21 -0
  1532. package/node_modules/oci-common/node_modules/uuid/README.md +293 -0
  1533. package/node_modules/oci-common/node_modules/uuid/bin/uuid +65 -0
  1534. package/node_modules/oci-common/node_modules/uuid/index.js +8 -0
  1535. package/node_modules/oci-common/node_modules/uuid/lib/bytesToUuid.js +24 -0
  1536. package/node_modules/oci-common/node_modules/uuid/lib/md5-browser.js +216 -0
  1537. package/node_modules/oci-common/node_modules/uuid/lib/md5.js +25 -0
  1538. package/node_modules/oci-common/node_modules/uuid/lib/rng-browser.js +34 -0
  1539. package/node_modules/oci-common/node_modules/uuid/lib/rng.js +8 -0
  1540. package/node_modules/oci-common/node_modules/uuid/lib/sha1-browser.js +89 -0
  1541. package/node_modules/oci-common/node_modules/uuid/lib/sha1.js +25 -0
  1542. package/node_modules/oci-common/node_modules/uuid/lib/v35.js +57 -0
  1543. package/node_modules/oci-common/node_modules/uuid/package.json +44 -0
  1544. package/node_modules/oci-common/node_modules/uuid/v1.js +109 -0
  1545. package/node_modules/oci-common/node_modules/uuid/v3.js +4 -0
  1546. package/node_modules/oci-common/node_modules/uuid/v4.js +29 -0
  1547. package/node_modules/oci-common/node_modules/uuid/v5.js +3 -0
  1548. package/node_modules/oci-common/package.json +55 -0
  1549. package/node_modules/oci-generativeaiagentruntime/LICENSE.txt +89 -0
  1550. package/node_modules/oci-generativeaiagentruntime/NOTICE.txt +1 -0
  1551. package/node_modules/oci-generativeaiagentruntime/README.md +22 -0
  1552. package/node_modules/oci-generativeaiagentruntime/THIRD_PARTY_LICENSES.txt +576 -0
  1553. package/node_modules/oci-generativeaiagentruntime/index.d.ts +29 -0
  1554. package/node_modules/oci-generativeaiagentruntime/index.js +52 -0
  1555. package/node_modules/oci-generativeaiagentruntime/index.js.map +1 -0
  1556. package/node_modules/oci-generativeaiagentruntime/lib/client.d.ts +154 -0
  1557. package/node_modules/oci-generativeaiagentruntime/lib/client.js +592 -0
  1558. package/node_modules/oci-generativeaiagentruntime/lib/client.js.map +1 -0
  1559. package/node_modules/oci-generativeaiagentruntime/lib/model/chat-details.d.ts +59 -0
  1560. package/node_modules/oci-generativeaiagentruntime/lib/model/chat-details.js +80 -0
  1561. package/node_modules/oci-generativeaiagentruntime/lib/model/chat-details.js.map +1 -0
  1562. package/node_modules/oci-generativeaiagentruntime/lib/model/chat-result.d.ts +58 -0
  1563. package/node_modules/oci-generativeaiagentruntime/lib/model/chat-result.js +92 -0
  1564. package/node_modules/oci-generativeaiagentruntime/lib/model/chat-result.js.map +1 -0
  1565. package/node_modules/oci-generativeaiagentruntime/lib/model/citation.d.ts +55 -0
  1566. package/node_modules/oci-generativeaiagentruntime/lib/model/citation.js +66 -0
  1567. package/node_modules/oci-generativeaiagentruntime/lib/model/citation.js.map +1 -0
  1568. package/node_modules/oci-generativeaiagentruntime/lib/model/create-session-details.d.ts +39 -0
  1569. package/node_modules/oci-generativeaiagentruntime/lib/model/create-session-details.js +38 -0
  1570. package/node_modules/oci-generativeaiagentruntime/lib/model/create-session-details.js.map +1 -0
  1571. package/node_modules/oci-generativeaiagentruntime/lib/model/error-trace.d.ts +42 -0
  1572. package/node_modules/oci-generativeaiagentruntime/lib/model/error-trace.js +59 -0
  1573. package/node_modules/oci-generativeaiagentruntime/lib/model/error-trace.js.map +1 -0
  1574. package/node_modules/oci-generativeaiagentruntime/lib/model/execution-trace.d.ts +41 -0
  1575. package/node_modules/oci-generativeaiagentruntime/lib/model/execution-trace.js +59 -0
  1576. package/node_modules/oci-generativeaiagentruntime/lib/model/execution-trace.js.map +1 -0
  1577. package/node_modules/oci-generativeaiagentruntime/lib/model/function-call.d.ts +39 -0
  1578. package/node_modules/oci-generativeaiagentruntime/lib/model/function-call.js +38 -0
  1579. package/node_modules/oci-generativeaiagentruntime/lib/model/function-call.js.map +1 -0
  1580. package/node_modules/oci-generativeaiagentruntime/lib/model/function-calling-performed-action.d.ts +38 -0
  1581. package/node_modules/oci-generativeaiagentruntime/lib/model/function-calling-performed-action.js +63 -0
  1582. package/node_modules/oci-generativeaiagentruntime/lib/model/function-calling-performed-action.js.map +1 -0
  1583. package/node_modules/oci-generativeaiagentruntime/lib/model/function-calling-required-action.d.ts +35 -0
  1584. package/node_modules/oci-generativeaiagentruntime/lib/model/function-calling-required-action.js +71 -0
  1585. package/node_modules/oci-generativeaiagentruntime/lib/model/function-calling-required-action.js.map +1 -0
  1586. package/node_modules/oci-generativeaiagentruntime/lib/model/generation-trace.d.ts +46 -0
  1587. package/node_modules/oci-generativeaiagentruntime/lib/model/generation-trace.js +71 -0
  1588. package/node_modules/oci-generativeaiagentruntime/lib/model/generation-trace.js.map +1 -0
  1589. package/node_modules/oci-generativeaiagentruntime/lib/model/generic-tool-input.d.ts +38 -0
  1590. package/node_modules/oci-generativeaiagentruntime/lib/model/generic-tool-input.js +61 -0
  1591. package/node_modules/oci-generativeaiagentruntime/lib/model/generic-tool-input.js.map +1 -0
  1592. package/node_modules/oci-generativeaiagentruntime/lib/model/generic-tool-output.d.ts +38 -0
  1593. package/node_modules/oci-generativeaiagentruntime/lib/model/generic-tool-output.js +61 -0
  1594. package/node_modules/oci-generativeaiagentruntime/lib/model/generic-tool-output.js.map +1 -0
  1595. package/node_modules/oci-generativeaiagentruntime/lib/model/human-approval-performed-action.d.ts +41 -0
  1596. package/node_modules/oci-generativeaiagentruntime/lib/model/human-approval-performed-action.js +68 -0
  1597. package/node_modules/oci-generativeaiagentruntime/lib/model/human-approval-performed-action.js.map +1 -0
  1598. package/node_modules/oci-generativeaiagentruntime/lib/model/human-approval-required-action.d.ts +50 -0
  1599. package/node_modules/oci-generativeaiagentruntime/lib/model/human-approval-required-action.js +73 -0
  1600. package/node_modules/oci-generativeaiagentruntime/lib/model/human-approval-required-action.js.map +1 -0
  1601. package/node_modules/oci-generativeaiagentruntime/lib/model/index.d.ts +109 -0
  1602. package/node_modules/oci-generativeaiagentruntime/lib/model/index.js +132 -0
  1603. package/node_modules/oci-generativeaiagentruntime/lib/model/index.js.map +1 -0
  1604. package/node_modules/oci-generativeaiagentruntime/lib/model/knowledge-base-metadata-summary.d.ts +76 -0
  1605. package/node_modules/oci-generativeaiagentruntime/lib/model/knowledge-base-metadata-summary.js +70 -0
  1606. package/node_modules/oci-generativeaiagentruntime/lib/model/knowledge-base-metadata-summary.js.map +1 -0
  1607. package/node_modules/oci-generativeaiagentruntime/lib/model/knowledge-base-metadata-value.d.ts +39 -0
  1608. package/node_modules/oci-generativeaiagentruntime/lib/model/knowledge-base-metadata-value.js +38 -0
  1609. package/node_modules/oci-generativeaiagentruntime/lib/model/knowledge-base-metadata-value.js.map +1 -0
  1610. package/node_modules/oci-generativeaiagentruntime/lib/model/message-content.d.ts +44 -0
  1611. package/node_modules/oci-generativeaiagentruntime/lib/model/message-content.js +80 -0
  1612. package/node_modules/oci-generativeaiagentruntime/lib/model/message-content.js.map +1 -0
  1613. package/node_modules/oci-generativeaiagentruntime/lib/model/message.d.ts +50 -0
  1614. package/node_modules/oci-generativeaiagentruntime/lib/model/message.js +74 -0
  1615. package/node_modules/oci-generativeaiagentruntime/lib/model/message.js.map +1 -0
  1616. package/node_modules/oci-generativeaiagentruntime/lib/model/metadata-filter.d.ts +39 -0
  1617. package/node_modules/oci-generativeaiagentruntime/lib/model/metadata-filter.js +38 -0
  1618. package/node_modules/oci-generativeaiagentruntime/lib/model/metadata-filter.js.map +1 -0
  1619. package/node_modules/oci-generativeaiagentruntime/lib/model/model-details.d.ts +40 -0
  1620. package/node_modules/oci-generativeaiagentruntime/lib/model/model-details.js +64 -0
  1621. package/node_modules/oci-generativeaiagentruntime/lib/model/model-details.js.map +1 -0
  1622. package/node_modules/oci-generativeaiagentruntime/lib/model/model-params.d.ts +54 -0
  1623. package/node_modules/oci-generativeaiagentruntime/lib/model/model-params.js +38 -0
  1624. package/node_modules/oci-generativeaiagentruntime/lib/model/model-params.js.map +1 -0
  1625. package/node_modules/oci-generativeaiagentruntime/lib/model/oci-database-source-location.d.ts +46 -0
  1626. package/node_modules/oci-generativeaiagentruntime/lib/model/oci-database-source-location.js +63 -0
  1627. package/node_modules/oci-generativeaiagentruntime/lib/model/oci-database-source-location.js.map +1 -0
  1628. package/node_modules/oci-generativeaiagentruntime/lib/model/oci-object-storage-source-location.d.ts +38 -0
  1629. package/node_modules/oci-generativeaiagentruntime/lib/model/oci-object-storage-source-location.js +63 -0
  1630. package/node_modules/oci-generativeaiagentruntime/lib/model/oci-object-storage-source-location.js.map +1 -0
  1631. package/node_modules/oci-generativeaiagentruntime/lib/model/oci-open-search-source-location.d.ts +46 -0
  1632. package/node_modules/oci-generativeaiagentruntime/lib/model/oci-open-search-source-location.js +63 -0
  1633. package/node_modules/oci-generativeaiagentruntime/lib/model/oci-open-search-source-location.js.map +1 -0
  1634. package/node_modules/oci-generativeaiagentruntime/lib/model/paragraph-citation.d.ts +37 -0
  1635. package/node_modules/oci-generativeaiagentruntime/lib/model/paragraph-citation.js +74 -0
  1636. package/node_modules/oci-generativeaiagentruntime/lib/model/paragraph-citation.js.map +1 -0
  1637. package/node_modules/oci-generativeaiagentruntime/lib/model/paragraph.d.ts +43 -0
  1638. package/node_modules/oci-generativeaiagentruntime/lib/model/paragraph.js +38 -0
  1639. package/node_modules/oci-generativeaiagentruntime/lib/model/paragraph.js.map +1 -0
  1640. package/node_modules/oci-generativeaiagentruntime/lib/model/performed-action.d.ts +36 -0
  1641. package/node_modules/oci-generativeaiagentruntime/lib/model/performed-action.js +81 -0
  1642. package/node_modules/oci-generativeaiagentruntime/lib/model/performed-action.js.map +1 -0
  1643. package/node_modules/oci-generativeaiagentruntime/lib/model/planning-trace.d.ts +45 -0
  1644. package/node_modules/oci-generativeaiagentruntime/lib/model/planning-trace.js +71 -0
  1645. package/node_modules/oci-generativeaiagentruntime/lib/model/planning-trace.js.map +1 -0
  1646. package/node_modules/oci-generativeaiagentruntime/lib/model/rag-tool-output.d.ts +46 -0
  1647. package/node_modules/oci-generativeaiagentruntime/lib/model/rag-tool-output.js +81 -0
  1648. package/node_modules/oci-generativeaiagentruntime/lib/model/rag-tool-output.js.map +1 -0
  1649. package/node_modules/oci-generativeaiagentruntime/lib/model/required-action.d.ts +36 -0
  1650. package/node_modules/oci-generativeaiagentruntime/lib/model/required-action.js +81 -0
  1651. package/node_modules/oci-generativeaiagentruntime/lib/model/required-action.js.map +1 -0
  1652. package/node_modules/oci-generativeaiagentruntime/lib/model/retrieval-trace.d.ts +46 -0
  1653. package/node_modules/oci-generativeaiagentruntime/lib/model/retrieval-trace.js +81 -0
  1654. package/node_modules/oci-generativeaiagentruntime/lib/model/retrieval-trace.js.map +1 -0
  1655. package/node_modules/oci-generativeaiagentruntime/lib/model/retrieve-metadata-details.d.ts +36 -0
  1656. package/node_modules/oci-generativeaiagentruntime/lib/model/retrieve-metadata-details.js +70 -0
  1657. package/node_modules/oci-generativeaiagentruntime/lib/model/retrieve-metadata-details.js.map +1 -0
  1658. package/node_modules/oci-generativeaiagentruntime/lib/model/session.d.ts +55 -0
  1659. package/node_modules/oci-generativeaiagentruntime/lib/model/session.js +38 -0
  1660. package/node_modules/oci-generativeaiagentruntime/lib/model/session.js.map +1 -0
  1661. package/node_modules/oci-generativeaiagentruntime/lib/model/source-details.d.ts +39 -0
  1662. package/node_modules/oci-generativeaiagentruntime/lib/model/source-details.js +38 -0
  1663. package/node_modules/oci-generativeaiagentruntime/lib/model/source-details.js.map +1 -0
  1664. package/node_modules/oci-generativeaiagentruntime/lib/model/source-location.d.ts +32 -0
  1665. package/node_modules/oci-generativeaiagentruntime/lib/model/source-location.js +85 -0
  1666. package/node_modules/oci-generativeaiagentruntime/lib/model/source-location.js.map +1 -0
  1667. package/node_modules/oci-generativeaiagentruntime/lib/model/sql-result-files.d.ts +39 -0
  1668. package/node_modules/oci-generativeaiagentruntime/lib/model/sql-result-files.js +38 -0
  1669. package/node_modules/oci-generativeaiagentruntime/lib/model/sql-result-files.js.map +1 -0
  1670. package/node_modules/oci-generativeaiagentruntime/lib/model/sql-tool-output.d.ts +47 -0
  1671. package/node_modules/oci-generativeaiagentruntime/lib/model/sql-tool-output.js +67 -0
  1672. package/node_modules/oci-generativeaiagentruntime/lib/model/sql-tool-output.js.map +1 -0
  1673. package/node_modules/oci-generativeaiagentruntime/lib/model/tool-input.d.ts +36 -0
  1674. package/node_modules/oci-generativeaiagentruntime/lib/model/tool-input.js +77 -0
  1675. package/node_modules/oci-generativeaiagentruntime/lib/model/tool-input.js.map +1 -0
  1676. package/node_modules/oci-generativeaiagentruntime/lib/model/tool-invocation-trace.d.ts +45 -0
  1677. package/node_modules/oci-generativeaiagentruntime/lib/model/tool-invocation-trace.js +59 -0
  1678. package/node_modules/oci-generativeaiagentruntime/lib/model/tool-invocation-trace.js.map +1 -0
  1679. package/node_modules/oci-generativeaiagentruntime/lib/model/tool-output.d.ts +40 -0
  1680. package/node_modules/oci-generativeaiagentruntime/lib/model/tool-output.js +85 -0
  1681. package/node_modules/oci-generativeaiagentruntime/lib/model/tool-output.js.map +1 -0
  1682. package/node_modules/oci-generativeaiagentruntime/lib/model/trace.d.ts +50 -0
  1683. package/node_modules/oci-generativeaiagentruntime/lib/model/trace.js +101 -0
  1684. package/node_modules/oci-generativeaiagentruntime/lib/model/trace.js.map +1 -0
  1685. package/node_modules/oci-generativeaiagentruntime/lib/model/update-session-details.d.ts +39 -0
  1686. package/node_modules/oci-generativeaiagentruntime/lib/model/update-session-details.js +38 -0
  1687. package/node_modules/oci-generativeaiagentruntime/lib/model/update-session-details.js.map +1 -0
  1688. package/node_modules/oci-generativeaiagentruntime/lib/model/usage-details.d.ts +46 -0
  1689. package/node_modules/oci-generativeaiagentruntime/lib/model/usage-details.js +38 -0
  1690. package/node_modules/oci-generativeaiagentruntime/lib/model/usage-details.js.map +1 -0
  1691. package/node_modules/oci-generativeaiagentruntime/lib/model/usage.d.ts +33 -0
  1692. package/node_modules/oci-generativeaiagentruntime/lib/model/usage.js +72 -0
  1693. package/node_modules/oci-generativeaiagentruntime/lib/model/usage.js.map +1 -0
  1694. package/node_modules/oci-generativeaiagentruntime/lib/request/chat-request.d.ts +49 -0
  1695. package/node_modules/oci-generativeaiagentruntime/lib/request/chat-request.js +15 -0
  1696. package/node_modules/oci-generativeaiagentruntime/lib/request/chat-request.js.map +1 -0
  1697. package/node_modules/oci-generativeaiagentruntime/lib/request/create-session-request.d.ts +40 -0
  1698. package/node_modules/oci-generativeaiagentruntime/lib/request/create-session-request.js +15 -0
  1699. package/node_modules/oci-generativeaiagentruntime/lib/request/create-session-request.js.map +1 -0
  1700. package/node_modules/oci-generativeaiagentruntime/lib/request/delete-session-request.d.ts +39 -0
  1701. package/node_modules/oci-generativeaiagentruntime/lib/request/delete-session-request.js +15 -0
  1702. package/node_modules/oci-generativeaiagentruntime/lib/request/delete-session-request.js.map +1 -0
  1703. package/node_modules/oci-generativeaiagentruntime/lib/request/get-session-request.d.ts +30 -0
  1704. package/node_modules/oci-generativeaiagentruntime/lib/request/get-session-request.js +15 -0
  1705. package/node_modules/oci-generativeaiagentruntime/lib/request/get-session-request.js.map +1 -0
  1706. package/node_modules/oci-generativeaiagentruntime/lib/request/index.d.ts +33 -0
  1707. package/node_modules/oci-generativeaiagentruntime/lib/request/index.js +24 -0
  1708. package/node_modules/oci-generativeaiagentruntime/lib/request/index.js.map +1 -0
  1709. package/node_modules/oci-generativeaiagentruntime/lib/request/retrieve-metadata-request.d.ts +49 -0
  1710. package/node_modules/oci-generativeaiagentruntime/lib/request/retrieve-metadata-request.js +15 -0
  1711. package/node_modules/oci-generativeaiagentruntime/lib/request/retrieve-metadata-request.js.map +1 -0
  1712. package/node_modules/oci-generativeaiagentruntime/lib/request/update-session-request.d.ts +44 -0
  1713. package/node_modules/oci-generativeaiagentruntime/lib/request/update-session-request.js +15 -0
  1714. package/node_modules/oci-generativeaiagentruntime/lib/request/update-session-request.js.map +1 -0
  1715. package/node_modules/oci-generativeaiagentruntime/lib/response/chat-response.d.ts +25 -0
  1716. package/node_modules/oci-generativeaiagentruntime/lib/response/chat-response.js +15 -0
  1717. package/node_modules/oci-generativeaiagentruntime/lib/response/chat-response.js.map +1 -0
  1718. package/node_modules/oci-generativeaiagentruntime/lib/response/create-session-response.d.ts +30 -0
  1719. package/node_modules/oci-generativeaiagentruntime/lib/response/create-session-response.js +15 -0
  1720. package/node_modules/oci-generativeaiagentruntime/lib/response/create-session-response.js.map +1 -0
  1721. package/node_modules/oci-generativeaiagentruntime/lib/response/delete-session-response.d.ts +20 -0
  1722. package/node_modules/oci-generativeaiagentruntime/lib/response/delete-session-response.js +15 -0
  1723. package/node_modules/oci-generativeaiagentruntime/lib/response/delete-session-response.js.map +1 -0
  1724. package/node_modules/oci-generativeaiagentruntime/lib/response/get-session-response.d.ts +30 -0
  1725. package/node_modules/oci-generativeaiagentruntime/lib/response/get-session-response.js +15 -0
  1726. package/node_modules/oci-generativeaiagentruntime/lib/response/get-session-response.js.map +1 -0
  1727. package/node_modules/oci-generativeaiagentruntime/lib/response/index.d.ts +33 -0
  1728. package/node_modules/oci-generativeaiagentruntime/lib/response/index.js +24 -0
  1729. package/node_modules/oci-generativeaiagentruntime/lib/response/index.js.map +1 -0
  1730. package/node_modules/oci-generativeaiagentruntime/lib/response/retrieve-metadata-response.d.ts +30 -0
  1731. package/node_modules/oci-generativeaiagentruntime/lib/response/retrieve-metadata-response.js +15 -0
  1732. package/node_modules/oci-generativeaiagentruntime/lib/response/retrieve-metadata-response.js.map +1 -0
  1733. package/node_modules/oci-generativeaiagentruntime/lib/response/update-session-response.d.ts +30 -0
  1734. package/node_modules/oci-generativeaiagentruntime/lib/response/update-session-response.js +15 -0
  1735. package/node_modules/oci-generativeaiagentruntime/lib/response/update-session-response.js.map +1 -0
  1736. package/node_modules/oci-generativeaiagentruntime/package.json +29 -0
  1737. package/node_modules/oci-workrequests/LICENSE.txt +89 -0
  1738. package/node_modules/oci-workrequests/NOTICE.txt +1 -0
  1739. package/node_modules/oci-workrequests/README.md +21 -0
  1740. package/node_modules/oci-workrequests/THIRD_PARTY_LICENSES.txt +576 -0
  1741. package/node_modules/oci-workrequests/index.d.ts +30 -0
  1742. package/node_modules/oci-workrequests/index.js +53 -0
  1743. package/node_modules/oci-workrequests/index.js.map +1 -0
  1744. package/node_modules/oci-workrequests/lib/client.d.ts +240 -0
  1745. package/node_modules/oci-workrequests/lib/client.js +602 -0
  1746. package/node_modules/oci-workrequests/lib/client.js.map +1 -0
  1747. package/node_modules/oci-workrequests/lib/model/index.d.ts +28 -0
  1748. package/node_modules/oci-workrequests/lib/model/index.js +51 -0
  1749. package/node_modules/oci-workrequests/lib/model/index.js.map +1 -0
  1750. package/node_modules/oci-workrequests/lib/model/work-request-error.d.ts +39 -0
  1751. package/node_modules/oci-workrequests/lib/model/work-request-error.js +35 -0
  1752. package/node_modules/oci-workrequests/lib/model/work-request-error.js.map +1 -0
  1753. package/node_modules/oci-workrequests/lib/model/work-request-log-entry.d.ts +35 -0
  1754. package/node_modules/oci-workrequests/lib/model/work-request-log-entry.js +35 -0
  1755. package/node_modules/oci-workrequests/lib/model/work-request-log-entry.js.map +1 -0
  1756. package/node_modules/oci-workrequests/lib/model/work-request-resource.d.ts +61 -0
  1757. package/node_modules/oci-workrequests/lib/model/work-request-resource.js +48 -0
  1758. package/node_modules/oci-workrequests/lib/model/work-request-resource.js.map +1 -0
  1759. package/node_modules/oci-workrequests/lib/model/work-request-summary.d.ts +78 -0
  1760. package/node_modules/oci-workrequests/lib/model/work-request-summary.js +49 -0
  1761. package/node_modules/oci-workrequests/lib/model/work-request-summary.js.map +1 -0
  1762. package/node_modules/oci-workrequests/lib/model/work-request.d.ts +83 -0
  1763. package/node_modules/oci-workrequests/lib/model/work-request.js +81 -0
  1764. package/node_modules/oci-workrequests/lib/model/work-request.js.map +1 -0
  1765. package/node_modules/oci-workrequests/lib/request/get-work-request-request.d.ts +28 -0
  1766. package/node_modules/oci-workrequests/lib/request/get-work-request-request.js +15 -0
  1767. package/node_modules/oci-workrequests/lib/request/get-work-request-request.js.map +1 -0
  1768. package/node_modules/oci-workrequests/lib/request/index.d.ts +26 -0
  1769. package/node_modules/oci-workrequests/lib/request/index.js +45 -0
  1770. package/node_modules/oci-workrequests/lib/request/index.js.map +1 -0
  1771. package/node_modules/oci-workrequests/lib/request/list-work-request-errors-request.d.ts +53 -0
  1772. package/node_modules/oci-workrequests/lib/request/list-work-request-errors-request.js +24 -0
  1773. package/node_modules/oci-workrequests/lib/request/list-work-request-errors-request.js.map +1 -0
  1774. package/node_modules/oci-workrequests/lib/request/list-work-request-logs-request.d.ts +53 -0
  1775. package/node_modules/oci-workrequests/lib/request/list-work-request-logs-request.js +24 -0
  1776. package/node_modules/oci-workrequests/lib/request/list-work-request-logs-request.js.map +1 -0
  1777. package/node_modules/oci-workrequests/lib/request/list-work-requests-request.d.ts +46 -0
  1778. package/node_modules/oci-workrequests/lib/request/list-work-requests-request.js +15 -0
  1779. package/node_modules/oci-workrequests/lib/request/list-work-requests-request.js.map +1 -0
  1780. package/node_modules/oci-workrequests/lib/response/get-work-request-response.d.ts +25 -0
  1781. package/node_modules/oci-workrequests/lib/response/get-work-request-response.js +15 -0
  1782. package/node_modules/oci-workrequests/lib/response/get-work-request-response.js.map +1 -0
  1783. package/node_modules/oci-workrequests/lib/response/index.d.ts +26 -0
  1784. package/node_modules/oci-workrequests/lib/response/index.js +21 -0
  1785. package/node_modules/oci-workrequests/lib/response/index.js.map +1 -0
  1786. package/node_modules/oci-workrequests/lib/response/list-work-request-errors-response.d.ts +32 -0
  1787. package/node_modules/oci-workrequests/lib/response/list-work-request-errors-response.js +15 -0
  1788. package/node_modules/oci-workrequests/lib/response/list-work-request-errors-response.js.map +1 -0
  1789. package/node_modules/oci-workrequests/lib/response/list-work-request-logs-response.d.ts +32 -0
  1790. package/node_modules/oci-workrequests/lib/response/list-work-request-logs-response.js +15 -0
  1791. package/node_modules/oci-workrequests/lib/response/list-work-request-logs-response.js.map +1 -0
  1792. package/node_modules/oci-workrequests/lib/response/list-work-requests-response.d.ts +32 -0
  1793. package/node_modules/oci-workrequests/lib/response/list-work-requests-response.js +15 -0
  1794. package/node_modules/oci-workrequests/lib/response/list-work-requests-response.js.map +1 -0
  1795. package/node_modules/oci-workrequests/lib/workrequest-helper.d.ts +4 -0
  1796. package/node_modules/oci-workrequests/lib/workrequest-helper.js +24 -0
  1797. package/node_modules/oci-workrequests/lib/workrequest-helper.js.map +1 -0
  1798. package/node_modules/oci-workrequests/lib/workrequest-waiter.d.ts +33 -0
  1799. package/node_modules/oci-workrequests/lib/workrequest-waiter.js +50 -0
  1800. package/node_modules/oci-workrequests/lib/workrequest-waiter.js.map +1 -0
  1801. package/node_modules/oci-workrequests/package.json +29 -0
  1802. package/node_modules/opossum/LICENSE +201 -0
  1803. package/node_modules/opossum/README.md +541 -0
  1804. package/node_modules/opossum/dist/.nodelete +0 -0
  1805. package/node_modules/opossum/dist/opossum.js +2059 -0
  1806. package/node_modules/opossum/dist/opossum.map +1 -0
  1807. package/node_modules/opossum/dist/opossum.min.js +2 -0
  1808. package/node_modules/opossum/dist/opossum.min.map +1 -0
  1809. package/node_modules/opossum/index.js +3 -0
  1810. package/node_modules/opossum/lib/cache.js +65 -0
  1811. package/node_modules/opossum/lib/circuit.js +1029 -0
  1812. package/node_modules/opossum/lib/semaphore.js +54 -0
  1813. package/node_modules/opossum/lib/status.js +247 -0
  1814. package/node_modules/opossum/package.json +77 -0
  1815. package/node_modules/safe-buffer/LICENSE +21 -0
  1816. package/node_modules/safe-buffer/README.md +584 -0
  1817. package/node_modules/safe-buffer/index.d.ts +187 -0
  1818. package/node_modules/safe-buffer/index.js +65 -0
  1819. package/node_modules/safe-buffer/package.json +51 -0
  1820. package/node_modules/safer-buffer/LICENSE +21 -0
  1821. package/node_modules/safer-buffer/Porting-Buffer.md +268 -0
  1822. package/node_modules/safer-buffer/Readme.md +156 -0
  1823. package/node_modules/safer-buffer/dangerous.js +58 -0
  1824. package/node_modules/safer-buffer/package.json +34 -0
  1825. package/node_modules/safer-buffer/safer.js +77 -0
  1826. package/node_modules/safer-buffer/tests.js +406 -0
  1827. package/node_modules/semver/LICENSE +15 -0
  1828. package/node_modules/semver/README.md +664 -0
  1829. package/node_modules/semver/bin/semver.js +191 -0
  1830. package/node_modules/semver/classes/comparator.js +143 -0
  1831. package/node_modules/semver/classes/index.js +7 -0
  1832. package/node_modules/semver/classes/range.js +557 -0
  1833. package/node_modules/semver/classes/semver.js +333 -0
  1834. package/node_modules/semver/functions/clean.js +8 -0
  1835. package/node_modules/semver/functions/cmp.js +54 -0
  1836. package/node_modules/semver/functions/coerce.js +62 -0
  1837. package/node_modules/semver/functions/compare-build.js +9 -0
  1838. package/node_modules/semver/functions/compare-loose.js +5 -0
  1839. package/node_modules/semver/functions/compare.js +7 -0
  1840. package/node_modules/semver/functions/diff.js +60 -0
  1841. package/node_modules/semver/functions/eq.js +5 -0
  1842. package/node_modules/semver/functions/gt.js +5 -0
  1843. package/node_modules/semver/functions/gte.js +5 -0
  1844. package/node_modules/semver/functions/inc.js +21 -0
  1845. package/node_modules/semver/functions/lt.js +5 -0
  1846. package/node_modules/semver/functions/lte.js +5 -0
  1847. package/node_modules/semver/functions/major.js +5 -0
  1848. package/node_modules/semver/functions/minor.js +5 -0
  1849. package/node_modules/semver/functions/neq.js +5 -0
  1850. package/node_modules/semver/functions/parse.js +18 -0
  1851. package/node_modules/semver/functions/patch.js +5 -0
  1852. package/node_modules/semver/functions/prerelease.js +8 -0
  1853. package/node_modules/semver/functions/rcompare.js +5 -0
  1854. package/node_modules/semver/functions/rsort.js +5 -0
  1855. package/node_modules/semver/functions/satisfies.js +12 -0
  1856. package/node_modules/semver/functions/sort.js +5 -0
  1857. package/node_modules/semver/functions/valid.js +8 -0
  1858. package/node_modules/semver/index.js +91 -0
  1859. package/node_modules/semver/internal/constants.js +37 -0
  1860. package/node_modules/semver/internal/debug.js +11 -0
  1861. package/node_modules/semver/internal/identifiers.js +29 -0
  1862. package/node_modules/semver/internal/lrucache.js +42 -0
  1863. package/node_modules/semver/internal/parse-options.js +17 -0
  1864. package/node_modules/semver/internal/re.js +223 -0
  1865. package/node_modules/semver/package.json +78 -0
  1866. package/node_modules/semver/preload.js +4 -0
  1867. package/node_modules/semver/range.bnf +16 -0
  1868. package/node_modules/semver/ranges/gtr.js +6 -0
  1869. package/node_modules/semver/ranges/intersects.js +9 -0
  1870. package/node_modules/semver/ranges/ltr.js +6 -0
  1871. package/node_modules/semver/ranges/max-satisfying.js +27 -0
  1872. package/node_modules/semver/ranges/min-satisfying.js +26 -0
  1873. package/node_modules/semver/ranges/min-version.js +63 -0
  1874. package/node_modules/semver/ranges/outside.js +82 -0
  1875. package/node_modules/semver/ranges/simplify.js +49 -0
  1876. package/node_modules/semver/ranges/subset.js +249 -0
  1877. package/node_modules/semver/ranges/to-comparators.js +10 -0
  1878. package/node_modules/semver/ranges/valid.js +13 -0
  1879. package/node_modules/sshpk/.npmignore +9 -0
  1880. package/node_modules/sshpk/.travis.yml +11 -0
  1881. package/node_modules/sshpk/LICENSE +18 -0
  1882. package/node_modules/sshpk/README.md +804 -0
  1883. package/node_modules/sshpk/bin/sshpk-conv +243 -0
  1884. package/node_modules/sshpk/bin/sshpk-sign +191 -0
  1885. package/node_modules/sshpk/bin/sshpk-verify +167 -0
  1886. package/node_modules/sshpk/lib/algs.js +168 -0
  1887. package/node_modules/sshpk/lib/certificate.js +410 -0
  1888. package/node_modules/sshpk/lib/dhe.js +397 -0
  1889. package/node_modules/sshpk/lib/ed-compat.js +92 -0
  1890. package/node_modules/sshpk/lib/errors.js +84 -0
  1891. package/node_modules/sshpk/lib/fingerprint.js +220 -0
  1892. package/node_modules/sshpk/lib/formats/auto.js +124 -0
  1893. package/node_modules/sshpk/lib/formats/dnssec.js +287 -0
  1894. package/node_modules/sshpk/lib/formats/openssh-cert.js +352 -0
  1895. package/node_modules/sshpk/lib/formats/pem.js +290 -0
  1896. package/node_modules/sshpk/lib/formats/pkcs1.js +373 -0
  1897. package/node_modules/sshpk/lib/formats/pkcs8.js +631 -0
  1898. package/node_modules/sshpk/lib/formats/putty.js +99 -0
  1899. package/node_modules/sshpk/lib/formats/rfc4253.js +166 -0
  1900. package/node_modules/sshpk/lib/formats/ssh-private.js +262 -0
  1901. package/node_modules/sshpk/lib/formats/ssh.js +115 -0
  1902. package/node_modules/sshpk/lib/formats/x509-pem.js +88 -0
  1903. package/node_modules/sshpk/lib/formats/x509.js +752 -0
  1904. package/node_modules/sshpk/lib/identity.js +373 -0
  1905. package/node_modules/sshpk/lib/index.js +40 -0
  1906. package/node_modules/sshpk/lib/key.js +294 -0
  1907. package/node_modules/sshpk/lib/private-key.js +246 -0
  1908. package/node_modules/sshpk/lib/signature.js +314 -0
  1909. package/node_modules/sshpk/lib/ssh-buffer.js +149 -0
  1910. package/node_modules/sshpk/lib/utils.js +404 -0
  1911. package/node_modules/sshpk/man/man1/sshpk-conv.1 +135 -0
  1912. package/node_modules/sshpk/man/man1/sshpk-sign.1 +81 -0
  1913. package/node_modules/sshpk/man/man1/sshpk-verify.1 +68 -0
  1914. package/node_modules/sshpk/package.json +60 -0
  1915. package/node_modules/tr46/.npmignore +4 -0
  1916. package/node_modules/tr46/index.js +193 -0
  1917. package/node_modules/tr46/lib/.gitkeep +0 -0
  1918. package/node_modules/tr46/lib/mappingTable.json +1 -0
  1919. package/node_modules/tr46/package.json +31 -0
  1920. package/node_modules/tweetnacl/.npmignore +4 -0
  1921. package/node_modules/tweetnacl/AUTHORS.md +28 -0
  1922. package/node_modules/tweetnacl/CHANGELOG.md +221 -0
  1923. package/node_modules/tweetnacl/LICENSE +24 -0
  1924. package/node_modules/tweetnacl/PULL_REQUEST_TEMPLATE.md +20 -0
  1925. package/node_modules/tweetnacl/README.md +459 -0
  1926. package/node_modules/tweetnacl/nacl-fast.js +2388 -0
  1927. package/node_modules/tweetnacl/nacl-fast.min.js +2 -0
  1928. package/node_modules/tweetnacl/nacl.d.ts +98 -0
  1929. package/node_modules/tweetnacl/nacl.js +1175 -0
  1930. package/node_modules/tweetnacl/nacl.min.js +1 -0
  1931. package/node_modules/tweetnacl/package.json +58 -0
  1932. package/node_modules/undici-types/README.md +6 -0
  1933. package/node_modules/undici-types/agent.d.ts +31 -0
  1934. package/node_modules/undici-types/api.d.ts +43 -0
  1935. package/node_modules/undici-types/balanced-pool.d.ts +18 -0
  1936. package/node_modules/undici-types/cache.d.ts +36 -0
  1937. package/node_modules/undici-types/client.d.ts +97 -0
  1938. package/node_modules/undici-types/connector.d.ts +34 -0
  1939. package/node_modules/undici-types/content-type.d.ts +21 -0
  1940. package/node_modules/undici-types/cookies.d.ts +28 -0
  1941. package/node_modules/undici-types/diagnostics-channel.d.ts +67 -0
  1942. package/node_modules/undici-types/dispatcher.d.ts +241 -0
  1943. package/node_modules/undici-types/errors.d.ts +128 -0
  1944. package/node_modules/undici-types/fetch.d.ts +209 -0
  1945. package/node_modules/undici-types/file.d.ts +39 -0
  1946. package/node_modules/undici-types/filereader.d.ts +54 -0
  1947. package/node_modules/undici-types/formdata.d.ts +108 -0
  1948. package/node_modules/undici-types/global-dispatcher.d.ts +9 -0
  1949. package/node_modules/undici-types/global-origin.d.ts +7 -0
  1950. package/node_modules/undici-types/handlers.d.ts +9 -0
  1951. package/node_modules/undici-types/header.d.ts +4 -0
  1952. package/node_modules/undici-types/index.d.ts +63 -0
  1953. package/node_modules/undici-types/interceptors.d.ts +5 -0
  1954. package/node_modules/undici-types/mock-agent.d.ts +50 -0
  1955. package/node_modules/undici-types/mock-client.d.ts +25 -0
  1956. package/node_modules/undici-types/mock-errors.d.ts +12 -0
  1957. package/node_modules/undici-types/mock-interceptor.d.ts +93 -0
  1958. package/node_modules/undici-types/mock-pool.d.ts +25 -0
  1959. package/node_modules/undici-types/package.json +55 -0
  1960. package/node_modules/undici-types/patch.d.ts +71 -0
  1961. package/node_modules/undici-types/pool-stats.d.ts +19 -0
  1962. package/node_modules/undici-types/pool.d.ts +28 -0
  1963. package/node_modules/undici-types/proxy-agent.d.ts +30 -0
  1964. package/node_modules/undici-types/readable.d.ts +61 -0
  1965. package/node_modules/undici-types/webidl.d.ts +220 -0
  1966. package/node_modules/undici-types/websocket.d.ts +131 -0
  1967. package/node_modules/verror/.npmignore +9 -0
  1968. package/node_modules/verror/CHANGES.md +28 -0
  1969. package/node_modules/verror/CONTRIBUTING.md +19 -0
  1970. package/node_modules/verror/LICENSE +19 -0
  1971. package/node_modules/verror/README.md +528 -0
  1972. package/node_modules/verror/lib/verror.js +451 -0
  1973. package/node_modules/verror/package.json +22 -0
  1974. package/node_modules/webidl-conversions/LICENSE.md +12 -0
  1975. package/node_modules/webidl-conversions/README.md +53 -0
  1976. package/node_modules/webidl-conversions/lib/index.js +189 -0
  1977. package/node_modules/webidl-conversions/package.json +23 -0
  1978. package/node_modules/whatwg-fetch/LICENSE +20 -0
  1979. package/node_modules/whatwg-fetch/README.md +349 -0
  1980. package/node_modules/whatwg-fetch/dist/fetch.umd.js +657 -0
  1981. package/node_modules/whatwg-fetch/dist/fetch.umd.js.flow +119 -0
  1982. package/node_modules/whatwg-fetch/fetch.js +642 -0
  1983. package/node_modules/whatwg-fetch/fetch.js.flow +119 -0
  1984. package/node_modules/whatwg-fetch/package.json +42 -0
  1985. package/node_modules/whatwg-url/LICENSE.txt +21 -0
  1986. package/node_modules/whatwg-url/README.md +67 -0
  1987. package/node_modules/whatwg-url/lib/URL-impl.js +200 -0
  1988. package/node_modules/whatwg-url/lib/URL.js +196 -0
  1989. package/node_modules/whatwg-url/lib/public-api.js +11 -0
  1990. package/node_modules/whatwg-url/lib/url-state-machine.js +1297 -0
  1991. package/node_modules/whatwg-url/lib/utils.js +20 -0
  1992. package/node_modules/whatwg-url/package.json +32 -0
  1993. package/package.json +8 -2
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["webpack://circuitBreaker/webpack/universalModuleDefinition","webpack://circuitBreaker/webpack/bootstrap","webpack://circuitBreaker/./index.js","webpack://circuitBreaker/./lib/circuit.js","webpack://circuitBreaker/./lib/hystrix-formatter.js","webpack://circuitBreaker/./lib/hystrix-stats.js","webpack://circuitBreaker/./lib/promisify.js","webpack://circuitBreaker/./lib/semaphore.js","webpack://circuitBreaker/./lib/status.js","webpack://circuitBreaker/./node_modules/assert/assert.js","webpack://circuitBreaker/./node_modules/base64-js/index.js","webpack://circuitBreaker/./node_modules/buffer/index.js","webpack://circuitBreaker/./node_modules/console-browserify/index.js","webpack://circuitBreaker/./node_modules/core-util-is/lib/util.js","webpack://circuitBreaker/./node_modules/date-now/index.js","webpack://circuitBreaker/./node_modules/events/events.js","webpack://circuitBreaker/./node_modules/ieee754/index.js","webpack://circuitBreaker/./node_modules/inherits/inherits_browser.js","webpack://circuitBreaker/./node_modules/isarray/index.js","webpack://circuitBreaker/./node_modules/process-nextick-args/index.js","webpack://circuitBreaker/./node_modules/process/browser.js","webpack://circuitBreaker/./node_modules/readable-stream/duplex-browser.js","webpack://circuitBreaker/./node_modules/readable-stream/lib/_stream_duplex.js","webpack://circuitBreaker/./node_modules/readable-stream/lib/_stream_passthrough.js","webpack://circuitBreaker/./node_modules/readable-stream/lib/_stream_readable.js","webpack://circuitBreaker/./node_modules/readable-stream/lib/_stream_transform.js","webpack://circuitBreaker/./node_modules/readable-stream/lib/_stream_writable.js","webpack://circuitBreaker/./node_modules/readable-stream/lib/internal/streams/BufferList.js","webpack://circuitBreaker/./node_modules/readable-stream/lib/internal/streams/destroy.js","webpack://circuitBreaker/./node_modules/readable-stream/lib/internal/streams/stream-browser.js","webpack://circuitBreaker/./node_modules/readable-stream/passthrough.js","webpack://circuitBreaker/./node_modules/readable-stream/readable-browser.js","webpack://circuitBreaker/./node_modules/readable-stream/transform.js","webpack://circuitBreaker/./node_modules/readable-stream/writable-browser.js","webpack://circuitBreaker/./node_modules/safe-buffer/index.js","webpack://circuitBreaker/./node_modules/setimmediate/setImmediate.js","webpack://circuitBreaker/./node_modules/stream-browserify/index.js","webpack://circuitBreaker/./node_modules/string_decoder/lib/string_decoder.js","webpack://circuitBreaker/./node_modules/timers-browserify/main.js","webpack://circuitBreaker/./node_modules/util-deprecate/browser.js","webpack://circuitBreaker/./node_modules/util/support/isBufferBrowser.js","webpack://circuitBreaker/./node_modules/util/util.js","webpack://circuitBreaker/(webpack)/buildin/global.js","webpack://circuitBreaker/util (ignored)"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD,O;ACVA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;;AAGA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,kDAA0C,gCAAgC;AAC1E;AACA;;AAEA;AACA;AACA;AACA,gEAAwD,kBAAkB;AAC1E;AACA,yDAAiD,cAAc;AAC/D;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iDAAyC,iCAAiC;AAC1E,wHAAgH,mBAAmB,EAAE;AACrI;AACA;;AAEA;AACA;AACA;AACA,mCAA2B,0BAA0B,EAAE;AACvD,yCAAiC,eAAe;AAChD;AACA;AACA;;AAEA;AACA,8DAAsD,+DAA+D;;AAErH;AACA;;;AAGA;AACA;;;;;;;;;;;;;AClFa;;AAEb,uBAAuB,mBAAO,CAAC,uCAAe;;AAE9C;AACA;AACA;AACA;AACA;;AAEA;AACA,cAAc,qBAAqB;AACnC;AACA,WAAW,SAAS,qCAAqC;AACzD,WAAW,OAAO,0BAA0B;AAC5C,WAAW,OAAO;AAClB;AACA,WAAW,OAAO;AAClB;AACA,WAAW,OAAO;AAClB;AACA,WAAW,OAAO;AAClB;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,QAAQ;AACnB;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA,WAAW,OAAO;AAClB;AACA,WAAW,QAAQ;AACnB,WAAW,QAAQ;AACnB;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA,WAAW,SAAS;AACpB;AACA;AACA;AACA;;AAEA,YAAY,eAAe,kBAAkB,qBAAqB;AAClE;AACA;AACA,oDAAoD;AACpD;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,SAAS;AACpB,YAAY,SAAS;AACrB;AACA;AACA;AACA;AACA;AACA,oBAAoB,mBAAO,CAAC,2CAAiB;;AAE7C,gBAAgB,mBAAO,CAAC,mDAAqB;;AAE7C;AACA;AACA;;;;;;;;;;;;;AClFA,+CAAa;;AAEb,qBAAqB,mBAAO,CAAC,+CAAQ;AACrC,eAAe,mBAAO,CAAC,iCAAU;AACjC,qBAAqB,mBAAO,CAAC,+CAAiB;AAC9C,kBAAkB,mBAAO,CAAC,uCAAa;;AAEvC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,iBAAiB,qBAAqB;AACtC;AACA;AACA;AACA,WAAW,SAAS,qCAAqC;AACzD,WAAW,OAAO,0BAA0B;AAC5C,WAAW,OAAO;AAClB;AACA,WAAW,OAAO;AAClB;AACA,WAAW,OAAO;AAClB;AACA,WAAW,OAAO;AAClB;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,QAAQ;AACnB;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA,WAAW,QAAQ;AACnB;AACA,WAAW,QAAQ;AACnB;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA,WAAW,SAAS;AACpB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,KAAK;;AAEL;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,cAAc,OAAO;AACrB;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA,eAAe;AACf;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,eAAe;AACf;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,eAAe;AACf;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,YAAY;AACZ;AACA;AACA;AACA;;AAEA;AACA;AACA,YAAY;AACZ;AACA;AACA;AACA;;AAEA;AACA;AACA,YAAY;AACZ;AACA;AACA;AACA;;AAEA;AACA;AACA,YAAY;AACZ;AACA;AACA;AACA;;AAEA;AACA;AACA,YAAY;AACZ;AACA;AACA;AACA;;AAEA;AACA;AACA,YAAY;AACZ;AACA;AACA;AACA;;AAEA;AACA;AACA,YAAY;AACZ;AACA;AACA;AACA;;AAEA;AACA,kBAAkB,aAAa,UAAU;AACzC,YAAY;AACZ;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,YAAY;AACZ;AACA;AACA;AACA;;AAEA;AACA;AACA,YAAY;AACZ;AACA;AACA;AACA;;AAEA;AACA;AACA,YAAY;AACZ;AACA;AACA;AACA;;AAEA;AACA;AACA,YAAY;AACZ;AACA;AACA;AACA;;AAEA;AACA;AACA,YAAY;AACZ;AACA;AACA;AACA;;AAEA;AACA,2CAA2C,qBAAqB;AAChE;AACA;AACA;AACA,aAAa,0BAA0B;AACvC;AACA,cAAc,eAAe;AAC7B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,cAAc,aAAa;AAC3B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,cAAc,IAAI;AAClB;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,6CAA6C,qBAAqB;AAClE;AACA;AACA;AACA;AACA;AACA,wBAAwB;AACxB;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,wBAAwB,IAAI;AAC5B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW;AACX;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb,SAAS;AACT;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA;AACA;AACA,kBAAkB;AAClB;AACA;AACA;AACA;AACA,KAAK;AACL;;AAEA;AACA,+BAA+B;AAC/B,eAAe;AACf;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa,SAAS;AACtB,aAAa,OAAO;AACpB;AACA;AACA,eAAe;AACf;AACA;AACA,cAAc,UAAU;AACxB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,kBAAkB;AAClB;AACA;AACA;AACA,OAAO;AACP;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA,eAAe;AACf;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,eAAe;AACf;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,cAAc,IAAI;AAClB;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,YAAY;AACZ;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;;AAEH;;;;;;;;;;;;;;ACtnBa;;AAEb,8BAA8B,qBAAqB;;AAEnD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;;;;;;;;;;;;ACjFa;;AAEb,OAAO,sBAAsB,GAAG,mBAAO,CAAC,yDAAQ;AAChD,kBAAkB,mBAAO,CAAC,uDAAqB;;AAE/C;AACA;AACA;AACA;AACA,6BAA6B,iCAAiC;AAC9D;AACA,CAAC;;AAED;;AAEA;AACA,uCAAuC,qBAAqB;AAC5D,iDAAiD;AACjD;AACA;AACA;AACA,IAAI;AACJ;AACA;AACA;AACA;AACA;AACA,iDAAiD;AACjD;AACA;AACA,WAAW,eAAe;AAC1B;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;;AAEL;AACA;AACA;AACA;AACA,wBAAwB;AACxB;AACA;AACA;AACA;AACA;AACA,WAAW;AACX,KAAK;;AAEL;AACA;AACA;;AAEA;AACA;AACA,cAAc,eAAe;AAC7B;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,eAAe;AACf;AACA;AACA;AACA;AACA;;AAEA;;AAEA;;;;;;;;;;;;;AC9Ea;;AAEb;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;;;;;;;;;;;;;ACda;;AAEb;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,GAAG;;AAEH;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA,mDAAmD,QAAQ;AAC3D;AACA;AACA,SAAS;AACT;AACA,KAAK;AACL;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;ACrDa;;AAEb;AACA;AACA;AACA;;AAEA,qBAAqB,mBAAO,CAAC,+CAAQ;;AAErC;AACA,wCAAwC,qBAAqB;AAC7D,2CAA2C;AAC3C;AACA;AACA,wDAAwD;AACxD;AACA;AACA,IAAI,qBAAqB;AACzB,uCAAuC,qBAAqB;AAC5D;AACA,4CAA4C,qBAAqB;AACjE;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,OAAO;AAClB,WAAW,OAAO;AAClB,WAAW,QAAQ;AACnB;AACA;AACA;AACA;AACA,KAAK,oDAAoD;AACzD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA,mBAAmB,mBAAmB;;AAEtC;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA,cAAc;AACd;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,YAAY;AACZ;AACA;AACA;AACA,iBAAiB,YAAY;AAC7B;AACA;AACA;AACA;AACA,OAAO;;AAEP;AACA;AACA;AACA;AACA,KAAK;;AAEL;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;;AAEA;AACA;AACA;AACA;AACA,OAAO;AACP,KAAK;AACL;AACA;AACA;AACA,OAAO;AACP;;AAEA;AACA;;AAEA;AACA;AACA,YAAY;AACZ;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iBAAiB;AACjB;AACA,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;;;;;;;;;;;;ACzLA,8CAAa;;AAEb;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA,uCAAuC,SAAS;AAChD;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,WAAW,mBAAO,CAAC,0CAAO;AAC1B;AACA;AACA;AACA,0BAA0B;AAC1B,CAAC;AACD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA,8BAA8B;AAC9B;AACA,mDAAmD;;AAEnD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA,gBAAgB;AAChB,gDAAgD;;AAEhD;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,GAAG;AACH;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH,sBAAsB;;AAEtB;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,yBAAyB,QAAQ;AACjC;AACA;AACA;AACA;AACA;AACA,yBAAyB,QAAQ;AACjC;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;;AAGA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;;AAEA;AACA;AACA;;AAEA,yBAAyB;AACzB;;AAEA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA,gCAAgC,oBAAoB;;AAEpD;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;;ACzeY;;AAEZ;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA,kCAAkC,SAAS;AAC3C;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA;;AAEA,iBAAiB,SAAS;AAC1B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,qBAAqB,SAAS;AAC9B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,0CAA0C,UAAU;AACpD;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;;;;;;;;;;;;ACtJA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEY;;AAEZ,aAAa,mBAAO,CAAC,oDAAW;AAChC,cAAc,mBAAO,CAAC,gDAAS;AAC/B,cAAc,mBAAO,CAAC,gDAAS;;AAE/B;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,qBAAqB,mDAAmD;AACxE;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;;AAEA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,mBAAmB,UAAU;AAC7B;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,iBAAiB,YAAY;AAC7B;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACA;;AAEA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,0BAA0B;AAC1B;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA,uCAAuC,SAAS;AAChD;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA,eAAe,iBAAiB;AAChC;AACA;AACA;;AAEA;AACA;AACA,aAAa,iBAAiB;AAC9B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,iBAAiB,SAAS;AAC1B;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,iBAAiB,SAAS;AAC1B;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,iBAAiB,SAAS;AAC1B;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,gDAAgD,EAAE;AAClD;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA,iBAAiB,SAAS;AAC1B;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,yCAAyC;AACzC;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;;AAEA;AACA;AACA;AACA,wBAAwB,eAAe;AACvC;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,wBAAwB,QAAQ;AAChC;AACA,qBAAqB,eAAe;AACpC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA,iBAAiB,YAAY;AAC7B;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;;AAEA;AACA,SAAS;AACT;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA,qBAAqB,SAAS;AAC9B;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA,qBAAqB,SAAS;AAC9B;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA,qBAAqB,SAAS;AAC9B;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,iBAAiB,kBAAkB;AACnC;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,GAAG;AACH;AACA;;AAEA;AACA;AACA;AACA,GAAG;AACH;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA,mBAAmB,cAAc;AACjC;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,uDAAuD,OAAO;AAC9D;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;;AAEA;AACA;AACA,uDAAuD,OAAO;AAC9D;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,kBAAkB;AAClB;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA,qBAAqB,QAAQ;AAC7B;AACA;AACA,GAAG;AACH;AACA,eAAe,SAAS;AACxB;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;;AAEA;AACA;AACA,mBAAmB,SAAS;AAC5B;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA,eAAe,iBAAiB;AAChC;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA,iBAAiB,YAAY;AAC7B;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,KAAK;AACL;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA,iBAAiB,gBAAgB;AACjC;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,iBAAiB,gBAAgB;AACjC;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA,iBAAiB,YAAY;AAC7B;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;;;;;;;;;;;;AC5vDA;AACA,WAAW,mBAAO,CAAC,yCAAM;AACzB,aAAa,mBAAO,CAAC,+CAAQ;AAC7B,UAAU,mBAAO,CAAC,kDAAU;;AAE5B;AACA;AACA;;AAEA;AACA;AACA,CAAC;AACD;AACA,CAAC;AACD;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,eAAe,sBAAsB;AACrC;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;ACrFA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;;;;;;;;;;;;;AC1GA;;AAEA;AACA;AACA;;;;;;;;;;;;;ACJA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEa;;AAEb;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;;AAED;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA,iBAAiB,sBAAsB;AACvC;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe;AACf;AACA;AACA;AACA;AACA,cAAc;AACd;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA,GAAG;AACH;AACA;AACA,mBAAmB,SAAS;AAC5B;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA,KAAK;AACL;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA,iBAAiB,sBAAsB;AACvC;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,eAAe;AACf;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;;AAEA,iCAAiC,QAAQ;AACzC;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,mBAAmB,iBAAiB;AACpC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA,OAAO;AACP;AACA,sCAAsC,QAAQ;AAC9C;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA,KAAK;AACL;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA,iBAAiB,OAAO;AACxB;AACA;AACA;;AAEA;AACA,QAAQ,yBAAyB;AACjC;AACA;AACA;;AAEA;AACA;AACA,iBAAiB,gBAAgB;AACjC;AACA;AACA;AACA;;;;;;;;;;;;;AC/bA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA,QAAQ,WAAW;;AAEnB;AACA;AACA;AACA,QAAQ,WAAW;;AAEnB;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;;AAEA,QAAQ,WAAW;;AAEnB;AACA;AACA,QAAQ,UAAU;;AAElB;AACA;;;;;;;;;;;;ACnFA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACtBA,iBAAiB;;AAEjB;AACA;AACA;;;;;;;;;;;;;ACJA,+CAAa;;AAEb;AACA;AACA;AACA;AACA,CAAC;AACD;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;;;;;;;;;;;;;AC1CA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;;;AAGA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;;;;AAIA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,uBAAuB,sBAAsB;AAC7C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,qBAAqB;AACrB;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,qCAAqC;;AAErC;AACA;AACA;;AAEA,2BAA2B;AAC3B;AACA;AACA;AACA,4BAA4B,UAAU;;;;;;;;;;;;ACvLtC,iBAAiB,mBAAO,CAAC,qFAAyB;;;;;;;;;;;;;ACAlD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEa;;AAEb;;AAEA,sBAAsB,mBAAO,CAAC,0EAAsB;AACpD;;AAEA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;;AAEA;;AAEA;AACA,WAAW,mBAAO,CAAC,6DAAc;AACjC,gBAAgB,mBAAO,CAAC,6DAAU;AAClC;;AAEA,eAAe,mBAAO,CAAC,kFAAoB;AAC3C,eAAe,mBAAO,CAAC,kFAAoB;;AAE3C;;AAEA;AACA,eAAe,iBAAiB;AAChC;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;;AAEA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,CAAC;;AAED;AACA;AACA;;AAEA;AACA;;AAEA;AACA,gCAAgC,OAAO;AACvC;AACA;AACA,C;;;;;;;;;;;;AC3HA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEa;;AAEb;;AAEA,gBAAgB,mBAAO,CAAC,oFAAqB;;AAE7C;AACA,WAAW,mBAAO,CAAC,6DAAc;AACjC,gBAAgB,mBAAO,CAAC,6DAAU;AAClC;;AAEA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA,E;;;;;;;;;;;;AC9CA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEa;;AAEb;;AAEA,sBAAsB,mBAAO,CAAC,0EAAsB;AACpD;;AAEA;;AAEA;AACA,cAAc,mBAAO,CAAC,gDAAS;AAC/B;;AAEA;AACA;AACA;;AAEA;;AAEA;AACA,SAAS,mBAAO,CAAC,+CAAQ;;AAEzB;AACA;AACA;AACA;;AAEA;AACA,aAAa,mBAAO,CAAC,wGAA2B;AAChD;;AAEA;AACA,aAAa,mBAAO,CAAC,wDAAa;AAClC;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,WAAW,mBAAO,CAAC,6DAAc;AACjC,gBAAgB,mBAAO,CAAC,6DAAU;AAClC;;AAEA;AACA,gBAAgB,mBAAO,CAAC,aAAM;AAC9B;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;;AAEA,iBAAiB,mBAAO,CAAC,wGAA+B;AACxD,kBAAkB,mBAAO,CAAC,kGAA4B;AACtD;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA,2EAA2E,6EAA6E;AACxJ;AACA;;AAEA;AACA,qBAAqB,mBAAO,CAAC,8EAAkB;;AAE/C;;AAEA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,wCAAwC,mBAAO,CAAC,4EAAiB;AACjE;AACA;AACA;AACA;;AAEA;AACA,qBAAqB,mBAAO,CAAC,8EAAkB;;AAE/C;;AAEA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;;AAEA;AACA,kGAAkG;AAClG,OAAO;AACP;AACA,OAAO;AACP;AACA;AACA;AACA,4FAA4F;AAC5F,SAAS;AACT;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA,gDAAgD;;AAEhD;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA,sCAAsC,mBAAO,CAAC,4EAAiB;AAC/D;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,4EAA4E;AAC5E;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA,6DAA6D;AAC7D;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,sCAAsC;;AAEtC;AACA;AACA;AACA,GAAG;AACH;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,2DAA2D;AAC3D;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,YAAY;AACZ;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA,+CAA+C;;AAE/C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,oBAAoB;;AAEpB;AACA;;AAEA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,mBAAmB,SAAS;AAC5B;AACA,KAAK;AACL;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,GAAG;;AAEH;AACA;AACA;;AAEA;AACA,4EAA4E;;AAE5E;AACA;AACA;AACA;AACA;AACA,GAAG;;AAEH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;;AAEA;AACA,iBAAiB,yBAAyB;AAC1C;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,mDAAmD;AACnD;AACA,mDAAmD,iEAAiE;AACpH;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,sCAAsC;AACtC;AACA;AACA;AACA;AACA,uCAAuC;AACvC,OAAO;AACP;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,uCAAuC;AACvC,OAAO;AACP;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,gCAAgC,OAAO;AACvC;AACA;AACA;;AAEA;AACA,gCAAgC,OAAO;AACvC;AACA;AACA;AACA,C;;;;;;;;;;;;;AC3+BA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,0CAA0C,YAAY;AACtD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEa;;AAEb;;AAEA,aAAa,mBAAO,CAAC,8EAAkB;;AAEvC;AACA,WAAW,mBAAO,CAAC,6DAAc;AACjC,gBAAgB,mBAAO,CAAC,6DAAU;AAClC;;AAEA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;;AAEA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA,KAAK,EAAE;AACP,GAAG;AACH;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,GAAG;AACH;;AAEA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;AACA,C;;;;;;;;;;;;ACrNA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEa;;AAEb;;AAEA,sBAAsB,mBAAO,CAAC,0EAAsB;AACpD;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;;AAEA;AACA,WAAW,mBAAO,CAAC,6DAAc;AACjC,gBAAgB,mBAAO,CAAC,6DAAU;AAClC;;AAEA;AACA;AACA,aAAa,mBAAO,CAAC,gEAAgB;AACrC;AACA;;AAEA;AACA,aAAa,mBAAO,CAAC,wGAA2B;AAChD;;AAEA;AACA,aAAa,mBAAO,CAAC,wDAAa;AAClC;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,kBAAkB,mBAAO,CAAC,kGAA4B;;AAEtD;;AAEA;;AAEA;AACA,qBAAqB,mBAAO,CAAC,8EAAkB;;AAE/C;;AAEA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP,KAAK;AACL,GAAG;AACH,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,GAAG;AACH,CAAC;AACD;AACA;AACA;AACA;;AAEA;AACA,qBAAqB,mBAAO,CAAC,8EAAkB;;AAE/C;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;;AAEA;;AAEA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA,iCAAiC;;AAEjC;;AAEA,2CAA2C;AAC3C;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA,GAAG;AACH;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,mDAAmD;AACnD;AACA;;AAEA;AACA;AACA,+DAA+D;;AAE/D;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;;AAEA,oDAAoD;AACpD;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,4CAA4C;AAC5C;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA,E;;;;;;;;;;;;;ACvoBa;;AAEb;;AAEA,gCAAgC,2CAA2C,gBAAgB,kBAAkB,OAAO,2BAA2B,wDAAwD,gCAAgC,uDAAuD,2DAA2D,EAAE,EAAE,yDAAyD,qEAAqE,6DAA6D,oBAAoB,GAAG,EAAE;;AAEjjB,iDAAiD,0CAA0C,0DAA0D,EAAE;;AAEvJ,aAAa,mBAAO,CAAC,wDAAa;AAClC;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,mBAAmB;AACnB,kDAAkD;AAClD;AACA;AACA;AACA,GAAG;AACH;AACA;AACA,mBAAmB;AACnB;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA,0DAA0D;AAC1D;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;;AAEH;AACA,CAAC,G;;;;;;;;;;;;ACnFY;;AAEb;;AAEA,sBAAsB,mBAAO,CAAC,0EAAsB;AACpD;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA,E;;;;;;;;;;;ACvEA,iBAAiB,mBAAO,CAAC,+CAAQ;;;;;;;;;;;;ACAjC,iBAAiB,mBAAO,CAAC,sEAAY;;;;;;;;;;;;ACArC,2BAA2B,mBAAO,CAAC,yFAA2B;AAC9D;AACA;AACA,mBAAmB,mBAAO,CAAC,yFAA2B;AACtD,iBAAiB,mBAAO,CAAC,qFAAyB;AAClD,oBAAoB,mBAAO,CAAC,2FAA4B;AACxD,sBAAsB,mBAAO,CAAC,+FAA8B;;;;;;;;;;;;ACN5D,iBAAiB,mBAAO,CAAC,sEAAY;;;;;;;;;;;;ACArC,iBAAiB,mBAAO,CAAC,yFAA2B;;;;;;;;;;;;ACApD;AACA,aAAa,mBAAO,CAAC,8CAAQ;AAC7B;;AAEA;AACA;AACA,CAAC;AACD;AACA;AACA;AACA,GAAG;AACH;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;AC3DA;AACA;;AAEA;AACA;AACA;;AAEA,uBAAuB;AACvB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,qBAAqB,iBAAiB;AACtC;AACA;AACA;AACA,kBAAkB;AAClB;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA,iBAAiB;AACjB;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,0CAA0C,sBAAsB,EAAE;AAClE;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,SAAS;AACT;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,yCAAyC;AACzC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA,UAAU;AACV;AACA;;AAEA,KAAK;AACL;AACA;;AAEA,KAAK;AACL;AACA;;AAEA,KAAK;AACL;AACA;;AAEA,KAAK;AACL;AACA;AACA;;AAEA;AACA;AACA,CAAC;;;;;;;;;;;;;ACzLD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA,SAAS,mBAAO,CAAC,+CAAQ;AACzB,eAAe,mBAAO,CAAC,6DAAU;;AAEjC;AACA,kBAAkB,mBAAO,CAAC,uFAA6B;AACvD,kBAAkB,mBAAO,CAAC,uFAA6B;AACvD,gBAAgB,mBAAO,CAAC,mFAA2B;AACnD,mBAAmB,mBAAO,CAAC,iFAA8B;AACzD,qBAAqB,mBAAO,CAAC,qFAAgC;;AAE7D;AACA;;;;AAIA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;;AAGA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA,eAAe;AACf;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;;AAEA;;AAEA;AACA;AACA;;;;;;;;;;;;;AC9HA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEa;;AAEb;;AAEA,aAAa,mBAAO,CAAC,wDAAa;AAClC;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,4BAA4B;AAC5B;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,6BAA6B,sCAAsC,sCAAsC;AACzG;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,2BAA2B;AAC3B;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA,C;;;;;;;;;;;ACvSA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;;AAEA;AACA,mBAAO,CAAC,iEAAc;AACtB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;;AC7DA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,SAAS;AACpB,WAAW,OAAO;AAClB,aAAa,SAAS;AACtB;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB,aAAa;AACb;AACA;;AAEA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;AClEA;AACA;AACA;AACA;AACA;AACA,C;;;;;;;;;;;ACLA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,mBAAmB,iBAAiB;AACpC;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,mBAAmB,sBAAsB;AACzC;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA,GAAG;AACH,uBAAuB,SAAS;AAChC;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;;;AAGA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;;AAGA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;;;AAGA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AAGA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AAGA;AACA;;AAEA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;;AAGA;AACA;AACA;;;AAGA;AACA;;AAEA;AACA;AACA,GAAG;;AAEH;AACA;;;AAGA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,4CAA4C,KAAK;;AAEjD;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA,KAAK;AACL;;AAEA;;AAEA;AACA;;;AAGA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AAGA;AACA;AACA;;;AAGA;AACA;AACA,mCAAmC,OAAO;AAC1C;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;;;AAGA;AACA;AACA,yDAAyD;AACzD;AACA;AACA;AACA,KAAK;AACL;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA;AACA,WAAW;AACX,SAAS;AACT;AACA;AACA,WAAW;AACX;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;;AAGA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;;AAEH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;;AAGA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,mBAAmB,mBAAO,CAAC,0EAAoB;;AAE/C;AACA;AACA;;;AAGA;AACA;AACA;;;AAGA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AAGA;AACA;AACA;AACA;;;AAGA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,SAAS;AACpB;AACA,WAAW,SAAS;AACpB;AACA,mBAAmB,mBAAO,CAAC,6DAAU;;AAErC;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,KAAK;;AAEL;AACA,mBAAmB,sBAAsB;AACzC;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA,KAAK;;AAEL;AACA;AACA,KAAK;AACL;AACA;;AAEA;AACA;;AAEA;;AAEA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,mBAAmB,sBAAsB;AACzC;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,2BAA2B,kCAAkC;AAC7D,2BAA2B,mDAAmD;AAC9E;;AAEA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;AC9rBA;;AAEA;AACA;AACA;AACA,CAAC;;AAED;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;;AAEA;AACA;AACA,4CAA4C;;AAE5C;;;;;;;;;;;;ACnBA,e","file":"browser-test.js","sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"circuitBreaker\"] = factory();\n\telse\n\t\troot[\"circuitBreaker\"] = factory();\n})(window, function() {\nreturn "," \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = \"./index.js\");\n","'use strict';\n\nconst CircuitBreaker = require('./lib/circuit');\n\nconst defaults = {\n timeout: 10000, // 10 seconds\n errorThresholdPercentage: 50,\n resetTimeout: 30000 // 30 seconds\n};\n\n/**\n * Creates a {@link CircuitBreaker} instance capable of executing `action`.\n *\n * @param {Function} action The action to fire for this {@link CircuitBreaker}\n * @param {Object} options Options for the {@link CircuitBreaker}\n * @param {Number} options.timeout The time in milliseconds that action should\n * be allowed to execute before timing out. Default 10000 (10 seconds)\n * @param {Number} options.maxFailures The number of times the circuit can fail before\n * opening. Default 10.\n * @param {Number} options.resetTimeout The time in milliseconds to wait before setting\n * the breaker to `halfOpen` state, and trying the action again.\n * @param {Number} options.rollingCountTimeout Sets the duration of the statistical rolling\n * window, in milliseconds. This is how long Opossum keeps metrics for the circuit\n * breaker to use and for publishing. Default: 10000\n * @param {Number} options.rollingCountBuckets Sets the number of buckets the rolling\n * statistical window is divided into. So, if options.rollingCountTimeout is\n * 10000, and options.rollingCountBuckets is 10, then the statistical window will\n * be 1000 1 second snapshots in the statistical window. Default: 10\n * @param {String} options.name the circuit name to use when reporting stats\n * @param {boolean} options.rollingPercentilesEnabled This property indicates whether\n * execution latencies should be tracked and calculated as percentiles. If they\n * are disabled, all summary statistics (mean, percentiles) are returned as -1.\n * Default: false\n * @param {Number} options.capacity the number of concurrent requests allowed. If the number\n * currently executing function calls is equal to options.capacity, further calls\n * to `fire()` are rejected until at least one of the current requests completes.\n * @param {Number} options.errorThresholdPercentage the error percentage at which to open the\n * circuit and start short-circuiting requests to fallback.\n * @param {boolean} options.enabled whether this circuit is enabled upon construction. Default: true\n * @param {boolean} options.allowWarmUp determines whether to allow failures\n * without opening the circuit during a brief warmup period (this is the\n * `rollingCountDuration` property). Default: false\n * allow before enabling the circuit. This can help in situations where no matter\n * what your `errorThresholdPercentage` is, if the first execution times out or\n * fails, the circuit immediately opens. Default: 0\n * @param {Number} options.volumeThreshold the minimum number of requests within\n * the rolling statistical window that must exist before the circuit breaker\n * can open. This is similar to `options.allowWarmUp` in that no matter how many\n * failures there are, if the number of requests within the statistical window\n * does not exceed this threshold, the circuit will remain closed. Default: 0\n * @param {Function} options.errorFilter an optional function that will be\n * called when the circuit's function fails (returns a rejected Promise). If\n * this function returns truthy, the circuit's failure statistics will not be\n * incremented. This is useful, for example, when you don't want HTTP 404 to\n * trip the circuit, but still want to handle it as a failure case.\n\n * @return {CircuitBreaker} a newly created {@link CircuitBreaker} instance\n */\nfunction factory (action, options) {\n return new CircuitBreaker(action, Object.assign({}, defaults, options));\n}\n\n/**\n * Given a function that receives a callback as its last argument,\n * and which executes that function, passing as parameters `err` and `result`,\n * creates an action that returns a promise which resolves when the function's\n * callback is executed.\n * @function factory.promisify\n *\n * @param {Function} action A Node.js-like asynchronous function\n * @return {Function} The `action` wrapped in a promise API.\n * @example\n * const fs = require('fs');\n * const readFilePromised = circuitBreaker.promisify(fs.readFile);\n * const breaker = circuitBreaker(readFilePromised);\n */\nfactory.promisify = require('./lib/promisify');\n\nfactory.stats = require('./lib/hystrix-stats').stream;\n\nmodule.exports = exports = factory;\n// Allow use of default import syntax in TypeScript\nmodule.exports.default = factory;\n","'use strict';\n\nconst EventEmitter = require('events');\nconst Status = require('./status');\nconst HystrixStats = require('./hystrix-stats');\nconst Semaphore = require('./semaphore');\n\nconst STATE = Symbol('state');\nconst OPEN = Symbol('open');\nconst CLOSED = Symbol('closed');\nconst HALF_OPEN = Symbol('half-open');\nconst PENDING_CLOSE = Symbol('pending-close');\nconst SHUTDOWN = Symbol('shutdown');\nconst FALLBACK_FUNCTION = Symbol('fallback');\nconst STATUS = Symbol('status');\nconst NAME = Symbol('name');\nconst GROUP = Symbol('group');\nconst HYSTRIX_STATS = Symbol('hystrix-stats');\nconst CACHE = new WeakMap();\nconst ENABLED = Symbol('Enabled');\nconst WARMING_UP = Symbol('warming-up');\nconst VOLUME_THRESHOLD = Symbol('volume-threshold');\nconst deprecation = `options.maxFailures is deprecated. \\\nPlease use options.errorThresholdPercentage`;\n\n/**\n * Constructs a {@link CircuitBreaker}.\n *\n * @class CircuitBreaker\n * @extends EventEmitter\n * @param {Function} action The action to fire for this {@link CircuitBreaker}\n * @param {Object} options Options for the {@link CircuitBreaker}\n * @param {Number} options.timeout The time in milliseconds that action should\n * be allowed to execute before timing out. Default 10000 (10 seconds)\n * @param {Number} options.maxFailures The number of times the circuit can fail\n * before opening. Default 10.\n * @param {Number} options.resetTimeout The time in milliseconds to wait before\n * setting the breaker to `halfOpen` state, and trying the action again.\n * @param {Number} options.rollingCountTimeout Sets the duration of the\n * statistical rolling window, in milliseconds. This is how long Opossum keeps\n * metrics for the circuit breaker to use and for publishing. Default: 10000\n * @param {Number} options.rollingCountBuckets Sets the number of buckets the\n * statistical window is divided into. So, if options.rollingCountTimeout is\n * 10000, and options.rollingCountBuckets is 10, the statistical window will\n * be 1000 1 second snapshots in the statistical window. Default: 10\n * @param {String} options.name the circuit name to use when reporting stats\n * @param {boolean} options.rollingPercentilesEnabled indicates whether\n * execution latencies should be tracked and calculated as percentiles. If they\n * are disabled, all summary statistics (mean, percentiles) are returned as -1.\n * Default: false\n * @param {Number} options.capacity the number of concurrent requests allowed.\n * If the number currently executing functions is equal to options.capacity,\n * further calls to `fire()` are rejected until at least one of the current\n * requests completes.\n * @param {Number} options.errorThresholdPercentage the error percentage at\n * which to open the circuit and start short-circuiting requests to fallback.\n * @param {boolean} options.enabled whether this circuit is enabled upon\n * construction. Default: true\n * @param {boolean} options.allowWarmUp determines whether to allow failures\n * without opening the circuit during a brief warmup period (this is the\n * `rollingCountDuration` property). Default: false\n * allow before enabling the circuit. This can help in situations where no\n * matter what your `errorThresholdPercentage` is, if the first execution times\n * out or fails, the circuit immediately opens. Default: 0\n * @param {Number} options.volumeThreshold the minimum number of requests within\n * the rolling statistical window that must exist before the circuit breaker\n * can open. This is similar to `options.allowWarmUp` in that no matter how many\n * failures there are, if the number of requests within the statistical window\n * does not exceed this threshold, the circuit will remain closed. Default: 0\n * @param {Function} options.errorFilter an optional function that will be\n * called when the circuit's function fails (returns a rejected Promise). If\n * this function returns truthy, the circuit's failure statistics will not be\n * incremented. This is useful, for example, when you don't want HTTP 404 to\n * trip the circuit, but still want to handle it as a failure case.\n *\n * @fires CircuitBreaker#halfOpen\n * @fires CircuitBreaker#close\n * @fires CircuitBreaker#open\n * @fires CircuitBreaker#fire\n * @fires CircuitBreaker#cacheHit\n * @fires CircuitBreaker#cacheMiss\n * @fires CircuitBreaker#reject\n * @fires CircuitBreaker#timeout\n * @fires CircuitBreaker#success\n * @fires CircuitBreaker#semaphore-locked\n * @fires CircuitBreaker#health-check-failed\n * @fires CircuitBreaker#fallback\n * @fires CircuitBreaker#failure\n */\nclass CircuitBreaker extends EventEmitter {\n constructor (action, options) {\n super();\n this.options = options;\n this.options.rollingCountTimeout = options.rollingCountTimeout || 10000;\n this.options.rollingCountBuckets = options.rollingCountBuckets || 10;\n this.options.rollingPercentilesEnabled =\n options.rollingPercentilesEnabled !== false;\n this.options.capacity = Number.isInteger(options.capacity)\n ? options.capacity : Number.MAX_SAFE_INTEGER;\n this.options.errorFilter = options.errorFilter || (_ => false);\n\n this.semaphore = new Semaphore(this.options.capacity);\n\n this[VOLUME_THRESHOLD] = Number.isInteger(options.volumeThreshold)\n ? options.volumeThreshold : 0;\n this[WARMING_UP] = options.allowWarmUp === true;\n this[STATUS] = new Status(this.options);\n this[STATE] = CLOSED;\n this[FALLBACK_FUNCTION] = null;\n this[PENDING_CLOSE] = false;\n this[NAME] = options.name || action.name || nextName();\n this[GROUP] = options.group || this[NAME];\n this[ENABLED] = options.enabled !== false;\n\n if (this[WARMING_UP]) {\n const timer = setTimeout(_ => (this[WARMING_UP] = false),\n this.options.rollingCountTimeout);\n if (typeof timer.unref === 'function') {\n timer.unref();\n }\n }\n\n if (typeof action !== 'function') {\n this.action = _ => Promise.resolve(action);\n } else this.action = action;\n\n if (options.maxFailures) console.error(deprecation);\n\n const increment = property =>\n (result, runTime) => this[STATUS].increment(property, runTime);\n\n this.on('success', increment('successes'));\n this.on('failure', increment('failures'));\n this.on('fallback', increment('fallbacks'));\n this.on('timeout', increment('timeouts'));\n this.on('fire', increment('fires'));\n this.on('reject', increment('rejects'));\n this.on('cacheHit', increment('cacheHits'));\n this.on('cacheMiss', increment('cacheMisses'));\n this.on('open', _ => this[STATUS].open());\n this.on('close', _ => this[STATUS].close());\n this.on('semaphore-locked', increment('semaphoreRejections'));\n\n /**\n * Emitted after `options.resetTimeout` has elapsed, allowing for\n * a single attempt to call the service again. If that attempt is\n * successful, the circuit will be closed. Otherwise it remains open.\n *\n * @event CircuitBreaker#halfOpen\n * @type {Number} how long the circuit remained open\n */\n\n function _startTimer (circuit) {\n return _ => {\n const timer = setTimeout(() => {\n circuit[STATE] = HALF_OPEN;\n circuit[PENDING_CLOSE] = true;\n circuit.emit('halfOpen', circuit.options.resetTimeout);\n }, circuit.options.resetTimeout);\n if (typeof timer.unref === 'function') {\n timer.unref();\n }\n };\n }\n\n this.on('open', _startTimer(this));\n this.on('success', _ => this.close());\n if (this.options.cache) {\n CACHE.set(this, undefined);\n }\n\n // Register with the hystrix stats listener\n this[HYSTRIX_STATS] = new HystrixStats(this);\n }\n\n /**\n * Closes the breaker, allowing the action to execute again\n * @fires CircuitBreaker#close\n * @returns {void}\n */\n close () {\n this[PENDING_CLOSE] = false;\n if (this[STATE] !== CLOSED) {\n this[STATE] = CLOSED;\n /**\n * Emitted when the breaker is reset allowing the action to execute again\n * @event CircuitBreaker#close\n */\n this.emit('close');\n }\n }\n\n /**\n * Opens the breaker. Each time the breaker is fired while the circuit is\n * opened, a failed Promise is returned, or if any fallback function\n * has been provided, it is invoked.\n * @fires CircuitBreaker#open\n * @returns {void}\n */\n open () {\n this[PENDING_CLOSE] = false;\n if (this[STATE] !== OPEN) {\n this[STATE] = OPEN;\n /**\n * Emitted when the breaker opens because the action has\n * failed more than `options.maxFailures` number of times.\n * @event CircuitBreaker#open\n */\n this.emit('open');\n }\n }\n\n /**\n * Shuts down this circuit breaker. All subsequent calls to the\n * circuit will fail, returning a rejected promise.\n * @returns {void}\n */\n shutdown () {\n this.disable();\n this.removeAllListeners();\n this.status.shutdown();\n this.hystrixStats.shutdown();\n this[STATE] = SHUTDOWN;\n }\n\n /**\n * Determines if the circuit has been shutdown.\n * @type {Boolean}\n */\n get isShutdown () {\n return this[STATE] === SHUTDOWN;\n }\n\n /**\n * Gets the name of this circuit\n * @type {String}\n */\n get name () {\n return this[NAME];\n }\n\n /**\n * Gets the name of this circuit group\n * @type {String}\n */\n get group () {\n return this[GROUP];\n }\n\n /**\n * Gets whether this cicruit is in the `pendingClosed` state\n * @type {Boolean}\n */\n get pendingClose () {\n return this[PENDING_CLOSE];\n }\n\n /**\n * True if the circuit is currently closed. False otherwise.\n * @type {Boolean}\n */\n get closed () {\n return this[STATE] === CLOSED;\n }\n\n /**\n * True if the circuit is currently opened. False otherwise.\n * @type {Boolean}\n */\n get opened () {\n return this[STATE] === OPEN;\n }\n\n /**\n * True if the circuit is currently half opened. False otherwise.\n * @type {Boolean}\n */\n get halfOpen () {\n return this[STATE] === HALF_OPEN;\n }\n\n /**\n * The current {@link Status} of this {@link CircuitBreaker}\n * @type {Status}\n */\n get status () {\n return this[STATUS];\n }\n\n /**\n * Get the current stats for the circuit.\n * @see Status#stats\n * @type {Object}\n */\n get stats () {\n return this[STATUS].stats;\n }\n\n /**\n * Get the hystrixStats.\n * @type {HystrixStats}\n */\n get hystrixStats () {\n return this[HYSTRIX_STATS];\n }\n\n /**\n * Gets whether the circuit is enabled or not\n * @type {Boolean}\n */\n get enabled () {\n return this[ENABLED];\n }\n\n /**\n * Gets whether the circuit is currently in warm up phase\n * @type {Boolean}\n */\n get warmUp () {\n return this[WARMING_UP];\n }\n\n /**\n * Gets the volume threshold for this circuit\n * @type {Boolean}\n */\n get volumeThreshold () {\n return this[VOLUME_THRESHOLD];\n }\n\n /**\n * Provide a fallback function for this {@link CircuitBreaker}. This\n * function will be executed when the circuit is `fire`d and fails.\n * It will always be preceded by a `failure` event, and `breaker.fire` returns\n * a rejected Promise.\n * @param {Function | CircuitBreaker} func the fallback function to execute\n * when the breaker has opened or when a timeout or error occurs.\n * @return {CircuitBreaker} this\n */\n fallback (func) {\n let fb = func;\n if (func instanceof CircuitBreaker) {\n fb = function () {\n return func.fire.apply(func, arguments);\n };\n }\n this[FALLBACK_FUNCTION] = fb;\n return this;\n }\n\n /**\n * Execute the action for this circuit. If the action fails or times out, the\n * returned promise will be rejected. If the action succeeds, the promise will\n * resolve with the resolved value from action. If a fallback function was\n * provided, it will be invoked in the event of any failure or timeout.\n *\n * @return {Promise<any>} promise resolves with the circuit function's return\n * value on success or is rejected on failure of the action.\n *\n * @fires CircuitBreaker#failure\n * @fires CircuitBreaker#fallback\n * @fires CircuitBreaker#fire\n * @fires CircuitBreaker#reject\n * @fires CircuitBreaker#success\n * @fires CircuitBreaker#timeout\n * @fires CircuitBreaker#semaphore-locked\n */\n fire () {\n if (this.isShutdown) {\n const err = new Error('The circuit has been shutdown.');\n err.code = 'ESHUTDOWN';\n return Promise.reject(err);\n }\n const args = Array.prototype.slice.call(arguments);\n\n /**\n * Emitted when the circuit breaker action is executed\n * @event CircuitBreaker#fire\n * @type {any} the arguments passed to the fired fuction\n */\n this.emit('fire', args);\n\n if (CACHE.get(this) !== undefined) {\n /**\n * Emitted when the circuit breaker is using the cache\n * and finds a value.\n * @event CircuitBreaker#cacheHit\n */\n this.emit('cacheHit');\n return CACHE.get(this);\n } else if (this.options.cache) {\n /**\n * Emitted when the circuit breaker does not find a value in\n * the cache, but the cache option is enabled.\n * @event CircuitBreaker#cacheMiss\n */\n this.emit('cacheMiss');\n }\n\n if (!this[ENABLED]) {\n const result = this.action.apply(this.action, args);\n return (typeof result.then === 'function')\n ? result\n : Promise.resolve(result);\n }\n\n if (!this.closed && !this.pendingClose) {\n /**\n * Emitted when the circuit breaker is open and failing fast\n * @event CircuitBreaker#reject\n * @type {Error}\n */\n const error = new Error('Breaker is open');\n error.code = 'EOPENBREAKER';\n\n this.emit('reject', error);\n\n return fallback(this, error, args) ||\n Promise.reject(error);\n }\n this[PENDING_CLOSE] = false;\n\n let timeout;\n let timeoutError = false;\n return new Promise((resolve, reject) => {\n const latencyStartTime = Date.now();\n if (this.semaphore.test()) {\n if (this.options.timeout) {\n timeout = setTimeout(\n () => {\n timeoutError = true;\n const error =\n new Error(`Timed out after ${this.options.timeout}ms`);\n error.code = 'ETIMEDOUT';\n /**\n * Emitted when the circuit breaker action takes longer than\n * `options.timeout`\n * @event CircuitBreaker#timeout\n * @type {Error}\n */\n const latency = Date.now() - latencyStartTime;\n this.semaphore.release();\n this.emit('timeout', error, latency);\n resolve(handleError(\n error, this, timeout, args, latency, resolve, reject));\n }, this.options.timeout);\n }\n\n try {\n const result = this.action.apply(this.action, args);\n const promise = (typeof result.then === 'function')\n ? result\n : Promise.resolve(result);\n\n promise.then(result => {\n if (!timeoutError) {\n clearTimeout(timeout);\n /**\n * Emitted when the circuit breaker action succeeds\n * @event CircuitBreaker#success\n * @type {any} the return value from the circuit\n */\n this.emit('success', result, (Date.now() - latencyStartTime));\n this.semaphore.release();\n resolve(result);\n if (this.options.cache) {\n CACHE.set(this, promise);\n }\n }\n })\n .catch(error => {\n if (!timeoutError) {\n this.semaphore.release();\n const latencyEndTime = Date.now() - latencyStartTime;\n handleError(\n error, this, timeout, args, latencyEndTime, resolve, reject);\n }\n });\n } catch (error) {\n this.semaphore.release();\n const latency = Date.now() - latencyStartTime;\n handleError(error, this, timeout, args, latency, resolve, reject);\n }\n } else {\n const latency = Date.now() - latencyStartTime;\n const err = new Error('Semaphore locked');\n err.code = 'ESEMLOCKED';\n /**\n * Emitted when the rate limit has been reached and there\n * are no more locks to be obtained.\n * @event CircuitBreaker#semaphore-locked\n * @type {Error}\n */\n this.emit('semaphore-locked', err, latency);\n handleError(err, this, timeout, args, latency, resolve, reject);\n }\n });\n }\n\n /**\n * Clears the cache of this {@link CircuitBreaker}\n * @returns {void}\n */\n clearCache () {\n CACHE.set(this, undefined);\n }\n\n /**\n * Provide a health check function to be called periodically. The function\n * should return a Promise. If the promise is rejected the circuit will open.\n * This is in addition to the existing circuit behavior as defined by\n * `options.errorThresholdPercentage` in the constructor. For example, if the\n * health check function provided here always returns a resolved promise, the\n * circuit can still trip and open if there are failures exceeding the\n * configured threshold. The health check function is executed within the\n * circuit breaker's execution context, so `this` within the function is the\n * circuit breaker itself.\n *\n * @param {Function} func a health check function which returns a promise.\n * @param {Number} [interval] the amount of time between calls to the health\n * check function. Default: 5000 (5 seconds)\n *\n * @returns {void}\n *\n * @fires CircuitBreaker#health-check-failed\n * @throws {TypeError} if `interval` is supplied but not a number\n */\n healthCheck (func, interval) {\n interval = interval || 5000;\n if (typeof func !== 'function') {\n throw new TypeError('Health check function must be a function');\n }\n if (isNaN(interval)) {\n throw new TypeError('Health check interval must be a number');\n }\n\n const check = _ => {\n func.apply(this).catch(e => {\n /**\n * Emitted with the user-supplied health check function\n * returns a rejected promise.\n * @event CircuitBreaker#health-check-failed\n * @type {Error}\n */\n this.emit('health-check-failed', e);\n this.open();\n });\n };\n\n const timer = setInterval(check, interval);\n if (typeof timer.unref === 'function') {\n timer.unref();\n }\n\n check();\n }\n\n /**\n * Enables this circuit. If the circuit is the disabled\n * state, it will be re-enabled. If not, this is essentially\n * a noop.\n * @returns {void}\n */\n enable () {\n this[ENABLED] = true;\n }\n\n /**\n * Disables this circuit, causing all calls to the circuit's function\n * to be executed without circuit or fallback protection.\n * @returns {void}\n */\n disable () {\n this[ENABLED] = false;\n }\n}\n\nfunction handleError (error, circuit, timeout, args, latency, resolve, reject) {\n clearTimeout(timeout);\n fail(circuit, error, args, latency);\n const fb = fallback(circuit, error, args);\n if (fb) resolve(fb);\n else reject(error);\n}\n\nfunction fallback (circuit, err, args) {\n if (circuit[FALLBACK_FUNCTION]) {\n const result =\n circuit[FALLBACK_FUNCTION].apply(circuit[FALLBACK_FUNCTION], [...args, err]);\n /**\n * Emitted when the circuit breaker executes a fallback function\n * @event CircuitBreaker#fallback\n * @type {any} the return value of the fallback function\n */\n circuit.emit('fallback', result, err);\n if (result instanceof Promise) return result;\n return Promise.resolve(result);\n }\n}\n\nfunction fail (circuit, err, args, latency) {\n if (circuit.options.errorFilter(err)) return;\n\n /**\n * Emitted when the circuit breaker action fails\n * @event CircuitBreaker#failure\n * @type {Error}\n */\n circuit.emit('failure', err, latency);\n if (circuit.warmUp) return;\n\n // check stats to see if the circuit should be opened\n const stats = circuit.stats;\n if ((stats.fires < circuit.volumeThreshold) && !circuit.halfOpen) return;\n const errorRate = stats.failures / stats.fires * 100;\n if (errorRate > circuit.options.errorThresholdPercentage ||\n stats.failures >= circuit.options.maxFailures ||\n circuit.halfOpen) {\n circuit.open();\n }\n}\n\n// http://stackoverflow.com/a/2117523\nconst nextName = () =>\n 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, c => {\n const r = Math.random() * 16 | 0;\n const v = c === 'x' ? r : (r & 0x3 | 0x8);\n return v.toString(16);\n });\n\nmodule.exports = exports = CircuitBreaker;\n","'use strict';\n\n/* eslint max-len: [\"error\", { \"ignoreUrls\": true }] */\n\n// Data reference:\n// https://github.com/Netflix/Hystrix/wiki/Metrics-and-Monitoring#metrics-publisher\n// A function to map our stats data to the hystrix format\n// returns JSON\nfunction hystrixFormatter (stats) {\n return {\n type: 'HystrixCommand',\n name: stats.name,\n group: stats.group,\n currentTime: Date.now(),\n isCircuitBreakerOpen: !stats.closed,\n errorPercentage:\n stats.fires === 0 ? 0 : (stats.failures / stats.fires) * 100,\n errorCount: stats.failures,\n requestCount: stats.fires,\n rollingCountBadRequests: stats.failures,\n rollingCountCollapsedRequests: 0,\n rollingCountEmit: stats.fires,\n rollingCountExceptionsThrown: 0,\n rollingCountFailure: stats.failures,\n rollingCountFallbackEmit: stats.fallbacks,\n rollingCountFallbackFailure: 0,\n rollingCountFallbackMissing: 0,\n rollingCountFallbackRejection: 0,\n rollingCountFallbackSuccess: 0,\n rollingCountResponsesFromCache: stats.cacheHits,\n rollingCountSemaphoreRejected: stats.semaphoreRejections,\n rollingCountShortCircuited: stats.rejects,\n rollingCountSuccess: stats.successes,\n rollingCountThreadPoolRejected: 0,\n rollingCountTimeout: stats.timeouts,\n currentConcurrentExecutionCount: 0,\n rollingMaxConcurrentExecutionCount: 0,\n // TODO: calculate these latency values\n latencyExecute_mean: stats.latencyMean || 0,\n latencyExecute: percentiles(stats),\n // Whats the difference between execute and total?\n latencyTotal_mean: stats.latencyMean,\n latencyTotal: percentiles(stats),\n propertyValue_circuitBreakerRequestVolumeThreshold: 5,\n propertyValue_circuitBreakerSleepWindowInMilliseconds:\n stats.options.resetTimeout,\n propertyValue_circuitBreakerErrorThresholdPercentage:\n stats.options.errorThresholdPercentage,\n propertyValue_circuitBreakerForceOpen: false,\n propertyValue_circuitBreakerForceClosed: false,\n propertyValue_circuitBreakerEnabled: true,\n propertyValue_executionIsolationStrategy: 'THREAD',\n propertyValue_executionIsolationThreadTimeoutInMilliseconds: 300,\n propertyValue_executionTimeoutInMilliseconds: stats.options.timeout,\n propertyValue_executionIsolationThreadInterruptOnTimeout: true,\n propertyValue_executionIsolationThreadPoolKeyOverride: null,\n propertyValue_executionIsolationSemaphoreMaxConcurrentRequests:\n stats.options.capacity,\n propertyValue_fallbackIsolationSemaphoreMaxConcurrentRequests:\n stats.options.capacity,\n propertyValue_metricsRollingStatisticalWindowInMilliseconds: 10000,\n propertyValue_requestCacheEnabled: stats.options.cache || false,\n propertyValue_requestLogEnabled: true,\n reportingHosts: 1\n };\n}\n\nfunction percentiles (stats) {\n return {\n 0: stats.percentiles['0'],\n 25: stats.percentiles['0.25'],\n 50: stats.percentiles['0.5'],\n 75: stats.percentiles['0.75'],\n 90: stats.percentiles['0.9'],\n 95: stats.percentiles['0.95'],\n 99: stats.percentiles['0.99'],\n 99.5: stats.percentiles['0.995'],\n 100: stats.percentiles['1']\n };\n}\n\nmodule.exports = exports = hystrixFormatter;\n","'use strict';\n\nconst { Transform, Readable } = require('stream');\nconst formatter = require('./hystrix-formatter');\n\n// use a single hystrix stream for all circuits\nconst hystrixStream = new Transform({\n objectMode: true,\n transform (stats, encoding, cb) {\n return cb(null, `data: ${JSON.stringify(formatter(stats))}\\n\\n`);\n }\n});\n\nhystrixStream.resume();\n\n/**\n * Stream Hystrix Metrics for a given {@link CircuitBreaker}.\n * A HystrixStats instance is created for every {@link CircuitBreaker}\n * and does not typically need to be created by a user.\n *\n * A HystrixStats instance will listen for all events on the\n * {@link Status#snapshot}\n * and format the data to the proper Hystrix format.\n * Making it easy to construct an Event Stream for a client\n *\n * @class HystrixStats\n * @example\n * const circuit = circuitBreaker(fs.readFile, {});\n *\n * circuit.hystrixStats.getHystrixStream().pipe(response);\n * @param {CircuitBreaker} the circuit breaker\n * @see CircuitBreaker#hystrixStats\n */\nclass HystrixStats {\n constructor (circuit) {\n this._readableStream = new Readable({\n objectMode: true,\n read () {}\n });\n\n // Listen for the stats's snapshot event\n circuit.status.on('snapshot', function snapshotListener (stats) {\n // when we get a snapshot push it onto the stream\n this._readableStream.push(\n Object.assign({},\n {\n name: circuit.name,\n closed: circuit.closed,\n group: circuit.group,\n options: circuit.options\n }, stats));\n }.bind(this));\n\n this._readableStream.resume();\n this._readableStream.pipe(hystrixStream);\n }\n\n /**\n A convenience function that returns the hystrixStream\n @returns {ReadableStream} the statistics stream\n */\n getHystrixStream () {\n return hystrixStream;\n }\n\n /**\n * Shuts down this instance, freeing memory.\n * When a circuit is shutdown, it should call shutdown() on\n * its HystrixStats instance to avoid memory leaks.\n * @returns {void}\n */\n shutdown () {\n this._readableStream.unpipe(hystrixStream);\n }\n}\n\nHystrixStats.stream = hystrixStream;\n\nmodule.exports = exports = HystrixStats;\n","'use strict';\n\nmodule.exports = exports = function promisify (func) {\n return function promisifiedFunction () {\n return new Promise((resolve, reject) => {\n const cb = (err, result) => {\n if (err) reject(err);\n resolve(result);\n };\n const args = Array.prototype.slice.call(arguments);\n args.push(cb);\n func.apply(func, args);\n });\n };\n};\n","'use strict';\n\nmodule.exports = exports = semaphore;\n\nfunction semaphore (count) {\n const resolvers = [];\n let counter = count;\n\n let sem = {\n take,\n release,\n test\n };\n\n Object.defineProperty(sem, 'count', {\n get: _ => counter,\n enumerable: true\n });\n\n return sem;\n\n function take (timeout) {\n if (counter > 0) {\n --counter;\n return Promise.resolve(release);\n }\n return new Promise((resolve, reject) => {\n resolvers.push(_ => {\n --counter;\n resolve(release);\n });\n if (timeout) {\n setTimeout(_ => {\n resolvers.shift();\n const err = new Error(`Timed out after ${timeout}ms`);\n err.code = 'ETIMEDOUT';\n reject(err);\n }, timeout);\n }\n });\n }\n\n function release () {\n counter++;\n if (resolvers.length > 0) {\n resolvers.shift()();\n }\n }\n\n function test () {\n if (counter < 1) return false;\n return take() && true;\n }\n}\n","'use strict';\n\nconst WINDOW = Symbol('window');\nconst BUCKETS = Symbol('buckets');\nconst TIMEOUT = Symbol('timeout');\nconst PERCENTILES = Symbol('percentiles');\n\nconst EventEmitter = require('events').EventEmitter;\n\n/**\n * Tracks execution status for a given {@link CircuitBreaker}.\n * A Status instance is created for every {@link CircuitBreaker}\n * and does not typically need to be created by a user.\n *\n * A Status instance will listen for all events on the {@link CircuitBreaker}\n * and track them in a rolling statistical window. The window duration is\n * determined by the `rollingCountTimeout` option provided to the\n * {@link CircuitBreaker}. The window consists of an array of Objects,\n * each representing the counts for a {@link CircuitBreaker}'s events.\n *\n * The array's length is determined by the {@link CircuitBreaker}'s\n * `rollingCountBuckets` option. The duration of each slice of the window\n * is determined by dividing the `rollingCountTimeout` by\n * `rollingCountBuckets`.\n *\n * @class Status\n * @extends EventEmitter\n * @param {Object} options for the status window\n * @param {Number} options.rollingCountBuckets the number of buckets in the window\n * @param {Number} options.rollingCountTimeout the duration of the window\n * @param {Boolean} options.rollingPercentilesEnabled whether to calculate percentiles\n * @example\n * // Creates a 1 second window consisting of ten time slices,\n * // each 100ms long.\n * const circuit = circuitBreaker(fs.readFile,\n * { rollingCountBuckets: 10, rollingCountTimeout: 1000});\n *\n * // get the cumulative statistics for the last second\n * circuit.status.stats;\n *\n * // get the array of 10, 1 second time slices for the last second\n * circuit.status.window;\n * @fires Status#snapshot\n * @see CircuitBreaker#status\n */\nclass Status extends EventEmitter {\n constructor (options) {\n super();\n\n // Set up our statistical rolling window\n this[BUCKETS] = options.rollingCountBuckets;\n this[TIMEOUT] = options.rollingCountTimeout;\n this[WINDOW] = new Array(this[BUCKETS]);\n this[PERCENTILES] = [0.0, 0.25, 0.5, 0.75, 0.9, 0.95, 0.99, 0.995, 1];\n\n // Default this value to true\n this.rollingPercentilesEnabled = options.rollingPercentilesEnabled;\n\n // prime the window with buckets\n for (let i = 0; i < this[BUCKETS]; i++) this[WINDOW][i] = bucket();\n\n // rotate the buckets periodically\n const bucketInterval = Math.floor(this[TIMEOUT] / this[BUCKETS]);\n let interval = setInterval(nextBucket(this[WINDOW]), bucketInterval);\n\n // No unref() in the browser\n if (typeof interval.unref === 'function') interval.unref();\n\n /**\n * Emitted at each time-slice. Listeners for this\n * event will receive a cumulative snapshot of the current status window.\n * @event Status#snapshot\n * @type {Object}\n */\n interval = setInterval(_ => this.emit('snapshot', this.stats),\n bucketInterval);\n if (typeof interval.unref === 'function') interval.unref();\n }\n\n /**\n * Get the cumulative stats for the current window\n * @type {Object}\n */\n get stats () {\n const totals = this[WINDOW].reduce((acc, val) => {\n if (!val) { return acc; }\n Object.keys(acc).forEach(key => {\n if (key !== 'latencyTimes' && key !== 'percentiles') {\n (acc[key] += val[key] || 0);\n }\n });\n\n if (this.rollingPercentilesEnabled) {\n acc.latencyTimes.push.apply(acc.latencyTimes, val.latencyTimes || []);\n }\n return acc;\n }, bucket());\n\n if (this.rollingPercentilesEnabled) {\n // Sort the latencyTimes\n totals.latencyTimes.sort((a, b) => a - b);\n\n // Get the mean latency\n // Mean = sum of all values in the array/length of array\n if (totals.latencyTimes.length) {\n totals.latencyMean =\n (totals\n .latencyTimes\n .reduce((a, b) => a + b, 0)) / totals.latencyTimes.length;\n } else {\n totals.latencyMean = 0;\n }\n\n // Calculate Percentiles\n this[PERCENTILES].forEach(percentile => {\n totals.percentiles[percentile] =\n calculatePercentile(percentile, totals.latencyTimes);\n });\n } else {\n totals.latencyMean = -1;\n this[PERCENTILES].forEach(percentile => {\n totals.percentiles[percentile] = -1;\n });\n }\n\n return totals;\n }\n\n /**\n * Gets the stats window as an array of time-sliced objects.\n * @type {Array}\n */\n get window () {\n return this[WINDOW].slice();\n }\n\n increment (property, latencyRunTime) {\n this[WINDOW][0][property]++;\n if (property === 'successes' ||\n property === 'failures' ||\n property === 'timeouts') {\n this[WINDOW][0].latencyTimes.push(latencyRunTime || 0);\n }\n }\n\n open () {\n this[WINDOW][0].isCircuitBreakerOpen = true;\n }\n\n close () {\n this[WINDOW][0].isCircuitBreakerOpen = false;\n }\n\n shutdown () {\n this.removeAllListeners();\n }\n}\n\nconst nextBucket = window => _ => {\n window.pop();\n window.unshift(bucket());\n};\n\nconst bucket = _ => ({\n failures: 0,\n fallbacks: 0,\n successes: 0,\n rejects: 0,\n fires: 0,\n timeouts: 0,\n cacheHits: 0,\n cacheMisses: 0,\n semaphoreRejections: 0,\n percentiles: {},\n latencyTimes: []\n});\n\nfunction calculatePercentile (percentile, arr) {\n if (percentile === 0) {\n return arr[0] || 0;\n }\n const idx = Math.ceil(percentile * arr.length);\n return arr[idx - 1] || 0;\n}\n\nmodule.exports = exports = Status;\n","'use strict';\n\n// compare and isBuffer taken from https://github.com/feross/buffer/blob/680e9e5e488f22aac27599a57dc844a6315928dd/index.js\n// original notice:\n\n/*!\n * The buffer module from node.js, for the browser.\n *\n * @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>\n * @license MIT\n */\nfunction compare(a, b) {\n if (a === b) {\n return 0;\n }\n\n var x = a.length;\n var y = b.length;\n\n for (var i = 0, len = Math.min(x, y); i < len; ++i) {\n if (a[i] !== b[i]) {\n x = a[i];\n y = b[i];\n break;\n }\n }\n\n if (x < y) {\n return -1;\n }\n if (y < x) {\n return 1;\n }\n return 0;\n}\nfunction isBuffer(b) {\n if (global.Buffer && typeof global.Buffer.isBuffer === 'function') {\n return global.Buffer.isBuffer(b);\n }\n return !!(b != null && b._isBuffer);\n}\n\n// based on node assert, original notice:\n\n// http://wiki.commonjs.org/wiki/Unit_Testing/1.0\n//\n// THIS IS NOT TESTED NOR LIKELY TO WORK OUTSIDE V8!\n//\n// Originally from narwhal.js (http://narwhaljs.org)\n// Copyright (c) 2009 Thomas Robinson <280north.com>\n//\n// Permission is hereby granted, free of charge, to any person obtaining a copy\n// of this software and associated documentation files (the 'Software'), to\n// deal in the Software without restriction, including without limitation the\n// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n// sell copies of the Software, and to permit persons to whom the Software is\n// furnished to do so, subject to the following conditions:\n//\n// The above copyright notice and this permission notice shall be included in\n// all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n// AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n// ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nvar util = require('util/');\nvar hasOwn = Object.prototype.hasOwnProperty;\nvar pSlice = Array.prototype.slice;\nvar functionsHaveNames = (function () {\n return function foo() {}.name === 'foo';\n}());\nfunction pToString (obj) {\n return Object.prototype.toString.call(obj);\n}\nfunction isView(arrbuf) {\n if (isBuffer(arrbuf)) {\n return false;\n }\n if (typeof global.ArrayBuffer !== 'function') {\n return false;\n }\n if (typeof ArrayBuffer.isView === 'function') {\n return ArrayBuffer.isView(arrbuf);\n }\n if (!arrbuf) {\n return false;\n }\n if (arrbuf instanceof DataView) {\n return true;\n }\n if (arrbuf.buffer && arrbuf.buffer instanceof ArrayBuffer) {\n return true;\n }\n return false;\n}\n// 1. The assert module provides functions that throw\n// AssertionError's when particular conditions are not met. The\n// assert module must conform to the following interface.\n\nvar assert = module.exports = ok;\n\n// 2. The AssertionError is defined in assert.\n// new assert.AssertionError({ message: message,\n// actual: actual,\n// expected: expected })\n\nvar regex = /\\s*function\\s+([^\\(\\s]*)\\s*/;\n// based on https://github.com/ljharb/function.prototype.name/blob/adeeeec8bfcc6068b187d7d9fb3d5bb1d3a30899/implementation.js\nfunction getName(func) {\n if (!util.isFunction(func)) {\n return;\n }\n if (functionsHaveNames) {\n return func.name;\n }\n var str = func.toString();\n var match = str.match(regex);\n return match && match[1];\n}\nassert.AssertionError = function AssertionError(options) {\n this.name = 'AssertionError';\n this.actual = options.actual;\n this.expected = options.expected;\n this.operator = options.operator;\n if (options.message) {\n this.message = options.message;\n this.generatedMessage = false;\n } else {\n this.message = getMessage(this);\n this.generatedMessage = true;\n }\n var stackStartFunction = options.stackStartFunction || fail;\n if (Error.captureStackTrace) {\n Error.captureStackTrace(this, stackStartFunction);\n } else {\n // non v8 browsers so we can have a stacktrace\n var err = new Error();\n if (err.stack) {\n var out = err.stack;\n\n // try to strip useless frames\n var fn_name = getName(stackStartFunction);\n var idx = out.indexOf('\\n' + fn_name);\n if (idx >= 0) {\n // once we have located the function frame\n // we need to strip out everything before it (and its line)\n var next_line = out.indexOf('\\n', idx + 1);\n out = out.substring(next_line + 1);\n }\n\n this.stack = out;\n }\n }\n};\n\n// assert.AssertionError instanceof Error\nutil.inherits(assert.AssertionError, Error);\n\nfunction truncate(s, n) {\n if (typeof s === 'string') {\n return s.length < n ? s : s.slice(0, n);\n } else {\n return s;\n }\n}\nfunction inspect(something) {\n if (functionsHaveNames || !util.isFunction(something)) {\n return util.inspect(something);\n }\n var rawname = getName(something);\n var name = rawname ? ': ' + rawname : '';\n return '[Function' + name + ']';\n}\nfunction getMessage(self) {\n return truncate(inspect(self.actual), 128) + ' ' +\n self.operator + ' ' +\n truncate(inspect(self.expected), 128);\n}\n\n// At present only the three keys mentioned above are used and\n// understood by the spec. Implementations or sub modules can pass\n// other keys to the AssertionError's constructor - they will be\n// ignored.\n\n// 3. All of the following functions must throw an AssertionError\n// when a corresponding condition is not met, with a message that\n// may be undefined if not provided. All assertion methods provide\n// both the actual and expected values to the assertion error for\n// display purposes.\n\nfunction fail(actual, expected, message, operator, stackStartFunction) {\n throw new assert.AssertionError({\n message: message,\n actual: actual,\n expected: expected,\n operator: operator,\n stackStartFunction: stackStartFunction\n });\n}\n\n// EXTENSION! allows for well behaved errors defined elsewhere.\nassert.fail = fail;\n\n// 4. Pure assertion tests whether a value is truthy, as determined\n// by !!guard.\n// assert.ok(guard, message_opt);\n// This statement is equivalent to assert.equal(true, !!guard,\n// message_opt);. To test strictly for the value true, use\n// assert.strictEqual(true, guard, message_opt);.\n\nfunction ok(value, message) {\n if (!value) fail(value, true, message, '==', assert.ok);\n}\nassert.ok = ok;\n\n// 5. The equality assertion tests shallow, coercive equality with\n// ==.\n// assert.equal(actual, expected, message_opt);\n\nassert.equal = function equal(actual, expected, message) {\n if (actual != expected) fail(actual, expected, message, '==', assert.equal);\n};\n\n// 6. The non-equality assertion tests for whether two objects are not equal\n// with != assert.notEqual(actual, expected, message_opt);\n\nassert.notEqual = function notEqual(actual, expected, message) {\n if (actual == expected) {\n fail(actual, expected, message, '!=', assert.notEqual);\n }\n};\n\n// 7. The equivalence assertion tests a deep equality relation.\n// assert.deepEqual(actual, expected, message_opt);\n\nassert.deepEqual = function deepEqual(actual, expected, message) {\n if (!_deepEqual(actual, expected, false)) {\n fail(actual, expected, message, 'deepEqual', assert.deepEqual);\n }\n};\n\nassert.deepStrictEqual = function deepStrictEqual(actual, expected, message) {\n if (!_deepEqual(actual, expected, true)) {\n fail(actual, expected, message, 'deepStrictEqual', assert.deepStrictEqual);\n }\n};\n\nfunction _deepEqual(actual, expected, strict, memos) {\n // 7.1. All identical values are equivalent, as determined by ===.\n if (actual === expected) {\n return true;\n } else if (isBuffer(actual) && isBuffer(expected)) {\n return compare(actual, expected) === 0;\n\n // 7.2. If the expected value is a Date object, the actual value is\n // equivalent if it is also a Date object that refers to the same time.\n } else if (util.isDate(actual) && util.isDate(expected)) {\n return actual.getTime() === expected.getTime();\n\n // 7.3 If the expected value is a RegExp object, the actual value is\n // equivalent if it is also a RegExp object with the same source and\n // properties (`global`, `multiline`, `lastIndex`, `ignoreCase`).\n } else if (util.isRegExp(actual) && util.isRegExp(expected)) {\n return actual.source === expected.source &&\n actual.global === expected.global &&\n actual.multiline === expected.multiline &&\n actual.lastIndex === expected.lastIndex &&\n actual.ignoreCase === expected.ignoreCase;\n\n // 7.4. Other pairs that do not both pass typeof value == 'object',\n // equivalence is determined by ==.\n } else if ((actual === null || typeof actual !== 'object') &&\n (expected === null || typeof expected !== 'object')) {\n return strict ? actual === expected : actual == expected;\n\n // If both values are instances of typed arrays, wrap their underlying\n // ArrayBuffers in a Buffer each to increase performance\n // This optimization requires the arrays to have the same type as checked by\n // Object.prototype.toString (aka pToString). Never perform binary\n // comparisons for Float*Arrays, though, since e.g. +0 === -0 but their\n // bit patterns are not identical.\n } else if (isView(actual) && isView(expected) &&\n pToString(actual) === pToString(expected) &&\n !(actual instanceof Float32Array ||\n actual instanceof Float64Array)) {\n return compare(new Uint8Array(actual.buffer),\n new Uint8Array(expected.buffer)) === 0;\n\n // 7.5 For all other Object pairs, including Array objects, equivalence is\n // determined by having the same number of owned properties (as verified\n // with Object.prototype.hasOwnProperty.call), the same set of keys\n // (although not necessarily the same order), equivalent values for every\n // corresponding key, and an identical 'prototype' property. Note: this\n // accounts for both named and indexed properties on Arrays.\n } else if (isBuffer(actual) !== isBuffer(expected)) {\n return false;\n } else {\n memos = memos || {actual: [], expected: []};\n\n var actualIndex = memos.actual.indexOf(actual);\n if (actualIndex !== -1) {\n if (actualIndex === memos.expected.indexOf(expected)) {\n return true;\n }\n }\n\n memos.actual.push(actual);\n memos.expected.push(expected);\n\n return objEquiv(actual, expected, strict, memos);\n }\n}\n\nfunction isArguments(object) {\n return Object.prototype.toString.call(object) == '[object Arguments]';\n}\n\nfunction objEquiv(a, b, strict, actualVisitedObjects) {\n if (a === null || a === undefined || b === null || b === undefined)\n return false;\n // if one is a primitive, the other must be same\n if (util.isPrimitive(a) || util.isPrimitive(b))\n return a === b;\n if (strict && Object.getPrototypeOf(a) !== Object.getPrototypeOf(b))\n return false;\n var aIsArgs = isArguments(a);\n var bIsArgs = isArguments(b);\n if ((aIsArgs && !bIsArgs) || (!aIsArgs && bIsArgs))\n return false;\n if (aIsArgs) {\n a = pSlice.call(a);\n b = pSlice.call(b);\n return _deepEqual(a, b, strict);\n }\n var ka = objectKeys(a);\n var kb = objectKeys(b);\n var key, i;\n // having the same number of owned properties (keys incorporates\n // hasOwnProperty)\n if (ka.length !== kb.length)\n return false;\n //the same set of keys (although not necessarily the same order),\n ka.sort();\n kb.sort();\n //~~~cheap key test\n for (i = ka.length - 1; i >= 0; i--) {\n if (ka[i] !== kb[i])\n return false;\n }\n //equivalent values for every corresponding key, and\n //~~~possibly expensive deep test\n for (i = ka.length - 1; i >= 0; i--) {\n key = ka[i];\n if (!_deepEqual(a[key], b[key], strict, actualVisitedObjects))\n return false;\n }\n return true;\n}\n\n// 8. The non-equivalence assertion tests for any deep inequality.\n// assert.notDeepEqual(actual, expected, message_opt);\n\nassert.notDeepEqual = function notDeepEqual(actual, expected, message) {\n if (_deepEqual(actual, expected, false)) {\n fail(actual, expected, message, 'notDeepEqual', assert.notDeepEqual);\n }\n};\n\nassert.notDeepStrictEqual = notDeepStrictEqual;\nfunction notDeepStrictEqual(actual, expected, message) {\n if (_deepEqual(actual, expected, true)) {\n fail(actual, expected, message, 'notDeepStrictEqual', notDeepStrictEqual);\n }\n}\n\n\n// 9. The strict equality assertion tests strict equality, as determined by ===.\n// assert.strictEqual(actual, expected, message_opt);\n\nassert.strictEqual = function strictEqual(actual, expected, message) {\n if (actual !== expected) {\n fail(actual, expected, message, '===', assert.strictEqual);\n }\n};\n\n// 10. The strict non-equality assertion tests for strict inequality, as\n// determined by !==. assert.notStrictEqual(actual, expected, message_opt);\n\nassert.notStrictEqual = function notStrictEqual(actual, expected, message) {\n if (actual === expected) {\n fail(actual, expected, message, '!==', assert.notStrictEqual);\n }\n};\n\nfunction expectedException(actual, expected) {\n if (!actual || !expected) {\n return false;\n }\n\n if (Object.prototype.toString.call(expected) == '[object RegExp]') {\n return expected.test(actual);\n }\n\n try {\n if (actual instanceof expected) {\n return true;\n }\n } catch (e) {\n // Ignore. The instanceof check doesn't work for arrow functions.\n }\n\n if (Error.isPrototypeOf(expected)) {\n return false;\n }\n\n return expected.call({}, actual) === true;\n}\n\nfunction _tryBlock(block) {\n var error;\n try {\n block();\n } catch (e) {\n error = e;\n }\n return error;\n}\n\nfunction _throws(shouldThrow, block, expected, message) {\n var actual;\n\n if (typeof block !== 'function') {\n throw new TypeError('\"block\" argument must be a function');\n }\n\n if (typeof expected === 'string') {\n message = expected;\n expected = null;\n }\n\n actual = _tryBlock(block);\n\n message = (expected && expected.name ? ' (' + expected.name + ').' : '.') +\n (message ? ' ' + message : '.');\n\n if (shouldThrow && !actual) {\n fail(actual, expected, 'Missing expected exception' + message);\n }\n\n var userProvidedMessage = typeof message === 'string';\n var isUnwantedException = !shouldThrow && util.isError(actual);\n var isUnexpectedException = !shouldThrow && actual && !expected;\n\n if ((isUnwantedException &&\n userProvidedMessage &&\n expectedException(actual, expected)) ||\n isUnexpectedException) {\n fail(actual, expected, 'Got unwanted exception' + message);\n }\n\n if ((shouldThrow && actual && expected &&\n !expectedException(actual, expected)) || (!shouldThrow && actual)) {\n throw actual;\n }\n}\n\n// 11. Expected to throw an error:\n// assert.throws(block, Error_opt, message_opt);\n\nassert.throws = function(block, /*optional*/error, /*optional*/message) {\n _throws(true, block, error, message);\n};\n\n// EXTENSION! This is annoying to write outside this module.\nassert.doesNotThrow = function(block, /*optional*/error, /*optional*/message) {\n _throws(false, block, error, message);\n};\n\nassert.ifError = function(err) { if (err) throw err; };\n\nvar objectKeys = Object.keys || function (obj) {\n var keys = [];\n for (var key in obj) {\n if (hasOwn.call(obj, key)) keys.push(key);\n }\n return keys;\n};\n","'use strict'\n\nexports.byteLength = byteLength\nexports.toByteArray = toByteArray\nexports.fromByteArray = fromByteArray\n\nvar lookup = []\nvar revLookup = []\nvar Arr = typeof Uint8Array !== 'undefined' ? Uint8Array : Array\n\nvar code = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'\nfor (var i = 0, len = code.length; i < len; ++i) {\n lookup[i] = code[i]\n revLookup[code.charCodeAt(i)] = i\n}\n\n// Support decoding URL-safe base64 strings, as Node.js does.\n// See: https://en.wikipedia.org/wiki/Base64#URL_applications\nrevLookup['-'.charCodeAt(0)] = 62\nrevLookup['_'.charCodeAt(0)] = 63\n\nfunction getLens (b64) {\n var len = b64.length\n\n if (len % 4 > 0) {\n throw new Error('Invalid string. Length must be a multiple of 4')\n }\n\n // Trim off extra bytes after placeholder bytes are found\n // See: https://github.com/beatgammit/base64-js/issues/42\n var validLen = b64.indexOf('=')\n if (validLen === -1) validLen = len\n\n var placeHoldersLen = validLen === len\n ? 0\n : 4 - (validLen % 4)\n\n return [validLen, placeHoldersLen]\n}\n\n// base64 is 4/3 + up to two characters of the original data\nfunction byteLength (b64) {\n var lens = getLens(b64)\n var validLen = lens[0]\n var placeHoldersLen = lens[1]\n return ((validLen + placeHoldersLen) * 3 / 4) - placeHoldersLen\n}\n\nfunction _byteLength (b64, validLen, placeHoldersLen) {\n return ((validLen + placeHoldersLen) * 3 / 4) - placeHoldersLen\n}\n\nfunction toByteArray (b64) {\n var tmp\n var lens = getLens(b64)\n var validLen = lens[0]\n var placeHoldersLen = lens[1]\n\n var arr = new Arr(_byteLength(b64, validLen, placeHoldersLen))\n\n var curByte = 0\n\n // if there are placeholders, only get up to the last complete 4 chars\n var len = placeHoldersLen > 0\n ? validLen - 4\n : validLen\n\n for (var i = 0; i < len; i += 4) {\n tmp =\n (revLookup[b64.charCodeAt(i)] << 18) |\n (revLookup[b64.charCodeAt(i + 1)] << 12) |\n (revLookup[b64.charCodeAt(i + 2)] << 6) |\n revLookup[b64.charCodeAt(i + 3)]\n arr[curByte++] = (tmp >> 16) & 0xFF\n arr[curByte++] = (tmp >> 8) & 0xFF\n arr[curByte++] = tmp & 0xFF\n }\n\n if (placeHoldersLen === 2) {\n tmp =\n (revLookup[b64.charCodeAt(i)] << 2) |\n (revLookup[b64.charCodeAt(i + 1)] >> 4)\n arr[curByte++] = tmp & 0xFF\n }\n\n if (placeHoldersLen === 1) {\n tmp =\n (revLookup[b64.charCodeAt(i)] << 10) |\n (revLookup[b64.charCodeAt(i + 1)] << 4) |\n (revLookup[b64.charCodeAt(i + 2)] >> 2)\n arr[curByte++] = (tmp >> 8) & 0xFF\n arr[curByte++] = tmp & 0xFF\n }\n\n return arr\n}\n\nfunction tripletToBase64 (num) {\n return lookup[num >> 18 & 0x3F] +\n lookup[num >> 12 & 0x3F] +\n lookup[num >> 6 & 0x3F] +\n lookup[num & 0x3F]\n}\n\nfunction encodeChunk (uint8, start, end) {\n var tmp\n var output = []\n for (var i = start; i < end; i += 3) {\n tmp =\n ((uint8[i] << 16) & 0xFF0000) +\n ((uint8[i + 1] << 8) & 0xFF00) +\n (uint8[i + 2] & 0xFF)\n output.push(tripletToBase64(tmp))\n }\n return output.join('')\n}\n\nfunction fromByteArray (uint8) {\n var tmp\n var len = uint8.length\n var extraBytes = len % 3 // if we have 1 byte left, pad 2 bytes\n var parts = []\n var maxChunkLength = 16383 // must be multiple of 3\n\n // go through the array every three bytes, we'll deal with trailing stuff later\n for (var i = 0, len2 = len - extraBytes; i < len2; i += maxChunkLength) {\n parts.push(encodeChunk(\n uint8, i, (i + maxChunkLength) > len2 ? len2 : (i + maxChunkLength)\n ))\n }\n\n // pad the end with zeros, but make sure to not forget the extra bytes\n if (extraBytes === 1) {\n tmp = uint8[len - 1]\n parts.push(\n lookup[tmp >> 2] +\n lookup[(tmp << 4) & 0x3F] +\n '=='\n )\n } else if (extraBytes === 2) {\n tmp = (uint8[len - 2] << 8) + uint8[len - 1]\n parts.push(\n lookup[tmp >> 10] +\n lookup[(tmp >> 4) & 0x3F] +\n lookup[(tmp << 2) & 0x3F] +\n '='\n )\n }\n\n return parts.join('')\n}\n","/*!\n * The buffer module from node.js, for the browser.\n *\n * @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>\n * @license MIT\n */\n/* eslint-disable no-proto */\n\n'use strict'\n\nvar base64 = require('base64-js')\nvar ieee754 = require('ieee754')\nvar isArray = require('isarray')\n\nexports.Buffer = Buffer\nexports.SlowBuffer = SlowBuffer\nexports.INSPECT_MAX_BYTES = 50\n\n/**\n * If `Buffer.TYPED_ARRAY_SUPPORT`:\n * === true Use Uint8Array implementation (fastest)\n * === false Use Object implementation (most compatible, even IE6)\n *\n * Browsers that support typed arrays are IE 10+, Firefox 4+, Chrome 7+, Safari 5.1+,\n * Opera 11.6+, iOS 4.2+.\n *\n * Due to various browser bugs, sometimes the Object implementation will be used even\n * when the browser supports typed arrays.\n *\n * Note:\n *\n * - Firefox 4-29 lacks support for adding new properties to `Uint8Array` instances,\n * See: https://bugzilla.mozilla.org/show_bug.cgi?id=695438.\n *\n * - Chrome 9-10 is missing the `TypedArray.prototype.subarray` function.\n *\n * - IE10 has a broken `TypedArray.prototype.subarray` function which returns arrays of\n * incorrect length in some situations.\n\n * We detect these buggy browsers and set `Buffer.TYPED_ARRAY_SUPPORT` to `false` so they\n * get the Object implementation, which is slower but behaves correctly.\n */\nBuffer.TYPED_ARRAY_SUPPORT = global.TYPED_ARRAY_SUPPORT !== undefined\n ? global.TYPED_ARRAY_SUPPORT\n : typedArraySupport()\n\n/*\n * Export kMaxLength after typed array support is determined.\n */\nexports.kMaxLength = kMaxLength()\n\nfunction typedArraySupport () {\n try {\n var arr = new Uint8Array(1)\n arr.__proto__ = {__proto__: Uint8Array.prototype, foo: function () { return 42 }}\n return arr.foo() === 42 && // typed array instances can be augmented\n typeof arr.subarray === 'function' && // chrome 9-10 lack `subarray`\n arr.subarray(1, 1).byteLength === 0 // ie10 has broken `subarray`\n } catch (e) {\n return false\n }\n}\n\nfunction kMaxLength () {\n return Buffer.TYPED_ARRAY_SUPPORT\n ? 0x7fffffff\n : 0x3fffffff\n}\n\nfunction createBuffer (that, length) {\n if (kMaxLength() < length) {\n throw new RangeError('Invalid typed array length')\n }\n if (Buffer.TYPED_ARRAY_SUPPORT) {\n // Return an augmented `Uint8Array` instance, for best performance\n that = new Uint8Array(length)\n that.__proto__ = Buffer.prototype\n } else {\n // Fallback: Return an object instance of the Buffer class\n if (that === null) {\n that = new Buffer(length)\n }\n that.length = length\n }\n\n return that\n}\n\n/**\n * The Buffer constructor returns instances of `Uint8Array` that have their\n * prototype changed to `Buffer.prototype`. Furthermore, `Buffer` is a subclass of\n * `Uint8Array`, so the returned instances will have all the node `Buffer` methods\n * and the `Uint8Array` methods. Square bracket notation works as expected -- it\n * returns a single octet.\n *\n * The `Uint8Array` prototype remains unmodified.\n */\n\nfunction Buffer (arg, encodingOrOffset, length) {\n if (!Buffer.TYPED_ARRAY_SUPPORT && !(this instanceof Buffer)) {\n return new Buffer(arg, encodingOrOffset, length)\n }\n\n // Common case.\n if (typeof arg === 'number') {\n if (typeof encodingOrOffset === 'string') {\n throw new Error(\n 'If encoding is specified then the first argument must be a string'\n )\n }\n return allocUnsafe(this, arg)\n }\n return from(this, arg, encodingOrOffset, length)\n}\n\nBuffer.poolSize = 8192 // not used by this implementation\n\n// TODO: Legacy, not needed anymore. Remove in next major version.\nBuffer._augment = function (arr) {\n arr.__proto__ = Buffer.prototype\n return arr\n}\n\nfunction from (that, value, encodingOrOffset, length) {\n if (typeof value === 'number') {\n throw new TypeError('\"value\" argument must not be a number')\n }\n\n if (typeof ArrayBuffer !== 'undefined' && value instanceof ArrayBuffer) {\n return fromArrayBuffer(that, value, encodingOrOffset, length)\n }\n\n if (typeof value === 'string') {\n return fromString(that, value, encodingOrOffset)\n }\n\n return fromObject(that, value)\n}\n\n/**\n * Functionally equivalent to Buffer(arg, encoding) but throws a TypeError\n * if value is a number.\n * Buffer.from(str[, encoding])\n * Buffer.from(array)\n * Buffer.from(buffer)\n * Buffer.from(arrayBuffer[, byteOffset[, length]])\n **/\nBuffer.from = function (value, encodingOrOffset, length) {\n return from(null, value, encodingOrOffset, length)\n}\n\nif (Buffer.TYPED_ARRAY_SUPPORT) {\n Buffer.prototype.__proto__ = Uint8Array.prototype\n Buffer.__proto__ = Uint8Array\n if (typeof Symbol !== 'undefined' && Symbol.species &&\n Buffer[Symbol.species] === Buffer) {\n // Fix subarray() in ES2016. See: https://github.com/feross/buffer/pull/97\n Object.defineProperty(Buffer, Symbol.species, {\n value: null,\n configurable: true\n })\n }\n}\n\nfunction assertSize (size) {\n if (typeof size !== 'number') {\n throw new TypeError('\"size\" argument must be a number')\n } else if (size < 0) {\n throw new RangeError('\"size\" argument must not be negative')\n }\n}\n\nfunction alloc (that, size, fill, encoding) {\n assertSize(size)\n if (size <= 0) {\n return createBuffer(that, size)\n }\n if (fill !== undefined) {\n // Only pay attention to encoding if it's a string. This\n // prevents accidentally sending in a number that would\n // be interpretted as a start offset.\n return typeof encoding === 'string'\n ? createBuffer(that, size).fill(fill, encoding)\n : createBuffer(that, size).fill(fill)\n }\n return createBuffer(that, size)\n}\n\n/**\n * Creates a new filled Buffer instance.\n * alloc(size[, fill[, encoding]])\n **/\nBuffer.alloc = function (size, fill, encoding) {\n return alloc(null, size, fill, encoding)\n}\n\nfunction allocUnsafe (that, size) {\n assertSize(size)\n that = createBuffer(that, size < 0 ? 0 : checked(size) | 0)\n if (!Buffer.TYPED_ARRAY_SUPPORT) {\n for (var i = 0; i < size; ++i) {\n that[i] = 0\n }\n }\n return that\n}\n\n/**\n * Equivalent to Buffer(num), by default creates a non-zero-filled Buffer instance.\n * */\nBuffer.allocUnsafe = function (size) {\n return allocUnsafe(null, size)\n}\n/**\n * Equivalent to SlowBuffer(num), by default creates a non-zero-filled Buffer instance.\n */\nBuffer.allocUnsafeSlow = function (size) {\n return allocUnsafe(null, size)\n}\n\nfunction fromString (that, string, encoding) {\n if (typeof encoding !== 'string' || encoding === '') {\n encoding = 'utf8'\n }\n\n if (!Buffer.isEncoding(encoding)) {\n throw new TypeError('\"encoding\" must be a valid string encoding')\n }\n\n var length = byteLength(string, encoding) | 0\n that = createBuffer(that, length)\n\n var actual = that.write(string, encoding)\n\n if (actual !== length) {\n // Writing a hex string, for example, that contains invalid characters will\n // cause everything after the first invalid character to be ignored. (e.g.\n // 'abxxcd' will be treated as 'ab')\n that = that.slice(0, actual)\n }\n\n return that\n}\n\nfunction fromArrayLike (that, array) {\n var length = array.length < 0 ? 0 : checked(array.length) | 0\n that = createBuffer(that, length)\n for (var i = 0; i < length; i += 1) {\n that[i] = array[i] & 255\n }\n return that\n}\n\nfunction fromArrayBuffer (that, array, byteOffset, length) {\n array.byteLength // this throws if `array` is not a valid ArrayBuffer\n\n if (byteOffset < 0 || array.byteLength < byteOffset) {\n throw new RangeError('\\'offset\\' is out of bounds')\n }\n\n if (array.byteLength < byteOffset + (length || 0)) {\n throw new RangeError('\\'length\\' is out of bounds')\n }\n\n if (byteOffset === undefined && length === undefined) {\n array = new Uint8Array(array)\n } else if (length === undefined) {\n array = new Uint8Array(array, byteOffset)\n } else {\n array = new Uint8Array(array, byteOffset, length)\n }\n\n if (Buffer.TYPED_ARRAY_SUPPORT) {\n // Return an augmented `Uint8Array` instance, for best performance\n that = array\n that.__proto__ = Buffer.prototype\n } else {\n // Fallback: Return an object instance of the Buffer class\n that = fromArrayLike(that, array)\n }\n return that\n}\n\nfunction fromObject (that, obj) {\n if (Buffer.isBuffer(obj)) {\n var len = checked(obj.length) | 0\n that = createBuffer(that, len)\n\n if (that.length === 0) {\n return that\n }\n\n obj.copy(that, 0, 0, len)\n return that\n }\n\n if (obj) {\n if ((typeof ArrayBuffer !== 'undefined' &&\n obj.buffer instanceof ArrayBuffer) || 'length' in obj) {\n if (typeof obj.length !== 'number' || isnan(obj.length)) {\n return createBuffer(that, 0)\n }\n return fromArrayLike(that, obj)\n }\n\n if (obj.type === 'Buffer' && isArray(obj.data)) {\n return fromArrayLike(that, obj.data)\n }\n }\n\n throw new TypeError('First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.')\n}\n\nfunction checked (length) {\n // Note: cannot use `length < kMaxLength()` here because that fails when\n // length is NaN (which is otherwise coerced to zero.)\n if (length >= kMaxLength()) {\n throw new RangeError('Attempt to allocate Buffer larger than maximum ' +\n 'size: 0x' + kMaxLength().toString(16) + ' bytes')\n }\n return length | 0\n}\n\nfunction SlowBuffer (length) {\n if (+length != length) { // eslint-disable-line eqeqeq\n length = 0\n }\n return Buffer.alloc(+length)\n}\n\nBuffer.isBuffer = function isBuffer (b) {\n return !!(b != null && b._isBuffer)\n}\n\nBuffer.compare = function compare (a, b) {\n if (!Buffer.isBuffer(a) || !Buffer.isBuffer(b)) {\n throw new TypeError('Arguments must be Buffers')\n }\n\n if (a === b) return 0\n\n var x = a.length\n var y = b.length\n\n for (var i = 0, len = Math.min(x, y); i < len; ++i) {\n if (a[i] !== b[i]) {\n x = a[i]\n y = b[i]\n break\n }\n }\n\n if (x < y) return -1\n if (y < x) return 1\n return 0\n}\n\nBuffer.isEncoding = function isEncoding (encoding) {\n switch (String(encoding).toLowerCase()) {\n case 'hex':\n case 'utf8':\n case 'utf-8':\n case 'ascii':\n case 'latin1':\n case 'binary':\n case 'base64':\n case 'ucs2':\n case 'ucs-2':\n case 'utf16le':\n case 'utf-16le':\n return true\n default:\n return false\n }\n}\n\nBuffer.concat = function concat (list, length) {\n if (!isArray(list)) {\n throw new TypeError('\"list\" argument must be an Array of Buffers')\n }\n\n if (list.length === 0) {\n return Buffer.alloc(0)\n }\n\n var i\n if (length === undefined) {\n length = 0\n for (i = 0; i < list.length; ++i) {\n length += list[i].length\n }\n }\n\n var buffer = Buffer.allocUnsafe(length)\n var pos = 0\n for (i = 0; i < list.length; ++i) {\n var buf = list[i]\n if (!Buffer.isBuffer(buf)) {\n throw new TypeError('\"list\" argument must be an Array of Buffers')\n }\n buf.copy(buffer, pos)\n pos += buf.length\n }\n return buffer\n}\n\nfunction byteLength (string, encoding) {\n if (Buffer.isBuffer(string)) {\n return string.length\n }\n if (typeof ArrayBuffer !== 'undefined' && typeof ArrayBuffer.isView === 'function' &&\n (ArrayBuffer.isView(string) || string instanceof ArrayBuffer)) {\n return string.byteLength\n }\n if (typeof string !== 'string') {\n string = '' + string\n }\n\n var len = string.length\n if (len === 0) return 0\n\n // Use a for loop to avoid recursion\n var loweredCase = false\n for (;;) {\n switch (encoding) {\n case 'ascii':\n case 'latin1':\n case 'binary':\n return len\n case 'utf8':\n case 'utf-8':\n case undefined:\n return utf8ToBytes(string).length\n case 'ucs2':\n case 'ucs-2':\n case 'utf16le':\n case 'utf-16le':\n return len * 2\n case 'hex':\n return len >>> 1\n case 'base64':\n return base64ToBytes(string).length\n default:\n if (loweredCase) return utf8ToBytes(string).length // assume utf8\n encoding = ('' + encoding).toLowerCase()\n loweredCase = true\n }\n }\n}\nBuffer.byteLength = byteLength\n\nfunction slowToString (encoding, start, end) {\n var loweredCase = false\n\n // No need to verify that \"this.length <= MAX_UINT32\" since it's a read-only\n // property of a typed array.\n\n // This behaves neither like String nor Uint8Array in that we set start/end\n // to their upper/lower bounds if the value passed is out of range.\n // undefined is handled specially as per ECMA-262 6th Edition,\n // Section 13.3.3.7 Runtime Semantics: KeyedBindingInitialization.\n if (start === undefined || start < 0) {\n start = 0\n }\n // Return early if start > this.length. Done here to prevent potential uint32\n // coercion fail below.\n if (start > this.length) {\n return ''\n }\n\n if (end === undefined || end > this.length) {\n end = this.length\n }\n\n if (end <= 0) {\n return ''\n }\n\n // Force coersion to uint32. This will also coerce falsey/NaN values to 0.\n end >>>= 0\n start >>>= 0\n\n if (end <= start) {\n return ''\n }\n\n if (!encoding) encoding = 'utf8'\n\n while (true) {\n switch (encoding) {\n case 'hex':\n return hexSlice(this, start, end)\n\n case 'utf8':\n case 'utf-8':\n return utf8Slice(this, start, end)\n\n case 'ascii':\n return asciiSlice(this, start, end)\n\n case 'latin1':\n case 'binary':\n return latin1Slice(this, start, end)\n\n case 'base64':\n return base64Slice(this, start, end)\n\n case 'ucs2':\n case 'ucs-2':\n case 'utf16le':\n case 'utf-16le':\n return utf16leSlice(this, start, end)\n\n default:\n if (loweredCase) throw new TypeError('Unknown encoding: ' + encoding)\n encoding = (encoding + '').toLowerCase()\n loweredCase = true\n }\n }\n}\n\n// The property is used by `Buffer.isBuffer` and `is-buffer` (in Safari 5-7) to detect\n// Buffer instances.\nBuffer.prototype._isBuffer = true\n\nfunction swap (b, n, m) {\n var i = b[n]\n b[n] = b[m]\n b[m] = i\n}\n\nBuffer.prototype.swap16 = function swap16 () {\n var len = this.length\n if (len % 2 !== 0) {\n throw new RangeError('Buffer size must be a multiple of 16-bits')\n }\n for (var i = 0; i < len; i += 2) {\n swap(this, i, i + 1)\n }\n return this\n}\n\nBuffer.prototype.swap32 = function swap32 () {\n var len = this.length\n if (len % 4 !== 0) {\n throw new RangeError('Buffer size must be a multiple of 32-bits')\n }\n for (var i = 0; i < len; i += 4) {\n swap(this, i, i + 3)\n swap(this, i + 1, i + 2)\n }\n return this\n}\n\nBuffer.prototype.swap64 = function swap64 () {\n var len = this.length\n if (len % 8 !== 0) {\n throw new RangeError('Buffer size must be a multiple of 64-bits')\n }\n for (var i = 0; i < len; i += 8) {\n swap(this, i, i + 7)\n swap(this, i + 1, i + 6)\n swap(this, i + 2, i + 5)\n swap(this, i + 3, i + 4)\n }\n return this\n}\n\nBuffer.prototype.toString = function toString () {\n var length = this.length | 0\n if (length === 0) return ''\n if (arguments.length === 0) return utf8Slice(this, 0, length)\n return slowToString.apply(this, arguments)\n}\n\nBuffer.prototype.equals = function equals (b) {\n if (!Buffer.isBuffer(b)) throw new TypeError('Argument must be a Buffer')\n if (this === b) return true\n return Buffer.compare(this, b) === 0\n}\n\nBuffer.prototype.inspect = function inspect () {\n var str = ''\n var max = exports.INSPECT_MAX_BYTES\n if (this.length > 0) {\n str = this.toString('hex', 0, max).match(/.{2}/g).join(' ')\n if (this.length > max) str += ' ... '\n }\n return '<Buffer ' + str + '>'\n}\n\nBuffer.prototype.compare = function compare (target, start, end, thisStart, thisEnd) {\n if (!Buffer.isBuffer(target)) {\n throw new TypeError('Argument must be a Buffer')\n }\n\n if (start === undefined) {\n start = 0\n }\n if (end === undefined) {\n end = target ? target.length : 0\n }\n if (thisStart === undefined) {\n thisStart = 0\n }\n if (thisEnd === undefined) {\n thisEnd = this.length\n }\n\n if (start < 0 || end > target.length || thisStart < 0 || thisEnd > this.length) {\n throw new RangeError('out of range index')\n }\n\n if (thisStart >= thisEnd && start >= end) {\n return 0\n }\n if (thisStart >= thisEnd) {\n return -1\n }\n if (start >= end) {\n return 1\n }\n\n start >>>= 0\n end >>>= 0\n thisStart >>>= 0\n thisEnd >>>= 0\n\n if (this === target) return 0\n\n var x = thisEnd - thisStart\n var y = end - start\n var len = Math.min(x, y)\n\n var thisCopy = this.slice(thisStart, thisEnd)\n var targetCopy = target.slice(start, end)\n\n for (var i = 0; i < len; ++i) {\n if (thisCopy[i] !== targetCopy[i]) {\n x = thisCopy[i]\n y = targetCopy[i]\n break\n }\n }\n\n if (x < y) return -1\n if (y < x) return 1\n return 0\n}\n\n// Finds either the first index of `val` in `buffer` at offset >= `byteOffset`,\n// OR the last index of `val` in `buffer` at offset <= `byteOffset`.\n//\n// Arguments:\n// - buffer - a Buffer to search\n// - val - a string, Buffer, or number\n// - byteOffset - an index into `buffer`; will be clamped to an int32\n// - encoding - an optional encoding, relevant is val is a string\n// - dir - true for indexOf, false for lastIndexOf\nfunction bidirectionalIndexOf (buffer, val, byteOffset, encoding, dir) {\n // Empty buffer means no match\n if (buffer.length === 0) return -1\n\n // Normalize byteOffset\n if (typeof byteOffset === 'string') {\n encoding = byteOffset\n byteOffset = 0\n } else if (byteOffset > 0x7fffffff) {\n byteOffset = 0x7fffffff\n } else if (byteOffset < -0x80000000) {\n byteOffset = -0x80000000\n }\n byteOffset = +byteOffset // Coerce to Number.\n if (isNaN(byteOffset)) {\n // byteOffset: it it's undefined, null, NaN, \"foo\", etc, search whole buffer\n byteOffset = dir ? 0 : (buffer.length - 1)\n }\n\n // Normalize byteOffset: negative offsets start from the end of the buffer\n if (byteOffset < 0) byteOffset = buffer.length + byteOffset\n if (byteOffset >= buffer.length) {\n if (dir) return -1\n else byteOffset = buffer.length - 1\n } else if (byteOffset < 0) {\n if (dir) byteOffset = 0\n else return -1\n }\n\n // Normalize val\n if (typeof val === 'string') {\n val = Buffer.from(val, encoding)\n }\n\n // Finally, search either indexOf (if dir is true) or lastIndexOf\n if (Buffer.isBuffer(val)) {\n // Special case: looking for empty string/buffer always fails\n if (val.length === 0) {\n return -1\n }\n return arrayIndexOf(buffer, val, byteOffset, encoding, dir)\n } else if (typeof val === 'number') {\n val = val & 0xFF // Search for a byte value [0-255]\n if (Buffer.TYPED_ARRAY_SUPPORT &&\n typeof Uint8Array.prototype.indexOf === 'function') {\n if (dir) {\n return Uint8Array.prototype.indexOf.call(buffer, val, byteOffset)\n } else {\n return Uint8Array.prototype.lastIndexOf.call(buffer, val, byteOffset)\n }\n }\n return arrayIndexOf(buffer, [ val ], byteOffset, encoding, dir)\n }\n\n throw new TypeError('val must be string, number or Buffer')\n}\n\nfunction arrayIndexOf (arr, val, byteOffset, encoding, dir) {\n var indexSize = 1\n var arrLength = arr.length\n var valLength = val.length\n\n if (encoding !== undefined) {\n encoding = String(encoding).toLowerCase()\n if (encoding === 'ucs2' || encoding === 'ucs-2' ||\n encoding === 'utf16le' || encoding === 'utf-16le') {\n if (arr.length < 2 || val.length < 2) {\n return -1\n }\n indexSize = 2\n arrLength /= 2\n valLength /= 2\n byteOffset /= 2\n }\n }\n\n function read (buf, i) {\n if (indexSize === 1) {\n return buf[i]\n } else {\n return buf.readUInt16BE(i * indexSize)\n }\n }\n\n var i\n if (dir) {\n var foundIndex = -1\n for (i = byteOffset; i < arrLength; i++) {\n if (read(arr, i) === read(val, foundIndex === -1 ? 0 : i - foundIndex)) {\n if (foundIndex === -1) foundIndex = i\n if (i - foundIndex + 1 === valLength) return foundIndex * indexSize\n } else {\n if (foundIndex !== -1) i -= i - foundIndex\n foundIndex = -1\n }\n }\n } else {\n if (byteOffset + valLength > arrLength) byteOffset = arrLength - valLength\n for (i = byteOffset; i >= 0; i--) {\n var found = true\n for (var j = 0; j < valLength; j++) {\n if (read(arr, i + j) !== read(val, j)) {\n found = false\n break\n }\n }\n if (found) return i\n }\n }\n\n return -1\n}\n\nBuffer.prototype.includes = function includes (val, byteOffset, encoding) {\n return this.indexOf(val, byteOffset, encoding) !== -1\n}\n\nBuffer.prototype.indexOf = function indexOf (val, byteOffset, encoding) {\n return bidirectionalIndexOf(this, val, byteOffset, encoding, true)\n}\n\nBuffer.prototype.lastIndexOf = function lastIndexOf (val, byteOffset, encoding) {\n return bidirectionalIndexOf(this, val, byteOffset, encoding, false)\n}\n\nfunction hexWrite (buf, string, offset, length) {\n offset = Number(offset) || 0\n var remaining = buf.length - offset\n if (!length) {\n length = remaining\n } else {\n length = Number(length)\n if (length > remaining) {\n length = remaining\n }\n }\n\n // must be an even number of digits\n var strLen = string.length\n if (strLen % 2 !== 0) throw new TypeError('Invalid hex string')\n\n if (length > strLen / 2) {\n length = strLen / 2\n }\n for (var i = 0; i < length; ++i) {\n var parsed = parseInt(string.substr(i * 2, 2), 16)\n if (isNaN(parsed)) return i\n buf[offset + i] = parsed\n }\n return i\n}\n\nfunction utf8Write (buf, string, offset, length) {\n return blitBuffer(utf8ToBytes(string, buf.length - offset), buf, offset, length)\n}\n\nfunction asciiWrite (buf, string, offset, length) {\n return blitBuffer(asciiToBytes(string), buf, offset, length)\n}\n\nfunction latin1Write (buf, string, offset, length) {\n return asciiWrite(buf, string, offset, length)\n}\n\nfunction base64Write (buf, string, offset, length) {\n return blitBuffer(base64ToBytes(string), buf, offset, length)\n}\n\nfunction ucs2Write (buf, string, offset, length) {\n return blitBuffer(utf16leToBytes(string, buf.length - offset), buf, offset, length)\n}\n\nBuffer.prototype.write = function write (string, offset, length, encoding) {\n // Buffer#write(string)\n if (offset === undefined) {\n encoding = 'utf8'\n length = this.length\n offset = 0\n // Buffer#write(string, encoding)\n } else if (length === undefined && typeof offset === 'string') {\n encoding = offset\n length = this.length\n offset = 0\n // Buffer#write(string, offset[, length][, encoding])\n } else if (isFinite(offset)) {\n offset = offset | 0\n if (isFinite(length)) {\n length = length | 0\n if (encoding === undefined) encoding = 'utf8'\n } else {\n encoding = length\n length = undefined\n }\n // legacy write(string, encoding, offset, length) - remove in v0.13\n } else {\n throw new Error(\n 'Buffer.write(string, encoding, offset[, length]) is no longer supported'\n )\n }\n\n var remaining = this.length - offset\n if (length === undefined || length > remaining) length = remaining\n\n if ((string.length > 0 && (length < 0 || offset < 0)) || offset > this.length) {\n throw new RangeError('Attempt to write outside buffer bounds')\n }\n\n if (!encoding) encoding = 'utf8'\n\n var loweredCase = false\n for (;;) {\n switch (encoding) {\n case 'hex':\n return hexWrite(this, string, offset, length)\n\n case 'utf8':\n case 'utf-8':\n return utf8Write(this, string, offset, length)\n\n case 'ascii':\n return asciiWrite(this, string, offset, length)\n\n case 'latin1':\n case 'binary':\n return latin1Write(this, string, offset, length)\n\n case 'base64':\n // Warning: maxLength not taken into account in base64Write\n return base64Write(this, string, offset, length)\n\n case 'ucs2':\n case 'ucs-2':\n case 'utf16le':\n case 'utf-16le':\n return ucs2Write(this, string, offset, length)\n\n default:\n if (loweredCase) throw new TypeError('Unknown encoding: ' + encoding)\n encoding = ('' + encoding).toLowerCase()\n loweredCase = true\n }\n }\n}\n\nBuffer.prototype.toJSON = function toJSON () {\n return {\n type: 'Buffer',\n data: Array.prototype.slice.call(this._arr || this, 0)\n }\n}\n\nfunction base64Slice (buf, start, end) {\n if (start === 0 && end === buf.length) {\n return base64.fromByteArray(buf)\n } else {\n return base64.fromByteArray(buf.slice(start, end))\n }\n}\n\nfunction utf8Slice (buf, start, end) {\n end = Math.min(buf.length, end)\n var res = []\n\n var i = start\n while (i < end) {\n var firstByte = buf[i]\n var codePoint = null\n var bytesPerSequence = (firstByte > 0xEF) ? 4\n : (firstByte > 0xDF) ? 3\n : (firstByte > 0xBF) ? 2\n : 1\n\n if (i + bytesPerSequence <= end) {\n var secondByte, thirdByte, fourthByte, tempCodePoint\n\n switch (bytesPerSequence) {\n case 1:\n if (firstByte < 0x80) {\n codePoint = firstByte\n }\n break\n case 2:\n secondByte = buf[i + 1]\n if ((secondByte & 0xC0) === 0x80) {\n tempCodePoint = (firstByte & 0x1F) << 0x6 | (secondByte & 0x3F)\n if (tempCodePoint > 0x7F) {\n codePoint = tempCodePoint\n }\n }\n break\n case 3:\n secondByte = buf[i + 1]\n thirdByte = buf[i + 2]\n if ((secondByte & 0xC0) === 0x80 && (thirdByte & 0xC0) === 0x80) {\n tempCodePoint = (firstByte & 0xF) << 0xC | (secondByte & 0x3F) << 0x6 | (thirdByte & 0x3F)\n if (tempCodePoint > 0x7FF && (tempCodePoint < 0xD800 || tempCodePoint > 0xDFFF)) {\n codePoint = tempCodePoint\n }\n }\n break\n case 4:\n secondByte = buf[i + 1]\n thirdByte = buf[i + 2]\n fourthByte = buf[i + 3]\n if ((secondByte & 0xC0) === 0x80 && (thirdByte & 0xC0) === 0x80 && (fourthByte & 0xC0) === 0x80) {\n tempCodePoint = (firstByte & 0xF) << 0x12 | (secondByte & 0x3F) << 0xC | (thirdByte & 0x3F) << 0x6 | (fourthByte & 0x3F)\n if (tempCodePoint > 0xFFFF && tempCodePoint < 0x110000) {\n codePoint = tempCodePoint\n }\n }\n }\n }\n\n if (codePoint === null) {\n // we did not generate a valid codePoint so insert a\n // replacement char (U+FFFD) and advance only 1 byte\n codePoint = 0xFFFD\n bytesPerSequence = 1\n } else if (codePoint > 0xFFFF) {\n // encode to utf16 (surrogate pair dance)\n codePoint -= 0x10000\n res.push(codePoint >>> 10 & 0x3FF | 0xD800)\n codePoint = 0xDC00 | codePoint & 0x3FF\n }\n\n res.push(codePoint)\n i += bytesPerSequence\n }\n\n return decodeCodePointsArray(res)\n}\n\n// Based on http://stackoverflow.com/a/22747272/680742, the browser with\n// the lowest limit is Chrome, with 0x10000 args.\n// We go 1 magnitude less, for safety\nvar MAX_ARGUMENTS_LENGTH = 0x1000\n\nfunction decodeCodePointsArray (codePoints) {\n var len = codePoints.length\n if (len <= MAX_ARGUMENTS_LENGTH) {\n return String.fromCharCode.apply(String, codePoints) // avoid extra slice()\n }\n\n // Decode in chunks to avoid \"call stack size exceeded\".\n var res = ''\n var i = 0\n while (i < len) {\n res += String.fromCharCode.apply(\n String,\n codePoints.slice(i, i += MAX_ARGUMENTS_LENGTH)\n )\n }\n return res\n}\n\nfunction asciiSlice (buf, start, end) {\n var ret = ''\n end = Math.min(buf.length, end)\n\n for (var i = start; i < end; ++i) {\n ret += String.fromCharCode(buf[i] & 0x7F)\n }\n return ret\n}\n\nfunction latin1Slice (buf, start, end) {\n var ret = ''\n end = Math.min(buf.length, end)\n\n for (var i = start; i < end; ++i) {\n ret += String.fromCharCode(buf[i])\n }\n return ret\n}\n\nfunction hexSlice (buf, start, end) {\n var len = buf.length\n\n if (!start || start < 0) start = 0\n if (!end || end < 0 || end > len) end = len\n\n var out = ''\n for (var i = start; i < end; ++i) {\n out += toHex(buf[i])\n }\n return out\n}\n\nfunction utf16leSlice (buf, start, end) {\n var bytes = buf.slice(start, end)\n var res = ''\n for (var i = 0; i < bytes.length; i += 2) {\n res += String.fromCharCode(bytes[i] + bytes[i + 1] * 256)\n }\n return res\n}\n\nBuffer.prototype.slice = function slice (start, end) {\n var len = this.length\n start = ~~start\n end = end === undefined ? len : ~~end\n\n if (start < 0) {\n start += len\n if (start < 0) start = 0\n } else if (start > len) {\n start = len\n }\n\n if (end < 0) {\n end += len\n if (end < 0) end = 0\n } else if (end > len) {\n end = len\n }\n\n if (end < start) end = start\n\n var newBuf\n if (Buffer.TYPED_ARRAY_SUPPORT) {\n newBuf = this.subarray(start, end)\n newBuf.__proto__ = Buffer.prototype\n } else {\n var sliceLen = end - start\n newBuf = new Buffer(sliceLen, undefined)\n for (var i = 0; i < sliceLen; ++i) {\n newBuf[i] = this[i + start]\n }\n }\n\n return newBuf\n}\n\n/*\n * Need to make sure that buffer isn't trying to write out of bounds.\n */\nfunction checkOffset (offset, ext, length) {\n if ((offset % 1) !== 0 || offset < 0) throw new RangeError('offset is not uint')\n if (offset + ext > length) throw new RangeError('Trying to access beyond buffer length')\n}\n\nBuffer.prototype.readUIntLE = function readUIntLE (offset, byteLength, noAssert) {\n offset = offset | 0\n byteLength = byteLength | 0\n if (!noAssert) checkOffset(offset, byteLength, this.length)\n\n var val = this[offset]\n var mul = 1\n var i = 0\n while (++i < byteLength && (mul *= 0x100)) {\n val += this[offset + i] * mul\n }\n\n return val\n}\n\nBuffer.prototype.readUIntBE = function readUIntBE (offset, byteLength, noAssert) {\n offset = offset | 0\n byteLength = byteLength | 0\n if (!noAssert) {\n checkOffset(offset, byteLength, this.length)\n }\n\n var val = this[offset + --byteLength]\n var mul = 1\n while (byteLength > 0 && (mul *= 0x100)) {\n val += this[offset + --byteLength] * mul\n }\n\n return val\n}\n\nBuffer.prototype.readUInt8 = function readUInt8 (offset, noAssert) {\n if (!noAssert) checkOffset(offset, 1, this.length)\n return this[offset]\n}\n\nBuffer.prototype.readUInt16LE = function readUInt16LE (offset, noAssert) {\n if (!noAssert) checkOffset(offset, 2, this.length)\n return this[offset] | (this[offset + 1] << 8)\n}\n\nBuffer.prototype.readUInt16BE = function readUInt16BE (offset, noAssert) {\n if (!noAssert) checkOffset(offset, 2, this.length)\n return (this[offset] << 8) | this[offset + 1]\n}\n\nBuffer.prototype.readUInt32LE = function readUInt32LE (offset, noAssert) {\n if (!noAssert) checkOffset(offset, 4, this.length)\n\n return ((this[offset]) |\n (this[offset + 1] << 8) |\n (this[offset + 2] << 16)) +\n (this[offset + 3] * 0x1000000)\n}\n\nBuffer.prototype.readUInt32BE = function readUInt32BE (offset, noAssert) {\n if (!noAssert) checkOffset(offset, 4, this.length)\n\n return (this[offset] * 0x1000000) +\n ((this[offset + 1] << 16) |\n (this[offset + 2] << 8) |\n this[offset + 3])\n}\n\nBuffer.prototype.readIntLE = function readIntLE (offset, byteLength, noAssert) {\n offset = offset | 0\n byteLength = byteLength | 0\n if (!noAssert) checkOffset(offset, byteLength, this.length)\n\n var val = this[offset]\n var mul = 1\n var i = 0\n while (++i < byteLength && (mul *= 0x100)) {\n val += this[offset + i] * mul\n }\n mul *= 0x80\n\n if (val >= mul) val -= Math.pow(2, 8 * byteLength)\n\n return val\n}\n\nBuffer.prototype.readIntBE = function readIntBE (offset, byteLength, noAssert) {\n offset = offset | 0\n byteLength = byteLength | 0\n if (!noAssert) checkOffset(offset, byteLength, this.length)\n\n var i = byteLength\n var mul = 1\n var val = this[offset + --i]\n while (i > 0 && (mul *= 0x100)) {\n val += this[offset + --i] * mul\n }\n mul *= 0x80\n\n if (val >= mul) val -= Math.pow(2, 8 * byteLength)\n\n return val\n}\n\nBuffer.prototype.readInt8 = function readInt8 (offset, noAssert) {\n if (!noAssert) checkOffset(offset, 1, this.length)\n if (!(this[offset] & 0x80)) return (this[offset])\n return ((0xff - this[offset] + 1) * -1)\n}\n\nBuffer.prototype.readInt16LE = function readInt16LE (offset, noAssert) {\n if (!noAssert) checkOffset(offset, 2, this.length)\n var val = this[offset] | (this[offset + 1] << 8)\n return (val & 0x8000) ? val | 0xFFFF0000 : val\n}\n\nBuffer.prototype.readInt16BE = function readInt16BE (offset, noAssert) {\n if (!noAssert) checkOffset(offset, 2, this.length)\n var val = this[offset + 1] | (this[offset] << 8)\n return (val & 0x8000) ? val | 0xFFFF0000 : val\n}\n\nBuffer.prototype.readInt32LE = function readInt32LE (offset, noAssert) {\n if (!noAssert) checkOffset(offset, 4, this.length)\n\n return (this[offset]) |\n (this[offset + 1] << 8) |\n (this[offset + 2] << 16) |\n (this[offset + 3] << 24)\n}\n\nBuffer.prototype.readInt32BE = function readInt32BE (offset, noAssert) {\n if (!noAssert) checkOffset(offset, 4, this.length)\n\n return (this[offset] << 24) |\n (this[offset + 1] << 16) |\n (this[offset + 2] << 8) |\n (this[offset + 3])\n}\n\nBuffer.prototype.readFloatLE = function readFloatLE (offset, noAssert) {\n if (!noAssert) checkOffset(offset, 4, this.length)\n return ieee754.read(this, offset, true, 23, 4)\n}\n\nBuffer.prototype.readFloatBE = function readFloatBE (offset, noAssert) {\n if (!noAssert) checkOffset(offset, 4, this.length)\n return ieee754.read(this, offset, false, 23, 4)\n}\n\nBuffer.prototype.readDoubleLE = function readDoubleLE (offset, noAssert) {\n if (!noAssert) checkOffset(offset, 8, this.length)\n return ieee754.read(this, offset, true, 52, 8)\n}\n\nBuffer.prototype.readDoubleBE = function readDoubleBE (offset, noAssert) {\n if (!noAssert) checkOffset(offset, 8, this.length)\n return ieee754.read(this, offset, false, 52, 8)\n}\n\nfunction checkInt (buf, value, offset, ext, max, min) {\n if (!Buffer.isBuffer(buf)) throw new TypeError('\"buffer\" argument must be a Buffer instance')\n if (value > max || value < min) throw new RangeError('\"value\" argument is out of bounds')\n if (offset + ext > buf.length) throw new RangeError('Index out of range')\n}\n\nBuffer.prototype.writeUIntLE = function writeUIntLE (value, offset, byteLength, noAssert) {\n value = +value\n offset = offset | 0\n byteLength = byteLength | 0\n if (!noAssert) {\n var maxBytes = Math.pow(2, 8 * byteLength) - 1\n checkInt(this, value, offset, byteLength, maxBytes, 0)\n }\n\n var mul = 1\n var i = 0\n this[offset] = value & 0xFF\n while (++i < byteLength && (mul *= 0x100)) {\n this[offset + i] = (value / mul) & 0xFF\n }\n\n return offset + byteLength\n}\n\nBuffer.prototype.writeUIntBE = function writeUIntBE (value, offset, byteLength, noAssert) {\n value = +value\n offset = offset | 0\n byteLength = byteLength | 0\n if (!noAssert) {\n var maxBytes = Math.pow(2, 8 * byteLength) - 1\n checkInt(this, value, offset, byteLength, maxBytes, 0)\n }\n\n var i = byteLength - 1\n var mul = 1\n this[offset + i] = value & 0xFF\n while (--i >= 0 && (mul *= 0x100)) {\n this[offset + i] = (value / mul) & 0xFF\n }\n\n return offset + byteLength\n}\n\nBuffer.prototype.writeUInt8 = function writeUInt8 (value, offset, noAssert) {\n value = +value\n offset = offset | 0\n if (!noAssert) checkInt(this, value, offset, 1, 0xff, 0)\n if (!Buffer.TYPED_ARRAY_SUPPORT) value = Math.floor(value)\n this[offset] = (value & 0xff)\n return offset + 1\n}\n\nfunction objectWriteUInt16 (buf, value, offset, littleEndian) {\n if (value < 0) value = 0xffff + value + 1\n for (var i = 0, j = Math.min(buf.length - offset, 2); i < j; ++i) {\n buf[offset + i] = (value & (0xff << (8 * (littleEndian ? i : 1 - i)))) >>>\n (littleEndian ? i : 1 - i) * 8\n }\n}\n\nBuffer.prototype.writeUInt16LE = function writeUInt16LE (value, offset, noAssert) {\n value = +value\n offset = offset | 0\n if (!noAssert) checkInt(this, value, offset, 2, 0xffff, 0)\n if (Buffer.TYPED_ARRAY_SUPPORT) {\n this[offset] = (value & 0xff)\n this[offset + 1] = (value >>> 8)\n } else {\n objectWriteUInt16(this, value, offset, true)\n }\n return offset + 2\n}\n\nBuffer.prototype.writeUInt16BE = function writeUInt16BE (value, offset, noAssert) {\n value = +value\n offset = offset | 0\n if (!noAssert) checkInt(this, value, offset, 2, 0xffff, 0)\n if (Buffer.TYPED_ARRAY_SUPPORT) {\n this[offset] = (value >>> 8)\n this[offset + 1] = (value & 0xff)\n } else {\n objectWriteUInt16(this, value, offset, false)\n }\n return offset + 2\n}\n\nfunction objectWriteUInt32 (buf, value, offset, littleEndian) {\n if (value < 0) value = 0xffffffff + value + 1\n for (var i = 0, j = Math.min(buf.length - offset, 4); i < j; ++i) {\n buf[offset + i] = (value >>> (littleEndian ? i : 3 - i) * 8) & 0xff\n }\n}\n\nBuffer.prototype.writeUInt32LE = function writeUInt32LE (value, offset, noAssert) {\n value = +value\n offset = offset | 0\n if (!noAssert) checkInt(this, value, offset, 4, 0xffffffff, 0)\n if (Buffer.TYPED_ARRAY_SUPPORT) {\n this[offset + 3] = (value >>> 24)\n this[offset + 2] = (value >>> 16)\n this[offset + 1] = (value >>> 8)\n this[offset] = (value & 0xff)\n } else {\n objectWriteUInt32(this, value, offset, true)\n }\n return offset + 4\n}\n\nBuffer.prototype.writeUInt32BE = function writeUInt32BE (value, offset, noAssert) {\n value = +value\n offset = offset | 0\n if (!noAssert) checkInt(this, value, offset, 4, 0xffffffff, 0)\n if (Buffer.TYPED_ARRAY_SUPPORT) {\n this[offset] = (value >>> 24)\n this[offset + 1] = (value >>> 16)\n this[offset + 2] = (value >>> 8)\n this[offset + 3] = (value & 0xff)\n } else {\n objectWriteUInt32(this, value, offset, false)\n }\n return offset + 4\n}\n\nBuffer.prototype.writeIntLE = function writeIntLE (value, offset, byteLength, noAssert) {\n value = +value\n offset = offset | 0\n if (!noAssert) {\n var limit = Math.pow(2, 8 * byteLength - 1)\n\n checkInt(this, value, offset, byteLength, limit - 1, -limit)\n }\n\n var i = 0\n var mul = 1\n var sub = 0\n this[offset] = value & 0xFF\n while (++i < byteLength && (mul *= 0x100)) {\n if (value < 0 && sub === 0 && this[offset + i - 1] !== 0) {\n sub = 1\n }\n this[offset + i] = ((value / mul) >> 0) - sub & 0xFF\n }\n\n return offset + byteLength\n}\n\nBuffer.prototype.writeIntBE = function writeIntBE (value, offset, byteLength, noAssert) {\n value = +value\n offset = offset | 0\n if (!noAssert) {\n var limit = Math.pow(2, 8 * byteLength - 1)\n\n checkInt(this, value, offset, byteLength, limit - 1, -limit)\n }\n\n var i = byteLength - 1\n var mul = 1\n var sub = 0\n this[offset + i] = value & 0xFF\n while (--i >= 0 && (mul *= 0x100)) {\n if (value < 0 && sub === 0 && this[offset + i + 1] !== 0) {\n sub = 1\n }\n this[offset + i] = ((value / mul) >> 0) - sub & 0xFF\n }\n\n return offset + byteLength\n}\n\nBuffer.prototype.writeInt8 = function writeInt8 (value, offset, noAssert) {\n value = +value\n offset = offset | 0\n if (!noAssert) checkInt(this, value, offset, 1, 0x7f, -0x80)\n if (!Buffer.TYPED_ARRAY_SUPPORT) value = Math.floor(value)\n if (value < 0) value = 0xff + value + 1\n this[offset] = (value & 0xff)\n return offset + 1\n}\n\nBuffer.prototype.writeInt16LE = function writeInt16LE (value, offset, noAssert) {\n value = +value\n offset = offset | 0\n if (!noAssert) checkInt(this, value, offset, 2, 0x7fff, -0x8000)\n if (Buffer.TYPED_ARRAY_SUPPORT) {\n this[offset] = (value & 0xff)\n this[offset + 1] = (value >>> 8)\n } else {\n objectWriteUInt16(this, value, offset, true)\n }\n return offset + 2\n}\n\nBuffer.prototype.writeInt16BE = function writeInt16BE (value, offset, noAssert) {\n value = +value\n offset = offset | 0\n if (!noAssert) checkInt(this, value, offset, 2, 0x7fff, -0x8000)\n if (Buffer.TYPED_ARRAY_SUPPORT) {\n this[offset] = (value >>> 8)\n this[offset + 1] = (value & 0xff)\n } else {\n objectWriteUInt16(this, value, offset, false)\n }\n return offset + 2\n}\n\nBuffer.prototype.writeInt32LE = function writeInt32LE (value, offset, noAssert) {\n value = +value\n offset = offset | 0\n if (!noAssert) checkInt(this, value, offset, 4, 0x7fffffff, -0x80000000)\n if (Buffer.TYPED_ARRAY_SUPPORT) {\n this[offset] = (value & 0xff)\n this[offset + 1] = (value >>> 8)\n this[offset + 2] = (value >>> 16)\n this[offset + 3] = (value >>> 24)\n } else {\n objectWriteUInt32(this, value, offset, true)\n }\n return offset + 4\n}\n\nBuffer.prototype.writeInt32BE = function writeInt32BE (value, offset, noAssert) {\n value = +value\n offset = offset | 0\n if (!noAssert) checkInt(this, value, offset, 4, 0x7fffffff, -0x80000000)\n if (value < 0) value = 0xffffffff + value + 1\n if (Buffer.TYPED_ARRAY_SUPPORT) {\n this[offset] = (value >>> 24)\n this[offset + 1] = (value >>> 16)\n this[offset + 2] = (value >>> 8)\n this[offset + 3] = (value & 0xff)\n } else {\n objectWriteUInt32(this, value, offset, false)\n }\n return offset + 4\n}\n\nfunction checkIEEE754 (buf, value, offset, ext, max, min) {\n if (offset + ext > buf.length) throw new RangeError('Index out of range')\n if (offset < 0) throw new RangeError('Index out of range')\n}\n\nfunction writeFloat (buf, value, offset, littleEndian, noAssert) {\n if (!noAssert) {\n checkIEEE754(buf, value, offset, 4, 3.4028234663852886e+38, -3.4028234663852886e+38)\n }\n ieee754.write(buf, value, offset, littleEndian, 23, 4)\n return offset + 4\n}\n\nBuffer.prototype.writeFloatLE = function writeFloatLE (value, offset, noAssert) {\n return writeFloat(this, value, offset, true, noAssert)\n}\n\nBuffer.prototype.writeFloatBE = function writeFloatBE (value, offset, noAssert) {\n return writeFloat(this, value, offset, false, noAssert)\n}\n\nfunction writeDouble (buf, value, offset, littleEndian, noAssert) {\n if (!noAssert) {\n checkIEEE754(buf, value, offset, 8, 1.7976931348623157E+308, -1.7976931348623157E+308)\n }\n ieee754.write(buf, value, offset, littleEndian, 52, 8)\n return offset + 8\n}\n\nBuffer.prototype.writeDoubleLE = function writeDoubleLE (value, offset, noAssert) {\n return writeDouble(this, value, offset, true, noAssert)\n}\n\nBuffer.prototype.writeDoubleBE = function writeDoubleBE (value, offset, noAssert) {\n return writeDouble(this, value, offset, false, noAssert)\n}\n\n// copy(targetBuffer, targetStart=0, sourceStart=0, sourceEnd=buffer.length)\nBuffer.prototype.copy = function copy (target, targetStart, start, end) {\n if (!start) start = 0\n if (!end && end !== 0) end = this.length\n if (targetStart >= target.length) targetStart = target.length\n if (!targetStart) targetStart = 0\n if (end > 0 && end < start) end = start\n\n // Copy 0 bytes; we're done\n if (end === start) return 0\n if (target.length === 0 || this.length === 0) return 0\n\n // Fatal error conditions\n if (targetStart < 0) {\n throw new RangeError('targetStart out of bounds')\n }\n if (start < 0 || start >= this.length) throw new RangeError('sourceStart out of bounds')\n if (end < 0) throw new RangeError('sourceEnd out of bounds')\n\n // Are we oob?\n if (end > this.length) end = this.length\n if (target.length - targetStart < end - start) {\n end = target.length - targetStart + start\n }\n\n var len = end - start\n var i\n\n if (this === target && start < targetStart && targetStart < end) {\n // descending copy from end\n for (i = len - 1; i >= 0; --i) {\n target[i + targetStart] = this[i + start]\n }\n } else if (len < 1000 || !Buffer.TYPED_ARRAY_SUPPORT) {\n // ascending copy from start\n for (i = 0; i < len; ++i) {\n target[i + targetStart] = this[i + start]\n }\n } else {\n Uint8Array.prototype.set.call(\n target,\n this.subarray(start, start + len),\n targetStart\n )\n }\n\n return len\n}\n\n// Usage:\n// buffer.fill(number[, offset[, end]])\n// buffer.fill(buffer[, offset[, end]])\n// buffer.fill(string[, offset[, end]][, encoding])\nBuffer.prototype.fill = function fill (val, start, end, encoding) {\n // Handle string cases:\n if (typeof val === 'string') {\n if (typeof start === 'string') {\n encoding = start\n start = 0\n end = this.length\n } else if (typeof end === 'string') {\n encoding = end\n end = this.length\n }\n if (val.length === 1) {\n var code = val.charCodeAt(0)\n if (code < 256) {\n val = code\n }\n }\n if (encoding !== undefined && typeof encoding !== 'string') {\n throw new TypeError('encoding must be a string')\n }\n if (typeof encoding === 'string' && !Buffer.isEncoding(encoding)) {\n throw new TypeError('Unknown encoding: ' + encoding)\n }\n } else if (typeof val === 'number') {\n val = val & 255\n }\n\n // Invalid ranges are not set to a default, so can range check early.\n if (start < 0 || this.length < start || this.length < end) {\n throw new RangeError('Out of range index')\n }\n\n if (end <= start) {\n return this\n }\n\n start = start >>> 0\n end = end === undefined ? this.length : end >>> 0\n\n if (!val) val = 0\n\n var i\n if (typeof val === 'number') {\n for (i = start; i < end; ++i) {\n this[i] = val\n }\n } else {\n var bytes = Buffer.isBuffer(val)\n ? val\n : utf8ToBytes(new Buffer(val, encoding).toString())\n var len = bytes.length\n for (i = 0; i < end - start; ++i) {\n this[i + start] = bytes[i % len]\n }\n }\n\n return this\n}\n\n// HELPER FUNCTIONS\n// ================\n\nvar INVALID_BASE64_RE = /[^+\\/0-9A-Za-z-_]/g\n\nfunction base64clean (str) {\n // Node strips out invalid characters like \\n and \\t from the string, base64-js does not\n str = stringtrim(str).replace(INVALID_BASE64_RE, '')\n // Node converts strings with length < 2 to ''\n if (str.length < 2) return ''\n // Node allows for non-padded base64 strings (missing trailing ===), base64-js does not\n while (str.length % 4 !== 0) {\n str = str + '='\n }\n return str\n}\n\nfunction stringtrim (str) {\n if (str.trim) return str.trim()\n return str.replace(/^\\s+|\\s+$/g, '')\n}\n\nfunction toHex (n) {\n if (n < 16) return '0' + n.toString(16)\n return n.toString(16)\n}\n\nfunction utf8ToBytes (string, units) {\n units = units || Infinity\n var codePoint\n var length = string.length\n var leadSurrogate = null\n var bytes = []\n\n for (var i = 0; i < length; ++i) {\n codePoint = string.charCodeAt(i)\n\n // is surrogate component\n if (codePoint > 0xD7FF && codePoint < 0xE000) {\n // last char was a lead\n if (!leadSurrogate) {\n // no lead yet\n if (codePoint > 0xDBFF) {\n // unexpected trail\n if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\n continue\n } else if (i + 1 === length) {\n // unpaired lead\n if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\n continue\n }\n\n // valid lead\n leadSurrogate = codePoint\n\n continue\n }\n\n // 2 leads in a row\n if (codePoint < 0xDC00) {\n if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\n leadSurrogate = codePoint\n continue\n }\n\n // valid surrogate pair\n codePoint = (leadSurrogate - 0xD800 << 10 | codePoint - 0xDC00) + 0x10000\n } else if (leadSurrogate) {\n // valid bmp char, but last char was a lead\n if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\n }\n\n leadSurrogate = null\n\n // encode utf8\n if (codePoint < 0x80) {\n if ((units -= 1) < 0) break\n bytes.push(codePoint)\n } else if (codePoint < 0x800) {\n if ((units -= 2) < 0) break\n bytes.push(\n codePoint >> 0x6 | 0xC0,\n codePoint & 0x3F | 0x80\n )\n } else if (codePoint < 0x10000) {\n if ((units -= 3) < 0) break\n bytes.push(\n codePoint >> 0xC | 0xE0,\n codePoint >> 0x6 & 0x3F | 0x80,\n codePoint & 0x3F | 0x80\n )\n } else if (codePoint < 0x110000) {\n if ((units -= 4) < 0) break\n bytes.push(\n codePoint >> 0x12 | 0xF0,\n codePoint >> 0xC & 0x3F | 0x80,\n codePoint >> 0x6 & 0x3F | 0x80,\n codePoint & 0x3F | 0x80\n )\n } else {\n throw new Error('Invalid code point')\n }\n }\n\n return bytes\n}\n\nfunction asciiToBytes (str) {\n var byteArray = []\n for (var i = 0; i < str.length; ++i) {\n // Node's code seems to be doing this and not & 0x7F..\n byteArray.push(str.charCodeAt(i) & 0xFF)\n }\n return byteArray\n}\n\nfunction utf16leToBytes (str, units) {\n var c, hi, lo\n var byteArray = []\n for (var i = 0; i < str.length; ++i) {\n if ((units -= 2) < 0) break\n\n c = str.charCodeAt(i)\n hi = c >> 8\n lo = c % 256\n byteArray.push(lo)\n byteArray.push(hi)\n }\n\n return byteArray\n}\n\nfunction base64ToBytes (str) {\n return base64.toByteArray(base64clean(str))\n}\n\nfunction blitBuffer (src, dst, offset, length) {\n for (var i = 0; i < length; ++i) {\n if ((i + offset >= dst.length) || (i >= src.length)) break\n dst[i + offset] = src[i]\n }\n return i\n}\n\nfunction isnan (val) {\n return val !== val // eslint-disable-line no-self-compare\n}\n","/*global window, global*/\nvar util = require(\"util\")\nvar assert = require(\"assert\")\nvar now = require(\"date-now\")\n\nvar slice = Array.prototype.slice\nvar console\nvar times = {}\n\nif (typeof global !== \"undefined\" && global.console) {\n console = global.console\n} else if (typeof window !== \"undefined\" && window.console) {\n console = window.console\n} else {\n console = {}\n}\n\nvar functions = [\n [log, \"log\"],\n [info, \"info\"],\n [warn, \"warn\"],\n [error, \"error\"],\n [time, \"time\"],\n [timeEnd, \"timeEnd\"],\n [trace, \"trace\"],\n [dir, \"dir\"],\n [consoleAssert, \"assert\"]\n]\n\nfor (var i = 0; i < functions.length; i++) {\n var tuple = functions[i]\n var f = tuple[0]\n var name = tuple[1]\n\n if (!console[name]) {\n console[name] = f\n }\n}\n\nmodule.exports = console\n\nfunction log() {}\n\nfunction info() {\n console.log.apply(console, arguments)\n}\n\nfunction warn() {\n console.log.apply(console, arguments)\n}\n\nfunction error() {\n console.warn.apply(console, arguments)\n}\n\nfunction time(label) {\n times[label] = now()\n}\n\nfunction timeEnd(label) {\n var time = times[label]\n if (!time) {\n throw new Error(\"No such label: \" + label)\n }\n\n var duration = now() - time\n console.log(label + \": \" + duration + \"ms\")\n}\n\nfunction trace() {\n var err = new Error()\n err.name = \"Trace\"\n err.message = util.format.apply(null, arguments)\n console.error(err.stack)\n}\n\nfunction dir(object) {\n console.log(util.inspect(object) + \"\\n\")\n}\n\nfunction consoleAssert(expression) {\n if (!expression) {\n var arr = slice.call(arguments, 1)\n assert.ok(false, util.format.apply(null, arr))\n }\n}\n","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n// NOTE: These type checking functions intentionally don't use `instanceof`\n// because it is fragile and can be easily faked with `Object.create()`.\n\nfunction isArray(arg) {\n if (Array.isArray) {\n return Array.isArray(arg);\n }\n return objectToString(arg) === '[object Array]';\n}\nexports.isArray = isArray;\n\nfunction isBoolean(arg) {\n return typeof arg === 'boolean';\n}\nexports.isBoolean = isBoolean;\n\nfunction isNull(arg) {\n return arg === null;\n}\nexports.isNull = isNull;\n\nfunction isNullOrUndefined(arg) {\n return arg == null;\n}\nexports.isNullOrUndefined = isNullOrUndefined;\n\nfunction isNumber(arg) {\n return typeof arg === 'number';\n}\nexports.isNumber = isNumber;\n\nfunction isString(arg) {\n return typeof arg === 'string';\n}\nexports.isString = isString;\n\nfunction isSymbol(arg) {\n return typeof arg === 'symbol';\n}\nexports.isSymbol = isSymbol;\n\nfunction isUndefined(arg) {\n return arg === void 0;\n}\nexports.isUndefined = isUndefined;\n\nfunction isRegExp(re) {\n return objectToString(re) === '[object RegExp]';\n}\nexports.isRegExp = isRegExp;\n\nfunction isObject(arg) {\n return typeof arg === 'object' && arg !== null;\n}\nexports.isObject = isObject;\n\nfunction isDate(d) {\n return objectToString(d) === '[object Date]';\n}\nexports.isDate = isDate;\n\nfunction isError(e) {\n return (objectToString(e) === '[object Error]' || e instanceof Error);\n}\nexports.isError = isError;\n\nfunction isFunction(arg) {\n return typeof arg === 'function';\n}\nexports.isFunction = isFunction;\n\nfunction isPrimitive(arg) {\n return arg === null ||\n typeof arg === 'boolean' ||\n typeof arg === 'number' ||\n typeof arg === 'string' ||\n typeof arg === 'symbol' || // ES6 symbol\n typeof arg === 'undefined';\n}\nexports.isPrimitive = isPrimitive;\n\nexports.isBuffer = Buffer.isBuffer;\n\nfunction objectToString(o) {\n return Object.prototype.toString.call(o);\n}\n","module.exports = now\n\nfunction now() {\n return new Date().getTime()\n}\n","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n'use strict';\n\nvar R = typeof Reflect === 'object' ? Reflect : null\nvar ReflectApply = R && typeof R.apply === 'function'\n ? R.apply\n : function ReflectApply(target, receiver, args) {\n return Function.prototype.apply.call(target, receiver, args);\n }\n\nvar ReflectOwnKeys\nif (R && typeof R.ownKeys === 'function') {\n ReflectOwnKeys = R.ownKeys\n} else if (Object.getOwnPropertySymbols) {\n ReflectOwnKeys = function ReflectOwnKeys(target) {\n return Object.getOwnPropertyNames(target)\n .concat(Object.getOwnPropertySymbols(target));\n };\n} else {\n ReflectOwnKeys = function ReflectOwnKeys(target) {\n return Object.getOwnPropertyNames(target);\n };\n}\n\nfunction ProcessEmitWarning(warning) {\n if (console && console.warn) console.warn(warning);\n}\n\nvar NumberIsNaN = Number.isNaN || function NumberIsNaN(value) {\n return value !== value;\n}\n\nfunction EventEmitter() {\n EventEmitter.init.call(this);\n}\nmodule.exports = EventEmitter;\n\n// Backwards-compat with node 0.10.x\nEventEmitter.EventEmitter = EventEmitter;\n\nEventEmitter.prototype._events = undefined;\nEventEmitter.prototype._eventsCount = 0;\nEventEmitter.prototype._maxListeners = undefined;\n\n// By default EventEmitters will print a warning if more than 10 listeners are\n// added to it. This is a useful default which helps finding memory leaks.\nvar defaultMaxListeners = 10;\n\nObject.defineProperty(EventEmitter, 'defaultMaxListeners', {\n enumerable: true,\n get: function() {\n return defaultMaxListeners;\n },\n set: function(arg) {\n if (typeof arg !== 'number' || arg < 0 || NumberIsNaN(arg)) {\n throw new RangeError('The value of \"defaultMaxListeners\" is out of range. It must be a non-negative number. Received ' + arg + '.');\n }\n defaultMaxListeners = arg;\n }\n});\n\nEventEmitter.init = function() {\n\n if (this._events === undefined ||\n this._events === Object.getPrototypeOf(this)._events) {\n this._events = Object.create(null);\n this._eventsCount = 0;\n }\n\n this._maxListeners = this._maxListeners || undefined;\n};\n\n// Obviously not all Emitters should be limited to 10. This function allows\n// that to be increased. Set to zero for unlimited.\nEventEmitter.prototype.setMaxListeners = function setMaxListeners(n) {\n if (typeof n !== 'number' || n < 0 || NumberIsNaN(n)) {\n throw new RangeError('The value of \"n\" is out of range. It must be a non-negative number. Received ' + n + '.');\n }\n this._maxListeners = n;\n return this;\n};\n\nfunction $getMaxListeners(that) {\n if (that._maxListeners === undefined)\n return EventEmitter.defaultMaxListeners;\n return that._maxListeners;\n}\n\nEventEmitter.prototype.getMaxListeners = function getMaxListeners() {\n return $getMaxListeners(this);\n};\n\nEventEmitter.prototype.emit = function emit(type) {\n var args = [];\n for (var i = 1; i < arguments.length; i++) args.push(arguments[i]);\n var doError = (type === 'error');\n\n var events = this._events;\n if (events !== undefined)\n doError = (doError && events.error === undefined);\n else if (!doError)\n return false;\n\n // If there is no 'error' event listener then throw.\n if (doError) {\n var er;\n if (args.length > 0)\n er = args[0];\n if (er instanceof Error) {\n // Note: The comments on the `throw` lines are intentional, they show\n // up in Node's output if this results in an unhandled exception.\n throw er; // Unhandled 'error' event\n }\n // At least give some kind of context to the user\n var err = new Error('Unhandled error.' + (er ? ' (' + er.message + ')' : ''));\n err.context = er;\n throw err; // Unhandled 'error' event\n }\n\n var handler = events[type];\n\n if (handler === undefined)\n return false;\n\n if (typeof handler === 'function') {\n ReflectApply(handler, this, args);\n } else {\n var len = handler.length;\n var listeners = arrayClone(handler, len);\n for (var i = 0; i < len; ++i)\n ReflectApply(listeners[i], this, args);\n }\n\n return true;\n};\n\nfunction _addListener(target, type, listener, prepend) {\n var m;\n var events;\n var existing;\n\n if (typeof listener !== 'function') {\n throw new TypeError('The \"listener\" argument must be of type Function. Received type ' + typeof listener);\n }\n\n events = target._events;\n if (events === undefined) {\n events = target._events = Object.create(null);\n target._eventsCount = 0;\n } else {\n // To avoid recursion in the case that type === \"newListener\"! Before\n // adding it to the listeners, first emit \"newListener\".\n if (events.newListener !== undefined) {\n target.emit('newListener', type,\n listener.listener ? listener.listener : listener);\n\n // Re-assign `events` because a newListener handler could have caused the\n // this._events to be assigned to a new object\n events = target._events;\n }\n existing = events[type];\n }\n\n if (existing === undefined) {\n // Optimize the case of one listener. Don't need the extra array object.\n existing = events[type] = listener;\n ++target._eventsCount;\n } else {\n if (typeof existing === 'function') {\n // Adding the second element, need to change to array.\n existing = events[type] =\n prepend ? [listener, existing] : [existing, listener];\n // If we've already got an array, just append.\n } else if (prepend) {\n existing.unshift(listener);\n } else {\n existing.push(listener);\n }\n\n // Check for listener leak\n m = $getMaxListeners(target);\n if (m > 0 && existing.length > m && !existing.warned) {\n existing.warned = true;\n // No error code for this since it is a Warning\n // eslint-disable-next-line no-restricted-syntax\n var w = new Error('Possible EventEmitter memory leak detected. ' +\n existing.length + ' ' + String(type) + ' listeners ' +\n 'added. Use emitter.setMaxListeners() to ' +\n 'increase limit');\n w.name = 'MaxListenersExceededWarning';\n w.emitter = target;\n w.type = type;\n w.count = existing.length;\n ProcessEmitWarning(w);\n }\n }\n\n return target;\n}\n\nEventEmitter.prototype.addListener = function addListener(type, listener) {\n return _addListener(this, type, listener, false);\n};\n\nEventEmitter.prototype.on = EventEmitter.prototype.addListener;\n\nEventEmitter.prototype.prependListener =\n function prependListener(type, listener) {\n return _addListener(this, type, listener, true);\n };\n\nfunction onceWrapper() {\n var args = [];\n for (var i = 0; i < arguments.length; i++) args.push(arguments[i]);\n if (!this.fired) {\n this.target.removeListener(this.type, this.wrapFn);\n this.fired = true;\n ReflectApply(this.listener, this.target, args);\n }\n}\n\nfunction _onceWrap(target, type, listener) {\n var state = { fired: false, wrapFn: undefined, target: target, type: type, listener: listener };\n var wrapped = onceWrapper.bind(state);\n wrapped.listener = listener;\n state.wrapFn = wrapped;\n return wrapped;\n}\n\nEventEmitter.prototype.once = function once(type, listener) {\n if (typeof listener !== 'function') {\n throw new TypeError('The \"listener\" argument must be of type Function. Received type ' + typeof listener);\n }\n this.on(type, _onceWrap(this, type, listener));\n return this;\n};\n\nEventEmitter.prototype.prependOnceListener =\n function prependOnceListener(type, listener) {\n if (typeof listener !== 'function') {\n throw new TypeError('The \"listener\" argument must be of type Function. Received type ' + typeof listener);\n }\n this.prependListener(type, _onceWrap(this, type, listener));\n return this;\n };\n\n// Emits a 'removeListener' event if and only if the listener was removed.\nEventEmitter.prototype.removeListener =\n function removeListener(type, listener) {\n var list, events, position, i, originalListener;\n\n if (typeof listener !== 'function') {\n throw new TypeError('The \"listener\" argument must be of type Function. Received type ' + typeof listener);\n }\n\n events = this._events;\n if (events === undefined)\n return this;\n\n list = events[type];\n if (list === undefined)\n return this;\n\n if (list === listener || list.listener === listener) {\n if (--this._eventsCount === 0)\n this._events = Object.create(null);\n else {\n delete events[type];\n if (events.removeListener)\n this.emit('removeListener', type, list.listener || listener);\n }\n } else if (typeof list !== 'function') {\n position = -1;\n\n for (i = list.length - 1; i >= 0; i--) {\n if (list[i] === listener || list[i].listener === listener) {\n originalListener = list[i].listener;\n position = i;\n break;\n }\n }\n\n if (position < 0)\n return this;\n\n if (position === 0)\n list.shift();\n else {\n spliceOne(list, position);\n }\n\n if (list.length === 1)\n events[type] = list[0];\n\n if (events.removeListener !== undefined)\n this.emit('removeListener', type, originalListener || listener);\n }\n\n return this;\n };\n\nEventEmitter.prototype.off = EventEmitter.prototype.removeListener;\n\nEventEmitter.prototype.removeAllListeners =\n function removeAllListeners(type) {\n var listeners, events, i;\n\n events = this._events;\n if (events === undefined)\n return this;\n\n // not listening for removeListener, no need to emit\n if (events.removeListener === undefined) {\n if (arguments.length === 0) {\n this._events = Object.create(null);\n this._eventsCount = 0;\n } else if (events[type] !== undefined) {\n if (--this._eventsCount === 0)\n this._events = Object.create(null);\n else\n delete events[type];\n }\n return this;\n }\n\n // emit removeListener for all listeners on all events\n if (arguments.length === 0) {\n var keys = Object.keys(events);\n var key;\n for (i = 0; i < keys.length; ++i) {\n key = keys[i];\n if (key === 'removeListener') continue;\n this.removeAllListeners(key);\n }\n this.removeAllListeners('removeListener');\n this._events = Object.create(null);\n this._eventsCount = 0;\n return this;\n }\n\n listeners = events[type];\n\n if (typeof listeners === 'function') {\n this.removeListener(type, listeners);\n } else if (listeners !== undefined) {\n // LIFO order\n for (i = listeners.length - 1; i >= 0; i--) {\n this.removeListener(type, listeners[i]);\n }\n }\n\n return this;\n };\n\nfunction _listeners(target, type, unwrap) {\n var events = target._events;\n\n if (events === undefined)\n return [];\n\n var evlistener = events[type];\n if (evlistener === undefined)\n return [];\n\n if (typeof evlistener === 'function')\n return unwrap ? [evlistener.listener || evlistener] : [evlistener];\n\n return unwrap ?\n unwrapListeners(evlistener) : arrayClone(evlistener, evlistener.length);\n}\n\nEventEmitter.prototype.listeners = function listeners(type) {\n return _listeners(this, type, true);\n};\n\nEventEmitter.prototype.rawListeners = function rawListeners(type) {\n return _listeners(this, type, false);\n};\n\nEventEmitter.listenerCount = function(emitter, type) {\n if (typeof emitter.listenerCount === 'function') {\n return emitter.listenerCount(type);\n } else {\n return listenerCount.call(emitter, type);\n }\n};\n\nEventEmitter.prototype.listenerCount = listenerCount;\nfunction listenerCount(type) {\n var events = this._events;\n\n if (events !== undefined) {\n var evlistener = events[type];\n\n if (typeof evlistener === 'function') {\n return 1;\n } else if (evlistener !== undefined) {\n return evlistener.length;\n }\n }\n\n return 0;\n}\n\nEventEmitter.prototype.eventNames = function eventNames() {\n return this._eventsCount > 0 ? ReflectOwnKeys(this._events) : [];\n};\n\nfunction arrayClone(arr, n) {\n var copy = new Array(n);\n for (var i = 0; i < n; ++i)\n copy[i] = arr[i];\n return copy;\n}\n\nfunction spliceOne(list, index) {\n for (; index + 1 < list.length; index++)\n list[index] = list[index + 1];\n list.pop();\n}\n\nfunction unwrapListeners(arr) {\n var ret = new Array(arr.length);\n for (var i = 0; i < ret.length; ++i) {\n ret[i] = arr[i].listener || arr[i];\n }\n return ret;\n}\n","exports.read = function (buffer, offset, isLE, mLen, nBytes) {\n var e, m\n var eLen = (nBytes * 8) - mLen - 1\n var eMax = (1 << eLen) - 1\n var eBias = eMax >> 1\n var nBits = -7\n var i = isLE ? (nBytes - 1) : 0\n var d = isLE ? -1 : 1\n var s = buffer[offset + i]\n\n i += d\n\n e = s & ((1 << (-nBits)) - 1)\n s >>= (-nBits)\n nBits += eLen\n for (; nBits > 0; e = (e * 256) + buffer[offset + i], i += d, nBits -= 8) {}\n\n m = e & ((1 << (-nBits)) - 1)\n e >>= (-nBits)\n nBits += mLen\n for (; nBits > 0; m = (m * 256) + buffer[offset + i], i += d, nBits -= 8) {}\n\n if (e === 0) {\n e = 1 - eBias\n } else if (e === eMax) {\n return m ? NaN : ((s ? -1 : 1) * Infinity)\n } else {\n m = m + Math.pow(2, mLen)\n e = e - eBias\n }\n return (s ? -1 : 1) * m * Math.pow(2, e - mLen)\n}\n\nexports.write = function (buffer, value, offset, isLE, mLen, nBytes) {\n var e, m, c\n var eLen = (nBytes * 8) - mLen - 1\n var eMax = (1 << eLen) - 1\n var eBias = eMax >> 1\n var rt = (mLen === 23 ? Math.pow(2, -24) - Math.pow(2, -77) : 0)\n var i = isLE ? 0 : (nBytes - 1)\n var d = isLE ? 1 : -1\n var s = value < 0 || (value === 0 && 1 / value < 0) ? 1 : 0\n\n value = Math.abs(value)\n\n if (isNaN(value) || value === Infinity) {\n m = isNaN(value) ? 1 : 0\n e = eMax\n } else {\n e = Math.floor(Math.log(value) / Math.LN2)\n if (value * (c = Math.pow(2, -e)) < 1) {\n e--\n c *= 2\n }\n if (e + eBias >= 1) {\n value += rt / c\n } else {\n value += rt * Math.pow(2, 1 - eBias)\n }\n if (value * c >= 2) {\n e++\n c /= 2\n }\n\n if (e + eBias >= eMax) {\n m = 0\n e = eMax\n } else if (e + eBias >= 1) {\n m = ((value * c) - 1) * Math.pow(2, mLen)\n e = e + eBias\n } else {\n m = value * Math.pow(2, eBias - 1) * Math.pow(2, mLen)\n e = 0\n }\n }\n\n for (; mLen >= 8; buffer[offset + i] = m & 0xff, i += d, m /= 256, mLen -= 8) {}\n\n e = (e << mLen) | m\n eLen += mLen\n for (; eLen > 0; buffer[offset + i] = e & 0xff, i += d, e /= 256, eLen -= 8) {}\n\n buffer[offset + i - d] |= s * 128\n}\n","if (typeof Object.create === 'function') {\n // implementation from standard node.js 'util' module\n module.exports = function inherits(ctor, superCtor) {\n ctor.super_ = superCtor\n ctor.prototype = Object.create(superCtor.prototype, {\n constructor: {\n value: ctor,\n enumerable: false,\n writable: true,\n configurable: true\n }\n });\n };\n} else {\n // old school shim for old browsers\n module.exports = function inherits(ctor, superCtor) {\n ctor.super_ = superCtor\n var TempCtor = function () {}\n TempCtor.prototype = superCtor.prototype\n ctor.prototype = new TempCtor()\n ctor.prototype.constructor = ctor\n }\n}\n","var toString = {}.toString;\n\nmodule.exports = Array.isArray || function (arr) {\n return toString.call(arr) == '[object Array]';\n};\n","'use strict';\n\nif (!process.version ||\n process.version.indexOf('v0.') === 0 ||\n process.version.indexOf('v1.') === 0 && process.version.indexOf('v1.8.') !== 0) {\n module.exports = nextTick;\n} else {\n module.exports = process.nextTick;\n}\n\nfunction nextTick(fn, arg1, arg2, arg3) {\n if (typeof fn !== 'function') {\n throw new TypeError('\"callback\" argument must be a function');\n }\n var len = arguments.length;\n var args, i;\n switch (len) {\n case 0:\n case 1:\n return process.nextTick(fn);\n case 2:\n return process.nextTick(function afterTickOne() {\n fn.call(null, arg1);\n });\n case 3:\n return process.nextTick(function afterTickTwo() {\n fn.call(null, arg1, arg2);\n });\n case 4:\n return process.nextTick(function afterTickThree() {\n fn.call(null, arg1, arg2, arg3);\n });\n default:\n args = new Array(len - 1);\n i = 0;\n while (i < args.length) {\n args[i++] = arguments[i];\n }\n return process.nextTick(function afterTick() {\n fn.apply(null, args);\n });\n }\n}\n","// shim for using process in browser\nvar process = module.exports = {};\n\n// cached from whatever global is present so that test runners that stub it\n// don't break things. But we need to wrap it in a try catch in case it is\n// wrapped in strict mode code which doesn't define any globals. It's inside a\n// function because try/catches deoptimize in certain engines.\n\nvar cachedSetTimeout;\nvar cachedClearTimeout;\n\nfunction defaultSetTimout() {\n throw new Error('setTimeout has not been defined');\n}\nfunction defaultClearTimeout () {\n throw new Error('clearTimeout has not been defined');\n}\n(function () {\n try {\n if (typeof setTimeout === 'function') {\n cachedSetTimeout = setTimeout;\n } else {\n cachedSetTimeout = defaultSetTimout;\n }\n } catch (e) {\n cachedSetTimeout = defaultSetTimout;\n }\n try {\n if (typeof clearTimeout === 'function') {\n cachedClearTimeout = clearTimeout;\n } else {\n cachedClearTimeout = defaultClearTimeout;\n }\n } catch (e) {\n cachedClearTimeout = defaultClearTimeout;\n }\n} ())\nfunction runTimeout(fun) {\n if (cachedSetTimeout === setTimeout) {\n //normal enviroments in sane situations\n return setTimeout(fun, 0);\n }\n // if setTimeout wasn't available but was latter defined\n if ((cachedSetTimeout === defaultSetTimout || !cachedSetTimeout) && setTimeout) {\n cachedSetTimeout = setTimeout;\n return setTimeout(fun, 0);\n }\n try {\n // when when somebody has screwed with setTimeout but no I.E. maddness\n return cachedSetTimeout(fun, 0);\n } catch(e){\n try {\n // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\n return cachedSetTimeout.call(null, fun, 0);\n } catch(e){\n // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error\n return cachedSetTimeout.call(this, fun, 0);\n }\n }\n\n\n}\nfunction runClearTimeout(marker) {\n if (cachedClearTimeout === clearTimeout) {\n //normal enviroments in sane situations\n return clearTimeout(marker);\n }\n // if clearTimeout wasn't available but was latter defined\n if ((cachedClearTimeout === defaultClearTimeout || !cachedClearTimeout) && clearTimeout) {\n cachedClearTimeout = clearTimeout;\n return clearTimeout(marker);\n }\n try {\n // when when somebody has screwed with setTimeout but no I.E. maddness\n return cachedClearTimeout(marker);\n } catch (e){\n try {\n // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\n return cachedClearTimeout.call(null, marker);\n } catch (e){\n // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error.\n // Some versions of I.E. have different rules for clearTimeout vs setTimeout\n return cachedClearTimeout.call(this, marker);\n }\n }\n\n\n\n}\nvar queue = [];\nvar draining = false;\nvar currentQueue;\nvar queueIndex = -1;\n\nfunction cleanUpNextTick() {\n if (!draining || !currentQueue) {\n return;\n }\n draining = false;\n if (currentQueue.length) {\n queue = currentQueue.concat(queue);\n } else {\n queueIndex = -1;\n }\n if (queue.length) {\n drainQueue();\n }\n}\n\nfunction drainQueue() {\n if (draining) {\n return;\n }\n var timeout = runTimeout(cleanUpNextTick);\n draining = true;\n\n var len = queue.length;\n while(len) {\n currentQueue = queue;\n queue = [];\n while (++queueIndex < len) {\n if (currentQueue) {\n currentQueue[queueIndex].run();\n }\n }\n queueIndex = -1;\n len = queue.length;\n }\n currentQueue = null;\n draining = false;\n runClearTimeout(timeout);\n}\n\nprocess.nextTick = function (fun) {\n var args = new Array(arguments.length - 1);\n if (arguments.length > 1) {\n for (var i = 1; i < arguments.length; i++) {\n args[i - 1] = arguments[i];\n }\n }\n queue.push(new Item(fun, args));\n if (queue.length === 1 && !draining) {\n runTimeout(drainQueue);\n }\n};\n\n// v8 likes predictible objects\nfunction Item(fun, array) {\n this.fun = fun;\n this.array = array;\n}\nItem.prototype.run = function () {\n this.fun.apply(null, this.array);\n};\nprocess.title = 'browser';\nprocess.browser = true;\nprocess.env = {};\nprocess.argv = [];\nprocess.version = ''; // empty string to avoid regexp issues\nprocess.versions = {};\n\nfunction noop() {}\n\nprocess.on = noop;\nprocess.addListener = noop;\nprocess.once = noop;\nprocess.off = noop;\nprocess.removeListener = noop;\nprocess.removeAllListeners = noop;\nprocess.emit = noop;\nprocess.prependListener = noop;\nprocess.prependOnceListener = noop;\n\nprocess.listeners = function (name) { return [] }\n\nprocess.binding = function (name) {\n throw new Error('process.binding is not supported');\n};\n\nprocess.cwd = function () { return '/' };\nprocess.chdir = function (dir) {\n throw new Error('process.chdir is not supported');\n};\nprocess.umask = function() { return 0; };\n","module.exports = require('./lib/_stream_duplex.js');\n","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n// a duplex stream is just a stream that is both readable and writable.\n// Since JS doesn't have multiple prototypal inheritance, this class\n// prototypally inherits from Readable, and then parasitically from\n// Writable.\n\n'use strict';\n\n/*<replacement>*/\n\nvar processNextTick = require('process-nextick-args');\n/*</replacement>*/\n\n/*<replacement>*/\nvar objectKeys = Object.keys || function (obj) {\n var keys = [];\n for (var key in obj) {\n keys.push(key);\n }return keys;\n};\n/*</replacement>*/\n\nmodule.exports = Duplex;\n\n/*<replacement>*/\nvar util = require('core-util-is');\nutil.inherits = require('inherits');\n/*</replacement>*/\n\nvar Readable = require('./_stream_readable');\nvar Writable = require('./_stream_writable');\n\nutil.inherits(Duplex, Readable);\n\nvar keys = objectKeys(Writable.prototype);\nfor (var v = 0; v < keys.length; v++) {\n var method = keys[v];\n if (!Duplex.prototype[method]) Duplex.prototype[method] = Writable.prototype[method];\n}\n\nfunction Duplex(options) {\n if (!(this instanceof Duplex)) return new Duplex(options);\n\n Readable.call(this, options);\n Writable.call(this, options);\n\n if (options && options.readable === false) this.readable = false;\n\n if (options && options.writable === false) this.writable = false;\n\n this.allowHalfOpen = true;\n if (options && options.allowHalfOpen === false) this.allowHalfOpen = false;\n\n this.once('end', onend);\n}\n\n// the no-half-open enforcer\nfunction onend() {\n // if we allow half-open state, or if the writable side ended,\n // then we're ok.\n if (this.allowHalfOpen || this._writableState.ended) return;\n\n // no more data can be written.\n // But allow more writes to happen in this tick.\n processNextTick(onEndNT, this);\n}\n\nfunction onEndNT(self) {\n self.end();\n}\n\nObject.defineProperty(Duplex.prototype, 'destroyed', {\n get: function () {\n if (this._readableState === undefined || this._writableState === undefined) {\n return false;\n }\n return this._readableState.destroyed && this._writableState.destroyed;\n },\n set: function (value) {\n // we ignore the value if the stream\n // has not been initialized yet\n if (this._readableState === undefined || this._writableState === undefined) {\n return;\n }\n\n // backward compatibility, the user is explicitly\n // managing destroyed\n this._readableState.destroyed = value;\n this._writableState.destroyed = value;\n }\n});\n\nDuplex.prototype._destroy = function (err, cb) {\n this.push(null);\n this.end();\n\n processNextTick(cb, err);\n};\n\nfunction forEach(xs, f) {\n for (var i = 0, l = xs.length; i < l; i++) {\n f(xs[i], i);\n }\n}","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n// a passthrough stream.\n// basically just the most minimal sort of Transform stream.\n// Every written chunk gets output as-is.\n\n'use strict';\n\nmodule.exports = PassThrough;\n\nvar Transform = require('./_stream_transform');\n\n/*<replacement>*/\nvar util = require('core-util-is');\nutil.inherits = require('inherits');\n/*</replacement>*/\n\nutil.inherits(PassThrough, Transform);\n\nfunction PassThrough(options) {\n if (!(this instanceof PassThrough)) return new PassThrough(options);\n\n Transform.call(this, options);\n}\n\nPassThrough.prototype._transform = function (chunk, encoding, cb) {\n cb(null, chunk);\n};","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n'use strict';\n\n/*<replacement>*/\n\nvar processNextTick = require('process-nextick-args');\n/*</replacement>*/\n\nmodule.exports = Readable;\n\n/*<replacement>*/\nvar isArray = require('isarray');\n/*</replacement>*/\n\n/*<replacement>*/\nvar Duplex;\n/*</replacement>*/\n\nReadable.ReadableState = ReadableState;\n\n/*<replacement>*/\nvar EE = require('events').EventEmitter;\n\nvar EElistenerCount = function (emitter, type) {\n return emitter.listeners(type).length;\n};\n/*</replacement>*/\n\n/*<replacement>*/\nvar Stream = require('./internal/streams/stream');\n/*</replacement>*/\n\n/*<replacement>*/\nvar Buffer = require('safe-buffer').Buffer;\nfunction _uint8ArrayToBuffer(chunk) {\n return Buffer.from(chunk);\n}\nfunction _isUint8Array(obj) {\n return Object.prototype.toString.call(obj) === '[object Uint8Array]' || Buffer.isBuffer(obj);\n}\n/*</replacement>*/\n\n/*<replacement>*/\nvar util = require('core-util-is');\nutil.inherits = require('inherits');\n/*</replacement>*/\n\n/*<replacement>*/\nvar debugUtil = require('util');\nvar debug = void 0;\nif (debugUtil && debugUtil.debuglog) {\n debug = debugUtil.debuglog('stream');\n} else {\n debug = function () {};\n}\n/*</replacement>*/\n\nvar BufferList = require('./internal/streams/BufferList');\nvar destroyImpl = require('./internal/streams/destroy');\nvar StringDecoder;\n\nutil.inherits(Readable, Stream);\n\nvar kProxyEvents = ['error', 'close', 'destroy', 'pause', 'resume'];\n\nfunction prependListener(emitter, event, fn) {\n // Sadly this is not cacheable as some libraries bundle their own\n // event emitter implementation with them.\n if (typeof emitter.prependListener === 'function') {\n return emitter.prependListener(event, fn);\n } else {\n // This is a hack to make sure that our error handler is attached before any\n // userland ones. NEVER DO THIS. This is here only because this code needs\n // to continue to work with older versions of Node.js that do not include\n // the prependListener() method. The goal is to eventually remove this hack.\n if (!emitter._events || !emitter._events[event]) emitter.on(event, fn);else if (isArray(emitter._events[event])) emitter._events[event].unshift(fn);else emitter._events[event] = [fn, emitter._events[event]];\n }\n}\n\nfunction ReadableState(options, stream) {\n Duplex = Duplex || require('./_stream_duplex');\n\n options = options || {};\n\n // object stream flag. Used to make read(n) ignore n and to\n // make all the buffer merging and length checks go away\n this.objectMode = !!options.objectMode;\n\n if (stream instanceof Duplex) this.objectMode = this.objectMode || !!options.readableObjectMode;\n\n // the point at which it stops calling _read() to fill the buffer\n // Note: 0 is a valid value, means \"don't call _read preemptively ever\"\n var hwm = options.highWaterMark;\n var defaultHwm = this.objectMode ? 16 : 16 * 1024;\n this.highWaterMark = hwm || hwm === 0 ? hwm : defaultHwm;\n\n // cast to ints.\n this.highWaterMark = Math.floor(this.highWaterMark);\n\n // A linked list is used to store data chunks instead of an array because the\n // linked list can remove elements from the beginning faster than\n // array.shift()\n this.buffer = new BufferList();\n this.length = 0;\n this.pipes = null;\n this.pipesCount = 0;\n this.flowing = null;\n this.ended = false;\n this.endEmitted = false;\n this.reading = false;\n\n // a flag to be able to tell if the event 'readable'/'data' is emitted\n // immediately, or on a later tick. We set this to true at first, because\n // any actions that shouldn't happen until \"later\" should generally also\n // not happen before the first read call.\n this.sync = true;\n\n // whenever we return null, then we set a flag to say\n // that we're awaiting a 'readable' event emission.\n this.needReadable = false;\n this.emittedReadable = false;\n this.readableListening = false;\n this.resumeScheduled = false;\n\n // has it been destroyed\n this.destroyed = false;\n\n // Crypto is kind of old and crusty. Historically, its default string\n // encoding is 'binary' so we have to make this configurable.\n // Everything else in the universe uses 'utf8', though.\n this.defaultEncoding = options.defaultEncoding || 'utf8';\n\n // the number of writers that are awaiting a drain event in .pipe()s\n this.awaitDrain = 0;\n\n // if true, a maybeReadMore has been scheduled\n this.readingMore = false;\n\n this.decoder = null;\n this.encoding = null;\n if (options.encoding) {\n if (!StringDecoder) StringDecoder = require('string_decoder/').StringDecoder;\n this.decoder = new StringDecoder(options.encoding);\n this.encoding = options.encoding;\n }\n}\n\nfunction Readable(options) {\n Duplex = Duplex || require('./_stream_duplex');\n\n if (!(this instanceof Readable)) return new Readable(options);\n\n this._readableState = new ReadableState(options, this);\n\n // legacy\n this.readable = true;\n\n if (options) {\n if (typeof options.read === 'function') this._read = options.read;\n\n if (typeof options.destroy === 'function') this._destroy = options.destroy;\n }\n\n Stream.call(this);\n}\n\nObject.defineProperty(Readable.prototype, 'destroyed', {\n get: function () {\n if (this._readableState === undefined) {\n return false;\n }\n return this._readableState.destroyed;\n },\n set: function (value) {\n // we ignore the value if the stream\n // has not been initialized yet\n if (!this._readableState) {\n return;\n }\n\n // backward compatibility, the user is explicitly\n // managing destroyed\n this._readableState.destroyed = value;\n }\n});\n\nReadable.prototype.destroy = destroyImpl.destroy;\nReadable.prototype._undestroy = destroyImpl.undestroy;\nReadable.prototype._destroy = function (err, cb) {\n this.push(null);\n cb(err);\n};\n\n// Manually shove something into the read() buffer.\n// This returns true if the highWaterMark has not been hit yet,\n// similar to how Writable.write() returns true if you should\n// write() some more.\nReadable.prototype.push = function (chunk, encoding) {\n var state = this._readableState;\n var skipChunkCheck;\n\n if (!state.objectMode) {\n if (typeof chunk === 'string') {\n encoding = encoding || state.defaultEncoding;\n if (encoding !== state.encoding) {\n chunk = Buffer.from(chunk, encoding);\n encoding = '';\n }\n skipChunkCheck = true;\n }\n } else {\n skipChunkCheck = true;\n }\n\n return readableAddChunk(this, chunk, encoding, false, skipChunkCheck);\n};\n\n// Unshift should *always* be something directly out of read()\nReadable.prototype.unshift = function (chunk) {\n return readableAddChunk(this, chunk, null, true, false);\n};\n\nfunction readableAddChunk(stream, chunk, encoding, addToFront, skipChunkCheck) {\n var state = stream._readableState;\n if (chunk === null) {\n state.reading = false;\n onEofChunk(stream, state);\n } else {\n var er;\n if (!skipChunkCheck) er = chunkInvalid(state, chunk);\n if (er) {\n stream.emit('error', er);\n } else if (state.objectMode || chunk && chunk.length > 0) {\n if (typeof chunk !== 'string' && Object.getPrototypeOf(chunk) !== Buffer.prototype && !state.objectMode) {\n chunk = _uint8ArrayToBuffer(chunk);\n }\n\n if (addToFront) {\n if (state.endEmitted) stream.emit('error', new Error('stream.unshift() after end event'));else addChunk(stream, state, chunk, true);\n } else if (state.ended) {\n stream.emit('error', new Error('stream.push() after EOF'));\n } else {\n state.reading = false;\n if (state.decoder && !encoding) {\n chunk = state.decoder.write(chunk);\n if (state.objectMode || chunk.length !== 0) addChunk(stream, state, chunk, false);else maybeReadMore(stream, state);\n } else {\n addChunk(stream, state, chunk, false);\n }\n }\n } else if (!addToFront) {\n state.reading = false;\n }\n }\n\n return needMoreData(state);\n}\n\nfunction addChunk(stream, state, chunk, addToFront) {\n if (state.flowing && state.length === 0 && !state.sync) {\n stream.emit('data', chunk);\n stream.read(0);\n } else {\n // update the buffer info.\n state.length += state.objectMode ? 1 : chunk.length;\n if (addToFront) state.buffer.unshift(chunk);else state.buffer.push(chunk);\n\n if (state.needReadable) emitReadable(stream);\n }\n maybeReadMore(stream, state);\n}\n\nfunction chunkInvalid(state, chunk) {\n var er;\n if (!_isUint8Array(chunk) && typeof chunk !== 'string' && chunk !== undefined && !state.objectMode) {\n er = new TypeError('Invalid non-string/buffer chunk');\n }\n return er;\n}\n\n// if it's past the high water mark, we can push in some more.\n// Also, if we have no data yet, we can stand some\n// more bytes. This is to work around cases where hwm=0,\n// such as the repl. Also, if the push() triggered a\n// readable event, and the user called read(largeNumber) such that\n// needReadable was set, then we ought to push more, so that another\n// 'readable' event will be triggered.\nfunction needMoreData(state) {\n return !state.ended && (state.needReadable || state.length < state.highWaterMark || state.length === 0);\n}\n\nReadable.prototype.isPaused = function () {\n return this._readableState.flowing === false;\n};\n\n// backwards compatibility.\nReadable.prototype.setEncoding = function (enc) {\n if (!StringDecoder) StringDecoder = require('string_decoder/').StringDecoder;\n this._readableState.decoder = new StringDecoder(enc);\n this._readableState.encoding = enc;\n return this;\n};\n\n// Don't raise the hwm > 8MB\nvar MAX_HWM = 0x800000;\nfunction computeNewHighWaterMark(n) {\n if (n >= MAX_HWM) {\n n = MAX_HWM;\n } else {\n // Get the next highest power of 2 to prevent increasing hwm excessively in\n // tiny amounts\n n--;\n n |= n >>> 1;\n n |= n >>> 2;\n n |= n >>> 4;\n n |= n >>> 8;\n n |= n >>> 16;\n n++;\n }\n return n;\n}\n\n// This function is designed to be inlinable, so please take care when making\n// changes to the function body.\nfunction howMuchToRead(n, state) {\n if (n <= 0 || state.length === 0 && state.ended) return 0;\n if (state.objectMode) return 1;\n if (n !== n) {\n // Only flow one buffer at a time\n if (state.flowing && state.length) return state.buffer.head.data.length;else return state.length;\n }\n // If we're asking for more than the current hwm, then raise the hwm.\n if (n > state.highWaterMark) state.highWaterMark = computeNewHighWaterMark(n);\n if (n <= state.length) return n;\n // Don't have enough\n if (!state.ended) {\n state.needReadable = true;\n return 0;\n }\n return state.length;\n}\n\n// you can override either this method, or the async _read(n) below.\nReadable.prototype.read = function (n) {\n debug('read', n);\n n = parseInt(n, 10);\n var state = this._readableState;\n var nOrig = n;\n\n if (n !== 0) state.emittedReadable = false;\n\n // if we're doing read(0) to trigger a readable event, but we\n // already have a bunch of data in the buffer, then just trigger\n // the 'readable' event and move on.\n if (n === 0 && state.needReadable && (state.length >= state.highWaterMark || state.ended)) {\n debug('read: emitReadable', state.length, state.ended);\n if (state.length === 0 && state.ended) endReadable(this);else emitReadable(this);\n return null;\n }\n\n n = howMuchToRead(n, state);\n\n // if we've ended, and we're now clear, then finish it up.\n if (n === 0 && state.ended) {\n if (state.length === 0) endReadable(this);\n return null;\n }\n\n // All the actual chunk generation logic needs to be\n // *below* the call to _read. The reason is that in certain\n // synthetic stream cases, such as passthrough streams, _read\n // may be a completely synchronous operation which may change\n // the state of the read buffer, providing enough data when\n // before there was *not* enough.\n //\n // So, the steps are:\n // 1. Figure out what the state of things will be after we do\n // a read from the buffer.\n //\n // 2. If that resulting state will trigger a _read, then call _read.\n // Note that this may be asynchronous, or synchronous. Yes, it is\n // deeply ugly to write APIs this way, but that still doesn't mean\n // that the Readable class should behave improperly, as streams are\n // designed to be sync/async agnostic.\n // Take note if the _read call is sync or async (ie, if the read call\n // has returned yet), so that we know whether or not it's safe to emit\n // 'readable' etc.\n //\n // 3. Actually pull the requested chunks out of the buffer and return.\n\n // if we need a readable event, then we need to do some reading.\n var doRead = state.needReadable;\n debug('need readable', doRead);\n\n // if we currently have less than the highWaterMark, then also read some\n if (state.length === 0 || state.length - n < state.highWaterMark) {\n doRead = true;\n debug('length less than watermark', doRead);\n }\n\n // however, if we've ended, then there's no point, and if we're already\n // reading, then it's unnecessary.\n if (state.ended || state.reading) {\n doRead = false;\n debug('reading or ended', doRead);\n } else if (doRead) {\n debug('do read');\n state.reading = true;\n state.sync = true;\n // if the length is currently zero, then we *need* a readable event.\n if (state.length === 0) state.needReadable = true;\n // call internal read method\n this._read(state.highWaterMark);\n state.sync = false;\n // If _read pushed data synchronously, then `reading` will be false,\n // and we need to re-evaluate how much data we can return to the user.\n if (!state.reading) n = howMuchToRead(nOrig, state);\n }\n\n var ret;\n if (n > 0) ret = fromList(n, state);else ret = null;\n\n if (ret === null) {\n state.needReadable = true;\n n = 0;\n } else {\n state.length -= n;\n }\n\n if (state.length === 0) {\n // If we have nothing in the buffer, then we want to know\n // as soon as we *do* get something into the buffer.\n if (!state.ended) state.needReadable = true;\n\n // If we tried to read() past the EOF, then emit end on the next tick.\n if (nOrig !== n && state.ended) endReadable(this);\n }\n\n if (ret !== null) this.emit('data', ret);\n\n return ret;\n};\n\nfunction onEofChunk(stream, state) {\n if (state.ended) return;\n if (state.decoder) {\n var chunk = state.decoder.end();\n if (chunk && chunk.length) {\n state.buffer.push(chunk);\n state.length += state.objectMode ? 1 : chunk.length;\n }\n }\n state.ended = true;\n\n // emit 'readable' now to make sure it gets picked up.\n emitReadable(stream);\n}\n\n// Don't emit readable right away in sync mode, because this can trigger\n// another read() call => stack overflow. This way, it might trigger\n// a nextTick recursion warning, but that's not so bad.\nfunction emitReadable(stream) {\n var state = stream._readableState;\n state.needReadable = false;\n if (!state.emittedReadable) {\n debug('emitReadable', state.flowing);\n state.emittedReadable = true;\n if (state.sync) processNextTick(emitReadable_, stream);else emitReadable_(stream);\n }\n}\n\nfunction emitReadable_(stream) {\n debug('emit readable');\n stream.emit('readable');\n flow(stream);\n}\n\n// at this point, the user has presumably seen the 'readable' event,\n// and called read() to consume some data. that may have triggered\n// in turn another _read(n) call, in which case reading = true if\n// it's in progress.\n// However, if we're not ended, or reading, and the length < hwm,\n// then go ahead and try to read some more preemptively.\nfunction maybeReadMore(stream, state) {\n if (!state.readingMore) {\n state.readingMore = true;\n processNextTick(maybeReadMore_, stream, state);\n }\n}\n\nfunction maybeReadMore_(stream, state) {\n var len = state.length;\n while (!state.reading && !state.flowing && !state.ended && state.length < state.highWaterMark) {\n debug('maybeReadMore read 0');\n stream.read(0);\n if (len === state.length)\n // didn't get any data, stop spinning.\n break;else len = state.length;\n }\n state.readingMore = false;\n}\n\n// abstract method. to be overridden in specific implementation classes.\n// call cb(er, data) where data is <= n in length.\n// for virtual (non-string, non-buffer) streams, \"length\" is somewhat\n// arbitrary, and perhaps not very meaningful.\nReadable.prototype._read = function (n) {\n this.emit('error', new Error('_read() is not implemented'));\n};\n\nReadable.prototype.pipe = function (dest, pipeOpts) {\n var src = this;\n var state = this._readableState;\n\n switch (state.pipesCount) {\n case 0:\n state.pipes = dest;\n break;\n case 1:\n state.pipes = [state.pipes, dest];\n break;\n default:\n state.pipes.push(dest);\n break;\n }\n state.pipesCount += 1;\n debug('pipe count=%d opts=%j', state.pipesCount, pipeOpts);\n\n var doEnd = (!pipeOpts || pipeOpts.end !== false) && dest !== process.stdout && dest !== process.stderr;\n\n var endFn = doEnd ? onend : unpipe;\n if (state.endEmitted) processNextTick(endFn);else src.once('end', endFn);\n\n dest.on('unpipe', onunpipe);\n function onunpipe(readable, unpipeInfo) {\n debug('onunpipe');\n if (readable === src) {\n if (unpipeInfo && unpipeInfo.hasUnpiped === false) {\n unpipeInfo.hasUnpiped = true;\n cleanup();\n }\n }\n }\n\n function onend() {\n debug('onend');\n dest.end();\n }\n\n // when the dest drains, it reduces the awaitDrain counter\n // on the source. This would be more elegant with a .once()\n // handler in flow(), but adding and removing repeatedly is\n // too slow.\n var ondrain = pipeOnDrain(src);\n dest.on('drain', ondrain);\n\n var cleanedUp = false;\n function cleanup() {\n debug('cleanup');\n // cleanup event handlers once the pipe is broken\n dest.removeListener('close', onclose);\n dest.removeListener('finish', onfinish);\n dest.removeListener('drain', ondrain);\n dest.removeListener('error', onerror);\n dest.removeListener('unpipe', onunpipe);\n src.removeListener('end', onend);\n src.removeListener('end', unpipe);\n src.removeListener('data', ondata);\n\n cleanedUp = true;\n\n // if the reader is waiting for a drain event from this\n // specific writer, then it would cause it to never start\n // flowing again.\n // So, if this is awaiting a drain, then we just call it now.\n // If we don't know, then assume that we are waiting for one.\n if (state.awaitDrain && (!dest._writableState || dest._writableState.needDrain)) ondrain();\n }\n\n // If the user pushes more data while we're writing to dest then we'll end up\n // in ondata again. However, we only want to increase awaitDrain once because\n // dest will only emit one 'drain' event for the multiple writes.\n // => Introduce a guard on increasing awaitDrain.\n var increasedAwaitDrain = false;\n src.on('data', ondata);\n function ondata(chunk) {\n debug('ondata');\n increasedAwaitDrain = false;\n var ret = dest.write(chunk);\n if (false === ret && !increasedAwaitDrain) {\n // If the user unpiped during `dest.write()`, it is possible\n // to get stuck in a permanently paused state if that write\n // also returned false.\n // => Check whether `dest` is still a piping destination.\n if ((state.pipesCount === 1 && state.pipes === dest || state.pipesCount > 1 && indexOf(state.pipes, dest) !== -1) && !cleanedUp) {\n debug('false write response, pause', src._readableState.awaitDrain);\n src._readableState.awaitDrain++;\n increasedAwaitDrain = true;\n }\n src.pause();\n }\n }\n\n // if the dest has an error, then stop piping into it.\n // however, don't suppress the throwing behavior for this.\n function onerror(er) {\n debug('onerror', er);\n unpipe();\n dest.removeListener('error', onerror);\n if (EElistenerCount(dest, 'error') === 0) dest.emit('error', er);\n }\n\n // Make sure our error handler is attached before userland ones.\n prependListener(dest, 'error', onerror);\n\n // Both close and finish should trigger unpipe, but only once.\n function onclose() {\n dest.removeListener('finish', onfinish);\n unpipe();\n }\n dest.once('close', onclose);\n function onfinish() {\n debug('onfinish');\n dest.removeListener('close', onclose);\n unpipe();\n }\n dest.once('finish', onfinish);\n\n function unpipe() {\n debug('unpipe');\n src.unpipe(dest);\n }\n\n // tell the dest that it's being piped to\n dest.emit('pipe', src);\n\n // start the flow if it hasn't been started already.\n if (!state.flowing) {\n debug('pipe resume');\n src.resume();\n }\n\n return dest;\n};\n\nfunction pipeOnDrain(src) {\n return function () {\n var state = src._readableState;\n debug('pipeOnDrain', state.awaitDrain);\n if (state.awaitDrain) state.awaitDrain--;\n if (state.awaitDrain === 0 && EElistenerCount(src, 'data')) {\n state.flowing = true;\n flow(src);\n }\n };\n}\n\nReadable.prototype.unpipe = function (dest) {\n var state = this._readableState;\n var unpipeInfo = { hasUnpiped: false };\n\n // if we're not piping anywhere, then do nothing.\n if (state.pipesCount === 0) return this;\n\n // just one destination. most common case.\n if (state.pipesCount === 1) {\n // passed in one, but it's not the right one.\n if (dest && dest !== state.pipes) return this;\n\n if (!dest) dest = state.pipes;\n\n // got a match.\n state.pipes = null;\n state.pipesCount = 0;\n state.flowing = false;\n if (dest) dest.emit('unpipe', this, unpipeInfo);\n return this;\n }\n\n // slow case. multiple pipe destinations.\n\n if (!dest) {\n // remove all.\n var dests = state.pipes;\n var len = state.pipesCount;\n state.pipes = null;\n state.pipesCount = 0;\n state.flowing = false;\n\n for (var i = 0; i < len; i++) {\n dests[i].emit('unpipe', this, unpipeInfo);\n }return this;\n }\n\n // try to find the right one.\n var index = indexOf(state.pipes, dest);\n if (index === -1) return this;\n\n state.pipes.splice(index, 1);\n state.pipesCount -= 1;\n if (state.pipesCount === 1) state.pipes = state.pipes[0];\n\n dest.emit('unpipe', this, unpipeInfo);\n\n return this;\n};\n\n// set up data events if they are asked for\n// Ensure readable listeners eventually get something\nReadable.prototype.on = function (ev, fn) {\n var res = Stream.prototype.on.call(this, ev, fn);\n\n if (ev === 'data') {\n // Start flowing on next tick if stream isn't explicitly paused\n if (this._readableState.flowing !== false) this.resume();\n } else if (ev === 'readable') {\n var state = this._readableState;\n if (!state.endEmitted && !state.readableListening) {\n state.readableListening = state.needReadable = true;\n state.emittedReadable = false;\n if (!state.reading) {\n processNextTick(nReadingNextTick, this);\n } else if (state.length) {\n emitReadable(this);\n }\n }\n }\n\n return res;\n};\nReadable.prototype.addListener = Readable.prototype.on;\n\nfunction nReadingNextTick(self) {\n debug('readable nexttick read 0');\n self.read(0);\n}\n\n// pause() and resume() are remnants of the legacy readable stream API\n// If the user uses them, then switch into old mode.\nReadable.prototype.resume = function () {\n var state = this._readableState;\n if (!state.flowing) {\n debug('resume');\n state.flowing = true;\n resume(this, state);\n }\n return this;\n};\n\nfunction resume(stream, state) {\n if (!state.resumeScheduled) {\n state.resumeScheduled = true;\n processNextTick(resume_, stream, state);\n }\n}\n\nfunction resume_(stream, state) {\n if (!state.reading) {\n debug('resume read 0');\n stream.read(0);\n }\n\n state.resumeScheduled = false;\n state.awaitDrain = 0;\n stream.emit('resume');\n flow(stream);\n if (state.flowing && !state.reading) stream.read(0);\n}\n\nReadable.prototype.pause = function () {\n debug('call pause flowing=%j', this._readableState.flowing);\n if (false !== this._readableState.flowing) {\n debug('pause');\n this._readableState.flowing = false;\n this.emit('pause');\n }\n return this;\n};\n\nfunction flow(stream) {\n var state = stream._readableState;\n debug('flow', state.flowing);\n while (state.flowing && stream.read() !== null) {}\n}\n\n// wrap an old-style stream as the async data source.\n// This is *not* part of the readable stream interface.\n// It is an ugly unfortunate mess of history.\nReadable.prototype.wrap = function (stream) {\n var state = this._readableState;\n var paused = false;\n\n var self = this;\n stream.on('end', function () {\n debug('wrapped end');\n if (state.decoder && !state.ended) {\n var chunk = state.decoder.end();\n if (chunk && chunk.length) self.push(chunk);\n }\n\n self.push(null);\n });\n\n stream.on('data', function (chunk) {\n debug('wrapped data');\n if (state.decoder) chunk = state.decoder.write(chunk);\n\n // don't skip over falsy values in objectMode\n if (state.objectMode && (chunk === null || chunk === undefined)) return;else if (!state.objectMode && (!chunk || !chunk.length)) return;\n\n var ret = self.push(chunk);\n if (!ret) {\n paused = true;\n stream.pause();\n }\n });\n\n // proxy all the other methods.\n // important when wrapping filters and duplexes.\n for (var i in stream) {\n if (this[i] === undefined && typeof stream[i] === 'function') {\n this[i] = function (method) {\n return function () {\n return stream[method].apply(stream, arguments);\n };\n }(i);\n }\n }\n\n // proxy certain important events.\n for (var n = 0; n < kProxyEvents.length; n++) {\n stream.on(kProxyEvents[n], self.emit.bind(self, kProxyEvents[n]));\n }\n\n // when we try to consume some more bytes, simply unpause the\n // underlying stream.\n self._read = function (n) {\n debug('wrapped _read', n);\n if (paused) {\n paused = false;\n stream.resume();\n }\n };\n\n return self;\n};\n\n// exposed for testing purposes only.\nReadable._fromList = fromList;\n\n// Pluck off n bytes from an array of buffers.\n// Length is the combined lengths of all the buffers in the list.\n// This function is designed to be inlinable, so please take care when making\n// changes to the function body.\nfunction fromList(n, state) {\n // nothing buffered\n if (state.length === 0) return null;\n\n var ret;\n if (state.objectMode) ret = state.buffer.shift();else if (!n || n >= state.length) {\n // read it all, truncate the list\n if (state.decoder) ret = state.buffer.join('');else if (state.buffer.length === 1) ret = state.buffer.head.data;else ret = state.buffer.concat(state.length);\n state.buffer.clear();\n } else {\n // read part of list\n ret = fromListPartial(n, state.buffer, state.decoder);\n }\n\n return ret;\n}\n\n// Extracts only enough buffered data to satisfy the amount requested.\n// This function is designed to be inlinable, so please take care when making\n// changes to the function body.\nfunction fromListPartial(n, list, hasStrings) {\n var ret;\n if (n < list.head.data.length) {\n // slice is the same for buffers and strings\n ret = list.head.data.slice(0, n);\n list.head.data = list.head.data.slice(n);\n } else if (n === list.head.data.length) {\n // first chunk is a perfect match\n ret = list.shift();\n } else {\n // result spans more than one buffer\n ret = hasStrings ? copyFromBufferString(n, list) : copyFromBuffer(n, list);\n }\n return ret;\n}\n\n// Copies a specified amount of characters from the list of buffered data\n// chunks.\n// This function is designed to be inlinable, so please take care when making\n// changes to the function body.\nfunction copyFromBufferString(n, list) {\n var p = list.head;\n var c = 1;\n var ret = p.data;\n n -= ret.length;\n while (p = p.next) {\n var str = p.data;\n var nb = n > str.length ? str.length : n;\n if (nb === str.length) ret += str;else ret += str.slice(0, n);\n n -= nb;\n if (n === 0) {\n if (nb === str.length) {\n ++c;\n if (p.next) list.head = p.next;else list.head = list.tail = null;\n } else {\n list.head = p;\n p.data = str.slice(nb);\n }\n break;\n }\n ++c;\n }\n list.length -= c;\n return ret;\n}\n\n// Copies a specified amount of bytes from the list of buffered data chunks.\n// This function is designed to be inlinable, so please take care when making\n// changes to the function body.\nfunction copyFromBuffer(n, list) {\n var ret = Buffer.allocUnsafe(n);\n var p = list.head;\n var c = 1;\n p.data.copy(ret);\n n -= p.data.length;\n while (p = p.next) {\n var buf = p.data;\n var nb = n > buf.length ? buf.length : n;\n buf.copy(ret, ret.length - n, 0, nb);\n n -= nb;\n if (n === 0) {\n if (nb === buf.length) {\n ++c;\n if (p.next) list.head = p.next;else list.head = list.tail = null;\n } else {\n list.head = p;\n p.data = buf.slice(nb);\n }\n break;\n }\n ++c;\n }\n list.length -= c;\n return ret;\n}\n\nfunction endReadable(stream) {\n var state = stream._readableState;\n\n // If we get here before consuming all the bytes, then that is a\n // bug in node. Should never happen.\n if (state.length > 0) throw new Error('\"endReadable()\" called on non-empty stream');\n\n if (!state.endEmitted) {\n state.ended = true;\n processNextTick(endReadableNT, state, stream);\n }\n}\n\nfunction endReadableNT(state, stream) {\n // Check that we didn't get one last unshift.\n if (!state.endEmitted && state.length === 0) {\n state.endEmitted = true;\n stream.readable = false;\n stream.emit('end');\n }\n}\n\nfunction forEach(xs, f) {\n for (var i = 0, l = xs.length; i < l; i++) {\n f(xs[i], i);\n }\n}\n\nfunction indexOf(xs, x) {\n for (var i = 0, l = xs.length; i < l; i++) {\n if (xs[i] === x) return i;\n }\n return -1;\n}","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n// a transform stream is a readable/writable stream where you do\n// something with the data. Sometimes it's called a \"filter\",\n// but that's not a great name for it, since that implies a thing where\n// some bits pass through, and others are simply ignored. (That would\n// be a valid example of a transform, of course.)\n//\n// While the output is causally related to the input, it's not a\n// necessarily symmetric or synchronous transformation. For example,\n// a zlib stream might take multiple plain-text writes(), and then\n// emit a single compressed chunk some time in the future.\n//\n// Here's how this works:\n//\n// The Transform stream has all the aspects of the readable and writable\n// stream classes. When you write(chunk), that calls _write(chunk,cb)\n// internally, and returns false if there's a lot of pending writes\n// buffered up. When you call read(), that calls _read(n) until\n// there's enough pending readable data buffered up.\n//\n// In a transform stream, the written data is placed in a buffer. When\n// _read(n) is called, it transforms the queued up data, calling the\n// buffered _write cb's as it consumes chunks. If consuming a single\n// written chunk would result in multiple output chunks, then the first\n// outputted bit calls the readcb, and subsequent chunks just go into\n// the read buffer, and will cause it to emit 'readable' if necessary.\n//\n// This way, back-pressure is actually determined by the reading side,\n// since _read has to be called to start processing a new chunk. However,\n// a pathological inflate type of transform can cause excessive buffering\n// here. For example, imagine a stream where every byte of input is\n// interpreted as an integer from 0-255, and then results in that many\n// bytes of output. Writing the 4 bytes {ff,ff,ff,ff} would result in\n// 1kb of data being output. In this case, you could write a very small\n// amount of input, and end up with a very large amount of output. In\n// such a pathological inflating mechanism, there'd be no way to tell\n// the system to stop doing the transform. A single 4MB write could\n// cause the system to run out of memory.\n//\n// However, even in such a pathological case, only a single written chunk\n// would be consumed, and then the rest would wait (un-transformed) until\n// the results of the previous transformed chunk were consumed.\n\n'use strict';\n\nmodule.exports = Transform;\n\nvar Duplex = require('./_stream_duplex');\n\n/*<replacement>*/\nvar util = require('core-util-is');\nutil.inherits = require('inherits');\n/*</replacement>*/\n\nutil.inherits(Transform, Duplex);\n\nfunction TransformState(stream) {\n this.afterTransform = function (er, data) {\n return afterTransform(stream, er, data);\n };\n\n this.needTransform = false;\n this.transforming = false;\n this.writecb = null;\n this.writechunk = null;\n this.writeencoding = null;\n}\n\nfunction afterTransform(stream, er, data) {\n var ts = stream._transformState;\n ts.transforming = false;\n\n var cb = ts.writecb;\n\n if (!cb) {\n return stream.emit('error', new Error('write callback called multiple times'));\n }\n\n ts.writechunk = null;\n ts.writecb = null;\n\n if (data !== null && data !== undefined) stream.push(data);\n\n cb(er);\n\n var rs = stream._readableState;\n rs.reading = false;\n if (rs.needReadable || rs.length < rs.highWaterMark) {\n stream._read(rs.highWaterMark);\n }\n}\n\nfunction Transform(options) {\n if (!(this instanceof Transform)) return new Transform(options);\n\n Duplex.call(this, options);\n\n this._transformState = new TransformState(this);\n\n var stream = this;\n\n // start out asking for a readable event once data is transformed.\n this._readableState.needReadable = true;\n\n // we have implemented the _read method, and done the other things\n // that Readable wants before the first _read call, so unset the\n // sync guard flag.\n this._readableState.sync = false;\n\n if (options) {\n if (typeof options.transform === 'function') this._transform = options.transform;\n\n if (typeof options.flush === 'function') this._flush = options.flush;\n }\n\n // When the writable side finishes, then flush out anything remaining.\n this.once('prefinish', function () {\n if (typeof this._flush === 'function') this._flush(function (er, data) {\n done(stream, er, data);\n });else done(stream);\n });\n}\n\nTransform.prototype.push = function (chunk, encoding) {\n this._transformState.needTransform = false;\n return Duplex.prototype.push.call(this, chunk, encoding);\n};\n\n// This is the part where you do stuff!\n// override this function in implementation classes.\n// 'chunk' is an input chunk.\n//\n// Call `push(newChunk)` to pass along transformed output\n// to the readable side. You may call 'push' zero or more times.\n//\n// Call `cb(err)` when you are done with this chunk. If you pass\n// an error, then that'll put the hurt on the whole operation. If you\n// never call cb(), then you'll never get another chunk.\nTransform.prototype._transform = function (chunk, encoding, cb) {\n throw new Error('_transform() is not implemented');\n};\n\nTransform.prototype._write = function (chunk, encoding, cb) {\n var ts = this._transformState;\n ts.writecb = cb;\n ts.writechunk = chunk;\n ts.writeencoding = encoding;\n if (!ts.transforming) {\n var rs = this._readableState;\n if (ts.needTransform || rs.needReadable || rs.length < rs.highWaterMark) this._read(rs.highWaterMark);\n }\n};\n\n// Doesn't matter what the args are here.\n// _transform does all the work.\n// That we got here means that the readable side wants more data.\nTransform.prototype._read = function (n) {\n var ts = this._transformState;\n\n if (ts.writechunk !== null && ts.writecb && !ts.transforming) {\n ts.transforming = true;\n this._transform(ts.writechunk, ts.writeencoding, ts.afterTransform);\n } else {\n // mark that we need a transform, so that any data that comes in\n // will get processed, now that we've asked for it.\n ts.needTransform = true;\n }\n};\n\nTransform.prototype._destroy = function (err, cb) {\n var _this = this;\n\n Duplex.prototype._destroy.call(this, err, function (err2) {\n cb(err2);\n _this.emit('close');\n });\n};\n\nfunction done(stream, er, data) {\n if (er) return stream.emit('error', er);\n\n if (data !== null && data !== undefined) stream.push(data);\n\n // if there's nothing in the write buffer, then that means\n // that nothing more will ever be provided\n var ws = stream._writableState;\n var ts = stream._transformState;\n\n if (ws.length) throw new Error('Calling transform done when ws.length != 0');\n\n if (ts.transforming) throw new Error('Calling transform done when still transforming');\n\n return stream.push(null);\n}","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n// A bit simpler than readable streams.\n// Implement an async ._write(chunk, encoding, cb), and it'll handle all\n// the drain event emission and buffering.\n\n'use strict';\n\n/*<replacement>*/\n\nvar processNextTick = require('process-nextick-args');\n/*</replacement>*/\n\nmodule.exports = Writable;\n\n/* <replacement> */\nfunction WriteReq(chunk, encoding, cb) {\n this.chunk = chunk;\n this.encoding = encoding;\n this.callback = cb;\n this.next = null;\n}\n\n// It seems a linked list but it is not\n// there will be only 2 of these for each stream\nfunction CorkedRequest(state) {\n this.next = null;\n this.entry = null;\n this.finish = onCorkedFinish.bind(undefined, this, state);\n}\n/* </replacement> */\n\n/*<replacement>*/\nvar asyncWrite = !process.browser && ['v0.10', 'v0.9.'].indexOf(process.version.slice(0, 5)) > -1 ? setImmediate : processNextTick;\n/*</replacement>*/\n\n/*<replacement>*/\nvar Duplex;\n/*</replacement>*/\n\nWritable.WritableState = WritableState;\n\n/*<replacement>*/\nvar util = require('core-util-is');\nutil.inherits = require('inherits');\n/*</replacement>*/\n\n/*<replacement>*/\nvar internalUtil = {\n deprecate: require('util-deprecate')\n};\n/*</replacement>*/\n\n/*<replacement>*/\nvar Stream = require('./internal/streams/stream');\n/*</replacement>*/\n\n/*<replacement>*/\nvar Buffer = require('safe-buffer').Buffer;\nfunction _uint8ArrayToBuffer(chunk) {\n return Buffer.from(chunk);\n}\nfunction _isUint8Array(obj) {\n return Object.prototype.toString.call(obj) === '[object Uint8Array]' || Buffer.isBuffer(obj);\n}\n/*</replacement>*/\n\nvar destroyImpl = require('./internal/streams/destroy');\n\nutil.inherits(Writable, Stream);\n\nfunction nop() {}\n\nfunction WritableState(options, stream) {\n Duplex = Duplex || require('./_stream_duplex');\n\n options = options || {};\n\n // object stream flag to indicate whether or not this stream\n // contains buffers or objects.\n this.objectMode = !!options.objectMode;\n\n if (stream instanceof Duplex) this.objectMode = this.objectMode || !!options.writableObjectMode;\n\n // the point at which write() starts returning false\n // Note: 0 is a valid value, means that we always return false if\n // the entire buffer is not flushed immediately on write()\n var hwm = options.highWaterMark;\n var defaultHwm = this.objectMode ? 16 : 16 * 1024;\n this.highWaterMark = hwm || hwm === 0 ? hwm : defaultHwm;\n\n // cast to ints.\n this.highWaterMark = Math.floor(this.highWaterMark);\n\n // if _final has been called\n this.finalCalled = false;\n\n // drain event flag.\n this.needDrain = false;\n // at the start of calling end()\n this.ending = false;\n // when end() has been called, and returned\n this.ended = false;\n // when 'finish' is emitted\n this.finished = false;\n\n // has it been destroyed\n this.destroyed = false;\n\n // should we decode strings into buffers before passing to _write?\n // this is here so that some node-core streams can optimize string\n // handling at a lower level.\n var noDecode = options.decodeStrings === false;\n this.decodeStrings = !noDecode;\n\n // Crypto is kind of old and crusty. Historically, its default string\n // encoding is 'binary' so we have to make this configurable.\n // Everything else in the universe uses 'utf8', though.\n this.defaultEncoding = options.defaultEncoding || 'utf8';\n\n // not an actual buffer we keep track of, but a measurement\n // of how much we're waiting to get pushed to some underlying\n // socket or file.\n this.length = 0;\n\n // a flag to see when we're in the middle of a write.\n this.writing = false;\n\n // when true all writes will be buffered until .uncork() call\n this.corked = 0;\n\n // a flag to be able to tell if the onwrite cb is called immediately,\n // or on a later tick. We set this to true at first, because any\n // actions that shouldn't happen until \"later\" should generally also\n // not happen before the first write call.\n this.sync = true;\n\n // a flag to know if we're processing previously buffered items, which\n // may call the _write() callback in the same tick, so that we don't\n // end up in an overlapped onwrite situation.\n this.bufferProcessing = false;\n\n // the callback that's passed to _write(chunk,cb)\n this.onwrite = function (er) {\n onwrite(stream, er);\n };\n\n // the callback that the user supplies to write(chunk,encoding,cb)\n this.writecb = null;\n\n // the amount that is being written when _write is called.\n this.writelen = 0;\n\n this.bufferedRequest = null;\n this.lastBufferedRequest = null;\n\n // number of pending user-supplied write callbacks\n // this must be 0 before 'finish' can be emitted\n this.pendingcb = 0;\n\n // emit prefinish if the only thing we're waiting for is _write cbs\n // This is relevant for synchronous Transform streams\n this.prefinished = false;\n\n // True if the error was already emitted and should not be thrown again\n this.errorEmitted = false;\n\n // count buffered requests\n this.bufferedRequestCount = 0;\n\n // allocate the first CorkedRequest, there is always\n // one allocated and free to use, and we maintain at most two\n this.corkedRequestsFree = new CorkedRequest(this);\n}\n\nWritableState.prototype.getBuffer = function getBuffer() {\n var current = this.bufferedRequest;\n var out = [];\n while (current) {\n out.push(current);\n current = current.next;\n }\n return out;\n};\n\n(function () {\n try {\n Object.defineProperty(WritableState.prototype, 'buffer', {\n get: internalUtil.deprecate(function () {\n return this.getBuffer();\n }, '_writableState.buffer is deprecated. Use _writableState.getBuffer ' + 'instead.', 'DEP0003')\n });\n } catch (_) {}\n})();\n\n// Test _writableState for inheritance to account for Duplex streams,\n// whose prototype chain only points to Readable.\nvar realHasInstance;\nif (typeof Symbol === 'function' && Symbol.hasInstance && typeof Function.prototype[Symbol.hasInstance] === 'function') {\n realHasInstance = Function.prototype[Symbol.hasInstance];\n Object.defineProperty(Writable, Symbol.hasInstance, {\n value: function (object) {\n if (realHasInstance.call(this, object)) return true;\n\n return object && object._writableState instanceof WritableState;\n }\n });\n} else {\n realHasInstance = function (object) {\n return object instanceof this;\n };\n}\n\nfunction Writable(options) {\n Duplex = Duplex || require('./_stream_duplex');\n\n // Writable ctor is applied to Duplexes, too.\n // `realHasInstance` is necessary because using plain `instanceof`\n // would return false, as no `_writableState` property is attached.\n\n // Trying to use the custom `instanceof` for Writable here will also break the\n // Node.js LazyTransform implementation, which has a non-trivial getter for\n // `_writableState` that would lead to infinite recursion.\n if (!realHasInstance.call(Writable, this) && !(this instanceof Duplex)) {\n return new Writable(options);\n }\n\n this._writableState = new WritableState(options, this);\n\n // legacy.\n this.writable = true;\n\n if (options) {\n if (typeof options.write === 'function') this._write = options.write;\n\n if (typeof options.writev === 'function') this._writev = options.writev;\n\n if (typeof options.destroy === 'function') this._destroy = options.destroy;\n\n if (typeof options.final === 'function') this._final = options.final;\n }\n\n Stream.call(this);\n}\n\n// Otherwise people can pipe Writable streams, which is just wrong.\nWritable.prototype.pipe = function () {\n this.emit('error', new Error('Cannot pipe, not readable'));\n};\n\nfunction writeAfterEnd(stream, cb) {\n var er = new Error('write after end');\n // TODO: defer error events consistently everywhere, not just the cb\n stream.emit('error', er);\n processNextTick(cb, er);\n}\n\n// Checks that a user-supplied chunk is valid, especially for the particular\n// mode the stream is in. Currently this means that `null` is never accepted\n// and undefined/non-string values are only allowed in object mode.\nfunction validChunk(stream, state, chunk, cb) {\n var valid = true;\n var er = false;\n\n if (chunk === null) {\n er = new TypeError('May not write null values to stream');\n } else if (typeof chunk !== 'string' && chunk !== undefined && !state.objectMode) {\n er = new TypeError('Invalid non-string/buffer chunk');\n }\n if (er) {\n stream.emit('error', er);\n processNextTick(cb, er);\n valid = false;\n }\n return valid;\n}\n\nWritable.prototype.write = function (chunk, encoding, cb) {\n var state = this._writableState;\n var ret = false;\n var isBuf = _isUint8Array(chunk) && !state.objectMode;\n\n if (isBuf && !Buffer.isBuffer(chunk)) {\n chunk = _uint8ArrayToBuffer(chunk);\n }\n\n if (typeof encoding === 'function') {\n cb = encoding;\n encoding = null;\n }\n\n if (isBuf) encoding = 'buffer';else if (!encoding) encoding = state.defaultEncoding;\n\n if (typeof cb !== 'function') cb = nop;\n\n if (state.ended) writeAfterEnd(this, cb);else if (isBuf || validChunk(this, state, chunk, cb)) {\n state.pendingcb++;\n ret = writeOrBuffer(this, state, isBuf, chunk, encoding, cb);\n }\n\n return ret;\n};\n\nWritable.prototype.cork = function () {\n var state = this._writableState;\n\n state.corked++;\n};\n\nWritable.prototype.uncork = function () {\n var state = this._writableState;\n\n if (state.corked) {\n state.corked--;\n\n if (!state.writing && !state.corked && !state.finished && !state.bufferProcessing && state.bufferedRequest) clearBuffer(this, state);\n }\n};\n\nWritable.prototype.setDefaultEncoding = function setDefaultEncoding(encoding) {\n // node::ParseEncoding() requires lower case.\n if (typeof encoding === 'string') encoding = encoding.toLowerCase();\n if (!(['hex', 'utf8', 'utf-8', 'ascii', 'binary', 'base64', 'ucs2', 'ucs-2', 'utf16le', 'utf-16le', 'raw'].indexOf((encoding + '').toLowerCase()) > -1)) throw new TypeError('Unknown encoding: ' + encoding);\n this._writableState.defaultEncoding = encoding;\n return this;\n};\n\nfunction decodeChunk(state, chunk, encoding) {\n if (!state.objectMode && state.decodeStrings !== false && typeof chunk === 'string') {\n chunk = Buffer.from(chunk, encoding);\n }\n return chunk;\n}\n\n// if we're already writing something, then just put this\n// in the queue, and wait our turn. Otherwise, call _write\n// If we return false, then we need a drain event, so set that flag.\nfunction writeOrBuffer(stream, state, isBuf, chunk, encoding, cb) {\n if (!isBuf) {\n var newChunk = decodeChunk(state, chunk, encoding);\n if (chunk !== newChunk) {\n isBuf = true;\n encoding = 'buffer';\n chunk = newChunk;\n }\n }\n var len = state.objectMode ? 1 : chunk.length;\n\n state.length += len;\n\n var ret = state.length < state.highWaterMark;\n // we must ensure that previous needDrain will not be reset to false.\n if (!ret) state.needDrain = true;\n\n if (state.writing || state.corked) {\n var last = state.lastBufferedRequest;\n state.lastBufferedRequest = {\n chunk: chunk,\n encoding: encoding,\n isBuf: isBuf,\n callback: cb,\n next: null\n };\n if (last) {\n last.next = state.lastBufferedRequest;\n } else {\n state.bufferedRequest = state.lastBufferedRequest;\n }\n state.bufferedRequestCount += 1;\n } else {\n doWrite(stream, state, false, len, chunk, encoding, cb);\n }\n\n return ret;\n}\n\nfunction doWrite(stream, state, writev, len, chunk, encoding, cb) {\n state.writelen = len;\n state.writecb = cb;\n state.writing = true;\n state.sync = true;\n if (writev) stream._writev(chunk, state.onwrite);else stream._write(chunk, encoding, state.onwrite);\n state.sync = false;\n}\n\nfunction onwriteError(stream, state, sync, er, cb) {\n --state.pendingcb;\n if (sync) processNextTick(afterError, stream, state, cb, er);else afterError(stream, state, cb, er);\n\n stream._writableState.errorEmitted = true;\n stream.emit('error', er);\n}\n\nfunction afterError(stream, state, cb, err) {\n cb(err);\n finishMaybe(stream, state);\n}\n\nfunction onwriteStateUpdate(state) {\n state.writing = false;\n state.writecb = null;\n state.length -= state.writelen;\n state.writelen = 0;\n}\n\nfunction onwrite(stream, er) {\n var state = stream._writableState;\n var sync = state.sync;\n var cb = state.writecb;\n\n onwriteStateUpdate(state);\n\n if (er) onwriteError(stream, state, sync, er, cb);else {\n // Check if we're actually ready to finish, but don't emit yet\n var finished = needFinish(state);\n\n if (!finished && !state.corked && !state.bufferProcessing && state.bufferedRequest) {\n clearBuffer(stream, state);\n }\n\n if (sync) {\n /*<replacement>*/\n asyncWrite(afterWrite, stream, state, finished, cb);\n /*</replacement>*/\n } else {\n afterWrite(stream, state, finished, cb);\n }\n }\n}\n\nfunction afterWrite(stream, state, finished, cb) {\n if (!finished) onwriteDrain(stream, state);\n state.pendingcb--;\n cb();\n finishMaybe(stream, state);\n}\n\n// Must force callback to be called on nextTick, so that we don't\n// emit 'drain' before the write() consumer gets the 'false' return\n// value, and has a chance to attach a 'drain' listener.\nfunction onwriteDrain(stream, state) {\n if (state.length === 0 && state.needDrain) {\n state.needDrain = false;\n stream.emit('drain');\n }\n}\n\n// if there's something in the buffer waiting, then process it\nfunction clearBuffer(stream, state) {\n state.bufferProcessing = true;\n var entry = state.bufferedRequest;\n\n if (stream._writev && entry && entry.next) {\n // Fast case, write everything using _writev()\n var l = state.bufferedRequestCount;\n var buffer = new Array(l);\n var holder = state.corkedRequestsFree;\n holder.entry = entry;\n\n var count = 0;\n var allBuffers = true;\n while (entry) {\n buffer[count] = entry;\n if (!entry.isBuf) allBuffers = false;\n entry = entry.next;\n count += 1;\n }\n buffer.allBuffers = allBuffers;\n\n doWrite(stream, state, true, state.length, buffer, '', holder.finish);\n\n // doWrite is almost always async, defer these to save a bit of time\n // as the hot path ends with doWrite\n state.pendingcb++;\n state.lastBufferedRequest = null;\n if (holder.next) {\n state.corkedRequestsFree = holder.next;\n holder.next = null;\n } else {\n state.corkedRequestsFree = new CorkedRequest(state);\n }\n } else {\n // Slow case, write chunks one-by-one\n while (entry) {\n var chunk = entry.chunk;\n var encoding = entry.encoding;\n var cb = entry.callback;\n var len = state.objectMode ? 1 : chunk.length;\n\n doWrite(stream, state, false, len, chunk, encoding, cb);\n entry = entry.next;\n // if we didn't call the onwrite immediately, then\n // it means that we need to wait until it does.\n // also, that means that the chunk and cb are currently\n // being processed, so move the buffer counter past them.\n if (state.writing) {\n break;\n }\n }\n\n if (entry === null) state.lastBufferedRequest = null;\n }\n\n state.bufferedRequestCount = 0;\n state.bufferedRequest = entry;\n state.bufferProcessing = false;\n}\n\nWritable.prototype._write = function (chunk, encoding, cb) {\n cb(new Error('_write() is not implemented'));\n};\n\nWritable.prototype._writev = null;\n\nWritable.prototype.end = function (chunk, encoding, cb) {\n var state = this._writableState;\n\n if (typeof chunk === 'function') {\n cb = chunk;\n chunk = null;\n encoding = null;\n } else if (typeof encoding === 'function') {\n cb = encoding;\n encoding = null;\n }\n\n if (chunk !== null && chunk !== undefined) this.write(chunk, encoding);\n\n // .end() fully uncorks\n if (state.corked) {\n state.corked = 1;\n this.uncork();\n }\n\n // ignore unnecessary end() calls.\n if (!state.ending && !state.finished) endWritable(this, state, cb);\n};\n\nfunction needFinish(state) {\n return state.ending && state.length === 0 && state.bufferedRequest === null && !state.finished && !state.writing;\n}\nfunction callFinal(stream, state) {\n stream._final(function (err) {\n state.pendingcb--;\n if (err) {\n stream.emit('error', err);\n }\n state.prefinished = true;\n stream.emit('prefinish');\n finishMaybe(stream, state);\n });\n}\nfunction prefinish(stream, state) {\n if (!state.prefinished && !state.finalCalled) {\n if (typeof stream._final === 'function') {\n state.pendingcb++;\n state.finalCalled = true;\n processNextTick(callFinal, stream, state);\n } else {\n state.prefinished = true;\n stream.emit('prefinish');\n }\n }\n}\n\nfunction finishMaybe(stream, state) {\n var need = needFinish(state);\n if (need) {\n prefinish(stream, state);\n if (state.pendingcb === 0) {\n state.finished = true;\n stream.emit('finish');\n }\n }\n return need;\n}\n\nfunction endWritable(stream, state, cb) {\n state.ending = true;\n finishMaybe(stream, state);\n if (cb) {\n if (state.finished) processNextTick(cb);else stream.once('finish', cb);\n }\n state.ended = true;\n stream.writable = false;\n}\n\nfunction onCorkedFinish(corkReq, state, err) {\n var entry = corkReq.entry;\n corkReq.entry = null;\n while (entry) {\n var cb = entry.callback;\n state.pendingcb--;\n cb(err);\n entry = entry.next;\n }\n if (state.corkedRequestsFree) {\n state.corkedRequestsFree.next = corkReq;\n } else {\n state.corkedRequestsFree = corkReq;\n }\n}\n\nObject.defineProperty(Writable.prototype, 'destroyed', {\n get: function () {\n if (this._writableState === undefined) {\n return false;\n }\n return this._writableState.destroyed;\n },\n set: function (value) {\n // we ignore the value if the stream\n // has not been initialized yet\n if (!this._writableState) {\n return;\n }\n\n // backward compatibility, the user is explicitly\n // managing destroyed\n this._writableState.destroyed = value;\n }\n});\n\nWritable.prototype.destroy = destroyImpl.destroy;\nWritable.prototype._undestroy = destroyImpl.undestroy;\nWritable.prototype._destroy = function (err, cb) {\n this.end();\n cb(err);\n};","'use strict';\n\n/*<replacement>*/\n\nvar _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nvar Buffer = require('safe-buffer').Buffer;\n/*</replacement>*/\n\nfunction copyBuffer(src, target, offset) {\n src.copy(target, offset);\n}\n\nmodule.exports = function () {\n function BufferList() {\n _classCallCheck(this, BufferList);\n\n this.head = null;\n this.tail = null;\n this.length = 0;\n }\n\n _createClass(BufferList, [{\n key: 'push',\n value: function push(v) {\n var entry = { data: v, next: null };\n if (this.length > 0) this.tail.next = entry;else this.head = entry;\n this.tail = entry;\n ++this.length;\n }\n }, {\n key: 'unshift',\n value: function unshift(v) {\n var entry = { data: v, next: this.head };\n if (this.length === 0) this.tail = entry;\n this.head = entry;\n ++this.length;\n }\n }, {\n key: 'shift',\n value: function shift() {\n if (this.length === 0) return;\n var ret = this.head.data;\n if (this.length === 1) this.head = this.tail = null;else this.head = this.head.next;\n --this.length;\n return ret;\n }\n }, {\n key: 'clear',\n value: function clear() {\n this.head = this.tail = null;\n this.length = 0;\n }\n }, {\n key: 'join',\n value: function join(s) {\n if (this.length === 0) return '';\n var p = this.head;\n var ret = '' + p.data;\n while (p = p.next) {\n ret += s + p.data;\n }return ret;\n }\n }, {\n key: 'concat',\n value: function concat(n) {\n if (this.length === 0) return Buffer.alloc(0);\n if (this.length === 1) return this.head.data;\n var ret = Buffer.allocUnsafe(n >>> 0);\n var p = this.head;\n var i = 0;\n while (p) {\n copyBuffer(p.data, ret, i);\n i += p.data.length;\n p = p.next;\n }\n return ret;\n }\n }]);\n\n return BufferList;\n}();","'use strict';\n\n/*<replacement>*/\n\nvar processNextTick = require('process-nextick-args');\n/*</replacement>*/\n\n// undocumented cb() API, needed for core, not for public API\nfunction destroy(err, cb) {\n var _this = this;\n\n var readableDestroyed = this._readableState && this._readableState.destroyed;\n var writableDestroyed = this._writableState && this._writableState.destroyed;\n\n if (readableDestroyed || writableDestroyed) {\n if (cb) {\n cb(err);\n } else if (err && (!this._writableState || !this._writableState.errorEmitted)) {\n processNextTick(emitErrorNT, this, err);\n }\n return;\n }\n\n // we set destroyed to true before firing error callbacks in order\n // to make it re-entrance safe in case destroy() is called within callbacks\n\n if (this._readableState) {\n this._readableState.destroyed = true;\n }\n\n // if this is a duplex stream mark the writable part as destroyed as well\n if (this._writableState) {\n this._writableState.destroyed = true;\n }\n\n this._destroy(err || null, function (err) {\n if (!cb && err) {\n processNextTick(emitErrorNT, _this, err);\n if (_this._writableState) {\n _this._writableState.errorEmitted = true;\n }\n } else if (cb) {\n cb(err);\n }\n });\n}\n\nfunction undestroy() {\n if (this._readableState) {\n this._readableState.destroyed = false;\n this._readableState.reading = false;\n this._readableState.ended = false;\n this._readableState.endEmitted = false;\n }\n\n if (this._writableState) {\n this._writableState.destroyed = false;\n this._writableState.ended = false;\n this._writableState.ending = false;\n this._writableState.finished = false;\n this._writableState.errorEmitted = false;\n }\n}\n\nfunction emitErrorNT(self, err) {\n self.emit('error', err);\n}\n\nmodule.exports = {\n destroy: destroy,\n undestroy: undestroy\n};","module.exports = require('events').EventEmitter;\n","module.exports = require('./readable').PassThrough\n","exports = module.exports = require('./lib/_stream_readable.js');\nexports.Stream = exports;\nexports.Readable = exports;\nexports.Writable = require('./lib/_stream_writable.js');\nexports.Duplex = require('./lib/_stream_duplex.js');\nexports.Transform = require('./lib/_stream_transform.js');\nexports.PassThrough = require('./lib/_stream_passthrough.js');\n","module.exports = require('./readable').Transform\n","module.exports = require('./lib/_stream_writable.js');\n","/* eslint-disable node/no-deprecated-api */\nvar buffer = require('buffer')\nvar Buffer = buffer.Buffer\n\nif (Buffer.from && Buffer.alloc && Buffer.allocUnsafe && Buffer.allocUnsafeSlow) {\n module.exports = buffer\n} else {\n // Copy properties from require('buffer')\n Object.keys(buffer).forEach(function (prop) {\n exports[prop] = buffer[prop]\n })\n exports.Buffer = SafeBuffer\n}\n\nfunction SafeBuffer (arg, encodingOrOffset, length) {\n return Buffer(arg, encodingOrOffset, length)\n}\n\n// Copy static methods from Buffer\nObject.keys(Buffer).forEach(function (prop) {\n SafeBuffer[prop] = Buffer[prop]\n})\n\nSafeBuffer.from = function (arg, encodingOrOffset, length) {\n if (typeof arg === 'number') {\n throw new TypeError('Argument must not be a number')\n }\n return Buffer(arg, encodingOrOffset, length)\n}\n\nSafeBuffer.alloc = function (size, fill, encoding) {\n if (typeof size !== 'number') {\n throw new TypeError('Argument must be a number')\n }\n var buf = Buffer(size)\n if (fill !== undefined) {\n if (typeof encoding === 'string') {\n buf.fill(fill, encoding)\n } else {\n buf.fill(fill)\n }\n } else {\n buf.fill(0)\n }\n return buf\n}\n\nSafeBuffer.allocUnsafe = function (size) {\n if (typeof size !== 'number') {\n throw new TypeError('Argument must be a number')\n }\n return Buffer(size)\n}\n\nSafeBuffer.allocUnsafeSlow = function (size) {\n if (typeof size !== 'number') {\n throw new TypeError('Argument must be a number')\n }\n return buffer.SlowBuffer(size)\n}\n","(function (global, undefined) {\n \"use strict\";\n\n if (global.setImmediate) {\n return;\n }\n\n var nextHandle = 1; // Spec says greater than zero\n var tasksByHandle = {};\n var currentlyRunningATask = false;\n var doc = global.document;\n var registerImmediate;\n\n function setImmediate(callback) {\n // Callback can either be a function or a string\n if (typeof callback !== \"function\") {\n callback = new Function(\"\" + callback);\n }\n // Copy function arguments\n var args = new Array(arguments.length - 1);\n for (var i = 0; i < args.length; i++) {\n args[i] = arguments[i + 1];\n }\n // Store and register the task\n var task = { callback: callback, args: args };\n tasksByHandle[nextHandle] = task;\n registerImmediate(nextHandle);\n return nextHandle++;\n }\n\n function clearImmediate(handle) {\n delete tasksByHandle[handle];\n }\n\n function run(task) {\n var callback = task.callback;\n var args = task.args;\n switch (args.length) {\n case 0:\n callback();\n break;\n case 1:\n callback(args[0]);\n break;\n case 2:\n callback(args[0], args[1]);\n break;\n case 3:\n callback(args[0], args[1], args[2]);\n break;\n default:\n callback.apply(undefined, args);\n break;\n }\n }\n\n function runIfPresent(handle) {\n // From the spec: \"Wait until any invocations of this algorithm started before this one have completed.\"\n // So if we're currently running a task, we'll need to delay this invocation.\n if (currentlyRunningATask) {\n // Delay by doing a setTimeout. setImmediate was tried instead, but in Firefox 7 it generated a\n // \"too much recursion\" error.\n setTimeout(runIfPresent, 0, handle);\n } else {\n var task = tasksByHandle[handle];\n if (task) {\n currentlyRunningATask = true;\n try {\n run(task);\n } finally {\n clearImmediate(handle);\n currentlyRunningATask = false;\n }\n }\n }\n }\n\n function installNextTickImplementation() {\n registerImmediate = function(handle) {\n process.nextTick(function () { runIfPresent(handle); });\n };\n }\n\n function canUsePostMessage() {\n // The test against `importScripts` prevents this implementation from being installed inside a web worker,\n // where `global.postMessage` means something completely different and can't be used for this purpose.\n if (global.postMessage && !global.importScripts) {\n var postMessageIsAsynchronous = true;\n var oldOnMessage = global.onmessage;\n global.onmessage = function() {\n postMessageIsAsynchronous = false;\n };\n global.postMessage(\"\", \"*\");\n global.onmessage = oldOnMessage;\n return postMessageIsAsynchronous;\n }\n }\n\n function installPostMessageImplementation() {\n // Installs an event handler on `global` for the `message` event: see\n // * https://developer.mozilla.org/en/DOM/window.postMessage\n // * http://www.whatwg.org/specs/web-apps/current-work/multipage/comms.html#crossDocumentMessages\n\n var messagePrefix = \"setImmediate$\" + Math.random() + \"$\";\n var onGlobalMessage = function(event) {\n if (event.source === global &&\n typeof event.data === \"string\" &&\n event.data.indexOf(messagePrefix) === 0) {\n runIfPresent(+event.data.slice(messagePrefix.length));\n }\n };\n\n if (global.addEventListener) {\n global.addEventListener(\"message\", onGlobalMessage, false);\n } else {\n global.attachEvent(\"onmessage\", onGlobalMessage);\n }\n\n registerImmediate = function(handle) {\n global.postMessage(messagePrefix + handle, \"*\");\n };\n }\n\n function installMessageChannelImplementation() {\n var channel = new MessageChannel();\n channel.port1.onmessage = function(event) {\n var handle = event.data;\n runIfPresent(handle);\n };\n\n registerImmediate = function(handle) {\n channel.port2.postMessage(handle);\n };\n }\n\n function installReadyStateChangeImplementation() {\n var html = doc.documentElement;\n registerImmediate = function(handle) {\n // Create a <script> element; its readystatechange event will be fired asynchronously once it is inserted\n // into the document. Do so, thus queuing up the task. Remember to clean up once it's been called.\n var script = doc.createElement(\"script\");\n script.onreadystatechange = function () {\n runIfPresent(handle);\n script.onreadystatechange = null;\n html.removeChild(script);\n script = null;\n };\n html.appendChild(script);\n };\n }\n\n function installSetTimeoutImplementation() {\n registerImmediate = function(handle) {\n setTimeout(runIfPresent, 0, handle);\n };\n }\n\n // If supported, we should attach to the prototype of global, since that is where setTimeout et al. live.\n var attachTo = Object.getPrototypeOf && Object.getPrototypeOf(global);\n attachTo = attachTo && attachTo.setTimeout ? attachTo : global;\n\n // Don't get fooled by e.g. browserify environments.\n if ({}.toString.call(global.process) === \"[object process]\") {\n // For Node.js before 0.9\n installNextTickImplementation();\n\n } else if (canUsePostMessage()) {\n // For non-IE10 modern browsers\n installPostMessageImplementation();\n\n } else if (global.MessageChannel) {\n // For web workers, where supported\n installMessageChannelImplementation();\n\n } else if (doc && \"onreadystatechange\" in doc.createElement(\"script\")) {\n // For IE 6–8\n installReadyStateChangeImplementation();\n\n } else {\n // For older browsers\n installSetTimeoutImplementation();\n }\n\n attachTo.setImmediate = setImmediate;\n attachTo.clearImmediate = clearImmediate;\n}(typeof self === \"undefined\" ? typeof global === \"undefined\" ? this : global : self));\n","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nmodule.exports = Stream;\n\nvar EE = require('events').EventEmitter;\nvar inherits = require('inherits');\n\ninherits(Stream, EE);\nStream.Readable = require('readable-stream/readable.js');\nStream.Writable = require('readable-stream/writable.js');\nStream.Duplex = require('readable-stream/duplex.js');\nStream.Transform = require('readable-stream/transform.js');\nStream.PassThrough = require('readable-stream/passthrough.js');\n\n// Backwards-compat with node 0.4.x\nStream.Stream = Stream;\n\n\n\n// old-style streams. Note that the pipe method (the only relevant\n// part of this class) is overridden in the Readable class.\n\nfunction Stream() {\n EE.call(this);\n}\n\nStream.prototype.pipe = function(dest, options) {\n var source = this;\n\n function ondata(chunk) {\n if (dest.writable) {\n if (false === dest.write(chunk) && source.pause) {\n source.pause();\n }\n }\n }\n\n source.on('data', ondata);\n\n function ondrain() {\n if (source.readable && source.resume) {\n source.resume();\n }\n }\n\n dest.on('drain', ondrain);\n\n // If the 'end' option is not supplied, dest.end() will be called when\n // source gets the 'end' or 'close' events. Only dest.end() once.\n if (!dest._isStdio && (!options || options.end !== false)) {\n source.on('end', onend);\n source.on('close', onclose);\n }\n\n var didOnEnd = false;\n function onend() {\n if (didOnEnd) return;\n didOnEnd = true;\n\n dest.end();\n }\n\n\n function onclose() {\n if (didOnEnd) return;\n didOnEnd = true;\n\n if (typeof dest.destroy === 'function') dest.destroy();\n }\n\n // don't leave dangling pipes when there are errors.\n function onerror(er) {\n cleanup();\n if (EE.listenerCount(this, 'error') === 0) {\n throw er; // Unhandled stream error in pipe.\n }\n }\n\n source.on('error', onerror);\n dest.on('error', onerror);\n\n // remove all the event listeners that were added.\n function cleanup() {\n source.removeListener('data', ondata);\n dest.removeListener('drain', ondrain);\n\n source.removeListener('end', onend);\n source.removeListener('close', onclose);\n\n source.removeListener('error', onerror);\n dest.removeListener('error', onerror);\n\n source.removeListener('end', cleanup);\n source.removeListener('close', cleanup);\n\n dest.removeListener('close', cleanup);\n }\n\n source.on('end', cleanup);\n source.on('close', cleanup);\n\n dest.on('close', cleanup);\n\n dest.emit('pipe', source);\n\n // Allow for unix-like usage: A.pipe(B).pipe(C)\n return dest;\n};\n","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n'use strict';\n\n/*<replacement>*/\n\nvar Buffer = require('safe-buffer').Buffer;\n/*</replacement>*/\n\nvar isEncoding = Buffer.isEncoding || function (encoding) {\n encoding = '' + encoding;\n switch (encoding && encoding.toLowerCase()) {\n case 'hex':case 'utf8':case 'utf-8':case 'ascii':case 'binary':case 'base64':case 'ucs2':case 'ucs-2':case 'utf16le':case 'utf-16le':case 'raw':\n return true;\n default:\n return false;\n }\n};\n\nfunction _normalizeEncoding(enc) {\n if (!enc) return 'utf8';\n var retried;\n while (true) {\n switch (enc) {\n case 'utf8':\n case 'utf-8':\n return 'utf8';\n case 'ucs2':\n case 'ucs-2':\n case 'utf16le':\n case 'utf-16le':\n return 'utf16le';\n case 'latin1':\n case 'binary':\n return 'latin1';\n case 'base64':\n case 'ascii':\n case 'hex':\n return enc;\n default:\n if (retried) return; // undefined\n enc = ('' + enc).toLowerCase();\n retried = true;\n }\n }\n};\n\n// Do not cache `Buffer.isEncoding` when checking encoding names as some\n// modules monkey-patch it to support additional encodings\nfunction normalizeEncoding(enc) {\n var nenc = _normalizeEncoding(enc);\n if (typeof nenc !== 'string' && (Buffer.isEncoding === isEncoding || !isEncoding(enc))) throw new Error('Unknown encoding: ' + enc);\n return nenc || enc;\n}\n\n// StringDecoder provides an interface for efficiently splitting a series of\n// buffers into a series of JS strings without breaking apart multi-byte\n// characters.\nexports.StringDecoder = StringDecoder;\nfunction StringDecoder(encoding) {\n this.encoding = normalizeEncoding(encoding);\n var nb;\n switch (this.encoding) {\n case 'utf16le':\n this.text = utf16Text;\n this.end = utf16End;\n nb = 4;\n break;\n case 'utf8':\n this.fillLast = utf8FillLast;\n nb = 4;\n break;\n case 'base64':\n this.text = base64Text;\n this.end = base64End;\n nb = 3;\n break;\n default:\n this.write = simpleWrite;\n this.end = simpleEnd;\n return;\n }\n this.lastNeed = 0;\n this.lastTotal = 0;\n this.lastChar = Buffer.allocUnsafe(nb);\n}\n\nStringDecoder.prototype.write = function (buf) {\n if (buf.length === 0) return '';\n var r;\n var i;\n if (this.lastNeed) {\n r = this.fillLast(buf);\n if (r === undefined) return '';\n i = this.lastNeed;\n this.lastNeed = 0;\n } else {\n i = 0;\n }\n if (i < buf.length) return r ? r + this.text(buf, i) : this.text(buf, i);\n return r || '';\n};\n\nStringDecoder.prototype.end = utf8End;\n\n// Returns only complete characters in a Buffer\nStringDecoder.prototype.text = utf8Text;\n\n// Attempts to complete a partial non-UTF-8 character using bytes from a Buffer\nStringDecoder.prototype.fillLast = function (buf) {\n if (this.lastNeed <= buf.length) {\n buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, this.lastNeed);\n return this.lastChar.toString(this.encoding, 0, this.lastTotal);\n }\n buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, buf.length);\n this.lastNeed -= buf.length;\n};\n\n// Checks the type of a UTF-8 byte, whether it's ASCII, a leading byte, or a\n// continuation byte. If an invalid byte is detected, -2 is returned.\nfunction utf8CheckByte(byte) {\n if (byte <= 0x7F) return 0;else if (byte >> 5 === 0x06) return 2;else if (byte >> 4 === 0x0E) return 3;else if (byte >> 3 === 0x1E) return 4;\n return byte >> 6 === 0x02 ? -1 : -2;\n}\n\n// Checks at most 3 bytes at the end of a Buffer in order to detect an\n// incomplete multi-byte UTF-8 character. The total number of bytes (2, 3, or 4)\n// needed to complete the UTF-8 character (if applicable) are returned.\nfunction utf8CheckIncomplete(self, buf, i) {\n var j = buf.length - 1;\n if (j < i) return 0;\n var nb = utf8CheckByte(buf[j]);\n if (nb >= 0) {\n if (nb > 0) self.lastNeed = nb - 1;\n return nb;\n }\n if (--j < i || nb === -2) return 0;\n nb = utf8CheckByte(buf[j]);\n if (nb >= 0) {\n if (nb > 0) self.lastNeed = nb - 2;\n return nb;\n }\n if (--j < i || nb === -2) return 0;\n nb = utf8CheckByte(buf[j]);\n if (nb >= 0) {\n if (nb > 0) {\n if (nb === 2) nb = 0;else self.lastNeed = nb - 3;\n }\n return nb;\n }\n return 0;\n}\n\n// Validates as many continuation bytes for a multi-byte UTF-8 character as\n// needed or are available. If we see a non-continuation byte where we expect\n// one, we \"replace\" the validated continuation bytes we've seen so far with\n// a single UTF-8 replacement character ('\\ufffd'), to match v8's UTF-8 decoding\n// behavior. The continuation byte check is included three times in the case\n// where all of the continuation bytes for a character exist in the same buffer.\n// It is also done this way as a slight performance increase instead of using a\n// loop.\nfunction utf8CheckExtraBytes(self, buf, p) {\n if ((buf[0] & 0xC0) !== 0x80) {\n self.lastNeed = 0;\n return '\\ufffd';\n }\n if (self.lastNeed > 1 && buf.length > 1) {\n if ((buf[1] & 0xC0) !== 0x80) {\n self.lastNeed = 1;\n return '\\ufffd';\n }\n if (self.lastNeed > 2 && buf.length > 2) {\n if ((buf[2] & 0xC0) !== 0x80) {\n self.lastNeed = 2;\n return '\\ufffd';\n }\n }\n }\n}\n\n// Attempts to complete a multi-byte UTF-8 character using bytes from a Buffer.\nfunction utf8FillLast(buf) {\n var p = this.lastTotal - this.lastNeed;\n var r = utf8CheckExtraBytes(this, buf, p);\n if (r !== undefined) return r;\n if (this.lastNeed <= buf.length) {\n buf.copy(this.lastChar, p, 0, this.lastNeed);\n return this.lastChar.toString(this.encoding, 0, this.lastTotal);\n }\n buf.copy(this.lastChar, p, 0, buf.length);\n this.lastNeed -= buf.length;\n}\n\n// Returns all complete UTF-8 characters in a Buffer. If the Buffer ended on a\n// partial character, the character's bytes are buffered until the required\n// number of bytes are available.\nfunction utf8Text(buf, i) {\n var total = utf8CheckIncomplete(this, buf, i);\n if (!this.lastNeed) return buf.toString('utf8', i);\n this.lastTotal = total;\n var end = buf.length - (total - this.lastNeed);\n buf.copy(this.lastChar, 0, end);\n return buf.toString('utf8', i, end);\n}\n\n// For UTF-8, a replacement character is added when ending on a partial\n// character.\nfunction utf8End(buf) {\n var r = buf && buf.length ? this.write(buf) : '';\n if (this.lastNeed) return r + '\\ufffd';\n return r;\n}\n\n// UTF-16LE typically needs two bytes per character, but even if we have an even\n// number of bytes available, we need to check if we end on a leading/high\n// surrogate. In that case, we need to wait for the next two bytes in order to\n// decode the last character properly.\nfunction utf16Text(buf, i) {\n if ((buf.length - i) % 2 === 0) {\n var r = buf.toString('utf16le', i);\n if (r) {\n var c = r.charCodeAt(r.length - 1);\n if (c >= 0xD800 && c <= 0xDBFF) {\n this.lastNeed = 2;\n this.lastTotal = 4;\n this.lastChar[0] = buf[buf.length - 2];\n this.lastChar[1] = buf[buf.length - 1];\n return r.slice(0, -1);\n }\n }\n return r;\n }\n this.lastNeed = 1;\n this.lastTotal = 2;\n this.lastChar[0] = buf[buf.length - 1];\n return buf.toString('utf16le', i, buf.length - 1);\n}\n\n// For UTF-16LE we do not explicitly append special replacement characters if we\n// end on a partial character, we simply let v8 handle that.\nfunction utf16End(buf) {\n var r = buf && buf.length ? this.write(buf) : '';\n if (this.lastNeed) {\n var end = this.lastTotal - this.lastNeed;\n return r + this.lastChar.toString('utf16le', 0, end);\n }\n return r;\n}\n\nfunction base64Text(buf, i) {\n var n = (buf.length - i) % 3;\n if (n === 0) return buf.toString('base64', i);\n this.lastNeed = 3 - n;\n this.lastTotal = 3;\n if (n === 1) {\n this.lastChar[0] = buf[buf.length - 1];\n } else {\n this.lastChar[0] = buf[buf.length - 2];\n this.lastChar[1] = buf[buf.length - 1];\n }\n return buf.toString('base64', i, buf.length - n);\n}\n\nfunction base64End(buf) {\n var r = buf && buf.length ? this.write(buf) : '';\n if (this.lastNeed) return r + this.lastChar.toString('base64', 0, 3 - this.lastNeed);\n return r;\n}\n\n// Pass bytes on through for single-byte encodings (e.g. ascii, latin1, hex)\nfunction simpleWrite(buf) {\n return buf.toString(this.encoding);\n}\n\nfunction simpleEnd(buf) {\n return buf && buf.length ? this.write(buf) : '';\n}","var scope = (typeof global !== \"undefined\" && global) ||\n (typeof self !== \"undefined\" && self) ||\n window;\nvar apply = Function.prototype.apply;\n\n// DOM APIs, for completeness\n\nexports.setTimeout = function() {\n return new Timeout(apply.call(setTimeout, scope, arguments), clearTimeout);\n};\nexports.setInterval = function() {\n return new Timeout(apply.call(setInterval, scope, arguments), clearInterval);\n};\nexports.clearTimeout =\nexports.clearInterval = function(timeout) {\n if (timeout) {\n timeout.close();\n }\n};\n\nfunction Timeout(id, clearFn) {\n this._id = id;\n this._clearFn = clearFn;\n}\nTimeout.prototype.unref = Timeout.prototype.ref = function() {};\nTimeout.prototype.close = function() {\n this._clearFn.call(scope, this._id);\n};\n\n// Does not start the time, just sets up the members needed.\nexports.enroll = function(item, msecs) {\n clearTimeout(item._idleTimeoutId);\n item._idleTimeout = msecs;\n};\n\nexports.unenroll = function(item) {\n clearTimeout(item._idleTimeoutId);\n item._idleTimeout = -1;\n};\n\nexports._unrefActive = exports.active = function(item) {\n clearTimeout(item._idleTimeoutId);\n\n var msecs = item._idleTimeout;\n if (msecs >= 0) {\n item._idleTimeoutId = setTimeout(function onTimeout() {\n if (item._onTimeout)\n item._onTimeout();\n }, msecs);\n }\n};\n\n// setimmediate attaches itself to the global object\nrequire(\"setimmediate\");\n// On some exotic environments, it's not clear which object `setimmediate` was\n// able to install onto. Search each possibility in the same order as the\n// `setimmediate` library.\nexports.setImmediate = (typeof self !== \"undefined\" && self.setImmediate) ||\n (typeof global !== \"undefined\" && global.setImmediate) ||\n (this && this.setImmediate);\nexports.clearImmediate = (typeof self !== \"undefined\" && self.clearImmediate) ||\n (typeof global !== \"undefined\" && global.clearImmediate) ||\n (this && this.clearImmediate);\n","\n/**\n * Module exports.\n */\n\nmodule.exports = deprecate;\n\n/**\n * Mark that a method should not be used.\n * Returns a modified function which warns once by default.\n *\n * If `localStorage.noDeprecation = true` is set, then it is a no-op.\n *\n * If `localStorage.throwDeprecation = true` is set, then deprecated functions\n * will throw an Error when invoked.\n *\n * If `localStorage.traceDeprecation = true` is set, then deprecated functions\n * will invoke `console.trace()` instead of `console.error()`.\n *\n * @param {Function} fn - the function to deprecate\n * @param {String} msg - the string to print to the console when `fn` is invoked\n * @returns {Function} a new \"deprecated\" version of `fn`\n * @api public\n */\n\nfunction deprecate (fn, msg) {\n if (config('noDeprecation')) {\n return fn;\n }\n\n var warned = false;\n function deprecated() {\n if (!warned) {\n if (config('throwDeprecation')) {\n throw new Error(msg);\n } else if (config('traceDeprecation')) {\n console.trace(msg);\n } else {\n console.warn(msg);\n }\n warned = true;\n }\n return fn.apply(this, arguments);\n }\n\n return deprecated;\n}\n\n/**\n * Checks `localStorage` for boolean values for the given `name`.\n *\n * @param {String} name\n * @returns {Boolean}\n * @api private\n */\n\nfunction config (name) {\n // accessing global.localStorage can trigger a DOMException in sandboxed iframes\n try {\n if (!global.localStorage) return false;\n } catch (_) {\n return false;\n }\n var val = global.localStorage[name];\n if (null == val) return false;\n return String(val).toLowerCase() === 'true';\n}\n","module.exports = function isBuffer(arg) {\n return arg && typeof arg === 'object'\n && typeof arg.copy === 'function'\n && typeof arg.fill === 'function'\n && typeof arg.readUInt8 === 'function';\n}","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nvar getOwnPropertyDescriptors = Object.getOwnPropertyDescriptors ||\n function getOwnPropertyDescriptors(obj) {\n var keys = Object.keys(obj);\n var descriptors = {};\n for (var i = 0; i < keys.length; i++) {\n descriptors[keys[i]] = Object.getOwnPropertyDescriptor(obj, keys[i]);\n }\n return descriptors;\n };\n\nvar formatRegExp = /%[sdj%]/g;\nexports.format = function(f) {\n if (!isString(f)) {\n var objects = [];\n for (var i = 0; i < arguments.length; i++) {\n objects.push(inspect(arguments[i]));\n }\n return objects.join(' ');\n }\n\n var i = 1;\n var args = arguments;\n var len = args.length;\n var str = String(f).replace(formatRegExp, function(x) {\n if (x === '%%') return '%';\n if (i >= len) return x;\n switch (x) {\n case '%s': return String(args[i++]);\n case '%d': return Number(args[i++]);\n case '%j':\n try {\n return JSON.stringify(args[i++]);\n } catch (_) {\n return '[Circular]';\n }\n default:\n return x;\n }\n });\n for (var x = args[i]; i < len; x = args[++i]) {\n if (isNull(x) || !isObject(x)) {\n str += ' ' + x;\n } else {\n str += ' ' + inspect(x);\n }\n }\n return str;\n};\n\n\n// Mark that a method should not be used.\n// Returns a modified function which warns once by default.\n// If --no-deprecation is set, then it is a no-op.\nexports.deprecate = function(fn, msg) {\n if (typeof process !== 'undefined' && process.noDeprecation === true) {\n return fn;\n }\n\n // Allow for deprecating things in the process of starting up.\n if (typeof process === 'undefined') {\n return function() {\n return exports.deprecate(fn, msg).apply(this, arguments);\n };\n }\n\n var warned = false;\n function deprecated() {\n if (!warned) {\n if (process.throwDeprecation) {\n throw new Error(msg);\n } else if (process.traceDeprecation) {\n console.trace(msg);\n } else {\n console.error(msg);\n }\n warned = true;\n }\n return fn.apply(this, arguments);\n }\n\n return deprecated;\n};\n\n\nvar debugs = {};\nvar debugEnviron;\nexports.debuglog = function(set) {\n if (isUndefined(debugEnviron))\n debugEnviron = process.env.NODE_DEBUG || '';\n set = set.toUpperCase();\n if (!debugs[set]) {\n if (new RegExp('\\\\b' + set + '\\\\b', 'i').test(debugEnviron)) {\n var pid = process.pid;\n debugs[set] = function() {\n var msg = exports.format.apply(exports, arguments);\n console.error('%s %d: %s', set, pid, msg);\n };\n } else {\n debugs[set] = function() {};\n }\n }\n return debugs[set];\n};\n\n\n/**\n * Echos the value of a value. Trys to print the value out\n * in the best way possible given the different types.\n *\n * @param {Object} obj The object to print out.\n * @param {Object} opts Optional options object that alters the output.\n */\n/* legacy: obj, showHidden, depth, colors*/\nfunction inspect(obj, opts) {\n // default options\n var ctx = {\n seen: [],\n stylize: stylizeNoColor\n };\n // legacy...\n if (arguments.length >= 3) ctx.depth = arguments[2];\n if (arguments.length >= 4) ctx.colors = arguments[3];\n if (isBoolean(opts)) {\n // legacy...\n ctx.showHidden = opts;\n } else if (opts) {\n // got an \"options\" object\n exports._extend(ctx, opts);\n }\n // set default options\n if (isUndefined(ctx.showHidden)) ctx.showHidden = false;\n if (isUndefined(ctx.depth)) ctx.depth = 2;\n if (isUndefined(ctx.colors)) ctx.colors = false;\n if (isUndefined(ctx.customInspect)) ctx.customInspect = true;\n if (ctx.colors) ctx.stylize = stylizeWithColor;\n return formatValue(ctx, obj, ctx.depth);\n}\nexports.inspect = inspect;\n\n\n// http://en.wikipedia.org/wiki/ANSI_escape_code#graphics\ninspect.colors = {\n 'bold' : [1, 22],\n 'italic' : [3, 23],\n 'underline' : [4, 24],\n 'inverse' : [7, 27],\n 'white' : [37, 39],\n 'grey' : [90, 39],\n 'black' : [30, 39],\n 'blue' : [34, 39],\n 'cyan' : [36, 39],\n 'green' : [32, 39],\n 'magenta' : [35, 39],\n 'red' : [31, 39],\n 'yellow' : [33, 39]\n};\n\n// Don't use 'blue' not visible on cmd.exe\ninspect.styles = {\n 'special': 'cyan',\n 'number': 'yellow',\n 'boolean': 'yellow',\n 'undefined': 'grey',\n 'null': 'bold',\n 'string': 'green',\n 'date': 'magenta',\n // \"name\": intentionally not styling\n 'regexp': 'red'\n};\n\n\nfunction stylizeWithColor(str, styleType) {\n var style = inspect.styles[styleType];\n\n if (style) {\n return '\\u001b[' + inspect.colors[style][0] + 'm' + str +\n '\\u001b[' + inspect.colors[style][1] + 'm';\n } else {\n return str;\n }\n}\n\n\nfunction stylizeNoColor(str, styleType) {\n return str;\n}\n\n\nfunction arrayToHash(array) {\n var hash = {};\n\n array.forEach(function(val, idx) {\n hash[val] = true;\n });\n\n return hash;\n}\n\n\nfunction formatValue(ctx, value, recurseTimes) {\n // Provide a hook for user-specified inspect functions.\n // Check that value is an object with an inspect function on it\n if (ctx.customInspect &&\n value &&\n isFunction(value.inspect) &&\n // Filter out the util module, it's inspect function is special\n value.inspect !== exports.inspect &&\n // Also filter out any prototype objects using the circular check.\n !(value.constructor && value.constructor.prototype === value)) {\n var ret = value.inspect(recurseTimes, ctx);\n if (!isString(ret)) {\n ret = formatValue(ctx, ret, recurseTimes);\n }\n return ret;\n }\n\n // Primitive types cannot have properties\n var primitive = formatPrimitive(ctx, value);\n if (primitive) {\n return primitive;\n }\n\n // Look up the keys of the object.\n var keys = Object.keys(value);\n var visibleKeys = arrayToHash(keys);\n\n if (ctx.showHidden) {\n keys = Object.getOwnPropertyNames(value);\n }\n\n // IE doesn't make error fields non-enumerable\n // http://msdn.microsoft.com/en-us/library/ie/dww52sbt(v=vs.94).aspx\n if (isError(value)\n && (keys.indexOf('message') >= 0 || keys.indexOf('description') >= 0)) {\n return formatError(value);\n }\n\n // Some type of object without properties can be shortcutted.\n if (keys.length === 0) {\n if (isFunction(value)) {\n var name = value.name ? ': ' + value.name : '';\n return ctx.stylize('[Function' + name + ']', 'special');\n }\n if (isRegExp(value)) {\n return ctx.stylize(RegExp.prototype.toString.call(value), 'regexp');\n }\n if (isDate(value)) {\n return ctx.stylize(Date.prototype.toString.call(value), 'date');\n }\n if (isError(value)) {\n return formatError(value);\n }\n }\n\n var base = '', array = false, braces = ['{', '}'];\n\n // Make Array say that they are Array\n if (isArray(value)) {\n array = true;\n braces = ['[', ']'];\n }\n\n // Make functions say that they are functions\n if (isFunction(value)) {\n var n = value.name ? ': ' + value.name : '';\n base = ' [Function' + n + ']';\n }\n\n // Make RegExps say that they are RegExps\n if (isRegExp(value)) {\n base = ' ' + RegExp.prototype.toString.call(value);\n }\n\n // Make dates with properties first say the date\n if (isDate(value)) {\n base = ' ' + Date.prototype.toUTCString.call(value);\n }\n\n // Make error with message first say the error\n if (isError(value)) {\n base = ' ' + formatError(value);\n }\n\n if (keys.length === 0 && (!array || value.length == 0)) {\n return braces[0] + base + braces[1];\n }\n\n if (recurseTimes < 0) {\n if (isRegExp(value)) {\n return ctx.stylize(RegExp.prototype.toString.call(value), 'regexp');\n } else {\n return ctx.stylize('[Object]', 'special');\n }\n }\n\n ctx.seen.push(value);\n\n var output;\n if (array) {\n output = formatArray(ctx, value, recurseTimes, visibleKeys, keys);\n } else {\n output = keys.map(function(key) {\n return formatProperty(ctx, value, recurseTimes, visibleKeys, key, array);\n });\n }\n\n ctx.seen.pop();\n\n return reduceToSingleString(output, base, braces);\n}\n\n\nfunction formatPrimitive(ctx, value) {\n if (isUndefined(value))\n return ctx.stylize('undefined', 'undefined');\n if (isString(value)) {\n var simple = '\\'' + JSON.stringify(value).replace(/^\"|\"$/g, '')\n .replace(/'/g, \"\\\\'\")\n .replace(/\\\\\"/g, '\"') + '\\'';\n return ctx.stylize(simple, 'string');\n }\n if (isNumber(value))\n return ctx.stylize('' + value, 'number');\n if (isBoolean(value))\n return ctx.stylize('' + value, 'boolean');\n // For some reason typeof null is \"object\", so special case here.\n if (isNull(value))\n return ctx.stylize('null', 'null');\n}\n\n\nfunction formatError(value) {\n return '[' + Error.prototype.toString.call(value) + ']';\n}\n\n\nfunction formatArray(ctx, value, recurseTimes, visibleKeys, keys) {\n var output = [];\n for (var i = 0, l = value.length; i < l; ++i) {\n if (hasOwnProperty(value, String(i))) {\n output.push(formatProperty(ctx, value, recurseTimes, visibleKeys,\n String(i), true));\n } else {\n output.push('');\n }\n }\n keys.forEach(function(key) {\n if (!key.match(/^\\d+$/)) {\n output.push(formatProperty(ctx, value, recurseTimes, visibleKeys,\n key, true));\n }\n });\n return output;\n}\n\n\nfunction formatProperty(ctx, value, recurseTimes, visibleKeys, key, array) {\n var name, str, desc;\n desc = Object.getOwnPropertyDescriptor(value, key) || { value: value[key] };\n if (desc.get) {\n if (desc.set) {\n str = ctx.stylize('[Getter/Setter]', 'special');\n } else {\n str = ctx.stylize('[Getter]', 'special');\n }\n } else {\n if (desc.set) {\n str = ctx.stylize('[Setter]', 'special');\n }\n }\n if (!hasOwnProperty(visibleKeys, key)) {\n name = '[' + key + ']';\n }\n if (!str) {\n if (ctx.seen.indexOf(desc.value) < 0) {\n if (isNull(recurseTimes)) {\n str = formatValue(ctx, desc.value, null);\n } else {\n str = formatValue(ctx, desc.value, recurseTimes - 1);\n }\n if (str.indexOf('\\n') > -1) {\n if (array) {\n str = str.split('\\n').map(function(line) {\n return ' ' + line;\n }).join('\\n').substr(2);\n } else {\n str = '\\n' + str.split('\\n').map(function(line) {\n return ' ' + line;\n }).join('\\n');\n }\n }\n } else {\n str = ctx.stylize('[Circular]', 'special');\n }\n }\n if (isUndefined(name)) {\n if (array && key.match(/^\\d+$/)) {\n return str;\n }\n name = JSON.stringify('' + key);\n if (name.match(/^\"([a-zA-Z_][a-zA-Z_0-9]*)\"$/)) {\n name = name.substr(1, name.length - 2);\n name = ctx.stylize(name, 'name');\n } else {\n name = name.replace(/'/g, \"\\\\'\")\n .replace(/\\\\\"/g, '\"')\n .replace(/(^\"|\"$)/g, \"'\");\n name = ctx.stylize(name, 'string');\n }\n }\n\n return name + ': ' + str;\n}\n\n\nfunction reduceToSingleString(output, base, braces) {\n var numLinesEst = 0;\n var length = output.reduce(function(prev, cur) {\n numLinesEst++;\n if (cur.indexOf('\\n') >= 0) numLinesEst++;\n return prev + cur.replace(/\\u001b\\[\\d\\d?m/g, '').length + 1;\n }, 0);\n\n if (length > 60) {\n return braces[0] +\n (base === '' ? '' : base + '\\n ') +\n ' ' +\n output.join(',\\n ') +\n ' ' +\n braces[1];\n }\n\n return braces[0] + base + ' ' + output.join(', ') + ' ' + braces[1];\n}\n\n\n// NOTE: These type checking functions intentionally don't use `instanceof`\n// because it is fragile and can be easily faked with `Object.create()`.\nfunction isArray(ar) {\n return Array.isArray(ar);\n}\nexports.isArray = isArray;\n\nfunction isBoolean(arg) {\n return typeof arg === 'boolean';\n}\nexports.isBoolean = isBoolean;\n\nfunction isNull(arg) {\n return arg === null;\n}\nexports.isNull = isNull;\n\nfunction isNullOrUndefined(arg) {\n return arg == null;\n}\nexports.isNullOrUndefined = isNullOrUndefined;\n\nfunction isNumber(arg) {\n return typeof arg === 'number';\n}\nexports.isNumber = isNumber;\n\nfunction isString(arg) {\n return typeof arg === 'string';\n}\nexports.isString = isString;\n\nfunction isSymbol(arg) {\n return typeof arg === 'symbol';\n}\nexports.isSymbol = isSymbol;\n\nfunction isUndefined(arg) {\n return arg === void 0;\n}\nexports.isUndefined = isUndefined;\n\nfunction isRegExp(re) {\n return isObject(re) && objectToString(re) === '[object RegExp]';\n}\nexports.isRegExp = isRegExp;\n\nfunction isObject(arg) {\n return typeof arg === 'object' && arg !== null;\n}\nexports.isObject = isObject;\n\nfunction isDate(d) {\n return isObject(d) && objectToString(d) === '[object Date]';\n}\nexports.isDate = isDate;\n\nfunction isError(e) {\n return isObject(e) &&\n (objectToString(e) === '[object Error]' || e instanceof Error);\n}\nexports.isError = isError;\n\nfunction isFunction(arg) {\n return typeof arg === 'function';\n}\nexports.isFunction = isFunction;\n\nfunction isPrimitive(arg) {\n return arg === null ||\n typeof arg === 'boolean' ||\n typeof arg === 'number' ||\n typeof arg === 'string' ||\n typeof arg === 'symbol' || // ES6 symbol\n typeof arg === 'undefined';\n}\nexports.isPrimitive = isPrimitive;\n\nexports.isBuffer = require('./support/isBuffer');\n\nfunction objectToString(o) {\n return Object.prototype.toString.call(o);\n}\n\n\nfunction pad(n) {\n return n < 10 ? '0' + n.toString(10) : n.toString(10);\n}\n\n\nvar months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep',\n 'Oct', 'Nov', 'Dec'];\n\n// 26 Feb 16:19:34\nfunction timestamp() {\n var d = new Date();\n var time = [pad(d.getHours()),\n pad(d.getMinutes()),\n pad(d.getSeconds())].join(':');\n return [d.getDate(), months[d.getMonth()], time].join(' ');\n}\n\n\n// log is just a thin wrapper to console.log that prepends a timestamp\nexports.log = function() {\n console.log('%s - %s', timestamp(), exports.format.apply(exports, arguments));\n};\n\n\n/**\n * Inherit the prototype methods from one constructor into another.\n *\n * The Function.prototype.inherits from lang.js rewritten as a standalone\n * function (not on Function.prototype). NOTE: If this file is to be loaded\n * during bootstrapping this function needs to be rewritten using some native\n * functions as prototype setup using normal JavaScript does not work as\n * expected during bootstrapping (see mirror.js in r114903).\n *\n * @param {function} ctor Constructor function which needs to inherit the\n * prototype.\n * @param {function} superCtor Constructor function to inherit prototype from.\n */\nexports.inherits = require('inherits');\n\nexports._extend = function(origin, add) {\n // Don't do anything if add isn't an object\n if (!add || !isObject(add)) return origin;\n\n var keys = Object.keys(add);\n var i = keys.length;\n while (i--) {\n origin[keys[i]] = add[keys[i]];\n }\n return origin;\n};\n\nfunction hasOwnProperty(obj, prop) {\n return Object.prototype.hasOwnProperty.call(obj, prop);\n}\n\nvar kCustomPromisifiedSymbol = typeof Symbol !== 'undefined' ? Symbol('util.promisify.custom') : undefined;\n\nexports.promisify = function promisify(original) {\n if (typeof original !== 'function')\n throw new TypeError('The \"original\" argument must be of type Function');\n\n if (kCustomPromisifiedSymbol && original[kCustomPromisifiedSymbol]) {\n var fn = original[kCustomPromisifiedSymbol];\n if (typeof fn !== 'function') {\n throw new TypeError('The \"util.promisify.custom\" argument must be of type Function');\n }\n Object.defineProperty(fn, kCustomPromisifiedSymbol, {\n value: fn, enumerable: false, writable: false, configurable: true\n });\n return fn;\n }\n\n function fn() {\n var promiseResolve, promiseReject;\n var promise = new Promise(function (resolve, reject) {\n promiseResolve = resolve;\n promiseReject = reject;\n });\n\n var args = [];\n for (var i = 0; i < arguments.length; i++) {\n args.push(arguments[i]);\n }\n args.push(function (err, value) {\n if (err) {\n promiseReject(err);\n } else {\n promiseResolve(value);\n }\n });\n\n try {\n original.apply(this, args);\n } catch (err) {\n promiseReject(err);\n }\n\n return promise;\n }\n\n Object.setPrototypeOf(fn, Object.getPrototypeOf(original));\n\n if (kCustomPromisifiedSymbol) Object.defineProperty(fn, kCustomPromisifiedSymbol, {\n value: fn, enumerable: false, writable: false, configurable: true\n });\n return Object.defineProperties(\n fn,\n getOwnPropertyDescriptors(original)\n );\n}\n\nexports.promisify.custom = kCustomPromisifiedSymbol\n\nfunction callbackifyOnRejected(reason, cb) {\n // `!reason` guard inspired by bluebird (Ref: https://goo.gl/t5IS6M).\n // Because `null` is a special error value in callbacks which means \"no error\n // occurred\", we error-wrap so the callback consumer can distinguish between\n // \"the promise rejected with null\" or \"the promise fulfilled with undefined\".\n if (!reason) {\n var newReason = new Error('Promise was rejected with a falsy value');\n newReason.reason = reason;\n reason = newReason;\n }\n return cb(reason);\n}\n\nfunction callbackify(original) {\n if (typeof original !== 'function') {\n throw new TypeError('The \"original\" argument must be of type Function');\n }\n\n // We DO NOT return the promise as it gives the user a false sense that\n // the promise is actually somehow related to the callback's execution\n // and that the callback throwing will reject the promise.\n function callbackified() {\n var args = [];\n for (var i = 0; i < arguments.length; i++) {\n args.push(arguments[i]);\n }\n\n var maybeCb = args.pop();\n if (typeof maybeCb !== 'function') {\n throw new TypeError('The last argument must be of type Function');\n }\n var self = this;\n var cb = function() {\n return maybeCb.apply(self, arguments);\n };\n // In true node style we process the callback on `nextTick` with all the\n // implications (stack, `uncaughtException`, `async_hooks`)\n original.apply(this, args)\n .then(function(ret) { process.nextTick(cb, null, ret) },\n function(rej) { process.nextTick(callbackifyOnRejected, rej, cb) });\n }\n\n Object.setPrototypeOf(callbackified, Object.getPrototypeOf(original));\n Object.defineProperties(callbackified,\n getOwnPropertyDescriptors(original));\n return callbackified;\n}\nexports.callbackify = callbackify;\n","var g;\n\n// This works in non-strict mode\ng = (function() {\n\treturn this;\n})();\n\ntry {\n\t// This works if eval is allowed (see CSP)\n\tg = g || new Function(\"return this\")();\n} catch (e) {\n\t// This works if the window reference is available\n\tif (typeof window === \"object\") g = window;\n}\n\n// g can still be undefined, but nothing to do about it...\n// We return undefined, instead of nothing here, so it's\n// easier to handle this case. if(!global) { ...}\n\nmodule.exports = g;\n","/* (ignored) */"],"sourceRoot":""}