chrome-devtools-mcp 0.11.0 → 0.12.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 (692) hide show
  1. package/README.md +74 -5
  2. package/build/src/DevtoolsUtils.js +16 -14
  3. package/build/src/McpContext.js +6 -0
  4. package/build/src/McpResponse.js +4 -4
  5. package/build/src/PageCollector.js +28 -18
  6. package/build/src/browser.js +48 -2
  7. package/build/src/cli.js +20 -0
  8. package/build/src/issue-descriptions.js +1 -1
  9. package/build/src/main.js +13 -3
  10. package/build/src/third_party/THIRD_PARTY_NOTICES +600 -1949
  11. package/build/src/third_party/devtools.js +6 -0
  12. package/build/src/third_party/index.js +84283 -35579
  13. package/build/src/third_party/issue-descriptions/permissionElementActivationDisabled.md +7 -0
  14. package/build/src/third_party/issue-descriptions/permissionElementActivationDisabledWithOccluder.md +9 -0
  15. package/build/src/third_party/issue-descriptions/permissionElementActivationDisabledWithOccluderParent.md +9 -0
  16. package/build/src/third_party/issue-descriptions/permissionElementCspFrameAncestorsMissing.md +5 -0
  17. package/build/src/third_party/issue-descriptions/permissionElementFencedFrameDisallowed.md +5 -0
  18. package/build/src/third_party/issue-descriptions/permissionElementFontSizeTooLarge.md +5 -0
  19. package/build/src/third_party/issue-descriptions/permissionElementFontSizeTooSmall.md +5 -0
  20. package/build/src/third_party/issue-descriptions/permissionElementGeolocationDeprecated.md +5 -0
  21. package/build/src/third_party/issue-descriptions/permissionElementInsetBoxShadowUnsupported.md +5 -0
  22. package/build/src/third_party/issue-descriptions/permissionElementInvalidDisplayStyle.md +5 -0
  23. package/build/src/third_party/issue-descriptions/permissionElementInvalidSizeValue.md +5 -0
  24. package/build/src/third_party/issue-descriptions/permissionElementInvalidType.md +5 -0
  25. package/build/src/third_party/issue-descriptions/permissionElementInvalidTypeActivation.md +5 -0
  26. package/build/src/third_party/issue-descriptions/permissionElementLowContrast.md +5 -0
  27. package/build/src/third_party/issue-descriptions/permissionElementNonOpaqueColor.md +5 -0
  28. package/build/src/third_party/issue-descriptions/permissionElementPaddingBottomUnsupported.md +6 -0
  29. package/build/src/third_party/issue-descriptions/permissionElementPaddingRightUnsupported.md +6 -0
  30. package/build/src/third_party/issue-descriptions/permissionElementPermissionsPolicyBlocked.md +5 -0
  31. package/build/src/third_party/issue-descriptions/permissionElementRegistrationFailed.md +5 -0
  32. package/build/src/third_party/issue-descriptions/permissionElementRequestInProgress.md +5 -0
  33. package/build/src/third_party/issue-descriptions/permissionElementSecurityChecksFailed.md +5 -0
  34. package/build/src/third_party/issue-descriptions/permissionElementTypeNotSupported.md +5 -0
  35. package/build/src/third_party/issue-descriptions/permissionElementUntrustedEvent.md +7 -0
  36. package/build/src/tools/pages.js +8 -2
  37. package/build/src/trace-processing/parse.js +7 -7
  38. package/package.json +12 -11
  39. package/build/node_modules/chrome-devtools-frontend/LICENSE +0 -27
  40. package/build/node_modules/chrome-devtools-frontend/front_end/core/common/App.js +0 -4
  41. package/build/node_modules/chrome-devtools-frontend/front_end/core/common/AppProvider.js +0 -17
  42. package/build/node_modules/chrome-devtools-frontend/front_end/core/common/Base64.js +0 -43
  43. package/build/node_modules/chrome-devtools-frontend/front_end/core/common/CharacterIdMap.js +0 -27
  44. package/build/node_modules/chrome-devtools-frontend/front_end/core/common/Color.js +0 -2033
  45. package/build/node_modules/chrome-devtools-frontend/front_end/core/common/ColorConverter.js +0 -332
  46. package/build/node_modules/chrome-devtools-frontend/front_end/core/common/ColorUtils.js +0 -221
  47. package/build/node_modules/chrome-devtools-frontend/front_end/core/common/Console.js +0 -79
  48. package/build/node_modules/chrome-devtools-frontend/front_end/core/common/Debouncer.js +0 -14
  49. package/build/node_modules/chrome-devtools-frontend/front_end/core/common/EventTarget.js +0 -14
  50. package/build/node_modules/chrome-devtools-frontend/front_end/core/common/Gzip.js +0 -66
  51. package/build/node_modules/chrome-devtools-frontend/front_end/core/common/JavaScriptMetaData.js +0 -4
  52. package/build/node_modules/chrome-devtools-frontend/front_end/core/common/Lazy.js +0 -29
  53. package/build/node_modules/chrome-devtools-frontend/front_end/core/common/MapWithDefault.js +0 -22
  54. package/build/node_modules/chrome-devtools-frontend/front_end/core/common/Mutex.js +0 -49
  55. package/build/node_modules/chrome-devtools-frontend/front_end/core/common/Object.js +0 -86
  56. package/build/node_modules/chrome-devtools-frontend/front_end/core/common/ParsedURL.js +0 -449
  57. package/build/node_modules/chrome-devtools-frontend/front_end/core/common/Progress.js +0 -144
  58. package/build/node_modules/chrome-devtools-frontend/front_end/core/common/ResolverBase.js +0 -69
  59. package/build/node_modules/chrome-devtools-frontend/front_end/core/common/ResourceType.js +0 -495
  60. package/build/node_modules/chrome-devtools-frontend/front_end/core/common/ReturnToPanel.js +0 -15
  61. package/build/node_modules/chrome-devtools-frontend/front_end/core/common/Revealer.js +0 -164
  62. package/build/node_modules/chrome-devtools-frontend/front_end/core/common/Runnable.js +0 -24
  63. package/build/node_modules/chrome-devtools-frontend/front_end/core/common/SegmentedRange.js +0 -78
  64. package/build/node_modules/chrome-devtools-frontend/front_end/core/common/SettingRegistration.js +0 -164
  65. package/build/node_modules/chrome-devtools-frontend/front_end/core/common/Settings.js +0 -1263
  66. package/build/node_modules/chrome-devtools-frontend/front_end/core/common/SimpleHistoryManager.js +0 -97
  67. package/build/node_modules/chrome-devtools-frontend/front_end/core/common/StringOutputStream.js +0 -14
  68. package/build/node_modules/chrome-devtools-frontend/front_end/core/common/TextDictionary.js +0 -40
  69. package/build/node_modules/chrome-devtools-frontend/front_end/core/common/Throttler.js +0 -71
  70. package/build/node_modules/chrome-devtools-frontend/front_end/core/common/Trie.js +0 -127
  71. package/build/node_modules/chrome-devtools-frontend/front_end/core/common/common.js +0 -41
  72. package/build/node_modules/chrome-devtools-frontend/front_end/core/host/AidaClient.js +0 -434
  73. package/build/node_modules/chrome-devtools-frontend/front_end/core/host/DispatchHttpRequestClient.js +0 -66
  74. package/build/node_modules/chrome-devtools-frontend/front_end/core/host/GdpClient.js +0 -202
  75. package/build/node_modules/chrome-devtools-frontend/front_end/core/host/InspectorFrontendHost.js +0 -92
  76. package/build/node_modules/chrome-devtools-frontend/front_end/core/host/InspectorFrontendHostAPI.js +0 -69
  77. package/build/node_modules/chrome-devtools-frontend/front_end/core/host/InspectorFrontendHostStub.js +0 -430
  78. package/build/node_modules/chrome-devtools-frontend/front_end/core/host/Platform.js +0 -61
  79. package/build/node_modules/chrome-devtools-frontend/front_end/core/host/ResourceLoader.js +0 -220
  80. package/build/node_modules/chrome-devtools-frontend/front_end/core/host/UserMetrics.js +0 -968
  81. package/build/node_modules/chrome-devtools-frontend/front_end/core/host/host.js +0 -13
  82. package/build/node_modules/chrome-devtools-frontend/front_end/core/i18n/ByteUtilities.js +0 -72
  83. package/build/node_modules/chrome-devtools-frontend/front_end/core/i18n/DevToolsLocale.js +0 -64
  84. package/build/node_modules/chrome-devtools-frontend/front_end/core/i18n/NumberFormatter.js +0 -67
  85. package/build/node_modules/chrome-devtools-frontend/front_end/core/i18n/collect-ui-strings.js +0 -73
  86. package/build/node_modules/chrome-devtools-frontend/front_end/core/i18n/generate-locales-js.js +0 -51
  87. package/build/node_modules/chrome-devtools-frontend/front_end/core/i18n/i18n.js +0 -9
  88. package/build/node_modules/chrome-devtools-frontend/front_end/core/i18n/i18nImpl.js +0 -135
  89. package/build/node_modules/chrome-devtools-frontend/front_end/core/i18n/i18nTypes.js +0 -4
  90. package/build/node_modules/chrome-devtools-frontend/front_end/core/i18n/locales.js +0 -14
  91. package/build/node_modules/chrome-devtools-frontend/front_end/core/i18n/time-utilities.js +0 -148
  92. package/build/node_modules/chrome-devtools-frontend/front_end/core/platform/ArrayUtilities.js +0 -199
  93. package/build/node_modules/chrome-devtools-frontend/front_end/core/platform/Brand.js +0 -4
  94. package/build/node_modules/chrome-devtools-frontend/front_end/core/platform/Constructor.js +0 -4
  95. package/build/node_modules/chrome-devtools-frontend/front_end/core/platform/DateUtilities.js +0 -13
  96. package/build/node_modules/chrome-devtools-frontend/front_end/core/platform/DevToolsPath.js +0 -27
  97. package/build/node_modules/chrome-devtools-frontend/front_end/core/platform/HostRuntime.js +0 -19
  98. package/build/node_modules/chrome-devtools-frontend/front_end/core/platform/KeyboardUtilities.js +0 -21
  99. package/build/node_modules/chrome-devtools-frontend/front_end/core/platform/MapUtilities.js +0 -79
  100. package/build/node_modules/chrome-devtools-frontend/front_end/core/platform/MimeType.js +0 -143
  101. package/build/node_modules/chrome-devtools-frontend/front_end/core/platform/NumberUtilities.js +0 -72
  102. package/build/node_modules/chrome-devtools-frontend/front_end/core/platform/StringUtilities.js +0 -538
  103. package/build/node_modules/chrome-devtools-frontend/front_end/core/platform/Timing.js +0 -9
  104. package/build/node_modules/chrome-devtools-frontend/front_end/core/platform/TypedArrayUtilities.js +0 -157
  105. package/build/node_modules/chrome-devtools-frontend/front_end/core/platform/TypescriptUtilities.js +0 -24
  106. package/build/node_modules/chrome-devtools-frontend/front_end/core/platform/UIString.js +0 -4
  107. package/build/node_modules/chrome-devtools-frontend/front_end/core/platform/UserVisibleError.js +0 -22
  108. package/build/node_modules/chrome-devtools-frontend/front_end/core/platform/api/HostRuntime.js +0 -4
  109. package/build/node_modules/chrome-devtools-frontend/front_end/core/platform/api/api.js +0 -5
  110. package/build/node_modules/chrome-devtools-frontend/front_end/core/platform/browser/HostRuntime.js +0 -63
  111. package/build/node_modules/chrome-devtools-frontend/front_end/core/platform/browser/browser.js +0 -5
  112. package/build/node_modules/chrome-devtools-frontend/front_end/core/platform/node/HostRuntime.js +0 -72
  113. package/build/node_modules/chrome-devtools-frontend/front_end/core/platform/node/node.js +0 -5
  114. package/build/node_modules/chrome-devtools-frontend/front_end/core/platform/platform.js +0 -26
  115. package/build/node_modules/chrome-devtools-frontend/front_end/core/protocol_client/CDPConnection.js +0 -17
  116. package/build/node_modules/chrome-devtools-frontend/front_end/core/protocol_client/ConnectionTransport.js +0 -12
  117. package/build/node_modules/chrome-devtools-frontend/front_end/core/protocol_client/DevToolsCDPConnection.js +0 -138
  118. package/build/node_modules/chrome-devtools-frontend/front_end/core/protocol_client/InspectorBackend.js +0 -539
  119. package/build/node_modules/chrome-devtools-frontend/front_end/core/protocol_client/protocol_client.js +0 -8
  120. package/build/node_modules/chrome-devtools-frontend/front_end/core/root/DevToolsContext.js +0 -54
  121. package/build/node_modules/chrome-devtools-frontend/front_end/core/root/Runtime.js +0 -11
  122. package/build/node_modules/chrome-devtools-frontend/front_end/core/root/root.js +0 -6
  123. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/AccessibilityModel.js +0 -281
  124. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/AnimationModel.js +0 -845
  125. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/AutofillModel.js +0 -155
  126. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/CPUProfilerModel.js +0 -99
  127. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/CPUThrottlingManager.js +0 -217
  128. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/CSSContainerQuery.js +0 -98
  129. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/CSSFontFace.js +0 -31
  130. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/CSSLayer.js +0 -22
  131. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/CSSMatchedStyles.js +0 -1318
  132. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/CSSMedia.js +0 -100
  133. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/CSSMetadata.js +0 -1532
  134. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/CSSModel.js +0 -908
  135. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/CSSProperty.js +0 -312
  136. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/CSSPropertyParser.js +0 -574
  137. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/CSSPropertyParserMatchers.js +0 -1346
  138. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/CSSQuery.js +0 -53
  139. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/CSSRule.js +0 -403
  140. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/CSSScope.js +0 -22
  141. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/CSSStartingStyle.js +0 -21
  142. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/CSSStyleDeclaration.js +0 -275
  143. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/CSSStyleSheetHeader.js +0 -166
  144. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/CSSSupports.js +0 -24
  145. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/CategorizedBreakpoint.js +0 -29
  146. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/ChildTargetManager.js +0 -236
  147. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/CompilerSourceMappingContentProvider.js +0 -47
  148. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/Connections.js +0 -205
  149. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/ConsoleModel.js +0 -629
  150. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/ConsoleModelTypes.js +0 -14
  151. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/Cookie.js +0 -241
  152. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/CookieModel.js +0 -198
  153. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/CookieParser.js +0 -163
  154. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/DOMDebuggerModel.js +0 -597
  155. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/DOMModel.js +0 -1635
  156. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/DebuggerModel.js +0 -1216
  157. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/EmulationModel.js +0 -527
  158. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/EnhancedTracesParser.js +0 -364
  159. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/EventBreakpointsModel.js +0 -127
  160. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/FrameAssociated.js +0 -4
  161. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/FrameManager.js +0 -199
  162. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/HeapProfilerModel.js +0 -130
  163. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/HttpReasonPhraseStrings.js +0 -75
  164. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/IOModel.js +0 -80
  165. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/IsolateManager.js +0 -208
  166. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/IssuesModel.js +0 -41
  167. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/LayerTreeBase.js +0 -95
  168. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/LogModel.js +0 -34
  169. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/NetworkManager.js +0 -2223
  170. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/NetworkRequest.js +0 -1654
  171. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/OverlayColorGenerator.js +0 -48
  172. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/OverlayModel.js +0 -765
  173. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/OverlayPersistentHighlighter.js +0 -384
  174. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/PageLoad.js +0 -25
  175. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/PageResourceLoader.js +0 -310
  176. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/PaintProfiler.js +0 -67
  177. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/PerformanceMetricsModel.js +0 -62
  178. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/PreloadingModel.js +0 -608
  179. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/RehydratingConnection.js +0 -413
  180. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/RehydratingObject.js +0 -4
  181. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/RemoteObject.js +0 -908
  182. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/Resource.js +0 -163
  183. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/ResourceTreeModel.js +0 -923
  184. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/RuntimeModel.js +0 -535
  185. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/SDKModel.js +0 -45
  186. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/ScopeTreeCache.js +0 -36
  187. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/ScreenCaptureModel.js +0 -176
  188. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/Script.js +0 -420
  189. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/SecurityOriginManager.js +0 -54
  190. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/ServerSentEvents.js +0 -67
  191. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/ServerSentEventsProtocol.js +0 -113
  192. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/ServerTiming.js +0 -216
  193. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/ServiceWorkerCacheModel.js +0 -271
  194. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/ServiceWorkerManager.js +0 -511
  195. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/SourceMap.js +0 -691
  196. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/SourceMapCache.js +0 -57
  197. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/SourceMapFunctionRanges.js +0 -132
  198. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/SourceMapManager.js +0 -201
  199. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/SourceMapScopeChainEntry.js +0 -156
  200. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/SourceMapScopesInfo.js +0 -508
  201. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/StorageBucketsModel.js +0 -143
  202. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/StorageKeyManager.js +0 -53
  203. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/Target.js +0 -257
  204. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/TargetManager.js +0 -395
  205. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/TraceObject.js +0 -55
  206. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/WebAuthnModel.js +0 -66
  207. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/sdk-meta.js +0 -1166
  208. package/build/node_modules/chrome-devtools-frontend/front_end/core/sdk/sdk.js +0 -91
  209. package/build/node_modules/chrome-devtools-frontend/front_end/foundation/Universe.js +0 -34
  210. package/build/node_modules/chrome-devtools-frontend/front_end/foundation/foundation.js +0 -5
  211. package/build/node_modules/chrome-devtools-frontend/front_end/generated/ARIAProperties.js +0 -2640
  212. package/build/node_modules/chrome-devtools-frontend/front_end/generated/Deprecation.js +0 -384
  213. package/build/node_modules/chrome-devtools-frontend/front_end/generated/InspectorBackendCommands.js +0 -1532
  214. package/build/node_modules/chrome-devtools-frontend/front_end/generated/SupportedCSSProperties.js +0 -7602
  215. package/build/node_modules/chrome-devtools-frontend/front_end/generated/protocol.js +0 -4
  216. package/build/node_modules/chrome-devtools-frontend/front_end/models/ai_assistance/data_formatters/NetworkRequestFormatter.js +0 -289
  217. package/build/node_modules/chrome-devtools-frontend/front_end/models/ai_assistance/data_formatters/PerformanceInsightFormatter.js +0 -995
  218. package/build/node_modules/chrome-devtools-frontend/front_end/models/ai_assistance/data_formatters/PerformanceTraceFormatter.js +0 -664
  219. package/build/node_modules/chrome-devtools-frontend/front_end/models/ai_assistance/data_formatters/UnitFormatters.js +0 -139
  220. package/build/node_modules/chrome-devtools-frontend/front_end/models/ai_assistance/performance/AICallTree.js +0 -377
  221. package/build/node_modules/chrome-devtools-frontend/front_end/models/ai_assistance/performance/AIContext.js +0 -131
  222. package/build/node_modules/chrome-devtools-frontend/front_end/models/ai_assistance/performance/AIQueries.js +0 -149
  223. package/build/node_modules/chrome-devtools-frontend/front_end/models/bindings/CSSWorkspaceBinding.js +0 -245
  224. package/build/node_modules/chrome-devtools-frontend/front_end/models/bindings/CompilerScriptMapping.js +0 -486
  225. package/build/node_modules/chrome-devtools-frontend/front_end/models/bindings/ContentProviderBasedProject.js +0 -130
  226. package/build/node_modules/chrome-devtools-frontend/front_end/models/bindings/DebuggerLanguagePlugins.js +0 -992
  227. package/build/node_modules/chrome-devtools-frontend/front_end/models/bindings/DebuggerWorkspaceBinding.js +0 -592
  228. package/build/node_modules/chrome-devtools-frontend/front_end/models/bindings/DefaultScriptMapping.js +0 -112
  229. package/build/node_modules/chrome-devtools-frontend/front_end/models/bindings/FileUtils.js +0 -186
  230. package/build/node_modules/chrome-devtools-frontend/front_end/models/bindings/LiveLocation.js +0 -60
  231. package/build/node_modules/chrome-devtools-frontend/front_end/models/bindings/NetworkProject.js +0 -107
  232. package/build/node_modules/chrome-devtools-frontend/front_end/models/bindings/PresentationConsoleMessageHelper.js +0 -244
  233. package/build/node_modules/chrome-devtools-frontend/front_end/models/bindings/ResourceMapping.js +0 -564
  234. package/build/node_modules/chrome-devtools-frontend/front_end/models/bindings/ResourceScriptMapping.js +0 -437
  235. package/build/node_modules/chrome-devtools-frontend/front_end/models/bindings/ResourceUtils.js +0 -87
  236. package/build/node_modules/chrome-devtools-frontend/front_end/models/bindings/SASSSourceMapping.js +0 -182
  237. package/build/node_modules/chrome-devtools-frontend/front_end/models/bindings/StylesSourceMapping.js +0 -268
  238. package/build/node_modules/chrome-devtools-frontend/front_end/models/bindings/TempFile.js +0 -55
  239. package/build/node_modules/chrome-devtools-frontend/front_end/models/bindings/bindings.js +0 -20
  240. package/build/node_modules/chrome-devtools-frontend/front_end/models/cpu_profile/CPUProfileDataModel.js +0 -516
  241. package/build/node_modules/chrome-devtools-frontend/front_end/models/cpu_profile/ProfileTreeModel.js +0 -89
  242. package/build/node_modules/chrome-devtools-frontend/front_end/models/cpu_profile/cpu_profile.js +0 -6
  243. package/build/node_modules/chrome-devtools-frontend/front_end/models/crux-manager/CrUXManager.js +0 -285
  244. package/build/node_modules/chrome-devtools-frontend/front_end/models/crux-manager/crux-manager.js +0 -4
  245. package/build/node_modules/chrome-devtools-frontend/front_end/models/emulation/DeviceModeModel.js +0 -775
  246. package/build/node_modules/chrome-devtools-frontend/front_end/models/emulation/EmulatedDevices.js +0 -1706
  247. package/build/node_modules/chrome-devtools-frontend/front_end/models/emulation/emulation.js +0 -6
  248. package/build/node_modules/chrome-devtools-frontend/front_end/models/formatter/FormatterWorkerPool.js +0 -145
  249. package/build/node_modules/chrome-devtools-frontend/front_end/models/formatter/ScriptFormatter.js +0 -77
  250. package/build/node_modules/chrome-devtools-frontend/front_end/models/formatter/formatter.js +0 -6
  251. package/build/node_modules/chrome-devtools-frontend/front_end/models/geometry/GeometryImpl.js +0 -347
  252. package/build/node_modules/chrome-devtools-frontend/front_end/models/geometry/geometry.js +0 -4
  253. package/build/node_modules/chrome-devtools-frontend/front_end/models/issues_manager/AttributionReportingIssue.js +0 -201
  254. package/build/node_modules/chrome-devtools-frontend/front_end/models/issues_manager/BounceTrackingIssue.js +0 -49
  255. package/build/node_modules/chrome-devtools-frontend/front_end/models/issues_manager/CheckFormsIssuesTrigger.js +0 -31
  256. package/build/node_modules/chrome-devtools-frontend/front_end/models/issues_manager/ClientHintIssue.js +0 -71
  257. package/build/node_modules/chrome-devtools-frontend/front_end/models/issues_manager/ContentSecurityPolicyIssue.js +0 -135
  258. package/build/node_modules/chrome-devtools-frontend/front_end/models/issues_manager/ContrastCheckTrigger.js +0 -59
  259. package/build/node_modules/chrome-devtools-frontend/front_end/models/issues_manager/CookieDeprecationMetadataIssue.js +0 -58
  260. package/build/node_modules/chrome-devtools-frontend/front_end/models/issues_manager/CookieIssue.js +0 -514
  261. package/build/node_modules/chrome-devtools-frontend/front_end/models/issues_manager/CorsIssue.js +0 -244
  262. package/build/node_modules/chrome-devtools-frontend/front_end/models/issues_manager/CrossOriginEmbedderPolicyIssue.js +0 -110
  263. package/build/node_modules/chrome-devtools-frontend/front_end/models/issues_manager/DeprecationIssue.js +0 -90
  264. package/build/node_modules/chrome-devtools-frontend/front_end/models/issues_manager/ElementAccessibilityIssue.js +0 -95
  265. package/build/node_modules/chrome-devtools-frontend/front_end/models/issues_manager/FederatedAuthRequestIssue.js +0 -231
  266. package/build/node_modules/chrome-devtools-frontend/front_end/models/issues_manager/FederatedAuthUserInfoRequestIssue.js +0 -141
  267. package/build/node_modules/chrome-devtools-frontend/front_end/models/issues_manager/GenericIssue.js +0 -212
  268. package/build/node_modules/chrome-devtools-frontend/front_end/models/issues_manager/HeavyAdIssue.js +0 -52
  269. package/build/node_modules/chrome-devtools-frontend/front_end/models/issues_manager/Issue.js +0 -152
  270. package/build/node_modules/chrome-devtools-frontend/front_end/models/issues_manager/IssueAggregator.js +0 -314
  271. package/build/node_modules/chrome-devtools-frontend/front_end/models/issues_manager/IssueResolver.js +0 -40
  272. package/build/node_modules/chrome-devtools-frontend/front_end/models/issues_manager/IssuesManager.js +0 -416
  273. package/build/node_modules/chrome-devtools-frontend/front_end/models/issues_manager/IssuesManagerEvents.js +0 -4
  274. package/build/node_modules/chrome-devtools-frontend/front_end/models/issues_manager/LowTextContrastIssue.js +0 -48
  275. package/build/node_modules/chrome-devtools-frontend/front_end/models/issues_manager/MarkdownIssueDescription.js +0 -104
  276. package/build/node_modules/chrome-devtools-frontend/front_end/models/issues_manager/MixedContentIssue.js +0 -55
  277. package/build/node_modules/chrome-devtools-frontend/front_end/models/issues_manager/PartitioningBlobURLIssue.js +0 -58
  278. package/build/node_modules/chrome-devtools-frontend/front_end/models/issues_manager/PropertyRuleIssue.js +0 -58
  279. package/build/node_modules/chrome-devtools-frontend/front_end/models/issues_manager/QuirksModeIssue.js +0 -48
  280. package/build/node_modules/chrome-devtools-frontend/front_end/models/issues_manager/RelatedIssue.js +0 -70
  281. package/build/node_modules/chrome-devtools-frontend/front_end/models/issues_manager/SRIMessageSignatureIssue.js +0 -87
  282. package/build/node_modules/chrome-devtools-frontend/front_end/models/issues_manager/SharedArrayBufferIssue.js +0 -49
  283. package/build/node_modules/chrome-devtools-frontend/front_end/models/issues_manager/SharedDictionaryIssue.js +0 -292
  284. package/build/node_modules/chrome-devtools-frontend/front_end/models/issues_manager/SourceFrameIssuesManager.js +0 -81
  285. package/build/node_modules/chrome-devtools-frontend/front_end/models/issues_manager/StylesheetLoadingIssue.js +0 -59
  286. package/build/node_modules/chrome-devtools-frontend/front_end/models/issues_manager/UnencodedDigestIssue.js +0 -62
  287. package/build/node_modules/chrome-devtools-frontend/front_end/models/issues_manager/issues_manager.js +0 -35
  288. package/build/node_modules/chrome-devtools-frontend/front_end/models/logs/LogManager.js +0 -67
  289. package/build/node_modules/chrome-devtools-frontend/front_end/models/logs/NetworkLog.js +0 -494
  290. package/build/node_modules/chrome-devtools-frontend/front_end/models/logs/RequestResolver.js +0 -49
  291. package/build/node_modules/chrome-devtools-frontend/front_end/models/logs/logs-meta.js +0 -73
  292. package/build/node_modules/chrome-devtools-frontend/front_end/models/logs/logs.js +0 -7
  293. package/build/node_modules/chrome-devtools-frontend/front_end/models/network_time_calculator/Calculator.js +0 -4
  294. package/build/node_modules/chrome-devtools-frontend/front_end/models/network_time_calculator/NetworkTimeCalculator.js +0 -256
  295. package/build/node_modules/chrome-devtools-frontend/front_end/models/network_time_calculator/RequestTimeRanges.js +0 -122
  296. package/build/node_modules/chrome-devtools-frontend/front_end/models/network_time_calculator/network_time_calculator.js +0 -6
  297. package/build/node_modules/chrome-devtools-frontend/front_end/models/source_map_scopes/FunctionCodeResolver.js +0 -192
  298. package/build/node_modules/chrome-devtools-frontend/front_end/models/source_map_scopes/NamesResolver.js +0 -622
  299. package/build/node_modules/chrome-devtools-frontend/front_end/models/source_map_scopes/ScopeChainModel.js +0 -59
  300. package/build/node_modules/chrome-devtools-frontend/front_end/models/source_map_scopes/source_map_scopes.js +0 -7
  301. package/build/node_modules/chrome-devtools-frontend/front_end/models/stack_trace/StackTrace.js +0 -4
  302. package/build/node_modules/chrome-devtools-frontend/front_end/models/stack_trace/StackTraceImpl.js +0 -67
  303. package/build/node_modules/chrome-devtools-frontend/front_end/models/stack_trace/StackTraceModel.js +0 -97
  304. package/build/node_modules/chrome-devtools-frontend/front_end/models/stack_trace/Trie.js +0 -121
  305. package/build/node_modules/chrome-devtools-frontend/front_end/models/stack_trace/stack_trace.js +0 -5
  306. package/build/node_modules/chrome-devtools-frontend/front_end/models/stack_trace/stack_trace_impl.js +0 -7
  307. package/build/node_modules/chrome-devtools-frontend/front_end/models/text_utils/CodeMirrorUtils.js +0 -32
  308. package/build/node_modules/chrome-devtools-frontend/front_end/models/text_utils/ContentData.js +0 -173
  309. package/build/node_modules/chrome-devtools-frontend/front_end/models/text_utils/ContentProvider.js +0 -30
  310. package/build/node_modules/chrome-devtools-frontend/front_end/models/text_utils/StaticContentProvider.js +0 -32
  311. package/build/node_modules/chrome-devtools-frontend/front_end/models/text_utils/StreamingContentData.js +0 -79
  312. package/build/node_modules/chrome-devtools-frontend/front_end/models/text_utils/Text.js +0 -69
  313. package/build/node_modules/chrome-devtools-frontend/front_end/models/text_utils/TextCursor.js +0 -35
  314. package/build/node_modules/chrome-devtools-frontend/front_end/models/text_utils/TextRange.js +0 -231
  315. package/build/node_modules/chrome-devtools-frontend/front_end/models/text_utils/TextUtils.js +0 -355
  316. package/build/node_modules/chrome-devtools-frontend/front_end/models/text_utils/WasmDisassembly.js +0 -68
  317. package/build/node_modules/chrome-devtools-frontend/front_end/models/text_utils/text_utils.js +0 -14
  318. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/EntityMapper.js +0 -122
  319. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/EventsSerializer.js +0 -81
  320. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/LanternComputationData.js +0 -371
  321. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/ModelImpl.js +0 -169
  322. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/Name.js +0 -114
  323. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/Processor.js +0 -555
  324. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/Styles.js +0 -815
  325. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/extras/FilmStrip.js +0 -44
  326. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/extras/MainThreadActivity.js +0 -76
  327. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/extras/ScriptDuplication.js +0 -162
  328. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/extras/StackTraceForEvent.js +0 -191
  329. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/extras/ThirdParties.js +0 -118
  330. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/extras/TraceFilter.js +0 -50
  331. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/extras/TraceTree.js +0 -599
  332. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/extras/extras.js +0 -10
  333. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/handlers/AnimationFramesHandler.js +0 -109
  334. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/handlers/AnimationHandler.js +0 -26
  335. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/handlers/AsyncJSCallsHandler.js +0 -187
  336. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/handlers/AuctionWorkletsHandler.js +0 -162
  337. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/handlers/DOMStatsHandler.js +0 -21
  338. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/handlers/ExtensionTraceDataHandler.js +0 -263
  339. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/handlers/FlowsHandler.js +0 -148
  340. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/handlers/FramesHandler.js +0 -485
  341. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/handlers/GPUHandler.js +0 -35
  342. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/handlers/ImagePaintingHandler.js +0 -147
  343. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/handlers/InitiatorsHandler.js +0 -180
  344. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/handlers/InvalidationsHandler.js +0 -126
  345. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/handlers/LargestImagePaintHandler.js +0 -85
  346. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/handlers/LargestTextPaintHandler.js +0 -27
  347. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/handlers/LayerTreeHandler.js +0 -103
  348. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/handlers/LayoutShiftsHandler.js +0 -449
  349. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/handlers/MemoryHandler.js +0 -21
  350. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/handlers/MetaHandler.js +0 -404
  351. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/handlers/ModelHandlers.js +0 -33
  352. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/handlers/NetworkRequestsHandler.js +0 -566
  353. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/handlers/PageFramesHandler.js +0 -42
  354. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/handlers/PageLoadMetricsHandler.js +0 -349
  355. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/handlers/RendererHandler.js +0 -346
  356. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/handlers/SamplesHandler.js +0 -260
  357. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/handlers/ScreenshotsHandler.js +0 -97
  358. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/handlers/ScriptsHandler.js +0 -276
  359. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/handlers/SelectorStatsHandler.js +0 -71
  360. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/handlers/Threads.js +0 -101
  361. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/handlers/UserInteractionsHandler.js +0 -317
  362. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/handlers/UserTimingsHandler.js +0 -183
  363. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/handlers/WarningsHandler.js +0 -134
  364. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/handlers/WorkersHandler.js +0 -33
  365. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/handlers/handlers.js +0 -7
  366. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/handlers/helpers.js +0 -163
  367. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/handlers/types.js +0 -1
  368. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/helpers/Extensions.js +0 -41
  369. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/helpers/Network.js +0 -102
  370. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/helpers/SamplesIntegrator.js +0 -495
  371. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/helpers/SyntheticEvents.js +0 -74
  372. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/helpers/Timing.js +0 -186
  373. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/helpers/Trace.js +0 -820
  374. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/helpers/TreeHelpers.js +0 -254
  375. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/helpers/helpers.js +0 -10
  376. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/insights/CLSCulprits.js +0 -489
  377. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/insights/Cache.js +0 -209
  378. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/insights/Common.js +0 -340
  379. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/insights/DOMSize.js +0 -181
  380. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/insights/DocumentLatency.js +0 -258
  381. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/insights/DuplicatedJavaScript.js +0 -90
  382. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/insights/FontDisplay.js +0 -82
  383. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/insights/ForcedReflow.js +0 -161
  384. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/insights/INPBreakdown.js +0 -129
  385. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/insights/ImageDelivery.js +0 -263
  386. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/insights/LCPBreakdown.js +0 -199
  387. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/insights/LCPDiscovery.js +0 -183
  388. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/insights/LegacyJavaScript.js +0 -90
  389. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/insights/Models.js +0 -21
  390. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/insights/ModernHTTP.js +0 -200
  391. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/insights/NetworkDependencyTree.js +0 -545
  392. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/insights/RenderBlocking.js +0 -192
  393. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/insights/SlowCSSSelector.js +0 -136
  394. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/insights/Statistics.js +0 -92
  395. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/insights/ThirdParties.js +0 -98
  396. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/insights/Viewport.js +0 -102
  397. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/insights/insights.js +0 -9
  398. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/insights/types.js +0 -18
  399. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/lantern/core/LanternError.js +0 -6
  400. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/lantern/core/NetworkAnalyzer.js +0 -488
  401. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/lantern/core/core.js +0 -5
  402. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/lantern/graph/BaseNode.js +0 -276
  403. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/lantern/graph/CPUNode.js +0 -63
  404. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/lantern/graph/NetworkNode.js +0 -82
  405. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/lantern/graph/PageDependencyGraph.js +0 -551
  406. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/lantern/graph/graph.js +0 -7
  407. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/lantern/lantern.js +0 -9
  408. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/lantern/metrics/FirstContentfulPaint.js +0 -136
  409. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/lantern/metrics/Interactive.js +0 -67
  410. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/lantern/metrics/LargestContentfulPaint.js +0 -68
  411. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/lantern/metrics/MaxPotentialFID.js +0 -48
  412. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/lantern/metrics/Metric.js +0 -68
  413. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/lantern/metrics/SpeedIndex.js +0 -101
  414. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/lantern/metrics/TBTUtils.js +0 -64
  415. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/lantern/metrics/TotalBlockingTime.js +0 -78
  416. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/lantern/metrics/metrics.js +0 -11
  417. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/lantern/simulation/ConnectionPool.js +0 -115
  418. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/lantern/simulation/Constants.js +0 -42
  419. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/lantern/simulation/DNSCache.js +0 -47
  420. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/lantern/simulation/SimulationTimingMap.js +0 -134
  421. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/lantern/simulation/Simulator.js +0 -450
  422. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/lantern/simulation/TCPConnection.js +0 -154
  423. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/lantern/simulation/simulation.js +0 -9
  424. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/lantern/types/Lantern.js +0 -24
  425. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/lantern/types/types.js +0 -4
  426. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/trace.js +0 -17
  427. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/types/Configuration.js +0 -18
  428. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/types/Extensions.js +0 -37
  429. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/types/File.js +0 -57
  430. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/types/Overlays.js +0 -4
  431. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/types/Timing.js +0 -15
  432. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/types/TraceEvents.js +0 -580
  433. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace/types/types.js +0 -9
  434. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace_source_maps_resolver/SourceMapsResolver.js +0 -224
  435. package/build/node_modules/chrome-devtools-frontend/front_end/models/trace_source_maps_resolver/trace_source_maps_resolver.js +0 -4
  436. package/build/node_modules/chrome-devtools-frontend/front_end/models/workspace/FileManager.js +0 -64
  437. package/build/node_modules/chrome-devtools-frontend/front_end/models/workspace/IgnoreListManager.js +0 -504
  438. package/build/node_modules/chrome-devtools-frontend/front_end/models/workspace/SearchConfig.js +0 -113
  439. package/build/node_modules/chrome-devtools-frontend/front_end/models/workspace/UISourceCode.js +0 -601
  440. package/build/node_modules/chrome-devtools-frontend/front_end/models/workspace/WorkspaceImpl.js +0 -201
  441. package/build/node_modules/chrome-devtools-frontend/front_end/models/workspace/workspace-meta.js +0 -34
  442. package/build/node_modules/chrome-devtools-frontend/front_end/models/workspace/workspace.js +0 -9
  443. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/codemirror.next/codemirror.next.js +0 -1
  444. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/i18n/LICENSE +0 -202
  445. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/i18n/i18n-impl.js +0 -46
  446. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/i18n/i18n.js +0 -6
  447. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/i18n/localized-string-set.js +0 -122
  448. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/intl-messageformat/LICENSE +0 -33
  449. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/intl-messageformat/intl-messageformat.js +0 -5
  450. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/intl-messageformat/package/index.js +0 -13
  451. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/intl-messageformat/package/intl-messageformat.esm.js +0 -1725
  452. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/intl-messageformat/package/intl-messageformat.iife.js +0 -1840
  453. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/intl-messageformat/package/lib/index.js +0 -10
  454. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/intl-messageformat/package/lib/src/core.js +0 -233
  455. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/intl-messageformat/package/lib/src/error.js +0 -48
  456. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/intl-messageformat/package/lib/src/formatters.js +0 -177
  457. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/intl-messageformat/package/src/core.js +0 -236
  458. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/intl-messageformat/package/src/error.js +0 -51
  459. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/intl-messageformat/package/src/formatters.js +0 -182
  460. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/legacy-javascript/LICENSE +0 -202
  461. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/legacy-javascript/legacy-javascript.js +0 -2
  462. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/legacy-javascript/lib/legacy-javascript.js +0 -940
  463. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/marked/LICENSE +0 -39
  464. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/marked/marked.js +0 -2
  465. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/marked/package/bin/main.js +0 -255
  466. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/marked/package/bin/marked.js +0 -11
  467. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/marked/package/lib/marked.esm.js +0 -2695
  468. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/marked/package/lib/marked.js +0 -2233
  469. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/marked/package/lib/marked.umd.js +0 -2719
  470. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/marked/package/src/Lexer.js +0 -453
  471. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/marked/package/src/Parser.js +0 -233
  472. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/marked/package/src/Renderer.js +0 -137
  473. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/marked/package/src/Slugger.js +0 -46
  474. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/marked/package/src/TextRenderer.js +0 -34
  475. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/marked/package/src/Tokenizer.js +0 -683
  476. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/marked/package/src/defaults.js +0 -27
  477. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/marked/package/src/helpers.js +0 -240
  478. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/marked/package/src/marked.js +0 -318
  479. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/marked/package/src/rules.js +0 -243
  480. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/source-map-scopes-codec/LICENSE +0 -26
  481. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/source-map-scopes-codec/package/src/builder/builder.js +0 -196
  482. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/source-map-scopes-codec/package/src/builder/safe_builder.js +0 -226
  483. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/source-map-scopes-codec/package/src/codec.js +0 -4
  484. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/source-map-scopes-codec/package/src/decode/decode.js +0 -394
  485. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/source-map-scopes-codec/package/src/encode/encode.js +0 -24
  486. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/source-map-scopes-codec/package/src/encode/encoder.js +0 -283
  487. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/source-map-scopes-codec/package/src/mod.js +0 -7
  488. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/source-map-scopes-codec/package/src/util.js +0 -9
  489. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/source-map-scopes-codec/package/src/vlq.js +0 -84
  490. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/source-map-scopes-codec/source-map-scopes-codec.js +0 -4
  491. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/third-party-web/LICENSE +0 -20
  492. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/third-party-web/lib/nostats-subset.js +0 -146
  493. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/third-party-web/package/httparchive-nostats-subset.js +0 -2
  494. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/third-party-web/package/httparchive-subset.js +0 -2
  495. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/third-party-web/package/lib/create-entity-finder-api.js +0 -118
  496. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/third-party-web/package/lib/create-entity-finder-api.test.js +0 -40
  497. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/third-party-web/package/lib/entities.test.js +0 -26
  498. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/third-party-web/package/lib/index.js +0 -4
  499. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/third-party-web/package/lib/index.test.js +0 -215
  500. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/third-party-web/package/lib/subsets/httparchive-nostats.js +0 -4
  501. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/third-party-web/package/lib/subsets/httparchive.js +0 -4
  502. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/third-party-web/package/lib/subsets/nostats.js +0 -4
  503. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/third-party-web/package/nostats-subset.js +0 -2
  504. package/build/node_modules/chrome-devtools-frontend/front_end/third_party/third-party-web/third-party-web.js +0 -2
  505. package/build/node_modules/chrome-devtools-frontend/mcp/HostBindings.js +0 -222
  506. package/build/node_modules/chrome-devtools-frontend/mcp/mcp.js +0 -35
  507. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/CoepCoopSandboxedIframeCannotNavigateToCoopPage.md +0 -0
  508. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/CoepCorpNotSameOrigin.md +0 -0
  509. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/CoepCorpNotSameOriginAfterDefaultedToSameOriginByCoep.md +0 -0
  510. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/CoepCorpNotSameSite.md +0 -0
  511. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/CoepFrameResourceNeedsCoepHeader.md +0 -0
  512. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/CompatibilityModeQuirks.md +0 -0
  513. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/CookieAttributeValueExceedsMaxSize.md +0 -0
  514. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/LowTextContrast.md +0 -0
  515. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/SameSiteExcludeContextDowngradeRead.md +0 -0
  516. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/SameSiteExcludeContextDowngradeSet.md +0 -0
  517. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/SameSiteExcludeNavigationContextDowngrade.md +0 -0
  518. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/SameSiteInvalidSameParty.md +0 -0
  519. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/SameSiteNoneInsecureErrorRead.md +0 -0
  520. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/SameSiteNoneInsecureErrorSet.md +0 -0
  521. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/SameSiteNoneInsecureWarnRead.md +0 -0
  522. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/SameSiteNoneInsecureWarnSet.md +0 -0
  523. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/SameSiteSamePartyCrossPartyContextSet.md +0 -0
  524. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/SameSiteUnspecifiedLaxAllowUnsafeRead.md +0 -0
  525. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/SameSiteUnspecifiedLaxAllowUnsafeSet.md +0 -0
  526. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/SameSiteWarnCrossDowngradeRead.md +0 -0
  527. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/SameSiteWarnCrossDowngradeSet.md +0 -0
  528. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/SameSiteWarnStrictLaxDowngradeStrict.md +0 -0
  529. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/arInsecureContext.md +0 -0
  530. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/arInvalidInfoHeader.md +0 -0
  531. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/arInvalidRegisterOsSourceHeader.md +0 -0
  532. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/arInvalidRegisterOsTriggerHeader.md +0 -0
  533. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/arInvalidRegisterSourceHeader.md +0 -0
  534. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/arInvalidRegisterTriggerHeader.md +0 -0
  535. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/arNavigationRegistrationUniqueScopeAlreadySet.md +0 -0
  536. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/arNavigationRegistrationWithoutTransientUserActivation.md +0 -0
  537. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/arNoRegisterOsSourceHeader.md +0 -0
  538. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/arNoRegisterOsTriggerHeader.md +0 -0
  539. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/arNoRegisterSourceHeader.md +0 -0
  540. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/arNoRegisterTriggerHeader.md +0 -0
  541. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/arNoWebOrOsSupport.md +0 -0
  542. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/arOsSourceIgnored.md +0 -0
  543. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/arOsTriggerIgnored.md +0 -0
  544. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/arPermissionPolicyDisabled.md +0 -0
  545. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/arSourceAndTriggerHeaders.md +0 -0
  546. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/arSourceIgnored.md +0 -0
  547. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/arTriggerIgnored.md +0 -0
  548. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/arUntrustworthyReportingOrigin.md +0 -0
  549. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/arWebAndOsHeaders.md +0 -0
  550. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/bounceTrackingMitigations.md +0 -0
  551. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/clientHintMetaTagAllowListInvalidOrigin.md +0 -0
  552. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/clientHintMetaTagModifiedHTML.md +0 -0
  553. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/cookieCrossSiteRedirectDowngrade.md +0 -0
  554. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/cookieExcludeBlockedWithinRelatedWebsiteSet.md +0 -0
  555. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/cookieExcludeDomainNonAscii.md +0 -0
  556. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/cookieExcludePortMismatch.md +0 -0
  557. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/cookieExcludeSchemeMismatch.md +0 -0
  558. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/cookieExcludeThirdPartyPhaseoutRead.md +0 -0
  559. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/cookieExcludeThirdPartyPhaseoutSet.md +0 -0
  560. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/cookieWarnDomainNonAscii.md +0 -0
  561. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/cookieWarnMetadataGrantRead.md +0 -0
  562. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/cookieWarnMetadataGrantSet.md +0 -0
  563. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/cookieWarnThirdPartyPhaseoutRead.md +0 -0
  564. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/cookieWarnThirdPartyPhaseoutSet.md +0 -0
  565. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/corsAllowCredentialsRequired.md +0 -0
  566. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/corsDisabledScheme.md +0 -0
  567. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/corsDisallowedByMode.md +0 -0
  568. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/corsHeaderDisallowedByPreflightResponse.md +0 -0
  569. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/corsInsecurePrivateNetwork.md +0 -0
  570. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/corsInvalidHeaderValues.md +0 -0
  571. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/corsLocalNetworkAccessPermissionDenied.md +0 -0
  572. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/corsMethodDisallowedByPreflightResponse.md +0 -0
  573. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/corsNoCorsRedirectModeNotFollow.md +0 -0
  574. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/corsOriginMismatch.md +0 -0
  575. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/corsPreflightAllowPrivateNetworkError.md +0 -0
  576. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/corsPreflightResponseInvalid.md +0 -0
  577. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/corsPrivateNetworkPermissionDenied.md +0 -0
  578. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/corsRedirectContainsCredentials.md +0 -0
  579. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/corsWildcardOriginNotAllowed.md +0 -0
  580. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/cspEvalViolation.md +0 -0
  581. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/cspInlineViolation.md +0 -0
  582. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/cspTrustedTypesPolicyViolation.md +0 -0
  583. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/cspTrustedTypesSinkViolation.md +0 -0
  584. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/cspURLViolation.md +0 -0
  585. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/deprecation.md +0 -0
  586. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/federatedAuthRequestAccountsHttpNotFound.md +0 -0
  587. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/federatedAuthRequestAccountsInvalidResponse.md +0 -0
  588. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/federatedAuthRequestAccountsNoResponse.md +0 -0
  589. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/federatedAuthRequestApprovalDeclined.md +0 -0
  590. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/federatedAuthRequestCanceled.md +0 -0
  591. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/federatedAuthRequestClientMetadataHttpNotFound.md +0 -0
  592. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/federatedAuthRequestClientMetadataInvalidResponse.md +0 -0
  593. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/federatedAuthRequestClientMetadataNoResponse.md +0 -0
  594. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/federatedAuthRequestErrorFetchingSignin.md +0 -0
  595. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/federatedAuthRequestErrorIdToken.md +0 -0
  596. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/federatedAuthRequestIdTokenHttpNotFound.md +0 -0
  597. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/federatedAuthRequestIdTokenInvalidRequest.md +0 -0
  598. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/federatedAuthRequestIdTokenInvalidResponse.md +0 -0
  599. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/federatedAuthRequestIdTokenNoResponse.md +0 -0
  600. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/federatedAuthRequestInvalidSigninResponse.md +0 -0
  601. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/federatedAuthRequestManifestHttpNotFound.md +0 -0
  602. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/federatedAuthRequestManifestInvalidResponse.md +0 -0
  603. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/federatedAuthRequestManifestNoResponse.md +0 -0
  604. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/federatedAuthRequestTooManyRequests.md +0 -0
  605. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/federatedAuthUserInfoRequestInvalidAccountsResponse.md +0 -0
  606. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/federatedAuthUserInfoRequestInvalidConfigOrWellKnown.md +0 -0
  607. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/federatedAuthUserInfoRequestNoAccountSharingPermission.md +0 -0
  608. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/federatedAuthUserInfoRequestNoApiPermission.md +0 -0
  609. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/federatedAuthUserInfoRequestNoReturningUserFromFetchedAccounts.md +0 -0
  610. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/federatedAuthUserInfoRequestNotIframe.md +0 -0
  611. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/federatedAuthUserInfoRequestNotPotentiallyTrustworthy.md +0 -0
  612. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/federatedAuthUserInfoRequestNotSameOrigin.md +0 -0
  613. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/federatedAuthUserInfoRequestNotSignedInWithIdp.md +0 -0
  614. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/fetchingPartitionedBlobURL.md +0 -0
  615. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/genericFormAriaLabelledByToNonExistingIdError.md +0 -0
  616. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/genericFormAutocompleteAttributeEmptyError.md +0 -0
  617. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/genericFormDuplicateIdForInputError.md +0 -0
  618. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/genericFormEmptyIdAndNameAttributesForInputError.md +0 -0
  619. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/genericFormInputAssignedAutocompleteValueToIdOrNameAttributeError.md +0 -0
  620. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/genericFormInputHasWrongButWellIntendedAutocompleteValueError.md +0 -0
  621. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/genericFormInputWithNoLabelError.md +0 -0
  622. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/genericFormLabelForMatchesNonExistingIdError.md +0 -0
  623. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/genericFormLabelForNameError.md +0 -0
  624. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/genericFormLabelHasNeitherForNorNestedInputError.md +0 -0
  625. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/genericNavigationEntryMarkedSkippable.md +0 -0
  626. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/genericResponseWasBlockedByORB.md +0 -0
  627. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/heavyAd.md +0 -0
  628. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/mixedContent.md +0 -0
  629. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/navigatingPartitionedBlobURL.md +0 -0
  630. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/placeholderDescriptionForInvisibleIssues.md +0 -0
  631. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/propertyRuleInvalidNameIssue.md +0 -0
  632. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/propertyRuleIssue.md +0 -0
  633. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/selectElementAccessibilityDisallowedOptGroupChild.md +0 -0
  634. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/selectElementAccessibilityDisallowedSelectChild.md +0 -0
  635. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/selectElementAccessibilityInteractiveContentAttributesSelectDescendant.md +0 -0
  636. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/selectElementAccessibilityInteractiveContentLegendChild.md +0 -0
  637. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/selectElementAccessibilityInteractiveContentOptionChild.md +0 -0
  638. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/selectElementAccessibilityNonPhrasingContentOptionChild.md +0 -0
  639. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/sharedArrayBuffer.md +0 -0
  640. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/sharedDictionaryUseErrorCrossOriginNoCorsRequest.md +0 -0
  641. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/sharedDictionaryUseErrorDictionaryLoadFailure.md +0 -0
  642. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/sharedDictionaryUseErrorMatchingDictionaryNotUsed.md +0 -0
  643. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/sharedDictionaryUseErrorUnexpectedContentDictionaryHeader.md +0 -0
  644. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/sharedDictionaryWriteErrorCossOriginNoCorsRequest.md +0 -0
  645. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/sharedDictionaryWriteErrorDisallowedBySettings.md +0 -0
  646. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/sharedDictionaryWriteErrorExpiredResponse.md +0 -0
  647. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/sharedDictionaryWriteErrorFeatureDisabled.md +0 -0
  648. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/sharedDictionaryWriteErrorInsufficientResources.md +0 -0
  649. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/sharedDictionaryWriteErrorInvalidMatchField.md +0 -0
  650. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/sharedDictionaryWriteErrorInvalidStructuredHeader.md +0 -0
  651. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/sharedDictionaryWriteErrorInvalidTTLField.md +0 -0
  652. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/sharedDictionaryWriteErrorNavigationRequest.md +0 -0
  653. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/sharedDictionaryWriteErrorNoMatchField.md +0 -0
  654. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/sharedDictionaryWriteErrorNonIntegerTTLField.md +0 -0
  655. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/sharedDictionaryWriteErrorNonListMatchDestField.md +0 -0
  656. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/sharedDictionaryWriteErrorNonSecureContext.md +0 -0
  657. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/sharedDictionaryWriteErrorNonStringIdField.md +0 -0
  658. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/sharedDictionaryWriteErrorNonStringInMatchDestList.md +0 -0
  659. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/sharedDictionaryWriteErrorNonStringMatchField.md +0 -0
  660. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/sharedDictionaryWriteErrorNonTokenTypeField.md +0 -0
  661. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/sharedDictionaryWriteErrorRequestAborted.md +0 -0
  662. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/sharedDictionaryWriteErrorShuttingDown.md +0 -0
  663. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/sharedDictionaryWriteErrorTooLongIdField.md +0 -0
  664. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/sharedDictionaryWriteErrorUnsupportedType.md +0 -0
  665. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/sriInvalidSignatureHeader.md +0 -0
  666. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/sriInvalidSignatureInputHeader.md +0 -0
  667. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/sriMissingSignatureHeader.md +0 -0
  668. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/sriMissingSignatureInputHeader.md +0 -0
  669. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/sriSignatureHeaderValueIsIncorrectLength.md +0 -0
  670. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/sriSignatureHeaderValueIsNotByteSequence.md +0 -0
  671. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/sriSignatureHeaderValueIsParameterized.md +0 -0
  672. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/sriSignatureInputHeaderInvalidComponentName.md +0 -0
  673. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/sriSignatureInputHeaderInvalidComponentType.md +0 -0
  674. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/sriSignatureInputHeaderInvalidDerivedComponentParameter.md +0 -0
  675. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/sriSignatureInputHeaderInvalidHeaderComponentParameter.md +0 -0
  676. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/sriSignatureInputHeaderInvalidParameter.md +0 -0
  677. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/sriSignatureInputHeaderKeyIdLength.md +0 -0
  678. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/sriSignatureInputHeaderMissingLabel.md +0 -0
  679. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/sriSignatureInputHeaderMissingRequiredParameters.md +0 -0
  680. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/sriSignatureInputHeaderValueMissingComponents.md +0 -0
  681. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/sriSignatureInputHeaderValueNotInnerList.md +0 -0
  682. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/sriValidationFailedIntegrityMismatch.md +0 -0
  683. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/sriValidationFailedInvalidLength.md +0 -0
  684. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/sriValidationFailedSignatureExpired.md +0 -0
  685. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/sriValidationFailedSignatureMismatch.md +0 -0
  686. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/stylesheetLateImport.md +0 -0
  687. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/stylesheetRequestFailed.md +0 -0
  688. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/summaryElementAccessibilityInteractiveContentSummaryDescendant.md +0 -0
  689. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/unencodedDigestIncorrectDigestLength.md +0 -0
  690. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/unencodedDigestIncorrectDigestType.md +0 -0
  691. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/unencodedDigestMalformedDictionary.md +0 -0
  692. /package/build/{node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions → src/third_party/issue-descriptions}/unencodedDigestUnknownAlgorithm.md +0 -0
