patchright-bun 1.58.2 → 1.59.0

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 (108) hide show
  1. package/ThirdPartyNotices.txt +10 -1133
  2. package/lib/agents/generateAgents.js +2 -4
  3. package/lib/common/config.js +4 -5
  4. package/lib/common/expectBundleImpl.js +221 -221
  5. package/lib/common/process.js +1 -0
  6. package/lib/common/test.js +10 -1
  7. package/lib/common/testType.js +3 -0
  8. package/lib/common/validators.js +38 -38
  9. package/lib/errorContext.js +121 -0
  10. package/lib/index.js +98 -60
  11. package/lib/isomorphic/teleReceiver.js +26 -9
  12. package/lib/isomorphic/testServerConnection.js +3 -5
  13. package/lib/matchers/matchers.js +2 -0
  14. package/lib/matchers/toMatchAriaSnapshot.js +5 -1
  15. package/lib/matchers/toMatchSnapshot.js +42 -35
  16. package/lib/mcp/test/browserBackend.js +45 -22
  17. package/lib/mcp/test/generatorTools.js +9 -9
  18. package/lib/mcp/test/plannerTools.js +17 -17
  19. package/lib/mcp/test/testBackend.js +27 -27
  20. package/lib/mcp/test/testContext.js +6 -8
  21. package/lib/mcp/test/testTools.js +9 -9
  22. package/lib/plugins/webServerPlugin.js +2 -1
  23. package/lib/program.js +34 -212
  24. package/lib/reportActions.js +80 -0
  25. package/lib/reporters/base.js +4 -5
  26. package/lib/reporters/blob.js +2 -2
  27. package/lib/reporters/github.js +1 -2
  28. package/lib/reporters/html.js +64 -31
  29. package/lib/reporters/junit.js +104 -15
  30. package/lib/reporters/line.js +1 -1
  31. package/lib/reporters/list.js +2 -3
  32. package/lib/reporters/merge.js +47 -26
  33. package/lib/reporters/multiplexer.js +6 -2
  34. package/lib/reporters/teleEmitter.js +2 -0
  35. package/lib/runner/dispatcher.js +6 -14
  36. package/lib/runner/loadUtils.js +11 -5
  37. package/lib/runner/projectUtils.js +1 -1
  38. package/lib/runner/reporters.js +5 -0
  39. package/lib/runner/tasks.js +11 -8
  40. package/lib/runner/testRunner.js +2 -2
  41. package/lib/runner/workerHost.js +0 -3
  42. package/lib/testActions.js +220 -0
  43. package/lib/transform/babelBundle.js +0 -3
  44. package/lib/transform/babelBundleImpl.js +134 -134
  45. package/lib/transform/compilationCache.js +0 -2
  46. package/lib/transform/esmLoader.js +8 -6
  47. package/lib/transform/transform.js +3 -10
  48. package/lib/utilsBundle.js +0 -7
  49. package/lib/utilsBundleImpl.js +48 -51
  50. package/lib/worker/fixtureRunner.js +2 -2
  51. package/lib/worker/testInfo.js +10 -14
  52. package/lib/worker/testTracing.js +12 -6
  53. package/lib/worker/timeoutManager.js +14 -3
  54. package/lib/worker/workerMain.js +24 -21
  55. package/package.json +2 -6
  56. package/types/test.d.ts +83 -12
  57. package/lib/mcp/browser/browserContextFactory.js +0 -329
  58. package/lib/mcp/browser/browserServerBackend.js +0 -84
  59. package/lib/mcp/browser/config.js +0 -421
  60. package/lib/mcp/browser/context.js +0 -244
  61. package/lib/mcp/browser/response.js +0 -278
  62. package/lib/mcp/browser/sessionLog.js +0 -75
  63. package/lib/mcp/browser/tab.js +0 -343
  64. package/lib/mcp/browser/tools/common.js +0 -65
  65. package/lib/mcp/browser/tools/console.js +0 -46
  66. package/lib/mcp/browser/tools/dialogs.js +0 -60
  67. package/lib/mcp/browser/tools/evaluate.js +0 -61
  68. package/lib/mcp/browser/tools/files.js +0 -58
  69. package/lib/mcp/browser/tools/form.js +0 -63
  70. package/lib/mcp/browser/tools/install.js +0 -72
  71. package/lib/mcp/browser/tools/keyboard.js +0 -107
  72. package/lib/mcp/browser/tools/mouse.js +0 -107
  73. package/lib/mcp/browser/tools/navigate.js +0 -71
  74. package/lib/mcp/browser/tools/network.js +0 -63
  75. package/lib/mcp/browser/tools/open.js +0 -57
  76. package/lib/mcp/browser/tools/pdf.js +0 -49
  77. package/lib/mcp/browser/tools/runCode.js +0 -78
  78. package/lib/mcp/browser/tools/screenshot.js +0 -93
  79. package/lib/mcp/browser/tools/snapshot.js +0 -173
  80. package/lib/mcp/browser/tools/tabs.js +0 -67
  81. package/lib/mcp/browser/tools/tool.js +0 -47
  82. package/lib/mcp/browser/tools/tracing.js +0 -74
  83. package/lib/mcp/browser/tools/utils.js +0 -94
  84. package/lib/mcp/browser/tools/verify.js +0 -143
  85. package/lib/mcp/browser/tools/wait.js +0 -63
  86. package/lib/mcp/browser/tools.js +0 -84
  87. package/lib/mcp/browser/watchdog.js +0 -44
  88. package/lib/mcp/config.d.js +0 -16
  89. package/lib/mcp/extension/cdpRelay.js +0 -351
  90. package/lib/mcp/extension/extensionContextFactory.js +0 -76
  91. package/lib/mcp/extension/protocol.js +0 -28
  92. package/lib/mcp/index.js +0 -61
  93. package/lib/mcp/log.js +0 -35
  94. package/lib/mcp/program.js +0 -111
  95. package/lib/mcp/sdk/exports.js +0 -28
  96. package/lib/mcp/sdk/http.js +0 -152
  97. package/lib/mcp/sdk/inProcessTransport.js +0 -71
  98. package/lib/mcp/sdk/server.js +0 -223
  99. package/lib/mcp/sdk/tool.js +0 -47
  100. package/lib/mcp/terminal/cli.js +0 -296
  101. package/lib/mcp/terminal/command.js +0 -56
  102. package/lib/mcp/terminal/commands.js +0 -333
  103. package/lib/mcp/terminal/daemon.js +0 -129
  104. package/lib/mcp/terminal/help.json +0 -32
  105. package/lib/mcp/terminal/helpGenerator.js +0 -88
  106. package/lib/mcp/terminal/socketConnection.js +0 -80
  107. package/lib/runner/storage.js +0 -91
  108. package/lib/transform/md.js +0 -221
