pokeedex 0.1.0 → 0.1.5

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 (560) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -5
  3. data/bin/pokeedex +1 -44
  4. data/lib/pokeedex/configuration.rb +0 -6
  5. data/lib/pokeedex/install_playwright.rb +62 -0
  6. data/lib/pokeedex/pokemon/scrapper/fetchers/base.rb +1 -1
  7. data/lib/pokeedex/version.rb +1 -1
  8. data/lib/pokeedex.rb +5 -2
  9. data/spec/pokeedex/configuration_spec.rb +0 -7
  10. data/spec/spec_helper.rb +1 -1
  11. metadata +2 -550
  12. data/node_modules/.bin/playwright +0 -1
  13. data/node_modules/.bin/playwright-core +0 -1
  14. data/node_modules/.yarn-integrity +0 -22
  15. data/node_modules/@playwright/test/LICENSE +0 -202
  16. data/node_modules/@playwright/test/NOTICE +0 -5
  17. data/node_modules/@playwright/test/README.md +0 -169
  18. data/node_modules/@playwright/test/cli.js +0 -19
  19. data/node_modules/@playwright/test/index.d.ts +0 -18
  20. data/node_modules/@playwright/test/index.js +0 -17
  21. data/node_modules/@playwright/test/index.mjs +0 -18
  22. data/node_modules/@playwright/test/node_modules/.bin/playwright +0 -1
  23. data/node_modules/@playwright/test/package.json +0 -35
  24. data/node_modules/@playwright/test/reporter.d.ts +0 -17
  25. data/node_modules/@playwright/test/reporter.js +0 -17
  26. data/node_modules/@playwright/test/reporter.mjs +0 -17
  27. data/node_modules/@types/node/LICENSE +0 -21
  28. data/node_modules/@types/node/README.md +0 -15
  29. data/node_modules/@types/node/assert/strict.d.ts +0 -8
  30. data/node_modules/@types/node/assert.d.ts +0 -1040
  31. data/node_modules/@types/node/async_hooks.d.ts +0 -541
  32. data/node_modules/@types/node/buffer.d.ts +0 -2300
  33. data/node_modules/@types/node/child_process.d.ts +0 -1544
  34. data/node_modules/@types/node/cluster.d.ts +0 -578
  35. data/node_modules/@types/node/console.d.ts +0 -452
  36. data/node_modules/@types/node/constants.d.ts +0 -19
  37. data/node_modules/@types/node/crypto.d.ts +0 -4451
  38. data/node_modules/@types/node/dgram.d.ts +0 -596
  39. data/node_modules/@types/node/diagnostics_channel.d.ts +0 -554
  40. data/node_modules/@types/node/dns/promises.d.ts +0 -476
  41. data/node_modules/@types/node/dns.d.ts +0 -865
  42. data/node_modules/@types/node/dom-events.d.ts +0 -124
  43. data/node_modules/@types/node/domain.d.ts +0 -170
  44. data/node_modules/@types/node/events.d.ts +0 -931
  45. data/node_modules/@types/node/fs/promises.d.ts +0 -1264
  46. data/node_modules/@types/node/fs.d.ts +0 -4390
  47. data/node_modules/@types/node/globals.d.ts +0 -611
  48. data/node_modules/@types/node/globals.global.d.ts +0 -1
  49. data/node_modules/@types/node/http.d.ts +0 -1921
  50. data/node_modules/@types/node/http2.d.ts +0 -2555
  51. data/node_modules/@types/node/https.d.ts +0 -544
  52. data/node_modules/@types/node/index.d.ts +0 -90
  53. data/node_modules/@types/node/inspector.d.ts +0 -3966
  54. data/node_modules/@types/node/module.d.ts +0 -301
  55. data/node_modules/@types/node/net.d.ts +0 -995
  56. data/node_modules/@types/node/os.d.ts +0 -495
  57. data/node_modules/@types/node/package.json +0 -217
  58. data/node_modules/@types/node/path.d.ts +0 -200
  59. data/node_modules/@types/node/perf_hooks.d.ts +0 -941
  60. data/node_modules/@types/node/process.d.ts +0 -1912
  61. data/node_modules/@types/node/punycode.d.ts +0 -117
  62. data/node_modules/@types/node/querystring.d.ts +0 -153
  63. data/node_modules/@types/node/readline/promises.d.ts +0 -150
  64. data/node_modules/@types/node/readline.d.ts +0 -540
  65. data/node_modules/@types/node/repl.d.ts +0 -430
  66. data/node_modules/@types/node/sea.d.ts +0 -153
  67. data/node_modules/@types/node/sqlite.d.ts +0 -213
  68. data/node_modules/@types/node/stream/consumers.d.ts +0 -12
  69. data/node_modules/@types/node/stream/promises.d.ts +0 -83
  70. data/node_modules/@types/node/stream/web.d.ts +0 -606
  71. data/node_modules/@types/node/stream.d.ts +0 -1726
  72. data/node_modules/@types/node/string_decoder.d.ts +0 -67
  73. data/node_modules/@types/node/test.d.ts +0 -2098
  74. data/node_modules/@types/node/timers/promises.d.ts +0 -97
  75. data/node_modules/@types/node/timers.d.ts +0 -240
  76. data/node_modules/@types/node/tls.d.ts +0 -1220
  77. data/node_modules/@types/node/trace_events.d.ts +0 -197
  78. data/node_modules/@types/node/tty.d.ts +0 -208
  79. data/node_modules/@types/node/url.d.ts +0 -969
  80. data/node_modules/@types/node/util.d.ts +0 -2301
  81. data/node_modules/@types/node/v8.d.ts +0 -808
  82. data/node_modules/@types/node/vm.d.ts +0 -922
  83. data/node_modules/@types/node/wasi.d.ts +0 -181
  84. data/node_modules/@types/node/worker_threads.d.ts +0 -712
  85. data/node_modules/@types/node/zlib.d.ts +0 -539
  86. data/node_modules/fsevents/LICENSE +0 -22
  87. data/node_modules/fsevents/README.md +0 -83
  88. data/node_modules/fsevents/fsevents.d.ts +0 -46
  89. data/node_modules/fsevents/fsevents.js +0 -82
  90. data/node_modules/fsevents/fsevents.node +0 -0
  91. data/node_modules/fsevents/package.json +0 -62
  92. data/node_modules/playwright/.eslintrc.js +0 -6
  93. data/node_modules/playwright/LICENSE +0 -202
  94. data/node_modules/playwright/NOTICE +0 -5
  95. data/node_modules/playwright/README.md +0 -169
  96. data/node_modules/playwright/ThirdPartyNotices.txt +0 -4356
  97. data/node_modules/playwright/cli.js +0 -19
  98. data/node_modules/playwright/index.d.ts +0 -17
  99. data/node_modules/playwright/index.js +0 -17
  100. data/node_modules/playwright/index.mjs +0 -18
  101. data/node_modules/playwright/jsx-runtime.js +0 -41
  102. data/node_modules/playwright/jsx-runtime.mjs +0 -21
  103. data/node_modules/playwright/lib/common/config.js +0 -256
  104. data/node_modules/playwright/lib/common/configLoader.js +0 -321
  105. data/node_modules/playwright/lib/common/esmLoaderHost.js +0 -93
  106. data/node_modules/playwright/lib/common/expectBundle.js +0 -27
  107. data/node_modules/playwright/lib/common/expectBundleImpl.js +0 -389
  108. data/node_modules/playwright/lib/common/fixtures.js +0 -323
  109. data/node_modules/playwright/lib/common/globals.js +0 -48
  110. data/node_modules/playwright/lib/common/ipc.js +0 -48
  111. data/node_modules/playwright/lib/common/poolBuilder.js +0 -79
  112. data/node_modules/playwright/lib/common/process.js +0 -140
  113. data/node_modules/playwright/lib/common/suiteUtils.js +0 -133
  114. data/node_modules/playwright/lib/common/test.js +0 -311
  115. data/node_modules/playwright/lib/common/testLoader.js +0 -102
  116. data/node_modules/playwright/lib/common/testType.js +0 -284
  117. data/node_modules/playwright/lib/fsWatcher.js +0 -69
  118. data/node_modules/playwright/lib/index.js +0 -888
  119. data/node_modules/playwright/lib/internalsForTest.js +0 -28
  120. data/node_modules/playwright/lib/isomorphic/events.js +0 -72
  121. data/node_modules/playwright/lib/isomorphic/folders.js +0 -25
  122. data/node_modules/playwright/lib/isomorphic/stringInternPool.js +0 -58
  123. data/node_modules/playwright/lib/isomorphic/teleReceiver.js +0 -504
  124. data/node_modules/playwright/lib/isomorphic/teleSuiteUpdater.js +0 -149
  125. data/node_modules/playwright/lib/isomorphic/testServerConnection.js +0 -210
  126. data/node_modules/playwright/lib/isomorphic/testServerInterface.js +0 -5
  127. data/node_modules/playwright/lib/isomorphic/testTree.js +0 -272
  128. data/node_modules/playwright/lib/loader/loaderMain.js +0 -58
  129. data/node_modules/playwright/lib/matchers/expect.js +0 -297
  130. data/node_modules/playwright/lib/matchers/matcherHint.js +0 -50
  131. data/node_modules/playwright/lib/matchers/matchers.js +0 -449
  132. data/node_modules/playwright/lib/matchers/toBeTruthy.js +0 -55
  133. data/node_modules/playwright/lib/matchers/toEqual.js +0 -57
  134. data/node_modules/playwright/lib/matchers/toMatchSnapshot.js +0 -383
  135. data/node_modules/playwright/lib/matchers/toMatchText.js +0 -76
  136. data/node_modules/playwright/lib/plugins/gitCommitInfoPlugin.js +0 -78
  137. data/node_modules/playwright/lib/plugins/index.js +0 -19
  138. data/node_modules/playwright/lib/plugins/webServerPlugin.js +0 -187
  139. data/node_modules/playwright/lib/program.js +0 -346
  140. data/node_modules/playwright/lib/reporters/base.js +0 -553
  141. data/node_modules/playwright/lib/reporters/blob.js +0 -133
  142. data/node_modules/playwright/lib/reporters/dot.js +0 -82
  143. data/node_modules/playwright/lib/reporters/empty.js +0 -42
  144. data/node_modules/playwright/lib/reporters/github.js +0 -115
  145. data/node_modules/playwright/lib/reporters/html.js +0 -623
  146. data/node_modules/playwright/lib/reporters/internalReporter.js +0 -123
  147. data/node_modules/playwright/lib/reporters/json.js +0 -243
  148. data/node_modules/playwright/lib/reporters/junit.js +0 -233
  149. data/node_modules/playwright/lib/reporters/line.js +0 -108
  150. data/node_modules/playwright/lib/reporters/list.js +0 -222
  151. data/node_modules/playwright/lib/reporters/markdown.js +0 -76
  152. data/node_modules/playwright/lib/reporters/merge.js +0 -477
  153. data/node_modules/playwright/lib/reporters/multiplexer.js +0 -90
  154. data/node_modules/playwright/lib/reporters/reporterV2.js +0 -118
  155. data/node_modules/playwright/lib/reporters/teleEmitter.js +0 -268
  156. data/node_modules/playwright/lib/reporters/versions/blobV1.js +0 -5
  157. data/node_modules/playwright/lib/runner/dispatcher.js +0 -532
  158. data/node_modules/playwright/lib/runner/failureTracker.js +0 -60
  159. data/node_modules/playwright/lib/runner/loadUtils.js +0 -308
  160. data/node_modules/playwright/lib/runner/loaderHost.js +0 -85
  161. data/node_modules/playwright/lib/runner/processHost.js +0 -175
  162. data/node_modules/playwright/lib/runner/projectUtils.js +0 -203
  163. data/node_modules/playwright/lib/runner/reporters.js +0 -151
  164. data/node_modules/playwright/lib/runner/runner.js +0 -179
  165. data/node_modules/playwright/lib/runner/sigIntWatcher.js +0 -100
  166. data/node_modules/playwright/lib/runner/taskRunner.js +0 -147
  167. data/node_modules/playwright/lib/runner/tasks.js +0 -407
  168. data/node_modules/playwright/lib/runner/testGroups.js +0 -136
  169. data/node_modules/playwright/lib/runner/testServer.js +0 -605
  170. data/node_modules/playwright/lib/runner/uiModeReporter.js +0 -31
  171. data/node_modules/playwright/lib/runner/vcs.js +0 -55
  172. data/node_modules/playwright/lib/runner/watchMode.js +0 -398
  173. data/node_modules/playwright/lib/runner/workerHost.js +0 -85
  174. data/node_modules/playwright/lib/third_party/tsconfig-loader.js +0 -134
  175. data/node_modules/playwright/lib/transform/babelBundle.js +0 -28
  176. data/node_modules/playwright/lib/transform/babelBundleImpl.js +0 -2032
  177. data/node_modules/playwright/lib/transform/compilationCache.js +0 -254
  178. data/node_modules/playwright/lib/transform/esmLoader.js +0 -117
  179. data/node_modules/playwright/lib/transform/esmUtils.js +0 -32
  180. data/node_modules/playwright/lib/transform/portTransport.js +0 -81
  181. data/node_modules/playwright/lib/transform/transform.js +0 -267
  182. data/node_modules/playwright/lib/util.js +0 -356
  183. data/node_modules/playwright/lib/utilsBundle.js +0 -28
  184. data/node_modules/playwright/lib/utilsBundleImpl.js +0 -102
  185. data/node_modules/playwright/lib/worker/fixtureRunner.js +0 -279
  186. data/node_modules/playwright/lib/worker/testInfo.js +0 -397
  187. data/node_modules/playwright/lib/worker/testTracing.js +0 -314
  188. data/node_modules/playwright/lib/worker/timeoutManager.js +0 -153
  189. data/node_modules/playwright/lib/worker/workerMain.js +0 -637
  190. data/node_modules/playwright/node_modules/.bin/playwright-core +0 -1
  191. data/node_modules/playwright/package.json +0 -66
  192. data/node_modules/playwright/test.d.ts +0 -18
  193. data/node_modules/playwright/test.js +0 -24
  194. data/node_modules/playwright/test.mjs +0 -33
  195. data/node_modules/playwright/types/test.d.ts +0 -8444
  196. data/node_modules/playwright/types/testReporter.d.ts +0 -749
  197. data/node_modules/playwright-core/LICENSE +0 -202
  198. data/node_modules/playwright-core/NOTICE +0 -5
  199. data/node_modules/playwright-core/README.md +0 -3
  200. data/node_modules/playwright-core/ThirdPartyNotices.txt +0 -1548
  201. data/node_modules/playwright-core/bin/PrintDeps.exe +0 -0
  202. data/node_modules/playwright-core/bin/README.md +0 -2
  203. data/node_modules/playwright-core/bin/install_media_pack.ps1 +0 -5
  204. data/node_modules/playwright-core/bin/reinstall_chrome_beta_linux.sh +0 -40
  205. data/node_modules/playwright-core/bin/reinstall_chrome_beta_mac.sh +0 -13
  206. data/node_modules/playwright-core/bin/reinstall_chrome_beta_win.ps1 +0 -24
  207. data/node_modules/playwright-core/bin/reinstall_chrome_stable_linux.sh +0 -40
  208. data/node_modules/playwright-core/bin/reinstall_chrome_stable_mac.sh +0 -12
  209. data/node_modules/playwright-core/bin/reinstall_chrome_stable_win.ps1 +0 -24
  210. data/node_modules/playwright-core/bin/reinstall_msedge_beta_linux.sh +0 -40
  211. data/node_modules/playwright-core/bin/reinstall_msedge_beta_mac.sh +0 -11
  212. data/node_modules/playwright-core/bin/reinstall_msedge_beta_win.ps1 +0 -23
  213. data/node_modules/playwright-core/bin/reinstall_msedge_dev_linux.sh +0 -40
  214. data/node_modules/playwright-core/bin/reinstall_msedge_dev_mac.sh +0 -11
  215. data/node_modules/playwright-core/bin/reinstall_msedge_dev_win.ps1 +0 -23
  216. data/node_modules/playwright-core/bin/reinstall_msedge_stable_linux.sh +0 -40
  217. data/node_modules/playwright-core/bin/reinstall_msedge_stable_mac.sh +0 -11
  218. data/node_modules/playwright-core/bin/reinstall_msedge_stable_win.ps1 +0 -24
  219. data/node_modules/playwright-core/browsers.json +0 -53
  220. data/node_modules/playwright-core/cli.js +0 -18
  221. data/node_modules/playwright-core/index.d.ts +0 -17
  222. data/node_modules/playwright-core/index.js +0 -33
  223. data/node_modules/playwright-core/index.mjs +0 -28
  224. data/node_modules/playwright-core/lib/androidServerImpl.js +0 -69
  225. data/node_modules/playwright-core/lib/browserServerImpl.js +0 -92
  226. data/node_modules/playwright-core/lib/cli/driver.js +0 -95
  227. data/node_modules/playwright-core/lib/cli/program.js +0 -577
  228. data/node_modules/playwright-core/lib/cli/programWithTestStub.js +0 -67
  229. data/node_modules/playwright-core/lib/client/accessibility.js +0 -50
  230. data/node_modules/playwright-core/lib/client/android.js +0 -473
  231. data/node_modules/playwright-core/lib/client/api.js +0 -279
  232. data/node_modules/playwright-core/lib/client/artifact.js +0 -79
  233. data/node_modules/playwright-core/lib/client/browser.js +0 -145
  234. data/node_modules/playwright-core/lib/client/browserContext.js +0 -541
  235. data/node_modules/playwright-core/lib/client/browserType.js +0 -241
  236. data/node_modules/playwright-core/lib/client/cdpSession.js +0 -53
  237. data/node_modules/playwright-core/lib/client/channelOwner.js +0 -231
  238. data/node_modules/playwright-core/lib/client/clientHelper.js +0 -57
  239. data/node_modules/playwright-core/lib/client/clientInstrumentation.js +0 -50
  240. data/node_modules/playwright-core/lib/client/clock.js +0 -68
  241. data/node_modules/playwright-core/lib/client/connection.js +0 -330
  242. data/node_modules/playwright-core/lib/client/consoleMessage.js +0 -55
  243. data/node_modules/playwright-core/lib/client/coverage.js +0 -41
  244. data/node_modules/playwright-core/lib/client/dialog.js +0 -57
  245. data/node_modules/playwright-core/lib/client/download.js +0 -62
  246. data/node_modules/playwright-core/lib/client/electron.js +0 -135
  247. data/node_modules/playwright-core/lib/client/elementHandle.js +0 -321
  248. data/node_modules/playwright-core/lib/client/errors.js +0 -77
  249. data/node_modules/playwright-core/lib/client/eventEmitter.js +0 -314
  250. data/node_modules/playwright-core/lib/client/events.js +0 -94
  251. data/node_modules/playwright-core/lib/client/fetch.js +0 -396
  252. data/node_modules/playwright-core/lib/client/fileChooser.js +0 -45
  253. data/node_modules/playwright-core/lib/client/frame.js +0 -504
  254. data/node_modules/playwright-core/lib/client/harRouter.js +0 -99
  255. data/node_modules/playwright-core/lib/client/input.js +0 -111
  256. data/node_modules/playwright-core/lib/client/jsHandle.js +0 -129
  257. data/node_modules/playwright-core/lib/client/jsonPipe.js +0 -35
  258. data/node_modules/playwright-core/lib/client/localUtils.js +0 -35
  259. data/node_modules/playwright-core/lib/client/locator.js +0 -441
  260. data/node_modules/playwright-core/lib/client/network.js +0 -604
  261. data/node_modules/playwright-core/lib/client/page.js +0 -725
  262. data/node_modules/playwright-core/lib/client/playwright.js +0 -77
  263. data/node_modules/playwright-core/lib/client/selectors.js +0 -67
  264. data/node_modules/playwright-core/lib/client/stream.js +0 -54
  265. data/node_modules/playwright-core/lib/client/tracing.js +0 -138
  266. data/node_modules/playwright-core/lib/client/types.js +0 -24
  267. data/node_modules/playwright-core/lib/client/video.js +0 -51
  268. data/node_modules/playwright-core/lib/client/waiter.js +0 -158
  269. data/node_modules/playwright-core/lib/client/webError.js +0 -37
  270. data/node_modules/playwright-core/lib/client/worker.js +0 -71
  271. data/node_modules/playwright-core/lib/client/writableStream.js +0 -54
  272. data/node_modules/playwright-core/lib/common/socksProxy.js +0 -569
  273. data/node_modules/playwright-core/lib/common/timeoutSettings.js +0 -73
  274. data/node_modules/playwright-core/lib/common/types.js +0 -5
  275. data/node_modules/playwright-core/lib/generated/clockSource.js +0 -7
  276. data/node_modules/playwright-core/lib/generated/consoleApiSource.js +0 -7
  277. data/node_modules/playwright-core/lib/generated/injectedScriptSource.js +0 -7
  278. data/node_modules/playwright-core/lib/generated/recorderSource.js +0 -7
  279. data/node_modules/playwright-core/lib/generated/utilityScriptSource.js +0 -7
  280. data/node_modules/playwright-core/lib/image_tools/colorUtils.js +0 -98
  281. data/node_modules/playwright-core/lib/image_tools/compare.js +0 -108
  282. data/node_modules/playwright-core/lib/image_tools/imageChannel.js +0 -70
  283. data/node_modules/playwright-core/lib/image_tools/stats.js +0 -102
  284. data/node_modules/playwright-core/lib/inProcessFactory.js +0 -54
  285. data/node_modules/playwright-core/lib/inprocess.js +0 -20
  286. data/node_modules/playwright-core/lib/outofprocess.js +0 -67
  287. data/node_modules/playwright-core/lib/protocol/debug.js +0 -27
  288. data/node_modules/playwright-core/lib/protocol/serializers.js +0 -173
  289. data/node_modules/playwright-core/lib/protocol/transport.js +0 -82
  290. data/node_modules/playwright-core/lib/protocol/validator.js +0 -2694
  291. data/node_modules/playwright-core/lib/protocol/validatorPrimitives.js +0 -139
  292. data/node_modules/playwright-core/lib/remote/playwrightConnection.js +0 -274
  293. data/node_modules/playwright-core/lib/remote/playwrightServer.js +0 -110
  294. data/node_modules/playwright-core/lib/server/accessibility.js +0 -62
  295. data/node_modules/playwright-core/lib/server/android/android.js +0 -441
  296. data/node_modules/playwright-core/lib/server/android/backendAdb.js +0 -172
  297. data/node_modules/playwright-core/lib/server/artifact.js +0 -104
  298. data/node_modules/playwright-core/lib/server/bidi/bidiBrowser.js +0 -296
  299. data/node_modules/playwright-core/lib/server/bidi/bidiConnection.js +0 -206
  300. data/node_modules/playwright-core/lib/server/bidi/bidiExecutionContext.js +0 -162
  301. data/node_modules/playwright-core/lib/server/bidi/bidiFirefox.js +0 -110
  302. data/node_modules/playwright-core/lib/server/bidi/bidiInput.js +0 -174
  303. data/node_modules/playwright-core/lib/server/bidi/bidiNetworkManager.js +0 -304
  304. data/node_modules/playwright-core/lib/server/bidi/bidiPage.js +0 -456
  305. data/node_modules/playwright-core/lib/server/bidi/third_party/bidiDeserializer.js +0 -93
  306. data/node_modules/playwright-core/lib/server/bidi/third_party/bidiKeyboard.js +0 -238
  307. data/node_modules/playwright-core/lib/server/bidi/third_party/bidiProtocol.js +0 -139
  308. data/node_modules/playwright-core/lib/server/bidi/third_party/bidiSerializer.js +0 -144
  309. data/node_modules/playwright-core/lib/server/browser.js +0 -137
  310. data/node_modules/playwright-core/lib/server/browserContext.js +0 -684
  311. data/node_modules/playwright-core/lib/server/browserType.js +0 -307
  312. data/node_modules/playwright-core/lib/server/chromium/appIcon.png +0 -0
  313. data/node_modules/playwright-core/lib/server/chromium/chromium.js +0 -362
  314. data/node_modules/playwright-core/lib/server/chromium/chromiumSwitches.js +0 -44
  315. data/node_modules/playwright-core/lib/server/chromium/crAccessibility.js +0 -237
  316. data/node_modules/playwright-core/lib/server/chromium/crBrowser.js +0 -515
  317. data/node_modules/playwright-core/lib/server/chromium/crConnection.js +0 -228
  318. data/node_modules/playwright-core/lib/server/chromium/crCoverage.js +0 -246
  319. data/node_modules/playwright-core/lib/server/chromium/crDevTools.js +0 -104
  320. data/node_modules/playwright-core/lib/server/chromium/crDragDrop.js +0 -143
  321. data/node_modules/playwright-core/lib/server/chromium/crExecutionContext.js +0 -156
  322. data/node_modules/playwright-core/lib/server/chromium/crInput.js +0 -171
  323. data/node_modules/playwright-core/lib/server/chromium/crNetworkManager.js +0 -767
  324. data/node_modules/playwright-core/lib/server/chromium/crPage.js +0 -1128
  325. data/node_modules/playwright-core/lib/server/chromium/crPdf.js +0 -153
  326. data/node_modules/playwright-core/lib/server/chromium/crProtocolHelper.js +0 -133
  327. data/node_modules/playwright-core/lib/server/chromium/crServiceWorker.js +0 -112
  328. data/node_modules/playwright-core/lib/server/chromium/defaultFontFamilies.js +0 -145
  329. data/node_modules/playwright-core/lib/server/chromium/videoRecorder.js +0 -155
  330. data/node_modules/playwright-core/lib/server/clock.js +0 -125
  331. data/node_modules/playwright-core/lib/server/codegen/csharp.js +0 -299
  332. data/node_modules/playwright-core/lib/server/codegen/java.js +0 -235
  333. data/node_modules/playwright-core/lib/server/codegen/javascript.js +0 -223
  334. data/node_modules/playwright-core/lib/server/codegen/jsonl.js +0 -47
  335. data/node_modules/playwright-core/lib/server/codegen/language.js +0 -76
  336. data/node_modules/playwright-core/lib/server/codegen/languages.js +0 -30
  337. data/node_modules/playwright-core/lib/server/codegen/python.js +0 -265
  338. data/node_modules/playwright-core/lib/server/codegen/types.js +0 -5
  339. data/node_modules/playwright-core/lib/server/console.js +0 -57
  340. data/node_modules/playwright-core/lib/server/cookieStore.js +0 -112
  341. data/node_modules/playwright-core/lib/server/debugController.js +0 -234
  342. data/node_modules/playwright-core/lib/server/debugger.js +0 -132
  343. data/node_modules/playwright-core/lib/server/deviceDescriptors.js +0 -26
  344. data/node_modules/playwright-core/lib/server/deviceDescriptorsSource.json +0 -1669
  345. data/node_modules/playwright-core/lib/server/dialog.js +0 -70
  346. data/node_modules/playwright-core/lib/server/dispatchers/androidDispatcher.js +0 -193
  347. data/node_modules/playwright-core/lib/server/dispatchers/artifactDispatcher.js +0 -118
  348. data/node_modules/playwright-core/lib/server/dispatchers/browserContextDispatcher.js +0 -351
  349. data/node_modules/playwright-core/lib/server/dispatchers/browserDispatcher.js +0 -170
  350. data/node_modules/playwright-core/lib/server/dispatchers/browserTypeDispatcher.js +0 -55
  351. data/node_modules/playwright-core/lib/server/dispatchers/cdpSessionDispatcher.js +0 -48
  352. data/node_modules/playwright-core/lib/server/dispatchers/debugControllerDispatcher.js +0 -103
  353. data/node_modules/playwright-core/lib/server/dispatchers/dialogDispatcher.js +0 -44
  354. data/node_modules/playwright-core/lib/server/dispatchers/dispatcher.js +0 -395
  355. data/node_modules/playwright-core/lib/server/dispatchers/electronDispatcher.js +0 -93
  356. data/node_modules/playwright-core/lib/server/dispatchers/elementHandlerDispatcher.js +0 -228
  357. data/node_modules/playwright-core/lib/server/dispatchers/frameDispatcher.js +0 -286
  358. data/node_modules/playwright-core/lib/server/dispatchers/jsHandleDispatcher.js +0 -102
  359. data/node_modules/playwright-core/lib/server/dispatchers/jsonPipeDispatcher.js +0 -59
  360. data/node_modules/playwright-core/lib/server/dispatchers/localUtilsDispatcher.js +0 -413
  361. data/node_modules/playwright-core/lib/server/dispatchers/networkDispatchers.js +0 -221
  362. data/node_modules/playwright-core/lib/server/dispatchers/pageDispatcher.js +0 -358
  363. data/node_modules/playwright-core/lib/server/dispatchers/playwrightDispatcher.js +0 -106
  364. data/node_modules/playwright-core/lib/server/dispatchers/selectorsDispatcher.js +0 -36
  365. data/node_modules/playwright-core/lib/server/dispatchers/streamDispatcher.js +0 -62
  366. data/node_modules/playwright-core/lib/server/dispatchers/tracingDispatcher.js +0 -54
  367. data/node_modules/playwright-core/lib/server/dispatchers/writableStreamDispatcher.js +0 -58
  368. data/node_modules/playwright-core/lib/server/dom.js +0 -845
  369. data/node_modules/playwright-core/lib/server/download.js +0 -53
  370. data/node_modules/playwright-core/lib/server/electron/electron.js +0 -296
  371. data/node_modules/playwright-core/lib/server/electron/loader.js +0 -57
  372. data/node_modules/playwright-core/lib/server/errors.js +0 -68
  373. data/node_modules/playwright-core/lib/server/fetch.js +0 -660
  374. data/node_modules/playwright-core/lib/server/fileChooser.js +0 -42
  375. data/node_modules/playwright-core/lib/server/fileUploadUtils.js +0 -75
  376. data/node_modules/playwright-core/lib/server/firefox/ffAccessibility.js +0 -216
  377. data/node_modules/playwright-core/lib/server/firefox/ffBrowser.js +0 -458
  378. data/node_modules/playwright-core/lib/server/firefox/ffConnection.js +0 -168
  379. data/node_modules/playwright-core/lib/server/firefox/ffExecutionContext.js +0 -138
  380. data/node_modules/playwright-core/lib/server/firefox/ffInput.js +0 -150
  381. data/node_modules/playwright-core/lib/server/firefox/ffNetworkManager.js +0 -233
  382. data/node_modules/playwright-core/lib/server/firefox/ffPage.js +0 -556
  383. data/node_modules/playwright-core/lib/server/firefox/firefox.js +0 -110
  384. data/node_modules/playwright-core/lib/server/formData.js +0 -75
  385. data/node_modules/playwright-core/lib/server/frameSelectors.js +0 -171
  386. data/node_modules/playwright-core/lib/server/frames.js +0 -1654
  387. data/node_modules/playwright-core/lib/server/har/harRecorder.js +0 -139
  388. data/node_modules/playwright-core/lib/server/har/harTracer.js +0 -531
  389. data/node_modules/playwright-core/lib/server/helper.js +0 -103
  390. data/node_modules/playwright-core/lib/server/index.js +0 -114
  391. data/node_modules/playwright-core/lib/server/input.js +0 -311
  392. data/node_modules/playwright-core/lib/server/instrumentation.js +0 -70
  393. data/node_modules/playwright-core/lib/server/isomorphic/utilityScriptSerializers.js +0 -226
  394. data/node_modules/playwright-core/lib/server/javascript.js +0 -306
  395. data/node_modules/playwright-core/lib/server/launchApp.js +0 -91
  396. data/node_modules/playwright-core/lib/server/macEditingCommands.js +0 -139
  397. data/node_modules/playwright-core/lib/server/network.js +0 -617
  398. data/node_modules/playwright-core/lib/server/page.js +0 -825
  399. data/node_modules/playwright-core/lib/server/pipeTransport.js +0 -85
  400. data/node_modules/playwright-core/lib/server/playwright.js +0 -85
  401. data/node_modules/playwright-core/lib/server/progress.js +0 -102
  402. data/node_modules/playwright-core/lib/server/protocolError.js +0 -49
  403. data/node_modules/playwright-core/lib/server/recorder/contextRecorder.js +0 -316
  404. data/node_modules/playwright-core/lib/server/recorder/recorderActions.js +0 -5
  405. data/node_modules/playwright-core/lib/server/recorder/recorderApp.js +0 -190
  406. data/node_modules/playwright-core/lib/server/recorder/recorderCollection.js +0 -127
  407. data/node_modules/playwright-core/lib/server/recorder/recorderRunner.js +0 -177
  408. data/node_modules/playwright-core/lib/server/recorder/recorderUtils.js +0 -71
  409. data/node_modules/playwright-core/lib/server/recorder/throttledFile.js +0 -46
  410. data/node_modules/playwright-core/lib/server/recorder.js +0 -324
  411. data/node_modules/playwright-core/lib/server/registry/browserFetcher.js +0 -168
  412. data/node_modules/playwright-core/lib/server/registry/dependencies.js +0 -322
  413. data/node_modules/playwright-core/lib/server/registry/index.js +0 -924
  414. data/node_modules/playwright-core/lib/server/registry/nativeDeps.js +0 -490
  415. data/node_modules/playwright-core/lib/server/registry/oopDownloadBrowserMain.js +0 -138
  416. data/node_modules/playwright-core/lib/server/screenshotter.js +0 -348
  417. data/node_modules/playwright-core/lib/server/selectors.js +0 -73
  418. data/node_modules/playwright-core/lib/server/socksClientCertificatesInterceptor.js +0 -328
  419. data/node_modules/playwright-core/lib/server/socksInterceptor.js +0 -100
  420. data/node_modules/playwright-core/lib/server/trace/recorder/snapshotter.js +0 -171
  421. data/node_modules/playwright-core/lib/server/trace/recorder/snapshotterInjected.js +0 -493
  422. data/node_modules/playwright-core/lib/server/trace/recorder/tracing.js +0 -486
  423. data/node_modules/playwright-core/lib/server/trace/test/inMemorySnapshotter.js +0 -93
  424. data/node_modules/playwright-core/lib/server/trace/viewer/traceViewer.js +0 -216
  425. data/node_modules/playwright-core/lib/server/transport.js +0 -191
  426. data/node_modules/playwright-core/lib/server/types.js +0 -24
  427. data/node_modules/playwright-core/lib/server/usKeyboardLayout.js +0 -555
  428. data/node_modules/playwright-core/lib/server/webkit/webkit.js +0 -87
  429. data/node_modules/playwright-core/lib/server/webkit/wkAccessibility.js +0 -194
  430. data/node_modules/playwright-core/lib/server/webkit/wkBrowser.js +0 -328
  431. data/node_modules/playwright-core/lib/server/webkit/wkConnection.js +0 -173
  432. data/node_modules/playwright-core/lib/server/webkit/wkExecutionContext.js +0 -146
  433. data/node_modules/playwright-core/lib/server/webkit/wkInput.js +0 -169
  434. data/node_modules/playwright-core/lib/server/webkit/wkInterceptableRequest.js +0 -162
  435. data/node_modules/playwright-core/lib/server/webkit/wkPage.js +0 -1216
  436. data/node_modules/playwright-core/lib/server/webkit/wkProvisionalPage.js +0 -94
  437. data/node_modules/playwright-core/lib/server/webkit/wkWorkers.js +0 -104
  438. data/node_modules/playwright-core/lib/third_party/diff_match_patch.js +0 -2222
  439. data/node_modules/playwright-core/lib/third_party/pixelmatch.js +0 -255
  440. data/node_modules/playwright-core/lib/utils/ascii.js +0 -31
  441. data/node_modules/playwright-core/lib/utils/comparators.js +0 -171
  442. data/node_modules/playwright-core/lib/utils/crypto.js +0 -174
  443. data/node_modules/playwright-core/lib/utils/debug.js +0 -46
  444. data/node_modules/playwright-core/lib/utils/debugLogger.js +0 -91
  445. data/node_modules/playwright-core/lib/utils/env.js +0 -49
  446. data/node_modules/playwright-core/lib/utils/eventsHelper.js +0 -38
  447. data/node_modules/playwright-core/lib/utils/expectUtils.js +0 -33
  448. data/node_modules/playwright-core/lib/utils/fileUtils.js +0 -205
  449. data/node_modules/playwright-core/lib/utils/happy-eyeballs.js +0 -181
  450. data/node_modules/playwright-core/lib/utils/headers.js +0 -52
  451. data/node_modules/playwright-core/lib/utils/hostPlatform.js +0 -133
  452. data/node_modules/playwright-core/lib/utils/httpServer.js +0 -236
  453. data/node_modules/playwright-core/lib/utils/index.js +0 -368
  454. data/node_modules/playwright-core/lib/utils/isomorphic/cssParser.js +0 -250
  455. data/node_modules/playwright-core/lib/utils/isomorphic/cssTokenizer.js +0 -979
  456. data/node_modules/playwright-core/lib/utils/isomorphic/locatorGenerators.js +0 -651
  457. data/node_modules/playwright-core/lib/utils/isomorphic/locatorParser.js +0 -179
  458. data/node_modules/playwright-core/lib/utils/isomorphic/locatorUtils.js +0 -62
  459. data/node_modules/playwright-core/lib/utils/isomorphic/mimeType.js +0 -29
  460. data/node_modules/playwright-core/lib/utils/isomorphic/selectorParser.js +0 -397
  461. data/node_modules/playwright-core/lib/utils/isomorphic/stringUtils.js +0 -139
  462. data/node_modules/playwright-core/lib/utils/isomorphic/traceUtils.js +0 -39
  463. data/node_modules/playwright-core/lib/utils/isomorphic/urlMatch.js +0 -120
  464. data/node_modules/playwright-core/lib/utils/linuxUtils.js +0 -78
  465. data/node_modules/playwright-core/lib/utils/manualPromise.js +0 -109
  466. data/node_modules/playwright-core/lib/utils/multimap.js +0 -75
  467. data/node_modules/playwright-core/lib/utils/network.js +0 -160
  468. data/node_modules/playwright-core/lib/utils/processLauncher.js +0 -248
  469. data/node_modules/playwright-core/lib/utils/profiler.js +0 -53
  470. data/node_modules/playwright-core/lib/utils/rtti.js +0 -44
  471. data/node_modules/playwright-core/lib/utils/semaphore.js +0 -51
  472. data/node_modules/playwright-core/lib/utils/spawnAsync.js +0 -45
  473. data/node_modules/playwright-core/lib/utils/stackTrace.js +0 -121
  474. data/node_modules/playwright-core/lib/utils/task.js +0 -58
  475. data/node_modules/playwright-core/lib/utils/time.js +0 -37
  476. data/node_modules/playwright-core/lib/utils/timeoutRunner.js +0 -66
  477. data/node_modules/playwright-core/lib/utils/traceUtils.js +0 -44
  478. data/node_modules/playwright-core/lib/utils/userAgent.js +0 -105
  479. data/node_modules/playwright-core/lib/utils/wsServer.js +0 -127
  480. data/node_modules/playwright-core/lib/utils/zipFile.js +0 -75
  481. data/node_modules/playwright-core/lib/utils/zones.js +0 -62
  482. data/node_modules/playwright-core/lib/utilsBundle.js +0 -82
  483. data/node_modules/playwright-core/lib/utilsBundleImpl/index.js +0 -53
  484. data/node_modules/playwright-core/lib/utilsBundleImpl/xdg-open +0 -1066
  485. data/node_modules/playwright-core/lib/vite/htmlReport/index.html +0 -66
  486. data/node_modules/playwright-core/lib/vite/recorder/assets/codeMirrorModule-aW6Vz3gf.js +0 -24
  487. data/node_modules/playwright-core/lib/vite/recorder/assets/codeMirrorModule-ez37Vkbh.css +0 -1
  488. data/node_modules/playwright-core/lib/vite/recorder/assets/codicon-DCmgc-ay.ttf +0 -0
  489. data/node_modules/playwright-core/lib/vite/recorder/assets/index-B-MT5gKo.css +0 -1
  490. data/node_modules/playwright-core/lib/vite/recorder/assets/index-DCpXOVIh.js +0 -47
  491. data/node_modules/playwright-core/lib/vite/recorder/index.html +0 -29
  492. data/node_modules/playwright-core/lib/vite/recorder/playwright-logo.svg +0 -9
  493. data/node_modules/playwright-core/lib/vite/traceViewer/assets/codeMirrorModule-eFKCUIu2.js +0 -24
  494. data/node_modules/playwright-core/lib/vite/traceViewer/assets/testServerConnection-DeE2kSzz.js +0 -1
  495. data/node_modules/playwright-core/lib/vite/traceViewer/assets/workbench-D0cirtfA.js +0 -72
  496. data/node_modules/playwright-core/lib/vite/traceViewer/assets/xtermModule-BeNbaIVa.js +0 -9
  497. data/node_modules/playwright-core/lib/vite/traceViewer/codeMirrorModule.ez37Vkbh.css +0 -1
  498. data/node_modules/playwright-core/lib/vite/traceViewer/codicon.DCmgc-ay.ttf +0 -0
  499. data/node_modules/playwright-core/lib/vite/traceViewer/embedded.BkuvsLJp.js +0 -2
  500. data/node_modules/playwright-core/lib/vite/traceViewer/embedded.html +0 -16
  501. data/node_modules/playwright-core/lib/vite/traceViewer/embedded.w7WN2u1R.css +0 -1
  502. data/node_modules/playwright-core/lib/vite/traceViewer/index.C968kAiC.js +0 -2
  503. data/node_modules/playwright-core/lib/vite/traceViewer/index.CrbWWHbf.css +0 -1
  504. data/node_modules/playwright-core/lib/vite/traceViewer/index.html +0 -27
  505. data/node_modules/playwright-core/lib/vite/traceViewer/playwright-logo.svg +0 -9
  506. data/node_modules/playwright-core/lib/vite/traceViewer/snapshot.html +0 -21
  507. data/node_modules/playwright-core/lib/vite/traceViewer/sw.bundle.js +0 -3
  508. data/node_modules/playwright-core/lib/vite/traceViewer/uiMode.BkFnr4V0.js +0 -10
  509. data/node_modules/playwright-core/lib/vite/traceViewer/uiMode.D3cNFP6u.css +0 -1
  510. data/node_modules/playwright-core/lib/vite/traceViewer/uiMode.html +0 -18
  511. data/node_modules/playwright-core/lib/vite/traceViewer/workbench.DjbIuxix.css +0 -1
  512. data/node_modules/playwright-core/lib/vite/traceViewer/xtermModule.DSXBckUd.css +0 -32
  513. data/node_modules/playwright-core/lib/zipBundle.js +0 -25
  514. data/node_modules/playwright-core/lib/zipBundleImpl.js +0 -5
  515. data/node_modules/playwright-core/package.json +0 -44
  516. data/node_modules/playwright-core/types/protocol.d.ts +0 -21500
  517. data/node_modules/playwright-core/types/structs.d.ts +0 -45
  518. data/node_modules/playwright-core/types/types.d.ts +0 -21431
  519. data/node_modules/undici-types/LICENSE +0 -21
  520. data/node_modules/undici-types/README.md +0 -6
  521. data/node_modules/undici-types/agent.d.ts +0 -31
  522. data/node_modules/undici-types/api.d.ts +0 -43
  523. data/node_modules/undici-types/balanced-pool.d.ts +0 -29
  524. data/node_modules/undici-types/cache.d.ts +0 -36
  525. data/node_modules/undici-types/client.d.ts +0 -108
  526. data/node_modules/undici-types/connector.d.ts +0 -34
  527. data/node_modules/undici-types/content-type.d.ts +0 -21
  528. data/node_modules/undici-types/cookies.d.ts +0 -28
  529. data/node_modules/undici-types/diagnostics-channel.d.ts +0 -66
  530. data/node_modules/undici-types/dispatcher.d.ts +0 -255
  531. data/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -21
  532. data/node_modules/undici-types/errors.d.ts +0 -149
  533. data/node_modules/undici-types/eventsource.d.ts +0 -63
  534. data/node_modules/undici-types/fetch.d.ts +0 -209
  535. data/node_modules/undici-types/file.d.ts +0 -39
  536. data/node_modules/undici-types/filereader.d.ts +0 -54
  537. data/node_modules/undici-types/formdata.d.ts +0 -108
  538. data/node_modules/undici-types/global-dispatcher.d.ts +0 -9
  539. data/node_modules/undici-types/global-origin.d.ts +0 -7
  540. data/node_modules/undici-types/handlers.d.ts +0 -15
  541. data/node_modules/undici-types/header.d.ts +0 -4
  542. data/node_modules/undici-types/index.d.ts +0 -71
  543. data/node_modules/undici-types/interceptors.d.ts +0 -15
  544. data/node_modules/undici-types/mock-agent.d.ts +0 -50
  545. data/node_modules/undici-types/mock-client.d.ts +0 -25
  546. data/node_modules/undici-types/mock-errors.d.ts +0 -12
  547. data/node_modules/undici-types/mock-interceptor.d.ts +0 -93
  548. data/node_modules/undici-types/mock-pool.d.ts +0 -25
  549. data/node_modules/undici-types/package.json +0 -55
  550. data/node_modules/undici-types/patch.d.ts +0 -71
  551. data/node_modules/undici-types/pool-stats.d.ts +0 -19
  552. data/node_modules/undici-types/pool.d.ts +0 -39
  553. data/node_modules/undici-types/proxy-agent.d.ts +0 -28
  554. data/node_modules/undici-types/readable.d.ts +0 -60
  555. data/node_modules/undici-types/retry-agent.d.ts +0 -8
  556. data/node_modules/undici-types/retry-handler.d.ts +0 -116
  557. data/node_modules/undici-types/util.d.ts +0 -18
  558. data/node_modules/undici-types/webidl.d.ts +0 -222
  559. data/node_modules/undici-types/websocket.d.ts +0 -152
  560. data/yarn.lock +0 -41