@@ -387,1952 +387,6 @@ The above copyright notice and this permission notice shall be included in all c
387
387
  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.
388
388
 
389
389
 
390
- -------------------- DEPENDENCY DIVIDER --------------------
391
-
392
- Name: express
393
- URL: https://expressjs.com/
394
- Version: 5.2.1
395
- License: MIT
396
-
397
- (The MIT License)
398
-
399
- Copyright (c) 2009-2014 TJ Holowaychuk <tj@vision-media.ca>
400
- Copyright (c) 2013-2014 Roman Shtylman <shtylman+expressjs@gmail.com>
401
- Copyright (c) 2014-2015 Douglas Christopher Wilson <doug@somethingdoug.com>
402
-
403
- Permission is hereby granted, free of charge, to any person obtaining
404
- a copy of this software and associated documentation files (the
405
- 'Software'), to deal in the Software without restriction, including
406
- without limitation the rights to use, copy, modify, merge, publish,
407
- distribute, sublicense, and/or sell copies of the Software, and to
408
- permit persons to whom the Software is furnished to do so, subject to
409
- the following conditions:
410
-
411
- The above copyright notice and this permission notice shall be
412
- included in all copies or substantial portions of the Software.
413
-
414
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
415
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
416
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
417
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
418
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
419
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
420
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
421
-
422
-
423
- -------------------- DEPENDENCY DIVIDER --------------------
424
-
425
- Name: body-parser
426
- URL: expressjs/body-parser
427
- Version: 2.2.1
428
- License: MIT
429
-
430
- (The MIT License)
431
-
432
- Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
433
- Copyright (c) 2014-2015 Douglas Christopher Wilson <doug@somethingdoug.com>
434
-
435
- Permission is hereby granted, free of charge, to any person obtaining
436
- a copy of this software and associated documentation files (the
437
- 'Software'), to deal in the Software without restriction, including
438
- without limitation the rights to use, copy, modify, merge, publish,
439
- distribute, sublicense, and/or sell copies of the Software, and to
440
- permit persons to whom the Software is furnished to do so, subject to
441
- the following conditions:
442
-
443
- The above copyright notice and this permission notice shall be
444
- included in all copies or substantial portions of the Software.
445
-
446
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
447
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
448
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
449
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
450
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
451
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
452
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
453
-
454
-
455
- -------------------- DEPENDENCY DIVIDER --------------------
456
-
457
- Name: http-errors
458
- URL: jshttp/http-errors
459
- Version: 2.0.0
460
- License: MIT
461
-
462
-
463
- The MIT License (MIT)
464
-
465
- Copyright (c) 2014 Jonathan Ong me@jongleberry.com
466
- Copyright (c) 2016 Douglas Christopher Wilson doug@somethingdoug.com
467
-
468
- Permission is hereby granted, free of charge, to any person obtaining a copy
469
- of this software and associated documentation files (the "Software"), to deal
470
- in the Software without restriction, including without limitation the rights
471
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
472
- copies of the Software, and to permit persons to whom the Software is
473
- furnished to do so, subject to the following conditions:
474
-
475
- The above copyright notice and this permission notice shall be included in
476
- all copies or substantial portions of the Software.
477
-
478
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
479
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
480
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
481
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
482
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
483
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
484
- THE SOFTWARE.
485
-
486
-
487
- -------------------- DEPENDENCY DIVIDER --------------------
488
-
489
- Name: depd
490
- URL: dougwilson/nodejs-depd
491
- Version: 2.0.0
492
- License: MIT
493
-
494
- (The MIT License)
495
-
496
- Copyright (c) 2014-2018 Douglas Christopher Wilson
497
-
498
- Permission is hereby granted, free of charge, to any person obtaining
499
- a copy of this software and associated documentation files (the
500
- 'Software'), to deal in the Software without restriction, including
501
- without limitation the rights to use, copy, modify, merge, publish,
502
- distribute, sublicense, and/or sell copies of the Software, and to
503
- permit persons to whom the Software is furnished to do so, subject to
504
- the following conditions:
505
-
506
- The above copyright notice and this permission notice shall be
507
- included in all copies or substantial portions of the Software.
508
-
509
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
510
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
511
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
512
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
513
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
514
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
515
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
516
-
517
-
518
- -------------------- DEPENDENCY DIVIDER --------------------
519
-
520
- Name: setprototypeof
521
- URL: https://github.com/wesleytodd/setprototypeof
522
- Version: 1.2.0
523
- License: ISC
524
-
525
- Copyright (c) 2015, Wes Todd
526
-
527
- Permission to use, copy, modify, and/or distribute this software for any
528
- purpose with or without fee is hereby granted, provided that the above
529
- copyright notice and this permission notice appear in all copies.
530
-
531
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
532
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
533
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
534
- SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
535
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
536
- OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
537
- CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
538
-
539
-
540
- -------------------- DEPENDENCY DIVIDER --------------------
541
-
542
- Name: statuses
543
- URL: jshttp/statuses
544
- Version: 2.0.1
545
- License: MIT
546
-
547
-
548
- The MIT License (MIT)
549
-
550
- Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
551
- Copyright (c) 2016 Douglas Christopher Wilson <doug@somethingdoug.com>
552
-
553
- Permission is hereby granted, free of charge, to any person obtaining a copy
554
- of this software and associated documentation files (the "Software"), to deal
555
- in the Software without restriction, including without limitation the rights
556
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
557
- copies of the Software, and to permit persons to whom the Software is
558
- furnished to do so, subject to the following conditions:
559
-
560
- The above copyright notice and this permission notice shall be included in
561
- all copies or substantial portions of the Software.
562
-
563
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
564
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
565
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
566
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
567
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
568
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
569
- THE SOFTWARE.
570
-
571
-
572
- -------------------- DEPENDENCY DIVIDER --------------------
573
-
574
- Name: inherits
575
- URL: git://github.com/isaacs/inherits
576
- Version: 2.0.4
577
- License: ISC
578
-
579
- The ISC License
580
-
581
- Copyright (c) Isaac Z. Schlueter
582
-
583
- Permission to use, copy, modify, and/or distribute this software for any
584
- purpose with or without fee is hereby granted, provided that the above
585
- copyright notice and this permission notice appear in all copies.
586
-
587
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
588
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
589
- FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
590
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
591
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
592
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
593
- PERFORMANCE OF THIS SOFTWARE.
594
-
595
-
596
-
597
- -------------------- DEPENDENCY DIVIDER --------------------
598
-
599
- Name: toidentifier
600
- URL: component/toidentifier
601
- Version: 1.0.1
602
- License: MIT
603
-
604
- MIT License
605
-
606
- Copyright (c) 2016 Douglas Christopher Wilson <doug@somethingdoug.com>
607
-
608
- Permission is hereby granted, free of charge, to any person obtaining a copy
609
- of this software and associated documentation files (the "Software"), to deal
610
- in the Software without restriction, including without limitation the rights
611
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
612
- copies of the Software, and to permit persons to whom the Software is
613
- furnished to do so, subject to the following conditions:
614
-
615
- The above copyright notice and this permission notice shall be included in all
616
- copies or substantial portions of the Software.
617
-
618
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
619
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
620
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
621
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
622
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
623
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
624
- SOFTWARE.
625
-
626
-
627
- -------------------- DEPENDENCY DIVIDER --------------------
628
-
629
- Name: bytes
630
- URL: visionmedia/bytes.js
631
- Version: 3.1.2
632
- License: MIT
633
-
634
- (The MIT License)
635
-
636
- Copyright (c) 2012-2014 TJ Holowaychuk <tj@vision-media.ca>
637
- Copyright (c) 2015 Jed Watson <jed.watson@me.com>
638
-
639
- Permission is hereby granted, free of charge, to any person obtaining
640
- a copy of this software and associated documentation files (the
641
- 'Software'), to deal in the Software without restriction, including
642
- without limitation the rights to use, copy, modify, merge, publish,
643
- distribute, sublicense, and/or sell copies of the Software, and to
644
- permit persons to whom the Software is furnished to do so, subject to
645
- the following conditions:
646
-
647
- The above copyright notice and this permission notice shall be
648
- included in all copies or substantial portions of the Software.
649
-
650
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
651
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
652
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
653
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
654
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
655
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
656
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
657
-
658
-
659
- -------------------- DEPENDENCY DIVIDER --------------------
660
-
661
- Name: iconv-lite
662
- URL: https://github.com/pillarjs/iconv-lite
663
- Version: 0.7.0
664
- License: MIT
665
-
666
- Copyright (c) 2011 Alexander Shtuchkin
667
-
668
- Permission is hereby granted, free of charge, to any person obtaining
669
- a copy of this software and associated documentation files (the
670
- "Software"), to deal in the Software without restriction, including
671
- without limitation the rights to use, copy, modify, merge, publish,
672
- distribute, sublicense, and/or sell copies of the Software, and to
673
- permit persons to whom the Software is furnished to do so, subject to
674
- the following conditions:
675
-
676
- The above copyright notice and this permission notice shall be
677
- included in all copies or substantial portions of the Software.
678
-
679
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
680
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
681
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
682
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
683
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
684
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
685
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
686
-
687
-
688
-
689
- -------------------- DEPENDENCY DIVIDER --------------------
690
-
691
- Name: safer-buffer
692
- URL: git+https://github.com/ChALkeR/safer-buffer.git
693
- Version: 2.1.2
694
- License: MIT
695
-
696
- MIT License
697
-
698
- Copyright (c) 2018 Nikita Skovoroda <chalkerx@gmail.com>
699
-
700
- Permission is hereby granted, free of charge, to any person obtaining a copy
701
- of this software and associated documentation files (the "Software"), to deal
702
- in the Software without restriction, including without limitation the rights
703
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
704
- copies of the Software, and to permit persons to whom the Software is
705
- furnished to do so, subject to the following conditions:
706
-
707
- The above copyright notice and this permission notice shall be included in all
708
- copies or substantial portions of the Software.
709
-
710
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
711
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
712
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
713
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
714
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
715
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
716
- SOFTWARE.
717
-
718
-
719
- -------------------- DEPENDENCY DIVIDER --------------------
720
-
721
- Name: unpipe
722
- URL: stream-utils/unpipe
723
- Version: 1.0.0
724
- License: MIT
725
-
726
- (The MIT License)
727
-
728
- Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
729
-
730
- Permission is hereby granted, free of charge, to any person obtaining
731
- a copy of this software and associated documentation files (the
732
- 'Software'), to deal in the Software without restriction, including
733
- without limitation the rights to use, copy, modify, merge, publish,
734
- distribute, sublicense, and/or sell copies of the Software, and to
735
- permit persons to whom the Software is furnished to do so, subject to
736
- the following conditions:
737
-
738
- The above copyright notice and this permission notice shall be
739
- included in all copies or substantial portions of the Software.
740
-
741
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
742
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
743
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
744
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
745
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
746
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
747
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
748
-
749
-
750
- -------------------- DEPENDENCY DIVIDER --------------------
751
-
752
- Name: raw-body
753
- URL: stream-utils/raw-body
754
- Version: 3.0.1
755
- License: MIT
756
-
757
- The MIT License (MIT)
758
-
759
- Copyright (c) 2013-2014 Jonathan Ong <me@jongleberry.com>
760
- Copyright (c) 2014-2022 Douglas Christopher Wilson <doug@somethingdoug.com>
761
-
762
- Permission is hereby granted, free of charge, to any person obtaining a copy
763
- of this software and associated documentation files (the "Software"), to deal
764
- in the Software without restriction, including without limitation the rights
765
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
766
- copies of the Software, and to permit persons to whom the Software is
767
- furnished to do so, subject to the following conditions:
768
-
769
- The above copyright notice and this permission notice shall be included in
770
- all copies or substantial portions of the Software.
771
-
772
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
773
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
774
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
775
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
776
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
777
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
778
- THE SOFTWARE.
779
-
780
-
781
- -------------------- DEPENDENCY DIVIDER --------------------
782
-
783
- Name: on-finished
784
- URL: jshttp/on-finished
785
- Version: 2.4.1
786
- License: MIT
787
-
788
- (The MIT License)
789
-
790
- Copyright (c) 2013 Jonathan Ong <me@jongleberry.com>
791
- Copyright (c) 2014 Douglas Christopher Wilson <doug@somethingdoug.com>
792
-
793
- Permission is hereby granted, free of charge, to any person obtaining
794
- a copy of this software and associated documentation files (the
795
- 'Software'), to deal in the Software without restriction, including
796
- without limitation the rights to use, copy, modify, merge, publish,
797
- distribute, sublicense, and/or sell copies of the Software, and to
798
- permit persons to whom the Software is furnished to do so, subject to
799
- the following conditions:
800
-
801
- The above copyright notice and this permission notice shall be
802
- included in all copies or substantial portions of the Software.
803
-
804
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
805
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
806
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
807
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
808
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
809
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
810
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
811
-
812
-
813
- -------------------- DEPENDENCY DIVIDER --------------------
814
-
815
- Name: ee-first
816
- URL: jonathanong/ee-first
817
- Version: 1.1.1
818
- License: MIT
819
-
820
-
821
- The MIT License (MIT)
822
-
823
- Copyright (c) 2014 Jonathan Ong me@jongleberry.com
824
-
825
- Permission is hereby granted, free of charge, to any person obtaining a copy
826
- of this software and associated documentation files (the "Software"), to deal
827
- in the Software without restriction, including without limitation the rights
828
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
829
- copies of the Software, and to permit persons to whom the Software is
830
- furnished to do so, subject to the following conditions:
831
-
832
- The above copyright notice and this permission notice shall be included in
833
- all copies or substantial portions of the Software.
834
-
835
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
836
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
837
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
838
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
839
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
840
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
841
- THE SOFTWARE.
842
-
843
-
844
- -------------------- DEPENDENCY DIVIDER --------------------
845
-
846
- Name: type-is
847
- URL: jshttp/type-is
848
- Version: 2.0.1
849
- License: MIT
850
-
851
- (The MIT License)
852
-
853
- Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
854
- Copyright (c) 2014-2015 Douglas Christopher Wilson <doug@somethingdoug.com>
855
-
856
- Permission is hereby granted, free of charge, to any person obtaining
857
- a copy of this software and associated documentation files (the
858
- 'Software'), to deal in the Software without restriction, including
859
- without limitation the rights to use, copy, modify, merge, publish,
860
- distribute, sublicense, and/or sell copies of the Software, and to
861
- permit persons to whom the Software is furnished to do so, subject to
862
- the following conditions:
863
-
864
- The above copyright notice and this permission notice shall be
865
- included in all copies or substantial portions of the Software.
866
-
867
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
868
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
869
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
870
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
871
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
872
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
873
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
874
-
875
-
876
- -------------------- DEPENDENCY DIVIDER --------------------
877
-
878
- Name: content-type
879
- URL: jshttp/content-type
880
- Version: 1.0.5
881
- License: MIT
882
-
883
- (The MIT License)
884
-
885
- Copyright (c) 2015 Douglas Christopher Wilson
886
-
887
- Permission is hereby granted, free of charge, to any person obtaining
888
- a copy of this software and associated documentation files (the
889
- 'Software'), to deal in the Software without restriction, including
890
- without limitation the rights to use, copy, modify, merge, publish,
891
- distribute, sublicense, and/or sell copies of the Software, and to
892
- permit persons to whom the Software is furnished to do so, subject to
893
- the following conditions:
894
-
895
- The above copyright notice and this permission notice shall be
896
- included in all copies or substantial portions of the Software.
897
-
898
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
899
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
900
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
901
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
902
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
903
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
904
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
905
-
906
-
907
- -------------------- DEPENDENCY DIVIDER --------------------
908
-
909
- Name: mime-types
910
- URL: jshttp/mime-types
911
- Version: 3.0.1
912
- License: MIT
913
-
914
- (The MIT License)
915
-
916
- Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
917
- Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
918
-
919
- Permission is hereby granted, free of charge, to any person obtaining
920
- a copy of this software and associated documentation files (the
921
- 'Software'), to deal in the Software without restriction, including
922
- without limitation the rights to use, copy, modify, merge, publish,
923
- distribute, sublicense, and/or sell copies of the Software, and to
924
- permit persons to whom the Software is furnished to do so, subject to
925
- the following conditions:
926
-
927
- The above copyright notice and this permission notice shall be
928
- included in all copies or substantial portions of the Software.
929
-
930
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
931
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
932
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
933
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
934
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
935
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
936
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
937
-
938
-
939
- -------------------- DEPENDENCY DIVIDER --------------------
940
-
941
- Name: mime-db
942
- URL: jshttp/mime-db
943
- Version: 1.54.0
944
- License: MIT
945
-
946
- (The MIT License)
947
-
948
- Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
949
- Copyright (c) 2015-2022 Douglas Christopher Wilson <doug@somethingdoug.com>
950
-
951
- Permission is hereby granted, free of charge, to any person obtaining
952
- a copy of this software and associated documentation files (the
953
- 'Software'), to deal in the Software without restriction, including
954
- without limitation the rights to use, copy, modify, merge, publish,
955
- distribute, sublicense, and/or sell copies of the Software, and to
956
- permit persons to whom the Software is furnished to do so, subject to
957
- the following conditions:
958
-
959
- The above copyright notice and this permission notice shall be
960
- included in all copies or substantial portions of the Software.
961
-
962
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
963
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
964
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
965
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
966
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
967
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
968
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
969
-
970
-
971
- -------------------- DEPENDENCY DIVIDER --------------------
972
-
973
- Name: media-typer
974
- URL: jshttp/media-typer
975
- Version: 1.1.0
976
- License: MIT
977
-
978
- (The MIT License)
979
-
980
- Copyright (c) 2014-2017 Douglas Christopher Wilson
981
-
982
- Permission is hereby granted, free of charge, to any person obtaining
983
- a copy of this software and associated documentation files (the
984
- 'Software'), to deal in the Software without restriction, including
985
- without limitation the rights to use, copy, modify, merge, publish,
986
- distribute, sublicense, and/or sell copies of the Software, and to
987
- permit persons to whom the Software is furnished to do so, subject to
988
- the following conditions:
989
-
990
- The above copyright notice and this permission notice shall be
991
- included in all copies or substantial portions of the Software.
992
-
993
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
994
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
995
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
996
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
997
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
998
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
999
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1000
-
1001
-
1002
- -------------------- DEPENDENCY DIVIDER --------------------
1003
-
1004
- Name: es-errors
1005
- URL: https://github.com/ljharb/es-errors#readme
1006
- Version: 1.3.0
1007
- License: MIT
1008
-
1009
- MIT License
1010
-
1011
- Copyright (c) 2024 Jordan Harband
1012
-
1013
- Permission is hereby granted, free of charge, to any person obtaining a copy
1014
- of this software and associated documentation files (the "Software"), to deal
1015
- in the Software without restriction, including without limitation the rights
1016
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1017
- copies of the Software, and to permit persons to whom the Software is
1018
- furnished to do so, subject to the following conditions:
1019
-
1020
- The above copyright notice and this permission notice shall be included in all
1021
- copies or substantial portions of the Software.
1022
-
1023
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1024
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1025
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1026
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1027
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1028
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1029
- SOFTWARE.
1030
-
1031
-
1032
- -------------------- DEPENDENCY DIVIDER --------------------
1033
-
1034
- Name: object-inspect
1035
- URL: https://github.com/inspect-js/object-inspect
1036
- Version: 1.13.4
1037
- License: MIT
1038
-
1039
- MIT License
1040
-
1041
- Copyright (c) 2013 James Halliday
1042
-
1043
- Permission is hereby granted, free of charge, to any person obtaining a copy
1044
- of this software and associated documentation files (the "Software"), to deal
1045
- in the Software without restriction, including without limitation the rights
1046
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1047
- copies of the Software, and to permit persons to whom the Software is
1048
- furnished to do so, subject to the following conditions:
1049
-
1050
- The above copyright notice and this permission notice shall be included in all
1051
- copies or substantial portions of the Software.
1052
-
1053
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1054
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1055
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1056
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1057
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1058
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1059
- SOFTWARE.
1060
-
1061
-
1062
- -------------------- DEPENDENCY DIVIDER --------------------
1063
-
1064
- Name: side-channel-list
1065
- URL: https://github.com/ljharb/side-channel-list#readme
1066
- Version: 1.0.0
1067
- License: MIT
1068
-
1069
- MIT License
1070
-
1071
- Copyright (c) 2024 Jordan Harband
1072
-
1073
- Permission is hereby granted, free of charge, to any person obtaining a copy
1074
- of this software and associated documentation files (the "Software"), to deal
1075
- in the Software without restriction, including without limitation the rights
1076
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1077
- copies of the Software, and to permit persons to whom the Software is
1078
- furnished to do so, subject to the following conditions:
1079
-
1080
- The above copyright notice and this permission notice shall be included in all
1081
- copies or substantial portions of the Software.
1082
-
1083
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1084
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1085
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1086
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1087
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1088
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1089
- SOFTWARE.
1090
-
1091
-
1092
- -------------------- DEPENDENCY DIVIDER --------------------
1093
-
1094
- Name: es-object-atoms
1095
- URL: https://github.com/ljharb/es-object-atoms#readme
1096
- Version: 1.1.1
1097
- License: MIT
1098
-
1099
- MIT License
1100
-
1101
- Copyright (c) 2024 Jordan Harband
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 all
1111
- 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 THE
1119
- SOFTWARE.
1120
-
1121
-
1122
- -------------------- DEPENDENCY DIVIDER --------------------
1123
-
1124
- Name: math-intrinsics
1125
- URL: https://github.com/es-shims/math-intrinsics#readme
1126
- Version: 1.1.0
1127
- License: MIT
1128
-
1129
- MIT License
1130
-
1131
- Copyright (c) 2024 ECMAScript Shims
1132
-
1133
- Permission is hereby granted, free of charge, to any person obtaining a copy
1134
- of this software and associated documentation files (the "Software"), to deal
1135
- in the Software without restriction, including without limitation the rights
1136
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1137
- copies of the Software, and to permit persons to whom the Software is
1138
- furnished to do so, subject to the following conditions:
1139
-
1140
- The above copyright notice and this permission notice shall be included in all
1141
- copies or substantial portions of the Software.
1142
-
1143
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1144
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1145
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1146
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1147
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1148
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1149
- SOFTWARE.
1150
-
1151
-
1152
- -------------------- DEPENDENCY DIVIDER --------------------
1153
-
1154
- Name: gopd
1155
- URL: https://github.com/ljharb/gopd#readme
1156
- Version: 1.2.0
1157
- License: MIT
1158
-
1159
- MIT License
1160
-
1161
- Copyright (c) 2022 Jordan Harband
1162
-
1163
- Permission is hereby granted, free of charge, to any person obtaining a copy
1164
- of this software and associated documentation files (the "Software"), to deal
1165
- in the Software without restriction, including without limitation the rights
1166
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1167
- copies of the Software, and to permit persons to whom the Software is
1168
- furnished to do so, subject to the following conditions:
1169
-
1170
- The above copyright notice and this permission notice shall be included in all
1171
- copies or substantial portions of the Software.
1172
-
1173
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1174
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1175
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1176
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1177
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1178
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1179
- SOFTWARE.
1180
-
1181
-
1182
- -------------------- DEPENDENCY DIVIDER --------------------
1183
-
1184
- Name: es-define-property
1185
- URL: https://github.com/ljharb/es-define-property#readme
1186
- Version: 1.0.1
1187
- License: MIT
1188
-
1189
- MIT License
1190
-
1191
- Copyright (c) 2024 Jordan Harband
1192
-
1193
- Permission is hereby granted, free of charge, to any person obtaining a copy
1194
- of this software and associated documentation files (the "Software"), to deal
1195
- in the Software without restriction, including without limitation the rights
1196
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1197
- copies of the Software, and to permit persons to whom the Software is
1198
- furnished to do so, subject to the following conditions:
1199
-
1200
- The above copyright notice and this permission notice shall be included in all
1201
- copies or substantial portions of the Software.
1202
-
1203
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1204
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1205
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1206
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1207
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1208
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1209
- SOFTWARE.
1210
-
1211
-
1212
- -------------------- DEPENDENCY DIVIDER --------------------
1213
-
1214
- Name: has-symbols
1215
- URL: https://github.com/ljharb/has-symbols#readme
1216
- Version: 1.1.0
1217
- License: MIT
1218
-
1219
- MIT License
1220
-
1221
- Copyright (c) 2016 Jordan Harband
1222
-
1223
- Permission is hereby granted, free of charge, to any person obtaining a copy
1224
- of this software and associated documentation files (the "Software"), to deal
1225
- in the Software without restriction, including without limitation the rights
1226
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1227
- copies of the Software, and to permit persons to whom the Software is
1228
- furnished to do so, subject to the following conditions:
1229
-
1230
- The above copyright notice and this permission notice shall be included in all
1231
- copies or substantial portions of the Software.
1232
-
1233
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1234
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1235
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1236
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1237
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1238
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1239
- SOFTWARE.
1240
-
1241
-
1242
- -------------------- DEPENDENCY DIVIDER --------------------
1243
-
1244
- Name: get-proto
1245
- URL: https://github.com/ljharb/get-proto#readme
1246
- Version: 1.0.1
1247
- License: MIT
1248
-
1249
- MIT License
1250
-
1251
- Copyright (c) 2025 Jordan Harband
1252
-
1253
- Permission is hereby granted, free of charge, to any person obtaining a copy
1254
- of this software and associated documentation files (the "Software"), to deal
1255
- in the Software without restriction, including without limitation the rights
1256
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1257
- copies of the Software, and to permit persons to whom the Software is
1258
- furnished to do so, subject to the following conditions:
1259
-
1260
- The above copyright notice and this permission notice shall be included in all
1261
- copies or substantial portions of the Software.
1262
-
1263
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1264
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1265
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1266
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1267
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1268
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1269
- SOFTWARE.
1270
-
1271
-
1272
- -------------------- DEPENDENCY DIVIDER --------------------
1273
-
1274
- Name: function-bind
1275
- URL: https://github.com/Raynos/function-bind
1276
- Version: 1.1.2
1277
- License: MIT
1278
-
1279
- Copyright (c) 2013 Raynos.
1280
-
1281
- Permission is hereby granted, free of charge, to any person obtaining a copy
1282
- of this software and associated documentation files (the "Software"), to deal
1283
- in the Software without restriction, including without limitation the rights
1284
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1285
- copies of the Software, and to permit persons to whom the Software is
1286
- furnished to do so, subject to the following conditions:
1287
-
1288
- The above copyright notice and this permission notice shall be included in
1289
- all copies or substantial portions of the Software.
1290
-
1291
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1292
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1293
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1294
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1295
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1296
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1297
- THE SOFTWARE.
1298
-
1299
-
1300
-
1301
- -------------------- DEPENDENCY DIVIDER --------------------
1302
-
1303
- Name: call-bind-apply-helpers
1304
- URL: https://github.com/ljharb/call-bind-apply-helpers#readme
1305
- Version: 1.0.2
1306
- License: MIT
1307
-
1308
- MIT License
1309
-
1310
- Copyright (c) 2024 Jordan Harband
1311
-
1312
- Permission is hereby granted, free of charge, to any person obtaining a copy
1313
- of this software and associated documentation files (the "Software"), to deal
1314
- in the Software without restriction, including without limitation the rights
1315
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1316
- copies of the Software, and to permit persons to whom the Software is
1317
- furnished to do so, subject to the following conditions:
1318
-
1319
- The above copyright notice and this permission notice shall be included in all
1320
- copies or substantial portions of the Software.
1321
-
1322
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1323
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1324
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1325
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1326
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1327
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1328
- SOFTWARE.
1329
-
1330
-
1331
- -------------------- DEPENDENCY DIVIDER --------------------
1332
-
1333
- Name: dunder-proto
1334
- URL: https://github.com/es-shims/dunder-proto#readme
1335
- Version: 1.0.1
1336
- License: MIT
1337
-
1338
- MIT License
1339
-
1340
- Copyright (c) 2024 ECMAScript Shims
1341
-
1342
- Permission is hereby granted, free of charge, to any person obtaining a copy
1343
- of this software and associated documentation files (the "Software"), to deal
1344
- in the Software without restriction, including without limitation the rights
1345
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1346
- copies of the Software, and to permit persons to whom the Software is
1347
- furnished to do so, subject to the following conditions:
1348
-
1349
- The above copyright notice and this permission notice shall be included in all
1350
- copies or substantial portions of the Software.
1351
-
1352
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1353
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1354
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1355
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1356
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1357
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1358
- SOFTWARE.
1359
-
1360
-
1361
- -------------------- DEPENDENCY DIVIDER --------------------
1362
-
1363
- Name: hasown
1364
- URL: https://github.com/inspect-js/hasOwn#readme
1365
- Version: 2.0.2
1366
- License: MIT
1367
-
1368
- MIT License
1369
-
1370
- Copyright (c) Jordan Harband and contributors
1371
-
1372
- Permission is hereby granted, free of charge, to any person obtaining a copy
1373
- of this software and associated documentation files (the "Software"), to deal
1374
- in the Software without restriction, including without limitation the rights
1375
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1376
- copies of the Software, and to permit persons to whom the Software is
1377
- furnished to do so, subject to the following conditions:
1378
-
1379
- The above copyright notice and this permission notice shall be included in all
1380
- copies or substantial portions of the Software.
1381
-
1382
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1383
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1384
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1385
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1386
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1387
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1388
- SOFTWARE.
1389
-
1390
-
1391
- -------------------- DEPENDENCY DIVIDER --------------------
1392
-
1393
- Name: get-intrinsic
1394
- URL: https://github.com/ljharb/get-intrinsic#readme
1395
- Version: 1.3.0
1396
- License: MIT
1397
-
1398
- MIT License
1399
-
1400
- Copyright (c) 2020 Jordan Harband
1401
-
1402
- Permission is hereby granted, free of charge, to any person obtaining a copy
1403
- of this software and associated documentation files (the "Software"), to deal
1404
- in the Software without restriction, including without limitation the rights
1405
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1406
- copies of the Software, and to permit persons to whom the Software is
1407
- furnished to do so, subject to the following conditions:
1408
-
1409
- The above copyright notice and this permission notice shall be included in all
1410
- copies or substantial portions of the Software.
1411
-
1412
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1413
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1414
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1415
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1416
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1417
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1418
- SOFTWARE.
1419
-
1420
-
1421
- -------------------- DEPENDENCY DIVIDER --------------------
1422
-
1423
- Name: call-bound
1424
- URL: https://github.com/ljharb/call-bound#readme
1425
- Version: 1.0.4
1426
- License: MIT
1427
-
1428
- MIT License
1429
-
1430
- Copyright (c) 2024 Jordan Harband
1431
-
1432
- Permission is hereby granted, free of charge, to any person obtaining a copy
1433
- of this software and associated documentation files (the "Software"), to deal
1434
- in the Software without restriction, including without limitation the rights
1435
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1436
- copies of the Software, and to permit persons to whom the Software is
1437
- furnished to do so, subject to the following conditions:
1438
-
1439
- The above copyright notice and this permission notice shall be included in all
1440
- copies or substantial portions of the Software.
1441
-
1442
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1443
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1444
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1445
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1446
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1447
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1448
- SOFTWARE.
1449
-
1450
-
1451
- -------------------- DEPENDENCY DIVIDER --------------------
1452
-
1453
- Name: side-channel-map
1454
- URL: https://github.com/ljharb/side-channel-map#readme
1455
- Version: 1.0.1
1456
- License: MIT
1457
-
1458
- MIT License
1459
-
1460
- Copyright (c) 2024 Jordan Harband
1461
-
1462
- Permission is hereby granted, free of charge, to any person obtaining a copy
1463
- of this software and associated documentation files (the "Software"), to deal
1464
- in the Software without restriction, including without limitation the rights
1465
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1466
- copies of the Software, and to permit persons to whom the Software is
1467
- furnished to do so, subject to the following conditions:
1468
-
1469
- The above copyright notice and this permission notice shall be included in all
1470
- copies or substantial portions of the Software.
1471
-
1472
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1473
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1474
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1475
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1476
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1477
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1478
- SOFTWARE.
1479
-
1480
-
1481
- -------------------- DEPENDENCY DIVIDER --------------------
1482
-
1483
- Name: side-channel-weakmap
1484
- URL: https://github.com/ljharb/side-channel-weakmap#readme
1485
- Version: 1.0.2
1486
- License: MIT
1487
-
1488
- MIT License
1489
-
1490
- Copyright (c) 2019 Jordan Harband
1491
-
1492
- Permission is hereby granted, free of charge, to any person obtaining a copy
1493
- of this software and associated documentation files (the "Software"), to deal
1494
- in the Software without restriction, including without limitation the rights
1495
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1496
- copies of the Software, and to permit persons to whom the Software is
1497
- furnished to do so, subject to the following conditions:
1498
-
1499
- The above copyright notice and this permission notice shall be included in all
1500
- copies or substantial portions of the Software.
1501
-
1502
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1503
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1504
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1505
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1506
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1507
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1508
- SOFTWARE.
1509
-
1510
-
1511
- -------------------- DEPENDENCY DIVIDER --------------------
1512
-
1513
- Name: side-channel
1514
- URL: https://github.com/ljharb/side-channel#readme
1515
- Version: 1.1.0
1516
- License: MIT
1517
-
1518
- MIT License
1519
-
1520
- Copyright (c) 2019 Jordan Harband
1521
-
1522
- Permission is hereby granted, free of charge, to any person obtaining a copy
1523
- of this software and associated documentation files (the "Software"), to deal
1524
- in the Software without restriction, including without limitation the rights
1525
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1526
- copies of the Software, and to permit persons to whom the Software is
1527
- furnished to do so, subject to the following conditions:
1528
-
1529
- The above copyright notice and this permission notice shall be included in all
1530
- copies or substantial portions of the Software.
1531
-
1532
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1533
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1534
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1535
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1536
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1537
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1538
- SOFTWARE.
1539
-
1540
-
1541
- -------------------- DEPENDENCY DIVIDER --------------------
1542
-
1543
- Name: qs
1544
- URL: https://github.com/ljharb/qs
1545
- Version: 6.14.0
1546
- License: BSD-3-Clause
1547
-
1548
- BSD 3-Clause License
1549
-
1550
- Copyright (c) 2014, Nathan LaFreniere and other [contributors](https://github.com/ljharb/qs/graphs/contributors)
1551
- All rights reserved.
1552
-
1553
- Redistribution and use in source and binary forms, with or without
1554
- modification, are permitted provided that the following conditions are met:
1555
-
1556
- 1. Redistributions of source code must retain the above copyright notice, this
1557
- list of conditions and the following disclaimer.
1558
-
1559
- 2. Redistributions in binary form must reproduce the above copyright notice,
1560
- this list of conditions and the following disclaimer in the documentation
1561
- and/or other materials provided with the distribution.
1562
-
1563
- 3. Neither the name of the copyright holder nor the names of its
1564
- contributors may be used to endorse or promote products derived from
1565
- this software without specific prior written permission.
1566
-
1567
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1568
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1569
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1570
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
1571
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1572
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1573
- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1574
- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1575
- OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1576
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1577
-
1578
-
1579
- -------------------- DEPENDENCY DIVIDER --------------------
1580
-
1581
- Name: merge-descriptors
1582
- URL: sindresorhus/merge-descriptors
1583
- Version: 2.0.0
1584
- License: MIT
1585
-
1586
- MIT License
1587
-
1588
- Copyright (c) Jonathan Ong <me@jongleberry.com>
1589
- Copyright (c) Douglas Christopher Wilson <doug@somethingdoug.com>
1590
- Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1591
-
1592
- 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:
1593
-
1594
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1595
-
1596
- 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.
1597
-
1598
-
1599
- -------------------- DEPENDENCY DIVIDER --------------------
1600
-
1601
- Name: encodeurl
1602
- URL: pillarjs/encodeurl
1603
- Version: 2.0.0
1604
- License: MIT
1605
-
1606
- (The MIT License)
1607
-
1608
- Copyright (c) 2016 Douglas Christopher Wilson
1609
-
1610
- Permission is hereby granted, free of charge, to any person obtaining
1611
- a copy of this software and associated documentation files (the
1612
- 'Software'), to deal in the Software without restriction, including
1613
- without limitation the rights to use, copy, modify, merge, publish,
1614
- distribute, sublicense, and/or sell copies of the Software, and to
1615
- permit persons to whom the Software is furnished to do so, subject to
1616
- the following conditions:
1617
-
1618
- The above copyright notice and this permission notice shall be
1619
- included in all copies or substantial portions of the Software.
1620
-
1621
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1622
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1623
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1624
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1625
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1626
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1627
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1628
-
1629
-
1630
- -------------------- DEPENDENCY DIVIDER --------------------
1631
-
1632
- Name: escape-html
1633
- URL: component/escape-html
1634
- Version: 1.0.3
1635
- License: MIT
1636
-
1637
- (The MIT License)
1638
-
1639
- Copyright (c) 2012-2013 TJ Holowaychuk
1640
- Copyright (c) 2015 Andreas Lubbe
1641
- Copyright (c) 2015 Tiancheng "Timothy" Gu
1642
-
1643
- Permission is hereby granted, free of charge, to any person obtaining
1644
- a copy of this software and associated documentation files (the
1645
- 'Software'), to deal in the Software without restriction, including
1646
- without limitation the rights to use, copy, modify, merge, publish,
1647
- distribute, sublicense, and/or sell copies of the Software, and to
1648
- permit persons to whom the Software is furnished to do so, subject to
1649
- the following conditions:
1650
-
1651
- The above copyright notice and this permission notice shall be
1652
- included in all copies or substantial portions of the Software.
1653
-
1654
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1655
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1656
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1657
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1658
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1659
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1660
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1661
-
1662
-
1663
- -------------------- DEPENDENCY DIVIDER --------------------
1664
-
1665
- Name: parseurl
1666
- URL: pillarjs/parseurl
1667
- Version: 1.3.3
1668
- License: MIT
1669
-
1670
-
1671
- (The MIT License)
1672
-
1673
- Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
1674
- Copyright (c) 2014-2017 Douglas Christopher Wilson <doug@somethingdoug.com>
1675
-
1676
- Permission is hereby granted, free of charge, to any person obtaining
1677
- a copy of this software and associated documentation files (the
1678
- 'Software'), to deal in the Software without restriction, including
1679
- without limitation the rights to use, copy, modify, merge, publish,
1680
- distribute, sublicense, and/or sell copies of the Software, and to
1681
- permit persons to whom the Software is furnished to do so, subject to
1682
- the following conditions:
1683
-
1684
- The above copyright notice and this permission notice shall be
1685
- included in all copies or substantial portions of the Software.
1686
-
1687
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1688
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1689
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1690
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1691
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1692
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1693
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1694
-
1695
-
1696
- -------------------- DEPENDENCY DIVIDER --------------------
1697
-
1698
- Name: finalhandler
1699
- URL: pillarjs/finalhandler
1700
- Version: 2.1.0
1701
- License: MIT
1702
-
1703
- (The MIT License)
1704
-
1705
- Copyright (c) 2014-2022 Douglas Christopher Wilson <doug@somethingdoug.com>
1706
-
1707
- Permission is hereby granted, free of charge, to any person obtaining
1708
- a copy of this software and associated documentation files (the
1709
- 'Software'), to deal in the Software without restriction, including
1710
- without limitation the rights to use, copy, modify, merge, publish,
1711
- distribute, sublicense, and/or sell copies of the Software, and to
1712
- permit persons to whom the Software is furnished to do so, subject to
1713
- the following conditions:
1714
-
1715
- The above copyright notice and this permission notice shall be
1716
- included in all copies or substantial portions of the Software.
1717
-
1718
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1719
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1720
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1721
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1722
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1723
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1724
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1725
-
1726
-
1727
- -------------------- DEPENDENCY DIVIDER --------------------
1728
-
1729
- Name: etag
1730
- URL: jshttp/etag
1731
- Version: 1.8.1
1732
- License: MIT
1733
-
1734
- (The MIT License)
1735
-
1736
- Copyright (c) 2014-2016 Douglas Christopher Wilson
1737
-
1738
- Permission is hereby granted, free of charge, to any person obtaining
1739
- a copy of this software and associated documentation files (the
1740
- 'Software'), to deal in the Software without restriction, including
1741
- without limitation the rights to use, copy, modify, merge, publish,
1742
- distribute, sublicense, and/or sell copies of the Software, and to
1743
- permit persons to whom the Software is furnished to do so, subject to
1744
- the following conditions:
1745
-
1746
- The above copyright notice and this permission notice shall be
1747
- included in all copies or substantial portions of the Software.
1748
-
1749
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1750
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1751
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1752
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1753
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1754
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1755
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1756
-
1757
-
1758
- -------------------- DEPENDENCY DIVIDER --------------------
1759
-
1760
- Name: proxy-addr
1761
- URL: jshttp/proxy-addr
1762
- Version: 2.0.7
1763
- License: MIT
1764
-
1765
- (The MIT License)
1766
-
1767
- Copyright (c) 2014-2016 Douglas Christopher Wilson
1768
-
1769
- Permission is hereby granted, free of charge, to any person obtaining
1770
- a copy of this software and associated documentation files (the
1771
- 'Software'), to deal in the Software without restriction, including
1772
- without limitation the rights to use, copy, modify, merge, publish,
1773
- distribute, sublicense, and/or sell copies of the Software, and to
1774
- permit persons to whom the Software is furnished to do so, subject to
1775
- the following conditions:
1776
-
1777
- The above copyright notice and this permission notice shall be
1778
- included in all copies or substantial portions of the Software.
1779
-
1780
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1781
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1782
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1783
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1784
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1785
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1786
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1787
-
1788
-
1789
- -------------------- DEPENDENCY DIVIDER --------------------
1790
-
1791
- Name: forwarded
1792
- URL: jshttp/forwarded
1793
- Version: 0.2.0
1794
- License: MIT
1795
-
1796
- (The MIT License)
1797
-
1798
- Copyright (c) 2014-2017 Douglas Christopher Wilson
1799
-
1800
- Permission is hereby granted, free of charge, to any person obtaining
1801
- a copy of this software and associated documentation files (the
1802
- 'Software'), to deal in the Software without restriction, including
1803
- without limitation the rights to use, copy, modify, merge, publish,
1804
- distribute, sublicense, and/or sell copies of the Software, and to
1805
- permit persons to whom the Software is furnished to do so, subject to
1806
- the following conditions:
1807
-
1808
- The above copyright notice and this permission notice shall be
1809
- included in all copies or substantial portions of the Software.
1810
-
1811
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1812
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1813
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1814
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1815
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1816
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1817
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1818
-
1819
-
1820
- -------------------- DEPENDENCY DIVIDER --------------------
1821
-
1822
- Name: ipaddr.js
1823
- URL: git://github.com/whitequark/ipaddr.js
1824
- Version: 1.9.1
1825
- License: MIT
1826
-
1827
- Copyright (C) 2011-2017 whitequark <whitequark@whitequark.org>
1828
-
1829
- Permission is hereby granted, free of charge, to any person obtaining a copy
1830
- of this software and associated documentation files (the "Software"), to deal
1831
- in the Software without restriction, including without limitation the rights
1832
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1833
- copies of the Software, and to permit persons to whom the Software is
1834
- furnished to do so, subject to the following conditions:
1835
-
1836
- The above copyright notice and this permission notice shall be included in
1837
- all copies or substantial portions of the Software.
1838
-
1839
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1840
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1841
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1842
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1843
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1844
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1845
- THE SOFTWARE.
1846
-
1847
-
1848
- -------------------- DEPENDENCY DIVIDER --------------------
1849
-
1850
- Name: once
1851
- URL: git://github.com/isaacs/once
1852
- Version: 1.4.0
1853
- License: ISC
1854
-
1855
- The ISC License
1856
-
1857
- Copyright (c) Isaac Z. Schlueter and Contributors
1858
-
1859
- Permission to use, copy, modify, and/or distribute this software for any
1860
- purpose with or without fee is hereby granted, provided that the above
1861
- copyright notice and this permission notice appear in all copies.
1862
-
1863
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1864
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1865
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1866
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1867
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1868
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1869
- IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1870
-
1871
-
1872
- -------------------- DEPENDENCY DIVIDER --------------------
1873
-
1874
- Name: wrappy
1875
- URL: https://github.com/npm/wrappy
1876
- Version: 1.0.2
1877
- License: ISC
1878
-
1879
- The ISC License
1880
-
1881
- Copyright (c) Isaac Z. Schlueter and Contributors
1882
-
1883
- Permission to use, copy, modify, and/or distribute this software for any
1884
- purpose with or without fee is hereby granted, provided that the above
1885
- copyright notice and this permission notice appear in all copies.
1886
-
1887
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1888
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1889
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1890
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1891
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1892
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1893
- IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1894
-
1895
-
1896
- -------------------- DEPENDENCY DIVIDER --------------------
1897
-
1898
- Name: router
1899
- URL: pillarjs/router
1900
- Version: 2.2.0
1901
- License: MIT
1902
-
1903
- (The MIT License)
1904
-
1905
- Copyright (c) 2013 Roman Shtylman
1906
- Copyright (c) 2014-2022 Douglas Christopher Wilson
1907
-
1908
- Permission is hereby granted, free of charge, to any person obtaining
1909
- a copy of this software and associated documentation files (the
1910
- 'Software'), to deal in the Software without restriction, including
1911
- without limitation the rights to use, copy, modify, merge, publish,
1912
- distribute, sublicense, and/or sell copies of the Software, and to
1913
- permit persons to whom the Software is furnished to do so, subject to
1914
- the following conditions:
1915
-
1916
- The above copyright notice and this permission notice shall be
1917
- included in all copies or substantial portions of the Software.
1918
-
1919
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1920
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1921
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1922
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1923
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1924
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1925
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1926
-
1927
-
1928
- -------------------- DEPENDENCY DIVIDER --------------------
1929
-
1930
- Name: is-promise
1931
- URL: https://github.com/then/is-promise.git
1932
- Version: 4.0.0
1933
- License: MIT
1934
-
1935
- Copyright (c) 2014 Forbes Lindesay
1936
-
1937
- Permission is hereby granted, free of charge, to any person obtaining a copy
1938
- of this software and associated documentation files (the "Software"), to deal
1939
- in the Software without restriction, including without limitation the rights
1940
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1941
- copies of the Software, and to permit persons to whom the Software is
1942
- furnished to do so, subject to the following conditions:
1943
-
1944
- The above copyright notice and this permission notice shall be included in
1945
- all copies or substantial portions of the Software.
1946
-
1947
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1948
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1949
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1950
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1951
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1952
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1953
- THE SOFTWARE.
1954
-
1955
- -------------------- DEPENDENCY DIVIDER --------------------
1956
-
1957
- Name: path-to-regexp
1958
- URL: https://github.com/pillarjs/path-to-regexp.git
1959
- Version: 8.3.0
1960
- License: MIT
1961
-
1962
- The MIT License (MIT)
1963
-
1964
- Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com)
1965
-
1966
- Permission is hereby granted, free of charge, to any person obtaining a copy
1967
- of this software and associated documentation files (the "Software"), to deal
1968
- in the Software without restriction, including without limitation the rights
1969
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1970
- copies of the Software, and to permit persons to whom the Software is
1971
- furnished to do so, subject to the following conditions:
1972
-
1973
- The above copyright notice and this permission notice shall be included in
1974
- all copies or substantial portions of the Software.
1975
-
1976
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1977
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1978
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1979
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1980
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1981
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1982
- THE SOFTWARE.
1983
-
1984
-
1985
- -------------------- DEPENDENCY DIVIDER --------------------
1986
-
1987
- Name: negotiator
1988
- URL: jshttp/negotiator
1989
- Version: 1.0.0
1990
- License: MIT
1991
-
1992
- (The MIT License)
1993
-
1994
- Copyright (c) 2012-2014 Federico Romero
1995
- Copyright (c) 2012-2014 Isaac Z. Schlueter
1996
- Copyright (c) 2014-2015 Douglas Christopher Wilson
1997
-
1998
- Permission is hereby granted, free of charge, to any person obtaining
1999
- a copy of this software and associated documentation files (the
2000
- 'Software'), to deal in the Software without restriction, including
2001
- without limitation the rights to use, copy, modify, merge, publish,
2002
- distribute, sublicense, and/or sell copies of the Software, and to
2003
- permit persons to whom the Software is furnished to do so, subject to
2004
- the following conditions:
2005
-
2006
- The above copyright notice and this permission notice shall be
2007
- included in all copies or substantial portions of the Software.
2008
-
2009
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2010
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2011
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2012
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2013
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2014
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2015
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2016
-
2017
-
2018
- -------------------- DEPENDENCY DIVIDER --------------------
2019
-
2020
- Name: accepts
2021
- URL: jshttp/accepts
2022
- Version: 2.0.0
2023
- License: MIT
2024
-
2025
- (The MIT License)
2026
-
2027
- Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
2028
- Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
2029
-
2030
- Permission is hereby granted, free of charge, to any person obtaining
2031
- a copy of this software and associated documentation files (the
2032
- 'Software'), to deal in the Software without restriction, including
2033
- without limitation the rights to use, copy, modify, merge, publish,
2034
- distribute, sublicense, and/or sell copies of the Software, and to
2035
- permit persons to whom the Software is furnished to do so, subject to
2036
- the following conditions:
2037
-
2038
- The above copyright notice and this permission notice shall be
2039
- included in all copies or substantial portions of the Software.
2040
-
2041
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2042
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2043
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2044
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2045
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2046
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2047
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2048
-
2049
-
2050
- -------------------- DEPENDENCY DIVIDER --------------------
2051
-
2052
- Name: fresh
2053
- URL: jshttp/fresh
2054
- Version: 2.0.0
2055
- License: MIT
2056
-
2057
- (The MIT License)
2058
-
2059
- Copyright (c) 2012 TJ Holowaychuk <tj@vision-media.ca>
2060
- Copyright (c) 2016-2017 Douglas Christopher Wilson <doug@somethingdoug.com>
2061
-
2062
- Permission is hereby granted, free of charge, to any person obtaining
2063
- a copy of this software and associated documentation files (the
2064
- 'Software'), to deal in the Software without restriction, including
2065
- without limitation the rights to use, copy, modify, merge, publish,
2066
- distribute, sublicense, and/or sell copies of the Software, and to
2067
- permit persons to whom the Software is furnished to do so, subject to
2068
- the following conditions:
2069
-
2070
- The above copyright notice and this permission notice shall be
2071
- included in all copies or substantial portions of the Software.
2072
-
2073
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2074
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2075
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2076
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2077
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2078
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2079
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2080
-
2081
-
2082
- -------------------- DEPENDENCY DIVIDER --------------------
2083
-
2084
- Name: range-parser
2085
- URL: jshttp/range-parser
2086
- Version: 1.2.1
2087
- License: MIT
2088
-
2089
- (The MIT License)
2090
-
2091
- Copyright (c) 2012-2014 TJ Holowaychuk <tj@vision-media.ca>
2092
- Copyright (c) 2015-2016 Douglas Christopher Wilson <doug@somethingdoug.com
2093
-
2094
- Permission is hereby granted, free of charge, to any person obtaining
2095
- a copy of this software and associated documentation files (the
2096
- 'Software'), to deal in the Software without restriction, including
2097
- without limitation the rights to use, copy, modify, merge, publish,
2098
- distribute, sublicense, and/or sell copies of the Software, and to
2099
- permit persons to whom the Software is furnished to do so, subject to
2100
- the following conditions:
2101
-
2102
- The above copyright notice and this permission notice shall be
2103
- included in all copies or substantial portions of the Software.
2104
-
2105
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2106
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2107
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2108
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2109
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2110
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2111
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2112
-
2113
-
2114
- -------------------- DEPENDENCY DIVIDER --------------------
2115
-
2116
- Name: content-disposition
2117
- URL: jshttp/content-disposition
2118
- Version: 1.0.0
2119
- License: MIT
2120
-
2121
- (The MIT License)
2122
-
2123
- Copyright (c) 2014-2017 Douglas Christopher Wilson
2124
-
2125
- Permission is hereby granted, free of charge, to any person obtaining
2126
- a copy of this software and associated documentation files (the
2127
- 'Software'), to deal in the Software without restriction, including
2128
- without limitation the rights to use, copy, modify, merge, publish,
2129
- distribute, sublicense, and/or sell copies of the Software, and to
2130
- permit persons to whom the Software is furnished to do so, subject to
2131
- the following conditions:
2132
-
2133
- The above copyright notice and this permission notice shall be
2134
- included in all copies or substantial portions of the Software.
2135
-
2136
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2137
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2138
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2139
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2140
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2141
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2142
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2143
-
2144
-
2145
- -------------------- DEPENDENCY DIVIDER --------------------
2146
-
2147
- Name: safe-buffer
2148
- URL: https://github.com/feross/safe-buffer
2149
- Version: 5.2.1
2150
- License: MIT
2151
-
2152
- The MIT License (MIT)
2153
-
2154
- Copyright (c) Feross Aboukhadijeh
2155
-
2156
- Permission is hereby granted, free of charge, to any person obtaining a copy
2157
- of this software and associated documentation files (the "Software"), to deal
2158
- in the Software without restriction, including without limitation the rights
2159
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2160
- copies of the Software, and to permit persons to whom the Software is
2161
- furnished to do so, subject to the following conditions:
2162
-
2163
- The above copyright notice and this permission notice shall be included in
2164
- all copies or substantial portions of the Software.
2165
-
2166
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2167
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2168
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2169
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2170
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2171
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2172
- THE SOFTWARE.
2173
-
2174
-
2175
- -------------------- DEPENDENCY DIVIDER --------------------
2176
-
2177
- Name: cookie-signature
2178
- URL: https://github.com/visionmedia/node-cookie-signature.git
2179
- Version: 1.2.2
2180
- License: MIT
2181
-
2182
- (The MIT License)
2183
-
2184
- Copyright (c) 2012–2024 LearnBoost <tj@learnboost.com> and other contributors;
2185
-
2186
- Permission is hereby granted, free of charge, to any person obtaining
2187
- a copy of this software and associated documentation files (the
2188
- 'Software'), to deal in the Software without restriction, including
2189
- without limitation the rights to use, copy, modify, merge, publish,
2190
- distribute, sublicense, and/or sell copies of the Software, and to
2191
- permit persons to whom the Software is furnished to do so, subject to
2192
- the following conditions:
2193
-
2194
- The above copyright notice and this permission notice shall be
2195
- included in all copies or substantial portions of the Software.
2196
-
2197
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2198
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2199
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2200
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2201
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2202
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2203
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2204
-
2205
-
2206
- -------------------- DEPENDENCY DIVIDER --------------------
2207
-
2208
- Name: cookie
2209
- URL: jshttp/cookie
2210
- Version: 0.7.2
2211
- License: MIT
2212
-
2213
- (The MIT License)
2214
-
2215
- Copyright (c) 2012-2014 Roman Shtylman <shtylman@gmail.com>
2216
- Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
2217
-
2218
- Permission is hereby granted, free of charge, to any person obtaining
2219
- a copy of this software and associated documentation files (the
2220
- 'Software'), to deal in the Software without restriction, including
2221
- without limitation the rights to use, copy, modify, merge, publish,
2222
- distribute, sublicense, and/or sell copies of the Software, and to
2223
- permit persons to whom the Software is furnished to do so, subject to
2224
- the following conditions:
2225
-
2226
- The above copyright notice and this permission notice shall be
2227
- included in all copies or substantial portions of the Software.
2228
-
2229
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2230
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2231
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2232
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2233
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2234
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2235
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2236
-
2237
-
2238
-
2239
- -------------------- DEPENDENCY DIVIDER --------------------
2240
-
2241
- Name: send
2242
- URL: pillarjs/send
2243
- Version: 1.2.0
2244
- License: MIT
2245
-
2246
- (The MIT License)
2247
-
2248
- Copyright (c) 2012 TJ Holowaychuk
2249
- Copyright (c) 2014-2022 Douglas Christopher Wilson
2250
-
2251
- Permission is hereby granted, free of charge, to any person obtaining
2252
- a copy of this software and associated documentation files (the
2253
- 'Software'), to deal in the Software without restriction, including
2254
- without limitation the rights to use, copy, modify, merge, publish,
2255
- distribute, sublicense, and/or sell copies of the Software, and to
2256
- permit persons to whom the Software is furnished to do so, subject to
2257
- the following conditions:
2258
-
2259
- The above copyright notice and this permission notice shall be
2260
- included in all copies or substantial portions of the Software.
2261
-
2262
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2263
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2264
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2265
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2266
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2267
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2268
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2269
-
2270
-
2271
- -------------------- DEPENDENCY DIVIDER --------------------
2272
-
2273
- Name: vary
2274
- URL: jshttp/vary
2275
- Version: 1.1.2
2276
- License: MIT
2277
-
2278
- (The MIT License)
2279
-
2280
- Copyright (c) 2014-2017 Douglas Christopher Wilson
2281
-
2282
- Permission is hereby granted, free of charge, to any person obtaining
2283
- a copy of this software and associated documentation files (the
2284
- 'Software'), to deal in the Software without restriction, including
2285
- without limitation the rights to use, copy, modify, merge, publish,
2286
- distribute, sublicense, and/or sell copies of the Software, and to
2287
- permit persons to whom the Software is furnished to do so, subject to
2288
- the following conditions:
2289
-
2290
- The above copyright notice and this permission notice shall be
2291
- included in all copies or substantial portions of the Software.
2292
-
2293
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2294
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2295
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2296
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2297
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2298
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2299
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2300
-
2301
-
2302
- -------------------- DEPENDENCY DIVIDER --------------------
2303
-
2304
- Name: serve-static
2305
- URL: expressjs/serve-static
2306
- Version: 2.2.0
2307
- License: MIT
2308
-
2309
- (The MIT License)
2310
-
2311
- Copyright (c) 2010 Sencha Inc.
2312
- Copyright (c) 2011 LearnBoost
2313
- Copyright (c) 2011 TJ Holowaychuk
2314
- Copyright (c) 2014-2016 Douglas Christopher Wilson
2315
-
2316
- Permission is hereby granted, free of charge, to any person obtaining
2317
- a copy of this software and associated documentation files (the
2318
- 'Software'), to deal in the Software without restriction, including
2319
- without limitation the rights to use, copy, modify, merge, publish,
2320
- distribute, sublicense, and/or sell copies of the Software, and to
2321
- permit persons to whom the Software is furnished to do so, subject to
2322
- the following conditions:
2323
-
2324
- The above copyright notice and this permission notice shall be
2325
- included in all copies or substantial portions of the Software.
2326
-
2327
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2328
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2329
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2330
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2331
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2332
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2333
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2334
-
2335
-
2336
390
  -------------------- DEPENDENCY DIVIDER --------------------
