@limrun/playwright-core 1.56.1-lim.1 → 1.61.0-lim.1

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 (378) hide show
  1. package/LICENSE +202 -0
  2. package/NOTICE +5 -0
  3. package/ThirdPartyNotices.txt +7 -1496
  4. package/bin/install_webkit_wsl.ps1 +1 -3
  5. package/bin/reinstall_chrome_beta_linux.sh +1 -1
  6. package/bin/reinstall_chrome_beta_mac.sh +1 -1
  7. package/bin/reinstall_chrome_stable_linux.sh +1 -1
  8. package/bin/reinstall_chrome_stable_mac.sh +1 -1
  9. package/bin/reinstall_msedge_beta_linux.sh +1 -1
  10. package/bin/reinstall_msedge_beta_mac.sh +1 -1
  11. package/bin/reinstall_msedge_dev_linux.sh +1 -1
  12. package/bin/reinstall_msedge_dev_mac.sh +1 -1
  13. package/bin/reinstall_msedge_stable_linux.sh +1 -1
  14. package/bin/reinstall_msedge_stable_mac.sh +1 -1
  15. package/browsers.json +23 -22
  16. package/cli.js +4 -1
  17. package/index.js +2 -17
  18. package/lib/bootstrap.js +88 -0
  19. package/lib/coreBundle.js +73385 -0
  20. package/lib/entry/cliDaemon.js +5 -0
  21. package/lib/entry/dashboardApp.js +3 -0
  22. package/lib/entry/mcp.js +10 -0
  23. package/lib/entry/oopBrowserDownload.js +3 -0
  24. package/lib/{server/deviceDescriptors.js → package.js} +18 -7
  25. package/lib/server/deviceDescriptorsSource.json +1142 -182
  26. package/lib/server/electron/loader.js +99 -13
  27. package/lib/serverRegistry.js +7343 -0
  28. package/lib/serverRegistry.js.LICENSE +354 -0
  29. package/lib/tools/cli-client/channelSessions.js +141 -0
  30. package/lib/tools/cli-client/cli.js +6 -0
  31. package/lib/tools/cli-client/help.json +693 -0
  32. package/lib/tools/cli-client/minimist.js +128 -0
  33. package/lib/tools/cli-client/output.js +343 -0
  34. package/lib/tools/cli-client/program.js +404 -0
  35. package/lib/tools/cli-client/registry.js +176 -0
  36. package/lib/tools/cli-client/session.js +254 -0
  37. package/lib/tools/cli-client/skill/SKILL.md +404 -0
  38. package/lib/tools/cli-client/skill/references/element-attributes.md +23 -0
  39. package/lib/tools/cli-client/skill/references/playwright-tests.md +39 -0
  40. package/lib/tools/cli-client/skill/references/request-mocking.md +87 -0
  41. package/lib/tools/cli-client/skill/references/running-code.md +241 -0
  42. package/lib/tools/cli-client/skill/references/session-management.md +225 -0
  43. package/lib/tools/cli-client/skill/references/spec-driven-testing.md +305 -0
  44. package/lib/tools/cli-client/skill/references/storage-state.md +275 -0
  45. package/lib/tools/cli-client/skill/references/test-generation.md +134 -0
  46. package/lib/tools/cli-client/skill/references/tracing.md +139 -0
  47. package/lib/tools/cli-client/skill/references/video-recording.md +143 -0
  48. package/lib/tools/dashboard/appIcon.png +0 -0
  49. package/lib/tools/trace/SKILL.md +171 -0
  50. package/lib/{server/utils/profiler.js → tools/utils/extension.js} +42 -29
  51. package/lib/tools/utils/socketConnection.js +108 -0
  52. package/lib/utilsBundle.js +86695 -68
  53. package/lib/utilsBundle.js.LICENSE +2056 -0
  54. package/lib/vite/dashboard/assets/codicon-DCmgc-ay.ttf +0 -0
  55. package/lib/vite/dashboard/assets/firefox-1bWoP6pv.svg +1 -0
  56. package/lib/vite/dashboard/assets/firefox-beta-k3eOH_eK.svg +1 -0
  57. package/lib/vite/dashboard/assets/firefox-nightly-Cp5nfeDT.svg +1 -0
  58. package/lib/vite/dashboard/assets/index-BY2S1tHT.css +1 -0
  59. package/lib/vite/dashboard/assets/index-C_5TMfeg.js +52 -0
  60. package/lib/vite/dashboard/assets/safari-na3_-uQk.svg +1 -0
  61. package/lib/vite/dashboard/index.html +29 -0
  62. package/lib/vite/dashboard/playwright-logo.svg +24 -0
  63. package/lib/vite/htmlReport/index.html +2 -70
  64. package/lib/vite/htmlReport/report.css +1 -0
  65. package/lib/vite/htmlReport/report.js +72 -0
  66. package/lib/vite/{traceViewer/codeMirrorModule.C3UTv-Ge.css → recorder/assets/codeMirrorModule-DYBRYzYX.css} +1 -1
  67. package/lib/vite/recorder/assets/codeMirrorModule-DeBYQozu.js +32 -0
  68. package/lib/vite/recorder/assets/index-4ZiSSCmn.css +1 -0
  69. package/lib/vite/recorder/assets/index-Bq-mQf8S.js +193 -0
  70. package/lib/vite/recorder/index.html +2 -2
  71. package/lib/vite/traceViewer/assets/codeMirrorModule-LEHpjmcn.js +32 -0
  72. package/lib/vite/traceViewer/assets/defaultSettingsView-BNmKHKpQ.js +264 -0
  73. package/lib/vite/traceViewer/assets/urlMatch-BYQrIQwR.js +1 -0
  74. package/lib/vite/{recorder/assets/codeMirrorModule-C3UTv-Ge.css → traceViewer/codeMirrorModule.DYBRYzYX.css} +1 -1
  75. package/lib/vite/traceViewer/defaultSettingsView.CjdS-WJx.css +1 -0
  76. package/lib/vite/traceViewer/index.CzXZzn5A.css +1 -0
  77. package/lib/vite/traceViewer/index.DEBl1tfz.js +2 -0
  78. package/lib/vite/traceViewer/index.html +7 -6
  79. package/lib/vite/traceViewer/manifest.webmanifest +16 -0
  80. package/lib/vite/traceViewer/snapshot.html +4 -15
  81. package/lib/vite/traceViewer/snapshot.v8KI4P3m.js +2 -0
  82. package/lib/vite/traceViewer/sw.bundle.js +5 -3
  83. package/lib/vite/traceViewer/uiMode.BZQ54Kgt.css +1 -0
  84. package/lib/vite/traceViewer/uiMode.Ut8wwJNp.js +6 -0
  85. package/lib/vite/traceViewer/uiMode.html +5 -4
  86. package/package.json +4 -12
  87. package/types/protocol.d.ts +2101 -602
  88. package/types/types.d.ts +6183 -4591
  89. package/lib/androidServerImpl.js +0 -65
  90. package/lib/browserServerImpl.js +0 -120
  91. package/lib/cli/driver.js +0 -97
  92. package/lib/cli/program.js +0 -633
  93. package/lib/cli/programWithTestStub.js +0 -74
  94. package/lib/client/accessibility.js +0 -49
  95. package/lib/client/android.js +0 -361
  96. package/lib/client/api.js +0 -137
  97. package/lib/client/artifact.js +0 -79
  98. package/lib/client/browser.js +0 -163
  99. package/lib/client/browserContext.js +0 -529
  100. package/lib/client/browserType.js +0 -184
  101. package/lib/client/cdpSession.js +0 -51
  102. package/lib/client/channelOwner.js +0 -194
  103. package/lib/client/clientHelper.js +0 -64
  104. package/lib/client/clientInstrumentation.js +0 -55
  105. package/lib/client/clientStackTrace.js +0 -69
  106. package/lib/client/clock.js +0 -68
  107. package/lib/client/connection.js +0 -314
  108. package/lib/client/consoleMessage.js +0 -54
  109. package/lib/client/coverage.js +0 -44
  110. package/lib/client/dialog.js +0 -56
  111. package/lib/client/download.js +0 -62
  112. package/lib/client/electron.js +0 -138
  113. package/lib/client/elementHandle.js +0 -281
  114. package/lib/client/errors.js +0 -77
  115. package/lib/client/eventEmitter.js +0 -314
  116. package/lib/client/events.js +0 -99
  117. package/lib/client/fetch.js +0 -369
  118. package/lib/client/fileChooser.js +0 -46
  119. package/lib/client/fileUtils.js +0 -34
  120. package/lib/client/frame.js +0 -408
  121. package/lib/client/harRouter.js +0 -87
  122. package/lib/client/input.js +0 -84
  123. package/lib/client/jsHandle.js +0 -109
  124. package/lib/client/jsonPipe.js +0 -39
  125. package/lib/client/localUtils.js +0 -60
  126. package/lib/client/locator.js +0 -366
  127. package/lib/client/network.js +0 -747
  128. package/lib/client/page.js +0 -721
  129. package/lib/client/platform.js +0 -74
  130. package/lib/client/playwright.js +0 -75
  131. package/lib/client/selectors.js +0 -55
  132. package/lib/client/stream.js +0 -39
  133. package/lib/client/timeoutSettings.js +0 -79
  134. package/lib/client/tracing.js +0 -117
  135. package/lib/client/types.js +0 -28
  136. package/lib/client/video.js +0 -59
  137. package/lib/client/waiter.js +0 -142
  138. package/lib/client/webError.js +0 -39
  139. package/lib/client/webSocket.js +0 -93
  140. package/lib/client/worker.js +0 -63
  141. package/lib/client/writableStream.js +0 -39
  142. package/lib/generated/bindingsControllerSource.js +0 -28
  143. package/lib/generated/clockSource.js +0 -28
  144. package/lib/generated/injectedScriptSource.js +0 -28
  145. package/lib/generated/pollingRecorderSource.js +0 -28
  146. package/lib/generated/storageScriptSource.js +0 -28
  147. package/lib/generated/utilityScriptSource.js +0 -28
  148. package/lib/generated/webSocketMockSource.js +0 -336
  149. package/lib/inProcessFactory.js +0 -62
  150. package/lib/inprocess.js +0 -3
  151. package/lib/outofprocess.js +0 -76
  152. package/lib/protocol/serializers.js +0 -192
  153. package/lib/protocol/validator.js +0 -2912
  154. package/lib/protocol/validatorPrimitives.js +0 -193
  155. package/lib/remote/playwrightConnection.js +0 -129
  156. package/lib/remote/playwrightServer.js +0 -335
  157. package/lib/server/accessibility.js +0 -69
  158. package/lib/server/android/android.js +0 -465
  159. package/lib/server/android/backendAdb.js +0 -177
  160. package/lib/server/artifact.js +0 -127
  161. package/lib/server/bidi/bidiBrowser.js +0 -490
  162. package/lib/server/bidi/bidiChromium.js +0 -153
  163. package/lib/server/bidi/bidiConnection.js +0 -212
  164. package/lib/server/bidi/bidiExecutionContext.js +0 -221
  165. package/lib/server/bidi/bidiFirefox.js +0 -130
  166. package/lib/server/bidi/bidiInput.js +0 -146
  167. package/lib/server/bidi/bidiNetworkManager.js +0 -383
  168. package/lib/server/bidi/bidiOverCdp.js +0 -102
  169. package/lib/server/bidi/bidiPage.js +0 -552
  170. package/lib/server/bidi/bidiPdf.js +0 -106
  171. package/lib/server/bidi/third_party/bidiCommands.d.js +0 -22
  172. package/lib/server/bidi/third_party/bidiDeserializer.js +0 -98
  173. package/lib/server/bidi/third_party/bidiKeyboard.js +0 -256
  174. package/lib/server/bidi/third_party/bidiProtocol.js +0 -24
  175. package/lib/server/bidi/third_party/bidiProtocolCore.js +0 -179
  176. package/lib/server/bidi/third_party/bidiProtocolPermissions.js +0 -42
  177. package/lib/server/bidi/third_party/bidiSerializer.js +0 -148
  178. package/lib/server/bidi/third_party/firefoxPrefs.js +0 -259
  179. package/lib/server/browser.js +0 -149
  180. package/lib/server/browserContext.js +0 -696
  181. package/lib/server/browserType.js +0 -328
  182. package/lib/server/callLog.js +0 -82
  183. package/lib/server/chromium/chromium.js +0 -391
  184. package/lib/server/chromium/chromiumSwitches.js +0 -95
  185. package/lib/server/chromium/crAccessibility.js +0 -263
  186. package/lib/server/chromium/crBrowser.js +0 -502
  187. package/lib/server/chromium/crConnection.js +0 -202
  188. package/lib/server/chromium/crCoverage.js +0 -235
  189. package/lib/server/chromium/crDevTools.js +0 -113
  190. package/lib/server/chromium/crDragDrop.js +0 -131
  191. package/lib/server/chromium/crExecutionContext.js +0 -146
  192. package/lib/server/chromium/crInput.js +0 -187
  193. package/lib/server/chromium/crNetworkManager.js +0 -666
  194. package/lib/server/chromium/crPage.js +0 -1069
  195. package/lib/server/chromium/crPdf.js +0 -121
  196. package/lib/server/chromium/crProtocolHelper.js +0 -145
  197. package/lib/server/chromium/crServiceWorker.js +0 -123
  198. package/lib/server/chromium/defaultFontFamilies.js +0 -162
  199. package/lib/server/chromium/protocol.d.js +0 -16
  200. package/lib/server/chromium/videoRecorder.js +0 -113
  201. package/lib/server/clock.js +0 -149
  202. package/lib/server/codegen/csharp.js +0 -327
  203. package/lib/server/codegen/java.js +0 -274
  204. package/lib/server/codegen/javascript.js +0 -270
  205. package/lib/server/codegen/jsonl.js +0 -52
  206. package/lib/server/codegen/language.js +0 -132
  207. package/lib/server/codegen/languages.js +0 -68
  208. package/lib/server/codegen/python.js +0 -279
  209. package/lib/server/codegen/types.js +0 -16
  210. package/lib/server/console.js +0 -53
  211. package/lib/server/cookieStore.js +0 -206
  212. package/lib/server/debugController.js +0 -191
  213. package/lib/server/debugger.js +0 -119
  214. package/lib/server/dialog.js +0 -116
  215. package/lib/server/dispatchers/androidDispatcher.js +0 -325
  216. package/lib/server/dispatchers/artifactDispatcher.js +0 -118
  217. package/lib/server/dispatchers/browserContextDispatcher.js +0 -364
  218. package/lib/server/dispatchers/browserDispatcher.js +0 -118
  219. package/lib/server/dispatchers/browserTypeDispatcher.js +0 -64
  220. package/lib/server/dispatchers/cdpSessionDispatcher.js +0 -44
  221. package/lib/server/dispatchers/debugControllerDispatcher.js +0 -78
  222. package/lib/server/dispatchers/dialogDispatcher.js +0 -47
  223. package/lib/server/dispatchers/dispatcher.js +0 -371
  224. package/lib/server/dispatchers/electronDispatcher.js +0 -89
  225. package/lib/server/dispatchers/elementHandlerDispatcher.js +0 -181
  226. package/lib/server/dispatchers/frameDispatcher.js +0 -227
  227. package/lib/server/dispatchers/jsHandleDispatcher.js +0 -85
  228. package/lib/server/dispatchers/jsonPipeDispatcher.js +0 -58
  229. package/lib/server/dispatchers/localUtilsDispatcher.js +0 -149
  230. package/lib/server/dispatchers/networkDispatchers.js +0 -213
  231. package/lib/server/dispatchers/pageDispatcher.js +0 -401
  232. package/lib/server/dispatchers/playwrightDispatcher.js +0 -112
  233. package/lib/server/dispatchers/streamDispatcher.js +0 -67
  234. package/lib/server/dispatchers/tracingDispatcher.js +0 -68
  235. package/lib/server/dispatchers/webSocketRouteDispatcher.js +0 -165
  236. package/lib/server/dispatchers/writableStreamDispatcher.js +0 -79
  237. package/lib/server/dom.js +0 -806
  238. package/lib/server/download.js +0 -70
  239. package/lib/server/electron/electron.js +0 -270
  240. package/lib/server/errors.js +0 -69
  241. package/lib/server/fetch.js +0 -621
  242. package/lib/server/fileChooser.js +0 -43
  243. package/lib/server/fileUploadUtils.js +0 -84
  244. package/lib/server/firefox/ffAccessibility.js +0 -238
  245. package/lib/server/firefox/ffBrowser.js +0 -428
  246. package/lib/server/firefox/ffConnection.js +0 -147
  247. package/lib/server/firefox/ffExecutionContext.js +0 -150
  248. package/lib/server/firefox/ffInput.js +0 -159
  249. package/lib/server/firefox/ffNetworkManager.js +0 -256
  250. package/lib/server/firefox/ffPage.js +0 -503
  251. package/lib/server/firefox/firefox.js +0 -105
  252. package/lib/server/firefox/protocol.d.js +0 -16
  253. package/lib/server/formData.js +0 -147
  254. package/lib/server/frameSelectors.js +0 -156
  255. package/lib/server/frames.js +0 -1448
  256. package/lib/server/har/harRecorder.js +0 -147
  257. package/lib/server/har/harTracer.js +0 -607
  258. package/lib/server/harBackend.js +0 -157
  259. package/lib/server/helper.js +0 -96
  260. package/lib/server/index.js +0 -58
  261. package/lib/server/input.js +0 -273
  262. package/lib/server/instrumentation.js +0 -69
  263. package/lib/server/javascript.js +0 -291
  264. package/lib/server/launchApp.js +0 -128
  265. package/lib/server/localUtils.js +0 -218
  266. package/lib/server/macEditingCommands.js +0 -143
  267. package/lib/server/network.js +0 -629
  268. package/lib/server/page.js +0 -870
  269. package/lib/server/pipeTransport.js +0 -89
  270. package/lib/server/playwright.js +0 -71
  271. package/lib/server/progress.js +0 -112
  272. package/lib/server/protocolError.js +0 -52
  273. package/lib/server/recorder/chat.js +0 -161
  274. package/lib/server/recorder/recorderApp.js +0 -387
  275. package/lib/server/recorder/recorderRunner.js +0 -138
  276. package/lib/server/recorder/recorderSignalProcessor.js +0 -83
  277. package/lib/server/recorder/recorderUtils.js +0 -157
  278. package/lib/server/recorder/throttledFile.js +0 -57
  279. package/lib/server/recorder.js +0 -498
  280. package/lib/server/registry/browserFetcher.js +0 -175
  281. package/lib/server/registry/dependencies.js +0 -371
  282. package/lib/server/registry/index.js +0 -1333
  283. package/lib/server/registry/nativeDeps.js +0 -1280
  284. package/lib/server/registry/oopDownloadBrowserMain.js +0 -120
  285. package/lib/server/screenshotter.js +0 -333
  286. package/lib/server/selectors.js +0 -112
  287. package/lib/server/socksClientCertificatesInterceptor.js +0 -383
  288. package/lib/server/socksInterceptor.js +0 -95
  289. package/lib/server/trace/recorder/snapshotter.js +0 -147
  290. package/lib/server/trace/recorder/snapshotterInjected.js +0 -541
  291. package/lib/server/trace/recorder/tracing.js +0 -602
  292. package/lib/server/trace/test/inMemorySnapshotter.js +0 -87
  293. package/lib/server/trace/viewer/traceViewer.js +0 -240
  294. package/lib/server/transport.js +0 -181
  295. package/lib/server/types.js +0 -28
  296. package/lib/server/usKeyboardLayout.js +0 -145
  297. package/lib/server/utils/ascii.js +0 -44
  298. package/lib/server/utils/comparators.js +0 -161
  299. package/lib/server/utils/crypto.js +0 -216
  300. package/lib/server/utils/debug.js +0 -42
  301. package/lib/server/utils/debugLogger.js +0 -122
  302. package/lib/server/utils/env.js +0 -73
  303. package/lib/server/utils/eventsHelper.js +0 -39
  304. package/lib/server/utils/expectUtils.js +0 -38
  305. package/lib/server/utils/fileUtils.js +0 -191
  306. package/lib/server/utils/happyEyeballs.js +0 -207
  307. package/lib/server/utils/hostPlatform.js +0 -111
  308. package/lib/server/utils/httpServer.js +0 -218
  309. package/lib/server/utils/image_tools/colorUtils.js +0 -89
  310. package/lib/server/utils/image_tools/compare.js +0 -109
  311. package/lib/server/utils/image_tools/imageChannel.js +0 -78
  312. package/lib/server/utils/image_tools/stats.js +0 -102
  313. package/lib/server/utils/linuxUtils.js +0 -71
  314. package/lib/server/utils/network.js +0 -227
  315. package/lib/server/utils/nodePlatform.js +0 -148
  316. package/lib/server/utils/pipeTransport.js +0 -84
  317. package/lib/server/utils/processLauncher.js +0 -241
  318. package/lib/server/utils/socksProxy.js +0 -511
  319. package/lib/server/utils/spawnAsync.js +0 -41
  320. package/lib/server/utils/task.js +0 -51
  321. package/lib/server/utils/userAgent.js +0 -98
  322. package/lib/server/utils/wsServer.js +0 -121
  323. package/lib/server/utils/zipFile.js +0 -74
  324. package/lib/server/utils/zones.js +0 -57
  325. package/lib/server/webkit/protocol.d.js +0 -16
  326. package/lib/server/webkit/webkit.js +0 -119
  327. package/lib/server/webkit/wkAccessibility.js +0 -237
  328. package/lib/server/webkit/wkBrowser.js +0 -339
  329. package/lib/server/webkit/wkConnection.js +0 -149
  330. package/lib/server/webkit/wkExecutionContext.js +0 -154
  331. package/lib/server/webkit/wkInput.js +0 -181
  332. package/lib/server/webkit/wkInterceptableRequest.js +0 -169
  333. package/lib/server/webkit/wkPage.js +0 -1134
  334. package/lib/server/webkit/wkProvisionalPage.js +0 -83
  335. package/lib/server/webkit/wkWorkers.js +0 -104
  336. package/lib/server/webkit/wsl/webkit-wsl-transport-client.js +0 -74
  337. package/lib/server/webkit/wsl/webkit-wsl-transport-server.js +0 -113
  338. package/lib/third_party/pixelmatch.js +0 -255
  339. package/lib/utils/isomorphic/ariaSnapshot.js +0 -392
  340. package/lib/utils/isomorphic/assert.js +0 -31
  341. package/lib/utils/isomorphic/colors.js +0 -72
  342. package/lib/utils/isomorphic/cssParser.js +0 -245
  343. package/lib/utils/isomorphic/cssTokenizer.js +0 -1051
  344. package/lib/utils/isomorphic/headers.js +0 -53
  345. package/lib/utils/isomorphic/locatorGenerators.js +0 -673
  346. package/lib/utils/isomorphic/locatorParser.js +0 -176
  347. package/lib/utils/isomorphic/locatorUtils.js +0 -81
  348. package/lib/utils/isomorphic/manualPromise.js +0 -114
  349. package/lib/utils/isomorphic/mimeType.js +0 -459
  350. package/lib/utils/isomorphic/multimap.js +0 -80
  351. package/lib/utils/isomorphic/protocolFormatter.js +0 -78
  352. package/lib/utils/isomorphic/protocolMetainfo.js +0 -321
  353. package/lib/utils/isomorphic/rtti.js +0 -43
  354. package/lib/utils/isomorphic/selectorParser.js +0 -386
  355. package/lib/utils/isomorphic/semaphore.js +0 -54
  356. package/lib/utils/isomorphic/stackTrace.js +0 -158
  357. package/lib/utils/isomorphic/stringUtils.js +0 -155
  358. package/lib/utils/isomorphic/time.js +0 -49
  359. package/lib/utils/isomorphic/timeoutRunner.js +0 -66
  360. package/lib/utils/isomorphic/traceUtils.js +0 -58
  361. package/lib/utils/isomorphic/types.js +0 -16
  362. package/lib/utils/isomorphic/urlMatch.js +0 -176
  363. package/lib/utils/isomorphic/utilityScriptSerializers.js +0 -251
  364. package/lib/utils.js +0 -107
  365. package/lib/utilsBundleImpl/index.js +0 -218
  366. package/lib/vite/recorder/assets/codeMirrorModule-RJCXzfmE.js +0 -24
  367. package/lib/vite/recorder/assets/index-Ri0uHF7I.css +0 -1
  368. package/lib/vite/recorder/assets/index-Y-X2TGJv.js +0 -193
  369. package/lib/vite/traceViewer/assets/codeMirrorModule-eyVcHN77.js +0 -24
  370. package/lib/vite/traceViewer/assets/defaultSettingsView-w0zYjHsW.js +0 -265
  371. package/lib/vite/traceViewer/defaultSettingsView.TQ8_7ybu.css +0 -1
  372. package/lib/vite/traceViewer/index.Bx16ehp1.js +0 -2
  373. package/lib/vite/traceViewer/index.I8N9v4jT.css +0 -1
  374. package/lib/vite/traceViewer/uiMode.Btcz36p_.css +0 -1
  375. package/lib/vite/traceViewer/uiMode.DRQ310U5.js +0 -5
  376. package/lib/zipBundle.js +0 -34
  377. package/lib/zipBundleImpl.js +0 -5
  378. /package/lib/{utilsBundleImpl/xdg-open → xdg-open} +0 -0