@@ -64,29 +64,23 @@ This project incorporates components from the projects listed below. The origina
64
64
  - @jridgewell/sourcemap-codec@1.5.4 (https://github.com/jridgewell/sourcemaps)
65
65
  - @jridgewell/trace-mapping@0.3.29 (https://github.com/jridgewell/sourcemaps)
66
66
  - @sinclair/typebox@0.34.41 (https://github.com/sinclairzx81/typebox)
67
- - @types/debug@4.1.12 (https://github.com/DefinitelyTyped/DefinitelyTyped)
68
67
  - @types/istanbul-lib-coverage@2.0.6 (https://github.com/DefinitelyTyped/DefinitelyTyped)
69
68
  - @types/istanbul-lib-report@3.0.3 (https://github.com/DefinitelyTyped/DefinitelyTyped)
70
69
  - @types/istanbul-reports@3.0.4 (https://github.com/DefinitelyTyped/DefinitelyTyped)
71
- - @types/mdast@4.0.4 (https://github.com/DefinitelyTyped/DefinitelyTyped)
72
- - @types/ms@2.1.0 (https://github.com/DefinitelyTyped/DefinitelyTyped)
73
70
  - @types/node@24.9.2 (https://github.com/DefinitelyTyped/DefinitelyTyped)
74
71
  - @types/stack-utils@2.0.3 (https://github.com/DefinitelyTyped/DefinitelyTyped)
75
- - @types/unist@3.0.3 (https://github.com/DefinitelyTyped/DefinitelyTyped)
76
72
  - @types/yargs-parser@21.0.3 (https://github.com/DefinitelyTyped/DefinitelyTyped)
77
73
  - @types/yargs@17.0.34 (https://github.com/DefinitelyTyped/DefinitelyTyped)
78
74
  - ansi-colors@4.1.3 (https://github.com/doowb/ansi-colors)
79
75
  - ansi-styles@4.3.0 (https://github.com/chalk/ansi-styles)
80
76
  - ansi-styles@5.2.0 (https://github.com/chalk/ansi-styles)
81
77
  - anymatch@3.1.3 (https://github.com/micromatch/anymatch)
82
- - bail@2.0.2 (https://github.com/wooorm/bail)
83
78
  - binary-extensions@2.2.0 (https://github.com/sindresorhus/binary-extensions)
84
79
  - braces@3.0.3 (https://github.com/micromatch/braces)
85
80
  - browserslist@4.25.1 (https://github.com/browserslist/browserslist)
86
81
  - buffer-from@1.1.2 (https://github.com/LinusU/buffer-from)
87
82
  - caniuse-lite@1.0.30001731 (https://github.com/browserslist/caniuse-lite)
88
83
  - chalk@4.1.2 (https://github.com/chalk/chalk)
89
- - character-entities@2.0.2 (https://github.com/wooorm/character-entities)
90
84
  - chokidar@3.6.0 (https://github.com/paulmillr/chokidar)
91
85
  - ci-info@4.3.1 (https://github.com/watson/ci-info)
92
86
  - codemirror@5.65.18 (https://github.com/codemirror/CodeMirror)
@@ -94,16 +88,11 @@ This project incorporates components from the projects listed below. The origina
94
88
  - color-name@1.1.4 (https://github.com/colorjs/color-name)
95
89
  - convert-source-map@2.0.0 (https://github.com/thlorenz/convert-source-map)
96
90
  - debug@4.4.0 (https://github.com/debug-js/debug)
97
- - debug@4.4.3 (https://github.com/debug-js/debug)
98
- - decode-named-character-reference@1.2.0 (https://github.com/wooorm/decode-named-character-reference)
99
- - dequal@2.0.3 (https://github.com/lukeed/dequal)
100
- - devlop@1.1.0 (https://github.com/wooorm/devlop)
101
91
  - electron-to-chromium@1.5.192 (https://github.com/kilian/electron-to-chromium)
102
92
  - enquirer@2.3.6 (https://github.com/enquirer/enquirer)
103
93
  - escalade@3.2.0 (https://github.com/lukeed/escalade)
104
94
  - escape-string-regexp@2.0.0 (https://github.com/sindresorhus/escape-string-regexp)
105
95
  - expect@30.2.0 (https://github.com/jestjs/jest)
106
- - extend@3.0.2 (https://github.com/justmoon/node-extend)
107
96
  - fill-range@7.1.1 (https://github.com/jonschlinkert/fill-range)
108
97
  - gensync@1.0.0-beta.2 (https://github.com/loganfsmyth/gensync)
109
98
  - get-east-asian-width@1.3.0 (https://github.com/sindresorhus/get-east-asian-width)
@@ -114,7 +103,6 @@ This project incorporates components from the projects listed below. The origina
114
103
  - is-extglob@2.1.1 (https://github.com/jonschlinkert/is-extglob)
115
104
  - is-glob@4.0.3 (https://github.com/micromatch/is-glob)
116
105
  - is-number@7.0.0 (https://github.com/jonschlinkert/is-number)
117
- - is-plain-obj@4.1.0 (https://github.com/sindresorhus/is-plain-obj)
118
106
  - jest-diff@30.2.0 (https://github.com/jestjs/jest)
119
107
  - jest-matcher-utils@30.2.0 (https://github.com/jestjs/jest)
120
108
  - jest-message-util@30.2.0 (https://github.com/jestjs/jest)
@@ -125,40 +113,16 @@ This project incorporates components from the projects listed below. The origina
125
113
  - jsesc@3.1.0 (https://github.com/mathiasbynens/jsesc)
126
114
  - json5@2.2.3 (https://github.com/json5/json5)
127
115
  - lru-cache@5.1.1 (https://github.com/isaacs/node-lru-cache)
128
- - mdast-util-from-markdown@2.0.2 (https://github.com/syntax-tree/mdast-util-from-markdown)
129
- - mdast-util-to-string@4.0.0 (https://github.com/syntax-tree/mdast-util-to-string)
130
- - micromark-core-commonmark@2.0.3 (https://github.com/micromark/micromark/tree/main/packages/micromark-core-commonmark)
131
- - micromark-factory-destination@2.0.1 (https://github.com/micromark/micromark/tree/main/packages/micromark-factory-destination)
132
- - micromark-factory-label@2.0.1 (https://github.com/micromark/micromark/tree/main/packages/micromark-factory-label)
133
- - micromark-factory-space@2.0.1 (https://github.com/micromark/micromark/tree/main/packages/micromark-factory-space)
134
- - micromark-factory-title@2.0.1 (https://github.com/micromark/micromark/tree/main/packages/micromark-factory-title)
135
- - micromark-factory-whitespace@2.0.1 (https://github.com/micromark/micromark/tree/main/packages/micromark-factory-whitespace)
136
- - micromark-util-character@2.1.1 (https://github.com/micromark/micromark/tree/main/packages/micromark-util-character)
137
- - micromark-util-chunked@2.0.1 (https://github.com/micromark/micromark/tree/main/packages/micromark-util-chunked)
138
- - micromark-util-classify-character@2.0.1 (https://github.com/micromark/micromark/tree/main/packages/micromark-util-classify-character)
139
- - micromark-util-combine-extensions@2.0.1 (https://github.com/micromark/micromark/tree/main/packages/micromark-util-combine-extensions)
140
- - micromark-util-decode-numeric-character-reference@2.0.2 (https://github.com/micromark/micromark/tree/main/packages/micromark-util-decode-numeric-character-reference)
141
- - micromark-util-decode-string@2.0.1 (https://github.com/micromark/micromark/tree/main/packages/micromark-util-decode-string)
142
- - micromark-util-encode@2.0.1 (https://github.com/micromark/micromark/tree/main/packages/micromark-util-encode)
143
- - micromark-util-html-tag-name@2.0.1 (https://github.com/micromark/micromark/tree/main/packages/micromark-util-html-tag-name)
144
- - micromark-util-normalize-identifier@2.0.1 (https://github.com/micromark/micromark/tree/main/packages/micromark-util-normalize-identifier)
145
- - micromark-util-resolve-all@2.0.1 (https://github.com/micromark/micromark/tree/main/packages/micromark-util-resolve-all)
146
- - micromark-util-sanitize-uri@2.0.1 (https://github.com/micromark/micromark/tree/main/packages/micromark-util-sanitize-uri)
147
- - micromark-util-subtokenize@2.1.0 (https://github.com/micromark/micromark/tree/main/packages/micromark-util-subtokenize)
148
- - micromark-util-symbol@2.0.1 (https://github.com/micromark/micromark/tree/main/packages/micromark-util-symbol)
149
- - micromark-util-types@2.0.2 (https://github.com/micromark/micromark/tree/main/packages/micromark-util-types)
150
- - micromark@4.0.2 (https://github.com/micromark/micromark/tree/main/packages/micromark)
151
116
  - micromatch@4.0.8 (https://github.com/micromatch/micromatch)
152
117
  - ms@2.1.3 (https://github.com/vercel/ms)
153
118
  - node-releases@2.0.19 (https://github.com/chicoxyzzy/node-releases)
154
119
  - normalize-path@3.0.0 (https://github.com/jonschlinkert/normalize-path)
155
120
  - picocolors@1.1.1 (https://github.com/alexeyraspopov/picocolors)
156
- - picomatch@2.3.1 (https://github.com/micromatch/picomatch)
157
- - picomatch@4.0.3 (https://github.com/micromatch/picomatch)
121
+ - picomatch@2.3.2 (https://github.com/micromatch/picomatch)
122
+ - picomatch@4.0.4 (https://github.com/micromatch/picomatch)
158
123
  - pretty-format@30.2.0 (https://github.com/jestjs/jest)
159
124
  - react-is@18.3.1 (https://github.com/facebook/react)
160
125
  - readdirp@3.6.0 (https://github.com/paulmillr/readdirp)
161
- - remark-parse@11.0.0 (https://github.com/remarkjs/remark/tree/main/packages/remark-parse)
162
126
  - semver@6.3.1 (https://github.com/npm/node-semver)
163
127
  - slash@3.0.0 (https://github.com/sindresorhus/slash)
164
128
  - source-map-support@0.5.21 (https://github.com/evanw/node-source-map-support)
@@ -167,13 +131,8 @@ This project incorporates components from the projects listed below. The origina
167
131
  - stoppable@1.1.0 (https://github.com/hunterloftis/stoppable)
168
132
  - supports-color@7.2.0 (https://github.com/chalk/supports-color)
169
133
  - to-regex-range@5.0.1 (https://github.com/micromatch/to-regex-range)
170
- - trough@2.2.0 (https://github.com/wooorm/trough)
171
134
  - undici-types@7.16.0 (https://github.com/nodejs/undici)
172
- - unified@11.0.5 (https://github.com/unifiedjs/unified)
173
- - unist-util-stringify-position@4.0.0 (https://github.com/syntax-tree/unist-util-stringify-position)
174
135
  - update-browserslist-db@1.1.3 (https://github.com/browserslist/update-db)
175
- - vfile-message@4.0.3 (https://github.com/vfile/vfile-message)
176
- - vfile@6.0.3 (https://github.com/vfile/vfile)
177
136
  - yallist@3.1.1 (https://github.com/isaacs/yallist)
178
137
 
179
138
  %% @ampproject/remapping@2.2.1 NOTICES AND INFORMATION BEGIN HERE
@@ -1964,32 +1923,6 @@ THE SOFTWARE.
1964
1923
  =========================================
1965
1924
  END OF @sinclair/typebox@0.34.41 AND INFORMATION
1966
1925
 
1967
- %% @types/debug@4.1.12 NOTICES AND INFORMATION BEGIN HERE
1968
- =========================================
1969
- MIT License
1970
-
1971
- Copyright (c) Microsoft Corporation.
1972
-
1973
- Permission is hereby granted, free of charge, to any person obtaining a copy
1974
- of this software and associated documentation files (the "Software"), to deal
1975
- in the Software without restriction, including without limitation the rights
1976
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1977
- copies of the Software, and to permit persons to whom the Software is
1978
- furnished to do so, subject to the following conditions:
1979
-
1980
- The above copyright notice and this permission notice shall be included in all
1981
- copies or substantial portions of the Software.
1982
-
1983
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1984
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1985
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1986
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1987
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1988
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1989
- SOFTWARE
1990
- =========================================
1991
- END OF @types/debug@4.1.12 AND INFORMATION
1992
-
1993
1926
  %% @types/istanbul-lib-coverage@2.0.6 NOTICES AND INFORMATION BEGIN HERE
1994
1927
  =========================================
1995
1928
  MIT License
@@ -2068,58 +2001,6 @@ MIT License
2068
2001
  =========================================
2069
2002
  END OF @types/istanbul-reports@3.0.4 AND INFORMATION
2070
2003
 
2071
- %% @types/mdast@4.0.4 NOTICES AND INFORMATION BEGIN HERE
2072
- =========================================
2073
- MIT License
2074
-
2075
- Copyright (c) Microsoft Corporation.
2076
-
2077
- Permission is hereby granted, free of charge, to any person obtaining a copy
2078
- of this software and associated documentation files (the "Software"), to deal
2079
- in the Software without restriction, including without limitation the rights
2080
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2081
- copies of the Software, and to permit persons to whom the Software is
2082
- furnished to do so, subject to the following conditions:
2083
-
2084
- The above copyright notice and this permission notice shall be included in all
2085
- copies or substantial portions of the Software.
2086
-
2087
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2088
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2089
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2090
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2091
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2092
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2093
- SOFTWARE
2094
- =========================================
2095
- END OF @types/mdast@4.0.4 AND INFORMATION
2096
-
2097
- %% @types/ms@2.1.0 NOTICES AND INFORMATION BEGIN HERE
2098
- =========================================
2099
- MIT License
2100
-
2101
- Copyright (c) Microsoft Corporation.
2102
-
2103
- Permission is hereby granted, free of charge, to any person obtaining a copy
2104
- of this software and associated documentation files (the "Software"), to deal
2105
- in the Software without restriction, including without limitation the rights
2106
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2107
- copies of the Software, and to permit persons to whom the Software is
2108
- furnished to do so, subject to the following conditions:
2109
-
2110
- The above copyright notice and this permission notice shall be included in all
2111
- copies or substantial portions of the Software.
2112
-
2113
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2114
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2115
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2116
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2117
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2118
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2119
- SOFTWARE
2120
- =========================================
2121
- END OF @types/ms@2.1.0 AND INFORMATION
2122
-
2123
2004
  %% @types/node@24.9.2 NOTICES AND INFORMATION BEGIN HERE
2124
2005
  =========================================
2125
2006
  MIT License
@@ -2172,32 +2053,6 @@ MIT License
2172
2053
  =========================================
2173
2054
  END OF @types/stack-utils@2.0.3 AND INFORMATION
2174
2055
 
2175
- %% @types/unist@3.0.3 NOTICES AND INFORMATION BEGIN HERE
2176
- =========================================
2177
- MIT License
2178
-
2179
- Copyright (c) Microsoft Corporation.
2180
-
2181
- Permission is hereby granted, free of charge, to any person obtaining a copy
2182
- of this software and associated documentation files (the "Software"), to deal
2183
- in the Software without restriction, including without limitation the rights
2184
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2185
- copies of the Software, and to permit persons to whom the Software is
2186
- furnished to do so, subject to the following conditions:
2187
-
2188
- The above copyright notice and this permission notice shall be included in all
2189
- copies or substantial portions of the Software.
2190
-
2191
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2192
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2193
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2194
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2195
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2196
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2197
- SOFTWARE
2198
- =========================================
2199
- END OF @types/unist@3.0.3 AND INFORMATION
2200
-
2201
2056
  %% @types/yargs-parser@21.0.3 NOTICES AND INFORMATION BEGIN HERE
2202
2057
  =========================================
2203
2058
  MIT License
@@ -2324,33 +2179,6 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2324
2179
  =========================================
2325
2180
  END OF anymatch@3.1.3 AND INFORMATION
2326
2181
 
2327
- %% bail@2.0.2 NOTICES AND INFORMATION BEGIN HERE
2328
- =========================================
2329
- (The MIT License)
2330
-
2331
- Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
2332
-
2333
- Permission is hereby granted, free of charge, to any person obtaining
2334
- a copy of this software and associated documentation files (the
2335
- 'Software'), to deal in the Software without restriction, including
2336
- without limitation the rights to use, copy, modify, merge, publish,
2337
- distribute, sublicense, and/or sell copies of the Software, and to
2338
- permit persons to whom the Software is furnished to do so, subject to
2339
- the following conditions:
2340
-
2341
- The above copyright notice and this permission notice shall be
2342
- included in all copies or substantial portions of the Software.
2343
-
2344
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2345
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2346
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2347
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2348
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2349
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2350
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2351
- =========================================
2352
- END OF bail@2.0.2 AND INFORMATION
2353
-
2354
2182
  %% binary-extensions@2.2.0 NOTICES AND INFORMATION BEGIN HERE
2355
2183
  =========================================
2356
2184
  MIT License
@@ -2856,33 +2684,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
2856
2684
  =========================================
2857
2685
  END OF chalk@4.1.2 AND INFORMATION
2858
2686
 
2859
- %% character-entities@2.0.2 NOTICES AND INFORMATION BEGIN HERE
2860
- =========================================
2861
- (The MIT License)
2862
-
2863
- Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
2864
-
2865
- Permission is hereby granted, free of charge, to any person obtaining
2866
- a copy of this software and associated documentation files (the
2867
- 'Software'), to deal in the Software without restriction, including
2868
- without limitation the rights to use, copy, modify, merge, publish,
2869
- distribute, sublicense, and/or sell copies of the Software, and to
2870
- permit persons to whom the Software is furnished to do so, subject to
2871
- the following conditions:
2872
-
2873
- The above copyright notice and this permission notice shall be
2874
- included in all copies or substantial portions of the Software.
2875
-
2876
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2877
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2878
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2879
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2880
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2881
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2882
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2883
- =========================================
2884
- END OF character-entities@2.0.2 AND INFORMATION
2885
-
2886
2687
  %% chokidar@3.6.0 NOTICES AND INFORMATION BEGIN HERE
2887
2688
  =========================================
2888
2689
  The MIT License (MIT)
@@ -3051,110 +2852,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3051
2852
  =========================================
3052
2853
  END OF debug@4.4.0 AND INFORMATION
3053
2854
 
3054
- %% debug@4.4.3 NOTICES AND INFORMATION BEGIN HERE
3055
- =========================================
3056
- (The MIT License)
3057
-
3058
- Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
3059
- Copyright (c) 2018-2021 Josh Junon
3060
-
3061
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software
3062
- and associated documentation files (the 'Software'), to deal in the Software without restriction,
3063
- including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
3064
- and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
3065
- subject to the following conditions:
3066
-
3067
- The above copyright notice and this permission notice shall be included in all copies or substantial
3068
- portions of the Software.
3069
-
3070
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
3071
- LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3072
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
3073
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3074
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3075
- =========================================
3076
- END OF debug@4.4.3 AND INFORMATION
3077
-
3078
- %% decode-named-character-reference@1.2.0 NOTICES AND INFORMATION BEGIN HERE
3079
- =========================================
3080
- (The MIT License)
3081
-
3082
- Copyright (c) Titus Wormer <tituswormer@gmail.com>
3083
-
3084
- Permission is hereby granted, free of charge, to any person obtaining
3085
- a copy of this software and associated documentation files (the
3086
- 'Software'), to deal in the Software without restriction, including
3087
- without limitation the rights to use, copy, modify, merge, publish,
3088
- distribute, sublicense, and/or sell copies of the Software, and to
3089
- permit persons to whom the Software is furnished to do so, subject to
3090
- the following conditions:
3091
-
3092
- The above copyright notice and this permission notice shall be
3093
- included in all copies or substantial portions of the Software.
3094
-
3095
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3096
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3097
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3098
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3099
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3100
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3101
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3102
- =========================================
3103
- END OF decode-named-character-reference@1.2.0 AND INFORMATION
3104
-
3105
- %% dequal@2.0.3 NOTICES AND INFORMATION BEGIN HERE
3106
- =========================================
3107
- The MIT License (MIT)
3108
-
3109
- Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
3110
-
3111
- Permission is hereby granted, free of charge, to any person obtaining a copy
3112
- of this software and associated documentation files (the "Software"), to deal
3113
- in the Software without restriction, including without limitation the rights
3114
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3115
- copies of the Software, and to permit persons to whom the Software is
3116
- furnished to do so, subject to the following conditions:
3117
-
3118
- The above copyright notice and this permission notice shall be included in
3119
- all copies or substantial portions of the Software.
3120
-
3121
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3122
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3123
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3124
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3125
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3126
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3127
- THE SOFTWARE.
3128
- =========================================
3129
- END OF dequal@2.0.3 AND INFORMATION
3130
-
3131
- %% devlop@1.1.0 NOTICES AND INFORMATION BEGIN HERE
3132
- =========================================
3133
- (The MIT License)
3134
-
3135
- Copyright (c) 2023 Titus Wormer <tituswormer@gmail.com>
3136
-
3137
- Permission is hereby granted, free of charge, to any person obtaining
3138
- a copy of this software and associated documentation files (the
3139
- 'Software'), to deal in the Software without restriction, including
3140
- without limitation the rights to use, copy, modify, merge, publish,
3141
- distribute, sublicense, and/or sell copies of the Software, and to
3142
- permit persons to whom the Software is furnished to do so, subject to
3143
- the following conditions:
3144
-
3145
- The above copyright notice and this permission notice shall be
3146
- included in all copies or substantial portions of the Software.
3147
-
3148
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3149
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3150
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3151
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3152
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3153
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3154
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3155
- =========================================
3156
- END OF devlop@1.1.0 AND INFORMATION
3157
-
3158
2855
  %% electron-to-chromium@1.5.192 NOTICES AND INFORMATION BEGIN HERE
3159
2856
  =========================================
3160
2857
  Copyright 2018 Kilian Valkhof
@@ -3246,33 +2943,6 @@ SOFTWARE.
3246
2943
  =========================================
3247
2944
  END OF expect@30.2.0 AND INFORMATION
3248
2945
 
3249
- %% extend@3.0.2 NOTICES AND INFORMATION BEGIN HERE
3250
- =========================================
3251
- The MIT License (MIT)
3252
-
3253
- Copyright (c) 2014 Stefan Thomas
3254
-
3255
- Permission is hereby granted, free of charge, to any person obtaining
3256
- a copy of this software and associated documentation files (the
3257
- "Software"), to deal in the Software without restriction, including
3258
- without limitation the rights to use, copy, modify, merge, publish,
3259
- distribute, sublicense, and/or sell copies of the Software, and to
3260
- permit persons to whom the Software is furnished to do so, subject to
3261
- the following conditions:
3262
-
3263
- The above copyright notice and this permission notice shall be
3264
- included in all copies or substantial portions of the Software.
3265
-
3266
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3267
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3268
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3269
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
3270
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3271
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
3272
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3273
- =========================================
3274
- END OF extend@3.0.2 AND INFORMATION
3275
-
3276
2946
  %% fill-range@7.1.1 NOTICES AND INFORMATION BEGIN HERE
3277
2947
  =========================================
3278
2948
  The MIT License (MIT)
@@ -3471,20 +3141,6 @@ THE SOFTWARE.
3471
3141
  =========================================
3472
3142
  END OF is-number@7.0.0 AND INFORMATION
3473
3143
 
3474
- %% is-plain-obj@4.1.0 NOTICES AND INFORMATION BEGIN HERE
3475
- =========================================
3476
- MIT License
3477
-
3478
- Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3479
-
3480
- 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:
3481
-
3482
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3483
-
3484
- 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.
3485
- =========================================
3486
- END OF is-plain-obj@4.1.0 AND INFORMATION
3487
-
3488
3144
  %% jest-diff@30.2.0 NOTICES AND INFORMATION BEGIN HERE
3489
3145
  =========================================
3490
3146
  MIT License
@@ -3746,632 +3402,11 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3746
3402
  =========================================
3747
3403
  END OF lru-cache@5.1.1 AND INFORMATION
3748
3404
 
3749
- %% mdast-util-from-markdown@2.0.2 NOTICES AND INFORMATION BEGIN HERE
3405
+ %% micromatch@4.0.8 NOTICES AND INFORMATION BEGIN HERE
3750
3406
  =========================================
3751
- (The MIT License)
3407
+ The MIT License (MIT)
3752
3408
 
3753
- Copyright (c) Titus Wormer <tituswormer@gmail.com>
3754
-
3755
- Permission is hereby granted, free of charge, to any person obtaining
3756
- a copy of this software and associated documentation files (the
3757
- 'Software'), to deal in the Software without restriction, including
3758
- without limitation the rights to use, copy, modify, merge, publish,
3759
- distribute, sublicense, and/or sell copies of the Software, and to
3760
- permit persons to whom the Software is furnished to do so, subject to
3761
- the following conditions:
3762
-
3763
- The above copyright notice and this permission notice shall be
3764
- included in all copies or substantial portions of the Software.
3765
-
3766
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3767
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3768
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3769
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3770
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3771
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3772
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3773
- =========================================
3774
- END OF mdast-util-from-markdown@2.0.2 AND INFORMATION
3775
-
3776
- %% mdast-util-to-string@4.0.0 NOTICES AND INFORMATION BEGIN HERE
3777
- =========================================
3778
- (The MIT License)
3779
-
3780
- Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
3781
-
3782
- Permission is hereby granted, free of charge, to any person obtaining
3783
- a copy of this software and associated documentation files (the
3784
- 'Software'), to deal in the Software without restriction, including
3785
- without limitation the rights to use, copy, modify, merge, publish,
3786
- distribute, sublicense, and/or sell copies of the Software, and to
3787
- permit persons to whom the Software is furnished to do so, subject to
3788
- the following conditions:
3789
-
3790
- The above copyright notice and this permission notice shall be
3791
- included in all copies or substantial portions of the Software.
3792
-
3793
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3794
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3795
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3796
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3797
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3798
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3799
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3800
- =========================================
3801
- END OF mdast-util-to-string@4.0.0 AND INFORMATION
3802
-
3803
- %% micromark-core-commonmark@2.0.3 NOTICES AND INFORMATION BEGIN HERE
3804
- =========================================
3805
- (The MIT License)
3806
-
3807
- Copyright (c) Titus Wormer <tituswormer@gmail.com>
3808
-
3809
- Permission is hereby granted, free of charge, to any person obtaining
3810
- a copy of this software and associated documentation files (the
3811
- 'Software'), to deal in the Software without restriction, including
3812
- without limitation the rights to use, copy, modify, merge, publish,
3813
- distribute, sublicense, and/or sell copies of the Software, and to
3814
- permit persons to whom the Software is furnished to do so, subject to
3815
- the following conditions:
3816
-
3817
- The above copyright notice and this permission notice shall be
3818
- included in all copies or substantial portions of the Software.
3819
-
3820
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3821
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3822
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3823
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3824
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3825
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3826
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3827
- =========================================
3828
- END OF micromark-core-commonmark@2.0.3 AND INFORMATION
3829
-
3830
- %% micromark-factory-destination@2.0.1 NOTICES AND INFORMATION BEGIN HERE
3831
- =========================================
3832
- (The MIT License)
3833
-
3834
- Copyright (c) Titus Wormer <tituswormer@gmail.com>
3835
-
3836
- Permission is hereby granted, free of charge, to any person obtaining
3837
- a copy of this software and associated documentation files (the
3838
- 'Software'), to deal in the Software without restriction, including
3839
- without limitation the rights to use, copy, modify, merge, publish,
3840
- distribute, sublicense, and/or sell copies of the Software, and to
3841
- permit persons to whom the Software is furnished to do so, subject to
3842
- the following conditions:
3843
-
3844
- The above copyright notice and this permission notice shall be
3845
- included in all copies or substantial portions of the Software.
3846
-
3847
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3848
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3849
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3850
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3851
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3852
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3853
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3854
- =========================================
3855
- END OF micromark-factory-destination@2.0.1 AND INFORMATION
3856
-
3857
- %% micromark-factory-label@2.0.1 NOTICES AND INFORMATION BEGIN HERE
3858
- =========================================
3859
- (The MIT License)
3860
-
3861
- Copyright (c) Titus Wormer <tituswormer@gmail.com>
3862
-
3863
- Permission is hereby granted, free of charge, to any person obtaining
3864
- a copy of this software and associated documentation files (the
3865
- 'Software'), to deal in the Software without restriction, including
3866
- without limitation the rights to use, copy, modify, merge, publish,
3867
- distribute, sublicense, and/or sell copies of the Software, and to
3868
- permit persons to whom the Software is furnished to do so, subject to
3869
- the following conditions:
3870
-
3871
- The above copyright notice and this permission notice shall be
3872
- included in all copies or substantial portions of the Software.
3873
-
3874
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3875
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3876
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3877
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3878
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3879
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3880
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3881
- =========================================
3882
- END OF micromark-factory-label@2.0.1 AND INFORMATION
3883
-
3884
- %% micromark-factory-space@2.0.1 NOTICES AND INFORMATION BEGIN HERE
3885
- =========================================
3886
- (The MIT License)
3887
-
3888
- Copyright (c) Titus Wormer <tituswormer@gmail.com>
3889
-
3890
- Permission is hereby granted, free of charge, to any person obtaining
3891
- a copy of this software and associated documentation files (the
3892
- 'Software'), to deal in the Software without restriction, including
3893
- without limitation the rights to use, copy, modify, merge, publish,
3894
- distribute, sublicense, and/or sell copies of the Software, and to
3895
- permit persons to whom the Software is furnished to do so, subject to
3896
- the following conditions:
3897
-
3898
- The above copyright notice and this permission notice shall be
3899
- included in all copies or substantial portions of the Software.
3900
-
3901
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3902
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3903
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3904
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3905
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3906
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3907
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3908
- =========================================
3909
- END OF micromark-factory-space@2.0.1 AND INFORMATION
3910
-
3911
- %% micromark-factory-title@2.0.1 NOTICES AND INFORMATION BEGIN HERE
3912
- =========================================
3913
- (The MIT License)
3914
-
3915
- Copyright (c) Titus Wormer <tituswormer@gmail.com>
3916
-
3917
- Permission is hereby granted, free of charge, to any person obtaining
3918
- a copy of this software and associated documentation files (the
3919
- 'Software'), to deal in the Software without restriction, including
3920
- without limitation the rights to use, copy, modify, merge, publish,
3921
- distribute, sublicense, and/or sell copies of the Software, and to
3922
- permit persons to whom the Software is furnished to do so, subject to
3923
- the following conditions:
3924
-
3925
- The above copyright notice and this permission notice shall be
3926
- included in all copies or substantial portions of the Software.
3927
-
3928
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3929
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3930
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3931
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3932
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3933
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3934
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3935
- =========================================
3936
- END OF micromark-factory-title@2.0.1 AND INFORMATION
3937
-
3938
- %% micromark-factory-whitespace@2.0.1 NOTICES AND INFORMATION BEGIN HERE
3939
- =========================================
3940
- (The MIT License)
3941
-
3942
- Copyright (c) Titus Wormer <tituswormer@gmail.com>
3943
-
3944
- Permission is hereby granted, free of charge, to any person obtaining
3945
- a copy of this software and associated documentation files (the
3946
- 'Software'), to deal in the Software without restriction, including
3947
- without limitation the rights to use, copy, modify, merge, publish,
3948
- distribute, sublicense, and/or sell copies of the Software, and to
3949
- permit persons to whom the Software is furnished to do so, subject to
3950
- the following conditions:
3951
-
3952
- The above copyright notice and this permission notice shall be
3953
- included in all copies or substantial portions of the Software.
3954
-
3955
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3956
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3957
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3958
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3959
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3960
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3961
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3962
- =========================================
3963
- END OF micromark-factory-whitespace@2.0.1 AND INFORMATION
3964
-
3965
- %% micromark-util-character@2.1.1 NOTICES AND INFORMATION BEGIN HERE
3966
- =========================================
3967
- (The MIT License)
3968
-
3969
- Copyright (c) Titus Wormer <tituswormer@gmail.com>
3970
-
3971
- Permission is hereby granted, free of charge, to any person obtaining
3972
- a copy of this software and associated documentation files (the
3973
- 'Software'), to deal in the Software without restriction, including
3974
- without limitation the rights to use, copy, modify, merge, publish,
3975
- distribute, sublicense, and/or sell copies of the Software, and to
3976
- permit persons to whom the Software is furnished to do so, subject to
3977
- the following conditions:
3978
-
3979
- The above copyright notice and this permission notice shall be
3980
- included in all copies or substantial portions of the Software.
3981
-
3982
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3983
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3984
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3985
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3986
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3987
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3988
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3989
- =========================================
3990
- END OF micromark-util-character@2.1.1 AND INFORMATION
3991
-
3992
- %% micromark-util-chunked@2.0.1 NOTICES AND INFORMATION BEGIN HERE
3993
- =========================================
3994
- (The MIT License)
3995
-
3996
- Copyright (c) Titus Wormer <tituswormer@gmail.com>
3997
-
3998
- Permission is hereby granted, free of charge, to any person obtaining
3999
- a copy of this software and associated documentation files (the
4000
- 'Software'), to deal in the Software without restriction, including
4001
- without limitation the rights to use, copy, modify, merge, publish,
4002
- distribute, sublicense, and/or sell copies of the Software, and to
4003
- permit persons to whom the Software is furnished to do so, subject to
4004
- the following conditions:
4005
-
4006
- The above copyright notice and this permission notice shall be
4007
- included in all copies or substantial portions of the Software.
4008
-
4009
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
4010
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4011
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
4012
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4013
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
4014
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
4015
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4016
- =========================================
4017
- END OF micromark-util-chunked@2.0.1 AND INFORMATION
4018
-
4019
- %% micromark-util-classify-character@2.0.1 NOTICES AND INFORMATION BEGIN HERE
4020
- =========================================
4021
- (The MIT License)
4022
-
4023
- Copyright (c) Titus Wormer <tituswormer@gmail.com>
4024
-
4025
- Permission is hereby granted, free of charge, to any person obtaining
4026
- a copy of this software and associated documentation files (the
4027
- 'Software'), to deal in the Software without restriction, including
4028
- without limitation the rights to use, copy, modify, merge, publish,
4029
- distribute, sublicense, and/or sell copies of the Software, and to
4030
- permit persons to whom the Software is furnished to do so, subject to
4031
- the following conditions:
4032
-
4033
- The above copyright notice and this permission notice shall be
4034
- included in all copies or substantial portions of the Software.
4035
-
4036
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
4037
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4038
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
4039
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4040
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
4041
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
4042
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4043
- =========================================
4044
- END OF micromark-util-classify-character@2.0.1 AND INFORMATION
4045
-
4046
- %% micromark-util-combine-extensions@2.0.1 NOTICES AND INFORMATION BEGIN HERE
4047
- =========================================
4048
- (The MIT License)
4049
-
4050
- Copyright (c) Titus Wormer <tituswormer@gmail.com>
4051
-
4052
- Permission is hereby granted, free of charge, to any person obtaining
4053
- a copy of this software and associated documentation files (the
4054
- 'Software'), to deal in the Software without restriction, including
4055
- without limitation the rights to use, copy, modify, merge, publish,
4056
- distribute, sublicense, and/or sell copies of the Software, and to
4057
- permit persons to whom the Software is furnished to do so, subject to
4058
- the following conditions:
4059
-
4060
- The above copyright notice and this permission notice shall be
4061
- included in all copies or substantial portions of the Software.
4062
-
4063
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
4064
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4065
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
4066
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4067
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
4068
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
4069
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4070
- =========================================
4071
- END OF micromark-util-combine-extensions@2.0.1 AND INFORMATION
4072
-
4073
- %% micromark-util-decode-numeric-character-reference@2.0.2 NOTICES AND INFORMATION BEGIN HERE
4074
- =========================================
4075
- (The MIT License)
4076
-
4077
- Copyright (c) Titus Wormer <tituswormer@gmail.com>
4078
-
4079
- Permission is hereby granted, free of charge, to any person obtaining
4080
- a copy of this software and associated documentation files (the
4081
- 'Software'), to deal in the Software without restriction, including
4082
- without limitation the rights to use, copy, modify, merge, publish,
4083
- distribute, sublicense, and/or sell copies of the Software, and to
4084
- permit persons to whom the Software is furnished to do so, subject to
4085
- the following conditions:
4086
-
4087
- The above copyright notice and this permission notice shall be
4088
- included in all copies or substantial portions of the Software.
4089
-
4090
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
4091
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4092
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
4093
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4094
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
4095
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
4096
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4097
- =========================================
4098
- END OF micromark-util-decode-numeric-character-reference@2.0.2 AND INFORMATION
4099
-
4100
- %% micromark-util-decode-string@2.0.1 NOTICES AND INFORMATION BEGIN HERE
4101
- =========================================
4102
- (The MIT License)
4103
-
4104
- Copyright (c) Titus Wormer <tituswormer@gmail.com>
4105
-
4106
- Permission is hereby granted, free of charge, to any person obtaining
4107
- a copy of this software and associated documentation files (the
4108
- 'Software'), to deal in the Software without restriction, including
4109
- without limitation the rights to use, copy, modify, merge, publish,
4110
- distribute, sublicense, and/or sell copies of the Software, and to
4111
- permit persons to whom the Software is furnished to do so, subject to
4112
- the following conditions:
4113
-
4114
- The above copyright notice and this permission notice shall be
4115
- included in all copies or substantial portions of the Software.
4116
-
4117
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
4118
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4119
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
4120
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4121
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
4122
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
4123
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4124
- =========================================
4125
- END OF micromark-util-decode-string@2.0.1 AND INFORMATION
4126
-
4127
- %% micromark-util-encode@2.0.1 NOTICES AND INFORMATION BEGIN HERE
4128
- =========================================
4129
- (The MIT License)
4130
-
4131
- Copyright (c) Titus Wormer <tituswormer@gmail.com>
4132
-
4133
- Permission is hereby granted, free of charge, to any person obtaining
4134
- a copy of this software and associated documentation files (the
4135
- 'Software'), to deal in the Software without restriction, including
4136
- without limitation the rights to use, copy, modify, merge, publish,
4137
- distribute, sublicense, and/or sell copies of the Software, and to
4138
- permit persons to whom the Software is furnished to do so, subject to
4139
- the following conditions:
4140
-
4141
- The above copyright notice and this permission notice shall be
4142
- included in all copies or substantial portions of the Software.
4143
-
4144
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
4145
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4146
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
4147
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4148
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
4149
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
4150
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4151
- =========================================
4152
- END OF micromark-util-encode@2.0.1 AND INFORMATION
4153
-
4154
- %% micromark-util-html-tag-name@2.0.1 NOTICES AND INFORMATION BEGIN HERE
4155
- =========================================
4156
- (The MIT License)
4157
-
4158
- Copyright (c) Titus Wormer <tituswormer@gmail.com>
4159
-
4160
- Permission is hereby granted, free of charge, to any person obtaining
4161
- a copy of this software and associated documentation files (the
4162
- 'Software'), to deal in the Software without restriction, including
4163
- without limitation the rights to use, copy, modify, merge, publish,
4164
- distribute, sublicense, and/or sell copies of the Software, and to
4165
- permit persons to whom the Software is furnished to do so, subject to
4166
- the following conditions:
4167
-
4168
- The above copyright notice and this permission notice shall be
4169
- included in all copies or substantial portions of the Software.
4170
-
4171
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
4172
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4173
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
4174
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4175
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
4176
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
4177
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4178
- =========================================
4179
- END OF micromark-util-html-tag-name@2.0.1 AND INFORMATION
4180
-
4181
- %% micromark-util-normalize-identifier@2.0.1 NOTICES AND INFORMATION BEGIN HERE
4182
- =========================================
4183
- (The MIT License)
4184
-
4185
- Copyright (c) Titus Wormer <tituswormer@gmail.com>
4186
-
4187
- Permission is hereby granted, free of charge, to any person obtaining
4188
- a copy of this software and associated documentation files (the
4189
- 'Software'), to deal in the Software without restriction, including
4190
- without limitation the rights to use, copy, modify, merge, publish,
4191
- distribute, sublicense, and/or sell copies of the Software, and to
4192
- permit persons to whom the Software is furnished to do so, subject to
4193
- the following conditions:
4194
-
4195
- The above copyright notice and this permission notice shall be
4196
- included in all copies or substantial portions of the Software.
4197
-
4198
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
4199
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4200
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
4201
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4202
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
4203
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
4204
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4205
- =========================================
4206
- END OF micromark-util-normalize-identifier@2.0.1 AND INFORMATION
4207
-
4208
- %% micromark-util-resolve-all@2.0.1 NOTICES AND INFORMATION BEGIN HERE
4209
- =========================================
4210
- (The MIT License)
4211
-
4212
- Copyright (c) Titus Wormer <tituswormer@gmail.com>
4213
-
4214
- Permission is hereby granted, free of charge, to any person obtaining
4215
- a copy of this software and associated documentation files (the
4216
- 'Software'), to deal in the Software without restriction, including
4217
- without limitation the rights to use, copy, modify, merge, publish,
4218
- distribute, sublicense, and/or sell copies of the Software, and to
4219
- permit persons to whom the Software is furnished to do so, subject to
4220
- the following conditions:
4221
-
4222
- The above copyright notice and this permission notice shall be
4223
- included in all copies or substantial portions of the Software.
4224
-
4225
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
4226
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4227
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
4228
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4229
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
4230
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
4231
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4232
- =========================================
4233
- END OF micromark-util-resolve-all@2.0.1 AND INFORMATION
4234
-
4235
- %% micromark-util-sanitize-uri@2.0.1 NOTICES AND INFORMATION BEGIN HERE
4236
- =========================================
4237
- (The MIT License)
4238
-
4239
- Copyright (c) Titus Wormer <tituswormer@gmail.com>
4240
-
4241
- Permission is hereby granted, free of charge, to any person obtaining
4242
- a copy of this software and associated documentation files (the
4243
- 'Software'), to deal in the Software without restriction, including
4244
- without limitation the rights to use, copy, modify, merge, publish,
4245
- distribute, sublicense, and/or sell copies of the Software, and to
4246
- permit persons to whom the Software is furnished to do so, subject to
4247
- the following conditions:
4248
-
4249
- The above copyright notice and this permission notice shall be
4250
- included in all copies or substantial portions of the Software.
4251
-
4252
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
4253
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4254
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
4255
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4256
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
4257
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
4258
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4259
- =========================================
4260
- END OF micromark-util-sanitize-uri@2.0.1 AND INFORMATION
4261
-
4262
- %% micromark-util-subtokenize@2.1.0 NOTICES AND INFORMATION BEGIN HERE
4263
- =========================================
4264
- (The MIT License)
4265
-
4266
- Copyright (c) Titus Wormer <tituswormer@gmail.com>
4267
-
4268
- Permission is hereby granted, free of charge, to any person obtaining
4269
- a copy of this software and associated documentation files (the
4270
- 'Software'), to deal in the Software without restriction, including
4271
- without limitation the rights to use, copy, modify, merge, publish,
4272
- distribute, sublicense, and/or sell copies of the Software, and to
4273
- permit persons to whom the Software is furnished to do so, subject to
4274
- the following conditions:
4275
-
4276
- The above copyright notice and this permission notice shall be
4277
- included in all copies or substantial portions of the Software.
4278
-
4279
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
4280
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4281
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
4282
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4283
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
4284
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
4285
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4286
- =========================================
4287
- END OF micromark-util-subtokenize@2.1.0 AND INFORMATION
4288
-
4289
- %% micromark-util-symbol@2.0.1 NOTICES AND INFORMATION BEGIN HERE
4290
- =========================================
4291
- (The MIT License)
4292
-
4293
- Copyright (c) Titus Wormer <tituswormer@gmail.com>
4294
-
4295
- Permission is hereby granted, free of charge, to any person obtaining
4296
- a copy of this software and associated documentation files (the
4297
- 'Software'), to deal in the Software without restriction, including
4298
- without limitation the rights to use, copy, modify, merge, publish,
4299
- distribute, sublicense, and/or sell copies of the Software, and to
4300
- permit persons to whom the Software is furnished to do so, subject to
4301
- the following conditions:
4302
-
4303
- The above copyright notice and this permission notice shall be
4304
- included in all copies or substantial portions of the Software.
4305
-
4306
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
4307
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4308
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
4309
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4310
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
4311
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
4312
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4313
- =========================================
4314
- END OF micromark-util-symbol@2.0.1 AND INFORMATION
4315
-
4316
- %% micromark-util-types@2.0.2 NOTICES AND INFORMATION BEGIN HERE
4317
- =========================================
4318
- (The MIT License)
4319
-
4320
- Copyright (c) Titus Wormer <tituswormer@gmail.com>
4321
-
4322
- Permission is hereby granted, free of charge, to any person obtaining
4323
- a copy of this software and associated documentation files (the
4324
- 'Software'), to deal in the Software without restriction, including
4325
- without limitation the rights to use, copy, modify, merge, publish,
4326
- distribute, sublicense, and/or sell copies of the Software, and to
4327
- permit persons to whom the Software is furnished to do so, subject to
4328
- the following conditions:
4329
-
4330
- The above copyright notice and this permission notice shall be
4331
- included in all copies or substantial portions of the Software.
4332
-
4333
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
4334
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4335
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
4336
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4337
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
4338
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
4339
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4340
- =========================================
4341
- END OF micromark-util-types@2.0.2 AND INFORMATION
4342
-
4343
- %% micromark@4.0.2 NOTICES AND INFORMATION BEGIN HERE
4344
- =========================================
4345
- (The MIT License)
4346
-
4347
- Copyright (c) Titus Wormer <tituswormer@gmail.com>
4348
-
4349
- Permission is hereby granted, free of charge, to any person obtaining
4350
- a copy of this software and associated documentation files (the
4351
- 'Software'), to deal in the Software without restriction, including
4352
- without limitation the rights to use, copy, modify, merge, publish,
4353
- distribute, sublicense, and/or sell copies of the Software, and to
4354
- permit persons to whom the Software is furnished to do so, subject to
4355
- the following conditions:
4356
-
4357
- The above copyright notice and this permission notice shall be
4358
- included in all copies or substantial portions of the Software.
4359
-
4360
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
4361
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4362
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
4363
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4364
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
4365
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
4366
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4367
- =========================================
4368
- END OF micromark@4.0.2 AND INFORMATION
4369
-
4370
- %% micromatch@4.0.8 NOTICES AND INFORMATION BEGIN HERE
4371
- =========================================
4372
- The MIT License (MIT)
4373
-
4374
- Copyright (c) 2014-present, Jon Schlinkert.
3409
+ Copyright (c) 2014-present, Jon Schlinkert.
4375
3410
 
4376
3411
  Permission is hereby granted, free of charge, to any person obtaining a copy
4377
3412
  of this software and associated documentation files (the "Software"), to deal
@@ -4491,7 +3526,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4491
3526
  =========================================
4492
3527
  END OF picocolors@1.1.1 AND INFORMATION
4493
3528
 
4494
- %% picomatch@2.3.1 NOTICES AND INFORMATION BEGIN HERE
3529
+ %% picomatch@2.3.2 NOTICES AND INFORMATION BEGIN HERE
4495
3530
  =========================================
4496
3531
  The MIT License (MIT)
4497
3532
 
@@ -4515,9 +3550,9 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4515
3550
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4516
3551
  THE SOFTWARE.
4517
3552
  =========================================
4518
- END OF picomatch@2.3.1 AND INFORMATION
3553
+ END OF picomatch@2.3.2 AND INFORMATION
4519
3554
 
4520
- %% picomatch@4.0.3 NOTICES AND INFORMATION BEGIN HERE
3555
+ %% picomatch@4.0.4 NOTICES AND INFORMATION BEGIN HERE
4521
3556
  =========================================
4522
3557
  The MIT License (MIT)
4523
3558
 
@@ -4541,7 +3576,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4541
3576
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4542
3577
  THE SOFTWARE.
4543
3578
  =========================================
4544
- END OF picomatch@4.0.3 AND INFORMATION
3579
+ END OF picomatch@4.0.4 AND INFORMATION
4545
3580
 
4546
3581
  %% pretty-format@30.2.0 NOTICES AND INFORMATION BEGIN HERE
4547
3582
  =========================================
@@ -4622,32 +3657,6 @@ SOFTWARE.
4622
3657
  =========================================
4623
3658
  END OF readdirp@3.6.0 AND INFORMATION
4624
3659
 
4625
- %% remark-parse@11.0.0 NOTICES AND INFORMATION BEGIN HERE
4626
- =========================================
4627
- (The MIT License)
4628
-
4629
- Copyright (c) 2014 Titus Wormer <tituswormer@gmail.com>
4630
-
4631
- Permission is hereby granted, free of charge, to any person obtaining a copy
4632
- of this software and associated documentation files (the "Software"), to deal
4633
- in the Software without restriction, including without limitation the rights
4634
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4635
- copies of the Software, and to permit persons to whom the Software is
4636
- furnished to do so, subject to the following conditions:
4637
-
4638
- The above copyright notice and this permission notice shall be included in
4639
- all copies or substantial portions of the Software.
4640
-
4641
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4642
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4643
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4644
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4645
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4646
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4647
- THE SOFTWARE.
4648
- =========================================
4649
- END OF remark-parse@11.0.0 AND INFORMATION
4650
-
4651
3660
  %% semver@6.3.1 NOTICES AND INFORMATION BEGIN HERE
4652
3661
  =========================================
4653
3662
  The ISC License
@@ -4832,32 +3841,6 @@ THE SOFTWARE.
4832
3841
  =========================================
4833
3842
  END OF to-regex-range@5.0.1 AND INFORMATION
4834
3843
 
4835
- %% trough@2.2.0 NOTICES AND INFORMATION BEGIN HERE
4836
- =========================================
4837
- (The MIT License)
4838
-
4839
- Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
4840
-
4841
- Permission is hereby granted, free of charge, to any person obtaining a copy
4842
- of this software and associated documentation files (the "Software"), to deal
4843
- in the Software without restriction, including without limitation the rights
4844
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4845
- copies of the Software, and to permit persons to whom the Software is
4846
- furnished to do so, subject to the following conditions:
4847
-
4848
- The above copyright notice and this permission notice shall be included in
4849
- all copies or substantial portions of the Software.
4850
-
4851
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4852
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4853
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4854
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4855
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4856
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4857
- THE SOFTWARE.
4858
- =========================================
4859
- END OF trough@2.2.0 AND INFORMATION
4860
-
4861
3844
  %% undici-types@7.16.0 NOTICES AND INFORMATION BEGIN HERE
4862
3845
  =========================================
4863
3846
  MIT License
@@ -4884,59 +3867,6 @@ SOFTWARE.
4884
3867
  =========================================
4885
3868
  END OF undici-types@7.16.0 AND INFORMATION
4886
3869
 
4887
- %% unified@11.0.5 NOTICES AND INFORMATION BEGIN HERE
4888
- =========================================
4889
- (The MIT License)
4890
-
4891
- Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
4892
-
4893
- Permission is hereby granted, free of charge, to any person obtaining a copy
4894
- of this software and associated documentation files (the "Software"), to deal
4895
- in the Software without restriction, including without limitation the rights
4896
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4897
- copies of the Software, and to permit persons to whom the Software is
4898
- furnished to do so, subject to the following conditions:
4899
-
4900
- The above copyright notice and this permission notice shall be included in
4901
- all copies or substantial portions of the Software.
4902
-
4903
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4904
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4905
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4906
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4907
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4908
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4909
- THE SOFTWARE.
4910
- =========================================
4911
- END OF unified@11.0.5 AND INFORMATION
4912
-
4913
- %% unist-util-stringify-position@4.0.0 NOTICES AND INFORMATION BEGIN HERE
4914
- =========================================
4915
- (The MIT License)
4916
-
4917
- Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
4918
-
4919
- Permission is hereby granted, free of charge, to any person obtaining
4920
- a copy of this software and associated documentation files (the
4921
- 'Software'), to deal in the Software without restriction, including
4922
- without limitation the rights to use, copy, modify, merge, publish,
4923
- distribute, sublicense, and/or sell copies of the Software, and to
4924
- permit persons to whom the Software is furnished to do so, subject to
4925
- the following conditions:
4926
-
4927
- The above copyright notice and this permission notice shall be
4928
- included in all copies or substantial portions of the Software.
4929
-
4930
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
4931
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4932
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
4933
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4934
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
4935
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
4936
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4937
- =========================================
4938
- END OF unist-util-stringify-position@4.0.0 AND INFORMATION
4939
-
4940
3870
  %% update-browserslist-db@1.1.3 NOTICES AND INFORMATION BEGIN HERE
4941
3871
  =========================================
4942
3872
  The MIT License (MIT)
@@ -4962,59 +3892,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4962
3892
  =========================================
4963
3893
  END OF update-browserslist-db@1.1.3 AND INFORMATION
4964
3894
 
4965
- %% vfile-message@4.0.3 NOTICES AND INFORMATION BEGIN HERE
4966
- =========================================
4967
- (The MIT License)
4968
-
4969
- Copyright (c) Titus Wormer <tituswormer@gmail.com>
4970
-
4971
- Permission is hereby granted, free of charge, to any person obtaining
4972
- a copy of this software and associated documentation files (the
4973
- 'Software'), to deal in the Software without restriction, including
4974
- without limitation the rights to use, copy, modify, merge, publish,
4975
- distribute, sublicense, and/or sell copies of the Software, and to
4976
- permit persons to whom the Software is furnished to do so, subject to
4977
- the following conditions:
4978
-
4979
- The above copyright notice and this permission notice shall be
4980
- included in all copies or substantial portions of the Software.
4981
-
4982
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
4983
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4984
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
4985
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4986
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
4987
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
4988
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4989
- =========================================
4990
- END OF vfile-message@4.0.3 AND INFORMATION
4991
-
4992
- %% vfile@6.0.3 NOTICES AND INFORMATION BEGIN HERE
4993
- =========================================
4994
- (The MIT License)
4995
-
4996
- Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
4997
-
4998
- Permission is hereby granted, free of charge, to any person obtaining a copy
4999
- of this software and associated documentation files (the "Software"), to deal
5000
- in the Software without restriction, including without limitation the rights
5001
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5002
- copies of the Software, and to permit persons to whom the Software is
5003
- furnished to do so, subject to the following conditions:
5004
-
5005
- The above copyright notice and this permission notice shall be included in
5006
- all copies or substantial portions of the Software.
5007
-
5008
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5009
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5010
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5011
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5012
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5013
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
5014
- THE SOFTWARE.
5015
- =========================================
5016
- END OF vfile@6.0.3 AND INFORMATION
5017
-
5018
3895
  %% yallist@3.1.1 NOTICES AND INFORMATION BEGIN HERE
5019
3896
  =========================================
5020
3897
  The ISC License
@@ -5037,6 +3914,6 @@ END OF yallist@3.1.1 AND INFORMATION
5037
3914
 
5038
3915
  SUMMARY BEGIN HERE
5039
3916
  =========================================
5040
- Total Packages: 171
3917
+ Total Packages: 130
5041
3918
  =========================================
5042
3919
  END OF SUMMARY