2337
391
 
2338
392
  Name: zod
@@ -2367,7 +421,7 @@ SOFTWARE.
2367
421
 
2368
422
  Name: @modelcontextprotocol/sdk
2369
423
  URL: https://modelcontextprotocol.io
2370
- Version: 1.24.1
424
+ Version: 1.24.3
2371
425
  License: MIT
2372
426
 
2373
427
  MIT License
@@ -2581,7 +635,7 @@ SOFTWARE.
2581
635
 
2582
636
  Name: puppeteer-core
2583
637
  URL: https://github.com/puppeteer/puppeteer/tree/main/packages/puppeteer-core
2584
- Version: 24.32.0
638
+ Version: 24.33.0
2585
639
  License: Apache-2.0
2586
640
 
2587
641
  -------------------- DEPENDENCY DIVIDER --------------------
@@ -3356,4 +1410,601 @@ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
3356
1410
  FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
3357
1411
  COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3358
1412
  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3359
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1413
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1414
+
1415
+
1416
+ -------------------- DEPENDENCY DIVIDER --------------------
1417
+
1418
+ Name: chrome-devtools-frontend
1419
+ License: Apache-2.0
1420
+
1421
+ // Copyright 2014 The Chromium Authors
1422
+ //
1423
+ // Redistribution and use in source and binary forms, with or without
1424
+ // modification, are permitted provided that the following conditions are
1425
+ // met:
1426
+ //
1427
+ // * Redistributions of source code must retain the above copyright
1428
+ // notice, this list of conditions and the following disclaimer.
1429
+ // * Redistributions in binary form must reproduce the above
1430
+ // copyright notice, this list of conditions and the following disclaimer
1431
+ // in the documentation and/or other materials provided with the
1432
+ // distribution.
1433
+ // * Neither the name of Google Inc. nor the names of its
1434
+ // contributors may be used to endorse or promote products derived from
1435
+ // this software without specific prior written permission.
1436
+ //
1437
+ // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1438
+ // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1439
+ // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1440
+ // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1441
+ // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1442
+ // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1443
+ // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1444
+ // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1445
+ // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1446
+ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1447
+ // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1448
+
1449
+
1450
+ -------------------- DEPENDENCY DIVIDER --------------------
1451
+
1452
+ Name: i18n
1453
+ License:
1454
+
1455
+
1456
+ Apache License
1457
+ Version 2.0, January 2004
1458
+ http://www.apache.org/licenses/
1459
+
1460
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1461
+
1462
+ 1. Definitions.
1463
+
1464
+ "License" shall mean the terms and conditions for use, reproduction,
1465
+ and distribution as defined by Sections 1 through 9 of this document.
1466
+
1467
+ "Licensor" shall mean the copyright owner or entity authorized by
1468
+ the copyright owner that is granting the License.
1469
+
1470
+ "Legal Entity" shall mean the union of the acting entity and all
1471
+ other entities that control, are controlled by, or are under common
1472
+ control with that entity. For the purposes of this definition,
1473
+ "control" means (i) the power, direct or indirect, to cause the
1474
+ direction or management of such entity, whether by contract or
1475
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
1476
+ outstanding shares, or (iii) beneficial ownership of such entity.
1477
+
1478
+ "You" (or "Your") shall mean an individual or Legal Entity
1479
+ exercising permissions granted by this License.
1480
+
1481
+ "Source" form shall mean the preferred form for making modifications,
1482
+ including but not limited to software source code, documentation
1483
+ source, and configuration files.
1484
+
1485
+ "Object" form shall mean any form resulting from mechanical
1486
+ transformation or translation of a Source form, including but
1487
+ not limited to compiled object code, generated documentation,
1488
+ and conversions to other media types.
1489
+
1490
+ "Work" shall mean the work of authorship, whether in Source or
1491
+ Object form, made available under the License, as indicated by a
1492
+ copyright notice that is included in or attached to the work
1493
+ (an example is provided in the Appendix below).
1494
+
1495
+ "Derivative Works" shall mean any work, whether in Source or Object
1496
+ form, that is based on (or derived from) the Work and for which the
1497
+ editorial revisions, annotations, elaborations, or other modifications
1498
+ represent, as a whole, an original work of authorship. For the purposes
1499
+ of this License, Derivative Works shall not include works that remain
1500
+ separable from, or merely link (or bind by name) to the interfaces of,
1501
+ the Work and Derivative Works thereof.
1502
+
1503
+ "Contribution" shall mean any work of authorship, including
1504
+ the original version of the Work and any modifications or additions
1505
+ to that Work or Derivative Works thereof, that is intentionally
1506
+ submitted to Licensor for inclusion in the Work by the copyright owner
1507
+ or by an individual or Legal Entity authorized to submit on behalf of
1508
+ the copyright owner. For the purposes of this definition, "submitted"
1509
+ means any form of electronic, verbal, or written communication sent
1510
+ to the Licensor or its representatives, including but not limited to
1511
+ communication on electronic mailing lists, source code control systems,
1512
+ and issue tracking systems that are managed by, or on behalf of, the
1513
+ Licensor for the purpose of discussing and improving the Work, but
1514
+ excluding communication that is conspicuously marked or otherwise
1515
+ designated in writing by the copyright owner as "Not a Contribution."
1516
+
1517
+ "Contributor" shall mean Licensor and any individual or Legal Entity
1518
+ on behalf of whom a Contribution has been received by Licensor and
1519
+ subsequently incorporated within the Work.
1520
+
1521
+ 2. Grant of Copyright License. Subject to the terms and conditions of
1522
+ this License, each Contributor hereby grants to You a perpetual,
1523
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1524
+ copyright license to reproduce, prepare Derivative Works of,
1525
+ publicly display, publicly perform, sublicense, and distribute the
1526
+ Work and such Derivative Works in Source or Object form.
1527
+
1528
+ 3. Grant of Patent License. Subject to the terms and conditions of
1529
+ this License, each Contributor hereby grants to You a perpetual,
1530
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1531
+ (except as stated in this section) patent license to make, have made,
1532
+ use, offer to sell, sell, import, and otherwise transfer the Work,
1533
+ where such license applies only to those patent claims licensable
1534
+ by such Contributor that are necessarily infringed by their
1535
+ Contribution(s) alone or by combination of their Contribution(s)
1536
+ with the Work to which such Contribution(s) was submitted. If You
1537
+ institute patent litigation against any entity (including a
1538
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
1539
+ or a Contribution incorporated within the Work constitutes direct
1540
+ or contributory patent infringement, then any patent licenses
1541
+ granted to You under this License for that Work shall terminate
1542
+ as of the date such litigation is filed.
1543
+
1544
+ 4. Redistribution. You may reproduce and distribute copies of the
1545
+ Work or Derivative Works thereof in any medium, with or without
1546
+ modifications, and in Source or Object form, provided that You
1547
+ meet the following conditions:
1548
+
1549
+ (a) You must give any other recipients of the Work or
1550
+ Derivative Works a copy of this License; and
1551
+
1552
+ (b) You must cause any modified files to carry prominent notices
1553
+ stating that You changed the files; and
1554
+
1555
+ (c) You must retain, in the Source form of any Derivative Works
1556
+ that You distribute, all copyright, patent, trademark, and
1557
+ attribution notices from the Source form of the Work,
1558
+ excluding those notices that do not pertain to any part of
1559
+ the Derivative Works; and
1560
+
1561
+ (d) If the Work includes a "NOTICE" text file as part of its
1562
+ distribution, then any Derivative Works that You distribute must
1563
+ include a readable copy of the attribution notices contained
1564
+ within such NOTICE file, excluding those notices that do not
1565
+ pertain to any part of the Derivative Works, in at least one
1566
+ of the following places: within a NOTICE text file distributed
1567
+ as part of the Derivative Works; within the Source form or
1568
+ documentation, if provided along with the Derivative Works; or,
1569
+ within a display generated by the Derivative Works, if and
1570
+ wherever such third-party notices normally appear. The contents
1571
+ of the NOTICE file are for informational purposes only and
1572
+ do not modify the License. You may add Your own attribution
1573
+ notices within Derivative Works that You distribute, alongside
1574
+ or as an addendum to the NOTICE text from the Work, provided
1575
+ that such additional attribution notices cannot be construed
1576
+ as modifying the License.
1577
+
1578
+ You may add Your own copyright statement to Your modifications and
1579
+ may provide additional or different license terms and conditions
1580
+ for use, reproduction, or distribution of Your modifications, or
1581
+ for any such Derivative Works as a whole, provided Your use,
1582
+ reproduction, and distribution of the Work otherwise complies with
1583
+ the conditions stated in this License.
1584
+
1585
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
1586
+ any Contribution intentionally submitted for inclusion in the Work
1587
+ by You to the Licensor shall be under the terms and conditions of
1588
+ this License, without any additional terms or conditions.
1589
+ Notwithstanding the above, nothing herein shall supersede or modify
1590
+ the terms of any separate license agreement you may have executed
1591
+ with Licensor regarding such Contributions.
1592
+
1593
+ 6. Trademarks. This License does not grant permission to use the trade
1594
+ names, trademarks, service marks, or product names of the Licensor,
1595
+ except as required for reasonable and customary use in describing the
1596
+ origin of the Work and reproducing the content of the NOTICE file.
1597
+
1598
+ 7. Disclaimer of Warranty. Unless required by applicable law or
1599
+ agreed to in writing, Licensor provides the Work (and each
1600
+ Contributor provides its Contributions) on an "AS IS" BASIS,
1601
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1602
+ implied, including, without limitation, any warranties or conditions
1603
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1604
+ PARTICULAR PURPOSE. You are solely responsible for determining the
1605
+ appropriateness of using or redistributing the Work and assume any
1606
+ risks associated with Your exercise of permissions under this License.
1607
+
1608
+ 8. Limitation of Liability. In no event and under no legal theory,
1609
+ whether in tort (including negligence), contract, or otherwise,
1610
+ unless required by applicable law (such as deliberate and grossly
1611
+ negligent acts) or agreed to in writing, shall any Contributor be
1612
+ liable to You for damages, including any direct, indirect, special,
1613
+ incidental, or consequential damages of any character arising as a
1614
+ result of this License or out of the use or inability to use the
1615
+ Work (including but not limited to damages for loss of goodwill,
1616
+ work stoppage, computer failure or malfunction, or any and all
1617
+ other commercial damages or losses), even if such Contributor
1618
+ has been advised of the possibility of such damages.
1619
+
1620
+ 9. Accepting Warranty or Additional Liability. While redistributing
1621
+ the Work or Derivative Works thereof, You may choose to offer,
1622
+ and charge a fee for, acceptance of support, warranty, indemnity,
1623
+ or other liability obligations and/or rights consistent with this
1624
+ License. However, in accepting such obligations, You may act only
1625
+ on Your own behalf and on Your sole responsibility, not on behalf
1626
+ of any other Contributor, and only if You agree to indemnify,
1627
+ defend, and hold each Contributor harmless for any liability
1628
+ incurred by, or claims asserted against, such Contributor by reason
1629
+ of your accepting any such warranty or additional liability.
1630
+
1631
+ END OF TERMS AND CONDITIONS
1632
+
1633
+ APPENDIX: How to apply the Apache License to your work.
1634
+
1635
+ To apply the Apache License to your work, attach the following
1636
+ boilerplate notice, with the fields enclosed by brackets "[]"
1637
+ replaced with your own identifying information. (Don't include
1638
+ the brackets!) The text should be enclosed in the appropriate
1639
+ comment syntax for the file format. We also recommend that a
1640
+ file or class name and description of purpose be included on the
1641
+ same "printed page" as the copyright notice for easier
1642
+ identification within third-party archives.
1643
+
1644
+ Copyright 2014 Google Inc.
1645
+
1646
+ Licensed under the Apache License, Version 2.0 (the "License");
1647
+ you may not use this file except in compliance with the License.
1648
+ You may obtain a copy of the License at
1649
+
1650
+ http://www.apache.org/licenses/LICENSE-2.0
1651
+
1652
+ Unless required by applicable law or agreed to in writing, software
1653
+ distributed under the License is distributed on an "AS IS" BASIS,
1654
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1655
+ See the License for the specific language governing permissions and
1656
+ limitations under the License.
1657
+
1658
+
1659
+ -------------------- DEPENDENCY DIVIDER --------------------
1660
+
1661
+ Name: intl-messageformat
1662
+ License:
1663
+
1664
+ Copyright (c) 2019, Oath Inc.
1665
+
1666
+ Licensed under the terms of the New BSD license. See below for terms.
1667
+
1668
+ Redistribution and use of this software in source and binary forms,
1669
+ with or without modification, are permitted provided that the following
1670
+ conditions are met:
1671
+
1672
+ - Redistributions of source code must retain the above
1673
+ copyright notice, this list of conditions and the
1674
+ following disclaimer.
1675
+
1676
+ - Redistributions in binary form must reproduce the above
1677
+ copyright notice, this list of conditions and the
1678
+ following disclaimer in the documentation and/or other
1679
+ materials provided with the distribution.
1680
+
1681
+ - Neither the name of Oath Inc. nor the names of its
1682
+ contributors may be used to endorse or promote products
1683
+ derived from this software without specific prior
1684
+ written permission of Oath Inc.
1685
+
1686
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
1687
+ IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
1688
+ TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
1689
+ PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1690
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1691
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1692
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1693
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1694
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1695
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1696
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1697
+
1698
+
1699
+ -------------------- DEPENDENCY DIVIDER --------------------
1700
+
1701
+ Name: legacy-javascript
1702
+ License:
1703
+
1704
+
1705
+ Apache License
1706
+ Version 2.0, January 2004
1707
+ http://www.apache.org/licenses/
1708
+
1709
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1710
+
1711
+ 1. Definitions.
1712
+
1713
+ "License" shall mean the terms and conditions for use, reproduction,
1714
+ and distribution as defined by Sections 1 through 9 of this document.
1715
+
1716
+ "Licensor" shall mean the copyright owner or entity authorized by
1717
+ the copyright owner that is granting the License.
1718
+
1719
+ "Legal Entity" shall mean the union of the acting entity and all
1720
+ other entities that control, are controlled by, or are under common
1721
+ control with that entity. For the purposes of this definition,
1722
+ "control" means (i) the power, direct or indirect, to cause the
1723
+ direction or management of such entity, whether by contract or
1724
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
1725
+ outstanding shares, or (iii) beneficial ownership of such entity.
1726
+
1727
+ "You" (or "Your") shall mean an individual or Legal Entity
1728
+ exercising permissions granted by this License.
1729
+
1730
+ "Source" form shall mean the preferred form for making modifications,
1731
+ including but not limited to software source code, documentation
1732
+ source, and configuration files.
1733
+
1734
+ "Object" form shall mean any form resulting from mechanical
1735
+ transformation or translation of a Source form, including but
1736
+ not limited to compiled object code, generated documentation,
1737
+ and conversions to other media types.
1738
+
1739
+ "Work" shall mean the work of authorship, whether in Source or
1740
+ Object form, made available under the License, as indicated by a
1741
+ copyright notice that is included in or attached to the work
1742
+ (an example is provided in the Appendix below).
1743
+
1744
+ "Derivative Works" shall mean any work, whether in Source or Object
1745
+ form, that is based on (or derived from) the Work and for which the
1746
+ editorial revisions, annotations, elaborations, or other modifications
1747
+ represent, as a whole, an original work of authorship. For the purposes
1748
+ of this License, Derivative Works shall not include works that remain
1749
+ separable from, or merely link (or bind by name) to the interfaces of,
1750
+ the Work and Derivative Works thereof.
1751
+
1752
+ "Contribution" shall mean any work of authorship, including
1753
+ the original version of the Work and any modifications or additions
1754
+ to that Work or Derivative Works thereof, that is intentionally
1755
+ submitted to Licensor for inclusion in the Work by the copyright owner
1756
+ or by an individual or Legal Entity authorized to submit on behalf of
1757
+ the copyright owner. For the purposes of this definition, "submitted"
1758
+ means any form of electronic, verbal, or written communication sent
1759
+ to the Licensor or its representatives, including but not limited to
1760
+ communication on electronic mailing lists, source code control systems,
1761
+ and issue tracking systems that are managed by, or on behalf of, the
1762
+ Licensor for the purpose of discussing and improving the Work, but
1763
+ excluding communication that is conspicuously marked or otherwise
1764
+ designated in writing by the copyright owner as "Not a Contribution."
1765
+
1766
+ "Contributor" shall mean Licensor and any individual or Legal Entity
1767
+ on behalf of whom a Contribution has been received by Licensor and
1768
+ subsequently incorporated within the Work.
1769
+
1770
+ 2. Grant of Copyright License. Subject to the terms and conditions of
1771
+ this License, each Contributor hereby grants to You a perpetual,
1772
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1773
+ copyright license to reproduce, prepare Derivative Works of,
1774
+ publicly display, publicly perform, sublicense, and distribute the
1775
+ Work and such Derivative Works in Source or Object form.
1776
+
1777
+ 3. Grant of Patent License. Subject to the terms and conditions of
1778
+ this License, each Contributor hereby grants to You a perpetual,
1779
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1780
+ (except as stated in this section) patent license to make, have made,
1781
+ use, offer to sell, sell, import, and otherwise transfer the Work,
1782
+ where such license applies only to those patent claims licensable
1783
+ by such Contributor that are necessarily infringed by their
1784
+ Contribution(s) alone or by combination of their Contribution(s)
1785
+ with the Work to which such Contribution(s) was submitted. If You
1786
+ institute patent litigation against any entity (including a
1787
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
1788
+ or a Contribution incorporated within the Work constitutes direct
1789
+ or contributory patent infringement, then any patent licenses
1790
+ granted to You under this License for that Work shall terminate
1791
+ as of the date such litigation is filed.
1792
+
1793
+ 4. Redistribution. You may reproduce and distribute copies of the
1794
+ Work or Derivative Works thereof in any medium, with or without
1795
+ modifications, and in Source or Object form, provided that You
1796
+ meet the following conditions:
1797
+
1798
+ (a) You must give any other recipients of the Work or
1799
+ Derivative Works a copy of this License; and
1800
+
1801
+ (b) You must cause any modified files to carry prominent notices
1802
+ stating that You changed the files; and
1803
+
1804
+ (c) You must retain, in the Source form of any Derivative Works
1805
+ that You distribute, all copyright, patent, trademark, and
1806
+ attribution notices from the Source form of the Work,
1807
+ excluding those notices that do not pertain to any part of
1808
+ the Derivative Works; and
1809
+
1810
+ (d) If the Work includes a "NOTICE" text file as part of its
1811
+ distribution, then any Derivative Works that You distribute must
1812
+ include a readable copy of the attribution notices contained
1813
+ within such NOTICE file, excluding those notices that do not
1814
+ pertain to any part of the Derivative Works, in at least one
1815
+ of the following places: within a NOTICE text file distributed
1816
+ as part of the Derivative Works; within the Source form or
1817
+ documentation, if provided along with the Derivative Works; or,
1818
+ within a display generated by the Derivative Works, if and
1819
+ wherever such third-party notices normally appear. The contents
1820
+ of the NOTICE file are for informational purposes only and
1821
+ do not modify the License. You may add Your own attribution
1822
+ notices within Derivative Works that You distribute, alongside
1823
+ or as an addendum to the NOTICE text from the Work, provided
1824
+ that such additional attribution notices cannot be construed
1825
+ as modifying the License.
1826
+
1827
+ You may add Your own copyright statement to Your modifications and
1828
+ may provide additional or different license terms and conditions
1829
+ for use, reproduction, or distribution of Your modifications, or
1830
+ for any such Derivative Works as a whole, provided Your use,
1831
+ reproduction, and distribution of the Work otherwise complies with
1832
+ the conditions stated in this License.
1833
+
1834
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
1835
+ any Contribution intentionally submitted for inclusion in the Work
1836
+ by You to the Licensor shall be under the terms and conditions of
1837
+ this License, without any additional terms or conditions.
1838
+ Notwithstanding the above, nothing herein shall supersede or modify
1839
+ the terms of any separate license agreement you may have executed
1840
+ with Licensor regarding such Contributions.
1841
+
1842
+ 6. Trademarks. This License does not grant permission to use the trade
1843
+ names, trademarks, service marks, or product names of the Licensor,
1844
+ except as required for reasonable and customary use in describing the
1845
+ origin of the Work and reproducing the content of the NOTICE file.
1846
+
1847
+ 7. Disclaimer of Warranty. Unless required by applicable law or
1848
+ agreed to in writing, Licensor provides the Work (and each
1849
+ Contributor provides its Contributions) on an "AS IS" BASIS,
1850
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1851
+ implied, including, without limitation, any warranties or conditions
1852
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1853
+ PARTICULAR PURPOSE. You are solely responsible for determining the
1854
+ appropriateness of using or redistributing the Work and assume any
1855
+ risks associated with Your exercise of permissions under this License.
1856
+
1857
+ 8. Limitation of Liability. In no event and under no legal theory,
1858
+ whether in tort (including negligence), contract, or otherwise,
1859
+ unless required by applicable law (such as deliberate and grossly
1860
+ negligent acts) or agreed to in writing, shall any Contributor be
1861
+ liable to You for damages, including any direct, indirect, special,
1862
+ incidental, or consequential damages of any character arising as a
1863
+ result of this License or out of the use or inability to use the
1864
+ Work (including but not limited to damages for loss of goodwill,
1865
+ work stoppage, computer failure or malfunction, or any and all
1866
+ other commercial damages or losses), even if such Contributor
1867
+ has been advised of the possibility of such damages.
1868
+
1869
+ 9. Accepting Warranty or Additional Liability. While redistributing
1870
+ the Work or Derivative Works thereof, You may choose to offer,
1871
+ and charge a fee for, acceptance of support, warranty, indemnity,
1872
+ or other liability obligations and/or rights consistent with this
1873
+ License. However, in accepting such obligations, You may act only
1874
+ on Your own behalf and on Your sole responsibility, not on behalf
1875
+ of any other Contributor, and only if You agree to indemnify,
1876
+ defend, and hold each Contributor harmless for any liability
1877
+ incurred by, or claims asserted against, such Contributor by reason
1878
+ of your accepting any such warranty or additional liability.
1879
+
1880
+ END OF TERMS AND CONDITIONS
1881
+
1882
+ APPENDIX: How to apply the Apache License to your work.
1883
+
1884
+ To apply the Apache License to your work, attach the following
1885
+ boilerplate notice, with the fields enclosed by brackets "[]"
1886
+ replaced with your own identifying information. (Don't include
1887
+ the brackets!) The text should be enclosed in the appropriate
1888
+ comment syntax for the file format. We also recommend that a
1889
+ file or class name and description of purpose be included on the
1890
+ same "printed page" as the copyright notice for easier
1891
+ identification within third-party archives.
1892
+
1893
+ Copyright [yyyy] [name of copyright owner]
1894
+
1895
+ Licensed under the Apache License, Version 2.0 (the "License");
1896
+ you may not use this file except in compliance with the License.
1897
+ You may obtain a copy of the License at
1898
+
1899
+ http://www.apache.org/licenses/LICENSE-2.0
1900
+
1901
+ Unless required by applicable law or agreed to in writing, software
1902
+ distributed under the License is distributed on an "AS IS" BASIS,
1903
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1904
+ See the License for the specific language governing permissions and
1905
+ limitations under the License.
1906
+
1907
+
1908
+ -------------------- DEPENDENCY DIVIDER --------------------
1909
+
1910
+ Name: marked
1911
+ License:
1912
+
1913
+ ## Marked
1914
+
1915
+ Copyright (c) 2011-2018, Christopher Jeffrey (https://github.com/chjj/)
1916
+
1917
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1918
+ of this software and associated documentation files (the "Software"), to deal
1919
+ in the Software without restriction, including without limitation the rights
1920
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1921
+ copies of the Software, and to permit persons to whom the Software is
1922
+ furnished to do so, subject to the following conditions:
1923
+
1924
+ The above copyright notice and this permission notice shall be included in
1925
+ all copies or substantial portions of the Software.
1926
+
1927
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1928
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1929
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1930
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1931
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1932
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1933
+ THE SOFTWARE.
1934
+
1935
+ ## Markdown
1936
+
1937
+ Copyright © 2004, John Gruber
1938
+ http://daringfireball.net/
1939
+ All rights reserved.
1940
+
1941
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1942
+
1943
+ * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
1944
+ * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
1945
+ * Neither the name “Markdown” nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
1946
+
1947
+ This software is provided by the copyright holders and contributors “as is” and any express or implied warranties, including, but not limited to,
1948
+ the implied warranties of merchantability and fitness for a particular purpose are disclaimed. In no event shall the copyright owner or contributors be liable for any direct,
1949
+ indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits;
1950
+ or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way
1951
+ out of the use of this software, even if advised of the possibility of such damage.
1952
+
1953
+
1954
+ -------------------- DEPENDENCY DIVIDER --------------------
1955
+
1956
+ Name: source-map-scopes-codec
1957
+ License:
1958
+
1959
+ Copyright 2025 The Chromium Authors
1960
+
1961
+ Redistribution and use in source and binary forms, with or without modification,
1962
+ are permitted provided that the following conditions are met:
1963
+
1964
+ 1. Redistributions of source code must retain the above copyright notice, this
1965
+ list of conditions and the following disclaimer.
1966
+
1967
+ 2. Redistributions in binary form must reproduce the above copyright notice,
1968
+ this list of conditions and the following disclaimer in the documentation
1969
+ and/or other materials provided with the distribution.
1970
+
1971
+ 3. Neither the name of the copyright holder nor the names of its contributors
1972
+ may be used to endorse or promote products derived from this software without
1973
+ specific prior written permission.
1974
+
1975
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1976
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1977
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1978
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
1979
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1980
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1981
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
1982
+ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1983
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1984
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1985
+
1986
+ -------------------- DEPENDENCY DIVIDER --------------------
1987
+
1988
+ Name: third-party-web
1989
+ License:
1990
+
1991
+ The MIT License (MIT)
1992
+ Copyright (c) 2019 Patrick Hulce
1993
+
1994
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1995
+ of this software and associated documentation files (the "Software"), to deal
1996
+ in the Software without restriction, including without limitation the rights
1997
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1998
+ copies of the Software, and to permit persons to whom the Software is
1999
+ furnished to do so, subject to the following conditions:
2000
+
2001
+ The above copyright notice and this permission notice shall be included in all
2002
+ copies or substantial portions of the Software.
2003
+
2004
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2005
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2006
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2007
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2008
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2009
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2010
+ SOFTWARE.