@@ -0,0 +1,2056 @@
1
+ packages/playwright-core/lib/utilsBundle.js
2
+
3
+ THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
4
+
5
+ The following npm packages are inlined into this bundle.
6
+
7
+ - @hono/node-server@1.19.11 (https://github.com/honojs/node-server)
8
+ - @modelcontextprotocol/sdk@1.29.0 (https://github.com/modelcontextprotocol/typescript-sdk)
9
+ - agent-base@7.1.4 (https://github.com/TooTallNate/proxy-agents)
10
+ - ajv-formats@3.0.1 (https://github.com/ajv-validator/ajv-formats)
11
+ - ajv@8.18.0 (https://github.com/ajv-validator/ajv)
12
+ - ansi-colors@4.1.3 (https://github.com/doowb/ansi-colors)
13
+ - anymatch@3.1.3 (https://github.com/micromatch/anymatch)
14
+ - balanced-match@1.0.2 (https://github.com/juliangruber/balanced-match)
15
+ - binary-extensions@2.3.0 (https://github.com/sindresorhus/binary-extensions)
16
+ - brace-expansion@1.1.12 (https://github.com/juliangruber/brace-expansion)
17
+ - braces@3.0.3 (https://github.com/micromatch/braces)
18
+ - buffer-crc32@0.2.13 (https://github.com/brianloveswords/buffer-crc32)
19
+ - buffer-from@1.1.2 (https://github.com/LinusU/buffer-from)
20
+ - bytes@3.1.2 (https://github.com/visionmedia/bytes.js)
21
+ - chokidar@3.6.0 (https://github.com/paulmillr/chokidar)
22
+ - colors@1.4.0 (https://github.com/Marak/colors.js)
23
+ - commander@13.1.0 (https://github.com/tj/commander.js)
24
+ - concat-map@0.0.1 (https://github.com/substack/node-concat-map)
25
+ - content-type@1.0.5 (https://github.com/jshttp/content-type)
26
+ - cross-spawn@7.0.6 (https://github.com/moxystudio/node-cross-spawn)
27
+ - debug@4.4.3 (https://github.com/debug-js/debug)
28
+ - define-lazy-prop@2.0.0 (https://github.com/sindresorhus/define-lazy-prop)
29
+ - diff@8.0.4 (https://github.com/kpdecker/jsdiff)
30
+ - dotenv@16.6.1 (https://github.com/motdotla/dotenv)
31
+ - end-of-stream@1.4.5 (https://github.com/mafintosh/end-of-stream)
32
+ - enquirer@2.3.6 (https://github.com/enquirer/enquirer)
33
+ - eventsource-parser@3.0.6 (https://github.com/rexxars/eventsource-parser)
34
+ - eventsource@3.0.7 (git://git@github.com/EventSource/eventsource)
35
+ - fast-deep-equal@3.1.3 (https://github.com/epoberezkin/fast-deep-equal)
36
+ - fast-uri@3.1.2 (https://github.com/fastify/fast-uri)
37
+ - fill-range@7.1.1 (https://github.com/jonschlinkert/fill-range)
38
+ - get-east-asian-width@1.3.0 (https://github.com/sindresorhus/get-east-asian-width)
39
+ - get-stream@5.2.0 (https://github.com/sindresorhus/get-stream)
40
+ - glob-parent@5.1.2 (https://github.com/gulpjs/glob-parent)
41
+ - graceful-fs@4.2.10 (https://github.com/isaacs/node-graceful-fs)
42
+ - has-flag@4.0.0 (https://github.com/sindresorhus/has-flag)
43
+ - https-proxy-agent@7.0.6 (https://github.com/TooTallNate/proxy-agents)
44
+ - ini@6.0.0 (https://github.com/npm/ini)
45
+ - ip-address@10.2.0 (https://github.com/beaugunderson/ip-address)
46
+ - is-binary-path@2.1.0 (https://github.com/sindresorhus/is-binary-path)
47
+ - is-docker@2.2.1 (https://github.com/sindresorhus/is-docker)
48
+ - is-extglob@2.1.1 (https://github.com/jonschlinkert/is-extglob)
49
+ - is-glob@4.0.3 (https://github.com/micromatch/is-glob)
50
+ - is-number@7.0.0 (https://github.com/jonschlinkert/is-number)
51
+ - is-wsl@2.2.0 (https://github.com/sindresorhus/is-wsl)
52
+ - isexe@2.0.0 (https://github.com/isaacs/isexe)
53
+ - jpeg-js@0.4.4 (https://github.com/eugeneware/jpeg-js)
54
+ - json-schema-traverse@1.0.0 (https://github.com/epoberezkin/json-schema-traverse)
55
+ - json5@2.2.3 (https://github.com/json5/json5)
56
+ - mime@3.0.0 (https://github.com/broofa/mime)
57
+ - minimatch@3.1.5 (https://github.com/isaacs/minimatch)
58
+ - ms@2.1.3 (https://github.com/vercel/ms)
59
+ - normalize-path@3.0.0 (https://github.com/jonschlinkert/normalize-path)
60
+ - once@1.4.0 (https://github.com/isaacs/once)
61
+ - open@8.4.0 (https://github.com/sindresorhus/open)
62
+ - path-key@3.1.1 (https://github.com/sindresorhus/path-key)
63
+ - pend@1.2.0 (https://github.com/andrewrk/node-pend)
64
+ - picomatch@2.3.2 (https://github.com/micromatch/picomatch)
65
+ - pkce-challenge@5.0.0 (https://github.com/crouchcd/pkce-challenge)
66
+ - pngjs@6.0.0 (https://github.com/lukeapage/pngjs)
67
+ - progress@2.0.3 (https://github.com/visionmedia/node-progress)
68
+ - proxy-from-env@2.0.0 (https://github.com/Rob--W/proxy-from-env)
69
+ - pump@3.0.3 (https://github.com/mafintosh/pump)
70
+ - readdirp@3.6.0 (https://github.com/paulmillr/readdirp)
71
+ - retry@0.12.0 (https://github.com/tim-kos/node-retry)
72
+ - shebang-command@2.0.0 (https://github.com/kevva/shebang-command)
73
+ - shebang-regex@3.0.0 (https://github.com/sindresorhus/shebang-regex)
74
+ - signal-exit@3.0.7 (https://github.com/tapjs/signal-exit)
75
+ - smart-buffer@4.2.0 (https://github.com/JoshGlazebrook/smart-buffer)
76
+ - socks-proxy-agent@8.0.5 (https://github.com/TooTallNate/proxy-agents)
77
+ - socks@2.8.7 (https://github.com/JoshGlazebrook/socks)
78
+ - source-map-support@0.5.21 (https://github.com/evanw/node-source-map-support)
79
+ - source-map@0.6.1 (https://github.com/mozilla/source-map)
80
+ - supports-color@8.1.1 (https://github.com/chalk/supports-color)
81
+ - to-regex-range@5.0.1 (https://github.com/micromatch/to-regex-range)
82
+ - which@2.0.2 (https://github.com/isaacs/node-which)
83
+ - wrappy@1.0.2 (https://github.com/npm/wrappy)
84
+ - ws@8.17.1 (https://github.com/websockets/ws)
85
+ - yaml@2.8.3 (https://github.com/eemeli/yaml)
86
+ - yauzl@3.3.2 (https://github.com/thejoshwolfe/yauzl)
87
+ - yazl@2.5.1 (https://github.com/thejoshwolfe/yazl)
88
+ - zod-to-json-schema@3.25.1 (https://github.com/StefanTerdell/zod-to-json-schema)
89
+ - zod@4.3.6 (https://github.com/colinhacks/zod)
90
+
91
+ %% @hono/node-server@1.19.11 NOTICES AND INFORMATION BEGIN HERE
92
+ =========================================
93
+ MIT License
94
+
95
+ Copyright (c) 2022 - present, Yusuke Wada and Hono contributors
96
+
97
+ Permission is hereby granted, free of charge, to any person obtaining a copy
98
+ of this software and associated documentation files (the "Software"), to deal
99
+ in the Software without restriction, including without limitation the rights
100
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
101
+ copies of the Software, and to permit persons to whom the Software is
102
+ furnished to do so, subject to the following conditions:
103
+
104
+ The above copyright notice and this permission notice shall be included in all
105
+ copies or substantial portions of the Software.
106
+
107
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
108
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
109
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
110
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
111
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
112
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
113
+ SOFTWARE.
114
+ =========================================
115
+ END OF @hono/node-server@1.19.11 NOTICES AND INFORMATION
116
+
117
+ %% @modelcontextprotocol/sdk@1.29.0 NOTICES AND INFORMATION BEGIN HERE
118
+ =========================================
119
+ MIT License
120
+
121
+ Copyright (c) 2024 Anthropic, PBC
122
+
123
+ Permission is hereby granted, free of charge, to any person obtaining a copy
124
+ of this software and associated documentation files (the "Software"), to deal
125
+ in the Software without restriction, including without limitation the rights
126
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
127
+ copies of the Software, and to permit persons to whom the Software is
128
+ furnished to do so, subject to the following conditions:
129
+
130
+ The above copyright notice and this permission notice shall be included in all
131
+ copies or substantial portions of the Software.
132
+
133
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
134
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
135
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
136
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
137
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
138
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
139
+ SOFTWARE.
140
+ =========================================
141
+ END OF @modelcontextprotocol/sdk@1.29.0 NOTICES AND INFORMATION
142
+
143
+ %% agent-base@7.1.4 NOTICES AND INFORMATION BEGIN HERE
144
+ =========================================
145
+ (The MIT License)
146
+
147
+ Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
148
+
149
+ Permission is hereby granted, free of charge, to any person obtaining
150
+ a copy of this software and associated documentation files (the
151
+ 'Software'), to deal in the Software without restriction, including
152
+ without limitation the rights to use, copy, modify, merge, publish,
153
+ distribute, sublicense, and/or sell copies of the Software, and to
154
+ permit persons to whom the Software is furnished to do so, subject to
155
+ the following conditions:
156
+
157
+ The above copyright notice and this permission notice shall be
158
+ included in all copies or substantial portions of the Software.
159
+
160
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
161
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
162
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
163
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
164
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
165
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
166
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
167
+ =========================================
168
+ END OF agent-base@7.1.4 NOTICES AND INFORMATION
169
+
170
+ %% ajv-formats@3.0.1 NOTICES AND INFORMATION BEGIN HERE
171
+ =========================================
172
+ MIT License
173
+
174
+ Copyright (c) 2020 Evgeny Poberezkin
175
+
176
+ Permission is hereby granted, free of charge, to any person obtaining a copy
177
+ of this software and associated documentation files (the "Software"), to deal
178
+ in the Software without restriction, including without limitation the rights
179
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
180
+ copies of the Software, and to permit persons to whom the Software is
181
+ furnished to do so, subject to the following conditions:
182
+
183
+ The above copyright notice and this permission notice shall be included in all
184
+ copies or substantial portions of the Software.
185
+
186
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
187
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
188
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
189
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
190
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
191
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
192
+ SOFTWARE.
193
+ =========================================
194
+ END OF ajv-formats@3.0.1 NOTICES AND INFORMATION
195
+
196
+ %% ajv@8.18.0 NOTICES AND INFORMATION BEGIN HERE
197
+ =========================================
198
+ The MIT License (MIT)
199
+
200
+ Copyright (c) 2015-2021 Evgeny Poberezkin
201
+
202
+ Permission is hereby granted, free of charge, to any person obtaining a copy
203
+ of this software and associated documentation files (the "Software"), to deal
204
+ in the Software without restriction, including without limitation the rights
205
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
206
+ copies of the Software, and to permit persons to whom the Software is
207
+ furnished to do so, subject to the following conditions:
208
+
209
+ The above copyright notice and this permission notice shall be included in all
210
+ copies or substantial portions of the Software.
211
+
212
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
213
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
214
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
215
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
216
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
217
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
218
+ SOFTWARE.
219
+ =========================================
220
+ END OF ajv@8.18.0 NOTICES AND INFORMATION
221
+
222
+ %% ansi-colors@4.1.3 NOTICES AND INFORMATION BEGIN HERE
223
+ =========================================
224
+ The MIT License (MIT)
225
+
226
+ Copyright (c) 2015-present, Brian Woodward.
227
+
228
+ Permission is hereby granted, free of charge, to any person obtaining a copy
229
+ of this software and associated documentation files (the "Software"), to deal
230
+ in the Software without restriction, including without limitation the rights
231
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
232
+ copies of the Software, and to permit persons to whom the Software is
233
+ furnished to do so, subject to the following conditions:
234
+
235
+ The above copyright notice and this permission notice shall be included in
236
+ all copies or substantial portions of the Software.
237
+
238
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
239
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
240
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
241
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
242
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
243
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
244
+ THE SOFTWARE.
245
+ =========================================
246
+ END OF ansi-colors@4.1.3 NOTICES AND INFORMATION
247
+
248
+ %% anymatch@3.1.3 NOTICES AND INFORMATION BEGIN HERE
249
+ =========================================
250
+ The ISC License
251
+
252
+ Copyright (c) 2019 Elan Shanker, Paul Miller (https://paulmillr.com)
253
+
254
+ Permission to use, copy, modify, and/or distribute this software for any
255
+ purpose with or without fee is hereby granted, provided that the above
256
+ copyright notice and this permission notice appear in all copies.
257
+
258
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
259
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
260
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
261
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
262
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
263
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
264
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
265
+ =========================================
266
+ END OF anymatch@3.1.3 NOTICES AND INFORMATION
267
+
268
+ %% balanced-match@1.0.2 NOTICES AND INFORMATION BEGIN HERE
269
+ =========================================
270
+ (MIT)
271
+
272
+ Copyright (c) 2013 Julian Gruber &lt;julian@juliangruber.com&gt;
273
+
274
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
275
+ this software and associated documentation files (the "Software"), to deal in
276
+ the Software without restriction, including without limitation the rights to
277
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
278
+ of the Software, and to permit persons to whom the Software is furnished to do
279
+ so, subject to the following conditions:
280
+
281
+ The above copyright notice and this permission notice shall be included in all
282
+ copies or substantial portions of the Software.
283
+
284
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
285
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
286
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
287
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
288
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
289
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
290
+ SOFTWARE.
291
+ =========================================
292
+ END OF balanced-match@1.0.2 NOTICES AND INFORMATION
293
+
294
+ %% binary-extensions@2.3.0 NOTICES AND INFORMATION BEGIN HERE
295
+ =========================================
296
+ MIT License
297
+
298
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
299
+ Copyright (c) Paul Miller (https://paulmillr.com)
300
+
301
+ 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:
302
+
303
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
304
+
305
+ 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.
306
+ =========================================
307
+ END OF binary-extensions@2.3.0 NOTICES AND INFORMATION
308
+
309
+ %% brace-expansion@1.1.12 NOTICES AND INFORMATION BEGIN HERE
310
+ =========================================
311
+ MIT License
312
+
313
+ Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
314
+
315
+ Permission is hereby granted, free of charge, to any person obtaining a copy
316
+ of this software and associated documentation files (the "Software"), to deal
317
+ in the Software without restriction, including without limitation the rights
318
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
319
+ copies of the Software, and to permit persons to whom the Software is
320
+ furnished to do so, subject to the following conditions:
321
+
322
+ The above copyright notice and this permission notice shall be included in all
323
+ copies or substantial portions of the Software.
324
+
325
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
326
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
327
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
328
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
329
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
330
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
331
+ SOFTWARE.
332
+ =========================================
333
+ END OF brace-expansion@1.1.12 NOTICES AND INFORMATION
334
+
335
+ %% braces@3.0.3 NOTICES AND INFORMATION BEGIN HERE
336
+ =========================================
337
+ The MIT License (MIT)
338
+
339
+ Copyright (c) 2014-present, Jon Schlinkert.
340
+
341
+ Permission is hereby granted, free of charge, to any person obtaining a copy
342
+ of this software and associated documentation files (the "Software"), to deal
343
+ in the Software without restriction, including without limitation the rights
344
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
345
+ copies of the Software, and to permit persons to whom the Software is
346
+ furnished to do so, subject to the following conditions:
347
+
348
+ The above copyright notice and this permission notice shall be included in
349
+ all copies or substantial portions of the Software.
350
+
351
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
352
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
353
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
354
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
355
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
356
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
357
+ THE SOFTWARE.
358
+ =========================================
359
+ END OF braces@3.0.3 NOTICES AND INFORMATION
360
+
361
+ %% buffer-crc32@0.2.13 NOTICES AND INFORMATION BEGIN HERE
362
+ =========================================
363
+ The MIT License
364
+
365
+ Copyright (c) 2013 Brian J. Brennan
366
+
367
+ Permission is hereby granted, free of charge, to any person obtaining a copy
368
+ of this software and associated documentation files (the "Software"), to deal in
369
+ the Software without restriction, including without limitation the rights to use,
370
+ copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the
371
+ Software, and to permit persons to whom the Software is furnished to do so,
372
+ subject to the following conditions:
373
+
374
+ The above copyright notice and this permission notice shall be included in all
375
+ copies or substantial portions of the Software.
376
+
377
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
378
+ INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
379
+ PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
380
+ FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
381
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
382
+ =========================================
383
+ END OF buffer-crc32@0.2.13 NOTICES AND INFORMATION
384
+
385
+ %% buffer-from@1.1.2 NOTICES AND INFORMATION BEGIN HERE
386
+ =========================================
387
+ MIT License
388
+
389
+ Copyright (c) 2016, 2018 Linus Unnebäck
390
+
391
+ Permission is hereby granted, free of charge, to any person obtaining a copy
392
+ of this software and associated documentation files (the "Software"), to deal
393
+ in the Software without restriction, including without limitation the rights
394
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
395
+ copies of the Software, and to permit persons to whom the Software is
396
+ furnished to do so, subject to the following conditions:
397
+
398
+ The above copyright notice and this permission notice shall be included in all
399
+ copies or substantial portions of the Software.
400
+
401
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
402
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
403
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
404
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
405
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
406
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
407
+ SOFTWARE.
408
+ =========================================
409
+ END OF buffer-from@1.1.2 NOTICES AND INFORMATION
410
+
411
+ %% bytes@3.1.2 NOTICES AND INFORMATION BEGIN HERE
412
+ =========================================
413
+ (The MIT License)
414
+
415
+ Copyright (c) 2012-2014 TJ Holowaychuk <tj@vision-media.ca>
416
+ Copyright (c) 2015 Jed Watson <jed.watson@me.com>
417
+
418
+ Permission is hereby granted, free of charge, to any person obtaining
419
+ a copy of this software and associated documentation files (the
420
+ 'Software'), to deal in the Software without restriction, including
421
+ without limitation the rights to use, copy, modify, merge, publish,
422
+ distribute, sublicense, and/or sell copies of the Software, and to
423
+ permit persons to whom the Software is furnished to do so, subject to
424
+ the following conditions:
425
+
426
+ The above copyright notice and this permission notice shall be
427
+ included in all copies or substantial portions of the Software.
428
+
429
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
430
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
431
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
432
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
433
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
434
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
435
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
436
+ =========================================
437
+ END OF bytes@3.1.2 NOTICES AND INFORMATION
438
+
439
+ %% chokidar@3.6.0 NOTICES AND INFORMATION BEGIN HERE
440
+ =========================================
441
+ The MIT License (MIT)
442
+
443
+ Copyright (c) 2012-2019 Paul Miller (https://paulmillr.com), Elan Shanker
444
+
445
+ Permission is hereby granted, free of charge, to any person obtaining a copy
446
+ of this software and associated documentation files (the “Software”), to deal
447
+ in the Software without restriction, including without limitation the rights
448
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
449
+ copies of the Software, and to permit persons to whom the Software is
450
+ furnished to do so, subject to the following conditions:
451
+
452
+ The above copyright notice and this permission notice shall be included in
453
+ all copies or substantial portions of the Software.
454
+
455
+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
456
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
457
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
458
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
459
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
460
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
461
+ THE SOFTWARE.
462
+ =========================================
463
+ END OF chokidar@3.6.0 NOTICES AND INFORMATION
464
+
465
+ %% colors@1.4.0 NOTICES AND INFORMATION BEGIN HERE
466
+ =========================================
467
+ MIT License
468
+
469
+ Original Library
470
+ - Copyright (c) Marak Squires
471
+
472
+ Additional Functionality
473
+ - Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
474
+
475
+ Permission is hereby granted, free of charge, to any person obtaining a copy
476
+ of this software and associated documentation files (the "Software"), to deal
477
+ in the Software without restriction, including without limitation the rights
478
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
479
+ copies of the Software, and to permit persons to whom the Software is
480
+ furnished to do so, subject to the following conditions:
481
+
482
+ The above copyright notice and this permission notice shall be included in
483
+ all copies or substantial portions of the Software.
484
+
485
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
486
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
487
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
488
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
489
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
490
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
491
+ THE SOFTWARE.
492
+ =========================================
493
+ END OF colors@1.4.0 NOTICES AND INFORMATION
494
+
495
+ %% commander@13.1.0 NOTICES AND INFORMATION BEGIN HERE
496
+ =========================================
497
+ (The MIT License)
498
+
499
+ Copyright (c) 2011 TJ Holowaychuk <tj@vision-media.ca>
500
+
501
+ Permission is hereby granted, free of charge, to any person obtaining
502
+ a copy of this software and associated documentation files (the
503
+ 'Software'), to deal in the Software without restriction, including
504
+ without limitation the rights to use, copy, modify, merge, publish,
505
+ distribute, sublicense, and/or sell copies of the Software, and to
506
+ permit persons to whom the Software is furnished to do so, subject to
507
+ the following conditions:
508
+
509
+ The above copyright notice and this permission notice shall be
510
+ included in all copies or substantial portions of the Software.
511
+
512
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
513
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
514
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
515
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
516
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
517
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
518
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
519
+ =========================================
520
+ END OF commander@13.1.0 NOTICES AND INFORMATION
521
+
522
+ %% concat-map@0.0.1 NOTICES AND INFORMATION BEGIN HERE
523
+ =========================================
524
+ This software is released under the MIT license:
525
+
526
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
527
+ this software and associated documentation files (the "Software"), to deal in
528
+ the Software without restriction, including without limitation the rights to
529
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
530
+ the Software, and to permit persons to whom the Software is furnished to do so,
531
+ subject to the following conditions:
532
+
533
+ The above copyright notice and this permission notice shall be included in all
534
+ copies or substantial portions of the Software.
535
+
536
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
537
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
538
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
539
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
540
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
541
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
542
+ =========================================
543
+ END OF concat-map@0.0.1 NOTICES AND INFORMATION
544
+
545
+ %% content-type@1.0.5 NOTICES AND INFORMATION BEGIN HERE
546
+ =========================================
547
+ (The MIT License)
548
+
549
+ Copyright (c) 2015 Douglas Christopher Wilson
550
+
551
+ Permission is hereby granted, free of charge, to any person obtaining
552
+ a copy of this software and associated documentation files (the
553
+ 'Software'), to deal in the Software without restriction, including
554
+ without limitation the rights to use, copy, modify, merge, publish,
555
+ distribute, sublicense, and/or sell copies of the Software, and to
556
+ permit persons to whom the Software is furnished to do so, subject to
557
+ the following conditions:
558
+
559
+ The above copyright notice and this permission notice shall be
560
+ included in all copies or substantial portions of the Software.
561
+
562
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
563
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
564
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
565
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
566
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
567
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
568
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
569
+ =========================================
570
+ END OF content-type@1.0.5 NOTICES AND INFORMATION
571
+
572
+ %% cross-spawn@7.0.6 NOTICES AND INFORMATION BEGIN HERE
573
+ =========================================
574
+ The MIT License (MIT)
575
+
576
+ Copyright (c) 2018 Made With MOXY Lda <hello@moxy.studio>
577
+
578
+ Permission is hereby granted, free of charge, to any person obtaining a copy
579
+ of this software and associated documentation files (the "Software"), to deal
580
+ in the Software without restriction, including without limitation the rights
581
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
582
+ copies of the Software, and to permit persons to whom the Software is
583
+ furnished to do so, subject to the following conditions:
584
+
585
+ The above copyright notice and this permission notice shall be included in
586
+ all copies or substantial portions of the Software.
587
+
588
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
589
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
590
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
591
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
592
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
593
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
594
+ THE SOFTWARE.
595
+ =========================================
596
+ END OF cross-spawn@7.0.6 NOTICES AND INFORMATION
597
+
598
+ %% debug@4.4.3 NOTICES AND INFORMATION BEGIN HERE
599
+ =========================================
600
+ (The MIT License)
601
+
602
+ Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
603
+ Copyright (c) 2018-2021 Josh Junon
604
+
605
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software
606
+ and associated documentation files (the 'Software'), to deal in the Software without restriction,
607
+ including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
608
+ and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
609
+ subject to the following conditions:
610
+
611
+ The above copyright notice and this permission notice shall be included in all copies or substantial
612
+ portions of the Software.
613
+
614
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
615
+ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
616
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
617
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
618
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
619
+ =========================================
620
+ END OF debug@4.4.3 NOTICES AND INFORMATION
621
+
622
+ %% define-lazy-prop@2.0.0 NOTICES AND INFORMATION BEGIN HERE
623
+ =========================================
624
+ MIT License
625
+
626
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
627
+
628
+ 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:
629
+
630
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
631
+
632
+ 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.
633
+ =========================================
634
+ END OF define-lazy-prop@2.0.0 NOTICES AND INFORMATION
635
+
636
+ %% diff@8.0.4 NOTICES AND INFORMATION BEGIN HERE
637
+ =========================================
638
+ BSD 3-Clause License
639
+
640
+ Copyright (c) 2009-2015, Kevin Decker <kpdecker@gmail.com>
641
+ All rights reserved.
642
+
643
+ Redistribution and use in source and binary forms, with or without
644
+ modification, are permitted provided that the following conditions are met:
645
+
646
+ 1. Redistributions of source code must retain the above copyright notice, this
647
+ list of conditions and the following disclaimer.
648
+
649
+ 2. Redistributions in binary form must reproduce the above copyright notice,
650
+ this list of conditions and the following disclaimer in the documentation
651
+ and/or other materials provided with the distribution.
652
+
653
+ 3. Neither the name of the copyright holder nor the names of its
654
+ contributors may be used to endorse or promote products derived from
655
+ this software without specific prior written permission.
656
+
657
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
658
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
659
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
660
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
661
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
662
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
663
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
664
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
665
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
666
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
667
+ =========================================
668
+ END OF diff@8.0.4 NOTICES AND INFORMATION
669
+
670
+ %% dotenv@16.6.1 NOTICES AND INFORMATION BEGIN HERE
671
+ =========================================
672
+ Copyright (c) 2015, Scott Motte
673
+ All rights reserved.
674
+
675
+ Redistribution and use in source and binary forms, with or without
676
+ modification, are permitted provided that the following conditions are met:
677
+
678
+ * Redistributions of source code must retain the above copyright notice, this
679
+ list of conditions and the following disclaimer.
680
+
681
+ * Redistributions in binary form must reproduce the above copyright notice,
682
+ this list of conditions and the following disclaimer in the documentation
683
+ and/or other materials provided with the distribution.
684
+
685
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
686
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
687
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
688
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
689
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
690
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
691
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
692
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
693
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
694
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
695
+ =========================================
696
+ END OF dotenv@16.6.1 NOTICES AND INFORMATION
697
+
698
+ %% end-of-stream@1.4.5 NOTICES AND INFORMATION BEGIN HERE
699
+ =========================================
700
+ The MIT License (MIT)
701
+
702
+ Copyright (c) 2014 Mathias Buus
703
+
704
+ Permission is hereby granted, free of charge, to any person obtaining a copy
705
+ of this software and associated documentation files (the "Software"), to deal
706
+ in the Software without restriction, including without limitation the rights
707
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
708
+ copies of the Software, and to permit persons to whom the Software is
709
+ furnished to do so, subject to the following conditions:
710
+
711
+ The above copyright notice and this permission notice shall be included in
712
+ all copies or substantial portions of the Software.
713
+
714
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
715
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
716
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
717
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
718
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
719
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
720
+ THE SOFTWARE.
721
+ =========================================
722
+ END OF end-of-stream@1.4.5 NOTICES AND INFORMATION
723
+
724
+ %% enquirer@2.3.6 NOTICES AND INFORMATION BEGIN HERE
725
+ =========================================
726
+ The MIT License (MIT)
727
+
728
+ Copyright (c) 2016-present, Jon Schlinkert.
729
+
730
+ Permission is hereby granted, free of charge, to any person obtaining a copy
731
+ of this software and associated documentation files (the "Software"), to deal
732
+ in the Software without restriction, including without limitation the rights
733
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
734
+ copies of the Software, and to permit persons to whom the Software is
735
+ furnished to do so, subject to the following conditions:
736
+
737
+ The above copyright notice and this permission notice shall be included in
738
+ all copies or substantial portions of the Software.
739
+
740
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
741
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
742
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
743
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
744
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
745
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
746
+ THE SOFTWARE.
747
+ =========================================
748
+ END OF enquirer@2.3.6 NOTICES AND INFORMATION
749
+
750
+ %% eventsource-parser@3.0.6 NOTICES AND INFORMATION BEGIN HERE
751
+ =========================================
752
+ MIT License
753
+
754
+ Copyright (c) 2025 Espen Hovlandsdal <espen@hovlandsdal.com>
755
+
756
+ Permission is hereby granted, free of charge, to any person obtaining a copy
757
+ of this software and associated documentation files (the "Software"), to deal
758
+ in the Software without restriction, including without limitation the rights
759
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
760
+ copies of the Software, and to permit persons to whom the Software is
761
+ furnished to do so, subject to the following conditions:
762
+
763
+ The above copyright notice and this permission notice shall be included in all
764
+ copies or substantial portions of the Software.
765
+
766
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
767
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
768
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
769
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
770
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
771
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
772
+ SOFTWARE.
773
+ =========================================
774
+ END OF eventsource-parser@3.0.6 NOTICES AND INFORMATION
775
+
776
+ %% eventsource@3.0.7 NOTICES AND INFORMATION BEGIN HERE
777
+ =========================================
778
+ The MIT License
779
+
780
+ Copyright (c) EventSource GitHub organisation
781
+
782
+ Permission is hereby granted, free of charge, to any person obtaining
783
+ a copy of this software and associated documentation files (the
784
+ "Software"), to deal in the Software without restriction, including
785
+ without limitation the rights to use, copy, modify, merge, publish,
786
+ distribute, sublicense, and/or sell copies of the Software, and to
787
+ permit persons to whom the Software is furnished to do so, subject to
788
+ the following conditions:
789
+
790
+ The above copyright notice and this permission notice shall be
791
+ included in all copies or substantial portions of the Software.
792
+
793
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
794
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
795
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
796
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
797
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
798
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
799
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
800
+ =========================================
801
+ END OF eventsource@3.0.7 NOTICES AND INFORMATION
802
+
803
+ %% fast-deep-equal@3.1.3 NOTICES AND INFORMATION BEGIN HERE
804
+ =========================================
805
+ MIT License
806
+
807
+ Copyright (c) 2017 Evgeny Poberezkin
808
+
809
+ Permission is hereby granted, free of charge, to any person obtaining a copy
810
+ of this software and associated documentation files (the "Software"), to deal
811
+ in the Software without restriction, including without limitation the rights
812
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
813
+ copies of the Software, and to permit persons to whom the Software is
814
+ furnished to do so, subject to the following conditions:
815
+
816
+ The above copyright notice and this permission notice shall be included in all
817
+ copies or substantial portions of the Software.
818
+
819
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
820
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
821
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
822
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
823
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
824
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
825
+ SOFTWARE.
826
+ =========================================
827
+ END OF fast-deep-equal@3.1.3 NOTICES AND INFORMATION
828
+
829
+ %% fast-uri@3.1.2 NOTICES AND INFORMATION BEGIN HERE
830
+ =========================================
831
+ Copyright (c) 2011-2021, Gary Court until https://github.com/garycourt/uri-js/commit/a1acf730b4bba3f1097c9f52e7d9d3aba8cdcaae
832
+ Copyright (c) 2021-present The Fastify team <https://github.com/fastify/fastify#team>
833
+ All rights reserved.
834
+
835
+ Redistribution and use in source and binary forms, with or without
836
+ modification, are permitted provided that the following conditions are met:
837
+ * Redistributions of source code must retain the above copyright
838
+ notice, this list of conditions and the following disclaimer.
839
+ * Redistributions in binary form must reproduce the above copyright
840
+ notice, this list of conditions and the following disclaimer in the
841
+ documentation and/or other materials provided with the distribution.
842
+ * The names of any contributors may not be used to endorse or promote
843
+ products derived from this software without specific prior written
844
+ permission.
845
+
846
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
847
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
848
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
849
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY
850
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
851
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
852
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
853
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
854
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
855
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
856
+
857
+ * * *
858
+
859
+ The complete list of contributors can be found at:
860
+ - https://github.com/garycourt/uri-js/graphs/contributors
861
+ =========================================
862
+ END OF fast-uri@3.1.2 NOTICES AND INFORMATION
863
+
864
+ %% fill-range@7.1.1 NOTICES AND INFORMATION BEGIN HERE
865
+ =========================================
866
+ The MIT License (MIT)
867
+
868
+ Copyright (c) 2014-present, Jon Schlinkert.
869
+
870
+ Permission is hereby granted, free of charge, to any person obtaining a copy
871
+ of this software and associated documentation files (the "Software"), to deal
872
+ in the Software without restriction, including without limitation the rights
873
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
874
+ copies of the Software, and to permit persons to whom the Software is
875
+ furnished to do so, subject to the following conditions:
876
+
877
+ The above copyright notice and this permission notice shall be included in
878
+ all copies or substantial portions of the Software.
879
+
880
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
881
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
882
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
883
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
884
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
885
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
886
+ THE SOFTWARE.
887
+ =========================================
888
+ END OF fill-range@7.1.1 NOTICES AND INFORMATION
889
+
890
+ %% get-east-asian-width@1.3.0 NOTICES AND INFORMATION BEGIN HERE
891
+ =========================================
892
+ MIT License
893
+
894
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
895
+
896
+ 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:
897
+
898
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
899
+
900
+ 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.
901
+ =========================================
902
+ END OF get-east-asian-width@1.3.0 NOTICES AND INFORMATION
903
+
904
+ %% get-stream@5.2.0 NOTICES AND INFORMATION BEGIN HERE
905
+ =========================================
906
+ MIT License
907
+
908
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
909
+
910
+ 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:
911
+
912
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
913
+
914
+ 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.
915
+ =========================================
916
+ END OF get-stream@5.2.0 NOTICES AND INFORMATION
917
+
918
+ %% glob-parent@5.1.2 NOTICES AND INFORMATION BEGIN HERE
919
+ =========================================
920
+ The ISC License
921
+
922
+ Copyright (c) 2015, 2019 Elan Shanker
923
+
924
+ Permission to use, copy, modify, and/or distribute this software for any
925
+ purpose with or without fee is hereby granted, provided that the above
926
+ copyright notice and this permission notice appear in all copies.
927
+
928
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
929
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
930
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
931
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
932
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
933
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
934
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
935
+ =========================================
936
+ END OF glob-parent@5.1.2 NOTICES AND INFORMATION
937
+
938
+ %% graceful-fs@4.2.10 NOTICES AND INFORMATION BEGIN HERE
939
+ =========================================
940
+ The ISC License
941
+
942
+ Copyright (c) 2011-2022 Isaac Z. Schlueter, Ben Noordhuis, and Contributors
943
+
944
+ Permission to use, copy, modify, and/or distribute this software for any
945
+ purpose with or without fee is hereby granted, provided that the above
946
+ copyright notice and this permission notice appear in all copies.
947
+
948
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
949
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
950
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
951
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
952
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
953
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
954
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
955
+ =========================================
956
+ END OF graceful-fs@4.2.10 NOTICES AND INFORMATION
957
+
958
+ %% has-flag@4.0.0 NOTICES AND INFORMATION BEGIN HERE
959
+ =========================================
960
+ MIT License
961
+
962
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
963
+
964
+ 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:
965
+
966
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
967
+
968
+ 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.
969
+ =========================================
970
+ END OF has-flag@4.0.0 NOTICES AND INFORMATION
971
+
972
+ %% https-proxy-agent@7.0.6 NOTICES AND INFORMATION BEGIN HERE
973
+ =========================================
974
+ (The MIT License)
975
+
976
+ Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
977
+
978
+ Permission is hereby granted, free of charge, to any person obtaining
979
+ a copy of this software and associated documentation files (the
980
+ 'Software'), to deal in the Software without restriction, including
981
+ without limitation the rights to use, copy, modify, merge, publish,
982
+ distribute, sublicense, and/or sell copies of the Software, and to
983
+ permit persons to whom the Software is furnished to do so, subject to
984
+ the following conditions:
985
+
986
+ The above copyright notice and this permission notice shall be
987
+ included in all copies or substantial portions of the Software.
988
+
989
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
990
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
991
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
992
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
993
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
994
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
995
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
996
+ =========================================
997
+ END OF https-proxy-agent@7.0.6 NOTICES AND INFORMATION
998
+
999
+ %% ini@6.0.0 NOTICES AND INFORMATION BEGIN HERE
1000
+ =========================================
1001
+ The ISC License
1002
+
1003
+ Copyright (c) Isaac Z. Schlueter and Contributors
1004
+
1005
+ Permission to use, copy, modify, and/or distribute this software for any
1006
+ purpose with or without fee is hereby granted, provided that the above
1007
+ copyright notice and this permission notice appear in all copies.
1008
+
1009
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1010
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1011
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1012
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1013
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1014
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1015
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1016
+ =========================================
1017
+ END OF ini@6.0.0 NOTICES AND INFORMATION
1018
+
1019
+ %% ip-address@10.2.0 NOTICES AND INFORMATION BEGIN HERE
1020
+ =========================================
1021
+ Copyright (C) 2011 by Beau Gunderson
1022
+
1023
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1024
+ of this software and associated documentation files (the "Software"), to deal
1025
+ in the Software without restriction, including without limitation the rights
1026
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1027
+ copies of the Software, and to permit persons to whom the Software is
1028
+ furnished to do so, subject to the following conditions:
1029
+
1030
+ The above copyright notice and this permission notice shall be included in
1031
+ all copies or substantial portions of the Software.
1032
+
1033
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1034
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1035
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1036
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1037
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1038
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1039
+ THE SOFTWARE.
1040
+ =========================================
1041
+ END OF ip-address@10.2.0 NOTICES AND INFORMATION
1042
+
1043
+ %% is-binary-path@2.1.0 NOTICES AND INFORMATION BEGIN HERE
1044
+ =========================================
1045
+ MIT License
1046
+
1047
+ Copyright (c) 2019 Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com), Paul Miller (https://paulmillr.com)
1048
+
1049
+ 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:
1050
+
1051
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1052
+
1053
+ 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.
1054
+ =========================================
1055
+ END OF is-binary-path@2.1.0 NOTICES AND INFORMATION
1056
+
1057
+ %% is-docker@2.2.1 NOTICES AND INFORMATION BEGIN HERE
1058
+ =========================================
1059
+ MIT License
1060
+
1061
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1062
+
1063
+ 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:
1064
+
1065
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1066
+
1067
+ 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.
1068
+ =========================================
1069
+ END OF is-docker@2.2.1 NOTICES AND INFORMATION
1070
+
1071
+ %% is-extglob@2.1.1 NOTICES AND INFORMATION BEGIN HERE
1072
+ =========================================
1073
+ The MIT License (MIT)
1074
+
1075
+ Copyright (c) 2014-2016, Jon Schlinkert
1076
+
1077
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1078
+ of this software and associated documentation files (the "Software"), to deal
1079
+ in the Software without restriction, including without limitation the rights
1080
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1081
+ copies of the Software, and to permit persons to whom the Software is
1082
+ furnished to do so, subject to the following conditions:
1083
+
1084
+ The above copyright notice and this permission notice shall be included in
1085
+ all copies or substantial portions of the Software.
1086
+
1087
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1088
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1089
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1090
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1091
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1092
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1093
+ THE SOFTWARE.
1094
+ =========================================
1095
+ END OF is-extglob@2.1.1 NOTICES AND INFORMATION
1096
+
1097
+ %% is-glob@4.0.3 NOTICES AND INFORMATION BEGIN HERE
1098
+ =========================================
1099
+ The MIT License (MIT)
1100
+
1101
+ Copyright (c) 2014-2017, Jon Schlinkert.
1102
+
1103
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1104
+ of this software and associated documentation files (the "Software"), to deal
1105
+ in the Software without restriction, including without limitation the rights
1106
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1107
+ copies of the Software, and to permit persons to whom the Software is
1108
+ furnished to do so, subject to the following conditions:
1109
+
1110
+ The above copyright notice and this permission notice shall be included in
1111
+ all copies or substantial portions of the Software.
1112
+
1113
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1114
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1115
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1116
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1117
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1118
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1119
+ THE SOFTWARE.
1120
+ =========================================
1121
+ END OF is-glob@4.0.3 NOTICES AND INFORMATION
1122
+
1123
+ %% is-number@7.0.0 NOTICES AND INFORMATION BEGIN HERE
1124
+ =========================================
1125
+ The MIT License (MIT)
1126
+
1127
+ Copyright (c) 2014-present, Jon Schlinkert.
1128
+
1129
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1130
+ of this software and associated documentation files (the "Software"), to deal
1131
+ in the Software without restriction, including without limitation the rights
1132
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1133
+ copies of the Software, and to permit persons to whom the Software is
1134
+ furnished to do so, subject to the following conditions:
1135
+
1136
+ The above copyright notice and this permission notice shall be included in
1137
+ all copies or substantial portions of the Software.
1138
+
1139
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1140
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1141
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1142
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1143
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1144
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1145
+ THE SOFTWARE.
1146
+ =========================================
1147
+ END OF is-number@7.0.0 NOTICES AND INFORMATION
1148
+
1149
+ %% is-wsl@2.2.0 NOTICES AND INFORMATION BEGIN HERE
1150
+ =========================================
1151
+ MIT License
1152
+
1153
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1154
+
1155
+ 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:
1156
+
1157
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1158
+
1159
+ 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.
1160
+ =========================================
1161
+ END OF is-wsl@2.2.0 NOTICES AND INFORMATION
1162
+
1163
+ %% isexe@2.0.0 NOTICES AND INFORMATION BEGIN HERE
1164
+ =========================================
1165
+ The ISC License
1166
+
1167
+ Copyright (c) Isaac Z. Schlueter and Contributors
1168
+
1169
+ Permission to use, copy, modify, and/or distribute this software for any
1170
+ purpose with or without fee is hereby granted, provided that the above
1171
+ copyright notice and this permission notice appear in all copies.
1172
+
1173
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1174
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1175
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1176
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1177
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1178
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1179
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1180
+ =========================================
1181
+ END OF isexe@2.0.0 NOTICES AND INFORMATION
1182
+
1183
+ %% jpeg-js@0.4.4 NOTICES AND INFORMATION BEGIN HERE
1184
+ =========================================
1185
+ Copyright (c) 2014, Eugene Ware
1186
+ All rights reserved.
1187
+
1188
+ Redistribution and use in source and binary forms, with or without
1189
+ modification, are permitted provided that the following conditions are met:
1190
+
1191
+ 1. Redistributions of source code must retain the above copyright
1192
+ notice, this list of conditions and the following disclaimer.
1193
+ 2. Redistributions in binary form must reproduce the above copyright
1194
+ notice, this list of conditions and the following disclaimer in the
1195
+ documentation and/or other materials provided with the distribution.
1196
+ 3. Neither the name of Eugene Ware nor the names of its contributors
1197
+ may be used to endorse or promote products derived from this software
1198
+ without specific prior written permission.
1199
+
1200
+ THIS SOFTWARE IS PROVIDED BY EUGENE WARE ''AS IS'' AND ANY
1201
+ EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1202
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1203
+ DISCLAIMED. IN NO EVENT SHALL EUGENE WARE BE LIABLE FOR ANY
1204
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1205
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1206
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1207
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1208
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1209
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1210
+ =========================================
1211
+ END OF jpeg-js@0.4.4 NOTICES AND INFORMATION
1212
+
1213
+ %% json-schema-traverse@1.0.0 NOTICES AND INFORMATION BEGIN HERE
1214
+ =========================================
1215
+ MIT License
1216
+
1217
+ Copyright (c) 2017 Evgeny Poberezkin
1218
+
1219
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1220
+ of this software and associated documentation files (the "Software"), to deal
1221
+ in the Software without restriction, including without limitation the rights
1222
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1223
+ copies of the Software, and to permit persons to whom the Software is
1224
+ furnished to do so, subject to the following conditions:
1225
+
1226
+ The above copyright notice and this permission notice shall be included in all
1227
+ copies or substantial portions of the Software.
1228
+
1229
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1230
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1231
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1232
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1233
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1234
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1235
+ SOFTWARE.
1236
+ =========================================
1237
+ END OF json-schema-traverse@1.0.0 NOTICES AND INFORMATION
1238
+
1239
+ %% json5@2.2.3 NOTICES AND INFORMATION BEGIN HERE
1240
+ =========================================
1241
+ MIT License
1242
+
1243
+ Copyright (c) 2012-2018 Aseem Kishore, and [others].
1244
+
1245
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1246
+ of this software and associated documentation files (the "Software"), to deal
1247
+ in the Software without restriction, including without limitation the rights
1248
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1249
+ copies of the Software, and to permit persons to whom the Software is
1250
+ furnished to do so, subject to the following conditions:
1251
+
1252
+ The above copyright notice and this permission notice shall be included in all
1253
+ copies or substantial portions of the Software.
1254
+
1255
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1256
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1257
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1258
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1259
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1260
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1261
+ SOFTWARE.
1262
+
1263
+ [others]: https://github.com/json5/json5/contributors
1264
+ =========================================
1265
+ END OF json5@2.2.3 NOTICES AND INFORMATION
1266
+
1267
+ %% mime@3.0.0 NOTICES AND INFORMATION BEGIN HERE
1268
+ =========================================
1269
+ The MIT License (MIT)
1270
+
1271
+ Copyright (c) 2010 Benjamin Thomas, Robert Kieffer
1272
+
1273
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1274
+ of this software and associated documentation files (the "Software"), to deal
1275
+ in the Software without restriction, including without limitation the rights
1276
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1277
+ copies of the Software, and to permit persons to whom the Software is
1278
+ furnished to do so, subject to the following conditions:
1279
+
1280
+ The above copyright notice and this permission notice shall be included in
1281
+ all copies or substantial portions of the Software.
1282
+
1283
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1284
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1285
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1286
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1287
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1288
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1289
+ THE SOFTWARE.
1290
+ =========================================
1291
+ END OF mime@3.0.0 NOTICES AND INFORMATION
1292
+
1293
+ %% minimatch@3.1.5 NOTICES AND INFORMATION BEGIN HERE
1294
+ =========================================
1295
+ The ISC License
1296
+
1297
+ Copyright (c) Isaac Z. Schlueter and Contributors
1298
+
1299
+ Permission to use, copy, modify, and/or distribute this software for any
1300
+ purpose with or without fee is hereby granted, provided that the above
1301
+ copyright notice and this permission notice appear in all copies.
1302
+
1303
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1304
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1305
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1306
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1307
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1308
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1309
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1310
+ =========================================
1311
+ END OF minimatch@3.1.5 NOTICES AND INFORMATION
1312
+
1313
+ %% ms@2.1.3 NOTICES AND INFORMATION BEGIN HERE
1314
+ =========================================
1315
+ The MIT License (MIT)
1316
+
1317
+ Copyright (c) 2020 Vercel, Inc.
1318
+
1319
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1320
+ of this software and associated documentation files (the "Software"), to deal
1321
+ in the Software without restriction, including without limitation the rights
1322
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1323
+ copies of the Software, and to permit persons to whom the Software is
1324
+ furnished to do so, subject to the following conditions:
1325
+
1326
+ The above copyright notice and this permission notice shall be included in all
1327
+ copies or substantial portions of the Software.
1328
+
1329
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1330
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1331
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1332
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1333
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1334
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1335
+ SOFTWARE.
1336
+ =========================================
1337
+ END OF ms@2.1.3 NOTICES AND INFORMATION
1338
+
1339
+ %% normalize-path@3.0.0 NOTICES AND INFORMATION BEGIN HERE
1340
+ =========================================
1341
+ The MIT License (MIT)
1342
+
1343
+ Copyright (c) 2014-2018, Jon Schlinkert.
1344
+
1345
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1346
+ of this software and associated documentation files (the "Software"), to deal
1347
+ in the Software without restriction, including without limitation the rights
1348
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1349
+ copies of the Software, and to permit persons to whom the Software is
1350
+ furnished to do so, subject to the following conditions:
1351
+
1352
+ The above copyright notice and this permission notice shall be included in
1353
+ all copies or substantial portions of the Software.
1354
+
1355
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1356
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1357
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1358
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1359
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1360
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1361
+ THE SOFTWARE.
1362
+ =========================================
1363
+ END OF normalize-path@3.0.0 NOTICES AND INFORMATION
1364
+
1365
+ %% once@1.4.0 NOTICES AND INFORMATION BEGIN HERE
1366
+ =========================================
1367
+ The ISC License
1368
+
1369
+ Copyright (c) Isaac Z. Schlueter and Contributors
1370
+
1371
+ Permission to use, copy, modify, and/or distribute this software for any
1372
+ purpose with or without fee is hereby granted, provided that the above
1373
+ copyright notice and this permission notice appear in all copies.
1374
+
1375
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1376
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1377
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1378
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1379
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1380
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1381
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1382
+ =========================================
1383
+ END OF once@1.4.0 NOTICES AND INFORMATION
1384
+
1385
+ %% open@8.4.0 NOTICES AND INFORMATION BEGIN HERE
1386
+ =========================================
1387
+ MIT License
1388
+
1389
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1390
+
1391
+ 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:
1392
+
1393
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1394
+
1395
+ 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.
1396
+ =========================================
1397
+ END OF open@8.4.0 NOTICES AND INFORMATION
1398
+
1399
+ %% path-key@3.1.1 NOTICES AND INFORMATION BEGIN HERE
1400
+ =========================================
1401
+ MIT License
1402
+
1403
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1404
+
1405
+ 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:
1406
+
1407
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1408
+
1409
+ 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.
1410
+ =========================================
1411
+ END OF path-key@3.1.1 NOTICES AND INFORMATION
1412
+
1413
+ %% pend@1.2.0 NOTICES AND INFORMATION BEGIN HERE
1414
+ =========================================
1415
+ The MIT License (Expat)
1416
+
1417
+ Copyright (c) 2014 Andrew Kelley
1418
+
1419
+ Permission is hereby granted, free of charge, to any person
1420
+ obtaining a copy of this software and associated documentation files
1421
+ (the "Software"), to deal in the Software without restriction,
1422
+ including without limitation the rights to use, copy, modify, merge,
1423
+ publish, distribute, sublicense, and/or sell copies of the Software,
1424
+ and to permit persons to whom the Software is furnished to do so,
1425
+ subject to 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
1434
+ BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
1435
+ ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1436
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1437
+ SOFTWARE.
1438
+ =========================================
1439
+ END OF pend@1.2.0 NOTICES AND INFORMATION
1440
+
1441
+ %% picomatch@2.3.2 NOTICES AND INFORMATION BEGIN HERE
1442
+ =========================================
1443
+ The MIT License (MIT)
1444
+
1445
+ Copyright (c) 2017-present, Jon Schlinkert.
1446
+
1447
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1448
+ of this software and associated documentation files (the "Software"), to deal
1449
+ in the Software without restriction, including without limitation the rights
1450
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1451
+ copies of the Software, and to permit persons to whom the Software is
1452
+ furnished to do so, subject to the following conditions:
1453
+
1454
+ The above copyright notice and this permission notice shall be included in
1455
+ all copies or substantial portions of the Software.
1456
+
1457
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1458
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1459
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1460
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1461
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1462
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1463
+ THE SOFTWARE.
1464
+ =========================================
1465
+ END OF picomatch@2.3.2 NOTICES AND INFORMATION
1466
+
1467
+ %% pkce-challenge@5.0.0 NOTICES AND INFORMATION BEGIN HERE
1468
+ =========================================
1469
+ MIT License
1470
+
1471
+ Copyright (c) 2019
1472
+
1473
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1474
+ of this software and associated documentation files (the "Software"), to deal
1475
+ in the Software without restriction, including without limitation the rights
1476
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1477
+ copies of the Software, and to permit persons to whom the Software is
1478
+ furnished to do so, subject to the following conditions:
1479
+
1480
+ The above copyright notice and this permission notice shall be included in all
1481
+ copies or substantial portions of the Software.
1482
+
1483
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1484
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1485
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1486
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1487
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1488
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1489
+ SOFTWARE.
1490
+ =========================================
1491
+ END OF pkce-challenge@5.0.0 NOTICES AND INFORMATION
1492
+
1493
+ %% pngjs@6.0.0 NOTICES AND INFORMATION BEGIN HERE
1494
+ =========================================
1495
+ pngjs2 original work Copyright (c) 2015 Luke Page & Original Contributors
1496
+ pngjs derived work Copyright (c) 2012 Kuba Niegowski
1497
+
1498
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1499
+ of this software and associated documentation files (the "Software"), to deal
1500
+ in the Software without restriction, including without limitation the rights
1501
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1502
+ copies of the Software, and to permit persons to whom the Software is
1503
+ furnished to do so, subject to the following conditions:
1504
+
1505
+ The above copyright notice and this permission notice shall be included in
1506
+ all copies or substantial portions of the Software.
1507
+
1508
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1509
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1510
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1511
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1512
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1513
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1514
+ THE SOFTWARE.
1515
+ =========================================
1516
+ END OF pngjs@6.0.0 NOTICES AND INFORMATION
1517
+
1518
+ %% progress@2.0.3 NOTICES AND INFORMATION BEGIN HERE
1519
+ =========================================
1520
+ (The MIT License)
1521
+
1522
+ Copyright (c) 2017 TJ Holowaychuk <tj@vision-media.ca>
1523
+
1524
+ Permission is hereby granted, free of charge, to any person obtaining
1525
+ a copy of this software and associated documentation files (the
1526
+ 'Software'), to deal in the Software without restriction, including
1527
+ without limitation the rights to use, copy, modify, merge, publish,
1528
+ distribute, sublicense, and/or sell copies of the Software, and to
1529
+ permit persons to whom the Software is furnished to do so, subject to
1530
+ the following conditions:
1531
+
1532
+ The above copyright notice and this permission notice shall be
1533
+ included in all copies or substantial portions of the Software.
1534
+
1535
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1536
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1537
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1538
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1539
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1540
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1541
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1542
+ =========================================
1543
+ END OF progress@2.0.3 NOTICES AND INFORMATION
1544
+
1545
+ %% proxy-from-env@2.0.0 NOTICES AND INFORMATION BEGIN HERE
1546
+ =========================================
1547
+ The MIT License
1548
+
1549
+ Copyright (C) 2016-2018 Rob Wu <rob@robwu.nl>
1550
+
1551
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
1552
+ this software and associated documentation files (the "Software"), to deal in
1553
+ the Software without restriction, including without limitation the rights to
1554
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
1555
+ of the Software, and to permit persons to whom the Software is furnished to do
1556
+ so, subject to the following conditions:
1557
+
1558
+ The above copyright notice and this permission notice shall be included in all
1559
+ copies or substantial portions of the Software.
1560
+
1561
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1562
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1563
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1564
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1565
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1566
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1567
+ =========================================
1568
+ END OF proxy-from-env@2.0.0 NOTICES AND INFORMATION
1569
+
1570
+ %% pump@3.0.3 NOTICES AND INFORMATION BEGIN HERE
1571
+ =========================================
1572
+ The MIT License (MIT)
1573
+
1574
+ Copyright (c) 2014 Mathias Buus
1575
+
1576
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1577
+ of this software and associated documentation files (the "Software"), to deal
1578
+ in the Software without restriction, including without limitation the rights
1579
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1580
+ copies of the Software, and to permit persons to whom the Software is
1581
+ furnished to do so, subject to the following conditions:
1582
+
1583
+ The above copyright notice and this permission notice shall be included in
1584
+ all copies or substantial portions of the Software.
1585
+
1586
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1587
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1588
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1589
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1590
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1591
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1592
+ THE SOFTWARE.
1593
+ =========================================
1594
+ END OF pump@3.0.3 NOTICES AND INFORMATION
1595
+
1596
+ %% readdirp@3.6.0 NOTICES AND INFORMATION BEGIN HERE
1597
+ =========================================
1598
+ MIT License
1599
+
1600
+ Copyright (c) 2012-2019 Thorsten Lorenz, Paul Miller (https://paulmillr.com)
1601
+
1602
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1603
+ of this software and associated documentation files (the "Software"), to deal
1604
+ in the Software without restriction, including without limitation the rights
1605
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1606
+ copies of the Software, and to permit persons to whom the Software is
1607
+ furnished to do so, subject to the following conditions:
1608
+
1609
+ The above copyright notice and this permission notice shall be included in all
1610
+ copies or substantial portions of the Software.
1611
+
1612
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1613
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1614
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1615
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1616
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1617
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1618
+ SOFTWARE.
1619
+ =========================================
1620
+ END OF readdirp@3.6.0 NOTICES AND INFORMATION
1621
+
1622
+ %% retry@0.12.0 NOTICES AND INFORMATION BEGIN HERE
1623
+ =========================================
1624
+ Copyright (c) 2011:
1625
+ Tim Koschützki (tim@debuggable.com)
1626
+ Felix Geisendörfer (felix@debuggable.com)
1627
+
1628
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1629
+ of this software and associated documentation files (the "Software"), to deal
1630
+ in the Software without restriction, including without limitation the rights
1631
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1632
+ copies of the Software, and to permit persons to whom the Software is
1633
+ furnished to do so, subject to the following conditions:
1634
+
1635
+ The above copyright notice and this permission notice shall be included in
1636
+ all copies or substantial portions of the Software.
1637
+
1638
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1639
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1640
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1641
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1642
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1643
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1644
+ THE SOFTWARE.
1645
+ =========================================
1646
+ END OF retry@0.12.0 NOTICES AND INFORMATION
1647
+
1648
+ %% shebang-command@2.0.0 NOTICES AND INFORMATION BEGIN HERE
1649
+ =========================================
1650
+ MIT License
1651
+
1652
+ Copyright (c) Kevin Mårtensson <kevinmartensson@gmail.com> (github.com/kevva)
1653
+
1654
+ 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:
1655
+
1656
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1657
+
1658
+ 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.
1659
+ =========================================
1660
+ END OF shebang-command@2.0.0 NOTICES AND INFORMATION
1661
+
1662
+ %% shebang-regex@3.0.0 NOTICES AND INFORMATION BEGIN HERE
1663
+ =========================================
1664
+ MIT License
1665
+
1666
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1667
+
1668
+ 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:
1669
+
1670
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1671
+
1672
+ 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.
1673
+ =========================================
1674
+ END OF shebang-regex@3.0.0 NOTICES AND INFORMATION
1675
+
1676
+ %% signal-exit@3.0.7 NOTICES AND INFORMATION BEGIN HERE
1677
+ =========================================
1678
+ The ISC License
1679
+
1680
+ Copyright (c) 2015, Contributors
1681
+
1682
+ Permission to use, copy, modify, and/or distribute this software
1683
+ for any purpose with or without fee is hereby granted, provided
1684
+ that the above copyright notice and this permission notice
1685
+ appear in all copies.
1686
+
1687
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1688
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
1689
+ OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
1690
+ LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
1691
+ OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
1692
+ WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
1693
+ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1694
+ =========================================
1695
+ END OF signal-exit@3.0.7 NOTICES AND INFORMATION
1696
+
1697
+ %% smart-buffer@4.2.0 NOTICES AND INFORMATION BEGIN HERE
1698
+ =========================================
1699
+ The MIT License (MIT)
1700
+
1701
+ Copyright (c) 2013-2017 Josh Glazebrook
1702
+
1703
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
1704
+ this software and associated documentation files (the "Software"), to deal in
1705
+ the Software without restriction, including without limitation the rights to
1706
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1707
+ the Software, and to permit persons to whom the Software is furnished to do so,
1708
+ subject to the following conditions:
1709
+
1710
+ The above copyright notice and this permission notice shall be included in all
1711
+ copies or substantial portions of the Software.
1712
+
1713
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1714
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1715
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1716
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1717
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1718
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1719
+ =========================================
1720
+ END OF smart-buffer@4.2.0 NOTICES AND INFORMATION
1721
+
1722
+ %% socks-proxy-agent@8.0.5 NOTICES AND INFORMATION BEGIN HERE
1723
+ =========================================
1724
+ (The MIT License)
1725
+
1726
+ Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
1727
+
1728
+ Permission is hereby granted, free of charge, to any person obtaining
1729
+ a copy of this software and associated documentation files (the
1730
+ 'Software'), to deal in the Software without restriction, including
1731
+ without limitation the rights to use, copy, modify, merge, publish,
1732
+ distribute, sublicense, and/or sell copies of the Software, and to
1733
+ permit persons to whom the Software is furnished to do so, subject to
1734
+ the following conditions:
1735
+
1736
+ The above copyright notice and this permission notice shall be
1737
+ included in all copies or substantial portions of the Software.
1738
+
1739
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1740
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1741
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1742
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1743
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1744
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1745
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1746
+ =========================================
1747
+ END OF socks-proxy-agent@8.0.5 NOTICES AND INFORMATION
1748
+
1749
+ %% socks@2.8.7 NOTICES AND INFORMATION BEGIN HERE
1750
+ =========================================
1751
+ The MIT License (MIT)
1752
+
1753
+ Copyright (c) 2013 Josh Glazebrook
1754
+
1755
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
1756
+ this software and associated documentation files (the "Software"), to deal in
1757
+ the Software without restriction, including without limitation the rights to
1758
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1759
+ the Software, and to permit persons to whom the Software is furnished to do so,
1760
+ subject to the following conditions:
1761
+
1762
+ The above copyright notice and this permission notice shall be included in all
1763
+ copies or substantial portions of the Software.
1764
+
1765
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1766
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1767
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1768
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1769
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1770
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1771
+ =========================================
1772
+ END OF socks@2.8.7 NOTICES AND INFORMATION
1773
+
1774
+ %% source-map-support@0.5.21 NOTICES AND INFORMATION BEGIN HERE
1775
+ =========================================
1776
+ The MIT License (MIT)
1777
+
1778
+ Copyright (c) 2014 Evan Wallace
1779
+
1780
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1781
+ of this software and associated documentation files (the "Software"), to deal
1782
+ in the Software without restriction, including without limitation the rights
1783
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1784
+ copies of the Software, and to permit persons to whom the Software is
1785
+ furnished to do so, subject to the following conditions:
1786
+
1787
+ The above copyright notice and this permission notice shall be included in all
1788
+ copies or substantial portions of the Software.
1789
+
1790
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1791
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1792
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1793
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1794
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1795
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1796
+ SOFTWARE.
1797
+ =========================================
1798
+ END OF source-map-support@0.5.21 NOTICES AND INFORMATION
1799
+
1800
+ %% source-map@0.6.1 NOTICES AND INFORMATION BEGIN HERE
1801
+ =========================================
1802
+ Copyright (c) 2009-2011, Mozilla Foundation and contributors
1803
+ All rights reserved.
1804
+
1805
+ Redistribution and use in source and binary forms, with or without
1806
+ modification, are permitted provided that the following conditions are met:
1807
+
1808
+ * Redistributions of source code must retain the above copyright notice, this
1809
+ list of conditions and the following disclaimer.
1810
+
1811
+ * Redistributions in binary form must reproduce the above copyright notice,
1812
+ this list of conditions and the following disclaimer in the documentation
1813
+ and/or other materials provided with the distribution.
1814
+
1815
+ * Neither the names of the Mozilla Foundation nor the names of project
1816
+ contributors may be used to endorse or promote products derived from this
1817
+ software without specific prior written permission.
1818
+
1819
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1820
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1821
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1822
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
1823
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1824
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1825
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1826
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1827
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1828
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1829
+ =========================================
1830
+ END OF source-map@0.6.1 NOTICES AND INFORMATION
1831
+
1832
+ %% supports-color@8.1.1 NOTICES AND INFORMATION BEGIN HERE
1833
+ =========================================
1834
+ MIT License
1835
+
1836
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1837
+
1838
+ 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:
1839
+
1840
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1841
+
1842
+ 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.
1843
+ =========================================
1844
+ END OF supports-color@8.1.1 NOTICES AND INFORMATION
1845
+
1846
+ %% to-regex-range@5.0.1 NOTICES AND INFORMATION BEGIN HERE
1847
+ =========================================
1848
+ The MIT License (MIT)
1849
+
1850
+ Copyright (c) 2015-present, Jon Schlinkert.
1851
+
1852
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1853
+ of this software and associated documentation files (the "Software"), to deal
1854
+ in the Software without restriction, including without limitation the rights
1855
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1856
+ copies of the Software, and to permit persons to whom the Software is
1857
+ furnished to do so, subject to the following conditions:
1858
+
1859
+ The above copyright notice and this permission notice shall be included in
1860
+ all copies or substantial portions of the Software.
1861
+
1862
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1863
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1864
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1865
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1866
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1867
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1868
+ THE SOFTWARE.
1869
+ =========================================
1870
+ END OF to-regex-range@5.0.1 NOTICES AND INFORMATION
1871
+
1872
+ %% which@2.0.2 NOTICES AND INFORMATION BEGIN HERE
1873
+ =========================================
1874
+ The ISC License
1875
+
1876
+ Copyright (c) Isaac Z. Schlueter and Contributors
1877
+
1878
+ Permission to use, copy, modify, and/or distribute this software for any
1879
+ purpose with or without fee is hereby granted, provided that the above
1880
+ copyright notice and this permission notice appear in all copies.
1881
+
1882
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1883
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1884
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1885
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1886
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1887
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1888
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1889
+ =========================================
1890
+ END OF which@2.0.2 NOTICES AND INFORMATION
1891
+
1892
+ %% wrappy@1.0.2 NOTICES AND INFORMATION BEGIN HERE
1893
+ =========================================
1894
+ The ISC License
1895
+
1896
+ Copyright (c) Isaac Z. Schlueter and Contributors
1897
+
1898
+ Permission to use, copy, modify, and/or distribute this software for any
1899
+ purpose with or without fee is hereby granted, provided that the above
1900
+ copyright notice and this permission notice appear in all copies.
1901
+
1902
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1903
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1904
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1905
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1906
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1907
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1908
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1909
+ =========================================
1910
+ END OF wrappy@1.0.2 NOTICES AND INFORMATION
1911
+
1912
+ %% ws@8.17.1 NOTICES AND INFORMATION BEGIN HERE
1913
+ =========================================
1914
+ Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com>
1915
+ Copyright (c) 2013 Arnout Kazemier and contributors
1916
+ Copyright (c) 2016 Luigi Pinca and contributors
1917
+
1918
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
1919
+ this software and associated documentation files (the "Software"), to deal in
1920
+ the Software without restriction, including without limitation the rights to
1921
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1922
+ the Software, and to permit persons to whom the Software is furnished to do so,
1923
+ subject to the following conditions:
1924
+
1925
+ The above copyright notice and this permission notice shall be included in all
1926
+ copies or substantial portions of the Software.
1927
+
1928
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1929
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1930
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1931
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1932
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1933
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1934
+ =========================================
1935
+ END OF ws@8.17.1 NOTICES AND INFORMATION
1936
+
1937
+ %% yaml@2.8.3 NOTICES AND INFORMATION BEGIN HERE
1938
+ =========================================
1939
+ Copyright Eemeli Aro <eemeli@gmail.com>
1940
+
1941
+ Permission to use, copy, modify, and/or distribute this software for any purpose
1942
+ with or without fee is hereby granted, provided that the above copyright notice
1943
+ and this permission notice appear in all copies.
1944
+
1945
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
1946
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
1947
+ FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
1948
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
1949
+ OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
1950
+ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
1951
+ THIS SOFTWARE.
1952
+ =========================================
1953
+ END OF yaml@2.8.3 NOTICES AND INFORMATION
1954
+
1955
+ %% yauzl@3.3.2 NOTICES AND INFORMATION BEGIN HERE
1956
+ =========================================
1957
+ The MIT License (MIT)
1958
+
1959
+ Copyright (c) 2014 Josh Wolfe
1960
+
1961
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1962
+ of this software and associated documentation files (the "Software"), to deal
1963
+ in the Software without restriction, including without limitation the rights
1964
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1965
+ copies of the Software, and to permit persons to whom the Software is
1966
+ furnished to do so, subject to the following conditions:
1967
+
1968
+ The above copyright notice and this permission notice shall be included in all
1969
+ copies or substantial portions of the Software.
1970
+
1971
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1972
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1973
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1974
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1975
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1976
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1977
+ SOFTWARE.
1978
+ =========================================
1979
+ END OF yauzl@3.3.2 NOTICES AND INFORMATION
1980
+
1981
+ %% yazl@2.5.1 NOTICES AND INFORMATION BEGIN HERE
1982
+ =========================================
1983
+ The MIT License (MIT)
1984
+
1985
+ Copyright (c) 2014 Josh Wolfe
1986
+
1987
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1988
+ of this software and associated documentation files (the "Software"), to deal
1989
+ in the Software without restriction, including without limitation the rights
1990
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1991
+ copies of the Software, and to permit persons to whom the Software is
1992
+ furnished to do so, subject to the following conditions:
1993
+
1994
+ The above copyright notice and this permission notice shall be included in all
1995
+ copies or substantial portions of the Software.
1996
+
1997
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1998
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1999
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2000
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2001
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2002
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2003
+ SOFTWARE.
2004
+ =========================================
2005
+ END OF yazl@2.5.1 NOTICES AND INFORMATION
2006
+
2007
+ %% zod-to-json-schema@3.25.1 NOTICES AND INFORMATION BEGIN HERE
2008
+ =========================================
2009
+ ISC License
2010
+
2011
+ Copyright (c) 2020, Stefan Terdell
2012
+
2013
+ Permission to use, copy, modify, and/or distribute this software for any
2014
+ purpose with or without fee is hereby granted, provided that the above
2015
+ copyright notice and this permission notice appear in all copies.
2016
+
2017
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2018
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2019
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2020
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2021
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2022
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2023
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2024
+ =========================================
2025
+ END OF zod-to-json-schema@3.25.1 NOTICES AND INFORMATION
2026
+
2027
+ %% zod@4.3.6 NOTICES AND INFORMATION BEGIN HERE
2028
+ =========================================
2029
+ MIT License
2030
+
2031
+ Copyright (c) 2025 Colin McDonnell
2032
+
2033
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2034
+ of this software and associated documentation files (the "Software"), to deal
2035
+ in the Software without restriction, including without limitation the rights
2036
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2037
+ copies of the Software, and to permit persons to whom the Software is
2038
+ furnished to do so, subject to the following conditions:
2039
+
2040
+ The above copyright notice and this permission notice shall be included in all
2041
+ copies or substantial portions of the Software.
2042
+
2043
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2044
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2045
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2046
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2047
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2048
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2049
+ SOFTWARE.
2050
+ =========================================
2051
+ END OF zod@4.3.6 NOTICES AND INFORMATION
2052
+
2053
+ SUMMARY
2054
+ =========================================
2055
+ Total Packages: 83
2056
+ =========================================