@@ -1,4356 +0,0 @@
1
- microsoft/playwright
2
-
3
- THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
4
-
5
- This project incorporates components from the projects listed below. The original copyright notices and the licenses under which Microsoft received such components are set forth below. Microsoft reserves all rights not expressly granted herein, whether by implication, estoppel or otherwise.
6
-
7
- - @ampproject/remapping@2.2.1 (https://github.com/ampproject/remapping)
8
- - @babel/code-frame@7.22.5 (https://github.com/babel/babel)
9
- - @babel/code-frame@7.24.2 (https://github.com/babel/babel)
10
- - @babel/compat-data@7.23.5 (https://github.com/babel/babel)
11
- - @babel/core@7.24.4 (https://github.com/babel/babel)
12
- - @babel/generator@7.24.4 (https://github.com/babel/babel)
13
- - @babel/helper-annotate-as-pure@7.22.5 (https://github.com/babel/babel)
14
- - @babel/helper-compilation-targets@7.23.6 (https://github.com/babel/babel)
15
- - @babel/helper-create-class-features-plugin@7.24.4 (https://github.com/babel/babel)
16
- - @babel/helper-environment-visitor@7.22.20 (https://github.com/babel/babel)
17
- - @babel/helper-function-name@7.23.0 (https://github.com/babel/babel)
18
- - @babel/helper-hoist-variables@7.22.5 (https://github.com/babel/babel)
19
- - @babel/helper-member-expression-to-functions@7.23.0 (https://github.com/babel/babel)
20
- - @babel/helper-module-imports@7.22.15 (https://github.com/babel/babel)
21
- - @babel/helper-module-transforms@7.23.3 (https://github.com/babel/babel)
22
- - @babel/helper-optimise-call-expression@7.22.5 (https://github.com/babel/babel)
23
- - @babel/helper-plugin-utils@7.24.0 (https://github.com/babel/babel)
24
- - @babel/helper-replace-supers@7.24.1 (https://github.com/babel/babel)
25
- - @babel/helper-simple-access@7.22.5 (https://github.com/babel/babel)
26
- - @babel/helper-skip-transparent-expression-wrappers@7.22.5 (https://github.com/babel/babel)
27
- - @babel/helper-split-export-declaration@7.22.6 (https://github.com/babel/babel)
28
- - @babel/helper-string-parser@7.23.4 (https://github.com/babel/babel)
29
- - @babel/helper-validator-identifier@7.22.20 (https://github.com/babel/babel)
30
- - @babel/helper-validator-identifier@7.22.5 (https://github.com/babel/babel)
31
- - @babel/helper-validator-option@7.23.5 (https://github.com/babel/babel)
32
- - @babel/helpers@7.24.4 (https://github.com/babel/babel)
33
- - @babel/highlight@7.22.5 (https://github.com/babel/babel)
34
- - @babel/highlight@7.24.2 (https://github.com/babel/babel)
35
- - @babel/parser@7.24.4 (https://github.com/babel/babel)
36
- - @babel/plugin-proposal-decorators@7.24.1 (https://github.com/babel/babel)
37
- - @babel/plugin-proposal-explicit-resource-management@7.24.1 (https://github.com/babel/babel)
38
- - @babel/plugin-syntax-async-generators@7.8.4 (https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-async-generators)
39
- - @babel/plugin-syntax-class-static-block@7.14.5 (https://github.com/babel/babel)
40
- - @babel/plugin-syntax-decorators@7.24.1 (https://github.com/babel/babel)
41
- - @babel/plugin-syntax-explicit-resource-management@7.24.1 (https://github.com/babel/babel)
42
- - @babel/plugin-syntax-export-namespace-from@7.8.3 (https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-export-namespace-from)
43
- - @babel/plugin-syntax-import-attributes@7.24.1 (https://github.com/babel/babel)
44
- - @babel/plugin-syntax-json-strings@7.8.3 (https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-json-strings)
45
- - @babel/plugin-syntax-jsx@7.24.1 (https://github.com/babel/babel)
46
- - @babel/plugin-syntax-logical-assignment-operators@7.10.4 (https://github.com/babel/babel)
47
- - @babel/plugin-syntax-nullish-coalescing-operator@7.8.3 (https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-nullish-coalescing-operator)
48
- - @babel/plugin-syntax-numeric-separator@7.10.4 (https://github.com/babel/babel)
49
- - @babel/plugin-syntax-object-rest-spread@7.8.3 (https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-object-rest-spread)
50
- - @babel/plugin-syntax-optional-catch-binding@7.8.3 (https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-optional-catch-binding)
51
- - @babel/plugin-syntax-optional-chaining@7.8.3 (https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-optional-chaining)
52
- - @babel/plugin-syntax-private-property-in-object@7.14.5 (https://github.com/babel/babel)
53
- - @babel/plugin-syntax-typescript@7.24.1 (https://github.com/babel/babel)
54
- - @babel/plugin-transform-class-properties@7.24.1 (https://github.com/babel/babel)
55
- - @babel/plugin-transform-class-static-block@7.24.4 (https://github.com/babel/babel)
56
- - @babel/plugin-transform-export-namespace-from@7.24.1 (https://github.com/babel/babel)
57
- - @babel/plugin-transform-logical-assignment-operators@7.24.1 (https://github.com/babel/babel)
58
- - @babel/plugin-transform-modules-commonjs@7.24.1 (https://github.com/babel/babel)
59
- - @babel/plugin-transform-nullish-coalescing-operator@7.24.1 (https://github.com/babel/babel)
60
- - @babel/plugin-transform-numeric-separator@7.24.1 (https://github.com/babel/babel)
61
- - @babel/plugin-transform-optional-chaining@7.24.1 (https://github.com/babel/babel)
62
- - @babel/plugin-transform-private-methods@7.24.1 (https://github.com/babel/babel)
63
- - @babel/plugin-transform-private-property-in-object@7.24.1 (https://github.com/babel/babel)
64
- - @babel/plugin-transform-react-jsx@7.23.4 (https://github.com/babel/babel)
65
- - @babel/plugin-transform-typescript@7.24.4 (https://github.com/babel/babel)
66
- - @babel/preset-typescript@7.24.1 (https://github.com/babel/babel)
67
- - @babel/template@7.24.0 (https://github.com/babel/babel)
68
- - @babel/traverse@7.24.1 (https://github.com/babel/babel)
69
- - @babel/types@7.24.0 (https://github.com/babel/babel)
70
- - @jest/expect-utils@29.5.0 (https://github.com/facebook/jest)
71
- - @jest/schemas@29.4.3 (https://github.com/facebook/jest)
72
- - @jest/types@29.5.0 (https://github.com/facebook/jest)
73
- - @jridgewell/gen-mapping@0.3.5 (https://github.com/jridgewell/gen-mapping)
74
- - @jridgewell/resolve-uri@3.1.1 (https://github.com/jridgewell/resolve-uri)
75
- - @jridgewell/set-array@1.2.1 (https://github.com/jridgewell/set-array)
76
- - @jridgewell/sourcemap-codec@1.4.15 (https://github.com/jridgewell/sourcemap-codec)
77
- - @jridgewell/trace-mapping@0.3.25 (https://github.com/jridgewell/trace-mapping)
78
- - @sinclair/typebox@0.25.24 (https://github.com/sinclairzx81/typebox)
79
- - @types/istanbul-lib-coverage@2.0.4 (https://github.com/DefinitelyTyped/DefinitelyTyped)
80
- - @types/istanbul-lib-report@3.0.0 (https://github.com/DefinitelyTyped/DefinitelyTyped)
81
- - @types/istanbul-reports@3.0.1 (https://github.com/DefinitelyTyped/DefinitelyTyped)
82
- - @types/node@20.2.5 (https://github.com/DefinitelyTyped/DefinitelyTyped)
83
- - @types/stack-utils@2.0.1 (https://github.com/DefinitelyTyped/DefinitelyTyped)
84
- - @types/yargs-parser@21.0.0 (https://github.com/DefinitelyTyped/DefinitelyTyped)
85
- - @types/yargs@17.0.24 (https://github.com/DefinitelyTyped/DefinitelyTyped)
86
- - ansi-colors@4.1.3 (https://github.com/doowb/ansi-colors)
87
- - ansi-styles@3.2.1 (https://github.com/chalk/ansi-styles)
88
- - ansi-styles@4.3.0 (https://github.com/chalk/ansi-styles)
89
- - ansi-styles@5.2.0 (https://github.com/chalk/ansi-styles)
90
- - anymatch@3.1.3 (https://github.com/micromatch/anymatch)
91
- - binary-extensions@2.2.0 (https://github.com/sindresorhus/binary-extensions)
92
- - braces@3.0.3 (https://github.com/micromatch/braces)
93
- - browserslist@4.22.2 (https://github.com/browserslist/browserslist)
94
- - buffer-from@1.1.2 (https://github.com/LinusU/buffer-from)
95
- - caniuse-lite@1.0.30001579 (https://github.com/browserslist/caniuse-lite)
96
- - chalk@2.4.2 (https://github.com/chalk/chalk)
97
- - chalk@4.1.2 (https://github.com/chalk/chalk)
98
- - chokidar@3.6.0 (https://github.com/paulmillr/chokidar)
99
- - ci-info@3.8.0 (https://github.com/watson/ci-info)
100
- - codemirror-shadow-1@0.0.1 (https://github.com/codemirror/CodeMirror)
101
- - color-convert@1.9.3 (https://github.com/Qix-/color-convert)
102
- - color-convert@2.0.1 (https://github.com/Qix-/color-convert)
103
- - color-name@1.1.3 (https://github.com/dfcreative/color-name)
104
- - color-name@1.1.4 (https://github.com/colorjs/color-name)
105
- - convert-source-map@2.0.0 (https://github.com/thlorenz/convert-source-map)
106
- - debug@4.3.4 (https://github.com/debug-js/debug)
107
- - diff-sequences@29.4.3 (https://github.com/facebook/jest)
108
- - electron-to-chromium@1.4.638 (https://github.com/kilian/electron-to-chromium)
109
- - enquirer@2.3.6 (https://github.com/enquirer/enquirer)
110
- - escalade@3.1.1 (https://github.com/lukeed/escalade)
111
- - escape-string-regexp@1.0.5 (https://github.com/sindresorhus/escape-string-regexp)
112
- - escape-string-regexp@2.0.0 (https://github.com/sindresorhus/escape-string-regexp)
113
- - expect@29.5.0 (https://github.com/facebook/jest)
114
- - fill-range@7.1.1 (https://github.com/jonschlinkert/fill-range)
115
- - gensync@1.0.0-beta.2 (https://github.com/loganfsmyth/gensync)
116
- - glob-parent@5.1.2 (https://github.com/gulpjs/glob-parent)
117
- - globals@11.12.0 (https://github.com/sindresorhus/globals)
118
- - graceful-fs@4.2.11 (https://github.com/isaacs/node-graceful-fs)
119
- - has-flag@3.0.0 (https://github.com/sindresorhus/has-flag)
120
- - has-flag@4.0.0 (https://github.com/sindresorhus/has-flag)
121
- - is-binary-path@2.1.0 (https://github.com/sindresorhus/is-binary-path)
122
- - is-extglob@2.1.1 (https://github.com/jonschlinkert/is-extglob)
123
- - is-glob@4.0.3 (https://github.com/micromatch/is-glob)
124
- - is-number@7.0.0 (https://github.com/jonschlinkert/is-number)
125
- - jest-diff@29.5.0 (https://github.com/facebook/jest)
126
- - jest-get-type@29.4.3 (https://github.com/facebook/jest)
127
- - jest-matcher-utils@29.5.0 (https://github.com/facebook/jest)
128
- - jest-message-util@29.5.0 (https://github.com/facebook/jest)
129
- - jest-util@29.5.0 (https://github.com/facebook/jest)
130
- - js-tokens@4.0.0 (https://github.com/lydell/js-tokens)
131
- - jsesc@2.5.2 (https://github.com/mathiasbynens/jsesc)
132
- - json5@2.2.3 (https://github.com/json5/json5)
133
- - lru-cache@5.1.1 (https://github.com/isaacs/node-lru-cache)
134
- - micromatch@4.0.8 (https://github.com/micromatch/micromatch)
135
- - ms@2.1.2 (https://github.com/zeit/ms)
136
- - node-releases@2.0.14 (https://github.com/chicoxyzzy/node-releases)
137
- - normalize-path@3.0.0 (https://github.com/jonschlinkert/normalize-path)
138
- - picocolors@1.0.0 (https://github.com/alexeyraspopov/picocolors)
139
- - picomatch@2.3.1 (https://github.com/micromatch/picomatch)
140
- - pirates@4.0.4 (https://github.com/danez/pirates)
141
- - pretty-format@29.5.0 (https://github.com/facebook/jest)
142
- - react-is@18.2.0 (https://github.com/facebook/react)
143
- - readdirp@3.6.0 (https://github.com/paulmillr/readdirp)
144
- - semver@6.3.1 (https://github.com/npm/node-semver)
145
- - slash@3.0.0 (https://github.com/sindresorhus/slash)
146
- - source-map-support@0.5.21 (https://github.com/evanw/node-source-map-support)
147
- - source-map@0.6.1 (https://github.com/mozilla/source-map)
148
- - stack-utils@2.0.6 (https://github.com/tapjs/stack-utils)
149
- - stoppable@1.1.0 (https://github.com/hunterloftis/stoppable)
150
- - supports-color@5.5.0 (https://github.com/chalk/supports-color)
151
- - supports-color@7.2.0 (https://github.com/chalk/supports-color)
152
- - to-fast-properties@2.0.0 (https://github.com/sindresorhus/to-fast-properties)
153
- - to-regex-range@5.0.1 (https://github.com/micromatch/to-regex-range)
154
- - update-browserslist-db@1.0.13 (https://github.com/browserslist/update-db)
155
- - yallist@3.1.1 (https://github.com/isaacs/yallist)
156
-
157
- %% @ampproject/remapping@2.2.1 NOTICES AND INFORMATION BEGIN HERE
158
- =========================================
159
- Apache License
160
- Version 2.0, January 2004
161
- http://www.apache.org/licenses/
162
-
163
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
164
-
165
- 1. Definitions.
166
-
167
- "License" shall mean the terms and conditions for use, reproduction,
168
- and distribution as defined by Sections 1 through 9 of this document.
169
-
170
- "Licensor" shall mean the copyright owner or entity authorized by
171
- the copyright owner that is granting the License.
172
-
173
- "Legal Entity" shall mean the union of the acting entity and all
174
- other entities that control, are controlled by, or are under common
175
- control with that entity. For the purposes of this definition,
176
- "control" means (i) the power, direct or indirect, to cause the
177
- direction or management of such entity, whether by contract or
178
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
179
- outstanding shares, or (iii) beneficial ownership of such entity.
180
-
181
- "You" (or "Your") shall mean an individual or Legal Entity
182
- exercising permissions granted by this License.
183
-
184
- "Source" form shall mean the preferred form for making modifications,
185
- including but not limited to software source code, documentation
186
- source, and configuration files.
187
-
188
- "Object" form shall mean any form resulting from mechanical
189
- transformation or translation of a Source form, including but
190
- not limited to compiled object code, generated documentation,
191
- and conversions to other media types.
192
-
193
- "Work" shall mean the work of authorship, whether in Source or
194
- Object form, made available under the License, as indicated by a
195
- copyright notice that is included in or attached to the work
196
- (an example is provided in the Appendix below).
197
-
198
- "Derivative Works" shall mean any work, whether in Source or Object
199
- form, that is based on (or derived from) the Work and for which the
200
- editorial revisions, annotations, elaborations, or other modifications
201
- represent, as a whole, an original work of authorship. For the purposes
202
- of this License, Derivative Works shall not include works that remain
203
- separable from, or merely link (or bind by name) to the interfaces of,
204
- the Work and Derivative Works thereof.
205
-
206
- "Contribution" shall mean any work of authorship, including
207
- the original version of the Work and any modifications or additions
208
- to that Work or Derivative Works thereof, that is intentionally
209
- submitted to Licensor for inclusion in the Work by the copyright owner
210
- or by an individual or Legal Entity authorized to submit on behalf of
211
- the copyright owner. For the purposes of this definition, "submitted"
212
- means any form of electronic, verbal, or written communication sent
213
- to the Licensor or its representatives, including but not limited to
214
- communication on electronic mailing lists, source code control systems,
215
- and issue tracking systems that are managed by, or on behalf of, the
216
- Licensor for the purpose of discussing and improving the Work, but
217
- excluding communication that is conspicuously marked or otherwise
218
- designated in writing by the copyright owner as "Not a Contribution."
219
-
220
- "Contributor" shall mean Licensor and any individual or Legal Entity
221
- on behalf of whom a Contribution has been received by Licensor and
222
- subsequently incorporated within the Work.
223
-
224
- 2. Grant of Copyright License. Subject to the terms and conditions of
225
- this License, each Contributor hereby grants to You a perpetual,
226
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
227
- copyright license to reproduce, prepare Derivative Works of,
228
- publicly display, publicly perform, sublicense, and distribute the
229
- Work and such Derivative Works in Source or Object form.
230
-
231
- 3. Grant of Patent License. Subject to the terms and conditions of
232
- this License, each Contributor hereby grants to You a perpetual,
233
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
234
- (except as stated in this section) patent license to make, have made,
235
- use, offer to sell, sell, import, and otherwise transfer the Work,
236
- where such license applies only to those patent claims licensable
237
- by such Contributor that are necessarily infringed by their
238
- Contribution(s) alone or by combination of their Contribution(s)
239
- with the Work to which such Contribution(s) was submitted. If You
240
- institute patent litigation against any entity (including a
241
- cross-claim or counterclaim in a lawsuit) alleging that the Work
242
- or a Contribution incorporated within the Work constitutes direct
243
- or contributory patent infringement, then any patent licenses
244
- granted to You under this License for that Work shall terminate
245
- as of the date such litigation is filed.
246
-
247
- 4. Redistribution. You may reproduce and distribute copies of the
248
- Work or Derivative Works thereof in any medium, with or without
249
- modifications, and in Source or Object form, provided that You
250
- meet the following conditions:
251
-
252
- (a) You must give any other recipients of the Work or
253
- Derivative Works a copy of this License; and
254
-
255
- (b) You must cause any modified files to carry prominent notices
256
- stating that You changed the files; and
257
-
258
- (c) You must retain, in the Source form of any Derivative Works
259
- that You distribute, all copyright, patent, trademark, and
260
- attribution notices from the Source form of the Work,
261
- excluding those notices that do not pertain to any part of
262
- the Derivative Works; and
263
-
264
- (d) If the Work includes a "NOTICE" text file as part of its
265
- distribution, then any Derivative Works that You distribute must
266
- include a readable copy of the attribution notices contained
267
- within such NOTICE file, excluding those notices that do not
268
- pertain to any part of the Derivative Works, in at least one
269
- of the following places: within a NOTICE text file distributed
270
- as part of the Derivative Works; within the Source form or
271
- documentation, if provided along with the Derivative Works; or,
272
- within a display generated by the Derivative Works, if and
273
- wherever such third-party notices normally appear. The contents
274
- of the NOTICE file are for informational purposes only and
275
- do not modify the License. You may add Your own attribution
276
- notices within Derivative Works that You distribute, alongside
277
- or as an addendum to the NOTICE text from the Work, provided
278
- that such additional attribution notices cannot be construed
279
- as modifying the License.
280
-
281
- You may add Your own copyright statement to Your modifications and
282
- may provide additional or different license terms and conditions
283
- for use, reproduction, or distribution of Your modifications, or
284
- for any such Derivative Works as a whole, provided Your use,
285
- reproduction, and distribution of the Work otherwise complies with
286
- the conditions stated in this License.
287
-
288
- 5. Submission of Contributions. Unless You explicitly state otherwise,
289
- any Contribution intentionally submitted for inclusion in the Work
290
- by You to the Licensor shall be under the terms and conditions of
291
- this License, without any additional terms or conditions.
292
- Notwithstanding the above, nothing herein shall supersede or modify
293
- the terms of any separate license agreement you may have executed
294
- with Licensor regarding such Contributions.
295
-
296
- 6. Trademarks. This License does not grant permission to use the trade
297
- names, trademarks, service marks, or product names of the Licensor,
298
- except as required for reasonable and customary use in describing the
299
- origin of the Work and reproducing the content of the NOTICE file.
300
-
301
- 7. Disclaimer of Warranty. Unless required by applicable law or
302
- agreed to in writing, Licensor provides the Work (and each
303
- Contributor provides its Contributions) on an "AS IS" BASIS,
304
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
305
- implied, including, without limitation, any warranties or conditions
306
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
307
- PARTICULAR PURPOSE. You are solely responsible for determining the
308
- appropriateness of using or redistributing the Work and assume any
309
- risks associated with Your exercise of permissions under this License.
310
-
311
- 8. Limitation of Liability. In no event and under no legal theory,
312
- whether in tort (including negligence), contract, or otherwise,
313
- unless required by applicable law (such as deliberate and grossly
314
- negligent acts) or agreed to in writing, shall any Contributor be
315
- liable to You for damages, including any direct, indirect, special,
316
- incidental, or consequential damages of any character arising as a
317
- result of this License or out of the use or inability to use the
318
- Work (including but not limited to damages for loss of goodwill,
319
- work stoppage, computer failure or malfunction, or any and all
320
- other commercial damages or losses), even if such Contributor
321
- has been advised of the possibility of such damages.
322
-
323
- 9. Accepting Warranty or Additional Liability. While redistributing
324
- the Work or Derivative Works thereof, You may choose to offer,
325
- and charge a fee for, acceptance of support, warranty, indemnity,
326
- or other liability obligations and/or rights consistent with this
327
- License. However, in accepting such obligations, You may act only
328
- on Your own behalf and on Your sole responsibility, not on behalf
329
- of any other Contributor, and only if You agree to indemnify,
330
- defend, and hold each Contributor harmless for any liability
331
- incurred by, or claims asserted against, such Contributor by reason
332
- of your accepting any such warranty or additional liability.
333
-
334
- END OF TERMS AND CONDITIONS
335
-
336
- APPENDIX: How to apply the Apache License to your work.
337
-
338
- To apply the Apache License to your work, attach the following
339
- boilerplate notice, with the fields enclosed by brackets "[]"
340
- replaced with your own identifying information. (Don't include
341
- the brackets!) The text should be enclosed in the appropriate
342
- comment syntax for the file format. We also recommend that a
343
- file or class name and description of purpose be included on the
344
- same "printed page" as the copyright notice for easier
345
- identification within third-party archives.
346
-
347
- Copyright [yyyy] [name of copyright owner]
348
-
349
- Licensed under the Apache License, Version 2.0 (the "License");
350
- you may not use this file except in compliance with the License.
351
- You may obtain a copy of the License at
352
-
353
- http://www.apache.org/licenses/LICENSE-2.0
354
-
355
- Unless required by applicable law or agreed to in writing, software
356
- distributed under the License is distributed on an "AS IS" BASIS,
357
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
358
- See the License for the specific language governing permissions and
359
- limitations under the License.
360
- =========================================
361
- END OF @ampproject/remapping@2.2.1 AND INFORMATION
362
-
363
- %% @babel/code-frame@7.22.5 NOTICES AND INFORMATION BEGIN HERE
364
- =========================================
365
- MIT License
366
-
367
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
368
-
369
- Permission is hereby granted, free of charge, to any person obtaining
370
- a copy of this software and associated documentation files (the
371
- "Software"), to deal in the Software without restriction, including
372
- without limitation the rights to use, copy, modify, merge, publish,
373
- distribute, sublicense, and/or sell copies of the Software, and to
374
- permit persons to whom the Software is furnished to do so, subject to
375
- the following conditions:
376
-
377
- The above copyright notice and this permission notice shall be
378
- included in all copies or substantial portions of the Software.
379
-
380
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
381
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
382
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
383
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
384
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
385
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
386
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
387
- =========================================
388
- END OF @babel/code-frame@7.22.5 AND INFORMATION
389
-
390
- %% @babel/code-frame@7.24.2 NOTICES AND INFORMATION BEGIN HERE
391
- =========================================
392
- MIT License
393
-
394
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
395
-
396
- Permission is hereby granted, free of charge, to any person obtaining
397
- a copy of this software and associated documentation files (the
398
- "Software"), to deal in the Software without restriction, including
399
- without limitation the rights to use, copy, modify, merge, publish,
400
- distribute, sublicense, and/or sell copies of the Software, and to
401
- permit persons to whom the Software is furnished to do so, subject to
402
- the following conditions:
403
-
404
- The above copyright notice and this permission notice shall be
405
- included in all copies or substantial portions of the Software.
406
-
407
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
408
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
409
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
410
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
411
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
412
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
413
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
414
- =========================================
415
- END OF @babel/code-frame@7.24.2 AND INFORMATION
416
-
417
- %% @babel/compat-data@7.23.5 NOTICES AND INFORMATION BEGIN HERE
418
- =========================================
419
- MIT License
420
-
421
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
422
-
423
- Permission is hereby granted, free of charge, to any person obtaining
424
- a copy of this software and associated documentation files (the
425
- "Software"), to deal in the Software without restriction, including
426
- without limitation the rights to use, copy, modify, merge, publish,
427
- distribute, sublicense, and/or sell copies of the Software, and to
428
- permit persons to whom the Software is furnished to do so, subject to
429
- the following conditions:
430
-
431
- The above copyright notice and this permission notice shall be
432
- included in all copies or substantial portions of the Software.
433
-
434
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
435
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
436
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
437
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
438
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
439
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
440
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
441
- =========================================
442
- END OF @babel/compat-data@7.23.5 AND INFORMATION
443
-
444
- %% @babel/core@7.24.4 NOTICES AND INFORMATION BEGIN HERE
445
- =========================================
446
- MIT License
447
-
448
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
449
-
450
- Permission is hereby granted, free of charge, to any person obtaining
451
- a copy of this software and associated documentation files (the
452
- "Software"), to deal in the Software without restriction, including
453
- without limitation the rights to use, copy, modify, merge, publish,
454
- distribute, sublicense, and/or sell copies of the Software, and to
455
- permit persons to whom the Software is furnished to do so, subject to
456
- the following conditions:
457
-
458
- The above copyright notice and this permission notice shall be
459
- included in all copies or substantial portions of the Software.
460
-
461
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
462
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
463
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
464
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
465
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
466
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
467
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
468
- =========================================
469
- END OF @babel/core@7.24.4 AND INFORMATION
470
-
471
- %% @babel/generator@7.24.4 NOTICES AND INFORMATION BEGIN HERE
472
- =========================================
473
- MIT License
474
-
475
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
476
-
477
- Permission is hereby granted, free of charge, to any person obtaining
478
- a copy of this software and associated documentation files (the
479
- "Software"), to deal in the Software without restriction, including
480
- without limitation the rights to use, copy, modify, merge, publish,
481
- distribute, sublicense, and/or sell copies of the Software, and to
482
- permit persons to whom the Software is furnished to do so, subject to
483
- the following conditions:
484
-
485
- The above copyright notice and this permission notice shall be
486
- included in all copies or substantial portions of the Software.
487
-
488
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
489
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
490
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
491
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
492
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
493
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
494
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
495
- =========================================
496
- END OF @babel/generator@7.24.4 AND INFORMATION
497
-
498
- %% @babel/helper-annotate-as-pure@7.22.5 NOTICES AND INFORMATION BEGIN HERE
499
- =========================================
500
- MIT License
501
-
502
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
503
-
504
- Permission is hereby granted, free of charge, to any person obtaining
505
- a copy of this software and associated documentation files (the
506
- "Software"), to deal in the Software without restriction, including
507
- without limitation the rights to use, copy, modify, merge, publish,
508
- distribute, sublicense, and/or sell copies of the Software, and to
509
- permit persons to whom the Software is furnished to do so, subject to
510
- the following conditions:
511
-
512
- The above copyright notice and this permission notice shall be
513
- included in all copies or substantial portions of the Software.
514
-
515
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
516
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
517
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
518
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
519
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
520
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
521
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
522
- =========================================
523
- END OF @babel/helper-annotate-as-pure@7.22.5 AND INFORMATION
524
-
525
- %% @babel/helper-compilation-targets@7.23.6 NOTICES AND INFORMATION BEGIN HERE
526
- =========================================
527
- MIT License
528
-
529
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
530
-
531
- Permission is hereby granted, free of charge, to any person obtaining
532
- a copy of this software and associated documentation files (the
533
- "Software"), to deal in the Software without restriction, including
534
- without limitation the rights to use, copy, modify, merge, publish,
535
- distribute, sublicense, and/or sell copies of the Software, and to
536
- permit persons to whom the Software is furnished to do so, subject to
537
- the following conditions:
538
-
539
- The above copyright notice and this permission notice shall be
540
- included in all copies or substantial portions of the Software.
541
-
542
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
543
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
544
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
545
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
546
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
547
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
548
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
549
- =========================================
550
- END OF @babel/helper-compilation-targets@7.23.6 AND INFORMATION
551
-
552
- %% @babel/helper-create-class-features-plugin@7.24.4 NOTICES AND INFORMATION BEGIN HERE
553
- =========================================
554
- MIT License
555
-
556
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
557
-
558
- Permission is hereby granted, free of charge, to any person obtaining
559
- a copy of this software and associated documentation files (the
560
- "Software"), to deal in the Software without restriction, including
561
- without limitation the rights to use, copy, modify, merge, publish,
562
- distribute, sublicense, and/or sell copies of the Software, and to
563
- permit persons to whom the Software is furnished to do so, subject to
564
- the following conditions:
565
-
566
- The above copyright notice and this permission notice shall be
567
- included in all copies or substantial portions of the Software.
568
-
569
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
570
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
571
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
572
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
573
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
574
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
575
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
576
- =========================================
577
- END OF @babel/helper-create-class-features-plugin@7.24.4 AND INFORMATION
578
-
579
- %% @babel/helper-environment-visitor@7.22.20 NOTICES AND INFORMATION BEGIN HERE
580
- =========================================
581
- MIT License
582
-
583
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
584
-
585
- Permission is hereby granted, free of charge, to any person obtaining
586
- a copy of this software and associated documentation files (the
587
- "Software"), to deal in the Software without restriction, including
588
- without limitation the rights to use, copy, modify, merge, publish,
589
- distribute, sublicense, and/or sell copies of the Software, and to
590
- permit persons to whom the Software is furnished to do so, subject to
591
- the following conditions:
592
-
593
- The above copyright notice and this permission notice shall be
594
- included in all copies or substantial portions of the Software.
595
-
596
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
597
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
598
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
599
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
600
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
601
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
602
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
603
- =========================================
604
- END OF @babel/helper-environment-visitor@7.22.20 AND INFORMATION
605
-
606
- %% @babel/helper-function-name@7.23.0 NOTICES AND INFORMATION BEGIN HERE
607
- =========================================
608
- MIT License
609
-
610
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
611
-
612
- Permission is hereby granted, free of charge, to any person obtaining
613
- a copy of this software and associated documentation files (the
614
- "Software"), to deal in the Software without restriction, including
615
- without limitation the rights to use, copy, modify, merge, publish,
616
- distribute, sublicense, and/or sell copies of the Software, and to
617
- permit persons to whom the Software is furnished to do so, subject to
618
- the following conditions:
619
-
620
- The above copyright notice and this permission notice shall be
621
- included in all copies or substantial portions of the Software.
622
-
623
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
624
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
625
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
626
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
627
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
628
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
629
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
630
- =========================================
631
- END OF @babel/helper-function-name@7.23.0 AND INFORMATION
632
-
633
- %% @babel/helper-hoist-variables@7.22.5 NOTICES AND INFORMATION BEGIN HERE
634
- =========================================
635
- MIT License
636
-
637
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
638
-
639
- Permission is hereby granted, free of charge, to any person obtaining
640
- a copy of this software and associated documentation files (the
641
- "Software"), to deal in the Software without restriction, including
642
- without limitation the rights to use, copy, modify, merge, publish,
643
- distribute, sublicense, and/or sell copies of the Software, and to
644
- permit persons to whom the Software is furnished to do so, subject to
645
- the following conditions:
646
-
647
- The above copyright notice and this permission notice shall be
648
- included in all copies or substantial portions of the Software.
649
-
650
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
651
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
652
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
653
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
654
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
655
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
656
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
657
- =========================================
658
- END OF @babel/helper-hoist-variables@7.22.5 AND INFORMATION
659
-
660
- %% @babel/helper-member-expression-to-functions@7.23.0 NOTICES AND INFORMATION BEGIN HERE
661
- =========================================
662
- MIT License
663
-
664
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
665
-
666
- Permission is hereby granted, free of charge, to any person obtaining
667
- a copy of this software and associated documentation files (the
668
- "Software"), to deal in the Software without restriction, including
669
- without limitation the rights to use, copy, modify, merge, publish,
670
- distribute, sublicense, and/or sell copies of the Software, and to
671
- permit persons to whom the Software is furnished to do so, subject to
672
- the following conditions:
673
-
674
- The above copyright notice and this permission notice shall be
675
- included in all copies or substantial portions of the Software.
676
-
677
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
678
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
679
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
680
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
681
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
682
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
683
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
684
- =========================================
685
- END OF @babel/helper-member-expression-to-functions@7.23.0 AND INFORMATION
686
-
687
- %% @babel/helper-module-imports@7.22.15 NOTICES AND INFORMATION BEGIN HERE
688
- =========================================
689
- MIT License
690
-
691
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
692
-
693
- Permission is hereby granted, free of charge, to any person obtaining
694
- a copy of this software and associated documentation files (the
695
- "Software"), to deal in the Software without restriction, including
696
- without limitation the rights to use, copy, modify, merge, publish,
697
- distribute, sublicense, and/or sell copies of the Software, and to
698
- permit persons to whom the Software is furnished to do so, subject to
699
- the following conditions:
700
-
701
- The above copyright notice and this permission notice shall be
702
- included in all copies or substantial portions of the Software.
703
-
704
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
705
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
706
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
707
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
708
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
709
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
710
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
711
- =========================================
712
- END OF @babel/helper-module-imports@7.22.15 AND INFORMATION
713
-
714
- %% @babel/helper-module-transforms@7.23.3 NOTICES AND INFORMATION BEGIN HERE
715
- =========================================
716
- MIT License
717
-
718
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
719
-
720
- Permission is hereby granted, free of charge, to any person obtaining
721
- a copy of this software and associated documentation files (the
722
- "Software"), to deal in the Software without restriction, including
723
- without limitation the rights to use, copy, modify, merge, publish,
724
- distribute, sublicense, and/or sell copies of the Software, and to
725
- permit persons to whom the Software is furnished to do so, subject to
726
- the following conditions:
727
-
728
- The above copyright notice and this permission notice shall be
729
- included in all copies or substantial portions of the Software.
730
-
731
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
732
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
733
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
734
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
735
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
736
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
737
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
738
- =========================================
739
- END OF @babel/helper-module-transforms@7.23.3 AND INFORMATION
740
-
741
- %% @babel/helper-optimise-call-expression@7.22.5 NOTICES AND INFORMATION BEGIN HERE
742
- =========================================
743
- MIT License
744
-
745
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
746
-
747
- Permission is hereby granted, free of charge, to any person obtaining
748
- a copy of this software and associated documentation files (the
749
- "Software"), to deal in the Software without restriction, including
750
- without limitation the rights to use, copy, modify, merge, publish,
751
- distribute, sublicense, and/or sell copies of the Software, and to
752
- permit persons to whom the Software is furnished to do so, subject to
753
- the following conditions:
754
-
755
- The above copyright notice and this permission notice shall be
756
- included in all copies or substantial portions of the Software.
757
-
758
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
759
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
760
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
761
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
762
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
763
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
764
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
765
- =========================================
766
- END OF @babel/helper-optimise-call-expression@7.22.5 AND INFORMATION
767
-
768
- %% @babel/helper-plugin-utils@7.24.0 NOTICES AND INFORMATION BEGIN HERE
769
- =========================================
770
- MIT License
771
-
772
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
773
-
774
- Permission is hereby granted, free of charge, to any person obtaining
775
- a copy of this software and associated documentation files (the
776
- "Software"), to deal in the Software without restriction, including
777
- without limitation the rights to use, copy, modify, merge, publish,
778
- distribute, sublicense, and/or sell copies of the Software, and to
779
- permit persons to whom the Software is furnished to do so, subject to
780
- the following conditions:
781
-
782
- The above copyright notice and this permission notice shall be
783
- included in all copies or substantial portions of the Software.
784
-
785
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
786
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
787
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
788
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
789
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
790
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
791
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
792
- =========================================
793
- END OF @babel/helper-plugin-utils@7.24.0 AND INFORMATION
794
-
795
- %% @babel/helper-replace-supers@7.24.1 NOTICES AND INFORMATION BEGIN HERE
796
- =========================================
797
- MIT License
798
-
799
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
800
-
801
- Permission is hereby granted, free of charge, to any person obtaining
802
- a copy of this software and associated documentation files (the
803
- "Software"), to deal in the Software without restriction, including
804
- without limitation the rights to use, copy, modify, merge, publish,
805
- distribute, sublicense, and/or sell copies of the Software, and to
806
- permit persons to whom the Software is furnished to do so, subject to
807
- the following conditions:
808
-
809
- The above copyright notice and this permission notice shall be
810
- included in all copies or substantial portions of the Software.
811
-
812
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
813
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
814
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
815
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
816
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
817
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
818
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
819
- =========================================
820
- END OF @babel/helper-replace-supers@7.24.1 AND INFORMATION
821
-
822
- %% @babel/helper-simple-access@7.22.5 NOTICES AND INFORMATION BEGIN HERE
823
- =========================================
824
- MIT License
825
-
826
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
827
-
828
- Permission is hereby granted, free of charge, to any person obtaining
829
- a copy of this software and associated documentation files (the
830
- "Software"), to deal in the Software without restriction, including
831
- without limitation the rights to use, copy, modify, merge, publish,
832
- distribute, sublicense, and/or sell copies of the Software, and to
833
- permit persons to whom the Software is furnished to do so, subject to
834
- the following conditions:
835
-
836
- The above copyright notice and this permission notice shall be
837
- included in all copies or substantial portions of the Software.
838
-
839
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
840
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
841
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
842
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
843
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
844
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
845
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
846
- =========================================
847
- END OF @babel/helper-simple-access@7.22.5 AND INFORMATION
848
-
849
- %% @babel/helper-skip-transparent-expression-wrappers@7.22.5 NOTICES AND INFORMATION BEGIN HERE
850
- =========================================
851
- MIT License
852
-
853
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
854
-
855
- Permission is hereby granted, free of charge, to any person obtaining
856
- a copy of this software and associated documentation files (the
857
- "Software"), to deal in the Software without restriction, including
858
- without limitation the rights to use, copy, modify, merge, publish,
859
- distribute, sublicense, and/or sell copies of the Software, and to
860
- permit persons to whom the Software is furnished to do so, subject to
861
- the following conditions:
862
-
863
- The above copyright notice and this permission notice shall be
864
- included in all copies or substantial portions of the Software.
865
-
866
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
867
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
868
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
869
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
870
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
871
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
872
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
873
- =========================================
874
- END OF @babel/helper-skip-transparent-expression-wrappers@7.22.5 AND INFORMATION
875
-
876
- %% @babel/helper-split-export-declaration@7.22.6 NOTICES AND INFORMATION BEGIN HERE
877
- =========================================
878
- MIT License
879
-
880
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
881
-
882
- Permission is hereby granted, free of charge, to any person obtaining
883
- a copy of this software and associated documentation files (the
884
- "Software"), to deal in the Software without restriction, including
885
- without limitation the rights to use, copy, modify, merge, publish,
886
- distribute, sublicense, and/or sell copies of the Software, and to
887
- permit persons to whom the Software is furnished to do so, subject to
888
- the following conditions:
889
-
890
- The above copyright notice and this permission notice shall be
891
- included in all copies or substantial portions of the Software.
892
-
893
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
894
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
895
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
896
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
897
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
898
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
899
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
900
- =========================================
901
- END OF @babel/helper-split-export-declaration@7.22.6 AND INFORMATION
902
-
903
- %% @babel/helper-string-parser@7.23.4 NOTICES AND INFORMATION BEGIN HERE
904
- =========================================
905
- MIT License
906
-
907
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
908
-
909
- Permission is hereby granted, free of charge, to any person obtaining
910
- a copy of this software and associated documentation files (the
911
- "Software"), to deal in the Software without restriction, including
912
- without limitation the rights to use, copy, modify, merge, publish,
913
- distribute, sublicense, and/or sell copies of the Software, and to
914
- permit persons to whom the Software is furnished to do so, subject to
915
- the following conditions:
916
-
917
- The above copyright notice and this permission notice shall be
918
- included in all copies or substantial portions of the Software.
919
-
920
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
921
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
922
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
923
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
924
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
925
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
926
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
927
- =========================================
928
- END OF @babel/helper-string-parser@7.23.4 AND INFORMATION
929
-
930
- %% @babel/helper-validator-identifier@7.22.20 NOTICES AND INFORMATION BEGIN HERE
931
- =========================================
932
- MIT License
933
-
934
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
935
-
936
- Permission is hereby granted, free of charge, to any person obtaining
937
- a copy of this software and associated documentation files (the
938
- "Software"), to deal in the Software without restriction, including
939
- without limitation the rights to use, copy, modify, merge, publish,
940
- distribute, sublicense, and/or sell copies of the Software, and to
941
- permit persons to whom the Software is furnished to do so, subject to
942
- the following conditions:
943
-
944
- The above copyright notice and this permission notice shall be
945
- included in all copies or substantial portions of the Software.
946
-
947
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
948
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
949
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
950
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
951
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
952
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
953
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
954
- =========================================
955
- END OF @babel/helper-validator-identifier@7.22.20 AND INFORMATION
956
-
957
- %% @babel/helper-validator-identifier@7.22.5 NOTICES AND INFORMATION BEGIN HERE
958
- =========================================
959
- MIT License
960
-
961
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
962
-
963
- Permission is hereby granted, free of charge, to any person obtaining
964
- a copy of this software and associated documentation files (the
965
- "Software"), to deal in the Software without restriction, including
966
- without limitation the rights to use, copy, modify, merge, publish,
967
- distribute, sublicense, and/or sell copies of the Software, and to
968
- permit persons to whom the Software is furnished to do so, subject to
969
- the following conditions:
970
-
971
- The above copyright notice and this permission notice shall be
972
- included in all copies or substantial portions of the Software.
973
-
974
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
975
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
976
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
977
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
978
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
979
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
980
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
981
- =========================================
982
- END OF @babel/helper-validator-identifier@7.22.5 AND INFORMATION
983
-
984
- %% @babel/helper-validator-option@7.23.5 NOTICES AND INFORMATION BEGIN HERE
985
- =========================================
986
- MIT License
987
-
988
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
989
-
990
- Permission is hereby granted, free of charge, to any person obtaining
991
- a copy of this software and associated documentation files (the
992
- "Software"), to deal in the Software without restriction, including
993
- without limitation the rights to use, copy, modify, merge, publish,
994
- distribute, sublicense, and/or sell copies of the Software, and to
995
- permit persons to whom the Software is furnished to do so, subject to
996
- the following conditions:
997
-
998
- The above copyright notice and this permission notice shall be
999
- included in all copies or substantial portions of the Software.
1000
-
1001
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1002
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1003
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1004
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1005
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1006
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1007
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1008
- =========================================
1009
- END OF @babel/helper-validator-option@7.23.5 AND INFORMATION
1010
-
1011
- %% @babel/helpers@7.24.4 NOTICES AND INFORMATION BEGIN HERE
1012
- =========================================
1013
- MIT License
1014
-
1015
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
1016
-
1017
- Permission is hereby granted, free of charge, to any person obtaining
1018
- a copy of this software and associated documentation files (the
1019
- "Software"), to deal in the Software without restriction, including
1020
- without limitation the rights to use, copy, modify, merge, publish,
1021
- distribute, sublicense, and/or sell copies of the Software, and to
1022
- permit persons to whom the Software is furnished to do so, subject to
1023
- the following conditions:
1024
-
1025
- The above copyright notice and this permission notice shall be
1026
- included in all copies or substantial portions of the Software.
1027
-
1028
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1029
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1030
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1031
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1032
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1033
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1034
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1035
- =========================================
1036
- END OF @babel/helpers@7.24.4 AND INFORMATION
1037
-
1038
- %% @babel/highlight@7.22.5 NOTICES AND INFORMATION BEGIN HERE
1039
- =========================================
1040
- MIT License
1041
-
1042
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
1043
-
1044
- Permission is hereby granted, free of charge, to any person obtaining
1045
- a copy of this software and associated documentation files (the
1046
- "Software"), to deal in the Software without restriction, including
1047
- without limitation the rights to use, copy, modify, merge, publish,
1048
- distribute, sublicense, and/or sell copies of the Software, and to
1049
- permit persons to whom the Software is furnished to do so, subject to
1050
- the following conditions:
1051
-
1052
- The above copyright notice and this permission notice shall be
1053
- included in all copies or substantial portions of the Software.
1054
-
1055
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1056
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1057
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1058
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1059
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1060
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1061
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1062
- =========================================
1063
- END OF @babel/highlight@7.22.5 AND INFORMATION
1064
-
1065
- %% @babel/highlight@7.24.2 NOTICES AND INFORMATION BEGIN HERE
1066
- =========================================
1067
- MIT License
1068
-
1069
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
1070
-
1071
- Permission is hereby granted, free of charge, to any person obtaining
1072
- a copy of this software and associated documentation files (the
1073
- "Software"), to deal in the Software without restriction, including
1074
- without limitation the rights to use, copy, modify, merge, publish,
1075
- distribute, sublicense, and/or sell copies of the Software, and to
1076
- permit persons to whom the Software is furnished to do so, subject to
1077
- the following conditions:
1078
-
1079
- The above copyright notice and this permission notice shall be
1080
- included in all copies or substantial portions of the Software.
1081
-
1082
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1083
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1084
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1085
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1086
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1087
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1088
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1089
- =========================================
1090
- END OF @babel/highlight@7.24.2 AND INFORMATION
1091
-
1092
- %% @babel/parser@7.24.4 NOTICES AND INFORMATION BEGIN HERE
1093
- =========================================
1094
- Copyright (C) 2012-2014 by various contributors (see AUTHORS)
1095
-
1096
- Permission is hereby granted, free of charge, to any person obtaining a copy
1097
- of this software and associated documentation files (the "Software"), to deal
1098
- in the Software without restriction, including without limitation the rights
1099
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1100
- copies of the Software, and to permit persons to whom the Software is
1101
- furnished to do so, subject to the following conditions:
1102
-
1103
- The above copyright notice and this permission notice shall be included in
1104
- all copies or substantial portions of the Software.
1105
-
1106
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1107
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1108
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1109
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1110
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1111
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1112
- THE SOFTWARE.
1113
- =========================================
1114
- END OF @babel/parser@7.24.4 AND INFORMATION
1115
-
1116
- %% @babel/plugin-proposal-decorators@7.24.1 NOTICES AND INFORMATION BEGIN HERE
1117
- =========================================
1118
- MIT License
1119
-
1120
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
1121
-
1122
- Permission is hereby granted, free of charge, to any person obtaining
1123
- a copy of this software and associated documentation files (the
1124
- "Software"), to deal in the Software without restriction, including
1125
- without limitation the rights to use, copy, modify, merge, publish,
1126
- distribute, sublicense, and/or sell copies of the Software, and to
1127
- permit persons to whom the Software is furnished to do so, subject to
1128
- the following conditions:
1129
-
1130
- The above copyright notice and this permission notice shall be
1131
- included in all copies or substantial portions of the Software.
1132
-
1133
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1134
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1135
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1136
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1137
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1138
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1139
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1140
- =========================================
1141
- END OF @babel/plugin-proposal-decorators@7.24.1 AND INFORMATION
1142
-
1143
- %% @babel/plugin-proposal-explicit-resource-management@7.24.1 NOTICES AND INFORMATION BEGIN HERE
1144
- =========================================
1145
- MIT License
1146
-
1147
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
1148
-
1149
- Permission is hereby granted, free of charge, to any person obtaining
1150
- a copy of this software and associated documentation files (the
1151
- "Software"), to deal in the Software without restriction, including
1152
- without limitation the rights to use, copy, modify, merge, publish,
1153
- distribute, sublicense, and/or sell copies of the Software, and to
1154
- permit persons to whom the Software is furnished to do so, subject to
1155
- the following conditions:
1156
-
1157
- The above copyright notice and this permission notice shall be
1158
- included in all copies or substantial portions of the Software.
1159
-
1160
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1161
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1162
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1163
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1164
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1165
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1166
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1167
- =========================================
1168
- END OF @babel/plugin-proposal-explicit-resource-management@7.24.1 AND INFORMATION
1169
-
1170
- %% @babel/plugin-syntax-async-generators@7.8.4 NOTICES AND INFORMATION BEGIN HERE
1171
- =========================================
1172
- MIT License
1173
-
1174
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
1175
-
1176
- Permission is hereby granted, free of charge, to any person obtaining
1177
- a copy of this software and associated documentation files (the
1178
- "Software"), to deal in the Software without restriction, including
1179
- without limitation the rights to use, copy, modify, merge, publish,
1180
- distribute, sublicense, and/or sell copies of the Software, and to
1181
- permit persons to whom the Software is furnished to do so, subject to
1182
- the following conditions:
1183
-
1184
- The above copyright notice and this permission notice shall be
1185
- included in all copies or substantial portions of the Software.
1186
-
1187
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1188
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1189
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1190
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1191
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1192
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1193
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1194
- =========================================
1195
- END OF @babel/plugin-syntax-async-generators@7.8.4 AND INFORMATION
1196
-
1197
- %% @babel/plugin-syntax-class-static-block@7.14.5 NOTICES AND INFORMATION BEGIN HERE
1198
- =========================================
1199
- MIT License
1200
-
1201
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
1202
-
1203
- Permission is hereby granted, free of charge, to any person obtaining
1204
- a copy of this software and associated documentation files (the
1205
- "Software"), to deal in the Software without restriction, including
1206
- without limitation the rights to use, copy, modify, merge, publish,
1207
- distribute, sublicense, and/or sell copies of the Software, and to
1208
- permit persons to whom the Software is furnished to do so, subject to
1209
- the following conditions:
1210
-
1211
- The above copyright notice and this permission notice shall be
1212
- included in all copies or substantial portions of the Software.
1213
-
1214
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1215
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1216
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1217
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1218
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1219
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1220
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1221
- =========================================
1222
- END OF @babel/plugin-syntax-class-static-block@7.14.5 AND INFORMATION
1223
-
1224
- %% @babel/plugin-syntax-decorators@7.24.1 NOTICES AND INFORMATION BEGIN HERE
1225
- =========================================
1226
- MIT License
1227
-
1228
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
1229
-
1230
- Permission is hereby granted, free of charge, to any person obtaining
1231
- a copy of this software and associated documentation files (the
1232
- "Software"), to deal in the Software without restriction, including
1233
- without limitation the rights to use, copy, modify, merge, publish,
1234
- distribute, sublicense, and/or sell copies of the Software, and to
1235
- permit persons to whom the Software is furnished to do so, subject to
1236
- the following conditions:
1237
-
1238
- The above copyright notice and this permission notice shall be
1239
- included in all copies or substantial portions of the Software.
1240
-
1241
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1242
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1243
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1244
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1245
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1246
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1247
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1248
- =========================================
1249
- END OF @babel/plugin-syntax-decorators@7.24.1 AND INFORMATION
1250
-
1251
- %% @babel/plugin-syntax-explicit-resource-management@7.24.1 NOTICES AND INFORMATION BEGIN HERE
1252
- =========================================
1253
- MIT License
1254
-
1255
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
1256
-
1257
- Permission is hereby granted, free of charge, to any person obtaining
1258
- a copy of this software and associated documentation files (the
1259
- "Software"), to deal in the Software without restriction, including
1260
- without limitation the rights to use, copy, modify, merge, publish,
1261
- distribute, sublicense, and/or sell copies of the Software, and to
1262
- permit persons to whom the Software is furnished to do so, subject to
1263
- the following conditions:
1264
-
1265
- The above copyright notice and this permission notice shall be
1266
- included in all copies or substantial portions of the Software.
1267
-
1268
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1269
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1270
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1271
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1272
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1273
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1274
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1275
- =========================================
1276
- END OF @babel/plugin-syntax-explicit-resource-management@7.24.1 AND INFORMATION
1277
-
1278
- %% @babel/plugin-syntax-export-namespace-from@7.8.3 NOTICES AND INFORMATION BEGIN HERE
1279
- =========================================
1280
- MIT License
1281
-
1282
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
1283
-
1284
- Permission is hereby granted, free of charge, to any person obtaining
1285
- a copy of this software and associated documentation files (the
1286
- "Software"), to deal in the Software without restriction, including
1287
- without limitation the rights to use, copy, modify, merge, publish,
1288
- distribute, sublicense, and/or sell copies of the Software, and to
1289
- permit persons to whom the Software is furnished to do so, subject to
1290
- the following conditions:
1291
-
1292
- The above copyright notice and this permission notice shall be
1293
- included in all copies or substantial portions of the Software.
1294
-
1295
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1296
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1297
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1298
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1299
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1300
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1301
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1302
- =========================================
1303
- END OF @babel/plugin-syntax-export-namespace-from@7.8.3 AND INFORMATION
1304
-
1305
- %% @babel/plugin-syntax-import-attributes@7.24.1 NOTICES AND INFORMATION BEGIN HERE
1306
- =========================================
1307
- MIT License
1308
-
1309
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
1310
-
1311
- Permission is hereby granted, free of charge, to any person obtaining
1312
- a copy of this software and associated documentation files (the
1313
- "Software"), to deal in the Software without restriction, including
1314
- without limitation the rights to use, copy, modify, merge, publish,
1315
- distribute, sublicense, and/or sell copies of the Software, and to
1316
- permit persons to whom the Software is furnished to do so, subject to
1317
- the following conditions:
1318
-
1319
- The above copyright notice and this permission notice shall be
1320
- included in all copies or substantial portions of the Software.
1321
-
1322
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1323
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1324
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1325
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1326
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1327
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1328
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1329
- =========================================
1330
- END OF @babel/plugin-syntax-import-attributes@7.24.1 AND INFORMATION
1331
-
1332
- %% @babel/plugin-syntax-json-strings@7.8.3 NOTICES AND INFORMATION BEGIN HERE
1333
- =========================================
1334
- MIT License
1335
-
1336
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
1337
-
1338
- Permission is hereby granted, free of charge, to any person obtaining
1339
- a copy of this software and associated documentation files (the
1340
- "Software"), to deal in the Software without restriction, including
1341
- without limitation the rights to use, copy, modify, merge, publish,
1342
- distribute, sublicense, and/or sell copies of the Software, and to
1343
- permit persons to whom the Software is furnished to do so, subject to
1344
- the following conditions:
1345
-
1346
- The above copyright notice and this permission notice shall be
1347
- included in all copies or substantial portions of the Software.
1348
-
1349
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1350
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1351
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1352
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1353
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1354
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1355
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1356
- =========================================
1357
- END OF @babel/plugin-syntax-json-strings@7.8.3 AND INFORMATION
1358
-
1359
- %% @babel/plugin-syntax-jsx@7.24.1 NOTICES AND INFORMATION BEGIN HERE
1360
- =========================================
1361
- MIT License
1362
-
1363
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
1364
-
1365
- Permission is hereby granted, free of charge, to any person obtaining
1366
- a copy of this software and associated documentation files (the
1367
- "Software"), to deal in the Software without restriction, including
1368
- without limitation the rights to use, copy, modify, merge, publish,
1369
- distribute, sublicense, and/or sell copies of the Software, and to
1370
- permit persons to whom the Software is furnished to do so, subject to
1371
- the following conditions:
1372
-
1373
- The above copyright notice and this permission notice shall be
1374
- included in all copies or substantial portions of the Software.
1375
-
1376
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1377
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1378
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1379
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1380
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1381
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1382
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1383
- =========================================
1384
- END OF @babel/plugin-syntax-jsx@7.24.1 AND INFORMATION
1385
-
1386
- %% @babel/plugin-syntax-logical-assignment-operators@7.10.4 NOTICES AND INFORMATION BEGIN HERE
1387
- =========================================
1388
- MIT License
1389
-
1390
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
1391
-
1392
- Permission is hereby granted, free of charge, to any person obtaining
1393
- a copy of this software and associated documentation files (the
1394
- "Software"), to deal in the Software without restriction, including
1395
- without limitation the rights to use, copy, modify, merge, publish,
1396
- distribute, sublicense, and/or sell copies of the Software, and to
1397
- permit persons to whom the Software is furnished to do so, subject to
1398
- the following conditions:
1399
-
1400
- The above copyright notice and this permission notice shall be
1401
- included in all copies or substantial portions of the Software.
1402
-
1403
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1404
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1405
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1406
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1407
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1408
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1409
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1410
- =========================================
1411
- END OF @babel/plugin-syntax-logical-assignment-operators@7.10.4 AND INFORMATION
1412
-
1413
- %% @babel/plugin-syntax-nullish-coalescing-operator@7.8.3 NOTICES AND INFORMATION BEGIN HERE
1414
- =========================================
1415
- MIT License
1416
-
1417
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
1418
-
1419
- Permission is hereby granted, free of charge, to any person obtaining
1420
- a copy of this software and associated documentation files (the
1421
- "Software"), to deal in the Software without restriction, including
1422
- without limitation the rights to use, copy, modify, merge, publish,
1423
- distribute, sublicense, and/or sell copies of the Software, and to
1424
- permit persons to whom the Software is furnished to do so, subject to
1425
- the following conditions:
1426
-
1427
- The above copyright notice and this permission notice shall be
1428
- included in all copies or substantial portions of the Software.
1429
-
1430
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1431
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1432
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1433
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1434
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1435
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1436
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1437
- =========================================
1438
- END OF @babel/plugin-syntax-nullish-coalescing-operator@7.8.3 AND INFORMATION
1439
-
1440
- %% @babel/plugin-syntax-numeric-separator@7.10.4 NOTICES AND INFORMATION BEGIN HERE
1441
- =========================================
1442
- MIT License
1443
-
1444
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
1445
-
1446
- Permission is hereby granted, free of charge, to any person obtaining
1447
- a copy of this software and associated documentation files (the
1448
- "Software"), to deal in the Software without restriction, including
1449
- without limitation the rights to use, copy, modify, merge, publish,
1450
- distribute, sublicense, and/or sell copies of the Software, and to
1451
- permit persons to whom the Software is furnished to do so, subject to
1452
- the following conditions:
1453
-
1454
- The above copyright notice and this permission notice shall be
1455
- included in all copies or substantial portions of the Software.
1456
-
1457
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1458
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1459
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1460
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1461
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1462
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1463
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1464
- =========================================
1465
- END OF @babel/plugin-syntax-numeric-separator@7.10.4 AND INFORMATION
1466
-
1467
- %% @babel/plugin-syntax-object-rest-spread@7.8.3 NOTICES AND INFORMATION BEGIN HERE
1468
- =========================================
1469
- MIT License
1470
-
1471
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
1472
-
1473
- Permission is hereby granted, free of charge, to any person obtaining
1474
- a copy of this software and associated documentation files (the
1475
- "Software"), to deal in the Software without restriction, including
1476
- without limitation the rights to use, copy, modify, merge, publish,
1477
- distribute, sublicense, and/or sell copies of the Software, and to
1478
- permit persons to whom the Software is furnished to do so, subject to
1479
- the following conditions:
1480
-
1481
- The above copyright notice and this permission notice shall be
1482
- included in all copies or substantial portions of the Software.
1483
-
1484
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1485
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1486
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1487
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1488
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1489
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1490
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1491
- =========================================
1492
- END OF @babel/plugin-syntax-object-rest-spread@7.8.3 AND INFORMATION
1493
-
1494
- %% @babel/plugin-syntax-optional-catch-binding@7.8.3 NOTICES AND INFORMATION BEGIN HERE
1495
- =========================================
1496
- MIT License
1497
-
1498
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
1499
-
1500
- Permission is hereby granted, free of charge, to any person obtaining
1501
- a copy of this software and associated documentation files (the
1502
- "Software"), to deal in the Software without restriction, including
1503
- without limitation the rights to use, copy, modify, merge, publish,
1504
- distribute, sublicense, and/or sell copies of the Software, and to
1505
- permit persons to whom the Software is furnished to do so, subject to
1506
- the following conditions:
1507
-
1508
- The above copyright notice and this permission notice shall be
1509
- included in all copies or substantial portions of the Software.
1510
-
1511
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1512
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1513
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1514
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1515
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1516
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1517
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1518
- =========================================
1519
- END OF @babel/plugin-syntax-optional-catch-binding@7.8.3 AND INFORMATION
1520
-
1521
- %% @babel/plugin-syntax-optional-chaining@7.8.3 NOTICES AND INFORMATION BEGIN HERE
1522
- =========================================
1523
- MIT License
1524
-
1525
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
1526
-
1527
- Permission is hereby granted, free of charge, to any person obtaining
1528
- a copy of this software and associated documentation files (the
1529
- "Software"), to deal in the Software without restriction, including
1530
- without limitation the rights to use, copy, modify, merge, publish,
1531
- distribute, sublicense, and/or sell copies of the Software, and to
1532
- permit persons to whom the Software is furnished to do so, subject to
1533
- the following conditions:
1534
-
1535
- The above copyright notice and this permission notice shall be
1536
- included in all copies or substantial portions of the Software.
1537
-
1538
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1539
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1540
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1541
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1542
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1543
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1544
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1545
- =========================================
1546
- END OF @babel/plugin-syntax-optional-chaining@7.8.3 AND INFORMATION
1547
-
1548
- %% @babel/plugin-syntax-private-property-in-object@7.14.5 NOTICES AND INFORMATION BEGIN HERE
1549
- =========================================
1550
- MIT License
1551
-
1552
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
1553
-
1554
- Permission is hereby granted, free of charge, to any person obtaining
1555
- a copy of this software and associated documentation files (the
1556
- "Software"), to deal in the Software without restriction, including
1557
- without limitation the rights to use, copy, modify, merge, publish,
1558
- distribute, sublicense, and/or sell copies of the Software, and to
1559
- permit persons to whom the Software is furnished to do so, subject to
1560
- the following conditions:
1561
-
1562
- The above copyright notice and this permission notice shall be
1563
- included in all copies or substantial portions of the Software.
1564
-
1565
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1566
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1567
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1568
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1569
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1570
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1571
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1572
- =========================================
1573
- END OF @babel/plugin-syntax-private-property-in-object@7.14.5 AND INFORMATION
1574
-
1575
- %% @babel/plugin-syntax-typescript@7.24.1 NOTICES AND INFORMATION BEGIN HERE
1576
- =========================================
1577
- MIT License
1578
-
1579
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
1580
-
1581
- Permission is hereby granted, free of charge, to any person obtaining
1582
- a copy of this software and associated documentation files (the
1583
- "Software"), to deal in the Software without restriction, including
1584
- without limitation the rights to use, copy, modify, merge, publish,
1585
- distribute, sublicense, and/or sell copies of the Software, and to
1586
- permit persons to whom the Software is furnished to do so, subject to
1587
- the following conditions:
1588
-
1589
- The above copyright notice and this permission notice shall be
1590
- included in all copies or substantial portions of the Software.
1591
-
1592
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1593
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1594
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1595
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1596
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1597
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1598
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1599
- =========================================
1600
- END OF @babel/plugin-syntax-typescript@7.24.1 AND INFORMATION
1601
-
1602
- %% @babel/plugin-transform-class-properties@7.24.1 NOTICES AND INFORMATION BEGIN HERE
1603
- =========================================
1604
- MIT License
1605
-
1606
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
1607
-
1608
- Permission is hereby granted, free of charge, to any person obtaining
1609
- a copy of this software and associated documentation files (the
1610
- "Software"), to deal in the Software without restriction, including
1611
- without limitation the rights to use, copy, modify, merge, publish,
1612
- distribute, sublicense, and/or sell copies of the Software, and to
1613
- permit persons to whom the Software is furnished to do so, subject to
1614
- the following conditions:
1615
-
1616
- The above copyright notice and this permission notice shall be
1617
- included in all copies or substantial portions of the Software.
1618
-
1619
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1620
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1621
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1622
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1623
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1624
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1625
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1626
- =========================================
1627
- END OF @babel/plugin-transform-class-properties@7.24.1 AND INFORMATION
1628
-
1629
- %% @babel/plugin-transform-class-static-block@7.24.4 NOTICES AND INFORMATION BEGIN HERE
1630
- =========================================
1631
- MIT License
1632
-
1633
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
1634
-
1635
- Permission is hereby granted, free of charge, to any person obtaining
1636
- a copy of this software and associated documentation files (the
1637
- "Software"), to deal in the Software without restriction, including
1638
- without limitation the rights to use, copy, modify, merge, publish,
1639
- distribute, sublicense, and/or sell copies of the Software, and to
1640
- permit persons to whom the Software is furnished to do so, subject to
1641
- the following conditions:
1642
-
1643
- The above copyright notice and this permission notice shall be
1644
- included in all copies or substantial portions of the Software.
1645
-
1646
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1647
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1648
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1649
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1650
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1651
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1652
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1653
- =========================================
1654
- END OF @babel/plugin-transform-class-static-block@7.24.4 AND INFORMATION
1655
-
1656
- %% @babel/plugin-transform-export-namespace-from@7.24.1 NOTICES AND INFORMATION BEGIN HERE
1657
- =========================================
1658
- MIT License
1659
-
1660
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
1661
-
1662
- Permission is hereby granted, free of charge, to any person obtaining
1663
- a copy of this software and associated documentation files (the
1664
- "Software"), to deal in the Software without restriction, including
1665
- without limitation the rights to use, copy, modify, merge, publish,
1666
- distribute, sublicense, and/or sell copies of the Software, and to
1667
- permit persons to whom the Software is furnished to do so, subject to
1668
- the following conditions:
1669
-
1670
- The above copyright notice and this permission notice shall be
1671
- included in all copies or substantial portions of the Software.
1672
-
1673
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1674
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1675
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1676
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1677
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1678
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1679
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1680
- =========================================
1681
- END OF @babel/plugin-transform-export-namespace-from@7.24.1 AND INFORMATION
1682
-
1683
- %% @babel/plugin-transform-logical-assignment-operators@7.24.1 NOTICES AND INFORMATION BEGIN HERE
1684
- =========================================
1685
- MIT License
1686
-
1687
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
1688
-
1689
- Permission is hereby granted, free of charge, to any person obtaining
1690
- a copy of this software and associated documentation files (the
1691
- "Software"), to deal in the Software without restriction, including
1692
- without limitation the rights to use, copy, modify, merge, publish,
1693
- distribute, sublicense, and/or sell copies of the Software, and to
1694
- permit persons to whom the Software is furnished to do so, subject to
1695
- the following conditions:
1696
-
1697
- The above copyright notice and this permission notice shall be
1698
- included in all copies or substantial portions of the Software.
1699
-
1700
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1701
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1702
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1703
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1704
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1705
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1706
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1707
- =========================================
1708
- END OF @babel/plugin-transform-logical-assignment-operators@7.24.1 AND INFORMATION
1709
-
1710
- %% @babel/plugin-transform-modules-commonjs@7.24.1 NOTICES AND INFORMATION BEGIN HERE
1711
- =========================================
1712
- MIT License
1713
-
1714
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
1715
-
1716
- Permission is hereby granted, free of charge, to any person obtaining
1717
- a copy of this software and associated documentation files (the
1718
- "Software"), to deal in the Software without restriction, including
1719
- without limitation the rights to use, copy, modify, merge, publish,
1720
- distribute, sublicense, and/or sell copies of the Software, and to
1721
- permit persons to whom the Software is furnished to do so, subject to
1722
- the following conditions:
1723
-
1724
- The above copyright notice and this permission notice shall be
1725
- included in all copies or substantial portions of the Software.
1726
-
1727
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1728
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1729
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1730
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1731
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1732
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1733
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1734
- =========================================
1735
- END OF @babel/plugin-transform-modules-commonjs@7.24.1 AND INFORMATION
1736
-
1737
- %% @babel/plugin-transform-nullish-coalescing-operator@7.24.1 NOTICES AND INFORMATION BEGIN HERE
1738
- =========================================
1739
- MIT License
1740
-
1741
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
1742
-
1743
- Permission is hereby granted, free of charge, to any person obtaining
1744
- a copy of this software and associated documentation files (the
1745
- "Software"), to deal in the Software without restriction, including
1746
- without limitation the rights to use, copy, modify, merge, publish,
1747
- distribute, sublicense, and/or sell copies of the Software, and to
1748
- permit persons to whom the Software is furnished to do so, subject to
1749
- the following conditions:
1750
-
1751
- The above copyright notice and this permission notice shall be
1752
- included in all copies or substantial portions of the Software.
1753
-
1754
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1755
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1756
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1757
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1758
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1759
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1760
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1761
- =========================================
1762
- END OF @babel/plugin-transform-nullish-coalescing-operator@7.24.1 AND INFORMATION
1763
-
1764
- %% @babel/plugin-transform-numeric-separator@7.24.1 NOTICES AND INFORMATION BEGIN HERE
1765
- =========================================
1766
- MIT License
1767
-
1768
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
1769
-
1770
- Permission is hereby granted, free of charge, to any person obtaining
1771
- a copy of this software and associated documentation files (the
1772
- "Software"), to deal in the Software without restriction, including
1773
- without limitation the rights to use, copy, modify, merge, publish,
1774
- distribute, sublicense, and/or sell copies of the Software, and to
1775
- permit persons to whom the Software is furnished to do so, subject to
1776
- the following conditions:
1777
-
1778
- The above copyright notice and this permission notice shall be
1779
- included in all copies or substantial portions of the Software.
1780
-
1781
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1782
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1783
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1784
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1785
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1786
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1787
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1788
- =========================================
1789
- END OF @babel/plugin-transform-numeric-separator@7.24.1 AND INFORMATION
1790
-
1791
- %% @babel/plugin-transform-optional-chaining@7.24.1 NOTICES AND INFORMATION BEGIN HERE
1792
- =========================================
1793
- MIT License
1794
-
1795
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
1796
-
1797
- Permission is hereby granted, free of charge, to any person obtaining
1798
- a copy of this software and associated documentation files (the
1799
- "Software"), to deal in the Software without restriction, including
1800
- without limitation the rights to use, copy, modify, merge, publish,
1801
- distribute, sublicense, and/or sell copies of the Software, and to
1802
- permit persons to whom the Software is furnished to do so, subject to
1803
- the following conditions:
1804
-
1805
- The above copyright notice and this permission notice shall be
1806
- included in all copies or substantial portions of the Software.
1807
-
1808
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1809
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1810
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1811
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1812
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1813
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1814
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1815
- =========================================
1816
- END OF @babel/plugin-transform-optional-chaining@7.24.1 AND INFORMATION
1817
-
1818
- %% @babel/plugin-transform-private-methods@7.24.1 NOTICES AND INFORMATION BEGIN HERE
1819
- =========================================
1820
- MIT License
1821
-
1822
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
1823
-
1824
- Permission is hereby granted, free of charge, to any person obtaining
1825
- a copy of this software and associated documentation files (the
1826
- "Software"), to deal in the Software without restriction, including
1827
- without limitation the rights to use, copy, modify, merge, publish,
1828
- distribute, sublicense, and/or sell copies of the Software, and to
1829
- permit persons to whom the Software is furnished to do so, subject to
1830
- the following conditions:
1831
-
1832
- The above copyright notice and this permission notice shall be
1833
- included in all copies or substantial portions of the Software.
1834
-
1835
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1836
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1837
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1838
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1839
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1840
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1841
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1842
- =========================================
1843
- END OF @babel/plugin-transform-private-methods@7.24.1 AND INFORMATION
1844
-
1845
- %% @babel/plugin-transform-private-property-in-object@7.24.1 NOTICES AND INFORMATION BEGIN HERE
1846
- =========================================
1847
- MIT License
1848
-
1849
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
1850
-
1851
- Permission is hereby granted, free of charge, to any person obtaining
1852
- a copy of this software and associated documentation files (the
1853
- "Software"), to deal in the Software without restriction, including
1854
- without limitation the rights to use, copy, modify, merge, publish,
1855
- distribute, sublicense, and/or sell copies of the Software, and to
1856
- permit persons to whom the Software is furnished to do so, subject to
1857
- the following conditions:
1858
-
1859
- The above copyright notice and this permission notice shall be
1860
- included in all copies or substantial portions of the Software.
1861
-
1862
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1863
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1864
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1865
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1866
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1867
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1868
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1869
- =========================================
1870
- END OF @babel/plugin-transform-private-property-in-object@7.24.1 AND INFORMATION
1871
-
1872
- %% @babel/plugin-transform-react-jsx@7.23.4 NOTICES AND INFORMATION BEGIN HERE
1873
- =========================================
1874
- MIT License
1875
-
1876
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
1877
-
1878
- Permission is hereby granted, free of charge, to any person obtaining
1879
- a copy of this software and associated documentation files (the
1880
- "Software"), to deal in the Software without restriction, including
1881
- without limitation the rights to use, copy, modify, merge, publish,
1882
- distribute, sublicense, and/or sell copies of the Software, and to
1883
- permit persons to whom the Software is furnished to do so, subject to
1884
- the following conditions:
1885
-
1886
- The above copyright notice and this permission notice shall be
1887
- included in all copies or substantial portions of the Software.
1888
-
1889
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1890
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1891
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1892
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1893
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1894
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1895
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1896
- =========================================
1897
- END OF @babel/plugin-transform-react-jsx@7.23.4 AND INFORMATION
1898
-
1899
- %% @babel/plugin-transform-typescript@7.24.4 NOTICES AND INFORMATION BEGIN HERE
1900
- =========================================
1901
- MIT License
1902
-
1903
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
1904
-
1905
- Permission is hereby granted, free of charge, to any person obtaining
1906
- a copy of this software and associated documentation files (the
1907
- "Software"), to deal in the Software without restriction, including
1908
- without limitation the rights to use, copy, modify, merge, publish,
1909
- distribute, sublicense, and/or sell copies of the Software, and to
1910
- permit persons to whom the Software is furnished to do so, subject to
1911
- the following conditions:
1912
-
1913
- The above copyright notice and this permission notice shall be
1914
- included in all copies or substantial portions of the Software.
1915
-
1916
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1917
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1918
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1919
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1920
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1921
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1922
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1923
- =========================================
1924
- END OF @babel/plugin-transform-typescript@7.24.4 AND INFORMATION
1925
-
1926
- %% @babel/preset-typescript@7.24.1 NOTICES AND INFORMATION BEGIN HERE
1927
- =========================================
1928
- MIT License
1929
-
1930
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
1931
-
1932
- Permission is hereby granted, free of charge, to any person obtaining
1933
- a copy of this software and associated documentation files (the
1934
- "Software"), to deal in the Software without restriction, including
1935
- without limitation the rights to use, copy, modify, merge, publish,
1936
- distribute, sublicense, and/or sell copies of the Software, and to
1937
- permit persons to whom the Software is furnished to do so, subject to
1938
- the following conditions:
1939
-
1940
- The above copyright notice and this permission notice shall be
1941
- included in all copies or substantial portions of the Software.
1942
-
1943
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1944
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1945
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1946
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1947
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1948
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1949
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1950
- =========================================
1951
- END OF @babel/preset-typescript@7.24.1 AND INFORMATION
1952
-
1953
- %% @babel/template@7.24.0 NOTICES AND INFORMATION BEGIN HERE
1954
- =========================================
1955
- MIT License
1956
-
1957
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
1958
-
1959
- Permission is hereby granted, free of charge, to any person obtaining
1960
- a copy of this software and associated documentation files (the
1961
- "Software"), to deal in the Software without restriction, including
1962
- without limitation the rights to use, copy, modify, merge, publish,
1963
- distribute, sublicense, and/or sell copies of the Software, and to
1964
- permit persons to whom the Software is furnished to do so, subject to
1965
- the following conditions:
1966
-
1967
- The above copyright notice and this permission notice shall be
1968
- included in all copies or substantial portions of the Software.
1969
-
1970
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1971
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1972
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1973
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1974
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1975
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1976
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1977
- =========================================
1978
- END OF @babel/template@7.24.0 AND INFORMATION
1979
-
1980
- %% @babel/traverse@7.24.1 NOTICES AND INFORMATION BEGIN HERE
1981
- =========================================
1982
- MIT License
1983
-
1984
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
1985
-
1986
- Permission is hereby granted, free of charge, to any person obtaining
1987
- a copy of this software and associated documentation files (the
1988
- "Software"), to deal in the Software without restriction, including
1989
- without limitation the rights to use, copy, modify, merge, publish,
1990
- distribute, sublicense, and/or sell copies of the Software, and to
1991
- permit persons to whom the Software is furnished to do so, subject to
1992
- the following conditions:
1993
-
1994
- The above copyright notice and this permission notice shall be
1995
- included in all copies or substantial portions of the Software.
1996
-
1997
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1998
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1999
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2000
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2001
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2002
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2003
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2004
- =========================================
2005
- END OF @babel/traverse@7.24.1 AND INFORMATION
2006
-
2007
- %% @babel/types@7.24.0 NOTICES AND INFORMATION BEGIN HERE
2008
- =========================================
2009
- MIT License
2010
-
2011
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
2012
-
2013
- Permission is hereby granted, free of charge, to any person obtaining
2014
- a copy of this software and associated documentation files (the
2015
- "Software"), to deal in the Software without restriction, including
2016
- without limitation the rights to use, copy, modify, merge, publish,
2017
- distribute, sublicense, and/or sell copies of the Software, and to
2018
- permit persons to whom the Software is furnished to do so, subject to
2019
- the following conditions:
2020
-
2021
- The above copyright notice and this permission notice shall be
2022
- included in all copies or substantial portions of the Software.
2023
-
2024
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2025
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2026
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2027
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2028
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2029
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2030
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2031
- =========================================
2032
- END OF @babel/types@7.24.0 AND INFORMATION
2033
-
2034
- %% @jest/expect-utils@29.5.0 NOTICES AND INFORMATION BEGIN HERE
2035
- =========================================
2036
- MIT License
2037
-
2038
- Copyright (c) Meta Platforms, Inc. and affiliates.
2039
-
2040
- Permission is hereby granted, free of charge, to any person obtaining a copy
2041
- of this software and associated documentation files (the "Software"), to deal
2042
- in the Software without restriction, including without limitation the rights
2043
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2044
- copies of the Software, and to permit persons to whom the Software is
2045
- furnished to do so, subject to the following conditions:
2046
-
2047
- The above copyright notice and this permission notice shall be included in all
2048
- copies or substantial portions of the Software.
2049
-
2050
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2051
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2052
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2053
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2054
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2055
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2056
- SOFTWARE.
2057
- =========================================
2058
- END OF @jest/expect-utils@29.5.0 AND INFORMATION
2059
-
2060
- %% @jest/schemas@29.4.3 NOTICES AND INFORMATION BEGIN HERE
2061
- =========================================
2062
- MIT License
2063
-
2064
- Copyright (c) Meta Platforms, Inc. and affiliates.
2065
-
2066
- Permission is hereby granted, free of charge, to any person obtaining a copy
2067
- of this software and associated documentation files (the "Software"), to deal
2068
- in the Software without restriction, including without limitation the rights
2069
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2070
- copies of the Software, and to permit persons to whom the Software is
2071
- furnished to do so, subject to the following conditions:
2072
-
2073
- The above copyright notice and this permission notice shall be included in all
2074
- copies or substantial portions of the Software.
2075
-
2076
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2077
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2078
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2079
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2080
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2081
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2082
- SOFTWARE.
2083
- =========================================
2084
- END OF @jest/schemas@29.4.3 AND INFORMATION
2085
-
2086
- %% @jest/types@29.5.0 NOTICES AND INFORMATION BEGIN HERE
2087
- =========================================
2088
- MIT License
2089
-
2090
- Copyright (c) Meta Platforms, Inc. and affiliates.
2091
-
2092
- Permission is hereby granted, free of charge, to any person obtaining a copy
2093
- of this software and associated documentation files (the "Software"), to deal
2094
- in the Software without restriction, including without limitation the rights
2095
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2096
- copies of the Software, and to permit persons to whom the Software is
2097
- furnished to do so, subject to the following conditions:
2098
-
2099
- The above copyright notice and this permission notice shall be included in all
2100
- copies or substantial portions of the Software.
2101
-
2102
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2103
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2104
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2105
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2106
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2107
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2108
- SOFTWARE.
2109
- =========================================
2110
- END OF @jest/types@29.5.0 AND INFORMATION
2111
-
2112
- %% @jridgewell/gen-mapping@0.3.5 NOTICES AND INFORMATION BEGIN HERE
2113
- =========================================
2114
- Copyright 2022 Justin Ridgewell <jridgewell@google.com>
2115
-
2116
- Permission is hereby granted, free of charge, to any person obtaining a copy
2117
- of this software and associated documentation files (the "Software"), to deal
2118
- in the Software without restriction, including without limitation the rights
2119
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2120
- copies of the Software, and to permit persons to whom the Software is
2121
- furnished to do so, subject to the following conditions:
2122
-
2123
- The above copyright notice and this permission notice shall be included in
2124
- all copies or substantial portions of the Software.
2125
-
2126
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2127
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2128
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2129
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2130
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2131
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2132
- SOFTWARE.
2133
- =========================================
2134
- END OF @jridgewell/gen-mapping@0.3.5 AND INFORMATION
2135
-
2136
- %% @jridgewell/resolve-uri@3.1.1 NOTICES AND INFORMATION BEGIN HERE
2137
- =========================================
2138
- Copyright 2019 Justin Ridgewell <jridgewell@google.com>
2139
-
2140
- Permission is hereby granted, free of charge, to any person obtaining a copy
2141
- of this software and associated documentation files (the "Software"), to deal
2142
- in the Software without restriction, including without limitation the rights
2143
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2144
- copies of the Software, and to permit persons to whom the Software is
2145
- furnished to do so, subject to the following conditions:
2146
-
2147
- The above copyright notice and this permission notice shall be included in
2148
- all copies or substantial portions of the Software.
2149
-
2150
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2151
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2152
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2153
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2154
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2155
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2156
- SOFTWARE.
2157
- =========================================
2158
- END OF @jridgewell/resolve-uri@3.1.1 AND INFORMATION
2159
-
2160
- %% @jridgewell/set-array@1.2.1 NOTICES AND INFORMATION BEGIN HERE
2161
- =========================================
2162
- Copyright 2022 Justin Ridgewell <jridgewell@google.com>
2163
-
2164
- Permission is hereby granted, free of charge, to any person obtaining a copy
2165
- of this software and associated documentation files (the "Software"), to deal
2166
- in the Software without restriction, including without limitation the rights
2167
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2168
- copies of the Software, and to permit persons to whom the Software is
2169
- furnished to do so, subject to the following conditions:
2170
-
2171
- The above copyright notice and this permission notice shall be included in
2172
- all copies or substantial portions of the Software.
2173
-
2174
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2175
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2176
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2177
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2178
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2179
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2180
- SOFTWARE.
2181
- =========================================
2182
- END OF @jridgewell/set-array@1.2.1 AND INFORMATION
2183
-
2184
- %% @jridgewell/sourcemap-codec@1.4.15 NOTICES AND INFORMATION BEGIN HERE
2185
- =========================================
2186
- The MIT License
2187
-
2188
- Copyright (c) 2015 Rich Harris
2189
-
2190
- Permission is hereby granted, free of charge, to any person obtaining a copy
2191
- of this software and associated documentation files (the "Software"), to deal
2192
- in the Software without restriction, including without limitation the rights
2193
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2194
- copies of the Software, and to permit persons to whom the Software is
2195
- furnished to do so, subject to the following conditions:
2196
-
2197
- The above copyright notice and this permission notice shall be included in
2198
- all copies or substantial portions of the Software.
2199
-
2200
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2201
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2202
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2203
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2204
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2205
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2206
- THE SOFTWARE.
2207
- =========================================
2208
- END OF @jridgewell/sourcemap-codec@1.4.15 AND INFORMATION
2209
-
2210
- %% @jridgewell/trace-mapping@0.3.25 NOTICES AND INFORMATION BEGIN HERE
2211
- =========================================
2212
- Copyright 2022 Justin Ridgewell <justin@ridgewell.name>
2213
-
2214
- Permission is hereby granted, free of charge, to any person obtaining a copy
2215
- of this software and associated documentation files (the "Software"), to deal
2216
- in the Software without restriction, including without limitation the rights
2217
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2218
- copies of the Software, and to permit persons to whom the Software is
2219
- furnished to do so, subject to the following conditions:
2220
-
2221
- The above copyright notice and this permission notice shall be included in
2222
- all copies or substantial portions of the Software.
2223
-
2224
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2225
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2226
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2227
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2228
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2229
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2230
- SOFTWARE.
2231
- =========================================
2232
- END OF @jridgewell/trace-mapping@0.3.25 AND INFORMATION
2233
-
2234
- %% @sinclair/typebox@0.25.24 NOTICES AND INFORMATION BEGIN HERE
2235
- =========================================
2236
- TypeBox: JSON Schema Type Builder with Static Type Resolution for TypeScript
2237
-
2238
- The MIT License (MIT)
2239
-
2240
- Copyright (c) 2017-2023 Haydn Paterson (sinclair) <haydn.developer@gmail.com>
2241
-
2242
- Permission is hereby granted, free of charge, to any person obtaining a copy
2243
- of this software and associated documentation files (the "Software"), to deal
2244
- in the Software without restriction, including without limitation the rights
2245
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2246
- copies of the Software, and to permit persons to whom the Software is
2247
- furnished to do so, subject to the following conditions:
2248
-
2249
- The above copyright notice and this permission notice shall be included in
2250
- all copies or substantial portions of the Software.
2251
-
2252
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2253
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2254
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2255
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2256
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2257
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2258
- THE SOFTWARE.
2259
- =========================================
2260
- END OF @sinclair/typebox@0.25.24 AND INFORMATION
2261
-
2262
- %% @types/istanbul-lib-coverage@2.0.4 NOTICES AND INFORMATION BEGIN HERE
2263
- =========================================
2264
- MIT License
2265
-
2266
- Copyright (c) Microsoft Corporation.
2267
-
2268
- Permission is hereby granted, free of charge, to any person obtaining a copy
2269
- of this software and associated documentation files (the "Software"), to deal
2270
- in the Software without restriction, including without limitation the rights
2271
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2272
- copies of the Software, and to permit persons to whom the Software is
2273
- furnished to do so, subject to the following conditions:
2274
-
2275
- The above copyright notice and this permission notice shall be included in all
2276
- copies or substantial portions of the Software.
2277
-
2278
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2279
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2280
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2281
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2282
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2283
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2284
- SOFTWARE
2285
- =========================================
2286
- END OF @types/istanbul-lib-coverage@2.0.4 AND INFORMATION
2287
-
2288
- %% @types/istanbul-lib-report@3.0.0 NOTICES AND INFORMATION BEGIN HERE
2289
- =========================================
2290
- MIT License
2291
-
2292
- Copyright (c) Microsoft Corporation. All rights reserved.
2293
-
2294
- Permission is hereby granted, free of charge, to any person obtaining a copy
2295
- of this software and associated documentation files (the "Software"), to deal
2296
- in the Software without restriction, including without limitation the rights
2297
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2298
- copies of the Software, and to permit persons to whom the Software is
2299
- furnished to do so, subject to the following conditions:
2300
-
2301
- The above copyright notice and this permission notice shall be included in all
2302
- copies or substantial portions of the Software.
2303
-
2304
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2305
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2306
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2307
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2308
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2309
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2310
- SOFTWARE
2311
- =========================================
2312
- END OF @types/istanbul-lib-report@3.0.0 AND INFORMATION
2313
-
2314
- %% @types/istanbul-reports@3.0.1 NOTICES AND INFORMATION BEGIN HERE
2315
- =========================================
2316
- MIT License
2317
-
2318
- Copyright (c) Microsoft Corporation.
2319
-
2320
- Permission is hereby granted, free of charge, to any person obtaining a copy
2321
- of this software and associated documentation files (the "Software"), to deal
2322
- in the Software without restriction, including without limitation the rights
2323
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2324
- copies of the Software, and to permit persons to whom the Software is
2325
- furnished to do so, subject to the following conditions:
2326
-
2327
- The above copyright notice and this permission notice shall be included in all
2328
- copies or substantial portions of the Software.
2329
-
2330
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2331
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2332
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2333
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2334
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2335
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2336
- SOFTWARE
2337
- =========================================
2338
- END OF @types/istanbul-reports@3.0.1 AND INFORMATION
2339
-
2340
- %% @types/node@20.2.5 NOTICES AND INFORMATION BEGIN HERE
2341
- =========================================
2342
- MIT License
2343
-
2344
- Copyright (c) Microsoft Corporation.
2345
-
2346
- Permission is hereby granted, free of charge, to any person obtaining a copy
2347
- of this software and associated documentation files (the "Software"), to deal
2348
- in the Software without restriction, including without limitation the rights
2349
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2350
- copies of the Software, and to permit persons to whom the Software is
2351
- furnished to do so, subject to the following conditions:
2352
-
2353
- The above copyright notice and this permission notice shall be included in all
2354
- copies or substantial portions of the Software.
2355
-
2356
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2357
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2358
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2359
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2360
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2361
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2362
- SOFTWARE
2363
- =========================================
2364
- END OF @types/node@20.2.5 AND INFORMATION
2365
-
2366
- %% @types/stack-utils@2.0.1 NOTICES AND INFORMATION BEGIN HERE
2367
- =========================================
2368
- MIT License
2369
-
2370
- Copyright (c) Microsoft Corporation.
2371
-
2372
- Permission is hereby granted, free of charge, to any person obtaining a copy
2373
- of this software and associated documentation files (the "Software"), to deal
2374
- in the Software without restriction, including without limitation the rights
2375
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2376
- copies of the Software, and to permit persons to whom the Software is
2377
- furnished to do so, subject to the following conditions:
2378
-
2379
- The above copyright notice and this permission notice shall be included in all
2380
- copies or substantial portions of the Software.
2381
-
2382
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2383
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2384
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2385
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2386
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2387
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2388
- SOFTWARE
2389
- =========================================
2390
- END OF @types/stack-utils@2.0.1 AND INFORMATION
2391
-
2392
- %% @types/yargs-parser@21.0.0 NOTICES AND INFORMATION BEGIN HERE
2393
- =========================================
2394
- MIT License
2395
-
2396
- Copyright (c) Microsoft Corporation.
2397
-
2398
- Permission is hereby granted, free of charge, to any person obtaining a copy
2399
- of this software and associated documentation files (the "Software"), to deal
2400
- in the Software without restriction, including without limitation the rights
2401
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2402
- copies of the Software, and to permit persons to whom the Software is
2403
- furnished to do so, subject to the following conditions:
2404
-
2405
- The above copyright notice and this permission notice shall be included in all
2406
- copies or substantial portions of the Software.
2407
-
2408
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2409
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2410
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2411
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2412
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2413
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2414
- SOFTWARE
2415
- =========================================
2416
- END OF @types/yargs-parser@21.0.0 AND INFORMATION
2417
-
2418
- %% @types/yargs@17.0.24 NOTICES AND INFORMATION BEGIN HERE
2419
- =========================================
2420
- MIT License
2421
-
2422
- Copyright (c) Microsoft Corporation.
2423
-
2424
- Permission is hereby granted, free of charge, to any person obtaining a copy
2425
- of this software and associated documentation files (the "Software"), to deal
2426
- in the Software without restriction, including without limitation the rights
2427
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2428
- copies of the Software, and to permit persons to whom the Software is
2429
- furnished to do so, subject to the following conditions:
2430
-
2431
- The above copyright notice and this permission notice shall be included in all
2432
- copies or substantial portions of the Software.
2433
-
2434
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2435
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2436
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2437
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2438
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2439
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2440
- SOFTWARE
2441
- =========================================
2442
- END OF @types/yargs@17.0.24 AND INFORMATION
2443
-
2444
- %% ansi-colors@4.1.3 NOTICES AND INFORMATION BEGIN HERE
2445
- =========================================
2446
- The MIT License (MIT)
2447
-
2448
- Copyright (c) 2015-present, Brian Woodward.
2449
-
2450
- Permission is hereby granted, free of charge, to any person obtaining a copy
2451
- of this software and associated documentation files (the "Software"), to deal
2452
- in the Software without restriction, including without limitation the rights
2453
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2454
- copies of the Software, and to permit persons to whom the Software is
2455
- furnished to do so, subject to the following conditions:
2456
-
2457
- The above copyright notice and this permission notice shall be included in
2458
- all copies or substantial portions of the Software.
2459
-
2460
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2461
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2462
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2463
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2464
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2465
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2466
- THE SOFTWARE.
2467
- =========================================
2468
- END OF ansi-colors@4.1.3 AND INFORMATION
2469
-
2470
- %% ansi-styles@3.2.1 NOTICES AND INFORMATION BEGIN HERE
2471
- =========================================
2472
- MIT License
2473
-
2474
- Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2475
-
2476
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2477
-
2478
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2479
-
2480
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2481
- =========================================
2482
- END OF ansi-styles@3.2.1 AND INFORMATION
2483
-
2484
- %% ansi-styles@4.3.0 NOTICES AND INFORMATION BEGIN HERE
2485
- =========================================
2486
- MIT License
2487
-
2488
- Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2489
-
2490
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2491
-
2492
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2493
-
2494
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2495
- =========================================
2496
- END OF ansi-styles@4.3.0 AND INFORMATION
2497
-
2498
- %% ansi-styles@5.2.0 NOTICES AND INFORMATION BEGIN HERE
2499
- =========================================
2500
- MIT License
2501
-
2502
- Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2503
-
2504
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2505
-
2506
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2507
-
2508
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2509
- =========================================
2510
- END OF ansi-styles@5.2.0 AND INFORMATION
2511
-
2512
- %% anymatch@3.1.3 NOTICES AND INFORMATION BEGIN HERE
2513
- =========================================
2514
- The ISC License
2515
-
2516
- Copyright (c) 2019 Elan Shanker, Paul Miller (https://paulmillr.com)
2517
-
2518
- Permission to use, copy, modify, and/or distribute this software for any
2519
- purpose with or without fee is hereby granted, provided that the above
2520
- copyright notice and this permission notice appear in all copies.
2521
-
2522
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2523
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2524
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2525
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2526
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2527
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
2528
- IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2529
- =========================================
2530
- END OF anymatch@3.1.3 AND INFORMATION
2531
-
2532
- %% binary-extensions@2.2.0 NOTICES AND INFORMATION BEGIN HERE
2533
- =========================================
2534
- MIT License
2535
-
2536
- Copyright (c) 2019 Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com), Paul Miller (https://paulmillr.com)
2537
-
2538
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2539
-
2540
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2541
-
2542
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2543
- =========================================
2544
- END OF binary-extensions@2.2.0 AND INFORMATION
2545
-
2546
- %% braces@3.0.3 NOTICES AND INFORMATION BEGIN HERE
2547
- =========================================
2548
- The MIT License (MIT)
2549
-
2550
- Copyright (c) 2014-present, Jon Schlinkert.
2551
-
2552
- Permission is hereby granted, free of charge, to any person obtaining a copy
2553
- of this software and associated documentation files (the "Software"), to deal
2554
- in the Software without restriction, including without limitation the rights
2555
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2556
- copies of the Software, and to permit persons to whom the Software is
2557
- furnished to do so, subject to the following conditions:
2558
-
2559
- The above copyright notice and this permission notice shall be included in
2560
- all copies or substantial portions of the Software.
2561
-
2562
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2563
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2564
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2565
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2566
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2567
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2568
- THE SOFTWARE.
2569
- =========================================
2570
- END OF braces@3.0.3 AND INFORMATION
2571
-
2572
- %% browserslist@4.22.2 NOTICES AND INFORMATION BEGIN HERE
2573
- =========================================
2574
- The MIT License (MIT)
2575
-
2576
- Copyright 2014 Andrey Sitnik <andrey@sitnik.ru> and other contributors
2577
-
2578
- Permission is hereby granted, free of charge, to any person obtaining a copy of
2579
- this software and associated documentation files (the "Software"), to deal in
2580
- the Software without restriction, including without limitation the rights to
2581
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2582
- the Software, and to permit persons to whom the Software is furnished to do so,
2583
- subject to the following conditions:
2584
-
2585
- The above copyright notice and this permission notice shall be included in all
2586
- copies or substantial portions of the Software.
2587
-
2588
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2589
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2590
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2591
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2592
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2593
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2594
- =========================================
2595
- END OF browserslist@4.22.2 AND INFORMATION
2596
-
2597
- %% buffer-from@1.1.2 NOTICES AND INFORMATION BEGIN HERE
2598
- =========================================
2599
- MIT License
2600
-
2601
- Copyright (c) 2016, 2018 Linus Unnebäck
2602
-
2603
- Permission is hereby granted, free of charge, to any person obtaining a copy
2604
- of this software and associated documentation files (the "Software"), to deal
2605
- in the Software without restriction, including without limitation the rights
2606
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2607
- copies of the Software, and to permit persons to whom the Software is
2608
- furnished to do so, subject to the following conditions:
2609
-
2610
- The above copyright notice and this permission notice shall be included in all
2611
- copies or substantial portions of the Software.
2612
-
2613
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2614
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2615
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2616
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2617
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2618
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2619
- SOFTWARE.
2620
- =========================================
2621
- END OF buffer-from@1.1.2 AND INFORMATION
2622
-
2623
- %% caniuse-lite@1.0.30001579 NOTICES AND INFORMATION BEGIN HERE
2624
- =========================================
2625
- Attribution 4.0 International
2626
-
2627
- =======================================================================
2628
-
2629
- Creative Commons Corporation ("Creative Commons") is not a law firm and
2630
- does not provide legal services or legal advice. Distribution of
2631
- Creative Commons public licenses does not create a lawyer-client or
2632
- other relationship. Creative Commons makes its licenses and related
2633
- information available on an "as-is" basis. Creative Commons gives no
2634
- warranties regarding its licenses, any material licensed under their
2635
- terms and conditions, or any related information. Creative Commons
2636
- disclaims all liability for damages resulting from their use to the
2637
- fullest extent possible.
2638
-
2639
- Using Creative Commons Public Licenses
2640
-
2641
- Creative Commons public licenses provide a standard set of terms and
2642
- conditions that creators and other rights holders may use to share
2643
- original works of authorship and other material subject to copyright
2644
- and certain other rights specified in the public license below. The
2645
- following considerations are for informational purposes only, are not
2646
- exhaustive, and do not form part of our licenses.
2647
-
2648
- Considerations for licensors: Our public licenses are
2649
- intended for use by those authorized to give the public
2650
- permission to use material in ways otherwise restricted by
2651
- copyright and certain other rights. Our licenses are
2652
- irrevocable. Licensors should read and understand the terms
2653
- and conditions of the license they choose before applying it.
2654
- Licensors should also secure all rights necessary before
2655
- applying our licenses so that the public can reuse the
2656
- material as expected. Licensors should clearly mark any
2657
- material not subject to the license. This includes other CC-
2658
- licensed material, or material used under an exception or
2659
- limitation to copyright. More considerations for licensors:
2660
- wiki.creativecommons.org/Considerations_for_licensors
2661
-
2662
- Considerations for the public: By using one of our public
2663
- licenses, a licensor grants the public permission to use the
2664
- licensed material under specified terms and conditions. If
2665
- the licensor's permission is not necessary for any reason--for
2666
- example, because of any applicable exception or limitation to
2667
- copyright--then that use is not regulated by the license. Our
2668
- licenses grant only permissions under copyright and certain
2669
- other rights that a licensor has authority to grant. Use of
2670
- the licensed material may still be restricted for other
2671
- reasons, including because others have copyright or other
2672
- rights in the material. A licensor may make special requests,
2673
- such as asking that all changes be marked or described.
2674
- Although not required by our licenses, you are encouraged to
2675
- respect those requests where reasonable. More_considerations
2676
- for the public:
2677
- wiki.creativecommons.org/Considerations_for_licensees
2678
-
2679
- =======================================================================
2680
-
2681
- Creative Commons Attribution 4.0 International Public License
2682
-
2683
- By exercising the Licensed Rights (defined below), You accept and agree
2684
- to be bound by the terms and conditions of this Creative Commons
2685
- Attribution 4.0 International Public License ("Public License"). To the
2686
- extent this Public License may be interpreted as a contract, You are
2687
- granted the Licensed Rights in consideration of Your acceptance of
2688
- these terms and conditions, and the Licensor grants You such rights in
2689
- consideration of benefits the Licensor receives from making the
2690
- Licensed Material available under these terms and conditions.
2691
-
2692
-
2693
- Section 1 -- Definitions.
2694
-
2695
- a. Adapted Material means material subject to Copyright and Similar
2696
- Rights that is derived from or based upon the Licensed Material
2697
- and in which the Licensed Material is translated, altered,
2698
- arranged, transformed, or otherwise modified in a manner requiring
2699
- permission under the Copyright and Similar Rights held by the
2700
- Licensor. For purposes of this Public License, where the Licensed
2701
- Material is a musical work, performance, or sound recording,
2702
- Adapted Material is always produced where the Licensed Material is
2703
- synched in timed relation with a moving image.
2704
-
2705
- b. Adapter's License means the license You apply to Your Copyright
2706
- and Similar Rights in Your contributions to Adapted Material in
2707
- accordance with the terms and conditions of this Public License.
2708
-
2709
- c. Copyright and Similar Rights means copyright and/or similar rights
2710
- closely related to copyright including, without limitation,
2711
- performance, broadcast, sound recording, and Sui Generis Database
2712
- Rights, without regard to how the rights are labeled or
2713
- categorized. For purposes of this Public License, the rights
2714
- specified in Section 2(b)(1)-(2) are not Copyright and Similar
2715
- Rights.
2716
-
2717
- d. Effective Technological Measures means those measures that, in the
2718
- absence of proper authority, may not be circumvented under laws
2719
- fulfilling obligations under Article 11 of the WIPO Copyright
2720
- Treaty adopted on December 20, 1996, and/or similar international
2721
- agreements.
2722
-
2723
- e. Exceptions and Limitations means fair use, fair dealing, and/or
2724
- any other exception or limitation to Copyright and Similar Rights
2725
- that applies to Your use of the Licensed Material.
2726
-
2727
- f. Licensed Material means the artistic or literary work, database,
2728
- or other material to which the Licensor applied this Public
2729
- License.
2730
-
2731
- g. Licensed Rights means the rights granted to You subject to the
2732
- terms and conditions of this Public License, which are limited to
2733
- all Copyright and Similar Rights that apply to Your use of the
2734
- Licensed Material and that the Licensor has authority to license.
2735
-
2736
- h. Licensor means the individual(s) or entity(ies) granting rights
2737
- under this Public License.
2738
-
2739
- i. Share means to provide material to the public by any means or
2740
- process that requires permission under the Licensed Rights, such
2741
- as reproduction, public display, public performance, distribution,
2742
- dissemination, communication, or importation, and to make material
2743
- available to the public including in ways that members of the
2744
- public may access the material from a place and at a time
2745
- individually chosen by them.
2746
-
2747
- j. Sui Generis Database Rights means rights other than copyright
2748
- resulting from Directive 96/9/EC of the European Parliament and of
2749
- the Council of 11 March 1996 on the legal protection of databases,
2750
- as amended and/or succeeded, as well as other essentially
2751
- equivalent rights anywhere in the world.
2752
-
2753
- k. You means the individual or entity exercising the Licensed Rights
2754
- under this Public License. Your has a corresponding meaning.
2755
-
2756
-
2757
- Section 2 -- Scope.
2758
-
2759
- a. License grant.
2760
-
2761
- 1. Subject to the terms and conditions of this Public License,
2762
- the Licensor hereby grants You a worldwide, royalty-free,
2763
- non-sublicensable, non-exclusive, irrevocable license to
2764
- exercise the Licensed Rights in the Licensed Material to:
2765
-
2766
- a. reproduce and Share the Licensed Material, in whole or
2767
- in part; and
2768
-
2769
- b. produce, reproduce, and Share Adapted Material.
2770
-
2771
- 2. Exceptions and Limitations. For the avoidance of doubt, where
2772
- Exceptions and Limitations apply to Your use, this Public
2773
- License does not apply, and You do not need to comply with
2774
- its terms and conditions.
2775
-
2776
- 3. Term. The term of this Public License is specified in Section
2777
- 6(a).
2778
-
2779
- 4. Media and formats; technical modifications allowed. The
2780
- Licensor authorizes You to exercise the Licensed Rights in
2781
- all media and formats whether now known or hereafter created,
2782
- and to make technical modifications necessary to do so. The
2783
- Licensor waives and/or agrees not to assert any right or
2784
- authority to forbid You from making technical modifications
2785
- necessary to exercise the Licensed Rights, including
2786
- technical modifications necessary to circumvent Effective
2787
- Technological Measures. For purposes of this Public License,
2788
- simply making modifications authorized by this Section 2(a)
2789
- (4) never produces Adapted Material.
2790
-
2791
- 5. Downstream recipients.
2792
-
2793
- a. Offer from the Licensor -- Licensed Material. Every
2794
- recipient of the Licensed Material automatically
2795
- receives an offer from the Licensor to exercise the
2796
- Licensed Rights under the terms and conditions of this
2797
- Public License.
2798
-
2799
- b. No downstream restrictions. You may not offer or impose
2800
- any additional or different terms or conditions on, or
2801
- apply any Effective Technological Measures to, the
2802
- Licensed Material if doing so restricts exercise of the
2803
- Licensed Rights by any recipient of the Licensed
2804
- Material.
2805
-
2806
- 6. No endorsement. Nothing in this Public License constitutes or
2807
- may be construed as permission to assert or imply that You
2808
- are, or that Your use of the Licensed Material is, connected
2809
- with, or sponsored, endorsed, or granted official status by,
2810
- the Licensor or others designated to receive attribution as
2811
- provided in Section 3(a)(1)(A)(i).
2812
-
2813
- b. Other rights.
2814
-
2815
- 1. Moral rights, such as the right of integrity, are not
2816
- licensed under this Public License, nor are publicity,
2817
- privacy, and/or other similar personality rights; however, to
2818
- the extent possible, the Licensor waives and/or agrees not to
2819
- assert any such rights held by the Licensor to the limited
2820
- extent necessary to allow You to exercise the Licensed
2821
- Rights, but not otherwise.
2822
-
2823
- 2. Patent and trademark rights are not licensed under this
2824
- Public License.
2825
-
2826
- 3. To the extent possible, the Licensor waives any right to
2827
- collect royalties from You for the exercise of the Licensed
2828
- Rights, whether directly or through a collecting society
2829
- under any voluntary or waivable statutory or compulsory
2830
- licensing scheme. In all other cases the Licensor expressly
2831
- reserves any right to collect such royalties.
2832
-
2833
-
2834
- Section 3 -- License Conditions.
2835
-
2836
- Your exercise of the Licensed Rights is expressly made subject to the
2837
- following conditions.
2838
-
2839
- a. Attribution.
2840
-
2841
- 1. If You Share the Licensed Material (including in modified
2842
- form), You must:
2843
-
2844
- a. retain the following if it is supplied by the Licensor
2845
- with the Licensed Material:
2846
-
2847
- i. identification of the creator(s) of the Licensed
2848
- Material and any others designated to receive
2849
- attribution, in any reasonable manner requested by
2850
- the Licensor (including by pseudonym if
2851
- designated);
2852
-
2853
- ii. a copyright notice;
2854
-
2855
- iii. a notice that refers to this Public License;
2856
-
2857
- iv. a notice that refers to the disclaimer of
2858
- warranties;
2859
-
2860
- v. a URI or hyperlink to the Licensed Material to the
2861
- extent reasonably practicable;
2862
-
2863
- b. indicate if You modified the Licensed Material and
2864
- retain an indication of any previous modifications; and
2865
-
2866
- c. indicate the Licensed Material is licensed under this
2867
- Public License, and include the text of, or the URI or
2868
- hyperlink to, this Public License.
2869
-
2870
- 2. You may satisfy the conditions in Section 3(a)(1) in any
2871
- reasonable manner based on the medium, means, and context in
2872
- which You Share the Licensed Material. For example, it may be
2873
- reasonable to satisfy the conditions by providing a URI or
2874
- hyperlink to a resource that includes the required
2875
- information.
2876
-
2877
- 3. If requested by the Licensor, You must remove any of the
2878
- information required by Section 3(a)(1)(A) to the extent
2879
- reasonably practicable.
2880
-
2881
- 4. If You Share Adapted Material You produce, the Adapter's
2882
- License You apply must not prevent recipients of the Adapted
2883
- Material from complying with this Public License.
2884
-
2885
-
2886
- Section 4 -- Sui Generis Database Rights.
2887
-
2888
- Where the Licensed Rights include Sui Generis Database Rights that
2889
- apply to Your use of the Licensed Material:
2890
-
2891
- a. for the avoidance of doubt, Section 2(a)(1) grants You the right
2892
- to extract, reuse, reproduce, and Share all or a substantial
2893
- portion of the contents of the database;
2894
-
2895
- b. if You include all or a substantial portion of the database
2896
- contents in a database in which You have Sui Generis Database
2897
- Rights, then the database in which You have Sui Generis Database
2898
- Rights (but not its individual contents) is Adapted Material; and
2899
-
2900
- c. You must comply with the conditions in Section 3(a) if You Share
2901
- all or a substantial portion of the contents of the database.
2902
-
2903
- For the avoidance of doubt, this Section 4 supplements and does not
2904
- replace Your obligations under this Public License where the Licensed
2905
- Rights include other Copyright and Similar Rights.
2906
-
2907
-
2908
- Section 5 -- Disclaimer of Warranties and Limitation of Liability.
2909
-
2910
- a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
2911
- EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
2912
- AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
2913
- ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
2914
- IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
2915
- WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
2916
- PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
2917
- ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
2918
- KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
2919
- ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
2920
-
2921
- b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
2922
- TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
2923
- NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
2924
- INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
2925
- COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
2926
- USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
2927
- ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
2928
- DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
2929
- IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
2930
-
2931
- c. The disclaimer of warranties and limitation of liability provided
2932
- above shall be interpreted in a manner that, to the extent
2933
- possible, most closely approximates an absolute disclaimer and
2934
- waiver of all liability.
2935
-
2936
-
2937
- Section 6 -- Term and Termination.
2938
-
2939
- a. This Public License applies for the term of the Copyright and
2940
- Similar Rights licensed here. However, if You fail to comply with
2941
- this Public License, then Your rights under this Public License
2942
- terminate automatically.
2943
-
2944
- b. Where Your right to use the Licensed Material has terminated under
2945
- Section 6(a), it reinstates:
2946
-
2947
- 1. automatically as of the date the violation is cured, provided
2948
- it is cured within 30 days of Your discovery of the
2949
- violation; or
2950
-
2951
- 2. upon express reinstatement by the Licensor.
2952
-
2953
- For the avoidance of doubt, this Section 6(b) does not affect any
2954
- right the Licensor may have to seek remedies for Your violations
2955
- of this Public License.
2956
-
2957
- c. For the avoidance of doubt, the Licensor may also offer the
2958
- Licensed Material under separate terms or conditions or stop
2959
- distributing the Licensed Material at any time; however, doing so
2960
- will not terminate this Public License.
2961
-
2962
- d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
2963
- License.
2964
-
2965
-
2966
- Section 7 -- Other Terms and Conditions.
2967
-
2968
- a. The Licensor shall not be bound by any additional or different
2969
- terms or conditions communicated by You unless expressly agreed.
2970
-
2971
- b. Any arrangements, understandings, or agreements regarding the
2972
- Licensed Material not stated herein are separate from and
2973
- independent of the terms and conditions of this Public License.
2974
-
2975
-
2976
- Section 8 -- Interpretation.
2977
-
2978
- a. For the avoidance of doubt, this Public License does not, and
2979
- shall not be interpreted to, reduce, limit, restrict, or impose
2980
- conditions on any use of the Licensed Material that could lawfully
2981
- be made without permission under this Public License.
2982
-
2983
- b. To the extent possible, if any provision of this Public License is
2984
- deemed unenforceable, it shall be automatically reformed to the
2985
- minimum extent necessary to make it enforceable. If the provision
2986
- cannot be reformed, it shall be severed from this Public License
2987
- without affecting the enforceability of the remaining terms and
2988
- conditions.
2989
-
2990
- c. No term or condition of this Public License will be waived and no
2991
- failure to comply consented to unless expressly agreed to by the
2992
- Licensor.
2993
-
2994
- d. Nothing in this Public License constitutes or may be interpreted
2995
- as a limitation upon, or waiver of, any privileges and immunities
2996
- that apply to the Licensor or You, including from the legal
2997
- processes of any jurisdiction or authority.
2998
-
2999
-
3000
- =======================================================================
3001
-
3002
- Creative Commons is not a party to its public
3003
- licenses. Notwithstanding, Creative Commons may elect to apply one of
3004
- its public licenses to material it publishes and in those instances
3005
- will be considered the “Licensor.” The text of the Creative Commons
3006
- public licenses is dedicated to the public domain under the CC0 Public
3007
- Domain Dedication. Except for the limited purpose of indicating that
3008
- material is shared under a Creative Commons public license or as
3009
- otherwise permitted by the Creative Commons policies published at
3010
- creativecommons.org/policies, Creative Commons does not authorize the
3011
- use of the trademark "Creative Commons" or any other trademark or logo
3012
- of Creative Commons without its prior written consent including,
3013
- without limitation, in connection with any unauthorized modifications
3014
- to any of its public licenses or any other arrangements,
3015
- understandings, or agreements concerning use of licensed material. For
3016
- the avoidance of doubt, this paragraph does not form part of the
3017
- public licenses.
3018
-
3019
- Creative Commons may be contacted at creativecommons.org.
3020
- =========================================
3021
- END OF caniuse-lite@1.0.30001579 AND INFORMATION
3022
-
3023
- %% chalk@2.4.2 NOTICES AND INFORMATION BEGIN HERE
3024
- =========================================
3025
- MIT License
3026
-
3027
- Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3028
-
3029
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
3030
-
3031
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3032
-
3033
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3034
- =========================================
3035
- END OF chalk@2.4.2 AND INFORMATION
3036
-
3037
- %% chalk@4.1.2 NOTICES AND INFORMATION BEGIN HERE
3038
- =========================================
3039
- MIT License
3040
-
3041
- Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3042
-
3043
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
3044
-
3045
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3046
-
3047
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3048
- =========================================
3049
- END OF chalk@4.1.2 AND INFORMATION
3050
-
3051
- %% chokidar@3.6.0 NOTICES AND INFORMATION BEGIN HERE
3052
- =========================================
3053
- The MIT License (MIT)
3054
-
3055
- Copyright (c) 2012-2019 Paul Miller (https://paulmillr.com), Elan Shanker
3056
-
3057
- Permission is hereby granted, free of charge, to any person obtaining a copy
3058
- of this software and associated documentation files (the “Software”), to deal
3059
- in the Software without restriction, including without limitation the rights
3060
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3061
- copies of the Software, and to permit persons to whom the Software is
3062
- furnished to do so, subject to the following conditions:
3063
-
3064
- The above copyright notice and this permission notice shall be included in
3065
- all copies or substantial portions of the Software.
3066
-
3067
- THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3068
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3069
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3070
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3071
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3072
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3073
- THE SOFTWARE.
3074
- =========================================
3075
- END OF chokidar@3.6.0 AND INFORMATION
3076
-
3077
- %% ci-info@3.8.0 NOTICES AND INFORMATION BEGIN HERE
3078
- =========================================
3079
- The MIT License (MIT)
3080
-
3081
- Copyright (c) 2016-2023 Thomas Watson Steen
3082
-
3083
- Permission is hereby granted, free of charge, to any person obtaining a copy
3084
- of this software and associated documentation files (the "Software"), to deal
3085
- in the Software without restriction, including without limitation the rights
3086
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3087
- copies of the Software, and to permit persons to whom the Software is
3088
- furnished to do so, subject to the following conditions:
3089
-
3090
- The above copyright notice and this permission notice shall be included in all
3091
- copies or substantial portions of the Software.
3092
-
3093
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3094
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3095
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3096
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3097
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3098
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3099
- SOFTWARE.
3100
- =========================================
3101
- END OF ci-info@3.8.0 AND INFORMATION
3102
-
3103
- %% codemirror-shadow-1@0.0.1 NOTICES AND INFORMATION BEGIN HERE
3104
- =========================================
3105
- MIT License
3106
-
3107
- Copyright (C) 2017 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
3108
-
3109
- Permission is hereby granted, free of charge, to any person obtaining a copy
3110
- of this software and associated documentation files (the "Software"), to deal
3111
- in the Software without restriction, including without limitation the rights
3112
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3113
- copies of the Software, and to permit persons to whom the Software is
3114
- furnished to do so, subject to the following conditions:
3115
-
3116
- The above copyright notice and this permission notice shall be included in
3117
- all copies or substantial portions of the Software.
3118
-
3119
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3120
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3121
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3122
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3123
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3124
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3125
- THE SOFTWARE.
3126
- =========================================
3127
- END OF codemirror-shadow-1@0.0.1 AND INFORMATION
3128
-
3129
- %% color-convert@1.9.3 NOTICES AND INFORMATION BEGIN HERE
3130
- =========================================
3131
- Copyright (c) 2011-2016 Heather Arthur <fayearthur@gmail.com>
3132
-
3133
- Permission is hereby granted, free of charge, to any person obtaining
3134
- a copy of this software and associated documentation files (the
3135
- "Software"), to deal in the Software without restriction, including
3136
- without limitation the rights to use, copy, modify, merge, publish,
3137
- distribute, sublicense, and/or sell copies of the Software, and to
3138
- permit persons to whom the Software is furnished to do so, subject to
3139
- the following conditions:
3140
-
3141
- The above copyright notice and this permission notice shall be
3142
- included in all copies or substantial portions of the Software.
3143
-
3144
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3145
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3146
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3147
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
3148
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3149
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
3150
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3151
- =========================================
3152
- END OF color-convert@1.9.3 AND INFORMATION
3153
-
3154
- %% color-convert@2.0.1 NOTICES AND INFORMATION BEGIN HERE
3155
- =========================================
3156
- Copyright (c) 2011-2016 Heather Arthur <fayearthur@gmail.com>
3157
-
3158
- Permission is hereby granted, free of charge, to any person obtaining
3159
- a copy of this software and associated documentation files (the
3160
- "Software"), to deal in the Software without restriction, including
3161
- without limitation the rights to use, copy, modify, merge, publish,
3162
- distribute, sublicense, and/or sell copies of the Software, and to
3163
- permit persons to whom the Software is furnished to do so, subject to
3164
- the following conditions:
3165
-
3166
- The above copyright notice and this permission notice shall be
3167
- included in all copies or substantial portions of the Software.
3168
-
3169
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3170
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3171
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3172
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
3173
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3174
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
3175
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3176
- =========================================
3177
- END OF color-convert@2.0.1 AND INFORMATION
3178
-
3179
- %% color-name@1.1.3 NOTICES AND INFORMATION BEGIN HERE
3180
- =========================================
3181
- The MIT License (MIT)
3182
- Copyright (c) 2015 Dmitry Ivanov
3183
-
3184
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
3185
-
3186
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3187
-
3188
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3189
- =========================================
3190
- END OF color-name@1.1.3 AND INFORMATION
3191
-
3192
- %% color-name@1.1.4 NOTICES AND INFORMATION BEGIN HERE
3193
- =========================================
3194
- The MIT License (MIT)
3195
- Copyright (c) 2015 Dmitry Ivanov
3196
-
3197
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
3198
-
3199
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3200
-
3201
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3202
- =========================================
3203
- END OF color-name@1.1.4 AND INFORMATION
3204
-
3205
- %% convert-source-map@2.0.0 NOTICES AND INFORMATION BEGIN HERE
3206
- =========================================
3207
- Copyright 2013 Thorsten Lorenz.
3208
- All rights reserved.
3209
-
3210
- Permission is hereby granted, free of charge, to any person
3211
- obtaining a copy of this software and associated documentation
3212
- files (the "Software"), to deal in the Software without
3213
- restriction, including without limitation the rights to use,
3214
- copy, modify, merge, publish, distribute, sublicense, and/or sell
3215
- copies of the Software, and to permit persons to whom the
3216
- Software is furnished to do so, subject to the following
3217
- conditions:
3218
-
3219
- The above copyright notice and this permission notice shall be
3220
- included in all copies or substantial portions of the Software.
3221
-
3222
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3223
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
3224
- OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3225
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
3226
- HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
3227
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
3228
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
3229
- OTHER DEALINGS IN THE SOFTWARE.
3230
- =========================================
3231
- END OF convert-source-map@2.0.0 AND INFORMATION
3232
-
3233
- %% debug@4.3.4 NOTICES AND INFORMATION BEGIN HERE
3234
- =========================================
3235
- (The MIT License)
3236
-
3237
- Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
3238
- Copyright (c) 2018-2021 Josh Junon
3239
-
3240
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software
3241
- and associated documentation files (the 'Software'), to deal in the Software without restriction,
3242
- including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
3243
- and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
3244
- subject to the following conditions:
3245
-
3246
- The above copyright notice and this permission notice shall be included in all copies or substantial
3247
- portions of the Software.
3248
-
3249
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
3250
- LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3251
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
3252
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3253
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3254
- =========================================
3255
- END OF debug@4.3.4 AND INFORMATION
3256
-
3257
- %% diff-sequences@29.4.3 NOTICES AND INFORMATION BEGIN HERE
3258
- =========================================
3259
- MIT License
3260
-
3261
- Copyright (c) Meta Platforms, Inc. and affiliates.
3262
-
3263
- Permission is hereby granted, free of charge, to any person obtaining a copy
3264
- of this software and associated documentation files (the "Software"), to deal
3265
- in the Software without restriction, including without limitation the rights
3266
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3267
- copies of the Software, and to permit persons to whom the Software is
3268
- furnished to do so, subject to the following conditions:
3269
-
3270
- The above copyright notice and this permission notice shall be included in all
3271
- copies or substantial portions of the Software.
3272
-
3273
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3274
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3275
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3276
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3277
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3278
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3279
- SOFTWARE.
3280
- =========================================
3281
- END OF diff-sequences@29.4.3 AND INFORMATION
3282
-
3283
- %% electron-to-chromium@1.4.638 NOTICES AND INFORMATION BEGIN HERE
3284
- =========================================
3285
- Copyright 2018 Kilian Valkhof
3286
-
3287
- Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
3288
-
3289
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3290
- =========================================
3291
- END OF electron-to-chromium@1.4.638 AND INFORMATION
3292
-
3293
- %% enquirer@2.3.6 NOTICES AND INFORMATION BEGIN HERE
3294
- =========================================
3295
- The MIT License (MIT)
3296
-
3297
- Copyright (c) 2016-present, Jon Schlinkert.
3298
-
3299
- Permission is hereby granted, free of charge, to any person obtaining a copy
3300
- of this software and associated documentation files (the "Software"), to deal
3301
- in the Software without restriction, including without limitation the rights
3302
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3303
- copies of the Software, and to permit persons to whom the Software is
3304
- furnished to do so, subject to the following conditions:
3305
-
3306
- The above copyright notice and this permission notice shall be included in
3307
- all copies or substantial portions of the Software.
3308
-
3309
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3310
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3311
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3312
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3313
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3314
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3315
- THE SOFTWARE.
3316
- =========================================
3317
- END OF enquirer@2.3.6 AND INFORMATION
3318
-
3319
- %% escalade@3.1.1 NOTICES AND INFORMATION BEGIN HERE
3320
- =========================================
3321
- MIT License
3322
-
3323
- Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
3324
-
3325
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
3326
-
3327
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3328
-
3329
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3330
- =========================================
3331
- END OF escalade@3.1.1 AND INFORMATION
3332
-
3333
- %% escape-string-regexp@1.0.5 NOTICES AND INFORMATION BEGIN HERE
3334
- =========================================
3335
- The MIT License (MIT)
3336
-
3337
- Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3338
-
3339
- Permission is hereby granted, free of charge, to any person obtaining a copy
3340
- of this software and associated documentation files (the "Software"), to deal
3341
- in the Software without restriction, including without limitation the rights
3342
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3343
- copies of the Software, and to permit persons to whom the Software is
3344
- furnished to do so, subject to the following conditions:
3345
-
3346
- The above copyright notice and this permission notice shall be included in
3347
- all copies or substantial portions of the Software.
3348
-
3349
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3350
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3351
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3352
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3353
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3354
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3355
- THE SOFTWARE.
3356
- =========================================
3357
- END OF escape-string-regexp@1.0.5 AND INFORMATION
3358
-
3359
- %% escape-string-regexp@2.0.0 NOTICES AND INFORMATION BEGIN HERE
3360
- =========================================
3361
- MIT License
3362
-
3363
- Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3364
-
3365
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
3366
-
3367
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3368
-
3369
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3370
- =========================================
3371
- END OF escape-string-regexp@2.0.0 AND INFORMATION
3372
-
3373
- %% expect@29.5.0 NOTICES AND INFORMATION BEGIN HERE
3374
- =========================================
3375
- MIT License
3376
-
3377
- Copyright (c) Meta Platforms, Inc. and affiliates.
3378
-
3379
- Permission is hereby granted, free of charge, to any person obtaining a copy
3380
- of this software and associated documentation files (the "Software"), to deal
3381
- in the Software without restriction, including without limitation the rights
3382
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3383
- copies of the Software, and to permit persons to whom the Software is
3384
- furnished to do so, subject to the following conditions:
3385
-
3386
- The above copyright notice and this permission notice shall be included in all
3387
- copies or substantial portions of the Software.
3388
-
3389
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3390
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3391
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3392
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3393
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3394
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3395
- SOFTWARE.
3396
- =========================================
3397
- END OF expect@29.5.0 AND INFORMATION
3398
-
3399
- %% fill-range@7.1.1 NOTICES AND INFORMATION BEGIN HERE
3400
- =========================================
3401
- The MIT License (MIT)
3402
-
3403
- Copyright (c) 2014-present, Jon Schlinkert.
3404
-
3405
- Permission is hereby granted, free of charge, to any person obtaining a copy
3406
- of this software and associated documentation files (the "Software"), to deal
3407
- in the Software without restriction, including without limitation the rights
3408
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3409
- copies of the Software, and to permit persons to whom the Software is
3410
- furnished to do so, subject to the following conditions:
3411
-
3412
- The above copyright notice and this permission notice shall be included in
3413
- all copies or substantial portions of the Software.
3414
-
3415
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3416
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3417
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3418
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3419
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3420
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3421
- THE SOFTWARE.
3422
- =========================================
3423
- END OF fill-range@7.1.1 AND INFORMATION
3424
-
3425
- %% gensync@1.0.0-beta.2 NOTICES AND INFORMATION BEGIN HERE
3426
- =========================================
3427
- Copyright 2018 Logan Smyth <loganfsmyth@gmail.com>
3428
-
3429
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
3430
-
3431
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3432
-
3433
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3434
- =========================================
3435
- END OF gensync@1.0.0-beta.2 AND INFORMATION
3436
-
3437
- %% glob-parent@5.1.2 NOTICES AND INFORMATION BEGIN HERE
3438
- =========================================
3439
- The ISC License
3440
-
3441
- Copyright (c) 2015, 2019 Elan Shanker
3442
-
3443
- Permission to use, copy, modify, and/or distribute this software for any
3444
- purpose with or without fee is hereby granted, provided that the above
3445
- copyright notice and this permission notice appear in all copies.
3446
-
3447
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3448
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3449
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3450
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3451
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3452
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
3453
- IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3454
- =========================================
3455
- END OF glob-parent@5.1.2 AND INFORMATION
3456
-
3457
- %% globals@11.12.0 NOTICES AND INFORMATION BEGIN HERE
3458
- =========================================
3459
- MIT License
3460
-
3461
- Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3462
-
3463
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
3464
-
3465
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3466
-
3467
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3468
- =========================================
3469
- END OF globals@11.12.0 AND INFORMATION
3470
-
3471
- %% graceful-fs@4.2.11 NOTICES AND INFORMATION BEGIN HERE
3472
- =========================================
3473
- The ISC License
3474
-
3475
- Copyright (c) 2011-2022 Isaac Z. Schlueter, Ben Noordhuis, and Contributors
3476
-
3477
- Permission to use, copy, modify, and/or distribute this software for any
3478
- purpose with or without fee is hereby granted, provided that the above
3479
- copyright notice and this permission notice appear in all copies.
3480
-
3481
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3482
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3483
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3484
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3485
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3486
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
3487
- IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3488
- =========================================
3489
- END OF graceful-fs@4.2.11 AND INFORMATION
3490
-
3491
- %% has-flag@3.0.0 NOTICES AND INFORMATION BEGIN HERE
3492
- =========================================
3493
- MIT License
3494
-
3495
- Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3496
-
3497
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
3498
-
3499
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3500
-
3501
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3502
- =========================================
3503
- END OF has-flag@3.0.0 AND INFORMATION
3504
-
3505
- %% has-flag@4.0.0 NOTICES AND INFORMATION BEGIN HERE
3506
- =========================================
3507
- MIT License
3508
-
3509
- Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3510
-
3511
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
3512
-
3513
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3514
-
3515
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3516
- =========================================
3517
- END OF has-flag@4.0.0 AND INFORMATION
3518
-
3519
- %% is-binary-path@2.1.0 NOTICES AND INFORMATION BEGIN HERE
3520
- =========================================
3521
- MIT License
3522
-
3523
- Copyright (c) 2019 Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com), Paul Miller (https://paulmillr.com)
3524
-
3525
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
3526
-
3527
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3528
-
3529
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3530
- =========================================
3531
- END OF is-binary-path@2.1.0 AND INFORMATION
3532
-
3533
- %% is-extglob@2.1.1 NOTICES AND INFORMATION BEGIN HERE
3534
- =========================================
3535
- The MIT License (MIT)
3536
-
3537
- Copyright (c) 2014-2016, Jon Schlinkert
3538
-
3539
- Permission is hereby granted, free of charge, to any person obtaining a copy
3540
- of this software and associated documentation files (the "Software"), to deal
3541
- in the Software without restriction, including without limitation the rights
3542
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3543
- copies of the Software, and to permit persons to whom the Software is
3544
- furnished to do so, subject to the following conditions:
3545
-
3546
- The above copyright notice and this permission notice shall be included in
3547
- all copies or substantial portions of the Software.
3548
-
3549
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3550
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3551
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3552
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3553
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3554
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3555
- THE SOFTWARE.
3556
- =========================================
3557
- END OF is-extglob@2.1.1 AND INFORMATION
3558
-
3559
- %% is-glob@4.0.3 NOTICES AND INFORMATION BEGIN HERE
3560
- =========================================
3561
- The MIT License (MIT)
3562
-
3563
- Copyright (c) 2014-2017, Jon Schlinkert.
3564
-
3565
- Permission is hereby granted, free of charge, to any person obtaining a copy
3566
- of this software and associated documentation files (the "Software"), to deal
3567
- in the Software without restriction, including without limitation the rights
3568
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3569
- copies of the Software, and to permit persons to whom the Software is
3570
- furnished to do so, subject to the following conditions:
3571
-
3572
- The above copyright notice and this permission notice shall be included in
3573
- all copies or substantial portions of the Software.
3574
-
3575
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3576
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3577
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3578
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3579
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3580
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3581
- THE SOFTWARE.
3582
- =========================================
3583
- END OF is-glob@4.0.3 AND INFORMATION
3584
-
3585
- %% is-number@7.0.0 NOTICES AND INFORMATION BEGIN HERE
3586
- =========================================
3587
- The MIT License (MIT)
3588
-
3589
- Copyright (c) 2014-present, Jon Schlinkert.
3590
-
3591
- Permission is hereby granted, free of charge, to any person obtaining a copy
3592
- of this software and associated documentation files (the "Software"), to deal
3593
- in the Software without restriction, including without limitation the rights
3594
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3595
- copies of the Software, and to permit persons to whom the Software is
3596
- furnished to do so, subject to the following conditions:
3597
-
3598
- The above copyright notice and this permission notice shall be included in
3599
- all copies or substantial portions of the Software.
3600
-
3601
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3602
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3603
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3604
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3605
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3606
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3607
- THE SOFTWARE.
3608
- =========================================
3609
- END OF is-number@7.0.0 AND INFORMATION
3610
-
3611
- %% jest-diff@29.5.0 NOTICES AND INFORMATION BEGIN HERE
3612
- =========================================
3613
- MIT License
3614
-
3615
- Copyright (c) Meta Platforms, Inc. and affiliates.
3616
-
3617
- Permission is hereby granted, free of charge, to any person obtaining a copy
3618
- of this software and associated documentation files (the "Software"), to deal
3619
- in the Software without restriction, including without limitation the rights
3620
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3621
- copies of the Software, and to permit persons to whom the Software is
3622
- furnished to do so, subject to the following conditions:
3623
-
3624
- The above copyright notice and this permission notice shall be included in all
3625
- copies or substantial portions of the Software.
3626
-
3627
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3628
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3629
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3630
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3631
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3632
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3633
- SOFTWARE.
3634
- =========================================
3635
- END OF jest-diff@29.5.0 AND INFORMATION
3636
-
3637
- %% jest-get-type@29.4.3 NOTICES AND INFORMATION BEGIN HERE
3638
- =========================================
3639
- MIT License
3640
-
3641
- Copyright (c) Meta Platforms, Inc. and affiliates.
3642
-
3643
- Permission is hereby granted, free of charge, to any person obtaining a copy
3644
- of this software and associated documentation files (the "Software"), to deal
3645
- in the Software without restriction, including without limitation the rights
3646
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3647
- copies of the Software, and to permit persons to whom the Software is
3648
- furnished to do so, subject to the following conditions:
3649
-
3650
- The above copyright notice and this permission notice shall be included in all
3651
- copies or substantial portions of the Software.
3652
-
3653
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3654
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3655
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3656
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3657
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3658
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3659
- SOFTWARE.
3660
- =========================================
3661
- END OF jest-get-type@29.4.3 AND INFORMATION
3662
-
3663
- %% jest-matcher-utils@29.5.0 NOTICES AND INFORMATION BEGIN HERE
3664
- =========================================
3665
- MIT License
3666
-
3667
- Copyright (c) Meta Platforms, Inc. and affiliates.
3668
-
3669
- Permission is hereby granted, free of charge, to any person obtaining a copy
3670
- of this software and associated documentation files (the "Software"), to deal
3671
- in the Software without restriction, including without limitation the rights
3672
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3673
- copies of the Software, and to permit persons to whom the Software is
3674
- furnished to do so, subject to the following conditions:
3675
-
3676
- The above copyright notice and this permission notice shall be included in all
3677
- copies or substantial portions of the Software.
3678
-
3679
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3680
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3681
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3682
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3683
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3684
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3685
- SOFTWARE.
3686
- =========================================
3687
- END OF jest-matcher-utils@29.5.0 AND INFORMATION
3688
-
3689
- %% jest-message-util@29.5.0 NOTICES AND INFORMATION BEGIN HERE
3690
- =========================================
3691
- MIT License
3692
-
3693
- Copyright (c) Meta Platforms, Inc. and affiliates.
3694
-
3695
- Permission is hereby granted, free of charge, to any person obtaining a copy
3696
- of this software and associated documentation files (the "Software"), to deal
3697
- in the Software without restriction, including without limitation the rights
3698
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3699
- copies of the Software, and to permit persons to whom the Software is
3700
- furnished to do so, subject to the following conditions:
3701
-
3702
- The above copyright notice and this permission notice shall be included in all
3703
- copies or substantial portions of the Software.
3704
-
3705
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3706
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3707
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3708
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3709
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3710
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3711
- SOFTWARE.
3712
- =========================================
3713
- END OF jest-message-util@29.5.0 AND INFORMATION
3714
-
3715
- %% jest-util@29.5.0 NOTICES AND INFORMATION BEGIN HERE
3716
- =========================================
3717
- MIT License
3718
-
3719
- Copyright (c) Meta Platforms, Inc. and affiliates.
3720
-
3721
- Permission is hereby granted, free of charge, to any person obtaining a copy
3722
- of this software and associated documentation files (the "Software"), to deal
3723
- in the Software without restriction, including without limitation the rights
3724
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3725
- copies of the Software, and to permit persons to whom the Software is
3726
- furnished to do so, subject to the following conditions:
3727
-
3728
- The above copyright notice and this permission notice shall be included in all
3729
- copies or substantial portions of the Software.
3730
-
3731
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3732
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3733
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3734
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3735
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3736
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3737
- SOFTWARE.
3738
- =========================================
3739
- END OF jest-util@29.5.0 AND INFORMATION
3740
-
3741
- %% js-tokens@4.0.0 NOTICES AND INFORMATION BEGIN HERE
3742
- =========================================
3743
- The MIT License (MIT)
3744
-
3745
- Copyright (c) 2014, 2015, 2016, 2017, 2018 Simon Lydell
3746
-
3747
- Permission is hereby granted, free of charge, to any person obtaining a copy
3748
- of this software and associated documentation files (the "Software"), to deal
3749
- in the Software without restriction, including without limitation the rights
3750
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3751
- copies of the Software, and to permit persons to whom the Software is
3752
- furnished to do so, subject to the following conditions:
3753
-
3754
- The above copyright notice and this permission notice shall be included in
3755
- all copies or substantial portions of the Software.
3756
-
3757
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3758
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3759
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3760
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3761
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3762
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3763
- THE SOFTWARE.
3764
- =========================================
3765
- END OF js-tokens@4.0.0 AND INFORMATION
3766
-
3767
- %% jsesc@2.5.2 NOTICES AND INFORMATION BEGIN HERE
3768
- =========================================
3769
- Copyright Mathias Bynens <https://mathiasbynens.be/>
3770
-
3771
- Permission is hereby granted, free of charge, to any person obtaining
3772
- a copy of this software and associated documentation files (the
3773
- "Software"), to deal in the Software without restriction, including
3774
- without limitation the rights to use, copy, modify, merge, publish,
3775
- distribute, sublicense, and/or sell copies of the Software, and to
3776
- permit persons to whom the Software is furnished to do so, subject to
3777
- the following conditions:
3778
-
3779
- The above copyright notice and this permission notice shall be
3780
- included in all copies or substantial portions of the Software.
3781
-
3782
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3783
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3784
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3785
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
3786
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3787
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
3788
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3789
- =========================================
3790
- END OF jsesc@2.5.2 AND INFORMATION
3791
-
3792
- %% json5@2.2.3 NOTICES AND INFORMATION BEGIN HERE
3793
- =========================================
3794
- MIT License
3795
-
3796
- Copyright (c) 2012-2018 Aseem Kishore, and [others].
3797
-
3798
- Permission is hereby granted, free of charge, to any person obtaining a copy
3799
- of this software and associated documentation files (the "Software"), to deal
3800
- in the Software without restriction, including without limitation the rights
3801
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3802
- copies of the Software, and to permit persons to whom the Software is
3803
- furnished to do so, subject to the following conditions:
3804
-
3805
- The above copyright notice and this permission notice shall be included in all
3806
- copies or substantial portions of the Software.
3807
-
3808
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3809
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3810
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3811
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3812
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3813
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3814
- SOFTWARE.
3815
-
3816
- [others]: https://github.com/json5/json5/contributors
3817
- =========================================
3818
- END OF json5@2.2.3 AND INFORMATION
3819
-
3820
- %% lru-cache@5.1.1 NOTICES AND INFORMATION BEGIN HERE
3821
- =========================================
3822
- The ISC License
3823
-
3824
- Copyright (c) Isaac Z. Schlueter and Contributors
3825
-
3826
- Permission to use, copy, modify, and/or distribute this software for any
3827
- purpose with or without fee is hereby granted, provided that the above
3828
- copyright notice and this permission notice appear in all copies.
3829
-
3830
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3831
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3832
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3833
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3834
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3835
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
3836
- IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3837
- =========================================
3838
- END OF lru-cache@5.1.1 AND INFORMATION
3839
-
3840
- %% micromatch@4.0.8 NOTICES AND INFORMATION BEGIN HERE
3841
- =========================================
3842
- The MIT License (MIT)
3843
-
3844
- Copyright (c) 2014-present, Jon Schlinkert.
3845
-
3846
- Permission is hereby granted, free of charge, to any person obtaining a copy
3847
- of this software and associated documentation files (the "Software"), to deal
3848
- in the Software without restriction, including without limitation the rights
3849
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3850
- copies of the Software, and to permit persons to whom the Software is
3851
- furnished to do so, subject to the following conditions:
3852
-
3853
- The above copyright notice and this permission notice shall be included in
3854
- all copies or substantial portions of the Software.
3855
-
3856
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3857
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3858
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3859
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3860
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3861
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3862
- THE SOFTWARE.
3863
- =========================================
3864
- END OF micromatch@4.0.8 AND INFORMATION
3865
-
3866
- %% ms@2.1.2 NOTICES AND INFORMATION BEGIN HERE
3867
- =========================================
3868
- The MIT License (MIT)
3869
-
3870
- Copyright (c) 2016 Zeit, Inc.
3871
-
3872
- Permission is hereby granted, free of charge, to any person obtaining a copy
3873
- of this software and associated documentation files (the "Software"), to deal
3874
- in the Software without restriction, including without limitation the rights
3875
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3876
- copies of the Software, and to permit persons to whom the Software is
3877
- furnished to do so, subject to the following conditions:
3878
-
3879
- The above copyright notice and this permission notice shall be included in all
3880
- copies or substantial portions of the Software.
3881
-
3882
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3883
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3884
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3885
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3886
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3887
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3888
- SOFTWARE.
3889
- =========================================
3890
- END OF ms@2.1.2 AND INFORMATION
3891
-
3892
- %% node-releases@2.0.14 NOTICES AND INFORMATION BEGIN HERE
3893
- =========================================
3894
- The MIT License
3895
-
3896
- Copyright (c) 2017 Sergey Rubanov (https://github.com/chicoxyzzy)
3897
-
3898
- Permission is hereby granted, free of charge, to any person obtaining a copy
3899
- of this software and associated documentation files (the "Software"), to deal
3900
- in the Software without restriction, including without limitation the rights
3901
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3902
- copies of the Software, and to permit persons to whom the Software is
3903
- furnished to do so, subject to the following conditions:
3904
-
3905
- The above copyright notice and this permission notice shall be included in
3906
- all copies or substantial portions of the Software.
3907
-
3908
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3909
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3910
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3911
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3912
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3913
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3914
- THE SOFTWARE.
3915
- =========================================
3916
- END OF node-releases@2.0.14 AND INFORMATION
3917
-
3918
- %% normalize-path@3.0.0 NOTICES AND INFORMATION BEGIN HERE
3919
- =========================================
3920
- The MIT License (MIT)
3921
-
3922
- Copyright (c) 2014-2018, Jon Schlinkert.
3923
-
3924
- Permission is hereby granted, free of charge, to any person obtaining a copy
3925
- of this software and associated documentation files (the "Software"), to deal
3926
- in the Software without restriction, including without limitation the rights
3927
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3928
- copies of the Software, and to permit persons to whom the Software is
3929
- furnished to do so, subject to the following conditions:
3930
-
3931
- The above copyright notice and this permission notice shall be included in
3932
- all copies or substantial portions of the Software.
3933
-
3934
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3935
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3936
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3937
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3938
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3939
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3940
- THE SOFTWARE.
3941
- =========================================
3942
- END OF normalize-path@3.0.0 AND INFORMATION
3943
-
3944
- %% picocolors@1.0.0 NOTICES AND INFORMATION BEGIN HERE
3945
- =========================================
3946
- ISC License
3947
-
3948
- Copyright (c) 2021 Alexey Raspopov, Kostiantyn Denysov, Anton Verinov
3949
-
3950
- Permission to use, copy, modify, and/or distribute this software for any
3951
- purpose with or without fee is hereby granted, provided that the above
3952
- copyright notice and this permission notice appear in all copies.
3953
-
3954
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3955
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3956
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3957
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3958
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3959
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3960
- OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3961
- =========================================
3962
- END OF picocolors@1.0.0 AND INFORMATION
3963
-
3964
- %% picomatch@2.3.1 NOTICES AND INFORMATION BEGIN HERE
3965
- =========================================
3966
- The MIT License (MIT)
3967
-
3968
- Copyright (c) 2017-present, Jon Schlinkert.
3969
-
3970
- Permission is hereby granted, free of charge, to any person obtaining a copy
3971
- of this software and associated documentation files (the "Software"), to deal
3972
- in the Software without restriction, including without limitation the rights
3973
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3974
- copies of the Software, and to permit persons to whom the Software is
3975
- furnished to do so, subject to the following conditions:
3976
-
3977
- The above copyright notice and this permission notice shall be included in
3978
- all copies or substantial portions of the Software.
3979
-
3980
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3981
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3982
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3983
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3984
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3985
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3986
- THE SOFTWARE.
3987
- =========================================
3988
- END OF picomatch@2.3.1 AND INFORMATION
3989
-
3990
- %% pirates@4.0.4 NOTICES AND INFORMATION BEGIN HERE
3991
- =========================================
3992
- MIT License
3993
-
3994
- Copyright (c) 2016-2018 Ari Porad
3995
-
3996
- Permission is hereby granted, free of charge, to any person obtaining a copy
3997
- of this software and associated documentation files (the "Software"), to deal
3998
- in the Software without restriction, including without limitation the rights
3999
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4000
- copies of the Software, and to permit persons to whom the Software is
4001
- furnished to do so, subject to the following conditions:
4002
-
4003
- The above copyright notice and this permission notice shall be included in all
4004
- copies or substantial portions of the Software.
4005
-
4006
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4007
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4008
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4009
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4010
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4011
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4012
- SOFTWARE.
4013
- =========================================
4014
- END OF pirates@4.0.4 AND INFORMATION
4015
-
4016
- %% pretty-format@29.5.0 NOTICES AND INFORMATION BEGIN HERE
4017
- =========================================
4018
- MIT License
4019
-
4020
- Copyright (c) Meta Platforms, Inc. and affiliates.
4021
-
4022
- Permission is hereby granted, free of charge, to any person obtaining a copy
4023
- of this software and associated documentation files (the "Software"), to deal
4024
- in the Software without restriction, including without limitation the rights
4025
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4026
- copies of the Software, and to permit persons to whom the Software is
4027
- furnished to do so, subject to the following conditions:
4028
-
4029
- The above copyright notice and this permission notice shall be included in all
4030
- copies or substantial portions of the Software.
4031
-
4032
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4033
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4034
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4035
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4036
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4037
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4038
- SOFTWARE.
4039
- =========================================
4040
- END OF pretty-format@29.5.0 AND INFORMATION
4041
-
4042
- %% react-is@18.2.0 NOTICES AND INFORMATION BEGIN HERE
4043
- =========================================
4044
- MIT License
4045
-
4046
- Copyright (c) Facebook, Inc. and its affiliates.
4047
-
4048
- Permission is hereby granted, free of charge, to any person obtaining a copy
4049
- of this software and associated documentation files (the "Software"), to deal
4050
- in the Software without restriction, including without limitation the rights
4051
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4052
- copies of the Software, and to permit persons to whom the Software is
4053
- furnished to do so, subject to the following conditions:
4054
-
4055
- The above copyright notice and this permission notice shall be included in all
4056
- copies or substantial portions of the Software.
4057
-
4058
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4059
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4060
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4061
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4062
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4063
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4064
- SOFTWARE.
4065
- =========================================
4066
- END OF react-is@18.2.0 AND INFORMATION
4067
-
4068
- %% readdirp@3.6.0 NOTICES AND INFORMATION BEGIN HERE
4069
- =========================================
4070
- MIT License
4071
-
4072
- Copyright (c) 2012-2019 Thorsten Lorenz, Paul Miller (https://paulmillr.com)
4073
-
4074
- Permission is hereby granted, free of charge, to any person obtaining a copy
4075
- of this software and associated documentation files (the "Software"), to deal
4076
- in the Software without restriction, including without limitation the rights
4077
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4078
- copies of the Software, and to permit persons to whom the Software is
4079
- furnished to do so, subject to the following conditions:
4080
-
4081
- The above copyright notice and this permission notice shall be included in all
4082
- copies or substantial portions of the Software.
4083
-
4084
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4085
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4086
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4087
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4088
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4089
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4090
- SOFTWARE.
4091
- =========================================
4092
- END OF readdirp@3.6.0 AND INFORMATION
4093
-
4094
- %% semver@6.3.1 NOTICES AND INFORMATION BEGIN HERE
4095
- =========================================
4096
- The ISC License
4097
-
4098
- Copyright (c) Isaac Z. Schlueter and Contributors
4099
-
4100
- Permission to use, copy, modify, and/or distribute this software for any
4101
- purpose with or without fee is hereby granted, provided that the above
4102
- copyright notice and this permission notice appear in all copies.
4103
-
4104
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
4105
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
4106
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
4107
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4108
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
4109
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
4110
- IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4111
- =========================================
4112
- END OF semver@6.3.1 AND INFORMATION
4113
-
4114
- %% slash@3.0.0 NOTICES AND INFORMATION BEGIN HERE
4115
- =========================================
4116
- MIT License
4117
-
4118
- Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
4119
-
4120
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4121
-
4122
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4123
-
4124
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4125
- =========================================
4126
- END OF slash@3.0.0 AND INFORMATION
4127
-
4128
- %% source-map-support@0.5.21 NOTICES AND INFORMATION BEGIN HERE
4129
- =========================================
4130
- The MIT License (MIT)
4131
-
4132
- Copyright (c) 2014 Evan Wallace
4133
-
4134
- Permission is hereby granted, free of charge, to any person obtaining a copy
4135
- of this software and associated documentation files (the "Software"), to deal
4136
- in the Software without restriction, including without limitation the rights
4137
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4138
- copies of the Software, and to permit persons to whom the Software is
4139
- furnished to do so, subject to the following conditions:
4140
-
4141
- The above copyright notice and this permission notice shall be included in all
4142
- copies or substantial portions of the Software.
4143
-
4144
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4145
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4146
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4147
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4148
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4149
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4150
- SOFTWARE.
4151
- =========================================
4152
- END OF source-map-support@0.5.21 AND INFORMATION
4153
-
4154
- %% source-map@0.6.1 NOTICES AND INFORMATION BEGIN HERE
4155
- =========================================
4156
- Copyright (c) 2009-2011, Mozilla Foundation and contributors
4157
- All rights reserved.
4158
-
4159
- Redistribution and use in source and binary forms, with or without
4160
- modification, are permitted provided that the following conditions are met:
4161
-
4162
- * Redistributions of source code must retain the above copyright notice, this
4163
- list of conditions and the following disclaimer.
4164
-
4165
- * Redistributions in binary form must reproduce the above copyright notice,
4166
- this list of conditions and the following disclaimer in the documentation
4167
- and/or other materials provided with the distribution.
4168
-
4169
- * Neither the names of the Mozilla Foundation nor the names of project
4170
- contributors may be used to endorse or promote products derived from this
4171
- software without specific prior written permission.
4172
-
4173
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
4174
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
4175
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
4176
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
4177
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4178
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
4179
- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
4180
- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
4181
- OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
4182
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4183
- =========================================
4184
- END OF source-map@0.6.1 AND INFORMATION
4185
-
4186
- %% stack-utils@2.0.6 NOTICES AND INFORMATION BEGIN HERE
4187
- =========================================
4188
- The MIT License (MIT)
4189
-
4190
- Copyright (c) 2016-2022 Isaac Z. Schlueter <i@izs.me>, James Talmage <james@talmage.io> (github.com/jamestalmage), and Contributors
4191
-
4192
- Permission is hereby granted, free of charge, to any person obtaining a copy
4193
- of this software and associated documentation files (the "Software"), to deal
4194
- in the Software without restriction, including without limitation the rights
4195
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4196
- copies of the Software, and to permit persons to whom the Software is
4197
- furnished to do so, subject to the following conditions:
4198
-
4199
- The above copyright notice and this permission notice shall be included in
4200
- all copies or substantial portions of the Software.
4201
-
4202
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4203
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4204
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4205
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4206
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4207
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4208
- THE SOFTWARE.
4209
- =========================================
4210
- END OF stack-utils@2.0.6 AND INFORMATION
4211
-
4212
- %% stoppable@1.1.0 NOTICES AND INFORMATION BEGIN HERE
4213
- =========================================
4214
- The MIT License (MIT)
4215
-
4216
- Copyright (c) 2017 Hunter Loftis <hunter@hunterloftis.com>
4217
-
4218
- Permission is hereby granted, free of charge, to any person obtaining a copy
4219
- of this software and associated documentation files (the "Software"), to deal
4220
- in the Software without restriction, including without limitation the rights
4221
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4222
- copies of the Software, and to permit persons to whom the Software is
4223
- furnished to do so, subject to the following conditions:
4224
-
4225
- The above copyright notice and this permission notice shall be included in
4226
- all copies or substantial portions of the Software.
4227
-
4228
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4229
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4230
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4231
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4232
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4233
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4234
- THE SOFTWARE.
4235
- =========================================
4236
- END OF stoppable@1.1.0 AND INFORMATION
4237
-
4238
- %% supports-color@5.5.0 NOTICES AND INFORMATION BEGIN HERE
4239
- =========================================
4240
- MIT License
4241
-
4242
- Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
4243
-
4244
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4245
-
4246
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4247
-
4248
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4249
- =========================================
4250
- END OF supports-color@5.5.0 AND INFORMATION
4251
-
4252
- %% supports-color@7.2.0 NOTICES AND INFORMATION BEGIN HERE
4253
- =========================================
4254
- MIT License
4255
-
4256
- Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
4257
-
4258
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4259
-
4260
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4261
-
4262
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4263
- =========================================
4264
- END OF supports-color@7.2.0 AND INFORMATION
4265
-
4266
- %% to-fast-properties@2.0.0 NOTICES AND INFORMATION BEGIN HERE
4267
- =========================================
4268
- MIT License
4269
-
4270
- Copyright (c) 2014 Petka Antonov
4271
- 2015 Sindre Sorhus
4272
-
4273
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4274
-
4275
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4276
-
4277
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4278
- =========================================
4279
- END OF to-fast-properties@2.0.0 AND INFORMATION
4280
-
4281
- %% to-regex-range@5.0.1 NOTICES AND INFORMATION BEGIN HERE
4282
- =========================================
4283
- The MIT License (MIT)
4284
-
4285
- Copyright (c) 2015-present, Jon Schlinkert.
4286
-
4287
- Permission is hereby granted, free of charge, to any person obtaining a copy
4288
- of this software and associated documentation files (the "Software"), to deal
4289
- in the Software without restriction, including without limitation the rights
4290
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4291
- copies of the Software, and to permit persons to whom the Software is
4292
- furnished to do so, subject to the following conditions:
4293
-
4294
- The above copyright notice and this permission notice shall be included in
4295
- all copies or substantial portions of the Software.
4296
-
4297
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4298
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4299
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4300
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4301
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4302
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4303
- THE SOFTWARE.
4304
- =========================================
4305
- END OF to-regex-range@5.0.1 AND INFORMATION
4306
-
4307
- %% update-browserslist-db@1.0.13 NOTICES AND INFORMATION BEGIN HERE
4308
- =========================================
4309
- The MIT License (MIT)
4310
-
4311
- Copyright 2022 Andrey Sitnik <andrey@sitnik.ru> and other contributors
4312
-
4313
- Permission is hereby granted, free of charge, to any person obtaining a copy of
4314
- this software and associated documentation files (the "Software"), to deal in
4315
- the Software without restriction, including without limitation the rights to
4316
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
4317
- the Software, and to permit persons to whom the Software is furnished to do so,
4318
- subject to the following conditions:
4319
-
4320
- The above copyright notice and this permission notice shall be included in all
4321
- copies or substantial portions of the Software.
4322
-
4323
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4324
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
4325
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
4326
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
4327
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
4328
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4329
- =========================================
4330
- END OF update-browserslist-db@1.0.13 AND INFORMATION
4331
-
4332
- %% yallist@3.1.1 NOTICES AND INFORMATION BEGIN HERE
4333
- =========================================
4334
- The ISC License
4335
-
4336
- Copyright (c) Isaac Z. Schlueter and Contributors
4337
-
4338
- Permission to use, copy, modify, and/or distribute this software for any
4339
- purpose with or without fee is hereby granted, provided that the above
4340
- copyright notice and this permission notice appear in all copies.
4341
-
4342
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
4343
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
4344
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
4345
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4346
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
4347
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
4348
- IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4349
- =========================================
4350
- END OF yallist@3.1.1 AND INFORMATION
4351
-
4352
- SUMMARY BEGIN HERE
4353
- =========================================
4354
- Total Packages: 149
4355
- =========================================
4356
- END OF SUMMARY